requirers

Requirers GUI | 1.0.0

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