Advertisement
Semen4ik_123

Roblox Spray Paint! Script V1 By Neteshin

Oct 15th, 2022 (edited)
44,437
-1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.41 KB | None | 1 2
  1. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  2.  
  3. local Window = Library.CreateLib("Roblox Spray Paint! Script V1 By Neteshin", "Midnight")
  4.  
  5. local Tab = Window:NewTab("Misc")
  6.  
  7. local Section = Tab:NewSection("WalkSpeed")
  8.  
  9. Section:NewButton("WalkSpeed 16", "LOL", function()
  10.     game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  11. end)
  12.  
  13. Section:NewButton("WalkSpeed 30", "LOL", function()
  14.     game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 30
  15. end)
  16.  
  17. Section:NewButton("WalkSpeed 70", "LOL", function()
  18.     game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 70
  19. end)
  20.  
  21. local Section = Tab:NewSection("JumpPower")
  22.  
  23. Section:NewButton("JumpPower 50", "LOL", function()
  24.     game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
  25. end)
  26.  
  27. Section:NewButton("JumpPower 100", "LOL", function()
  28.     game.Players.LocalPlayer.Character.Humanoid.JumpPower = 100
  29. end)
  30.  
  31. Section:NewButton("JumpPower 200", "LOL", function()
  32.     game.Players.LocalPlayer.Character.Humanoid.JumpPower = 200
  33. end)
  34.  
  35. local Tab = Window:NewTab("Coming soon!")
  36.  
  37. local Section = Tab:NewSection("Coming soon!")
  38.  
  39. Section:NewButton("Press F9 to Start it script", "LOL", function()
  40.     print("Okay, it`s so not working...")
  41. end)
  42.  
  43. local Tab = Window:NewTab("Updates")
  44.  
  45. local Section = Tab:NewSection("Updates")
  46.  
  47. Section:NewLabel("1V -- Updload the script")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement