I have a menu and a script injector, both functional but I do not know what to do with the injector script, I am a beginner in this SUBJECT IS ALL I WAS WANTED ESP. If anyone can help me thank you!
Can you give me menu?
:D
Originally Posted by nickventura
I have a menu and a script injector, both functional but I do not know what to do with the injector script, I am a beginner in this SUBJECT IS ALL I WAS WANTED ESP. If anyone can help me thank you!
Go for external menus, way more undetectable and stable
int main()
{
start:
string menu;
cout << "Write 'eliteHAXOR' in console for dem haxs yo: ";
cin >> menu;
if (menu == "eliteHAXOR") { cout << "injectedBIGhax to process Arma2oa.exe" << endl; system("pause");}
else { cout << "You're a fucking dumbass \nHow could you not spell 'eliteHAXOR'?" << endl; system("pause"); system("cls"); goto start; }
return 0;
}