Thread: Hotkey help :(

Page 2 of 2 FirstFirst 12
Results 16 to 18 of 18
  1. #16
    desertflame's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Posts: 23847611237
    Posts
    380
    Reputation
    48
    Thanks
    850
    My Mood
    Amused
    Quote Originally Posted by DaRk View Post
    try :
    Code:
    bool wall = false;
    if(GetAsyncKeyState(VK_Hotkey)) { hack = !hack; }
    if(wall)
    {
    memcpy((VOID*)0x6D2894, "\x00\x00\x00\x00\x00\x00", 6);//on
    }
    else
    {
    memcpy((VOID*)0x6D2894, "\x01\x01\x01\x01\x01\x01", 6);//off
    }
    OMG congrats on the minion bro
    Tried, doesn't seem to work. Would you mind if i pm you my source? I don't use hidemodule or anything so idk what could be wrong. It is a bit disorganized though :\ If it helps, I'm putting this in the same function(VOID) that i use all my other hacks. My hack only has one thread too.

    And shouldn't that 'hack =! hack' be 'wall =! wall' (and the hotkey thing is understood)

    EDIT:
    I tested without any hack things in the getasyckeystate statement. I just set it to beep when numpad 0 is pressed. Thing is, i only hear the beep for any two times that i press numpad 0 but i hear no beeps after. Does this mean xtrap is killing it? All the other hacks are working. To clarify, i hear the beeps only twice(for the first two times that i press the hotkey) then i hear nothing after. Any help?
    Last edited by desertflame; 07-03-2012 at 08:24 PM.

  2. #17
    DaRk's Avatar
    Join Date
    Dec 2010
    Gender
    male
    Location
    MPGH
    Posts
    1,910
    Reputation
    119
    Thanks
    3,986
    My Mood
    Asleep
    Quote Originally Posted by desertflame View Post
    OMG congrats on the minion bro
    Tried, doesn't seem to work. Would you mind if i pm you my source? I don't use hidemodule or anything so idk what could be wrong. It is a bit disorganized though :\ If it helps, I'm putting this in the same function(VOID) that i use all my other hacks. My hack only has one thread too.

    And shouldn't that 'hack =! hack' be 'wall =! wall' (and the hotkey thing is understood)

    EDIT:
    I tested without any hack things in the getasyckeystate statement. I just set it to beep when numpad 0 is pressed. Thing is, i only hear the beep for any two times that i press numpad 0 but i hear no beeps after. Does this mean xtrap is killing it? All the other hacks are working. To clarify, i hear the beeps only twice(for the first two times that i press the hotkey) then i hear nothing after. Any help?
    sure
    yeah xtrap probally is killing it

  3. #18
    desertflame's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Posts: 23847611237
    Posts
    380
    Reputation
    48
    Thanks
    850
    My Mood
    Amused
    Quote Originally Posted by bandi12 View Post
    IDK for me whit &1 was never working i am using <0 it's work perfect when the key is not persed the value is + when you press it the value is something like -9000...
    @desertflame when i added first time hotkey's i have some problem like this my problem was that Xcrap after 10-15 s killed my loop maybe is killing you'r sto
    Thats my problem... how did u solve it?

Page 2 of 2 FirstFirst 12

Similar Threads

  1. [Help] hotkey help
    By JusCaus in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 3
    Last Post: 02-12-2012, 03:26 PM
  2. Hotkey help.
    By XxTylerxX in forum C# Programming
    Replies: 10
    Last Post: 05-15-2010, 12:14 AM
  3. VB08 HOTkey (help)
    By boyd45 in forum Visual Basic Programming
    Replies: 3
    Last Post: 06-21-2008, 02:22 PM
  4. Vb (hotkey) Help
    By redarr in forum Visual Basic Programming
    Replies: 13
    Last Post: 11-05-2007, 03:31 PM
  5. [Help] How do i set a hotkey to Scope?
    By wr194t in forum Visual Basic Programming
    Replies: 9
    Last Post: 09-27-2007, 04:53 PM