Register for your free account! | Forgot your password?

You last visited: Today at 18:31

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

Advertisement



GW Working Bots 2020

Discussion on GW Working Bots 2020 within the GW Exploits, Hacks, Bots, Tools & Macros forum part of the Guild Wars category.

Reply
 
Old 12/19/2020, 10:53   #1126
 
RDL420's Avatar
 
elite*gold: 0
Join Date: Apr 2020
Posts: 45
Received Thanks: 20
Something was maybe updated by anet, probably headers. We need to wait until we get new ones
RDL420 is offline  
Old 12/19/2020, 11:05   #1127
 
Waka.Waka's Avatar
 
elite*gold: 0
Join Date: Dec 2016
Posts: 116
Received Thanks: 66
it is headers... so obviously your bots crash when the travel doesnt work anymore
Waka.Waka is offline  
Old 12/19/2020, 11:11   #1128
 
elite*gold: 0
Join Date: Dec 2020
Posts: 14
Received Thanks: 0
maybe I also don't do the right thing
benj3913 is offline  
Old 12/19/2020, 12:18   #1129
 
elite*gold: 0
Join Date: Mar 2018
Posts: 4
Received Thanks: 2
GWCA used by toolbox has the new headers, you can get them there. Should be enough to fix at least most bots that were working before.
Liliza is offline  
Thanks
1 User
Old 12/19/2020, 13:38   #1130
 
elite*gold: 0
Join Date: Dec 2020
Posts: 14
Received Thanks: 0
avec quel logiciel lancer le programme contenu dans le bot ?
benj3913 is offline  
Old 12/19/2020, 13:42   #1131
 
elite*gold: 0
Join Date: Oct 2015
Posts: 29
Received Thanks: 7


As Liliza said.
If your bots don't work try fix the headers that's crashing it (which will be a lot).
Here is my updated list so far. Is it pretty? No. Does it work? Hopefully.

Code:
#Region Headers
Global Const $HEADER_QUEST_ACCEPT = 0x42
Global Const $HEADER_QUEST_REWARD = 0x42
Global Const $HEADER_QUEST_ABANDON = 0x10 ;done
Global Const $HEADER_HERO_AGGRESSION = 0x14 ;done
Global Const $HEADER_HERO_LOCK = 0x15 ;done
Global Const $HEADER_HERO_TOGGLE_SKILL = 0x18 ;done
Global Const $HEADER_HERO_CLEAR_FLAG = 0x19 ;done
Global Const $HEADER_HERO_PLACE_FLAG = 0x19 ;done
Global Const $HEADER_HERO_ADD = 0x1D ;done
Global Const $HEADER_HERO_KICK = 0x1E ;done
Global Const $HEADER_HEROES_KICK = 0x24
Global Const $HEADER_PARTY_PLACE_FLAG = 0x1A ;done
Global Const $HEADER_PARTY_CLEAR_FLAG = 0x1A ;done
Global Const $HEADER_HENCHMAN_ADD = 0x9E ;done
Global Const $HEADER_PARTY_LEAVE = 0xA1 ;done
Global Const $HEADER_HENCHMAN_KICK = 0xA7 ;done
Global Const $HEADER_CALL_TARGET = 0x22 ;done
Global Const $HEADER_ATTACK_AGENT = 0x25 ;done
Global Const $HEADER_CANCEL_ACTION = 0x27 ;done
Global Const $HEADER_GO_PLAYER = 0x32 ;done
Global Const $HEADER_NPC_TALK = 0x38 ;done
Global Const $HEADER_SIGNPOST_RUN = 0x57
Global Const $HEADER_ITEM_DROP = 0x2B ;done
Global Const $HEADER_GOLD_DROP = 0x3E ;done
Global Const $HEADER_STOP_MAINTAIN_ENCH = 0x2F
Global Const $HEADER_ITEM_EQUIP = 0x2F ;done
Global Const $HEADER_ITEM_PICKUP = 0x3E  ;done
Global Const $HEADER_ITEM_DESTROY = 0x68 ;done
Global Const $HEADER_ITEM_ID = 0x6B ;done
Global Const $HEADER_ITEM_MOVE = 0x71 ;done
Global Const $HEADER_ITEMS_ACCEPT_UNCLAIMED = 0x72 ;done
Global Const $HEADER_SALVAGE_MATS = 0x79 ;done
Global Const $HEADER_SALVAGE_MODS = 0x7A ;done
Global Const $HEADER_ITEM_USE = 0x7D ;done
Global Const $HEADER_UPGRADE = 0x84
Global Const $HEADER_UPGRADE_ARMOR_1 = 0x81
Global Const $HEADER_UPGRADE_ARMOR_2 = 0x84
Global Const $HEADER_TRADE_PLAYER = 0x4F
Global Const $HEADER_TRADE_OFFER_ITEM = 0x02
Global Const $HEADER_TRADE_SUBMIT_OFFER = 0x03
Global Const $HEADER_TRADE_CHANGE_OFFER = 0x06
Global Const $HEADER_TRADE_CANCEL = 0x01
Global Const $HEADER_TRADE_ACCEPT = 0x07
Global Const $HEADER_MAP_TRAVEL = 0xB0 ;done
Global Const $HEADER_GUILDHALL_TRAVEL = 0xAF ;done
Global Const $HEADER_GUILDHALL_LEAVE = 0xB1 ;done
Global Const $HEADER_OPEN_GB_WINDOW = 0x9F
Global Const $HEADER_CLOSE_GB_WINDOW = 0xA0
Global Const $HEADER_START_RATING_GVG = 0xA9
Global Const $HEADER_FACTION_DONATE = 0x34 ;done
Global Const $HEADER_TITLE_DISPLAY = 0x57 ;done
Global Const $HEADER_TITLE_CLEAR = 0x58 ;done
Global Const $HEADER_DIALOG = 0x3A ;done
Global Const $HEADER_CINEMATIC_SKIP = 0x62 ;done
Global Const $HEADER_SET_SKILLBAR_SKILL = 0x5B ;done
Global Const $HEADER_LOAD_SKILLBAR = 0x5C ;done
Global Const $HEADER_CHANGE_SECONDARY = 0x40  ;done
Global Const $HEADER_SKILL_USE_ALLY = 0x49
Global Const $HEADER_SKILL_USE_FOE = 0x49
Global Const $HEADER_SKILL_USE_ID = 0x49
Global Const $HEADER_SET_ATTRIBUTES = 0x0F
Global Const $HEADER_CHEST_OPEN = 0x52 ;done
Global Const $HEADER_CHANGE_GOLD = 0x83
Global Const $HEADER_MODE_SWITCH = 0xA3
Global Const $HEADER_MISSION_ENTER = 0xAC
Global Const $HEADER_MISSION_FOREIGN_ENTER = 0xA8
Global Const $HEADER_OUTPOST_RETURN = 0xA6 ;done
Global Const $HEADER_SEND_CHAT = 0x63 ;done
Global Const $HEADER_OPEN_SKILLS = 0x41
Global Const $HEADER_EQUIP_BAG = 0x71
Global Const $HEADER_USE_ITEM = 0x7D ;done
Global Const $HEADER_USE_SKILL = 0x45 ;done
Global Const $HEADER_HOM_DIALOG = 0x59
Global Const $HEADER_PROFESSION_ULOCK = 0x41
#EndRegion Headers
Sky828 is offline  
Thanks
4 Users
Old 12/19/2020, 13:48   #1132
 
