SOU1LESSSIMREAL

Test gui

Feb 4th, 2024
814
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.66 KB | None | 0 0
  1. local Library = loadstring(game:HttpGet("https://pastebin.com/raw/vff1bQ9F))()
  2. local Window = Library.CreateLib("Test Gui", "Ocean")
  3.  
  4. local Tab1 = Window:NewTab("Main")
  5. local Tab1Section = Tab1:NewSection("Main")
  6.  
  7. Tab1Section:NewButton("JN GUI", "Executes a GUI Made for JN HH GAMING", function()
  8.    loadstring(game:HttpGet('https://pastebin.com/raw/RaFx8Rv3'))()
  9. end)
  10. end)
  11. end)
  12. end)
  13. end)
  14.  
  15. Tab1Section:NewTextBox("Local Player", "Nothing Here", function(txt)
  16.     print(txt)
  17. end)
  18.  
  19. Tab1Section:NewSlider("Walkspeed", "Changes Player Walkspeed", 500, 0, function(s) -- 500 (MaxValue) | 0 (MinValue)
  20.    game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = s
  21. end)
Advertisement
Add Comment
Please, Sign In to add comment