Guest User

Untitled

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