Jump to content

MonkeySAN

Contributor
  • Posts

    1,722
  • Joined

  • Last visited

  • Days Won

    109

Everything posted by MonkeySAN

  1. nope.. i was not connected to any accounts what so ever. in fact i dont see log in into FB or any social media is very important for any games that matter.. and that is for me at least. others people...
  2. so far so good.. just do as what @ItsSC said. = 250;50;5::49 = type Dword = Anonymous
  3. MonkeySAN

    Looping issue

    so i changed loop = loop + 0.1 to loop = string.format("%.15f", loop + 0.1) not sure if its the correct solution.. but got this results.
  4. MonkeySAN

    Looping issue

    maybe this will help somehow...? searching 0.3 Double manually...did gave results but when using the script...
  5. MonkeySAN

    Looping issue

    well..i tested it on something else not the game from the video. but it did worked properly. maybe you can put some kind of alert to show you what is happening really..to see if any results were found and got edited. add the results to the list would've come handy too.
  6. MonkeySAN

    Looping issue

    thats strange...the script was just fine. already test it.
  7. that did work for me. just like he said each time when you unlock a class...it will be at Master. 20210311_005646_edited.mp4
  8. MonkeySAN

    Lua script

    hmm...im guess mine doesnt work in your case. i do hope the second prompt will help you to get the idea. and @ItsSC gave you the better one.
  9. other than directly add to MP bar value itself for quick level-up.. another way is changing how much you get MPs when pickup those blue MP orbs. MS_MP_pickup.mp4 im kinda like this one more than the first one.
  10. and starting HP is 1000. to be exact = 1000;1000::5 = type Float but that without any Research buff like Max HP 20% or Max HP 30%. if you use those...you must add 20% or 30% more to the value. as far i know for now...no matter what Class or Subject you choose...the starting HP will be the same above. i not yet go through all the Class or Subject..so i never know for sure as i always end up playing the game rather than finding stuffs to hack. this game is so haunting.
  11. time can be search directly example :- 22:39 = (22x60) + 39 = 1320 + 39 = 1359 pause and search 1359 type Float then refine when it changed. for Level..i chose to hack MP instead as you level up when your MP bar is full and got to choose your magics. MS_Lvl_MP.mp4 it can go all the way to max Level 130 but i just keep it that way.
  12. despite not having to die and cheating the time...this game is somehow still give me enjoyment. 20210307_000425_edited.mp4
  13. 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.
  14. 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.
  15. a table? i dont get it.
  16. 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
  17. i dont play the game anymore but just did a test for those xor key = 2,146,334,040 and its still work somehow.
  18. the videos was deleted.
  19. Pixel Force 2.. 20210228_100710_edited.mp4 much more fun when Anonymous take over from JavaHeap used in the 1st one.
  20. Idle Slayer.. 20210228_020016_edited.mp4 having fun with my character speed. the game pretty easy to hack but its a boring game really.
  21. 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.
  22. wonderful. THANK YOU SO MUCH @CmP
  23. 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.
  24. 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?
  25. 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.
×
×
  • 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.