Jump to content

Recommended Posts

Posted

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

  • Moderators
Posted

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.

Posted

Thank you for the quick response. :whistle:

Now, is there any way to find out how to get what memory I should look for for what I want to do? :\

  • Moderators
Posted

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

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.

Posted

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

Posted

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 :whistle: hope ya got the hint.

Posted

Eh, I get your hint, but it isn't for cheating. :whistle:

It's for calculating experience % to next level, hehe.

But I got it. :)

Posted

Eh, I get your hint, but it isn't for cheating. :whistle:

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

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?

Posted

UPDATE!

I fixed the problem, hehe. Noticed that I had to:

#include <string.au3>

and use GUICtrlRead()

Thanks for all the help guys. :whistle:

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
  • Recently Browsing   0 members

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