I've tried making hacks but I know what triggers it now.
I tried to place this:
And it closes the game.
Next:
I tried to remove it and it loads successfully.
And now:
[Question]
Does anyone know a alternative way to Place PTC commands.
And I just changed the Variable to Pushme so don't mind it still functions well.
EDIT!!!!!!!!!!!!!!!!!!!!!!!
Never mind I found my bypass ^_^.
#request close
/request close
I tried to place this:
Code:
if(GetAsyncKeyState(VK_F1)&1) {
Reigz = !Reigz;
}
if (Reigz) {
Pushme("DrawSky 0");
}
else {
Pushme("DrawSky 1");
}
Sleep(100);
Next:
I tried to remove it and it loads successfully.
And now:
[Question]
Does anyone know a alternative way to Place PTC commands.
And I just changed the Variable to Pushme so don't mind it still functions well.
EDIT!!!!!!!!!!!!!!!!!!!!!!!
Never mind I found my bypass ^_^.
#request close
/request close

thanks!

