Jump to content

Crystal_Mods100x

Ascended
  • Posts

    300
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by Crystal_Mods100x

  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. 11 hours ago, ShadyJN said:

    A password makes it so you can market your script, you can make people pay to use it because they need a "key" (the password) in order to make if function. 

    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. 1 hour ago, Lover1500 said:

    I go to that offset and edit mov r0, #1. but i dont get speed boost.

     

    And your original is also not the same as mine. hmm

    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 

  4. 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 

  5. --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 

  6. 28 minutes ago, EatAlterWalter said:

    Sorry, I may have said this wrong way

    Basically like bullet spread, it is hard to explain but for mini gun it is 0.15 the spread of the shots, and if I edit to 0 then it shoots directly, so it doesn't spread everywhere, and rifle doesn't have a spread, but it is 0 since it directly shoots, I want to make it so the shot does spread, so then if it spreads it is more likely to shoot at the player

    Sorry, I would prefer to keep the game secret

    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?

  7. 6 minutes ago, rand1337 said:

    Thank you, that's the answer I was looking for. ☺️

    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!

     

  8. 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 🙂 

  9. 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!


     

  10. [1.0]PVP SHOOTING.lua


    Hi guys today i made a new script for a game called pvp shooting. its a pretty cool game but not that good good! 

    Script password: 3039

    Features:
    Anti shake >> Better aim and stables your aim as welll

    Anti shake on >> Turns on the shake value back again.

    Both require you to have 30 ammo then it will tell you to change it to 20 while counting to 10 seconds.

    i also added an ammo editor. so you can enjoy the infinite ammo 😄

    ill be back with more hacks on this game...soon 

    the next game im modding will be a cool game! 😃 

    thanks and enjoy!


     

  11. [1.0] Crystal Exec Runtime.lua


    Hi guys its crystal mods! 

    Tired of rewriting code especially offset code multiple times?

    well this script can only do it multiple times in ONE FUNCTION!

    Warning: the long function Runtime() must be declared above all of your functions so you can access it when u need it

    How to use it:

    1.Paste the offset code function above all your hack functions

    2. when you want to use it simply call the function then enter the following information 

    example use: Runtime(32,100,gg.TYPE_DWORD,0x91,gg.TYPE_FLOAT,0.01)  {search 100 in A  also DWORD, sleeps 10 seconds for a value change then prompts to enter the new value, refines the value then starts adding the offset you entered, selects the flags you would like to edit it into then edit it!}

    this will search your value in whatever range, and data type, then it will give you 10 seconds to change the value, you do so then it will get one results after refining your input. it will do the offset method as normal until you get your desired want 🙂 

    Next features:

    Check if lib file is present

    Add Down offset + faster execution

    Self Encode v1.0 (to prevent modifcation) (if you want unwanted calls simply rename the function)

    Please use credits if ever reposting after modifying ^^

    please comment your thoughts on this script thanks 


     

  12. This game has very strong anti cheat detection because if you try to change something or do anything at all

    i get a warning saying the match has not been counted because it has been modifyed with 3rd party software. 

    remember not all games can be modifyed by game guardian

    also if you want the hack then you must follow the tutorial youtube video you must do everything exactly what the user does to get the automatic pop values.

    private message me the youtube video and ill explain you the whole thing 😃 

×
×
  • 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.