Skip to content

Instantly share code, notes, and snippets.

View BJWielink's full-sized avatar

Bert Jan Wielink BJWielink

  • The Netherlands
View GitHub Profile
@BJWielink
BJWielink / App.java
Created October 24, 2022 21:18
Search for Cheat Engine
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.ArrayList;
import java.util.List;
public class App {
public static void main(String[] args) {
var active = cheatEngineActiveWindows();
System.out.println(active);