Roblox Radio1
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Advanced admin command powers

+5
Koolman63
winers
WeakestLINK
leet15
Dj-roblox
9 posters

Go down

Advanced admin command powers Empty Advanced admin command powers

Post by Dj-roblox Fri Aug 08, 2008 9:59 am

This script gives you these abilities

god/name
grow/name
teleport/name
meteor/
make jail/
jail all/
kill all/
kill/name
head/ghost
head/large
head/giant
head/mini
freeze/name
thaw/name

Please note that at times it has been known to stop working during game HERE IS DA SCRIPT

local me = game.Players.adaminsane27
function onChatted(msg)
if string.sub(msg, 1, 4) == "own/" then
player = game.Players:GetChildren()
for i=1, #player do
if player[i].Name == string.sub(msg, 5) then
player[i].Character.Name = me.Name.."'s Slave"
end
end
end
if msg == "own all/" then
player = game.Players:GetChildren()
for i=1, #player do
if player[i].Name ~= me.Name then
player[i].Character.Name = me.Name.. "'s Slave"
end
end
end
if string.sub(msg, 1, 12) == "sparkles/on/" then
player = game.Players:GetChildren()
for i=1, #player do
if player[i].Name == string.sub(msg, 13) then
sparkle = Instance.new("Sparkles")
sparkle.Name = "Sparkle"
sparkle.Parent = player[i].Character.Torso
end
end
end
if string.sub(msg, 1, 13) == "sparkles/off/" then
player = game.Players:GetChildren()
for i=1, #player do
if player[i].Name == string.sub(msg, 14) then
parts = player[i].Character.Torso:GetChildren()
for i=1, #parts do
if parts[i].Name == "Sparkle" then
parts[i].Parent = game.Lighting
end
end
end
end
end
if string.sub(msg, 1, 5) == "head/" then
if string.sub(msg, 6) == "ufo" then
me.Character.Head.Mesh.Scale = Vector3.new(-20,1,1)
end
if string.sub(msg, 6) == "giant" then
me.Character.Head.Mesh.Scale = Vector3.new(100,100,100)
end
if string.sub(msg, 6) == "huge" then
me.Character.Head.Mesh.Scale = Vector3.new(20,20,20)
end
if string.sub(msg, 6) == "big" then
me.Character.Head.Mesh.Scale = Vector3.new(9,9,9)
end
if string.sub(msg, 6) == "small" then
me.Character.Head.Mesh.Scale = Vector3.new(0.5,0.5,0.5)
end
if string.sub(msg, 6) == "gone" then
me.Character.Head.Mesh.Scale = Vector3.new(0.01,0.01,0.01)
end
if string.sub(msg, 6) == "normal" then
me.Character.Head.Mesh.Scale = Vector3.new(1.25,1.25,1.25)
end
end
if msg == "reset/" then
me.Character:BreakJoints()
end
if string.sub(msg, 1, 5) == "kill/" then
player = game.Players:GetChildren()
for i=1, #player do
if player[i].Name == string.sub(msg, 6) then
player[i].Character:BreakJoints()
end
end
end
if string.sub(msg, 1, Cool == "explode/" then
player = game.Players:GetChildren()
for i=1, #player do
if player[i].Name == string.sub(msg, 9) then
e = Instance.new("Explosion")
e.Position = player[i].Character.Torso.Position
e.BlastPressure = 10000
e.BlastRadius = 3
e.Parent = game.Workspace
end
end
end
if msg == "explode all/" then
player = game.Players:GetChildren()
for i=1, #player do
if player[i].Name ~= me.Name then
e = Instance.new("Explosion")
e.Position = player[i].Character.Torso.Position
e.BlastPressure = 10000
e.BlastRadius = 3
e.Parent = game.Workspace
end
end
end
if msg == "kill all/" then
player = game.Players:GetChildren()
for i=1, #player do
if player[i].Name ~= me.Name then
player[i].Character:BreakJoints()
end
end
end
if string.sub(msg, 1, 7) == "freeze/" then
player = game.Players:GetChildren()
for i=1, #player do
if player[i].Name == string.sub(msg, Cool then
player[i].Character.Torso.Anchored = true
end
end
end
if string.sub(msg, 1, 5) == "thaw/" then
player = game.Players:GetChildren()
for i=1, #player do
if player[i].Name == string.sub(msg, 6) then
player[i].Character.Torso.Anchored = false
end
end
end
if string.sub(msg, 1, 9) == "teleport/" then
player = game.Players:GetChildren()
for i=1, #player do
if player[i].Name == string.sub(msg, 10) then
me.Character.Torso.CFrame = player[i].Character.Torso.CFrame
end
end
end
if string.sub(msg, 1, Cool == "control/" then
player = game.Players:GetChildren()
for i=1, #player do
if player[i].Name == string.sub(msg, 9) then
me.Character = player[i].Character
end
end
end

Dj-roblox
Admin
Admin

Number of posts : 38
Report Offences :
Advanced admin command powers Left_bar_bleue0 / 1000 / 100Advanced admin command powers Right_bar_bleue

Registration date : 2008-05-28

Clan (New)
Clan Name: Admins
Clan Rank: Leader

http://www.robloxradio1.piczo.com

Back to top Go down

Advanced admin command powers Empty Re: Advanced admin command powers

Post by leet15 Sat Aug 09, 2008 8:54 am

delete Chat History Script

chatlogs.history.delete

wait(1)

Im not sure if its right cause i havent used it in a while

leet15
DJ
DJ

Number of posts : 30
Age : 26
Location : Michigan
Report Offences :
Advanced admin command powers Left_bar_bleue0 / 1000 / 100Advanced admin command powers Right_bar_bleue

Registration date : 2008-06-02

Clan (New)
Clan Name:
Clan Rank: Noob (Starter)

Back to top Go down

Advanced admin command powers Empty Re: Advanced admin command powers

Post by Dj-roblox Sun Aug 10, 2008 6:21 am

dont worry, its right, however if you use the GROW command, sometimes it cancells out the script???? dunno why ????

Dj-roblox
Admin
Admin

Number of posts : 38
Report Offences :
Advanced admin command powers Left_bar_bleue0 / 1000 / 100Advanced admin command powers Right_bar_bleue

Registration date : 2008-05-28

Clan (New)
Clan Name: Admins
Clan Rank: Leader

http://www.robloxradio1.piczo.com

Back to top Go down

Advanced admin command powers Empty Re: Advanced admin command powers

Post by WeakestLINK Sat Oct 04, 2008 7:23 am

thats not all awf it but its too big to post T~T
WeakestLINK
WeakestLINK
Elite Noob
Elite Noob

Number of posts : 12
Age : 26
Location : teh land awf awsum chezeburger
Report Offences :
Advanced admin command powers Left_bar_bleue0 / 1000 / 100Advanced admin command powers Right_bar_bleue

Registration date : 2008-10-04

Clan (New)
Clan Name:
Clan Rank: Noob (Starter)

Back to top Go down

Advanced admin command powers Empty Re: Advanced admin command powers

Post by winers Fri Oct 10, 2008 7:41 am

umm... for what game?

winers
Noob
Noob

Number of posts : 1
Age : 26
Report Offences :
Advanced admin command powers Left_bar_bleue0 / 1000 / 100Advanced admin command powers Right_bar_bleue

Registration date : 2008-10-10

Back to top Go down

Advanced admin command powers Empty RE:Advanced admin command powers

Post by Koolman63 Fri Oct 10, 2008 9:56 am

You should use Zuka's Advance Commands, they are much better. They have a ban and kick command, show the latest updates and can kill anyone with a simple command
Koolman63
Koolman63
Super Moderator
Super Moderator

Number of posts : 9
Age : 25
Report Offences :
Advanced admin command powers Left_bar_bleue0 / 1000 / 100Advanced admin command powers Right_bar_bleue

Registration date : 2008-08-25

Clan (New)
Clan Name:
Clan Rank: Noob (Starter)

Back to top Go down

Advanced admin command powers Empty Re: Advanced admin command powers

Post by nathan r234 Sun Nov 02, 2008 8:45 pm

funnyguy has a pretty cool command script but i havent seen it in a while.
nathan r234
nathan r234
Noob
Noob

Number of posts : 2
Age : 26
Location : miamisburg,ohio
Report Offences :
Advanced admin command powers Left_bar_bleue0 / 1000 / 100Advanced admin command powers Right_bar_bleue

Registration date : 2008-11-02

http://www.freewebs.com/studio23e323e3

Back to top Go down

Advanced admin command powers Empty Re: Advanced admin command powers

Post by Vaderbot Mon Nov 17, 2008 3:23 pm

Nathan i saw funnyguy at this raft to vip camp place like 10 min ago Very Happy
Vaderbot
Vaderbot
Roblox Radio1 Team
Roblox Radio1 Team

Number of posts : 77
Age : 27
Location : Ny,NewYork
Report Offences :
Advanced admin command powers Left_bar_bleue0 / 1000 / 100Advanced admin command powers Right_bar_bleue

Registration date : 2008-11-17

Clan (New)
Clan Name:
Clan Rank: Noob (Starter)

Back to top Go down

Advanced admin command powers Empty Re: Advanced admin command powers

Post by sellethore Tue Nov 18, 2008 10:13 am

finally Razz, but i dont need em now xD

sellethore
Robloxian
Robloxian

Number of posts : 18
Report Offences :
Advanced admin command powers Left_bar_bleue1 / 1001 / 100Advanced admin command powers Right_bar_bleue

Registration date : 2008-11-18

Back to top Go down

Advanced admin command powers Empty Re: Advanced admin command powers

Post by hunterh98 Tue Nov 18, 2008 2:05 pm

broke alot of times -_-
hunterh98
hunterh98
VIP
VIP

Number of posts : 27
Age : 28
Location : In teh land of the h4x0rz(not)
Report Offences :
Advanced admin command powers Left_bar_bleue0 / 1000 / 100Advanced admin command powers Right_bar_bleue

Registration date : 2008-11-18

Back to top Go down

Advanced admin command powers Empty Re: Advanced admin command powers

Post by sellethore Wed Nov 19, 2008 12:40 am

yes like old 1,
rejoin and it should work again

sellethore
Robloxian
Robloxian

Number of posts : 18
Report Offences :
Advanced admin command powers Left_bar_bleue1 / 1001 / 100Advanced admin command powers Right_bar_bleue

Registration date : 2008-11-18

Back to top Go down

Advanced admin command powers Empty Re: Advanced admin command powers

Post by Sponsored content


Sponsored content


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum