MrArgy

slap battles ability test

Dec 6th, 2023 (edited)
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.19 KB | None | 0 0
  1. game:GetService("StarterGui"):SetCore("SendNotification", {
  2. Title = "Notification";
  3. Text = "By Kviks and MrArgy, have enjoy.";
  4. Icon = "rbxthumb://type=Asset&id=5107182114&w=150&h=150"})
  5. Duration = 15;
  6.  
  7. local Namecall
  8. Namecall = hookmetamethod(game, '__namecall', function(self, ...)
  9. if getnamecallmethod() == 'FireServer' and tostring(self) == 'Ban' then
  10. return
  11. elseif getnamecallmethod() == 'FireServer' and tostring(self) == 'WalkSpeedChanged' then
  12. return
  13. elseif getnamecallmethod() == 'FireServer' and tostring(self) == 'AdminGUI' then
  14. return
  15. end
  16. return Namecall(self, ...)
  17. end)
  18.  
  19. --Button Null
  20. local ScreenGui = Instance.new("ScreenGui")
  21. local Frame = Instance.new("Frame")
  22. local TextLabel = Instance.new("TextLabel")
  23. local TextLabel_2 = Instance.new("TextLabel")
  24. local TextButton = Instance.new("TextButton")
  25.  
  26. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  27. ScreenGui.ResetOnSpawn = false
  28.  
  29. Frame.Parent = ScreenGui
  30. Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  31. Frame.Position = UDim2.new(0.90, 0, -0.1, 0)
  32. Frame.Size = UDim2.new(0, 55, 0, 60)
  33. Frame.Active = true
  34. Frame.Draggable = false
  35.  
  36. TextButton.Parent = Frame
  37. TextButton.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  38. TextButton.Position = UDim2.new(0.0664556995, 0, 0.212307781, 0)
  39. TextButton.Size = UDim2.new(0, 48, 0, 45)
  40. TextButton.Font = Enum.Font.Cartoon
  41. TextButton.Text = "Null"
  42. TextButton.TextColor3 = Color3.fromRGB(255,255, 255)
  43. TextButton.TextSize = 20.000
  44. TextButton.MouseButton1Down:connect(function()
  45.  
  46. game:GetService("ReplicatedStorage").NullAbility:FireServer()
  47. end)
  48.  
  49. -----------------------------------------------------------------------------------------
  50.  
  51. --Button Rhythm
  52. local ScreenGui = Instance.new("ScreenGui")
  53. local Frame = Instance.new("Frame")
  54. local TextLabel = Instance.new("TextLabel")
  55. local TextLabel_2 = Instance.new("TextLabel")
  56. local TextButton = Instance.new("TextButton")
  57.  
  58. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  59. ScreenGui.ResetOnSpawn = false
  60.  
  61. Frame.Parent = ScreenGui
  62. Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  63. Frame.Position = UDim2.new(0.85, 0, -0.1, 0)
  64. Frame.Size = UDim2.new(0, 55, 0, 60)
  65. Frame.Active = true
  66. Frame.Draggable = false
  67.  
  68. TextButton.Parent = Frame
  69. TextButton.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  70. TextButton.Position = UDim2.new(0.0664556995, 0, 0.212307781, 0)
  71. TextButton.Size = UDim2.new(0, 48, 0, 45)
  72. TextButton.Font = Enum.Font.Cartoon
  73. TextButton.Text = "Rhythm"
  74. TextButton.TextColor3 = Color3.fromRGB(255,255, 255)
  75. TextButton.TextSize = 15.000
  76. TextButton.MouseButton1Down:connect(function()
  77.  
  78. game:GetService("ReplicatedStorage").rhythmevent:FireServer("AoeExplosion",0)
  79. end)
  80.  
  81. -----------------------------------------------------------------------------------------
  82.  
  83. --Button Rojo
  84. local ScreenGui = Instance.new("ScreenGui")
  85. local Frame = Instance.new("Frame")
  86. local TextLabel = Instance.new("TextLabel")
  87. local TextLabel_2 = Instance.new("TextLabel")
  88. local TextButton = Instance.new("TextButton")
  89. local TextButton2 = Instance.new("TextButton")
  90.  
  91. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  92. ScreenGui.ResetOnSpawn = false
  93.  
  94. Frame.Parent = ScreenGui
  95. Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  96. Frame.Position = UDim2.new(0.80, 0, -0.1, 0)
  97. Frame.Size = UDim2.new(0, 55, 0, 60)
  98. Frame.Active = true
  99. Frame.Draggable = false
  100.  
  101. TextButton.Parent = Frame
  102. TextButton.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  103. TextButton.Position = UDim2.new(0.0664556995, 0, 0.212307781, 0)
  104. TextButton.Size = UDim2.new(0, 48, 0, 45)
  105. TextButton.Font = Enum.Font.Cartoon
  106. TextButton.Text = "Rojo"
  107. TextButton.TextColor3 = Color3.fromRGB(255,255, 255)
  108. TextButton.TextSize = 20.000
  109. TextButton.MouseButton1Down:connect(function()
  110. TextButton2.Parent = Frame
  111. TextButton2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  112. TextButton2.Position = UDim2.new(0.0664556995, 0, 0.212307781, 0)
  113. TextButton2.Size = UDim2.new(0, 48, 0, 45)
  114. TextButton2.Font = Enum.Font.Cartoon
  115. TextButton2.Text = "SHOT"
  116. TextButton2.TextColor3 = Color3.fromRGB(255,255, 255)
  117. TextButton2.TextSize = 20.000
  118.  
  119. local Players = game:GetService("Players")
  120. local player = Players.LocalPlayer
  121. local playerScripts = player:WaitForChild("PlayerScripts")
  122. local PlayerModule = require(playerScripts:WaitForChild("PlayerModule"))
  123. local Controls = PlayerModule:GetControls()
  124.  
  125. Controls:Disable()
  126.  
  127. TextButton.Visible = false
  128. TextButton2.Visible = true
  129.  
  130. game:GetService("ReplicatedStorage"):WaitForChild("RojoAbility"):FireServer("Charge")
  131. end)
  132.  
  133. TextButton2.MouseButton1Down:connect(function()
  134.  
  135. game:GetService("ReplicatedStorage"):WaitForChild("RojoAbility"):FireServer("Release", {game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame})
  136. wait(2)
  137. local Players = game:GetService("Players")
  138. local player = Players.LocalPlayer
  139. local playerScripts = player:WaitForChild("PlayerScripts")
  140. local PlayerModule = require(playerScripts:WaitForChild("PlayerModule"))
  141. local Controls = PlayerModule:GetControls()
  142.  
  143. Controls:Enable()
  144.  
  145. TextButton.Visible = true
  146. TextButton2.Visible = false
  147. end)
  148.  
  149. ------------------------------------------------------------------------------------------
  150.  
  151. --Button No CD
  152. local ScreenGui = Instance.new("ScreenGui")
  153. local Frame = Instance.new("Frame")
  154. local TextLabel = Instance.new("TextLabel")
  155. local TextLabel_2 = Instance.new("TextLabel")
  156. local TextButton = Instance.new("TextButton")
  157.  
  158. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  159. ScreenGui.ResetOnSpawn = false
  160.  
  161. Frame.Parent = ScreenGui
  162. Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  163. Frame.Position = UDim2.new(0.75, 0, -0.1, 0)
  164. Frame.Size = UDim2.new(0, 55, 0, 60)
  165. Frame.Active = true
  166. Frame.Draggable = false
  167.  
  168. TextButton.Parent = Frame
  169. TextButton.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  170. TextButton.Position = UDim2.new(0.0664556995, 0, 0.212307781, 0)
  171. TextButton.Size = UDim2.new(0, 48, 0, 45)
  172. TextButton.Font = Enum.Font.Cartoon
  173. TextButton.Text = "No CD"
  174. TextButton.TextColor3 = Color3.fromRGB(255,255, 255)
  175. TextButton.TextSize = 20.000
  176. TextButton.MouseButton1Down:connect(function()
  177.  
  178. local player = game.Players.LocalPlayer
  179. local character = player.Character or player.CharacterAdded:Wait()
  180. local tool = character:FindFirstChildOfClass("Tool") or player.Backpack:FindFirstChildOfClass("Tool")
  181.  
  182. while character.Humanoid.Health ~= 0 do
  183. local localscript = tool:FindFirstChildOfClass("LocalScript")
  184. local localscriptclone = localscript:Clone()
  185. localscriptclone = localscript:Clone()
  186. localscriptclone:Clone()
  187. localscript:Destroy()
  188. localscriptclone.Parent = tool
  189. wait(0.1)
  190. end
  191. end)
  192.  
  193. --Button Diamond
  194. local ScreenGui = Instance.new("ScreenGui")
  195. local Frame = Instance.new("Frame")
  196. local TextLabel = Instance.new("TextLabel")
  197. local TextLabel_2 = Instance.new("TextLabel")
  198. local TextButton = Instance.new("TextButton")
  199.  
  200. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  201. ScreenGui.ResetOnSpawn = false
  202.  
  203. Frame.Parent = ScreenGui
  204. Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  205. Frame.Position = UDim2.new(0.70, 0, -0.1, 0)
  206. Frame.Size = UDim2.new(0, 55, 0, 60)
  207. Frame.Active = true
  208. Frame.Draggable = false
  209.  
  210. TextButton.Parent = Frame
  211. TextButton.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  212. TextButton.Position = UDim2.new(0.0664556995, 0, 0.212307781, 0)
  213. TextButton.Size = UDim2.new(0, 48, 0, 45)
  214. TextButton.Font = Enum.Font.Cartoon
  215. TextButton.Text = "Diamond"
  216. TextButton.TextColor3 = Color3.fromRGB(255,255, 255)
  217. TextButton.TextSize = 12.000
  218. TextButton.MouseButton1Down:connect(function()
  219.  
  220. game:GetService("ReplicatedStorage").Rockmode:FireServer()
  221. end)
  222.  
  223. -- Button Ghost
  224. local ScreenGui = Instance.new("ScreenGui")
  225. local Frame = Instance.new("Frame")
  226. local TextLabel = Instance.new("TextLabel")
  227. local TextLabel_2 = Instance.new("TextLabel")
  228. local TextButton = Instance.new("TextButton")
  229. local TextButton2 = Instance.new("TextButton")
  230.  
  231. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  232. ScreenGui.ResetOnSpawn = false
  233.  
  234. Frame.Parent = ScreenGui
  235. Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  236. Frame.Position = UDim2.new(0.65, 0, -0.1, 0)
  237. Frame.Size = UDim2.new(0, 55, 0, 60)
  238. Frame.Active = true
  239. Frame.Draggable = false
  240.  
  241. TextButton.Parent = Frame
  242. TextButton.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  243. TextButton.Position = UDim2.new(0.0664556995, 0, 0.212307781, 0)
  244. TextButton.Size = UDim2.new(0, 48, 0, 45)
  245. TextButton.Font = Enum.Font.Cartoon
  246. TextButton.Text = "Ghost"
  247. TextButton.TextColor3 = Color3.fromRGB(255,255, 255)
  248. TextButton.TextSize = 20.000
  249. TextButton.MouseButton1Down:connect(function()
  250. TextButton2.Parent = Frame
  251. TextButton2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  252. TextButton2.Position = UDim2.new(0.0664556995, 0, 0.212307781, 0)
  253. TextButton2.Size = UDim2.new(0, 48, 0, 45)
  254. TextButton2.Font = Enum.Font.Cartoon
  255. TextButton2.Text = "Disable"
  256. TextButton2.TextColor3 = Color3.fromRGB(255,255, 255)
  257. TextButton2.TextSize = 20.000
  258.  
  259. -- local Players = game:GetService("Players")
  260. -- local player = Players.LocalPlayer
  261. -- local playerScripts = player:WaitForChild("PlayerScripts")
  262. -- local PlayerModule = require(playerScripts:WaitForChild("PlayerModule"))
  263. -- local Controls = PlayerModule:GetControls()
  264.  
  265. -- Controls:Disable()
  266.  
  267. TextButton.Visible = false
  268. TextButton2.Visible = true
  269.  
  270. game:GetService("ReplicatedStorage").Ghostinvisibilityactivated:FireServer()
  271. end)
  272.  
  273. TextButton2.MouseButton1Down:connect(function()
  274.  
  275. game:GetService("ReplicatedStorage").Ghostinvisibilitydeactivated:FireServer()
  276. -- wait(2)
  277. -- local Players = game:GetService("Players")
  278. -- local player = Players.LocalPlayer
  279. -- local playerScripts = player:WaitForChild("PlayerScripts")
  280. -- local PlayerModule = require(playerScripts:WaitForChild("PlayerModule"))
  281. -- local Controls = PlayerModule:GetControls()
  282.  
  283. -- Controls:Enable()
  284.  
  285. TextButton.Visible = true
  286. TextButton2.Visible = false
  287. end)
  288.  
  289. -- Button Golden
  290. local ScreenGui = Instance.new("ScreenGui")
  291. local Frame = Instance.new("Frame")
  292. local TextLabel = Instance.new("TextLabel")
  293. local TextLabel_2 = Instance.new("TextLabel")
  294. local TextButton = Instance.new("TextButton")
  295. local TextButton2 = Instance.new("TextButton")
  296.  
  297. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  298. ScreenGui.ResetOnSpawn = false
  299.  
  300. Frame.Parent = ScreenGui
  301. Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  302. Frame.Position = UDim2.new(0.60, 0, -0.1, 0)
  303. Frame.Size = UDim2.new(0, 55, 0, 60)
  304. Frame.Active = true
  305. Frame.Draggable = false
  306.  
  307. TextButton.Parent = Frame
  308. TextButton.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  309. TextButton.Position = UDim2.new(0.0664556995, 0, 0.212307781, 0)
  310. TextButton.Size = UDim2.new(0, 48, 0, 45)
  311. TextButton.Font = Enum.Font.Cartoon
  312. TextButton.Text = "Golden"
  313. TextButton.TextColor3 = Color3.fromRGB(255,255, 255)
  314. TextButton.TextSize = 20.000
  315. TextButton.MouseButton1Down:connect(function()
  316. TextButton2.Parent = Frame
  317. TextButton2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  318. TextButton2.Position = UDim2.new(0.0664556995, 0, 0.212307781, 0)
  319. TextButton2.Size = UDim2.new(0, 48, 0, 45)
  320. TextButton2.Font = Enum.Font.Cartoon
  321. TextButton2.Text = "Disable"
  322. TextButton2.TextColor3 = Color3.fromRGB(255,255, 255)
  323. TextButton2.TextSize = 20.000
  324.  
  325. -- local Players = game:GetService("Players")
  326. -- local player = Players.LocalPlayer
  327. -- local playerScripts = player:WaitForChild("PlayerScripts")
  328. -- local PlayerModule = require(playerScripts:WaitForChild("PlayerModule"))
  329. -- local Controls = PlayerModule:GetControls()
  330.  
  331. -- Controls:Disable()
  332.  
  333. TextButton.Visible = false
  334. TextButton2.Visible = true
  335.  
  336. -- enable golden
  337.  
  338. local goldienable = {
  339. [1] = true
  340. }
  341.  
  342. game:GetService("ReplicatedStorage").Goldify:FireServer(unpack(goldienable))
  343.  
  344.  
  345. -- disable golden
  346.  
  347. TextButton2.MouseButton1Down:connect(function()
  348.  
  349. local goldidisable = {
  350. [1] = false,
  351. [2] = BrickColor.new(1)
  352. }
  353.  
  354. game:GetService("ReplicatedStorage").Goldify:FireServer(unpack(goldidisable))
  355.  
  356.  
  357. -- wait(2)
  358. -- local Players = game:GetService("Players")
  359. -- local player = Players.LocalPlayer
  360. -- local playerScripts = player:WaitForChild("PlayerScripts")
  361. -- local PlayerModule = require(playerScripts:WaitForChild("PlayerModule"))
  362. -- local Controls = PlayerModule:GetControls()
  363.  
  364. -- Controls:Enable()
  365.  
  366. TextButton.Visible = true
  367. TextButton2.Visible = false
  368. end)
  369.  
  370. --Button Null
  371. local ScreenGui = Instance.new("ScreenGui")
  372. local Frame = Instance.new("Frame")
  373. local TextLabel = Instance.new("TextLabel")
  374. local TextLabel_2 = Instance.new("TextLabel")
  375. local TextButton = Instance.new("TextButton")
  376.  
  377. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  378. ScreenGui.ResetOnSpawn = false
  379.  
  380. Frame.Parent = ScreenGui
  381. Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  382. Frame.Position = UDim2.new(0.55, 0, -0.1, 0)
  383. Frame.Size = UDim2.new(0, 55, 0, 60)
  384. Frame.Active = true
  385. Frame.Draggable = false
  386.  
  387. TextButton.Parent = Frame
  388. TextButton.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  389. TextButton.Position = UDim2.new(0.0664556995, 0, 0.212307781, 0)
  390. TextButton.Size = UDim2.new(0, 48, 0, 45)
  391. TextButton.Font = Enum.Font.Cartoon
  392. TextButton.Text = "Cheeky"
  393. TextButton.TextColor3 = Color3.fromRGB(255,255, 255)
  394. TextButton.TextSize = 20.000
  395. TextButton.MouseButton1Down:connect(function()
  396.  
  397. game:GetService("ReplicatedStorage").Spherify:FireServer()
  398. end)
Advertisement
Add Comment
Please, Sign In to add comment