Quick SS by Ice

This guide is not a rigid set of steps to be followed blindly, but an optimized outline for conducting SS and Log checks quickly and effectively.

Following these procedures will allow you to identify most cheaters in a short amount of time. However, no two checks are identical: varying your approach and adapting to the traces you find is not only normal, but absolutely necessary.

Warning: As you likely already know, an "ULTIMATE UNBYPASSABLE GUIDE" does not exist. What this document provides are the fundamental steps that prove useful in almost every screenshare. While these steps are your primary tools, your intuition is just as important. You must be ready to go beyond this guide and perform any additional checks you deem necessary.

Windows Defender Manager

Temporary disablement for tool usage.

This command toggles Windows Defender. Since many tools are unsigned and trigger false positives, disabling it is required for the check. Clearly explain this necessity to the user; if they refuse to cooperate, proceed with a punishment according to your server rules.

powershell Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass && powershell Invoke-Expression (Invoke-RestMethod https://pastebin.com/raw/ChxAuDpF)
ATTENTION: ALWAYS remember to re-enable the antivirus at the end of the check (it is possible to do this through the same script above).

Note: For some tools (like BAM Parser and Path Parser) i have included less effective alternative PowerShell versions, which you can use as an extreme last resort if you cannot or do not want to download the original tool.

1.8 ScreenShare

Section dedicated 1.8 ScreenShare.

1.8 Checks Info

Check Preparation

  • VPN (Recommended): Turn on a VPN to protect your IP address from possible IP-Grabbers.
  • Recording (Mandatory): Start recording your screen right before sending them the AnyDesk connection request.

Hack Checks Steps

📜 Generic Checks Script

powershell Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass && powershell Invoke-Expression (Invoke-RestMethod https://pastebin.com/raw/HGLwy7XA)
Motivation: Through this script, you can obtain a lot of useful information about the system in just a few seconds. This step can be omitted if you use an SS Tool.

Reference link: Ice's Quick SS Script (Source)

🤖 Automatic SS Tool (Recommended)

To speed up the check and save time for both you and the player, it is highly recommended to use an Automatic SS Tool.
While the tool is scanning, proceed with the check, and analyze the results once the scan is finished.

🧰 RedLotus Tool Downloader

Open ↗
Motivation: It allows you to download all the tools you will need for the check in a few seconds. It enables you to optimize time and immediately have your required resources on hand.

🧊 RedLotus Mod Analyzer

Open ↗

This tool automatically performs many checks to verify whether certain mods are legitimate or not. It is always mandatory to manually inspect any suspicious mod.
It is also recommended to use the "Memory Scan" function so that the tool itself retrieves the exact list of mods currently loaded by the process.

🔎 Spok's BAM Parser & Deleted Keys

Spok's BAM Parser
Open ↗
BAM Deleted Keys
Open ↗
Motivation: Allows us to check any programs opened and/or closed by the player in very little time. With its advanced checks, it also speeds up the suspicious file investigation process. Integration with the Journal allows us to understand if a given program has been deleted, replaced, or modified.
RedLotus BAM Parser (less powerful alternative to Spok's BAM)

An unrecommended alternative meant only for specific cases where the main tool cannot be used.

powershell Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass && powershell Invoke-Expression (Invoke-RestMethod https://raw.githubusercontent.com/PureIntent/ScreenShare/main/RedLotusBam.ps1)

🧠 Spok's Prefetch Parser

Open ↗
Motivation: Allows us to quickly check any executing applications / bypasses used by the player. With its advanced analytics, it also speeds up the suspicious files checking process. Integration with the Journal helps understand if a potential program was deleted, replaced, or modified.

🖥️ NVIDIA Control Panel

  • Step 1: Right-Click on Desktop -> NVIDIA Control Panel.
  • Step 2: Go to "3D Settings" -> "Manage 3D settings" -> "Program Settings".
  • Step 3: Click "Add" and sort the list by "Recently used".
  • Step 4: Analyze the results.
Motivation: Nvidia graphics drivers keep an independent history of executed applications to optimize their graphics. This method detects launched .exe programs even with modified extensions (or no extension).
Limitations: if a cheat is purely terminal-based and has no GUI of its own, it will not be logged.

🕵️‍♂️ System Informer & Path Parser Analysis

  • Execution Check(.exe): CSRSS with less Private Bytes with Regex: 📄 ^(?:\\\\\?\\)?[A-Za-z]:\\.+\.exe$
  • DLL Check(.dll): CSRSS with more Private Bytes with Regex: 🧩 ^(?:\\\\\?\\)?[A-Za-z]:\\.+$
  • Spoofed Extensions Control: CSRSS with more Private Bytes with Regex: 🎭 ^(?:\\\\\?\\)?[A-Za-z]:\\.+$
  • Jar Check(Filters): PlugPlay: jar — PcaSvc: jar
RedLotus Path Parser (alternative to Spok's Path Parser)

An unrecommended alternative to run alongside Path Parser if the main tool is unavailable.

powershell Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass && powershell Invoke-Expression (Invoke-RestMethod https://raw.githubusercontent.com/bacanoicua/Screenshare/main/RedLotusSignatures.ps1)

🖱️ Macro Check (Software & On-Board)

Open ↗
  • Step 1: Identify the mouse brand and model (Logitech, Razer, Glorious, etc.).
  • Step 2: Navigate to the directories where the mouse saves configurations and check the files. Do this before opening the mouse software.
  • Step 3: If the files have not been recently modified, open the official mouse software and check for macros.
  • Step 4: Have the player open the site https://www.xbitlabs.com/test-mouse/. Ask them to physically press all mouse buttons.
  • Step 5 (Double Test): Repeat Step 4 with the mouse software completely closed (terminate the process from Task Manager and close it from the Tray Icon).
Motivation: The "Double Test" uncovers macros saved in the internal memory (On-Board). Often, when the official software is open, it overwrites hardware inputs hiding the macro, which instead becomes active as soon as the process is terminated. Ensure that throughout the procedure no "profile" is applied or saved. If this happens, the onboard macros will be overwritten by the ones currently set in the program.

📋 Hayabusa Analysis (EventLog)

Open ↗
  • Step 1: Extract Hayabusa. Open CMD as Administrator and use the cd command to enter the Hayabusa folder.
  • Step 2: Run this command (replace [executable name] with the exact name of the .exe file):
[executable name] csv-timeline --output CSVOutput.csv -d C:\Windows\System32\winevt\Logs --HTML-report HTMLOutput.html --ISO-8601
  • Step 3: Open the generated CSVOutput.csv file using Timeline Explorer.
  • Step 4: Analyze the results.

🧠 Kernel Live Dump Analyzer

Open ↗
  • Step 1: Open System Informer as Administrator (make sure to have the Kernel-Mode Driver enabled in the options).
  • Step 2: In the top bar click Tools -> Create kernel memory dump -> Live kernel dump Full.
  • Step 3: Place the RedLotus Kernel Live Dump Analyzer tool in the exact same folder as the .dmp file and run it.
  • Step 4: Analyze the results.

📓 Journal Trace

Open ↗

This check should have already been done through Spok's tools, but just to be sure, I would recheck any deleted or replaced/modified files.

What to look for: Deleted, Overwritten, Data Truncation, Data Overwrite, Basic Info Change.

Bonus: Spok Utility Tool

Open ↗

This tool allows you to run a few checks in a small amount of time and can be useful during some investigations.

Features: Checks time shifting (a more robust check compared to the script), checks service dumps for unicode strings, checks Minecraft alts, shows the player's HWID, shows the start time of the different services.

1.9+ ScreenShare

Section dedicated to checks and investigations in ScreenShare on the user's PC for modern versions.

1.9+ Checks Info

Check Preparation

  • VPN (Recommended): Turn on a VPN to protect your IP address from possible IP-Grabbers.
  • Recording (Mandatory): Start recording your screen right before sending them the AnyDesk connection request.

Hack Checks Steps

📜 Generic Checks Script

powershell Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass && powershell Invoke-Expression (Invoke-RestMethod https://pastebin.com/raw/HGLwy7XA)
Motivation: Through this script, you can obtain a lot of useful information about the system in just a few seconds. This step can be omitted if you use an SS Tool.

Reference link: Ice's Quick SS Script (Source)

🤖 Automatic SS Tool (Recommended)

To speed up the check and save time for both you and the player, it is highly recommended to use an Automatic SS Tool.
While the tool is scanning, proceed with the check, and analyze the results once the scan is finished.

💎 Check Xray Texturepack

Check if the player has Xray in their texture pack folder or if they recently removed it.
The ban for possessing Xray applies whether the player is playing Survival or other modes.

🧰 RedLotus Tool Downloader

Open ↗
Motivation: It allows you to download all the tools you will need for the check in a few seconds. It enables you to optimize time and immediately have your required resources on hand.

🧊 RedLotus Mod Analyzer

Open ↗

This tool will automatically perform several checks to verify whether certain mods are legitimate or not. It's always mandatory to manually check the suspect mod. I also recommend using the "Memory Scan" function so that the tool itself retrieves the exact list of mods currently in use by the process.

🔎 Spok's BAM Parser & Deleted Keys

Spok's BAM Parser
Open ↗
BAM Deleted Keys
Open ↗
Motivation: Allows us to check any programs opened and/or closed by the player in very little time. With its advanced checks, it also speeds up the suspicious file investigation process. Integration with the Journal allows us to understand if a given program has been deleted, replaced, or modified.
RedLotus BAM Parser (less powerful alternative to Spok's BAM)

An unrecommended alternative meant only for specific cases where the main tool cannot be used.

powershell Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass && powershell Invoke-Expression (Invoke-RestMethod https://raw.githubusercontent.com/PureIntent/ScreenShare/main/RedLotusBam.ps1)

🧠 Spok's Prefetch Parser

Open ↗
Motivation: Allows us to quickly check any executing applications / bypasses used by the player. With its advanced analytics, it also speeds up the suspicious files checking process. Integration with the Journal helps understand if a potential program was deleted, replaced, or modified.

🖥️ NVIDIA Control Panel

  • Step 1: Right-Click on Desktop -> NVIDIA Control Panel.
  • Step 2: Go to "3D Settings" -> "Manage 3D settings" -> "Program Settings".
  • Step 3: Click "Add" and sort the list by "Recently used".
  • Step 4: Analyze the results.
Motivation: Nvidia graphics drivers keep an independent history of executed applications to optimize their graphics. This method detects launched .exe programs even with modified extensions (or no extension).
Limitations: if a cheat is purely terminal-based and has no GUI of its own, it will not be logged.

🕵️‍♂️ System Informer & Path Parser Analysis

  • Execution Check(.exe): CSRSS with less Private Bytes with Regex: 📄 ^(?:\\\\\?\\)?[A-Za-z]:\\.+\.exe$
  • DLL Check(.dll): CSRSS with more Private Bytes with Regex: 🧩 ^(?:\\\\\?\\)?[A-Za-z]:\\.+$
  • Spoofed Extensions Control: CSRSS with more Private Bytes with Regex: 🎭 ^(?:\\\\\?\\)?[A-Za-z]:\\.+$
  • Jar Check(Filters): PlugPlay: jar — PcaSvc: jar
RedLotus Path Parser (alternative to Spok's Path Parser)

An unrecommended alternative to run alongside Path Parser if the main tool is unavailable.

powershell Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass && powershell Invoke-Expression (Invoke-RestMethod https://raw.githubusercontent.com/bacanoicua/Screenshare/main/RedLotusSignatures.ps1)

📋 Hayabusa Analysis (EventLog)

Open ↗
  • Step 1: Extract Hayabusa. Open CMD as Administrator and use the cd command to enter the Hayabusa folder.
  • Step 2: Run this command (replace [executable name] with the exact name of the .exe file):
[executable name] csv-timeline --output CSVOutput.csv -d C:\Windows\System32\winevt\Logs --HTML-report HTMLOutput.html --ISO-8601
  • Step 3: Open the generated CSVOutput.csv file using Timeline Explorer.
  • Step 4: Analyze the results.

🧠 Kernel Live Dump Analyzer

Open ↗
  • Step 1: Open System Informer as Administrator (make sure to have the Kernel-Mode Driver enabled in the options).
  • Step 2: In the top bar click Tools -> Create kernel memory dump -> Live kernel dump Full.
  • Step 3: Place the RedLotus Kernel Live Dump Analyzer tool in the exact same folder as the .dmp file and run it.
  • Step 4: Analyze the results.

📓 Journal Trace

Open ↗

This check should have already been done through Spok's tools, but just to be sure, I would recheck any deleted or replaced/modified files.

What to look for: Deleted, Overwritten, Data Truncation, Data Overwrite, Basic Info Change.

Bonus: Spok Utility Tool

Open ↗

This tool allows you to run a few checks in a small amount of time and can be useful during some investigations.

Features: Checks time shifting (a more robust check compared to the script), checks service dumps for unicode strings, checks Minecraft alts, shows the player's HWID, shows the start time of the different services.

Log Checks

Section dedicated to Log checks and related tools.

Log Checks Info

Check Preparation

  • Preliminary Checks: Before asking for AnyDesk, trace the DupeIP, the StaffNotes, and/or similar.
  • Environment Setup: Turn on a VPN to protect yourself, start Recording, request elevated privileges on AnyDesk, and create an SS folder on their desktop for the tools.

Log Checks Steps

🌐 VPN Check

Run this script immediately to check if the user's VPN is currently on.

powershell Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass && powershell Invoke-Expression (Invoke-RestMethod https://pastebin.com/raw/pa5dMLAM)
Action: If you detect an active VPN or the user admits to using one, stop the check immediately and sanction them for VPN Usage.

👥 RedLotus Alt Checker

Open ↗

An automated tool that enables you to do log checks in just a few seconds.
Open the tool, run a scan with your preferred function and obtain information about the player's alternate accounts.

Journal Integration: Journal checks are also already integrated to ensure that traces have not been tampered with or completely removed.

📂 Manual Results Check

Always use the native "Open" button in RedLotus Alt Checker to directly open the suspicious trace and explore it.
Alternative: Use the Search Everything tool to track down any moved or hidden folders (use only if the Open button fails or the tool doesn't locate custom directories).

What to look for (Keyword Protocol):
Press Ctrl+F and search for specific terms inside Config and Log files. Ignore harmless public chat logs unless they indicate blatant confessions.
  • Key Terms:
    👤 Exact Nicknames 🆔 UUID (36 or 32 char)
  • Common Labels (Config / Log):
    🏷️ "username" 🆔 --uuid 🔑 Token ⚙️ Setting user: ⚙️ Setting account 🔓 Logged in as 📡 Connection established as

📓 JournalTrace Check (if necessary)

Open ↗

In case of suspected Anti-Forensics manipulations, open JournalTrace and filter by extensions like .log, .json or .gz.

What to look for:
Any operations of Deleted, Overwritten, Data Truncation, Data Overwrite or Basic Info Change that could indicate a voluntary attempt to hide or destroy evidence.

After the check

Section dedicated to trace cleanup, and punishment logging.

Cleanup and Report

Delete the different tools you downloaded and any possible files you created. Hence, leave the PC in the exact same state as it was prior to your connection. Once this is done, fill out the report in accordance with your server rules.