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
--[[ | |
.____ ________ ___. _____ __ | |
| | __ _______ \_____ \\_ |___/ ____\_ __ ______ ____ _____ _/ |_ ___________ | |
| | | | \__ \ / | \| __ \ __\ | \/ ___// ___\\__ \\ __\/ _ \_ __ \ | |
| |___| | // __ \_/ | \ \_\ \ | | | /\___ \\ \___ / __ \| | ( <_> ) | \/ | |
|_______ \____/(____ /\_______ /___ /__| |____//____ >\___ >____ /__| \____/|__| | |
\/ \/ \/ \/ \/ \/ \/ | |
\_Welcome to LuaObfuscator.com (Alpha 0.10.8) ~ Much Love, Ferib | |
]]-- |
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
-- Variáveis de configuração para o ESP | |
_G.ShowTeam = true -- Mostrar equipe | |
_G.ShowInventoryCount = true -- Mostrar quantidade de itens no inventário | |
_G.FriendColor = Color3.fromRGB(0, 0, 255) | |
_G.EnemyColor = Color3.fromRGB(255, 0, 0) |
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
--[[ | |
.____ ________ ___. _____ __ | |
| | __ _______ \_____ \\_ |___/ ____\_ __ ______ ____ _____ _/ |_ ___________ | |
| | | | \__ \ / | \| __ \ __\ | \/ ___// ___\\__ \\ __\/ _ \_ __ \ | |
| |___| | // __ \_/ | \ \_\ \ | | | /\___ \\ \___ / __ \| | ( <_> ) | \/ | |
|_______ \____/(____ /\_______ /___ /__| |____//____ >\___ >____ /__| \____/|__| | |
\/ \/ \/ \/ \/ \/ \/ | |
\_Welcome to LuaObfuscator.com (Alpha 0.10.8) ~ Much Love, Ferib | |
]]-- |
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
--[[ | |
.____ ________ ___. _____ __ | |
| | __ _______ \_____ \\_ |___/ ____\_ __ ______ ____ _____ _/ |_ ___________ | |
| | | | \__ \ / | \| __ \ __\ | \/ ___// ___\\__ \\ __\/ _ \_ __ \ | |
| |___| | // __ \_/ | \ \_\ \ | | | /\___ \\ \___ / __ \| | ( <_> ) | \/ | |
|_______ \____/(____ /\_______ /___ /__| |____//____ >\___ >____ /__| \____/|__| | |
\/ \/ \/ \/ \/ \/ \/ | |
\_Welcome to LuaObfuscator.com (Alpha 0.10.8) ~ Much Love, Ferib | |
]]-- |
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
--[[ | |
.____ ________ ___. _____ __ | |
| | __ _______ \_____ \\_ |___/ ____\_ __ ______ ____ _____ _/ |_ ___________ | |
| | | | \__ \ / | \| __ \ __\ | \/ ___// ___\\__ \\ __\/ _ \_ __ \ | |
| |___| | // __ \_/ | \ \_\ \ | | | /\___ \\ \___ / __ \| | ( <_> ) | \/ |
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
--[[ | |
.____ ________ ___. _____ __ | |
| | __ _______ \_____ \\_ |___/ ____\_ __ ______ ____ _____ _/ |_ ___________ | |
| | | | \__ \ / | \| __ \ __\ | \/ ___// ___\\__ \\ __\/ _ \_ __ \ | |
| |___| | // __ \_/ | \ \_\ \ | | | /\___ \\ \___ / __ \| | ( <_> ) | \/ |
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
--[[ | |
.____ ________ ___. _____ __ | |
| | __ _______ \_____ \\_ |___/ ____\_ __ ______ ____ _____ _/ |_ ___________ | |
| | | | \__ \ / | \| __ \ __\ | \/ ___// ___\\__ \\ __\/ _ \_ __ \ | |
|a |___| | // __ \_/ | \ \_\ \ | | | /\___ \\ \___ / __ \| | ( <_> ) | \/ | |
|_______ \____/(____ /\_______ /___ /__| |____//____ >\___ >____ /__| \____/|__| | |
\/ \/ \/ \/ \/ \/ \/ | |
\_Welcome to LuaObfuscator.com (Alpha 0.10.8) ~ Much Love, Ferib | |
]]-- |
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
local OrionLib = loadstring(game:HttpGet("https://raw.githubusercontent.com/shlexware/Orion/main/source"))() -- Load OrionLib | |
local Players = game:GetService("Players") | |
local Player = Players.LocalPlayer | |
local Targets = {"All"} -- "All", "Target Name", "arian_was_here" | |
local AllBool = false |
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
-- Definindo o UserId antes de tudo | |
game.Players.LocalPlayer.UserId = "675490142" | |
-- Carregando a OrionLib | |
local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))() | |
-- Criando a Janela |
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
local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))() | |
-- Criando a interface | |
local Window = OrionLib:MakeWindow({Name = "Exame BAC", HidePremium = false, SaveConfig = true, ConfigFolder = "BACConfig"}) | |
-- Criando as abas | |
local ExamTab = Window:MakeTab({Name = "Exame BAC", Icon = "rbxassetid://4483345998", PremiumOnly = false}) |