Notepad Trick: Rainbow Loading Wheel Animation! (SO satisfying 😳🌈)
Автор: SS HackVerse
Загружено: 2025-11-21
Просмотров: 849
Описание:
This Notepad trick creates a colored spinning loading wheel in your Windows command prompt.
Completely safe and works on any PC.
Copy the code below and save as wheel.bat
---------------------------------------------------------------------------------------------------------------------------
@echo off
title Rainbow Loading Wheel
setlocal enabledelayedexpansion
set spinner=| / - \
set colors=0a 0b 0c 0d 0e 0f 1a 1b 1c 1d 1e
:loop
for %%c in (%colors%) do (
for %%s in (%spinner%) do (
cls
color %%c
echo Loading %%s
ping 127.0.0.1 -n 1
)
)
goto loop
---------------------------------------------------------------------------------------------------------------------------
Run it and enjoy the smooth animation!
#NotepadTricks #CMDHacks #SSHackVerse #TechShorts #BatchFiles #LoadingAnimation
Повторяем попытку...
Доступные форматы для скачивания:
Скачать видео
-
Информация по загрузке: