Forum

> > CS2D > Scripts > Who have that script.
Forums overviewCS2D overview Scripts overviewLog in to reply

English Who have that script.

22 replies
Page
To the start Previous 1 2 Next To the start

old Who have that script.

MalokE
User Off Offline

Quote
I need the a script, you type !usgn ID, and show the number usgn.

And... i need the ant-cheat @freeze ID or @freezeall...

i try making but i don't know

old Re: Who have that script.

GeoB99
Moderator Off Offline

Quote
You can try to search though. There are many scripts out there with check U.S.G.N. ID and freezeall thingy.

old Re: Who have that script.

Rainoth
Moderator Off Offline

Quote
1
2
3
4
5
6
7
addhook("say","a")
function a(id,t)
	if t:sub(1,5) == "!usgn" then
		local target = tonumber(t:sub(7,8))
		msg2(id,"..player(target,"name").." uses "..player(target,"usgn").." USGN ID")
	end
end

Just use an admin script.

old Re: Who have that script.

Rainoth
Moderator Off Offline

Quote
I gave you a basic of how the command would work. If you want the real thing, download an admin script. There's hundreds of those.

old Re: Who have that script.

MalokE
User Off Offline

Quote
@user GeoB99:
Yes use the Search, i download that script, don't have the commands...!

But thanks.

edit:
@user Mora
Yes i download that scripts, don't have the commands!

old Re: Who have that script.

The Gajos
BANNED Off Offline

Quote
user MalokE has written
@user Rainoth:
but i want a public command, any can make it.
understand ?


@edit.
anyone who is on the server, can use to see who another guy

1
2
3
4
5
6
7
addhook("say","a")
function a(id,t)
     if t:sub(1,5) == "!usgn" then
          local target = tonumber(t:sub(7,8))
          msg2(id,"USGN ID of "..player(target,"name").." is #"..player(target,"usgn"))
     end
end

old Re: Who have that script.

The Gajos
BANNED Off Offline

Quote
@user MalokE: So, the hackers will be forced to reactive speedhack if you use !freezeall.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
addhook("say","a")
function a(id,t)
     if t:sub(1,5) == "!usgn" then
          local target = tonumber(t:sub(7,8))
          msg2(id,"USGN ID of "..player(target,"name").." is #"..player(target,"usgn"))
	elseif t:sub(1,10) == "!freezeall" then
		for i = 1,32 do
			if player(i,'exists') then
				if i ~= id then
					parse('speedmod '..i..' -100')
				end
			end
		end
	elseif t:sub(1,12) == "!unfreezeall" then
		for i = 1,32 do
			if player(i,'exists') then
				parse('speedmod '..i..' 0')
			end
		end
	end
end

@user Rainoth: I feel sorry for words to retarded morons.

old Re: Who have that script.

MalokE
User Off Offline

Quote
@user The Gajos:

Well, he made a sayall, exemple: you die.

and make !broadcast hello, and all see that msg...! And you have 10 sec cooldown, for make again.

old Re: Who have that script.

Rainoth
Moderator Off Offline

Quote
You're dumb. Genuinely dumb. You're asking for all the commands that a normal admin script would have. Just download and use it!
To the start Previous 1 2 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview