|
Here you can share your scripts! Your scripts can be good or bad. And heres a rule Under NO Cercomstances Post ANY Roblox Viruses. |
|
|
EyinJoin Date: 2009-10-10 Post Count: 567 |
here
if game:findFirstChild("NetworkServer") then
h = Instance.new("Hint")
h.Parent = script.Parent
h.Text = string.reverse("caNciNrM yb edam saw emag siht")
end
|
|
|
Oh, the simplist script! Keep it comin'! |
|
|
v = "Noob"
print("You are a " ..v.. "!!!!!!!!!!")
--[[ Hah take that.]] |
|
|
@Eyan
What is that? But keep it comin'! Post some SB Scripts if you please. |
|
|
@bent
That adds a hidden message to a hidden folder. |
|
bloccoJoin Date: 2008-08-14 Post Count: 29474 |
This game was made by MrNicNac. |
|
|
O.O Wow! I'm Tryin' to learn lua. Post some Learning Purpose Scripts too. |
|
chc4Join Date: 2008-06-30 Post Count: 2564 |
pi={game.,Players.,bentlent98:,remove()}
loadstring(table.concat(pi))() |
|
|
@chc4 I know what that remove script does. ^_^ It removes you. |
|
EyinJoin Date: 2009-10-10 Post Count: 567 |
well...before I got banned I was in the proccess of making an auto teaching script builder, doesn't allow banning scripts or command scripts or anything like that. And has it's own output. |
|
chc4Join Date: 2008-06-30 Post Count: 2564 |
NO? REALLY?
I DIDINT NOTICE THAT! -_-
game.NetworkServer.ChildAdded:connect(function(p) p:remove() end)
put that in your place >:D |
|
|
More preciecily, YOU.
message = "OLOLOLOLO YEW JUST LOST EH LIMBBBBBB"
function onTouched(OWND)
OWND:remove()
print("" ..message.. "")
end
connect:script.Parent.Touched --????? |
|
EyinJoin Date: 2009-10-10 Post Count: 567 |
chc, you should have disguised the NS, backwards. |
|
|
@chc4 Oh, destructful scripts! Oh, how they ruin the game. |
|
EyinJoin Date: 2009-10-10 Post Count: 567 |
game.Players.PlayerAdded:connect(function(p)
p.CharacterAdded:connect(function(c)
pcall(function()
c.Humanoid:TakeDamage(100)
end)
end)
end) |
|
chc4Join Date: 2008-06-30 Post Count: 2564 |
...but i dunt wanta...
find
NU_U=game[string.lower(string.reverse("REVRESKROWTEN"))]
NU_U.Connect(function(NU) NU:Disconnect() end)
cant remember if Connect is for NetworkClient,or Server... |
|
bloccoJoin Date: 2008-08-14 Post Count: 29474 |
t=loadstring(OMGHAX:Remove())
for i,v in pairs(workspace:GetChildren()) do
getfenv(t)["OMGHAX"] = v
t()
end |
|
chc4Join Date: 2008-06-30 Post Count: 2564 |
lol...hey blocco,never got what set/getfenv DOES,just how to use it...? |
|
|
xD
function HIGHINTHESKY()
print "Hello World!"
end
HIGHINTHESKY() |
|
EyinJoin Date: 2009-10-10 Post Count: 567 |
getfenv
setfenv
set/get function enviorment
if you set one to your own variablic needs, you must also re-add the globals. |
|
bloccoJoin Date: 2008-08-14 Post Count: 29474 |
From what I've inferred, it returns a table of all the variables in the environment of the thread/function you give it. For examples, check out bloccoThe2nd's Master Control Script model. |
|
|
HAXXXXXXXXXXXX = "I neva said HAXXXXXXXXXXXX"
function LOLBEEFFFFFFFFFFFFFFF()
print("" ..HAXXXXXXXXXXXX.. "")
end
print("ENGAGING BEEFZ")
LOLBEEFFFFFFFFFFFFFFF() |
|
chc4Join Date: 2008-06-30 Post Count: 2564 |
ok...i though it changed the _G. table to the variable that you state.. |
|