OpiuM. Posted September 6, 2004 Share Posted September 6, 2004 okey, i got everything about everything, cept this (so far ) now, i must ask, in SCM codin, some opcodes are known to change adresses, so that they cannot be used, or the original value will be changed. like say (for instance, i know...wouldnt really happen) a SCM speedo mod fucked up a exe one, by altering code. will the C stuff have the same effect as SCM? Link to comment
Dgtadude Posted September 6, 2004 Share Posted September 6, 2004 C might over right the speed stuff after its applied ..?..? Link to comment
Kent747 Posted September 6, 2004 Share Posted September 6, 2004 when you write your addon you will choose how to implement your mods.. you wouldn't use a seperate exe for your speed mod, it'd be built into your addon dll, unless im misreading your question. as far as SCM calls go you'll basically call an scm function built into the addon w/ the opcode as the first param, followed by the rest of your parameters. Kent Link to comment
Recommended Posts