Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --f3 to turn on
- --f4 to turn on and off Rebirth and Resize
- --backspace to stop
- --Rebirth, Resize, and carrot farm
- --game: https://www.roblox.com/games/1502601752/Fixed-Rabbit-Simulator-2#
- --DON'T hit f3 more than 3 times (it may kick you)
- --Credit: brianops1
- RR = true
- function Rr()
- if RR == true then
- RR = false
- else if RR == false then
- RR = true
- end
- end
- end
- function code()
- for i=1,3 do
- wait(.05)
- game.Players.LocalPlayer.Backpack.Carrot.E:FireServer()
- if i == 2 and RR == true then
- game.ReplicatedStorage.ResetSize:FireServer()
- game.ReplicatedStorage.RebirthMe:FireServer()
- end
- end
- end
- on = 1
- MyMouse = game.Players.localPlayer:GetMouse()
- MyMouse.KeyDown:connect(function(key)
- if (key:byte() == 28) then
- on = 1
- wait(1)
- while on == 1 do
- game:GetService('RunService').Stepped:wait(0)
- code()
- end
- end
- end)
- MyMouse = game.Players.localPlayer:GetMouse()
- MyMouse.KeyDown:connect(function(key)
- if (key:byte() == 29) then
- Rr()
- end
- end)
- MyMouse.KeyDown:connect(function(key)
- if (key:byte() == 8) then
- on = 0
- end
- end)
- --f3 to turn on
- --f4 to turn on and off Rebirth and Resize
- --DON'T hit f3 more than 3 times (it may kick you)
- --backspace to stop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement