Page 1 of 2 12 LastLast
Results 1 to 15 of 20
  1. #1
    uarethebest's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Posts
    45
    Reputation
    10
    Thanks
    0
    My Mood
    Daring

    NoReload New Base...but still doesnt work :(!(

    I was trying to make NoReload after the new patch...but it doesnt work..nothing happens in game...did swiftdude's base got detetcted??
    Code:
    #include "stdafx.h"
    
    #define WeaponMgr 0xA68F80
    #define NoReload 0x269C
    #define UnlimitedAmmo 0x7FC
    
    DWORD WINAPI Hacks(LPVOID) 
    {
    bool noreload = true; 
    
    while(1)
    {
    DWORD CShell = (DWORD)GetModuleHandleA("CShell.dll");
    DWORD pWeaponMgr = *(PDWORD)(CShell+WeaponMgr);
    
    if(UnlimitedAmmo)
    {
    if (pWeaponMgr)
    {
    for(int i=0; i<560; i++)
    {
    if((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr))+(4*i)) ) != NULL)
    *(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr)) +(4*i))) + UnlimitedAmmo) = 90; 
    }
    
    }
    }
    if(noreload)
    {
    if (pWeaponMgr)
    {
    for(int i=0; i<560; i++)
    {
    if((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr))+(4*i)) ) != NULL)
    *(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr)) +(4*i))) + NoReload) = 100;
    }
    }
    
    }
    }
    Sleep(100);
    }
    bool Ready2Hook()
    {
    if(GetModuleHandleA("CShell.dll") != NULL
    && GetModuleHandleA("ClientFx.fxd") != NULL)
    return 1;
    return 0;
    }
    
    DWORD WINAPI Wait(LPVOID)
    {
    while(!Ready2Hook()) Sleep(200);
    CreateThread(NULL, NULL, (LPTHREAD_START_ROUTINE)Hacks, NULL, NULL, NULL);
    return 0;
    }
    
    BOOL WINAPI DllMain ( HMODULE hDll, DWORD dwReason, LPVOID lpReserved )
    {
    DisableThreadLibraryCalls(hDll);
    
    if ( dwReason == DLL_PROCESS_ATTACH )
    {
    
    MessageBoxA(0, "Credits- THEDEVILDD@","AFTER PATCH 15-12-2011", 0);
    
    
    CreateThread(0,0,(LPTHREAD_START_ROUTINE)Wait,0,0, 0);
    }
    return 1;
    }

  2. #2
    A$IAN's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Germany
    Posts
    5,654
    Reputation
    274
    Thanks
    2,010
    My Mood
    Amused
    Yes, Swiftdude´s base is detected and if you use it you have to give him credits
    ~Donater since 19th October 2011~
    ~Ex-Crossfire Minion || Resigned on 4th February 2012 ~
    Da fuck

  3. #3
    uarethebest's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Posts
    45
    Reputation
    10
    Thanks
    0
    My Mood
    Daring
    Quote Originally Posted by Philong View Post
    Yes, Swiftdude´s base is detected and if you use it you have to give him credits
    Ok i will give credits..but it just got detected after the new patch??

  4. #4
    A$IAN's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Germany
    Posts
    5,654
    Reputation
    274
    Thanks
    2,010
    My Mood
    Amused
    Nope, it has been detected by xtrap for over 2 months now... Most people use Jeff´s base or a hook to make Swiftdude´s base working
    But some people code their base themselve
    ~Donater since 19th October 2011~
    ~Ex-Crossfire Minion || Resigned on 4th February 2012 ~
    Da fuck

  5. #5
    uarethebest's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Posts
    45
    Reputation
    10
    Thanks
    0
    My Mood
    Daring
    Quote Originally Posted by Philong View Post
    Nope, it has been detected by xtrap for over 2 months now... Most people use Jeff´s base or a hook to make Swiftdude´s base working
    But some people code their base themselve
    Lol..isnt that swift dude's base..?? + Why isnt it working...It was working before patch...just when i changed the addys it stopped working

  6. #6
    Assassin's Creed's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Posts
    1,210
    Reputation
    54
    Thanks
    1,408
    My Mood
    Worried
    How Can i know the new loop?
     

    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
    Brimir's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Posts
    357
    Reputation
    21
    Thanks
    281
    Just make your own base, don't release the source. That way there are not mutch hack's on that base.

    Its not hard if you can program in c++,c,c#,php or any other language that looks like the c language.
    Thanks @~FALLEN~ for helping me
    Thanks @Shakai for helping me

    Other nice ppl:
    @258456
    @giniyat101

    My usefull posts:
    Byte scanner
    How to make a logger
    Hook example
    How to make a memhack base
    How to use classes with memhacking
    Addie finder

  8. #8
    uarethebest's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Posts
    45
    Reputation
    10
    Thanks
    0
    My Mood
    Daring
    Quote Originally Posted by Brimir View Post
    Just make your own base, don't release the source. That way there are not mutch hack's on that base.

    Its not hard if you can program in c++,c,c#,php or any other language that looks like the c language.
    Lol i know there arent much hacks on that base..i wouldnt release all of my base..+ i followed ur tut..and so far its not rly different from this..

  9. #9
    Dragon(H)ell's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Posts
    703
    Reputation
    154
    Thanks
    4,819
    My Mood
    Angelic
    Quote Originally Posted by Assassin's Creed View Post
    How Can i know the new loop?
    still same 560

  10. #10
    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
    still same 560
    How do u know :O
     

    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

  11. #11
    killerwail's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Location
    Your Basement
    Posts
    704
    Reputation
    14
    Thanks
    30
    My Mood
    Drunk
    stupid sxs is patched does that mean fatality of hacks?
    Active MPGH User

    [IMG]https://i598.photobucke*****m/albums/tt68/killerwaile/Logan.png[/IMG]

  12. #12
    Dragon(H)ell's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Posts
    703
    Reputation
    154
    Thanks
    4,819
    My Mood
    Angelic
    Quote Originally Posted by killerwail View Post
    stupid sxs is patched does that mean fatality of hacks?
    lol sure not

    just make undetected injector

  13. #13
    CrossRaiders's Avatar
    Join Date
    May 2009
    Gender
    male
    Posts
    1,586
    Reputation
    29
    Thanks
    1,214
    Quote Originally Posted by uarethebest View Post
    Lol i know there arent much hacks on that base..i wouldnt release all of my base..+ i followed ur tut..and so far its not rly different from this..
    I give Z8games the code to PATCHED Swiftdudes base forever like PTC. To stop leechers like you ^^

  14. #14
    uarethebest's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Posts
    45
    Reputation
    10
    Thanks
    0
    My Mood
    Daring
    Quote Originally Posted by abel09 View Post
    I give Z8games the code to PATCHED Swiftdudes base forever like PTC. To stop leechers like you ^^
    I didnt ask for a help from a rude person like u and am not a leecher and its not hard for an idiot from z8games to search for swiftdude's base and find it and sent it to the company so stop showing off fool..>!

  15. #15
    CrossRaiders's Avatar
    Join Date
    May 2009
    Gender
    male
    Posts
    1,586
    Reputation
    29
    Thanks
    1,214
    Quote Originally Posted by uarethebest View Post
    I didnt ask for a help from a rude person like u and am not a leecher and its not hard for an idiot from z8games to search for swiftdude's base and find it and sent it to the company so stop showing off fool..>!
    If you were a real coder then you wouldn't have a problem in making another base then using other peoples work.

Page 1 of 2 12 LastLast

Similar Threads

  1. [Solved] Upload Screen Shots Still doesnt work!!!
    By uarethebest in forum CrossFire Help
    Replies: 4
    Last Post: 11-29-2011, 02:56 PM
  2. [Discussion] Okay ..so i adjusted the code a little bit but still doesnt work..
    By moathebest in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 9
    Last Post: 11-25-2011, 11:04 AM
  3. RENAMED, all what i try, but still DO NOT WORK
    By Smecherutz22 in forum CrossFire Hacks & Cheats
    Replies: 2
    Last Post: 11-10-2009, 03:54 AM
  4. [Leeched]Old but still working - Bunny hop.
    By Fulfilled in forum Combat Arms Discussions
    Replies: 53
    Last Post: 09-13-2009, 07:32 PM
  5. Old Pub Hack But Still Works Great
    By Kiet4480 in forum CrossFire Hacks & Cheats
    Replies: 19
    Last Post: 08-29-2009, 05:31 AM