SHOW:
|
|
- or go back to the newest paste.
| 1 | amusicOn = true | |
| 2 | ||
| 3 | Me = game.Players.LocalPlayer | |
| 4 | player = Me | |
| 5 | char = Me.Character | |
| 6 | chara = char | |
| 7 | larm = char["Left Arm"] | |
| 8 | rarm = char["Right Arm"] | |
| 9 | lleg = char["Left Leg"] | |
| 10 | rleg = char["Right Leg"] | |
| 11 | torso = char.Torso | |
| 12 | hed = char.Head | |
| 13 | mouse = player:GetMouse() | |
| 14 | lght = game.Lighting | |
| 15 | lichtact = false | |
| 16 | moosicact = false | |
| 17 | gotsagofest = true | |
| 18 | chara.Humanoid.MaxHealth = math.huge + 9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999 | |
| 19 | chara.Humanoid.Health = math.huge + 9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999 | |
| 20 | ||
| 21 | ||
| 22 | ||
| 23 | wait(2.5) | |
| 24 | ||
| 25 | chara.Humanoid.WalkSpeed = 10 | |
| 26 | chara.Humanoid.JumpPower = 40 | |
| 27 | local naeeym = Instance.new("BillboardGui",chara)
| |
| 28 | naeeym.Size = UDim2.new(0,100,0,40) | |
| 29 | naeeym.StudsOffset = Vector3.new(0,2,0) | |
| 30 | naeeym.Adornee = chara.Head | |
| 31 | local tecks = Instance.new("TextLabel",naeeym)
| |
| 32 | tecks.BackgroundTransparency = 1 | |
| 33 | tecks.BorderSizePixel = 0 | |
| 34 | tecks.Text = "Anonymous" | |
| 35 | tecks.Font = "Bodoni" | |
| 36 | tecks.FontSize = "Size36" | |
| 37 | tecks.TextStrokeTransparency = 0.5 | |
| 38 | tecks.TextColor3 = Color3.new(0,0,0) | |
| 39 | rrer = BrickColor.new("Really red")
| |
| 40 | tecks.TextStrokeColor3 = rrer.Color | |
| 41 | tecks.Size = UDim2.new(1,0,0.5,0) | |
| 42 | local licht = Instance.new("PointLight",chara.Torso)
| |
| 43 | licht.Color = tecks.TextStrokeColor3 | |
| 44 | licht.Range = 60 | |
| 45 | licht.Brightness = 1 | |
| 46 | licht.Enabled = false | |
| 47 | ||
| 48 | ||
| 49 | ------------------------------- Player ------------------------------------------------------------------- | |
| 50 | local z = Instance.new("Sound",char)
| |
| 51 | z.Looped = true | |
| 52 | z.SoundId = "rbxassetid://167161785" | |
| 53 | z.Volume = 2.25 | |
| 54 | if musicOn then | |
| 55 | z:Play() | |
| 56 | end | |
| 57 | ||
| 58 | Mouse = player:GetMouse() | |
| 59 | ||
| 60 | local l = Instance.new("ColorCorrectionEffect",game.Lighting)
| |
| 61 | ||
| 62 | for i,v in pairs(chara:children()) do | |
| 63 | if v:IsA("Accessory") or v:IsA("Shirt") or v:IsA("Pants") then
| |
| 64 | v:Destroy() | |
| 65 | end | |
| 66 | end | |
| 67 | char.Head.face:Destroy() | |
| 68 | ||
| 69 | char["Body Colors"].HeadColor, char["Body Colors"].LeftArmColor, char["Body Colors"].LeftLegColor, char["Body Colors"].RightArmColor, char["Body Colors"].RightLegColor, char["Body Colors"].TorsoColor = BrickColor.new("Black"), BrickColor.new("Black"), BrickColor.new("Black"), BrickColor.new("Black"), BrickColor.new("Black"), BrickColor.new("Really black")
| |
| 70 | local Orbd = Instance.new("Part", char)
| |
| 71 | Orbd.Name = "Orbd" | |
| 72 | Orbd.Shape = Enum.PartType.Ball | |
| 73 | Orbd.CanCollide = false | |
| 74 | Orbd.BrickColor = BrickColor.new("Really red")
| |
| 75 | Orbd.Transparency = 0 | |
| 76 | Orbd.Material = "Neon" | |
| 77 | Orbd.Size = Vector3.new(0.1, 0.1, 0.1) | |
| 78 | Orbd.TopSurface = Enum.SurfaceType.Smooth | |
| 79 | Orbd.BottomSurface = Enum.SurfaceType.Smooth | |
| 80 | local Weld = Instance.new("Weld", Orbd)
| |
| 81 | Weld.Part0 = char.Head | |
| 82 | Weld.Part1 = Orbd | |
| 83 | Weld.C1 = CFrame.new(-0.2, -0.2, 0.5) | |
| 84 | local glov = Instance.new("PointLight", Orbd)
| |
| 85 | glov.Brightness = 0.25 | |
| 86 | glov.Range = 20 | |
| 87 | glov.Color = Color3.new(255, 0, 0) | |
| 88 | local Orbvc = Instance.new("Part", char)
| |
| 89 | Orbvc.Name = "Orbvc" | |
| 90 | Orbvc.Shape = Enum.PartType.Ball | |
| 91 | Orbvc.CanCollide = false | |
| 92 | Orbvc.BrickColor = BrickColor.new("Really red")
| |
| 93 | Orbvc.Transparency = 0 | |
| 94 | Orbvc.Material = "Neon" | |
| 95 | Orbvc.Size = Vector3.new(0.1, 0.1, 0.1) | |
| 96 | Orbvc.TopSurface = Enum.SurfaceType.Smooth | |
| 97 | Orbvc.BottomSurface = Enum.SurfaceType.Smooth | |
| 98 | local Weld = Instance.new("Weld", Orbvc)
| |
| 99 | Weld.Part0 = char.Head | |
| 100 | Weld.Part1 = Orbvc | |
| 101 | Weld.C1 = CFrame.new(0.2, -0.2, 0.5) | |
| 102 | local glo = Instance.new("PointLight", Orbvc)
| |
| 103 | glo.Brightness = 0.25 | |
| 104 | glo.Range = 20 | |
| 105 | glo.Color = Color3.new(255, 0, 0) | |
| 106 | ||
| 107 | local IsFreeFalling = false | |
| 108 | local SpinPart = Instance.new('Part')
| |
| 109 | SpinPart.Transparency = 1 | |
| 110 | SpinPart.Size = Vector3.new(25,1,25) | |
| 111 | SpinPart.CanCollide = false | |
| 112 | SpinPart.FormFactor = 'Custom' | |
| 113 | local FX = Instance.new('ParticleEmitter',SpinPart)
| |
| 114 | FX.Color,FX.Size,FX.Lifetime,FX.Rate,FX.Speed,FX.EmissionDirection,FX.Transparency,FX.LockedToPart,FX.Texture,FX.VelocityInheritance = ColorSequence.new({ColorSequenceKeypoint.new(0, BrickColor.new("Really black").Color, 0), ColorSequenceKeypoint.new(1, BrickColor.new("Black").Color, 0)}), NumberSequence.new(0.25), NumberRange.new(3.75,3.75), 125, NumberRange.new(5,5), "Top", NumberSequence.new({NumberSequenceKeypoint.new(0,1,0),NumberSequenceKeypoint.new(0.25,0,0),NumberSequenceKeypoint.new(0.9,0,0),NumberSequenceKeypoint.new(0.975,1,0),NumberSequenceKeypoint.new(1,1,0)}), false, "rbxassetid://132883219",-0.1
| |
| 115 | local FX = Instance.new('ParticleEmitter',SpinPart)
| |
| 116 | FX.Color,FX.Size,FX.Lifetime,FX.Rate,FX.Speed,FX.EmissionDirection,FX.Transparency,FX.LockedToPart,FX.Texture,FX.VelocityInheritance = ColorSequence.new({ColorSequenceKeypoint.new(0, BrickColor.new("Really black").Color, 0), ColorSequenceKeypoint.new(1, BrickColor.new("Black").Color, 0)}), NumberSequence.new(0.25), NumberRange.new(3.75,3.75), 125, NumberRange.new(5,5), "Top", NumberSequence.new({NumberSequenceKeypoint.new(0,1,0),NumberSequenceKeypoint.new(0.25,0,0),NumberSequenceKeypoint.new(0.9,0,0),NumberSequenceKeypoint.new(0.975,1,0),NumberSequenceKeypoint.new(1,1,0)}), false, "rbxassetid://132883219",0.1
| |
| 117 | do | |
| 118 | local tspin = Instance.new('BodyAngularVelocity')
| |
| 119 | tspin.angularvelocity = Vector3.new(0,1,0) | |
| 120 | tspin.maxTorque =Vector3.new(math.huge,math.huge,math.huge) | |
| 121 | tspin.Parent = SpinPart | |
| 122 | end | |
| 123 | local SpinPos = Instance.new('BodyPosition')
| |
| 124 | SpinPos.maxForce = Vector3.new(math.huge,math.huge,math.huge) | |
| 125 | SpinPos.Parent = SpinPart | |
| 126 | ||
| 127 | function Equipped() | |
| 128 | IsEquipped = true | |
| 129 | local MyTorso = char.Torso | |
| 130 | if MyTorso then | |
| 131 | spawn(function() | |
| 132 | local startTime = tick() | |
| 133 | SpinPart.CFrame = CFrame.new(MyTorso.CFrame.p+Vector3.new(0,-2.8,0)) | |
| 134 | SpinPart.Parent = MyTorso | |
| 135 | local fadeIn = true | |
| 136 | while IsEquipped do | |
| 137 | if not IsFreeFalling then | |
| 138 | SpinPos.position = MyTorso.CFrame.p+Vector3.new(0,-2.8,0) | |
| 139 | end | |
| 140 | wait() | |
| 141 | end | |
| 142 | SpinPart.Parent = nil | |
| 143 | ||
| 144 | end) | |
| 145 | end | |
| 146 | end | |
| 147 | ||
| 148 | ||
| 149 | wait(0.01) | |
| 150 | Equipped() | |
| 151 | ||
| 152 | ||
| 153 | function start() | |
| 154 | print("Darkness falls across the battlefield...")
| |
| 155 | wait() | |
| 156 | print("----------------------------------------")
| |
| 157 | wait() | |
| 158 | print(" - Anonymous booted up. -")
| |
| 159 | wait() | |
| 160 | print("- Anonymous written by yeox769. -")
| |
| 161 | i = 0 | |
| 162 | while i<1 do | |
| 163 | wait() | |
| 164 | i = i + 0.01 | |
| 165 | l.Contrast,l.Saturation,l.Brightness = l.Contrast + 0.02, l.Saturation - 0.0075, l.Brightness + 0.00375 | |
| 166 | l.TintColor = Color3.new(1,1-i,1-i) | |
| 167 | end | |
| 168 | end | |
| 169 | -- RBX.Lua LocalScript | Hackerman | xDarkScripter | Edit By Pxire | |
| 170 | ||
| 171 | ||
| 172 | local Players = game:GetService("Players")
| |
| 173 | local UserInputService = game:GetService("UserInputService")
| |
| 174 | local RunService = game:GetService("RunService")
| |
| 175 | ||
| 176 | local Player = Players.LocalPlayer | |
| 177 | local Camera = workspace.CurrentCamera | |
| 178 | local Mouse = Player:GetMouse() | |
| 179 | ||
| 180 | local Character = Player.Character | |
| 181 | local Torso = Character.Torso | |
| 182 | ||
| 183 | local Typing = false | |
| 184 | local TypingSub = 1 | |
| 185 | local TypingSub2 = 1 | |
| 186 | ||
| 187 | local Neck = Torso.Neck | |
| 188 | ||
| 189 | Neck.C1 = CFrame.new(0, -0.5, 0) | |
| 190 | ||
| 191 | local RightArm = Character["Right Arm"] | |
| 192 | local LeftArm = Character["Left Arm"] | |
| 193 | ||
| 194 | local RightShoulder = Instance.new("Weld", Torso)
| |
| 195 | RightShoulder.Part0 = Torso | |
| 196 | RightShoulder.Part1 = RightArm | |
| 197 | ||
| 198 | local LeftShoulder = Instance.new("Weld", Torso)
| |
| 199 | LeftShoulder.Part0 = Torso | |
| 200 | LeftShoulder.Part1 = LeftArm | |
| 201 | ||
| 202 | RightShoulder.C1 = CFrame.new(-0.5, 0.5, 0) | |
| 203 | LeftShoulder.C1 = CFrame.new(0.5, 0.5, 0) | |
| 204 | ||
| 205 | ||
| 206 | local Code = [[ | |
| 207 | -- I failed at stealing my mommy's credit card! | |
| 208 | ||
| 209 | Server Proxy Connection Initializing... | |
| 210 | ||
| 211 | USERNAME: MinecraftKid72 | |
| 212 | PASSWORD: iLoveMinecraftNoobs | |
| 213 | ||
| 214 | ||
| 215 | ROBLOX Server Database Connecting... | |
| 216 | ||
| 217 | ||
| 218 | local Proxy = Server:GetProxyData(1011101) | |
| 219 | local Tracker = {}
| |
| 220 | ||
| 221 | __INIT__ setmetatable(getmetatable(Proxy), {
| |
| 222 | __metatable = {};
| |
| 223 | __call = function(Self, ...) | |
| 224 | Proxy:GetArgumentData(Proxy.Key, select(...)) | |
| 225 | end; | |
| 226 | }) | |
| 227 | ||
| 228 | Proxy:TransferData("Lifetime_OBC_Charged",
| |
| 229 | "ACC_"..__VERSION.."_"..Proxy:GetAccount() | |
| 230 | {
| |
| 231 | __newindex = function(Self, Key, Value) | |
| 232 | Tracker[Key] = Value | |
| 233 | rawset(Self, Key, Value) | |
| 234 | end | |
| 235 | }) | |
| 236 | ||
| 237 | Proxy:GetTransferredData().breakAssymetricEncryption( | |
| 238 | "NEW_Public_Key", true, 101, false | |
| 239 | ) | |
| 240 | ||
| 241 | ||
| 242 | ROBLOX Server Log: | |
| 243 | > Lifetime OBC Transferred to MinecraftKid72_iLoveMinecraftNoobs | |
| 244 | ||
| 245 | ... | |
| 246 | ... | |
| 247 | ... | |
| 248 | ... | |
| 249 | ... | |
| 250 | ... | |
| 251 | ||
| 252 | ERROR<Tried to transfer Lifetime OBC to dantdmbestfan69, Lifetime dosent exist, deleting dantdmbestfan69> | |
| 253 | Deleting MinecraftKid72..50% | |
| 254 | Deleting MinecraftKid72..100% | |
| 255 | Successfully deleted MinecraftKid72. | |
| 256 | Message<Fucking Kill yourself ugly cunt ill leak your address, i fucked ur mom bacon cunt xd.> | |
| 257 | ||
| 258 | ||
| 259 | ||
| 260 | ||
| 261 | ||
| 262 | ||
| 263 | ]] | |
| 264 | ||
| 265 | ||
| 266 | local Argument = [[ | |
| 267 | You> Hello! | |
| 268 | ||
| 269 | Jimmy> Hey Faggot! | |
| 270 | ||
| 271 | Jimmy> Wtf are you doing watching anime you sad 20 year old cunt. | |
| 272 | ||
| 273 | You> Df you just say to me you 50 year old man child? ill have you know my dad works for the fbi and he is tracing your ip address as we speak. | |
| 274 | ||
| 275 | Jimmy> Fuck Off Ya Fat Cunt | |
| 276 | ||
| 277 | You> Y'know what? anime is lyfe do not ever diss me ok? or i will get my army, a minecraft clan you have never seen before | |
| 278 | ||
| 279 | Jimmy> You're Mum Gay. | |
| 280 | ||
| 281 | You> your* | |
| 282 | ||
| 283 | Jimmy> Bye Sad AF Cunt. | |
| 284 | ||
| 285 | tacktic2010> lol, uf0ckinw0t? | |
| 286 | ||
| 287 | Jimmy> tacktic iz gay. | |
| 288 | ||
| 289 | pxire> kick>Jimmy:Reason: By Faggot lelel. | |
| 290 | ||
| 291 | <sever> Jimmy has left your channel, Reason: Bye You Ugly NiggerFaggot. | |
| 292 | ||
| 293 | ||
| 294 | ||
| 295 | ||
| 296 | ||
| 297 | ||
| 298 | ||
| 299 | ||
| 300 | ||
| 301 | ]] | |
| 302 | ||
| 303 | ||
| 304 | ||
| 305 | game.Lighting.GlobalShadows = false | |
| 306 | game.Lighting.Brightness = 0.25 | |
| 307 | ||
| 308 | ||
| 309 | local function Smooth(Part) | |
| 310 | Part.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 311 | Part.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 312 | Part.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 313 | Part.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 314 | Part.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 315 | Part.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 316 | end | |
| 317 | ||
| 318 | ||
| 319 | local function SetLine(Line, Alpha, Beta) | |
| 320 | local dx = Alpha.Position.X.Scale - Beta.Position.X.Scale | |
| 321 | local dy = Alpha.Position.Y.Scale - Beta.Position.Y.Scale | |
| 322 | local Magnitude = math.sqrt(dx^2 + dy^2) | |
| 323 | ||
| 324 | Line.Size = UDim2.new(Magnitude, 0, 0, 8) | |
| 325 | Line.Position = Alpha.Position:Lerp(Beta.Position, 0.5) | |
| 326 | Line.Rotation = math.deg(math.atan2(dy, dx)) | |
| 327 | end | |
| 328 | ||
| 329 | ||
| 330 | local Keyboard = Instance.new("Part")
| |
| 331 | Keyboard.BrickColor = BrickColor.new("Really black")
| |
| 332 | Keyboard.Material = Enum.Material.Neon | |
| 333 | Keyboard.Transparency = 0.1 | |
| 334 | Keyboard.Size = Vector3.new(5, 0, 2) | |
| 335 | Keyboard.CanCollide = false | |
| 336 | Keyboard.Locked = true | |
| 337 | ||
| 338 | Smooth(Keyboard) | |
| 339 | ||
| 340 | local KeyboardWeld = Instance.new("Weld")
| |
| 341 | KeyboardWeld.Part0 = Torso | |
| 342 | KeyboardWeld.Part1 = Keyboard | |
| 343 | KeyboardWeld.C0 = CFrame.new(0, 0.2, -2) * CFrame.Angles(0.3, 0, 0) | |
| 344 | ||
| 345 | KeyboardWeld.Parent = Keyboard | |
| 346 | Keyboard.Parent = Character | |
| 347 | ||
| 348 | ||
| 349 | local Light = Instance.new("PointLight")
| |
| 350 | Light.Brightness = 1.5 | |
| 351 | Light.Range = 12 | |
| 352 | Light.Parent = Keyboard | |
| 353 | ||
| 354 | ||
| 355 | local Screen = Instance.new("Part")
| |
| 356 | Screen.BrickColor = BrickColor.new("Really black")
| |
| 357 | Screen.Material = Enum.Material.Neon | |
| 358 | Screen.Transparency = 0.6 | |
| 359 | Screen.Size = Vector3.new(6, 4, 0) | |
| 360 | Screen.CanCollide = false | |
| 361 | Screen.Locked = true | |
| 362 | ||
| 363 | Smooth(Screen) | |
| 364 | ||
| 365 | local ScreenWeld = Instance.new("Weld")
| |
| 366 | ScreenWeld.Part0 = Torso | |
| 367 | ScreenWeld.Part1 = Screen | |
| 368 | ScreenWeld.C0 = CFrame.new(0, 3.5, -4.5) * CFrame.Angles(0.1, 0, 0) | |
| 369 | ||
| 370 | local animeh = Instance.new("Part")
| |
| 371 | animeh.BrickColor = BrickColor.new("Really black")
| |
| 372 | animeh.Material = Enum.Material.Neon | |
| 373 | animeh.Transparency = 0.6 | |
| 374 | animeh.Size = Vector3.new(6, 4, 0) | |
| 375 | animeh.CanCollide = false | |
| 376 | animeh.Locked = true | |
| 377 | ||
| 378 | local dekal = Instance.new("Decal",animeh)
| |
| 379 | dekal.Texture = "http://www.roblox.com/asset/?id=564023995" | |
| 380 | dekal.Transparency = 0.15 | |
| 381 | dekal.Face = "Back" | |
| 382 | ||
| 383 | Smooth(animeh) | |
| 384 | ||
| 385 | local animehw = Instance.new("Weld")
| |
| 386 | animehw.Part0 = Torso | |
| 387 | animehw.Part1 = animeh | |
| 388 | animehw.C0 = CFrame.new(0, 8, -4) * CFrame.Angles(.5,0,0) | |
| 389 | ||
| 390 | animehw.Parent = animeh | |
| 391 | animeh.Parent = Character | |
| 392 | ||
| 393 | local Gui = Instance.new("SurfaceGui")
| |
| 394 | Gui.Face = "Back" | |
| 395 | Gui.Adornee = Screen | |
| 396 | Gui.Parent = Screen | |
| 397 | ||
| 398 | local Text = Instance.new("TextBox")
| |
| 399 | Text.BackgroundTransparency = 1 | |
| 400 | Text.Position = UDim2.new(0, 0, 0, 0) | |
| 401 | Text.Size = UDim2.new(1, 0, 1, 0) | |
| 402 | Text.TextColor3 = Color3.new(1, 1, 1) | |
| 403 | Text.Font = Enum.Font.Code | |
| 404 | Text.Active = false | |
| 405 | Text.MultiLine = true | |
| 406 | Text.TextWrapped = true | |
| 407 | Text.FontSize = Enum.FontSize.Size32 | |
| 408 | Text.TextXAlignment = Enum.TextXAlignment.Left | |
| 409 | Text.TextYAlignment = Enum.TextYAlignment.Top | |
| 410 | Text.Text = "" | |
| 411 | ||
| 412 | Text.Parent = Gui | |
| 413 | ||
| 414 | ScreenWeld.Parent = Screen | |
| 415 | Screen.Parent = Character | |
| 416 | ||
| 417 | ||
| 418 | ||
| 419 | local Screen2 = Instance.new("Part")
| |
| 420 | Screen2.BrickColor = BrickColor.new("Really black")
| |
| 421 | Screen2.Material = Enum.Material.Neon | |
| 422 | Screen2.Transparency = 0.6 | |
| 423 | Screen2.Size = Vector3.new(6, 4, 0) | |
| 424 | Screen2.CanCollide = false | |
| 425 | Screen2.Locked = true | |
| 426 | ||
| 427 | Smooth(Screen2) | |
| 428 | ||
| 429 | local Screen2Weld = Instance.new("Weld")
| |
| 430 | Screen2Weld.Part0 = Torso | |
| 431 | Screen2Weld.Part1 = Screen2 | |
| 432 | Screen2Weld.C0 = CFrame.new(5.4, 3.4, -1.5) * CFrame.Angles(0.1, -0.9, 0) | |
| 433 | ||
| 434 | local Gui2 = Instance.new("SurfaceGui")
| |
| 435 | Gui2.Face = "Back" | |
| 436 | Gui2.Adornee = Screen2 | |
| 437 | Gui2.Parent = Screen2 | |
| 438 | ||
| 439 | local Text2 = Instance.new("TextBox")
| |
| 440 | Text2.BackgroundTransparency = 1 | |
| 441 | Text2.Position = UDim2.new(0, 0, 0, 0) | |
| 442 | Text2.Size = UDim2.new(1, 0, 1, 0) | |
| 443 | Text2.TextColor3 = Color3.new(0, 1, 0) | |
| 444 | Text2.Font = Enum.Font.Code | |
| 445 | Text2.Active = false | |
| 446 | Text2.MultiLine = true | |
| 447 | Text2.TextWrapped = true | |
| 448 | Text2.FontSize = Enum.FontSize.Size32 | |
| 449 | Text2.TextXAlignment = Enum.TextXAlignment.Left | |
| 450 | Text2.TextYAlignment = Enum.TextYAlignment.Top | |
| 451 | Text2.Text = "" | |
| 452 | ||
| 453 | Text2.Parent = Gui2 | |
| 454 | ||
| 455 | local ImageKey = Instance.new("ImageLabel")
| |
| 456 | ImageKey.BackgroundTransparency = 1 | |
| 457 | ImageKey.Size = UDim2.new(0.2, 0, 0.2, 0) | |
| 458 | ImageKey.Position = UDim2.new(0.4, 0, 0.4, 0) | |
| 459 | ImageKey.Image = "http://www.roblox.com/asset/?id=697224414" | |
| 460 | ImageKey.ImageTransparency = 1 | |
| 461 | ImageKey.Parent = Gui2 | |
| 462 | ||
| 463 | Screen2Weld.Parent = Screen2 | |
| 464 | Screen2.Parent = Character | |
| 465 | ||
| 466 | ||
| 467 | ||
| 468 | local Screen3 = Instance.new("Part")
| |
| 469 | Screen3.BrickColor = BrickColor.new("Really black")
| |
| 470 | Screen3.Material = Enum.Material.Neon | |
| 471 | Screen3.Transparency = 0.6 | |
| 472 | Screen3.Size = Vector3.new(6, 4, 0) | |
| 473 | Screen3.CanCollide = false | |
| 474 | Screen3.Locked = true | |
| 475 | ||
| 476 | local dekal = Instance.new("Decal",Screen3)
| |
| 477 | dekal.Texture = "http://www.roblox.com/asset/?id=262943798" | |
| 478 | dekal.Transparency = 0.15 | |
| 479 | dekal.Face = "Back" | |
| 480 | ||
| 481 | Smooth(Screen3) | |
| 482 | ||
| 483 | local Screen3Weld = Instance.new("Weld")
| |
| 484 | Screen3Weld.Part0 = Torso | |
| 485 | Screen3Weld.Part1 = Screen3 | |
| 486 | Screen3Weld.C0 = CFrame.new(-5.4, 3.4, -1.5) * CFrame.Angles(0.1, 0.9, 0) | |
| 487 | ||
| 488 | local Gui3 = Instance.new("SurfaceGui")
| |
| 489 | Gui3.Face = "Back" | |
| 490 | Gui3.Adornee = Screen3 | |
| 491 | Gui3.Parent = Screen3 | |
| 492 | ||
| 493 | local Map = Instance.new("ImageLabel")
| |
| 494 | Map.BackgroundTransparency = 1 | |
| 495 | Map.Position = UDim2.new(0, 0, 0, 0) | |
| 496 | Map.Size = UDim2.new(1, 0, 1, 0) | |
| 497 | Map.Image = "http://www.roblox.com/asset/?id=121661614" | |
| 498 | ||
| 499 | Map.Parent = Gui3 | |
| 500 | ||
| 501 | Screen3Weld.Parent = Screen3 | |
| 502 | Screen3.Parent = Character | |
| 503 | ||
| 504 | UserInputService.InputBegan:Connect(function(Input, Processed) | |
| 505 | if Processed then return end | |
| 506 | ||
| 507 | if Input.UserInputType == Enum.UserInputType.Keyboard then | |
| 508 | local KeyCode = Input.KeyCode | |
| 509 | ||
| 510 | if KeyCode == Enum.KeyCode.E then | |
| 511 | Typing = not Typing | |
| 512 | end | |
| 513 | end | |
| 514 | end) | |
| 515 | ||
| 516 | ||
| 517 | ||
| 518 | RunService.Heartbeat:Connect(function() | |
| 519 | local Sine = math.sin(tick() * 8) / 8 | |
| 520 | ||
| 521 | ImageKey.ImageTransparency = math.abs(math.sin(tick())) | |
| 522 | ||
| 523 | if Typing then | |
| 524 | if math.random(5) == 1 then | |
| 525 | local PressSound = Instance.new("Sound")
| |
| 526 | PressSound.SoundId = "rbxassetid://265970978" | |
| 527 | PressSound.Pitch = 0.5 + math.random() / 5 | |
| 528 | PressSound.Volume = 3 | |
| 529 | PressSound.Parent = Keyboard | |
| 530 | PressSound:Play() | |
| 531 | ||
| 532 | game:GetService("Debris"):AddItem(PressSound, 1 / 2)
| |
| 533 | end | |
| 534 | ||
| 535 | Neck.C0 = CFrame.new(0, 1, 0) * CFrame.Angles(-0.2 + Sine / 4, (math.random() - 0.5) / 2, 0) | |
| 536 | ||
| 537 | RightShoulder.C0 = CFrame.new(1, 0.6 + math.random() / 4, -math.random() * 0.7) | |
| 538 | * CFrame.Angles(1.5 + Sine * math.random(), -Sine / 4, -(0.5 + 2 * Sine * math.random())) | |
| 539 | ||
| 540 | LeftShoulder.C0 = CFrame.new(-1, 0.6 + math.random() / 4, -math.random() * 0.7) | |
| 541 | * CFrame.Angles(1.5 - Sine * math.random(), Sine / 4, 0.5 + 2 * Sine * math.random()) | |
| 542 | ||
| 543 | if math.random(2) == 1 then | |
| 544 | if TypingSub < #Argument then | |
| 545 | TypingSub = TypingSub + 1 | |
| 546 | Text.Text = Text.Text..Argument:sub(TypingSub, TypingSub) | |
| 547 | ||
| 548 | local nl = Text.Text:find("\n")
| |
| 549 | ||
| 550 | if nl and #Text.Text > 400 then | |
| 551 | Text.Text = Text.Text:sub(nl + 1) | |
| 552 | end | |
| 553 | ||
| 554 | else | |
| 555 | TypingSub = 1 | |
| 556 | end | |
| 557 | end | |
| 558 | ||
| 559 | if math.random(3) == 1 then | |
| 560 | if TypingSub2 < #Code then | |
| 561 | TypingSub2 = TypingSub2 + 1 | |
| 562 | Text2.Text = Text2.Text..Code:sub(TypingSub2, TypingSub2) | |
| 563 | ||
| 564 | local nl = Text2.Text:find("\n")
| |
| 565 | ||
| 566 | if nl and #Text2.Text > 400 then | |
| 567 | Text2.Text = Text2.Text:sub(nl + 1) | |
| 568 | end | |
| 569 | ||
| 570 | else | |
| 571 | TypingSub2 = 1 | |
| 572 | end | |
| 573 | end | |
| 574 | ||
| 575 | else | |
| 576 | Neck.C0 = CFrame.new(0, 1, 0) | |
| 577 | ||
| 578 | RightShoulder.C0 = CFrame.new(1, 0.5, 0) * CFrame.Angles(1.5, 0, 0) | |
| 579 | LeftShoulder.C0 = CFrame.new(-1, 0.5, 0) * CFrame.Angles(1.5, 0, 0) | |
| 580 | end | |
| 581 | end) | |
| 582 | ||
| 583 | delay(0,start) | |
| 584 | ||
| 585 | New = function(Object, Parent, Name, Data) | |
| 586 | local Object = Instance.new(Object) | |
| 587 | for Index, Value in pairs(Data or {}) do
| |
| 588 | Object[Index] = Value | |
| 589 | end | |
| 590 | Object.Parent = Parent | |
| 591 | Object.Name = Name | |
| 592 | return Object | |
| 593 | end | |
| 594 | ||
| 595 | function ScatterEff(part) | |
| 596 | local eff1 = Instance.new("ParticleEmitter",part)
| |
| 597 | eff1.Size = NumberSequence.new(.1) | |
| 598 | eff1.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(.9,0),NumberSequenceKeypoint.new(1,1)})
| |
| 599 | eff1.LightEmission = 1 | |
| 600 | eff1.Lifetime = NumberRange.new(1) | |
| 601 | eff1.Speed = NumberRange.new(1) | |
| 602 | eff1.Rate = 100 | |
| 603 | eff1.VelocitySpread = 10000 | |
| 604 | eff1.Texture = "rbxassetid://347504241" | |
| 605 | eff1.Color = ColorSequence.new(Color3.new(1,0,0)) | |
| 606 | local eff2 = Instance.new("ParticleEmitter",part)
| |
| 607 | eff2.Size = NumberSequence.new(.1) | |
| 608 | eff2.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(.9,0),NumberSequenceKeypoint.new(1,1)})
| |
| 609 | eff2.LightEmission = 1 | |
| 610 | eff2.Lifetime = NumberRange.new(1) | |
| 611 | eff2.Speed = NumberRange.new(1) | |
| 612 | eff2.Rate = 100 | |
| 613 | eff2.VelocitySpread = 10000 | |
| 614 | eff2.Texture = "rbxassetid://347504259" | |
| 615 | eff2.Color = ColorSequence.new(Color3.new(1,0,0)) | |
| 616 | end | |
| 617 | ||
| 618 | function BurningEff(part) | |
| 619 | local eff1 = Instance.new("ParticleEmitter",part)
| |
| 620 | eff1.Size = NumberSequence.new(.1) | |
| 621 | eff1.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(.2,0),NumberSequenceKeypoint.new(1,1)})
| |
| 622 | eff1.LightEmission = 1 | |
| 623 | eff1.Lifetime = NumberRange.new(1) | |
| 624 | eff1.Speed = NumberRange.new(0) | |
| 625 | eff1.Rate = 100 | |
| 626 | eff1.Texture = "rbxassetid://347504241" | |
| 627 | eff1.Acceleration = Vector3.new(0,10,0) | |
| 628 | eff1.Color = ColorSequence.new(Color3.new(1,0,0)) | |
| 629 | local eff2 = Instance.new("ParticleEmitter",part)
| |
| 630 | eff2.Size = NumberSequence.new(.1) | |
| 631 | eff2.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(.2,0),NumberSequenceKeypoint.new(1,1)})
| |
| 632 | eff2.LightEmission = 1 | |
| 633 | eff2.Lifetime = NumberRange.new(1) | |
| 634 | eff2.Speed = NumberRange.new(0) | |
| 635 | eff2.Rate = 100 | |
| 636 | eff2.Texture = "rbxassetid://347504259" | |
| 637 | eff2.Acceleration = Vector3.new(0,10,0) | |
| 638 | eff2.Color = ColorSequence.new(Color3.new(1,0,0)) | |
| 639 | local eff3 = Instance.new("ParticleEmitter",part)
| |
| 640 | eff3.Size = NumberSequence.new(1) | |
| 641 | eff3.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(1,1)})
| |
| 642 | eff3.LightEmission = 1 | |
| 643 | eff3.Lifetime = NumberRange.new(1) | |
| 644 | eff3.Speed = NumberRange.new(0) | |
| 645 | eff3.Rate = 100 | |
| 646 | eff3.Texture = "rbxasset://textures/particles/fire_main.dds" | |
| 647 | eff3.Acceleration = Vector3.new(0,10,0) | |
| 648 | eff3.Color = ColorSequence.new(Color3.new(1,0,0)) | |
| 649 | end | |
| 650 | ||
| 651 | ||
| 652 | ||
| 653 | slashsnd = New("Sound",chara.Torso,"Slash",{SoundId = "rbxassetid://28144425",PlaybackSpeed = .7,Volume = 5})
| |
| 654 | hitsnd = New("Sound",chara.Torso,"Hit",{SoundId = "rbxassetid://429400881",PlaybackSpeed = .7,Volume = 5})
| |
| 655 | telesnd = New("Sound",chara.Torso,"Tele",{SoundId = "rbxassetid://2767090",PlaybackSpeed = .7,Volume = 5})
| |
| 656 | burnsnd = New("Sound",chara.Torso,"Burn",{SoundId = "rbxassetid://32791565",PlaybackSpeed = .7,Volume = 5})
| |
| 657 | music1 = New("Sound",chara.Torso,"Music1",{SoundId = "rbxassetid://151038517",PlaybackSpeed = .5,Volume = 10,Looped = true})
| |
| 658 | music2 = New("Sound",chara.Torso,"Music2",{SoundId = "rbxassetid://11984351",PlaybackSpeed = .2,Volume = 5,Looped = true})
| |
| 659 | deathmus = New("Sound",chara.Torso,"DeathMus",{SoundId = "rbxassetid://19094700",PlaybackSpeed = .5,Volume = 5,Looped = true})
| |
| 660 | deathex = New("Sound",chara.Torso,"DeathEx",{SoundId = "rbxassetid://11984351",PlaybackSpeed = 1,Volume = 5})
| |
| 661 | ||
| 662 | ||
| 663 | ||
| 664 | ||
| 665 | ||
| 666 | --Soul Steal-- | |
| 667 | function SoulSteal(pos) | |
| 668 | local soulst = coroutine.wrap(function() | |
| 669 | local soul = Instance.new("Part",chara)
| |
| 670 | soul.Size = Vector3.new(0,0,0) | |
| 671 | soul.CanCollide = false | |
| 672 | soul.Anchored = false | |
| 673 | soul.Position = pos | |
| 674 | soul.CFrame = CFrame.new(pos.X,pos.Y,pos.Z) | |
| 675 | soul.Transparency = 1 | |
| 676 | local ptc = Instance.new("ParticleEmitter",soul)
| |
| 677 | ptc.Texture = "http://www.roblox.com/asset/?id=413366101" | |
| 678 | ptc.Size = NumberSequence.new(.5) | |
| 679 | ptc.LockedToPart = true | |
| 680 | ptc.Speed = NumberRange.new(0) | |
| 681 | ptc.Lifetime = NumberRange.new(9999) | |
| 682 | local bodpos = Instance.new("BodyPosition",soul)
| |
| 683 | bodpos.Position = pos | |
| 684 | wait(2) | |
| 685 | soul.Touched:connect(function(hit) | |
| 686 | if hit.Parent == chara then | |
| 687 | soul:Destroy() | |
| 688 | end | |
| 689 | end) | |
| 690 | while soul do | |
| 691 | wait(.1) | |
| 692 | bodpos.Position = chara.Torso.Position | |
| 693 | end | |
| 694 | end) | |
| 695 | soulst() | |
| 696 | end | |
| 697 | ||
| 698 | --Death of a Mortal-- | |
| 699 | function KillMortal(hitdude) | |
| 700 | local torsy = nil | |
| 701 | if hitdude:FindFirstChild("Torso")~=nil then
| |
| 702 | torsy = hitdude.Torso | |
| 703 | elseif hitdude:FindFirstChild("UpperTorso")~=nil then
| |
| 704 | torsy = hitdude.UpperTorso | |
| 705 | end | |
| 706 | local val = Instance.new("ObjectValue",hitdude)
| |
| 707 | val.Name = "HasBeenHit" | |
| 708 | hitdude:BreakJoints() | |
| 709 | hitdude.Humanoid:Destroy() | |
| 710 | SoulSteal(torsy.Position) | |
| 711 | local chi = hitdude:GetChildren() | |
| 712 | for i = 1, #chi do | |
| 713 | if chi[i].ClassName == "Part" or chi[i].ClassName == "MeshPart" then | |
| 714 | local bodpos = Instance.new("BodyPosition",chi[i])
| |
| 715 | bodpos.Position = chi[i].Position + Vector3.new(math.random(-5,5),math.random(-5,5),math.random(-5,5)) | |
| 716 | ScatterEff(chi[i]) | |
| 717 | chi[i].BrickColor = BrickColor.new("Really black")
| |
| 718 | end | |
| 719 | end | |
| 720 | for i = 1, 4 do | |
| 721 | for i = 1, #chi do | |
| 722 | if chi[i].ClassName == "Part" or chi[i].ClassName == "MeshPart" then | |
| 723 | chi[i].Transparency = chi[i].Transparency + .25 | |
| 724 | wait(.01) | |
| 725 | end | |
| 726 | end | |
| 727 | end | |
| 728 | for i = 1, #chi do | |
| 729 | if chi[i].ClassName == "Part" or chi[i].ClassName == "MeshPart" then | |
| 730 | chi[i]:Destroy() | |
| 731 | end | |
| 732 | end | |
| 733 | end | |
| 734 | ||
| 735 | ||
| 736 | function Teleport(pos) | |
| 737 | telesnd:Play() | |
| 738 | local ch = chara:GetChildren() | |
| 739 | for i = 1, #ch do | |
| 740 | if ch[i].ClassName == "Part" and ch[i].Name ~= "HumanoidRootPart" then | |
| 741 | local trace = Instance.new("Part",game.Workspace)
| |
| 742 | trace.Size = ch[i].Size | |
| 743 | trace.Material = "Neon" | |
| 744 | trace.BrickColor = BrickColor.new("Really black")
| |
| 745 | trace.Transparency = .3 | |
| 746 | trace.CanCollide = false | |
| 747 | trace.Anchored = true | |
| 748 | trace.CFrame = ch[i].CFrame | |
| 749 | if ch[i].Name == "Head" then | |
| 750 | mehs = Instance.new("CylinderMesh",trace)
| |
| 751 | mehs.Scale = Vector3.new(1.25,1.25,1.25) | |
| 752 | end | |
| 753 | tracedisappear = coroutine.wrap(function() | |
| 754 | wait(1) | |
| 755 | for i = 1, 7 do | |
| 756 | wait(.1) | |
| 757 | trace.Transparency = trace.Transparency + .1 | |
| 758 | end | |
| 759 | trace:Destroy() | |
| 760 | end) | |
| 761 | tracedisappear() | |
| 762 | end | |
| 763 | end | |
| 764 | chara.Torso.CFrame = CFrame.new(pos.X,pos.Y,pos.Z) | |
| 765 | end | |
| 766 | ||
| 767 | ||
| 768 | function Grab(mouse) | |
| 769 | local hit = mouse.Target | |
| 770 | if hit ~= nil then | |
| 771 | if hit.Parent:FindFirstChild("Humanoid")~=nil then
| |
| 772 | local torsy = nil | |
| 773 | if hit.Parent:FindFirstChild("Torso")~=nil then
| |
| 774 | torsy = hit.Parent.Torso | |
| 775 | elseif hit.Parent:FindFirstChild("UpperTorso")~=nil then
| |
| 776 | torsy = hit.Parent.UpperTorso | |
| 777 | end | |
| 778 | local bodpos = Instance.new("BodyPosition",torsy)
| |
| 779 | bodpos.Position = torsy.Position | |
| 780 | wait(1) | |
| 781 | burnsnd:Play() | |
| 782 | hit.Parent.Humanoid.MaxHealth = 100 | |
| 783 | bodpos.Position = bodpos.Position + Vector3.new(0,4,0) | |
| 784 | for i = 1, 10 do | |
| 785 | wait(.1) | |
| 786 | BurningEff(torsy) | |
| 787 | hit.Parent.Humanoid.Health = hit.Parent.Humanoid.Health - 10 | |
| 788 | end | |
| 789 | KillMortal(hit.Parent) | |
| 790 | end | |
| 791 | else end | |
| 792 | end | |
| 793 | ||
| 794 | ||
| 795 | function onKeyDown(key) | |
| 796 | if key == "z" then | |
| 797 | Teleport(Mouse.Hit.p + Vector3.new(0,2,0)) | |
| 798 | elseif key == "x" then | |
| 799 | Grab(Mouse) | |
| 800 | end | |
| 801 | end | |
| 802 | ||
| 803 | --Mouse Functions-- | |
| 804 | Mouse = player:GetMouse() | |
| 805 | if Mouse then | |
| 806 | Mouse.KeyDown:connect(onKeyDown) | |
| 807 | end | |
| 808 | ||
| 809 | while true do | |
| 810 | wait(.01) | |
| 811 | chance = math.random(0,100) | |
| 812 | if chance < 10 then | |
| 813 | sel = math.random(1,3) | |
| 814 | if sel == 1 then | |
| 815 | tecks.Text = "Anonymous" | |
| 816 | elseif sel == 2 then | |
| 817 | tecks.Text = "Aymnosuno" | |
| 818 | elseif sel == 3 then | |
| 819 | tecks.Text = "suomynonA" | |
| 820 | end | |
| 821 | else tecks.Text = "Anonymous" | |
| 822 | if chara.Humanoid.Health > 0 then | |
| 823 | chara.Humanoid.MaxHealth = math.huge | |
| 824 | chara.Humanoid.Health = math.huge | |
| 825 | end | |
| 826 | if game.Lighting:FindFirstChild("ColorCorrection") == nil then
| |
| 827 | local l = Instance.new("ColorCorrectionEffect",game.Lighting)
| |
| 828 | l.Contrast,l.Saturation,l.Brightness = 2, -0.75, 0.375 | |
| 829 | l.TintColor = Color3.new(1,0,0) | |
| 830 | end | |
| 831 | tecks.Position = UDim2.new(0,math.random(-1,1),0,math.random(-1,1)) | |
| 832 | end | |
| 833 | end |