SHOW:
|
|
- or go back to the newest paste.
| 1 | --Edited by VV_rk | |
| 2 | -- date:7/15/17 | |
| 3 | function TakeDamage(hum, dmg) | |
| 4 | hum:TakeDamage(dmg) | |
| 5 | end | |
| 6 | plr = game.Players.LocalPlayer | |
| 7 | repeat | |
| 8 | wait(0.4) | |
| 9 | until plr.Character | |
| 10 | chr = plr.Character | |
| 11 | human = chr:FindFirstChild("Humanoid")
| |
| 12 | human.Name = "hi" | |
| 13 | human.MaxHealth, human.Health = math.huge, math.huge | |
| 14 | mouse = plr:GetMouse() | |
| 15 | cam = workspace.CurrentCamera | |
| 16 | selected = false | |
| 17 | equipd = false | |
| 18 | tors = chr.Torso | |
| 19 | rarm = chr["Right Arm"] | |
| 20 | larm = chr["Left Arm"] | |
| 21 | rleg = chr["Right Leg"] | |
| 22 | lleg = chr["Left Leg"] | |
| 23 | hrp = chr.HumanoidRootPart | |
| 24 | hed = chr.Head | |
| 25 | anim = human.Animator | |
| 26 | activu = false | |
| 27 | appeared = false | |
| 28 | animpose = nil | |
| 29 | POSU = false | |
| 30 | local wherto = hrp | |
| 31 | local addcfr = CFrame.new(0, 0, 0) | |
| 32 | Heartbeat = Instance.new("BindableEvent")
| |
| 33 | Heartbeat.Name = "Heartbeat" | |
| 34 | Heartbeat.Parent = script | |
| 35 | frame = 0.03333333333333333 | |
| 36 | tf = 0 | |
| 37 | ||
| 38 | -- Objects | |
| 39 | ||
| 40 | local ScreenGui = Instance.new("ScreenGui")
| |
| 41 | local TextButton = Instance.new("TextButton")
| |
| 42 | ||
| 43 | -- Properties | |
| 44 | ||
| 45 | - | if v:IsA("Shirt") then
|
| 45 | + | ScreenGui.Parent = game.Players.LocalPlayer.PlayerGui |
| 46 | ||
| 47 | TextButton.Parent = ScreenGui | |
| 48 | TextButton.BackgroundColor3 = Color3.new(1, 1, 1) | |
| 49 | TextButton.Size = UDim2.new(0, 200, 0, 50) | |
| 50 | TextButton.Font = Enum.Font.SourceSans | |
| 51 | - | if v:IsA("Pants") then
|
| 51 | + | TextButton.FontSize = Enum.FontSize.Size14 |
| 52 | TextButton.Text = "Dio laugh" | |
| 53 | TextButton.TextSize = 14 | |
| 54 | ||
| 55 | --[[Function/s being made!]] | |
| 56 | function PlayMusic(ID) | |
| 57 | for i, v in pairs (game.Workspace:GetChildren()) do | |
| 58 | if v:IsA("Sound") then
| |
| 59 | end | |
| 60 | end | |
| 61 | local music = Instance.new("Sound")
| |
| 62 | local asset = "rbxassetid://" | |
| 63 | music.SoundId = asset .. ID | |
| 64 | music.Parent = workspace | |
| 65 | music.Volume = 10 | |
| 66 | music.Looped = false | |
| 67 | music:Play() | |
| 68 | end | |
| 69 | --[[Connecting functions!]] | |
| 70 | TextButton.MouseButton1Down:connect(function() | |
| 71 | PlayMusic(1238240145) | |
| 72 | end) | |
| 73 | ||
| 74 | for i,v in pairs(chr:children()) do | |
| 75 | if v:IsA("Accessory") then
| |
| 76 | v:Destroy() | |
| 77 | end | |
| 78 | end | |
| 79 | ||
| 80 | ||
| 81 | ||
| 82 | ||
| 83 | game:GetService("RunService").Heartbeat:connect(function(s, p)
| |
| 84 | tf = tf + s | |
| 85 | if tf >= frame then | |
| 86 | for i = 1, math.floor(tf / frame) do | |
| 87 | Heartbeat:Fire() | |
| 88 | end | |
| 89 | tf = tf - frame * math.floor(tf / frame) | |
| 90 | end | |
| 91 | end) | |
| 92 | function swait(num) | |
| 93 | if num == 0 or num == nil then | |
| 94 | Heartbeat.Event:wait() | |
| 95 | else | |
| 96 | for i = 1, num do | |
| 97 | Heartbeat.Event:wait() | |
| 98 | end | |
| 99 | end | |
| 100 | end | |
| 101 | tool = Instance.new("Tool")
| |
| 102 | tool.CanBeDropped = false | |
| 103 | tool.RequiresHandle = false | |
| 104 | tool.Name = "Za Warudo" | |
| 105 | tool.Parent = plr.Backpack | |
| 106 | modz = Instance.new("Model")
| |
| 107 | modz.Name = "efx" | |
| 108 | modz.Parent = chr | |
| 109 | ZaWarudo = Instance.new("Model")
| |
| 110 | ZaWarudo.Name = "Za Warudo" | |
| 111 | ZaWarudo.Parent = chr | |
| 112 | RSC0 = CFrame.new(1, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0) | |
| 113 | RSC1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0) | |
| 114 | LSC0 = CFrame.new(-1, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0) | |
| 115 | LSC1 = CFrame.new(0.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0) | |
| 116 | RHC0 = CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0) | |
| 117 | RHC1 = CFrame.new(0.5, 1, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0) | |
| 118 | LHC0 = CFrame.new(-1, -1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0) | |
| 119 | RJC1 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0) | |
| 120 | LHC1 = CFrame.new(-0.5, 1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0) | |
| 121 | NC0 = CFrame.new(0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0) | |
| 122 | NC1 = CFrame.new(0, -0.5, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0) | |
| 123 | RJC0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0) | |
| 124 | RS = tors:FindFirstChild("Right Shoulder")
| |
| 125 | LS = tors:FindFirstChild("Left Shoulder")
| |
| 126 | RH = tors:FindFirstChild("Right Hip")
| |
| 127 | LH = tors:FindFirstChild("Left Hip")
| |
| 128 | RJ = hrp:FindFirstChild("RootJoint")
| |
| 129 | N = tors:FindFirstChild("Neck")
| |
| 130 | cf = CFrame.new | |
| 131 | ang = CFrame.Angles | |
| 132 | rd = math.rad | |
| 133 | rd2 = math.random | |
| 134 | function nooutline(p) | |
| 135 | p.TopSurface, p.BottomSurface, p.LeftSurface, p.RightSurface, p.FrontSurface, p.BottomSurface = 10, 10, 10, 10, 10, 10 | |
| 136 | end | |
| 137 | function makepart(color, name, reflec, mater, parnt, cfram) | |
| 138 | local port = Instance.new("Part")
| |
| 139 | port.BrickColor = BrickColor.new(color) | |
| 140 | port.Name = name | |
| 141 | port.Transparency = 1 | |
| 142 | nooutline(port) | |
| 143 | port.Reflectance = reflec | |
| 144 | port.Material = mater | |
| 145 | port.Anchored = false | |
| 146 | port.CanCollide = false | |
| 147 | port.Locked = true | |
| 148 | port.Size = Vector3.new(0.2, 0.2, 0.2) | |
| 149 | port.Parent = parnt | |
| 150 | return port | |
| 151 | end | |
| 152 | function makemesh(meshtype, scale, meshid, parent) | |
| 153 | local mes = Instance.new("SpecialMesh")
| |
| 154 | mes.MeshType = meshtype | |
| 155 | mes.Scale = scale | |
| 156 | if meshtype == "FileMesh" then | |
| 157 | mes.MeshId = meshid | |
| 158 | end | |
| 159 | mes.Parent = parent | |
| 160 | return mes | |
| 161 | end | |
| 162 | function makemotor(parent, p0, p1, c0, c1) | |
| 163 | swait() | |
| 164 | local wel = Instance.new("Motor6D")
| |
| 165 | wel.Part0 = p0 | |
| 166 | wel.Part1 = p1 | |
| 167 | wel.C0 = c0 | |
| 168 | if c1 ~= nil then | |
| 169 | wel.C1 = c1 | |
| 170 | end | |
| 171 | wel.Parent = parent | |
| 172 | return wel | |
| 173 | end | |
| 174 | local konodioda = Instance.new("Sound")
| |
| 175 | konodioda.SoundId = "rbxassetid://276263776" | |
| 176 | konodioda.Volume = 3.5 | |
| 177 | konodioda.Parent = hrp | |
| 178 | local bast = Instance.new("Sound")
| |
| 179 | bast.SoundId = "rbxassetid://616576465" | |
| 180 | bast.Volume = 0.5 | |
| 181 | bast.Parent = hrp | |
| 182 | local zaworld = Instance.new("Sound")
| |
| 183 | zaworld.SoundId = "rbxassetid://616576400" | |
| 184 | zaworld.Volume = 0.8 | |
| 185 | zaworld.Parent = hrp | |
| 186 | local wry = Instance.new("Sound")
| |
| 187 | wry.SoundId = "rbxassetid://276152532" | |
| 188 | wry.Volume = 5 | |
| 189 | wry.Parent = hrp | |
| 190 | function animo(yep) | |
| 191 | if yep == true then | |
| 192 | anim.Parent = human | |
| 193 | chr.Animate.Disabled = false | |
| 194 | elseif yep == false then | |
| 195 | chr.Animate.Disabled = true | |
| 196 | anim.Parent = nil | |
| 197 | end | |
| 198 | end | |
| 199 | animo(false) | |
| 200 | function lerpz(joint, prop, cfrmz, alp) | |
| 201 | joint[prop] = joint[prop]:lerp(cfrmz, alp) | |
| 202 | end | |
| 203 | lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 204 | lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 205 | lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 206 | lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 207 | lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 208 | lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 209 | lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 210 | lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 211 | lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 212 | lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 213 | function resetlerp(whoever) | |
| 214 | if whoever == nil then | |
| 215 | RJ.C0 = RJC0 | |
| 216 | RJ.C1 = RJC1 | |
| 217 | - | ---- Dio Hair |
| 217 | + | |
| 218 | - | local pa = Instance.new("Part",chr)
|
| 218 | + | |
| 219 | - | pa.Name = "Hair" |
| 219 | + | |
| 220 | RS.C1 = RSC1 | |
| 221 | - | local me = Instance.new("SpecialMesh",pa)
|
| 221 | + | |
| 222 | - | me.MeshType = "FileMesh" |
| 222 | + | |
| 223 | - | me.MeshId = "rbxassetid://166681225" |
| 223 | + | |
| 224 | - | me.TextureId = "rbxassetid://292751453" |
| 224 | + | |
| 225 | - | me.Scale = Vector3.new(0.923,0.923,0.925) |
| 225 | + | |
| 226 | LH.C1 = LHC1 | |
| 227 | - | local we = Instance.new("Weld")
|
| 227 | + | |
| 228 | - | we.Parent = pa |
| 228 | + | |
| 229 | - | we.Part0 = hed |
| 229 | + | |
| 230 | - | we.Part1 = pa |
| 230 | + | |
| 231 | - | we.C1 = CFrame.new(-.1,-.5,-.2) |
| 231 | + | |
| 232 | - | we.C0 = CFrame.Angles(-.3,-.8,-0.9) |
| 232 | + | |
| 233 | - | -----------Head Band/Heart |
| 233 | + | |
| 234 | - | local hb = Instance.new("Part",chr)
|
| 234 | + | |
| 235 | - | hb.Name = "HeadBand" |
| 235 | + | |
| 236 | - | hb.CanCollide = false |
| 236 | + | |
| 237 | - | hb.Size = Vector3.new(1,1.2,1) |
| 237 | + | |
| 238 | - | hb.BrickColor = BrickColor.new("Forest green")
|
| 238 | + | |
| 239 | nLH.C1 = LHC1 | |
| 240 | - | local hbm = Instance.new("SpecialMesh",hb)
|
| 240 | + | |
| 241 | - | hbm.MeshId = "http://www.roblox.com/asset/?id=3270017" |
| 241 | + | |
| 242 | - | hbm.MeshType = "FileMesh" |
| 242 | + | |
| 243 | - | hbm.Scale = Vector3.new(1.2, 1.2, 1.2) |
| 243 | + | |
| 244 | local char = p.Character | |
| 245 | - | local hbw = Instance.new("Weld")
|
| 245 | + | |
| 246 | - | hbw.Parent = hb |
| 246 | + | |
| 247 | - | hbw.Part0 = hed |
| 247 | + | |
| 248 | - | hbw.Part1 = hb |
| 248 | + | |
| 249 | - | hbw.C1 = CFrame.new(0,0,-.4) |
| 249 | + | |
| 250 | - | hbw.C0 = CFrame.Angles(29.9,0,0) |
| 250 | + | |
| 251 | - | ---Heart |
| 251 | + | |
| 252 | - | local hp = Instance.new("Part",chr)
|
| 252 | + | |
| 253 | - | hp.Name = "Heart Piece" |
| 253 | + | |
| 254 | - | hp.Size = Vector3.new(0.41, 0.8, 0.2) |
| 254 | + | |
| 255 | - | hp.CanCollide = false |
| 255 | + | |
| 256 | - | hp.BrickColor = BrickColor.new("Forest green")
|
| 256 | + | |
| 257 | ||
| 258 | - | local hpm = Instance.new("SpecialMesh",hp)
|
| 258 | + | local player = game.Players.LocalPlayer |
| 259 | - | hpm.MeshId = "http://www.roblox.com/asset/?id=105992239" |
| 259 | + | local shirt = player.Character:WaitForChild("Shirt")
|
| 260 | - | hpm.MeshType = "FileMesh" |
| 260 | + | local pants = player.Character:WaitForChild("Pants")
|
| 261 | - | hpm.Scale = Vector3.new(1.1, 1.1, 1.1) |
| 261 | + | |
| 262 | wait() | |
| 263 | - | local hpw = Instance.new("Weld")
|
| 263 | + | shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=536831523" |
| 264 | - | hpw.Parent = hp |
| 264 | + | pants.PantsTemplate = "http://www.roblox.com/asset/?id=547264976" |
| 265 | - | hpw.Part0 = hed |
| 265 | + | char.Head.face.Texture = "rbxassetid://605435926" |
| 266 | - | hpw.Part1 = hp |
| 266 | + | |
| 267 | - | hpw.C1 = CFrame.new(-.1,-.47,.68) |
| 267 | + | char.Humanoid.MaxHealth = math.huge |
| 268 | char.Humanoid.Health = math.huge | |
| 269 | - | ------Dio shirt/Pants |
| 269 | + | |
| 270 | - | local sh = Instance.new("Shirt",chr)
|
| 270 | + | for i,v in pairs(char:GetChildren()) do |
| 271 | - | sh.ShirtTemplate = "rbxassetid://298260655" |
| 271 | + | if v.ClassName == "Accessory" or v.ClassName == "Hat" then |
| 272 | v:destroy() | |
| 273 | - | local pan = Instance.new("Pants",chr)
|
| 273 | + | |
| 274 | - | pan.PantsTemplate = "rbxassetid://298260668" |
| 274 | + | |
| 275 | - | ------Hearts |
| 275 | + | |
| 276 | - | local heart1 = Instance.new("Part",chr)
|
| 276 | + | local Hair = Instance.new("Part")
|
| 277 | - | heart1.Name = "LHeart" |
| 277 | + | Hair.Parent = char |
| 278 | - | heart1.BrickColor = BrickColor.new("Forest green")
|
| 278 | + | Hair.Name = "Hair" |
| 279 | - | heart1.Size = Vector3.new(0.05, 0.05, 0.05) |
| 279 | + | Hair.Size = Vector3.new(1, 1, 1) |
| 280 | Hair.CFrame = char.Head.CFrame | |
| 281 | - | local heartm = Instance.new("SpecialMesh",heart1)
|
| 281 | + | Hair:BreakJoints() |
| 282 | - | heartm.MeshId = "http://www.roblox.com/asset/?id=105992239" |
| 282 | + | Hair.CanCollide = false |
| 283 | - | heartm.MeshType = "FileMesh" |
| 283 | + | Hair.TopSurface = "Smooth" |
| 284 | - | heartm.Scale = Vector3.new(1.1,1.1,1.1) |
| 284 | + | Hair.BottomSurface = "Smooth" |
| 285 | Hair.BrickColor = BrickColor.new("Gold")
| |
| 286 | - | local heartw = Instance.new("Weld")
|
| 286 | + | Weld = Instance.new("Weld")
|
| 287 | - | heartw.Parent = heart1 |
| 287 | + | Weld.Name = "Weld" |
| 288 | - | heartw.Part0 = lleg |
| 288 | + | Weld.Part0 = char.Head |
| 289 | - | heartw.Part1 = heart1 |
| 289 | + | Weld.Part1 = Hair |
| 290 | - | heartw.C1 = CFrame.new(0,.15,.55) |
| 290 | + | Weld.Parent = char.Head |
| 291 | - | ------------------------------------- |
| 291 | + | Weld.C0 = CFrame.new(0.1,0,0.2)*CFrame.fromEulerAnglesXYZ(0,0,0) |
| 292 | - | local heart2 = Instance.new("Part",chr)
|
| 292 | + | Mesh = Instance.new("SpecialMesh")
|
| 293 | - | heart2.Name = "RHeart" |
| 293 | + | Mesh.Parent = Hair |
| 294 | - | heart2.BrickColor = BrickColor.new("Forest green")
|
| 294 | + | Mesh.MeshId = "rbxassetid://886288384" |
| 295 | - | heart2.Size = Vector3.new(0.05, 0.05, 0.05) |
| 295 | + | Mesh.TextureId = "rbxassetid://886289004" |
| 296 | Mesh.Scale = Vector3.new(0.11,0.1,0.08) | |
| 297 | - | local heartm = Instance.new("SpecialMesh",heart2)
|
| 297 | + | |
| 298 | - | heartm.MeshId = "http://www.roblox.com/asset/?id=105992239" |
| 298 | + | |
| 299 | - | heartm.MeshType = "FileMesh" |
| 299 | + | cut.SoundId = "https://www.roblox.com/asset/?id=97095069" |
| 300 | - | heartm.Scale = Vector3.new(1.1,1.1,1.1) |
| 300 | + | |
| 301 | thri = Instance.new("Sound", Character)
| |
| 302 | - | local heartw = Instance.new("Weld")
|
| 302 | + | |
| 303 | - | heartw.Parent = heart2 |
| 303 | + | |
| 304 | - | heartw.Part0 = rleg |
| 304 | + | |
| 305 | - | heartw.Part1 = heart2 |
| 305 | + | WRY.SoundId = "https://www.roblox.com/asset/?id=910713928" |
| 306 | - | heartw.C1 = CFrame.new(0,.15,.55) |
| 306 | + | |
| 307 | - | ------------------------------------- |
| 307 | + | |
| 308 | - | local heart3 = Instance.new("Part",chr)
|
| 308 | + | ff = Instance.new("ForceField", game.Players.LocalPlayer.Character)
|
| 309 | - | heart3.Name = "THeart" |
| 309 | + | ff.Visible = false |
| 310 | - | heart3.BrickColor = BrickColor.new("Forest green")
|
| 310 | + | |
| 311 | - | heart3.Size = Vector3.new(0.05, 0.05, 0.05) |
| 311 | + | |
| 312 | local Player=Players.LocalPlayer | |
| 313 | - | local heartm = Instance.new("SpecialMesh",heart3)
|
| 313 | + | |
| 314 | - | heartm.MeshId = "http://www.roblox.com/asset/?id=105992239" |
| 314 | + | |
| 315 | - | heartm.MeshType = "FileMesh" |
| 315 | + | |
| 316 | - | heartm.Scale = Vector3.new(1.1,1.1,1.1) |
| 316 | + | |
| 317 | local TextureId='http://www.roblox.com/asset/?id=189436355' | |
| 318 | - | local heartw = Instance.new("Weld")
|
| 318 | + | |
| 319 | - | heartw.Parent = heart3 |
| 319 | + | local KnifeSpeed= 120 |
| 320 | - | heartw.Part0 = tors |
| 320 | + | |
| 321 | - | heartw.Part1 = heart3 |
| 321 | + | |
| 322 | - | heartw.C1 = CFrame.new(0,1,.55) |
| 322 | + | |
| 323 | if Mouse.Target then | |
| 324 | local Knife=Instance.new('Part',Player.Character)
| |
| 325 | Knife.CanCollide=false | |
| 326 | Knife.Size=Vector3.new(2,2,2) | |
| 327 | Knife.CFrame=Player.Character.Torso.CFrame | |
| 328 | local KnifeMesh=Instance.new('SpecialMesh',Knife)
| |
| 329 | KnifeMesh.MeshType='FileMesh' | |
| 330 | KnifeMesh.MeshId=MeshId | |
| 331 | KnifeMesh.TextureId=TextureId | |
| 332 | KnifeMesh.Scale=Vector3.new(1,1,1) | |
| 333 | local BodyVel=Instance.new('BodyVelocity',Knife)
| |
| 334 | BodyVel.maxForce=Vector3.new(math.huge,math.huge,math.huge) | |
| 335 | local BodyGyro=Instance.new('BodyGyro',Knife)
| |
| 336 | BodyGyro.maxTorque=Vector3.new(math.huge,math.huge,math.huge) | |
| 337 | BodyGyro.P=2e4 | |
| 338 | coroutine.wrap(function() | |
| 339 | RenderStepped:connect(function() | |
| 340 | BodyGyro.cframe=CFrame.new(Knife.Position,Mouse.Hit.p) | |
| 341 | BodyVel.velocity=Knife.CFrame.lookVector*KnifeSpeed | |
| 342 | end) | |
| 343 | end)() | |
| 344 | Knife.Touched:connect(function(p) | |
| 345 | if p.Parent~=Player.Character and p.Parent:FindFirstChild'Humanoid' then | |
| 346 | p.Parent:BreakJoints() | |
| 347 | Knife:Destroy'' | |
| 348 | thri:Play() | |
| 349 | end | |
| 350 | end) | |
| 351 | end | |
| 352 | end) | |
| 353 | ||
| 354 | mse = Player:GetMouse() | |
| 355 | ||
| 356 | sound = Instance.new("Sound", Character)
| |
| 357 | sound.SoundId = "https://www.roblox.com/asset/?id=840567549" | |
| 358 | sound.Volume = 2.5 | |
| 359 | sound2 = Instance.new("Sound", Character)
| |
| 360 | sound2.SoundId = "https://www.roblox.com/asset/?id=616594208" | |
| 361 | sound2.Volume = 2.5 | |
| 362 | sound3 = Instance.new("Sound", Character)
| |
| 363 | sound3.SoundId = "https://www.roblox.com/asset/?id=616576400" | |
| 364 | sound3.Volume = 1.8 | |
| 365 | sound4 = Instance.new("Sound", Character)
| |
| 366 | sound4.SoundId = "https://www.roblox.com/asset/?id=616576400" | |
| 367 | sound4.Volume = 2 | |
| 368 | TSTheme = Instance.new("Sound", Character)
| |
| 369 | TSTheme.SoundId = "https://www.roblox.com/asset/?id=910713928" | |
| 370 | TSTheme.Volume = 2 | |
| 371 | canworld = true | |
| 372 | mse.KeyDown:connect(function(key) | |
| 373 | key = key:lower() | |
| 374 | if key == "t" then | |
| 375 | if canworld == false then return end | |
| 376 | if canworld then | |
| 377 | canworld = false | |
| 378 | sound3:Play() | |
| 379 | sound:Play() | |
| 380 | sound4:Play() | |
| 381 | TSTheme:Play() | |
| 382 | ||
| 383 | local function spawnpart() | |
| 384 | sphere = Instance.new("Part")
| |
| 385 | --game.Debris:AddItem(sphere,3) | |
| 386 | local sm = Instance.new("SpecialMesh", sphere)
| |
| 387 | sm.MeshType = "Sphere" | |
| 388 | sphere.Transparency = 0.5 | |
| 389 | sphere.Anchored = true | |
| 390 | sphere.CanCollide = false | |
| 391 | sphere.Material = "Neon" | |
| 392 | sphere.BrickColor = BrickColor.new("Black")
| |
| 393 | end | |
| 394 | ||
| 395 | local function weld(lol) | |
| 396 | local weld = Instance.new("Weld", Player.Character.Torso)
| |
| 397 | weld.Part0 = Player.Character.Torso | |
| 398 | weld.Part1 = lol | |
| 399 | weld.C0 = Player.Character.Torso.CFrame:inverse() | |
| 400 | weld.C1 = lol.CFrame:inverse() | |
| 401 | end | |
| 402 | wait() | |
| 403 | spawnpart() | |
| 404 | for i, v in pairs(game.Players:GetChildren()) do | |
| 405 | t = v.Character:FindFirstChild("Torso")
| |
| 406 | if t then | |
| 407 | t.Anchored = true | |
| 408 | Player.Character:FindFirstChild("Torso").Anchored = false
| |
| 409 | end | |
| 410 | RA = v.Character:FindFirstChild("Right Arm")
| |
| 411 | if RA then | |
| 412 | RA.Anchored = true | |
| 413 | Player.Character:FindFirstChild("Right Arm").Anchored = false
| |
| 414 | end | |
| 415 | LA = v.Character:FindFirstChild("Left Arm")
| |
| 416 | if LA then | |
| 417 | LA.Anchored = true | |
| 418 | Player.Character:FindFirstChild("Left Arm").Anchored = false
| |
| 419 | end | |
| 420 | RL = v.Character:FindFirstChild("Right Leg")
| |
| 421 | if RL then | |
| 422 | RL.Anchored = true | |
| 423 | Player.Character:FindFirstChild("Right Leg").Anchored = false
| |
| 424 | end | |
| 425 | LL = v.Character:FindFirstChild("Left Leg")
| |
| 426 | if LL then | |
| 427 | LL.Anchored = true | |
| 428 | Player.Character:FindFirstChild("Left Leg").Anchored = false
| |
| 429 | end | |
| 430 | end | |
| 431 | weld(sphere) | |
| 432 | cce = Instance.new("ColorCorrectionEffect", game.Lighting)
| |
| 433 | cce.Saturation = -5 | |
| 434 | --game.Debris:AddItem(cce, 5) | |
| 435 | sphere.Parent = Character.Torso | |
| 436 | for i = 1,3 do | |
| 437 | sphere.Size = sphere.Size + Vector3.new(50,50,50) | |
| 438 | wait() | |
| 439 | end | |
| 440 | wait() | |
| 441 | sphere:Destroy() | |
| 442 | KnifeSpeed = 0 | |
| 443 | cce.Saturation = -0.1 | |
| 444 | wait(0.3) | |
| 445 | cce.Saturation = -0.2 | |
| 446 | wait(0.3) | |
| 447 | cce.Saturation = -0.3 | |
| 448 | wait(0.2) | |
| 449 | cce.Saturation = -1.5 | |
| 450 | wait() | |
| 451 | end | |
| 452 | end | |
| 453 | end | |
| 454 | ) | |
| 455 | ||
| 456 | mse.KeyDown:connect(function(key) | |
| 457 | key = key:lower() | |
| 458 | if key == "y" then | |
| 459 | canworld = true | |
| 460 | sound2:Play() | |
| 461 | wait() | |
| 462 | KnifeSpeed = 1 | |
| 463 | cce.Saturation = -1.3 | |
| 464 | wait(0.5) | |
| 465 | KnifeSpeed = 1.2 | |
| 466 | cce.Saturation = -0.5 | |
| 467 | wait(0.5) | |
| 468 | KnifeSpeed = 1.4 | |
| 469 | cce.Saturation = -0.4 | |
| 470 | wait(0.3) | |
| 471 | KnifeSpeed = 1.5 | |
| 472 | cce.Saturation = -0.2 | |
| 473 | wait(0.2) | |
| 474 | cce.Saturation = 0 | |
| 475 | ||
| 476 | for i, v in pairs(game.Players:GetChildren()) do | |
| 477 | t = v.Character:FindFirstChild("Torso")
| |
| 478 | if t then | |
| 479 | t.Anchored = false | |
| 480 | end | |
| 481 | RA = v.Character:FindFirstChild("Right Arm")
| |
| 482 | if RA then | |
| 483 | RA.Anchored = false | |
| 484 | end | |
| 485 | LA = v.Character:FindFirstChild("Left Arm")
| |
| 486 | if LA then | |
| 487 | LA.Anchored = false | |
| 488 | end | |
| 489 | RL = v.Character:FindFirstChild("Right Leg")
| |
| 490 | if RL then | |
| 491 | RL.Anchored = false | |
| 492 | end | |
| 493 | LL = v.Character:FindFirstChild("Left Leg")
| |
| 494 | if LL then | |
| 495 | LL.Anchored = false | |
| 496 | end | |
| 497 | end | |
| 498 | KnifeSpeed = 120 | |
| 499 | TSTheme:Stop() | |
| 500 | end | |
| 501 | end) | |
| 502 | ||
| 503 | ------ end of dio | |
| 504 | function STANDO(cfr) | |
| 505 | local rooto = Instance.new("Part")
| |
| 506 | nooutline(rooto) | |
| 507 | rooto.Name = "HumanoidRootPart" | |
| 508 | rooto.Anchored = true | |
| 509 | rooto.CFrame = cfr | |
| 510 | rooto.Size = Vector3.new(2, 2, 1) | |
| 511 | rooto.CanCollide = false | |
| 512 | rooto.Locked = true | |
| 513 | rooto.Transparency = 1 | |
| 514 | rooto.Parent = ZaWarudo | |
| 515 | local head = Instance.new("Part")
| |
| 516 | nooutline(head) | |
| 517 | head.Anchored = false | |
| 518 | head.CFrame = rooto.CFrame * CFrame.new(0, 1.5, 0) | |
| 519 | head.Size = Vector3.new(2, 1, 1) | |
| 520 | head.BrickColor = BrickColor.new("Sand blue")
| |
| 521 | head.CanCollide = false | |
| 522 | head.Name = "Head" | |
| 523 | head.Locked = true | |
| 524 | head.Transparency = 1 | |
| 525 | head.Parent = ZaWarudo | |
| 526 | local headmesh = makemesh("Head", Vector3.new(1.25, 1.25, 1.25), nil, head)
| |
| 527 | local headdecal = Instance.new("Decal")
| |
| 528 | headdecal.Name = "face" | |
| 529 | headdecal.Texture = "rbxassetid://64064193" | |
| 530 | headdecal.Face = "Front" | |
| 531 | headdecal.Transparency = 1 | |
| 532 | headdecal.Parent = head | |
| 533 | -------- Mask-ZaWarudo | |
| 534 | local mp = Instance.new("Part",ZaWarudo)
| |
| 535 | mp.Name = "Mask" | |
| 536 | mp.BrickColor = BrickColor.new("Gold")
| |
| 537 | mp.Transparency = 1 | |
| 538 | mp.CanCollide = false | |
| 539 | local mask = Instance.new("SpecialMesh",mp)
| |
| 540 | mask.MeshId = "rbxassetid://882264338" | |
| 541 | mask.MeshType = "FileMesh" | |
| 542 | mask.Scale = Vector3.new(0.03, 0.04, 0.03) | |
| 543 | local mw = Instance.new("Weld")
| |
| 544 | mw.Parent = mask | |
| 545 | mw.Part0 = head | |
| 546 | mw.Part1 = mp | |
| 547 | mw.C1 = CFrame.new(0,-.6,0) | |
| 548 | mw.C0 = CFrame.Angles(0,0,0) | |
| 549 | -----------Chin | |
| 550 | local hp2 = Instance.new("Part",ZaWarudo)
| |
| 551 | hp2.Name = "Heart Piece2" | |
| 552 | hp2.Size = Vector3.new(0.41, 0.8, 0.2) | |
| 553 | hp2.Transparency = 1 | |
| 554 | hp2.CanCollide = false | |
| 555 | hp2.BrickColor = BrickColor.new("Forest green")
| |
| 556 | ||
| 557 | ||
| 558 | local hpm2 = Instance.new("SpecialMesh",hp2)
| |
| 559 | hpm2.MeshId = "http://www.roblox.com/asset/?id=105992239" | |
| 560 | hpm2.MeshType = "FileMesh" | |
| 561 | hpm2.Scale = Vector3.new(1.1, 1.1, 1.1) | |
| 562 | ||
| 563 | local hpw2 = Instance.new("Weld")
| |
| 564 | hpw2.Parent = hp2 | |
| 565 | hpw2.Part0 = head | |
| 566 | hpw2.Part1 = hp2 | |
| 567 | hpw2.C1 = CFrame.new(0,.41,.6) | |
| 568 | ||
| 569 | ||
| 570 | local torso = Instance.new("Part")
| |
| 571 | nooutline(torso) | |
| 572 | torso.Name = "Torso" | |
| 573 | torso.Anchored = false | |
| 574 | torso.CFrame = rooto.CFrame * CFrame.new(0, 0, 0) | |
| 575 | torso.Size = Vector3.new(2, 1, 1) | |
| 576 | torso.BrickColor = BrickColor.new("Sand blue")
| |
| 577 | torso.CanCollide = false | |
| 578 | torso.Transparency = 1 | |
| 579 | torso.Locked = true | |
| 580 | torso.Parent = ZaWarudo | |
| 581 | local torsomesh = makemesh("FileMesh", Vector3.new(1, 1, 1), "rbxasset://fonts/torso.mesh", torso)
| |
| 582 | ||
| 583 | local leftarm = Instance.new("Part")
| |
| 584 | nooutline(leftarm) | |
| 585 | leftarm.Anchored = false | |
| 586 | leftarm.Name = "Left Arm" | |
| 587 | leftarm.CFrame = rooto.CFrame * CFrame.new(1.5, 0, 0) | |
| 588 | leftarm.Size = Vector3.new(1, 2, 1) | |
| 589 | leftarm.BrickColor = BrickColor.new("Sand blue")
| |
| 590 | leftarm.CanCollide = false | |
| 591 | leftarm.Transparency = 1 | |
| 592 | leftarm.Locked = true | |
| 593 | leftarm.Parent = ZaWarudo | |
| 594 | local leftarmmesh = makemesh("FileMesh", Vector3.new(1, 1, 1), "rbxasset://fonts/leftarm.mesh", leftarm)
| |
| 595 | ||
| 596 | local rightarm = Instance.new("Part")
| |
| 597 | nooutline(rightarm) | |
| 598 | rightarm.Anchored = false | |
| 599 | rightarm.CFrame = rooto.CFrame * CFrame.new(-1.5, 0, 0) | |
| 600 | rightarm.Name = "Right Arm" | |
| 601 | rightarm.Size = Vector3.new(1, 2, 1) | |
| 602 | rightarm.BrickColor = BrickColor.new("Sand blue")
| |
| 603 | rightarm.CanCollide = false | |
| 604 | rightarm.Locked = true | |
| 605 | rightarm.Transparency = 1 | |
| 606 | rightarm.Parent = ZaWarudo | |
| 607 | local rightarmmesh = makemesh("FileMesh", Vector3.new(1, 1, 1), "rbxasset://fonts/rightarm.mesh", rightarm)
| |
| 608 | ||
| 609 | local leftleg = Instance.new("Part")
| |
| 610 | nooutline(leftleg) | |
| 611 | leftleg.Anchored = false | |
| 612 | leftleg.CFrame = rooto.CFrame * CFrame.new(1.5, -1.5, 0) | |
| 613 | leftleg.Name = "Left Leg" | |
| 614 | leftleg.Size = Vector3.new(1, 2, 1) | |
| 615 | leftleg.BrickColor = BrickColor.new("Sand blue")
| |
| 616 | leftleg.CanCollide = false | |
| 617 | leftleg.Transparency = 1 | |
| 618 | leftleg.Locked = true | |
| 619 | leftleg.Parent = ZaWarudo | |
| 620 | local leftlegmesh = makemesh("FileMesh", Vector3.new(1, 1, 1), "rbxasset://fonts/leftleg.mesh", leftleg)
| |
| 621 | ||
| 622 | local rightleg = Instance.new("Part")
| |
| 623 | nooutline(rightleg) | |
| 624 | rightleg.Anchored = false | |
| 625 | rightleg.CFrame = rooto.CFrame * CFrame.new(-1.5, -1.5, 0) | |
| 626 | rightleg.Name = "Right Leg" | |
| 627 | rightleg.Size = Vector3.new(1, 2, 1) | |
| 628 | rightleg.BrickColor = BrickColor.new("Sand blue")
| |
| 629 | rightleg.CanCollide = false | |
| 630 | rightleg.Locked = true | |
| 631 | rightleg.Transparency = 1 | |
| 632 | rightleg.Parent = ZaWarudo | |
| 633 | local rightlegmesh = makemesh("FileMesh", Vector3.new(1, 1, 1), "rbxasset://fonts/rightleg.mesh", rightleg)
| |
| 634 | ||
| 635 | ||
| 636 | ------------Armor | |
| 637 | local arp = Instance.new("Part",ZaWarudo)
| |
| 638 | arp.Name = "lap" | |
| 639 | arp.Transparency = 1 | |
| 640 | arp.CanCollide = false | |
| 641 | arp.BrickColor = BrickColor.new("Gold")
| |
| 642 | arp.Size = Vector3.new(0,0,0) | |
| 643 | ||
| 644 | local smp = Instance.new("SpecialMesh",arp)
| |
| 645 | smp.MeshId = "rbxasset://fonts/leftarm.mesh" | |
| 646 | smp.MeshType = "FileMesh" | |
| 647 | smp.Scale = Vector3.new(1.1, 0.4, 1.1) | |
| 648 | ||
| 649 | local weld = Instance.new("Weld")
| |
| 650 | weld.Parent = arp | |
| 651 | weld.Part0 = leftarm | |
| 652 | weld.Part1 = arp | |
| 653 | weld.C1 = CFrame.new(0,-.62,0) | |
| 654 | -------------------- | |
| 655 | local arp1 = Instance.new("Part",ZaWarudo)
| |
| 656 | arp1.Name = "lap1" | |
| 657 | arp1.Transparency = 1 | |
| 658 | arp1.CanCollide = false | |
| 659 | arp1.BrickColor = BrickColor.new("Gold")
| |
| 660 | arp1.Size = Vector3.new(0,0,0) | |
| 661 | ||
| 662 | local smp1 = Instance.new("SpecialMesh",arp1)
| |
| 663 | smp1.MeshId = "rbxasset://fonts/leftarm.mesh" | |
| 664 | smp1.MeshType = "FileMesh" | |
| 665 | smp1.Scale = Vector3.new(0.6, 0.4, 0.5) | |
| 666 | ||
| 667 | local weld1 = Instance.new("Weld")
| |
| 668 | weld1.Parent = arp1 | |
| 669 | weld1.Part0 = leftarm | |
| 670 | weld1.Part1 = arp1 | |
| 671 | weld1.C1 = CFrame.new(.25,0,0) | |
| 672 | -------------------- | |
| 673 | local arp2 = Instance.new("Part",ZaWarudo)
| |
| 674 | arp2.Name = "lap2" | |
| 675 | arp2.Transparency = 1 | |
| 676 | arp2.CanCollide = false | |
| 677 | arp2.BrickColor = BrickColor.new("Gold")
| |
| 678 | arp2.Size = Vector3.new(0,0,0) | |
| 679 | ||
| 680 | local smp2 = Instance.new("SpecialMesh",arp2)
| |
| 681 | smp2.MeshId = "rbxasset://fonts/leftarm.mesh" | |
| 682 | smp2.MeshType = "FileMesh" | |
| 683 | smp2.Scale = Vector3.new(0.6, 0.4, 0.5) | |
| 684 | ||
| 685 | local weld2 = Instance.new("Weld")
| |
| 686 | weld2.Parent = arp2 | |
| 687 | weld2.Part0 = leftarm | |
| 688 | weld2.Part1 = arp2 | |
| 689 | weld2.C1 = CFrame.new(-.25,0,0) | |
| 690 | ||
| 691 | -------------------- | |
| 692 | local arp3 = Instance.new("Part",ZaWarudo)
| |
| 693 | arp3.Name = "lap3" | |
| 694 | arp3.Transparency = 1 | |
| 695 | arp3.CanCollide = false | |
| 696 | arp3.BrickColor = BrickColor.new("Gold")
| |
| 697 | arp3.Size = Vector3.new(0,0,0) | |
| 698 | ||
| 699 | local smp = Instance.new("SpecialMesh",arp3)
| |
| 700 | smp.MeshId = "rbxasset://fonts/leftarm.mesh" | |
| 701 | smp.MeshType = "FileMesh" | |
| 702 | smp.Scale = Vector3.new(1.1, 0.4, 1.1) | |
| 703 | ||
| 704 | local weld = Instance.new("Weld")
| |
| 705 | weld.Parent = arp3 | |
| 706 | weld.Part0 = rightarm | |
| 707 | weld.Part1 = arp3 | |
| 708 | weld.C1 = CFrame.new(0,-.62,0) | |
| 709 | -------------------- | |
| 710 | local arp4 = Instance.new("Part",ZaWarudo)
| |
| 711 | arp4.Name = "lap4" | |
| 712 | arp4.Transparency = 1 | |
| 713 | arp4.CanCollide = false | |
| 714 | arp4.BrickColor = BrickColor.new("Gold")
| |
| 715 | arp4.Size = Vector3.new(0,0,0) | |
| 716 | ||
| 717 | local smp = Instance.new("SpecialMesh",arp4)
| |
| 718 | smp.MeshId = "rbxasset://fonts/leftarm.mesh" | |
| 719 | smp.MeshType = "FileMesh" | |
| 720 | smp.Scale = Vector3.new(0.6, 0.4, 0.5) | |
| 721 | ||
| 722 | local weld = Instance.new("Weld")
| |
| 723 | weld.Parent = arp4 | |
| 724 | weld.Part0 = rightarm | |
| 725 | weld.Part1 = arp4 | |
| 726 | weld.C1 = CFrame.new(-.25,0,0) | |
| 727 | -------------------- | |
| 728 | local arp5 = Instance.new("Part",ZaWarudo)
| |
| 729 | arp5.Name = "lap5" | |
| 730 | arp5.Transparency = 1 | |
| 731 | arp5.CanCollide = false | |
| 732 | arp5.BrickColor = BrickColor.new("Gold")
| |
| 733 | arp5.Size = Vector3.new(0,0,0) | |
| 734 | ||
| 735 | local smp = Instance.new("SpecialMesh",arp5)
| |
| 736 | smp.MeshId = "rbxasset://fonts/leftarm.mesh" | |
| 737 | smp.MeshType = "FileMesh" | |
| 738 | smp.Scale = Vector3.new(0.6, 0.4, 0.5) | |
| 739 | ||
| 740 | local weld = Instance.new("Weld")
| |
| 741 | weld.Parent = arp5 | |
| 742 | weld.Part0 = rightarm | |
| 743 | weld.Part1 = arp5 | |
| 744 | weld.C1 = CFrame.new(.25,0,0) | |
| 745 | -------------------- | |
| 746 | ||
| 747 | local rootweld = makemotor(rooto, rooto, torso, RJC0, RJC1) | |
| 748 | rootweld.Name = "RootJoint" | |
| 749 | local neckweld = makemotor(torso, torso, head, NC0, NC1) | |
| 750 | neckweld.Name = "Neck" | |
| 751 | local rshoulderweld = makemotor(torso, torso, rightarm, RSC0, RSC1) | |
| 752 | rshoulderweld.Name = "Right Shoulder" | |
| 753 | local lshoulderweld = makemotor(torso, torso, leftarm, LSC0, LSC1) | |
| 754 | lshoulderweld.Name = "Left Shoulder" | |
| 755 | local rhipweld = makemotor(torso, torso, rightleg, RHC0, RHC1) | |
| 756 | rhipweld.Name = "Right Hip" | |
| 757 | local lhipweld = makemotor(torso, torso, leftleg, LHC0, LHC1) | |
| 758 | lhipweld.Name = "Left Hip" | |
| 759 | local pa1 = Instance.new("Part")
| |
| 760 | nooutline(pa1) | |
| 761 | pa1.Anchored = false | |
| 762 | pa1.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
| 763 | pa1.Name = "pa1" | |
| 764 | pa1.Size = Vector3.new(0.2, 0.2, 0.2) | |
| 765 | pa1.BrickColor = BrickColor.new("Gold")
| |
| 766 | pa1.CanCollide = false | |
| 767 | pa1.Locked = true | |
| 768 | pa1.Transparency = 1 | |
| 769 | pa1.Parent = ZaWarudo | |
| 770 | local pa1m = makemesh("FileMesh", Vector3.new(0.55, 0.55, 0.35), "rbxasset://fonts/torso.mesh", pa1)
| |
| 771 | 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)) | |
| 772 | local pa2 = Instance.new("Part")
| |
| 773 | nooutline(pa2) | |
| 774 | pa2.Anchored = false | |
| 775 | pa2.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
| 776 | pa2.Name = "pa2" | |
| 777 | pa2.Size = Vector3.new(0.2, 0.2, 0.2) | |
| 778 | pa2.BrickColor = BrickColor.new("Gold")
| |
| 779 | pa2.CanCollide = false | |
| 780 | pa2.Locked = true | |
| 781 | pa2.Transparency = 1 | |
| 782 | pa2.Parent = ZaWarudo | |
| 783 | local pa2m = makemesh("FileMesh", Vector3.new(0.55, 0.55, 0.35), "rbxasset://fonts/torso.mesh", pa2)
| |
| 784 | 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)) | |
| 785 | local pa3 = Instance.new("Part")
| |
| 786 | nooutline(pa3) | |
| 787 | pa3.Anchored = false | |
| 788 | pa3.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
| 789 | pa3.Name = "pa3" | |
| 790 | pa3.Size = Vector3.new(0.2, 0.2, 0.2) | |
| 791 | pa3.BrickColor = BrickColor.new("Gold")
| |
| 792 | pa3.CanCollide = false | |
| 793 | pa3.Locked = true | |
| 794 | pa3.Transparency = 1 | |
| 795 | pa3.Parent = ZaWarudo | |
| 796 | local pa3m = makemesh("FileMesh", Vector3.new(0.45, 0.45, 0.35), "rbxasset://fonts/torso.mesh", pa3)
| |
| 797 | 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)) | |
| 798 | local pa4 = Instance.new("Part")
| |
| 799 | nooutline(pa4) | |
| 800 | pa4.Anchored = false | |
| 801 | pa4.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
| 802 | pa4.Name = "pa4" | |
| 803 | pa4.Size = Vector3.new(0.2, 0.2, 0.2) | |
| 804 | pa4.BrickColor = BrickColor.new("Gold")
| |
| 805 | pa4.CanCollide = false | |
| 806 | pa4.Locked = true | |
| 807 | pa4.Transparency = 1 | |
| 808 | pa4.Parent = ZaWarudo | |
| 809 | local pa4m = makemesh("FileMesh", Vector3.new(0.45, 0.45, 0.35), "rbxasset://fonts/torso.mesh", pa4)
| |
| 810 | 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)) | |
| 811 | local pa5 = Instance.new("Part")
| |
| 812 | nooutline(pa5) | |
| 813 | pa5.Anchored = false | |
| 814 | pa5.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
| 815 | pa5.Name = "pa5" | |
| 816 | pa5.Size = Vector3.new(0.2, 0.2, 0.2) | |
| 817 | pa5.BrickColor = BrickColor.new("Gold")
| |
| 818 | pa5.CanCollide = false | |
| 819 | pa5.Locked = true | |
| 820 | pa5.Transparency = 1 | |
| 821 | pa5.Parent = ZaWarudo | |
| 822 | local pa5m = makemesh("FileMesh", Vector3.new(0.35, 0.35, 0.35), "rbxasset://fonts/torso.mesh", pa5)
| |
| 823 | 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)) | |
| 824 | local pa6 = Instance.new("Part")
| |
| 825 | nooutline(pa6) | |
| 826 | pa6.Anchored = false | |
| 827 | pa6.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
| 828 | pa6.Name = "pa6" | |
| 829 | pa6.Size = Vector3.new(0.2, 0.2, 0.2) | |
| 830 | pa6.BrickColor = BrickColor.new("Gold")
| |
| 831 | pa6.CanCollide = false | |
| 832 | pa6.Locked = true | |
| 833 | pa6.Transparency = 1 | |
| 834 | pa6.Parent = ZaWarudo | |
| 835 | local pa6m = makemesh("FileMesh", Vector3.new(0.35, 0.35, 0.35), "rbxasset://fonts/torso.mesh", pa6)
| |
| 836 | 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)) | |
| 837 | local pa7 = Instance.new("Part")
| |
| 838 | nooutline(pa7) | |
| 839 | pa7.Anchored = false | |
| 840 | pa7.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
| 841 | pa7.Name = "pa7" | |
| 842 | pa7.Size = Vector3.new(0.2, 0.2, 0.2) | |
| 843 | pa7.BrickColor = BrickColor.new("Gold")
| |
| 844 | pa7.CanCollide = false | |
| 845 | pa7.Locked = true | |
| 846 | pa7.Transparency = 1 | |
| 847 | pa7.Parent = ZaWarudo | |
| 848 | local pa7m = makemesh("FileMesh", Vector3.new(1.05, 0.201, 1.1), "rbxasset://fonts/torso.mesh", pa7)
| |
| 849 | local pa7w = makemotor(pa7, pa7, torso, ang(rd(0), rd(0), rd(0)) * cf(0, 0.8, 0), ang(0, 0, 0)) | |
| 850 | ||
| 851 | local pa9 = Instance.new("Part")
| |
| 852 | nooutline(pa9) | |
| 853 | pa9.Anchored = false | |
| 854 | pa9.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
| 855 | pa9.Name = "pa9" | |
| 856 | pa9.Size = Vector3.new(0.2, 0.2, 0.2) | |
| 857 | pa9.BrickColor = BrickColor.new("Forest green")
| |
| 858 | pa9.CanCollide = false | |
| 859 | pa9.Locked = true | |
| 860 | pa9.Transparency = 1 | |
| 861 | pa9.Parent = ZaWarudo | |
| 862 | local pa9m = makemesh("FileMesh", Vector3.new(1.65, 1.65, 1), "rbxassetid://105992239", pa9)
| |
| 863 | local pa9w = makemotor(pa9, pa9, torso, ang(rd(0), rd(0), rd(0)) * cf(0, 0.8, 0.675), ang(0, 0, 0)) | |
| 864 | ||
| 865 | local pa10 = Instance.new("Part")
| |
| 866 | nooutline(pa10) | |
| 867 | pa10.Anchored = false | |
| 868 | pa10.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
| 869 | pa10.Name = "pa10" | |
| 870 | pa10.Size = Vector3.new(2,1,1) | |
| 871 | pa10.BrickColor = BrickColor.new("Gold")
| |
| 872 | pa10.CanCollide = false | |
| 873 | pa10.Locked = true | |
| 874 | pa10.Transparency = 1 | |
| 875 | pa10.Parent = ZaWarudo | |
| 876 | pa10.Shape = "Cylinder" | |
| 877 | pa10.Material = "SmoothPlastic" | |
| 878 | local pa10w = makemotor(pa10, pa10, torso, ang(rd(0), rd(0), rd(90)) * cf(0.425, 0, -0.8), ang(0, 0, 0)) | |
| 879 | ||
| 880 | local pa10d = Instance.new("Part")
| |
| 881 | nooutline(pa10d) | |
| 882 | pa10d.Anchored = false | |
| 883 | pa10d.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
| 884 | pa10d.Name = "pa10d" | |
| 885 | pa10d.Size = Vector3.new(2.2,.8,.8) | |
| 886 | pa10d.BrickColor = BrickColor.new("Gold")
| |
| 887 | pa10d.CanCollide = false | |
| 888 | pa10d.Locked = true | |
| 889 | pa10d.Transparency = 1 | |
| 890 | pa10d.Parent = ZaWarudo | |
| 891 | pa10d.Shape = "Cylinder" | |
| 892 | pa10d.Material = "SmoothPlastic" | |
| 893 | local pa10wd = makemotor(pa10d, pa10d, torso, ang(rd(0), rd(0), rd(90)) * cf(0.425, 0, -0.8), ang(0, 0, 0)) | |
| 894 | ||
| 895 | local pa11 = Instance.new("Part")
| |
| 896 | nooutline(pa11) | |
| 897 | pa11.Anchored = false | |
| 898 | pa11.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
| 899 | pa11.Name = "pa11" | |
| 900 | pa11.Size = Vector3.new(2,1,1) | |
| 901 | pa11.BrickColor = BrickColor.new("Gold")
| |
| 902 | pa11.CanCollide = false | |
| 903 | pa11.Locked = true | |
| 904 | pa11.Transparency = 1 | |
| 905 | pa11.Parent = ZaWarudo | |
| 906 | pa11.Shape = "Cylinder" | |
| 907 | pa11.Material = "SmoothPlastic" | |
| 908 | local pa11w = makemotor(pa11, pa11, torso, ang(rd(0), rd(0), rd(90)) * cf(-0.425, 0, -0.8), ang(0, 0, 0)) | |
| 909 | ||
| 910 | local pa11d = Instance.new("Part")
| |
| 911 | nooutline(pa11d) | |
| 912 | pa11d.Anchored = false | |
| 913 | pa11d.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
| 914 | pa11d.Name = "pa11d" | |
| 915 | pa11d.Size = Vector3.new(2.2,.8,.8) | |
| 916 | pa11d.BrickColor = BrickColor.new("Gold")
| |
| 917 | pa11d.CanCollide = false | |
| 918 | pa11d.Locked = true | |
| 919 | pa11d.Transparency = 1 | |
| 920 | pa11d.Parent = ZaWarudo | |
| 921 | pa11d.Shape = "Cylinder" | |
| 922 | pa11d.Material = "SmoothPlastic" | |
| 923 | local pa11wd = makemotor(pa11d, pa11d, torso, ang(rd(0), rd(0), rd(90)) * cf(-0.425, 0, -0.8), ang(0, 0, 0)) | |
| 924 | ||
| 925 | local raemblem = Instance.new("Part")
| |
| 926 | nooutline(raemblem) | |
| 927 | raemblem.Anchored = false | |
| 928 | raemblem.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
| 929 | raemblem.Name = "raemblem" | |
| 930 | raemblem.Size = Vector3.new(0.2, 0.2, 0.2) | |
| 931 | raemblem.BrickColor = BrickColor.new("Gold")
| |
| 932 | raemblem.CanCollide = false | |
| 933 | raemblem.Locked = true | |
| 934 | raemblem.Material = "SmoothPlastic" | |
| 935 | raemblem.Transparency = 1 | |
| 936 | raemblem.Parent = ZaWarudo | |
| 937 | local raemblemm = makemesh("Brick", Vector3.new(0, 3, 3), nil, raemblem)
| |
| 938 | 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)) | |
| 939 | local emmes = Instance.new("Decal")
| |
| 940 | emmes.Texture = "rbxassetid://0" | |
| 941 | emmes.Transparency = 1 | |
| 942 | emmes.Face = "Right" | |
| 943 | emmes.Name = "embe" | |
| 944 | emmes.Parent = raemblem | |
| 945 | local ra1 = Instance.new("Part")
| |
| 946 | nooutline(ra1) | |
| 947 | ra1.Anchored = false | |
| 948 | ra1.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
| 949 | ra1.Name = "ra1" | |
| 950 | ra1.Size = Vector3.new(0.2, 0.2, 0.2) | |
| 951 | ra1.BrickColor = BrickColor.new("Gold")
| |
| 952 | ra1.CanCollide = false | |
| 953 | ra1.Locked = true | |
| 954 | ra1.Transparency = 1 | |
| 955 | ra1.Parent = ZaWarudo | |
| 956 | local ra1m = makemesh("FileMesh", Vector3.new(1.1, 0.25, 1.1), "rbxasset://fonts/rightarm.mesh", ra1)
| |
| 957 | local ra1w = makemotor(ra1, ra1, rightarm, ang(rd(0), rd(0), rd(0)) * cf(0, 0.55, 0), ang(rd(0), 0, 0)) | |
| 958 | local ra2 = Instance.new("Part")
| |
| 959 | nooutline(ra2) | |
| 960 | ra2.Anchored = false | |
| 961 | ra2.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
| 962 | ra2.Name = "ra2" | |
| 963 | ra2.Size = Vector3.new(0.2, 0.2, 0.2) | |
| 964 | ra2.BrickColor = BrickColor.new("Gold")
| |
| 965 | ra2.CanCollide = false | |
| 966 | ra2.Locked = true | |
| 967 | ra2.Transparency = 1 | |
| 968 | ra2.Parent = ZaWarudo | |
| 969 | local ra2m = makemesh("FileMesh", Vector3.new(0.75, 0.15, 1.1), "rbxasset://fonts/rightarm.mesh", ra2)
| |
| 970 | local ra2w = makemotor(ra2, ra2, rightarm, ang(rd(0), rd(0), rd(0)) * cf(-0.175, 0.9, 0), ang(rd(0), 0, 0)) | |
| 971 | ||
| 972 | local ra5 = Instance.new("Part")
| |
| 973 | nooutline(ra5) | |
| 974 | ra5.Anchored = false | |
| 975 | ra5.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
| 976 | ra5.Name = "ra5" | |
| 977 | ra5.Size = Vector3.new(0.2, 0.2, 0.2) | |
| 978 | ra5.BrickColor = BrickColor.new("Forest green")
| |
| 979 | ra5.CanCollide = false | |
| 980 | ra5.Locked = true | |
| 981 | ra5.Transparency = 1 | |
| 982 | ra5.Parent = ZaWarudo | |
| 983 | local ra5m = makemesh("FileMesh", Vector3.new(1.35, 1.35, 1.35), "rbxassetid://105992239", ra5)
| |
| 984 | local ra5w = makemotor(ra5, ra5, rightarm, ang(rd(0), rd(90), rd(0)) * cf(-0.65, 0.7, 0), ang(rd(0), 0, 0)) | |
| 985 | local la1 = Instance.new("Part")
| |
| 986 | nooutline(la1) | |
| 987 | la1.Anchored = false | |
| 988 | la1.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
| 989 | la1.Name = "la1" | |
| 990 | la1.Size = Vector3.new(0.2, 0.2, 0.2) | |
| 991 | la1.BrickColor = BrickColor.new("Gold")
| |
| 992 | la1.CanCollide = false | |
| 993 | la1.Locked = true | |
| 994 | la1.Transparency = 1 | |
| 995 | la1.Parent = ZaWarudo | |
| 996 | local la1m = makemesh("FileMesh", Vector3.new(1.1, 0.25, 1.1), "rbxasset://fonts/rightarm.mesh", la1)
| |
| 997 | local la1w = makemotor(la1, la1, leftarm, ang(rd(0), rd(0), rd(0)) * cf(0, 0.55, 0), ang(rd(0), 0, 0)) | |
| 998 | local la2 = Instance.new("Part")
| |
| 999 | nooutline(la2) | |
| 1000 | la2.Anchored = false | |
| 1001 | la2.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
| 1002 | la2.Name = "la2" | |
| 1003 | la2.Size = Vector3.new(0.2, 0.2, 0.2) | |
| 1004 | la2.BrickColor = BrickColor.new("Gold")
| |
| 1005 | la2.CanCollide = false | |
| 1006 | la2.Locked = true | |
| 1007 | la2.Transparency = 1 | |
| 1008 | la2.Parent = ZaWarudo | |
| 1009 | local la2m = makemesh("FileMesh", Vector3.new(0.75, 0.15, 1.1), "rbxasset://fonts/rightarm.mesh", la2)
| |
| 1010 | local la2w = makemotor(la2, la2, leftarm, ang(rd(0), rd(0), rd(0)) * cf(0.175, 0.9, 0), ang(rd(0), 0, 0)) | |
| 1011 | ||
| 1012 | local la5 = Instance.new("Part")
| |
| 1013 | nooutline(la5) | |
| 1014 | la5.Anchored = false | |
| 1015 | la5.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
| 1016 | la5.Name = "la5" | |
| 1017 | la5.Size = Vector3.new(0.2, 0.2, 0.2) | |
| 1018 | la5.BrickColor = BrickColor.new("Forest green")
| |
| 1019 | la5.CanCollide = false | |
| 1020 | la5.Locked = true | |
| 1021 | la5.Transparency = 1 | |
| 1022 | la5.Parent = ZaWarudo | |
| 1023 | local la5m = makemesh("FileMesh", Vector3.new(1.35, 1.35, 1.35), "rbxassetid://105992239", la5)
| |
| 1024 | local la5w = makemotor(la5, la5, leftarm, ang(rd(0), rd(90), rd(0)) * cf(0.4, 0.7, 0), ang(rd(0), 0, 0)) | |
| 1025 | ||
| 1026 | local ll3 = Instance.new("Part")
| |
| 1027 | nooutline(ll3) | |
| 1028 | ll3.Anchored = false | |
| 1029 | ll3.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
| 1030 | ll3.Name = "ll3" | |
| 1031 | ll3.Size = Vector3.new(0.2, 0.2, 0.2) | |
| 1032 | ll3.BrickColor = BrickColor.new("Forest green")
| |
| 1033 | ll3.CanCollide = false | |
| 1034 | ll3.Locked = true | |
| 1035 | ll3.Transparency = 1 | |
| 1036 | ll3.Parent = ZaWarudo | |
| 1037 | local ll3m = makemesh("FileMesh", Vector3.new(1.4, 1.4, 1.3), "rbxassetid://105992239", ll3)
| |
| 1038 | local ll3w = makemotor(ll3, ll3, leftleg, ang(rd(0), rd(0), rd(0)) * cf(0, 0, 0.6), ang(0, 0, 0)) | |
| 1039 | ||
| 1040 | local rr3 = Instance.new("Part")
| |
| 1041 | nooutline(rr3) | |
| 1042 | rr3.Anchored = false | |
| 1043 | rr3.CFrame = rooto.CFrame * CFrame.new(0, 2, 1) | |
| 1044 | rr3.Name = "rr3" | |
| 1045 | rr3.Size = Vector3.new(0.2, 0.2, 0.2) | |
| 1046 | rr3.BrickColor = BrickColor.new("Forest green")
| |
| 1047 | rr3.CanCollide = false | |
| 1048 | rr3.Locked = true | |
| 1049 | rr3.Transparency = 1 | |
| 1050 | rr3.Parent = ZaWarudo | |
| 1051 | local rr3m = makemesh("FileMesh", Vector3.new(1.4, 1.4, 1.3), "rbxassetid://105992239", rr3)
| |
| 1052 | local rr3w = makemotor(rr3, rr3, rightleg, ang(rd(0), rd(0), rd(0)) * cf(0, 0, 0.6), ang(0, 0, 0)) | |
| 1053 | return ZaWarudo | |
| 1054 | end | |
| 1055 | local thenoob = STANDO(hrp.CFrame * CFrame.new(0, 0, 0)) | |
| 1056 | coroutine.resume(coroutine.create(function() | |
| 1057 | local rot = thenoob.HumanoidRootPart | |
| 1058 | repeat | |
| 1059 | swait() | |
| 1060 | rot.CFrame = rot.CFrame:lerp(wherto.CFrame * addcfr, 0.5) | |
| 1061 | until rot == nil | |
| 1062 | end)) | |
| 1063 | local rot = thenoob.HumanoidRootPart | |
| 1064 | local ntorso = thenoob:FindFirstChild("Torso")
| |
| 1065 | local rightarm = thenoob:FindFirstChild("Right Arm")
| |
| 1066 | local leftarm = thenoob:FindFirstChild("Left Arm")
| |
| 1067 | local leftleg = thenoob:FindFirstChild("Left Leg")
| |
| 1068 | local rightleg = thenoob:FindFirstChild("Right Leg")
| |
| 1069 | local head = thenoob:FindFirstChild("Head")
| |
| 1070 | local face = head:FindFirstChild("face")
| |
| 1071 | local emblem = thenoob:FindFirstChild("raemblem"):FindFirstChild("embe")
| |
| 1072 | local embpart = thenoob:FindFirstChild("raemblem")
| |
| 1073 | local nRJ = rot:FindFirstChild("RootJoint")
| |
| 1074 | local nN = ntorso:FindFirstChild("Neck")
| |
| 1075 | local nRS = ntorso:FindFirstChild("Right Shoulder")
| |
| 1076 | local nLS = ntorso:FindFirstChild("Left Shoulder")
| |
| 1077 | local nRH = ntorso:FindFirstChild("Right Hip")
| |
| 1078 | local nLH = ntorso:FindFirstChild("Left Hip")
| |
| 1079 | function standappear(nbz) | |
| 1080 | if selected == false or activu == true then | |
| 1081 | return | |
| 1082 | end | |
| 1083 | if appeared == false then | |
| 1084 | appeared = true | |
| 1085 | wherto = hrp | |
| 1086 | addcfr = cf(-2, 1, 2) | |
| 1087 | local apear = Instance.new("Sound")
| |
| 1088 | apear.SoundId = "rbxassetid://463010917" | |
| 1089 | apear.Parent = rot | |
| 1090 | apear.Volume = 1.25 | |
| 1091 | game.Debris:AddItem(apear, 1.5) | |
| 1092 | apear:Play() | |
| 1093 | for _, n in pairs(nbz:GetChildren()) do | |
| 1094 | coroutine.resume(coroutine.create(function() | |
| 1095 | for _ = 1, 5 do | |
| 1096 | if n ~= rot and n ~= embpart and n.ClassName ~= "Sound" then | |
| 1097 | swait() | |
| 1098 | n.Transparency = n.Transparency - 0.2 | |
| 1099 | face.Transparency = face.Transparency - 0.2 | |
| 1100 | emblem.Transparency = emblem.Transparency - 0.2 | |
| 1101 | end | |
| 1102 | end | |
| 1103 | if n ~= rot and n ~= embpart then | |
| 1104 | n.Transparency = 0 | |
| 1105 | end | |
| 1106 | face.Transparency = 0 | |
| 1107 | emblem.Transparency = 0 | |
| 1108 | end)) | |
| 1109 | end | |
| 1110 | elseif appeared == true then | |
| 1111 | appeared = false | |
| 1112 | wherto = hrp | |
| 1113 | addcfr = cf(0, 0, 0) | |
| 1114 | for _, n in pairs(nbz:GetChildren()) do | |
| 1115 | coroutine.resume(coroutine.create(function() | |
| 1116 | for _ = 1, 5 do | |
| 1117 | if n ~= rot and n ~= embpart then | |
| 1118 | swait() | |
| 1119 | n.Transparency = n.Transparency + 0.2 | |
| 1120 | face.Transparency = face.Transparency + 0.2 | |
| 1121 | emblem.Transparency = emblem.Transparency + 0.2 | |
| 1122 | ||
| 1123 | end | |
| 1124 | end | |
| 1125 | if n ~= rot and n ~= embpart then | |
| 1126 | n.Transparency = 1 | |
| 1127 | end | |
| 1128 | face.Transparency = 1 | |
| 1129 | emblem.Transparency = 1 | |
| 1130 | ||
| 1131 | end)) | |
| 1132 | end | |
| 1133 | end | |
| 1134 | end | |
| 1135 | function THREATENING() | |
| 1136 | if selected == false or activu == true then | |
| 1137 | return | |
| 1138 | end | |
| 1139 | if POSU == false then | |
| 1140 | POSU = true | |
| 1141 | human.WalkSpeed = 0 | |
| 1142 | local d = Instance.new("ParticleEmitter")
| |
| 1143 | d.Name = "MENACINGU" | |
| 1144 | d.Lifetime = NumberRange.new(1) | |
| 1145 | d.Rate = 2 | |
| 1146 | d.Texture = "rbxassetid://298768656" | |
| 1147 | d.VelocitySpread = 60 | |
| 1148 | d.Parent = tors | |
| 1149 | human:SetStateEnabled(3, false) | |
| 1150 | local randomoth = math.random(1, 2) | |
| 1151 | if randomoth == 1 then | |
| 1152 | repeat | |
| 1153 | swait() | |
| 1154 | lerpz(RJ, "C0", RJC0 * cf(0, 0, -0.05) * ang(rd(-5), rd(0), rd(-30)), 0.3) | |
| 1155 | lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(10), rd(0), rd(30)), 0.3) | |
| 1156 | lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-20), rd(-20), rd(-5)), 0.3) | |
| 1157 | lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 1158 | lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(140), rd(-70), rd(-50)), 0.3) | |
| 1159 | lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 1160 | lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(-30), rd(10)), 0.3) | |
| 1161 | lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 1162 | lerpz(LH, "C0", LHC0 * cf(0.3, 0.1, -0.15) * ang(rd(-20), rd(50), rd(10)), 0.3) | |
| 1163 | lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(-10)), 0.3) | |
| 1164 | until POSU == false | |
| 1165 | elseif randomoth == 2 then | |
| 1166 | repeat | |
| 1167 | swait() | |
| 1168 | lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(-2), rd(25)), 0.3) | |
| 1169 | lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(6), rd(0), rd(-50)), 0.3) | |
| 1170 | lerpz(RS, "C0", RSC0 * cf(-0.25, 0.3, -0.5) * ang(rd(-30), rd(-15), rd(200)), 0.3) | |
| 1171 | lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 1172 | lerpz(LS, "C0", LSC0 * cf(0.25, 0.3, -0.5) * ang(rd(-32), rd(13), rd(-195)), 0.3) | |
| 1173 | lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 1174 | lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-15), rd(-10)), 0.3) | |
| 1175 | lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 1176 | lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-5), rd(10), rd(-10)), 0.3) | |
| 1177 | lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 1178 | until POSU == false | |
| 1179 | end | |
| 1180 | elseif POSU == true then | |
| 1181 | POSU = false | |
| 1182 | human.WalkSpeed = 16 | |
| 1183 | human:SetStateEnabled(3, true) | |
| 1184 | tors.MENACINGU:Destroy() | |
| 1185 | activu = true | |
| 1186 | activu = false | |
| 1187 | end | |
| 1188 | end | |
| 1189 | local EHMMM = 0 | |
| 1190 | function block() | |
| 1191 | if EHMMM == 50 or selected == false or activu == true then | |
| 1192 | return | |
| 1193 | end | |
| 1194 | if appeared == false then | |
| 1195 | standappear(thenoob) | |
| 1196 | end | |
| 1197 | wherto = hrp | |
| 1198 | addcfr = cf(0, 0, -3) | |
| 1199 | local bep = true | |
| 1200 | local humanshealth = human.Health | |
| 1201 | activu = true | |
| 1202 | human:SetStateEnabled(15, false) | |
| 1203 | local de = mouse.KeyUp:connect(function(key) | |
| 1204 | if key == "e" then | |
| 1205 | bep = false | |
| 1206 | end | |
| 1207 | end) | |
| 1208 | local poopes = 0 | |
| 1209 | repeat | |
| 1210 | swait() | |
| 1211 | poopes = poopes + 1 | |
| 1212 | human.Health = humanshealth | |
| 1213 | lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(2), rd(0), rd(0)), 0.5) | |
| 1214 | lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(7), rd(0), rd(0)), 0.5) | |
| 1215 | lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(110), rd(160)), 0.5) | |
| 1216 | lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(20), rd(0), rd(0)), 0.5) | |
| 1217 | lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(-110), rd(-160)), 0.5) | |
| 1218 | lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(20), rd(0), rd(0)), 0.5) | |
| 1219 | lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5) | |
| 1220 | lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5) | |
| 1221 | lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5) | |
| 1222 | lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5) | |
| 1223 | until bep == false or poopes > 240 | |
| 1224 | de:Disconnect() | |
| 1225 | human:SetStateEnabled(15, true) | |
| 1226 | activu = false | |
| 1227 | EHMMM = 50 | |
| 1228 | coroutine.resume(coroutine.create(function() | |
| 1229 | wait(7) | |
| 1230 | EHMMM = 0 | |
| 1231 | end)) | |
| 1232 | wherto = hrp | |
| 1233 | addcfr = cf(-2, 1, 2) | |
| 1234 | end | |
| 1235 | function MUDA() | |
| 1236 | if selected == false or activu == true then | |
| 1237 | return | |
| 1238 | end | |
| 1239 | if appeared == false then | |
| 1240 | standappear(thenoob) | |
| 1241 | wherto = hrp | |
| 1242 | addcfr = cf(0, 0, -3.5) | |
| 1243 | end | |
| 1244 | wry:Stop() | |
| 1245 | local bep = true | |
| 1246 | activu = true | |
| 1247 | wherto = hrp | |
| 1248 | addcfr = cf(0, 0, -3.5) | |
| 1249 | local function blur(limb) | |
| 1250 | coroutine.resume(coroutine.create(function() | |
| 1251 | local memedon = {}
| |
| 1252 | for i = 1, 6 do | |
| 1253 | local b1 = Instance.new("Part")
| |
| 1254 | nooutline(b1) | |
| 1255 | b1.Size = Vector3.new(1, 2, 1) | |
| 1256 | b1.CFrame = limb.CFrame * CFrame.new(rd2(-5, 5) / 10, rd2(-5, 5) / 10, rd2(-5, 5) / 10) | |
| 1257 | b1.CanCollide = false | |
| 1258 | b1.BrickColor = limb.BrickColor | |
| 1259 | b1.Anchored = true | |
| 1260 | b1.Transparency = 0.7 | |
| 1261 | b1.Locked = true | |
| 1262 | b1.Parent = modz | |
| 1263 | table.insert(memedon, b1) | |
| 1264 | end | |
| 1265 | local num = 0 | |
| 1266 | repeat | |
| 1267 | swait() | |
| 1268 | num = num % 6 + 1 | |
| 1269 | memedon[num].CFrame = limb.CFrame * CFrame.new(rd2(-5, 5) / 10, rd2(-5, 5) / 10, rd2(-5, 5) / 10) | |
| 1270 | until bep == false | |
| 1271 | for i = 1, #memedon do | |
| 1272 | swait() | |
| 1273 | memedon[i]:Destroy() | |
| 1274 | end | |
| 1275 | end)) | |
| 1276 | end | |
| 1277 | local de = mouse.KeyUp:connect(function(key) | |
| 1278 | if key == "r" then | |
| 1279 | bep = false | |
| 1280 | end | |
| 1281 | end) | |
| 1282 | blur(rightarm) | |
| 1283 | blur(leftarm) | |
| 1284 | local mudodo = Instance.new("Sound")
| |
| 1285 | mudodo.Volume = 7.5 | |
| 1286 | mudodo.SoundId = "rbxassetid://616593932" | |
| 1287 | mudodo.Looped = true | |
| 1288 | mudodo.Parent = hrp | |
| 1289 | mudodo:Play() | |
| 1290 | repeat | |
| 1291 | for _ = 1, 2 do | |
| 1292 | swait() | |
| 1293 | lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(4), rd(4), rd(30)), 0.85) | |
| 1294 | lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(-2), rd(0), rd(-28)), 0.85) | |
| 1295 | lerpz(nRS, "C0", RSC0 * cf(0.5, 0.25, -0.1) * ang(rd(20), rd(20), rd(105)), 0.85) | |
| 1296 | lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85) | |
| 1297 | lerpz(nLS, "C0", LSC0 * cf(0.25, 0.1, 0) * ang(rd(30), rd(10), rd(-70)), 0.85) | |
| 1298 | lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85) | |
| 1299 | lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.85) | |
| 1300 | lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85) | |
| 1301 | lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.85) | |
| 1302 | lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85) | |
| 1303 | end | |
| 1304 | hito(rightarm, 3.3, 5, 0.01, rot.CFrame.lookVector * 5) | |
| 1305 | for _ = 1, 2 do | |
| 1306 | swait() | |
| 1307 | lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(5), rd(2), rd(-30)), 0.85) | |
| 1308 | lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(2), rd(0), rd(31)), 0.85) | |
| 1309 | lerpz(nRS, "C0", RSC0 * cf(-0.1, 0.05, -0.1) * ang(rd(-10), rd(-30), rd(75)), 0.85) | |
| 1310 | lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85) | |
| 1311 | lerpz(nLS, "C0", LSC0 * cf(-0.5, 0.1, -0.2) * ang(rd(-30), rd(10), rd(-70)), 0.85) | |
| 1312 | lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85) | |
| 1313 | lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.85) | |
| 1314 | lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85) | |
| 1315 | lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.85) | |
| 1316 | lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85) | |
| 1317 | end | |
| 1318 | hito(leftarm, 3.3, 5, 0.01, rot.CFrame.lookVector * 5) | |
| 1319 | for _ = 1, 2 do | |
| 1320 | swait() | |
| 1321 | lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(3), rd(3), rd(32)), 0.85) | |
| 1322 | lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(-2), rd(0), rd(-29)), 0.85) | |
| 1323 | lerpz(nRS, "C0", RSC0 * cf(0.35, 0.25, 0.1) * ang(rd(-10), rd(-20), rd(95)), 0.85) | |
| 1324 | lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85) | |
| 1325 | lerpz(nLS, "C0", LSC0 * cf(0.25, 0.1, 0) * ang(rd(-10), rd(10), rd(-80)), 0.85) | |
| 1326 | lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85) | |
| 1327 | lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.85) | |
| 1328 | lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85) | |
| 1329 | lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.85) | |
| 1330 | lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85) | |
| 1331 | end | |
| 1332 | hito(rightarm, 3.3, 5, 0.01, rot.CFrame.lookVector * 5) | |
| 1333 | for _ = 1, 2 do | |
| 1334 | swait() | |
| 1335 | lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-10), rd(3), rd(-40)), 0.85) | |
| 1336 | lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(10), rd(-2), rd(35)), 0.85) | |
| 1337 | lerpz(nRS, "C0", RSC0 * cf(-0.1, 0.05, -0.1) * ang(rd(20), rd(-30), rd(65)), 0.85) | |
| 1338 | lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85) | |
| 1339 | lerpz(nLS, "C0", LSC0 * cf(-0.5, 0.1, -0.2) * ang(rd(-30), rd(30), rd(-75)), 0.85) | |
| 1340 | lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85) | |
| 1341 | lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.85) | |
| 1342 | lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85) | |
| 1343 | lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.85) | |
| 1344 | lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.85) | |
| 1345 | end | |
| 1346 | hito(leftarm, 3.3, 5, 0.01, rot.CFrame.lookVector * 5) | |
| 1347 | until bep == false or 0 >= human.Health | |
| 1348 | de:Disconnect() | |
| 1349 | mudodo:Stop() | |
| 1350 | wry:Play() | |
| 1351 | for _ = 1, 6 do | |
| 1352 | swait() | |
| 1353 | lerpz(nRJ, "C0", RJC0 * cf(0, 1.25, 0) * ang(rd(0), rd(4), rd(-85)), 0.75) | |
| 1354 | lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(3), rd(75)), 0.75) | |
| 1355 | lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(-20), rd(100)), 0.75) | |
| 1356 | lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75) | |
| 1357 | lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.75) | |
| 1358 | lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75) | |
| 1359 | lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.75) | |
| 1360 | lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75) | |
| 1361 | lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.75) | |
| 1362 | lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75) | |
| 1363 | end | |
| 1364 | for _ = 1, 7 do | |
| 1365 | swait() | |
| 1366 | hito(rightarm, 3, 20, 0.35, rot.CFrame.lookVector * 50) | |
| 1367 | lerpz(nRJ, "C0", RJC0 * cf(0, -1, 0) * ang(rd(0), rd(10), rd(75)), 0.75) | |
| 1368 | lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(5), rd(-7), rd(-65)), 0.75) | |
| 1369 | lerpz(nRS, "C0", RSC0 * cf(0.75, 0, 0.25) * ang(rd(10), rd(-60), rd(100)), 0.75) | |
| 1370 | lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(-20), rd(0)), 0.75) | |
| 1371 | lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.75) | |
| 1372 | lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75) | |
| 1373 | lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.75) | |
| 1374 | lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75) | |
| 1375 | lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.75) | |
| 1376 | lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.75) | |
| 1377 | end | |
| 1378 | swait(5) | |
| 1379 | wherto = hrp | |
| 1380 | mudodo:Destroy() | |
| 1381 | addcfr = cf(-2, 1, 2) | |
| 1382 | activu = false | |
| 1383 | end | |
| 1384 | function cability() | |
| 1385 | if selected == false or activu == true then | |
| 1386 | return | |
| 1387 | end | |
| 1388 | if appeared == false then | |
| 1389 | standappear(thenoob) | |
| 1390 | wherto = hrp | |
| 1391 | addcfr = cf(0, 0, -3.75) | |
| 1392 | end | |
| 1393 | activu = true | |
| 1394 | wherto = hrp | |
| 1395 | addcfr = cf(0, 0, -3.5) | |
| 1396 | local ZAWRUA = Instance.new("Sound")
| |
| 1397 | ZAWRUA.SoundId = "rbxassetid://257346558" | |
| 1398 | ZAWRUA.Volume = 3 | |
| 1399 | ZAWRUA.Parent = hrp | |
| 1400 | ZAWRUA:Play() | |
| 1401 | game.Debris:AddItem(ZAWRUA, 2.5) | |
| 1402 | local wate = Instance.new("Part")
| |
| 1403 | nooutline(wate) | |
| 1404 | wate.Size = Vector3.new(0.2, 0.2, 0.2) | |
| 1405 | wate.Material = "Neon" | |
| 1406 | wate.Transparency = 1 | |
| 1407 | wate.BrickColor = BrickColor.new("Forest green")
| |
| 1408 | wate.CFrame = rightarm.CFrame * cf(0, -1.5, 0) | |
| 1409 | wate.Anchored = true | |
| 1410 | wate.CanCollide = false | |
| 1411 | wate.Parent = modz | |
| 1412 | local wmesh = makemesh("Sphere", Vector3.new(5, 5, 5), nil, wate)
| |
| 1413 | coroutine.resume(coroutine.create(function() | |
| 1414 | repeat | |
| 1415 | swait() | |
| 1416 | wate.CFrame = rightarm.CFrame * cf(0, -1, 0) | |
| 1417 | wmesh.Scale = wmesh.Scale:lerp(Vector3.new(10, 10, 10), 0.5) | |
| 1418 | until not wate | |
| 1419 | end)) | |
| 1420 | coroutine.resume(coroutine.create(function() | |
| 1421 | local pt = {}
| |
| 1422 | for _ = 1, 10 do | |
| 1423 | local wp = Instance.new("Part")
| |
| 1424 | nooutline(wp) | |
| 1425 | wp.Size = Vector3.new(0.2, 0.2, 0.2) | |
| 1426 | wp.Material = "Neon" | |
| 1427 | wp.Transparency = 1 | |
| 1428 | wp.BrickColor = BrickColor.new("Forest green")
| |
| 1429 | wp.CFrame = wate.CFrame * ang(rd2(-100, 100) / 1000, rd2(-100, 100) / 1000, rd2(-100, 100) / 1000) * cf(0, -0.25, 0) | |
| 1430 | wp.Anchored = true | |
| 1431 | wp.CanCollide = false | |
| 1432 | wp.Parent = modz | |
| 1433 | local wmz = makemesh("Sphere", Vector3.new(0.5, 2, 0.5), nil, wp)
| |
| 1434 | table.insert(pt, wp) | |
| 1435 | table.insert(pt, wmz) | |
| 1436 | end | |
| 1437 | for m = 1, 45 do | |
| 1438 | swait() | |
| 1439 | for _, hey in pairs(pt) do | |
| 1440 | if hey.ClassName == "SpecialMesh" then | |
| 1441 | hey.Scale = hey.Scale + Vector3.new(0.005, 0.04, 0.005) | |
| 1442 | elseif hey.ClassName == "Part" then | |
| 1443 | hey.CFrame = wate.CFrame * ang(rd(rd2(-360, 360)), rd(rd2(-360, 360)), rd(rd2(-360, 360))) * cf(0, -m / 25, 0) | |
| 1444 | hey.Transparency = hey.Transparency - 0.015 | |
| 1445 | end | |
| 1446 | end | |
| 1447 | end | |
| 1448 | for m = 45, 50 do | |
| 1449 | swait() | |
| 1450 | for _, hey in pairs(pt) do | |
| 1451 | if hey.ClassName == "SpecialMesh" then | |
| 1452 | hey.Scale = hey.Scale + Vector3.new(0.025, 0.08, 0.025) | |
| 1453 | elseif hey.ClassName == "Part" then | |
| 1454 | hey.CFrame = wate.CFrame * ang(rd(rd2(-360, 360)), rd(rd2(-360, 360)), rd(rd2(-360, 360))) * cf(0, -m / 25, 0) | |
| 1455 | hey.Transparency = hey.Transparency + 0.2 | |
| 1456 | end | |
| 1457 | end | |
| 1458 | end | |
| 1459 | for _, AAA in pairs(pt) do | |
| 1460 | if AAA.ClassName == "Part" then | |
| 1461 | AAA:Destroy() | |
| 1462 | end | |
| 1463 | end | |
| 1464 | end)) | |
| 1465 | for _ = 1, 50 do | |
| 1466 | swait() | |
| 1467 | wmesh.Scale = Vector3.new(9, 9, 9) | |
| 1468 | wate.Transparency = wate.Transparency - 0.008 | |
| 1469 | lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(4), rd(-125)), 0.2) | |
| 1470 | lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(3), rd(115)), 0.2) | |
| 1471 | 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) | |
| 1472 | lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.2) | |
| 1473 | lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.2) | |
| 1474 | lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.2) | |
| 1475 | lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.2) | |
| 1476 | lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.2) | |
| 1477 | lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.2) | |
| 1478 | lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.2) | |
| 1479 | end | |
| 1480 | local pooo = Instance.new("Sound")
| |
| 1481 | pooo.SoundId = "rbxassetid://686423225" | |
| 1482 | pooo.Volume = 3 | |
| 1483 | pooo.Parent = hrp | |
| 1484 | pooo:Play() | |
| 1485 | game.Debris:AddItem(pooo, 2.5) | |
| 1486 | for _ = 1, 1 do | |
| 1487 | swait() | |
| 1488 | wate.Transparency = wate.Transparency + 0.15 | |
| 1489 | lerpz(nRJ, "C0", RJC0 * cf(0, -2, 0) * ang(rd(0), rd(10), rd(35)), 0.5) | |
| 1490 | lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(5), rd(-7), rd(-30)), 0.5) | |
| 1491 | lerpz(nRS, "C0", RSC0 * cf(0.75, 0, 0.25) * ang(rd(10), rd(-80), rd(100)), 0.5) | |
| 1492 | lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(-20), rd(0)), 0.5) | |
| 1493 | lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.5) | |
| 1494 | lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5) | |
| 1495 | lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.5) | |
| 1496 | lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5) | |
| 1497 | lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.5) | |
| 1498 | lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5) | |
| 1499 | end | |
| 1500 | local swoo = Instance.new("Part")
| |
| 1501 | nooutline(swoo) | |
| 1502 | swoo.Size = Vector3.new(0.2, 0.2, 0.2) | |
| 1503 | swoo.Material = "Neon" | |
| 1504 | swoo.Transparency = 0.2 | |
| 1505 | swoo.BrickColor = BrickColor.new("Forest green")
| |
| 1506 | swoo.CFrame = rightarm.CFrame * ang(rd(0), rd(-15), rd(240)) * cf(1.5, -2.5, 0) | |
| 1507 | swoo.Anchored = true | |
| 1508 | swoo.CanCollide = false | |
| 1509 | swoo.Parent = modz | |
| 1510 | local wmesh = makemesh("FileMesh", Vector3.new(0.013333333333333334, 0.015384615384615385, 0.025), "rbxassetid://576041905", swoo)
| |
| 1511 | local pli = Instance.new("PointLight")
| |
| 1512 | pli.Brightness = 2 | |
| 1513 | pli.Color = Color3.new(0.45098039215686275, 1, 0) | |
| 1514 | pli.Range = 10 | |
| 1515 | pli.Shadows = true | |
| 1516 | pli.Parent = swoo | |
| 1517 | hito(swoo, 5, 40, 0.15, rot.CFrame.lookVector * 80) | |
| 1518 | tagability(swoo, 4) | |
| 1519 | for _ = 1, 10 do | |
| 1520 | swait() | |
| 1521 | wate.Transparency = wate.Transparency + 0.05 | |
| 1522 | swoo.Transparency = swoo.Transparency + 0.075 | |
| 1523 | pli.Range = pli.Range - 1 | |
| 1524 | lerpz(nRJ, "C0", RJC0 * cf(0, -3, 0) * ang(rd(0), rd(10), rd(105)), 0.5) | |
| 1525 | lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(5), rd(-7), rd(-65)), 0.5) | |
| 1526 | lerpz(nRS, "C0", RSC0 * cf(0.75, 0, 0.25) * ang(rd(10), rd(-30), rd(100)), 0.5) | |
| 1527 | lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(-20), rd(0)), 0.5) | |
| 1528 | lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.5) | |
| 1529 | lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5) | |
| 1530 | lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.5) | |
| 1531 | lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5) | |
| 1532 | lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.5) | |
| 1533 | lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5) | |
| 1534 | end | |
| 1535 | wate:Destroy() | |
| 1536 | swoo:Destroy() | |
| 1537 | pli:Destroy() | |
| 1538 | swait(15) | |
| 1539 | wherto = hrp | |
| 1540 | addcfr = cf(-2, 1, 2) | |
| 1541 | activu = false | |
| 1542 | end | |
| 1543 | game:GetService("ContentProvider"):Preload("http://www.roblox.com/asset/?id=188959462")
| |
| 1544 | game:GetService("ContentProvider"):Preload("http://www.roblox.com/asset/?id=616594208")
| |
| 1545 | game:GetService("ContentProvider"):Preload("http://www.roblox.com/asset/?id=616576400")
| |
| 1546 | game:GetService("ContentProvider"):Preload("http://www.roblox.com/asset/?id=291088606")
| |
| 1547 | function THEBEST() | |
| 1548 | if selected == false or activu == true or appeared == true or POSU == true then | |
| 1549 | return | |
| 1550 | end | |
| 1551 | local dipperhat = chr:FindFirstChild("DXD_DipperHat")
| |
| 1552 | local dipperrot | |
| 1553 | if dipperhat then | |
| 1554 | dipperrot = dipperhat.Handle.HatAttachment.Rotation | |
| 1555 | end | |
| 1556 | activu = true | |
| 1557 | POSU = true | |
| 1558 | cam.CameraType = "Scriptable" | |
| 1559 | chr.PrimaryPart = hrp | |
| 1560 | human.WalkSpeed = 0 | |
| 1561 | human:SetStateEnabled(3, false) | |
| 1562 | local actmus1 = Instance.new("Sound")
| |
| 1563 | actmus1.SoundId = "rbxassetid://188959462" | |
| 1564 | actmus1.Volume = 1.5 | |
| 1565 | actmus1.RollOffMode = 1 | |
| 1566 | actmus1.TimePosition = 0 | |
| 1567 | actmus1.Parent = cam | |
| 1568 | local actmus2 = Instance.new("Sound")
| |
| 1569 | actmus2.SoundId = "rbxassetid://188959462" | |
| 1570 | actmus2.Volume = 1.5 | |
| 1571 | actmus2.RollOffMode = 1 | |
| 1572 | actmus2.TimePosition = 0 | |
| 1573 | actmus2.Parent = hrp | |
| 1574 | actmus1:Play() | |
| 1575 | actmus2:Play() | |
| 1576 | local mus1 = Instance.new("Sound")
| |
| 1577 | mus1.SoundId = "rbxassetid://616594208" | |
| 1578 | mus1.Volume = 1.25 | |
| 1579 | mus1.TimePosition = 0.45 | |
| 1580 | mus1.Parent = cam | |
| 1581 | local mus2 = Instance.new("Sound")
| |
| 1582 | mus2.SoundId = "rbxassetid://616594208" | |
| 1583 | mus2.Volume = 1.25 | |
| 1584 | mus2.TimePosition = 0.45 | |
| 1585 | mus2.Parent = hrp | |
| 1586 | local zawarudoda = Instance.new("Sound")
| |
| 1587 | zawarudoda.SoundId = "rbxassetid://616576400" | |
| 1588 | zawarudoda.Volume = 2 | |
| 1589 | zawarudoda.TimePosition = 0.3 | |
| 1590 | zawarudoda.Parent = hrp | |
| 1591 | mus1:Play() | |
| 1592 | mus2:Play() | |
| 1593 | cam.CoordinateFrame = hrp.CFrame * ang(rd(20), rd(100), rd(0)) * cf(0, 0, 7) | |
| 1594 | local regface = hed.face.Texture | |
| 1595 | local whogothit, bodyvel | |
| 1596 | local function checkhit(partoz, magn) | |
| 1597 | for _, guy in pairs(workspace:GetChildren()) do | |
| 1598 | if guy:FindFirstChild("Humanoid") and guy:FindFirstChild("HumanoidRootPart") and guy ~= chr and magn > (guy:FindFirstChild("HumanoidRootPart").Position - partoz.Position).magnitude and not whogothit then
| |
| 1599 | whogothit = guy | |
| 1600 | guy:FindFirstChild("Humanoid").PlatformStand = true
| |
| 1601 | do | |
| 1602 | local derp = Instance.new("BodyPosition")
| |
| 1603 | derp.MaxForce = Vector3.new(999999999999, 999999999999, 999999999999) | |
| 1604 | derp.P = 8000 | |
| 1605 | derp.D = 500 | |
| 1606 | derp.Position = hrp.Position + hrp.CFrame.lookVector * 20 | |
| 1607 | derp.Parent = guy:FindFirstChild("HumanoidRootPart")
| |
| 1608 | bodyvel = derp | |
| 1609 | local derp2 = Instance.new("BodyAngularVelocity")
| |
| 1610 | derp2.MaxTorque = Vector3.new(999999999999, 999999999999, 999999999999) | |
| 1611 | derp2.P = 8000 | |
| 1612 | derp2.AngularVelocity = Vector3.new(rd2(2, 4), rd2(50, 100), 0) | |
| 1613 | derp2.Parent = guy:FindFirstChild("HumanoidRootPart")
| |
| 1614 | delay(0.1, function() | |
| 1615 | derp2:Destroy() | |
| 1616 | guy.Torso:Remove() | |
| 1617 | guy.Head:Remove() | |
| 1618 | end) | |
| 1619 | bodyvel = derp | |
| 1620 | end | |
| 1621 | end | |
| 1622 | end | |
| 1623 | end | |
| 1624 | coroutine.resume(coroutine.create(function() | |
| 1625 | for _ = 1, 25 do | |
| 1626 | swait() | |
| 1627 | lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-10), rd(-5), rd(-20)), 0.3) | |
| 1628 | lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(20), rd(10), rd(20)), 0.3) | |
| 1629 | lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(30), rd(-30)), 0.3) | |
| 1630 | lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 1631 | lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(35), rd(-50), rd(-100)), 0.3) | |
| 1632 | lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 1633 | lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-20), rd(-10), rd(-20)), 0.3) | |
| 1634 | lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 1635 | lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.3) | |
| 1636 | lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 1637 | end | |
| 1638 | for _ = 1, 20 do | |
| 1639 | swait() | |
| 1640 | lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-10), rd(-5), rd(-20)), 0.3) | |
| 1641 | lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(10), rd(10), rd(20)), 0.3) | |
| 1642 | lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(30), rd(-30)), 0.3) | |
| 1643 | lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 1644 | lerpz(LS, "C0", LSC0 * cf(0, 0, 0.4) * ang(rd(70), rd(-60), rd(-100)), 0.3) | |
| 1645 | if dipperhat then | |
| 1646 | dipperhat.Handle.HatAttachment.Rotation = dipperhat.Handle.HatAttachment.Rotation:lerp(dipperrot + Vector3.new(0, -40, 0), 0.3) | |
| 1647 | end | |
| 1648 | lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 1649 | lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-20), rd(-10), rd(-20)), 0.3) | |
| 1650 | lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 1651 | lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.3) | |
| 1652 | lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 1653 | end | |
| 1654 | end)) | |
| 1655 | repeat | |
| 1656 | swait() | |
| 1657 | cam.CoordinateFrame = cam.CoordinateFrame * ang(rd(0), rd(1), rd(0)) * cf(0.15, 0, 0) | |
| 1658 | until mus1.TimePosition > 2.9 | |
| 1659 | mus1:Pause() | |
| 1660 | mus2:Pause() | |
| 1661 | zawarudoda:Play() | |
| 1662 | coroutine.resume(coroutine.create(function() | |
| 1663 | for _ = 1, 7 do | |
| 1664 | swait() | |
| 1665 | lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-10), rd(0), rd(-5)), 0.4) | |
| 1666 | lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(5), rd(2), rd(0)), 0.3) | |
| 1667 | lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(10), rd(80), rd(80)), 0.3) | |
| 1668 | lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 1669 | lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(10), rd(-80), rd(-70)), 0.3) | |
| 1670 | lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 1671 | lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-10)), 0.3) | |
| 1672 | lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 1673 | lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(10)), 0.3) | |
| 1674 | lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 1675 | end | |
| 1676 | for _ = 1, 16 do | |
| 1677 | swait() | |
| 1678 | lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-15), rd(0), rd(-5)), 0.4) | |
| 1679 | lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(15), rd(8), rd(0)), 0.3) | |
| 1680 | lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(10), rd(-80), rd(80)), 0.3) | |
| 1681 | lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 1682 | lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(10), rd(80), rd(-70)), 0.3) | |
| 1683 | lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 1684 | lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-15)), 0.3) | |
| 1685 | lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 1686 | lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(15)), 0.3) | |
| 1687 | lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 1688 | end | |
| 1689 | end)) | |
| 1690 | repeat | |
| 1691 | swait() | |
| 1692 | until zawarudoda.TimePosition > 1.4 | |
| 1693 | zawarudoda:Pause() | |
| 1694 | activu = false | |
| 1695 | standappear(thenoob) | |
| 1696 | wherto = hrp | |
| 1697 | addcfr = cf(3, 0.25, -1.5) | |
| 1698 | activu = true | |
| 1699 | cam.CoordinateFrame = hrp.CFrame * ang(rd(-25), rd(0), rd(0)) * cf(0, 2, 3) | |
| 1700 | for _ = 1, 10 do | |
| 1701 | swait() | |
| 1702 | cam.CoordinateFrame = cam.CoordinateFrame * ang(rd(0), rd(0), rd(0)) * cf(0, 0, 1.5) | |
| 1703 | lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(4), rd(-75)), 0.5) | |
| 1704 | lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(3), rd(45)), 0.5) | |
| 1705 | 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) | |
| 1706 | lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5) | |
| 1707 | lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.5) | |
| 1708 | lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5) | |
| 1709 | lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.5) | |
| 1710 | lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5) | |
| 1711 | lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.5) | |
| 1712 | lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5) | |
| 1713 | end | |
| 1714 | wherto = hrp | |
| 1715 | addcfr = cf(-3, 0.25, -1.5) | |
| 1716 | for _ = 1, 25 do | |
| 1717 | swait() | |
| 1718 | checkhit(rightarm, 3) | |
| 1719 | lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(4), rd(105)), 0.4) | |
| 1720 | lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(3), rd(-45)), 0.4) | |
| 1721 | lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(-20), rd(100)), 0.4) | |
| 1722 | lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4) | |
| 1723 | lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-25), rd(10), rd(10)), 0.4) | |
| 1724 | lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4) | |
| 1725 | lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(-5)), 0.4) | |
| 1726 | lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4) | |
| 1727 | lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(5)), 0.4) | |
| 1728 | lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.4) | |
| 1729 | end | |
| 1730 | if whogothit then | |
| 1731 | print("derp")
| |
| 1732 | cam.CoordinateFrame = hrp.CFrame * ang(rd(15), rd(140), rd(0)) * cf(0, 1, 4) | |
| 1733 | local laugo = Instance.new("Sound")
| |
| 1734 | laugo.SoundId = "rbxassetid://291088606" | |
| 1735 | laugo.Volume = 1.5 | |
| 1736 | laugo.Parent = hrp | |
| 1737 | game.Debris:AddItem(laugo, 2.5) | |
| 1738 | laugo:Play() | |
| 1739 | local sda = 0 | |
| 1740 | local chn = 2 | |
| 1741 | local cs = math.cos | |
| 1742 | for D = 1, 60 do | |
| 1743 | swait() | |
| 1744 | cam.CoordinateFrame = cam.CoordinateFrame * ang(rd(0), rd(0), rd(0)) * cf(0, 0, 0.15) | |
| 1745 | sda = sda + chn | |
| 1746 | lerpz(RJ, "C0", RJC0 * cf(0, 0.75, 1 * cs(sda / 2)) * ang(rd(-40), rd(0), rd(-5)), 0.8 / D) | |
| 1747 | lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(-60 + 40 * cs(sda / 2)), rd(8), rd(0)), 0.8 / D) | |
| 1748 | lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(10), rd(-110 + 80 * cs(sda / 2)), rd(80)), 0.8 / D) | |
| 1749 | lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.8 / D) | |
| 1750 | lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(10), rd(110 + 80 * cs(sda / 2)), rd(-70)), 0.8 / D) | |
| 1751 | lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.8 / D) | |
| 1752 | lerpz(RH, "C0", RHC0 * cf(0, -1 * cs(sda / 2), 0) * ang(rd(-10), rd(-10), rd(-40)), 0.8 / D) | |
| 1753 | lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.8 / D) | |
| 1754 | lerpz(LH, "C0", LHC0 * cf(0, -1 * cs(sda / 2), 0) * ang(rd(-10), rd(10), rd(40)), 0.8 / D) | |
| 1755 | lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.8 / D) | |
| 1756 | end | |
| 1757 | hed.face.Texture = "rbxassetid://176777497" | |
| 1758 | mus1.TimePosition = 2.75 | |
| 1759 | mus1:Play() | |
| 1760 | for C = 1, 30 do | |
| 1761 | swait() | |
| 1762 | cam.CoordinateFrame = cam.CoordinateFrame * ang(rd(0), rd(0), rd(0)) * cf(0, 0, -(0.02 + C / 60)) | |
| 1763 | sda = sda + chn | |
| 1764 | lerpz(RJ, "C0", RJC0 * cf(0, -0.5, 0) * ang(rd(20), rd(0), rd(-5)), 0.05 + C / 31) | |
| 1765 | lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(30), rd(0), rd(0)), 0.05 + C / 31) | |
| 1766 | lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(-20), rd(-20)), 0.05 + C / 31) | |
| 1767 | lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.05 + C / 31) | |
| 1768 | lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(35), rd(-50), rd(-100)), 0.05 + C / 31) | |
| 1769 | lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.05 + C / 31) | |
| 1770 | lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(20)), 0.05 + C / 31) | |
| 1771 | lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.05 + C / 31) | |
| 1772 | lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(20)), 0.05 + C / 31) | |
| 1773 | lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.05 + C / 31) | |
| 1774 | end | |
| 1775 | for _ = 1, 5 do | |
| 1776 | swait() | |
| 1777 | cam.CoordinateFrame = cam.CoordinateFrame * ang(rd(0), rd(0), rd(0)) * cf(0, 0, 0.02) | |
| 1778 | sda = sda + chn | |
| 1779 | lerpz(RJ, "C0", RJC0 * cf(0, -0.5, 0) * ang(rd(20), rd(0), rd(-5)), 0.5) | |
| 1780 | lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(-10), rd(0), rd(0)), 0.5) | |
| 1781 | lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-10), rd(-20), rd(-20)), 0.5) | |
| 1782 | lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5) | |
| 1783 | lerpz(LS, "C0", LSC0 * cf(0, 0.25, 0) * ang(rd(60), rd(-60), rd(-100)), 0.5) | |
| 1784 | if dipperhat then | |
| 1785 | dipperhat.Handle.HatAttachment.Rotation = dipperhat.Handle.HatAttachment.Rotation:lerp(dipperrot + Vector3.new(0, 0, 0), 0.5) | |
| 1786 | end | |
| 1787 | lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5) | |
| 1788 | lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(-10), rd(-10), rd(20)), 0.5) | |
| 1789 | lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5) | |
| 1790 | lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(-10), rd(10), rd(20)), 0.5) | |
| 1791 | lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.5) | |
| 1792 | end | |
| 1793 | wait(2) | |
| 1794 | elseif whogothit == nil then | |
| 1795 | print("noderp")
| |
| 1796 | end | |
| 1797 | human:SetStateEnabled(3, true) | |
| 1798 | activu = false | |
| 1799 | standappear(thenoob) | |
| 1800 | activu = true | |
| 1801 | if dipperhat then | |
| 1802 | dipperhat.Handle.HatAttachment.Rotation = dipperrot | |
| 1803 | end | |
| 1804 | actmus1:Destroy() | |
| 1805 | actmus2:Destroy() | |
| 1806 | bast:Play() | |
| 1807 | if bodyvel then | |
| 1808 | bodyvel:Destroy() | |
| 1809 | end | |
| 1810 | cam.CameraType = "Custom" | |
| 1811 | hed.face.Texture = regface | |
| 1812 | chr.PrimaryPart = head | |
| 1813 | human.WalkSpeed = 16 | |
| 1814 | activu = false | |
| 1815 | POSU = false | |
| 1816 | end | |
| 1817 | function hito(partoz, magn, dmg, debtim, bodyfdire) | |
| 1818 | for _, guy in pairs(workspace:GetChildren()) do | |
| 1819 | 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
| |
| 1820 | do | |
| 1821 | local humz = guy:FindFirstChild("Humanoid")
| |
| 1822 | local horp = guy:FindFirstChild("HumanoidRootPart")
| |
| 1823 | TakeDamage(humz, dmg) | |
| 1824 | local db = Instance.new("StringValue")
| |
| 1825 | db.Name = "alabo" | |
| 1826 | db.Parent = horp | |
| 1827 | delay(debtim, function() | |
| 1828 | db:Destroy() | |
| 1829 | end) | |
| 1830 | local b = Instance.new("Part")
| |
| 1831 | nooutline(b) | |
| 1832 | b.Size = Vector3.new(0.2, 0.2, 0.2) | |
| 1833 | b.Transparency = 0.25 | |
| 1834 | b.Anchored = true | |
| 1835 | b.CanCollide = false | |
| 1836 | b.BrickColor = BrickColor.new("Institutional white")
| |
| 1837 | b.Locked = true | |
| 1838 | b.CFrame = horp.CFrame * CFrame.new(rd2(-1, 1), rd2(-2, 2), rd2(-1, 1)) | |
| 1839 | b.Parent = modz | |
| 1840 | local c = Instance.new("SpecialMesh")
| |
| 1841 | c.MeshType = "Sphere" | |
| 1842 | c.Scale = Vector3.new(3.5, 3.5, 3.5) | |
| 1843 | c.Parent = b | |
| 1844 | game.Debris:AddItem(b, 1) | |
| 1845 | if bodyfdire then | |
| 1846 | local boopyve = Instance.new("BodyVelocity")
| |
| 1847 | boopyve.MaxForce = Vector3.new(math.huge, math.huge, math.huge) | |
| 1848 | boopyve.P = math.huge | |
| 1849 | boopyve.Velocity = bodyfdire | |
| 1850 | boopyve.Parent = horp | |
| 1851 | game.Debris:AddItem(boopyve, debtim) | |
| 1852 | end | |
| 1853 | local bet = Instance.new("Sound")
| |
| 1854 | bet.Pitch = rd2(9, 11) / 10 | |
| 1855 | bet.Volume = rd2(12, 14) / 10 | |
| 1856 | bet.SoundId = "rbxassetid://165604684" | |
| 1857 | bet.Parent = b | |
| 1858 | bet:Play() | |
| 1859 | coroutine.resume(coroutine.create(function() | |
| 1860 | for _ = 1, 5 do | |
| 1861 | swait() | |
| 1862 | b.Transparency = b.Transparency + 0.15 | |
| 1863 | c.Scale = c.Scale + Vector3.new(0.8 * dmg, 0.8 * dmg, 0.8 * dmg) | |
| 1864 | end | |
| 1865 | end)) | |
| 1866 | end | |
| 1867 | end | |
| 1868 | end | |
| 1869 | end | |
| 1870 | function tagability(partoz, magn) | |
| 1871 | for _, guy in pairs(workspace:GetChildren()) do | |
| 1872 | 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
| |
| 1873 | do | |
| 1874 | local humz = guy:FindFirstChild("Humanoid")
| |
| 1875 | humz.PlatformStand = true | |
| 1876 | delay(1, function() | |
| 1877 | humz.PlatformStand = false | |
| 1878 | end) | |
| 1879 | local horp = guy:FindFirstChild("HumanoidRootPart")
| |
| 1880 | local db = Instance.new("StringValue")
| |
| 1881 | db.Name = "dedrbaba" | |
| 1882 | db.Parent = horp | |
| 1883 | local bodyrot = Instance.new("BodyAngularVelocity")
| |
| 1884 | bodyrot.MaxTorque = Vector3.new(99999, 99999, 99999) | |
| 1885 | bodyrot.P = math.huge | |
| 1886 | bodyrot.AngularVelocity = Vector3.new(0, 5, 50) | |
| 1887 | bodyrot.Parent = horp | |
| 1888 | local hL, tL, aL, bL, cL, dL | |
| 1889 | game.Debris:AddItem(bodyrot, 0.2) | |
| 1890 | if guy:FindFirstChild("Head") then
| |
| 1891 | hL = guy:FindFirstChild("Head")
| |
| 1892 | hL.BrickColor = BrickColor.new("Gold")
| |
| 1893 | end | |
| 1894 | if guy:FindFirstChild("Torso") then
| |
| 1895 | tL = guy:FindFirstChild("Torso")
| |
| 1896 | tL.BrickColor = BrickColor.new("Bright blue")
| |
| 1897 | end | |
| 1898 | if guy:FindFirstChild("Left Arm") then
| |
| 1899 | aL = guy:FindFirstChild("Left Arm")
| |
| 1900 | aL.BrickColor = BrickColor.new("Gold")
| |
| 1901 | end | |
| 1902 | if guy:FindFirstChild("Right Arm") then
| |
| 1903 | bL = guy:FindFirstChild("Right Arm")
| |
| 1904 | bL.BrickColor = BrickColor.new("Gold")
| |
| 1905 | end | |
| 1906 | if guy:FindFirstChild("Left Leg") then
| |
| 1907 | cL = guy:FindFirstChild("Left Leg")
| |
| 1908 | cL.BrickColor = BrickColor.new("Forest green")
| |
| 1909 | end | |
| 1910 | if guy:FindFirstChild("Right Leg") then
| |
| 1911 | dL = guy:FindFirstChild("Right Leg")
| |
| 1912 | dL.BrickColor = BrickColor.new("Forest green")
| |
| 1913 | end | |
| 1914 | coroutine.resume(coroutine.create(function() | |
| 1915 | if aL then | |
| 1916 | aL.Name = "Right Arm" | |
| 1917 | wait() | |
| 1918 | end | |
| 1919 | if bL then | |
| 1920 | bL.Name = "Left Leg" | |
| 1921 | wait() | |
| 1922 | end | |
| 1923 | if cL then | |
| 1924 | cL.Name = "Left Arm" | |
| 1925 | wait() | |
| 1926 | end | |
| 1927 | if dL then | |
| 1928 | dL.Name = "Right Leg" | |
| 1929 | end | |
| 1930 | end)) | |
| 1931 | end | |
| 1932 | end | |
| 1933 | end | |
| 1934 | end | |
| 1935 | mouse.KeyDown:connect(function(key) | |
| 1936 | if human.Health <= 0 then | |
| 1937 | return | |
| 1938 | end | |
| 1939 | if key == "f" then | |
| 1940 | standappear(thenoob) | |
| 1941 | end | |
| 1942 | if key == "r" then | |
| 1943 | MUDA() | |
| 1944 | end | |
| 1945 | if key == "e" then | |
| 1946 | block() | |
| 1947 | end | |
| 1948 | if key == "v" then | |
| 1949 | cability() | |
| 1950 | end | |
| 1951 | if key == "m" and plr.UserId then | |
| 1952 | THEBEST() | |
| 1953 | end | |
| 1954 | if key == "j" then | |
| 1955 | THREATENING() | |
| 1956 | end | |
| 1957 | if key == "k" then | |
| 1958 | konodioda:Play() | |
| 1959 | end | |
| 1960 | if key == "l" then | |
| 1961 | bast:Play() | |
| 1962 | end | |
| 1963 | if key == "p" then | |
| 1964 | zaworld:Play() | |
| 1965 | end | |
| 1966 | end) | |
| 1967 | tool.Equipped:connect(function() | |
| 1968 | selected = true | |
| 1969 | end) | |
| 1970 | tool.Unequipped:connect(function() | |
| 1971 | selected = false | |
| 1972 | end) | |
| 1973 | sine = 0 | |
| 1974 | charge = 1 | |
| 1975 | cos = math.cos | |
| 1976 | game:GetService("RunService").RenderStepped:connect(function()
| |
| 1977 | if POSU == false then | |
| 1978 | local checkfloor = Ray.new(hrp.Position, hrp.CFrame.upVector * -4) | |
| 1979 | local checkpart = workspace:FindPartOnRayWithIgnoreList(checkfloor, {chr}, false, false)
| |
| 1980 | local checkstate = human:GetState() | |
| 1981 | if checkstate.Value == 13 then | |
| 1982 | animpose = "Sitting" | |
| 1983 | elseif hrp.Velocity.y > 1 and checkpart == nil then | |
| 1984 | animpose = "Jumping" | |
| 1985 | elseif hrp.Velocity.y < -1 and checkpart == nil then | |
| 1986 | animpose = "Falling" | |
| 1987 | elseif 1 > (hrp.Velocity * Vector3.new(1, 0, 1)).magnitude then | |
| 1988 | animpose = "Idle" | |
| 1989 | elseif (hrp.Velocity * Vector3.new(1, 0, 1)).magnitude < 35 then | |
| 1990 | animpose = "Walking" | |
| 1991 | elseif (hrp.Velocity * Vector3.new(1, 0, 1)).magnitude > 35 then | |
| 1992 | animpose = "TooFast" | |
| 1993 | end | |
| 1994 | if animpose == "Idle" then | |
| 1995 | sine = sine + charge | |
| 1996 | lerpz(RJ, "C0", RJC0 * cf(0, 0, 0.03 * cos(sine / 60)) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 1997 | lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(3 - 3 * cos(sine / 60)), rd(0), rd(0)), 0.3) | |
| 1998 | 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) | |
| 1999 | lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 2000 | 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) | |
| 2001 | lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 2002 | 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) | |
| 2003 | lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 2004 | 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) | |
| 2005 | lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 2006 | end | |
| 2007 | if animpose == "Walking" then | |
| 2008 | sine = sine + charge | |
| 2009 | lerpz(RJ, "C0", RJC0 * cf(0, 0, 0.03 * cos(sine / 60)) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 2010 | lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(3 - 3 * cos(sine / 60)), rd(0), rd(0)), 0.3) | |
| 2011 | 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) | |
| 2012 | lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 2013 | 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) | |
| 2014 | lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 2015 | 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) | |
| 2016 | lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 2017 | 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) | |
| 2018 | lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 2019 | end | |
| 2020 | if animpose == "Jumping" then | |
| 2021 | lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(5), rd(0), rd(0)), 0.3) | |
| 2022 | lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(-10), rd(0), rd(0)), 0.3) | |
| 2023 | lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(7), rd(-5), rd(2)), 0.3) | |
| 2024 | lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 2025 | lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(7), rd(5), rd(-3)), 0.3) | |
| 2026 | lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 2027 | lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(-10)), 0.3) | |
| 2028 | lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 2029 | lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(20)), 0.3) | |
| 2030 | lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 2031 | end | |
| 2032 | if animpose == "Falling" then | |
| 2033 | lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(-6), rd(0), rd(0)), 0.3) | |
| 2034 | lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(20), rd(0), rd(0)), 0.3) | |
| 2035 | lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(7), rd(-5), rd(2)), 0.3) | |
| 2036 | lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 2037 | lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(7), rd(5), rd(-3)), 0.3) | |
| 2038 | lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 2039 | lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(10)), 0.3) | |
| 2040 | lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 2041 | lerpz(LH, "C0", LHC0 * cf(-0.65, 0.75, 0) * ang(rd(0), rd(0), rd(20)), 0.3) | |
| 2042 | lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 2043 | end | |
| 2044 | if animpose == "TooFast" then | |
| 2045 | lerpz(RJ, "C0", RJC0 * cf(0, 0, -1.5) * ang(rd(20), rd(0), rd(0)), 0.3) | |
| 2046 | lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(20), rd(0), rd(0)), 0.3) | |
| 2047 | lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-20), rd(-10), rd(-10)), 0.3) | |
| 2048 | lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 2049 | lerpz(LS, "C0", LSC0 * cf(0, -0.75, 0) * ang(rd(10), rd(-80), rd(-10)), 0.3) | |
| 2050 | lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(30), rd(0), rd(0)), 0.3) | |
| 2051 | lerpz(RH, "C0", RHC0 * cf(0.75, 1.5, 0) * ang(rd(0), rd(0), rd(30)), 0.3) | |
| 2052 | lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 2053 | lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(50)), 0.3) | |
| 2054 | lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 2055 | end | |
| 2056 | if animpose == "Sitting" then | |
| 2057 | lerpz(RJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 2058 | lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 2059 | lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(90)), 0.3) | |
| 2060 | lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 2061 | lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(-90)), 0.3) | |
| 2062 | lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 2063 | lerpz(RH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(90)), 0.3) | |
| 2064 | lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 2065 | lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(-90)), 0.3) | |
| 2066 | lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 2067 | end | |
| 2068 | end | |
| 2069 | if appeared == false and activu == false then | |
| 2070 | lerpz(nRJ, "C0", RJC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 2071 | lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 2072 | lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 2073 | lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 2074 | lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 2075 | lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 2076 | lerpz(nRH, "C0", RHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 2077 | lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 2078 | lerpz(nLH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 2079 | lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 2080 | elseif appeared == true and activu == false then | |
| 2081 | sine = sine + charge | |
| 2082 | 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) | |
| 2083 | lerpz(nN, "C0", NC0 * cf(0, 0, 0) * ang(rd(2 - 2 * cos(sine / 90)), rd(0), rd(4)), 0.3) | |
| 2084 | lerpz(nRS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(2 * cos(sine / 110)), rd(-3 - 3 * cos(sine / 100)), rd(0)), 0.3) | |
| 2085 | lerpz(nRS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 2086 | lerpz(nLS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(2 * cos(sine / 110)), rd(3 - 3 * cos(sine / 100)), rd(0)), 0.3) | |
| 2087 | lerpz(nLS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 2088 | 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) | |
| 2089 | lerpz(nRH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 2090 | 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) | |
| 2091 | lerpz(nLH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.3) | |
| 2092 | end | |
| 2093 | end) | |
| 2094 | function dispose() | |
| 2095 | for i, v in pairs(getfenv(0)) do | |
| 2096 | v = nil | |
| 2097 | end | |
| 2098 | error = nil | |
| 2099 | print = nil | |
| 2100 | warn = nil | |
| 2101 | end | |
| 2102 | human.Died:connect(dispose) | |
| 2103 | chr.Changed:connect(function() | |
| 2104 | if chr.Parent == nil then | |
| 2105 | dispose() | |
| 2106 | end | |
| 2107 | end) | |
| 2108 | local p = game.Players.LocalPlayer | |
| 2109 | local char = p.Character | |
| 2110 | local hed = char.Head | |
| 2111 | local LocalPlayer = p | |
| 2112 | ||
| 2113 | local Player = game.Players.localPlayer | |
| 2114 | local Character = p.Character | |
| 2115 | local LeftArm2 = Character["Left Arm"] | |
| 2116 | local RightArm2 = Character["Right Arm"] | |
| 2117 | local LeftLeg2 = Character["Left Leg"] | |
| 2118 | local RightLeg2 = Character["Right Leg"] | |
| 2119 | local Head2 = Character.Head | |
| 2120 | local Torso2 = Character.Torso | |
| 2121 | ||
| 2122 | --created by SoldierJoao | |
| 2123 | --Credits to metabee for the knives edit | |
| 2124 | cut = Instance.new("Sound", Character)
| |
| 2125 | cut.SoundId = "https://www.roblox.com/asset/?id=0" | |
| 2126 | cut.Volume = 1.5 | |
| 2127 | thri = Instance.new("Sound", Character)
| |
| 2128 | thri.SoundId = "https://www.roblox.com/asset/?id=186311262" | |
| 2129 | thri.Volume = 2.5 | |
| 2130 | WRY = Instance.new("Sound", Character)
| |
| 2131 | WRY.SoundId = "https://www.roblox.com/asset/?id=276152532" | |
| 2132 | WRY.Volume = 5 | |
| 2133 | ||
| 2134 | local Players=game:service'Players' | |
| 2135 | local Player=Players.LocalPlayer | |
| 2136 | local Mouse=Player:GetMouse'' | |
| 2137 | local RenderStepped=game:service'RunService'.RenderStepped | |
| 2138 | ||
| 2139 | local MeshId='http://www.roblox.com/asset?id=202083123' | |
| 2140 | local TextureId='http://www.roblox.com/asset/?id=189436355' | |
| 2141 | ||
| 2142 | local BeeSpeed= 100 | |
| 2143 | ||
| 2144 | local QHold=false | |
| 2145 | local EHold=false | |
| 2146 | ||
| 2147 | Mouse.Button1Down:connect(function() | |
| 2148 | ||
| 2149 | cut:Play() | |
| 2150 | if Mouse.Target and canworld == false then | |
| 2151 | ||
| 2152 | local Bee=Instance.new('Part',Player.Character)
| |
| 2153 | Bee.CanCollide=false | |
| 2154 | Bee.Size=Vector3.new(2,2,2) | |
| 2155 | Bee.CFrame=Player.Character.Torso.CFrame | |
| 2156 | local BeeMesh=Instance.new('SpecialMesh',Bee)
| |
| 2157 | BeeMesh.MeshType='FileMesh' | |
| 2158 | BeeMesh.MeshId=MeshId | |
| 2159 | BeeMesh.TextureId=TextureId | |
| 2160 | BeeMesh.Scale=Vector3.new(1,1,1) | |
| 2161 | local BodyVel=Instance.new('BodyVelocity',Bee)
| |
| 2162 | BodyVel.maxForce=Vector3.new(math.huge,math.huge,math.huge) | |
| 2163 | local BodyGyro=Instance.new('BodyGyro',Bee)
| |
| 2164 | BodyGyro.maxTorque=Vector3.new(math.huge,math.huge,math.huge) | |
| 2165 | BodyGyro.P=2e4 | |
| 2166 | coroutine.wrap(function() | |
| 2167 | RenderStepped:connect(function() | |
| 2168 | BodyGyro.cframe=CFrame.new(Bee.Position,Mouse.Hit.p) | |
| 2169 | BodyVel.velocity=Bee.CFrame.lookVector*BeeSpeed | |
| 2170 | end) | |
| 2171 | end)() | |
| 2172 | Bee.Touched:connect(function(p) | |
| 2173 | if p.Parent~=Player.Character and p.Parent:FindFirstChild'Humanoid'then | |
| 2174 | p.Parent:BreakJoints() | |
| 2175 | Bee:Destroy'' | |
| 2176 | thri:Play() | |
| 2177 | end | |
| 2178 | end) | |
| 2179 | end | |
| 2180 | end) | |
| 2181 | ||
| 2182 | ||
| 2183 | Mouse.KeyDown:connect(function(k) | |
| 2184 | local Key=k:lower'' | |
| 2185 | if Key=='q'then | |
| 2186 | QHold=true | |
| 2187 | elseif Key=='e'then | |
| 2188 | EHold=true | |
| 2189 | end | |
| 2190 | end) | |
| 2191 | ||
| 2192 | Mouse.KeyUp:connect(function(k) | |
| 2193 | local Key=k:lower'' | |
| 2194 | if Key=='q'then | |
| 2195 | QHold=false | |
| 2196 | elseif Key=='e'then | |
| 2197 | EHold=false | |
| 2198 | end | |
| 2199 | end) | |
| 2200 | ||
| 2201 | coroutine.wrap(function() | |
| 2202 | RenderStepped:connect(function() | |
| 2203 | if QHold then | |
| 2204 | if BeeSpeed>0 then | |
| 2205 | BeeSpeed=BeeSpeed-1 | |
| 2206 | end | |
| 2207 | elseif EHold then | |
| 2208 | BeeSpeed=BeeSpeed+1 | |
| 2209 | end | |
| 2210 | end) | |
| 2211 | end)() | |
| 2212 | ||
| 2213 | ||
| 2214 | ||
| 2215 | ||
| 2216 | mse = Player:GetMouse() | |
| 2217 | ||
| 2218 | sound2 = Instance.new("Sound", Character)
| |
| 2219 | sound2.SoundId = "https://www.roblox.com/asset/?id=864569342" | |
| 2220 | sound2.Volume = 2.5 | |
| 2221 | sound4 = Instance.new("Sound", Character)
| |
| 2222 | sound4.SoundId = "https://www.roblox.com/asset/?id=616576400" | |
| 2223 | sound4.Volume = 2 | |
| 2224 | TSTheme = Instance.new("Sound", Character)
| |
| 2225 | TSTheme.SoundId = "https://www.roblox.com/asset/?id=172374380" | |
| 2226 | TSTheme.Volume = 2 | |
| 2227 | canworld = true | |
| 2228 | mse.KeyDown:connect(function(key) | |
| 2229 | key = key:lower() | |
| 2230 | if key == "t" then | |
| 2231 | sound4:Play() | |
| 2232 | if canworld == false then return end | |
| 2233 | if canworld then | |
| 2234 | canworld = false | |
| 2235 | TSTheme:Play() | |
| 2236 | ||
| 2237 | local function spawnpart() | |
| 2238 | sphere = Instance.new("Part")
| |
| 2239 | --game.Debris:AddItem(sphere,3) | |
| 2240 | local sm = Instance.new("SpecialMesh", sphere)
| |
| 2241 | sm.MeshType = "Sphere" | |
| 2242 | sphere.Transparency = 0.5 | |
| 2243 | sphere.Anchored = true | |
| 2244 | sphere.CanCollide = false | |
| 2245 | sphere.Material = "Neon" | |
| 2246 | sphere.BrickColor = BrickColor.new("Black")
| |
| 2247 | end | |
| 2248 | ||
| 2249 | local function weld(lol) | |
| 2250 | local weld = Instance.new("Weld", Player.Character.Torso)
| |
| 2251 | weld.Part0 = Player.Character.Torso | |
| 2252 | weld.Part1 = lol | |
| 2253 | weld.C0 = Player.Character.Torso.CFrame:inverse() | |
| 2254 | weld.C1 = lol.CFrame:inverse() | |
| 2255 | end | |
| 2256 | wait() | |
| 2257 | spawnpart() | |
| 2258 | for i, v in pairs(game.Players:GetChildren()) do | |
| 2259 | t = v.Character:FindFirstChild("Torso")
| |
| 2260 | if t then | |
| 2261 | t.Anchored = true | |
| 2262 | Player.Character:FindFirstChild("Torso").Anchored = false
| |
| 2263 | end | |
| 2264 | RA = v.Character:FindFirstChild("Right Arm")
| |
| 2265 | if RA then | |
| 2266 | RA.Anchored = true | |
| 2267 | Player.Character:FindFirstChild("Right Arm").Anchored = false
| |
| 2268 | end | |
| 2269 | LA = v.Character:FindFirstChild("Left Arm")
| |
| 2270 | if LA then | |
| 2271 | LA.Anchored = true | |
| 2272 | Player.Character:FindFirstChild("Left Arm").Anchored = false
| |
| 2273 | end | |
| 2274 | RL = v.Character:FindFirstChild("Right Leg")
| |
| 2275 | if RL then | |
| 2276 | RL.Anchored = true | |
| 2277 | Player.Character:FindFirstChild("Right Leg").Anchored = false
| |
| 2278 | end | |
| 2279 | LL = v.Character:FindFirstChild("Left Leg")
| |
| 2280 | if LL then | |
| 2281 | LL.Anchored = true | |
| 2282 | Player.Character:FindFirstChild("Left Leg").Anchored = false
| |
| 2283 | end | |
| 2284 | end | |
| 2285 | weld(sphere) | |
| 2286 | cce = Instance.new("ColorCorrectionEffect", game.Lighting)
| |
| 2287 | cce.Saturation = -5 | |
| 2288 | --game.Debris:AddItem(cce, 5) | |
| 2289 | sphere.Parent = Character.Torso | |
| 2290 | for i = 1,3 do | |
| 2291 | sphere.Size = sphere.Size + Vector3.new(50,50,50) | |
| 2292 | wait() | |
| 2293 | end | |
| 2294 | wait() | |
| 2295 | sphere:Destroy() | |
| 2296 | BeeSpeed = 0 | |
| 2297 | cce.Saturation = -0.1 | |
| 2298 | wait(0.3) | |
| 2299 | cce.Saturation = -0.2 | |
| 2300 | wait(0.3) | |
| 2301 | cce.Saturation = -0.3 | |
| 2302 | wait(0.2) | |
| 2303 | cce.Saturation = -1.5 | |
| 2304 | wait() | |
| 2305 | end | |
| 2306 | end | |
| 2307 | end | |
| 2308 | ) | |
| 2309 | if canworld == false then | |
| 2310 | wait(9) | |
| 2311 | canworld = true | |
| 2312 | end | |
| 2313 | ||
| 2314 | mse.KeyDown:connect(function(key) | |
| 2315 | key = key:lower() | |
| 2316 | if key == "y" then | |
| 2317 | canworld = true | |
| 2318 | sound2:Play() | |
| 2319 | wait() | |
| 2320 | BeeSpeed = 1 | |
| 2321 | cce.Saturation = -1.3 | |
| 2322 | wait(0.5) | |
| 2323 | BeeSpeed = 1.2 | |
| 2324 | cce.Saturation = -0.5 | |
| 2325 | wait(0.5) | |
| 2326 | BeeSpeed = 1.4 | |
| 2327 | cce.Saturation = -0.4 | |
| 2328 | wait(0.3) | |
| 2329 | BeeSpeed = 1.5 | |
| 2330 | cce.Saturation = -0.2 | |
| 2331 | wait(0.2) | |
| 2332 | cce.Saturation = 0 | |
| 2333 | ||
| 2334 | for i, v in pairs(game.Players:GetChildren()) do | |
| 2335 | t = v.Character:FindFirstChild("Torso")
| |
| 2336 | if t then | |
| 2337 | t.Anchored = false | |
| 2338 | end | |
| 2339 | RA = v.Character:FindFirstChild("Right Arm")
| |
| 2340 | if RA then | |
| 2341 | RA.Anchored = false | |
| 2342 | end | |
| 2343 | LA = v.Character:FindFirstChild("Left Arm")
| |
| 2344 | if LA then | |
| 2345 | LA.Anchored = false | |
| 2346 | end | |
| 2347 | RL = v.Character:FindFirstChild("Right Leg")
| |
| 2348 | if RL then | |
| 2349 | RL.Anchored = false | |
| 2350 | end | |
| 2351 | LL = v.Character:FindFirstChild("Left Leg")
| |
| 2352 | if LL then | |
| 2353 | LL.Anchored = false | |
| 2354 | end | |
| 2355 | end | |
| 2356 | BeeSpeed = 100 | |
| 2357 | TSTheme:Stop() | |
| 2358 | end | |
| 2359 | end) |