Jump to content

FloatKey

Ascended
  • Posts

    32
  • Joined

  • Last visited

Everything posted by FloatKey

  1. Try to mod the game with lucky patcher (in-app/LVL emulation) to make purchase for free and get diamonds, it was working back in time.
  2. IMPORTANT NOTICE : This file is no longer working since latest Gardenscapes update
  3. Which post or thing don't you understand ? I would be ok to explain you better
  4. I didn't check this out cause my bot are already maxed (legit way)
  5. In that case, just edit the moves with a low value like 250, just enough for finish your level without getting a lot of coins. Because more you have moves, more wou you will earn money. If you want to edit moves without running my script, look at the source code and do your manual research using it.
  6. I hope I will be promoted to contributor before the forum closes lol
  7. If you bought the season pass (for diamonds), you can get free new items in the shop instead of looking ads, it could be a fine alternative. Edit to be more clear : There is a button to renew offer by watching an ad in the top of the shop menu, if the season pass is enabled, this button works for free without looking any ads.
  8. As you said, only if coins/gems are spended, maybe there is another value close to the ammount which could give the displayed item...
  9. I tried to reproduce on my own game i found something VERY interesting too ! Just edit the first dword "1" value you find to dword "3" will drop the item cost to free, no need to look for float value at the end, edit the first dword to "2" and the item will cost gems. As you can see on the second picture, i can even set a discount on a free item If you lock the material ammount value, you can [buy > close shop > open shop > buy] items a indefinitely for free. After being bought, the item ammount value turn to "105 354" (basically 66535 without xor encoding, this value is the word maximum range value). Edit this one to any available value will make the item came back in the shop, this is why lock the item value will let item in the shop.
  10. I never created any 1.5 section But its fine to me, you explain GG things better than me lol same, looks like chrome does not support this player...
  11. View File Gardenscapes - Unlimited COINS/MOVES GARDENSCAPES LUA SCRIPT - HACK COINS AND MOVES > Tested on game version : 6.1.2 (Google Play Store) > How to use this script (fast demo) : https://youtu.be/Eria9li0nqM The code written in this file is open source, licenced under the Unlicense. Submitter FloatKey Submitted 04/18/2022 Category LUA scripts  
  12. Version 1

    1,635 downloads

    GARDENSCAPES LUA SCRIPT - HACK COINS AND MOVES > Tested on game version : 6.1.2 (Google Play Store) > How to use this script (fast demo) : https://youtu.be/Eria9li0nqM The code written in this file is open source, licenced under the Unlicense.
  13. lol, talking about a table of value, excel have a native xor function, so you can easily made a lot of xor operations in one row. I made my own and its one of the best tool i ever got for game guardian It look like this :
  14. ABOUT THE LATEST VERSION 1.4 : > XOR keys from my previous messages stay unchanged > In App purchases remain vulnerable to lucky patcher > The new currency (danger zone energy) is in the same format value as the botpack energy.
  15. There is already a topic about this question : Botworld Adventure help to find damge and HP value (#ars2bzbc)
  16. HACK UPDATE - GAME GUARDIAN ONLY + WORKS ON LATEST 1.3 VERSION EDIT INVENTORY MATERIALS AMMOUNT EDIT MISSION MATERIAL AMMOUNT EDIT BOTPACK ENERGY AMMOUNT So, after some research, I finally found XOR keys/ranges related to energy and materials values... Now we can quickly hack values without any fuzzy search ! /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// Inventory + Mission materials (same xor) : Type : Dword (D) Range : Anonymous (A) XOR key : 39021 Botpack Energy : Type : Word (W) Range : Anonymous (A) XOR key : -26515 Bonus - Hack COINS + GEMS : Lucky Patcher In-App billing service patch works well (at least for latest 1.3.0 version) /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// HOW TO USE XOR KEY ? 1 - Set the key : 1.1 - Open Game Guardian value search pannel 1.2 - Type any number in the search bar then press the down arrow circle 1.3 - On the new popup window, press the [ XOR...=??? ] button 1.4 - Enter the XOR key and press OK 2 - Search for your value : 2.1 - Set the right TYPE/RANGE 2.2 - Open the search pannel then type the in-game value you want to edit - DONT SEARCH FOR IT YET 2.3 - Press the down arrow circle then press [ XOR number1 = number2 ] button 2.4 - The value you entered first is now changed because the XOR operation 2.5 - Search for new value you get, 2.6 - Repeat this process when refining 3 - Edit your value : 3.1 - When there is only one xor encoded value left, open the value search pannel 3.2 - Enter the ammount you want for your value editing (for example 9999999) then press the down arrow circle 3.3 - Apply XOR key on it 3.4 - Copy the new value you get 3.5 - Edit your saved XOR encoded value with the one you just copied /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// And there you go, Happy Hacking
  17. works for me, thanks ! can i make a script with this ?
  18. Cool script, why not.
  19. However, i found a way to edit in-game energy stat, directly with GameGuardian. For the moment i didnt find how to edit money or anything else, energy only. Here's how to do it : Set GameGuardian : [Range : Anonymous (A), Type: Word (W) , in search panel, enable "value is encrypted"] Then search directely your energy value, spend energy, refine until there is only one value left. When you have the last value, you can edit it, even beyond the maximum energy limit. The correct value look like this, a value between -25k and -30k : I restarted the game and the values remain the same. Edit your value to -25 718 in Word Type should give you 999 energy.
  20. The file i used to edit energy only contain basic games functions, like the maximum energy or time/costs functions, nothing really interesting. The file containing the all the interesting stuff seems to be called " userdata_private.dat " , located at " [Main Storage]/Android/data/com.featherweightgames.fx/files/ ". I think this file is the full game save, but everything inside is encoded, so i cannot edit it.
  21. Exemple : Max energy at 999 and regeneration time to 1
  22. Hi GodReukra, i tried to hack this game too, but I couldn't find anything interesting with gameguardian (even with fuzzy/unknown/xor search). I know it is possible to speed up the game with the in-built gameguardian speedhack. BTW, I know how to have infinite energy but its not with gameguardian and you need root on your device. A strange named game file located at " /data/data/com.featherweightgames.fx/files/ " contains the maximum game energy and the regeneration time required, in plain text. Just edit it and set the regeneration time to 5 (line "energyRechargeTime") then save the file. Restart the game and enjoy infinite energy.
  23. Hello, I never tried to play multiplayer mode with a modded game save but I have an idea, Try do that : 1- Start to play multiplayer mode as usual (without edit nothing) 2 - Disconnect you and close the game 3 - Edit the game file as you want 4 - Restart the game and launch multiplayer mode 5 - Now you should be able to play multi with the modded save... Hope I helped you
  24. This old file doesn't work anymore, I made a new one working with the new versions of the game : battles.data
×
×
  • 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.