Upscalefanatic3

(Roblox) LOST | GUI

Mar 19th, 2020
469
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. -- All script Lost!
  2.  
  3. 1. loadstring(game:HttpGet("https://pastebin.com/raw/qc7y8Xrz", true))()
  4.  
  5. 2. -- Gui to Lua
  6. -- Version: 3
  7.  
  8. -- Instances:
  9.  
  10. local Gui = Instance.new("ScreenGui")
  11. local Frame = Instance.new("Frame")
  12. local ESP = Instance.new("TextButton")
  13. local Spectate = Instance.new("TextButton")
  14. local Exit = Instance.new("TextButton")
  15. local Speed = Instance.new("TextButton")
  16. local TextButton = Instance.new("TextButton")
  17.  
  18. --Properties:
  19.  
  20. Gui.Name = "Gui"
  21. Gui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  22. Gui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  23.  
  24. Frame.Parent = Gui
  25. Frame.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  26. Frame.BorderColor3 = Color3.new(0.407843, 0.635294, 0.8)
  27. Frame.BorderSizePixel = 10
  28. Frame.Position = UDim2.new(0.706512809, 0, 0.551976562, 0)
  29. Frame.Size = UDim2.new(0, 340, 0, 288)
  30. Frame.Visible = false
  31.  
  32. ESP.Name = "ESP"
  33. ESP.Parent = Frame
  34. ESP.BackgroundColor3 = Color3.new(0.662745, 0.384314, 1)
  35. ESP.Position = UDim2.new(0.0500000007, 0, 0.0763888881, 0)
  36. ESP.Size = UDim2.new(0, 299, 0, 50)
  37. ESP.Font = Enum.Font.Cartoon
  38. ESP.Text = "ESP"
  39. ESP.TextColor3 = Color3.new(0, 0, 0)
  40. ESP.TextScaled = true
  41. ESP.TextSize = 14
  42. ESP.TextWrapped = true
  43.  
  44. Spectate.Name = "Spectate"
  45. Spectate.Parent = Frame
  46. Spectate.BackgroundColor3 = Color3.new(0.662745, 0.384314, 1)
  47. Spectate.Position = UDim2.new(0.0500000007, 0, 0.329861104, 0)
  48. Spectate.Size = UDim2.new(0, 299, 0, 50)
  49. Spectate.Font = Enum.Font.Cartoon
  50. Spectate.Text = "Spectate"
  51. Spectate.TextColor3 = Color3.new(0, 0, 0)
  52. Spectate.TextScaled = true
  53. Spectate.TextSize = 14
  54. Spectate.TextWrapped = true
  55.  
  56. Exit.Name = "Exit"
  57. Exit.Parent = Frame
  58. Exit.BackgroundColor3 = Color3.new(1, 1, 1)
  59. Exit.Position = UDim2.new(0.232352942, 0, 0.826388896, 0)
  60. Exit.Size = UDim2.new(0, 200, 0, 50)
  61. Exit.Font = Enum.Font.Cartoon
  62. Exit.Text = "Exit"
  63. Exit.TextColor3 = Color3.new(0, 0, 0)
  64. Exit.TextScaled = true
  65. Exit.TextSize = 14
  66. Exit.TextWrapped = true
  67.  
  68. Speed.Name = "Speed"
  69. Speed.Parent = Frame
  70. Speed.BackgroundColor3 = Color3.new(0.662745, 0.384314, 1)
  71. Speed.Position = UDim2.new(0.0470588244, 0, 0.604166687, 0)
  72. Speed.Size = UDim2.new(0, 300, 0, 50)
  73. Speed.Font = Enum.Font.Cartoon
  74. Speed.Text = "Speed"
  75. Speed.TextColor3 = Color3.new(0, 0, 0)
  76. Speed.TextScaled = true
  77. Speed.TextSize = 14
  78. Speed.TextWrapped = true
  79.  
  80. TextButton.Parent = Gui
  81. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  82. TextButton.Position = UDim2.new(0, 0, 0.314787716, 0)
  83. TextButton.Size = UDim2.new(0, 200, 0, 50)
  84. TextButton.Font = Enum.Font.SourceSans
  85. TextButton.Text = "Open"
  86. TextButton.TextColor3 = Color3.new(0, 0, 0)
  87. TextButton.TextScaled = true
  88. TextButton.TextSize = 14
  89. TextButton.TextWrapped = true
  90.  
  91. -- Scripts:
  92.  
  93. local function WJVNZX_fake_script() -- ESP.LocalScript
  94. local script = Instance.new('LocalScript', ESP)
  95.  
  96. script.Parent.MouseButton1Click:Connect(function()
  97.  
  98. for i,v in pairs(game.Players:GetChildren()) do
  99. local gui = Instance.new("BillboardGui")
  100. gui.Size = UDim2.new(5,0,5,0)
  101. gui.AlwaysOnTop = true
  102. gui.Parent = game.Workspace:WaitForChild(v.Name)
  103. local text = Instance.new("TextLabel")
  104. text.Text = (v.Name)
  105. text.BackgroundTransparency = 1
  106. text.Parent = gui
  107. text.Size = UDim2.new (1,0,1,0)
  108. text.TextColor3 = Color3.new(1,0,0)
  109. print "lol"
  110. end
  111. end)
  112. end
  113. coroutine.wrap(WJVNZX_fake_script)()
  114. local function BUMY_fake_script() -- Spectate.LocalScript
  115. local script = Instance.new('LocalScript', Spectate)
  116.  
  117. -- Gui to Lua
  118. -- Version: 3
  119.  
  120. -- Instances:
  121. script.Parent.MouseButton1Click:Connect(function()
  122.  
  123. local ScreenGui = Instance.new("ScreenGui")
  124. local TextButton = Instance.new("TextButton")
  125. local TextBox = Instance.new("TextBox")
  126.  
  127. --Properties:
  128.  
  129. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  130. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  131.  
  132. TextButton.Parent = ScreenGui
  133. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  134. TextButton.Position = UDim2.new(0.256938726, 0, 0.782572925, 0)
  135. TextButton.Size = UDim2.new(0, 77, 0, 50)
  136. TextButton.Font = Enum.Font.SourceSans
  137. TextButton.Text = "GO"
  138. TextButton.TextColor3 = Color3.new(0, 0, 0)
  139. TextButton.TextSize = 50
  140.  
  141. TextBox.Parent = ScreenGui
  142. TextBox.BackgroundColor3 = Color3.new(1, 1, 1)
  143. TextBox.Position = UDim2.new(0.0912982523, 0, 0.782572925, 0)
  144. TextBox.Size = UDim2.new(0, 200, 0, 50)
  145. TextBox.Font = Enum.Font.SourceSans
  146. TextBox.Text = ""
  147. TextBox.TextColor3 = Color3.new(0, 0, 0)
  148. TextBox.TextSize = 40
  149.  
  150. -- Scripts:
  151.  
  152. local function PDPCZX_fake_script() -- ScreenGui.LocalScript
  153. local script = Instance.new('LocalScript', ScreenGui)
  154.  
  155. local textbox = script.Parent:WaitForChild("TextBox")
  156. local textbutton = script.Parent:WaitForChild("TextButton")
  157. local player = game.Players.LocalPlayer
  158. textbutton.MouseButton1Click:Connect(function()
  159. local find = game.Workspace:WaitForChild(textbox.Text)
  160. local char = find
  161. local cam = game.Workspace.Camera
  162. cam.CameraSubject = char
  163. end)
  164. end
  165. end)
  166.  
  167. end
  168. coroutine.wrap(BUMY_fake_script)()
  169. local function EZWESQ_fake_script() -- Exit.LocalScript
  170. local script = Instance.new('LocalScript', Exit)
  171.  
  172. script.Parent.MouseButton1Click:Connect(function()
  173. script.Parent.Parent.Visible = false
  174. wait()
  175. script.Parent.Parent.Parent.TextButton.Visible = true
  176. end)
  177. end
  178. coroutine.wrap(EZWESQ_fake_script)()
  179. local function TVMONQ_fake_script() -- Speed.LocalScript
  180. local script = Instance.new('LocalScript', Speed)
  181.  
  182. local player = game.Players.LocalPlayer
  183.  
  184. script.Parent.MouseButton1Click:Connect(function()
  185. while true do wait()
  186. player.Character.Humanoid.WalkSpeed = 16
  187. player.Character.Humanoid.JumpPower = 38
  188. end
  189. end)
  190. end
  191. coroutine.wrap(TVMONQ_fake_script)()
  192. local function IYDOHCR_fake_script() -- TextButton.LocalScript
  193. local script = Instance.new('LocalScript', TextButton)
  194.  
  195. script.Parent.MouseButton1Click:Connect(function()
  196. script.Parent.Visible = false
  197. wait()
  198. script.Parent.Parent.Frame.Visible = true
  199. end)
  200. end
  201. coroutine.wrap(IYDOHCR_fake_script)()
  202.  
  203. local mouse = game.Players.LocalPlayer
  204. mouse.KeyDown:Connect(function(input)
  205. if input == "t" then
  206. part.Position = player.Character.LeftFoot.Position
  207. part.Parent = workspace
  208. part.Anchored = true
  209. part.Size = Vector3.new (30,1,30)
  210. part.Transparency = 0.7
  211. part.Material = Enum.Material.Plastic
  212. end
  213. end)
  214. mouse.KeyUp:Connect(function(inputt)
  215. if inputt == "t" then
  216. part:remove()
  217. end
  218. end)
Add Comment
Please, Sign In to add comment