• To improve security, we will soon start forcing password resets for any account that uses a weak password on the next login. If you have a weak password or a defunct email, please update it now to prevent future disruption.

RPGM None [Translation Request] - セクハラプリズン

leweder

Member
Dec 8, 2018
254
314
There is a virus in this file friend.
There is no virus. If you go to and analyze the file you'll see only 1 detection, which is almost always an obvious sign of a false positive. From general experience if google+malwarebytes+avast/avg+kaspersky+eset all find it to be clean it probably is.
But let's say you're not convinced, let's say you want proof.
If you go and check all the individual files in the .zip you'll be told they are all clean except G-RJ01136630\セクハラプリズン\Game\www\js\pluginsキー追加.js -> that will be detected by "DrWeb" as a "JS.Proslikefan.1"
If you look at Microsoft's of it, under the Technical information you'll see what that kind of threat looks like and what it does.
Now if you use the mighty slayer of viruses known as "notepad.exe" to gaze into the soul of
pluginsキー追加.js you will be taken aback by the severity of this threat:
JavaScript:
(function () {
    Input.keyMapper[90] = 'ok';//Zキー
    Input.keyMapper[79] = '設定';//Oキー
    Input.keyMapper[65] = 'お気に入り';//Aキー
    Input.keyMapper[83] = 'セーブ';//Sキー
    Input.keyMapper[87] = '呼び出し';//Wキー
    Input.keyMapper[69] = '戻る';//Eキー
    Input.keyMapper[80] = 'プロフ';//Pキー
    Input.keyMapper[70] = '次へ';//Fキー
    Input.keyMapper[84] = 'タイトル';//Tキー
})();
...oh no wait that's just mapping keys for non standard stuff, but two of the buttons reference file oprations (needed to load images/sprites), so "DrWeb" throws a hissy fit.