Icon

Process Blacklist

Hule Studios

You must be logged in to obtain assets

Description

WARNING: THIS IS NOT THE SOLUTIONS FOR BANNING CHEAT ENGINE OR OTHER PROCESS! You have been warned.

Do you just don't want to run certain process at the same time with your game? Then this asset is a solutions for you! It can recognize which process/program is running on the pc.

As example, you started your game and then you run "Cheat Engine", then the game will recognize that Cheat Engine is running.

And if Cheat Engine is running, then your game should be closed, deactivate online-highscores, whatever what you want. And yes, you can add multiple process on blacklist. Just use this function:

// Create Event:
blacklistprocess_init();
blacklistprocess_add("cheatengine-x86_64.exe");
blacklistprocess_add("firefox.exe");

Then you've added "Cheat Engine" and "Firefox" on your blacklist.

Then this function return true/false if one of process is on blacklist and is running:

blacklistprocess_check();

This function will return process on string (*.exe) which it have recognize:

blacklistprocess_getBlackedProcess();

It's very easy to implement this function to your game. :)

Support only on Windows.

There is demo version, just run this demo and try with Cheat Engine or Firefox as Example.

Demo: https://dl.dropbox.com/s/zyd1ahmv37on64j/ProcressBlacklistDemo.exe

End User Licence Agreement (EULA).

Age Rating: None

Version

GMS1 - Version 1.0.0. Published July 1, 2015

Loading, please wait

Package contents

Loading, please wait

What is the issue?

Loading, please wait