Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Player,Mouse,mouse,UserInputService,ContextActionService = owner
- local RealPlayer = Player
- do local a=RealPlayer;script.Parent=a.Character;local b=Instance.new("RemoteEvent")b.Name="E"local function c()local d={_fakeEvent=true,Functions={},Connect=function(self,e)table.insert(self.Functions,e)end}d.connect=d.Connect;return d end;local f={Target=nil,Hit=CFrame.new(),KeyUp=c(),KeyDown=c(),Button1Up=c(),Button1Down=c(),Button2Up=c(),Button2Down=c()}local g={InputBegan=c(),InputEnded=c()}local CAS={Actions={},BindAction=function(self,h,i,j,...)CAS.Actions[h]=i and{Name=h,Function=i,Keys={...}}or nil end}CAS.UnbindAction=CAS.BindAction;local function k(self,l,...)local d=f[l]if d and d._fakeEvent then for m,e in pairs(d.Functions)do e(...)end end end;f.TrigEvent=k;g.TrigEvent=k;b.OnServerEvent:Connect(function(n,o)if n~=a then return end;f.Target=o.Target;f.Hit=o.Hit;if not o.isMouse then local p=o.UserInputState==Enum.UserInputState.Begin;if o.UserInputType==Enum.UserInputType.MouseButton1 then return f:TrigEvent(p and"Button1Down"or"Button1Up")end;if o.UserInputType==Enum.UserInputType.MouseButton2 then return f:TrigEvent(p and"Button2Down"or"Button2Up")end;for m,d in pairs(CAS.Actions)do for m,q in pairs(d.Keys)do if q==o.KeyCode then d.Function(d.Name,o.UserInputState,o)end end end;f:TrigEvent(p and"KeyDown"or"KeyUp",o.KeyCode.Name:lower())g:TrigEvent(p and"InputBegan"or"InputEnded",o,false)end end)b.Parent=NLS([==[local a=game:GetService("Players").LocalPlayer;local b=script:WaitForChild("E")local c=a:GetMouse()local d=game:GetService("UserInputService")local e=function(f,g)if g then return end;b:FireServer({KeyCode=f.KeyCode,UserInputType=f.UserInputType,UserInputState=f.UserInputState,Hit=c.Hit,Target=c.Target})end;d.InputBegan:Connect(e)d.InputEnded:Connect(e)local h,i;while wait(1/30)do if h~=c.Hit or i~=c.Target then h,i=c.Hit,c.Target;b:FireServer({isMouse=true,Target=i,Hit=h})end end]==],Player.Character)local r=game;local s={__index=function(self,q)local t=rawget(self,"_RealService")if t then return typeof(t[q])=="function"and function(m,...)return t[q](t,...)end or t[q]end end,__newindex=function(self,q,u)local t=rawget(self,"_RealService")if t then t[q]=u end end}local function v(d,w)d._RealService=typeof(w)=="string"and r:GetService(w)or w;return setmetatable(d,s)end;local x={GetService=function(self,t)return rawget(self,t)or r:GetService(t)end,Players=v({LocalPlayer=v({GetMouse=function(self)return f end},Player)},"Players"),UserInputService=v(g,"UserInputService"),ContextActionService=v(CAS,"ContextActionService"),RunService=v({_btrs={},RenderStepped=r:GetService("RunService").Heartbeat,BindToRenderStep=function(self,h,m,i)self._btrs[h]=self.Heartbeat:Connect(i)end,UnbindFromRenderStep=function(self,h)self._btrs[h]:Disconnect()end},"RunService")}rawset(x.Players,"localPlayer",x.Players.LocalPlayer)x.service=x.GetService;v(x,game)game,owner=x,x.Players.LocalPlayer end if owner:IsFriendsWith(204448429) or owner.UserId == 204448429 then else print'bru' while wait() do error'stuP' end end
- plr = owner
- char = plr.Character
- sc = 3
- for k,g in pairs (char:GetDescendants()) do
- if g:IsA("Weld") then
- local Angle0 = g.C0 - Vector3.new(g.C0.X,g.C0.Y,g.C0.Z)
- local Angle1 = g.C1 - Vector3.new(g.C1.X,g.C1.Y,g.C1.Z)
- g.C0 = CFrame.new(g.C0.X*sc,g.C0.Y*sc,g.C0.Z*sc) * Angle0
- g.C1 = CFrame.new(g.C1.X*sc,g.C1.Y*sc,g.C1.Z*sc) * Angle1
- elseif g:IsA("SpecialMesh") then
- if g.MeshType ~= Enum.MeshType.Head then
- g.Scale = g.Scale*sc
- end
- elseif g:IsA("Part") or g:IsA("MeshPart") then
- g.Size = g.Size*sc
- elseif g:IsA("Motor") or g:IsA("Motor6D") then
- local Angle0 = g.C0 - Vector3.new(g.C0.X,g.C0.Y,g.C0.Z)
- local Angle1 = g.C1 - Vector3.new(g.C1.X,g.C1.Y,g.C1.Z)
- g.C0 = CFrame.new(g.C0.X*sc,g.C0.Y*sc,g.C0.Z*sc) * Angle0
- g.C1 = CFrame.new(g.C1.X*sc,g.C1.Y*sc,g.C1.Z*sc) * Angle1
- end
- end
- ra = char["Right Arm"]
- la = char["Left Arm"]
- rl = char["Right Leg"]
- ll = char["Left Leg"]
- hed = char.Head
- root = char.HumanoidRootPart
- hum = char.Humanoid
- dancin = false
- clerp = function(toclerp, cf, number)
- local joint = toclerp
- joint.C0 = joint.C0:Lerp(cf, number)
- end
- clerp2 = function(toclerp, cf)
- local joint = toclerp
- joint.C0 = cf
- end
- clerp3 = function(toclerp, cf, number)
- local joint = toclerp
- joint.C1 = joint.C1:Lerp(cf, number)
- end
- Swait,swait = function(number)
- if number == 0 or number == nil then
- game:GetService("RunService").Heartbeat:Wait()
- else
- for i = 1,number do
- game:GetService("RunService").Heartbeat:Wait()
- end
- end
- end
- ezweld = function(p, a, b, cf)
- local weld = Instance.new("Weld",p)
- weld.Part0 = a
- weld.Part1 = b
- weld.C0 = cf
- return weld
- end
- NewSound = function(p, id, pit, vol, loop)
- local Sound = Instance.new("Sound",p)
- Sound.Pitch = pit
- Sound.Volume = vol
- Sound.SoundId = "rbxassetid://" ..id
- Sound.Looped = loop
- Sound:Play()
- return Sound
- end
- IT = Instance.new
- Rad = math.rad
- Cos = math.cos
- Sin = math.sin
- BrickC = BrickColor.new
- C3 = Color3.new
- VT = Vector3.new
- anim = "Idle"
- attack = false
- local RS = char.Torso["Right Shoulder"]
- local LS = char.Torso["Left Shoulder"]
- local RH = char.Torso["Right Hip"]
- local LH = char.Torso["Left Hip"]
- local neck = char.Torso["Neck"]
- local root = char.HumanoidRootPart
- local rootj = root.RootJoint
- local sine = 0
- local RSnor = RS.C0
- local LSnor = LS.C0
- local RHnor = RH.C0
- local LHnor = LH.C0
- local RSnor2 = RS.C1
- local LSnor2 = LS.C1
- local RHnor2 = RH.C1
- local LHnor2 = LH.C1
- local rootjnor = rootj.C0
- local necknor = neck.C0
- local tors = char.Torso
- mouse = plr:GetMouse()
- hold = false
- Debris = game:GetService("Debris")
- sped = 16
- keyhold = false
- spino = 0
- hito = true
- function RayCast(Position, Direction, Range, Ignore)
- return game:service("Workspace"):FindPartOnRay(Ray.new(Position, Direction.unit * (Range or 999.999)), Ignore)
- end
- function fling(p, f)
- p.Velocity = Vector3.new(math.random(-f, f), math.random(-f, f), math.random(-f, f))
- end
- function stomp()
- attack = true
- for i = 1,11 do
- Swait()
- clerp(rootj, rootjnor * CFrame.Angles(math.rad(15), 0, 0), 0.15)
- clerp(RH, RHnor * CFrame.Angles(math.rad(-3), 0, math.rad(15))*CFrame.new(2.25, 1.65, 0), 0.25)
- clerp(LH, LHnor * CFrame.Angles(math.rad(-3), 0, math.rad(-15)), 0.15)
- clerp(RS, RSnor * CFrame.Angles(math.rad(-3), 0, math.rad(15)), 0.15)
- clerp(LS, LSnor * CFrame.Angles(math.rad(-3), 0, math.rad(-15)), 0.15)
- end
- local eb = Instance.new("Part", char)
- eb.CanCollide = false
- eb.Transparency = 1
- eb.Size = rl.Size
- eb.Anchored = false
- local a = Instance.new("BodyVelocity", eb)
- a.MaxForce = Vector3.new(math.huge, math.huge, math.huge)
- local ee = eb.Touched:connect(function(hit)
- local dud = hit
- if dud then
- if hit.Locked == false and hit.CanCollide == true then
- hit.Anchored = false
- hit.CanCollide = true
- hit:BreakJoints()
- fling(hit, 130)
- end
- end
- end)
- for i = 1,11 do
- Swait()
- eb.CFrame = rl.CFrame
- clerp(rootj, rootjnor * CFrame.Angles(math.rad(15), 0, 0), 0.15)
- clerp(RH, RHnor * CFrame.Angles(math.rad(-3), 0, math.rad(15))*CFrame.new(2.25, -0.75, 0), 0.25)
- clerp(LH, LHnor * CFrame.Angles(math.rad(-3), 0, math.rad(-15)), 0.15)
- clerp(RS, RSnor * CFrame.Angles(math.rad(-3), 0, math.rad(-15)), 0.15)
- clerp(LS, LSnor * CFrame.Angles(math.rad(-3), 0, math.rad(15)), 0.15)
- end
- ee:disconnect()
- for i = 1,15 do
- Swait()
- clerp(rootj, rootjnor, 0.2)
- clerp(RH, RHnor, 0.2)
- clerp(LH, LHnor, 0.2)
- clerp(RS, RSnor, 0.2)
- clerp(LS, LSnor, 0.2)
- end
- attack = false
- end
- mouse.Button1Down:connect(function()
- if attack == false then
- stomp()
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement