Posts: 582
Threads: 18
Joined: Jul 2010
Reputation:
0
Just one simple question: is it possible to insert a virus into a .pwn file ? Some people don't have anti-virus programs due to resource consumption. There is one project, which has kind of bad owners, who have bad intentions. Create a server only for money, talk a lot, so the players don't leave the project, but actually they don't do anything with they server. Tey almost never update it. So someone has leaked a bit of the gamemode and the project's owner said that it is a virus. He said to delete the file. But i feel that he wants that no one could have that gamemode. This is the reason why I'm asking.
P.S.: sorry for the bad grammar, not very good at it. Hope i have managed to explain at least a little.
Posts: 1,973
Threads: 54
Joined: Sep 2009
Reputation:
0
Why would you want his gamemode really?
Seems to me you're the one which wants to copy his server..
Posts: 2,524
Threads: 109
Joined: Sep 2009
Reputation:
0
A .pwn file is an ordinary text file, just like a .txt or any other file that really can't be executed, so no, it can't contain a virus. However, if it was a virus, it would have been disguised as an .exe, open it with an associated program (ex. Notepad) and you will be safe. I doubt it is a virus, but for future reference, be careful. If you have file extensions disabled, someone could rename the file to "nudes.png.exe" and you would think it's a PNG file.
Posts: 1,222
Threads: 23
Joined: Jul 2009
Reputation:
0
Did they give you the code? No. Did they give you permission to use it? Not likely. How is this not stealing?
Anyway, back on topic. A virus in a .pwn file? Not likely. A virus in a .amx file? Hmm, possible but highly unlikely.
Posts: 2,862
Threads: 11
Joined: Mar 2008
Reputation:
0
Is that even possible? .pwn is like you would make a "virus" from .txt file. And with .amx, SAMP server wouldn't even execute something that it doesn't know.