Forum

> > CS2D > Scripts > Anti Supply Hacker v2.0 !!!
Forums overviewCS2D overview Scripts overviewLog in to reply

English Anti Supply Hacker v2.0 !!!

13 replies
To the start Previous 1 Next To the start

moved Anti Supply Hacker v2.0 !!!

IRAN TOWN
User Off Offline

Quote
> In the Name of God, the Merciful, the Compassionate

∗ Anti Supply Hacker v2.0 !!!
• Check post date
• Copy code in the "\sys\lua\server.lua"
• Open cs2d and check
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
addhook("use","useplayer")

function useplayer(id,objectb,button,x,y)
if objectb==150 then
if (button==7)or(button==8)or(button==9) then
local objectlist=object(0,"table")
for _,ido in pairs(objectlist) do
if object(ido,"player")==id then
if object(ido,"typename")=="Supply" then
if ((object(ido,"tilex"))==x)and((object(ido,"tiley"))==y) then
msg2(id,"©255000000You can't use supply hack@C")
parse("killobject "..ido)
end
end
end
end
end
end
end
edited 2×, last 20.11.12 07:40:48 pm

old Reply

IRAN TOWN
User Off Offline

Quote
user Sparty has written
How can I be sure if this is safe.

Is tested .
Not mandatory !!!
edited 1×, last 19.11.12 10:51:45 am

old Reply

IRAN TOWN
User Off Offline

Quote
user EndDead has written
You don't have to make a new thread, edit the old one.


Anti Supply Hack v1.0 is kick player .
Anti Supply Hack v2.0 is terminator supply and finish hacker .
edited 1×, last 19.11.12 11:04:11 am

old Re: Anti Supply Hacker v2.0 !!!

EndDead
User Off Offline

Quote
user IRAN TOWN has written
user EndDead has written
You don't have to make a new thread, edit the old one.


Anti Supply Hack v1.0 is kick player .
Anti Supply Hack v2.0 is terminator supply .

Still not a reason to make a new thread. Also work on your English (And your server has shitloads of grammar mistakes)

I mean, just edit it and add the new script, without removing the old one. That would reduce spam

old Reply

IRAN TOWN
User Off Offline

Quote
user Starkkz has written
He should have uploaded that to the file archive.

Script Code is Short.
edited 1×, last 19.11.12 02:28:57 pm

old Re: Anti Supply Hacker v2.0 !!!

EndDead
User Off Offline

Quote
user IRAN TOWN has written
user Starkkz has written
He should have uploaded that to the file archive.

Script Code is Short.
So? thats why they created the File Archive, To upload your shitty and nice files, Just do it because it better not to be on the forums so others can see it..
Anyway do whatever you like, unless its against the rules.

old Re: Anti Supply Hacker v2.0 !!!

DC
Admin Off Offline

Quote
@user Infinite Rain: And there also is a Lua script section. Moved and re-opened. I think it's legit to post short scripts here even though the file archive is probably the better option.
To the start Previous 1 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview