NoReload Source Noob Base
NoReload Source Noob Base
Code:
////////////////////////
////NoobBase////////
///////////////////////
#include<windows.h>
#define WeaponMgr 0xAddy
#define NoReload 0xAddy
bool InstantReload = false; /*For activateKey or */ // bool InstantReload = true; for auto on
if(GetAsyncKeyState(VK_F1)&1) onehit = true; //For activate Key bool InstantReload = false;
if(InstantReload) ///Load/look the bool
{
if (pWeaponMgr) //Load for weapons
{
for(int i=0; i<445; i++) //for all weapons and load he update
{
if((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr))+(4*i)) ) != NULL)
*(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr)) +(4*i))) + NoReload) = 100; //value is 100
}
}
}
Enjoy U SeLf