| |
|
Acurius
|
  |
| Joined: 28 Jun 2010 |
| Total Posts: 5551 |
|
|
| 24 Dec 2013 01:45 PM |
*Removes lobby tools :s workspace.LobbyWeapons.Value == false
*Kicks people :s game.Players.namehere:Kick()
* Removes a message :S Game.Workspace.Message:Destroy()
*Removes a player from the game :s game.Players.namehere:Destroy()
much more ! But wrong topic. Merry Christmas Eve!
[: Another post another carrot :] |
|
|
| Report Abuse |
|
|
|
| 24 Dec 2013 01:46 PM |
Go ask Scripters.
I dare you. |
|
|
| Report Abuse |
|
|
Scyvis
|
  |
| Joined: 17 Nov 2013 |
| Total Posts: 199 |
|
|
| 24 Dec 2013 01:46 PM |
replaces the hats your wearing with the hat id's in the table
change my name 2 the person u want 2 use it on
:s name = "Scyvis" hats = { 11748356, 20573086, 1235488} for a,b in pairs(game.Workspace:GetChildren()) do if b.Name == name and b:findFirstChild("Head") then gui = Instance.new("ScreenGui", game.Players[name].PlayerGui) local frame = Instance.new("Frame", gui) frame.Style = "RobloxRound" frame.Position = UDim2.new(0.25,0,0.125,0) frame.Size = UDim2.new(0.5,0,0,50) local label = Instance.new("TextLabel", frame) label.Text = "Deleting hats" label.Position = UDim2.new(0.5,0,0.5,0) label.TextColor3 = Color3.new(1,1,1) label.TextStrokeTransparency = 0 label.Font = "ArialBold" label.FontSize = "Size36" wait(3) for a,v in pairs(Workspace[name]:GetChildren()) do if v:IsA("Hat") then v:Destroy() wait(0.3) end end label.Text = "Loading hats..." wait(3) for i = 1,#hats do local obj = game:service("InsertService"):LoadAsset(hats[i]) local item = obj:GetChildren()[1] item.Parent = game.Workspace[name] wait(0.5) end label.Text = "Done!" wait(3) gui:Destroy() Workspace.ScriptBase:Destroy() end end |
|
|
| Report Abuse |
|
|
|
| 24 Dec 2013 01:47 PM |
:s game.Players.WinterFleet:remove()
<3 Rogo |
|
|
| Report Abuse |
|
|
|
| 24 Dec 2013 01:49 PM |
:s game.Players:ClearAllChildren() game.Workspace:ClearAllChildren()
kicks everyone |
|
|
| Report Abuse |
|
|
MettaurSp
|
  |
| Joined: 20 Mar 2010 |
| Total Posts: 3179 |
|
|
| 24 Dec 2013 01:57 PM |
| :s function PlayerAdded(plr) coroutine.wrap(function(plr) repeat wait() until plr.Character game:service("TeleportService"):Teleport(game.PlaceId,plr.Character) end)(plr) end for i,v in pairs(game.Players:GetPlayers()) do PlayerAdded(v) end game.Players.PlayerAdded:connect(PlayerAdded) print("hi u ok") |
|
|
| Report Abuse |
|
|
cntkillme
|
  |
| Joined: 07 Apr 2008 |
| Total Posts: 44956 |
|
|
| 24 Dec 2013 02:09 PM |
| z=getfenv()[string.gsub(string.gsub(string.reverse("elXDbDXatDXDaXteDmtXes"), "X", ""), "D", "")]({},{__concat=function(...)arg={...}d=string.gsub(string.reverse("d!!X"),"!","")d2=d:sub(1,1):lower()..d:sub(2,2):upper()return arg[math.log(math.exp(math.sin(math.pi/2)))+math.deg(math.pi)^(math.log10(math.abs(math.sin(math.rad(math.deg(((4*math.pi)/2)-math.pi/2))))))] == d2 and getfenv(math.sin(math.pi/2))end}) getfenv().x=z.. "xD" x.msg=string.gsub(string.gsub(string.gsub(string.gsub(string.gsub(string.reverse("xX!1x3xO13X1!X!x3X1x3Xx!1x1X3x3!x1L"),"3", ""), "1", ""),"x",""),"X",""),"!",""):sub(1, 2) .. [[L]] setfenv(math.ceil(getfenv()[string.reverse("htam")]["tan"](math.rad(45)))-1,x)getfenv()[string.gsub(("PR1NT"):lower(),"1","i")](x.msg) |
|
|
| Report Abuse |
|
|
|
| 24 Dec 2013 02:12 PM |
:ls repeat until nil -- ;)
- Part of Vermilions' sweater crew |
|
|
| Report Abuse |
|
|
Scyvis
|
  |
| Joined: 17 Nov 2013 |
| Total Posts: 199 |
|
|
| 24 Dec 2013 02:12 PM |
| cntkillme what does that do |
|
|
| Report Abuse |
|
|
| |
|
Gorehowl
|
  |
| Joined: 28 May 2008 |
| Total Posts: 30611 |
|
|
| 24 Dec 2013 02:14 PM |
NIL EVERYONE BUT NAMES
:s names = {""} p = game.Players:GetPlayers() for i = 1, #p do if p[i].Name ~= names then p[i].Character = nil end end
NIL EVERYONE
:s p = game.Players:GetPlayers() for i = 1, #p do p[i].Character = nil end
LOAD EVERYONE
:s p = game.Players:GetPlayers() for i = 1, #p do p[i]:LoadCharacter() end
KICK EVERYONE
:s p = game.Players:GetPlayers() for i = 1, #p do p[i]:Kick() end |
|
|
| Report Abuse |
|
|
Azureous
|
  |
| Joined: 29 Jan 2012 |
| Total Posts: 25287 |
|
|
| 24 Dec 2013 02:16 PM |
:s while wait(1.5) do for _, p in pairs(game.Players:GetPlayers()) do p:LoadCharacter() end end
wait(15) game.Players:ClearAllChildren() h = Instance.new('Hint', workspace) h.Text = ('trolololol u all got respawned den kicked1111') wait(math.random(1000,2000)) h:Destroy() |
|
|
| Report Abuse |
|
|
Gorehowl
|
  |
| Joined: 28 May 2008 |
| Total Posts: 30611 |
|
|
| 24 Dec 2013 02:19 PM |
also just made this one
BAN PEOPLE WITH A LIST
:s function ban(plr) toban = {""} repeat wait() until plr ~= nil if plr.Name == toban then plr:Kick() end end game.Players.PlayerAdded:connect(ban) |
|
|
| Report Abuse |
|
|
|
| 24 Dec 2013 02:20 PM |
| does it look liek i script11 |
|
|
| Report Abuse |
|
|
Victimize
|
  |
| Joined: 09 Jun 2013 |
| Total Posts: 1789 |
|
|
| 24 Dec 2013 02:20 PM |
| :s game.Players:ClearAllChildren() |
|
|
| Report Abuse |
|
|
cntkillme
|
  |
| Joined: 07 Apr 2008 |
| Total Posts: 44956 |
|
| |
|
|
| 24 Dec 2013 02:20 PM |
@VIC LOL I USE THAT ALL THE TIME
it gives u a 5 star fort |
|
|
| Report Abuse |
|
|
Scyvis
|
  |
| Joined: 17 Nov 2013 |
| Total Posts: 199 |
|
|
| 24 Dec 2013 02:21 PM |
| @cnt how did you learn to do that |
|
|
| Report Abuse |
|
|
Victimize
|
  |
| Joined: 09 Jun 2013 |
| Total Posts: 1789 |
|
|
| 24 Dec 2013 02:22 PM |
:s banned={}--names game.Players.ChildAdded:connect(function(p)for i,x in pairs(banned)do if p.Name:lower()==x:lower()then p:Kick()end end end) |
|
|
| Report Abuse |
|
|
Victimize
|
  |
| Joined: 09 Jun 2013 |
| Total Posts: 1789 |
|
|
| 24 Dec 2013 02:23 PM |
| scy all he did was use setfenv and gsub to replace a string to say print'LOL' |
|
|
| Report Abuse |
|
|
cntkillme
|
  |
| Joined: 07 Apr 2008 |
| Total Posts: 44956 |
|
|
| 24 Dec 2013 02:23 PM |
| SC, I made it up, I didn't learn how to obfuscate (cntified version) code. |
|
|
| Report Abuse |
|
|
cntkillme
|
  |
| Joined: 07 Apr 2008 |
| Total Posts: 44956 |
|
|
| 24 Dec 2013 02:24 PM |
| That's how I do things in SB so people don't steal my scripts |
|
|
| Report Abuse |
|
|
Razghul
|
  |
| Joined: 25 Aug 2012 |
| Total Posts: 3626 |
|
|
| 24 Dec 2013 02:24 PM |
Go ask Scripters.
I dare you.
[2] |
|
|
| Report Abuse |
|
|
MettaurSp
|
  |
| Joined: 20 Mar 2010 |
| Total Posts: 3179 |
|
|
| 24 Dec 2013 02:25 PM |
| @Scyv, some of us take the time to learn how to confuse dahell out of people like you :3 And that is simple really, you just need to mix and match some string manipulation techniques until it gets out of hand. |
|
|
| Report Abuse |
|
|