Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.03 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local Main = Instance.new("Frame")
  6. local Main_2 = Instance.new("Frame")
  7. local MountainBandit = Instance.new("TextButton")
  8. local FarmBandits = Instance.new("TextButton")
  9. local MountainBandit_2 = Instance.new("TextButton")
  10. local Main_3 = Instance.new("Frame")
  11. local TPDF = Instance.new("TextButton")
  12. local TextLabel = Instance.new("TextLabel")
  13. local TextLabel_2 = Instance.new("TextLabel")
  14. local TextLabel_3 = Instance.new("TextLabel")
  15. local TextLabel_4 = Instance.new("TextLabel")
  16. local TextLabel_5 = Instance.new("TextLabel")
  17. local TextLabel_6 = Instance.new("TextLabel")
  18. local TextLabel_7 = Instance.new("TextLabel")
  19. --Properties:
  20. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  21. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  22.  
  23. Main.Name = "Main"
  24. Main.Parent = ScreenGui
  25. Main.BackgroundColor3 = Color3.new(1, 1, 1)
  26. Main.BackgroundTransparency = 0.25
  27. Main.BorderColor3 = Color3.new(0, 0, 0)
  28. Main.BorderSizePixel = 5
  29. Main.Position = UDim2.new(0.153170615, 0, 0.18321991, 0)
  30. Main.Size = UDim2.new(0, 348, 0, 324)
  31. function onKeyPress(inputObject, gameProcessedEvent)
  32. if inputObject.KeyCode == Enum.KeyCode.LeftControl then
  33. if Main.Visible == false then
  34. Main.Visible = true
  35. else
  36. Main.Visible = false
  37. end
  38. end
  39. end
  40. game:GetService("UserInputService").InputBegan:connect(onKeyPress)
  41.  
  42. Main_2.Name = "Main"
  43. Main_2.Parent = Main
  44. Main_2.BackgroundColor3 = Color3.new(1, 1, 1)
  45. Main_2.BackgroundTransparency = 0.25
  46. Main_2.BorderColor3 = Color3.new(0, 0, 0)
  47. Main_2.BorderSizePixel = 5
  48. Main_2.Position = UDim2.new(0.0618269034, 0, 0.159029648, 0)
  49. Main_2.Size = UDim2.new(0, 135, 0, 219)
  50.  
  51. MountainBandit.Name = "Mountain Bandit"
  52. MountainBandit.Parent = Main_2
  53. MountainBandit.BackgroundColor3 = Color3.new(1, 1, 1)
  54. MountainBandit.BorderSizePixel = 4
  55. MountainBandit.Position = UDim2.new(0, 0, 0.0639269426, 0)
  56. MountainBandit.Size = UDim2.new(0, 135, 0, 36)
  57. MountainBandit.Font = Enum.Font.SourceSansSemibold
  58. MountainBandit.Text = "Mountain Bandit"
  59. MountainBandit.TextColor3 = Color3.new(0, 0, 0)
  60. MountainBandit.TextSize = 22
  61. MountainBandit.MouseButton1Down:connect(function()
  62. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  63. if v.ClassName == "Script" then
  64. for i,c in pairs(v:GetChildren()) do
  65. if c.Name == "" then
  66. v:Remove()
  67.  
  68. end
  69. end
  70. end
  71. end
  72.  
  73. noclip = true
  74. game:GetService('RunService').Stepped:connect(function()
  75. if noclip then
  76. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  77. end
  78. end)
  79. plr = game.Players.LocalPlayer
  80. mouse = plr:GetMouse()
  81. mouse.KeyDown:connect(function(key)
  82.  
  83. if key == "m" then
  84. noclip = not noclip
  85. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  86. end
  87. end)
  88.  
  89. local char = game.Players.LocalPlayer.Character.HumanoidRootPart
  90. char.CFrame = CFrame.new(4328.48389, 1828.11401, 2896.21509)
  91.  
  92. for _,v in pairs(game.Workspace:GetDescendants()) do
  93. if string.find(v.ClassName, "Model") and string.find(v.Name, 'That noob') then
  94. v:FindFirstChild("Head").Anchored = true
  95. v:FindFirstChild("Head").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(10,0,-5)
  96. end
  97. end
  98.  
  99. while true do
  100.  
  101. for _,v in pairs(game.Workspace:GetDescendants()) do
  102. if string.find(v.Name, "Mountain Bandit") and v:FindFirstChild("HumanoidRootPart") then
  103. v:FindFirstChild("HumanoidRootPart").Anchored = true
  104. v:FindFirstChild("HumanoidRootPart").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
  105. end
  106. end
  107. wait(20)
  108. end
  109. end)
  110.  
  111. FarmBandits.Name = "FarmBandits"
  112. FarmBandits.Parent = Main_2
  113. FarmBandits.BackgroundColor3 = Color3.new(1, 1, 1)
  114. FarmBandits.BorderSizePixel = 4
  115. FarmBandits.Position = UDim2.new(0, 0, 0.319634736, 0)
  116. FarmBandits.Size = UDim2.new(0, 135, 0, 36)
  117. FarmBandits.Font = Enum.Font.SourceSansSemibold
  118. FarmBandits.Text = "SnowPirate Captian"
  119. FarmBandits.TextColor3 = Color3.new(0, 0, 0)
  120. FarmBandits.TextSize = 18
  121. FarmBandits.MouseButton1Down:connect(function()
  122. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  123. if v.ClassName == "Script" then
  124. for i,c in pairs(v:GetChildren()) do
  125. if c.Name == "" then
  126. v:Remove()
  127.  
  128. end
  129. end
  130. end
  131. end
  132.  
  133. noclip = true
  134. game:GetService('RunService').Stepped:connect(function()
  135. if noclip then
  136. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  137. end
  138. end)
  139. plr = game.Players.LocalPlayer
  140. mouse = plr:GetMouse()
  141. mouse.KeyDown:connect(function(key)
  142.  
  143. if key == "m" then
  144. noclip = not noclip
  145. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  146. end
  147. end)
  148.  
  149. local char = game.Players.LocalPlayer.Character.HumanoidRootPart
  150. char.CFrame = CFrame.new(4328.48389, 1828.11401, 2896.21509)
  151.  
  152. for _,v in pairs(game.Workspace:GetDescendants()) do
  153. if string.find(v.ClassName, "Model") and string.find(v.Name, 'That noob') then
  154. v:FindFirstChild("Head").Anchored = true
  155. v:FindFirstChild("Head").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(10,0,-5)
  156. end
  157. end
  158.  
  159. while true do
  160.  
  161. for _,v in pairs(game.Workspace:GetDescendants()) do
  162. if string.find(v.Name, "Snow Pirate Captian") and v:FindFirstChild("HumanoidRootPart") then
  163. v:FindFirstChild("HumanoidRootPart").Anchored = true
  164. v:FindFirstChild("HumanoidRootPart").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
  165. end
  166. end
  167. wait(20)
  168. end
  169. end)
  170.  
  171. MountainBandit_2.Name = "Mountain Bandit"
  172. MountainBandit_2.Parent = Main_2
  173. MountainBandit_2.BackgroundColor3 = Color3.new(1, 1, 1)
  174. MountainBandit_2.BorderSizePixel = 4
  175. MountainBandit_2.Position = UDim2.new(0, 0, 0.579908669, 0)
  176. MountainBandit_2.Size = UDim2.new(0, 135, 0, 36)
  177. MountainBandit_2.Font = Enum.Font.SourceSansSemibold
  178. MountainBandit_2.Text = "Snow Pirate"
  179. MountainBandit_2.TextColor3 = Color3.new(0, 0, 0)
  180. MountainBandit_2.TextSize = 22
  181. MountainBandit_2.MouseButton1Down:connect(function()
  182. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  183. if v.ClassName == "Script" then
  184. for i,c in pairs(v:GetChildren()) do
  185. if c.Name == "" then
  186. v:Remove()
  187.  
  188. end
  189. end
  190. end
  191. end
  192.  
  193. noclip = true
  194. game:GetService('RunService').Stepped:connect(function()
  195. if noclip then
  196. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  197. end
  198. end)
  199. plr = game.Players.LocalPlayer
  200. mouse = plr:GetMouse()
  201. mouse.KeyDown:connect(function(key)
  202.  
  203. if key == "m" then
  204. noclip = not noclip
  205. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  206. end
  207. end)
  208.  
  209. local char = game.Players.LocalPlayer.Character.HumanoidRootPart
  210. char.CFrame = CFrame.new(4328.48389, 1828.11401, 2896.21509)
  211.  
  212. for _,v in pairs(game.Workspace:GetDescendants()) do
  213. if string.find(v.ClassName, "Model") and string.find(v.Name, 'That noob') then
  214. v:FindFirstChild("Head").Anchored = true
  215. v:FindFirstChild("Head").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(10,0,-5)
  216. end
  217. end
  218.  
  219. while true do
  220.  
  221. for _,v in pairs(game.Workspace:GetDescendants()) do
  222. if string.find(v.Name, "Snow Pirate") and v:FindFirstChild("HumanoidRootPart") then
  223. v:FindFirstChild("HumanoidRootPart").Anchored = true
  224. v:FindFirstChild("HumanoidRootPart").CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame*CFrame.new(0,0,-5)
  225. end
  226. end
  227. wait(20)
  228. end
  229. end)
  230.  
  231. Main_3.Name = "Main"
  232. Main_3.Parent = Main
  233. Main_3.BackgroundColor3 = Color3.new(1, 1, 1)
  234. Main_3.BackgroundTransparency = 0.25
  235. Main_3.BorderColor3 = Color3.new(0, 0, 0)
  236. Main_3.BorderSizePixel = 5
  237. Main_3.Position = UDim2.new(0.568382859, 0, 0.159029648, 0)
  238. Main_3.Size = UDim2.new(0, 130, 0, 188)
  239.  
  240. TPDF.Name = "TP DF"
  241. TPDF.Parent = Main_3
  242. TPDF.BackgroundColor3 = Color3.new(1, 1, 1)
  243. TPDF.BorderSizePixel = 4
  244. TPDF.Position = UDim2.new(0, 0, 0.117920004, 0)
  245. TPDF.Size = UDim2.new(0, 131, 0, 26)
  246. TPDF.Font = Enum.Font.SourceSansSemibold
  247. TPDF.Text = "TP DF"
  248. TPDF.TextColor3 = Color3.new(0, 0, 0)
  249. TPDF.TextSize = 24
  250. TPDF.MouseButton1Down:connect(function()
  251. check = function(x)
  252.  
  253. for _,v in next, x:GetChildren() do
  254. if v:IsA("Tool") then
  255. if not v.Parent:FindFirstChild("Humanoid") then
  256. v.TextureId = "";
  257. v.Parent = game.Players.LocalPlayer.Backpack
  258. end
  259. end
  260. check(v)
  261. end
  262. end
  263. check(workspace)
  264. end)
  265.  
  266. TextLabel.Parent = Main
  267. TextLabel.BackgroundColor3 = Color3.new(1, 0, 0)
  268. TextLabel.BorderSizePixel = 5
  269. TextLabel.Position = UDim2.new(0.526523113, 0, 0.864197552, 0)
  270. TextLabel.Size = UDim2.new(0, 144, 0, 32)
  271. TextLabel.Font = Enum.Font.SourceSansSemibold
  272. TextLabel.Text = "?ProTeammm?"
  273. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  274. TextLabel.TextSize = 23
  275.  
  276. TextLabel_2.Parent = Main
  277. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  278. TextLabel_2.BorderSizePixel = 5
  279. TextLabel_2.Position = UDim2.new(0.0610058606, 0, 0.888888896, 0)
  280. TextLabel_2.Size = UDim2.new(0, 85, 0, 24)
  281. TextLabel_2.Font = Enum.Font.SourceSansSemibold
  282. TextLabel_2.Text = "By: DPT"
  283. TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
  284. TextLabel_2.TextSize = 23
  285.  
  286. TextLabel_3.Parent = Main
  287. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  288. TextLabel_3.BorderSizePixel = 5
  289. TextLabel_3.Size = UDim2.new(0, 347, 0, 21)
  290. TextLabel_3.Font = Enum.Font.SourceSansSemibold
  291. TextLabel_3.Text = "???????????????"
  292. TextLabel_3.TextColor3 = Color3.new(0, 0, 0)
  293. TextLabel_3.TextSize = 23
  294.  
  295. TextLabel_4.Parent = Main
  296. TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
  297. TextLabel_4.BorderSizePixel = 5
  298. TextLabel_4.Position = UDim2.new(0.0618269481, 0, 0.11419753, 0)
  299. TextLabel_4.Size = UDim2.new(0, 135, 0, 13)
  300. TextLabel_4.Font = Enum.Font.SourceSansSemibold
  301. TextLabel_4.Text = "TP NPC"
  302. TextLabel_4.TextColor3 = Color3.new(0, 0, 0)
  303. TextLabel_4.TextSize = 18
  304.  
  305. TextLabel_5.Parent = Main
  306. TextLabel_5.BackgroundColor3 = Color3.new(1, 1, 1)
  307. TextLabel_5.BorderSizePixel = 5
  308. TextLabel_5.Position = UDim2.new(0.568382859, 0, 0.11419753, 0)
  309. TextLabel_5.Size = UDim2.new(0, 130, 0, 14)
  310. TextLabel_5.Font = Enum.Font.SourceSansSemibold
  311. TextLabel_5.Text = "TP Chest or DF"
  312. TextLabel_5.TextColor3 = Color3.new(0, 0, 0)
  313. TextLabel_5.TextSize = 18
  314.  
  315. TextLabel_6.Parent = Main
  316. TextLabel_6.BackgroundColor3 = Color3.new(1, 1, 1)
  317. TextLabel_6.BorderSizePixel = 5
  318. TextLabel_6.Position = UDim2.new(0.571256459, 0, 0.554091394, 0)
  319. TextLabel_6.Size = UDim2.new(0, 128, 0, 35)
  320. TextLabel_6.Font = Enum.Font.SourceSansSemibold
  321. TextLabel_6.Text = "Comming Soon"
  322. TextLabel_6.TextColor3 = Color3.new(0, 0, 0)
  323. TextLabel_6.TextSize = 23
  324.  
  325. TextLabel_7.Parent = Main
  326. TextLabel_7.BackgroundColor3 = Color3.new(1, 1, 1)
  327. TextLabel_7.BorderSizePixel = 5
  328. TextLabel_7.Position = UDim2.new(0.0618269481, 0, 0.726930857, 0)
  329. TextLabel_7.Size = UDim2.new(0, 134, 0, 35)
  330. TextLabel_7.Font = Enum.Font.SourceSansSemibold
  331. TextLabel_7.Text = "Comming Soon"
  332. TextLabel_7.TextColor3 = Color3.new(0, 0, 0)
  333. TextLabel_7.TextSize = 23
  334. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement