Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --//====================================================\\--
- --|| anti skid edit by zeddy
- --\\====================================================//--
- script.Parent = game.ServerScriptService
- local PLAYERSERVICE = game:GetService("Players")
- local SPACE = workspace
- IT = Instance.new
- CF = CFrame.new
- VT = Vector3.new
- RAD = math.rad
- ANGLES = CFrame.Angles
- MRANDOM = math.random
- script.Name = "|| SHACKLUSTER - ANTISKID ||"
- --//=================================\\
- --|| FUNCTIONS
- --\\=================================//
- local S = IT("Sound")
- function CreateSound(ID, PARENT, VOLUME, PITCH)
- local NEWSOUND = nil
- coroutine.resume(coroutine.create(function()
- NEWSOUND = S:Clone()
- NEWSOUND.Parent = PARENT
- NEWSOUND.Volume = VOLUME
- NEWSOUND.Pitch = PITCH
- NEWSOUND.SoundId = "rbxassetid://"..ID
- NEWSOUND:play()
- end))
- return NEWSOUND
- end
- function JointKiller(Model)
- for index, CHILD in pairs(Model:GetDescendants()) do
- if CHILD:IsA("JointInstance") then
- CHILD.Part0 = nil
- CHILD.Part1 = nil
- CHILD:remove()
- end
- end
- end
- function KILL(MODEL)
- coroutine.resume(coroutine.create(function()
- local PARENT = MODEL
- JointKiller(MODEL)
- MODEL:BreakJoints()
- for index, CHILD in pairs(MODEL:GetChildren()) do
- if CHILD:IsA("BasePart") then
- CV="White"
- p = game.Players.LocalPlayer
- char = p.Character
- local txt = Instance.new("BillboardGui", char)
- txt.Adornee = char .Head
- txt.Name = "_status"
- txt.Size = UDim2.new(2, 0, 1.2, 0)
- txt.StudsOffset = Vector3.new(-9, 8, 0)
- local text = Instance.new("TextLabel", txt)
- text.Size = UDim2.new(10, 0, 7, 0)
- text.FontSize = "Size24"
- text.TextScaled = true
- text.TextTransparency = 0
- text.BackgroundTransparency = 1
- text.TextTransparency = 0
- text.TextStrokeTransparency = 1
- text.Font = "Highway"
- text.TextStrokeColor3 = Color3.fromRGB(255,0,0)
- v=Instance.new("Part")
- v.Name = "ColorBrick"
- v.Parent=p.Character
- v.FormFactor="Symmetric"
- v.Anchored=true
- v.CanCollide=false
- v.BottomSurface="Smooth"
- v.TopSurface="Smooth"
- v.Size=Vector3.new(10,5,3)
- v.Transparency=1
- v.CFrame=char.Torso.CFrame
- v.BrickColor=BrickColor.new(CV)
- v.Transparency=1
- text.TextColor3 = Color3.fromRGB(255,0,0)
- v.Shape="Block"
- text.Text = "H A M M E R T I M E"
- local pchar = game.Players.LocalPlayer.Character -- Can change player here --
- local duck = Instance.new('SpecialMesh', pchar.Torso)
- duck.MeshType = 'FileMesh'
- duck.MeshId = 'http://www.roblox.com/asset/?id=10604848'
- duck.TextureId = 'http://www.roblox.com/asset/?id=10605252'
- duck.Scale = Vector3.new(1, 1, 1)
- local s = Instance.new("Sound")
- s.Name = "Name"
- s.SoundId = "rbxassetid://147722910"
- s.Volume = 6
- s.Looped = false
- s.archivable = false
- s.Parent = game.Workspace
- s:play()
- script.Parent.Humanoid:remove()
- elseif CHILD:IsA("Humanoid") then
- game:GetService("Debris"):AddItem(CHILD,0.1)
- end
- game:GetService("Debris"):AddItem(CHILD,4)
- end
- end))
- end
- --//=================================\\
- --|| LOOP THE SCRIPT
- --\\=================================//
- warn([[
- YO WHADDUP G
- //=================================\\
- SHACKLUSTER ANTISKID
- LOADED SUCCESFULLY
- \\=================================//]])
- local LOOP = 0
- while true do
- wait()
- for index, CHILD in pairs(PLAYERSERVICE:GetChildren()) do
- if CHILD.Character then
- local KILLTHISSKID = false
- AVATAR = CHILD.Character
- if AVATAR.Parent ~= workspace then
- KILLTHISSKID = true
- else
- if AVATAR:FindFirstChild("Neko") or AVATAR:FindFirstChild("neko") or AVATAR:FindFirstChild("STARGLITCHER") or AVATAR:FindFirstChild("coconut nut") or AVATAR:FindFirstChild("Monarch") then
- KILLTHISSKID = true
- end
- end
- if KILLTHISSKID == true then
- AVATAR.Parent = workspace
- KILL(AVATAR)
- end
- end
- if LOOP == 0 then
- LOOP = 1
- warn("SUCCESFULLY LOOPED")
- end
- end
- end
- --//==================================\\
- --||IT'S SIMPLE, BUT GETS THE JOB DONE
- --\\==================================//
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement