Results 1 to 13 of 13
  1. #1
    Nikita1482's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Posts
    106
    Reputation
    15
    Thanks
    34
    My Mood
    Cheerful

    Example: How can we try to remove the error [Damage, Speed Hack or another]

    This is only example


  2. The Following 2 Users Say Thank You to Nikita1482 For This Useful Post:

    temp512512 (06-25-2012),Vahan96 (06-25-2012)

  3. #2
    giniyat101's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Location
    Not telling.
    Posts
    1,935
    Reputation
    130
    Thanks
    1,380
    My Mood
    Dead
    this doesnt work for cfna.. did you try yourself??
    EDIT: i think you didnt even try it in CFRU for two reasons:
    1- hgwc will detect changing of object.dll
    2- you didnt fix the relocs
    Last edited by giniyat101; 06-25-2012 at 12:02 PM.


     



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

  4. #3
    Vahan96's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Posts
    40
    Reputation
    10
    Thanks
    1
    can tou give me this object.dll?

  5. #4
    JusCaus's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    725
    Reputation
    23
    Thanks
    112
    My Mood
    Aggressive
    Object.dll is in your cf folder
    [IMG]https://i1132.photobucke*****m/albums/m571/JusCausGraphix.jpg[/IMG]

  6. #5
    Vahan96's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Posts
    40
    Reputation
    10
    Thanks
    1
    Quote Originally Posted by JusCaus View Post
    Object.dll is in your cf folder
    i know it,i what object.dll without Client erorrs

    ---------- Post added at 10:48 PM ---------- Previous post was at 10:01 PM ----------

    Give me please your ollydbg.

  7. #6
    temp512512's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Posts
    62
    Reputation
    10
    Thanks
    13
    Quote Originally Posted by giniyat101 View Post
    this doesnt work for cfna.. did you try yourself??
    EDIT: i think you didnt even try it in CFRU for two reasons:
    1- hgwc will detect changing of object.dll
    2- you didnt fix the relocs
    nop(x90) in memory?
    Last edited by temp512512; 06-25-2012 at 01:42 PM.

  8. #7
    giniyat101's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Location
    Not telling.
    Posts
    1,935
    Reputation
    130
    Thanks
    1,380
    My Mood
    Dead
    Quote Originally Posted by temp512512 View Post
    nop(x90) in memory?
    and you will need to do it alot because object.dll is loaded when u enter the room and released when u exit it


     



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

  9. #8
    gksrnrzmvk's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Posts
    50
    Reputation
    10
    Thanks
    6
    Quote Originally Posted by giniyat101 View Post
    and you will need to do it alot because object.dll is loaded when u enter the room and released when u exit it
    That's right.
    Once in the room to exit

  10. #9
    DaRk's Avatar
    Join Date
    Dec 2010
    Gender
    male
    Location
    MPGH
    Posts
    1,910
    Reputation
    119
    Thanks
    3,986
    My Mood
    Asleep
    Quote Originally Posted by giniyat101 View Post
    and you will need to do it alot because object.dll is loaded when u enter the room and released when u exit it
    it's very easy lol

    just do this to see if it's loaded

    Code:
    if(GetModuleHandleA("Object.dll"))
    {
    
    //hacks
    
    }
    And do this when ur exit the room..

    Code:
    if(!GetModuleHandleA("Object.dll"))
    {
    
    //object.dll hacks turn off..
    
    }
    @giniyat101 would this work?

  11. #10
    giniyat101's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Location
    Not telling.
    Posts
    1,935
    Reputation
    130
    Thanks
    1,380
    My Mood
    Dead
    Quote Originally Posted by DaRk View Post
    it's very easy lol

    just do this to see if it's loaded

    Code:
    if(GetModuleHandleA("Object.dll"))
    {
    
    //hacks
    
    }
    And do this when ur exit the room..

    Code:
    if(!GetModuleHandleA("Object.dll"))
    {
    
    //object.dll hacks turn off..
    
    }
    @giniyat101 would this work?
    no turn off lol, its like the idea of turning off the hack features before quiting, both are dump


     



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

  12. #11
    desertflame's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Posts: 23847611237
    Posts
    380
    Reputation
    48
    Thanks
    850
    My Mood
    Amused
    I'll test some stuffs out. Gonna be ALOT of NOPing.

  13. #12
    [G]a[M]e[R]'s Avatar
    Join Date
    Jan 2011
    Gender
    male
    Posts
    594
    Reputation
    22
    Thanks
    198
    My Mood
    Cool
    not working how in video it give client error but the old client error -.-
    i am [G]a[M]e[R]

  14. #13
    derh.acker's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    localhost
    Posts
    826
    Reputation
    14
    Thanks
    616
    My Mood
    Angelic
    Every Client error but the newest is serversided.
    If you block the outgoing packets, walk around and stop blocking the packets, you either get a speed hack client error or a walk through walls client error.

    I think the client errors were client sided when the first ones were added and the Cheat Engine speedhack still worked
    Last edited by derh.acker; 06-26-2012 at 10:42 AM.

Similar Threads

  1. how can i add icon above the head ??
    By adyson_19 in forum Call of Duty Modern Warfare 2 GSC Modding Help/Discussion
    Replies: 7
    Last Post: 02-06-2011, 01:17 PM
  2. CAN SOME ONE GIVE ME THE FULL CODE OF HACK
    By Najort in forum CrossFire Help
    Replies: 3
    Last Post: 09-12-2010, 06:35 AM
  3. [Help] How can I register me to the GhostMatch Tournament ?
    By Chicano71 in forum CrossFire Hacks & Cheats
    Replies: 9
    Last Post: 03-10-2010, 08:01 AM
  4. Can someone remove the add in these hacks please
    By moho401 in forum Call of Duty Modern Warfare 2 Help
    Replies: 0
    Last Post: 12-25-2009, 07:17 PM
  5. how do i get rid of the advertiseing on public hacks?
    By jts88825 in forum Combat Arms Hacks & Cheats
    Replies: 9
    Last Post: 12-30-2008, 03:57 PM