Topic: [HELP] Custom Color Changer
Hi i seen a video of a person who was able to change his tee color really fast.I tried to replicate it this as well. Problem is i cant do it really fast as the person in the video.So I was told that this was patched but was wondering if it was still possible to do this w/o flooding the server?
Video of what i want to do.
/* no more bad ideas please */
I did it this way cuz i didnt want to install all the other stuff :S.
#include<windows.h>
typedef void(__thiscall * lpSend_info)(unsigned long ulGAMECLIENT,bool start);
lpSend_info Send_info;
DWORD WINAPI dwWait(LPVOID lpArgs)
{
while(1){
Send_info =(lpSend_info)(0x41FF20);
unsigned long ulGAMECLIENT =*(unsigned long*)(0x4A9310);
for( BYTE i = 0x01; i < 0xAE; i++ )
{
*(BYTE*)0x8DCB06 = i;
Send_info(ulGAMECLIENT,false);
}
Sleep(1000);
}
return 0;
}
bool WINAPI DllMain(HMODULE hMod, DWORD dwReason, LPVOID lpReserved)
{
if(dwReason == DLL_PROCESS_ATTACH)
{
CreateThread(NULL, NULL,dwWait, NULL, NULL,NULL);
return true;
}
return false;
}
It works but not as fast as i want it?So really is it possible to still do the multi color tee?