Results 1 to 10 of 10
  1. #1
    FATTER THEN U's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    0

    Exclamation I NEED HELP WITH ME FRIST HACK

    Ok so this is my frist hack but it wont let me debug what am i doing rong this is the source codes


    if (*(DWORD*)((CShellBase)+WallMgr) != NULL)
    {
    *(bool*)((*(DWORD*)((CShellBase)+WallMgr))+(i*0x47 4)+0x468) = true; //String is "EdgeShotEnabled"
    *(bool*)((*(DWORD*)((CShellBase)+WallMgr))+(i*0x47 4)+0x46C) = true; //String is "WallShotEnabled"
    *(bool*)((*(DWORD*)((CShellBase)+WallMgr))+(i*0x47 4)+0x470) = true; //String is "PerfectWallShotEnabled"

    if((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr))+(4*i)) ) != NULL)
    *(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr)) +(4*i))) + 0x7F8) = 99999.0f //use 116.0 in TD/MM/HM (not OHK) , String is "AmmoDamage"if((*(DWORD*)((*(DWORD*)(CShell+Weapon Mgr))+(4*i)) ) != NULL)
    *(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr)) +(4*i))) + 0x7F8) = 99999.0f //use 116.0 in TD/MM/HM (not OHK) , String is "AmmoDamage"#define grenades ((i==6)||(i==7)||(i==8)||(i==64)||(i==100)||(i==12 6)||(i==135)||(i==209)||(i==210)||(i==240)||(i==26 3)||(i==272)||(i==338)||(i==382)||(i==383)||(i==38 4))
    if((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr))+(4*i)) ) != NULL && (grenades))
    *(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr)) +(4*i))) + 0x7F8) = 0.0f; //String is "AmmoDamage"
    Last edited by FATTER THEN U; 10-29-2011 at 03:07 PM. Reason: spelling erro

  2. #2
    DaRk's Avatar
    Join Date
    Dec 2010
    Gender
    male
    Location
    MPGH
    Posts
    1,910
    Reputation
    119
    Thanks
    3,986
    My Mood
    Asleep
    wow so many error lol learn c++

  3. #3
    proCODERXx's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Posts
    24
    Reputation
    10
    Thanks
    15
    you can't just take that and expect it to work. Where is the structure in your hack? wtf?????
    Last edited by proCODERXx; 10-29-2011 at 08:35 PM.

  4. #4
    antihacking1's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    90
    Reputation
    10
    Thanks
    21
    My Mood
    Aggressive
    The wrong part is this:
    Code:
    if (*(DWORD*)((CShellBase)+WallMgr) != NULL)
    {
    *(bool*)((*(DWORD*)((CShellBase)+WallMgr))+(i*0x47 4)+0x468) = true; //String is "EdgeShotEnabled"
    *(bool*)((*(DWORD*)((CShellBase)+WallMgr))+(i*0x47 4)+0x46C) = true; //String is "WallShotEnabled"
    *(bool*)((*(DWORD*)((CShellBase)+WallMgr))+(i*0x47 4)+0x470) = true; //String is "PerfectWallShotEnabled"
    
    if((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr))+(4*i)) ) != NULL)
    *(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr)) +(4*i))) + 0x7F8) = 99999.0f //use 116.0 in TD/MM/HM (not OHK) , String is "AmmoDamage"if((*(DWORD*)((*(DWORD*)(CShell+Weapon Mgr))+(4*i)) ) != NULL)
    *(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr)) +(4*i))) + 0x7F8) = 99999.0f //use 116.0 in TD/MM/HM (not OHK) , String is "AmmoDamage"#define grenades ((i==6)||(i==7)||(i==8)||(i==64)||(i==100)||(i==12 6)||(i==135)||(i==209)||(i==210)||(i==240)||(i==26 3)||(i==272)||(i==338)||(i==382)||(i==383)||(i==38 4))
    if((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr))+(4*i)) ) != NULL && (grenades))
    *(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr)) +(4*i))) + 0x7F8) = 0.0f; //String is "AmmoDamage"
    Dumb people.../Fp
    Quote Originally Posted by [[MightySaa0d]] View Post
    use C++
    it's newer version of C#

  5. The Following User Says Thank You to antihacking1 For This Useful Post:

    giniyat101 (10-30-2011)

  6. #5
    A$IAN's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Germany
    Posts
    5,654
    Reputation
    274
    Thanks
    2,010
    My Mood
    Amused
    Quote Originally Posted by antihacking1 View Post
    The wrong part is this:
    Code:
    if (*(DWORD*)((CShellBase)+WallMgr) != NULL)
    {
    *(bool*)((*(DWORD*)((CShellBase)+WallMgr))+(i*0x47 4)+0x468) = true; //String is "EdgeShotEnabled"
    *(bool*)((*(DWORD*)((CShellBase)+WallMgr))+(i*0x47 4)+0x46C) = true; //String is "WallShotEnabled"
    *(bool*)((*(DWORD*)((CShellBase)+WallMgr))+(i*0x47 4)+0x470) = true; //String is "PerfectWallShotEnabled"
    
    if((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr))+(4*i)) ) != NULL)
    *(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr)) +(4*i))) + 0x7F8) = 99999.0f //use 116.0 in TD/MM/HM (not OHK) , String is "AmmoDamage"if((*(DWORD*)((*(DWORD*)(CShell+Weapon Mgr))+(4*i)) ) != NULL)
    *(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr)) +(4*i))) + 0x7F8) = 99999.0f //use 116.0 in TD/MM/HM (not OHK) , String is "AmmoDamage"#define grenades ((i==6)||(i==7)||(i==8)||(i==64)||(i==100)||(i==12 6)||(i==135)||(i==209)||(i==210)||(i==240)||(i==26 3)||(i==272)||(i==338)||(i==382)||(i==383)||(i==38 4))
    if((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr))+(4*i)) ) != NULL && (grenades))
    *(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr)) +(4*i))) + 0x7F8) = 0.0f; //String is "AmmoDamage"
    He even debugged without a base XD
    ~Donater since 19th October 2011~
    ~Ex-Crossfire Minion || Resigned on 4th February 2012 ~
    Da fuck

  7. #6
    CrossRaiders's Avatar
    Join Date
    May 2009
    Gender
    male
    Posts
    1,586
    Reputation
    29
    Thanks
    1,214
    So many errors... And where is your structure of the base? You need to add a lot more stuff, if you want it to work.

    I don't know where to start with the errors lol

  8. #7
    derh.acker's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    localhost
    Posts
    826
    Reputation
    14
    Thanks
    616
    My Mood
    Angelic
    Old Offsets, the if doesn't end, I don't want to list every error.

  9. #8
    giniyat101's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Location
    Not telling.
    Posts
    1,935
    Reputation
    130
    Thanks
    1,380
    My Mood
    Dead
    Leeched from me...


     



    [img]https://i43.photobucke*****m/albums/e367/DeteSting/Steam-update.gif[/img]

  10. The Following User Says Thank You to giniyat101 For This Useful Post:

    proCODERXx (10-30-2011)

  11. #9
    MightySaa0d's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Location
    MPGH
    Posts
    602
    Reputation
    14
    Thanks
    208
    My Mood
    Innocent
    You don't even have a base...
    You didn't define anything and you didn't include windows header files and you didn't put a hook and ur code is full of errors.

    Note: Please Post codes as the following:
    Code:
     YOUR CODE HERE
    Quote Originally Posted by Jacket View Post
    I'm sexy as fuck.

    Tired of being like him?
    Then be his master and step on him just like you step of crickets! (cockroaches)


    Thanks to the GalacticGods tutorial (By me). You will become an expert in coding just like him!

    Joke


    Just take my advice seriously and read here!!!!!!!!!!
    AND become like SwiftDude and G-Force!
    https://www.mpgh.net/forum/242-crossf...ml#post5248338

  12. #10
    Ghost Rider.'s Avatar
    Join Date
    May 2011
    Gender
    male
    Location
    PickaMaterina
    Posts
    200
    Reputation
    22
    Thanks
    315
    My Mood
    Aggressive
    PM me i Will help you xD
    Download my injector N3Perx Injector

Similar Threads

  1. [Help Request] Need help with G-force hack
    By neonstar in forum CrossFire Help
    Replies: 6
    Last Post: 06-18-2011, 02:17 PM
  2. Need Help With 1.05 Hack
    By infinitar in forum Combat Arms Hacks & Cheats
    Replies: 4
    Last Post: 10-18-2008, 12:25 PM
  3. Need help with red grenade hack
    By Niekjes in forum WolfTeam General
    Replies: 24
    Last Post: 03-15-2008, 12:41 AM
  4. Need help with my warrock hack code
    By dikketr0l in forum Visual Basic Programming
    Replies: 6
    Last Post: 08-04-2007, 06:36 AM
  5. need help with cheat engine hacks for u to tell me including amazing bypasser
    By george567 in forum WarRock - International Hacks
    Replies: 5
    Last Post: 07-01-2007, 12:43 PM