-
Posts
1,916 -
Joined
-
Last visited
-
Days Won
133
Content Type
Profiles
Forums
Downloads
Gallery
Everything posted by MonkeySAN
-
how about the lower one...? does the value is the same all the time? or any value below or above the 2 address that is fixed?
-
Weapons Throwing RPG 2: (small) hacking bounty
MonkeySAN replied to Solution6996's topic in Requests
Screenrecorder-2021-06-14-08-47-54-681.mp4 -
Weapons Throwing RPG 2: (small) hacking bounty
MonkeySAN replied to Solution6996's topic in Requests
yup..Level & Exp in Character screen. but mine was in Ca region. and Golds, Gems, Level & Exp are actually sit close to each other.(outside battle) -
Weapons Throwing RPG 2: (small) hacking bounty
MonkeySAN replied to Solution6996's topic in Requests
also Level and Exp.. -
Weapons Throwing RPG 2: (small) hacking bounty
MonkeySAN replied to Solution6996's topic in Requests
Golds and Gems are simple Dword search during battle.. -
-
Value is found in 32bit device with quad/hexa core but why not on 64bit octa core
MonkeySAN replied to Morpheus99's question in Help
something like this.. Screenrecorder-2021-06-11-22-40-38-879.mp4 where D is the difference between O the old value and N the new value. -
Value is found in 32bit device with quad/hexa core but why not on 64bit octa core
MonkeySAN replied to Morpheus99's question in Help
have you try unknown/fuzzy search and then refine to N = O + D ? -
Value is found in 32bit device with quad/hexa core but why not on 64bit octa core
MonkeySAN replied to Morpheus99's question in Help
well...actually there is a game zone in there but since it need our number to register to join and play so i cant help anymore. -
Value is found in 32bit device with quad/hexa core but why not on 64bit octa core
MonkeySAN replied to Morpheus99's question in Help
you try to hack this game...? -
local gg = gg function main() local menu = gg.choice({ "Veneno", "Porsche", "Chevrolet", "Dodge", "Exit"},nil,"car menu") if menu == nil then elseif menu == 1 then Veneno() elseif menu == 2 then Porsche() elseif menu == 3 then Chevrolet() elseif menu == 4 then Dodge() elseif menu == 5 then os.exit() end end function Veneno() gg.searchNumber("2.25", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1, 0) revert = gg.getResults(500, nil, nil, nil, nil, nil, nil, nil, nil) gg.editAll("0.25", gg.TYPE_FLOAT) gg.clearResults() end function Porsche() gg.searchNumber("2.56", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1, 0) revert = gg.getResults(500, nil, nil, nil, nil, nil, nil, nil, nil) gg.editAll("0.25", gg.TYPE_FLOAT) gg.clearResults() end function Chevrolet() --code here end function Dodge() --code here end while true do if gg.isVisible() then gg.setVisible(false) main() end end my mistake...there are some errors in the example script given by @Crystal_Mods100x that i misslook. try this one.
-
--main code function Audi() --example code-- gg.searchNumber("2.56", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1, 0) revert = gg.getResults(500, nil, nil, nil, nil, nil, nil, nil, nil) gg.editAll("0.25", gg.TYPE_FLOAT) end function Bmw() --code here end function Chevrolet() --code here end function Dodge() --code here end menu = gg.choice({ "Audi" "BMW" "Chevrolet" "Dodge" "Exit" },nil,"car menu") if menu == 1 then Audi() end if menu == 2 then Bmw() end if menu == 3 then Chevrolet() end if menu == 4 then Dodge() end if menu == 5 then os.exit() end if menu == nil then end
-
yeah its worked in non-rooted . credits to @NoFear for that. Golden Ticket activated...
-
= 1701868308;1951626350;7565921;2::25 = Dword above is the group search that i use for searching my 'spentStars'. the value is the second address below 2. freeze it and even if you still see the stars get spent..exit then restart the game and the stars remain the same just like before you spend it. i double and triple check it..found that those group search values are the same for both 32bit and 64bit version of the game. you guys can try it out.
-
yes READ previous comment in this thread.
-
oh i see..my mistake.
-
and it changed again.
-
it did changed..so i think. before the 0 star value was 14 and then i gained some stars..used it all now 0 star value is 15. i could be wrong though..hasnt play the game much now.
-
yup i did noticed it somehow. i did(maybe) found a fix values that can get us close to the points and save much time.(for both 32bit and 64bit version) but its so tiresome to test it over and over again to actually confirm its legit. feels so much that its not worthy at all. search fuzzy is the best way for now as it guarantee you will found it even if it take so much time.
-
maybe but not really sure. you can try to expand the group size. see if it give you any results. if not then i cant help anymore.
-
yeah i thought so. maybe do like cisco72563 said. search fuzzy, complete level and refine to increasing. btw your game is 32bit version?
-
try this one.. = 1;33;24;2;33;28::65 or = 1;33;24;2::21 refine to 2 and goto..the value is second address below it. if none is working then those group search are only just for me.
-
Screenrecorder-2021-05-13-13-10-34-82(0).mp4
-
Screenrecorder-2021-05-12-07-24-33-207(0)(0).mp4
-
the way i see it just your Tickets value is so huge that there isnt enough room for it to display properly..so it take up some space below covering the Rubies value to which you had none. as the for negative Ticket value...just buy some more until it turn to normal value(positif)
