Jump to content

MonkeySAN

Contributor
  • Posts

    1,909
  • Joined

  • Last visited

  • Days Won

    131

Everything posted by MonkeySAN

  1. despite not having to die and cheating the time...this game is somehow still give me enjoyment. 20210307_000425_edited.mp4
  2. it sure fun if we keep the hacks to minimum..there are games out there similar to this type of game where things coming at you and you shooting at them but most are so boring even without doing any hacks on them. for this game though..im feeling joy somehow 20210306_192713_edited.mp4 i played it that it almost drain out my battery and enemy become tired that they become so slow to move around. or so its seem.
  3. a table...menu? still dont get it but this game is super fun.. MS_HP_TIME_HACK.mp4 i just stand still for about an hour.
  4. a table? i dont get it.
  5. MonkeySAN

    Lua script

    i made this sometime ago...see if it work in your case. local gg = gg function set() local d = gg.prompt({"Enter a value :"},{0}) if d == nil then gg.toast("Canceled") os.exit() else gg.searchNumber(d[1], 4) gg.toast("Done") gg.alert("Now increase the value and search again") while true do if gg.isVisible() then gg.setVisible(false) break end gg.sleep(100) end local d = gg.prompt({"Enter a value :","Edit to :"},{0,0}) if d == nil then gg.toast("Canceled") gg.clearResults() else gg.searchNumber(d[1], 4) gg.toast("Done") local t = gg.getResults(200) for i,v in pairs(t) do if v.flags == 4 then v.value = -d[2] end end gg.setValues(t) gg.clearResults() gg.toast("Done") end end end while true do if gg.isVisible() then gg.setVisible(false) set() end end
  6. i dont play the game anymore but just did a test for those xor key = 2,146,334,040 and its still work somehow.
  7. the videos was deleted.
  8. Pixel Force 2.. 20210228_100710_edited.mp4 much more fun when Anonymous take over from JavaHeap used in the 1st one.
  9. Idle Slayer.. 20210228_020016_edited.mp4 having fun with my character speed. the game pretty easy to hack but its a boring game really.
  10. the game is super laggy on my phone to a point it freeze or crash almost everytime before im done record everything. i will post it here once im managed to record it all. till then you can wait if you want to but no promises.
  11. wonderful. THANK YOU SO MUCH @CmP
  12. superb...new things learned today. Question : local lastIndex = 5 - What does this mean?..last 5 of 10? - How about if that 5 located in the middle of 10? say starting from 3 to 7.
  13. great. but how to write it if i want to change just 5 out 10 from the saved list without load the saved list as search results?
  14. gg.loadResults(gg.getListItems()) - this call your saved list and put it as results. mphck = gg.getResults (999999999999) - to edit must get the results first.
  15. https://streamable.com/ib7dp0
  16. if ch==2 then gg.loadResults(gg.getListItems()) mphck = gg.getResults(999999999999) for i, v in ipairs(mphck) do if v.flags == gg.TYPE_FLOAT then v.value = "0.10000000149" v.freeze = true end end gg.addListItems(mphck) --gg.removeListItems(mphck) gg.clearResults() gg.clearList() mphck=nil gg.toast("MAPHACK DISABLED") end
  17. nothing changed so much even my script from long time ago still work.. MrAutoFire.mp4
  18. oh my..i forgot that i had deleted those videos as My Attachments quota was almost at the limit. people shouldnt be able to see those videos anymore but both you and i still able to see it. clearly something is not right happen here. maybe master @Enyby can look into this matter?
  19. thats strange...i still can see my videos here. you guys cant see it??
  20. i did mine on the first try...offline. i did once again online but not link to any account.. added extra length. maybe he had activated it and the value already saved on server??
  21. UTF16 found it in Anonymous region on my side.
  22. im know that.. and thats why im not recommend it for others to try.
  23. exactly..but i can deal with it.
×
×
  • 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.