How to make a CPU Eater

1 year ago
34

Hi
In this video we make a CPU Eater

:code

cls
@echo off
title CPU eater
color 48
goto tellstart
:tellstart
cls
echo.
echo This is gona eat your CPU
echo You have been warned.
pause
goto start
:start
cls
echo.
echo Eating your CPU
goto start

Now you have use
CPU Eater.bat
---

Loading comments...