Mine sisusse
Otsi siit
  • Rohkem valikuid...
Otsi tulemusi mis sisaldab...
Otsi tulemusi...
Jälgi teemat sisse logides  

KZH dedector

Soovitatud postitused

VIP

Sooviks siis kzh dedectorit...

Ärge öelge, et mine google ja tõmba sealt.

Tõmbasin mingi, ja siis said kõik nonsteamerid automaatselt bani, ja enam sisse ei lasknud neid...

Nii siis sooviks korralikku kzh dedectorti.

 

 

Ettetänades,

Kalkulaator

Jaga seda postitust


Postituse link
Share on other sites
SUPERVIP

Googeldades leiab :)

Exolenti poolt tehtud KZ/Bhop - detector http://exolent.zinkhosting.net/HackDetect_v0.0.4.zip


Jaga seda postitust


Postituse link
Share on other sites
SUPERVIP

aga pm KZH seda peab pm koguaeg netis j2lgima uuendusi tuleb pm iga n2dal.

Jaga seda postitust


Postituse link
Share on other sites
SUPERVIP

Üks veel :

http://www.amxmodx.org/plcompiler_vb.cgi?file_id=69375

Ainuke cvar: amx_kzh_bantime "value"


Jaga seda postitust


Postituse link
Share on other sites
VIP
Author of the topic Postitas

See esimene, kickib sammuti nonsteamereid, ja nad ei saa sisse :S

Ma ei tea eks ma vaatan ja uurin veel...

Jaga seda postitust


Postituse link
Share on other sites
SUPERVIP
See esimene, kickib sammuti nonsteamereid, ja nad ei saa sisse :S

Ma ei tea eks ma vaatan ja uurin veel...

 

Mhh..

/*	Formatright © 2009, ConnorMcLeod

Kz Hack Detector is free software;
you can redistribute it and/or modify it under the terms of the
GNU General Public License as published by the Free Software Foundation.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with Kz Hack Detector; if not, write to the
Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
*/

#include 

new const VERSION[] = "0.0.1"

new g_iSayText

public plugin_init()
{
register_plugin("Kz Hack Detector", VERSION, "ConnorMcLeod")

g_iSayText = get_user_msgid("SayText")
}

public client_putinserver( id )
{
set_task(0.1, "CheckCheatCvar", id)
}

public CheckCheatCvar(id)
{
if( is_user_connected(id) )
{
	query_client_cvar(id, "kzh_bhop", "ClientCvarResult")
}
}

public ClientCvarResult(id, const szCvar[], const szValue[])
{
if( szValue[0] != 'B' )
{
	new szName[32]
	get_user_name(id, szName, charsmax(szName))
	ColorChat(0, "^3%s ^4kasutab ^3KzHack-i^4!!", szName)
}
}

ColorChat(id, fmt[], any:...)
{
new szMsg[192]
szMsg[0] = 0x04
vformat(szMsg[1], charsmax(szMsg)-1, fmt, 3)

message_begin(id ? MSG_ONE : MSG_ALL, g_iSayText, _, id)
{
	write_byte(id ? id : 1)
	write_string(szMsg)
}
message_end()
}

 

See küll ei peaks banima. :D Aga ma ei tea KZH-st miskit :D


76561197994118112.pngAddFriend.png

Mehel on telepaatiline võime näha läbi kurjategijate kõige jälgimad valed ja nendega manipuleerides jõuda lahendusteni..

Jaga seda postitust


Postituse link
Share on other sites
SUPERVIP
Mhh..

/*	Formatright © 2009, ConnorMcLeod

Kz Hack Detector is free software;
you can redistribute it and/or modify it under the terms of the
GNU General Public License as published by the Free Software Foundation.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with Kz Hack Detector; if not, write to the
Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
*/

#include 

new const VERSION[] = "0.0.1"

new g_iSayText

public plugin_init()
{
register_plugin("Kz Hack Detector", VERSION, "ConnorMcLeod")

g_iSayText = get_user_msgid("SayText")
}

public client_putinserver( id )
{
set_task(0.1, "CheckCheatCvar", id)
}

public CheckCheatCvar(id)
{
if( is_user_connected(id) )
{
	query_client_cvar(id, "kzh_bhop", "ClientCvarResult")
}
}

public ClientCvarResult(id, const szCvar[], const szValue[])
{
if( szValue[0] != 'B' )
{
	new szName[32]
	get_user_name(id, szName, charsmax(szName))
	ColorChat(0, "^3%s ^4kasutab ^3KzHack-i^4!!", szName)
}
}

ColorChat(id, fmt[], any:...)
{
new szMsg[192]
szMsg[0] = 0x04
vformat(szMsg[1], charsmax(szMsg)-1, fmt, 3)

message_begin(id ? MSG_ONE : MSG_ALL, g_iSayText, _, id)
{
	write_byte(id ? id : 1)
	write_string(szMsg)
}
message_end()
}

 

See küll ei peaks banima. :D Aga ma ei tea KZH-st miskit :D

 

See vist ainult ütleb serveris mängijatele , kes kasutab KZ hacki :)


Jaga seda postitust


Postituse link
Share on other sites
SUPERVIP
See vist ainult ütleb serveris mängijatele , kes kasutab KZ hacki :)

 

Jap, seda see teeb.. ;) Kuid sinna saab alati lisada kicki stuffi :)

Muidu leidsin veel selle: http://forums.alliedmods.net/showpost.php?p=1466724&postcount=20

 

Pole õrna aimugi palju need töötavad.

 

public ClientCvarResult(id, const szCvar[], const szValue[])
{
if( szValue[0] != 'B' )
{
	new szName[32]
	get_user_name(id, szName, charsmax(szName))
	server_cmd("kick #%d KZH Hack", get_user_userid(id))
	ColorChat(0, "^3%s ^4has been kicked for ^3KzHack ^4!!", szName)
}
}


76561197994118112.pngAddFriend.png

Mehel on telepaatiline võime näha läbi kurjategijate kõige jälgimad valed ja nendega manipuleerides jõuda lahendusteni..

Jaga seda postitust


Postituse link
Share on other sites
VIP

Nonsteam kick põhjuseks on query_client_cvar funktsioon, mida vanema protocoliga cliendid ei toeta.


pic.php?id=9Skype triple.-

Jaga seda postitust


Postituse link
Share on other sites

Kommentaari lisamiseks loo konto või logi sisse

Kommenteerimiseks peate olema liige

Loo konto

Liituge meie kommuuni uue kontoga. See on lihtne!

Loo uus konto

Logi sisse

On juba konto? Logi sisse siit.

Logi sisse nüüd
Jälgi teemat sisse logides  

×
×
  • Loo uus...

Oluline informatsioon

Selle veebisaidi paremaks muutmiseks oleme teie seadmesse paigutanud küpsised . Võite kohandada oma küpsiste seadeid , vastasel juhul eeldame, et te olete küpsiste kasutamisega nõus kui jätkate veebisaidil sirvimist.. Palun lugege läbi Kasutustingimused ja Privaatsuspoliitika.