Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --------------------------------------BRAIN SIMULATOR - AUTO OPEN EGGS--------------------------------------
- IF YOUR PLANNING TO AFK THEN EXECUTE THIS SCRIPT: https://v3rmillion.net/showthread.php?tid=772135
- -----------STARTER EGG------------------
- _G.Condition = true -- true turns it on, false turns it off
- while _G.Condition == true do
- local A_1 = "Basic Egg"
- local A_2 = 1
- local Event = game:GetService("ReplicatedStorage").Systems.Egg.OpenEgg
- Event:InvokeServer(A_1, A_2)
- wait()
- end
- -----------SKY EGG------------------
- _G.Condition = true -- true turns it on, false turns it off
- while _G.Condition == true do
- local A_1 = "Sky Egg"
- local A_2 = 1
- local Event = game:GetService("ReplicatedStorage").Systems.Egg.OpenEgg
- Event:InvokeServer(A_1, A_2)
- wait()
- end
- -----------GALAXY EGG------------------
- _G.Condition = true -- true turns it on, false turns it off
- while _G.Condition == true do
- local A_1 = "Galaxy Egg"
- local A_2 = 1
- local Event = game:GetService("ReplicatedStorage").Systems.Egg.OpenEgg
- Event:InvokeServer(A_1, A_2)
- wait()
- end
- -----------EVIL CORP EGG------------------
- _G.Condition = true -- true turns it on, false turns it off
- while _G.Condition == true do
- local A_1 = "Evil Corp Egg"
- local A_2 = 1
- local Event = game:GetService("ReplicatedStorage").Systems.Egg.OpenEgg
- Event:InvokeServer(A_1, A_2)
- wait()
- end
- -----------Rephaite Egg------------------
- _G.Condition = true -- true turns it on, false turns it off
- while _G.Condition == true do
- local A_1 = "Rephaite Egg"
- local A_2 = 1
- local Event = game:GetService("ReplicatedStorage").Systems.Egg.OpenEgg
- Event:InvokeServer(A_1, A_2)
- wait()
- end
- ________________________________________________________________________________________________
- Made by Silxnce, have an amazing day :D
Advertisement
Add Comment
Please, Sign In to add comment