Someone found a backfloor in SMBX.RSupertheGreat wrote:*insert an ugly penguin with a banhammer here*
Code: Select all
640x480=mode 80,40
800x480=mode 100,40
800x600=mode 100,50
1024x480=mode 128,40
1024x600=mode 128,50
1024x720=mode 128,60
1024x768=mode 128,64
1152x480=mode 144,40
1152x600=mode 144,50
1152x720=mode 144,60
1152x768=mode 144,64
1152x864=mode 144,72
1280x480=mode 160,40
1280x600=mode 160,50
1280x720=mode 160,60
1280x768=mode 160,64
1280x864=mode 160,72
1280x960=mode 160,80
Whatthe GaMERDoG wrote:Someone found a backfloor in SMBX.RSupertheGreat wrote:*insert an ugly penguin with a banhammer here*
RSupertheGreat wrote:Whatthe GaMERDoG wrote:Someone found a backfloor in SMBX.RSupertheGreat wrote:*insert an ugly penguin with a banhammer here*
Original link: https://www.youtube.com/watch?v=olivoNlJphg
Code: Select all
OOOO
O O
O O
\o/ \ OOOO /
wakemeup cantwakeup
Code: Select all
@echo off
title sample text
findstr /c:%* "-doom"
if %errorlevel% 0 (
:: doom? no, i thought quake.
cls
echo doom?
goto foo
)
cls
echo quake?
:: quake? no, i thought doom.
goto bar
:foo
echo no, i thought quake.
goto end
:bar
echo no, i thought doom.
goto end
:end
pause>nul
title %comspec%
cls
Code: Select all
@echo off
:: Start Killer toggle switch
:: Use only within the Start Killer folder.
if exist startkiller.exe (
tasklist | findstr /i startkiller
if %errorlevel% equ 1 (
startkiller.exe
echo Start Killer ON.
) else (
startkiller.exe exit
echo Start Killer OFF.
)
) else (
echo Start Killer not found in the folder.
)
Users browsing this forum: 1 guest