Advertisement
mezinik

Untitled

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