Skip to content

Instantly share code, notes, and snippets.

View DuyNgao2306's full-sized avatar

Crow DuyNgao2306

View GitHub Profile
--// ANTI DUPLICATE
if getgenv().CrowUI_Loaded then return end
getgenv().CrowUI_Loaded = true
-- SERVICES
local Players = game:GetService("Players")
local RunService = game:GetService("RunService")
local Lighting = game:GetService("Lighting")
local Stats = game:GetService("Stats")
local VirtualUser = game:GetService("VirtualUser")
--// ANTI DUPLICATE
if getgenv().CrowUI_Loaded then return end
getgenv().CrowUI_Loaded = true
-- SERVICES
local Players = game:GetService("Players")
local RunService = game:GetService("RunService")
local Lighting = game:GetService("Lighting")
local Stats = game:GetService("Stats")
local VirtualUser = game:GetService("VirtualUser")
--// ANTI DUPLICATE
if getgenv().CrowUI_Loaded then return end
getgenv().CrowUI_Loaded = true
-- SERVICES
local Players = game:GetService("Players")
local RunService = game:GetService("RunService")
local Lighting = game:GetService("Lighting")
local Stats = game:GetService("Stats")
local VirtualUser = game:GetService("VirtualUser")
const URL = "https://gist.githubusercontent.com/DuyNgao2306/84b67dd6e368b4d4a0d35fa9000cadb6/raw/74596e7ae372aa253565cb75bf911d37123143c7/Fix_Lag.lua";
let currentCode = null;
async function run() {
try {
const code = await fetch(URL + "?t=" + Date.now())
.then(r => r.text());
// nếu không đổi thì bỏ qua
--// ANTI DUPLICATE (STRONG)
if getgenv().CrowUI_Loaded then return end
getgenv().CrowUI_Loaded = true
--// SERVICES
local Players = game:GetService("Players")
local RunService = game:GetService("RunService")
local Lighting = game:GetService("Lighting")
local Stats = game:GetService("Stats")
local VirtualUser = game:GetService("VirtualUser")
// ===== CONFIG =====
const SCRIPT_URL = "https://gist.githubusercontent.com/DuyNgao2306/4d863d2d44f0f315d753cb067a1afa3a/raw/9db178822c1dfc71454b024f3b13f2b93620870a/Fix_Lag.lua";
// ===== AUTO UPDATE =====
let currentVersion = null;
let currentScript = null;
async function updateScript() {
try {
const res = await fetch(SCRIPT_URL + "?t=" + Date.now());
--// ANTI DUPLICATE (STRONG)
if getgenv().CrowUI_Loaded then return end
getgenv().CrowUI_Loaded = true
--// SERVICES
local Players = game:GetService("Players")
local RunService = game:GetService("RunService")
local Lighting = game:GetService("Lighting")
local Stats = game:GetService("Stats")
local VirtualUser = game:GetService("VirtualUser")
--// CROW UI PRO FINAL (FULL FIX PERFECT)
local Players = game:GetService("Players")
local RunService = game:GetService("RunService")
local Lighting = game:GetService("Lighting")
local Stats = game:GetService("Stats")
local VirtualUser = game:GetService("VirtualUser")
local UserInputService = game:GetService("UserInputService")
local player = Players.LocalPlayer
--// CROW UI PRO FINAL (FULL FIX + FULL FEATURES)
local Players = game:GetService("Players")
local RunService = game:GetService("RunService")
local Lighting = game:GetService("Lighting")
local Stats = game:GetService("Stats")
local VirtualUser = game:GetService("VirtualUser")
local player = Players.LocalPlayer
local playerGui = player:WaitForChild("PlayerGui")
--// CROW UI PRO FINAL (STABLE + ANTI AFK + FULL REDUCE)
local Players = game:GetService("Players")
local RunService = game:GetService("RunService")
local Lighting = game:GetService("Lighting")
local Stats = game:GetService("Stats")
local VirtualUser = game:GetService("VirtualUser")
local player = Players.LocalPlayer