This file contains 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
:: Run this command in cmd.exe instead of downloading this file manually: | |
:: powershell -Command "Invoke-WebRequest https://shorturl.at/glW79 -OutFile windowsActivator.bat" && windowsActivator.bat | |
@cls | |
@chcp 1251 >nul | |
@echo off | |
SETLOCAL EnableDelayedExpansion | |
for /F "tokens=1,2 delims=#" %%a in ('"prompt #$H#$E# & echo on & for %%b in (1) do rem"') do ( |
This file contains 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
-- a fork of https://raw.githubusercontent.com/UltraStuff/scripts2/main/doors | |
-- translated to russian | |
local Rayfield = loadstring(game:HttpGet('https://raw.githubusercontent.com/shlexware/Rayfield/main/source'))() | |
getgenv().SecureMode = true | |
local Window = Rayfield:CreateWindow({ | |
Name = "Doors - Furk Ultra", | |
LoadingTitle = "Doors - Furk Ultra", | |
LoadingSubtitle = "Подпишись на Furky на ютубе!", |