qrcristJoin Date: 2008-07-22 Post Count: 805 |
A lot of people are saying it is removed, but it works just fine for me? |
|
|
It's not removed.
Roblox just blocked certain methods of using it. |
|
qrcristJoin Date: 2008-07-22 Post Count: 805 |
What methods? |
|
|
such as loading values of StringValue objects. thats how person299's admin commands broke. btw, i'm working on my own admin commands.
the commands so far are:
adminlist
bannedlist
clear
c/
m/
h/
kill/
fire/
unfire/
extinguish/
smoke/
unsmoke/
sparkles/
unsparkles/
explode/
ff/
unff/
trip/
sit/
stand/
jump/
and i've made it so i can replace '/' with ' ', '\', ':' or '-'
eg:
kill/me
kill me
kill-me
kill\me
kill:me
|
|
|
@bluey: That sounds very similar to Person299's commands >_>
All that you've done is add more commands to it. |
|
qrcristJoin Date: 2008-07-22 Post Count: 805 |
Couldn't you just do?
s=script.StringValue.Value
loadstring(s)() |
|
|
Probably.
I'm not sure though. |
|
|
@crazy, i did it all from scratch and the error guis are neat! |
|
qrcristJoin Date: 2008-07-22 Post Count: 805 |
neat GUIs are neat XD |
|
|
and my admin commands ignores the white spaces of names.
eg:
kill/me
is the same as:
kill/ m e
|
|
|
i'm going to make my admin commands open source when i finish making it. |
|
|
soon i'm going to make it target multiple names.
kill/bluey, killerwolf
kills bluey and killwolf |
|
|
qrcristJoin Date: 2008-07-22 Post Count: 805 |
Make sure to do some sort of cool naming thing so people dont copy it with their name on it:
c="Qr"
o="cr"
p="rs"
y="t'"
p="s "
r="Ad"
o="mi"
t="n "
e="C "
c="mm"
t="an"
i="ds"
o=c..o..p..y
n=p..r..o..t..e..c..t..i
script.Name=o..n |
|
|
@bluey's second post: I'm not implying that you didn't, I'm just saying that those commands are the exact same ones that Person299 used, but you added some and removed a few. |
|
|
@qr, i know how to hide code. plus i've made a hint that always pops up when the game starts
@potatoheadguy, i may have made some that commands that are called the same way as his but i didn't copy his code. my explode command is way better than his.
y did i call u potatoheadguy? idk. :P |
|