Jump to content

Crystal_Mods100x

Ascended
  • Posts

    300
  • Joined

  • Last visited

  • Days Won

    1

Crystal_Mods100x last won the day on June 16 2021

Crystal_Mods100x had the most liked content!

Additional Information

  • Android
    9.x (Pie)
  • Device
    LG G tab (android 9)
  • Service provider
    Other

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Crystal_Mods100x's Achievements

Rising Star

Rising Star (9/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Collaborator Rare

Recent Badges

69

Reputation

  1. freezing won't work. i have come across values like these. and you can't edit them because its probably a const variable. and const variables cannot be reassigned but if its a variable that changes but you can't manually edit it with game guardian that looks like anti cheat then theres other ways to change the value then direct editing but what value is it? is it health? speed? damage?
  2. i mean they could decrypt the script without paying so whats the point with a password? unless the user has good decryption skills then they don't have to pay
  3. lol. i hope this works when i make a mod menu for the game cause i hope i didn't dump the game for nothing Thanks for the help tho
  4. Hi lover. can you explain what do you put in your original? and the length? because the first row in the hex editor i copied and put it in the original
  5. Hi guys today i want to talk about zombie cubes 2 uh first of all when i tried to hex patch boolean with original and replaced it didnt work Game: Zombie Cubes 2 steps i went through 1: dumped lib file 2: opened lib file with hex editor and copied the first 8 bytes for original 3: set my value for replaced to "return true" or true 4: i put offset of the boolean and it still didn't work boolean offset for zombie cubes: 0x76A62C what i did was --Lib folder: Zombie Cubes 2_1.1.apk/lib/armeabi-v7a/ name("libil2cpp.so") myoffset=0x76A62C original("7F 45 4C 01 01 01 00 00 00 00 00 00 00 00 00") replaced("01 00 A0 E3 1E FF 2F E1") gg.toast("Speed Boost: Active") didn't activate after that the script did run but didn't activate i used to get this invalid pattern error but not anymore the problem is the speed boost would not trigger
  6. This script has a function which takes values from a table and searches them and it uses offset handling too thats what this script does
  7. Please resend the file so i can see whats the problem =(
  8. --Make a variable for user input local password = gg.prompt({"Enter Password"},{[1] = '0'},{[1] = 'text'}) if password[1] == "1028371" then gg.alert("Correct Password") else gg.alert("Incorrect Password") end Here is the code if you still want it. lol i don't use passwords anymore but as soon as they decrypt or know your password length then thats basically it but How can lua interfere with game guardian prompt boxes? thats weird the only way it can is by setting the password variable to a random item in a list but how could they know what name of that prompt box variable (probably logging) unless if its encrypted
  9. the game is simple sandbox 1 or simple sandbox 2 lmao you can't keep game secret unless people play it too. this game is an UGH to cheat on it has anti cheat but modders can bypass it. when i modify ammo it says cheater and kicks me out but back to the game can't you just search value then switch guns? diffrent guns diffrent spread correct?
  10. lol the script is patched anyway so i guess u can't take values from lucky day anymore.
  11. You are welcome, also Yes! you could learn C++ and Java so you could learn modding with lgl (template isn't for newbies) Learn java. then C++ then you should sign up on the polar mods forums after you are done with both. just learn the basics then you could learn the hooking, hex patching API Library they have Have a nice Day!
  12. He is talking about instance variables from a dump.cs class Example: //Example Simulation //Every field has an offset beside it, these are example offsets public class Enemy { //Fields public float health; //0x12 public boolean isDead; //0x23 public double loot_drop_chance; //0x29 public boolean isBoss; //0x10 public float dmg; //0x11 //Next would be methods and other stuff but the starting variables are what he wants to be modded } You cannot Hook instance variables from a dumped lib file with lua. you may only use C++ using a function pointer
  13. View File Gangster City Script! Another day. Another script! i have released Gangster City 6.0 Credits to: @CmP , @XxhentaixX, @YeetMeister For all helping me with errors and stuff with my script and Credits to @HEROGAMEOfficial for his awesome date encryption script Features: Gun Menu that includes: Aimbot (not real aimbot but increases the aim assist value's strength), Fire rate (for all guns), Destroy Game (a Debug mode Warning: MAY CRASH) Special Cheats menu: Lib base aimlock 1, lib base aimlock 2, lib base aimlock 3, lib base aimlock 4. lib base Wall aimlock (aim at enemy even through walls!); Warning: Turning on all lib base cheats will result in an immediate crash LOL, distorted aim, or a game freeze. remember this is only increasing strength of the aim cursor when you touch the enemy with it but not physically pointing toward enemy yet. Player menu is empty for now because nothing is inside there The faster you comment the errors the faster it will be debugged so im not gonna be active for one week that lets the comments settle in Warning: This script expires: December 30th 2022 so on christmas this year (2021) ill make it open source until the new years Script Config: IsEncrypted: True hasPassword: False check package: true (com.gangstar.crime.fps > Gangster City) has Expire code: True (dec 30th 2022) if you repost this script please provide credits this took days and weeks thats all i ask! thanks and enjoy! Submitter Crystal_Mods100x Submitted 06/29/2021 Category LUA scripts  
  14. Version 6.0

    1,672 downloads

    Another day. Another script! i have released Gangster City 6.0 Credits to: @CmP , @XxhentaixX, @YeetMeister For all helping me with errors and stuff with my script and Credits to @HEROGAMEOfficial for his awesome date encryption script Features: Gun Menu that includes: Aimbot (not real aimbot but increases the aim assist value's strength), Fire rate (for all guns), Destroy Game (a Debug mode Warning: MAY CRASH) Special Cheats menu: Lib base aimlock 1, lib base aimlock 2, lib base aimlock 3, lib base aimlock 4. lib base Wall aimlock (aim at enemy even through walls!); Warning: Turning on all lib base cheats will result in an immediate crash LOL, distorted aim, or a game freeze. remember this is only increasing strength of the aim cursor when you touch the enemy with it but not physically pointing toward enemy yet. Player menu is empty for now because nothing is inside there The faster you comment the errors the faster it will be debugged so im not gonna be active for one week that lets the comments settle in Warning: This script expires: December 30th 2022 so on christmas this year (2021) ill make it open source until the new years Script Config: IsEncrypted: True hasPassword: False check package: true (com.gangstar.crime.fps > Gangster City) has Expire code: True (dec 30th 2022) if you repost this script please provide credits this took days and weeks thats all i ask! thanks and enjoy!
×
×
  • 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.