XxTw1st3d_D3m0nxX

Rabbit Simulator 2 Auto Farm

Apr 9th, 2021
441
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.80 KB | None | 0 0
  1. local gui = Instance.new("ScreenGui")
  2. local openclose = Instance.new("TextButton")
  3. local holder = Instance.new("Frame")
  4. local welcome = Instance.new("TextLabel")
  5. local menu = Instance.new("Frame")
  6. local ws = Instance.new("TextBox")
  7. local setws = Instance.new("TextButton")
  8. local jp = Instance.new("TextBox")
  9. local setjp = Instance.new("TextButton")
  10. local carrotclicker = Instance.new("TextButton")
  11. local killaura = Instance.new("TextButton")
  12. local findegg = Instance.new("TextButton")
  13. local bottom = Instance.new("Frame")
  14. local bottomtext = Instance.new("TextLabel")
  15. local plr = game.Players.LocalPlayer
  16. opened = false
  17.  
  18. gui.Name = "RabbitSimulatorGUI"
  19. gui.Parent = game.CoreGui
  20.  
  21. openclose.Name = "OpenClose"
  22. openclose.Parent = gui
  23. openclose.BackgroundColor3 = Color3.fromRGB(49, 49, 49)
  24. openclose.BorderSizePixel = 0
  25. openclose.Position = UDim2.new(0, 0, 0.971, 0)
  26. openclose.Size = UDim2.new(0, 100, 0, 31)
  27. openclose.Font = Enum.Font.Garamond
  28. openclose.Text = "Open/Close"
  29. openclose.TextColor3 = Color3.fromRGB(255, 255, 255)
  30. openclose.TextScaled = true
  31. openclose.TextWrapped = true
  32. openclose.TextStrokeTransparency = 0
  33.  
  34. holder.Name = "Holder"
  35. holder.Parent = gui
  36. holder.Active = true
  37. holder.Selectable = true
  38. holder.Draggable = true
  39. holder.BackgroundColor3 = Color3.fromRGB(49, 49, 49)
  40. holder.BorderSizePixel = 0
  41. holder.Position = UDim2.new(-0.17, 0, 0.793, 0)
  42. holder.Size = UDim2.new(0, 264, 0, 37)
  43.  
  44. welcome.Name = "Welcome"
  45. welcome.Parent = holder
  46. welcome.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  47. welcome.BackgroundTransparency = 1
  48. welcome.Position = UDim2.new(0.049, 0, 0, 0)
  49. welcome.Size = UDim2.new(0, 237, 0, 37)
  50. welcome.Font = Enum.Font.Garamond
  51. welcome.Text = "Rabbit Simulator 2 GUI"
  52. welcome.TextColor3 = Color3.fromRGB(255, 255, 255)
  53. welcome.TextScaled = true
  54. welcome.TextWrapped = true
  55. welcome.TextStrokeTransparency = 0
  56.  
  57. menu.Name = "Menu"
  58. menu.Parent = holder
  59. menu.BackgroundColor3 = Color3.fromRGB(102, 102, 102)
  60. menu.BackgroundTransparency = 0.2
  61. menu.BorderSizePixel = 0
  62. menu.Position = UDim2.new(0, 0, 1, 0)
  63. menu.Size = UDim2.new(0, 264, 0, 148)
  64.  
  65. ws.Name = "WS"
  66. ws.Parent = menu
  67. ws.BackgroundColor3 = Color3.fromRGB(49, 49, 49)
  68. ws.BorderSizePixel = 0
  69. ws.Position = UDim2.new(0.027, 0, 0.041, 0)
  70. ws.Size = UDim2.new(0, 118, 0, 24)
  71. ws.Font = Enum.Font.Garamond
  72. ws.Text = ""
  73. ws.TextColor3 = Color3.fromRGB(255, 255, 255)
  74. ws.TextScaled = true
  75. ws.TextWrapped = true
  76. ws.TextStrokeTransparency = 0
  77.  
  78. setws.Name = "SetWS"
  79. setws.Parent = menu
  80. setws.BackgroundColor3 = Color3.fromRGB(49, 49, 49)
  81. setws.BorderSizePixel = 0
  82. setws.Position = UDim2.new(0.534, 0, 0.041, 0)
  83. setws.Size = UDim2.new(0, 117, 0, 24)
  84. setws.Font = Enum.Font.Garamond
  85. setws.Text = "Set WalkSpeed"
  86. setws.TextColor3 = Color3.fromRGB(255, 255, 255)
  87. setws.TextSize = 22
  88. setws.TextWrapped = true
  89. setws.TextStrokeTransparency = 0
  90.  
  91. jp.Name = "JP"
  92. jp.Parent = menu
  93. jp.BackgroundColor3 = Color3.fromRGB(49, 49, 49)
  94. jp.BorderSizePixel = 0
  95. jp.Position = UDim2.new(0.027, 0, 0.257, 0)
  96. jp.Size = UDim2.new(0, 118, 0, 24)
  97. jp.Font = Enum.Font.Garamond
  98. jp.Text = ""
  99. jp.TextColor3 = Color3.fromRGB(255, 255, 255)
  100. jp.TextScaled = true
  101. jp.TextWrapped = true
  102. jp.TextStrokeTransparency = 0
  103.  
  104. setjp.Name = "SetJP"
  105. setjp.Parent = menu
  106. setjp.BackgroundColor3 = Color3.fromRGB(49, 49, 49)
  107. setjp.BorderSizePixel = 0
  108. setjp.Position = UDim2.new(0.534, 0, 0.257, 0)
  109. setjp.Size = UDim2.new(0, 117, 0, 24)
  110. setjp.Font = Enum.Font.Garamond
  111. setjp.Text = "Set JumpPower"
  112. setjp.TextColor3 = Color3.fromRGB(255, 255, 255)
  113. setjp.TextSize = 22
  114. setjp.TextWrapped = true
  115. setjp.TextStrokeTransparency = 0
  116.  
  117. carrotclicker.Name = "CarrotClicker"
  118. carrotclicker.Parent = menu
  119. carrotclicker.BackgroundColor3 = Color3.fromRGB(49, 49, 49)
  120. carrotclicker.BorderSizePixel = 0
  121. carrotclicker.Position = UDim2.new(0.03, 0, 0.507, 0)
  122. carrotclicker.Size = UDim2.new(0, 117, 0, 24)
  123. carrotclicker.Font = Enum.Font.Garamond
  124. carrotclicker.Text = "Carrot Clicker"
  125. carrotclicker.TextColor3 = Color3.fromRGB(255, 255, 255)
  126. carrotclicker.TextSize = 22
  127. carrotclicker.TextWrapped = true
  128. carrotclicker.TextStrokeTransparency = 0
  129.  
  130. killaura.Name = "KillAura"
  131. killaura.Parent = menu
  132. killaura.BackgroundColor3 = Color3.fromRGB(49, 49, 49)
  133. killaura.BorderSizePixel = 0
  134. killaura.Position = UDim2.new(0.534, 0, 0.507, 0)
  135. killaura.Size = UDim2.new(0, 117, 0, 24)
  136. killaura.Font = Enum.Font.Garamond
  137. killaura.Text = "Kill Aura"
  138. killaura.TextColor3 = Color3.fromRGB(255, 255, 255)
  139. killaura.TextSize = 22
  140. killaura.TextWrapped = true
  141. killaura.TextStrokeTransparency = 0
  142.  
  143. findegg.Name = "FindEgg"
  144. findegg.Parent = menu
  145. findegg.BackgroundColor3 = Color3.fromRGB(49, 49, 49)
  146. findegg.BorderSizePixel = 0
  147. findegg.Position = UDim2.new(0.277, 0, 0.757, 0)
  148. findegg.Size = UDim2.new(0, 117, 0, 24)
  149. findegg.Font = Enum.Font.Garamond
  150. findegg.Text = "Find An Egg"
  151. findegg.TextColor3 = Color3.fromRGB(255, 255, 255)
  152. findegg.TextSize = 22
  153. findegg.TextWrapped = true
  154. findegg.TextStrokeTransparency = 0
  155.  
  156. bottom.Name = "Info"
  157. bottom.Parent = holder
  158. bottom.BackgroundColor3 = Color3.fromRGB(49, 49, 49)
  159. bottom.BorderSizePixel = 0
  160. bottom.Position = UDim2.new(0, 0, 5, 0)
  161. bottom.Size = UDim2.new(0, 264, 0, 45)
  162.  
  163. bottomtext.Name = "Info"
  164. bottomtext.Parent = bottom
  165. bottomtext.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  166. bottomtext.BackgroundTransparency = 1
  167. bottomtext.Position = UDim2.new(0, 0, 0, 0)
  168. bottomtext.Size = UDim2.new(0, 264, 0, 45)
  169. bottomtext.Font = Enum.Font.Garamond
  170. bottomtext.Text = "Info: Unequip claws, before using 'Find An Egg' button"
  171. bottomtext.TextColor3 = Color3.fromRGB(255, 255, 255)
  172. bottomtext.TextSize = 20
  173. bottomtext.TextWrapped = true
  174. bottomtext.TextStrokeTransparency = 0
  175.  
  176. openclose.MouseButton1Down:connect(function()
  177. if opened == false then
  178. holder:TweenPosition(UDim2.new(0.041, 0, 0.706, 0), "Out", "Quint", 0.5)
  179. opened = true
  180. else
  181. holder:TweenPosition(UDim2.new(-0.17, 0, 0.793, 0), "Out", "Quint", 0.5)
  182. opened = false
  183. end
  184. end)
  185.  
  186. setws.MouseButton1Down:connect(function()
  187. plr.Character.Humanoid.WalkSpeed = ws.Text
  188. end)
  189.  
  190. setjp.MouseButton1Down:connect(function()
  191. plr.Character.Humanoid.JumpPower = jp.Text
  192. end)
  193.  
  194. carrotclicker.MouseButton1Down:connect(function()
  195. while true do
  196. wait()
  197. if plr.Character:FindFirstChild("Carrot") then
  198. plr.Character.Carrot.E:FireServer()
  199. end
  200. end
  201. end)
  202.  
  203. killaura.MouseButton1Down:connect(function()
  204. while true do
  205. wait()
  206. if plr.Character:FindFirstChild("Fight") then
  207. plr.Character.Fight.E:FireServer()
  208. end
  209. end
  210. end)
  211.  
  212. findegg.MouseButton1Down:connect(function()
  213. local block = game.Workspace:FindFirstChild("Block").Base
  214. plr.Character.HumanoidRootPart.CFrame = CFrame.new(block.Position.X, block.Position.Y, block.Position.Z + 3)
  215. plr.Backpack.Fight.Parent = plr.Character
  216. plr.Character.Fight.E:FireServer()
  217. wait(1)
  218. plr.Character.Fight.Parent = plr.Backpack
  219. end)
Add Comment
Please, Sign In to add comment