Advertisement
Guest User

Da Bes Da Bes Da Bes

a guest
Dec 17th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.62 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local MainGUI = Instance.new("Frame")
  6. local drag = Instance.new("Frame")
  7. local drag2 = Instance.new("Frame")
  8. local title = Instance.new("TextLabel")
  9. local exit = Instance.new("TextButton")
  10. local FarmMoonCoins = Instance.new("TextButton")
  11. local Thanks = Instance.new("TextLabel")
  12. local Credits = Instance.new("TextLabel")
  13. local TextLabel = Instance.new("TextLabel")
  14. local TextLabel_2 = Instance.new("TextLabel")
  15. local Walkspeed = Instance.new("TextButton")
  16. local JumpPower = Instance.new("TextButton")
  17. local Teleport = Instance.new("Frame")
  18. local drag_2 = Instance.new("Frame")
  19. local drag2_2 = Instance.new("Frame")
  20. local Title = Instance.new("TextLabel")
  21. local Rocket = Instance.new("TextButton")
  22. local Gold = Instance.new("TextButton")
  23. local CandyLand = Instance.new("TextButton")
  24. local CyborgLand = Instance.new("TextButton")
  25. local Area10 = Instance.new("TextButton")
  26. local Close = Instance.new("TextButton")
  27. --Properties:
  28. ScreenGui.Parent = game.CoreGui
  29.  
  30. MainGUI.Name = "MainGUI"
  31. MainGUI.Parent = ScreenGui
  32. MainGUI.BackgroundColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  33. MainGUI.BorderSizePixel = 0
  34. MainGUI.Position = UDim2.new(0.450098306, 0, 0.0938482657, 0)
  35. MainGUI.Size = UDim2.new(0, 463, 0, 327)
  36. MainGUI.Active = true
  37. MainGUI.Draggable = true
  38.  
  39. drag.Name = "drag"
  40. drag.Parent = MainGUI
  41. drag.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  42. drag.BorderSizePixel = 0
  43. drag.Size = UDim2.new(0, 463, 0, 18)
  44.  
  45. drag2.Name = "drag2"
  46. drag2.Parent = MainGUI
  47. drag2.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  48. drag2.BorderSizePixel = 0
  49. drag2.Position = UDim2.new(0, 0, 0.0455913469, 0)
  50. drag2.Size = UDim2.new(0, 463, 0, 48)
  51.  
  52. title.Name = "title"
  53. title.Parent = MainGUI
  54. title.BackgroundColor3 = Color3.new(1, 1, 1)
  55. title.BackgroundTransparency = 1
  56. title.BorderSizePixel = 0
  57. title.Position = UDim2.new(0.0337662324, 0, 0.0900621042, 0)
  58. title.Size = UDim2.new(0, 124, 0, 25)
  59. title.Font = Enum.Font.Fantasy
  60. title.Text = "BijiGUI"
  61. title.TextColor3 = Color3.new(1, 1, 1)
  62. title.TextScaled = true
  63. title.TextSize = 14
  64. title.TextStrokeColor3 = Color3.new(0.333333, 1, 1)
  65. title.TextStrokeTransparency = 0
  66. title.TextTransparency = 1
  67. title.TextWrapped = true
  68.  
  69. exit.Name = "exit"
  70. exit.Parent = MainGUI
  71. exit.BackgroundColor3 = Color3.new(1, 1, 1)
  72. exit.BackgroundTransparency = 1
  73. exit.Position = UDim2.new(0.927272737, 0, 0, 0)
  74. exit.Size = UDim2.new(0, 28, 0, 18)
  75. exit.Font = Enum.Font.Cartoon
  76. exit.Text = "X"
  77. exit.TextColor3 = Color3.new(0.980392, 0.980392, 0.980392)
  78. exit.TextScaled = true
  79. exit.TextSize = 14
  80. exit.TextStrokeColor3 = Color3.new(1, 1, 1)
  81. exit.TextStrokeTransparency = 2
  82. exit.TextWrapped = true
  83. exit.MouseButton1Click:connect(function()
  84. ScreenGUI:Destroy()
  85. end)
  86.  
  87. FarmMoonCoins.Name = "FarmMoonCoins"
  88. FarmMoonCoins.Parent = MainGUI
  89. FarmMoonCoins.BackgroundColor3 = Color3.new(1, 1, 1)
  90. FarmMoonCoins.BackgroundTransparency = 1
  91. FarmMoonCoins.Position = UDim2.new(0.282514036, 0, 0.348002791, 0)
  92. FarmMoonCoins.Size = UDim2.new(0, 200, 0, 53)
  93. FarmMoonCoins.Font = Enum.Font.Highway
  94. FarmMoonCoins.Text = "FarmMoonCoins"
  95. FarmMoonCoins.TextColor3 = Color3.new(0, 0, 0)
  96. FarmMoonCoins.TextScaled = true
  97. FarmMoonCoins.TextSize = 14
  98. FarmMoonCoins.TextWrapped = true
  99. FarmMoonCoins.MouseButton1Click:connect(function()
  100. StartFarming.MouseButton1Click:connect(function()
  101. if not FarmStart then
  102. FarmArea = "all"
  103. FarmCoins.BackgroundColor3 = Color3.new(0, 0.3, 0)
  104. StartFarming.BackgroundColor3 = Color3.new(0, 0.3, 0)
  105. StartFarming.Text = "Mine ALL: ON"
  106. coins = game.Workspace:WaitForChild("__REMOTES"):WaitForChild("Game"):WaitForChild("Coins")
  107. save = game.Workspace:WaitForChild("__REMOTES"):WaitForChild("Core"):WaitForChild("Get Other Stats"):InvokeServer()
  108. plr = game:GetService("Players").LocalPlayer
  109. done = "no"
  110. pcall(function()
  111. PetTable()
  112. end)
  113. FarmStart = true
  114. else
  115. FarmStart = false
  116. FarmArea = "none"
  117. FarmCoins.BackgroundColor3 = Color3.new(0, 0, 0)
  118. StartFarming.BackgroundColor3 = Color3.new(0.3, 0, 0)
  119. StartFarming.Text = "Mine ALL: OFF"
  120. end
  121. end)
  122.  
  123. StartFarmingEarth.MouseButton1Click:connect(function()
  124. if not FarmStart then
  125. FarmArea = "earth"
  126. FarmCoins.BackgroundColor3 = Color3.new(0, 0.3, 0)
  127. StartFarmingEarth.BackgroundColor3 = Color3.new(0, 0.3, 0)
  128. StartFarmingEarth.Text = "Mine Earth: ON"
  129. coins = game.Workspace:WaitForChild("__REMOTES"):WaitForChild("Game"):WaitForChild("Coins")
  130. save = game.Workspace:WaitForChild("__REMOTES"):WaitForChild("Core"):WaitForChild("Get Other Stats"):InvokeServer()
  131. plr = game:GetService("Players").LocalPlayer
  132. done = "no"
  133. pcall(function()
  134. PetTable()
  135. end)
  136. FarmStart = true
  137. else
  138. FarmStart = false
  139. FarmArea = "none"
  140. FarmCoins.BackgroundColor3 = Color3.new(0, 0, 0)
  141. StartFarmingEarth.BackgroundColor3 = Color3.new(0.3, 0, 0)
  142. StartFarmingEarth.Text = "Mine Earth: OFF"
  143. end
  144. end)
  145.  
  146. StartFarmingMoon.MouseButton1Click:connect(function()
  147. if not FarmStart then
  148. FarmArea = "moon"
  149. FarmCoins.BackgroundColor3 = Color3.new(0, 0.3, 0)
  150. StartFarmingMoon.BackgroundColor3 = Color3.new(0, 0.3, 0)
  151. StartFarmingMoon.Text = "Mine Moon: ON"
  152. coins = game.Workspace:WaitForChild("__REMOTES"):WaitForChild("Game"):WaitForChild("Coins")
  153. save = game.Workspace:WaitForChild("__REMOTES"):WaitForChild("Core"):WaitForChild("Get Other Stats"):InvokeServer()
  154. plr = game:GetService("Players").LocalPlayer
  155. done = "no"
  156. pcall(function()
  157. PetTable()
  158. end)
  159. FarmStart = true
  160. else
  161. FarmStart = false
  162. FarmArea = "none"
  163. FarmCoins.BackgroundColor3 = Color3.new(0, 0, 0)
  164. StartFarmingMoon.BackgroundColor3 = Color3.new(0.3, 0, 0)
  165. StartFarmingMoon.Text = "Mine Moon: OFF"
  166. end
  167. end)
  168.  
  169. function mine(b)
  170. while FarmStart and (b:FindFirstChild"Health" ~= nil) and (b:FindFirstChild"Health".Value > 0) do
  171. wait(0.1)
  172. for PetNumber,_ in pairs(petTable) do
  173. if not FarmStart then break end
  174. coins:FireServer("Mine",b.Name, petTable[PetNumber]["LEVEL"],petTable[PetNumber]["ID"])
  175. end
  176. end
  177. end
  178.  
  179. spawn(function()
  180. while true do
  181. while FarmStart do
  182. for _,b in next, workspace.__THINGS.Coins:GetChildren() do
  183. if (done ~= b) then
  184. if (FarmArea == "all") then
  185. if workspace.__THINGS.Coins:FindFirstChild(b.Name) then
  186. if b.Health.Value > tonumber(AllHealthMin.Text) and b.Health.Value < tonumber(AllHealthMax.Text) then
  187. mine(b)
  188. end
  189. end
  190. elseif (FarmArea == "earth") then
  191. if workspace.__THINGS.Coins:FindFirstChild(b.Name) then
  192. if b.Position.Y < 100 then
  193. if b.Health.Value > tonumber(EarthHealthMin.Text) and b.Health.Value < tonumber(EarthHealthMax.Text) then
  194. mine(b)
  195. end
  196. end
  197. end
  198. elseif (FarmArea == "moon") then
  199. if workspace.__THINGS.Coins:FindFirstChild(b.Name) then
  200. if b.Position.Y > 100 then
  201. if b.Health.Value > tonumber(MoonHealthMin.Text) and b.Health.Value < tonumber(MoonHealthMax.Text) then
  202. mine(b)
  203. end
  204. end
  205. end
  206. else
  207. end
  208. end
  209. end
  210. wait()
  211. end
  212. wait()
  213. end
  214. end)
  215.  
  216. WalkSpeed.MouseButton1Click:connect(function()
  217. if WalkNumber == "1" then
  218. WalkSpeed.BackgroundColor3 = Color3.new(0, 0, 0.5)
  219. WalkSpeed.Text = "Walk:2"
  220. WalkNumber = "2"
  221. Walk = 30
  222. elseif WalkNumber == "2" then
  223. WalkSpeed.BackgroundColor3 = Color3.new(0.5, 0, 0)
  224. WalkSpeed.Text = "Walk:3"
  225. WalkNumber = "3"
  226. Walk = 80
  227. elseif WalkNumber == "3" then
  228. WalkSpeed.BackgroundColor3 = Color3.new(0, 0, 0)
  229. WalkSpeed.Text = "Walk:1"
  230. WalkNumber = "1"
  231. Walk = 16
  232. else
  233. WalkSpeed.BackgroundColor3 = Color3.new(0, 0, 0)
  234. WalkSpeed.Text = "Walk:1"
  235. WalkNumber = "1"
  236. Walk = 16
  237. end
  238. player = game.Players.LocalPlayer
  239. player.Character.Humanoid.WalkSpeed = Walk
  240. end)
  241.  
  242. JumpPower.MouseButton1Click:connect(function()
  243. if JumpNumber == "1" then
  244. JumpPower.BackgroundColor3 = Color3.new(0, 0, 0.5)
  245. JumpPower.Text = "Jump:2"
  246. JumpNumber = "2"
  247. Jump = 150
  248. elseif JumpNumber == "2" then
  249. JumpPower.BackgroundColor3 = Color3.new(0.5, 0, 0)
  250. JumpPower.Text = "Jump:3"
  251. JumpNumber = "3"
  252. Jump = 400
  253. elseif JumpNumber == "3" then
  254. JumpPower.BackgroundColor3 = Color3.new(0, 0, 0)
  255. JumpPower.Text = "Jump:1"
  256. JumpNumber = "1"
  257. Jump = 50
  258. else
  259. JumpPower.BackgroundColor3 = Color3.new(0, 0, 0)
  260. JumpPower.Text = "Jump:1"
  261. JumpNumber = "1"
  262. Jump = 50
  263. end
  264. player = game.Players.LocalPlayer
  265. player.Character.Humanoid.JumpPower = Jump
  266. end)
  267. end)
  268.  
  269. Thanks.Name = "Thanks"
  270. Thanks.Parent = MainGUI
  271. Thanks.Active = true
  272. Thanks.BackgroundColor3 = Color3.new(1, 1, 1)
  273. Thanks.BackgroundTransparency = 1
  274. Thanks.Position = UDim2.new(0.19952257, 0, 0.798277318, 0)
  275. Thanks.Size = UDim2.new(0, 275, 0, 31)
  276. Thanks.Font = Enum.Font.Cartoon
  277. Thanks.Text = "Thanks For Use This GUI"
  278. Thanks.TextColor3 = Color3.new(0, 0, 0)
  279. Thanks.TextScaled = true
  280. Thanks.TextSize = 16
  281. Thanks.TextWrapped = true
  282.  
  283. Credits.Name = "Credits"
  284. Credits.Parent = MainGUI
  285. Credits.Active = true
  286. Credits.BackgroundColor3 = Color3.new(1, 1, 1)
  287. Credits.BackgroundTransparency = 1
  288. Credits.Position = UDim2.new(0, 0, 0.940993786, 0)
  289. Credits.Size = UDim2.new(0, 185, 0, 19)
  290. Credits.Font = Enum.Font.Highway
  291. Credits.Text = "GUI By Fatir"
  292. Credits.TextColor3 = Color3.new(1, 0, 0)
  293. Credits.TextScaled = true
  294. Credits.TextSize = 14
  295. Credits.TextWrapped = true
  296.  
  297. TextLabel.Parent = MainGUI
  298. TextLabel.Active = true
  299. TextLabel.BackgroundColor3 = Color3.new(0, 0, 1)
  300. TextLabel.BackgroundTransparency = 1
  301. TextLabel.Position = UDim2.new(0.553752661, 0, 0.939551473, 0)
  302. TextLabel.Size = UDim2.new(0, 200, 0, 19)
  303. TextLabel.Font = Enum.Font.Fantasy
  304. TextLabel.Text = "Thanks For Erlan"
  305. TextLabel.TextColor3 = Color3.new(0, 0, 1)
  306. TextLabel.TextScaled = true
  307. TextLabel.TextSize = 14
  308. TextLabel.TextWrapped = true
  309.  
  310. TextLabel_2.Parent = MainGUI
  311. TextLabel_2.Active = true
  312. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  313. TextLabel_2.BackgroundTransparency = 1
  314. TextLabel_2.Position = UDim2.new(0.283965826, 0, 0.189678431, 0)
  315. TextLabel_2.Size = UDim2.new(0, 200, 0, 33)
  316. TextLabel_2.Font = Enum.Font.Code
  317. TextLabel_2.Text = "PETS SIMULATOR"
  318. TextLabel_2.TextColor3 = Color3.new(0.666667, 0, 0)
  319. TextLabel_2.TextScaled = true
  320. TextLabel_2.TextSize = 14
  321. TextLabel_2.TextStrokeColor3 = Color3.new(0.333333, 1, 1)
  322. TextLabel_2.TextWrapped = true
  323.  
  324. Walkspeed.Name = "Walkspeed"
  325. Walkspeed.Parent = MainGUI
  326. Walkspeed.BackgroundColor3 = Color3.new(1, 1, 1)
  327. Walkspeed.BackgroundTransparency = 1
  328. Walkspeed.Position = UDim2.new(0.088552922, 0, 0.556574941, 0)
  329. Walkspeed.Size = UDim2.new(0, 163, 0, 49)
  330. Walkspeed.Font = Enum.Font.Highway
  331. Walkspeed.Text = "Walkspeed"
  332. Walkspeed.TextColor3 = Color3.new(0, 0, 0)
  333. Walkspeed.TextScaled = true
  334. Walkspeed.TextSize = 14
  335. Walkspeed.TextWrapped = true
  336. Walkspeed.MouseButton1Down:connect(function()
  337. for i, v in pairs(game:GetChildren()) do
  338. if v.ClassName == "Players" then
  339. for i, v in pairs(v.LocalPlayer.Character:GetChildren()) do
  340. if v.ClassName == "Humanoid" then
  341. v.Name = "Human"
  342. end
  343. end
  344. v.LocalPlayer.Character.Human.WalkSpeed = 100;
  345. end;
  346. end;
  347. end)
  348.  
  349. JumpPower.Name = "JumpPower"
  350. JumpPower.Parent = MainGUI
  351. JumpPower.BackgroundColor3 = Color3.new(1, 1, 1)
  352. JumpPower.BackgroundTransparency = 1
  353. JumpPower.Position = UDim2.new(0.533477306, 0, 0.556574941, 0)
  354. JumpPower.Size = UDim2.new(0, 200, 0, 50)
  355. JumpPower.Font = Enum.Font.Highway
  356. JumpPower.Text = "JumpPower"
  357. JumpPower.TextColor3 = Color3.new(0, 0, 0)
  358. JumpPower.TextScaled = true
  359. JumpPower.TextSize = 14
  360. JumpPower.TextWrapped = true
  361. JumpPower.MouseButton1Down:connect(function()
  362. for i, v in pairs(game:GetChildren()) do
  363. if v.ClassName == "Players" then
  364. for i, v in pairs(v.LocalPlayer.Character:GetChildren()) do
  365. if v.ClassName == "Humanoid" then
  366. v.Name = "Human"
  367. end
  368. end
  369. v.LocalPlayer.Character.Human.JumpPower = 200;
  370. end;
  371. end;
  372. end)
  373.  
  374. Teleport.Name = "Teleport"
  375. Teleport.Parent = ScreenGui
  376. Teleport.Active = true
  377. Teleport.BackgroundColor3 = Color3.new(0.419608, 0.419608, 0.419608)
  378. Teleport.Position = UDim2.new(0.826361477, 0, 0.0819672123, 0)
  379. Teleport.Size = UDim2.new(0, 211, 0, 742)
  380. Teleport.Style = Enum.FrameStyle.DropShadow
  381. Teleport.Active = true
  382. Teleport.Draggable = true
  383.  
  384. drag_2.Name = "drag"
  385. drag_2.Parent = Teleport
  386. drag_2.Active = true
  387. drag_2.BackgroundColor3 = Color3.new(1, 1, 1)
  388. drag_2.Position = UDim2.new(-0.0397787243, 0, -0.00595096732, 0)
  389. drag_2.Size = UDim2.new(0, 208, 0, 30)
  390. drag_2.Style = Enum.FrameStyle.DropShadow
  391.  
  392. drag2_2.Name = "drag2"
  393. drag2_2.Parent = Teleport
  394. drag2_2.BackgroundColor3 = Color3.new(1, 1, 1)
  395. drag2_2.Position = UDim2.new(-0.0289497562, 0, 0.0261523947, 0)
  396. drag2_2.Size = UDim2.new(0, 206, 0, 48)
  397. drag2_2.Style = Enum.FrameStyle.DropShadow
  398.  
  399. Title.Name = "Title"
  400. Title.Parent = Teleport
  401. Title.Active = true
  402. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  403. Title.BackgroundTransparency = 1
  404. Title.Position = UDim2.new(0.0682523474, 0, 0.0395681188, 0)
  405. Title.Size = UDim2.new(0, 165, 0, 35)
  406. Title.Font = Enum.Font.Cartoon
  407. Title.Text = "Teleport"
  408. Title.TextColor3 = Color3.new(0, 0, 0)
  409. Title.TextScaled = true
  410. Title.TextSize = 14
  411. Title.TextWrapped = true
  412.  
  413. Rocket.Name = "Rocket"
  414. Rocket.Parent = Teleport
  415. Rocket.BackgroundColor3 = Color3.new(1, 1, 1)
  416. Rocket.BackgroundTransparency = 1
  417. Rocket.Position = UDim2.new(-0.013139626, 0, 0.116956934, 0)
  418. Rocket.Size = UDim2.new(0, 200, 0, 40)
  419. Rocket.Font = Enum.Font.Cartoon
  420. Rocket.Text = "Rocket"
  421. Rocket.TextColor3 = Color3.new(0, 0, 0)
  422. Rocket.TextScaled = true
  423. Rocket.TextSize = 14
  424. Rocket.TextWrapped = true
  425. Rocket.MouseButton1Click:connect(function()
  426. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1828, -37, 897)
  427. notify'Now You Are In Rocket!'
  428. end)
  429. end)
  430.  
  431. Gold.Name = "Gold"
  432. Gold.Parent = Teleport
  433. Gold.BackgroundColor3 = Color3.new(1, 1, 1)
  434. Gold.BackgroundTransparency = 1
  435. Gold.Position = UDim2.new(-0.0226183012, 0, 0.193480939, 0)
  436. Gold.Size = UDim2.new(0, 200, 0, 40)
  437. Gold.Font = Enum.Font.Cartoon
  438. Gold.Text = "GoldCrate"
  439. Gold.TextColor3 = Color3.new(0, 0, 0)
  440. Gold.TextScaled = true
  441. Gold.TextSize = 14
  442. Gold.TextWrapped = true
  443. Gold.MouseButton1Click:connect(function()
  444. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(9.4, 145, -1902.9)
  445. notify'Teleported to the Gold Land'
  446. end)
  447.  
  448. CandyLand.Name = "CandyLand"
  449. CandyLand.Parent = Teleport
  450. CandyLand.BackgroundColor3 = Color3.new(1, 1, 1)
  451. CandyLand.BackgroundTransparency = 1
  452. CandyLand.Position = UDim2.new(-0.0226183012, 0, 0.273896009, 0)
  453. CandyLand.Size = UDim2.new(0, 200, 0, 40)
  454. CandyLand.Font = Enum.Font.Cartoon
  455. CandyLand.Text = "CandyLand"
  456. CandyLand.TextColor3 = Color3.new(0, 0, 0)
  457. CandyLand.TextScaled = true
  458. CandyLand.TextSize = 14
  459. CandyLand.TextWrapped = true
  460. CandyLand.MouseButton1Click:connect(function()
  461. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(13.7, 145, -1449.8)
  462. notify'Teleported to Candy Land'
  463. end)
  464.  
  465. CyborgLand.Name = "CyborgLand"
  466. CyborgLand.Parent = Teleport
  467. CyborgLand.BackgroundColor3 = Color3.new(1, 1, 1)
  468. CyborgLand.BackgroundTransparency = 1
  469. CyborgLand.Position = UDim2.new(-0.0178789645, 0, 0.355608046, 0)
  470. CyborgLand.Size = UDim2.new(0, 200, 0, 40)
  471. CyborgLand.Font = Enum.Font.Cartoon
  472. CyborgLand.Text = "CyborgLand"
  473. CyborgLand.TextColor3 = Color3.new(0, 0, 0)
  474. CyborgLand.TextScaled = true
  475. CyborgLand.TextSize = 14
  476. CyborgLand.TextWrapped = true
  477. CyborgLand.MouseButton1Click:connect(function()
  478. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-283.5, 145, -1704.4)
  479. notify'Teleported to the Cyborg Area'
  480. end)
  481.  
  482. Area10.Name = "Area10"
  483. Area10.Parent = Teleport
  484. Area10.BackgroundColor3 = Color3.new(1, 1, 1)
  485. Area10.BackgroundTransparency = 1
  486. Area10.Position = UDim2.new(-0.0178789645, 0, 0.443805188, 0)
  487. Area10.Size = UDim2.new(0, 200, 0, 40)
  488. Area10.Font = Enum.Font.Cartoon
  489. Area10.Text = "Area10"
  490. Area10.TextColor3 = Color3.new(0, 0, 0)
  491. Area10.TextScaled = true
  492. Area10.TextSize = 14
  493. Area10.TextWrapped = true
  494. Area10.MouseButton1Click:connect(function()
  495. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-283.5, 145, -1704.4)
  496. notify'Teleported to the Cyborg Area'
  497. end)
  498.  
  499. Close.Name = "Close"
  500. Close.Parent = Teleport
  501. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  502. Close.BackgroundTransparency = 1
  503. Close.Position = UDim2.new(0.871910036, 0, -0.00649016118, 0)
  504. Close.Size = UDim2.new(0, 25, 0, 23)
  505. Close.Font = Enum.Font.SourceSans
  506. Close.Text = "X"
  507. Close.TextColor3 = Color3.new(0, 0, 0)
  508. Close.TextScaled = true
  509. Close.TextSize = 14
  510. Close.TextWrapped = true
  511. Close.MouseButton1Click:connect(function()
  512. Teleport:Destroy()
  513. end)
  514. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement