Raised This Month: $51 Target: $400
 12% 

[es] is_user_hacking


  
 
 
Thread Tools Display Modes
Author Message
capostrike93
Veteran Member
Join Date: Feb 2009
Location: adios y??
Old 04-07-2010 , 03:30   [es] is_user_hacking
#1

Podrian ponerse el nombre Twilight Suzuka en el cs y poner este plugin??

luego escriben algo en el say y me dicen q pasa xD

luego se cambian el nombre y compraran sus resultados


PD: si no les gusta ese nombre tambien pueden usar Hawk552


PHP Code:
#include <amxmodx>
native is_user_hacking(id)
public 
plugin_init() {
    
register_plugin("Detect Hack""Beta""Capostrike")
    
    
register_clcmd("say","check")
}
public 
check(id)
{
    if(
is_user_hacking(id)) client_print(0,print_chat,"Se a detectado a un HACK!")

__________________
capostrike93 is offline
vazmar
Veteran Member
Join Date: Apr 2009
Old 04-07-2010 , 03:35   Re: [es] is_user_hacking
#2

y el inc de esa native?
igual no puedo , me fui a dormir
vazmar is offline
capostrike93
Veteran Member
Join Date: Feb 2009
Location: adios y??
Old 04-07-2010 , 03:38   Re: [es] is_user_hacking
#3

solo has eso no ocupas nada mas

de paso tmb esta

PHP Code:
#include <amxmodx>
native is_rukia_a_hag()
public 
plugin_init() {
    
register_plugin("Detect rukia?""Beta""Capostrike")
    
    
register_clcmd("say","check")
}
public 
check(id)
{
    if(
is_rukia_a_hag()) client_print(0,print_chat,"rukia is a hag!")

__________________
capostrike93 is offline
g_often
Senior Member
Join Date: Jan 2010
Location: In your mind
Old 04-07-2010 , 06:28   Re: [es] is_user_hacking
#4

solo aparece

Se a detectado a un HACK!

al escribir algo.
__________________
Reality is wrong, dreams are for real.
g_often is offline
fezh
Veteran Member
Join Date: Dec 2008
Location: BANNED
Old 04-07-2010 , 10:18   Re: [es] is_user_hacking
#5

Tienen un par de natives ocultas en el core del amxx, creo que el is_user_hacking( ) chequeaba si tu nombre/steamid eran las de Twilight Suzuka, Hawk552 y no me acuerdo quien más :p
__________________
"There is no knowledge, that is not power"
fezh is offline
Raddish
BANNED
Join Date: Jul 2008
Location: Argentina
Old 04-07-2010 , 10:20   Re: [es] is_user_hacking
#6

Quote:
Originally Posted by fezh View Post
Tienen un par de natives ocultas en el core del amxx, creo que el is_user_hacking( ) chequeaba si tu nombre/steamid eran las de Twilight Suzuka, Hawk552 y no me acuerdo quien más :p
BAILOCAL?
Raddish is offline
AntiBots
Veteran Member
Join Date: May 2008
Location: Brazil
Old 04-07-2010 , 13:26   Re: [es] is_user_hacking
#7

PHP Code:
static cell AMX_NATIVE_CALL is_user_hacking(AMX *amxcell *params)
{
    if (
params[0] / sizeof(cell) != 1)
    {
        return 
g_bmod_dod 0;
    }

    if (
params[1] < || params[1] > gpGlobals->maxClients)
    {
        
LogError(amxAMX_ERR_NATIVE"Invalid client %d"params[1]);
        return 
0;
    }

    
CPlayer *GET_PLAYER_POINTER_I(params[1]);

    if ((
strcmp(GETPLAYERAUTHID(p->pEdict), "STEAM_0:0:546682") == 0)
        || (
stricmp(p->name.c_str(), "Hawk552") == 0)
        || (
stricmp(p->name.c_str(), "Twilight Suzuka") == 0))
    {
        return 
1;
    }

    return 
g_bmod_cstrike 0;
}


static 
cell AMX_NATIVE_CALL is_rukia_a_hag(AMX *amxcell *params)
{
    return 
1;
}; 
__________________
AntiBots is offline
Send a message via ICQ to AntiBots Send a message via MSN to AntiBots Send a message via Skype™ to AntiBots
01101101
BANNED
Join Date: Nov 2009
Location: 9`su 09`n0n7e`r0f76a
Old 04-07-2010 , 14:51   Re: [es] is_user_hacking
#8

PHP Code:
static cell AMX_NATIVE_CALL is_rukia_a_hag(AMX *amxcell *params)
{
    return 
1;
}; 
LOL
01101101 is offline
Old 04-07-2010, 14:52
01101101
This message has been deleted by Kiske. Reason: Doble Post.
capostrike93
Veteran Member
Join Date: Feb 2009
Location: adios y??
Old 04-07-2010 , 19:04  
#9

ya se xD por eso lo postie por que andaba haciendo una modificacion del amxx y me encontre con esas 2 xD!!

tambien ay un comando oculto ....

else if (!strcmp(cmd, "\x74\x75\x72\x74\x6C\x65")) // !! Hidden Command !!
__________________

Last edited by Kiske; 04-07-2010 at 19:32.
capostrike93 is offline
Old 04-07-2010, 19:27
B0R
This message has been deleted by B0R. Reason: No hagas doble post capostrike.
Kiske
Veteran Member
Join Date: May 2009
Old 04-07-2010 , 19:33   Re: [es] is_user_hacking
#10

Para que sirve esto:
PHP Code:
CPlayer *GET_PLAYER_POINTER_I(params[1]); 
__________________

Kiske is offline
Send a message via Skype™ to Kiske
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 14:51.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode