injecting on a non-battleye server?
How would i inject a menu onto a non-battleye server? I tried a couple off injectors but i couldn't get them to work.
P.S I used my banned key on them so i don't care about keystealers just yet
To inject on a non battleye server you need to use cheat engine I believe, would tell you how but I don't really know much myself.
open cheat engine attach to arma search for string private ["_dummy"]; _dummy = [_this,"onload"] execVM "\ca\ui\scripts\dedicatedServerInterface.sqf";
replace with private ["_dummy"]; _dummy = [_this,"onload"] execVM "yourmenustart.sqf";