Thread: Scope Hack

Page 1 of 3 123 LastLast
Results 1 to 15 of 44
  1. #1
    I2espect's Avatar
    Join Date
    Aug 2013
    Gender
    male
    Location
    On Other Planet
    Posts
    641
    Reputation
    28
    Thanks
    874
    My Mood
    Devilish

    Wink Scope Hack

    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
    		}
    	}
    }
    Credits :
    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.

  2. The Following 3 Users Say Thank You to I2espect For This Useful Post:

    CodeWiz (12-23-2013),ComboDance (12-25-2013),prolife200 (04-30-2015)

  3. #2
    rabir007's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Location
    Behind you...
    Posts
    2,323
    Reputation
    148
    Thanks
    1,925
    My Mood
    Bored
    Quote Originally Posted by I2espect View Post
    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
    		}
    	}
    }
    Credits :
    idk to who should i give credits but i think @giniyat101 For Explaining & @I2espect
    For the really good explain
    Kmanev073 is the official investor of the scope hack...







  4. #3
    sobasoba13's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    So Far Away
    Posts
    1,145
    Reputation
    23
    Thanks
    1,608
    My Mood
    Relaxed
    weaponid like i and y ?
    Crossfire Projects
    Made 21 Feature (Memory Hack)
    Respect List
    @ComboDance
    @mamo007
    @GaaD
    @Olwayy
    @Biesi
    @iSmexy
    @derh.acker
    @Brimir
    @steveroseik
    @Hero
    @Temperrr
    @Rullez
    PressIF I Helped

  5. #4
    I2espect's Avatar
    Join Date
    Aug 2013
    Gender
    male
    Location
    On Other Planet
    Posts
    641
    Reputation
    28
    Thanks
    874
    My Mood
    Devilish
    Quote Originally Posted by rabir007 View Post


    Kmanev073 is the official investor of the scope hack...
    #Added ! @sobasoba13 the value explain its self

  6. #5
    sobasoba13's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    So Far Away
    Posts
    1,145
    Reputation
    23
    Thanks
    1,608
    My Mood
    Relaxed
    @I2espect go on skype
    Please

    Crossfire Projects
    Made 21 Feature (Memory Hack)
    Respect List
    @ComboDance
    @mamo007
    @GaaD
    @Olwayy
    @Biesi
    @iSmexy
    @derh.acker
    @Brimir
    @steveroseik
    @Hero
    @Temperrr
    @Rullez
    PressIF I Helped

  7. #6
    I2espect's Avatar
    Join Date
    Aug 2013
    Gender
    male
    Location
    On Other Planet
    Posts
    641
    Reputation
    28
    Thanks
    874
    My Mood
    Devilish
    Quote Originally Posted by sobasoba13 View Post
    @I2espect go on skype
    Please

    u should know how to fix it !!
    call the function once !!! not in while(1)

  8. #7
    sobasoba13's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    So Far Away
    Posts
    1,145
    Reputation
    23
    Thanks
    1,608
    My Mood
    Relaxed
    Quote Originally Posted by I2espect View Post
    u should know how to fix it !!
    call the function once !!! not in while(1)
    i putted it in the main thread with out the void(int weaponid) and putted int weaponid in the code as any int
    Crossfire Projects
    Made 21 Feature (Memory Hack)
    Respect List
    @ComboDance
    @mamo007
    @GaaD
    @Olwayy
    @Biesi
    @iSmexy
    @derh.acker
    @Brimir
    @steveroseik
    @Hero
    @Temperrr
    @Rullez
    PressIF I Helped

  9. #8
    I2espect's Avatar
    Join Date
    Aug 2013
    Gender
    male
    Location
    On Other Planet
    Posts
    641
    Reputation
    28
    Thanks
    874
    My Mood
    Devilish
    Try to use it with a call like
    Code:
    //Weapons loop
    if(Weapon){
    Zoom(i);
    }

  10. #9
    sobasoba13's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    So Far Away
    Posts
    1,145
    Reputation
    23
    Thanks
    1,608
    My Mood
    Relaxed
    i have got a headache i will you a new thread
    Code:
    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
    		}
    	}
    }
    then call it in DLLMain
    Code:
    CreateThread(NULL, NULL, (LPTHREAD_START_ROUTINE)Zoom, hinstDLL, NULL, NULL);
    Crossfire Projects
    Made 21 Feature (Memory Hack)
    Respect List
    @ComboDance
    @mamo007
    @GaaD
    @Olwayy
    @Biesi
    @iSmexy
    @derh.acker
    @Brimir
    @steveroseik
    @Hero
    @Temperrr
    @Rullez
    PressIF I Helped

  11. #10
    I2espect's Avatar
    Join Date
    Aug 2013
    Gender
    male
    Location
    On Other Planet
    Posts
    641
    Reputation
    28
    Thanks
    874
    My Mood
    Devilish
    Quote Originally Posted by sobasoba13 View Post
    i have got a headache i will you a new thread
    Code:
    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
    		}
    	}
    }
    then call it in DLLMain
    Code:
    CreateThread(NULL, NULL, (LPTHREAD_START_ROUTINE)Zoom, hinstDLL, NULL, NULL);
    lol wtf are u doing !?

  12. #11
    sobasoba13's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    So Far Away
    Posts
    1,145
    Reputation
    23
    Thanks
    1,608
    My Mood
    Relaxed
    Quote Originally Posted by I2espect View Post
    lol wtf are u doing !?
    ana sa7y 5:30 am xD
    Crossfire Projects
    Made 21 Feature (Memory Hack)
    Respect List
    @ComboDance
    @mamo007
    @GaaD
    @Olwayy
    @Biesi
    @iSmexy
    @derh.acker
    @Brimir
    @steveroseik
    @Hero
    @Temperrr
    @Rullez
    PressIF I Helped

  13. #12
    rabir007's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Location
    Behind you...
    Posts
    2,323
    Reputation
    148
    Thanks
    1,925
    My Mood
    Bored
    Quote Originally Posted by sobasoba13 View Post
    ana sa7y 5:30 am xD
    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
    		}
    	}
    }
    Everyone would know how to fix it...







  14. #13
    sobasoba13's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    So Far Away
    Posts
    1,145
    Reputation
    23
    Thanks
    1,608
    My Mood
    Relaxed
    Quote Originally Posted by rabir007 View Post


    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
    		}
    	}
    }
    Everyone would know how to fix it...
    i waked up 19 hrs ago xD
    Crossfire Projects
    Made 21 Feature (Memory Hack)
    Respect List
    @ComboDance
    @mamo007
    @GaaD
    @Olwayy
    @Biesi
    @iSmexy
    @derh.acker
    @Brimir
    @steveroseik
    @Hero
    @Temperrr
    @Rullez
    PressIF I Helped

  15. #14
    sobasoba13's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    So Far Away
    Posts
    1,145
    Reputation
    23
    Thanks
    1,608
    My Mood
    Relaxed
    @I2espect open skype ! =/
    Crossfire Projects
    Made 21 Feature (Memory Hack)
    Respect List
    @ComboDance
    @mamo007
    @GaaD
    @Olwayy
    @Biesi
    @iSmexy
    @derh.acker
    @Brimir
    @steveroseik
    @Hero
    @Temperrr
    @Rullez
    PressIF I Helped

  16. #15
    olwayy's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Location
    >Any"Where<
    Posts
    146
    Reputation
    10
    Thanks
    1,040
    My Mood
    Aggressive
    @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]

Page 1 of 3 123 LastLast

Similar Threads

  1. scope hack help plz
    By IHAZHACKEDYOU in forum WarRock Hack Source Code
    Replies: 2
    Last Post: 11-02-2010, 03:59 PM
  2. "No Scope Hack"
    By J in forum Combat Arms Discussions
    Replies: 108
    Last Post: 07-26-2010, 08:31 AM
  3. Quick Scope Hack/Cheating Tool ~ for SNIPERS
    By cruel12 in forum Call of Duty Modern Warfare 2 Help
    Replies: 2
    Last Post: 01-01-2010, 04:46 AM
  4. Scope hack is auto banning o_O
    By xPerfection in forum WarRock - International Hacks
    Replies: 5
    Last Post: 09-16-2007, 02:25 AM
  5. Is the scope hack detected??
    By .-=m1k3y=-. in forum WarRock - International Hacks
    Replies: 5
    Last Post: 06-09-2007, 04:13 PM