Jump to content

Recommended Posts

  • Moderators
Posted

ok got it the " thing you forgot

What did I forget?

smokes sorry cheating question's really important santee's cheating for 5yrs i think

What are you 'cheating' on? Who is santee.. and if he's been cheating for 5 yrs, what's 15 more minutes?

but wait Smokes ChrisL thatsgreat2345

can exit the script easily

the x and y axis it always moves to bottom left

Nope, I doubt I could 'exit' the script easily, because I have absolutely no idea what your saying.

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.

  • Replies 70
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted (edited)

Id missed the " off the end of the run command

ALT F9 to close

You do realise you need to set up all of the co-ordinates of which buttons to click don't you

#include <GuiConstants.au3>

HotKeySet("!{F9}", "Close")

If Not IsDeclared('WS_CLIPSIBLINGS') Then Global $WS_CLIPSIBLINGS = 0x04000000

GuiCreate("MyGUI", 392, 323,(@DesktopWidth-392)/2, (@DesktopHeight-323)/2 , $WS_OVERLAPPEDWINDOW + $WS_VISIBLE + $WS_CLIPSIBLINGS)

$Label_1 = GuiCtrlCreateLabel("Username", 20, 90, 80, 20)
$Label_2 = GuiCtrlCreateLabel("Password", 20, 150, 80, 30)
$Input_3 = GuiCtrlCreateInput("", 180, 80, 130, 30)
$Input_4 = GuiCtrlCreateInput("", 180, 150, 140, 30)
$Submit = GuiCtrlCreateButton ("Go", 180, 200, 60,40)
GuiSetState()
While 1
    $msg = GuiGetMsg()
    Select
    Case $msg = $GUI_EVENT_CLOSE
        ExitLoop
    Case $MSG = $Submit
        Go()
    Case Else
;;;
    EndSelect
WEnd
Exit
#endregion --- GuiBuilder generated code End ---

;sleep(2000)

Func GO()
If FileExists(@ProgramFilesDir & "\Internet Explorer\iexplore.exe") Then
Run(@ProgramFilesDir & "\Internet Explorer\iexplore.exe")
sleep(1000)
MouseClick("left", 0, 500, 2);;;;;;;;;;;;;;; change 0 , 500 to URL location
send("www.darkthrone.com")
MouseClick("left", 0, 500, 2);;;;;;;;;;;;;;;;;;;; change location of username
$Var = GuiCtrlRead($Input_3)
Send($Var)
sleep(200)
send("{tab}")
sleep(200)
Send(GuiCtrlRead($Input_4) & "{Enter}")
sleep(1000)

MouseClick("left", 0, 500, 0);;;;;;;;;;;;;;;;; change coordinates to community
sleep(200)
MouseClick("left", 0, 500, 1);;;;;;;;;;;;; change coordinates to recruit
sleep(1000)
MouseClick("left", 0, 500, 1);;;;;;;;;;;;;;;;;;;;; change coordinates to wardogs
sleep(1000)
MouseClick("left", 0, 500, 1);;;;;;;;;;;;;;;;;; change coordinates to recruit button
sleep(800)
For $i = 1 to 349
MouseClick("left", 0, 500, 1);;;;;;;;;;;;;; change to coordinates of recruit button
Sleep(800)
next
Else
    MsgBox (0,"Warning", "Internet Explorer not found")
Endif
endfunc

Func Close()
    Exit
EndFunc;==>Close
Edited by ChrisL
Posted

I edited it now I call it "thats great Mulawin!"

it works good direct to recruiter 350 clicks with 10 random routes cool

thatsgreat Im finished with this catalasmic problem yeah

New Owner of this AU account

  • Moderators
Posted

Thank F**K for that!

:lmao::king:o:);) and there is no :hysterics: to show you how funny that really was!!

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

LOL, i cant stop laughing..ESP looking at this.

smokes sorry cheating question's really important santee's cheating for 5yrs i think

What are you 'cheating' on? Who is santee.. and if he's been cheating for 5 yrs, what's 15 more minutes?

[size=20]My File Upload[/size]Register at my site and upload.

  • Moderators
Posted

LOL, i cant stop laughing..ESP looking at this.

What are you 'cheating' on? Who is santee.. and if he's been cheating for 5 yrs, what's 15 more minutes?

That one still makes me giggle!

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 (edited)

Wow.... im really glad i made this script, its been quite fun reading this

* Santee (river, United States)

* Santee (community of southern California)

I FIGURED IT OUT I DID IT I DID IT

SANTEE IS SOME DUDE IN DARKTHRONE WHOSE BEEN USING AN AUTORECRUITER :lmao:------ THUS MEANS HE WAS CHEATING ;)

Edited by thatsgreat2345
Posted

is pressing keys like this

Send("{a}")

Send("{b}")

Send("{c}")

Send("{d}")

Send("{e}")

Send("{f}")

Send("{g}")

Send("{h}")

Send("{i}")

Send("{j}")

Send("{k}")

Send("{l}")

Send("{m}")

Send("{n}")

Send("{o}")

Send("{p}")

Send("{q}")

Send("{r}")

Send("{s}")

Send("{t}")

Send("{u}")

Send("{v}")

Send("{w}")

Send("{x}")

Send("{y}")

Send("{z}")

New Owner of this AU account

Posted

Can somebody pls shoot him or something ? ;)

:lmao:

This is as close to shooting him as I can do legally.


Time you enjoyed wasting is not wasted time ......T.S. Elliot
Suspense is worse than disappointment................Robert Burns
God help the man who won't help himself, because no-one else will...........My Grandmother

Guest
This topic is now closed to further replies.
×
×
  • Create New...