Results 1 to 7 of 7
  1. #1
    njdavid's Avatar
    Join Date
    Sep 2006
    Location
    South Texas
    Posts
    11
    Reputation
    10
    Thanks
    0

    [Tutorial] Memory Tips

    I found War Rock a couple days ago, while searching for a Free MMORPG... Instead I found this. So, I decided to try the game out, and it kicks total ass. I highly suggest playing the game before hacking and glitching in it. After a few days, I just had to hack it. The bad thing about this game though, is that since it's an Open Beta, it's updated a lot. Causing a lot of problems for people who don't like updating offsets every other week. I have no problem with it, as I find it fun. So, let's get started.

    I won't be posting any codes or offsets. I'm only going to post the methods required for hacking War Rock. A lot of these methods have been posted before though, so, please forgive me for anything that I missed or borrowed. This game utilizes DMA like a motherfucker, so if I was you, I would read up on some tutorials and guides. I didn't know much about DMA at all until I started hacking this game, trust me it's worth the time to learn it. I've learned so much about ASM and Memory editing.

    I did all of this using Cheat Engine and Memory Hacking Software (That's the name, it's by L. Spiro). T-Search is blocked by PB and a rootkit doesn't stop PB from detecting it. I got some help from the creator of Memory Hacking Software, and from Wildshot, for this I thank you both.


    Infinite Stamina
    ---------------------

    What you need to do to find the Infinite Stamina address is to search for 0-100. This addy is a float, so change the data type accordingly. When it's full it's 100, when you have none it's 0. So, Do a range search, after that run until you have none, then search for decreased, etc. It's all simple really. The hard part is what follows; You're going to set a breakpoint on the address you found, and then follow the code until you find a compare and jump. Nop out the jump and that will prevent the stamina from even dropping. Easily done if you can follow the ASM.


    Crosshair
    ---------------------

    I decided to try and do this because I love capping people with a sniper rifle without zooming in... that was a little hard with no crosshair. :P So, switch to your fists, search for a 2 byte 0. When it's done searching switch to your pistol, and search for a 2 byte 1. From, there do like above and set a breakpoint. Follow the code and find the jump.


    Flying
    ---------------------

    This one is relatively easy. You just modify the stance to make it seem like you are swimming, allowing you to "swim in the air". 0 - Standing, 1 - Crouched, 2 - Prone, 3 - Vehicle, 4 - Swimming, 5 - Ladder. Search for those when in that particular stance. The thing about this hack is that the address is a DMA addy while the other 2 aren't. (Hint: Subtract 54 from the address you found, convert it to decimal, then search. Once you have the first address, that's the "pointer". Pointer + 54 equals the DMA addy. Sorry for the shitty explanation.) The other thing about swimming is that you can't shoot while swimming, so I'd assign two hot keys, or one hotkey to toggle the stance. So you switch from Stance 0 to 4 to 0. So that you may fly, then land.



    The End!

    I'm currently perfecting a few other hacks such as No Spread, Instant Respawn (Even if you aren't supposed to spawn.), etc. Once I get these working, I'll post them in this thread. Also, if anyone else has anything to input, please reply here.

    Credits:
    I'd like to thank Wildshot for teaching me a lot in the last few weeks... I'd also like to thank L. Spiro, the creator of Memory Hacking Software, for putting me on the right path when I became confused. And of course, the people who originally found / posted these hacks; System79 and Quin123, and everyone else.
    Last edited by njdavid; 09-22-2006 at 10:06 PM.

  2. #2
    iceejnp's Avatar
    Join Date
    Sep 2006
    Location
    Down South
    Posts
    10
    Reputation
    10
    Thanks
    0

    Re: [Tutorial] Memory Tips

    Great tut I am tring my hand out at this myself so thanx I did runnables for Igunz before so hep that I can get this

  3. #3
    Mikoll's Avatar
    Join Date
    Dec 2005
    Gender
    male
    Location
    in the niggaz department
    Posts
    1,348
    Reputation
    11
    Thanks
    37
    Quin, your from Canada? Anyways... Nice tut, it's made so you can read it clearly and easy to follow instructions.

    300+posts ftw!

  4. #4
    System79's Avatar
    Join Date
    May 2006
    Gender
    male
    Location
    The Netherlands
    Posts
    355
    Reputation
    10
    Thanks
    13
    Yep, we knew it before, thanks for giving credit, and posting it in the forum, i didnt have the time to do so

  5. #5
    njdavid's Avatar
    Join Date
    Sep 2006
    Location
    South Texas
    Posts
    11
    Reputation
    10
    Thanks
    0
    The only one that I didn't think was posted before was the Infinite Stamina, but it's easily done. :P

  6. #6
    System79's Avatar
    Join Date
    May 2006
    Gender
    male
    Location
    The Netherlands
    Posts
    355
    Reputation
    10
    Thanks
    13
    it was posted, but ok, if u need any value additions i would like to post them for you ^^

  7. #7
    njdavid's Avatar
    Join Date
    Sep 2006
    Location
    South Texas
    Posts
    11
    Reputation
    10
    Thanks
    0
    Great, yeah, I'd love that. I've been looking around for some other hacks to do. I can't get No Spread or anything working. Is it possible? I can never seem to find the address. Lol.

Similar Threads

  1. [Tutorial or Tips]
    By Bluffy in forum Sudden Attack General
    Replies: 2
    Last Post: 02-19-2010, 05:33 PM
  2. Combat Arms Tips/Tutorial On How To Go "Pro"
    By clapman2k8 in forum Combat Arms Europe Hacks
    Replies: 10
    Last Post: 08-29-2009, 07:54 PM
  3. what do you think about My guides tutorials tips
    By Kev in forum CrossFire Hacks & Cheats
    Replies: 35
    Last Post: 08-28-2009, 05:54 PM
  4. [Request] Write/Read Memory Tutorial
    By Infection_X in forum Visual Basic Programming
    Replies: 1
    Last Post: 08-15-2008, 06:11 PM
  5. Replies: 3
    Last Post: 01-04-2006, 09:52 PM