local player = game.Players.LocalPlayer local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))() local Window = OrionLib:MakeWindow({Name = "三叉戟脚本已汉化", HidePremium = false, SaveConfig = true, ConfigFolder = "sne1y.pub"}) --[[ Name = - The name of the UI. HidePremium = - Whether or not the user details shows Premium status or not. SaveConfig = - Toggles the config saving in the UI. ConfigFolder = - The name of the folder where the configs are saved. IntroEnabled = false - Whether or not to show the intro animation. IntroText = - Text to show in the intro animation. IntroIcon = - URL to the image you want to use in the intro animation. Icon = - URL to the image you want displayed on the window. CloseCallback = - Function to execute when the window is closed. ]] local Tab = Window:MakeTab({ Name = "主菜单", Icon = "rbxassetid://4483345998", PremiumOnly = false }) --[[ Name = - The name of the tab. Icon = - The icon of the tab. PremiumOnly = - Makes the tab accessible to Sirus Premium users only. ]] loadstring(game:HttpGet("https://raw.githubusercontent.com/SemaP1rat/sanya.pub/main/alwaysdies_hitlogs.lua"))() ------------------------------ print'CRACKED BY EMELYA.AGENCY!!!!!!!!' print'░██████╗███╗░░██╗███████╗░░███╗░░██╗░░░██╗░░░██████╗░██╗░░░██╗██████╗░' print'██╔════╝████╗░██║██╔════╝░████║░░╚██╗░██╔╝░░░██╔══██╗██║░░░██║██╔══██╗' print'╚█████╗░██╔██╗██║█████╗░░██╔██║░░░╚████╔╝░░░░██████╔╝██║░░░██║██████╦╝' print'░╚═══██╗██║╚████║██╔══╝░░╚═╝██║░░░░╚██╔╝░░░░░██╔═══╝░██║░░░██║██╔══██╗' print'██████╔╝██║░╚███║███████╗███████╗░░░██║░░░██╗██║░░░░░╚██████╔╝██████╦╝' print'╚═════╝░╚═╝░░╚══╝╚══════╝╚══════╝░░░╚═╝░░░╚═╝╚═╝░░░░░░╚═════╝░╚═════╝░' --------------Hitbox---------------- Tab:AddButton({ Name = "玩家人物绘制&头部范围(大小=7; 可能封号)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/SemaP1rat/sanya.pub/main/hbhead7.lua", true))() end }) ------------------------------ Tab:AddButton({ Name = "玩家人物绘制&头部范围(大小=5; 可能封号)", Callback = function() loadstring(game:HttpGet("https://rawscripts.net/raw/FLARES-Trident-Survival-5-Head-and-Esp-23315"))() end }) ------------------------------ Tab:AddButton({ Name = "玩家人物绘制&头部范围(大小=3; 可能封号)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/SemaP1rat/sanya.pub/main/hbhead3.lua", true))() end }) ------------------------------ Tab:AddButton({ Name = "玩家人物绘制&身体范围(大小=7; 可能封号)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/SemaP1rat/sanya.pub/main/hbbody.lua", true))() end }) ------------------------------ Tab:AddButton({ Name = "玩家人物绘制&身体范围(大小=5; 可能封号)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/SemaP1rat/sanya.pub/main/hbbodymedium.lua", true))() end}) ------------------------------ Tab:AddButton({ Name = "玩家人物绘制&身体范围(大小=4; 应该不封)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/SemaP1rat/sanya.pub/main/hbbodylegit.lua", true))() end }) ---------------Visual---------------- local Tab = Window:MakeTab({ Name = "视觉", Icon = "rbxassetid://4483345998", PremiumOnly = false }) ------------------------------ Tab:AddButton({ Name = "夜视", Callback = function() local Light = game:GetService("Lighting") function dofullbright() Light.Ambient = Color3.new(1, 1, 1) Light.ColorShift_Bottom = Color3.new(1, 1, 1) Light.ColorShift_Top = Color3.new(1, 1, 1)end dofullbright() Light.LightingChanged:Connect(dofullbright) end }) --[[ Name = - The name of the button. Callback = - The function of the button. ]] ------------------------------ Tab:AddButton({ Name = "瞄准准心", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/SemaP1rat/standoff_chetiks_crack/main/crosshair.lua"))() end }) -- old ------------------------------ Tab:AddButton({ Name = "视野不变", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/SemaP1rat/sanya.pub/main/megafovpasta.lua"))() end }) ------------------------------