Jul 26th, 2018
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
Simulator

White Egg White Eggs are the most common currency in Egg Farm Simulator. These Eggs can be earned by killing chickens. White Eggs can be used to purchase farmers, level farmers up, and purchase upgrades for them. Queen Elizabeth II is a the 20th farmer you can hire, who costs around 48 Quadrillion Dollars (96,000T) However, once you get Queen Elizabeth II to Level 150, you become eligible for something called 'Retirement'! More information about a Retirement here. Egg farm simulator script. Not a member of Pastebin yet? Sign Up, it unlocks many cool features! Raw download clone embed print report. Function findOwner for ,v in next, workspace.Farms:GetDescendants do.

  1. --
  2. -- 2: Copy & paste this script into your exploit.
  3. --
  4. -- To start and stop the auto-farm, just click the button at the middle bottom.
  5. --]]
  6. local AutoFarm = Instance.new('ScreenGui')
  7. AutoFarm.Parent = game.Players.LocalPlayer:FindFirstChild('PlayerGui')
  8. local TextButton = Instance.new('TextButton')
  9. TextButton.AnchorPoint = Vector2.new(0.5, 0)
  10. TextButton.BackgroundColor3 = Color3.new(0.905882, 0.298039, 0.235294)
  11. TextButton.BorderColor3 = Color3.new(0.796079, 0.254902, 0.203922)
  12. TextButton.Size = UDim2.new(0, 250, 0, 25)
  13. TextButton.Font = Enum.Font.SourceSans
  14. TextButton.TextColor3 = Color3.new(1, 1, 1)
  15. TextButton.TextStrokeColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  16. TextButton.TextStrokeTransparency = 0.94999998807907
  17. local startColor, stopColor = Color3.fromRGB(46, 204, 113), Color3.fromRGB(231, 76, 60)
  18. local player = game:GetService('Players').LocalPlayer
  19. local character = player.Character or player.CharacterAdded:wait()
  20. local progress = player.PlayerGui.Progress.Progress
  21. local ev_Weapon = game:GetService('ReplicatedStorage').Events.Weapon
  22. local ev_Progress = game:GetService('ReplicatedStorage').Events.Progress
  23. local ev_Arg = '229155158229176143228189143228189141229166187229155158227129177229185179229166187232166129230138132227129139228189143227131139227129140229185179227130130229176143227131141229155158227131141230138132230191128227129166227130130227130130229155158230155184'
  24. local function findOwner()
  25. for _,v in next, workspace.Farms:GetDescendants() do
  26. if v.Value nil and not workspace.Farms:FindFirstChild(player.Name) then
  27. player.Character.HumanoidRootPart.CFrame = v.Parent:FindFirstChild('Door').CFrame * CFrame.new(0, 3, 0)
  28. end
  29. end
  30. local function findNearest(obj, dist)
  31. if (character.HumanoidRootPart.Position - obj.Position).magnitude <= dist then
  32. else
  33. end
  34. end
  35. TextButton.MouseButton1Click:Connect(function()
  36. TextButton.Text = started and 'STOP' or not started and 'START'
  37. game:GetService('TweenService'):Create(TextButton, TweenInfo.new(.5), {
  38. BackgroundColor3 = not started and startColor or started and stopColor,
  39. BorderColor3 = not started and Color3.fromRGB(26, 184, 93) or started and Color3.fromRGB(211, 56, 40)
  40. ):Play()
  41. if player.PlayerGui:FindFirstChild('Turing') then
  42. player.PlayerGui:FindFirstChild('Turing'):Destroy()
  43. if character:FindFirstChild('L_Character') then
  44. character:FindFirstChild('L_Character'):Destroy()
  45. findOwner()
  46. while game:GetService('RunService').Stepped:wait() do
  47. ev_Weapon:FireServer('self', ev_Arg) ev_Weapon:FireServer(ev_Arg)
  48. if workspace.Farms:FindFirstChild(player.Name) then
  49. if #workspace.Farms[player.Name].Diamonds:GetChildren() 0 then
  50. end
  51. for _,v in next, workspace.Farms[player.Name]:GetChildren() do
  52. if workspace.Farms[player.Name]:FindFirstChild('Meat') and not waiting then
  53. character.Humanoid:MoveTo(workspace.Farms[player.Name]:FindFirstChild('Meat').Position)
  54. end
  55. for _,v in next, workspace.Farms[player.Name].Diamonds:GetChildren() do
  56. if findNearest(v, 25) then
  57. character.Humanoid:MoveTo(v.Position)
  58. end
  59. for _,v in next, workspace.Terrain:GetChildren() do
  60. v.CFrame = character.HumanoidRootPart.CFrame
  61. end
  62. end
FarmRoblox
RAW Paste Data