Hello people
I was going to make my own hack but starting it alone is boring so here you go some code for the devs to add it in their hacks

First please do not banned me like last time XD

first code is
------------------------------------
Exit out of vehicle
------------------------------------
}
if (GUILayout.Button("Exit Vehicle", new GUILayoutOption[0]))
{
VehicleManager.exitVehicle();
}
------------------------------------


------------------------------------
Full Fuel
------------------------------------
}
if (GUILayout.Button("Full Fuel", new GUILayoutOption[0]))
{
Player.player.movement.getVehicle().askFillFuel(0x 2710);
}
------------------------------------


------------------------------------
Repare car [Will not work Online]
------------------------------------
}
if (GUILayout.Button("Fix Car(Not Work On Online)", new GUILayoutOption[0]))
{
Player.player.movement.getVehicle().askRepair(100) ;
}
-----------------------------------



if you liked this and want more codes tell me in the comments i will post more [ Hacx Xcoder حسن ヅ ]