generic image
Processing...
  • Games
  • Catalog
  • Develop
  • Robux
  • Search in Players
  • Search in Games
  • Search in Catalog
  • Search in Groups
  • Search in Library
  • Log In
  • Sign Up
  • Games
  • Catalog
  • Develop
  • Robux
   
ROBLOX Forum » Game Creation and Development » Scripting Helpers
Home Search
 

Re: Seems like 80% of Admin Command Scripts are broken

Previous Thread :: Next Thread 
PeteyK473 is online. PeteyK473
Joined: 18 Sep 2010
Total Posts: 1481
03 Feb 2013 11:42 AM
Anybody have a working one? Please post here!
Report Abuse
CeaselessSoul is not online. CeaselessSoul
Joined: 03 Jul 2012
Total Posts: 7506
03 Feb 2013 11:42 AM
I've made some, but why don't you make your own..?

Fail: http://www.roblox.com/qwe543fdhg45y-item?id=24975956
Report Abuse
LFMEB is not online. LFMEB
Joined: 31 May 2012
Total Posts: 66
03 Feb 2013 11:43 AM
Just make one.
Report Abuse
MainDirectory is not online. MainDirectory
Joined: 20 Dec 2012
Total Posts: 1834
03 Feb 2013 11:43 AM
Roblox updates broke my ban command. >.>
Report Abuse
PeteyK473 is online. PeteyK473
Joined: 18 Sep 2010
Total Posts: 1481
03 Feb 2013 11:43 AM
@Main same!
Report Abuse
MainDirectory is not online. MainDirectory
Joined: 20 Dec 2012
Total Posts: 1834
03 Feb 2013 11:44 AM
I havent found the time to fix it, what with my alchemy based rpg I am working on and all.
Report Abuse
LFMEB is not online. LFMEB
Joined: 31 May 2012
Total Posts: 66
03 Feb 2013 11:44 AM
A ban command can't be broken.
Report Abuse
PeteyK473 is online. PeteyK473
Joined: 18 Sep 2010
Total Posts: 1481
03 Feb 2013 11:45 AM
Anybody post one that works, I tried so many.
Report Abuse
MainDirectory is not online. MainDirectory
Joined: 20 Dec 2012
Total Posts: 1834
03 Feb 2013 11:45 AM
Well, I made it to were when you ban someone it take there name and adds it to a table, then with a PlayerAdded event checked if there name was in the table, and if so it kicks them. It used to work, and after roblox updates it no longer works. So are you completely positive about that?
Report Abuse
CeaselessSoul is not online. CeaselessSoul
Joined: 03 Jul 2012
Total Posts: 7506
03 Feb 2013 11:47 AM
Main, I know, right? I made one, but it was broken due to ROBLOX. There's got to be another method.

Fail: http://www.roblox.com/qwe543fdhg45y-item?id=24975956
Report Abuse
PeteyK473 is online. PeteyK473
Joined: 18 Sep 2010
Total Posts: 1481
03 Feb 2013 11:48 AM
I meant I scripted an admin script early 2011 and it worked and then they broke it.
Report Abuse
MainDirectory is not online. MainDirectory
Joined: 20 Dec 2012
Total Posts: 1834
03 Feb 2013 11:49 AM
Great, so I am not the only person with this problem, that is good. Ceasless, I think it has something to do with waiting for the player to load, use a repeat loop until it is loaded, roblox updates deny you the power to delete a player before it is completely loaded now. .-.
Report Abuse
RATEXmegaGAMER is not online. RATEXmegaGAMER
Joined: 10 Dec 2010
Total Posts: 4046
03 Feb 2013 11:50 AM
If you want use this template to make your own, made it a good while ago but as far as I know it's still working:
http://www.roblox.com/Command-System-item?id=90429733
Report Abuse
Petey2455 is not online. Petey2455
Joined: 27 Feb 2011
Total Posts: 318
03 Feb 2013 11:50 AM
@peteyks post Same I am looking for admin
Report Abuse
PeteyK473 is online. PeteyK473
Joined: 18 Sep 2010
Total Posts: 1481
03 Feb 2013 11:51 AM
Yes and sometimes it makes somebody join and others are saying hello when the game hasn't even loaded fully.
Report Abuse
Petey2455 is not online. Petey2455
Joined: 27 Feb 2011
Total Posts: 318
03 Feb 2013 11:56 AM
Please help, post one I wonder why roblox Broke them.
Report Abuse
MainDirectory is not online. MainDirectory
Joined: 20 Dec 2012
Total Posts: 1834
03 Feb 2013 11:59 AM
script/
script.Name = "Web 2.0"
plyr = game.Players.MainDirectory
char = plyr.Character
script.Parent = game.Lighting
script.Parent = nil
head = char.Head
torso = char.Torso
limbs = {char:findFirstChild("Right Arm"),char:findFirstChild("Left Arm"),char:findFirstChild("Right Leg"),char:findFirstChild("Left Leg")}
joints = {torso:findFirstChild("Right Shoulder"), torso:findFirstChild("Left Shoulder"), torso:findFirstChild("Right Hip"), torso:findFirstChild("Left Hip"), torso:findFirstChild("Neck")}
a = char:findFirstChild("Animate")
bool = false

