Im really really sorry if this is in the wrong section, but all im asking for is something I can use to make skills #1 spammed :]
This only makes the mouse click on a certain spot, it doesnt do anything to cast a skill >.>Quote:
this is something like you are looking for
[Only registered and activated users can see links. Click Here To Register...]
MsgBox(0,"Spammer, By PureEnergy","Press F10 to pause, press F9 to quit")
HotKeySet("{F10}", "TogglePause")
HotKeySet("{F9}", "Terminate")
HotKeySet("+!d", "ShowMessage");Shift-Alt-d
Global $Paused
While 1
WinWaitActive ("Dekaron")
send ("1")
Sleep(1)
Send ("2")
sleep(1)
send ("3")
sleep(1)
send ("4")
sleep(1)
send ("5")
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
Func ShowMessage()
ToolTip("WTF are you doing?",0,0)
EndFunc
Okay so I made a new script, copied this, pasted, and ran the script. It still dont work for some reason. Does the fact that I run Vista have anything to do with it? It's bypassed and everything.Quote:
2 options here
#1download auto it and input this code
#2 download the attachmentCode:MsgBox(0,"Spammer, By PureEnergy","Press F10 to pause, press F9 to quit") HotKeySet("{F10}", "TogglePause") HotKeySet("{F9}", "Terminate") HotKeySet("+!d", "ShowMessage");Shift-Alt-d Global $Paused While 1 WinWaitActive ("Dekaron") send ("1") Sleep(1) Send ("2") sleep(1) send ("3") sleep(1) send ("4") sleep(1) send ("5") 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 Func ShowMessage() ToolTip("WTF are you doing?",0,0) EndFunc
didnt you make a post in hack bot tool and macros and people told you this is a trojan?Quote:
auto-skill for 2moons. It's easy to use, don't need installation, just 2 clicks. Working 100% here on my pc, he use 1-6 keyboards quickly, is great if you want take a break.
[Only registered and activated users can see links. Click Here To Register...]