OutdatedGTA V Mod Menu Template - GTA Version 1.34

Posts 7690 of 150 · Page 6 of 10
Quote Originally Posted by TylerMCG View Post
I will check how I did it, I have short term memory loss so I dont remember off my head. I will update you when I get it
I have short term memory loss TOOO
hacks have money drop? and money drop is safe?
Quote Originally Posted by TylerMCG View Post
I will check how I did it, I have short term memory loss so I dont remember off my head. I will update you when I get it
Try it.

void Hook()
{
while (true)
{
loop();
blahhhhhhhhhh
}
}

void Selfmenu()
addBoolOption("God Mode", godmode);

if (getOption() == X)
{
godmode = !godmode;
}

void loop()
if(godmode)
{
PLAYER::SET_PLAYER_INVINCIBLE(PLAYER::PLAYER_ID(), godMode);
}
Quote Originally Posted by ctfm View Post
Try it.

void Hook()
{
while (true)
{
loop();
blahhhhhhhhhh
}
}

void Selfmenu()
addBoolOption("God Mode", godmode);

if (getOption() == X)
{
godmode = !godmode;
}

void loop()
if(godmode)
{
PLAYER::SET_PLAYER_INVINCIBLE(PLAYER::PLAYER_ID(), godMode);
}
Hey Are you making a menu
Quote Originally Posted by CoCopuff099 View Post
Hey Are you making a menu
No, I already gave up coding since 1.34
Quote Originally Posted by ctfm View Post
Try it.

void Hook()
{
while (true)
{
loop();
blahhhhhhhhhh
}
}

void Selfmenu()
addBoolOption("God Mode", godmode);

if (getOption() == X)
{
godmode = !godmode;
}

void loop()
if(godmode)
{
PLAYER::SET_PLAYER_INVINCIBLE(PLAYER::PLAYER_ID(), godMode);
}
Thank you for helping.

Quote Originally Posted by Zenamez View Post
Question: How do you use AddBoolOption properly?
Quote Originally Posted by TylerMCG View Post
Thank you for helping.
Thanks for the help (both of you!)!

- - - Updated - - -

Quote Originally Posted by mummy1990 View Post
hacks have money drop? and money drop is safe?
It's a base so you'll have to write your own money drop code. This is merely a template, NOT a menu with features.

Money drop isn't safe either (it's fine in singleplayer though), and this won't work online due to the new Anti-cheat R* implemented which detects scripthook related menus online.
This menu doesn't load for me for no reason anymore? Using newest ScriptHookV.dll, Singleplayer & CTRL + R. NativeMenu loads like that fine, but not that. What could be the issue?
Quote Originally Posted by Jartsu112 View Post
This menu doesn't load for me for no reason anymore? Using newest ScriptHookV.dll, Singleplayer & CTRL + R. NativeMenu loads like that fine, but not that. What could be the issue?
Have you pressed keypad 7?
thanks for sharing brother
Got it to work while back lol.. Is there any Online hooks coming soon? Does anyone know?
Quote Originally Posted by Jartsu112 View Post
Got it to work while back lol.. Is there any Online hooks coming soon? Does anyone know?
Nope. Online modding as we knew it is basically dead. Anything (and I really mean anything) related to the scripthook is now detected properly Online and users are banned within a few hours.

The only way forward is using external hacks like Cheat Engine tables or external hacks built using DirectX GUIs etc.
Quote Originally Posted by Zenamez View Post
Nope. Online modding as we knew it is basically dead. Anything (and I really mean anything) related to the scripthook is now detected properly Online and users are banned within a few hours.

The only way forward is using external hacks like Cheat Engine tables or external hacks built using DirectX GUIs etc.
i have a hook that i made for me i nerver ever used it and detection really ist a high level be i look into the R* New Anti Cheat Nothing Trying To Detect My Hook Its Free To USe
Quote Originally Posted by CoCopuff099 View Post
i have a hook that i made for me i nerver ever used it and detection really ist a high level be i look into the R* New Anti Cheat Nothing Trying To Detect My Hook Its Free To USe
DId you go online with it and your menu ? ?

No you didnt because you would be banned
Quote Originally Posted by xray25 View Post
DId you go online with it and your menu ? ?

No you didnt because you would be banned
just shut the fuck up rude ass hole i got Banned From this is for reals Undetect menu
Posts 7690 of 150 · Page 6 of 10
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?