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 » Scripters
Home Search
 

Re: Admin commands

Previous Thread :: Next Thread 
sckum555 is not online. sckum555
Joined: 20 Aug 2008
Total Posts: 6576
29 Aug 2011 12:34 AM
If you use person299, be sure to find the "eloname" variable and change it from automatically adding "person299" to the admins. There is also a "youcaughtme" variable somehow related to this.
Report Abuse
JulienDethurens is not online. JulienDethurens
Joined: 11 Jun 2009
Total Posts: 11046
29 Aug 2011 02:51 AM
Your mOLD is under the absolute zero.

I'm sure almost nobody here uses Person299, anyways. Either they use Havemeat's, better, their owns or none at all.

P299's commands a prehistoric.
Report Abuse
blocco is not online. blocco
Joined: 14 Aug 2008
Total Posts: 29474
29 Aug 2011 03:35 AM
@julien: mismatched analogy
Report Abuse
Megamatrixdude is not online. Megamatrixdude
Joined: 06 Dec 2009
Total Posts: 10939
29 Aug 2011 05:35 AM
> Your mOLD is under the absolute zero.
>
> I'm sure almost nobody here uses Person299, anyways. Either they use Havemeat's, better, their owns or none at all.
>
> P299's commands a prehistoric.

I use them coupled with my own if I use admin commands at all.

Also, this is cOLD. Person299 is the most powerful person on roblox due to noobs. :P
Report Abuse
JulienDethurens is not online. JulienDethurens
Joined: 11 Jun 2009
Total Posts: 11046
29 Aug 2011 06:24 AM
"Also, this is cOLD. Person299 is the most powerful person on roblox due to noobs. :P"

Lolz, ikr.

Once, I've seen the user 'Player' (yes, he still plays ROBLOX! :O) having fun with commands at P299's minigames. He was an admin there just like he is at most games, since his name is the same as the name of the testing user, which is an admin by default in most command scripts. =P

!WARNING!
This is an announcement provided to you by the great, awesome and amazing ROBLOX player, JulienDethurens! (not really)

Did you know that Havemeat's commands contains code to auto-admin him? Yep! That's true! Look at CONST.MID. The value is... HAVEMEAT'S USERNAME! And, if you look deeper in the code, you see the part of the code used to get the security level of an user. And, if the user's id is CONST.MID, then, it ADMINS HIM!! :O! Evil Havemeat! We must remove his ID from the CONST.MID!!!!
Report Abuse
pighead10 is not online. pighead10
Joined: 03 May 2009
Total Posts: 10341
29 Aug 2011 06:34 AM
I always use person299's admin commands, I've used havemeat's once and it didn't have all the commands I liked to have and I never change the eloname or youcaughtme because when I scrolled down that far in a script Roblox froze. I do have a better computer now, though.
Report Abuse
JulienDethurens is not online. JulienDethurens
Joined: 11 Jun 2009
Total Posts: 11046
29 Aug 2011 06:36 AM
"I always use person299's admin commands, I've used havemeat's once and it didn't have all the commands I liked to have and I never change the eloname or youcaughtme because when I scrolled down that far in a script Roblox froze. I do have a better computer now, though."

You should write your own commands.

Havemeat's commands have everything you'd need. I mean, you can even transform players in deers! Plus it's easy to add commands in them!

Plus, when you're a scripter, all you really need is a scripting engine.
Report Abuse
pighead10 is not online. pighead10
Joined: 03 May 2009
Total Posts: 10341
29 Aug 2011 06:41 AM
Writing your own commands involves work though
Report Abuse
Fl0x is not online. Fl0x
Joined: 06 Aug 2010
Total Posts: 5169
29 Aug 2011 06:42 AM
Look here, I don't use admin commands at all.
Report Abuse
trappingnoobs is not online. trappingnoobs
Joined: 05 Oct 2008
Total Posts: 19100
29 Aug 2011 06:50 AM
> Writing your own commands involves work though

Not much.

Comms = {
["kill"] = function(plMentioned)
if plMentioned.Character then
plMentioned.Character:remove()
end
end
}
Perms = {"trappingnoobs"}

setmetatable(Perms, {__index = function(s,k) for _,v in pairs(s) do if v:lower()==k:lower() then return true end end})


