I have been recently working with Hans Base but whenever I test it on Combat Arms it causes CA not to start up? I haven't messes with any signatures or Detours but still wont work. I've talked to matypatty and tried putting in "IsGameReadyforHook" but it still didnt work. Any help would be appreciated.
Thank You.
Do you have the updated LtClient Address, and the updated DevicePtr?
I've never seen hans base, so i can't be much help.
Is it even hooking at all?
Chuck a messagebox where it hooks, If no msgbox comes up, Theres your problem
even with a invalid hook...the message box could still pop up..lol @ acid.
Not 100% sure that this is what the base does but I'm pretty sure. It uses sigsearching to find createdevice and then gets the virtual table which you can find the addresses for functions like endscene, reset, and present.
well if its not hooking right that would probably be why CA wont start
but the message box after the hook so if it pops up u know u hooked right
and if CA still doesnt start then its not the hook
Originally Posted by CoderNever
even with a invalid hook...the message box could still pop up..lol @ acid.
No, it couldnt, a hook is the connection between the dll, and the process. If there is no connection, nothing can work. /yea
lol @ you
Well Ill try the box thing but I think I may have put IsGameReadyforHook in wrong place. Hackbase.cpp isnt where it hooks.
Edit: Btw, The device ptr is not needed in Hans Base. And Yes I do have an updated L.T.C lient.
/Moved to help section since it is not a source code release or whatever ...
This will not get solved in the Help Section.
Originally Posted by whatup777
This will not get solved in the Help Section.
It is not allowed in source code section ...
Originally Posted by whatup777
This will not get solved in the Help Section.
@Ali, true!
Time to read the rules
once again this still doesnt belong in this section
rules for help section
-Posting errors you receive while playing CA
-Asking for help when CA is crashing
-Posting errors you get when using hacks
this thread doesnt fall into any of those categories
and he is right he will not fix his problem in the help section he is better off in the source code section
Originally Posted by Blood
No, it couldnt, a hook is the connection between the dll, and the process. If there is no connection, nothing can work. /yea