Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Guild Wars > GW Bots
You last visited: Today at 17:51

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

Advertisement



Is there a fix for Loadfinishedreturn?

Discussion on Is there a fix for Loadfinishedreturn? within the GW Bots forum part of the Guild Wars category.

Reply
 
Old   #1
 
sadusten's Avatar
 
elite*gold: 0
Join Date: Aug 2015
Posts: 52
Received Thanks: 8
Is there a fix for Loadfinishedreturn?

If you ever close down a bot, and you try to put in on again, you'll need to restart your client because it's saying a popup with "LoadFinishedReturn".

Now this hasn't happend since the latest updates in the gwa's, and i've tried changing the:

SetValue('LoadFinishedStart', '0x' & Hex(GetScannedAddress('ScanLoadFinished', 1), 8))
SetValue('LoadFinishedReturn', '0x' & Hex(GetScannedAddress('ScanLoadFinished', 6), 8))
_('ScanLoadFinished:')
AddPattern('8B561C8BCF52E8')

to

SetValue('LoadFinishedStart', '0x' & Hex(GetScannedAddress('ScanLoadFinished', -13), 8))
SetValue('LoadFinishedReturn', '0x' & Hex(GetScannedAddress('ScanLoadFinished', -8), 8))
_('ScanLoadFinished:')
AddPattern('AA4A7D00B44A7D00')

Like somebody told us to, that way you dont have to close and open a client, but the bot wont run functional for some reason. Does anybody know a proper fix for this? would very much be appreciated!
sadusten is offline  
Old 10/20/2018, 13:04   #2
 
elite*gold: 0
Join Date: May 2014
Posts: 269
Received Thanks: 328
Haven't changed my Pattern since ages ... should still work.

Code:
$lTemp = GetScannedAddress('ScanLoadFinished', -0x48)
SetValue('LoadFinishedStart', '0x' & Hex($lTemp, 8))
SetValue('LoadFinishedReturn', '0x' & Hex($lTemp + 5, 8))

_('ScanLoadFinished:')
AddPattern('90558BEC83EC1053578BD9')
DerMoench14 is offline  
Old 10/21/2018, 17:26   #3
 
sadusten's Avatar
 
elite*gold: 0
Join Date: Aug 2015
Posts: 52
Received Thanks: 8
Quote:
Originally Posted by DerMoench14 View Post
Haven't changed my Pattern since ages ... should still work.

Code:
$lTemp = GetScannedAddress('ScanLoadFinished', -0x48)
SetValue('LoadFinishedStart', '0x' & Hex($lTemp, 8))
SetValue('LoadFinishedReturn', '0x' & Hex($lTemp + 5, 8))

_('ScanLoadFinished:')
AddPattern('90558BEC83EC1053578BD9')
Nah didnt work :/ Now it starts the bot, but as soon as its gonna start the while loop it crashes.
sadusten is offline  
Old 10/21/2018, 19:33   #4
 
elite*gold: 0
Join Date: May 2014
Posts: 269
Received Thanks: 328
For me it works.
Please verify this Function, too ... especially the last 4 Lines:

Code:
;~ Description: Internal use only.
Func CreateLoadFinished()
	_('LoadFinishedProc:')
	_('pushad')

	_('mov eax,1')
	_('mov dword[MapIsLoaded],eax')

	_('xor ebx,ebx')
	_('mov eax,StringLogBase')
	_('LoadClearStringsLoop:')
	_('mov dword[eax],0')
	_('inc ebx')
	_('add eax,100')
	_('cmp ebx,StringLogSize')
	_('jnz LoadClearStringsLoop')

	_('xor ebx,ebx')
	_('mov eax,TargetLogBase')
	_('LoadClearTargetsLoop:')
	_('mov dword[eax],0')
	_('inc ebx')
	_('add eax,4')
	_('cmp ebx,TargetLogSize')
	_('jnz LoadClearTargetsLoop')

	_('push 5')
	_('push 0')
	_('push CallbackEvent')
	_('push dword[CallbackHandle]')
	_('call dword[PostMessage]')

	_('popad')
	_('mov edx,dword[esi+1C]')
	_('mov ecx,edi')
	_('ljmp LoadFinishedReturn')
EndFunc   ;==>CreateLoadFinished
DerMoench14 is offline  
Old 10/22/2018, 15:29   #5
 
sadusten's Avatar
 
elite*gold: 0
Join Date: Aug 2015
Posts: 52
Received Thanks: 8
Okay i got another gwa sended by a mate that doesnt even to the setvalue towards it and it works wonders! but thank you anyway! @
sadusten is offline  
Reply

Tags
guildwars


Similar Threads Similar Threads
[04.09.13] GigaByte v2.6 [FIX, FIX, FIX, FIX AND FIX]
09/11/2013 - WarRock Hacks, Bots, Cheats & Exploits - 79 Replies
http://www.elitepvpers.com/forum/warrock-hacks-bot s-cheats-exploits/2843300-11-09-gigabyte-public-v2 -7-a.html
Will there be a fix for the "fix"
06/06/2006 - Conquer Online 2 - 6 Replies
will they be fixing cotobo so that it cannot be traced and wont send you straight to jail?



All times are GMT +1. The time now is 17:51.


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