Advertisement
Guest User

Anonymous Edit

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