Jump to content

Recommended Posts

Posted (edited)
1 hour ago, HorridModz said:

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

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
12 hours ago, 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!

@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
3 hours ago, 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.

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

15 hours ago, 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.

Coins and score are dword ...?

Posted

Coins that you pickup WHILE RUNNING is in Float type.

21 hours ago, MonkeySAN said:

also get Coins while running..

IMG_20220421_033253.thumb.jpg.7cf118a1f0a9c8cde7d4cc3f32bd2159.jpg

and Scores..

IMG_20220421_034800.thumb.jpg.ff54e83cbbe3d956f07490fad17c1f7a.jpg

both are Float type.

 

Posted
15 hours ago, 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 ...?

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
1 hour ago, 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

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

Posted
Just now, MonkeySAN said:

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

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

Posted
1 minute ago, UsuallyGood said:

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

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
4 minutes ago, 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?

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
2 minutes ago, 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?

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
2 minutes ago, MonkeySAN said:

yeah thats weird.

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

like when you try to search for the Coins?

Sure

Posted
13 minutes ago, UsuallyGood said:

Sure

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

Posted (edited)
15 minutes ago, UsuallyGood said:

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

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.