membuat dll croshair game
3 posters
Halaman 1 dari 1
membuat dll croshair game
Tutorial Membuat Dll Crosshair For Game
Tool Yang Perlu Di Siapkan
(*) Visual Studio 2008
(*) My blog
Step 1
* Jalankan Program Vc 2008
* Tekan Ctrl+Shif+N
Pilih Visual C++ Empty Project
* Ubah Application Exe Menjadi Dynamic Dll
Dan Liat Hasi Buiilnya
Happy Ending
Dan Namakan Project Anda Contoh (Rose Crosshair)
Step 2
* Klik Kanan Pada Project Yang Kita Namakan
* Klik Add => New Item => Pilih C++ File(.cpp) Kasih Nama (Main.cpp)
Step 3
Isikan Code Di bawah ini Pada Main.cpp
Quote
////////////Geetz To MPGH.net/////////////////////
////////////© 2010 By KiraF4///////////////////
////////////Membuat Dll Crosshair For Game//////
////////////Nyit-Nyit.net////////////////////
#include
#include
#include
using namespace std;
bool crosshairon=false;
HDC ragedc = NULL;
int crosshairsize=0;
int cx=0;
int cy=0;
void CrossThread(void)
{
while(1)
{
if(GetAsyncKeyState(VK_NUMPAD0)&1)
{
crosshairon=!crosshairon;
ragedc = GetDC(HWND_DESKTOP);
cx=GetSystemMetrics(SM_CXSCREEN)/2-((crosshairsize-1)/2);
cy=GetSystemMetrics(SM_CYSCREEN)/2-((crosshairsize-1)/2);
}
Sleep(1);
}
}
int main()
{
cout<<"crosshari Buatan Abang KiraF4:\n";
cin>>crosshairsize;
if(crosshairsize%2==0) //check if its even
{
crosshairsize+=1; //if it is add 1
}
system("cls"); // clear the console
cout<<"Hotkey numpad0 untuk sistem on & off\n";
CreateThread(0,0,(LPTHREAD_START_ROUTINE)CrossThread,0,0,0);
while(1)
{
if(crosshairon==true)
{
for(int i=0;i {
SetPixel(ragedc, cx+i, cy+((crosshairsize-1)/2), RGB(255,0,0));
SetPixel(ragedc, cx+((crosshairsize-1)/2), cy+i, RGB(255,0,0));
}
}
Sleep(1);
}
}
tata Letak Tempat Crosshair Akan Muncul
Quote
crosshairon=!crosshairon;
ragedc = GetDC(HWND_DESKTOP);
cx=GetSystemMetrics(SM_CXSCREEN)/2-((crosshairsize-1)/2);
cy=GetSystemMetrics(SM_CYSCREEN)/2-((crosshairsize-1)/2);
Edit Bagian Yg angka 2
Mempebesar Crosshair
Quote
crosshairsize+=1;
Edit Angka 1 Semaumu!
Quote
SetPixel(ragedc, cx+i, cy+((crosshairsize-1)/2), RGB(255,0,0));
SetPixel(ragedc, cx+((crosshairsize-1)/2), cy+i, RGB(255,0,0));
Edit Bagian 255,0,0 Untuk Warna
Quote
gw Mengunakan Sistem On Off
NUMPAD 0 ON & OFF
Step 4
* Klik Kanan Pada Project => Klik Propetis Dan Rubah exe To Dll
Tool Yang Perlu Di Siapkan
(*) Visual Studio 2008
(*) My blog
Step 1
* Jalankan Program Vc 2008
* Tekan Ctrl+Shif+N
Pilih Visual C++ Empty Project
* Ubah Application Exe Menjadi Dynamic Dll
Dan Liat Hasi Buiilnya
Happy Ending
Dan Namakan Project Anda Contoh (Rose Crosshair)
Step 2
* Klik Kanan Pada Project Yang Kita Namakan
* Klik Add => New Item => Pilih C++ File(.cpp) Kasih Nama (Main.cpp)
Step 3
Isikan Code Di bawah ini Pada Main.cpp
Quote
////////////Geetz To MPGH.net/////////////////////
////////////© 2010 By KiraF4///////////////////
////////////Membuat Dll Crosshair For Game//////
////////////Nyit-Nyit.net////////////////////
#include
#include
#include
using namespace std;
bool crosshairon=false;
HDC ragedc = NULL;
int crosshairsize=0;
int cx=0;
int cy=0;
void CrossThread(void)
{
while(1)
{
if(GetAsyncKeyState(VK_NUMPAD0)&1)
{
crosshairon=!crosshairon;
ragedc = GetDC(HWND_DESKTOP);
cx=GetSystemMetrics(SM_CXSCREEN)/2-((crosshairsize-1)/2);
cy=GetSystemMetrics(SM_CYSCREEN)/2-((crosshairsize-1)/2);
}
Sleep(1);
}
}
int main()
{
cout<<"crosshari Buatan Abang KiraF4:\n";
cin>>crosshairsize;
if(crosshairsize%2==0) //check if its even
{
crosshairsize+=1; //if it is add 1
}
system("cls"); // clear the console
cout<<"Hotkey numpad0 untuk sistem on & off\n";
CreateThread(0,0,(LPTHREAD_START_ROUTINE)CrossThread,0,0,0);
while(1)
{
if(crosshairon==true)
{
for(int i=0;i
SetPixel(ragedc, cx+i, cy+((crosshairsize-1)/2), RGB(255,0,0));
SetPixel(ragedc, cx+((crosshairsize-1)/2), cy+i, RGB(255,0,0));
}
}
Sleep(1);
}
}
tata Letak Tempat Crosshair Akan Muncul
Quote
crosshairon=!crosshairon;
ragedc = GetDC(HWND_DESKTOP);
cx=GetSystemMetrics(SM_CXSCREEN)/2-((crosshairsize-1)/2);
cy=GetSystemMetrics(SM_CYSCREEN)/2-((crosshairsize-1)/2);
Edit Bagian Yg angka 2
Mempebesar Crosshair
Quote
crosshairsize+=1;
Edit Angka 1 Semaumu!
Quote
SetPixel(ragedc, cx+i, cy+((crosshairsize-1)/2), RGB(255,0,0));
SetPixel(ragedc, cx+((crosshairsize-1)/2), cy+i, RGB(255,0,0));
Edit Bagian 255,0,0 Untuk Warna
Quote
gw Mengunakan Sistem On Off
NUMPAD 0 ON & OFF
Step 4
* Klik Kanan Pada Project => Klik Propetis Dan Rubah exe To Dll
[C3]dewi- belum lahir
- Jumlah posting : 16
Point sytem : 43
Join date : 07.04.11
Re: membuat dll croshair game
+++++++++++++
divanf3- belum lahir
- Jumlah posting : 3
Point sytem : 3
Join date : 20.05.11
Similar topics
» croshair no detect
» [tutor]membuat *dll* injection
» tutor membuat wallhack
» tutorial membuat file dll
» tutor membuat PB launcher+++
» [tutor]membuat *dll* injection
» tutor membuat wallhack
» tutorial membuat file dll
» tutor membuat PB launcher+++
Halaman 1 dari 1
Permissions in this forum:
Anda tidak dapat menjawab topik