Jump to content

MonkeySAN

Contributor
  • Posts

    1,457
  • Joined

  • Last visited

  • Days Won

    87

Everything posted by MonkeySAN

  1. 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.
  2. 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.
  3. cant really say what was wrong because on my side.... everything can be use as normally.
  4. 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.
  5. got Gems, Stamina+ and Gold Coins so far....
  6. 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  
  7. 892 downloads

    A simple script for Burrito Bison to get - Coins/Money in Upgrade Shop. How to use : https://streamable.com/rqw1io
  8. you can actually but that will get you too many results to edit in which can make the game crash. i already done that. while the way i show you in the video gave only few results after refine. here is how i would make the script: local gg = gg gg.setVisible(false) gg.setRanges(2) --Java_heap d = gg.prompt({ "Enter Your Ammo"},{0}) if d == nil then os.exit() else gg.searchNumber(d[1],4)--4 is TYPE_DWORD gg.toast("Done") gg.alert("Now fire some shots...you have 5 seconds.") gg.sleep(5000)--5 seconds d = gg.prompt({ "Enter Your Ammo"},{0}) if d == nil then gg.clearResults() os.exit() else gg.refineNumber(d[1], 4) gg.getResults(5) gg.editAll("999999", 4) gg.clearResults() gg.toast("Done") end end
  9. the address changes everytime between restart but those values before(above) and after(below) ammo value didnt as far i know so... you can use ordered group search like this dwords = 20;10;130;680;30;1,049,414,861::25 then refine to ammo value = 130 the range use is Java_heap so it may take a while to get results or maybe it depend on the device...fast device = fast search...slow device = slow search(like mine) on my part i found that it much faster to find the ammo value itself then refine and edit as shown in video below : ZA2_ammo.mp4 <no video speed>
  10. one way is use gg.prompt to ask user to input the values for searching. then give alert to them to change the values before the next prompt appear to input the change values for refining. lastly edit.
  11. View File ZOMBIE IDLE DEFENSE [Weapon Upgrade][Hero Package][CashCoinsScrap][HeroMaxLevel][32bit] A simple script for Zombie Idle Defense - Free Weapon upgrades to Max Level and Rank - Crates hack in Armory - Cash, Coins and Scrap hack - Heroes level hack NOTE: SCRIPT IS FOR 32BIT DEVICE ONLY Submitter MonkeySAN Submitted 09/21/2020 Category LUA scripts  
  12. 2,732 downloads

    A simple script for Zombie Idle Defense - Free Weapon upgrades to Max Level and Rank - Crates hack in Armory - Cash, Coins and Scrap hack - Heroes level hack NOTE: SCRIPT IS FOR 32BIT DEVICE ONLY
  13. i did a quick try of your script... really hope you write the how to use properly. for someone out there that not quite good in English...it may a bit confusing to understand. me on other hand no problem. Visually the cues did had full upgrade but while play i found sometime it not so. Aiming line not a problem because it just visual. Spin...work great did the job. Time ...didnt focus on that so cant say about it. Power..notice that sometime the ball already pocketed but the game refresh and the ball came short..not pocketed.
  14. the file size is about right and script execute properly except for the invalid binary script header error since i use the latest GG but if press OK it will run normally... but again... try multiple times too.
  15. me too had some problem sometime whenever im try to upload a script here but after a few tries it did upload. maybe you can ask someone to upload it on your behalf to see if the problem really is your script.
  16. MonkeySAN

    Game guardian is fake

    bia3....Brothers In Arms 3 maybe???
  17. the script was made with the game version 2.3.7 just tested with new version 2.3.8 and all is work just fine. im also uninstall and reinstall the game multiple times to test the script. still it work just fine.
  18. yup.. i made it with my phone which is 32bit device..and tested only with the free version of the game. 64bit device may have different codes arrangement but dont know sure. dont have 64bit phone.
×
×
  • 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.