Jump to content

BadCase

Modding Team
  • Posts

    687
  • Joined

  • Last visited

  • Days Won

    33

Everything posted by BadCase

  1. BadCase

    Mini DayZ

    Probably not as well protected as they should be lol. I have the page for xscript bookmarked but I have not learned how to use it yet Thanks, its growing slowly but surely I will check out MC 5 for sure, someone just requested a script for it on my Discord as well ill work on it later today
  2. BadCase

    Mini DayZ

    lol ya that was over a year ago, was not paying attention to the date there, I will be posting the script on the 11th if you wanted to check out your methods in action let me know and ill hook you up with a password for my Donor early access scripts
  3. BadCase

    Mini DayZ

    I think I am close to changing the clothing type I get the name and image to change when you remove from inventory but only the name stays changed when equipping it. But I managed to script what you showed in the video. Sent from my SM-S337TL using Tapatalk
  4. BadCase

    Mini DayZ

    were you able to get weapons other than handguns and knives to spawn, i am writing a script for this now and i am able to spawn and equip those
  5. Thanks did the feature i added in the last update effect the power requirements for you or do they stay the same?
  6. Hmm that is very strange, is there more than one process with the games icon in the list?
  7. Try selecting the process again, it does not reattach to the process when you restart a game in Parallel Space
  8. you can get a hold of me whenever I'm awake on my discord server https://discord.gg/n6TdrSK
  9. OK I will be posting a script that does all of the stuff in my OP two weeks from today, I hope you get a chance to put together that video so I can add that stuff as well
  10. Ya if you would like to make a video with the things i did not cover I will work on adding them I should have Currency, Keys and Respect Points scripted tonight, i promised my donors early access to my scripts but I will add a password for you as well and get you a copy as soon as i add your new discoveries. I upload my scripts here 2 weeks after giving Donors early access.
  11. nice looks like my mistake was messing with mission and daily rewards
  12. What changes have you made and how long has it been since you changed them? Did you end up getting banned? I may write a script for this I always change too much without waiting to see the results and getting banned, probably from messing with rewards but im not sure. Ill give you credit for your discoveries if I do.
  13. yup i bet that is it just looked at the array again and a [ made it through my file parsing and is at the beginning of the first array value, Thanks again for the help
  14. v is the current value from the array that the for is being done on, the array contains 57 values all values consist of the letters "id" followed by a series of numbers
  15. Is this it or is therer more in a file somewhere? Script ended: Perhaps this script needs the latest version of GameGuardian. Try to update to the latest version. Script error: org.luaj.vm2.LuaError: @/storage/emulated/0/Download/SaveEditorPACYBITSfutBadCase1.0.0.lua:86 ` check = string.find(ids, v)` vm error: java.lang.ArrayIndexOutOfBoundsException: length=12; index=12 level = 1, pc = 160 stack traceback: /storage/emulated/0/Download/SaveEditorPACYBITSfutBadCase1.0.0.lua:86 in function 'loadxml' /storage/emulated/0/Download/SaveEditorPACYBITSfutBadCase1.0.0.lua:5 in function 'home' /storage/emulated/0/Download/SaveEditorPACYBITSfutBadCase1.0.0.lua:738 in main chunk [Java]: in ? at org.luaj.vm2.LuaClosure.execute(LuaClosure.java:583) at org.luaj.vm2.LuaClosure.call(LuaClosure.java:145) at org.luaj.vm2.LuaClosure.execute(LuaClosure.java:427) at org.luaj.vm2.LuaClosure.call(LuaClosure.java:145) at org.luaj.vm2.LuaClosure.execute(LuaClosure.java:427) at org.luaj.vm2.LuaClosure.call(LuaClosure.java:145) at android.ext.Script.runScript(Script.java:5096) at android.ext.Script$ScriptThread.run(Script.java:4896) Caused by: java.lang.ArrayIndexOutOfBoundsException: length=12; index=12 at org.luaj.vm2.LuaString.luaByte(LuaString.java:576) at org.luaj.vm2.lib.StringLib$MatchState.classend(StringLib.java:1016) at org.luaj.vm2.lib.StringLib$MatchState.match(StringLib.java:1132) at org.luaj.vm2.lib.StringLib.str_find_aux(StringLib.java:816) at org.luaj.vm2.lib.StringLib$find.invoke(StringLib.java:225) at org.luaj.vm2.lib.VarArgFunction.call(VarArgFunction.java:62) at org.luaj.vm2.LuaClosure.execute(LuaClosure.java:433) ... 7 more Script wrote 38.63KB in 1 files
  16. thanks for the reply, this is a private script so I can't post it but if I encounter it in another one I will revisit this thread
  17. Nevermind I figured out a work around
  18. Ok now im getting ArrayIndexOutOfBoundsException errors on functions that do not even involve arrays does it throw these if there are memory issues or something?
  19. edit: thought i had it but the second run error again
  20. I have an Array that I know has 57 values as i printed the array and it its value count prior to running the following for i,v in ipairs(newpids) do check = string.find(ids, v) if check ~= nil then --do stuff else --do other stuff end end And I get the following ArrayIndexOutOfBoundsException: length=12: index=12 which is not making any sense since I know the array is 57 values long or I may be misunderstanding something here
  21. Thank you, I will have to look at it some more, also when people hit above 99 million coins it stores it differently so that part of the script fails
  22. View File Drone 2 Air Assault Level + Currency + Store Hack by BadCase Sets all weapon prices to 1 gold each Sets Perk prices to give you 100,000 gold when you purchase one Modifies quest rewards to bring you to Maximum Level after one mission Submitter BadCase Submitted 12/05/18 Category LUA scripts
  23. Version 1.0.0

    740 downloads

    Sets all weapon prices to 1 gold each Sets Perk prices to give you 100,000 gold when you purchase one Modifies quest rewards to bring you to Maximum Level after one mission
  24. Ok here is the script Assassin's Creed Rebellion v2.0.1 ToolBox by BadCase (#87r1v042) sadly i have had no luck with the helix and dna but you only have to get enough to obtain a character with the script you can set them to level 39
×
×
  • 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.