Advertisement
Guest User

genisis leaked[Just login no pass or user needed]

a guest
Sep 8th, 2017
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 41.30 KB | None | 0 0
  1. -- Objects
  2.  
  3. local GenisisReborn = Instance.new("ScreenGui")
  4. local LoginFrame = Instance.new("Frame")
  5. local logintitle = Instance.new("TextLabel")
  6. local user = Instance.new("TextBox")
  7. local pass = Instance.new("TextBox")
  8. local loginbutton = Instance.new("TextButton")
  9. local MainFrame = Instance.new("Frame")
  10. local menutitle = Instance.new("TextLabel")
  11. local chooseagametitle = Instance.new("TextLabel")
  12. local mainframeclosebutton = Instance.new("TextButton")
  13. local Apoc = Instance.new("TextButton")
  14. local MM2 = Instance.new("TextButton")
  15. local JailBreak = Instance.new("TextButton")
  16. local Executor = Instance.new("TextButton")
  17. local SharkBite = Instance.new("TextButton")
  18. local SharkBite_2 = Instance.new("TextButton")
  19. local MM2Frame = Instance.new("Frame")
  20. local mm2title = Instance.new("TextLabel")
  21. local TPtoSpawn = Instance.new("TextButton")
  22. local GrabCoins = Instance.new("TextButton")
  23. local KnifePic = Instance.new("ImageButton")
  24. local KnifePic_2 = Instance.new("ImageButton")
  25. local mm2backbutton = Instance.new("TextButton")
  26. local ApocFrame = Instance.new("Frame")
  27. local apoctitle = Instance.new("TextLabel")
  28. local notification = Instance.new("TextLabel")
  29. local comingsoon1 = Instance.new("TextButton")
  30. local comingsoon = Instance.new("TextButton")
  31. local Reborn = Instance.new("TextButton")
  32. local apocbackbutton = Instance.new("TextButton")
  33. local RebornFrame = Instance.new("Frame")
  34. local reborntitle = Instance.new("TextLabel")
  35. local rebornnote = Instance.new("TextLabel")
  36. local reborngodmode = Instance.new("TextButton")
  37. local reborngoback = Instance.new("TextButton")
  38. local infhungerwater = Instance.new("TextButton")
  39. local openframe = Instance.new("Frame")
  40. local openbutton = Instance.new("TextButton")
  41. local JailbreakFrame = Instance.new("Frame")
  42. local TextLabel = Instance.new("TextLabel")
  43. local JailbreakBackButton = Instance.new("TextButton")
  44. local pdstationtpbutton = Instance.new("TextButton")
  45. local infrontofjailcelltpbutton = Instance.new("TextButton")
  46. local ExecutorFrame = Instance.new("Frame")
  47. local EXE = Instance.new("TextButton")
  48. local CLEAR = Instance.new("TextButton")
  49. local ScrollingFrame = Instance.new("ScrollingFrame")
  50. local input = Instance.new("TextBox")
  51. local exegoback = Instance.new("TextButton")
  52. local executorTitle = Instance.new("TextLabel")
  53. local SharkBiteFrame = Instance.new("Frame")
  54. local SharkBiteCreds = Instance.new("TextLabel")
  55. local WinCurrentRoundButton = Instance.new("TextButton")
  56. local tptosharkhome = Instance.new("TextButton")
  57. local tptowater = Instance.new("TextButton")
  58. local tptotopofmap = Instance.new("TextButton")
  59. local sharkbitegobackbutton = Instance.new("TextButton")
  60. local MainCommands = Instance.new("Frame")
  61. local logintitle_2 = Instance.new("TextLabel")
  62. local Kill = Instance.new("TextButton")
  63. local Player = Instance.new("TextBox")
  64. local fegod = Instance.new("TextButton")
  65. local JailbreakBackButton_2 = Instance.new("TextButton")
  66. local Close = Instance.new("TextButton")
  67.  
  68. -- Properties
  69.  
  70. GenisisReborn.Name = " Genisis Reborn"
  71. GenisisReborn.Parent = game.CoreGui
  72.  
  73. LoginFrame.Name = "LoginFrame"
  74. LoginFrame.Parent = GenisisReborn
  75. LoginFrame.Active = true
  76. LoginFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  77. LoginFrame.BorderColor3 = Color3.new(0, 0, 1)
  78. LoginFrame.BorderSizePixel = 6
  79. LoginFrame.Draggable = true
  80. LoginFrame.Position = UDim2.new(0.406666666, 0, 0.237163812, 0)
  81. LoginFrame.Selectable = true
  82. LoginFrame.Size = UDim2.new(0.129696965, 0, 0.386308074, 0)
  83.  
  84. logintitle.Name = "logintitle"
  85. logintitle.Parent = LoginFrame
  86. logintitle.BackgroundColor3 = Color3.new(1, 1, 1)
  87. logintitle.BackgroundTransparency = 1
  88. logintitle.Position = UDim2.new(0.125, 0, 0.00185635686, 0)
  89. logintitle.Size = UDim2.new(0.728571415, 0, 0.133531153, 0)
  90. logintitle.Font = Enum.Font.SourceSansBold
  91. logintitle.FontSize = Enum.FontSize.Size14
  92. logintitle.Text = "Please Login"
  93. logintitle.TextColor3 = Color3.new(0.321569, 0.501961, 0.631373)
  94. logintitle.TextScaled = true
  95. logintitle.TextSize = 14
  96. logintitle.TextStrokeColor3 = Color3.new(0, 0, 1)
  97. logintitle.TextStrokeTransparency = 0
  98. logintitle.TextWrapped = true
  99.  
  100. user.Name = "user"
  101. user.Parent = LoginFrame
  102. user.BackgroundColor3 = Color3.new(0, 0, 0)
  103. user.BorderColor3 = Color3.new(0, 0, 1)
  104. user.BorderSizePixel = 2
  105. user.Position = UDim2.new(0.00357142859, 0, 0.189573467, 0)
  106. user.Size = UDim2.new(0, 137, 0, 41)
  107. user.Font = Enum.Font.SourceSansBold
  108. user.FontSize = Enum.FontSize.Size24
  109. user.Text = "Username"
  110. user.TextColor3 = Color3.new(0, 0.403922, 0.603922)
  111. user.TextSize = 24
  112. user.TextStrokeColor3 = Color3.new(0, 0, 1)
  113. user.TextStrokeTransparency = 0
  114. user.TextWrapped = true
  115.  
  116. pass.Name = "pass"
  117. pass.Parent = LoginFrame
  118. pass.BackgroundColor3 = Color3.new(0, 0, 0)
  119. pass.BorderColor3 = Color3.new(0, 0, 1)
  120. pass.BorderSizePixel = 2
  121. pass.Position = UDim2.new(0.00714285672, 0, 0.4312796, 0)
  122. pass.Size = UDim2.new(0, 136, 0, 42)
  123. pass.Font = Enum.Font.SourceSansBold
  124. pass.FontSize = Enum.FontSize.Size24
  125. pass.Text = "Password"
  126. pass.TextColor3 = Color3.new(0, 0.403922, 0.603922)
  127. pass.TextSize = 24
  128. pass.TextStrokeColor3 = Color3.new(0, 0, 1)
  129. pass.TextStrokeTransparency = 0
  130. pass.TextWrapped = true
  131.  
  132. loginbutton.Name = "loginbutton"
  133. loginbutton.Parent = LoginFrame
  134. loginbutton.BackgroundColor3 = Color3.new(0, 0, 0)
  135. loginbutton.BorderColor3 = Color3.new(0, 0, 1)
  136. loginbutton.BorderSizePixel = 2
  137. loginbutton.Position = UDim2.new(0.0178571418, 0, 0.65876776, 0)
  138. loginbutton.Size = UDim2.new(0, 133, 0, 50)
  139. loginbutton.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  140. loginbutton.Font = Enum.Font.SourceSansBold
  141. loginbutton.FontSize = Enum.FontSize.Size24
  142. loginbutton.Text = "Submit"
  143. loginbutton.TextColor3 = Color3.new(0, 1, 1)
  144. loginbutton.TextSize = 24
  145. loginbutton.TextStrokeColor3 = Color3.new(0, 0, 1)
  146. loginbutton.TextStrokeTransparency = 0
  147.  
  148. MainFrame.Name = "MainFrame"
  149. MainFrame.Parent = GenisisReborn
  150. MainFrame.Active = true
  151. MainFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  152. MainFrame.BorderColor3 = Color3.new(0, 0, 1)
  153. MainFrame.BorderSizePixel = 6
  154. MainFrame.Draggable = true
  155. MainFrame.Position = UDim2.new(0.201212123, 0, 0.117359415, 0)
  156. MainFrame.Selectable = true
  157. MainFrame.Size = UDim2.new(0.511515141, 0, 0.5, 0)
  158. MainFrame.Visible = false
  159.  
  160. menutitle.Name = "menutitle"
  161. menutitle.Parent = MainFrame
  162. menutitle.BackgroundColor3 = Color3.new(0, 0, 0)
  163. menutitle.BackgroundTransparency = 1
  164. menutitle.BorderSizePixel = 0
  165. menutitle.Position = UDim2.new(0.00484848488, 0, -0.0268948656, 0)
  166. menutitle.Size = UDim2.new(0.990588248, 0, 0.172011659, 0)
  167. menutitle.Font = Enum.Font.SourceSansBold
  168. menutitle.FontSize = Enum.FontSize.Size24
  169. menutitle.Text = "Welcome To Genisis Reborn"
  170. menutitle.TextColor3 = Color3.new(0.329412, 0.513726, 0.647059)
  171. menutitle.TextSize = 24
  172. menutitle.TextStrokeColor3 = Color3.new(0, 0, 1)
  173. menutitle.TextStrokeTransparency = 0
  174.  
  175. chooseagametitle.Name = "chooseagametitle"
  176. chooseagametitle.Parent = MainFrame
  177. chooseagametitle.BackgroundColor3 = Color3.new(0, 0, 0)
  178. chooseagametitle.BackgroundTransparency = 1
  179. chooseagametitle.BorderColor3 = Color3.new(0, 0, 0.635294)
  180. chooseagametitle.BorderSizePixel = 2
  181. chooseagametitle.Position = UDim2.new(0.336969703, 0, 0.1002445, 0)
  182. chooseagametitle.Size = UDim2.new(0, 280, 0, 20)
  183. chooseagametitle.Font = Enum.Font.ArialBold
  184. chooseagametitle.FontSize = Enum.FontSize.Size14
  185. chooseagametitle.Text = "Choose An Option"
  186. chooseagametitle.TextColor3 = Color3.new(0.266667, 0.419608, 0.52549)
  187. chooseagametitle.TextScaled = true
  188. chooseagametitle.TextSize = 14
  189. chooseagametitle.TextStrokeColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  190. chooseagametitle.TextStrokeTransparency = 0
  191. chooseagametitle.TextWrapped = true
  192.  
  193. mainframeclosebutton.Name = "mainframeclosebutton"
  194. mainframeclosebutton.Parent = MainFrame
  195. mainframeclosebutton.BackgroundColor3 = Color3.new(0, 0, 0)
  196. mainframeclosebutton.BorderColor3 = Color3.new(1, 0, 0)
  197. mainframeclosebutton.Position = UDim2.new(0.905882359, 0, 0.00874635577, 0)
  198. mainframeclosebutton.Size = UDim2.new(0.0870588198, 0, 0.0787172019, 0)
  199. mainframeclosebutton.Font = Enum.Font.SourceSans
  200. mainframeclosebutton.FontSize = Enum.FontSize.Size14
  201. mainframeclosebutton.Text = "X"
  202. mainframeclosebutton.TextColor3 = Color3.new(1, 0, 0)
  203. mainframeclosebutton.TextScaled = true
  204. mainframeclosebutton.TextSize = 14
  205. mainframeclosebutton.TextStrokeColor3 = Color3.new(1, 0, 0)
  206. mainframeclosebutton.TextStrokeTransparency = 0
  207. mainframeclosebutton.TextWrapped = true
  208.  
  209. Apoc.Name = "Apoc"
  210. Apoc.Parent = MainFrame
  211. Apoc.BackgroundColor3 = Color3.new(1, 1, 1)
  212. Apoc.Position = UDim2.new(0, 180, 0, 70)
  213. Apoc.Size = UDim2.new(0, 150, 0, 45)
  214. Apoc.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  215. Apoc.Font = Enum.Font.ArialBold
  216. Apoc.FontSize = Enum.FontSize.Size14
  217. Apoc.Text = "Apocalypse"
  218. Apoc.TextColor3 = Color3.new(0, 0, 1)
  219. Apoc.TextScaled = true
  220. Apoc.TextSize = 14
  221. Apoc.TextWrapped = true
  222.  
  223. MM2.Name = "MM2"
  224. MM2.Parent = MainFrame
  225. MM2.BackgroundColor3 = Color3.new(1, 1, 1)
  226. MM2.Position = UDim2.new(0, 16, 0, 70)
  227. MM2.Size = UDim2.new(0, 150, 0, 45)
  228. MM2.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  229. MM2.Font = Enum.Font.ArialBold
  230. MM2.FontSize = Enum.FontSize.Size14
  231. MM2.Text = "Murder Myster 2"
  232. MM2.TextColor3 = Color3.new(0, 0, 1)
  233. MM2.TextScaled = true
  234. MM2.TextSize = 14
  235. MM2.TextWrapped = true
  236.  
  237. JailBreak.Name = "JailBreak"
  238. JailBreak.Parent = MainFrame
  239. JailBreak.BackgroundColor3 = Color3.new(1, 1, 1)
  240. JailBreak.Position = UDim2.new(0, 340, 0, 70)
  241. JailBreak.Size = UDim2.new(0, 150, 0, 45)
  242. JailBreak.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  243. JailBreak.Font = Enum.Font.ArialBold
  244. JailBreak.FontSize = Enum.FontSize.Size14
  245. JailBreak.Text = "JailBreak"
  246. JailBreak.TextColor3 = Color3.new(0, 0, 1)
  247. JailBreak.TextScaled = true
  248. JailBreak.TextSize = 14
  249. JailBreak.TextWrapped = true
  250.  
  251. Executor.Name = "Executor"
  252. Executor.Parent = MainFrame
  253. Executor.BackgroundColor3 = Color3.new(1, 1, 1)
  254. Executor.Position = UDim2.new(0, 16, 0, 141)
  255. Executor.Size = UDim2.new(0, 150, 0, 45)
  256. Executor.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  257. Executor.Font = Enum.Font.ArialBold
  258. Executor.FontSize = Enum.FontSize.Size14
  259. Executor.Text = "Built In Executor"
  260. Executor.TextColor3 = Color3.new(0, 0, 1)
  261. Executor.TextScaled = true
  262. Executor.TextSize = 14
  263. Executor.TextWrapped = true
  264.  
  265. SharkBite.Name = "SharkBite"
  266. SharkBite.Parent = MainFrame
  267. SharkBite.BackgroundColor3 = Color3.new(1, 1, 1)
  268. SharkBite.Position = UDim2.new(0, 340, 0, 141)
  269. SharkBite.Size = UDim2.new(0, 150, 0, 45)
  270. SharkBite.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  271. SharkBite.Font = Enum.Font.ArialBold
  272. SharkBite.FontSize = Enum.FontSize.Size14
  273. SharkBite.Text = "SharkBite"
  274. SharkBite.TextColor3 = Color3.new(0, 0, 1)
  275. SharkBite.TextScaled = true
  276. SharkBite.TextSize = 14
  277. SharkBite.TextWrapped = true
  278.  
  279. SharkBite_2.Name = "SharkBite"
  280. SharkBite_2.Parent = MainFrame
  281. SharkBite_2.BackgroundColor3 = Color3.new(1, 1, 1)
  282. SharkBite_2.Position = UDim2.new(0, 180, 0, 141)
  283. SharkBite_2.Size = UDim2.new(0, 150, 0, 45)
  284. SharkBite_2.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  285. SharkBite_2.Font = Enum.Font.ArialBold
  286. SharkBite_2.FontSize = Enum.FontSize.Size14
  287. SharkBite_2.Text = "Main commands"
  288. SharkBite_2.TextColor3 = Color3.new(0, 0, 1)
  289. SharkBite_2.TextScaled = true
  290. SharkBite_2.TextSize = 14
  291. SharkBite_2.TextWrapped = true
  292.  
  293. MM2Frame.Name = "MM2Frame"
  294. MM2Frame.Parent = GenisisReborn
  295. MM2Frame.Active = true
  296. MM2Frame.BackgroundColor3 = Color3.new(0, 0, 0)
  297. MM2Frame.BorderColor3 = Color3.new(0, 0, 1)
  298. MM2Frame.BorderSizePixel = 6
  299. MM2Frame.Draggable = true
  300. MM2Frame.Position = UDim2.new(0.407878786, 0, 0.187041566, 0)
  301. MM2Frame.Selectable = true
  302. MM2Frame.Size = UDim2.new(0.367878795, 0, 0.347188264, 0)
  303. MM2Frame.Visible = false
  304.  
  305. mm2title.Name = "mm2title"
  306. mm2title.Parent = MM2Frame
  307. mm2title.BackgroundColor3 = Color3.new(0, 0, 0)
  308. mm2title.BorderSizePixel = 0
  309. mm2title.Position = UDim2.new(0.00842358638, 0, 0.0108108111, 0)
  310. mm2title.Size = UDim2.new(0.986762941, 0, 0.183783785, 0)
  311. mm2title.Font = Enum.Font.ArialBold
  312. mm2title.FontSize = Enum.FontSize.Size14
  313. mm2title.Text = "Murder Mystery 2 Menu"
  314. mm2title.TextColor3 = Color3.new(0, 1, 1)
  315. mm2title.TextScaled = true
  316. mm2title.TextSize = 14
  317. mm2title.TextStrokeColor3 = Color3.new(0, 0, 1)
  318. mm2title.TextStrokeTransparency = 0
  319. mm2title.TextWrapped = true
  320.  
  321. TPtoSpawn.Name = "TPtoSpawn"
  322. TPtoSpawn.Parent = MM2Frame
  323. TPtoSpawn.BackgroundColor3 = Color3.new(1, 1, 1)
  324. TPtoSpawn.Position = UDim2.new(0.640856683, 0, 0.197183102, 0)
  325. TPtoSpawn.Size = UDim2.new(0, 200, 0, 50)
  326. TPtoSpawn.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  327. TPtoSpawn.Font = Enum.Font.ArialBold
  328. TPtoSpawn.FontSize = Enum.FontSize.Size14
  329. TPtoSpawn.Text = "TP to Spawn"
  330. TPtoSpawn.TextColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  331. TPtoSpawn.TextScaled = true
  332. TPtoSpawn.TextSize = 14
  333. TPtoSpawn.TextStrokeColor3 = Color3.new(1, 0.972549, 0.972549)
  334. TPtoSpawn.TextStrokeTransparency = 0
  335. TPtoSpawn.TextWrapped = true
  336.  
  337. GrabCoins.Name = "GrabCoins"
  338. GrabCoins.Parent = MM2Frame
  339. GrabCoins.BackgroundColor3 = Color3.new(1, 1, 1)
  340. GrabCoins.Position = UDim2.new(0.00722021656, 0, 0.189189196, 0)
  341. GrabCoins.Size = UDim2.new(0, 200, 0, 50)
  342. GrabCoins.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  343. GrabCoins.Font = Enum.Font.ArialBold
  344. GrabCoins.FontSize = Enum.FontSize.Size14
  345. GrabCoins.Text = "Grab all Coins!"
  346. GrabCoins.TextColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  347. GrabCoins.TextScaled = true
  348. GrabCoins.TextSize = 14
  349. GrabCoins.TextStrokeColor3 = Color3.new(1, 0.972549, 0.972549)
  350. GrabCoins.TextStrokeTransparency = 0
  351. GrabCoins.TextWrapped = true
  352.  
  353. KnifePic.Name = "KnifePic"
  354. KnifePic.Parent = MM2Frame
  355. KnifePic.BackgroundColor3 = Color3.new(1, 1, 1)
  356. KnifePic.BackgroundTransparency = 1
  357. KnifePic.Position = UDim2.new(0.0362438224, 0, 0.387323946, 0)
  358. KnifePic.Size = UDim2.new(0, 125, 0, 125)
  359. KnifePic.Image = "rbxassetid://658088474"
  360.  
  361. KnifePic_2.Name = "KnifePic"
  362. KnifePic_2.Parent = KnifePic
  363. KnifePic_2.BackgroundColor3 = Color3.new(1, 1, 1)
  364. KnifePic_2.BackgroundTransparency = 1
  365. KnifePic_2.Position = UDim2.new(3.20799994, 0, 0.0799999982, 0)
  366. KnifePic_2.Size = UDim2.new(0, 125, 0, 125)
  367. KnifePic_2.Image = "rbxassetid://658088474"
  368.  
  369. mm2backbutton.Name = "mm2backbutton"
  370. mm2backbutton.Parent = MM2Frame
  371. mm2backbutton.BackgroundColor3 = Color3.new(1, 1, 1)
  372. mm2backbutton.Position = UDim2.new(0.329489291, 0, 0.401408464, 0)
  373. mm2backbutton.Size = UDim2.new(0, 200, 0, 50)
  374. mm2backbutton.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  375. mm2backbutton.Font = Enum.Font.ArialBold
  376. mm2backbutton.FontSize = Enum.FontSize.Size14
  377. mm2backbutton.Text = "Go Back"
  378. mm2backbutton.TextColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  379. mm2backbutton.TextScaled = true
  380. mm2backbutton.TextSize = 14
  381. mm2backbutton.TextStrokeColor3 = Color3.new(1, 0.972549, 0.972549)
  382. mm2backbutton.TextStrokeTransparency = 0
  383. mm2backbutton.TextWrapped = true
  384.  
  385. ApocFrame.Name = "ApocFrame"
  386. ApocFrame.Parent = GenisisReborn
  387. ApocFrame.Active = true
  388. ApocFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  389. ApocFrame.BorderColor3 = Color3.new(0, 0, 1)
  390. ApocFrame.BorderSizePixel = 6
  391. ApocFrame.Draggable = true
  392. ApocFrame.Position = UDim2.new(0.296363622, 0, 0.276283622, 0)
  393. ApocFrame.Selectable = true
  394. ApocFrame.Size = UDim2.new(0.370909095, 0, 0.403422982, 0)
  395. ApocFrame.Visible = false
  396.  
  397. apoctitle.Name = "apoctitle"
  398. apoctitle.Parent = ApocFrame
  399. apoctitle.BackgroundColor3 = Color3.new(0, 0, 0)
  400. apoctitle.BorderSizePixel = 0
  401. apoctitle.Size = UDim2.new(1, 0, 0.181818187, 0)
  402. apoctitle.Font = Enum.Font.SourceSans
  403. apoctitle.FontSize = Enum.FontSize.Size14
  404. apoctitle.Text = "Apocalypse Rising Menu"
  405. apoctitle.TextColor3 = Color3.new(0.270588, 0.419608, 0.529412)
  406. apoctitle.TextScaled = true
  407. apoctitle.TextSize = 14
  408. apoctitle.TextStrokeColor3 = Color3.new(0, 0, 1)
  409. apoctitle.TextStrokeTransparency = 0
  410. apoctitle.TextWrapped = true
  411.  
  412. notification.Name = "notification"
  413. notification.Parent = ApocFrame
  414. notification.BackgroundColor3 = Color3.new(0, 0, 0)
  415. notification.BorderSizePixel = 0
  416. notification.Position = UDim2.new(0.155228764, 0, 0.181818187, 0)
  417. notification.Size = UDim2.new(0.70588237, 0, 0.0848484859, 0)
  418. notification.Font = Enum.Font.SourceSans
  419. notification.FontSize = Enum.FontSize.Size14
  420. notification.Text = "Please Select The Map You Are Using..."
  421. notification.TextColor3 = Color3.new(0.286275, 0.447059, 0.560784)
  422. notification.TextScaled = true
  423. notification.TextSize = 14
  424. notification.TextStrokeColor3 = Color3.new(0, 0, 0.552941)
  425. notification.TextStrokeTransparency = 0
  426. notification.TextWrapped = true
  427.  
  428. comingsoon1.Name = "comingsoon1"
  429. comingsoon1.Parent = ApocFrame
  430. comingsoon1.BackgroundColor3 = Color3.new(1, 1, 1)
  431. comingsoon1.Position = UDim2.new(0.0114379087, 0, 0.348484844, 0)
  432. comingsoon1.Size = UDim2.new(0, 200, 0, 50)
  433. comingsoon1.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  434. comingsoon1.Font = Enum.Font.ArialBold
  435. comingsoon1.FontSize = Enum.FontSize.Size14
  436. comingsoon1.Text = "COMING SOON"
  437. comingsoon1.TextColor3 = Color3.new(0.286275, 0.447059, 0.560784)
  438. comingsoon1.TextSize = 14
  439.  
  440. comingsoon.Name = "comingsoon"
  441. comingsoon.Parent = ApocFrame
  442. comingsoon.BackgroundColor3 = Color3.new(1, 1, 1)
  443. comingsoon.Position = UDim2.new(0.338235289, 0, 0.354545444, 0)
  444. comingsoon.Size = UDim2.new(0, 200, 0, 50)
  445. comingsoon.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  446. comingsoon.Font = Enum.Font.ArialBold
  447. comingsoon.FontSize = Enum.FontSize.Size14
  448. comingsoon.Text = "COMING SOON"
  449. comingsoon.TextColor3 = Color3.new(0.286275, 0.447059, 0.560784)
  450. comingsoon.TextSize = 14
  451.  
  452. Reborn.Name = "Reborn"
  453. Reborn.Parent = ApocFrame
  454. Reborn.BackgroundColor3 = Color3.new(1, 1, 1)
  455. Reborn.Position = UDim2.new(0.666666687, 0, 0.360606074, 0)
  456. Reborn.Size = UDim2.new(0, 200, 0, 50)
  457. Reborn.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  458. Reborn.Font = Enum.Font.ArialBold
  459. Reborn.FontSize = Enum.FontSize.Size14
  460. Reborn.Text = "Reborn"
  461. Reborn.TextColor3 = Color3.new(0.286275, 0.447059, 0.560784)
  462. Reborn.TextSize = 14
  463.  
  464. apocbackbutton.Name = "apocbackbutton"
  465. apocbackbutton.Parent = ApocFrame
  466. apocbackbutton.BackgroundColor3 = Color3.new(1, 1, 1)
  467. apocbackbutton.Position = UDim2.new(0.334967315, 0, 0.521212101, 0)
  468. apocbackbutton.Size = UDim2.new(0, 200, 0, 50)
  469. apocbackbutton.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  470. apocbackbutton.Font = Enum.Font.ArialBold
  471. apocbackbutton.FontSize = Enum.FontSize.Size14
  472. apocbackbutton.Text = "Go Back"
  473. apocbackbutton.TextColor3 = Color3.new(0.286275, 0.447059, 0.560784)
  474. apocbackbutton.TextSize = 14
  475.  
  476. RebornFrame.Name = "RebornFrame"
  477. RebornFrame.Parent = GenisisReborn
  478. RebornFrame.Active = true
  479. RebornFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  480. RebornFrame.BorderColor3 = Color3.new(0, 0, 1)
  481. RebornFrame.BorderSizePixel = 6
  482. RebornFrame.Draggable = true
  483. RebornFrame.Position = UDim2.new(0.380606055, 0, 0.255501211, 0)
  484. RebornFrame.Selectable = true
  485. RebornFrame.Size = UDim2.new(0.301212132, 0, 0.415647924, 0)
  486. RebornFrame.Visible = false
  487.  
  488. reborntitle.Name = "reborntitle"
  489. reborntitle.Parent = RebornFrame
  490. reborntitle.BackgroundColor3 = Color3.new(0, 0, 0)
  491. reborntitle.BorderSizePixel = 0
  492. reborntitle.Size = UDim2.new(0.995975852, 0, 0.155882359, 0)
  493. reborntitle.Font = Enum.Font.SourceSans
  494. reborntitle.FontSize = Enum.FontSize.Size24
  495. reborntitle.Text = "Reborn Menu"
  496. reborntitle.TextColor3 = Color3.new(0.301961, 0.47451, 0.596078)
  497. reborntitle.TextScaled = true
  498. reborntitle.TextSize = 24
  499. reborntitle.TextStrokeColor3 = Color3.new(0, 0, 1)
  500. reborntitle.TextStrokeTransparency = 0
  501. reborntitle.TextWrapped = true
  502.  
  503. rebornnote.Name = "rebornnote"
  504. rebornnote.Parent = RebornFrame
  505. rebornnote.BackgroundColor3 = Color3.new(0, 0, 0)
  506. rebornnote.BackgroundTransparency = 1
  507. rebornnote.BorderSizePixel = 0
  508. rebornnote.Position = UDim2.new(0.167002007, 0, 0.114705883, 0)
  509. rebornnote.Size = UDim2.new(0.686116695, 0, 0.0941176489, 0)
  510. rebornnote.Font = Enum.Font.SourceSans
  511. rebornnote.FontSize = Enum.FontSize.Size14
  512. rebornnote.Text = "Not That Many Commands, Because This Is Version 1"
  513. rebornnote.TextColor3 = Color3.new(0.278431, 0.435294, 0.54902)
  514. rebornnote.TextScaled = true
  515. rebornnote.TextSize = 14
  516. rebornnote.TextStrokeColor3 = Color3.new(0, 0, 0.545098)
  517. rebornnote.TextStrokeTransparency = 0
  518. rebornnote.TextWrapped = true
  519.  
  520. reborngodmode.Name = "reborngodmode"
  521. reborngodmode.Parent = RebornFrame
  522. reborngodmode.BackgroundColor3 = Color3.new(1, 1, 1)
  523. reborngodmode.Position = UDim2.new(0.0140845068, 0, 0.276470602, 0)
  524. reborngodmode.Size = UDim2.new(0, 200, 0, 50)
  525. reborngodmode.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  526. reborngodmode.Font = Enum.Font.ArialBold
  527. reborngodmode.FontSize = Enum.FontSize.Size14
  528. reborngodmode.Text = "God Mode"
  529. reborngodmode.TextColor3 = Color3.new(0.286275, 0.447059, 0.560784)
  530. reborngodmode.TextSize = 14
  531.  
  532. reborngoback.Name = "reborngoback"
  533. reborngoback.Parent = RebornFrame
  534. reborngoback.BackgroundColor3 = Color3.new(1, 1, 1)
  535. reborngoback.Position = UDim2.new(0.289738417, 0, 0.438235283, 0)
  536. reborngoback.Size = UDim2.new(0, 200, 0, 50)
  537. reborngoback.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  538. reborngoback.Font = Enum.Font.ArialBold
  539. reborngoback.FontSize = Enum.FontSize.Size14
  540. reborngoback.Text = "Go Back"
  541. reborngoback.TextColor3 = Color3.new(0.286275, 0.447059, 0.560784)
  542. reborngoback.TextSize = 14
  543.  
  544. infhungerwater.Name = "infhungerwater"
  545. infhungerwater.Parent = RebornFrame
  546. infhungerwater.BackgroundColor3 = Color3.new(1, 1, 1)
  547. infhungerwater.Position = UDim2.new(0.583500981, 0, 0.27352941, 0)
  548. infhungerwater.Size = UDim2.new(0, 200, 0, 50)
  549. infhungerwater.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  550. infhungerwater.Font = Enum.Font.ArialBold
  551. infhungerwater.FontSize = Enum.FontSize.Size14
  552. infhungerwater.Text = "Inf. Health And Water"
  553. infhungerwater.TextColor3 = Color3.new(0.286275, 0.447059, 0.560784)
  554. infhungerwater.TextSize = 14
  555.  
  556. openframe.Name = "openframe"
  557. openframe.Parent = GenisisReborn
  558. openframe.BackgroundColor3 = Color3.new(0, 0, 0)
  559. openframe.BorderColor3 = Color3.new(0, 0, 1)
  560. openframe.BorderSizePixel = 6
  561. openframe.Position = UDim2.new(-0.00121212122, 0, 0.669926643, 0)
  562. openframe.Size = UDim2.new(0.0884848461, 0, 0.0647921786, 0)
  563. openframe.Visible = false
  564.  
  565. openbutton.Name = "openbutton"
  566. openbutton.Parent = openframe
  567. openbutton.BackgroundColor3 = Color3.new(1, 1, 1)
  568. openbutton.BackgroundTransparency = 1
  569. openbutton.BorderSizePixel = 0
  570. openbutton.Position = UDim2.new(0.00684931502, 0, -0.0754716992, 0)
  571. openbutton.Size = UDim2.new(1.00684929, 0, 1.07547164, 0)
  572. openbutton.Font = Enum.Font.SourceSansBold
  573. openbutton.FontSize = Enum.FontSize.Size14
  574. openbutton.Text = "OPEN"
  575. openbutton.TextColor3 = Color3.new(0.294118, 0.458824, 0.576471)
  576. openbutton.TextScaled = true
  577. openbutton.TextSize = 14
  578. openbutton.TextStrokeColor3 = Color3.new(0, 0, 1)
  579. openbutton.TextStrokeTransparency = 0
  580. openbutton.TextWrapped = true
  581.  
  582. JailbreakFrame.Name = "JailbreakFrame"
  583. JailbreakFrame.Parent = GenisisReborn
  584. JailbreakFrame.Active = true
  585. JailbreakFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  586. JailbreakFrame.BorderColor3 = Color3.new(0, 0, 1)
  587. JailbreakFrame.BorderSizePixel = 6
  588. JailbreakFrame.Draggable = true
  589. JailbreakFrame.Position = UDim2.new(0.120606057, 0, 0.168704152, 0)
  590. JailbreakFrame.Selectable = true
  591. JailbreakFrame.Size = UDim2.new(0.287272722, 0, 0.435207814, 0)
  592. JailbreakFrame.Visible = false
  593.  
  594. TextLabel.Parent = JailbreakFrame
  595. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  596. TextLabel.BackgroundTransparency = 1
  597. TextLabel.BorderSizePixel = 0
  598. TextLabel.Position = UDim2.new(0.0168776363, 0, 0.0112359552, 0)
  599. TextLabel.Size = UDim2.new(0.972573817, 0, 0.162921354, 0)
  600. TextLabel.Font = Enum.Font.SourceSans
  601. TextLabel.FontSize = Enum.FontSize.Size14
  602. TextLabel.Text = "JailBreak Menu"
  603. TextLabel.TextColor3 = Color3.new(0.290196, 0.45098, 0.568627)
  604. TextLabel.TextScaled = true
  605. TextLabel.TextSize = 14
  606. TextLabel.TextStrokeColor3 = Color3.new(0, 0, 1)
  607. TextLabel.TextStrokeTransparency = 0
  608. TextLabel.TextWrapped = true
  609.  
  610. JailbreakBackButton.Name = "JailbreakBackButton"
  611. JailbreakBackButton.Parent = JailbreakFrame
  612. JailbreakBackButton.BackgroundColor3 = Color3.new(1, 1, 1)
  613. JailbreakBackButton.Position = UDim2.new(0.270042181, 0, 0.446629226, 0)
  614. JailbreakBackButton.Size = UDim2.new(0, 200, 0, 50)
  615. JailbreakBackButton.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  616. JailbreakBackButton.Font = Enum.Font.ArialBold
  617. JailbreakBackButton.FontSize = Enum.FontSize.Size14
  618. JailbreakBackButton.Text = "Go Back"
  619. JailbreakBackButton.TextColor3 = Color3.new(0.286275, 0.447059, 0.560784)
  620. JailbreakBackButton.TextSize = 14
  621.  
  622. pdstationtpbutton.Name = "pdstationtpbutton"
  623. pdstationtpbutton.Parent = JailbreakFrame
  624. pdstationtpbutton.BackgroundColor3 = Color3.new(1, 1, 1)
  625. pdstationtpbutton.Position = UDim2.new(0.544303775, 0, 0.261235952, 0)
  626. pdstationtpbutton.Size = UDim2.new(0, 200, 0, 50)
  627. pdstationtpbutton.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  628. pdstationtpbutton.Font = Enum.Font.ArialBold
  629. pdstationtpbutton.FontSize = Enum.FontSize.Size14
  630. pdstationtpbutton.Text = "Teleport To Police Station"
  631. pdstationtpbutton.TextColor3 = Color3.new(0.286275, 0.447059, 0.560784)
  632. pdstationtpbutton.TextSize = 14
  633.  
  634. infrontofjailcelltpbutton.Name = "infrontofjailcelltpbutton"
  635. infrontofjailcelltpbutton.Parent = JailbreakFrame
  636. infrontofjailcelltpbutton.BackgroundColor3 = Color3.new(1, 1, 1)
  637. infrontofjailcelltpbutton.Position = UDim2.new(0.035864979, 0, 0.258426964, 0)
  638. infrontofjailcelltpbutton.Size = UDim2.new(0, 200, 0, 50)
  639. infrontofjailcelltpbutton.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  640. infrontofjailcelltpbutton.Font = Enum.Font.ArialBold
  641. infrontofjailcelltpbutton.FontSize = Enum.FontSize.Size14
  642. infrontofjailcelltpbutton.Text = "Teleport Outside of jail cell"
  643. infrontofjailcelltpbutton.TextColor3 = Color3.new(0.286275, 0.447059, 0.560784)
  644. infrontofjailcelltpbutton.TextSize = 14
  645.  
  646. ExecutorFrame.Name = "ExecutorFrame"
  647. ExecutorFrame.Parent = GenisisReborn
  648. ExecutorFrame.Active = true
  649. ExecutorFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  650. ExecutorFrame.BorderColor3 = Color3.new(0, 0, 1)
  651. ExecutorFrame.BorderSizePixel = 6
  652. ExecutorFrame.Draggable = true
  653. ExecutorFrame.Position = UDim2.new(0.177575752, 0, 0.144254282, 0)
  654. ExecutorFrame.Selectable = true
  655. ExecutorFrame.Size = UDim2.new(0.315151513, 0, 0.393643022, 0)
  656. ExecutorFrame.Visible = false
  657.  
  658. EXE.Name = "EXE"
  659. EXE.Parent = ExecutorFrame
  660. EXE.BackgroundColor3 = Color3.new(1, 1, 1)
  661. EXE.Position = UDim2.new(0.028846154, 0, 0.79192549, 0)
  662. EXE.Size = UDim2.new(0, 150, 0, 45)
  663. EXE.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  664. EXE.Font = Enum.Font.ArialBold
  665. EXE.FontSize = Enum.FontSize.Size14
  666. EXE.Text = "EXECUTE"
  667. EXE.TextColor3 = Color3.new(0, 0, 1)
  668. EXE.TextScaled = true
  669. EXE.TextSize = 14
  670. EXE.TextWrapped = true
  671.  
  672. CLEAR.Name = "CLEAR"
  673. CLEAR.Parent = ExecutorFrame
  674. CLEAR.BackgroundColor3 = Color3.new(1, 1, 1)
  675. CLEAR.Position = UDim2.new(0.680769205, 0, 0.804347813, 0)
  676. CLEAR.Size = UDim2.new(0, 150, 0, 45)
  677. CLEAR.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  678. CLEAR.Font = Enum.Font.ArialBold
  679. CLEAR.FontSize = Enum.FontSize.Size14
  680. CLEAR.Text = "CLEAR"
  681. CLEAR.TextColor3 = Color3.new(0, 0, 1)
  682. CLEAR.TextScaled = true
  683. CLEAR.TextSize = 14
  684. CLEAR.TextWrapped = true
  685.  
  686. ScrollingFrame.Parent = ExecutorFrame
  687. ScrollingFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  688. ScrollingFrame.Position = UDim2.new(0.0442307703, 0, 0.0838509351, 0)
  689. ScrollingFrame.Size = UDim2.new(0.913461566, 0, 0.670807481, 0)
  690.  
  691. input.Name = "input"
  692. input.Parent = ScrollingFrame
  693. input.BackgroundColor3 = Color3.new(1, 1, 1)
  694. input.Size = UDim2.new(0.995789468, 0, 2.21759248, 0)
  695. input.Font = Enum.Font.SourceSans
  696. input.FontSize = Enum.FontSize.Size14
  697. input.TextSize = 14
  698.  
  699. exegoback.Name = "exegoback"
  700. exegoback.Parent = ExecutorFrame
  701. exegoback.BackgroundColor3 = Color3.new(1, 1, 1)
  702. exegoback.Position = UDim2.new(0.917307675, 0, 0.0124223605, 0)
  703. exegoback.Size = UDim2.new(0.0769230798, 0, 0.0590062104, 0)
  704. exegoback.Font = Enum.Font.ArialBold
  705. exegoback.FontSize = Enum.FontSize.Size24
  706. exegoback.Text = "X"
  707. exegoback.TextColor3 = Color3.new(0, 0, 1)
  708. exegoback.TextSize = 24
  709. exegoback.TextWrapped = true
  710.  
  711. executorTitle.Name = "executorTitle"
  712. executorTitle.Parent = ExecutorFrame
  713. executorTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  714. executorTitle.BackgroundTransparency = 1
  715. executorTitle.BorderSizePixel = 0
  716. executorTitle.Size = UDim2.new(0.911538482, 0, 0.0776397511, 0)
  717. executorTitle.Font = Enum.Font.SourceSans
  718. executorTitle.FontSize = Enum.FontSize.Size14
  719. executorTitle.Text = "Genisis Reborn - Executor V1"
  720. executorTitle.TextColor3 = Color3.new(0, 0, 1)
  721. executorTitle.TextScaled = true
  722. executorTitle.TextSize = 14
  723. executorTitle.TextWrapped = true
  724.  
  725. SharkBiteFrame.Name = "SharkBiteFrame"
  726. SharkBiteFrame.Parent = GenisisReborn
  727. SharkBiteFrame.Active = true
  728. SharkBiteFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  729. SharkBiteFrame.BorderColor3 = Color3.new(0, 0, 1)
  730. SharkBiteFrame.BorderSizePixel = 7
  731. SharkBiteFrame.Draggable = true
  732. SharkBiteFrame.Position = UDim2.new(0.076363638, 0, 0.125916868, 0)
  733. SharkBiteFrame.Selectable = true
  734. SharkBiteFrame.Size = UDim2.new(0, 500, 0, 500)
  735. SharkBiteFrame.Visible = false
  736.  
  737. SharkBiteCreds.Name = "SharkBiteCreds"
  738. SharkBiteCreds.Parent = SharkBiteFrame
  739. SharkBiteCreds.BackgroundColor3 = Color3.new(0, 0, 1)
  740. SharkBiteCreds.BorderColor3 = Color3.new(0, 0, 1)
  741. SharkBiteCreds.Size = UDim2.new(0, 500, 0, 50)
  742. SharkBiteCreds.Font = Enum.Font.SourceSans
  743. SharkBiteCreds.FontSize = Enum.FontSize.Size60
  744. SharkBiteCreds.Text = "SharkBite scripts"
  745. SharkBiteCreds.TextSize = 50
  746.  
  747. WinCurrentRoundButton.Name = "WinCurrentRoundButton"
  748. WinCurrentRoundButton.Parent = SharkBiteFrame
  749. WinCurrentRoundButton.BackgroundColor3 = Color3.new(0, 0, 0)
  750. WinCurrentRoundButton.BorderColor3 = Color3.new(0, 0, 1)
  751. WinCurrentRoundButton.Position = UDim2.new(0.0219999999, 0, 0.134000003, 0)
  752. WinCurrentRoundButton.Size = UDim2.new(0, 200, 0, 50)
  753. WinCurrentRoundButton.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  754. WinCurrentRoundButton.Font = Enum.Font.SourceSans
  755. WinCurrentRoundButton.FontSize = Enum.FontSize.Size14
  756. WinCurrentRoundButton.Text = "Win Current Round"
  757. WinCurrentRoundButton.TextColor3 = Color3.new(0, 0, 1)
  758. WinCurrentRoundButton.TextScaled = true
  759. WinCurrentRoundButton.TextSize = 14
  760. WinCurrentRoundButton.TextStrokeColor3 = Color3.new(0.333333, 0, 1)
  761. WinCurrentRoundButton.TextWrapped = true
  762.  
  763. tptosharkhome.Name = "tptosharkhome"
  764. tptosharkhome.Parent = SharkBiteFrame
  765. tptosharkhome.BackgroundColor3 = Color3.new(0, 0, 0)
  766. tptosharkhome.BorderColor3 = Color3.new(0, 0, 1)
  767. tptosharkhome.Position = UDim2.new(0.575999975, 0, 0.140000001, 0)
  768. tptosharkhome.Size = UDim2.new(0, 200, 0, 50)
  769. tptosharkhome.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  770. tptosharkhome.Font = Enum.Font.SourceSans
  771. tptosharkhome.FontSize = Enum.FontSize.Size14
  772. tptosharkhome.Text = "Teleport To Shark Home"
  773. tptosharkhome.TextColor3 = Color3.new(0, 0, 1)
  774. tptosharkhome.TextScaled = true
  775. tptosharkhome.TextSize = 14
  776. tptosharkhome.TextStrokeColor3 = Color3.new(0.333333, 0, 1)
  777. tptosharkhome.TextWrapped = true
  778.  
  779. tptowater.Name = "tptowater"
  780. tptowater.Parent = SharkBiteFrame
  781. tptowater.BackgroundColor3 = Color3.new(0, 0, 0)
  782. tptowater.BorderColor3 = Color3.new(0, 0, 1)
  783. tptowater.Position = UDim2.new(0.0240000002, 0, 0.254000008, 0)
  784. tptowater.Size = UDim2.new(0, 200, 0, 50)
  785. tptowater.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  786. tptowater.Font = Enum.Font.SourceSans
  787. tptowater.FontSize = Enum.FontSize.Size14
  788. tptowater.Text = "Teleport To Water"
  789. tptowater.TextColor3 = Color3.new(0, 0, 1)
  790. tptowater.TextScaled = true
  791. tptowater.TextSize = 14
  792. tptowater.TextStrokeColor3 = Color3.new(0.333333, 0, 1)
  793. tptowater.TextWrapped = true
  794.  
  795. tptotopofmap.Name = "tptotopofmap"
  796. tptotopofmap.Parent = SharkBiteFrame
  797. tptotopofmap.BackgroundColor3 = Color3.new(0, 0, 0)
  798. tptotopofmap.BorderColor3 = Color3.new(0, 0, 1)
  799. tptotopofmap.Position = UDim2.new(0.578000009, 0, 0.261999995, 0)
  800. tptotopofmap.Size = UDim2.new(0, 200, 0, 50)
  801. tptotopofmap.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  802. tptotopofmap.Font = Enum.Font.SourceSans
  803. tptotopofmap.FontSize = Enum.FontSize.Size14
  804. tptotopofmap.Text = "Teleport To The Top Of The Map"
  805. tptotopofmap.TextColor3 = Color3.new(0, 0, 1)
  806. tptotopofmap.TextScaled = true
  807. tptotopofmap.TextSize = 14
  808. tptotopofmap.TextStrokeColor3 = Color3.new(0.333333, 0, 1)
  809. tptotopofmap.TextWrapped = true
  810.  
  811. sharkbitegobackbutton.Name = "sharkbitegobackbutton"
  812. sharkbitegobackbutton.Parent = SharkBiteFrame
  813. sharkbitegobackbutton.BackgroundColor3 = Color3.new(0, 0, 0)
  814. sharkbitegobackbutton.BorderColor3 = Color3.new(0, 0, 1)
  815. sharkbitegobackbutton.Position = UDim2.new(0.280000001, 0, 0.379999995, 0)
  816. sharkbitegobackbutton.Size = UDim2.new(0, 200, 0, 50)
  817. sharkbitegobackbutton.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  818. sharkbitegobackbutton.Font = Enum.Font.SourceSans
  819. sharkbitegobackbutton.FontSize = Enum.FontSize.Size14
  820. sharkbitegobackbutton.Text = "Go Back"
  821. sharkbitegobackbutton.TextColor3 = Color3.new(0, 0, 1)
  822. sharkbitegobackbutton.TextScaled = true
  823. sharkbitegobackbutton.TextSize = 14
  824. sharkbitegobackbutton.TextStrokeColor3 = Color3.new(0.333333, 0, 1)
  825. sharkbitegobackbutton.TextWrapped = true
  826.  
  827. MainCommands.Name = "MainCommands"
  828. MainCommands.Parent = GenisisReborn
  829. MainCommands.Active = true
  830. MainCommands.BackgroundColor3 = Color3.new(0, 0, 0)
  831. MainCommands.BorderColor3 = Color3.new(0, 0, 1)
  832. MainCommands.BorderSizePixel = 6
  833. MainCommands.Draggable = true
  834. MainCommands.Position = UDim2.new(0.243268341, 0, 0.202010959, 0)
  835. MainCommands.Selectable = true
  836. MainCommands.Size = UDim2.new(0.513463318, 0, 0.595978081, 0)
  837. MainCommands.Visible = false
  838.  
  839. logintitle_2.Name = "logintitle"
  840. logintitle_2.Parent = MainCommands
  841. logintitle_2.BackgroundColor3 = Color3.new(1, 1, 1)
  842. logintitle_2.BackgroundTransparency = 1
  843. logintitle_2.Position = UDim2.new(0.125, 0, 0.00185635686, 0)
  844. logintitle_2.Size = UDim2.new(0.728571415, 0, 0.133531153, 0)
  845. logintitle_2.Font = Enum.Font.SourceSansBold
  846. logintitle_2.FontSize = Enum.FontSize.Size14
  847. logintitle_2.Text = "Game-Wide Commands"
  848. logintitle_2.TextColor3 = Color3.new(0.321569, 0.501961, 0.631373)
  849. logintitle_2.TextScaled = true
  850. logintitle_2.TextSize = 14
  851. logintitle_2.TextStrokeColor3 = Color3.new(0, 0, 1)
  852. logintitle_2.TextStrokeTransparency = 0
  853. logintitle_2.TextWrapped = true
  854.  
  855. Kill.Name = "Kill"
  856. Kill.Parent = MainCommands
  857. Kill.BackgroundColor3 = Color3.new(1, 1, 1)
  858. Kill.Position = UDim2.new(0.0433996469, 0, 0.282208592, 0)
  859. Kill.Size = UDim2.new(0, 212, 0, 44)
  860. Kill.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  861. Kill.Font = Enum.Font.Arcade
  862. Kill.FontSize = Enum.FontSize.Size14
  863. Kill.Text = "Kill - FE disabled only"
  864. Kill.TextColor3 = Color3.new(0.356863, 0.756863, 0.419608)
  865. Kill.TextSize = 14
  866.  
  867. Player.Name = "Player"
  868. Player.Parent = MainCommands
  869. Player.BackgroundColor3 = Color3.new(0, 0.780392, 0.545098)
  870. Player.BackgroundTransparency = 0.69999998807907
  871. Player.Position = UDim2.new(0.141048819, 0, 0.156441718, 0)
  872. Player.Size = UDim2.new(0, 397, 0, 32)
  873. Player.Font = Enum.Font.Code
  874. Player.FontSize = Enum.FontSize.Size14
  875. Player.Text = "PlayerName"
  876. Player.TextColor3 = Color3.new(0.321569, 0.501961, 0.631373)
  877. Player.TextScaled = true
  878. Player.TextSize = 14
  879. Player.TextStrokeColor3 = Color3.new(0, 0, 1)
  880. Player.TextStrokeTransparency = 0
  881. Player.TextWrapped = true
  882.  
  883. fegod.Name = "fegod"
  884. fegod.Parent = MainCommands
  885. fegod.BackgroundColor3 = Color3.new(1, 1, 1)
  886. fegod.Position = UDim2.new(0.0433996469, 0, 0.469325155, 0)
  887. fegod.Size = UDim2.new(0, 212, 0, 44)
  888. fegod.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  889. fegod.Font = Enum.Font.Arcade
  890. fegod.FontSize = Enum.FontSize.Size14
  891. fegod.Text = "FE god"
  892. fegod.TextColor3 = Color3.new(0.431373, 0.917647, 0.505882)
  893. fegod.TextScaled = true
  894. fegod.TextSize = 14
  895. fegod.TextStrokeTransparency = 0.5
  896. fegod.TextWrapped = true
  897.  
  898. JailbreakBackButton_2.Name = "JailbreakBackButton"
  899. JailbreakBackButton_2.Parent = MainCommands
  900. JailbreakBackButton_2.BackgroundColor3 = Color3.new(1, 1, 1)
  901. JailbreakBackButton_2.Position = UDim2.new(0.470162749, 0, 0.282208592, 0)
  902. JailbreakBackButton_2.Size = UDim2.new(0, 212, 0, 44)
  903. JailbreakBackButton_2.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  904. JailbreakBackButton_2.Font = Enum.Font.Arcade
  905. JailbreakBackButton_2.FontSize = Enum.FontSize.Size14
  906. JailbreakBackButton_2.Text = "God - FE disabled only"
  907. JailbreakBackButton_2.TextColor3 = Color3.new(0.356863, 0.756863, 0.419608)
  908. JailbreakBackButton_2.TextSize = 14
  909.  
  910. Close.Name = "Close"
  911. Close.Parent = MainCommands
  912. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  913. Close.Position = UDim2.new(0.307414114, 0, 0.846625745, 0)
  914. Close.Size = UDim2.new(0, 212, 0, 44)
  915. Close.Style = Enum.ButtonStyle.RobloxRoundButton
  916. Close.Font = Enum.Font.Arcade
  917. Close.FontSize = Enum.FontSize.Size14
  918. Close.Text = "Close"
  919. Close.TextColor3 = Color3.new(0, 0.905882, 0.917647)
  920. Close.TextSize = 14
  921. Close.TextStrokeTransparency = 0
  922.  
  923. --Code
  924.  
  925. loginbutton.MouseButton1Down:connect(function()
  926. LoginFrame.Visible = false
  927. MainFrame.Visible = true
  928. end)
  929.  
  930. mainframeclosebutton.MouseButton1Down:connect(function()
  931. MainFrame.Visible = false
  932. openframe.Visible = true
  933. end)
  934.  
  935. Apoc.MouseButton1Down:connect(function()
  936. MainFrame.Visible = false
  937. ApocFrame.Visible = true
  938. end)
  939.  
  940. MM2.MouseButton1Down:connect(function()
  941. MainFrame.Visible = false
  942. MM2Frame.Visible = true
  943. end)
  944.  
  945. JailBreak.MouseButton1Down:connect(function()
  946. MainFrame.Visible = false
  947. JailbreakFrame.Visible = true
  948. end)
  949.  
  950. Executor.MouseButton1Down:connect(function()
  951. MainFrame.Visible = false
  952. ExecutorFrame.Visible = true
  953. end)
  954.  
  955. SharkBite.MouseButton1Down:connect(function()
  956. MainFrame.Visible = false
  957. SharkBiteFrame.Visible = true
  958. end)
  959.  
  960. TPtoSpawn.MouseButton1Down:connect(function()
  961. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-100.487854, 127.499977, 65.148468)
  962. end)
  963.  
  964. GrabCoins.MouseButton1Down:connect(function()
  965. game.Players:Chat("Coin Grabber Has Started By: Kyro And zerotrool. :)")
  966. while wait(1) do
  967. for i,v in pairs(game.Workspace:GetChildren()) do
  968. local f = v:FindFirstChild("CoindContainer")
  969. local q = game.Players.LocalPlayer.Character:FindFirstChild("Torso")
  970. if q and f then
  971. for i,c in pairs(f:GetChildren()) do
  972. c.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame
  973. end
  974. end
  975. end
  976. end
  977. end)
  978.  
  979. mm2backbutton.MouseButton1Down:connect(function()
  980. MM2Frame.Visible = false
  981. MainFrame.Visible = true
  982. end)
  983.  
  984. Reborn.MouseButton1Down:connect(function()
  985. ApocFrame.Visible = false
  986. RebornFrame.Visible = true
  987. end)
  988.  
  989. apocbackbutton.MouseButton1Down:connect(function()
  990. ApocFrame.Visible = false
  991. MainFrame.Visible = true
  992. end)
  993.  
  994. reborngoback.MouseButton1Down:connect(function()
  995. RebornFrame.Visible = false
  996. ApocFrame.Visible = true
  997. end)
  998.  
  999. infhungerwater.MouseButton1Down:connect(function()
  1000. game.Players.LocalPlayer.playerstats.Hunger.Value = 100000
  1001. wait (0.1)
  1002. game.Players.LocalPlayer.playerstats.Thirst.Value = 100000
  1003. end)
  1004.  
  1005. openbutton.MouseButton1Down:connect(function()
  1006. openframe.Visible = false
  1007. MainFrame.Visible = true
  1008. end)
  1009.  
  1010. JailbreakBackButton.MouseButton1Down:connect(function()
  1011. JailbreakFrame.Visible = false
  1012. MainFrame.Visible = true
  1013. end)
  1014.  
  1015. pdstationtpbutton.MouseButton1Down:connect(function()
  1016. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(753.801697, 40.1006737, 1100.72595)
  1017. end)
  1018.  
  1019. infrontofjailcelltpbutton.MouseButton1Down:connect(function()
  1020. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1473.88538, 1.00763834, -1882.7196)
  1021. end)
  1022.  
  1023. EXE.MouseButton1Down:connect(function()
  1024. if input.Text == "ExitFrame();" then
  1025. MainFrame.Visible = true
  1026. ExecutorFrame.Visible = false
  1027. print("Frame Exited");
  1028. else
  1029. loadstring(input.Text)()
  1030. end
  1031. end)
  1032.  
  1033. CLEAR.MouseButton1Down:connect(function()
  1034. input.Text = ""
  1035. end)
  1036.  
  1037. exegoback.MouseButton1Down:connect(function()
  1038. ExecutorFrame.Visible = false
  1039. MainFrame.Visible = true
  1040. end)
  1041.  
  1042. WinCurrentRoundButton.MouseButton1Down:connect(function()
  1043. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(7.83537865, 285, 125.780952)
  1044. end)
  1045.  
  1046. tptosharkhome.MouseButton1Down:connect(function()
  1047. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(8.13647556, 109.141472, 62.5032921)
  1048. end)
  1049.  
  1050. tptowater.MouseButton1Down:connect(function()
  1051. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1087.05896, 270.061218, -132.401871)
  1052. end)
  1053.  
  1054. tptotopofmap.MouseButton1Down:connect(function()
  1055. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(150.609, 746.224, -522.41)
  1056. end)
  1057.  
  1058. sharkbitegobackbutton.MouseButton1Down:connect(function()
  1059. SharkBiteFrame.Visible = false
  1060. MainFrame.Visible = true
  1061. end)
  1062.  
  1063. MainCommands.Kill.MouseButton1Down:connect(function()
  1064. if game.Players:FindFirstChild(MainCommands.Player.Text) then
  1065. game.Players:FindFirstChild(MainCommands.Player.Text).Character:BreakJoints()
  1066. end
  1067. end)
  1068.  
  1069. MainCommands.JailbreakBackButton.MouseButton1Down:connect(function()
  1070. if game.Players:FindFirstChild(MainCommands.Player.Text) then
  1071. local plr = game.Players:FindFirstChild(MainCommands.Player.Text)
  1072. plr.Character.Humanoid.MaxHealth = 1999999999
  1073. plr.Character.Humanoid.Health = plr.Character.Humanoid.MaxHealth
  1074. end
  1075. end)
  1076.  
  1077. fegod.MouseButton1Down:connect(function()
  1078. if game.Players:FindFirstChild(MainCommands.Player.Text) then
  1079. local plr = game.Players:FindFirstChild(MainCommands.Player.Text)
  1080. plr.Character.Humanoid:Destroy()
  1081. wait(0.3)
  1082. Instance.new("Humanoid", plr.Character)
  1083. end
  1084. end)
  1085.  
  1086. SharkBite_2.MouseButton1Down:connect(function()
  1087. MainFrame.Visible = false
  1088. MainCommands.Visible = true
  1089. end)
  1090.  
  1091. Close.MouseButton1Down:connect(function()
  1092. MainCommands.Visible = false
  1093. MainFrame.Visible = true
  1094. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement