Advertisement
Guest User

Untitled

a guest
Nov 28th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.33 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local LoginGui = Instance.new("Frame")
  6. local submit = Instance.new("TextButton")
  7. local user = Instance.new("TextBox")
  8. local pass = Instance.new("TextBox")
  9. local maingui = Instance.new("Frame")
  10. local sans = Instance.new("TextButton")
  11. local Close = Instance.new("TextButton")
  12. local Opengui = Instance.new("Frame")
  13. local open = Instance.new("TextButton")
  14. --Properties:
  15. ScreenGui.Parent = game.CoreGui
  16.  
  17. LoginGui.Name = "Login Gui"
  18. LoginGui.Parent = ScreenGui
  19. LoginGui.BackgroundColor3 = Color3.new(1, 1, 1)
  20. LoginGui.BorderSizePixel = 4
  21. LoginGui.Position = UDim2.new(0.398133129, 0, 0.236162364, 0)
  22. LoginGui.Size = UDim2.new(0, 246, 0, 286)
  23. LoginGui.Active = true
  24. LoginGui.Draggable = true
  25.  
  26. submit.Name = "submit"
  27. submit.Parent = LoginGui
  28. submit.BackgroundColor3 = Color3.new(1, 1, 1)
  29. submit.BorderSizePixel = 2
  30. submit.Position = UDim2.new(0.119052052, 0, 0.646930575, 0)
  31. submit.Size = UDim2.new(0, 200, 0, 50)
  32. submit.Font = Enum.Font.Cartoon
  33. submit.Text = "Submit"
  34. submit.TextColor3 = Color3.new(0, 0, 0)
  35. submit.TextScaled = true
  36. submit.TextSize = 14
  37. submit.TextWrapped = true
  38. submit.MouseButton1Down:connect(function()
  39. if user.Text == "2lbe" and pass.Text == "2lbe3" then
  40. LoginGui.Visible = false
  41. Opengui.Visible = true
  42. end
  43. end)
  44.  
  45. user.Name = "user"
  46. user.Parent = LoginGui
  47. user.BackgroundColor3 = Color3.new(1, 1, 1)
  48. user.BorderSizePixel = 2
  49. user.Position = UDim2.new(-0.00337255001, 0, 0.079490602, 0)
  50. user.Size = UDim2.new(0, 245, 0, 23)
  51. user.Font = Enum.Font.SourceSansSemibold
  52. user.Text = "Username."
  53. user.TextColor3 = Color3.new(0, 0, 0)
  54. user.TextScaled = true
  55. user.TextSize = 14
  56. user.TextWrapped = true
  57.  
  58. pass.Name = "pass"
  59. pass.Parent = LoginGui
  60. pass.BackgroundColor3 = Color3.new(1, 1, 1)
  61. pass.BorderSizePixel = 2
  62. pass.Position = UDim2.new(0.000692486763, 0, 0.425218672, 0)
  63. pass.Size = UDim2.new(0, 245, 0, 23)
  64. pass.Font = Enum.Font.SourceSansSemibold
  65. pass.Text = "Password."
  66. pass.TextColor3 = Color3.new(0, 0, 0)
  67. pass.TextScaled = true
  68. pass.TextSize = 14
  69. pass.TextWrapped = true
  70.  
  71. maingui.Name = "main gui"
  72. maingui.Parent = ScreenGui
  73. maingui.BackgroundColor3 = Color3.new(1, 1, 1)
  74. maingui.BorderSizePixel = 2
  75. maingui.Position = UDim2.new(0.370196819, 0, 0.274907738, 0)
  76. maingui.Size = UDim2.new(0, 304, 0, 243)
  77. maingui.Visible = false
  78. maingui.Active = true
  79. maingui.Draggable = true
  80.  
  81. sans.Name = "sans"
  82. sans.Parent = maingui
  83. sans.BackgroundColor3 = Color3.new(1, 1, 1)
  84. sans.BorderSizePixel = 2
  85. sans.Position = UDim2.new(0.202288747, 0, 0.395547628, 0)
  86. sans.Size = UDim2.new(0, 200, 0, 50)
  87. sans.Font = Enum.Font.Cartoon
  88. sans.Text = "Sans"
  89. sans.TextColor3 = Color3.new(0, 0, 0)
  90. sans.TextScaled = true
  91. sans.TextSize = 14
  92. sans.TextWrapped = true
  93. sans.MouseButton1Down:connect(function()
  94. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  95. if v.ClassName == "Script" then
  96. for i,c in pairs(v:GetChildren()) do
  97. if c.Name == "" then
  98. v:Remove()
  99.  
  100. end
  101. end
  102. end
  103. end
  104.  
  105. noclip = true
  106. game:GetService('RunService').Stepped:connect(function()
  107. if noclip then
  108. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  109. end
  110. end)
  111. plr = game.Players.LocalPlayer
  112. mouse = plr:GetMouse()
  113. mouse.KeyDown:connect(function(key)
  114.  
  115. if key == "m" then
  116. noclip = not noclip
  117. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  118. end
  119. end)
  120.  
  121. local char = game.Players.LocalPlayer.Character.HumanoidRootPart
  122. char.CFrame = CFrame.new(4328.48389, 1828.11401, 2896.21509)
  123.  
  124. for _,v in pairs(game.Workspace:GetDescendants()) do
  125. if string.find(v.ClassName, "Model") and string.find(v.Name, 'That noob') then
  126. v:FindFirstChild("Head").Anchored = true
  127. v:FindFirstChild("Head").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(5,0,-1)
  128. end
  129. end
  130.  
  131. while true do
  132.  
  133. for _,v in pairs(game.Workspace:GetDescendants()) do
  134. if string.find(v.Name, "Luffy") and v:FindFirstChild("HumanoidRootPart") then
  135. v:FindFirstChild("HumanoidRootPart").Anchored = true
  136. v:FindFirstChild("HumanoidRootPart").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-3)
  137. end
  138. end
  139. wait(13)
  140. end
  141. end)
  142.  
  143. Close.Name = "Close"
  144. Close.Parent = maingui
  145. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  146. Close.BackgroundTransparency = 1
  147. Close.Position = UDim2.new(0.852114677, 0, 0.00465765595, 0)
  148. Close.Size = UDim2.new(0, 43, 0, 25)
  149. Close.Font = Enum.Font.SourceSans
  150. Close.Text = "X"
  151. Close.TextColor3 = Color3.new(1, 0, 0)
  152. Close.TextScaled = true
  153. Close.TextSize = 14
  154. Close.TextWrapped = true
  155. Close.MouseButton1Down:connect(function()
  156. maingui.Visible = false
  157. Opengui.Visible = true
  158. end)
  159.  
  160. Opengui.Name = "Open gui"
  161. Opengui.Parent = ScreenGui
  162. Opengui.BackgroundColor3 = Color3.new(1, 1, 1)
  163. Opengui.Position = UDim2.new(0.00937207602, 0, 0.474169731, 0)
  164. Opengui.Size = UDim2.new(0, 113, 0, 26)
  165. Opengui.Visible = false
  166.  
  167. open.Name = "open"
  168. open.Parent = Opengui
  169. open.BackgroundColor3 = Color3.new(1, 1, 1)
  170. open.Position = UDim2.new(-0.00812801346, 0, 0, 0)
  171. open.Size = UDim2.new(0, 128, 0, 26)
  172. open.Font = Enum.Font.Highway
  173. open.Text = "Open"
  174. open.TextColor3 = Color3.new(0, 0, 0)
  175. open.TextScaled = true
  176. open.TextSize = 14
  177. open.TextWrapped = true
  178. open.MouseButton1Down:connect(function()
  179. maingui.Visible = true
  180. Opengui.Visible = false
  181. end)
  182. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement