Advertisement
Guest User

Pet simulator GUI

a guest
Sep 8th, 2018
34,582
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.99 KB | None | 0 0
  1. -- Instances:
  2. local PetSimGui = Instance.new("ScreenGui")
  3. local Open = Instance.new("Frame")
  4. local Clickopen = Instance.new("TextButton")
  5. local Menu = Instance.new("Frame")
  6. local Info = Instance.new("TextBox")
  7. local Separation = Instance.new("Frame")
  8. local LowFarm = Instance.new("TextButton")
  9. local MedFarm = Instance.new("TextButton")
  10. local MaxFarm = Instance.new("TextButton")
  11. local Farming = Instance.new("TextBox")
  12. local Separation1 = Instance.new("Frame")
  13. local BuyEggs = Instance.new("TextBox")
  14. local EggsTier10 = Instance.new("TextButton")
  15. local EggsTier11 = Instance.new("TextButton")
  16. local EggsTier12 = Instance.new("TextButton")
  17. local EggsTier13 = Instance.new("TextButton")
  18. local EggsTier14 = Instance.new("TextButton")
  19. local EggsTier15 = Instance.new("TextButton")
  20. local Separation2 = Instance.new("Frame")
  21. local Walkspeed = Instance.new("TextButton")
  22. local unlockall = Instance.new("TextButton")
  23. local JumpPower = Instance.new("TextButton")
  24. local Close = Instance.new("TextButton")
  25. --Properties:
  26. PetSimGui.Name = "PetSimGui"
  27. PetSimGui.Parent = game.CoreGui
  28.  
  29. Open.Name = "Open"
  30. Open.Parent = PetSimGui
  31. Open.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  32. Open.BackgroundTransparency = 0.10000000149012
  33. Open.BorderColor3 = Color3.new(0, 0, 0)
  34. Open.BorderSizePixel = 2
  35. Open.Position = UDim2.new(0, 0, 0.472324699, 0)
  36. Open.Size = UDim2.new(0, 130, 0, 30)
  37.  
  38. Clickopen.Name = "Clickopen"
  39. Clickopen.Parent = Open
  40. Clickopen.BackgroundColor3 = Color3.new(1, 1, 1)
  41. Clickopen.BackgroundTransparency = 1
  42. Clickopen.BorderSizePixel = 0
  43. Clickopen.Size = UDim2.new(0, 130, 0, 30)
  44. Clickopen.Font = Enum.Font.SciFi
  45. Clickopen.Text = "Open"
  46. Clickopen.TextColor3 = Color3.new(0, 0, 0)
  47. Clickopen.TextSize = 27
  48. Clickopen.MouseButton1Down:connect(function()
  49. Menu.Visible = true
  50. Open.Visible = false
  51. end)
  52.  
  53. Menu.Name = "Menu"
  54. Menu.Parent = PetSimGui
  55. Menu.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  56. Menu.BackgroundTransparency = 0.10000000149012
  57. Menu.BorderColor3 = Color3.new(0, 0, 0)
  58. Menu.BorderSizePixel = 2
  59. Menu.Position = UDim2.new(0.37956205, 0, 0.199261993, 0)
  60. Menu.Size = UDim2.new(0, 304, 0, 334)
  61. Menu.Visible = false
  62.  
  63. Info.Name = "Info"
  64. Info.Parent = Menu
  65. Info.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  66. Info.BackgroundTransparency = 0.10000000149012
  67. Info.BorderColor3 = Color3.new(0, 0, 0)
  68. Info.BorderSizePixel = 0
  69. Info.Size = UDim2.new(0, 304, 0, 55)
  70. Info.Font = Enum.Font.Highway
  71. Info.Text = "Pet Simulator Gui"
  72. Info.TextColor3 = Color3.new(0, 0, 0)
  73. Info.TextSize = 33
  74. Info.TextWrapped = true
  75.  
  76. Separation.Name = "Separation"
  77. Separation.Parent = Menu
  78. Separation.BackgroundColor3 = Color3.new(0, 0, 0)
  79. Separation.BackgroundTransparency = 0.10000000149012
  80. Separation.BorderSizePixel = 0
  81. Separation.Position = UDim2.new(0, 0, 0.164670661, 0)
  82. Separation.Size = UDim2.new(0, 304, 0, 6)
  83.  
  84. LowFarm.Name = "LowFarm"
  85. LowFarm.Parent = Menu
  86. LowFarm.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  87. LowFarm.BackgroundTransparency = 0.10000000149012
  88. LowFarm.BorderColor3 = Color3.new(0, 0, 0)
  89. LowFarm.BorderSizePixel = 2
  90. LowFarm.Position = UDim2.new(0, 0, 0.302395225, 0)
  91. LowFarm.Size = UDim2.new(0, 95, 0, 35)
  92. LowFarm.Font = Enum.Font.Cartoon
  93. LowFarm.Text = "Low Farm"
  94. LowFarm.TextColor3 = Color3.new(1, 1, 1)
  95. LowFarm.TextSize = 18
  96.  
  97. MedFarm.Name = "MedFarm"
  98. MedFarm.Parent = Menu
  99. MedFarm.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  100. MedFarm.BackgroundTransparency = 0.10000000149012
  101. MedFarm.BorderColor3 = Color3.new(0, 0, 0)
  102. MedFarm.BorderSizePixel = 2
  103. MedFarm.Position = UDim2.new(0.342105269, 0, 0.302395225, 0)
  104. MedFarm.Size = UDim2.new(0, 95, 0, 35)
  105. MedFarm.Font = Enum.Font.Cartoon
  106. MedFarm.Text = "Med Farm"
  107. MedFarm.TextColor3 = Color3.new(1, 1, 1)
  108. MedFarm.TextSize = 18
  109.  
  110. MaxFarm.Name = "MaxFarm"
  111. MaxFarm.Parent = Menu
  112. MaxFarm.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  113. MaxFarm.BackgroundTransparency = 0.10000000149012
  114. MaxFarm.BorderColor3 = Color3.new(0, 0, 0)
  115. MaxFarm.BorderSizePixel = 2
  116. MaxFarm.Position = UDim2.new(0.6875, 0, 0.302395225, 0)
  117. MaxFarm.Size = UDim2.new(0, 95, 0, 35)
  118. MaxFarm.Font = Enum.Font.Cartoon
  119. MaxFarm.Text = "Max Farm"
  120. MaxFarm.TextColor3 = Color3.new(1, 1, 1)
  121. MaxFarm.TextSize = 18
  122.  
  123. Farming.Name = "Farming"
  124. Farming.Parent = Menu
  125. Farming.BackgroundColor3 = Color3.new(1, 1, 1)
  126. Farming.BackgroundTransparency = 1
  127. Farming.BorderSizePixel = 0
  128. Farming.Position = UDim2.new(0, 0, 0.182634726, 0)
  129. Farming.Size = UDim2.new(0, 304, 0, 33)
  130. Farming.Font = Enum.Font.Fantasy
  131. Farming.Text = "Farming"
  132. Farming.TextColor3 = Color3.new(1, 1, 1)
  133. Farming.TextSize = 25
  134.  
  135. Separation1.Name = "Separation 1"
  136. Separation1.Parent = Menu
  137. Separation1.BackgroundColor3 = Color3.new(0, 0, 0)
  138. Separation1.BackgroundTransparency = 0.10000000149012
  139. Separation1.BorderSizePixel = 0
  140. Separation1.Position = UDim2.new(-0.00328947371, 0, 0.425149709, 0)
  141. Separation1.Size = UDim2.new(0, 305, 0, 6)
  142.  
  143. BuyEggs.Name = "Buy Eggs"
  144. BuyEggs.Parent = Menu
  145. BuyEggs.BackgroundColor3 = Color3.new(1, 1, 1)
  146. BuyEggs.BackgroundTransparency = 1
  147. BuyEggs.BorderSizePixel = 0
  148. BuyEggs.Position = UDim2.new(0, 0, 0.443113774, 0)
  149. BuyEggs.Size = UDim2.new(0, 304, 0, 30)
  150. BuyEggs.Font = Enum.Font.Fantasy
  151. BuyEggs.Text = "Buy eggs"
  152. BuyEggs.TextColor3 = Color3.new(1, 1, 1)
  153. BuyEggs.TextSize = 25
  154.  
  155. EggsTier10.Name = "Eggs Tier 10"
  156. EggsTier10.Parent = Menu
  157. EggsTier10.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  158. EggsTier10.BackgroundTransparency = 0.10000000149012
  159. EggsTier10.BorderColor3 = Color3.new(0, 0, 0)
  160. EggsTier10.BorderSizePixel = 2
  161. EggsTier10.Position = UDim2.new(0, 0, 0.553892195, 0)
  162. EggsTier10.Size = UDim2.new(0, 95, 0, 35)
  163. EggsTier10.Font = Enum.Font.Cartoon
  164. EggsTier10.Text = "Eggs Tier 10"
  165. EggsTier10.TextColor3 = Color3.new(1, 1, 1)
  166. EggsTier10.TextSize = 17
  167.  
  168. EggsTier11.Name = "Eggs Tier 11"
  169. EggsTier11.Parent = Menu
  170. EggsTier11.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  171. EggsTier11.BackgroundTransparency = 0.10000000149012
  172. EggsTier11.BorderColor3 = Color3.new(0, 0, 0)
  173. EggsTier11.BorderSizePixel = 2
  174. EggsTier11.Position = UDim2.new(0.342105269, 0, 0.553892195, 0)
  175. EggsTier11.Size = UDim2.new(0, 95, 0, 35)
  176. EggsTier11.Font = Enum.Font.Cartoon
  177. EggsTier11.Text = "Eggs Tier 11"
  178. EggsTier11.TextColor3 = Color3.new(1, 1, 1)
  179. EggsTier11.TextSize = 17
  180.  
  181. EggsTier12.Name = "Eggs Tier 12"
  182. EggsTier12.Parent = Menu
  183. EggsTier12.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  184. EggsTier12.BackgroundTransparency = 0.10000000149012
  185. EggsTier12.BorderColor3 = Color3.new(0, 0, 0)
  186. EggsTier12.BorderSizePixel = 2
  187. EggsTier12.Position = UDim2.new(0.6875, 0, 0.553892195, 0)
  188. EggsTier12.Size = UDim2.new(0, 95, 0, 35)
  189. EggsTier12.Font = Enum.Font.Cartoon
  190. EggsTier12.Text = "Eggs Tier 12"
  191. EggsTier12.TextColor3 = Color3.new(1, 1, 1)
  192. EggsTier12.TextSize = 17
  193.  
  194. EggsTier13.Name = "Eggs Tier 13"
  195. EggsTier13.Parent = Menu
  196. EggsTier13.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  197. EggsTier13.BackgroundTransparency = 0.10000000149012
  198. EggsTier13.BorderColor3 = Color3.new(0, 0, 0)
  199. EggsTier13.BorderSizePixel = 2
  200. EggsTier13.Position = UDim2.new(-0.00328947371, 0, 0.682634711, 0)
  201. EggsTier13.Size = UDim2.new(0, 96, 0, 35)
  202. EggsTier13.Font = Enum.Font.Cartoon
  203. EggsTier13.Text = "Eggs Tier 13"
  204. EggsTier13.TextColor3 = Color3.new(1, 1, 1)
  205. EggsTier13.TextSize = 17
  206.  
  207. EggsTier14.Name = "Eggs Tier 14"
  208. EggsTier14.Parent = Menu
  209. EggsTier14.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  210. EggsTier14.BackgroundTransparency = 0.10000000149012
  211. EggsTier14.BorderColor3 = Color3.new(0, 0, 0)
  212. EggsTier14.BorderSizePixel = 2
  213. EggsTier14.Position = UDim2.new(0.342105269, 0, 0.682634711, 0)
  214. EggsTier14.Size = UDim2.new(0, 95, 0, 35)
  215. EggsTier14.Font = Enum.Font.Cartoon
  216. EggsTier14.Text = "Eggs Tier 14"
  217. EggsTier14.TextColor3 = Color3.new(1, 1, 1)
  218. EggsTier14.TextSize = 17
  219.  
  220. EggsTier15.Name = "Eggs Tier 15"
  221. EggsTier15.Parent = Menu
  222. EggsTier15.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  223. EggsTier15.BackgroundTransparency = 0.10000000149012
  224. EggsTier15.BorderColor3 = Color3.new(0, 0, 0)
  225. EggsTier15.BorderSizePixel = 2
  226. EggsTier15.Position = UDim2.new(0.6875, 0, 0.682634711, 0)
  227. EggsTier15.Size = UDim2.new(0, 95, 0, 35)
  228. EggsTier15.Font = Enum.Font.Cartoon
  229. EggsTier15.Text = "Eggs Tier 15"
  230. EggsTier15.TextColor3 = Color3.new(1, 1, 1)
  231. EggsTier15.TextSize = 17
  232.  
  233. Separation2.Name = "Separation 2"
  234. Separation2.Parent = Menu
  235. Separation2.BackgroundColor3 = Color3.new(0, 0, 0)
  236. Separation2.BackgroundTransparency = 0.10000000149012
  237. Separation2.BorderSizePixel = 0
  238. Separation2.Position = UDim2.new(0, 0, 0.805389225, 0)
  239. Separation2.Size = UDim2.new(0, 305, 0, 6)
  240.  
  241. Walkspeed.Name = "Walkspeed"
  242. Walkspeed.Parent = Menu
  243. Walkspeed.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  244. Walkspeed.BackgroundTransparency = 0.10000000149012
  245. Walkspeed.BorderColor3 = Color3.new(0, 0, 0)
  246. Walkspeed.BorderSizePixel = 2
  247. Walkspeed.Position = UDim2.new(0, 0, 0.865269423, 0)
  248. Walkspeed.Size = UDim2.new(0, 95, 0, 35)
  249. Walkspeed.Font = Enum.Font.Cartoon
  250. Walkspeed.Text = "Walkspeed"
  251. Walkspeed.TextColor3 = Color3.new(1, 1, 1)
  252. Walkspeed.TextSize = 17
  253. Walkspeed.MouseButton1Down:connect(function()
  254. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 200
  255. end)
  256.  
  257. unlockall.Name = "unlock all"
  258. unlockall.Parent = Menu
  259. unlockall.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  260. unlockall.BackgroundTransparency = 0.10000000149012
  261. unlockall.BorderColor3 = Color3.new(0, 0, 0)
  262. unlockall.BorderSizePixel = 2
  263. unlockall.Position = UDim2.new(0.342105269, 0, 0.865269423, 0)
  264. unlockall.Size = UDim2.new(0, 95, 0, 35)
  265. unlockall.Font = Enum.Font.Cartoon
  266. unlockall.Text = "Unlock All"
  267. unlockall.TextColor3 = Color3.new(1, 1, 1)
  268. unlockall.TextSize = 17
  269.  
  270. JumpPower.Name = "JumpPower"
  271. JumpPower.Parent = Menu
  272. JumpPower.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  273. JumpPower.BackgroundTransparency = 0.10000000149012
  274. JumpPower.BorderColor3 = Color3.new(0, 0, 0)
  275. JumpPower.BorderSizePixel = 2
  276. JumpPower.Position = UDim2.new(0.6875, 0, 0.865269423, 0)
  277. JumpPower.Size = UDim2.new(0, 95, 0, 35)
  278. JumpPower.Font = Enum.Font.Cartoon
  279. JumpPower.Text = "JumpPower"
  280. JumpPower.TextColor3 = Color3.new(1, 1, 1)
  281. JumpPower.TextSize = 17
  282. JumpPower.MouseButton1Down:connect(function()
  283. game:service('Players').LocalPlayer.Character.Humanoid.JumpPower = 200
  284. end)
  285.  
  286.  
  287. Close.Name = "Close"
  288. Close.Parent = Menu
  289. Close.BackgroundColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  290. Close.BackgroundTransparency = 1
  291. Close.BorderColor3 = Color3.new(0, 0, 0)
  292. Close.BorderSizePixel = 2
  293. Close.Position = UDim2.new(0.888157904, 0, 0, 0)
  294. Close.Size = UDim2.new(0, 34, 0, 35)
  295. Close.Font = Enum.Font.Arial
  296. Close.Text = "X"
  297. Close.TextColor3 = Color3.new(1, 0, 0.0156863)
  298. Close.TextSize = 20
  299. Close.MouseButton1Down:connect(function()
  300. Open.Visible = true
  301. Menu.Visible = false
  302. end)
  303.  
  304.  
  305. -- Scripts:
  306.  
  307. LowFarm.MouseButton1Down:connect(function()
  308. local amount = 1000
  309. local coins = game.Workspace:WaitForChild("__REMOTES"):WaitForChild("Coins")
  310. local save = game.Workspace:WaitForChild("__REMOTES"):WaitForChild("Get Other Stats"):InvokeServer()
  311. local plr = game:GetService("Players").LocalPlayer
  312. local petids = {}
  313. local pets = game:GetService("Workspace")["__REMOTES"].Pets
  314. local a = #save[plr.Name]["Save"]["Pets"]
  315. local done = "lol meme"
  316. function random(t)
  317. local keys = {}
  318. for key, value in pairs(t) do
  319. keys[#keys+1] = key
  320. end
  321. index = keys[math.random(1, #keys)]
  322. return t[index]
  323. end
  324. for i=1,a do
  325. if(save[plr.Name]["Save"]["Pets"][a].e == true) then
  326. table.insert(petids, save[plr.Name]["Save"]["Pets"][a].id)
  327. end
  328. a = a - 1
  329. end
  330. function co(b)
  331. local done = b
  332. print("Mining coin: " .. b.Name)
  333. while(b:FindFirstChild"Health" ~= nil and b:FindFirstChild"Health".Value > 0) do
  334. warn(b.Name .. "- Health: " .. b.Health.Value)
  335. wait(0.2)
  336. coins:FireServer("Mine",b.Name, amount, random(petids))
  337. end
  338. end
  339. for _,b in next, workspace.__THINGS.Coins:GetChildren() do
  340. if(done ~= b) then
  341. coroutine.wrap(function()co(b)end)()
  342. end
  343. end
  344. end)
  345.  
  346. MedFarm.MouseButton1Down:connect(function()
  347. local amount = 5000
  348. local coins = game.Workspace:WaitForChild("__REMOTES"):WaitForChild("Coins")
  349. local save = game.Workspace:WaitForChild("__REMOTES"):WaitForChild("Get Other Stats"):InvokeServer()
  350. local plr = game:GetService("Players").LocalPlayer
  351. local petids = {}
  352. local pets = game:GetService("Workspace")["__REMOTES"].Pets
  353. local a = #save[plr.Name]["Save"]["Pets"]
  354. local done = "lol meme"
  355. function random(t)
  356. local keys = {}
  357. for key, value in pairs(t) do
  358. keys[#keys+1] = key
  359. end
  360. index = keys[math.random(1, #keys)]
  361. return t[index]
  362. end
  363. for i=1,a do
  364. if(save[plr.Name]["Save"]["Pets"][a].e == true) then
  365. table.insert(petids, save[plr.Name]["Save"]["Pets"][a].id)
  366. end
  367. a = a - 1
  368. end
  369. function co(b)
  370. local done = b
  371. print("Mining coin: " .. b.Name)
  372. while(b:FindFirstChild"Health" ~= nil and b:FindFirstChild"Health".Value > 0) do
  373. warn(b.Name .. "- Health: " .. b.Health.Value)
  374. wait(0.2)
  375. coins:FireServer("Mine",b.Name, amount, random(petids))
  376. end
  377. end
  378. for _,b in next, workspace.__THINGS.Coins:GetChildren() do
  379. if(done ~= b) then
  380. coroutine.wrap(function()co(b)end)()
  381. end
  382. end
  383. end)
  384.  
  385. MaxFarm.MouseButton1Down:connect(function()
  386. local amount = 6898
  387. local coins = game.Workspace:WaitForChild("__REMOTES"):WaitForChild("Coins")
  388. local save = game.Workspace:WaitForChild("__REMOTES"):WaitForChild("Get Other Stats"):InvokeServer()
  389. local plr = game:GetService("Players").LocalPlayer
  390. local petids = {}
  391. local pets = game:GetService("Workspace")["__REMOTES"].Pets
  392. local a = #save[plr.Name]["Save"]["Pets"]
  393. local done = "lol meme"
  394. function random(t)
  395. local keys = {}
  396. for key, value in pairs(t) do
  397. keys[#keys+1] = key
  398. end
  399. index = keys[math.random(1, #keys)]
  400. return t[index]
  401. end
  402. for i=1,a do
  403. if(save[plr.Name]["Save"]["Pets"][a].e == true) then
  404. table.insert(petids, save[plr.Name]["Save"]["Pets"][a].id)
  405. end
  406. a = a - 1
  407. end
  408. function co(b)
  409. local done = b
  410. print("Mining coin: " .. b.Name)
  411. while(b:FindFirstChild"Health" ~= nil and b:FindFirstChild"Health".Value > 0) do
  412. warn(b.Name .. "- Health: " .. b.Health.Value)
  413. wait(0.2)
  414. coins:FireServer("Mine",b.Name, amount, random(petids))
  415. end
  416. end
  417. for _,b in next, workspace.__THINGS.Coins:GetChildren() do
  418. if(done ~= b) then
  419. coroutine.wrap(function()co(b)end)()
  420. end
  421. end
  422. end)
  423.  
  424. unlockall.MouseButton1Down:connect(function()
  425. local barriers_table = { "Barrier1", "Barrier2", "Barrier3", "Barrier4", "Barrier5" }
  426. local barriers = game:GetService("Workspace").__THINGS["Barriers"]
  427. barriers:Destroy()
  428. end)
  429.  
  430. EggsTier10.MouseButton1Down:connect(function()
  431. local A_1 = "Buy"
  432. local A_2 = "Egg"
  433. local A_3 = "Tier 10"
  434. local Event = game:GetService("Workspace")["__REMOTES"].Shop
  435. Event:InvokeServer(A_1, A_2, A_3)
  436. end)
  437.  
  438. EggsTier11.MouseButton1Down:connect(function()
  439. local A_1 = "Buy"
  440. local A_2 = "Egg"
  441. local A_3 = "Tier 11"
  442. local Event = game:GetService("Workspace")["__REMOTES"].Shop
  443. Event:InvokeServer(A_1, A_2, A_3)
  444. end)
  445.  
  446. EggsTier12.MouseButton1Down:connect(function()
  447. local A_1 = "Buy"
  448. local A_2 = "Egg"
  449. local A_3 = "Tier 12"
  450. local Event = game:GetService("Workspace")["__REMOTES"].Shop
  451. Event:InvokeServer(A_1, A_2, A_3)
  452. end)
  453.  
  454. EggsTier13.MouseButton1Down:connect(function()
  455. local A_1 = "Buy"
  456. local A_2 = "Egg"
  457. local A_3 = "Tier 13"
  458. local Event = game:GetService("Workspace")["__REMOTES"].Shop
  459. Event:InvokeServer(A_1, A_2, A_3)
  460. end)
  461.  
  462. EggsTier14.MouseButton1Down:connect(function()
  463. local A_1 = "Buy"
  464. local A_2 = "Egg"
  465. local A_3 = "Tier 14"
  466. local Event = game:GetService("Workspace")["__REMOTES"].Shop
  467. Event:InvokeServer(A_1, A_2, A_3)
  468. end)
  469.  
  470. EggsTier15.MouseButton1Down:connect(function()
  471. local A_1 = "Buy"
  472. local A_2 = "Egg"
  473. local A_3 = "Tier 15"
  474. local Event = game:GetService("Workspace")["__REMOTES"].Shop
  475. Event:InvokeServer(A_1, A_2, A_3)
  476. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement