ScriptBlox is undergoing maintenance, so downtime is possible. Sorry for the inconvenience!
My Knife Farm [UPD]
2.0k Views

auto stuff open source

My Knife Farm [UPD]Uploaded by
1 month ago
Please login to perform these actions:

Description

made with ai auto spawn cases auto sell your knifes auto buy selected cases anti afk script at misc spin wheel

View Raw
Edited By: Sqilss Download


Comments
2
User profile picture
Luc*zz 1 month ago
WWWWWWWW where do u make ur scripts?
User profile picture
johnrerdi 1 month ago
-- LinoriaLib Knife Farm Script (Stable Fork) - Updated with Anti-AFK local repo = "https://raw.githubusercontent.com/mstudio45/LinoriaLib/main/" local Library = loadstring(game:HttpGet(repo .. "Library.lua"))() local ThemeManager = loadstring(game:HttpGet(repo .. "addons/ThemeManager.lua"))() local SaveManager = loadstring(game:HttpGet(repo .. "addons/SaveManager.lua"))() local Window = Library:CreateWindow({ *le = "My Knife Farm by Sqilss - hide/show = right shift", Center = true, AutoShow = true, }) -- Create Tabs local MainTab = Window:AddTab("Main") local MiscTab = Window:AddTab("Misc") -- Status Section local StatusGroup = MainTab:AddLeftGroupbox("Status") local StatusLabel = StatusGroup:AddLabel("Status: Idle") local SellTimerLabel = StatusGroup:AddLabel("Next Sell In: --:--") -- Variables local player = game:GetService("Players").LocalPlayer local myPlot = nil local function *ignMyPlot() local function clean(str) return str:gsub("%W", ""):lower() end local myCleanName = clean(player.Name) local myCleanDisplayName = clean(player.DisplayName) for i = 1, 8 do local plotName = "Plot_" .. i local plotFolder = workspace.Plots:FindFirstChild(plotName) if plotFolder then local nameplate = plotFolder:FindFirstChild("Plot_Models") and plotFolder.Plot_Models:FindFirstChild("BaseModel") and plotFolder.Plot_Models.BaseModel:FindFirstChild("BillBoardC") if nameplate then local textLabel = nameplate.Nameplate.SurfaceGui:FindFirstChild("NameOf") if textLabel then local cleanLabel = clean(textLabel.Text) if string.find(cleanLabel, myCleanName) or string.find(c
Please Login to add a comment.