DUDE!111 U MAKE IT BETTER THEN WE VOTE U MOD OR THANK YOU 48364872316487213 TIMES11111111111111111!!
#include <GUIConstants.au3>
#include <GUIList.au3>
#include <Misc.au3>
#include <Array.au3>
= GUICreate("@Vyn - EPvP", 250, 140, 278, 199)
GUISetIcon("C:136.ico")
= GUICtrlCreateButton("Start", 80, 90, 91, 25, 0)
GUICtrlCreateGroup("", 180, 200, 1, 1)
= GUICtrlCreateLabel("F1: Attack (with Creature)", 10, 40, 392, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Verdana")
GUICtrlSetColor(-1, 0xFF0000)
= GUICtrlCreateLabel("F2: Pick Up", 10, 60, 392, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Verdana")
GUICtrlSetColor(-1, 0xFF0000)
= GUICtrlCreateLabel("The following Controls have to set in", 10, 0, 392, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Verdana")
GUICtrlSetColor(-1, 0xFF0000)
= GUICtrlCreateLabel("Main-Shortcut-Bar", 10, 20, 392, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Verdana")
GUICtrlSetColor(-1, 0xFF0000)
= GUICtrlCreateLabel("To exit press Ctrl + Alt + X", 10, 120, 392, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Verdana")
GUICtrlSetColor(-1, 0xFF0000)
GUISetState(@SW_SHOW)
hotkeyset("^!x", "MeinExit")
Func Load()
EndFunc
Func Start()
Do
sleep(Random(500,600))
ControlSend("Rappelz","","","{Tab}")
sleep(random(500,700))
ControlSend("Rappelz","","","{F1}")
sleep(Random(10000,10500))
ControlSend("Rappelz","","","{F2}")
sleep(Random(1000,1100))
ControlSend("Rappelz","","","{F2}")
sleep(Random(1000,1100))
ControlSend("Rappelz","","","{F2}")
sleep(random(1000,1100))
Until _IsPressed("7A")
EndFunc
Load()
While 1
= GUIGetMsg()
Switch
Case
Start()
EnaDisElts()
EndSwitch
WEnd
Func MeinExit()
Exit
Endfunc
Quote:
ohne alles zu lesen hab ich zu dem script was ich iwo auf seite 3 oder so gefunden hab ein paar randoms eingefügt
PHP Code:#include <GUIConstants.au3>
#include <GUIList.au3>
#include <Misc.au3>
#include <Array.au3>
= GUICreate("@Vyn - EPvP", 250, 140, 278, 199)
GUISetIcon("C:136.ico")
= GUICtrlCreateButton("Start", 80, 90, 91, 25, 0)
GUICtrlCreateGroup("", 180, 200, 1, 1)
= GUICtrlCreateLabel("F1: Attack (with Creature)", 10, 40, 392, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Verdana")
GUICtrlSetColor(-1, 0xFF0000)
= GUICtrlCreateLabel("F2: Pick Up", 10, 60, 392, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Verdana")
GUICtrlSetColor(-1, 0xFF0000)
= GUICtrlCreateLabel("The following Controls have to set in", 10, 0, 392, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Verdana")
GUICtrlSetColor(-1, 0xFF0000)
= GUICtrlCreateLabel("Main-Shortcut-Bar", 10, 20, 392, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Verdana")
GUICtrlSetColor(-1, 0xFF0000)
= GUICtrlCreateLabel("To exit press Ctrl + Alt + X", 10, 120, 392, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Verdana")
GUICtrlSetColor(-1, 0xFF0000)
GUISetState(@SW_SHOW)
hotkeyset("^!x", "MeinExit")
Func Load()
EndFunc
Func Start()
Do
sleep(Random(500,600))
ControlSend("Rappelz","","","{Tab}")
sleep(random(500,700))
ControlSend("Rappelz","","","{F1}")
sleep(Random(10000,10500))
ControlSend("Rappelz","","","{F2}")
sleep(Random(1000,1100))
ControlSend("Rappelz","","","{F2}")
sleep(Random(1000,1100))
ControlSend("Rappelz","","","{F2}")
sleep(random(1000,1100))
Until _IsPressed("7A")
EndFunc
Load()
While 1
= GUIGetMsg()
Switch
Case
Start()
EnaDisElts()
EndSwitch
WEnd
Func MeinExit()
Exit
Endfunc