- Joined
- Mar 7, 2012
- Messages
- 12,871
- Reaction score
- 723
- Points
- 113
1. Adım Visual Basic 6 ya Giriyoruz.

2. Adım New/Standart exe Seçiyoruz.

3.Projemde Kodlama hatası olmasın dien Arkadaşlar Project/Project Properties tıklasın
Gelen Ekranda Compileye sonra Compile to P-Code seçeneğini seçsin.

4.Projemize
- 2 adet Buton
- 1 adet Command Dialog ekliyoruz (Command Dialogu ctrl-t ye basıp Microfst Command Dialog 6.0 Onu Seçiyoruz sonra toolboxa ekleniyor)

5. Modülümüze Bu Kodu Ekliyoruz.
You must reply in the thread to view hidden text.
You must reply in the thread to view hidden text.


6.Sıra Geldi formda ki neseneleri doldurmaya
You must reply in the thread to view hidden text.
You must reply in the thread to view hidden text.
Kırmızı olan yer pointerimizdir Her exe geldiği zaman Güncelliyoruz yoksa TPT yiyebilirz.
2-Timer (Özellikler:interval=1,enabled=True)
You must reply in the thread to view hidden text.
You must reply in the thread to view hidden text.
3-Command 2 nin Yani Gözat 'ın Kodu
Code:
[/B][/CENTER]
[TABLE="width: 100%"]
[TR]
[TD="class: alt2, bgcolor: #161616, align: center"][B]CommonDialog1.Filter = "KnightOnLine(*.exe)|KnightOnLine.exe;|"
CommonDialog1.ShowOpen
Text2.Text = CommonDialog1.FileName 'Knightın Yolunu Text2 ye aktarıyouz
[/B][/TD]
[/TR]
[/TABLE]
[CENTER][B]
4-Form Load Kodu
Code:
[COLOR=#A19F9F][FONT=verdana]Randomize[/FONT][/COLOR]
yazıyoruz
SON ADIM
BUNLARI YAPTIKTAN SONRA PROJEMİZİ Exe ye çeviriyoruz.
Nasıl mı? File/Make Project.exe ye tıklıyoruz sonra konumu gösterim Ok diyoruz

Daha Sonra DLL mizi İndiriyoruz.
You must reply in the thread to view hidden text.
Dllmizi indirdikten sona Exenin yanına atıp İstediğiniz KAdar Ko açabilirsiniz.
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
NOT:
[*=center]DLL 458f aittir DLL ismi efsaneyup.dll yazıyor hexeditörle değişiklikler yaptım ondan
[*=center]
[*=center]Ama Multi Kodları bana ait dien olmasın bizzat kendim yazdım
Hiç alıntı yapmadınmı ? Yaptım mesela dll inject etme kodu
APİleri falanı filanı alıntı yapmışımdır.