Advertisement
Andreas12

FE 2 God by TutiliS

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