O00fed_loadstringss

Untitled

May 26th, 2019
2,057
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.53 KB | None | 0 0
  1. -- Version: 2.82
  2.  
  3. -- Instances:
  4.  
  5. local AutoFarm = Instance.new("ScreenGui")
  6.  
  7. local Main = Instance.new("Frame")
  8.  
  9. local Credits = Instance.new("TextLabel")
  10.  
  11. local Court1 = Instance.new("TextButton")
  12.  
  13. local Court2 = Instance.new("TextButton")
  14.  
  15. local Court3 = Instance.new("TextButton")
  16.  
  17. local Court4 = Instance.new("TextButton")
  18.  
  19. local Court5 = Instance.new("TextButton")
  20.  
  21. local Court6 = Instance.new("TextButton")
  22.  
  23. local Close = Instance.new("TextButton")
  24.  
  25. local opengui = Instance.new("Frame")
  26.  
  27. local Open = Instance.new("TextButton")
  28.  
  29. --Properties:
  30.  
  31. AutoFarm.Name = "Auto Farm"
  32.  
  33. AutoFarm.Parent = game.CoreGui
  34.  
  35.  
  36.  
  37. Main.Name = "Main"
  38.  
  39. Main.Parent = AutoFarm
  40.  
  41. Main.BackgroundColor3 = Color3.new(0, 0, 0)
  42.  
  43. Main.BorderSizePixel = 3
  44.  
  45. Main.Position = UDim2.new(0.544776142, 0, 0.148648679, 0)
  46.  
  47. Main.Size = UDim2.new(0, 411, 0, 383)
  48.  
  49. Main.Visible = false
  50.  
  51. Main.Active = true
  52.  
  53. Main.Draggable = true
  54.  
  55.  
  56.  
  57. Credits.Name = "Credits"
  58.  
  59. Credits.Parent = Main
  60.  
  61. Credits.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  62.  
  63. Credits.BorderSizePixel = 3
  64.  
  65. Credits.Size = UDim2.new(0, 410, 0, 28)
  66.  
  67. Credits.Font = Enum.Font.SourceSansBold
  68.  
  69. Credits.Text = "RB World Auto Farm GUI By Exploit Godz#6437"
  70.  
  71. Credits.TextColor3 = Color3.new(0, 0, 0)
  72.  
  73. Credits.TextSize = 20
  74.  
  75. Credits.TextWrapped = true
  76.  
  77.  
  78.  
  79. Court1.Name = "Court 1"
  80.  
  81. Court1.Parent = Main
  82.  
  83. Court1.BackgroundColor3 = Color3.new(0, 0, 0)
  84.  
  85. Court1.BorderSizePixel = 3
  86.  
  87. Court1.Position = UDim2.new(0.275609761, 0, 0.103312343, 0)
  88.  
  89. Court1.Size = UDim2.new(0, 183, 0, 41)
  90.  
  91. Court1.Font = Enum.Font.SourceSansBold
  92.  
  93. Court1.Text = "Court1"
  94.  
  95. Court1.TextColor3 = Color3.new(0.666667, 0, 0)
  96.  
  97. Court1.TextSize = 20
  98.  
  99. Court1.TextWrapped = true
  100.  
  101.  
  102.  
  103. Court2.Name = "Court2"
  104.  
  105. Court2.Parent = Main
  106.  
  107. Court2.BackgroundColor3 = Color3.new(0, 0, 0)
  108.  
  109. Court2.BorderSizePixel = 3
  110.  
  111. Court2.Position = UDim2.new(0.275609761, 0, 0.246030539, 0)
  112.  
  113. Court2.Size = UDim2.new(0, 183, 0, 41)
  114.  
  115. Court2.Font = Enum.Font.SourceSansBold
  116.  
  117. Court2.Text = "Court2"
  118.  
  119. Court2.TextColor3 = Color3.new(0.666667, 0, 0)
  120.  
  121. Court2.TextSize = 20
  122.  
  123. Court2.TextWrapped = true
  124.  
  125.  
  126.  
  127. Court3.Name = "Court3"
  128.  
  129. Court3.Parent = Main
  130.  
  131. Court3.BackgroundColor3 = Color3.new(0, 0, 0)
  132.  
  133. Court3.BorderSizePixel = 3
  134.  
  135. Court3.Position = UDim2.new(0.275609761, 0, 0.393970668, 0)
  136.  
  137. Court3.Size = UDim2.new(0, 183, 0, 41)
  138.  
  139. Court3.Font = Enum.Font.SourceSansBold
  140.  
  141. Court3.Text = "Court3"
  142.  
  143. Court3.TextColor3 = Color3.new(0.666667, 0, 0)
  144.  
  145. Court3.TextSize = 20
  146.  
  147. Court3.TextWrapped = true
  148.  
  149.  
  150.  
  151. Court4.Name = "Court4"
  152.  
  153. Court4.Parent = Main
  154.  
  155. Court4.BackgroundColor3 = Color3.new(0, 0, 0)
  156.  
  157. Court4.BorderSizePixel = 3
  158.  
  159. Court4.Position = UDim2.new(0.275609761, 0, 0.542810321, 0)
  160.  
  161. Court4.Size = UDim2.new(0, 183, 0, 41)
  162.  
  163. Court4.Font = Enum.Font.SourceSansBold
  164.  
  165. Court4.Text = "Court4"
  166.  
  167. Court4.TextColor3 = Color3.new(0.666667, 0, 0)
  168.  
  169. Court4.TextSize = 20
  170.  
  171. Court4.TextWrapped = true
  172.  
  173.  
  174.  
  175. Court5.Name = "Court5"
  176.  
  177. Court5.Parent = Main
  178.  
  179. Court5.BackgroundColor3 = Color3.new(0, 0, 0)
  180.  
  181. Court5.BorderSizePixel = 3
  182.  
  183. Court5.Position = UDim2.new(0.275609761, 0, 0.692600846, 0)
  184.  
  185. Court5.Size = UDim2.new(0, 183, 0, 41)
  186.  
  187. Court5.Font = Enum.Font.SourceSansBold
  188.  
  189. Court5.Text = "Court5"
  190.  
  191. Court5.TextColor3 = Color3.new(0.666667, 0, 0)
  192.  
  193. Court5.TextSize = 20
  194.  
  195. Court5.TextWrapped = true
  196.  
  197.  
  198.  
  199. Court6.Name = "Court6"
  200.  
  201. Court6.Parent = Main
  202.  
  203. Court6.BackgroundColor3 = Color3.new(0, 0, 0)
  204.  
  205. Court6.BorderSizePixel = 3
  206.  
  207. Court6.Position = UDim2.new(0.275609761, 0, 0.846647799, 0)
  208.  
  209. Court6.Size = UDim2.new(0, 183, 0, 41)
  210.  
  211. Court6.Font = Enum.Font.SourceSansBold
  212.  
  213. Court6.Text = "Court6"
  214.  
  215. Court6.TextColor3 = Color3.new(0.666667, 0, 0)
  216.  
  217. Court6.TextSize = 20
  218.  
  219. Court6.TextWrapped = true
  220.  
  221.  
  222.  
  223. Close.Name = "Close"
  224.  
  225. Close.Parent = Main
  226.  
  227. Close.BackgroundColor3 = Color3.new(0, 0, 0)
  228.  
  229. Close.Position = UDim2.new(0.929440379, 0, 0, 0)
  230.  
  231. Close.Size = UDim2.new(0, 29, 0, 28)
  232.  
  233. Close.Font = Enum.Font.SourceSansBold
  234.  
  235. Close.Text = "X"
  236.  
  237. Close.TextColor3 = Color3.new(0.666667, 0, 0)
  238.  
  239. Close.TextSize = 20
  240.  
  241. Close.TextWrapped = true
  242.  
  243.  
  244.  
  245. opengui.Name = "opengui"
  246.  
  247. opengui.Parent = AutoFarm
  248.  
  249. opengui.BackgroundColor3 = Color3.new(0, 0, 0)
  250.  
  251. opengui.BorderSizePixel = 3
  252.  
  253. opengui.Position = UDim2.new(0, 0, 0.493857503, 0)
  254.  
  255. opengui.Size = UDim2.new(0, 76, 0, 25)
  256.  
  257.  
  258.  
  259. Open.Name = "Open"
  260.  
  261. Open.Parent = opengui
  262.  
  263. Open.BackgroundColor3 = Color3.new(0, 0, 0)
  264.  
  265. Open.BorderSizePixel = 3
  266.  
  267. Open.Position = UDim2.new(-0.210526317, 0, 0, 0)
  268.  
  269. Open.Size = UDim2.new(0, 92, 0, 27)
  270.  
  271. Open.Font = Enum.Font.SourceSansBold
  272.  
  273. Open.Text = "Open"
  274.  
  275. Open.TextColor3 = Color3.new(0.666667, 0, 0)
  276.  
  277. Open.TextSize = 20
  278.  
  279. Open.TextWrapped = true
  280.  
  281. -- Scripts:
  282.  
  283.  
  284.  
  285. Court1.MouseButton1Down:connect(function()
  286.  
  287. for x = 1, 7 do
  288.  
  289. local A_1 = 1 ----- Change this to what court your on
  290.  
  291. local A_2 = 1
  292.  
  293. local Event = game:GetService("ReplicatedStorage")["join.court"]
  294.  
  295. Event:InvokeServer(A_1, A_2)
  296.  
  297.  
  298.  
  299. local A_1 = 1 ----- Change this to what court your on
  300.  
  301. local A_2 = 2
  302.  
  303. local Event = game:GetService("ReplicatedStorage")["join.court"]
  304.  
  305. Event:InvokeServer(A_1, A_2)
  306.  
  307. wait(2)
  308.  
  309. end
  310.  
  311. end)
  312.  
  313.  
  314.  
  315. Court2.MouseButton1Down:connect(function()
  316.  
  317. for x = 1, 7 do
  318.  
  319. local A_1 = 2 ----- Change this to what court your on
  320.  
  321. local A_2 = 1
  322.  
  323. local Event = game:GetService("ReplicatedStorage")["join.court"]
  324.  
  325. Event:InvokeServer(A_1, A_2)
  326.  
  327.  
  328.  
  329. local A_1 = 2 ----- Change this to what court your on
  330.  
  331. local A_2 = 2
  332.  
  333. local Event = game:GetService("ReplicatedStorage")["join.court"]
  334.  
  335. Event:InvokeServer(A_1, A_2)
  336.  
  337. wait(2)
  338.  
  339. end
  340.  
  341. end)
  342.  
  343.  
  344.  
  345.  
  346.  
  347. Court3.MouseButton1Down:connect(function()
  348.  
  349. for x = 1, 7 do
  350.  
  351. local A_1 = 3 ----- Change this to what court your on
  352.  
  353. local A_2 = 1
  354.  
  355. local Event = game:GetService("ReplicatedStorage")["join.court"]
  356.  
  357. Event:InvokeServer(A_1, A_2)
  358.  
  359.  
  360.  
  361. local A_1 = 3 ----- Change this to what court your on
  362.  
  363. local A_2 = 2
  364.  
  365. local Event = game:GetService("ReplicatedStorage")["join.court"]
  366.  
  367. Event:InvokeServer(A_1, A_2)
  368.  
  369. wait(2)
  370.  
  371. end
  372.  
  373. end)
  374.  
  375.  
  376.  
  377. Court4.MouseButton1Down:connect(function()
  378.  
  379. for x = 1, 7 do
  380.  
  381. local A_1 = 4 ----- Change this to what court your on
  382.  
  383. local A_2 = 1
  384.  
  385. local Event = game:GetService("ReplicatedStorage")["join.court"]
  386.  
  387. Event:InvokeServer(A_1, A_2)
  388.  
  389.  
  390.  
  391. local A_1 = 4 ----- Change this to what court your on
  392.  
  393. local A_2 = 2
  394.  
  395. local Event = game:GetService("ReplicatedStorage")["join.court"]
  396.  
  397. Event:InvokeServer(A_1, A_2)
  398.  
  399. wait(2)
  400.  
  401. end
  402.  
  403. end)
  404.  
  405.  
  406.  
  407.  
  408.  
  409.  
  410.  
  411. Court5.MouseButton1Down:connect(function()
  412.  
  413. for x = 1, 7 do
  414.  
  415. local A_1 = 5 ----- Change this to what court your on
  416.  
  417. local A_2 = 1
  418.  
  419. local Event = game:GetService("ReplicatedStorage")["join.court"]
  420.  
  421. Event:InvokeServer(A_1, A_2)
  422.  
  423.  
  424.  
  425. local A_1 = 5 ----- Change this to what court your on
  426.  
  427. local A_2 = 2
  428.  
  429. local Event = game:GetService("ReplicatedStorage")["join.court"]
  430.  
  431. Event:InvokeServer(A_1, A_2)
  432.  
  433. wait(2)
  434.  
  435. end
  436.  
  437. end)
  438.  
  439.  
  440.  
  441. Court6.MouseButton1Down:connect(function()
  442.  
  443. for x = 1, 7 do
  444.  
  445. local A_1 = 6 ----- Change this to what court your on
  446.  
  447. local A_2 = 1
  448.  
  449. local Event = game:GetService("ReplicatedStorage")["join.court"]
  450.  
  451. Event:InvokeServer(A_1, A_2)
  452.  
  453.  
  454.  
  455. local A_1 = 6 ----- Change this to what court your on
  456.  
  457. local A_2 = 2
  458.  
  459. local Event = game:GetService("ReplicatedStorage")["join.court"]
  460.  
  461. Event:InvokeServer(A_1, A_2)
  462.  
  463. wait(2)
  464.  
  465. end
  466.  
  467. end)
  468.  
  469.  
  470.  
  471. Close.MouseButton1Down:connect(function()
  472.  
  473. Main.Visible = false
  474.  
  475. opengui.Visible = true
  476.  
  477. end)
  478.  
  479.  
  480.  
  481. Open.MouseButton1Down:connect(function()
  482.  
  483. Main.Visible = true
  484.  
  485. opengui.Visible = false
  486.  
  487. end)
Add Comment
Please, Sign In to add comment