game.Players.PlayerAdded:connect(function(x)
if Perms[x.Name] then --Metatable allows us to do this :)
x.Chatted:connect(function(y)
for _,v in pairs(Comms) do
if y:sub(1,#_) == _ then
v(y:sub(#_+1))
end
end
end)
end
end)

Wouldn't be too difficult to add support for multiple people commands like teleportation.
Report Abuse
61352151511 is not online. 61352151511
Joined: 30 Nov 2009
Total Posts: 8094
29 Aug 2011 06:51 AM
@trapping

*Implosion* You hurt my brain
Report Abuse
trappingnoobs is not online. trappingnoobs
Joined: 05 Oct 2008
Total Posts: 19100
29 Aug 2011 06:53 AM
> @trapping
>
> *Implosion* You hurt my brain

:D Yay I finally made somone's brain hurt via code
Report Abuse
trappingnoobs is not online. trappingnoobs
Joined: 05 Oct 2008
Total Posts: 19100
29 Aug 2011 06:54 AM
Ouch, the forum improver intator removes the underscore from my code. I forgot how to format it as code with the improver though.
Report Abuse
xCyriak is not online. xCyriak
Joined: 09 Jun 2011
Total Posts: 52
29 Aug 2011 06:57 AM
> Ouch, the forum improver intator removes the underscore from my code. I forgot how to format it as code with the improver though.

You have to put it in code tags. Either that, or whoever made it needs to fix the nesting/incompletion problems.
Report Abuse
61352151511 is not online. 61352151511
Joined: 30 Nov 2009
Total Posts: 8094
29 Aug 2011 07:00 AM
"Ouch, the forum improver intator removes the underscore from my code. I forgot how to format it as code with the improver though"

it is a ~ without the shift. (Not typing it so you can see it.) If you don't know what I mean disable the plugin and read this

`Hi`
Report Abuse
Megamatrixdude is not online. Megamatrixdude
Joined: 06 Dec 2009
Total Posts: 10939
29 Aug 2011 07:02 AM
This symbol: \`
Report Abuse
trappingnoobs is not online. trappingnoobs
Joined: 05 Oct 2008
Total Posts: 19100
29 Aug 2011 07:10 AM
> > Writing your own commands involves work though
>
> Not much.
>
> Comms = {
> ["kill"] = function(plMentioned)
> if plMentioned.Character then
> plMentioned.Character:remove()
> end
> end
> }
> Perms = {"trappingnoobs"}
>
> setmetatable(Perms, {__index = function(s,k) for _,v in pairs(s) do if v:lower()==k:lower() then return true end end})
>
>
> game.Players.PlayerAdded:connect(function(x)
> if Perms[x.Name] then --Metatable allows us to do this :)
> x.Chatted:connect(function(y)
> for _,v in pairs(Comms) do
> if y:sub(1,#_) == _ then
> v(y:sub(#_+1))
> end
> end
> end)
> end
> end)
>
> Wouldn't be too difficult to add support for multiple people commands like teleportation.

# Comms = {
# ["kill"] = function(plMentioned)
# if plMentioned.Character then
# plMentioned.Character:remove()
# end
# end
# }
# Perms = {"trappingnoobs"}
#
# setmetatable(Perms, {__index = function(s,k) for _,v in pairs(s) do if v:lower()==k:lower() then return true end end})
#
#
# game.Players.PlayerAdded:connect(function(x)
# if Perms[x.Name] then --Metatable allows us to do this :)
# x.Chatted:connect(function(y)
# for _,v in pairs(Comms) do
# if y:sub(1,#_) == _ then
# v(y:sub(#_+1))
# end
# end
# end)
# end
# end)

People without the imrovinator can use the source a few posts above. :D
Report Abuse
61352151511 is not online. 61352151511
Joined: 30 Nov 2009
Total Posts: 8094
29 Aug 2011 07:18 AM
#GGet
#O Out
#B   Before
#W    We
#E       Eat
#Y        You

If that worked it'll be cool!
Report Abuse
xCyriak is not online. xCyriak
Joined: 09 Jun 2011
Total Posts: 52
29 Aug 2011 07:27 AM
`----__________
`---/------------/|
`--/------------/-|
`-/__________/--|
`|------------|---|
`|------------|---/
`|------------|--/
`|------------|-/
`|__________|/
Report Abuse
xCyriak is not online. xCyriak
Joined: 09 Jun 2011
Total Posts: 52
29 Aug 2011 07:28 AM
work...

`#----__________
#---/------------/|
#--/------------/-|
#-/__________/--|
#|------------|---|
#|------------|---/
#|------------|--/
#|------------|-/
#|__________|/`
Report Abuse
xCyriak is not online. xCyriak
Joined: 09 Jun 2011
Total Posts: 52
29 Aug 2011 07:29 AM
make
cube.


#----__________
#---/------------/|
#--/------------/-|
#-/__________/--|
#|------------|---|
#|------------|---/
#|------------|--/
#|------------|-/
#|__________|/
Report Abuse
trappingnoobs is not online. trappingnoobs
Joined: 05 Oct 2008
Total Posts: 19100
29 Aug 2011 07:35 AM
Cyriak, was a triple reply really necessary just so you could spam a picture of a cube?
Report Abuse
xCyriak is not online. xCyriak
Joined: 09 Jun 2011
Total Posts: 52
29 Aug 2011 07:49 AM
> Cyriak, was a triple reply really necessary just so you could spam a picture of a cube?

preview is broken.
Report Abuse
sckum555 is not online. sckum555
Joined: 20 Aug 2008
Total Posts: 6576
29 Aug 2011 09:12 AM
> Cyriak, was a triple reply really necessary just so you could spam a picture of a cube?

yes
Report Abuse
tomtomn00 is not online. tomtomn00
Joined: 14 Apr 2010
Total Posts: 27998
29 Aug 2011 10:20 AM
I make my own commands. If you don't know how to I would suggest Havemeat's OR BCGames' Version 5 Admin Commmands.
Report Abuse
Previous Thread :: Next Thread 
Page 1 of 1
 
 
ROBLOX Forum » Game Creation and Development » Scripters
   
 
   
  • 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