Advertisement
Guest User

Script for roblox "Slaining Simulator"

a guest
Mar 23rd, 2019
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.85 KB | None | 0 0
  1. -- TMK is a god
  2. -- Yeti AutoFarm
  3.  
  4. local BadGameEzLvls = Instance.new("ScreenGui")
  5. local Back = Instance.new("Frame")
  6. local Title = Instance.new("TextLabel")
  7. local AutoFarm = Instance.new("TextButton")
  8. local BestBossAFK = Instance.new("TextButton")
  9. local TP = Instance.new("TextButton")
  10. local AutoEgg = Instance.new("TextButton")
  11. local Misc = Instance.new("TextButton")
  12. local TPMenu = Instance.new("ScrollingFrame")
  13. local UIListLayout = Instance.new("UIListLayout")
  14. local Template = Instance.new("TextButton")
  15. local BestBossAFKFarm = Instance.new("Frame")
  16. local TextLabel = Instance.new("TextLabel")
  17. local BossB = Instance.new("TextButton")
  18. local AutoEggFrame = Instance.new("Frame")
  19. local EggNum = Instance.new("TextBox")
  20. local AutoEggStart = Instance.new("TextButton")
  21. local MiscTab = Instance.new("Frame")
  22. local SpeedV = Instance.new("TextBox")
  23. local SetSpeed = Instance.new("TextButton")
  24. local SetJump = Instance.new("TextButton")
  25. local JumpV = Instance.new("TextBox")
  26. local AntiAfk = Instance.new("TextButton")
  27. local INFO = Instance.new("TextLabel")
  28. local AutoFarmF = Instance.new("ScrollingFrame")
  29. local UIListLayout_2 = Instance.new("UIListLayout")
  30. local AFT = Instance.new("TextButton")
  31. --Properties:
  32. BadGameEzLvls.Name = "BadGameEzLvls"
  33. BadGameEzLvls.Parent = game.CoreGui
  34. BadGameEzLvls.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  35.  
  36. Back.Name = "Back"
  37. Back.Parent = BadGameEzLvls
  38. Back.BackgroundColor3 = Color3.new(0.133333, 1, 0.133333)
  39. Back.BorderSizePixel = 0
  40. Back.Position = UDim2.new(0, 789, 0, 158)
  41. Back.Size = UDim2.new(0, 212, 0, 422)
  42.  
  43. Title.Name = "Title"
  44. Title.Parent = Back
  45. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  46. Title.BackgroundTransparency = 1
  47. Title.Size = UDim2.new(0, 212, 0, 77)
  48. Title.Font = Enum.Font.Highway
  49. Title.Text = "Slaying Simulator GUI Made by Deallor - Котяра#7554"
  50. Title.TextColor3 = Color3.new(0, 0, 0)
  51. Title.TextScaled = true
  52. Title.TextSize = 14
  53. Title.TextWrapped = true
  54.  
  55. AutoFarm.Name = "AutoFarm"
  56. AutoFarm.Parent = Back
  57. AutoFarm.BackgroundColor3 = Color3.new(0.101961, 0.780392, 0.101961)
  58. AutoFarm.BorderSizePixel = 0
  59. AutoFarm.Position = UDim2.new(0, 0, 0, 83)
  60. AutoFarm.Size = UDim2.new(0, 212, 0, 68)
  61. AutoFarm.Font = Enum.Font.Highway
  62. AutoFarm.Text = "AutoFarm"
  63. AutoFarm.TextColor3 = Color3.new(0, 0, 0)
  64. AutoFarm.TextScaled = true
  65. AutoFarm.TextSize = 14
  66. AutoFarm.TextWrapped = true
  67.  
  68. BestBossAFK.Name = "BestBossAFK"
  69. BestBossAFK.Parent = Back
  70. BestBossAFK.BackgroundColor3 = Color3.new(0.101961, 0.780392, 0.101961)
  71. BestBossAFK.BorderSizePixel = 0
  72. BestBossAFK.Position = UDim2.new(0, 0, 0, 151)
  73. BestBossAFK.Size = UDim2.new(0, 212, 0, 68)
  74. BestBossAFK.Font = Enum.Font.Highway
  75. BestBossAFK.Text = "Best Boss AFK Farm"
  76. BestBossAFK.TextColor3 = Color3.new(0, 0, 0)
  77. BestBossAFK.TextScaled = true
  78. BestBossAFK.TextSize = 14
  79. BestBossAFK.TextWrapped = true
  80.  
  81. TP.Name = "TP"
  82. TP.Parent = Back
  83. TP.BackgroundColor3 = Color3.new(0.101961, 0.780392, 0.101961)
  84. TP.BorderSizePixel = 0
  85. TP.Position = UDim2.new(0, 0, 0, 219)
  86. TP.Size = UDim2.new(0, 212, 0, 68)
  87. TP.Font = Enum.Font.Highway
  88. TP.Text = "Teleports"
  89. TP.TextColor3 = Color3.new(0, 0, 0)
  90. TP.TextScaled = true
  91. TP.TextSize = 14
  92. TP.TextWrapped = true
  93.  
  94. AutoEgg.Name = "AutoEgg"
  95. AutoEgg.Parent = Back
  96. AutoEgg.BackgroundColor3 = Color3.new(0.101961, 0.780392, 0.101961)
  97. AutoEgg.BorderSizePixel = 0
  98. AutoEgg.Position = UDim2.new(0, 0, 0, 286)
  99. AutoEgg.Size = UDim2.new(0, 212, 0, 68)
  100. AutoEgg.Font = Enum.Font.Highway
  101. AutoEgg.Text = "Auto-Egg"
  102. AutoEgg.TextColor3 = Color3.new(0, 0, 0)
  103. AutoEgg.TextScaled = true
  104. AutoEgg.TextSize = 14
  105. AutoEgg.TextWrapped = true
  106.  
  107. Misc.Name = "Misc"
  108. Misc.Parent = Back
  109. Misc.BackgroundColor3 = Color3.new(0.101961, 0.780392, 0.101961)
  110. Misc.BorderSizePixel = 0
  111. Misc.Position = UDim2.new(0, 0, 0, 354)
  112. Misc.Size = UDim2.new(0, 212, 0, 68)
  113. Misc.Font = Enum.Font.Highway
  114. Misc.Text = "Misc"
  115. Misc.TextColor3 = Color3.new(0, 0, 0)
  116. Misc.TextScaled = true
  117. Misc.TextSize = 14
  118. Misc.TextWrapped = true
  119.  
  120. TPMenu.Name = "TPMenu"
  121. TPMenu.Parent = Back
  122. TPMenu.BackgroundColor3 = Color3.new(0.133333, 1, 0.133333)
  123. TPMenu.BorderSizePixel = 0
  124. TPMenu.Position = UDim2.new(0, 212, 0, 0)
  125. TPMenu.Size = UDim2.new(0, 212, 0, 422)
  126. TPMenu.Visible = false
  127. TPMenu.ScrollBarThickness = 0
  128.  
  129. UIListLayout.Parent = TPMenu
  130.  
  131. Template.Name = "Template"
  132. Template.Parent = UIListLayout
  133. Template.BackgroundColor3 = Color3.new(0.101961, 0.780392, 0.101961)
  134. Template.BorderSizePixel = 0
  135. Template.Position = UDim2.new(0, 0, -0.000473916531, 0)
  136. Template.Size = UDim2.new(0, 212, 0, 57)
  137. Template.Font = Enum.Font.Highway
  138. Template.Text = "Teleport"
  139. Template.TextColor3 = Color3.new(0, 0, 0)
  140. Template.TextScaled = true
  141. Template.TextSize = 14
  142. Template.TextWrapped = true
  143.  
  144. BestBossAFKFarm.Name = "BestBossAFKFarm"
  145. BestBossAFKFarm.Parent = Back
  146. BestBossAFKFarm.BackgroundColor3 = Color3.new(0.133333, 1, 0.133333)
  147. BestBossAFKFarm.BorderSizePixel = 0
  148. BestBossAFKFarm.Position = UDim2.new(0, 212, 0, 0)
  149. BestBossAFKFarm.Size = UDim2.new(0, 212, 0, 422)
  150. BestBossAFKFarm.Visible = false
  151.  
  152. TextLabel.Parent = BestBossAFKFarm
  153. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  154. TextLabel.BackgroundTransparency = 1
  155. TextLabel.Size = UDim2.new(0, 212, 0, 140)
  156. TextLabel.Font = Enum.Font.Highway
  157. TextLabel.Text = "This is the auto farm that will farm the Best boss and will 1 shot it and give you the rewards"
  158. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  159. TextLabel.TextScaled = true
  160. TextLabel.TextSize = 14
  161. TextLabel.TextWrapped = true
  162.  
  163. BossB.Name = "BossB"
  164. BossB.Parent = BestBossAFKFarm
  165. BossB.BackgroundColor3 = Color3.new(0.101961, 0.780392, 0.101961)
  166. BossB.BorderSizePixel = 0
  167. BossB.Position = UDim2.new(0, 0, 0, 140)
  168. BossB.Size = UDim2.new(0, 212, 0, 282)
  169. BossB.Font = Enum.Font.Highway
  170. BossB.Text = "START "
  171. BossB.TextColor3 = Color3.new(0, 0, 0)
  172. BossB.TextScaled = true
  173. BossB.TextSize = 14
  174. BossB.TextWrapped = true
  175.  
  176. AutoEggFrame.Name = "AutoEggFrame"
  177. AutoEggFrame.Parent = Back
  178. AutoEggFrame.BackgroundColor3 = Color3.new(0.133333, 1, 0.133333)
  179. AutoEggFrame.BorderSizePixel = 0
  180. AutoEggFrame.Position = UDim2.new(0, 212, 0, 0)
  181. AutoEggFrame.Size = UDim2.new(0, 212, 0, 422)
  182. AutoEggFrame.Visible = false
  183.  
  184. EggNum.Name = "EggNum"
  185. EggNum.Parent = AutoEggFrame
  186. EggNum.BackgroundColor3 = Color3.new(0.12549, 0.952941, 0.12549)
  187. EggNum.BorderSizePixel = 0
  188. EggNum.Size = UDim2.new(0, 212, 0, 197)
  189. EggNum.Font = Enum.Font.Highway
  190. EggNum.PlaceholderText = "Egg Name e.g 3M Egg , 12M Egg etc"
  191. EggNum.Text = ""
  192. EggNum.TextColor3 = Color3.new(0, 0, 0)
  193. EggNum.TextScaled = true
  194. EggNum.TextSize = 14
  195. EggNum.TextWrapped = true
  196.  
  197. AutoEggStart.Name = "AutoEggStart"
  198. AutoEggStart.Parent = AutoEggFrame
  199. AutoEggStart.BackgroundColor3 = Color3.new(0.101961, 0.780392, 0.101961)
  200. AutoEggStart.BorderSizePixel = 0
  201. AutoEggStart.Position = UDim2.new(0, 0, 0, 197)
  202. AutoEggStart.Size = UDim2.new(0, 212, 0, 225)
  203. AutoEggStart.Font = Enum.Font.Highway
  204. AutoEggStart.Text = "Start"
  205. AutoEggStart.TextColor3 = Color3.new(0, 0, 0)
  206. AutoEggStart.TextScaled = true
  207. AutoEggStart.TextSize = 14
  208. AutoEggStart.TextWrapped = true
  209.  
  210. MiscTab.Name = "MiscTab"
  211. MiscTab.Parent = Back
  212. MiscTab.BackgroundColor3 = Color3.new(0.133333, 1, 0.133333)
  213. MiscTab.BorderSizePixel = 0
  214. MiscTab.Position = UDim2.new(0, 212, 0, 0)
  215. MiscTab.Size = UDim2.new(0, 212, 0, 422)
  216. MiscTab.Visible = false
  217.  
  218. SpeedV.Name = "SpeedV"
  219. SpeedV.Parent = MiscTab
  220. SpeedV.BackgroundColor3 = Color3.new(1, 1, 1)
  221. SpeedV.BackgroundTransparency = 1
  222. SpeedV.Size = UDim2.new(0, 212, 0, 50)
  223. SpeedV.Font = Enum.Font.Highway
  224. SpeedV.PlaceholderText = "Speed Value"
  225. SpeedV.Text = ""
  226. SpeedV.TextColor3 = Color3.new(0, 0, 0)
  227. SpeedV.TextScaled = true
  228. SpeedV.TextSize = 14
  229. SpeedV.TextWrapped = true
  230.  
  231. SetSpeed.Name = "SetSpeed"
  232. SetSpeed.Parent = MiscTab
  233. SetSpeed.BackgroundColor3 = Color3.new(0.101961, 0.780392, 0.101961)
  234. SetSpeed.BorderSizePixel = 0
  235. SetSpeed.Position = UDim2.new(0, 0, 0, 53)
  236. SetSpeed.Size = UDim2.new(0, 212, 0, 57)
  237. SetSpeed.Font = Enum.Font.Highway
  238. SetSpeed.Text = "Set Speed"
  239. SetSpeed.TextColor3 = Color3.new(0, 0, 0)
  240. SetSpeed.TextScaled = true
  241. SetSpeed.TextSize = 14
  242. SetSpeed.TextWrapped = true
  243.  
  244. SetJump.Name = "SetJump"
  245. SetJump.Parent = MiscTab
  246. SetJump.BackgroundColor3 = Color3.new(0.101961, 0.780392, 0.101961)
  247. SetJump.BorderSizePixel = 0
  248. SetJump.Position = UDim2.new(0, 0, 0, 163)
  249. SetJump.Size = UDim2.new(0, 212, 0, 57)
  250. SetJump.Font = Enum.Font.Highway
  251. SetJump.Text = "Set Speed"
  252. SetJump.TextColor3 = Color3.new(0, 0, 0)
  253. SetJump.TextScaled = true
  254. SetJump.TextSize = 14
  255. SetJump.TextWrapped = true
  256.  
  257. JumpV.Name = "JumpV"
  258. JumpV.Parent = MiscTab
  259. JumpV.BackgroundColor3 = Color3.new(1, 1, 1)
  260. JumpV.BackgroundTransparency = 1
  261. JumpV.Position = UDim2.new(0, 0, 0, 110)
  262. JumpV.Size = UDim2.new(0, 212, 0, 50)
  263. JumpV.Font = Enum.Font.Highway
  264. JumpV.PlaceholderText = "Jump Value"
  265. JumpV.Text = ""
  266. JumpV.TextColor3 = Color3.new(0, 0, 0)
  267. JumpV.TextScaled = true
  268. JumpV.TextSize = 14
  269. JumpV.TextWrapped = true
  270.  
  271. AntiAfk.Name = "Anti-Afk"
  272. AntiAfk.Parent = MiscTab
  273. AntiAfk.BackgroundColor3 = Color3.new(0.101961, 0.780392, 0.101961)
  274. AntiAfk.BorderSizePixel = 0
  275. AntiAfk.Position = UDim2.new(0, 0, 0, 220)
  276. AntiAfk.Size = UDim2.new(0, 212, 0, 57)
  277. AntiAfk.Font = Enum.Font.Highway
  278. AntiAfk.Text = "Anti-AFK"
  279. AntiAfk.TextColor3 = Color3.new(0, 0, 0)
  280. AntiAfk.TextScaled = true
  281. AntiAfk.TextSize = 14
  282. AntiAfk.TextWrapped = true
  283.  
  284. INFO.Name = "INFO"
  285. INFO.Parent = MiscTab
  286. INFO.BackgroundColor3 = Color3.new(1, 1, 1)
  287. INFO.BackgroundTransparency = 1
  288. INFO.Position = UDim2.new(0, 0, 0, 277)
  289. INFO.Size = UDim2.new(0, 212, 0, 145)
  290. INFO.Font = Enum.Font.Highway
  291. INFO.Text = "Credits to Deallor - Котяра#7554 for the scripts and UI and if you need any help with this dm Not a Trap#6258 on discor with the error you have and what you need help with. If there is anything I can add to this GUI then dm me on discord and I will attempt to add it to this GUI, thanks for reading all this information."
  292. INFO.TextColor3 = Color3.new(0, 0, 0)
  293. INFO.TextScaled = true
  294. INFO.TextSize = 14
  295. INFO.TextWrapped = true
  296.  
  297. AutoFarmF.Name = "AutoFarmF"
  298. AutoFarmF.Parent = Back
  299. AutoFarmF.BackgroundColor3 = Color3.new(0.133333, 1, 0.133333)
  300. AutoFarmF.BorderSizePixel = 0
  301. AutoFarmF.Position = UDim2.new(0, 212, 0, 0)
  302. AutoFarmF.Size = UDim2.new(0, 212, 0, 422)
  303. AutoFarmF.Visible = false
  304. AutoFarmF.ScrollBarThickness = 0
  305.  
  306. UIListLayout_2.Parent = AutoFarmF
  307.  
  308. AFT.Name = "AFT"
  309. AFT.Parent = UIListLayout_2
  310. AFT.BackgroundColor3 = Color3.new(0.101961, 0.780392, 0.101961)
  311. AFT.BorderSizePixel = 0
  312. AFT.Position = UDim2.new(0, 0, -0.000473916531, 0)
  313. AFT.Size = UDim2.new(0, 212, 0, 57)
  314. AFT.Font = Enum.Font.Highway
  315. AFT.Text = "Teleport"
  316. AFT.TextColor3 = Color3.new(0, 0, 0)
  317. AFT.TextScaled = true
  318. AFT.TextSize = 14
  319. AFT.TextWrapped = true
  320. -- Scripts:
  321. Back.Active = true
  322. Back.Draggable = true
  323. AutoFarm.MouseButton1Click:Connect(function()
  324. if AutoFarmF.Visible == false then
  325. AutoFarmF.Visible = true
  326. else
  327. AutoFarmF.Visible = false
  328. end
  329. end)
  330.  
  331. BestBossAFK.MouseButton1Click:Connect(function()
  332. if BestBossAFKFarm.Visible == false then
  333. BestBossAFKFarm.Visible = true
  334. else
  335. BestBossAFKFarm.Visible = false
  336. end
  337. end)
  338.  
  339.  
  340.  
  341. Misc.MouseButton1Click:Connect(function()
  342. if MiscTab.Visible == false then
  343. MiscTab.Visible = true
  344. else
  345. MiscTab.Visible = false
  346. end
  347. end)
  348. for _,v in pairs(game.Workspace.Zones:GetChildren()) do
  349. if TPMenu:FindFirstChild(v.Name) == nil then
  350. local copy = Template:Clone()
  351. copy.Text = v.Name
  352. copy.Name = v.Name
  353. copy.Parent = TPMenu
  354. copy.MouseButton1Down:Connect(function()
  355. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.Zones[copy.Text].CFrame
  356. end)
  357. end
  358. end
  359. function kill()
  360. enemie = game.Workspace.Enemies["Yeti"]:FindFirstChild(" ")
  361. if enemie:FindFirstChild("YetiSword") ~= nil then
  362. sword = enemie:FindFirstChild("YetiSword")
  363. sword:Destroy()
  364. end
  365. char = game.Players.LocalPlayer.Character:GetChildren()
  366. for i = 1, #char do
  367. if char[i].ClassName == "Tool" then
  368. char[i].ControlFolder.PlayAnimation:FireServer()
  369. end
  370. end
  371. if enemie.Humanoid.Health ~= enemie.Humanoid.MaxHealth and game.Workspace.Enemies:FindFirstChild("Yeti") ~= nil then
  372. if enemie:FindFirstChild("UpperTorso") ~= nil then
  373. enemie.UpperTorso:Destroy()
  374. end
  375. end
  376. end
  377. local attack =""
  378. local on = false
  379. for _,v in pairs(game.Workspace.Enemies:GetChildren()) do
  380. if AutoFarmF:FindFirstChild(v.Name) == nil then
  381. local copy = AFT:Clone()
  382. copy.Name = v.Name
  383. copy.Parent = AutoFarmF
  384. copy.Text = v.Name
  385. copy.MouseButton1Click:Connect(function()
  386. if on == false then
  387. on = true
  388. attack = copy.Text
  389. copy.Text = "STOP"
  390. elseif on == true then
  391. on = false
  392. copy.Text =attack
  393. attack = ""
  394. end
  395. repeat
  396. wait()
  397. game.Workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart.CFrame = game.Workspace.Enemies[attack]:FindFirstChildOfClass("Model").HumanoidRootPart.CFrame
  398. enemie = game.Workspace.Enemies[attack]:FindFirstChildOfClass("Model")
  399. if enemie:FindFirstChildOfClass("Tool") ~= nil then
  400. sword = enemie:FindFirstChildOfClass("Tool")
  401. sword:Destroy()
  402. end
  403. char = game.Players.LocalPlayer.Character:GetChildren()
  404. for i = 1, #char do
  405. if char[i].ClassName == "Tool" then
  406. char[i].ControlFolder.PlayAnimation:FireServer()
  407. end
  408. end
  409. if enemie.Humanoid.Health ~= enemie.Humanoid.MaxHealth and game.Workspace.Enemies:FindFirstChild(attack) ~= nil then
  410. if enemie:FindFirstChild("UpperTorso") ~= nil then
  411. enemie.UpperTorso:Destroy()
  412. end
  413. end
  414. until on == false
  415. end)
  416. end
  417. end
  418. TP.MouseButton1Click:Connect(function()
  419. if TPMenu.Visible == false then
  420. TPMenu.Visible = true
  421. else
  422. TPMenu.Visible = false
  423. end
  424. end)
  425. SetSpeed.MouseButton1Click:Connect(function()
  426. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = SpeedV.Text
  427. end)
  428. SetJump.MouseButton1Click:Connect(function()
  429. game.Players.LocalPlayer.Character.Humanoid.JumpPower = JumpV.Text
  430. end)
  431. local bosson = false
  432. BossB.MouseButton1Click:Connect(function()
  433. if bosson == false then
  434. bosson = true
  435. BossB.Text = "STOP"
  436. else
  437. bosson = false
  438. BossB.Text = "START"
  439. end
  440. repeat
  441. wait()
  442. if game.Workspace:FindFirstChild(game.Players.LocalPlayer.Name) ~= nil then
  443. if game.Workspace.Enemies:FindFirstChild("Yeti") ~= nil then
  444. if game.Workspace.Enemies["Yeti"]:FindFirstChild(" ") ~= nil then
  445. if game.Workspace.Enemies:FindFirstChild("Yeti")[" "]:FindFirstChild("Humanoid") ~= nil then
  446. for _,v in pairs(game.Workspace.Enemies["Yeti"]:GetChildren()) do
  447.  
  448. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v:WaitForChild("HumanoidRootPart").CFrame + v:WaitForChild("HumanoidRootPart").CFrame.lookVector / 5
  449. kill()
  450. end
  451. end
  452. end
  453. end
  454. end
  455. until bosson == false
  456.  
  457. end)
  458. AntiAfk.MouseButton1Click:Connect(function()
  459. if AntiAfk.Text ~= "ENABLED" then
  460. AntiAfk.Text = "ENABLED"
  461. local VirtualUser=game:service'VirtualUser'
  462. game:service'Players'.LocalPlayer.Idled:connect(function()
  463. print("gay ass anti afk shit ")
  464. VirtualUser:CaptureController()
  465. VirtualUser:ClickButton2(Vector2.new())
  466.  
  467. end)
  468. end
  469. end)
  470.  
  471.  
  472. AutoEgg.MouseButton1Click:Connect(function()
  473. if AutoEggFrame.Visible == false then
  474. AutoEggFrame.Visible = true
  475. else
  476. AutoEggFrame.Visible = false
  477. end
  478. end)
  479. autoeggggon = false
  480. AutoEggStart.MouseButton1Click:Connect(function()
  481. if autoeggggon == false then
  482. autoeggggon = true
  483. AutoEggStart.Text = "STOP"
  484. else
  485. AutoEggStart.Text = "START"
  486. autoeggggon = false
  487. end
  488. repeat
  489. wait()
  490. local Modules = game.ReplicatedStorage.Modules
  491. local EncryptionService = require(Modules.EncryptionService)
  492. local A_1 = (EncryptionService:Encrypt(EggNum.Text,"eggPurchase")), EncryptionService:Encrypt("1", "eggAmount")
  493. local A_2 = "762070448fc854c6e8"
  494. local Event = game:GetService("ReplicatedStorage").Events.PurchaseEgg
  495. Event:InvokeServer(A_1, A_2)
  496. until autoeggggon == false
  497. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement