Jump to content

Recommended Posts

Posted (edited)
  On 4/21/2022 at 12:23 AM, HorridModz said:

The picture isn't working. Can you tell me what you found about score multiplier?

Expand  

well..the Score actually can be search directly in Float.

if im not mistaken..its nearby Coins value which also in Float.

find the Coins then goto.

Edited by MonkeySAN
Posted
  On 4/21/2022 at 12:23 AM, HorridModz said:

 

The picture isn't working. Can you tell me what you found about score multiplier?

@FluidZJust prompt user for their keys, coins, and hoverboards, and do a nearby search for those values. You don't need to know exact offset!

Expand  

@HorridModz That is what i started with (gg.prompt) but i think i lack knowledge/skill to make/understand that "nearby search" with those values. I found a video in Forum from badCase that shows how to manually perform a nearby search with a Float value but didn't understand the purpose. I have to spend time to deepen the subject. Thanks for your advice/hint.

Posted
  On 4/21/2022 at 1:08 PM, FluidZ said:

@HorridModz That is what i started with (gg.prompt) but i think i lack knowledge/skill to make/understand that "nearby search" with those values. I found a video in Forum from badCase that shows how to manually perform a nearby search with a Float value but didn't understand the purpose. I have to spend time to deepen the subject. Thanks for your advice/hint.

Expand  

If you search your coins and go to the address, you get the keys around 30 addresses below, right? So, a nearby search for say 500 with a distance of 30 will return every value within an offset of 30 from the coins value that is equal to 500.
This means that if I find gold value and nearby searches the keys value (which the script prompts for) with a distance of say 40, every value that has the prompted value will come up. If you have, say, 42 keys, and you nearby search 42 with distance of 40, and only with the option "After" checked and not before (shown in the attached pictures), I should get my keys value. And since I am only searching 40 addresses, most likely the only one that equals 42 is my keys value.
To make use of this, click "record script" and record yourself doing this nearby search. Then open up that script as a text file and copy the code and add it into your script.

Screenshot_20220421-123424.png

Screenshot_20220421-123427.png

Screenshot_20220421-123449.png

  On 4/21/2022 at 1:22 AM, MonkeySAN said:

well..the Score actually can be search directly in Float.

if im not mistaken..its nearby Coins value which also in Float.

find the Coins then goto.

Expand  

Coins and score are dword ...?

Posted
  On 4/21/2022 at 4:37 PM, HorridModz said:

If you search your coins and go to the address, you get the keys around 30 addresses below, right? So, a nearby search for say 500 with a distance of 30 will return every value within an offset of 30 from the coins value that is equal to 500.
This means that if I find gold value and nearby searches the keys value (which the script prompts for) with a distance of say 40, every value that has the prompted value will come up. If you have, say, 42 keys, and you nearby search 42 with distance of 40, and only with the option "After" checked and not before (shown in the attached pictures), I should get my keys value. And since I am only searching 40 addresses, most likely the only one that equals 42 is my keys value.
To make use of this, click "record script" and record yourself doing this nearby search. Then open up that script as a text file and copy the code and add it into your script.

Screenshot_20220421-123424.png

Screenshot_20220421-123427.png

Screenshot_20220421-123449.png

Coins and score are dword ...?

Expand  

Thank you very much for the time spent to explain me that, I appreciate. I do get it now.

Posted

Hey guys ik you are explaining to me how to do it but my phone dosent let me search for addreses if yall could send me a script that would be great please and thank you

Posted
  On 4/26/2022 at 8:49 PM, UsuallyGood said:

Hey guys ik you are explaining to me how to do it but my phone dosent let me search for addreses if yall could send me a script that would be great please and thank you

Expand  

what do you mean your phone doesnt let you search for address?

Posted
  On 4/26/2022 at 9:56 PM, UsuallyGood said:

Whenever i search for it , it finishes then it closes game gurdian

Expand  

a script would do the same thing.

SEARCHING.

i dont see any different.

maybe more details on your problem would be nice.

like what are you try to search?

Posted
  On 4/26/2022 at 10:01 PM, MonkeySAN said:

a script would do the same thing.

SEARCHING.

i dont see any different.

maybe more details on your problem would be nice.

like what are you try to search?

Expand  

Its weird because script work and when i do it manualy it dosent

Im trying to search for the amount of coins that i have . Ive recorded a logcat but its 34mb and i cant post it here have you got discord?

Posted
  On 4/26/2022 at 10:07 PM, UsuallyGood said:

Its weird because script work and when i do it manualy it dosent

Im trying to search for the amount of coins that i have . Ive recorded a logcat but its 34mb and i cant post it here have you got discord?

Expand  

yeah thats weird.

you can post a short video of how you did it here..

like when you try to search for the Coins?

Posted (edited)
  On 4/26/2022 at 10:30 PM, UsuallyGood said:

The video file large to but i found that every app or thing that appears on top crashes once i search

Expand  

you can upload the file to any file sharing site on the net and post the link to it.

Edited by MonkeySAN

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
×
×
  • 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.