Advertisement
NoobHaxx_Legion

First PLS capture GUI

Oct 1st, 2022 (edited)
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.89 KB | None | 0 0
  1. -- UI script
  2. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  3. -- title
  4. local Window = Library.CreateLib("PLS capture gui", "DarkTheme")
  5. -- tabs
  6. local Tab = Window:NewTab("Give stuff")
  7. -- car
  8. local Section = Tab:NewSection("Fire car")
  9. Section:NewButton("hot ride", "get a hot ride", function()
  10. game:GetService("Players").LocalPlayer.DataSave.Common.FillOnStart.OwnedBalls["Hot Wheels"].Value = true
  11. game:GetService("Players").LocalPlayer.DataSave.Common.FillOnStart.OwnedNotifications["Hot Wheels"].Value = true
  12. end)
  13. -- god capsule
  14. local Section = Tab:NewSection("God Capsule")
  15. Section:NewButton("God Capsule", "click me", function()
  16. game:GetService("Players").LocalPlayer.DataSave.Common.FillOnStart.OwnedBalls["God Capsule"].Value = true
  17. game:GetService("Players").LocalPlayer.DataSave.Common.FillOnStart.OwnedNotifications["God Capsule"].Value = true
  18. end)
  19. -- arena
  20. local Section = Tab:NewSection("Arena tool")
  21. Section:NewButton("Arena tool", "", function()
  22. game:GetService("Players").LocalPlayer.DataSave.Common.FillOnStart.OwnedBalls["Gladiator Arena"].Value = true
  23. game:GetService("Players").LocalPlayer.DataSave.Common.FillOnStart.OwnedNotifications["Gladiator Arena"].Value = true
  24. end)
  25. -- meteor
  26. local Section = Tab:NewSection("meteor shower tool")
  27. Section:NewButton("Give meteor shower tool", "", function()
  28. game:GetService("Players").LocalPlayer.DataSave.Common.FillOnStart.OwnedBalls["Meteor Shower"].Value = true
  29. game:GetService("Players").LocalPlayer.DataSave.Common.FillOnStart.OwnedNotifications["Meteor Shower"].Value = true
  30. end)
  31. -- discord ping
  32. local Section = Tab:NewSection("Discord ping tool")
  33. Section:NewButton("Discord ping tool", "", function()
  34. game:GetService("Players").LocalPlayer.DataSave.Common.FillOnStart.OwnedBalls["Discord Ping"].Value = true
  35. game:GetService("Players").LocalPlayer.DataSave.Common.FillOnStart.OwnedNotifications["Discord Ping"].Value = true
  36. end)
  37. -- gamepasses
  38. local Tab = Window:NewTab("Gamepasses")
  39. -- superautoclicker
  40. local Section = Tab:NewSection("Super autoclicker")
  41. Section:NewButton("Superautoclicker gamepass")
  42. game:GetService("Players").LocalPlayer.DataSave.Common.FillOnStart.Gamepasses.SuperAutoClicker.Value = true
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49. -- for prussian
  50. -- UI script
  51. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  52. -- title
  53. local Window = Library.CreateLib("PLS capture gui", "DarkTheme")
  54. -- tabs
  55. local Tab = Window:NewTab("Give stuff")
  56.  
  57. -- god capsule
  58. local Section = Tab:NewSection("God Capsule")
  59. Section:NewButton("God Capsule", "click me", function()
  60. game:GetService("Players").LocalPlayer.DataSave.Common.FillOnStart.OwnedBalls["God Capsule"].Value = true
  61. game:GetService("Players").LocalPlayer.DataSave.Common.FillOnStart.OwnedNotifications["God Capsule"].Value = true
  62. end)
  63.  
  64.  
  65. -- gamepasses
  66. local Tab = Window:NewTab("Gamepasses")
  67. -- superautoclicker
  68. local Section = Tab:NewSection("Super autoclicker")
  69. Section:NewButton("Superautoclicker gamepass")
  70. game:GetService("Players").LocalPlayer.DataSave.Common.FillOnStart.Gamepasses.SuperAutoClicker.Value = true
  71.  
  72. -- VIP
  73. local Section = Tab:NewSection("VIP")
  74. Section:NewButton("VIP")
  75. game:GetService("Players").LocalPlayer.DataSave.Common.FillOnStart.Gamepasses.VIP.Value = true
  76.  
  77. -- MVP
  78. local Section = Tab:NewSection("MVP")
  79. Section:NewButton("MVP")
  80. game:GetService("Players").LocalPlayer.DataSave.Common.FillOnStart.Gamepasses.MVP.Value = true
  81.  
  82.  
  83.  
  84.  
  85. -- daily stuff
  86. local Tab = Window:NewTab("daily buyables")
  87. local Section = Tab:NewSection("Discord ping tool")
  88. Section:NewButton("Discord ping tool", "", function()
  89. game:GetService("Players").LocalPlayer.DataSave.Common.FillOnStart.OwnedBalls["Discord Ping"].Value = true
  90. game:GetService("Players").LocalPlayer.DataSave.Common.FillOnStart.OwnedNotifications["Discord Ping"].Value = true
  91. end)
  92.  
  93. local Section = Tab:NewSection("Arena tool")
  94. Section:NewButton("Arena tool", "", function()
  95. game:GetService("Players").LocalPlayer.DataSave.Common.FillOnStart.OwnedBalls["Gladiator Arena"].Value = true
  96. game:GetService("Players").LocalPlayer.DataSave.Common.FillOnStart.OwnedNotifications["Gladiator Arena"].Value = true
  97. end)
  98.  
  99. local Section = Tab:NewSection("meteor shower tool")
  100. Section:NewButton("Give meteor shower tool", "", function()
  101. game:GetService("Players").LocalPlayer.DataSave.Common.FillOnStart.OwnedBalls["Meteor Shower"].Value = true
  102. game:GetService("Players").LocalPlayer.DataSave.Common.FillOnStart.OwnedNotifications["Meteor Shower"].Value = true
  103. end)
  104.  
  105. local Section = Tab:NewSection("Fire car")
  106. Section:NewButton("hot ride", "get a hot ride", function()
  107. game:GetService("Players").LocalPlayer.DataSave.Common.FillOnStart.OwnedBalls["Hot Wheels"].Value = true
  108. game:GetService("Players").LocalPlayer.DataSave.Common.FillOnStart.OwnedNotifications["Hot Wheels"].Value = true
  109. end)
  110.  
  111. local Section = Tab:NewSection("Music stuff")
  112. Section:NewButton("Music:Screaming", "", function()
  113. game:GetService("Players").LocalPlayer.DataSave.Common.FillOnStart.OwnedBalls["Music: Screaming"].Value = true
  114. game:GetService("Players").LocalPlayer.DataSave.Common.FillOnStart.OwnedNotifications["Music: Screaming"].Value = true
  115. end)
  116.  
  117. local Section = Tab:NewSection("Click Rain")
  118. Section:NewButton("Click Rain", "", function()
  119. game:GetService("Players").LocalPlayer.DataSave.Common.FillOnStart.OwnedBalls["Click Rain"].Value = true
  120. game:GetService("Players").LocalPlayer.DataSave.Common.FillOnStart.OwnedNotifications["Click Rain"].Value = true
  121. end)
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134. -- settings
  135. local Tab = Window:NewTab("Settings")
  136. local Section = Tab:NewSection("Settings")
  137. Section:NewSlider("Color", "", 500, 0, function(s) -- 500 (MaxValue) | 0 (MinValue)
  138. for theme, color in pairs(themes) do
  139. Section:NewColorPicker(theme, "Change your "..theme, color, function(color3)
  140. Library:ChangeColor(theme, color3)
  141. end)
  142. end
  143.  
  144. end)
  145.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement