Problem with Premium (End Part Code)
Sorry I post it too in Warrock Hack Section, Sorry for Double Post Really but I need help !
Hi all need to know this :
Premium Go :
1. Ingame
2. Outgame
3. Other
At the end of my code
Example for ingame :
Code:
if(*ingame) //check if we are ingame.. prevent crashs
{
NFD(); //add your hacks here like this 'hackname'();
Jump();
Fastall();
speed(); // player hacks go here
speedoff();
AntiKick();
Premium need to go where ?
PS : I found this 2 times but I always got the error of ''megame''
Code:
if(*megame)
{
PREMIUM();
}
But Give me an Error
thx
dont you mean:
if(*ingame)
{
Premium();
}
Problem Solve Can be Close