Results 1 to 8 of 8
  1. #1
    ivancapitle123's Avatar
    Join Date
    Apr 2014
    Gender
    male
    Posts
    18
    Reputation
    10
    Thanks
    0
    My Mood
    Amazed

    Rapid Fire for any Games credits to Youtube :)

    #include "stdafx.h"
    #include <iostream>
    #include <Windows.h>
    #include <time.h>

    using namespace std;

    int main()
    {
    cout <<"External Rapid Fire by ivancapitle123"<<endl;
    cout <<"Rapid fire for Blackshot"<<endl;
    cout <<"Press Right click to Activate Rapid Fire"<<endl;

    bool RapidFire = false;
    int AutoFireTimer = clock();
    int currentTime;
    bool MouseDown = false;
    while(true)
    {

    if(GetAsyncKeyState(VK_RBUTTON) & 0x8000)RapidFire = true;
    else RapidFire = false;

    if(RapidFire)
    {
    if(!MouseDown)
    {
    MouseDown = true;
    mouse_event(MOUSEEVENTF_LEFTUP, 0,0,0,0);
    }
    if(clock() - AutoFireTimer > 21)

    MouseDown = false;
    mouse_event(MOUSEEVENTF_LEFTUP, 0,0,0,0);
    AutoFireTimer = clock();
    }
    }
    }
    The BEASTMODE

  2. #2
    KaHee123's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    how to use it?

  3. #3
    ivancapitle123's Avatar
    Join Date
    Apr 2014
    Gender
    male
    Posts
    18
    Reputation
    10
    Thanks
    0
    My Mood
    Amazed
    Quote Originally Posted by KaHee123 View Post
    how to use it?
    Paste it on C++ main.cpp
    The BEASTMODE

  4. #4
    nicoismyname1996's Avatar
    Join Date
    Mar 2015
    Gender
    male
    Posts
    47
    Reputation
    10
    Thanks
    41
    My Mood
    Stressed
    can I have the latest interface.h and interface.c? Thanks

  5. #5
    CTRL_'s Avatar
    Join Date
    Feb 2015
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    0
    My Mood
    Amazed
    Only Main.cpp? How about the others?????

  6. #6
    CTRL_'s Avatar
    Join Date
    Feb 2015
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    0
    My Mood
    Amazed
    Not Work For Me Or For Several Weapons Only?

    THANKS

  7. #7
    Ch40zz-C0d3r's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    831
    Reputation
    44
    Thanks
    401
    My Mood
    Twisted
    Doesnt work with gameguard because they hook the input APIs in ring0....

    Progress with my game - "Disbanded"
    • Fixed FPS lag on spawning entities due to the ent_preload buffer!
    • Edit the AI code to get some better pathfinding
    • Fixed the view bug within the sniper scope view. The mirror entity is invisible now!
    • Added a new silencer for ALL weapons. Also fixed the rotation bugs
    • Added a ton of new weapons and the choice to choose a silencer for every weapon
    • Created a simple AntiCheat, noobs will cry like hell xD
    • The name will be Disbanded, the alpha starts on the 18th august 2014



    Some new physics fun (Serversided, works on every client)



    My new AI
    https://www.youtube.com/watch?v=EMSB1GbBVl8

    And for sure my 8 months old gameplay with 2 friends
    https://www.youtube.com/watch?v=Na2kUdu4d_k

  8. #8
    COD3RIN's Avatar
    Join Date
    May 2013
    Gender
    male
    Location
    Posts
    5,309
    Reputation
    468
    Thanks
    28,779
    My Mood
    Angelic
    Credit by epic rev....blackshot game there is no windows mode...it work in other game but bs not...only Logitech may it work in that game and razer mouse
    ᚛C☢dℝin3᚜
    Love you.
    ~Kenshit13
    Quote Originally Posted by cheaterman26 View Post
    COD3RIN PUT A BACKDOOR ON HIS OWN CHEAT HE HACK MY COMPUTER AND MY STEAM, DON'T TRUST THIS GUYS !



Similar Threads

  1. [Release] Rapid Fire for every Game [AHK]
    By |cS| StikxX in forum Call of Duty 8 - Modern Warfare 3 (MW3) Hacks & Cheats
    Replies: 28
    Last Post: 01-27-2013, 07:51 AM
  2. [Request] Any wan can help me to make a rapid fire for 32 bit i will thank u n tell mine bro to
    By havehalo in forum Blackshot Hacks & Cheats
    Replies: 1
    Last Post: 11-20-2012, 07:44 AM
  3. How To Find .SWF For Any Game. Quick and Easy
    By JustTheWind in forum Programming Tutorials
    Replies: 1
    Last Post: 08-21-2009, 12:43 PM
  4. Makeing/Coding Hacks (for any game)
    By CloneTrooper in forum Programming Tutorial Requests
    Replies: 6
    Last Post: 08-12-2009, 07:19 PM
  5. *glitch for cusing* works for any game with chat
    By Reckless in forum Combat Arms Hacks & Cheats
    Replies: 66
    Last Post: 02-06-2009, 04:31 PM