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 16:53

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

Advertisement



[2022/2023] Guild Wars working bots

Discussion on [2022/2023] Guild Wars working bots within the GW Exploits, Hacks, Bots, Tools & Macros forum part of the Guild Wars category.

Closed Thread
 
Old 03/20/2024, 15:08   #646
 
elite*gold: 0
Join Date: Jul 2023
Posts: 147
Received Thanks: 147
Quote:
Originally Posted by Olddadz View Post
het guys trying to figure out how to turn event items off anyone know?
If you use the bot from the first page you would have to change line 777 "Return True" to "Return False"


ElseIf CheckArrayPscon($lModelID) Then ; ==== Pcons ==== or all event items
Return True
t7tcrusher is offline  
Old 03/20/2024, 17:44   #647
 
elite*gold: 0
Join Date: Mar 2021
Posts: 5
Received Thanks: 0
Hello Guys!

Is there any working chestrun bot? The pongmai bot always crash after selling items..

Next week is double luck

Maybe some1 can help
xmotschix123 is offline  
Old 03/20/2024, 22:11   #648
 
elite*gold: 0
Join Date: Aug 2023
Posts: 48
Received Thanks: 5
Quote:
Originally Posted by xmotschix123 View Post
Hello Guys!

Is there any working chestrun bot? The pongmai bot always crash after selling items..

Next week is double luck

Maybe some1 can help


i don't remember what skills are used. i am using:

1- Dwarven stability
2- IAU
3- Dash

If u want more Lucky points, so get faster bigger lockpick retention stat, I suggest to run in NM.
If u want nice drops like Elite Tomes use HM but lockpicks break faster and u get more unlucky points. With NM u have +30% handicap.

There is more about theory:
Hajsu is offline  
Old 03/21/2024, 09:54   #649
 
elite*gold: 0
Join Date: Oct 2023
Posts: 16
Received Thanks: 1
raptor

Quote:
Originally Posted by t7tcrusher View Post
If you use the bot from the first page you would have to change line 777 "Return True" to "Return False"


ElseIf CheckArrayPscon($lModelID) Then ; ==== Pcons ==== or all event items
Return True
i tried changing it to false but doesent work any ideals?
Olddadz is offline  
Old 03/21/2024, 11:19   #650
 
elite*gold: 0
Join Date: Aug 2023
Posts: 48
Received Thanks: 5
Quote:
Originally Posted by Olddadz View Post
i tried changing it to false but doesent work any ideals?
check if there are another 'canpickup' functions, by 'ctrl+f'. in raptor salvage 1.1 posted few pages back i see - there are 2 functions: canpickup and custom_canpickup. if 'return false' doesn't work maybe try to add ';' symbol on the start of the line with pcons. in that way bot shouldn't read the line.

I see there is sth like that too:
Code:
Func CheckArrayPscon($lModelID)
	For $p = 0 To (UBound($Array_pscon) -1)
		If ($lModelID == $Array_pscon[$p]) Then Return True
	Next
EndFunc
the best would be if u 'ctrl+f' 'Pscon' and false for all three positions: canpickup, custom_canpickup and that one I wrote
Hajsu is offline  
Old 03/21/2024, 17:56   #651
 
elite*gold: 0
Join Date: Mar 2024
Posts: 19
Received Thanks: 4
Hi guys,

Is there any leveling bot out there? Specifically for non-Prophecies characters.

ty!
edu1391 is offline  
Old 03/21/2024, 19:36   #652
 
Scythe X's Avatar
 
elite*gold: 0
Join Date: Aug 2023
Posts: 80
Received Thanks: 62
I updated my Vaettir bot (link in my signature) today if anyone is interested. it is post #500 of this thread if you don't want to click the link. I just took a break from messing with it for a while. Make sure you set your Graphics settings very low to help your bots run smoother. If you see any serious issues let me know, thanks. Happy Springtime.
Scythe X is offline  
Old 03/22/2024, 11:04   #653
 
elite*gold: 0
Join Date: Sep 2011
Posts: 4
Received Thanks: 0
Quote:
Originally Posted by Zilvermoon View Post
New version of OmniFarmer is out, hope it's working as intented, haven't had much time to test anything, but i'm sure you guys will let me know if anything is messed up.

anyway sorry i've been gone, have spend the last 3 weeks in psykiatric care, which explaines some of my absence.

