This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--// Settings | |
local HEAD_SIZE = 10 | |
local HEAD_COLOR = BrickColor.new("Red") | |
local HEAD_MATERIAL = Enum.Material.Neon | |
local SCRIPT_NAME = "CHICANO CHEAT" | |
local LOADER_TEXT = "CHICANO CHEAT LOADING..." | |
local TITLE_DURATION = 2 | |
local ACCESS_KEY = "CHICANO ON TOP" | |
local ESP_LABEL_NAME = "_CHICANO_ESP_LABEL" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--// Settings | |
local HEAD_SIZE = 10 | |
local HEAD_COLOR = BrickColor.new("Red") | |
local HEAD_MATERIAL = Enum.Material.Neon | |
local SCRIPT_NAME = "CHICANO CHEAT" | |
local LOADER_TEXT = "CHICANO CHEAT LOADING..." | |
local TITLE_DURATION = 2 | |
local ACCESS_KEY = "CHICANO ON TOP" | |
local ESP_LABEL_NAME = "_CHICANO_ESP_LABEL" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--// Settings | |
local HEAD_SIZE = 10 | |
local HEAD_COLOR = BrickColor.new("Red") | |
local HEAD_MATERIAL = Enum.Material.Neon | |
local SCRIPT_NAME = "CHICANO CHEAT" | |
local LOADER_TEXT = "CHICANO CHEAT LOADING..." | |
local TITLE_DURATION = 2 | |
local ACCESS_KEY = "CHICANO ON TOP" | |
local ESP_LABEL_NAME = "_CHICANO_ESP_LABEL" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--// Settings | |
local HEAD_SIZE = 10 | |
local HEAD_COLOR = BrickColor.new("Red") | |
local HEAD_MATERIAL = Enum.Material.Neon | |
local SCRIPT_NAME = "CHICANO CHEAT" | |
local LOADER_TEXT = "CHICANO CHEAT LOADING..." | |
local TITLE_DURATION = 2 | |
local ACCESS_KEY = "CHICANO ON TOP" | |
local ESP_LABEL_NAME = "_CHICANO_ESP_LABEL" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--// Settings | |
local HEAD_SIZE = 10 | |
local HEAD_COLOR = BrickColor.new("Red") | |
local HEAD_MATERIAL = Enum.Material.Neon | |
local SCRIPT_NAME = "CHICANO CHEAT" | |
local SCRIPT_BANNER = "CHICANO ON TOP!" | |
local TITLE_TEXT = ">> CHICANO HEAD CHANGER Loaded <<" | |
local TITLE_DURATION = 3 | |
local ACCESS_KEY = "CHICANO ON TOP" | |
local ESP_LABEL_NAME = "_CHICANO_ESP_LABEL" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--// Settings | |
local HEAD_SIZE = 10 | |
local HEAD_COLOR = BrickColor.new("Red") | |
local HEAD_MATERIAL = Enum.Material.Neon | |
local SCRIPT_NAME = "CHICANO HEAD CHANGER" | |
local SCRIPT_BANNER = "CHICANO ON TOP!" | |
local TITLE_TEXT = ">> " .. SCRIPT_NAME .. " Loaded <<" | |
local TITLE_DURATION = 3 | |
local ACCESS_KEY = "CHICANO ON TOP" | |
local ESP_LABEL_NAME = "_CHICANO_ESP_LABEL" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--// Settings | |
local HEAD_SIZE = 10 | |
local HEAD_COLOR = BrickColor.new("Red") | |
local HEAD_MATERIAL = Enum.Material.Neon | |
local SCRIPT_NAME = "CHICANO HEAD CHANGER" | |
local SCRIPT_BANNER = "CHICANO ON TOP!" | |
local TITLE_TEXT = ">> " .. SCRIPT_NAME .. " Loaded <<" | |
local TITLE_DURATION = 3 | |
local ACCESS_KEY = "CHICANO ON TOP" | |
local ESP_LABEL_NAME = "_CHICANO_ESP_LABEL" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--// Settings | |
local HEAD_SIZE = 10 | |
local HEAD_COLOR = BrickColor.new("Red") | |
local HEAD_MATERIAL = Enum.Material.Neon | |
local SCRIPT_NAME = "CHICANO HEAD CHANGER" | |
local SCRIPT_BANNER = "CHICANO ON TOP!" | |
local TITLE_TEXT = ">> " .. SCRIPT_NAME .. " Loaded <<" | |
local TITLE_DURATION = 3 | |
local ACCESS_KEY = "CHICANO ON TOP" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--// Settings | |
local HEAD_SIZE = 10 | |
local HEAD_COLOR = BrickColor.new("Red") | |
local HEAD_MATERIAL = Enum.Material.Neon | |
local SCRIPT_NAME = "CHICANO HEAD CHANGER" | |
local SCRIPT_BANNER = "CHICANO ON TOP!" | |
local TITLE_TEXT = ">> " .. SCRIPT_NAME .. " Loaded <<" | |
local TITLE_DURATION = 3 | |
local ACCESS_KEY = "CHICANO ON TOP" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- Xia GUI: Button to reveal extremely large and clear sky image for all players | |
local ReplicatedStorage = game:GetService("ReplicatedStorage") | |
local Players = game:GetService("Players") | |
local LocalPlayer = Players.LocalPlayer | |
-- RemoteEvent setup | |
local remoteName = "ShowImageInSky" | |
local showImageEvent = ReplicatedStorage:FindFirstChild(remoteName) | |
if not showImageEvent then |
NewerOlder