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
 1698

Xnotify help

by XBLxPhantom - 10-20-2018 - 05:44 AM
#1
Wondering how to set an XNotify when loading on dash to say menu is loaded and when loading into gtaV
Reply
#2
(10-20-2018 - 05:44 AM)XBLxPhantom Wrote: Wondering how to set an XNotify when loading on dash to say menu is loaded and when loading into gtaV

Almost all the free sources that have posted on this forum, have the notification you are looking for. Try looking in their thread, where they insert the object bypass
This account is currently banned
Ban reason: Leeching and Spamming is not allowed, please read the forum Rules upon your return.
Reply
#3
(10-20-2018 - 02:15 PM)NoNameV2345 Wrote:
(10-20-2018 - 05:44 AM)XBLxPhantom Wrote: Wondering how to set an XNotify when loading on dash to say menu is loaded and when loading into gtaV

Almost all the free sources that have posted on this forum, have the notification you are looking for. Try looking in their thread, where they insert the object bypass

Okay thanks.
Reply
#4
VOID XNotifyThread(PWCHAR String)
{
XNotifyUISetOptions(TRUE, TRUE, TRUE, TRUE);
XNotifyQueueUI(0x22, 0xFF, 0x02, String, NULL);
}

VOID Tools::XNotify(PWCHAR String, DWORD Type)
{
if (KeGetCurrentProcessType() != PROC_USER)
CreateThread(NULL, NULL, (LPTHREAD_START_ROUTINE)XNotifyThread, (PVOID)String, NULL, NULL);
else
XNotifyThread(String);
}
Reply
#5
Ew that code is so messy.
Reply
#6
(10-20-2018 - 05:28 PM)XBLxPhantom Wrote:
(10-20-2018 - 02:15 PM)NoNameV2345 Wrote:
(10-20-2018 - 05:44 AM)XBLxPhantom Wrote: Wondering how to set an XNotify when loading on dash to say menu is loaded and when loading into gtaV

Almost all the free sources that have posted on this forum, have the notification you are looking for. Try looking in their thread, where they insert the object bypass

Okay thanks.

np
This account is currently banned
Ban reason: Leeching and Spamming is not allowed, please read the forum Rules upon your return.
Reply

Users browsing: 2 Guest(s)