-
Posts
300 -
Joined
-
Last visited
-
Days Won
1
Content Type
Profiles
Forums
Downloads
Gallery
Everything posted by Crystal_Mods100x
-
is there a youtube video on how to do this other hack?
-
No. send the youtube video link on how to hack sheep puzzle and tell you how to do it
-
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
-
How do i make lua open files and make own enc
Crystal_Mods100x replied to Crystal_Mods100x's question in Help
i ment by just the way you decompile stuff most users who steal stuff and do not leave credits you get them back and write a message to them -
How do i make lua open files and make own enc
Crystal_Mods100x replied to Crystal_Mods100x's question in Help
Nice, the worst decryption im fearing is TopGEO's decryption or pc decryption but all now im good i was cleaning in es file explorer when i accidentally deleted my scripts so i have to recode one -
How do i make lua open files and make own enc
Crystal_Mods100x replied to Crystal_Mods100x's question in Help
Yeah its strong against ss tool and unluac but i never tried LuaJ tools or other decompilers on it -
How do i make lua open files and make own enc
Crystal_Mods100x replied to Crystal_Mods100x's question in Help
problem is solved already but thx -
Thanks man, aw that was the error i forgot the commas! oof. welp gg
-
You can search for values and place them in there or use record script again @MonkeySAN lol i thought he was talking about something else sorry bro
-
this is a menu thats the code what i pasted the menu is gg.choice which is the buttons the texts in gg.choice are the button texts for the buttons its a table containing multiple texts which gg handles them as buttons example: menu = gg.choice({"item one","item two"}) these are 2 diffrent buttons and we add event listeners to them to check if button is clicked if menu ==1 (if car name 1 is clicked) then CN1() --this is a function which is declared first above the menu end so it looks like you wanted game guardian to search the number 2.50 and edit it to 50 ? is that it? also what data type are you modifying this in? are you searching one value or multiple values? how many results are you getting from this value? Yes you can copy this script and paste it into the recorded script
-
1. You can edit recorded scripts after you record the script the script should be in your downloads or the directory you picked 2. to make a menu you do this --main code function CN1() --code here end function CN2() --code here end function CN3() --code here end function CN4() --code here end menu = gg.choice({ "car name 1" "car name 2" "car name 3" "car name 4" "exit" },nil,"car menu") if menu == 1 then CN1() end if menu == 2 then CN2() end if menu == 3 then CN3() end if menu == 4 then CN4() end if menu == 5 then os.exit() end if menu == nil then end 3. please explain more on the acceleration time?
-
How do i make lua open files and make own enc
Crystal_Mods100x replied to Crystal_Mods100x's question in Help
Thank you so much for helping me! -
How do i make lua open files and make own enc
Crystal_Mods100x replied to Crystal_Mods100x's question in Help
ok but how do i get my own compiler? many compilers are hard encrypted that none of my dec tools and budge luar also (no skid or theif intended) -
try this. one for size --main code --Version: 1.0 --description: toxic executor v1.0 local gg = gg local cmds = {"cmd 1","cmd 2"} --checks the item[1] which is a table and if its true then it will print hack on then sets item to nil then do main() which is back then stop function checkAnswer(item) if item[1] == cmd[1] then print("hack on") item = nil main() end if item[1] == cmd[2] then print("hack off") item = nil main() end end --executor runs a function which passes itself into another function which gets accessed function main() su = gg.prompt({"ENTER A CMD"}, {[1] = '0'}, {[1] = 'text'}) checkAnswer(su) end --executor booter st = gg.choice({"Launch Executor", "exit"}) if st == 1 then main() end if st == 2 then os.exit() end
-
How do i make lua open files and make own enc
Crystal_Mods100x replied to Crystal_Mods100x's question in Help
i searched throughout the whole api. no luck -
Hi. im wanting to know how to make gg open files and write to them and how do i make my own script encryption tool?
-
How to create a cool / strong game guardian script
Crystal_Mods100x replied to Crystal_Mods100x's topic in Guides
i didn't say anything about gg telling you i said open the script in a code editor and put a comma at weapon fire rate No. im not teaching you neither i gave you the fix -
How to create a cool / strong game guardian script
Crystal_Mods100x replied to Crystal_Mods100x's topic in Guides
open the script in a code editor and add a comma at weapon fire rate option then save it it should work now -
How to create a cool / strong game guardian script
Crystal_Mods100x replied to Crystal_Mods100x's topic in Guides
you are correct it can be cracked. but thats why the multi password is there also yes i messed up weapon fire rate is the only thing that needs a comma -
How to create a cool / strong game guardian script
Crystal_Mods100x replied to Crystal_Mods100x's topic in Guides
im not adding anything else and the thing i am missing is just the emojis. im not doing that because i think they should be able to know where to put them -
Hey guys long time i haven't posted a guide in a long time but here it is! today ill teach you how to create a game guardian script with multiple protections and make it look awesome! we are going to add in the script: *A password (could be cracked with a password cracker so multi passwords could be usefull instead) *Rename blocker (this was made by: @TopGEOYT) this gets the file so we can check if they changed the file name! *Encryption Tool (use any encryption tool you would like but i reccomend you not use the simple XOR Encrypt program) *Adding Emojis (this makes it more awesome and gives it some art! we don't want it to look boring) You may add more to it im not stopping ya --main script --Version: 1.0 --Coder: yourCoderName --Game: Gangstar City --Description: Gangster City script, contains fire rate, unlimited ammo, super jump and more hack options :) script_file_name = gg.getFile():match('^/]+$') file_name = "main.lua" if script_file_name == file_name then gg.alert("Verifcation: Passed") else gg.alert("Verication: Failed") os.exit() end ------------------------------------- function LAUNCH() menu = gg.choice({ "Super Jump v1.0", "Aimbot", "Weapon Fire rate" "Exit" },nil,"put any text here") if menu == 1 then end if menu == 2 then end if menu == 3 then end if menu == 4 then end end myPassword = "2021" input = gg.prompt({"ENTER PASSWORD"}, {[1] = '0'}, {[1] = 'number'}) if input[1] == nil or not myPassword then gg.alert("Wrong Password") os.exit() else LAUNCH() end first this will check the file then prompt the user to the password then the menu starts! All ya need is your values and then your encryption tool then your emojis then your finished! if you have any questions reply down below and ill be there soon!
-
well there ya go! i see ya used increment too to pin point the value. awesome job!
-
Did u try the value is encrypted? did u also tried turning them into negitive values? things you can do: crack in game cash, crack the total of coins you get after each run crack in game xp and set the xp value to 999999999 (not too much or it will crash) and freeze the value? maybe you will be stuck in a loop for this option. (don't try it) sorry if my options are poor set the range to anon and try turning them into negitive the price so when you touch the button it gives instead of you giving
-
Probably a memory editor detection system. stick with the working versions you have i guess yeah since the new android 11 update gg just went: Nope. i think Enyby will update gg more to support newer versions of android glad your problem is solved tho
-
1.Again. Whats the game your cracking? (i can't help you unless i know the game and what kind of value your editing) 2. and i still don't get what your saying by you have to edit a specific value what are you even cracking is it coins?, gems?, ammo? and why are you using goto? if i know what type of item you are cracking ill understand why your using goto idk what certain value your talking about are you using the number you searched to edit another number in goto? all you said was there are some values i cannot. but there are some games which a certain specific value has to be edited //what value are you talking about this doesn't sound like an encrypted value because encrypted values change back to normal. if your editing an encrypted number just edit it to a large number just to check if it changes back if it does edit it to a large number then freeze it. this is your question: If I have searched for an encrypted values and found it how should I know which value to modify if I press go to if you searched for an encrypted number you should edit the encrypted number but why are you using goto? if your using goto then your editing other numbers from the objects values you searched. when using goto on a value your getting the other values thats surrounded by that you don't know whats the value yet untill you edit the numbers and try them you might get what your looking for Example say your hacking gun fire rate so im pretty sure if you search and goto ammo you will find other information of the weapon like recoil. aimlock and more Known values are: 0.5, 0.4, 0.6 or closer to that