Jump to content

Recommended Posts

Posted (edited)

how do i create a autologin script that will act as a ini so ppl can use it to change id and password.....

also tryin to make a loop in a mouseclick so how would i make it click over and over using this...

MouseClick("left",728,390,2)

Edited by jonnybravo
Posted

I think I answered this already but meh. Look at INIRead() and INIWrite() in the help file.

And for a loop try

While 1
   MouseClick("left",728,390,2)
Wend

qq

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