making hot keys

Posts 115 of 16 · Page 1 of 2
making hot keys
ok so i got a hack going but idk how to make a hot key

PushToConsole("SkelModelStencil 1");

can youu just reply with making that hot key numbad one and then i will no what to do forever
if(GetAsyncKeyState(VK_NUMPAD9)<0){
//PTC
}
void main()
{
bool hotkey = false;
while(true){

if(GetAsyncKeyState(VK_NUMPAD1)<0){
if(hotkey){
//PTC
hotkey = false;
}else{
//PTC
hotkey = true;
}
}
}
Here is how I do hotkeys. This way is guarenteed to work.

Code:
 void main()
{
MessageBoxA(NULL,"Edited by Alex from MPGH","Hotkey Hack",MB_OK);
    while (!IsGameReadyForHook()){
        Sleep(20);
    }
    bool boxes = false;
	bool norecoil = false;
    
    while(true){
        
               
          
        if(GetAsyncKeyState(VK_NUMPAD1)<0){
            if(boxes){
                PushToConsole("ModelDebug_DrawBoxes 0");
               
                boxes = false;
            } else {
                PushToConsole("ModelDebug_DrawBoxes 1");
                boxes = true;
            }
        }
        if(GetAsyncKeyState(VK_NUMPAD2)<0){
            if(norecoil){
               //get ur own no recoil addies.
                norecoil = false;
            } else {
               // I don't want to release
                norecoil = true;
            }
        }
        Sleep(20);
    }
}
Are there any working bases out that I can use and study to make a hotkey hack?
Quote Originally Posted by cookie hack View Post
Are there any working bases out that I can use and study to make a hotkey hack?
I think if you pack the hack with upx it undetected ..not sure tho
Quote Originally Posted by whit View Post


I think if you pack the hack with upx it undetected ..not sure tho
Nope.... my upx hack packed got detected.. im trying themidia but everytime i do that i get a temp. ip ban (10 minutes) its weird..
Quote Originally Posted by CAFlames View Post


Nope.... my upx hack packed got detected.. im trying themidia but everytime i do that i get a temp. ip ban (10 minutes) its weird..
Well i gave my hotkey base to Waka_Flaka but he said it got detected two days later
Quote Originally Posted by whit View Post


Well i gave my hotkey base to Waka_Flaka but he said it got detected two days later
well imma try my themidia packe dhacks again.. if it works im not posting no mpgh cuz of th number of disrepectful retarded choobs.
Quote Originally Posted by CAFlames View Post


well imma try my themidia packe dhacks again.. if it works im not posting no mpgh cuz of th number of disrepectful retarded choobs.
Where do you get themdia at
If you have a working hotkey base would you please give it to me? I promise I won't leech it.
I'll give you my thermida if you give me a working base. It is version 2.0.5.0
Quote Originally Posted by cookie hack View Post
I'll give you my thermida if you give me a working base. It is version 2.0.5.0
ok add me on msn
Quote Originally Posted by whit View Post


ok add me on msn
Don't do it whit! I'll give you 2.0.3.0 for freeee....
Quote Originally Posted by Crash View Post
Don't do it whit! I'll give you 2.0.3.0 for freeee....
ok send it pleaseee
tydawg@live.com
Posts 115 of 16 · Page 1 of 2
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?