Advertisement
Guest User

Untitled

a guest
Jul 11th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.64 KB | None | 0 0
  1. amusicOn = true
  2.  
  3.  
  4.  
  5. Me = game.Players.LocalPlayer
  6.  
  7. player = Me
  8.  
  9. char = Me.Character
  10.  
  11. chara = char
  12.  
  13. larm = char["Left Arm"]
  14.  
  15. rarm = char["Right Arm"]
  16.  
  17. lleg = char["Left Leg"]
  18.  
  19. rleg = char["Right Leg"]
  20.  
  21. torso = char.Torso
  22.  
  23. hed = char.Head
  24.  
  25. mouse = player:GetMouse()
  26.  
  27. lght = game.Lighting
  28.  
  29. lichtact = false
  30.  
  31. moosicact = false
  32.  
  33. gotsagofest = true
  34.  
  35. chara.Humanoid.MaxHealth = math.huge + 9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
  36.  
  37. chara.Humanoid.Health = math.huge + 9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45. wait(2.5)
  46.  
  47.  
  48.  
  49. chara.Humanoid.WalkSpeed = 10
  50.  
  51. chara.Humanoid.JumpPower = 40
  52.  
  53. local naeeym = Instance.new("BillboardGui",chara)
  54.  
  55. naeeym.Size = UDim2.new(0,100,0,40)
  56.  
  57. naeeym.StudsOffset = Vector3.new(0,2,0)
  58.  
  59. naeeym.Adornee = chara.Head
  60.  
  61. local tecks = Instance.new("TextLabel",naeeym)
  62.  
  63. tecks.BackgroundTransparency = 1
  64.  
  65. tecks.BorderSizePixel = 0
  66.  
  67. tecks.Text = "Anonymous"
  68.  
  69. tecks.Font = "Bodoni"
  70.  
  71. tecks.FontSize = "Size36"
  72.  
  73. tecks.TextStrokeTransparency = 0.5
  74.  
  75. tecks.TextColor3 = Color3.new(0,0,0)
  76.  
  77. rrer = BrickColor.new("Really red")
  78.  
  79. tecks.TextStrokeColor3 = rrer.Color
  80.  
  81. tecks.Size = UDim2.new(1,0,0.5,0)
  82.  
  83. local licht = Instance.new("PointLight",chara.Torso)
  84.  
  85. licht.Color = tecks.TextStrokeColor3
  86.  
  87. licht.Range = 60
  88.  
  89. licht.Brightness = 1
  90.  
  91. licht.Enabled = false
  92.  
  93.  
  94.  
  95.  
  96.  
  97. ------------------------------- Player -------------------------------------------------------------------
  98.  
  99. local z = Instance.new("Sound",char)
  100.  
  101. z.Looped = true
  102.  
  103. z.SoundId = "rbxassetid://167161785"
  104.  
  105. z.Volume = 2.25
  106.  
  107. if musicOn then
  108.  
  109. z:Play()
  110.  
  111. end
  112.  
  113.  
  114.  
  115. Mouse = player:GetMouse()
  116.  
  117.  
  118.  
  119. local l = Instance.new("ColorCorrectionEffect",game.Lighting)
  120.  
  121.  
  122.  
  123. for i,v in pairs(chara:children()) do
  124.  
  125. if v:IsA("Accessory") or v:IsA("Shirt") or v:IsA("Pants") then
  126.  
  127. v:Destroy()
  128.  
  129. end
  130.  
  131. end
  132.  
  133. char.Head.face:Destroy()
  134.  
  135.  
  136.  
  137. 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")
  138.  
  139. local Orbd = Instance.new("Part", char)
  140.  
  141. Orbd.Name = "Orbd"
  142.  
  143. Orbd.Shape = Enum.PartType.Ball
  144.  
  145. Orbd.CanCollide = false
  146.  
  147. Orbd.BrickColor = BrickColor.new("Really red")
  148.  
  149. Orbd.Transparency = 0
  150.  
  151. Orbd.Material = "Neon"
  152.  
  153. Orbd.Size = Vector3.new(0.1, 0.1, 0.1)
  154.  
  155. Orbd.TopSurface = Enum.SurfaceType.Smooth
  156.  
  157. Orbd.BottomSurface = Enum.SurfaceType.Smooth
  158.  
  159. local Weld = Instance.new("Weld", Orbd)
  160.  
  161. Weld.Part0 = char.Head
  162.  
  163. Weld.Part1 = Orbd
  164.  
  165. Weld.C1 = CFrame.new(-0.2, -0.2, 0.5)
  166.  
  167. local glov = Instance.new("PointLight", Orbd)
  168.  
  169. glov.Brightness = 0.25
  170.  
  171. glov.Range = 20
  172.  
  173. glov.Color = Color3.new(255, 0, 0)
  174.  
  175. local Orbvc = Instance.new("Part", char)
  176.  
  177. Orbvc.Name = "Orbvc"
  178.  
  179. Orbvc.Shape = Enum.PartType.Ball
  180.  
  181. Orbvc.CanCollide = false
  182.  
  183. Orbvc.BrickColor = BrickColor.new("Really red")
  184.  
  185. Orbvc.Transparency = 0
  186.  
  187. Orbvc.Material = "Neon"
  188.  
  189. Orbvc.Size = Vector3.new(0.1, 0.1, 0.1)
  190.  
  191. Orbvc.TopSurface = Enum.SurfaceType.Smooth
  192.  
  193. Orbvc.BottomSurface = Enum.SurfaceType.Smooth
  194.  
  195. local Weld = Instance.new("Weld", Orbvc)
  196.  
  197. Weld.Part0 = char.Head
  198.  
  199. Weld.Part1 = Orbvc
  200.  
  201. Weld.C1 = CFrame.new(0.2, -0.2, 0.5)
  202.  
  203. local glo = Instance.new("PointLight", Orbvc)
  204.  
  205. glo.Brightness = 0.25
  206.  
  207. glo.Range = 20
  208.  
  209. glo.Color = Color3.new(255, 0, 0)
  210.  
  211.  
  212.  
  213. local IsFreeFalling = false
  214.  
  215. local SpinPart = Instance.new('Part')
  216.  
  217. SpinPart.Transparency = 1
  218.  
  219. SpinPart.Size = Vector3.new(25,1,25)
  220.  
  221. SpinPart.CanCollide = false
  222.  
  223. SpinPart.FormFactor = 'Custom'
  224.  
  225. local FX = Instance.new('ParticleEmitter',SpinPart)
  226.  
  227. 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
  228.  
  229. local FX = Instance.new('ParticleEmitter',SpinPart)
  230.  
  231. 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
  232.  
  233. do
  234.  
  235. local tspin = Instance.new('BodyAngularVelocity')
  236.  
  237. tspin.angularvelocity = Vector3.new(0,1,0)
  238.  
  239. tspin.maxTorque =Vector3.new(math.huge,math.huge,math.huge)
  240.  
  241. tspin.Parent = SpinPart
  242.  
  243. end
  244.  
  245. local SpinPos = Instance.new('BodyPosition')
  246.  
  247. SpinPos.maxForce = Vector3.new(math.huge,math.huge,math.huge)
  248.  
  249. SpinPos.Parent = SpinPart
  250.  
  251.  
  252.  
  253. function Equipped()
  254.  
  255. IsEquipped = true
  256.  
  257. local MyTorso = char.Torso
  258.  
  259. if MyTorso then
  260.  
  261. spawn(function()
  262.  
  263. local startTime = tick()
  264.  
  265. SpinPart.CFrame = CFrame.new(MyTorso.CFrame.p+Vector3.new(0,-2.8,0))
  266.  
  267. SpinPart.Parent = MyTorso
  268.  
  269. local fadeIn = true
  270.  
  271. while IsEquipped do
  272.  
  273. if not IsFreeFalling then
  274.  
  275. SpinPos.position = MyTorso.CFrame.p+Vector3.new(0,-2.8,0)
  276.  
  277. end
  278.  
  279. wait()
  280.  
  281. end
  282.  
  283. SpinPart.Parent = nil
  284.  
  285.  
  286.  
  287. end)
  288.  
  289. end
  290.  
  291. end
  292.  
  293.  
  294.  
  295.  
  296.  
  297. wait(0.01)
  298.  
  299. Equipped()
  300.  
  301.  
  302.  
  303.  
  304.  
  305. function start()
  306.  
  307. print("Darkness falls across the battlefield...")
  308.  
  309. wait()
  310.  
  311. print("----------------------------------------")
  312.  
  313. wait()
  314.  
  315. print(" - Anonymous booted up. -")
  316.  
  317. wait()
  318.  
  319. print("- Anonymous written by yeox769. -")
  320.  
  321. i = 0
  322.  
  323. while i<1 do
  324.  
  325. wait()
  326.  
  327. i = i + 0.01
  328.  
  329. l.Contrast,l.Saturation,l.Brightness = l.Contrast + 0.02, l.Saturation - 0.0075, l.Brightness + 0.00375
  330.  
  331. l.TintColor = Color3.new(1,1-i,1-i)
  332.  
  333. end
  334.  
  335. end
  336.  
  337. -- RBX.Lua LocalScript | Hackerman | xDarkScripter | Edit By Pxire
  338.  
  339.  
  340.  
  341.  
  342.  
  343. local Players = game:GetService("Players")
  344.  
  345. local UserInputService = game:GetService("UserInputService")
  346.  
  347. local RunService = game:GetService("RunService")
  348.  
  349.  
  350.  
  351. local Player = Players.LocalPlayer
  352.  
  353. local Camera = workspace.CurrentCamera
  354.  
  355. local Mouse = Player:GetMouse()
  356.  
  357.  
  358.  
  359. local Character = Player.Character
  360.  
  361. local Torso = Character.Torso
  362.  
  363.  
  364.  
  365. local Typing = false
  366.  
  367. local TypingSub = 1
  368.  
  369. local TypingSub2 = 1
  370.  
  371.  
  372.  
  373. local Neck = Torso.Neck
  374.  
  375.  
  376.  
  377. Neck.C1 = CFrame.new(0, -0.5, 0)
  378.  
  379.  
  380.  
  381. local RightArm = Character["Right Arm"]
  382.  
  383. local LeftArm = Character["Left Arm"]
  384.  
  385.  
  386.  
  387. local RightShoulder = Instance.new("Weld", Torso)
  388.  
  389. RightShoulder.Part0 = Torso
  390.  
  391. RightShoulder.Part1 = RightArm
  392.  
  393.  
  394.  
  395. local LeftShoulder = Instance.new("Weld", Torso)
  396.  
  397. LeftShoulder.Part0 = Torso
  398.  
  399. LeftShoulder.Part1 = LeftArm
  400.  
  401.  
  402.  
  403. RightShoulder.C1 = CFrame.new(-0.5, 0.5, 0)
  404.  
  405. LeftShoulder.C1 = CFrame.new(0.5, 0.5, 0)
  406.  
  407.  
  408.  
  409.  
  410.  
  411. local Code = [[
  412.  
  413. -- I failed at stealing my mommy's credit card!
  414.  
  415.  
  416.  
  417. Server Proxy Connection Initializing...
  418.  
  419.  
  420.  
  421. USERNAME: MinecraftKid72
  422.  
  423. PASSWORD: iLoveMinecraftNoobs
  424.  
  425.  
  426.  
  427.  
  428.  
  429. ROBLOX Server Database Connecting...
  430.  
  431.  
  432.  
  433.  
  434.  
  435. local Proxy = Server:GetProxyData(1011101)
  436.  
  437. local Tracker = {}
  438.  
  439.  
  440.  
  441. __INIT__ setmetatable(getmetatable(Proxy), {
  442.  
  443. __metatable = {};
  444.  
  445. __call = function(Self, ...)
  446.  
  447. Proxy:GetArgumentData(Proxy.Key, select(...))
  448.  
  449. end;
  450.  
  451. })
  452.  
  453.  
  454.  
  455. Proxy:TransferData("Lifetime_OBC_Charged",
  456.  
  457. "ACC_"..__VERSION.."_"..Proxy:GetAccount()
  458.  
  459. {
  460.  
  461. __newindex = function(Self, Key, Value)
  462.  
  463. Tracker[Key] = Value
  464.  
  465. rawset(Self, Key, Value)
  466.  
  467. end
  468.  
  469. })
  470.  
  471.  
  472.  
  473. Proxy:GetTransferredData().breakAssymetricEncryption(
  474.  
  475. "NEW_Public_Key", true, 101, false
  476.  
  477. )
  478.  
  479.  
  480.  
  481.  
  482.  
  483. ROBLOX Server Log:
  484.  
  485. > Lifetime OBC Transferred to MinecraftKid72_iLoveMinecraftNoobs
  486.  
  487.  
  488.  
  489. ...
  490.  
  491. ...
  492.  
  493. ...
  494.  
  495. ...
  496.  
  497. ...
  498.  
  499. ...
  500.  
  501.  
  502.  
  503. ERROR<Tried to transfer Lifetime OBC to dantdmbestfan69, Lifetime dosent exist, deleting dantdmbestfan69>
  504.  
  505. Deleting MinecraftKid72..50%
  506.  
  507. Deleting MinecraftKid72..100%
  508.  
  509. Successfully deleted MinecraftKid72.
  510.  
  511. Message<Fucking Kill yourself ugly cunt ill leak your address, i fucked ur mom bacon cunt xd.>
  512.  
  513.  
  514.  
  515.  
  516.  
  517.  
  518.  
  519.  
  520.  
  521.  
  522.  
  523.  
  524.  
  525. ]]
  526.  
  527.  
  528.  
  529.  
  530.  
  531. local Argument = [[
  532.  
  533. You> Hello you sad cunt that masterbates to fat woman!
  534.  
  535.  
  536.  
  537. Jimmy> Hey Faggot!
  538.  
  539.  
  540.  
  541. Jimmy> Wtf are you doing watching anime you sad 20 year old cunt.
  542.  
  543.  
  544.  
  545. You> Shut the fucking fuck up the guy who masterbates to fat woman, anime is life!.
  546.  
  547.  
  548.  
  549. Jimmy> Fuck Off Ya Fat Cunt
  550.  
  551.  
  552.  
  553. 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
  554.  
  555.  
  556.  
  557. Jimmy> You're Mum Gay.
  558.  
  559.  
  560.  
  561. You> your*
  562.  
  563.  
  564.  
  565. Jimmy> Bye Sad Fucking AF Cunt.
  566.  
  567.  
  568.  
  569. tacktic2010> WASSUP BITCHES LETS HAVE SEX.
  570.  
  571.  
  572.  
  573. Jimmy> tacktic iz gay.
  574.  
  575.  
  576.  
  577. pxire> kick>Jimmy:Reason: By Faggot lelel.
  578.  
  579.  
  580.  
  581. <sever> Jimmy has left your channel, Reason: Bye You Ugly NiggerFaggot.
  582.  
  583.  
  584.  
  585.  
  586.  
  587.  
  588.  
  589.  
  590.  
  591.  
  592.  
  593.  
  594.  
  595.  
  596.  
  597.  
  598.  
  599.  
  600.  
  601. ]]
  602.  
  603.  
  604.  
  605.  
  606.  
  607.  
  608.  
  609. game.Lighting.GlobalShadows = false
  610.  
  611. game.Lighting.Brightness = 0.25
  612.  
  613.  
  614.  
  615.  
  616.  
  617. local function Smooth(Part)
  618.  
  619. Part.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  620.  
  621. Part.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  622.  
  623. Part.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  624.  
  625. Part.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  626.  
  627. Part.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  628.  
  629. Part.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  630.  
  631. end
  632.  
  633.  
  634.  
  635.  
  636.  
  637. local function SetLine(Line, Alpha, Beta)
  638.  
  639. local dx = Alpha.Position.X.Scale - Beta.Position.X.Scale
  640.  
  641. local dy = Alpha.Position.Y.Scale - Beta.Position.Y.Scale
  642.  
  643. local Magnitude = math.sqrt(dx^2 + dy^2)
  644.  
  645.  
  646.  
  647. Line.Size = UDim2.new(Magnitude, 0, 0, 8)
  648.  
  649. Line.Position = Alpha.Position:Lerp(Beta.Position, 0.5)
  650.  
  651. Line.Rotation = math.deg(math.atan2(dy, dx))
  652.  
  653. end
  654.  
  655.  
  656.  
  657.  
  658.  
  659. local Keyboard = Instance.new("Part")
  660.  
  661. Keyboard.BrickColor = BrickColor.new("Really black")
  662.  
  663. Keyboard.Material = Enum.Material.Neon
  664.  
  665. Keyboard.Transparency = 0.1
  666.  
  667. Keyboard.Size = Vector3.new(5, 0, 2)
  668.  
  669. Keyboard.CanCollide = false
  670.  
  671. Keyboard.Locked = true
  672.  
  673.  
  674.  
  675. Smooth(Keyboard)
  676.  
  677.  
  678.  
  679. local KeyboardWeld = Instance.new("Weld")
  680.  
  681. KeyboardWeld.Part0 = Torso
  682.  
  683. KeyboardWeld.Part1 = Keyboard
  684.  
  685. KeyboardWeld.C0 = CFrame.new(0, 0.2, -2) * CFrame.Angles(0.3, 0, 0)
  686.  
  687.  
  688.  
  689. KeyboardWeld.Parent = Keyboard
  690.  
  691. Keyboard.Parent = Character
  692.  
  693.  
  694.  
  695.  
  696.  
  697. local Light = Instance.new("PointLight")
  698.  
  699. Light.Brightness = 1.5
  700.  
  701. Light.Range = 12
  702.  
  703. Light.Parent = Keyboard
  704.  
  705.  
  706.  
  707.  
  708.  
  709. local Screen = Instance.new("Part")
  710.  
  711. Screen.BrickColor = BrickColor.new("Really black")
  712.  
  713. Screen.Material = Enum.Material.Neon
  714.  
  715. Screen.Transparency = 0.6
  716.  
  717. Screen.Size = Vector3.new(6, 4, 0)
  718.  
  719. Screen.CanCollide = false
  720.  
  721. Screen.Locked = true
  722.  
  723.  
  724.  
  725. Smooth(Screen)
  726.  
  727.  
  728.  
  729. local ScreenWeld = Instance.new("Weld")
  730.  
  731. ScreenWeld.Part0 = Torso
  732.  
  733. ScreenWeld.Part1 = Screen
  734.  
  735. ScreenWeld.C0 = CFrame.new(0, 3.5, -4.5) * CFrame.Angles(0.1, 0, 0)
  736.  
  737.  
  738.  
  739. local animeh = Instance.new("Part")
  740.  
  741. animeh.BrickColor = BrickColor.new("Really black")
  742.  
  743. animeh.Material = Enum.Material.Neon
  744.  
  745. animeh.Transparency = 0.6
  746.  
  747. animeh.Size = Vector3.new(6, 4, 0)
  748.  
  749. animeh.CanCollide = false
  750.  
  751. animeh.Locked = true
  752.  
  753.  
  754.  
  755. local dekal = Instance.new("Decal",animeh)
  756.  
  757. dekal.Texture = "http://www.roblox.com/asset/?id=564023995"
  758.  
  759. dekal.Transparency = 0.15
  760.  
  761. dekal.Face = "Back"
  762.  
  763.  
  764.  
  765. Smooth(animeh)
  766.  
  767.  
  768.  
  769. local animehw = Instance.new("Weld")
  770.  
  771. animehw.Part0 = Torso
  772.  
  773. animehw.Part1 = animeh
  774.  
  775. animehw.C0 = CFrame.new(0, 8, -4) * CFrame.Angles(.5,0,0)
  776.  
  777.  
  778.  
  779. animehw.Parent = animeh
  780.  
  781. animeh.Parent = Character
  782.  
  783.  
  784.  
  785. local Gui = Instance.new("SurfaceGui")
  786.  
  787. Gui.Face = "Back"
  788.  
  789. Gui.Adornee = Screen
  790.  
  791. Gui.Parent = Screen
  792.  
  793.  
  794.  
  795. local Text = Instance.new("TextBox")
  796.  
  797. Text.BackgroundTransparency = 1
  798.  
  799. Text.Position = UDim2.new(0, 0, 0, 0)
  800.  
  801. Text.Size = UDim2.new(1, 0, 1, 0)
  802.  
  803. Text.TextColor3 = Color3.new(1, 1, 1)
  804.  
  805. Text.Font = Enum.Font.Code
  806.  
  807. Text.Active = false
  808.  
  809. Text.MultiLine = true
  810.  
  811. Text.TextWrapped = true
  812.  
  813. Text.FontSize = Enum.FontSize.Size32
  814.  
  815. Text.TextXAlignment = Enum.TextXAlignment.Left
  816.  
  817. Text.TextYAlignment = Enum.TextYAlignment.Top
  818.  
  819. Text.Text = ""
  820.  
  821.  
  822.  
  823. Text.Parent = Gui
  824.  
  825.  
  826.  
  827. ScreenWeld.Parent = Screen
  828.  
  829. Screen.Parent = Character
  830.  
  831.  
  832.  
  833.  
  834.  
  835.  
  836.  
  837. local Screen2 = Instance.new("Part")
  838.  
  839. Screen2.BrickColor = BrickColor.new("Really black")
  840.  
  841. Screen2.Material = Enum.Material.Neon
  842.  
  843. Screen2.Transparency = 0.6
  844.  
  845. Screen2.Size = Vector3.new(6, 4, 0)
  846.  
  847. Screen2.CanCollide = false
  848.  
  849. Screen2.Locked = true
  850.  
  851.  
  852.  
  853. Smooth(Screen2)
  854.  
  855.  
  856.  
  857. local Screen2Weld = Instance.new("Weld")
  858.  
  859. Screen2Weld.Part0 = Torso
  860.  
  861. Screen2Weld.Part1 = Screen2
  862.  
  863. Screen2Weld.C0 = CFrame.new(5.4, 3.4, -1.5) * CFrame.Angles(0.1, -0.9, 0)
  864.  
  865.  
  866.  
  867. local Gui2 = Instance.new("SurfaceGui")
  868.  
  869. Gui2.Face = "Back"
  870.  
  871. Gui2.Adornee = Screen2
  872.  
  873. Gui2.Parent = Screen2
  874.  
  875.  
  876.  
  877. local Text2 = Instance.new("TextBox")
  878.  
  879. Text2.BackgroundTransparency = 1
  880.  
  881. Text2.Position = UDim2.new(0, 0, 0, 0)
  882.  
  883. Text2.Size = UDim2.new(1, 0, 1, 0)
  884.  
  885. Text2.TextColor3 = Color3.new(0, 1, 0)
  886.  
  887. Text2.Font = Enum.Font.Code
  888.  
  889. Text2.Active = false
  890.  
  891. Text2.MultiLine = true
  892.  
  893. Text2.TextWrapped = true
  894.  
  895. Text2.FontSize = Enum.FontSize.Size32
  896.  
  897. Text2.TextXAlignment = Enum.TextXAlignment.Left
  898.  
  899. Text2.TextYAlignment = Enum.TextYAlignment.Top
  900.  
  901. Text2.Text = ""
  902.  
  903.  
  904.  
  905. Text2.Parent = Gui2
  906.  
  907.  
  908.  
  909. local ImageKey = Instance.new("ImageLabel")
  910.  
  911. ImageKey.BackgroundTransparency = 1
  912.  
  913. ImageKey.Size = UDim2.new(0.2, 0, 0.2, 0)
  914.  
  915. ImageKey.Position = UDim2.new(0.4, 0, 0.4, 0)
  916.  
  917. ImageKey.Image = "http://www.roblox.com/asset/?id=697224414"
  918.  
  919. ImageKey.ImageTransparency = 1
  920.  
  921. ImageKey.Parent = Gui2
  922.  
  923.  
  924.  
  925. Screen2Weld.Parent = Screen2
  926.  
  927. Screen2.Parent = Character
  928.  
  929.  
  930.  
  931.  
  932.  
  933.  
  934.  
  935. local Screen3 = Instance.new("Part")
  936.  
  937. Screen3.BrickColor = BrickColor.new("Really black")
  938.  
  939. Screen3.Material = Enum.Material.Neon
  940.  
  941. Screen3.Transparency = 0.6
  942.  
  943. Screen3.Size = Vector3.new(6, 4, 0)
  944.  
  945. Screen3.CanCollide = false
  946.  
  947. Screen3.Locked = true
  948.  
  949.  
  950.  
  951. local dekal = Instance.new("Decal",Screen3)
  952.  
  953. dekal.Texture = "http://www.roblox.com/asset/?id=262943798"
  954.  
  955. dekal.Transparency = 0.15
  956.  
  957. dekal.Face = "Back"
  958.  
  959.  
  960.  
  961. Smooth(Screen3)
  962.  
  963.  
  964.  
  965. local Screen3Weld = Instance.new("Weld")
  966.  
  967. Screen3Weld.Part0 = Torso
  968.  
  969. Screen3Weld.Part1 = Screen3
  970.  
  971. Screen3Weld.C0 = CFrame.new(-5.4, 3.4, -1.5) * CFrame.Angles(0.1, 0.9, 0)
  972.  
  973.  
  974.  
  975. local Gui3 = Instance.new("SurfaceGui")
  976.  
  977. Gui3.Face = "Back"
  978.  
  979. Gui3.Adornee = Screen3
  980.  
  981. Gui3.Parent = Screen3
  982.  
  983.  
  984.  
  985. local Map = Instance.new("ImageLabel")
  986.  
  987. Map.BackgroundTransparency = 1
  988.  
  989. Map.Position = UDim2.new(0, 0, 0, 0)
  990.  
  991. Map.Size = UDim2.new(1, 0, 1, 0)
  992.  
  993. Map.Image = "http://www.roblox.com/asset/?id=121661614"
  994.  
  995.  
  996.  
  997. Map.Parent = Gui3
  998.  
  999.  
  1000.  
  1001. Screen3Weld.Parent = Screen3
  1002.  
  1003. Screen3.Parent = Character
  1004.  
  1005.  
  1006.  
  1007. UserInputService.InputBegan:Connect(function(Input, Processed)
  1008.  
  1009. if Processed then return end
  1010.  
  1011.  
  1012.  
  1013. if Input.UserInputType == Enum.UserInputType.Keyboard then
  1014.  
  1015. local KeyCode = Input.KeyCode
  1016.  
  1017.  
  1018.  
  1019. if KeyCode == Enum.KeyCode.E then
  1020.  
  1021. Typing = not Typing
  1022.  
  1023. end
  1024.  
  1025. end
  1026.  
  1027. end)
  1028.  
  1029.  
  1030.  
  1031.  
  1032.  
  1033.  
  1034.  
  1035. RunService.Heartbeat:Connect(function()
  1036.  
  1037. local Sine = math.sin(tick() * 8) / 8
  1038.  
  1039.  
  1040.  
  1041. ImageKey.ImageTransparency = math.abs(math.sin(tick()))
  1042.  
  1043.  
  1044.  
  1045. if Typing then
  1046.  
  1047. if math.random(5) == 1 then
  1048.  
  1049. local PressSound = Instance.new("Sound")
  1050.  
  1051. PressSound.SoundId = "rbxassetid://265970978"
  1052.  
  1053. PressSound.Pitch = 0.5 + math.random() / 5
  1054.  
  1055. PressSound.Volume = 3
  1056.  
  1057. PressSound.Parent = Keyboard
  1058.  
  1059. PressSound:Play()
  1060.  
  1061.  
  1062.  
  1063. game:GetService("Debris"):AddItem(PressSound, 1 / 2)
  1064.  
  1065. end
  1066.  
  1067.  
  1068.  
  1069. Neck.C0 = CFrame.new(0, 1, 0) * CFrame.Angles(-0.2 + Sine / 4, (math.random() - 0.5) / 2, 0)
  1070.  
  1071.  
  1072.  
  1073. RightShoulder.C0 = CFrame.new(1, 0.6 + math.random() / 4, -math.random() * 0.7)
  1074.  
  1075. * CFrame.Angles(1.5 + Sine * math.random(), -Sine / 4, -(0.5 + 2 * Sine * math.random()))
  1076.  
  1077.  
  1078.  
  1079. LeftShoulder.C0 = CFrame.new(-1, 0.6 + math.random() / 4, -math.random() * 0.7)
  1080.  
  1081. * CFrame.Angles(1.5 - Sine * math.random(), Sine / 4, 0.5 + 2 * Sine * math.random())
  1082.  
  1083.  
  1084.  
  1085. if math.random(2) == 1 then
  1086.  
  1087. if TypingSub < #Argument then
  1088.  
  1089. TypingSub = TypingSub + 1
  1090.  
  1091. Text.Text = Text.Text..Argument:sub(TypingSub, TypingSub)
  1092.  
  1093.  
  1094.  
  1095. local nl = Text.Text:find("\n")
  1096.  
  1097.  
  1098.  
  1099. if nl and #Text.Text > 400 then
  1100.  
  1101. Text.Text = Text.Text:sub(nl + 1)
  1102.  
  1103. end
  1104.  
  1105.  
  1106.  
  1107. else
  1108.  
  1109. TypingSub = 1
  1110.  
  1111. end
  1112.  
  1113. end
  1114.  
  1115.  
  1116.  
  1117. if math.random(3) == 1 then
  1118.  
  1119. if TypingSub2 < #Code then
  1120.  
  1121. TypingSub2 = TypingSub2 + 1
  1122.  
  1123. Text2.Text = Text2.Text..Code:sub(TypingSub2, TypingSub2)
  1124.  
  1125.  
  1126.  
  1127. local nl = Text2.Text:find("\n")
  1128.  
  1129.  
  1130.  
  1131. if nl and #Text2.Text > 400 then
  1132.  
  1133. Text2.Text = Text2.Text:sub(nl + 1)
  1134.  
  1135. end
  1136.  
  1137.  
  1138.  
  1139. else
  1140.  
  1141. TypingSub2 = 1
  1142.  
  1143. end
  1144.  
  1145. end
  1146.  
  1147.  
  1148.  
  1149. else
  1150.  
  1151. Neck.C0 = CFrame.new(0, 1, 0)
  1152.  
  1153.  
  1154.  
  1155. RightShoulder.C0 = CFrame.new(1, 0.5, 0) * CFrame.Angles(1.5, 0, 0)
  1156.  
  1157. LeftShoulder.C0 = CFrame.new(-1, 0.5, 0) * CFrame.Angles(1.5, 0, 0)
  1158.  
  1159. end
  1160.  
  1161. end)
  1162.  
  1163.  
  1164.  
  1165. delay(0,start)
  1166.  
  1167.  
  1168.  
  1169. New = function(Object, Parent, Name, Data)
  1170.  
  1171. local Object = Instance.new(Object)
  1172.  
  1173. for Index, Value in pairs(Data or {}) do
  1174.  
  1175. Object[Index] = Value
  1176.  
  1177. end
  1178.  
  1179. Object.Parent = Parent
  1180.  
  1181. Object.Name = Name
  1182.  
  1183. return Object
  1184.  
  1185. end
  1186.  
  1187.  
  1188.  
  1189. function ScatterEff(part)
  1190.  
  1191. local eff1 = Instance.new("ParticleEmitter",part)
  1192.  
  1193. eff1.Size = NumberSequence.new(.1)
  1194.  
  1195. eff1.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(.9,0),NumberSequenceKeypoint.new(1,1)})
  1196.  
  1197. eff1.LightEmission = 1
  1198.  
  1199. eff1.Lifetime = NumberRange.new(1)
  1200.  
  1201. eff1.Speed = NumberRange.new(1)
  1202.  
  1203. eff1.Rate = 100
  1204.  
  1205. eff1.VelocitySpread = 10000
  1206.  
  1207. eff1.Texture = "rbxassetid://347504241"
  1208.  
  1209. eff1.Color = ColorSequence.new(Color3.new(1,0,0))
  1210.  
  1211. local eff2 = Instance.new("ParticleEmitter",part)
  1212.  
  1213. eff2.Size = NumberSequence.new(.1)
  1214.  
  1215. eff2.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(.9,0),NumberSequenceKeypoint.new(1,1)})
  1216.  
  1217. eff2.LightEmission = 1
  1218.  
  1219. eff2.Lifetime = NumberRange.new(1)
  1220.  
  1221. eff2.Speed = NumberRange.new(1)
  1222.  
  1223. eff2.Rate = 100
  1224.  
  1225. eff2.VelocitySpread = 10000
  1226.  
  1227. eff2.Texture = "rbxassetid://347504259"
  1228.  
  1229. eff2.Color = ColorSequence.new(Color3.new(1,0,0))
  1230.  
  1231. end
  1232.  
  1233.  
  1234.  
  1235. function BurningEff(part)
  1236.  
  1237. local eff1 = Instance.new("ParticleEmitter",part)
  1238.  
  1239. eff1.Size = NumberSequence.new(.1)
  1240.  
  1241. eff1.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(.2,0),NumberSequenceKeypoint.new(1,1)})
  1242.  
  1243. eff1.LightEmission = 1
  1244.  
  1245. eff1.Lifetime = NumberRange.new(1)
  1246.  
  1247. eff1.Speed = NumberRange.new(0)
  1248.  
  1249. eff1.Rate = 100
  1250.  
  1251. eff1.Texture = "rbxassetid://347504241"
  1252.  
  1253. eff1.Acceleration = Vector3.new(0,10,0)
  1254.  
  1255. eff1.Color = ColorSequence.new(Color3.new(1,0,0))
  1256.  
  1257. local eff2 = Instance.new("ParticleEmitter",part)
  1258.  
  1259. eff2.Size = NumberSequence.new(.1)
  1260.  
  1261. eff2.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(.2,0),NumberSequenceKeypoint.new(1,1)})
  1262.  
  1263. eff2.LightEmission = 1
  1264.  
  1265. eff2.Lifetime = NumberRange.new(1)
  1266.  
  1267. eff2.Speed = NumberRange.new(0)
  1268.  
  1269. eff2.Rate = 100
  1270.  
  1271. eff2.Texture = "rbxassetid://347504259"
  1272.  
  1273. eff2.Acceleration = Vector3.new(0,10,0)
  1274.  
  1275. eff2.Color = ColorSequence.new(Color3.new(1,0,0))
  1276.  
  1277. local eff3 = Instance.new("ParticleEmitter",part)
  1278.  
  1279. eff3.Size = NumberSequence.new(1)
  1280.  
  1281. eff3.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(1,1)})
  1282.  
  1283. eff3.LightEmission = 1
  1284.  
  1285. eff3.Lifetime = NumberRange.new(1)
  1286.  
  1287. eff3.Speed = NumberRange.new(0)
  1288.  
  1289. eff3.Rate = 100
  1290.  
  1291. eff3.Texture = "rbxasset://textures/particles/fire_main.dds"
  1292.  
  1293. eff3.Acceleration = Vector3.new(0,10,0)
  1294.  
  1295. eff3.Color = ColorSequence.new(Color3.new(1,0,0))
  1296.  
  1297. end
  1298.  
  1299.  
  1300.  
  1301.  
  1302.  
  1303.  
  1304.  
  1305. slashsnd = New("Sound",chara.Torso,"Slash",{SoundId = "rbxassetid://28144425",PlaybackSpeed = .7,Volume = 5})
  1306.  
  1307. hitsnd = New("Sound",chara.Torso,"Hit",{SoundId = "rbxassetid://429400881",PlaybackSpeed = .7,Volume = 5})
  1308.  
  1309. telesnd = New("Sound",chara.Torso,"Tele",{SoundId = "rbxassetid://2767090",PlaybackSpeed = .7,Volume = 5})
  1310.  
  1311. burnsnd = New("Sound",chara.Torso,"Burn",{SoundId = "rbxassetid://32791565",PlaybackSpeed = .7,Volume = 5})
  1312.  
  1313. music1 = New("Sound",chara.Torso,"Music1",{SoundId = "rbxassetid://151038517",PlaybackSpeed = .5,Volume = 10,Looped = true})
  1314.  
  1315. music2 = New("Sound",chara.Torso,"Music2",{SoundId = "rbxassetid://11984351",PlaybackSpeed = .2,Volume = 5,Looped = true})
  1316.  
  1317. deathmus = New("Sound",chara.Torso,"DeathMus",{SoundId = "rbxassetid://19094700",PlaybackSpeed = .5,Volume = 5,Looped = true})
  1318.  
  1319. deathex = New("Sound",chara.Torso,"DeathEx",{SoundId = "rbxassetid://11984351",PlaybackSpeed = 1,Volume = 5})
  1320.  
  1321.  
  1322.  
  1323.  
  1324.  
  1325.  
  1326.  
  1327.  
  1328.  
  1329.  
  1330.  
  1331. --Soul Steal--
  1332.  
  1333. function SoulSteal(pos)
  1334.  
  1335. local soulst = coroutine.wrap(function()
  1336.  
  1337. local soul = Instance.new("Part",chara)
  1338.  
  1339. soul.Size = Vector3.new(0,0,0)
  1340.  
  1341. soul.CanCollide = false
  1342.  
  1343. soul.Anchored = false
  1344.  
  1345. soul.Position = pos
  1346.  
  1347. soul.CFrame = CFrame.new(pos.X,pos.Y,pos.Z)
  1348.  
  1349. soul.Transparency = 1
  1350.  
  1351. local ptc = Instance.new("ParticleEmitter",soul)
  1352.  
  1353. ptc.Texture = "http://www.roblox.com/asset/?id=413366101"
  1354.  
  1355. ptc.Size = NumberSequence.new(.5)
  1356.  
  1357. ptc.LockedToPart = true
  1358.  
  1359. ptc.Speed = NumberRange.new(0)
  1360.  
  1361. ptc.Lifetime = NumberRange.new(9999)
  1362.  
  1363. local bodpos = Instance.new("BodyPosition",soul)
  1364.  
  1365. bodpos.Position = pos
  1366.  
  1367. wait(2)
  1368.  
  1369. soul.Touched:connect(function(hit)
  1370.  
  1371. if hit.Parent == chara then
  1372.  
  1373. soul:Destroy()
  1374.  
  1375. end
  1376.  
  1377. end)
  1378.  
  1379. while soul do
  1380.  
  1381. wait(.1)
  1382.  
  1383. bodpos.Position = chara.Torso.Position
  1384.  
  1385. end
  1386.  
  1387. end)
  1388.  
  1389. soulst()
  1390.  
  1391. end
  1392.  
  1393.  
  1394.  
  1395. --Death of a Mortal--
  1396.  
  1397. function KillMortal(hitdude)
  1398.  
  1399. local torsy = nil
  1400.  
  1401. if hitdude:FindFirstChild("Torso")~=nil then
  1402.  
  1403. torsy = hitdude.Torso
  1404.  
  1405. elseif hitdude:FindFirstChild("UpperTorso")~=nil then
  1406.  
  1407. torsy = hitdude.UpperTorso
  1408.  
  1409. end
  1410.  
  1411. local val = Instance.new("ObjectValue",hitdude)
  1412.  
  1413. val.Name = "HasBeenHit"
  1414.  
  1415. hitdude:BreakJoints()
  1416.  
  1417. hitdude.Humanoid:Destroy()
  1418.  
  1419. SoulSteal(torsy.Position)
  1420.  
  1421. local chi = hitdude:GetChildren()
  1422.  
  1423. for i = 1, #chi do
  1424.  
  1425. if chi[i].ClassName == "Part" or chi[i].ClassName == "MeshPart" then
  1426.  
  1427. local bodpos = Instance.new("BodyPosition",chi[i])
  1428.  
  1429. bodpos.Position = chi[i].Position + Vector3.new(math.random(-5,5),math.random(-5,5),math.random(-5,5))
  1430.  
  1431. ScatterEff(chi[i])
  1432.  
  1433. chi[i].BrickColor = BrickColor.new("Really black")
  1434.  
  1435. end
  1436.  
  1437. end
  1438.  
  1439. for i = 1, 4 do
  1440.  
  1441. for i = 1, #chi do
  1442.  
  1443. if chi[i].ClassName == "Part" or chi[i].ClassName == "MeshPart" then
  1444.  
  1445. chi[i].Transparency = chi[i].Transparency + .25
  1446.  
  1447. wait(.01)
  1448.  
  1449. end
  1450.  
  1451. end
  1452.  
  1453. end
  1454.  
  1455. for i = 1, #chi do
  1456.  
  1457. if chi[i].ClassName == "Part" or chi[i].ClassName == "MeshPart" then
  1458.  
  1459. chi[i]:Destroy()
  1460.  
  1461. end
  1462.  
  1463. end
  1464.  
  1465. end
  1466.  
  1467.  
  1468.  
  1469.  
  1470.  
  1471. function Teleport(pos)
  1472.  
  1473. telesnd:Play()
  1474.  
  1475. local ch = chara:GetChildren()
  1476.  
  1477. for i = 1, #ch do
  1478.  
  1479. if ch[i].ClassName == "Part" and ch[i].Name ~= "HumanoidRootPart" then
  1480.  
  1481. local trace = Instance.new("Part",game.Workspace)
  1482.  
  1483. trace.Size = ch[i].Size
  1484.  
  1485. trace.Material = "Neon"
  1486.  
  1487. trace.BrickColor = BrickColor.new("Really black")
  1488.  
  1489. trace.Transparency = .3
  1490.  
  1491. trace.CanCollide = false
  1492.  
  1493. trace.Anchored = true
  1494.  
  1495. trace.CFrame = ch[i].CFrame
  1496.  
  1497. if ch[i].Name == "Head" then
  1498.  
  1499. mehs = Instance.new("CylinderMesh",trace)
  1500.  
  1501. mehs.Scale = Vector3.new(1.25,1.25,1.25)
  1502.  
  1503. end
  1504.  
  1505. tracedisappear = coroutine.wrap(function()
  1506.  
  1507. wait(1)
  1508.  
  1509. for i = 1, 7 do
  1510.  
  1511. wait(.1)
  1512.  
  1513. trace.Transparency = trace.Transparency + .1
  1514.  
  1515. end
  1516.  
  1517. trace:Destroy()
  1518.  
  1519. end)
  1520.  
  1521. tracedisappear()
  1522.  
  1523. end
  1524.  
  1525. end
  1526.  
  1527. chara.Torso.CFrame = CFrame.new(pos.X,pos.Y,pos.Z)
  1528.  
  1529. end
  1530.  
  1531.  
  1532.  
  1533.  
  1534.  
  1535. function Grab(mouse)
  1536.  
  1537. local hit = mouse.Target
  1538.  
  1539. if hit ~= nil then
  1540.  
  1541. if hit.Parent:FindFirstChild("Humanoid")~=nil then
  1542.  
  1543. local torsy = nil
  1544.  
  1545. if hit.Parent:FindFirstChild("Torso")~=nil then
  1546.  
  1547. torsy = hit.Parent.Torso
  1548.  
  1549. elseif hit.Parent:FindFirstChild("UpperTorso")~=nil then
  1550.  
  1551. torsy = hit.Parent.UpperTorso
  1552.  
  1553. end
  1554.  
  1555. local bodpos = Instance.new("BodyPosition",torsy)
  1556.  
  1557. bodpos.Position = torsy.Position
  1558.  
  1559. wait(1)
  1560.  
  1561. burnsnd:Play()
  1562.  
  1563. hit.Parent.Humanoid.MaxHealth = 100
  1564.  
  1565. bodpos.Position = bodpos.Position + Vector3.new(0,4,0)
  1566.  
  1567. for i = 1, 10 do
  1568.  
  1569. wait(.1)
  1570.  
  1571. BurningEff(torsy)
  1572.  
  1573. hit.Parent.Humanoid.Health = hit.Parent.Humanoid.Health - 10
  1574.  
  1575. end
  1576.  
  1577. KillMortal(hit.Parent)
  1578.  
  1579. end
  1580.  
  1581. else end
  1582.  
  1583. end
  1584.  
  1585.  
  1586.  
  1587.  
  1588.  
  1589. function onKeyDown(key)
  1590.  
  1591. if key == "z" then
  1592.  
  1593. Teleport(Mouse.Hit.p + Vector3.new(0,2,0))
  1594.  
  1595. elseif key == "x" then
  1596.  
  1597. Grab(Mouse)
  1598.  
  1599. end
  1600.  
  1601. end
  1602.  
  1603.  
  1604.  
  1605. --Mouse Functions--
  1606.  
  1607. Mouse = player:GetMouse()
  1608.  
  1609. if Mouse then
  1610.  
  1611. Mouse.KeyDown:connect(onKeyDown)
  1612.  
  1613. end
  1614.  
  1615.  
  1616.  
  1617. while true do
  1618.  
  1619. wait(.01)
  1620.  
  1621. chance = math.random(0,100)
  1622.  
  1623. if chance < 10 then
  1624.  
  1625. sel = math.random(1,3)
  1626.  
  1627. if sel == 1 then
  1628.  
  1629. tecks.Text = "Anonymous"
  1630.  
  1631. elseif sel == 2 then
  1632.  
  1633. tecks.Text = "Aymnosuno"
  1634.  
  1635. elseif sel == 3 then
  1636.  
  1637. tecks.Text = "suomynonA"
  1638.  
  1639. end
  1640.  
  1641. else tecks.Text = "Anonymous"
  1642.  
  1643. if chara.Humanoid.Health > 0 then
  1644.  
  1645. chara.Humanoid.MaxHealth = math.huge
  1646.  
  1647. chara.Humanoid.Health = math.huge
  1648.  
  1649. end
  1650.  
  1651. if game.Lighting:FindFirstChild("ColorCorrection") == nil then
  1652.  
  1653. local l = Instance.new("ColorCorrectionEffect",game.Lighting)
  1654.  
  1655. l.Contrast,l.Saturation,l.Brightness = 2, -0.75, 0.375
  1656.  
  1657. l.TintColor = Color3.new(1,0,0)
  1658.  
  1659. end
  1660.  
  1661. tecks.Position = UDim2.new(0,math.random(-1,1),0,math.random(-1,1))
  1662.  
  1663. end
  1664.  
  1665. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement