-
Posts
1,795 -
Joined
-
Last visited
-
Days Won
117
Everything posted by MonkeySAN
-
EDIT ANOTHER ADRESS WITH ONLY ONE VALUE? TEACH ME
MonkeySAN replied to DrBesar1234566's question in Help
you can use this as group search. = 1.0F;512;4.0F::13,gg.TYPE_DWORD/gg.TYPE_QWORD only if the value above(1.0F) and below(4.0F) stay the same all the time. refine to 512 then edit the Float gg.searchNumber("1.0F;512;4.0F::13",4)--4 is gg.TYPE_DWORD gg.refineNumber("512") local t = gg.getResults(1) for i,v in pairs(t) do if v.value == 512 then v.flags = 16--Float v.value = 14160822e-46F end end gg.setValues(t) gg.clearResults() gg.toast("Done") end hope this will help. -
EDIT ANOTHER ADRESS WITH ONLY ONE VALUE? TEACH ME
MonkeySAN replied to DrBesar1234566's question in Help
- first do the search of your value normally. - if it give many results then you have to refine it. if it always in the same address then you may refine to address to get to the value. - if not...you may have to make a group search of it and then refine to your value. -
EDIT ANOTHER ADRESS WITH ONLY ONE VALUE? TEACH ME
MonkeySAN replied to DrBesar1234566's question in Help
i = gg.getResults(4) this take 4 results from the search. x[1].address = i[1].address + "yourOffsetCode" but call only the 1st out the 4 results for offset editing. -
local d = gg.prompt({"New Speed?[0;500]"},{250},{"number"})
-
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...
-
so far so good.. just do as what @ItsSC said. = 250;50;5::49 = type Dword = Anonymous
-
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.
-
maybe this will help somehow...? searching 0.3 Double manually...did gave results but when using the script...
-
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.
-
thats strange...the script was just fine. already test it.
-
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
-
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.
-
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.
-
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.
-
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.
-
despite not having to die and cheating the time...this game is somehow still give me enjoyment. 20210307_000425_edited.mp4
-
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.
-
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.
-
a table? i dont get it.
-
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
-
i dont play the game anymore but just did a test for those xor key = 2,146,334,040 and its still work somehow.
- 12 replies
-
- Bistro heroes
- Cheat bistro heroes
-
(and 1 more)
Tagged with:
-
the videos was deleted.
- 12 replies
-
- Bistro heroes
- Cheat bistro heroes
-
(and 1 more)
Tagged with:
-
Which games can be easily modified?(for Beginner)
MonkeySAN replied to Jasminemoon's question in Help
Pixel Force 2.. 20210228_100710_edited.mp4 much more fun when Anonymous take over from JavaHeap used in the 1st one. -
Which games can be easily modified?(for Beginner)
MonkeySAN replied to Jasminemoon's question in Help
Idle Slayer.. 20210228_020016_edited.mp4 having fun with my character speed. the game pretty easy to hack but its a boring game really. -
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.