Guest User

Anonymous Hacker Man

a guest
Aug 6th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.86 KB | None | 0 0
  1.  
  2. -- RBX.Lua LocalScript | Hackerman | xDarkScripter
  3.  
  4.  
  5. local Players = game:GetService("Players")
  6. local UserInputService = game:GetService("UserInputService")
  7. local RunService = game:GetService("RunService")
  8.  
  9. local Player = Players.LocalPlayer
  10. local Camera = workspace.CurrentCamera
  11. local Mouse = Player:GetMouse()
  12.  
  13. local Character = Player.Character
  14. local Torso = Character.Torso
  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.  
  39. local Code = [[
  40. --Scripted by trap12345654321
  41.  
  42. Server Proxy Connection Initializing...
  43.  
  44. USERNAME: trap12345654321
  45. PASSWORD: *******************
  46.  
  47.  
  48. ROBLOX Server Database Connecting...
  49.  
  50.  
  51. local Proxy = Server:GetProxyData(1011101)
  52. local Tracker = {}
  53.  
  54. __INIT__ setmetatable(getrawmetatable(Proxy), {
  55. __metatable = {};
  56. __call = function(Self, ...)
  57. Proxy:GetArgumentData(Proxy.Key, select(...))
  58. end;
  59. })
  60.  
  61. Proxy:TransferData("Lifetime_OBC_Charged",
  62. "ACC_"..__VERSION.."_"..Proxy:GetAccount()
  63. {
  64. __newindex = function(Self, Key, Value)
  65. Tracker[Key] = Value
  66. rawset(Self, Key, Value)
  67. end
  68. })
  69.  
  70. Proxy:GetTransferredData().breakAssymetricEncryption(
  71. "NEW_Public_Key", true, 101, false
  72. )
  73.  
  74.  
  75. ROBLOX Server Log:
  76. > Lifetime OBC Transferred to trap12345654321_*******************
  77.  
  78. hacked by trap12345654321
  79.  
  80.  
  81.  
  82. ]]
  83.  
  84.  
  85. local Argument = [[
  86. > CHAT SEQUENCE ACTIVATED
  87.  
  88. you> hi
  89. ...
  90. bob> hey
  91. ...
  92. you> whats up?
  93. ...
  94. bob> jailbreak sucks
  95. ...
  96. you> i know
  97. ...
  98. you> you wanna hack it?
  99. ...
  100. bob> sure
  101. ...
  102. you> ok, let me just finish transferring obc to my account
  103. ...
  104. bob> alright
  105. ...
  106. > CHAT SEQUENCE ENDED
  107.  
  108. > SUCCESSFULLY GAVE TRAP OBC
  109. ]]
  110.  
  111.  
  112.  
  113. game.Lighting.GlobalShadows = false
  114. game.Lighting.Brightness = 0.25
  115.  
  116.  
  117. local function Smooth(Part)
  118. Part.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  119. Part.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  120. Part.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  121. Part.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  122. Part.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  123. Part.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  124. end
  125.  
  126.  
  127. local function SetLine(Line, Alpha, Beta)
  128. local dx = Alpha.Position.X.Scale - Beta.Position.X.Scale
  129. local dy = Alpha.Position.Y.Scale - Beta.Position.Y.Scale
  130. local Magnitude = math.sqrt(dx^2 + dy^2)
  131.  
  132. Line.Size = UDim2.new(Magnitude, 0, 0, 8)
  133. Line.Position = Alpha.Position:Lerp(Beta.Position, 0.5)
  134. Line.Rotation = math.deg(math.atan2(dy, dx))
  135. end
  136.  
  137.  
  138. local Keyboard = Instance.new("Part")
  139. Keyboard.BrickColor = BrickColor.new("Really black")
  140. Keyboard.Material = Enum.Material.Neon
  141. Keyboard.Transparency = 0.1
  142. Keyboard.Size = Vector3.new(5, 0, 2)
  143. Keyboard.CanCollide = false
  144. Keyboard.Locked = true
  145.  
  146. Smooth(Keyboard)
  147.  
  148. local KeyboardWeld = Instance.new("Weld")
  149. KeyboardWeld.Part0 = Torso
  150. KeyboardWeld.Part1 = Keyboard
  151. KeyboardWeld.C0 = CFrame.new(0, 0.2, -2) * CFrame.Angles(0.3, 0, 0)
  152.  
  153. KeyboardWeld.Parent = Keyboard
  154. Keyboard.Parent = Character
  155.  
  156.  
  157. local Light = Instance.new("PointLight")
  158. Light.Brightness = 1.5
  159. Light.Range = 12
  160. Light.Parent = Keyboard
  161.  
  162.  
  163. local Screen = Instance.new("Part")
  164. Screen.BrickColor = BrickColor.new("Really black")
  165. Screen.Material = Enum.Material.Neon
  166. Screen.Transparency = 0.3
  167. Screen.Size = Vector3.new(6, 4, 0)
  168. Screen.CanCollide = false
  169. Screen.Locked = true
  170.  
  171. Smooth(Screen)
  172.  
  173. local ScreenWeld = Instance.new("Weld")
  174. ScreenWeld.Part0 = Torso
  175. ScreenWeld.Part1 = Screen
  176. ScreenWeld.C0 = CFrame.new(0, 3.5, -4.5) * CFrame.Angles(0.1, 0, 0)
  177.  
  178. local Gui = Instance.new("SurfaceGui")
  179. Gui.Face = "Back"
  180. Gui.Adornee = Screen
  181. Gui.Parent = Screen
  182.  
  183. local Text = Instance.new("TextBox")
  184. Text.BackgroundTransparency = 1
  185. Text.Position = UDim2.new(0, 0, 0, 0)
  186. Text.Size = UDim2.new(1, 0, 1, 0)
  187. Text.TextColor3 = Color3.new(1, 1, 1)
  188. Text.Font = Enum.Font.Code
  189. Text.Active = false
  190. Text.MultiLine = true
  191. Text.TextWrapped = true
  192. Text.FontSize = Enum.FontSize.Size32
  193. Text.TextXAlignment = Enum.TextXAlignment.Left
  194. Text.TextYAlignment = Enum.TextYAlignment.Top
  195. Text.Text = ""
  196.  
  197. Text.Parent = Gui
  198.  
  199. ScreenWeld.Parent = Screen
  200. Screen.Parent = Character
  201.  
  202.  
  203.  
  204. local Screen2 = Instance.new("Part")
  205. Screen2.BrickColor = BrickColor.new("Really black")
  206. Screen2.Material = Enum.Material.Neon
  207. Screen2.Transparency = 0.3
  208. Screen2.Size = Vector3.new(6, 4, 0)
  209. Screen2.CanCollide = false
  210. Screen2.Locked = true
  211.  
  212. Smooth(Screen2)
  213.  
  214. local Screen2Weld = Instance.new("Weld")
  215. Screen2Weld.Part0 = Torso
  216. Screen2Weld.Part1 = Screen2
  217. Screen2Weld.C0 = CFrame.new(5.4, 3.4, -1.5) * CFrame.Angles(0.1, -0.9, 0)
  218.  
  219. local Gui2 = Instance.new("SurfaceGui")
  220. Gui2.Face = "Back"
  221. Gui2.Adornee = Screen2
  222. Gui2.Parent = Screen2
  223.  
  224. local Text2 = Instance.new("TextBox")
  225. Text2.BackgroundTransparency = 1
  226. Text2.Position = UDim2.new(0, 0, 0, 0)
  227. Text2.Size = UDim2.new(1, 0, 1, 0)
  228. Text2.TextColor3 = Color3.new(0, 1, 0)
  229. Text2.Font = Enum.Font.Code
  230. Text2.Active = false
  231. Text2.MultiLine = true
  232. Text2.TextWrapped = true
  233. Text2.FontSize = Enum.FontSize.Size32
  234. Text2.TextXAlignment = Enum.TextXAlignment.Left
  235. Text2.TextYAlignment = Enum.TextYAlignment.Top
  236. Text2.Text = ""
  237.  
  238. Text2.Parent = Gui2
  239.  
  240. local ImageKey = Instance.new("ImageLabel")
  241. ImageKey.BackgroundTransparency = 1
  242. ImageKey.Size = UDim2.new(0.2, 0, 0.2, 0)
  243. ImageKey.Position = UDim2.new(0.4, 0, 0.4, 0)
  244. ImageKey.Image = "http://www.roblox.com/asset/?id=697224414"
  245. ImageKey.ImageTransparency = 1
  246. ImageKey.Parent = Gui2
  247.  
  248. Screen2Weld.Parent = Screen2
  249. Screen2.Parent = Character
  250.  
  251.  
  252.  
  253. local Screen3 = Instance.new("Part")
  254. Screen3.BrickColor = BrickColor.new("Really black")
  255. Screen3.Material = Enum.Material.Neon
  256. Screen3.Transparency = 0.3
  257. Screen3.Size = Vector3.new(6, 4, 0)
  258. Screen3.CanCollide = false
  259. Screen3.Locked = true
  260.  
  261. Smooth(Screen3)
  262.  
  263. local Screen3Weld = Instance.new("Weld")
  264. Screen3Weld.Part0 = Torso
  265. Screen3Weld.Part1 = Screen3
  266. Screen3Weld.C0 = CFrame.new(-5.4, 3.4, -1.5) * CFrame.Angles(0.1, 0.9, 0)
  267.  
  268. local Gui3 = Instance.new("SurfaceGui")
  269. Gui3.Face = "Back"
  270. Gui3.Adornee = Screen3
  271. Gui3.Parent = Screen3
  272.  
  273. local Map = Instance.new("ImageLabel")
  274. Map.BackgroundTransparency = 1
  275. Map.Position = UDim2.new(0, 0, 0, 0)
  276. Map.Size = UDim2.new(1, 0, 1, 0)
  277. Map.Image = "http://www.roblox.com/asset/?id=121661614"
  278.  
  279. Map.Parent = Gui3
  280.  
  281. Screen3Weld.Parent = Screen3
  282. Screen3.Parent = Character
  283.  
  284. local Points = {}
  285. local Lines = {}
  286.  
  287. for i = 1, 10 do
  288. if i > 1 then
  289. local Line = Instance.new("Frame")
  290. Line.BorderSizePixel = 0
  291. Line.BackgroundColor3 = Color3.new(0.8, 0, 0)
  292. Line.AnchorPoint = Vector2.new(0.5, 0.5)
  293. Line.Parent = Gui3
  294.  
  295. Lines[i] = Line
  296. end
  297.  
  298. local Point = Instance.new("Frame")
  299. Point.BorderSizePixel = 0
  300. Point.BackgroundColor3 = Color3.new(1, 0, 0)
  301. Point.Size = UDim2.new(0, 40, 0, 40)
  302. Point.Position = UDim2.new(math.random(), 0, math.random(), 0)
  303. Point.AnchorPoint = Vector2.new(0.5, 0.5)
  304. Point.Parent = Gui3
  305.  
  306. Points[i] = {Point = Point, Position = Point.Position}
  307. end
  308.  
  309.  
  310.  
  311.  
  312. UserInputService.InputBegan:Connect(function(Input, Processed)
  313. if Processed then return end
  314.  
  315. if Input.UserInputType == Enum.UserInputType.Keyboard then
  316. local KeyCode = Input.KeyCode
  317.  
  318. if KeyCode == Enum.KeyCode.E then
  319. Typing = not Typing
  320. end
  321. end
  322. end)
  323.  
  324.  
  325.  
  326. RunService.Heartbeat:Connect(function()
  327. local Sine = math.sin(tick() * 8) / 8
  328.  
  329. for Key, Value in next, Points do
  330. Value.Point.Size = UDim2.new(0, 25 + Sine * 40, 0, 25 + Sine * 40)
  331. Value.Point.Position = Value.Point.Position:Lerp(Value.Position, 0.1)
  332.  
  333. if Key > 1 then
  334. SetLine(Lines[Key], Value.Point, Points[1].Point)
  335. end
  336. end
  337.  
  338. if math.random(100) == 1 then
  339. for _, Value in next, Points do
  340. Value.Position = UDim2.new(math.random(), 0, math.random(), 0)
  341. end
  342. end
  343.  
  344. ImageKey.ImageTransparency = math.abs(math.sin(tick()))
  345.  
  346. if Typing then
  347. if math.random(5) == 1 then
  348. local PressSound = Instance.new("Sound")
  349. PressSound.SoundId = "rbxassetid://265970978"
  350. PressSound.Pitch = 0.5 + math.random() / 5
  351. PressSound.Volume = 3
  352. PressSound.Parent = Keyboard
  353. PressSound:Play()
  354.  
  355. game:GetService("Debris"):AddItem(PressSound, 1 / 2)
  356. end
  357.  
  358. Neck.C0 = CFrame.new(0, 1, 0) * CFrame.Angles(-0.2 + Sine / 4, (math.random() - 0.5) / 2, 0)
  359.  
  360. RightShoulder.C0 = CFrame.new(1, 0.6 + math.random() / 4, -math.random() * 0.7)
  361. * CFrame.Angles(1.5 + Sine * math.random(), -Sine / 4, -(0.5 + 2 * Sine * math.random()))
  362.  
  363. LeftShoulder.C0 = CFrame.new(-1, 0.6 + math.random() / 4, -math.random() * 0.7)
  364. * CFrame.Angles(1.5 - Sine * math.random(), Sine / 4, 0.5 + 2 * Sine * math.random())
  365.  
  366. if math.random(2) == 1 then
  367. if TypingSub < #Argument then
  368. TypingSub = TypingSub + 1
  369. Text.Text = Text.Text..Argument:sub(TypingSub, TypingSub)
  370.  
  371. local nl = Text.Text:find("\n")
  372.  
  373. if nl and #Text.Text > 400 then
  374. Text.Text = Text.Text:sub(nl + 1)
  375. end
  376.  
  377. else
  378. TypingSub = 1
  379. end
  380. end
  381.  
  382. if math.random(3) == 1 then
  383. if TypingSub2 < #Code then
  384. TypingSub2 = TypingSub2 + 1
  385. Text2.Text = Text2.Text..Code:sub(TypingSub2, TypingSub2)
  386.  
  387. local nl = Text2.Text:find("\n")
  388.  
  389. if nl and #Text2.Text > 400 then
  390. Text2.Text = Text2.Text:sub(nl + 1)
  391. end
  392.  
  393. else
  394. TypingSub2 = 1
  395. end
  396. end
  397.  
  398. else
  399. Neck.C0 = CFrame.new(0, 1, 0)
  400.  
  401. RightShoulder.C0 = CFrame.new(1, 0.5, 0) * CFrame.Angles(1.5, 0, 0)
  402. LeftShoulder.C0 = CFrame.new(-1, 0.5, 0) * CFrame.Angles(1.5, 0, 0)
  403. end
  404. end)
Add Comment
Please, Sign In to add comment