Thread: Offset-Refinder

Page 2 of 2 FirstFirst 12
Results 16 to 19 of 19
  1. #16
    jabbathehutt's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    616
    Reputation
    18
    Thanks
    731
    My Mood
    Aggressive
    Python -.-
    Can you send me the scr, please?
    Helped out over 5000 guys with my level trainer and other stuff.

    Selling Steam accounts. Send me a message if you're interested.



    Nice forum needs to expands! Register now for a good position! (PM me)


  2. #17
    House's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Posts
    2,990
    Reputation
    223
    Thanks
    9,296
    My Mood
    Cynical
    Quote Originally Posted by jabbathehutt View Post
    Python -.-
    Can you send me the scr, please?
    I dont get python eather

  3. The Following User Says Thank You to House For This Useful Post:

    jabbathehutt (03-04-2011)

  4. #18
    Edlmann's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Main.pas
    Posts
    1,386
    Reputation
    15
    Thanks
    407
    My Mood
    Sneaky
    Mmh...i don't want to release my source-code just yet, so ill describe the basic way to do it. with a bit of effort you should be able to code it yourself then.

    1.) You have to have you current adresses. As example, lets take Health from BO, which is currently at $01BDE65C.
    2.) Then estimate a good range in the ram, that you could search in. In this case, scanning the area from $01B00000 to $01C0000 should be enough, it should never be out of that range.
    3.) Read the complete Memory of this specified area, storing it in e.g. a String-Variable
    4.) Now you only have to scan for a pattern, which you can estimate by the following way:
    You run the game, look up your adress in CE, and the surrounding Memory. In this case, you will find something like the following: 0000000000640000000000000064
    The 64 is hexadezimal for 100, the value of health. Now, as there are no parts changing in this pattern, you can just search for it. There you go
    My Releases:
    GUI For External BoxESP v. 1.0
    Another Single-Player-Zombie-Trainer v 3.0
    <Delphi Source> Simple Pattern Scanner

    If you have questions concerning coding/hacking in delphi, just pm me

  5. #19
    jabbathehutt's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    616
    Reputation
    18
    Thanks
    731
    My Mood
    Aggressive
    Its a bit complicated but thanks anyway.
    If you change your mind with releasing the scr, let me know .

Page 2 of 2 FirstFirst 12