Jump to content

MonkeySAN

Contributor
  • Posts

    1,722
  • Joined

  • Last visited

  • Days Won

    109

Everything posted by MonkeySAN

  1. MonkeySAN

    Help with address

    example?
  2. MonkeySAN

    Help with address

    try this.. function Generate3(F) local p = gg.getResults(2) local t = {} t[1] = {} t[1].address = p[1].address - 0x10 t[1].flags = --value type here-- t[1].value = --new value here-- gg.setValues(t) gg.toast("Done") gg.clearResults() end
  3. MonkeySAN

    Help with address

    so im believe you use value 0.06 as base address to get to the upper address?
  4. MonkeySAN

    Help with address

    can you upload/post that part of your script here? so i may have a clear picture..
  5. MonkeySAN

    Help with address

    oh..wait you not talking about making a script here are you?
  6. 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?
  7. Screenrecorder-2021-06-14-08-47-54-681.mp4
  8. 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)
  9. also Level and Exp..
  10. Golds and Gems are simple Dword search during battle..
  11. @Crystal_Mods100x i got this error..
  12. 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.
  13. have you try unknown/fuzzy search and then refine to N = O + D ?
  14. 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.
  15. 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.
  16. 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
  17. yeah its worked in non-rooted . credits to @NoFear for that. Golden Ticket activated...
  18. = 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.
  19. yes READ previous comment in this thread.
  20. oh i see..my mistake.
  21. and it changed again.
  22. 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.
  23. 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.
  24. 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.
×
×
  • 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.