SHOW:
|
|
- or go back to the newest paste.
| 1 | --MADE BY OneLegend (NOT THE SCRIPT) LOCAL SCRIPT: Go to line 5 and 6 and put your name where it says "YOUR NAME HERE" | |
| 2 | ||
| 3 | ||
| 4 | ||
| 5 | - | Names = "LeLimited"--------your name goes here |
| 5 | + | Names = "cutelittlepeople"--------your name goes here |
| 6 | - | Player = game:GetService("Players").LeLimited------your name goes also here
|
| 6 | + | Player = game:GetService("Players").cutelittlepeople------your name goes also here
|
| 7 | Character = Player.Character | |
| 8 | PlayerGui = Player.PlayerGui | |
| 9 | Backpack = Player.Backpack | |
| 10 | Humanoid = Character.Humanoid | |
| 11 | Torso = Character.Torso | |
| 12 | Head = Character.Head | |
| 13 | LeftArm = Character["Left Arm"] | |
| 14 | RightArm = Character["Right Arm"] | |
| 15 | LeftLeg = Character["Left Leg"] | |
| 16 | RightLeg = Character["Right Leg"] | |
| 17 | Neck = Torso["Neck"] | |
| 18 | RightShoulder = Torso["Right Shoulder"] | |
| 19 | LeftShoulder = Torso["Left Shoulder"] | |
| 20 | RightHip = Torso["Right Hip"] | |
| 21 | LeftHip = Torso["Left Hip"] | |
| 22 | NeckC0 = CFrame.new(0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0) | |
| 23 | NeckC1 = CFrame.new(0, -0.5, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0) | |
| 24 | LeftShoulderC0 = CFrame.new(-1, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0) | |
| 25 | LeftShoulderC1 = CFrame.new(0.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0) | |
| 26 | RightShoulderC0 = CFrame.new(1, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0) | |
| 27 | RightShoulderC1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0) | |
| 28 | LeftHipC0 = CFrame.new(-1, -1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0) | |
| 29 | LeftHipC1 = CFrame.new(-0.5, 1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0) | |
| 30 | RightHipC0 = CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0) | |
| 31 | RightHipC1 = CFrame.new(0.5, 1, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0) | |
| 32 | Damage = 2000000 | |
| 33 | Sound = Instance.new("Sound")
| |
| 34 | Sound.Parent = Head | |
| 35 | Sound.Name = "Sound" | |
| 36 | Sound.Pitch = .8 | |
| 37 | Sound.SoundId = "" | |
| 38 | Sound.Volume = 2 | |
| 39 | Stuff = Player.Character:GetChildren() | |
| 40 | for i = 1 , #Stuff do | |
| 41 | if Stuff[i].Name == "Shirt" or Stuff[i].Name == "Pants" or Stuff[i].className == "Hat" then | |
| 42 | Stuff[i]:Remove() | |
| 43 | end | |
| 44 | end | |
| 45 | Torso.BrickColor = BrickColor.new("really blue")
| |
| 46 | Head.BrickColor = BrickColor.new("really blue")
| |
| 47 | RightArm.BrickColor = BrickColor.new("really blue")
| |
| 48 | LeftArm.BrickColor = BrickColor.new("really blue")
| |
| 49 | RightLeg.BrickColor = BrickColor.new("really blue")
| |
| 50 | LeftLeg.BrickColor = BrickColor.new("really blue")
| |
| 51 | Torso.Reflectance = .4 | |
| 52 | Head.Reflectance = .4 | |
| 53 | RightArm.Reflectance = .4 | |
| 54 | LeftArm.Reflectance = .4 | |
| 55 | RightLeg.Reflectance = .4 | |
| 56 | LeftLeg.Reflectance = .4 | |
| 57 | Character.Head.face:remove() | |
| 58 | Eye1 = Instance.new("Part")
| |
| 59 | Eye1.Parent = Character | |
| 60 | Eye1.Size = Vector3.new(1,1,1) | |
| 61 | Eye1.TopSurface = "Smooth" | |
| 62 | Eye1.BottomSurface = "Smooth" | |
| 63 | Eye1.CanCollide = false | |
| 64 | Eye1.Reflectance = .1 | |
| 65 | Eye1.FormFactor = "Symmetric" | |
| 66 | Eye1.BrickColor = BrickColor.new("Lime green")
| |
| 67 | e1m=Instance.new("BlockMesh")
| |
| 68 | e1m.Scale=Vector3.new(.25,.2,.25) | |
| 69 | e1m.Bevel=.1 | |
| 70 | e1m.Parent=Eye1 | |
| 71 | Eye1:BreakJoints() | |
| 72 | pweld = Instance.new("Weld")
| |
| 73 | pweld.Parent = Head | |
| 74 | pweld.Part0 = Head | |
| 75 | pweld.Part1 = Eye1 | |
| 76 | pweld.C0 = CFrame.new(.2,0.21,-.55) | |
| 77 | Eye2 = Instance.new("Part")
| |
| 78 | Eye2.Parent = Character | |
| 79 | Eye2.Size = Vector3.new(1,1,1) | |
| 80 | Eye2.TopSurface = "Smooth" | |
| 81 | Eye2.BottomSurface = "Smooth" | |
| 82 | Eye2.CanCollide = false | |
| 83 | Eye2.Reflectance = .1 | |
| 84 | Eye2.FormFactor = "Symmetric" | |
| 85 | Eye2.BrickColor = BrickColor.new("Lime green")
| |
| 86 | e2m=Instance.new("BlockMesh")
| |
| 87 | e2m.Scale=Vector3.new(.25,.2,.25) | |
| 88 | e2m.Bevel=.1 | |
| 89 | e2m.Parent=Eye2 | |
| 90 | Eye2:BreakJoints() | |
| 91 | pweld = Instance.new("Weld")
| |
| 92 | pweld.Parent = Head | |
| 93 | pweld.Part0 = Head | |
| 94 | pweld.Part1 = Eye2 | |
| 95 | pweld.C0 = CFrame.new(-.2,0.21,-.55) | |
| 96 | Mouth = Instance.new("Part")
| |
| 97 | Mouth.Parent = Character | |
| 98 | Mouth.Size = Vector3.new(1,1,1) | |
| 99 | Mouth.TopSurface = "Smooth" | |
| 100 | Mouth.BottomSurface = "Smooth" | |
| 101 | Mouth.CanCollide = false | |
| 102 | Mouth.Reflectance = .1 | |
| 103 | Mouth.FormFactor = "Symmetric" | |
| 104 | Mouth.BrickColor = BrickColor.new("Lime green")
| |
| 105 | MouthMesh=Instance.new("SpecialMesh")
| |
| 106 | MouthMesh.Scale=Vector3.new(.9,0.2,1.05) | |
| 107 | MouthMesh.MeshType = "Sphere" | |
| 108 | MouthMesh.Parent=Mouth | |
| 109 | Mouth:BreakJoints() | |
| 110 | meld = Instance.new("Weld")
| |
| 111 | meld.Parent = Head | |
| 112 | meld.Part0 = Head | |
| 113 | meld.Part1 = Mouth | |
| 114 | meld.C0 = CFrame.new(0,-.3,-.1) | |
| 115 | function PwnWelds() | |
| 116 | TiltX = 0 | |
| 117 | TiltY = 0 | |
| 118 | TiltZ = 1.57 | |
| 119 | RightShoulder.C0 = RightShoulderC0 * CFrame.Angles(TiltX, TiltY, TiltZ) | |
| 120 | LeftShoulder.C0 = LeftShoulderC0 * CFrame.Angles(TiltX, TiltY, -TiltZ) | |
| 121 | TiltX = 0.6 | |
| 122 | TiltY = 0 | |
| 123 | TiltZ = 0 | |
| 124 | MoveX = 0 | |
| 125 | MoveY = 0 | |
| 126 | MoveZ = -0.3 | |
| 127 | RightShoulder.C0 = RightShoulder.C0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX, MoveY, MoveZ) | |
| 128 | LeftShoulder.C0 = LeftShoulder.C0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX, MoveY, MoveZ) | |
| 129 | TiltX = -0.05 | |
| 130 | TiltY = 0 | |
| 131 | TiltZ = 0 | |
| 132 | MoveX = 0 | |
| 133 | MoveY = 0.1 | |
| 134 | MoveZ = 0 | |
| 135 | RightHip.C0 = RightHipC0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX, MoveY, MoveZ) | |
| 136 | LeftHip.C0 = LeftHipC0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX, MoveY, MoveZ) | |
| 137 | end | |
| 138 | function RefreshWelds() | |
| 139 | Neck.C0 = NeckC0 | |
| 140 | Neck.C1 = NeckC1 | |
| 141 | RightShoulder.C0 = RightShoulderC0 | |
| 142 | RightShoulder.C1 = RightShoulderC1 | |
| 143 | LeftShoulder.C0 = LeftShoulderC0 | |
| 144 | LeftShoulder.C1 = LeftShoulderC1 | |
| 145 | RightHip.C0 = RightHipC0 | |
| 146 | RightHip.C1 = RightHipC1 | |
| 147 | LeftHip.C0 = LeftHipC0 | |
| 148 | LeftHip.C1 = LeftHipC1 | |
| 149 | end | |
| 150 | function Heal() | |
| 151 | ShockWave = Instance.new("Part")
| |
| 152 | ShockWave.Parent = Torso | |
| 153 | ShockWave.Anchored = true | |
| 154 | ShockWave.CanCollide = false | |
| 155 | ShockWave.Locked = true | |
| 156 | ShockWave.Transparency = 0 | |
| 157 | ShockWave.Shape = "Ball" | |
| 158 | ShockWave.BrickColor = BrickColor.new("Really red")
| |
| 159 | ShockWave.Size = Vector3.new(1, 1, 1) | |
| 160 | ShockWave.TopSurface = "Smooth" | |
| 161 | ShockWave.BottomSurface = "Smooth" | |
| 162 | ShockWave.CFrame = Torso.CFrame | |
| 163 | ShockWaveMesh = Instance.new("SpecialMesh")
| |
| 164 | ShockWaveMesh.Parent = ShockWave | |
| 165 | ShockWaveMesh.MeshType = "Sphere" | |
| 166 | ShockWaveMesh.Scale = Vector3.new(1, 1, 1) | |
| 167 | game:getService("Debris"):AddItem(ShockWave, 2)
| |
| 168 | for i = 1 , 100 do | |
| 169 | ShockWave.Size = ShockWave.Size + Vector3.new(1, 1, 1) | |
| 170 | ShockWave.Transparency = ShockWave.Transparency + 0.02 | |
| 171 | ShockWave.CFrame = Torso.CFrame | |
| 172 | for u, c in pairs(workspace:GetChildren()) do | |
| 173 | h = c:findFirstChild("Humanoid")
| |
| 174 | t = c:findFirstChild("Torso")
| |
| 175 | if h ~= nil and t ~= nil then | |
| 176 | if (Torso.Position-t.Position).magnitude <= 20 then | |
| 177 | h.Health = h.Health + 12 | |
| 178 | end | |
| 179 | end | |
| 180 | end | |
| 181 | wait(0.01) | |
| 182 | end | |
| 183 | end | |
| 184 | function Roar() | |
| 185 | for i = 1, 4 do | |
| 186 | MouthMesh.Scale = MouthMesh.Scale + Vector3.new(0,.2,0) | |
| 187 | meld.C0 = meld.C0 + Vector3.new(0,.05,0) | |
| 188 | wait(.2) | |
| 189 | end | |
| 190 | Sound.SoundId = "http://www.roblox.com/asset/?id=24478553"--24478553,24483366 | |
| 191 | Sound.Pitch = 1 | |
| 192 | for i = 1, 50 do | |
| 193 | Sound:play() | |
| 194 | Sound:play() | |
| 195 | Sound:play() | |
| 196 | Sound:play() | |
| 197 | Sound:play() | |
| 198 | Sound:play() | |
| 199 | Sound:play() | |
| 200 | Sound:play() | |
| 201 | for u, c in pairs(workspace:GetChildren()) do | |
| 202 | if c.Name ~= Names then | |
| 203 | h = c:findFirstChild("Humanoid")
| |
| 204 | t = c:findFirstChild("Torso")
| |
| 205 | if h ~= nil and t ~= nil then | |
| 206 | if (Torso.Position-t.Position).magnitude <= 25000 then | |
| 207 | t.CFrame = t.CFrame * CFrame.Angles(math.random(-1, 1), math.random(-1, 1), math.random(-1, 1)) | |
| 208 | h:TakeDamage(h.Health/1) | |
| 209 | end | |
| 210 | end | |
| 211 | end | |
| 212 | end | |
| 213 | wait() | |
| 214 | end | |
| 215 | wait(2) | |
| 216 | for i = 1, 4 do | |
| 217 | MouthMesh.Scale = MouthMesh.Scale - Vector3.new(0,.2,0) | |
| 218 | meld.C0 = meld.C0 - Vector3.new(0,.05,0) | |
| 219 | wait(.2) | |
| 220 | end | |
| 221 | end | |
| 222 | function Rocket() | |
| 223 | for i = 1, 10 do | |
| 224 | e1m.Scale = e1m.Scale + Vector3.new(.025,.025,.025) | |
| 225 | e2m.Scale = e2m.Scale + Vector3.new(.025,.025,.025) | |
| 226 | wait() | |
| 227 | end | |
| 228 | Eye1.BrickColor = BrickColor.new("Black")
| |
| 229 | Eye2.BrickColor = BrickColor.new("Black")
| |
| 230 | RCKT = Eye1:Clone() | |
| 231 | RCKT.Parent = Character | |
| 232 | RCKT.Size = Vector3.new(10,2,3) | |
| 233 | RCKT.Anchored = false | |
| 234 | RCKT.Position = Head.Position | |
| 235 | RCKT.CFrame = RCKT.CFrame * CFrame.new(0, -2, 0) | |
| 236 | RVelocity = Instance.new("BodyVelocity")
| |
| 237 | RVelocity.Parent = RCKT | |
| 238 | RVelocity.maxForce = Vector3.new(math.huge, math.huge, math.huge) | |
| 239 | RVelocity.velocity = RCKT.CFrame.lookVector * 30 | |
| 240 | game:getService("Debris"):AddItem(RCKT, 5)
| |
| 241 | function damage(hit) | |
| 242 | local hum = hit.Parent:FindFirstChild("Humanoid")
| |
| 243 | if hum ~= nil then | |
| 244 | hum.Health = hum.Health - 101 | |
| 245 | end | |
| 246 | end | |
| 247 | RCKT.Touched:connect(damage) | |
| 248 | wait(1) | |
| 249 | for i = 1, 10 do | |
| 250 | e1m.Scale = e1m.Scale - Vector3.new(.025,.025,.025) | |
| 251 | e2m.Scale = e2m.Scale - Vector3.new(.025,.025,.025) | |
| 252 | wait() | |
| 253 | end | |
| 254 | Eye1.BrickColor = BrickColor.new("Really red")
| |
| 255 | Eye2.BrickColor = BrickColor.new("Really red")
| |
| 256 | end | |
| 257 | function EyeLaser() | |
| 258 | Character.Humanoid.WalkSpeed = 0 | |
| 259 | local bea = Instance.new("Model")
| |
| 260 | bea.Parent = Character | |
| 261 | for i = 1, 10 do | |
| 262 | wait() | |
| 263 | transnumb = 0.09*i | |
| 264 | pab1 = Eye1:Clone() | |
| 265 | pab1.Size = Vector3.new(2,2,4) | |
| 266 | pab1.Parent = bea | |
| 267 | pab1.Transparency = 0.9-transnumb | |
| 268 | pab1.Touched:connect( | |
| 269 | function(h) | |
| 270 | if h.Name ~= "Base" and h.Parent ~= Character then else return end | |
| 271 | h.BrickColor = BrickColor.new("Really red")
| |
| 272 | h.Transparency = pab1.Transparency | |
| 273 | game:getService("Debris"):AddItem(h, 0.6)
| |
| 274 | end) | |
| 275 | pab1:BreakJoints() | |
| 276 | pab2 = Eye2:Clone() | |
| 277 | pab2.Size = Vector3.new(2,2,4) | |
| 278 | pab2.Parent = bea | |
| 279 | pab2.Transparency = 0.9-transnumb | |
| 280 | pab2.Touched:connect( | |
| 281 | function(h) | |
| 282 | if h.Name ~= "Base" and h.Parent ~= Character then else return end | |
| 283 | h.BrickColor = BrickColor.new("Really red")
| |
| 284 | h.Transparency = pab2.Transparency | |
| 285 | game:getService("Debris"):AddItem(h, 0.6)
| |
| 286 | end) | |
| 287 | pab2:BreakJoints() | |
| 288 | weld = Instance.new("Weld")
| |
| 289 | weld.Parent = bea | |
| 290 | weld.Part0 = Eye1 | |
| 291 | weld.Part1 = pab1 | |
| 292 | weld.C0 = CFrame.new(0,0,-1*i) | |
| 293 | weld = Instance.new("Weld")
| |
| 294 | weld.Parent = bea | |
| 295 | weld.Part0 = Eye2 | |
| 296 | weld.Part1 = pab2 | |
| 297 | weld.C0 = CFrame.new(0,0,-1*i) | |
| 298 | end | |
| 299 | for i = 1, 50 do | |
| 300 | wait() | |
| 301 | lol = bea:GetChildren() | |
| 302 | for i = 1, #lol do | |
| 303 | if lol[i].className == "Weld" then | |
| 304 | lol[i].C0 = lol[i].C0 * CFrame.new(0,0,-1) | |
| 305 | end | |
| 306 | end | |
| 307 | end | |
| 308 | game:getService("Debris"):AddItem(bea, 0.01)
| |
| 309 | Character.Humanoid.WalkSpeed = 16 | |
| 310 | end | |
| 311 | function Suicide() | |
| 312 | ef2 = Instance.new("BodyVelocity")
| |
| 313 | ef2.Parent = Torso | |
| 314 | ef2.maxForce = Vector3.new(0,math.huge,0) | |
| 315 | ef2.velocity = Vector3.new(0, 50, 0) | |
| 316 | Character.Humanoid.PlatformStand = true | |
| 317 | fu = Instance.new("Fire")
| |
| 318 | fu.Parent = Torso | |
| 319 | fu.Size = 10 | |
| 320 | fu.Heat = -15 | |
| 321 | wait(1) | |
| 322 | Sound.SoundId = "http://www.roblox.com/asset/?id=2101148" | |
| 323 | Sound.Pitch = 1 | |
| 324 | for i = 1, 3 do | |
| 325 | e = Instance.new("Explosion")
| |
| 326 | e.Parent = Workspace | |
| 327 | e.Position = Torso.Position | |
| 328 | e.BlastRadius = 30 | |
| 329 | e.BlastPressure = 10000 | |
| 330 | Sound:play() | |
| 331 | wait(.2) | |
| 332 | e = Instance.new("Explosion")
| |
| 333 | e.Parent = Workspace | |
| 334 | e.Position = Head.Position | |
| 335 | e.BlastRadius = 30 | |
| 336 | e.BlastPressure = 1000 | |
| 337 | Sound:play() | |
| 338 | wait(.2) | |
| 339 | e = Instance.new("Explosion")
| |
| 340 | e.Parent = Workspace | |
| 341 | e.Position = RightArm.Position | |
| 342 | e.BlastRadius = 30 | |
| 343 | e.BlastPressure = 1000 | |
| 344 | Sound:play() | |
| 345 | wait(.2) | |
| 346 | e = Instance.new("Explosion")
| |
| 347 | e.Parent = Workspace | |
| 348 | e.Position = LeftArm.Position | |
| 349 | e.BlastRadius = 30 | |
| 350 | e.BlastPressure = 1000 | |
| 351 | Sound:play() | |
| 352 | wait(.2) | |
| 353 | e = Instance.new("Explosion")
| |
| 354 | e.Parent = Workspace | |
| 355 | e.Position = LeftLeg.Position | |
| 356 | e.BlastRadius = 30 | |
| 357 | e.BlastPressure = 1000 | |
| 358 | Sound:play() | |
| 359 | wait(.2) | |
| 360 | e = Instance.new("Explosion")
| |
| 361 | e.Parent = Workspace | |
| 362 | e.Position = RightLeg.Position | |
| 363 | e.BlastRadius = 1000 | |
| 364 | e.BlastPressure = 1000 | |
| 365 | Sound:play() | |
| 366 | wait(.2) | |
| 367 | end | |
| 368 | end | |
| 369 | function Jump() | |
| 370 | Character.Humanoid.PlatformStand = true | |
| 371 | Torso.Velocity = Torso.CFrame.lookVector * 150 + Vector3.new(0, 130, 0) | |
| 372 | for i = 1 , 20 do | |
| 373 | Torso.CFrame = Torso.CFrame * CFrame.Angles(-0.5, 0, 0) | |
| 374 | wait() | |
| 375 | end | |
| 376 | Character.Humanoid.PlatformStand = false | |
| 377 | Gyro = Instance.new("BodyGyro")
| |
| 378 | Gyro.Parent = Torso | |
| 379 | Gyro.cframe = CFrame.new(0, 0, 0) * CFrame.aAngles(0, 0, 0) | |
| 380 | Gyro.maxTorque = Vector3.new(math.huge, math.huge, math.huge) | |
| 381 | wait(0.1) | |
| 382 | Gyro:Remove() | |
| 383 | end | |
| 384 | function Shield() | |
| 385 | Character.Humanoid.PlatformStand = true | |
| 386 | s = Instance.new("Part")
| |
| 387 | s.Parent = Character | |
| 388 | s.Size = Vector3.new(8,8,8) | |
| 389 | s.Shape = "Ball" | |
| 390 | s.TopSurface = "Smooth" | |
| 391 | s.BottomSurface = "Smooth" | |
| 392 | s.Transparency = .5 | |
| 393 | s.Position = Torso.Position | |
| 394 | s.BrickColor = BrickColor.new("Royal purple")
| |
| 395 | sweld = Instance.new("Weld")
| |
| 396 | sweld.Parent = Torso | |
| 397 | sweld.Part0 = Torso | |
| 398 | sweld.Part1 = s | |
| 399 | sweld.C0 = CFrame.new(0,0,0) | |
| 400 | game:getService("Debris"):AddItem(s, 13)
| |
| 401 | wait(10) | |
| 402 | for i = 1, 10 do | |
| 403 | wait() | |
| 404 | s.Transparency = s.Transparency + .05 | |
| 405 | end | |
| 406 | Character.Humanoid.PlatformStand = false | |
| 407 | s:remove() | |
| 408 | end | |
| 409 | function GroundPound() | |
| 410 | ef2 = Instance.new("BodyVelocity")
| |
| 411 | ef2.Parent = Torso | |
| 412 | ef2.maxForce = Vector3.new(0,math.huge,0) | |
| 413 | ef2.velocity = Vector3.new(0, 100, 0) | |
| 414 | --Character.Humanoid.PlatformStand = true | |
| 415 | wait(3) | |
| 416 | Torso.CFrame = Torso.CFrame*CFrame.Angles(3.14,0,0) | |
| 417 | ef2.velocity = Vector3.new(0, -100, 0) | |
| 418 | wait(1) | |
| 419 | ef2.velocity = Vector3.new(0, -150, 0) | |
| 420 | fu = Instance.new("Fire")
| |
| 421 | fu.Parent = Torso | |
| 422 | fu.Size = 10 | |
| 423 | fu.Heat = 15 | |
| 424 | wait(1.3) | |
| 425 | Range = 10000 | |
| 426 | for i = 1 , 5 do | |
| 427 | Range = Range + 15 | |
| 428 | Character.Humanoid.WalkSpeed = 0 | |
| 429 | Boom = Instance.new("Explosion")
| |
| 430 | Boom.Parent = Workspace | |
| 431 | Boom.BlastRadius = Range/2 | |
| 432 | Boom.Position = Torso.Position+Vector3.new(Range, 0, 0) | |
| 433 | Boom = Instance.new("Explosion")
| |
| 434 | Boom.Parent = Workspace | |
| 435 | Boom.BlastRadius = Range/2 | |
| 436 | Boom.Position = Torso.Position+Vector3.new(-Range, 0, 0) | |
| 437 | Boom = Instance.new("Explosion")
| |
| 438 | Boom.Parent = Workspace | |
| 439 | Boom.BlastRadius = Range/2 | |
| 440 | Boom.Position = Torso.Position+Vector3.new(0, 0, Range) | |
| 441 | Boom = Instance.new("Explosion")
| |
| 442 | Boom.Parent = Workspace | |
| 443 | Boom.BlastRadius = Range/2 | |
| 444 | Boom.Position = Torso.Position+Vector3.new(0, 0, -Range) | |
| 445 | Boom = Instance.new("Explosion")
| |
| 446 | Boom.Parent = Workspace | |
| 447 | Boom.BlastRadius = Range/2 | |
| 448 | Boom.Position = Torso.Position+Vector3.new(Range, 0, Range) | |
| 449 | Boom = Instance.new("Explosion")
| |
| 450 | Boom.Parent = Workspace | |
| 451 | Boom.BlastRadius = Range/2 | |
| 452 | Boom.Position = Torso.Position+Vector3.new(-Range, 0, Range) | |
| 453 | Boom = Instance.new("Explosion")
| |
| 454 | Boom.Parent = Workspace | |
| 455 | Boom.BlastRadius = Range/2 | |
| 456 | Boom.Position = Torso.Position+Vector3.new(Range, 0, -Range) | |
| 457 | Boom = Instance.new("Explosion")
| |
| 458 | Boom.Parent = Workspace | |
| 459 | Boom.BlastRadius = Range/2 | |
| 460 | Boom.Position = Torso.Position+Vector3.new(-Range, 0, -Range) | |
| 461 | wait(0.05) | |
| 462 | end | |
| 463 | ef2:remove() | |
| 464 | fu:remove() | |
| 465 | Character.Humanoid.PlatformStand = false | |
| 466 | end | |
| 467 | function Eyez() | |
| 468 | for i = 1, 5 do | |
| 469 | e1m.Scale = e1m.Scale + Vector3.new(0,0,.1) | |
| 470 | e2m.Scale = e2m.Scale + Vector3.new(0,0,.1) | |
| 471 | wait() | |
| 472 | end | |
| 473 | wait() | |
| 474 | for i = 1, 5 do | |
| 475 | e1m.Scale = e1m.Scale - Vector3.new(0,0,.1) | |
| 476 | e2m.Scale = e2m.Scale - Vector3.new(0,0,.1) | |
| 477 | wait() | |
| 478 | end | |
| 479 | end | |
| 480 | function FootBlox() | |
| 481 | for u, c in pairs(workspace:GetChildren()) do | |
| 482 | h = c:findFirstChild("Humanoid")
| |
| 483 | t = c:findFirstChild("Torso")
| |
| 484 | if h ~= nil and t ~= nil and c.Name ~= Character.Name then | |
| 485 | if h.Health > 0 then | |
| 486 | if (Torso.Position-t.Position).magnitude <= 25000 then | |
| 487 | Gyro = Instance.new("BodyGyro")
| |
| 488 | Gyro.Parent = Torso | |
| 489 | Gyro.maxTorque = Vector3.new(math.huge, 0, math.huge) | |
| 490 | Gyro.cframe = Torso.CFrame | |
| 491 | PwnWelds() | |
| 492 | RightShoulder.C0 = RightShoulderC0 * CFrame.Angles(0, 0, 1.4) | |
| 493 | LeftShoulder.C0 = LeftShoulderC0 * CFrame.Angles(0, 0, -1.4) | |
| 494 | wait(0.1) | |
| 495 | t.CFrame = Torso.CFrame | |
| 496 | h.PlatformStand = true | |
| 497 | ww = Instance.new("Weld")
| |
| 498 | ww.Part0 =Torso | |
| 499 | ww.Part1 = t | |
| 500 | ww.Parent = Torso | |
| 501 | ww.C0 = CFrame.new(0, 0, -2) | |
| 502 | h:TakeDamage(2) | |
| 503 | wait(1) | |
| 504 | PwnWelds() | |
| 505 | h:TakeDamage(5) | |
| 506 | wait(0.05) | |
| 507 | LA = c["Left Arm"] | |
| 508 | LL = c["Left Leg"] | |
| 509 | RA = c["Right Arm"] | |
| 510 | RL = c["Right Leg"] | |
| 511 | w = Instance.new("Weld")
| |
| 512 | w.Part0 = c["Right Leg"] | |
| 513 | w.Part1 = t | |
| 514 | w.Parent = c["Right Leg"] | |
| 515 | w.C0 = CFrame.new(.5, 0, .5) | |
| 516 | w = Instance.new("Weld")
| |
| 517 | w.Part0 = c["Left Leg"] | |
| 518 | w.Part1 = t | |
| 519 | w.Parent = c["Left Leg"] | |
| 520 | w.C0 = CFrame.new(-.5, 0, .5) | |
| 521 | w = Instance.new("Weld")
| |
| 522 | w.Part0 = c["Left Arm"] | |
| 523 | w.Part1 = t | |
| 524 | w.Parent = c["Left Arm"] | |
| 525 | w.C0 = CFrame.new(-.5, 0, -.5) | |
| 526 | w = Instance.new("Weld")
| |
| 527 | w.Part0 = c["Right Arm"] | |
| 528 | w.Part1 = t | |
| 529 | w.Parent = c["Right Arm"] | |
| 530 | w.C0 = CFrame.new(.5, 0, -.5) | |
| 531 | w = Instance.new("Weld")
| |
| 532 | w.Part0 = c.Head | |
| 533 | w.Part1 = t | |
| 534 | w.Parent = c.Head | |
| 535 | w.C0 = CFrame.new(0, -1, 0) | |
| 536 | wait(0.2) | |
| 537 | RightShoulder.C0 = RightShoulderC0 * CFrame.Angles(0, 0, 1.3) | |
| 538 | LeftShoulder.C0 = LeftShoulderC0 * CFrame.Angles(0, 0, -1.3) | |
| 539 | wait(0.15) | |
| 540 | PwnWelds() | |
| 541 | h:TakeDamage(5) | |
| 542 | wait(0.1) | |
| 543 | RightShoulder.C0 = RightShoulderC0 * CFrame.Angles(0, 0, 1.4) | |
| 544 | LeftShoulder.C0 = LeftShoulderC0 * CFrame.Angles(0, 0, -1.4) | |
| 545 | wait(1.5) | |
| 546 | for i = 1 , 6 do | |
| 547 | RightShoulder.C0 = RightShoulderC0 * CFrame.Angles(0, 0, -0.15*i) | |
| 548 | LeftShoulder.C0 = LeftShoulderC0 * CFrame.Angles(0, 0, 0.15*i) | |
| 549 | RightHip.C0 = RightHipC0 * CFrame.Angles(0, 0, 0.31*i) | |
| 550 | LeftHip.C0 = LeftHipC0 * CFrame.Angles(0, 0, 0.035*i) | |
| 551 | wait() | |
| 552 | end | |
| 553 | h:TakeDamage(20) | |
| 554 | ww:Remove() | |
| 555 | t.Velocity = Torso.CFrame.lookVector * 500 + Vector3.new(0, 50, 0) | |
| 556 | wait(0.3) | |
| 557 | for i = 1 , 6 do | |
| 558 | RightShoulder.C0 = RightShoulder.C0 * CFrame.Angles(0, 0, 0.15) | |
| 559 | LeftShoulder.C0 = LeftShoulder.C0 * CFrame.Angles(0, 0, -0.15) | |
| 560 | RightHip.C0 = RightHip.C0 * CFrame.Angles(0, 0, -0.31) | |
| 561 | LeftHip.C0 = LeftHip.C0 * CFrame.Angles(0, 0, -0.035) | |
| 562 | wait() | |
| 563 | end | |
| 564 | Gyro:Remove() | |
| 565 | RefreshWelds() | |
| 566 | end | |
| 567 | end | |
| 568 | end | |
| 569 | end | |
| 570 | end | |
| 571 | function HeadAche() | |
| 572 | RightShoulder.C0 = RightShoulderC0 * CFrame.Angles(0, 0, 3.14) | |
| 573 | wait(0.4) | |
| 574 | Character.Head.Mesh.Scale = Vector3.new(0,0,0) | |
| 575 | Character.Head.Transparency = 1 | |
| 576 | Mouth.Transparency = 1 | |
| 577 | Eye1.Transparency = 1 | |
| 578 | Eye2.Transparency = 1 | |
| 579 | Mod = Instance.new("Model",workspace)
| |
| 580 | Mod.Name = Names | |
| 581 | HeadPart = Instance.new("Part")
| |
| 582 | HeadPart.Parent = Mod | |
| 583 | HeadPart.CanCollide = false | |
| 584 | HeadPart.Size = Vector3.new(1,1,1) | |
| 585 | HeadPart.BrickColor = Character.Head.BrickColor | |
| 586 | HeadPart.Reflectance = Character.Head.Reflectance | |
| 587 | HeadPart.formFactor = "Symmetric" | |
| 588 | HeadPart.Position = RightArm.Position | |
| 589 | HeadPart.Name = "Head" | |
| 590 | Human = Instance.new("Humanoid")
| |
| 591 | Human.Parent = Mod | |
| 592 | Human.Health = 0 | |
| 593 | HPMesh = Instance.new("SpecialMesh")
| |
| 594 | HPMesh.MeshType = "Head" | |
| 595 | HPMesh.Parent = HeadPart | |
| 596 | HPMesh.Scale = Vector3.new(1.25,1.25,1.25) | |
| 597 | w = Instance.new("Weld")
| |
| 598 | w.Parent = RightArm | |
| 599 | w.Part0 = RightArm | |
| 600 | w.Part1 = HeadPart | |
| 601 | w.C0 = CFrame.new(0, -1.3, 0) | |
| 602 | wait(0.7) | |
| 603 | RightShoulder.C0 = RightShoulderC0 * CFrame.Angles(0, 0, -2) | |
| 604 | LeftShoulder.C0 = LeftShoulderC0 * CFrame.Angles(0, 0, -1) | |
| 605 | wait(0.5) | |
| 606 | RightShoulder.C0 = RightShoulderC0 * CFrame.Angles(0, 0, 1.6) | |
| 607 | LeftShoulder.C0 = LeftShoulderC0 * CFrame.Angles(0, 0, 1.2) | |
| 608 | wait() | |
| 609 | w:Remove() | |
| 610 | function damage(hit) | |
| 611 | hum = hit.Parent:FindFirstChild("Humanoid")
| |
| 612 | if hit.Parent ~= Character then | |
| 613 | if hum ~= nil then | |
| 614 | Velocity:Remove() | |
| 615 | Gyro:Remove() | |
| 616 | hum.PlatformStand = true | |
| 617 | hum.Health = hum.Health - 6 | |
| 618 | hum.Parent.Torso.CFrame = hum.Parent.Torso.CFrame * CFrame.Angles(math.random(-2, 2), math.random(-2, 2), math.random(-2, 2)) | |
| 619 | HeadPart.Size = Vector3.new(1,1,1) | |
| 620 | HPMesh.Scale = Vector3.new(1.25,1.25,1.25) | |
| 621 | HeadPart.CanCollide = true | |
| 622 | end | |
| 623 | end | |
| 624 | end | |
| 625 | HeadPart.Touched:connect(damage) | |
| 626 | Gyro = Instance.new("BodyGyro")
| |
| 627 | Gyro.Parent = HeadPart | |
| 628 | Gyro.maxTorque = Vector3.new(math.huge, math.huge, math.huge) | |
| 629 | Gyro.cframe = Character.Torso.CFrame * CFrame.Angles(0, 0, 1.57) | |
| 630 | Gyro.D = 50 | |
| 631 | Velocity = Instance.new("BodyVelocity")
| |
| 632 | Velocity.Parent = HeadPart | |
| 633 | Velocity.maxForce = Vector3.new(math.huge, math.huge, math.huge) | |
| 634 | Velocity.velocity = Character.Torso.CFrame.lookVector * 75 | |
| 635 | -- Torso.CFrame = Torso.CFrame * CFrame.Angles(2, 0, 0) | |
| 636 | wait(0.5) | |
| 637 | HeadPart.Size = Vector3.new(4,4,4) | |
| 638 | HPMesh.Scale = Vector3.new(.3125,.3125,.3125) | |
| 639 | -- Character.Humanoid.PlatformStand = true | |
| 640 | RefreshWelds() | |
| 641 | wait(.25) | |
| 642 | HeadPart.CanCollide = true | |
| 643 | for i = 1 , 10 do | |
| 644 | Gyro.cframe = Gyro.cframe * CFrame.Angles(0, 1, 1) | |
| 645 | wait(0.0625) | |
| 646 | end | |
| 647 | wait(.5) | |
| 648 | if Velocity ~= nil then | |
| 649 | Velocity:Remove() | |
| 650 | end | |
| 651 | wait(0.1) | |
| 652 | Character.Head.Mesh.Scale = Vector3.new(0,0,0) | |
| 653 | HPMesh.Scale = Vector3.new(1.25,1.25,1.25) | |
| 654 | HeadPart.Size = Vector3.new(1,1,1) | |
| 655 | HeadPart.CanCollide = true | |
| 656 | if Gyro ~= nil then | |
| 657 | Gyro:Remove() | |
| 658 | end | |
| 659 | wait(1) | |
| 660 | Mod:remove() | |
| 661 | Character.Head.Transparency = 0 | |
| 662 | Character.Head.Mesh.Scale = Vector3.new(0,0,0) | |
| 663 | for i = 1, 10 do | |
| 664 | Character.Head.Mesh.Scale = Character.Head.Mesh.Scale + Vector3.new(.125,.125,.125) | |
| 665 | wait(.05) | |
| 666 | end | |
| 667 | Mouth.Transparency = 0 | |
| 668 | Eye1.Transparency = 0 | |
| 669 | Eye2.Transparency = 0 | |
| 670 | wait(0.1) | |
| 671 | --Character.Humanoid.PlatformStand = false | |
| 672 | end | |
| 673 | function PrimaryLotus() | |
| 674 | Gyro = Instance.new("BodyGyro")
| |
| 675 | Gyro.Parent = Torso | |
| 676 | Gyro.maxTorque = Vector3.new(0, 0, 0) | |
| 677 | Gyro.cframe = Torso.CFrame | |
| 678 | for i = 1 , 6 do | |
| 679 | RightShoulder.C0 = RightShoulderC0 * CFrame.Angles(0, 0, -0.15*i) | |
| 680 | LeftShoulder.C0 = LeftShoulderC0 * CFrame.Angles(0, 0, 0.15*i) | |
| 681 | RightHip.C0 = RightHipC0 * CFrame.Angles(0, 0, 0.31*i) | |
| 682 | LeftHip.C0 = LeftHipC0 * CFrame.Angles(0, 0, 0.035*i) | |
| 683 | wait() | |
| 684 | end | |
| 685 | for i, v in pairs(workspace:GetChildren()) do | |
| 686 | eTorso = v:findFirstChild("Torso")
| |
| 687 | eHumanoid = v:findFirstChild("Humanoid")
| |
| 688 | if eTorso ~= nil and eHumanoid ~= nil and v.Name ~= Character.Name then | |
| 689 | if (Torso.Position-eTorso.Position).magnitude <= 6 then | |
| 690 | RefreshWelds() | |
| 691 | eHumanoid.PlatformStand = true | |
| 692 | Humanoid.PlatformStand = true | |
| 693 | Torso.CFrame = eTorso.CFrame * CFrame.new(0, 5, -1.5) | |
| 694 | TorsoWeld = Instance.new("Weld")
| |
| 695 | TorsoWeld.Parent = Torso | |
| 696 | TorsoWeld.Part0 = Torso | |
| 697 | TorsoWeld.Part1 = eTorso | |
| 698 | TorsoWeld.C0 = CFrame.new(0, 0, -1.5)*CFrame.fromEulerAnglesXYZ(0, 0, 0) | |
| 699 | Gyro.maxTorque = Vector3.new(math.huge, math.huge, math.huge) | |
| 700 | Gyro.cframe = CFrame.fromEulerAnglesXYZ(0, 0, 0) | |
| 701 | RightShoulder.C0 = RightShoulderC0 * CFrame.Angles(0, 0, 1.5) | |
| 702 | LeftShoulder.C0 = LeftShoulderC0 * CFrame.Angles(0, 0, -1.5) | |
| 703 | handle21 = Instance.new("Part")
| |
| 704 | handle21.Parent = Character | |
| 705 | handle21.TopSurface = "Smooth" | |
| 706 | handle21.BottomSurface = "Smooth" | |
| 707 | handle21.Size = Vector3.new(1, 1, 1) | |
| 708 | handle21.CFrame = Torso.CFrame | |
| 709 | weld2 = Instance.new("Weld")
| |
| 710 | weld2.Part0 = eTorso | |
| 711 | weld2.Part1 = handle21 | |
| 712 | weld2.Parent = eTorso | |
| 713 | weld2.C0 = CFrame.new(0, 0, 0)*CFrame.fromEulerAnglesXYZ(3.14, 0, 0) | |
| 714 | p2 = Instance.new("SpecialMesh")
| |
| 715 | p2.Parent = handle21 | |
| 716 | p2.Scale = Vector3.new(0, 0, 0) | |
| 717 | p2.MeshType = "Sphere" | |
| 718 | for i = 1 , 10 do | |
| 719 | Torso.Velocity = Vector3.new(0, 800, 0) | |
| 720 | if i >= 5 then | |
| 721 | p2.Scale = p2.Scale + Vector3.new(0.62, 1.5, 0.62) | |
| 722 | end | |
| 723 | wait(0.001) | |
| 724 | end | |
| 725 | wait(0.3) | |
| 726 | Torso.Velocity = Vector3.new(0, -400, 0) | |
| 727 | Gyro.cframe = Gyro.cframe * CFrame.Angles(0, 0, -3.14) | |
| 728 | wait(0.3) | |
| 729 | handle2 = Instance.new("Part")
| |
| 730 | handle2.Parent = Character | |
| 731 | handle2.TopSurface = "Smooth" | |
| 732 | handle2.BottomSurface = "Smooth" | |
| 733 | handle2.Size = Vector3.new(1, 1, 1) | |
| 734 | handle2.CFrame = Torso.CFrame | |
| 735 | weld = Instance.new("Weld")
| |
| 736 | weld.Part0 = eTorso | |
| 737 | weld.Part1 = handle2 | |
| 738 | weld.Parent = eTorso | |
| 739 | weld.C0 = CFrame.new(0, 0, 0)*CFrame.Angles(3.14, 0, 0) | |
| 740 | p = Instance.new("SpecialMesh")
| |
| 741 | p.Parent = handle2 | |
| 742 | p.Scale = Vector3.new(5, 15, 5) | |
| 743 | p.MeshType = "FileMesh" | |
| 744 | p.MeshId = "http://www.roblox.com/asset/?id=1051557" | |
| 745 | Torso.CFrame = Torso.CFrame*CFrame.Angles(3.14,0,0) | |
| 746 | wait(.7) | |
| 747 | handle2:Remove() | |
| 748 | handle21:Remove() | |
| 749 | TorsoWeld:Remove() | |
| 750 | ex = Instance.new("Explosion")
| |
| 751 | ex.Parent = Workspace | |
| 752 | ex.BlastPressure = 0 | |
| 753 | ex.Position = Torso.Position | |
| 754 | eHumanoid:TakeDamage(math.huge) | |
| 755 | eHumanoid.PlatformStand = false | |
| 756 | eHumanoid.Sit = true | |
| 757 | for i = 1 , 15 do | |
| 758 | p = Instance.new("Part")
| |
| 759 | p.Parent = Workspace | |
| 760 | p.Name = "Rocks" | |
| 761 | p.BrickColor = BrickColor.new("Brown")
| |
| 762 | p.CanCollide = true | |
| 763 | p.TopSurface = "Smooth" | |
| 764 | p.Material = "Concrete" | |
| 765 | p.BottomSurface = "Smooth" | |
| 766 | p.Size = Vector3.new(math.random(3, 5), math.random(3, 5), math.random(3, 5)) | |
| 767 | p.CFrame = Torso.CFrame * CFrame.new(Vector3.new(math.random(-6, 6), -10, math.random(-6, 6))) * CFrame.Angles(math.random(-3, 3), math.random(-3, 3), math.random(-3, 3)) | |
| 768 | p.Velocity = p.CFrame.lookVector * 150 + Vector3.new(0, 10, 0) | |
| 769 | game:getService("Debris"):AddItem(p, 5)
| |
| 770 | wait() | |
| 771 | end | |
| 772 | RefreshWelds() | |
| 773 | Gyro.maxTorque = Vector3.new(math.huge, math.huge, math.huge) | |
| 774 | Gyro.cframe = CFrame.Angles(0, 0, 0) | |
| 775 | Humanoid.Jump = true | |
| 776 | Torso.CFrame = CFrame.new(Torso.Position + Vector3.new(0, 5, 10)) | |
| 777 | wait(.5) | |
| 778 | Torso.Velocity = Vector3.new(0,0,0) | |
| 779 | eTorso.Velocity = Vector3.new(0,0,0) | |
| 780 | end | |
| 781 | end | |
| 782 | end | |
| 783 | wait(0.05) | |
| 784 | Gyro:Remove() | |
| 785 | Torso.Velocity = Vector3.new(0,0,0) | |
| 786 | RefreshWelds() | |
| 787 | end | |
| 788 | function Free() | |
| 789 | Stuff = Character:GetChildren() | |
| 790 | for i = 1 , #Stuff do | |
| 791 | if Stuff[i].className == "Part" then | |
| 792 | Stuff[i].Anchored = false | |
| 793 | end | |
| 794 | end | |
| 795 | Stuff = Character:GetChildren() | |
| 796 | for i = 1 , #Stuff do | |
| 797 | if Stuff[i].className == "Part" then | |
| 798 | Stuff[i].Anchored = false | |
| 799 | end | |
| 800 | Stuff2 = Stuff[i]:GetChildren() | |
| 801 | for i = 1 , #Stuff2 do | |
| 802 | if Stuff2[i].className == "BodyPosition" or Stuff2[i].className == "BodyVelocity" or Stuff2[i].className == "BodyGyro" then | |
| 803 | Stuff2[i]:Remove() | |
| 804 | end | |
| 805 | end | |
| 806 | end | |
| 807 | Character.Torso.CFrame = Character.Torso.CFrame + Vector3.new(0,30,0) | |
| 808 | Character.Torso.Anchored = true | |
| 809 | wait(.5) | |
| 810 | Character.Torso.Anchored = false | |
| 811 | end | |
| 812 | Shieldz = false | |
| 813 | function ShieldOn() | |
| 814 | Johnny = Instance.new("BodyGyro")
| |
| 815 | Johnny.Name = "JooDaddeh" | |
| 816 | Johnny.Parent = Torso | |
| 817 | Johnny.cframe = CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0) | |
| 818 | Johnny.maxTorque = Vector3.new(math.huge, math.huge, math.huge) | |
| 819 | Billy = Instance.new("BodyPosition")
| |
| 820 | Billy.Name = "JoeMama" | |
| 821 | Billy.Parent = Head | |
| 822 | Billy.position = Head.Position | |
| 823 | Billy.maxForce = Vector3.new(math.huge, math.huge, math.huge) | |
| 824 | wait() | |
| 825 | for i = 1, 5 do | |
| 826 | wait() | |
| 827 | Billy.position = Billy.position + Vector3.new(0,1,0) | |
| 828 | end | |
| 829 | wait(0.5) | |
| 830 | for i = 1, 11 do | |
| 831 | Head.Mesh.Scale = Head.Mesh.Scale + Vector3.new(1,1,1) | |
| 832 | wait(0.01) | |
| 833 | end | |
| 834 | Shieldz = true | |
| 835 | while Shieldz do | |
| 836 | wait() | |
| 837 | for i,v in pairs (workspace:GetChildren()) do | |
| 838 | if v.className == "Part" and v.Name ~= "Base" then | |
| 839 | if (Torso.Position-v.Position).magnitude <= 11 then | |
| 840 | v:Remove() | |
| 841 | end | |
| 842 | end | |
| 843 | if v.className == "Model" then | |
| 844 | for u, c in pairs (v:GetChildren()) do | |
| 845 | if c.className == "Part" and v.Name ~= Character.Name then | |
| 846 | if (Torso.Position-c.Position).magnitude <= 11 then | |
| 847 | c:Remove() | |
| 848 | end | |
| 849 | end | |
| 850 | end | |
| 851 | if v.Name ~= Character.Name then | |
| 852 | BobHumanoid = v:findFirstChild("Humanoid")
| |
| 853 | BobHead = v:findFirstChild("Head")
| |
| 854 | if BobHead ~= nil and BobHumanoid ~= nil then | |
| 855 | if (Torso.Position-BobHead.Position).magnitude <= 11 then | |
| 856 | for i = 1, 22 do | |
| 857 | wait() | |
| 858 | if i > 12 then | |
| 859 | BobHead.Mesh.Scale = BobHead.Mesh.Scale + Vector3.new(1, 1, 1) | |
| 860 | else | |
| 861 | if v:findFirstChild("Left Arm") ~= nil then
| |
| 862 | v:findFirstChild("Left Arm"):Remove()
| |
| 863 | end | |
| 864 | if v:findFirstChild("Left Leg") ~= nil then
| |
| 865 | v:findFirstChild("Left Leg"):Remove()
| |
| 866 | end | |
| 867 | if v:findFirstChild("Right Arm") ~= nil then
| |
| 868 | v:findFirstChild("Right Arm"):Remove()
| |
| 869 | end | |
| 870 | if v:findFirstChild("Right Leg") ~= nil then
| |
| 871 | v:findFirstChild("Right Leg"):Remove()
| |
| 872 | end | |
| 873 | if v:findFirstChild("Torso") ~= nil then
| |
| 874 | v:findFirstChild("Torso"):Remove()
| |
| 875 | end | |
| 876 | BobHead.Mesh.Scale = BobHead.Mesh.Scale + Vector3.new(-1, -1, -1) | |
| 877 | end | |
| 878 | end | |
| 879 | v:Remove() | |
| 880 | end | |
| 881 | end | |
| 882 | end | |
| 883 | end | |
| 884 | end | |
| 885 | end | |
| 886 | wait() | |
| 887 | end | |
| 888 | function ShieldOff() | |
| 889 | Shieldz = false | |
| 890 | for i = 1, 11 do | |
| 891 | Head.Mesh.Scale = Head.Mesh.Scale + Vector3.new(-1,-1,-1) | |
| 892 | wait(0.01) | |
| 893 | end | |
| 894 | for i = 1, 5 do | |
| 895 | pcall(function() Head.JoeMama.position = Head.JoeMama.position + Vector3.new(0,-1,0) end) | |
| 896 | wait(0.01) | |
| 897 | end | |
| 898 | pcall(function() Head.JoeMama:Remove() end) | |
| 899 | pcall(function() Torso.JooDaddeh:Remove() end) | |
| 900 | end | |
| 901 | function Page(Num,gm) | |
| 902 | if Num == 1 then | |
| 903 | for _,v in pairs (gm:GetChildren()) do | |
| 904 | if v.Name == "Pg2" then | |
| 905 | v:Remove() | |
| 906 | else | |
| 907 | v.Visible = true | |
| 908 | end | |
| 909 | end | |
| 910 | elseif Num == 2 then | |
| 911 | for _,v in pairs (gm:GetChildren()) do | |
| 912 | if v.Name ~= "Pg2" then | |
| 913 | if v.className == "TextButton" then | |
| 914 | v.Visible = false | |
| 915 | end | |
| 916 | end | |
| 917 | end | |
| 918 | tb = Instance.new("TextButton")
| |
| 919 | tb.Parent = gm | |
| 920 | tb.Size = UDim2.new(0,70,0,30) | |
| 921 | tb.Position = UDim2.new(0,800,0,40) | |
| 922 | tb.Text = "New Attack" | |
| 923 | tb.BackgroundTransparency = .5 | |
| 924 | tb.TextTransparency = .1 | |
| 925 | tb.BackgroundColor3 = Color3.new(100,255,255) | |
| 926 | tb.BorderColor3 = Color3.new(50,255,255) | |
| 927 | tb.Name = "Pg2" | |
| 928 | end | |
| 929 | end | |
| 930 | gm = Instance.new("GuiMain")
| |
| 931 | gm.Parent = Player.PlayerGui | |
| 932 | gm.Name = "GUI-Main" | |
| 933 | Frame = Instance.new("Frame",gm)
| |
| 934 | Frame.Size = UDim2.new(0,310,0,300) | |
| 935 | Frame.Position = UDim2.new(0,780,0,20) | |
| 936 | Frame.BackgroundTransparency = .5 | |
| 937 | Frame.BackgroundColor3 = Color3.new(50,50,50) | |
| 938 | Frame.BorderColor3 = Color3.new(0,0,0) | |
| 939 | Prev = Instance.new("TextButton",Frame)
| |
| 940 | Prev.Position = UDim2.new(0,0,0,285) | |
| 941 | Prev.Size = UDim2.new(0,70,0,15) | |
| 942 | Prev.Text = "Page 1" | |
| 943 | Prev.BackgroundTransparency = .5 | |
| 944 | Prev.TextTransparency = .1 | |
| 945 | Prev.BackgroundColor3 = Color3.new(100,255,255) | |
| 946 | Prev.BorderColor3 = Color3.new(50,255,255) | |
| 947 | function onClick() | |
| 948 | Page(1,gm) | |
| 949 | end | |
| 950 | Prev.MouseButton1Click:connect(onClick) | |
| 951 | Next = Instance.new("TextButton",Frame)
| |
| 952 | Next.Position = UDim2.new(0,240,0,285) | |
| 953 | Next.Size = UDim2.new(0,70,0,15) | |
| 954 | Next.Text = "Page 2" | |
| 955 | Next.BackgroundTransparency = .5 | |
| 956 | Next.TextTransparency = .1 | |
| 957 | Next.BackgroundColor3 = Color3.new(100,255,255) | |
| 958 | Next.BorderColor3 = Color3.new(50,255,255) | |
| 959 | function onClick() | |
| 960 | Page(2,gm) | |
| 961 | end | |
| 962 | Next.MouseButton1Click:connect(onClick) | |
| 963 | tb = Instance.new("TextButton")
| |
| 964 | tb.Parent = gm | |
| 965 | tb.Size = UDim2.new(0,70,0,30) | |
| 966 | tb.Position = UDim2.new(0,800,0,80) | |
| 967 | tb.Text = "EyeLaser" | |
| 968 | tb.BackgroundTransparency = .5 | |
| 969 | tb.TextTransparency = .1 | |
| 970 | tb.BackgroundColor3 = Color3.new(100,255,255) | |
| 971 | tb.BorderColor3 = Color3.new(50,255,255) | |
| 972 | function onClick() | |
| 973 | EyeLaser() | |
| 974 | end | |
| 975 | tb.MouseButton1Click:connect(onClick) | |
| 976 | tb = Instance.new("TextButton")
| |
| 977 | tb.Parent = gm | |
| 978 | tb.Size = UDim2.new(0,70,0,30) | |
| 979 | tb.Position = UDim2.new(0,900,0,80) | |
| 980 | tb.Text = "Roar" | |
| 981 | tb.BackgroundTransparency = .5 | |
| 982 | tb.TextTransparency = .1 | |
| 983 | tb.BackgroundColor3 = Color3.new(100,255,255) | |
| 984 | tb.BorderColor3 = Color3.new(50,255,255) | |
| 985 | function onClick() | |
| 986 | Roar() | |
| 987 | end | |
| 988 | tb.MouseButton1Click:connect(onClick) | |
| 989 | tb = Instance.new("TextButton")
| |
| 990 | tb.Parent = gm | |
| 991 | tb.Size = UDim2.new(0,70,0,30) | |
| 992 | tb.Position = UDim2.new(0,1000,0,80) | |
| 993 | tb.Text = "Heal" | |
| 994 | tb.BackgroundTransparency = .5 | |
| 995 | tb.TextTransparency = .1 | |
| 996 | tb.BackgroundColor3 = Color3.new(100,255,255) | |
| 997 | tb.BorderColor3 = Color3.new(50,255,255) | |
| 998 | function onClick() | |
| 999 | Heal() | |
| 1000 | end | |
| 1001 | tb.MouseButton1Click:connect(onClick) | |
| 1002 | tb = Instance.new("TextButton")
| |
| 1003 | tb.Parent = gm | |
| 1004 | tb.Size = UDim2.new(0,70,0,30) | |
| 1005 | tb.Position = UDim2.new(0,800,0,120) | |
| 1006 | tb.Text = "Suicide" | |
| 1007 | tb.BackgroundTransparency = .5 | |
| 1008 | tb.TextTransparency = .1 | |
| 1009 | tb.BackgroundColor3 = Color3.new(100,255,255) | |
| 1010 | tb.BorderColor3 = Color3.new(50,255,255) | |
| 1011 | function onClick() | |
| 1012 | Suicide() | |
| 1013 | end | |
| 1014 | tb.MouseButton1Click:connect(onClick) | |
| 1015 | tb = Instance.new("TextButton")
| |
| 1016 | tb.Parent = gm | |
| 1017 | tb.Size = UDim2.new(0,70,0,30) | |
| 1018 | tb.Position = UDim2.new(0,900,0,120) | |
| 1019 | tb.Text = "Rocket" | |
| 1020 | tb.BackgroundTransparency = .5 | |
| 1021 | tb.TextTransparency = .1 | |
| 1022 | tb.BackgroundColor3 = Color3.new(100,255,255) | |
| 1023 | tb.BorderColor3 = Color3.new(50,255,255) | |
| 1024 | function onClick() | |
| 1025 | Rocket() | |
| 1026 | end | |
| 1027 | tb.MouseButton1Click:connect(onClick) | |
| 1028 | tb = Instance.new("TextButton")
| |
| 1029 | tb.Parent = gm | |
| 1030 | tb.Size = UDim2.new(0,70,0,30) | |
| 1031 | tb.Position = UDim2.new(0,1000,0,120) | |
| 1032 | tb.Text = "Jump" | |
| 1033 | tb.BackgroundTransparency = .5 | |
| 1034 | tb.TextTransparency = .1 | |
| 1035 | tb.BackgroundColor3 = Color3.new(100,255,255) | |
| 1036 | tb.BorderColor3 = Color3.new(50,255,255) | |
| 1037 | function onClick() | |
| 1038 | Jump() | |
| 1039 | end | |
| 1040 | tb.MouseButton1Click:connect(onClick) | |
| 1041 | tb = Instance.new("TextButton")
| |
| 1042 | tb.Parent = gm | |
| 1043 | tb.Size = UDim2.new(0,70,0,30) | |
| 1044 | tb.Position = UDim2.new(0,800,0,160) | |
| 1045 | tb.Text = "Bubble" | |
| 1046 | tb.BackgroundTransparency = .5 | |
| 1047 | tb.TextTransparency = .1 | |
| 1048 | tb.BackgroundColor3 = Color3.new(100,255,255) | |
| 1049 | tb.BorderColor3 = Color3.new(50,255,255) | |
| 1050 | function onClick() | |
| 1051 | Shield() | |
| 1052 | end | |
| 1053 | tb.MouseButton1Click:connect(onClick) | |
| 1054 | tb = Instance.new("TextButton")
| |
| 1055 | tb.Parent = gm | |
| 1056 | tb.Size = UDim2.new(0,70,0,30) | |
| 1057 | tb.Position = UDim2.new(0,900,0,160) | |
| 1058 | tb.Text = "Ground-Pound" | |
| 1059 | tb.BackgroundTransparency = .5 | |
| 1060 | tb.TextTransparency = .1 | |
| 1061 | tb.BackgroundColor3 = Color3.new(100,255,255) | |
| 1062 | tb.BorderColor3 = Color3.new(50,255,255) | |
| 1063 | function onClick() | |
| 1064 | GroundPound() | |
| 1065 | end | |
| 1066 | tb.MouseButton1Click:connect(onClick) | |
| 1067 | tb = Instance.new("TextButton")
| |
| 1068 | tb.Parent = gm | |
| 1069 | tb.Size = UDim2.new(0,70,0,30) | |
| 1070 | tb.Position = UDim2.new(0,1000,0,160) | |
| 1071 | tb.Text = "Eyez" | |
| 1072 | tb.BackgroundTransparency = .5 | |
| 1073 | tb.TextTransparency = .1 | |
| 1074 | tb.BackgroundColor3 = Color3.new(100,255,255) | |
| 1075 | tb.BorderColor3 = Color3.new(50,255,255) | |
| 1076 | function onClick() | |
| 1077 | Eyez() | |
| 1078 | end | |
| 1079 | tb.MouseButton1Click:connect(onClick) | |
| 1080 | tb = Instance.new("TextButton")
| |
| 1081 | tb.Parent = gm | |
| 1082 | tb.Size = UDim2.new(0,70,0,30) | |
| 1083 | tb.Position = UDim2.new(0,800,0,200) | |
| 1084 | tb.Text = "FootBlox" | |
| 1085 | tb.BackgroundTransparency = .5 | |
| 1086 | tb.TextTransparency = .1 | |
| 1087 | tb.BackgroundColor3 = Color3.new(100,255,255) | |
| 1088 | tb.BorderColor3 = Color3.new(50,255,255) | |
| 1089 | function onClick() | |
| 1090 | FootBlox() | |
| 1091 | end | |
| 1092 | tb.MouseButton1Click:connect(onClick) | |
| 1093 | tb = Instance.new("TextButton")
| |
| 1094 | tb.Parent = gm | |
| 1095 | tb.Size = UDim2.new(0,70,0,30) | |
| 1096 | tb.Position = UDim2.new(0,900,0,200) | |
| 1097 | tb.Text = "Primary Lotus" | |
| 1098 | tb.BackgroundTransparency = .5 | |
| 1099 | tb.TextTransparency = .1 | |
| 1100 | tb.BackgroundColor3 = Color3.new(100,255,255) | |
| 1101 | tb.BorderColor3 = Color3.new(50,255,255) | |
| 1102 | function onClick() | |
| 1103 | PrimaryLotus() | |
| 1104 | end | |
| 1105 | tb.MouseButton1Click:connect(onClick) | |
| 1106 | tb = Instance.new("TextButton")
| |
| 1107 | tb.Parent = gm | |
| 1108 | tb.Size = UDim2.new(0,70,0,30) | |
| 1109 | tb.Position = UDim2.new(0,800,0,40) | |
| 1110 | tb.Text = "Red" | |
| 1111 | tb.BackgroundTransparency = .5 | |
| 1112 | tb.TextTransparency = .1 | |
| 1113 | tb.BackgroundColor3 = Color3.new(100,255,255) | |
| 1114 | tb.BorderColor3 = Color3.new(50,255,255) | |
| 1115 | function onClick() | |
| 1116 | Mouth.BrickColor = BrickColor.new("Black")
| |
| 1117 | Eye1.BrickColor = BrickColor.new("Black")
| |
| 1118 | Eye2.BrickColor = BrickColor.new("Black")
| |
| 1119 | end | |
| 1120 | tb.MouseButton1Click:connect(onClick) | |
| 1121 | tb = Instance.new("TextButton")
| |
| 1122 | tb.Parent = gm | |
| 1123 | tb.Size = UDim2.new(0,70,0,30) | |
| 1124 | tb.Position = UDim2.new(0,900,0,40) | |
| 1125 | tb.Text = "Blue" | |
| 1126 | tb.BackgroundTransparency = .5 | |
| 1127 | tb.TextTransparency = .1 | |
| 1128 | tb.BackgroundColor3 = Color3.new(100,255,255) | |
| 1129 | tb.BorderColor3 = Color3.new(50,255,255) | |
| 1130 | function onClick() | |
| 1131 | Mouth.BrickColor = BrickColor.new("Really blue")
| |
| 1132 | Eye1.BrickColor = BrickColor.new("Really blue")
| |
| 1133 | Eye2.BrickColor = BrickColor.new("Really blue")
| |
| 1134 | end | |
| 1135 | tb.MouseButton1Click:connect(onClick) | |
| 1136 | tb = Instance.new("TextButton")
| |
| 1137 | tb.Parent = gm | |
| 1138 | tb.Size = UDim2.new(0,70,0,30) | |
| 1139 | tb.Position = UDim2.new(0,1000,0,40) | |
| 1140 | tb.Text = "Yellow" | |
| 1141 | tb.BackgroundTransparency = .5 | |
| 1142 | tb.TextTransparency = .1 | |
| 1143 | tb.BackgroundColor3 = Color3.new(100,255,255) | |
| 1144 | tb.BorderColor3 = Color3.new(50,255,255) | |
| 1145 | function onClick() | |
| 1146 | Mouth.BrickColor = BrickColor.new("Really red")
| |
| 1147 | Eye1.BrickColor = BrickColor.new("Really red")
| |
| 1148 | Eye2.BrickColor = BrickColor.new("Really red")
| |
| 1149 | end | |
| 1150 | tb.MouseButton1Click:connect(onClick) | |
| 1151 | tb = Instance.new("TextButton")
| |
| 1152 | tb.Parent = gm | |
| 1153 | tb.Size = UDim2.new(0,70,0,30) | |
| 1154 | tb.Position = UDim2.new(0,1000,0,200) | |
| 1155 | tb.Text = "Free Self" | |
| 1156 | tb.BackgroundTransparency = .5 | |
| 1157 | tb.TextTransparency = .1 | |
| 1158 | tb.BackgroundColor3 = Color3.new(100,255,255) | |
| 1159 | tb.BorderColor3 = Color3.new(50,255,255) | |
| 1160 | function onClick() | |
| 1161 | Free() | |
| 1162 | end | |
| 1163 | tb.MouseButton1Click:connect(onClick) | |
| 1164 | tb = Instance.new("TextButton")
| |
| 1165 | tb.Parent = gm | |
| 1166 | tb.Size = UDim2.new(0,70,0,30) | |
| 1167 | tb.Position = UDim2.new(0,800,0,240) | |
| 1168 | tb.Text = "HeadAche" | |
| 1169 | tb.BackgroundTransparency = .5 | |
| 1170 | tb.TextTransparency = .1 | |
| 1171 | tb.BackgroundColor3 = Color3.new(100,255,255) | |
| 1172 | tb.BorderColor3 = Color3.new(50,255,255) | |
| 1173 | function onClick() | |
| 1174 | HeadAche() | |
| 1175 | end | |
| 1176 | tb.MouseButton1Click:connect(onClick) | |
| 1177 | tb = Instance.new("TextButton")
| |
| 1178 | tb.Parent = gm | |
| 1179 | tb.Size = UDim2.new(0,70,0,30) | |
| 1180 | tb.Position = UDim2.new(0,900,0,240) | |
| 1181 | tb.Text = "Shield" | |
| 1182 | tb.BackgroundTransparency = .5 | |
| 1183 | tb.TextTransparency = .1 | |
| 1184 | tb.BackgroundColor3 = Color3.new(100,255,255) | |
| 1185 | tb.BorderColor3 = Color3.new(50,255,255) | |
| 1186 | function click() | |
| 1187 | if not Shieldz then | |
| 1188 | ShieldOn() | |
| 1189 | else | |
| 1190 | ShieldOff() | |
| 1191 | end | |
| 1192 | end | |
| 1193 | tb.MouseButton1Click:connect(click) | |
| 1194 | while true do | |
| 1195 | wait() | |
| 1196 | Character.Humanoid.WalkSpeed = 50 | |
| 1197 | Character.Humanoid.MaxHealth = math.huge | |
| 1198 | Character.Humanoid.Health = math.huge | |
| 1199 | if Torso.Position.Y <= -20 or Torso.Position.Y >= 10000 then | |
| 1200 | Base = Workspace:findFirstChild("Base")
| |
| 1201 | if Base ~= nil then | |
| 1202 | Character:MoveTo(Base.Position) | |
| 1203 | else | |
| 1204 | Character:MoveTo(Vector3.new(0, 100, 0)) | |
| 1205 | end | |
| 1206 | end | |
| 1207 | end |