Jump to content

MonkeySAN

Contributor
  • Posts

    1,862
  • Joined

  • Last visited

  • Days Won

    125

Everything posted by MonkeySAN

  1. both values had different XOR key. how figure it out? select any 1 of them for edit then tap the drop down menu and select .. XOR... = ??? and enter the original value you see the game as XOR key. what you get after that is the original XOR key for that value in the game. you can try with trials and errors but that will take long time and you may not able to figure it at all. when you did know the XOR key for each values...you can search more easily and edit nicely and neat.
  2. type = Dword - encrypted region = Anonymous search and refine.
  3. what type? what the results? what did you do after got the results? if you give more details of what you did..show a picture or two..a video perhaps..maybe we can figure out what exactly the problem you had.
  4. oh hi...long time no see. you try it first then tell me.
  5. Did you ever try other type than Dword? you no need me to tell you what are the other types. if A didnt worked then go For B and so on.
  6. instead me.. why not you upload a video to show how you actually got that 38 results?
  7. 5 x ??? = 7500 ??? is the multiplier. find that.
  8. Coins value are multiply from Gems. find that multiplier...change it to negative.. and you get this.
  9. Get Golds from weapon sell. PZG_WpnSell.mp4
  10. MonkeySAN

    Lua Script Help

    and im banned.
  11. i got my Gems by buying Weapon in the Shop. change the gems into negative value. since it will not visually shown you need to use increment too. take note of your current gems in hand and buy. then (New value - old value) = the difference is the Weapon gems value. Coins/Gold...i just buy it using the Gems.
  12. dont know if im actually doing it right but.. the Damage is now permanent.
  13. can you show me(video) how you actually did it? you search for the weapon Attack value example : Handgun +100 search 100 after results came then edit by increment 1 all results will change to 101,102,103... and so on. then tap and look at the weapon Attack value and find the match value from the results. thats your weapon Attack value.
  14. you can search HP, DEF, DMG and Ammo while playing. its all Dword in Anonymous region. search and refine. while in HP and DEF address you can find many things such as the speed of the character. PZ_GunnerSpeed.mp4 Fly..??
  15. https://streamable.com/u1ks28 just started.
  16. MonkeySAN

    Lua Script Help

    obviously you can.. local gg = gg gg.setRanges(32) gg.searchNumber("95;75;3;200;1;130;9;1,075,419,546;26;1,065,353,216;26;1,094,713,344;26::49", 4) gg.refineNumber("75;130;9;26") local results = gg.getResults(10) for i,v in pairs(results) do if v.value == 75 then v.value = 85 elseif v.value == 130 then v.value = 1400 elseif v.value == 9 then v.value = 400 elseif v.value == 26 then v.value = 4000 end end gg.setValues(results) --gg.addListItems(results) gg.clearResults() gg.toast("Done") --end
  17. Please create a script for Mr. Autofire i would pay for it (#dtdqpexb)
  18. MonkeySAN

    Lua Script Help

    yup..its really posibble and easy. HP and Defense. one is in Dword and the other is Float.. search either one of them... go up or down...you sure will find the other one. or just search both at the same time. which is which and which one come first that.. im sure you can figure it out.
  19. MonkeySAN

    Lua Script Help

    only 1 value changed to max all of that..but it actually didnt work ..only visuals. its yours that really work. btw im guess you got HP hack too??
  20. MonkeySAN

    Lua Script Help

    hmm.... im not the expert...maybe not? im sometime use it and sometime not too. btw check this out : DWZ_Weapon.mp4
  21. MonkeySAN

    Lua Script Help

    local gg = gg gg.setRanges(32) gg.searchNumber("95;75;3;200;1;130;9;1,075,419,546;26;1,065,353,216;26;1,094,713,344;26::49", 4) gg.refineNumber("75;130;9;26") local results = gg.getResults(10) for i,v in pairs(results) do if v.value == 75 then v.value = 85 end if v.value == 130 then v.value = 1400 end if v.value == 9 then v.value = 400 end if v.value == 26 then v.value = 4000 end end gg.setValues(results) --gg.addListItems(results) gg.clearResults() gg.toast("Done") --end
×
×
  • 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.