zombieslayerwtf

[patched] The Final Stand 2 Gui

Dec 8th, 2018 (edited)
30,471
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.78 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local FS2GUI = Instance.new("ScreenGui")
  5. local MainFrame = Instance.new("Frame")
  6. local features = Instance.new("TextLabel")
  7. local close = Instance.new("TextButton")
  8. local mini = Instance.new("TextButton")
  9. local credits = Instance.new("TextLabel")
  10. local credits1 = Instance.new("TextLabel")
  11. local BSGunName = Instance.new("TextBox")
  12. local BulletGun = Instance.new("TextButton")
  13. local LaserGun = Instance.new("TextButton")
  14. local help2 = Instance.new("TextLabel")
  15. local line1 = Instance.new("TextLabel")
  16. local line4 = Instance.new("TextLabel")
  17. local Buy = Instance.new("TextButton")
  18. local line2 = Instance.new("TextLabel")
  19. local TPheadson = Instance.new("TextButton")
  20. local help1 = Instance.new("TextLabel")
  21. local help3 = Instance.new("TextLabel")
  22. local line3 = Instance.new("TextLabel")
  23. local ScriptName = Instance.new("TextLabel")
  24. local Sell = Instance.new("TextButton")
  25. local GunName = Instance.new("TextBox")
  26. local TPheadsoff = Instance.new("TextButton")
  27. local Print = Instance.new("TextButton")
  28. local help4 = Instance.new("TextLabel")
  29. local FEInvis = Instance.new("TextButton")
  30. local open = Instance.new("TextButton")
  31. --Properties:
  32. FS2GUI.Name = "FS2GUI"
  33. FS2GUI.Parent = game.CoreGui
  34.  
  35. MainFrame.Name = "MainFrame"
  36. MainFrame.Parent = FS2GUI
  37. MainFrame.Active = true
  38. MainFrame.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  39. MainFrame.BorderSizePixel = 0
  40. MainFrame.Position = UDim2.new(0.5, -320, 0.5, -173)
  41. MainFrame.Size = UDim2.new(0, 640, 0, 346)
  42.  
  43. features.Name = "features"
  44. features.Parent = MainFrame
  45. features.BackgroundColor3 = Color3.new(0.45098, 0.45098, 0.45098)
  46. features.BorderSizePixel = 0
  47. features.Size = UDim2.new(0, 562, 0, 38)
  48. features.Font = Enum.Font.SourceSans
  49. features.Text = "This gui will change: Firerate,Spread,Recoil,Reloadspeed"
  50. features.TextColor3 = Color3.new(1, 1, 1)
  51. features.TextSize = 27
  52. features.TextStrokeTransparency = 0.5
  53. features.TextWrapped = true
  54.  
  55. close.Name = "close"
  56. close.Parent = MainFrame
  57. close.BackgroundColor3 = Color3.new(0.45098, 0.45098, 0.45098)
  58. close.BorderSizePixel = 0
  59. close.Position = UDim2.new(1, -39, 0, 0)
  60. close.Size = UDim2.new(0, 39, 0, 38)
  61. close.Font = Enum.Font.SourceSans
  62. close.Text = "X"
  63. close.TextColor3 = Color3.new(1, 1, 1)
  64. close.TextSize = 25
  65. close.TextWrapped = true
  66.  
  67. mini.Name = "mini"
  68. mini.Parent = MainFrame
  69. mini.BackgroundColor3 = Color3.new(0.45098, 0.45098, 0.45098)
  70. mini.BorderSizePixel = 0
  71. mini.Position = UDim2.new(1, -78, 0, 0)
  72. mini.Size = UDim2.new(0, 39, 0, 38)
  73. mini.Font = Enum.Font.SourceSans
  74. mini.Text = "-"
  75. mini.TextColor3 = Color3.new(1, 1, 1)
  76. mini.TextSize = 25
  77. mini.TextWrapped = true
  78.  
  79. credits.Name = "credits"
  80. credits.Parent = MainFrame
  81. credits.BackgroundColor3 = Color3.new(1, 1, 1)
  82. credits.BackgroundTransparency = 1
  83. credits.BorderSizePixel = 0
  84. credits.Position = UDim2.new(0, 0, 1, -20)
  85. credits.Size = UDim2.new(0, 141, 0, 20)
  86. credits.Font = Enum.Font.Cartoon
  87. credits.Text = "zombieslayerwtf#0583"
  88. credits.TextColor3 = Color3.new(1, 1, 1)
  89. credits.TextSize = 14
  90.  
  91. credits1.Name = "credits1"
  92. credits1.Parent = MainFrame
  93. credits1.BackgroundColor3 = Color3.new(1, 1, 1)
  94. credits1.BackgroundTransparency = 1
  95. credits1.BorderSizePixel = 0
  96. credits1.Position = UDim2.new(0, 0, 1, -40)
  97. credits1.Size = UDim2.new(0, 141, 0, 20)
  98. credits1.Font = Enum.Font.Cartoon
  99. credits1.Text = "TheHacker Games#1918"
  100. credits1.TextColor3 = Color3.new(1, 1, 1)
  101. credits1.TextSize = 14
  102.  
  103. BSGunName.Name = "BSGunName"
  104. BSGunName.Parent = MainFrame
  105. BSGunName.BackgroundColor3 = Color3.new(0.45098, 0.45098, 0.45098)
  106. BSGunName.BorderSizePixel = 0
  107. BSGunName.Position = UDim2.new(0, 208, 0, 38)
  108. BSGunName.Size = UDim2.new(0, 200, 0, 38)
  109. BSGunName.ClearTextOnFocus = false
  110. BSGunName.Font = Enum.Font.SourceSans
  111. BSGunName.PlaceholderText = "Item Name"
  112. BSGunName.Text = ""
  113. BSGunName.TextColor3 = Color3.new(0, 0, 0)
  114. BSGunName.TextSize = 25
  115. BSGunName.TextWrapped = true
  116.  
  117. BulletGun.Name = "BulletGun"
  118. BulletGun.Parent = MainFrame
  119. BulletGun.BackgroundColor3 = Color3.new(0.4, 0.4, 0.4)
  120. BulletGun.BorderSizePixel = 0
  121. BulletGun.Position = UDim2.new(0, 0, 0.219653174, 0)
  122. BulletGun.Size = UDim2.new(0, 200, 0, 50)
  123. BulletGun.Font = Enum.Font.GothamBold
  124. BulletGun.Text = "Gun Exploit"
  125. BulletGun.TextColor3 = Color3.new(0, 0, 0)
  126. BulletGun.TextSize = 14
  127.  
  128. LaserGun.Name = "LaserGun"
  129. LaserGun.Parent = MainFrame
  130. LaserGun.BackgroundColor3 = Color3.new(0.4, 0.4, 0.4)
  131. LaserGun.BorderSizePixel = 0
  132. LaserGun.Position = UDim2.new(0, 0, 0.364161849, 0)
  133. LaserGun.Size = UDim2.new(0, 200, 0, 50)
  134. LaserGun.Font = Enum.Font.GothamBold
  135. LaserGun.Text = "Laser Weapon Exploit"
  136. LaserGun.TextColor3 = Color3.new(0, 0, 0)
  137. LaserGun.TextSize = 14
  138.  
  139. help2.Name = "help2"
  140. help2.Parent = MainFrame
  141. help2.BackgroundColor3 = Color3.new(1, 1, 1)
  142. help2.BackgroundTransparency = 1
  143. help2.BorderSizePixel = 0
  144. help2.Position = UDim2.new(0.324999988, 0, 0.708092451, -20)
  145. help2.Size = UDim2.new(0, 200, 0, 55)
  146. help2.Font = Enum.Font.Cartoon
  147. help2.Text = "Portable Shop ||| even gamepass items!"
  148. help2.TextColor3 = Color3.new(1, 1, 1)
  149. help2.TextScaled = true
  150. help2.TextSize = 14
  151. help2.TextWrapped = true
  152.  
  153. line1.Name = "line1"
  154. line1.Parent = MainFrame
  155. line1.BackgroundColor3 = Color3.new(0, 0, 0)
  156. line1.BorderSizePixel = 0
  157. line1.Position = UDim2.new(0.5, -120, 0.109999999, 0)
  158. line1.Size = UDim2.new(0, 8, 0, 308)
  159. line1.Font = Enum.Font.SourceSans
  160. line1.Text = ""
  161. line1.TextColor3 = Color3.new(0, 0, 0)
  162. line1.TextSize = 14
  163.  
  164. line4.Name = "line4"
  165. line4.Parent = MainFrame
  166. line4.BackgroundColor3 = Color3.new(0, 0, 0)
  167. line4.BorderSizePixel = 0
  168. line4.Position = UDim2.new(1, -12, 0.109999999, 0)
  169. line4.Size = UDim2.new(0, 12, 0, 308)
  170. line4.Font = Enum.Font.SourceSans
  171. line4.Text = "LMAO"
  172. line4.TextColor3 = Color3.new(1, 1, 1)
  173. line4.TextSize = 14
  174. line4.TextWrapped = true
  175.  
  176. Buy.Name = "Buy"
  177. Buy.Parent = MainFrame
  178. Buy.BackgroundColor3 = Color3.new(0.4, 0.4, 0.4)
  179. Buy.BorderSizePixel = 0
  180. Buy.Position = UDim2.new(0.324999988, 0, 0.219826564, 0)
  181. Buy.Size = UDim2.new(0, 200, 0, 50)
  182. Buy.Font = Enum.Font.GothamBold
  183. Buy.Text = "Buy Weapon"
  184. Buy.TextColor3 = Color3.new(0, 0, 0)
  185. Buy.TextSize = 14
  186.  
  187. line2.Name = "line2"
  188. line2.Parent = MainFrame
  189. line2.BackgroundColor3 = Color3.new(0, 0, 0)
  190. line2.BorderSizePixel = 0
  191. line2.Position = UDim2.new(0.5, 88, 0.109999999, 0)
  192. line2.Size = UDim2.new(0, 8, 0, 308)
  193. line2.Font = Enum.Font.SourceSans
  194. line2.Text = ""
  195. line2.TextColor3 = Color3.new(0, 0, 0)
  196. line2.TextSize = 14
  197.  
  198. TPheadson.Name = "TPheadson"
  199. TPheadson.Parent = MainFrame
  200. TPheadson.BackgroundColor3 = Color3.new(0.4, 0.4, 0.4)
  201. TPheadson.BorderSizePixel = 0
  202. TPheadson.Position = UDim2.new(0.649999976, 0, 0.219826579, 0)
  203. TPheadson.Size = UDim2.new(0, 200, 0, 50)
  204. TPheadson.Font = Enum.Font.GothamBold
  205. TPheadson.Text = "TP Heads: on"
  206. TPheadson.TextColor3 = Color3.new(0, 0, 0)
  207. TPheadson.TextSize = 14
  208.  
  209. help1.Name = "help1"
  210. help1.Parent = MainFrame
  211. help1.BackgroundColor3 = Color3.new(1, 1, 1)
  212. help1.BackgroundTransparency = 1
  213. help1.BorderSizePixel = 0
  214. help1.Position = UDim2.new(0, 0, 0.566473961, -20)
  215. help1.Size = UDim2.new(0, 200, 0, 55)
  216. help1.Font = Enum.Font.Cartoon
  217. help1.Text = "AutoClicker suggested with Single Firing Weapon"
  218. help1.TextColor3 = Color3.new(1, 1, 1)
  219. help1.TextScaled = true
  220. help1.TextSize = 14
  221. help1.TextWrapped = true
  222.  
  223. help3.Name = "help3"
  224. help3.Parent = MainFrame
  225. help3.BackgroundColor3 = Color3.new(1, 1, 1)
  226. help3.BackgroundTransparency = 1
  227. help3.BorderSizePixel = 0
  228. help3.Position = UDim2.new(0.649999976, 0, 0.566473961, -20)
  229. help3.Size = UDim2.new(0, 200, 0, 55)
  230. help3.Font = Enum.Font.Cartoon
  231. help3.Text = "Will cause major lag turn off every time its day!"
  232. help3.TextColor3 = Color3.new(1, 1, 1)
  233. help3.TextScaled = true
  234. help3.TextSize = 14
  235. help3.TextWrapped = true
  236.  
  237. line3.Name = "line3"
  238. line3.Parent = MainFrame
  239. line3.BackgroundColor3 = Color3.new(0, 0, 0)
  240. line3.BorderSizePixel = 0
  241. line3.Position = UDim2.new(1, -24, 0.109999999, 0)
  242. line3.Size = UDim2.new(0, 12, 0, 308)
  243. line3.Font = Enum.Font.SourceSans
  244. line3.Text = ""
  245. line3.TextColor3 = Color3.new(0, 0, 0)
  246. line3.TextSize = 14
  247.  
  248. ScriptName.Name = "ScriptName"
  249. ScriptName.Parent = MainFrame
  250. ScriptName.BackgroundColor3 = Color3.new(0, 0, 0)
  251. ScriptName.BorderSizePixel = 0
  252. ScriptName.Position = UDim2.new(0.5, -112, 1, -30)
  253. ScriptName.Size = UDim2.new(0, 200, 0, 30)
  254. ScriptName.Font = Enum.Font.Code
  255. ScriptName.Text = "Xeonio The Final Stand 2 Gui"
  256. ScriptName.TextColor3 = Color3.new(1, 1, 1)
  257. ScriptName.TextSize = 14
  258. ScriptName.TextWrapped = true
  259.  
  260. Sell.Name = "Sell"
  261. Sell.Parent = MainFrame
  262. Sell.BackgroundColor3 = Color3.new(0.4, 0.4, 0.4)
  263. Sell.BorderSizePixel = 0
  264. Sell.Position = UDim2.new(0.324999988, 0, 0.364335239, 0)
  265. Sell.Size = UDim2.new(0, 200, 0, 50)
  266. Sell.Font = Enum.Font.GothamBold
  267. Sell.Text = "Sell Weapon"
  268. Sell.TextColor3 = Color3.new(0, 0, 0)
  269. Sell.TextSize = 14
  270.  
  271. GunName.Name = "GunName"
  272. GunName.Parent = MainFrame
  273. GunName.BackgroundColor3 = Color3.new(0.45098, 0.45098, 0.45098)
  274. GunName.BorderSizePixel = 0
  275. GunName.Position = UDim2.new(0, 0, 0, 38)
  276. GunName.Size = UDim2.new(0, 200, 0, 38)
  277. GunName.ClearTextOnFocus = false
  278. GunName.Font = Enum.Font.SourceSans
  279. GunName.PlaceholderText = "Gun Name"
  280. GunName.Text = ""
  281. GunName.TextColor3 = Color3.new(0, 0, 0)
  282. GunName.TextSize = 25
  283. GunName.TextWrapped = true
  284.  
  285. TPheadsoff.Name = "TPheadsoff"
  286. TPheadsoff.Parent = MainFrame
  287. TPheadsoff.BackgroundColor3 = Color3.new(0.4, 0.4, 0.4)
  288. TPheadsoff.BorderSizePixel = 0
  289. TPheadsoff.Position = UDim2.new(0.649999976, 0, 0.364335239, 0)
  290. TPheadsoff.Size = UDim2.new(0, 200, 0, 50)
  291. TPheadsoff.Font = Enum.Font.GothamBold
  292. TPheadsoff.Text = "TP Heads: off"
  293. TPheadsoff.TextColor3 = Color3.new(0, 0, 0)
  294. TPheadsoff.TextSize = 14
  295.  
  296. Print.Name = "Print"
  297. Print.Parent = MainFrame
  298. Print.BackgroundColor3 = Color3.new(0.4, 0.4, 0.4)
  299. Print.BorderSizePixel = 0
  300. Print.Position = UDim2.new(0.324999988, 0, 0.505953729, 0)
  301. Print.Size = UDim2.new(0, 200, 0, 50)
  302. Print.Font = Enum.Font.GothamBold
  303. Print.Text = "Print Weapons"
  304. Print.TextColor3 = Color3.new(0, 0, 0)
  305. Print.TextSize = 14
  306.  
  307. help4.Name = "help4"
  308. help4.Parent = MainFrame
  309. help4.BackgroundColor3 = Color3.new(1, 1, 1)
  310. help4.BackgroundTransparency = 1
  311. help4.BorderSizePixel = 0
  312. help4.Position = UDim2.new(0.649999976, 0, 0.867051959, -20)
  313. help4.Size = UDim2.new(0, 200, 0, 55)
  314. help4.Font = Enum.Font.Cartoon
  315. help4.Text = "Its FE Invisible"
  316. help4.TextColor3 = Color3.new(1, 1, 1)
  317. help4.TextScaled = true
  318. help4.TextSize = 14
  319. help4.TextWrapped = true
  320.  
  321. FEInvis.Name = "FEInvis"
  322. FEInvis.Parent = MainFrame
  323. FEInvis.BackgroundColor3 = Color3.new(0.4, 0.4, 0.4)
  324. FEInvis.BorderSizePixel = 0
  325. FEInvis.Position = UDim2.new(0.649999976, 0, 0.664913237, 0)
  326. FEInvis.Size = UDim2.new(0, 200, 0, 50)
  327. FEInvis.Font = Enum.Font.GothamBold
  328. FEInvis.Text = "Lock Place"
  329. FEInvis.TextColor3 = Color3.new(0, 0, 0)
  330. FEInvis.TextSize = 14
  331.  
  332. open.Name = "open"
  333. open.Parent = FS2GUI
  334. open.BackgroundColor3 = Color3.new(0.580392, 0.580392, 0.580392)
  335. open.BorderSizePixel = 0
  336. open.Position = UDim2.new(0.950827658, -50, 0.769811332, -30)
  337. open.Size = UDim2.new(0, 100, 0, 30)
  338. open.Font = Enum.Font.SciFi
  339. open.Text = "Open"
  340. open.TextColor3 = Color3.new(0, 0, 0)
  341. open.TextSize = 30
  342. open.TextWrapped = true
  343. -- Scripts:
  344. function SCRIPT_NBBV83_FAKESCRIPT() -- MainFrame.Draggable
  345. local script = Instance.new('LocalScript')
  346. script.Parent = MainFrame
  347. script.Parent.Draggable = true
  348. script.Parent.Parent.open.Draggable = true
  349.  
  350. end
  351. coroutine.resume(coroutine.create(SCRIPT_NBBV83_FAKESCRIPT))
  352. function SCRIPT_CQUQ65_FAKESCRIPT() -- MainFrame.Main
  353. local script = Instance.new('LocalScript')
  354. script.Parent = MainFrame
  355. local player = game.Players.LocalPlayer
  356. local SP = script.Parent
  357. local startergui = game:GetService("StarterGui")
  358. local Buy = SP:WaitForChild("Buy")
  359. local BulletGun = SP:WaitForChild("BulletGun")
  360. local LaserGun = SP:WaitForChild("LaserGun")
  361. local Sell = SP:WaitForChild("Sell")
  362. local BSGun = SP:WaitForChild("BSGunName")
  363. local mini = SP:WaitForChild("mini")
  364. local close = SP:WaitForChild("close")
  365. local TPhoff = SP:WaitForChild("TPheadsoff")
  366. local TPhon = SP:WaitForChild("TPheadson")
  367. local open = SP.Parent:WaitForChild("open")
  368. local Print = SP:WaitForChild("Print")
  369. local feinv = SP:WaitForChild("FEInvis")
  370. local G_ON = false
  371.  
  372. function alert(message,mtime)
  373. if mtime == nil then mtime = 3 end
  374. startergui:SetCore("SendNotification", {
  375. Title = "Xeonio";
  376. Text = message;
  377. Icon = "rbxassetid://0";
  378. Duration = mtime;
  379. })
  380. end
  381.  
  382. alert("Xeonio Has been loaded!")
  383.  
  384. Buy.MouseButton1Click:connect(function()
  385. game.ReplicatedStorage.RemoteEvents.BuyWeapon:FireServer(BSGun.Text)
  386. end)
  387.  
  388. Sell.MouseButton1Click:connect(function()
  389. game.ReplicatedStorage.RemoteEvents.SellWeapon:FireServer(BSGun.Text)
  390. end)
  391.  
  392. Print.MouseButton1Click:connect(function()
  393. local children = game.ReplicatedStorage.Tools:GetChildren()
  394. for i = 1, #children do
  395. warn(i, children[i].Name)
  396. end
  397. end)
  398.  
  399. BulletGun.MouseButton1Click:connect(function()
  400. weapon = SP.GunName.Text
  401. dir = game.Players.LocalPlayer.Backpack[weapon].CurrentValues
  402. dir.AttackSpeed.Value = 2e9
  403. dir.Spread.Value = 0
  404. dir.SpreadMax.Value = 0
  405. dir.SpreadIncrease.Value = 0
  406. dir.SpreadDecrease.Value = 0
  407. dir.ZoomSpread.Value = 0
  408. dir.ZoomSpreadMax.Value = 0
  409. dir.ZoomSpreadIncrease.Value = 0
  410. dir.ZoomSpreadDecrease.Value = 0
  411. dir.Range.Value = 999999999
  412. dir.BrustShots.Value = 10000
  413. alert(weapon .." Has been exploited")
  414. end)
  415.  
  416. LaserGun.MouseButton1Click:connect(function()
  417. weapon = SP.GunName.Text
  418. dir = game.Players.LocalPlayer.Backpack[weapon].CurrentValues
  419. dir.AttackSpeed.Value = 2e9
  420. dir.Spread.Value = 0
  421. dir.SpreadMax.Value = 0
  422. dir.SpreadIncrease.Value = 0
  423. dir.SpreadDecrease.Value = 0
  424. dir.ZoomSpread.Value = 0
  425. dir.ZoomSpreadMax.Value = 0
  426. dir.ZoomSpreadIncrease.Value = 0
  427. dir.ZoomSpreadDecrease.Value = 0
  428. dir.Range.Value = 999999999
  429. dir.BrustShots.Value = 10000
  430. alert(weapon .." Has been exploited")
  431. end)
  432.  
  433. TPhon.MouseButton1Click:Connect(function()
  434. G_ON = true
  435. alert("TP Heads On")
  436. while G_ON == true do
  437. wait(.5)
  438. if game.Workspace:FindFirstChild("Zombies") then
  439. for i,v in pairs(game.Workspace.Zombies:GetChildren()) do
  440.  
  441. if v:FindFirstChild("Head") then
  442. if v.Name ~= "Wraith" then --no targeting wraiths cuz they always out of range
  443. v.Head.CanCollide = false
  444. v.Head.Position = game.Players.LocalPlayer.Character.Head.Position+Vector3.new(-2,0,3)
  445. v.Head.Anchored = true
  446. end
  447. end
  448. end
  449. end
  450. end
  451. end)
  452.  
  453. TPhoff.MouseButton1Click:Connect(function()
  454. G_ON = false
  455. alert("TP Heads Off")
  456. while G_ON == true do
  457. wait(.5)
  458. if game.Workspace:FindFirstChild("Zombies") then
  459. for i,v in pairs(game.Workspace.Zombies:GetChildren()) do
  460.  
  461. if v:FindFirstChild("Head") then
  462. if v.Name ~= "Wraith" then --no targeting wraiths cuz they always out of range
  463. v.Head.CanCollide = false
  464. v.Head.Position = game.Players.LocalPlayer.Character.Head.Position+Vector3.new(-2,0,3)
  465. v.Head.Anchored = false
  466. end
  467. end
  468. end
  469. end
  470. end
  471. end)
  472.  
  473. feinv.MouseButton1Click:Connect(function()
  474. local Player = game:GetService('Players').LocalPlayer
  475. local AirTP = true
  476. local function CheckRig()
  477. if Player.Character then
  478. local Humanoid = Player.Character:WaitForChild('Humanoid')
  479. if Humanoid.RigType == Enum.HumanoidRigType.R15 then
  480. return 'R15'
  481. else
  482. return 'R6'
  483. end
  484. end
  485. end
  486.  
  487. local Character = Player.Character
  488. local StoredCF = Character.PrimaryPart.CFrame
  489. if AirTP then
  490. local Part = Instance.new('Part',workspace)
  491. Part.Size = Vector3.new(5,0,5)
  492. Part.Anchored = true
  493. Part.CFrame = CFrame.new(Vector3.new(9999,9999,9999))
  494. Character.PrimaryPart.CFrame = Part.CFrame*CFrame.new(0,3,0)
  495. spawn(function()
  496. wait(3)
  497. Part:Destroy()
  498. end)
  499. end
  500. if CheckRig() == 'R6' then
  501. local Clone = Character.HumanoidRootPart:Clone()
  502. Character.HumanoidRootPart:Destroy()
  503. Clone.Parent = Character
  504. else
  505. local Clone = Character.LowerTorso.Root:Clone()
  506. Character.LowerTorso.Root:Destroy()
  507. Clone.Parent = Character.LowerTorso
  508. end
  509. if AirTP then
  510. wait(1)
  511. Character.PrimaryPart.CFrame = StoredCF
  512. end
  513. end)
  514.  
  515. mini.MouseButton1Click:Connect(function()
  516. SP.Visible = false
  517. open.Visible = true
  518. end)
  519.  
  520. close.MouseButton1Click:Connect(function()
  521. alert("Goodbye!")
  522. SP.Parent:Destroy()
  523. end)
  524.  
  525. open.MouseButton1Click:Connect(function()
  526. SP.Visible = true
  527. open.Visible = false
  528. end)
  529.  
  530. end
  531. coroutine.resume(coroutine.create(SCRIPT_CQUQ65_FAKESCRIPT))
Add Comment
Please, Sign In to add comment