i get disconnects after almost every run, when setting it to farm items (26 or 250) when its farmin the worn belts.

Does anybody know why this is happening?
Mightykeks is offline  
Old 03/22/2024, 14:13   #654
 
elite*gold: 0
Join Date: Jan 2010
Posts: 22
Received Thanks: 7
Quote:
Originally Posted by Scythe X View Post
I updated my Vaettir bot (link in my signature) today if anyone is interested. it is post #500 of this thread if you don't want to click the link. I just took a break from messing with it for a while. Make sure you set your Graphics settings very low to help your bots run smoother. If you see any serious issues let me know, thanks. Happy Springtime.
windows shows this as a virus and deletes it
sam791 is offline  
Old 03/22/2024, 14:16   #655
 
elite*gold: 0
Join Date: Jan 2010
Posts: 22
Received Thanks: 7
Diessa/Bone farmer. Not mine originally but I fixed it.
Attached Files
File Type: zip CoF_Dervish_Bot.zip (48.9 KB, 118 views)
sam791 is offline  
Thanks
1 User
Old 03/22/2024, 15:30   #656
 
Scythe X's Avatar
 
elite*gold: 0
Join Date: Aug 2023
Posts: 80
Received Thanks: 62
Quote:
Originally Posted by sam791 View Post
windows shows this as a virus and deletes it
That is because it is an Autoit exe file..., even autoit scripts are usually flagged because of certain AUTOMATION actions they make. if you download enough automation tools you will soon realize this. And if you wonder why I compile the script to an exe file instead of just leaving the raw AU3 files, it is because I am making the use of the program simpler for the user, and there is also custom code I have made that I really don't want someone trying to alter and then act like the script doesn't work. Use at your own discretion, and thank you for the reminder/concern.
Scythe X is offline  
Old 03/22/2024, 22:27   #657
 
elite*gold: 0
Join Date: Jan 2010
Posts: 22
Received Thanks: 7
Quote:
Originally Posted by Scythe X View Post
That is because it is an Autoit exe file..., even autoit scripts are usually flagged because of certain AUTOMATION actions they make. if you download enough automation tools you will soon realize this. And if you wonder why I compile the script to an exe file instead of just leaving the raw AU3 files, it is because I am making the use of the program simpler for the user, and there is also custom code I have made that I really don't want someone trying to alter and then act like the script doesn't work. Use at your own discretion, and thank you for the reminder/concern.
Can you post the source code? Otherwise running community .exe files without the source code is completely irresponsible.
sam791 is offline  
Old 03/23/2024, 11:17   #658
 
elite*gold: 0
Join Date: Feb 2024
Posts: 15
Received Thanks: 2
Quote:
Originally Posted by Mightykeks View Post
i get disconnects after almost every run, when setting it to farm items (26 or 250) when its farmin the worn belts.

Does anybody know why this is happening?
i'm "refactoring" the script to be working, i have managed almost all items (some still missing like worn belt), the uploaded version is a huge work in progress.

i have refactored it with the goal of understanding the script is splitted on a lot of lifes with something that seems logical to me ( usually working on huge development project) so is quite different from a "single file script"

please be kind with review ( first autoit code in my life and a lot of nice IDE feature are missing for it)
Attached Files
File Type: rar OmniFarmer_Presearing V2.4.1.3 REF JCBOBO.rar (296.1 KB, 56 views)
jcbobo is offline  
Thanks
2 Users
Old 03/29/2024, 23:28   #659
 
elite*gold: 135
Join Date: Mar 2009
Posts: 9
Received Thanks: 3
Does anyone have a working Speedbooking Bot?
Tonyhawkk is offline  
Old 03/30/2024, 05:47   #660
 
Scythe X's Avatar
 
elite*gold: 0
Join Date: Aug 2023
Posts: 80
Received Thanks: 62
Thumbs up

Seems to work for me. Had to get some daggers in weapon slot 4 for AtfH.
Attached Files
File Type: rar SpeedBooking.rar (53.9 KB, 104 views)
Scythe X is offline  
Closed Thread


Similar Threads Similar Threads
⚡Free Working NordVPN Accounts⚡ Valid Until 2022/2023🔥
05/30/2020 - Freebies - 1 Replies
#removed



All times are GMT +1. The time now is 16:54.


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.