Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --------------------------------------BRAIN SIMULATOR [SELECTION OF SCRIPTS]--------------------------------------
- --------------------------------------Made by Silxnce--------------------------------------
- IF YOUR PLANNING TO AFK THEN EXECUTE THIS SCRIPT: https://v3rmillion.net/showthread.php?tid=772135
- -----------AUTO BRAINS------------------
- getgenv().farmer = true;
- while wait() do
- if getgenv().farmer == true then
- local Event = game:GetService("ReplicatedStorage").Systems.Clicking.RemoteEvents.[Your username here, remove these brackets aswell]
- Event:FireServer()
- end
- end
- -----------AUTO SELL------------------
- while wait() do
- local player = game.Players.LocalPlayer
- local char = player.Character
- local root = char.HumanoidRootPart
- firetouchinterest(game:GetService("Workspace").Islands.Home.SellZone.SellTouch, root, 0)
- wait()
- firetouchinterest(game:GetService("Workspace").Islands.Home.SellZone.SellTouch, root, 1)
- end
- -----------AUTO BUY POTIONS------------------
- getgenv().farmer = true;
- while wait() do
- if getgenv().farmer == true then
- local A_1 = "Potions"
- local Event = game:GetService("ReplicatedStorage").Systems.Upgrade.BuyAllUpgrades
- Event:InvokeServer(A_1)
- end
- end
- -----------AUTO BUY DNA------------------
- getgenv().farmer = true;
- while wait() do
- if getgenv().farmer == true then
- local A_1 = "Dna"
- local Event = game:GetService("ReplicatedStorage").Systems.Upgrade.BuyAllUpgrades
- Event:InvokeServer(A_1)
- end
- end
- -----------Auto Ranks------------------
- getgenv().farmer = true;
- while wait() do
- if getgenv().farmer == true then
- local A_1 = "Ranks"
- local Event = game:GetService("ReplicatedStorage").Systems.Upgrade.BuyAllUpgrades
- Event:InvokeServer(A_1)
- end
- end
- [NOTE]: Every time you rank up, you have to execute the unlock all islands scrip below, cause it resets islands when you rank up. Idk how to make it so that when you rank up it unlocks all the islands straight after, but if anyone can do that reply back in the forum, it will help others out. Thank You.
- -----------UNLOCK ALL ISLANDS------------------
- wait (1)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-2.20943642, 18.1862431, 78.3434296)
- wait (1)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-239.575638, 1043.58301, 113.83683)
- wait (1)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(467.504333, 2286.51001, 285.688232)
- wait (1)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-352.715485, 3788.55029, 81.8203583)
- wait (1)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(262.637512, 7115.30664, 303.507019)
- end
- -----------INFINITE JUMP------------------
- _G.infinjump = true
- local Player = game:GetService("Players").LocalPlayer
- local Mouse = Player:GetMouse()
- Mouse.KeyDown:connect(function(k)
- if _G.infinjump then
- if k:byte() == 32 then
- Humanoid = game:GetService("Players").LocalPlayer.Character:FindFirstChildOfClass("Humanoid")
- Humanoid:ChangeState("Jumping")
- wait(0.1)
- Humanoid:ChangeState("Seated")
- end
- end
- end)
- local Player = game:GetService("Players").LocalPlayer
- local Mouse = Player:GetMouse()
- Mouse.KeyDown:connect(function(k)
- k = k:lower()
- if k == "f" then
- if _G.infinjump == true then
- _G.infinjump = false
- else
- _G.infinjump = true
- end
- end
- end)
- ________________________________________________________________________________________________
- Made by Silxnce, have an amazing day :D
- I've made it open source cause I dont know how to make it into a GUI, so if you want to make it into a GUI then go for it
Advertisement
Add Comment
Please, Sign In to add comment