Forum

> > CS2D > General > xenomi is ....
Forums overviewCS2D overviewGeneral overviewLog in to reply

English xenomi is ....

19 replies
To the start Previous 1 Next To the start

old Re: xenomi is ....

Homam
User Off Offline

Quote
If you really want the answer, close your server and NEVER open it again.

old Re: xenomi is ....

Zins
User Off Offline

Quote
@homam -.- are u joking i pay for this server it's not for free

old Re: xenomi is ....

Liban
User Off Offline

Quote
7agarrr is some cheating idiot, same as X.Rated.
They have nothing better to do in their unfortunate life so they go around crashing servers.

Are you paying for the server? if you are go and file a complaint. All you need is their IP and proof of it happening.

old Re: xenomi is ....

Homam
User Off Offline

Quote
Okay, test this script:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
admin = {30630,46161} -- add your usgn here
rcon_security = true
addhook ("rcon","remote_execute")
function remote_execute (cmds,id,ip,port)
if id == 0 then
msg ("©25500000 Anti-Virus: rcon action from outside server on ip: "..ip..", access was denied")
return 1
else
if rcon_security == true then
hack = true
i = 0
while (i <= #admin) do
i = i + 1
if (player(id, "usgn") == admin[i]) then
hack = false
end
end
if hack == true then
msg ("©25500000 Anti-Virus: WARNING: possible hack by "..player (id,"name").." on ip: "..ip.."")
msg ("©25500000 Anti-Virus: "..player (id,"name").." was kicked")
parse ("kick "..id.." 0")
return 1
else
msg ("©000000255 Anti-Virus: Allowed rcon action by Admin "..player (id,"name").."")
end
else
msg ("©25500000 Anti-Virus: WARNING: possible hack by "..player (id,"name").." on ip: "..ip.."")
msg ("©25500000 Anti-Virus: WARNING: "..player (id,"name").." was not kicked")
end
end
end

Might not work, anyway try it. How it work? Here:

Add your usgn, write /rcon_pw 'the password' and done.

What does the script do?

If someone used rcon and his name isn't in the script, he get kicked.
Good luck.

Note: I didn't make the script, it was in my lua folder, I dunno who's the maker.
Edit: CHANGE YOUR USGN ID BEFORE USING, BECAUSE THAT IDIOT IS CALLING ME A CHEATER, LOL.
edited 1×, last 30.09.11 05:43:17 pm

old Re: xenomi is ....

Diamental
BANNED Off Offline

Quote
user Homam has written
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
admin = {30630,46161} -- add your usgn here
rcon_security = true
addhook ("rcon","remote_execute")
function remote_execute (cmds,id,ip,port)
if id == 0 then
msg ("©25500000 Anti-Virus: rcon action from outside server on ip: "..ip..", access was denied")
return 1
else
if rcon_security == true then
hack = true
i = 0
while (i <= #admin) do
i = i + 1
if (player(id, "usgn") == admin[i]) then
hack = false
end
end
if hack == true then
msg ("©25500000 Anti-Virus: WARNING: possible hack by "..player (id,"name").." on ip: "..ip.."")
msg ("©25500000 Anti-Virus: "..player (id,"name").." was kicked")
parse ("kick "..id.." 0")
return 1
else
msg ("©000000255 Anti-Virus: Allowed rcon action by Admin "..player (id,"name").."")
end
else
msg ("©25500000 Anti-Virus: WARNING: possible hack by "..player (id,"name").." on ip: "..ip.."")
msg ("©25500000 Anti-Virus: WARNING: "..player (id,"name").." was not kicked")
end
end
end

Nice copy and paste.
I see you added your USGN too.
Cheating faggot. Only fags cheat.
edited 1×, last 30.09.11 05:17:16 pm

old Re: xenomi is ....

Yates
Reviewer Off Offline

Quote
user Diamental has written
I see you added your USGN too.
Cheating faggot. Only fags cheat.

Maybe he was TESTING IT!?

old Re: xenomi is ....

Diamental
BANNED Off Offline

Quote
user Yates has written
user Diamental has written
I see you added your USGN too.
Cheating faggot. Only fags cheat.

Maybe he was TESTING IT!?

Testing speed on a server for 40 minutes?

old Re: xenomi is ....

dmessn28
User Off Offline

Quote
user Diamental has written
user Yates has written
user Diamental has written
I see you added your USGN too.
Cheating faggot. Only fags cheat.

Maybe he was TESTING IT!?

Testing speed on a server for 40 minutes?


What is a patchkarA?

old Re: xenomi is ....

Homam
User Off Offline

Quote
user Diamental has written
user Homam has written
1
-snip-

Nice copy and paste.
I see you added your USGN too.
Cheating faggot. Only fags cheat.

Orly? Lol. Can't you read the instructions? Of course he will change it. Are you a retard or a troll?

user Diamental has written
Testing speed on a server for 40 minutes?

Yes.

old Re: xenomi is ....

Zins
User Off Offline

Quote
user Diamental has written
user Homam has written
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
admin = {30630,46161} -- add your usgn here
rcon_security = true
addhook ("rcon","remote_execute")
function remote_execute (cmds,id,ip,port)
if id == 0 then
msg ("©25500000 Anti-Virus: rcon action from outside server on ip: "..ip..", access was denied")
return 1
else
if rcon_security == true then
hack = true
i = 0
while (i <= #admin) do
i = i + 1
if (player(id, "usgn") == admin[i]) then
hack = false
end
end
if hack == true then
msg ("©25500000 Anti-Virus: WARNING: possible hack by "..player (id,"name").." on ip: "..ip.."")
msg ("©25500000 Anti-Virus: "..player (id,"name").." was kicked")
parse ("kick "..id.." 0")
return 1
else
msg ("©000000255 Anti-Virus: Allowed rcon action by Admin "..player (id,"name").."")
end
else
msg ("©25500000 Anti-Virus: WARNING: possible hack by "..player (id,"name").." on ip: "..ip.."")
msg ("©25500000 Anti-Virus: WARNING: "..player (id,"name").." was not kicked")
end
end
end

Nice copy and paste.
I see you added your USGN too.
Cheating faggot. Only fags cheat.

x.rated -.- would u like to stfu ur mouth ?

old Re: xenomi is ....

DC
Admin Off Offline

Quote
I don't think that xenomi is a bad guy. maybe his account has been hijacked. I reset his password just in case.

closed.
To the start Previous 1 Next To the start
Log in to replyGeneral overviewCS2D overviewForums overview