Advertisement
OhHeyTin

Untitled

Nov 29th, 2018
594
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.42 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 Autofarmluffy = Instance.new("TextButton")
  11. local Close = Instance.new("TextButton")
  12. local autofarmbuso = Instance.new("TextButton")
  13. local Opengui = Instance.new("Frame")
  14. local open = Instance.new("TextButton")
  15. --Properties:
  16. ScreenGui.Parent = game.CoreGui
  17.  
  18. LoginGui.Name = "Login Gui"
  19. LoginGui.Parent = ScreenGui
  20. LoginGui.BackgroundColor3 = Color3.new(1, 1, 1)
  21. LoginGui.BorderSizePixel = 4
  22. LoginGui.Position = UDim2.new(0.474864542, 0, 0.236162364, 0)
  23. LoginGui.Size = UDim2.new(0, 246, 0, 286)
  24. LoginGui.Active = true
  25. LoginGui.Draggable = true
  26.  
  27. submit.Name = "submit"
  28. submit.Parent = LoginGui
  29. submit.BackgroundColor3 = Color3.new(1, 1, 1)
  30. submit.BorderSizePixel = 2
  31. submit.Position = UDim2.new(0.0905967653, 0, 0.650427103, 0)
  32. submit.Size = UDim2.new(0, 200, 0, 50)
  33. submit.Font = Enum.Font.Cartoon
  34. submit.Text = "Submit"
  35. submit.TextColor3 = Color3.new(0, 0, 0)
  36. submit.TextScaled = true
  37. submit.TextSize = 14
  38. submit.TextWrapped = true
  39. submit.MouseButton1Down:connect(function()
  40. if user.Text == "Tin" and pass.Text == "mleao8" then
  41. LoginGui.Visible = false
  42. Opengui.Visible = true
  43. end
  44. end)
  45.  
  46. user.Name = "user"
  47. user.Parent = LoginGui
  48. user.BackgroundColor3 = Color3.new(1, 1, 1)
  49. user.BorderSizePixel = 2
  50. user.Position = UDim2.new(-0.00337255001, 0, 0.079490602, 0)
  51. user.Size = UDim2.new(0, 245, 0, 23)
  52. user.Font = Enum.Font.SourceSansSemibold
  53. user.Text = "Username."
  54. user.TextColor3 = Color3.new(0, 0, 0)
  55. user.TextScaled = true
  56. user.TextSize = 14
  57. user.TextWrapped = true
  58.  
  59. pass.Name = "pass"
  60. pass.Parent = LoginGui
  61. pass.BackgroundColor3 = Color3.new(1, 1, 1)
  62. pass.BorderSizePixel = 2
  63. pass.Position = UDim2.new(0.000692486763, 0, 0.425218672, 0)
  64. pass.Size = UDim2.new(0, 245, 0, 23)
  65. pass.Font = Enum.Font.SourceSansSemibold
  66. pass.Text = "Password."
  67. pass.TextColor3 = Color3.new(0, 0, 0)
  68. pass.TextScaled = true
  69. pass.TextSize = 14
  70. pass.TextWrapped = true
  71.  
  72. maingui.Name = "main gui"
  73. maingui.Parent = ScreenGui
  74. maingui.BackgroundColor3 = Color3.new(1, 1, 1)
  75. maingui.BorderSizePixel = 2
  76. maingui.Position = UDim2.new(0.324929297, 0, 0.274907738, 0)
  77. maingui.Size = UDim2.new(0, 304, 0, 243)
  78. maingui.Visible = false
  79. maingui.Active = true
  80. maingui.Draggable = true
  81.  
  82. Autofarmluffy.Name = "Auto farm luffy"
  83. Autofarmluffy.Parent = maingui
  84. Autofarmluffy.BackgroundColor3 = Color3.new(1, 1, 1)
  85. Autofarmluffy.BorderSizePixel = 2
  86. Autofarmluffy.Position = UDim2.new(0.16610454, 0, 0.267975628, 0)
  87. Autofarmluffy.Size = UDim2.new(0, 200, 0, 50)
  88. Autofarmluffy.Font = Enum.Font.Cartoon
  89. Autofarmluffy.Text = "Auto farm luffy"
  90. Autofarmluffy.TextColor3 = Color3.new(0, 0, 0)
  91. Autofarmluffy.TextScaled = true
  92. Autofarmluffy.TextSize = 14
  93. Autofarmluffy.TextWrapped = true
  94. Autofarmluffy.MouseButton1Down:connect(function()
  95. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  96. if v.ClassName == "Script" then
  97. for i,c in pairs(v:GetChildren()) do
  98. if c.Name == "" then
  99. v:Remove()
  100.  
  101. end
  102. end
  103. end
  104. end
  105.  
  106. noclip = true
  107. game:GetService('RunService').Stepped:connect(function()
  108. if noclip then
  109. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  110. end
  111. end)
  112. plr = game.Players.LocalPlayer
  113. mouse = plr:GetMouse()
  114. mouse.KeyDown:connect(function(key)
  115.  
  116. if key == "m" then
  117. noclip = not noclip
  118. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  119. end
  120. end)
  121.  
  122. local char = game.Players.LocalPlayer.Character.HumanoidRootPart
  123. char.CFrame = CFrame.new(4328.48389, 1828.11401, 2896.21509)
  124.  
  125. for _,v in pairs(game.Workspace:GetDescendants()) do
  126. if string.find(v.ClassName, "Model") and string.find(v.Name, 'That noob') then
  127. v:FindFirstChild("Head").Anchored = true
  128. v:FindFirstChild("Head").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(5,0,-1)
  129. end
  130. end
  131.  
  132. while true do
  133.  
  134. for _,v in pairs(game.Workspace:GetDescendants()) do
  135. if string.find(v.Name, "Luffy") and v:FindFirstChild("HumanoidRootPart") then
  136. v:FindFirstChild("HumanoidRootPart").Anchored = true
  137. v:FindFirstChild("HumanoidRootPart").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-3)
  138. end
  139. end
  140. wait(13)
  141. end
  142. end)
  143.  
  144. Close.Name = "Close"
  145. Close.Parent = maingui
  146. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  147. Close.BackgroundTransparency = 1
  148. Close.Position = UDim2.new(0.852114677, 0, 0.00465765595, 0)
  149. Close.Size = UDim2.new(0, 43, 0, 25)
  150. Close.Font = Enum.Font.SourceSans
  151. Close.Text = "X"
  152. Close.TextColor3 = Color3.new(1, 0, 0)
  153. Close.TextScaled = true
  154. Close.TextSize = 14
  155. Close.TextWrapped = true
  156. Close.MouseButton1Down:connect(function()
  157. maingui.Visible = false
  158. Opengui.Visible = true
  159. end)
  160.  
  161. autofarmbuso.Name = "auto farm buso"
  162. autofarmbuso.Parent = maingui
  163. autofarmbuso.BackgroundColor3 = Color3.new(1, 1, 1)
  164. autofarmbuso.BorderSizePixel = 2
  165. autofarmbuso.Position = UDim2.new(0.169394016, 0, 0.560156703, 0)
  166. autofarmbuso.Size = UDim2.new(0, 200, 0, 50)
  167. autofarmbuso.Font = Enum.Font.Cartoon
  168. autofarmbuso.Text = "Auto farm buso"
  169. autofarmbuso.TextColor3 = Color3.new(0, 0, 0)
  170. autofarmbuso.TextScaled = true
  171. autofarmbuso.TextSize = 14
  172. autofarmbuso.TextWrapped = true
  173. autofarmbuso.MouseButton1Down:connect(function()
  174. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  175. if v.ClassName == "Script" then
  176. for i,c in pairs(v:GetChildren()) do
  177. if c.Name == "" then
  178. v:Remove()
  179.  
  180. end
  181. end
  182. end
  183. end
  184.  
  185. noclip = true
  186. game:GetService('RunService').Stepped:connect(function()
  187. if noclip then
  188. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  189. end
  190. end)
  191. plr = game.Players.LocalPlayer
  192. mouse = plr:GetMouse()
  193. mouse.KeyDown:connect(function(key)
  194.  
  195. if key == "m" then
  196. noclip = not noclip
  197. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  198. end
  199. end)
  200.  
  201. local char = game.Players.LocalPlayer.Character.HumanoidRootPart
  202. char.CFrame = CFrame.new(4328.48389, 1828.11401, 2896.21509)
  203.  
  204. for _,v in pairs(game.Workspace:GetDescendants()) do
  205. if string.find(v.ClassName, "Model") and string.find(v.Name, 'That noob') then
  206. v:FindFirstChild("Head").Anchored = true
  207. v:FindFirstChild("Head").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(5,0,-1)
  208. end
  209. end
  210.  
  211. while true do
  212.  
  213. for _,v in pairs(game.Workspace:GetDescendants()) do
  214. if string.find(v.Name, "Big Full Body") and v:FindFirstChild("HumanoidRootPart") then
  215. v:FindFirstChild("HumanoidRootPart").Anchored = true
  216. v:FindFirstChild("HumanoidRootPart").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-3)
  217. end
  218. end
  219. wait(13)
  220. end
  221. end)
  222.  
  223. Opengui.Name = "Open gui"
  224. Opengui.Parent = ScreenGui
  225. Opengui.BackgroundColor3 = Color3.new(1, 1, 1)
  226. Opengui.Position = UDim2.new(0.00937207602, 0, 0.474169731, 0)
  227. Opengui.Size = UDim2.new(0, 113, 0, 26)
  228. Opengui.Visible = false
  229.  
  230. open.Name = "open"
  231. open.Parent = Opengui
  232. open.BackgroundColor3 = Color3.new(1, 1, 1)
  233. open.Position = UDim2.new(-0.00812801346, 0, 0, 0)
  234. open.Size = UDim2.new(0, 128, 0, 26)
  235. open.Font = Enum.Font.Highway
  236. open.Text = "Open"
  237. open.TextColor3 = Color3.new(0, 0, 0)
  238. open.TextScaled = true
  239. open.TextSize = 14
  240. open.TextWrapped = true
  241. open.MouseButton1Down:connect(function()
  242. maingui.Visible = true
  243. Opengui.Visible = false
  244. end)
  245. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement