Jump to content

MonkeySAN

Contributor
  • Posts

    1,787
  • Joined

  • Last visited

  • Days Won

    117

Everything posted by MonkeySAN

  1. MonkeySAN

    Help with address

    oh..wait you not talking about making a script here are you?
  2. MonkeySAN

    Help with address

    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?
  3. Screenrecorder-2021-06-14-08-47-54-681.mp4
  4. 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)
  5. also Level and Exp..
  6. Golds and Gems are simple Dword search during battle..
  7. @Crystal_Mods100x i got this error..
  8. 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.
  9. have you try unknown/fuzzy search and then refine to N = O + D ?
  10. 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.
  11. MonkeySAN

    edit script

    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.
  12. MonkeySAN

    edit script

    --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
  13. yeah its worked in non-rooted . credits to @NoFear for that. Golden Ticket activated...
  14. = 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.
  15. yes READ previous comment in this thread.
  16. oh i see..my mistake.
  17. and it changed again.
  18. 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.
  19. 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.
  20. 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.
  21. yeah i thought so. maybe do like cisco72563 said. search fuzzy, complete level and refine to increasing. btw your game is 32bit version?
  22. 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.
  23. https://streamable.com/e72bsm dont know it will work for you guys but for me its been good so far.
  24. Screenrecorder-2021-05-13-13-10-34-82(0).mp4
×
×
  • 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.