Advertisement
FilterYT

Untitled

Apr 17th, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.84 KB | None | 0 0
  1. local LimitedSimulatoz = Instance.new('ScreenGui')
  2. local ClickOne = Instance.new('TextButton')
  3. local clicktwo = Instance.new('TextButton')
  4. local clickthree = Instance.new('TextButton')
  5. local clickfour = Instance.new('TextButton')
  6. local clickfive = Instance.new('TextButton')
  7. local AUTOFARM = Instance.new('TextButton')
  8. local clicksix = Instance.new('TextButton')
  9. local clickseven = Instance.new('TextButton')
  10. local clickeight = Instance.new('TextButton')
  11. local REALCLICKER = Instance.new('TextButton')
  12. local guessSS = Instance.new('Frame')
  13. local LOL = Instance.new('TextLabel')
  14. local ANSWER = Instance.new('TextBox')
  15. local LOL_2 = Instance.new('TextLabel')
  16. local guz = Instance.new('TextButton')
  17. local CONGRATS = Instance.new('Frame')
  18. local NOTIC = Instance.new('TextLabel')
  19. local nt = Instance.new('TextButton')
  20. local CRETS = Instance.new('Frame')
  21. local CREDS = Instance.new('TextLabel')
  22. local NOON = Instance.new('TextButton')
  23. local trashGUI = Instance.new('Frame')
  24. local ITEM = Instance.new('TextBox')
  25. local VALUE = Instance.new('TextButton')
  26. local ITEMVAL = Instance.new('TextBox')
  27. local X = Instance.new('TextButton')
  28.  
  29. -- Properties
  30.  
  31. LimitedSimulatoz.Name = 'LimitedSimulatoz'
  32. LimitedSimulatoz.Parent = game.Players.LocalPlayer.PlayerGui
  33.  
  34. ClickOne.Name = 'ClickOne'
  35. ClickOne.Parent = LimitedSimulatoz
  36. ClickOne.BackgroundColor3 = Color3.new(1, 1, 1)
  37. ClickOne.Position = UDim2.new(-0.0161725059, 0, 0.716165423, 0)
  38. ClickOne.Size = UDim2.new(0, 200, 0, 50)
  39. ClickOne.Style = Enum.ButtonStyle.RobloxRoundButton
  40. ClickOne.Font = Enum.Font.SourceSans
  41. ClickOne.Text = 'Click!'
  42. ClickOne.TextColor3 = Color3.new(0, 0, 0)
  43. ClickOne.TextScaled = true
  44. ClickOne.TextSize = 14
  45. ClickOne.TextWrapped = true
  46. ClickOne.MouseButton1Down:connect(function()
  47. ClickOne.Visible = false
  48. clicktwo.Visible = true
  49. end)
  50.  
  51. clicktwo.Name = 'clicktwo'
  52. clicktwo.Parent = LimitedSimulatoz
  53. clicktwo.BackgroundColor3 = Color3.new(1, 1, 1)
  54. clicktwo.Position = UDim2.new(-0.0161725059, 0, 0.539473712, 0)
  55. clicktwo.Size = UDim2.new(0, 200, 0, 50)
  56. clicktwo.Visible = false
  57. clicktwo.Style = Enum.ButtonStyle.RobloxRoundButton
  58. clicktwo.Font = Enum.Font.SourceSans
  59. clicktwo.Text = 'Click!'
  60. clicktwo.TextColor3 = Color3.new(0, 0, 0)
  61. clicktwo.TextScaled = true
  62. clicktwo.TextSize = 14
  63. clicktwo.TextWrapped = true
  64. clicktwo.MouseButton1Down:connect(function()
  65. clicktwo.Visible = false
  66. clickthree.Visible = true
  67. end)
  68.  
  69. clickthree.Name = 'clickthree'
  70. clickthree.Parent = LimitedSimulatoz
  71. clickthree.BackgroundColor3 = Color3.new(1, 1, 1)
  72. clickthree.Position = UDim2.new(-0.0161725059, 0, 0.381578982, 0)
  73. clickthree.Size = UDim2.new(0, 200, 0, 50)
  74. clickthree.Visible = false
  75. clickthree.Style = Enum.ButtonStyle.RobloxRoundButton
  76. clickthree.Font = Enum.Font.SourceSans
  77. clickthree.Text = 'Click!'
  78. clickthree.TextColor3 = Color3.new(0, 0, 0)
  79. clickthree.TextScaled = true
  80. clickthree.TextSize = 14
  81. clickthree.TextWrapped = true
  82. clickthree.MouseButton1Down:connect(function()
  83. clickthree.Visible = false
  84. clickfour.Visible = true
  85. end)
  86.  
  87. clickfour.Name = 'clickfour'
  88. clickfour.Parent = LimitedSimulatoz
  89. clickfour.BackgroundColor3 = Color3.new(1, 1, 1)
  90. clickfour.Position = UDim2.new(-0.0161725059, 0, 0.203007549, 0)
  91. clickfour.Size = UDim2.new(0, 200, 0, 50)
  92. clickfour.Visible = false
  93. clickfour.Style = Enum.ButtonStyle.RobloxRoundButton
  94. clickfour.Font = Enum.Font.SourceSans
  95. clickfour.Text = 'Click!'
  96. clickfour.TextColor3 = Color3.new(0, 0, 0)
  97. clickfour.TextScaled = true
  98. clickfour.TextSize = 14
  99. clickfour.TextWrapped = true
  100. clickfour.MouseButton1Down:connect(function()
  101. clickfour.Visible = false
  102. clickfive.Visible = true
  103. end)
  104.  
  105. clickfive.Name = 'clickfive'
  106. clickfive.Parent = LimitedSimulatoz
  107. clickfive.BackgroundColor3 = Color3.new(1, 1, 1)
  108. clickfive.Position = UDim2.new(-0.0161725059, 0, 2.98023224e-08, 0)
  109. clickfive.Size = UDim2.new(0, 200, 0, 50)
  110. clickfive.Visible = false
  111. clickfive.Style = Enum.ButtonStyle.RobloxRoundButton
  112. clickfive.Font = Enum.Font.SourceSans
  113. clickfive.Text = 'Click!'
  114. clickfive.TextColor3 = Color3.new(0, 0, 0)
  115. clickfive.TextScaled = true
  116. clickfive.TextSize = 14
  117. clickfive.TextWrapped = true
  118. clickfive.MouseButton1Down:connect(function()
  119. clickfive.Visible = false
  120. clicksix.Visible = true
  121. end)
  122.  
  123. clicksix.Name = 'clicksix'
  124. clicksix.Parent = LimitedSimulatoz
  125. clicksix.BackgroundColor3 = Color3.new(1, 1, 1)
  126. clicksix.Position = UDim2.new(0.335579515, 0, 2.98023224e-08, 0)
  127. clicksix.Size = UDim2.new(0, 200, 0, 50)
  128. clicksix.Visible = false
  129. clicksix.Style = Enum.ButtonStyle.RobloxRoundButton
  130. clicksix.Font = Enum.Font.SourceSans
  131. clicksix.Text = 'Click!'
  132. clicksix.TextColor3 = Color3.new(0, 0, 0)
  133. clicksix.TextScaled = true
  134. clicksix.TextSize = 14
  135. clicksix.TextWrapped = true
  136. clicksix.MouseButton1Down:connect(function()
  137. clicksix.Visible = false
  138. clickseven.Visible = true
  139. end)
  140.  
  141. clickseven.Name = 'clickseven'
  142. clickseven.Parent = LimitedSimulatoz
  143. clickseven.BackgroundColor3 = Color3.new(1, 1, 1)
  144. clickseven.Position = UDim2.new(0.650943398, 0, 2.98023224e-08, 0)
  145. clickseven.Size = UDim2.new(0, 200, 0, 50)
  146. clickseven.Visible = false
  147. clickseven.Style = Enum.ButtonStyle.RobloxRoundButton
  148. clickseven.Font = Enum.Font.SourceSans
  149. clickseven.Text = 'Click!'
  150. clickseven.TextColor3 = Color3.new(0, 0, 0)
  151. clickseven.TextScaled = true
  152. clickseven.TextSize = 14
  153. clickseven.TextWrapped = true
  154. clickseven.MouseButton1Down:connect(function()
  155. clickseven.Visible = false
  156. clickeight.Visible = true
  157. end)
  158.  
  159. clickeight.Name = 'clickeight'
  160. clickeight.Parent = LimitedSimulatoz
  161. clickeight.BackgroundColor3 = Color3.new(1, 1, 1)
  162. clickeight.Position = UDim2.new(0.335579515, 0, 0.135338381, 0)
  163. clickeight.Size = UDim2.new(0, 200, 0, 50)
  164. clickeight.Visible = false
  165. clickeight.Style = Enum.ButtonStyle.RobloxRoundButton
  166. clickeight.Font = Enum.Font.SourceSans
  167. clickeight.Text = 'Click!'
  168. clickeight.TextColor3 = Color3.new(0, 0, 0)
  169. clickeight.TextScaled = true
  170. clickeight.TextSize = 14
  171. clickeight.TextWrapped = true
  172. clickeight.MouseButton1Down:connect(function()
  173. clickeight.Visible = false
  174. REALCLICKER.Visible = true
  175. end)
  176.  
  177. REALCLICKER.Name = 'REALCLICKER'
  178. REALCLICKER.Parent = LimitedSimulatoz
  179. REALCLICKER.BackgroundColor3 = Color3.new(1, 1, 1)
  180. REALCLICKER.Position = UDim2.new(0.312668473, 0, 0.332706779, 0)
  181. REALCLICKER.Size = UDim2.new(0, 451, 0, 232)
  182. REALCLICKER.Visible = false
  183. REALCLICKER.Style = Enum.ButtonStyle.RobloxRoundButton
  184. REALCLICKER.Font = Enum.Font.SourceSans
  185. REALCLICKER.Text = 'REAL CLICK!!'
  186. REALCLICKER.TextColor3 = Color3.new(0, 0, 0)
  187. REALCLICKER.TextScaled = true
  188. REALCLICKER.TextSize = 14
  189. REALCLICKER.TextWrapped = true
  190. REALCLICKER.MouseButton1Down:connect(function()
  191. REALCLICKER.Visible = false
  192. guessSS.Visible = true
  193. end)
  194.  
  195. guessSS.Name = 'guessSS'
  196. guessSS.Parent = LimitedSimulatoz
  197. guessSS.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  198. guessSS.Position = UDim2.new(0.305929899, 0, 0.304511279, 0)
  199. guessSS.Size = UDim2.new(0, 229, 0, 188)
  200. guessSS.Visible = false
  201.  
  202. LOL.Name = 'LOL'
  203. LOL.Parent = guessSS
  204. LOL.BackgroundColor3 = Color3.new(1, 1, 1)
  205. LOL.Size = UDim2.new(0, 229, 0, 50)
  206. LOL.Font = Enum.Font.SourceSans
  207. LOL.Text = 'Guess a number between 1 and 3!'
  208. LOL.TextColor3 = Color3.new(0, 0, 0)
  209. LOL.TextSize = 14
  210.  
  211. ANSWER.Name = 'ANSWER'
  212. ANSWER.Parent = guessSS
  213. ANSWER.BackgroundColor3 = Color3.new(1, 1, 1)
  214. ANSWER.Position = UDim2.new(0.0655021816, 0, 0.329787225, 0)
  215. ANSWER.Size = UDim2.new(0, 200, 0, 32)
  216. ANSWER.Font = Enum.Font.SourceSans
  217. ANSWER.Text = 'Answer Here'
  218. ANSWER.TextColor3 = Color3.new(0, 0, 0)
  219. ANSWER.TextSize = 14
  220.  
  221. LOL_2.Name = 'LOL'
  222. LOL_2.Parent = guessSS
  223. LOL_2.BackgroundColor3 = Color3.new(1, 1, 1)
  224. LOL_2.Position = UDim2.new(0.0043668123, 0, 0.771276593, 0)
  225. LOL_2.Size = UDim2.new(0, 229, 0, 43)
  226. LOL_2.Font = Enum.Font.SourceSans
  227. LOL_2.Text = 'NO IDIOTS ALLOWED!'
  228. LOL_2.TextColor3 = Color3.new(0, 0, 0)
  229. LOL_2.TextScaled = true
  230. LOL_2.TextSize = 14
  231. LOL_2.TextWrapped = true
  232.  
  233. guz.Name = 'guz'
  234. guz.Parent = guessSS
  235. guz.BackgroundColor3 = Color3.new(1, 1, 1)
  236. guz.Position = UDim2.new(0.0655021816, 0, 0.553191483, 0)
  237. guz.Size = UDim2.new(0, 200, 0, 34)
  238. guz.Font = Enum.Font.SourceSans
  239. guz.Text = 'Guess!'
  240. guz.TextColor3 = Color3.new(0, 0, 0)
  241. guz.TextScaled = true
  242. guz.TextSize = 14
  243. guz.TextWrapped = true
  244. guz.MouseButton1Down:connect(function()
  245. if ANSWER.Text == '2' then
  246. guessSS.Visible = false
  247. CONGRATS.Visible = true
  248. end
  249. end)
  250.  
  251. CONGRATS.Name = 'CONGRATS'
  252. CONGRATS.Parent = LimitedSimulatoz
  253. CONGRATS.BackgroundColor3 = Color3.new(1, 1, 1)
  254. CONGRATS.Position = UDim2.new(0.340970367, 0, 0.302631587, 0)
  255. CONGRATS.Size = UDim2.new(0, 301, 0, 210)
  256. CONGRATS.Visible = false
  257.  
  258. NOTIC.Name = 'NOTIC'
  259. NOTIC.Parent = CONGRATS
  260. NOTIC.BackgroundColor3 = Color3.new(1, 1, 1)
  261. NOTIC.Size = UDim2.new(0, 301, 0, 154)
  262. NOTIC.Font = Enum.Font.SourceSans
  263. NOTIC.Text = 'CONGRATS! YOU PASSED THE STUPIDITY TEST AND HAVE PROVEN YOU ARE WORTHY OF USING THIS GAI GUI'
  264. NOTIC.TextColor3 = Color3.new(0, 0, 0)
  265. NOTIC.TextScaled = true
  266. NOTIC.TextSize = 14
  267. NOTIC.TextWrapped = true
  268.  
  269. nt.Name = 'nt'
  270. nt.Parent = CONGRATS
  271. nt.BackgroundColor3 = Color3.new(1, 1, 1)
  272. nt.Position = UDim2.new(0.169435218, 0, 0.761904776, 0)
  273. nt.Size = UDim2.new(0, 200, 0, 44)
  274. nt.Font = Enum.Font.SourceSans
  275. nt.Text = 'Next'
  276. nt.TextColor3 = Color3.new(0, 0, 0)
  277. nt.TextScaled = true
  278. nt.TextSize = 14
  279. nt.TextWrapped = true
  280. nt.MouseButton1Down:connect(function()
  281. CONGRATS.Visible = false
  282. CRETS.Visible = true
  283. end)
  284.  
  285. CRETS.Name = 'CRETS'
  286. CRETS.Parent = LimitedSimulatoz
  287. CRETS.BackgroundColor3 = Color3.new(1, 1, 1)
  288. CRETS.Position = UDim2.new(0.296495944, 0, 0.214285716, 0)
  289. CRETS.Size = UDim2.new(0, 259, 0, 202)
  290. CRETS.Visible = false
  291.  
  292. CREDS.Name = 'CREDS'
  293. CREDS.Parent = CRETS
  294. CREDS.BackgroundColor3 = Color3.new(1, 1, 1)
  295. CREDS.Size = UDim2.new(0, 259, 0, 151)
  296. CREDS.Font = Enum.Font.SourceSans
  297. CREDS.Text = 'GUI : hitherenoob3637 - v3rmillion Script For VALUE CHANGING : Sajad999999 - V3rmillion'
  298. CREDS.TextColor3 = Color3.new(0, 0, 0)
  299. CREDS.TextScaled = true
  300. CREDS.TextSize = 14
  301. CREDS.TextWrapped = true
  302.  
  303. NOON.Name = 'NOON'
  304. NOON.Parent = CRETS
  305. NOON.BackgroundColor3 = Color3.new(1, 1, 1)
  306. NOON.Position = UDim2.new(0.115830116, 0, 0.787128687, 0)
  307. NOON.Size = UDim2.new(0, 200, 0, 37)
  308. NOON.Font = Enum.Font.SourceSans
  309. NOON.Text = 'TAKE ME TO THE DAMN GUI ALREADY!'
  310. NOON.TextColor3 = Color3.new(0, 0, 0)
  311. NOON.TextScaled = true
  312. NOON.TextSize = 14
  313. NOON.TextWrapped = true
  314. NOON.MouseButton1Down:connect(function()
  315. CRETS.Visible = false
  316. trashGUI.Visible = true
  317. end)
  318.  
  319. trashGUI.Name = 'trashGUI'
  320. trashGUI.Parent = LimitedSimulatoz
  321. trashGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  322. trashGUI.Position = UDim2.new(0.324797839, 0, 0.156015038, 0)
  323. trashGUI.Size = UDim2.new(0, 284, 0, 235)
  324. trashGUI.Visible = false
  325. trashGUI.Style = Enum.FrameStyle.RobloxRound
  326. trashGUI.Active = true
  327. trashGUI.Draggable = true
  328.  
  329. ITEM.Name = 'ITEM'
  330. ITEM.Parent = trashGUI
  331. ITEM.BackgroundColor3 = Color3.new(1, 1, 1)
  332. ITEM.Position = UDim2.new(0.119718313, 0, 0.140425533, 0)
  333. ITEM.Size = UDim2.new(0, 200, 0, 50)
  334. ITEM.Font = Enum.Font.SourceSans
  335. ITEM.Text = 'Item here...'
  336. ITEM.TextColor3 = Color3.new(0, 0, 0)
  337. ITEM.TextSize = 14
  338.  
  339. VALUE.Name = 'VALUE'
  340. VALUE.Parent = trashGUI
  341. VALUE.BackgroundColor3 = Color3.new(1, 1, 1)
  342. VALUE.Position = UDim2.new(0.119718313, 0, 0.693616986, 0)
  343. VALUE.Size = UDim2.new(0, 200, 0, 50)
  344. VALUE.Style = Enum.ButtonStyle.RobloxRoundButton
  345. VALUE.Font = Enum.Font.SourceSans
  346. VALUE.TextColor3 = Color3.new(0, 0, 0)
  347. VALUE.TextSize = 14
  348. VALUE.Text = 'Change Value!'
  349. VALUE.MouseButton1Down:connect(function()
  350. p = game.ReplicatedStorage.Limitteds[game.Players.LocalPlayer.PlayerGui.LimitedSimulatoz.trashGUI.ITEM.Text].Privates:GetChildren()
  351. for i = 1,#p do
  352.  
  353. p[i].Price.Value = game.Players.LocalPlayer.PlayerGui.LimitedSimulatoz.trashGUI.ITEMVAL.Text
  354. end
  355. print('WORKING LIKE HELL!')
  356. end)
  357.  
  358. ITEMVAL.Name = 'ITEMVAL'
  359. ITEMVAL.Parent = trashGUI
  360. ITEMVAL.BackgroundColor3 = Color3.new(1, 1, 1)
  361. ITEMVAL.Position = UDim2.new(0.119718313, 0, 0.408510625, 0)
  362. ITEMVAL.Size = UDim2.new(0, 200, 0, 50)
  363. ITEMVAL.Font = Enum.Font.SourceSans
  364. ITEMVAL.Text = 'Change item value too...'
  365. ITEMVAL.TextColor3 = Color3.new(0, 0, 0)
  366. ITEMVAL.TextSize = 14
  367.  
  368. X.Name = 'X'
  369. X.Parent = trashGUI
  370. X.BackgroundColor3 = Color3.new(1, 1, 1)
  371. X.BackgroundTransparency = 1
  372. X.Position = UDim2.new(0.799295783, 0, -0.195744693, 0)
  373. X.Size = UDim2.new(0, 47, 0, 50)
  374. X.Font = Enum.Font.SourceSans
  375. X.Text = 'X'
  376. X.TextColor3 = Color3.new(0, 0, 0)
  377. X.TextScaled = true
  378. X.TextSize = 14
  379. X.TextWrapped = true
  380. X.MouseButton1Down:connect(function()
  381. game.Players.LocalPlayer.PlayerGui.LimitedSimulatoz:remove()
  382. end)
  383.  
  384. AUTOFARM.Name = 'AUTOFARM'
  385. AUTOFARM.Parent = trashGUI
  386. AUTOFARM.BackgroundColor3 = Color3.new(1, 1, 1)
  387. AUTOFARM.Position = UDim2.new(0.943661988, 0, 0.378723413, 0)
  388. AUTOFARM.Size = UDim2.new(0, 200, 0, 44)
  389. AUTOFARM.Style = Enum.ButtonStyle.RobloxRoundButton
  390. AUTOFARM.Font = Enum.Font.SourceSans
  391. AUTOFARM.Text = 'Auto Farm'
  392. AUTOFARM.TextColor3 = Color3.new(0, 0, 0)
  393. AUTOFARM.TextSize = 14
  394. AUTOFARM.MouseButton1Down:connect(function()
  395. local send = game.ReplicatedStorage:WaitForChild('Items')
  396.  
  397. game.ReplicatedStorage.Limitteds.ChildAdded:connect(function(c)
  398. if c:IsA('Folder') then
  399. local id = c:WaitForChild('AssetID')
  400. local price = c:WaitForChild('Price')
  401. if id and price then
  402. local result
  403. local succ, err = pcall(function()
  404. result = send:InvokeServer(price.Value, id.Value, c.Name, 'ash1337')
  405. end)
  406. if succ then
  407. if result then
  408. warn('Successfully bought: ' .. c.Name)
  409. else
  410. warn('Failed to buy: ' .. c.Name)
  411. end
  412.  
  413. else
  414. warn('Ran into an error when trying to buy ' .. c.Name .. ': ' .. err)
  415. end
  416. end
  417. end
  418. end)
  419.  
  420. warn('Auto-buy loaded!')
  421. print('EZO SHARED A GUI AND I FOUND THE SCRIPT WITHIN THE GUI SCRIPT SO CREDITS TO EZO!')
  422. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement