Jump to content

BadCase

Modding Team
  • Posts

    687
  • Joined

  • Last visited

  • Days Won

    33

Everything posted by BadCase

  1. I will post a script later today for this It gives coins, wood and stones, duplicates inventory items, levels your Brotherhood to max, sets the level of all characters to whatever you want and Godmode
  2. Even if you change the helix mission rewards when they are awarded they only give the original amount
  3. Well since Pacybits restore feature is still not working and you are stuck in a virtual space you have no way to access your old game saves which are most likely in /data/data you will probably have to start fresh
  4. I added a feature that allows you to get 5 duplicates of any card you have at least one duplicate of
  5. It does not change the number of duplicates yet but I will look into it further
  6. Pretty sure that would only happen if you put entername() in that area as that would call the function again
  7. it is a function that you can call when they select a button in your script, with entername() put whatever you want it to do after the name is entered where the gg.alert() is
  8. Here ya go function entername() --opens prompt playername = gg.prompt({[1] = 'Enter the player name.'}, {[1] = '0'}, {[1] = 'text'}) if playername == nil then gg.alert('You did not enter anything') home() else -- the variable playername[1] holds the value entered gg.alert('The Player name ' .. playername[1] .. ' was entered') end end here is a text file with it in it since things tend to get messed up when copying and pasting from the forums demo.txt
  9. Here ya go I needed some practice with Xor encoded values Vampire's Fall: Origins v1.0.48 Currency XP and Gear Modification Script by BadCase (#2q3vzv0o)
  10. View File Vampire's Fall: Origins v1.0.48 Currency XP and Gear Modification Script by BadCase How to use: write down your current Gold amount, Level and XP amount, run the script and press on the give gold button, enter the values that the prompts ask for and then enter the amount of gold you want. The same for XP. For boosting Gear stats again have the stats written down and ready to enter into the prompts you can modify most pieces that have at least 3 stats, if a gear says it cant be modified with the 4 stat button try again with the 3 stat button and pick the 3 stats you want t boost the most. Features: Set your Gold to any value you want(Have your current Gold amount, Level and XP amount ready to input) Set your XP to whatever you want ( I think max is around 1,000,000)(Have your current Gold amount, Level and XP amount ready to input) Increase Stats on Gear with 3 Stats or more(Have the stats for the piece written down or memorized and ready to enter) Submitter BadCase Submitted 11/20/18 Category LUA scripts
  11. Version 1.0.0

    3,177 downloads

    How to use: write down your current Gold amount, Level and XP amount, run the script and press on the give gold button, enter the values that the prompts ask for and then enter the amount of gold you want. The same for XP. For boosting Gear stats again have the stats written down and ready to enter into the prompts you can modify most pieces that have at least 3 stats, if a gear says it cant be modified with the 4 stat button try again with the 3 stat button and pick the 3 stats you want t boost the most. Features: Set your Gold to any value you want(Have your current Gold amount, Level and XP amount ready to input) Set your XP to whatever you want ( I think max is around 1,000,000)(Have your current Gold amount, Level and XP amount ready to input) Increase Stats on Gear with 3 Stats or more(Have the stats for the piece written down or memorized and ready to enter)
  12. View File Injustice: Gods Among Us v3.0.1 Toolbox By BadCase ***WARNING***Read Instructions and Dialogs or Risk Data Corruption ***WARNING** Features: Adds characters to the Character Store(for a total of 138 out of 139). Modifies Character Store Prices to give currency when purchased. Activates Premium and Inactive Card Packs. Modifies Card Pack Prices to give currency when purchased. Modifies Support Card Prices to give currency when purchased. Swaps out 1 to 3 Star Gear for all of the 4 Star Gear. Adds 100 Augment Cards at a time.(only works on some devices working on it now) Submitter BadCase Submitted 11/14/18 Category LUA scripts
  13. Version 1.5.0

    16,722 downloads

    ***WARNING***Read Instructions and Dialogs or Risk Data Corruption ***WARNING** Features: Adds characters to the Character Store(for a total of 138 out of 139). Modifies Character Store Prices to give currency when purchased. Activates Premium and Inactive Card Packs. Modifies Card Pack Prices to give currency when purchased. Modifies Support Card Prices to give currency when purchased. Swaps out 1 to 3 Star Gear for all of the 4 Star Gear. Adds 100 Augment Cards at a time.(only works on some devices working on it now)
  14. Hey guys, if it fails try restarting the app, I had it fail a few times right after the update but then I just got it to work successfully around 8 times in a row(restarting and running again)
  15. Here ya go I put this script together yesterday PACYBITS FUT 19 v1.1.4 Pack Unlocker Infinite Packs + Currency Hack By BadCase (#rlwz2ui)
  16. View File Monster Farm: Happy Halloween Game & Ghost Village Coins and Rubies Script by BadCase A simple LUA script that allows you to add 10,000,000 Coins and Rubies to the game, someone had issues following my video so I made this. Submitter BadCase Submitted 11/07/18 Category LUA scripts
  17. Version 1.0.0

    1,611 downloads

    A simple LUA script that allows you to add 10,000,000 Coins and Rubies to the game, someone had issues following my video so I made this.
  18. Ok here is the updated version of his script I fixed it so it now freezes the value for lives, he was using gg.setValues(res) instead of gg.addListItems(res) You may still need to find the static values for your version as from the screenshot you posted they seem to be different. farmheroes7.lua
  19. Hmm the values that are static may differ from device to device or android version, I will check it out in another emulator and see what happens
  20. What value is that for in the picture, lives?
  21. very weird there should be commas where the spaces are, I have no idea how that happened. PS: the character set for the language you are using may not have a comma in it
  22. I think I know what you mean but I am not sure In the top right corner under the X(close button) you should see some letters click on them and it pops up with a menu with all of the types DWORD DOUBLE FLOAT uncheck all but the DWORD one, I hope that is what you meant. Or if you meant how do you see the list view like that click on the number after you search and click "goto"
  23. Yea I am not sure why it wont freeze I do not know alot about lua scripting but from my other scripting experience everything looks right in the script...
  24. Ya the lives value is not freezing for some reason It is setting it to 5 lives when you run it though right?
×
×
  • 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.