![]() |
| |||||||
| Home | GzP Upload | GzP Arcade | Register | vbBux / vbPlaza | All Albums | FAQ | Donate | Members List | Calendar | Mark Forums Read |
| Guildwars Guildwars Discussion |
![]() |
| | Thread Tools | Display Modes |
| | #1 |
| RPG Administrator | Death Level Macro Code: #NoTrayIcon
#include <GUIConstants.au3>
HotKeySet("{End}", "Recruit")
GuiCreate("AxeY-Frenzybot v1", 170, 50, 200, 100, $WS_DLGFRAME)
WinSetOnTop("AxeY-Frenzybot v1", "", 1)
$btnStart = GuiCtrlCreateButton("Start", 4, 1, 50, 20)
;$btnStop = GUICtrlCreateButton("Stop", 60, 1, 50, 20)
$btnExit = GUICtrlCreateButton("Exit", 116, 1, 50, 20)
$strSpam = InputBox("AxeY-Frenzybot v1 - Frenzy key:", "Please input the skill key for frenzy.")
$intCount = InputBox("AxeY-Frenzybot v1 - Number of times to frenzy:", "Please input the number of times that you wish to use frenzy before the bot stops.")
$intDelay = InputBox("AxeY-Frenzybot v1 - Delay between each frenzy:", "Please input the number of seconds you want to pass before re-using frenzy.")
MsgBox(0,"AxeY-Frenzybot v1 - Warning!", "Remember to make sure you are not in a chat channel, ready to type. Make sure your death leveling target is attacking and all equipment is adjusted.")
GuiSetState()
while GuiGetMsg() <> $GUI_EVENT_CLOSE
$msg = GuiGetMsg()
Select
Case $msg = $btnStart
WinActivate("Guild Wars")
Sleep(2000)
; IF $intCount = -1 THEN
; while 1
; Recruit()
; Sleep($intDelay * 1000)
; wend
; ElseIf
for $x = 1 to $intCount
Recruit()
Sleep($intDelay * 1000)
next
; EndIf
; Case $msg = $btnStop
; ExitLoop
Case $msg = $btnExit
Exit
EndSelect
WEnd
Func Recruit()
Send("{9}")
Sleep(200)
Send($strSpam)
Sleep(200)
Send("{9}")
EndFunc
Credits go to brandonlee at ElitePvPers.
__________________ http://i212.photobucket.com/albums/c...g?t=1208070341 Use This Link to Join GamerZPlanet: gamerzplanet.net/forums/register.php?referrerid=2432 Visit [Only registered and activated users can see links. ], a general chat forum. <@Gate> Being a cook is hard. <@Gate> I would know, my dad is a cook. <@hesham8> Gate, what the **** are you talking about!? All you do is yell "BAM!" and throw chives everywhere. <@hesham8> I do the same thing at weddings, except I yell "CONGRATULATIONS" and throw rice. <@Gate> hesham8, you're a fag. |
| | |
| The Following User Says Thank You to hesham8 For This Useful Post: | xstravagant (09-29-2008) |
| Sponsored Links |
| |
| | #3 |
| Registered User | Re: Death Level Macro |
| | |
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
| |