Jump to content

How to create a cool / strong game guardian script


Crystal_Mods100x
 Share

Recommended Posts

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!

Link to comment
Share on other sites

On 4/10/2021 at 2:45 PM, Crystal_Mods100x said:

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!

Do you know how to make the script only run in the game?

Example, a freefire script, if I want to open my script works normal
But I open CoDm and I want to run the script, I get an error

Link to comment
Share on other sites

17 minutes ago, acl12 said:

Do you know how to make the script only run in the game?

Example, a freefire script, if I want to open my script works normal
But I open CoDm and I want to run the script, I get an error

open the script in a code editor and add a comma at weapon fire rate option then save it

it should work now

Link to comment
Share on other sites

6 minutes ago, Crystal_Mods100x said:

open the script in a code editor and add a comma at weapon fire rate option then save it

it should work now

They did not tell me that they send me an error, they told me that if you can teach me how to write a script, that it runs in a game through permissions, that it only runs while we have selected the game to hack, and if you select another game, the script Ty

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

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