Advertisement
Guest User

Untitled

a guest
Jan 27th, 2018
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.50 KB | None | 0 0
  1. -- RBX.Lua LocalScript | Hackerman | xDarkScripter | Edit By Pxire
  2.  
  3. musicOn = true
  4. local Players = game:GetService("Players")
  5. local UserInputService = game:GetService("UserInputService")
  6. local RunService = game:GetService("RunService")
  7.  
  8. local Player = Players.LocalPlayer
  9. local Camera = workspace.CurrentCamera
  10. local Mouse = Player:GetMouse()
  11.  
  12. local Character = Player.Character
  13. local Torso = Character.Torso
  14. local Head = Character.Head
  15.  
  16. local Typing = false
  17. local TypingSub = 1
  18. local TypingSub2 = 1
  19.  
  20. local Neck = Torso.Neck
  21.  
  22. Neck.C1 = CFrame.new(0, -0.5, 0)
  23.  
  24. local RightArm = Character["Right Arm"]
  25. local LeftArm = Character["Left Arm"]
  26.  
  27. local RightShoulder = Instance.new("Weld", Torso)
  28. RightShoulder.Part0 = Torso
  29. RightShoulder.Part1 = RightArm
  30.  
  31. local LeftShoulder = Instance.new("Weld", Torso)
  32. LeftShoulder.Part0 = Torso
  33. LeftShoulder.Part1 = LeftArm
  34.  
  35. RightShoulder.C1 = CFrame.new(-0.5, 0.5, 0)
  36. LeftShoulder.C1 = CFrame.new(0.5, 0.5, 0)
  37.  
  38. local z = Instance.new("Sound", Head)
  39. z.Looped = true
  40. z.SoundId = "rbxassetid://916843842"
  41. z.Volume = 1
  42. z.Pitch = 3.05
  43. if musicOn then
  44. z:Play()
  45. end
  46.  
  47. local Code = [[
  48. -- I failed at stealing my mommy's credit card!
  49.  
  50. Server Proxy Connection Initializing...
  51.  
  52. USERNAME: MinecraftKid72
  53. PASSWORD: iLoveMinecraftNoobs
  54.  
  55.  
  56. ROBLOX Server Database Connecting...
  57.  
  58.  
  59. local Proxy = Server:GetProxyData(1011101)
  60. local Tracker = {}
  61.  
  62. __INIT__ setmetatable(getmetatable(Proxy), {
  63. __metatable = {};
  64. __call = function(Self, ...)
  65. Proxy:GetArgumentData(Proxy.Key, select(...))
  66. end;
  67. })
  68.  
  69. Proxy:TransferData("Lifetime_OBC_Charged",
  70. "ACC_"..__VERSION.."_"..Proxy:GetAccount()
  71. {
  72. __newindex = function(Self, Key, Value)
  73. Tracker[Key] = Value
  74. rawset(Self, Key, Value)
  75. end
  76. })
  77.  
  78. Proxy:GetTransferredData().breakAssymetricEncryption(
  79. "NEW_Public_Key", true, 101, false
  80. )
  81.  
  82.  
  83. ROBLOX Server Log:
  84. > Lifetime OBC Transferred to MinecraftKid72_iLoveMinecraftNoobs
  85.  
  86. ...
  87. ...
  88. ...
  89. ...
  90. ...
  91. ...
  92.  
  93. ERROR<Tried to transfer Lifetime OBC to dantdmbestfan69, Lifetime dosent exist, deleting dantdmbestfan69>
  94. Deleting MinecraftKid72..50%
  95. Deleting MinecraftKid72..100%
  96. Successfully deleted MinecraftKid72.
  97. Message<Fucking Kill yourself ugly cunt ill leak your address, i fucked ur mom bacon cunt xd.>
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104. ]]
  105.  
  106.  
  107. local Argument = [[
  108. You> Hello!
  109.  
  110. Jimmy> Hey Faggot!
  111.  
  112. Jimmy> Wtf are you doing watching anime you sad 20 year old cunt.
  113.  
  114. 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.
  115.  
  116. Jimmy> Fuck Off Ya Fat Cunt
  117.  
  118. 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
  119.  
  120. Jimmy> You're Mum Gay.
  121.  
  122. You> your*
  123.  
  124. Jimmy> Bye Sad AF Cunt.
  125.  
  126. tacktic2010> lol, uf0ckinw0t?
  127.  
  128. Jimmy> tacktic iz gay.
  129.  
  130. pxire> kick>Jimmy:Reason: By Faggot lelel.
  131.  
  132. <sever> Jimmy has left your channel, Reason: Bye You Ugly NiggerFaggot.
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.  
  140.  
  141.  
  142. ]]
  143.  
  144.  
  145.  
  146. game.Lighting.GlobalShadows = false
  147. game.Lighting.Brightness = 0.25
  148.  
  149.  
  150. local function Smooth(Part)
  151. Part.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  152. Part.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  153. Part.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  154. Part.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  155. Part.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  156. Part.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  157. end
  158.  
  159.  
  160. local function SetLine(Line, Alpha, Beta)
  161. local dx = Alpha.Position.X.Scale - Beta.Position.X.Scale
  162. local dy = Alpha.Position.Y.Scale - Beta.Position.Y.Scale
  163. local Magnitude = math.sqrt(dx^2 + dy^2)
  164.  
  165. Line.Size = UDim2.new(Magnitude, 0, 0, 8)
  166. Line.Position = Alpha.Position:Lerp(Beta.Position, 0.5)
  167. Line.Rotation = math.deg(math.atan2(dy, dx))
  168. end
  169.  
  170.  
  171. local Keyboard = Instance.new("Part")
  172. Keyboard.BrickColor = BrickColor.new("Really black")
  173. Keyboard.Material = Enum.Material.Neon
  174. Keyboard.Transparency = 0.1
  175. Keyboard.Size = Vector3.new(5, 0, 2)
  176. Keyboard.CanCollide = false
  177. Keyboard.Locked = true
  178.  
  179. Smooth(Keyboard)
  180.  
  181. local KeyboardWeld = Instance.new("Weld")
  182. KeyboardWeld.Part0 = Torso
  183. KeyboardWeld.Part1 = Keyboard
  184. KeyboardWeld.C0 = CFrame.new(0, 0.2, -2) * CFrame.Angles(0.3, 0, 0)
  185.  
  186. KeyboardWeld.Parent = Keyboard
  187. Keyboard.Parent = Character
  188.  
  189.  
  190. local Light = Instance.new("PointLight")
  191. Light.Brightness = 1.5
  192. Light.Range = 12
  193. Light.Parent = Keyboard
  194.  
  195.  
  196. local Screen = Instance.new("Part")
  197. Screen.BrickColor = BrickColor.new("Really black")
  198. Screen.Material = Enum.Material.Neon
  199. Screen.Transparency = 0.6
  200. Screen.Size = Vector3.new(6, 4, 0)
  201. Screen.CanCollide = false
  202. Screen.Locked = true
  203.  
  204. Smooth(Screen)
  205.  
  206. local ScreenWeld = Instance.new("Weld")
  207. ScreenWeld.Part0 = Torso
  208. ScreenWeld.Part1 = Screen
  209. ScreenWeld.C0 = CFrame.new(0, 3.5, -4.5) * CFrame.Angles(0.1, 0, 0)
  210.  
  211. local animeh = Instance.new("Part")
  212. animeh.BrickColor = BrickColor.new("Really black")
  213. animeh.Material = Enum.Material.Neon
  214. animeh.Transparency = 0.6
  215. animeh.Size = Vector3.new(6, 4, 0)
  216. animeh.CanCollide = false
  217. animeh.Locked = true
  218.  
  219. local dekal = Instance.new("Decal",animeh)
  220. dekal.Texture = "http://www.roblox.com/asset/?id=564023995"
  221. dekal.Transparency = 0.15
  222. dekal.Face = "Back"
  223.  
  224. Smooth(animeh)
  225.  
  226. local animehw = Instance.new("Weld")
  227. animehw.Part0 = Torso
  228. animehw.Part1 = animeh
  229. animehw.C0 = CFrame.new(0, 8, -4) * CFrame.Angles(.5,0,0)
  230.  
  231. animehw.Parent = animeh
  232. animeh.Parent = Character
  233.  
  234. local Gui = Instance.new("SurfaceGui")
  235. Gui.Face = "Back"
  236. Gui.Adornee = Screen
  237. Gui.Parent = Screen
  238.  
  239. local Text = Instance.new("TextBox")
  240. Text.BackgroundTransparency = 1
  241. Text.Position = UDim2.new(0, 0, 0, 0)
  242. Text.Size = UDim2.new(1, 0, 1, 0)
  243. Text.TextColor3 = Color3.new(1, 1, 1)
  244. Text.Font = Enum.Font.Code
  245. Text.Active = false
  246. Text.MultiLine = true
  247. Text.TextWrapped = true
  248. Text.FontSize = Enum.FontSize.Size32
  249. Text.TextXAlignment = Enum.TextXAlignment.Left
  250. Text.TextYAlignment = Enum.TextYAlignment.Top
  251. Text.Text = ""
  252.  
  253. Text.Parent = Gui
  254.  
  255. ScreenWeld.Parent = Screen
  256. Screen.Parent = Character
  257.  
  258.  
  259.  
  260. local Screen2 = Instance.new("Part")
  261. Screen2.BrickColor = BrickColor.new("Really black")
  262. Screen2.Material = Enum.Material.Neon
  263. Screen2.Transparency = 0.6
  264. Screen2.Size = Vector3.new(6, 4, 0)
  265. Screen2.CanCollide = false
  266. Screen2.Locked = true
  267.  
  268. Smooth(Screen2)
  269.  
  270. local Screen2Weld = Instance.new("Weld")
  271. Screen2Weld.Part0 = Torso
  272. Screen2Weld.Part1 = Screen2
  273. Screen2Weld.C0 = CFrame.new(5.4, 3.4, -1.5) * CFrame.Angles(0.1, -0.9, 0)
  274.  
  275. local Gui2 = Instance.new("SurfaceGui")
  276. Gui2.Face = "Back"
  277. Gui2.Adornee = Screen2
  278. Gui2.Parent = Screen2
  279.  
  280. local Text2 = Instance.new("TextBox")
  281. Text2.BackgroundTransparency = 1
  282. Text2.Position = UDim2.new(0, 0, 0, 0)
  283. Text2.Size = UDim2.new(1, 0, 1, 0)
  284. Text2.TextColor3 = Color3.new(0, 1, 0)
  285. Text2.Font = Enum.Font.Code
  286. Text2.Active = false
  287. Text2.MultiLine = true
  288. Text2.TextWrapped = true
  289. Text2.FontSize = Enum.FontSize.Size32
  290. Text2.TextXAlignment = Enum.TextXAlignment.Left
  291. Text2.TextYAlignment = Enum.TextYAlignment.Top
  292. Text2.Text = ""
  293.  
  294. Text2.Parent = Gui2
  295.  
  296. local ImageKey = Instance.new("ImageLabel")
  297. ImageKey.BackgroundTransparency = 1
  298. ImageKey.Size = UDim2.new(0.2, 0, 0.2, 0)
  299. ImageKey.Position = UDim2.new(0.4, 0, 0.4, 0)
  300. ImageKey.Image = "http://www.roblox.com/asset/?id=697224414"
  301. ImageKey.ImageTransparency = 1
  302. ImageKey.Parent = Gui2
  303.  
  304. Screen2Weld.Parent = Screen2
  305. Screen2.Parent = Character
  306.  
  307.  
  308.  
  309. local Screen3 = Instance.new("Part")
  310. Screen3.BrickColor = BrickColor.new("Really black")
  311. Screen3.Material = Enum.Material.Neon
  312. Screen3.Transparency = 0.6
  313. Screen3.Size = Vector3.new(6, 4, 0)
  314. Screen3.CanCollide = false
  315. Screen3.Locked = true
  316.  
  317. local dekal = Instance.new("Decal",Screen3)
  318. dekal.Texture = "http://www.roblox.com/asset/?id=262943798"
  319. dekal.Transparency = 0.15
  320. dekal.Face = "Back"
  321.  
  322. Smooth(Screen3)
  323.  
  324. local Screen3Weld = Instance.new("Weld")
  325. Screen3Weld.Part0 = Torso
  326. Screen3Weld.Part1 = Screen3
  327. Screen3Weld.C0 = CFrame.new(-5.4, 3.4, -1.5) * CFrame.Angles(0.1, 0.9, 0)
  328.  
  329. local Gui3 = Instance.new("SurfaceGui")
  330. Gui3.Face = "Back"
  331. Gui3.Adornee = Screen3
  332. Gui3.Parent = Screen3
  333.  
  334. local Map = Instance.new("ImageLabel")
  335. Map.BackgroundTransparency = 1
  336. Map.Position = UDim2.new(0, 0, 0, 0)
  337. Map.Size = UDim2.new(1, 0, 1, 0)
  338. Map.Image = "http://www.roblox.com/asset/?id=121661614"
  339.  
  340. Map.Parent = Gui3
  341.  
  342. Screen3Weld.Parent = Screen3
  343. Screen3.Parent = Character
  344.  
  345. UserInputService.InputBegan:Connect(function(Input, Processed)
  346. if Processed then return end
  347.  
  348. if Input.UserInputType == Enum.UserInputType.Keyboard then
  349. local KeyCode = Input.KeyCode
  350.  
  351. if KeyCode == Enum.KeyCode.E then
  352. Typing = not Typing
  353. end
  354. end
  355. end)
  356.  
  357.  
  358.  
  359. RunService.Heartbeat:Connect(function()
  360. local Sine = math.sin(tick() * 8) / 8
  361.  
  362. ImageKey.ImageTransparency = math.abs(math.sin(tick()))
  363.  
  364. if Typing then
  365. if math.random(5) == 1 then
  366. local PressSound = Instance.new("Sound")
  367. PressSound.SoundId = "rbxassetid://265970978"
  368. PressSound.Pitch = 0.5 + math.random() / 5
  369. PressSound.Volume = 3
  370. PressSound.Parent = Keyboard
  371. PressSound:Play()
  372.  
  373. game:GetService("Debris"):AddItem(PressSound, 1 / 2)
  374. end
  375.  
  376. Neck.C0 = CFrame.new(0, 1, 0) * CFrame.Angles(-0.2 + Sine / 4, (math.random() - 0.5) / 2, 0)
  377.  
  378. RightShoulder.C0 = CFrame.new(1, 0.6 + math.random() / 4, -math.random() * 0.7)
  379. * CFrame.Angles(1.5 + Sine * math.random(), -Sine / 4, -(0.5 + 2 * Sine * math.random()))
  380.  
  381. LeftShoulder.C0 = CFrame.new(-1, 0.6 + math.random() / 4, -math.random() * 0.7)
  382. * CFrame.Angles(1.5 - Sine * math.random(), Sine / 4, 0.5 + 2 * Sine * math.random())
  383.  
  384. if math.random(2) == 1 then
  385. if TypingSub < #Argument then
  386. TypingSub = TypingSub + 1
  387. Text.Text = Text.Text..Argument:sub(TypingSub, TypingSub)
  388.  
  389. local nl = Text.Text:find("\n")
  390.  
  391. if nl and #Text.Text > 400 then
  392. Text.Text = Text.Text:sub(nl + 1)
  393. end
  394.  
  395. else
  396. TypingSub = 1
  397. end
  398. end
  399.  
  400. if math.random(3) == 1 then
  401. if TypingSub2 < #Code then
  402. TypingSub2 = TypingSub2 + 1
  403. Text2.Text = Text2.Text..Code:sub(TypingSub2, TypingSub2)
  404.  
  405. local nl = Text2.Text:find("\n")
  406.  
  407. if nl and #Text2.Text > 400 then
  408. Text2.Text = Text2.Text:sub(nl + 1)
  409. end
  410.  
  411. else
  412. TypingSub2 = 1
  413. end
  414. end
  415.  
  416. else
  417. Neck.C0 = CFrame.new(0, 1, 0)
  418.  
  419. RightShoulder.C0 = CFrame.new(1, 0.5, 0) * CFrame.Angles(1.5, 0, 0)
  420. LeftShoulder.C0 = CFrame.new(-1, 0.5, 0) * CFrame.Angles(1.5, 0, 0)
  421. end
  422. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement