Advertisement
ScriptMK

dic

Jul 10th, 2017
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.79 KB | None | 0 0
  1. musicOn = 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("New yeller")
  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("New yeller")
  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("New yeller")
  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. Jimmy> Hey Faggot!
  270.  
  271. Jimmy> Wtf are you doing watching anime you sad 20 year old cunt.
  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. Jimmy> Fuck Off Ya Fat Cunt
  276.  
  277. 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
  278.  
  279. Jimmy> You're Mum Gay.
  280.  
  281. You> your*
  282.  
  283. Jimmy> Bye Sad AF Cunt.
  284.  
  285. tacktic2010> lol, uf0ckinw0t?
  286.  
  287. Jimmy> tacktic iz gay.
  288.  
  289. pxire> kick>Jimmy:Reason: By Faggot lelel.
  290.  
  291. <sever> Jimmy has left your channel, Reason: Bye You Ugly NiggerFaggot.
  292.  
  293.  
  294.  
  295.  
  296.  
  297.  
  298.  
  299.  
  300.  
  301. ]]
  302.  
  303.  
  304.  
  305. game.Lighting.GlobalShadows = false
  306. game.Lighting.Brightness = 0.25
  307.  
  308.  
  309. local function Smooth(Part)
  310. Part.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  311. Part.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  312. Part.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  313. Part.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  314. Part.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  315. Part.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  316. end
  317.  
  318.  
  319. local function SetLine(Line, Alpha, Beta)
  320. local dx = Alpha.Position.X.Scale - Beta.Position.X.Scale
  321. local dy = Alpha.Position.Y.Scale - Beta.Position.Y.Scale
  322. local Magnitude = math.sqrt(dx^2 + dy^2)
  323.  
  324. Line.Size = UDim2.new(Magnitude, 0, 0, 8)
  325. Line.Position = Alpha.Position:Lerp(Beta.Position, 0.5)
  326. Line.Rotation = math.deg(math.atan2(dy, dx))
  327. end
  328.  
  329.  
  330. local Keyboard = Instance.new("Part")
  331. Keyboard.BrickColor = BrickColor.new("Really black")
  332. Keyboard.Material = Enum.Material.Neon
  333. Keyboard.Transparency = 0.1
  334. Keyboard.Size = Vector3.new(5, 0, 2)
  335. Keyboard.CanCollide = false
  336. Keyboard.Locked = true
  337.  
  338. Smooth(Keyboard)
  339.  
  340. local KeyboardWeld = Instance.new("Weld")
  341. KeyboardWeld.Part0 = Torso
  342. KeyboardWeld.Part1 = Keyboard
  343. KeyboardWeld.C0 = CFrame.new(0, 0.2, -2) * CFrame.Angles(0.3, 0, 0)
  344.  
  345. KeyboardWeld.Parent = Keyboard
  346. Keyboard.Parent = Character
  347.  
  348.  
  349. local Light = Instance.new("PointLight")
  350. Light.Brightness = 1.5
  351. Light.Range = 12
  352. Light.Parent = Keyboard
  353.  
  354.  
  355. local Screen = Instance.new("Part")
  356. Screen.BrickColor = BrickColor.new("Really black")
  357. Screen.Material = Enum.Material.Neon
  358. Screen.Transparency = 0.6
  359. Screen.Size = Vector3.new(6, 4, 0)
  360. Screen.CanCollide = false
  361. Screen.Locked = true
  362.  
  363. Smooth(Screen)
  364.  
  365. local ScreenWeld = Instance.new("Weld")
  366. ScreenWeld.Part0 = Torso
  367. ScreenWeld.Part1 = Screen
  368. ScreenWeld.C0 = CFrame.new(0, 3.5, -4.5) * CFrame.Angles(0.1, 0, 0)
  369.  
  370. local animeh = Instance.new("Part")
  371. animeh.BrickColor = BrickColor.new("Really black")
  372. animeh.Material = Enum.Material.Neon
  373. animeh.Transparency = 0.6
  374. animeh.Size = Vector3.new(6, 4, 0)
  375. animeh.CanCollide = false
  376. animeh.Locked = true
  377.  
  378. local dekal = Instance.new("Decal",animeh)
  379. dekal.Texture = "http://www.roblox.com/asset/?id=564023995"
  380. dekal.Transparency = 0.15
  381. dekal.Face = "Back"
  382.  
  383. Smooth(animeh)
  384.  
  385. local animehw = Instance.new("Weld")
  386. animehw.Part0 = Torso
  387. animehw.Part1 = animeh
  388. animehw.C0 = CFrame.new(0, 8, -4) * CFrame.Angles(.5,0,0)
  389.  
  390. animehw.Parent = animeh
  391. animeh.Parent = Character
  392.  
  393. local Gui = Instance.new("SurfaceGui")
  394. Gui.Face = "Back"
  395. Gui.Adornee = Screen
  396. Gui.Parent = Screen
  397.  
  398. local Text = Instance.new("TextBox")
  399. Text.BackgroundTransparency = 1
  400. Text.Position = UDim2.new(0, 0, 0, 0)
  401. Text.Size = UDim2.new(1, 0, 1, 0)
  402. Text.TextColor3 = Color3.new(1, 1, 1)
  403. Text.Font = Enum.Font.Code
  404. Text.Active = false
  405. Text.MultiLine = true
  406. Text.TextWrapped = true
  407. Text.FontSize = Enum.FontSize.Size32
  408. Text.TextXAlignment = Enum.TextXAlignment.Left
  409. Text.TextYAlignment = Enum.TextYAlignment.Top
  410. Text.Text = ""
  411.  
  412. Text.Parent = Gui
  413.  
  414. ScreenWeld.Parent = Screen
  415. Screen.Parent = Character
  416.  
  417.  
  418.  
  419. local Screen2 = Instance.new("Part")
  420. Screen2.BrickColor = BrickColor.new("Really black")
  421. Screen2.Material = Enum.Material.Neon
  422. Screen2.Transparency = 0.6
  423. Screen2.Size = Vector3.new(6, 4, 0)
  424. Screen2.CanCollide = false
  425. Screen2.Locked = true
  426.  
  427. Smooth(Screen2)
  428.  
  429. local Screen2Weld = Instance.new("Weld")
  430. Screen2Weld.Part0 = Torso
  431. Screen2Weld.Part1 = Screen2
  432. Screen2Weld.C0 = CFrame.new(5.4, 3.4, -1.5) * CFrame.Angles(0.1, -0.9, 0)
  433.  
  434. local Gui2 = Instance.new("SurfaceGui")
  435. Gui2.Face = "Back"
  436. Gui2.Adornee = Screen2
  437. Gui2.Parent = Screen2
  438.  
  439. local Text2 = Instance.new("TextBox")
  440. Text2.BackgroundTransparency = 1
  441. Text2.Position = UDim2.new(0, 0, 0, 0)
  442. Text2.Size = UDim2.new(1, 0, 1, 0)
  443. Text2.TextColor3 = Color3.new(0, 1, 0)
  444. Text2.Font = Enum.Font.Code
  445. Text2.Active = false
  446. Text2.MultiLine = true
  447. Text2.TextWrapped = true
  448. Text2.FontSize = Enum.FontSize.Size32
  449. Text2.TextXAlignment = Enum.TextXAlignment.Left
  450. Text2.TextYAlignment = Enum.TextYAlignment.Top
  451. Text2.Text = ""
  452.  
  453. Text2.Parent = Gui2
  454.  
  455. local ImageKey = Instance.new("ImageLabel")
  456. ImageKey.BackgroundTransparency = 1
  457. ImageKey.Size = UDim2.new(0.2, 0, 0.2, 0)
  458. ImageKey.Position = UDim2.new(0.4, 0, 0.4, 0)
  459. ImageKey.Image = "http://www.roblox.com/asset/?id=697224414"
  460. ImageKey.ImageTransparency = 1
  461. ImageKey.Parent = Gui2
  462.  
  463. Screen2Weld.Parent = Screen2
  464. Screen2.Parent = Character
  465.  
  466.  
  467.  
  468.  
  469.  
  470.  
  471. RunService.Heartbeat:Connect(function()
  472. local Sine = math.sin(tick() * 8) / 8
  473.  
  474. ImageKey.ImageTransparency = math.abs(math.sin(tick()))
  475.  
  476. if Typing then
  477. if math.random(5) == 1 then
  478. local PressSound = Instance.new("Sound")
  479. PressSound.SoundId = "rbxassetid://265970978"
  480. PressSound.Pitch = 0.5 + math.random() / 5
  481. PressSound.Volume = 3
  482. PressSound.Parent = Keyboard
  483. PressSound:Play()
  484.  
  485. game:GetService("Debris"):AddItem(PressSound, 1 / 2)
  486. end
  487.  
  488. Neck.C0 = CFrame.new(0, 1, 0) * CFrame.Angles(-0.2 + Sine / 4, (math.random() - 0.5) / 2, 0)
  489.  
  490. RightShoulder.C0 = CFrame.new(1, 0.6 + math.random() / 4, -math.random() * 0.7)
  491. * CFrame.Angles(1.5 + Sine * math.random(), -Sine / 4, -(0.5 + 2 * Sine * math.random()))
  492.  
  493. LeftShoulder.C0 = CFrame.new(-1, 0.6 + math.random() / 4, -math.random() * 0.7)
  494. * CFrame.Angles(1.5 - Sine * math.random(), Sine / 4, 0.5 + 2 * Sine * math.random())
  495.  
  496. if math.random(2) == 1 then
  497. if TypingSub < #Argument then
  498. TypingSub = TypingSub + 1
  499. Text.Text = Text.Text..Argument:sub(TypingSub, TypingSub)
  500.  
  501. local nl = Text.Text:find("\n")
  502.  
  503. if nl and #Text.Text > 400 then
  504. Text.Text = Text.Text:sub(nl + 1)
  505. end
  506.  
  507. else
  508. TypingSub = 1
  509. end
  510. end
  511.  
  512. if math.random(3) == 1 then
  513. if TypingSub2 < #Code then
  514. TypingSub2 = TypingSub2 + 1
  515. Text2.Text = Text2.Text..Code:sub(TypingSub2, TypingSub2)
  516.  
  517. local nl = Text2.Text:find("\n")
  518.  
  519. if nl and #Text2.Text > 400 then
  520. Text2.Text = Text2.Text:sub(nl + 1)
  521. end
  522.  
  523. else
  524. TypingSub2 = 1
  525. end
  526. end
  527.  
  528. else
  529. Neck.C0 = CFrame.new(0, 1, 0)
  530.  
  531. RightShoulder.C0 = CFrame.new(1, 0.5, 0) * CFrame.Angles(1.5, 0, 0)
  532. LeftShoulder.C0 = CFrame.new(-1, 0.5, 0) * CFrame.Angles(1.5, 0, 0)
  533. end
  534. end)
  535.  
  536. delay(0,start)
  537.  
  538. New = function(Object, Parent, Name, Data)
  539. local Object = Instance.new(Object)
  540. for Index, Value in pairs(Data or {}) do
  541. Object[Index] = Value
  542. end
  543. Object.Parent = Parent
  544. Object.Name = Name
  545. return Object
  546. end
  547.  
  548. function ScatterEff(part)
  549. local eff1 = Instance.new("ParticleEmitter",part)
  550. eff1.Size = NumberSequence.new(.1)
  551. eff1.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(.9,0),NumberSequenceKeypoint.new(1,1)})
  552. eff1.LightEmission = 1
  553. eff1.Lifetime = NumberRange.new(1)
  554. eff1.Speed = NumberRange.new(1)
  555. eff1.Rate = 100
  556. eff1.VelocitySpread = 10000
  557. eff1.Texture = "rbxassetid://347504241"
  558. eff1.Color = ColorSequence.new(Color3.new(1,0,0))
  559. local eff2 = Instance.new("ParticleEmitter",part)
  560. eff2.Size = NumberSequence.new(.1)
  561. eff2.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(.9,0),NumberSequenceKeypoint.new(1,1)})
  562. eff2.LightEmission = 1
  563. eff2.Lifetime = NumberRange.new(1)
  564. eff2.Speed = NumberRange.new(1)
  565. eff2.Rate = 100
  566. eff2.VelocitySpread = 10000
  567. eff2.Texture = "rbxassetid://347504259"
  568. eff2.Color = ColorSequence.new(Color3.new(1,0,0))
  569. end
  570.  
  571. function BurningEff(part)
  572. local eff1 = Instance.new("ParticleEmitter",part)
  573. eff1.Size = NumberSequence.new(.1)
  574. eff1.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(.2,0),NumberSequenceKeypoint.new(1,1)})
  575. eff1.LightEmission = 1
  576. eff1.Lifetime = NumberRange.new(1)
  577. eff1.Speed = NumberRange.new(0)
  578. eff1.Rate = 100
  579. eff1.Texture = "rbxassetid://347504241"
  580. eff1.Acceleration = Vector3.new(0,10,0)
  581. eff1.Color = ColorSequence.new(Color3.new(1,0,0))
  582. local eff2 = Instance.new("ParticleEmitter",part)
  583. eff2.Size = NumberSequence.new(.1)
  584. eff2.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(.2,0),NumberSequenceKeypoint.new(1,1)})
  585. eff2.LightEmission = 1
  586. eff2.Lifetime = NumberRange.new(1)
  587. eff2.Speed = NumberRange.new(0)
  588. eff2.Rate = 100
  589. eff2.Texture = "rbxassetid://347504259"
  590. eff2.Acceleration = Vector3.new(0,10,0)
  591. eff2.Color = ColorSequence.new(Color3.new(1,0,0))
  592. local eff3 = Instance.new("ParticleEmitter",part)
  593. eff3.Size = NumberSequence.new(1)
  594. eff3.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(1,1)})
  595. eff3.LightEmission = 1
  596. eff3.Lifetime = NumberRange.new(1)
  597. eff3.Speed = NumberRange.new(0)
  598. eff3.Rate = 100
  599. eff3.Texture = "rbxasset://textures/particles/fire_main.dds"
  600. eff3.Acceleration = Vector3.new(0,10,0)
  601. eff3.Color = ColorSequence.new(Color3.new(1,0,0))
  602. end
  603.  
  604.  
  605.  
  606. slashsnd = New("Sound",chara.Torso,"Slash",{SoundId = "rbxassetid://28144425",PlaybackSpeed = .7,Volume = 5})
  607. hitsnd = New("Sound",chara.Torso,"Hit",{SoundId = "rbxassetid://429400881",PlaybackSpeed = .7,Volume = 5})
  608. telesnd = New("Sound",chara.Torso,"Tele",{SoundId = "rbxassetid://2767090",PlaybackSpeed = .7,Volume = 5})
  609. burnsnd = New("Sound",chara.Torso,"Burn",{SoundId = "rbxassetid://32791565",PlaybackSpeed = .7,Volume = 5})
  610. music1 = New("Sound",chara.Torso,"Music1",{SoundId = "rbxassetid://151038517",PlaybackSpeed = .5,Volume = 10,Looped = true})
  611. music2 = New("Sound",chara.Torso,"Music2",{SoundId = "rbxassetid://11984351",PlaybackSpeed = .2,Volume = 5,Looped = true})
  612. deathmus = New("Sound",chara.Torso,"DeathMus",{SoundId = "rbxassetid://19094700",PlaybackSpeed = .5,Volume = 5,Looped = true})
  613. deathex = New("Sound",chara.Torso,"DeathEx",{SoundId = "rbxassetid://11984351",PlaybackSpeed = 1,Volume = 5})
  614.  
  615.  
  616.  
  617.  
  618.  
  619. --Soul Steal--
  620. function SoulSteal(pos)
  621. local soulst = coroutine.wrap(function()
  622. local soul = Instance.new("Part",chara)
  623. soul.Size = Vector3.new(0,0,0)
  624. soul.CanCollide = false
  625. soul.Anchored = false
  626. soul.Position = pos
  627. soul.CFrame = CFrame.new(pos.X,pos.Y,pos.Z)
  628. soul.Transparency = 1
  629. local ptc = Instance.new("ParticleEmitter",soul)
  630. ptc.Texture = "http://www.roblox.com/asset/?id=413366101"
  631. ptc.Size = NumberSequence.new(.5)
  632. ptc.LockedToPart = true
  633. ptc.Speed = NumberRange.new(0)
  634. ptc.Lifetime = NumberRange.new(9999)
  635. local bodpos = Instance.new("BodyPosition",soul)
  636. bodpos.Position = pos
  637. wait(2)
  638. soul.Touched:connect(function(hit)
  639. if hit.Parent == chara then
  640. soul:Destroy()
  641. end
  642. end)
  643. while soul do
  644. wait(.1)
  645. bodpos.Position = chara.Torso.Position
  646. end
  647. end)
  648. soulst()
  649. end
  650.  
  651. --Death of a Mortal--
  652. function KillMortal(hitdude)
  653. local torsy = nil
  654. if hitdude:FindFirstChild("Torso")~=nil then
  655. torsy = hitdude.Torso
  656. elseif hitdude:FindFirstChild("UpperTorso")~=nil then
  657. torsy = hitdude.UpperTorso
  658. end
  659. local val = Instance.new("ObjectValue",hitdude)
  660. val.Name = "HasBeenHit"
  661. hitdude:BreakJoints()
  662. hitdude.Humanoid:Destroy()
  663. SoulSteal(torsy.Position)
  664. local chi = hitdude:GetChildren()
  665. for i = 1, #chi do
  666. if chi[i].ClassName == "Part" or chi[i].ClassName == "MeshPart" then
  667. local bodpos = Instance.new("BodyPosition",chi[i])
  668. bodpos.Position = chi[i].Position + Vector3.new(math.random(-5,5),math.random(-5,5),math.random(-5,5))
  669. ScatterEff(chi[i])
  670. chi[i].BrickColor = BrickColor.new("Really black")
  671. end
  672. end
  673. for i = 1, 4 do
  674. for i = 1, #chi do
  675. if chi[i].ClassName == "Part" or chi[i].ClassName == "MeshPart" then
  676. chi[i].Transparency = chi[i].Transparency + .25
  677. wait(.01)
  678. end
  679. end
  680. end
  681. for i = 1, #chi do
  682. if chi[i].ClassName == "Part" or chi[i].ClassName == "MeshPart" then
  683. chi[i]:Destroy()
  684. end
  685. end
  686. end
  687.  
  688.  
  689. function Teleport(pos)
  690. telesnd:Play()
  691. local ch = chara:GetChildren()
  692. for i = 1, #ch do
  693. if ch[i].ClassName == "Part" and ch[i].Name ~= "HumanoidRootPart" then
  694. local trace = Instance.new("Part",game.Workspace)
  695. trace.Size = ch[i].Size
  696. trace.Material = "Neon"
  697. trace.BrickColor = BrickColor.new("Really black")
  698. trace.Transparency = .3
  699. trace.CanCollide = false
  700. trace.Anchored = true
  701. trace.CFrame = ch[i].CFrame
  702. if ch[i].Name == "Head" then
  703. mehs = Instance.new("CylinderMesh",trace)
  704. mehs.Scale = Vector3.new(1.25,1.25,1.25)
  705. end
  706. tracedisappear = coroutine.wrap(function()
  707. wait(1)
  708. for i = 1, 7 do
  709. wait(.1)
  710. trace.Transparency = trace.Transparency + .1
  711. end
  712. trace:Destroy()
  713. end)
  714. tracedisappear()
  715. end
  716. end
  717. chara.Torso.CFrame = CFrame.new(pos.X,pos.Y,pos.Z)
  718. end
  719.  
  720.  
  721. function Grab(mouse)
  722. local hit = mouse.Target
  723. if hit ~= nil then
  724. if hit.Parent:FindFirstChild("Humanoid")~=nil then
  725. local torsy = nil
  726. if hit.Parent:FindFirstChild("Torso")~=nil then
  727. torsy = hit.Parent.Torso
  728. elseif hit.Parent:FindFirstChild("UpperTorso")~=nil then
  729. torsy = hit.Parent.UpperTorso
  730. end
  731. local bodpos = Instance.new("BodyPosition",torsy)
  732. bodpos.Position = torsy.Position
  733. wait(1)
  734. burnsnd:Play()
  735. hit.Parent.Humanoid.MaxHealth = 100
  736. bodpos.Position = bodpos.Position + Vector3.new(0,4,0)
  737. for i = 1, 10 do
  738. wait(.1)
  739. BurningEff(torsy)
  740. hit.Parent.Humanoid.Health = hit.Parent.Humanoid.Health - 10
  741. end
  742. KillMortal(hit.Parent)
  743. end
  744. else end
  745. end
  746.  
  747.  
  748. function onKeyDown(key)
  749. if key == "z" then
  750. Teleport(Mouse.Hit.p + Vector3.new(0,2,0))
  751. elseif key == "x" then
  752. Grab(Mouse)
  753. end
  754. end
  755.  
  756. --Mouse Functions--
  757. Mouse = player:GetMouse()
  758. if Mouse then
  759. Mouse.KeyDown:connect(onKeyDown)
  760. end
  761.  
  762. while true do
  763. wait(.01)
  764. chance = math.random(0,100)
  765. if chance < 10 then
  766. sel = math.random(1,3)
  767. if sel == 1 then
  768. tecks.Text = "1X1X1X1"
  769. elseif sel == 2 then
  770. tecks.Text = "april 7"
  771. elseif sel == 3 then
  772. tecks.Text = "666"
  773. end
  774. else tecks.Text = "1X1X1X1 THE HACKER KING killstrikebrody"
  775. if chara.Humanoid.Health > 0 then
  776. chara.Humanoid.MaxHealth = math.huge
  777. chara.Humanoid.Health = math.huge
  778. end
  779. if game.Lighting:FindFirstChild("ColorCorrection") == nil then
  780. local l = Instance.new("ColorCorrectionEffect",game.Lighting)
  781. l.Contrast,l.Saturation,l.Brightness = 2, -0.75, 0.375
  782. l.TintColor = Color3.new(1,0,0)
  783. end
  784. tecks.Position = UDim2.new(0,math.random(-1,1),0,math.random(-1,1))
  785. end
  786. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement