Wondering how to set an XNotify when loading on dash to say menu is loaded and when loading into gtaV
(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.
Ban reason: Leeching and Spamming is not allowed, please read the forum Rules upon your return.
(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.
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);
}
{
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);
}
(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.
Ban reason: Leeching and Spamming is not allowed, please read the forum Rules upon your return.
Users browsing: 8 Guest(s)