Shikken How do I cheat?
Reputation: 0
Joined: 10 Aug 2009 Posts: 1
|
Posted: Thu Sep 10, 2009 9:54 am Post subject: Running Game process function C# |
|
|
Hi. I Found an function called StartAnim using IDA.
Now i want to run this function with arguments using C#, of course game process is opened by my program i just have to add a script which runs this function.
I think it should be something like this:
StartAnim = 0x4567677 // Function adress in process ( just an example )
StartAnim(555, WALK_NAO ) // 555 - ID of a ped(i want him to do this animation). WALK_NAO - Name of a animation
Any ideas how i can run this function using C#?
|
|