Advertisement
CaptinLeet

Untitled

Mar 12th, 2019
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 52.42 KB | None | 0 0
  1. -- Instances:
  2. local ProjectDemo = Instance.new("ScreenGui")
  3. local ExecutorFrame = Instance.new("Frame")
  4. local ExeTitle = Instance.new("TextLabel")
  5. local ScrollFrame = Instance.new("ScrollingFrame")
  6. local Input = Instance.new("TextBox")
  7. local Execute = Instance.new("TextButton")
  8. local Clear = Instance.new("TextButton")
  9. local ExeClose = Instance.new("TextButton")
  10. local ScriptScrollFrame = Instance.new("ScrollingFrame")
  11. local BarackGUI = Instance.new("TextButton")
  12. local ScriptBar = Instance.new("TextLabel")
  13. local Credits = Instance.new("TextLabel")
  14. local Combine2 = Instance.new("Frame")
  15. local Combine1 = Instance.new("Frame")
  16. local MainFrame = Instance.new("Frame")
  17. local ScriptsGUIs = Instance.new("Frame")
  18. local TitleSG = Instance.new("TextLabel")
  19. local Work = Instance.new("TextLabel")
  20. local WorkCombine = Instance.new("Frame")
  21. local WorkCombine_2 = Instance.new("Frame")
  22. local GameMenu = Instance.new("ScrollingFrame")
  23. local MadCity = Instance.new("TextButton")
  24. local SlayingSimulator = Instance.new("TextButton")
  25. local Jailbreak = Instance.new("TextButton")
  26. local RoGhoul = Instance.new("TextButton")
  27. local BubbleGumSimulator = Instance.new("TextButton")
  28. local Train = Instance.new("TextButton")
  29. local DashingSimulator = Instance.new("TextButton")
  30. local RoyaleHigh = Instance.new("TextButton")
  31. local AdoptMe = Instance.new("TextButton")
  32. local RobberySimulator = Instance.new("TextButton")
  33. local CombineFrames = Instance.new("Frame")
  34. local CombineFrames_2 = Instance.new("Frame")
  35. local BubbleSimFrame = Instance.new("Frame")
  36. local BubbleSimGUI = Instance.new("TextButton")
  37. local BubbleSimIDK = Instance.new("TextButton")
  38. local BubbleSimGUI2 = Instance.new("TextButton")
  39. local BubbleSimFarm = Instance.new("TextButton")
  40. local JailbreakFrame = Instance.new("Frame")
  41. local JailbreakGUI = Instance.new("TextButton")
  42. local JailbreakFarm = Instance.new("TextButton")
  43. local Unjailbreak = Instance.new("TextButton")
  44. local JailbreakRandom = Instance.new("TextButton")
  45. local MadCityFrame = Instance.new("Frame")
  46. local MadCityGUI = Instance.new("TextButton")
  47. local MadCityFarm = Instance.new("TextButton")
  48. local MadCityOPGUI = Instance.new("TextButton")
  49. local MadCityArrest = Instance.new("TextButton")
  50. local RoGhoulFrame = Instance.new("Frame")
  51. local RoGhoulGUI = Instance.new("TextButton")
  52. local RoGhoulFarm = Instance.new("TextButton")
  53. local RoGhoul_2 = Instance.new("TextButton")
  54. local RoghoulGUI2 = Instance.new("TextButton")
  55. local SlayingSimulator_2 = Instance.new("Frame")
  56. local SlaySimGUI = Instance.new("TextButton")
  57. local SlaySimFarm = Instance.new("TextButton")
  58. local SlaySimIdk = Instance.new("TextButton")
  59. local SlayingSimGUI2 = Instance.new("TextButton")
  60. local MainClose = Instance.new("TextButton")
  61. local MainTitle = Instance.new("TextLabel")
  62. local Credits2 = Instance.new("TextLabel")
  63. local MainExdent = Instance.new("Frame")
  64. local MainBar = Instance.new("Frame")
  65. local ExeOpenBut = Instance.new("TextButton")
  66. local Admin = Instance.new("ScrollingFrame")
  67. local Shattervast = Instance.new("TextButton")
  68. local InfiniteYeild = Instance.new("TextButton")
  69. local Rock = Instance.new("TextButton")
  70. local Nexus = Instance.new("TextButton")
  71. local Scroll1 = Instance.new("TextLabel")
  72. local PDMenus = Instance.new("TextLabel")
  73. local MainEClose = Instance.new("TextButton")
  74. local MadeBy = Instance.new("TextLabel")
  75. local SuperPowerSim = Instance.new("Frame")
  76. local SuperSimGUI = Instance.new("TextButton")
  77. local SuperSimOPGui = Instance.new("TextButton")
  78. local SuperSimNothing = Instance.new("TextButton")
  79. local SuperSimFarm = Instance.new("TextButton")
  80. local DashSim = Instance.new("Frame")
  81. local DashSimGUI = Instance.new("TextButton")
  82. local DashSimOPGui = Instance.new("TextButton")
  83. local DashSimTest = Instance.new("TextButton")
  84. local DashSimRandom = Instance.new("TextButton")
  85. local InjectFrame = Instance.new("Frame")
  86. local IBar1 = Instance.new("Frame")
  87. local IBar2 = Instance.new("Frame")
  88. local RandomText = Instance.new("TextLabel")
  89. local LoadThing = Instance.new("Frame")
  90. local LoadThing3 = Instance.new("Frame")
  91. local LoadThing2 = Instance.new("Frame")
  92. local LoadEnd = Instance.new("Frame")
  93. local InjectTitle = Instance.new("TextLabel")
  94. local MyServer = Instance.new("TextLabel")
  95. local Load2 = Instance.new("Frame")
  96. local Load3 = Instance.new("Frame")
  97. local Load4 = Instance.new("Frame")
  98. local Load1 = Instance.new("Frame")
  99. local LoginLoaded = Instance.new("TextLabel")
  100. --Properties:
  101. ProjectDemo.Name = "ProjectDemo"
  102. ProjectDemo.Parent = game.CoreGui
  103. ProjectDemo.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  104.  
  105. ExecutorFrame.Name = "ExecutorFrame"
  106. ExecutorFrame.Parent = ProjectDemo
  107. ExecutorFrame.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  108. ExecutorFrame.BorderColor3 = Color3.new(0, 0, 0)
  109. ExecutorFrame.BorderSizePixel = 2
  110. ExecutorFrame.Position = UDim2.new(0.313181341, 0, 0.0684104636, 0)
  111. ExecutorFrame.Size = UDim2.new(0, 421, 0, 444)
  112. ExecutorFrame.Visible = false
  113. ExecutorFrame.Draggable = true
  114.  
  115. ExeTitle.Name = "ExeTitle"
  116. ExeTitle.Parent = ExecutorFrame
  117. ExeTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  118. ExeTitle.BackgroundTransparency = 1
  119. ExeTitle.Position = UDim2.new(0.042755343, 0, 0, 0)
  120. ExeTitle.Size = UDim2.new(0, 403, 0, 20)
  121. ExeTitle.Font = Enum.Font.GothamBold
  122. ExeTitle.Text = "MrDemo's Executor"
  123. ExeTitle.TextColor3 = Color3.new(0, 0, 0)
  124. ExeTitle.TextScaled = true
  125. ExeTitle.TextSize = 14
  126. ExeTitle.TextWrapped = true
  127.  
  128. ScrollFrame.Name = "ScrollFrame"
  129. ScrollFrame.Parent = ExecutorFrame
  130. ScrollFrame.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  131. ScrollFrame.BorderColor3 = Color3.new(0, 0, 0)
  132. ScrollFrame.BorderSizePixel = 2
  133. ScrollFrame.Position = UDim2.new(0, 0, 0.117117114, 0)
  134. ScrollFrame.Size = UDim2.new(0, 421, 0, 324)
  135.  
  136. Input.Name = "Input"
  137. Input.Parent = ScrollFrame
  138. Input.BackgroundColor3 = Color3.new(1, 1, 1)
  139. Input.BackgroundTransparency = 1
  140. Input.Size = UDim2.new(0, 407, 0, 999)
  141. Input.ClearTextOnFocus = false
  142. Input.Font = Enum.Font.GothamBold
  143. Input.Text = ""
  144. Input.TextColor3 = Color3.new(0, 0, 0)
  145. Input.TextSize = 14
  146. Input.TextWrapped = true
  147. Input.TextXAlignment = Enum.TextXAlignment.Left
  148. Input.TextYAlignment = Enum.TextYAlignment.Top
  149.  
  150. Execute.Name = "Execute"
  151. Execute.Parent = ExecutorFrame
  152. Execute.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  153. Execute.BorderColor3 = Color3.new(0, 0, 0)
  154. Execute.BorderSizePixel = 2
  155. Execute.Position = UDim2.new(0.042755343, 0, 0.873873889, 0)
  156. Execute.Size = UDim2.new(0, 137, 0, 19)
  157. Execute.Font = Enum.Font.GothamBold
  158. Execute.Text = "Execute"
  159. Execute.TextColor3 = Color3.new(0, 0, 0)
  160. Execute.TextScaled = true
  161. Execute.TextSize = 14
  162. Execute.TextWrapped = true
  163. Execute.MouseButton1Down:connect(function()
  164. loadstring(Input.Text)()
  165. end)
  166.  
  167. Clear.Name = "Clear"
  168. Clear.Parent = ExecutorFrame
  169. Clear.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  170. Clear.BorderColor3 = Color3.new(0, 0, 0)
  171. Clear.BorderSizePixel = 2
  172. Clear.Position = UDim2.new(0.617577195, 0, 0.873873889, 0)
  173. Clear.Size = UDim2.new(0, 137, 0, 19)
  174. Clear.Font = Enum.Font.GothamBold
  175. Clear.Text = "Clear"
  176. Clear.TextColor3 = Color3.new(0, 0, 0)
  177. Clear.TextScaled = true
  178. Clear.TextSize = 14
  179. Clear.TextWrapped = true
  180. Clear.MouseButton1Down:connect(function()
  181. Input.Text = ""
  182. end)
  183.  
  184. ExeClose.Name = "ExeClose"
  185. ExeClose.Parent = ExecutorFrame
  186. ExeClose.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  187. ExeClose.BorderColor3 = Color3.new(0, 0, 0)
  188. ExeClose.BorderSizePixel = 2
  189. ExeClose.Size = UDim2.new(0, 18, 0, 14)
  190. ExeClose.Font = Enum.Font.GothamBold
  191. ExeClose.Text = "X"
  192. ExeClose.TextColor3 = Color3.new(0, 0, 0)
  193. ExeClose.TextScaled = true
  194. ExeClose.TextSize = 14
  195. ExeClose.TextWrapped = true
  196. ExeClose.MouseButton1Down:connect(function()
  197. MainFrame.Visible = true
  198. ExecutorFrame.Visible = false
  199. end)
  200.  
  201. ScriptScrollFrame.Name = "ScriptScrollFrame"
  202. ScriptScrollFrame.Parent = ExecutorFrame
  203. ScriptScrollFrame.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  204. ScriptScrollFrame.BorderColor3 = Color3.new(0, 0, 0)
  205. ScriptScrollFrame.BorderSizePixel = 2
  206. ScriptScrollFrame.Position = UDim2.new(-0.451306403, 0, 0, 0)
  207. ScriptScrollFrame.Size = UDim2.new(0, 181, 0, 444)
  208.  
  209. BarackGUI.Name = "BarackGUI"
  210. BarackGUI.Parent = ScriptScrollFrame
  211. BarackGUI.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  212. BarackGUI.BorderColor3 = Color3.new(0, 0, 0)
  213. BarackGUI.BorderSizePixel = 2
  214. BarackGUI.Size = UDim2.new(0, 168, 0, 50)
  215. BarackGUI.Font = Enum.Font.GothamBold
  216. BarackGUI.Text = "Barack GUI"
  217. BarackGUI.TextColor3 = Color3.new(0, 0, 0)
  218. BarackGUI.TextSize = 14
  219. BarackGUI.MouseButton1Down:connect(function()
  220. loadstring(game:HttpGet("https://pastebin.com/raw/itubkdk4", true))()
  221. end)
  222.  
  223. ScriptBar.Name = "ScriptBar"
  224. ScriptBar.Parent = ExecutorFrame
  225. ScriptBar.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  226. ScriptBar.BorderColor3 = Color3.new(0, 0, 0)
  227. ScriptBar.BorderSizePixel = 2
  228. ScriptBar.Position = UDim2.new(-0.451306403, 0, -0.067567572, 0)
  229. ScriptBar.Size = UDim2.new(0, 181, 0, 23)
  230. ScriptBar.Font = Enum.Font.GothamBold
  231. ScriptBar.Text = "Scripts/GUI's"
  232. ScriptBar.TextColor3 = Color3.new(0, 0, 0)
  233. ScriptBar.TextSize = 14
  234.  
  235. Credits.Name = "Credits"
  236. Credits.Parent = ExecutorFrame
  237. Credits.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  238. Credits.BorderColor3 = Color3.new(0, 0, 0)
  239. Credits.BorderSizePixel = 2
  240. Credits.Position = UDim2.new(-0.736342072, 0, 0.0743243247, 0)
  241. Credits.Size = UDim2.new(0, 101, 0, 133)
  242. Credits.Font = Enum.Font.GothamBold
  243. Credits.Text = "Scripts/GUI's i used are not mine credits go to their respected owners"
  244. Credits.TextColor3 = Color3.new(0, 0, 0)
  245. Credits.TextScaled = true
  246. Credits.TextSize = 14
  247. Credits.TextWrapped = true
  248.  
  249. Combine2.Name = "Combine2"
  250. Combine2.Parent = ExecutorFrame
  251. Combine2.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  252. Combine2.BorderColor3 = Color3.new(0, 0, 0)
  253. Combine2.BorderSizePixel = 0
  254. Combine2.Position = UDim2.new(-0.496437043, 0, 0.208567604, 0)
  255. Combine2.Size = UDim2.new(0, 19, 0, 13)
  256.  
  257. Combine1.Name = "Combine1"
  258. Combine1.Parent = ExecutorFrame
  259. Combine1.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  260. Combine1.BorderColor3 = Color3.new(0, 0, 0)
  261. Combine1.BorderSizePixel = 0
  262. Combine1.Position = UDim2.new(-0.24228029, 0, -0.0157657694, 0)
  263. Combine1.Size = UDim2.new(0, 12, 0, 7)
  264.  
  265. MainFrame.Name = "MainFrame"
  266. MainFrame.Parent = ProjectDemo
  267. MainFrame.BackgroundColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  268. MainFrame.BorderColor3 = Color3.new(0, 0, 0)
  269. MainFrame.BorderSizePixel = 2
  270. MainFrame.Position = UDim2.new(0.0109589044, 0, 0.204080373, 0)
  271. MainFrame.Size = UDim2.new(0, 392, 0, 330)
  272. MainFrame.Visible = false
  273. MainFrame.Draggable = true
  274.  
  275. ScriptsGUIs.Name = "Scripts/GUI's"
  276. ScriptsGUIs.Parent = MainFrame
  277. ScriptsGUIs.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  278. ScriptsGUIs.BorderColor3 = Color3.new(0, 0, 0)
  279. ScriptsGUIs.BorderSizePixel = 2
  280. ScriptsGUIs.Position = UDim2.new(0, 0, 0.0759878457, 0)
  281. ScriptsGUIs.Size = UDim2.new(0, 283, 0, 304)
  282.  
  283. TitleSG.Name = "TitleSG"
  284. TitleSG.Parent = ScriptsGUIs
  285. TitleSG.BackgroundColor3 = Color3.new(1, 1, 1)
  286. TitleSG.BackgroundTransparency = 1
  287. TitleSG.Size = UDim2.new(0, 248, 0, 20)
  288. TitleSG.Font = Enum.Font.GothamBold
  289. TitleSG.Text = "Scripts and GUI's are shown here."
  290. TitleSG.TextColor3 = Color3.new(0, 0, 0)
  291. TitleSG.TextSize = 14
  292.  
  293. Work.Name = "Work"
  294. Work.Parent = MainFrame
  295. Work.BackgroundColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  296. Work.BorderColor3 = Color3.new(0, 0, 0)
  297. Work.BorderSizePixel = 2
  298. Work.Position = UDim2.new(0.592341542, 0, -0.231566787, 0)
  299. Work.Size = UDim2.new(0, 411, 0, 34)
  300. Work.Font = Enum.Font.GothamBold
  301. Work.Text = "Not all Game buttons work cuase i havent made the function or even added frames for them"
  302. Work.TextColor3 = Color3.new(0, 0, 0)
  303. Work.TextScaled = true
  304. Work.TextSize = 14
  305. Work.TextWrapped = true
  306.  
  307. WorkCombine.Name = "WorkCombine"
  308. WorkCombine.Parent = Work
  309. WorkCombine.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  310. WorkCombine.BorderColor3 = Color3.new(0, 0, 0)
  311. WorkCombine.BorderSizePixel = 2
  312. WorkCombine.Position = UDim2.new(0.121654503, 0, 1.05882359, 0)
  313. WorkCombine.Size = UDim2.new(0, 13, 0, 40)
  314.  
  315. WorkCombine_2.Name = "WorkCombine"
  316. WorkCombine_2.Parent = Work
  317. WorkCombine_2.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  318. WorkCombine_2.BorderColor3 = Color3.new(0, 0, 0)
  319. WorkCombine_2.BorderSizePixel = 2
  320. WorkCombine_2.Position = UDim2.new(0.81021899, 0, 1.05882359, 0)
  321. WorkCombine_2.Size = UDim2.new(0, 13, 0, 40)
  322.  
  323. MainExdent.Name = "MainExdent"
  324. MainExdent.Parent = MainFrame
  325. MainExdent.BackgroundColor3 = Color3.new(0.172549, 0.172549, 0.172549)
  326. MainExdent.BorderColor3 = Color3.new(0, 0, 0)
  327. MainExdent.BorderSizePixel = 2
  328. MainExdent.Position = UDim2.new(1.23699999, 0, -0.00899999961, 0)
  329. MainExdent.Size = UDim2.new(0, 308, 0, 330)
  330.  
  331. MainBar.Name = "MainBar"
  332. MainBar.Parent = MainExdent
  333. MainBar.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  334. MainBar.BorderColor3 = Color3.new(0, 0, 0)
  335. MainBar.BorderSizePixel = 2
  336. MainBar.Position = UDim2.new(-1.29938126e-05, 0, -0.00293939747, 0)
  337. MainBar.Size = UDim2.new(0, 308, 0, 20)
  338.  
  339. ExeOpenBut.Name = "ExeOpenBut"
  340. ExeOpenBut.Parent = MainExdent
  341. ExeOpenBut.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  342. ExeOpenBut.BorderColor3 = Color3.new(0, 0, 0)
  343. ExeOpenBut.BorderSizePixel = 2
  344. ExeOpenBut.Position = UDim2.new(-0.00126516819, 0, 0.145454541, 0)
  345. ExeOpenBut.Size = UDim2.new(0, 143, 0, 36)
  346. ExeOpenBut.Font = Enum.Font.GothamBold
  347. ExeOpenBut.Text = "Open Executor"
  348. ExeOpenBut.TextColor3 = Color3.new(0, 0, 0)
  349. ExeOpenBut.TextScaled = true
  350. ExeOpenBut.TextSize = 14
  351. ExeOpenBut.TextWrapped = true
  352. ExeOpenBut.MouseButton1Down:connect(function()
  353. ExecutorFrame.Visible = true
  354. MainFrame.Visible = false
  355. end)
  356.  
  357. Admin.Name = "Admin"
  358. Admin.Parent = MainExdent
  359. Admin.BackgroundColor3 = Color3.new(0.227451, 0.227451, 0.227451)
  360. Admin.BorderColor3 = Color3.new(0, 0, 0)
  361. Admin.BorderSizePixel = 2
  362. Admin.Position = UDim2.new(0.997680902, 0, 0.0575757548, 0)
  363. Admin.Size = UDim2.new(0, 127, 0, 119)
  364.  
  365. Shattervast.Name = "Shattervast"
  366. Shattervast.Parent = Admin
  367. Shattervast.BackgroundColor3 = Color3.new(1, 1, 1)
  368. Shattervast.BackgroundTransparency = 2
  369. Shattervast.Size = UDim2.new(0, 112, 0, 27)
  370. Shattervast.Font = Enum.Font.GothamBold
  371. Shattervast.Text = "Shattervast"
  372. Shattervast.TextColor3 = Color3.new(0, 0, 0)
  373. Shattervast.TextSize = 14
  374. Shattervast.MouseButton1Down:connect(function()
  375. loadstring(game:HttpGet("https://pastebin.com/iL4NRDux", true))()
  376. end)
  377.  
  378. InfiniteYeild.Name = "InfiniteYeild"
  379. InfiniteYeild.Parent = Admin
  380. InfiniteYeild.BackgroundColor3 = Color3.new(1, 1, 1)
  381. InfiniteYeild.BackgroundTransparency = 2
  382. InfiniteYeild.Position = UDim2.new(0, 0, 0.0410334356, 0)
  383. InfiniteYeild.Size = UDim2.new(0, 112, 0, 27)
  384. InfiniteYeild.Font = Enum.Font.GothamBold
  385. InfiniteYeild.Text = "IY FE"
  386. InfiniteYeild.TextColor3 = Color3.new(0, 0, 0)
  387. InfiniteYeild.TextSize = 14
  388. InfiniteYeild.MouseButton1Down:connect(function()
  389. loadstring(game:HttpGet(('https://pastebin.com/raw/tzTXmYf2'),true))()
  390. end)
  391.  
  392. Rock.Name = "Rock"
  393. Rock.Parent = Admin
  394. Rock.BackgroundColor3 = Color3.new(1, 1, 1)
  395. Rock.BackgroundTransparency = 2
  396. Rock.Position = UDim2.new(0, 0, 0.0820668712, 0)
  397. Rock.Size = UDim2.new(0, 112, 0, 27)
  398. Rock.Font = Enum.Font.GothamBold
  399. Rock.Text = "Rocky's admin"
  400. Rock.TextColor3 = Color3.new(0, 0, 0)
  401. Rock.TextSize = 14
  402. Rock.MouseButton1Down:connect(function()
  403. loadstring(game:GetObjects('rbxassetid://295850902')[1].Source)()
  404. end)
  405.  
  406. Nexus.Name = "Nexus"
  407. Nexus.Parent = Admin
  408. Nexus.BackgroundColor3 = Color3.new(1, 1, 1)
  409. Nexus.BackgroundTransparency = 2
  410. Nexus.Position = UDim2.new(0, 0, 0.123100311, 0)
  411. Nexus.Size = UDim2.new(0, 112, 0, 27)
  412. Nexus.Font = Enum.Font.GothamBold
  413. Nexus.Text = "Nexus Admin"
  414. Nexus.TextColor3 = Color3.new(0, 0, 0)
  415. Nexus.TextSize = 14
  416.  
  417. Scroll1.Name = "Scroll#1"
  418. Scroll1.Parent = MainExdent
  419. Scroll1.BackgroundColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  420. Scroll1.BorderColor3 = Color3.new(0, 0, 0)
  421. Scroll1.BorderSizePixel = 2
  422. Scroll1.Position = UDim2.new(1.00092757, 0, 0.0211015884, 0)
  423. Scroll1.Size = UDim2.new(0, 126, 0, 12)
  424. Scroll1.Font = Enum.Font.GothamBold
  425. Scroll1.Text = "Admins"
  426. Scroll1.TextColor3 = Color3.new(0, 0, 0)
  427. Scroll1.TextSize = 14
  428. Scroll1.TextWrapped = true
  429.  
  430. PDMenus.Name = "PDMenus"
  431. PDMenus.Parent = MainExdent
  432. PDMenus.BackgroundColor3 = Color3.new(1, 1, 1)
  433. PDMenus.BackgroundTransparency = 1
  434. PDMenus.Position = UDim2.new(0.000311715266, 0, -0.0029393977, 0)
  435. PDMenus.Size = UDim2.new(0, 306, 0, 20)
  436. PDMenus.Font = Enum.Font.GothamBold
  437. PDMenus.Text = "Project Demo's Menus"
  438. PDMenus.TextColor3 = Color3.new(0, 0, 0)
  439. PDMenus.TextScaled = true
  440. PDMenus.TextSize = 14
  441. PDMenus.TextWrapped = true
  442.  
  443. MainEClose.Name = "MainEClose"
  444. MainEClose.Parent = MainExdent
  445. MainEClose.BackgroundColor3 = Color3.new(0.184314, 0.184314, 0.184314)
  446. MainEClose.BorderColor3 = Color3.new(0, 0, 0)
  447. MainEClose.BorderSizePixel = 2
  448. MainEClose.Position = UDim2.new(0, 0, 0.957575738, 0)
  449. MainEClose.Size = UDim2.new(0, 15, 0, 14)
  450. MainEClose.Font = Enum.Font.GothamBold
  451. MainEClose.Text = "X"
  452. MainEClose.TextColor3 = Color3.new(0, 0, 0)
  453. MainEClose.TextScaled = true
  454. MainEClose.TextSize = 14
  455. MainEClose.TextWrapped = true
  456. MainEClose.MouseButton1Down:connect(function()
  457. MainExdent.Visible = false
  458. WorkCombine_2.Visible = false
  459. CombineFrames.Visible = false
  460. CombineFrames_2.Visible = false
  461. end)
  462.  
  463. GameMenu.Name = "GameMenu"
  464. GameMenu.Parent = MainFrame
  465. GameMenu.BackgroundColor3 = Color3.new(0.243137, 0.243137, 0.243137)
  466. GameMenu.BorderColor3 = Color3.new(0, 0, 0)
  467. GameMenu.BorderSizePixel = 2
  468. GameMenu.Position = UDim2.new(0.632999361, 0, 0.0759878457, 0)
  469. GameMenu.Size = UDim2.new(0, 143, 0, 303)
  470.  
  471. MadCity.Name = "MadCity"
  472. MadCity.Parent = GameMenu
  473. MadCity.BackgroundColor3 = Color3.new(1, 1, 1)
  474. MadCity.BackgroundTransparency = 2
  475. MadCity.Size = UDim2.new(0, 128, 0, 26)
  476. MadCity.Font = Enum.Font.GothamBold
  477. MadCity.Text = "Mad City"
  478. MadCity.TextColor3 = Color3.new(0, 0, 0)
  479. MadCity.TextScaled = true
  480. MadCity.TextSize = 14
  481. MadCity.TextWrapped = true
  482. MadCity.MouseButton1Down:connect(function()
  483. MadCityFrame.Visible = true
  484. JailbreakFrame.Visible = false
  485. RoGhoulFrame.Visible = false
  486. SlayingSimulator_2.Visible = false
  487. BubbleSimFrame.Visible = false
  488. SuperPowerSim.Visible = false
  489. DashSim.Visible = false
  490. end)
  491.  
  492. SlayingSimulator.Name = "SlayingSimulator"
  493. SlayingSimulator.Parent = GameMenu
  494. SlayingSimulator.BackgroundColor3 = Color3.new(1, 1, 1)
  495. SlayingSimulator.BackgroundTransparency = 2
  496. SlayingSimulator.Position = UDim2.new(0, 0, 0.0395136774, 0)
  497. SlayingSimulator.Size = UDim2.new(0, 128, 0, 26)
  498. SlayingSimulator.Font = Enum.Font.GothamBold
  499. SlayingSimulator.Text = "Slaying Simulator"
  500. SlayingSimulator.TextColor3 = Color3.new(0, 0, 0)
  501. SlayingSimulator.TextScaled = true
  502. SlayingSimulator.TextSize = 14
  503. SlayingSimulator.TextWrapped = true
  504. SlayingSimulator.MouseButton1Down:connect(function()
  505. SlayingSimulator_2.Visible = true
  506. JailbreakFrame.Visible = false
  507. RoGhoulFrame.Visible = false
  508. MadCityFrame.Visible = false
  509. BubbleSimFrame.Visible = false
  510. SuperPowerSim.Visible = false
  511. DashSim.Visible = false
  512. end)
  513.  
  514. Jailbreak.Name = "Jailbreak"
  515. Jailbreak.Parent = GameMenu
  516. Jailbreak.BackgroundColor3 = Color3.new(1, 1, 1)
  517. Jailbreak.BackgroundTransparency = 2
  518. Jailbreak.Position = UDim2.new(0, 0, 0.0790273547, 0)
  519. Jailbreak.Size = UDim2.new(0, 128, 0, 26)
  520. Jailbreak.Font = Enum.Font.GothamBold
  521. Jailbreak.Text = "Jailbreak"
  522. Jailbreak.TextColor3 = Color3.new(0, 0, 0)
  523. Jailbreak.TextScaled = true
  524. Jailbreak.TextSize = 14
  525. Jailbreak.TextWrapped = true
  526. Jailbreak.MouseButton1Down:connect(function()
  527. JailbreakFrame.Visible = true
  528. MadCityFrame.Visible = false
  529. RoGhoulFrame.Visible = false
  530. SlayingSimulator_2.Visible = false
  531. BubbleSimFrame.Visible = false
  532. SuperPowerSim.Visible = false
  533. DashSim.Visible = false
  534. end)
  535.  
  536. RoGhoul.Name = "Ro-Ghoul"
  537. RoGhoul.Parent = GameMenu
  538. RoGhoul.BackgroundColor3 = Color3.new(1, 1, 1)
  539. RoGhoul.BackgroundTransparency = 2
  540. RoGhoul.Position = UDim2.new(0, 0, 0.118541032, 0)
  541. RoGhoul.Size = UDim2.new(0, 128, 0, 26)
  542. RoGhoul.Font = Enum.Font.GothamBold
  543. RoGhoul.Text = "Ro-Ghoul"
  544. RoGhoul.TextColor3 = Color3.new(0, 0, 0)
  545. RoGhoul.TextScaled = true
  546. RoGhoul.TextSize = 14
  547. RoGhoul.TextWrapped = true
  548. RoGhoul.MouseButton1Down:connect(function()
  549. RoGhoulFrame.Visible = true
  550. BubbleSimFrame.Visible = false
  551. JailbreakFrame.Visible = false
  552. MadCityFrame.Visible = false
  553. SlayingSimulator_2.Visible = false
  554. SuperPowerSim.Visible = false
  555. DashSim.Visible = false
  556. end)
  557.  
  558. BubbleGumSimulator.Name = "BubbleGumSimulator"
  559. BubbleGumSimulator.Parent = GameMenu
  560. BubbleGumSimulator.BackgroundColor3 = Color3.new(1, 1, 1)
  561. BubbleGumSimulator.BackgroundTransparency = 2
  562. BubbleGumSimulator.Position = UDim2.new(0, 0, 0.158054709, 0)
  563. BubbleGumSimulator.Size = UDim2.new(0, 128, 0, 26)
  564. BubbleGumSimulator.Font = Enum.Font.GothamBold
  565. BubbleGumSimulator.Text = "Bubble Gum Simulator"
  566. BubbleGumSimulator.TextColor3 = Color3.new(0, 0, 0)
  567. BubbleGumSimulator.TextScaled = true
  568. BubbleGumSimulator.TextSize = 14
  569. BubbleGumSimulator.TextWrapped = true
  570. BubbleGumSimulator.MouseButton1Down:connect(function()
  571. BubbleSimFrame.Visible = true
  572. SuperPowerSim.Visible = false
  573. JailbreakFrame.Visible = false
  574. MadCityFrame.Visible = false
  575. SlayingSimulator_2.Visible = false
  576. RoGhoulFrame.Visible = false
  577. DashSim.Visible = false
  578. end)
  579.  
  580. Train.Name = "Train"
  581. Train.Parent = GameMenu
  582. Train.BackgroundColor3 = Color3.new(1, 1, 1)
  583. Train.BackgroundTransparency = 2
  584. Train.Position = UDim2.new(0, 0, 0.202127665, 0)
  585. Train.Size = UDim2.new(0, 128, 0, 26)
  586. Train.Font = Enum.Font.GothamBold
  587. Train.Text = "Super Power Training Simulator"
  588. Train.TextColor3 = Color3.new(0, 0, 0)
  589. Train.TextScaled = true
  590. Train.TextSize = 14
  591. Train.TextWrapped = true
  592. Train.MouseButton1Down:connect(function()
  593. SuperPowerSim.Visible = true
  594. BubbleSimFrame.Visible = false
  595. JailbreakFrame.Visible = false
  596. MadCityFrame.Visible = false
  597. SlayingSimulator_2.Visible = false
  598. RoGhoulFrame.Visible = false
  599. DashSim.Visible = false
  600. end)
  601.  
  602. DashingSimulator.Name = "DashingSimulator"
  603. DashingSimulator.Parent = GameMenu
  604. DashingSimulator.BackgroundColor3 = Color3.new(1, 1, 1)
  605. DashingSimulator.BackgroundTransparency = 2
  606. DashingSimulator.Position = UDim2.new(0, 0, 0.241641343, 0)
  607. DashingSimulator.Size = UDim2.new(0, 128, 0, 26)
  608. DashingSimulator.Font = Enum.Font.GothamBold
  609. DashingSimulator.Text = "Dashing Simulator"
  610. DashingSimulator.TextColor3 = Color3.new(0, 0, 0)
  611. DashingSimulator.TextScaled = true
  612. DashingSimulator.TextSize = 14
  613. DashingSimulator.TextWrapped = true
  614. DashingSimulator.MouseButton1Down:connect(function()
  615. DashingSimulator.Text = "i litterly cant find shit for this im so sorry."
  616. wait(5.1)
  617. DashingSimulator.Text = "except this one GUI"
  618. wait(3.1)
  619. DashSim.Visible = true
  620. SuperPowerSim.Visible = false
  621. BubbleSimFrame.Visible = false
  622. JailbreakFrame.Visible = false
  623. MadCityFrame.Visible = false
  624. SlayingSimulator_2.Visible = false
  625. RoGhoulFrame.Visible = false
  626. end)
  627.  
  628. RoyaleHigh.Name = "RoyaleHigh"
  629. RoyaleHigh.Parent = GameMenu
  630. RoyaleHigh.BackgroundColor3 = Color3.new(1, 1, 1)
  631. RoyaleHigh.BackgroundTransparency = 2
  632. RoyaleHigh.Position = UDim2.new(0, 0, 0.28115502, 0)
  633. RoyaleHigh.Size = UDim2.new(0, 128, 0, 26)
  634. RoyaleHigh.Font = Enum.Font.GothamBold
  635. RoyaleHigh.Text = "Royale High"
  636. RoyaleHigh.TextColor3 = Color3.new(0, 0, 0)
  637. RoyaleHigh.TextScaled = true
  638. RoyaleHigh.TextSize = 14
  639. RoyaleHigh.TextWrapped = true
  640.  
  641. AdoptMe.Name = "AdoptMe!"
  642. AdoptMe.Parent = GameMenu
  643. AdoptMe.BackgroundColor3 = Color3.new(1, 1, 1)
  644. AdoptMe.BackgroundTransparency = 2
  645. AdoptMe.Position = UDim2.new(0, 0, 0.320668697, 0)
  646. AdoptMe.Size = UDim2.new(0, 128, 0, 26)
  647. AdoptMe.Font = Enum.Font.GothamBold
  648. AdoptMe.Text = "Adopt Me!"
  649. AdoptMe.TextColor3 = Color3.new(0, 0, 0)
  650. AdoptMe.TextScaled = true
  651. AdoptMe.TextSize = 14
  652. AdoptMe.TextWrapped = true
  653.  
  654. RobberySimulator.Name = "RobberySimulator"
  655. RobberySimulator.Parent = GameMenu
  656. RobberySimulator.BackgroundColor3 = Color3.new(1, 1, 1)
  657. RobberySimulator.BackgroundTransparency = 2
  658. RobberySimulator.Position = UDim2.new(0, 0, 0.360182375, 0)
  659. RobberySimulator.Size = UDim2.new(0, 128, 0, 26)
  660. RobberySimulator.Font = Enum.Font.GothamBold
  661. RobberySimulator.Text = "Robbery Simulator"
  662. RobberySimulator.TextColor3 = Color3.new(0, 0, 0)
  663. RobberySimulator.TextScaled = true
  664. RobberySimulator.TextSize = 14
  665. RobberySimulator.TextWrapped = true
  666.  
  667. CombineFrames.Name = "CombineFrames"
  668. CombineFrames.Parent = MainFrame
  669. CombineFrames.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  670. CombineFrames.BorderColor3 = Color3.new(0, 0, 0)
  671. CombineFrames.BorderSizePixel = 2
  672. CombineFrames.Position = UDim2.new(1, 0, 0.348484844, 0)
  673. CombineFrames.Size = UDim2.new(0, 93, 0, 14)
  674.  
  675. CombineFrames_2.Name = "CombineFrames"
  676. CombineFrames_2.Parent = MainFrame
  677. CombineFrames_2.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  678. CombineFrames_2.BorderColor3 = Color3.new(0, 0, 0)
  679. CombineFrames_2.BorderSizePixel = 2
  680. CombineFrames_2.Position = UDim2.new(0.997448981, 0, 0.512121201, 0)
  681. CombineFrames_2.Size = UDim2.new(0, 94, 0, 14)
  682.  
  683. BubbleSimFrame.Name = "BubbleSimFrame"
  684. BubbleSimFrame.Parent = MainFrame
  685. BubbleSimFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  686. BubbleSimFrame.BackgroundTransparency = 1
  687. BubbleSimFrame.Position = UDim2.new(0, 0, 0.133738607, 0)
  688. BubbleSimFrame.Size = UDim2.new(0, 283, 0, 285)
  689. BubbleSimFrame.Visible = false
  690.  
  691. BubbleSimGUI.Name = "BubbleSimGUI"
  692. BubbleSimGUI.Parent = BubbleSimFrame
  693. BubbleSimGUI.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  694. BubbleSimGUI.BorderColor3 = Color3.new(0, 0, 0)
  695. BubbleSimGUI.BorderSizePixel = 2
  696. BubbleSimGUI.Position = UDim2.new(0.0530035347, 0, 0.0631578937, 0)
  697. BubbleSimGUI.Size = UDim2.new(0, 73, 0, 32)
  698. BubbleSimGUI.Font = Enum.Font.GothamBold
  699. BubbleSimGUI.Text = "Bubble Sim GUI"
  700. BubbleSimGUI.TextColor3 = Color3.new(0, 0, 0)
  701. BubbleSimGUI.TextScaled = true
  702. BubbleSimGUI.TextSize = 14
  703. BubbleSimGUI.TextWrapped = true
  704. BubbleSimGUI.MouseButton1Down:connect(function()
  705. loadstring(game:HttpGet("https://pastebin.com/raw/ZUFp9G7R",true))()
  706. end)
  707.  
  708. BubbleSimIDK.Name = "BubbleSimIDK"
  709. BubbleSimIDK.Parent = BubbleSimFrame
  710. BubbleSimIDK.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  711. BubbleSimIDK.BorderColor3 = Color3.new(0, 0, 0)
  712. BubbleSimIDK.BorderSizePixel = 2
  713. BubbleSimIDK.Position = UDim2.new(0.0530035347, 0, 0.263157904, 0)
  714. BubbleSimIDK.Size = UDim2.new(0, 73, 0, 32)
  715. BubbleSimIDK.Font = Enum.Font.GothamBold
  716. BubbleSimIDK.Text = "this does nothing"
  717. BubbleSimIDK.TextColor3 = Color3.new(0, 0, 0)
  718. BubbleSimIDK.TextScaled = true
  719. BubbleSimIDK.TextSize = 14
  720. BubbleSimIDK.TextWrapped = true
  721. BubbleSimIDK.MouseButton1Down:connect(function()
  722. BubbleSimIDK.Text = "I told ya"
  723. wait(5.0)
  724. BubbleSimIDK.Text = "this does nothing"
  725. end)
  726.  
  727. BubbleSimGUI2.Name = "BubbleSimGUI2"
  728. BubbleSimGUI2.Parent = BubbleSimFrame
  729. BubbleSimGUI2.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  730. BubbleSimGUI2.BorderColor3 = Color3.new(0, 0, 0)
  731. BubbleSimGUI2.BorderSizePixel = 2
  732. BubbleSimGUI2.Position = UDim2.new(0.452296793, 0, 0.291228086, 0)
  733. BubbleSimGUI2.Size = UDim2.new(0, 73, 0, 32)
  734. BubbleSimGUI2.Font = Enum.Font.GothamBold
  735. BubbleSimGUI2.Text = "Another gui"
  736. BubbleSimGUI2.TextColor3 = Color3.new(0, 0, 0)
  737. BubbleSimGUI2.TextScaled = true
  738. BubbleSimGUI2.TextSize = 14
  739. BubbleSimGUI2.TextWrapped = true
  740. BubbleSimGUI2.MouseButton1Down:connect(function()
  741. loadstring(game:HttpGet("https://pastebin.com/raw/syQ56kJp",true))()
  742. end)
  743.  
  744. BubbleSimFarm.Name = "BubbleSimFarm"
  745. BubbleSimFarm.Parent = BubbleSimFrame
  746. BubbleSimFarm.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  747. BubbleSimFarm.BorderColor3 = Color3.new(0, 0, 0)
  748. BubbleSimFarm.BorderSizePixel = 2
  749. BubbleSimFarm.Position = UDim2.new(0.452296853, 0, 0.0631578937, 0)
  750. BubbleSimFarm.Size = UDim2.new(0, 73, 0, 32)
  751. BubbleSimFarm.Font = Enum.Font.GothamBold
  752. BubbleSimFarm.Text = "Bubble sim farm"
  753. BubbleSimFarm.TextColor3 = Color3.new(0, 0, 0)
  754. BubbleSimFarm.TextScaled = true
  755. BubbleSimFarm.TextSize = 14
  756. BubbleSimFarm.TextWrapped = true
  757. BubbleSimFarm.MouseButton1Down:connect(function()
  758. BubbleSimFarm.Text = "litterly the first button has the farm script in the gui"
  759. wait(10.0)
  760. BubbleSimFarm.Text = "Cuase u already clicked heres a power script"
  761. while wait() do
  762. Game.Players.LocalPlayer.BlowBubbleEvent:FireServer()
  763. wait(10.0)
  764. BubbleSimFarm.Text = "Bubble sim farm"
  765. end
  766. end)
  767.  
  768. JailbreakFrame.Name = "JailbreakFrame"
  769. JailbreakFrame.Parent = MainFrame
  770. JailbreakFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  771. JailbreakFrame.BackgroundTransparency = 1
  772. JailbreakFrame.Position = UDim2.new(0, 0, 0.133738607, 0)
  773. JailbreakFrame.Size = UDim2.new(0, 283, 0, 285)
  774. JailbreakFrame.Visible = false
  775.  
  776. JailbreakGUI.Name = "JailbreakGUI"
  777. JailbreakGUI.Parent = JailbreakFrame
  778. JailbreakGUI.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  779. JailbreakGUI.BorderColor3 = Color3.new(0, 0, 0)
  780. JailbreakGUI.BorderSizePixel = 2
  781. JailbreakGUI.Position = UDim2.new(0.0530035347, 0, 0.0631578937, 0)
  782. JailbreakGUI.Size = UDim2.new(0, 73, 0, 32)
  783. JailbreakGUI.Font = Enum.Font.GothamBold
  784. JailbreakGUI.Text = "Jailbreak GUI"
  785. JailbreakGUI.TextColor3 = Color3.new(0, 0, 0)
  786. JailbreakGUI.TextScaled = true
  787. JailbreakGUI.TextSize = 14
  788. JailbreakGUI.TextWrapped = true
  789. JailbreakGUI.MouseButton1Down:connect(function()
  790. loadstring(game:HttpGet("https://pastebin.com/7h9iP76D", true))()
  791. end)
  792.  
  793. JailbreakFarm.Name = "JailbreakFarm"
  794. JailbreakFarm.Parent = JailbreakFrame
  795. JailbreakFarm.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  796. JailbreakFarm.BorderColor3 = Color3.new(0, 0, 0)
  797. JailbreakFarm.BorderSizePixel = 2
  798. JailbreakFarm.Position = UDim2.new(0.452296853, 0, 0.0631578937, 0)
  799. JailbreakFarm.Size = UDim2.new(0, 73, 0, 32)
  800. JailbreakFarm.Font = Enum.Font.GothamBold
  801. JailbreakFarm.Text = "Jailbreak Farm"
  802. JailbreakFarm.TextColor3 = Color3.new(0, 0, 0)
  803. JailbreakFarm.TextScaled = true
  804. JailbreakFarm.TextSize = 14
  805. JailbreakFarm.TextWrapped = true
  806. JailbreakFarm.MouseButton1Down:connect(function()
  807. loadstring(game:HttpGet("https://pastebin.com/J13esAjp", true))()
  808. end)
  809.  
  810. Unjailbreak.Name = "Unjailbreak"
  811. Unjailbreak.Parent = JailbreakFrame
  812. Unjailbreak.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  813. Unjailbreak.BorderColor3 = Color3.new(0, 0, 0)
  814. Unjailbreak.BorderSizePixel = 2
  815. Unjailbreak.Position = UDim2.new(0.0530035347, 0, 0.263157904, 0)
  816. Unjailbreak.Size = UDim2.new(0, 73, 0, 32)
  817. Unjailbreak.Font = Enum.Font.GothamBold
  818. Unjailbreak.Text = "Unjailbreak"
  819. Unjailbreak.TextColor3 = Color3.new(0, 0, 0)
  820. Unjailbreak.TextScaled = true
  821. Unjailbreak.TextSize = 14
  822. Unjailbreak.TextWrapped = true
  823. Unjailbreak.MouseButton1Down:connect(function()
  824. loadstring(game:HttpGet("https://pastebin.com/Atfam10L", true))()
  825. end)
  826.  
  827. JailbreakRandom.Name = "JailbreakRandom"
  828. JailbreakRandom.Parent = JailbreakFrame
  829. JailbreakRandom.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  830. JailbreakRandom.BorderColor3 = Color3.new(0, 0, 0)
  831. JailbreakRandom.BorderSizePixel = 2
  832. JailbreakRandom.Position = UDim2.new(0.452296793, 0, 0.291228086, 0)
  833. JailbreakRandom.Size = UDim2.new(0, 73, 0, 32)
  834. JailbreakRandom.Font = Enum.Font.GothamBold
  835. JailbreakRandom.Text = "Random"
  836. JailbreakRandom.TextColor3 = Color3.new(0, 0, 0)
  837. JailbreakRandom.TextScaled = true
  838. JailbreakRandom.TextSize = 14
  839. JailbreakRandom.TextWrapped = true
  840. JailbreakRandom.MouseButton1Down:connect(function()
  841. loadstring(game:GetObjects("rbxassetid://02143497203")[1].Source)()
  842. end)
  843.  
  844. MadCityFrame.Name = "MadCityFrame"
  845. MadCityFrame.Parent = MainFrame
  846. MadCityFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  847. MadCityFrame.BackgroundTransparency = 1
  848. MadCityFrame.Position = UDim2.new(0, 0, 0.133738607, 0)
  849. MadCityFrame.Size = UDim2.new(0, 283, 0, 285)
  850. MadCityFrame.Visible = false
  851.  
  852. MadCityGUI.Name = "MadCityGUI"
  853. MadCityGUI.Parent = MadCityFrame
  854. MadCityGUI.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  855. MadCityGUI.BorderColor3 = Color3.new(0, 0, 0)
  856. MadCityGUI.BorderSizePixel = 2
  857. MadCityGUI.Position = UDim2.new(0.0530035347, 0, 0.0631578937, 0)
  858. MadCityGUI.Size = UDim2.new(0, 73, 0, 32)
  859. MadCityGUI.Font = Enum.Font.GothamBold
  860. MadCityGUI.Text = "Mad City GUI"
  861. MadCityGUI.TextColor3 = Color3.new(0, 0, 0)
  862. MadCityGUI.TextScaled = true
  863. MadCityGUI.TextSize = 14
  864. MadCityGUI.TextWrapped = true
  865. MadCityGUI.MouseButton1Down:connect(function()
  866. loadstring(game:HttpGet("https://pastebin.com/raw/84UF8PCw", true))()
  867. end)
  868.  
  869. MadCityFarm.Name = "MadCityFarm"
  870. MadCityFarm.Parent = MadCityFrame
  871. MadCityFarm.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  872. MadCityFarm.BorderColor3 = Color3.new(0, 0, 0)
  873. MadCityFarm.BorderSizePixel = 2
  874. MadCityFarm.Position = UDim2.new(0.452296853, 0, 0.0631578937, 0)
  875. MadCityFarm.Size = UDim2.new(0, 73, 0, 32)
  876. MadCityFarm.Font = Enum.Font.GothamBold
  877. MadCityFarm.Text = "Mad City Farm"
  878. MadCityFarm.TextColor3 = Color3.new(0, 0, 0)
  879. MadCityFarm.TextScaled = true
  880. MadCityFarm.TextSize = 14
  881. MadCityFarm.TextWrapped = true
  882. MadCityFarm.MouseButton1Down:connect(function()
  883. loadstring(game:HttpGet("http://api.thundermods.com/madcitymoneyscript.txt", true))()
  884. end)
  885.  
  886. MadCityOPGUI.Name = "MadCityOPGUI"
  887. MadCityOPGUI.Parent = MadCityFrame
  888. MadCityOPGUI.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  889. MadCityOPGUI.BorderColor3 = Color3.new(0, 0, 0)
  890. MadCityOPGUI.BorderSizePixel = 2
  891. MadCityOPGUI.Position = UDim2.new(0.0530035347, 0, 0.263157904, 0)
  892. MadCityOPGUI.Size = UDim2.new(0, 73, 0, 32)
  893. MadCityOPGUI.Font = Enum.Font.GothamBold
  894. MadCityOPGUI.Text = "Mad City OP GUI"
  895. MadCityOPGUI.TextColor3 = Color3.new(0, 0, 0)
  896. MadCityOPGUI.TextScaled = true
  897. MadCityOPGUI.TextSize = 14
  898. MadCityOPGUI.TextWrapped = true
  899. MadCityOPGUI.MouseButton1Down:connect(function()
  900. loadstring(game:HttpGet("https://pastebin.com/yFwRA3Vp", true))()
  901. end)
  902.  
  903. MadCityArrest.Name = "MadCityArrest"
  904. MadCityArrest.Parent = MadCityFrame
  905. MadCityArrest.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  906. MadCityArrest.BorderColor3 = Color3.new(0, 0, 0)
  907. MadCityArrest.BorderSizePixel = 2
  908. MadCityArrest.Position = UDim2.new(0.452296793, 0, 0.291228086, 0)
  909. MadCityArrest.Size = UDim2.new(0, 73, 0, 32)
  910. MadCityArrest.Font = Enum.Font.GothamBold
  911. MadCityArrest.Text = "Mad City Auto arrest"
  912. MadCityArrest.TextColor3 = Color3.new(0, 0, 0)
  913. MadCityArrest.TextScaled = true
  914. MadCityArrest.TextSize = 14
  915. MadCityArrest.TextWrapped = true
  916. MadCityArrest.MouseButton1Down:connect(function()
  917. loadstring(game:HttpGet("http://api.thundermods.com/madcitymoneyscript.txt", true))()
  918. end)
  919.  
  920. RoGhoulFrame.Name = "RoGhoulFrame"
  921. RoGhoulFrame.Parent = MainFrame
  922. RoGhoulFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  923. RoGhoulFrame.BackgroundTransparency = 1
  924. RoGhoulFrame.Position = UDim2.new(0, 0, 0.133738607, 0)
  925. RoGhoulFrame.Size = UDim2.new(0, 283, 0, 285)
  926. RoGhoulFrame.Visible = false
  927.  
  928. RoGhoulGUI.Name = "RoGhoulGUI"
  929. RoGhoulGUI.Parent = RoGhoulFrame
  930. RoGhoulGUI.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  931. RoGhoulGUI.BorderColor3 = Color3.new(0, 0, 0)
  932. RoGhoulGUI.BorderSizePixel = 2
  933. RoGhoulGUI.Position = UDim2.new(0.0530035347, 0, 0.0631578937, 0)
  934. RoGhoulGUI.Size = UDim2.new(0, 73, 0, 32)
  935. RoGhoulGUI.Font = Enum.Font.GothamBold
  936. RoGhoulGUI.Text = "RoGhoul GUI"
  937. RoGhoulGUI.TextColor3 = Color3.new(0, 0, 0)
  938. RoGhoulGUI.TextScaled = true
  939. RoGhoulGUI.TextSize = 14
  940. RoGhoulGUI.TextWrapped = true
  941. RoGhoulGUI.MouseButton1Down:connect(function()
  942. loadstring(game:HttpGet("https://pastebin.com/qGQ1XvJ5", true))()
  943. end)
  944.  
  945. RoGhoulFarm.Name = "RoGhoulFarm"
  946. RoGhoulFarm.Parent = RoGhoulFrame
  947. RoGhoulFarm.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  948. RoGhoulFarm.BorderColor3 = Color3.new(0, 0, 0)
  949. RoGhoulFarm.BorderSizePixel = 2
  950. RoGhoulFarm.Position = UDim2.new(0.452296853, 0, 0.0631578937, 0)
  951. RoGhoulFarm.Size = UDim2.new(0, 73, 0, 32)
  952. RoGhoulFarm.Font = Enum.Font.GothamBold
  953. RoGhoulFarm.Text = "RoGhoul Farm"
  954. RoGhoulFarm.TextColor3 = Color3.new(0, 0, 0)
  955. RoGhoulFarm.TextScaled = true
  956. RoGhoulFarm.TextSize = 14
  957. RoGhoulFarm.TextWrapped = true
  958. RoGhoulFarm.MouseButton1Down:connect(function()
  959. loadstring(game:HttpGet("https://pastebin.com/raw/1zGHMqq7", true))()
  960. end)
  961.  
  962. RoGhoul_2.Name = "RoGhoul"
  963. RoGhoul_2.Parent = RoGhoulFrame
  964. RoGhoul_2.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  965. RoGhoul_2.BorderColor3 = Color3.new(0, 0, 0)
  966. RoGhoul_2.BorderSizePixel = 2
  967. RoGhoul_2.Position = UDim2.new(0.0530035347, 0, 0.263157904, 0)
  968. RoGhoul_2.Size = UDim2.new(0, 73, 0, 32)
  969. RoGhoul_2.Font = Enum.Font.GothamBold
  970. RoGhoul_2.Text = "idk what this does"
  971. RoGhoul_2.TextColor3 = Color3.new(0, 0, 0)
  972. RoGhoul_2.TextScaled = true
  973. RoGhoul_2.TextSize = 14
  974. RoGhoul_2.TextWrapped = true
  975. RoGhoul_2.MouseButton1Down:connect(function()
  976. end)
  977.  
  978. RoghoulGUI2.Name = "RoghoulGUI2"
  979. RoghoulGUI2.Parent = RoGhoulFrame
  980. RoghoulGUI2.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  981. RoghoulGUI2.BorderColor3 = Color3.new(0, 0, 0)
  982. RoghoulGUI2.BorderSizePixel = 2
  983. RoghoulGUI2.Position = UDim2.new(0.452296793, 0, 0.291228086, 0)
  984. RoghoulGUI2.Size = UDim2.new(0, 73, 0, 32)
  985. RoghoulGUI2.Font = Enum.Font.GothamBold
  986. RoghoulGUI2.Text = "OP GUI"
  987. RoghoulGUI2.TextColor3 = Color3.new(0, 0, 0)
  988. RoghoulGUI2.TextScaled = true
  989. RoghoulGUI2.TextSize = 14
  990. RoghoulGUI2.TextWrapped = true
  991. RoghoulGUI2.MouseButton1Down:connect(function()
  992. loadstring(game:HttpGet("https://pastebin.com/Xs709Hrf", true))()
  993. end)
  994.  
  995. SlayingSimulator_2.Name = "Slaying Simulator"
  996. SlayingSimulator_2.Parent = MainFrame
  997. SlayingSimulator_2.BackgroundColor3 = Color3.new(1, 1, 1)
  998. SlayingSimulator_2.BackgroundTransparency = 1
  999. SlayingSimulator_2.Position = UDim2.new(0, 0, 0.133738607, 0)
  1000. SlayingSimulator_2.Size = UDim2.new(0, 283, 0, 285)
  1001. SlayingSimulator_2.Visible = false
  1002.  
  1003. SlaySimGUI.Name = "SlaySimGUI"
  1004. SlaySimGUI.Parent = SlayingSimulator_2
  1005. SlaySimGUI.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  1006. SlaySimGUI.BorderColor3 = Color3.new(0, 0, 0)
  1007. SlaySimGUI.BorderSizePixel = 2
  1008. SlaySimGUI.Position = UDim2.new(0.0530035347, 0, 0.0631578937, 0)
  1009. SlaySimGUI.Size = UDim2.new(0, 73, 0, 32)
  1010. SlaySimGUI.Font = Enum.Font.GothamBold
  1011. SlaySimGUI.Text = "Slaying sim GUI"
  1012. SlaySimGUI.TextColor3 = Color3.new(0, 0, 0)
  1013. SlaySimGUI.TextScaled = true
  1014. SlaySimGUI.TextSize = 14
  1015. SlaySimGUI.TextWrapped = true
  1016. SlaySimGUI.MouseButton1Down:connect(function()
  1017. loadstring(game:HttpGet(('https://pastebin.com/raw/v6CARR1M'),true))()
  1018. end)
  1019.  
  1020. SlaySimFarm.Name = "SlaySimFarm"
  1021. SlaySimFarm.Parent = SlayingSimulator_2
  1022. SlaySimFarm.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  1023. SlaySimFarm.BorderColor3 = Color3.new(0, 0, 0)
  1024. SlaySimFarm.BorderSizePixel = 2
  1025. SlaySimFarm.Position = UDim2.new(0.452296853, 0, 0.0631578937, 0)
  1026. SlaySimFarm.Size = UDim2.new(0, 73, 0, 32)
  1027. SlaySimFarm.Font = Enum.Font.GothamBold
  1028. SlaySimFarm.Text = "Slaying sim Farm"
  1029. SlaySimFarm.TextColor3 = Color3.new(0, 0, 0)
  1030. SlaySimFarm.TextScaled = true
  1031. SlaySimFarm.TextSize = 14
  1032. SlaySimFarm.TextWrapped = true
  1033. SlaySimFarm.MouseButton1Down:connect(function()
  1034. -- initial variables
  1035. hum = game.Players.LocalPlayer.Character.HumanoidRootPart
  1036. thePlayer = game.Players.LocalPlayer.Character
  1037. end)
  1038.  
  1039. SlaySimIdk.Name = "SlaySimIdk"
  1040. SlaySimIdk.Parent = SlayingSimulator_2
  1041. SlaySimIdk.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  1042. SlaySimIdk.BorderColor3 = Color3.new(0, 0, 0)
  1043. SlaySimIdk.BorderSizePixel = 2
  1044. SlaySimIdk.Position = UDim2.new(0.0530035347, 0, 0.263157904, 0)
  1045. SlaySimIdk.Size = UDim2.new(0, 73, 0, 32)
  1046. SlaySimIdk.Font = Enum.Font.GothamBold
  1047. SlaySimIdk.Text = "idk what this does"
  1048. SlaySimIdk.TextColor3 = Color3.new(0, 0, 0)
  1049. SlaySimIdk.TextScaled = true
  1050. SlaySimIdk.TextSize = 14
  1051. SlaySimIdk.TextWrapped = true
  1052.  
  1053. SlayingSimGUI2.Name = "SlayingSimGUI2"
  1054. SlayingSimGUI2.Parent = SlayingSimulator_2
  1055. SlayingSimGUI2.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  1056. SlayingSimGUI2.BorderColor3 = Color3.new(0, 0, 0)
  1057. SlayingSimGUI2.BorderSizePixel = 2
  1058. SlayingSimGUI2.Position = UDim2.new(0.452296793, 0, 0.291228086, 0)
  1059. SlayingSimGUI2.Size = UDim2.new(0, 73, 0, 32)
  1060. SlayingSimGUI2.Font = Enum.Font.GothamBold
  1061. SlayingSimGUI2.Text = "Another gui"
  1062. SlayingSimGUI2.TextColor3 = Color3.new(0, 0, 0)
  1063. SlayingSimGUI2.TextScaled = true
  1064. SlayingSimGUI2.TextSize = 14
  1065. SlayingSimGUI2.TextWrapped = true
  1066. SlayingSimGUI2.MouseButton1Down:connect(function()
  1067. loadstring(game:HttpGet(('https://pastebin.com/SdxjNTSq'),true))()
  1068. end)
  1069.  
  1070. MainClose.Name = "MainClose"
  1071. MainClose.Parent = MainFrame
  1072. MainClose.BackgroundColor3 = Color3.new(1, 1, 1)
  1073. MainClose.BackgroundTransparency = 1
  1074. MainClose.Size = UDim2.new(0, 15, 0, 12)
  1075. MainClose.Font = Enum.Font.GothamBold
  1076. MainClose.Text = "X"
  1077. MainClose.TextColor3 = Color3.new(0, 0, 0)
  1078. MainClose.TextScaled = true
  1079. MainClose.TextSize = 14
  1080. MainClose.TextWrapped = true
  1081. MainClose.MouseButton1Down:connect(function()
  1082. MainFrame.Visible = false
  1083. end)
  1084.  
  1085. MainTitle.Name = "MainTitle"
  1086. MainTitle.Parent = MainFrame
  1087. MainTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  1088. MainTitle.BackgroundTransparency = 1
  1089. MainTitle.Position = UDim2.new(0.0352112912, 0, 0, 0)
  1090. MainTitle.Size = UDim2.new(0, 378, 0, 18)
  1091. MainTitle.Font = Enum.Font.GothamBold
  1092. MainTitle.Text = "Project Demo"
  1093. MainTitle.TextColor3 = Color3.new(0, 0, 0)
  1094. MainTitle.TextScaled = true
  1095. MainTitle.TextSize = 14
  1096. MainTitle.TextWrapped = true
  1097.  
  1098. Credits2.Name = "Credits#2"
  1099. Credits2.Parent = MainFrame
  1100. Credits2.BackgroundColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  1101. Credits2.BorderColor3 = Color3.new(0, 0, 0)
  1102. Credits2.BorderSizePixel = 2
  1103. Credits2.Position = UDim2.new(0.753055811, 0, -0.12247587, 0)
  1104. Credits2.Size = UDim2.new(0, 270, 0, 25)
  1105. Credits2.Font = Enum.Font.GothamBold
  1106. Credits2.Text = "Scripts/GUI's i used are not mine. Credits go to their respected owners"
  1107. Credits2.TextColor3 = Color3.new(0, 0, 0)
  1108. Credits2.TextScaled = true
  1109. Credits2.TextSize = 14
  1110. Credits2.TextWrapped = true
  1111.  
  1112. MadeBy.Name = "MadeBy"
  1113. MadeBy.Parent = MainExdent
  1114. MadeBy.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  1115. MadeBy.BorderColor3 = Color3.new(0, 0, 0)
  1116. MadeBy.BorderSizePixel = 2
  1117. MadeBy.Position = UDim2.new(-0.00126529054, 0, 0.0576666631, 0)
  1118. MadeBy.Size = UDim2.new(0, 143, 0, 31)
  1119. MadeBy.Font = Enum.Font.GothamBold
  1120. MadeBy.Text = "Made by GrayDev#5904"
  1121. MadeBy.TextColor3 = Color3.new(0, 0, 0)
  1122. MadeBy.TextScaled = true
  1123. MadeBy.TextSize = 14
  1124. MadeBy.TextWrapped = true
  1125.  
  1126. SuperPowerSim.Name = "SuperPowerSim"
  1127. SuperPowerSim.Parent = MainFrame
  1128. SuperPowerSim.BackgroundColor3 = Color3.new(1, 1, 1)
  1129. SuperPowerSim.BackgroundTransparency = 1
  1130. SuperPowerSim.Position = UDim2.new(0, 0, 0.133738667, 0)
  1131. SuperPowerSim.Size = UDim2.new(0, 245, 0, 285)
  1132. SuperPowerSim.Visible = false
  1133.  
  1134. SuperSimGUI.Name = "SuperSimGUI"
  1135. SuperSimGUI.Parent = SuperPowerSim
  1136. SuperSimGUI.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  1137. SuperSimGUI.BorderColor3 = Color3.new(0, 0, 0)
  1138. SuperSimGUI.BorderSizePixel = 2
  1139. SuperSimGUI.Position = UDim2.new(0.0530035347, 0, 0.0631578937, 0)
  1140. SuperSimGUI.Size = UDim2.new(0, 73, 0, 32)
  1141. SuperSimGUI.Font = Enum.Font.GothamBold
  1142. SuperSimGUI.Text = "SuperSim GUI"
  1143. SuperSimGUI.TextColor3 = Color3.new(0, 0, 0)
  1144. SuperSimGUI.TextScaled = true
  1145. SuperSimGUI.TextSize = 14
  1146. SuperSimGUI.TextWrapped = true
  1147. SuperSimGUI.MouseButton1Down:connect(function()
  1148. loadstring(game:HttpGet("https://pastebin.com/raw/7Skp2N4q", true))()
  1149. end)
  1150.  
  1151. SuperSimOPGui.Name = "SuperSimOPGui"
  1152. SuperSimOPGui.Parent = SuperPowerSim
  1153. SuperSimOPGui.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  1154. SuperSimOPGui.BorderColor3 = Color3.new(0, 0, 0)
  1155. SuperSimOPGui.BorderSizePixel = 2
  1156. SuperSimOPGui.Position = UDim2.new(0.0530035347, 0, 0.263157904, 0)
  1157. SuperSimOPGui.Size = UDim2.new(0, 73, 0, 32)
  1158. SuperSimOPGui.Font = Enum.Font.GothamBold
  1159. SuperSimOPGui.Text = "OP gui i guess???"
  1160. SuperSimOPGui.TextColor3 = Color3.new(0, 0, 0)
  1161. SuperSimOPGui.TextScaled = true
  1162. SuperSimOPGui.TextSize = 14
  1163. SuperSimOPGui.TextWrapped = true
  1164. SuperSimOPGui.MouseButton1Down:connect(function()
  1165. loadstring(game:HttpGet("https://pastebin.com/raw/mxVSVCLE", true))()
  1166. end)
  1167.  
  1168. SuperSimNothing.Name = "SuperSimNothing"
  1169. SuperSimNothing.Parent = SuperPowerSim
  1170. SuperSimNothing.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  1171. SuperSimNothing.BorderColor3 = Color3.new(0, 0, 0)
  1172. SuperSimNothing.BorderSizePixel = 2
  1173. SuperSimNothing.Position = UDim2.new(0.452296793, 0, 0.291228086, 0)
  1174. SuperSimNothing.Size = UDim2.new(0, 73, 0, 32)
  1175. SuperSimNothing.Font = Enum.Font.GothamBold
  1176. SuperSimNothing.Text = "basicly nothing"
  1177. SuperSimNothing.TextColor3 = Color3.new(0, 0, 0)
  1178. SuperSimNothing.TextScaled = true
  1179. SuperSimNothing.TextSize = 14
  1180. SuperSimNothing.TextWrapped = true
  1181.  
  1182. SuperSimFarm.Name = "SuperSimFarm"
  1183. SuperSimFarm.Parent = SuperPowerSim
  1184. SuperSimFarm.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  1185. SuperSimFarm.BorderColor3 = Color3.new(0, 0, 0)
  1186. SuperSimFarm.BorderSizePixel = 2
  1187. SuperSimFarm.Position = UDim2.new(0.452296853, 0, 0.0631578937, 0)
  1188. SuperSimFarm.Size = UDim2.new(0, 73, 0, 32)
  1189. SuperSimFarm.Font = Enum.Font.GothamBold
  1190. SuperSimFarm.Text = "SuperSim Farm"
  1191. SuperSimFarm.TextColor3 = Color3.new(0, 0, 0)
  1192. SuperSimFarm.TextScaled = true
  1193. SuperSimFarm.TextSize = 14
  1194. SuperSimFarm.TextWrapped = true
  1195.  
  1196. DashSim.Name = "DashSim"
  1197. DashSim.Parent = MainFrame
  1198. DashSim.BackgroundColor3 = Color3.new(1, 1, 1)
  1199. DashSim.BackgroundTransparency = 1
  1200. DashSim.Position = UDim2.new(0, 0, 0.133738667, 0)
  1201. DashSim.Size = UDim2.new(0, 245, 0, 285)
  1202. DashSim.Visible = false
  1203.  
  1204. DashSimGUI.Name = "DashSimGUI"
  1205. DashSimGUI.Parent = DashSim
  1206. DashSimGUI.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  1207. DashSimGUI.BorderColor3 = Color3.new(0, 0, 0)
  1208. DashSimGUI.BorderSizePixel = 2
  1209. DashSimGUI.Position = UDim2.new(0.0530035347, 0, 0.0631578937, 0)
  1210. DashSimGUI.Size = UDim2.new(0, 73, 0, 32)
  1211. DashSimGUI.Font = Enum.Font.GothamBold
  1212. DashSimGUI.Text = "DashSim TP Gui"
  1213. DashSimGUI.TextColor3 = Color3.new(0, 0, 0)
  1214. DashSimGUI.TextScaled = true
  1215. DashSimGUI.TextSize = 14
  1216. DashSimGUI.TextWrapped = true
  1217. DashSimGUI.MouseButton1Down:connect(function()
  1218. loadstring(game:HttpGet("https://pastebin.com/raw/AvDbYhYk", true))()
  1219. end)
  1220.  
  1221. DashSimOPGui.Name = "DashSimOPGui??"
  1222. DashSimOPGui.Parent = DashSim
  1223. DashSimOPGui.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  1224. DashSimOPGui.BorderColor3 = Color3.new(0, 0, 0)
  1225. DashSimOPGui.BorderSizePixel = 2
  1226. DashSimOPGui.Position = UDim2.new(0.0530035347, 0, 0.263157904, 0)
  1227. DashSimOPGui.Size = UDim2.new(0, 73, 0, 32)
  1228. DashSimOPGui.Font = Enum.Font.GothamBold
  1229. DashSimOPGui.Text = "OP gui i guess??? idfk"
  1230. DashSimOPGui.TextColor3 = Color3.new(0, 0, 0)
  1231. DashSimOPGui.TextScaled = true
  1232. DashSimOPGui.TextSize = 14
  1233. DashSimOPGui.TextWrapped = true
  1234.  
  1235. DashSimTest.Name = "DashSimTest"
  1236. DashSimTest.Parent = DashSim
  1237. DashSimTest.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  1238. DashSimTest.BorderColor3 = Color3.new(0, 0, 0)
  1239. DashSimTest.BorderSizePixel = 2
  1240. DashSimTest.Position = UDim2.new(0.452296793, 0, 0.291228086, 0)
  1241. DashSimTest.Size = UDim2.new(0, 73, 0, 32)
  1242. DashSimTest.Font = Enum.Font.GothamBold
  1243. DashSimTest.Text = "still testing this (script not in here)"
  1244. DashSimTest.TextColor3 = Color3.new(0, 0, 0)
  1245. DashSimTest.TextScaled = true
  1246. DashSimTest.TextSize = 14
  1247. DashSimTest.TextWrapped = true
  1248.  
  1249. DashSimRandom.Name = "DashSimRandom"
  1250. DashSimRandom.Parent = DashSim
  1251. DashSimRandom.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  1252. DashSimRandom.BorderColor3 = Color3.new(0, 0, 0)
  1253. DashSimRandom.BorderSizePixel = 2
  1254. DashSimRandom.Position = UDim2.new(0.452296853, 0, 0.0631578937, 0)
  1255. DashSimRandom.Size = UDim2.new(0, 73, 0, 32)
  1256. DashSimRandom.Font = Enum.Font.GothamBold
  1257. DashSimRandom.Text = "DashSim Random"
  1258. DashSimRandom.TextColor3 = Color3.new(0, 0, 0)
  1259. DashSimRandom.TextScaled = true
  1260. DashSimRandom.TextSize = 14
  1261. DashSimRandom.TextWrapped = true
  1262.  
  1263.  
  1264.  
  1265. InjectFrame.Name = "InjectFrame"
  1266. InjectFrame.Parent = ProjectDemo
  1267. InjectFrame.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  1268. InjectFrame.BorderColor3 = Color3.new(0, 0, 0)
  1269. InjectFrame.BorderSizePixel = 2
  1270. InjectFrame.Position = UDim2.new(0.277502477, 0, 0.329979897, 0)
  1271. InjectFrame.Size = UDim2.new(0, 270, 0, 293)
  1272. InjectFrame.Visible = true
  1273. InjectFrame.Draggable = true
  1274.  
  1275. IBar1.Name = "IBar1"
  1276. IBar1.Parent = InjectFrame
  1277. IBar1.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  1278. IBar1.BorderSizePixel = 0
  1279. IBar1.Size = UDim2.new(0, 270, 0, 11)
  1280.  
  1281. IBar2.Name = "IBar2"
  1282. IBar2.Parent = InjectFrame
  1283. IBar2.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  1284. IBar2.BorderSizePixel = 0
  1285. IBar2.Position = UDim2.new(0, 0, 0.0375426635, 0)
  1286. IBar2.Size = UDim2.new(0, 270, 0, 6)
  1287.  
  1288. RandomText.Name = "RandomText"
  1289. RandomText.Parent = InjectFrame
  1290. RandomText.BackgroundColor3 = Color3.new(1, 1, 1)
  1291. RandomText.BackgroundTransparency = 1
  1292. RandomText.Position = UDim2.new(0, 0, 0.474402726, 0)
  1293. RandomText.Size = UDim2.new(0, 270, 0, 22)
  1294. RandomText.Font = Enum.Font.GothamBold
  1295. RandomText.Text = "Loading the mr."
  1296. RandomText.TextColor3 = Color3.new(0, 0, 0)
  1297. RandomText.TextScaled = true
  1298. RandomText.TextSize = 14
  1299. RandomText.TextWrapped = true
  1300. wait(5.1)
  1301. RandomText.Text = "Loading the GUI"
  1302. wait(5.1)
  1303. RandomText.Text = "This a gucci GUI thats being loaded"
  1304. wait(5.1)
  1305. RandomText.Text = "Too lazy to add more text"
  1306.  
  1307. LoadThing.Name = "LoadThing"
  1308. LoadThing.Parent = InjectFrame
  1309. LoadThing.BackgroundColor3 = Color3.new(0.239216, 0.239216, 0.239216)
  1310. LoadThing.BorderSizePixel = 0
  1311. LoadThing.Position = UDim2.new(0.100000001, 0, 0.634812295, 0)
  1312. LoadThing.Size = UDim2.new(0, 215, 0, 2)
  1313.  
  1314. LoadThing3.Name = "LoadThing3"
  1315. LoadThing3.Parent = InjectFrame
  1316. LoadThing3.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  1317. LoadThing3.BorderSizePixel = 0
  1318. LoadThing3.Position = UDim2.new(0.100000001, 0, 0.576791823, 0)
  1319. LoadThing3.Size = UDim2.new(0, 6, 0, 19)
  1320.  
  1321. LoadThing2.Name = "LoadThing2"
  1322. LoadThing2.Parent = InjectFrame
  1323. LoadThing2.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  1324. LoadThing2.BorderSizePixel = 0
  1325. LoadThing2.Position = UDim2.new(0.100000001, 0, 0.569965899, 0)
  1326. LoadThing2.Size = UDim2.new(0, 215, 0, 2)
  1327.  
  1328. LoadEnd.Name = "LoadEnd"
  1329. LoadEnd.Parent = InjectFrame
  1330. LoadEnd.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  1331. LoadEnd.BorderSizePixel = 0
  1332. LoadEnd.Position = UDim2.new(0.885185122, 0, 0.569965899, 0)
  1333. LoadEnd.Size = UDim2.new(0, 3, 0, 21)
  1334.  
  1335. InjectTitle.Name = "InjectTitle"
  1336. InjectTitle.Parent = InjectFrame
  1337. InjectTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  1338. InjectTitle.BackgroundTransparency = 1
  1339. InjectTitle.Position = UDim2.new(0, 0, 0.0580204763, 0)
  1340. InjectTitle.Size = UDim2.new(0, 277, 0, 21)
  1341. InjectTitle.Font = Enum.Font.GothamBold
  1342. InjectTitle.Text = "MrDemo Loading."
  1343. InjectTitle.TextColor3 = Color3.new(0, 0, 0)
  1344. InjectTitle.TextScaled = true
  1345. InjectTitle.TextSize = 14
  1346. InjectTitle.TextWrapped = true
  1347.  
  1348. MyServer.Name = "MyServer"
  1349. MyServer.Parent = InjectFrame
  1350. MyServer.BackgroundColor3 = Color3.new(1, 1, 1)
  1351. MyServer.BackgroundTransparency = 1
  1352. MyServer.Position = UDim2.new(-0.00370370364, 0, 0.201365188, 0)
  1353. MyServer.Size = UDim2.new(0, 270, 0, 44)
  1354. MyServer.Font = Enum.Font.GothamBold
  1355. MyServer.Text = "Discord.gg/rWUnepv"
  1356. MyServer.TextColor3 = Color3.new(0, 0, 0)
  1357. MyServer.TextScaled = true
  1358. MyServer.TextSize = 14
  1359. MyServer.TextWrapped = true
  1360.  
  1361. Load2.Name = "Load2"
  1362. Load2.Parent = InjectFrame
  1363. Load2.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1364. Load2.BorderSizePixel = 0
  1365. Load2.Position = UDim2.new(0.122222222, 0, 0.576791823, 0)
  1366. Load2.Size = UDim2.new(0, 55, 0, 17)
  1367. Load2.Visible = false
  1368.  
  1369. Load3.Name = "Load3"
  1370. Load3.Parent = InjectFrame
  1371. Load3.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1372. Load3.BorderSizePixel = 0
  1373. Load3.Position = UDim2.new(0.122, 0,0.577, 0)
  1374. Load3.Size = UDim2.new(0, 149, 0, 17)
  1375. Load3.Visible = false
  1376.  
  1377. Load4.Name = "Load4"
  1378. Load4.Parent = InjectFrame
  1379. Load4.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1380. Load4.BorderSizePixel = 0
  1381. Load4.Position = UDim2.new(0.122, 0,0.577, 0)
  1382. Load4.Size = UDim2.new(0, 206,0, 17)
  1383. Load4.Visible = false
  1384.  
  1385. Load1.Name = "Load1"
  1386. Load1.Parent = InjectFrame
  1387. Load1.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1388. Load1.BorderSizePixel = 0
  1389. Load1.Position = UDim2.new(0.122222222, 0, 0.576791823, 0)
  1390. Load1.Size = UDim2.new(0, 10, 0, 17)
  1391. Load1.Visible = false
  1392. wait(3.9)
  1393. Load1.Visible = true
  1394. wait(2.2)
  1395. Load2.Visible = true
  1396. Load1.Visible = false
  1397. wait(5.2)
  1398. Load3.Visible = true
  1399. Load2.Visible = false
  1400. wait(2.1)
  1401. Load4.Visible = true
  1402. Load3.Visible = false
  1403. wait(0.5)
  1404. InjectTitle.Text = "MrDemo has loaded. Main frame will opend shortly."
  1405. wait(5.1)
  1406. InjectFrame.Visible = false
  1407. MainFrameRemade.Visible = true
  1408.  
  1409. LoginLoaded.Name = "LoginLoaded"
  1410. LoginLoaded.Parent = InjectFrame
  1411. LoginLoaded.BackgroundColor3 = Color3.new(1, 1, 1)
  1412. LoginLoaded.BackgroundTransparency = 1
  1413. LoginLoaded.Position = UDim2.new(-0.00370370364, 0, 0.91126281, 0)
  1414. LoginLoaded.Size = UDim2.new(0, 270, 0, 17)
  1415. LoginLoaded.Font = Enum.Font.GothamBold
  1416. LoginLoaded.Text = "Login when fully loaded"
  1417. LoginLoaded.TextColor3 = Color3.new(0, 0, 0)
  1418. LoginLoaded.TextScaled = true
  1419. LoginLoaded.TextSize = 14
  1420. LoginLoaded.TextWrapped = true
  1421. LoginLoaded.Visible = true
  1422. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement