ItSecTeam07

Gui

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