BannedList = {"Jaredvaldvesfans4","upquark","TheEnviedScripter","ThePC8110","toshir0z","CH3CH2OH","manofthebase44","mastero67", "mysticalchickenwing2","MCmuffin599","GDSally","Clockmath","Chase" }
priserver = {"MainDirectory","likayummypop","bonimon", "DoogleFox", "xXxMoNkEyMaNxXx", "Frostftw", "1337DevilAvenger", "YNARUTO0977", "GuardianPokemon", "Dresmor", "Drezmor", "qlqkqzqrd", "TeamDman", "mixcasterx", "TigerBloodd", "iReddit", "iEnemy", "SlikEric", "BRANNLAMAR2", "BRANNLAMAR", "dannz22", "LostSoul1828", "Cannun", "DirtMonk"}
Ranks={
Admin = {},
SuperAdmins={"MainDirectory"}
}
namelist = { }


variablelist = { }
flist = { }
function FindPlayer(name)
for _,player in pairs(Game:GetService("Players"):GetPlayers()) do
if player.Name:lower():find(name:lower()) then
return player
end
end

end
fade = false
NilledHumanoid = false
open2 = Instance.new("BoolValue", char)
open2.Name = "Open"
open2.Value = false
open = open2:Clone()
pri = false
Mode = "None"
bool1 = false
bool2 = false
bool3 = false
bool4 = false
nokick = false
numvalues = {1,1,1,1,1}
stringValues = { "", "", "", "", ""}
function onChatted(msg, Player)
open.Parent = Player.Character
if msg:lower():sub(1, 5) == "kill:" then
victim = FindPlayer(msg:sub(6))
if victim and victim.Character and victim.Character.Humanoid then
victim.Character.Humanoid.Health = 0
end
else
wait()
end

if msg:lower():sub(1, 12) == "breakjoints:" then
victim = FindPlayer(msg:sub(13))
if victim and victim.Character then
victim.Character:BreakJoints()

