Advertisement
Guest User

h

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