Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --
- ---
- ----TSB SCRIPT MY TLL
- -----
- ------
- -------
- game.StarterGui:SetCore("SendNotification", {
- Title = "EXECUTED TSB SCRIPT";
- Text = "EXECUTED"; -- what the text says (ofc)
- Duration = 3;
- })
- wait(0)
- local myPart = Instance.new("Part")
- myPart.Transparency = 0
- myPart.Anchored = true
- myPart.Rotation = Vector3.new(0,-18,0)
- myPart.Size = Vector3.new(10,1,15)
- myPart.Position = Vector3.new(-64, 34, 20339)
- myPart.Parent = game.Workspace
- local Library = loadstring(Game:HttpGet("https://raw.githubusercontent.com/bloodball/-back-ups-for-libs/main/wizard"))()
- local PhantomForcesWindow = Library:NewWindow("|тѕвнυв|")
- local TSB = PhantomForcesWindow:NewSection("MAIN")
- TSB:CreateButton("CAMLOCK", function()
- loadstring(game:HttpGet("https://pastebin.com/raw/xJfUiQVK"))()
- end)
- TSB:CreateButton("SAITAM ANM", function()
- loadstring(Game:HttpGet("https://pastebin.com/raw/zxC8EnQD"))()
- end)
- TSB:CreateButton("OMNI PUNCH", function()
- local player = game.Players.LocalPlayer
- repeat wait() until player.Character.Humanoid
- local humanoid = player.Character.Humanoid
- local character = player.Character or player.CharacterAdded:Wait()
- local UserInputService = game:GetService("UserInputService")
- local anim2 = Instance.new("Animation")
- anim2.AnimationId = "rbxassetid://13927612951"
- local playAnim2 = humanoid:LoadAnimation(anim2)
- playAnim2:Play()
- end)
- local TSB = PhantomForcesWindow:NewSection("TP LOCATION")
- TSB:CreateButton("tp CAMPO", function()
- local rootPart = game.Players.LocalPlayer.Character.HumanoidRootPart rootPart.CFrame = CFrame.new(150, 446, 29)
- end)
- TSB:CreateButton("tp monte", function()
- local rootPart = game.Players.LocalPlayer.Character.HumanoidRootPart rootPart.CFrame = CFrame.new(-20, 653, -389)
- end)
- TSB:CreateButton("tp abajo de Monte", function()
- local rootPart = game.Players.LocalPlayer.Character.HumanoidRootPart rootPart.CFrame = CFrame.new(-165, 439, -423)
- end)
- TSB:CreateButton("TP SAITAM", function()
- local rootPart = game.Players.LocalPlayer.Character.HumanoidRootPart rootPart.CFrame = CFrame.new(-64, 38, 20339)
- end)
- TSB:CreateButton("TP ATOMIC", function()
- local rootPart = game.Players.LocalPlayer.Character.HumanoidRootPart rootPart.CFrame = CFrame.new(1069, 144, 23001)
- end)
- TSB:CreateButton("TP PVP", function()
- local rootPart = game.Players.LocalPlayer.Character.HumanoidRootPart rootPart.CFrame = CFrame.new(23, 595, -454)
- end)
- TSB:CreateButton("TP SPAWN", function()
- local rootPart = game.Players.LocalPlayer.Character.HumanoidRootPart rootPart.CFrame = CFrame.new(-68, 441, 93)
- end)
- TSB:CreateButton("TP CIELO", function()
- local rootPart = game.Players.LocalPlayer.Character.HumanoidRootPart
- local pos = rootPart.CFrame
- rootPart.CFrame = CFrame.new(150, 1850, 29)
- wait(1)
- rootPart.CFrame = pos
- end)
- TSB:CreateButton("ANTI SAITAMA", function()
- local rootPart = game.Players.LocalPlayer.Character.HumanoidRootPart
- local pos = rootPart.CFrame
- rootPart.CFrame = CFrame.new(670, -495, -4032)
- wait(3.5)
- rootPart.CFrame = pos
- end)
- local TSB = PhantomForcesWindow:NewSection("PLAYER")
- TSB:CreateButton("spd", function()
- getgenv().playerSpeed = 22
- local mt = getrawmetatable(game)
- local old = mt.__newindex
- setreadonly(mt, false)
- mt.__newindex = function(self, idx, val)
- if idx == 'WalkSpeed' then
- return old(self, idx, playerSpeed)
- end
- return old(self, idx, val)
- end
- setreadonly(mt, true)
- end)
- TSB:CreateToggle("loopspd", function(m)
- getgenv().loopW = m
- game:GetService("RunService").Heartbeat:Connect(function()
- if loopW == true then
- pcall(function()
- game:GetService("Players").LocalPlayer.Character.Humanoid.WalkSpeed = Walkspeed
- end)
- end
- end)
- end)
- TSB:CreateTextbox("HIP HEIGHT", function(height)
- game.Players.LocalPlayer.Character.Humanoid.HipHeight = height
- end)
- TSB:CreateTextbox("FOV", function(value)
- local FovNumber = value
- local Camera = workspace.CurrentCamera
- Camera.FieldOfView = FovNumber
- end)
- local TSB = PhantomForcesWindow:NewSection("SCRIPTS")
- TSB:CreateButton("TP CLICK", 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)
- TSB:CreateButton("FPSBOOST", function()
- loadstring(game:HttpGet(('https://raw.githubusercontent.com/VikiChardd/AntiLag_TSB/main/Protect_MeowTBS1999.lua.txt')))()
- end)
- TSB:CreateButton("TP PLAYERS GUI", function()
- loadstring(game:HttpGet("https://pastebin.com/raw/qs67NGB3"))()
- end)
- TSB:CreateButton("VOID BUTTON", function()
- local gui = Instance.new("ScreenGui")
- gui.Parent = game.CoreGui
- local frame = Instance.new("Frame")
- frame.Position = UDim2.new(0.9, -0.3, 0.1, -38)
- frame.Size = UDim2.new(0, 10, 0, 10)
- frame.BackgroundColor3 = Color3.new(0.3, 0.2, 0.3)
- frame.Parent = gui
- local speedButton = Instance.new("TextButton")
- speedButton.Text = "VOID"
- speedButton.Position = UDim2.new(1, -75, 0.5, -25)
- speedButton.Size = UDim2.new(0, 100, 0, 50)
- speedButton.BackgroundColor3 = Color3.new(0.4, 0.4, 0.4)
- speedButton.TextColor3 = Color3.new(1, 1, 1)
- speedButton.Parent = frame
- speedButton.MouseButton1Click:Connect(function()
- local rootPart = game.Players.LocalPlayer.Character.HumanoidRootPart
- local pos = rootPart.CFrame
- rootPart.CFrame = CFrame.new(670, -492, -4032)
- wait(2)
- rootPart.CFrame = pos
- end)
- end)
- TSB:CreateButton("INK MONSTER", function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/0Ben1/fe/main/obf_rTvXTs8F16D8D2oiLxZ62E1E9jT1we312yUyJr2h72Vwqr32l37rirU1S89hqRV7.lua.txt"))()
- end)
- TSB:CreateButton("DETECT ULT Itslous", function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/louismich4el/ItsLouisPlayz-Scripts/main/TSB%20Death%20Counter%20Identifier.lua"))()
- end)
- TSB:CreateButton("SONIC", function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/0Ben1/fe/main/obf_11l7Y131YqJjZ31QmV5L8pI23V02b3191sEg26E75472Wl78Vi8870jRv5txZyL1.lua.txt"))
- end)
- TSB:CreateButton("shiftlock", function()
- loadstring(game:HttpGet("https://scriptblox.com/raw/Universal-Script-Permanent-Shiftlock-7513"))()
- end)
- TSB:CreateButton("getpos gui", function()
- loadstring(game:HttpGet('https://pastebin.com/raw/k4pGFiie'))()
- end)
- TSB:CreateButton("FLY GUI", function()
- loadstring(game:HttpGet('https://pastebin.com/raw/JnrrPAg9'))()
- end)
- local myPart = Instance.new("Part")
- myPart.Transparency = 0
- myPart.Anchored = true
- myPart.Rotation = Vector3.new(0,-18,0)
- myPart.Size = Vector3.new(60,1,60)
- myPart.Position = Vector3.new(-156, 145, -509)
- myPart.Parent = game.Workspace
- local myPart = Instance.new("Part")
- myPart.Transparency = 0
- myPart.Anchored = true
- myPart.Rotation = Vector3.new(0,-18,0)
- myPart.Size = Vector3.new(60,1,60)
- myPart.Position = Vector3.new(670, -499, -4032)
- myPart.Parent = game.Workspace
- wait(0)
- loadstring(Game:HttpGet("https://pastebin.com/raw/zxC8EnQD"))()
Advertisement
Add Comment
Please, Sign In to add comment