Jump to content
  • 0

Hello im making a script on battle cats but every time i search the adrres the main adress search and not the original


Unnamed1
 Share

Question

Recommended Posts

  • 0
14 minutes ago, MonkeySAN said:

may i know what are you try to search here?

Its Unlock All Cats I cant find and how to search it i tried record script and no it just give me 0 any idea? Really need it for more stuff im needing 🙂

Link to comment
Share on other sites

  • 0
1 minute ago, MonkeySAN said:

unlock all cats???

i thought you had already done that.

Need help how to i do freeze and save the offset value (#12j9nrz)

 

I Used it as decentration but i really need it for like unlock all Worlds i already find the val but cannot search offset since its multiple and ifi do it 1 by 1 kinda hurt since its like 100+ thanks if u can help me i used the freeze to actually kill my enemy base for now im needing to actually search multiple to unlock Like Enemy Upgrades so on on multiple! thanks if you understand im really new to Lua Scripting

 

 

Link to comment
Share on other sites

  • 0
26 minutes ago, Unnamed1 said:

I Used it as decentration but i really need it for like unlock all Worlds i already find the val but cannot search offset since its multiple and ifi do it 1 by 1 kinda hurt since its like 100+ thanks if u can help me i used the freeze to actually kill my enemy base for now im needing to actually search multiple to unlock Like Enemy Upgrades so on on multiple! thanks if you understand im really new to Lua Scripting

 

 

are you actually know what are you doing?

Am i correct to assume that you dont know what this offset 0x988D24 from that thread of yours is for?

Edited by MonkeySAN
Link to comment
Share on other sites

  • 0
1 hour ago, MonkeySAN said:

are you actually know what are you doing?

Am i correct to assume that you dont know what this offset 0x988D24 from that thread of yours is for?

Ok so its the Unlock all cats Offset yes im correct thanks!

 

But bow about unlock all Enemy Guide?

Link to comment
Share on other sites

  • 0
1 hour ago, MonkeySAN said:

are you actually know what are you doing?

Am i correct to assume that you dont know what this offset 0x988D24 from that thread of yours is for?

Ok how about this help me sir This is the offset of the first enemy 0x997798 how do i Find the rest using GameGuardian Search? Its all 0 when i search it near the offset it should only bring that any idea sir thank you:D

 

 

Link to comment
Share on other sites

  • 0
24 minutes ago, Unnamed1 said:

Thanks for this but how did I get 0xC798 and 0xC798?

i use start/first address from Cb region.

you can search value 0 and take the first address as the base address and apply offset to it.

in the script you would write :

 gg.getRangesList("libnative-lib.so:bss")[1].start

:bss = indicate that you take Cb region from the lib file

[1].start = indicate the first address in Cb region

without the ":bss" you will use Xa region

Link to comment
Share on other sites

  • 0
18 minutes ago, MonkeySAN said:

i use start/first address from Cb region.

you can search value 0 and take the first address as the base address and apply offset to it.

in the script you would write :

 gg.getRangesList("libnative-lib.so:bss")[1].start

:bss = indicate that you take Cb region from the lib file

[1].start = indicate the first address in Cb region

without the ":bss" you will use Xa region

Ok i knowledge it but in my case how you got 0xC798 and 0xD290

 

Also A Full Tut Can Be A Great Help 😄 But appreciate Your Help Towards to me!

Link to comment
Share on other sites

  • 0
9 minutes ago, MonkeySAN said:

How did you got this offset --> 0x997788  ?

From Xa And one adress but i don't understand because i tried making sane as yours and failed

Just now, Unnamed1 said:

From Xa And one adress but i don't understand because i tried making sane as yours and failed

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.