Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- These arent my scripts lol im a bad scripter
- -- Version 1
- -- Instances:
- local ScreenGui = Instance.new("ScreenGui")
- local Main = Instance.new("Frame")
- local Title = Instance.new("TextLabel")
- local Close = Instance.new("TextButton")
- local CreeperR15 = Instance.new("TextButton")
- local CreeperR6 = Instance.new("TextButton")
- local ESP = Instance.new("TextButton")
- local Inventory = Instance.new("TextButton")
- local ChatTroll = Instance.new("TextButton")
- local Jump = Instance.new("TextButton")
- local Speed = Instance.new("TextButton")
- local Btools = Instance.new("TextButton")
- local TPTool = Instance.new("TextButton")
- local Noclip = Instance.new("TextButton")
- local Open = Instance.new("TextButton")
- --Properties:
- ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- Main.Name = "Main"
- Main.Parent = ScreenGui
- Main.BackgroundColor3 = Color3.new(0.301961, 0.301961, 0.301961)
- Main.BackgroundTransparency = 0.60000002384186
- Main.Position = UDim2.new(0.735159814, 0, 0.182108626, 0)
- Main.Size = UDim2.new(0, 276, 0, 420)
- Main.Visible = false
- Title.Name = "Title"
- Title.Parent = Main
- Title.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
- Title.Position = UDim2.new(-0.000514566898, 0, 0, 0)
- Title.Size = UDim2.new(0, 276, 0, 37)
- Title.Font = Enum.Font.Code
- Title.Text = "Torlled"
- Title.TextColor3 = Color3.new(0.764706, 0.764706, 0.764706)
- Title.TextScaled = true
- Title.TextSize = 14
- Title.TextWrapped = true
- Close.Name = "Close"
- Close.Parent = Main
- Close.BackgroundColor3 = Color3.new(1, 1, 1)
- Close.BackgroundTransparency = 1
- Close.Size = UDim2.new(0, 37, 0, 37)
- Close.Font = Enum.Font.SourceSans
- Close.Text = "X"
- Close.TextColor3 = Color3.new(1, 1, 1)
- Close.TextScaled = true
- Close.TextSize = 14
- Close.TextWrapped = true
- Close.MouseButton1Down:connect(function()
- Main.Visible = false
- Open.Visible = true
- end)
- CreeperR15.Name = "Creeper R15"
- CreeperR15.Parent = Main
- CreeperR15.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
- CreeperR15.Position = UDim2.new(0, 0, 0.0857282728, 0)
- CreeperR15.Size = UDim2.new(0, 97, 0, 50)
- CreeperR15.Font = Enum.Font.Fantasy
- CreeperR15.Text = "Creeper R15"
- CreeperR15.TextColor3 = Color3.new(1, 1, 1)
- CreeperR15.TextScaled = true
- CreeperR15.TextSize = 14
- CreeperR15.TextWrapped = true
- CreeperR15.MouseButton1Down:connect(function()
- -->>Creeper R15<<--
- -->>___Made By Infinity#3369___<--
- local lol = game:GetService('Players').LocalPlayer
- lol.Character["Head"].Mesh:Destroy()
- lol.Character["LeftUpperArm"]:Destroy()
- lol.Character["RightUpperArm"]:Destroy()
- for i,v in pairs(game:GetService('Players').LocalPlayer.Character:GetDescendants()) do
- if v:IsA'Hat' or v:IsA'Accessory' then
- v.Parent = game:GetService'Workspace'
- end
- end
- local fuck = game:GetService('Players').LocalPlayer
- if game.Players.LocalPlayer == fuck then
- print("succesfully creeped u! enjoy!")
- end
- end)
- CreeperR6.Name = "Creeper R6"
- CreeperR6.Parent = Main
- CreeperR6.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
- CreeperR6.Position = UDim2.new(0.648550749, 0, 0.0857282728, 0)
- CreeperR6.Size = UDim2.new(0, 97, 0, 50)
- CreeperR6.Font = Enum.Font.Fantasy
- CreeperR6.Text = "Creeper R6"
- CreeperR6.TextColor3 = Color3.new(1, 1, 1)
- CreeperR6.TextScaled = true
- CreeperR6.TextSize = 14
- CreeperR6.TextWrapped = true
- CreeperR6.MouseButton1Down:connect(function()
- -->>Creeper R6<<--
- -->>___Made By Infinity#3369___<--
- local lol = game:GetService('Players').LocalPlayer
- lol.Character["Head"].Mesh:Destroy()
- lol.Character["Left Arm"]:Destroy()
- lol.Character["Right Arm"]:Destroy()
- for i,v in pairs(game:GetService('Players').LocalPlayer.Character:GetDescendants()) do
- if v:IsA'Hat' or v:IsA'Accessory' then
- v.Parent = game:GetService'Workspace'
- end
- end
- local fuck = game:GetService('Players').LocalPlayer
- if game.Players.LocalPlayer == fuck then
- print("succesfully creeped u! enjoy!")
- end
- end)
- ESP.Name = "ESP"
- ESP.Parent = Main
- ESP.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
- ESP.Position = UDim2.new(0, 0, 0.403623343, 0)
- ESP.Size = UDim2.new(0, 97, 0, 50)
- ESP.Font = Enum.Font.Fantasy
- ESP.Text = "ESP"
- ESP.TextColor3 = Color3.new(1, 1, 1)
- ESP.TextScaled = true
- ESP.TextSize = 14
- ESP.TextWrapped = true
- ESP.MouseButton1Down:connect(function()
- -- Made by Clifford from Intriga Discord -- Edited by Foxxy#2439 --
- local localPlayer=game.Players.LocalPlayer
- function highlightModel(objObject)
- for i,v in pairs(objObject:children())do
- if v:IsA'BasePart'and v.Name~='HumanoidRootPart'then
- local bHA=Instance.new('BoxHandleAdornment',v)
- bHA.Adornee=v
- bHA.Size= v.Name=='Head' and Vector3.new(1.25,1.25,1.25) or v.Size
- bHA.Color3=v.Name=='Head'and Color3.new(1,0,0)or v.Name=='Torso'and Color3.new(0,1,0)or Color3.new(0,0,1)
- bHA.Transparency=.5
- bHA.ZIndex=1
- bHA.AlwaysOnTop=true
- end
- if #v:children()>0 then
- highlightModel(v)
- end
- end
- end
- function unHighlightModel(objObject)
- for i,v in pairs(objObject:children())do
- if v:IsA'BasePart' and v:findFirstChild'BoxHandleAdornment' then
- v.BoxHandleAdornment:Destroy()
- end
- if #v:children()>0 then
- unHighlightModel(v)
- end
- end
- end
- function sortTeamHighlights(objPlayer)
- repeat wait() until objPlayer.Character
- if objPlayer.TeamColor~=localPlayer.TeamColor then
- highlightModel(objPlayer.Character)
- else
- unHighlightModel(objPlayer.Character)
- end
- if objPlayer~=localPlayer then
- objPlayer.Changed:connect(function(strProp)
- if strProp=='TeamColor'then
- if objPlayer.TeamColor~=localPlayer.TeamColor then
- unHighlightModel(objPlayer.Character)
- highlightModel(objPlayer.Character)
- else
- unHighlightModel(objPlayer.Character)
- end
- end
- end)
- else
- objPlayer.Changed:connect(function(strProp)
- if strProp=='TeamColor'then
- wait(.5)
- for i,v in pairs(game.Players:GetPlayers())do
- unHighlightModel(v)
- if v.TeamColor~=localPlayer.TeamColor then
- highlightModel(v.Character)
- end
- end
- end
- end)
- end
- end
- for i,v in pairs(game.Players:GetPlayers())do
- v.CharacterAdded:connect(function()
- sortTeamHighlights(v)
- end)
- sortTeamHighlights(v)
- end
- game.Players.PlayerAdded:connect(function(objPlayer)
- objPlayer.CharacterAdded:connect(function(objChar)
- sortTeamHighlights(objPlayer)
- end)
- end)
- end)
- Inventory.Name = "OPFinality"
- Inventory.Parent = Main
- Inventory.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
- Inventory.Position = UDim2.new(0.648550749, 0, 0.245005727, 0)
- Inventory.Size = UDim2.new(0, 97, 0, 50)
- Inventory.Font = Enum.Font.Fantasy
- Inventory.Text = "Enable Inventory"
- Inventory.TextColor3 = Color3.new(1, 1, 1)
- Inventory.TextScaled = true
- Inventory.TextWrapped = true
- Inventory.MouseButton1Down:connect(function()
- game.StarterGui:SetCoreGuiEnabled(2, true)
- end)
- ChatTroll.Name = "Chat Troll"
- ChatTroll.Parent = Main
- ChatTroll.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
- ChatTroll.Position = UDim2.new(0.648550749, 0, 0.402778327, 0)
- ChatTroll.Size = UDim2.new(0, 97, 0, 50)
- ChatTroll.Font = Enum.Font.Fantasy
- ChatTroll.Text = "Chat Troll"
- ChatTroll.TextColor3 = Color3.new(1, 1, 1)
- ChatTroll.TextScaled = true
- ChatTroll.TextSize = 14
- ChatTroll.TextWrapped = true
- ChatTroll.MouseButton1Down:connect(function()
- local Action = game.Players:GetPlayers()
- for i = 1,#Action do
- Action[i].Chatted:connect(function(Message)
- game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("".."["..Action[i].Name.."]".." "..Message, "All")
- end)
- end
- end)
- Jump.Name = "Jump"
- Jump.Parent = Main
- Jump.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
- Jump.Position = UDim2.new(0.648550749, 0, 0.58089149, 0)
- Jump.Size = UDim2.new(0, 97, 0, 50)
- Jump.Font = Enum.Font.Fantasy
- Jump.Text = "Jump Power"
- Jump.TextColor3 = Color3.new(1, 1, 1)
- Jump.TextScaled = true
- Jump.TextSize = 14
- Jump.TextWrapped = true
- Jump.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = 200
- end)
- Speed.Name = "Speed"
- Speed.Parent = Main
- Speed.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
- Speed.Position = UDim2.new(0, 0, 0.58089149, 0)
- Speed.Size = UDim2.new(0, 97, 0, 50)
- Speed.Font = Enum.Font.Fantasy
- Speed.Text = "Speed"
- Speed.TextColor3 = Color3.new(1, 1, 1)
- Speed.TextScaled = true
- Speed.TextSize = 14
- Speed.TextWrapped = true
- Speed.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 75
- end)
- Btools.Name = "Btools"
- Btools.Parent = Main
- Btools.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
- Btools.Position = UDim2.new(0, 0, 0.749939084, 0)
- Btools.Size = UDim2.new(0, 97, 0, 50)
- Btools.Font = Enum.Font.Fantasy
- Btools.Text = "Btools"
- Btools.TextColor3 = Color3.new(1, 1, 1)
- Btools.TextScaled = true
- Btools.TextSize = 14
- Btools.TextWrapped = true
- Btools.MouseButton1Down:connect(function()
- local tool1 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
- local tool2 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
- local tool3 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
- local tool4 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
- local tool5 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
- tool1.BinType = "Clone"
- tool2.BinType = "GameTool"
- tool3.BinType = "Hammer"
- tool4.BinType = "Script"
- tool5.BinType = "Grab"
- end)
- TPTool.Name = "TP Tool"
- TPTool.Parent = Main
- TPTool.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
- TPTool.Position = UDim2.new(0.648550749, 0, 0.749939084, 0)
- TPTool.Size = UDim2.new(0, 97, 0, 50)
- TPTool.Font = Enum.Font.Fantasy
- TPTool.Text = "TP Tool"
- TPTool.TextColor3 = Color3.new(1, 1, 1)
- TPTool.TextScaled = true
- TPTool.TextSize = 14
- TPTool.TextWrapped = true
- TPTool.MouseButton1Down:connect(function()
- mouse = game.Players.LocalPlayer:GetMouse()
- tool = Instance.new("Tool")
- tool.RequiresHandle = false
- tool.Name = "Click Teleport"
- tool.Activated:connect(function()
- local pos = mouse.Hit+Vector3.new(0,2.5,0)
- pos = CFrame.new(pos.X,pos.Y,pos.Z)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = pos
- end)
- tool.Parent = game.Players.LocalPlayer.Backpack
- end)
- Noclip.Name = "Noclip"
- Noclip.Parent = Main
- Noclip.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
- Noclip.Position = UDim2.new(0, 0, 0.245850727, 0)
- Noclip.Size = UDim2.new(0, 97, 0, 50)
- Noclip.Font = Enum.Font.Fantasy
- Noclip.Text = "Noclip (press e)"
- Noclip.TextColor3 = Color3.new(1, 1, 1)
- Noclip.TextScaled = true
- Noclip.TextSize = 14
- Noclip.TextWrapped = true
- Noclip.MouseButton1Down:connect(function()
- noclip = false
- game:GetService('RunService').Stepped:connect(function()
- if noclip then
- game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
- end
- end)
- plr = game.Players.LocalPlayer
- mouse = plr:GetMouse()
- mouse.KeyDown:connect(function(key)
- if key == "e" then
- noclip = not noclip
- game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
- end
- end)
- print('Loaded')
- print('Press "E" to noclip')
- end)
- Open.Name = "Open"
- Open.Parent = ScreenGui
- Open.BackgroundColor3 = Color3.new(0.105882, 0.105882, 0.105882)
- Open.BackgroundTransparency = 0.5
- Open.Position = UDim2.new(0, 0, 0.442492008, 0)
- Open.Size = UDim2.new(0, 106, 0, 46)
- Open.Font = Enum.Font.Code
- Open.Text = "OPEN"
- Open.TextColor3 = Color3.new(1, 1, 1)
- Open.TextSize = 27
- Open.TextWrapped = true
- Open.MouseButton1Down:connect(function()
- Open.Visible = false
- Main.Visible = true
- end)
Add Comment
Please, Sign In to add comment