Tutorial SPRX HEN [PROPER CODE CONVERSION FOR GTAV 1.28]

FaZeModz

Veteran
Messages
16
Reaction score
14
Points
793
Welcome to Properly writing an SPRX menu for HEN.

I have to credit my friend Hazy for sending most of the research for this finished code.
Rest in peace my friend..

Here is the necessary code to use sprx properly on HEN 3.0.0+ (Yes all future versions):

You do not have permission to view link Log in or register now.


also here is the missing "libnetctl.h" header that most people are missing for the "Simple MAC Authentication method I posted a few months back..."

You do not have permission to view link Log in or register now.



~ Hope this helps.. FaZe Modz ... Happy New Year 2021..


// Posted 12.28.2020
 

Attachments

  • libnetctl.rar
    2.7 KB · Views: 288

jinxoverid3

New Member
Messages
1
Reaction score
0
Points
1
Welcome to Properly writing an SPRX menu for HEN.

I have to credit my friend Hazy for sending most of the research for this finished code.
Rest in peace my friend..

Here is the necessary code to use sprx properly on HEN 3.0.0+ (Yes all future versions):

You do not have permission to view link Log in or register now.


also here is the missing "libnetctl.h" header that most people are missing for the "Simple MAC Authentication method I posted a few months back..."

You do not have permission to view link Log in or register now.



~ Hope this helps.. FaZe Modz ... Happy New Year 2021..


// Posted 12.28.2020
where would the hen code go to work
 

FaZeModz

Veteran
Messages
16
Reaction score
14
Points
793
where would the hen code go to work
the function of course can go in any header file or directly above the thread in prx.cpp, then the function gets called in the thread to execute the hook in memory.
 
Top