Jump to content

Cyber ml

Showing all content.

Content Types


This stream auto-updates

  1. Past hour
  2. local searchResults = gg.getResults(10, nil, nil, nil, 1, 100, gg.TYPE_FLOAT) if searchResults.name == "posX" then for i, v in ipairs(searchResults) do searchResults[i].freeze = true searchResults[i].name = 'posX' end end if searchResults.name == "posY" then for i, v in ipairs(searchResults) do searchResults[i].freeze = true searchResults[i].name = 'posY' end end if searchResults.name == "posZ" then for i, v in ipairs(searchResults) do searchResults[i].freeze = true searchResults[i].name = 'posZ' end end gg.addListItems(searchResults) gg.clearResults() what are you trying to do here?
  3. Today
  4. hello, im still new at scripting, i tried something and it works but i need simplifier scripting, heres some part of my code local posX = gg.getListItems() local posY = gg.getListItems() local posZ = gg.getListItems() for i, v in ipairs(posX) do if v.name == 'posX' and v.flags == gg.TYPE_FLOAT then v.value = 100 end end for i, v in ipairs(posZ) do if v.name == 'posZ' and v.flags == gg.TYPE_FLOAT then v.value = 1 end end for i, v in ipairs(posY) do if v.name == 'posY' and v.flags == gg.TYPE_FLOAT then v.value = 50 end end gg.setValues(posX) gg.setValues(posZ) gg.setValues(posY) gg.addListItems(posX) gg.addListItems(posZ) gg.addListItems(posY) local searchResults = gg.getResults(10, nil, nil, nil, 1, 100, gg.TYPE_FLOAT) if searchResults.name == "posX" then for i, v in ipairs(searchResults) do searchResults[i].freeze = true searchResults[i].name = 'posX' end end if searchResults.name == "posY" then for i, v in ipairs(searchResults) do searchResults[i].freeze = true searchResults[i].name = 'posY' end end if searchResults.name == "posZ" then for i, v in ipairs(searchResults) do searchResults[i].freeze = true searchResults[i].name = 'posZ' end end gg.addListItems(searchResults) gg.clearResults() do i need an arraylist / tablelist and pointer ? for my 3 float value 100;1;50 because i need to input all values more than hundreds, if i still using script code above, it will very long writing
  5. please tell me how to replace the jewelry you need, share the instructions
  6. UPDATE about already found values: Stamina : search for XA;0F;0F,0F;0F;3F;3F::25 where X is the current value. Seems to be consistent. Objectives : search for current objective like 5/10 search 5. So when you put 10 and achieve current goal you will win as it was the 10/10.
  7. Hi. I'm just starting out. I have a question. How does it work? I ran the app in root, ran gg, loaded the script and the interface looks the same
  8. Hello, I managed to cheat to change simple "money" amount, but I still don't get how the reputation is working in both game. Not float or any other kind of value directly stored. Perhaps encrypted ? If anyone has information about that. Thanks.
  9. Who can share a working script for GameGuardian for boosting dragon crystals and auto-farming crypt in Mortal Kombat Mobile? I'm interested in the current version of the script for 6.2.0 I'd be very grateful for your help! Thanks in advance!
  10. Android Mod APK requested Mega Mod Unlimited resources (energy, gems, coins, notebooks, animal food, fertilizer, water Max attribute level Max friendship level Max XP level Max Magizoology level
  11. Hello! Who knows what's up with gold coins, how to change them today. Now you change the value, but after a level the old value returns, and I have -10 million accumulated over 8 years of play. I already did it, everything works. I have a problem with coins
  12. Yesterday
  13. Name of Game: Ninja World War 2 Play Store Link (If it's a paid app, the apk): https://play.google.com/store/apps/details?id=com.nww.gp.apk What cheat? Character health, stamina, gold...: damage, coins, diamond or else. Have you tried cheating this game? What happened?: nope Comments: just need scripts for cheat
  14. Hello, indeed it does not work anymore. I tried to understand the way it works but not really clear. Searching for neg qdword it not very intuitive so... It still strange simple phone games are so hard to hack compared to computer games... I mean reputation seems to be an encrypted value like on after Inc. Seriously... WTF... Why do they bother doing that for one value and not the others? Anyway in case someone read that you can still win easily with the money editing and you can even make the areas friendly. Just search for dword population (hood and bad not total).
  15. Interesting. I didn't bother trying because I couldn't find a way to reduce the bought quantity to 0 (so I could buy even with no Bravery Manifest points) and trying to get more points by buying negative amounts caused an instant crash. What device or emulator are you using?
  16. Hey. did anyone found a working Script?
  17. I needed some help with Gossip Harbor, specifically with Marge and Story. I managed to modify the energy and some of the time-based events. But I haven't been able to modify the diamonds. I can even find the diamond value using Dword, but as soon as I change it, it instantly reverts back to the original value. I thought it was impossible, but I know a guy who can modify almost everything. I contacted him, but he refuses to share how he does it because he sells those items on Facebook at a more affordable price for players.
  18. Please update
  19. Hmm
  20. Now I understand why I had that problem in the first place. I've also tried what you've shown in this video in CSR Classics. It works there like a charm and makes it possible to obtain loads of cash and gold as soon as you win the first race (Rookie/Beginner Regulation race).
  21. Can someone tell me if this is server sided? I can't really figure out how to find the gold value.
  22. CmP

    SpeedSet Alternatively

    Not very clear description, see yourself whether the following does what you want: local function setSpeedForSeconds(speed, seconds) gg.setSpeed(speed) gg.sleep(seconds * 1000) end while true do setSpeedForSeconds(1, 15) setSpeedForSeconds(5, 360) end
  23. Last week
  24. https://play.google.com/store/apps/details?id=com.StonehollowWorkshop.Eterspire&hl=en
  25. i dot know what server it is
  26. Search On Google.. idk
  27. is possible to join discord?
  28. I'm late to the party, and am guessing none of this is possible in the current version (v99)
  1. Load more activity
×
×
  • 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.