TheExploitGuy

Brain Simulator [AUTO OPEN EGGS]

Feb 22nd, 2021
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.79 KB | None | 0 0
  1. --------------------------------------BRAIN SIMULATOR - AUTO OPEN EGGS--------------------------------------
  2.  
  3. IF YOUR PLANNING TO AFK THEN EXECUTE THIS SCRIPT: https://v3rmillion.net/showthread.php?tid=772135
  4.  
  5. -----------STARTER EGG------------------
  6.  
  7. _G.Condition = true -- true turns it on, false turns it off
  8. while _G.Condition == true do
  9. local A_1 = "Basic Egg"
  10. local A_2 = 1
  11. local Event = game:GetService("ReplicatedStorage").Systems.Egg.OpenEgg
  12. Event:InvokeServer(A_1, A_2)
  13. wait()
  14. end
  15.  
  16. -----------SKY EGG------------------
  17.  
  18. _G.Condition = true -- true turns it on, false turns it off
  19. while _G.Condition == true do
  20. local A_1 = "Sky Egg"
  21. local A_2 = 1
  22. local Event = game:GetService("ReplicatedStorage").Systems.Egg.OpenEgg
  23. Event:InvokeServer(A_1, A_2)
  24. wait()
  25. end
  26.  
  27. -----------GALAXY EGG------------------
  28.  
  29. _G.Condition = true -- true turns it on, false turns it off
  30. while _G.Condition == true do
  31. local A_1 = "Galaxy Egg"
  32. local A_2 = 1
  33. local Event = game:GetService("ReplicatedStorage").Systems.Egg.OpenEgg
  34. Event:InvokeServer(A_1, A_2)
  35. wait()
  36. end
  37.  
  38. -----------EVIL CORP EGG------------------
  39.  
  40. _G.Condition = true -- true turns it on, false turns it off
  41. while _G.Condition == true do
  42. local A_1 = "Evil Corp Egg"
  43. local A_2 = 1
  44. local Event = game:GetService("ReplicatedStorage").Systems.Egg.OpenEgg
  45. Event:InvokeServer(A_1, A_2)
  46. wait()
  47. end
  48.  
  49. -----------Rephaite Egg------------------
  50.  
  51. _G.Condition = true -- true turns it on, false turns it off
  52. while _G.Condition == true do
  53. local A_1 = "Rephaite Egg"
  54. local A_2 = 1
  55. local Event = game:GetService("ReplicatedStorage").Systems.Egg.OpenEgg
  56. Event:InvokeServer(A_1, A_2)
  57. wait()
  58. end
  59.  
  60. ________________________________________________________________________________________________
  61.  
  62. Made by Silxnce, have an amazing day :D
Advertisement
Add Comment
Please, Sign In to add comment