-
Posts
1,722 -
Joined
-
Last visited
-
Days Won
109
Content Type
Profiles
Forums
Downloads
Gallery
Everything posted by MonkeySAN
-
-
fortunately there is a way to unlock them...even heroes that come with real money.. 20201207_103546_edited.mp4 for FREE..with no extra cost.
- 49 replies
-
1
-
-
Introduce myself and some help and requests. .
MonkeySAN replied to NastyRaven25702's topic in Requests
sorry cant help you that much.. me got same as yours.- 16 replies
-
1
-
- Introduce myself
- Help Me!!!
-
(and 1 more)
Tagged with:
-
..me too still learning but me modified again so that we can change memory ranges too. this time now use slider/seek bar instead of checkbox.
- 3 replies
-
- gameguardian
- lua
-
(and 3 more)
Tagged with:
-
memory range = Anonymous type = Dword - search the weapon attack value then use increment to pinpoint the right one. - same for armor.
-
Introduce myself and some help and requests. .
MonkeySAN replied to NastyRaven25702's topic in Requests
okay..my mistake..didnt read your first post carefully and miss the word DROP RATE.. im only see GUNSMITH. simple solution just work fine for me...since i got all of them now. plus all items in Store for free.- 16 replies
-
1
-
- Introduce myself
- Help Me!!!
-
(and 1 more)
Tagged with:
-
...and me modified it so that we can change the value type.
- 3 replies
-
1
-
- gameguardian
- lua
-
(and 3 more)
Tagged with:
-
it did worked....what do you want actually?
-
Introduce myself and some help and requests. .
MonkeySAN replied to NastyRaven25702's topic in Requests
like this...?? B2B.mp4- 16 replies
-
1
-
- Introduce myself
- Help Me!!!
-
(and 1 more)
Tagged with:
-
for some weapon the values edited did stay for all floors but some reset back to its original values. cant figure to as why it happen in that way.
-
Weapon Stats... 1st value ; 3rd value ::5 = Damage ; Critical Chance ::5 4th value ; 2nd value ::5 = InAccuracy ; Energy Cost ::5 - use increment to pinpoint the correct one.
-
created sometime ago...i couldnt believe its still work for the latest version of the game(with just minor adjustment...of course) soulKnight.mp4
-
your script are one step better than mine...kudos to you.
-
gg.searchNumber("98784247822", 32 ) gg.refineAddress("F8C") local r = gg.getResults(1) local t = {} t[1] = {} t[1].address = r[1].address + 0 t[1].flags = 4 t[1].value = 9 gg.setValues(t) t = nil gg.clearResults() gg.toast("Done") end
-
add gg.refineAddress("F8C") after search. gg.searchNumber("98784247823", 32 ) gg.refineAddress("F8C") local t = gg.getResults(1) gg.setValues({{ address = t[1].address, flags = 4, value = 9 }}) see if this work for you.
-
all you need is this...and you can finish the whole worlds in just one hour or less. MrAutoFire.mp4
-
found that.. 2,146,334,040 is the XOR key for any values that we try to search. BistroHeroesLVL.mp4 use that...searching and editing is much easier like was shown in the video.
- 12 replies
-
2
-
- Bistro heroes
- Cheat bistro heroes
-
(and 1 more)
Tagged with:
-
the script use offset edit. i made it with my phone which is 32bit device but... your device is 64bit so it will not work. sorry.
-
cant really say what was wrong because on my side.... everything can be use as normally.
- 12 replies
-
- Bistro heroes
- Cheat bistro heroes
-
(and 1 more)
Tagged with:
-
BistroHeroes.mp4 this is how... Dword - encrypted search and refine untill you found a value something like this = 2,146,123,456 with 4 first digit always 2,146,....,.... then edit by remove the very last digit. same for other things too.
- 12 replies
-
- Bistro heroes
- Cheat bistro heroes
-
(and 1 more)
Tagged with:
-
got Gems, Stamina+ and Gold Coins so far....
- 12 replies
-
2
-
- Bistro heroes
- Cheat bistro heroes
-
(and 1 more)
Tagged with:
-
View File BURRITO BISON A simple script for Burrito Bison to get - Coins/Money in Upgrade Shop. How to use : https://streamable.com/rqw1io Submitter MonkeySAN Submitted 10/09/2020 Category LUA scripts