Advertisement
Guest User

test xdddddddddddd

a guest
Aug 25th, 2018
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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. -- Opening DiscordApp.exe
  40.  
  41. Connecting...
  42.  
  43. Connected!
  44.  
  45. Logging in...
  46.  
  47. USERNAME: PastelTheSylveon#1234
  48. PASSWORD: ********
  49.  
  50.  
  51. Discord Server Database Connecting...
  52.  
  53.  
  54. Connected!
  55.  
  56. Local Nitro = True
  57.  
  58. Unlocking nitro features...
  59.  
  60. Unlocked!
  61.  
  62. Local Hypesquad = True
  63.  
  64. Hypesquad_House = Balance
  65.  
  66. Unlocking Hypesquad features...
  67.  
  68. Unlocked!
  69.  
  70. Local NewToDiscord = false
  71.  
  72. Local Deleted = false
  73.  
  74. Discord successfully opened!
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85. This has been going on for a while, ill restart the text.
  86.  
  87. .
  88. ..
  89. ...
  90. ..
  91. .
  92. ]]
  93.  
  94.  
  95. local Argument = [[
  96.  
  97. Discord> Loading...
  98.  
  99. Discord> Loaded!
  100.  
  101. Megumin (Winturz)> HI SAK!
  102.  
  103. You> Hey! Hows it going?
  104.  
  105. Megumin (Winturz)> Gud.
  106.  
  107. Megumin (Winturz)> Les call.
  108.  
  109. You> Sure!
  110.  
  111. Discord> Voice call started.
  112.  
  113. Narrator> One Voice call later.
  114.  
  115. You> Gtg, Brb
  116.  
  117. Megumin (Winturz)> K
  118.  
  119. You> *Clicks off of chat*
  120.  
  121. You (Mind)> Imma go to my server.
  122.  
  123. You> *Goes to Sylveon Hangout!*
  124.  
  125. You> *Clicks on #lounge*
  126.  
  127. You> Oh wait, This chat is dead!
  128.  
  129. You> @everyone
  130.  
  131. Everyone> REEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE
  132.  
  133. You> *Goes to #bot-commands
  134.  
  135. Pokecord> Congrats PastelTheSylveon! Your "Pastel" has reached level 100!
  136.  
  137. You> Yes! Finally.
  138.  
  139. You> Well, i think thats enough discord for today.
  140.  
  141. You> *Logs off of discord and goes to bed*
  142.  
  143. ]]
  144.  
  145.  
  146.  
  147. game.Lighting.GlobalShadows = false
  148. game.Lighting.Brightness = 0.25
  149.  
  150.  
  151. local function Smooth(Part)
  152. Part.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  153. Part.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  154. Part.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  155. Part.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  156. Part.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  157. Part.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  158. end
  159.  
  160.  
  161. local function SetLine(Line, Alpha, Beta)
  162. local dx = Alpha.Position.X.Scale - Beta.Position.X.Scale
  163. local dy = Alpha.Position.Y.Scale - Beta.Position.Y.Scale
  164. local Magnitude = math.sqrt(dx^2 + dy^2)
  165.  
  166. Line.Size = UDim2.new(Magnitude, 0, 0, 8)
  167. Line.Position = Alpha.Position:Lerp(Beta.Position, 0.5)
  168. Line.Rotation = math.deg(math.atan2(dy, dx))
  169. end
  170.  
  171.  
  172. local Keyboard = Instance.new("Part")
  173. Keyboard.BrickColor = BrickColor.new("Lsvender")
  174. Keyboard.Material = Enum.Material.Neon
  175. Keyboard.Transparency = 0.6
  176. Keyboard.Size = Vector3.new(5, 0, 2)
  177. Keyboard.CanCollide = false
  178. Keyboard.Locked = true
  179.  
  180. Smooth(Keyboard)
  181.  
  182. local KeyboardWeld = Instance.new("Weld")
  183. KeyboardWeld.Part0 = Torso
  184. KeyboardWeld.Part1 = Keyboard
  185. KeyboardWeld.C0 = CFrame.new(0, 0.2, -2) * CFrame.Angles(0.3, 0, 0)
  186.  
  187. KeyboardWeld.Parent = Keyboard
  188. Keyboard.Parent = Character
  189.  
  190.  
  191. local Light = Instance.new("PointLight")
  192. Light.Brightness = 1.5
  193. Light.Range = 12
  194. Light.Parent = Keyboard
  195.  
  196.  
  197. local Screen = Instance.new("Part")
  198. Screen.BrickColor = BrickColor.new("Royal purple")
  199. Screen.Material = Enum.Material.Neon
  200. Screen.Transparency = 0.6
  201. Screen.Size = Vector3.new(6, 4, 0)
  202. Screen.CanCollide = false
  203. Screen.Locked = true
  204.  
  205. Smooth(Screen)
  206.  
  207. local ScreenWeld = Instance.new("Weld")
  208. ScreenWeld.Part0 = Torso
  209. ScreenWeld.Part1 = Screen
  210. ScreenWeld.C0 = CFrame.new(0, 3.5, -4.5) * CFrame.Angles(0.1, 0, 0)
  211.  
  212. local animeh = Instance.new("Part")
  213. animeh.BrickColor = BrickColor.new("Royal purple")
  214. animeh.Material = Enum.Material.Neon
  215. animeh.Transparency = 0.6
  216. animeh.Size = Vector3.new(6, 4, 0)
  217. animeh.CanCollide = false
  218. animeh.Locked = true
  219.  
  220. local dekal = Instance.new("Decal",animeh)
  221. dekal.Texture = "http://www.roblox.com/asset/?id=626650325"
  222. dekal.Transparency = 0.15
  223. dekal.Face = "Back"
  224.  
  225. Smooth(animeh)
  226.  
  227. local animehw = Instance.new("Weld")
  228. animehw.Part0 = Torso
  229. animehw.Part1 = animeh
  230. animehw.C0 = CFrame.new(0, 8, -4) * CFrame.Angles(.5,0,0)
  231.  
  232. animehw.Parent = animeh
  233. animeh.Parent = Character
  234.  
  235. local Gui = Instance.new("SurfaceGui")
  236. Gui.Face = "Back"
  237. Gui.Adornee = Screen
  238. Gui.Parent = Screen
  239.  
  240. local Text = Instance.new("TextBox")
  241. Text.BackgroundTransparency = 1
  242. Text.Position = UDim2.new(0, 0, 0, 0)
  243. Text.Size = UDim2.new(1, 0, 1, 0)
  244. Text.TextColor3 = Color3.new(1, 1, 1)
  245. Text.Font = Enum.Font.Code
  246. Text.Active = false
  247. Text.MultiLine = true
  248. Text.TextWrapped = true
  249. Text.FontSize = Enum.FontSize.Size32
  250. Text.TextXAlignment = Enum.TextXAlignment.Left
  251. Text.TextYAlignment = Enum.TextYAlignment.Top
  252. Text.Text = ""
  253.  
  254. Text.Parent = Gui
  255.  
  256. ScreenWeld.Parent = Screen
  257. Screen.Parent = Character
  258.  
  259.  
  260.  
  261. local Screen2 = Instance.new("Part")
  262. Screen2.BrickColor = BrickColor.new("Really black")
  263. Screen2.Material = Enum.Material.Neon
  264. Screen2.Transparency = 0.6
  265. Screen2.Size = Vector3.new(6, 4, 0)
  266. Screen2.CanCollide = false
  267. Screen2.Locked = true
  268.  
  269. Smooth(Screen2)
  270.  
  271. local Screen2Weld = Instance.new("Weld")
  272. Screen2Weld.Part0 = Torso
  273. Screen2Weld.Part1 = Screen2
  274. Screen2Weld.C0 = CFrame.new(5.4, 3.4, -1.5) * CFrame.Angles(0.1, -0.9, 0)
  275.  
  276. local Gui2 = Instance.new("SurfaceGui")
  277. Gui2.Face = "Back"
  278. Gui2.Adornee = Screen2
  279. Gui2.Parent = Screen2
  280.  
  281. local Text2 = Instance.new("TextBox")
  282. Text2.BackgroundTransparency = 1
  283. Text2.Position = UDim2.new(0, 0, 0, 0)
  284. Text2.Size = UDim2.new(1, 0, 1, 0)
  285. Text2.TextColor3 = Color3.new(0, 1, 0)
  286. Text2.Font = Enum.Font.Code
  287. Text2.Active = false
  288. Text2.MultiLine = true
  289. Text2.TextWrapped = true
  290. Text2.FontSize = Enum.FontSize.Size32
  291. Text2.TextXAlignment = Enum.TextXAlignment.Left
  292. Text2.TextYAlignment = Enum.TextYAlignment.Top
  293. Text2.Text = ""
  294.  
  295. Text2.Parent = Gui2
  296.  
  297. local ImageKey = Instance.new("ImageLabel")
  298. ImageKey.BackgroundTransparency = 1
  299. ImageKey.Size = UDim2.new(0.2, 0, 0.2, 0)
  300. ImageKey.Position = UDim2.new(0.4, 0, 0.4, 0)
  301. ImageKey.Image = "http://www.roblox.com/asset/?id=0"
  302. ImageKey.ImageTransparency = 1
  303. ImageKey.Parent = Gui2
  304.  
  305. Screen2Weld.Parent = Screen2
  306. Screen2.Parent = Character
  307.  
  308.  
  309.  
  310. local Screen3 = Instance.new("Part")
  311. Screen3.BrickColor = BrickColor.new("Royal purple")
  312. Screen3.Material = Enum.Material.Neon
  313. Screen3.Transparency = 0.6
  314. Screen3.Size = Vector3.new(6, 4, 0)
  315. Screen3.CanCollide = false
  316. Screen3.Locked = true
  317.  
  318. local dekal = Instance.new("Decal",Screen3)
  319. dekal.Texture = "http://www.roblox.com/asset/?id=0"
  320. dekal.Transparency = 0.15
  321. dekal.Face = "Back"
  322.  
  323. Smooth(Screen3)
  324.  
  325. local Screen3Weld = Instance.new("Weld")
  326. Screen3Weld.Part0 = Torso
  327. Screen3Weld.Part1 = Screen3
  328. Screen3Weld.C0 = CFrame.new(-5.4, 3.4, -1.5) * CFrame.Angles(0.1, 0.9, 0)
  329.  
  330. local Gui3 = Instance.new("SurfaceGui")
  331. Gui3.Face = "Back"
  332. Gui3.Adornee = Screen3
  333. Gui3.Parent = Screen3
  334.  
  335. local Map = Instance.new("ImageLabel")
  336. Map.BackgroundTransparency = 1
  337. Map.Position = UDim2.new(0, 0, 0, 0)
  338. Map.Size = UDim2.new(1, 0, 1, 0)
  339. Map.Image = "http://www.roblox.com/asset/?id=121661614"
  340.  
  341. Map.Parent = Gui3
  342.  
  343. Screen3Weld.Parent = Screen3
  344. Screen3.Parent = Character
  345.  
  346. UserInputService.InputBegan:Connect(function(Input, Processed)
  347. if Processed then return end
  348.  
  349. if Input.UserInputType == Enum.UserInputType.Keyboard then
  350. local KeyCode = Input.KeyCode
  351.  
  352. if KeyCode == Enum.KeyCode.E then
  353. Typing = not Typing
  354. end
  355. end
  356. end)
  357.  
  358.  
  359.  
  360. RunService.Heartbeat:Connect(function()
  361. local Sine = math.sin(tick() * 8) / 8
  362.  
  363. ImageKey.ImageTransparency = math.abs(math.sin(tick()))
  364.  
  365. if Typing then
  366. if math.random(5) == 1 then
  367. local PressSound = Instance.new("Sound")
  368. PressSound.SoundId = "rbxassetid://265970978"
  369. PressSound.Pitch = 0.5 + math.random() / 5
  370. PressSound.Volume = 3
  371. PressSound.Parent = Keyboard
  372. PressSound:Play()
  373.  
  374. game:GetService("Debris"):AddItem(PressSound, 1 / 2)
  375. end
  376.  
  377. Neck.C0 = CFrame.new(0, 1, 0) * CFrame.Angles(-0.2 + Sine / 4, (math.random() - 0.5) / 2, 0)
  378.  
  379. RightShoulder.C0 = CFrame.new(1, 0.6 + math.random() / 4, -math.random() * 0.7)
  380. * CFrame.Angles(1.5 + Sine * math.random(), -Sine / 4, -(0.5 + 2 * Sine * math.random()))
  381.  
  382. LeftShoulder.C0 = CFrame.new(-1, 0.6 + math.random() / 4, -math.random() * 0.7)
  383. * CFrame.Angles(1.5 - Sine * math.random(), Sine / 4, 0.5 + 2 * Sine * math.random())
  384.  
  385. if math.random(2) == 1 then
  386. if TypingSub < #Argument then
  387. TypingSub = TypingSub + 1
  388. Text.Text = Text.Text..Argument:sub(TypingSub, TypingSub)
  389.  
  390. local nl = Text.Text:find("\n")
  391.  
  392. if nl and #Text.Text > 400 then
  393. Text.Text = Text.Text:sub(nl + 1)
  394. end
  395.  
  396. else
  397. TypingSub = 1
  398. end
  399. end
  400.  
  401. if math.random(3) == 1 then
  402. if TypingSub2 < #Code then
  403. TypingSub2 = TypingSub2 + 1
  404. Text2.Text = Text2.Text..Code:sub(TypingSub2, TypingSub2)
  405.  
  406. local nl = Text2.Text:find("\n")
  407.  
  408. if nl and #Text2.Text > 400 then
  409. Text2.Text = Text2.Text:sub(nl + 1)
  410. end
  411.  
  412. else
  413. TypingSub2 = 1
  414. end
  415. end
  416.  
  417. else
  418. Neck.C0 = CFrame.new(0, 1, 0)
  419.  
  420. RightShoulder.C0 = CFrame.new(1, 0.5, 0) * CFrame.Angles(1.5, 0, 0)
  421. LeftShoulder.C0 = CFrame.new(-1, 0.5, 0) * CFrame.Angles(1.5, 0, 0)
  422. end
  423. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement