This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
local Lib = {} | |
local tweenService = game:GetService("TweenService") | |
local UIS = game:GetService("UserInputService") | |
local Players = game:GetService("Players") | |
local localPlayer = Players.LocalPlayer | |
local existingGui = localPlayer:WaitForChild("PlayerGui"):FindFirstChild("UiLib") | |
if existingGui then | |
existingGui:Destroy() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- : Begin batch script | |
@setlocal DisableDelayedExpansion | |
@set uivr=v44 | |
@echo off | |
:: ### Configuration Options ### | |
:: change to 1 to enable debug mode (can be used with unattended options) | |
set _Debug=0 | |
:: change to 0 to turn OFF Windows or Office activation processing via the script |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"version": "v0.0.8", | |
"notes": "ahh", | |
"pub_date": "2025-05-10T00:25:57Z", | |
"platforms": { | |
"windows-x86_64": { | |
"signature": "dW50cnVzdGVkIGNvbW1lbnQ6IHNpZ25hdHVyZSBmcm9tIHRhdXJpIHNlY3JldCBrZXkKUlVRNlRUYzBlRTdWQUM0VHQ3eEs0eWtyQytVdXBSdXVoMHJpVU5FdWMxMytkcG9SdGxZTnNnamZYNkJxVVFmQzhnRGNvRTNyU3ZyZ0JxRWVKNS9ZNlpKeHN3NzNMRGkySmdnPQp0cnVzdGVkIGNvbW1lbnQ6IHRpbWVzdGFtcDoxNzQ2OTExNDQwCWZpbGU6SVQgQXBwcyBJbnN0YWxsZXJfMC4wLjhfeDY0LXNldHVwLmV4ZQpHd20wenQ2SHh6VXRNRHNBczBDM1BsTy9qbGpRc1VvaXdVaDVsdFVGeTNiRnJCYU1FN28xUzdxVisyN3dFaFRvNXFFZmcrU2tOQVZiMUw4ekpsdS9EZz09Cg==", | |
"url": "https://it-installer.vercel.app/api/download?dl=1&up=1" | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"version": "v0.0.8", | |
"notes": "ahh", | |
"pub_date": "2025-05-10T00:25:57Z", | |
"platforms": { | |
"windows-x86_64": { | |
"signature": "dW50cnVzdGVkIGNvbW1lbnQ6IHNpZ25hdHVyZSBmcm9tIHRhdXJpIHNlY3JldCBrZXkKUlVRNlRUYzBlRTdWQUM0VHQ3eEs0eWtyQytVdXBSdXVoMHJpVU5FdWMxMytkcG9SdGxZTnNnamZYNkJxVVFmQzhnRGNvRTNyU3ZyZ0JxRWVKNS9ZNlpKeHN3NzNMRGkySmdnPQp0cnVzdGVkIGNvbW1lbnQ6IHRpbWVzdGFtcDoxNzQ2OTExNDQwCWZpbGU6SVQgQXBwcyBJbnN0YWxsZXJfMC4wLjhfeDY0LXNldHVwLmV4ZQpHd20wenQ2SHh6VXRNRHNBczBDM1BsTy9qbGpRc1VvaXdVaDVsdFVGeTNiRnJCYU1FN28xUzdxVisyN3dFaFRvNXFFZmcrU2tOQVZiMUw4ekpsdS9EZz09Cg==", | |
"url": "https://it-installer.vercel.app/api/download?dl=1&up=1" | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
setlocal enabledelayedexpansion | |
>nul 2>&1 "%SYSTEMROOT%\System32\cacls.exe" "%SYSTEMROOT%\System32\config\system" | |
if "%errorlevel%" NEQ "0" ( | |
powershell -Command "Start-Process -FilePath '%~f0' -Verb RunAs" | |
exit /b | |
) |