Jump to content

BadCase

Modding Team
  • Posts

    684
  • Joined

  • Last visited

  • Days Won

    33

Everything posted by BadCase

  1. How do i goto a pointer or at least get the address(or value) it is pointing to in a lua script i cant find much info on this in the help just a single line that outputs the same result as a regular gg.getResults
  2. BadCase

    Mini DayZ

    Ya I am having issues figuring it out you can PM me if you want, I am definitely interested in seeing how far off i am lol
  3. BadCase

    Mini DayZ

    this looks like its going to be a tough one So far i have found there are 4 Double values that have your current unloaded bullet count, and 1 that may possibly be the amount you start with that does not change and 2 Dword values that have amount of bullets fired when i freeze the double values the count bounces back and forth between the frozen and true value so I am obviously missing at least one other value I think the Dwords that count rounds fired are unrelated because when i change that value and dont freeze, it wont revert like the doubles will it just continues counting form the new value
  4. BadCase

    Mini DayZ

    Im looking it over and feeling kinda slow at the moment lol, i dont think I am grasping how it works(might be because i just woke up ? ) I am very visual and learn best when i have an example i can pick apart to understand how it functions, let me know if you have a an example of a simple GG script written in xscript even a Hello World one would help
  5. 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
  6. 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
  7. 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
  8. 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
  9. Thanks did the feature i added in the last update effect the power requirements for you or do they stay the same?
  10. Hmm that is very strange, is there more than one process with the games icon in the list?
  11. Try selecting the process again, it does not reattach to the process when you restart a game in Parallel Space
  12. you can get a hold of me whenever I'm awake on my discord server https://discord.gg/n6TdrSK
  13. 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
  14. 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.
  15. nice looks like my mistake was messing with mission and daily rewards
  16. 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.
  17. 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
  18. 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
  19. 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
  20. 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
  21. Nevermind I figured out a work around
  22. 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?
  23. edit: thought i had it but the second run error again
  24. 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
  25. 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
×
×
  • 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.