Advertisement
Guest User

Untitled

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