Results 1 to 4 of 4
  1. #1
    Pb600
    Pb600 is offline
    New member
    Join Date
    2011 Jul
    Posts
    6
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0

    Please help with Cheat Engine Question

    Hey guys, I started a program in C# to "assist" in game DDTank, my point is make features like.
    Shot an exactly distance that you wan't.
    Shot exactly the previous distance.
    Display exactly opponent life.
    Well i got the value of distance between players, but i need know how convert to the amount of distance necessary to shot, depending on angle, wind speed...
    So i found almost everything i wanted but my problem is with these values:

    So that first 1082925056 Means the real distance to shot.
    The second means the size that dark red bar should be filled.
    And the last is the size of pink bar fill. (Its updated only on start of each round, but the value is updated while you increace your current shot)
    WTF? Like... if i freeze this value i'll rlly shot always at same distance but like when i ask in the program to shot the distance of 50 for example, how i'll know the value to write in memory?
    Like the Last Distance display its not the real value but this one is easy to reach the real value all i gotta do is divide (225/ 10) = 22,5* 2 = 45, in the pic the previous shot bar wasn't updated because it update at start of round.
    So the question is, how i convert these wierld numbers to the real ones?
    Also i have another question, how does ppl make speed hack for race games? Lol im failing hard to do that on NFS Shift, i just menaged to make acceleration hack ;/
    Thankss =D
    Last edited by Pb600; 2011-07-22 at 08:43 AM.

  2. #2
    Enigma
    Enigma is offline
    New member
    Join Date
    2011 Jul
    Posts
    11
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    4
    Thanked in
    3 Posts
    Rep Power
    0
    are you sure the distance values are 4 byte and not floats?
    Also the distance value for current shot should be stored in registry and can be fetched during the shooting sequence pretty easy.
    If you are using CE then look what writes to specific address when you shoot to get up the offset writing then trace back in code from there.

  3. #3
    ShoutAtMe
    ShoutAtMe is offline
    New member
    Join Date
    2011 Jul
    Posts
    11
    Thanks Thanks Given 
    14
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0
    I feel like it is always so difficult figuring out what type of values you are searching for... :/ theres too many to choose from

  4. #4
    Enigma
    Enigma is offline
    New member
    Join Date
    2011 Jul
    Posts
    11
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    4
    Thanked in
    3 Posts
    Rep Power
    0
    Usually it is pretty simple to just trace back in code but on occasions the developers made some effort in spoofing memory. But CE is a good tool to use to locate offsets that writes to a memory address. I prefer using IDA Pro or OllyDbg instead since im more used to those.

Similar Threads

  1. [Guide] Cheat Engine with Requiem
    By Dwar in forum Requiem Bots, Hacks, Cheats
    Replies: 35
    Last Post: 2012-08-12, 06:43 PM
  2. [Tutorial] Cheat Engine Walkthrough
    By Dwar in forum Game Researching Tutorials
    Replies: 5
    Last Post: 2011-08-11, 12:22 AM
  3. [Memory] Cheat Engine 6.0
    By Dwar in forum Files & Tools
    Replies: 0
    Last Post: 2011-03-04, 02:58 AM
  4. Aika with Cheat Engine
    By ashH in forum Aika Online
    Replies: 24
    Last Post: 2010-11-29, 04:14 PM
  5. Cheat Engine Debugger
    By iam_clint in forum Aika Online
    Replies: 4
    Last Post: 2010-10-20, 04:36 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •