Jump to content

Cyber ml

Showing all content.

Content Types


This stream auto-updates

  1. Today
  2. I used this in PUBG but it crashed I am rooted tho
  3. Hey everyone, I’m trying to put together a GameGuardian .lua script that can reveal the full 52-card deck and all hole cards in a well-known mobile poker app (you probably know which one I mean — private tables, club-based, etc.). I already have: Rooted LDPlayer 9 GameGuardian fully working Target game installed and running Some partial success locating blocks of 1–52 values What I’m looking for: A script that can identify the correct memory region each hand Read 52 card values (Dword or Byte) and convert them to readable cards Display the full deck + your hole cards (and if possible, opponent cards) before the flop I’m not asking for anything paid — just wondering if anyone out there has built something like this or is interested in helping me finish it. I’ll do testing and help debug it if needed. DM me or reply if you’re interested in collaborating. Would love to finish this project.
  4. I did.... Pressed 'Delete' tab, then update and saved the script. But after running the script, problem remain same.... Enemy killing me with 1 single shot. Can you please add one more frash lua script for Shadowgun Legend including aimbot/accuracy and multi-damage, apart from this existing script? Thnx and regards...
  5. so l cant get it in this moment but l have to wait?
  6. Any updated codes for the Building/Decorations??????
  7. Yesterday
  8. (001), I have restarted many times
  9. Hi, does anyone here know how to get unbanned? I've deleted my data but I'm still banned.
  10. Me,with encrypted value(Dword)
  11. Does anyone have the code for the "10th Anniversary" and "Blue and Beta" decorations? Is there a list of all the structures' code somewhere I can refer to?
  12. when you start script, there is an alert that says a file with the saved offsets was found, and asks you if you want to use those offsets or delete the file... you can delete the file by selecting that option.
  13. You don't give me orders.
  14. Just bring all files back ... I aren't asking or demanding for it !? I am Commanding you for it !! Else i will take Action of You ! If you believe I can't do anything to moderation... Then enjoy it after some time.. think Fun Would be Over After this.
  15. @MC874Thank you! This technique works for any game or app - all it needs to do is take the hex from the lib file and generate an array of bytes by reading the opcodes (nothing il2cpp-specific). It does this with python's keystone and capstone modules. As it is for Gameguardian, it only works for ARM and ARM64 (Android's architectures). However, it could be made to work with other architectures: ` def make_ks(architecture: str) -> keystone.Ks: """ Only do this once, because it is expensive. """ if architecture == "32bit": return keystone.Ks(keystone.KS_ARCH_ARM, keystone.KS_MODE_ARM) elif architecture == "64bit": return keystone.Ks(keystone.KS_ARCH_ARM64, keystone.KS_MODE_LITTLE_ENDIAN) else: raise ValueError(f"Unrecognized architecture: {architecture}. Only '32bit' and '64bit' are valid strings") def make_cs(architecture: str) -> capstone.Cs: """ Only do this once, because it is expensive. """ if architecture == "32bit": return capstone.Cs(capstone.CS_ARCH_ARM, capstone.CS_MODE_ARM) elif architecture == "64bit": return capstone.Cs(capstone.CS_ARCH_ARM64, capstone.CS_MODE_LITTLE_ENDIAN) else: raise ValueError(f"Unrecognized architecture: {architecture}. Only '32bit' and '64bit' are valid strings") Keystone and Capstone support a wide range of architectures, so simply editing these functions would extend the tool to work for others. However, as I said Android only has ARM and ARM64, so I don't see why this would be necessary.
  16. Bro, i followed exactly what you told.... Anyway, can you provide the path where the script is saving offset? May be i can delete the previous saved one and run the script again so that it can find, auto-update and save frashely.... Thnx
  17. There we some codes released on Drex (Statue) and Spinos Rebirth in game
  18. Like how monkey-san said change the values of it to 6 after setting 48 in offset, then when it is released officially u will get its maxed version (Basically, that day it was released only for 30 minutes or so and removed, but it will mostly release in upcoming week) I did get to see it's CD and other stuff that day
  19. sooooo.. how to get it
  20. I just tested the script. enemy did not attack and I had higher damage. everything is working correctly. again, just follow the initial instructions so script will save the correct offsets.
  21. Hi @HorridModz, this is impressive. Does this work outside IL2CPP? Also with x86 / x64 architecture? (Not Arm)
  22. Last week
  23. I did bro.... I deleted the script, downloaded again from the link given by you but the problem is remaining same.... Can you please check whether the script's codes r not been corrupted after you uploaded.... Thnx in advane.... It'll b very helpfull if you kindly re-upload a fresh script of Shadowgun Legend with menu for both aimbots and multi-damage to play poth pvp and pve modes...
  24. Will be released in 6 to 12 days mostly
  25. Nah bro it's yours jurassic gaming
  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.