Advertisement
Prokri43

Xyzah free v2

Jul 25th, 2024
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.98 KB | None | 0 0
  1. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/Unknownuser11736/suntaiteam/main/kavouilibrary/fixedsliders"))()
  2. local Window = Library.CreateLib("XyzWare", "GrapeTheme")
  3.  
  4. local XyzWaterMark = Instance.new("ScreenGui")
  5. local TextLabel = Instance.new("TextButton")
  6.  
  7. XyzWaterMark.Name = "XyzWaterMark"
  8. XyzWaterMark.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  9. XyzWaterMark.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  10. XyzWaterMark.ResetOnSpawn = false
  11.  
  12. TextLabel.Parent = XyzWaterMark
  13. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  14. TextLabel.BackgroundTransparency = 1.000
  15. TextLabel.BorderSizePixel = 0
  16. TextLabel.Position = UDim2.new(-0.000772226602, 0, 0.0343558267, 0)
  17. TextLabel.Size = UDim2.new(0.170134634, 0, 0.0700389072, 0)
  18. TextLabel.Font = Enum.Font.GothamBold
  19. TextLabel.Text = "XyzWare"
  20. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  21. TextLabel.TextScaled = true
  22. TextLabel.TextSize = 13.000
  23. TextLabel.TextWrapped = true
  24. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  25. TextLabel.MouseButton1Down:Connect(function()
  26. Library:ToggleUI()
  27. end)
  28.  
  29. local Tab = Window:NewTab("Antis")
  30. local Tab1Section = Tab:NewSection("Antis")
  31.  
  32. local Tab2 = Window:NewTab("Scripts")
  33. local Tab2Section = Tab2:NewSection("Scripts")
  34.  
  35. local Tab3 = Window:NewTab("Misc")
  36. local Tab3Section = Tab3:NewSection("Misc")
  37.  
  38. Tab1Section:NewButton("0lxad Anti", "", function()
  39. loadstring(game:HttpGet('https://raw.githubusercontent.com/WarlienetV2/adminhouse1/main/fucknamesandmeshes.lua'))()
  40. print("Antilag Executed!")
  41. end)
  42.  
  43. Tab2Section:NewButton("AH Gui by DC_rich(Leon)", "", function()
  44. loadstring(game:HttpGet("https://pastebin.com/raw/YHeGRaKx"))()
  45. print("sex")
  46. end)
  47.  
  48. Tab2Section:NewButton("Morecmds(,cmds)", "", function()
  49. loadstring(game:HttpGet("https://pastebin.com/raw/ugDWagzU"))()
  50. print("Morecmds Executed!")
  51. end)
  52.  
  53. Tab3Section:NewButton("tppads", "", function()
  54.  
  55. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x, 28.3, 106.4)
  56. x = x - 4
  57. wait(0.01)
  58. print("tppads Executed!")
  59. end)
  60.  
  61. Tab3Section:NewButton("Get admin (You)", "", function()
  62.  
  63. loadstring(game:HttpGet("https://pastebin.com/raw/xrGjYXJP"))()
  64. print("Get admin Executed!")
  65. end)
  66.  
  67. Tab3Section:NewButton("fly", "", function()
  68.  
  69. loadstring(game:HttpGet("https://scriptblox.com/raw/Universal-Script-Mfly-9410"))()
  70. print("fly Executed!")
  71. end)
  72.  
  73. Tab3Section:NewButton("Nameless admin", "", function()
  74.  
  75. loadstring(game:HttpGet('https://raw.githubusercontent.com/FilteringEnabled/NamelessAdmin/main/Source'))()
  76. print("Nameless Executed!")
  77. end)
  78.  
  79. Tab3Section:NewTextBox("WalkSpeed", "Increase Walkspeed", function(s)
  80. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = s
  81. end)
  82.  
  83. Tab3Section:NewTextBox("JumpPower", "Increase JumpPower", function(s)
  84. game.Players.LocalPlayer.Character.Humanoid.JumpPower = s
  85. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement