Thread: making hot keys

Results 1 to 15 of 16

Hybrid View

  1. #1
    tylerkendregan's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    31
    Reputation
    10
    Thanks
    2
    My Mood
    Angry

    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

  2. #2
    Zoom's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    Your going on my 24/7 DDoS hit list.
    Posts
    8,552
    Reputation
    127
    Thanks
    5,970
    My Mood
    Happy
    if(GetAsyncKeyState(VK_NUMPAD9)<0){
    //PTC
    }
    -Rest in peace leechers-

    Your PM box is 100% full.

  3. #3
    whit's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    7,159
    Reputation
    490
    Thanks
    2,253
    void main()
    {
    bool hotkey = false;
    while(true){

    if(GetAsyncKeyState(VK_NUMPAD1)<0){
    if(hotkey){
    //PTC
    hotkey = false;
    }else{
    //PTC
    hotkey = true;
    }
    }
    }

  4. #4
    cookie hack's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Location
    Everywhere
    Posts
    150
    Reputation
    10
    Thanks
    11
    My Mood
    Relaxed
    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);
        }
    }


    [IMG]https://i251.photobucke*****m/albums/gg291/h0tpinkninJa/NeilPeart.jpg[/IMG]



  5. #5
    cookie hack's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Location
    Everywhere
    Posts
    150
    Reputation
    10
    Thanks
    11
    My Mood
    Relaxed
    Are there any working bases out that I can use and study to make a hotkey hack?


    [IMG]https://i251.photobucke*****m/albums/gg291/h0tpinkninJa/NeilPeart.jpg[/IMG]



  6. #6
    whit's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    7,159
    Reputation
    490
    Thanks
    2,253
    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

  7. #7
    CAFlames's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    Where ever my imagination takes me
    Posts
    3,006
    Reputation
    202
    Thanks
    2,944
    My Mood
    Twisted
    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..

    Current Works:
    ---Horror Game





    [IMG]https://i645.photobucke*****m/albums/uu180/drgnforce9/Siggys/signature3.jpg[/IMG]
    Special thanks to drgnforce9 for my sig picture

    Quote Originally Posted by m_t_h View Post

    CAflames is one epic coder.

    Rep and thanks him.. or you're perma banned.

  8. #8
    whit's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    7,159
    Reputation
    490
    Thanks
    2,253
    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

  9. #9
    CAFlames's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    Where ever my imagination takes me
    Posts
    3,006
    Reputation
    202
    Thanks
    2,944
    My Mood
    Twisted
    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.

    Current Works:
    ---Horror Game





    [IMG]https://i645.photobucke*****m/albums/uu180/drgnforce9/Siggys/signature3.jpg[/IMG]
    Special thanks to drgnforce9 for my sig picture

    Quote Originally Posted by m_t_h View Post

    CAflames is one epic coder.

    Rep and thanks him.. or you're perma banned.

  10. #10
    cookie hack's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Location
    Everywhere
    Posts
    150
    Reputation
    10
    Thanks
    11
    My Mood
    Relaxed
    If you have a working hotkey base would you please give it to me? I promise I won't leech it.


    [IMG]https://i251.photobucke*****m/albums/gg291/h0tpinkninJa/NeilPeart.jpg[/IMG]



  11. #11
    cookie hack's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Location
    Everywhere
    Posts
    150
    Reputation
    10
    Thanks
    11
    My Mood
    Relaxed
    I'll give you my thermida if you give me a working base. It is version 2.0.5.0


    [IMG]https://i251.photobucke*****m/albums/gg291/h0tpinkninJa/NeilPeart.jpg[/IMG]



  12. #12
    whit's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    7,159
    Reputation
    490
    Thanks
    2,253
    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

  13. #13
    Crash's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    JAville
    Posts
    2,881
    Reputation
    163
    Thanks
    3,291
    My Mood
    Sleepy
    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....

  14. #14
    whit's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    7,159
    Reputation
    490
    Thanks
    2,253
    Quote Originally Posted by Sealionone View Post
    Don't do it whit! I'll give you 2.0.3.0 for freeee....
    ok send it pleaseee
    tydawg@live.com

  15. #15
    zmansquared's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Location
    Kickin it at Microsoft
    Posts
    2,086
    Reputation
    36
    Thanks
    221
    My Mood
    Cheerful
    try this site

    Virtual-Key Codes
    Need Help With Coding or Something??? MSN me
    zmansquared@hotmail.com


    I am the one and only Microsoft Fag!!!

    Quote:
    Originally Posted by Arhk
    All games should be hacked, if we don't do it someone else will. Hackers force the progress, of better programming methods.
    ~


    Take this Pic everyone!



    next-

Similar Threads

  1. Auto Hot Key?
    By .Aeon in forum Combat Arms Help
    Replies: 2
    Last Post: 10-14-2009, 03:18 AM
  2. [REQUEST][IDEA]CA Spammer w/ Hot Keys
    By Pixie in forum Combat Arms Discussions
    Replies: 9
    Last Post: 09-06-2009, 12:09 PM
  3. hot keys
    By jesussoto100 in forum Combat Arms Help
    Replies: 11
    Last Post: 08-30-2009, 11:00 AM
  4. hot keys
    By jesussoto100 in forum Combat Arms Hacks & Cheats
    Replies: 7
    Last Post: 08-30-2009, 01:22 AM
  5. Hot Keys
    By nub_g0t_high in forum Visual Basic Programming
    Replies: 3
    Last Post: 10-22-2007, 05:07 PM