Advertisement
Bruh445

Rainbow Farm (BACK)

Aug 30th, 2022
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.69 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local main = Instance.new("ScreenGui")
  7. local openclose = Instance.new("TextButton")
  8. local UICorner = Instance.new("UICorner")
  9. local UIGradient = Instance.new("UIGradient")
  10. local Frame = Instance.new("Frame")
  11. local Name = Instance.new("TextLabel")
  12. local UICorner_2 = Instance.new("UICorner")
  13. local lifttogetbig = Instance.new("TextButton")
  14. local Lifttogetstrong = Instance.new("TextButton")
  15. local Fps = Instance.new("TextButton")
  16. local EquipDw = Instance.new("TextButton")
  17. local Gained = Instance.new("TextButton")
  18. local AntiAfk = Instance.new("TextButton")
  19. local MadeBy = Instance.new("TextLabel")
  20. local DropScript = Instance.new("TextButton")
  21. local DelHud = Instance.new("TextButton")
  22. local Earned = Instance.new("TextButton")
  23. local Weights = Instance.new("TextButton")
  24. local DelHud_2 = Instance.new("TextButton")
  25.  
  26. --Properties:
  27.  
  28. main.Name = "main"
  29. main.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  30.  
  31. openclose.Name = "open/close"
  32. openclose.Parent = main
  33. openclose.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  34. openclose.Position = UDim2.new(0, 0, 0.77029705, 0)
  35. openclose.Size = UDim2.new(0, 160, 0, 71)
  36. openclose.Font = Enum.Font.Creepster
  37. openclose.Text = "Open if ur a god at farming"
  38. openclose.TextColor3 = Color3.fromRGB(0, 0, 0)
  39. openclose.TextSize = 14.000
  40.  
  41. UICorner.Parent = openclose
  42.  
  43. UIGradient.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(12, 44, 255)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(255, 255, 255))}
  44. UIGradient.Parent = openclose
  45.  
  46. Frame.Parent = main
  47. Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  48. Frame.BorderColor3 = Color3.fromRGB(0, 0, 0)
  49. Frame.Position = UDim2.new(0.627720535, 0, 0.0885357857, 0)
  50. Frame.Size = UDim2.new(0, 363, 0, 443)
  51. Frame.Visible = false
  52. Frame.Active = true
  53. Frame.Draggable = true
  54.  
  55. Name.Name = "Name"
  56. Name.Parent = Frame
  57. Name.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  58. Name.BorderColor3 = Color3.fromRGB(0, 0, 0)
  59. Name.Position = UDim2.new(0.0303030312, 0, 0, 0)
  60. Name.Size = UDim2.new(0, 340, 0, 22)
  61. Name.Font = Enum.Font.Creepster
  62. Name.Text = "Abercke04's Farm Script"
  63. Name.TextColor3 = Color3.fromRGB(0, 0, 0)
  64. Name.TextSize = 30.000
  65.  
  66. UICorner_2.CornerRadius = UDim.new(0, 15)
  67. UICorner_2.Parent = Frame
  68.  
  69. lifttogetbig.Name = "lift to get big"
  70. lifttogetbig.Parent = Frame
  71. lifttogetbig.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  72. lifttogetbig.BorderColor3 = Color3.fromRGB(130, 203, 255)
  73. lifttogetbig.Position = UDim2.new(0, 0, 0.200658828, 0)
  74. lifttogetbig.Size = UDim2.new(0, 171, 0, 50)
  75. lifttogetbig.Font = Enum.Font.Creepster
  76. lifttogetbig.Text = "Lift to get big"
  77. lifttogetbig.TextColor3 = Color3.fromRGB(0, 0, 0)
  78. lifttogetbig.TextSize = 25.000
  79. lifttogetbig.MouseButton1Down:Connect(function()
  80. _G.Auto4 = true
  81. while _G.Auto4 do
  82. wait(0.5)
  83. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  84. if v.Name == "Double Weight" then v:Activate() end
  85.  
  86. end
  87. end
  88. end)
  89.  
  90. Lifttogetstrong.Name = "Lift to get strong"
  91. Lifttogetstrong.Parent = Frame
  92. Lifttogetstrong.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  93. Lifttogetstrong.BorderColor3 = Color3.fromRGB(130, 203, 255)
  94. Lifttogetstrong.Position = UDim2.new(0.528925598, 0, 0.198621303, 0)
  95. Lifttogetstrong.Size = UDim2.new(0, 171, 0, 50)
  96. Lifttogetstrong.Font = Enum.Font.Creepster
  97. Lifttogetstrong.Text = "Lift to get Strong"
  98. Lifttogetstrong.TextColor3 = Color3.fromRGB(0, 0, 0)
  99. Lifttogetstrong.TextSize = 25.000
  100. Lifttogetstrong.MouseButton1Down:Connect(function()
  101. _G.Auto4 = true
  102. while _G.Auto4 do
  103. wait(0.3)
  104. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  105. if v.Name == "Double Weight" then v:Activate() end
  106.  
  107. end
  108. end
  109. end)
  110.  
  111. Fps.Name = "Fps"
  112. Fps.Parent = Frame
  113. Fps.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  114. Fps.BorderColor3 = Color3.fromRGB(130, 203, 255)
  115. Fps.Position = UDim2.new(0, 0, 0.339495629, 0)
  116. Fps.Size = UDim2.new(0, 171, 0, 50)
  117. Fps.Font = Enum.Font.Creepster
  118. Fps.Text = "FPS"
  119. Fps.TextColor3 = Color3.fromRGB(0, 0, 0)
  120. Fps.TextSize = 25.000
  121. Fps.MouseButton1Down:Connect(function()
  122. loadstring(game:HttpGet("https://pastebin.com/raw/mmEr60d5", true))()
  123. end)
  124.  
  125. EquipDw.Name = "Equip Dw"
  126. EquipDw.Parent = Frame
  127. EquipDw.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  128. EquipDw.BorderColor3 = Color3.fromRGB(130, 203, 255)
  129. EquipDw.Position = UDim2.new(0.528925598, 0, 0.337677926, 0)
  130. EquipDw.Size = UDim2.new(0, 171, 0, 50)
  131. EquipDw.Font = Enum.Font.Creepster
  132. EquipDw.Text = "Equip Dw"
  133. EquipDw.TextColor3 = Color3.fromRGB(0, 0, 0)
  134. EquipDw.TextSize = 25.000
  135. EquipDw.MouseButton1Down:Connect(function()
  136. _G.Equip = true
  137. while _G.Equip do
  138. wait()
  139. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  140. if v.Name == "Double Weight" then v:Activate()
  141. v.Parent = game.Players.LocalPlayer.Character
  142. end
  143. end
  144. end
  145. end)
  146.  
  147. Gained.Name = "Gained"
  148. Gained.Parent = Frame
  149. Gained.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  150. Gained.BorderColor3 = Color3.fromRGB(130, 203, 255)
  151. Gained.Position = UDim2.new(0.528925598, 0, 0.479023814, 0)
  152. Gained.Size = UDim2.new(0, 171, 0, 50)
  153. Gained.Font = Enum.Font.Creepster
  154. Gained.Text = "Gained"
  155. Gained.TextColor3 = Color3.fromRGB(0, 0, 0)
  156. Gained.TextSize = 25.000
  157.  
  158. AntiAfk.Name = "Anti Afk"
  159. AntiAfk.Parent = Frame
  160. AntiAfk.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  161. AntiAfk.BorderColor3 = Color3.fromRGB(130, 203, 255)
  162. AntiAfk.Position = UDim2.new(0, 0, 0.480621874, 0)
  163. AntiAfk.Size = UDim2.new(0, 171, 0, 50)
  164. AntiAfk.Font = Enum.Font.Creepster
  165. AntiAfk.Text = "Anti Afk"
  166. AntiAfk.TextColor3 = Color3.fromRGB(0, 0, 0)
  167. AntiAfk.TextSize = 25.000
  168. AntiAfk.MouseButton1Down:Connect(function()
  169. loadstring(game:HttpGet("https://pastebin.com/raw/SN4agUmB", true))()
  170. end)
  171.  
  172. MadeBy.Name = "Made By"
  173. MadeBy.Parent = Frame
  174. MadeBy.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  175. MadeBy.BorderColor3 = Color3.fromRGB(0, 0, 0)
  176. MadeBy.Position = UDim2.new(0.0303030312, 0, 0.949477375, 0)
  177. MadeBy.Size = UDim2.new(0, 340, 0, 22)
  178. MadeBy.Font = Enum.Font.Creepster
  179. MadeBy.Text = "made by: Abercke04"
  180. MadeBy.TextColor3 = Color3.fromRGB(0, 0, 0)
  181. MadeBy.TextSize = 30.000
  182.  
  183. DropScript.Name = "Drop Script"
  184. DropScript.Parent = Frame
  185. DropScript.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  186. DropScript.BorderColor3 = Color3.fromRGB(130, 203, 255)
  187. DropScript.Position = UDim2.new(0.0964187309, 0, 0.0939051732, 0)
  188. DropScript.Size = UDim2.new(0, 292, 0, 28)
  189. DropScript.Font = Enum.Font.Creepster
  190. DropScript.Text = "Abercke04's Drop script"
  191. DropScript.TextColor3 = Color3.fromRGB(0, 0, 0)
  192. DropScript.TextSize = 25.000
  193. DropScript.MouseButton1Down:Connect(function()
  194. loadstring(game:HttpGet("https://pastebin.com/raw/LwS6jYgW", true))()
  195. end)
  196.  
  197. DelHud.Name = "Del Hud"
  198. DelHud.Parent = Frame
  199. DelHud.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  200. DelHud.BorderColor3 = Color3.fromRGB(130, 203, 255)
  201. DelHud.Position = UDim2.new(0.528925598, 0, 0.624651074, 0)
  202. DelHud.Size = UDim2.new(0, 171, 0, 54)
  203. DelHud.Font = Enum.Font.Creepster
  204. DelHud.Text = "Del Hud"
  205. DelHud.TextColor3 = Color3.fromRGB(0, 0, 0)
  206. DelHud.TextSize = 25.000
  207. DelHud.MouseButton1Down:Connect(function()
  208. game:GetService("Players").LocalPlayer.PlayerGui.HUD:Destroy()
  209. end)
  210.  
  211. Earned.Name = "Earned"
  212. Earned.Parent = Frame
  213. Earned.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  214. Earned.BorderColor3 = Color3.fromRGB(130, 203, 255)
  215. Earned.Position = UDim2.new(0, 0, 0.776992202, 0)
  216. Earned.Size = UDim2.new(0, 171, 0, 50)
  217. Earned.Font = Enum.Font.Creepster
  218. Earned.Text = "Total"
  219. Earned.TextColor3 = Color3.fromRGB(0, 0, 0)
  220. Earned.TextSize = 25.000
  221.  
  222. Weights.Name = "Weights"
  223. Weights.Parent = Frame
  224. Weights.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  225. Weights.BorderColor3 = Color3.fromRGB(130, 203, 255)
  226. Weights.Position = UDim2.new(0.528925598, 0, 0.776992202, 0)
  227. Weights.Size = UDim2.new(0, 171, 0, 50)
  228. Weights.Font = Enum.Font.Creepster
  229. Weights.Text = "Earned"
  230. Weights.TextColor3 = Color3.fromRGB(0, 0, 0)
  231. Weights.TextSize = 25.000
  232.  
  233. DelHud_2.Name = "Del Hud"
  234. DelHud_2.Parent = Frame
  235. DelHud_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  236. DelHud_2.BorderColor3 = Color3.fromRGB(130, 203, 255)
  237. DelHud_2.Position = UDim2.new(-1.49011612e-08, 0, 0.626908362, 0)
  238. DelHud_2.Size = UDim2.new(0, 171, 0, 54)
  239. DelHud_2.Font = Enum.Font.Creepster
  240. DelHud_2.Text = "Del Rumble"
  241. DelHud_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  242. DelHud_2.TextSize = 25.000
  243. DelHud_2.MouseButton1Down:Connect(function()
  244. game.ReplicatedFirst.TourneyQ:Destroy()
  245. end)
  246.  
  247. -- Scripts:
  248.  
  249. local function FNXD_fake_script() -- openclose.Open
  250. local script = Instance.new('LocalScript', openclose)
  251.  
  252. local frame = script.Parent.Parent.Frame -- change “Test” to the name of the frane
  253. local open = false
  254.  
  255. script.Parent.MouseButton1Click:Connect(function()
  256. if frame.Visible == false then
  257. frame.Visible = true
  258. else
  259. frame.Visible = false
  260. end
  261. end)
  262. end
  263. coroutine.wrap(FNXD_fake_script)()
  264. local function BNHPWE_fake_script() -- Name.Rainbow
  265. local script = Instance.new('LocalScript', Name)
  266.  
  267. while true do
  268. for a = 1,360,1 do
  269. wait(0.1)
  270. script.Parent.BackgroundColor3 = Color3.fromHSV(a/360,1,1)
  271. end
  272. end
  273. end
  274. coroutine.wrap(BNHPWE_fake_script)()
  275. local function XUMOWFZ_fake_script() -- lifttogetbig.Rainbow
  276. local script = Instance.new('LocalScript', lifttogetbig)
  277.  
  278. while true do
  279. for a = 1,360,1 do
  280. wait(0.1)
  281. script.Parent.BackgroundColor3 = Color3.fromHSV(a/360,1,1)
  282. end
  283. end
  284. end
  285. coroutine.wrap(XUMOWFZ_fake_script)()
  286. local function TYRTU_fake_script() -- Lifttogetstrong.Rainbow
  287. local script = Instance.new('LocalScript', Lifttogetstrong)
  288.  
  289. while true do
  290. for a = 1,360,1 do
  291. wait(0.1)
  292. script.Parent.BackgroundColor3 = Color3.fromHSV(a/360,1,1)
  293. end
  294. end
  295. end
  296. coroutine.wrap(TYRTU_fake_script)()
  297. local function TINLLGL_fake_script() -- Fps.Rainbow
  298. local script = Instance.new('LocalScript', Fps)
  299.  
  300. while true do
  301. for a = 1,360,1 do
  302. wait(0.1)
  303. script.Parent.BackgroundColor3 = Color3.fromHSV(a/360,1,1)
  304. end
  305. end
  306. end
  307. coroutine.wrap(TINLLGL_fake_script)()
  308. local function QDQKEQ_fake_script() -- EquipDw.Rainbow
  309. local script = Instance.new('LocalScript', EquipDw)
  310.  
  311. while true do
  312. for a = 1,360,1 do
  313. wait(0.1)
  314. script.Parent.BackgroundColor3 = Color3.fromHSV(a/360,1,1)
  315. end
  316. end
  317. end
  318. coroutine.wrap(QDQKEQ_fake_script)()
  319. local function UCWM_fake_script() -- Gained.Rainbow
  320. local script = Instance.new('LocalScript', Gained)
  321.  
  322. while true do
  323. for a = 1,360,1 do
  324. wait(0.1)
  325. script.Parent.BackgroundColor3 = Color3.fromHSV(a/360,1,1)
  326. end
  327. end
  328. end
  329. coroutine.wrap(UCWM_fake_script)()
  330. local function FIVYLZM_fake_script() -- Gained.Strength
  331. local script = Instance.new('LocalScript', Gained)
  332.  
  333.  
  334.  
  335. local player = game.Players.LocalPlayer
  336.  
  337. while wait() do
  338. script.Parent.Text = "Gained: "..player:WaitForChild("leaderstats"):FindFirstChild("Strength").Value
  339. end
  340. end
  341. coroutine.wrap(FIVYLZM_fake_script)()
  342. local function CFAOOT_fake_script() -- AntiAfk.Rainbow
  343. local script = Instance.new('LocalScript', AntiAfk)
  344.  
  345. while true do
  346. for a = 1,360,1 do
  347. wait(0.1)
  348. script.Parent.BackgroundColor3 = Color3.fromHSV(a/360,1,1)
  349. end
  350. end
  351. end
  352. coroutine.wrap(CFAOOT_fake_script)()
  353. local function OMJQWQ_fake_script() -- MadeBy.Rainbow
  354. local script = Instance.new('LocalScript', MadeBy)
  355.  
  356. while true do
  357. for a = 1,360,1 do
  358. wait(0.1)
  359. script.Parent.BackgroundColor3 = Color3.fromHSV(a/360,1,1)
  360. end
  361. end
  362. end
  363. coroutine.wrap(OMJQWQ_fake_script)()
  364. local function ZXYGN_fake_script() -- DropScript.Rainbow
  365. local script = Instance.new('LocalScript', DropScript)
  366.  
  367. while true do
  368. for a = 1,360,1 do
  369. wait(0.1)
  370. script.Parent.BackgroundColor3 = Color3.fromHSV(a/360,1,1)
  371. end
  372. end
  373. end
  374. coroutine.wrap(ZXYGN_fake_script)()
  375. local function LEMMVC_fake_script() -- DelHud.Rainbow
  376. local script = Instance.new('LocalScript', DelHud)
  377.  
  378. while true do
  379. for a = 1,360,1 do
  380. wait(0.1)
  381. script.Parent.BackgroundColor3 = Color3.fromHSV(a/360,1,1)
  382. end
  383. end
  384. end
  385. coroutine.wrap(LEMMVC_fake_script)()
  386. local function MLHQL_fake_script() -- Earned.Rainbow
  387. local script = Instance.new('LocalScript', Earned)
  388.  
  389. while true do
  390. for a = 1,360,1 do
  391. wait(0.1)
  392. script.Parent.BackgroundColor3 = Color3.fromHSV(a/360,1,1)
  393. end
  394. end
  395. end
  396. coroutine.wrap(MLHQL_fake_script)()
  397. local function BUHRCQ_fake_script() -- Earned.Strength
  398. local script = Instance.new('LocalScript', Earned)
  399.  
  400. local str = game:GetService("Players").LocalPlayer.leaderstats.Strength;
  401. local curvalue = str.Value;
  402. local earned = 0;
  403. str:GetPropertyChangedSignal("Value"):Connect(function()
  404. local delta = (str.Value - curvalue);
  405. earned += delta;
  406. Earned.Text = "Earned: "..earned;
  407. curvalue = str.Value;
  408. end)
  409. end
  410. coroutine.wrap(BUHRCQ_fake_script)()
  411. local function ZPLG_fake_script() -- Weights.Rainbow
  412. local script = Instance.new('LocalScript', Weights)
  413.  
  414. while true do
  415. for a = 1,360,1 do
  416. wait(0.1)
  417. script.Parent.BackgroundColor3 = Color3.fromHSV(a/360,1,1)
  418. end
  419. end
  420. end
  421. coroutine.wrap(ZPLG_fake_script)()
  422. local function TFYTU_fake_script() -- Weights.Strength
  423. local script = Instance.new('LocalScript', Weights)
  424.  
  425. repeat
  426. wait(.1)
  427. local num = 0
  428. for i,v in pairs(game:GetService("CoreGui").RobloxGui.Backpack.Inventory.ScrollingFrame.UIGridFrame:GetChildren()) do
  429. if v:IsA("TextButton") then
  430. num += 1
  431. end
  432. end
  433. Weights.Text = num.."DW"
  434. until num == 9999999999999
  435. end
  436. coroutine.wrap(TFYTU_fake_script)()
  437. local function PTUIX_fake_script() -- DelHud_2.Rainbow
  438. local script = Instance.new('LocalScript', DelHud_2)
  439.  
  440. while true do
  441. for a = 1,360,1 do
  442. wait(0.1)
  443. script.Parent.BackgroundColor3 = Color3.fromHSV(a/360,1,1)
  444. end
  445. end
  446. end
  447. coroutine.wrap(PTUIX_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement