CodeWiz (12-23-2013),ComboDance (12-25-2013),prolife200 (04-30-2015)
Credits :Code://=== Zoom Adder === void Zoom(int weaponid){ DWORD pWeaponMgr = *(DWORD*)(CShell + WeaponMgr); if(pWeaponMgr != NULL){ DWORD Weapon = (*(DWORD*)( pWeaponMgr + (4*weaponid)) ); if(Weapon != NULL){ *(int*)(Weapon + 0xAF0) = 0x2; *(int*)(Weapon + 0xAF4) = 2; *(int*)(Weapon + (0x3948)) = 2; // Amount Of Scope Lvl(s) *(float*)(Weapon + (0x3948+ 4)) = 500.0f; *(float*)(Weapon + (0x3948+ 8)) = 500.0f; *(float*)(Weapon + 0x3920+ 0*4) = 1; // Normal x1 *(float*)(Weapon + 0x3920+ 1*4) = 2; // x2 } } }
idk to who should i give credits but i think @giniyat101 For Explaining & @I2espect@kmanev073 is the official investor of the scope hack...
For the really good explain![]()
Last edited by I2espect; 12-23-2013 at 01:55 PM.
CodeWiz (12-23-2013),ComboDance (12-25-2013),prolife200 (04-30-2015)

23
weaponid like i and y ?![]()
Crossfire Projects
Made 21 Feature (Memory Hack)
Respect ListPress
@ComboDance
@mamo007
@GaaD
@Olwayy
@Biesi
@iSmexy
@derh.acker
@Brimir
@steveroseik
@Hero
@Temperrr
@RullezIF I Helped
![]()
![]()

28
#Added ! @sobasoba13 the value explain its self![]()

23
@I2espect go on skype
Please
![]()
Crossfire Projects
Made 21 Feature (Memory Hack)
Respect ListPress
@ComboDance
@mamo007
@GaaD
@Olwayy
@Biesi
@iSmexy
@derh.acker
@Brimir
@steveroseik
@Hero
@Temperrr
@RullezIF I Helped
![]()
![]()

23
Crossfire Projects
Made 21 Feature (Memory Hack)
Respect ListPress
@ComboDance
@mamo007
@GaaD
@Olwayy
@Biesi
@iSmexy
@derh.acker
@Brimir
@steveroseik
@Hero
@Temperrr
@RullezIF I Helped
![]()
![]()

28
Try to use it with a call like
Code://Weapons loop if(Weapon){ Zoom(i); }

23
i have got a headache i will you a new thread
then call it in DLLMainCode:void Zoom(int weaponid) { DWORD CShell = (DWORD)GetModuleHandleA(ModuleCShell); DWORD pWeaponMgr = *(DWORD*)(CShell + WeaponMgr); if(pWeaponMgr != NULL) { DWORD Weapon = (*(DWORD*)( pWeaponMgr + (4*weaponid) ); if(Weapon != NULL) { *(int* )(Weapon + 0xAF0 ) = 0x2; *(int* )(Weapon + 0xAF4 ) = 2; *(int* )(Weapon + (0x3948 )) = 4; // Amount Of Scope Lvl(s) *(float*)(Weapon + (0x3948+ 4 )) = 500.0f; *(float*)(Weapon + (0x3948+ 8 )) = 500.0f; *(float*)(Weapon + 0x3920+ 0*4) = 1; // Normal x1 *(float*)(Weapon + 0x3920+ 1*4) = 3; // x2 } } }
Code:CreateThread(NULL, NULL, (LPTHREAD_START_ROUTINE)Zoom, hinstDLL, NULL, NULL);
Crossfire Projects
Made 21 Feature (Memory Hack)
Respect ListPress
@ComboDance
@mamo007
@GaaD
@Olwayy
@Biesi
@iSmexy
@derh.acker
@Brimir
@steveroseik
@Hero
@Temperrr
@RullezIF I Helped
![]()
![]()
Everyone would know how to fix it...Code:CreateThread(NULL, NULL, (LPTHREAD_START_ROUTINE)Troll, hinstDLL, NULL, NULL); void Troll() { for (int i = 0; i <999; i++) Zoom(i); } void Zoom(int weaponid) { DWORD CShell = (DWORD)GetModuleHandleA(ModuleCShell); DWORD pWeaponMgr = *(DWORD*)(CShell + WeaponMgr); if(pWeaponMgr != NULL) { DWORD Weapon = (*(DWORD*)( pWeaponMgr + (4*weaponid) ); if(Weapon != NULL) { *(int* )(Weapon + 0xAF0 ) = 0x2; *(int* )(Weapon + 0xAF4 ) = 2; *(int* )(Weapon + (0x3948 )) = 4; // Amount Of Scope Lvl(s) *(float*)(Weapon + (0x3948+ 4 )) = 500.0f; *(float*)(Weapon + (0x3948+ 8 )) = 500.0f; *(float*)(Weapon + 0x3920+ 0*4) = 1; // Normal x1 *(float*)(Weapon + 0x3920+ 1*4) = 3; // x2 } } }

23
@I2espect open skype ! =/
Crossfire Projects
Made 21 Feature (Memory Hack)
Respect ListPress
@ComboDance
@mamo007
@GaaD
@Olwayy
@Biesi
@iSmexy
@derh.acker
@Brimir
@steveroseik
@Hero
@Temperrr
@RullezIF I Helped
![]()
![]()
@sobasoba13Just put in your project brother..
Code:DWORD CShell = (DWORD)GetModuleHandleA(ModuleCShell); DWORD pWeaponMgr = *(DWORD*)(CShell + WeaponMgr); //0x108713C for(int i=0; i<1000; i++) { if((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr))+(4*i))) != NULL) { DWORD Zoom = *(DWORD*)(pWeaponMgr + (4*i)); for(int y=0; y<9; y++) { *(int*)(Zoom + 0xAF0) = 0x2; *(int*)(Zoom + 0xAF4) = 2; *(int*)(Zoom + (0x3948)) = 2; // Amount Of Scope Lvl(s) *(float*)(Zoom + (0x3948+ 4)) = 500.0f; *(float*)(Zoom + (0x3948+ 8)) = 500.0f; *(float*)(Zoom + 0x3920+ 0*4) = 1; // Normal x1 *(float*)(Zoom + 0x3920+ 1*4) = 2; // x2
[IMG]https://i210.photobucke*****m/albums/bb266/Alalee/mpghLogoSteel-1.png[/IMG]