[ADVICE] Launcher - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: [ADVICE] Launcher (
/showthread.php?tid=608049)
[ADVICE] Launcher -
ShoortyFl - 27.05.2016
I made anti cheat launcher using visual basic, but now i'm struggling on how could i check if user is running that launcher in game, now using mysql wouldn't be the best option, and i've thought of starting process when i start application and then creating a plugin that would check in game if process is running, but again there must be something better and that doesnt require that much of a third-party development, thanks
Re: [ADVICE] Launcher -
itsCody - 27.05.2016
Here's my advice..
Don't make any 3rd party launcher.
People refuse to play on servers who require such launchers.
Re: [ADVICE] Launcher -
zDivine - 27.05.2016
I would agree, 3rd party launchers are annoying. Just make an anti-cheat using the game script.
Re: [ADVICE] Launcher -
ShoortyFl - 27.05.2016
Well i already have a server with 100+ online players and they all agree with us to make launcher, it grants better cheat detection for some hacks that are impossible to detect in game
Re: [ADVICE] Launcher -
ilijap - 27.05.2016
Quote:
Originally Posted by ShoortyFl
Well i already have a server with 100+ online players and they all agree with us to make launcher, it grants better cheat detection for some hacks that are impossible to detect in game
|
Everything is possible
Re: [ADVICE] Launcher -
DRIFT_HUNTER - 27.05.2016
Use sockets. Make plugin for server that will listen on some new port, and connect with your launcher to that port.