Advertisement
Guest User

GUI MADE BY HUSKY#9570

a guest
Feb 20th, 2020
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 44.40 KB | None | 0 0
  1. -- Gui made by Husky#9570
  2.  
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local Ui = Instance.new("Frame")
  5. local Rainbow = Instance.new("Frame")
  6. local Name = Instance.new("Frame")
  7. local Name1 = Instance.new("TextLabel")
  8. local Main = Instance.new("Frame")
  9. local Credits = Instance.new("TextLabel")
  10. local ThickLegends = Instance.new("TextButton")
  11. local FishingSimulator = Instance.new("TextButton")
  12. local MadCity = Instance.new("TextButton")
  13. local MinersHaven = Instance.new("TextButton")
  14. local FloodEscape2 = Instance.new("TextButton")
  15. local EggClicker = Instance.new("TextButton")
  16. local CloseMain = Instance.new("Frame")
  17. local Close = Instance.new("TextButton")
  18. local Open = Instance.new("TextButton")
  19.  
  20. --Properties:
  21.  
  22. ScreenGui.Parent = game.CoreGui
  23. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  24.  
  25. Ui.Name = "Ui"
  26. Ui.Parent = ScreenGui
  27. Ui.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  28. Ui.Position = UDim2.new(0.0899521559, 0, 0.0848708451, 0)
  29. Ui.Size = UDim2.new(0, 181, 0, 27)
  30. Ui.Active = true
  31. Ui.Draggable = true
  32.  
  33. Rainbow.Name = "Rainbow"
  34. Rainbow.Parent = Ui
  35. Rainbow.BackgroundColor3 = Color3.fromRGB(20, 152, 222)
  36. Rainbow.Position = UDim2.new(0, 0, 1.00000012, 0)
  37. Rainbow.Size = UDim2.new(0, 181, 0, 6)
  38.  
  39. Name.Name = "Name"
  40. Name.Parent = Ui
  41. Name.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  42. Name.Position = UDim2.new(0, 0, -0.0370368958, 0)
  43. Name.Size = UDim2.new(0, 181, 0, 28)
  44.  
  45. Name1.Name = "Name1"
  46. Name1.Parent = Name
  47. Name1.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  48. Name1.Size = UDim2.new(0, 181, 0, 28)
  49. Name1.Font = Enum.Font.Cartoon
  50. Name1.Text = "Games"
  51. Name1.TextColor3 = Color3.fromRGB(255, 255, 255)
  52. Name1.TextSize = 18.000
  53.  
  54. Main.Name = "Main"
  55. Main.Parent = Ui
  56. Main.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
  57. Main.Position = UDim2.new(0, 0, 1.22222233, 0)
  58. Main.Size = UDim2.new(0, 181, 0, 234)
  59. Main.Visible = false
  60.  
  61. Credits.Name = "Credits"
  62. Credits.Parent = Main
  63. Credits.BackgroundColor3 = Color3.fromRGB(55, 55, 55)
  64. Credits.BorderSizePixel = 0
  65. Credits.Position = UDim2.new(0, 0, 0.946902633, 0)
  66. Credits.Size = UDim2.new(0, 181, 0, 12)
  67. Credits.Font = Enum.Font.SourceSans
  68. Credits.Text = "GUI Made by Husky#9570"
  69. Credits.TextColor3 = Color3.fromRGB(255, 255, 255)
  70. Credits.TextSize = 14.000
  71.  
  72. ThickLegends.Name = " \\nThick Legends"
  73. ThickLegends.Parent = Main
  74. ThickLegends.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  75. ThickLegends.BorderColor3 = Color3.fromRGB(55, 55, 55)
  76. ThickLegends.Position = UDim2.new(0.0441988967, 0, 0.0575221255, 0)
  77. ThickLegends.Size = UDim2.new(0, 165, 0, 25)
  78. ThickLegends.Font = Enum.Font.Cartoon
  79. ThickLegends.Text = "Thick Legends"
  80. ThickLegends.TextColor3 = Color3.fromRGB(255, 255, 255)
  81. ThickLegends.TextSize = 18.000
  82. ThickLegends.MouseButton1Click:connect(function()
  83. loadstring(game:HttpGet("https://pastebin.com/raw/Ptrnnf3D",true))()
  84. end)
  85.  
  86. FishingSimulator.Name = "Fishing Simulator"
  87. FishingSimulator.Parent = Main
  88. FishingSimulator.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  89. FishingSimulator.BorderColor3 = Color3.fromRGB(55, 55, 55)
  90. FishingSimulator.Position = UDim2.new(0.0441988967, 0, 0.792035401, 0)
  91. FishingSimulator.Size = UDim2.new(0, 165, 0, 25)
  92. FishingSimulator.Font = Enum.Font.Cartoon
  93. FishingSimulator.Text = "Fishing Simulator"
  94. FishingSimulator.TextColor3 = Color3.fromRGB(255, 255, 255)
  95. FishingSimulator.TextSize = 18.000
  96. FishingSimulator.MouseButton1Click:connect(function()
  97. loadstring(game:GetObjects("rbxassetid://4698235310")[1].Source)()
  98. end)
  99.  
  100. MadCity.Name = "Mad City"
  101. MadCity.Parent = Main
  102. MadCity.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  103. MadCity.BorderColor3 = Color3.fromRGB(55, 55, 55)
  104. MadCity.Position = UDim2.new(0.0441988967, 0, 0.64159292, 0)
  105. MadCity.Size = UDim2.new(0, 165, 0, 25)
  106. MadCity.Font = Enum.Font.Cartoon
  107. MadCity.Text = "Mad City"
  108. MadCity.TextColor3 = Color3.fromRGB(255, 255, 255)
  109. MadCity.TextSize = 18.000
  110. MadCity.MouseButton1Click:connect(function()
  111. loadstring(game:HttpGet("https://jxnt-scripts.com/scripts/madlads/MadLads.lua",true))()
  112. end)
  113.  
  114. MinersHaven.Name = "Minerโ€™s Haven"
  115. MinersHaven.Parent = Main
  116. MinersHaven.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  117. MinersHaven.BorderColor3 = Color3.fromRGB(55, 55, 55)
  118. MinersHaven.Position = UDim2.new(0.0441988967, 0, 0.491150439, 0)
  119. MinersHaven.Size = UDim2.new(0, 165, 0, 25)
  120. MinersHaven.Font = Enum.Font.Cartoon
  121. MinersHaven.Text = "Miner's Haven"
  122. MinersHaven.TextColor3 = Color3.fromRGB(255, 255, 255)
  123. MinersHaven.TextSize = 18.000
  124. MinersHaven.MouseButton1Click:connect(function()
  125. loadstring(game:HttpGet("https://pastebin.com/raw/Y4C7qQuQ",true))()
  126. end)
  127.  
  128. FloodEscape2.Name = "Flood Escape 2"
  129. FloodEscape2.Parent = Main
  130. FloodEscape2.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  131. FloodEscape2.BorderColor3 = Color3.fromRGB(55, 55, 55)
  132. FloodEscape2.Position = UDim2.new(0.0441988967, 0, 0.349557519, 0)
  133. FloodEscape2.Size = UDim2.new(0, 165, 0, 25)
  134. FloodEscape2.Font = Enum.Font.Cartoon
  135. FloodEscape2.Text = "Flood Escape 2"
  136. FloodEscape2.TextColor3 = Color3.fromRGB(255, 255, 255)
  137. FloodEscape2.TextSize = 18.000
  138. FloodEscape2.MouseButton1Click:connect(function()
  139. -- Farewell Infortality.
  140. -- Version: 2.82
  141. -- Instances:
  142. local AdminGui = Instance.new("ScreenGui")
  143. local Open = Instance.new("TextButton")
  144. local ImageButton = Instance.new("ImageButton")
  145. local Gui = Instance.new("ImageLabel")
  146. local BorderPixel = Instance.new("ImageLabel")
  147. local TXT6 = Instance.new("TextButton")
  148. local ImageButton_2 = Instance.new("ImageButton")
  149. local ImageButton_3 = Instance.new("ImageButton")
  150. local Bar = Instance.new("Frame")
  151. local TXT3 = Instance.new("TextButton")
  152. local ImageButton_4 = Instance.new("ImageButton")
  153. local ImageButton_5 = Instance.new("ImageButton")
  154. local ImageButton_6 = Instance.new("ImageButton")
  155. local Close = Instance.new("TextButton")
  156. local TXT2 = Instance.new("TextButton")
  157. local FT = Instance.new("TextButton")
  158. local UT = Instance.new("TextButton")
  159. local DT = Instance.new("TextButton")
  160. local TXT7 = Instance.new("TextButton")
  161. local TKI1 = Instance.new("ImageButton")
  162. local TKA1 = Instance.new("ImageButton")
  163. local Key1A = Instance.new("TextButton")
  164. local Key1B = Instance.new("TextButton")
  165. local TXT10 = Instance.new("TextButton")
  166. local TKI2 = Instance.new("ImageButton")
  167. local TKI3 = Instance.new("ImageButton")
  168. local TKA2 = Instance.new("ImageButton")
  169. local TKA3 = Instance.new("ImageButton")
  170. local Key2B = Instance.new("TextButton")
  171. local Key3B = Instance.new("TextButton")
  172. local Key2A = Instance.new("TextButton")
  173. local Key3A = Instance.new("TextButton")
  174. local PDI = Instance.new("ImageButton")
  175. local PUI = Instance.new("ImageButton")
  176. local PFI = Instance.new("ImageButton")
  177. local PF = Instance.new("TextButton")
  178. local MFI = Instance.new("ImageButton")
  179. local MUI = Instance.new("ImageButton")
  180. local MDI = Instance.new("ImageButton")
  181. local TXT1 = Instance.new("TextButton")
  182. local TXT4 = Instance.new("TextButton")
  183. local TXT5 = Instance.new("TextButton")
  184. local TXT9 = Instance.new("TextButton")
  185. local TXT8 = Instance.new("TextButton")
  186. local TCI = Instance.new("ImageButton")
  187. local TC = Instance.new("TextButton")
  188. local TKA4 = Instance.new("ImageButton")
  189. local TKI4 = Instance.new("ImageButton")
  190. local TXT11 = Instance.new("TextButton")
  191. local TKI5 = Instance.new("ImageButton")
  192. local TKA5 = Instance.new("ImageButton")
  193. local TextButton = Instance.new("TextButton")
  194. local TextButton_2 = Instance.new("TextButton")
  195. local TextButton_3 = Instance.new("TextButton")
  196. local TextButton_4 = Instance.new("TextButton")
  197. local TPEI = Instance.new("ImageButton")
  198. local TPE = Instance.new("TextButton")
  199. local MU = Instance.new("TextButton")
  200. local MD = Instance.new("TextButton")
  201. local Infi = Instance.new("ImageButton")
  202. local Inf = Instance.new("TextButton")
  203. local PU = Instance.new("TextButton")
  204. local PD = Instance.new("TextButton")
  205. local MF = Instance.new("TextButton")
  206. local Credit = Instance.new("TextButton")
  207. local ClickS = Instance.new("Sound")
  208. local TF = 10
  209. local TU = 15
  210. local TD = -15
  211. local K1 = "t"
  212. local K2 = "y"
  213. local K3 = "u"
  214. local K4 = "c"
  215. local K5 = "q"
  216. local K6 = "x"
  217. local OpenV = false
  218. local B = Color3.new(0/255,92/255,131/255)
  219. local B2 = Color3.new(0/255,177/255,230/255)
  220. local G = Color3.new(100/255,100/255,100/255)
  221. local G2 = Color3.new(188/255,188/255,188/255)
  222. local R = Color3.new(125/255,12/255,0/255)
  223. local R2 = Color3.new(188/255,0/255,0/255)
  224. local GR = Color3.new(86/255,153/255,67/255)
  225. local GR2 = Color3.new(125/255,188/255,92/255)
  226. local InfiniteJumpEnabled = false
  227. local Head = false
  228. --Properties:
  229. game:GetService("UserInputService").JumpRequest:connect(function()
  230. if InfiniteJumpEnabled then
  231. game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
  232. end
  233. end)
  234. local mouse = game.Players.LocalPlayer:GetMouse()
  235. mouse.KeyDown:connect(function(key)
  236. if key == K1 then
  237. local V = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.lookVector*TF
  238. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + V
  239. end
  240. end)
  241. mouse.KeyDown:connect(function(key)
  242. if key == K2 then
  243. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(0,TU,0)
  244. end
  245. end)
  246. mouse.KeyDown:connect(function(key)
  247. if key == K3 then
  248. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(0,TD,0)
  249. end
  250. end)
  251. C= false
  252. mouse.KeyDown:connect(function(key)
  253. if key == K4 then
  254. if C == true then
  255. if mouse.Target.CanCollide == false then
  256. mouse.Target.CanCollide = true
  257. else
  258. mouse.Target.CanCollide = false
  259. end
  260. end
  261.  
  262. end
  263. end)
  264.  
  265. local plr = game.Players.LocalPlayer
  266. local chr = plr.Character
  267. local mouse = plr:GetMouse()
  268.  
  269.  
  270. _G.hotkey = K5
  271.  
  272. mouse.KeyDown:connect(function(key)
  273. if key == K5 then
  274. local chr = game.Players.LocalPlayer.Character
  275. stopAnimations()
  276. chr.Animate.Disabled = true
  277. chr.Torso["Left Shoulder"].C1 = CFrame.new(0, 0.699999988, 0, 0.939692616, 0, -0.342020124, -0.330366075, -0.258819044, -0.907673359, -0.0885213241, 0.965925813, -0.243210346)
  278. chr.Torso["Right Shoulder"].C1 = CFrame.new(-0.600000024, 0.5, -0.200000003, 0.664462984, 0.241844743, 0.707106769, -0.664462984, -0.241844788, 0.707106769, 0.342020154, -0.939692616, -3.09086197e-008)
  279. chr.Torso["Neck"].C1 = CFrame.new(0, -0.600000024, 0, -0.866025388, 0.5, 0, -0.171010137, -0.29619807, 0.939692616, 0.469846278, 0.813797653, 0.342020124)
  280. end
  281. end)
  282.  
  283. mouse.KeyUp:connect(function(key)
  284. if key == K5 then
  285. local chr = game.Players.LocalPlayer.Character
  286. chr.Animate.Disabled = false
  287. chr.Torso["Left Shoulder"].C1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  288. chr.Torso["Right Shoulder"].C1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  289. chr.Torso["Neck"].C1 = CFrame.new(0, -9999, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  290. end
  291. end)
  292.  
  293.  
  294. function stopAnimations()
  295. for _,v in pairs(game.Players.LocalPlayer.Character.Humanoid:GetPlayingAnimationTracks()) do
  296. v:Stop()
  297. end
  298. end
  299.  
  300. mouse.KeyDown:connect(function(key)
  301. if key == K6 then
  302. local chr = game.Players.LocalPlayer.Character
  303. stopAnimations2()
  304. chr.Animate.Disabled = true
  305. chr.Torso["Left Shoulder"].C1 = CFrame.new(0, 0.699999988, 0, 0.939692616, 0, -0.342020124, -0.330366075, -0.258819044, -0.907673359, -0.0885213241, 0.965925813, -0.243210346)
  306. chr.Torso["Right Shoulder"].C1 = CFrame.new(-0.600000024, 0.5, -0.200000003, 0.664462984, 0.241844743, 0.707106769, -0.664462984, -0.241844788, 0.707106769, 0.342020154, -0.939692616, -3.09086197e-008)
  307. chr.Torso["Neck"].C1 = CFrame.new(0, -0.600000024, 0, -0.866025388, 0.5, 0, -0.171010137, -0.29619807, 0.939692616, 0.469846278, 0.813797653, 0.342020124)
  308. end
  309. end)
  310.  
  311. mouse.KeyUp:connect(function(key)
  312. if key == K6 then
  313. local chr = game.Players.LocalPlayer.Character
  314. chr.Animate.Disabled = false
  315. chr.Torso["Left Shoulder"].C1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  316. chr.Torso["Right Shoulder"].C1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  317. chr.Torso["Neck"].C1 = CFrame.new(0, 0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  318. end
  319. end)
  320.  
  321.  
  322. function stopAnimations2()
  323. for _,v in pairs(game.Players.LocalPlayer.Character.Humanoid:GetPlayingAnimationTracks()) do
  324. v:Stop()
  325. end
  326. end
  327.  
  328.  
  329. AdminGui.Name = "AdminGui"
  330. AdminGui.Parent = game.CoreGui
  331. AdminGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  332. AdminGui.ResetOnSpawn = false
  333.  
  334. ClickS.Parent = AdminGui
  335. ClickS.SoundId = "rbxassetid://1595977254"
  336. ClickS.PlaybackSpeed = 0.5
  337. ClickS.Volume = 2
  338.  
  339. Open.Name = "Open"
  340. Open.Parent = AdminGui
  341. Open.BackgroundColor3 = Color3.new(1, 1, 1)
  342. Open.BackgroundTransparency = 1
  343. Open.BorderSizePixel = 0
  344. Open.Position = UDim2.new(0.376811534, 0, 0, 0)
  345. Open.Size = UDim2.new(0.236613303, 0, 0.0578431413, 0)
  346. Open.ZIndex = 2
  347. Open.Font = Enum.Font.Highway
  348. Open.Text = "Open"
  349. Open.TextColor3 = Color3.new(1, 1, 1)
  350. Open.TextScaled = true
  351. Open.TextSize = 14
  352. Open.TextWrapped = true
  353.  
  354. ImageButton.Parent = AdminGui
  355. ImageButton.BackgroundColor3 = Color3.new(0, 0.360784, 0.513726)
  356. ImageButton.BorderSizePixel = 0
  357. ImageButton.Position = UDim2.new(0.376811534, 0, 0, 0)
  358. ImageButton.Size = UDim2.new(0.236613303, 0, 0.0578431413, 0)
  359. ImageButton.Image = "http://www.roblox.com/asset/?id=4506771946"
  360. ImageButton.ImageColor3 = Color3.new(0, 0.694118, 0.901961)
  361.  
  362. Gui.Name = "Gui"
  363. Gui.Parent = AdminGui
  364. Gui.BackgroundTransparency = 1
  365. Gui.BorderSizePixel = 0
  366. Gui.Position = UDim2.new(0.248999998, 0, -1, 0)
  367. Gui.Size = UDim2.new(0.522,0,0.67,0)
  368. Gui.ZIndex = 2
  369. Gui.Image = "rbxassetid://1283904632"
  370. Gui.ImageColor3 = Color3.new(0, 0, 0)
  371. Gui.ImageTransparency = 0.5
  372. Gui.ScaleType = Enum.ScaleType.Slice
  373. Gui.SliceCenter = Rect.new(22, 22, 234, 234)
  374.  
  375. BorderPixel.Name = "BorderPixel"
  376. BorderPixel.Parent = Gui
  377. BorderPixel.AnchorPoint = Vector2.new(0.5, 0.5)
  378. BorderPixel.BackgroundTransparency = 1
  379. BorderPixel.BorderSizePixel = 0
  380. BorderPixel.Position = UDim2.new(0.5, 0, 0.5, 0)
  381. BorderPixel.Size = UDim2.new(1, 2, 1, 2)
  382. BorderPixel.Image = "rbxassetid://1283904632"
  383. BorderPixel.ImageColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  384. BorderPixel.ImageTransparency = 0.5
  385. BorderPixel.ScaleType = Enum.ScaleType.Slice
  386. BorderPixel.SliceCenter = Rect.new(22, 22, 234, 234)
  387.  
  388. TXT6.Name = "TXT6"
  389. TXT6.Parent = Gui
  390. TXT6.BackgroundColor3 = Color3.new(1, 1, 1)
  391. TXT6.BackgroundTransparency = 1
  392. TXT6.BorderSizePixel = 0
  393. TXT6.Position = UDim2.new(0.21842657, 0, 0.157360405, 0)
  394. TXT6.Size = UDim2.new(0.151209578, 0, 0.0654574335, 0)
  395. TXT6.ZIndex = 3
  396. TXT6.Font = Enum.Font.Highway
  397. TXT6.Text = "Power"
  398. TXT6.TextColor3 = Color3.new(1, 1, 1)
  399. TXT6.TextScaled = true
  400. TXT6.TextSize = 14
  401. TXT6.TextWrapped = true
  402.  
  403. ImageButton_2.Parent = Gui
  404. ImageButton_2.BackgroundColor3 = Color3.new(0, 0.360784, 0.513726)
  405. ImageButton_2.Position = UDim2.new(0.643892288, 0, 0.0355330408, 0)
  406. ImageButton_2.Size = UDim2.new(0.326675415, 0, 0.0832238644, 0)
  407. ImageButton_2.ZIndex = 2
  408. ImageButton_2.Image = "http://www.roblox.com/asset/?id=4506771946"
  409. ImageButton_2.ImageColor3 = Color3.new(0, 0.694118, 0.901961)
  410.  
  411. ImageButton_3.Parent = Gui
  412. ImageButton_3.BackgroundColor3 = Color3.new(0, 0.360784, 0.513726)
  413. ImageButton_3.Position = UDim2.new(0.0103519037, 0, 0.880710721, 0)
  414. ImageButton_3.Size = UDim2.new(0.97846806, 0, 0.103528447, 0)
  415. ImageButton_3.ZIndex = 2
  416. ImageButton_3.Image = "http://www.roblox.com/asset/?id=4506771946"
  417. ImageButton_3.ImageColor3 = Color3.new(0, 0.694118, 0.901961)
  418.  
  419. Bar.Name = "Bar"
  420. Bar.Parent = Gui
  421. Bar.BackgroundColor3 = Color3.new(0.301961, 0.384314, 0.54902)
  422. Bar.BorderSizePixel = 0
  423. Bar.Position = UDim2.new(0.0108696129, 0, 0.0355329961, 0)
  424. Bar.Size = UDim2.new(0.977950275, 0, 0.105076157, 0)
  425. Bar.ZIndex = 2
  426.  
  427. TXT3.Name = "TXT3"
  428. TXT3.Parent = Gui
  429. TXT3.BackgroundColor3 = Color3.new(1, 1, 1)
  430. TXT3.BackgroundTransparency = 1
  431. TXT3.BorderSizePixel = 0
  432. TXT3.Position = UDim2.new(0.0227742642, 0, 0.0253807306, 0)
  433. TXT3.Size = UDim2.new(0.97846806, 0, 0.115228385, 0)
  434. TXT3.ZIndex = 3
  435. TXT3.Font = Enum.Font.Highway
  436. TXT3.Text = "Cheats"
  437. TXT3.TextColor3 = Color3.new(1, 1, 1)
  438. TXT3.TextScaled = true
  439. TXT3.TextSize = 14
  440. TXT3.TextWrapped = true
  441.  
  442. ImageButton_4.Parent = Gui
  443. ImageButton_4.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  444. ImageButton_4.BorderSizePixel = 0
  445. ImageButton_4.Position = UDim2.new(0.238612682, 0, 0.223350286, 0)
  446. ImageButton_4.Size = UDim2.new(0.113942593, 0, 0.06038123, 0)
  447. ImageButton_4.ZIndex = 2
  448. ImageButton_4.AutoButtonColor = false
  449. ImageButton_4.Image = "http://www.roblox.com/asset/?id=4506771946"
  450. ImageButton_4.ImageColor3 = Color3.new(0.737255, 0.737255, 0.737255)
  451.  
  452. ImageButton_5.Parent = Gui
  453. ImageButton_5.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  454. ImageButton_5.BorderSizePixel = 0
  455. ImageButton_5.Position = UDim2.new(0.238612682, 0, 0.299492419, 0)
  456. ImageButton_5.Size = UDim2.new(0.113942593, 0, 0.0629192963, 0)
  457. ImageButton_5.ZIndex = 2
  458. ImageButton_5.AutoButtonColor = false
  459. ImageButton_5.Image = "http://www.roblox.com/asset/?id=4506771946"
  460. ImageButton_5.ImageColor3 = Color3.new(0.737255, 0.737255, 0.737255)
  461.  
  462. ImageButton_6.Parent = Gui
  463. ImageButton_6.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  464. ImageButton_6.BorderSizePixel = 0
  465. ImageButton_6.Position = UDim2.new(0.238612682, 0, 0.378172696, 0)
  466. ImageButton_6.Size = UDim2.new(0.113942593, 0, 0.06038123, 0)
  467. ImageButton_6.ZIndex = 2
  468. ImageButton_6.AutoButtonColor = false
  469. ImageButton_6.Image = "http://www.roblox.com/asset/?id=4506771946"
  470. ImageButton_6.ImageColor3 = Color3.new(0.737255, 0.737255, 0.737255)
  471.  
  472. Close.Name = "Close"
  473. Close.Parent = Gui
  474. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  475. Close.BackgroundTransparency = 1
  476. Close.BorderSizePixel = 0
  477. Close.Position = UDim2.new(0.00879910588, 0, 0.880710661, 0)
  478. Close.Size = UDim2.new(0.97846806, 0, 0.103528455, 0)
  479. Close.ZIndex = 3
  480. Close.Font = Enum.Font.Highway
  481. Close.Text = "Close"
  482. Close.TextColor3 = Color3.new(1, 1, 1)
  483. Close.TextScaled = true
  484. Close.TextSize = 14
  485. Close.TextStrokeTransparency = 0.5
  486. Close.TextWrapped = true
  487.  
  488. TXT2.Name = "TXT2"
  489. TXT2.Parent = Gui
  490. TXT2.BackgroundColor3 = Color3.new(1, 1, 1)
  491. TXT2.BackgroundTransparency = 1
  492. TXT2.BorderSizePixel = 0
  493. TXT2.Position = UDim2.new(0.0212216079, 0, 0.157360405, 0)
  494. TXT2.Size = UDim2.new(0.151209578, 0, 0.0654574335, 0)
  495. TXT2.ZIndex = 3
  496. TXT2.Font = Enum.Font.Highway
  497. TXT2.Text = "Role"
  498. TXT2.TextColor3 = Color3.new(1, 1, 1)
  499. TXT2.TextScaled = true
  500. TXT2.TextSize = 14
  501. TXT2.TextWrapped = true
  502.  
  503. FT.Name = "FT"
  504. FT.Parent = Gui
  505. FT.BackgroundColor3 = Color3.new(1, 1, 1)
  506. FT.BackgroundTransparency = 1
  507. FT.BorderSizePixel = 0
  508. FT.Position = UDim2.new(0.237060115, 0, 0.220812172, 0)
  509. FT.Size = UDim2.new(0.115495183, 0, 0.0654574335, 0)
  510. FT.ZIndex = 3
  511. FT.Font = Enum.Font.Highway
  512. FT.Text = "10"
  513. FT.TextColor3 = Color3.new(1, 1, 1)
  514. FT.TextScaled = true
  515. FT.TextSize = 14
  516. FT.TextWrapped = true
  517.  
  518. UT.Name = "UT"
  519. UT.Parent = Gui
  520. UT.BackgroundColor3 = Color3.new(1, 1, 1)
  521. UT.BackgroundTransparency = 1
  522. UT.BorderSizePixel = 0
  523. UT.Position = UDim2.new(0.237060115, 0, 0.296954334, 0)
  524. UT.Size = UDim2.new(0.115495183, 0, 0.0654574335, 0)
  525. UT.ZIndex = 3
  526. UT.Font = Enum.Font.Highway
  527. UT.Text = "15"
  528. UT.TextColor3 = Color3.new(1, 1, 1)
  529. UT.TextScaled = true
  530. UT.TextSize = 14
  531. UT.TextWrapped = true
  532.  
  533. DT.Name = "DT"
  534. DT.Parent = Gui
  535. DT.BackgroundColor3 = Color3.new(1, 1, 1)
  536. DT.BackgroundTransparency = 1
  537. DT.BorderSizePixel = 0
  538. DT.Position = UDim2.new(0.235507324, 0, 0.378172606, 0)
  539. DT.Size = UDim2.new(0.115495183, 0, 0.0654574335, 0)
  540. DT.ZIndex = 3
  541. DT.Font = Enum.Font.Highway
  542. DT.Text = "-15"
  543. DT.TextColor3 = Color3.new(1, 1, 1)
  544. DT.TextScaled = true
  545. DT.TextSize = 14
  546. DT.TextWrapped = true
  547.  
  548. TXT7.Name = "TXT7"
  549. TXT7.Parent = Gui
  550. TXT7.BackgroundColor3 = Color3.new(1, 1, 1)
  551. TXT7.BackgroundTransparency = 1
  552. TXT7.BorderSizePixel = 0
  553. TXT7.Position = UDim2.new(0.423395514, 0, 0.157360405, 0)
  554. TXT7.Size = UDim2.new(0.151209578, 0, 0.0654574335, 0)
  555. TXT7.ZIndex = 3
  556. TXT7.Font = Enum.Font.Highway
  557. TXT7.Text = "Key"
  558. TXT7.TextColor3 = Color3.new(1, 1, 1)
  559. TXT7.TextScaled = true
  560. TXT7.TextSize = 14
  561. TXT7.TextWrapped = true
  562.  
  563. TKI1.Name = "TKI1"
  564. TKI1.Parent = Gui
  565. TKI1.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  566. TKI1.BorderSizePixel = 0
  567. TKI1.Position = UDim2.new(0.440476149, 0, 0.218274176, 0)
  568. TKI1.Size = UDim2.new(0.0483438261, 0, 0.0603811964, 0)
  569. TKI1.ZIndex = 2
  570. TKI1.Image = "http://www.roblox.com/asset/?id=4506771946"
  571. TKI1.ImageColor3 = Color3.new(0.737255, 0.737255, 0.737255)
  572.  
  573. TKA1.Name = "TKA1"
  574. TKA1.Parent = Gui
  575. TKA1.BackgroundColor3 = Color3.new(0, 0.360784, 0.513726)
  576. TKA1.BorderSizePixel = 0
  577. TKA1.Position = UDim2.new(0.499482334, 0, 0.218274176, 0)
  578. TKA1.Size = UDim2.new(0.0483438261, 0, 0.0603811964, 0)
  579. TKA1.ZIndex = 2
  580. TKA1.Image = "http://www.roblox.com/asset/?id=4506771946"
  581. TKA1.ImageColor3 = Color3.new(0, 0.694118, 0.901961)
  582.  
  583. Key1A.Name = "Key1A"
  584. Key1A.Parent = Gui
  585. Key1A.BackgroundColor3 = Color3.new(1, 1, 1)
  586. Key1A.BackgroundTransparency = 1
  587. Key1A.BorderSizePixel = 0
  588. Key1A.Position = UDim2.new(0.442029178, 0, 0.218274117, 0)
  589. Key1A.Size = UDim2.new(0.0467908345, 0, 0.0603812896, 0)
  590. Key1A.ZIndex = 3
  591. Key1A.Font = Enum.Font.Highway
  592. Key1A.Text = "1"
  593. Key1A.TextColor3 = Color3.new(1, 1, 1)
  594. Key1A.TextScaled = true
  595. Key1A.TextSize = 14
  596. Key1A.TextWrapped = true
  597.  
  598. Key1B.Name = "Key1B"
  599. Key1B.Parent = Gui
  600. Key1B.BackgroundColor3 = Color3.new(1, 1, 1)
  601. Key1B.BackgroundTransparency = 1
  602. Key1B.BorderSizePixel = 0
  603. Key1B.Position = UDim2.new(0.499482602, 0, 0.218274117, 0)
  604. Key1B.Size = UDim2.new(0.0467908345, 0, 0.0603812896, 0)
  605. Key1B.ZIndex = 3
  606. Key1B.Font = Enum.Font.Highway
  607. Key1B.Text = "T"
  608. Key1B.TextColor3 = Color3.new(1, 1, 1)
  609. Key1B.TextScaled = true
  610. Key1B.TextSize = 14
  611. Key1B.TextWrapped = true
  612.  
  613. TXT10.Name = "TXT10"
  614. TXT10.Parent = Gui
  615. TXT10.BackgroundColor3 = Color3.new(1, 1, 1)
  616. TXT10.BackgroundTransparency = 1
  617. TXT10.BorderSizePixel = 0
  618. TXT10.Position = UDim2.new(0.612836599, 0, 0.223350227, 0)
  619. TXT10.Size = UDim2.new(0.357731134, 0, 0.0654574335, 0)
  620. TXT10.ZIndex = 3
  621. TXT10.Font = Enum.Font.Highway
  622. TXT10.Text = "Toggle Flood collision"
  623. TXT10.TextColor3 = Color3.new(1, 1, 1)
  624. TXT10.TextScaled = true
  625. TXT10.TextSize = 14
  626. TXT10.TextWrapped = true
  627.  
  628. TKI2.Name = "TKI2"
  629. TKI2.Parent = Gui
  630. TKI2.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  631. TKI2.BorderSizePixel = 0
  632. TKI2.Position = UDim2.new(0.440476149, 0, 0.299492419, 0)
  633. TKI2.Size = UDim2.new(0.0483438261, 0, 0.0603811964, 0)
  634. TKI2.ZIndex = 2
  635. TKI2.Image = "http://www.roblox.com/asset/?id=4506771946"
  636. TKI2.ImageColor3 = Color3.new(0.737255, 0.737255, 0.737255)
  637.  
  638. TKI3.Name = "TKI3"
  639. TKI3.Parent = Gui
  640. TKI3.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  641. TKI3.BorderSizePixel = 0
  642. TKI3.Position = UDim2.new(0.440476149, 0, 0.375634551, 0)
  643. TKI3.Size = UDim2.new(0.0483438261, 0, 0.0603811964, 0)
  644. TKI3.ZIndex = 2
  645. TKI3.Image = "http://www.roblox.com/asset/?id=4506771946"
  646. TKI3.ImageColor3 = Color3.new(0.737255, 0.737255, 0.737255)
  647.  
  648. TKA2.Name = "TKA2"
  649. TKA2.Parent = Gui
  650. TKA2.BackgroundColor3 = Color3.new(0, 0.360784, 0.513726)
  651. TKA2.BorderSizePixel = 0
  652. TKA2.Position = UDim2.new(0.499482334, 0, 0.299492478, 0)
  653. TKA2.Size = UDim2.new(0.0483438261, 0, 0.0603811964, 0)
  654. TKA2.ZIndex = 2
  655. TKA2.Image = "http://www.roblox.com/asset/?id=4506771946"
  656. TKA2.ImageColor3 = Color3.new(0, 0.694118, 0.901961)
  657.  
  658. TKA3.Name = "TKA3"
  659. TKA3.Parent = Gui
  660. TKA3.BackgroundColor3 = Color3.new(0, 0.360784, 0.513726)
  661. TKA3.BorderSizePixel = 0
  662. TKA3.Position = UDim2.new(0.499482334, 0, 0.373096526, 0)
  663. TKA3.Size = UDim2.new(0.0483438261, 0, 0.0603811964, 0)
  664. TKA3.ZIndex = 2
  665. TKA3.Image = "http://www.roblox.com/asset/?id=4506771946"
  666. TKA3.ImageColor3 = Color3.new(0, 0.694118, 0.901961)
  667.  
  668. Key2B.Name = "Key2B"
  669. Key2B.Parent = Gui
  670. Key2B.BackgroundColor3 = Color3.new(1, 1, 1)
  671. Key2B.BackgroundTransparency = 1
  672. Key2B.BorderSizePixel = 0
  673. Key2B.Position = UDim2.new(0.499482632, 0, 0.299492419, 0)
  674. Key2B.Size = UDim2.new(0.0467908345, 0, 0.0603812896, 0)
  675. Key2B.ZIndex = 3
  676. Key2B.Font = Enum.Font.Highway
  677. Key2B.Text = "Y"
  678. Key2B.TextColor3 = Color3.new(1, 1, 1)
  679. Key2B.TextScaled = true
  680. Key2B.TextSize = 14
  681. Key2B.TextWrapped = true
  682.  
  683. Key3B.Name = "Key3B"
  684. Key3B.Parent = Gui
  685. Key3B.BackgroundColor3 = Color3.new(1, 1, 1)
  686. Key3B.BackgroundTransparency = 1
  687. Key3B.BorderSizePixel = 0
  688. Key3B.Position = UDim2.new(0.501035392, 0, 0.375634491, 0)
  689. Key3B.Size = UDim2.new(0.0467908345, 0, 0.0603812896, 0)
  690. Key3B.ZIndex = 3
  691. Key3B.Font = Enum.Font.Highway
  692. Key3B.Text = "U"
  693. Key3B.TextColor3 = Color3.new(1, 1, 1)
  694. Key3B.TextScaled = true
  695. Key3B.TextSize = 14
  696. Key3B.TextWrapped = true
  697.  
  698. Key2A.Name = "Key2A"
  699. Key2A.Parent = Gui
  700. Key2A.BackgroundColor3 = Color3.new(1, 1, 1)
  701. Key2A.BackgroundTransparency = 1
  702. Key2A.BorderSizePixel = 0
  703. Key2A.Position = UDim2.new(0.442029178, 0, 0.302030444, 0)
  704. Key2A.Size = UDim2.new(0.0467908345, 0, 0.0603812896, 0)
  705. Key2A.ZIndex = 3
  706. Key2A.Font = Enum.Font.Highway
  707. Key2A.Text = "2"
  708. Key2A.TextColor3 = Color3.new(1, 1, 1)
  709. Key2A.TextScaled = true
  710. Key2A.TextSize = 14
  711. Key2A.TextWrapped = true
  712.  
  713. Key3A.Name = "Key3A"
  714. Key3A.Parent = Gui
  715. Key3A.BackgroundColor3 = Color3.new(1, 1, 1)
  716. Key3A.BackgroundTransparency = 1
  717. Key3A.BorderSizePixel = 0
  718. Key3A.Position = UDim2.new(0.442029178, 0, 0.378172576, 0)
  719. Key3A.Size = UDim2.new(0.0467908345, 0, 0.0603812896, 0)
  720. Key3A.ZIndex = 3
  721. Key3A.Font = Enum.Font.Highway
  722. Key3A.Text = "3"
  723. Key3A.TextColor3 = Color3.new(1, 1, 1)
  724. Key3A.TextScaled = true
  725. Key3A.TextSize = 14
  726. Key3A.TextWrapped = true
  727.  
  728. PDI.Name = "PDI"
  729. PDI.Parent = Gui
  730. PDI.BackgroundColor3 = Color3.new(0.337255, 0.6, 0.262745)
  731. PDI.BorderSizePixel = 0
  732. PDI.Position = UDim2.new(0.369636029, 0, 0.378172696, 0)
  733. PDI.Size = UDim2.new(0.0403726697, 0, 0.06038123, 0)
  734. PDI.ZIndex = 2
  735. PDI.AutoButtonColor = false
  736. PDI.Image = "http://www.roblox.com/asset/?id=4506771946"
  737. PDI.ImageColor3 = Color3.new(0.47451, 0.737255, 0.360784)
  738.  
  739. PUI.Name = "PUI"
  740. PUI.Parent = Gui
  741. PUI.BackgroundColor3 = Color3.new(0.337255, 0.6, 0.262745)
  742. PUI.BorderSizePixel = 0
  743. PUI.Position = UDim2.new(0.369636029, 0, 0.299492478, 0)
  744. PUI.Size = UDim2.new(0.0403726697, 0, 0.06038123, 0)
  745. PUI.ZIndex = 2
  746. PUI.AutoButtonColor = false
  747. PUI.Image = "http://www.roblox.com/asset/?id=4506771946"
  748. PUI.ImageColor3 = Color3.new(0.47451, 0.737255, 0.360784)
  749.  
  750. PFI.Name = "PFI"
  751. PFI.Parent = Gui
  752. PFI.BackgroundColor3 = Color3.new(0.337255, 0.6, 0.262745)
  753. PFI.BorderSizePixel = 0
  754. PFI.Position = UDim2.new(0.369636029, 0, 0.223350346, 0)
  755. PFI.Size = UDim2.new(0.0403726697, 0, 0.06038123, 0)
  756. PFI.ZIndex = 2
  757. PFI.AutoButtonColor = false
  758. PFI.Image = "http://www.roblox.com/asset/?id=4506771946"
  759. PFI.ImageColor3 = Color3.new(0.47451, 0.737255, 0.360784)
  760.  
  761. PF.Name = "PF"
  762. PF.Parent = Gui
  763. PF.BackgroundColor3 = Color3.new(1, 1, 1)
  764. PF.BackgroundTransparency = 1
  765. PF.BorderSizePixel = 0
  766. PF.Position = UDim2.new(0.36904785, 0, 0.220812187, 0)
  767. PF.Size = UDim2.new(0.0409608409, 0, 0.0603812896, 0)
  768. PF.ZIndex = 3
  769. PF.Font = Enum.Font.Highway
  770. PF.Text = "+"
  771. PF.TextColor3 = Color3.new(1, 1, 1)
  772. PF.TextScaled = true
  773. PF.TextSize = 14
  774. PF.TextWrapped = true
  775.  
  776. MFI.Name = "MFI"
  777. MFI.Parent = Gui
  778. MFI.BackgroundColor3 = Color3.new(0.490196, 0.0470588, 0)
  779. MFI.BorderSizePixel = 0
  780. MFI.Position = UDim2.new(0.180000007, 0, 0.223000005, 0)
  781. MFI.Size = UDim2.new(0.0403726697, 0, 0.06038123, 0)
  782. MFI.ZIndex = 2
  783. MFI.AutoButtonColor = false
  784. MFI.Image = "http://www.roblox.com/asset/?id=4506771946"
  785. MFI.ImageColor3 = Color3.new(0.737255, 0, 0)
  786.  
  787. MUI.Name = "MUI"
  788. MUI.Parent = Gui
  789. MUI.BackgroundColor3 = Color3.new(0.490196, 0.0470588, 0)
  790. MUI.BorderSizePixel = 0
  791. MUI.Position = UDim2.new(0.180000007, 0, 0.301680207, 0)
  792. MUI.Size = UDim2.new(0.0403726697, 0, 0.06038123, 0)
  793. MUI.ZIndex = 2
  794. MUI.AutoButtonColor = false
  795. MUI.Image = "http://www.roblox.com/asset/?id=4506771946"
  796. MUI.ImageColor3 = Color3.new(0.737255, 0, 0)
  797.  
  798. MDI.Name = "MDI"
  799. MDI.Parent = Gui
  800. MDI.BackgroundColor3 = Color3.new(0.490196, 0.0470588, 0)
  801. MDI.BorderSizePixel = 0
  802. MDI.Position = UDim2.new(0.180000007, 0, 0.375284255, 0)
  803. MDI.Size = UDim2.new(0.0403726697, 0, 0.06038123, 0)
  804. MDI.ZIndex = 2
  805. MDI.AutoButtonColor = false
  806. MDI.Image = "http://www.roblox.com/asset/?id=4506771946"
  807. MDI.ImageColor3 = Color3.new(0.737255, 0, 0)
  808.  
  809. TXT1.Name = "TXT1"
  810. TXT1.Parent = Gui
  811. TXT1.BackgroundColor3 = Color3.new(1, 1, 1)
  812. TXT1.BackgroundTransparency = 1
  813. TXT1.BorderSizePixel = 0
  814. TXT1.Position = UDim2.new(0.0212216079, 0, 0.220812172, 0)
  815. TXT1.Size = UDim2.new(0.151209578, 0, 0.0654574335, 0)
  816. TXT1.ZIndex = 3
  817. TXT1.Font = Enum.Font.Highway
  818. TXT1.Text = "Tele Face"
  819. TXT1.TextColor3 = Color3.new(1, 1, 1)
  820. TXT1.TextScaled = true
  821. TXT1.TextSize = 14
  822. TXT1.TextWrapped = true
  823.  
  824. TXT4.Name = "TXT4"
  825. TXT4.Parent = Gui
  826. TXT4.BackgroundColor3 = Color3.new(1, 1, 1)
  827. TXT4.BackgroundTransparency = 1
  828. TXT4.BorderSizePixel = 0
  829. TXT4.Position = UDim2.new(0.0212216079, 0, 0.299492359, 0)
  830. TXT4.Size = UDim2.new(0.151209578, 0, 0.0654574335, 0)
  831. TXT4.ZIndex = 3
  832. TXT4.Font = Enum.Font.Highway
  833. TXT4.Text = "Tele UP"
  834. TXT4.TextColor3 = Color3.new(1, 1, 1)
  835. TXT4.TextScaled = true
  836. TXT4.TextSize = 14
  837. TXT4.TextWrapped = true
  838.  
  839. TXT5.Name = "TXT5"
  840. TXT5.Parent = Gui
  841. TXT5.BackgroundColor3 = Color3.new(1, 1, 1)
  842. TXT5.BackgroundTransparency = 1
  843. TXT5.BorderSizePixel = 0
  844. TXT5.Position = UDim2.new(0.0212216079, 0, 0.368020296, 0)
  845. TXT5.Size = UDim2.new(0.151209578, 0, 0.0654574335, 0)
  846. TXT5.ZIndex = 3
  847. TXT5.Font = Enum.Font.Highway
  848. TXT5.Text = "Tele Down"
  849. TXT5.TextColor3 = Color3.new(1, 1, 1)
  850. TXT5.TextScaled = true
  851. TXT5.TextSize = 14
  852. TXT5.TextWrapped = true
  853.  
  854. TXT9.Name = "TXT9"
  855. TXT9.Parent = Gui
  856. TXT9.BackgroundColor3 = Color3.new(1, 1, 1)
  857. TXT9.BackgroundTransparency = 1
  858. TXT9.BorderSizePixel = 0
  859. TXT9.Position = UDim2.new(0.861283779, 0, 0.15989849, 0)
  860. TXT9.Size = UDim2.new(0.0968617499, 0, 0.0654574335, 0)
  861. TXT9.ZIndex = 3
  862. TXT9.Font = Enum.Font.Highway
  863. TXT9.Text = "Key"
  864. TXT9.TextColor3 = Color3.new(1, 1, 1)
  865. TXT9.TextScaled = true
  866. TXT9.TextSize = 14
  867. TXT9.TextWrapped = true
  868.  
  869. TXT8.Name = "TXT8"
  870. TXT8.Parent = Gui
  871. TXT8.BackgroundColor3 = Color3.new(1, 1, 1)
  872. TXT8.BackgroundTransparency = 1
  873. TXT8.BorderSizePixel = 0
  874. TXT8.Position = UDim2.new(0.629917264, 0, 0.159898475, 0)
  875. TXT8.Size = UDim2.new(0.151209578, 0, 0.0654574335, 0)
  876. TXT8.ZIndex = 3
  877. TXT8.Font = Enum.Font.Highway
  878. TXT8.Text = "Action"
  879. TXT8.TextColor3 = Color3.new(1, 1, 1)
  880. TXT8.TextScaled = true
  881. TXT8.TextSize = 14
  882. TXT8.TextWrapped = true
  883.  
  884. TCI.Name = "TCI"
  885. TCI.Parent = Gui
  886. TCI.BackgroundColor3 = Color3.new(0.490196, 0.0470588, 0)
  887. TCI.BorderSizePixel = 0
  888. TCI.Position = UDim2.new(0.643892288, 0, 0.299142092, 0)
  889. TCI.Size = UDim2.new(0.123064317, 0, 0.06038123, 0)
  890. TCI.ZIndex = 2
  891. TCI.Image = "http://www.roblox.com/asset/?id=4506771946"
  892. TCI.ImageColor3 = Color3.new(0.737255, 0, 0)
  893.  
  894. TC.Name = "TC"
  895. TC.Parent = Gui
  896. TC.BackgroundColor3 = Color3.new(1, 1, 1)
  897. TC.BackgroundTransparency = 1
  898. TC.BorderSizePixel = 0
  899. TC.Position = UDim2.new(0.643892288, 0, 0.299492419, 0)
  900. TC.Size = UDim2.new(0.123064406, 0, 0.0603812896, 0)
  901. TC.ZIndex = 3
  902. TC.Font = Enum.Font.Highway
  903. TC.Text = "OFF"
  904. TC.TextColor3 = Color3.new(1, 1, 1)
  905. TC.TextScaled = true
  906. TC.TextSize = 14
  907. TC.TextWrapped = true
  908.  
  909. TKA4.Name = "TKA4"
  910. TKA4.Parent = Gui
  911. TKA4.BackgroundColor3 = Color3.new(0, 0.360784, 0.513726)
  912. TKA4.BorderSizePixel = 0
  913. TKA4.Position = UDim2.new(0.909006238, 0, 0.299218267, 0)
  914. TKA4.Size = UDim2.new(0.0483438261, 0, 0.0603811964, 0)
  915. TKA4.ZIndex = 2
  916. TKA4.Image = "http://www.roblox.com/asset/?id=4506771946"
  917. TKA4.ImageColor3 = Color3.new(0, 0.694118, 0.901961)
  918.  
  919. TKI4.Name = "TKI4"
  920. TKI4.Parent = Gui
  921. TKI4.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  922. TKI4.BorderSizePixel = 0
  923. TKI4.Position = UDim2.new(0.845341623, 0, 0.299218267, 0)
  924. TKI4.Size = UDim2.new(0.0483438261, 0, 0.0603811964, 0)
  925. TKI4.ZIndex = 2
  926. TKI4.Image = "http://www.roblox.com/asset/?id=4506771946"
  927. TKI4.ImageColor3 = Color3.new(0.737255, 0.737255, 0.737255)
  928.  
  929. TXT11.Name = "TXT11"
  930. TXT11.Parent = Gui
  931. TXT11.BackgroundColor3 = Color3.new(1, 1, 1)
  932. TXT11.BackgroundTransparency = 1
  933. TXT11.BorderSizePixel = 0
  934. TXT11.Position = UDim2.new(0.612836599, 0, 0.362944156, 0)
  935. TXT11.Size = UDim2.new(0.357731134, 0, 0.0654574335, 0)
  936. TXT11.ZIndex = 3
  937. TXT11.Font = Enum.Font.Highway
  938. TXT11.Text = "Flood Immunity"
  939. TXT11.TextColor3 = Color3.new(1, 1, 1)
  940. TXT11.TextScaled = true
  941. TXT11.TextSize = 14
  942. TXT11.TextWrapped = true
  943.  
  944. TKI5.Name = "TKI5"
  945. TKI5.Parent = Gui
  946. TKI5.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  947. TKI5.BorderSizePixel = 0
  948. TKI5.Position = UDim2.new(0.845341623, 0, 0.441350251, 0)
  949. TKI5.Size = UDim2.new(0.0483438261, 0, 0.0603811964, 0)
  950. TKI5.ZIndex = 2
  951. TKI5.Image = "http://www.roblox.com/asset/?id=4506771946"
  952. TKI5.ImageColor3 = Color3.new(0.737255, 0.737255, 0.737255)
  953.  
  954. TKA5.Name = "TKA5"
  955. TKA5.Parent = Gui
  956. TKA5.BackgroundColor3 = Color3.new(0, 0.360784, 0.513726)
  957. TKA5.BorderSizePixel = 0
  958. TKA5.Position = UDim2.new(0.909006238, 0, 0.441350251, 0)
  959. TKA5.Size = UDim2.new(0.0483438261, 0, 0.0603811964, 0)
  960. TKA5.ZIndex = 2
  961. TKA5.Image = "http://www.roblox.com/asset/?id=4506771946"
  962. TKA5.ImageColor3 = Color3.new(0, 0.694118, 0.901961)
  963.  
  964. TextButton.Parent = Gui
  965. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  966. TextButton.BackgroundTransparency = 1
  967. TextButton.BorderSizePixel = 0
  968. TextButton.Position = UDim2.new(0.845755875, 0, 0.299492389, 0)
  969. TextButton.Size = UDim2.new(0.0467908345, 0, 0.0603812896, 0)
  970. TextButton.ZIndex = 3
  971. TextButton.Font = Enum.Font.Highway
  972. TextButton.Text = "4"
  973. TextButton.TextColor3 = Color3.new(1, 1, 1)
  974. TextButton.TextScaled = true
  975. TextButton.TextSize = 14
  976. TextButton.TextWrapped = true
  977.  
  978. TextButton_2.Parent = Gui
  979. TextButton_2.BackgroundColor3 = Color3.new(1, 1, 1)
  980. TextButton_2.BackgroundTransparency = 1
  981. TextButton_2.BorderSizePixel = 0
  982. TextButton_2.Position = UDim2.new(0.844203055, 0, 0.441624373, 0)
  983. TextButton_2.Size = UDim2.new(0.0467908345, 0, 0.0603812896, 0)
  984. TextButton_2.ZIndex = 3
  985. TextButton_2.Font = Enum.Font.Highway
  986. TextButton_2.Text = "5,6"
  987. TextButton_2.TextColor3 = Color3.new(1, 1, 1)
  988. TextButton_2.TextScaled = true
  989. TextButton_2.TextSize = 14
  990. TextButton_2.TextWrapped = true
  991.  
  992. TextButton_3.Parent = Gui
  993. TextButton_3.BackgroundColor3 = Color3.new(1, 1, 1)
  994. TextButton_3.BackgroundTransparency = 1
  995. TextButton_3.BorderSizePixel = 0
  996. TextButton_3.Position = UDim2.new(0.90942049, 0, 0.299492359, 0)
  997. TextButton_3.Size = UDim2.new(0.0467908345, 0, 0.0603812896, 0)
  998. TextButton_3.ZIndex = 3
  999. TextButton_3.Font = Enum.Font.Highway
  1000. TextButton_3.Text = "C"
  1001. TextButton_3.TextColor3 = Color3.new(1, 1, 1)
  1002. TextButton_3.TextScaled = true
  1003. TextButton_3.TextSize = 14
  1004. TextButton_3.TextWrapped = true
  1005.  
  1006. TextButton_4.Parent = Gui
  1007. TextButton_4.BackgroundColor3 = Color3.new(1, 1, 1)
  1008. TextButton_4.BackgroundTransparency = 1
  1009. TextButton_4.BorderSizePixel = 0
  1010. TextButton_4.Position = UDim2.new(0.91097331, 0, 0.441624343, 0)
  1011. TextButton_4.Size = UDim2.new(0.0467908345, 0, 0.0603812896, 0)
  1012. TextButton_4.ZIndex = 3
  1013. TextButton_4.Font = Enum.Font.Highway
  1014. TextButton_4.Text = "Q,X"
  1015. TextButton_4.TextColor3 = Color3.new(1, 1, 1)
  1016. TextButton_4.TextScaled = true
  1017. TextButton_4.TextSize = 14
  1018. TextButton_4.TextWrapped = true
  1019.  
  1020. TPEI.Name = "TPEI"
  1021. TPEI.Parent = Gui
  1022. TPEI.BackgroundColor3 = Color3.new(0, 0.360784, 0.513726)
  1023. TPEI.Position = UDim2.new(0.0755692944, 0, 0.789340079, 0)
  1024. TPEI.Size = UDim2.new(0.313871831, 0, 0.0705335364, 0)
  1025. TPEI.ZIndex = 2
  1026. TPEI.Image = "http://www.roblox.com/asset/?id=4506771946"
  1027. TPEI.ImageColor3 = Color3.new(0, 0.694118, 0.901961)
  1028.  
  1029. TPE.Name = "TPE"
  1030. TPE.Parent = Gui
  1031. TPE.BackgroundColor3 = Color3.new(1, 1, 1)
  1032. TPE.BackgroundTransparency = 1
  1033. TPE.BorderSizePixel = 0
  1034. TPE.Position = UDim2.new(0.0740164965, 0, 0.789340019, 0)
  1035. TPE.Size = UDim2.new(0.315424562, 0, 0.0705335364, 0)
  1036. TPE.ZIndex = 3
  1037. TPE.Font = Enum.Font.Highway
  1038. TPE.Text = "Teleport Exit"
  1039. TPE.TextColor3 = Color3.new(1, 1, 1)
  1040. TPE.TextScaled = true
  1041. TPE.TextSize = 14
  1042. TPE.TextStrokeTransparency = 0.5
  1043. TPE.TextWrapped = true
  1044.  
  1045. MU.Name = "MU"
  1046. MU.Parent = Gui
  1047. MU.BackgroundColor3 = Color3.new(1, 1, 1)
  1048. MU.BackgroundTransparency = 1
  1049. MU.BorderSizePixel = 0
  1050. MU.Position = UDim2.new(0.179606855, 0, 0.299492389, 0)
  1051. MU.Size = UDim2.new(0.0409608409, 0, 0.0603812896, 0)
  1052. MU.ZIndex = 3
  1053. MU.Font = Enum.Font.Highway
  1054. MU.Text = "-"
  1055. MU.TextColor3 = Color3.new(1, 1, 1)
  1056. MU.TextScaled = true
  1057. MU.TextSize = 14
  1058. MU.TextWrapped = true
  1059.  
  1060. MD.Name = "MD"
  1061. MD.Parent = Gui
  1062. MD.BackgroundColor3 = Color3.new(1, 1, 1)
  1063. MD.BackgroundTransparency = 1
  1064. MD.BorderSizePixel = 0
  1065. MD.Position = UDim2.new(0.179606855, 0, 0.375634521, 0)
  1066. MD.Size = UDim2.new(0.0409608409, 0, 0.0603812896, 0)
  1067. MD.ZIndex = 3
  1068. MD.Font = Enum.Font.Highway
  1069. MD.Text = "-"
  1070. MD.TextColor3 = Color3.new(1, 1, 1)
  1071. MD.TextScaled = true
  1072. MD.TextSize = 14
  1073. MD.TextWrapped = true
  1074.  
  1075. Infi.Name = "Infi"
  1076. Infi.Parent = Gui
  1077. Infi.BackgroundColor3 = Color3.new(0.490196, 0.0470588, 0)
  1078. Infi.BorderSizePixel = 0
  1079. Infi.Position = UDim2.new(0.0759628043, 0, 0.489497453, 0)
  1080. Infi.Size = UDim2.new(0.315031111, 0, 0.0679954514, 0)
  1081. Infi.ZIndex = 2
  1082. Infi.Image = "http://www.roblox.com/asset/?id=4506771946"
  1083. Infi.ImageColor3 = Color3.new(0.737255, 0, 0)
  1084.  
  1085. Inf.Name = "Inf"
  1086. Inf.Parent = Gui
  1087. Inf.BackgroundColor3 = Color3.new(1, 1, 1)
  1088. Inf.BackgroundTransparency = 1
  1089. Inf.BorderSizePixel = 0
  1090. Inf.Position = UDim2.new(0.0755693018, 0, 0.497111678, 0)
  1091. Inf.Size = UDim2.new(0.315424562, 0, 0.0581934378, 0)
  1092. Inf.ZIndex = 3
  1093. Inf.Font = Enum.Font.Highway
  1094. Inf.Text = "Infinite Jump : Off"
  1095. Inf.TextColor3 = Color3.new(1, 1, 1)
  1096. Inf.TextScaled = true
  1097. Inf.TextSize = 14
  1098. Inf.TextWrapped = true
  1099.  
  1100. PU.Name = "PU"
  1101. PU.Parent = Gui
  1102. PU.BackgroundColor3 = Color3.new(1, 1, 1)
  1103. PU.BackgroundTransparency = 1
  1104. PU.BorderSizePixel = 0
  1105. PU.Position = UDim2.new(0.36904785, 0, 0.302030444, 0)
  1106. PU.Size = UDim2.new(0.0409608409, 0, 0.0603812896, 0)
  1107. PU.ZIndex = 3
  1108. PU.Font = Enum.Font.Highway
  1109. PU.Text = "+"
  1110. PU.TextColor3 = Color3.new(1, 1, 1)
  1111. PU.TextScaled = true
  1112. PU.TextSize = 14
  1113. PU.TextWrapped = true
  1114.  
  1115. PD.Name = "PD"
  1116. PD.Parent = Gui
  1117. PD.BackgroundColor3 = Color3.new(1, 1, 1)
  1118. PD.BackgroundTransparency = 1
  1119. PD.BorderSizePixel = 0
  1120. PD.Position = UDim2.new(0.36904785, 0, 0.380710661, 0)
  1121. PD.Size = UDim2.new(0.0409608409, 0, 0.0603812896, 0)
  1122. PD.ZIndex = 3
  1123. PD.Font = Enum.Font.Highway
  1124. PD.Text = "+"
  1125. PD.TextColor3 = Color3.new(1, 1, 1)
  1126. PD.TextScaled = true
  1127. PD.TextSize = 14
  1128. PD.TextWrapped = true
  1129.  
  1130. MF.Name = "MF"
  1131. MF.Parent = Gui
  1132. MF.BackgroundColor3 = Color3.new(1, 1, 1)
  1133. MF.BackgroundTransparency = 1
  1134. MF.BorderSizePixel = 0
  1135. MF.Position = UDim2.new(0.179606855, 0, 0.220812187, 0)
  1136. MF.Size = UDim2.new(0.0409608409, 0, 0.0603812896, 0)
  1137. MF.ZIndex = 3
  1138. MF.Font = Enum.Font.Highway
  1139. MF.Text = "-"
  1140. MF.TextColor3 = Color3.new(1, 1, 1)
  1141. MF.TextScaled = true
  1142. MF.TextSize = 14
  1143. MF.TextWrapped = true
  1144.  
  1145. Credit.Name = "Credit"
  1146. Credit.Parent = Gui
  1147. Credit.BackgroundColor3 = Color3.new(1, 1, 1)
  1148. Credit.BackgroundTransparency = 1
  1149. Credit.BorderSizePixel = 0
  1150. Credit.Position = UDim2.new(0.390786678, 0, 0.789340019, 0)
  1151. Credit.Size = UDim2.new(0.596480489, 0, 0.0695431978, 0)
  1152. Credit.ZIndex = 3
  1153. Credit.Font = Enum.Font.Highway
  1154. Credit.Text = "@TutiliS V3million"
  1155. Credit.TextColor3 = Color3.new(1, 1, 1)
  1156. Credit.TextScaled = true
  1157. Credit.TextSize = 14
  1158. Credit.TextWrapped = true
  1159. -- Scripts:
  1160.  
  1161. Open.MouseButton1Click:Connect(function()
  1162. ClickS.Playing = true
  1163. if OpenV == false then
  1164. OpenV = true
  1165. Open.Text = "Close"
  1166. Gui.Position = UDim2.new(0.249,0,0.23,0)
  1167. wait()
  1168. Gui:TweenPosition(UDim2.new(0.249,0,0.15,0),"In","Linear",0.2,true)
  1169. else
  1170. Gui:TweenPosition(UDim2.new(0.249,0,1,0),"In","Linear",0.2,true)
  1171. Open.Text = "Open"
  1172. OpenV = false
  1173. end
  1174. end)
  1175. Close.MouseButton1Click:Connect(function()
  1176. ClickS.Playing = true
  1177. Gui:TweenPosition(UDim2.new(0.249,0,1,0),"In","Linear",0.2,true)
  1178. OpenV = false
  1179. Open.Text = "Open"
  1180. end)
  1181. TPE.MouseButton1Click:Connect(function()
  1182. local M = game.Workspace.Multiplayer.Map
  1183. local E = M.ExitBlock
  1184. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = E.CFrame
  1185.  
  1186. end)
  1187. -- ACTIVATIONS
  1188. TC.MouseButton1Click:Connect(function()
  1189. ClickS.Playing = true
  1190. if C == false then
  1191. C = true
  1192. TC.Text = "ON"
  1193. TCI.BackgroundColor3 = GR
  1194. TCI.ImageColor3 = GR2
  1195. else
  1196. C = false
  1197. TC.Text = "OFF"
  1198. TCI.BackgroundColor3 = R
  1199. TCI.ImageColor3 = R2
  1200. end
  1201. end)
  1202. Inf.MouseButton1Click:Connect(function()
  1203. ClickS.Playing = true
  1204. if InfiniteJumpEnabled == false then
  1205. InfiniteJumpEnabled = true
  1206. Inf.Text = "Infinite Jump : On"
  1207. Infi.ImageColor3 = GR2
  1208. Infi.BackgroundColor3 = GR
  1209. else
  1210. InfiniteJumpEnabled = false
  1211. Inf.Text = "Infinite Jump : Off"
  1212. Infi.ImageColor3 = R2
  1213. Infi.BackgroundColor3 = R
  1214. end
  1215. end)
  1216. PF.MouseButton1Click:Connect(function()
  1217. TF = TF + 1
  1218. FT.Text = TF
  1219. end)
  1220. MF.MouseButton1Click:Connect(function()
  1221. TF = TF - 1
  1222. FT.Text = TF
  1223. end)
  1224. PU.MouseButton1Click:Connect(function()
  1225. TU = TU + 1
  1226. UT.Text = TU
  1227. end)
  1228. MU.MouseButton1Click:Connect(function()
  1229. TU = TU - 1
  1230. UT.Text = TU
  1231. end)
  1232. PD.MouseButton1Click:Connect(function()
  1233. TD = TD + 1
  1234. DT.Text = TD
  1235. end)
  1236. MD.MouseButton1Click:Connect(function()
  1237. TD = TD - 1
  1238. DT.Text = TD
  1239. end)
  1240. -- KEYS
  1241.  
  1242. Key1A.MouseButton1Click:Connect(function()
  1243. ClickS.Playing = true
  1244. TKI1.BackgroundColor3 = B
  1245. TKI1.ImageColor3 = B2
  1246. TKA1.ImageColor3 = G2
  1247. TKA1.BackgroundColor3 = G
  1248. K1 = "1"
  1249. end)
  1250. Key2A.MouseButton1Click:Connect(function()
  1251. ClickS.Playing = true
  1252. TKI2.BackgroundColor3 = B
  1253. TKI2.ImageColor3 = B2
  1254. TKA2.ImageColor3 = G2
  1255. TKA2.BackgroundColor3 = G
  1256. K2 = "2"
  1257. end)
  1258.  
  1259. Key3A.MouseButton1Click:Connect(function()
  1260. ClickS.Playing = true
  1261. TKI3.BackgroundColor3 = B
  1262. TKI3.ImageColor3 = B2
  1263. TKA3.ImageColor3 = G2
  1264. TKA3.BackgroundColor3 = G
  1265. K3 = "3"
  1266. end)
  1267.  
  1268. TextButton.MouseButton1Click:Connect(function()
  1269. ClickS.Playing = true
  1270. TKI4.BackgroundColor3 = B
  1271. TKI4.ImageColor3 = B2
  1272. TKA4.ImageColor3 = G2
  1273. TKA4.BackgroundColor3 = G
  1274. K4 = "4"
  1275. end)
  1276.  
  1277. TextButton_2.MouseButton1Click:Connect(function()
  1278. ClickS.Playing = true
  1279. TKI5.BackgroundColor3 = B
  1280. TKI5.ImageColor3 = B2
  1281. TKA5.ImageColor3 = G2
  1282. TKA5.BackgroundColor3 = G
  1283. K5 = "5"
  1284. K6 = "6"
  1285. end)
  1286.  
  1287. Key1B.MouseButton1Click:Connect(function()
  1288. ClickS.Playing = true
  1289. TKI1.BackgroundColor3 = G
  1290. TKI1.ImageColor3 = G2
  1291. TKA1.ImageColor3 = B2
  1292. TKA1.BackgroundColor3 = B
  1293. K1 = "t"
  1294. end)
  1295.  
  1296. Key2B.MouseButton1Click:Connect(function()
  1297. ClickS.Playing = true
  1298. TKI2.BackgroundColor3 = G
  1299. TKI2.ImageColor3 = G2
  1300. TKA2.ImageColor3 = B2
  1301. TKA2.BackgroundColor3 = B
  1302. K1 = "y"
  1303. end)
  1304.  
  1305. Key3B.MouseButton1Click:Connect(function()
  1306. ClickS.Playing = true
  1307. TKI3.BackgroundColor3 = G
  1308. TKI3.ImageColor3 = G2
  1309. TKA3.ImageColor3 = B2
  1310. TKA3.BackgroundColor3 = B
  1311. K1 = "u"
  1312. end)
  1313.  
  1314. TextButton_3.MouseButton1Click:Connect(function()
  1315. ClickS.Playing = true
  1316. TKI4.BackgroundColor3 = G
  1317. TKI4.ImageColor3 = G2
  1318. TKA4.ImageColor3 = B2
  1319. TKA4.BackgroundColor3 = B
  1320. K4 = "c"
  1321. end)
  1322.  
  1323. TextButton_4.MouseButton1Click:Connect(function()
  1324. ClickS.Playing = true
  1325. TKI5.BackgroundColor3 = G
  1326. TKI5.ImageColor3 = G2
  1327. TKA5.ImageColor3 = B2
  1328. TKA5.BackgroundColor3 = B
  1329. K5 = "q"
  1330. K6 = "x"
  1331. end)
  1332. end)
  1333.  
  1334. EggClicker.Name = " \\nEgg Clicker"
  1335. EggClicker.Parent = Main
  1336. EggClicker.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  1337. EggClicker.BorderColor3 = Color3.fromRGB(55, 55, 55)
  1338. EggClicker.Position = UDim2.new(0.0441988967, 0, 0.203539819, 0)
  1339. EggClicker.Size = UDim2.new(0, 165, 0, 25)
  1340. EggClicker.Font = Enum.Font.Cartoon
  1341. EggClicker.Text = "Egg Clicker"
  1342. EggClicker.TextColor3 = Color3.fromRGB(255, 255, 255)
  1343. EggClicker.TextSize = 18.000
  1344. EggClicker.TextWrapped = true
  1345. EggClicker.MouseButton1Click:connect(function()
  1346. loadstring(game:HttpGet("https://pastebin.com/raw/A4wnxTaD"))()
  1347. end)
  1348.  
  1349. CloseMain.Name = "CloseMain"
  1350. CloseMain.Parent = Ui
  1351. CloseMain.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  1352. CloseMain.BorderSizePixel = 0
  1353. CloseMain.Position = UDim2.new(0.801104963, 0, 0.111111253, 0)
  1354. CloseMain.Size = UDim2.new(0, 28, 0, 21)
  1355.  
  1356. Close.Name = "Close"
  1357. Close.Parent = CloseMain
  1358. Close.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  1359. Close.BorderSizePixel = 0
  1360. Close.Size = UDim2.new(0, 28, 0, 21)
  1361. Close.Visible = false
  1362. Close.Font = Enum.Font.SourceSans
  1363. Close.Text = "-"
  1364. Close.TextColor3 = Color3.fromRGB(255, 255, 255)
  1365. Close.TextSize = 20.000
  1366. Close.MouseButton1Click:connect(function()
  1367. Open.Visible = true
  1368. Close.Visible = false
  1369. Main.Visible = false
  1370. end)
  1371.  
  1372. Open.Name = "Open"
  1373. Open.Parent = CloseMain
  1374. Open.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  1375. Open.BorderSizePixel = 0
  1376. Open.Size = UDim2.new(0, 28, 0, 21)
  1377. Open.Font = Enum.Font.SourceSans
  1378. Open.Text = "+"
  1379. Open.TextColor3 = Color3.fromRGB(255, 255, 255)
  1380. Open.TextSize = 20.000
  1381. Open.MouseButton1Click:connect(function()
  1382. Open.Visible = false
  1383. Close.Visible = true
  1384. Main.Visible = true
  1385. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement