Register for your free account! | Forgot your password?

You last visited: Today at 01:43

  • 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 04/10/2021, 17:49   #1756
 
elite*gold: 0
Join Date: Feb 2015
Posts: 2
Received Thanks: 0
Works like a charm <3 Thank you sir!
necrodaemon93 is offline  
Old 04/10/2021, 17:56   #1757
 
elite*gold: 0
Join Date: Oct 2015
Posts: 29
Received Thanks: 7
Quote:
Originally Posted by Maltram View Post
I fix mine (no expert at all) and i tested it with two different bots for an hour now.

use at your own risk and share any mistakes you find.

happy egg hunt
Absolute legend thanks for the hard work!
Do you mind explaining how you fixed the GWA2 file as I along with most people only know how to update the headers :/
Sky828 is offline  
Old 04/10/2021, 18:05   #1758
 
elite*gold: 0
Join Date: Jul 2009
Posts: 7
Received Thanks: 0
Quote:
Originally Posted by Maltram View Post
I fix mine (no expert at all) and i tested it with two different bots for an hour now.

use at your own risk and share any mistakes you find.

happy egg hunt
I'll get an error:

Line 400 (File E:/....\GWA2.au3"):

DllStructSetData($mSendChat, 2,$HEADER_SEND_CHAT)
DllStructSetData($mSendChat, 2, ^ ERROR

Error: Variable used without being declared.
Sizzlar is offline  
Old 04/10/2021, 18:10   #1759
 
elite*gold: 0
Join Date: Oct 2015
Posts: 29
Received Thanks: 7
Quote:
Originally Posted by Sizzlar View Post
I'll get an error:

Line 400 (File E:/....\GWA2.au3"):

DllStructSetData($mSendChat, 2,$HEADER_SEND_CHAT)
DllStructSetData($mSendChat, 2, ^ ERROR

Error: Variable used without being declared.
Make sure your bot has the following at the start, and make sure it's the updated file Maltram provided
Code:
#include "GWA2_Headers.au3"
Sky828 is offline  
Thanks
2 Users
Old 04/10/2021, 18:16   #1760
 
elite*gold: 0
Join Date: May 2008
Posts: 47
Received Thanks: 34
Quote:
Originally Posted by Sky828 View Post
Absolute legend thanks for the hard work!
Do you mind explaining how you fixed the GWA2 file as I along with most people only know how to update the headers :/
To be honest it was a lot of trial and error which took a friend and myself about 8 hours.

We basically went with the changed pattern from the GWCA-commit linked some posts before and dug into the memory with CheatEngine. We verified our findings by running a Toolbox in debug-mode (download sources and build it yourself).

There was no real "method" or" "process" involved, just a lot of educated guesses and some math...
Maltram is offline  
Thanks
4 Users
Old 04/10/2021, 18:17   #1761
 
elite*gold: 0
Join Date: Jul 2009
Posts: 7
Received Thanks: 0
Quote:
Originally Posted by Sky828 View Post
Make sure your bot has the following at the start, and make sure it's the updated file Maltram provided
Code:
#include "GWA2_Headers.au3"
there was a ; before thx a lot
Sizzlar is offline  
Old 04/10/2021, 18:30   #1762
 
strecky's Avatar
 
elite*gold: 100
Join Date: Aug 2007
Posts: 224
Received Thanks: 362
Gwa2 and Headers Fully Updated

Headers and Gwa2 Fully Updated
Attached Files
File Type: rar Headers Fully Updated.rar (34.6 KB, 282 views)
strecky is offline  
Thanks
12 Users
Old 04/10/2021, 19:01   #1763
 
elite*gold: 0
Join Date: Apr 2018
Posts: 48
Received Thanks: 17
Quote:
Originally Posted by Maltram View Post
I fix mine (no expert at all) and i tested it with two different bots for an hour now.

use at your own risk and share any mistakes you find.

happy egg hunt
Thank you for your work!

Seem there is a repetition on lines 442,443 and lines 446, 447 is that needed?

Here the changes that were made if someone want to modify it's own GWA2:
Code:
;~ 	$mAgentBase = GetScannedAddress('ScanAgentBase', -15) + 0x1E
;~ 	$mAgentBase = $mAgentBase + MemoryRead($mAgentBase) + 4
;~ 	$mAgentBase += 0x13
;~ 	$mAgentBase = MemoryRead($mAgentBase)
        $mAgentBase = MemoryRead(GetScannedAddress('ScanAgentBasePointer', 8) + 0xD) - 8


;~ 	SetValue('ChangeTargetFunction', '0x' & Hex(GetScannedAddress('ScanChangeTargetFunction', -15), 8))
        SetValue('ChangeTargetFunction', '0x' & Hex(GetScannedAddress('ScanChangeTargetFunction', -0x0089)+1, 8))

;~ 	_('ScanAgentBase:')
;~ 	AddPattern('538B5D0C568B750885')
	_('ScanAgentBasePointer:')
	AddPattern('FF50104783C6043BFB75E1')

;~ 	_('ScanChangeTargetFunction:')
;~ 	AddPattern('538B5D0C568B750885')
	_('ScanChangeTargetFunction:')
	AddPattern('3BDF0F95')
OneStrangeGuy is offline  
Old 04/10/2021, 19:02   #1764
 
elite*gold: 0
Join Date: May 2008
Posts: 47
Received Thanks: 34
Quote:
Originally Posted by OneStrangeGuy View Post
Thank you for your work!

Seem there is a repetition on lines 442,443 and lines 446, 447 is that needed?

Here the changes that were made if someone want to modify it's own GWA2:
Code:
;~ 	$mAgentBase = GetScannedAddress('ScanAgentBase', -15) + 0x1E
;~ 	$mAgentBase = $mAgentBase + MemoryRead($mAgentBase) + 4
;~ 	$mAgentBase += 0x13
;~ 	$mAgentBase = MemoryRead($mAgentBase)
        $mAgentBase = MemoryRead(GetScannedAddress('ScanAgentBasePointer', 8) + 0xD) - 8


;~ 	SetValue('ChangeTargetFunction', '0x' & Hex(GetScannedAddress('ScanChangeTargetFunction', -15), 8))
        SetValue('ChangeTargetFunction', '0x' & Hex(GetScannedAddress('ScanChangeTargetFunction', -0x0089)+1, 8))

;~ 	_('ScanAgentBase:')
;~ 	AddPattern('538B5D0C568B750885')
	_('ScanAgentBasePointer:')
	AddPattern('FF50104783C6043BFB75E1')

;~ 	_('ScanChangeTargetFunction:')
;~ 	AddPattern('538B5D0C568B750885')
	_('ScanChangeTargetFunction:')
	AddPattern('3BDF0F95')
You are correct, that is something we tested with and forgot to remove it.
It has no purpose whatsoever, feel free to remove it.
Maltram is offline  
Thanks
2 Users
Old 04/10/2021, 19:43   #1765
 
elite*gold: 0
Join Date: Jul 2009
Posts: 7
Received Thanks: 0
Hey,
maybe someon has a quick solution:
im trying to use the Vaettir v0.3-Bot:
()
with updated GWA2 and headers...

It works all well, till it gets to picking up the loot. There pops up a error message with:
Line 609: PickUpLoot
unknown function name

thankfull for all help
Sizzlar is offline  
Old 04/10/2021, 19:46   #1766
 
elite*gold: 0
Join Date: Jun 2011
Posts: 1
Received Thanks: 0
search for "PickUpLoot" and look if theres a ";" in the line...or if the function is completely missing
Dr. Chase is offline  
Old 04/10/2021, 19:52   #1767
 
elite*gold: 0
Join Date: Apr 2018
Posts: 48
Received Thanks: 17
It's simple, the new GWA2 file you are using doesn't have that function.
Copy it from the old GWA2 and put it in the new one.

Since this question is very noob you should be more carefull on using scripts posted here untill some trusted guy say it's ok.
You can have your accont stolen pretty fast if you don't pay some attention.
OneStrangeGuy is offline  
Old 04/10/2021, 20:39   #1768
 
elite*gold: 0
Join Date: Mar 2016
Posts: 17
Received Thanks: 1
Quote:
Originally Posted by OneStrangeGuy View Post
It's simple, the new GWA2 file you are using doesn't have that function.
Copy it from the old GWA2 and put it in the new one.

Since this question is very noob you should be more carefull on using scripts posted here untill some trusted guy say it's ok.
You can have your accont stolen pretty fast if you don't pay some attention.
How could they steal my account though? They would need to have access to my email and phone where the verification code gets sent every time I have a login from new IP address.
jmzleios is offline  
Old 04/10/2021, 20:55   #1769
 
elite*gold: 0
Join Date: Mar 2018
Posts: 4
Received Thanks: 2
Well, some people don't have 2FA on their accounts. Generally, it is always good advice not to run foreign code without checking it first. Especially in the case of botting and such, which even for "legit" files often triggers Antivirus solutions.

However, in this case, since the only required changes are to headers and patterns, you can simply copy only the changed lines (which the people that fixed them helpfully posted seperately from their own full GWA2) and paste them over your corresponding lines. This is a bit harder of course, but generally can be a good exercise.

In theory, a lot of nastiness could be hidden deep inside the GWA2 and might be hard to spot. After all, you execute those bots with admin rights on your PC. An attacker can do a lot with admin privileges on your machine.
Liliza is offline  
Old 04/10/2021, 21:36   #1770
 
elite*gold: 0
Join Date: Sep 2019
Posts: 45
Received Thanks: 6
Someone got an updated ldoa bot or it's not functional yet?
TacticalWarfare 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 +1. The time now is 01:43.


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.