Register for your free account! | Forgot your password?

You last visited: Today at 13:10

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

Advertisement



GW working bots 2024

Discussion on GW working bots 2024 within the GW Exploits, Hacks, Bots, Tools & Macros forum part of the Guild Wars category.

Reply
 
Old 10/28/2024, 14:41   #106
 
MrObvious83's Avatar
 
elite*gold: 0
Join Date: Aug 2024
Posts: 61
Received Thanks: 3
So I am looking to modify the boreal chest runner bot but I have only done minor fixes and haven't written anything from scratch. the 1st July bot works somewhat, as I have fixed a bit, but its not very quick, So I am looking at using the skillbar OgAScZMT3l/a0kAAAAAAAAAA this makes going to all 3 chests quite simple. but I am having a hard time locating the section of code to edit on the current script. any help would be grateful.
MrObvious83 is offline  
Old 10/28/2024, 19:26   #107
 
elite*gold: 0
Join Date: Feb 2022
Posts: 88
Received Thanks: 57
Quote:
Originally Posted by MrObvious83 View Post
So I am looking to modify the boreal chest runner bot but I have only done minor fixes and haven't written anything from scratch. the 1st July bot works somewhat, as I have fixed a bit, but its not very quick, So I am looking at using the skillbar OgAScZMT3l/a0kAAAAAAAAAA this makes going to all 3 chests quite simple. but I am having a hard time locating the section of code to edit on the current script. any help would be grateful.
Func Running() ;New function with 2nd cast of Dwarven Stability
local $me = GetAgentByID(-2)
If DllStructGetData(GetSkillbar(), 'Recharge2') = 0 AND DllStructGetData($me, 'EnergyPercent') >= 0.10 And $WeAreDead = False Then
If Not $WeAreDead then WriteLog("Running Use Skills")
Sleep(GetPing()+80)
UseSkillEx(1, 0) ;Dwarven Stability
Sleep(GetPing()+80)
UseSkillEx(2, 0) ;Dash
If GetChecked ($Use_IAU) Then
Sleep(GetPing()+80)
UseSkillEx(3, 0) ;I Am Unstoppable
EndIf
;UseSkill(1, 0) ;Dwarven Stability
;rndslp(300)
;UseSkill(2, 0) ;Dash
EndIf
EndFunc

is where you want to be, but really there isn't any variables for skill 1&2 so you don't have to change anything in the script. The build you shared should be just fine.
AlienMan9696 is offline  
Old 10/29/2024, 00:15   #108
 
MrObvious83's Avatar
 
elite*gold: 0
Join Date: Aug 2024
Posts: 61
Received Thanks: 3
Script

Thank you for the code, I will look at that when I get home to figure out where to insert that. TY!
MrObvious83 is offline  
Old 10/29/2024, 17:23   #109
 
elite*gold: 0
Join Date: Jan 2022
Posts: 6
Received Thanks: 8
ToT Opener

So a friend and I were discussing how much we were dreading opening all of the ToTs we were farming. So we sat and discussed it a bit and decided we needed a script that you could pick what you wanted to destroy and keep (obviously no toggle for Apples and Corn since they are the primary pcon from ToTs).

So I cobbled together this script that allows you to open tots while also storing the items you want to keep and deleting the items you don't.

I piggybacked a little off of Bernie16's code for his tot opener for the trigger to make it stop crashing once you ran out ToTs to open. I also used existing functions from multiple different scripts to put this together. I am not claiming credit for the writing of this, just put it together to hopefully make some people's lives a little easier after the event is over.
Attached Files
File Type: zip ToT Opener 10-29-24.zip (43.7 KB, 15 views)
Mandilus33 is offline  
Thanks
3 Users
Old 10/30/2024, 16:29   #110
 
MrObvious83's Avatar
 
elite*gold: 0
Join Date: Aug 2024
Posts: 61
Received Thanks: 3
not sure where to place this code, crashed my game, this code in this original script is all over the place. kinda messy tbh. might write something in a different code.


Quote:
Originally Posted by AlienMan9696 View Post
Func Running() ;New function with 2nd cast of Dwarven Stability
local $me = GetAgentByID(-2)
If DllStructGetData(GetSkillbar(), 'Recharge2') = 0 AND DllStructGetData($me, 'EnergyPercent') >= 0.10 And $WeAreDead = False Then
If Not $WeAreDead then WriteLog("Running Use Skills")
Sleep(GetPing()+80)
UseSkillEx(1, 0) ;Dwarven Stability
Sleep(GetPing()+80)
UseSkillEx(2, 0) ;Dash
If GetChecked ($Use_IAU) Then
Sleep(GetPing()+80)
UseSkillEx(3, 0) ;I Am Unstoppable
EndIf
;UseSkill(1, 0) ;Dwarven Stability
;rndslp(300)
;UseSkill(2, 0) ;Dash
EndIf
EndFunc

is where you want to be, but really there isn't any variables for skill 1&2 so you don't have to change anything in the script. The build you shared should be just fine.
MrObvious83 is offline  
Old 10/30/2024, 17:06   #111
 
elite*gold: 0
Join Date: Feb 2022
Posts: 88
Received Thanks: 57
Quote:
Originally Posted by MrObvious83 View Post
not sure where to place this code, crashed my game, this code in this original script is all over the place. kinda messy tbh. might write something in a different code.
Don't copy and paste that code in, I was showing as an example of where to look. That func running() was already in the script, I pulled it from the code you posted. I was showing you that, to run the build you want, you dont even have to change anything at all aside from your characters build. There is an awesome boreal runner in the Py4GW add on for tool box as well.
AlienMan9696 is offline  
Old 10/31/2024, 17:01   #112
 
MrObvious83's Avatar
 
elite*gold: 0
Join Date: Aug 2024
Posts: 61
Received Thanks: 3
ahh ok, well if you dont cast DS before the ranger run skill either natural stride or escape, the DS cancels it for some reason if it does an after cast, so the build doesnt work just as is, tried that.
MrObvious83 is offline  
Old 10/31/2024, 19:50   #113
 
elite*gold: 0
Join Date: Feb 2022
Posts: 88
Received Thanks: 57
Swap natural stride with storm chaser. Problem solved. Natural stride is meh and cancels anytime you become enchanted or hexed.
AlienMan9696 is offline  
Old 11/04/2024, 09:41   #114
 
elite*gold: 0
Join Date: Sep 2024
Posts: 7
Received Thanks: 17
I made a slight update to the old OmniFarmer bot, mainly just cleaning up the UI a little bit, changing some of the code so that it's more consistent with getting out to vanquish the Luxon area and then hopefully fixing the Norn issues.

I'm not really looking to upkeep this as a full time project but if someone came up with a very specific issue they wanted me to look into I would see what I can do.
Attached Files
File Type: zip OmniFarmer-Nov2024.zip (57.5 KB, 36 views)
Ylad is offline  
Thanks
6 Users
Old 11/06/2024, 05:12   #115
 
MrObvious83's Avatar
 
elite*gold: 0
Join Date: Aug 2024
Posts: 61
Received Thanks: 3
TY @! norn works great!
MrObvious83 is offline  
Old 11/10/2024, 01:11   #116
 
MrObvious83's Avatar
 
elite*gold: 0
Join Date: Aug 2024
Posts: 61
Received Thanks: 3
anyone else having issues with OmniPre with Mo/E stopping after 1 lvl completed on 11-20?
MrObvious83 is offline  
Old 11/11/2024, 15:17   #117
 
elite*gold: 0
Join Date: Sep 2012
Posts: 1
Received Thanks: 0
I'm having issues running most of the bots, whenever bot start attacking game freezes and crash all the time.
Anyone had similar issue and know how to fix it ?
Nomade2 is offline  
Old 11/11/2024, 16:29   #118
 
Scythe X's Avatar
 
elite*gold: 0
Join Date: Aug 2023
Posts: 79
Received Thanks: 59
Quote:
Originally Posted by Nomade2 View Post
I'm having issues running most of the bots, whenever bot start attacking game freezes and crash all the time.
Anyone had similar issue and know how to fix it ?
I just helped someone with this issue, and our fix was to close gwtoolbox. There are a number of things that can be causing your crash though, like a screen recording software, or your autoit installation being the wrong version.
Scythe X is offline  
Thanks
1 User
Old 11/11/2024, 17:49   #119
 
elite*gold: 0
Join Date: Mar 2021
Posts: 34
Received Thanks: 4
Anyone has a Partywindow?
Soulstorm_365 is offline  
Old 11/13/2024, 01:50   #120
 
elite*gold: 0
Join Date: Oct 2024
Posts: 4
Received Thanks: 1
Seems like after todays gw update every script is crashing? Does this mean we need an update to GWA2?
eatdiscobiscuits is offline  
Thanks
1 User
Reply

Tags
guildwars, gw, gw2024bots


Similar Threads Similar Threads
🔥CHEAP AF🔥 VALORANT AIMBOT 2024✅(💎UNDETECTED SINCE 2024💎)
01/28/2024 - Valorant Trading - 0 Replies
*EXTERNAL* AIMBOT ONLY "UNDETECTED SINCE 2021 🔥🔥✅✅" ⚠️REQUIREMENTS: ✅𝗢𝗡𝗟𝗬 𝗙𝗢𝗥 𝗪𝗜𝗡𝗗𝗢x 298;𝗦 𝟭𝟬! DOES NOT SUPPORT WINDOWS 11 ✅𝗠𝘂𝘀𝘁 Disable Windows security using Defender Control ✅𝗠𝘂𝘀𝘁 Uninstall Antivirus
Cabal Asia Prime 2024 | Latest Cheat | RDR Full Bypassed | Latest Trainer 2024.
01/25/2024 - Cabal Hacks, Bots, Cheats, Exploits & Macros - 0 Replies
#LusotTV #subscribe if you are interested contact me on. Discord : LusotTV#7136 Facebook : https://www.facebook.com/antii93 VIDEO SAMPLE :



All times are GMT +1. The time now is 13:10.


Powered by vBulletin®
Copyright ©2000 - 2024, 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 ©2024 elitepvpers All Rights Reserved.