Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- by Lolocahhh45
- -- INSTRUCTIONS
- -- Press Shift+P to Freecam
- -- Click TP Hotkey : CTRL (Ez kick))
- -- prints
- print("Thank you for using The turbulent SCRIPT")
- -- Notification - Loaded |
- game:GetService("StarterGui"):SetCore("SendNotification",{
- Title = "☣The turbulent SCRIPT☣";
- Text = "By 💎Solo Script💎";
- })
- -- Instances:
- local Simple = Instance.new("ScreenGui")
- local main = Instance.new("Frame")
- local noclip = Instance.new("TextButton")
- local clicktp = Instance.new("TextButton")
- local tpto = Instance.new("TextButton")
- local infjump = Instance.new("TextButton")
- local btools = Instance.new("TextButton")
- local jumppower = Instance.new("TextButton")
- local jpframe = Instance.new("Frame")
- local jpinput = Instance.new("TextBox")
- local setjp = Instance.new("TextButton")
- local rejp = Instance.new("TextButton")
- local title = Instance.new("TextLabel")
- local walkspeed = Instance.new("TextButton")
- local wsframe = Instance.new("Frame")
- local wsinput = Instance.new("TextBox")
- local setws = Instance.new("TextButton")
- local rews = Instance.new("TextButton")
- local close = Instance.new("TextButton")
- local fly = Instance.new("TextButton")
- local open = Instance.new("TextButton")
- local jpclose = Instance.new("TextButton")
- local wsclose = Instance.new("TextButton")
- local tpframe = Instance.new("Frame")
- local tpinput = Instance.new("TextBox")
- local settp = Instance.new("TextButton")
- local tpclose = Instance.new("TextButton")
- --Properties:
- Simple.Name = "Simple"
- Simple.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- main.Name = "main"
- main.Parent = Simple
- main.Active = true
- main.BackgroundColor3 = Color3.fromRGB(255, 0, 10)
- main.Position = UDim2.new(0.382422805, 0, 0.292828679, 0)
- main.Size = UDim2.new(0, 349, 0, 287)
- main.Draggable = true
- noclip.Name = "noclip"
- noclip.Parent = main
- noclip.BackgroundColor3 = Color3.fromRGB(170, 170, 255)
- noclip.Position = UDim2.new(0.0658583343, 0, 0.198759019, 0)
- noclip.Size = UDim2.new(0, 119, 0, 40)
- noclip.Font = Enum.Font.SourceSans
- noclip.Text = "Full Bright"
- noclip.TextColor3 = Color3.fromRGB(0, 0, 0)
- noclip.TextScaled = true
- noclip.TextSize = 12.500
- noclip.TextWrapped = true
- noclip.MouseButton1Click:Connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/13fxDjAY", true))()
- game:GetService('RunService').Stepped:connect(function()
- if noclip then
- game.Players.LocalPlayer.Character.Humanoid:State(1)
- 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:State(1)
- end
- end)
- noclip.Text = "Loaded!"
- noclip.TextColor3 = Color3.fromRGB(0, 255, 50)
- wait(2)
- noclip.TextColor3 = Color3.fromRGB(0, 0, 0)
- noclip.Text = "Full Bright"
- end)
- clicktp.Name = "clicktp"
- clicktp.Parent = main
- clicktp.BackgroundColor3 = Color3.fromRGB(170, 170, 255)
- clicktp.Position = UDim2.new(0.588318229, 0, 0.198759019, 0)
- clicktp.Size = UDim2.new(0, 119, 0, 40)
- clicktp.Font = Enum.Font.SourceSans
- clicktp.Text = "Click TP"
- clicktp.TextColor3 = Color3.fromRGB(0, 0, 0)
- clicktp.TextScaled = true
- clicktp.TextSize = 14.000
- clicktp.TextWrapped = true
- clicktp.MouseButton1Click:Connect(function()
- noclip = false
- local UIS = game:GetService("UserInputService")
- local Player = game.Players.LocalPlayer
- local Mouse = Player:GetMouse()
- function GetCharacter()
- return game.Players.LocalPlayer.Character
- end
- function Teleport(pos)
- local Char = GetCharacter()
- if Char then
- Char:MoveTo(pos)
- end
- end
- UIS.InputBegan:Connect(function(input)
- if input.UserInputType == Enum.UserInputType.MouseButton1 and UIS:IsKeyDown(Enum.KeyCode.LeftControl) then
- Teleport(Mouse.Hit.p)
- end
- end)
- clicktp.Text = "Loaded!"
- clicktp.TextColor3 = Color3.fromRGB(0, 255, 50)
- wait(2)
- clicktp.TextColor3 = Color3.fromRGB(0, 0, 0)
- clicktp.Text = "Click TP"
- end)
- tpto.Name = "tpto"
- tpto.Parent = main
- tpto.BackgroundColor3 = Color3.fromRGB(170, 170, 255)
- tpto.Position = UDim2.new(0.588318229, 0, 0.411871731, 0)
- tpto.Size = UDim2.new(0, 119, 0, 41)
- tpto.Font = Enum.Font.SourceSans
- tpto.Text = "ESP (WRD)"
- tpto.TextColor3 = Color3.fromRGB(0, 0, 0)
- tpto.TextScaled = true
- tpto.TextSize = 9.000
- tpto.TextWrapped = true
- tpto.MouseButton1Click:Connect(function()
- loadstring(game:HttpGet("https://cdn.wearedevs.net/scripts/WRD%20ESP.txt"))()
- end)
- tpclose.Name = "tpclose"
- tpclose.Parent = tpframe
- tpclose.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- tpclose.Position = UDim2.new(0.92929244, 0, 0, 0)
- tpclose.Size = UDim2.new(0, 24, 0, 24)
- tpclose.Font = Enum.Font.SourceSans
- tpclose.Text = "X"
- tpclose.TextColor3 = Color3.fromRGB(255, 255, 255)
- tpclose.TextScaled = true
- tpclose.TextSize = 14.000
- tpclose.TextWrapped = true
- tpclose.MouseButton1Click:Connect(function()
- tpframe.Visible = false
- infjump.Visible = true
- jumppower.Visible = true
- walkspeed.Visible = true
- btools.Visible = true
- fly.Visible = true
- end)
- infjump.Name = "infjump"
- infjump.Parent = main
- infjump.BackgroundColor3 = Color3.fromRGB(170, 170, 255)
- infjump.Position = UDim2.new(0.0658583343, 0, 0.411871731, 0)
- infjump.Size = UDim2.new(0, 119, 0, 41)
- infjump.Font = Enum.Font.SourceSans
- infjump.Text = "Infinite Jump"
- infjump.TextColor3 = Color3.fromRGB(0, 0, 0)
- infjump.TextScaled = true
- infjump.TextSize = 14.000
- infjump.TextWrapped = true
- infjump.MouseButton1Click:Connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/HQsQysa8", true))()
- infjump.Text = "Loaded!"
- infjump.TextColor3 = Color3.fromRGB(0, 255, 50)
- wait(2)
- infjump.TextColor3 = Color3.fromRGB(0, 0, 0)
- infjump.Text = "Infinite Jump"
- end)
- btools.Name = "btools"
- btools.Parent = main
- btools.BackgroundColor3 = Color3.fromRGB(170, 170, 255)
- btools.Position = UDim2.new(0.588318229, 0, 0.621999919, 0)
- btools.Size = UDim2.new(0, 119, 0, 38)
- btools.Font = Enum.Font.SourceSans
- btools.Text = "DUPE"
- btools.TextColor3 = Color3.fromRGB(0, 0, 0)
- btools.TextScaled = true
- btools.TextSize = 12.000
- btools.TextWrapped = true
- btools.MouseButton1Click:Connect(function()
- game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true)
- btools.Text = "Loaded!"
- btools.TextColor3 = Color3.fromRGB(0, 255, 50)
- wait(2)
- btools.TextColor3 = Color3.fromRGB(0, 0, 0)
- btools.Text = "DUPE"
- end)
- jumppower.Name = "jumppower"
- jumppower.Parent = main
- jumppower.BackgroundColor3 = Color3.fromRGB(170, 170, 255)
- jumppower.Position = UDim2.new(0.0658583343, 0, 0.621999919, 0)
- jumppower.Size = UDim2.new(0, 119, 0, 42)
- jumppower.Font = Enum.Font.SourceSans
- jumppower.Text = "Jump Power"
- jumppower.TextColor3 = Color3.fromRGB(0, 0, 0)
- jumppower.TextScaled = true
- jumppower.TextSize = 14.000
- jumppower.TextWrapped = true
- jumppower.MouseButton1Click:Connect(function()
- jpframe.Visible = true
- walkspeed.Visible = false
- fly.Visible = false
- end)
- jpframe.Name = "jpframe"
- jpframe.Parent = jumppower
- jpframe.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- jpframe.BorderSizePixel = 0
- jpframe.Position = UDim2.new(-0.19314754, 0, -3.15096831, 0)
- jpframe.Size = UDim2.new(0, 348, 0, 240)
- jpframe.Visible = false
- jpclose.Name = "jpclose"
- jpclose.Parent = jpframe
- jpclose.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- jpclose.Position = UDim2.new(0.92929244, 0, 0, 0)
- jpclose.Size = UDim2.new(0, 24, 0, 24)
- jpclose.Font = Enum.Font.SourceSans
- jpclose.Text = "X"
- jpclose.TextColor3 = Color3.fromRGB(255, 255, 255)
- jpclose.TextScaled = true
- jpclose.TextSize = 14.000
- jpclose.TextWrapped = true
- jpclose.MouseButton1Click:Connect(function()
- walkspeed.Visible = true
- fly.Visible = true
- jpframe.Visible = false
- end)
- jpinput.Name = "jpinput"
- jpinput.Parent = jpframe
- jpinput.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- jpinput.Position = UDim2.new(0.209770113, 0, 0.174999997, 0)
- jpinput.Size = UDim2.new(0, 200, 0, 50)
- jpinput.Font = Enum.Font.SourceSans
- jpinput.Text = "Power Value(MAX 50!)"
- jpinput.TextColor3 = Color3.fromRGB(255, 255, 255)
- jpinput.TextSize = 22.000
- setjp.Name = "setjp"
- setjp.Parent = jpframe
- setjp.BackgroundColor3 = Color3.fromRGB(85, 255, 255)
- setjp.Position = UDim2.new(0.0632183924, 0, 0.470833331, 0)
- setjp.Size = UDim2.new(0, 135, 0, 50)
- setjp.Font = Enum.Font.SourceSans
- setjp.Text = "Set Jump Power"
- setjp.TextColor3 = Color3.fromRGB(85, 0, 127)
- setjp.TextSize = 14.000
- setjp.MouseButton1Click:Connect(function()
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = jpinput.Text
- end)
- rejp.Name = "rejp"
- rejp.Parent = jpframe
- rejp.BackgroundColor3 = Color3.fromRGB(85, 255, 255)
- rejp.Position = UDim2.new(0.537356317, 0, 0.470833331, 0)
- rejp.Size = UDim2.new(0, 136, 0, 50)
- rejp.Font = Enum.Font.SourceSans
- rejp.Text = "Reset Jump Power"
- rejp.TextColor3 = Color3.fromRGB(85, 0, 127)
- rejp.TextSize = 14.000
- rejp.MouseButton1Click:Connect(function()
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
- end)
- title.Name = "title"
- title.Parent = main
- title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- title.BackgroundTransparency = 1.000
- title.Position = UDim2.new(0.211408243, 0, -0.00288046151, 0)
- title.Size = UDim2.new(0, 200, 0, 47)
- title.Font = Enum.Font.Highway
- title.Text = "☣The turbulent☣"
- title.TextColor3 = Color3.fromRGB(0, 255, 255)
- title.TextScaled = true
- title.TextSize = 13.400
- title.TextWrapped = true
- walkspeed.Name = "walkspeed"
- walkspeed.Parent = main
- walkspeed.BackgroundColor3 = Color3.fromRGB(170, 170, 255)
- walkspeed.Position = UDim2.new(0.0658583343, 0, 0.817121804, 0)
- walkspeed.Size = UDim2.new(0, 119, 0, 42)
- walkspeed.Font = Enum.Font.SourceSans
- walkspeed.Text = "Walk Speed (30)"
- walkspeed.TextColor3 = Color3.fromRGB(0, 0, 0)
- walkspeed.TextScaled = true
- walkspeed.TextSize = 9.000
- walkspeed.TextWrapped = true
- walkspeed.MouseButton1Click:Connect(function()
- getgenv().WalkSpeedValue = 30; --
- local Player = game:service'Players'.LocalPlayer;
- Player.Character.Humanoid:GetPropertyChangedSignal'WalkSpeed':Connect(function()
- Player.Character.Humanoid.WalkSpeed = getgenv().WalkSpeedValue;
- end)
- Player.Character.Humanoid.WalkSpeed = getgenv().WalkSpeedValue;
- end)
- close.Name = "close"
- close.Parent = main
- close.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- close.Position = UDim2.new(0.92929244, 0, 0, 0)
- close.Size = UDim2.new(0, 24, 0, 24)
- close.Font = Enum.Font.SourceSans
- close.Text = "X"
- close.TextColor3 = Color3.fromRGB(255, 255, 255)
- close.TextScaled = true
- close.TextSize = 14.000
- close.TextWrapped = true
- close.MouseButton1Click:Connect(function()
- main.Visible = false
- open.Visible = true
- end)
- fly.Name = "fly"
- fly.Parent = main
- fly.BackgroundColor3 = Color3.fromRGB(170, 170, 255)
- fly.Position = UDim2.new(0.587348342, 0, 0.817121804, 0)
- fly.Size = UDim2.new(0, 119, 0, 42)
- fly.Font = Enum.Font.SourceSans
- fly.Text = "Free Cam(Shift+P)"
- fly.TextColor3 = Color3.fromRGB(0, 0, 0)
- fly.TextScaled = true
- fly.TextSize = 7.000
- fly.TextWrapped = true
- fly.MouseButton1Click:Connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/ct8Kq5F0", true))()
- game:GetService('RunService').Stepped:connect(function()
- if noclip then
- game.Players.LocalPlayer.Character.Humanoid:State(1)
- 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:State(1)
- end
- end)
- fly.Text = "Loaded!"
- fly.TextColor3 = Color3.fromRGB(255, 60, 10)
- wait(2)
- fly.TextColor3 = Color3.fromRGB(0, 0, 0)
- fly.Text = "Free Cam(Shift+P)"
- end)
- open.Name = "open"
- open.Parent = Simple
- open.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- open.Position = UDim2.new(0, 0, 0.609974444, 0)
- open.Size = UDim2.new(0, 70, 0, 18)
- open.Visible = false
- open.Font = Enum.Font.SourceSans
- open.Text = "Open"
- open.TextColor3 = Color3.fromRGB(0, 255, 255)
- open.TextSize = 14.000
- open.MouseButton1Click:Connect(function()
- main.Visible = true
- open.Visible = false
- end)
Add Comment
Please, Sign In to add comment