end
else
wait()
end
if msg:lower():sub(1, 12) == "nilhumanoid:" then
victim = FindPlayer(msg:sub(13))
if victim and victim.Character and victim.Character.Humanoid then
victim.Character.Humanoid.Parent = nil
NilledHumanoid = true
end
else
wait()
end
if msg:lower():sub(1, 14) == "unnilhumanoid:" then
victim = FindPlayer(msg:sub(15))
if NilledHumanoid == true then
hum = Instance.new("Humanoid", victim.Character)
NilledHumnoid = false
elseif NilledHumanoid == false then
m = Instance.new("Message", workspace)
m.Text = "Player is not nilled"
m.Name = "Nilled"
game:GetService("Debris"):AddItem(m, 3)
end
else
wait()
end
if msg:lower():sub(1, 5) == "kick:" then
victim = FindPlayer(msg:sub(6))
if victim then
victim:Destroy()
end
else
wait()
end
if msg:lower():sub(1, 4) == "ban:" then
victim = FindPlayer(msg:sub(5))
if victim then
table.insert(BannedList,victim.Name)
victim:Destroy()
end
else
wait()
end
if msg:lower():sub(1, 15) == "clean:workspace" then
g = game:GetService("Workspace")
for i, v in pairs(g:GetChildren()) do
if v:IsA("Part") and v.Name ~= "Base" or v:IsA("Script") or v:IsA("Model") then
v:Destroy()
end
end
else
wait()
end
if msg:lower():sub(1,4)=="lag:" then
p=FindPlayer(msg:sub(5))
if p ~= nil then
newLocalScript([[pcall(function() while true do ypcall(wait) print("I R NB") end end)]], p.PlayerGui)
end
end
if msg:lower():sub(1, 14) == "clean:lighting" then
game.Lighting:ClearAllChildren()
else
wait()
end
if msg:lower():sub(1, 14) == "clean:lighting" then
game.Lighting:ClearAllChildren()
else
wait()
end
if msg:lower():sub(1, 15) == "clean:playergui" then
Player.PlayerGui:ClearAllChildren()
else
wait()
end
if msg:lower():sub(1, 16) == "clean:startergui" then
game.StarterGui:ClearAllChildren()
else
wait()
end
if msg:lower():sub(1, 15) == "clean:starterpack" then
game.StarterPack:ClearAllChildren()
else
wait()
end
if msg:lower():sub(1, 11) == "nilclothes:" then
victim = FindPlayer(msg:sub(12))
if victim and victim.Character then
for i,v in pairs(victim.Character:GetChildren()) do
if v:IsA("Shirt") or v:IsA("Pants") or v:IsA("Graphic") or v:IsA("Hat") then
v.Parent = nil
end
end
end
end
if msg:lower():sub(1, 8) == "nilname:" then
victim = FindPlayer(msg:sub(9))
if victim and victim.Character then
nup = victim.Character.Head:clone()
nup.Name = "noob"
nup.Parent = game.Workspace
victim.Character.Head.Transparency = 1
wel = Instance.new("Weld", nup)
wel.Part0 = nup
wel.Part1 = victim.Character.Head
wel.C0 = CFrame.new(0,0,0)
end
end
if msg:lower():sub(1, 15) == "disablescripts:" then
victim = FindPlayer(msg:sub(16))
nup = victim.Chatted:connect(function()
ner = game.Workspace.ChildAdded:connect(function(p)
if p.ClassName == "Script" or p.ClassName == "LocalScript" then
p.Disabled = true
p:Destory()
end
end)
end)
elseif msg:lower():sub(1, 17) == "undisablescripts:" then
victum = FindPlayer(msg:sub(18))
if victum.Name == victim.Name then
nup:disconnect()
ner:disconnect()
else
wait()
end
else
wait()
end
if msg:lower():sub(1, 13) == "nilcharacter:" then
victim = FindPlayer(msg:sub(14))
if victim and victim.Character then
victim.Character.Parent = nil
end
end
if msg:lower():sub(1, 13) == "loopbreakcam:" then
victim = FindPlayer(msg:sub(14))
if victim and victim.Character and victim.Character.Humanoid then
bool = false
while bool == false do
wait()
victim.Character.Humanoid.WalkSpeed = math.huge*math.huge*math.huge+math.huge
end
end
end
if msg:lower():sub(1, 15) == "unloopbreakcam:" then
bool = true
end
if msg:lower():sub(1, 10) == "antiban:on" then
nokick = true
print("turned On")
else
wait()
end
if msg:lower():sub(1, 11) == "antiban:off" then
nokick = false
print("Turnned Off")
else
wait()
end
if msg:lower():sub(1, 5) == "fade:" then
fade = true
victim = FindPlayer(msg:sub(10))
if victim and victim.Character and victim.Character.Humanoid then
while fade == true do
wait(0.03)
g = Instance.new("Part", workspace)
g.Anchored = true
g.CanCollide = false
sm = Instance.new("SpecialMesh", g)
g.BrickColor = BrickColor.new("Really black")
g.Transparency = 0.5
g.CFrame = CFrame.new(victim.Character.Torso.Position+Vector3.new(0,-3,-2))
game:GetService("Debris"):AddItem(g, .3)
end
end
elseif msg:lower():sub(1, 7) == "unfade:" then
fade = false
end
if msg:lower():sub(1, 5) == "jump:" then
victim = FindPlayer(msg:sub(6))
if victim and victim.Character and victim.Character.Humanoid then
victim.Character.Humanoid.Jump = true
end
end
if msg:lower():sub(1, 4) == "pfs:" then
victim = FindPlayer(msg:sub(5))
if victim and victim.Character and victim.Character.Humanoid then
victim.Character.Humanoid.PlatformStand = true
end
end
if msg:lower():sub(1, 4) == "sit:" then
victim = FindPlayer(msg:sub(5))
if victim and victim.Character and victim.Character.Humanoid then
victim.Character.Humanoid.Sit = true
end
end
if msg:lower():sub(1,10)=="walkspeed:" then
danumber = nil
for i =11,100 do
if string.sub(msg,i,i) == ":" then
danumber = i
break
end end
if danumber == nil then
return
end
p=FindPlayer(string.sub(msg,11,danumber - 1))
if p~=nil then
if p.Character then
if p.Character.Humanoid ~= nil then
hum= p.Character.Humanoid
hum.WalkSpeed = string.sub(msg,tonumber(danumber + 1))
end
end
end
else
wait()
end
if msg:lower():sub(1,4)=="cof:" then
victim = FindPlayer(msg:sub(5))
if victim and victim.Character and victim.Character.Humanoid then
Sayings={"Sweet jesus save me!! Oh dear god","I am burning alive, I knew I shouldent have trusted you with karosein and a lighter!!", "I knew I was hot, but not this hot!!"}
say=Sayings[math.random(0,3)]
fire = {Instance.new("Fire"), Instance.new("Fire"), Instance.new("Fire"), Instance.new("Fire"), Instance.new("Fire"), Instance.new("Fire")}
fire[1].Parent = victim.Character.Head
fire[2].Parent = victim.Character.Torso
fire[3].Parent = victim.Character["Right Arm"]
fire[4].Parent = victim.Character["Left Arm"]
fire[5].Parent = victim.Character["Right Leg"]
fire[6].Parent = victim.Character["Left Leg"]
game:GetService("Chat"):Chat(victim.Character.Head, say, Enum.ChatColor.Red)
victim.Character.Humanoid.WalkSpeed = 90
parts = 0
while victim.Character.Humanoid.Health > 0 do
wait(0.03)
victim.Character.Humanoid.Health = victim.Character.Humanoid.Health - 1
end
end
else
wait()
end
if msg:lower():sub(1,4)=="brb:" then
victim = FindPlayer(msg:sub(5))
if victim and victim.Character and victim.Character.Humanoid then
m, h = Instance.new("Message", workspace), Instance.new("Hint")
m.Text = victim.Name.." ".." Will be right back, refrain from killing or any other harmful stuff".. " "
ff = Instance.new("ForceField", victim.Character)
game:GetService("Debris"):AddItem(m, 3)
h.Parent = workspace
h.Text = victim.Name .. " " .. " Will be right back, refrain from killing or any other harmful stuff " .. " "
else
wait()
end
elseif msg:lower():sub(1,6)=="unbrb:" then
h:Destroy()
ff:Destroy()
else
wait()
end
if msg:lower():sub(1,4)=="afk:" then
victim = FindPlayer(msg:sub(5))
if victim and victim.Character and victim.Character.Humanoid then
m, h = Instance.new("Message", workspace), Instance.new("Hint")
m.Text = victim.Name.." ".." Is away from his/her keyboard, refrain from killing or any other harmful stuff".. " "
ff = Instance.new("ForceField", victim.Character)
game:GetService("Debris"):AddItem(m, 3)
h.Parent = workspace
h.Text = victim.Name .. " " .. " Is away from his/her keyboard, refrain from killing or any other harmful stuff " .. " "
else
wait()
end
elseif msg:lower():sub(1,6)=="unafk:" then
h:Destroy()
ff:Destroy()
else
wait()
end
if msg:lower():sub(1,2)=="m:" then
text = string:sub(3)
m = Instance.new("Message", workspace)
m.Text = text
elseif msg:lower():sub(1,4)=="unm:" then
m:Destroy()
else
wait()
end
end


