Advertisement
naruto9161

Untitled

Mar 26th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.86 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local UpdateSSgui = Instance.new("ScreenGui")
  5. local top = Instance.new("Frame")
  6. local mainDupe = Instance.new("Frame")
  7. local tool = Instance.new("TextBox")
  8. local DupeOff = Instance.new("TextButton")
  9. local Dupe = Instance.new("TextButton")
  10. local Backpackoff = Instance.new("TextButton")
  11. local Backpack = Instance.new("TextButton")
  12. local Farmoff = Instance.new("TextButton")
  13. local Farm = Instance.new("TextButton")
  14. local Equipoff = Instance.new("TextButton")
  15. local equip = Instance.new("TextButton")
  16. local TP = Instance.new("ScrollingFrame")
  17. local Spawn = Instance.new("TextButton")
  18. local Orc = Instance.new("TextButton")
  19. local cactus = Instance.new("TextButton")
  20. local noob = Instance.new("TextButton")
  21. local chotolate = Instance.new("TextButton")
  22. local ice = Instance.new("TextButton")
  23. local Lava = Instance.new("TextButton")
  24. local cyber = Instance.new("TextButton")
  25. local Prestige = Instance.new("TextButton")
  26. local Btool = Instance.new("TextButton")
  27. local char = game.Players.LocalPlayer.Character.HumanoidRootPart
  28. --Properties:
  29. UpdateSSgui.Name = "UpdateSSgui"
  30. UpdateSSgui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  31.  
  32. top.Name = "top"
  33. top.Parent = UpdateSSgui
  34. top.Active = true
  35. top.Selectable = true
  36. top.BackgroundColor3 = Color3.new(0.0823529, 0.0823529, 0.0823529)
  37. top.Position = UDim2.new(0.462894917, 0, 0.43857494, 0)
  38. top.Size = UDim2.new(0, 449, 0, 16)
  39. top.Draggable = true
  40.  
  41. mainDupe.Name = "mainDupe"
  42. mainDupe.Parent = top
  43. mainDupe.BackgroundColor3 = Color3.new(1, 1, 1)
  44. mainDupe.BackgroundTransparency = 0.69999998807907
  45. mainDupe.Position = UDim2.new(0.000630741939, 0, 1.12607574, 0)
  46. mainDupe.Size = UDim2.new(0, 266, 0, 190)
  47.  
  48. tool.Name = "tool"
  49. tool.Parent = mainDupe
  50. tool.BackgroundColor3 = Color3.new(1, 1, 1)
  51. tool.Position = UDim2.new(0.124060154, 0, 0.110526316, 0)
  52. tool.Size = UDim2.new(0, 199, 0, 34)
  53. tool.Font = Enum.Font.SourceSans
  54. tool.Text = "T�d?ng c?"
  55. tool.TextColor3 = Color3.new(0, 0, 0)
  56. tool.TextSize = 14
  57. tool.TextWrapped = true
  58.  
  59. DupeOff.Name = "DupeOff"
  60. DupeOff.Parent = mainDupe
  61. DupeOff.BackgroundColor3 = Color3.new(1, 0, 0)
  62. DupeOff.Position = UDim2.new(0.124060154, 0, 0.368421048, 0)
  63. DupeOff.Size = UDim2.new(0, 92, 0, 29)
  64. DupeOff.Font = Enum.Font.SourceSans
  65. DupeOff.Text = "Dupe"
  66. DupeOff.TextColor3 = Color3.new(0, 0, 0)
  67. DupeOff.TextSize = 14
  68. DupeOff.MouseButton1Click:connect(function()
  69. Dupe.Visible = true
  70. dupe = false
  71. end)
  72.  
  73. Dupe.Name = "Dupe"
  74. Dupe.Parent = mainDupe
  75. Dupe.BackgroundColor3 = Color3.new(0.568627, 1, 0)
  76. Dupe.Position = UDim2.new(0.124060154, 0, 0.368421048, 0)
  77. Dupe.Size = UDim2.new(0, 92, 0, 29)
  78. Dupe.Font = Enum.Font.SourceSans
  79. Dupe.Text = "Dupe"
  80. Dupe.TextColor3 = Color3.new(0, 0, 0)
  81. Dupe.TextSize = 14
  82. Dupe.MouseButton1Click:connect(function()
  83. Dupe.Visible = false
  84. dupe = true
  85. while dupe do
  86. wait()
  87. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  88. if v.Name == tool.Text then
  89. v.Parent = game.Players.LocalPlayer
  90. end
  91. end
  92. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  93. if v.Name == tool.Text then
  94. v.Parent = game.Players.LocalPlayer
  95. end
  96. end
  97. end
  98. end)
  99.  
  100. Backpackoff.Name = "Backpackoff"
  101. Backpackoff.Parent = mainDupe
  102. Backpackoff.BackgroundColor3 = Color3.new(1, 0, 0)
  103. Backpackoff.Position = UDim2.new(0.556391001, 0, 0.368421048, 0)
  104. Backpackoff.Size = UDim2.new(0, 92, 0, 29)
  105. Backpackoff.Font = Enum.Font.SourceSans
  106. Backpackoff.Text = "Backpack"
  107. Backpackoff.TextColor3 = Color3.new(0, 0, 0)
  108. Backpackoff.TextSize = 14
  109. Backpackoff.MouseButton1Click:connect(function()
  110. Backpack.Visible = true
  111. _G.backpack = false
  112. end)
  113.  
  114. Backpack.Name = "Backpack"
  115. Backpack.Parent = mainDupe
  116. Backpack.BackgroundColor3 = Color3.new(0.568627, 1, 0)
  117. Backpack.Position = UDim2.new(0.556391001, 0, 0.368421048, 0)
  118. Backpack.Size = UDim2.new(0, 92, 0, 29)
  119. Backpack.Font = Enum.Font.SourceSans
  120. Backpack.Text = "Backpack"
  121. Backpack.TextColor3 = Color3.new(0, 0, 0)
  122. Backpack.TextSize = 14
  123. Backpack.MouseButton1Click:connect(function()
  124. Backpack.Visible = false
  125. _G.backpack = true
  126. while _G.backpack do
  127. wait()
  128. for i,v in pairs(game.Players.LocalPlayer:GetChildren()) do
  129. if v.Name == tool.Text then
  130. v.Parent = game.Players.LocalPlayer.Backpack
  131. end
  132. end
  133. end
  134. end)
  135.  
  136. Farmoff.Name = "Farmoff"
  137. Farmoff.Parent = mainDupe
  138. Farmoff.BackgroundColor3 = Color3.new(1, 0, 0)
  139. Farmoff.Position = UDim2.new(0.556391001, 0, 0.605263174, 0)
  140. Farmoff.Size = UDim2.new(0, 92, 0, 29)
  141. Farmoff.Font = Enum.Font.SourceSans
  142. Farmoff.Text = "Farm"
  143. Farmoff.TextColor3 = Color3.new(0, 0, 0)
  144. Farmoff.TextSize = 14
  145. Farmoff.MouseButton1Click:connect(function()
  146. _G.farm = false
  147. Farm.Visible = true
  148. end)
  149.  
  150. Farm.Name = "Farm"
  151. Farm.Parent = mainDupe
  152. Farm.BackgroundColor3 = Color3.new(0.568627, 1, 0)
  153. Farm.Position = UDim2.new(0.556391001, 0, 0.605263174, 0)
  154. Farm.Size = UDim2.new(0, 92, 0, 29)
  155. Farm.Font = Enum.Font.SourceSans
  156. Farm.Text = "Farm"
  157. Farm.TextColor3 = Color3.new(0, 0, 0)
  158. Farm.TextSize = 14
  159. Farm.MouseButton1Click:connect(function()
  160. Farm.Visible = false
  161. _G.farm = true
  162. while _G.farm do
  163. wait()
  164. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  165. if v.Name == tool.Text then v:Activate() end
  166. end
  167. end
  168. end)
  169.  
  170. Equipoff.Name = "Equipoff"
  171. Equipoff.Parent = mainDupe
  172. Equipoff.BackgroundColor3 = Color3.new(1, 0, 0)
  173. Equipoff.Position = UDim2.new(0.124060184, 0, 0.605263174, 0)
  174. Equipoff.Size = UDim2.new(0, 92, 0, 29)
  175. Equipoff.Font = Enum.Font.SourceSans
  176. Equipoff.Text = "Equip"
  177. Equipoff.TextColor3 = Color3.new(0, 0, 0)
  178. Equipoff.TextSize = 14
  179. Equipoff.MouseButton1Click:connect(function()
  180. equip.Visible = true
  181. _G.equip = false
  182. end)
  183.  
  184. equip.Name = "equip"
  185. equip.Parent = mainDupe
  186. equip.BackgroundColor3 = Color3.new(0.568627, 1, 0)
  187. equip.Position = UDim2.new(0.124060184, 0, 0.605263174, 0)
  188. equip.Size = UDim2.new(0, 92, 0, 29)
  189. equip.Font = Enum.Font.SourceSans
  190. equip.Text = "Equip"
  191. equip.TextColor3 = Color3.new(0, 0, 0)
  192. equip.TextSize = 14
  193. equip.MouseButton1Click:connect(function()
  194. equip.Visible = false
  195. _G.equip = true
  196. while _G.equip do
  197. wait()
  198. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  199. if v.Name == tool.Text then
  200. v.Parent = game.Players.LocalPlayer.Character
  201. end
  202. end
  203. end
  204. end)
  205.  
  206. TP.Name = "TP"
  207. TP.Parent = mainDupe
  208. TP.BackgroundColor3 = Color3.new(1, 1, 1)
  209. TP.BackgroundTransparency = 0.64999997615814
  210. TP.Position = UDim2.new(1, 0, 0, 0)
  211. TP.Size = UDim2.new(0, 183, 0, 190)
  212. TP.CanvasSize = UDim2.new(0, 0, 3, 0)
  213.  
  214. Spawn.Name = "Spawn"
  215. Spawn.Parent = TP
  216. Spawn.BackgroundColor3 = Color3.new(0.823529, 1, 0.188235)
  217. Spawn.Size = UDim2.new(0, 169, 0, 21)
  218. Spawn.Font = Enum.Font.SourceSans
  219. Spawn.Text = "Spawn TP"
  220. Spawn.TextColor3 = Color3.new(0, 0, 0)
  221. Spawn.TextSize = 14
  222.  
  223. Orc.Name = "Orc"
  224. Orc.Parent = TP
  225. Orc.BackgroundColor3 = Color3.new(0.823529, 1, 0.188235)
  226. Orc.Position = UDim2.new(0, 0, 0.0552631579, 0)
  227. Orc.Size = UDim2.new(0, 169, 0, 21)
  228. Orc.Font = Enum.Font.SourceSans
  229. Orc.Text = "Orc Swamp TP"
  230. Orc.TextColor3 = Color3.new(0, 0, 0)
  231. Orc.TextSize = 14
  232.  
  233. cactus.Name = "cactus"
  234. cactus.Parent = TP
  235. cactus.BackgroundColor3 = Color3.new(0.823529, 1, 0.188235)
  236. cactus.Position = UDim2.new(0, 0, 0.110526316, 0)
  237. cactus.Size = UDim2.new(0, 169, 0, 21)
  238. cactus.Font = Enum.Font.SourceSans
  239. cactus.Text = "Ancient Desert TP"
  240. cactus.TextColor3 = Color3.new(0, 0, 0)
  241. cactus.TextSize = 14
  242.  
  243. noob.Name = "noob"
  244. noob.Parent = TP
  245. noob.BackgroundColor3 = Color3.new(0.823529, 1, 0.188235)
  246. noob.Position = UDim2.new(0, 0, 0.16578947, 0)
  247. noob.Size = UDim2.new(0, 169, 0, 21)
  248. noob.Font = Enum.Font.SourceSans
  249. noob.Text = "Noob Plains TP"
  250. noob.TextColor3 = Color3.new(0, 0, 0)
  251. noob.TextSize = 14
  252.  
  253. chotolate.Name = "chotolate"
  254. chotolate.Parent = TP
  255. chotolate.BackgroundColor3 = Color3.new(0.823529, 1, 0.188235)
  256. chotolate.Position = UDim2.new(0, 0, 0.221052632, 0)
  257. chotolate.Size = UDim2.new(0, 169, 0, 21)
  258. chotolate.Font = Enum.Font.SourceSans
  259. chotolate.Text = "Candyland TP"
  260. chotolate.TextColor3 = Color3.new(0, 0, 0)
  261. chotolate.TextSize = 14
  262.  
  263. ice.Name = "ice"
  264. ice.Parent = TP
  265. ice.BackgroundColor3 = Color3.new(0.823529, 1, 0.188235)
  266. ice.Position = UDim2.new(0, 0, 0.276315778, 0)
  267. ice.Size = UDim2.new(0, 169, 0, 21)
  268. ice.Font = Enum.Font.SourceSans
  269. ice.Text = "The Blizzard TP"
  270. ice.TextColor3 = Color3.new(0, 0, 0)
  271. ice.TextSize = 14
  272.  
  273. Lava.Name = "Lava"
  274. Lava.Parent = TP
  275. Lava.BackgroundColor3 = Color3.new(0.823529, 1, 0.188235)
  276. Lava.Position = UDim2.new(0, 0, 0.33157894, 0)
  277. Lava.Size = UDim2.new(0, 169, 0, 21)
  278. Lava.Font = Enum.Font.SourceSans
  279. Lava.Text = "Lava Land TP"
  280. Lava.TextColor3 = Color3.new(0, 0, 0)
  281. Lava.TextSize = 14
  282.  
  283. cyber.Name = "cyber"
  284. cyber.Parent = TP
  285. cyber.BackgroundColor3 = Color3.new(0.823529, 1, 0.188235)
  286. cyber.Position = UDim2.new(0, 0, 0.384210527, 0)
  287. cyber.Size = UDim2.new(0, 169, 0, 21)
  288. cyber.Font = Enum.Font.SourceSans
  289. cyber.Text = "Cyber City TP"
  290. cyber.TextColor3 = Color3.new(0, 0, 0)
  291. cyber.TextSize = 14
  292.  
  293. Prestige.Name = "Prestige"
  294. Prestige.Parent = TP
  295. Prestige.BackgroundColor3 = Color3.new(0.823529, 1, 0.188235)
  296. Prestige.Position = UDim2.new(0, 0, 0.436842084, 0)
  297. Prestige.Size = UDim2.new(0, 169, 0, 21)
  298. Prestige.Font = Enum.Font.SourceSans
  299. Prestige.Text = "Redcliff Castle TP"
  300. Prestige.TextColor3 = Color3.new(0, 0, 0)
  301. Prestige.TextSize = 14
  302.  
  303. Btool.Name = "Btool"
  304. Btool.Parent = mainDupe
  305. Btool.BackgroundColor3 = Color3.new(0.756863, 0, 0.0117647)
  306. Btool.Position = UDim2.new(0.338345855, 0, 0.805263162, 0)
  307. Btool.Size = UDim2.new(0, 85, 0, 22)
  308. Btool.Font = Enum.Font.GothamBlack
  309. Btool.Text = "Btools"
  310. Btool.TextColor3 = Color3.new(1, 1, 1)
  311. Btool.TextSize = 14
  312. Btool.MouseButton1Click:connect(function()
  313. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true)
  314. for index, child in pairs(game:GetService("Workspace"):GetChildren()) do
  315. if child.ClassName == "Part" then
  316. child.Locked = false
  317. end
  318. if child.ClassName == "MeshPart" then
  319. child.Locked = false
  320. end
  321. if child.ClassName == "UnionOperation" then
  322. child.Locked = false
  323. end
  324. if child.ClassName == "Model" then
  325. for index, chil in pairs(child:GetChildren()) do
  326. if chil.ClassName == "Part" then
  327. chil.Locked = false
  328. end
  329. if chil.ClassName == "MeshPart" then
  330. chil.Locked = false
  331. end
  332. if chil.ClassName == "UnionOperation" then
  333. chil.Locked = false
  334. end
  335. if chil.ClassName == "Model" then
  336. for index, childe in pairs(chil:GetChildren()) do
  337. if childe.ClassName == "Part" then
  338. childe.Locked = false
  339. end
  340. if childe.ClassName == "MeshPart" then
  341. childe.Locked = false
  342. end
  343. if childe.ClassName == "UnionOperation" then
  344. childe.Locked = false
  345. end
  346. if childe.ClassName == "Model" then
  347. for index, childeo in pairs(childe:GetChildren()) do
  348. if childeo.ClassName == "Part" then
  349. childeo.Locked = false
  350. end
  351. if childeo.ClassName == "MeshPart" then
  352. childeo.Locked = false
  353. end
  354. if childeo.ClassName == "UnionOperation" then
  355. childeo.Locked = false
  356. end
  357. if childeo.ClassName == "Model" then
  358. end
  359. end
  360. end
  361. end
  362. end
  363. end
  364. end
  365. end
  366. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  367. c.BinType = Enum.BinType.Hammer
  368. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  369. c.BinType = Enum.BinType.Clone
  370. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  371. c.BinType = Enum.BinType.Grab
  372. end)
  373. -- Scripts:
  374. Spawn.MouseButton1Click:connect(function()
  375. char.CFrame = CFrame.new()
  376. end)
  377. Orc.MouseButton1Click:connect(function()
  378. char.CFrame = CFrame.new(102, 3, 285)
  379. end)
  380. cactus.MouseButton1Click:connect(function()
  381. char.CFrame = CFrame.new(128, 3, 615)
  382. end)
  383. noob.MouseButton1Click:connect(function()
  384. char.CFrame = CFrame.new(135, 3, 971)
  385. end)
  386. chotolate.MouseButton1Click:connect(function()
  387. char.CFrame = CFrame.new(125, 3, 1309)
  388. end)
  389. ice.MouseButton1Click:connect(function()
  390. char.CFrame = CFrame.new(119, 3, 1657)
  391. end)
  392. Lava.MouseButton1Click:connect(function()
  393. char.CFrame = CFrame.new(136, 3, 1944)
  394. end)
  395. cyber.MouseButton1Click:connect(function()
  396. char.CFrame = CFrame.new(126, 3, 2291)
  397. end)
  398. Prestige.MouseButton1Click:connect(function()
  399. char.CFrame = CFrame.new(65, 3, 2572)
  400. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement