|ZIC|-Zona Info Community
Rules ZIC
• No Junk/Flame/Flood/SARA/S*x di ZIC
• No Direct Link selain link ke forum atau Facebook fanpage ZIC (https://www.facebook.com/groups/IndonesiaCyberTeam/ )
• Dilarang meminta tutorial apapun yg bersifat detail melalui ZIC ataupun PM ke admin/staff/moderator, harus buat postingan sesuai dengan SF dengan prefix [Tanya].
• Biasakan menggunakan bahasa indonesia di ZIC.
• Bagi member yang menemukan pelanggaran, harap di SS dan kirim SSnya sebagai bukti pelanggaran melalui report abuse.

Join the forum, it's quick and easy

|ZIC|-Zona Info Community
Rules ZIC
• No Junk/Flame/Flood/SARA/S*x di ZIC
• No Direct Link selain link ke forum atau Facebook fanpage ZIC (https://www.facebook.com/groups/IndonesiaCyberTeam/ )
• Dilarang meminta tutorial apapun yg bersifat detail melalui ZIC ataupun PM ke admin/staff/moderator, harus buat postingan sesuai dengan SF dengan prefix [Tanya].
• Biasakan menggunakan bahasa indonesia di ZIC.
• Bagi member yang menemukan pelanggaran, harap di SS dan kirim SSnya sebagai bukti pelanggaran melalui report abuse.
|ZIC|-Zona Info Community
Would you like to react to this message? Create an account in a few clicks or log in to continue.

membuat dll croshair game

3 posters

Go down

membuat dll croshair game Empty membuat dll croshair game

Post by [C3]dewi Thu Apr 07, 2011 1:39 pm

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
[C3]dewi
[C3]dewi
belum lahir
belum lahir

Jumlah posting : 16
Point sytem : 43
Join date : 07.04.11

Kembali Ke Atas Go down

membuat dll croshair game Empty Re: membuat dll croshair game

Post by divanf3 Fri May 20, 2011 4:00 am

+++++++++++++
avatar
divanf3
belum lahir
belum lahir

Jumlah posting : 3
Point sytem : 3
Join date : 20.05.11

Kembali Ke Atas Go down

membuat dll croshair game Empty Re: membuat dll croshair game

Post by Dian Wahyu Mon May 23, 2011 11:00 am

kwkwkwkwkkw

postingan loe cuma "++++++++++"
Dian Wahyu
Dian Wahyu
Admin
Admin

Jumlah posting : 1093
Point sytem : 10362
Join date : 29.08.10
Age : 28
Lokasi : sidoarjo, surabaya, jawatimur.
Humor : gak ada
hobbies : Update Forum

https://zi-share.forummotion.com

Kembali Ke Atas Go down

membuat dll croshair game Empty Re: membuat dll croshair game

Post by Sponsored content


Sponsored content


Kembali Ke Atas Go down

Kembali Ke Atas

- Similar topics

 
Permissions in this forum:
Anda tidak dapat menjawab topik