Advertisement
Guest User

private

a guest
Jul 7th, 2017
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.93 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("Really red")
  40. tecks.TextStrokeColor3 = rrer.Color
  41. tecks.Size = UDim2.new(0,1,0.5,0)
  42. local licht = Instance.new("PointLight",chara.Torso)
  43. licht.Range = 60
  44. licht.Brightness = 1
  45. licht.Enabled = false
  46.  
  47.  
  48. ------------------------------- Player -------------------------------------------------------------------
  49. local z = Instance.new("Sound",char)
  50. z.Looped = true
  51. z.SoundId = "rbxassetid://239613960"
  52. z.Volume = 2.25
  53. if musicOn then
  54. z:Play()
  55. end
  56.  
  57. Mouse = player:GetMouse()
  58.  
  59. local l = Instance.new("ColorCorrectionEffect",game.Lighting)
  60.  
  61. for i,v in pairs(chara:children()) do
  62. if v:IsA("Accessory") or v:IsA("Shirt") or v:IsA("Pants") then
  63. v:Destroy()
  64. end
  65. end
  66. char.Head.face:Destroy()
  67.  
  68. 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("Blue"), BrickColor.new("Yellow"), BrickColor.new("Yellow"), BrickColor.new("Red"), BrickColor.new("Green"), BrickColor.new("Purple")
  69. local Orbd = Instance.new("Part", char)
  70. Orbd.Name = "Orbd"
  71. Orbd.Shape = Enum.PartType.Ball
  72. Orbd.CanCollide = false
  73. Orbd.BrickColor = BrickColor.new("Blue")
  74. Orbd.Transparency = 0
  75. Orbd.Material = "Brick"
  76. Orbd.Size = Vector3.new(0.1, 0.1, 0.1)
  77. Orbd.TopSurface = Enum.SurfaceType.Smooth
  78. Orbd.BottomSurface = Enum.SurfaceType.Smooth
  79. local Weld = Instance.new("Weld", Orbd)
  80. Weld.Part0 = char.Head
  81. Weld.Part1 = Orbd
  82. Weld.C1 = CFrame.new(-0.2, -0.2, 0.5)
  83. local glov = Instance.new("PointLight", Orbd)
  84. glov.Brightness = 0.25
  85. glov.Range = 20
  86. glov.Color = Color3.new(0, 255, 0)
  87. local Orbvc = Instance.new("Part", char)
  88. Orbvc.Name = "Orbvc"
  89. Orbvc.Shape = Enum.PartType.Ball
  90. Orbvc.CanCollide = false
  91. Orbvc.BrickColor = BrickColor.new("Blue")
  92. Orbvc.Transparency = 0
  93. Orbvc.Material = "Neon"
  94. Orbvc.Size = Vector3.new(0.1, 0.1, 0.1)
  95. Orbvc.TopSurface = Enum.SurfaceType.Smooth
  96. Orbvc.BottomSurface = Enum.SurfaceType.Smooth
  97. local Weld = Instance.new("Weld", Orbvc)
  98. Weld.Part0 = char.Head
  99. Weld.Part1 = Orbvc
  100. Weld.C1 = CFrame.new(0.2, -0.2, 0.5)
  101. local glo = Instance.new("PointLight", Orbvc)
  102. glo.Brightness = 0.25
  103. glo.Range = 20
  104. glo.Color = Color3.new(0, 255, 0)
  105.  
  106. local IsFreeFalling = false
  107. local SpinPart = Instance.new('Part')
  108. SpinPart.Transparency = 1
  109. SpinPart.Size = Vector3.new(25,1,25)
  110. SpinPart.CanCollide = false
  111. SpinPart.FormFactor = 'Custom'
  112. local FX = Instance.new('ParticleEmitter',SpinPart)
  113. 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://717582122",-0.1
  114. local FX = Instance.new('ParticleEmitter',SpinPart)
  115. 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://717582122",0.1
  116. do
  117. local tspin = Instance.new('BodyAngularVelocity')
  118. tspin.angularvelocity = Vector3.new(0,1,0)
  119. tspin.maxTorque =Vector3.new(math.huge,math.huge,math.huge)
  120. tspin.Parent = SpinPart
  121. end
  122. local SpinPos = Instance.new('BodyPosition')
  123. SpinPos.maxForce = Vector3.new(math.huge,math.huge,math.huge)
  124. SpinPos.Parent = SpinPart
  125.  
  126. function Equipped()
  127. IsEquipped = true
  128. local MyTorso = char.Torso
  129. if MyTorso then
  130. spawn(function()
  131. local startTime = tick()
  132. SpinPart.CFrame = CFrame.new(MyTorso.CFrame.p+Vector3.new(0,-2.8,0))
  133. SpinPart.Parent = MyTorso
  134. local fadeIn = true
  135. while IsEquipped do
  136. if not IsFreeFalling then
  137. SpinPos.position = MyTorso.CFrame.p+Vector3.new(0,-2.8,0)
  138. end
  139. wait()
  140. end
  141. SpinPart.Parent = nil
  142.  
  143. end)
  144. end
  145. end
  146.  
  147.  
  148. wait(0.01)
  149. Equipped()
  150.  
  151.  
  152. function start()
  153. print("Your the only true hacker.")
  154. wait()
  155. print("----------------------------------------")
  156. wait()
  157. print(" - Hacker booted up. -")
  158. print("- Hacker Created by: Aka_Guest. -")
  159. wait()
  160. print("- Hacker written by Aka_Guest. -")
  161. wait()
  162. print("- Hacker edited by Aka_Guest. -")
  163. i = 0
  164. while i<1 do
  165. wait()
  166. i = i + 0.01
  167. l.Contrast,l.Saturation,l.Brightness = l.Contrast + 0.02, l.Saturation - 0.0075, l.Brightness + 0.00375
  168. l.TintColor = Color3.new(1-i,1,1-i)
  169. end
  170. end
  171. -- RBX.Lua LocalScript | Hackerman | xDarkScripter | Edit By Aka_Guest
  172.  
  173.  
  174. local Players = game:GetService("Players")
  175. local UserInputService = game:GetService("UserInputService")
  176. local RunService = game:GetService("RunService")
  177.  
  178. local Player = Players.LocalPlayer
  179. local Camera = workspace.CurrentCamera
  180. local Mouse = Player:GetMouse()
  181.  
  182. local Character = Player.Character
  183. local Torso = Character.Torso
  184.  
  185. local Typing = false
  186. local TypingSub = 1
  187. local TypingSub2 = 1
  188.  
  189. local Neck = Torso.Neck
  190.  
  191. Neck.C1 = CFrame.new(0, -0.5, 0)
  192.  
  193. local RightArm = Character["Right Arm"]
  194. local LeftArm = Character["Left Arm"]
  195.  
  196. local RightShoulder = Instance.new("Weld", Torso)
  197. RightShoulder.Part0 = Torso
  198. RightShoulder.Part1 = RightArm
  199.  
  200. local LeftShoulder = Instance.new("Weld", Torso)
  201. LeftShoulder.Part0 = Torso
  202. LeftShoulder.Part1 = LeftArm
  203.  
  204. RightShoulder.C1 = CFrame.new(-0.5, 0.5, 0)
  205. LeftShoulder.C1 = CFrame.new(0.5, 0.5, 0)
  206.  
  207.  
  208. local Code = [[
  209. -- omg theres free robux by iloveminecraft123 go get it everyone!1111!!11
  210.  
  211. Server Proxy Connection Initializing...
  212.  
  213. USERNAME: robloxkid123
  214. PASSWORD: robloxisawesomesupersecretpassword123
  215.  
  216. USERNAME: Protozero
  217. PASSWORD: coolpeopleruleimulti69edsGet412!Out
  218.  
  219.  
  220. ROBLOX Server Database Connecting...
  221.  
  222. --Hacking System Database Security Overload--
  223.  
  224. local Protozero = Scammer:DestinationPass(Equxitery3000)
  225.  
  226.  
  227. local Proxy = Server:GetProxyData(1011101)
  228. local Tracker = {}
  229.  
  230. __INIT__ setmetatable(getmetatable(Proxy), {
  231. __metatable = {};
  232. __call = function(Self, ...)
  233. Proxy:GetArgumentData(Proxy.Key, select(...))
  234. end;
  235. })
  236.  
  237. Proxy:TransferData("Lifetime_OBC_Charged",
  238. "ACC_"..__VERSION.."_"..Proxy:GetAccount()
  239. {
  240. __newindex = function(Self, Key, Value)
  241. Tracker[Key] = Value
  242. rawset(Self, Key, Value)
  243. end
  244. })
  245.  
  246. Proxy:GetTransferredData().breakAssymetricEncryption(
  247. "NEW_Public_Key", true, 101, false
  248. )
  249.  
  250.  
  251. ROBLOX Server Log:
  252. > Lifetime OBC Transferred to Protozero
  253.  
  254. ...
  255. ...
  256. ...
  257. ...
  258. ...
  259. ...
  260.  
  261. ERROR<Tried to transfer Lifetime OBC to Admin, Lifetime dosent exist, deleting Admin>
  262. Deleting Protozero..50%
  263. Deleting Protozero..100%
  264. Successfully deleted Protozero.
  265. Message<im going to hack you noob lololol>
  266.  
  267. _G.Database:GetIni()
  268. SendData{Message("omg hi im noob!!")}
  269. ROBLOX Database Data:
  270. >Adding Protozero
  271.  
  272. ...
  273. ...
  274. ...
  275. ...
  276.  
  277.  
  278. Creating Protozero..50%
  279. Creating Protozero..100%
  280.  
  281.  
  282.  
  283. ...
  284. ...
  285. ...
  286.  
  287.  
  288. Creating Protozero Assets..50%
  289. Creating Protozero Assets..100%
  290.  
  291.  
  292. Robux Stolen by: robloxkid123
  293.  
  294.  
  295. ...
  296. ...
  297. ...
  298.  
  299. IP Tracking Sucessfull, Protozero IP is ROBLOXIA, ROBLOXJAM, 6669
  300.  
  301.  
  302. robloxkid123> hi I'm going to get you, got you ha
  303.  
  304.  
  305.  
  306.  
  307. SYSTEM 32 DELETED ABORTING...
  308. SYSTEM 32 DELETED ABORTING...
  309. SYSTEM 32 DELETED ABORTING...
  310. SYSTEM 32 DELETED ABORTING...
  311. SYSTEM 32 DELETED ABORTING...
  312. <ERROR> CANT ABORT
  313. <ERROR> CANT ABORT
  314. <ERROR> CANT ABORT
  315. <ERROR> CANT ABORT
  316. <ERROR> CANT ABORT
  317. <ERROR> CANT ABORT
  318. <ERROR> CANT ABORT
  319. <ERROR> CANT ABORT
  320. <ERROR> CANT ABORT
  321. <ERROR> CANT ABORT
  322.  
  323.  
  324.  
  325. System Restablished. Retrying in 5 seconds...
  326.  
  327.  
  328.  
  329.  
  330. ]]
  331.  
  332.  
  333. local Argument = [[
  334.  
  335. (DataBase: Hacking into main Power System)
  336. .
  337. .
  338. .
  339. .
  340. .
  341. .
  342. .
  343. (DataBase: Loading Hack)
  344.  
  345. :
  346. :
  347. :
  348. (ProtozeroDataBase: Hack Occurred!)
  349. 101010101011010101010101010010101010101000010110010101010101011001100101010
  350. :
  351. :
  352. :
  353. :
  354. (ProtozeroDataBase: Earning power, electricity, Passwords, Robux)
  355.  
  356. (ProtozeroDataBase: Earned!)
  357.  
  358. (ProtozeroDatabase: Saved!)
  359.  
  360. (Occurring Toxic!)
  361.  
  362. (Hacking Main Power Room)
  363.  
  364. (Loading Binary Codes)
  365.  
  366. 10101010100101010101010101001100110010101010101010101001010101010101010100001010010101010101010100110101101010100101010101010100100110010101010101010101001010101010100101001001010100101010101010101001010101010110010100101010101010101010100101010101001010101000010101010101110101100101010101101111010101001000101010010101010101010101001011010010101010010101010010100101010111100101011010101001010101010100101010100101010100101010101001010101010101101010010101010101010010100101001010100101001010100101010001010010101010101010101010010101001010101010101010101010
  367.  
  368. (Calling Random Ownership Group)
  369.  
  370. Person> Hello?
  371.  
  372. You> Hey, i couldn't go into a website i tried a bunch of times and it couldn't still be sending me there.
  373.  
  374. Person> Tried refreshing?
  375.  
  376. You> Yes
  377.  
  378. Person> Hmm... Whats the website your trying too go on?
  379.  
  380. You> Oh its called www.UniversalTreditionINC.net
  381.  
  382. Person> Oh so its our place, Okay l'll try getting on.
  383.  
  384. You> Okay.
  385.  
  386. Person> Okay Got on and it works!
  387.  
  388. You> Okay thank you sir!
  389.  
  390. You> Bye!
  391.  
  392. (Stealing Information From Unknown person)
  393. (Stoled!)
  394. (Transfering Information too trash!)
  395. (Transfered!)
  396. (Editing Username And password From Unknown person!)
  397. Server Proxy Connection Initializing...
  398. Finding Username Password...
  399. USERNAME: robloxkid123
  400. PASSWORD: robloxisawesomesupersecretpassword123
  401.  
  402. USERNAME: Protozero
  403. PASSWORD: coolpeopleruleimulti69edsGet412!Out
  404.  
  405.  
  406. ROBLOX Server Database Connecting...
  407.  
  408. --Hacking System Database Security Overload--
  409.  
  410. local Protozero = Hacker:DestinationPass(Dreminty5000)
  411.  
  412.  
  413. local Proxy = Server:GetProxyData(101020201)
  414. local Tracker = {}
  415.  
  416. __INIT__ setmetatable(getmetatable(Proxy), {
  417. __metatable = {101};
  418. __call = function(Self, ...)
  419. Proxy:GetArgumentData(Proxy.Key, select(5.6.5.))
  420. end;
  421. })
  422.  
  423. Proxy:TransferData("Lifetime_OBC_Lowered",
  424. "ACC_"..__VERSION.."_"..Proxy:GetAccount(0)
  425. {
  426. __newindex = function(Self, Key, Value)
  427. Tracker[Key] = Value
  428. rawset(Self, Key, Value)
  429. end
  430. })
  431.  
  432. Proxy:GetTransferredData().breakAssymetricEncryption(
  433. "OLD_Public_Key", false, 123, true
  434.  
  435. ]]
  436.  
  437.  
  438.  
  439. game.Lighting.GlobalShadows = true
  440. game.Lighting.Brightness = 1
  441.  
  442.  
  443. local function Smooth(Part)
  444. Part.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  445. Part.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  446. Part.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  447. Part.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  448. Part.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  449. Part.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  450. end
  451.  
  452.  
  453. local function SetLine(Line, Alpha, Beta)
  454. local dx = Alpha.Position.X.Scale - Beta.Position.X.Scale
  455. local dy = Alpha.Position.Y.Scale - Beta.Position.Y.Scale
  456. local Magnitude = math.sqrt(dx^2 + dy^2)
  457.  
  458. Line.Size = UDim2.new(Magnitude, 0, 0, 8)
  459. Line.Position = Alpha.Position:Lerp(Beta.Position, 0.5)
  460. Line.Rotation = math.deg(math.atan2(dy, dx))
  461. end
  462.  
  463.  
  464. local Keyboard = Instance.new("Part")
  465. Keyboard.BrickColor = BrickColor.new("Black")
  466. Keyboard.Material = Enum.Material.Neon
  467. Keyboard.Transparency = 0.1
  468. Keyboard.Size = Vector3.new(5, 0, 2)
  469. Keyboard.CanCollide = false
  470. Keyboard.Locked = true
  471.  
  472. Smooth(Keyboard)
  473.  
  474. local KeyboardWeld = Instance.new("Weld")
  475. KeyboardWeld.Part0 = Torso
  476. KeyboardWeld.Part1 = Keyboard
  477. KeyboardWeld.C0 = CFrame.new(0, 0.2, -2) * CFrame.Angles(0.3, 0, 0)
  478.  
  479. KeyboardWeld.Parent = Keyboard
  480. Keyboard.Parent = Character
  481.  
  482.  
  483. local Light = Instance.new("PointLight")
  484. Light.Brightness = 1
  485. Light.Range = 12
  486. Light.Parent = Keyboard
  487.  
  488.  
  489. local Screen = Instance.new("Part")
  490. Screen.BrickColor = BrickColor.new("Black")
  491. Screen.Material = Enum.Material.Neon
  492. Screen.Transparency = 0.6
  493. Screen.Size = Vector3.new(6, 4, 0)
  494. Screen.CanCollide = false
  495. Screen.Locked = true
  496.  
  497. Smooth(Screen)
  498.  
  499. local ScreenWeld = Instance.new("Weld")
  500. ScreenWeld.Part0 = Torso
  501. ScreenWeld.Part1 = Screen
  502. ScreenWeld.C0 = CFrame.new(0, 3.5, -4.5) * CFrame.Angles(0.1, 0, 0)
  503.  
  504. local animeh = Instance.new("Part")
  505. animeh.BrickColor = BrickColor.new("Really black")
  506. animeh.Material = Enum.Material.Neon
  507. animeh.Transparency = 0.6
  508. animeh.Size = Vector3.new(6, 4, 0)
  509. animeh.CanCollide = false
  510. animeh.Locked = true
  511.  
  512. local dekal = Instance.new("Decal",animeh)
  513. dekal.Texture = "http://www.roblox.com/asset/?id=2625775"
  514. dekal.Transparency = 0.15
  515. dekal.Face = "Back"
  516.  
  517. Smooth(animeh)
  518.  
  519. local animehw = Instance.new("Weld")
  520. animehw.Part0 = Torso
  521. animehw.Part1 = animeh
  522. animehw.C0 = CFrame.new(0, 8, -4) * CFrame.Angles(.5,0,0)
  523.  
  524. animehw.Parent = animeh
  525. animeh.Parent = Character
  526.  
  527. local Gui = Instance.new("SurfaceGui")
  528. Gui.Face = "Back"
  529. Gui.Adornee = Screen
  530. Gui.Parent = Screen
  531.  
  532. local Text = Instance.new("TextBox")
  533. Text.BackgroundTransparency = 1
  534. Text.Position = UDim2.new(0, 0, 0, 0)
  535. Text.Size = UDim2.new(1, 0, 1, 0)
  536. Text.TextColor3 = Color3.new(1, 1, 1)
  537. Text.Font = Enum.Font.Code
  538. Text.Active = false
  539. Text.MultiLine = true
  540. Text.TextWrapped = true
  541. Text.FontSize = Enum.FontSize.Size32
  542. Text.TextXAlignment = Enum.TextXAlignment.Left
  543. Text.TextYAlignment = Enum.TextYAlignment.Top
  544. Text.Text = ""
  545.  
  546. Text.Parent = Gui
  547.  
  548. ScreenWeld.Parent = Screen
  549. Screen.Parent = Character
  550.  
  551.  
  552.  
  553. local Screen2 = Instance.new("Part")
  554. Screen2.BrickColor = BrickColor.new("Really black")
  555. Screen2.Material = Enum.Material.Neon
  556. Screen2.Transparency = 0.6
  557. Screen2.Size = Vector3.new(6, 4, 0)
  558. Screen2.CanCollide = false
  559. Screen2.Locked = true
  560.  
  561. Smooth(Screen2)
  562.  
  563. local Screen2Weld = Instance.new("Weld")
  564. Screen2Weld.Part0 = Torso
  565. Screen2Weld.Part1 = Screen2
  566. Screen2Weld.C0 = CFrame.new(5.4, 3.4, -1.5) * CFrame.Angles(0.1, -0.9, 0)
  567.  
  568. local Gui2 = Instance.new("SurfaceGui")
  569. Gui2.Face = "Back"
  570. Gui2.Adornee = Screen2
  571. Gui2.Parent = Screen2
  572.  
  573. local Text2 = Instance.new("TextBox")
  574. Text2.BackgroundTransparency = 1
  575. Text2.Position = UDim2.new(0, 0, 0, 0)
  576. Text2.Size = UDim2.new(1, 0, 1, 0)
  577. Text2.TextColor3 = Color3.new(0, 1, 0)
  578. Text2.Font = Enum.Font.Code
  579. Text2.Active = false
  580. Text2.MultiLine = true
  581. Text2.TextWrapped = true
  582. Text2.FontSize = Enum.FontSize.Size32
  583. Text2.TextXAlignment = Enum.TextXAlignment.Left
  584. Text2.TextYAlignment = Enum.TextYAlignment.Top
  585. Text2.Text = ""
  586.  
  587. Text2.Parent = Gui2
  588.  
  589. local ImageKey = Instance.new("ImageLabel")
  590. ImageKey.BackgroundTransparency = 1
  591. ImageKey.Size = UDim2.new(0.2, 0, 0.2, 0)
  592. ImageKey.Position = UDim2.new(0.4, 0, 0.4, 0)
  593. ImageKey.Image = "http://www.roblox.com/asset/?id=71960452"
  594. ImageKey.ImageTransparency = 1
  595. ImageKey.Parent = Gui2
  596.  
  597. Screen2Weld.Parent = Screen2
  598. Screen2.Parent = Character
  599.  
  600.  
  601.  
  602. local Screen3 = Instance.new("Part")
  603. Screen3.BrickColor = BrickColor.new("Really black")
  604. Screen3.Material = Enum.Material.Neon
  605. Screen3.Transparency = 0.6
  606. Screen3.Size = Vector3.new(6, 4, 0)
  607. Screen3.CanCollide = false
  608. Screen3.Locked = true
  609.  
  610. local dekal = Instance.new("Decal",Screen3)
  611. dekal.Texture = "http://www.roblox.com/asset/?id=71960452"
  612. dekal.Transparency = 0.15
  613. dekal.Face = "Back"
  614.  
  615. Smooth(Screen3)
  616.  
  617. local Screen3Weld = Instance.new("Weld")
  618. Screen3Weld.Part0 = Torso
  619. Screen3Weld.Part1 = Screen3
  620. Screen3Weld.C0 = CFrame.new(-5.4, 3.4, -1.5) * CFrame.Angles(0.1, 0.9, 0)
  621.  
  622. local Gui3 = Instance.new("SurfaceGui")
  623. Gui3.Face = "Back"
  624. Gui3.Adornee = Screen3
  625. Gui3.Parent = Screen3
  626.  
  627. local Map = Instance.new("ImageLabel")
  628. Map.BackgroundTransparency = 1
  629. Map.Position = UDim2.new(0, 0, 0, 0)
  630. Map.Size = UDim2.new(1, 0, 1, 0)
  631. Map.Image = "http://www.roblox.com/asset/?id=112513727"
  632.  
  633. Map.Parent = Gui3
  634.  
  635. Screen3Weld.Parent = Screen3
  636. Screen3.Parent = Character
  637.  
  638. UserInputService.InputBegan:Connect(function(Input, Processed)
  639. if Processed then return end
  640.  
  641. if Input.UserInputType == Enum.UserInputType.Keyboard then
  642. local KeyCode = Input.KeyCode
  643.  
  644. if KeyCode == Enum.KeyCode.E then
  645. Typing = not Typing
  646. end
  647. end
  648. end)
  649.  
  650.  
  651.  
  652. RunService.Heartbeat:Connect(function()
  653. local Sine = math.sin(tick() * 8) / 8
  654.  
  655. ImageKey.ImageTransparency = math.abs(math.sin(tick()))
  656.  
  657. if Typing then
  658. if math.random(5) == 1 then
  659. local PressSound = Instance.new("Sound")
  660. PressSound.SoundId = "rbxassetid://265970978"
  661. PressSound.Pitch = 0.5 + math.random() / 5
  662. PressSound.Volume = 3
  663. PressSound.Parent = Keyboard
  664. PressSound:Play()
  665.  
  666. game:GetService("Debris"):AddItem(PressSound, 1 / 2)
  667. end
  668.  
  669. Neck.C0 = CFrame.new(0, 1, 0) * CFrame.Angles(-0.2 + Sine / 4, (math.random() - 0.5) / 2, 0)
  670.  
  671. RightShoulder.C0 = CFrame.new(1, 0.6 + math.random() / 4, -math.random() * 0.7)
  672. * CFrame.Angles(1.5 + Sine * math.random(), -Sine / 4, -(0.5 + 2 * Sine * math.random()))
  673.  
  674. LeftShoulder.C0 = CFrame.new(-1, 0.6 + math.random() / 4, -math.random() * 0.7)
  675. * CFrame.Angles(1.5 - Sine * math.random(), Sine / 4, 0.5 + 2 * Sine * math.random())
  676.  
  677. if math.random(2) == 1 then
  678. if TypingSub < #Argument then
  679. TypingSub = TypingSub + 1
  680. Text.Text = Text.Text..Argument:sub(TypingSub, TypingSub)
  681.  
  682. local nl = Text.Text:find("\n")
  683.  
  684. if nl and #Text.Text > 400 then
  685. Text.Text = Text.Text:sub(nl + 1)
  686. end
  687.  
  688. else
  689. TypingSub = 1
  690. end
  691. end
  692.  
  693. if math.random(3) == 1 then
  694. if TypingSub2 < #Code then
  695. TypingSub2 = TypingSub2 + 1
  696. Text2.Text = Text2.Text..Code:sub(TypingSub2, TypingSub2)
  697.  
  698. local nl = Text2.Text:find("\n")
  699.  
  700. if nl and #Text2.Text > 400 then
  701. Text2.Text = Text2.Text:sub(nl + 1)
  702. end
  703.  
  704. else
  705. TypingSub2 = 1
  706. end
  707. end
  708.  
  709. else
  710. Neck.C0 = CFrame.new(0, 1, 0)
  711.  
  712. RightShoulder.C0 = CFrame.new(1, 0.5, 0) * CFrame.Angles(1.5, 0, 0)
  713. LeftShoulder.C0 = CFrame.new(-1, 0.5, 0) * CFrame.Angles(1.5, 0, 0)
  714. end
  715. end)
  716.  
  717. delay(0,start)
  718.  
  719. New = function(Object, Parent, Name, Data)
  720. local Object = Instance.new(Object)
  721. for Index, Value in pairs(Data or {}) do
  722. Object[Index] = Value
  723. end
  724. Object.Parent = Parent
  725. Object.Name = Name
  726. return Object
  727. end
  728.  
  729. function ScatterEff(part)
  730. local eff1 = Instance.new("ParticleEmitter",part)
  731. eff1.Size = NumberSequence.new(.1)
  732. eff1.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(.9,0),NumberSequenceKeypoint.new(1,1)})
  733. eff1.LightEmission = 1
  734. eff1.Lifetime = NumberRange.new(1)
  735. eff1.Speed = NumberRange.new(1)
  736. eff1.Rate = 100
  737. eff1.VelocitySpread = 10000
  738. eff1.Texture = "rbxassetid://347504241"
  739. eff1.Color = ColorSequence.new(Color3.new(0,1,0))
  740. local eff2 = Instance.new("ParticleEmitter",part)
  741. eff2.Size = NumberSequence.new(.1)
  742. eff2.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(.9,0),NumberSequenceKeypoint.new(1,1)})
  743. eff2.LightEmission = 1
  744. eff2.Lifetime = NumberRange.new(1)
  745. eff2.Speed = NumberRange.new(1)
  746. eff2.Rate = 100
  747. eff2.VelocitySpread = 10000
  748. eff2.Texture = "rbxassetid://347504259"
  749. eff2.Color = ColorSequence.new(Color3.new(0,1,0))
  750. end
  751.  
  752. function BurningEff(part)
  753. local eff1 = Instance.new("ParticleEmitter",part)
  754. eff1.Size = NumberSequence.new(.1)
  755. eff1.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(.2,0),NumberSequenceKeypoint.new(1,1)})
  756. eff1.LightEmission = 1
  757. eff1.Lifetime = NumberRange.new(1)
  758. eff1.Speed = NumberRange.new(0)
  759. eff1.Rate = 100
  760. eff1.Texture = "rbxassetid://347504241"
  761. eff1.Acceleration = Vector3.new(0,10,0)
  762. eff1.Color = ColorSequence.new(Color3.new(0,1,0))
  763. local eff2 = Instance.new("ParticleEmitter",part)
  764. eff2.Size = NumberSequence.new(.1)
  765. eff2.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(.2,0),NumberSequenceKeypoint.new(1,1)})
  766. eff2.LightEmission = 1
  767. eff2.Lifetime = NumberRange.new(1)
  768. eff2.Speed = NumberRange.new(0)
  769. eff2.Rate = 100
  770. eff2.Texture = "rbxassetid://347504259"
  771. eff2.Acceleration = Vector3.new(0,10,0)
  772. eff2.Color = ColorSequence.new(Color3.new(0,1,0))
  773. local eff3 = Instance.new("ParticleEmitter",part)
  774. eff3.Size = NumberSequence.new(1)
  775. eff3.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(1,1)})
  776. eff3.LightEmission = 1
  777. eff3.Lifetime = NumberRange.new(1)
  778. eff3.Speed = NumberRange.new(0)
  779. eff3.Rate = 100
  780. eff3.Texture = "rbxasset://textures/particles/fire_main.dds"
  781. eff3.Acceleration = Vector3.new(0,10,0)
  782. eff3.Color = ColorSequence.new(Color3.new(0,1,0))
  783. end
  784.  
  785.  
  786.  
  787. slashsnd = New("Sound",chara.Torso,"Slash",{SoundId = "rbxassetid://28144425",PlaybackSpeed = .7,Volume = 5})
  788. hitsnd = New("Sound",chara.Torso,"Hit",{SoundId = "rbxassetid://429400881",PlaybackSpeed = .7,Volume = 5})
  789. telesnd = New("Sound",chara.Torso,"Tele",{SoundId = "rbxassetid://2767090",PlaybackSpeed = .7,Volume = 5})
  790. burnsnd = New("Sound",chara.Torso,"Burn",{SoundId = "rbxassetid://32791565",PlaybackSpeed = .7,Volume = 5})
  791. music1 = New("Sound",chara.Torso,"Music1",{SoundId = "rbxassetid://151038517",PlaybackSpeed = .5,Volume = 10,Looped = true})
  792. music2 = New("Sound",chara.Torso,"Music2",{SoundId = "rbxassetid://11984351",PlaybackSpeed = .2,Volume = 5,Looped = true})
  793. deathmus = New("Sound",chara.Torso,"DeathMus",{SoundId = "rbxassetid://19094700",PlaybackSpeed = .5,Volume = 5,Looped = true})
  794. deathex = New("Sound",chara.Torso,"DeathEx",{SoundId = "rbxassetid://11984351",PlaybackSpeed = 1,Volume = 5})
  795.  
  796.  
  797.  
  798.  
  799.  
  800. --Soul Steal--
  801. function SoulSteal(pos)
  802. local soulst = coroutine.wrap(function()
  803. local soul = Instance.new("Part",chara)
  804. soul.Size = Vector3.new(0,0,0)
  805. soul.CanCollide = false
  806. soul.Anchored = false
  807. soul.Position = pos
  808. soul.CFrame = CFrame.new(pos.X,pos.Y,pos.Z)
  809. soul.Transparency = 1
  810. local ptc = Instance.new("ParticleEmitter",soul)
  811. ptc.Texture = "http://www.roblox.com/asset/?id=413366101"
  812. ptc.Size = NumberSequence.new(.5)
  813. ptc.LockedToPart = true
  814. ptc.Speed = NumberRange.new(0)
  815. ptc.Lifetime = NumberRange.new(9999)
  816. local bodpos = Instance.new("BodyPosition",soul)
  817. bodpos.Position = pos
  818. wait(2)
  819. soul.Touched:connect(function(hit)
  820. if hit.Parent == chara then
  821. soul:Destroy()
  822. end
  823. end)
  824. while soul do
  825. wait(.1)
  826. bodpos.Position = chara.Torso.Position
  827. end
  828. end)
  829. soulst()
  830. end
  831.  
  832. --Death of a Mortal--
  833. function KillMortal(hitdude)
  834. local torsy = nil
  835. if hitdude:FindFirstChild("Torso")~=nil then
  836. torsy = hitdude.Torso
  837. elseif hitdude:FindFirstChild("UpperTorso")~=nil then
  838. torsy = hitdude.UpperTorso
  839. end
  840. local val = Instance.new("ObjectValue",hitdude)
  841. val.Name = "HasBeenHit"
  842. hitdude:BreakJoints()
  843. hitdude.Humanoid:Destroy()
  844. SoulSteal(torsy.Position)
  845. local chi = hitdude:GetChildren()
  846. for i = 1, #chi do
  847. if chi[i].ClassName == "Part" or chi[i].ClassName == "MeshPart" then
  848. local bodpos = Instance.new("BodyPosition",chi[i])
  849. bodpos.Position = chi[i].Position + Vector3.new(math.random(-5,5),math.random(-5,5),math.random(-5,5))
  850. ScatterEff(chi[i])
  851. chi[i].BrickColor = BrickColor.new("Black")
  852. end
  853. end
  854. for i = 1, 4 do
  855. for i = 1, #chi do
  856. if chi[i].ClassName == "Part" or chi[i].ClassName == "MeshPart" then
  857. chi[i].Transparency = chi[i].Transparency + .25
  858. wait(.01)
  859. end
  860. end
  861. end
  862. for i = 1, #chi do
  863. if chi[i].ClassName == "Part" or chi[i].ClassName == "MeshPart" then
  864. chi[i]:Destroy()
  865. end
  866. end
  867. end
  868.  
  869.  
  870. function Teleport(pos)
  871. telesnd:Play()
  872. local ch = chara:GetChildren()
  873. for i = 1, #ch do
  874. if ch[i].ClassName == "Part" and ch[i].Name ~= "HumanoidRootPart" then
  875. local trace = Instance.new("Part",game.Workspace)
  876. trace.Size = ch[i].Size
  877. trace.Material = "Brick"
  878. trace.BrickColor = BrickColor.new("Really black")
  879. trace.Transparency = .3
  880. trace.CanCollide = false
  881. trace.Anchored = true
  882. trace.CFrame = ch[i].CFrame
  883. if ch[i].Name == "Head" then
  884. mehs = Instance.new("CylinderMesh",trace)
  885. mehs.Scale = Vector3.new(1.25,1.25,1.25)
  886. end
  887. tracedisappear = coroutine.wrap(function()
  888. wait(1)
  889. for i = 1, 7 do
  890. wait(.1)
  891. trace.Transparency = trace.Transparency + .1
  892. end
  893. trace:Destroy()
  894. end)
  895. tracedisappear()
  896. end
  897. end
  898. chara.Torso.CFrame = CFrame.new(pos.X,pos.Y,pos.Z)
  899. end
  900.  
  901.  
  902. function Grab(mouse)
  903. local hit = mouse.Target
  904. if hit ~= nil then
  905. if hit.Parent:FindFirstChild("Humanoid")~=nil then
  906. local torsy = nil
  907. if hit.Parent:FindFirstChild("Torso")~=nil then
  908. torsy = hit.Parent.Torso
  909. elseif hit.Parent:FindFirstChild("UpperTorso")~=nil then
  910. torsy = hit.Parent.UpperTorso
  911. end
  912. local bodpos = Instance.new("BodyPosition",torsy)
  913. bodpos.Position = torsy.Position
  914. wait(1)
  915. burnsnd:Play()
  916. hit.Parent.Humanoid.MaxHealth = 100
  917. bodpos.Position = bodpos.Position + Vector3.new(0,4,0)
  918. for i = 1, 10 do
  919. wait(.1)
  920. BurningEff(torsy)
  921. hit.Parent.Humanoid.Health = hit.Parent.Humanoid.Health - 10
  922. end
  923. KillMortal(hit.Parent)
  924. end
  925. else end
  926. end
  927.  
  928.  
  929.  
  930. function onKeyDown(key)
  931. if key == "z" then
  932. Teleport(Mouse.Hit.p + Vector3.new(0,2,0))
  933. elseif key == "x" then
  934. Grab(Mouse)
  935. end
  936. end
  937.  
  938.  
  939. --Mouse Functions--
  940. Mouse = player:GetMouse()
  941. if Mouse then
  942. Mouse.KeyDown:connect(onKeyDown)
  943. end
  944.  
  945. while true do
  946. wait(.01)
  947. chance = math.random(0,100)
  948. if chance < 10 then
  949. sel = math.random(1,3)
  950. if sel == 1 then
  951. tecks.Text = "RUNAWAY"
  952. elseif sel == 2 then
  953. tecks.Text = "ERROR!"
  954. elseif sel == 3 then
  955. tecks.Text = "2c@mm3r"
  956. end
  957. else tecks.Text = "Scammer"
  958. if chara.Humanoid.Health > 0 then
  959. chara.Humanoid.MaxHealth = math.huge
  960. chara.Humanoid.Health = math.huge
  961. end
  962. if game.Lighting:FindFirstChild("ColorCorrection") == nil then
  963. local l = Instance.new("ColorCorrectionEffect",game.Lighting)
  964. l.Contrast,l.Saturation,l.Brightness = 1
  965. l.TintColor = Color3.new(0,1,0)
  966. end
  967. tecks.Position = UDim2.new(0,math.random(-1,1),0,math.random(-1,1))
  968. end
  969. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement