Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Guild Wars
You last visited: Today at 18:00

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

Advertisement



GW Killbot Macro (Auto IT)

Discussion on GW Killbot Macro (Auto IT) within the Guild Wars forum part of the MMORPGs category.

Reply
 
Old   #1
 
elite*gold: 20
Join Date: Apr 2005
Posts: 700
Received Thanks: 26
Note:To use this macro you need to hawe programm called Auto it,it can be easy found in google.
After it just type what code(it writeed down) in a macro slot,and use.

This is a basic killing bot for AutoIt Version 3.1.0.


Code______________________________________________ _______________

; ----------------------------------------------------------------------------
;
; AutoIt Version: 3.1.0
; Author:djomen
; Name:Killbot
; Script Function:For afk killing with Guild Wars.
;
;
; ----------------------------------------------------------------------------
;~~~~~~~~~~~~~~~
#NoTrayIcon
#Include<GUIConstants.au3>
Global &#036;Paused
;~~~~~~~~~~~~~~~
HotKeySet("{Pause}", "Pause")
HotKeySet("{End}", "Hide")
HotKeySet("{Home}", "Show")
;~~~~~~~~~~~~~~~
GuiCreate("Killbot", 100, 50,(@DesktopWidth-100)/2, (@DesktopHeight-50)/2, &#036;WS_DLGFRAME)
WinSetOnTop("Killbot", "", 1)
;~~~~~~~~~~~~~~~
&#036;startKB = GuiCtrlCreateCheckbox("Start", 4, 1, 50, 20)
&#036;Button_1 = GuiCtrlCreateButton("X", 95, 3, 18, 18)
&#036;ButtonHelp = GUICtrlCreateButton("Help", 60, 3, 35, 18)
GuiSetState()
;~~~~~~~~~~~~~~~
While 1
&#036;msg = GuiGetMsg()
;~~~~~~~~~~~~~~~
Select
Case GUICtrlRead(&#036;startKB) <> 4
While GUICtrlRead(&#036;startKB) <> 4
Kill()
WEnd
Case GUICtrlRead(&#036;startKB) = -15
ExitLoop
EndSelect
;~~~~~~~~~~~~~~~
Select
Case &#036;msg = &#036;ButtonHelp
msgbox(0, "Help", "Press (Pause) to pause, press (End) to hide the window and press (Home) to show the window.Killbot was created for educational purposes only.")
EndSelect
;~~~~~~~~~~~~~~~
Select
Case &#036;msg = &#036;Button_1
ExitLoop
EndSelect
WEnd
;~~~~~~~~~~~~~~~
Func Pause()
&#036;Paused = NOT &#036;Paused
While &#036;Paused
sleep(100)
ToolTip('GWit is currently paused.',0,0)
WEnd
ToolTip("")
EndFunc
;~~~~~~~~~~~~~~~
Func Hide()
GUISetState(@SW_HIDE)
EndFunc
;~~~~~~~~~~~~~~~
Func Show()
GUISetState(@SW_SHOW)
EndFunc
;~~~~~~~~~~~~~~~
;
;Funtion Kil
Func Kill()
;
Sleep(100)
&#036;CoordsA = PixelSearch(400, 300, 700, 550, 0xE3C243) ; Gold items
&#036;CoordsB = PixelSearch(400, 300, 700, 550, 0xBB88EE) ; Purple items
&#036;CoordsC = PixelSearch(400, 300, 700, 550, 0x99EEFF) ; Blue items
;
;
If IsArray(&#036;CoordsA) Then
Sleep(500) ; The colour A was found
MouseClick('Left', &#036;CoordsA[0], &#036;CoordsA[1], 1, 0)
Sleep(500)
Else ; The color A was not found
EndIf
;
If IsArray(&#036;CoordsB) Then
Sleep(500) ; The color B was found
MouseClick('Left', &#036;CoordsB[0], &#036;CoordsB[1], 1, 0)
Sleep(500)
Else ; The color B was not found
EndIf
;
If IsArray(&#036;CoordsC) Then
Sleep(500) ; The color C was found
MouseClick('Left', &#036;CoordsC[0], &#036;CoordsC[1], 1, 0)
Sleep(500)
Else ; The color C was not found
EndIf
;
Sleep(100)
;
Send("{Alt down}") ; ; hold (alt)
Sleep(100)
Send("{c down}")
Sleep(15)
Send("{c up}")
Sleep(25) ; ; This is the attack sequence. ; ;
Send("{SPACE down}")
Sleep(15)
Send("{SPACE up}")
Sleep(15)
Send("{2 down}")
Sleep(15)
Send("{2 up}")
Sleep(15)
Send("{3 down}")
Sleep(15) ; ; Skills sequence. ; ;
Send("{3 up}")
Sleep(15)
Send("{4 down}")
Sleep(15)
Send("{4 up}")
Sleep(15)
Send("{Alt up}")
Sleep(100)
EndFunc__________________




__________________________________________________ _______________
undispudet is offline  
Reply


Similar Threads Similar Threads
MHS Bot 2.3 ALL + Auto Key Macro + CE
02/12/2010 - Perfect World - 4 Replies
Okay here is all my stuff sorry im a noob to these forums didnt know how to add a file It has current MY_EN Base Address and should work fine For all other just Follow The directions in the link provided in Included TXT doc HAVE FUN
Auto Key Presser + Auto Ress + macro bot
01/21/2010 - SRO Hacks, Bots, Cheats & Exploits - 1 Replies
Edit...
Auto lvl macro
06/01/2009 - 9Dragons - 12 Replies
Now that we have a auto buff skill anyone can tell me if there is possilbe to make auto lvl macro ??
Metin 2 Killbot
04/15/2008 - Metin2 - 52 Replies
Hallo, da sehr viele nach einem Bot für Metin2 fragen, hab ich mich jetz hier hingesetzt und in wenigen Codezeilen ein wirklich effektives Botprogramm bekommen. Das ganze ist noch sehr unausgereift und braucht wahrscheinlich noch 1 Tag Überarbeitungszeit. Beinhaltet ist ein Bot, der sich selbstständig bewegt und Gegner angreift. Was ich nicht für diesen Bot coden werde ist ein Looter, der automatisch die Yang einsammelt. Wünscht mir heute noch viel Glück. Morgen lade ich ihn hoch. ...



All times are GMT +1. The time now is 18:01.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

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