Page 2 of 4 FirstFirst 1234 LastLast
Results 16 to 30 of 47
  1. #16
    l0ngcat's Avatar
    Join Date
    Apr 2007
    Posts
    96
    Reputation
    13
    Thanks
    23
    Quote Originally Posted by Vulcanraven View Post
    how can i add more functions?
    example:
    (1) Stamina
    (2) Scope
    (3) Unlimited Ammo
    (4) GPS

    and more.... ?
    you add more variables, just like those for stamina, add more keys in the 'case' argument. like '2', '3' .. and so on. if the value needs to be frozen like in the case of stamina, you add another WriteProcessMemory(...) for that address to the while loop. also add the way it has to be displayed to the screen() function. ofcourse all this wont be much help for you if you don't know C++.

  2. #17
    Rulezzo's Avatar
    Join Date
    Feb 2007
    Posts
    20
    Reputation
    10
    Thanks
    0
    l0ngcat do you know how to make a trainer in visual basic 6.0 ?

    and how to use pointers :/

    thz

  3. #18
    FluffyStuff's Avatar
    Join Date
    May 2007
    Location
    Dark side of the moon
    Posts
    308
    Reputation
    10
    Thanks
    150
    That code is the very basic, if anyone doesnt understand it then dont try to, thats programming for you nubs. Also i have a question for you cat, i use Olly Debugger v 1.10 to get the number in the memory but it doesnt seem very efficient, could you recommend me a programm?

  4. #19
    xxpagxx's Avatar
    Join Date
    Jan 2007
    Location
    Earth
    Posts
    319
    Reputation
    10
    Thanks
    25
    Nice job on the tut!
    [img]https://www.***************.com/graphics/***************1.gif[/img]
    Click ^^^ Here ^^^

    Here: https://wrgh.******
    FOR THE BEST WARROCK HACKING CLAN EVER!

  5. #20
    l0ngcat's Avatar
    Join Date
    Apr 2007
    Posts
    96
    Reputation
    13
    Thanks
    23
    Quote Originally Posted by Rulezzo View Post
    l0ngcat do you know how to make a trainer in visual basic 6.0 ?

    and how to use pointers :/

    thz
    no to basic, yes to pointers. but pointers are a general thing can't help you with the basic specific stuff. also for all this simple stuff there are lots of explanations on the web. if your question isn't specific to my tutorial or warrock you'll be better off with google.

    Quote Originally Posted by FluffyStuff View Post
    could you recommend me a programm?
    an UCE
    if people start giving out their UCEs after a while PB gets hold of them and they lose the 'U'.

    Quote Originally Posted by xxpagxx View Post
    Nice job on the tut!
    thx

  6. #21
    fir3killa9's Avatar
    Join Date
    May 2007
    Gender
    male
    Location
    asdasda
    Posts
    90
    Reputation
    10
    Thanks
    11

    thx

    thx ssdgsfgsdfgdfgdfgdfgdfgdfgdf

  7. #22
    Naeron's Avatar
    Join Date
    Feb 2007
    Posts
    163
    Reputation
    11
    Thanks
    6
    no to basic, yes to pointers. but pointers are a general thing can't help you with the basic specific stuff. also for all this simple stuff there are lots of explanations on the web. if your question isn't specific to my tutorial or warrock you'll be better off with google.
    Pointers are simple. Read out their value and add the offset to this value. Thats the dynamic address of the pointer. But I wont post the code. Its better you use Google and learn C/C++.
    Last edited by Naeron; 05-19-2007 at 06:14 AM.

  8. #23
    b00n's Avatar
    Join Date
    Mar 2007
    Gender
    male
    Posts
    217
    Reputation
    11
    Thanks
    13
    thx

  9. #24
    soultaker's Avatar
    Join Date
    May 2007
    Posts
    86
    Reputation
    10
    Thanks
    8

    Wink

    hey man how do we save the trainer as wprd or exe anythign klike that

  10. #25
    FluffyStuff's Avatar
    Join Date
    May 2007
    Location
    Dark side of the moon
    Posts
    308
    Reputation
    10
    Thanks
    150
    Push F5, the .exe file is generated where the Project is.

  11. #26
    b00n's Avatar
    Join Date
    Mar 2007
    Gender
    male
    Posts
    217
    Reputation
    11
    Thanks
    13
    does it works with every adress?

  12. #27
    webtijn's Avatar
    Join Date
    May 2007
    Gender
    male
    Posts
    168
    Reputation
    10
    Thanks
    3
    Quote Originally Posted by b00n View Post
    does it works with every adress?
    Do you understand what you're talking about yourself? Addresses are for specifik actions. Like there is an address for stamina, an address for no spread, an address for no recoil and go on so. In the code sample l0ngcat gave you, you only see the 'hack' for stamina. If you can write C++ code, you can add more functions

    So please, STFU noobs and learn programming.. ^_^

  13. #28
    b00n's Avatar
    Join Date
    Mar 2007
    Gender
    male
    Posts
    217
    Reputation
    11
    Thanks
    13
    Quote Originally Posted by webtijn View Post
    Do you understand what you're talking about yourself? Addresses are for specifik actions. Like there is an address for stamina, an address for no spread, an address for no recoil and go on so. In the code sample l0ngcat gave you, you only see the 'hack' for stamina. If you can write C++ code, you can add more functions

    So please, STFU noobs and learn programming.. ^_^

    i'm learing idiot!

  14. #29
    jnrz's Avatar
    Join Date
    Nov 2006
    Posts
    62
    Reputation
    10
    Thanks
    3
    c++ is hard for people that is starting to learn programming...
    visual basic 6 should be easier, and you can create a GUI (windows) in less than 5 seconds, then u can easily add a command button or another control and put some code in there that will overwrite warrock's data section or code section.
    using WriteProcessMemory() windows API.

  15. #30
    FormerScooby107's Avatar
    Join Date
    May 2007
    Posts
    8
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by jnrz View Post
    c++ is hard for people that is starting to learn programming...
    visual basic 6 should be easier, and you can create a GUI (windows) in less than 5 seconds, then u can easily add a command button or another control and put some code in there that will overwrite warrock's data section or code section.
    using WriteProcessMemory() windows API.
    A bit out of date there mate. try VB.net.

Page 2 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. Writing your own Visual Basics (v5 or v6) Trainer
    By TheRedEye in forum Game Hacking Tutorials
    Replies: 29
    Last Post: 12-09-2013, 09:56 AM
  2. compile error :/ from [Writing your own C++ Trainer]
    By FantaBrause in forum C++/C Programming
    Replies: 7
    Last Post: 07-06-2009, 11:09 PM
  3. [Tutorial] Programming your own FSEK Virus
    By FluffyStuff in forum Spammers Corner
    Replies: 19
    Last Post: 07-17-2007, 07:12 PM
  4. Make your own Warrock Cross hairs!!
    By llvengancell in forum WarRock - International Hacks
    Replies: 3
    Last Post: 05-26-2007, 10:59 PM
  5. How to make your own radiostation?
    By nasir91 in forum General
    Replies: 3
    Last Post: 04-30-2007, 07:25 AM