1 (edited by DudeHi 2009-05-08 13:23:27)

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?

2

Re: [HELP] Custom Color Changer

isent this just getting more lag to other players ??

MertenNor

->My 24/7 servers: [NOR] Norwegian HUB <- Back Online !! big_smile
( My grammar is getting better ! smile I think.. )
-Norway

3

Re: [HELP] Custom Color Changer

MertenNor wrote:

isent this just getting more lag to other players ??

MertenNor

plz read:

"but was wondering if it was still possible to do this w/o flooding the server?"

4

Re: [HELP] Custom Color Changer

Why do you use a dll for it, just modify the source code. And no, it's not possible in 0.5.0.

5

Re: [HELP] Custom Color Changer

Somerunce wrote:

Why do you use a dll for it, just modify the source code. And no, it's not possible in 0.5.0.

because i don't want to install all the other stuff i dont use on a regular basis. big_smile


thnx , I guess ill settle with slow color changer sad

6

Re: [HELP] Custom Color Changer

DudeHi wrote:

because i don't want to install all the other stuff i dont use on a regular basis. big_smile


thnx , I guess ill settle with slow color changer sad

How about you settle for no color changing at all? I for one would ban anyone doing this on my servers. It's a game to be played, not some kind of emotes/colorchange show.

7

Re: [HELP] Custom Color Changer

Magnet wrote:
DudeHi wrote:

because i don't want to install all the other stuff i dont use on a regular basis. big_smile


thnx , I guess ill settle with slow color changer sad

How about you settle for no color changing at all? I for one would ban anyone doing this on my servers. It's a game to be played, not some kind of emotes/colorchange show.

How bout i do...I dont see whats so upsetting about it. If you didn' want people to modify the game don't release the source code........I think anyone else would agree to that.

8

Re: [HELP] Custom Color Changer

DudeHi wrote:

How bout i do...I dont see whats so upsetting about it. If you didn' want people to modify the game don't release the source code........I think anyone else would agree to that.

It's not a matter of modifying the game, it's about respecting other players and the server host who gracefully offers bandwidth and computing resources to you.

The official client doesn't allow skin/color blinking because it is disruptive to the gameplay and prevents other players from focusing on what is important.

9 (edited by vandal 2009-06-13 00:26:53)

Re: [HELP] Custom Color Changer

Magnet wrote:

The official client doesn't allow skin/color blinking because it is disruptive to the gameplay and prevents other players from focusing on what is important.

Imo there is a problem. Not the easly-modificable client should block any kind of flooding, but the server. Everyone can modify client and spam with nicknames, skins or whatever >.>