Advertisement
C-H-4-0-S

slaptles

Oct 5th, 2024
14
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.52 KB | None | 0 0
  1. local Library = loadstring(Game:HttpGet("https://raw.githubusercontent.com/bloodball/-back-ups-for-libs/main/wizard"))()
  2. local PhantomForcesWindow = Library:NewWindow("Mani's Slap Battles")
  3. local KillingCheats = PhantomForcesWindow:NewSection("slap +")
  4. KillingCheats:CreateButton("slap +250", function()
  5. local args = {
  6. [1] = 250
  7. }
  8.  
  9. game:GetService("ReplicatedStorage").Events.RewardEvent:FireServer(unpack(args))
  10. print("HI")
  11. end)
  12. KillingCheats:CreateButton("slap +500", function()
  13. local args = {
  14. [1] = 500
  15. }
  16.  
  17. game:GetService("ReplicatedStorage").Events.RewardEvent:FireServer(unpack(args))
  18. print("HI")
  19. end)
  20. KillingCheats:CreateButton("slap +1000", function()
  21. local args = {
  22. [1] = 1000
  23. }
  24.  
  25. game:GetService("ReplicatedStorage").Events.RewardEvent:FireServer(unpack(args))
  26. print("HI")
  27. end)
  28. KillingCheats:CreateButton("slap +5000", function()
  29. local args = {
  30. [1] = 5000
  31. }
  32.  
  33. game:GetService("ReplicatedStorage").Events.RewardEvent:FireServer(unpack(args))
  34. print("HI")
  35. end)
  36. KillingCheats:CreateButton("slap +10000", function()
  37. local args = {
  38. [1] = 10000
  39. }
  40.  
  41. game:GetService("ReplicatedStorage").Events.RewardEvent:FireServer(unpack(args))
  42. print("HI")
  43. end)
  44. KillingCheats:CreateButton("slap +50000", function()
  45. local args = {
  46. [1] = 50000
  47. }
  48.  
  49. game:GetService("ReplicatedStorage").Events.RewardEvent:FireServer(unpack(args))
  50. print("HI")
  51. end)
  52. KillingCheats:CreateButton("slap +100000", function()
  53. local args = {
  54. [1] = 100000
  55. }
  56.  
  57. game:GetService("ReplicatedStorage").Events.RewardEvent:FireServer(unpack(args))
  58. print("HI")
  59. end)
  60. KillingCheats:CreateButton("slap +inf", function()
  61. local args = {
  62. [1] = math.huge
  63. }
  64.  
  65. game:GetService("ReplicatedStorage").Events.RewardEvent:FireServer(unpack(args))
  66. print("HI")
  67. end)
  68. local KillingCheats = PhantomForcesWindow:NewSection("slap -")
  69. KillingCheats:CreateButton("slap -250", function()
  70. local args = {
  71. [1] = -250
  72. }
  73.  
  74. game:GetService("ReplicatedStorage").Events.RewardEvent:FireServer(unpack(args))
  75.  
  76. print("HI")
  77. end)
  78. KillingCheats:CreateButton("slap -500", function()
  79. local args = {
  80. [1] = -500
  81. }
  82.  
  83. game:GetService("ReplicatedStorage").Events.RewardEvent:FireServer(unpack(args))
  84.  
  85. print("HI")
  86. end)
  87. KillingCheats:CreateButton("slap -1000", function()
  88. local args = {
  89. [1] = -1000
  90. }
  91.  
  92. game:GetService("ReplicatedStorage").Events.RewardEvent:FireServer(unpack(args))
  93. print("HI")
  94. end)
  95. KillingCheats:CreateButton("slap -2500", function()
  96. local args = {
  97. [1] = -2500
  98. }
  99.  
  100. game:GetService("ReplicatedStorage").Events.RewardEvent:FireServer(unpack(args))
  101.  
  102. print("HI")
  103. end)
  104. KillingCheats:CreateButton("slap -5000", function()
  105. local args = {
  106. [1] = -5000
  107. }
  108.  
  109. game:GetService("ReplicatedStorage").Events.RewardEvent:FireServer(unpack(args))
  110. print("HI")
  111. end)
  112. KillingCheats:CreateButton("slap -10000", function()
  113. local args = {
  114. [1] = -10000
  115. }
  116.  
  117. game:GetService("ReplicatedStorage").Events.RewardEvent:FireServer(unpack(args))
  118. print("HI")
  119. end)
  120. KillingCheats:CreateButton("slap -50000", function()
  121. local args = {
  122. [1] = -50000
  123. }
  124.  
  125. game:GetService("ReplicatedStorage").Events.RewardEvent:FireServer(unpack(args))
  126. print("HI")
  127. end)
  128. KillingCheats:CreateButton("slap -100000", function()
  129. local args = {
  130. [1] = -100000
  131. }
  132.  
  133. game:GetService("ReplicatedStorage").Events.RewardEvent:FireServer(unpack(args))
  134. print("HI")
  135. end)
  136. local KillingCheats = PhantomForcesWindow:NewSection("cooldown")
  137. KillingCheats:CreateButton("no cooldown", function()
  138. g = hookfunction(wait, function(seconds)
  139. return g(0)
  140. end)
  141. print("HI")
  142. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement