Results 1 to 5 of 5
  1. #1
    OBrozz's Avatar
    Join Date
    May 2011
    Gender
    male
    Posts
    819
    Reputation
    65
    Thanks
    813

    HOW TO USE ADDRESS YOU FIND HERE!

    DOWNLAOD:
    Visual C++ 2010 or 2008( I use 2008 )
    The latest Directx SDk


    ( I WILL MAKE A BETTER TUTORIAL LATER )



    First you find a working base(Recommended Hotkey)

    Second find the Hack you wanna add to your hack
    For Example SuperBullets

    You take the address and find the bytes and add to your hotkey liek this:
    Code:
     int AddressSuperBullets = 0x373F9C36;
    if( GetAsyncKeyState( VK_F10 ) < 0 /*Self Explanitory*/ )
    			{
    				WriteOpCode( (PBYTE)AddressSuperBullets,(PBYTE)"\x90\x90\x90",3 );
    			}else{
    				WriteOpCode( (PBYTE)AddressSuperBullets,(PBYTE)"\x0F\x94\xC0",3 );
    			}
    You see these things: \x0F\x94\xC0? Well these are bytes. You need to find the correct bytes for the hack you want to work.

    The bytes rarely change. What you need to update regularly is the Addresses! I will release a Easy hotkey base for Y'all ( C++ 2008 )

  2. #2
    Cediquer's Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    395
    Reputation
    7
    Thanks
    18
    My Mood
    Twisted
    U know how to do this with menu base??
    Leecher: 0
    Choob 25
    Newbie:50
    Member: 100
    Advanced Member: 150
    Dual-Keyboard Member: 250
    Expert Member: 500
    Bobo's Trainer: 750
    MPGH Expert: 1000
    Synthetic Hacker: 1250
    Blackhat Hacker: 1500
    Whitehat Hacker: 2000
    Bobo's Guardian: 2500
    Upcoming MPGHiean: 3000
    MPGH Addict: 3500
    MPGHiean: 4000
    MPGH Knight: 4500
    MPGH Lord: 5000
    MPGH Champion: 5500
    MPGH King: 6000
    MPGH Legend: 6500
    MPGH God: 7000
    MPGH God II: 7500
    MPGH God III: 8000
    MPGH God IV: 8500
    MPGH God V: 9000
    Arun's Slave: 9500
    Dave's Slave: 10000


  3. #3
    dragonslop's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    254
    Reputation
    10
    Thanks
    25
    My Mood
    Confused
    Quote Originally Posted by Cediquer View Post
    U know how to do this with menu base??
    you do not need to change much from hotkey to base.
    hotkey u use a selected key and base you like your hack to the base.cpp or .h

  4. #4
    Cediquer's Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    395
    Reputation
    7
    Thanks
    18
    My Mood
    Twisted
    But where exactly do i place the addresses in base.cpp??
    Leecher: 0
    Choob 25
    Newbie:50
    Member: 100
    Advanced Member: 150
    Dual-Keyboard Member: 250
    Expert Member: 500
    Bobo's Trainer: 750
    MPGH Expert: 1000
    Synthetic Hacker: 1250
    Blackhat Hacker: 1500
    Whitehat Hacker: 2000
    Bobo's Guardian: 2500
    Upcoming MPGHiean: 3000
    MPGH Addict: 3500
    MPGHiean: 4000
    MPGH Knight: 4500
    MPGH Lord: 5000
    MPGH Champion: 5500
    MPGH King: 6000
    MPGH Legend: 6500
    MPGH God: 7000
    MPGH God II: 7500
    MPGH God III: 8000
    MPGH God IV: 8500
    MPGH God V: 9000
    Arun's Slave: 9500
    Dave's Slave: 10000


  5. #5
    OBrozz's Avatar
    Join Date
    May 2011
    Gender
    male
    Posts
    819
    Reputation
    65
    Thanks
    813
    Quote Originally Posted by Cediquer View Post
    But where exactly do i place the addresses in base.cpp??
    If yo usir cannot answer that question. Then start at Hotkey bases. I'm just starting C++ again and i can almost make ESP by myself. Ive been doing in Delphi

Similar Threads

  1. [Help] How to use "double" ( you can use numbers like 5.4) in your programs.
    By Ronon666 in forum C++/C Programming
    Replies: 7
    Last Post: 06-18-2011, 02:37 PM
  2. Post Addresses You Found Here.
    By xxaznwattsxx in forum Combat Arms Hacks & Cheats
    Replies: 12
    Last Post: 08-23-2008, 07:37 AM
  3. How do you find strides in Warrock?
    By Offbeat Ninja in forum WarRock - International Hacks
    Replies: 6
    Last Post: 06-21-2008, 04:02 AM
  4. How do you find addresses
    By araz in forum WarRock - International Hacks
    Replies: 1
    Last Post: 12-17-2007, 02:10 PM
  5. warrock addresses and how to use
    By ragman1234 in forum WarRock - International Hacks
    Replies: 1
    Last Post: 04-15-2007, 12:38 PM