Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Guild Wars > GW Exploits, Hacks, Bots, Tools & Macros
You last visited: Today at 20:39

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



FrenzyBot Deathlevel Macro (AutoIt)

Discussion on FrenzyBot Deathlevel Macro (AutoIt) within the GW Exploits, Hacks, Bots, Tools & Macros forum part of the Guild Wars category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Apr 2008
Posts: 21
Received Thanks: 2
FrenzyBot Deathlevel Macro (AutoIt)

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

This is something that i made last night but i amen't sure if it works completely yet, but probably does. Took me ages to figure out how to work with AutoIt but decided to just get a deathlevel bot seen as there are none, regards.

Also the interface does NOT matter at all. All that you need to do is go through the gate and then run it.
brandonlee is offline  
Thanks
1 User
Old 05/03/2008, 19:12   #2
 
elite*gold: 0
Join Date: Mar 2008
Posts: 85
Received Thanks: 5
ehhhm sry bad english^^ for what is it?
janfleck is offline  
Old 05/03/2008, 20:06   #3
 
elite*gold: 20
Join Date: Dec 2007
Posts: 795
Received Thanks: 188
Ich denke ma das is fürs des Tutorial.. der Bot stirbt wohl btw. lässt sich killen und wenne r dann keine ahnung xxxmal gestroben is er dann den truthan da killt xD
blackWorkx is offline  
Old 05/05/2008, 02:52   #4
 
elite*gold: 0
Join Date: Mar 2006
Posts: 7
Received Thanks: 0
It's a death levelling bot for Pre-Searing, to get the Legendary Defender of Ascalon title. The title is pretty close to impossible to get.
hesham8 is offline  
Old 05/05/2008, 12:06   #5
 
MasteR GunneR's Avatar
 
elite*gold: 0
Join Date: Dec 2007
Posts: 387
Received Thanks: 188
Actually it's one of the easiest titles to achieve. It just takes some time.
MasteR GunneR is offline  
Old 05/07/2008, 09:52   #6
 
elite*gold: 0
Join Date: Mar 2006
Posts: 7
Received Thanks: 0
Quote:
Originally Posted by MasteR GunneR View Post
Actually it's one of the easiest titles to achieve. It just takes some time.
Assuming you've got the time. Isn't the average time roughly 3-4 months?
hesham8 is offline  
Old 05/07/2008, 13:59   #7
 
MasteR GunneR's Avatar
 
elite*gold: 0
Join Date: Dec 2007
Posts: 387
Received Thanks: 188
Yeah, I think the average time is anywhere from 800h up to 1000h of real playtime (better say afk-time) so it would be doable in about a month.
But imho 3 months (or even more) are far more realistic.
MasteR GunneR is offline  
Old 08/03/2008, 17:15   #8
 
elite*gold: 0
Join Date: Feb 2007
Posts: 11
Received Thanks: 2
does it work? and in what resolution?
XCygon is offline  
Old 08/09/2008, 00:10   #9
 
elite*gold: 0
Join Date: Mar 2007
Posts: 567
Received Thanks: 48
Quote:
Originally Posted by XCygon View Post
does it work? and in what resolution?
Any you want! The Skript doesn't make any MouseClicks!

MFG
Ganf
Ganf is offline  
Old 09/22/2008, 03:38   #10
 
elite*gold: 0
Join Date: Sep 2008
Posts: 3
Received Thanks: 0
How do you get this to work??? Where do i put it???
Raigon93 is offline  
Old 09/22/2008, 07:36   #11
 
candyman91's Avatar
 
elite*gold: 0
Join Date: Feb 2008
Posts: 97
Received Thanks: 1
You need AutoIt3 to run the Script. Save the sourcecode as a ***.au3 file.
candyman91 is offline  
Old 03/31/2009, 21:52   #12
 
TheHobbes's Avatar
 
elite*gold: 0
Join Date: Mar 2009
Posts: 16
Received Thanks: 2
When I try to use the Script there is this Message
Quote:
>"C:\Program Files\AutoIt3\SciTE\..\autoit3.exe" /ErrorStdOut "C:\Users\***\Documents\AutoiT\Tut-Tool.au3"
C:\Users\***\Documents\AutoiT\Tut-Tool.au3 (6) : ==> Variable used without being declared.:
GuiCreate("AxeY-Frenzybot v1", 170, 50, 200, 100, $WS_DLGFRAME)
GuiCreate("AxeY-Frenzybot v1", 170, 50, 200, 100, ^ ERROR
>Exit code: 1 Time: 0.214
TheHobbes is offline  
Reply


Similar Threads Similar Threads
[AutoIt] Melee macro
02/12/2011 - General Gaming Discussion - 22 Replies
New melee macro which allows you to chose offense or defense. Borrowed some code (a lot of code) from Ices #cs---------------------------------------------- -------- Simple melee AutoIt script by TeabagGus Script requires two people with running the same script There is a 5 second delay for the macro to start Wand is slot 8 Heal Self is slot 1 Rest is slot 5 Weapon is slot 0
Autoit BG macro
09/05/2010 - World of Warcraft - 0 Replies
Looking for a new autoit bg join/leave macro the old 1 that i have doesnt work anymore instead of pressing the join bg button now it opens the bags :).
Macro/AutoIT für 40/40 set
07/05/2008 - Guild Wars - 13 Replies
Hey, kann man n script schreiben das der jeweile char vor jedem casten (1-8) Z.B. auf F2 in sein 40/40 set wechselt?wenn das gehen würde könntet ihr bitte sowas erstellen...ich denke für euch is das nich wirklich ein problem...aber ich kenn mich damit halt gar nich aus... danke im vorraus :) mfg
Macro/AutoIt für Heldenkämpfe
06/26/2008 - Guild Wars - 3 Replies
Hey, bin neu hier und ich hab kA wie man was mit den programmen macht...also mein idee war: Heldenkämpfe: 1 monk (selber) 3 ranger (heros) würde es gehen das man wenn man zb. "T" drückt,die helden in nem bruchteil von ner sekunde alle die 1. und direkt danach die 2. fertigkeit benutzen aber ohne das die 1. unterbrochen wird...normaler ranger spike halt...Falls ja sagt mir bitte wie... danke im vorraus mfg
macro autoit
06/19/2008 - Cabal Online - 10 Replies
Hi. I'm french.Sorry for my bad english. My version of cabal is europea. I tried to make myself a macro but it is only 2 days that I practice autoit. I therefore know quite limited. I like to share with you my program. I've tested but has no effect on the game like most other programs of the forum that I tested. I'd like to know why.it's really a simple program you will not hurt to understand?:confused: $x = 1 $y = 1 WinWaitActive("CABAL") ;activation of the window cabal...



All times are GMT +1. The time now is 20:39.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.