elite*gold: 0
Join Date: Dec 2020
Posts: 14
Received Thanks: 0
je ne sais meme pas ou on telecharge gwca
benj3913 is offline  
Old 12/19/2020, 14:48   #1133
 
RDL420's Avatar
 
elite*gold: 0
Join Date: Apr 2020
Posts: 45
Received Thanks: 20
Same crash after updating headers from the GWCA git repo
I'm testing on boreal chest run bot

EDIT: Ok I found the issue, it is about the Mode Switch Header. I changed a majority of all headers but I didn't find the equivalent name in the git repo for this one, does someone have an idea please ?

Code:
Global Const $HEADER_MODE_SWITCH
EDIT: Ok I found it:
Code:
Global Const $HEADER_MODE_SWITCH = 0x9A
Cheers
RDL420 is offline  
Thanks
2 Users
Old 12/19/2020, 14:55   #1134
 
elite*gold: 0
Join Date: Dec 2009
Posts: 6
Received Thanks: 0
Working polar bear bot, please? Tyvm :$
richidiaz is offline  
Old 12/19/2020, 15:03   #1135
 
elite*gold: 0
Join Date: Oct 2015
Posts: 61
Received Thanks: 3
can anyone upload a new headers
Wigidy is offline  
Old 12/19/2020, 15:08   #1136
 
elite*gold: 0
Join Date: Dec 2020
Posts: 14
Received Thanks: 0
or download you gwca? please !
benj3913 is offline  
Old 12/19/2020, 15:29   #1137
 
elite*gold: 0
Join Date: Jul 2014
Posts: 14
Received Thanks: 3
**** they had to do this right when Xmas event is about to start right?^^
since i dont know how to do it, id really appreciate it if someone would post an updated and working vaetir bot version, please thanks a lot !
TonusBerlin is offline  
Old 12/19/2020, 16:06   #1138
 
elite*gold: 0
Join Date: Oct 2015
Posts: 61
Received Thanks: 3
Quote:
Originally Posted by benj3913 View Post
or download you gwca? please !
where can i download it?
Wigidy is offline  
Old 12/19/2020, 16:16   #1139
 
elite*gold: 0
Join Date: Aug 2018
Posts: 48
Received Thanks: 88
Here are the headers files i use
Attached Files
File Type: zip Headers.zip (37.5 KB, 156 views)
tonreuf is offline  
Thanks
9 Users
Old 12/19/2020, 16:30   #1140
 
elite*gold: 0
Join Date: Dec 2012
Posts: 14
Received Thanks: 3
Quote:
Originally Posted by tonreuf View Post
Here are the headers files i use
Seems to work for me, tyvm
melodida is offline  
Reply


Similar Threads Similar Threads
[WTT] UPlay Anno 2020 Complete Key gegen Anno 1404/Anno 2020 Complete STEAM
08/12/2015 - Steam Trading - 0 Replies
Want to Trade UPlay Anno 2020 Complete Key gegen Anno 1404 oder Anno 2020 Complete STEAM only with Middleman



All times are GMT +2. The time now is 18:31.


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.