Jump to content

Offset Function


Recommended Posts

Ok I have read and understand how to use the mem functions created by w0uters.

http://www.autoitscript.com/forum/index.php?showtopic=19329

I also started this thead and got all of the mem func to work:

http://www.autoitscript.com/forum/index.php?showtopic=25947

I really need help to make this script use offsets.

Memory Address - Base = Offset

0x1C6F52C - 1470000 = 7FF52C

I need it to be about to pull the value of the memory address by using an offset.

PLEASE HELP or Point me in a direction to write it myself.

If we are able to figure this out I would be about to write a ton of scripts.

BIG BIG THANKS IN ADVANCE!!!!

Edited by onestcoder

Need a website: http://www.iconixmarketing.com

Link to comment
Share on other sites

I think i will make it read the offsets from a text file and then use the formula to convert it.

this there a way Autoit can read a dll file to get its base value.

Edited by onestcoder

Need a website: http://www.iconixmarketing.com

Link to comment
Share on other sites

Can I use this some how?

$dll = DllOpen("user32.dll")

$result = DllCall($dll, "int", "MessageBox", "hwnd", 0, "str", "Some text", "str", "Some title", "int", 0)

DllClose($dll)

:)

Need a website: http://www.iconixmarketing.com

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...