LynXS_

Untitled

May 30th, 2024
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/thanhdat4461/OrionMoblie/main/source')))()
  2.  
  3. local Window = OrionLib:MakeWindow({
  4. Name = "Krypton | HUB",
  5. HidePremium = false,
  6. IntroEnabled = true,
  7. IntroText = "Krypton",
  8. SaveConfig = false,
  9. ConfigFolder = "Krypton",
  10. })
  11.  
  12. local Tab = Window:MakeTab({
  13. Name = "Player",
  14. Icon = "rbxassetid://4483345998",
  15. PremiumOnly = false
  16. })
  17.  
  18. Tab:AddTextbox({
  19. Name = "Walkspeed",
  20. Default = "16",
  21. TextDisappear = false,
  22. Callback = function(Value)
  23. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = Value
  24. end
  25. })
Advertisement
Add Comment
Please, Sign In to add comment