[TUTORIAL] Making a Trainer Using C++ in easiest way

12/03/2012 23:14 transender#61
sir, will you please give a sample how to create wall hack
12/04/2012 12:55 audreyxp2012#62
thank you for sharing cheat code
12/08/2012 15:42 kapode#63
sir,how can i update the dll if it is patched?
12/09/2012 02:31 brianjoey#64
sir..do i need to install all feature?or just visual only..i have one now..but so many choices to install
12/10/2012 02:13 bartbilf#65
@kapode
you need to find the new base address + offsets and change them in your dll-source code, then compile it again
12/10/2012 10:09 kapode#66
@bartbilf
sir,in finding the base address and offsets,
it is possible to find this without bypass?
or can i find this in some working ep9 trainers?
12/12/2012 02:57 madzkull#67
I manage to find the address but by the time I will make a pointer using cheat engine it kicks me out....
12/13/2012 02:12 bartbilf#68
@madzkull
it probably doesn't allow debuggers, so you'll have to find a way around there

@kapode
with the knowledge i have, you need a bypass in order to find them
12/14/2012 03:44 maryjoybaby1#69
sir please update the address tnx
12/16/2012 14:13 qwertyzoom#70
Quote:
Originally Posted by FUJl View Post
yes you can modify it.

All hotkeys is belong in MyCheat.cpp

Just change GetKeyState(HOTKEYS)

if you want to make it LEFT CTRL + KEY
Code:
if (GetKeyState(VK_LCONTROL) < 0) //LEFT CONTROL
{
     if (GetKeyState(VK_F12) < 0) //F12
     {
          //YOUR CODE
     }

     if (GetKeyState(VK_NUMPAD1) < 0) //NUMPAD 1
     {
          //YOUR CODE
     }
}
to show all Hotkey List.... type VK_ then press LEFT CTRL + SPACE

sir.. if we want to make it application without an injector how can i make it and with designs? sir just pm me thanks sir.
12/26/2012 01:00 ou812#71
master fuji can you update the addresses. tia :D

and can you pls show code for adjusting NSD incrementaly by 100ms
tnx again n merry xmas
12/26/2012 15:57 Ragefull#72
How do you find the addresses anyways?
01/02/2013 10:41 skepjen#73
Quote:
Originally Posted by Ragefull View Post
How do you find the addresses anyways?
you can find addresses by using cheat engine
01/02/2013 10:41 Epil#74
works fine, thx for release
01/04/2013 11:01 thiendt90#75
Great job. Thank for this !!!! My friend :D