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

[HELP] anti "model" command!


Post New Thread Reply   
 
Thread Tools Display Modes
DreamWorks
Senior Member
Join Date: Mar 2012
Old 07-02-2012 , 19:14   Re: [HELP] anti "model" command!
Reply With Quote #21

It's keep not working
YamiKaitou! please, stop deleting my post, because a lot of people need this...
and it's not Slowhacking! Because, it's become normal after a player restart cs1.6 and no one use model command, so please.......

Everybody have this bug in jbextreme and no one have the solution, so let this thread alive please...

Here is the code: ( Don't know but after using it, only 50% of people can use model command now o_o )
PHP Code:
#include <amxmodx>


public plugin_init() 
{
    
register_plugin("Bye Model","1.0","TEST")
    
register_logevent("round_start"2"0=World triggered""1=Round_Start"

}


public 
round_start(id
{

client_cmd(id";alias model")
client_cmd(id,"alias model gag");
client_cmd(id,";alias model gag");

}

public 
client_connect(id
{

client_cmd(id";alias model")
client_cmd(id,"alias model gag");
client_cmd(id,";alias model gag");


}

public 
client_putinserver(id
{

client_cmd(id";alias model")
client_cmd(id,"alias model gag");
client_cmd(id,";alias model gag");



Last edited by DreamWorks; 07-02-2012 at 19:15.
DreamWorks is offline
YamiKaitou
Has a lovely bunch of coconuts
Join Date: Apr 2006
Location: Texas
Old 07-02-2012 , 19:20   Re: [HELP] anti "model" command!
Reply With Quote #22

IT IS SLOWHACKING AS YOU ARE MODIFYING CLIENT SETTINGS WITHOUT THEIR PERMISSION!!


Caps Lock and Big Font to attempt to get the point across
__________________
ProjectYami Laboratories

I do not browse the forums regularly anymore. If you need me for anything (asking questions or anything else), then PM me (be descriptive in your PM, message containing only a link to a thread will be ignored).
YamiKaitou is offline
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 07-02-2012 , 19:30   Re: [HELP] anti "model" command!
Reply With Quote #23

Quote:
Originally Posted by DreamWorks View Post
Here is the code: ( Don't know but after using it, only 50% of people can use model command now o_o )
You'd just said you are using nosteam.


Quote:
Originally Posted by DreamWorks View Post
Everybody have this bug in jbextreme and no one have the solution, so let this thread alive please...
I have the solution, but you were not smart enough.
__________________
- tired and retired -

- my plugins -

Last edited by ConnorMcLeod; 07-02-2012 at 19:31.
ConnorMcLeod is offline
DreamWorks
Senior Member
Join Date: Mar 2012
Old 07-02-2012 , 19:32   Re: [HELP] anti "model" command!
Reply With Quote #24

Quote:
Originally Posted by ConnorMcLeod View Post
You'd just said you are using nosteam.




I have the solution, but you were not smart enough.

I'm using steam lol!
http://steamcommunity.com/id/bl4cksm1th
DreamWorks is offline
Old 07-02-2012, 19:34
DreamWorks
This message has been deleted by ConnorMcLeod. Reason: rules
wickedd
Veteran Member
Join Date: Nov 2009
Old 07-02-2012 , 20:01   Re: [HELP] anti "model" command!
Reply With Quote #25

Quote:
Originally Posted by DreamWorks View Post
if i ban them my server will become empty so please help ..
And if you don't ban them your server will be empty.
__________________
Just buy the fucking game!!!!
I hate No-Steamers and lazy ass people.
wickedd is offline
ConnorMcLeod
Veteran Member
Join Date: Jul 2006
Location: France (95)
Old 07-03-2012 , 01:17   Re: [HELP] anti "model" command!
Reply With Quote #26

Quote:
Originally Posted by DreamWorks View Post
Lol, banned account i'm pretty sure you don't use anymore.
__________________
- tired and retired -

- my plugins -
ConnorMcLeod is offline
duja5
Member
Join Date: Jun 2012
Location: Croatia
Old 07-03-2012 , 03:37   Re: [HELP] anti "model" command!
Reply With Quote #27

Don't mean to offend anyone, but if this is slowhacking how come AMX Exec is allowed?
__________________

The future's uncertain and the end is always near...
duja5 is offline
wickedd
Veteran Member
Join Date: Nov 2009
Old 07-03-2012 , 03:48   Re: [HELP] anti "model" command!
Reply With Quote #28

Read this
__________________
Just buy the fucking game!!!!
I hate No-Steamers and lazy ass people.
wickedd is offline
duja5
Member
Join Date: Jun 2012
Location: Croatia
Old 07-03-2012 , 07:07   Re: [HELP] anti "model" command!
Reply With Quote #29

Should be deleted then or at least restricted. Most of slowhacking comes from this forum because that thread is the first on googles search for amx_exec.

And this "anti-model" thing, could it be done with cvar guard?
__________________

The future's uncertain and the end is always near...
duja5 is offline
DreamWorks
Senior Member
Join Date: Mar 2012
Old 07-04-2012 , 09:27   Re: [HELP] anti "model" command!
Reply With Quote #30

ConnorMCload;
Here is my plugin, can you fix it? to block users from using the model command? please
PHP Code:
public player_spawn(id)
{
        static 
CsTeams:team
        
if(!is_user_connected(id))
                return 
HAM_IGNORED
        set_pdata_float
(idm_fNextHudTextArgsGameTimeget_gametime() + 999999.0)
        
player_strip_weapons(id)
        if(
g_RoundEnd)
        {
                
g_RoundEnd 0
                g_JailDay
++
                if ( 
g_JailDay >= sizeof g_Days )
                
g_JailDay 0;
        }
        
set_user_rendering(idkRenderFxNone000kRenderNormal0)
        
clear_bit(g_PlayerCrowbarid)
        
clear_bit(g_PlayerHandid)
        
clear_bit(g_PlayerBoxid)
        
clear_bit(g_PlayerElectroid)
        
clear_bit(g_NCid)
        
clear_bit(g_PlayerWantedid)
        
team cs_get_user_team(id)
        switch(
team)
        {
                case(
CS_TEAM_T):
                {
                        
g_PlayerLast 0
                        
if(!g_PlayerReason[id])
                                
g_PlayerReason[id] = random_num(16)
                        
player_hudmessage(id05.0, {2550255}, "%L %L"LANG_SERVER"JBE_PRISONER_REASON",
                                
LANG_SERVERg_Reasons[g_PlayerReason[id]])
                        
set_user_info(id"model""pbmodel")
                        
entity_set_int(idEV_INT_body2)
                        
client_cmdid"spk ^"sound/GHW/weapons/knife_deploy1.wav^"" );

                        if(
is_freeday() || get_bit(g_FreedayAutoid))
                        {
                        
g_Freeday 1;
                        
jail_open();
                        
freeday_set(0id)
                        
clear_bit(g_FreedayAutoid)
                        }
                        else
                        {
                                
entity_set_int(idEV_INT_skinrandom_num(02))
                        }
                        if (
is_user_admin(id))
                        {
                        
set_user_infoid"model""prisonner" )
                        }
                        
                        
cs_set_user_armor(id0CS_ARMOR_NONE)

                        
set_bit(g_PlayerHandid)

                }
                case(
CS_TEAM_CT):
                {
                        
g_PlayerSimon[id]++
                     
                        
set_user_info(id"model""pbmodel")
                                
                        
entity_set_int(idEV_INT_body3)

                        
client_cmdid"spk ^"sound/prison-break/CT/CTConvoca.wav^"" );

                        
cs_set_user_armor(id100CS_ARMOR_VESTHELM)

                        if (
is_user_admin(id))
                        {
                        
set_user_infoid"model""gm-guard" )
                        }

                        
set_task5.0"cmd_menu"id )

                        
set_bit(g_PlayerElectroid)
                }
        }
        
first_join(id)
        return 
HAM_IGNORED

DreamWorks is offline
Reply



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 09:08.


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