[Off] (Pawn) bProteзгo. Anti Hacking
#23

Vou dar uma olhada !! Valeu ..


Dei uma olhada. Й bastante simples o funcionamento do hacking. Basicamente ele coloca a posiзгo do carro para:

pawn Code:
Actor.PutAt($PLAYER_ACTOR, 999999.9, 1E07, 1E10)
Fazendo bugar as posiзхes e as virtuais bounds. Ao detectar que o jogador esteja nesta posiзгo ou similar a isto, banir o carona e salvar os dados e kickar o piloto. Apуs ele relogar carregar os dados.

_

Acho que nem precisa relogar o cara. Й sу puxar de volta para posiзгo antiga. Estou estudando aqui. Atй amanha estб terminado este anti-bugger

--

Muiiiiito simples

pawn Code:
static Float:x, Float:y,Float:z;
    GetPlayerPos(playerid, x, y, z);

    if(x > 0xdbb9f && y > 0xdbb9f && z > 0xdbb9f) {
        SendClientMessage(playerid, -1, "[Suspeita] Hacking de bugar jogadores detectado");
        SetPlayerPos(playerid, GetPVarFloat(playerid,"xposSet"),  GetPVarFloat(playerid,"yposSet"),  GetPVarFloat(playerid,"zposSet"));
    }
else {
    SetPVarFloat(playerid,"xposSet", x);
    SetPVarFloat(playerid,"yposSet", y);
    SetPVarFloat(playerid,"zposSet", z);
}
Em OnPlayerUpdate Isto detecta quando o jogador estб bugado. E desbuga ele em questгo de poucos milйsimos de segundos, nem dб pra perceber o bug.

Jб coloquei isto no Anti Hacking.

--

diassemdormir ++

--

para detectar qual jogador й xiter й fбcil. O jogador xiter voltarб para posiзгo anterior exatamente 200 ms depois (eu olhei no cуdigo do mod cleo) ..

Isto й:
Coloque um timer de 400ms e cheque se o jogador estб ainda naquela posiзгo escrota, caso estiver, ele й a vнtima, caso nгo estiver, ele й o xiter.

Colocarei isto no anti hacking. Mas agora vou ver Two and Half Man
Reply


Messages In This Thread
(Pawn) bProteзгo. Anti Hacking - by ipsBruno - 27.06.2012, 05:49
Re: (Pawn) bProteзгo. Anti Hacking - by Rick_DR - 27.06.2012, 10:08
Re: (Pawn) bProteзгo. Anti Hacking - by Edu33 - 27.06.2012, 10:20
Re: (Pawn) bProteзгo. Anti Hacking - by ViniBorn - 27.06.2012, 14:51
Re: (Pawn) bProteзгo. Anti Hacking - by ipsBruno - 27.06.2012, 15:28
Re: (Pawn) bProteзгo. Anti Hacking - by Vitor_Gorzoni - 27.06.2012, 15:47
Re: (Pawn) bProteзгo. Anti Hacking - by [JD]BlackFire - 27.06.2012, 15:55
Re: (Pawn) bProteзгo. Anti Hacking - by ipsBruno - 27.06.2012, 16:25
Re: (Pawn) bProteзгo. Anti Hacking - by leonardo1434 - 27.06.2012, 16:29
Re: (Pawn) bProteзгo. Anti Hacking - by paulor - 27.06.2012, 16:52
Re: (Pawn) bProteзгo. Anti Hacking - by Edu33 - 27.06.2012, 17:05
Re: (Pawn) bProteзгo. Anti Hacking - by ipsBruno - 27.06.2012, 17:09
Re: (Pawn) bProteзгo. Anti Hacking - by BreakDriFT - 27.06.2012, 17:13
Re: (Pawn) bProteзгo. Anti Hacking - by ipsBruno - 27.06.2012, 17:15
Re: (Pawn) bProteзгo. Anti Hacking - by paulor - 27.06.2012, 17:17
Re: (Pawn) bProteзгo. Anti Hacking - by ipsBruno - 27.06.2012, 17:21
Re: (Pawn) bProteзгo. Anti Hacking - by paulor - 27.06.2012, 19:50
Re: (Pawn) bProteзгo. Anti Hacking - by Mr.Hardy - 27.06.2012, 21:22
Re: (Pawn) bProteзгo. Anti Hacking - by paulor - 27.06.2012, 21:55
Re: (Pawn) bProteзгo. Anti Hacking - by Mr.Hardy - 27.06.2012, 23:11
Re: (Pawn) bProteзгo. Anti Hacking - by BreakDriFT - 28.06.2012, 01:29
Respuesta: (Pawn) bProteзгo. Anti Hacking - by Luciano* - 28.06.2012, 02:52
Re: (Pawn) bProteзгo. Anti Hacking - by ipsBruno - 28.06.2012, 03:06
Re: (Pawn) bProteзгo. Anti Hacking - by StrondA_ - 28.06.2012, 13:50
Re: (Pawn) bProteзгo. Anti Hacking - by ipsBruno - 28.06.2012, 16:06
Re: (Pawn) bProteзгo. Anti Hacking - by ipsBruno - 28.06.2012, 16:16
Re: (Pawn) bProteзгo. Anti Hacking - by .FuneraL. - 28.06.2012, 16:19
Re: (Pawn) bProteзгo. Anti Hacking - by paulor - 28.06.2012, 16:23
Re: (Pawn) bProteзгo. Anti Hacking - by ipsBruno - 28.06.2012, 16:40
Re: (Pawn) bProteзгo. Anti Hacking - by ipsBruno - 28.06.2012, 16:54
Re: (Pawn) bProteзгo. Anti Hacking - by Kmatsu - 28.06.2012, 16:55
Re: (Pawn) bProteзгo. Anti Hacking - by ipsBruno - 28.06.2012, 16:58
Re: (Pawn) bProteзгo. Anti Hacking - by DiReCt hIt - 09.12.2012, 15:19
Re: (Pawn) bProteзгo. Anti Hacking - by Chefгo - 09.12.2012, 15:35
Re: (Pawn) bProteзгo. Anti Hacking - by ExtremeKilll - 30.12.2012, 13:09
Re: (Pawn) bProteзгo. Anti Hacking - by jonathan_scripter - 30.01.2013, 20:05
Re: (Pawn) bProteзгo. Anti Hacking - by Maklister - 30.01.2013, 21:15
Re: (Pawn) bProteзгo. Anti Hacking - by Geo1996 - 30.01.2013, 23:18
Re: (Pawn) bProteзгo. Anti Hacking - by jonathan_scripter - 31.01.2013, 00:48

Forum Jump:


Users browsing this thread: 1 Guest(s)