Advertisement
Prokri43

Untitled

Sep 7th, 2024
14
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.15 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("Custom cmds")
  30. local Tab1Section = Tab:NewSection("Custom cmds")
  31.  
  32. local Tab = Window:NewTab("Hubs")
  33. local Tab2Section = Tab:NewSection("Hubs")
  34.  
  35. local Tab = Window:NewTab("In-game cmds")
  36. local Tab3Section = Tab:NewSection("In-game cmds")
  37.  
  38. local Tab = Window:NewTab("Vecko's Cmds")
  39. local Tab5Section = Tab:NewSection("Vecko's cmds")
  40.  
  41. local Tab = Window:NewTab("Misc")
  42. local Tab6Section = Tab:NewSection("Misc")
  43.  
  44. local Tab = Window:NewTab("Antis")
  45. local Tab7Section = Tab:NewSection("Antis")
  46.  
  47. local Tab = Window:NewTab("XyzCmds")
  48. local Tab8Section = Tab:NewSection("XyzCmds")
  49.  
  50. --Buttons
  51.  
  52. Tab1Section:NewButton("Vecko's cmds (.)", "", function()
  53. loadstring(game:HttpGet("https://raw.githubusercontent.com/1923812371283127398123712893126793/stuff/main/Hellotext-3%20(1).txt",true))()
  54. print("Executed!")
  55. end)
  56.  
  57. Tab1Section:NewButton("Safecam niko (.)", "", function()
  58. loadstring(game:HttpGet("https://pastebin.com/raw/cA1hnv9z"))()
  59. print("Executed!")
  60. end)
  61.  
  62. Tab2Section:NewButton("XyzAH lite", "", function()
  63. loadstring(game:HttpGet("https://pastebin.com/raw/jW8kVH5F"))()
  64. print("Executed!")
  65. end)
  66.  
  67.  
  68. Tab2Section:NewButton("Kevin Hub", "", function()
  69. loadstring(game:HttpGet("https://pastebin.com/raw/nXfSw56D"))()
  70. print("Executed!")
  71. end)
  72.  
  73. Tab2Section:NewButton("Zecron Hub (KAH)", "", function()
  74. loadstring(game:HttpGet("https://pastebin.com/raw/Tj9rNQr5"))()
  75. print("Executed!")
  76. end)
  77.  
  78. Tab2Section:NewButton("Cmd poop (KAH)", "", function()
  79. loadstring(game:HttpGet("https://pastebin.com/raw/L5AFMMBH"))()
  80. print("Executed!")
  81. end)
  82.  
  83. Tab2Section:NewButton("Leon's Gui(sucks)", "", function()
  84. loadstring(game:HttpGet("https://pastebin.com/raw/YHeGRaKx"))()
  85. print("Executed!")
  86. end)
  87.  
  88. Tab2Section:NewButton("Actinium", "", function()
  89. loadstring(game:HttpGet("https://raw.githubusercontent.com/FunzysDeath/Corexious/main/Actinium%20(AH%20Edition)"))()
  90. print("Executed!")
  91. end)
  92.  
  93. Tab2Section:NewButton("Atonium", "", function()
  94. loadstring(game:HttpGet("https://raw.githubusercontent.com/FunzysDeath/Atonium/1c6b393c0aeafe0ff742777658b7318360771451/Atonium_AH",true))()
  95. print("Executed!")
  96. end)
  97.  
  98. Tab2Section:NewButton("Utils v1", "", function()
  99. loadstring(game:HttpGet('https://raw.githubusercontent.com/WarlienetV2/adminhouse1/main/fucknamesandmeshes.lua'))()
  100. print("Executed!")
  101. end)
  102.  
  103. Tab3Section:NewButton("Stopc", "", function()
  104. game.Players:Chat(":stopc")
  105. print("Executed!")
  106. end)
  107.  
  108. Tab3Section:NewButton("Music off", "", function()
  109. game.Players:Chat(":music | :unpartaudio | :uncharaudio all")
  110. print("Executed!")
  111. end)
  112.  
  113. Tab3Section:NewButton("Free all", "", function()
  114. game.Players:Chat(":free all")
  115. print("Executed!")
  116. end)
  117.  
  118. Tab3Section:NewButton("Unpunish all", "", function()
  119. game.Players:Chat(":unpunish all")
  120. print("Executed!")
  121. end)
  122.  
  123. Tab3Section:NewButton("Thaw all", "", function()
  124. game.Players:Chat(":thaw all")
  125. print("Executed!")
  126. end)
  127.  
  128. Tab3Section:NewButton("Ws all 20", "", function()
  129. game.Players:Chat(":ws all 20")
  130. print("Executed!")
  131. end)
  132.  
  133. Tab3Section:NewButton("Notools all", "", function()
  134. game.Players:Chat(":Notools all")
  135. print("Executed!")
  136. end)
  137.  
  138. Tab3Section:NewButton("F3x all", "", function()
  139. game.Players:Chat(":F3x all")
  140. print("Executed!")
  141. end)
  142.  
  143. Tab5Section:NewButton("Delete all parts", "", function()
  144. game.Players:Chat(".clrparts")
  145. print("Executed!")
  146. end)
  147.  
  148. Tab5Section:NewButton("Break everyone's character", "", function()
  149. game.Players:Chat(".breakchars")
  150. print("Executed!")
  151. end)
  152.  
  153. Tab5Section:NewButton("Block Regen", "", function()
  154. game.Players:Chat(".blockregenv2")
  155. print("Executed!")
  156. end)
  157.  
  158. Tab5Section:NewButton("steal builds", "", function()
  159. game.Players:Chat(".sb")
  160. print("Executed!")
  161. end)
  162.  
  163. Tab6Section:NewButton("Nameless admin", "", function()
  164. loadstring(game:HttpGet("https://raw.githubusercontent.com/FilteringEnabled/NamelessAdmin/main/Source"))()
  165. print("Executed!")
  166. end)
  167.  
  168. Tab6Section:NewButton("Fly for mobile", "", function()
  169. loadstring(game:HttpGet("https://scriptblox.com/raw/Universal-Script-Mfly-9410"))()
  170. print("Executed!")
  171. end)
  172.  
  173. Tab6Section:NewTextBox("WalkSpeed", "Increase Walkspeed", function(s)
  174. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = s
  175. end)
  176.  
  177. Tab6Section:NewTextBox("JumpPower", "Increase JumpPower", function(s)
  178. game.Players.LocalPlayer.Character.Humanoid.JumpPower = s
  179. end)
  180.  
  181. Tab7Section:NewButton("Anti punish", "", function()
  182. loadstring(game:HttpGet("https://pastebin.com/raw/vyUV2kRA"))()
  183. print("Executed!")
  184. end)
  185.  
  186. Tab7Section:NewButton("Anti freeze", "", function()
  187. loadstring(game:HttpGet("https://pastebin.com/raw/5asNFiwC"))()
  188. print("Executed!")
  189. end)
  190.  
  191. Tab7Section:NewButton("Anti jail", "", function()
  192.  
  193. print("Executed!")
  194. end)
  195.  
  196. Tab8Section:NewTextBox("Frame people (console)", "Secret", function(s)
  197. print("[LOGS] "..s.." loaded the build named 'euth'")
  198. end)
  199.  
  200. Tab8Section:NewTextBox("Load build (no admin)", "Secret", function(s)
  201. local args = {
  202. [1] = {
  203. [1] = "LOAD",
  204. [2] = ""..s..""
  205. }
  206. }
  207.  
  208. game:GetService("ReplicatedStorage").Network.BuildSaving:InvokeServer(unpack(args))
  209.  
  210. end)
  211.  
  212. Tab8Section:NewButton("Clean server", "", function()
  213. game.Players:Chat(":clr | :clrt | :fix | :unloadb | :free all | :re all | :ff all | :clrguis others true | :God all ")
  214. print("Executed!")
  215. end)
  216.  
  217. Tab8Section:NewButton("Start", "", function()
  218. game.Players:Chat(":tphouse | :runc tool | :ws me 50 | :ff | :God | :cmdbox | :cmdbox")
  219. print("Executed!")
  220. end)
  221.  
  222. Tab8Section:NewButton("Start2", "", function()
  223. game.Players:Chat(":tphouse | :ws me 50 | :ff | :God | :cmdbox | :cmdbox | ")
  224. print("Executed!")
  225. end)
  226.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement