Sick Gaming
Grand Theft Auto (GTAV) Menu Hacks [Source] SUDOMOD mod base (infamousdevteam) - Printable Version

+- Sick Gaming (https://www.sickgaming.net)
+-- Forum: PC (https://www.sickgaming.net/forum-50.html)
+--- Forum: PC Mods (https://www.sickgaming.net/forum-33.html)
+--- Thread: Grand Theft Auto (GTAV) Menu Hacks [Source] SUDOMOD mod base (infamousdevteam) (/thread-83188.html)

Pages: 1 2 3


RE: Grand Theft Auto (GTAV) Menu Hacks [Source] SUDOMOD mod base (infamousdevteam) - Lyykkee - 07-28-2019

(09-01-2017, 12:50 AM)xSicKx Wrote: Grand Theft Auto V Menu Source for your hacks. Some people were having trouble doing the things they wanted so this is an updated source.

How to use it?
1. Visit the bitbucket link provided below
2. Clone the git to your pc
3. Open the project
4. Look into the code (for example script.cpp)
5. Start writing your own menu (no visual menu included, you have to code it yourself)
6. Compile
7. Copy compiled dll and dinput files provided here into gta v folder
8. start game and have fun
9. don't forget to release your menus Tongue

Note: Most natives should be undetected and working (for example vehicle spawning).

How it can look like if you included a dx12 gui (you can also draw a classic menu with natives):

Click here to view the original image of 1920x1080px.
[Image: 883845K.png]

Base Source: + Mediafire mirror
[Hidden by Hide Mod]

// credits to Infamous, NTAuthority, JackD, Sudo, and S0biet and not sure if gir did the bliplist or Janck7 but thanks

thanks!!



RE: Grand Theft Auto (GTAV) Menu Hacks [Source] SUDOMOD mod base (infamousdevteam) - matthew120gb - 08-03-2019

(09-01-2017, 12:50 AM)xSicKx Wrote: Grand Theft Auto V Menu Source for your hacks. Some people were having trouble doing the things they wanted so this is an updated source.

How to use it?
1. Visit the bitbucket link provided below
2. Clone the git to your pc
3. Open the project
4. Look into the code (for example script.cpp)
5. Start writing your own menu (no visual menu included, you have to code it yourself)
6. Compile
7. Copy compiled dll and dinput files provided here into gta v folder
8. start game and have fun
9. don't forget to release your menus Tongue

Note: Most natives should be undetected and working (for example vehicle spawning).

How it can look like if you included a dx12 gui (you can also draw a classic menu with natives):

Click here to view the original image of 1920x1080px.
[Image: 883845K.png]

Base Source: + Mediafire mirror
[Hidden by Hide Mod]

// credits to Infamous, NTAuthority, JackD, Sudo, and S0biet and not sure if gir did the bliplist or Janck7 but thanks


thank you im trying to code



RE: Grand Theft Auto (GTAV) Menu Hacks [Source] SUDOMOD mod base (infamousdevteam) - therealozyfly - 11-10-2019

(09-01-2017, 12:50 AM)xSicKx Wrote: Grand Theft Auto V Menu Source for your hacks. Some people were having trouble doing the things they wanted so this is an updated source.

How to use it?
1. Visit the bitbucket link provided below
2. Clone the git to your pc
3. Open the project
4. Look into the code (for example script.cpp)
5. Start writing your own menu (no visual menu included, you have to code it yourself)
6. Compile
7. Copy compiled dll and dinput files provided here into gta v folder
8. start game and have fun
9. don't forget to release your menus Tongue

Note: Most natives should be undetected and working (for example vehicle spawning).

How it can look like if you included a dx12 gui (you can also draw a classic menu with natives):

Click here to view the original image of 1920x1080px.
[Image: 883845K.png]

Base Source: + Mediafire mirror
[Hidden by Hide Mod]

// credits to Infamous, NTAuthority, JackD, Sudo, and S0biet and not sure if gir did the bliplist or Janck7 but thanks
thanks!


RE: Grand Theft Auto (GTAV) Menu Hacks [Source] SUDOMOD mod base (infamousdevteam) - xXOpaOpaXx - 03-16-2020

(09-01-2017, 12:50 AM)xSicKx Wrote: Grand Theft Auto V Menu Source for your hacks. Some people were having trouble doing the things they wanted so this is an updated source.

How to use it?
1. Visit the bitbucket link provided below
2. Clone the git to your pc
3. Open the project
4. Look into the code (for example script.cpp)
5. Start writing your own menu (no visual menu included, you have to code it yourself)
6. Compile
7. Copy compiled dll and dinput files provided here into gta v folder
8. start game and have fun
9. don't forget to release your menus Tongue

Note: Most natives should be undetected and working (for example vehicle spawning).

How it can look like if you included a dx12 gui (you can also draw a classic menu with natives):

Click here to view the original image of 1920x1080px.
[Image: 883845K.png]

Base Source: + Mediafire mirror
[Hidden by Hide Mod]

// credits to Infamous, NTAuthority, JackD, Sudo, and S0biet and not sure if gir did the bliplist or Janck7 but thanks



RE: Grand Theft Auto (GTAV) Menu Hacks [Source] SUDOMOD mod base (infamousdevteam) - boogabooga - 06-13-2020

(09-01-2017, 12:50 AM)xSicKx Wrote: Grand Theft Auto V Menu Source for your hacks. Some people were having trouble doing the things they wanted so this is an updated source.

How to use it?
1. Visit the bitbucket link provided below
2. Clone the git to your pc
3. Open the project
4. Look into the code (for example script.cpp)
5. Start writing your own menu (no visual menu included, you have to code it yourself)
6. Compile
7. Copy compiled dll and dinput files provided here into gta v folder
8. start game and have fun
9. don't forget to release your menus Tongue

Note: Most natives should be undetected and working (for example vehicle spawning).

How it can look like if you included a dx12 gui (you can also draw a classic menu with natives):

Click here to view the original image of 1920x1080px.
[Image: 883845K.png]

Base Source: + Mediafire mirror
[Hidden by Hide Mod]

// credits to Infamous, NTAuthority, JackD, Sudo, and S0biet and not sure if gir did the bliplist or Janck7 but thanks
ehre


RE: Grand Theft Auto (GTAV) Menu Hacks [Source] SUDOMOD mod base (infamousdevteam) - potatoxyz - 07-01-2020

(09-01-2017, 12:50 AM)xSicKx Wrote: Grand Theft Auto V Menu Source for your hacks. Some people were having trouble doing the things they wanted so this is an updated source.

How to use it?
1. Visit the bitbucket link provided below
2. Clone the git to your pc
3. Open the project
4. Look into the code (for example script.cpp)
5. Start writing your own menu (no visual menu included, you have to code it yourself)
6. Compile
7. Copy compiled dll and dinput files provided here into gta v folder
8. start game and have fun
9. don't forget to release your menus Tongue

Note: Most natives should be undetected and working (for example vehicle spawning).

How it can look like if you included a dx12 gui (you can also draw a classic menu with natives):

Click here to view the original image of 1920x1080px.
[Image: 883845K.png]

Base Source: + Mediafire mirror
[Hidden by Hide Mod]

// credits to Infamous, NTAuthority, JackD, Sudo, and S0biet and not sure if gir did the bliplist or Janck7 but thanks



RE: Grand Theft Auto (GTAV) Menu Hacks [Source] SUDOMOD mod base (infamousdevteam) - PeenLiccer - 08-31-2020

Nice, i need a new base to work on