Thread: invisible bug

Results 1 to 4 of 4
  1. #1
    playerp's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Posts
    17
    Reputation
    10
    Thanks
    0

    Thumbs up invisible bug

    hi all i use the invisible code in my hack
    its a eagle source but when i want kill , i cant kill or just with explosion please help me.


    Code:
    int Invisible
    static bool InviciblePatch;
    
    if (Invisible)
    {
    if (!InviciblePatch)
    {
    *(long*)(ServerPOINTERx+OFS_INVISIBLE) = 2;
    InviciblePatch = true;
    }
    }
    else
    {
    if (InviciblePatch)
    {
    *(long*)(ServerPOINTERx+OFS_INVISIBLE) = 2;
    InviciblePatch = false;
    }
    }
    what is the problem ????

  2. #2
    _Apostolos_'s Avatar
    Join Date
    Aug 2011
    Gender
    male
    Location
    Athnes, Greece
    Posts
    129
    Reputation
    62
    Thanks
    70
    My Mood
    Amused
    I thing i found your problem ... if there is not working plz post your addys

    Code:
    int Invisible
    static bool InviciblePatch;
    
    if (Invisible==1)
    {
    if (!InviciblePatch)
    {
    *(long*)(ServerPOINTERx+OFS_INVISIBLE) -= 2;//you are invisible and you can kill
    InviciblePatch = true;
    }
    }
    else
    {
    if (InviciblePatch)
    {
    *(long*)(ServerPOINTERx+OFS_INVISIBLE) += 2;//you are not invisible
    InviciblePatch = false;
    }
    }

  3. #3
    playerp's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Posts
    17
    Reputation
    10
    Thanks
    0
    sorry but doesnt work .when i test it in float its work but i cant kill enemy
    and my addys is 0x11A2BC

    thank you

  4. #4
    catchthis's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Location
    ASM_OPK
    Posts
    167
    Reputation
    10
    Thanks
    99
    My Mood
    Busy
    we are same problem dude...When i shot the enemy My Gun has 0 damage..

Similar Threads

  1. Req: Torncity hacks/bugs/exploits.
    By dakiddy in forum Hack Requests
    Replies: 39
    Last Post: 06-23-2010, 03:15 PM
  2. Invisible Bug [by huhnfisch]
    By tropfen in forum CrossFire Glitches
    Replies: 40
    Last Post: 06-09-2010, 07:47 AM
  3. Invisible Hack
    By OutZida in forum WarRock - International Hacks
    Replies: 100
    Last Post: 04-29-2006, 08:37 PM
  4. need help on invisible hack
    By iwillkillyou in forum WarRock - International Hacks
    Replies: 1
    Last Post: 01-19-2006, 03:44 PM