Advertisement
MainMotherboard

Untitled

Nov 25th, 2017
364
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.98 KB | None | 0 0
  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("Cyber attack commencing... [[-Anonymous-]]")
  155. wait()
  156. print("----------------------------------------")
  157. wait()
  158. print(" - Anonymous booted up. -")
  159. wait()
  160. print("- Anonymous written by plai1. -")
  161. i = 0
  162. while i<1 do
  163. wait()
  164. i = i + 0
  165. l.Contrast,l.Saturation,l.Brightness = l.Contrast + 0, l.Saturation - 0, l.Brightness + 0 l.TintColor = Color3.new(0,0-i,0-i)
  166. end
  167. end
  168. -- RBX.Lua LocalScript | Hackerman | xDarkScripter | Edit By Pxire
  169.  
  170.  
  171. local Players = game:GetService("Players")
  172. local UserInputService = game:GetService("UserInputService")
  173. local RunService = game:GetService("RunService")
  174.  
  175. local Player = Players.LocalPlayer
  176. local Camera = workspace.CurrentCamera
  177. local Mouse = Player:GetMouse()
  178.  
  179. local Character = Player.Character
  180. local Torso = Character.Torso
  181.  
  182. local Typing = false
  183. local TypingSub = 1
  184. local TypingSub2 = 1
  185.  
  186. local Neck = Torso.Neck
  187.  
  188. Neck.C1 = CFrame.new(0, -0.5, 0)
  189.  
  190. local RightArm = Character["Right Arm"]
  191. local LeftArm = Character["Left Arm"]
  192.  
  193. local RightShoulder = Instance.new("Weld", Torso)
  194. RightShoulder.Part0 = Torso
  195. RightShoulder.Part1 = RightArm
  196.  
  197. local LeftShoulder = Instance.new("Weld", Torso)
  198. LeftShoulder.Part0 = Torso
  199. LeftShoulder.Part1 = LeftArm
  200.  
  201. RightShoulder.C1 = CFrame.new(-0.5, 0.5, 0)
  202. LeftShoulder.C1 = CFrame.new(0.5, 0.5, 0)
  203.  
  204.  
  205. local Code = [[
  206. -- I failed at stealing my mommy's credit card!
  207.  
  208. Server Proxy Connection Initializing...
  209.  
  210. USERNAME: MinecraftKid72
  211. PASSWORD: iLoveMinecraftNoobs
  212.  
  213.  
  214. ROBLOX Server Database Connecting...
  215.  
  216.  
  217. local Proxy = Server:GetProxyData(1011101)
  218. local Tracker = {}
  219.  
  220. __INIT__ setmetatable(getmetatable(Proxy), {
  221. __metatable = {};
  222. __call = function(Self, ...)
  223. Proxy:GetArgumentData(Proxy.Key, select(...))
  224. end;
  225. })
  226.  
  227. Proxy:TransferData("Lifetime_OBC_Charged",
  228. "ACC_"..__VERSION.."_"..Proxy:GetAccount()
  229. {
  230. __newindex = function(Self, Key, Value)
  231. Tracker[Key] = Value
  232. rawset(Self, Key, Value)
  233. end
  234. })
  235.  
  236. Proxy:GetTransferredData().breakAssymetricEncryption(
  237. "NEW_Public_Key", true, 101, false
  238. )
  239.  
  240.  
  241. ROBLOX Server Log:
  242. > Lifetime OBC Transferred to MinecraftKid72_iLoveMinecraftNoobs
  243.  
  244. ...
  245. ...
  246. ...
  247. ...
  248. ...
  249. ...
  250.  
  251. ERROR<Tried to transfer Lifetime OBC to dantdmbestfan69, Lifetime dosent exist, deleting dantdmbestfan69>
  252. Deleting MinecraftKid72..50%
  253. Deleting MinecraftKid72..100%
  254. Successfully deleted MinecraftKid72.
  255. Message<Fucking Kill yourself ugly cunt ill leak your address, i fucked ur mom bacon cunt xd.>
  256.  
  257.  
  258.  
  259.  
  260.  
  261.  
  262. ]]
  263.  
  264.  
  265. local Argument = [[
  266. You> Hello!
  267.  
  268. Jimmy> Hey Faggot!
  269.  
  270. Jimmy> Wtf are you doing watching anime you sad 20 year old cunt.
  271.  
  272. 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.
  273.  
  274. Jimmy> Fuck Off Ya Fat Cunt
  275.  
  276. 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
  277.  
  278. Jimmy> You're Mum Gay.
  279.  
  280. You> your*
  281.  
  282. Jimmy> Bye Sad AF Cunt.
  283.  
  284. tacktic2010> lol, uf0ckinw0t?
  285.  
  286. Jimmy> tacktic iz gay.
  287.  
  288. pxire> kick>Jimmy:Reason: By Faggot lelel.
  289.  
  290. <sever> Jimmy has left your channel, Reason: Bye You Ugly NiggerFaggot.
  291.  
  292.  
  293.  
  294.  
  295.  
  296.  
  297.  
  298.  
  299.  
  300. ]]
  301.  
  302.  
  303.  
  304. game.Lighting.GlobalShadows = false
  305. game.Lighting.Brightness = 0.25
  306.  
  307.  
  308. local function Smooth(Part)
  309. Part.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  310. Part.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  311. Part.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  312. Part.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  313. Part.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  314. Part.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  315. end
  316.  
  317.  
  318. local function SetLine(Line, Alpha, Beta)
  319. local dx = Alpha.Position.X.Scale - Beta.Position.X.Scale
  320. local dy = Alpha.Position.Y.Scale - Beta.Position.Y.Scale
  321. local Magnitude = math.sqrt(dx^2 + dy^2)
  322.  
  323. Line.Size = UDim2.new(Magnitude, 0, 0, 8)
  324. Line.Position = Alpha.Position:Lerp(Beta.Position, 0.5)
  325. Line.Rotation = math.deg(math.atan2(dy, dx))
  326. end
  327.  
  328.  
  329. local Keyboard = Instance.new("Part")
  330. Keyboard.BrickColor = BrickColor.new("Really black")
  331. Keyboard.Material = Enum.Material.Neon
  332. Keyboard.Transparency = 0.1
  333. Keyboard.Size = Vector3.new(5, 0, 2)
  334. Keyboard.CanCollide = false
  335. Keyboard.Locked = true
  336.  
  337. Smooth(Keyboard)
  338.  
  339. local KeyboardWeld = Instance.new("Weld")
  340. KeyboardWeld.Part0 = Torso
  341. KeyboardWeld.Part1 = Keyboard
  342. KeyboardWeld.C0 = CFrame.new(0, 0.2, -2) * CFrame.Angles(0.3, 0, 0)
  343.  
  344. KeyboardWeld.Parent = Keyboard
  345. Keyboard.Parent = Character
  346.  
  347.  
  348. local Light = Instance.new("PointLight")
  349. Light.Brightness = 1.5
  350. Light.Range = 12
  351. Light.Parent = Keyboard
  352.  
  353.  
  354. local Screen = Instance.new("Part")
  355. Screen.BrickColor = BrickColor.new("Really black")
  356. Screen.Material = Enum.Material.Neon
  357. Screen.Transparency = 0.6
  358. Screen.Size = Vector3.new(6, 4, 0)
  359. Screen.CanCollide = false
  360. Screen.Locked = true
  361.  
  362. Smooth(Screen)
  363.  
  364. local ScreenWeld = Instance.new("Weld")
  365. ScreenWeld.Part0 = Torso
  366. ScreenWeld.Part1 = Screen
  367. ScreenWeld.C0 = CFrame.new(0, 3.5, -4.5) * CFrame.Angles(0.1, 0, 0)
  368.  
  369. local animeh = Instance.new("Part")
  370. animeh.BrickColor = BrickColor.new("Really black")
  371. animeh.Material = Enum.Material.Neon
  372. animeh.Transparency = 0.6
  373. animeh.Size = Vector3.new(6, 4, 0)
  374. animeh.CanCollide = false
  375. animeh.Locked = true
  376.  
  377. local dekal = Instance.new("Decal",animeh)
  378. dekal.Texture = "http://www.roblox.com/asset/?id=564023995"
  379. dekal.Transparency = 0.15
  380. dekal.Face = "Back"
  381.  
  382. Smooth(animeh)
  383.  
  384. local animehw = Instance.new("Weld")
  385. animehw.Part0 = Torso
  386. animehw.Part1 = animeh
  387. animehw.C0 = CFrame.new(0, 8, -4) * CFrame.Angles(.5,0,0)
  388.  
  389. animehw.Parent = animeh
  390. animeh.Parent = Character
  391.  
  392. local Gui = Instance.new("SurfaceGui")
  393. Gui.Face = "Back"
  394. Gui.Adornee = Screen
  395. Gui.Parent = Screen
  396.  
  397. local Text = Instance.new("TextBox")
  398. Text.BackgroundTransparency = 1
  399. Text.Position = UDim2.new(0, 0, 0, 0)
  400. Text.Size = UDim2.new(1, 0, 1, 0)
  401. Text.TextColor3 = Color3.new(1, 1, 1)
  402. Text.Font = Enum.Font.Code
  403. Text.Active = false
  404. Text.MultiLine = true
  405. Text.TextWrapped = true
  406. Text.FontSize = Enum.FontSize.Size32
  407. Text.TextXAlignment = Enum.TextXAlignment.Left
  408. Text.TextYAlignment = Enum.TextYAlignment.Top
  409. Text.Text = ""
  410.  
  411. Text.Parent = Gui
  412.  
  413. ScreenWeld.Parent = Screen
  414. Screen.Parent = Character
  415.  
  416.  
  417.  
  418. local Screen2 = Instance.new("Part")
  419. Screen2.BrickColor = BrickColor.new("Really black")
  420. Screen2.Material = Enum.Material.Neon
  421. Screen2.Transparency = 0.6
  422. Screen2.Size = Vector3.new(6, 4, 0)
  423. Screen2.CanCollide = false
  424. Screen2.Locked = true
  425.  
  426. Smooth(Screen2)
  427.  
  428. local Screen2Weld = Instance.new("Weld")
  429. Screen2Weld.Part0 = Torso
  430. Screen2Weld.Part1 = Screen2
  431. Screen2Weld.C0 = CFrame.new(5.4, 3.4, -1.5) * CFrame.Angles(0.1, -0.9, 0)
  432.  
  433. local Gui2 = Instance.new("SurfaceGui")
  434. Gui2.Face = "Back"
  435. Gui2.Adornee = Screen2
  436. Gui2.Parent = Screen2
  437.  
  438. local Text2 = Instance.new("TextBox")
  439. Text2.BackgroundTransparency = 1
  440. Text2.Position = UDim2.new(0, 0, 0, 0)
  441. Text2.Size = UDim2.new(1, 0, 1, 0)
  442. Text2.TextColor3 = Color3.new(0, 1, 0)
  443. Text2.Font = Enum.Font.Code
  444. Text2.Active = false
  445. Text2.MultiLine = true
  446. Text2.TextWrapped = true
  447. Text2.FontSize = Enum.FontSize.Size32
  448. Text2.TextXAlignment = Enum.TextXAlignment.Left
  449. Text2.TextYAlignment = Enum.TextYAlignment.Top
  450. Text2.Text = ""
  451.  
  452. Text2.Parent = Gui2
  453.  
  454. local ImageKey = Instance.new("ImageLabel")
  455. ImageKey.BackgroundTransparency = 1
  456. ImageKey.Size = UDim2.new(0.2, 0, 0.2, 0)
  457. ImageKey.Position = UDim2.new(0.4, 0, 0.4, 0)
  458. ImageKey.Image = "http://www.roblox.com/asset/?id=697224414"
  459. ImageKey.ImageTransparency = 1
  460. ImageKey.Parent = Gui2
  461.  
  462. Screen2Weld.Parent = Screen2
  463. Screen2.Parent = Character
  464.  
  465.  
  466.  
  467. local Screen3 = Instance.new("Part")
  468. Screen3.BrickColor = BrickColor.new("Really black")
  469. Screen3.Material = Enum.Material.Neon
  470. Screen3.Transparency = 0.6
  471. Screen3.Size = Vector3.new(6, 4, 0)
  472. Screen3.CanCollide = false
  473. Screen3.Locked = true
  474.  
  475. local dekal = Instance.new("Decal",Screen3)
  476. dekal.Texture = "http://www.roblox.com/asset/?id=262943798"
  477. dekal.Transparency = 0.15
  478. dekal.Face = "Back"
  479.  
  480. Smooth(Screen3)
  481.  
  482. local Screen3Weld = Instance.new("Weld")
  483. Screen3Weld.Part0 = Torso
  484. Screen3Weld.Part1 = Screen3
  485. Screen3Weld.C0 = CFrame.new(-5.4, 3.4, -1.5) * CFrame.Angles(0.1, 0.9, 0)
  486.  
  487. local Gui3 = Instance.new("SurfaceGui")
  488. Gui3.Face = "Back"
  489. Gui3.Adornee = Screen3
  490. Gui3.Parent = Screen3
  491.  
  492. local Map = Instance.new("ImageLabel")
  493. Map.BackgroundTransparency = 1
  494. Map.Position = UDim2.new(0, 0, 0, 0)
  495. Map.Size = UDim2.new(1, 0, 1, 0)
  496. Map.Image = "http://www.roblox.com/asset/?id=121661614"
  497.  
  498. Map.Parent = Gui3
  499.  
  500. Screen3Weld.Parent = Screen3
  501. Screen3.Parent = Character
  502.  
  503. UserInputService.InputBegan:Connect(function(Input, Processed)
  504. if Processed then return end
  505.  
  506. if Input.UserInputType == Enum.UserInputType.Keyboard then
  507. local KeyCode = Input.KeyCode
  508.  
  509. if KeyCode == Enum.KeyCode.E then
  510. Typing = not Typing
  511. end
  512. end
  513. end)
  514.  
  515.  
  516.  
  517. RunService.Heartbeat:Connect(function()
  518. local Sine = math.sin(tick() * 8) / 8
  519.  
  520. ImageKey.ImageTransparency = math.abs(math.sin(tick()))
  521.  
  522. if Typing then
  523. if math.random(5) == 1 then
  524. local PressSound = Instance.new("Sound")
  525. PressSound.SoundId = "rbxassetid://265970978"
  526. PressSound.Pitch = 0.5 + math.random() / 5
  527. PressSound.Volume = 3
  528. PressSound.Parent = Keyboard
  529. PressSound:Play()
  530.  
  531. game:GetService("Debris"):AddItem(PressSound, 1 / 2)
  532. end
  533.  
  534. Neck.C0 = CFrame.new(0, 1, 0) * CFrame.Angles(-0.2 + Sine / 4, (math.random() - 0.5) / 2, 0)
  535.  
  536. RightShoulder.C0 = CFrame.new(1, 0.6 + math.random() / 4, -math.random() * 0.7)
  537. * CFrame.Angles(1.5 + Sine * math.random(), -Sine / 4, -(0.5 + 2 * Sine * math.random()))
  538.  
  539. LeftShoulder.C0 = CFrame.new(-1, 0.6 + math.random() / 4, -math.random() * 0.7)
  540. * CFrame.Angles(1.5 - Sine * math.random(), Sine / 4, 0.5 + 2 * Sine * math.random())
  541.  
  542. if math.random(2) == 1 then
  543. if TypingSub < #Argument then
  544. TypingSub = TypingSub + 1
  545. Text.Text = Text.Text..Argument:sub(TypingSub, TypingSub)
  546.  
  547. local nl = Text.Text:find("\n")
  548.  
  549. if nl and #Text.Text > 400 then
  550. Text.Text = Text.Text:sub(nl + 1)
  551. end
  552.  
  553. else
  554. TypingSub = 1
  555. end
  556. end
  557.  
  558. if math.random(3) == 1 then
  559. if TypingSub2 < #Code then
  560. TypingSub2 = TypingSub2 + 1
  561. Text2.Text = Text2.Text..Code:sub(TypingSub2, TypingSub2)
  562.  
  563. local nl = Text2.Text:find("\n")
  564.  
  565. if nl and #Text2.Text > 400 then
  566. Text2.Text = Text2.Text:sub(nl + 1)
  567. end
  568.  
  569. else
  570. TypingSub2 = 1
  571. end
  572. end
  573.  
  574. else
  575. Neck.C0 = CFrame.new(0, 1, 0)
  576.  
  577. RightShoulder.C0 = CFrame.new(1, 0.5, 0) * CFrame.Angles(1.5, 0, 0)
  578. LeftShoulder.C0 = CFrame.new(-1, 0.5, 0) * CFrame.Angles(1.5, 0, 0)
  579. end
  580. end)
  581.  
  582. delay(0,start)
  583.  
  584. New = function(Object, Parent, Name, Data)
  585. local Object = Instance.new(Object)
  586. for Index, Value in pairs(Data or {}) do
  587. Object[Index] = Value
  588. end
  589. Object.Parent = Parent
  590. Object.Name = Name
  591. return Object
  592. end
  593.  
  594. function ScatterEff(part)
  595. local eff1 = Instance.new("ParticleEmitter",part)
  596. eff1.Size = NumberSequence.new(.1)
  597. eff1.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(.9,0),NumberSequenceKeypoint.new(1,1)})
  598. eff1.LightEmission = 1
  599. eff1.Lifetime = NumberRange.new(1)
  600. eff1.Speed = NumberRange.new(1)
  601. eff1.Rate = 100
  602. eff1.VelocitySpread = 10000
  603. eff1.Texture = "rbxassetid://347504241"
  604. eff1.Color = ColorSequence.new(Color3.new(1,0,0))
  605. local eff2 = Instance.new("ParticleEmitter",part)
  606. eff2.Size = NumberSequence.new(.1)
  607. eff2.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(.9,0),NumberSequenceKeypoint.new(1,1)})
  608. eff2.LightEmission = 1
  609. eff2.Lifetime = NumberRange.new(1)
  610. eff2.Speed = NumberRange.new(1)
  611. eff2.Rate = 100
  612. eff2.VelocitySpread = 10000
  613. eff2.Texture = "rbxassetid://347504259"
  614. eff2.Color = ColorSequence.new(Color3.new(1,0,0))
  615. end
  616.  
  617. function BurningEff(part)
  618. local eff1 = Instance.new("ParticleEmitter",part)
  619. eff1.Size = NumberSequence.new(.1)
  620. eff1.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(.2,0),NumberSequenceKeypoint.new(1,1)})
  621. eff1.LightEmission = 1
  622. eff1.Lifetime = NumberRange.new(1)
  623. eff1.Speed = NumberRange.new(0)
  624. eff1.Rate = 100
  625. eff1.Texture = "rbxassetid://347504241"
  626. eff1.Acceleration = Vector3.new(0,10,0)
  627. eff1.Color = ColorSequence.new(Color3.new(1,0,0))
  628. local eff2 = Instance.new("ParticleEmitter",part)
  629. eff2.Size = NumberSequence.new(.1)
  630. eff2.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(.2,0),NumberSequenceKeypoint.new(1,1)})
  631. eff2.LightEmission = 1
  632. eff2.Lifetime = NumberRange.new(1)
  633. eff2.Speed = NumberRange.new(0)
  634. eff2.Rate = 100
  635. eff2.Texture = "rbxassetid://347504259"
  636. eff2.Acceleration = Vector3.new(0,10,0)
  637. eff2.Color = ColorSequence.new(Color3.new(1,0,0))
  638. local eff3 = Instance.new("ParticleEmitter",part)
  639. eff3.Size = NumberSequence.new(1)
  640. eff3.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(1,1)})
  641. eff3.LightEmission = 1
  642. eff3.Lifetime = NumberRange.new(1)
  643. eff3.Speed = NumberRange.new(0)
  644. eff3.Rate = 100
  645. eff3.Texture = "rbxasset://textures/particles/fire_main.dds"
  646. eff3.Acceleration = Vector3.new(0,10,0)
  647. eff3.Color = ColorSequence.new(Color3.new(1,0,0))
  648. end
  649.  
  650.  
  651.  
  652. slashsnd = New("Sound",chara.Torso,"Slash",{SoundId = "rbxassetid://28144425",PlaybackSpeed = .7,Volume = 5})
  653. hitsnd = New("Sound",chara.Torso,"Hit",{SoundId = "rbxassetid://429400881",PlaybackSpeed = .7,Volume = 5})
  654. telesnd = New("Sound",chara.Torso,"Tele",{SoundId = "rbxassetid://2767090",PlaybackSpeed = .7,Volume = 5})
  655. burnsnd = New("Sound",chara.Torso,"Burn",{SoundId = "rbxassetid://32791565",PlaybackSpeed = .7,Volume = 5})
  656. music1 = New("Sound",chara.Torso,"Music1",{SoundId = "rbxassetid://151038517",PlaybackSpeed = .5,Volume = 10,Looped = true})
  657. music2 = New("Sound",chara.Torso,"Music2",{SoundId = "rbxassetid://11984351",PlaybackSpeed = .2,Volume = 5,Looped = true})
  658. deathmus = New("Sound",chara.Torso,"DeathMus",{SoundId = "rbxassetid://19094700",PlaybackSpeed = .5,Volume = 5,Looped = true})
  659. deathex = New("Sound",chara.Torso,"DeathEx",{SoundId = "rbxassetid://11984351",PlaybackSpeed = 1,Volume = 5})
  660.  
  661.  
  662.  
  663.  
  664.  
  665. --Soul Steal--
  666. function SoulSteal(pos)
  667. local soulst = coroutine.wrap(function()
  668. local soul = Instance.new("Part",chara)
  669. soul.Size = Vector3.new(0,0,0)
  670. soul.CanCollide = false
  671. soul.Anchored = false
  672. soul.Position = pos
  673. soul.CFrame = CFrame.new(pos.X,pos.Y,pos.Z)
  674. soul.Transparency = 1
  675. local ptc = Instance.new("ParticleEmitter",soul)
  676. ptc.Texture = "http://www.roblox.com/asset/?id=413366101"
  677. ptc.Size = NumberSequence.new(.5)
  678. ptc.LockedToPart = true
  679. ptc.Speed = NumberRange.new(0)
  680. ptc.Lifetime = NumberRange.new(9999)
  681. local bodpos = Instance.new("BodyPosition",soul)
  682. bodpos.Position = pos
  683. wait(2)
  684. soul.Touched:connect(function(hit)
  685. if hit.Parent == chara then
  686. soul:Destroy()
  687. end
  688. end)
  689. while soul do
  690. wait(.1)
  691. bodpos.Position = chara.Torso.Position
  692. end
  693. end)
  694. soulst()
  695. end
  696.  
  697. --Death of a Mortal--
  698. function KillMortal(hitdude)
  699. local torsy = nil
  700. if hitdude:FindFirstChild("Torso")~=nil then
  701. torsy = hitdude.Torso
  702. elseif hitdude:FindFirstChild("UpperTorso")~=nil then
  703. torsy = hitdude.UpperTorso
  704. end
  705. local val = Instance.new("ObjectValue",hitdude)
  706. val.Name = "HasBeenHit"
  707. hitdude:BreakJoints()
  708. hitdude.Humanoid:Destroy()
  709. SoulSteal(torsy.Position)
  710. local chi = hitdude:GetChildren()
  711. for i = 1, #chi do
  712. if chi[i].ClassName == "Part" or chi[i].ClassName == "MeshPart" then
  713. local bodpos = Instance.new("BodyPosition",chi[i])
  714. bodpos.Position = chi[i].Position + Vector3.new(math.random(-5,5),math.random(-5,5),math.random(-5,5))
  715. ScatterEff(chi[i])
  716. chi[i].BrickColor = BrickColor.new("Really black")
  717. end
  718. end
  719. for i = 1, 4 do
  720. for i = 1, #chi do
  721. if chi[i].ClassName == "Part" or chi[i].ClassName == "MeshPart" then
  722. chi[i].Transparency = chi[i].Transparency + .25
  723. wait(.01)
  724. end
  725. end
  726. end
  727. for i = 1, #chi do
  728. if chi[i].ClassName == "Part" or chi[i].ClassName == "MeshPart" then
  729. chi[i]:Destroy()
  730. end
  731. end
  732. end
  733.  
  734.  
  735. function Teleport(pos)
  736. telesnd:Play()
  737. local ch = chara:GetChildren()
  738. for i = 1, #ch do
  739. if ch[i].ClassName == "Part" and ch[i].Name ~= "HumanoidRootPart" then
  740. local trace = Instance.new("Part",game.Workspace)
  741. trace.Size = ch[i].Size
  742. trace.Material = "Neon"
  743. trace.BrickColor = BrickColor.new("Really black")
  744. trace.Transparency = .3
  745. trace.CanCollide = false
  746. trace.Anchored = true
  747. trace.CFrame = ch[i].CFrame
  748. if ch[i].Name == "Head" then
  749. mehs = Instance.new("CylinderMesh",trace)
  750. mehs.Scale = Vector3.new(1.25,1.25,1.25)
  751. end
  752. tracedisappear = coroutine.wrap(function()
  753. wait(1)
  754. for i = 1, 7 do
  755. wait(.1)
  756. trace.Transparency = trace.Transparency + .1
  757. end
  758. trace:Destroy()
  759. end)
  760. tracedisappear()
  761. end
  762. end
  763. chara.Torso.CFrame = CFrame.new(pos.X,pos.Y,pos.Z)
  764. end
  765.  
  766.  
  767. function Grab(mouse)
  768. local hit = mouse.Target
  769. if hit ~= nil then
  770. if hit.Parent:FindFirstChild("Humanoid")~=nil then
  771. local torsy = nil
  772. if hit.Parent:FindFirstChild("Torso")~=nil then
  773. torsy = hit.Parent.Torso
  774. elseif hit.Parent:FindFirstChild("UpperTorso")~=nil then
  775. torsy = hit.Parent.UpperTorso
  776. end
  777. local bodpos = Instance.new("BodyPosition",torsy)
  778. bodpos.Position = torsy.Position
  779. wait(1)
  780. burnsnd:Play()
  781. hit.Parent.Humanoid.MaxHealth = 100
  782. bodpos.Position = bodpos.Position + Vector3.new(0,4,0)
  783. for i = 1, 10 do
  784. wait(.1)
  785. BurningEff(torsy)
  786. hit.Parent.Humanoid.Health = hit.Parent.Humanoid.Health - 10
  787. end
  788. KillMortal(hit.Parent)
  789. end
  790. else end
  791. end
  792.  
  793.  
  794. function onKeyDown(key)
  795. if key == "z" then
  796. Teleport(Mouse.Hit.p + Vector3.new(0,2,0))
  797. elseif key == "x" then
  798. Grab(Mouse)
  799. end
  800. end
  801.  
  802. --Mouse Functions--
  803. Mouse = player:GetMouse()
  804. if Mouse then
  805. Mouse.KeyDown:connect(onKeyDown)
  806. end
  807.  
  808. while true do
  809. wait(.01)
  810. chance = math.random(0,100)
  811. if chance < 10 then
  812. sel = math.random(1,3)
  813. if sel == 1 then
  814. tecks.Text = "Anonymous"
  815. elseif sel == 2 then
  816. tecks.Text = "Aymnosuno"
  817. elseif sel == 3 then
  818. tecks.Text = "suomynonA"
  819. end
  820. else tecks.Text = "Anonymous"
  821. if chara.Humanoid.Health > 0 then
  822. chara.Humanoid.MaxHealth = math.huge
  823. chara.Humanoid.Health = math.huge
  824. end
  825. if game.Lighting:FindFirstChild("ColorCorrection") == nil then
  826. local l = Instance.new("ColorCorrectionEffect",game.Lighting)
  827. l.Contrast,l.Saturation,l.Brightness = 2, -0, 0
  828. l.TintColor = Color3.new(0,0,0)
  829. end
  830. tecks.Position = UDim2.new(0,math.random(-1,1),0,math.random(-1,1))
  831. end
  832. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement