Forum

> > CS2D > Scripts > about minestrike
Forums overviewCS2D overview Scripts overviewLog in to reply

English about minestrike

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

old about minestrike

Spook MQ Hacker
BANNED Off Offline

Quote
Guys guys minecraft 1.0.0 and CS2d 1.1.9 = minestrike 1.9.1

Minecraft = mods ,animals ,block ,dragons ,enemy ,hell ,swords.

CS2D = lua, mod animals , block of box , dragon mod ,gun ,infinite money mod.

MineStrike = lua mods ,animals 2D , box block ,dragon 2D ,infinite money (Creative mod), guns, swords.

MineStrike 2D are you a miner

can some one make this advertising thing i wrote
^

old Re: about minestrike

Seekay
Reviewer Off Offline

Quote
Non-Sence threads?
Yay my favourite!
2+2=Soap - BROCOLLI - grabbin' peelz!...

(of course it's off topic but, well. I'm bored and DCs banhammer is sexy.)

old Re: about minestrike

SilentDash
User Off Offline

Quote
hm you mean a Minecraft 2D script?

then i show you how to make it
Read >

old Re: about minestrike

Surplus
User Off Offline

Quote
1
2
3
4
addhook("join","minecraft")
	function minecraft(id)
		parse("banusgn ..id..")
end

old Re: about minestrike

Zins
User Off Offline

Quote
user Surplus has written
1
2
3
4
addhook("join","minecraft")
	function minecraft(id)
		parse("banusgn ..id..")
end

is it possible ??

old Re: about minestrike

DannyDeth
User Off Offline

Quote
@ZombieJello & PartyFarter:
Actually that script will just throw some errors in the CS2D console.

old Re: about minestrike

Alistaire
User Off Offline

Quote
user Seekay has written
DCs banhammer is sexy


I used to like that joke but then I took a banhammer to the knee.

----

The script you just posted bans everyone who joins your server. Well done.

old Re: about minestrike

Surplus
User Off Offline

Quote
user DannyDeth has written
@ZombieJello & PartyPooPer:
Actually that script will just throw some errors in the CS2D console.


You get my point anyways.

old u.u'

sheeL
User Off Offline

Quote
1
2
3
4
5
addhook("join","minecraft")
	function minecraft(id,1+32)
		parse("banusgn "..id..")
  end
end

old Re: about minestrike

Alistaire
User Off Offline

Quote
You don't need to add another .."
Btw that script sucks, you need

parse("ban "..id)

instead of

parse("banusgn "..id)

old really

sheeL
User Off Offline

Quote
user Alistaire has written
You don't need to add another .."
Btw that script sucks, you need

parse("ban "..id)

instead of

parse("banusgn "..id)



hmm , really ...
use punish e.e
exemple :

!punish (id)
(speedmod id 0)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
function totable(t,match)
local cmd = {}
if not match then match = "[^%s]+" end
for word in string.gmatch(t, match) do
table.insert(cmd, word)
end
return cmd
end

addhook("say","lol")
function lol(id,txt)
local p = totable(txt)
local cmd = tostring(p[1]) --Make !punish a real command :D
if player(id,"team") == 2 then --Counter Terrorist
if cmd == "!punish" then --Command
local pl = tonumber(p[2]) --The id of the player
parse("speedmod "..pl.." -100")
return 1
end
end
end
To the start Previous 1 2 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview