Advertisement
CaptinLeet

Untitled

Mar 13th, 2019
502
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 44.72 KB | None | 0 0
  1. -- Instances:
  2. local BelowZero = Instance.new("ScreenGui")
  3. local MainFrame = Instance.new("Frame")
  4. local MBar1 = Instance.new("Frame")
  5. local MBar1_2 = Instance.new("Frame")
  6. local MTitle = Instance.new("TextLabel")
  7. local MClose = Instance.new("TextButton")
  8. local Exebut = Instance.new("TextButton")
  9. local Menubut = Instance.new("TextButton")
  10. local ExecutorFrame = Instance.new("Frame")
  11. local EBar1 = Instance.new("Frame")
  12. local EBar2 = Instance.new("Frame")
  13. local ETitle = Instance.new("TextLabel")
  14. local EClose = Instance.new("TextButton")
  15. local ScrollScript = Instance.new("ScrollingFrame")
  16. local input = Instance.new("TextBox")
  17. local Execute = Instance.new("TextButton")
  18. local Clear = Instance.new("TextButton")
  19. local MenuFrame = Instance.new("Frame")
  20. local MEBar1 = Instance.new("Frame")
  21. local MEBar2 = Instance.new("Frame")
  22. local METitle = Instance.new("TextLabel")
  23. local MEClose = Instance.new("TextButton")
  24. local ScriptsGUIs = Instance.new("Frame")
  25. local TitleSG = Instance.new("TextLabel")
  26. local GameMenu = Instance.new("ScrollingFrame")
  27. local MadCity = Instance.new("TextButton")
  28. local SlayingSimulator = Instance.new("TextButton")
  29. local Jailbreak = Instance.new("TextButton")
  30. local RoGhoul = Instance.new("TextButton")
  31. local BubbleGumSimulator = Instance.new("TextButton")
  32. local Train = Instance.new("TextButton")
  33. local DashingSimulator = Instance.new("TextButton")
  34. local RoyaleHigh = Instance.new("TextButton")
  35. local AdoptMe = Instance.new("TextButton")
  36. local RobberySimulator = Instance.new("TextButton")
  37. local Work = Instance.new("TextLabel")
  38. local WorkCombine = Instance.new("Frame")
  39. local WorkCombine2 = Instance.new("Frame")
  40. local Credits2 = Instance.new("TextLabel")
  41. local NextMeBut = Instance.new("TextButton")
  42. local BubbleSimFrame = Instance.new("Frame")
  43. local BubbleSimGUI = Instance.new("TextButton")
  44. local BubbleSimIDK = Instance.new("TextButton")
  45. local BubbleSimGUI2 = Instance.new("TextButton")
  46. local BubbleSimFarm = Instance.new("TextButton")
  47. local DashSim = Instance.new("Frame")
  48. local DashSimGUI = Instance.new("TextButton")
  49. local DashSimOPGui = Instance.new("TextButton")
  50. local DashSimTest = Instance.new("TextButton")
  51. local DashSimRandom = Instance.new("TextButton")
  52. local JailbreakFrame = Instance.new("Frame")
  53. local JailbreakGUI = Instance.new("TextButton")
  54. local JailbreakFarm = Instance.new("TextButton")
  55. local Unjailbreak = Instance.new("TextButton")
  56. local JailbreakRandom = Instance.new("TextButton")
  57. local MadCityFrame = Instance.new("Frame")
  58. local MadCityGUI = Instance.new("TextButton")
  59. local MadCityFarm = Instance.new("TextButton")
  60. local MadCityOPGUI = Instance.new("TextButton")
  61. local MadCityArrest = Instance.new("TextButton")
  62. local RoGhoulFrame = Instance.new("Frame")
  63. local RoGhoulGUI = Instance.new("TextButton")
  64. local RoGhoulFarm = Instance.new("TextButton")
  65. local RoGhoul_2 = Instance.new("TextButton")
  66. local RoghoulGUI2 = Instance.new("TextButton")
  67. local SlayingSimulator_2 = Instance.new("Frame")
  68. local SlaySimGUI = Instance.new("TextButton")
  69. local SlaySimFarm = Instance.new("TextButton")
  70. local SlaySimIdk = Instance.new("TextButton")
  71. local SlayingSimGUI2 = Instance.new("TextButton")
  72. local SuperPowerSim = Instance.new("Frame")
  73. local SuperSimGUI = Instance.new("TextButton")
  74. local SuperSimOPGui = Instance.new("TextButton")
  75. local SuperSimNothing = Instance.new("TextButton")
  76. local SuperSimFarm = Instance.new("TextButton")
  77. local Menu2Frame = Instance.new("Frame")
  78. local ME2Bar = Instance.new("Frame")
  79. local ME2Bar2 = Instance.new("Frame")
  80. local METitle2 = Instance.new("TextLabel")
  81. local MEClose2 = Instance.new("TextButton")
  82. local MrDemoGUIBut = Instance.new("TextButton")
  83. local Explain1 = Instance.new("TextLabel")
  84. local Explain2 = Instance.new("TextLabel")
  85. --Properties:
  86. BelowZero.Name = "BelowZero"
  87. BelowZero.Parent = game.CoreGui
  88. BelowZero.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  89.  
  90. MainFrame.Name = "MainFrame"
  91. MainFrame.Parent = BelowZero
  92. MainFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  93. MainFrame.BorderColor3 = Color3.new(0, 0, 0)
  94. MainFrame.BorderSizePixel = 2
  95. MainFrame.Position = UDim2.new(0.374501973, 0, 0.158953726, 0)
  96. MainFrame.Size = UDim2.new(0, 426, 0, 338)
  97. MainFrame.Visible = true
  98. MainFrame.Active = true
  99. MainFrame.Draggable = true
  100.  
  101. MBar1.Name = "MBar1"
  102. MBar1.Parent = MainFrame
  103. MBar1.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  104. MBar1.BorderSizePixel = 0
  105. MBar1.Size = UDim2.new(0, 426, 0, 31)
  106.  
  107. MBar1_2.Name = "MBar1"
  108. MBar1_2.Parent = MainFrame
  109. MBar1_2.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  110. MBar1_2.BorderSizePixel = 0
  111. MBar1_2.Position = UDim2.new(0, 0, 0.0798816532, 0)
  112. MBar1_2.Size = UDim2.new(0, 426, 0, 11)
  113.  
  114. MTitle.Name = "MTitle"
  115. MTitle.Parent = MainFrame
  116. MTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  117. MTitle.BackgroundTransparency = 1
  118. MTitle.Size = UDim2.new(0, 197, 0, 27)
  119. MTitle.Font = Enum.Font.GothamBold
  120. MTitle.Text = "BelowZero GUI"
  121. MTitle.TextColor3 = Color3.new(1, 1, 1)
  122. MTitle.TextSize = 20
  123. MTitle.TextXAlignment = Enum.TextXAlignment.Left
  124.  
  125. MClose.Name = "MClose"
  126. MClose.Parent = MainFrame
  127. MClose.BackgroundColor3 = Color3.new(1, 1, 1)
  128. MClose.BackgroundTransparency = 1
  129. MClose.Position = UDim2.new(0.957746506, 0, 0, 0)
  130. MClose.Size = UDim2.new(0, 18, 0, 18)
  131. MClose.Font = Enum.Font.GothamBold
  132. MClose.Text = "X"
  133. MClose.TextColor3 = Color3.new(1, 1, 1)
  134. MClose.TextSize = 20
  135. MClose.MouseButton1Down:connect(function()
  136. MainFrame.Visible = false
  137. LoginFrame.Visible = true
  138. end)
  139.  
  140. Exebut.Name = "Exebut"
  141. Exebut.Parent = MainFrame
  142. Exebut.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  143. Exebut.BorderColor3 = Color3.new(0, 0, 0)
  144. Exebut.BorderSizePixel = 4
  145. Exebut.Position = UDim2.new(0.0328638479, 0, 0.562130153, 0)
  146. Exebut.Size = UDim2.new(0, 146, 0, 40)
  147. Exebut.Font = Enum.Font.GothamBold
  148. Exebut.Text = "Executor"
  149. Exebut.TextColor3 = Color3.new(1, 1, 1)
  150. Exebut.TextSize = 20
  151. Exebut.TextWrapped = true
  152. Exebut.MouseButton1Down:connect(function()
  153. MainFrame.Visible = false
  154. ExecutorFrame.Visible = true
  155. end)
  156.  
  157. Menubut.Name = "Menubut"
  158. Menubut.Parent = MainFrame
  159. Menubut.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  160. Menubut.BorderColor3 = Color3.new(0, 0, 0)
  161. Menubut.BorderSizePixel = 4
  162. Menubut.Position = UDim2.new(0.593896747, 0, 0.562130153, 0)
  163. Menubut.Size = UDim2.new(0, 146, 0, 40)
  164. Menubut.Font = Enum.Font.GothamBold
  165. Menubut.Text = "Menus"
  166. Menubut.TextColor3 = Color3.new(1, 1, 1)
  167. Menubut.TextSize = 20
  168. Menubut.TextWrapped = true
  169. Menubut.MouseButton1Down:connect(function()
  170. MainFrame.Visible = false
  171. MenuFrame.Visible = true
  172. end)
  173.  
  174.  
  175. ExecutorFrame.Name = "ExecutorFrame"
  176. ExecutorFrame.Parent = BelowZero
  177. ExecutorFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  178. ExecutorFrame.BorderColor3 = Color3.new(0, 0, 0)
  179. ExecutorFrame.BorderSizePixel = 2
  180. ExecutorFrame.Position = UDim2.new(0.329357803, 0, 0.153700188, 0)
  181. ExecutorFrame.Size = UDim2.new(0, 606, 0, 352)
  182. ExecutorFrame.Visible = false
  183. ExecutorFrame.Active = true
  184. ExecutorFrame.Draggable = true
  185.  
  186. EBar1.Name = "EBar1"
  187. EBar1.Parent = ExecutorFrame
  188. EBar1.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  189. EBar1.BorderSizePixel = 0
  190. EBar1.Size = UDim2.new(0, 606, 0, 27)
  191.  
  192. EBar2.Name = "EBar2"
  193. EBar2.Parent = ExecutorFrame
  194. EBar2.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  195. EBar2.BorderSizePixel = 0
  196. EBar2.Position = UDim2.new(0, 0, 0.0767045468, 0)
  197. EBar2.Size = UDim2.new(0, 606, 0, 8)
  198.  
  199. ETitle.Name = "ETitle"
  200. ETitle.Parent = ExecutorFrame
  201. ETitle.BackgroundColor3 = Color3.new(1, 1, 1)
  202. ETitle.BackgroundTransparency = 1
  203. ETitle.BorderSizePixel = 0
  204. ETitle.Size = UDim2.new(0, 218, 0, 27)
  205. ETitle.Font = Enum.Font.GothamBold
  206. ETitle.Text = "BelowZero's executor."
  207. ETitle.TextColor3 = Color3.new(1, 1, 1)
  208. ETitle.TextSize = 20
  209. ETitle.TextXAlignment = Enum.TextXAlignment.Left
  210.  
  211. EClose.Name = "EClose"
  212. EClose.Parent = ExecutorFrame
  213. EClose.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  214. EClose.BorderSizePixel = 0
  215. EClose.Position = UDim2.new(0.962046206, 0, 0, 0)
  216. EClose.Size = UDim2.new(0, 23, 0, 20)
  217. EClose.Font = Enum.Font.GothamBold
  218. EClose.Text = "X"
  219. EClose.TextColor3 = Color3.new(1, 1, 1)
  220. EClose.TextSize = 20
  221. EClose.MouseButton1Down:connect(function()
  222. ExecutorFrame.Visible = false
  223. MainFrame.Visible = true
  224. end)
  225.  
  226. ScrollScript.Name = "ScrollScript"
  227. ScrollScript.Parent = ExecutorFrame
  228. ScrollScript.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  229. ScrollScript.BorderColor3 = Color3.new(0, 0, 0)
  230. ScrollScript.BorderSizePixel = 2
  231. ScrollScript.Position = UDim2.new(0, 0, 0.0994318202, 0)
  232. ScrollScript.Size = UDim2.new(0, 606, 0, 264)
  233.  
  234. input.Name = "input"
  235. input.Parent = ScrollScript
  236. input.BackgroundColor3 = Color3.new(1, 1, 1)
  237. input.BackgroundTransparency = 1
  238. input.Size = UDim2.new(0, 593, 0, 999)
  239. input.Font = Enum.Font.GothamBold
  240. input.Text = "Script here."
  241. input.TextColor3 = Color3.new(0, 0, 0)
  242. input.TextSize = 14
  243. input.TextXAlignment = Enum.TextXAlignment.Left
  244. input.TextYAlignment = Enum.TextYAlignment.Top
  245.  
  246. Execute.Name = "Execute"
  247. Execute.Parent = ExecutorFrame
  248. Execute.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  249. Execute.BorderColor3 = Color3.new(0, 0, 0)
  250. Execute.BorderSizePixel = 4
  251. Execute.Position = UDim2.new(0.0346534662, 0, 0.875, 0)
  252. Execute.Size = UDim2.new(0, 136, 0, 38)
  253. Execute.Font = Enum.Font.GothamBold
  254. Execute.Text = "Execute"
  255. Execute.TextColor3 = Color3.new(1, 1, 1)
  256. Execute.TextSize = 20
  257. Execute.MouseButton1Down:connect(function()
  258. loadstring(input.Text)()
  259. end)
  260.  
  261. Clear.Name = "Clear"
  262. Clear.Parent = ExecutorFrame
  263. Clear.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  264. Clear.BorderColor3 = Color3.new(0, 0, 0)
  265. Clear.BorderSizePixel = 4
  266. Clear.Position = UDim2.new(0.724422455, 0, 0.875, 0)
  267. Clear.Size = UDim2.new(0, 136, 0, 38)
  268. Clear.Font = Enum.Font.GothamBold
  269. Clear.Text = "Clear"
  270. Clear.TextColor3 = Color3.new(1, 1, 1)
  271. Clear.TextSize = 20
  272. Clear.MouseButton1Down:connect(function()
  273. input.Text = ""
  274. end)
  275.  
  276. MenuFrame.Name = "MenuFrame"
  277. MenuFrame.Parent = BelowZero
  278. MenuFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  279. MenuFrame.BorderColor3 = Color3.new(0, 0, 0)
  280. MenuFrame.BorderSizePixel = 2
  281. MenuFrame.Position = UDim2.new(0.357798159, 0, 0.239089191, 0)
  282. MenuFrame.Size = UDim2.new(0, 488, 0, 340)
  283. MenuFrame.Visible = false
  284. MenuFrame.Active = true
  285. MenuFrame.Draggable = true
  286.  
  287. MEBar1.Name = "MEBar1"
  288. MEBar1.Parent = MenuFrame
  289. MEBar1.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  290. MEBar1.BorderSizePixel = 0
  291. MEBar1.Size = UDim2.new(0, 482, 0, 29)
  292.  
  293. MEBar2.Name = "MEBar2"
  294. MEBar2.Parent = MenuFrame
  295. MEBar2.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  296. MEBar2.BorderSizePixel = 0
  297. MEBar2.Position = UDim2.new(0, 0, 0.08529412, 0)
  298. MEBar2.Size = UDim2.new(0, 482, 0, 6)
  299.  
  300. METitle.Name = "METitle"
  301. METitle.Parent = MenuFrame
  302. METitle.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  303. METitle.BorderSizePixel = 0
  304. METitle.Size = UDim2.new(0, 199, 0, 29)
  305. METitle.Font = Enum.Font.GothamBold
  306. METitle.Text = "BelowZero's Menu"
  307. METitle.TextColor3 = Color3.new(1, 1, 1)
  308. METitle.TextSize = 20
  309. METitle.TextWrapped = true
  310. METitle.TextXAlignment = Enum.TextXAlignment.Left
  311.  
  312. MEClose.Name = "MEClose"
  313. MEClose.Parent = MenuFrame
  314. MEClose.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  315. MEClose.BorderSizePixel = 0
  316. MEClose.Position = UDim2.new(0.966804981, 0, 0, 0)
  317. MEClose.Size = UDim2.new(0, 16, 0, 16)
  318. MEClose.Font = Enum.Font.GothamBold
  319. MEClose.Text = "X"
  320. MEClose.TextColor3 = Color3.new(1, 1, 1)
  321. MEClose.TextSize = 20
  322. MEClose.MouseButton1Down:connect(function()
  323. MainFrame.Visible = true
  324. MenuFrame.Visible = false
  325. Menu2Frame.Visible = false
  326. end)
  327.  
  328. ScriptsGUIs.Name = "Scripts/GUI's"
  329. ScriptsGUIs.Parent = MenuFrame
  330. ScriptsGUIs.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  331. ScriptsGUIs.BorderColor3 = Color3.new(0, 0, 0)
  332. ScriptsGUIs.BorderSizePixel = 2
  333. ScriptsGUIs.Position = UDim2.new(0, 0, 0.102941178, 0)
  334. ScriptsGUIs.Size = UDim2.new(0, 347, 0, 305)
  335.  
  336. TitleSG.Name = "TitleSG"
  337. TitleSG.Parent = ScriptsGUIs
  338. TitleSG.BackgroundColor3 = Color3.new(1, 1, 1)
  339. TitleSG.BackgroundTransparency = 1
  340. TitleSG.Size = UDim2.new(0, 347, 0, 15)
  341. TitleSG.Font = Enum.Font.GothamBold
  342. TitleSG.Text = "Scripts and GUI's are shown here."
  343. TitleSG.TextColor3 = Color3.new(1, 1, 1)
  344. TitleSG.TextSize = 14
  345.  
  346. GameMenu.Name = "GameMenu"
  347. GameMenu.Parent = MenuFrame
  348. GameMenu.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  349. GameMenu.BorderColor3 = Color3.new(0, 0, 0)
  350. GameMenu.BorderSizePixel = 2
  351. GameMenu.Position = UDim2.new(0.709671021, 0, 0.102990001, 0)
  352. GameMenu.Size = UDim2.new(0, 141, 0, 270)
  353.  
  354. MadCity.Name = "MadCity"
  355. MadCity.Parent = GameMenu
  356. MadCity.BackgroundColor3 = Color3.new(1, 1, 1)
  357. MadCity.BackgroundTransparency = 2
  358. MadCity.Size = UDim2.new(0, 128, 0, 26)
  359. MadCity.Font = Enum.Font.GothamBold
  360. MadCity.Text = "Mad City"
  361. MadCity.TextColor3 = Color3.new(1, 1, 1)
  362. MadCity.TextScaled = true
  363. MadCity.TextSize = 14
  364. MadCity.TextWrapped = true
  365. MadCity.MouseButton1Down:connect(function()
  366. MadCityFrame.Visible = true
  367. JailbreakFrame.Visible = false
  368. RoGhoulFrame.Visible = false
  369. SlayingSimulator_2.Visible = false
  370. BubbleSimFrame.Visible = false
  371. SuperPowerSim.Visible = false
  372. DashSim.Visible = false
  373. end)
  374.  
  375. SlayingSimulator.Name = "SlayingSimulator"
  376. SlayingSimulator.Parent = GameMenu
  377. SlayingSimulator.BackgroundColor3 = Color3.new(1, 1, 1)
  378. SlayingSimulator.BackgroundTransparency = 2
  379. SlayingSimulator.Position = UDim2.new(0, 0, 0.0395136774, 0)
  380. SlayingSimulator.Size = UDim2.new(0, 128, 0, 26)
  381. SlayingSimulator.Font = Enum.Font.GothamBold
  382. SlayingSimulator.Text = "Slaying Simulator"
  383. SlayingSimulator.TextColor3 = Color3.new(1, 1, 1)
  384. SlayingSimulator.TextScaled = true
  385. SlayingSimulator.TextSize = 14
  386. SlayingSimulator.TextWrapped = true
  387. SlayingSimulator.MouseButton1Down:connect(function()
  388. SlayingSimulator_2.Visible = true
  389. JailbreakFrame.Visible = false
  390. RoGhoulFrame.Visible = false
  391. MadCityFrame.Visible = false
  392. BubbleSimFrame.Visible = false
  393. SuperPowerSim.Visible = false
  394. DashSim.Visible = false
  395. end)
  396.  
  397. Jailbreak.Name = "Jailbreak"
  398. Jailbreak.Parent = GameMenu
  399. Jailbreak.BackgroundColor3 = Color3.new(1, 1, 1)
  400. Jailbreak.BackgroundTransparency = 2
  401. Jailbreak.Position = UDim2.new(0, 0, 0.0790273547, 0)
  402. Jailbreak.Size = UDim2.new(0, 128, 0, 26)
  403. Jailbreak.Font = Enum.Font.GothamBold
  404. Jailbreak.Text = "Jailbreak"
  405. Jailbreak.TextColor3 = Color3.new(1, 1, 1)
  406. Jailbreak.TextScaled = true
  407. Jailbreak.TextSize = 14
  408. Jailbreak.TextWrapped = true
  409. Jailbreak.MouseButton1Down:connect(function()
  410. JailbreakFrame.Visible = true
  411. MadCityFrame.Visible = false
  412. RoGhoulFrame.Visible = false
  413. SlayingSimulator_2.Visible = false
  414. BubbleSimFrame.Visible = false
  415. SuperPowerSim.Visible = false
  416. DashSim.Visible = false
  417. end)
  418.  
  419. RoGhoul.Name = "Ro-Ghoul"
  420. RoGhoul.Parent = GameMenu
  421. RoGhoul.BackgroundColor3 = Color3.new(1, 1, 1)
  422. RoGhoul.BackgroundTransparency = 2
  423. RoGhoul.Position = UDim2.new(0, 0, 0.118541032, 0)
  424. RoGhoul.Size = UDim2.new(0, 128, 0, 26)
  425. RoGhoul.Font = Enum.Font.GothamBold
  426. RoGhoul.Text = "Ro-Ghoul"
  427. RoGhoul.TextColor3 = Color3.new(1, 1, 1)
  428. RoGhoul.TextScaled = true
  429. RoGhoul.TextSize = 14
  430. RoGhoul.TextWrapped = true
  431. RoGhoul.MouseButton1Down:connect(function()
  432. RoGhoulFrame.Visible = true
  433. BubbleSimFrame.Visible = false
  434. JailbreakFrame.Visible = false
  435. MadCityFrame.Visible = false
  436. SlayingSimulator_2.Visible = false
  437. SuperPowerSim.Visible = false
  438. DashSim.Visible = false
  439. end)
  440.  
  441. BubbleGumSimulator.Name = "BubbleGumSimulator"
  442. BubbleGumSimulator.Parent = GameMenu
  443. BubbleGumSimulator.BackgroundColor3 = Color3.new(1, 1, 1)
  444. BubbleGumSimulator.BackgroundTransparency = 2
  445. BubbleGumSimulator.Position = UDim2.new(0, 0, 0.158054709, 0)
  446. BubbleGumSimulator.Size = UDim2.new(0, 128, 0, 26)
  447. BubbleGumSimulator.Font = Enum.Font.GothamBold
  448. BubbleGumSimulator.Text = "Bubble Gum Simulator"
  449. BubbleGumSimulator.TextColor3 = Color3.new(1, 1, 1)
  450. BubbleGumSimulator.TextScaled = true
  451. BubbleGumSimulator.TextSize = 14
  452. BubbleGumSimulator.TextWrapped = true
  453. BubbleGumSimulator.MouseButton1Down:connect(function()
  454. BubbleSimFrame.Visible = true
  455. SuperPowerSim.Visible = false
  456. JailbreakFrame.Visible = false
  457. MadCityFrame.Visible = false
  458. SlayingSimulator_2.Visible = false
  459. RoGhoulFrame.Visible = false
  460. DashSim.Visible = false
  461. end)
  462.  
  463. Train.Name = "Train"
  464. Train.Parent = GameMenu
  465. Train.BackgroundColor3 = Color3.new(1, 1, 1)
  466. Train.BackgroundTransparency = 2
  467. Train.Position = UDim2.new(0, 0, 0.202127665, 0)
  468. Train.Size = UDim2.new(0, 128, 0, 26)
  469. Train.Font = Enum.Font.GothamBold
  470. Train.Text = "Super Power Training Simulator"
  471. Train.TextColor3 = Color3.new(1, 1, 1)
  472. Train.TextScaled = true
  473. Train.TextSize = 14
  474. Train.TextWrapped = true
  475. Train.MouseButton1Down:connect(function()
  476. SuperPowerSim.Visible = true
  477. BubbleSimFrame.Visible = false
  478. JailbreakFrame.Visible = false
  479. MadCityFrame.Visible = false
  480. SlayingSimulator_2.Visible = false
  481. RoGhoulFrame.Visible = false
  482. DashSim.Visible = false
  483. end)
  484.  
  485. DashingSimulator.Name = "DashingSimulator"
  486. DashingSimulator.Parent = GameMenu
  487. DashingSimulator.BackgroundColor3 = Color3.new(1, 1, 1)
  488. DashingSimulator.BackgroundTransparency = 2
  489. DashingSimulator.Position = UDim2.new(0, 0, 0.241641343, 0)
  490. DashingSimulator.Size = UDim2.new(0, 128, 0, 26)
  491. DashingSimulator.Font = Enum.Font.GothamBold
  492. DashingSimulator.Text = "Dashing Simulator"
  493. DashingSimulator.TextColor3 = Color3.new(1, 1, 1)
  494. DashingSimulator.TextScaled = true
  495. DashingSimulator.TextSize = 14
  496. DashingSimulator.TextWrapped = true
  497. DashingSimulator.MouseButton1Down:connect(function()
  498. DashingSimulator.Text = "found only 1 gui"
  499. wait(2.1)
  500. DashSim.Visible = true
  501. SuperPowerSim.Visible = false
  502. BubbleSimFrame.Visible = false
  503. JailbreakFrame.Visible = false
  504. MadCityFrame.Visible = false
  505. SlayingSimulator_2.Visible = false
  506. RoGhoulFrame.Visible = false
  507. end)
  508.  
  509. RoyaleHigh.Name = "RoyaleHigh"
  510. RoyaleHigh.Parent = GameMenu
  511. RoyaleHigh.BackgroundColor3 = Color3.new(1, 1, 1)
  512. RoyaleHigh.BackgroundTransparency = 2
  513. RoyaleHigh.Position = UDim2.new(0, 0, 0.28115502, 0)
  514. RoyaleHigh.Size = UDim2.new(0, 128, 0, 26)
  515. RoyaleHigh.Font = Enum.Font.GothamBold
  516. RoyaleHigh.Text = "Royale High"
  517. RoyaleHigh.TextColor3 = Color3.new(1, 1, 1)
  518. RoyaleHigh.TextScaled = true
  519. RoyaleHigh.TextSize = 14
  520. RoyaleHigh.TextWrapped = true
  521.  
  522. AdoptMe.Name = "AdoptMe!"
  523. AdoptMe.Parent = GameMenu
  524. AdoptMe.BackgroundColor3 = Color3.new(1, 1, 1)
  525. AdoptMe.BackgroundTransparency = 2
  526. AdoptMe.Position = UDim2.new(0, 0, 0.320668697, 0)
  527. AdoptMe.Size = UDim2.new(0, 128, 0, 26)
  528. AdoptMe.Font = Enum.Font.GothamBold
  529. AdoptMe.Text = "Adopt Me!"
  530. AdoptMe.TextColor3 = Color3.new(1, 1, 1)
  531. AdoptMe.TextScaled = true
  532. AdoptMe.TextSize = 14
  533. AdoptMe.TextWrapped = true
  534.  
  535. RobberySimulator.Name = "RobberySimulator"
  536. RobberySimulator.Parent = GameMenu
  537. RobberySimulator.BackgroundColor3 = Color3.new(1, 1, 1)
  538. RobberySimulator.BackgroundTransparency = 2
  539. RobberySimulator.Position = UDim2.new(0, 0, 0.360182375, 0)
  540. RobberySimulator.Size = UDim2.new(0, 128, 0, 26)
  541. RobberySimulator.Font = Enum.Font.GothamBold
  542. RobberySimulator.Text = "Robbery Simulator"
  543. RobberySimulator.TextColor3 = Color3.new(1, 1, 1)
  544. RobberySimulator.TextScaled = true
  545. RobberySimulator.TextSize = 14
  546. RobberySimulator.TextWrapped = true
  547.  
  548. Work.Name = "Work"
  549. Work.Parent = MenuFrame
  550. Work.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  551. Work.BorderColor3 = Color3.new(0, 0, 0)
  552. Work.BorderSizePixel = 2
  553. Work.Position = UDim2.new(-0.0319129229, 0, -0.228554741, 0)
  554. Work.Size = UDim2.new(0, 411, 0, 34)
  555. Work.Font = Enum.Font.GothamBold
  556. Work.Text = "Not all Game buttons work cuase i havent made the function or even added frames for them"
  557. Work.TextColor3 = Color3.new(1, 1, 1)
  558. Work.TextScaled = true
  559. Work.TextSize = 14
  560. Work.TextWrapped = true
  561.  
  562. WorkCombine.Name = "WorkCombine"
  563. WorkCombine.Parent = Work
  564. WorkCombine.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  565. WorkCombine.BorderColor3 = Color3.new(0, 0, 0)
  566. WorkCombine.BorderSizePixel = 2
  567. WorkCombine.Position = UDim2.new(0.121654503, 0, 1.05882359, 0)
  568. WorkCombine.Size = UDim2.new(0, 13, 0, 40)
  569.  
  570. WorkCombine2.Name = "WorkCombine2"
  571. WorkCombine2.Parent = Work
  572. WorkCombine2.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  573. WorkCombine2.BorderColor3 = Color3.new(0, 0, 0)
  574. WorkCombine2.BorderSizePixel = 2
  575. WorkCombine2.Position = UDim2.new(0.807785869, 0, 1.05882359, 0)
  576. WorkCombine2.Size = UDim2.new(0, 13, 0, 40)
  577.  
  578. Credits2.Name = "Credits#2"
  579. Credits2.Parent = MenuFrame
  580. Credits2.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  581. Credits2.BorderColor3 = Color3.new(0, 0, 0)
  582. Credits2.BorderSizePixel = 2
  583. Credits2.Position = UDim2.new(0.0930160284, 0, -0.12247587, 0)
  584. Credits2.Size = UDim2.new(0, 270, 0, 25)
  585. Credits2.Font = Enum.Font.GothamBold
  586. Credits2.Text = "Scripts/GUI's i used are not mine. Credits go to their respected owners"
  587. Credits2.TextColor3 = Color3.new(1, 1, 1)
  588. Credits2.TextScaled = true
  589. Credits2.TextSize = 14
  590. Credits2.TextWrapped = true
  591.  
  592. NextMeBut.Name = "NextMeBut"
  593. NextMeBut.Parent = MenuFrame
  594. NextMeBut.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  595. NextMeBut.BorderColor3 = Color3.new(0, 0, 0)
  596. NextMeBut.BorderSizePixel = 2
  597. NextMeBut.Position = UDim2.new(0.709671021, 0, 0.899999976, 0)
  598. NextMeBut.Size = UDim2.new(0, 141, 0, 34)
  599. NextMeBut.Font = Enum.Font.GothamBold
  600. NextMeBut.Text = "Next menu."
  601. NextMeBut.TextColor3 = Color3.new(1, 1, 1)
  602. NextMeBut.TextSize = 14
  603. NextMeBut.MouseButton1Down:connect(function()
  604. MenuFrame.Visible = false
  605. Menu2Frame.Visible = true
  606. end)
  607.  
  608. BubbleSimFrame.Name = "BubbleSimFrame"
  609. BubbleSimFrame.Parent = MenuFrame
  610. BubbleSimFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  611. BubbleSimFrame.BackgroundTransparency = 1
  612. BubbleSimFrame.Position = UDim2.new(0, 0, 0.14705883, 0)
  613. BubbleSimFrame.Size = UDim2.new(0, 347, 0, 290)
  614. BubbleSimFrame.Visible = false
  615.  
  616. BubbleSimGUI.Name = "BubbleSimGUI"
  617. BubbleSimGUI.Parent = BubbleSimFrame
  618. BubbleSimGUI.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  619. BubbleSimGUI.BorderColor3 = Color3.new(0, 0, 0)
  620. BubbleSimGUI.BorderSizePixel = 2
  621. BubbleSimGUI.Position = UDim2.new(0.0530035347, 0, 0.0631578937, 0)
  622. BubbleSimGUI.Size = UDim2.new(0, 73, 0, 32)
  623. BubbleSimGUI.Font = Enum.Font.GothamBold
  624. BubbleSimGUI.Text = "Bubble Sim GUI"
  625. BubbleSimGUI.TextColor3 = Color3.new(0, 0, 0)
  626. BubbleSimGUI.TextScaled = true
  627. BubbleSimGUI.TextSize = 14
  628. BubbleSimGUI.TextWrapped = true
  629. BubbleSimGUI.MouseButton1Down:connect(function()
  630. loadstring(game:HttpGet("https://pastebin.com/raw/ZUFp9G7R",true))()
  631. end)
  632.  
  633. BubbleSimIDK.Name = "BubbleSimIDK"
  634. BubbleSimIDK.Parent = BubbleSimFrame
  635. BubbleSimIDK.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  636. BubbleSimIDK.BorderColor3 = Color3.new(0, 0, 0)
  637. BubbleSimIDK.BorderSizePixel = 2
  638. BubbleSimIDK.Position = UDim2.new(0.0530035347, 0, 0.263157904, 0)
  639. BubbleSimIDK.Size = UDim2.new(0, 73, 0, 32)
  640. BubbleSimIDK.Font = Enum.Font.GothamBold
  641. BubbleSimIDK.Text = "this does nothing"
  642. BubbleSimIDK.TextColor3 = Color3.new(0, 0, 0)
  643. BubbleSimIDK.TextScaled = true
  644. BubbleSimIDK.TextSize = 14
  645. BubbleSimIDK.TextWrapped = true
  646. BubbleSimIDK.MouseButton1Down:connect(function()
  647. BubbleSimIDK.Text = "I told ya"
  648. wait(2.0)
  649. BubbleSimIDK.Text = "this does nothing"
  650. end)
  651.  
  652. BubbleSimGUI2.Name = "BubbleSimGUI2"
  653. BubbleSimGUI2.Parent = BubbleSimFrame
  654. BubbleSimGUI2.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  655. BubbleSimGUI2.BorderColor3 = Color3.new(0, 0, 0)
  656. BubbleSimGUI2.BorderSizePixel = 2
  657. BubbleSimGUI2.Position = UDim2.new(0.452296793, 0, 0.291228086, 0)
  658. BubbleSimGUI2.Size = UDim2.new(0, 73, 0, 32)
  659. BubbleSimGUI2.Font = Enum.Font.GothamBold
  660. BubbleSimGUI2.Text = "Another gui"
  661. BubbleSimGUI2.TextColor3 = Color3.new(0, 0, 0)
  662. BubbleSimGUI2.TextScaled = true
  663. BubbleSimGUI2.TextSize = 14
  664. BubbleSimGUI2.TextWrapped = true
  665. BubbleSimGUI2.MouseButton1Down:connect(function()
  666. loadstring(game:HttpGet("https://pastebin.com/raw/syQ56kJp",true))()
  667. end)
  668.  
  669. BubbleSimFarm.Name = "BubbleSimFarm"
  670. BubbleSimFarm.Parent = BubbleSimFrame
  671. BubbleSimFarm.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  672. BubbleSimFarm.BorderColor3 = Color3.new(0, 0, 0)
  673. BubbleSimFarm.BorderSizePixel = 2
  674. BubbleSimFarm.Position = UDim2.new(0.452296853, 0, 0.0631578937, 0)
  675. BubbleSimFarm.Size = UDim2.new(0, 73, 0, 32)
  676. BubbleSimFarm.Font = Enum.Font.GothamBold
  677. BubbleSimFarm.Text = "Bubble sim farm"
  678. BubbleSimFarm.TextColor3 = Color3.new(0, 0, 0)
  679. BubbleSimFarm.TextScaled = true
  680. BubbleSimFarm.TextSize = 14
  681. BubbleSimFarm.TextWrapped = true
  682. BubbleSimFarm.MouseButton1Down:connect(function()
  683. BubbleSimFarm.Text = "litterly the first button has the farm script in the gui"
  684. wait(10.0)
  685. BubbleSimFarm.Text = "Cuase u already clicked heres a power script"
  686. while wait() do
  687. Game.Players.LocalPlayer.BlowBubbleEvent:FireServer()
  688. wait(10.0)
  689. BubbleSimFarm.Text = "Bubble sim farm"
  690. end
  691. end)
  692.  
  693. DashSim.Name = "DashSim"
  694. DashSim.Parent = MenuFrame
  695. DashSim.BackgroundColor3 = Color3.new(1, 1, 1)
  696. DashSim.BackgroundTransparency = 1
  697. DashSim.Position = UDim2.new(0, 0, 0.14705883, 0)
  698. DashSim.Size = UDim2.new(0, 347, 0, 289)
  699. DashSim.Visible = false
  700.  
  701. DashSimGUI.Name = "DashSimGUI"
  702. DashSimGUI.Parent = DashSim
  703. DashSimGUI.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  704. DashSimGUI.BorderColor3 = Color3.new(0, 0, 0)
  705. DashSimGUI.BorderSizePixel = 2
  706. DashSimGUI.Position = UDim2.new(0.0530035347, 0, 0.0631578937, 0)
  707. DashSimGUI.Size = UDim2.new(0, 73, 0, 32)
  708. DashSimGUI.Font = Enum.Font.GothamBold
  709. DashSimGUI.Text = "DashSim GUI"
  710. DashSimGUI.TextColor3 = Color3.new(0, 0, 0)
  711. DashSimGUI.TextScaled = true
  712. DashSimGUI.TextSize = 14
  713. DashSimGUI.TextWrapped = true
  714. DashSimGUI.MouseButton1Down:connect(function()
  715. loadstring(game:HttpGet("https://pastebin.com/raw/AvDbYhYk", true))()
  716. end)
  717.  
  718. DashSimOPGui.Name = "DashSimOPGui??"
  719. DashSimOPGui.Parent = DashSim
  720. DashSimOPGui.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  721. DashSimOPGui.BorderColor3 = Color3.new(0, 0, 0)
  722. DashSimOPGui.BorderSizePixel = 2
  723. DashSimOPGui.Position = UDim2.new(0.0530035347, 0, 0.263157904, 0)
  724. DashSimOPGui.Size = UDim2.new(0, 73, 0, 32)
  725. DashSimOPGui.Font = Enum.Font.GothamBold
  726. DashSimOPGui.Text = "OP gui i guess??? idfk"
  727. DashSimOPGui.TextColor3 = Color3.new(0, 0, 0)
  728. DashSimOPGui.TextScaled = true
  729. DashSimOPGui.TextSize = 14
  730. DashSimOPGui.TextWrapped = true
  731.  
  732. DashSimTest.Name = "DashSimTest"
  733. DashSimTest.Parent = DashSim
  734. DashSimTest.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  735. DashSimTest.BorderColor3 = Color3.new(0, 0, 0)
  736. DashSimTest.BorderSizePixel = 2
  737. DashSimTest.Position = UDim2.new(0.452296793, 0, 0.291228086, 0)
  738. DashSimTest.Size = UDim2.new(0, 73, 0, 32)
  739. DashSimTest.Font = Enum.Font.GothamBold
  740. DashSimTest.Text = "still testing this (script not in here)"
  741. DashSimTest.TextColor3 = Color3.new(0, 0, 0)
  742. DashSimTest.TextScaled = true
  743. DashSimTest.TextSize = 14
  744. DashSimTest.TextWrapped = true
  745.  
  746. DashSimRandom.Name = "DashSimRandom"
  747. DashSimRandom.Parent = DashSim
  748. DashSimRandom.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  749. DashSimRandom.BorderColor3 = Color3.new(0, 0, 0)
  750. DashSimRandom.BorderSizePixel = 2
  751. DashSimRandom.Position = UDim2.new(0.452296853, 0, 0.0631578937, 0)
  752. DashSimRandom.Size = UDim2.new(0, 73, 0, 32)
  753. DashSimRandom.Font = Enum.Font.GothamBold
  754. DashSimRandom.Text = "DashSim Random"
  755. DashSimRandom.TextColor3 = Color3.new(0, 0, 0)
  756. DashSimRandom.TextScaled = true
  757. DashSimRandom.TextSize = 14
  758. DashSimRandom.TextWrapped = true
  759.  
  760. JailbreakFrame.Name = "JailbreakFrame"
  761. JailbreakFrame.Parent = MenuFrame
  762. JailbreakFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  763. JailbreakFrame.BackgroundTransparency = 1
  764. JailbreakFrame.Position = UDim2.new(0, 0, 0.14705883, 0)
  765. JailbreakFrame.Size = UDim2.new(0, 347, 0, 289)
  766. JailbreakFrame.Visible = false
  767.  
  768. JailbreakGUI.Name = "JailbreakGUI"
  769. JailbreakGUI.Parent = JailbreakFrame
  770. JailbreakGUI.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  771. JailbreakGUI.BorderColor3 = Color3.new(0, 0, 0)
  772. JailbreakGUI.BorderSizePixel = 2
  773. JailbreakGUI.Position = UDim2.new(0.0530035347, 0, 0.0631578937, 0)
  774. JailbreakGUI.Size = UDim2.new(0, 73, 0, 32)
  775. JailbreakGUI.Font = Enum.Font.GothamBold
  776. JailbreakGUI.Text = "Jailbreak GUI"
  777. JailbreakGUI.TextColor3 = Color3.new(0, 0, 0)
  778. JailbreakGUI.TextScaled = true
  779. JailbreakGUI.TextSize = 14
  780. JailbreakGUI.TextWrapped = true
  781. JailbreakGUI.MouseButton1Down:connect(function()
  782. loadstring(game:HttpGet("https://pastebin.com/7h9iP76D", true))()
  783. end)
  784.  
  785. JailbreakFarm.Name = "JailbreakFarm"
  786. JailbreakFarm.Parent = JailbreakFrame
  787. JailbreakFarm.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  788. JailbreakFarm.BorderColor3 = Color3.new(0, 0, 0)
  789. JailbreakFarm.BorderSizePixel = 2
  790. JailbreakFarm.Position = UDim2.new(0.452296853, 0, 0.0631578937, 0)
  791. JailbreakFarm.Size = UDim2.new(0, 73, 0, 32)
  792. JailbreakFarm.Font = Enum.Font.GothamBold
  793. JailbreakFarm.Text = "Jailbreak Farm"
  794. JailbreakFarm.TextColor3 = Color3.new(0, 0, 0)
  795. JailbreakFarm.TextScaled = true
  796. JailbreakFarm.TextSize = 14
  797. JailbreakFarm.TextWrapped = true
  798. JailbreakFarm.MouseButton1Down:connect(function()
  799. loadstring(game:HttpGet("https://pastebin.com/J13esAjp", true))()
  800. end)
  801.  
  802. Unjailbreak.Name = "Unjailbreak"
  803. Unjailbreak.Parent = JailbreakFrame
  804. Unjailbreak.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  805. Unjailbreak.BorderColor3 = Color3.new(0, 0, 0)
  806. Unjailbreak.BorderSizePixel = 2
  807. Unjailbreak.Position = UDim2.new(0.0530035347, 0, 0.263157904, 0)
  808. Unjailbreak.Size = UDim2.new(0, 73, 0, 32)
  809. Unjailbreak.Font = Enum.Font.GothamBold
  810. Unjailbreak.Text = "Unjailbreak"
  811. Unjailbreak.TextColor3 = Color3.new(0, 0, 0)
  812. Unjailbreak.TextScaled = true
  813. Unjailbreak.TextSize = 14
  814. Unjailbreak.TextWrapped = true
  815. Unjailbreak.MouseButton1Down:connect(function()
  816. loadstring(game:HttpGet("https://pastebin.com/Atfam10L", true))()
  817. end)
  818.  
  819. JailbreakRandom.Name = "JailbreakRandom"
  820. JailbreakRandom.Parent = JailbreakFrame
  821. JailbreakRandom.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  822. JailbreakRandom.BorderColor3 = Color3.new(0, 0, 0)
  823. JailbreakRandom.BorderSizePixel = 2
  824. JailbreakRandom.Position = UDim2.new(0.452296793, 0, 0.291228086, 0)
  825. JailbreakRandom.Size = UDim2.new(0, 73, 0, 32)
  826. JailbreakRandom.Font = Enum.Font.GothamBold
  827. JailbreakRandom.Text = "Random"
  828. JailbreakRandom.TextColor3 = Color3.new(0, 0, 0)
  829. JailbreakRandom.TextScaled = true
  830. JailbreakRandom.TextSize = 14
  831. JailbreakRandom.TextWrapped = true
  832. JailbreakRandom.MouseButton1Down:connect(function()
  833. loadstring(game:GetObjects("rbxassetid://02143497203")[1].Source)()
  834. end)
  835.  
  836. MadCityFrame.Name = "MadCityFrame"
  837. MadCityFrame.Parent = MenuFrame
  838. MadCityFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  839. MadCityFrame.BackgroundTransparency = 1
  840. MadCityFrame.Position = UDim2.new(0, 0, 0.14705883, 0)
  841. MadCityFrame.Size = UDim2.new(0, 347, 0, 289)
  842. MadCityFrame.Visible = false
  843.  
  844. MadCityGUI.Name = "MadCityGUI"
  845. MadCityGUI.Parent = MadCityFrame
  846. MadCityGUI.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  847. MadCityGUI.BorderColor3 = Color3.new(0, 0, 0)
  848. MadCityGUI.BorderSizePixel = 2
  849. MadCityGUI.Position = UDim2.new(0.0530035347, 0, 0.0631578937, 0)
  850. MadCityGUI.Size = UDim2.new(0, 73, 0, 32)
  851. MadCityGUI.Font = Enum.Font.GothamBold
  852. MadCityGUI.Text = "Mad City GUI"
  853. MadCityGUI.TextColor3 = Color3.new(0, 0, 0)
  854. MadCityGUI.TextScaled = true
  855. MadCityGUI.TextSize = 14
  856. MadCityGUI.TextWrapped = true
  857. MadCityGUI.MouseButton1Down:connect(function()
  858. loadstring(game:HttpGet("https://pastebin.com/raw/84UF8PCw", true))()
  859. end)
  860.  
  861. MadCityFarm.Name = "MadCityFarm"
  862. MadCityFarm.Parent = MadCityFrame
  863. MadCityFarm.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  864. MadCityFarm.BorderColor3 = Color3.new(0, 0, 0)
  865. MadCityFarm.BorderSizePixel = 2
  866. MadCityFarm.Position = UDim2.new(0.452296853, 0, 0.0631578937, 0)
  867. MadCityFarm.Size = UDim2.new(0, 73, 0, 32)
  868. MadCityFarm.Font = Enum.Font.GothamBold
  869. MadCityFarm.Text = "Mad City Farm"
  870. MadCityFarm.TextColor3 = Color3.new(0, 0, 0)
  871. MadCityFarm.TextScaled = true
  872. MadCityFarm.TextSize = 14
  873. MadCityFarm.TextWrapped = true
  874. MadCityFarm.MouseButton1Down:connect(function()
  875. loadstring(game:HttpGet("http://api.thundermods.com/madcitymoneyscript.txt", true))()
  876. end)
  877.  
  878. MadCityOPGUI.Name = "MadCityOPGUI"
  879. MadCityOPGUI.Parent = MadCityFrame
  880. MadCityOPGUI.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  881. MadCityOPGUI.BorderColor3 = Color3.new(0, 0, 0)
  882. MadCityOPGUI.BorderSizePixel = 2
  883. MadCityOPGUI.Position = UDim2.new(0.0530035347, 0, 0.263157904, 0)
  884. MadCityOPGUI.Size = UDim2.new(0, 73, 0, 32)
  885. MadCityOPGUI.Font = Enum.Font.GothamBold
  886. MadCityOPGUI.Text = "Mad City OP GUI"
  887. MadCityOPGUI.TextColor3 = Color3.new(0, 0, 0)
  888. MadCityOPGUI.TextScaled = true
  889. MadCityOPGUI.TextSize = 14
  890. MadCityOPGUI.TextWrapped = true
  891. MadCityOPGUI.MouseButton1Down:connect(function()
  892. loadstring(game:HttpGet("https://pastebin.com/yFwRA3Vp", true))()
  893. end)
  894.  
  895. MadCityArrest.Name = "MadCityArrest"
  896. MadCityArrest.Parent = MadCityFrame
  897. MadCityArrest.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  898. MadCityArrest.BorderColor3 = Color3.new(0, 0, 0)
  899. MadCityArrest.BorderSizePixel = 2
  900. MadCityArrest.Position = UDim2.new(0.452296793, 0, 0.291228086, 0)
  901. MadCityArrest.Size = UDim2.new(0, 73, 0, 32)
  902. MadCityArrest.Font = Enum.Font.GothamBold
  903. MadCityArrest.Text = "Mad City Auto arrest"
  904. MadCityArrest.TextColor3 = Color3.new(0, 0, 0)
  905. MadCityArrest.TextScaled = true
  906. MadCityArrest.TextSize = 14
  907. MadCityArrest.TextWrapped = true
  908. MadCityArrest.MouseButton1Down:connect(function()
  909. loadstring(game:HttpGet("http://api.thundermods.com/madcitymoneyscript.txt", true))()
  910. end)
  911.  
  912. RoGhoulFrame.Name = "RoGhoulFrame"
  913. RoGhoulFrame.Parent = MenuFrame
  914. RoGhoulFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  915. RoGhoulFrame.BackgroundTransparency = 1
  916. RoGhoulFrame.Position = UDim2.new(0, 0, 0.14705883, 0)
  917. RoGhoulFrame.Size = UDim2.new(0, 347, 0, 289)
  918. RoGhoulFrame.Visible = false
  919.  
  920. RoGhoulGUI.Name = "RoGhoulGUI"
  921. RoGhoulGUI.Parent = RoGhoulFrame
  922. RoGhoulGUI.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  923. RoGhoulGUI.BorderColor3 = Color3.new(0, 0, 0)
  924. RoGhoulGUI.BorderSizePixel = 2
  925. RoGhoulGUI.Position = UDim2.new(0.0530035347, 0, 0.0631578937, 0)
  926. RoGhoulGUI.Size = UDim2.new(0, 73, 0, 32)
  927. RoGhoulGUI.Font = Enum.Font.GothamBold
  928. RoGhoulGUI.Text = "RoGhoul GUI"
  929. RoGhoulGUI.TextColor3 = Color3.new(0, 0, 0)
  930. RoGhoulGUI.TextScaled = true
  931. RoGhoulGUI.TextSize = 14
  932. RoGhoulGUI.TextWrapped = true
  933. RoGhoulGUI.MouseButton1Down:connect(function()
  934. loadstring(game:HttpGet("https://pastebin.com/qGQ1XvJ5", true))()
  935. end)
  936.  
  937. RoGhoulFarm.Name = "RoGhoulFarm"
  938. RoGhoulFarm.Parent = RoGhoulFrame
  939. RoGhoulFarm.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  940. RoGhoulFarm.BorderColor3 = Color3.new(0, 0, 0)
  941. RoGhoulFarm.BorderSizePixel = 2
  942. RoGhoulFarm.Position = UDim2.new(0.452296853, 0, 0.0631578937, 0)
  943. RoGhoulFarm.Size = UDim2.new(0, 73, 0, 32)
  944. RoGhoulFarm.Font = Enum.Font.GothamBold
  945. RoGhoulFarm.Text = "RoGhoul Farm"
  946. RoGhoulFarm.TextColor3 = Color3.new(0, 0, 0)
  947. RoGhoulFarm.TextScaled = true
  948. RoGhoulFarm.TextSize = 14
  949. RoGhoulFarm.TextWrapped = true
  950. RoGhoulFarm.MouseButton1Down:connect(function()
  951. loadstring(game:HttpGet("https://pastebin.com/raw/1zGHMqq7", true))()
  952. end)
  953.  
  954. RoGhoul_2.Name = "RoGhoul"
  955. RoGhoul_2.Parent = RoGhoulFrame
  956. RoGhoul_2.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  957. RoGhoul_2.BorderColor3 = Color3.new(0, 0, 0)
  958. RoGhoul_2.BorderSizePixel = 2
  959. RoGhoul_2.Position = UDim2.new(0.0530035347, 0, 0.263157904, 0)
  960. RoGhoul_2.Size = UDim2.new(0, 73, 0, 32)
  961. RoGhoul_2.Font = Enum.Font.GothamBold
  962. RoGhoul_2.Text = "idk what this does"
  963. RoGhoul_2.TextColor3 = Color3.new(0, 0, 0)
  964. RoGhoul_2.TextScaled = true
  965. RoGhoul_2.TextSize = 14
  966. RoGhoul_2.TextWrapped = true
  967.  
  968. RoghoulGUI2.Name = "RoghoulGUI2"
  969. RoghoulGUI2.Parent = RoGhoulFrame
  970. RoghoulGUI2.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  971. RoghoulGUI2.BorderColor3 = Color3.new(0, 0, 0)
  972. RoghoulGUI2.BorderSizePixel = 2
  973. RoghoulGUI2.Position = UDim2.new(0.452296793, 0, 0.291228086, 0)
  974. RoghoulGUI2.Size = UDim2.new(0, 73, 0, 32)
  975. RoghoulGUI2.Font = Enum.Font.GothamBold
  976. RoghoulGUI2.Text = "OP GUI"
  977. RoghoulGUI2.TextColor3 = Color3.new(0, 0, 0)
  978. RoghoulGUI2.TextScaled = true
  979. RoghoulGUI2.TextSize = 14
  980. RoghoulGUI2.TextWrapped = true
  981. RoghoulGUI2.MouseButton1Down:connect(function()
  982. loadstring(game:HttpGet("https://pastebin.com/Xs709Hrf", true))()
  983. end)
  984.  
  985. SlayingSimulator_2.Name = "Slaying Simulator"
  986. SlayingSimulator_2.Parent = MenuFrame
  987. SlayingSimulator_2.BackgroundColor3 = Color3.new(1, 1, 1)
  988. SlayingSimulator_2.BackgroundTransparency = 1
  989. SlayingSimulator_2.Position = UDim2.new(0, 0, 0.14705883, 0)
  990. SlayingSimulator_2.Size = UDim2.new(0, 347, 0, 290)
  991. SlayingSimulator_2.Visible = false
  992.  
  993. SlaySimGUI.Name = "SlaySimGUI"
  994. SlaySimGUI.Parent = SlayingSimulator_2
  995. SlaySimGUI.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  996. SlaySimGUI.BorderColor3 = Color3.new(0, 0, 0)
  997. SlaySimGUI.BorderSizePixel = 2
  998. SlaySimGUI.Position = UDim2.new(0.0530035347, 0, 0.0631578937, 0)
  999. SlaySimGUI.Size = UDim2.new(0, 73, 0, 32)
  1000. SlaySimGUI.Font = Enum.Font.GothamBold
  1001. SlaySimGUI.Text = "Slaying sim GUI"
  1002. SlaySimGUI.TextColor3 = Color3.new(0, 0, 0)
  1003. SlaySimGUI.TextScaled = true
  1004. SlaySimGUI.TextSize = 14
  1005. SlaySimGUI.TextWrapped = true
  1006. SlaySimGUI.MouseButton1Down:connect(function()
  1007. loadstring(game:HttpGet(('https://pastebin.com/raw/v6CARR1M'),true))()
  1008. end)
  1009.  
  1010. SlaySimFarm.Name = "SlaySimFarm"
  1011. SlaySimFarm.Parent = SlayingSimulator_2
  1012. SlaySimFarm.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  1013. SlaySimFarm.BorderColor3 = Color3.new(0, 0, 0)
  1014. SlaySimFarm.BorderSizePixel = 2
  1015. SlaySimFarm.Position = UDim2.new(0.452296853, 0, 0.0631578937, 0)
  1016. SlaySimFarm.Size = UDim2.new(0, 73, 0, 32)
  1017. SlaySimFarm.Font = Enum.Font.GothamBold
  1018. SlaySimFarm.Text = "Slaying sim Farm"
  1019. SlaySimFarm.TextColor3 = Color3.new(0, 0, 0)
  1020. SlaySimFarm.TextScaled = true
  1021. SlaySimFarm.TextSize = 14
  1022. SlaySimFarm.TextWrapped = true
  1023. SlaySimFarm.MouseButton1Down:connect(function()
  1024. -- initial variables
  1025. hum = game.Players.LocalPlayer.Character.HumanoidRootPart
  1026. thePlayer = game.Players.LocalPlayer.Character
  1027. end)
  1028.  
  1029. SlaySimIdk.Name = "SlaySimIdk"
  1030. SlaySimIdk.Parent = SlayingSimulator_2
  1031. SlaySimIdk.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  1032. SlaySimIdk.BorderColor3 = Color3.new(0, 0, 0)
  1033. SlaySimIdk.BorderSizePixel = 2
  1034. SlaySimIdk.Position = UDim2.new(0.0530035347, 0, 0.263157904, 0)
  1035. SlaySimIdk.Size = UDim2.new(0, 73, 0, 32)
  1036. SlaySimIdk.Font = Enum.Font.GothamBold
  1037. SlaySimIdk.Text = "idk what this does"
  1038. SlaySimIdk.TextColor3 = Color3.new(0, 0, 0)
  1039. SlaySimIdk.TextScaled = true
  1040. SlaySimIdk.TextSize = 14
  1041. SlaySimIdk.TextWrapped = true
  1042.  
  1043. SlayingSimGUI2.Name = "SlayingSimGUI2"
  1044. SlayingSimGUI2.Parent = SlayingSimulator_2
  1045. SlayingSimGUI2.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  1046. SlayingSimGUI2.BorderColor3 = Color3.new(0, 0, 0)
  1047. SlayingSimGUI2.BorderSizePixel = 2
  1048. SlayingSimGUI2.Position = UDim2.new(0.452296793, 0, 0.291228086, 0)
  1049. SlayingSimGUI2.Size = UDim2.new(0, 73, 0, 32)
  1050. SlayingSimGUI2.Font = Enum.Font.GothamBold
  1051. SlayingSimGUI2.Text = "Another gui"
  1052. SlayingSimGUI2.TextColor3 = Color3.new(0, 0, 0)
  1053. SlayingSimGUI2.TextScaled = true
  1054. SlayingSimGUI2.TextSize = 14
  1055. SlayingSimGUI2.TextWrapped = true
  1056. SlayingSimGUI2.MouseButton1Down:connect(function()
  1057. loadstring(game:HttpGet(('https://pastebin.com/SdxjNTSq'),true))()
  1058. end)
  1059.  
  1060. SuperPowerSim.Name = "SuperPowerSim"
  1061. SuperPowerSim.Parent = MenuFrame
  1062. SuperPowerSim.BackgroundColor3 = Color3.new(1, 1, 1)
  1063. SuperPowerSim.BackgroundTransparency = 1
  1064. SuperPowerSim.Position = UDim2.new(0, 0, 0.14705883, 0)
  1065. SuperPowerSim.Size = UDim2.new(0, 347, 0, 290)
  1066. SuperPowerSim.Visible = false
  1067.  
  1068. SuperSimGUI.Name = "SuperSimGUI"
  1069. SuperSimGUI.Parent = SuperPowerSim
  1070. SuperSimGUI.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  1071. SuperSimGUI.BorderColor3 = Color3.new(0, 0, 0)
  1072. SuperSimGUI.BorderSizePixel = 2
  1073. SuperSimGUI.Position = UDim2.new(0.0530035347, 0, 0.0631578937, 0)
  1074. SuperSimGUI.Size = UDim2.new(0, 73, 0, 32)
  1075. SuperSimGUI.Font = Enum.Font.GothamBold
  1076. SuperSimGUI.Text = "SuperSim GUI"
  1077. SuperSimGUI.TextColor3 = Color3.new(0, 0, 0)
  1078. SuperSimGUI.TextScaled = true
  1079. SuperSimGUI.TextSize = 14
  1080. SuperSimGUI.TextWrapped = true
  1081. SuperSimGUI.MouseButton1Down:connect(function()
  1082. loadstring(game:HttpGet("https://pastebin.com/raw/7Skp2N4q", true))()
  1083. end)
  1084.  
  1085. SuperSimOPGui.Name = "SuperSimOPGui"
  1086. SuperSimOPGui.Parent = SuperPowerSim
  1087. SuperSimOPGui.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  1088. SuperSimOPGui.BorderColor3 = Color3.new(0, 0, 0)
  1089. SuperSimOPGui.BorderSizePixel = 2
  1090. SuperSimOPGui.Position = UDim2.new(0.0530035347, 0, 0.263157904, 0)
  1091. SuperSimOPGui.Size = UDim2.new(0, 73, 0, 32)
  1092. SuperSimOPGui.Font = Enum.Font.GothamBold
  1093. SuperSimOPGui.Text = "OP gui i guess???"
  1094. SuperSimOPGui.TextColor3 = Color3.new(0, 0, 0)
  1095. SuperSimOPGui.TextScaled = true
  1096. SuperSimOPGui.TextSize = 14
  1097. SuperSimOPGui.TextWrapped = true
  1098. SuperSimOPGui.MouseButton1Down:connect(function()
  1099. loadstring(game:HttpGet("https://pastebin.com/raw/mxVSVCLE", true))()
  1100. end)
  1101.  
  1102. SuperSimNothing.Name = "SuperSimNothing"
  1103. SuperSimNothing.Parent = SuperPowerSim
  1104. SuperSimNothing.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  1105. SuperSimNothing.BorderColor3 = Color3.new(0, 0, 0)
  1106. SuperSimNothing.BorderSizePixel = 2
  1107. SuperSimNothing.Position = UDim2.new(0.452296793, 0, 0.291228086, 0)
  1108. SuperSimNothing.Size = UDim2.new(0, 73, 0, 32)
  1109. SuperSimNothing.Font = Enum.Font.GothamBold
  1110. SuperSimNothing.Text = "basicly nothing"
  1111. SuperSimNothing.TextColor3 = Color3.new(0, 0, 0)
  1112. SuperSimNothing.TextScaled = true
  1113. SuperSimNothing.TextSize = 14
  1114. SuperSimNothing.TextWrapped = true
  1115.  
  1116. SuperSimFarm.Name = "SuperSimFarm"
  1117. SuperSimFarm.Parent = SuperPowerSim
  1118. SuperSimFarm.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  1119. SuperSimFarm.BorderColor3 = Color3.new(0, 0, 0)
  1120. SuperSimFarm.BorderSizePixel = 2
  1121. SuperSimFarm.Position = UDim2.new(0.452296853, 0, 0.0631578937, 0)
  1122. SuperSimFarm.Size = UDim2.new(0, 73, 0, 32)
  1123. SuperSimFarm.Font = Enum.Font.GothamBold
  1124. SuperSimFarm.Text = "SuperSim Farm"
  1125. SuperSimFarm.TextColor3 = Color3.new(0, 0, 0)
  1126. SuperSimFarm.TextScaled = true
  1127. SuperSimFarm.TextSize = 14
  1128. SuperSimFarm.TextWrapped = true
  1129.  
  1130. Menu2Frame.Name = "Menu2Frame"
  1131. Menu2Frame.Parent = BelowZero
  1132. Menu2Frame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1133. Menu2Frame.Position = UDim2.new(0.417431206, 0, 0.337760925, 0)
  1134. Menu2Frame.Size = UDim2.new(0, 471, 0, 305)
  1135. Menu2Frame.Visible = false
  1136. Menu2Frame.Active = true
  1137. Menu2Frame.Draggable = true
  1138.  
  1139. ME2Bar.Name = "ME2Bar"
  1140. ME2Bar.Parent = Menu2Frame
  1141. ME2Bar.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  1142. ME2Bar.BorderSizePixel = 0
  1143. ME2Bar.Size = UDim2.new(0, 471, 0, 26)
  1144.  
  1145. ME2Bar2.Name = "ME2Bar2"
  1146. ME2Bar2.Parent = Menu2Frame
  1147. ME2Bar2.BackgroundColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  1148. ME2Bar2.BorderSizePixel = 0
  1149. ME2Bar2.Position = UDim2.new(0, 0, 0.0852458999, 0)
  1150. ME2Bar2.Size = UDim2.new(0, 471, 0, 10)
  1151.  
  1152. METitle2.Name = "METitle2"
  1153. METitle2.Parent = Menu2Frame
  1154. METitle2.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  1155. METitle2.BorderSizePixel = 0
  1156. METitle2.Size = UDim2.new(0, 199, 0, 26)
  1157. METitle2.Font = Enum.Font.GothamBold
  1158. METitle2.Text = "BelowZero's Menu 2"
  1159. METitle2.TextColor3 = Color3.new(1, 1, 1)
  1160. METitle2.TextSize = 20
  1161. METitle2.TextWrapped = true
  1162. METitle2.TextXAlignment = Enum.TextXAlignment.Left
  1163.  
  1164. MEClose2.Name = "MEClose2"
  1165. MEClose2.Parent = Menu2Frame
  1166. MEClose2.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  1167. MEClose2.BorderSizePixel = 0
  1168. MEClose2.Position = UDim2.new(0.966804981, 0, 0, 0)
  1169. MEClose2.Size = UDim2.new(0, 16, 0, 16)
  1170. MEClose2.Font = Enum.Font.GothamBold
  1171. MEClose2.Text = "X"
  1172. MEClose2.TextColor3 = Color3.new(1, 1, 1)
  1173. MEClose2.TextSize = 20
  1174. MEClose2.MouseButton1Down:connect(function()
  1175. Menu2Frame.Visible = false
  1176. MenuFrame.Visible = true
  1177. end)
  1178.  
  1179. MrDemoGUIBut.Name = "MrDemoGUIBut"
  1180. MrDemoGUIBut.Parent = Menu2Frame
  1181. MrDemoGUIBut.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1182. MrDemoGUIBut.BorderColor3 = Color3.new(0, 0, 0)
  1183. MrDemoGUIBut.BorderSizePixel = 2
  1184. MrDemoGUIBut.Position = UDim2.new(0.0467091277, 0, 0.321311474, 0)
  1185. MrDemoGUIBut.Size = UDim2.new(0, 143, 0, 28)
  1186. MrDemoGUIBut.Font = Enum.Font.GothamBold
  1187. MrDemoGUIBut.Text = "MrDemo"
  1188. MrDemoGUIBut.TextColor3 = Color3.new(1, 1, 1)
  1189. MrDemoGUIBut.TextSize = 20
  1190. MrDemoGUIBut.MouseButton1Down:connect(function()
  1191. loadstring(game:HttpGet("https://pastebin.com/raw/4pQ9g8LC", true))()
  1192. end)
  1193.  
  1194. Explain1.Name = "Explain#1"
  1195. Explain1.Parent = MrDemoGUIBut
  1196. Explain1.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1197. Explain1.BorderSizePixel = 0
  1198. Explain1.Position = UDim2.new(0, 0, -1.25, 0)
  1199. Explain1.Size = UDim2.new(0, 143, 0, 28)
  1200. Explain1.Font = Enum.Font.GothamBold
  1201. Explain1.Text = "Username : Gray"
  1202. Explain1.TextColor3 = Color3.new(1, 1, 1)
  1203. Explain1.TextSize = 14
  1204.  
  1205. Explain2.Name = "Explain#2"
  1206. Explain2.Parent = MrDemoGUIBut
  1207. Explain2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1208. Explain2.BorderSizePixel = 0
  1209. Explain2.Position = UDim2.new(0, 0, 1.42857146, 0)
  1210. Explain2.Size = UDim2.new(0, 143, 0, 28)
  1211. Explain2.Font = Enum.Font.GothamBold
  1212. Explain2.Text = "Password : Dev"
  1213. Explain2.TextColor3 = Color3.new(1, 1, 1)
  1214. Explain2.TextSize = 14
  1215. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement