Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Aura Kingdom
You last visited: Today at 00:17

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

Advertisement



[REQUEST] How to freeze fishing bar

Discussion on [REQUEST] How to freeze fishing bar within the Aura Kingdom forum part of the MMORPGs category.

Reply
 
Old 05/24/2015, 21:09   #16
 
elite*gold: 0
Join Date: Mar 2010
Posts: 360
Received Thanks: 132
those are not woring anymore but should give you an idea.
BaseAddress +Multi-Pointer offsets

Code:
Dim $AngelStatus[7] = [7, 0x017F3968, "24","4", "0", "24", "200"]
Dim $fishAnLeine[7] = [7, 0x017F3968,"24", "4", "0", "24", "1f8"]
Dim $fishLP[7] = 	[7, 0x017F3968, "24","4", "0", "24", "208"]
Dim $fishLPMax[7] = 	[7, 0x017F3968, "24","4", "0", "24", "20c"]
Dim $fishLineYellow[7] = [7, 0x017F3968, "24","4", "0", "24", "230"]
Dim $fishLineRed[7] = 	[7, 0x017F3968, "24","4", "0", "24", "234"]
Dim $haerte[7] = 	[7, 0x017F3968, "24","4", "0", "24", "220"]
Dim $isOpenFishingWnd[7] =	[7, 0x017F3968, "24","4", "0", "24", "268"]
Dim $orangeFish[9] = 	[9, 0x017F3968, "24","4", "0", "24", "1f8", "14", "2c"]
Daifoku is offline  
Thanks
2 Users
Old 06/05/2015, 00:18   #17
 
elite*gold: 0
Join Date: Jan 2013
Posts: 2
Received Thanks: 0
hi guys thanks for all the tips for finding the pointers but honestly for us people who have no idea what so ever what coding bots etc is how do we actually use these i found the dura pointer which after u set at 30000 it remains there but thats not the case with blue line pointer ( i found it and lets say at 2999 its on the blue line but setting the pointer value doesnt fix it at 2999 like it does with the dura one is there a way to freeze the blue line pointer value at 2999) thanks in advance !
25thmadhatter is offline  
Old 06/06/2015, 05:00   #18
 
FxwFran's Avatar
 
elite*gold: 0
Join Date: Mar 2014
Posts: 42
Received Thanks: 4
@Daifoku I'll take a look at your code in a few days Daifo, thanks for that.
@Hatter You're don't want to scan for the line value, but the value of the location of the golden fish that moves over the fishing bar. (Right side=0, left side=115000000 I think)
FxwFran is offline  
Old 06/06/2015, 10:57   #19
 
elite*gold: 0
Join Date: Mar 2010
Posts: 360
Received Thanks: 132
Quote:
Originally Posted by FxwFran View Post
. (Right side=0, left side=115000000 I think)
it's not a 4byte value, it's float. sides are 0 and 1000

PS: duration(i guess you mean the strenght of line ?) is in another struct and totally useless since it is server sided
Daifoku is offline  
Old 06/06/2015, 18:44   #20
 
FxwFran's Avatar
 
elite*gold: 0
Join Date: Mar 2014
Posts: 42
Received Thanks: 4
I think we're talking about different things, maybe because we're used to different game clients. Remember spanish server is still 3.x, that's why it can't be botted.
If that's the case, for the 3.x version of Aura Kingdom these kind of values apply:



1st value makes your fish unable to move once you freeze the value.
You would set this up in order to make any macro able to fish while you're not home
2nd value is needed to scan for the 1st one, because the rod never breaks if this one is about 30k.
3rd, 4th and 5th move your character (With a few errors frecuently).
FxwFran is offline  
Old 06/06/2015, 19:55   #21
 
elite*gold: 0
Join Date: Mar 2010
Posts: 360
Received Thanks: 132
you should really take care about types Your first two entries in your Cheat Engine table are both float and not 4byte Change them to float, makes much more sense xD

Quote:
Remember spanish server is still 3.x, that's why it can't be botted.
I don't see why it can't be botted. I'm sure you can easily bot there too ~
Daifoku is offline  
Old 06/06/2015, 21:14   #22
 
FxwFran's Avatar
 
elite*gold: 0
Join Date: Mar 2014
Posts: 42
Received Thanks: 4
As in any game, you can, but there aren't any usable bots for that version around, not even paid ones.
What would change if I set those addresses to float?
FxwFran is offline  
Thanks
1 User
Old 07/12/2015, 22:39   #23
 
elite*gold: 0
Join Date: Jun 2013
Posts: 11
Received Thanks: 0
thanks FxwFran :v it's really help me
even i still can't get the bar adress but i get the dura (ps server)
clue.. VV
use the struct (?) find the reel change it it will be easier to get fish but still can't freeze your bar :'D and that not server sided so feel free to change it :v
but the rod is server sided :') guud luck~



how can i get the blue area ? :') it's so hard... i try the struct but can't find it :'3
zaichi is offline  
Old 07/13/2015, 18:10   #24
 
vans48's Avatar
 
elite*gold: 0
Join Date: Nov 2011
Posts: 8
Received Thanks: 0
Quote:
Originally Posted by zaichi View Post
thanks FxwFran :v it's really help me
even i still can't get the bar adress but i get the dura (ps server)
clue.. VV
use the struct (?) find the reel change it it will be easier to get fish but still can't freeze your bar :'D and that not server sided so feel free to change it :v
but the rod is server sided :') guud luck~



how can i get the blue area ? :') it's so hard... i try the struct but can't find it :'3
Seeing the struct Daifoku posted you can see it has a boolean indicating whether the fishing window is open or not. You can easily find the address easily by searching the boolean 1 when it open and 0 when its not.

Once you found the address you can use CE to find a pointer to that address using the offsets Daifoku posted. That way you'll get the base pointer to the structure and will be able to use the other components of the struct (with the offsets Daifoku posted).
vans48 is offline  
Old 07/13/2015, 19:42   #25
 
elite*gold: 0
Join Date: Mar 2010
Posts: 360
Received Thanks: 132
there is a memory reallocation when you close the fishing window ;-) So searching for the boolean is not working ^.^

you can search for the durability(haerte) while the fishing WND is open (there is no need to acutally fish..) . change the dura by unequipping and narrow down the results ~

then you just jave to recalculate the offsets ~
Daifoku is offline  
Old 11/02/2015, 18:59   #26
 
elite*gold: 0
Join Date: Jan 2013
Posts: 2
Received Thanks: 0
Hello someone could explain me how to increase the blue bar? how to find its value?
coyoteelite is offline  
Reply


Similar Threads Similar Threads
Request: Fishing Bot
02/16/2014 - Aura Kingdom - 7 Replies
It just came out today the fishing feature. i just noticed u only have to go to a spot... click the fish button and after that just click lots of time with your mouse... i think a bot for fishing could be made very easy, and might be very usefull!
GO FISHING (Request)
08/28/2013 - Facebook - 2 Replies
Please a need go fishing hack :rolleyes::rolleyes:
Go Fishing[Request]
06/09/2013 - Facebook - 1 Replies
Can anyone here have a hack for go fishing?
[Request] Go Fishing
07/10/2012 - Facebook - 1 Replies
There is any cheat for this game? Or a trick to have more coins/Facebook Credits?
[REQUEST] Fishing Bot
04/18/2010 - Dekaron - 7 Replies
Hey i know there WERE some fishing bots but none of them are working. I would really appreciate it if someone could make 1 or share 1. Or just give me a link with a TUT or something. I would like to say Thanks in advance !



All times are GMT +2. The time now is 00:17.


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.