Results 1 to 8 of 8
  1. #1
    kmanev073's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    Bulgaria
    Posts
    2,400
    Reputation
    97
    Thanks
    2,537
    My Mood
    Cool

    Help me and get my prize ! :D

    Hi dudes,
    I haven't asked for help for so long time... So this mean that the problem is big .
    I can't make my fast knife working
    Code:
    #define knives  ((i==5) || (i==120) || (i==132) || (i==176) || (i==177) || (i==178) || (i==182) || (i==189) || (i==195) || (i==196) || (i==197) || (i==198) || (i==199) || (i==223) || (i==224) || (i==225) || (i==226) || (i==227) || (i==228) || (i==239) || (i==224) || (i==261) || (i==269) || (i==270) || (i==271) || (i==305) || (i==306) || (i==307) || (i==372) || (i==404) || (i==405) || (i==406) || (i==407) || (i==408) || (i==409) || (i==437) || (i==455) || (i==456) || (i==457) || (i==517) || (i==518))
    
    #define weaponMgr				0xA69120
    #define fastKnife1				0xA28
    #define fastKnife2				0xA70
    #define fastKnife3				0xA94
    
    DWORD WINAPI MainHack(LPVOID)
    {
    	bool hacks = true,
    		 weaponhack = true;
    	
    	DWORD noFallDmg = 4;
    
    	while(true)
    	{
    		DWORD cshell = (DWORD)LoadLibraryA("CShell.dll");
                    DWORD pWeaponMgr = *(DWORD*)(cshell + weaponMgr);
    if (hacks)																							
    {																									
    	if(pWeaponMgr)																					
    	{																								
    		for(int i=0;i<577;i++)																		
    		{																							
    			DWORD pGun = *(DWORD*)(pWeaponMgr +(4*i));												
    			if (pGun && knives)																		
    			{																			 			
    				*(float*)(pGun + fastKnife1) = 2.0f; // fast knife 1				 
    				*(float*)(pGun + fastKnife2) = 2.0f; // fast knife 2
    				*(float*)(pGun + fastKnife3) = 2.0f; // fast knife 3			
    			}																						
    		}																							
    	}																								
    }
    BTW The prize contain: Thanks + Nice repotation + Credits in my hack + I will tell you "GJ"
    Last edited by kmanev073; 01-14-2012 at 12:01 PM.

  2. #2
    Assassin's Creed's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Posts
    1,210
    Reputation
    54
    Thanks
    1,408
    My Mood
    Worried
    U need to add 2 loops like norecoil
     

    Contributer Since 20/2/2012
    MPGH Member Since December 2011

     





     

    offical thread> Assassin V15<

    To all People who thinks am a leecher,hate me,are jelly from me....
    Refer to this thread...
    https://www.mpgh.net/forum/232-crossf...stop-hate.html

  3. #3
    kmanev073's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    Bulgaria
    Posts
    2,400
    Reputation
    97
    Thanks
    2,537
    My Mood
    Cool
    wtf 2 loops where ??? this is the problem. My no recoil is not working too so this is why.
    you mean ?
    Code:
    for (int i = 0; i < 577; i++)
    {
          for (int i = 0; i < 9; i++) <------ like this ??? idk value 9 or what 
          {
                //do your stuff here  
          }
    }

  4. #4
    Assassin's Creed's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Posts
    1,210
    Reputation
    54
    Thanks
    1,408
    My Mood
    Worried
    Quote Originally Posted by kmanev073 View Post
    wtf 2 loops where ??? this is the problem. My no recoil is not working too so this is why.
    you mean ?
    Code:
    for (int i = 0; i < 577; i++)
    {
          for (int i = 0; i < 9; i++) <------ like this ??? idk value 9 or what 
          {
                //do your stuff here  
          }
    }
    yup........like this!
     

    Contributer Since 20/2/2012
    MPGH Member Since December 2011

     





     

    offical thread> Assassin V15<

    To all People who thinks am a leecher,hate me,are jelly from me....
    Refer to this thread...
    https://www.mpgh.net/forum/232-crossf...stop-hate.html

  5. #5
    Dragon(H)ell's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Posts
    703
    Reputation
    154
    Thanks
    4,819
    My Mood
    Angelic
    Nope u don't need to make 2 loops

    0xA2C For left
    0xA50 for right

    good luck

  6. #6
    Assassin's Creed's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Posts
    1,210
    Reputation
    54
    Thanks
    1,408
    My Mood
    Worried
    Quote Originally Posted by Dragon(H)ell View Post
    Nope u don't need to make 2 loops

    0xA2C For left
    0xA50 for right

    good luck
    dunno...it works for me with 2 loops
     

    Contributer Since 20/2/2012
    MPGH Member Since December 2011

     





     

    offical thread> Assassin V15<

    To all People who thinks am a leecher,hate me,are jelly from me....
    Refer to this thread...
    https://www.mpgh.net/forum/232-crossf...stop-hate.html

  7. #7
    BlackLite's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Posts
    547
    Reputation
    58
    Thanks
    1,035
    My Mood
    Aggressive
    i had tell you how to make them by pm yesterday dude !

  8. #8
    _corn_'s Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    0x0C482BF2
    Posts
    673
    Reputation
    13
    Thanks
    294
    My Mood
    Brooding
    have fun:

    Code:
    Weapon = (*(DWORD*)(WeaponClass + (szd*i)));
    *(float*)(Weapon + 0xA2C) = (float)15; // Fast Knife Left  Click

Similar Threads

  1. Help and get a cookie
    By Hitmaniac in forum General
    Replies: 34
    Last Post: 02-05-2011, 09:00 PM
  2. Replies: 10
    Last Post: 11-30-2010, 02:59 PM
  3. Help a maplestoryer out and get free items!!!
    By oxjoexo in forum Trade Accounts/Keys/Items
    Replies: 2
    Last Post: 05-14-2010, 07:00 PM
  4. Pleasee help me and I may get hacks work.
    By The killer123 in forum CrossFire Hacks & Cheats
    Replies: 0
    Last Post: 12-19-2009, 01:12 AM
  5. help me and u get a 100% working bypass
    By pspmaster4 in forum WarRock - International Hacks
    Replies: 27
    Last Post: 06-28-2007, 03:03 PM