The MASM Forum Archive 2004 to 2012

General Forums => The Campus => Topic started by: Retsim_X on April 27, 2007, 01:50:38 AM

Title: Register Service Process Alternitive???
Post by: Retsim_X on April 27, 2007, 01:50:38 AM
hello all

i havnt posted for a while so here goes.
i am writing trainers for multiplayer games (i know you are gonna say you do not help with this but please let me continue!) and there is an anti cheat sofware added to the game.

now RegisterServiceProcess works fine under windows 98se and the trainer is undetected ,but, this function dosnt exist under vista or xp...

so i was wondering is there a way of hiding my process under another o/s? i was thinking patching the windows api (but i cant find any decent materials on this :( ) so i thought i would ask here

please any help would be appreciated... however if this post is "ILLEGAL" then please delete it and notify me

i found this thread too btw http://www.masm32.com/board/index.php?topic=1289.0

thanks Retsim_X
Title: Re: Register Service Process Alternitive???
Post by: Vortex on April 28, 2007, 07:58:30 AM
Retsim,

RegisterServiceProcess is only supported on Win 9x systems.
Title: Re: Register Service Process Alternitive???
Post by: Retsim_X on April 29, 2007, 10:29:08 AM
Quote from: Vortex on April 28, 2007, 07:58:30 AM
Retsim,

RegisterServiceProcess is only supported on Win 9x systems.

i am aware of this...