Register for your free account! | Forgot your password?

You last visited: Today at 04:56

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

Advertisement



Updated GWA2

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

Reply
 
Old 12/01/2020, 19:51   #226
 
Restia Ashdoll's Avatar
 
elite*gold: 0
Join Date: Apr 2016
Posts: 305
Received Thanks: 163
Quote:
Originally Posted by Just Sunny View Post
Hello, does anybody have an up-to-date gwa2 that could share with us? Thanks in advance!
What is the issue with the ones already shared like 3 post above?
Restia Ashdoll is offline  
Old 12/01/2020, 21:46   #227
 
sarah0's Avatar
 
elite*gold: 0
Join Date: Aug 2016
Posts: 29
Received Thanks: 9
Hello Guys,

is it possible, some headers or other adresses changed? I tried to use an older bot and everytime the bot wants to use the Changeweaponset(i)-function, the game crashes. I tried using the most recent gwa2 version, but the crash still happens. The gwa2 function looks like this:

Code:
;~ Description: Change weapon sets.
Func ChangeWeaponSet($aSet)
	Return PerformAction(0x80 + $aSet, 0x1E)
EndFunc   ;==>ChangeWeaponSet
The lines in my code are for example switching to weapon slot 2:
Code:
Changeweaponset(2)
Any ideas if the adress changed or why the game keeps crashing?
sarah0 is offline  
Old 12/02/2020, 04:19   #228
 
elite*gold: 0
Join Date: Aug 2008
Posts: 88
Received Thanks: 35
@: It looks like some headers have changed because quite a few of the bots are crashing the games. Unfortunately I don't have a fix for it yet.
Dragonel is offline  
Old 12/02/2020, 04:47   #229

 
elite*gold: 312
Join Date: Feb 2016
Posts: 4
Received Thanks: 0
Yea just test a really simple one and event GetAgentById is crashing, I thought there was a program in github or something that did the auto updates by looking things up while running the game but its been a while. Can do manually but takes time. Maybe someone else has alread done so or knows that url

The GetAgent for -2 and -1 all return null so can't get HP or stats, thinking the function headers is wrong (I'm using latest from here which might be why, seems thats off) running to and from maps works, changnign to hardmode works
Ramza360 is offline  
Old 12/02/2020, 09:43   #230
 
elite*gold: 26
Join Date: Apr 2019
Posts: 65
Received Thanks: 28
Quote:
Originally Posted by sarah0 View Post
Hello Guys,

is it possible, some headers or other adresses changed? I tried to use an older bot and everytime the bot wants to use the Changeweaponset(i)-function, the game crashes. I tried using the most recent gwa2 version, but the crash still happens. The gwa2 function looks like this:

Code:
;~ Description: Change weapon sets.
Func ChangeWeaponSet($aSet)
	Return PerformAction(0x80 + $aSet, 0x1E)
EndFunc   ;==>ChangeWeaponSet
The lines in my code are for example switching to weapon slot 2:
Code:
Changeweaponset(2)
Any ideas if the adress changed or why the game keeps crashing?
Code:
;~ Description: Change weapon sets.
Func ChangeWeaponSet($aSet)
	Return PerformAction(0x80 + $aSet, 0x1E)
EndFunc   ;==>ChangeWeaponSet
I check my GWA2 with the above function and switching with
Code:
ChangeWeaponSet(1) ; Two hand weapon slot --> Working
Sleep(1500)
ChangeWeaponSet(2) ;Shield+Sword slot --> Working
Sleep(1500)
ChangeWeaponSet(3) ;Empty slot --> Working
Sleep(1500)
ChangeWeaponSet(99) ;Bad code --> No crash just do nothing
works fine.
Yoshikawa91 is offline  
Old 12/03/2020, 05:23   #231
 
elite*gold: 0
Join Date: Dec 2010
Posts: 51
Received Thanks: 25
only four weapon slots not 99
corey54321 is offline  
Old 12/03/2020, 08:11   #232
 
Restia Ashdoll's Avatar
 
elite*gold: 0
Join Date: Apr 2016
Posts: 305
Received Thanks: 163
Quote:
Originally Posted by corey54321 View Post
only four weapon slots not 99
obviously it was just a test to check wether gw would crash
Restia Ashdoll is offline  
Old 12/03/2020, 09:32   #233
 
sarah0's Avatar
 
elite*gold: 0
Join Date: Aug 2016
Posts: 29
Received Thanks: 9
I tested it again and did some research. For some reason the bot(s) started crashing, if u use toolbox at the same time. So starting it without toolbox "fixed" it for me.
sarah0 is offline  
Old 12/03/2020, 09:32   #234
 
elite*gold: 26
Join Date: Apr 2019
Posts: 65
Received Thanks: 28
Quote:
Originally Posted by corey54321 View Post
only four weapon slots not 99
Quote:
Originally Posted by Restia Ashdoll View Post
obviously it was just a test to check wether gw would crash

As the code itself (see below) and Restia said, it was just a test to see how GW reacts with a faulty slot number. And apparently, GW is pretty chilled about it.

Code:
 ChangeWeaponSet(99) ;Bad code --> No crash just do nothing
Yoshikawa91 is offline  
Old 12/03/2020, 17:45   #235
 
elite*gold: 0
Join Date: Nov 2014
Posts: 43
Received Thanks: 4
Hello i would just know something, is someone working on the function disable rendering?
Using couples accounts makes my computer lagging
Emixaa is offline  
Old 12/04/2020, 21:13   #236
 
Waka.Waka's Avatar
 
elite*gold: 0
Join Date: Dec 2016
Posts: 116
Received Thanks: 66
Quote:
Originally Posted by Emixaa View Post
Hello i would just know something, is someone working on the function disable rendering?
Using couples accounts makes my computer lagging
oh no you poor poor botter...
its out there but not public and will never be
Waka.Waka is offline  
Old 12/13/2020, 20:05   #237
 
elite*gold: 0
Join Date: Apr 2015
Posts: 45
Received Thanks: 22
toggle rendering

Quote:
Originally Posted by Emixaa View Post
Hello i would just know something, is someone working on the function disable rendering?
Using couples accounts makes my computer lagging
imo its an easy task, if you arent familiar with scripts, then here is a quick fix that worked until i made my own

See if there is a working one from one of the other scripts then copy paste those functions and pull into one you want working.. done
natanders is offline  
Old 12/20/2020, 13:56   #238
 
elite*gold: 0
Join Date: Sep 2019
Posts: 32
Received Thanks: 0
I tried to fix it - but doesnt work.
Has someone a working one?
Death_Fire is offline  
Old 12/26/2020, 01:16   #239
 
elite*gold: 0
Join Date: Sep 2014
Posts: 19
Received Thanks: 6
Has there been anouter update within the last 72 hours making scripts unstable?
matx61971 is offline  
Old 12/26/2020, 12:19   #240
 
Restia Ashdoll's Avatar
 
elite*gold: 0
Join Date: Apr 2016
Posts: 305
Received Thanks: 163
Quote:
Originally Posted by matx61971 View Post
Has there been anouter update within the last 72 hours making scripts unstable?
no
Restia Ashdoll is offline  
Reply


Similar Threads Similar Threads
Leader/followbot - Updated with new GWA2/headers (functional)
07/21/2019 - GW Exploits, Hacks, Bots, Tools & Macros - 29 Replies
EDIT: Updated 6/16/18 Hey all, I updated the follow/leader bot with the new headers (I think there were a few that I didn't bother updating, since the script doesn't seem to use them anywhere). I haven't done extensive testing, but it's working for me so far. Please let me know if you get any errors/crashes, and I'll attempt to fix them. Enjoy!
[GWA2] How to chase after updated header values?
05/20/2018 - GW Bots - 10 Replies
Hi all, First post, but have been following the tips all over this forum for about 6 months since I started writing my own bots. Recently the server headers changed, and although it looks like the community have pulled through and released a new version of GWA2 to reflect it, there are other headers that I'm using, that aren't in the vanilla GWA2 code. SendPacket(0x14, 0x6F, $lItemID, $lQuantity, $lBagID, $aSlot - 1) The above command would have previously told GW to move $lQuantity...
GWA2 A/mo Vaettir Bot; Need Help!!
02/19/2012 - GW Bots - 1 Replies
http://www.elitepvpers.com/forum/gw-exploits-hacks -bots-tools-macros/1568881-gwa-vaettir-mo-farm-bot .html ENGLISH: I can't seem to get this to work. I've spent 3-4 hours, read the entire thread here, tried to search for a detailed guide on how to get this to work but it's not. What I've done was: Downloaded the 2 files shown in the Original Post... "GWA2 A_Mo Vaettirs Farm by bl4ck3lit3.zip" Extracted it to desktop Ran GW.EXE as admin. Set-up assassin with appropriate gear and...



All times are GMT +2. The time now is 04:56.


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.