SHOW:
|
|
- or go back to the newest paste.
| 1 | -- This script has been converted to FE by iPxter | |
| 2 | ||
| 3 | ||
| 4 | - | plr = game.Players.LocalPlayer |
| 4 | + | if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
|
| 5 | local Player,Mouse,mouse,UserInputService,ContextActionService = owner | |
| 6 | do | |
| 7 | print("FE Compatibility code by Mokiros | Translated to FE by iPxter")
| |
| 8 | script.Parent = Player.Character | |
| 9 | ||
| 10 | --RemoteEvent for communicating | |
| 11 | - | mouse = plr:GetMouse() |
| 11 | + | local Event = Instance.new("RemoteEvent")
|
| 12 | Event.Name = "UserInput_Event" | |
| 13 | ||
| 14 | --Fake event to make stuff like Mouse.KeyDown work | |
| 15 | local function fakeEvent() | |
| 16 | local t = {_fakeEvent=true,Connect=function(self,f)self.Function=f end}
| |
| 17 | t.connect = t.Connect | |
| 18 | return t | |
| 19 | end | |
| 20 | ||
| 21 | --Creating fake input objects with fake variables | |
| 22 | local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent()}
| |
| 23 | local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
| |
| 24 | local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
| |
| 25 | CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
| |
| 26 | end} | |
| 27 | --Merged 2 functions into one by checking amount of arguments | |
| 28 | CAS.UnbindAction = CAS.BindAction | |
| 29 | ||
| 30 | --This function will trigger the events that have been :Connect()'ed | |
| 31 | local function te(self,ev,...) | |
| 32 | local t = m[ev] | |
| 33 | if t and t._fakeEvent and t.Function then | |
| 34 | t.Function(...) | |
| 35 | end | |
| 36 | end | |
| 37 | m.TrigEvent = te | |
| 38 | UIS.TrigEvent = te | |
| 39 | ||
| 40 | Event.OnServerEvent:Connect(function(plr,io) | |
| 41 | if plr~=Player then return end | |
| 42 | if io.isMouse then | |
| 43 | m.Target = io.Target | |
| 44 | m.Hit = io.Hit | |
| 45 | else | |
| 46 | local b = io.UserInputState == Enum.UserInputState.Begin | |
| 47 | if io.UserInputType == Enum.UserInputType.MouseButton1 then | |
| 48 | return m:TrigEvent(b and "Button1Down" or "Button1Up") | |
| 49 | end | |
| 50 | for _,t in pairs(CAS.Actions) do | |
| 51 | for _,k in pairs(t.Keys) do | |
| 52 | if k==io.KeyCode then | |
| 53 | t.Function(t.Name,io.UserInputState,io) | |
| 54 | end | |
| 55 | end | |
| 56 | end | |
| 57 | m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower()) | |
| 58 | UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false) | |
| 59 | end | |
| 60 | end) | |
| 61 | Event.Parent = NLS([==[ | |
| 62 | local Player = game:GetService("Players").LocalPlayer
| |
| 63 | local Event = script:WaitForChild("UserInput_Event")
| |
| 64 | ||
| 65 | local UIS = game:GetService("UserInputService")
| |
| 66 | local input = function(io,a) | |
| 67 | if a then return end | |
| 68 | --Since InputObject is a client-side instance, we create and pass table instead | |
| 69 | Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState})
| |
| 70 | end | |
| 71 | UIS.InputBegan:Connect(input) | |
| 72 | UIS.InputEnded:Connect(input) | |
| 73 | ||
| 74 | local Mouse = Player:GetMouse() | |
| 75 | local h,t | |
| 76 | --Give the server mouse data 30 times every second, but only if the values changed | |
| 77 | --If player is not moving their mouse, client won't fire events | |
| 78 | while wait(1/30) do | |
| 79 | if h~=Mouse.Hit or t~=Mouse.Target then | |
| 80 | h,t=Mouse.Hit,Mouse.Target | |
| 81 | Event:FireServer({isMouse=true,Target=t,Hit=h})
| |
| 82 | end | |
| 83 | end]==],Player.Character) | |
| 84 | Mouse,mouse,UserInputService,ContextActionService = m,m,UIS,CAS | |
| 85 | end | |
| 86 | function TakeDamage(hum, dmg) | |
| 87 | hum:TakeDamage(dmg) | |
| 88 | end | |
| 89 | plr = owner | |
| 90 | repeat | |
| 91 | wait(0.4) | |
| 92 | until plr.Character | |
| 93 | chr = plr.Character | |
| 94 | human = chr:FindFirstChild("Humanoid")
| |
| 95 | human.MaxHealth, human.Health = math.huge, math.huge | |
| 96 | cam = workspace.CurrentCamera | |
| 97 | selected = false | |
| 98 | equipd = false | |
| 99 | tors = chr.Torso | |
| 100 | rarm = chr["Right Arm"] | |
| 101 | larm = chr["Left Arm"] | |
| 102 | rleg = chr["Right Leg"] | |
| 103 | lleg = chr["Left Leg"] | |
| 104 | hrp = chr.HumanoidRootPart | |
| 105 | hed = chr.Head | |
| 106 | anim = human.Animator | |
| 107 | activu = false | |
| 108 | appeared = false | |
| 109 | animpose = nil | |
| 110 | POSU = false | |
| 111 | local wherto = hrp | |
| 112 | local addcfr = CFrame.new(0, 0, 0) | |
| 113 | Heartbeat = Instance.new("BindableEvent")
| |
| 114 | Heartbeat.Name = "Heartbeat" | |
| 115 | Heartbeat.Parent = script | |
| 116 | frame = 0.03333333333333333 | |
| 117 | tf = 0 | |
| 118 | game:GetService("RunService").Heartbeat:connect(function(s, p)
| |
| 119 | tf = tf + s | |
| 120 | if tf >= frame then | |
| 121 | for i = 1, math.floor(tf / frame) do | |
| 122 | Heartbeat:Fire() | |
| 123 | end | |
| 124 | tf = tf - frame * math.floor(tf / frame) | |
| 125 | end | |
| 126 | end) | |
| 127 | function swait(num) | |
| 128 | if num == 0 or num == nil then | |
| 129 | Heartbeat.Event:wait() | |
| 130 | else | |
| 131 | for i = 1, num do | |
| 132 | Heartbeat.Event:wait() | |
| 133 | end | |
| 134 | end | |
| 135 | end | |
| 136 | tool = Instance.new("Tool")
| |
| 137 | tool.CanBeDropped = false | |
| 138 | tool.RequiresHandle = false | |
| 139 | tool.TextureId = "rbxassetid://291302154" | |
| 140 | tool.ToolTip = "NANI" | |
| 141 | tool.Name = "AAAAAAAAAAAAAA" | |
| 142 | tool.Parent = plr.Backpack | |
| 143 | modz = Instance.new("Model")
| |
| 144 | modz.Name = "efx" | |
| 145 | modz.Parent = chr | |
| 146 | ZANOOB = Instance.new("Model")
| |
| 147 | ZANOOB.Name = "THE NOOB" | |
| 148 | ZANOOB.Parent = chr | |
| 149 | RSC0 = CFrame.new(1, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0) | |
| 150 | RSC1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0) | |
| 151 | LSC0 = CFrame.new(-1, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0) | |
| 152 | LSC1 = CFrame.new(0.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0) | |
| 153 | RHC0 = CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0) | |
| 154 | RHC1 = CFrame.new(0.5, 1, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0) | |
| 155 | LHC0 = CFrame.new(-1, -1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0) | |
| 156 | RJC1 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0) | |
| 157 | LHC1 = CFrame.new(-0.5, 1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0) | |
| 158 | NC0 = CFrame.new(0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0) | |
| 159 | NC1 = CFrame.new(0, -0.5, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0) | |
| 160 | RJC0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0) | |
| 161 | RS = tors:FindFirstChild("Right Shoulder")
| |
| 162 | LS = tors:FindFirstChild("Left Shoulder")
| |
| 163 | RH = tors:FindFirstChild("Right Hip")
| |
| 164 | LH = tors:FindFirstChild("Left Hip")
| |
| 165 | RJ = hrp:FindFirstChild("RootJoint")
| |
| 166 | N = tors:FindFirstChild("Neck")
| |
| 167 | cf = CFrame.new | |
| 168 | ang = CFrame.Angles | |
| 169 | rd = math.rad | |
| 170 | rd2 = math.random | |
| 171 | function nooutline(p) | |
| 172 | p.TopSurface, p.BottomSurface, p.LeftSurface, p.RightSurface, p.FrontSurface, p.BottomSurface = 10, 10, 10, 10, 10, 10 | |
| 173 | end | |
| 174 | function makepart(color, name, reflec, mater, parnt, cfram) | |
| 175 | local port = Instance.new("Part")
| |
| 176 | port.BrickColor = BrickColor.new(color) | |
| 177 | port.Name = name | |
| 178 | port.Transparency = 1 | |
| 179 | nooutline(port) | |
| 180 | port.Reflectance = reflec | |
| 181 | port.Material = mater | |
| 182 | port.Anchored = false | |
| 183 | port.CanCollide = false | |
| 184 | port.Locked = true | |
| 185 | port.Size = Vector3.new(0.2, 0.2, 0.2) | |
| 186 | port.Parent = parnt | |
| 187 | return port | |
| 188 | end | |
| 189 | function makemesh(meshtype, scale, meshid, parent) | |
| 190 | local mes = Instance.new("SpecialMesh")
| |
| 191 | mes.MeshType = meshtype | |
| 192 | mes.Scale = scale | |
| 193 | if meshtype == "FileMesh" then | |
| 194 | mes.MeshId = meshid | |
| 195 | end | |
| 196 | mes.Parent = parent | |
| 197 | return mes | |
| 198 | end | |
| 199 | function makemotor(parent, p0, p1, c0, c1) | |
| 200 | swait() | |
| 201 | local wel = Instance.new("Motor6D")
| |
| 202 | wel.Part0 = p0 | |
| 203 | wel.Part1 = p1 | |
| 204 | wel.C0 = c0 | |
| 205 | if c1 ~= nil then | |
| 206 | wel.C1 = c1 | |
| 207 | end | |
| 208 | wel.Parent = parent | |
| 209 | return wel | |
| 210 | end | |
| 211 | local konodioda = Instance.new("Sound")
| |
| 212 | konodioda.SoundId = "rbxassetid://276263776" | |
| 213 | konodioda.Volume = 3.5 | |
| 214 | konodioda.Parent = hrp | |
| 215 | local bast = Instance.new("Sound")
| |
| 216 | bast.SoundId = "rbxassetid://616576465" | |
| 217 | bast.Volume = 0.5 | |
| 218 | bast.Parent = hrp | |
| 219 | local zaworld = Instance.new("Sound")
| |
| 220 | zaworld.SoundId = "rbxassetid://616576400" | |
| 221 | zaworld.Volume = 0.8 | |
| 222 | zaworld.Parent = hrp | |
| 223 | local wry = Instance.new("Sound")
| |
| 224 | wry.SoundId = "rbxassetid://721590903" | |
| 225 | wry.Volume = 2.75 | |
| 226 | wry.Parent = hrp | |
| 227 | function animo(yep) | |
| 228 | if yep == true then | |
| 229 | anim.Parent = human | |
| 230 | chr.Animate.Disabled = false | |
| 231 | elseif yep == false then | |
| 232 | chr.Animate.Disabled = true | |
| 233 | anim.Parent = nil | |
| 234 | end | |
| 235 | end | |
| 236 | animo(false) | |
| 237 | function lerpz(joint, prop, cfrmz, alp) | |
| 238 | joint[prop] = joint[prop]:lerp(cfrmz, alp) | |
| 239 | end | |
| 240 | lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 241 | lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 242 | lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 243 | lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 244 | lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 245 | lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 246 | lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 247 | lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 248 | lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 249 | lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 250 | function resetlerp(whoever) | |
| 251 | if whoever == nil then | |
| 252 | RJ.C0 = RJC0 | |
| 253 | RJ.C1 = RJC1 | |
| 254 | N.C0 = NC0 | |
| 255 | N.C1 = NC1 | |
| 256 | RS.C0 = RSC0 | |
| 257 | RS.C1 = RSC1 | |
| 258 | LS.C0 = LSC0 | |
| 259 | LS.C1 = LSC1 | |
| 260 | RH.C0 = RHC0 | |
| 261 | RH.C1 = RHC1 | |
| 262 | LH.C0 = LHC0 | |
| 263 | LH.C1 = LHC1 | |
| 264 | elseif whoever ~= nil then | |
| 265 | nRJ.C0 = RJC0 | |
| 266 | nRJ.C1 = RJC1 | |
| 267 | nN.C0 = NC0 | |
| 268 | nN.C1 = NC1 | |
| 269 | nRS.C0 = RSC0 | |
| 270 | nRS.C1 = RSC1 | |
| 271 | nLS.C0 = LSC0 | |
| 272 | nLS.C1 = LSC1 | |
| 273 | nRH.C0 = RHC0 | |
| 274 | nRH.C1 = RHC1 | |
| 275 | nLH.C0 = LHC0 | |
| 276 | nLH.C1 = LHC1 | |
| 277 | end | |
| 278 | end | |
| 279 | function STANDO(cfr) | |
| 280 | local rooto = Instance.new("Part")
| |
| 281 | nooutline(rooto) | |
| 282 | rooto.Name = "HumanoidRootPart" | |
| 283 | rooto.Anchored = true | |
| 284 | rooto.CFrame = cfr | |
| 285 | rooto.Size = Vector3.new(2, 2, 1) | |
| 286 | rooto.CanCollide = false | |
| 287 | rooto.Locked = true | |
| 288 | rooto.Transparency = 1 | |
| 289 | rooto.Parent = ZANOOB | |
| 290 | local head = Instance.new("Part")
| |
| 291 | nooutline(head) | |
| 292 | head.Anchored = false | |
| 293 | head.CFrame = rooto.CFrame * CFrame.new(0, 1.5, 0) | |
| 294 | head.Size = Vector3.new(2, 1, 1) | |
| 295 | head.BrickColor = BrickColor.new("Bright yellow")
| |
| 296 | head.CanCollide = false | |
| 297 | head.Name = "Head" | |
| 298 | head.Locked = true | |
| 299 | head.Transparency = 1 | |
| 300 | head.Parent = ZANOOB | |
| 301 | local headmesh = makemesh("Head", Vector3.new(1.25, 1.25, 1.25), nil, head)
| |
| 302 | local headdecal = Instance.new("Decal")
| |
| 303 | headdecal.Name = "face" | |
| 304 | headdecal.Texture = "rbxasset://textures/face.png" | |
| 305 | headdecal.Face = "Front" | |
| 306 | headdecal.Transparency = 1 | |
| 307 | headdecal.Parent = head | |
| 308 | local torso = Instance.new("Part")
| |
| 309 | nooutline(torso) | |
| 310 | torso.Name = "Torso" | |
| 311 | torso.Anchored = false | |
| 312 | torso.CFrame = rooto.CFrame * CFrame.new(0, 0, 0) | |
| 313 | torso.Size = Vector3.new(2, 1, 1) | |
| 314 | torso.BrickColor = BrickColor.new("Bright blue")
| |
| 315 | torso.CanCollide = false | |
| 316 | torso.Transparency = 1 | |
| 317 | torso.Locked = true | |
| 318 | torso.Parent = ZANOOB | |
| 319 | local torsomesh = makemesh("FileMesh", Vector3.new(1, 1, 1), "rbxasset://fonts/torso.mesh", torso)
| |
| 320 | local leftarm = Instance.new("Part")
| |
| 321 | nooutline(leftarm) | |
| 322 | leftarm.Anchored = false | |
| 323 | leftarm.Name = "Left Arm" | |
| 324 | leftarm.CFrame = rooto.CFrame * CFrame.new(1.5, 0, 0) | |
| 325 | leftarm.Size = Vector3.new(1, 2, 1) | |
| 326 | leftarm.BrickColor = BrickColor.new("Bright yellow")
| |
| 327 | leftarm.CanCollide = false | |
| 328 | leftarm.Transparency = 1 | |
| 329 | leftarm.Locked = true | |
| 330 | leftarm.Parent = ZANOOB | |
| 331 | local leftarmmesh = makemesh("FileMesh", Vector3.new(1, 1, 1), "rbxasset://fonts/leftarm.mesh", leftarm)
| |
| 332 | local rightarm = Instance.new("Part")
| |
| 333 | nooutline(rightarm) | |
| 334 | rightarm.Anchored = false | |
| 335 | rightarm.CFrame = rooto.CFrame * CFrame.new(-1.5, 0, 0) | |
| 336 | rightarm.Name = "Right Arm" | |
| 337 | rightarm.Size = Vector3.new(1, 2, 1) | |
| 338 | rightarm.BrickColor = BrickColor.new("Bright yellow")
| |
| 339 | rightarm.CanCollide = false | |
| 340 | rightarm.Locked = true | |
| 341 | rightarm.Transparency = 1 | |
| 342 | rightarm.Parent = ZANOOB | |
| 343 | local rightarmmesh = makemesh("FileMesh", Vector3.new(1, 1, 1), "rbxasset://fonts/rightarm.mesh", rightarm)
| |
| 344 | local leftleg = Instance.new("Part")
| |
| 345 | nooutline(leftleg) | |
| 346 | leftleg.Anchored = false | |
| 347 | leftleg.CFrame = rooto.CFrame * CFrame.new(1.5, -1.5, 0) | |
| 348 | leftleg.Name = "Left Leg" | |
| 349 | leftleg.Size = Vector3.new(1, 2, 1) | |
| 350 | leftleg.BrickColor = BrickColor.new("Br. yellowish green")
| |
| 351 | leftleg.CanCollide = false | |
| 352 | leftleg.Transparency = 1 | |
| 353 | leftleg.Locked = true | |
| 354 | leftleg.Parent = ZANOOB | |
| 355 | local leftlegmesh = makemesh("FileMesh", Vector3.new(1, 1, 1), "rbxasset://fonts/leftleg.mesh", leftleg)
| |
| 356 | local rightleg = Instance.new("Part")
| |
| 357 | nooutline(rightleg) | |
| 358 | rightleg.Anchored = false | |
| 359 | rightleg.CFrame = rooto.CFrame * CFrame.new(-1.5, -1.5, 0) | |
| 360 | rightleg.Name = "Right Leg" | |
| 361 | rightleg.Size = Vector3.new(1, 2, 1) | |
| 362 | rightleg.BrickColor = BrickColor.new("Br. yellowish green")
| |
| 363 | rightleg.CanCollide = false | |
| 364 | rightleg.Locked = true | |
| 365 | rightleg.Transparency = 1 | |
| 366 | rightleg.Parent = ZANOOB | |
| 367 | local rightlegmesh = makemesh("FileMesh", Vector3.new(1, 1, 1), "rbxasset://fonts/rightleg.mesh", rightleg)
| |
| 368 | local rootweld = makemotor(rooto, rooto, torso, RJC0, RJC1) | |
| 369 | rootweld.Name = "RootJoint" | |
| 370 | local neckweld = makemotor(torso, torso, head, NC0, NC1) | |
| 371 | neckweld.Name = "Neck" | |
| 372 | local rshoulderweld = makemotor(torso, torso, rightarm, RSC0, RSC1) | |
| 373 | rshoulderweld.Name = "Right Shoulder" | |
| 374 | local lshoulderweld = makemotor(torso, torso, leftarm, LSC0, LSC1) | |
| 375 | lshoulderweld.Name = "Left Shoulder" | |
| 376 | local rhipweld = makemotor(torso, torso, rightleg, RHC0, RHC1) | |
| 377 | rhipweld.Name = "Right Hip" | |
| 378 | local lhipweld = makemotor(torso, torso, leftleg, LHC0, LHC1) | |
| 379 | lhipweld.Name = "Left Hip" | |
| 380 | local pa1 = Instance.new("Part")
| |
| 381 | nooutline(pa1) | |
| 382 | pa1.Anchored = false | |
| 383 | pa1.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
| 384 | pa1.Name = "pa1" | |
| 385 | pa1.Size = Vector3.new(0.2, 0.2, 0.2) | |
| 386 | pa1.BrickColor = BrickColor.new("Bright yellow")
| |
| 387 | pa1.CanCollide = false | |
| 388 | pa1.Locked = true | |
| 389 | pa1.Transparency = 1 | |
| 390 | pa1.Parent = ZANOOB | |
| 391 | local pa1m = makemesh("FileMesh", Vector3.new(0.55, 0.55, 0.35), "rbxasset://fonts/torso.mesh", pa1)
| |
| 392 | local pa1w = makemotor(pa1, pa1, torso, ang(rd(0), rd(90), rd(15)) * cf(-0.75, -0.75, 0.3), ang(rd(20), 0, 0)) | |
| 393 | local pa2 = Instance.new("Part")
| |
| 394 | nooutline(pa2) | |
| 395 | pa2.Anchored = false | |
| 396 | pa2.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
| 397 | pa2.Name = "pa2" | |
| 398 | pa2.Size = Vector3.new(0.2, 0.2, 0.2) | |
| 399 | pa2.BrickColor = BrickColor.new("Bright yellow")
| |
| 400 | pa2.CanCollide = false | |
| 401 | pa2.Locked = true | |
| 402 | pa2.Transparency = 1 | |
| 403 | pa2.Parent = ZANOOB | |
| 404 | local pa2m = makemesh("FileMesh", Vector3.new(0.55, 0.55, 0.35), "rbxasset://fonts/torso.mesh", pa2)
| |
| 405 | local pa2w = makemotor(pa2, pa2, torso, ang(rd(0), rd(90), rd(-15)) * cf(0.75, -0.75, 0.3), ang(rd(20), 0, 0)) | |
| 406 | local pa3 = Instance.new("Part")
| |
| 407 | nooutline(pa3) | |
| 408 | pa3.Anchored = false | |
| 409 | pa3.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
| 410 | pa3.Name = "pa3" | |
| 411 | pa3.Size = Vector3.new(0.2, 0.2, 0.2) | |
| 412 | pa3.BrickColor = BrickColor.new("Bright yellow")
| |
| 413 | pa3.CanCollide = false | |
| 414 | pa3.Locked = true | |
| 415 | pa3.Transparency = 1 | |
| 416 | pa3.Parent = ZANOOB | |
| 417 | local pa3m = makemesh("FileMesh", Vector3.new(0.45, 0.45, 0.35), "rbxasset://fonts/torso.mesh", pa3)
| |
| 418 | local pa3w = makemotor(pa3, pa3, torso, ang(rd(0), rd(90), rd(5)) * cf(-0.575, -0.1, 0.275), ang(rd(0), 0, 0)) | |
| 419 | local pa4 = Instance.new("Part")
| |
| 420 | nooutline(pa4) | |
| 421 | pa4.Anchored = false | |
| 422 | pa4.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
| 423 | pa4.Name = "pa4" | |
| 424 | pa4.Size = Vector3.new(0.2, 0.2, 0.2) | |
| 425 | pa4.BrickColor = BrickColor.new("Bright yellow")
| |
| 426 | pa4.CanCollide = false | |
| 427 | pa4.Locked = true | |
| 428 | pa4.Transparency = 1 | |
| 429 | pa4.Parent = ZANOOB | |
| 430 | local pa4m = makemesh("FileMesh", Vector3.new(0.45, 0.45, 0.35), "rbxasset://fonts/torso.mesh", pa4)
| |
| 431 | local pa4w = makemotor(pa4, pa4, torso, ang(rd(0), rd(90), rd(-5)) * cf(0.575, -0.1, 0.275), ang(rd(0), 0, 0)) | |
| 432 | local pa5 = Instance.new("Part")
| |
| 433 | nooutline(pa5) | |
| 434 | pa5.Anchored = false | |
| 435 | pa5.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
| 436 | pa5.Name = "pa5" | |
| 437 | pa5.Size = Vector3.new(0.2, 0.2, 0.2) | |
| 438 | pa5.BrickColor = BrickColor.new("Bright yellow")
| |
| 439 | pa5.CanCollide = false | |
| 440 | pa5.Locked = true | |
| 441 | pa5.Transparency = 1 | |
| 442 | pa5.Parent = ZANOOB | |
| 443 | local pa5m = makemesh("FileMesh", Vector3.new(0.35, 0.35, 0.35), "rbxasset://fonts/torso.mesh", pa5)
| |
| 444 | local pa5w = makemotor(pa5, pa5, torso, ang(rd(0), rd(90), rd(-15)) * cf(-0.625, 0.375, 0.45), ang(rd(-20), 0, 0)) | |
| 445 | local pa6 = Instance.new("Part")
| |
| 446 | nooutline(pa6) | |
| 447 | pa6.Anchored = false | |
| 448 | pa6.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
| 449 | pa6.Name = "pa6" | |
| 450 | pa6.Size = Vector3.new(0.2, 0.2, 0.2) | |
| 451 | pa6.BrickColor = BrickColor.new("Bright yellow")
| |
| 452 | pa6.CanCollide = false | |
| 453 | pa6.Locked = true | |
| 454 | pa6.Transparency = 1 | |
| 455 | pa6.Parent = ZANOOB | |
| 456 | local pa6m = makemesh("FileMesh", Vector3.new(0.35, 0.35, 0.35), "rbxasset://fonts/torso.mesh", pa6)
| |
| 457 | local pa6w = makemotor(pa6, pa6, torso, ang(rd(0), rd(90), rd(15)) * cf(0.625, 0.375, 0.45), ang(rd(-20), 0, 0)) | |
| 458 | local pa7 = Instance.new("Part")
| |
| 459 | nooutline(pa7) | |
| 460 | pa7.Anchored = false | |
| 461 | pa7.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
| 462 | pa7.Name = "pa7" | |
| 463 | pa7.Size = Vector3.new(0.2, 0.2, 0.2) | |
| 464 | pa7.BrickColor = BrickColor.new("Bright yellow")
| |
| 465 | pa7.CanCollide = false | |
| 466 | pa7.Locked = true | |
| 467 | pa7.Transparency = 1 | |
| 468 | pa7.Parent = ZANOOB | |
| 469 | local pa7m = makemesh("FileMesh", Vector3.new(1.05, 0.201, 1.1), "rbxasset://fonts/torso.mesh", pa7)
| |
| 470 | local pa7w = makemotor(pa7, pa7, torso, ang(rd(0), rd(0), rd(0)) * cf(0, 0.8, 0), ang(0, 0, 0)) | |
| 471 | local pa8 = Instance.new("Part")
| |
| 472 | nooutline(pa8) | |
| 473 | pa8.Anchored = false | |
| 474 | pa8.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
| 475 | pa8.Name = "pa8" | |
| 476 | pa8.Size = Vector3.new(0.2, 0.2, 0.2) | |
| 477 | pa8.BrickColor = BrickColor.new("Bright yellow")
| |
| 478 | pa8.CanCollide = false | |
| 479 | pa8.Locked = true | |
| 480 | pa8.Transparency = 1 | |
| 481 | pa8.Parent = ZANOOB | |
| 482 | local pa8m = makemesh("FileMesh", Vector3.new(1.45, 1.45, 1), "rbxassetid://105992239", pa8)
| |
| 483 | local pa8w = makemotor(pa8, pa8, torso, ang(rd(0), rd(0), rd(0)) * cf(0, 0.8, 0.7), ang(0, 0, 0)) | |
| 484 | local pa9 = Instance.new("Part")
| |
| 485 | nooutline(pa9) | |
| 486 | pa9.Anchored = false | |
| 487 | pa9.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
| 488 | pa9.Name = "pa9" | |
| 489 | pa9.Size = Vector3.new(0.2, 0.2, 0.2) | |
| 490 | pa9.BrickColor = BrickColor.new("Br. yellowish green")
| |
| 491 | pa9.CanCollide = false | |
| 492 | pa9.Locked = true | |
| 493 | pa9.Transparency = 1 | |
| 494 | pa9.Parent = ZANOOB | |
| 495 | local pa9m = makemesh("FileMesh", Vector3.new(1.65, 1.65, 1), "rbxassetid://105992239", pa9)
| |
| 496 | local pa9w = makemotor(pa9, pa9, torso, ang(rd(0), rd(0), rd(0)) * cf(0, 0.8, 0.675), ang(0, 0, 0)) | |
| 497 | local pa10 = Instance.new("Part")
| |
| 498 | nooutline(pa10) | |
| 499 | pa10.Anchored = false | |
| 500 | pa10.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
| 501 | pa10.Name = "pa10" | |
| 502 | pa10.Size = Vector3.new(0.2, 0.2, 0.2) | |
| 503 | pa10.BrickColor = BrickColor.new("Bright yellow")
| |
| 504 | pa10.CanCollide = false | |
| 505 | pa10.Locked = true | |
| 506 | pa10.Transparency = 1 | |
| 507 | pa10.Parent = ZANOOB | |
| 508 | local pa10m = makemesh("Head", Vector3.new(4.5, 11.5, 4.5), nil, pa10)
| |
| 509 | local pa10w = makemotor(pa10, pa10, torso, ang(rd(0), rd(0), rd(0)) * cf(0.425, 0, -0.8), ang(0, 0, 0)) | |
| 510 | local pa11 = Instance.new("Part")
| |
| 511 | nooutline(pa11) | |
| 512 | pa11.Anchored = false | |
| 513 | pa11.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
| 514 | pa11.Name = "pa11" | |
| 515 | pa11.Size = Vector3.new(0.2, 0.2, 0.2) | |
| 516 | pa11.BrickColor = BrickColor.new("Bright yellow")
| |
| 517 | pa11.CanCollide = false | |
| 518 | pa11.Locked = true | |
| 519 | pa11.Transparency = 1 | |
| 520 | pa11.Parent = ZANOOB | |
| 521 | local pa11m = makemesh("Head", Vector3.new(4.5, 11.5, 4.5), nil, pa11)
| |
| 522 | local pa11w = makemotor(pa11, pa11, torso, ang(rd(0), rd(0), rd(0)) * cf(-0.425, 0, -0.8), ang(0, 0, 0)) | |
| 523 | local raemblem = Instance.new("Part")
| |
| 524 | nooutline(raemblem) | |
| 525 | raemblem.Anchored = false | |
| 526 | raemblem.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
| 527 | raemblem.Name = "raemblem" | |
| 528 | raemblem.Size = Vector3.new(0.2, 0.2, 0.2) | |
| 529 | raemblem.BrickColor = BrickColor.new("Bright yellow")
| |
| 530 | raemblem.CanCollide = false | |
| 531 | raemblem.Locked = true | |
| 532 | raemblem.Material = "SmoothPlastic" | |
| 533 | raemblem.Transparency = 1 | |
| 534 | raemblem.Parent = ZANOOB | |
| 535 | local raemblemm = makemesh("Brick", Vector3.new(0, 3, 3), nil, raemblem)
| |
| 536 | local raemblemw = makemotor(raemblem, raemblem, rightarm, ang(rd(0.5), rd(0), rd(0)) * cf(-0.5, -0.5, 0), ang(rd(0), 0, 0)) | |
| 537 | local emmes = Instance.new("Decal")
| |
| 538 | emmes.Texture = "rbxassetid://291302154" | |
| 539 | emmes.Transparency = 1 | |
| 540 | emmes.Face = "Right" | |
| 541 | emmes.Name = "embe" | |
| 542 | emmes.Parent = raemblem | |
| 543 | local ra1 = Instance.new("Part")
| |
| 544 | nooutline(ra1) | |
| 545 | ra1.Anchored = false | |
| 546 | ra1.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
| 547 | ra1.Name = "ra1" | |
| 548 | ra1.Size = Vector3.new(0.2, 0.2, 0.2) | |
| 549 | ra1.BrickColor = BrickColor.new("Bright yellow")
| |
| 550 | ra1.CanCollide = false | |
| 551 | ra1.Locked = true | |
| 552 | ra1.Transparency = 1 | |
| 553 | ra1.Parent = ZANOOB | |
| 554 | local ra1m = makemesh("FileMesh", Vector3.new(1.1, 0.25, 1.1), "rbxasset://fonts/rightarm.mesh", ra1)
| |
| 555 | local ra1w = makemotor(ra1, ra1, rightarm, ang(rd(0), rd(0), rd(0)) * cf(0, 0.55, 0), ang(rd(0), 0, 0)) | |
| 556 | local ra2 = Instance.new("Part")
| |
| 557 | nooutline(ra2) | |
| 558 | ra2.Anchored = false | |
| 559 | ra2.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
| 560 | ra2.Name = "ra2" | |
| 561 | ra2.Size = Vector3.new(0.2, 0.2, 0.2) | |
| 562 | ra2.BrickColor = BrickColor.new("Bright yellow")
| |
| 563 | ra2.CanCollide = false | |
| 564 | ra2.Locked = true | |
| 565 | ra2.Transparency = 1 | |
| 566 | ra2.Parent = ZANOOB | |
| 567 | local ra2m = makemesh("FileMesh", Vector3.new(0.75, 0.15, 1.1), "rbxasset://fonts/rightarm.mesh", ra2)
| |
| 568 | local ra2w = makemotor(ra2, ra2, rightarm, ang(rd(0), rd(0), rd(0)) * cf(-0.175, 0.9, 0), ang(rd(0), 0, 0)) | |
| 569 | local ra3 = Instance.new("Part")
| |
| 570 | nooutline(ra3) | |
| 571 | ra3.Anchored = false | |
| 572 | ra3.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
| 573 | ra3.Name = "ra3" | |
| 574 | ra3.Size = Vector3.new(0.2, 0.2, 0.2) | |
| 575 | ra3.BrickColor = BrickColor.new("Br. yellowish green")
| |
| 576 | ra3.CanCollide = false | |
| 577 | ra3.Locked = true | |
| 578 | ra3.Transparency = 1 | |
| 579 | ra3.Parent = ZANOOB | |
| 580 | local ra3m = makemesh("FileMesh", Vector3.new(1.15, 0.2, 1.15), "rbxasset://fonts/rightarm.mesh", ra3)
| |
| 581 | local ra3w = makemotor(ra3, ra3, rightarm, ang(rd(0), rd(0), rd(0)) * cf(0, 0.55, 0), ang(rd(0), 0, 0)) | |
| 582 | local ra4 = Instance.new("Part")
| |
| 583 | nooutline(ra4) | |
| 584 | ra4.Anchored = false | |
| 585 | ra4.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
| 586 | ra4.Name = "ra4" | |
| 587 | ra4.Size = Vector3.new(0.2, 0.2, 0.2) | |
| 588 | ra4.BrickColor = BrickColor.new("Br. yellowish green")
| |
| 589 | ra4.CanCollide = false | |
| 590 | ra4.Locked = true | |
| 591 | ra4.Transparency = 1 | |
| 592 | ra4.Parent = ZANOOB | |
| 593 | local ra4m = makemesh("FileMesh", Vector3.new(0.75, 0.15, 1.15), "rbxasset://fonts/rightarm.mesh", ra4)
| |
| 594 | local ra4w = makemotor(ra4, ra4, rightarm, ang(rd(0), rd(0), rd(0)) * cf(-0.2, 0.85, 0), ang(rd(0), 0, 0)) | |
| 595 | local ra5 = Instance.new("Part")
| |
| 596 | nooutline(ra5) | |
| 597 | ra5.Anchored = false | |
| 598 | ra5.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
| 599 | ra5.Name = "ra5" | |
| 600 | ra5.Size = Vector3.new(0.2, 0.2, 0.2) | |
| 601 | ra5.BrickColor = BrickColor.new("Bright yellow")
| |
| 602 | ra5.CanCollide = false | |
| 603 | ra5.Locked = true | |
| 604 | ra5.Transparency = 1 | |
| 605 | ra5.Parent = ZANOOB | |
| 606 | local ra5m = makemesh("FileMesh", Vector3.new(1.35, 1.35, 1.35), "rbxassetid://105992239", ra5)
| |
| 607 | local ra5w = makemotor(ra5, ra5, rightarm, ang(rd(0), rd(90), rd(0)) * cf(-0.65, 0.7, 0), ang(rd(0), 0, 0)) | |
| 608 | local la1 = Instance.new("Part")
| |
| 609 | nooutline(la1) | |
| 610 | la1.Anchored = false | |
| 611 | la1.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
| 612 | la1.Name = "la1" | |
| 613 | la1.Size = Vector3.new(0.2, 0.2, 0.2) | |
| 614 | la1.BrickColor = BrickColor.new("Bright yellow")
| |
| 615 | la1.CanCollide = false | |
| 616 | la1.Locked = true | |
| 617 | la1.Transparency = 1 | |
| 618 | la1.Parent = ZANOOB | |
| 619 | local la1m = makemesh("FileMesh", Vector3.new(1.1, 0.25, 1.1), "rbxasset://fonts/rightarm.mesh", la1)
| |
| 620 | local la1w = makemotor(la1, la1, leftarm, ang(rd(0), rd(0), rd(0)) * cf(0, 0.55, 0), ang(rd(0), 0, 0)) | |
| 621 | local la2 = Instance.new("Part")
| |
| 622 | nooutline(la2) | |
| 623 | la2.Anchored = false | |
| 624 | la2.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
| 625 | la2.Name = "la2" | |
| 626 | la2.Size = Vector3.new(0.2, 0.2, 0.2) | |
| 627 | la2.BrickColor = BrickColor.new("Bright yellow")
| |
| 628 | la2.CanCollide = false | |
| 629 | la2.Locked = true | |
| 630 | la2.Transparency = 1 | |
| 631 | la2.Parent = ZANOOB | |
| 632 | local la2m = makemesh("FileMesh", Vector3.new(0.75, 0.15, 1.1), "rbxasset://fonts/rightarm.mesh", la2)
| |
| 633 | local la2w = makemotor(la2, la2, leftarm, ang(rd(0), rd(0), rd(0)) * cf(0.175, 0.9, 0), ang(rd(0), 0, 0)) | |
| 634 | local la3 = Instance.new("Part")
| |
| 635 | nooutline(la3) | |
| 636 | la3.Anchored = false | |
| 637 | la3.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
| 638 | la3.Name = "la3" | |
| 639 | la3.Size = Vector3.new(0.2, 0.2, 0.2) | |
| 640 | la3.BrickColor = BrickColor.new("Br. yellowish green")
| |
| 641 | la3.CanCollide = false | |
| 642 | la3.Locked = true | |
| 643 | la3.Transparency = 1 | |
| 644 | la3.Parent = ZANOOB | |
| 645 | local la3m = makemesh("FileMesh", Vector3.new(1.15, 0.2, 1.15), "rbxasset://fonts/rightarm.mesh", la3)
| |
| 646 | local la3w = makemotor(la3, la3, leftarm, ang(rd(0), rd(0), rd(0)) * cf(0, 0.55, 0), ang(rd(0), 0, 0)) | |
| 647 | local la4 = Instance.new("Part")
| |
| 648 | nooutline(la4) | |
| 649 | la4.Anchored = false | |
| 650 | la4.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
| 651 | la4.Name = "la4" | |
| 652 | la4.Size = Vector3.new(0.2, 0.2, 0.2) | |
| 653 | la4.BrickColor = BrickColor.new("Br. yellowish green")
| |
| 654 | la4.CanCollide = false | |
| 655 | la4.Locked = true | |
| 656 | la4.Transparency = 1 | |
| 657 | la4.Parent = ZANOOB | |
| 658 | local la4m = makemesh("FileMesh", Vector3.new(0.75, 0.15, 1.15), "rbxasset://fonts/rightarm.mesh", la4)
| |
| 659 | local la4w = makemotor(la4, la4, leftarm, ang(rd(0), rd(0), rd(0)) * cf(0.2, 0.85, 0), ang(rd(0), 0, 0)) | |
| 660 | local la5 = Instance.new("Part")
| |
| 661 | nooutline(la5) | |
| 662 | la5.Anchored = false | |
| 663 | la5.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
| 664 | la5.Name = "la5" | |
| 665 | la5.Size = Vector3.new(0.2, 0.2, 0.2) | |
| 666 | la5.BrickColor = BrickColor.new("Bright yellow")
| |
| 667 | la5.CanCollide = false | |
| 668 | la5.Locked = true | |
| 669 | la5.Transparency = 1 | |
| 670 | la5.Parent = ZANOOB | |
| 671 | local la5m = makemesh("FileMesh", Vector3.new(1.35, 1.35, 1.35), "rbxassetid://105992239", la5)
| |
| 672 | local la5w = makemotor(la5, la5, leftarm, ang(rd(0), rd(90), rd(0)) * cf(0.4, 0.7, 0), ang(rd(0), 0, 0)) | |
| 673 | local ll1 = Instance.new("Part")
| |
| 674 | nooutline(ll1) | |
| 675 | ll1.Anchored = false | |
| 676 | ll1.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
| 677 | ll1.Name = "ll1" | |
| 678 | ll1.Size = Vector3.new(0.2, 0.2, 0.2) | |
| 679 | ll1.BrickColor = BrickColor.new("Br. yellowish green")
| |
| 680 | ll1.CanCollide = false | |
| 681 | ll1.Locked = true | |
| 682 | ll1.Transparency = 1 | |
| 683 | ll1.Parent = ZANOOB | |
| 684 | local ll1m = makemesh("FileMesh", Vector3.new(0.5, 0.35, 0.2), "rbxasset://fonts/leftleg.mesh", ll1)
| |
| 685 | local ll1w = makemotor(ll1, ll1, leftleg, ang(rd(7), rd(30), rd(20)) * cf(-0.25, -0.3, 0.525), ang(0, 0, 0)) | |
| 686 | local ll2 = Instance.new("Part")
| |
| 687 | nooutline(ll2) | |
| 688 | ll2.Anchored = false | |
| 689 | ll2.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
| 690 | ll2.Name = "ll2" | |
| 691 | ll2.Size = Vector3.new(0.2, 0.2, 0.2) | |
| 692 | ll2.BrickColor = BrickColor.new("Br. yellowish green")
| |
| 693 | ll2.CanCollide = false | |
| 694 | ll2.Locked = true | |
| 695 | ll2.Transparency = 1 | |
| 696 | ll2.Parent = ZANOOB | |
| 697 | local ll2m = makemesh("FileMesh", Vector3.new(0.5, 0.35, 0.2), "rbxasset://fonts/leftleg.mesh", ll2)
| |
| 698 | local ll2w = makemotor(ll2, ll2, leftleg, ang(rd(7), rd(-30), rd(-20)) * cf(0.25, -0.3, 0.525), ang(0, 0, 0)) | |
| 699 | local ll3 = Instance.new("Part")
| |
| 700 | nooutline(ll3) | |
| 701 | ll3.Anchored = false | |
| 702 | ll3.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
| 703 | ll3.Name = "ll3" | |
| 704 | ll3.Size = Vector3.new(0.2, 0.2, 0.2) | |
| 705 | ll3.BrickColor = BrickColor.new("Bright yellow")
| |
| 706 | ll3.CanCollide = false | |
| 707 | ll3.Locked = true | |
| 708 | ll3.Transparency = 1 | |
| 709 | ll3.Parent = ZANOOB | |
| 710 | local ll3m = makemesh("FileMesh", Vector3.new(1.4, 1.4, 1.3), "rbxassetid://105992239", ll3)
| |
| 711 | local ll3w = makemotor(ll3, ll3, leftleg, ang(rd(15), rd(0), rd(0)) * cf(0, 0, 0.7), ang(0, 0, 0)) | |
| 712 | local rr1 = Instance.new("Part")
| |
| 713 | nooutline(rr1) | |
| 714 | rr1.Anchored = false | |
| 715 | rr1.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
| 716 | rr1.Name = "rr1" | |
| 717 | rr1.Size = Vector3.new(0.2, 0.2, 0.2) | |
| 718 | rr1.BrickColor = BrickColor.new("Br. yellowish green")
| |
| 719 | rr1.CanCollide = false | |
| 720 | rr1.Locked = true | |
| 721 | rr1.Transparency = 1 | |
| 722 | rr1.Parent = ZANOOB | |
| 723 | local rr1m = makemesh("FileMesh", Vector3.new(0.5, 0.35, 0.2), "rbxasset://fonts/leftleg.mesh", rr1)
| |
| 724 | local rr1w = makemotor(rr1, rr1, rightleg, ang(rd(7), rd(30), rd(20)) * cf(-0.25, -0.3, 0.525), ang(0, 0, 0)) | |
| 725 | local rr2 = Instance.new("Part")
| |
| 726 | nooutline(rr2) | |
| 727 | rr2.Anchored = false | |
| 728 | rr2.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
| 729 | rr2.Name = "rr2" | |
| 730 | rr2.Size = Vector3.new(0.2, 0.2, 0.2) | |
| 731 | rr2.BrickColor = BrickColor.new("Br. yellowish green")
| |
| 732 | rr2.CanCollide = false | |
| 733 | rr2.Locked = true | |
| 734 | rr2.Transparency = 1 | |
| 735 | rr2.Parent = ZANOOB | |
| 736 | local rr2m = makemesh("FileMesh", Vector3.new(0.5, 0.35, 0.2), "rbxasset://fonts/leftleg.mesh", rr2)
| |
| 737 | local rr2w = makemotor(rr2, rr2, rightleg, ang(rd(7), rd(-30), rd(-20)) * cf(0.25, -0.3, 0.525), ang(0, 0, 0)) | |
| 738 | local rr3 = Instance.new("Part")
| |
| 739 | nooutline(rr3) | |
| 740 | rr3.Anchored = false | |
| 741 | rr3.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
| 742 | rr3.Name = "rr3" | |
| 743 | rr3.Size = Vector3.new(0.2, 0.2, 0.2) | |
| 744 | rr3.BrickColor = BrickColor.new("Bright yellow")
| |
| 745 | rr3.CanCollide = false | |
| 746 | rr3.Locked = true | |
| 747 | rr3.Transparency = 1 | |
| 748 | rr3.Parent = ZANOOB | |
| 749 | local rr3m = makemesh("FileMesh", Vector3.new(1.4, 1.4, 1.3), "rbxassetid://105992239", rr3)
| |
| 750 | local rr3w = makemotor(rr3, rr3, rightleg, ang(rd(15), rd(0), rd(0)) * cf(0, 0, 0.7), ang(0, 0, 0)) | |
| 751 | return ZANOOB | |
| 752 | end | |
| 753 | local thenoob = STANDO(hrp.CFrame * CFrame.new(0, 0, 0)) | |
| 754 | coroutine.resume(coroutine.create(function() | |
| 755 | local rot = thenoob.HumanoidRootPart | |
| 756 | repeat | |
| 757 | swait() | |
| 758 | rot.CFrame = rot.CFrame:lerp(wherto.CFrame * addcfr, 0.5) | |
| 759 | until rot == nil | |
| 760 | end)) | |
| 761 | local rot = thenoob.HumanoidRootPart | |
| 762 | local ntorso = thenoob:FindFirstChild("Torso")
| |
| 763 | local rightarm = thenoob:FindFirstChild("Right Arm")
| |
| 764 | local leftarm = thenoob:FindFirstChild("Left Arm")
| |
| 765 | local leftleg = thenoob:FindFirstChild("Left Leg")
| |
| 766 | local rightleg = thenoob:FindFirstChild("Right Leg")
| |
| 767 | local head = thenoob:FindFirstChild("Head")
| |
| 768 | local face = head:FindFirstChild("face")
| |
| 769 | local emblem = thenoob:FindFirstChild("raemblem"):FindFirstChild("embe")
| |
| 770 | local embpart = thenoob:FindFirstChild("raemblem")
| |
| 771 | local nRJ = rot:FindFirstChild("RootJoint")
| |
| 772 | local nN = ntorso:FindFirstChild("Neck")
| |
| 773 | local nRS = ntorso:FindFirstChild("Right Shoulder")
| |
| 774 | local nLS = ntorso:FindFirstChild("Left Shoulder")
| |
| 775 | local nRH = ntorso:FindFirstChild("Right Hip")
| |
| 776 | local nLH = ntorso:FindFirstChild("Left Hip")
| |
| 777 | function standappear(nbz) | |
| 778 | if selected == false or activu == true then | |
| 779 | return | |
| 780 | end | |
| 781 | if appeared == false then | |
| 782 | appeared = true | |
| 783 | wherto = hrp | |
| 784 | addcfr = cf(-2, 1, 2) | |
| 785 | local apear = Instance.new("Sound")
| |
| 786 | apear.SoundId = "rbxassetid://463010917" | |
| 787 | apear.Parent = rot | |
| 788 | apear.Volume = 1.25 | |
| 789 | game.Debris:AddItem(apear, 1.5) | |
| 790 | apear:Play() | |
| 791 | for _, n in pairs(nbz:GetChildren()) do | |
| 792 | coroutine.resume(coroutine.create(function() | |
| 793 | for _ = 1, 5 do | |
| 794 | if n ~= rot and n ~= embpart and n.ClassName ~= "Sound" then | |
| 795 | swait() | |
| 796 | n.Transparency = n.Transparency - 0.2 | |
| 797 | face.Transparency = face.Transparency - 0.2 | |
| 798 | emblem.Transparency = emblem.Transparency - 0.2 | |
| 799 | end | |
| 800 | end | |
| 801 | if n ~= rot and n ~= embpart then | |
| 802 | n.Transparency = 0 | |
| 803 | end | |
| 804 | face.Transparency = 0 | |
| 805 | emblem.Transparency = 0 | |
| 806 | end)) | |
| 807 | end | |
| 808 | elseif appeared == true then | |
| 809 | appeared = false | |
| 810 | wherto = hrp | |
| 811 | addcfr = cf(0, 0, 0) | |
| 812 | for _, n in pairs(nbz:GetChildren()) do | |
| 813 | coroutine.resume(coroutine.create(function() | |
| 814 | for _ = 1, 5 do | |
| 815 | if n ~= rot and n ~= embpart then | |
| 816 | swait() | |
| 817 | n.Transparency = n.Transparency + 0.2 | |
| 818 | face.Transparency = face.Transparency + 0.2 | |
| 819 | emblem.Transparency = emblem.Transparency + 0.2 | |
| 820 | end | |
| 821 | end | |
| 822 | if n ~= rot and n ~= embpart then | |
| 823 | n.Transparency = 1 | |
| 824 | end | |
| 825 | face.Transparency = 1 | |
| 826 | emblem.Transparency = 1 | |
| 827 | end)) | |
| 828 | end | |
| 829 | end | |
| 830 | end | |
| 831 | function THREATENING() | |
| 832 | if selected == false or activu == true then | |
| 833 | return | |
| 834 | end | |
| 835 | if POSU == false then | |
| 836 | POSU = true | |
| 837 | human.WalkSpeed = 0 | |
| 838 | local d = Instance.new("ParticleEmitter")
| |
| 839 | d.Name = "MENACINGU" | |
| 840 | d.Lifetime = NumberRange.new(1) | |
| 841 | d.Rate = 2 | |
| 842 | d.Texture = "rbxassetid://298768656" | |
| 843 | d.VelocitySpread = 60 | |
| 844 | d.Parent = tors | |
| 845 | human:SetStateEnabled(3, false) | |
| 846 | local randomoth = math.random(1, 2) | |
| 847 | if randomoth == 1 then | |
| 848 | repeat | |
| 849 | swait() | |
| 850 | lerpz(RJ, "C0", RJC0 * cf(0, 0, -0.05) * ang(rd(-5), rd(0), rd(-30)), 0.3) | |
| 851 | lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(10), rd(0), rd(30)), 0.3) | |
| 852 | lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-20), rd(-20), rd(-5)), 0.3) | |
| 853 | lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 854 | lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(140), rd(-70), rd(-50)), 0.3) | |
| 855 | lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 856 | lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(-30), rd(10)), 0.3) | |
| 857 | lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 858 | lerpz(LH, "C0", LHC0 * cf(0.3, 0.1, -0.15) * ang(rd(-20), rd(50), rd(10)), 0.3) | |
| 859 | lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(-10)), 0.3) | |
| 860 | until POSU == false | |
| 861 | elseif randomoth == 2 then | |
| 862 | repeat | |
| 863 | swait() | |
| 864 | lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(-2), rd(25)), 0.3) | |
| 865 | lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(6), rd(0), rd(-50)), 0.3) | |
| 866 | lerpz(RS, "C0", RSC0 * cf(-0.25, 0.3, -0.5) * ang(rd(-30), rd(-15), rd(200)), 0.3) | |
| 867 | lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 868 | lerpz(LS, "C0", LSC0 * cf(0.25, 0.3, -0.5) * ang(rd(-32), rd(13), rd(-195)), 0.3) | |
| 869 | lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 870 | lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-15), rd(-10)), 0.3) | |
| 871 | lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 872 | lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-5), rd(10), rd(-10)), 0.3) | |
| 873 | lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 874 | until POSU == false | |
| 875 | end | |
| 876 | elseif POSU == true then | |
| 877 | POSU = false | |
| 878 | human.WalkSpeed = 16 | |
| 879 | human:SetStateEnabled(3, true) | |
| 880 | tors.MENACINGU:Destroy() | |
| 881 | activu = true | |
| 882 | activu = false | |
| 883 | end | |
| 884 | end | |
| 885 | local EHMMM = 0 | |
| 886 | function block() | |
| 887 | if EHMMM == 50 or selected == false or activu == true then | |
| 888 | return | |
| 889 | end | |
| 890 | if appeared == false then | |
| 891 | standappear(thenoob) | |
| 892 | end | |
| 893 | wherto = hrp | |
| 894 | addcfr = cf(0, 0, -3) | |
| 895 | local bep = true | |
| 896 | local humanshealth = human.Health | |
| 897 | activu = true | |
| 898 | human:SetStateEnabled(15, false) | |
| 899 | local de = mouse.KeyUp:connect(function(key) | |
| 900 | if key == "e" then | |
| 901 | bep = false | |
| 902 | end | |
| 903 | end) | |
| 904 | local poopes = 0 | |
| 905 | repeat | |
| 906 | swait() | |
| 907 | poopes = poopes + 1 | |
| 908 | human.Health = humanshealth | |
| 909 | lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(2), rd(0), rd(0)), 0.5) | |
| 910 | lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(7), rd(0), rd(0)), 0.5) | |
| 911 | lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(110), rd(160)), 0.5) | |
| 912 | lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(20), rd(0), rd(0)), 0.5) | |
| 913 | lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(-110), rd(-160)), 0.5) | |
| 914 | lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(20), rd(0), rd(0)), 0.5) | |
| 915 | lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5) | |
| 916 | lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5) | |
| 917 | lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5) | |
| 918 | lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5) | |
| 919 | until bep == false or poopes > 240 | |
| 920 | de:Disconnect() | |
| 921 | human:SetStateEnabled(15, true) | |
| 922 | activu = false | |
| 923 | EHMMM = 50 | |
| 924 | coroutine.resume(coroutine.create(function() | |
| 925 | wait(7) | |
| 926 | EHMMM = 0 | |
| 927 | end)) | |
| 928 | wherto = hrp | |
| 929 | addcfr = cf(-2, 1, 2) | |
| 930 | end | |
| 931 | function MUDA() | |
| 932 | if selected == false or activu == true then | |
| 933 | return | |
| 934 | end | |
| 935 | if appeared == false then | |
| 936 | standappear(thenoob) | |
| 937 | wherto = hrp | |
| 938 | addcfr = cf(0, 0, -3.5) | |
| 939 | end | |
| 940 | wry:Stop() | |
| 941 | local bep = true | |
| 942 | activu = true | |
| 943 | wherto = hrp | |
| 944 | addcfr = cf(0, 0, -3.5) | |
| 945 | local function blur(limb) | |
| 946 | coroutine.resume(coroutine.create(function() | |
| 947 | local memedon = {}
| |
| 948 | for i = 1, 6 do | |
| 949 | local b1 = Instance.new("Part")
| |
| 950 | nooutline(b1) | |
| 951 | b1.Size = Vector3.new(1, 2, 1) | |
| 952 | b1.CFrame = limb.CFrame * CFrame.new(rd2(-5, 5) / 10, rd2(-5, 5) / 10, rd2(-5, 5) / 10) | |
| 953 | b1.CanCollide = false | |
| 954 | b1.BrickColor = limb.BrickColor | |
| 955 | b1.Anchored = true | |
| 956 | b1.Transparency = 0.7 | |
| 957 | b1.Locked = true | |
| 958 | b1.Parent = modz | |
| 959 | table.insert(memedon, b1) | |
| 960 | end | |
| 961 | local num = 0 | |
| 962 | repeat | |
| 963 | swait() | |
| 964 | num = num % 6 + 1 | |
| 965 | memedon[num].CFrame = limb.CFrame * CFrame.new(rd2(-5, 5) / 10, rd2(-5, 5) / 10, rd2(-5, 5) / 10) | |
| 966 | until bep == false | |
| 967 | for i = 1, #memedon do | |
| 968 | swait() | |
| 969 | memedon[i]:Destroy() | |
| 970 | end | |
| 971 | end)) | |
| 972 | end | |
| 973 | local de = mouse.KeyUp:connect(function(key) | |
| 974 | if key == "r" then | |
| 975 | bep = false | |
| 976 | end | |
| 977 | end) | |
| 978 | blur(rightarm) | |
| 979 | blur(leftarm) | |
| 980 | local mudodo = Instance.new("Sound")
| |
| 981 | mudodo.Volume = 7.5 | |
| 982 | mudodo.SoundId = "rbxassetid://612888361" | |
| 983 | mudodo.Looped = true | |
| 984 | mudodo.Parent = hrp | |
| 985 | mudodo:Play() | |
| 986 | repeat | |
| 987 | for _ = 1, 2 do | |
| 988 | swait() | |
| 989 | lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(4), rd(4), rd(30)), 0.85) | |
| 990 | lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(-2), rd(0), rd(-28)), 0.85) | |
| 991 | lerpz(nRS, "C0", RSC0 * cf(0.5, 0.25, -0.1) * ang(rd(20), rd(20), rd(105)), 0.85) | |
| 992 | lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85) | |
| 993 | lerpz(nLS, "C0", LSC0 * cf(0.25, 0.1, 0) * ang(rd(30), rd(10), rd(-70)), 0.85) | |
| 994 | lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85) | |
| 995 | lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.85) | |
| 996 | lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85) | |
| 997 | lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.85) | |
| 998 | lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85) | |
| 999 | end | |
| 1000 | hito(rightarm, 3.3, 5, 0.01, rot.CFrame.lookVector * 5) | |
| 1001 | for _ = 1, 2 do | |
| 1002 | swait() | |
| 1003 | lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(5), rd(2), rd(-30)), 0.85) | |
| 1004 | lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(2), rd(0), rd(31)), 0.85) | |
| 1005 | lerpz(nRS, "C0", RSC0 * cf(-0.1, 0.05, -0.1) * ang(rd(-10), rd(-30), rd(75)), 0.85) | |
| 1006 | lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85) | |
| 1007 | lerpz(nLS, "C0", LSC0 * cf(-0.5, 0.1, -0.2) * ang(rd(-30), rd(10), rd(-70)), 0.85) | |
| 1008 | lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85) | |
| 1009 | lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.85) | |
| 1010 | lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85) | |
| 1011 | lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.85) | |
| 1012 | lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85) | |
| 1013 | end | |
| 1014 | hito(leftarm, 3.3, 5, 0.01, rot.CFrame.lookVector * 5) | |
| 1015 | for _ = 1, 2 do | |
| 1016 | swait() | |
| 1017 | lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(3), rd(3), rd(32)), 0.85) | |
| 1018 | lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(-2), rd(0), rd(-29)), 0.85) | |
| 1019 | lerpz(nRS, "C0", RSC0 * cf(0.35, 0.25, 0.1) * ang(rd(-10), rd(-20), rd(95)), 0.85) | |
| 1020 | lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85) | |
| 1021 | lerpz(nLS, "C0", LSC0 * cf(0.25, 0.1, 0) * ang(rd(-10), rd(10), rd(-80)), 0.85) | |
| 1022 | lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85) | |
| 1023 | lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.85) | |
| 1024 | lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85) | |
| 1025 | lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.85) | |
| 1026 | lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85) | |
| 1027 | end | |
| 1028 | hito(rightarm, 3.3, 5, 0.01, rot.CFrame.lookVector * 5) | |
| 1029 | for _ = 1, 2 do | |
| 1030 | swait() | |
| 1031 | lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-10), rd(3), rd(-40)), 0.85) | |
| 1032 | lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(10), rd(-2), rd(35)), 0.85) | |
| 1033 | lerpz(nRS, "C0", RSC0 * cf(-0.1, 0.05, -0.1) * ang(rd(20), rd(-30), rd(65)), 0.85) | |
| 1034 | lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85) | |
| 1035 | lerpz(nLS, "C0", LSC0 * cf(-0.5, 0.1, -0.2) * ang(rd(-30), rd(30), rd(-75)), 0.85) | |
| 1036 | lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85) | |
| 1037 | lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.85) | |
| 1038 | lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85) | |
| 1039 | lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.85) | |
| 1040 | lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85) | |
| 1041 | end | |
| 1042 | hito(leftarm, 3.3, 5, 0.01, rot.CFrame.lookVector * 5) | |
| 1043 | until bep == false or 0 >= human.Health | |
| 1044 | de:Disconnect() | |
| 1045 | mudodo:Stop() | |
| 1046 | wry:Play() | |
| 1047 | for _ = 1, 6 do | |
| 1048 | swait() | |
| 1049 | lerpz(nRJ, "C0", RJC0 * cf(0, 1.25, 0) * ang(rd(0), rd(4), rd(-85)), 0.75) | |
| 1050 | lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(3), rd(75)), 0.75) | |
| 1051 | lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(-20), rd(100)), 0.75) | |
| 1052 | lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75) | |
| 1053 | lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.75) | |
| 1054 | lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75) | |
| 1055 | lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.75) | |
| 1056 | lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75) | |
| 1057 | lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.75) | |
| 1058 | lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75) | |
| 1059 | end | |
| 1060 | for _ = 1, 7 do | |
| 1061 | swait() | |
| 1062 | hito(rightarm, 3, 20, 0.35, rot.CFrame.lookVector * 50) | |
| 1063 | lerpz(nRJ, "C0", RJC0 * cf(0, -1, 0) * ang(rd(0), rd(10), rd(75)), 0.75) | |
| 1064 | lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(5), rd(-7), rd(-65)), 0.75) | |
| 1065 | lerpz(nRS, "C0", RSC0 * cf(0.75, 0, 0.25) * ang(rd(10), rd(-60), rd(100)), 0.75) | |
| 1066 | lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(-20), rd(0)), 0.75) | |
| 1067 | lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.75) | |
| 1068 | lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75) | |
| 1069 | lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.75) | |
| 1070 | lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75) | |
| 1071 | lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.75) | |
| 1072 | lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75) | |
| 1073 | end | |
| 1074 | swait(5) | |
| 1075 | wherto = hrp | |
| 1076 | mudodo:Destroy() | |
| 1077 | addcfr = cf(-2, 1, 2) | |
| 1078 | activu = false | |
| 1079 | end | |
| 1080 | function cability() | |
| 1081 | if selected == false or activu == true then | |
| 1082 | return | |
| 1083 | end | |
| 1084 | if appeared == false then | |
| 1085 | standappear(thenoob) | |
| 1086 | wherto = hrp | |
| 1087 | addcfr = cf(0, 0, -3.75) | |
| 1088 | end | |
| 1089 | activu = true | |
| 1090 | wherto = hrp | |
| 1091 | addcfr = cf(0, 0, -3.5) | |
| 1092 | local ZAWRUA = Instance.new("Sound")
| |
| 1093 | ZAWRUA.SoundId = "rbxassetid://257346558" | |
| 1094 | ZAWRUA.Volume = 3 | |
| 1095 | ZAWRUA.Parent = hrp | |
| 1096 | ZAWRUA:Play() | |
| 1097 | game.Debris:AddItem(ZAWRUA, 2.5) | |
| 1098 | local wate = Instance.new("Part")
| |
| 1099 | nooutline(wate) | |
| 1100 | wate.Size = Vector3.new(0.2, 0.2, 0.2) | |
| 1101 | wate.Material = "Neon" | |
| 1102 | wate.Transparency = 1 | |
| 1103 | wate.BrickColor = BrickColor.new("Br. yellowish green")
| |
| 1104 | wate.CFrame = rightarm.CFrame * cf(0, -1.5, 0) | |
| 1105 | wate.Anchored = true | |
| 1106 | wate.CanCollide = false | |
| 1107 | wate.Parent = modz | |
| 1108 | local wmesh = makemesh("Sphere", Vector3.new(5, 5, 5), nil, wate)
| |
| 1109 | coroutine.resume(coroutine.create(function() | |
| 1110 | repeat | |
| 1111 | swait() | |
| 1112 | wate.CFrame = rightarm.CFrame * cf(0, -1, 0) | |
| 1113 | wmesh.Scale = wmesh.Scale:lerp(Vector3.new(10, 10, 10), 0.5) | |
| 1114 | until not wate | |
| 1115 | end)) | |
| 1116 | coroutine.resume(coroutine.create(function() | |
| 1117 | local pt = {}
| |
| 1118 | for _ = 1, 10 do | |
| 1119 | local wp = Instance.new("Part")
| |
| 1120 | nooutline(wp) | |
| 1121 | wp.Size = Vector3.new(0.2, 0.2, 0.2) | |
| 1122 | wp.Material = "Neon" | |
| 1123 | wp.Transparency = 1 | |
| 1124 | wp.BrickColor = BrickColor.new("Br. yellowish green")
| |
| 1125 | wp.CFrame = wate.CFrame * ang(rd2(-100, 100) / 1000, rd2(-100, 100) / 1000, rd2(-100, 100) / 1000) * cf(0, -0.25, 0) | |
| 1126 | wp.Anchored = true | |
| 1127 | wp.CanCollide = false | |
| 1128 | wp.Parent = modz | |
| 1129 | local wmz = makemesh("Sphere", Vector3.new(0.5, 2, 0.5), nil, wp)
| |
| 1130 | table.insert(pt, wp) | |
| 1131 | table.insert(pt, wmz) | |
| 1132 | end | |
| 1133 | for m = 1, 45 do | |
| 1134 | swait() | |
| 1135 | for _, hey in pairs(pt) do | |
| 1136 | if hey.ClassName == "SpecialMesh" then | |
| 1137 | hey.Scale = hey.Scale + Vector3.new(0.005, 0.04, 0.005) | |
| 1138 | elseif hey.ClassName == "Part" then | |
| 1139 | hey.CFrame = wate.CFrame * ang(rd(rd2(-360, 360)), rd(rd2(-360, 360)), rd(rd2(-360, 360))) * cf(0, -m / 25, 0) | |
| 1140 | hey.Transparency = hey.Transparency - 0.015 | |
| 1141 | end | |
| 1142 | end | |
| 1143 | end | |
| 1144 | for m = 45, 50 do | |
| 1145 | swait() | |
| 1146 | for _, hey in pairs(pt) do | |
| 1147 | if hey.ClassName == "SpecialMesh" then | |
| 1148 | hey.Scale = hey.Scale + Vector3.new(0.025, 0.08, 0.025) | |
| 1149 | elseif hey.ClassName == "Part" then | |
| 1150 | hey.CFrame = wate.CFrame * ang(rd(rd2(-360, 360)), rd(rd2(-360, 360)), rd(rd2(-360, 360))) * cf(0, -m / 25, 0) | |
| 1151 | hey.Transparency = hey.Transparency + 0.2 | |
| 1152 | end | |
| 1153 | end | |
| 1154 | end | |
| 1155 | for _, AAA in pairs(pt) do | |
| 1156 | if AAA.ClassName == "Part" then | |
| 1157 | AAA:Destroy() | |
| 1158 | end | |
| 1159 | end | |
| 1160 | end)) | |
| 1161 | for _ = 1, 50 do | |
| 1162 | swait() | |
| 1163 | wmesh.Scale = Vector3.new(9, 9, 9) | |
| 1164 | wate.Transparency = wate.Transparency - 0.008 | |
| 1165 | lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(4), rd(-125)), 0.2) | |
| 1166 | lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(3), rd(115)), 0.2) | |
| 1167 | lerpz(nRS, "C0", RSC0 * cf(rd2(-1, 1) / 10, rd2(-1, 1) / 10, rd2(-1, 1) / 10) * ang(rd(rd2(-15, -5)), rd(rd2(-25, -15)), rd(rd2(95, 105))), 0.2) | |
| 1168 | lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.2) | |
| 1169 | lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.2) | |
| 1170 | lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.2) | |
| 1171 | lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.2) | |
| 1172 | lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.2) | |
| 1173 | lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.2) | |
| 1174 | lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.2) | |
| 1175 | end | |
| 1176 | local pooo = Instance.new("Sound")
| |
| 1177 | pooo.SoundId = "rbxassetid://610041973" | |
| 1178 | pooo.Volume = 3 | |
| 1179 | pooo.Parent = hrp | |
| 1180 | pooo:Play() | |
| 1181 | game.Debris:AddItem(pooo, 2.5) | |
| 1182 | for _ = 1, 1 do | |
| 1183 | swait() | |
| 1184 | wate.Transparency = wate.Transparency + 0.15 | |
| 1185 | lerpz(nRJ, "C0", RJC0 * cf(0, -2, 0) * ang(rd(0), rd(10), rd(35)), 0.5) | |
| 1186 | lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(5), rd(-7), rd(-30)), 0.5) | |
| 1187 | lerpz(nRS, "C0", RSC0 * cf(0.75, 0, 0.25) * ang(rd(10), rd(-80), rd(100)), 0.5) | |
| 1188 | lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(-20), rd(0)), 0.5) | |
| 1189 | lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.5) | |
| 1190 | lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5) | |
| 1191 | lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.5) | |
| 1192 | lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5) | |
| 1193 | lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.5) | |
| 1194 | lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5) | |
| 1195 | end | |
| 1196 | local swoo = Instance.new("Part")
| |
| 1197 | nooutline(swoo) | |
| 1198 | swoo.Size = Vector3.new(0.2, 0.2, 0.2) | |
| 1199 | swoo.Material = "Neon" | |
| 1200 | swoo.Transparency = 0.2 | |
| 1201 | swoo.BrickColor = BrickColor.new("Br. yellowish green")
| |
| 1202 | swoo.CFrame = rightarm.CFrame * ang(rd(0), rd(-15), rd(240)) * cf(1.5, -2.5, 0) | |
| 1203 | swoo.Anchored = true | |
| 1204 | swoo.CanCollide = false | |
| 1205 | swoo.Parent = modz | |
| 1206 | local wmesh = makemesh("FileMesh", Vector3.new(0.013333333333333334, 0.015384615384615385, 0.025), "rbxassetid://576041905", swoo)
| |
| 1207 | local pli = Instance.new("PointLight")
| |
| 1208 | pli.Brightness = 2 | |
| 1209 | pli.Color = Color3.new(0.45098039215686275, 1, 0) | |
| 1210 | pli.Range = 10 | |
| 1211 | pli.Shadows = true | |
| 1212 | pli.Parent = swoo | |
| 1213 | hito(swoo, 5, 40, 0.15, rot.CFrame.lookVector * 80) | |
| 1214 | tagability(swoo, 4) | |
| 1215 | for _ = 1, 10 do | |
| 1216 | swait() | |
| 1217 | wate.Transparency = wate.Transparency + 0.05 | |
| 1218 | swoo.Transparency = swoo.Transparency + 0.075 | |
| 1219 | pli.Range = pli.Range - 1 | |
| 1220 | lerpz(nRJ, "C0", RJC0 * cf(0, -3, 0) * ang(rd(0), rd(10), rd(105)), 0.5) | |
| 1221 | lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(5), rd(-7), rd(-65)), 0.5) | |
| 1222 | lerpz(nRS, "C0", RSC0 * cf(0.75, 0, 0.25) * ang(rd(10), rd(-30), rd(100)), 0.5) | |
| 1223 | lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(-20), rd(0)), 0.5) | |
| 1224 | lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.5) | |
| 1225 | lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5) | |
| 1226 | lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.5) | |
| 1227 | lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5) | |
| 1228 | lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.5) | |
| 1229 | lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5) | |
| 1230 | end | |
| 1231 | wate:Destroy() | |
| 1232 | swoo:Destroy() | |
| 1233 | pli:Destroy() | |
| 1234 | swait(15) | |
| 1235 | wherto = hrp | |
| 1236 | addcfr = cf(-2, 1, 2) | |
| 1237 | activu = false | |
| 1238 | end | |
| 1239 | game:GetService("ContentProvider"):Preload("http://www.roblox.com/asset/?id=188959462")
| |
| 1240 | game:GetService("ContentProvider"):Preload("http://www.roblox.com/asset/?id=616594208")
| |
| 1241 | game:GetService("ContentProvider"):Preload("http://www.roblox.com/asset/?id=616576400")
| |
| 1242 | game:GetService("ContentProvider"):Preload("http://www.roblox.com/asset/?id=291088606")
| |
| 1243 | function THEBEST() | |
| 1244 | if selected == false or activu == true or appeared == true or POSU == true then | |
| 1245 | return | |
| 1246 | end | |
| 1247 | local dipperhat = chr:FindFirstChild("DXD_DipperHat")
| |
| 1248 | local dipperrot | |
| 1249 | if dipperhat then | |
| 1250 | dipperrot = dipperhat.Handle.HatAttachment.Rotation | |
| 1251 | end | |
| 1252 | activu = true | |
| 1253 | POSU = true | |
| 1254 | cam.CameraType = "Scriptable" | |
| 1255 | chr.PrimaryPart = hrp | |
| 1256 | human.WalkSpeed = 0 | |
| 1257 | human:SetStateEnabled(3, false) | |
| 1258 | local actmus1 = Instance.new("Sound")
| |
| 1259 | actmus1.SoundId = "rbxassetid://188959462" | |
| 1260 | actmus1.Volume = 1.5 | |
| 1261 | actmus1.RollOffMode = 1 | |
| 1262 | actmus1.TimePosition = 0 | |
| 1263 | actmus1.Parent = cam | |
| 1264 | local actmus2 = Instance.new("Sound")
| |
| 1265 | actmus2.SoundId = "rbxassetid://188959462" | |
| 1266 | actmus2.Volume = 1.5 | |
| 1267 | actmus2.RollOffMode = 1 | |
| 1268 | actmus2.TimePosition = 0 | |
| 1269 | actmus2.Parent = hrp | |
| 1270 | actmus1:Play() | |
| 1271 | actmus2:Play() | |
| 1272 | local mus1 = Instance.new("Sound")
| |
| 1273 | mus1.SoundId = "rbxassetid://616594208" | |
| 1274 | mus1.Volume = 1.25 | |
| 1275 | mus1.TimePosition = 0.45 | |
| 1276 | mus1.Parent = cam | |
| 1277 | local mus2 = Instance.new("Sound")
| |
| 1278 | mus2.SoundId = "rbxassetid://616594208" | |
| 1279 | mus2.Volume = 1.25 | |
| 1280 | mus2.TimePosition = 0.45 | |
| 1281 | mus2.Parent = hrp | |
| 1282 | local zawarudoda = Instance.new("Sound")
| |
| 1283 | zawarudoda.SoundId = "rbxassetid://616576400" | |
| 1284 | zawarudoda.Volume = 2 | |
| 1285 | zawarudoda.TimePosition = 0.3 | |
| 1286 | zawarudoda.Parent = hrp | |
| 1287 | mus1:Play() | |
| 1288 | mus2:Play() | |
| 1289 | cam.CoordinateFrame = hrp.CFrame * ang(rd(20), rd(100), rd(0)) * cf(0, 0, 7) | |
| 1290 | local regface = hed.face.Texture | |
| 1291 | local whogothit, bodyvel | |
| 1292 | local function checkhit(partoz, magn) | |
| 1293 | for _, guy in pairs(workspace:GetChildren()) do | |
| 1294 | if guy:FindFirstChild("Humanoid") and guy:FindFirstChild("HumanoidRootPart") and guy ~= chr and magn > (guy:FindFirstChild("HumanoidRootPart").Position - partoz.Position).magnitude and not whogothit then
| |
| 1295 | whogothit = guy | |
| 1296 | guy:FindFirstChild("Humanoid").PlatformStand = true
| |
| 1297 | do | |
| 1298 | local derp = Instance.new("BodyPosition")
| |
| 1299 | derp.MaxForce = Vector3.new(999999999999, 999999999999, 999999999999) | |
| 1300 | derp.P = 8000 | |
| 1301 | derp.D = 500 | |
| 1302 | derp.Position = hrp.Position + hrp.CFrame.lookVector * 20 | |
| 1303 | derp.Parent = guy:FindFirstChild("HumanoidRootPart")
| |
| 1304 | bodyvel = derp | |
| 1305 | local derp2 = Instance.new("BodyAngularVelocity")
| |
| 1306 | derp2.MaxTorque = Vector3.new(999999999999, 999999999999, 999999999999) | |
| 1307 | derp2.P = 8000 | |
| 1308 | derp2.AngularVelocity = Vector3.new(rd2(2, 4), rd2(50, 100), 0) | |
| 1309 | derp2.Parent = guy:FindFirstChild("HumanoidRootPart")
| |
| 1310 | delay(0.1, function() | |
| 1311 | derp2:Destroy() | |
| 1312 | end) | |
| 1313 | bodyvel = derp | |
| 1314 | end | |
| 1315 | end | |
| 1316 | end | |
| 1317 | end | |
| 1318 | coroutine.resume(coroutine.create(function() | |
| 1319 | for _ = 1, 25 do | |
| 1320 | swait() | |
| 1321 | lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-10), rd(-5), rd(-20)), 0.3) | |
| 1322 | lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(20), rd(10), rd(20)), 0.3) | |
| 1323 | lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(30), rd(-30)), 0.3) | |
| 1324 | lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 1325 | lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(35), rd(-50), rd(-100)), 0.3) | |
| 1326 | lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 1327 | lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-20), rd(-10), rd(-20)), 0.3) | |
| 1328 | lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 1329 | lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.3) | |
| 1330 | lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 1331 | end | |
| 1332 | for _ = 1, 20 do | |
| 1333 | swait() | |
| 1334 | lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-10), rd(-5), rd(-20)), 0.3) | |
| 1335 | lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(10), rd(10), rd(20)), 0.3) | |
| 1336 | lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(30), rd(-30)), 0.3) | |
| 1337 | lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 1338 | lerpz(LS, "C0", LSC0 * cf(0, 0, 0.4) * ang(rd(70), rd(-60), rd(-100)), 0.3) | |
| 1339 | if dipperhat then | |
| 1340 | dipperhat.Handle.HatAttachment.Rotation = dipperhat.Handle.HatAttachment.Rotation:lerp(dipperrot + Vector3.new(0, -40, 0), 0.3) | |
| 1341 | end | |
| 1342 | lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 1343 | lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-20), rd(-10), rd(-20)), 0.3) | |
| 1344 | lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 1345 | lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.3) | |
| 1346 | lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 1347 | end | |
| 1348 | end)) | |
| 1349 | repeat | |
| 1350 | swait() | |
| 1351 | cam.CoordinateFrame = cam.CoordinateFrame * ang(rd(0), rd(1), rd(0)) * cf(0.15, 0, 0) | |
| 1352 | until mus1.TimePosition > 2.9 | |
| 1353 | mus1:Pause() | |
| 1354 | mus2:Pause() | |
| 1355 | zawarudoda:Play() | |
| 1356 | coroutine.resume(coroutine.create(function() | |
| 1357 | for _ = 1, 7 do | |
| 1358 | swait() | |
| 1359 | lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-10), rd(0), rd(-5)), 0.4) | |
| 1360 | lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(5), rd(2), rd(0)), 0.3) | |
| 1361 | lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(10), rd(80), rd(80)), 0.3) | |
| 1362 | lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 1363 | lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(10), rd(-80), rd(-70)), 0.3) | |
| 1364 | lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 1365 | lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.3) | |
| 1366 | lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 1367 | lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.3) | |
| 1368 | lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 1369 | end | |
| 1370 | for _ = 1, 16 do | |
| 1371 | swait() | |
| 1372 | lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-15), rd(0), rd(-5)), 0.4) | |
| 1373 | lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(15), rd(8), rd(0)), 0.3) | |
| 1374 | lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(10), rd(-80), rd(80)), 0.3) | |
| 1375 | lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 1376 | lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(10), rd(80), rd(-70)), 0.3) | |
| 1377 | lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 1378 | lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-15)), 0.3) | |
| 1379 | lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 1380 | lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(15)), 0.3) | |
| 1381 | lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 1382 | end | |
| 1383 | end)) | |
| 1384 | repeat | |
| 1385 | swait() | |
| 1386 | until zawarudoda.TimePosition > 1.4 | |
| 1387 | zawarudoda:Pause() | |
| 1388 | activu = false | |
| 1389 | standappear(thenoob) | |
| 1390 | wherto = hrp | |
| 1391 | addcfr = cf(3, 0.25, -1.5) | |
| 1392 | activu = true | |
| 1393 | cam.CoordinateFrame = hrp.CFrame * ang(rd(-25), rd(0), rd(0)) * cf(0, 2, 3) | |
| 1394 | for _ = 1, 10 do | |
| 1395 | swait() | |
| 1396 | cam.CoordinateFrame = cam.CoordinateFrame * ang(rd(0), rd(0), rd(0)) * cf(0, 0, 1.5) | |
| 1397 | lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(4), rd(-75)), 0.5) | |
| 1398 | lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(3), rd(45)), 0.5) | |
| 1399 | lerpz(nRS, "C0", RSC0 * cf(rd2(-1, 1) / 10, rd2(-1, 1) / 10, rd2(-1, 1) / 10) * ang(rd(rd2(-15, -5)), rd(rd2(-25, -15)), rd(rd2(95, 105))), 0.5) | |
| 1400 | lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5) | |
| 1401 | lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.5) | |
| 1402 | lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5) | |
| 1403 | lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.5) | |
| 1404 | lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5) | |
| 1405 | lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.5) | |
| 1406 | lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5) | |
| 1407 | end | |
| 1408 | wherto = hrp | |
| 1409 | addcfr = cf(-3, 0.25, -1.5) | |
| 1410 | for _ = 1, 25 do | |
| 1411 | swait() | |
| 1412 | checkhit(rightarm, 3) | |
| 1413 | lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(4), rd(105)), 0.4) | |
| 1414 | lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(3), rd(-45)), 0.4) | |
| 1415 | lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(-20), rd(100)), 0.4) | |
| 1416 | lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4) | |
| 1417 | lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.4) | |
| 1418 | lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4) | |
| 1419 | lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.4) | |
| 1420 | lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4) | |
| 1421 | lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.4) | |
| 1422 | lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4) | |
| 1423 | end | |
| 1424 | if whogothit then | |
| 1425 | print("derp")
| |
| 1426 | cam.CoordinateFrame = hrp.CFrame * ang(rd(15), rd(140), rd(0)) * cf(0, 1, 4) | |
| 1427 | local laugo = Instance.new("Sound")
| |
| 1428 | laugo.SoundId = "rbxassetid://291088606" | |
| 1429 | laugo.Volume = 1.5 | |
| 1430 | laugo.Parent = hrp | |
| 1431 | game.Debris:AddItem(laugo, 2.5) | |
| 1432 | laugo:Play() | |
| 1433 | local sda = 0 | |
| 1434 | local chn = 2 | |
| 1435 | local cs = math.cos | |
| 1436 | for D = 1, 60 do | |
| 1437 | swait() | |
| 1438 | cam.CoordinateFrame = cam.CoordinateFrame * ang(rd(0), rd(0), rd(0)) * cf(0, 0, 0.15) | |
| 1439 | sda = sda + chn | |
| 1440 | lerpz(RJ, "C0", RJC0 * cf(0, 0.75, 1 * cs(sda / 2)) * ang(rd(-40), rd(0), rd(-5)), 0.8 / D) | |
| 1441 | lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(-60 + 40 * cs(sda / 2)), rd(8), rd(0)), 0.8 / D) | |
| 1442 | lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(10), rd(-110 + 80 * cs(sda / 2)), rd(80)), 0.8 / D) | |
| 1443 | lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.8 / D) | |
| 1444 | lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(10), rd(110 + 80 * cs(sda / 2)), rd(-70)), 0.8 / D) | |
| 1445 | lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.8 / D) | |
| 1446 | lerpz(RH, "C0", RHC0 * cf(0, -1 * cs(sda / 2), 0) * ang(rd(-10), rd(-10), rd(-40)), 0.8 / D) | |
| 1447 | lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.8 / D) | |
| 1448 | lerpz(LH, "C0", LHC0 * cf(0, -1 * cs(sda / 2), 0) * ang(rd(-10), rd(10), rd(40)), 0.8 / D) | |
| 1449 | lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.8 / D) | |
| 1450 | end | |
| 1451 | hed.face.Texture = "rbxassetid://176777497" | |
| 1452 | mus1.TimePosition = 2.75 | |
| 1453 | mus1:Play() | |
| 1454 | for C = 1, 30 do | |
| 1455 | swait() | |
| 1456 | cam.CoordinateFrame = cam.CoordinateFrame * ang(rd(0), rd(0), rd(0)) * cf(0, 0, -(0.02 + C / 60)) | |
| 1457 | sda = sda + chn | |
| 1458 | lerpz(RJ, "C0", RJC0 * cf(0, -0.5, 0) * ang(rd(20), rd(0), rd(-5)), 0.05 + C / 31) | |
| 1459 | lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(30), rd(0), rd(0)), 0.05 + C / 31) | |
| 1460 | lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(-20), rd(-20)), 0.05 + C / 31) | |
| 1461 | lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.05 + C / 31) | |
| 1462 | lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(35), rd(-50), rd(-100)), 0.05 + C / 31) | |
| 1463 | lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.05 + C / 31) | |
| 1464 | lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(20)), 0.05 + C / 31) | |
| 1465 | lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.05 + C / 31) | |
| 1466 | lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(20)), 0.05 + C / 31) | |
| 1467 | lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.05 + C / 31) | |
| 1468 | end | |
| 1469 | for _ = 1, 5 do | |
| 1470 | swait() | |
| 1471 | cam.CoordinateFrame = cam.CoordinateFrame * ang(rd(0), rd(0), rd(0)) * cf(0, 0, 0.02) | |
| 1472 | sda = sda + chn | |
| 1473 | lerpz(RJ, "C0", RJC0 * cf(0, -0.5, 0) * ang(rd(20), rd(0), rd(-5)), 0.5) | |
| 1474 | lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(-10), rd(0), rd(0)), 0.5) | |
| 1475 | lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(-20), rd(-20)), 0.5) | |
| 1476 | lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5) | |
| 1477 | lerpz(LS, "C0", LSC0 * cf(0, 0.25, 0) * ang(rd(60), rd(-60), rd(-100)), 0.5) | |
| 1478 | if dipperhat then | |
| 1479 | dipperhat.Handle.HatAttachment.Rotation = dipperhat.Handle.HatAttachment.Rotation:lerp(dipperrot + Vector3.new(0, 0, 0), 0.5) | |
| 1480 | end | |
| 1481 | lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5) | |
| 1482 | lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(20)), 0.5) | |
| 1483 | lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5) | |
| 1484 | lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(20)), 0.5) | |
| 1485 | lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5) | |
| 1486 | end | |
| 1487 | wait(2) | |
| 1488 | elseif whogothit == nil then | |
| 1489 | print("noderp")
| |
| 1490 | end | |
| 1491 | human:SetStateEnabled(3, true) | |
| 1492 | activu = false | |
| 1493 | standappear(thenoob) | |
| 1494 | activu = true | |
| 1495 | if dipperhat then | |
| 1496 | dipperhat.Handle.HatAttachment.Rotation = dipperrot | |
| 1497 | end | |
| 1498 | actmus1:Destroy() | |
| 1499 | actmus2:Destroy() | |
| 1500 | bast:Play() | |
| 1501 | if bodyvel then | |
| 1502 | bodyvel:Destroy() | |
| 1503 | end | |
| 1504 | cam.CameraType = "Custom" | |
| 1505 | hed.face.Texture = regface | |
| 1506 | chr.PrimaryPart = head | |
| 1507 | human.WalkSpeed = 16 | |
| 1508 | activu = false | |
| 1509 | POSU = false | |
| 1510 | end | |
| 1511 | function hito(partoz, magn, dmg, debtim, bodyfdire) | |
| 1512 | for _, guy in pairs(workspace:GetChildren()) do | |
| 1513 | if guy:FindFirstChild("Humanoid") and guy:FindFirstChild("HumanoidRootPart") and guy ~= chr and magn > (guy:FindFirstChild("HumanoidRootPart").Position - partoz.Position).magnitude and guy:FindFirstChild("HumanoidRootPart"):FindFirstChild("alabo") == nil then
| |
| 1514 | do | |
| 1515 | local humz = guy:FindFirstChild("Humanoid")
| |
| 1516 | local horp = guy:FindFirstChild("HumanoidRootPart")
| |
| 1517 | TakeDamage(humz, dmg) | |
| 1518 | local db = Instance.new("StringValue")
| |
| 1519 | db.Name = "alabo" | |
| 1520 | db.Parent = horp | |
| 1521 | delay(debtim, function() | |
| 1522 | db:Destroy() | |
| 1523 | end) | |
| 1524 | local b = Instance.new("Part")
| |
| 1525 | nooutline(b) | |
| 1526 | b.Size = Vector3.new(0.2, 0.2, 0.2) | |
| 1527 | b.Transparency = 0.25 | |
| 1528 | b.Anchored = true | |
| 1529 | b.CanCollide = false | |
| 1530 | b.BrickColor = BrickColor.new("Institutional white")
| |
| 1531 | b.Locked = true | |
| 1532 | b.CFrame = horp.CFrame * CFrame.new(rd2(-1, 1), rd2(-2, 2), rd2(-1, 1)) | |
| 1533 | b.Parent = modz | |
| 1534 | local c = Instance.new("SpecialMesh")
| |
| 1535 | c.MeshType = "Sphere" | |
| 1536 | c.Scale = Vector3.new(3.5, 3.5, 3.5) | |
| 1537 | c.Parent = b | |
| 1538 | game.Debris:AddItem(b, 1) | |
| 1539 | if bodyfdire then | |
| 1540 | local boopyve = Instance.new("BodyVelocity")
| |
| 1541 | boopyve.MaxForce = Vector3.new(math.huge, math.huge, math.huge) | |
| 1542 | boopyve.P = math.huge | |
| 1543 | boopyve.Velocity = bodyfdire | |
| 1544 | boopyve.Parent = horp | |
| 1545 | game.Debris:AddItem(boopyve, debtim) | |
| 1546 | end | |
| 1547 | local bet = Instance.new("Sound")
| |
| 1548 | bet.Pitch = rd2(9, 11) / 10 | |
| 1549 | bet.Volume = rd2(12, 14) / 10 | |
| 1550 | bet.SoundId = "rbxassetid://165604684" | |
| 1551 | bet.Parent = b | |
| 1552 | bet:Play() | |
| 1553 | coroutine.resume(coroutine.create(function() | |
| 1554 | for _ = 1, 5 do | |
| 1555 | swait() | |
| 1556 | b.Transparency = b.Transparency + 0.15 | |
| 1557 | c.Scale = c.Scale + Vector3.new(0.8 * dmg, 0.8 * dmg, 0.8 * dmg) | |
| 1558 | end | |
| 1559 | end)) | |
| 1560 | end | |
| 1561 | end | |
| 1562 | end | |
| 1563 | end | |
| 1564 | function tagability(partoz, magn) | |
| 1565 | for _, guy in pairs(workspace:GetChildren()) do | |
| 1566 | if guy:FindFirstChild("Humanoid") and guy:FindFirstChild("HumanoidRootPart") and guy ~= chr and magn > (guy:FindFirstChild("HumanoidRootPart").Position - partoz.Position).magnitude and guy:FindFirstChild("HumanoidRootPart"):FindFirstChild("derbaba") == nil and guy:FindFirstChildOfClass("ForceField") == nil then
| |
| 1567 | do | |
| 1568 | local humz = guy:FindFirstChild("Humanoid")
| |
| 1569 | humz.PlatformStand = true | |
| 1570 | delay(1, function() | |
| 1571 | humz.PlatformStand = false | |
| 1572 | end) | |
| 1573 | local horp = guy:FindFirstChild("HumanoidRootPart")
| |
| 1574 | local db = Instance.new("StringValue")
| |
| 1575 | db.Name = "dedrbaba" | |
| 1576 | db.Parent = horp | |
| 1577 | local bodyrot = Instance.new("BodyAngularVelocity")
| |
| 1578 | bodyrot.MaxTorque = Vector3.new(99999, 99999, 99999) | |
| 1579 | bodyrot.P = math.huge | |
| 1580 | bodyrot.AngularVelocity = Vector3.new(0, 5, 50) | |
| 1581 | bodyrot.Parent = horp | |
| 1582 | local hL, tL, aL, bL, cL, dL | |
| 1583 | game.Debris:AddItem(bodyrot, 0.2) | |
| 1584 | if guy:FindFirstChild("Head") then
| |
| 1585 | hL = guy:FindFirstChild("Head")
| |
| 1586 | - | game:GetService("RunService").RenderStepped:connect(function()
|
| 1586 | + | |
| 1587 | end | |
| 1588 | if guy:FindFirstChild("Torso") then
| |
| 1589 | tL = guy:FindFirstChild("Torso")
| |
| 1590 | tL.BrickColor = BrickColor.new("Bright blue")
| |
| 1591 | end | |
| 1592 | if guy:FindFirstChild("Left Arm") then
| |
| 1593 | aL = guy:FindFirstChild("Left Arm")
| |
| 1594 | aL.BrickColor = BrickColor.new("Bright yellow")
| |
| 1595 | end | |
| 1596 | if guy:FindFirstChild("Right Arm") then
| |
| 1597 | bL = guy:FindFirstChild("Right Arm")
| |
| 1598 | bL.BrickColor = BrickColor.new("Bright yellow")
| |
| 1599 | end | |
| 1600 | if guy:FindFirstChild("Left Leg") then
| |
| 1601 | cL = guy:FindFirstChild("Left Leg")
| |
| 1602 | cL.BrickColor = BrickColor.new("Br. yellowish green")
| |
| 1603 | end | |
| 1604 | if guy:FindFirstChild("Right Leg") then
| |
| 1605 | dL = guy:FindFirstChild("Right Leg")
| |
| 1606 | dL.BrickColor = BrickColor.new("Br. yellowish green")
| |
| 1607 | end | |
| 1608 | coroutine.resume(coroutine.create(function() | |
| 1609 | if aL then | |
| 1610 | aL.Name = "Right Arm" | |
| 1611 | wait() | |
| 1612 | end | |
| 1613 | if bL then | |
| 1614 | bL.Name = "Left Leg" | |
| 1615 | wait() | |
| 1616 | end | |
| 1617 | if cL then | |
| 1618 | cL.Name = "Left Arm" | |
| 1619 | wait() | |
| 1620 | end | |
| 1621 | if dL then | |
| 1622 | dL.Name = "Right Leg" | |
| 1623 | end | |
| 1624 | end)) | |
| 1625 | end | |
| 1626 | end | |
| 1627 | end | |
| 1628 | end | |
| 1629 | mouse.KeyDown:connect(function(key) | |
| 1630 | if human.Health <= 0 then | |
| 1631 | return | |
| 1632 | end | |
| 1633 | if key == "f" then | |
| 1634 | standappear(thenoob) | |
| 1635 | end | |
| 1636 | if key == "r" then | |
| 1637 | MUDA() | |
| 1638 | end | |
| 1639 | if key == "e" then | |
| 1640 | block() | |
| 1641 | end | |
| 1642 | if key == "v" then | |
| 1643 | cability() | |
| 1644 | end | |
| 1645 | if key == "m" and plr.UserId then | |
| 1646 | THEBEST() | |
| 1647 | end | |
| 1648 | if key == "j" then | |
| 1649 | THREATENING() | |
| 1650 | end | |
| 1651 | if key == "k" then | |
| 1652 | konodioda:Play() | |
| 1653 | end | |
| 1654 | if key == "l" then | |
| 1655 | bast:Play() | |
| 1656 | end | |
| 1657 | if key == "p" then | |
| 1658 | zaworld:Play() | |
| 1659 | end | |
| 1660 | end) | |
| 1661 | tool.Equipped:connect(function() | |
| 1662 | selected = true | |
| 1663 | end) | |
| 1664 | tool.Unequipped:connect(function() | |
| 1665 | selected = false | |
| 1666 | end) | |
| 1667 | sine = 0 | |
| 1668 | charge = 1 | |
| 1669 | cos = math.cos | |
| 1670 | if POSU == false then | |
| 1671 | local checkfloor = Ray.new(hrp.Position, hrp.CFrame.upVector * -4) | |
| 1672 | local checkpart = workspace:FindPartOnRayWithIgnoreList(checkfloor, {chr}, false, false)
| |
| 1673 | local checkstate = human:GetState() | |
| 1674 | if checkstate.Value == 13 then | |
| 1675 | animpose = "Sitting" | |
| 1676 | elseif hrp.Velocity.y > 1 and checkpart == nil then | |
| 1677 | animpose = "Jumping" | |
| 1678 | elseif hrp.Velocity.y < -1 and checkpart == nil then | |
| 1679 | animpose = "Falling" | |
| 1680 | elseif 1 > (hrp.Velocity * Vector3.new(1, 0, 1)).magnitude then | |
| 1681 | animpose = "Idle" | |
| 1682 | elseif (hrp.Velocity * Vector3.new(1, 0, 1)).magnitude < 35 then | |
| 1683 | animpose = "Walking" | |
| 1684 | elseif (hrp.Velocity * Vector3.new(1, 0, 1)).magnitude > 35 then | |
| 1685 | animpose = "TooFast" | |
| 1686 | end | |
| 1687 | if animpose == "Idle" then | |
| 1688 | sine = sine + charge | |
| 1689 | lerpz(RJ, "C0", RJC0 * cf(0, 0, 0.03 * cos(sine / 60)) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 1690 | lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(3 - 3 * cos(sine / 60)), rd(0), rd(0)), 0.3) | |
| 1691 | lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(2 - 2 * cos(sine / 60)), rd(2 - 2 * cos(sine / 60)), rd(2 * cos(sine / 60))), 0.3) | |
| 1692 | lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 1693 | lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(2 - 2 * cos(sine / 60)), rd(-2 - 2 * cos(sine / 60)), rd(2 * cos(sine / 60))), 0.3) | |
| 1694 | lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 1695 | lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-3 - 1 * cos(sine / 60)), rd(-5 - 1 * cos(sine / 60)), rd(1 * cos(sine / 60))), 0.3) | |
| 1696 | lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 1697 | lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-3 - 1 * cos(sine / 60)), rd(5 - 1 * cos(sine / 60)), rd(1 * cos(sine / 60))), 0.3) | |
| 1698 | lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 1699 | end | |
| 1700 | if animpose == "Walking" then | |
| 1701 | sine = sine + charge | |
| 1702 | lerpz(RJ, "C0", RJC0 * cf(0, 0, 0.03 * cos(sine / 60)) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 1703 | lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(3 - 3 * cos(sine / 60)), rd(0), rd(0)), 0.3) | |
| 1704 | lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-2 - 2 * cos(sine / 60)), rd(2 - 2 * cos(sine / 60)), rd(30 * cos(sine / 10))), 0.3) | |
| 1705 | lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 1706 | lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-2 - 2 * cos(sine / 60)), rd(-2 - 2 * cos(sine / 60)), rd(30 * cos(sine / 10))), 0.3) | |
| 1707 | lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 1708 | lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-1 - 1 * cos(sine / 60)), rd(-1 - 1 * cos(sine / 60)), rd(-30 * cos(sine / 10))), 0.6) | |
| 1709 | lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 1710 | lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-1 - 1 * cos(sine / 60)), rd(1 - 1 * cos(sine / 60)), rd(-30 * cos(sine / 10))), 0.6) | |
| 1711 | lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 1712 | end | |
| 1713 | if animpose == "Jumping" then | |
| 1714 | lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(5), rd(0), rd(0)), 0.3) | |
| 1715 | lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(-10), rd(0), rd(0)), 0.3) | |
| 1716 | lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(7), rd(-5), rd(2)), 0.3) | |
| 1717 | lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 1718 | lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(7), rd(5), rd(-3)), 0.3) | |
| 1719 | lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 1720 | lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(-10)), 0.3) | |
| 1721 | lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 1722 | lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(20)), 0.3) | |
| 1723 | lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 1724 | end | |
| 1725 | if animpose == "Falling" then | |
| 1726 | lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-6), rd(0), rd(0)), 0.3) | |
| 1727 | lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(20), rd(0), rd(0)), 0.3) | |
| 1728 | lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(7), rd(-5), rd(2)), 0.3) | |
| 1729 | lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 1730 | lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(7), rd(5), rd(-3)), 0.3) | |
| 1731 | lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 1732 | lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(10)), 0.3) | |
| 1733 | lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 1734 | lerpz(LH, "C0", LHC0 * cf(-0.65, 0.75, 0) * ang(rd(0), rd(0), rd(20)), 0.3) | |
| 1735 | lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 1736 | end | |
| 1737 | if animpose == "TooFast" then | |
| 1738 | lerpz(RJ, "C0", RJC0 * cf(0, 0, -1.5) * ang(rd(20), rd(0), rd(0)), 0.3) | |
| 1739 | lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(20), rd(0), rd(0)), 0.3) | |
| 1740 | lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-20), rd(-10), rd(-10)), 0.3) | |
| 1741 | lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 1742 | lerpz(LS, "C0", LSC0 * cf(0, -0.75, 0) * ang(rd(10), rd(-80), rd(-10)), 0.3) | |
| 1743 | lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(30), rd(0), rd(0)), 0.3) | |
| 1744 | lerpz(RH, "C0", RHC0 * cf(0.75, 1.5, 0) * ang(rd(0), rd(0), rd(30)), 0.3) | |
| 1745 | lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 1746 | lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(50)), 0.3) | |
| 1747 | lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 1748 | end | |
| 1749 | if animpose == "Sitting" then | |
| 1750 | lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 1751 | lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 1752 | lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(90)), 0.3) | |
| 1753 | lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 1754 | lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(-90)), 0.3) | |
| 1755 | lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 1756 | lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(90)), 0.3) | |
| 1757 | lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 1758 | lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(-90)), 0.3) | |
| 1759 | lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 1760 | end | |
| 1761 | end | |
| 1762 | if appeared == false and activu == false then | |
| 1763 | lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 1764 | lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 1765 | lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 1766 | lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 1767 | lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 1768 | lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 1769 | lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 1770 | lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 1771 | lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 1772 | lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 1773 | elseif appeared == true and activu == false then | |
| 1774 | sine = sine + charge | |
| 1775 | lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0.05 * cos(sine / 90)) * ang(rd(1 - 1 * cos(sine / 90)), rd(0), rd(-5)), 0.3) | |
| 1776 | lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(2 - 2 * cos(sine / 90)), rd(0), rd(4)), 0.3) | |
| 1777 | lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(2 * cos(sine / 110)), rd(-3 - 3 * cos(sine / 100)), rd(0)), 0.3) | |
| 1778 | lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 1779 | lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(2 * cos(sine / 110)), rd(3 - 3 * cos(sine / 100)), rd(0)), 0.3) | |
| 1780 | lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 1781 | lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-2 - 2 * cos(sine / 100)), rd(-3 - 3 * cos(sine / 100)), rd(-2 - 2 * cos(sine / 100))), 0.3) | |
| 1782 | lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 1783 | lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-2 - 2 * cos(sine / 100)), rd(3 - 3 * cos(sine / 100)), rd(2 - 2 * cos(sine / 100))), 0.3) | |
| 1784 | lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 1785 | end | |
| 1786 | end) | |
| 1787 | function dispose() | |
| 1788 | for i, v in pairs(getfenv(0)) do | |
| 1789 | v = nil | |
| 1790 | end | |
| 1791 | error = nil | |
| 1792 | print = nil | |
| 1793 | warn = nil | |
| 1794 | end | |
| 1795 | human.Died:connect(dispose) | |
| 1796 | chr.Changed:connect(function() | |
| 1797 | if chr.Parent == nil then | |
| 1798 | dispose() | |
| 1799 | end | |
| 1800 | end) |