Jump to content

cmp dword ptr help


Recommended Posts

Hello,

I made a a twitter status updater and I have figured out how to make it connect to two accounts at once and update both at the same time with the same status update. Heres my problem I found in my address that if I change cmp dword ptr [005fb048],01 < if I change that to a 02 it works. Is there a autoit script that can help me change that value so I can make a patch. If not I will have to rewrite the hole source code for the twitter updater beings that my son deleted the source code and it is compile into a .exe now. :blink:

Please Help.

Link to comment
Share on other sites

OK this is what I have. This is the memory address that at have 78B30A01>CMP DWORD PTR DS:[005FB048],01 < thats what I want to change to [005FB048],02 so 01 to 02 anyone have any knowledge of how to make this happen or is it not able to be done in autoit.

Link to comment
Share on other sites

Hmm maybe are you looking function that write to X pointer other pointer?

I am sure that i saw this funtion when searching NomadMemory...

Try

_MemoryWrite(_MemoryOpen(WinGerProcess("somewindowname or class")), 0x78B30A01, 0x005FB048)

I dont remember that this is good code (dont have function syntax on hard disc)

This world is crazy

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