Forum

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

English Anti Supply Hacker !!!

14 replies
To the start Previous 1 Next To the start

old Anti Supply Hacker !!!

IRAN TOWN
User Off Offline

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

∗ Anti Supply Hacker !!!
• 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
20
21
22
23
24
25
26
27
28
29
30
function initArray(m)
local array = {}
for i = 1, m do
array[i]=0
end
return array
end

hacksupply=initArray(32)

addhook("use","useplayer")
addhook("objectupgrade","pobject")
addhook("join","joinplayer")

function pobject(id,up,min,max)
if (max==200)and(min==200) then
hacksupply[(object(id,"player"))]="OFF"
end
end

function useplayer(id,object,button)
if (object==150)and((button==7)or(button==8)or(button==9))and(hacksupply[id]=="ON") then
msg ("©255000000"..player(id,"name").." seems to be a supply hacker! Kicked! ")
parse('kick '..id..' "Supply Hacker"')
end
end

function joinplayer(id)
hacksupply[id]="ON"
end
edited 1×, last 09.11.12 07:19:21 pm

old Re: Anti Supply Hacker !!!

Yates
Reviewer Off Offline

Quote
He has IRAN TOWN where people are allowed to hack.

How weird he just posted anti- supply hack.

old Re: Anti Supply Hacker !!!

Mechanolith
User Off Offline

Quote
user IRAN TOWN has written
> In the Name of God, the Merciful, the Compassionate
[...]

No, he's not, because he's just a fairy tale myth that you're too weak to give up from.

Anyway, is this true, user Yates? Why would anyone post an anti-hack while being part of a server where people are allowed to hack?

old Re: Anti Supply Hacker !!!

EndDead
User Off Offline

Quote
To people talking about:
Quote
> In the Name of God, the Merciful, the Compassionate

It is a way in Islam to start something specific like writing a message, etc...
Yes it may sound weird to you, because it DOESN'T fit in english

On topic or wherever:
I don't think there is a supply hack cause i never saw one in-game... but for speedhacks it's an invasion

old Re: Anti Supply Hacker !!!

Suprise
BANNED Off Offline

Quote
Because I saw this on a lot of server, I'll tell you how it's supposed to work.
When a player build a supply and he use supply hack he can select the the last two buttons in the menu, without upgrade the supply.

old Re: Anti Supply Hacker !!!

EndDead
User Off Offline

Quote
user Suprise has written
Because I saw this on a lot of server, I'll tell you how it's supposed to work.
When a player build a supply and he use supply hack he can select the the last two buttons in the menu, without upgrade the supply.

Oh really? I never saw one tho,..
Ill start protecting my server if it was on construction mode..
(BTW: I know it's effect, but didn't know it works... those freakin noob hackers)

old Re: Anti Supply Hacker !!!

krabob
User Off Offline

Quote
user Obviously Exactly Myself has written
user Yates has written
He has IRAN TOWN where people are allowed to hack.

How weird he just posted anti- supply hack.
He's probably a hacker himself that's why he allowed it.


Yea let's just go accusing people of being hackers.

Also, who said he allows hacks in his server?
To the start Previous 1 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview