ScriptBlox is undergoing maintenance, so downtime is possible. Sorry for the inconvenience!
Speed Clicker ⚡
2.4k Views

team err0rx script best

Speed Clicker ⚡Uploaded by
8 months ago
Please login to perform these actions:

Description

auto farm scripts: Infinite Yield

View Raw
Edited By: nefex Download


Comments
1
User profile picture
zacharyoliver100 3 months ago
local UserInputService = game:GetService("UserInputService") local TweenService = game:GetService("TweenService") local RunService = game:GetService("RunService") local LocalPlayer = game:GetService("Players").LocalPlayer local Mouse = LocalPlayer:GetMouse() local HttpService = game:GetService("HttpService") local OrionLib = { Elements = {}, ThemeObjects = {}, Connections = {}, Flags = {}, Themes = { Default = { Main = Color3.fromRGB(25, 25, 25), Second = Color3.fromRGB(32, 32, 32), Stroke = Color3.fromRGB(60, 60, 60), Divider = Color3.fromRGB(60, 60, 60), Text = Color3.fromRGB(240, 240, 240), TextDark = Color3.fromRGB(150, 150, 150) } }, SelectedTheme = "Default", Folder = nil, SaveCfg = false } --Feather Icons https://github.com/evoincorp/lucideblox/tree/master/src/modules/util - Created by 7kayoh local Icons = {} local Success, Response = pcall(function() Icons = HttpService:JSONDecode(game:HttpGetAsync("https://raw.githubusercontent.com/evoincorp/lucideblox/master/src/modules/util/icons.json")).icons end) if not Success then warn("\nOrion Library - Failed to load Feather Icons. Error code: " .. Response .. "\n") end local function GetIcon(IconName) if Icons[IconName] ~= nil then return Icons[IconName] else return nil end end local Orion = Instance.new("ScreenGui") Orion.Name = "Orion" if syn then syn.protect_gui(Orion) Orion.Parent = game.CoreGui else Orion.Parent = get*() or game.CoreGui end if get* then for _, Interface in ipairs(get*():GetChildren()) do if Interface.Name == Orion.Name and Interface ~= Orion then Interface:Destroy() end end else for _, Interface in ipairs(game.CoreGui:GetChildren()) do if Interface.Name == Orion.Name and Interface ~= Orion then Interface:Destroy() end
Please Login to add a comment.