Jump to content

MonkeySAN

Contributor
  • Posts

    1,903
  • Joined

  • Last visited

  • Days Won

    130

Everything posted by MonkeySAN

  1. my apologies..its my bad. nothing strange happen here. its just for 64bit i chose the wrong "go to pointer" i mistakenly select the 2nd one instead the 1st one.
  2. i tried the value with 32bit game..its easily found. 64bit no luck. maybe thats the reason value not found?
  3. bad gateway as usual. matter hasnt been resolved yet. @Sysadmin please take note.
  4. its not just you. pretty much everyone got that bad gateway problem. @Sysadmin please take note.
  5. yup. all Dword in Anonymous.
  6. well thank you.. but no thank you. i will never ever use Telegram again. got hacked in Telegram before. almost ruined my entire life.
  7. 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.
  8. again they spamming it.
  9. what Vault?
  10. 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.
  11. select both the offset value and value below it. edit = 706,675,680;-698,416,192
  12. 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.
  13. i think it can. as long as developer already put/released the data in the game even if the dino is not released yet.
  14. 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.
  15. you meant you want the gg.prompt to remember the last/recent number input?
  16. MonkeySAN

    Coromon

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

    Coromon

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

    Coromon

    you meant by this?
  19. 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.
  20. Culinary Season still working for armv8 - search dword in Xa range 092140B9r;081540FDr::4929 - Edit 29008052r;E803679Er
  21. 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.
  22. 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.
  23. the game is server sided? cannot play at all after internet is off.
  24. try search = 220;5::5 refine and find the correct one by increment edit. what. you means on your wheel doesnt have those items ?
×
×
  • 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.