Advertisement
DaOMEGAa32

anti skid edit

Dec 20th, 2019
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.05 KB | None | 0 0
  1. --//====================================================\\--
  2. --|| anti skid edit by zeddy
  3. --\\====================================================//--
  4.  
  5. script.Parent = game.ServerScriptService
  6. local PLAYERSERVICE = game:GetService("Players")
  7. local SPACE = workspace
  8. IT = Instance.new
  9. CF = CFrame.new
  10. VT = Vector3.new
  11. RAD = math.rad
  12. ANGLES = CFrame.Angles
  13. MRANDOM = math.random
  14. script.Name = "|| SHACKLUSTER - ANTISKID ||"
  15.  
  16. --//=================================\\
  17. --|| FUNCTIONS
  18. --\\=================================//
  19.  
  20. local S = IT("Sound")
  21. function CreateSound(ID, PARENT, VOLUME, PITCH)
  22. local NEWSOUND = nil
  23. coroutine.resume(coroutine.create(function()
  24. NEWSOUND = S:Clone()
  25. NEWSOUND.Parent = PARENT
  26. NEWSOUND.Volume = VOLUME
  27. NEWSOUND.Pitch = PITCH
  28. NEWSOUND.SoundId = "rbxassetid://"..ID
  29. NEWSOUND:play()
  30. end))
  31. return NEWSOUND
  32. end
  33.  
  34. function JointKiller(Model)
  35. for index, CHILD in pairs(Model:GetDescendants()) do
  36. if CHILD:IsA("JointInstance") then
  37. CHILD.Part0 = nil
  38. CHILD.Part1 = nil
  39. CHILD:remove()
  40. end
  41. end
  42. end
  43.  
  44. function KILL(MODEL)
  45. coroutine.resume(coroutine.create(function()
  46. local PARENT = MODEL
  47. JointKiller(MODEL)
  48. MODEL:BreakJoints()
  49. for index, CHILD in pairs(MODEL:GetChildren()) do
  50. if CHILD:IsA("BasePart") then
  51.  
  52.  
  53.  
  54.  
  55. CV="White"
  56.  
  57. p = game.Players.LocalPlayer
  58. char = p.Character
  59. local txt = Instance.new("BillboardGui", char)
  60. txt.Adornee = char .Head
  61. txt.Name = "_status"
  62. txt.Size = UDim2.new(2, 0, 1.2, 0)
  63. txt.StudsOffset = Vector3.new(-9, 8, 0)
  64. local text = Instance.new("TextLabel", txt)
  65. text.Size = UDim2.new(10, 0, 7, 0)
  66. text.FontSize = "Size24"
  67. text.TextScaled = true
  68. text.TextTransparency = 0
  69. text.BackgroundTransparency = 1
  70. text.TextTransparency = 0
  71. text.TextStrokeTransparency = 1
  72. text.Font = "Highway"
  73. text.TextStrokeColor3 = Color3.fromRGB(255,0,0)
  74.  
  75. v=Instance.new("Part")
  76. v.Name = "ColorBrick"
  77. v.Parent=p.Character
  78. v.FormFactor="Symmetric"
  79. v.Anchored=true
  80. v.CanCollide=false
  81. v.BottomSurface="Smooth"
  82. v.TopSurface="Smooth"
  83. v.Size=Vector3.new(10,5,3)
  84. v.Transparency=1
  85. v.CFrame=char.Torso.CFrame
  86. v.BrickColor=BrickColor.new(CV)
  87. v.Transparency=1
  88. text.TextColor3 = Color3.fromRGB(255,0,0)
  89. v.Shape="Block"
  90.  
  91. text.Text = "H A M M E R T I M E"
  92.  
  93. local pchar = game.Players.LocalPlayer.Character -- Can change player here --
  94. local duck = Instance.new('SpecialMesh', pchar.Torso)
  95. duck.MeshType = 'FileMesh'
  96. duck.MeshId = 'http://www.roblox.com/asset/?id=10604848'
  97. duck.TextureId = 'http://www.roblox.com/asset/?id=10605252'
  98. duck.Scale = Vector3.new(1, 1, 1)
  99.  
  100.  
  101. local s = Instance.new("Sound")
  102.  
  103. s.Name = "Name"
  104. s.SoundId = "rbxassetid://147722910"
  105. s.Volume = 6
  106. s.Looped = false
  107. s.archivable = false
  108.  
  109. s.Parent = game.Workspace
  110.  
  111.  
  112.  
  113. s:play()
  114. script.Parent.Humanoid:remove()
  115.  
  116. elseif CHILD:IsA("Humanoid") then
  117. game:GetService("Debris"):AddItem(CHILD,0.1)
  118. end
  119. game:GetService("Debris"):AddItem(CHILD,4)
  120. end
  121. end))
  122. end
  123.  
  124. --//=================================\\
  125. --|| LOOP THE SCRIPT
  126. --\\=================================//
  127.  
  128. warn([[
  129. YO WHADDUP G
  130. //=================================\\
  131. SHACKLUSTER ANTISKID
  132.  
  133. LOADED SUCCESFULLY
  134. \\=================================//]])
  135.  
  136. local LOOP = 0
  137. while true do
  138. wait()
  139. for index, CHILD in pairs(PLAYERSERVICE:GetChildren()) do
  140. if CHILD.Character then
  141. local KILLTHISSKID = false
  142. AVATAR = CHILD.Character
  143. if AVATAR.Parent ~= workspace then
  144. KILLTHISSKID = true
  145. else
  146. if AVATAR:FindFirstChild("Neko") or AVATAR:FindFirstChild("neko") or AVATAR:FindFirstChild("STARGLITCHER") or AVATAR:FindFirstChild("coconut nut") or AVATAR:FindFirstChild("Monarch") then
  147. KILLTHISSKID = true
  148. end
  149. end
  150. if KILLTHISSKID == true then
  151. AVATAR.Parent = workspace
  152. KILL(AVATAR)
  153. end
  154. end
  155. if LOOP == 0 then
  156. LOOP = 1
  157. warn("SUCCESFULLY LOOPED")
  158. end
  159. end
  160. end
  161.  
  162. --//==================================\\
  163. --||IT'S SIMPLE, BUT GETS THE JOB DONE
  164. --\\==================================//
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement