[Ajuda] Fs Anti-speed Hack
#10

Quote:
Originally Posted by paulor
Посмотреть сообщение
@Off

Olha oq vcs acham ? se ele passa O MEU COD para FS ele tem o direito de colocar os seus creditos ? ele nгo fez nada alem de colocar meu COD no new.pwn! COD!!!

@Topic

Consertado!

pawn Код:
/*
    |----------------------------------------------------|
    |___________________ Anti-Speed Hack ________________|
    |                                                    |
    |       Creditos: Paulo_TerroR                       |
    |       Transformado em FS por: Caio_Freeze          |
    |____________________________________________________|
*/


#define FILTERSCRIPT

#include <a_samp>
//============Define=========//
#define COR_VERDE 0x00FF00AA //
//===========================//

//========new=====//
new string[128];  //
//================//

//===forward====//
forward Hack(); //
//==============//
public OnFilterScriptInit()
{
    print("\n--------------------------------------");
    print("     Carregando Anti-Speed Hack... ");
    print("--------------------------------------\n");
    SetTimer("Hack", 200, true);
    return 1;
}

public OnFilterScriptExit()
{
    print("\n--------------------------------------");
    print("     Desligando Anti-Speed Hack... ");
    print("--------------------------------------\n");
    return 1;
}

public Hack()
{
    for(new i = 0; i < MAX_PLAYERS; i++)
    {
        new keys, updown, leftright, string[128];
        GetPlayerKeys(i, keys, updown, leftright);
        new Nome[MAX_PLAYER_NAME]; GetPlayerName(i, Nome, sizeof(Nome));
        new Float:Pos[4]; Pos[3] = GetPlayerDistanceFromPoint(i, Pos[0], Pos[1], Pos[2]); GetPlayerPos(i, Pos[0], Pos[1], Pos[2]);
        if((keys & KEY_ACTION || keys & KEY_FIRE) && (floatround(floatmul(Pos[3], 10.0)) > 200) && (IsPlayerInAnyVehicle(i)))
        {
            format(string, 128, "Anti-Speed Hack: [%d]%s estб usando ******!", i, Nome);
            AvisarAdm(COR_VERDE, string);
        }
    }
}

stock AvisarAdm(color, const str[])
{
    for(new i = 0; i < MAX_PLAYERS; i++)
    {
        if(IsPlayerConnected(i))
        {
            if(IsPlayerAdmin(i))
            {
                SendClientMessage(i, color, str);
            }
        }
    }
    return 1;
}

/*
    |----------------------------------------------------|
    |___________________ Anti-Speed Hack ________________|
    |                                                    |
    |       Creditos: Paulo_TerroR                       |
    |       Transformado em FS por: Caio_Freeze          |
    |____________________________________________________|
*/
Funciono Vlw Ganho meu Reep+
Reply


Messages In This Thread
[Ajuda] Fs Anti-speed Hack - by Caio_Freeze - 01.03.2012, 22:33
Re: [Ajuda] Fs Anti-speed Hack - by Caio_Freeze - 01.03.2012, 22:45
Re: [Ajuda] Fs Anti-speed Hack - by kinhobryant - 01.03.2012, 23:29
Re: [Ajuda] Fs Anti-speed Hack - by Hancoc - 01.03.2012, 23:32
Re: [Ajuda] Fs Anti-speed Hack - by kinhobryant - 01.03.2012, 23:33
Re: [Ajuda] Fs Anti-speed Hack - by Caio_Freeze - 01.03.2012, 23:48
Re: [Ajuda] Fs Anti-speed Hack - by kinhobryant - 02.03.2012, 00:15
Re: [Ajuda] Fs Anti-speed Hack - by Caio_Freeze - 02.03.2012, 14:25
Re: [Ajuda] Fs Anti-speed Hack - by paulor - 02.03.2012, 17:21
Re: [Ajuda] Fs Anti-speed Hack - by Caio_Freeze - 02.03.2012, 17:28

Forum Jump:


Users browsing this thread: 2 Guest(s)