Auto loot

12/13/2009 19:40 Vivxx#1
Anyone know of a script or bot for this?
it would be very useful thank you :)
12/15/2009 01:55 omgd00d123#2
whats wrong with space bar?
12/15/2009 02:02 Syberboy#3
Yeah just use space bar it does it for you. And if you're really asking for an auto loot, you're extremely lazy
12/15/2009 09:28 Phoenix357#4
autoit makes stuff like this easy xD
12/15/2009 09:30 ~Kakkarot~#5
+#1-2 reported at 15/12/09 GMT +1 9:30 cause double post

there is no "bumping" here, this is not black market
12/15/2009 11:54 PureEnergy3#6
here
Quote:
MsgBox(0,"Spammer, By PureEnergy","Press F10 to pause, press F9 to quit")



HotKeySet("{F10}", "TogglePause")
HotKeySet("{F9}", "Terminate")
Global $Paused
Global $Loop = 0
Global $Loop1 = 0
Global $Loop2 = 0
While 1 = 1
WinWaitActive ("Dekaron")
Send ("{SPACE}")
sleep(1)
WEnd

Func TogglePause()
$Paused = NOT $Paused
While $Paused
sleep(100)
ToolTip('Script is "Paused"',0,0)
WEnd
ToolTip("")
EndFunc


Func Terminate()
ToolTip("Thankyou and Goodbye",0,0)
Sleep(2000)
Exit 0
EndFunc
12/16/2009 01:18 Syberboy#7
@PureEnergy3
isn't that just a script you put into autoit? o.O
12/16/2009 11:11 PureEnergy3#8
thats what he asked for isnt it?
12/17/2009 04:30 Vivxx#9
Thanks Pure energy, nothing is wrong with space bar but it is tireing farming for hours on end so having this auto loot is much appreciated