Jump to content

MonkeySAN

Contributor
  • Posts

    1,858
  • Joined

  • Last visited

  • Days Won

    124

Everything posted by MonkeySAN

  1. yup. all Dword in Anonymous.
  2. well thank you.. but no thank you. i will never ever use Telegram again. got hacked in Telegram before. almost ruined my entire life.
  3. not sure if the download problem affected everyone.. but that matter hasnt been resolved yet. for sure its happen to recently added file. for old ones no problem to download.
  4. again they spamming it.
  5. what Vault?
  6. MonkeySAN

    Punball

    look like someone needed the script that much and was so mad as the download button still didnt work so they keep spamming it. i kinda wonder if @Sysadmin is aware of this download problem. btw..maybe you can upload the script in the description area or in the comment here to see if there any better.
  7. select both the offset value and value below it. edit = 706,675,680;-698,416,192
  8. well. you can do a script that search dino by its name. Screenrecorder-2023-05-05-16-04-25-889.mp4 but in my opinion its not very practical and required extra steps in the script that make it more complicated to write. plus some dinos are given a special name different than what we see on the screen or a name that almost the same. and there are also Hybrids and Gen 2 dinos. so you really had to know whats to put in the name otherwise searching for it will give no results or way too many results with chances to find the correct one are very slim. what @MAARS had given to us like he said are much simpler.
  9. i think it can. as long as developer already put/released the data in the game even if the dino is not released yet.
  10. well i still not quite sure what you really want. but you can check this example below to see if it really help. local gg = gg n = {0} function START() gg.clearResults() local input = gg.prompt( {"Enter value :","EXIT"}, {n[1]}, {"number","checkbox"}) if not input then gg.toast("You've canceled") return elseif input[2] == true then os.exit() else n[1] = input[1] gg.searchNumber(input[1],gg.TYPE_DWORD) count = gg.getResultsCount() gg.alert("Results found = "..count) end end while true do while gg.isVisible(true) do gg.setVisible(false) START() end end above prompt will remember what the last/recent value entered so that you dont have to enter it again as long as the script is alive.
  11. you meant you want the gg.prompt to remember the last/recent number input?
  12. MonkeySAN

    Coromon

    in that case. search Double type. you can try to find it first. if you cant i may have something for you.
  13. MonkeySAN

    Coromon

    so thats not the "Perfect nature" you are looking for?
  14. MonkeySAN

    Coromon

    you meant by this?
  15. MonkeySAN

    Coromon

    i think its possible to go beyond max limit of 60 not so hard to do but very very time consuming with extremely high chance for one to make a mistake.
  16. Culinary Season still working for armv8 - search dword in Xa range 092140B9r;081540FDr::4929 - Edit 29008052r;E803679Er
  17. MonkeySAN

    Coromon

    well..apart from that one value for all. any changes also apply to the wild coromon. if so happen the one you fight with is the same one you actually use then you may want to turn off everything for that coromon before getting into battle..especially HP. if turn off in battle the edited value(HP) still stuck until you finished the battle. it can be a long waiting time for it to reach zero. or you can just run before making any moves.
  18. MonkeySAN

    Coromon

    basically it did worked but so did for the wilds one. meaning if you activate Attack the enemy also get high Attack too. the script search for all stats point including a value for all which if change will edit the stat of all the coromons in game. manually filter the values is needed to edit the coromons in your squad only. others stats value are nearby. search one stat then goto and scroll up or down to find the others.
  19. the game is server sided? cannot play at all after internet is off.
  20. try search = 220;5::5 refine and find the correct one by increment edit. what. you means on your wheel doesnt have those items ?
  21. everything you see here can be search directly : type = Dword memory ranges = Anonymous
  22. congrats. almost like mine..less than 5 results found everytime. to find the correct one you can either : - edit one by one. - increment edit as @sammax71 suggested. or now that you had found it you can try group search like this : = 150;500000::5
  23. i dont think thats the main issue. i tried it that way too and it still gave me results. and his game is 32bit but i think single value search will not be a problem either. especially a value as high as 500k.
  24. no video? had you tried to search in Other region?
×
×
  • 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.