Results 1 to 14 of 14
  1. #1
    Trolly "A-Rab" smith's Avatar
    Join Date
    Aug 2012
    Gender
    female
    Posts
    11
    Reputation
    10
    Thanks
    2
    My Mood
    Amazed

    fix this base < code > thx to my friend " magicwar7" good egyptian man

    I have base from my friend " magicwar7 "

    thxxxxxxx


    but i made a hack but it didn't work " iam not see gost & wall hack & ohk knife and speed knife " whyyy


    plz fix this base < code >


    Code:
    #include <Windows.h>
    #define WeaponMgr	 0xB74100
    #define IsMG (i==17||i==61||i==124||i==158||i==159||i==166||i==188||i==257||i == 300||i==315||i==316||i==352||i==361||i==441||i==506||i==524||i==556||i==558||i==564||i==575)
    #define IsSniper (i==14||i==15||i==16||i==23||i==43||i==46||i==91||i==110||i==111||i==122||i==136||i==150||i==152||i==163||i==185||i==186||i==194||i==232||i==249||i==268||i==279||i==294||i==323||i==368||i==378||i==500||i==513 ||i==525||i==554||i==602||i==632||i==657)
    DWORD WINAPI Base(void)
    {
    	//bool noreload = true;
    	bool wall = true;
    	bool seeghost = true ;
    	bool knife = true;
    	bool FallDmg =true;
    while(1)
    {
    if(GetModuleHandleA("CShell.dll") && GetModuleHandleA("ClientFx.fxd"))
    {
    Sleep(100);
    DWORD CShell = (DWORD)GetModuleHandleA("CShell.dll");
    DWORD pWeaponMgr = *(DWORD*)(CShell + WeaponMgr);
    DWORD Basic  = *(DWORD*)( CShell  + 0xB0CFE8);
    DWORD pLTClient = *(DWORD*)(CShell + 0x3CBFC4);
    
    if(wall)
    {
    	memcpy((VOID*)0x6D29F4, "\x00\x00\x00\x00\x00\x00", 6);
    }
    
    
    if(knife)
    {
    	if (WeaponMgr!=NULL)
    		 {
    for(int i=0; i<700; i++)
    {
    if((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr))+(4*i)) ) != NULL)
    {
    for (int j=0; j<9 ; j++)
    {
    *(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr)) +(4*i))) + 0xA60+j*4) = 2.0f;//fast
    *(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr)) +(4*i))) + 0xAA8 +j*4) = 2.0f;//fast
    *(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr)) +(4*i))) + 0xBF8+j*4) = 2000.0f;//OHK
    *(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr)) +(4*i))) + 0xC04+j*4) = 2000.0f;//OHK
    }
    }
    }
    }
    }
    
    
    
    
    
    if(seeghost)
    {
    if(Basic)
    			{
    				*(float*)(Basic + 0x8C) = 300;
    				*(float*)(Basic + 0x90) = 300;
    			}
    }
    
    
    	if	(FallDmg)
    {
    					   if(pLTClient!=0)
    				   {
    					   *(float*)(pLTClient+0x4) = 0.0f;
    				   }
    				   }
    
    
    }
    }
    }
    DWORD WINAPI MemoryHook(LPVOID)
    {
    _asm {
       PUSH 0;
       PUSH 0;
       CALL Base;
       PUSH 0;
       PUSH 0;
       PUSH 0;
      }
    }
    
    BOOL APIENTRY DllMain( HMODULE hModule,DWORD ul_reason_for_call,LPVOID lpReserved )
    {
    if (ul_reason_for_call == DLL_PROCESS_ATTACH)
    {
    	MessageBoxA(0,"KetyV1.0-\nCreidts\nketysmith\nmagicwar7\nFeatures\nWallHack\nSeeghosts[WhenMoving]\nOHKKnife\nSpeedKnife'\nNofallDmg","KetyV1.0[Simble]",0);
    	CreateThread(0,0,(LPTHREAD_START_ROUTINE)MemoryHook,0,0,0);  
    }
    return TRUE;
    }

    plz fix this base what is wrong ?



    Kety Smith AKA


    [IMG]https://www.3almsbay*****m/wp-content/uploads/%D8%B5%D9%88%D8%B1-%D8%A8%D9%86%D8%A7%D8%AA-%D9%8A%D9%88%D8%B1%D9%88-20121.jpg[/IMG]

  2. #2
    Lightning's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Location
    MPGH
    Posts
    4,765
    Reputation
    1653
    Thanks
    11,793
    My Mood
    Angelic
    whats the error you get with it ?

    MPGH member since 11 February 2012
    Ex - Contributor
    Ex - CF minion

  3. #3
    Trolly "A-Rab" smith's Avatar
    Join Date
    Aug 2012
    Gender
    female
    Posts
    11
    Reputation
    10
    Thanks
    2
    My Mood
    Amazed
    no error but hack not work in the game although msgbox appear to me

    why any thing wrong in the base
    Kety Smith AKA


    [IMG]https://www.3almsbay*****m/wp-content/uploads/%D8%B5%D9%88%D8%B1-%D8%A8%D9%86%D8%A7%D8%AA-%D9%8A%D9%88%D8%B1%D9%88-20121.jpg[/IMG]

  4. #4
    FreeAccount123's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Posts
    60
    Reputation
    10
    Thanks
    3
    My Mood
    Bored
    Quote Originally Posted by kety smith View Post
    no error but hack not work in the game although msgbox appear to me

    why any thing wrong in the base
    Does some features work ?

  5. #5
    O.oH4ck.eXe's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Location
    why you want to know ?
    Posts
    2,144
    Reputation
    58
    Thanks
    736
    My Mood
    Cool
    it give me xtrap error i guess detected
    (1v8) Farming Service for Crossfire!
    https://www.mpgh.net/forum/showthread.php?t=955655

    My skype : O.oH4ck.eXe/ Nego

  6. #6
    lolzinho25's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Location
    Crossfire Hacks and injectors
    Posts
    652
    Reputation
    81
    Thanks
    9,956
    My Mood
    Busy
    @kety smith
    What do you use C + +

  7. #7
    koshek's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Location
    9 Gam3et el Dewal
    Posts
    54
    Reputation
    10
    Thanks
    1,056
    My Mood
    Cool
    You're using Wall Pointer as a weapon pointer !!!! how come ??? plus i never saw a relation before between LtClient and fall damage as you using it as no fall damage ......... And also this base is detected you must edit it to make it undetected again
    No Impossible But Impossible is Nothing

  8. The Following User Says Thank You to koshek For This Useful Post:

    [S]aeed (08-14-2012)

  9. #8
    3D's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    In The World :P
    Posts
    1,007
    Reputation
    134
    Thanks
    14,170
    My Mood
    Amazed
    @kety smith
    i make this base just wall hack and see ghost
    work 200%

  10. #9
    لا إله إلا الله محمد رسول الله
    MPGH Member
    [S]aeed's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Egypt
    Posts
    847
    Reputation
    233
    Thanks
    22,269
    My Mood
    Cynical
    @kareem111 .. @kety smith
    you both are the same person LOL. -_-
    and you commented in your thread lol
    To Be Continued...


    نبينا كالسحاب .. ولا يضر السحاب نبح الكلاب


    ██████████████████████████
    ██████████████████████████
    ██████████████████████████


    لا إله إلا الله محمد رسول الله
    There is no god but Allah, Mohamed is the messenger of AllaH

  11. #10
    Trolly "A-Rab" smith's Avatar
    Join Date
    Aug 2012
    Gender
    female
    Posts
    11
    Reputation
    10
    Thanks
    2
    My Mood
    Amazed
    i made it and test it but iam didn't see gost or wall hack and others why????

    ---------- Post added at 10:43 PM ---------- Previous post was at 10:41 PM ----------

    Quote Originally Posted by [S]aeed View Post
    @kareem111 .. @kety smith
    you both are the same person LOL. -_-
    and you commented in your thread lol

    oh iam not this person

    iam from usa but he from palestinain

    ---------- Post added at 10:44 PM ---------- Previous post was at 10:43 PM ----------

    Quote Originally Posted by [S]aeed View Post
    @kareem111 .. @kety smith
    you both are the same person LOL. -_-
    and you commented in your thread lol

    oh iam not this person

    I swear to God I do not

    iam from usa but he from palestinain

    ---------- Post added at 10:45 PM ---------- Previous post was at 10:44 PM ----------

    I swear to God I do not
    Kety Smith AKA


    [IMG]https://www.3almsbay*****m/wp-content/uploads/%D8%B5%D9%88%D8%B1-%D8%A8%D9%86%D8%A7%D8%AA-%D9%8A%D9%88%D8%B1%D9%88-20121.jpg[/IMG]

  12. #11
    New Way's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    11
    Reputation
    10
    Thanks
    1
    Quote Originally Posted by nageeb View Post
    it give me xtrap error i guess detected
    i even get x-trap on this

  13. #12
    xKickAss's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Location
    Registered 21/09/2011
    Posts
    1,968
    Reputation
    152
    Thanks
    15,983
    My Mood
    Doh
    Base look like good, but the pointers are all missed...

  14. #13
    mahmud118's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Posts
    33
    Reputation
    10
    Thanks
    0
    My Mood
    Aggressive
    I have got error "build base why?"

  15. #14
    Liz's Avatar
    Join Date
    Feb 2009
    Gender
    female
    Location
    179° 56′ 39.4″, +0° 2′ 46.2″, 7,940 ± 420 parsecs
    Posts
    37,177
    Reputation
    5621
    Thanks
    20,750
    My Mood
    Tired
    Quote Originally Posted by kety smith View Post
    oh iam not this person

    iam from usa but he from palestinain

    ---------- Post added at 10:44 PM ---------- Previous post was at 10:43 PM ----------

    Originally Posted by [S]aeed
    @kareem111 .. @kety smith
    you both are the same person LOL. -_-
    and you commented in your thread lol

    oh iam not this person

    I swear to God I do not

    iam from usa but he from palestinain
    "I from USA, I not Palestinian. I no concept of basic English grammatical skills. I speak like foreigner trying to pretend I american to try and troll people. Yes yes!"

    That's what you read like.

    Anyway dude, you're @supernour2020 or this dude @abdslam. Or all of the above. In any case, i dislike trolls, specially shitty ones.

    Go beg elsewhere for that pile of shit to be fixed for you, because you're too lazy to figure it out on your own.

    If anyone claims to be me via any other source outside of MPGH private or visitor messages, IT'S NOT ME!
    They are trying to trick or scam you. Report them immediately and PM me here for verification.
    "Don’t confuse my personality with my attitude. My personality is who I am. My attitude depends on who you are." — Frank Ocean
    Moderator: 5/2009-10/2009 | GMod: 10/2009-10/2010 | Staff Administrator: 10/2010-Present
    I
    do not do requests via PM. Post in the appropriate section.
     
    Stupid/Pointless Private messages = SPAM, SPAM = BAN.

  16. The Following User Says Thank You to Liz For This Useful Post:

    Janitor (08-16-2012)

Similar Threads

  1. [Help] Can some one fix this code its a little bit messy............
    By moathebest in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 11
    Last Post: 11-25-2011, 12:25 AM
  2. [Solved] Can someone fix this code for me? Or tell me what I'm doing wrong?
    By shanesurk500 in forum Call of Duty Black Ops GSC Modding Help & Discussion
    Replies: 5
    Last Post: 02-26-2011, 02:43 PM
  3. Please Help Fix this Code!
    By o0OpurezO0o in forum Visual Basic Programming
    Replies: 42
    Last Post: 11-09-2010, 03:03 PM
  4. Fixing your spread/ recoil code!!
    By boom.. in forum WarRock - International Hacks
    Replies: 7
    Last Post: 06-11-2007, 10:01 AM
  5. Replies: 10
    Last Post: 03-06-2007, 04:52 PM