Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. I am really sorry to bug you again lol, but even when I only have one result of "6", with the script I get only get one hit for the -1. But if I manually long press on the "6" and do a "search nearby" with "after distance 500", I get two hits of -1. EDIT: I fixed it by removing the: "local allResults = {}" But now I get an error that says: 'table.insert(allResults, addr) -- Collect each valid result' bad argument #1 to 'table.insert' (nil: table expected, got nil) (field 'ínsert') But it's no big deal. I can just close the error and everything works fine. But can you help me add the final results to the saved list?
  3. Today
  4. Thank you thank thank every so much bro. You are awesome! Have a great day
  5. gg.searchNumber("0.10000000149;2.5;6.0::9", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1, 0) gg.refineNumber("6", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1, 0) -- Get up to 10 results just in case local results = gg.getResults(10) local offset = 0x500 local allResults = {} -- Loop through each address from results for _, v in ipairs(results) do local baseAddress = v.address gg.clearResults() gg.searchNumber("-1", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, baseAddress, baseAddress + offset, 0) -- Get all found results for this address range local found = gg.getResults(10) for _, addr in ipairs(found) do table.insert(allResults, addr) -- Collect each valid result end end -- Load all results found for target value if #allResults > 0 then gg.loadResults(allResults) end
  6. Sorry to bother you again. Just one last question. If I had 2 results of that refined "6", how can I write the script to perform the same nearby search for both of them? Thanks again.
  7. Genius man!! That's exactly what I needed. Can't thank you enough.
  8. im not an expert but try this and see if it work for you gg.searchNumber("0.10000000149;2.5;6.0::9", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1, 0) gg.refineNumber("6", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1, 0) local results = gg.getResults(1) local baseAddress = results[1].address local offset = 0x500 gg.clearResults() gg.searchNumber("-1", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, baseAddress, baseAddress + offset, 0)
  9. Yesterday
  10. Update pls if u can im on bluestacks
  11. Thanks for the response. Sorry It's kind of a long story and confusing lol. But let me try to better clarify my question. It's pretty specific and straight forward. When I get my refined result from my group search, which is that number "6", I long press on it, and select "search nearby" and I search for -1 Dword with "After distance" of 500. The problem is, the address (as shown in the attached screenshot) is always different when I restart the game. Is there a way to write something in the script to perform this "long press/search nearby" without knowing what that address will be? That's all I need to know.
  12. Thanks for answering !! Any chance these help me with zenkai or z power or chrome crystals ? Chrono*** crystals
  13. Thank you for your efforts on putting this working huge script. Just a small query / suggestions for Mob Control. Is it possible to add No Cool Down Timer option for direct attacks from Champion League? so we can attack other players without waiting for timer to expire. Not sure if this is client sided. Thanks in advance!
  14. I need a lua script for making all in app purchases for free, many accounts from this game seems to be hacking.. but this game community seems to be shut their mouth from cheating
  15. Yeah unfortunately it's so weird and unreliable. I tried various group searches and backwards pointer searches. It works 4 or 5 times in a row when I restart the game, but then sadly it stops working
  16. View File Script For Goddess of Victory: Nikke A Simple Script To Open Game's Dev Options Such Like "Cheat Menu" and "Teleport" I'm Newbie on This Site , If Game Updated, Contact me via Telegram @kiwi22762 Submitter Kiwii46346 Submitted 05/18/2025 Category LUA scripts  
  17. chromebooks are android system apk and I cant find apk for Nox
  18. If you are using the smapi version of the game it might not work try using it on the original SV game. Also if the script raise an error when executing it this means that the script has an error code itself, try downloading it again, I try it and it works fine for me.
  19. Some skins need 150,000 scores to unlock, but finding the values won't edit the score, am I doing something wrong?
  20. I've tried it several times, but it doesn't work for shotguns. It works for every other type of gun. As for the PvP locator, it simply returns 'nil'.
  21. But if you did a nearby search of 500 you should be able to find another group search that is better and more static.
  22. Version 1.0.2

    85 downloads

    Feature: God mod , Weak Enemy, All map Teleport, OneShootKill (All Feature Not Works IN PVP MOD) Other Feature In Development.. Never!!! Sharing This In ALL!!! social media , If You Want Ban ALL That who use this Script , And Don't Sell this !!!! Don't Play ALL PVP mod Using This!!!! Don't Push Rank , Because It's tencent Game I'm Newbie on This Site , If Game Updated, Contact me via Telegram @kiwi22762
  23. Last week
  24. follow the alert instructions. that hack needs to be performed very specifically none of these scripts are designed to work on PC... you can try, but it's not guarantee to work
  25. Hello, Wondering if someone can please help me. I have a group search and refined value like this: gg.searchNumber("0.10000000149;2.5;6.0::9", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1, 0) gg.refineNumber("6", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1, 0) local t = gg.getResults(1) gg.addListItems(t) t = nil What I'd like to do is use the result of "6" from above to perform a "NearBy Search" with an "After" distance of 500 for value: -1 DWORD. The problem is the address of the "6" keeps changing when I restart the game. Is there a proper way to code the script so that it does what I need even when the address of the "6" changes? I've searched and played around with it and couldn't figure it out at all. Not even sure if it's doable. That's why I'm asking. Would appreciate any assistance.
  26. Does anyone know if this or anything works for dragon ball legends? Can I use this with NoX player?
  27. Please someone help me hack this game, this game full offline and have many feature like cybercode online. Link : https://play.google.com/store/apps/details?id=com.harpagia
  28. In Sniper 3d Weapon stats boost is not working on shotguns and pvp enemy locator also not working.
  29. Bro I will test it ok I have some good information about game guard if you make the update script open source for learning bro
  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.