Advertisement
Guest User

Engima ma

a guest
Dec 29th, 2017
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.74 KB | None | 0 0
  1. -- Objects
  2.  
  3. local Engima = Instance.new("ScreenGui")
  4. local Login = Instance.new("Frame")
  5. local EngimaText = Instance.new("TextLabel")
  6. local Lbar1 = Instance.new("Frame")
  7. local Lbar2 = Instance.new("Frame")
  8. local userbox = Instance.new("TextBox")
  9. local whitelistpass = Instance.new("TextBox")
  10. local UsernameText = Instance.new("TextLabel")
  11. local PasswordText = Instance.new("TextLabel")
  12. local Help = Instance.new("TextButton")
  13. local submit = Instance.new("TextButton")
  14. local LoginExitButton = Instance.new("TextButton")
  15. local Help_2 = Instance.new("Frame")
  16. local Frame = Instance.new("Frame")
  17. local TextLabel = Instance.new("TextLabel")
  18. local TextLabel_2 = Instance.new("TextLabel")
  19. local TextLabel_3 = Instance.new("TextLabel")
  20. local TextLabel_4 = Instance.new("TextLabel")
  21. local Close = Instance.new("TextButton")
  22. local EnigmaGuiMain = Instance.new("Frame")
  23. local egmf = Instance.new("Frame")
  24. local fescripts = Instance.new("TextButton")
  25. local insidemain = Instance.new("ScrollingFrame")
  26. local nonfescripts = Instance.new("TextButton")
  27. local GameScripts = Instance.new("TextButton")
  28. local FeCheck = Instance.new("TextButton")
  29. local Admin = Instance.new("TextButton")
  30. local ScriptExeButton = Instance.new("TextButton")
  31. local TextLabel_5 = Instance.new("TextLabel")
  32. local MainExitButton = Instance.new("TextButton")
  33. local Open = Instance.new("TextButton")
  34. local ScriptExe = Instance.new("Frame")
  35. local ExeButton = Instance.new("TextButton")
  36. local ClrButton = Instance.new("TextButton")
  37. local ExeScrollingFrame = Instance.new("ScrollingFrame")
  38. local Input = Instance.new("TextBox")
  39. local ExescriptMainDesign = Instance.new("Frame")
  40. local ScriptExeExitButton = Instance.new("TextButton")
  41. local NonFeScriptsGui = Instance.new("Frame")
  42. local NFBAR = Instance.new("Frame")
  43. local NonFeExitButton = Instance.new("TextButton")
  44. local NonFeInterior = Instance.new("ScrollingFrame")
  45. local ETH = Instance.new("TextButton")
  46. local CT = Instance.new("TextButton")
  47. local Van = Instance.new("TextButton")
  48. local _10wtd = Instance.new("TextButton")
  49. local THU = Instance.new("TextButton")
  50. local FeScriptsGui = Instance.new("Frame")
  51. local FSBar = Instance.new("Frame")
  52. local Frame_2 = Instance.new("Frame")
  53. local FeExitButton = Instance.new("TextButton")
  54. local TextLabel_6 = Instance.new("TextLabel")
  55. local GScriptsGui = Instance.new("Frame")
  56. local GSGBar = Instance.new("Frame")
  57. local ApocHub = Instance.new("TextButton")
  58. local FleeTheFacility = Instance.new("TextButton")
  59. local TextLabel_7 = Instance.new("TextLabel")
  60. local TextLabel_8 = Instance.new("TextLabel")
  61. local UnJailBreak = Instance.new("TextButton")
  62. local GSExitbutton = Instance.new("TextButton")
  63. local Verified = Instance.new("TextLabel")
  64.  
  65. -- Properties
  66.  
  67. Engima.Name = "Engima"
  68. Engima.Parent = game.CoreGui
  69.  
  70. Login.Name = "Login"
  71. Login.Parent = Engima
  72. Login.Active = true
  73. Login.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  74. Login.BorderColor3 = Color3.new(0, 0.345098, 0.992157)
  75. Login.Draggable = true
  76. Login.Position = UDim2.new(0.154477075, 0, 0.21577023, 0)
  77. Login.Selectable = true
  78. Login.Size = UDim2.new(0, 946, 0, 507)
  79. Login.Visible = true
  80.  
  81. EngimaText.Name = "EngimaText"
  82. EngimaText.Parent = Login
  83. EngimaText.BackgroundColor3 = Color3.new(0, 0, 0)
  84. EngimaText.BackgroundTransparency = 1
  85. EngimaText.BorderSizePixel = 0
  86. EngimaText.Position = UDim2.new(0.160065904, 0, 0.103193879, 0)
  87. EngimaText.Size = UDim2.new(0, 646, 0, 80)
  88. EngimaText.Font = Enum.Font.SourceSans
  89. EngimaText.Text = "Enigma Gui"
  90. EngimaText.TextColor3 = Color3.new(1, 1, 1)
  91. EngimaText.TextScaled = true
  92. EngimaText.TextSize = 30
  93. EngimaText.TextWrapped = true
  94.  
  95. Lbar1.Name = "Lbar1"
  96. Lbar1.Parent = Login
  97. Lbar1.BackgroundColor3 = Color3.new(0.0588235, 0, 0.364706)
  98. Lbar1.Position = UDim2.new(0, 0, 0.00394477323, 0)
  99. Lbar1.Size = UDim2.new(0, 946, 0, 24)
  100.  
  101. Lbar2.Name = "Lbar2"
  102. Lbar2.Parent = Login
  103. Lbar2.BackgroundColor3 = Color3.new(1, 1, 1)
  104. Lbar2.Position = UDim2.new(0.314014763, 0, 0.256704986, 0)
  105. Lbar2.Size = UDim2.new(0, 364, 0, 4)
  106.  
  107. userbox.Name = "userbox"
  108. userbox.Parent = Login
  109. userbox.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  110. userbox.BorderColor3 = Color3.new(1, 1, 1)
  111. userbox.Position = UDim2.new(0.394099027, 0, 0.350574732, 0)
  112. userbox.Size = UDim2.new(0, 378, 0, 38)
  113. userbox.Font = Enum.Font.SourceSans
  114. userbox.Text = "Enter Username"
  115. userbox.TextColor3 = Color3.new(1, 1, 1)
  116. userbox.TextSize = 30
  117.  
  118. whitelistpass.Name = "whitelistpass"
  119. whitelistpass.Parent = Login
  120. whitelistpass.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  121. whitelistpass.BorderColor3 = Color3.new(1, 1, 1)
  122. whitelistpass.Position = UDim2.new(0.394099027, 0, 0.492337197, 0)
  123. whitelistpass.Size = UDim2.new(0, 378, 0, 38)
  124. whitelistpass.Font = Enum.Font.SourceSans
  125. whitelistpass.Text = "Enter Whitelist Password"
  126. whitelistpass.TextColor3 = Color3.new(1, 1, 1)
  127. whitelistpass.TextSize = 30
  128.  
  129. UsernameText.Name = "UsernameText"
  130. UsernameText.Parent = Login
  131. UsernameText.BackgroundColor3 = Color3.new(0, 0, 0)
  132. UsernameText.BackgroundTransparency = 1
  133. UsernameText.BorderSizePixel = 0
  134. UsernameText.Position = UDim2.new(0.0845665932, 0, 0.351084799, 0)
  135. UsernameText.Size = UDim2.new(0, 279, 0, 38)
  136. UsernameText.Font = Enum.Font.SourceSans
  137. UsernameText.Text = "Username:"
  138. UsernameText.TextColor3 = Color3.new(1, 1, 1)
  139. UsernameText.TextSize = 50
  140. UsernameText.TextWrapped = true
  141.  
  142. PasswordText.Name = "PasswordText"
  143. PasswordText.Parent = Login
  144. PasswordText.BackgroundColor3 = Color3.new(0, 0, 0)
  145. PasswordText.BackgroundTransparency = 1
  146. PasswordText.BorderSizePixel = 0
  147. PasswordText.Position = UDim2.new(0.0845665932, 0, 0.49309665, 0)
  148. PasswordText.Size = UDim2.new(0, 279, 0, 38)
  149. PasswordText.Font = Enum.Font.SourceSans
  150. PasswordText.Text = "Password:"
  151. PasswordText.TextColor3 = Color3.new(1, 1, 1)
  152. PasswordText.TextSize = 50
  153. PasswordText.TextWrapped = true
  154.  
  155. Help.Name = "Help"
  156. Help.Parent = Login
  157. Help.BackgroundColor3 = Color3.new(0.278431, 0.278431, 0.278431)
  158. Help.BorderSizePixel = 0
  159. Help.Position = UDim2.new(0, 0, 0.948717952, 0)
  160. Help.Size = UDim2.new(0, 51, 0, 26)
  161. Help.Font = Enum.Font.SourceSans
  162. Help.Text = "Help"
  163. Help.TextColor3 = Color3.new(1, 1, 1)
  164. Help.TextScaled = true
  165. Help.TextSize = 14
  166. Help.TextWrapped = true
  167.  
  168. submit.Name = "submit"
  169. submit.Parent = Login
  170. submit.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  171. submit.BorderColor3 = Color3.new(1, 1, 1)
  172. submit.Position = UDim2.new(0.516913295, 0, 0.605522692, 0)
  173. submit.Size = UDim2.new(0, 262, 0, 55)
  174. submit.Font = Enum.Font.SourceSans
  175. submit.Text = "Login To Enigma"
  176. submit.TextColor3 = Color3.new(1, 1, 1)
  177. submit.TextSize = 25
  178. submit.TextWrapped = true
  179.  
  180. LoginExitButton.Name = "LoginExitButton"
  181. LoginExitButton.Parent = Login
  182. LoginExitButton.BackgroundColor3 = Color3.new(0.0588235, 0, 0.364706)
  183. LoginExitButton.BorderSizePixel = 0
  184. LoginExitButton.Position = UDim2.new(0.970401704, 0, 0, 0)
  185. LoginExitButton.Size = UDim2.new(0, 28, 0, 26)
  186. LoginExitButton.Font = Enum.Font.SourceSans
  187. LoginExitButton.Text = "X"
  188. LoginExitButton.TextColor3 = Color3.new(1, 1, 1)
  189. LoginExitButton.TextScaled = true
  190. LoginExitButton.TextSize = 14
  191. LoginExitButton.TextWrapped = true
  192.  
  193. Help_2.Name = "Help"
  194. Help_2.Parent = Engima
  195. Help_2.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  196. Help_2.Position = UDim2.new(0.618870735, 0, 0.354523301, 0)
  197. Help_2.Size = UDim2.new(0, 350, 0, 374)
  198. Help_2.Visible = false
  199.  
  200. Frame.Parent = Help_2
  201. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  202. Frame.Size = UDim2.new(0, 350, 0, 26)
  203.  
  204. TextLabel.Parent = Help_2
  205. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  206. TextLabel.BackgroundTransparency = 1
  207. TextLabel.Position = UDim2.new(0.0114285713, 0, 0.165775403, 0)
  208. TextLabel.Size = UDim2.new(0, 342, 0, 50)
  209. TextLabel.Font = Enum.Font.SourceSans
  210. TextLabel.Text = "Having trouble Logging in?/Can't remeber the username?"
  211. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  212. TextLabel.TextSize = 14
  213.  
  214. TextLabel_2.Parent = Help_2
  215. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  216. TextLabel_2.BackgroundTransparency = 1
  217. TextLabel_2.Position = UDim2.new(0.0114285713, 0, 0.251336902, 0)
  218. TextLabel_2.Size = UDim2.new(0, 342, 0, 50)
  219. TextLabel_2.Font = Enum.Font.SourceSans
  220. TextLabel_2.Text = "The username is your roblox name."
  221. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  222. TextLabel_2.TextSize = 15
  223.  
  224. TextLabel_3.Parent = Help_2
  225. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  226. TextLabel_3.BackgroundTransparency = 1
  227. TextLabel_3.Position = UDim2.new(0.0114285713, 0, 0.582887709, 0)
  228. TextLabel_3.Size = UDim2.new(0, 342, 0, 50)
  229. TextLabel_3.Font = Enum.Font.SourceSans
  230. TextLabel_3.Text = "Having trouble with the key?/Forgot your whitelist key?"
  231. TextLabel_3.TextColor3 = Color3.new(1, 1, 1)
  232. TextLabel_3.TextSize = 15
  233.  
  234. TextLabel_4.Parent = Help_2
  235. TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
  236. TextLabel_4.BackgroundTransparency = 1
  237. TextLabel_4.Position = UDim2.new(0.0228571426, 0, 0.679144382, 0)
  238. TextLabel_4.Size = UDim2.new(0, 342, 0, 50)
  239. TextLabel_4.Font = Enum.Font.SourceSans
  240. TextLabel_4.Text = "Message me at discord: boi get that outta here#7119"
  241. TextLabel_4.TextColor3 = Color3.new(1, 1, 1)
  242. TextLabel_4.TextSize = 15
  243.  
  244. Close.Name = "Close"
  245. Close.Parent = Help_2
  246. Close.BackgroundColor3 = Color3.new(0.278431, 0.278431, 0.278431)
  247. Close.BorderSizePixel = 0
  248. Close.Position = UDim2.new(0, 0, 0.930001378, 0)
  249. Close.Size = UDim2.new(0, 51, 0, 26)
  250. Close.Font = Enum.Font.SourceSans
  251. Close.Text = "Close"
  252. Close.TextColor3 = Color3.new(1, 1, 1)
  253. Close.TextScaled = true
  254. Close.TextSize = 14
  255. Close.TextWrapped = true
  256.  
  257. EnigmaGuiMain.Name = "EnigmaGuiMain"
  258. EnigmaGuiMain.Parent = Engima
  259. EnigmaGuiMain.Active = true
  260. EnigmaGuiMain.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  261. EnigmaGuiMain.Draggable = true
  262. EnigmaGuiMain.Position = UDim2.new(0.69691503, 0, 0.226772606, 0)
  263. EnigmaGuiMain.Selectable = true
  264. EnigmaGuiMain.Size = UDim2.new(0, 365, 0, 475)
  265. EnigmaGuiMain.Visible = false
  266.  
  267. egmf.Name = "egmf"
  268. egmf.Parent = EnigmaGuiMain
  269. egmf.BackgroundColor3 = Color3.new(1, 1, 1)
  270. egmf.Size = UDim2.new(0, 365, 0, 26)
  271.  
  272. fescripts.Name = "fescripts"
  273. fescripts.Parent = EnigmaGuiMain
  274. fescripts.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  275. fescripts.Position = UDim2.new(0.0246575344, 0, 0.818947375, 0)
  276. fescripts.Size = UDim2.new(0, 148, 0, 48)
  277. fescripts.Font = Enum.Font.SourceSans
  278. fescripts.Text = "Fe-Scripts"
  279. fescripts.TextColor3 = Color3.new(1, 1, 1)
  280. fescripts.TextSize = 25
  281.  
  282. insidemain.Name = "insidemain"
  283. insidemain.Parent = EnigmaGuiMain
  284. insidemain.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  285. insidemain.Position = UDim2.new(0.176712334, 0, 0.13263157, 0)
  286. insidemain.Size = UDim2.new(0, 236, 0, 308)
  287.  
  288. nonfescripts.Name = "nonfescripts"
  289. nonfescripts.Parent = EnigmaGuiMain
  290. nonfescripts.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  291. nonfescripts.Position = UDim2.new(0.539726019, 0, 0.818947375, 0)
  292. nonfescripts.Size = UDim2.new(0, 148, 0, 48)
  293. nonfescripts.Font = Enum.Font.SourceSans
  294. nonfescripts.Text = "Non-FE scripts"
  295. nonfescripts.TextColor3 = Color3.new(1, 1, 1)
  296. nonfescripts.TextSize = 25
  297.  
  298. GameScripts.Name = "GameScripts"
  299. GameScripts.Parent = EnigmaGuiMain
  300. GameScripts.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  301. GameScripts.BorderSizePixel = 0
  302. GameScripts.Position = UDim2.new(0.205479443, 0, 0.157894731, 0)
  303. GameScripts.Size = UDim2.new(0, 200, 0, 50)
  304. GameScripts.Font = Enum.Font.SourceSans
  305. GameScripts.Text = "Game scripts"
  306. GameScripts.TextColor3 = Color3.new(1, 1, 1)
  307. GameScripts.TextSize = 30
  308.  
  309. FeCheck.Name = "FeCheck"
  310. FeCheck.Parent = EnigmaGuiMain
  311. FeCheck.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  312. FeCheck.BorderSizePixel = 0
  313. FeCheck.Position = UDim2.new(0.205479383, 0, 0.303157866, 0)
  314. FeCheck.Size = UDim2.new(0, 200, 0, 50)
  315. FeCheck.Font = Enum.Font.SourceSans
  316. FeCheck.Text = "Fe check(Press F9)"
  317. FeCheck.TextColor3 = Color3.new(1, 1, 1)
  318. FeCheck.TextSize = 30
  319.  
  320. Admin.Name = "Admin"
  321. Admin.Parent = EnigmaGuiMain
  322. Admin.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  323. Admin.BorderSizePixel = 0
  324. Admin.Position = UDim2.new(0.205479458, 0, 0.461052626, 0)
  325. Admin.Size = UDim2.new(0, 210, 0, 50)
  326. Admin.Font = Enum.Font.SourceSans
  327. Admin.Text = "Rocky admin(Fixing)"
  328. Admin.TextColor3 = Color3.new(1, 1, 1)
  329. Admin.TextSize = 30
  330.  
  331. ScriptExeButton.Name = "ScriptExeButton"
  332. ScriptExeButton.Parent = EnigmaGuiMain
  333. ScriptExeButton.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  334. ScriptExeButton.BorderSizePixel = 0
  335. ScriptExeButton.Position = UDim2.new(0.205479443, 0, 0.625263095, 0)
  336. ScriptExeButton.Size = UDim2.new(0, 200, 0, 50)
  337. ScriptExeButton.Font = Enum.Font.SourceSans
  338. ScriptExeButton.Text = "Script Executioner"
  339. ScriptExeButton.TextColor3 = Color3.new(1, 1, 1)
  340. ScriptExeButton.TextSize = 30
  341.  
  342. TextLabel_5.Parent = EnigmaGuiMain
  343. TextLabel_5.BackgroundColor3 = Color3.new(1, 1, 1)
  344. TextLabel_5.BackgroundTransparency = 1
  345. TextLabel_5.Position = UDim2.new(0.0246575344, 0, 0.0547368415, 0)
  346. TextLabel_5.Size = UDim2.new(0, 200, 0, 37)
  347. TextLabel_5.Font = Enum.Font.SourceSans
  348. TextLabel_5.Text = "Enigma Gui"
  349. TextLabel_5.TextColor3 = Color3.new(1, 1, 1)
  350. TextLabel_5.TextScaled = true
  351. TextLabel_5.TextSize = 14
  352. TextLabel_5.TextWrapped = true
  353. TextLabel_5.TextXAlignment = Enum.TextXAlignment.Left
  354.  
  355. MainExitButton.Name = "MainExitButton"
  356. MainExitButton.Parent = EnigmaGuiMain
  357. MainExitButton.BackgroundColor3 = Color3.new(1, 1, 1)
  358. MainExitButton.BorderSizePixel = 0
  359. MainExitButton.Position = UDim2.new(0.94520545, 0, 0, 0)
  360. MainExitButton.Size = UDim2.new(0, 20, 0, 26)
  361. MainExitButton.Font = Enum.Font.SourceSans
  362. MainExitButton.Text = "X"
  363. MainExitButton.TextScaled = true
  364. MainExitButton.TextSize = 14
  365. MainExitButton.TextWrapped = true
  366.  
  367. Open.Name = "Open"
  368. Open.Parent = Engima
  369. Open.BackgroundColor3 = Color3.new(0, 0.027451, 0.615686)
  370. Open.Position = UDim2.new(0, 0, 0.602689445, 0)
  371. Open.Size = UDim2.new(0, 200, 0, 50)
  372. Open.Visible = false
  373. Open.Font = Enum.Font.SourceSans
  374. Open.Text = "Open Engima Gui V0.1"
  375. Open.TextColor3 = Color3.new(1, 1, 1)
  376. Open.TextSize = 14
  377.  
  378. ScriptExe.Name = "ScriptExe"
  379. ScriptExe.Parent = Engima
  380. ScriptExe.Active = true
  381. ScriptExe.BackgroundColor3 = Color3.new(0.564706, 0, 0.00784314)
  382. ScriptExe.Draggable = true
  383. ScriptExe.Position = UDim2.new(0.100297183, 0, 0.185819075, 0)
  384. ScriptExe.Selectable = true
  385. ScriptExe.Size = UDim2.new(0, 462, 0, 549)
  386. ScriptExe.Visible = false
  387.  
  388. ExeButton.Name = "ExeButton"
  389. ExeButton.Parent = ScriptExe
  390. ExeButton.BackgroundColor3 = Color3.new(0.0588235, 0, 0.0156863)
  391. ExeButton.Position = UDim2.new(0.0429570451, 0, 0.890196085, 0)
  392. ExeButton.Size = UDim2.new(0, 200, 0, 50)
  393. ExeButton.Font = Enum.Font.SourceSans
  394. ExeButton.Text = "Execute"
  395. ExeButton.TextColor3 = Color3.new(1, 1, 1)
  396. ExeButton.TextScaled = true
  397. ExeButton.TextSize = 30
  398. ExeButton.TextWrapped = true
  399.  
  400. ClrButton.Name = "ClrButton"
  401. ClrButton.Parent = ScriptExe
  402. ClrButton.BackgroundColor3 = Color3.new(0.0588235, 0, 0.0156863)
  403. ClrButton.Position = UDim2.new(0.549450576, 0, 0.890196085, 0)
  404. ClrButton.Size = UDim2.new(0, 200, 0, 50)
  405. ClrButton.Font = Enum.Font.SourceSans
  406. ClrButton.Text = "Clear"
  407. ClrButton.TextColor3 = Color3.new(1, 1, 1)
  408. ClrButton.TextScaled = true
  409. ClrButton.TextSize = 30
  410. ClrButton.TextWrapped = true
  411.  
  412. ExeScrollingFrame.Name = "ExeScrolling Frame"
  413. ExeScrollingFrame.Parent = ScriptExe
  414. ExeScrollingFrame.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  415. ExeScrollingFrame.Position = UDim2.new(0.0259740241, 0, 0.0683060065, 0)
  416. ExeScrollingFrame.Size = UDim2.new(0, 442, 0, 439)
  417. ExeScrollingFrame.CanvasSize = UDim2.new(0, 0, 1000000, 0)
  418. ExeScrollingFrame.ScrollBarThickness = 10
  419.  
  420. Input.Name = "Input"
  421. Input.Parent = ExeScrollingFrame
  422. Input.BackgroundColor3 = Color3.new(1, 1, 1)
  423. Input.BackgroundTransparency = 1
  424. Input.Size = UDim2.new(0, 425, 0, 439)
  425. Input.Font = Enum.Font.SourceSans
  426. Input.Text = "print(\"Script here\")"
  427. Input.TextColor3 = Color3.new(0.870588, 0, 0.156863)
  428. Input.TextSize = 20
  429. Input.TextXAlignment = Enum.TextXAlignment.Left
  430. Input.TextYAlignment = Enum.TextYAlignment.Top
  431.  
  432. ExescriptMainDesign.Name = "ExescriptMainDesign"
  433. ExescriptMainDesign.Parent = ScriptExe
  434. ExescriptMainDesign.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  435. ExescriptMainDesign.Size = UDim2.new(0, 462, 0, 29)
  436.  
  437. ScriptExeExitButton.Name = "ScriptExeExitButton"
  438. ScriptExeExitButton.Parent = ScriptExe
  439. ScriptExeExitButton.BackgroundColor3 = Color3.new(1, 1, 1)
  440. ScriptExeExitButton.BackgroundTransparency = 1
  441. ScriptExeExitButton.BorderSizePixel = 0
  442. ScriptExeExitButton.Position = UDim2.new(0.94520545, 0, 0, 0)
  443. ScriptExeExitButton.Size = UDim2.new(0, 20, 0, 26)
  444. ScriptExeExitButton.Font = Enum.Font.SourceSans
  445. ScriptExeExitButton.Text = "X"
  446. ScriptExeExitButton.TextColor3 = Color3.new(1, 1, 1)
  447. ScriptExeExitButton.TextScaled = true
  448. ScriptExeExitButton.TextSize = 14
  449. ScriptExeExitButton.TextWrapped = true
  450.  
  451. NonFeScriptsGui.Name = "NonFeScriptsGui"
  452. NonFeScriptsGui.Parent = Engima
  453. NonFeScriptsGui.Active = true
  454. NonFeScriptsGui.BackgroundColor3 = Color3.new(0.0470588, 0.905882, 1)
  455. NonFeScriptsGui.Draggable = true
  456. NonFeScriptsGui.Position = UDim2.new(0.428351313, 0, 0.151589245, 0)
  457. NonFeScriptsGui.Selectable = true
  458. NonFeScriptsGui.Size = UDim2.new(0, 467, 0, 597)
  459. NonFeScriptsGui.Visible = false
  460.  
  461. NFBAR.Name = "NFBAR"
  462. NFBAR.Parent = NonFeScriptsGui
  463. NFBAR.BackgroundColor3 = Color3.new(0.505882, 0, 0.00784314)
  464. NFBAR.Size = UDim2.new(0, 467, 0, 34)
  465.  
  466. NonFeExitButton.Name = "NonFeExitButton"
  467. NonFeExitButton.Parent = NonFeScriptsGui
  468. NonFeExitButton.BackgroundColor3 = Color3.new(1, 1, 1)
  469. NonFeExitButton.BackgroundTransparency = 1
  470. NonFeExitButton.Draggable = true
  471. NonFeExitButton.Position = UDim2.new(0.934340477, 0, 0, 0)
  472. NonFeExitButton.Size = UDim2.new(0, 31, 0, 34)
  473. NonFeExitButton.Font = Enum.Font.SourceSans
  474. NonFeExitButton.Text = "X"
  475. NonFeExitButton.TextScaled = true
  476. NonFeExitButton.TextSize = 14
  477. NonFeExitButton.TextWrapped = true
  478.  
  479. NonFeInterior.Name = "NonFeInterior"
  480. NonFeInterior.Parent = NonFeScriptsGui
  481. NonFeInterior.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  482. NonFeInterior.Position = UDim2.new(0.0299785864, 0, 0.0904522613, 0)
  483. NonFeInterior.Size = UDim2.new(0, 444, 0, 533)
  484. NonFeInterior.CanvasSize = UDim2.new(0, 0, 10, 0)
  485.  
  486. ETH.Name = "ETH"
  487. ETH.Parent = NonFeScriptsGui
  488. ETH.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  489. ETH.Position = UDim2.new(0.245974019, 0, 0.0998536497, 0)
  490. ETH.Size = UDim2.new(0, 238, 0, 62)
  491. ETH.Font = Enum.Font.SourceSans
  492. ETH.Text = "Elevator to hell"
  493. ETH.TextColor3 = Color3.new(1, 1, 1)
  494. ETH.TextScaled = true
  495. ETH.TextSize = 14
  496. ETH.TextWrapped = true
  497.  
  498. CT.Name = "CT"
  499. CT.Parent = NonFeScriptsGui
  500. CT.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  501. CT.Position = UDim2.new(0.245974019, 0, 0.24912633, 0)
  502. CT.Size = UDim2.new(0, 238, 0, 62)
  503. CT.Font = Enum.Font.SourceSans
  504. CT.Text = "Celestial Titan"
  505. CT.TextColor3 = Color3.new(1, 1, 1)
  506. CT.TextScaled = true
  507. CT.TextSize = 14
  508. CT.TextWrapped = true
  509.  
  510. Van.Name = "Van"
  511. Van.Parent = NonFeScriptsGui
  512. Van.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  513. Van.Position = UDim2.new(0.245974019, 0, 0.404330432, 0)
  514. Van.Size = UDim2.new(0, 238, 0, 62)
  515. Van.Font = Enum.Font.SourceSans
  516. Van.Text = "Van gui"
  517. Van.TextColor3 = Color3.new(1, 1, 1)
  518. Van.TextScaled = true
  519. Van.TextSize = 14
  520. Van.TextWrapped = true
  521.  
  522. _10wtd.Name = "10wtd"
  523. _10wtd.Parent = NonFeScriptsGui
  524. _10wtd.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  525. _10wtd.Position = UDim2.new(0.245974019, 0, 0.578005791, 0)
  526. _10wtd.Size = UDim2.new(0, 238, 0, 62)
  527. _10wtd.Font = Enum.Font.SourceSans
  528. _10wtd.Text = "10 ways to die"
  529. _10wtd.TextColor3 = Color3.new(1, 1, 1)
  530. _10wtd.TextScaled = true
  531. _10wtd.TextSize = 14
  532. _10wtd.TextWrapped = true
  533.  
  534. THU.Name = "THU"
  535. THU.Parent = NonFeScriptsGui
  536. THU.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  537. THU.Position = UDim2.new(0.251327336, 0, 0.742159903, 0)
  538. THU.Size = UDim2.new(0, 238, 0, 62)
  539. THU.Font = Enum.Font.SourceSans
  540. THU.Text = "True Hero Ultima"
  541. THU.TextColor3 = Color3.new(1, 1, 1)
  542. THU.TextScaled = true
  543. THU.TextSize = 14
  544. THU.TextWrapped = true
  545.  
  546. FeScriptsGui.Name = "FeScriptsGui"
  547. FeScriptsGui.Parent = Engima
  548. FeScriptsGui.Active = true
  549. FeScriptsGui.BackgroundColor3 = Color3.new(0.45098, 0, 0)
  550. FeScriptsGui.Draggable = true
  551. FeScriptsGui.Position = UDim2.new(0.379815102, 0, 0.231662601, 0)
  552. FeScriptsGui.Selectable = true
  553. FeScriptsGui.Size = UDim2.new(0, 365, 0, 475)
  554. FeScriptsGui.Visible = false
  555.  
  556. FSBar.Name = "FSBar"
  557. FSBar.Parent = FeScriptsGui
  558. FSBar.BackgroundColor3 = Color3.new(0.870588, 0, 0)
  559. FSBar.Size = UDim2.new(0, 365, 0, 40)
  560.  
  561. Frame_2.Parent = FeScriptsGui
  562. Frame_2.BackgroundColor3 = Color3.new(0.00392157, 0.247059, 0)
  563. Frame_2.Position = UDim2.new(0.0301369857, 0, 0.105263159, 0)
  564. Frame_2.Size = UDim2.new(0, 344, 0, 415)
  565.  
  566. FeExitButton.Name = "FeExitButton"
  567. FeExitButton.Parent = FeScriptsGui
  568. FeExitButton.BackgroundColor3 = Color3.new(1, 1, 1)
  569. FeExitButton.BackgroundTransparency = 1
  570. FeExitButton.Position = UDim2.new(0.917808235, 0, 0, 0)
  571. FeExitButton.Size = UDim2.new(0, 30, 0, 40)
  572. FeExitButton.Font = Enum.Font.SourceSans
  573. FeExitButton.Text = "X"
  574. FeExitButton.TextScaled = true
  575. FeExitButton.TextSize = 14
  576. FeExitButton.TextWrapped = true
  577.  
  578. TextLabel_6.Parent = FeScriptsGui
  579. TextLabel_6.BackgroundColor3 = Color3.new(1, 1, 1)
  580. TextLabel_6.BackgroundTransparency = 1
  581. TextLabel_6.Position = UDim2.new(0.127397269, 0, 0.416842103, 0)
  582. TextLabel_6.Size = UDim2.new(0, 272, 0, 99)
  583. TextLabel_6.Font = Enum.Font.SourceSans
  584. TextLabel_6.Text = "Sorry. no fe scripts here."
  585. TextLabel_6.TextColor3 = Color3.new(1, 1, 1)
  586. TextLabel_6.TextScaled = true
  587. TextLabel_6.TextSize = 14
  588. TextLabel_6.TextWrapped = true
  589.  
  590. GScriptsGui.Name = "GScriptsGui"
  591. GScriptsGui.Parent = Engima
  592. GScriptsGui.Active = true
  593. GScriptsGui.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  594. GScriptsGui.Draggable = true
  595. GScriptsGui.Position = UDim2.new(0.450693369, 0, 0.226161391, 0)
  596. GScriptsGui.Selectable = true
  597. GScriptsGui.Size = UDim2.new(0, 365, 0, 475)
  598. GScriptsGui.Visible = false
  599.  
  600. GSGBar.Name = "GSGBar"
  601. GSGBar.Parent = GScriptsGui
  602. GSGBar.BackgroundColor3 = Color3.new(0.760784, 0, 0.0117647)
  603. GSGBar.Size = UDim2.new(0, 365, 0, 33)
  604.  
  605. ApocHub.Name = "Apoc Hub"
  606. ApocHub.Parent = GScriptsGui
  607. ApocHub.BackgroundColor3 = Color3.new(0.780392, 0, 0.0117647)
  608. ApocHub.Position = UDim2.new(0.226027399, 0, 0.0926315859, 0)
  609. ApocHub.Size = UDim2.new(0, 200, 0, 50)
  610. ApocHub.Font = Enum.Font.SourceSans
  611. ApocHub.Text = "Apoc Hub"
  612. ApocHub.TextColor3 = Color3.new(1, 1, 1)
  613. ApocHub.TextSize = 35
  614. ApocHub.TextWrapped = true
  615.  
  616. FleeTheFacility.Name = "FleeTheFacility"
  617. FleeTheFacility.Parent = GScriptsGui
  618. FleeTheFacility.BackgroundColor3 = Color3.new(0.780392, 0, 0.0117647)
  619. FleeTheFacility.Position = UDim2.new(0.0356164426, 0, 0.237894729, 0)
  620. FleeTheFacility.Size = UDim2.new(0, 200, 0, 50)
  621. FleeTheFacility.Font = Enum.Font.SourceSans
  622. FleeTheFacility.Text = "Flee the Facility"
  623. FleeTheFacility.TextColor3 = Color3.new(1, 1, 1)
  624. FleeTheFacility.TextSize = 35
  625. FleeTheFacility.TextWrapped = true
  626.  
  627. TextLabel_7.Parent = GScriptsGui
  628. TextLabel_7.BackgroundColor3 = Color3.new(1, 1, 1)
  629. TextLabel_7.BackgroundTransparency = 1
  630. TextLabel_7.Position = UDim2.new(0.583561659, 0, 0.286315799, 0)
  631. TextLabel_7.Size = UDim2.new(0, 152, 0, 27)
  632. TextLabel_7.Font = Enum.Font.SourceSans
  633. TextLabel_7.Text = "thx megumu :3"
  634. TextLabel_7.TextColor3 = Color3.new(0.886275, 0.0156863, 0.87451)
  635. TextLabel_7.TextScaled = true
  636. TextLabel_7.TextSize = 14
  637. TextLabel_7.TextWrapped = true
  638.  
  639. TextLabel_8.Parent = GScriptsGui
  640. TextLabel_8.BackgroundColor3 = Color3.new(1, 1, 1)
  641. TextLabel_8.BackgroundTransparency = 1
  642. TextLabel_8.Size = UDim2.new(0, 365, 0, 32)
  643. TextLabel_8.Font = Enum.Font.SourceSans
  644. TextLabel_8.Text = "Enigma Game Scripts"
  645. TextLabel_8.TextColor3 = Color3.new(1, 1, 1)
  646. TextLabel_8.TextScaled = true
  647. TextLabel_8.TextSize = 14
  648. TextLabel_8.TextWrapped = true
  649. TextLabel_8.TextXAlignment = Enum.TextXAlignment.Left
  650.  
  651. UnJailBreak.Name = "UnJailBreak"
  652. UnJailBreak.Parent = GScriptsGui
  653. UnJailBreak.BackgroundColor3 = Color3.new(0.780392, 0, 0.0117647)
  654. UnJailBreak.Position = UDim2.new(0.227397263, 0, 0.404210508, 0)
  655. UnJailBreak.Size = UDim2.new(0, 200, 0, 50)
  656. UnJailBreak.Font = Enum.Font.SourceSans
  657. UnJailBreak.Text = "Unjailbreak"
  658. UnJailBreak.TextColor3 = Color3.new(1, 1, 1)
  659. UnJailBreak.TextSize = 35
  660. UnJailBreak.TextWrapped = true
  661.  
  662. GSExitbutton.Name = "GSExitbutton"
  663. GSExitbutton.Parent = GScriptsGui
  664. GSExitbutton.BackgroundColor3 = Color3.new(1, 1, 1)
  665. GSExitbutton.BackgroundTransparency = 1
  666. GSExitbutton.Position = UDim2.new(0.928767145, 0, 0.00210526306, 0)
  667. GSExitbutton.Size = UDim2.new(0, 26, 0, 32)
  668. GSExitbutton.Font = Enum.Font.SourceSans
  669. GSExitbutton.Text = "X"
  670. GSExitbutton.TextColor3 = Color3.new(1, 1, 1)
  671. GSExitbutton.TextScaled = true
  672. GSExitbutton.TextSize = 14
  673. GSExitbutton.TextWrapped = true
  674.  
  675. Verified.Name = "Verified"
  676. Verified.Parent = Engima
  677. Verified.BackgroundColor3 = Color3.new(1, 1, 1)
  678. Verified.BackgroundTransparency = 1
  679. Verified.Position = UDim2.new(0.349768877, 0, 0.423594117, 0)
  680. Verified.Size = UDim2.new(0, 390, 0, 125)
  681. Verified.Visible = false
  682. Verified.Font = Enum.Font.SourceSans
  683. Verified.Text = "You have been Verified! Have fun Exploiting!"
  684. Verified.TextColor3 = Color3.new(1, 1, 1)
  685. Verified.TextScaled = true
  686. Verified.TextSize = 14
  687. Verified.TextWrapped = true
  688.  
  689.  
  690.  
  691. ---Login Features---
  692.  
  693. submit.MouseButton1Down:connect(function()
  694. if userbox.Text == "Enigma" and whitelistpass.Text == "Giveaway" then
  695.  
  696. Login.Visible = false
  697. wait(2)
  698. Verified.Visible = true
  699. wait(3)
  700. Verified.Visible = false
  701. Open.Visible = true
  702.  
  703. end
  704.  
  705. end)
  706.  
  707. ---End Login Features---
  708.  
  709.  
  710. ---Open & Close Features---
  711.  
  712. Open.MouseButton1Down:connect(function()
  713. Open.Visible = false
  714. EnigmaGuiMain.Visible = true
  715. end)
  716.  
  717. fescripts.MouseButton1Down:connect(function()
  718. EnigmaGuiMain.Visible = true
  719. FeScriptsGui.Visible = true
  720. end)
  721.  
  722. nonfescripts.MouseButton1Down:connect(function()
  723. EnigmaGuiMain.Visible = true
  724. NonFeScriptsGui.Visible = true
  725. end)
  726.  
  727. GameScripts.MouseButton1Down:connect(function()
  728. EnigmaGuiMain.Visible = true
  729. GScriptsGui.Visible = true
  730. end)
  731.  
  732. LoginExitButton.MouseButton1Down:connect(function()
  733. Login:Destroy()
  734. end)
  735.  
  736. MainExitButton.MouseButton1Down:connect(function()
  737. EnigmaGuiMain:Destroy()
  738. end)
  739.  
  740. GSExitbutton.MouseButton1Down:connect(function()
  741. GScriptsGui.Visible = false
  742. EnigmaGuiMain.Visible = true
  743. end)
  744.  
  745. NonFeExitButton.MouseButton1Down:connect(function()
  746. NonFeScriptsGui.Visible = false
  747. EnigmaGuiMain.Visible = true
  748. end)
  749.  
  750. FeExitButton.MouseButton1Down:connect(function()
  751. FeScriptsGui.Visible = false
  752. EnigmaGuiMain.Visible = true
  753. end)
  754. ---End Open & Close Features---
  755.  
  756.  
  757.  
  758.  
  759. --FeCheck Features--
  760. FeCheck.MouseButton1Down:connect(function()
  761. local fe = workspace.FilteringEnabled
  762. if fe == true then
  763. wait(2)
  764. print("Filtering is enabled!")
  765. wait(1)
  766. print("D;")
  767. else
  768. print("Filtering is disabled!")
  769. wait(1)
  770. print("Have Fun!")
  771. end
  772. end)
  773.  
  774. --End FeCheck Features--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement