newtopic  postreply Home » Forums » Guild Wars 2 » Guild Wars 2 Bots  [ 12 posts ] 

Guild Wars 2 Ore Farming Bot : Guild Wars 2 Bots

Posted: August 30th, 2012, 5:15 pm  
completelylost

Total Posts: 6
Joined: August 30th, 2012, 4:19 pm
Image
This bot is going to farm an ore vein for you if you are on a overflow server. This means you have a very popular server and quests are reset quickly if you log out to make room for others to do them. This is an autoit script to farm either a vein or chest over and over again. Your game needs to be at 1920 by 1080 to work.

GW2 Ore Farming Bot Autoit Code
PRIME_BBCODE_SPOILER_SHOW PRIME_BBCODE_SPOILER:
HotKeySet("y","Leave")
HotKeySet("x", "Pause")
HotKeySet("c", "Stop")

$default_resolutionX = 1920
$default_resolutionY = 1080
$x_ratio = @Desktopwidth / $default_resolutionX
$y_ratio = @Desktopheight / $default_resolutionY

$go = True
$Leave = False

While $go
if($Leave) then
MouseClick("left",765,981,2) ;*1 DOUBLECLICK on your chosen characterslot / theyre written with a 2 at the end like xxx,xxx,2
MouseClick("left",765,981,1) ;*1 just another click on the same coords cause it randomfixed an issue for me
Sleep (10000) ;<- Adjust this value depending on your loading time
Send("f")
sleep (5000)
Sleep (500)
Send ("{ESC}")
Send("f")
Sleep (5000)
Send("f")
Sleep (5000)
Send("f")
Sleep (11000)
Send("{ESC}")
sleep (100)
MouseClick("left",980,592,1) ;*2 click in the middle of "Logout"
sleep (100)
MouseClick("left",980,592,1) ;*2 click again to go back to "Character Selection"
sleep (3000) ;<- Adjust this value depending on your loading time
EndIF


WEnd

Func Pause()
$Leave = False
EndFunc

Func Stop() ;to allow the script to stop
Exit
EndFunc

Func Leave()
$Leave = True
EndFunc
GW2 Chest Farm Bot Autoit Script
PRIME_BBCODE_SPOILER_SHOW PRIME_BBCODE_SPOILER:
Global $Paused

HotKeySet("y","Leave")
HotKeySet("x", "Pause")
HotKeySet("c", "Stop")

$default_resolutionX = 1920
$default_resolutionY = 1080
$x_ratio = @Desktopwidth / $default_resolutionX
$y_ratio = @Desktopheight / $default_resolutionY

$go = True
$Leave = False

While $go
if($Leave) then
MouseClick("left",765,981,2) ;*1 DOUBLECLICK on your chosen characterslot / theyre written with a 2 at the end like xxx,xxx,2
MouseClick("left",765,981,1) ;*1 just another click on the same coords cause it randomfixed an issue for me
Sleep (10000)
Send("f")
sleep (5000)
Sleep (500)
Send ("{ESC}")
Sleep (500)
Send("{ESC}")
sleep (100)
MouseClick("left",980,592,1) ;*2 click in the middle of "Logout"
sleep (100)
MouseClick("left",980,592,1) ;*2 click again to go back to "Character Selection"
sleep (3000)
EndIF


WEnd

Func Pause()
$Leave = False
EndFunc

Func Stop() ;to allow the script to stop
Exit
EndFunc

Func Leave()
$Leave = True
EndFunc
How to use it?
- Run GW2 in Windowed Full screen with an resolution of 1920x1080 and make sure to check "Autoloot" in your option window.
- Put the code into an .txt file and rename it to .au3
- Load with AutoIT
- Go to your favorite rich copper/iron/silver/whatsnot vein and start the script
- You need to equip a new Pick from time to time.
- Press y to start, x to pause and c to stop the script.
REPLY
Posted: September 3rd, 2012, 1:34 pm  
dresider11

Total Posts: 5
Joined: August 29th, 2012, 2:05 pm
hello

I have followed all the instructions but I get the error message always: Error: Missing separator character after keyword
REPLY
Posted: September 3rd, 2012, 1:39 pm  
Tault_admin

Total Posts: 29974
Joined: November 9th, 2002, 9:57 am
User avatar
administrator
administrator
Which bot code are you using?
REPLY
Posted: September 3rd, 2012, 1:41 pm  
dresider11

Total Posts: 5
Joined: August 29th, 2012, 2:05 pm
no idea what code?

Where is the code?
REPLY
Posted: September 3rd, 2012, 2:18 pm  
Tault_admin

Total Posts: 29974
Joined: November 9th, 2002, 9:57 am
User avatar
administrator
administrator
You need to use autoit for it to work. The first post has parts called spoiler. Click those and they will show the code for each bot.
REPLY
Posted: September 3rd, 2012, 2:51 pm  
dresider11

Total Posts: 5
Joined: August 29th, 2012, 2:05 pm
I tried it and I can not start anything. AutoIT I did but it does not start with. how it should work. Come ore unlimited
REPLY
Posted: September 3rd, 2012, 3:00 pm  
dresider11

Total Posts: 5
Joined: August 29th, 2012, 2:05 pm
HotKeySet("y","Leave")
HotKeySet("x", "Pause")
HotKeySet("c", "Stop")

$default_resolutionX = 1920
$default_resolutionY = 1080
$x_ratio = @Desktopwidth / $default_resolutionX
$y_ratio = @Desktopheight / $default_resolutionY

$go = True
$Leave = False

While $go
if($Leave) then
MouseClick("left",765,981,2)
MouseClick("left",765,981,1)
Sleep (10000) ;<- Adjust this value depending on your loading time
Send("f")
sleep (5000)
Sleep (500)
Send ("{ESC}")
Send("f")
Sleep (5000)
Send("f")
Sleep (5000)
Send("f")
Sleep (11000)
Send("{ESC}")
sleep (100)
MouseClick("left",980,592,1)
sleep (100)
MouseClick("left",981,592,1)
sleep (3000) ;<- Adjust this value depending on your loading time
EndIF


WEnd

Func Pause()
$Leave = False
EndFunc

Func Stop() ;to allow the script to stop
Exit
EndFunc

Func Leave()
$Leave = True
EndFunc
REPLY
Posted: September 3rd, 2012, 10:50 pm  
Tault_admin

Total Posts: 29974
Joined: November 9th, 2002, 9:57 am
User avatar
administrator
administrator
Did you check the how to use section up top? It states that you need to have your resolution set to 1920 by 1080.
REPLY
Posted: September 4th, 2012, 10:11 am  
dresider11

Total Posts: 5
Joined: August 29th, 2012, 2:05 pm
yes have tried everything but I could not. If you can help I have TeamViewer then you can do that maybe if you want.
REPLY
Posted: November 27th, 2012, 1:15 pm  
wowiwow

Total Posts: 1
Joined: November 25th, 2012, 7:11 am
:oops: :mrgreen: :| :arrow: :roll: :D good
REPLY
Posted: December 5th, 2012, 10:51 am  
ponk120

Total Posts: 3
Joined: December 1st, 2012, 5:17 am
WHAT PROGRAM DO YOU HAVE TO USE
REPLY
Posted: December 5th, 2012, 3:50 pm  
Tault_admin

Total Posts: 29974
Joined: November 9th, 2002, 9:57 am
User avatar
administrator
administrator
ponk120 wrote:WHAT PROGRAM DO YOU HAVE TO USE
Autoit
REPLY
Want Advertisements After The Last Post Removed? Create A Free Account!
blue large dotWho is online
Users browsing this forum: No registered users and 2 guests
newtopic  postreply Page 1 of 1