SoW Posted March 1, 2007 Posted March 1, 2007 I was just wondering if there was a program or something that told you what the coordinates of the mouse cursor are at any given time. If not, you just guess and check? Also, I was just wondering... _ReadProcessMemory is autoit, correct? I am wondering how I would find out what to put as the address; I am trying to use it with the game Diablo 2, and I was wondering how to figure out the address. Thanks.
Moderators SmOke_N Posted March 1, 2007 Moderators Posted March 1, 2007 MouseGetPos() Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
SoW Posted March 1, 2007 Author Posted March 1, 2007 Thank you for the quick response. Now, is there any way to find out how to get what memory I should look for for what I want to do? :\
Moderators SmOke_N Posted March 1, 2007 Moderators Posted March 1, 2007 Thank you for the quick response. Now, is there any way to find out how to get what memory I should look for for what I want to do? :\No idea what you want to do... Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
HardHackz Posted March 1, 2007 Posted March 1, 2007 The help file did not contain _ReadProcessMemory. [center]My BlogOldSock Programs (AutoIT Apps)A Message to Hackers! (NOT SKIDDIES!)OldSock Programs is my little "company."[/center]
SoW Posted March 1, 2007 Author Posted March 1, 2007 What I want to do is get data from my game that is running using memory (it looks like 0x10180180) or something, I'm trying to find out how I would go about finding what the 0x00000000 number would be. Or if I would be able to autoit packetsend / receive.
verto Posted March 1, 2007 Posted March 1, 2007 I think that might be cheating or hacking, and I'm not sure if such an engine can be discussed on these boards (not familiar with TOS). Try google hope ya got the hint.
SoW Posted March 1, 2007 Author Posted March 1, 2007 Eh, I get your hint, but it isn't for cheating. It's for calculating experience % to next level, hehe. But I got it.
verto Posted March 1, 2007 Posted March 1, 2007 Eh, I get your hint, but it isn't for cheating. It's for calculating experience % to next level, hehe.But I got it. lol, I use it for cheating haha, but I only play the game in the first place to hack it with things like this. So there is my justification. It has a nice tutorial on the prog, walk through that and you will know all you need to know on how to use it, cant figure it out and you shouldn't be using it basically.
SoW Posted March 1, 2007 Author Posted March 1, 2007 Okay. Anyways, I have another GUI problem, hehe. I have an input box $input = GUICtrlCreateInput("", 75, 240, 100, 25) And whenever I hit the button (it submits and has an OnEvent like it should), I have: MsgBox(0, "Submission", "You have submitted: " & $input & "!") But every time the message box has it as "You have submitted: 5!" I don't understand why?
SoW Posted March 1, 2007 Author Posted March 1, 2007 UPDATE!I fixed the problem, hehe. Noticed that I had to:#include <string.au3>and use GUICtrlRead()Thanks for all the help guys.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now