SHOW:
|
|
- or go back to the newest paste.
1 | - | ----------------------------------------------------- FS Productions----------------------------------------------------------------------------Chaos Admin----------------------------------------------------------------------------------------------------------------------------------------- |
1 | + | |
2 | - | for i,v in pairs(script:GetChildren()) do |
2 | + | t1 = "http://www.roblox.com/asset/?id=223238256" |
3 | - | if v.className == "StringValue" then |
3 | + | t2 = "http://www.roblox.com/asset/?id=201788175" |
4 | - | v.Value = " " |
4 | + | t3 = "http://www.roblox.com/asset/?id=261113277" |
5 | - | end end |
5 | + | |
6 | local p = game.Players:GetChildren() | |
7 | - | script.Parent = nil |
7 | + | local w = game.Workspace:GetChildren() |
8 | ||
9 | - | --[[ Commands [Delete, (NOT DONE), when you complete a command. Examples..... |
9 | + | for i,v in pairs(p) do |
10 | - | 1.] kill/ - Kills a user 1.] kill/tj |
10 | + | pe = Instance.new("ParticleEmitter", v.Character.Torso) |
11 | - | 2.] eject/ - Kicks a user 2.] eject/hulk |
11 | + | pe.Texture = t3 |
12 | - | 3.] ban/ - Bans a user 3.] ban/all |
12 | + | pe.VelocitySpread = 100 |
13 | - | 4.] lag/ - Lags a user 4.] lag/others |
13 | + | |
14 | - | 5.] msg/ - Creates a message 5.] msg/Lol, get trolled |
14 | + | |
15 | - | 6.] hint/ - Creates a hint 6.] hint/ Lol, Your being trolled trolled by me |
15 | + | for i= 1,#w do |
16 | - | 7.] fire/- Makes a user on fire 7.] fire/all |
16 | + | if w[i]:isA("BasePart") then |
17 | - | 8.] burn/ - Puts a user on fire and kills them 8.] burn/me |
17 | + | pe = Instance.new("ParticleEmitter", w[i]) |
18 | - | 9.] debug/ - Cleans all messages and hints 9.] debug/ |
18 | + | pe.Texture = t3 |
19 | - | 10.] clean/ - Cleans Workspace and adds a base 10.] clean/ |
19 | + | pe.VelocitySpread = 5 |
20 | - | 11.] name/ - Changes the name of a player 11.] name/Hulk/Lol, I'm awesome. |
20 | + | |
21 | - | 12.] ab/ - Antibans a user 12.] ab/Tjmax |
21 | + | end |