Recent content by FaZeModz

  1. FaZeModz

    Tiny Menu Source Code [OFFICIAL PUBLISH]

    Hey everyone, Its been a wild ride and a pleasure to help everyone and to have met all the people and friends I have while modding on ps3 but like everything, my time on Playstation 3 has officially come to an end. It has been a blast making content / tutorials / mods for so many years. Linked...
  2. FaZeModz

    Tutorial SPRX HEN [PROPER CODE CONVERSION FOR GTAV 1.28]

    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.
  3. FaZeModz

    Tutorial SPRX HEN [PROPER CODE CONVERSION FOR GTAV 1.28]

    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): Hen Check [Code C++] also here is...
  4. FaZeModz

    Grand Theft Auto 5 | Codes| SPRX Sources 1.26 PS3

    google vehicle hash list GTA 5 (console type)
  5. FaZeModz

    EASY SPRX AUTH (MAKE PAID MENU)

    That's not an include that's just a linker
  6. FaZeModz

    EASY SPRX AUTH (MAKE PAID MENU)

    Just an Idea :sleeping:
  7. FaZeModz

    EASY SPRX AUTH (MAKE PAID MENU)

    Alright here is a simple MAC address Authentication check for PS3 users on SPRX.. This will work for any sprx on any game as long as you have the source and you know what you are doing... Idea? This Function system was thought of by me for people trying to keep there menu project private in...
  8. FaZeModz

    Grand Theft Auto 5 | Codes| SPRX Sources 1.26 PS3

    PM me I'm not really sure what you are asking..
  9. FaZeModz

    Grand Theft Auto 5 | Codes| SPRX Sources 1.26 PS3

    /*SPRX | PS3 | GTA 5 | Community ID Goes in Hook()*/ PLAYER::SET_PLAYER_MAX_ARMOUR(PLAYER::PLAYER_PED_ID(), int menuID/*Menu ID numer goes here..*/);//MENU ID For Others Menus TinyMenu ID = 1997 https://www.fazemodz.win/login.php
  10. FaZeModz

    Release Grand Theft Auto 5 PS3 C++ Code Thread

    yikes thats a lot of header files lol, I would do something more simple like mods.h for functions... and MenuUtils.h for your otherloop().. (:
  11. FaZeModz

    Release Grand Theft Auto 5 PS3 C++ Code Thread

    Nice but use a bool for Super Run... Here is the code
  12. FaZeModz

    Question Any one have NON-HOST kick code?

    I have it but by the looks of your spelling I seriously doubt you would even know what to do with it
Top