Results 1 to 1 of 1
  1. #1
    gogogokitty's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Posts
    1,090
    Reputation
    113
    Thanks
    3,503

    C++ Very basic but effective rapid fire

    i figured i would share what i use and maby someone who knows less c++ than me(nobody im new) can find it usefull. just put it in a loop and compile. Where it says Sleep(85) i find a good solid speed is around 15-40 depending on the gun you are using
    Code:
    if (GetAsyncKeyState(VK_CAPITAL)) //CAPITAL is Caps Lock{
    		Sleep( 85 ); //85 IS A SLOW SPEED. FASTEST IS AROUND 15
    		keybd_event( VK_LBUTTON,0x1,KEYEVENTF_EXTENDEDKEY | KEYEVENTF_KEYDOWN,0); //LBUTTON is left mouse, 0x1 is the VK number
    		Sleep( 85 ); //85 IS A SLOW SPEED. FASTEST IS AROUND 15
            keybd_event( VK_LBUTTON,0x1,KEYEVENTF_EXTENDEDKEY | KEYEVENTF_KEYUP,0);
    }
    Last edited by gogogokitty; 05-22-2014 at 08:30 PM.
    LEEEEEEROY JEEEEENKINS

Similar Threads

  1. [Request] Somebody can release rapid fire with silencer ? thanks very much
    By neohyong123 in forum Blackshot Hacks & Cheats
    Replies: 6
    Last Post: 01-05-2013, 10:05 PM
  2. [Patched] Is the rapid fire version 2 patched?i did it but cant
    By deathpro12 in forum Blackshot Hacks & Cheats
    Replies: 9
    Last Post: 11-28-2012, 04:44 AM
  3. buying O.P.K,invisible,anti-kick,and rapid fire adresses xD
    By tarty67 in forum WarRock - International Hacks
    Replies: 2
    Last Post: 07-21-2007, 01:44 AM
  4. rapid fire minigun and rapid fire mp5k
    By lolhackerlol in forum WarRock - International Hacks
    Replies: 7
    Last Post: 05-30-2007, 01:23 PM
  5. Hack with rapid fire mp7k and wall hack
    By traggone in forum WarRock - International Hacks
    Replies: 4
    Last Post: 02-21-2007, 07:39 PM