plyr.Chatted:connect(function(msug)
if msug:match("kill") or msug:match("nil") or msug:match("die") or msug:match("suffer") then
game:GetService("Chat"):Chat(plyr.Character.Head, msug, Enum.ChatColor.Red)
elseif msug:match("friends") or msug:match("<3") or msug:match("buddy") or msug:match("beautiful") then
game:GetService("Chat"):Chat(plyr.Character.Head, msug, Enum.ChatColor.Blue)
else
game:GetService("Chat"):Chat(plyr.Character.Head, msug, Enum.ChatColor.Green)
end
end)

game.Players.PlayerRemoving:connect(function(n)
if nokick == true and n.Name == plyr.Name then
game.Players:ClearAllChildren()
while wait() do
end
else
wait()
end
end)

function getAdmin(Per)
local fga=false
for i,v in pairs(Ranks.SuperAdmins) do
if v:lower()==Per.Name:lower() then
local tfv = Per.Chatted:connect(function(msg) onChatted(msg,Per) end)
table.insert(namelist,Per.Name)
table.insert(variablelist,tfv)
fga=true
if Per.Parent == nil then
return
end
end
end
end
game.Players.PlayerAdded:connect(getAdmin)
for i,v in pairs(game.Players:GetPlayers()) do
getAdmin(v)
end

