Register for your free account! | Forgot your password?

You last visited: Today at 18:55

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

Advertisement



Some Fixes

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

Reply
 
Old 05/29/2018, 22:50   #16
 
phat34's Avatar
 
elite*gold: 0
Join Date: Sep 2014
Posts: 354
Received Thanks: 120
That worked great!! Ty!
phat34 is offline  
Old 06/07/2018, 11:27   #17
 
elite*gold: 0
Join Date: Jan 2013
Posts: 46
Received Thanks: 23
I think the ScanStringFilter thing is brokena gain, a bot of mine doesn't find a npc name anymore, same happend before i changed the stuff that you posted DerMoench14
zoidberg1337 is offline  
Old 06/07/2018, 11:39   #18
 
elite*gold: 0
Join Date: May 2008
Posts: 94
Received Thanks: 82
Chat log is broken too.
tjubutsi is offline  
Old 06/07/2018, 13:33   #19
 
elite*gold: 0
Join Date: Jul 2013
Posts: 7
Received Thanks: 1
chat log work again
sool a is offline  
Old 06/07/2018, 14:29   #20
 
elite*gold: 0
Join Date: May 2008
Posts: 94
Received Thanks: 82
That's odd, seems like it works yeah.
tjubutsi is offline  
Old 06/07/2018, 14:55   #21
 
elite*gold: 0
Join Date: May 2018
Posts: 9
Received Thanks: 6
Quote:
Originally Posted by tjubutsi View Post
That's odd, seems like it works yeah.
I haven't been close to my bots since the update, is there anything to do?
> brookfield is offline  
Old 06/07/2018, 21:26   #22
 
elite*gold: 0
Join Date: May 2014
Posts: 269
Received Thanks: 320
Quote:
Originally Posted by zoidberg1337 View Post
I think the ScanStringFilter thing is brokena gain, a bot of mine doesn't find a npc name anymore, same happend before i changed the stuff that you posted DerMoench14
Code:
[I]$lTemp = GetScannedAddress('ScanStringFilter1', -2)
SetValue('StringFilter1Start', '0x' & Hex($lTemp, 8))
SetValue('StringFilter1Return', '0x' & Hex($lTemp + 5, 8)

_('ScanStringFilter1:')
AddPattern('51568B7508578BF9833E00')[/I]
Should fix it (untested).

Edit:
And because that's a bad pattern:
Code:
$lTemp = GetScannedAddress('ScanStringFilter1', -0x23)
SetValue('StringFilter1Start', '0x' & Hex($lTemp, 8))
SetValue('StringFilter1Return', '0x' & Hex($lTemp + 5, 8)

_('ScanStringFilter1:')
AddPattern('8B368B4F2C6A006A008B06')
(tested)
DerMoench14 is offline  
Thanks
6 Users
Old 06/08/2018, 16:26   #23
 
elite*gold: 0
Join Date: Jan 2013
Posts: 46
Received Thanks: 23
Thank you for the fix, but i think there is also something broken with the Xunlai Chest.
Every bot that uses it and wants to open it crashes.
zoidberg1337 is offline  
Old 06/09/2018, 10:36   #24
 
elite*gold: 0
Join Date: May 2014
Posts: 269
Received Thanks: 320
Quote:
Originally Posted by zoidberg1337 View Post
Thank you for the fix, but i think there is also something broken with the Xunlai Chest.
Every bot that uses it and wants to open it crashes.
Just curious ... why should a bot open xunlai-chest ?
DerMoench14 is offline  
Old 06/09/2018, 11:55   #25
 
elite*gold: 0
Join Date: Apr 2018
Posts: 48
Received Thanks: 17
Store gold unident, store mats etcc, i think
OneStrangeGuy is offline  
Old 06/09/2018, 12:52   #26
 
elite*gold: 0
Join Date: May 2014
Posts: 269
Received Thanks: 320
Quote:
Originally Posted by OneStrangeGuy View Post
Store gold unident, store mats etcc, i think
Hmm .. you don't need to open xunlai to access the storage, tho.
DerMoench14 is offline  
Old 06/11/2018, 14:43   #27
 
phat34's Avatar
 
elite*gold: 0
Join Date: Sep 2014
Posts: 354
Received Thanks: 120
Cool Scan Zoom Still

Need a new pattern, offset, for Scan Zoom Still... Does anyone have one?


("ScanZoomStill:")

Also - a new render pattern if it exist... still seem to have some processor usage issues here.
phat34 is offline  
Old 06/11/2018, 14:54   #28
 
elite*gold: 0
Join Date: May 2008
Posts: 94
Received Thanks: 82
Rendering in latest updated gwa2 works fine, check it for pattern. What is the zoom even for?

Another thing that doesn't work anymore is the ScanSkillTimer pattern.
tjubutsi is offline  
Old 06/11/2018, 15:08   #29
 
elite*gold: 0
Join Date: May 2014
Posts: 269
Received Thanks: 320
Quote:
Originally Posted by phat34 View Post
Need a new pattern, offset, for Scan Zoom Still... Does anyone have one?


("ScanZoomStill:")

Also - a new render pattern if it exist... still seem to have some processor usage issues here.
Code:
$mZoomStill = GetScannedAddress("ScanZoomStill", 0x24)
$mZoomMoving = GetScannedAddress("ScanZoomMoving", 0x21)

_('ScanZoomStill:')
AddPattern('89470CEBD1')
	
_('ScanZoomMoving:')
AddPattern('EB358B4304')

;~ Description: Changes the maximum distance you can zoom out.
Func ChangeMaxZoom($aZoom = 900)
	MemoryWrite($mZoomStill, $aZoom, "float")
	MemoryWrite($mZoomMoving, $aZoom, "float")
EndFunc   ;==>ChangeMaxZoom
Quote:
Originally Posted by tjubutsi View Post
Another thing that doesn't work anymore is the ScanSkillTimer pattern.
Still works for me:
Code:
$mSkillTimer = MemoryRead(GetScannedAddress('ScanSkillTimer', -3))

_('ScanSkillTimer:')
AddPattern('85C974158BD62BD183FA64')
DerMoench14 is offline  
Old 06/11/2018, 16:11   #30
 
elite*gold: 0
Join Date: May 2008
Posts: 94
Received Thanks: 82
Odd, can't test right now. Would capital letters in hex codes matter?

GetEffectTimeRemaining definitely returned stuff way out there when I tried it yesterday.
tjubutsi is offline  
Reply


Similar Threads Similar Threads
Fixes for GhostLoL - Fixes (UPDATING)
12/05/2014 - League of Legends Hacks, Bots, Cheats & Exploits - 2 Replies
Hello, this thread is about GhostLoL issues and how to fix them. Known issues: 1. PROBLEM - No internet connection when trying to reach lol download page (or another page..) ANSWER - Open ie (internet explorer) and then search for tools>Internet Options>Advanced>Now scroll down untill you see TLS something (example: tls 1.0), and check them all (make them with V). In expample, I had tls 1.0, tls 2.0 and tls 3.0, then I checked them all and now it works. CREDIT - murat65
Some Fixes for better Gameplay !
08/30/2012 - All Points Bulletin - 0 Replies
1) Leatrix Latency Fix - Leatrix Latency Fix : WoW Tools & Utilities : World of Warcraft AddOns This reduces your Latency (ping). More info on what it does and how to install is on that website. 2) Making APB:R Faster - Making APB:R Faster - GamersFirst Forums This is ment for slower PCs whos FPS is small and have lags 3) Removing the 60fps limit cap - How to remove the 60fps cap - GamersFirst Forums This is recommend for people with GOOD PCs only, basically it will allow your FPS to...
Need some help with fixes... Again =)
08/03/2012 - Rappelz Private Server - 6 Replies
Hey guys =) Can you give me a fixes for master's hammers? (I don't know how it named in your client, this is an item that repairs equipment, weapons and other, sorry for Eng) I'll be grateful =)
Some Common Fixes for SM errors
05/16/2007 - Silkroad Online - 65 Replies
Q: Character is standing there in the battle field not buffing or attacking! A: Scroll back to town and start again. Q: Character is just standing there and won't use any skills! A: If you have leveled lets say a sword slash move, then you must press 'home', refresh skills, and add them again after removing them. If you didn't level them, refresh+re-add anyways. A2: Reboot sro. Q: It keeps saying "too far from training place". A: This could mean that you are not in the city that you...



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


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.