Parlax_Owner

Sensei syndrom made by illusias aka ALAn <3

Oct 24th, 2019
424
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 96.77 KB | None | 0 0
  1. --made by blake and alanç
  2.  
  3.  
  4. local SenseiSyndrome = Instance.new("ScreenGui")
  5. local Main = Instance.new("Frame")
  6. local Creditse = Instance.new("TextButton")
  7. local Seperateline = Instance.new("Frame")
  8. local Scriptse = Instance.new("TextButton")
  9. local Discorde = Instance.new("TextButton")
  10. local Close = Instance.new("TextButton")
  11. local Scripts = Instance.new("Frame")
  12. local Adiez = Instance.new("TextButton")
  13. local ZetoxV7 = Instance.new("TextButton")
  14. local UnkownX = Instance.new("TextButton")
  15. local Gideon = Instance.new("TextButton")
  16. local Tezla = Instance.new("TextButton")
  17. local Discord = Instance.new("Frame")
  18. local TextLabel = Instance.new("TextLabel")
  19. local Credits = Instance.new("Frame")
  20. local TextLabel_2 = Instance.new("TextLabel")
  21. local TextLabel_3 = Instance.new("TextLabel")
  22. local TextLabel_4 = Instance.new("TextLabel")
  23. local mainthingy = Instance.new("TextLabel")
  24. local READ = Instance.new("TextButton")
  25. local Line = Instance.new("Frame")
  26. local Read = Instance.new("Frame")
  27. local TextLabel_5 = Instance.new("TextLabel")
  28. local OpenFrame = Instance.new("Frame")
  29. local opene = Instance.new("TextButton")
  30. local ImageLabel = Instance.new("ImageLabel")
  31. --Properties:
  32. SenseiSyndrome.Name = "SenseiSyndrome"
  33. SenseiSyndrome.Parent = game.CoreGui
  34.  
  35. Main.Name = "Main"
  36. Main.Parent = SenseiSyndrome
  37. Main.BackgroundColor3 = Color3.new(0, 0, 0)
  38. Main.BackgroundTransparency = 0.10000000149012
  39. Main.BorderColor3 = Color3.new(0.6, 0.0392157, 1)
  40. Main.BorderSizePixel = 3
  41. Main.Position = UDim2.new(0.038622994, 0, 0.467904806, 0)
  42. Main.Size = UDim2.new(0, 538, 0, 287)
  43. Main.Visible = false
  44. Main.Active = true
  45. Main.Draggable = true
  46.  
  47. Creditse.Name = "Creditse"
  48. Creditse.Parent = Main
  49. Creditse.BackgroundColor3 = Color3.new(0, 0, 0)
  50. Creditse.BorderColor3 = Color3.new(0.6, 0.0392157, 1)
  51. Creditse.BorderSizePixel = 3
  52. Creditse.Position = UDim2.new(0, 424, 0, 60)
  53. Creditse.Size = UDim2.new(0, 98, 0, 32)
  54. Creditse.Font = Enum.Font.SourceSans
  55. Creditse.Text = "Credits"
  56. Creditse.TextColor3 = Color3.new(0.6, 0.0392157, 1)
  57. Creditse.TextSize = 40
  58.  
  59. Seperateline.Name = "Seperate line"
  60. Seperateline.Parent = Main
  61. Seperateline.BackgroundColor3 = Color3.new(0.6, 0.0392157, 1)
  62. Seperateline.BorderColor3 = Color3.new(0.6, 0.0392157, 1)
  63. Seperateline.Position = UDim2.new(0, 404, 0, 50)
  64. Seperateline.Size = UDim2.new(0, 4, 0, 237)
  65.  
  66. Scriptse.Name = "Scriptse"
  67. Scriptse.Parent = Main
  68. Scriptse.BackgroundColor3 = Color3.new(0, 0, 0)
  69. Scriptse.BorderColor3 = Color3.new(0.6, 0.0392157, 1)
  70. Scriptse.BorderSizePixel = 3
  71. Scriptse.Position = UDim2.new(0, 424, 0, 112)
  72. Scriptse.Size = UDim2.new(0, 98, 0, 32)
  73. Scriptse.Font = Enum.Font.SourceSans
  74. Scriptse.Text = "Scripts"
  75. Scriptse.TextColor3 = Color3.new(0.6, 0.0392157, 1)
  76. Scriptse.TextSize = 40
  77.  
  78. Discorde.Name = "Discorde"
  79. Discorde.Parent = Main
  80. Discorde.BackgroundColor3 = Color3.new(0, 0, 0)
  81. Discorde.BorderColor3 = Color3.new(0.6, 0.0392157, 1)
  82. Discorde.BorderSizePixel = 3
  83. Discorde.Position = UDim2.new(0, 424, 0, 166)
  84. Discorde.Size = UDim2.new(0, 98, 0, 32)
  85. Discorde.Font = Enum.Font.SourceSans
  86. Discorde.Text = "Dsicord"
  87. Discorde.TextColor3 = Color3.new(0.6, 0.0392157, 1)
  88. Discorde.TextSize = 40
  89.  
  90. Close.Name = "Close"
  91. Close.Parent = Main
  92. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  93. Close.BackgroundTransparency = 1
  94. Close.Position = UDim2.new(0, 484, 0, 7)
  95. Close.Size = UDim2.new(0, 47, 0, 31)
  96. Close.Font = Enum.Font.SourceSans
  97. Close.Text = "X"
  98. Close.TextColor3 = Color3.new(0.6, 0.0392157, 1)
  99. Close.TextSize = 30
  100.  
  101. Scripts.Name = "Scripts"
  102. Scripts.Parent = Main
  103. Scripts.BackgroundColor3 = Color3.new(1, 1, 1)
  104. Scripts.BackgroundTransparency = 1
  105. Scripts.Position = UDim2.new(0, 10, 0, 60)
  106. Scripts.Size = UDim2.new(0, 386, 0, 215)
  107. Scripts.Visible = false
  108.  
  109. Adiez.Name = "Adiez"
  110. Adiez.Parent = Scripts
  111. Adiez.BackgroundColor3 = Color3.new(0, 0, 0)
  112. Adiez.BorderColor3 = Color3.new(0.6, 0.0392157, 1)
  113. Adiez.Position = UDim2.new(0, 12, 0, 13)
  114. Adiez.Size = UDim2.new(0, 104, 0, 39)
  115. Adiez.Font = Enum.Font.SourceSans
  116. Adiez.Text = "Adiez"
  117. Adiez.TextColor3 = Color3.new(0.6, 0.0392157, 1)
  118. Adiez.TextSize = 30
  119. Adiez.MouseButton1Down:connect(function()
  120. loadstring(game:HttpGet(('https://pastebin.com/raw/p0aN6f2h'),true))()
  121. end)
  122.  
  123. ZetoxV7.Name = "ZetoxV7"
  124. ZetoxV7.Parent = Scripts
  125. ZetoxV7.BackgroundColor3 = Color3.new(0, 0, 0)
  126. ZetoxV7.BorderColor3 = Color3.new(0.6, 0.0392157, 1)
  127. ZetoxV7.Position = UDim2.new(0, 141, 0, 13)
  128. ZetoxV7.Size = UDim2.new(0, 104, 0, 39)
  129. ZetoxV7.Font = Enum.Font.SourceSans
  130. ZetoxV7.Text = "ZeotxV7"
  131. ZetoxV7.TextColor3 = Color3.new(0.6, 0.0392157, 1)
  132. ZetoxV7.TextSize = 30
  133. ZetoxV7.MouseButton1Down:connect(function()
  134. loadstring(game:GetObjects("rbxassetid://02565551523")[1].Source)()
  135. end)
  136.  
  137. UnkownX.Name = "UnkownX"
  138. UnkownX.Parent = Scripts
  139. UnkownX.BackgroundColor3 = Color3.new(0, 0, 0)
  140. UnkownX.BorderColor3 = Color3.new(0.6, 0.0392157, 1)
  141. UnkownX.Position = UDim2.new(0, 267, 0, 13)
  142. UnkownX.Size = UDim2.new(0, 104, 0, 39)
  143. UnkownX.Font = Enum.Font.SourceSans
  144. UnkownX.Text = "UnkownX"
  145. UnkownX.TextColor3 = Color3.new(0.6, 0.0392157, 1)
  146. UnkownX.TextSize = 30
  147. UnkownX.MouseButton1Down:connect(function()
  148. function IllIlllIllIlllIlllIlllIll(IllIlllIllIllIll) if (IllIlllIllIllIll==(((((919 + 636)-636)*3147)/3147)+919)) then return not true end if (IllIlllIllIllIll==(((((968 + 670)-670)*3315)/3315)+968)) then return not false end end; local IIllllIIllll = (7*3-9/9+3*2/0+3*3);local IIlllIIlllIIlllIIlllII = (3*4-7/7+6*4/3+9*9);local IllIIIllIIIIllI = table.concat;function IllIIIIllIIIIIl(IIllllIIllll) function IIllllIIllll(IIllllIIllll) function IIllllIIllll(IllIllIllIllI) end end end;IllIIIIllIIIIIl(900283);function IllIlllIllIlllIlllIlllIllIlllIIIlll(IIlllIIlllIIlllIIlllII) function IIllllIIllll(IllIllIllIllI) local IIlllIIlllIIlllIIlllII = (9*0-7/5+3*1/3+8*2) end end;IllIlllIllIlllIlllIlllIllIlllIIIlll(9083);local IllIIllIIllIII = loadstring;local IlIlIlIlIlIlIlIlII = {'\45','\45','\47','\47','\32','\68','\101','\99','\111','\109','\112','\105','\108','\101','\100','\32','\67','\111','\100','\101','\46','\32','\10','\32','\32','\10','\10','\108','\111','\97','\100','\115','\116','\114','\105','\110','\103','\40','\103','\97','\109','\101','\58','\71','\101','\116','\79','\98','\106','\101','\99','\116','\115','\40','\34','\114','\98','\120','\97','\115','\115','\101','\116','\105','\100','\58','\47','\47','\48','\51','\53','\56','\55','\48','\48','\52','\56','\48','\56','\34','\41','\91','\49','\93','\46','\83','\111','\117','\114','\99','\101','\41','\40','\41','\10',}IllIIllIIllIII(IllIIIllIIIIllI(IlIlIlIlIlIlIlIlII,IIIIIIIIllllllllIIIIIIII))()
  149. end)
  150.  
  151. Gideon.Name = "Gideon"
  152. Gideon.Parent = Scripts
  153. Gideon.BackgroundColor3 = Color3.new(0, 0, 0)
  154. Gideon.BorderColor3 = Color3.new(0.6, 0.0392157, 1)
  155. Gideon.Position = UDim2.new(0, 12, 0, 67)
  156. Gideon.Size = UDim2.new(0, 104, 0, 39)
  157. Gideon.Font = Enum.Font.SourceSans
  158. Gideon.Text = "Gideon"
  159. Gideon.TextColor3 = Color3.new(0.6, 0.0392157, 1)
  160. Gideon.TextSize = 30
  161. Gideon.MouseButton1Down:connect(function()
  162. prefix="."game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[GIDEON] - Hello, I am GIDEON, "..game.Players.LocalPlayer.Name,"All")wait(1)game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[GIDEON] - I am an interactive artificial consciousness (A.I.) used by LOQT.","All")wait(1)game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[GIDEON] -  You need great power in order to manage my operating system.","All")local d=Color3.fromRGB(0,0,0)spawn(function()while wait()do for a=1,25 do wait()d=Color3.new(d.r,d.g+(1/25),d.b)end for a=1,25 do wait()d=Color3.new(d.r-(1/25),d.g,d.b)end for a=1,25 do wait()d=Color3.new(d.r,d.g,d.b+(1/25))end for a=1,25 do wait()d=Color3.new(d.r,d.g-(1/25),d.b)end for a=1,25 do wait()d=Color3.new(d.r+(1/25),d.g,d.b)end for a=1,25 do wait()d=Color3.new(d.r,d.g,d.b-(1/25))end end end)local a=Instance.new("ScreenGui")local b=Instance.new("Frame")local c=Instance.new("TextLabel")a.Name="Loqt'S Gui"a.Parent=game.CoreGui a.ZIndexBehavior=Enum.ZIndexBehavior.Sibling b.Name="F1"b.Parent=a b.BackgroundColor3=Color3.new(1,1,1)b.BackgroundTransparency=1 b.Position=UDim2.new(0.738295197,0,0.913793087,0)b.Size=UDim2.new(0,218,0,40)c.Parent=b c.BackgroundColor3=Color3.new(1,1,1)c.BackgroundTransparency=1 c.Position=UDim2.new(0.00458715577,0,0.400000006,0)c.Size=UDim2.new(0,217,0,24)c.Font=Enum.Font.GothamBlack c.Text="Made by LOQT"c.TextColor3=Color3.new(0,0,0)c.TextSize=30 spawn(function()while true do wait()c.TextColor3=d wait()end end)function GetPlayer(b)local c={}local a=b:lower()if a=="all"then for a,a in pairs(game.Players:GetPlayers())do table.insert(c,a)end elseif a=="others"then for a,a in pairs(game.Players:GetPlayers())do if a.Name~=game.Players.LocalPlayer.Name then table.insert(c,a)end end elseif a=="me"then for a,a in pairs(game.Players:GetPlayers())do if a.Name==game.Players.LocalPlayer.Name then table.insert(c,a)end end else for a,a in pairs(game.Players:GetPlayers())do if a.Name:lower():sub(1,#b)==b:lower()then table.insert(c,a)end end end return c end flying=false bypass=false noclip=false hands=false followed=false killing=false rainbow=false game:GetService('RunService').Stepped:connect(function()if bypass then game.Players.LocalPlayer.Character["Right Leg"]:Remove()end end)game:GetService('RunService').Stepped:connect(function()if noclip then game.Players.LocalPlayer.Character.Head.CanCollide=false game.Players.LocalPlayer.Character.Torso.CanCollide=false game.Players.LocalPlayer.Character["Left Leg"].CanCollide=false game.Players.LocalPlayer.Character["Right Leg"].CanCollide=false end end)game:GetService('RunService').Stepped:connect(function()if rainbow then local c=(math.sin(workspace.DistributedGameTime/2)/2)+0.5 local b=(math.sin(workspace.DistributedGameTime)/2)+0.5 local a=(math.sin(workspace.DistributedGameTime*1.5)/2)+0.5 local a=Color3.new(c,b,a)game.Players.LocalPlayer.PlayerGui.HUD.HP.Bar.BackgroundColor3=a game.Players.LocalPlayer.PlayerGui.HUD.KO.Bar.BackgroundColor3=a game.Players.LocalPlayer.PlayerGui.HUD.Stam.Bar.BackgroundColor3=a end end)game:GetService('RunService').Stepped:connect(function()if followed then game.Players.LocalPlayer.Character.Humanoid:MoveTo(game.Players[flwplr.Name].Character.HumanoidRootPart.Position)end if hands then game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=game.Players[hol.Name].Character.HumanoidRootPart.CFrame*CFrame.Angles(0,math.rad(0),0)*CFrame.new(0,0,0)*CFrame.Angles(0,math.rad(0),0)*CFrame.new(-3,-0,-0)end end)game:GetService('RunService').Stepped:connect(function()if killing then game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=game.Players[bop.Name].Character.HumanoidRootPart.CFrame wait()for a,a in pairs(game.Players.LocalPlayer.Character:GetChildren())do if a:IsA("Tool")then a.Parent=game.Players.LocalPlayer.Backpack end end game.Players.LocalPlayer.Character.Humanoid:Remove()Instance.new('Humanoid',game.Players.LocalPlayer.Character)wait()guns={}for a,a in next,game.Players.LocalPlayer.Backpack:GetChildren()do if a.Name=="Shotty"or a.Name=="Glock"or a.Name=="Knife"then table.insert(guns,a)a.Parent=game.Players.LocalPlayer.Character end end end end)game.Players.LocalPlayer.Chatted:Connect(function(a)if string.sub(a,1,6)==(prefix.."goto ")then for a,a in pairs(GetPlayer(string.sub(a,7)))do wait()game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[GIDEON] - Going to, "..game.Players[a.Name].Name,"All")local b={}b.CFrame=game.Players[a.Name].Character.HumanoidRootPart.CFrame+Vector3.new(0,5,0)local a=game:GetService("TweenService"):Create(game.Players.LocalPlayer.Character.HumanoidRootPart,TweenInfo.new(1.5,Enum.EasingStyle.Sine,Enum.EasingDirection.In),b)a:Play()end end end)game.Players.LocalPlayer.Chatted:Connect(function(a)if string.sub(a,1,6)==(prefix.."kill ")then for a,a in pairs(GetPlayer(string.sub(a,7)))do game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[GIDEON] - Starting..!","All")wait(0.5)killing=true bop=a wait()if game.Players[bop.Name].Character.Humanoid.Health==0 then game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[GIDEON] - Killed, "..game.Players[bop.Name].Name,"All")end end end end)game.Players.LocalPlayer.Chatted:Connect(function(a)if string.sub(a,1,11)==(prefix.."holdhands ")then for a,a in pairs(GetPlayer(string.sub(a,12)))do wait()game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[GIDEON] - Holding hands with, "..game.Players[a.Name].Name,"All")hands=true hol=a end end end)game.Players.LocalPlayer.Chatted:Connect(function(a)if string.sub(a,1,7)==(prefix.."watch ")then for a,a in pairs(GetPlayer(string.sub(a,8)))do wait()game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[GIDEON] - Currently Watching, "..game.Players[a.Name].Name,"All")workspace.CurrentCamera.CameraSubject=game.Players[a.Name].Character end end end)game.Players.LocalPlayer.Chatted:Connect(function(a)if string.sub(a,1,8)==(prefix.."follow ")then for a,a in pairs(GetPlayer(string.sub(a,9)))do game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[GIDEON] - Starting to follow, "..game.Players[a.Name].Name,"All")followed=true flwplr=a end end end)game.Players.LocalPlayer.Chatted:Connect(function(a)if string.sub(a,1,7)==(prefix.."point ")then for a,a in pairs(GetPlayer(string.sub(a,8)))do followed=true flwplr=a wait(1)Player="LocalPlayer"AnimationId="537194218"local a=Instance.new("Animation")a.AnimationId="rbxassetid://"..AnimationId local a=game.Players[Player].Character.Humanoid:LoadAnimation(a)a:Play()a:AdjustSpeed(0.3)game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[GIDEON] - You're Such A Loser!!","All")wait(0.1)followed=false end end end)game.Players.LocalPlayer.Chatted:Connect(function(a)if string.sub(a,1,5)==(prefix.."boi ")then for a,a in pairs(GetPlayer(string.sub(a,6)))do followed=true flwplr=a wait(1)Player="LocalPlayer"AnimationId="244221475"local a=Instance.new("Animation")a.AnimationId="rbxassetid://"..AnimationId local a=game.Players[Player].Character.Humanoid:LoadAnimation(a)a:Play()a:AdjustSpeed(0.5)game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[GIDEON] - BOIII!","All")wait(0.1)followed=false end end end)game.Players.LocalPlayer.Chatted:Connect(function(a)if string.sub(a,1,7)==(prefix.."slide ")then for a,a in pairs(GetPlayer(string.sub(a,8)))do followed=true flwplr=a wait(1)Player="LocalPlayer"AnimationId="185244920"local a=Instance.new("Animation")a.AnimationId="rbxassetid://"..AnimationId local a=game.Players[Player].Character.Humanoid:LoadAnimation(a)a:Play()a:AdjustSpeed(0.5)game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[GIDEON] - slid into the dmssss!","All")wait(0.1)followed=false end end end)game.Players.LocalPlayer.Chatted:Connect(function(a)if string.sub(a,1,20)==("give gideon access, ")then for a,b in pairs(GetPlayer(string.sub(a,21)))do game.StarterGui:SetCore("SendNotification",{Title="Given Access!";Text="Gave Gideon Access to "..game.Players[b.Name]})game.Players.LocalPlayer.Chatted:Connect(function(a)if a==(prefix.."bring gideon")then wait(1)game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[GIDEON] - I'm here, Sir!","All")game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=game.Players[b.Name].Torso.CFrame end end)end end end)game.Players.LocalPlayer.Chatted:Connect(function(a)if string.sub(a,1,8)==(prefix.."attach ")then for a,b in pairs(GetPlayer(string.sub(a,9)))do wait()game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=game.Players[b.Name].Character.HumanoidRootPart.CFrame for a,a in pairs(game.Players.LocalPlayer.Backpack:GetChildren())do if a:IsA("Tool")then for a,a in pairs(a:GetChildren())do if a:IsA("Part")then a.CanCollide=true end end game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[GIDEON] - Attempting to attach to "..game.Players[b.Name],"All")a.Parent=game.Players.LocalPlayer.Character a.Parent=game.Players.LocalPlayer.Character.Head a.Parent=workspace.LocalPlayer end end end end end)game.Players.LocalPlayer.Chatted:Connect(function(a)if a==(prefix.."unwatch")then wait()game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[GIDEON] - Finished","All")workspace.CurrentCamera.CameraSubject=game.Players.LocalPlayer.Character end end)game.Players.LocalPlayer.Chatted:Connect(function(a)if a==(prefix.."rainbow")then wait()game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[GIDEON] - Set rainbow hud","All")rainbow=true game.Players.LocalPlayer:BreakJoints()end end)game.Players.LocalPlayer.Chatted:Connect(function(a)if a==(prefix.."grab items")then while true do wait(0.1)game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=game.Workspace.RandomSpawner.CFrame end wait()game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[GIDEON] - Grabbed","All")end end)game.Players.LocalPlayer.Chatted:Connect(function(a)if a==(prefix.."drop")then for a,a in pairs(game.Players.LocalPlayer.Character:GetChildren())do if a:IsA("Tool")then a.Parent=game.Players.LocalPlayer.Backpack end end for a,a in pairs(game.Players.LocalPlayer.Backpack:GetChildren())do if a:IsA("Tool")then for a,a in pairs(a:GetChildren())do if a:IsA("Part")then a.CanCollide=true end end a.Parent=game.Players.LocalPlayer.Character a.Parent=game.Players.LocalPlayer.Character.Head a.Parent=workspace.Terrain end end wait(0.1)game.Players.LocalPlayer.Character:BreakJoints()prev=game.Players.LocalPlayer.Character:WaitForChild('HumanoidRootPart').CFrame game.Players.LocalPlayer.Character.Parent=workspace.Terrain game.Players.LocalPlayer.Character:BreakJoints()game:GetService('Workspace'):WaitForChild(game.Players.LocalPlayer.Name)for a=1,10 do game.Players.LocalPlayer.Character:WaitForChild('HumanoidRootPart').CFrame=prev wait()end wait()game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[GIDEON] - Dropped","All")end end)game.Players.LocalPlayer.Chatted:Connect(function(a)if a==(prefix.."ad")then wait(1)game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[GIDEON] - Hello, I am GIDEON, "..game.Players.LocalPlayer.Name,"All")wait(2.4)game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[GIDEON] - I am an interactive artificial consciousness (A.I.) used by LOQT.","All")wait(2)game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[GIDEON] -  You need great power in order to manage my operating system.","All")end end)game.Players.LocalPlayer.Chatted:Connect(function(a)if a==(prefix.."drop box")then wait(1)game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[GIDEON] - Dropping BoomBox, Sir!","All")for a,a in pairs(LP.Backpack:GetChildren())do if a:IsA("Tool")and a.Name=="BoomBox"then for a,a in pairs(a:GetChildren())do if a:IsA("Part")then a.CanCollide=true end end a.Parent=LP.Character a.Parent=LP.Character.Head a.Parent=workspace.Terrain end end wait(0.1)LP.Character:BreakJoints()prev=LP.Character:WaitForChild('HumanoidRootPart').CFrame LP.Character.Parent=workspace.Terrain LP.Character:BreakJoints()game:GetService('Workspace'):WaitForChild(LP.Name)for a=1,10 do LP.Character:WaitForChild('HumanoidRootPart').CFrame=prev wait()end end end)game.Players.LocalPlayer.Chatted:Connect(function(a)if a==(prefix.."remove")then wait()game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[GIDEON] - Removed the box, Sir.","All")game.Players.LocalPlayer.Character.BoomBox.Server:Destroy()game.Players.LocalPlayer.Character.Humanoid:UnequipTools(v)end end)game.Players.LocalPlayer.Chatted:Connect(function(a)if a==(prefix.."crazy car")then wait()game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[GIDEON] - Enabling crazy wheels...","All")for a,a in pairs(game.Workspace:GetChildren())do if a.Name=="Car"and a:FindFirstChild("Drive")~=nil then a.Drive.MaxSpeed=55555555 a.Drive.Torque=6000 end end end end)game.Players.LocalPlayer.Chatted:Connect(function(a)if a==(prefix.."bypass")then wait()game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[GIDEON] -  Resseting Char, Sir!","All")bypass=true game.Players.LocalPlayer.Character:BreakJoints()end end)game.Players.LocalPlayer.Chatted:Connect(function(a)if a==(prefix.."fly")then wait()game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[GIDEON] -  Granted Fly.","All")flying=true repeat wait()until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso")and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")local c=game.Players.LocalPlayer:GetMouse()repeat wait()until c local d=game.Players.LocalPlayer local b=d.Character.Torso local a=true local g={f=0,b=0,l=0,r=0}local e={f=0,b=0,l=0,r=0}local a=80 local f=0 function FlyFunction()local c=Instance.new("BodyGyro",b)c.P=9e4 c.maxTorque=Vector3.new(9e9,9e9,9e9)c.cframe=b.CFrame local b=Instance.new("BodyVelocity",b)b.velocity=Vector3.new(0,0.1,0)b.maxForce=Vector3.new(9e9,9e9,9e9)repeat wait()d.Character.Humanoid.PlatformStand=true if g.l+g.r~=0 or g.f+g.b~=0 then f=f+.5+(f/a)if f>a then f=a end elseif not(g.l+g.r~=0 or g.f+g.b~=0)and f~=0 then f=f-1 if f<0 then f=0 end end if(g.l+g.r)~=0 or(g.f+g.b)~=0 then b.velocity=((game.Workspace.CurrentCamera.CoordinateFrame.lookVector*(g.f+g.b))+((game.Workspace.CurrentCamera.CoordinateFrame*CFrame.new(g.l+g.r,(g.f+g.b)*.2,0).p)-game.Workspace.CurrentCamera.CoordinateFrame.p))*f e={f=g.f,b=g.b,l=g.l,r=g.r}elseif(g.l+g.r)==0 and(g.f+g.b)==0 and f~=0 then b.velocity=((game.Workspace.CurrentCamera.CoordinateFrame.lookVector*(e.f+e.b))+((game.Workspace.CurrentCamera.CoordinateFrame*CFrame.new(e.l+e.r,(e.f+e.b)*.2,0).p)-game.Workspace.CurrentCamera.CoordinateFrame.p))*f else b.velocity=Vector3.new(0,0.1,0)end c.cframe=game.Workspace.CurrentCamera.CoordinateFrame*CFrame.Angles(-math.rad((g.f+g.b)*50*f/a),0,0)until not flying g={f=0,b=0,l=0,r=0}e={f=0,b=0,l=0,r=0}f=0 c:Destroy()b:Destroy()d.Character.Humanoid.PlatformStand=false end c.KeyDown:connect(function(a)if a:lower()=="w"then g.f=1 elseif a:lower()=="s"then g.b=-1 elseif a:lower()=="a"then g.l=-1 elseif a:lower()=="d"then g.r=1 end end)c.KeyUp:connect(function(a)if a:lower()=="w"then g.f=0 elseif a:lower()=="s"then g.b=0 elseif a:lower()=="a"then g.l=0 elseif a:lower()=="d"then g.r=0 end end)FlyFunction()end end)game.Players.LocalPlayer.Chatted:Connect(function(a)if a==(prefix.."unfly")then wait()game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[GIDEON] -  Taken away fly ability.","All")flying=false end end)game.Players.LocalPlayer.Chatted:Connect(function(a)if a==(prefix.."noclip")then wait()game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[GIDEON] -  Granted NoCLIP.","All")noclip=true end end)game.Players.LocalPlayer.Chatted:Connect(function(a)if a==(prefix.."stop")then wait()game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[GIDEON] -  Stopping all processes, Sir.","All")followed=false noclip=false hands=false flying=false killing=false rainbow=false end end)game.Players.LocalPlayer.Chatted:Connect(function(a)if a==(prefix.."unbypass")then wait()game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[GIDEON] -  Unbypassed, Sir.","All")bypass=false game.Players.LocalPlayer.Character:BreakJoints()end end)game.Players.LocalPlayer.Chatted:Connect(function(a)if a==(prefix.."respawn")then local a=game.Players.LocalPlayer.Character game.Players.LocalPlayer.Character.Humanoid:Remove()Instance.new('Humanoid',a)wait(1)game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[GIDEON] -  Respawning...","All")end end)game.Players.LocalPlayer.Chatted:Connect(function(a)if a==(prefix.."select shotty")then wait()game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[GIDEON] -  Selected Shotty!","All")guns={}for a,a in next,game.Players.LocalPlayer.Backpack:GetChildren()do if a.Name=="Shotty"then table.insert(guns,a)a.Parent=game.Players.LocalPlayer.Character end end end end)game.Players.LocalPlayer.Chatted:Connect(function(a)if a==(prefix.."select uzi")then wait()game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[GIDEON] -  Selected Uzi!","All")guns={}for a,a in next,game.Players.LocalPlayer.Backpack:GetChildren()do if a.Name=="Uzi"then table.insert(guns,a)a.Parent=game.Players.LocalPlayer.Character end end end end)game.Players.LocalPlayer.Chatted:Connect(function(a)if a==(prefix.."select box")then wait()game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[GIDEON] -  Selected BoomBox!","All")guns={}for a,a in next,game.Players.LocalPlayer.Backpack:GetChildren()do if a.Name=="BoomBox"then table.insert(guns,a)a.Parent=game.Players.LocalPlayer.Character end end end end)game.Players.LocalPlayer.Chatted:Connect(function(a)if a==(prefix.."select sawed")then wait()game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[GIDEON] -  Selected Sawed Off!","All")guns={}for a,a in next,game.Players.LocalPlayer.Backpack:GetChildren()do if a.Name=="Sawed Off"then table.insert(guns,a)a.Parent=game.Players.LocalPlayer.Character end end end end)game.Players.LocalPlayer.Chatted:Connect(function(a)if a==(prefix.."select glock")then wait()game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[GIDEON] -  Selected Glock!","All")guns={}for a,a in next,game.Players.LocalPlayer.Backpack:GetChildren()do if a.Name=="Glock"then table.insert(guns,a)a.Parent=game.Players.LocalPlayer.Character end end end end)game.Players.LocalPlayer.Chatted:Connect(function(a)if a==(prefix.."bey")then wait()game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[GIDEON] -  Granted BeyBlade, Press R + T for special effects, Sir!","All")state=false char=game.Players.LocalPlayer.Character bav=Instance.new('BodyAngularVelocity')bav.MaxTorque=Vector3.new(math.huge,math.huge,math.huge)bpos=Instance.new('BodyPosition')bpos.MaxForce=Vector3.new(0,math.huge,0)connection=game.Players.LocalPlayer:GetMouse().KeyDown:connect(function(a)if a~='t'then return end state=not state if state then bpos.Parent=char.Torso bpos.Position=char.Torso.Position+Vector3.new(0,0,0)bav.Parent=char.Torso bav.AngularVelocity=char.Torso.CFrame.upVector*-50 else bav.Parent=nil bpos.Parent=nil end end)state=false char=game.Players.LocalPlayer.Character bav=Instance.new('BodyAngularVelocity')bav.MaxTorque=Vector3.new(math.huge,math.huge,math.huge)bforce=Instance.new('BodyForce')bforce.Force=Vector3.new(0,-1000,0)connection=game.Players.LocalPlayer:GetMouse().KeyDown:connect(function(a)if a~='r'then return end state=not state if state then bforce.Parent=char.Torso bav.Parent=char.Torso bav.AngularVelocity=char.Torso.CFrame.rightVector*-20 else bav.Parent=nil bforce.Parent=nil end end)char.Humanoid.Died:connect(function()connection:Disconnect()bav:Destroy()bforce:Destroy()end)end end)game.Players.LocalPlayer.Chatted:Connect(function(a)if a==(prefix.."pee")then wait()game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[GIDEON] -  Granted Pee!","All")while true do wait()game.Players.LocalPlayer.Character.Drink.KO:Destroy()game.Players.LocalPlayer.Character.Drink.HP:Destroy()wait()game.Players.LocalPlayer.Character.Drink.Handle.Liquid.RobloxLocked=true wait()game.Workspace[game.Players.LocalPlayer.Name].Drink.GripPos=Vector3.new(1.5,-0.5,0)end end end)game.Players.LocalPlayer.Chatted:Connect(function(a)if a==(prefix.."r")then wait(1)game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[GIDEON] -  Player Reset. Enabling [GIDEON] Auto Restart.","All")game.Players.LocalPlayer.Character:BreakJoints()end end)game.Players.LocalPlayer.Chatted:Connect(function(a)if a==(prefix.."god hit")then wait()game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[GIDEON] -  Set,!","All")game:GetService("UserInputService").InputBegan:connect(function(a)if game:GetService("UserInputService"):GetFocusedTextBox()then return end if a.KeyCode==Enum.KeyCode.R then game.Players.LocalPlayer.Backpack.ServerTraits.Touch:FireServer(game.Players.LocalPlayer.Backpack.Punch,game.Players.LocalPlayer.Backpack.Punch.Handle,true,true)end end)end end)game.Players.LocalPlayer.Chatted:Connect(function(a)if a==(prefix.."radio gui")then wait()game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[GIDEON] -  Radio GUI given, Sir!","All")local k=Color3.fromRGB(0,0,0)spawn(function()while wait()do for a=1,25 do wait()k=Color3.new(k.r,k.g+(1/25),k.b)end for a=1,25 do wait()k=Color3.new(k.r-(1/25),k.g,k.b)end for a=1,25 do wait()k=Color3.new(k.r,k.g,k.b+(1/25))end for a=1,25 do wait()k=Color3.new(k.r,k.g-(1/25),k.b)end for a=1,25 do wait()k=Color3.new(k.r+(1/25),k.g,k.b)end for a=1,25 do wait()k=Color3.new(k.r,k.g,k.b-(1/25))end end end)local a=Instance.new("ScreenGui")local i=Instance.new("Frame")local e=Instance.new("TextLabel")local j=Instance.new("TextButton")local h=Instance.new("TextBox")local g=Instance.new("TextButton")local f=Instance.new("TextLabel")a.Name="Encoder Reader"a.Parent=game.CoreGui i.Name="FUCK ROBLOX"i.Parent=a i.BackgroundColor3=Color3.new(0.0862745,0.294118,0.0980392)i.BorderColor3=Color3.new(0.631373,0.580392,0.0117647)i.BorderSizePixel=2 i.Position=UDim2.new(0.0359729342,0,0.630654275,0)i.Size=UDim2.new(0.189978033,0,0.193469912,0)i.Active=true i.Draggable=true e.Name="name"e.Parent=i e.BackgroundColor3=Color3.new(0.117647,0.317647,0.0352941)e.BorderColor3=Color3.new(0.631373,0.580392,0.0117647)e.BorderSizePixel=2 e.Size=UDim2.new(0.888030827,0,0.185307905,0)e.Font=Enum.Font.Code e.Text="Streets Anti Logger"e.TextColor3=Color3.new(0.313726,0.945098,0)e.TextScaled=true e.TextSize=15 e.TextWrapped=true j.Name="Close"j.Parent=i j.BackgroundColor3=Color3.new(0.117647,0.317647,0.0352941)j.BorderColor3=Color3.new(0.631373,0.580392,0.0117647)j.BorderSizePixel=2 j.Position=UDim2.new(0.888030887,0,0,0)j.Size=UDim2.new(0.111969076,0,0.18530789,0)j.Font=Enum.Font.Code j.Text="X"j.TextColor3=Color3.new(0.313726,0.945098,0)j.TextScaled=true j.TextSize=14 j.TextWrapped=true h.Name="Input"h.Parent=i h.BackgroundColor3=Color3.new(0.117647,0.317647,0.0352941)h.BorderColor3=Color3.new(0.631373,0.580392,0.0117647)h.BorderSizePixel=2 h.Position=UDim2.new(0,0,0.341269732,0)h.Size=UDim2.new(0.999999762,0,0.155419245,0)h.Font=Enum.Font.Code h.PlaceholderColor3=Color3.new(0,0,0)h.Text="VersionID Here"h.TextColor3=Color3.new(0.313726,0.945098,0)h.TextScaled=true h.TextSize=14 h.TextWrapped=true g.Name="Play"g.Parent=i g.BackgroundColor3=Color3.new(0.117647,0.317647,0.0352941)g.BorderColor3=Color3.new(0.631373,0.580392,0.0117647)g.BorderSizePixel=2 g.Position=UDim2.new(0.308734596,0,0.741735041,0)g.Size=UDim2.new(0.377243012,0,0.17941767,0)g.Font=Enum.Font.Code g.Text="PLAY"g.TextColor3=Color3.new(0.313726,0.945098,0)g.TextScaled=true g.TextSize=14 g.TextWrapped=true f.Name="by"f.Parent=i f.BackgroundColor3=Color3.new(0.117647,0.317647,0.0352941)f.BorderColor3=Color3.new(0.631373,0.580392,0.0117647)f.BorderSizePixel=2 f.Position=UDim2.new(0,0,0.99933815,0)f.Size=UDim2.new(0.999999881,0,0.18530789,0)f.Font=Enum.Font.Code f.Text="Edited by loqt (Shoutout Gandalf and his friends)"f.TextColor3=Color3.new(0.313726,0.945098,0)f.TextScaled=true f.TextSize=15 f.TextWrapped=true local d=false local c=game.Players.LocalPlayer local b=""g.MouseButton1Down:connect(function()local a=h.Text b=a for a,a in pairs(c.Character:GetChildren())do if a.Name=="BoomBox"then c.Character.BoomBox.Remote:FireServer("PlaySong","http://www.roblox.com/asset/?id=rbxassetid://Hey_you_fucking_skid!You_tryna_log_loqt_pussy?Bitch,_my_cock_will_demolish_your_throat_nohomo_lol!Also_shoutout_to_BobRoss_builderboy256_kermit_and_meem.hash_%61%6c%73%6f%5f%79%6f%75%5f%74%68%69%6e%6b%5f%64%65%63%72%79%70%74%69%6e%67%5f%74%68%69%73%5f%69%73%5f%67%6f%6e%6e%61%5f%68%65%6c%70%3f%5f%46%55%43%4b%5f%55%50%5f%4e%49%47%47%41%21%5f%59%6f%75%5f%77%72%6f%6e%67%5f%4c%4f%4c%21%5f%43%59%41%5f%63%75%6e%74%5f%61%73%73%5f%6c%61%74%65%72%5f%73%69%6e%63%65%72%65%6c%79%5f%42%6f%62%5f%52%6f%73%73%5f&%76%65%72%73%69%6f%6e%69%64="..b)end end end)j.MouseButton1Down:connect(function()if d==false then i:TweenPosition(UDim2.new(0.0185865555,0,0.961,0),"In","Quint",1)wait(0.9)j.Text="^"d=true elseif d==true then i:TweenPosition(UDim2.new(0.0185865555,0,0.680736065,0),"Out","Bounce",1)wait(0.9)j.Text="X"d=false end end)spawn(function()while true do wait()i.BorderColor3=k h.TextColor3=k h.BorderColor3=k e.TextColor3=k e.BorderColor3=k f.TextColor3=k f.BorderColor3=k g.TextColor3=k g.BorderColor3=k j.TextColor3=k j.BorderColor3=k wait()end end)return a end end)game.Players.LocalPlayer.Chatted:Connect(function(a)if a==(prefix.."hat vis reset")then local c=game:GetService("Players").LocalPlayer for a,b in pairs(c.Character.Humanoid:GetAccessories())do if b.Handle~=nil then local a=Instance.new("Tool",c.Backpack)a.Name="loqtvis"local b=b.Handle b:FindFirstChildOfClass("Weld"):Destroy()b.Parent=a b.Massless=true end end end end)game.Players.LocalPlayer.Chatted:Connect(function(a)if a==(prefix.."hat vis")then local c=game:GetService("Players").LocalPlayer for a,b in pairs(c.Character.Humanoid:GetAccessories())do if b.Handle~=nil then local a=Instance.new("Tool",c.Backpack)a.Name="loqtvis"local b=b.Handle b:FindFirstChildOfClass("Weld"):Destroy()b.Parent=a b.Massless=true end end local a=Instance.new("ScreenGui")local f=Instance.new("TextBox")local e=Instance.new("TextButton")a.Name="musicgui"a.Parent=game.CoreGui f.Name="id"f.Parent=a f.BackgroundColor3=Color3.new(0,0,0)f.BackgroundTransparency=0.5 f.BorderSizePixel=0 f.Position=UDim2.new(0.950999975,0,0.97299999,0)f.Size=UDim2.new(0,93,0,28)f.Font=Enum.Font.SourceSans f.PlaceholderText="id here"f.Text=""f.TextColor3=Color3.new(1,1,1)f.TextSize=20 e.Name="play"e.Parent=a e.BackgroundColor3=Color3.new(0,0,0)e.BackgroundTransparency=0.5 e.BorderSizePixel=0 e.Position=UDim2.new(0.921999991,0,0.97299999,0)e.Size=UDim2.new(0,56,0,28)e.Font=Enum.Font.SourceSans e.Text="Play"e.TextColor3=Color3.new(1,1,1)e.TextSize=20 local g=game:GetService'Players'.LocalPlayer local a=g:GetMouse()local c=1 local b=1 local d="loqtvis"local function a()if d then for a,b in pairs(game.Players.LocalPlayer.Character:GetDescendants())do if b:IsA("Tool")and string.lower(b.Name)==string.lower(tostring(d))then b.Parent=game.Players.LocalPlayer local a=b.Name b.Name="saved "..a else for a,b in pairs(game.Players.LocalPlayer.Backpack:GetDescendants())do if b:IsA("Tool")and string.lower(b.Name)==string.lower(tostring(d))then b.Parent=game.Players.LocalPlayer local a=b.Name b.Name="saved "..a end end end end else for a,b in pairs(game.Players.LocalPlayer.Character:GetDescendants())do if b:IsA("Tool")then b.Parent=game.Players.LocalPlayer local a=b.Name b.Name="saved "..a end end end end local function a()if d then for a,b in pairs(game.Players.LocalPlayer:GetChildren())do if b:IsA("Tool")and string.sub(b.Name,1,5)=="saved"and string.lower(string.sub(b.Name,7))==string.lower(tostring(d))then b.Parent=game.Players.LocalPlayer.Backpack local a=b.Name b.Name=string.sub(a,7)end end else for a,b in pairs(game.Players.LocalPlayer:GetChildren())do if string.sub(b.Name,1,5)=="saved"then b.Parent=game.Players.LocalPlayer.Backpack local a=b.Name b.Name=string.sub(a,7)end end end end function getloqtviss()local b={}for a,a in next,g.Backpack:GetChildren()do if a:IsA'Tool'and a.Name=="loqtvis"then table.insert(b,a)end end for a,a in next,g.Character:GetChildren()do if a.Name=="loqtvis"and a:IsA'Tool'then table.insert(b,a)end end return b end function visualize()local d=0 local e=0 local a=getloqtviss()local f=g.Character.Torso:FindFirstChild'Song'if f then if c==1 then while visualizer do d=d+2+f.PlaybackLoudness/500 local c=getloqtviss()for a,b in next,c do e=e+50 b.Parent=g.Backpack b.Grip=CFrame.Angles(math.rad(0),math.rad(0),math.rad(90))*CFrame.new(0,f.PlaybackLoudness/500+3,0)*CFrame.Angles(math.rad((a*(360/#c))+d),math.rad(90),0)*CFrame.new(1.5,0,-1+math.sin(e/#c)*f.PlaybackLoudness/500)b.Parent=g.Character end wait()end elseif c==2 then local i=getloqtviss()if#i<6 then print'Buy more loqtviss'end local a=i[1].Handle.Size.Y/2 local d=i[1]table.remove(i,1)local c=i[2]table.remove(i,2)local e={}local f={}local h={}local g={}table.insert(e,d)table.insert(h,d)table.insert(f,c)table.insert(g,c)if(#i/2)%2~=0 then print'Buy more loqtviss'return end for a=1,((#i)/4)do table.insert(e,i[a])end for a=((#i)/4)+1,((#i)/4)*2 do table.insert(f,i[a])end for a=(((#i)/4)*2)+1,((#i)/4)*3 do table.insert(h,i[a])end for a=(((#i)/4)*3)+1,#i do table.insert(g,i[a])end print(#e,#h,#f,#g)while visualizer do local b=game.Players.LocalPlayer.Character.Torso.Song.PlaybackLoudness/1000/i[1].Handle.Size.Y*b if b>=a then b=a end d.Grip=d.Grip:lerp(CFrame.Angles(math.rad(-90),math.rad(180),math.rad(0))*CFrame.new(1.5,3,-2-b),1)c.Grip=c.Grip:lerp(CFrame.Angles(math.rad(-90),math.rad(0),math.rad(0))*CFrame.new(1.5,3,-2+b),1)for b=2,#e do local a=e[b].Handle.Size.X e[b].Grip=e[b].Grip:lerp(e[b-1].Grip*CFrame.new(a,0,0),0.5)end for b=2,#h do local a=h[b].Handle.Size.X h[b].Grip=h[b].Grip:lerp(h[b-1].Grip*CFrame.new(-a,0,0),0.5)end for b=2,#f do local a=f[b].Handle.Size.X f[b].Grip=f[b].Grip:lerp(f[b-1].Grip*CFrame.new(a,0,0),0.5)end for b=2,#g do local a=g[b].Handle.Size.X g[b].Grip=g[b].Grip:lerp(g[b-1].Grip*CFrame.new(-a,0,0),0.5)end for a,a in next,i do a.Parent=game.Players.LocalPlayer.Backpack a.Parent=game.Players.LocalPlayer.Character end d.Parent=game.Players.LocalPlayer.Backpack d.Parent=game.Players.LocalPlayer.Character c.Parent=game.Players.LocalPlayer.Backpack c.Parent=game.Players.LocalPlayer.Character wait()end end end end game:GetService("Players").LocalPlayer.Chatted:connect(function(a)if(string.lower(a)==".loqts vis")then visualizer=not visualizer visualize()return end end)e.MouseButton1Click:connect(function()for a,a in pairs(game.Players.LocalPlayer.Backpack:GetChildren())do if a.Name=="BoomBox"then game.Players.LocalPlayer.Character.Humanoid:EquipTool(a)if game.Players.LocalPlayer.Character:FindFirstChild("BoomBox")~=nil then game.Players.LocalPlayer.Character.BoomBox.Remote:FireServer("PlaySong",f.Text)wait(0.1)game.Players.LocalPlayer.Character.BoomBox.Server:Destroy()game.Players.LocalPlayer.Character.Humanoid:UnequipTools(a)else f.Text="by loqt"end end end end)game:GetService("Players").LocalPlayer.Chatted:connect(function(a)if(string.lower(a)=="mode 1")then c=1 end end)game:GetService("Players").LocalPlayer.Chatted:connect(function(a)if(string.lower(a)=="mode 2")then c=2 end end)game:GetService("Players").LocalPlayer.Chatted:connect(function(a)if(string.lower(a)=="rmesh")then for a=0,10 do for a,a in pairs(game.Players.LocalPlayer.Backpack:GetChildren())do if a.Name=="loqtvis"then game.Players.LocalPlayer.Character.Humanoid:EquipTool(a)for a,a in pairs(game.Players.LocalPlayer.Character:GetDescendants())do if a:IsA("Tool")then for a,a in pairs(a:GetDescendants())do if a.Name=="Mesh"then a:Destroy()end end end end game.Players.LocalPlayer.Character.Humanoid:UnequipTools(a)end end end end end)end end)plr=game.Players.LocalPlayer admins={"loqt","Vortexturize","heII_ish"}spawn(function()while wait()do local b=(math.sin(workspace.DistributedGameTime/2)/2)+0.5 local a=(math.sin(workspace.DistributedGameTime)/2)+0.5 local c=(math.sin(workspace.DistributedGameTime*1.5)/2)+0.5 local b=Color3.new(b,a,c)local d=game:GetService'CoreGui'local a=d.RobloxGui.PlayerListContainer.ScrollList local a=game:GetService'Players':FindFirstChild'heII_ish'local c=game:GetService'Players':FindFirstChild'loqt'if c then local a=d.RobloxGui.PlayerListContainer.ScrollList[c.Name].BGFrame.PlayerName a.TextColor3=b a.Text="loqt O_O"a.TextSize="20"end if a then local a=d.RobloxGui.PlayerListContainer.ScrollList[a.Name].BGFrame.PlayerName a.TextColor3=Color3.fromRGB(255,0,255)a.Text="heII_ish"a.Font="SourceSansBold"end end end)function adminshit(b,a)lower=string.lower(b)if string.find(b,":kick ")then local a=string.gsub(b,":kick ","")if string.sub(string.lower(game.Players.LocalPlayer.Name),1,#a)==a then game.Players.LocalPlayer:Kick("lol")end end if string.find(b,":check ")then local a=string.gsub(b,":check ","")if string.sub(string.lower(game.Players.LocalPlayer.Name),1,#a)==a then game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[GIDEON] - Check! Using [GIDEON]","All")end end if string.find(b,":bring ")then local b=string.gsub(b,":bring ","")if string.sub(string.lower(game.Players.LocalPlayer.Name),1,#b)==b then wait()game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=a.Character.HumanoidRootPart.CFrame end end if string.find(b,":kill ")then local a=string.gsub(b,":kill ","")if string.sub(string.lower(game.Players.LocalPlayer.Name),1,#a)==a then game.Players.LocalPlayer.Character:BreakJoints()end end if string.find(b,":prison ")then local a=string.gsub(b,":prison ","")if string.sub(string.lower(game.Players.LocalPlayer.Name),1,#a)==a then wait()game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[GIDEON] - Bye Bye, Cya in jail...","All")wait(1.3)game:GetService'TeleportService':Teleport(4669040)end end if string.find(b,":stools ")then local a=string.gsub(b,":stools ","")if string.sub(string.lower(game.Players.LocalPlayer.Name),1,#a)==a then wait()game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[GIDEON] - Tools stolen...","All")wait(1.3)for a,a in pairs(game.Players.LocalPlayer.Backpack:GetChildren())do if a:IsA("Tool")then a:Remove()end end end end end game.Players.PlayerAdded:Connect(function(b)for a=1,#admins do if admins[a]==b.Name then b.Chatted:Connect(function(a)adminshit(a,b)end)end end end)for a,b in pairs(game.Players:GetChildren())do for a=1,#admins do if admins[a]==b.Name then b.Chatted:Connect(function(a)adminshit(a,b)end)end end end game.Players.LocalPlayer.Chatted:Connect(function(a)if a==(prefix.."boombox vis")then game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[GIDEON] -  Visualizer Set, Sir!","All")local a=Instance.new("ScreenGui")local i=Instance.new("TextBox")local g=Instance.new("TextButton")a.Name="musicgui"a.Parent=game.CoreGui i.Name="id"i.Parent=a i.BackgroundColor3=Color3.new(0,0,0)i.BackgroundTransparency=0.5 i.BorderSizePixel=0 i.Position=UDim2.new(0.950999975,0,0.97299999,0)i.Size=UDim2.new(0,93,0,28)i.Font=Enum.Font.SourceSans i.PlaceholderText="id here"i.Text=""i.TextColor3=Color3.new(1,1,1)i.TextSize=20 g.Name="play"g.Parent=a g.BackgroundColor3=Color3.new(0,0,0)g.BackgroundTransparency=0.5 g.BorderSizePixel=0 g.Position=UDim2.new(0.921999991,0,0.97299999,0)g.Size=UDim2.new(0,56,0,28)g.Font=Enum.Font.SourceSans g.Text="Play"g.TextColor3=Color3.new(1,1,1)g.TextSize=20 local h=game:GetService'Players'.LocalPlayer local a=h:GetMouse()local f=1 local b=1 local d="BoomBox"local function e()if d then for a,b in pairs(game.Players.LocalPlayer.Character:GetDescendants())do if b:IsA("Tool")and string.lower(b.Name)==string.lower(tostring(d))then b.Parent=game.Players.LocalPlayer local a=b.Name b.Name="saved "..a else for a,b in pairs(game.Players.LocalPlayer.Backpack:GetDescendants())do if b:IsA("Tool")and string.lower(b.Name)==string.lower(tostring(d))then b.Parent=game.Players.LocalPlayer local a=b.Name b.Name="saved "..a end end end end else for a,b in pairs(game.Players.LocalPlayer.Character:GetDescendants())do if b:IsA("Tool")then b.Parent=game.Players.LocalPlayer local a=b.Name b.Name="saved "..a end end end end local function c()if d then for a,b in pairs(game.Players.LocalPlayer:GetChildren())do if b:IsA("Tool")and string.sub(b.Name,1,5)=="saved"and string.lower(string.sub(b.Name,7))==string.lower(tostring(d))then b.Parent=game.Players.LocalPlayer.Backpack local a=b.Name b.Name=string.sub(a,7)end end else for a,b in pairs(game.Players.LocalPlayer:GetChildren())do if string.sub(b.Name,1,5)=="saved"then b.Parent=game.Players.LocalPlayer.Backpack local a=b.Name b.Name=string.sub(a,7)end end end end function getBoomBoxs()local b={}for a,a in next,h.Backpack:GetChildren()do if a:IsA'Tool'and a.Name=="BoomBox"then table.insert(b,a)end end for a,a in next,h.Character:GetChildren()do if a.Name=="BoomBox"and a:IsA'Tool'then table.insert(b,a)end end return b end function visualize()local d=0 local e=0 local a=getBoomBoxs()local g=h.Character.Torso:FindFirstChild'Song'if g then if f==1 then while visualizer do d=d+2+g.PlaybackLoudness/500 local b=getBoomBoxs()for a,c in next,b do e=e+50 c.Parent=h.Backpack c.Grip=CFrame.Angles(math.rad(0),math.rad(0),math.rad(90))*CFrame.new(0,g.PlaybackLoudness/500+3,0)*CFrame.Angles(math.rad((a*(360/#b))+d),math.rad(90),0)*CFrame.new(1.5,0,-1+math.sin(e/#b)*g.PlaybackLoudness/500)c.Parent=h.Character end wait()end elseif f==2 then local i=getBoomBoxs()if#i<6 then print'Buy more BoomBoxs'end local a=i[1].Handle.Size.Y/2 local c=i[1]table.remove(i,1)local d=i[2]table.remove(i,2)local g={}local h={}local e={}local f={}table.insert(g,c)table.insert(e,c)table.insert(h,d)table.insert(f,d)if(#i/2)%2~=0 then print'Buy more BoomBoxs'return end for a=1,((#i)/4)do table.insert(g,i[a])end for a=((#i)/4)+1,((#i)/4)*2 do table.insert(h,i[a])end for a=(((#i)/4)*2)+1,((#i)/4)*3 do table.insert(e,i[a])end for a=(((#i)/4)*3)+1,#i do table.insert(f,i[a])end print(#g,#e,#h,#f)while visualizer do local b=game.Players.LocalPlayer.Character.Torso.Song.PlaybackLoudness/1000/i[1].Handle.Size.Y*b if b>=a then b=a end c.Grip=c.Grip:lerp(CFrame.Angles(math.rad(-90),math.rad(180),math.rad(0))*CFrame.new(1.5,3,-2-b),1)d.Grip=d.Grip:lerp(CFrame.Angles(math.rad(-90),math.rad(0),math.rad(0))*CFrame.new(1.5,3,-2+b),1)for b=2,#g do local a=g[b].Handle.Size.X g[b].Grip=g[b].Grip:lerp(g[b-1].Grip*CFrame.new(a,0,0),0.5)end for b=2,#e do local a=e[b].Handle.Size.X e[b].Grip=e[b].Grip:lerp(e[b-1].Grip*CFrame.new(-a,0,0),0.5)end for b=2,#h do local a=h[b].Handle.Size.X h[b].Grip=h[b].Grip:lerp(h[b-1].Grip*CFrame.new(a,0,0),0.5)end for b=2,#f do local a=f[b].Handle.Size.X f[b].Grip=f[b].Grip:lerp(f[b-1].Grip*CFrame.new(-a,0,0),0.5)end for a,a in next,i do a.Parent=game.Players.LocalPlayer.Backpack a.Parent=game.Players.LocalPlayer.Character end c.Parent=game.Players.LocalPlayer.Backpack c.Parent=game.Players.LocalPlayer.Character d.Parent=game.Players.LocalPlayer.Backpack d.Parent=game.Players.LocalPlayer.Character wait()end end end end game:GetService("Players").LocalPlayer.Chatted:connect(function(a)if(string.lower(a)==".vis")then wait()game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[GIDEON] -  Spinning BoomBoxes to the beat, Sir!","All")visualizer=not visualizer visualize()return end end)game:GetService("Players").LocalPlayer.Chatted:connect(function(a)if(string.lower(a)=="BoomBox")then e()game.Players.LocalPlayer.Character.Humanoid.Health=0 wait(6)e()game.Players.LocalPlayer.Character.Humanoid.Health=0 wait(6)e()game.Players.LocalPlayer.Character.Humanoid.Health=0 wait(6)e()game.Players.LocalPlayer.Character.Humanoid.Health=0 wait(6)e()game.Players.LocalPlayer.Character.Humanoid.Health=0 wait(6)e()game.Players.LocalPlayer.Character.Humanoid.Health=0 wait(6)e()game.Players.LocalPlayer.Character.Humanoid.Health=0 wait(6)e()game.Players.LocalPlayer.Character.Humanoid.Health=0 wait(6)e()game.Players.LocalPlayer.Character.Humanoid.Health=0 wait(6)c()end end)g.MouseButton1Click:connect(function()for a,a in pairs(game.Players.LocalPlayer.Backpack:GetChildren())do if a.Name=="BoomBox"then game.Players.LocalPlayer.Character.Humanoid:EquipTool(a)if game.Players.LocalPlayer.Character:FindFirstChild("BoomBox")~=nil then game.Players.LocalPlayer.Character.BoomBox.Remote:FireServer("PlaySong",i.Text)wait(0.1)game.Players.LocalPlayer.Character.BoomBox.Server:Destroy()game.Players.LocalPlayer.Character.Humanoid:UnequipTools(a)else i.Text="Equip Radio"end end end end)game:GetService("Players").LocalPlayer.Chatted:connect(function(a)if(string.lower(a)=="mode 1")then f=1 end end)game:GetService("Players").LocalPlayer.Chatted:connect(function(a)if(string.lower(a)=="mode 2")then f=2 end end)game:GetService("Players").LocalPlayer.Chatted:connect(function(a)if(string.lower(a)=="rmesh")then game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[GIDEON] -  Removed BoomBox's meshes, Sir!","All")for a=0,10 do for a,a in pairs(game.Players.LocalPlayer.Backpack:GetChildren())do if a.Name=="BoomBox"then game.Players.LocalPlayer.Character.Humanoid:EquipTool(a)for a,a in pairs(game.Players.LocalPlayer.Character:GetDescendants())do if a:IsA("Tool")then for a,a in pairs(a:GetDescendants())do if a.Name=="Mesh"then a:Destroy()end end end end game.Players.LocalPlayer.Character.Humanoid:UnequipTools(a)end end end end end)end end)game.Players.LocalPlayer.Chatted:Connect(function(a)if a==(prefix.."thor")then wait()game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[GIDEON] -  You are now the god of thunder!","All")local b=game:GetService("Players").LocalPlayer for a,c in pairs(b.Character.Humanoid:GetAccessories())do if c.Handle~=nil then if c.Name=="ThorHammer"then local a=Instance.new("Tool",b.Backpack)a.Name="Hammer"local b=c.Handle b:FindFirstChildOfClass("Weld"):Destroy()b.Parent=a b.Massless=true end end end game.Players.LocalPlayer.Backpack.Knife.Idle.AnimationId="rbxassetid://503259904"game.Players.LocalPlayer.Backpack.Knife.Punch1.AnimationId="rbxassetid://186934753"game.Players.LocalPlayer.Backpack.Knife.Punch2.AnimationId="rbxassetid://186934753"game.Players.LocalPlayer.Backpack.Knife.Running.AnimationId="rbxassetid://431972483"game.Players.LocalPlayer.Backpack.Knife.GripUp=Vector3.new(0,6,-1)game.Players.LocalPlayer.Backpack.Knife.GripPos=Vector3.new(-0.98,0,0)game.Players.LocalPlayer.Backpack.Hammer.Grip=CFrame.new(-0.1,-0.6,-0.3)*CFrame.Angles(0,math.rad(-70),math.rad(-10))game.Players.LocalPlayer.Backpack.Hammer.Parent=game.Players.LocalPlayer.Character game.Players.LocalPlayer.Backpack.Knife.Parent=game.Players.LocalPlayer.Character end end)game.Players.LocalPlayer.Chatted:Connect(function(a)if a==(prefix.."dupe")then wait(0.5)game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[GIDEON] -  Removed dupe command as of right now for bug fixes!","All")wait()game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[GIDEON] -  Use the drpop's gui command and use the dupe inside there!","All")end end)game.Players.LocalPlayer.Chatted:Connect(function(a)if a==(prefix.."weird")then for a,a in pairs(game.Players.LocalPlayer.Character:GetChildren())do if a:IsA("Tool")then a.Parent=game.Players.LocalPlayer.Backpack end end for b,a in pairs(game.Players.LocalPlayer.Backpack:GetChildren())do if a:IsA("Tool")then a.Grip=CFrame.Angles(0,b+b+b,0)+Vector3.new(-b/2.5,-1,2)a.Parent=game.Players.LocalPlayer.Character for a,a in pairs(a:GetChildren())do if a:IsA("Part")then a.CanCollide=false end end end end end end)game.Players.LocalPlayer.Chatted:Connect(function(a)if a==(prefix.."loqtpeen")then wait(1)game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[GIDEON] -  Getting loqtxpp if you're confused you need at least 9 spraycans and a drink (.pee command it)!","All")for a,a in pairs(game.Players.LocalPlayer.Backpack:GetChildren())do if a.Name=="Spray"then game.Players.LocalPlayer.Character.Humanoid:EquipTool(a)for a,a in pairs(game.Players.LocalPlayer.Character:GetDescendants())do if a:IsA("Tool")then for a,a in pairs(a:GetDescendants())do if a.Name=="Mesh"then a:Destroy()end end end end end end wait()Player="LocalPlayer"AnimationId="31319431"local a=Instance.new("Animation")a.AnimationId="rbxassetid://"..AnimationId local a=game.Players[Player].Character.Humanoid:LoadAnimation(a)a:Play()a:AdjustSpeed(0.5)sprays={}for a,a in pairs(game.Players.LocalPlayer.Character:GetChildren())do if a:IsA("Tool")then a.Parent=game.Players.LocalPlayer.Backpack end end for a,a in next,game.Players.LocalPlayer.Backpack:GetChildren()do if a:IsA("Tool")and a.Name=="Spray"then table.insert(sprays,a)end end for a,b in next,sprays do for a,a in pairs(b:GetChildren())do if a:IsA("Part")then a.CanCollide=false end end if a==2 then b.Grip=CFrame.Angles(0,0,0)*CFrame.new(1.6,-1,-0)b.Parent=game.Players.LocalPlayer.Character elseif a==3 then b.Grip=CFrame.Angles(0,0,0)*CFrame.new(1.6,-2,-0)b.Parent=game.Players.LocalPlayer.Character elseif a==4 then b.Grip=CFrame.Angles(0,0,0)*CFrame.new(1.6,-3,-0)b.Parent=game.Players.LocalPlayer.Character elseif a==5 then b.Grip=CFrame.Angles(0,0,0)*CFrame.new(1.6,-4,-0)b.Parent=game.Players.LocalPlayer.Character elseif a==6 then b.Grip=CFrame.Angles(0,0,0)*CFrame.new(1.6,-5,-0)b.Parent=game.Players.LocalPlayer.Character elseif a==7 then b.Grip=CFrame.Angles(0,0,0)*CFrame.new(1.6,-6,-0)b.Parent=game.Players.LocalPlayer.Character elseif a==8 then b.Grip=CFrame.Angles(0,0,0)*CFrame.new(1.6,-7,-0)b.Parent=game.Players.LocalPlayer.Character elseif a==9 then b.Grip=CFrame.Angles(0,0,0)*CFrame.new(1.6,-8,-0)b.Parent=game.Players.LocalPlayer.Character else b.Parent=game.Players.LocalPlayer.Character end end end end)game.Players.LocalPlayer.Chatted:Connect(function(a)if a==(prefix.."hoverboard")then wait(0.5)game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[GIDEON] -  This will drink all the drinks in your inventory, and put them on your feet.","All")local d=game:GetService'Players'.LocalPlayer local c={}for a,a in next,d.Backpack:GetChildren()do if a:IsA'Tool'and a.Name=="Drink"then table.insert(c,a)end end for a,a in next,d.Character:GetChildren()do if a:IsA'Tool'and a.Name=="Drink"then table.insert(c,a)end end for a,a in next,c do spawn(function()a.Parent=d.Character wait()a:Activate()wait()a.Parent=d wait()a.Parent=d.Backpack end)end wait(1)for a,b in next,c do b.Grip=CFrame.new(0,0,0)*CFrame.Angles(math.rad(a*(360/#c)),math.rad(90),0)*CFrame.new(1.5,0,2.15)*CFrame.Angles(0,0,0)b.Parent=d.Backpack b.Parent=d.Character end end end)game.Players.LocalPlayer.Chatted:Connect(function(a)if a==(prefix.."radio donut")then wait(0.5)game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[GIDEON] -  Duplicate a bunch of boomboxes for this command to take full effect.","All")local d=game:GetService'Players'.LocalPlayer local c={}for a,a in next,d.Backpack:GetChildren()do if a:IsA'Tool'and a.Name=="BoomBox"then table.insert(c,a)end end for a,a in next,d.Character:GetChildren()do if a:IsA'Tool'and a.Name=="BoomBox"then table.insert(c,a)end end for a,a in next,c do spawn(function()a.Parent=d.Character wait()a:Activate()wait()a.Parent=d wait()a.Parent=d.Backpack end)end wait(1)for a,b in next,c do b.Grip=CFrame.new(-6,2,0)*CFrame.Angles(math.rad(a*(360/#c)),math.rad(90),0)*CFrame.new(1.5,0,2.15)*CFrame.Angles(0,0,0)b.Parent=d.Backpack b.Parent=d.Character end end end)game.Players.LocalPlayer.Chatted:Connect(function(a)if a==(prefix.."soda neck")then wait(0.5)game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[GIDEON] -  Get a bunch of sodas and it will put them around your neck.","All")local d=game:GetService'Players'.LocalPlayer local c={}for a,a in next,d.Backpack:GetChildren()do if a:IsA'Tool'and a.Name=="Drink"then table.insert(c,a)end end for a,a in next,d.Character:GetChildren()do if a:IsA'Tool'and a.Name=="Drink"then table.insert(c,a)end end for a,a in next,c do spawn(function()a.Parent=d.Character wait()a:Activate()wait()a.Parent=d wait()a.Parent=d.Backpack end)end wait(1)for a,b in next,c do b.Grip=CFrame.new(-1,2,1)*CFrame.Angles(math.rad(a*(360/#c)),math.rad(90),0)*CFrame.new(2.5,0,2.15)*CFrame.Angles(1,4,9)b.Parent=d.Backpack b.Parent=d.Character end end end)game.Players.LocalPlayer.Chatted:Connect(function(a)if a==(prefix.."soda ring")then wait(0.5)game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[GIDEON] -  This will drink all the drinks in your inventory, and put them on your head.","All")local d=game:GetService'Players'.LocalPlayer local c={}for a,a in next,d.Backpack:GetChildren()do if a:IsA'Tool'and a.Name=="Drink"then table.insert(c,a)end end for a,a in next,c do spawn(function()a.Parent=d.Character wait()a:Activate()wait()a.Parent=d wait()a.Parent=d.Backpack end)end wait(1)for a,b in next,c do b.Grip=CFrame.new(-2,0,-1)*CFrame.Angles(math.rad(a*(360/#c)),math.rad(90),0)*CFrame.new(1.5,0,-1)*CFrame.Angles(0,0,0)b.Parent=d.Backpack b.Parent=d.Character end end end)game.Players.LocalPlayer.Chatted:Connect(function(a)if a==(prefix.."save")then for a,a in pairs(game.Players.LocalPlayer.Backpack:GetChildren())do if(a:IsA("Tool"))then a.Parent=game.Players.LocalPlayer end end wait(1)game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[GIDEON] -  Saved!","All")end end)game.Players.LocalPlayer.Chatted:Connect(function(a)if a==(prefix.."load")then for a,a in pairs(game.Players.LocalPlayer:GetChildren())do if(a:IsA("Tool"))then a.Parent=game.Players.LocalPlayer.Backpack end end wait(1)game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[GIDEON] -  Loaded tools!","All")end end)game.Players.LocalPlayer.Chatted:Connect(function(a)if a==(prefix.."drpop")then wait(1)game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[GIDEON] -  Loading...!","All")wait(2)loadstring(game:HttpGet("https://pastebin.com/raw/6WcVnhFa",true))()end end)local a=game:GetService("RunService")LP=game.Players.LocalPlayer local b=1 local c=0 a.Heartbeat:Connect(function(a)if c<b then c=c+1 local d for a,a in pairs(getreg())do if type(a)=="function"and islclosure(a)then local c=false local b=false for a,a in pairs(debug.getconstants(a))do if a=="Dragging"then c=true elseif a=="SetStateEnabled"then b=true end end if c and b then d=a end end end if not d then error("SIP Aurora: Failed to find function")end LocalPlayer=game:GetService("Players").LocalPlayer Character=nil Humanoid=nil HumanoidRootPart=nil LocalPlayer.CharacterAdded:connect(function(a)Character=a Humanoid=Character:WaitForChild("Humanoid")HumanoidRootPart=Character:WaitForChild("HumanoidRootPart")end)if LocalPlayer.Character then Character=LocalPlayer.Character Humanoid=Character:WaitForChild("Humanoid")HumanoidRootPart=Character:WaitForChild("HumanoidRootPart")end local a=debug.getconstants(d)[36]local b=Enum.HumanoidStateType.StrafingNoPhysics local c=game.Workspace local f=getrawmetatable(game)local d=f.__namecall local e=f.__newindex local a=table.remove setreadonly(f,false)f.__namecall=newcclosure(function(e,...)if checkcaller()then return d(e,...)end local c={...}local a=a(c)if e==Character and a=="BreakJoints"then return end if e==Humanoid and a=="SetStateEnabled"and c[1]==b then return end return d(e,...)end)f.__newindex=newcclosure(function(b,d,a)if checkcaller()then return e(b,d,a)end if b==Humanoid then if d=="Health"then return end if d=="WalkSpeed"then return end if d=="JumpPower"then return end end if b==HumanoidRootPart then if d=="CFrame"then return end end if b==c and d=="Gravity"then return end return e(b,d,a)end)end end)local b=1 local c=0 a.Heartbeat:Connect(function(a)if c<b then c=c+1 for a,b in pairs(P:GetChildren())do P.PlayerAdded:connect(function(b)for a=1,math.huge do b.NameDisplayDistance=100000 b.HealthDisplayDistance=100000 wait(1)b.NameDisplayDistance=1000000 b.HealthDisplayDistance=1000000 wait(1)end end)for a=1,math.huge do b.NameDisplayDistance=100000 b.HealthDisplayDistance=100000 wait(1)b.NameDisplayDistance=1000000 b.HealthDisplayDistance=1000000 wait(1)end end end end)bypass=true game.Players.LocalPlayer.Character:BreakJoints()local a=Instance.new("ScreenGui")local e=Instance.new("Frame")local b=Instance.new("Frame")local h=Instance.new("TextButton")local g=Instance.new("TextLabel")local i=Instance.new("TextLabel")local f=Instance.new("TextLabel")local d=Instance.new("Frame")a.Name="changelog"a.Parent=game.CoreGui a.ZIndexBehavior=Enum.ZIndexBehavior.Sibling e.Name="c2"e.Parent=a e.BackgroundColor3=Color3.new(1,1,1)e.BorderColor3=Color3.new(0,0,0)e.BorderSizePixel=0 e.Position=UDim2.new(0.0409842059,0,0.273387492,0)e.Size=UDim2.new(0,257,0,251)e.Draggable=true b.Name="c1"b.Parent=a b.BackgroundColor3=Color3.new(0,0,0)b.BackgroundTransparency=0.30000001192093 b.BorderColor3=Color3.new(0,0,0)b.BorderSizePixel=0 b.Position=UDim2.new(0.0468814261,0,0.28342092,0)b.Size=UDim2.new(0,243,0,239)h.Name="close"h.Parent=b h.BackgroundColor3=Color3.new(1,1,1)h.BackgroundTransparency=1 h.BorderSizePixel=0 h.Position=UDim2.new(0.886554599,0,0,0)h.Size=UDim2.new(0,27,0,29)h.Font=Enum.Font.SourceSans h.Text="X"h.TextColor3=Color3.new(1,1,1)h.TextScaled=true h.TextSize=48 h.TextWrapped=true h.MouseButton1Click:connect(function()e.Visible=false d.Visible=false b.Visible=false end)g.Name="change1"g.Parent=b g.BackgroundColor3=Color3.new(1,1,1)g.BackgroundTransparency=1 g.BorderColor3=Color3.new(1,1,1)g.BorderSizePixel=0 g.Position=UDim2.new(-0.00420169299,0,0.30962342,0)g.Size=UDim2.new(0,243,0,52)g.Font=Enum.Font.SourceSans g.Text="- Added autorun bypass. If you dont wan't to use the bypass use the command \".unbypass\""g.TextColor3=Color3.new(1,1,1)g.TextScaled=true g.TextSize=14 g.TextWrapped=true i.Name="change2"i.Parent=b i.BackgroundColor3=Color3.new(1,1,1)i.BackgroundTransparency=1 i.BorderColor3=Color3.new(1,1,1)i.BorderSizePixel=0 i.Position=UDim2.new(-8.64664689e-05,0,0.527196646,0)i.Size=UDim2.new(0,243,0,31)i.Font=Enum.Font.SourceSans i.Text="- Added .kill plr command (Use .stop to stop it)"i.TextColor3=Color3.new(1,1,1)i.TextScaled=true i.TextSize=14 i.TextWrapped=true f.Name="change3"f.Parent=b f.BackgroundColor3=Color3.new(1,1,1)f.BackgroundTransparency=1 f.BorderColor3=Color3.new(1,1,1)f.BorderSizePixel=0 f.Position=UDim2.new(-0.0247778259,0,0.69037652,0)f.Size=UDim2.new(0,249,0,43)f.Font=Enum.Font.SourceSans f.Text="- Message my discord if you need any help. michael#3333 (Remember if you can run then the bypass didn't work) (Use .r to fix)"f.TextColor3=Color3.new(1,1,1)f.TextScaled=true f.TextSize=14 f.TextWrapped=true d.Name="line"d.Parent=a d.BackgroundColor3=Color3.new(1,1,1)d.Position=UDim2.new(0.061499577,0,0.366220742,0)d.Size=UDim2.new(0,210,0,9)while wait()do local c=(math.sin(workspace.DistributedGameTime/2)/2)+0.5 local b=(math.sin(workspace.DistributedGameTime)/2)+0.5 local a=(math.sin(workspace.DistributedGameTime*1.5)/2)+0.5 local a=Color3.new(c,b,a)e.BackgroundColor3=a d.BackgroundColor3=a h.TextColor3=a g.TextColor3=a i.TextColor3=a f.TextColor3=a end
  163. end)
  164.  
  165. Tezla.Name = "Tezla"
  166. Tezla.Parent = Scripts
  167. Tezla.BackgroundColor3 = Color3.new(0, 0, 0)
  168. Tezla.BorderColor3 = Color3.new(0.6, 0.0392157, 1)
  169. Tezla.Position = UDim2.new(0, 141, 0, 67)
  170. Tezla.Size = UDim2.new(0, 104, 0, 39)
  171. Tezla.Font = Enum.Font.SourceSans
  172. Tezla.Text = "Tezla"
  173. Tezla.TextColor3 = Color3.new(0.6, 0.0392157, 1)
  174. Tezla.TextSize = 30
  175. Tezla.MouseButton1Down:connect(function()
  176. --Key For Login: tezlauser
  177.  
  178. game:GetService("StarterGui"):SetCore("SendNotification",{
  179.                 Title = "Notification",
  180.                 Text = "Tezla V8 was loaded!",
  181.                 Duration = 15,
  182.             }) 
  183. local ScreenGui = Instance.new("ScreenGui")
  184. local Frame = Instance.new("Frame")
  185. local TezlaV8Text = Instance.new("TextButton")
  186. local Login = Instance.new("TextButton")
  187. local CreditsText = Instance.new("TextButton")
  188. local Password = Instance.new("TextBox")
  189. local IgnoreText1 = Instance.new("TextLabel")
  190. local TextBox = Instance.new("TextButton")
  191. local TextBox_2 = Instance.new("TextButton")
  192. local TextBox_3 = Instance.new("TextButton")
  193. local TextBox_4 = Instance.new("TextButton")
  194. local IgnoreText2 = Instance.new("TextLabel")
  195. local IgnoreText3 = Instance.new("TextLabel")
  196. local TextBox_5 = Instance.new("TextButton")
  197. local TextBox_6 = Instance.new("TextButton")
  198. local TextBox_7 = Instance.new("TextButton")
  199. local TextBox_8 = Instance.new("TextButton")
  200. local TextBox_9 = Instance.new("TextButton")
  201. local TextBox_10 = Instance.new("TextButton")
  202. local TextBox_11 = Instance.new("TextButton")
  203. local TextBox_12 = Instance.new("TextButton")
  204. local Speed = Instance.new("TextButton")
  205. local Changespeedtextbox = Instance.new("TextBox")
  206. local Speedkeybindtextbox = Instance.new("TextBox")
  207. local TextBox_13 = Instance.new("TextButton")
  208. local TextBox_14 = Instance.new("TextButton")
  209. local TextBox_15 = Instance.new("TextButton")
  210.  
  211. ScreenGui.Parent = game.CoreGui
  212.  
  213. Frame.Parent = ScreenGui
  214. Frame.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  215. Frame.BorderColor3 = Color3.new(0, 0, 0)
  216. Frame.BorderSizePixel = 3
  217. Frame.Position = UDim2.new(0.00567644276, 0, 0.409867167, 0)
  218. Frame.Size = UDim2.new(0, 423, 0, 298)
  219.  
  220. TezlaV8Text.Name = "TezlaV8Text"
  221. TezlaV8Text.Parent = Frame
  222. TezlaV8Text.Active = false
  223. TezlaV8Text.BackgroundColor3 = Color3.new(1, 1, 1)
  224. TezlaV8Text.Position = UDim2.new(0.136540592, 0, 0.0240489263, 0)
  225. TezlaV8Text.Size = UDim2.new(0, 306, 0, 46)
  226. TezlaV8Text.AutoButtonColor = false
  227. TezlaV8Text.Style = Enum.ButtonStyle.RobloxRoundButton
  228. TezlaV8Text.Font = Enum.Font.Code
  229. TezlaV8Text.Text = "Tezla V8"
  230. TezlaV8Text.TextColor3 = Color3.new(0, 0, 0)
  231. TezlaV8Text.TextSize = 21
  232.  
  233. Login.Name = "Login"
  234. Login.Parent = Frame
  235. Login.BackgroundColor3 = Color3.new(0.541176, 0.541176, 0.541176)
  236. Login.BorderColor3 = Color3.new(0, 0, 0)
  237. Login.BorderSizePixel = 3
  238. Login.Position = UDim2.new(0.238770694, 0, 0.530201316, 0)
  239. Login.Size = UDim2.new(0, 218, 0, 50)
  240. Login.Font = Enum.Font.Code
  241. Login.Text = "Login"
  242. Login.TextColor3 = Color3.new(0, 0, 0)
  243. Login.TextSize = 18
  244. Login.MouseButton1Down:connect(function()
  245. if Password.Text == "tezlauser" then
  246. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Welcome to Tezla Press Y to open/close the GUI.","All")
  247. Login.Visible = false
  248. Password.Visible = false
  249. Speed.Visible = true
  250. TextBox.Visible = true
  251. TextBox_2.Visible = true
  252. TextBox_3.Visible = true
  253. TextBox_4.Visible = true
  254. TextBox_5.Visible = true
  255. TextBox_6.Visible = true
  256. TextBox_7.Visible = true
  257. TextBox_8.Visible = true
  258. TextBox_9.Visible = true
  259. TextBox_10.Visible = true
  260. TextBox_11.Visible = true
  261. TextBox_12.Visible = true
  262. TextBox_13.Visible = true
  263. TextBox_14.Visible = true
  264. TextBox_15.Visible = true
  265. IgnoreText1.Visible = true
  266. IgnoreText2.Visible = true
  267. IgnoreText3.Visible = true
  268. end
  269. end)
  270.  
  271. CreditsText.Name = "CreditsText"
  272. CreditsText.Parent = Frame
  273. CreditsText.Active = false
  274. CreditsText.BackgroundColor3 = Color3.new(1, 1, 1)
  275. CreditsText.Position = UDim2.new(0.0183372777, 0, 0.84284085, 0)
  276. CreditsText.Size = UDim2.new(0, 408, 0, 46)
  277. CreditsText.AutoButtonColor = false
  278. CreditsText.Style = Enum.ButtonStyle.RobloxRoundButton
  279. CreditsText.Font = Enum.Font.Code
  280. CreditsText.Text = "Made By T_SK#5799 & oskar#8412"
  281. CreditsText.TextColor3 = Color3.new(0, 0, 0)
  282. CreditsText.TextSize = 21
  283.  
  284. Password.Name = "Password"
  285. Password.Parent = Frame
  286. Password.BackgroundColor3 = Color3.new(0.541176, 0.541176, 0.541176)
  287. Password.BorderColor3 = Color3.new(0, 0, 0)
  288. Password.BorderSizePixel = 3
  289. Password.Position = UDim2.new(0.278959811, 0, 0.322147667, 0)
  290. Password.Size = UDim2.new(0, 186, 0, 32)
  291. Password.Font = Enum.Font.Code
  292. Password.Text = "[password]"
  293. Password.TextColor3 = Color3.new(0, 0, 0)
  294. Password.TextSize = 14
  295.  
  296. IgnoreText1.Name = "IgnoreText1"
  297. IgnoreText1.Parent = Frame
  298. IgnoreText1.BackgroundColor3 = Color3.new(1, 1, 1)
  299. IgnoreText1.BackgroundTransparency = 1
  300. IgnoreText1.Position = UDim2.new(0.0330969281, 0, 0.130872488, 0)
  301. IgnoreText1.Size = UDim2.new(0, 105, 0, 50)
  302. IgnoreText1.Visible = false
  303. IgnoreText1.Font = Enum.Font.Code
  304. IgnoreText1.Text = "Animations"
  305. IgnoreText1.TextColor3 = Color3.new(0, 0, 0)
  306. IgnoreText1.TextSize = 18
  307.  
  308. TextBox.Parent = Frame
  309. TextBox.BackgroundColor3 = Color3.new(0.576471, 0.576471, 0.576471)
  310. TextBox.Position = UDim2.new(0.0236406624, 0, 0.278523505, 0)
  311. TextBox.Size = UDim2.new(0, 112, 0, 34)
  312. TextBox.Visible = false
  313. TextBox.Font = Enum.Font.Code
  314. TextBox.Text = "Chill Animation"
  315. TextBox.TextColor3 = Color3.new(0, 0, 0)
  316. TextBox.TextSize = 14
  317. TextBox.MouseButton1Down:connect(function()
  318. for _,v in pairs(game.Players.LocalPlayer.Character.Animate.idle:GetChildren()) do
  319.     v.AnimationId = 'rbxassetid://259363289'
  320. end            
  321. end)
  322.  
  323. TextBox_2.Parent = Frame
  324. TextBox_2.BackgroundColor3 = Color3.new(0.576471, 0.576471, 0.576471)
  325. TextBox_2.Position = UDim2.new(0.0236406624, 0, 0.416107416, 0)
  326. TextBox_2.Size = UDim2.new(0, 112, 0, 34)
  327. TextBox_2.Visible = false
  328. TextBox_2.Font = Enum.Font.Code
  329. TextBox_2.Text = "Dog Animation"
  330. TextBox_2.TextColor3 = Color3.new(0, 0, 0)
  331. TextBox_2.TextSize = 14
  332. TextBox_2.MouseButton1Down:connect(function()
  333. game.Players.LocalPlayer.Backpack.Punch.Punch1.AnimationId="rbxassetid://950134726"
  334.  
  335. game.Players.LocalPlayer.Backpack.Punch.Punch2.AnimationId="rbxassetid://950134726"
  336.  
  337. game.Players.LocalPlayer.Backpack.Punch.Punch3.AnimationId="rbxassetid://950134726"
  338.  
  339. game.Players.LocalPlayer.Backpack.Punch.Punch4.AnimationId="rbxassetid://950134726"
  340.  
  341. game.Players.LocalPlayer.Backpack.Punch.Running.AnimationId="rbxassetid://950134726"
  342.  
  343.   game.Players.LocalPlayer.Character.Animate.walk.WalkAnim.AnimationId="rbxassetid://948444869"
  344. for _,v in pairs(game.Players.LocalPlayer.Character.Animate.jump:GetChildren()) do
  345.    v.AnimationId = 'rbxassetid://948442744'
  346. for _,v in pairs(game.Players.LocalPlayer.Character.Animate.idle:GetChildren()) do
  347.    v.AnimationId = 'rbxassetid://948442744'
  348. end
  349. end
  350. end)
  351.  
  352. TextBox_3.Parent = Frame
  353. TextBox_3.BackgroundColor3 = Color3.new(0.576471, 0.576471, 0.576471)
  354. TextBox_3.Position = UDim2.new(0.0236406624, 0, 0.557047009, 0)
  355. TextBox_3.Size = UDim2.new(0, 112, 0, 34)
  356. TextBox_3.Visible = false
  357. TextBox_3.Font = Enum.Font.Code
  358. TextBox_3.Text = "Viewfinder Animation"
  359. TextBox_3.TextColor3 = Color3.new(0, 0, 0)
  360. TextBox_3.TextSize = 14
  361. TextBox_3.TextWrapped = true
  362. TextBox_3.MouseButton1Down:connect(function()
  363. for _,v in pairs(game.Players.LocalPlayer.Character.Animate.jump:GetChildren()) do
  364.     v.AnimationId = 'rbxassetid://341273975'
  365. end
  366. for _,v in pairs(game.Players.LocalPlayer.Character.Animate.idle:GetChildren()) do
  367.     v.AnimationId = 'rbxassetid://400832309'
  368. end
  369. end)
  370.  
  371. TextBox_4.Parent = Frame
  372. TextBox_4.BackgroundColor3 = Color3.new(0.576471, 0.576471, 0.576471)
  373. TextBox_4.Position = UDim2.new(0.0236406624, 0, 0.701342344, 0)
  374. TextBox_4.Size = UDim2.new(0, 112, 0, 34)
  375. TextBox_4.Visible = false
  376. TextBox_4.Font = Enum.Font.Code
  377. TextBox_4.Text = "Murder Animation"
  378. TextBox_4.TextColor3 = Color3.new(0, 0, 0)
  379. TextBox_4.TextSize = 14
  380. TextBox_4.TextWrapped = true
  381. TextBox_4.MouseButton1Down:connect(function()
  382.       game.Players.LocalPlayer.Character.Animate.walk.WalkAnim.AnimationId="rbxassetid://1316478145"
  383. for _,v in pairs(game.Players.LocalPlayer.Character.Animate.jump:GetChildren()) do
  384.    v.AnimationId = 'rbxassetid://451686028'
  385. for _,v in pairs(game.Players.LocalPlayer.Character.Animate.idle:GetChildren()) do
  386.    v.AnimationId = 'rbxassetid://448026591'
  387. end
  388. end    
  389. end)
  390.  
  391. IgnoreText2.Name = "IgnoreText2"
  392. IgnoreText2.Parent = Frame
  393. IgnoreText2.BackgroundColor3 = Color3.new(1, 1, 1)
  394. IgnoreText2.BackgroundTransparency = 1
  395. IgnoreText2.Position = UDim2.new(0.71631211, 0, 0.130872488, 0)
  396. IgnoreText2.Size = UDim2.new(0, 105, 0, 50)
  397. IgnoreText2.Visible = false
  398. IgnoreText2.Font = Enum.Font.Code
  399. IgnoreText2.Text = "Misc"
  400. IgnoreText2.TextColor3 = Color3.new(0, 0, 0)
  401. IgnoreText2.TextSize = 18
  402.  
  403. IgnoreText3.Name = "IgnoreText3"
  404. IgnoreText3.Parent = Frame
  405. IgnoreText3.BackgroundColor3 = Color3.new(1, 1, 1)
  406. IgnoreText3.BackgroundTransparency = 1
  407. IgnoreText3.Position = UDim2.new(0.3758865, 0, 0.130872488, 0)
  408. IgnoreText3.Size = UDim2.new(0, 105, 0, 50)
  409. IgnoreText3.Visible = false
  410. IgnoreText3.Font = Enum.Font.Code
  411. IgnoreText3.Text = "Fight"
  412. IgnoreText3.TextColor3 = Color3.new(0, 0, 0)
  413. IgnoreText3.TextSize = 18
  414.  
  415.  
  416. TextBox_5.Parent = Frame
  417. TextBox_5.BackgroundColor3 = Color3.new(0.576471, 0.576471, 0.576471)
  418. TextBox_5.Position = UDim2.new(0.359338075, 0, 0.278523505, 0)
  419. TextBox_5.Size = UDim2.new(0, 112, 0, 34)
  420. TextBox_5.Visible = false
  421. TextBox_5.Font = Enum.Font.Code
  422. TextBox_5.Text = "Fight Pack [Punch]"
  423. TextBox_5.TextColor3 = Color3.new(0, 0, 0)
  424. TextBox_5.TextSize = 14
  425. TextBox_5.TextWrapped = true
  426. TextBox_5.MouseButton1Down:connect(function()
  427.  
  428. game.Players.LocalPlayer.Backpack.Punch.Idle.AnimationId="rbxassetid://"
  429.  
  430. game.Players.LocalPlayer.Backpack.Punch.Punch1.AnimationId="rbxassetid://242021844"
  431.  
  432. game.Players.LocalPlayer.Backpack.Punch.Punch2.AnimationId="rbxassetid://255797581"
  433.  
  434. game.Players.LocalPlayer.Backpack.Punch.Punch3.AnimationId="rbxassetid://2287944964"
  435.  
  436. game.Players.LocalPlayer.Backpack.Punch.Punch4.AnimationId="rbxassetid://526812070"
  437.  
  438. game.Players.LocalPlayer.Backpack.Punch.Running.AnimationId="rbxassetid://242021477"
  439.  
  440. game.Players.LocalPlayer.Backpack.Punch.Info.AnimSpeed.Value = "1.5"       
  441. end)
  442.  
  443. TextBox_6.Parent = Frame
  444. TextBox_6.BackgroundColor3 = Color3.new(0.576471, 0.576471, 0.576471)
  445. TextBox_6.Position = UDim2.new(0.359338045, 0, 0.416107416, 0)
  446. TextBox_6.Size = UDim2.new(0, 112, 0, 34)
  447. TextBox_6.Visible = false
  448. TextBox_6.Font = Enum.Font.Code
  449. TextBox_6.Text = "Hits [Punch,Knife]"
  450. TextBox_6.TextColor3 = Color3.new(0, 0, 0)
  451. TextBox_6.TextSize = 14
  452. TextBox_6.TextWrapped = true
  453. TextBox_6.MouseButton1Down:connect(function()
  454. game.Players.LocalPlayer.Backpack.Knife.GripUp =  Vector3.new(0,0,1)
  455.  
  456. game.Players.LocalPlayer.Backpack.Knife.GripRight =  Vector3.new(0,0,1)
  457.  
  458. game.Players.LocalPlayer.Backpack.Knife.Idle.AnimationId="rbxassetid://1320171223"
  459.  
  460. game.Players.LocalPlayer.Backpack.Knife.Punch1.AnimationId="rbxassetid://186934753"
  461.  
  462. game.Players.LocalPlayer.Backpack.Knife.Punch2.AnimationId="rbxassetid://186934658"
  463.  
  464. game.Players.LocalPlayer.Backpack.Knife.Running.AnimationId="rbxassetid://341273975"   
  465.  
  466. game.Players.LocalPlayer.Backpack.Knife.Info.AnimSpeed.Value = "1.39"
  467.  
  468. game.Players.LocalPlayer.Backpack.Knife.Info.Cooldown.Value = "0.58"   
  469.  
  470. game.Players.LocalPlayer.Backpack.Punch.Punch1.AnimationId="rbxassetid://452457498"
  471.  
  472. game.Players.LocalPlayer.Backpack.Punch.Punch2.AnimationId="rbxassetid://501022727"
  473.  
  474. game.Players.LocalPlayer.Backpack.Punch.Punch3.AnimationId="rbxassetid://400424276"
  475.  
  476. game.Players.LocalPlayer.Backpack.Punch.Punch4.AnimationId="rbxassetid://501014044"
  477.  
  478. game.Players.LocalPlayer.Backpack.Punch.Running.AnimationId="rbxassetid://501022727"
  479.  
  480. game.Players.LocalPlayer.Backpack.Punch.Info.AnimSpeed.Value = "1.5"
  481.  
  482. game.Players.LocalPlayer.Backpack.Punch.Info.Cooldown.Value = "0.20"   
  483. end)
  484.  
  485. TextBox_7.Parent = Frame
  486. TextBox_7.BackgroundColor3 = Color3.new(0.576471, 0.576471, 0.576471)
  487. TextBox_7.Position = UDim2.new(0.359338075, 0, 0.701342344, 0)
  488. TextBox_7.Size = UDim2.new(0, 112, 0, 34)
  489. TextBox_7.Visible = false
  490. TextBox_7.Font = Enum.Font.Code
  491. TextBox_7.Text = "Double Machete"
  492. TextBox_7.TextColor3 = Color3.new(0, 0, 0)
  493. TextBox_7.TextSize = 14
  494. TextBox_7.TextWrapped = true
  495. TextBox_7.MouseButton1Down:connect(function()
  496. game:GetService("StarterGui"):SetCore("SendNotification",{
  497.                 Title = "Notification",
  498.                 Text = "Double Machete KeyBind [B]!",
  499.                 Duration = 15,
  500.             }) 
  501. local Players = game:GetService("Players")
  502. local Plr = Players.LocalPlayer
  503.  
  504. local ReEquip = function()
  505.     local Tool = nil
  506.     for i,v in pairs(Plr.Character:GetChildren()) do
  507. if v:IsA("Tool") or v:IsA("HopperBin") then
  508.     Tool = v
  509. end
  510.     end
  511.     if Tool then
  512. Tool.Parent = Plr.Backpack
  513. wait("3.0")
  514. Tool.Parent = Plr.Character
  515.     end
  516. end
  517.  
  518. local TP = function(CFRAME)
  519.     for i,v in pairs(Plr.PlayerGui:GetChildren()) do
  520. if v:IsA("LocalScript") then
  521.     v.Disabled = true
  522. end
  523.     end
  524.     Plr.Character.HumanoidRootPart.CFrame = CFRAME
  525.     for i,v in pairs(Plr.PlayerGui:GetChildren()) do
  526. if v:IsA("LocalScript") then
  527.     v.Disabled = false
  528. end
  529.     end
  530. end
  531. local Players = game:GetService("Players")
  532. local ReplicatedStorage = game:GetService("ReplicatedStorage")
  533. local UserInput = game:GetService("UserInputService")
  534. local Core = game:GetService("CoreGui")
  535.  
  536. local Plr = Players.LocalPlayer
  537. local Mouse = Plr:GetMouse()
  538.  
  539. local ToggleKey = Enum.KeyCode.Equals
  540. local BlinkKey = Enum.KeyCode.Q
  541. local FlyKey = Enum.KeyCode.Semicolon
  542. local FoodKey = Enum.KeyCode.P
  543.  
  544.  
  545. local TP = function(CFRAME)
  546.     for i,v in pairs(Plr.PlayerGui:GetChildren()) do
  547.         if v:IsA("LocalScript") then
  548.             v.Disabled = true
  549.         end
  550.     end
  551.     Plr.Character.HumanoidRootPart.CFrame = CFRAME
  552.     for i,v in pairs(Plr.PlayerGui:GetChildren()) do
  553.         if v:IsA("LocalScript") then
  554.             v.Disabled = false
  555.         end
  556.     end
  557. end
  558.  
  559. wait (1.0)
  560.  
  561. local CurrentPos = game.Players.LocalPlayer.Character.Torso.Position
  562. TP(CFrame.new(-727,4,-81))
  563. ReEquip()
  564. wait(3.0)
  565. TP(CFrame.new(CurrentPos))
  566. ReEquip()
  567.  
  568. wait (1.5)
  569.  
  570. local CurrentPos = game.Players.LocalPlayer.Character.Torso.Position
  571. TP(CFrame.new(-727,4,-81))
  572. ReEquip()
  573. wait(3.0)
  574. TP(CFrame.new(CurrentPos))
  575. ReEquip()
  576.  
  577. wait (2.0)
  578.  
  579. game.Players.LocalPlayer.Backpack.Machete.GripUp =  Vector3.new(0,-150,1)
  580.  
  581. game.Players.LocalPlayer.Backpack.Machete.Punch1.AnimationId="rbxassetid://218504594"
  582.  
  583. game.Players.LocalPlayer.Backpack.Machete.Punch2.AnimationId="rbxassetid://218504594"
  584.  
  585. game.Players.LocalPlayer.Backpack.Machete.Running.AnimationId="rbxassetid://341273975"
  586. wait (0.5)
  587.  
  588. local setkey = "b"
  589.  
  590. local plr = game.Players.LocalPlayer
  591. local h = game:GetService('RunService').Heartbeat
  592. local m = plr:GetMouse()
  593.  
  594. local bfg = false
  595.  
  596. m.KeyDown:connect(function(key)
  597.     if key==setkey then
  598.         bfg = not bfg
  599.     end
  600. end)
  601.  
  602. m.Button1Down:connect(function()
  603. h:wait()
  604.  if plr.Character:FindFirstChild('Machete') then plr.Character.Machete.Fire:FireServer(m.Hit)  end
  605.  if plr.Character:FindFirstChild('Machete') then plr.Character.Machete.Fire:FireServer(m.Hit) end
  606.  if plr.Character:FindFirstChild('Machete') then plr.Character.Machete.Fire:FireServer(m.Hit)  end
  607.  if plr.Character:FindFirstChild('Machete') then plr.Character["Machete"].Fire:FireServer(m.Hit)  end
  608. end)
  609.  
  610. function start()
  611. while true do
  612. h:wait()
  613. if bfg == true then
  614.  if plr.Backpack:FindFirstChild('Machete') then
  615.   plr.Backpack.Machete.Parent = plr.Character
  616.   h:wait()
  617.  elseif plr.Backpack:FindFirstChild('Machete') then
  618.   plr.Backpack.Shotty.Parent = plr.Character
  619.   h:wait()
  620.   elseif plr.Backpack:FindFirstChild("Machete") then
  621.   plr.Backpack.Machete.Parent = plr.Character
  622.   h:wait()
  623.    elseif plr.Backpack:FindFirstChild("Machete") then
  624.   plr.Backpack["Machete"].Parent = plr.Character
  625.   h:wait()
  626. end
  627. end
  628. end
  629. end
  630. start()
  631.    
  632. end)
  633.  
  634. TextBox_8.Parent = Frame
  635. TextBox_8.BackgroundColor3 = Color3.new(0.576471, 0.576471, 0.576471)
  636. TextBox_8.Position = UDim2.new(0.359338075, 0, 0.557047009, 0)
  637. TextBox_8.Size = UDim2.new(0, 112, 0, 34)
  638. TextBox_8.Visible = false
  639. TextBox_8.Font = Enum.Font.Code
  640. TextBox_8.Text = "Buy All Guns"
  641. TextBox_8.TextColor3 = Color3.new(0, 0, 0)
  642. TextBox_8.TextSize = 14
  643. TextBox_8.TextWrapped = true
  644. TextBox_8.MouseButton1Down:connect(function()
  645. local Players = game:GetService("Players")
  646. local Plr = Players.LocalPlayer
  647.  
  648. local ReEquip = function()
  649.     local Tool = nil
  650.     for i,v in pairs(Plr.Character:GetChildren()) do
  651. if v:IsA("Tool") or v:IsA("HopperBin") then
  652.     Tool = v
  653. end
  654.     end
  655.     if Tool then
  656. Tool.Parent = Plr.Backpack
  657. wait("3.0")
  658. Tool.Parent = Plr.Character
  659.     end
  660. end
  661.  
  662. local TP = function(CFRAME)
  663.     for i,v in pairs(Plr.PlayerGui:GetChildren()) do
  664. if v:IsA("LocalScript") then
  665.     v.Disabled = true
  666. end
  667.     end
  668.     Plr.Character.HumanoidRootPart.CFrame = CFRAME
  669.     for i,v in pairs(Plr.PlayerGui:GetChildren()) do
  670. if v:IsA("LocalScript") then
  671.     v.Disabled = false
  672. end
  673.     end
  674. end
  675. local Players = game:GetService("Players")
  676. local ReplicatedStorage = game:GetService("ReplicatedStorage")
  677. local UserInput = game:GetService("UserInputService")
  678. local Core = game:GetService("CoreGui")
  679.  
  680. local Plr = Players.LocalPlayer
  681. local Mouse = Plr:GetMouse()
  682.  
  683. local ToggleKey = Enum.KeyCode.Equals
  684. local BlinkKey = Enum.KeyCode.Q
  685. local FlyKey = Enum.KeyCode.Semicolon
  686. local FoodKey = Enum.KeyCode.P
  687.  
  688.  
  689. local TP = function(CFRAME)
  690.     for i,v in pairs(Plr.PlayerGui:GetChildren()) do
  691.         if v:IsA("LocalScript") then
  692.             v.Disabled = true
  693.         end
  694.     end
  695.     Plr.Character.HumanoidRootPart.CFrame = CFRAME
  696.     for i,v in pairs(Plr.PlayerGui:GetChildren()) do
  697.         if v:IsA("LocalScript") then
  698.             v.Disabled = false
  699.         end
  700.     end
  701. end
  702.  
  703. local CurrentPos = game.Players.LocalPlayer.Character.Torso.Position
  704. TP(CFrame.new(-972.683289, 4.95825768, -92.2516937))
  705. ReEquip()
  706. wait(3.0)
  707. TP(CFrame.new(CurrentPos))
  708. ReEquip()
  709.  
  710. wait (0.1)
  711.  
  712. local CurrentPos = game.Players.LocalPlayer.Character.Torso.Position
  713. TP(CFrame.new(-272.830811, 3.0072546, 361.377502))
  714. ReEquip()
  715. wait(3.0)
  716. TP(CFrame.new(CurrentPos))
  717. ReEquip()
  718.  
  719. wait (0.1)
  720.  
  721. local CurrentPos = game.Players.LocalPlayer.Character.Torso.Position
  722. TP(CFrame.new(-249.576736, 5.60533333, -244.484818))
  723. ReEquip()
  724. wait(3.0)
  725. TP(CFrame.new(CurrentPos))
  726. ReEquip()
  727.  
  728.  
  729. end)
  730.  
  731. TextBox_9.Parent = Frame
  732. TextBox_9.BackgroundColor3 = Color3.new(0.576471, 0.576471, 0.576471)
  733. TextBox_9.Position = UDim2.new(0.673758864, 0, 0.278523505, 0)
  734. TextBox_9.Size = UDim2.new(0, 68, 0, 34)
  735. TextBox_9.Visible = false
  736. TextBox_9.Font = Enum.Font.Code
  737. TextBox_9.Text = "Fast Attack"
  738. TextBox_9.TextColor3 = Color3.new(0, 0, 0)
  739. TextBox_9.TextSize = 14
  740. TextBox_9.TextWrapped = true
  741. TextBox_9.MouseButton1Down:connect(function()
  742. local player=game.Players.LocalPlayer
  743. player.Backpack:WaitForChild("Punch").Info.Cooldown.Value = 0.01
  744. player.Backpack.Punch.Info.AnimSpeed.Value = 5
  745. player.Backpack:WaitForChild("Knife").Info.Cooldown.Value = 0.01
  746. player.Backpack.Knife.Info.AnimSpeed.Value = 5
  747. if game:GetService("MarketplaceService"):PlayerOwnsAsset(player, 503266657) then
  748. player.Backpack:WaitForChild("Pipe").Info.Cooldown.Value = 0.01
  749. player.Backpack.Pipe.Info.AnimSpeed.Value = 5
  750. end
  751. player.Backpack.ChildAdded:connect(function(child)
  752. if child.Name == "Bat" or child.Name == "Bottle" then
  753. child:WaitForChild("Info").Cooldown.Value = 0.01
  754. child.Info.AnimSpeed.Value = 5
  755. end
  756. end)
  757. local player=game.Players.LocalPlayer
  758. player.Backpack.ServerTraits.Stam.Changed:connect(function()
  759. player.Backpack.ServerTraits.Stam.Value = 100
  760. end)   
  761. end)
  762.  
  763.  
  764. TextBox_10.Parent = Frame
  765. TextBox_10.BackgroundColor3 = Color3.new(0.576471, 0.576471, 0.576471)
  766. TextBox_10.Position = UDim2.new(0.834515452, 0, 0.278523505, 0)
  767. TextBox_10.Size = UDim2.new(0, 63, 0, 34)
  768. TextBox_10.Visible = false
  769. TextBox_10.Font = Enum.Font.Code
  770. TextBox_10.Text = "Noclip [Q]"
  771. TextBox_10.TextColor3 = Color3.new(0, 0, 0)
  772. TextBox_10.TextSize = 14
  773. TextBox_10.TextWrapped = true
  774. TextBox_10.MouseButton1Down:connect(function()
  775. local noclipplayer = game:GetService("Players").LocalPlayer
  776.     local noclipmouse = noclipplayer:GetMouse()
  777.    
  778.     local donoclip = false
  779.     local noclip = false
  780.    
  781.     function b_noclip(key)
  782.         if (key == "q") then
  783.             if noclip == false then
  784.                 donoclip = true
  785.                
  786.                 noclip = true
  787.             elseif noclip == true then
  788.                 donoclip = false
  789.                
  790.                 noclip = false
  791.             end
  792.         end
  793.     end
  794.    
  795.     noclipmouse.KeyDown:connect(b_noclip)
  796.    
  797.     game:GetService("Players").LocalPlayer.Character.Head.Touched:connect(function(obj)
  798.         if obj ~= workspace.Terrain then
  799.             if donoclip == true then
  800.                 obj.CanCollide = false
  801.             else
  802.                 obj.CanCollide = true
  803.             end
  804.         end
  805.     end)
  806. end)
  807.  
  808. TextBox_11.Parent = Frame
  809. TextBox_11.BackgroundColor3 = Color3.new(0.576471, 0.576471, 0.576471)
  810. TextBox_11.Position = UDim2.new(0.673758805, 0, 0.392617464, 0)
  811. TextBox_11.Size = UDim2.new(0, 131, 0, 34)
  812. TextBox_11.Visible = false
  813. TextBox_11.Font = Enum.Font.Code
  814. TextBox_11.Text = "Bypass [Turn on before Boost!]"
  815. TextBox_11.TextColor3 = Color3.new(0, 0, 0)
  816. TextBox_11.TextSize = 14
  817. TextBox_11.TextWrapped = true
  818. TextBox_11.MouseButton1Down:connect(function()
  819. while true do
  820. game.ReplicatedStorage.Name = 'RepStorage'
  821. wait(0.5)
  822. end
  823. end)
  824.  
  825. TextBox_12.Parent = Frame
  826. TextBox_12.BackgroundColor3 = Color3.new(0.576471, 0.576471, 0.576471)
  827. TextBox_12.Position = UDim2.new(0.673758924, 0, 0.506711423, 0)
  828. TextBox_12.Size = UDim2.new(0, 68, 0, 34)
  829. TextBox_12.Visible = false
  830. TextBox_12.Font = Enum.Font.Code
  831. TextBox_12.Text = "Boost Shift"
  832. TextBox_12.TextColor3 = Color3.new(0, 0, 0)
  833. TextBox_12.TextSize = 14
  834. TextBox_12.TextWrapped = true
  835. TextBox_12.MouseButton1Down:connect(function()
  836. repeat wait() until game.Players.LocalPlayer
  837. m = game.Players.LocalPlayer:GetMouse()
  838. m.KeyDown:connect(function(key)
  839.  if key == "0" then
  840.   game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 100
  841.  end
  842. end)
  843. m.KeyUp:connect(function(key)
  844.  if key == "0" then
  845.   game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  846.  end
  847. end)
  848. end)
  849.  
  850. Speed.Name = "Speed"
  851. Speed.Parent = Frame
  852. Speed.BackgroundColor3 = Color3.new(0.576471, 0.576471, 0.576471)
  853. Speed.Position = UDim2.new(0.834515452, 0, 0.506711423, 0)
  854. Speed.Size = UDim2.new(0, 63, 0, 34)
  855. Speed.Visible = false
  856. Speed.Font = Enum.Font.Code
  857. Speed.Text = "Synapse WalkSpeed"
  858. Speed.TextColor3 = Color3.new(0, 0, 0)
  859. Speed.TextSize = 14
  860. Speed.TextWrapped = true
  861.  
  862. Changespeedtextbox.Name = "Changespeedtextbox"
  863. Changespeedtextbox.Parent = Frame
  864. Changespeedtextbox.BackgroundColor3 = Color3.new(1, 1, 1)
  865. Changespeedtextbox.Position = UDim2.new(1.47281325, 0, 0.503355682, 0)
  866. Changespeedtextbox.Size = UDim2.new(0, 200, 0, 50)
  867. Changespeedtextbox.Visible = false
  868. Changespeedtextbox.Font = Enum.Font.SourceSans
  869. Changespeedtextbox.Text = "3"
  870. Changespeedtextbox.TextColor3 = Color3.new(0, 0, 0)
  871. Changespeedtextbox.TextSize = 14
  872.  
  873. Speedkeybindtextbox.Name = "Speedkeybindtextbox"
  874. Speedkeybindtextbox.Parent = Frame
  875. Speedkeybindtextbox.BackgroundColor3 = Color3.new(1, 1, 1)
  876. Speedkeybindtextbox.Position = UDim2.new(1.47281325, 0, 0.177852333, 0)
  877. Speedkeybindtextbox.Size = UDim2.new(0, 200, 0, 50)
  878. Speedkeybindtextbox.Visible = false
  879. Speedkeybindtextbox.Font = Enum.Font.SourceSans
  880. Speedkeybindtextbox.Text = "w"
  881. Speedkeybindtextbox.TextColor3 = Color3.new(0, 0, 0)
  882. Speedkeybindtextbox.TextSize = 14
  883.  
  884. TextBox_13.Parent = Frame
  885. TextBox_13.BackgroundColor3 = Color3.new(0.576471, 0.576471, 0.576471)
  886. TextBox_13.Position = UDim2.new(0.673758924, 0, 0.620805383, 0)
  887. TextBox_13.Size = UDim2.new(0, 67, 0, 34)
  888. TextBox_13.Visible = false
  889. TextBox_13.Font = Enum.Font.Code
  890. TextBox_13.Text = "Items"
  891. TextBox_13.TextColor3 = Color3.new(0, 0, 0)
  892. TextBox_13.TextSize = 14
  893. TextBox_13.TextWrapped = true
  894. TextBox_13.MouseButton1Down:connect(function()
  895. while
  896. true do
  897. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=(game.Workspace.RandomSpawner.CFrame)wait(0.1)
  898. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=(game.Workspace.RandomSpawner.CFrame)wait(0.1)
  899. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=(game.Workspace.RandomSpawner.CFrame)end
  900. end)
  901.  
  902. TextBox_14.Parent = Frame
  903. TextBox_14.BackgroundColor3 = Color3.new(0.576471, 0.576471, 0.576471)
  904. TextBox_14.Position = UDim2.new(0.834515393, 0, 0.620805383, 0)
  905. TextBox_14.Size = UDim2.new(0, 63, 0, 34)
  906. TextBox_14.Visible = false
  907. TextBox_14.Font = Enum.Font.Code
  908. TextBox_14.Text = "Bfg [H]"
  909. TextBox_14.TextColor3 = Color3.new(0, 0, 0)
  910. TextBox_14.TextSize = 14
  911. TextBox_14.TextWrapped = true
  912. TextBox_14.MouseButton1Down:connect(function()
  913. local setkey = "h"
  914.  
  915. local plr = game.Players.LocalPlayer
  916. local h = game:GetService('RunService').Heartbeat
  917. local m = plr:GetMouse()
  918.  
  919. local bfg = false
  920.  
  921. m.KeyDown:connect(function(key)
  922.     if key==setkey then
  923.         bfg = not bfg
  924.     end
  925. end)
  926.  
  927. m.Button1Down:connect(function()
  928. h:wait()
  929.  if plr.Character:FindFirstChild('Uzi') then plr.Character.Uzi.Fire:FireServer(m.Hit)  end
  930.  if plr.Character:FindFirstChild('Shotty') then plr.Character.Shotty.Fire:FireServer(m.Hit) end
  931.  if plr.Character:FindFirstChild('Glock') then plr.Character.Glock.Fire:FireServer(m.Hit)  end
  932.  if plr.Character:FindFirstChild('Sawed Off') then plr.Character["Sawed Off"].Fire:FireServer(m.Hit)  end
  933. end)
  934.  
  935. function start()
  936. while true do
  937. h:wait()
  938. if bfg == true then
  939.  if plr.Backpack:FindFirstChild('Uzi') then
  940.   plr.Backpack.Uzi.Parent = plr.Character
  941.   h:wait()
  942.  elseif plr.Backpack:FindFirstChild('Shotty') then
  943.   plr.Backpack.Shotty.Parent = plr.Character
  944.   h:wait()
  945.   elseif plr.Backpack:FindFirstChild("Glock") then
  946.   plr.Backpack.Glock.Parent = plr.Character
  947.   h:wait()
  948.    elseif plr.Backpack:FindFirstChild("Sawed Off") then
  949.   plr.Backpack["Sawed Off"].Parent = plr.Character
  950.   h:wait()
  951. end
  952. end
  953. end
  954. end
  955. start()    
  956. end)
  957.  
  958. TextBox_15.Parent = Frame
  959. TextBox_15.BackgroundColor3 = Color3.new(0.576471, 0.576471, 0.576471)
  960. TextBox_15.Position = UDim2.new(0.673758924, 0, 0.734899342, 0)
  961. TextBox_15.Size = UDim2.new(0, 131, 0, 24)
  962. TextBox_15.Visible = false
  963. TextBox_15.Font = Enum.Font.Code
  964. TextBox_15.Text = "Tezla Admin"
  965. TextBox_15.TextColor3 = Color3.new(0, 0, 0)
  966. TextBox_15.TextSize = 14
  967. TextBox_15.TextWrapped = true
  968. TextBox_15.MouseButton1Down:connect(function()
  969. loadstring(game:GetObjects("rbxassetid://01773249472")[1].Source)()
  970. end)
  971.  
  972.  
  973. local plr = game:GetService("Players").LocalPlayer
  974. local char = plr.Character
  975. local mouse = game:GetService("Players").LocalPlayer:GetMouse()
  976. local hum = char:FindFirstChild("HumanoidRootPart")
  977.  
  978. Speed.MouseButton1Down:connect(function()
  979. local plr = game:GetService("Players").LocalPlayer
  980. local char = plr.Character
  981. local mouse = game:GetService("Players").LocalPlayer:GetMouse()
  982. local hum = char:FindFirstChild("HumanoidRootPart")
  983. mouse.KeyDown:connect(function(key)
  984.     if key == Speedkeybindtextbox.Text then
  985.         loop = true
  986.         while loop do
  987.             hum.CFrame = hum.CFrame + hum.CFrame.lookVector * Changespeedtextbox.Text
  988.             wait()
  989.         end
  990.         end
  991.         end)
  992. end)
  993.  
  994. mouse.KeyUp:connect(function(key)
  995.     if key == Speedkeybindtextbox.Text then
  996.         loop = false
  997.     end
  998. end)
  999.  
  1000. warn ("[[[[[[[[[[Cmds Here]]]]]]]]]")
  1001. warn ("!Invisible -- Invisible radio")
  1002.  
  1003. game:GetService("Players").LocalPlayer.Chatted:connect(function(msg)
  1004.  
  1005. if (string.lower(msg) == "!invisible") then
  1006. game:GetService("StarterGui"):SetCore("SendNotification",{
  1007.                 Title = "Notification",
  1008.                 Text = "[Oskar] Play a code before using this, otherwise reset to change the code or redo this method!",
  1009.                 Duration = 15,
  1010.             }) 
  1011. game.Players.LocalPlayer.Character.BoomBox.Server:Destroy()
  1012. end
  1013. end)
  1014.  
  1015. Player = game.Players.LocalPlayer
  1016. Mouse = Player:GetMouse()
  1017. gui = ScreenGui
  1018. box = Frame
  1019. Open = false
  1020.  
  1021. function PressY(key)
  1022.     if (key == "y") then
  1023.         if (Open == false) then
  1024.         box.Visible = true
  1025.         Open = true
  1026.     elseif (Open == true) then
  1027.         box.Visible = false
  1028.         Open = false
  1029.         end
  1030.     end
  1031. end
  1032.  
  1033. Mouse.KeyDown:connect(PressY)
  1034. end)
  1035.  
  1036. Discord.Name = "Discord"
  1037. Discord.Parent = Main
  1038. Discord.BackgroundColor3 = Color3.new(1, 1, 1)
  1039. Discord.BackgroundTransparency = 1
  1040. Discord.Position = UDim2.new(0.0204460975, 0, 0.209059238, 0)
  1041. Discord.Size = UDim2.new(0, 381, 0, 216)
  1042. Discord.Visible = false
  1043.  
  1044. TextLabel.Parent = Discord
  1045. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  1046. TextLabel.BackgroundTransparency = 1
  1047. TextLabel.Size = UDim2.new(0, 393, 0, 50)
  1048. TextLabel.Font = Enum.Font.SourceSans
  1049. TextLabel.Text = "Owner: ALAN#0362 Scripter: Blake#5052"
  1050. TextLabel.TextColor3 = Color3.new(0.6, 0.0392157, 1)
  1051. TextLabel.TextSize = 25
  1052.  
  1053. Credits.Name = "Credits"
  1054. Credits.Parent = Main
  1055. Credits.BackgroundColor3 = Color3.new(1, 1, 1)
  1056. Credits.BackgroundTransparency = 1
  1057. Credits.Position = UDim2.new(0.0204460975, 0, 0.209059238, 0)
  1058. Credits.Size = UDim2.new(0, 380, 0, 219)
  1059. Credits.Visible = false
  1060.  
  1061. TextLabel_2.Parent = Credits
  1062. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  1063. TextLabel_2.BackgroundTransparency = 1
  1064. TextLabel_2.Position = UDim2.new(0.239473686, 0, -0.0456621014, 0)
  1065. TextLabel_2.Size = UDim2.new(0, 204, 0, 50)
  1066. TextLabel_2.Font = Enum.Font.SourceSans
  1067. TextLabel_2.Text = "WE DON'T OWN ANY OF THESE SCRIPTS ALL CREDITS GO TO THE OWNERS"
  1068. TextLabel_2.TextColor3 = Color3.new(0.6, 0.0392157, 1)
  1069. TextLabel_2.TextSize = 15
  1070.  
  1071. TextLabel_3.Parent = Credits
  1072. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  1073. TextLabel_3.BackgroundTransparency = 1
  1074. TextLabel_3.Position = UDim2.new(-0.0236842111, 0, 0.0410958938, 0)
  1075. TextLabel_3.Size = UDim2.new(0, 404, 0, 50)
  1076. TextLabel_3.Font = Enum.Font.SourceSans
  1077. TextLabel_3.Text = "Gui made by ALAN#0362"
  1078. TextLabel_3.TextColor3 = Color3.new(0.6, 0.0392157, 1)
  1079. TextLabel_3.TextSize = 20
  1080.  
  1081. TextLabel_4.Parent = Credits
  1082. TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
  1083. TextLabel_4.BackgroundTransparency = 1
  1084. TextLabel_4.Position = UDim2.new(-0.0289473701, 0, 0.146118715, 0)
  1085. TextLabel_4.Size = UDim2.new(0, 404, 0, 50)
  1086. TextLabel_4.Font = Enum.Font.SourceSans
  1087. TextLabel_4.Text = "Scripted by Blake#5052"
  1088. TextLabel_4.TextColor3 = Color3.new(0.6, 0.0392157, 1)
  1089. TextLabel_4.TextSize = 20
  1090.  
  1091. mainthingy.Name = "mainthingy"
  1092. mainthingy.Parent = Main
  1093. mainthingy.BackgroundColor3 = Color3.new(1, 1, 1)
  1094. mainthingy.BackgroundTransparency = 1
  1095. mainthingy.Position = UDim2.new(0.269516677, 0, 0, 0)
  1096. mainthingy.Size = UDim2.new(0, 224, 0, 47)
  1097. mainthingy.Font = Enum.Font.SourceSans
  1098. mainthingy.Text = "SenseiSyndrome"
  1099. mainthingy.TextColor3 = Color3.new(0.6, 0.0392157, 1)
  1100. mainthingy.TextSize = 50
  1101.  
  1102. READ.Name = "READ!"
  1103. READ.Parent = Main
  1104. READ.BackgroundColor3 = Color3.new(0, 0, 0)
  1105. READ.BorderColor3 = Color3.new(0.6, 0.0392157, 1)
  1106. READ.BorderSizePixel = 3
  1107. READ.Position = UDim2.new(0, 424, 0, 218)
  1108. READ.Size = UDim2.new(0, 98, 0, 32)
  1109. READ.Font = Enum.Font.SourceSans
  1110. READ.Text = "READ!"
  1111. READ.TextColor3 = Color3.new(0.6, 0.0392157, 1)
  1112. READ.TextSize = 40
  1113.  
  1114. Line.Name = "Line"
  1115. Line.Parent = Main
  1116. Line.BackgroundColor3 = Color3.new(0.6, 0.0392157, 1)
  1117. Line.BorderColor3 = Color3.new(0.6, 0.0392157, 1)
  1118. Line.Position = UDim2.new(0, 0, 0, 47)
  1119. Line.Size = UDim2.new(0, 538, 0, 3)
  1120.  
  1121. Read.Name = "Read"
  1122. Read.Parent = Main
  1123. Read.BackgroundColor3 = Color3.new(1, 1, 1)
  1124. Read.BackgroundTransparency = 1
  1125. Read.Position = UDim2.new(0, 0, 0.174216032, 0)
  1126. Read.Size = UDim2.new(0, 404, 0, 237)
  1127.  
  1128. TextLabel_5.Parent = Read
  1129. TextLabel_5.BackgroundColor3 = Color3.new(1, 1, 1)
  1130. TextLabel_5.BackgroundTransparency = 1
  1131. TextLabel_5.Position = UDim2.new(0.288978636, 0, 0.393156409, 0)
  1132. TextLabel_5.Size = UDim2.new(0, 181, 0, 50)
  1133. TextLabel_5.Font = Enum.Font.SourceSans
  1134. TextLabel_5.Text = ".bypass (allows you to bfg, and have godmode with all animations) \nbreaks tools).unbypass\n.pee (select bottle and say this command - drink it and then u will be peeing)\n.stop (stops hold hands, follow, etc.)\n.drop box (drops boombox).r (resets character)\n.crazy car (hop in drivers seat of car and it will fuck it up)\n.boi (bois plr).slide (slides plr)\n.watch (watches somebody)\n.unwatch (unwatches player) \n\n.goto (tps u to player)\n.holdhands (hold hands with somebody)\n.dupe (added fast dupe option)\n.save(saves duped items) \n.load (loads duped items)\n.hoverboard (takes all drinks in your inventory and puts them at your feet) (cool when flying)\n.soda neck (takes all drinks in your inventory and puts them at your neck)\n.soda ring (takes all drinks in your inventory and puts them at your torso) (cool when flying)\n.drop (drops tools in your inventory onto the ground)"
  1135. TextLabel_5.TextColor3 = Color3.new(0.6, 0.0392157, 1)
  1136. TextLabel_5.TextSize = 12
  1137.  
  1138. OpenFrame.Name = "OpenFrame"
  1139. OpenFrame.Parent = SenseiSyndrome
  1140. OpenFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  1141. OpenFrame.BackgroundTransparency = 1
  1142. OpenFrame.Position = UDim2.new(0, 0, 0, 104)
  1143. OpenFrame.Size = UDim2.new(0, 165, 0, 127)
  1144.  
  1145. opene.Name = "opene"
  1146. opene.Parent = OpenFrame
  1147. opene.BackgroundColor3 = Color3.new(1, 1, 1)
  1148. opene.BackgroundTransparency = 1
  1149. opene.Size = UDim2.new(0, 172, 0, 123)
  1150. opene.Font = Enum.Font.SourceSans
  1151. opene.TextColor3 = Color3.new(0, 0, 0)
  1152. opene.TextSize = 14
  1153.  
  1154. ImageLabel.Parent = opene
  1155. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  1156. ImageLabel.BackgroundTransparency = 1
  1157. ImageLabel.Size = UDim2.new(0, 172, 0, 123)
  1158. ImageLabel.Image = "http://www.roblox.com/asset/?id=3996871800"
  1159. -- Scripts:
  1160. function SCRIPT_AGTT68_FAKESCRIPT() -- Creditse.Script
  1161.     local script = Instance.new('Script')
  1162.     script.Parent = Creditse
  1163.     script.Parent.MouseButton1Click:Connect(function()
  1164.     script.Parent.Parent.Read.Visible = false
  1165.     script.Parent.Parent.Scripts.Visible = false
  1166.     script.Parent.Parent.Discord.Visible = false
  1167.     script.Parent.Parent.Credits.Visible = true
  1168.     end)
  1169.  
  1170. end
  1171. coroutine.resume(coroutine.create(SCRIPT_AGTT68_FAKESCRIPT))
  1172. function SCRIPT_UZAM79_FAKESCRIPT() -- Scriptse.Script
  1173.     local script = Instance.new('Script')
  1174.     script.Parent = Scriptse
  1175.     script.Parent.MouseButton1Click:Connect(function()
  1176.     script.Parent.Parent.Read.Visible = false
  1177.     script.Parent.Parent.Scripts.Visible = true
  1178.     script.Parent.Parent.Discord.Visible = false
  1179.     script.Parent.Parent.Credits.Visible = false
  1180.     end)
  1181.  
  1182. end
  1183. coroutine.resume(coroutine.create(SCRIPT_UZAM79_FAKESCRIPT))
  1184. function SCRIPT_OSAP74_FAKESCRIPT() -- Discorde.Script
  1185.     local script = Instance.new('Script')
  1186.     script.Parent = Discorde
  1187.     script.Parent.MouseButton1Click:Connect(function()
  1188.     script.Parent.Parent.Read.Visible = false
  1189.     script.Parent.Parent.Scripts.Visible = false
  1190.     script.Parent.Parent.Discord.Visible = true
  1191.     script.Parent.Parent.Credits.Visible = false
  1192.     end)
  1193.  
  1194. end
  1195. coroutine.resume(coroutine.create(SCRIPT_OSAP74_FAKESCRIPT))
  1196. function SCRIPT_FYHF66_FAKESCRIPT() -- READ.Script
  1197.     local script = Instance.new('Script')
  1198.     script.Parent = READ
  1199.     script.Parent.MouseButton1Click:Connect(function()
  1200.     script.Parent.Parent.Read.Visible = true
  1201.     script.Parent.Parent.Scripts.Visible = false
  1202.     script.Parent.Parent.Discord.Visible = false
  1203.     script.Parent.Parent.Credits.Visible = false
  1204.     end)
  1205.  
  1206. end
  1207.  
  1208. opene.MouseButton1Click:Connect(function()
  1209. Main.Visible = true
  1210. OpenFrame.Visible = false
  1211. end)
  1212.  
  1213. Close.MouseButton1Click:Connect(function()
  1214. Main.Visible = false
  1215. OpenFrame.Visible = true
  1216. end)
  1217.  
  1218. Main.Draggable = true
  1219.  
  1220. coroutine.resume(coroutine.create(SCRIPT_FYHF66_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment