Slap Battles GUI Script [Kill Aura/Anti Ragdoll/Anti TimeStop] - Pastebin.com (2024)

  1. local library = loadstring(game:HttpGet(('https://raw.githubusercontent.com/AikaV3rm/UiLib/master/Lib.lua')))()

  2. local w = library:CreateWindow("by Thwartedbrute#5028 & dizy#5334")

  3. local tab1 = w:CreateFolder("Combat")

  4. local tab2 = w:CreateFolder("Visuals")

  5. local tab3 = w:CreateFolder("Misc")

  6. local LocalPlayer = game:GetService("Players").LocalPlayer;

  7. local debounce = false;

  8. local ragdoll_debounce = false;

  9. local ragdoll_debounce_1 = 0;

  10. _G.InfTimestop = false;

  11. _G.PickUpGifts = false;

  12. _G.GiftsEsp = false;

  13. _G.GColor = Color3.fromRGB(111, 255, 0);

  14. _G.HandleEsp = false;

  15. _G.HColor = Color3.fromRGB(0, 166, 255);

  16. _G.SizeOverride = false;

  17. _G.PreventRagdoll = false;

  18. _G.AntiChase = false;

  19. _G.SpamRadio = false;

  20. _G.RemoveColorCorrection = false;

  21. _G.KillAura = false;

  22. _G.KADelay = nil;

  23. _G.AntiTimestop = false;

  24. _G.AdminNotifier = false;

  25. tab1:Toggle("Killaura",function(bool)

  26. shared.toggle = bool;

  27. _G.KillAura = bool;

  28. end)

  29. tab1:Slider("Hit Delay",{

  30. min = 0;

  31. max = 5;

  32. precise = true;

  33. },function(value)

  34. _G.KADelay = value;

  35. end)

  36. tab1:Toggle("Loop Timestop",function(bool)

  37. shared.toggle = bool;

  38. _G.InfTimestop = bool;

  39. end)

  40. tab1:Toggle("Anti Ragdoll",function(bool)

  41. shared.toggle = bool;

  42. _G.PreventRagdoll = bool;

  43. end)

  44. tab1:Toggle("Anti Chase",function(bool)

  45. shared.toggle = bool;

  46. _G.AntiChase = bool;

  47. end)

  48. tab1:Toggle("Anti Timestop",function(bool)

  49. shared.toggle = bool;

  50. _G.AntiTimestop = bool;

  51. end)

  52. tab1:Toggle("Glove Reach",function(bool)

  53. shared.toggle = bool;

  54. _G.SizeOverride = bool;

  55. end)

  56. tab2:Toggle("Gifts ESP",function(bool)

  57. shared.toggle = bool;

  58. _G.GiftsEsp = bool;

  59. end)

  60. tab2:ColorPicker("Gift Color",_G.GColor,function(color) --Default color

  61. _G.GColor = color;

  62. end)

  63. tab2:Toggle("Reach ESP",function(bool)

  64. shared.toggle = bool;

  65. _G.HandleEsp = bool;

  66. end)

  67. tab2:ColorPicker("Reach Color",_G.HColor,function(color) --Default color

  68. _G.HColor = color;

  69. end)

  70. tab2:Toggle("Hide Visuals",function(bool)

  71. shared.toggle = bool;

  72. _G.RemoveColorCorrection = bool;

  73. end)

  74. tab2:Toggle("Leave on Admin's join",function(bool)

  75. shared.toggle = bool;

  76. _G.AdminNotifier = bool;

  77. end)

  78. tab3:Toggle("Pick Up Gifts",function(bool)

  79. shared.toggle = bool;

  80. _G.PickUpGifts = bool;

  81. end)

  82. tab3:Toggle("Spam Radio",function(bool)

  83. shared.toggle = bool;

  84. _G.SpamRadio = bool;

  85. end)

  86. tab3:Bind("Force Timestop",Enum.KeyCode.X,function()

  87. game:GetService("ReplicatedStorage").TimestopJump:FireServer();

  88. game:GetService("ReplicatedStorage").Timestopchoir:FireServer();

  89. game:GetService("ReplicatedStorage").Timestop:FireServer();

  90. end)

  91. tab3:Bind("Force Invisibility",Enum.KeyCode.Z,function()

  92. game:GetService("ReplicatedStorage").Ghostinvisibilitydeactivated:FireServer();

  93. game:GetService("ReplicatedStorage").Ghostinvisibilityactivated:FireServer();

  94. end)

  95. tab3:Bind("Force Mail",Enum.KeyCode.E,function()

  96. game:GetService("ReplicatedStorage").MailSend:FireServer();

  97. end)

  98. tab3:Button("Duck Badge",function()

  99. fireclickdetector(game:GetService("Workspace")["Arena"]["default island"]["Rubber Ducky"].ClickDetector);

  100. end)

  101. tab3:Button("Court Evidence Badge", function()

  102. fireclickdetector(game:GetService("Workspace")["Lobby"]["Scene"]["knofe"].ClickDetector);

  103. end)

  104. tab3:Button("Brazil Badge", function()

  105. firetouchinterest(game:GetService("Workspace")["Lobby"]["brazil"]["portal"]);

  106. end)

  107. tab3:Button("Obama Glove Badge", function()

  108. fireclickdetector(game:GetService("Workspace")["Lobby"]["Obama"].ClickDetector);

  109. end)

  110. tab3:Button("TP to Arena", function()

  111. LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame = CFrame.new(38, 0, 60);

  112. end)

  113. tab3:Button("TP to Lobby", function()

  114. LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame = CFrame.new(-339.448792, 324.929474, -1.96081245);

  115. end)

  116. game:GetService("RunService").Heartbeat:Connect(function()

  117. spawn(function()

  118. if _G.InfTimestop then

  119. if LocalPlayer.Character ~= nil and LocalPlayer.Character:WaitForChild("Humanoid").Health > 0 then

  120. if LocalPlayer.Character.isInArena.Value == true and game:GetService("Workspace"):FindFirstChild("universaltimestop") == nil then

  121. game:GetService("ReplicatedStorage").TimestopJump:FireServer();

  122. game:GetService("ReplicatedStorage").Timestopchoir:FireServer();

  123. game:GetService("ReplicatedStorage").Timestop:FireServer();

  124. end

  125. end

  126. end

  127. end)

  128. spawn(function()

  129. if _G.HandleEsp then

  130. if LocalPlayer.Character ~= nil and LocalPlayer.Character:WaitForChild("Humanoid").Health > 0 and LocalPlayer.Character:WaitForChild("Torso").Transparency == 0 then

  131. for _,v in pairs(LocalPlayer.Character:GetChildren()) do

  132. if v:IsA("Tool") and v.Name ~= "Radio" then

  133. if v:FindFirstChild("Glove") ~= nil then

  134. if not v:FindFirstChildOfClass("BoxHandleAdornment") then

  135. local box = Instance.new("BoxHandleAdornment", v);

  136. box.Adornee = v:FindFirstChild("Glove");

  137. box.Size = v:FindFirstChild("Glove").Size;

  138. box.AlwaysOnTop = true;

  139. box.Transparency = 0.7;

  140. box.Color3 = _G.HColor;

  141. elseif v:FindFirstChildOfClass("BoxHandleAdornment") ~= nil then

  142. if v:FindFirstChildOfClass("BoxHandleAdornment").Size ~= v:FindFirstChild("Glove").Size then

  143. v:FindFirstChildOfClass("BoxHandleAdornment"):Destroy();

  144. end

  145. end

  146. end

  147. end

  148. end

  149. end

  150. elseif not _G.HandleEsp then

  151. if LocalPlayer.Character ~= nil and LocalPlayer.Character:WaitForChild("Humanoid").Health > 0 and LocalPlayer.Character:WaitForChild("Torso").Transparency == 0 then

  152. for _,v in pairs(LocalPlayer.Character:GetChildren()) do

  153. if v:IsA("Tool") and v.Name ~= "Radio" then

  154. if v:FindFirstChild("Glove") ~= nil then

  155. if v:FindFirstChildOfClass("BoxHandleAdornment") ~= nil then

  156. v:FindFirstChildOfClass("BoxHandleAdornment"):Destroy();

  157. end

  158. end

  159. end

  160. end

  161. end

  162. end

  163. end)

  164. spawn(function()

  165. if _G.SizeOverride then

  166. if LocalPlayer.Character ~= nil and LocalPlayer.Character:WaitForChild("Humanoid").Health > 0 and LocalPlayer.Character:WaitForChild("Torso").Transparency == 0 then

  167. for _,v in pairs(LocalPlayer.Character:GetChildren()) do

  168. if v:IsA("Tool") and v.Name ~= "Radio" then

  169. if v:FindFirstChild("Glove") ~= nil then

  170. if v:FindFirstChild("Glove"):FindFirstChildOfClass("Texture") then v:FindFirstChild("Glove"):FindFirstChildOfClass("Texture"):Destroy() end

  171. v:FindFirstChild("Glove").Size = Vector3.new(50.5, 30.5, 30.7);

  172. v:FindFirstChild("Glove").Transparency = 1;

  173. end

  174. end

  175. end

  176. end

  177. end

  178. end)

  179. pcall(function()

  180. if _G.PreventRagdoll then

  181. if LocalPlayer.Character ~= nil and LocalPlayer.Character:FindFirstChildOfClass("Humanoid") ~= nil and LocalPlayer.Character:WaitForChild("Humanoid").Health > 0 and LocalPlayer.Character:WaitForChild("Torso").Transparency == 0 then

  182. if LocalPlayer.Character:FindFirstChildOfClass("Humanoid").PlatformStand == true then LocalPlayer.Character:FindFirstChildOfClass("Humanoid").PlatformStand = false; end

  183. if LocalPlayer.Character:WaitForChild("Ragdolled") ~= nil then

  184. if LocalPlayer.Character:WaitForChild("Ragdolled").Value == false then hum_cframe = LocalPlayer.Character:FindFirstChild("Torso").CFrame; end

  185. if ragdoll_debounce == true then if ragdoll_debounce_1 < 6 then LocalPlayer.Character:FindFirstChild("Torso").CFrame = hum_cframe; ragdoll_debounce = false; elseif ragdoll_debounce_1 == 6 then ragdoll_debounce_1 = 0; ragdoll_debounce = false; end end

  186. if LocalPlayer.Character:WaitForChild("Ragdolled").Value == true then

  187. LocalPlayer.Character:FindFirstChildOfClass("Humanoid").PlatformStand = false;

  188. LocalPlayer.Character:FindFirstChild("Head").Anchored = true;

  189. LocalPlayer.Character:FindFirstChild("HumanoidRootPart").Anchored = true;

  190. LocalPlayer.Character:FindFirstChild("Torso").Anchored = true;

  191. --LocalPlayer.Character:FindFirstChild("Torso").CFrame = hum_cframe;

  192. ragdoll_debounce = true;

  193. for _,v in pairs(game:GetService("Players").LocalPlayer.Character:GetChildren()) do

  194. if v.Name == "Head" or v.Name == "Torso" or v.Name == "Left Arm" or v.Name == "Right Arm" or v.Name == "Left Leg" or v.Name == "Right Leg" or v.Name == "HumanoidRootPart" or v.Name == "Torso" then

  195. for _,r in pairs(v:GetChildren()) do

  196. if r:IsA("BallSocketConstrait") or r:IsA("BodyVelocity") or r:IsA("BodyAngularVelocity") then

  197. r:Destroy();

  198. elseif r:IsA("Attachment") then

  199. if r.Name == "a0" or r.Name == "a1" or r.Name == "torsoweld" then

  200. r:Destroy();

  201. end

  202. end

  203. end

  204. elseif string.sub(v.Name, 0, 8) == "FakePart" then

  205. v.Anchored = true;

  206. v.CanCollide = false;

  207. elseif v.Name == "Icecube" then

  208. LocalPlayer.Character:FindFirstChildOfClass("Humanoid").PlatformStand = false;

  209. v:Destroy();

  210. end

  211. end

  212. elseif LocalPlayer.Character:WaitForChild("Ragdolled").Value == false then

  213. LocalPlayer.Character:FindFirstChild("Head").Anchored = false;

  214. LocalPlayer.Character:FindFirstChild("HumanoidRootPart").Anchored = false;

  215. LocalPlayer.Character:FindFirstChild("Torso").Anchored = false;

  216. end

  217. end

  218. end

  219. end

  220. end)

  221. spawn(function()

  222. if _G.SpamRadio then

  223. if LocalPlayer.Character ~= nil and LocalPlayer.Character:FindFirstChildOfClass("Humanoid") ~= nil and LocalPlayer.Character:WaitForChild("Humanoid").Health > 0 and LocalPlayer.Character:WaitForChild("Torso").Transparency == 0 then

  224. if LocalPlayer.Backpack:FindFirstChild("Radio") ~= nil then

  225. LocalPlayer.Backpack:FindFirstChild("Radio")["Handle"]["Sound"]["ID"].Value = 5361902748;

  226. LocalPlayer.Backpack:FindFirstChild("Radio").Parent = LocalPlayer.Character;

  227. elseif LocalPlayer.Character:FindFirstChild("Radio") ~= nil then

  228. LocalPlayer.Character:FindFirstChild("Radio")["Handle"]["Sound"]["ID"].Value = 5361902748;

  229. LocalPlayer.Character:FindFirstChild("Radio"):Activate();

  230. LocalPlayer.Character:FindFirstChild("Radio").Parent = LocalPlayer.Backpack;

  231. end

  232. end

  233. end

  234. end)

  235. spawn(function()

  236. if _G.AntiChase then

  237. if LocalPlayer.Character ~= nil and LocalPlayer.Character:FindFirstChildOfClass("Humanoid") ~= nil and LocalPlayer.Character:WaitForChild("Humanoid").Health > 0 and LocalPlayer.Character:WaitForChild("Torso").Transparency == 0 then

  238. if LocalPlayer.Character:FindFirstChild("CHASED") or LocalPlayer.Character:FindFirstChild("CHASE") then

  239. for _,v in pairs(LocalPlayer.Character:GetChildren()) do

  240. if v:IsA("Part") or v:IsA("MeshPart") then

  241. v.Anchored = false;

  242. elseif v:IsA("BoolValue") and v.Name == "Ragdolled" then

  243. v.Value = false;

  244. end

  245. end

  246. end

  247. end

  248. end

  249. end)

  250. pcall(function()

  251. if _G.AntiTimestop then

  252. if LocalPlayer.Character ~= nil and LocalPlayer.Character:FindFirstChildOfClass("Humanoid") ~= nil and LocalPlayer.Character:WaitForChild("Humanoid").Health > 0 and LocalPlayer.Character:WaitForChild("Torso").Transparency == 0 then

  253. if game:GetService("Workspace"):FindFirstChild("universaltimestop") ~= nil then

  254. LocalPlayer.Character:FindFirstChildOfClass("Humanoid").PlatformStand = false;

  255. LocalPlayer.Character:FindFirstChild("TSVulnerability").Value = false;

  256. for _,v in pairs(LocalPlayer.Character:GetChildren()) do

  257. if v:IsA("MeshPart") or v:IsA("Part") then

  258. v.Anchored = false;

  259. end

  260. end

  261. elseif not game:GetService("Workspace"):FindFirstChild("universaltimestop") then

  262. LocalPlayer.Character:FindFirstChildOfClass("Humanoid").PlatformStand = false;

  263. LocalPlayer.Character:FindFirstChild("TSVulnerability").Value = true;

  264. end

  265. end

  266. end

  267. end)

  268. spawn(function()

  269. if _G.RemoveColorCorrection then

  270. if game:GetService("Lighting"):FindFirstChildOfClass("ColorCorrectionEffect") then

  271. game:GetService("Lighting"):FindFirstChildOfClass("ColorCorrectionEffect"):Destroy();

  272. end

  273. for _,v in pairs(LocalPlayer.PlayerGui:GetChildren()) do

  274. if v.Name == "VineThudImageScreenGUI" or v.Name == "MailPopup" or v.Name == "MittenBlind" then

  275. v:Destroy();

  276. end

  277. end

  278. for _,p in pairs(game:GetService("Workspace"):GetChildren()) do

  279. if p.Name == "wall" or p.Name == "BusModel" then

  280. p.CanCollide = false;

  281. p.CanTouch = false;

  282. p.Transparency = 0.8;

  283. end

  284. end

  285. for _,v in pairs(game:GetService("Players"):GetChildren()) do

  286. if v.Character:FindFirstChild("rock") then

  287. v.Character:FindFirstChild("rock").CanTouch = false;

  288. v.Character:FindFirstChild("rock").CanCollide = false;

  289. end

  290. end

  291. end

  292. end)

  293. pcall(function()

  294. if _G.KillAura then

  295. for _,v in pairs(game:GetService("Players"):GetChildren()) do

  296. if v.Name ~= LocalPlayer.Name then

  297. if LocalPlayer.Character ~= nil and LocalPlayer.Character:FindFirstChild("Humanoid") ~= nil and LocalPlayer.Character:FindFirstChild("Humanoid").Health > 0 and not debounce and LocalPlayer.Character.isInArena ~= nil and LocalPlayer.Character.isInArena.Value == true then

  298. if v.Character ~= nil and v.Character:FindFirstChild("Humanoid") ~= nil and v.Character:FindFirstChild("Humanoid").Health > 0 and v.Character:FindFirstChild("HumanoidRootPart") ~= nil and v.Character:FindFirstChild("Torso").Transparency == 0 and v.Character:FindFirstChild("rock") == nil then

  299. if (LocalPlayer.Character:FindFirstChild("HumanoidRootPart").Position-v.Character:FindFirstChild("HumanoidRootPart").Position).Magnitude < 30 then

  300. if LocalPlayer.Character:FindFirstChild("Diamond") then

  301. LocalPlayer.Character:FindFirstChild("Diamond"):Activate();

  302. game:GetService("ReplicatedStorage").DiamondHit:FireServer(game:GetService("Workspace")[v.Name]["Right Arm"]);

  303. elseif LocalPlayer.Character:FindFirstChild("Extended") then

  304. LocalPlayer.Character:FindFirstChild("Extended"):Activate();

  305. game:GetService("ReplicatedStorage").ExtendedHit:FireServer(game:GetService("Workspace")[v.Name]["Right Arm"]);

  306. elseif LocalPlayer.Character:FindFirstChild("Brick") then

  307. LocalPlayer.Character:FindFirstChild("Brick"):Activate();

  308. game:GetService("ReplicatedStorage").BrickHit:FireServer(game:GetService("Workspace")[v.Name]["Right Arm"]);

  309. elseif LocalPlayer.Character:FindFirstChild("Snow") then

  310. LocalPlayer.Character:FindFirstChild("Snow"):Activate();

  311. game:GetService("ReplicatedStorage").SnowHit:FireServer(game:GetService("Workspace")[v.Name]["Right Arm"]);

  312. elseif LocalPlayer.Character:FindFirstChild("Flash") then

  313. LocalPlayer.Character:FindFirstChild("Flash"):Activate();

  314. game:GetService("ReplicatedStorage").FlashHit:FireServer(game:GetService("Workspace")[v.Name]["Right Arm"]);

  315. elseif LocalPlayer.Character:FindFirstChild("Swapper") then

  316. LocalPlayer.Character:FindFirstChild("Swapper"):Activate();

  317. game:GetService("ReplicatedStorage").SwapperHit:FireServer(game:GetService("Workspace")[v.Name]["Right Arm"]);

  318. elseif LocalPlayer.Character:FindFirstChild("Bull") then

  319. LocalPlayer.Character:FindFirstChild("Bull"):Activate();

  320. game:GetService("ReplicatedStorage").BullHit:FireServer(game:GetService("Workspace")[v.Name]["Right Arm"]);

  321. elseif LocalPlayer.Character:FindFirstChild("Dice") then

  322. LocalPlayer.Character:FindFirstChild("Dice"):Activate();

  323. game:GetService("ReplicatedStorage").DiceHit:FireServer(game:GetService("Workspace")[v.Name]["Right Arm"]);

  324. elseif LocalPlayer.Character:FindFirstChild("Ghost") then

  325. LocalPlayer.Character:FindFirstChild("Ghost"):Activate();

  326. game:GetService("ReplicatedStorage").GhostHit:FireServer(game:GetService("Workspace")[v.Name]["Right Arm"]);

  327. elseif LocalPlayer.Character:FindFirstChild("Thanos") then

  328. LocalPlayer.Character:FindFirstChild("Thanos"):Activate();

  329. game:GetService("ReplicatedStorage").Thanosh*t:FireServer(game:GetService("Workspace")[v.Name]["Right Arm"]);

  330. elseif LocalPlayer.Character:FindFirstChild("Stun") then

  331. LocalPlayer.Character:FindFirstChild("Stun"):Activate();

  332. game:GetService("ReplicatedStorage").HtStun:FireServer(game:GetService("Workspace")[v.Name]["Right Arm"]);

  333. elseif LocalPlayer.Character:FindFirstChild("「ZA HANDO」") then

  334. LocalPlayer.Character:FindFirstChild("「ZA HANDO」"):Activate();

  335. game:GetService("ReplicatedStorage").zhramt:FireServer(game:GetService("Workspace")[v.Name]["Right Arm"]);

  336. elseif LocalPlayer.Character:FindFirstChild("Pusher") then

  337. LocalPlayer.Character:FindFirstChild("Pusher"):Activate();

  338. game:GetService("ReplicatedStorage").PusherHit:FireServer(game:GetService("Workspace")[v.Name]["Right Arm"]);

  339. elseif LocalPlayer.Character:FindFirstChild("Space") then

  340. LocalPlayer.Character:FindFirstChild("Space"):Activate();

  341. game:GetService("ReplicatedStorage").HtSpace:FireServer(game:GetService("Workspace")[v.Name]["Right Arm"]);

  342. elseif LocalPlayer.Character:FindFirstChild("Dream") then

  343. LocalPlayer.Character:FindFirstChild("Dream"):Activate();

  344. game:GetService("ReplicatedStorage").Dreamhit:FireServer(game:GetService("Workspace")[v.Name]["Right Arm"]);

  345. elseif LocalPlayer.Character:FindFirstChild("Mail") then

  346. LocalPlayer.Character:FindFirstChild("Mail"):Activate();

  347. game:GetService("ReplicatedStorage").MailHit:FireServer(game:GetService("Workspace")[v.Name]["Right Arm"]);

  348. elseif LocalPlayer.Character:FindFirstChild("Golden") then

  349. LocalPlayer.Character:FindFirstChild("Golden"):Activate();

  350. game:GetService("ReplicatedStorage").GoldenHit:FireServer(game:GetService("Workspace")[v.Name]["Right Arm"]);

  351. elseif LocalPlayer.Character:FindFirstChild("Cheeky") then

  352. LocalPlayer.Character:FindFirstChild("Cheeky"):Activate();

  353. game:GetService("ReplicatedStorage").CheekyHit:FireServer(game:GetService("Workspace")[v.Name]["Right Arm"]);

  354. elseif LocalPlayer.Character:FindFirstChild("Reaper") then

  355. LocalPlayer.Character:FindFirstChild("Reaper"):Activate();

  356. game:GetService("ReplicatedStorage").ReaperHit:FireServer(game:GetService("Workspace")[v.Name]["Right Arm"]);

  357. elseif LocalPlayer.Character:FindFirstChild("Replica") then

  358. LocalPlayer.Character:FindFirstChild("Replica"):Activate();

  359. game:GetService("ReplicatedStorage").ReplicaHit:FireServer(game:GetService("Workspace")[v.Name]["Right Arm"]);

  360. elseif LocalPlayer.Character:FindFirstChild("Defense") then

  361. LocalPlayer.Character:FindFirstChild("Defense"):Activate();

  362. game:GetService("ReplicatedStorage").DefenseHit:FireServer(game:GetService("Workspace")[v.Name]["Right Arm"]);

  363. elseif LocalPlayer.Character:FindFirstChild("Killstreak") then

  364. local kills = string.sub(LocalPlayer.PlayerGui:FindFirstChild("Kills"):FindFirstChildOfClass("TextLabel").Text, 0, 7);

  365. LocalPlayer.Character:FindFirstChild("Killstreak"):Activate();

  366. game:GetService("ReplicatedStorage").Ksh*t:FireServer(game:GetService("Workspace")[v.Name]["Right Arm"], kills);

  367. elseif LocalPlayer.Character:FindFirstChild("Reverse") then

  368. LocalPlayer.Character:FindFirstChild("Reverse"):Activate();

  369. game:GetService("ReplicatedStorage").ReverseHit:FireServer(game:GetService("Workspace")[v.Name]["Right Arm"]);

  370. elseif LocalPlayer.Character:FindFirstChild("Shukuchi") then

  371. LocalPlayer.Character:FindFirstChild("Shukuchi"):Activate();

  372. game:GetService("ReplicatedStorage").ShukuchiHit:FireServer(game:GetService("Workspace")[v.Name]["Right Arm"]);

  373. elseif LocalPlayer.Character:FindFirstChild("Duelist") then

  374. LocalPlayer.Character:FindFirstChild("Duelist"):Activate();

  375. game:GetService("ReplicatedStorage").DuelistHit:FireServer(game:GetService("Workspace")[v.Name]["Right Arm"]);

  376. elseif LocalPlayer.Character:FindFirstChild("woah") then

  377. LocalPlayer.Character:FindFirstChild("woah"):Activate();

  378. game:GetService("ReplicatedStorage").woahHit:FireServer(game:GetService("Workspace")[v.Name]["Right Arm"]);

  379. elseif LocalPlayer.Character:FindFirstChild("Ice") then

  380. LocalPlayer.Character:FindFirstChild("Ice"):Activate();

  381. game:GetService("ReplicatedStorage").IceHit:FireServer(game:GetService("Workspace")[v.Name]["Right Arm"]);

  382. elseif LocalPlayer.Character:FindFirstChild("Adios") then

  383. LocalPlayer.Character:FindFirstChild("Adios"):Activate();

  384. game:GetService("ReplicatedStorage").hitAdios:FireServer(game:GetService("Workspace")[v.Name]["Right Arm"]);

  385. elseif LocalPlayer.Character:FindFirstChild("God's Hand") then

  386. LocalPlayer.Character:FindFirstChild("God's Hand"):Activate();

  387. game:GetService("ReplicatedStorage").Godshand:FireServer(game:GetService("Workspace")[v.Name]["Right Arm"]);

  388. elseif LocalPlayer.Character:FindFirstChild("OVERKILL") then

  389. LocalPlayer.Character:FindFirstChild("OVERKILL"):Activate();

  390. game:GetService("ReplicatedStorage").Overkillhit:FireServer(game:GetService("Workspace")[v.Name]["Right Arm"]);

  391. elseif LocalPlayer.Character:FindFirstChild("Acrobat") then

  392. LocalPlayer.Character:FindFirstChild("Acrobat"):Activate();

  393. game:GetService("ReplicatedStorage").AcHit:FireServer(game:GetService("Workspace")[v.Name]["Right Arm"]);

  394. elseif LocalPlayer.Character:FindFirstChild("MEGAROCK") then

  395. LocalPlayer.Character:FindFirstChild("MEGAROCK"):Activate();

  396. game:GetService("ReplicatedStorage").DiamondHit:FireServer(game:GetService("Workspace")[v.Name]["Right Arm"]);

  397. elseif LocalPlayer.Character:FindFirstChild("Plague") then

  398. LocalPlayer.Character:FindFirstChild("Plague"):Activate();

  399. game:GetService("ReplicatedStorage").PlagueHit:FireServer(game:GetService("Workspace")[v.Name]["Right Arm"]);

  400. elseif LocalPlayer.Character:FindFirstChild("Hallow Jack") then

  401. LocalPlayer.Character:FindFirstChild("Hallow Jack"):Activate();

  402. game:GetService("ReplicatedStorage").HallowHIT:FireServer(game:GetService("Workspace")[v.Name]["Right Arm"]);

  403. elseif LocalPlayer.Character:FindFirstChild("[REDACTED]") then

  404. LocalPlayer.Character:FindFirstChild("[REDACTED]"):Activate();

  405. game:GetService("ReplicatedStorage").ReHit:FireServer(game:GetService("Workspace")[v.Name]["Right Arm"]);

  406. elseif LocalPlayer.Character:FindFirstChild("bus") then

  407. LocalPlayer.Character:FindFirstChild("bus"):Activate();

  408. game:GetService("ReplicatedStorage").hitbus:FireServer(game:GetService("Workspace")[v.Name]["Right Arm"]);

  409. elseif LocalPlayer.Character:FindFirstChild("obama") then

  410. LocalPlayer.Character:FindFirstChild("obama"):Activate();

  411. game:GetService("ReplicatedStorage").Obamahit:FireServer(game:GetService("Workspace")[v.Name]["Right Arm"]);

  412. end

  413. debounce = true;

  414. delay(_G.KADelay, function()

  415. debounce = false;

  416. end)

  417. elseif (LocalPlayer.Character:FindFirstChild("HumanoidRootPart").Position-v.Character:FindFirstChild("HumanoidRootPart").Position).Magnitude < 10 then

  418. if LocalPlayer.Character:FindFirstChild("Default") then

  419. LocalPlayer.Character:FindFirstChild("Default"):Activate();

  420. game:GetService("ReplicatedStorage").b:FireServer(game:GetService("Workspace")[v.Name]["Right Arm"]);

  421. end

  422. debounce = true;

  423. delay(_G.KADelay, function()

  424. debounce = false;

  425. end)

  426. end

  427. end

  428. end

  429. end

  430. end

  431. else

  432. if debounce then debounce = false; end

  433. end

  434. end)

  435. pcall(function()

  436. if _G.PickUpGifts then

  437. if LocalPlayer.Character ~= nil and LocalPlayer.Character:FindFirstChildOfClass("Humanoid") ~= nil and LocalPlayer.Character:WaitForChild("Humanoid").Health > 0 and LocalPlayer.Character.isInArena ~= nil and LocalPlayer.Character.isInArena.Value == true then

  438. for _,v in pairs(game:GetService("Workspace"):GetChildren()) do

  439. if v.Name == "Gift" and v.Transparency == 0 then

  440. --firetouchinterest(LocalPlayer.Character:FindFirstChild("HumanoidRootPart"), v);

  441. LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame = v.CFrame;

  442. end

  443. end

  444. end

  445. end

  446. end)

  447. spawn(function()

  448. if _G.GiftsEsp then

  449. if LocalPlayer.Character ~= nil then

  450. for _,v in pairs(game:GetService("Workspace"):GetChildren()) do

  451. if v.Name == "Gift" and v:FindFirstChildOfClass("BoxHandleAdornment") == nil then

  452. local box = Instance.new("BoxHandleAdornment", v);

  453. box.Adornee = v;

  454. box.Size = v.Size;

  455. box.AlwaysOnTop = true;

  456. box.Transparency = 0.6;

  457. box.Color3 = _G.GColor;

  458. end

  459. end

  460. end

  461. end

  462. end)

  463. pcall(function()

  464. if _G.AdminNotifier then

  465. if game:GetService("Players"):FindFirstChild("PimGameFreak") or game:GetService("Players"):FindFirstChild("buffwagon") or game:GetService("Players"):FindFirstChild("Astronaxtic") or game:GetService("Players"):FindFirstChild("Villadyne") or ame:GetService("Players"):FindFirstChild("undeadtaIIie") then

  466. LocalPlayer:Kick(" [dizy's script] Admin joined! Join on other server. ")

  467. end

  468. end

  469. end)

  470. end)

  471. Player = game.Players.LocalPlayer.Character.Name

  472. workspace[Player].isInArena:Destroy()

  473. wait()

  474. workspace[Player].IsInDefaultArena:Destroy()

  475. wait()

  476. workspace[Player].Ragdolled:Destroy()

Slap Battles GUI Script [Kill Aura/Anti Ragdoll/Anti TimeStop] - Pastebin.com (2024)

References

Top Articles
Latest Posts
Article information

Author: The Hon. Margery Christiansen

Last Updated:

Views: 6235

Rating: 5 / 5 (70 voted)

Reviews: 85% of readers found this page helpful

Author information

Name: The Hon. Margery Christiansen

Birthday: 2000-07-07

Address: 5050 Breitenberg Knoll, New Robert, MI 45409

Phone: +2556892639372

Job: Investor Mining Engineer

Hobby: Sketching, Cosplaying, Glassblowing, Genealogy, Crocheting, Archery, Skateboarding

Introduction: My name is The Hon. Margery Christiansen, I am a bright, adorable, precious, inexpensive, gorgeous, comfortable, happy person who loves writing and wants to share my knowledge and understanding with you.