Posts by erggrege54ty45
10 posts total, newest first.
DEVELOPER MODE v0.2: Dev T-Shirts, SCTV, Creator | incl. SOURCE for HOOKING NATIVESin Grand Theft Auto 5 (GTA V) Hacks & Cheats - [QUOTE=Gwoxie;11185515]Is there any possible chance that the DEV mode can perhaps let you join online lobbies while banned?[/QUOTE]
No. There's no way to bypass the ban. There never was a way to bypass the ban. There's DEVELOPER MODE v0.2: Dev T-Shirts, SCTV, Creator | incl. SOURCE for HOOKING NATIVESin Grand Theft Auto 5 (GTA V) Hacks & Cheats - [QUOTE=sn00x;11179358]Amazing!
What about Anti-Kick?
void *__cdecl MY_NETWORK_SESSION_KICK_PLAYER(NativeContext *cxt)
{
Player player = cxt->GetArgument<Player>(0);
if (player != PLAYER::PLAYER_ID()) {
unhookNatiDEVELOPER MODE v0.2: Dev T-Shirts, SCTV, Creator | incl. SOURCE for HOOKING NATIVESin Grand Theft Auto 5 (GTA V) Hacks & Cheats - void* __cdecl GetPlayerName(NativeContext *cxt)
{
Player player = cxt->GetArgument<Player>(0);
if (player == PLAYER::PLAYER_ID()) {
cxt->SetResult(0, "sn00x on ya 4hed");
return cxt;
}
unhookNative(0xB67DF8F3574DEVELOPER MODE v0.2: Dev T-Shirts, SCTV, Creator | incl. SOURCE for HOOKING NATIVESin Grand Theft Auto 5 (GTA V) Hacks & Cheats - [QUOTE=FerdinandAko;11177518]Could anyone tell me a good injector? The one I usually use dont work[/QUOTE]
Get Xenos Injector. Always manual map otherwise the module will be visible. You can find it on here or over at uDEVELOPER MODE v0.2: Dev T-Shirts, SCTV, Creator | incl. SOURCE for HOOKING NATIVESin Grand Theft Auto 5 (GTA V) Hacks & Cheats - void *__cdecl ClearTasksImmediately(NativeContext *cxt)
{
Ped PlayerPed = cxt->GetArgument<Ped>(0);
if (PlayerPed == PLAYER::PLAYER_PED_ID()) {
return cxt;
}
unhookNative(0x1E2B48EE3EC55DCF);
Void result = AI::C
Showing the 5 most recent posts.