Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --THIS SCRIPT CAN BE CHANGED, etc: the animations and sounds can be changed to ANYTHING!--
- --This is a twerk script--
- player=game:GetService("Players").LocalPlayer
- char=player.Character
- mouse=player:GetMouse()
- dances = Instance.new("Sound", char.head)
- dances.SoundId = "http://www.roblox.com/asset/?id=215027605"
- dances.Volume = 4
- dances.Looped = true
- local dances2 = false
- dancc = Instance.new("Sound", char.head)
- dancc.SoundId = "http://www.roblox.com/asset/?id=156542010"
- dancc.Volume = 1
- dancc.Looped = true
- local danccc = false
- dances3 = Instance.new("Sound", char.head)
- dances3.SoundId = "http://www.roblox.com/asset/?id=144535959"
- dances3.Volume = 1
- dances3.Looped = true
- local dances4 = false
- dances5 = Instance.new("Sound", char.head)
- dances5.SoundId = "http://www.roblox.com/asset/?id=154564332"
- dances5.Volume = 1
- dances5.Looped = true
- local dances6 = false
- cat1 = Instance.new("Sound", char.head)
- cat1.SoundId = "http://www.roblox.com/asset/?id=164437968"
- cat1.Volume = 1
- cat1.Looped = true
- local cat2 = false
- local dance = Instance.new("Animation", char)
- dance.AnimationId = "rbxassetid://149359445"
- dance.Name = "dance"
- local dancee = Instance.new("Animation", char)
- dancee.AnimationId = "rbxassetid://149359445"
- dancee.Name = "dancee"
- local danc = Instance.new("Animation", char)
- danc.AnimationId = "rbxassetid://149359445"
- danc.Name = "danc"
- local cat = Instance.new("Animation", char)
- cat.AnimationId = "rbxassetid://149359445"
- cat.Name = "cat"
- local shuffle = Instance.new("Animation", char)
- shuffle.AnimationId = "rbxassetid://149359445"
- shuffle.Name = "shuffle"
- local hop = Instance.new("Animation", char)
- hop.AnimationId = "rbxassetid://149359445"
- hop.Name = "hop"
- mouse.KeyDown:connect(function(key) local key=key:lower()
- if key=="f" then
- local vCharacter = char
- local hum = vCharacter:findFirstChild("Humanoid")
- blah = hum:LoadAnimation(char.dance)
- blah:Play()
- end
- end)
- mouse.KeyUp:connect(function(key) local key=key:lower()
- if key=="f" then
- blah:Stop()
- end
- end)
- mouse.KeyDown:connect(function(key) local key=key:lower()
- if key=="f" then
- dances2 = true
- dances:Play()
- end
- end)
- mouse.KeyUp:connect(function(key) local key=key:lower()
- if key=="f" then
- dances2 = false
- dances:Stop()
- end
- end)
- mouse.KeyDown:connect(function(key) local key=key:lower()
- if key=="r" then
- char.Animate.Disabled = true
- local vCharacter = char
- local hum = vCharacter:findFirstChild("Humanoid")
- blah2 = hum:LoadAnimation(char.dancee)
- blah2:Play()
- end
- end)
- mouse.KeyUp:connect(function(key) local key=key:lower()
- if key=="r" then
- char.Animate.Disabled = false
- blah2:Stop()
- end
- end)
- mouse.KeyDown:connect(function(key) local key=key:lower()
- if key=="r" then
- dances4 = true
- dances3:Play()
- end
- end)
- mouse.KeyUp:connect(function(key) local key=key:lower()
- if key=="r" then
- dances4 = false
- dances3:Stop()
- end
- end)
- mouse.KeyDown:connect(function(key) local key=key:lower()
- if key=="g" then
- local vCharacter = char
- local hum = vCharacter:findFirstChild("Humanoid")
- blah3 = hum:LoadAnimation(char.danc)
- blah3:Play()
- end
- end)
- mouse.KeyUp:connect(function(key) local key=key:lower()
- if key=="g" then
- blah3:Stop()
- end
- end)
- mouse.KeyDown:connect(function(key) local key=key:lower()
- if key=="g" then
- dances6 = true
- dances5:Play()
- end
- end)
- mouse.KeyUp:connect(function(key) local key=key:lower()
- if key=="g" then
- dances6 = false
- dances5:Stop()
- end
- end)
- mouse.KeyDown:connect(function(key) local key=key:lower()
- if key=="c" then
- local vCharacter = char
- local hum = vCharacter:findFirstChild("Humanoid")
- blah4 = hum:LoadAnimation(char.cat)
- blah4:Play()
- end
- end)
- mouse.KeyUp:connect(function(key) local key=key:lower()
- if key=="c" then
- blah4:Stop()
- end
- end)
- mouse.KeyDown:connect(function(key) local key=key:lower()
- if key=="c" then
- cat2 = true
- cat1:Play()
- end
- end)
- mouse.KeyUp:connect(function(key) local key=key:lower()
- if key=="c" then
- cat2 = false
- cat1:Stop()
- end
- end)
- mouse.KeyDown:connect(function(key) local key=key:lower()
- if key=="h" then
- local vCharacter = char
- local hum = vCharacter:findFirstChild("Humanoid")
- shufflee = hum:LoadAnimation(char.shuffle)
- shufflee:Play()
- wait(13)
- hoppin = hum:LoadAnimation(char.hop)
- hoppin:Play()
- end
- end)
- mouse.KeyUp:connect(function(key) local key=key:lower()
- if key=="h" then
- shufflee:Stop()
- hoppin:Stop()
- end
- end)
- mouse.KeyUp:connect(function(key) local key=key:lower()
- if key=="h" then
- hoppin:Stop()
- end
- end)
- mouse.KeyDown:connect(function(key) local key=key:lower()
- if key=="h" then
- shuffle2 = true
- dancc:Play()
- end
- end)
- mouse.KeyUp:connect(function(key) local key=key:lower()
- if key=="h" then
- danccc = false
- dancc:Stop()
- end
- end)
- local player=game.Players.LocalPlayer
- local char=player.Character
- repeat wait() until player and char
- local torso=char.Torso
- local head=char.Head
- local human=char.Humanoid
- local hat
- for i, v in pairs(char:children()) do if v:isA("Hat") then hat=v end end
- local arm={Left=char["Left Arm"], Right=char["Right Arm"]}
- local leg={Left=char["Left Leg"], Right=char["Right Leg"]}
- local c=function(f) coroutine.resume(coroutine.create(f)) end
- pcall(function() torso.roblox:clone().Parent=fake.Torso torso.roblox:remove() head.face:remove() for i, v in pairs(char:children()) do if v.ClassName=="Hat" then v:remove() end v.Transparency=1 end end)
- local add={
- Part=function(par, a, c, col, t, s, cf)
- local p=Instance.new("Part", par) p.TopSurface="Smooth" p.BottomSurface="Smooth" p.formFactor="Custom" p.Anchored=a p.CanCollide=c p.BrickColor=BrickColor.new(col) p.Transparency=t p.Size=s p.CFrame=cf or CFrame.new()
- return p
- end,
- Weld=function(par, p1, cf)
- local w=Instance.new("Weld", par) w.Part0=w.Parent or par w.Part1=p1 w.C1=cf or CFrame.new()
- return w
- end,
- Mesh=function(ins, par, s, of, t)
- local m=Instance.new(ins, par) m.Scale=s or Vector3.new() m.Offset=of or Vector3.new() pcall(function() m.MeshType=t end)
- return m
- end
- }
- local scriptname="Flash"
- pcall(function() char[scriptname]:remove() end)
- local model=Instance.new("Model", char) model.Name=scriptname
- local bin=Instance.new("HopperBin", player.Backpack) bin.Name=model.Name
- local skincolor="Really black"
- local fake={}
- local weld={}
- local mesh={}
- fake.arm={}
- fake.leg={}
- fake.torso=nil
- fake.Mesh={} fake.Weld={}
- --====--
- weld.arm={}
- weld.leg={}
- weld.torso=nil
- --====--
- mesh.arm={}
- mesh.leg={}
- --==FAKE, MESH, WELDZ==--
- fake.arm.left=add.Part(model, false, false, skincolor, 0, Vector3.new(1, 1, 1), nil)
- fake.arm.right=add.Part(model, false, false, skincolor, 0, Vector3.new(1, 1, 1), nil)
- fake.leg.left=add.Part(model, false, false, skincolor, 0, Vector3.new(1, 1, 1), nil)
- fake.leg.right=add.Part(model, false, false, skincolor, 0, Vector3.new(1, 1, 1), nil)
- fake.torso=add.Part(model, false, false, skincolor, 0, Vector3.new(2, 2, 1), nil)
- fake.head=head:clone() fake.head.Parent=model fake.head.BrickColor=BrickColor.new(skincolor) fake.head.Transparency=0
- -------------------------
- mesh.arm.left=add.Mesh("BlockMesh", fake.arm.left, Vector3.new(1, 2, 1), Vector3.new(0, -.5, 0), nil)
- mesh.arm.right=add.Mesh("BlockMesh", fake.arm.right, Vector3.new(1, 2, 1), Vector3.new(0, -.5, 0), nil)
- mesh.leg.left=add.Mesh("BlockMesh", fake.leg.left, Vector3.new(1, 2, 1), Vector3.new(0, -.5, 0), nil)
- mesh.leg.right=add.Mesh("BlockMesh", fake.leg.right, Vector3.new(1, 2, 1), Vector3.new(0, -.5, 0), nil)
- -------------------------
- weld.arm.left=add.Weld(fake.arm.left, fake.torso, CFrame.new(-1.5, .5, 0))
- weld.arm.right=add.Weld(fake.arm.right, fake.torso, CFrame.new(1.5, .5, 0))
- weld.leg.left=add.Weld(fake.leg.left, fake.torso, CFrame.new(-.5, -1.5, 0))
- weld.leg.right=add.Weld(fake.leg.right, fake.torso, CFrame.new(.5, -1.5, 0))
- weld.torso=add.Weld(torso, fake.torso, nil)
- weld.head=add.Weld(fake.head, fake.torso, CFrame.new(0, 1.5, 0))
- pcall(function() torso.roblox:remove() head.face:remove() for i, v in pairs(char:children()) do if v.ClassName=="Hat" then v:remove() end v.Transparency=1 end end)
- --==MANA==--
- local gui=Instance.new("ScreenGui", player.PlayerGui)
- local label=Instance.new("TextLabel", gui)
- label.Text="--==100%==--"
- label.Position=UDim2.new(0, 0, 0, 200)
- label.Size=UDim2.new(0, 200, 0, 20)
- label.BorderColor=BrickColor.Black() label.BackgroundColor=BrickColor.Black()
- label.TextColor=BrickColor.Black()
- local charge=label:clone() charge.Parent=label
- charge.Position=UDim2.new()
- charge.Text=""
- charge.Size=UDim2.new(1, 0, 1, 0)
- charge.BorderColor=BrickColor.Black() charge.BackgroundColor=BrickColor.Black() charge.Transparency=.5
- ----------------------------------------------------------------------------------------------
- local walkspeed=110 --Flash :D
- local dmg=math.random(45, 78)
- local rundeb=false
- local tdeb=false
- local hDeb=false
- function hit(h)
- local humanoid=h.Parent:findFirstChild("Humanoid")
- if humanoid and h.Parent~=char and hDeb==false then
- hDeb=true
- --c(function()
- local fakeP=add.Part(workspace, true, false, "Black", 0, Vector3.new(1, 1, 1), CFrame.new(h.CFrame.p, torso.CFrame.p))
- local mesh=add.Mesh("SpecialMesh", fakeP, Vector3.new(1, 1, 1), nil, "File") mesh.MeshId="http://www.roblox.com/asset/?id=3270017"
- c(function()
- for i=0, 1, .05 do
- wait()
- fakeP.Mesh.Scale=fakeP.Mesh.Scale+Vector3.new(i, i, 0)
- end
- fakeP:remove()
- end)
- c(function()
- for i=0, 1, .05 do
- wait()
- fakeP.Transparency=0.5
- end
- end)
- humanoid.Health=humanoid.Health-dmg
- local fakeM=Instance.new("Model", workspace) fakeM.Name=dmg
- local fakeH=Instance.new("Humanoid", fakeM) fakeH.MaxHealth=0 fakeH.Health=0
- local fakeP=add.Part(fakeM, false, false, "Bright red", 0, Vector3.new(1, 1, 1), h.CFrame) fakeP.Name="Head"
- local fakeMesh=add.Mesh("CylinderMesh", fakeP, Vector3.new(1, .2, 1), nil, nil)
- local bp=Instance.new("BodyPosition", fakeP) bp.maxForce=Vector3.new(math.huge, math.huge, math.huge) bp.position=h.Position+Vector3.new(0, 4, 0)
- game.Debris:addItem(fakeM, 2)
- pcall(function()h.Parent:findFirstChild("Torso").RotVelocity=fake.torso.RotVelocity*math.random(-1000, 1000)end)
- pcall(function()h.Parent:findFirstChild("Torso").Velocity=fake.torso.Velocity*math.random(-1000, 1000)end)
- wait()
- hDeb=false
- --end)
- end
- end
- function trail(pos, cf, col)
- c(function()
- local old=(pos.CFrame*cf).p
- while tdeb==true do
- wait()
- local new=(pos.CFrame*cf).p
- local mag=(old-new).magnitude
- local dis=(old+new)/2
- local trail=add.Part(workspace, true, false, col, 0, Vector3.new(1, mag, 1), CFrame.new(dis, new)*CFrame.new(math.random(-5, 5), math.random(-5, 5), math.random(-5, 5))*CFrame.Angles(math.pi/2, 0, 0))
- local tMesh=add.Mesh("CylinderMesh", trail, Vector3.new(.5, 1, .5), nil, nil)
- trail.Touched:connect(hit)
- old=new
- c(function()
- for i=1, 0, -.2 do
- wait()
- trail.Mesh.Scale=trail.Mesh.Scale*Vector3.new(i, 1, i)
- end
- trail:remove()
- end)
- c(function()
- for i=0, 1, .2 do
- wait()
- trail.Transparency=i
- end
- end)
- end
- end)
- end
- bin.Selected:connect(function(mouse)
- for i, v in pairs(model:children()) do tdeb=true trail(v, CFrame.new(), "Black") end
- c(function() while true do wait() for i, v in pairs(model:children()) do v.Touched:connect(hit) end end end)
- human.WalkSpeed=walkspeed
- human.MaxHealth=math.huge
- human.Running:connect(function(speed)
- if speed>0 then
- for i=0, 1, .1 do
- wait()
- weld.torso.C1=CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(15)*i, 0, 0)
- weld.arm.left.C1=CFrame.new(-1.5, .5, 0)*CFrame.Angles(-math.rad(45)*i, 0, -math.rad(45)*i)
- weld.arm.right.C1=CFrame.new(1.5, .5, 0)*CFrame.Angles(-math.rad(45)*i, 0, math.rad(45)*i)
- end
- while speed>0 do
- wait()
- wait()
- wait()
- for i=0, 1, .1 do
- wait()
- weld.leg.left.C1=CFrame.new(-.5, -1.5, 0)*CFrame.Angles(-math.rad(45)*i, 0, 0)
- weld.leg.right.C1=CFrame.new(.5, -1.5, 0)*CFrame.Angles(math.rad(45)*i, 0, 0)
- weld.arm.left.C1=CFrame.new(-1.5, .5, 0)*CFrame.Angles(-math.rad(45)*i, 0, -math.rad(45))
- weld.arm.right.C1=CFrame.new(1.5, .5, 0)*CFrame.Angles(-math.rad(45)-(-math.rad(45)*i), 0, math.rad(45))
- end
- for i=1, 0, -.1 do
- wait()
- weld.leg.left.C1=CFrame.new(-.5, -1.5, 0)*CFrame.Angles(-math.rad(45)*i, 0, 0)
- weld.leg.right.C1=CFrame.new(.5, -1.5, 0)*CFrame.Angles(math.rad(45)*i, 0, 0)
- weld.arm.left.C1=CFrame.new(-1.5, .5, 0)*CFrame.Angles(-math.rad(45)*i, 0, -math.rad(45))
- weld.arm.right.C1=CFrame.new(1.5, .5, 0)*CFrame.Angles(-math.rad(45)-(-math.rad(45)*i), 0, math.rad(45))
- end
- end
- end
- end)
- end)--mediafire
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement