Advertisement
Guest User

Untitled

a guest
Dec 13th, 2019
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.38 KB | None | 0 0
  1. -- RBX.Lua LocalScript | Hackerman | xDarkScripter | Edit By Skips2267, triggerednolie.
  2.  
  3.  
  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.  
  15. local Typing = false
  16. local TypingSub = 1
  17. local TypingSub2 = 1
  18.  
  19. local Neck = Torso.Neck
  20.  
  21. Neck.C1 = CFrame.new(0, -0.5, 0)
  22.  
  23. local RightArm = Character["Right Arm"]
  24. local LeftArm = Character["Left Arm"]
  25.  
  26. local RightShoulder = Instance.new("Weld", Torso)
  27. RightShoulder.Part0 = Torso
  28. RightShoulder.Part1 = RightArm
  29.  
  30. local LeftShoulder = Instance.new("Weld", Torso)
  31. LeftShoulder.Part0 = Torso
  32. LeftShoulder.Part1 = LeftArm
  33.  
  34. RightShoulder.C1 = CFrame.new(-0.5, 0.5, 0)
  35. LeftShoulder.C1 = CFrame.new(0.5, 0.5, 0)
  36.  
  37.  
  38. local Code = [[
  39. Server Proxy Connection Initializing...
  40.  
  41. USERNAME: USER7
  42. PASSWORD: **********
  43.  
  44.  
  45. ROBLOX Server Database Connecting...
  46.  
  47.  
  48. local Proxy = Server:GetMemeData(1011101)
  49. local Tracker = {}
  50.  
  51. __INIT__ setmetatable(getmetatable(Data), {
  52. __metatable = {};
  53. __call = function(Self, ...)
  54. Proxy:GetArgumentData(DATA.Key, select(...))
  55. end;
  56. })
  57.  
  58. Proxy:TransferData("Lifetime_OBC_Charged",
  59. "ACCVERSION_89_DATA:GetAccount()
  60. {
  61. __newindex = function(Self, Key, Value)
  62. Tracker[Key] = Value
  63. rawset(Self, Key, Value)
  64. end
  65. })
  66.  
  67. Proxy:GetTransferredData().breakAssymetricEncryption(
  68. "NEW_DATA_KEY", true, 102, false
  69. )
  70.  
  71.  
  72. ROBLOX Server Log:
  73. > Server unstable.
  74.  
  75. Rebooting command sequence for [Monitor 2]
  76. ]]
  77.  
  78.  
  79. local Argument = [[
  80.  
  81. USER7> 11000011001101
  82.  
  83. USER7> 00110000011110
  84.  
  85. USER7> 1100011
  86.  
  87. USER7> 000111100
  88.  
  89. USER7> End(Server)
  90.  
  91. USER7> Loading Firewall.exe...
  92.  
  93. USER7> Loading complete.
  94.  
  95. USER7> Loading Teleport-Protection.exe...
  96.  
  97. USER7> Loading complete.
  98.  
  99. USER7> Loading core files...
  100.  
  101. USER7> Loading third party data writing protection...
  102.  
  103. USER7> Loading Invisible Force Field...
  104.  
  105. USER7> Loading Sys32
  106.  
  107. USER7> Loading File: BCAFA-SCRIPT.txt
  108.  
  109. USER7> Loading UTG Database...
  110.  
  111. USER7> Updating Firewall...
  112.  
  113. USER7> Updating complete.
  114.  
  115. USER7> Loading other core files...
  116.  
  117. USER7> Finished loading core files.
  118.  
  119. USER7> c:/users/USER7/Desktop/Minecraft.exe
  120.  
  121. USER7> Loading Minecraft...
  122.  
  123. USER7> Loading failed. [ERROR 76564 JAVA OUTDATED]
  124.  
  125. USER7> c:/users/USER7/Desktop/100WaysToDie/Server/Players/bendysansdj3/Soul del
  126.  
  127. USER7> Error removing file. The file is either corrupted or missing.
  128.  
  129. USER7> print"frick"
  130.  
  131. frick
  132.  
  133. USER7> c:/users/USER7/Desktop/PLANS.txt
  134.  
  135. > - Work on lab
  136. > - Update secutiry
  137. > - Add ticket booth
  138. > - Improve House
  139. > - 987 ((S&D^&F S(D^F
  140.  
  141. USER7> c:/System32/CommandSequence .Reboot
  142.  
  143. USER7> Rebooting [Monitor 1] Command Sequence...
  144.  
  145. ]]
  146.  
  147.  
  148.  
  149. game.Lighting.GlobalShadows = false
  150. game.Lighting.Brightness = 0.25
  151.  
  152.  
  153. local function Smooth(Part)
  154. Part.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  155. Part.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  156. Part.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  157. Part.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  158. Part.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  159. Part.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  160. end
  161.  
  162.  
  163. local function SetLine(Line, Alpha, Beta)
  164. local dx = Alpha.Position.X.Scale - Beta.Position.X.Scale
  165. local dy = Alpha.Position.Y.Scale - Beta.Position.Y.Scale
  166. local Magnitude = math.sqrt(dx^2 + dy^2)
  167.  
  168. Line.Size = UDim2.new(Magnitude, 0, 0, 8)
  169. Line.Position = Alpha.Position:Lerp(Beta.Position, 0.5)
  170. Line.Rotation = math.deg(math.atan2(dy, dx))
  171. end
  172.  
  173.  
  174. local Keyboard = Instance.new("Part")
  175. Keyboard.BrickColor = BrickColor.new("Lsvender")
  176. Keyboard.Material = Enum.Material.Neon
  177. Keyboard.Transparency = 0.6
  178. Keyboard.Size = Vector3.new(5, 0, 2)
  179. Keyboard.CanCollide = false
  180. Keyboard.Locked = true
  181.  
  182. Smooth(Keyboard)
  183.  
  184. local KeyboardWeld = Instance.new("Weld")
  185. KeyboardWeld.Part0 = Torso
  186. KeyboardWeld.Part1 = Keyboard
  187. KeyboardWeld.C0 = CFrame.new(0, 0.2, -2) * CFrame.Angles(0.3, 0, 0)
  188.  
  189. KeyboardWeld.Parent = Keyboard
  190. Keyboard.Parent = Character
  191.  
  192.  
  193. local Light = Instance.new("PointLight")
  194. Light.Brightness = 1.5
  195. Light.Range = 12
  196. Light.Parent = Keyboard
  197.  
  198.  
  199. local Screen = Instance.new("Part")
  200. Screen.BrickColor = BrickColor.new("Really black")
  201. Screen.Material = Enum.Material.Neon
  202. Screen.Transparency = 0.6
  203. Screen.Size = Vector3.new(6, 4, 0)
  204. Screen.CanCollide = false
  205. Screen.Locked = true
  206.  
  207. Smooth(Screen)
  208.  
  209. local ScreenWeld = Instance.new("Weld")
  210. ScreenWeld.Part0 = Torso
  211. ScreenWeld.Part1 = Screen
  212. ScreenWeld.C0 = CFrame.new(0, 3.5, -4.5) * CFrame.Angles(0.1, 0, 0)
  213.  
  214. local animeh = Instance.new("Part")
  215. animeh.BrickColor = BrickColor.new("Really black")
  216. animeh.Material = Enum.Material.Neon
  217. animeh.Transparency = 0.6
  218. animeh.Size = Vector3.new(6, 4, 0)
  219. animeh.CanCollide = false
  220. animeh.Locked = true
  221.  
  222. local dekal = Instance.new("Decal",animeh)
  223. dekal.Texture = "http://www.roblox.com/asset/?id=626650325"
  224. dekal.Transparency = 0.15
  225. dekal.Face = "Back"
  226.  
  227. Smooth(animeh)
  228.  
  229. local animehw = Instance.new("Weld")
  230. animehw.Part0 = Torso
  231. animehw.Part1 = animeh
  232. animehw.C0 = CFrame.new(0, 8, -4) * CFrame.Angles(.5,0,0)
  233.  
  234. animehw.Parent = animeh
  235. animeh.Parent = Character
  236.  
  237. local Gui = Instance.new("SurfaceGui")
  238. Gui.Face = "Back"
  239. Gui.Adornee = Screen
  240. Gui.Parent = Screen
  241.  
  242. local Text = Instance.new("TextBox")
  243. Text.BackgroundTransparency = 1
  244. Text.Position = UDim2.new(0, 0, 0, 0)
  245. Text.Size = UDim2.new(1, 0, 1, 0)
  246. Text.TextColor3 = Color3.new(1, 1, 1)
  247. Text.Font = Enum.Font.Code
  248. Text.Active = false
  249. Text.MultiLine = true
  250. Text.TextWrapped = true
  251. Text.FontSize = Enum.FontSize.Size32
  252. Text.TextXAlignment = Enum.TextXAlignment.Left
  253. Text.TextYAlignment = Enum.TextYAlignment.Top
  254. Text.Text = ""
  255.  
  256. Text.Parent = Gui
  257.  
  258. ScreenWeld.Parent = Screen
  259. Screen.Parent = Character
  260.  
  261.  
  262.  
  263. local Screen2 = Instance.new("Part")
  264. Screen2.BrickColor = BrickColor.new("Really black")
  265. Screen2.Material = Enum.Material.Neon
  266. Screen2.Transparency = 0.6
  267. Screen2.Size = Vector3.new(6, 4, 0)
  268. Screen2.CanCollide = false
  269. Screen2.Locked = true
  270.  
  271. Smooth(Screen2)
  272.  
  273. local Screen2Weld = Instance.new("Weld")
  274. Screen2Weld.Part0 = Torso
  275. Screen2Weld.Part1 = Screen2
  276. Screen2Weld.C0 = CFrame.new(5.4, 3.4, -1.5) * CFrame.Angles(0.1, -0.9, 0)
  277.  
  278. local Gui2 = Instance.new("SurfaceGui")
  279. Gui2.Face = "Back"
  280. Gui2.Adornee = Screen2
  281. Gui2.Parent = Screen2
  282.  
  283. local Text2 = Instance.new("TextBox")
  284. Text2.BackgroundTransparency = 1
  285. Text2.Position = UDim2.new(0, 0, 0, 0)
  286. Text2.Size = UDim2.new(1, 0, 1, 0)
  287. Text2.TextColor3 = Color3.new(0, 1, 0)
  288. Text2.Font = Enum.Font.Code
  289. Text2.Active = false
  290. Text2.MultiLine = true
  291. Text2.TextWrapped = true
  292. Text2.FontSize = Enum.FontSize.Size32
  293. Text2.TextXAlignment = Enum.TextXAlignment.Left
  294. Text2.TextYAlignment = Enum.TextYAlignment.Top
  295. Text2.Text = ""
  296.  
  297. Text2.Parent = Gui2
  298.  
  299. local ImageKey = Instance.new("ImageLabel")
  300. ImageKey.BackgroundTransparency = 1
  301. ImageKey.Size = UDim2.new(0.2, 0, 0.2, 0)
  302. ImageKey.Position = UDim2.new(0.4, 0, 0.4, 0)
  303. ImageKey.Image = "http://www.roblox.com/asset/?id=0"
  304. ImageKey.ImageTransparency = 1
  305. ImageKey.Parent = Gui2
  306.  
  307. Screen2Weld.Parent = Screen2
  308. Screen2.Parent = Character
  309.  
  310.  
  311.  
  312. local Screen3 = Instance.new("Part")
  313. Screen3.BrickColor = BrickColor.new("Really black")
  314. Screen3.Material = Enum.Material.Neon
  315. Screen3.Transparency = 0.6
  316. Screen3.Size = Vector3.new(6, 4, 0)
  317. Screen3.CanCollide = false
  318. Screen3.Locked = true
  319.  
  320. local dekal = Instance.new("Decal",Screen3)
  321. dekal.Texture = "http://www.roblox.com/asset/?id=0"
  322. dekal.Transparency = 0.15
  323. dekal.Face = "Back"
  324.  
  325. Smooth(Screen3)
  326.  
  327. local Screen3Weld = Instance.new("Weld")
  328. Screen3Weld.Part0 = Torso
  329. Screen3Weld.Part1 = Screen3
  330. Screen3Weld.C0 = CFrame.new(-5.4, 3.4, -1.5) * CFrame.Angles(0.1, 0.9, 0)
  331.  
  332. local Gui3 = Instance.new("SurfaceGui")
  333. Gui3.Face = "Back"
  334. Gui3.Adornee = Screen3
  335. Gui3.Parent = Screen3
  336.  
  337. local Map = Instance.new("ImageLabel")
  338. Map.BackgroundTransparency = 1
  339. Map.Position = UDim2.new(0, 0, 0, 0)
  340. Map.Size = UDim2.new(1, 0, 1, 0)
  341. Map.Image = "http://www.roblox.com/asset/?id=121661614"
  342.  
  343. Map.Parent = Gui3
  344.  
  345. Screen3Weld.Parent = Screen3
  346. Screen3.Parent = Character
  347.  
  348. UserInputService.InputBegan:Connect(function(Input, Processed)
  349. if Processed then return end
  350.  
  351. if Input.UserInputType == Enum.UserInputType.Keyboard then
  352. local KeyCode = Input.KeyCode
  353.  
  354. if KeyCode == Enum.KeyCode.E then
  355. Typing = not Typing
  356. end
  357. end
  358. end)
  359.  
  360.  
  361.  
  362. RunService.Heartbeat:Connect(function()
  363. local Sine = math.sin(tick() * 8) / 8
  364.  
  365. ImageKey.ImageTransparency = math.abs(math.sin(tick()))
  366.  
  367. if Typing then
  368. if math.random(5) == 1 then
  369. local PressSound = Instance.new("Sound")
  370. PressSound.SoundId = "rbxassetid://265970978"
  371. PressSound.Pitch = 0.5 + math.random() / 5
  372. PressSound.Volume = 3
  373. PressSound.Parent = Keyboard
  374. PressSound:Play()
  375.  
  376. game:GetService("Debris"):AddItem(PressSound, 1 / 2)
  377. end
  378.  
  379. Neck.C0 = CFrame.new(0, 1, 0) * CFrame.Angles(-0.2 + Sine / 4, (math.random() - 0.5) / 2, 0)
  380.  
  381. RightShoulder.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. LeftShoulder.C0 = CFrame.new(-1, 0.6 + math.random() / 4, -math.random() * 0.7)
  385. * CFrame.Angles(1.5 - Sine * math.random(), Sine / 4, 0.5 + 2 * Sine * math.random())
  386.  
  387. if math.random(2) == 1 then
  388. if TypingSub < #Argument then
  389. TypingSub = TypingSub + 1
  390. Text.Text = Text.Text..Argument:sub(TypingSub, TypingSub)
  391.  
  392. local nl = Text.Text:find("\n")
  393.  
  394. if nl and #Text.Text > 400 then
  395. Text.Text = Text.Text:sub(nl + 1)
  396. end
  397.  
  398. else
  399. TypingSub = 1
  400. end
  401. end
  402.  
  403. if math.random(3) == 1 then
  404. if TypingSub2 < #Code then
  405. TypingSub2 = TypingSub2 + 1
  406. Text2.Text = Text2.Text..Code:sub(TypingSub2, TypingSub2)
  407.  
  408. local nl = Text2.Text:find("\n")
  409.  
  410. if nl and #Text2.Text > 400 then
  411. Text2.Text = Text2.Text:sub(nl + 1)
  412. end
  413.  
  414. else
  415. TypingSub2 = 1
  416. end
  417. end
  418.  
  419. else
  420. Neck.C0 = CFrame.new(0, 1, 0)
  421.  
  422. RightShoulder.C0 = CFrame.new(1, 0.5, 0) * CFrame.Angles(1.5, 0, 0)
  423. LeftShoulder.C0 = CFrame.new(-1, 0.5, 0) * CFrame.Angles(1.5, 0, 0)
  424. end
  425. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement