Jump to content

Find Automatically New Offsets (MEM READ)


Recommended Posts

Okay so in Warhammer Online i get the HP/HPMAX/AP Levels.

Each time i restart the game they are brand new though.

So how is it i make an algorythm that finds them out.

As well do you know a way in C# or C++ to send fake keystrokes to a game not useing Win API's that aren't nullified by Preventions.

EX:

0D5DF534 - CURHP

0D5DF538 - MAXHP

0D5DF544 - CURAP

__________________

0DB7F534 - CURHP (2)

0DB7F538 - MAXHP (2)

0DB7F544 - CURAP (2)

_________________

0D70F534 - CURHP (3)

0D70F538 - MAXHP (3)

0D70F544 - CURAP(3)

_________________

;Someone different got these(Not sure if they did it right)

07E8F1C4 ;Health

07E8F1C8 ;Health Max

07E8F1D4 ;AP Address

So i ask how do i make an Alogrythm for Auto it or C++/C# to find out what the new offsets are each time?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...