Advertisement
Guest User

Oxcool/Voiliax SB Manual Scripting

a guest
May 25th, 2015
297
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.72 KB | None | 0 0
  1. --[[
  2. Where it says PLAYERNAMEHERE put the player who you want to run it on's name.
  3. Where it says CODE HERE put c/ to run a script on them l/ to run a local script on them g/rj to rejoin them g/r to respawn them,
  4. if you want to kick them put l/game.Players.LocalPlayer:Kick().
  5. ]]--
  6. if _G.OSC_AddServerSideData == nil then
  7.  local m = game:GetService("InsertService"):LoadAsset(140878711)
  8.  repeat wait(0.1) until m:FindFirstChild("Output",true) ~= nil
  9.  m.Parent = game.ServerScriptService
  10.  repeat wait(0.1) until _G.OSC_AddServerSideData ~= nil
  11.  m:Destroy()
  12. end
  13. _G.Print = print
  14. getfenv(_G.OSC_AddServerSideData).SBChat([==[/s
  15. game.Players.PLAYERNAMEHERE.PlayerGui.SB_DataTransfer.SB_CommandRemote.Value = "CODE HERE"
  16. ]==])
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement