ALERT!
Click here to register with a few steps and explore all our cool stuff we have to offer!
Home
Upgrade
Credits
Help
Search
Awards
Achievements
 940

Saints Row Gat out of Hell R_EndFrame Address (atleast something similar)

by GHOSTED - 07-09-2022 - 07:40 PM
#1
Enjoy it.
just reversed it

Code:
Detour<void> OriginalR_EndFrame;

void R_EndFrameHook() {

  OriginalR_EndFrame.CallOriginal();
}

OriginalR_EndFrame.SetupDetour(0x82AE5010, R_EndFrameHook); //To Hook it
OriginalR_EndFrame.TakeDownDetour(); // to unhook it
DISCORD: xexghosted
Reply
#2
... but where's the actual address to hook this function?
[Image: aNXbQSw.jpg]
Reply
#3
(07-10-2022 - 02:50 AM)Extasy Wrote: ... but where's the actual address to hook this function?

Probs didn't know where to find it in the source... because i don't think i've seen him post a single thing that he has done himself...
Reply
#4
(07-10-2022 - 05:38 PM)360 Wrote:
(07-10-2022 - 02:50 AM)Extasy Wrote: ... but where's the actual address to hook this function?

Probs didn't know where to find it in the source... because i don't think i've seen him post a single thing that he has done himself...
lmao  Finna
[Image: aNXbQSw.jpg]
Reply
#5
(07-10-2022 - 02:50 AM)Extasy Wrote: ... but where's the actual address to hook this function?

oh damn sorry forgot it haha

(07-10-2022 - 05:38 PM)360 Wrote:
(07-10-2022 - 02:50 AM)Extasy Wrote: ... but where's the actual address to hook this function?

Probs didn't know where to find it in the source... because i don't think i've seen him post a single thing that he has done himself...

dont know what you talking about. i just forgot to post the actual address.
i've reversed this by myself.

i've edited the post.
address is now within the code.
DISCORD: xexghosted
Reply
#6
nice thanks XD XDXD
Reply

Users browsing: 1 Guest(s)