Page 2 of 2 FirstFirst 12
Results 16 to 27 of 27
  1. #1
    [K]akashi's Avatar
    Join Date
    Jun 2018
    Gender
    male
    Posts
    213
    Reputation
    10
    Thanks
    582
    My Mood
    Bored

    Chrome -DeV CF NA Beta version HACK

    HEY GUYS
    TODAY I AM GOING TO RELEASE
    MY FIRST SIMPLE CF NA HACK

    ( Chrome -DeV )
    Features :
    CrossHair
    Wallhack
    SpeedHack
    SuperJump
    Super Damage
    C4 Hack
    Noreload
    Less recoil
    No spread
    NoFallDmg
    NoZonedmg






    VIRUS SCAN FOR DLL
    VIRUS TOTAL [ 6 / 66 ]

    USE DXCHEATMAPPER/ OR GO HERE AND FIND AN UD INJECTOR
    USE THIS AT YOUR OWN RISK


    REQUIERMENTS

    DIRECTX 9 / 10
    C++ 2010

    CREDITS
    MemoryThePast @dreek1 @Programerr47



  2. The Following 29 Users Say Thank You to [K]akashi For This Useful Post:

    3365742735G (07-15-2019),aiyubuai (10-25-2018),apkfriv (07-14-2018),bEANN (07-13-2018),carillohowell (07-14-2018),ChainedGoat (07-13-2018),cMVegito (07-14-2018),CraazyDumb (08-17-2018),DaAznBoy5 (07-13-2018),deathangel7 (07-12-2018),dwx1995 (07-14-2018),gaerGAERHGaerherh (07-20-2018),gamming (07-11-2018),Grumpy101 (07-13-2018),hincilediamante (09-10-2018),Holy God (07-12-2018),jasonman0114 (02-11-2020),kots32 (07-12-2018),LLeandroSam (08-05-2018),loayesam00 (07-22-2019),loayesam666 (07-14-2018),loayesam78 (11-25-2019),mohamedfaka (09-27-2018),moudyhamo123 (07-12-2018),newjackkk (07-20-2018),ogpappy2 (07-13-2018),qq776789331 (08-10-2018),Skeurz (07-13-2018),starik80 (09-12-2018)

  3. #16
    adisiandrei's Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    13
    Reputation
    10
    Thanks
    0
    My Mood
    Tired
    Ty man, you do a great job!

  4. #17
    [K]akashi's Avatar
    Join Date
    Jun 2018
    Gender
    male
    Posts
    213
    Reputation
    10
    Thanks
    582
    My Mood
    Bored
    Quote Originally Posted by adisiandrei View Post
    Ty man, you do a great job!
    THANKS FOR SUPPORT

  5. #18
    Holy God's Avatar
    Join Date
    Jul 2018
    Gender
    male
    Posts
    21
    Reputation
    10
    Thanks
    7
    Quote Originally Posted by [K]akashi View Post
    I'VE POSTED NEW UPDATE
    BUT WAIT FOR APPROVE
    I get the same error with the new update.

  6. #19
    Skeurz's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Location
    Unknown
    Posts
    1,062
    Reputation
    10
    Thanks
    191
    My Mood
    Innocent
    Man crossfire's hack bring so much memories!

  7. #20
    Volt's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Posts
    2,106
    Reputation
    135
    Thanks
    705
    Quote Originally Posted by [K]akashi View Post
    THANKS FOR SUPPORT
    You need to check your codes.

    "Send Error" once inject was successful.

  8. #21
    [K]akashi's Avatar
    Join Date
    Jun 2018
    Gender
    male
    Posts
    213
    Reputation
    10
    Thanks
    582
    My Mood
    Bored
    Quote Originally Posted by LunarX View Post


    You need to check your codes.

    "Send Error" once inject was successful.
    DO YOU USE WINDOWS 7 ?

    - - - Updated - - -

    Quote Originally Posted by Holy God View Post
    I get the same error with the new update.
    I Wait for ADMINS Or MOD Approve wait please !

    - - - Updated - - -

    @Royce , @Eoch
    CLOSE POST PLEASE
    APPROVE MY HANGED POST


    - - - Updated - - -

    Quote Originally Posted by xxclashedxx View Post
    Man crossfire's hack bring so much memories!
    IT'S UP TO YOUR PC
    To become a successful coder you should become a leecher first
    .CHROME -DeV HACK.





  9. #22
    aS1an1Sm's Avatar
    Join Date
    Apr 2015
    Gender
    female
    Posts
    20
    Reputation
    10
    Thanks
    3
    Calling the module CSHELL once is enough.

  10. #23
    [K]akashi's Avatar
    Join Date
    Jun 2018
    Gender
    male
    Posts
    213
    Reputation
    10
    Thanks
    582
    My Mood
    Bored
    Quote Originally Posted by aS1an1Sm View Post
    Calling the module CSHELL once is enough.
    WHAT DO YOU MEAN ABOUT " ONCE "?
    To become a successful coder you should become a leecher first
    .CHROME -DeV HACK.





  11. #24
    aS1an1Sm's Avatar
    Join Date
    Apr 2015
    Gender
    female
    Posts
    20
    Reputation
    10
    Thanks
    3
    Quote Originally Posted by [K]akashi View Post


    WHAT DO YOU MEAN ABOUT " ONCE "?
    Code:
    // Yours
    void Oww()
    {
          DWORD CShell = GetModuleHandle.....
          .......... CShell + 0x..........
    }
    
    // Why not
    Global: DWORD CShell;
    
    void Once()
    {
         CShell = GetModuleHandle.......
    }
    
    void Used()
    {
          .......... CSHell + 0x..........
    }
    - - - Updated - - -

    Quote Originally Posted by LunarX View Post


    You need to check your codes.

    "Send Error" once inject was successful.
    Disable DEP.
    Last edited by aS1an1Sm; 07-14-2018 at 09:57 AM.

  12. #25
    RazerXJosh's Avatar
    Join Date
    Oct 2016
    Gender
    male
    Posts
    21
    Reputation
    10
    Thanks
    2
    My Mood
    Innocent

  13. #26
    Holy God's Avatar
    Join Date
    Jul 2018
    Gender
    male
    Posts
    21
    Reputation
    10
    Thanks
    7
    Quote Originally Posted by aS1an1Sm View Post
    Code:
    // Yours
    void Oww()
    {
          DWORD CShell = GetModuleHandle.....
          .......... CShell + 0x..........
    }
    
    // Why not
    Global: DWORD CShell;
    
    void Once()
    {
         CShell = GetModuleHandle.......
    }
    
    void Used()
    {
          .......... CSHell + 0x..........
    }
    - - - Updated - - -



    Disable DEP.
    Disabling DEP does not affect the error we get when we inject. Once the crossfire game window opens, "Do you want to report" this hack needs to be fixed.

  14. #27
    Royce's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Posts
    17,967
    Reputation
    4088
    Thanks
    6,418
    /closed /outdated

Page 2 of 2 FirstFirst 12

Similar Threads

  1. [Discussion] Hack For Beta Version?
    By Skyrim4Life in forum Reign Of Kings Discussions & Help
    Replies: 7
    Last Post: 01-22-2016, 01:13 AM
  2. [beta] CSS hack, anyone wanna test it?
    By SavagePrawnBoy in forum C++/C Programming
    Replies: 9
    Last Post: 02-14-2009, 06:06 AM
  3. Help about error on elite version hack.
    By apeguy in forum Combat Arms Hacks & Cheats
    Replies: 4
    Last Post: 08-21-2008, 04:53 PM
  4. No Beta Testing Hacks Or 'Bypasses'
    By radnomguywfq3 in forum WarRock - International Hacks
    Replies: 7
    Last Post: 03-04-2008, 04:27 PM
  5. [release??] warrock beta version
    By blackdrag0 in forum WarRock - International Hacks
    Replies: 24
    Last Post: 06-27-2007, 06:52 PM