Guest User

Statchange gui script

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