I know that if you where using sql 2005 enterprise, you can create a trigger to add the extra stats whenever the level in dbo.CHARS changes, I just don't know how to send that update to the client, so client won't get extra stats unless they relog.
Do the tutorials on code caving/injection using Cheat Engine and become fluent on how to do it, then once you are confident on how to do that make the permanent changes in an Assembly Editor like OllyDbg.Quote:
Possum can you please explain a little more of give us some idea, steps to take or some guide on these ?
Thanks a lot
Possum, do you know what file needs to be modified? also do you know what to look for and what to change? I can do it for them if I get a little info, seeing that I haven't ever made a pserver.Quote:
Do the tutorials on code caving/injection using Cheat Engine and become fluent on how to do it, then once you are confident on how to do that make the permanent changes in an Assembly Editor like OllyDbg.
It's much like how you would perform client-sided Cheats only it is not a simple variable edit but you need to manipulate the code. It could be done by crackers fairly easily.
Google the info will come up with multiple resources to learn this stuff from.
Thats exactly what i have been doing i find the first fine but after scan again it comes up blank. will keep at it though good luck with your serverQuote:
Sorry to announce guys, but I'm working with a private server owner on a new server, and I agreed to keep all new releases to myself and the team until otherwise. I can give some pointers on finding it though. You have to edit the ps_game.exe. First find the player stat points of a player and then lvl him up, then search again. Once you get it down to just one address, see what writes to it. there you will find the asm code that needs to be changed. You have to do this for all modes you want to change. Some are easily changed while others need to have a code injection done to it.