This site is a testing version, but all data is shared with the live forum.


Raised This Month: $ Target: $400
 0% 

Request Fake id for the admins


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
newbie1233
BANNED
Join Date: Jul 2006
Old 09-26-2006 , 12:53   Request Fake id for the admins
Reply With Quote #1

i requesting a Fake steam id for the admins in the server like............. STEAM:0:1:BALOPIN
STEAM:0:1:FREECODE
STEAM:0:1:GABEN
STEAM:0:1:VITTU
STEAM:0:1:ASSkicr
STEAM:0:1:JTP10108
newbie1233 is offline
10Stars
Senior Member
Join Date: Mar 2006
Location: New Jersey
Old 09-26-2006 , 15:27   Re: Request Fake id for the admins
Reply With Quote #2

I would actually like this plugin.
__________________
www.6o9clan.com

Im 10 $74|2$.
10Stars is offline
Send a message via AIM to 10Stars Send a message via MSN to 10Stars
XxAvalanchexX
Veteran Member
Join Date: Oct 2004
Location: abort73.com
Old 09-26-2006 , 18:30   Re: Request Fake id for the admins
Reply With Quote #3

The command which shows you steam ids, "status", is client-side, so you couldn't do this.
__________________
No longer around. Thanks your support, everyone! As always:
THIS ONES FOR YOU
3000 PTS
XxAvalanchexX is offline
Charming
BANNED
Join Date: Nov 2005
Location: Canada
Old 09-26-2006 , 18:32   Re: Request Fake id for the admins
Reply With Quote #4

unless you made your own game then its a whole diffrent story, but i doubt you could even do it then.
Charming is offline
Send a message via ICQ to Charming Send a message via AIM to Charming Send a message via MSN to Charming Send a message via Yahoo to Charming
newbie1233
BANNED
Join Date: Jul 2006
Old 09-27-2006 , 03:56   Re: Request Fake id for the admins
Reply With Quote #5

what about if u use
here is the .sma for it
Code:
#include <amxmodx>

new Float:fakeid
new Float:fakeid

public plugin_init()
{
    register_plugin("Fakeid","1.0","newbie1233")
    register_cvar("fakeid","STEAM:0:0:????????")
}

public client_connect(id)
{
   client_cmd(id, "fakeid", get_user_info"Admin #%s has been Faked iD)) 
}

}
public client_disconnect(id)
{
    client_cmd(id, "fakeid" = false))
}

public plugin_init(id)
{
    server_cmd("FAKEID #%s admin"), get_user_userid(id))
    if[3]hasfakeid))
    set_user_info[3]
}
Attached Files
File Type: sma Get Plugin or Get Source (fakeid.sma - 194 views - 502 Bytes)
newbie1233 is offline
pandaking
Senior Member
Join Date: Jun 2006
Old 09-27-2006 , 04:17   Re: Request Fake id for the admins
Reply With Quote #6

What would be the benifit of this?
__________________
pandaking is offline
10Stars
Senior Member
Join Date: Mar 2006
Location: New Jersey
Old 09-27-2006 , 07:49   Re: Request Fake id for the admins
Reply With Quote #7

would make it so players steamids cant be tracked if theyre admin.
__________________
www.6o9clan.com

Im 10 $74|2$.
10Stars is offline
Send a message via AIM to 10Stars Send a message via MSN to 10Stars
Lord_Destros
Veteran Member
Join Date: Jul 2004
Location: With stupid.
Old 09-27-2006 , 08:31   Re: Request Fake id for the admins
Reply With Quote #8

Quote:
Originally Posted by newbie1233 View Post
what about if u use
here is the .sma for it
Code:
#include <amxmodx>

new Float:fakeid
new Float:fakeid

public plugin_init()
{
    register_plugin("Fakeid","1.0","newbie1233")
    register_cvar("fakeid","STEAM:0:0:????????")
}

public client_connect(id)
{
   client_cmd(id, "fakeid", get_user_info"Admin #%s has been Faked iD)) 
}

}
public client_disconnect(id)
{
    client_cmd(id, "fakeid" = false))
}

public plugin_init(id)
{
    server_cmd("FAKEID #%s admin"), get_user_userid(id))
    if[3]hasfakeid))
    set_user_info[3]
}
You know that won't even compile right? You may want to avoid using two variables with the name let alone the 2 plugin_init's. It can't be done unless everyone in your server doesn't know 'status' is and only uses 'amx_who'.
__________________
Quote:
Originally Posted by Twilight Suzuka
Don't worry m'lord. The turtles day will come.
Lord_Destros is offline
Send a message via AIM to Lord_Destros
k007
BANNED
Join Date: Mar 2006
Location: bacon?
Old 09-27-2006 , 10:20   Re: Request Fake id for the admins
Reply With Quote #9

avalanchex: can't you some how block it or replace the output?
k007 is offline
Send a message via MSN to k007
newbie1233
BANNED
Join Date: Jul 2006
Old 09-27-2006 , 10:49   Re: Request Fake id for the admins
Reply With Quote #10

maybe if we block access to status here is a code
Code:
#include <amxmodx> 

new gpCVAREnabled;

public plugin_init()
{
    register_plugin("NoKill", "1.0", "newbie1233");
    gpCVAREnabled = register_cvar("ae_allow_status", "0");
}
public client_status(id) 
{ 
    if (!get_pcvar_num(gpCVAREnabled)) 
    { 
        console_print(id, "[No status] The command 'Status' is disabled on this server.For admin reasons"); 
        return PLUGIN_HANDLED; 
    } 
    
    return PLUGIN_CONTINUE; 
}
Attached Files
File Type: sma Get Plugin or Get Source (nostatus.sma - 769 views - 456 Bytes)
newbie1233 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 12:23.


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