You want force trade force duel force party?
Oh well i only share force trade and duel.
Force party, nah I wont share becuz 5 sec b4 lord die u can join a pt and bam u can get drop, not fair. ^^
Trade:
if(strcmp(input,"/trade") == 0)
{
cout << "\nPlease Enter the Player ID to Force Trade with him : ";
cin >> iTradePID;
SendDetour(0x23,"bd",1,iTradePID);
printf("\nTrade has been started with ID : %d\n\n",iTradePID);
}
duel:
if(strcmp(input,"/duel") == 0)
{
cout << "\nPlease Enter the Player ID to Force Duel with him : ";
cin >> iDuelPID;
SendDetour(0x51,"bd",1,iDuelPID);
printf("\nDuel has been started with ID: %d\n\n",iPartyPID);
}
P.S: you should know what to add under DWORD.
I wont tell .
Its very easy just read and dont copy paste
I use 5had0w stuff he released
but i made the wording






