Jump to content

MonkeySAN

Contributor
  • Posts

    1,623
  • Joined

  • Last visited

  • Days Won

    102

Everything posted by MonkeySAN

  1. 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
  2. i dont play the game anymore but just did a test for those xor key = 2,146,334,040 and its still work somehow.
  3. Pixel Force 2.. 20210228_100710_edited.mp4 much more fun when Anonymous take over from JavaHeap used in the 1st one.
  4. Idle Slayer.. 20210228_020016_edited.mp4 having fun with my character speed. the game pretty easy to hack but its a boring game really.
  5. 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.
  6. wonderful. THANK YOU SO MUCH @CmP
  7. 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.
  8. 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?
  9. 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.
  10. 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
  11. nothing changed so much even my script from long time ago still work.. MrAutoFire.mp4
  12. 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?
  13. thats strange...i still can see my videos here. you guys cant see it??
  14. 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??
  15. im know that.. and thats why im not recommend it for others to try.
  16. yup its all in dword. i did search for this though.. 2,103,787,151 318,421,662 2,103,787,151 and found it.(not recommended to try) change the middle one and results as shown in picture above. btw the game still playable..its just mean i wont needed diamonds anymore??
  17. my device 32bit..armv7 i think? searching for this 11;6,226,015;6,881,380;7,143,521;7,209,071;6,226,020;95::25 got exactly 14 results as yours. but no qword when pointer search.
  18. when you followed the instructions and got exactly right the opposite way... the game is broken.
  19. unfortunately or rather stupid me because im know you going for the Cb for lmao[4].start but i didnt even think to check this out and...there is no Cb region in sandbox. using lmao[3]['end'] did gave 2 results but when freeze it...it didnt work either.
×
×
  • 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.