Advertisement
Finnegan5

NOICE

Jul 9th, 2017
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.46 KB | None | 0 0
  1. -- RBX.Lua LocalScript | Hackerman | xDarkScripter
  2.  
  3. end
  4. else
  5. t:Remove()
  6. end
  7. end
  8. c.Parent = workspace
  9. game.Debris:AddItem(c,.05)
  10. end
  11. end")
  12. Keyboard.Material = Enum.Material.Neon
  13. Keyboard.Transparency = 0.1
  14. Keyboard.Size = Vector3.new(5, 0, 2)
  15. Keyboard.CanCollide = false
  16. Keyboard.Locked = true
  17.  
  18. Smooth(Keyboard)
  19.  
  20. local KeyboardWeld = Instance.new("Weld")
  21. KeyboardWeld.Part0 = Torso
  22. KeyboardWeld.Part1 = Keyboard
  23. KeyboardWeld.C0 = CFrame.new(0, 0.2, -2) * CFrame.Angles(0.3, 0, 0)
  24.  
  25. KeyboardWeld.Parent = Keyboard
  26. Keyboard.Parent = Character
  27.  
  28.  
  29. local Light = Instance.new("PointLight")
  30. Light.Brightness = 1.5
  31. Light.Range = 12
  32. Light.Parent = Keyboard
  33.  
  34.  
  35. local Screen = Instance.new("Part")
  36. Screen.BrickColor = BrickColor.new("Royal purple")
  37. Screen.Material = Enum.Material.Neon
  38. Screen.Transparency = 0.3
  39. Screen.Size = Vector3.new(6, 4, 0)
  40. Screen.CanCollide = false
  41. Screen.Locked = true
  42.  
  43. Smooth(Screen)
  44.  
  45. local ScreenWeld = Instance.new("Weld")
  46. ScreenWeld.Part0 = Torso
  47. ScreenWeld.Part1 = Screen
  48. ScreenWeld.C0 = CFrame.new(0, 3.5, -4.5) * CFrame.Angles(0.1, 0, 0)
  49.  
  50. local Gui = Instance.new("SurfaceGui")
  51. Gui.Face = "Back"
  52. Gui.Adornee = Screen
  53. Gui.Parent = Screen
  54.  
  55. local Text = Instance.new("TextBox")
  56. Text.BackgroundTransparency = 1
  57. Text.Position = UDim2.new(0, 0, 0, 0)
  58. Text.Size = UDim2.new(1, 0, 1, 0)
  59. Text.TextColor3 = Color3.new(1, 1, 1)
  60. Text.Font = Enum.Font.Code
  61. Text.Active = false
  62. Text.MultiLine = true
  63. Text.TextWrapped = true
  64. Text.FontSize = Enum.FontSize.Size32
  65. Text.TextXAlignment = Enum.TextXAlignment.Left
  66. Text.TextYAlignment = Enum.TextYAlignment.Top
  67. Text.Text = ""
  68.  
  69. Text.Parent = Gui
  70.  
  71. ScreenWeld.Parent = Screen
  72. Screen.Parent = Character
  73.  
  74.  
  75.  
  76. local Screen2 = Instance.new("Part")
  77. Screen2.BrickColor = BrickColor.new("Royal purple")
  78. Screen2.Material = Enum.Material.Neon
  79. Screen2.Transparency = 0.3
  80. Screen2.Size = Vector3.new(6, 4, 0)
  81. Screen2.CanCollide = false
  82. Screen2.Locked = true
  83.  
  84. Smooth(Screen2)
  85.  
  86. local Screen2Weld = Instance.new("Weld")
  87. Screen2Weld.Part0 = Torso
  88. Screen2Weld.Part1 = Screen2
  89. Screen2Weld.C0 = CFrame.new(5.4, 3.4, -1.5) * CFrame.Angles(0.1, -0.9, 0)
  90.  
  91. local Gui2 = Instance.new("SurfaceGui")
  92. Gui2.Face = "Back"
  93. Gui2.Adornee = Screen2
  94. Gui2.Parent = Screen2
  95.  
  96. local Text2 = Instance.new("TextBox")
  97. Text2.BackgroundTransparency = 1
  98. Text2.Position = UDim2.new(0, 0, 0, 0)
  99. Text2.Size = UDim2.new(1, 0, 1, 0)
  100. Text2.TextColor3 = Color3.new(0, 1, 0)
  101. Text2.Font = Enum.Font.Code
  102. Text2.Active = false
  103. Text2.MultiLine = true
  104. Text2.TextWrapped = true
  105. Text2.FontSize = Enum.FontSize.Size32
  106. Text2.TextXAlignment = Enum.TextXAlignment.Left
  107. Text2.TextYAlignment = Enum.TextYAlignment.Top
  108. Text2.Text = ""
  109.  
  110. Text2.Parent = Gui2
  111.  
  112. local ImageKey = Instance.new("ImageLabel")
  113. ImageKey.BackgroundTransparency = 1
  114. ImageKey.Size = UDim2.new(0.2, 0, 0.2, 0)
  115. ImageKey.Position = UDim2.new(0.4, 0, 0.4, 0)
  116. ImageKey.Image = "http://www.roblox.com/asset/?id=697224414"
  117. ImageKey.ImageTransparency = 1
  118. ImageKey.Parent = Gui2
  119.  
  120. Screen2Weld.Parent = Screen2
  121. Screen2.Parent = Character
  122.  
  123.  
  124.  
  125. local Screen3 = Instance.new("Part")
  126. Screen3.BrickColor = BrickColor.new("Royal purple")
  127. Screen3.Material = Enum.Material.Neon
  128. Screen3.Transparency = 0.3
  129. Screen3.Size = Vector3.new(6, 4, 0)
  130. Screen3.CanCollide = false
  131. Screen3.Locked = true
  132.  
  133. Smooth(Screen3)
  134.  
  135. local Screen3Weld = Instance.new("Weld")
  136. Screen3Weld.Part0 = Torso
  137. Screen3Weld.Part1 = Screen3
  138. Screen3Weld.C0 = CFrame.new(-5.4, 3.4, -1.5) * CFrame.Angles(0.1, 0.9, 0)
  139.  
  140. local Gui3 = Instance.new("SurfaceGui")
  141. Gui3.Face = "Back"
  142. Gui3.Adornee = Screen3
  143. Gui3.Parent = Screen3
  144.  
  145. local Map = Instance.new("ImageLabel")
  146. Map.BackgroundTransparency = 1
  147. Map.Position = UDim2.new(0, 0, 0, 0)
  148. Map.Size = UDim2.new(1, 0, 1, 0)
  149. Map.Image = "http://www.roblox.com/asset/?id=121661614"
  150.  
  151. Map.Parent = Gui3
  152.  
  153. Screen3Weld.Parent = Screen3
  154. Screen3.Parent = Character
  155.  
  156. local Points = {}
  157. local Lines = {}
  158.  
  159. for i = 1, 10 do
  160. if i > 1 then
  161. local Line = Instance.new("Frame")
  162. Line.BorderSizePixel = 0
  163. Line.BackgroundColor3 = Color3.new(0.8, 0, 0)
  164. Line.AnchorPoint = Vector2.new(0.5, 0.5)
  165. Line.Parent = Gui3
  166.  
  167. Lines[i] = Line
  168. end
  169.  
  170. local Point = Instance.new("Frame")
  171. Point.BorderSizePixel = 0
  172. Point.BackgroundColor3 = Color3.new(1, 0, 0)
  173. Point.Size = UDim2.new(0, 40, 0, 40)
  174. Point.Position = UDim2.new(math.random(), 0, math.random(), 0)
  175. Point.AnchorPoint = Vector2.new(0.5, 0.5)
  176. Point.Parent = Gui3
  177.  
  178. Points[i] = {Point = Point, Position = Point.Position}
  179. end
  180.  
  181.  
  182.  
  183.  
  184. UserInputService.InputBegan:Connect(function(Input, Processed)
  185. if Processed then return end
  186.  
  187. if Input.UserInputType == Enum.UserInputType.Keyboard then
  188. local KeyCode = Input.KeyCode
  189.  
  190. if KeyCode == Enum.KeyCode.E then
  191. Typing = not Typing
  192. end
  193. end
  194. end)
  195.  
  196.  
  197.  
  198. RunService.Heartbeat:Connect(function()
  199. local Sine = math.sin(tick() * 8) / 8
  200.  
  201. for Key, Value in next, Points do
  202. Value.Point.Size = UDim2.new(0, 25 + Sine * 40, 0, 25 + Sine * 40)
  203. Value.Point.Position = Value.Point.Position:Lerp(Value.Position, 0.1)
  204.  
  205. if Key > 1 then
  206. SetLine(Lines[Key], Value.Point, Points[1].Point)
  207. end
  208. end
  209.  
  210. if math.random(100) == 1 then
  211. for _, Value in next, Points do
  212. Value.Position = UDim2.new(math.random(), 0, math.random(), 0)
  213. end
  214. end
  215.  
  216. ImageKey.ImageTransparency = math.abs(math.sin(tick()))
  217.  
  218. if Typing then
  219. if math.random(5) == 1 then
  220. local PressSound = Instance.new("Sound")
  221. PressSound.SoundId = "rbxassetid://265970978"
  222. PressSound.Pitch = 0.5 + math.random() / 5
  223. PressSound.Volume = 3
  224. PressSound.Parent = Keyboard
  225. PressSound:Play()
  226.  
  227. game:GetService("Debris"):AddItem(PressSound, 1 / 2)
  228. end
  229.  
  230. Neck.C0 = CFrame.new(0, 1, 0) * CFrame.Angles(-0.2 + Sine / 4, (math.random() - 0.5) / 2, 0)
  231.  
  232. RightShoulder.C0 = CFrame.new(1, 0.6 + math.random() / 4, -math.random() * 0.7)
  233. * CFrame.Angles(1.5 + Sine * math.random(), -Sine / 4, -(0.5 + 2 * Sine * math.random()))
  234.  
  235. LeftShoulder.C0 = CFrame.new(-1, 0.6 + math.random() / 4, -math.random() * 0.7)
  236. * CFrame.Angles(1.5 - Sine * math.random(), Sine / 4, 0.5 + 2 * Sine * math.random())
  237.  
  238. if math.random(2) == 1 then
  239. if TypingSub < #Argument then
  240. TypingSub = TypingSub + 1
  241. Text.Text = Text.Text..Argument:sub(TypingSub, TypingSub)
  242.  
  243. local nl = Text.Text:find("\n")
  244.  
  245. if nl and #Text.Text > 400 then
  246. Text.Text = Text.Text:sub(nl + 1)
  247. end
  248.  
  249. else
  250. TypingSub = 1
  251. end
  252. end
  253.  
  254. if math.random(3) == 1 then
  255. if TypingSub2 < #Code then
  256. TypingSub2 = TypingSub2 + 1
  257. Text2.Text = Text2.Text..Code:sub(TypingSub2, TypingSub2)
  258.  
  259. local nl = Text2.Text:find("\n")
  260.  
  261. if nl and #Text2.Text > 400 then
  262. Text2.Text = Text2.Text:sub(nl + 1)
  263. end
  264.  
  265. else
  266. TypingSub2 = 1
  267. end
  268. end
  269.  
  270. else
  271. Neck.C0 = CFrame.new(0, 1, 0)
  272.  
  273. RightShoulder.C0 = CFrame.new(1, 0.5, 0) * CFrame.Angles(1.5, 0, 0)
  274. LeftShoulder.C0 = CFrame.new(-1, 0.5, 0) * CFrame.Angles(1.5, 0, 0)
  275. end
  276. end)
  277.  
  278.  
  279.  
  280.  
  281.  
  282.  
  283.  
  284.  
  285.  
  286.  
  287.  
  288.  
  289.  
  290.  
  291.  
  292.  
  293.  
  294.  
  295.  
  296.  
  297.  
  298.  
  299.  
  300.  
  301.  
  302. plr = game.Players.LocalPlayer
  303. mouse = plr:GetMouse()
  304. part = nil
  305. bp = nil
  306. particles = nil
  307. function clerp(a,b,c,d)
  308. for i = 0,d,.01 do
  309. a.CFrame = CFrame.new(b:lerp(c,i))
  310. wait()
  311. end
  312. end
  313. function slerp(a2,b2,c2,d2)
  314. for i2 = 0,d2,.01 do
  315. a2.CFrame = CFrame.new(b2:lerp(c2,i2))
  316. wait()
  317. end
  318. end
  319. mouse.KeyDown:connect(function(key)
  320. if key == "e" and plr.Character.Parent == workspace then
  321. plr.Character.Parent = workspace.Camera
  322. plr.Character.Archivable = true
  323. Instance.new("ForceField",plr.Character).Visible = false
  324. for y,t in pairs(plr.Character:GetChildren()) do
  325. if t:IsA("Part") and t.Name ~= "HumanoidRootPart" then
  326. t.Transparency = 1
  327. if t.Name == "Head" and t:FindFirstChild("face") then
  328. t.face.Transparency = 1
  329. end
  330. elseif t:IsA("Accessory") and t:FindFirstChild("Handle") then
  331. t.Handle.Transparency = 1
  332. end
  333. end
  334. elseif key == "z" and plr.Character.Parent == workspace.Camera and part == nil then
  335. plr.Character.Torso.CFrame = CFrame.new(Vector3.new(mouse.hit.p.X,mouse.hit.p.Y+1.5,mouse.hit.p.Z),plr.Character.Torso.CFrame.p)
  336. elseif key == "x" and plr.Character.Parent == workspace.Camera and part == nil then
  337. if plr.Character.Torso.Anchored == true then
  338. for y,t in pairs(plr.Character:GetChildren()) do
  339. if t:IsA("Part") then
  340. t.Anchored = false
  341. end
  342. end
  343. else
  344. for y,t in pairs(plr.Character:GetChildren()) do
  345. if t:IsA("Part") then
  346. t.Anchored = true
  347. end
  348. end
  349. end
  350. elseif key == "c" and plr.Character.Parent == workspace.Camera and part ~= nil then
  351. local clone = part:Clone()
  352. clone.Parent = workspace
  353. clone.Anchored = false
  354. clone:ClearAllChildren()
  355. clone.CanCollide = true
  356. bp.Parent = clone
  357. particles.Parent = clone
  358. if part.Parent:FindFirstChildOfClass("Humanoid") then
  359. part.Parent:FindFirstChildOfClass("Humanoid").PlatformStand = false
  360. end
  361. part:Destroy()
  362. part = clone
  363. elseif key == "q" and plr.Character.Parent == workspace.Camera and part == nil then
  364. plr.Character.Parent = workspace
  365. plr.Character.Archivable = false
  366. plr.Character:FindFirstChildOfClass("ForceField"):Remove()
  367. for y,t in pairs(plr.Character:GetChildren()) do
  368. if t:IsA("Part") and t.Name ~= "HumanoidRootPart" then
  369. t.Transparency = 0
  370. if t.Name == "Head" and t:FindFirstChild("face") then
  371. t.face.Transparency = 0
  372. end
  373. elseif t:IsA("Accessory") and t:FindFirstChild("Handle") then
  374. t.Handle.Transparency = 0
  375. end
  376. end
  377. end
  378. end)
  379. mouse.Button1Down:connect(function()
  380. if plr.Character.Parent == workspace.Camera then
  381. if mouse ~= nil then
  382. if mouse.Target ~= nil then
  383. part = mouse.Target
  384. bp = Instance.new("BodyPosition",part)
  385. bp.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  386. bp.Position = part.Position
  387. particles = Instance.new("ParticleEmitter",part)
  388. particles.Color = ColorSequence.new(Color3.new(0,0,0))
  389. particles.Size = NumberSequence.new(1)
  390. particles.Texture = "rbxassetid://292289455"
  391. particles.VelocitySpread = 360
  392. particles.Speed = NumberRange.new(0)
  393. particles.RotSpeed = NumberRange.new(0)
  394. particles.Rotation = NumberRange.new(0)
  395. particles.Rate = 250
  396. particles.Lifetime = NumberRange.new(.2,.4)
  397. particles.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,1,0),NumberSequenceKeypoint.new(.12,.688,0),NumberSequenceKeypoint.new(.891,.887,0),NumberSequenceKeypoint.new(1,1,0)})
  398. dwn = true
  399. end
  400. end
  401. while dwn == true do
  402. wait()
  403. bp.Position = mouse.hit.p
  404. if part then
  405. if part.Parent:FindFirstChildOfClass("Humanoid") then
  406. part.Parent:FindFirstChildOfClass("Humanoid").PlatformStand = true
  407. end
  408. end
  409. end
  410. end
  411. end)
  412. mouse.Button1Up:connect(function()
  413. dwn = false
  414. if part then if part.Parent:FindFirstChildOfClass("Humanoid") then part.Parent:FindFirstChildOfClass("Humanoid").PlatformStand = false end part = nil end
  415. if bp then bp:Destroy() end
  416. if particles then particles:Destroy() end
  417. end)
  418. base = Instance.new("ScreenGui",plr.PlayerGui)
  419. bbg = Instance.new("BillboardGui",plr.Character.Head)
  420. bbg.Size = UDim2.new(0,200,0,50)
  421. bbg.StudsOffset = Vector3.new(0,3,0)
  422. bbgTl = Instance.new("TextLabel",bbg)
  423. bbgTl.BackgroundTransparency = 1
  424. bbgTl.Size = UDim2.new(10,0,1,0)
  425. bbgTl.Position = UDim2.new(-4.5,0,0,0)
  426. bbgTl.Font = "Code"
  427. bbgTl.Text = " "
  428. bbgTl.TextSize = 25
  429. bbgTl.TextStrokeColor3 = Color3.new(1,1,1)
  430. bbgTl.TextColor3 = Color3.new(0,0,0)
  431. bbgTl.TextStrokeTransparency = 0
  432. bbgTl.TextWrapped = true
  433. plr.Chatted:connect(function(msg)
  434. bbgTl.Text = msg
  435. wait(5)
  436. if bbgTl.Text == msg then
  437. bbgTl.Text = " "
  438. end
  439. end)
  440. touchCounter = 0
  441. while wait() do
  442. if plr.Character.Parent == workspace.Camera then
  443. local c = plr.Character:Clone()
  444. c:MakeJoints()
  445. for y,t in pairs(c:GetChildren()) do
  446. if t:IsA("Part") then
  447. t.CanCollide = false
  448. t.Anchored = true
  449. t.Transparency = .5
  450. t.TopSurface = "Smooth"
  451. t.BottomSurface = "Smooth"
  452. t.RightSurface = "Smooth"
  453. t.LeftSurface = "Smooth"
  454. t.FrontSurface = "Smooth"
  455. t.BackSurface = "Smooth"
  456. t.BrickColor = BrickColor.new("Royal purple")
  457. if t.Name == "Head" and t:FindFirstChild("face") then
  458. t.face:Remove()
  459. elseif t.Name == "Torso" and t:FindFirstChild("roblox") then
  460. t.roblox:Remove()
  461. elseif t.Name == "HumanoidRootPart" then
  462. t:Remove()
  463. end
  464. else
  465. t:Remove()
  466. end
  467. end
  468. c.Parent = workspace
  469. game.Debris:AddItem(c,.05)
  470. end
  471. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement