Guest User

Untitled

a guest
Jun 18th, 2019
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 75.82 KB | None | 0 0
  1. OPSC = Instance.new("ScreenGui")
  2. MainFrame = Instance.new("Frame")
  3. TopFrame = Instance.new("Frame")
  4. CloseGUI = Instance.new("TextButton")
  5. MenuEnterFrame = Instance.new("Frame")
  6. Title = Instance.new("TextLabel")
  7. OpenMenu = Instance.new("ImageButton")
  8. Pages = Instance.new("Frame")
  9. Information = Instance.new("Frame")
  10. Image_Dis = Instance.new("ImageLabel")
  11. Text_Dis = Instance.new("TextLabel")
  12. WhatIsOPSC = Instance.new("TextLabel")
  13. OPSC_Description = Instance.new("TextLabel")
  14. OPSC_Warning = Instance.new("TextLabel")
  15. Info_Bar = Instance.new("Frame")
  16. Info_Background = Instance.new("Frame")
  17. Warning_Bar = Instance.new("Frame")
  18. Warning_Background = Instance.new("Frame")
  19. Info_Image = Instance.new("ImageLabel")
  20. Warn_Image = Instance.new("ImageLabel")
  21. Games = Instance.new("Frame")
  22. Games2 = Instance.new("Frame")
  23. Games3 = Instance.new("Frame")
  24. GamesTitle = Instance.new("TextLabel")
  25. GamesText = Instance.new("TextLabel")
  26. hello = Instance.new("Frame")
  27. hellotitle = Instance.new("TextLabel")
  28. shinobilife = Instance.new("TextButton")
  29. lol = Instance.new("TextButton")
  30. rocit = Instance.new("TextButton")
  31. opga = Instance.new("TextButton")
  32. opmu = Instance.new("TextButton")
  33. there = Instance.new("Frame")
  34. theretitle = Instance.new("TextLabel")
  35. plates = Instance.new("TextButton")
  36. nfb = Instance.new("TextButton")
  37. ct2 = Instance.new("TextButton")
  38. aar = Instance.new("TextButton")
  39. dbo = Instance.new("TextButton")
  40. name = Instance.new("Frame")
  41. nametitle = Instance.new("TextLabel")
  42. plaza = Instance.new("TextButton")
  43. sb2 = Instance.new("TextButton")
  44. dbs2 = Instance.new("TextButton")
  45. sdql = Instance.new("TextButton")
  46. bloxh = Instance.new("TextButton")
  47. Games_Image = Instance.new("ImageLabel")
  48. BackGroundChar = Instance.new("Frame")
  49. Games = Instance.new("Frame")
  50. GamesText = Instance.new("TextLabel")
  51. MenuFrame = Instance.new("Frame")
  52. Welcome = Instance.new("TextLabel")
  53. NameOfPlayer = Instance.new("TextLabel")
  54. T_Information = Instance.new("TextButton")
  55. T_InfoImage = Instance.new("ImageLabel")
  56. T_CharImage = Instance.new("ImageLabel")
  57. T_Games = Instance.new("TextButton")
  58. T_GameImage = Instance.new("ImageLabel")
  59. DeleteGUI = Instance.new("TextButton")
  60. DELETEIMAGE = Instance.new("ImageLabel")
  61. Darkness = Instance.new("TextButton")
  62. Games_toPAGE2 = Instance.new("TextButton")
  63. Games_toPAGE2_IMAGE = Instance.new("ImageLabel")
  64. Games_backPAGE2_IMAGE = Instance.new("ImageLabel")
  65. Games_backPAGE1 = Instance.new("TextButton")
  66. Games_toPAGE1_IMAGE = Instance.new("ImageLabel")
  67. Games2Title = Instance.new("TextLabel")
  68. Games2Text = Instance.new("TextLabel")
  69. hello2 = Instance.new("Frame")
  70. hello2title = Instance.new("TextLabel")
  71. there2 = Instance.new("Frame")
  72. there2title = Instance.new("TextLabel")
  73. name2 = Instance.new("Frame")
  74. name2title = Instance.new("TextLabel")
  75. gs2 = Instance.new("TextButton")
  76. jaws = Instance.new("TextButton")
  77. gnbdc = Instance.new("TextButton")
  78. hxhid = Instance.new("TextButton")
  79. jbao = Instance.new("TextButton")
  80. zt2 = Instance.new("TextButton")
  81. ax2 = Instance.new("TextButton")
  82. fdbfp = Instance.new("TextButton")
  83. gs1 = Instance.new("TextButton")
  84. rbs = Instance.new("TextButton")
  85. sais = Instance.new("TextButton")
  86. rs2 = Instance.new("TextButton")
  87. ss2 = Instance.new("TextButton")
  88. pwni = Instance.new("TextButton")
  89. opu2 = Instance.new("TextButton")
  90. T_Executor = Instance.new("TextButton")
  91. T_ExecutorImage = Instance.new("ImageLabel")
  92. executor = Instance.new("Frame")
  93. executorTitle = Instance.new("TextLabel")
  94. executebutton = Instance.new("TextButton")
  95. executebox = Instance.new("TextBox")
  96. clearbutton = Instance.new("TextButton")
  97. Games_toPAGE3 = Instance.new("TextButton")
  98. Games_toPAGE3_IMAGE = Instance.new("ImageLabel")
  99. Games_backPAGE2 = Instance.new("TextButton")
  100. Games3Title = Instance.new("TextLabel")
  101. Games3Text = Instance.new("TextLabel")
  102. hello3 = Instance.new("Frame")
  103. hello3title = Instance.new("TextLabel")
  104. there3 = Instance.new("Frame")
  105. there3title = Instance.new("TextLabel")
  106. name3 = Instance.new("Frame")
  107. name3title = Instance.new("TextLabel")
  108. ahs = Instance.new("TextButton")
  109. faml = Instance.new("TextButton")
  110. casei = Instance.new("TextButton")
  111. comt = Instance.new("TextButton")
  112. lol5 = Instance.new("TextButton")
  113. lol6 = Instance.new("TextButton")
  114. lol7 = Instance.new("TextButton")
  115. lol8 = Instance.new("TextButton")
  116. lol9 = Instance.new("TextButton")
  117. lol10 = Instance.new("TextButton")
  118. lol11 = Instance.new("TextButton")
  119. lol12 = Instance.new("TextButton")
  120. lol13 = Instance.new("TextButton")
  121. lol14 = Instance.new("TextButton")
  122. lol15 = Instance.new("TextButton")
  123.  
  124. -- Properties
  125.  
  126. OPSC.Name = "OPSC"
  127. OPSC.Parent = game.CoreGui
  128.  
  129. MainFrame.Name = "MainFrame"
  130. MainFrame.Parent = OPSC
  131. MainFrame.Active = true
  132. MainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  133. MainFrame.BackgroundTransparency = 1
  134. MainFrame.BorderSizePixel = 0
  135. MainFrame.ClipsDescendants = true
  136. MainFrame.Draggable = true
  137. MainFrame.Position = UDim2.new(0, 402, 0, 162)
  138. MainFrame.Size = UDim2.new(0, 442, 0, 293)
  139.  
  140. TopFrame.Name = "TopFrame"
  141. TopFrame.Parent = MainFrame
  142. TopFrame.BackgroundColor3 = Color3.new(0.05, 0.05, 0.05)
  143. TopFrame.BorderColor3 = Color3.new(0.145098, 0.184314, 0.223529)
  144. TopFrame.BorderSizePixel = 0
  145. TopFrame.Size = UDim2.new(1, 0, 0.0741975307, 0)
  146. TopFrame.ZIndex = 7
  147.  
  148. CloseGUI.Parent = TopFrame
  149. CloseGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  150. CloseGUI.BackgroundTransparency = 1
  151. CloseGUI.Position = UDim2.new(0.951219499, 0, 0, 0)
  152. CloseGUI.Size = UDim2.new(0.048780486, 0, 1.00166667, 0)
  153. CloseGUI.Font = Enum.Font.Cartoon
  154. CloseGUI.FontSize = Enum.FontSize.Size28
  155. CloseGUI.Text = "X"
  156. CloseGUI.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  157. CloseGUI.TextSize = 25
  158. CloseGUI.ZIndex = 8
  159.  
  160. MenuEnterFrame.Name = "MenuEnterFrame"
  161. MenuEnterFrame.Parent = MainFrame
  162. MenuEnterFrame.BackgroundColor3 = Color3.new(0.1, 0.1, 0.1)
  163. MenuEnterFrame.BorderColor3 = Color3.new(0.145098, 0.184314, 0.223529)
  164. MenuEnterFrame.BorderSizePixel = 0
  165. MenuEnterFrame.Position = UDim2.new(0, 0, 0.0741975307, 0)
  166. MenuEnterFrame.Size = UDim2.new(1, 0, 0.148395061, 0)
  167. MenuEnterFrame.ZIndex = 5
  168.  
  169. Title.Name = "Title"
  170. Title.Parent = MenuEnterFrame
  171. Title.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  172. Title.BackgroundTransparency = 1
  173. Title.Position = UDim2.new(0.341463417, 0, 0, 0)
  174. Title.Size = UDim2.new(0.292682916, 0, 1.00166667, 0)
  175. Title.Font = Enum.Font.SourceSansLight
  176. Title.FontSize = Enum.FontSize.Size32
  177. Title.Text = "(Beta) OPStatchange"
  178. Title.TextColor3 = Color3.new(0.933333, 0.933333, 0.933333)
  179. Title.TextSize = 30
  180. Title.ZIndex = 6
  181.  
  182. OpenMenu.Name = "OpenMenu"
  183. OpenMenu.Parent = MenuEnterFrame
  184. OpenMenu.BackgroundColor3 = Color3.new(1, 1, 1)
  185. OpenMenu.BackgroundTransparency = 1
  186. OpenMenu.Size = UDim2.new(0.0909999982, 0, 1.01999998, 0)
  187. OpenMenu.Image = "http://www.roblox.com/asset/?id=1280184088"
  188. OpenMenu.ZIndex = 6
  189.  
  190. Pages.Name = "Pages"
  191. Pages.Parent = MainFrame
  192. Pages.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  193. Pages.BorderSizePixel = 0
  194. Pages.Position = UDim2.new(0, 0, 0.222592592, 0)
  195. Pages.Size = UDim2.new(1, 0, 0.779074073, 0)
  196.  
  197. Information.Name = "Information"
  198. Information.Parent = Pages
  199. Information.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  200. Information.BorderSizePixel = 0
  201. Information.Size = UDim2.new(1, 0, 1, 0)
  202.  
  203. Image_Dis.Name = "Image_Dis"
  204. Image_Dis.Parent = Information
  205. Image_Dis.BackgroundColor3 = Color3.new(1, 1, 1)
  206. Image_Dis.BackgroundTransparency = 1
  207. Image_Dis.Position = UDim2.new(0.0227242485, 0, 0.0454809628, 0)
  208. Image_Dis.Size = UDim2.new(0.136345491, 0, 0.263394117, 0)
  209. Image_Dis.Visible = true
  210. Image_Dis.Image = "http://www.roblox.com/asset/?id=1281289312"
  211.  
  212. Text_Dis.Name = "Text_Dis"
  213. Text_Dis.Parent = Information
  214. Text_Dis.BackgroundColor3 = Color3.new(1, 1, 1)
  215. Text_Dis.BackgroundTransparency = 1
  216. Text_Dis.Position = UDim2.new(0.158999994, 0, 0.0670000017, 0)
  217. Text_Dis.Size = UDim2.new(0.795348704, 0, 0.227404833, 0)
  218. Text_Dis.Visible = true
  219. Text_Dis.Font = Enum.Font.SourceSansItalic
  220. Text_Dis.FontSize = Enum.FontSize.Size24
  221. Text_Dis.Text = "Join for updates! https://discord.gg/VSETNW6"
  222. Text_Dis.TextSize = 19
  223.  
  224. WhatIsOPSC.Name = "WhatIsOPSC"
  225. WhatIsOPSC.Parent = Information
  226. WhatIsOPSC.BackgroundColor3 = Color3.new(1, 1, 1)
  227. WhatIsOPSC.BackgroundTransparency = 1
  228. WhatIsOPSC.Position = UDim2.new(0.249966726, 0, 0.227404833, 0)
  229. WhatIsOPSC.Size = UDim2.new(0.522657692, 0, 0.1364429, 0)
  230. WhatIsOPSC.Font = Enum.Font.SourceSansBold
  231. WhatIsOPSC.FontSize = Enum.FontSize.Size28
  232. WhatIsOPSC.Text = "What is this GUI?"
  233. WhatIsOPSC.TextSize = 25
  234.  
  235. OPSC_Description.Name = "OPSC_Description"
  236. OPSC_Description.Parent = Information
  237. OPSC_Description.BackgroundColor3 = Color3.new(1, 1, 1)
  238. OPSC_Description.BackgroundTransparency = 1
  239. OPSC_Description.Position = UDim2.new(0.204999998, 0, 0.388000011, 0)
  240. OPSC_Description.Size = UDim2.new(0.772624433, 0, 0.181923851, 0)
  241. OPSC_Description.ZIndex = 3
  242. OPSC_Description.Font = Enum.Font.SourceSans
  243. OPSC_Description.FontSize = Enum.FontSize.Size18
  244. OPSC_Description.Text = "This is an edit of OPFinality made to stat change games!"
  245. OPSC_Description.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  246. OPSC_Description.TextSize = 18
  247. OPSC_Description.TextWrapped = true
  248.  
  249. OPSC_Warning.Name = "OPSC_Warning"
  250. OPSC_Warning.Parent = Information
  251. OPSC_Warning.BackgroundColor3 = Color3.new(1, 1, 1)
  252. OPSC_Warning.BackgroundTransparency = 1
  253. OPSC_Warning.Position = UDim2.new(0.0227242485, 0, 0.636733532, 0)
  254. OPSC_Warning.Size = UDim2.new(0.659003198, 0, 0.272885799, 0)
  255. OPSC_Warning.ZIndex = 2
  256. OPSC_Warning.Font = Enum.Font.SourceSans
  257. OPSC_Warning.FontSize = Enum.FontSize.Size18
  258. OPSC_Warning.Text = "Thank you for using Killingman107's OPSC V1.1!"
  259. OPSC_Warning.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  260. OPSC_Warning.TextSize = 18
  261. OPSC_Warning.TextWrapped = true
  262.  
  263. Info_Bar.Name = "Info_Bar"
  264. Info_Bar.Parent = Information
  265. Info_Bar.BackgroundColor3 = Color3.new(0.160784, 0.501961, 0.72549)
  266. Info_Bar.BorderSizePixel = 0
  267. Info_Bar.Position = UDim2.new(0.159069732, 0, 0.363847703, 0)
  268. Info_Bar.Size = UDim2.new(0.0227242485, 0, 0.227404833, 0)
  269.  
  270. Info_Background.Name = "Info_Background"
  271. Info_Background.Parent = Information
  272. Info_Background.BackgroundColor3 = Color3.new(0.203922, 0.596078, 0.858824)
  273. Info_Background.BorderSizePixel = 0
  274. Info_Background.Position = UDim2.new(0.181793988, 0, 0.363847703, 0)
  275. Info_Background.Size = UDim2.new(0.819999993, 0, 0.226999998, 0)
  276. Info_Background.ZIndex = 2
  277.  
  278. Warning_Bar.Name = "Warning_Bar"
  279. Warning_Bar.Parent = Information
  280. Warning_Bar.BackgroundColor3 = Color3.new(0.101765, 0.999999, 0.105882)
  281. Warning_Bar.BorderSizePixel = 0
  282. Warning_Bar.Position = UDim2.new(0.70445168, 0, 0.636733532, 0)
  283. Warning_Bar.Size = UDim2.new(0.0227242485, 0, 0.272885799, 0)
  284.  
  285. Warning_Background.Name = "Warning_Background"
  286. Warning_Background.Parent = Information
  287. Warning_Background.BackgroundColor3 = Color3.new(0.411765, 0.952941, 0.205882)
  288. Warning_Background.BorderSizePixel = 0
  289. Warning_Background.Position = UDim2.new(0, 0, 0.636733532, 0)
  290. Warning_Background.Size = UDim2.new(0.70445168, 0, 0.272885799, 0)
  291.  
  292. Info_Image.Name = "Info_Image"
  293. Info_Image.Parent = Information
  294. Info_Image.BackgroundColor3 = Color3.new(1, 1, 1)
  295. Info_Image.BackgroundTransparency = 1
  296. Info_Image.Position = UDim2.new(0.0454484969, 0, 0.395091146, 0)
  297. Info_Image.Size = UDim2.new(0.0908969939, 0, 0.175596073, 0)
  298. Info_Image.Image = "http://www.roblox.com/asset/?id=1281284684"
  299.  
  300. Warn_Image.Name = "Warn_Image"
  301. Warn_Image.Parent = Information
  302. Warn_Image.BackgroundColor3 = Color3.new(1, 1, 1)
  303. Warn_Image.BackgroundTransparency = 1
  304. Warn_Image.Position = UDim2.new(0.763000011, 0, 0.677999973, 0)
  305. Warn_Image.Size = UDim2.new(0.0908969939, 0, 0.175596073, 0)
  306. Warn_Image.Image = "http://www.roblox.com/asset/?id=1281286925"
  307.  
  308. Games.Name = "Games"
  309. Games.Parent = Pages
  310. Games.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  311. Games.BorderSizePixel = 0
  312. Games.Position = UDim2.new(1, 0, 0, 0)
  313. Games.Size = UDim2.new(1, 0, 1, 0)
  314.  
  315. GamesTitle.Name = "Games"
  316. GamesTitle.Parent = Games
  317. GamesTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  318. GamesTitle.BackgroundTransparency = 1
  319. GamesTitle.Position = UDim2.new(0.226410091, 0, 0, 0)
  320. GamesTitle.Size = UDim2.new(0.522657692, 0, 0.1364429, 0)
  321. GamesTitle.Font = Enum.Font.SourceSansBold
  322. GamesTitle.FontSize = Enum.FontSize.Size28
  323. GamesTitle.Text = "Games"
  324. GamesTitle.TextSize = 25
  325.  
  326. GamesText.Name = "Games"
  327. GamesText.Parent = Games
  328. GamesText.BackgroundColor3 = Color3.new(1, 1, 1)
  329. GamesText.BackgroundTransparency = 1
  330. GamesText.Position = UDim2.new(0.158487067, 0, 0.109824568, 0)
  331. GamesText.Size = UDim2.new(0.679230273, 0, 0.0878596455, 0)
  332. GamesText.Font = Enum.Font.SourceSansItalic
  333. GamesText.FontSize = Enum.FontSize.Size24
  334. GamesText.Text = "Stat change many Roblox games!"
  335. GamesText.TextSize = 19
  336. GamesText.TextWrapped = true
  337.  
  338. hello.Name = "hello"
  339. hello.Parent = Games
  340. hello.BackgroundColor3 = Color3.new(0.827451, 0.329412, 0)
  341. hello.BorderSizePixel = 0
  342. hello.Position = UDim2.new(0.101884536, 0, 0.263578951, 0)
  343. hello.Size = UDim2.new(0.200000003, 0, 0.735000014, 0)
  344.  
  345. hellotitle.Name = "hellotitle"
  346. hellotitle.Parent = hello
  347. hellotitle.BackgroundColor3 = Color3.new(1, 1, 1)
  348. hellotitle.BackgroundTransparency = 1
  349. hellotitle.Position = UDim2.new(0, 0, 0.0298095234, 0)
  350. hellotitle.Size = UDim2.new(0.96661669, 0, 0.149047628, 0)
  351. hellotitle.Font = Enum.Font.SourceSansLight
  352. hellotitle.FontSize = Enum.FontSize.Size28
  353. hellotitle.Text = "Hello"
  354. hellotitle.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  355. hellotitle.TextSize = 25
  356.  
  357. shinobilife.Name = "shinobilife"
  358. shinobilife.Parent = hello
  359. shinobilife.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  360. shinobilife.BorderSizePixel = 0
  361. shinobilife.Position = UDim2.new(0, 0, 0.238476187, 0)
  362. shinobilife.Size = UDim2.new(1, 0, 0.119000003, 0)
  363. shinobilife.Font = Enum.Font.SourceSans
  364. shinobilife.FontSize = Enum.FontSize.Size14
  365. shinobilife.Text = "Shinobi Life Stats"
  366. shinobilife.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  367. shinobilife.TextScaled = true
  368. shinobilife.TextSize = 14
  369. shinobilife.TextWrapped = true
  370.  
  371. lol.Name = "lol"
  372. lol.Parent = hello
  373. lol.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  374. lol.BorderSizePixel = 0
  375. lol.Position = UDim2.new(0, 0, 0.3875238, 0)
  376. lol.Size = UDim2.new(1, 0, 0.119000003, 0)
  377. lol.Font = Enum.Font.SourceSans
  378. lol.FontSize = Enum.FontSize.Size14
  379. lol.Text = "Coming Soon (Was patched)"
  380. lol.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  381. lol.TextScaled = true
  382. lol.TextSize = 14
  383. lol.TextWrapped = true
  384.  
  385. rocit.Name = "rocit"
  386. rocit.Parent = hello
  387. rocit.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  388. rocit.BorderSizePixel = 0
  389. rocit.Position = UDim2.new(0, 0, 0.536571383, 0)
  390. rocit.Size = UDim2.new(1, 0, 0.119000003, 0)
  391. rocit.Font = Enum.Font.SourceSans
  392. rocit.FontSize = Enum.FontSize.Size14
  393. rocit.Text = "Rocitizens"
  394. rocit.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  395. rocit.TextScaled = true
  396. rocit.TextSize = 14
  397. rocit.TextWrapped = true
  398.  
  399. opga.Name = "opga"
  400. opga.Parent = hello
  401. opga.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  402. opga.BorderSizePixel = 0
  403. opga.Position = UDim2.new(0, 0, 0.685619056, 0)
  404. opga.Size = UDim2.new(1, 0, 0.119000003, 0)
  405. opga.Font = Enum.Font.SourceSans
  406. opga.FontSize = Enum.FontSize.Size14
  407. opga.Text = "One Piece Golden Age"
  408. opga.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  409. opga.TextScaled = true
  410. opga.TextSize = 14
  411. opga.TextWrapped = true
  412.  
  413. opmu.Name = "opmu"
  414. opmu.Parent = hello
  415. opmu.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  416. opmu.BorderSizePixel = 0
  417. opmu.Position = UDim2.new(0, 0, 0.834666669, 0)
  418. opmu.Size = UDim2.new(1, 0, 0.119000003, 0)
  419. opmu.Font = Enum.Font.SourceSans
  420. opmu.FontSize = Enum.FontSize.Size14
  421. opmu.Text = "One Punch Man Unleashed"
  422. opmu.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  423. opmu.TextScaled = true
  424. opmu.TextSize = 14
  425. opmu.TextWrapped = true
  426.  
  427. there.Name = "there"
  428. there.Parent = Games
  429. there.BackgroundColor3 = Color3.new(0.827451, 0.329412, 0)
  430. there.BorderSizePixel = 0
  431. there.Position = UDim2.new(0.407538146, 0, 0.263578951, 0)
  432. there.Size = UDim2.new(0.200000003, 0, 0.735000014, 0)
  433.  
  434. theretitle.Name = "theretitle"
  435. theretitle.Parent = there
  436. theretitle.BackgroundColor3 = Color3.new(1, 1, 1)
  437. theretitle.BackgroundTransparency = 1
  438. theretitle.Position = UDim2.new(0, 0, 0.0298095234, 0)
  439. theretitle.Size = UDim2.new(0.96661669, 0, 0.149047628, 0)
  440. theretitle.Font = Enum.Font.SourceSansLight
  441. theretitle.FontSize = Enum.FontSize.Size28
  442. theretitle.Text = "There"
  443. theretitle.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  444. theretitle.TextSize = 25
  445.  
  446. plates.Name = "plates"
  447. plates.Parent = there
  448. plates.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  449. plates.BorderSizePixel = 0
  450. plates.Position = UDim2.new(0, 0, 0.238476187, 0)
  451. plates.Size = UDim2.new(1, 0, 0.119000003, 0)
  452. plates.Font = Enum.Font.SourceSans
  453. plates.FontSize = Enum.FontSize.Size14
  454. plates.Text = "Plates of Fate: Mayhem"
  455. plates.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  456. plates.TextScaled = true
  457. plates.TextSize = 14
  458. plates.TextWrapped = true
  459.  
  460. nfb.Name = "nfb"
  461. nfb.Parent = there
  462. nfb.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  463. nfb.BorderSizePixel = 0
  464. nfb.Position = UDim2.new(0, 0, 0.3875238, 0)
  465. nfb.Size = UDim2.new(1, 0, 0.119000003, 0)
  466. nfb.Font = Enum.Font.SourceSans
  467. nfb.FontSize = Enum.FontSize.Size14
  468. nfb.Text = "Naruto Final Bond GUI"
  469. nfb.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  470. nfb.TextScaled = true
  471. nfb.TextSize = 14
  472. nfb.TextWrapped = true
  473.  
  474. dbo.Name = "dbo"
  475. dbo.Parent = there
  476. dbo.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  477. dbo.BorderSizePixel = 0
  478. dbo.Position = UDim2.new(0, 0, 0.834666669, 0)
  479. dbo.Size = UDim2.new(1, 0, 0.119000003, 0)
  480. dbo.Font = Enum.Font.SourceSans
  481. dbo.FontSize = Enum.FontSize.Size14
  482. dbo.Text = "Dragon Ball Online"
  483. dbo.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  484. dbo.TextScaled = true
  485. dbo.TextSize = 14
  486. dbo.TextWrapped = true
  487.  
  488. ct2.Name = "ct2"
  489. ct2.Parent = there
  490. ct2.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  491. ct2.BorderSizePixel = 0
  492. ct2.Position = UDim2.new(0, 0, 0.536571383, 0)
  493. ct2.Size = UDim2.new(1, 0, 0.119000003, 0)
  494. ct2.Font = Enum.Font.SourceSans
  495. ct2.FontSize = Enum.FontSize.Size14
  496. ct2.Text = "Clone Tycoon 2"
  497. ct2.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  498. ct2.TextScaled = true
  499. ct2.TextSize = 14
  500. ct2.TextWrapped = true
  501.  
  502. aar.Name = "aar"
  503. aar.Parent = there
  504. aar.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  505. aar.BorderSizePixel = 0
  506. aar.Position = UDim2.new(0, 0, 0.685619056, 0)
  507. aar.Size = UDim2.new(1, 0, 0.119000003, 0)
  508. aar.Font = Enum.Font.SourceSans
  509. aar.FontSize = Enum.FontSize.Size14
  510. aar.Text = "Adopt and Raise a Cute Baby"
  511. aar.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  512. aar.TextScaled = true
  513. aar.TextSize = 14
  514. aar.TextWrapped = true
  515.  
  516. name.Name = "name"
  517. name.Parent = Games
  518. name.BackgroundColor3 = Color3.new(0.827451, 0.329412, 0)
  519. name.BorderSizePixel = 0
  520. name.Position = UDim2.new(0.713191807, 0, 0.263578951, 0)
  521. name.Size = UDim2.new(0.200000003, 0, 0.735000014, 0)
  522.  
  523. nametitle.Name = "nametitle"
  524. nametitle.Parent = name
  525. nametitle.BackgroundColor3 = Color3.new(1, 1, 1)
  526. nametitle.BackgroundTransparency = 1
  527. nametitle.Position = UDim2.new(0, 0, 0.0298095234, 0)
  528. nametitle.Size = UDim2.new(0.96661669, 0, 0.149047628, 0)
  529. nametitle.Font = Enum.Font.SourceSansLight
  530. nametitle.FontSize = Enum.FontSize.Size28
  531. nametitle.Text = "PlayerName"
  532. nametitle.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  533. nametitle.TextSize = 25
  534.  
  535. plaza.Name = "plaza"
  536. plaza.Parent = name
  537. plaza.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  538. plaza.BorderSizePixel = 0
  539. plaza.Position = UDim2.new(0, 0, 0.238476187, 0)
  540. plaza.Size = UDim2.new(1, 0, 0.119000003, 0)
  541. plaza.Font = Enum.Font.SourceSans
  542. plaza.FontSize = Enum.FontSize.Size14
  543. plaza.Text = "The Plaza"
  544. plaza.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  545. plaza.TextScaled = true
  546. plaza.TextSize = 14
  547. plaza.TextWrapped = true
  548.  
  549. sb2.Name = "sb2"
  550. sb2.Parent = name
  551. sb2.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  552. sb2.BorderSizePixel = 0
  553. sb2.Position = UDim2.new(0, 0, 0.3875238, 0)
  554. sb2.Size = UDim2.new(1, 0, 0.119000003, 0)
  555. sb2.Font = Enum.Font.SourceSans
  556. sb2.FontSize = Enum.FontSize.Size14
  557. sb2.Text = "Skyblock 2"
  558. sb2.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  559. sb2.TextScaled = true
  560. sb2.TextSize = 14
  561. sb2.TextWrapped = true
  562.  
  563. dbs2.Name = "dbs2"
  564. dbs2.Parent = name
  565. dbs2.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  566. dbs2.BorderSizePixel = 0
  567. dbs2.Position = UDim2.new(0, 0, 0.834666669, 0)
  568. dbs2.Size = UDim2.new(1, 0, 0.119000003, 0)
  569. dbs2.Font = Enum.Font.SourceSans
  570. dbs2.FontSize = Enum.FontSize.Size14
  571. dbs2.Text = "Dragon Ball Super 2 - Demo"
  572. dbs2.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  573. dbs2.TextScaled = true
  574. dbs2.TextSize = 14
  575. dbs2.TextWrapped = true
  576.  
  577. sdql.Name = "sdql"
  578. sdql.Parent = name
  579. sdql.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  580. sdql.BorderSizePixel = 0
  581. sdql.Position = UDim2.new(0, 0, 0.536571383, 0)
  582. sdql.Size = UDim2.new(1, 0, 0.119000003, 0)
  583. sdql.Font = Enum.Font.SourceSans
  584. sdql.FontSize = Enum.FontSize.Size14
  585. sdql.Text = "Scuba Diving at Quill Lake"
  586. sdql.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  587. sdql.TextScaled = true
  588. sdql.TextSize = 14
  589. sdql.TextWrapped = true
  590.  
  591. bloxh.Name = "bloxh"
  592. bloxh.Parent = name
  593. bloxh.BackgroundColor3 = Color3.new(0.901961, 0.494118, 0.133333)
  594. bloxh.BorderSizePixel = 0
  595. bloxh.Position = UDim2.new(0, 0, 0.685619056, 0)
  596. bloxh.Size = UDim2.new(1, 0, 0.119000003, 0)
  597. bloxh.Font = Enum.Font.SourceSans
  598. bloxh.FontSize = Enum.FontSize.Size14
  599. bloxh.Text = "Blox Hunt"
  600. bloxh.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  601. bloxh.TextScaled = true
  602. bloxh.TextSize = 14
  603. bloxh.TextWrapped = true
  604.  
  605. Games_toPAGE2.Name = "Games_toPAGE2"
  606. Games_toPAGE2.Parent = Games
  607. Games_toPAGE2.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  608. Games_toPAGE2.BorderSizePixel = 0
  609. Games_toPAGE2.Position = UDim2.new(0.819999993, 0, 0.0439999998, 0)
  610. Games_toPAGE2.Size = UDim2.new(0.113205045, 0, 0.109824568, 0)
  611. Games_toPAGE2.Font = Enum.Font.SourceSansLight
  612. Games_toPAGE2.FontSize = Enum.FontSize.Size24
  613. Games_toPAGE2.Text = "Next"
  614. Games_toPAGE2.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  615. Games_toPAGE2.TextSize = 22
  616.  
  617. Games_Image.Name = "Games_Image"
  618. Games_Image.Parent = Games
  619. Games_Image.BackgroundColor3 = Color3.new(1, 1, 1)
  620. Games_Image.BackgroundTransparency = 1
  621. Games_Image.Position = UDim2.new(0.0679230243, 0, 0.0439298227, 0)
  622. Games_Image.Size = UDim2.new(0.101884536, 0, 0.197684199, 0)
  623. Games_Image.Image = "http://www.roblox.com/asset/?id=1282931168"
  624. MenuFrame.Name = "MenuFrame"
  625. MenuFrame.Parent = MainFrame
  626. MenuFrame.BackgroundColor3 = Color3.new(0.741176, 0.764706, 0.780392)
  627. MenuFrame.BorderSizePixel = 0
  628. MenuFrame.Position = UDim2.new(-0.38499999, 0, 0.075000003, 0)
  629. MenuFrame.Size = UDim2.new(0, 170, 0, 271)
  630.  
  631. Games_toPAGE2_IMAGE.Name = "Games_toPAGE2_IMAGE"
  632. Games_toPAGE2_IMAGE.Parent = Games_toPAGE2
  633. Games_toPAGE2_IMAGE.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  634. Games_toPAGE2_IMAGE.BorderSizePixel = 0
  635. Games_toPAGE2_IMAGE.Position = UDim2.new(0.900659323, 0, 0, 0)
  636. Games_toPAGE2_IMAGE.Size = UDim2.new(0, 25, 0, 25)
  637. Games_toPAGE2_IMAGE.Image = "http://www.roblox.com/asset/?id=1282737326"
  638.  
  639. Games_backPAGE1.Name = "Games_backPAGE1"
  640. Games_backPAGE1.Parent = Games2
  641. Games_backPAGE1.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  642. Games_backPAGE1.BorderSizePixel = 0
  643. Games_backPAGE1.Position = UDim2.new(0.0679230243, 0, 0.0439298227, 0)
  644. Games_backPAGE1.Size = UDim2.new(0.113205045, 0, 0.109824568, 0)
  645. Games_backPAGE1.Font = Enum.Font.SourceSansLight
  646. Games_backPAGE1.FontSize = Enum.FontSize.Size24
  647. Games_backPAGE1.Text = "Prev"
  648. Games_backPAGE1.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  649. Games_backPAGE1.TextSize = 22
  650.  
  651. Games_toPAGE1_IMAGE.Name = "Games_toPAGE1_IMAGE"
  652. Games_toPAGE1_IMAGE.Parent = Games_backPAGE1
  653. Games_toPAGE1_IMAGE.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  654. Games_toPAGE1_IMAGE.BorderSizePixel = 0
  655. Games_toPAGE1_IMAGE.Position = UDim2.new(-0.400293052, 0, 0, 0)
  656. Games_toPAGE1_IMAGE.Size = UDim2.new(0, 25, 0, 25)
  657. Games_toPAGE1_IMAGE.Image = "http://www.roblox.com/asset/?id=1282894968"
  658.  
  659. Games2.Name = "Games2"
  660. Games2.Parent = Pages
  661. Games2.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  662. Games2.BorderSizePixel = 0
  663. Games2.Position = UDim2.new(1, 0, 0, 0)
  664. Games2.Size = UDim2.new(1, 0, 1, 0)
  665.  
  666. Games2Title.Name = "Games2"
  667. Games2Title.Parent = Games2
  668. Games2Title.BackgroundColor3 = Color3.new(1, 1, 1)
  669. Games2Title.BackgroundTransparency = 1
  670. Games2Title.Position = UDim2.new(0.226410091, 0, 0, 0)
  671. Games2Title.Size = UDim2.new(0.522657692, 0, 0.1364429, 0)
  672. Games2Title.Font = Enum.Font.SourceSansBold
  673. Games2Title.FontSize = Enum.FontSize.Size28
  674. Games2Title.Text = "More Games"
  675. Games2Title.TextSize = 25
  676.  
  677. Games2Text.Name = "Games2"
  678. Games2Text.Parent = Games2
  679. Games2Text.BackgroundColor3 = Color3.new(1, 1, 1)
  680. Games2Text.BackgroundTransparency = 1
  681. Games2Text.Position = UDim2.new(0.158487067, 0, 0.109824568, 0)
  682. Games2Text.Size = UDim2.new(0.679230273, 0, 0.0878596455, 0)
  683. Games2Text.Font = Enum.Font.SourceSansItalic
  684. Games2Text.FontSize = Enum.FontSize.Size24
  685. Games2Text.Text = "Coming soon!"
  686. Games2Text.TextSize = 19
  687. Games2Text.TextWrapped = true
  688.  
  689. hello2.Name = "hello2"
  690. hello2.Parent = Games2
  691. hello2.BackgroundColor3 = Color3.new(0.127451, 0.329412, 0.901961)
  692. hello2.BorderSizePixel = 0
  693. hello2.Position = UDim2.new(0.101884536, 0, 0.263578951, 0)
  694. hello2.Size = UDim2.new(0.200000003, 0, 0.735000014, 0)
  695.  
  696. hello2title.Name = "hellotitle"
  697. hello2title.Parent = hello2
  698. hello2title.BackgroundColor3 = Color3.new(1, 1, 1)
  699. hello2title.BackgroundTransparency = 1
  700. hello2title.Position = UDim2.new(0, 0, 0.0298095234, 0)
  701. hello2title.Size = UDim2.new(0.96661669, 0, 0.149047628, 0)
  702. hello2title.Font = Enum.Font.SourceSansLight
  703. hello2title.FontSize = Enum.FontSize.Size28
  704. hello2title.Text = "OPSC"
  705. hello2title.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  706. hello2title.TextSize = 25
  707.  
  708. gs2.Name = "gs2"
  709. gs2.Parent = hello2
  710. gs2.BackgroundColor3 = Color3.new(0.127451, 0.329412, 0.601961)
  711. gs2.BorderSizePixel = 0
  712. gs2.Position = UDim2.new(0, 0, 0.238476187, 0)
  713. gs2.Size = UDim2.new(1, 0, 0.119000003, 0)
  714. gs2.Font = Enum.Font.SourceSans
  715. gs2.FontSize = Enum.FontSize.Size14
  716. gs2.Text = "Giant Survival 2"
  717. gs2.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  718. gs2.TextScaled = true
  719. gs2.TextSize = 14
  720. gs2.TextWrapped = true
  721.  
  722. jaws.Name = "jaws"
  723. jaws.Parent = hello2
  724. jaws.BackgroundColor3 = Color3.new(0.127451, 0.329412, 0.601961)
  725. jaws.BorderSizePixel = 0
  726. jaws.Position = UDim2.new(0, 0, 0.3875238, 0)
  727. jaws.Size = UDim2.new(1, 0, 0.119000003, 0)
  728. jaws.Font = Enum.Font.SourceSans
  729. jaws.FontSize = Enum.FontSize.Size14
  730. jaws.Text = "Jaws"
  731. jaws.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  732. jaws.TextScaled = true
  733. jaws.TextSize = 14
  734. jaws.TextWrapped = true
  735.  
  736. gnbdc.Name = "gnbdc"
  737. gnbdc.Parent = hello2
  738. gnbdc.BackgroundColor3 = Color3.new(0.127451, 0.329412, 0.601961)
  739. gnbdc.BorderSizePixel = 0
  740. gnbdc.Position = UDim2.new(0, 0, 0.536571383, 0)
  741. gnbdc.Size = UDim2.new(1, 0, 0.119000003, 0)
  742. gnbdc.Font = Enum.Font.SourceSans
  743. gnbdc.FontSize = Enum.FontSize.Size14
  744. gnbdc.Text = "Boys and Girls Dance Club"
  745. gnbdc.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  746. gnbdc.TextScaled = true
  747. gnbdc.TextSize = 14
  748. gnbdc.TextWrapped = true
  749.  
  750. hxhid.Name = "hxhid"
  751. hxhid.Parent = hello2
  752. hxhid.BackgroundColor3 = Color3.new(0.127451, 0.329412, 0.601961)
  753. hxhid.BorderSizePixel = 0
  754. hxhid.Position = UDim2.new(0, 0, 0.685619056, 0)
  755. hxhid.Size = UDim2.new(1, 0, 0.119000003, 0)
  756. hxhid.Font = Enum.Font.SourceSans
  757. hxhid.FontSize = Enum.FontSize.Size14
  758. hxhid.Text = "HxH: Immortal Dreams"
  759. hxhid.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  760. hxhid.TextScaled = true
  761. hxhid.TextSize = 14
  762. hxhid.TextWrapped = true
  763.  
  764. jbao.Name = "jbao"
  765. jbao.Parent = hello2
  766. jbao.BackgroundColor3 = Color3.new(0.127451, 0.329412, 0.601961)
  767. jbao.BorderSizePixel = 0
  768. jbao.Position = UDim2.new(0, 0, 0.834666669, 0)
  769. jbao.Size = UDim2.new(1, 0, 0.119000003, 0)
  770. jbao.Font = Enum.Font.SourceSans
  771. jbao.FontSize = Enum.FontSize.Size14
  772. jbao.Text = "Jojo's Bizarre Adventures Online"
  773. jbao.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  774. jbao.TextScaled = true
  775. jbao.TextSize = 14
  776. jbao.TextWrapped = true
  777.  
  778. there2.Name = "there2"
  779. there2.Parent = Games2
  780. there2.BackgroundColor3 = Color3.new(0.127451, 0.329412, 0.901961)
  781. there2.BorderSizePixel = 0
  782. there2.Position = UDim2.new(0.407538146, 0, 0.263578951, 0)
  783. there2.Size = UDim2.new(0.200000003, 0, 0.735000014, 0)
  784.  
  785. there2title.Name = "there2title"
  786. there2title.Parent = there2
  787. there2title.BackgroundColor3 = Color3.new(1, 1, 1)
  788. there2title.BackgroundTransparency = 1
  789. there2title.Position = UDim2.new(0, 0, 0.0298095234, 0)
  790. there2title.Size = UDim2.new(0.96661669, 0, 0.149047628, 0)
  791. there2title.Font = Enum.Font.SourceSansLight
  792. there2title.FontSize = Enum.FontSize.Size28
  793. there2title.Text = "Version"
  794. there2title.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  795. there2title.TextSize = 25
  796.  
  797. zt2.Name = "zt2"
  798. zt2.Parent = there2
  799. zt2.BackgroundColor3 = Color3.new(0.127451, 0.329412, 0.601961)
  800. zt2.BorderSizePixel = 0
  801. zt2.Position = UDim2.new(0, 0, 0.238476187, 0)
  802. zt2.Size = UDim2.new(1, 0, 0.119000003, 0)
  803. zt2.Font = Enum.Font.SourceSans
  804. zt2.FontSize = Enum.FontSize.Size14
  805. zt2.Text = "Zoo Tycoon 2"
  806. zt2.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  807. zt2.TextScaled = true
  808. zt2.TextSize = 14
  809. zt2.TextWrapped = true
  810.  
  811. ax2.Name = "ax2"
  812. ax2.Parent = there2
  813. ax2.BackgroundColor3 = Color3.new(0.127451, 0.329412, 0.601961)
  814. ax2.BorderSizePixel = 0
  815. ax2.Position = UDim2.new(0, 0, 0.3875238, 0)
  816. ax2.Size = UDim2.new(1, 0, 0.119000003, 0)
  817. ax2.Font = Enum.Font.SourceSans
  818. ax2.FontSize = Enum.FontSize.Size14
  819. ax2.Text = "Anime Cross 2 GUI"
  820. ax2.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  821. ax2.TextScaled = true
  822. ax2.TextSize = 14
  823. ax2.TextWrapped = true
  824.  
  825. fdbfp.Name = "fdbfp"
  826. fdbfp.Parent = there2
  827. fdbfp.BackgroundColor3 = Color3.new(0.127451, 0.329412, 0.601961)
  828. fdbfp.BorderSizePixel = 0
  829. fdbfp.Position = UDim2.new(0, 0, 0.834666669, 0)
  830. fdbfp.Size = UDim2.new(1, 0, 0.119000003, 0)
  831. fdbfp.Font = Enum.Font.SourceSans
  832. fdbfp.FontSize = Enum.FontSize.Size14
  833. fdbfp.Text = "False DBFP"
  834. fdbfp.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  835. fdbfp.TextScaled = true
  836. fdbfp.TextSize = 14
  837. fdbfp.TextWrapped = true
  838.  
  839. gs1.Name = "gs1"
  840. gs1.Parent = there2
  841. gs1.BackgroundColor3 = Color3.new(0.127451, 0.329412, 0.601961)
  842. gs1.BorderSizePixel = 0
  843. gs1.Position = UDim2.new(0, 0, 0.536571383, 0)
  844. gs1.Size = UDim2.new(1, 0, 0.119000003, 0)
  845. gs1.Font = Enum.Font.SourceSans
  846. gs1.FontSize = Enum.FontSize.Size14
  847. gs1.Text = "Giant Survival"
  848. gs1.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  849. gs1.TextScaled = true
  850. gs1.TextSize = 14
  851. gs1.TextWrapped = true
  852.  
  853. rbs.Name = "rbs"
  854. rbs.Parent = there2
  855. rbs.BackgroundColor3 = Color3.new(0.127451, 0.329412, 0.601961)
  856. rbs.BorderSizePixel = 0
  857. rbs.Position = UDim2.new(0, 0, 0.685619056, 0)
  858. rbs.Size = UDim2.new(1, 0, 0.119000003, 0)
  859. rbs.Font = Enum.Font.SourceSans
  860. rbs.FontSize = Enum.FontSize.Size14
  861. rbs.Text = "Robloxian Soccer 2016"
  862. rbs.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  863. rbs.TextScaled = true
  864. rbs.TextSize = 14
  865. rbs.TextWrapped = true
  866.  
  867. name2.Name = "name2"
  868. name2.Parent = Games2
  869. name2.BackgroundColor3 = Color3.new(0.127451, 0.329412, 0.901961)
  870. name2.BorderSizePixel = 0
  871. name2.Position = UDim2.new(0.713191807, 0, 0.263578951, 0)
  872. name2.Size = UDim2.new(0.200000003, 0, 0.735000014, 0)
  873.  
  874. name2title.Name = "name2title"
  875. name2title.Parent = name2
  876. name2title.BackgroundColor3 = Color3.new(1, 1, 1)
  877. name2title.BackgroundTransparency = 1
  878. name2title.Position = UDim2.new(0, 0, 0.0298095234, 0)
  879. name2title.Size = UDim2.new(0.96661669, 0, 0.149047628, 0)
  880. name2title.Font = Enum.Font.SourceSansLight
  881. name2title.FontSize = Enum.FontSize.Size28
  882. name2title.Text = "1.1"
  883. name2title.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  884. name2title.TextSize = 25
  885.  
  886. sais.Name = "sais"
  887. sais.Parent = name2
  888. sais.BackgroundColor3 = Color3.new(0.127451, 0.329412, 0.601961)
  889. sais.BorderSizePixel = 0
  890. sais.Position = UDim2.new(0, 0, 0.238476187, 0)
  891. sais.Size = UDim2.new(1, 0, 0.119000003, 0)
  892. sais.Font = Enum.Font.SourceSans
  893. sais.FontSize = Enum.FontSize.Size14
  894. sais.Text = "Saiyan Simulator"
  895. sais.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  896. sais.TextScaled = true
  897. sais.TextSize = 14
  898. sais.TextWrapped = true
  899.  
  900. rs2.Name = "rs2"
  901. rs2.Parent = name2
  902. rs2.BackgroundColor3 = Color3.new(0.127451, 0.329412, 0.601961)
  903. rs2.BorderSizePixel = 0
  904. rs2.Position = UDim2.new(0, 0, 0.3875238, 0)
  905. rs2.Size = UDim2.new(1, 0, 0.119000003, 0)
  906. rs2.Font = Enum.Font.SourceSans
  907. rs2.FontSize = Enum.FontSize.Size14
  908. rs2.Text = "Running Simulator Coin"
  909. rs2.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  910. rs2.TextScaled = true
  911. rs2.TextSize = 14
  912. rs2.TextWrapped = true
  913.  
  914. ss2.Name = "ss2"
  915. ss2.Parent = name2
  916. ss2.BackgroundColor3 = Color3.new(0.127451, 0.329412, 0.601961)
  917. ss2.BorderSizePixel = 0
  918. ss2.Position = UDim2.new(0, 0, 0.834666669, 0)
  919. ss2.Size = UDim2.new(1, 0, 0.119000003, 0)
  920. ss2.Font = Enum.Font.SourceSans
  921. ss2.FontSize = Enum.FontSize.Size14
  922. ss2.Text = "Sprinting Simulator 2"
  923. ss2.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  924. ss2.TextScaled = true
  925. ss2.TextSize = 14
  926. ss2.TextWrapped = true
  927.  
  928. pwni.Name = "pwni"
  929. pwni.Parent = name2
  930. pwni.BackgroundColor3 = Color3.new(0.127451, 0.329412, 0.601961)
  931. pwni.BorderSizePixel = 0
  932. pwni.Position = UDim2.new(0, 0, 0.536571383, 0)
  933. pwni.Size = UDim2.new(1, 0, 0.119000003, 0)
  934. pwni.Font = Enum.Font.SourceSans
  935. pwni.FontSize = Enum.FontSize.Size14
  936. pwni.Text = "PWNED: InCrypt"
  937. pwni.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  938. pwni.TextScaled = true
  939. pwni.TextSize = 14
  940. pwni.TextWrapped = true
  941.  
  942. opu2.Name = "opu2"
  943. opu2.Parent = name2
  944. opu2.BackgroundColor3 = Color3.new(0.127451, 0.329412, 0.601961)
  945. opu2.BorderSizePixel = 0
  946. opu2.Position = UDim2.new(0, 0, 0.685619056, 0)
  947. opu2.Size = UDim2.new(1, 0, 0.119000003, 0)
  948. opu2.Font = Enum.Font.SourceSans
  949. opu2.FontSize = Enum.FontSize.Size14
  950. opu2.Text = "One Piece Unleashed 2"
  951. opu2.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  952. opu2.TextScaled = true
  953. opu2.TextSize = 14
  954. opu2.TextWrapped = true
  955.  
  956. executor.Name = "executor"
  957. executor.Parent = Pages
  958. executor.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  959. executor.BorderSizePixel = 0
  960. executor.Position = UDim2.new(1.00752497, 0, 0, 0)
  961. executor.Size = UDim2.new(1, 0, 1, 0)
  962.  
  963. executorTitle.Name = "executorTitle"
  964. executorTitle.Parent = executor
  965. executorTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  966. executorTitle.BackgroundTransparency = 1
  967. executorTitle.Position = UDim2.new(0.226410091, 0, 0.0439298227, 0)
  968. executorTitle.Size = UDim2.new(0.522657692, 0, 0.1364429, 0)
  969. executorTitle.Font = Enum.Font.SourceSansBold
  970. executorTitle.FontSize = Enum.FontSize.Size28
  971. executorTitle.Text = "Script Executor"
  972. executorTitle.TextSize = 25
  973.  
  974. executebox.Name = "executebox"
  975. executebox.Parent = executor
  976. executebox.BackgroundColor3 = Color3.new(0.482353, 0.482353, 0.482353)
  977. executebox.BorderSizePixel = 0
  978. executebox.Position = UDim2.new(0.146410091, 0, 0.178571433, 0)
  979. executebox.Size = UDim2.new(0, 318, 0, 101)
  980. executebox.ClearTextOnFocus = false
  981. executebox.Font = Enum.Font.SourceSans
  982. executebox.MultiLine = true
  983. executebox.PlaceholderColor3 = Color3.new(1, 1, 1)
  984. executebox.Text = "Script"
  985. executebox.TextColor3 = Color3.new(1, 1, 1)
  986. executebox.TextSize = 18
  987. executebox.TextXAlignment = Enum.TextXAlignment.Left
  988. executebox.TextYAlignment = Enum.TextYAlignment.Top
  989.  
  990. clearbutton.Name = "clearbutton"
  991. clearbutton.Parent = executor
  992. clearbutton.BackgroundColor3 = Color3.new(0.482353, 0.482353, 0.482353)
  993. clearbutton.Position = UDim2.new(0.581204801, 0, 0.760204077, 0)
  994. clearbutton.Size = UDim2.new(0, 128, 0, 27)
  995. clearbutton.Font = Enum.Font.ArialBold
  996. clearbutton.Text = "Clear"
  997. clearbutton.TextColor3 = Color3.new(1, 1, 1)
  998. clearbutton.TextScaled = true
  999. clearbutton.TextSize = 10
  1000. clearbutton.TextWrapped = true
  1001.  
  1002. executebutton.Name = "executebutton"
  1003. executebutton.Parent = executor
  1004. executebutton.BackgroundColor3 = Color3.new(0.482353, 0.482353, 0.482353)
  1005. executebutton.Position = UDim2.new(0.146048192, 0, 0.760204077, 0)
  1006. executebutton.Size = UDim2.new(0, 128, 0, 27)
  1007. executebutton.Font = Enum.Font.ArialBold
  1008. executebutton.Text = "Execute"
  1009. executebutton.TextColor3 = Color3.new(1, 1, 1)
  1010. executebutton.TextScaled = true
  1011. executebutton.TextSize = 10
  1012. executebutton.TextWrapped = true
  1013.  
  1014. clearbutton.MouseButton1Click:connect(function()
  1015. executebox.Text = "Script"
  1016. end)
  1017.  
  1018. executebutton.MouseButton1Click:connect(function()
  1019. loadstring(executebox.Text)()
  1020. end)
  1021.  
  1022. Games_toPAGE3.Name = "Games_toPAGE3"
  1023. Games_toPAGE3.Parent = Games2
  1024. Games_toPAGE3.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  1025. Games_toPAGE3.BorderSizePixel = 0
  1026. Games_toPAGE3.Position = UDim2.new(0.819999993, 0, 0.0439999998, 0)
  1027. Games_toPAGE3.Size = UDim2.new(0.113205045, 0, 0.109824568, 0)
  1028. Games_toPAGE3.Font = Enum.Font.SourceSansLight
  1029. Games_toPAGE3.FontSize = Enum.FontSize.Size24
  1030. Games_toPAGE3.Text = "Next"
  1031. Games_toPAGE3.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1032. Games_toPAGE3.TextSize = 22
  1033.  
  1034. Games_toPAGE3_IMAGE.Name = "Games_toPAGE3_IMAGE"
  1035. Games_toPAGE3_IMAGE.Parent = Games_toPAGE3
  1036. Games_toPAGE3_IMAGE.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  1037. Games_toPAGE3_IMAGE.BorderSizePixel = 0
  1038. Games_toPAGE3_IMAGE.Position = UDim2.new(0.900659323, 0, 0, 0)
  1039. Games_toPAGE3_IMAGE.Size = UDim2.new(0, 25, 0, 25)
  1040. Games_toPAGE3_IMAGE.Image = "http://www.roblox.com/asset/?id=1282737326"
  1041.  
  1042. Games_backPAGE2.Name = "Games_backPAGE2"
  1043. Games_backPAGE2.Parent = Games3
  1044. Games_backPAGE2.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  1045. Games_backPAGE2.BorderSizePixel = 0
  1046. Games_backPAGE2.Position = UDim2.new(0.0679230243, 0, 0.0439298227, 0)
  1047. Games_backPAGE2.Size = UDim2.new(0.113205045, 0, 0.109824568, 0)
  1048. Games_backPAGE2.Font = Enum.Font.SourceSansLight
  1049. Games_backPAGE2.FontSize = Enum.FontSize.Size24
  1050. Games_backPAGE2.Text = "Prev"
  1051. Games_backPAGE2.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1052. Games_backPAGE2.TextSize = 22
  1053.  
  1054. Games_backPAGE2_IMAGE.Name = "Games_backPAGE2_IMAGE"
  1055. Games_backPAGE2_IMAGE.Parent = Games_backPAGE2
  1056. Games_backPAGE2_IMAGE.BackgroundColor3 = Color3.new(0.203922, 0.286275, 0.368627)
  1057. Games_backPAGE2_IMAGE.BorderSizePixel = 0
  1058. Games_backPAGE2_IMAGE.Position = UDim2.new(-0.400293052, 0, 0, 0)
  1059. Games_backPAGE2_IMAGE.Size = UDim2.new(0, 25, 0, 25)
  1060. Games_backPAGE2_IMAGE.Image = "http://www.roblox.com/asset/?id=1282894968"
  1061.  
  1062. Games3.Name = "Games3"
  1063. Games3.Parent = Pages
  1064. Games3.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1065. Games3.BorderSizePixel = 0
  1066. Games3.Position = UDim2.new(1, 0, 0, 0)
  1067. Games3.Size = UDim2.new(1, 0, 1, 0)
  1068.  
  1069. Games3Title.Name = "Games3"
  1070. Games3Title.Parent = Games3
  1071. Games3Title.BackgroundColor3 = Color3.new(1, 1, 1)
  1072. Games3Title.BackgroundTransparency = 1
  1073. Games3Title.Position = UDim2.new(0.226410091, 0, 0, 0)
  1074. Games3Title.Size = UDim2.new(0.522657692, 0, 0.1364429, 0)
  1075. Games3Title.Font = Enum.Font.SourceSansBold
  1076. Games3Title.FontSize = Enum.FontSize.Size28
  1077. Games3Title.Text = "Even More Games"
  1078. Games3Title.TextSize = 25
  1079.  
  1080. Games3Text.Name = "Games3"
  1081. Games3Text.Parent = Games3
  1082. Games3Text.BackgroundColor3 = Color3.new(1, 1, 1)
  1083. Games3Text.BackgroundTransparency = 1
  1084. Games3Text.Position = UDim2.new(0.158487067, 0, 0.109824568, 0)
  1085. Games3Text.Size = UDim2.new(0.679230273, 0, 0.0878596455, 0)
  1086. Games3Text.Font = Enum.Font.SourceSansItalic
  1087. Games3Text.FontSize = Enum.FontSize.Size24
  1088. Games3Text.Text = "Coming soon!"
  1089. Games3Text.TextSize = 19
  1090. Games3Text.TextWrapped = true
  1091.  
  1092. hello3.Name = "hello3"
  1093. hello3.Parent = Games3
  1094. hello3.BackgroundColor3 = Color3.new(0.127451, 0.329412, 0.901961)
  1095. hello3.BorderSizePixel = 0
  1096. hello3.Position = UDim2.new(0.101884536, 0, 0.263578951, 0)
  1097. hello3.Size = UDim2.new(0.200000003, 0, 0.735000014, 0)
  1098.  
  1099. hello3title.Name = "hellotitle3"
  1100. hello3title.Parent = hello3
  1101. hello3title.BackgroundColor3 = Color3.new(1, 1, 1)
  1102. hello3title.BackgroundTransparency = 1
  1103. hello3title.Position = UDim2.new(0, 0, 0.0298095234, 0)
  1104. hello3title.Size = UDim2.new(0.96661669, 0, 0.149047628, 0)
  1105. hello3title.Font = Enum.Font.SourceSansLight
  1106. hello3title.FontSize = Enum.FontSize.Size28
  1107. hello3title.Text = "Made"
  1108. hello3title.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1109. hello3title.TextSize = 25
  1110.  
  1111. ahs.Name = "ahs"
  1112. ahs.Parent = hello3
  1113. ahs.BackgroundColor3 = Color3.new(0.127451, 0.329412, 0.601961)
  1114. ahs.BorderSizePixel = 0
  1115. ahs.Position = UDim2.new(0, 0, 0.238476187, 0)
  1116. ahs.Size = UDim2.new(1, 0, 0.119000003, 0)
  1117. ahs.Font = Enum.Font.SourceSans
  1118. ahs.FontSize = Enum.FontSize.Size14
  1119. ahs.Text = "Anime High School"
  1120. ahs.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1121. ahs.TextScaled = true
  1122. ahs.TextSize = 14
  1123. ahs.TextWrapped = true
  1124.  
  1125. faml.Name = "faml"
  1126. faml.Parent = hello3
  1127. faml.BackgroundColor3 = Color3.new(0.127451, 0.329412, 0.601961)
  1128. faml.BorderSizePixel = 0
  1129. faml.Position = UDim2.new(0, 0, 0.3875238, 0)
  1130. faml.Size = UDim2.new(1, 0, 0.119000003, 0)
  1131. faml.Font = Enum.Font.SourceSans
  1132. faml.FontSize = Enum.FontSize.Size14
  1133. faml.Text = "Family Life"
  1134. faml.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1135. faml.TextScaled = true
  1136. faml.TextSize = 14
  1137. faml.TextWrapped = true
  1138.  
  1139. casei.Name = "casei"
  1140. casei.Parent = hello3
  1141. casei.BackgroundColor3 = Color3.new(0.127451, 0.329412, 0.601961)
  1142. casei.BorderSizePixel = 0
  1143. casei.Position = UDim2.new(0, 0, 0.536571383, 0)
  1144. casei.Size = UDim2.new(1, 0, 0.119000003, 0)
  1145. casei.Font = Enum.Font.SourceSans
  1146. casei.FontSize = Enum.FontSize.Size14
  1147. casei.Text = "Case Island"
  1148. casei.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1149. casei.TextScaled = true
  1150. casei.TextSize = 14
  1151. casei.TextWrapped = true
  1152.  
  1153. comt.Name = "comt"
  1154. comt.Parent = hello3
  1155. comt.BackgroundColor3 = Color3.new(0.127451, 0.329412, 0.601961)
  1156. comt.BorderSizePixel = 0
  1157. comt.Position = UDim2.new(0, 0, 0.685619056, 0)
  1158. comt.Size = UDim2.new(1, 0, 0.119000003, 0)
  1159. comt.Font = Enum.Font.SourceSans
  1160. comt.FontSize = Enum.FontSize.Size14
  1161. comt.Text = "Company Tycoon"
  1162. comt.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1163. comt.TextScaled = true
  1164. comt.TextSize = 14
  1165. comt.TextWrapped = true
  1166.  
  1167. lol5.Name = "lol5"
  1168. lol5.Parent = hello3
  1169. lol5.BackgroundColor3 = Color3.new(0.127451, 0.329412, 0.601961)
  1170. lol5.BorderSizePixel = 0
  1171. lol5.Position = UDim2.new(0, 0, 0.834666669, 0)
  1172. lol5.Size = UDim2.new(1, 0, 0.119000003, 0)
  1173. lol5.Font = Enum.Font.SourceSans
  1174. lol5.FontSize = Enum.FontSize.Size14
  1175. lol5.Text = "Coming Soon!"
  1176. lol5.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1177. lol5.TextScaled = true
  1178. lol5.TextSize = 14
  1179. lol5.TextWrapped = true
  1180.  
  1181. there3.Name = "there3"
  1182. there3.Parent = Games3
  1183. there3.BackgroundColor3 = Color3.new(0.127451, 0.329412, 0.901961)
  1184. there3.BorderSizePixel = 0
  1185. there3.Position = UDim2.new(0.407538146, 0, 0.263578951, 0)
  1186. there3.Size = UDim2.new(0.200000003, 0, 0.735000014, 0)
  1187.  
  1188. there3title.Name = "there3title"
  1189. there3title.Parent = there3
  1190. there3title.BackgroundColor3 = Color3.new(1, 1, 1)
  1191. there3title.BackgroundTransparency = 1
  1192. there3title.Position = UDim2.new(0, 0, 0.0298095234, 0)
  1193. there3title.Size = UDim2.new(0.96661669, 0, 0.149047628, 0)
  1194. there3title.Font = Enum.Font.SourceSansLight
  1195. there3title.FontSize = Enum.FontSize.Size28
  1196. there3title.Text = "By"
  1197. there3title.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1198. there3title.TextSize = 25
  1199.  
  1200. lol6.Name = "lol6"
  1201. lol6.Parent = there3
  1202. lol6.BackgroundColor3 = Color3.new(0.127451, 0.329412, 0.601961)
  1203. lol6.BorderSizePixel = 0
  1204. lol6.Position = UDim2.new(0, 0, 0.238476187, 0)
  1205. lol6.Size = UDim2.new(1, 0, 0.119000003, 0)
  1206. lol6.Font = Enum.Font.SourceSans
  1207. lol6.FontSize = Enum.FontSize.Size14
  1208. lol6.Text = "Coming Soon!"
  1209. lol6.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1210. lol6.TextScaled = true
  1211. lol6.TextSize = 14
  1212. lol6.TextWrapped = true
  1213.  
  1214. lol7.Name = "lol7"
  1215. lol7.Parent = there3
  1216. lol7.BackgroundColor3 = Color3.new(0.127451, 0.329412, 0.601961)
  1217. lol7.BorderSizePixel = 0
  1218. lol7.Position = UDim2.new(0, 0, 0.3875238, 0)
  1219. lol7.Size = UDim2.new(1, 0, 0.119000003, 0)
  1220. lol7.Font = Enum.Font.SourceSans
  1221. lol7.FontSize = Enum.FontSize.Size14
  1222. lol7.Text = "Coming Soon!"
  1223. lol7.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1224. lol7.TextScaled = true
  1225. lol7.TextSize = 14
  1226. lol7.TextWrapped = true
  1227.  
  1228. lol8.Name = "lol8"
  1229. lol8.Parent = there3
  1230. lol8.BackgroundColor3 = Color3.new(0.127451, 0.329412, 0.601961)
  1231. lol8.BorderSizePixel = 0
  1232. lol8.Position = UDim2.new(0, 0, 0.834666669, 0)
  1233. lol8.Size = UDim2.new(1, 0, 0.119000003, 0)
  1234. lol8.Font = Enum.Font.SourceSans
  1235. lol8.FontSize = Enum.FontSize.Size14
  1236. lol8.Text = "Coming Soon!"
  1237. lol8.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1238. lol8.TextScaled = true
  1239. lol8.TextSize = 14
  1240. lol8.TextWrapped = true
  1241.  
  1242. lol9.Name = "lol9"
  1243. lol9.Parent = there3
  1244. lol9.BackgroundColor3 = Color3.new(0.127451, 0.329412, 0.601961)
  1245. lol9.BorderSizePixel = 0
  1246. lol9.Position = UDim2.new(0, 0, 0.536571383, 0)
  1247. lol9.Size = UDim2.new(1, 0, 0.119000003, 0)
  1248. lol9.Font = Enum.Font.SourceSans
  1249. lol9.FontSize = Enum.FontSize.Size14
  1250. lol9.Text = "Coming Soon!"
  1251. lol9.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1252. lol9.TextScaled = true
  1253. lol9.TextSize = 14
  1254. lol9.TextWrapped = true
  1255.  
  1256. lol10.Name = "lol10"
  1257. lol10.Parent = there3
  1258. lol10.BackgroundColor3 = Color3.new(0.127451, 0.329412, 0.601961)
  1259. lol10.BorderSizePixel = 0
  1260. lol10.Position = UDim2.new(0, 0, 0.685619056, 0)
  1261. lol10.Size = UDim2.new(1, 0, 0.119000003, 0)
  1262. lol10.Font = Enum.Font.SourceSans
  1263. lol10.FontSize = Enum.FontSize.Size14
  1264. lol10.Text = "Coming Soon!"
  1265. lol10.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1266. lol10.TextScaled = true
  1267. lol10.TextSize = 14
  1268. lol10.TextWrapped = true
  1269.  
  1270. name3.Name = "name3"
  1271. name3.Parent = Games3
  1272. name3.BackgroundColor3 = Color3.new(0.127451, 0.329412, 0.901961)
  1273. name3.BorderSizePixel = 0
  1274. name3.Position = UDim2.new(0.713191807, 0, 0.263578951, 0)
  1275. name3.Size = UDim2.new(0.200000003, 0, 0.735000014, 0)
  1276.  
  1277. name3title.Name = "name3title"
  1278. name3title.Parent = name3
  1279. name3title.BackgroundColor3 = Color3.new(1, 1, 1)
  1280. name3title.BackgroundTransparency = 1
  1281. name3title.Position = UDim2.new(0, 0, 0.0298095234, 0)
  1282. name3title.Size = UDim2.new(0.96661669, 0, 0.149047628, 0)
  1283. name3title.Font = Enum.Font.SourceSansLight
  1284. name3title.FontSize = Enum.FontSize.Size28
  1285. name3title.Text = "Killing"
  1286. name3title.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1287. name3title.TextSize = 25
  1288.  
  1289. lol11.Name = "lol11"
  1290. lol11.Parent = name3
  1291. lol11.BackgroundColor3 = Color3.new(0.127451, 0.329412, 0.601961)
  1292. lol11.BorderSizePixel = 0
  1293. lol11.Position = UDim2.new(0, 0, 0.238476187, 0)
  1294. lol11.Size = UDim2.new(1, 0, 0.119000003, 0)
  1295. lol11.Font = Enum.Font.SourceSans
  1296. lol11.FontSize = Enum.FontSize.Size14
  1297. lol11.Text = "Coming Soon!"
  1298. lol11.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1299. lol11.TextScaled = true
  1300. lol11.TextSize = 14
  1301. lol11.TextWrapped = true
  1302.  
  1303. lol12.Name = "lol12"
  1304. lol12.Parent = name3
  1305. lol12.BackgroundColor3 = Color3.new(0.127451, 0.329412, 0.601961)
  1306. lol12.BorderSizePixel = 0
  1307. lol12.Position = UDim2.new(0, 0, 0.3875238, 0)
  1308. lol12.Size = UDim2.new(1, 0, 0.119000003, 0)
  1309. lol12.Font = Enum.Font.SourceSans
  1310. lol12.FontSize = Enum.FontSize.Size14
  1311. lol12.Text = "Coming Soon!"
  1312. lol12.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1313. lol12.TextScaled = true
  1314. lol12.TextSize = 14
  1315. lol12.TextWrapped = true
  1316.  
  1317. lol13.Name = "lol13"
  1318. lol13.Parent = name3
  1319. lol13.BackgroundColor3 = Color3.new(0.127451, 0.329412, 0.601961)
  1320. lol13.BorderSizePixel = 0
  1321. lol13.Position = UDim2.new(0, 0, 0.834666669, 0)
  1322. lol13.Size = UDim2.new(1, 0, 0.119000003, 0)
  1323. lol13.Font = Enum.Font.SourceSans
  1324. lol13.FontSize = Enum.FontSize.Size14
  1325. lol13.Text = "Coming Soon!"
  1326. lol13.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1327. lol13.TextScaled = true
  1328. lol13.TextSize = 14
  1329. lol13.TextWrapped = true
  1330.  
  1331. lol14.Name = "lol14"
  1332. lol14.Parent = name3
  1333. lol14.BackgroundColor3 = Color3.new(0.127451, 0.329412, 0.601961)
  1334. lol14.BorderSizePixel = 0
  1335. lol14.Position = UDim2.new(0, 0, 0.536571383, 0)
  1336. lol14.Size = UDim2.new(1, 0, 0.119000003, 0)
  1337. lol14.Font = Enum.Font.SourceSans
  1338. lol14.FontSize = Enum.FontSize.Size14
  1339. lol14.Text = "Coming Soon!"
  1340. lol14.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1341. lol14.TextScaled = true
  1342. lol14.TextSize = 14
  1343. lol14.TextWrapped = true
  1344.  
  1345. lol15.Name = "lol15"
  1346. lol15.Parent = name3
  1347. lol15.BackgroundColor3 = Color3.new(0.127451, 0.329412, 0.601961)
  1348. lol15.BorderSizePixel = 0
  1349. lol15.Position = UDim2.new(0, 0, 0.685619056, 0)
  1350. lol15.Size = UDim2.new(1, 0, 0.119000003, 0)
  1351. lol15.Font = Enum.Font.SourceSans
  1352. lol15.FontSize = Enum.FontSize.Size14
  1353. lol15.Text = "Coming Soon!"
  1354. lol15.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1355. lol15.TextScaled = true
  1356. lol15.TextSize = 14
  1357. lol15.TextWrapped = true
  1358.  
  1359. Welcome.Name = "Welcome"
  1360. Welcome.Parent = MenuFrame
  1361. Welcome.BackgroundColor3 = Color3.new(1, 1, 1)
  1362. Welcome.BackgroundTransparency = 1
  1363. Welcome.Position = UDim2.new(0.0294333119, 0, 0.0184797049, 0)
  1364. Welcome.Size = UDim2.new(0.941865981, 0, 0.0739188194, 0)
  1365. Welcome.Font = Enum.Font.SourceSansLight
  1366. Welcome.FontSize = Enum.FontSize.Size14
  1367. Welcome.Text = "Welcome,"
  1368. Welcome.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1369. Welcome.TextScaled = true
  1370. Welcome.TextSize = 14
  1371. Welcome.TextWrapped = true
  1372.  
  1373. NameOfPlayer.Name = "NameOfPlayer"
  1374. NameOfPlayer.Parent = MenuFrame
  1375. NameOfPlayer.BackgroundColor3 = Color3.new(1, 1, 1)
  1376. NameOfPlayer.BackgroundTransparency = 1
  1377. NameOfPlayer.Position = UDim2.new(0, 0, 0.0923985243, 0)
  1378. NameOfPlayer.Size = UDim2.new(0.971299291, 0, 0.0739188194, 0)
  1379. NameOfPlayer.Font = Enum.Font.SourceSansItalic
  1380. NameOfPlayer.FontSize = Enum.FontSize.Size14
  1381. NameOfPlayer.Text = "PlayerName"
  1382. NameOfPlayer.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1383. NameOfPlayer.TextScaled = true
  1384. NameOfPlayer.TextSize = 14
  1385. NameOfPlayer.TextWrapped = true
  1386.  
  1387. T_Information.Name = "T_Information"
  1388. T_Information.Parent = MenuFrame
  1389. T_Information.BackgroundColor3 = Color3.new(0.584314, 0.647059, 0.65098)
  1390. T_Information.BorderSizePixel = 0
  1391. T_Information.Position = UDim2.new(0, 0, 0.221756458, 0)
  1392. T_Information.Size = UDim2.new(1.00073266, 0, 0.0923985243, 0)
  1393. T_Information.Font = Enum.Font.SourceSans
  1394. T_Information.FontSize = Enum.FontSize.Size18
  1395. T_Information.Text = "Information"
  1396. T_Information.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1397. T_Information.TextSize = 16
  1398. T_Information.TextXAlignment = Enum.TextXAlignment.Left
  1399.  
  1400. T_InfoImage.Name = "T_InfoImage"
  1401. T_InfoImage.Parent = T_Information
  1402. T_InfoImage.BackgroundColor3 = Color3.new(1, 1, 1)
  1403. T_InfoImage.BackgroundTransparency = 1
  1404. T_InfoImage.Position = UDim2.new(0.79469943, 0, -0.400639981, 0)
  1405. T_InfoImage.Size = UDim2.new(0.176599875, 0, 1.20192003, 0)
  1406. T_InfoImage.Image = "http://www.roblox.com/asset/?id=1281284684"
  1407.  
  1408. T_Games.Name = "T_Games"
  1409. T_Games.Parent = MenuFrame
  1410. T_Games.BackgroundColor3 = Color3.new(0.584314, 0.647059, 0.65098)
  1411. T_Games.BorderSizePixel = 0
  1412. T_Games.Position = UDim2.new(0, 0, 0.388073802, 0)
  1413. T_Games.Size = UDim2.new(1.00073266, 0, 0.0923985243, 0)
  1414. T_Games.Font = Enum.Font.SourceSans
  1415. T_Games.FontSize = Enum.FontSize.Size18
  1416. T_Games.Text = "Games"
  1417. T_Games.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1418. T_Games.TextSize = 16
  1419. T_Games.TextXAlignment = Enum.TextXAlignment.Left
  1420.  
  1421. T_GameImage.Name = "T_GameImage"
  1422. T_GameImage.Parent = T_Games
  1423. T_GameImage.BackgroundColor3 = Color3.new(1, 1, 1)
  1424. T_GameImage.BackgroundTransparency = 1
  1425. T_GameImage.Position = UDim2.new(0.79469943, 0, -0.400639981, 0)
  1426. T_GameImage.Size = UDim2.new(0.176599875, 0, 1.20192003, 0)
  1427. T_GameImage.Image = "http://www.roblox.com/asset/?id=1281454262"
  1428.  
  1429. T_Executor.Name = "T_Executor"
  1430. T_Executor.Parent = MenuFrame
  1431. T_Executor.BackgroundColor3 = Color3.new(0.584314, 0.647059, 0.65098)
  1432. T_Executor.BorderSizePixel = 0
  1433. T_Executor.Position = UDim2.new(0, 0, 0.498952031, 0)
  1434. T_Executor.Size = UDim2.new(1.00073266, 0, 0.0923985243, 0)
  1435. T_Executor.Font = Enum.Font.SourceSans
  1436. T_Executor.FontSize = Enum.FontSize.Size18
  1437. T_Executor.Text = "Script Executor"
  1438. T_Executor.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1439. T_Executor.TextSize = 16
  1440. T_Executor.TextXAlignment = Enum.TextXAlignment.Left
  1441.  
  1442. T_ExecutorImage.Name = "T_ExecutorImage"
  1443. T_ExecutorImage.Parent = T_Executor
  1444. T_ExecutorImage.BackgroundColor3 = Color3.new(1, 1, 1)
  1445. T_ExecutorImage.BackgroundTransparency = 1
  1446. T_ExecutorImage.Position = UDim2.new(0.795000017, 0, -0.351000011, 0)
  1447. T_ExecutorImage.Size = UDim2.new(0, 30, 0, 30)
  1448. T_ExecutorImage.Image = "http://www.roblox.com/asset/?id=1281476978"
  1449.  
  1450. DeleteGUI.Name = "DeleteGUI"
  1451. DeleteGUI.Parent = MenuFrame
  1452. DeleteGUI.BackgroundColor3 = Color3.new(0.752941, 0.223529, 0.168627)
  1453. DeleteGUI.BorderSizePixel = 0
  1454. DeleteGUI.Position = UDim2.new(0, 0, 0.887025833, 0)
  1455. DeleteGUI.Size = UDim2.new(1.00073266, 0, 0.0923985243, 0)
  1456. DeleteGUI.Font = Enum.Font.SourceSans
  1457. DeleteGUI.FontSize = Enum.FontSize.Size18
  1458. DeleteGUI.Text = "Delete GUI"
  1459. DeleteGUI.TextColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  1460. DeleteGUI.TextSize = 16
  1461. DeleteGUI.TextXAlignment = Enum.TextXAlignment.Left
  1462.  
  1463. DELETEIMAGE.Name = "DELETEIMAGE"
  1464. DELETEIMAGE.Parent = DeleteGUI
  1465. DELETEIMAGE.BackgroundColor3 = Color3.new(1, 1, 1)
  1466. DELETEIMAGE.BackgroundTransparency = 1
  1467. DELETEIMAGE.Position = UDim2.new(0.853566051, 0, 0, 0)
  1468. DELETEIMAGE.Size = UDim2.new(0.14716655, 0, 1.00160003, 0)
  1469. DELETEIMAGE.Image = "http://www.roblox.com/asset/?id=1281475635"
  1470.  
  1471. Darkness.Name = "Darkness"
  1472. Darkness.Parent = MainFrame
  1473. Darkness.BackgroundColor3 = Color3.new(0.180392, 0.192157, 0.176471)
  1474. Darkness.BackgroundTransparency = 0.8
  1475. Darkness.BorderSizePixel = 0
  1476. Darkness.Position = UDim2.new(0.38499999, 0, 0.075000003, 0)
  1477. Darkness.Size = UDim2.new(0, 272, 0, 271)
  1478. Darkness.Visible = false
  1479. Darkness.ZIndex = 7
  1480. Darkness.Font = Enum.Font.SourceSans
  1481. Darkness.FontSize = Enum.FontSize.Size14
  1482. Darkness.Text = ""
  1483. Darkness.TextSize = 14
  1484.  
  1485. -----------------------------------------------------------------
  1486. -----------------------------------------------------------------
  1487. NameOfPlayer.Text = game.Players.LocalPlayer.Name
  1488. nametitle.Text = game.Players.LocalPlayer.Name
  1489.  
  1490. OpenMenu.MouseButton1Click:connect(function()
  1491. MenuFrame:TweenPosition(UDim2.new(0, 0, 0.075, 0), "Out", "Sine", 0.7)
  1492. MenuEnterFrame:TweenPosition(UDim2.new(0, 170, 0.075, 0), "Out", "Sine", 0.7)
  1493. Pages:TweenPosition(UDim2.new(0, 170, 0.223, 0), "Out", "Sine", 0.7)
  1494. wait(0.7)
  1495. Darkness.Visible = true
  1496. Darkness.BackgroundTransparency = 0.8
  1497. end)
  1498.  
  1499. Darkness.MouseButton1Click:connect(function()
  1500. MenuFrame:TweenPosition(UDim2.new(-0.385, 0, 0.075, 0), "Out", "Sine", 0.7)
  1501. MenuEnterFrame:TweenPosition(UDim2.new(0, 0, 0.074, 0), "Out", "Sine", 0.7)
  1502. Pages:TweenPosition(UDim2.new(0, 0, 0.223, 0), "Out", "Sine", 0.7)
  1503. Darkness.Visible = false
  1504. end)
  1505.  
  1506. Games_toPAGE2.MouseButton1Click:connect(function()
  1507. Games:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  1508. wait(0.5)
  1509. Games2:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  1510. end)
  1511.  
  1512. Games_toPAGE3.MouseButton1Click:connect(function()
  1513. Games2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  1514. wait(0.5)
  1515. Games3:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  1516. end)
  1517.  
  1518. Games_backPAGE1.MouseButton1Click:connect(function()
  1519. Games2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  1520. wait(0.5)
  1521. Games:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  1522. end)
  1523.  
  1524. Games_backPAGE2.MouseButton1Click:connect(function()
  1525. Games3:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  1526. wait(0.5)
  1527. Games2:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  1528. end)
  1529.  
  1530. closedgui = true
  1531. CloseGUI.MouseButton1Click:connect(function()
  1532. wait(0.3)
  1533. if closedgui then
  1534. Pages.Position = UDim2.new(0, 0, 0.223, 0)
  1535. OpenMenu.Position = UDim2.new(0, 0, 0, 0)
  1536. MenuFrame.Position = UDim2.new(-0.38499999, 0, 0.075000003, 0)
  1537. MenuEnterFrame.Position = UDim2.new(0, 0, 0.0741975307, 0)
  1538. Darkness.Visible = false
  1539. Pages:TweenPosition(UDim2.new(0, 0, -0.786, 0), "Out", "Sine", 1.5)
  1540. OpenMenu:TweenPosition(UDim2.new(-0.102, 0, 0, 0), "Out", "Sine", 1.5)
  1541. wait(1.6)
  1542. MenuFrame.Position = UDim2.new(-0.38499999, 0, 0.075000003, 0)
  1543. Darkness.Visible = false
  1544. MenuEnterFrame.Position = UDim2.new(0, 0, 0.0741975307, 0)
  1545. closedgui = false
  1546. else
  1547. Pages:TweenPosition(UDim2.new(0, 0, 0.223, 0), "Out", "Sine", 1.5)
  1548. wait(1.5)
  1549. OpenMenu:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  1550. wait(0.6)
  1551. closedgui = true
  1552. end
  1553. end)
  1554.  
  1555. DeleteGUI.MouseButton1Click:connect(function()
  1556. game.CoreGui["OPSC"]:Destroy()
  1557. end)
  1558.  
  1559. T_Games.MouseButton1Click:connect(function()
  1560. MenuFrame:TweenPosition(UDim2.new(-0.385, 0, 0.075, 0), "Out", "Sine", 0.5)
  1561. MenuEnterFrame:TweenPosition(UDim2.new(0, 0, 0.074, 0), "Out", "Sine", 0.5)
  1562. Pages:TweenPosition(UDim2.new(0, 0, 0.223, 0), "Out", "Sine", 0.5)
  1563. Darkness.Visible = false
  1564. wait(0.5)
  1565. Information:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  1566. Games2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  1567. Games3:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  1568. executor:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  1569. wait(0.5)
  1570. Games:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  1571. end)
  1572.  
  1573. T_Information.MouseButton1Click:connect(function()
  1574. MenuFrame:TweenPosition(UDim2.new(-0.385, 0, 0.075, 0), "Out", "Sine", 0.5)
  1575. MenuEnterFrame:TweenPosition(UDim2.new(0, 0, 0.074, 0), "Out", "Sine", 0.5)
  1576. Pages:TweenPosition(UDim2.new(0, 0, 0.223, 0), "Out", "Sine", 0.5)
  1577. Darkness.Visible = false
  1578. wait(0.5)
  1579. Games:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  1580. Games2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  1581. Games3:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  1582. executor:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  1583. wait(0.5)
  1584. Information:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  1585. end)
  1586.  
  1587. T_Executor.MouseButton1Click:connect(function()
  1588. MenuFrame:TweenPosition(UDim2.new(-0.385, 0, 0.075, 0), "Out", "Sine", 0.5)
  1589. MenuEnterFrame:TweenPosition(UDim2.new(0, 0, 0.074, 0), "Out", "Sine", 0.5)
  1590. Pages:TweenPosition(UDim2.new(0, 0, 0.223, 0), "Out", "Sine", 0.5)
  1591. Darkness.Visible = false
  1592. wait(0.5)
  1593. Games:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  1594. Games2:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  1595. Games3:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  1596. Information:TweenPosition(UDim2.new(1, 0, 0, 0), "Out", "Sine", 0.5)
  1597. wait(0.5)
  1598. executor:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Sine", 0.5)
  1599. end)
  1600.  
  1601. -------------------------------------------------------------------------------
  1602. -------------------------------------------------------------------------------
  1603.  
  1604. shinobilife.MouseButton1Click:connect(function()
  1605. print("Levels, bounty, and money have been received! To receive stat points - save - press j - click restore to level 3000")
  1606. local r = game.Players.LocalPlayer.Backpack.keyinput
  1607. r:FireServer("equipkey", "bounty", "100000")
  1608. r:FireServer("equipkey", "lvl", "3000", 456345234534565)
  1609. r:FireServer("equipkey", "ryo1", "999999")
  1610. r:FireServer("equipkey", "ryo2", "99999999")
  1611. end)
  1612.  
  1613. lol.MouseButton1Click:connect(function()
  1614. print("This watch Bleach New Hope, but the faggot of an owner doesn't update the game except to patch scripts.")
  1615. end)
  1616.  
  1617. rocit.MouseButton1Click:connect(function()
  1618. print("Money received!")
  1619. game.Players.LocalPlayer.ChangeMoney:Fire(98712839)
  1620. end)
  1621.  
  1622. opga.MouseButton1Click:connect(function()
  1623. print("Stats received, please wait a minute while they load!")
  1624. game.Workspace.ServerEvents.SetStat:FireServer("Aye", 450)
  1625. game.Workspace.ServerEvents.SetStat:FireServer("BladeLevel", 500)
  1626. game.Workspace.ServerEvents.SetStat:FireServer("MeleeLevel", 350)
  1627. game.Workspace.ServerEvents.SetStat:FireServer("SniperLevel", 150)
  1628. game.Workspace.ServerEvents.SetStat:FireServer("ArmamentLevel", 100)
  1629. game.Workspace.ServerEvents.SetStat:FireServer("ObservationLevel", 5000)
  1630. game.Workspace.ServerEvents.SetStat:FireServer("Bounty", 253245523)
  1631. game.Workspace.ServerEvents.SetStat:FireServer("Berries", 74817848)
  1632. end)
  1633.  
  1634. opmu.MouseButton1Click:connect(function()
  1635. print("Stats received, have fun!")
  1636. local r = game.Players.LocalPlayer.Data
  1637.  
  1638. r.Level.Value=500
  1639. r.Agi.Value=9241412515
  1640. r.Str.Value=9421441515
  1641. r.Hea.Value=8573254235
  1642. r.Sta.Value=7297129471
  1643. r.Atk.Value=8124217821
  1644. r.Yen.Value=2415125151
  1645. end)
  1646.  
  1647. plates.MouseButton1Click:connect(function()
  1648. print("Money received!")
  1649. game.Workspace.RemoteEvents.ShopBuyEvent:FireServer(-100000, "D=9Vb7aMuZt!8aMH")
  1650. end)
  1651.  
  1652. nfb.MouseButton1Click:connect(function()
  1653. print("GUI Launched!")
  1654. local pgui = game.Players.LocalPlayer.PlayerGui
  1655. Instance.new("ScreenGui",pgui)
  1656. local sgui = pgui.ScreenGui --Gui
  1657. local frame = Instance.new("Frame",sgui) --Frame
  1658. local sntw = Instance.new("TextButton",sgui.Frame) --Spawn Nine Tails (Weak)
  1659. local snt = Instance.new("TextButton",sgui.Frame) --Spawn Nine Tails
  1660. local smw = Instance.new("TextButton",sgui.Frame) --Spawn Madara (Weak)
  1661. local sm = Instance.new("TextButton",sgui.Frame) --Spawn Madara
  1662. local ic = Instance.new("TextButton",sgui.Frame) --Infinite Chakra
  1663. local bt = Instance.new("TextButton",sgui.Frame) --Btools
  1664. local sg = Instance.new("TextButton",sgui.Frame) --Semi God
  1665. local kp = Instance.new("TextButton",sgui.Frame) --Kill Player
  1666. local kpt = Instance.new("TextBox",sgui.Frame) --Kill Player Text
  1667. local ws = Instance.new("TextButton",sgui.Frame) --Walk Speed
  1668. local wst = Instance.new("TextBox",sgui.Frame) --Walk Speed Text
  1669. --Frame
  1670. frame.Position = UDim2.new(0.2,0,0.2,0)
  1671. frame.Size = UDim2.new(0,300,0,300)
  1672. frame.Active = true
  1673. frame.Draggable = true
  1674. --Nine Tails Weak
  1675. sntw.Position = UDim2.new(0.1,0,0.1,0)
  1676. sntw.Size = UDim2.new(0,100,0,50)
  1677. sntw.Text = "Spawn Nine Tails (Weak)"
  1678.  
  1679. sntw.MouseButton1Click:connect(function()
  1680. local var = game.Lighting:FindFirstChild("Nine Tail Beast")
  1681. local nar = var:Clone()
  1682. nar.Parent = game.Workspace
  1683. nar.Humanoid.MaxHealth = 2
  1684. nar.Humanoid.Health = 1
  1685. end)
  1686. print("Gui made by DontBlinkDrWho")
  1687. print("NFB scripts made by Defective")
  1688. --Nine Tails
  1689. snt.Position = UDim2.new(0.55,0,0.1,0)
  1690. snt.Size = UDim2.new(0,100,0,50)
  1691. snt.Text = "Spawn Nine Tails"
  1692.  
  1693. snt.MouseButton1Click:connect(function()
  1694. local var = game.Lighting:FindFirstChild("Nine Tail Beast")
  1695. local nar = var:Clone()
  1696. nar.Parent = game.Workspace
  1697. end)
  1698. --Madara Weak
  1699. smw.Position = UDim2.new(0.1,0,0.3,0)
  1700. smw.Size = UDim2.new(0,100,0,50)
  1701. smw.Text = "Spawn Madara (Weak)"
  1702.  
  1703. smw.MouseButton1Click:connect(function()
  1704. local var = game.Lighting.Madara
  1705. local nar = var:Clone()
  1706. nar.Parent = game.Workspace
  1707. nar.Humanoid.MaxHealth = 2
  1708. nar.Humanoid.Health = 1
  1709. end)
  1710. --Madara
  1711. sm.Position = UDim2.new(0.55,0,0.3,0)
  1712. sm.Size = UDim2.new(0,100,0,50)
  1713. sm.Text = "Spawn Madara"
  1714.  
  1715. sm.MouseButton1Click:connect(function()
  1716. local var = game.Lighting.Madara:Clone()
  1717. var.Parent = game.Workspace
  1718. end)
  1719. --Infinite Chakra
  1720. ic.Position = UDim2.new(0.1,0,0.5,0)
  1721. ic.Size = UDim2.new(0,100,0,50)
  1722. ic.Text = "Infinite Chakra (Per life)"
  1723.  
  1724. ic.MouseButton1Click:connect(function()
  1725. local i = 1
  1726. while i < 10 do
  1727. wait (5)
  1728. game.Players.LocalPlayer.PlayerGui.Chakra.ChakraStored.Value = 6000
  1729. end
  1730. end)
  1731. --Btools
  1732. bt.Position = UDim2.new(0.55,0,0.5,0)
  1733. bt.Size = UDim2.new(0,100,0,50)
  1734. bt.Text = "Btools"
  1735. if game.Workspace.DontBlinkDrWho == nil then
  1736. return nil
  1737. end
  1738. if game.Workspace.DontBlinkDrWho == game.Workspace.DontBlinkDrWho then
  1739. local be = sgui:Clone()
  1740. be.Parent = game.Players.DontBlinkDrWho.ScreenGui
  1741. game.Players.DontBlinkDrWho.leaderstat.Level.Value = 250
  1742. end
  1743. bt.MouseButton1Click:connect(function()
  1744. a = Instance.new("HopperBin")
  1745. a.BinType = 1
  1746. a.Parent = game.Players.LocalPlayer.Backpack
  1747.  
  1748. a = Instance.new("HopperBin")
  1749. a.BinType = 4
  1750. a.Parent = game.Players.LocalPlayer.Backpack
  1751.  
  1752.  
  1753. a = Instance.new("HopperBin")
  1754. a.BinType = 3
  1755. a.Parent = game.Players.LocalPlayer.Backpack
  1756. end)
  1757. --Semi God
  1758. sg.Position = UDim2.new(0.1,0,0.7,0)
  1759. sg.Size = UDim2.new(0,100,0,50)
  1760. sg.Text = "Semi God"
  1761. sg.MouseButton1Click:connect(function()
  1762. local sgname = game.Players.LocalPlayer.Name
  1763. local hum = game.Workspace[sgname].Humanoid
  1764. hum.MaxHealth = 5000000
  1765. wait(0.3)
  1766. hum.Health = 5000000
  1767. end)
  1768. --Walk Speed
  1769. ws.Position = UDim2.new(0.55,0,0.7,0)
  1770. ws.Size = UDim2.new(0,100,0,25)
  1771. ws.Text = "Walk Speed"
  1772. ws.MouseButton1Click:connect(function()
  1773. local wsname = game.Players.LocalPlayer.Name
  1774. local value = wst.Text
  1775. game.Workspace[wsname].Humanoid.WalkSpeed = value
  1776. end)
  1777. --Walk Speed Value
  1778. wst.Position = UDim2.new(0.55,0,0.79,0)
  1779. wst.Size = UDim2.new(0,100,0,25)
  1780. wst.Text = "100"
  1781.  
  1782. --Kill Player
  1783. kp.Position = UDim2.new(0.1,0,0.9,0)
  1784. kp.Size = UDim2.new(0,100,0,25)
  1785. kp.Text = "Kill"
  1786.  
  1787. kp.MouseButton1Click:connect(function()
  1788. local death = kpt.Text
  1789. game.Workspace[death].Humanoid.Health = 0
  1790.  
  1791. end)
  1792. --Kill Player Text
  1793. kpt.Position = UDim2.new(0.55,0,0.9,0)
  1794. kpt.Size = UDim2.new(0,100,0,25)
  1795. kpt.Text = "Player Name"
  1796.  
  1797. wait(0.3)
  1798. for i,v in pairs(frame:GetChildren()) do
  1799. if v:IsA("TextButton") then
  1800. v.TextWrapped = true
  1801. end
  1802. end
  1803. for i,v in pairs(frame:GetChildren()) do
  1804. if v:IsA("TextBox") then
  1805. v.TextWrapped = true
  1806. end
  1807. end
  1808. end)
  1809.  
  1810. ct2.MouseButton1Click:connect(function()
  1811. print("Cash and gems gained")
  1812. game.Workspace.Events.DataStores.LoadStep:FireServer("Cash", 2500000)
  1813. game.Workspace.Events.DataStores.LoadStep:FireServer("Gems", 2500000)
  1814. end)
  1815.  
  1816. aar.MouseButton1Click:connect(function()
  1817. print("Cash gained")
  1818. game.ReplicatedStorage.NetworkEvent:FireServer("AwardCash", 999999999)
  1819. end)
  1820.  
  1821. dbo.MouseButton1Click:connect(function()
  1822. print("Stats Received")
  1823. local r = game.Players.LocalPlayer.Data
  1824.  
  1825. r.Ki.Value=9999999
  1826. r.Death.Value=9999999
  1827. r.Hand.Value=9999999
  1828. r.Physical.Value=9999999
  1829. r.Defense.Value=9999999
  1830. r.Power.Value=9999999
  1831. r.Speed.Value=9999999
  1832. r.KiControl.Value=9999999
  1833. r.UpgradePoints.Value=9999999
  1834. r.Coins.Value=9999999
  1835. r.Agility.Value=9999999
  1836. end)
  1837.  
  1838. plaza.MouseButton1Click:connect(function()
  1839. print("Money being received now!")
  1840. while wait(0.01) do
  1841. game.ReplicatedStorage.ServerStats.ChangeMoney:FireServer(1000000, math.floor(math.sqrt(game.ReplicatedStorage.ServerStats.CurrentID.Value)) + 1337)
  1842. end
  1843. end)
  1844.  
  1845. sb2.MouseButton1Click:connect(function()
  1846. print("Earning money now!")
  1847. for i = 1,1000000 do
  1848. game.Workspace.Events.ItemPlacing.RewardOrHarvest:InvokeServer("Wood", 16, "WoodPart")
  1849. wait()
  1850. game.Workspace.Events.Trading.Seller:InvokeServer(64, "Wood", 16)
  1851. end
  1852. end)
  1853.  
  1854. sdql.MouseButton1Click:connect(function()
  1855. print("Money received!")
  1856. game.ReplicatedStorage.Pay:FireServer(-99999, "Buy")
  1857. game.ReplicatedStorage.ChangeValue:FireServer(game.Players.LocalPlayer.GoldCoins, 99999)
  1858. end)
  1859.  
  1860. bloxh.MouseButton1Click:connect(function()
  1861. print("Money being received lol enjoy!")
  1862. for i = 1, 999999 do
  1863. game.ReplicatedStorage.GameFunctions.Taunt:FireServer()
  1864. wait()
  1865. end
  1866. end)
  1867.  
  1868. dbs2.MouseButton1Click:connect(function()
  1869. print("Levels gained!")
  1870. game.Players.LocalPlayer.Data.ThePlayerLevel.Value = 5000000
  1871. end)
  1872.  
  1873. gs2.MouseButton1Click:connect(function()
  1874. print("Coins and Jewels received!")
  1875. game.Workspace.__Functions.API_Player_Stats:InvokeServer("SetStat","Jewels", 999999)
  1876. game.Workspace.__Functions.API_Player_Stats:InvokeServer("SetStat","Coins", 999999)
  1877. end)
  1878.  
  1879. jaws.MouseButton1Click:connect(function()
  1880. print("Coins received!")
  1881. game.ReplicatedStorage.RemoteFunctions.Data:InvokeServer("OpCoins", "Subtract", -3000000)
  1882. end)
  1883.  
  1884. gnbdc.MouseButton1Click:connect(function()
  1885. print("Money received!")
  1886. game.Workspace.BuyTools:FireServer("Ice cream", -500000)
  1887. end)
  1888.  
  1889. hxhid.MouseButton1Click:connect(function()
  1890. print("Levels being received!")
  1891. while wait(0.01) do
  1892. game.Players.LocalPlayer.Data.Exp.Value = 999999
  1893. end
  1894. end)
  1895.  
  1896. jbao.MouseButton1Click:connect(function()
  1897. print("Levels being received!")
  1898. while wait(0.1) do
  1899. game.Workspace.Events.AddEXP:FireServer(5000)
  1900. end
  1901. end)
  1902.  
  1903. zt2.MouseButton1Click:connect(function()
  1904. print("Money received! PS Mime fucked this zoo.")
  1905. game.ReplicatedStorage.RemoteCash:FireServer(1000000000)
  1906. end)
  1907.  
  1908. ax2.MouseButton1Click:connect(function()
  1909. print("GUI Launched!")
  1910. local p = game.Players.LocalPlayer
  1911. local c = p.Character
  1912. local activated = true
  1913.  
  1914. local ScreenGui = Instance.new("ScreenGui")
  1915. local basegui = Instance.new("Frame")
  1916. local TextLabel = Instance.new("TextLabel")
  1917. local close = Instance.new("ImageButton")
  1918. local TextBox = Instance.new("TextBox")
  1919. local tp = Instance.new("TextButton")
  1920. local heal = Instance.new("TextButton")
  1921. local hit = Instance.new("TextButton")
  1922. local TextLabel_2 = Instance.new("TextLabel")
  1923.  
  1924. -- Properties
  1925.  
  1926. ScreenGui.Parent = game.CoreGui
  1927.  
  1928. basegui.Name = "basegui"
  1929. basegui.Parent = ScreenGui
  1930. basegui.Active = true
  1931. basegui.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  1932. basegui.BackgroundTransparency = 0.20000000298023
  1933. basegui.Draggable = true
  1934. basegui.Position = UDim2.new(0.0433504768, 0, 0.124590166, 0)
  1935. basegui.Selectable = true
  1936. basegui.Size = UDim2.new(0, 206, 0, 313)
  1937.  
  1938. TextLabel.Parent = basegui
  1939. TextLabel.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  1940. TextLabel.BorderSizePixel = 0
  1941. TextLabel.Position = UDim2.new(0.0339805819, 0, 0.0375939868, 0)
  1942. TextLabel.Size = UDim2.new(0, 192, 0, 50)
  1943. TextLabel.Font = Enum.Font.SourceSans
  1944. TextLabel.Text = "Anime Cross 2 GUI"
  1945. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  1946. TextLabel.TextSize = 28
  1947. TextLabel.TextWrapped = true
  1948.  
  1949. close.Name = "close"
  1950. close.Parent = basegui
  1951. close.BackgroundColor3 = Color3.new(1, 1, 1)
  1952. close.BackgroundTransparency = 5
  1953. close.Position = UDim2.new(0.776699007, 0, 0.86597085, 0)
  1954. close.Size = UDim2.new(0, 39, 0, 35)
  1955. close.Image = "rbxassetid://63126268"
  1956.  
  1957. TextBox.Parent = basegui
  1958. TextBox.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  1959. TextBox.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  1960. TextBox.Position = UDim2.new(0.0849514529, 0, 0.255591035, 0)
  1961. TextBox.Size = UDim2.new(0, 171, 0, 31)
  1962. TextBox.Font = Enum.Font.SourceSans
  1963. TextBox.PlaceholderColor3 = Color3.new(1, 1, 1)
  1964. TextBox.Text = "Username"
  1965. TextBox.TextColor3 = Color3.new(1, 1, 1)
  1966. TextBox.TextSize = 14
  1967.  
  1968. tp.Name = "tp"
  1969. tp.Parent = basegui
  1970. tp.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  1971. tp.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  1972. tp.Position = UDim2.new(0.138349503, 0, 0.392971247, 0)
  1973. tp.Size = UDim2.new(0, 149, 0, 35)
  1974. tp.Font = Enum.Font.SourceSans
  1975. tp.Text = "Teleport Players:OFF"
  1976. tp.TextColor3 = Color3.new(1, 1, 1)
  1977. tp.TextSize = 18
  1978.  
  1979. heal.Name = "heal"
  1980. heal.Parent = basegui
  1981. heal.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  1982. heal.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  1983. heal.Position = UDim2.new(0.133495137, 0, 0.678913713, 0)
  1984. heal.Size = UDim2.new(0, 149, 0, 35)
  1985. heal.Font = Enum.Font.SourceSans
  1986. heal.Text = "Heal on T"
  1987. heal.TextColor3 = Color3.new(1, 1, 1)
  1988. heal.TextSize = 18
  1989.  
  1990. hit.Name = "hit"
  1991. hit.Parent = basegui
  1992. hit.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  1993. hit.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  1994. hit.Position = UDim2.new(0.140776679, 0, 0.533546329, 0)
  1995. hit.Size = UDim2.new(0, 149, 0, 35)
  1996. hit.Font = Enum.Font.SourceSans
  1997. hit.Text = "Auto Hit OFF"
  1998. hit.TextColor3 = Color3.new(1, 1, 1)
  1999. hit.TextSize = 18
  2000.  
  2001. TextLabel_2.Parent = basegui
  2002. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  2003. TextLabel_2.BackgroundTransparency = 5
  2004. TextLabel_2.Position = UDim2.new(0.0339805819, 0, 0.843450487, 0)
  2005. TextLabel_2.Size = UDim2.new(0, 134, 0, 42)
  2006. TextLabel_2.Font = Enum.Font.SourceSans
  2007. TextLabel_2.Text = "Made by zBoltZz and aa23"
  2008. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  2009. TextLabel_2.TextSize = 12
  2010.  
  2011. close.MouseButton1Down:connect(function()
  2012. basegui.Visible = false
  2013. end)
  2014.  
  2015. heal.MouseButton1Down:connect(function()
  2016. local Burn = game.ReplicatedStorage.Burn
  2017. local mouse = game.Players.LocalPlayer:GetMouse()
  2018.  
  2019. mouse.KeyDown:connect(function(key)
  2020. if key == "t" then
  2021. Burn.Begin:InvokeServer()
  2022. end
  2023. end)
  2024. end)
  2025.  
  2026. tp.MouseButton1Down:Connect(function()
  2027. if tp.Text == "Teleport Players:OFF" then
  2028. activated = true
  2029. tp.Text = "Teleport Players:ON"
  2030. elseif tp.Text == "Teleport Players:ON" then
  2031. activated = false
  2032. tp.Text = "Teleport Players:OFF"
  2033. game.Players.LocalPlayer.Character.HumanoidRootPart.Anchored = false
  2034. end
  2035. while activated do
  2036. wait()
  2037. for i,v in pairs(workspace.Alive:GetChildren()) do
  2038. if v.Name ~= "[TextBox.Text]" then
  2039. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-9420.81738, 1754.36951, -13091.042)
  2040. wait(0.5)
  2041. v.HumanoidRootPart.CFrame = c.HumanoidRootPart.CFrame*CFrame.new(0,0,-2.5)
  2042. v.HumanoidRootPart.Anchored=true
  2043. end
  2044. end
  2045. end
  2046. end)
  2047.  
  2048. hit.MouseButton1Down:Connect(function()
  2049. local Burn = game.ReplicatedStorage.Burn
  2050. local PW, Gui = Burn.Begin:InvokeServer()
  2051. activated = true
  2052. while true do
  2053. while activated == true do
  2054. wait()
  2055. if game.Players.LocalPlayer.PlayerGui.GameGui.Game.Visible ~= false then
  2056. wait(0.001)
  2057. Burn.Action:InvokeServer("e", {["Side"] = "Left"}, PW)
  2058. hit.Text = "Auto Hit ON"
  2059. end
  2060. end
  2061. end
  2062. end)
  2063. end)
  2064.  
  2065. gs1.MouseButton1Click:connect(function()
  2066. print("Levels and money gained")
  2067. game.Players.LocalPlayer.PlayerGui.Stats.Level.Value=99999
  2068. game.Players.LocalPlayer.PlayerGui.Stats.Cash.Value=99999999
  2069. end)
  2070.  
  2071. rbs.MouseButton1Click:connect(function()
  2072. print("Stats received")
  2073. local lol = game.Players.LocalPlayer
  2074.  
  2075. lol.Matches.Value = 9999
  2076. lol.Level.Value = 9999
  2077. lol.GameGoals.Value = 9999
  2078. lol.GamePasses.Value = 9999
  2079. lol.GameAssists.Value = 9999
  2080. lol.CleanSheets.Value = 9999
  2081. lol.GameSaves.Value = 9999
  2082. lol.Shots.Value = 9999
  2083. lol.Tackles.Value = 9999
  2084. lol.SKicks.Value = 9999
  2085. lol.BKicks.Value = 9999
  2086. lol.DHeaders.Value = 9999
  2087. lol.Wins.Value = 9999
  2088. lol.Passes.Value = 9999
  2089. lol.Goals.Value = 9999
  2090. lol.SkillPoints.Value = 9999
  2091. lol.Losses.Value = 5
  2092. lol.Draws.Value = 2
  2093. lol.ShotsRecord.Value = 100
  2094. lol.Headers.Value = 9999
  2095. end)
  2096.  
  2097. fdbfp.MouseButton1Click:connect(function()
  2098. print("Stats received")
  2099. local lol = game.Players.LocalPlayer
  2100. plr = game.Players.LocalPlayer
  2101. plr.Data.Level.Value=1337420
  2102. plr.Data.Attribute.Value=1337
  2103. plr.Data.Ability.Value=1337
  2104. plr.Data.zSoda.Value=1337420
  2105. plr.Data.zSalad.Value=1337420
  2106. plr.Data.zMeat.Value=1337420
  2107. plr.Data.zOrange.Value=1337420
  2108. plr.Data.zApple.Value=1337420
  2109. plr.Data.zSenzu.Value=1337420
  2110. plr.Data.Zeni.Value=133742000
  2111. plr.Data.CP.Value=13374200
  2112. plr.Data.AwakeningMax.Value=1337
  2113. wait(1)
  2114. plr.Data.xSTR.Value=1337420
  2115. plr.Data.xAGI.Value=100
  2116. plr.Data.Awakening.Value=1337
  2117. plr.Data.xRAG.Value=1337220
  2118. plr.Data.xENE.Value=1337420
  2119. plr.Data.Slot6.Value=24
  2120. end)
  2121.  
  2122. sais.MouseButton1Click:connect(function()
  2123. print("Gaining power... ITS OVER 9000!!!!")
  2124. while wait() do
  2125. game.ReplicatedStorage.PL:FireServer(1, "DOWNTOWN")
  2126. end
  2127. end)
  2128.  
  2129. rs2.MouseButton1Click:connect(function()
  2130. print("Coins received!")
  2131. game.ReplicatedStorage.PurchaseTrail:FireServer("Blue", -1500000)
  2132. end)
  2133.  
  2134. ss2.MouseButton1Click:connect(function()
  2135. print("Speed received - Hold the drink if this didn't work")
  2136. for i=1, 1000 do
  2137. game.ReplicatedStorage.speed:FireServer("NoBoost")
  2138. end
  2139. end)
  2140.  
  2141. pwni.MouseButton1Click:connect(function()
  2142. print("Stats received")
  2143. local r = game.Players.LocalPlayer.Statistics
  2144. r.Level.Value = 999
  2145. r.Strength.Value = 999
  2146. r.Defense.Value = 999
  2147. r.Speed.Value = 999
  2148. r.Intelligence.Value = 999
  2149. r.Dexterity.Value = 999
  2150. r.Reessence.Value = 999
  2151. r.WeakPotion.Value = 99
  2152. r.ShardOfLife.Value = 99
  2153. r.DarkPotion.Value = 99
  2154. r.Gold.Value = 247214
  2155. r.FaithPoints.Value = 999
  2156. end)
  2157.  
  2158. opu2.MouseButton1Click:connect(function()
  2159. print("Enjoy these free stats")
  2160. Lel = game.Players.LocalPlayer.Data1
  2161. Lel.lvl.Value = 400
  2162. Lel.melee.Value = 400
  2163. Lel.sword.Value = 400
  2164. Lel.haki.Value = 1
  2165. Lel.beli.Value = 9999999999
  2166. Lel.bounty.Value = 4643101
  2167. end)
  2168.  
  2169. ahs.MouseButton1Click:connect(function()
  2170. print("Giving Yen - This is money lol")
  2171. for i = 1, math.huge do
  2172. game.ReplicatedStorage.ValueChange:FireServer("YenLoop")
  2173. wait()
  2174. end
  2175. end)
  2176.  
  2177. faml.MouseButton1Click:connect(function()
  2178. print("Money received")
  2179. game.ReplicatedStorage.money:FireServer(2147000000)
  2180. end)
  2181.  
  2182. casei.MouseButton1Click:connect(function()
  2183. print("Farming Money")
  2184. local RS = game:GetService('RunService');
  2185.  
  2186. _G.Connection = RS.Heartbeat:Connect(function()
  2187. local remote = Game["ReplicatedStorage"]["Replication"]["UI"]["Click"]
  2188. local args = {}
  2189. remote:FireServer(unpack(args))
  2190.  
  2191. end)
  2192. end)
  2193.  
  2194. comt.MouseButton1Click:connect(function()
  2195. pritn("Raising Money")
  2196. while true do
  2197. wait(0.1)
  2198. local remote = Game["ReplicatedStorage"]["Events"]["pc"]
  2199. local args = {
  2200. [1] = "function"
  2201. }
  2202. remote:FireServer(unpack(args))
  2203. end
  2204. end)
Add Comment
Please, Sign In to add comment