Search found 3 matches

by vertigo103
Mon Oct 09, 2017 7:07 pm
Forum: Cheat Engine Lua Scripting
Topic: Finding Output Stream for Source Engine Developer Console
Replies: 3
Views: 18130

Re: Finding Output Stream for Source Engine Developer Console

thank you very much, appreciate the help - I will read through this and test when I get a chance.

Thanks again! :D
by vertigo103
Sun Oct 08, 2017 8:23 pm
Forum: Cheat Engine Lua Scripting
Topic: Finding Output Stream for Source Engine Developer Console
Replies: 3
Views: 18130

Re: Finding Output Stream for Source Engine Developer Console

bp is just the lower 2 bytes of ebp, so in that case 6B->"k". You shouldn't bother with these low level string duplication functions, try setting a breakpoint on data write and from there find the calling function/trace back the pointer/create one with aob. (finally had some time to get back to thi...
by vertigo103
Tue Sep 19, 2017 7:46 pm
Forum: Cheat Engine Lua Scripting
Topic: Finding Output Stream for Source Engine Developer Console
Replies: 3
Views: 18130

Finding Output Stream for Source Engine Developer Console

So I've looked at a few tutorials and done some searching but haven't been able to find anything specific to my issue. Basically, I'm trying to find a static address pointer within the Source Engine ( counter strike, tf2, gmod, etc. ) that points to, or at least helps me find the "output" stream for...