Jo super dass es jetzt mit Maus geht

, selbst wenn es manchmal "hakt"...ist besser als wenns garnicht geht!
Darauf muss man erstmal kommen, einfach Rechtsklick ausserhalb von Rappelz lol
Mh...aber ich vermisse noch mindestens einen Button (Chips z.b.)...deshalb bin ich mal so dreist und editier deinen Code etwas...wenns dir nich passt editier es bitte raus *g*
-----------------------
;original by : Vyn
#include <GUIConstants.au3>
#include <GUIListBox.au3>
#include <Misc.au3>
#include <Array.au3>
$Form1_1 = GUICreate("@Vyn - EPvP", 250, 190, 278, 199)
GUISetIcon("C:\136.ico")
$Start = GUICtrlCreateButton("Start", 80, 110, 91, 25, 0)
GUICtrlCreateGroup("", 180, 200, 1, 1)
$Label4 = GUICtrlCreateLabel("F1: Attack (with Creature)", 10, 40, 392, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Verdana")
GUICtrlSetColor(-1, 0xFF0000)
$Label3 = GUICtrlCreateLabel("F2: Pick Up", 10, 60, 392, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Verdana")
GUICtrlSetColor(-1, 0xFF0000)
$Label3 = GUICtrlCreateLabel("F3: Chip/Skill/Style", 10, 80, 392, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Verdana")
GUICtrlSetColor(-1, 0xFF0000)
$Label2 = GUICtrlCreateLabel("The following Controls have to set in", 10, 0, 392, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Verdana")
GUICtrlSetColor(-1, 0xFF0000)
$Label1 = GUICtrlCreateLabel("Main-Shortcut-Bar", 10, 20, 392, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Verdana")
GUICtrlSetColor(-1, 0xFF0000)
$Label6 = GUICtrlCreateLabel("To exit press Ctrl + Alt + X", 10, 160, 392, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Verdana")
GUICtrlSetColor(-1, 0xFF0000)
$Label7 = GUICtrlCreateLabel("To pause script press Break", 10, 140, 392, 17)
GUICtrlSetFont(-1, 8, 400, 0, "Verdana")
GUICtrlSetColor(-1, 0xFF0000)
GUISetState(@SW_SHOW)
Global $Paused
hotkeyset("^!x", "MeinExit")
HotKeySet("{PAUSE}", "TogglePause")
Func Load()
EndFunc
Func Start()
Do
WinActivate("@Vyn - EPvP")
sleep(200)
MouseMove(500, 500, 3)
sleep(200)
MouseDown("right")
MouseMove(814, 500, 3)
MouseUp("right")
WinActivate("Rappelz")
sleep(1000)
ControlSend("Rappelz","","","{Tab}")
sleep(500)
ControlSend("Rappelz","","","{F3}")
sleep(200)
ControlSend("Rappelz","","","{F1}")
sleep(10000)
ControlSend("Rappelz","","","{F2}")
sleep(1000)
ControlSend("Rappelz","","","{F2}")
sleep(1000)
ControlSend("Rappelz","","","{F2}")
sleep(1000)
Until _IsPressed("7A")
EndFunc
Load()
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $Start
Start()
EnaDisElts($GUI_ENABLE)
EndSwitch
WEnd
Func MeinExit()
Exit
Endfunc
Func TogglePause()
$Paused = NOT $Paused
While $Paused
sleep(100)
WEnd
EndFunc
--------------
(Vyn's code with just 1 button more (F3), to set up chips or some style etc....just use autoit3 to run this script..maybe i will upload it as an exe later)
Natürlich kann man das noch erweitern, mir persönlich war eben ein weiterer Knopf wichtig, für eben Chips oder z.b. nen Style der 10-15 sec Cooldown hat oder so.
Uploaden tu ichs erstmal nicht...denke es sollte jeder auch so hinbekommen(Stichwort: Autoit3 und fertig^^)..und ich weiss ja nicht obs vyn genehm ist, dass ichs modifizier :P (ok..evtl bin ich im Moment auch nur zu faul lol)
@jtremblay: I dont think that such a function will come soon...Rappelz got a damn stinky Hackshield (The Name is HackShield too ^^), it blocks all values from you memory..so you cant scan it easy..you have to make something like Pixelsearch and/or RegionScan...I dont know how hard this is...but i think it sucks...even because Hackshield blocks so many actions esp. Mouse-movement.
And because this is a very simple(minded) bot, you should not leave it long time alone...so buff by yourself and rest/heal too...it can be that some players are flaming you ingame because you hit allways their mobs and such things lol