hotkey's

Posts 115 of 30 · Page 1 of 2
hotkey's
can someone please help me i need help making a hotkey hack i have all the code i just need the hotkey code
Quote Originally Posted by speedforyou View Post
can someone please help me i need help making a hotkey hack i have all the code i just need the hotkey code
Do you mean a Base? Find one.
1st step is to leanr how to code, good luck m8!
i know how to code u want to tv me and help me
Quote Originally Posted by speedforyou View Post
i know how to code u want to tv me and help me
That just bit you back in the ass, If you know how to Code why would you be asking for help via TV?
how to get this:
Code:
PushToConsole("ActivationDistance 999999" );
Sleep(50);
to a hotkey
Quote Originally Posted by speedforyou View Post
how to get this:
Code:
PushToConsole("ActivationDistance 999999" );
Sleep(50);
to a hotkey
bool hack = false;

if(GetAsyncKeyState(VK_NUMPAD0) &1){
hack = !hack;
if(hack){
PushToConsole("ActivationDistance 999999" );
} else {
PushToConsole("ActivationDistance PUT REGULAR STATS HERE" );
hgmf got it
what are the regular stats like 1000??
300?
Quote Originally Posted by speedforyou View Post
what are the regular stats like 1000??
300?
Thats you're problem, look for it.
Lol he doesn't but just help him.

the original value is 20 , and you can go to 999999 for the highest
thats my bro carcter sorry for lying
So why did you make another account? Against rules for multiple accounts.
Posts 115 of 30 · Page 1 of 2
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?