Results 1 to 12 of 12
  1. #1
    lauwy's Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    522
    Reputation
    19
    Thanks
    1,106

    For the peapel who want's to make a hotkey

    I don't release a hack becouse they will delete it.

    Here is a hotkey source:


    Code:
    #include "stdafx.h"
    
    int _cdecl _tmain (
        int argc, 
        TCHAR *argv[])
    {           
        if (RegisterHotKey(NULL,1,NULL,0x30))    //0
        {
            _tprintf(_T("Hotkey 0 set\n"));
        }
     
        MSG msg = {0};
        while (GetMessage(&msg, NULL, 0, 0) != 0)
        {
            if (msg.message == WM_HOTKEY)
            {
                _tprintf(_T("HOTKEY\n"));            
            }
        } 
     
        return 0;
    }
    The hotkey = 0



    0x60
    Numeric keypad 0 key

    0x61
    Numeric keypad 1 key

    0x62
    Numeric keypad 2 key

    0x63
    Numeric keypad 3 key

    0x64
    Numeric keypad 4 key

    0x65
    Numeric keypad 5 key

    0x66
    Numeric keypad 6 key

    0x67
    Numeric keypad 7 key

    0x68
    Numeric keypad 8 key

    0x69
    Numeric keypad 9 key

    GL

    Last edited by lauwy; 08-11-2010 at 05:32 AM.

  2. The Following 2 Users Say Thank You to lauwy For This Useful Post:

    dexlos09 (08-15-2010),[Banned]mark0108 (08-14-2010)

  3. #2
    mrkiller2010's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    In CrossFire
    Posts
    724
    Reputation
    12
    Thanks
    311
    My Mood
    Yeehaw
    thanks i need it

  4. #3
    lauwy's Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    522
    Reputation
    19
    Thanks
    1,106
    Np

    I added a video.

  5. #4
    scar-l's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    484
    Reputation
    11
    Thanks
    43
    very nice although i prefer boxes always on ^^

  6. #5
    Hahaz's Avatar
    Join Date
    Sep 2008
    Gender
    male
    Location
    Matrix World
    Posts
    1,170
    Reputation
    64
    Thanks
    4,091
    My Mood
    Bored
    Too much unnecessary codes (for console)... I think it should like this?

    bool boxes = false;

    if (RegisterHotKey(NULL, 1, NULL, 0x60));

    if (WM_HOTKEY==1) {
    boxes =true;
    }

    if (!boxes )
    PushToConsole("ModelDebug_DrawBoxes 1");
    else
    PushToConsole("ModelDebug_DrawBoxes 0");
    But i could be wrong, i'm not expert in C++.
    Last edited by Hahaz; 08-11-2010 at 06:12 AM.

  7. #6
    [Banned]mark0108's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    UK,Manchester
    Posts
    1,106
    Reputation
    16
    Thanks
    1,039
    My Mood
    Relaxed
    I'm New To HotKeys And Bybass So Can You Help?

  8. #7
    lauwy's Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    522
    Reputation
    19
    Thanks
    1,106
    Quote Originally Posted by hahaz View Post
    Too much unnecessary codes (for console)... I think it should like this?



    But i could be wrong, i'm not expert in C++.
    I know, its from msdn
    And I edit it a littel bit.
    Last edited by lauwy; 08-11-2010 at 07:31 AM.

  9. #8
    TheFallenOwns's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Posts
    149
    Reputation
    10
    Thanks
    43
    this is a lot more complicated then needed......

  10. #9
    lauwy's Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    522
    Reputation
    19
    Thanks
    1,106
    Uhh, its very easy :S.

    If I have time today I will make a new hack base with they's hotkey's

  11. #10
    lauwy's Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    522
    Reputation
    19
    Thanks
    1,106
    Almost ready with the script
    Need some help to get back on track

    Find the pointer to the D3D9 Device (Not usefull for Cross)

    https://www.mpgh.net/forum/242-crossf...ice-lauwy.html

    Fix olly if scanning doesn't work

    https://www.mpgh.net/forum/242-crossf...ing-fails.html

    Unpack cshell.dll

    https://www.mpgh.net/forum/242-crossf...shell-dll.html

  12. #11
    OverDrivejt's Avatar
    Join Date
    Jul 2008
    Gender
    male
    Location
    Cali - Colombia
    Posts
    368
    Reputation
    62
    Thanks
    3,563
    My Mood
    Psychedelic
    xtrap detects hotkeys in windows xp.

    hotkeys only work in windows 7 y vista. (64 bits)

  13. #12
    Mr.Magicman's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Sitting in my cave full of thoughts learning Asembly
    Posts
    2,102
    Reputation
    16
    Thanks
    649
    My Mood
    Cold
    Quote Originally Posted by OverDrivejt View Post
    xtrap detects hotkeys in windows xp.

    hotkeys only work in windows 7 y vista. (64 bits)
    They dont detect them but they block them...

    i had this problem becouse i come from sweden and when i pressed space it didnt work becouse xTrap blocked it (it is the same key just another command for it)

Similar Threads

  1. For the Idiots Who Want To Learn how 2 Hack Read This:
    By penrd in forum General Hacking
    Replies: 28
    Last Post: 08-26-2009, 02:10 AM
  2. For the ppl who wanted it here is Advanced SQL injection
    By h3lpless_alpaca in forum General Hacking
    Replies: 0
    Last Post: 08-07-2009, 05:39 PM
  3. Items Server Download, For the noob who didnt make a backupfile lol
    By ksnab in forum Battlefield Heroes Hacks
    Replies: 1
    Last Post: 07-25-2009, 05:39 AM
  4. the guy who wanted to do a hack for free
    By jayy in forum WarRock - International Hacks
    Replies: 3
    Last Post: 05-24-2008, 12:42 PM