Page 1 of 2 12 LastLast
Results 1 to 15 of 22
  1. #1
    GER-Domi.'s Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    277
    Reputation
    15
    Thanks
    823
    My Mood
    Cool

    [BASE] for new hacks

    so guis, i release here a new base for you all,.. you only have to find new

    CShallBase adresses, offsets and so on.. and add a bypass function for "Map error and disconnect error!" --> maybe mahetamim can teach us how to bypass the map error and disconnect errors


    Code:
    #include<windows.h>
    #include<iostream>
    
    using namespace std;
    
    #define Gernades  ((i==6)||(i==7)||(i==8)||(i==64)||(i==100)||(i==126)||(i==135)||(i==209)||(i==210)||(i==240)||(i==263)||(i==272)||(i==338)||(i==382)||(i==383)||(i==384))
    DWORD CShellBase = (DWORD)GetModuleHandleA("CShell.dll"); 
    
    
    
    void main() {
    Sleep(1000);
    
    bool grenadedemage = true;
    bool respwn = true;
    bool nofall = true;
    bool oneshot = true;
    
    
    if(grenadedemage) {
    for(int i=0 ; i<445 ; i++)
    {
    	if(Gernades)
    	*(float*)( (*(DWORD*)((*(DWORD*)(CShellBase+0x0090A4B8))+(4*i))) + 0x0754) = 0 ; // nonadedemage
    }
    
    if(oneshot) {
    for(int i=0 ; i<445 ; i++)
    *(float*)( (*(DWORD*)((*(DWORD*)(CShellBase+0x0090A4B8))+(4*i))) + 0x0754) = FLT_MAX ;  // oneshot kill
    }
    
    if(nofall) {
    *(float*)( (*(DWORD*)(CShellBase+0x0090A4A0))+0x04 ) = 0; // no fall
    }
    
    if(respwn) {
    memcpy((LPVOID)(CShellBase+0x003A30B),(LPBYTE)"\x90\x90",2); // instant respawn
    }
    
    
    
    }
    }
    
    
    
    
    BOOL WINAPI DllMain ( HMODULE hDll, DWORD dwReason, LPVOID lpReserved ) {
     DisableThreadLibraryCalls(hDll);
     if ( dwReason == DLL_PROCESS_ATTACH ) {
    	 MessageBoxA(0, "CrossFire Public Hack by GER-Domi.", "CrossFire USA HACK", 0);
    
     }
     return true;
    }
    credits:
    GER-Domi.
    mahetamim

    dont forget the THANKS!

  2. The Following 9 Users Say Thank You to GER-Domi. For This Useful Post:

    **HACKER** (02-08-2011),ARS-cool (02-09-2011),nabil22 (02-09-2011),Nightmare578 (02-11-2011),Royku (02-08-2011),sav77 (03-09-2011),villa1994 (10-27-2011),wtfhaksftw (02-11-2011),[G]a[M]e[R] (02-10-2011)

  3. #2
    CheatCreatorzz's Avatar
    Join Date
    Dec 2010
    Gender
    male
    Posts
    922
    Reputation
    18
    Thanks
    730
    My Mood
    Amused
    i tried the hack, with more options and it doesnt work, i think i must add some other codes or Source, but i dont know, why you post it?





    (_¸.•*´'`°¤¸'¸¤°´'`*•.¸_)

    Video Creator
    GFX Creator
    C++ Coder
    D3D Coder

    (¯`*•.¸,¤°´'`°¤,¸.•*´¯)




  4. #3
    ToJaMleko's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Posts
    2,078
    Reputation
    13
    Thanks
    258
    My Mood
    Bored
    NICE ... ANY TUT .. how to do all to .dll ?

  5. #4
    CrossRaiders's Avatar
    Join Date
    May 2009
    Gender
    male
    Posts
    1,586
    Reputation
    29
    Thanks
    1,214
    Wow, there are a lot noobies here.

  6. #5
    sh_z_sektor's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Olly
    Posts
    1,505
    Reputation
    63
    Thanks
    1,633
    My Mood
    Amused
    Quote Originally Posted by abel09 View Post
    Wow, there are a lot noobies here.
    you'r the first i guess

    cuz this dude tring to help the noobs to become somthing now if you don't want to help just stfu

  7. The Following User Says Thank You to sh_z_sektor For This Useful Post:

    Royku (02-08-2011)

  8. #6
    CrossRaiders's Avatar
    Join Date
    May 2009
    Gender
    male
    Posts
    1,586
    Reputation
    29
    Thanks
    1,214
    Quote Originally Posted by sh_z_sektor View Post
    you'r the first i guess

    cuz this dude tring to help the noobs to become somthing now if you don't want to help just stfu
    Am not saying GER-Domi. is a noob. Am saying that you should know the basic of C++ before using this base. Then you understand what to do.

  9. #7
    **HACKER**'s Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Outside Your House ;-0
    Posts
    645
    Reputation
    22
    Thanks
    228
    My Mood
    Yeehaw
    Quote Originally Posted by sh_z_sektor View Post
    you'r the first i guess

    cuz this dude tring to help the noobs to become somthing now if you don't want to help just stfu
    well said man umm anyway you have to have visual basic 2010 or 2008 C++ and then open it and choose windows console command and then click next and choose dll and then click the box that says emty project and then when it loads go to project and click add new item and then choose .cpp file and then name it what u want and then paste the code into there and then press F5 then your done

  10. #8
    FileCorrupt's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Posts
    658
    Reputation
    -2
    Thanks
    30
    My Mood
    Amazed
    Quote Originally Posted by **HACKER** View Post
    well said man umm anyway you have to have visual basic 2010 or 2008 C++ and then open it and choose windows console command and then click next and choose dll and then click the box that says emty project and then when it loads go to project and click add new item and then choose .cpp file and then name it what u want and then paste the code into there and then press F5 then your done
    Thanks...Someone With Good Answers

  11. #9
    **HACKER**'s Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Outside Your House ;-0
    Posts
    645
    Reputation
    22
    Thanks
    228
    My Mood
    Yeehaw
    Quote Originally Posted by FileCorrupt View Post
    Thanks...Someone With Good Answers
    thanks man and remember if i helped you press thanks and dont say it, it means alot more ! <3

  12. #10
    FileCorrupt's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Posts
    658
    Reputation
    -2
    Thanks
    30
    My Mood
    Amazed
    But Still...I'm Not That Great At Coding (Yes I Learned) But Still Don't Know How To Get Around Incorrect Map Info.

  13. #11
    SmartGold's Avatar
    Join Date
    Sep 2008
    Gender
    male
    Posts
    78
    Reputation
    10
    Thanks
    8
    My Mood
    Busy
    This source code is nice but i think the reason why its not working because its not spelled correctly but good job on the codes.

  14. #12
    Nubzgetkillz's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    hacktown
    Posts
    838
    Reputation
    13
    Thanks
    411
    My Mood
    Amazed
    Quote Originally Posted by SmartGold View Post
    This source code is nice but i think the reason why its not working because its not spelled correctly but good job on the codes.
    @you.
    Spelling has nothing to do with it as long as it is defined the same way it is spelled.

    @everyone this code of course would not work. I would tell you why but too many noobs here to try to explain. Mahertamin posted good codes. My friend i gave him the codes and he made them work easily now he has working menu with undetected detours.
    You guys just need to try and learn and stop copy and pasting codes that are posted in code tags on these forums.

    Member since September 25, 2010

    Current Objectives:
    • Graduate college with a degree in Computer Science
    • Find a decent job in the Computer Science Field
    • Learn more programming languages

    Looking for Elo Boosting Job - League of Legends
    Looking for Bronze -> Gold Jobs


    Skype: whatthedream

  15. #13
    CheatCreatorzz's Avatar
    Join Date
    Dec 2010
    Gender
    male
    Posts
    922
    Reputation
    18
    Thanks
    730
    My Mood
    Amused
    Wtff, why he post it, if we dont know how to Create something with the codes,Can someone Give my a Tutorial for this c++ cuz i dont find anything (Excl Basics) And it works with Header file? omg, i am n00b in c++ , but i dont understand why he post this Dll code Base or... wttf it is, if we cant use it.(cuz it doesnt work) I know how to create a Dll, and make Header files and Source Files(Cpp) but..





    (_¸.•*´'`°¤¸'¸¤°´'`*•.¸_)

    Video Creator
    GFX Creator
    C++ Coder
    D3D Coder

    (¯`*•.¸,¤°´'`°¤,¸.•*´¯)




  16. #14
    genehalo's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    thanks for nothing dude

  17. #15
    kmanev073's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    Bulgaria
    Posts
    2,400
    Reputation
    97
    Thanks
    2,537
    My Mood
    Cool
    cool xD this is good

Page 1 of 2 12 LastLast