SA-MP Forums Archive
[Ajuda] Desenvolvendo anti cheat - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] Desenvolvendo anti cheat (/showthread.php?tid=576048)



Desenvolvendo anti cheat - pedrotvr - 31.05.2015

Como vocкs usam ANTI airbreak,fly,speed hacker, o meu ta certo?

Meu ANTI Speed hacker estб da melhor forma? Vai detectar fly? airbreak? Como vocкs usam o de vocкs? Й melhor que o meu? Mostra aн! Й pior ou nгo tem? Pega o meu! Vamos acabar com esses malditos ha ckers
Код:
	if(GetPlayerSpeed(playerid, true) >= 300 && !IsAPlane(GetPlayerVehicleID(playerid)))
	{
		format(bstring, sizeof(bstring), "ANTICHEAT: %s foi detectado por: SPEED HACK", PlayerName(playerid) );
		ABroadCast(COLOR_LIGHTGREEN,bstring,3);
	}



Re: Como vocкs usam ANTI airbreak,fly,speed hacker, o meu ta certo? - JkS - 31.05.2015

Quote:
Originally Posted by pedrotvr
Посмотреть сообщение
Como vocкs usam ANTI airbreak,fly,speed hacker, o meu ta certo?

Meu ANTI Speed hacker estб da melhor forma? Vai detectar fly? airbreak? Como vocкs usam o de vocкs? Й melhor que o meu? Mostra aн! Й pior ou nгo tem? Pega o meu! Vamos acabar com esses malditos ha ckers
Код:
	if(GetPlayerSpeed(playerid, true) >= 300 && !IsAPlane(GetPlayerVehicleID(playerid)))
	{
		format(bstring, sizeof(bstring), "ANTICHEAT: %s foi detectado por: SPEED HACK", PlayerName(playerid) );
		ABroadCast(COLOR_LIGHTGREEN,bstring,3);
	}
Cada um, tem um cуdigo diferente.


Re: Como vocкs usam ANTI airbreak,fly,speed hacker, o meu ta certo? - pedrotvr - 31.05.2015

Uй, mas pelo fly ele nгo corre rapidгo? airbreak tbm? Esse ai n detecta?
Como tu faz?

Pq ta dando isso:
warning 219: local variable "carid" shadows a variable at a preceding level
nessa linha
public IsAPlane(carid)

Код:
forward IsAPlane(carid);
public IsAPlane(carid) // warning 219: local variable "carid" shadows a variable at a preceding level
{
	new oo = GetVehicleModel(carid);
	if(oo == 487 || oo == 520 || oo == 417 || oo == 425 || oo == 447 || oo == 460 || oo == 464 || oo == 465 || oo == 469 || oo == 476 || oo == 488 || oo == 497
	|| oo == 501 || oo == 511  || oo == 512 || oo == 513 || oo == 519 || oo == 548 || oo == 553 || oo == 563 || oo == 577 || oo == 592 || oo == 593)
	{
		return 1;
	}
	return 0;
}



Re: Como vocкs usam ANTI airbreak,fly,speed hacker, o meu ta certo? - n0minal - 31.05.2015

Quote:
Originally Posted by pedrotvr
Посмотреть сообщение
Uй, mas pelo fly ele nгo corre rapidгo? airbreak tbm? Esse ai n detecta?
Como tu faz?

Pq ta dando isso:
warning 219: local variable "carid" shadows a variable at a preceding level
nessa linha
public IsAPlane(carid)

Код:
forward IsAPlane(carid);
public IsAPlane(carid) // warning 219: local variable "carid" shadows a variable at a preceding level
{
	new oo = GetVehicleModel(carid);
	if(oo == 487 || oo == 520 || oo == 417 || oo == 425 || oo == 447 || oo == 460 || oo == 464 || oo == 465 || oo == 469 || oo == 476 || oo == 488 || oo == 497
	|| oo == 501 || oo == 511  || oo == 512 || oo == 513 || oo == 519 || oo == 548 || oo == 553 || oo == 563 || oo == 577 || oo == 592 || oo == 593)
	{
		return 1;
	}
	return 0;
}
https://sampwiki.blast.hk/wiki/Switch#switch