A program that when installed a rick roll video appears every 67 seconds. The rick-roller program wont harm your system and it is 100% safe.
Run the installer.exe with admin previlages and the rick-rolling should start, if antivrus flags it as a threat, add an exception or temporarily disable the antivirus. Run the uninstaller with admin previlages to successfully uninstall and clean the rick-roller.
Install the latest version in releases. Unzip and run the .exe file inside!
Building from source
- Install C++
- Run powershell as administrator and change your directory folder to where the source files are located with this command:
cd "C:\Path\To\Your\Folder". - Run these commands one by one:
g++ service_logic.cpp -o SysUpdateHost.exe -mwindows
windres resources.rc -O coff -o resources.res
g++ main.cpp resources.res -o Installer.exe -static
Note: The commands are only availablt for MinGW-x64 C++ Compiler
Magic