gizmo8093
Dark admin
Dołączył: 10 Cze 2007
Posty: 127
Przeczytał: 0 tematów
Pomógł: 1 raz Ostrzeżeń: 0/5
Skąd: Lublin
|
Wysłany: Pon 18:06, 11 Cze 2007 Temat postu: Guild Wars bot |
|
|
*
Creator: =-UserName-= and Justasmoken
Type: AutoHotkey script
Game: GuildWars
*\
WinWaitActive, Guild Wars,
#NoEnv
#SingleInstance force
SendMode Input
#MaxThreadsPerHotkey 2
Hotkey, \, action
action = 0
Return
action:
if (action = 1)
GoSub, Disable
Else
{
if (action = 0)
GoSub, Enable
}
return
Enable:
action = 1
Send, 3 ://Cast Mending
Sleep, 1000
Loop, /Loop 1 Attack Sequence\\;
{
if breakloop = 1
break
Send, c
Sleep, 10
Send, {Space}
sleep, 1500
Send, 6 /Skill #
Sleep, 1500
Send, c
Sleep, 10
Send, {Space}
Send, 7 /Skill #
Sleep, 1500
Send, c
Sleep, 10
Send, {Space}
Sleep, 10
Send, 2 /Skill #
Sleep, 1500
Send, 8
Sleep, 1500
Sleep, 1000
Send, c
Sleep, 10
Send, {Space}
Send, 6 /Skill #
Sleep, 1500
Send, c
Sleep, 10
Send, {space}
Sleep, 10
Send, 2 /Skill #
Sleep, 1509
Send, c
Sleep, 10
Send, {space}
Sleep, 10
Send, 7 /Skill #
Sleep, 1010
Send, c
Sleep, 10
Send, {Space}
Send, 6 /Skill #
Sleep, 1000
Send, c
Sleep, 10
Send, {Space}
Sleep, 10
Send, 2 /Skill #
Sleep, 1502
Send, 7 /Skill #
Sleep, 1000
Send, 8 /Skill #
Sleep, 1010
Send, c
Sleep, 10
Send, {Space}
Send, 6 /Skill #
Sleep, 1000
Send, c
Sleep, 10
Send, {Space}
Send, 7 /Skill #
sleep, 1500
;walking crap
Random, OutputVar1, 2000, 10000
Random, OutputVar2, 2000, 10000
Random, OutputVar3, 1, 2
send, {w down}
if OutputVar3 = 1
send, {a down}
else
send, {d down}
SetTimer, wup, %OutputVar1%
SetTimer, up, %OutputVar2%
}
; /////////////////////////Justasmoken\\\\\\\\\\\;;
breakloop = 0
Return
Disable:
action = 0
breakloop = 1
Return
wup:
send, {w up}
return
up:
send, {d up}
send, {a up}
return
; /////////////////////////Justasmoken\\\\\\\\\\\;;
pause::pause
Klawisze :
Hotkeys:
\ = start script
Pause = Pause
w linicje /Skill # mozesz dodac numery skilli jakie maja byc uzywane
by =-UserName-=
CODE#NoEnv
#SingleInstance force
WinWait, Program Manager,
IfWinNotActive, Program Manager, , WinActivate, Program Manager,
WinWaitActive, Program Manager,
WinWait, Guild Wars,
IfWinNotActive, Guild Wars, , WinActivate, Guild Wars,
WinWaitActive, Guild Wars,
#NoEnv
#SingleInstance force
SendMode Input
#MaxThreadsPerHotkey 2
SendMode Input
Hotkey, \, action
action = 0
Return
action:
if (action = 1)
GoSub, Disable
Else
{
if (action = 0)
GoSub, Enable
}
return
Enable:
action = 1
loop
{
Send, c
Send, {Space}
PixelGetColor, OutputVar, 354, 51
if OutputVar = 0x0a0abe
{
loop
{
PixelGetColor, OutputVar2, 339, 45
if OutputVar2 = 0x000000;assuming this is black
{
break;breaks loop so it can goto next check
}
else
{
Send, {Space}
Sleep, 1000
Send, 7
Send, c
Send, {Space}
Sleep, 1000
Send, {Space}
Sleep, 1000
Send, c
Send, {Space}
Sleep, 100
Send, 6
Sleep, 1500
Send, {Space}
Sleep, 1000
Send, c
Sleep, 100
Send, {Space}
Send, 5
Sleep, 1000
Send, 1
Sleep, 1000
Send, {Space}
Send, c
Send, {Space}
Sleep, 2000
Send, c
Sleep, 100
Send, {Space}
Send, 8
Sleep, 1009
Send, c
Sleep, 100
Send,7
Send, c
Send, {Space}
Sleep, 1002
Send, {Space}
Sleep, 1000
Send, c
Sleep, 101
Send, {Space}
Send, 8
Sleep, 1580
Send, {Space}
Sleep, 1000
Send, c
Sleep, 150
Send, {Space}
Send, 4
Sleep, 1500
Send, 6
Sleep, 1000
Send, {Space}
Send, c
Send, {Space}
Sleep, 1000
Send, 5
Sleep, 1000
Send, {Space}
Sleep, 1000
Send, 6
Send, c
Send, {Space}
Sleep, 1000
Send, {Space}
Sleep, 1000
Send, 7
Sleep, 1000
Send, {Space}
Send, c
Send, {Space}
Sleep, 1000
}
}
}
Loop, 2
{
Random, OutputVar1, 2000, 10000
Random, OutputVar2, 2000, 10000
Random, OutputVar3, 1, 2
send, {w down}
if OutputVar3 = 1
send, {a down}
else
send, {d down}
SetTimer, wup, %OutputVar1%
SetTimer, up, %OutputVar2%
}
}
return
;end of looping put any subs under here
wup:
SetTimer, wup, off
send, {w up}
return
up:
SetTimer, up, off
send, {d up}
send, {a up}
return
pause::pause
breakloop = 0
Return
Disable:
action = 0
breakloop = 1
Return
PROGRAM ODPALAMY JAKO MACRO
Post został pochwalony 0 razy
|
|