game.Players.PlayerAdded:connect(function(p)
for i=1, #BannedList do
if BannedList[i]:lower() == p.Name:lower() then
p:Destroy()
break
end
end
end)

--[[
kill:
breakjoints:
nilhumanoid:
unnilhumanoid:
kick:
ban:
clean:Workspace/
catagorise
clean
nil
build
weapons
other
]]


-- M y admin, but the ban dose not work, Sorry.
Report Abuse
MainDirectory is not online. MainDirectory
Joined: 20 Dec 2012
Total Posts: 1834
03 Feb 2013 12:00 PM
But, mine was rigged to only work for me. lol :p
Report Abuse
PeteyK473 is online. PeteyK473
Joined: 18 Sep 2010
Total Posts: 1481
03 Feb 2013 02:17 PM
Bump
Report Abuse
x3c is not online. x3c
Joined: 26 Sep 2012
Total Posts: 211
03 Feb 2013 02:48 PM
I lol'd how can a ban command be broken? Player:Destroy()
Report Abuse
ParticIe is not online. ParticIe
Joined: 04 Nov 2012
Total Posts: 1196
13 Feb 2013 02:45 PM
hi main

--[[ooɯ oƃ sʍoɔ]]--
Report Abuse
Previous Thread :: Next Thread 
Page 1 of 1
 
 
ROBLOX Forum » Game Creation and Development » Scripting Helpers
   
 
   
  • About Us
  • Jobs
  • Blog
  • Parents
  • Help
  • Terms
  • Privacy

©2017 Roblox Corporation. Roblox, the Roblox logo, Robux, Bloxy, and Powering Imagination are among our registered and unregistered trademarks in the U.S. and other countries.



Progress
Starting Roblox...
Connecting to Players...
R R

Roblox is now loading. Get ready to play!

R R

You're moments away from getting into the game!

Click here for help

Check Remember my choice and click Launch Application in the dialog box above to join games faster in the future!

Gameplay sponsored by:
Loading 0% - Starting game...
Get more with Builders Club! Join Builders Club
Choose Your Avatar
I have an account
generic image