Advertisement
Guest User

asddsadsa

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