Advertisement
HansCSia320

Bunny sim is dead

May 19th, 2020
1,310
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 6.82 KB | None | 0 0
  1. local library = loadstring(game:HttpGet(('https://pastebin.com/raw/FsJak6AT')))() -- load the library
  2.  
  3. local w = library:CreateWindow("Bunny sim") -- GUI NAME
  4.  
  5. local b = w:CreateFolder("Farm") -- RANDOM NAME FOLDER
  6.  
  7. local e = w:CreateFolder("Farm 2") -- RANDOM NAME FOLDER
  8.  
  9. b:Label("Autofarm",Color3.fromRGB(38,38,38),Color3.fromRGB(0,216,111)) --BgColor,TextColor -- You can edit the Function's test
  10.  
  11. e:Label("Autofarm 2",Color3.fromRGB(38,38,38),Color3.fromRGB(0,216,111)) --BgColor,TextColor -- You can edit the Function's test
  12.  
  13. b:Button("On 1",function() -- here you have the button, that cool ! put the remote you have copied in that
  14.  
  15. _G.t = true
  16.  
  17. while _G.t do
  18. wait()
  19. local Event = game:GetService("Workspace").Events.AddBite1
  20. Event:FireServer()
  21. end -- FUNCTION OR REMOTE HERE  
  22.  
  23. end)
  24.  
  25. b:Button("Off 1",function() -- here you have the button, that cool ! put the remote you have copied in that
  26.  
  27. _G.t = false
  28.  
  29. while _G.t do
  30. wait()
  31. local Event = game:GetService("Workspace").Events.AddBite1
  32. Event:FireServer()
  33. end
  34.  
  35. end)
  36.  
  37. b:Button("On 2",function() -- here you have the button, that cool ! put the remote you have copied in that
  38.  
  39. _G.t = true
  40.  
  41. while _G.t do
  42. wait()
  43. local Event = game:GetService("Workspace").Events.AddBite2
  44. Event:FireServer()
  45. end
  46.  
  47. end)
  48.  
  49.  
  50. b:Button("Off 2",function() -- here you have the button, that cool ! put the remote you have copied in that
  51.  
  52. _G.t = false
  53.  
  54. while _G.t do
  55. wait()
  56. local Event = game:GetService("Workspace").Events.AddBite2
  57. Event:FireServer()
  58. end
  59.  
  60. end)
  61.  
  62. b:Button("On 3",function() -- here you have the button, that cool ! put the remote you have copied in that
  63.  
  64. _G.t = true
  65.  
  66. while _G.t do
  67. wait()
  68. local Event = game:GetService("Workspace").Events.AddBite3
  69. Event:FireServer()
  70. end
  71.  
  72. end)
  73.  
  74. b:Button("Off 3",function() -- here you have the button, that cool ! put the remote you have copied in that
  75.  
  76. _G.t = false
  77.  
  78. while _G.t do
  79. wait()
  80. local Event = game:GetService("Workspace").Events.AddBite3
  81. Event:FireServer()
  82. end
  83.  
  84. end)
  85.  
  86. b:Button("On 4",function() -- here you have the button, that cool ! put the remote you have copied in that
  87.  
  88. _G.t = true
  89.  
  90. while _G.t do
  91. wait()
  92. local Event = game:GetService("Workspace").Events.AddBite4
  93. Event:FireServer()
  94. end
  95.  
  96. end)
  97. b:Button("Off 4",function() -- here you have the button, that cool ! put the remote you have copied in that
  98.  
  99. _G.t = false
  100.  
  101. while _G.t do
  102. wait()
  103. local Event = game:GetService("Workspace").Events.AddBite4
  104. Event:FireServer()
  105. end
  106.  
  107. end)
  108.  
  109. b:Button("On 5",function() -- here you have the button, that cool ! put the remote you have copied in that
  110.  
  111. _G.t = true
  112.  
  113. while _G.t do
  114. wait()
  115. local Event = game:GetService("Workspace").Events.AddBite5
  116. Event:FireServer()
  117. end
  118.  
  119. end)
  120.  
  121. b:Button("Off 5",function() -- here you have the button, that cool ! put the remote you have copied in that
  122.  
  123. _G.t = false
  124.  
  125. while _G.t do
  126. wait()
  127. local Event = game:GetService("Workspace").Events.AddBite5
  128. Event:FireServer()
  129. end
  130.  
  131. end)
  132. b:Button("On 6",function() -- here you have the button, that cool ! put the remote you have copied in that
  133.  
  134. _G.t = true
  135.  
  136. while _G.t do
  137. wait()
  138. local Event = game:GetService("Workspace").Events.AddBite6
  139. Event:FireServer()
  140. end
  141.  
  142. end)
  143.  
  144. b:Button("Off 6",function() -- here you have the button, that cool ! put the remote you have copied in that
  145.  
  146. _G.t = false
  147.  
  148. while _G.t do
  149. wait()
  150. local Event = game:GetService("Workspace").Events.AddBite6
  151. Event:FireServer()
  152. end
  153.  
  154. end)
  155.  
  156. b:Button("On 7",function() -- here you have the button, that cool ! put the remote you have copied in that
  157.  
  158. _G.t = true
  159.  
  160. while _G.t do
  161. wait()
  162. local Event = game:GetService("Workspace").Events.AddBite7
  163. Event:FireServer()
  164. end
  165.  
  166. end)
  167.  
  168. b:Button("Off 7",function() -- here you have the button, that cool ! put the remote you have copied in that
  169.  
  170. _G.t = false
  171.  
  172. while _G.t do
  173. wait()
  174. local Event = game:GetService("Workspace").Events.AddBite7
  175. Event:FireServer()
  176. end
  177.  
  178. end)
  179.  
  180. b:Button("On 8",function() -- here you have the button, that cool ! put the remote you have copied in that
  181.  
  182. _G.t = true
  183.  
  184. while _G.t do
  185. wait()
  186. local Event = game:GetService("Workspace").Events.AddBite8
  187. Event:FireServer()
  188. end
  189.  
  190. end)
  191.  
  192. b:Button("Off 8",function() -- here you have the button, that cool ! put the remote you have copied in that
  193.  
  194. _G.t = false
  195.  
  196. while _G.t do
  197. wait()
  198. local Event = game:GetService("Workspace").Events.AddBite8
  199. Event:FireServer()
  200. end
  201.  
  202. end)
  203.  
  204. e:Button("On 9",function() -- here you have the button, that cool ! put the remote you have copied in that
  205.  
  206. _G.t = true
  207.  
  208. while _G.t do
  209. wait()
  210. local Event = game:GetService("Workspace").Events.AddBite9
  211. Event:FireServer()
  212. end
  213.  
  214. end)
  215.  
  216. e:Button("Off 9",function() -- here you have the button, that cool ! put the remote you have copied in that
  217.  
  218. _G.t = false
  219.  
  220. while _G.t do
  221. wait()
  222. local Event = game:GetService("Workspace").Events.AddBite9
  223. Event:FireServer()
  224. end
  225.  
  226. end)
  227.  
  228. e:Button("On 10",function() -- here you have the button, that cool ! put the remote you have copied in that
  229.  
  230. _G.t = true
  231.  
  232. while _G.t do
  233. wait()
  234. local Event = game:GetService("Workspace").Events.AddBite10
  235. Event:FireServer()
  236. end
  237.  
  238. end)
  239.  
  240. e:Button("Off 10",function() -- here you have the button, that cool ! put the remote you have copied in that
  241.  
  242. _G.t = false
  243.  
  244. while _G.t do
  245. wait()
  246. local Event = game:GetService("Workspace").Events.AddBite10
  247. Event:FireServer()
  248. end
  249.  
  250. end)
  251.  
  252. e:Button("On 11",function() -- here you have the button, that cool ! put the remote you have copied in that
  253.  
  254. _G.t = true
  255.  
  256. while _G.t do
  257. wait()
  258. local Event = game:GetService("Workspace").Events.AddBite11
  259. Event:FireServer()
  260. end
  261.  
  262. end)
  263.  
  264. e:Button("Off 11",function() -- here you have the button, that cool ! put the remote you have copied in that
  265.  
  266. _G.t = false
  267.  
  268. while _G.t do
  269. wait()
  270. local Event = game:GetService("Workspace").Events.AddBite11
  271. Event:FireServer()
  272. end
  273.  
  274. end)
  275.  
  276. e:Button("On 12",function() -- here you have the button, that cool ! put the remote you have copied in that
  277.  
  278. _G.t = true
  279.  
  280. while _G.t do
  281. wait()
  282. local Event = game:GetService("Workspace").Events.AddBite12
  283. Event:FireServer()
  284. end
  285.  
  286. end)
  287.  
  288. e:Button("Off 12",function() -- here you have the button, that cool ! put the remote you have copied in that
  289.  
  290. _G.t = false
  291.  
  292. while _G.t do
  293. wait()
  294. local Event = game:GetService("Workspace").Events.AddBite12
  295. Event:FireServer()
  296. end
  297.  
  298. end)
  299.  
  300. e:Button("On 13",function() -- here you have the button, that cool ! put the remote you have copied in that
  301.  
  302. _G.t = true
  303.  
  304. while _G.t do
  305. wait()
  306. local Event = game:GetService("Workspace").Events.AddBite13
  307. Event:FireServer()
  308. end
  309.  
  310. end)
  311.  
  312. e:Button("Off 13",function() -- here you have the button, that cool ! put the remote you have copied in that
  313.  
  314. _G.t = false
  315.  
  316. while _G.t do
  317. wait()
  318. local Event = game:GetService("Workspace").Events.AddBite13
  319. Event:FireServer()
  320. end
  321.  
  322. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement