AugusTH

Local Player Script

Sep 9th, 2023
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.09 KB | None | 0 0
  1. local library = loadstring(game:HttpGet(('https://raw.githubusercontent.com/bloodball/-back-ups-for-libs/main/wall%20v3')))()
  2.  
  3. local w = library:CreateWindow("Credit")
  4.  
  5. local b = w:CreateFolder("Made By AugusX")
  6.  
  7. b:Toggle("Thank For Use My Script",{TextSize = 23; TextColor = Color3.fromRGB(255,255,255); BgColor = Color3.fromRGB(38, 38, 38);})
  8.  
  9. local w = library:CreateWindow("LocalPlayer")
  10.  
  11. local b = w:CreateFolder("LP")
  12.  
  13. b:DestroyGui()
  14.  
  15. b:Button("Rejoin",function() loadstring(game:HttpGet("https://pastebin.com/raw/mM7JBG5h", true))() end)
  16. b:Button("Reset",function() loadstring(game:HttpGet("https://pastebin.com/raw/EEY6SATj", true))() end)
  17. b:Button("Highlight Body",function() loadstring(game:HttpGet("https://pastebin.com/raw/Z5y0cuxe", true))() end)
  18.  
  19. b:Slider("WalkSpeed",{min = 0; max = 10000; precise = false;},function(val) game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = val end)
  20. b:Slider("JumpPower",{min = 0; max = 10000; precise = false;},function(val) game.Players.LocalPlayer.Character.Humanoid.JumpPower = val end)
  21. b:Slider("HipHeight",{min = 0; max = 10000; precise = false;},function(val) game.Players.LocalPlayer.Character.Humanoid.HipHeight = val end)
  22. b:Slider("Gravity",{min = 0; max = 360; precise = false;},function(val) game.workspace.Gravity = val end)
  23. b:Slider("FOV",{min = 0;max = 120;precise = false;},function(val) game.workspace.CurrentCamera.FieldOfView = val end)
  24.  
  25. function TPCFrame(Player_CFrame) if game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart") then game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Player_CFrame end end
  26. function RTPCFrame(M_CF) if game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart") then M_CF.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame end end
  27. function PHP(Player_HP) if game.Players.LocalPlayer.Character:FindFirstChild("Humanoid") then game.Players.LocalPlayer.Character.Humanoid.Health = Player_HP end end
  28.  
  29. game.StarterGui:SetCore("SendNotification", {
  30. Title = "Read Me!";
  31. Text = "Thank For Use This Script";
  32. Icon = "";
  33. Duration = "4";
  34. })
Advertisement
Add Comment
Please, Sign In to add comment