Register for your free account! | Forgot your password?

You last visited: Today at 12:42

  • 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 07/13/2024, 22:37   #46
 
elite*gold: 0
Join Date: Jun 2022
Posts: 41
Received Thanks: 71
Quote:
Originally Posted by dawnxo View Post
does anyone have or know of a bot that automatically detects certain mods then salvage and stores them? would be interested to see how exactly its implemented
Look at the function GetModStruct(). Each Item has a Modstruct String and within this string unique substrings are present which represent an upgrade of the item. If you compare 2-3 items which have the same upgrade, you will see that one part of the whole ModStruct String is the same for every item. this is the string which represents the upgrade you are looking for.
Blake777 is offline  
Old 07/16/2024, 19:03   #47
 
elite*gold: 0
Join Date: Jul 2012
Posts: 21
Received Thanks: 3
Hello, tell me has anyone tested the LSR vaettir recently? because I use it often and have never had a problem and now I just get disconnected.
bob31450 is offline  
Old 07/23/2024, 21:36   #48
 
elite*gold: 0
Join Date: Jun 2012
Posts: 17
Received Thanks: 0
Hey,
anyone got the function to detect the dual vamp or the vamp OS (only -1) ? Because i got this function but i think it return always true when he detect the vamp mod alone
Because when the bot need to merchant he keep all vamp mono bonus same problem with zealous
Quote:
Func IsDualVamp($ModStruct)
Local $Vampiric3 = StringInStr($ModStruct, "00032825", 0 ,1)
Local $Vampiric5 = StringInStr($ModStruct, "00052825", 0 ,1)
Local $HealthRegen = StringInStr($ModStruct, "0100E820", 0 ,1) ; Health regeneration -1
If (($HealthRegen - $Vampiric3 - $Vampiric5) > 0) Then Return True
EndFunc

Func IsDualZealous($ModStruct)
Local $Zealous = StringInStr($ModStruct, "01001825", 0 ,1) ; Damage +15%
Local $EnergyRegen = StringInStr($ModStruct, "0100C820", 0 ,1) ; Energy regeneration -1
If (($EnergyRegen - $Zealous) > 0) Then Return True
EndFunc
cyril392 is offline  
Old 07/24/2024, 17:06   #49

 
jukia's Avatar
 
elite*gold: 0
Join Date: Jul 2016
Posts: 19
Received Thanks: 26
Quote:
Originally Posted by cyril392 View Post
Hey,
anyone got the function to detect the dual vamp or the vamp OS (only -1) ?
Code:
Func IsDualVamp($aModStruct)

    ; dual vamp base 14%/-1 & 15%/-1
    If StringRegExp($aModStruct, '0[E-F]0038220100E820') Then Return True

    Return False
EndFunc  ;==>IsDualVamp
jukia is offline  
Thanks
1 User
Old 07/24/2024, 19:35   #50
 
Waka.Waka's Avatar
 
elite*gold: 0
Join Date: Dec 2016
Posts: 127
Received Thanks: 72
$DV15 = StringInStr($ModStruct, "0F0038220100E820", 0, 1) ;DV15%
$DV14 = StringInStr($ModStruct, "0E0038220100E820", 0, 1) ;DV14%
$DZ15 = StringInStr($ModStruct, "0F0038220100C820", 0, 1) ;DZ15%
$DZ14 = StringInStr($ModStruct, "0E0038220100C820", 0, 1) ;DZ14%
Waka.Waka is offline  
Thanks
1 User
Old 07/25/2024, 10:32   #51
 
elite*gold: 0
Join Date: Jun 2012
Posts: 17
Received Thanks: 0
thanks guys !
cyril392 is offline  
Old 07/27/2024, 22:17   #52
 
elite*gold: 0
Join Date: Dec 2023
Posts: 2
Received Thanks: 1
is there a bone farm bot existing?
chief_ is offline  
Old 07/28/2024, 06:55   #53
 
elite*gold: 0
Join Date: Feb 2022
Posts: 88
Received Thanks: 57
Quote:
Originally Posted by chief_ View Post
is there a bone farm bot existing?
I posted one in this thread on the page before this current page. Its 55 monk from bergen, farms bones and dust.
AlienMan9696 is offline  
Old 07/28/2024, 17:52   #54
 
elite*gold: 0
Join Date: May 2011
Posts: 9
Received Thanks: 0
Quote:
Originally Posted by chief_ View Post
is there a bone farm bot existing?
i would simply recommend the raptor bot.
Recycle the Saurian Bone and get 5-6 bones
Relajado is offline  
Old 07/28/2024, 23:19   #55
 
elite*gold: 0
Join Date: Jul 2024
Posts: 2
Received Thanks: 0
hello. I look for Build DoA Gemstones - Untested May 2024
for ranger / *** and heroes plz
rereco is offline  
Old 07/30/2024, 17:58   #56
 
elite*gold: 0
Join Date: Jul 2024
Posts: 2
Received Thanks: 0
Angry

Quote:
Originally Posted by rereco View Post
hello. I look for Build DoA Gemstones - Untested May 2024
for ranger / *** and heroes plz

PLZ ..................
rereco is offline  
Old 07/31/2024, 15:27   #57
 
elite*gold: 0
Join Date: Feb 2022
Posts: 88
Received Thanks: 57
Quote:
Originally Posted by rereco View Post
PLZ ..................
It autoloads all the builds.. for hero and your character, can also open the au3 and it's at the top... you're much better off at vaettir or WoC though.
AlienMan9696 is offline  
Old 08/02/2024, 18:53   #58
 
elite*gold: 0
Join Date: Feb 2022
Posts: 88
Received Thanks: 57
PSA, i have taken over the A chance Encounter hm bot by epvp, i made a post in the gwblack market thread if anyone is interested.
AlienMan9696 is offline  
Old 08/05/2024, 22:11   #59
 
elite*gold: 0
Join Date: Feb 2022
Posts: 88
Received Thanks: 57
Quote:
Originally Posted by AlienMan9696 View Post
PSA, i have taken over the A chance Encounter hm bot by epvp, i made a post in the gwblack market thread if anyone is interested.
Added Sin fighting function to the bot so now is usable with ranger, derv and sin.
AlienMan9696 is offline  
Old 08/14/2024, 18:13   #60
 
elite*gold: 0
Join Date: Apr 2024
Posts: 78
Received Thanks: 73
Gonna spend the coming w-e to update the main thread, haven't been very active on here.
JimRaynerd is offline  
Thanks
2 Users
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 12:42.


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.