SurgeonDoob

Ghost Typer.

Mar 20th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.72 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. >steal <user:ROBLOX> = <robux>
  41. >terminate <user:tusKOr661>
  42. >un-terminate <user:tusKOr661> || >send msg <msg_user:tusKOr661> <sorry wrong person>
  43. >terminate <game:Jailbreak>
  44. >ban10days <user:Badimo> || >send msg <msg_user:Badimo> <dont make overrated games>
  45. >freebuy <face:sneakystever>_<eyesofazurewrath>_<redglowingeyes>
  46. >freebuy <hat:ValkyrieHelm>_<WhiteSparkleTimeFedora>_<SovietUshanka>_<ChillCap>_<KittyEars>
  47. >freebuy <hair:TelamonHair>_<RedCartoonHair>_<BlondAnimeSuperStar>
  48. >freebuy <shirt:ThottiePatrol>_<WhiteTuxedoW/RedTie>_<NekoparaChocolaTop>
  49. >freebuy <pants:BandageWrapOutfit>_<NekoparaChocolaBottom>
  50. >freebuy <tshirt:thottiepatrol>_<words>_<GotRoot?>
  51. >close system and save || finish ||
  52. end
  53.  
  54.  
  55.  
  56.  
  57. ]]
  58.  
  59.  
  60. local Argument = [[
  61. Surgeon.Doob : Oi.
  62. Voidacity : Mh?
  63. Surgeon.Doob : I'll shutdown your game.
  64. Voidacity : Ye ye, Nice lie kid.
  65. Surgeon.Doob : I'm not joking.
  66. Voidacity : Oh wow!!! i'm so scared!!!
  67. Surgeon.Doob : I'll also delete your account.
  68. Voidacity : Of course.
  69. > Open delete device || >Insert output. ||
  70. > delete <user:Voidacity> || > send msg <msg:bye voidacity>
  71. * User : Voidacity has left the chat.
  72. Surgeon.Doob : Alrighty, now i can shutdown the game.
  73. * User : tusKOr661 has joined the chat *
  74. tusKOr661 : Hello.
  75. Surgeon.Doob : ?
  76. > ban <user:tusKOr661> || >shutdown <game:voidscriptbuilder(place1)> || >shutdown <game:voidscriptbuilder(place2)>
  77. * User : tusKOr661 has been banned from the chat *
  78. * The game has been shutdown [ The game is now terminated ]
  79. Surgeon.Doob : Welp Time to make my own script builder game where you can't abuse and all admins will be in the game. or mods. lol.
  80. ]]
  81.  
  82.  
  83.  
  84. game.Lighting.GlobalShadows = false
  85. game.Lighting.Brightness = 0.25
  86.  
  87.  
  88. local function Smooth(Part)
  89. Part.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  90. Part.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  91. Part.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  92. Part.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  93. Part.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  94. Part.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  95. end
  96.  
  97.  
  98. local function SetLine(Line, Alpha, Beta)
  99. local dx = Alpha.Position.X.Scale - Beta.Position.X.Scale
  100. local dy = Alpha.Position.Y.Scale - Beta.Position.Y.Scale
  101. local Magnitude = math.sqrt(dx^2 + dy^2)
  102.  
  103. Line.Size = UDim2.new(Magnitude, 0, 0, 8)
  104. Line.Position = Alpha.Position:Lerp(Beta.Position, 0.5)
  105. Line.Rotation = math.deg(math.atan2(dy, dx))
  106. end
  107.  
  108.  
  109. local Keyboard = Instance.new("Part")
  110. Keyboard.BrickColor = BrickColor.new("Really black")
  111. Keyboard.Material = Enum.Material.Neon
  112. Keyboard.Transparency = 0.1
  113. Keyboard.Size = Vector3.new(5, 0, 2)
  114. Keyboard.CanCollide = false
  115. Keyboard.Locked = true
  116.  
  117. Smooth(Keyboard)
  118.  
  119. local KeyboardWeld = Instance.new("Weld")
  120. KeyboardWeld.Part0 = Torso
  121. KeyboardWeld.Part1 = Keyboard
  122. KeyboardWeld.C0 = CFrame.new(0, 0.2, -2) * CFrame.Angles(0.3, 0, 0)
  123.  
  124. KeyboardWeld.Parent = Keyboard
  125. Keyboard.Parent = Character
  126.  
  127.  
  128. local Light = Instance.new("PointLight")
  129. Light.Brightness = 1.5
  130. Light.Range = 12
  131. Light.Parent = Keyboard
  132.  
  133.  
  134. local Screen = Instance.new("Part")
  135. Screen.BrickColor = BrickColor.new("Really black")
  136. Screen.Material = Enum.Material.Neon
  137. Screen.Transparency = 0.3
  138. Screen.Size = Vector3.new(6, 4, 0)
  139. Screen.CanCollide = false
  140. Screen.Locked = true
  141.  
  142. Smooth(Screen)
  143.  
  144. local ScreenWeld = Instance.new("Weld")
  145. ScreenWeld.Part0 = Torso
  146. ScreenWeld.Part1 = Screen
  147. ScreenWeld.C0 = CFrame.new(0, 3.5, -4.5) * CFrame.Angles(0.1, 0, 0)
  148.  
  149. local Gui = Instance.new("SurfaceGui")
  150. Gui.Face = "Back"
  151. Gui.Adornee = Screen
  152. Gui.Parent = Screen
  153.  
  154. local Text = Instance.new("TextBox")
  155. Text.BackgroundTransparency = 1
  156. Text.Position = UDim2.new(0, 0, 0, 0)
  157. Text.Size = UDim2.new(1, 0, 1, 0)
  158. Text.TextColor3 = Color3.new(1, 1, 1)
  159. Text.Font = Enum.Font.Code
  160. Text.Active = false
  161. Text.MultiLine = true
  162. Text.TextWrapped = true
  163. Text.FontSize = Enum.FontSize.Size32
  164. Text.TextXAlignment = Enum.TextXAlignment.Left
  165. Text.TextYAlignment = Enum.TextYAlignment.Top
  166. Text.Text = ""
  167.  
  168. Text.Parent = Gui
  169.  
  170. ScreenWeld.Parent = Screen
  171. Screen.Parent = Character
  172.  
  173.  
  174.  
  175. local Screen2 = Instance.new("Part")
  176. Screen2.BrickColor = BrickColor.new("Really black")
  177. Screen2.Material = Enum.Material.Neon
  178. Screen2.Transparency = 0.3
  179. Screen2.Size = Vector3.new(6, 4, 0)
  180. Screen2.CanCollide = false
  181. Screen2.Locked = true
  182.  
  183. Smooth(Screen2)
  184.  
  185. local Screen2Weld = Instance.new("Weld")
  186. Screen2Weld.Part0 = Torso
  187. Screen2Weld.Part1 = Screen2
  188. Screen2Weld.C0 = CFrame.new(5.4, 3.4, -1.5) * CFrame.Angles(0.1, -0.9, 0)
  189.  
  190. local Gui2 = Instance.new("SurfaceGui")
  191. Gui2.Face = "Back"
  192. Gui2.Adornee = Screen2
  193. Gui2.Parent = Screen2
  194.  
  195. local Text2 = Instance.new("TextBox")
  196. Text2.BackgroundTransparency = 1
  197. Text2.Position = UDim2.new(0, 0, 0, 0)
  198. Text2.Size = UDim2.new(1, 0, 1, 0)
  199. Text2.TextColor3 = Color3.new(0, 1, 0)
  200. Text2.Font = Enum.Font.Code
  201. Text2.Active = false
  202. Text2.MultiLine = true
  203. Text2.TextWrapped = true
  204. Text2.FontSize = Enum.FontSize.Size32
  205. Text2.TextXAlignment = Enum.TextXAlignment.Left
  206. Text2.TextYAlignment = Enum.TextYAlignment.Top
  207. Text2.Text = ""
  208.  
  209. Text2.Parent = Gui2
  210.  
  211. local ImageKey = Instance.new("ImageLabel")
  212. ImageKey.BackgroundTransparency = 1
  213. ImageKey.Size = UDim2.new(0.2, 0, 0.2, 0)
  214. ImageKey.Position = UDim2.new(0.4, 0, 0.4, 0)
  215. ImageKey.Image = "http://www.roblox.com/asset/?id=697224414"
  216. ImageKey.ImageTransparency = 1
  217. ImageKey.Parent = Gui2
  218.  
  219. Screen2Weld.Parent = Screen2
  220. Screen2.Parent = Character
  221.  
  222.  
  223.  
  224. local Screen3 = Instance.new("Part")
  225. Screen3.BrickColor = BrickColor.new("Really black")
  226. Screen3.Material = Enum.Material.Neon
  227. Screen3.Transparency = 0.3
  228. Screen3.Size = Vector3.new(6, 4, 0)
  229. Screen3.CanCollide = false
  230. Screen3.Locked = true
  231.  
  232. Smooth(Screen3)
  233.  
  234. local Screen3Weld = Instance.new("Weld")
  235. Screen3Weld.Part0 = Torso
  236. Screen3Weld.Part1 = Screen3
  237. Screen3Weld.C0 = CFrame.new(-5.4, 3.4, -1.5) * CFrame.Angles(0.1, 0.9, 0)
  238.  
  239. local Gui3 = Instance.new("SurfaceGui")
  240. Gui3.Face = "Back"
  241. Gui3.Adornee = Screen3
  242. Gui3.Parent = Screen3
  243.  
  244. local Map = Instance.new("ImageLabel")
  245. Map.BackgroundTransparency = 1
  246. Map.Position = UDim2.new(0, 0, 0, 0)
  247. Map.Size = UDim2.new(1, 0, 1, 0)
  248. Map.Image = "http://www.roblox.com/asset/?id=121661614"
  249.  
  250. Map.Parent = Gui3
  251.  
  252. Screen3Weld.Parent = Screen3
  253. Screen3.Parent = Character
  254.  
  255. local Points = {}
  256. local Lines = {}
  257.  
  258. for i = 1, 10 do
  259. if i > 1 then
  260. local Line = Instance.new("Frame")
  261. Line.BorderSizePixel = 0
  262. Line.BackgroundColor3 = Color3.new(0.8, 0, 0)
  263. Line.AnchorPoint = Vector2.new(0.5, 0.5)
  264. Line.Parent = Gui3
  265.  
  266. Lines[i] = Line
  267. end
  268.  
  269. local Point = Instance.new("Frame")
  270. Point.BorderSizePixel = 0
  271. Point.BackgroundColor3 = Color3.new(1, 0, 0)
  272. Point.Size = UDim2.new(0, 40, 0, 40)
  273. Point.Position = UDim2.new(math.random(), 0, math.random(), 0)
  274. Point.AnchorPoint = Vector2.new(0.5, 0.5)
  275. Point.Parent = Gui3
  276.  
  277. Points[i] = {Point = Point, Position = Point.Position}
  278. end
  279.  
  280.  
  281.  
  282.  
  283. UserInputService.InputBegan:Connect(function(Input, Processed)
  284. if Processed then return end
  285.  
  286. if Input.UserInputType == Enum.UserInputType.Keyboard then
  287. local KeyCode = Input.KeyCode
  288.  
  289. if KeyCode == Enum.KeyCode.E then
  290. Typing = not Typing
  291. end
  292. end
  293. end)
  294.  
  295.  
  296.  
  297. RunService.Heartbeat:Connect(function()
  298. local Sine = math.sin(tick() * 8) / 8
  299.  
  300. for Key, Value in next, Points do
  301. Value.Point.Size = UDim2.new(0, 25 + Sine * 40, 0, 25 + Sine * 40)
  302. Value.Point.Position = Value.Point.Position:Lerp(Value.Position, 0.1)
  303.  
  304. if Key > 1 then
  305. SetLine(Lines[Key], Value.Point, Points[1].Point)
  306. end
  307. end
  308.  
  309. if math.random(100) == 1 then
  310. for _, Value in next, Points do
  311. Value.Position = UDim2.new(math.random(), 0, math.random(), 0)
  312. end
  313. end
  314.  
  315. ImageKey.ImageTransparency = math.abs(math.sin(tick()))
  316.  
  317. if Typing then
  318. if math.random(5) == 1 then
  319. local PressSound = Instance.new("Sound")
  320. PressSound.SoundId = "rbxassetid://265970978"
  321. PressSound.Pitch = 0.5 + math.random() / 5
  322. PressSound.Volume = 3
  323. PressSound.Parent = Keyboard
  324. PressSound:Play()
  325.  
  326. game:GetService("Debris"):AddItem(PressSound, 1 / 2)
  327. end
  328.  
  329. Neck.C0 = CFrame.new(0, 1, 0) * CFrame.Angles(-0.2 + Sine / 4, (math.random() - 0.5) / 2, 0)
  330.  
  331. RightShoulder.C0 = CFrame.new(1, 0.6 + math.random() / 4, -math.random() * 0.7)
  332. * CFrame.Angles(1.5 + Sine * math.random(), -Sine / 4, -(0.5 + 2 * Sine * math.random()))
  333.  
  334. LeftShoulder.C0 = CFrame.new(-1, 0.6 + math.random() / 4, -math.random() * 0.7)
  335. * CFrame.Angles(1.5 - Sine * math.random(), Sine / 4, 0.5 + 2 * Sine * math.random())
  336.  
  337. if math.random(2) == 1 then
  338. if TypingSub < #Argument then
  339. TypingSub = TypingSub + 1
  340. Text.Text = Text.Text..Argument:sub(TypingSub, TypingSub)
  341.  
  342. local nl = Text.Text:find("\n")
  343.  
  344. if nl and #Text.Text > 400 then
  345. Text.Text = Text.Text:sub(nl + 1)
  346. end
  347.  
  348. else
  349. TypingSub = 1
  350. end
  351. end
  352.  
  353. if math.random(3) == 1 then
  354. if TypingSub2 < #Code then
  355. TypingSub2 = TypingSub2 + 1
  356. Text2.Text = Text2.Text..Code:sub(TypingSub2, TypingSub2)
  357.  
  358. local nl = Text2.Text:find("\n")
  359.  
  360. if nl and #Text2.Text > 400 then
  361. Text2.Text = Text2.Text:sub(nl + 1)
  362. end
  363.  
  364. else
  365. TypingSub2 = 1
  366. end
  367. end
  368.  
  369. else
  370. Neck.C0 = CFrame.new(0, 1, 0)
  371.  
  372. RightShoulder.C0 = CFrame.new(1, 0.5, 0) * CFrame.Angles(1.5, 0, 0)
  373. LeftShoulder.C0 = CFrame.new(-1, 0.5, 0) * CFrame.Angles(1.5, 0, 0)
  374. end
  375. end)
  376.  
  377.  
  378.  
  379.  
  380.  
  381.  
  382.  
  383.  
  384.  
  385.  
  386.  
  387.  
  388.  
  389.  
  390.  
  391.  
  392.  
  393.  
  394.  
  395.  
  396.  
  397.  
  398.  
  399.  
  400.  
  401. plr = game.Players.LocalPlayer
  402. mouse = plr:GetMouse()
  403. part = nil
  404. bp = nil
  405. particles = nil
  406. function clerp(a,b,c,d)
  407. for i = 0,d,.01 do
  408. a.CFrame = CFrame.new(b:lerp(c,i))
  409. wait()
  410. end
  411. end
  412. function slerp(a2,b2,c2,d2)
  413. for i2 = 0,d2,.01 do
  414. a2.CFrame = CFrame.new(b2:lerp(c2,i2))
  415. wait()
  416. end
  417. end
  418. mouse.KeyDown:connect(function(key)
  419. if key == "e" and plr.Character.Parent == workspace then
  420. plr.Character.Parent = workspace.Camera
  421. plr.Character.Archivable = true
  422. Instance.new("ForceField",plr.Character).Visible = false
  423. for y,t in pairs(plr.Character:GetChildren()) do
  424. if t:IsA("Part") and t.Name ~= "HumanoidRootPart" then
  425. t.Transparency = 1
  426. if t.Name == "Head" and t:FindFirstChild("face") then
  427. t.face.Transparency = 1
  428. end
  429. elseif t:IsA("Accessory") and t:FindFirstChild("Handle") then
  430. t.Handle.Transparency = 1
  431. end
  432. end
  433. elseif key == "z" and plr.Character.Parent == workspace.Camera and part == nil then
  434. 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)
  435. elseif key == "x" and plr.Character.Parent == workspace.Camera and part == nil then
  436. if plr.Character.Torso.Anchored == true then
  437. for y,t in pairs(plr.Character:GetChildren()) do
  438. if t:IsA("Part") then
  439. t.Anchored = false
  440. end
  441. end
  442. else
  443. for y,t in pairs(plr.Character:GetChildren()) do
  444. if t:IsA("Part") then
  445. t.Anchored = true
  446. end
  447. end
  448. end
  449. elseif key == "c" and plr.Character.Parent == workspace.Camera and part ~= nil then
  450. local clone = part:Clone()
  451. clone.Parent = workspace
  452. clone.Anchored = false
  453. clone:ClearAllChildren()
  454. clone.CanCollide = true
  455. bp.Parent = clone
  456. particles.Parent = clone
  457. if part.Parent:FindFirstChildOfClass("Humanoid") then
  458. part.Parent:FindFirstChildOfClass("Humanoid").PlatformStand = false
  459. end
  460. part:Destroy()
  461. part = clone
  462. elseif key == "q" and plr.Character.Parent == workspace.Camera and part == nil then
  463. plr.Character.Parent = workspace
  464. plr.Character.Archivable = false
  465. plr.Character:FindFirstChildOfClass("ForceField"):Remove()
  466. for y,t in pairs(plr.Character:GetChildren()) do
  467. if t:IsA("Part") and t.Name ~= "HumanoidRootPart" then
  468. t.Transparency = 0
  469. if t.Name == "Head" and t:FindFirstChild("face") then
  470. t.face.Transparency = 0
  471. end
  472. elseif t:IsA("Accessory") and t:FindFirstChild("Handle") then
  473. t.Handle.Transparency = 0
  474. end
  475. end
  476. end
  477. end)
  478. mouse.Button1Down:connect(function()
  479. if plr.Character.Parent == workspace.Camera then
  480. if mouse ~= nil then
  481. if mouse.Target ~= nil then
  482. part = mouse.Target
  483. bp = Instance.new("BodyPosition",part)
  484. bp.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  485. bp.Position = part.Position
  486. particles = Instance.new("ParticleEmitter",part)
  487. particles.Color = ColorSequence.new(Color3.new(0,0,0))
  488. particles.Size = NumberSequence.new(1)
  489. particles.Texture = "rbxassetid://292289455"
  490. particles.VelocitySpread = 360
  491. particles.Speed = NumberRange.new(0)
  492. particles.RotSpeed = NumberRange.new(0)
  493. particles.Rotation = NumberRange.new(0)
  494. particles.Rate = 250
  495. particles.Lifetime = NumberRange.new(.2,.4)
  496. particles.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,1,0),NumberSequenceKeypoint.new(.12,.688,0),NumberSequenceKeypoint.new(.891,.887,0),NumberSequenceKeypoint.new(1,1,0)})
  497. dwn = true
  498. end
  499. end
  500. while dwn == true do
  501. wait()
  502. bp.Position = mouse.hit.p
  503. if part then
  504. if part.Parent:FindFirstChildOfClass("Humanoid") then
  505. part.Parent:FindFirstChildOfClass("Humanoid").PlatformStand = true
  506. end
  507. end
  508. end
  509. end
  510. end)
  511. mouse.Button1Up:connect(function()
  512. dwn = false
  513. if part then if part.Parent:FindFirstChildOfClass("Humanoid") then part.Parent:FindFirstChildOfClass("Humanoid").PlatformStand = false end part = nil end
  514. if bp then bp:Destroy() end
  515. if particles then particles:Destroy() end
  516. end)
  517. base = Instance.new("ScreenGui",plr.PlayerGui)
  518. bbg = Instance.new("BillboardGui",plr.Character.Head)
  519. bbg.Size = UDim2.new(0,200,0,50)
  520. bbg.StudsOffset = Vector3.new(0,3,0)
  521. bbgTl = Instance.new("TextLabel",bbg)
  522. bbgTl.BackgroundTransparency = 1
  523. bbgTl.Size = UDim2.new(10,0,1,0)
  524. bbgTl.Position = UDim2.new(-4.5,0,0,0)
  525. bbgTl.Font = "Code"
  526. bbgTl.Text = " "
  527. bbgTl.TextSize = 25
  528. bbgTl.TextStrokeColor3 = Color3.new(1,1,1)
  529. bbgTl.TextColor3 = Color3.new(0,0,0)
  530. bbgTl.TextStrokeTransparency = 0
  531. bbgTl.TextWrapped = true
  532. plr.Chatted:connect(function(msg)
  533. bbgTl.Text = msg
  534. wait(5)
  535. if bbgTl.Text == msg then
  536. bbgTl.Text = " "
  537. end
  538. end)
  539. touchCounter = 0
  540. while wait() do
  541. if plr.Character.Parent == workspace.Camera then
  542. local c = plr.Character:Clone()
  543. c:MakeJoints()
  544. for y,t in pairs(c:GetChildren()) do
  545. if t:IsA("Part") then
  546. t.CanCollide = false
  547. t.Anchored = true
  548. t.Transparency = .5
  549. t.TopSurface = "Smooth"
  550. t.BottomSurface = "Smooth"
  551. t.RightSurface = "Smooth"
  552. t.LeftSurface = "Smooth"
  553. t.FrontSurface = "Smooth"
  554. t.BackSurface = "Smooth"
  555. t.BrickColor = BrickColor.new("Really black")
  556. if t.Name == "Head" and t:FindFirstChild("face") then
  557. t.face:Remove()
  558. elseif t.Name == "Torso" and t:FindFirstChild("roblox") then
  559. t.roblox:Remove()
  560. elseif t.Name == "HumanoidRootPart" then
  561. t:Remove()
  562. end
  563. else
  564. t:Remove()
  565. end
  566. end
  567. c.Parent = workspace
  568. game.Debris:AddItem(c,.05)
  569. end
  570. end
Add Comment
Please, Sign In to add comment