Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @echo off
- mode con: cols=15 lines=1
- color f7
- :a
- set /a "x+=1"
- echo trolololol, its a prank, #%x% > "prank#%x%"
- pause
- :: "pause" sets it to safe mode, set as comment (with "::")or remove to go destruction mode
- goto a
RAW Paste Data