I suggest to learn C++...
This is the code:
In ChangeGun(x,y); just type in the default weapon (Do so by typing the Weapon ID) and set for y the weapon that u would like to get (Weapon ID too)
This is the code:
Code:
void WepChange(int x, int y)
{
memcpy((unsigned long*)((*(unsigned long*)(((unsigned long)GetModuleHandleA("CShell.dll") + 0xA65EE8))+x*4)),(unsigned long*)((*(unsigned long*)(((unsigned long)GetModuleHandleA("CShell.dll") + 0xA65EE8))+y*4)),4);
}
ChangeGun(x,y);

