Jump to content

Question about auto IT3


Recommended Posts

Hey everyone, Today i begin my adventure with AutoIt lol^^ So, i made this today

MsgBox (1, "Welcome to Pettrainer", "Welcome to pet trainer for Little baby dragon" )

WinActivate ("Maplestory")

If Not WinActive ("MapleStory") Then WinActivate ("MapleStory")

; If WinActive ("MapleStory") Then WinSetTitle ("MapleStory", "", "TwinBandit")

$i = 0

While $i <=5

$i = $i +1

Send ("{ENTER}")

Sleep(random(1000, 2500,1))

Send ("Zit") ; Hoofdletter gevoelig.

Send ("{ENTER}")

Sleep(Random(7500, 10000,1))

Send ("dommerik") ; Hoofdletter gevoelig.

Send ("{ENTER}")

Sleep(Random(7500, 10000,1))

Send ("liefde") ; Hoofdletter gevoelig.

Send ("{ENTER}")

Sleep(Random(7500, 10000,1))

Send ("Stom") ; Hoofdletter gevoelig.

Send ("{ENTER}")

Sleep(random(7500, 10000,1))

Send ("ikhouvanje") ; Hoofdletter Gevoelig.

Send ("{ENTER}")

Sleep(Random(7500, 10000,1))

Send ("Poep") ; Hoofdletter gevoelig.

Send ("{ENTER}")

Sleep(random(7500,10000,1))

send ("Nee") ; Hoofdletter gevoelig.

sleep(random(2500,3500,1))

;Sleep(random(50000,100000,1) < Random sleep from 50 to 100 seconds. You can turn this one if u would like a longer pause after each loop.

; $i => 5 Then

; Sleep(random(10000,50000,1)

WEnd

MsgBox (1, "Finished", "Thank you for using Twinbandit's Pet trainer.")

Sleep (5000)

; MsgBox (1, "Total", "Totalen woorden:" - Working progress.

Hope this works... lol^^

And now i wanna add a mouse click in my script. I know how to add the mouse click but, Lets see every 5 or 10 or 20 loops. (What number u like really ) :mellow: I need to get a mouse click, Could anyone help me with this little problem?

Thanks in advance,

Greetings Twilight.

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