Results 1 to 1 of 1
  1. #1
    Maroon5.'s Avatar
    Join Date
    Jan 2013
    Gender
    male
    Location
    "C:\Program Files (x86)\Maroon5\One More Night.mp4"
    Posts
    661
    Reputation
    47
    Thanks
    879
    My Mood
    Devilish

    #Lesson 2 | RapidFire Hacks . [Source Code][C++ Knowledge]

    Hello guys welcome to lesson 2 on how to make
    a RapidFire [no byte address]

    Here the Fullcode :
     

    //-------------------------------------------------------------//
    // Made By Maroon5.
    // (c) copyright 2012-2013 Maroon5.
    //MPGH Developer
    //------------------------------------------------------------//

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


    using namespace std;


    int main()
    {
    cout << "################################################# #" << endl;
    cout << "[+]RapidFire Hack Works On Any Game(c)2012-2013 Maroon5.[+] " << endl;
    cout << "################################################# #" << endl;
    cout << "[+]Hotkeys [Shift][+]." << endl;


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

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


    if(RapidFire)
    {

    if(!MaroonMove)
    {
    MaroonMove = true;
    mouse_event(MOUSEEVENTF_LEFTUP, 0, 0, 0, 0);
    }
    if(clock() - AutoFireTimer > 21)
    {
    MaroonMove = false;
    mouse_event(MOUSEEVENTF_LEFTDOWN, 0, 0, 0, 0);
    AutoFireTimer = clock();
    }
    }
    }

    }


    Here I'll Explain it :

     

    //-------------------------------------------------------------//
    // Made By Maroon5.
    // (c) copyright 2012-2013 Maroon5.
    //MPGH Developer
    //------------------------------------------------------------//

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


    ↑ it's a Includes . [Hook]

     

    using namespace std;


    int main()
    {
    cout << "################################################# #" << endl;
    cout << "[+]RapidFire Hack Works On Any Game(c)2012-2013 Maroon5.[+] " << endl;
    cout << "################################################# #" << endl;
    cout << "[+]Hotkeys [Shift][+]." << endl;


    ↑ It's a Message pop-up After inject
    .
     
    if(GetAsyncKeyState(VK_SHIFT) & 0x8000)RapidFire = true;
    else RapidFire = false;

    ↑ Hotkeys

    Done ! No more Long TuT

    Credits :
    @Maroon5.
    Fleep [Youtube]

    Compile it Using C++

    Note :
    If you get error make sure you change The
    "Capital letter code"
    To Small letter
    Pic :
    Last edited by Maroon5.; 05-24-2013 at 08:36 PM.

  2. The Following User Says Thank You to Maroon5. For This Useful Post:

    qwerty1244 (12-17-2014)

Similar Threads

  1. [Release] #Lesson 2 | RapidFire Hacks . [Source Code][C++ Knowledge]
    By syahid1709 in forum Blackshot Hacks & Cheats
    Replies: 5
    Last Post: 05-26-2013, 02:06 AM
  2. CF Hack Source Code Rules
    By KING in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 27
    Last Post: 11-12-2010, 08:26 AM
  3. Hack source code cpp
    By carlosmamoura in forum C++/C Programming
    Replies: 16
    Last Post: 01-14-2010, 08:27 PM
  4. <releasing 2 morrow> new opk hack ~source code~ C++
    By pikamew4 in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 21
    Last Post: 12-02-2009, 02:59 PM
  5. hey all you noobs free hack source codes here!!
    By cnttuchme in forum C++/C Programming
    Replies: 6
    Last Post: 10-22-2009, 05:52 PM