top of page

Funky Friday: Auto Farm, Auto Player



local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orio


n/main/source')))()
local Window = OrionLib:MakeWindow({Name = "Funky Friday Scripts", HidePremium = false, SaveConfig = true, ConfigFolder = "OrionTest"})
local FunkyTab = Window:MakeTab({
	Name = "Farm Tab",
	Icon = "rbxassetid://4483345998",
	PremiumOnly = false
})
local Section = FunkyTab:AddSection({
	Name = "Lots of scripts :DD"
})
FunkyTab:AddButton({
	Name = "Wally's Hub",
	Callback = function()
		loadstring(game:HttpGet("https://raw.githubusercontent.com/wally-rblx/funky-friday-autoplay/main/main.lua",true))()		
      		print("button pressed")
  	end    
})
FunkyTab:AddButton({
	Name = "Absurde Dave Autofarm",
	Callback = function()
		loadstring(game:HttpGet("https://pastebin.com/raw/cTevmufM"))()
      		print("button pressed")
  	end    
})
local UniversalTab = Window:MakeTab({
	Name = "Nameless Admin",
	Icon = "rbxassetid://4483345998",
	PremiumOnly = false
})
UniversalTab:AddButton({
	Name = "Nameless Admin V2",
	Callback = function()
loadstring(game:HttpGet("https://raw.githubusercontent.com/FilteringEnabled/NamelessAdmin/main/Source"))();
      		print("button pressed")
  	end    
})












OrionLib:Init()


 

Comments


RobloxScriptCode

©2024, RobloxScriptCode.

bottom of page