Jump to content

Recommended Posts

Posted

i'm trying to use checksum as a thing that remembers things. for an example, there's a thing on a site that is not text but a picture, that says "click here".

and i click there.

but that thing annoys me, so i made a script somewhat similar to this.

dim const $checksum = 43143423
while 1
   if pixelchecksum (xxx,yyy,aaa,bbb) = $checksum then
      mousemove (xxx,yyy)
      mouseclick ("left")
   endif
wend

now here's the thing: i compiled this, so i no longer have the au3 file. i ran the script again and it does not work.

further checking showed that the checksum i made earlier on the same picture changed into something else.

i need something more constant then checksum. suggestions?

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