Page 1 of 2 12 LastLast
Results 1 to 15 of 28
  1. #1
    MightySaa0d's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Location
    MPGH
    Posts
    602
    Reputation
    14
    Thanks
    208
    My Mood
    Innocent

    Exclamation Source code help!! GINIYAT IS NEEDED HERE!

    well i will release this tut only for noobs who dont belive i found it my self

    open your unpacked cshell.dll with olly dbg

    right click->search for->binary string and search for

    Code:
    51 57 68 C9 00 00 00 6A 1C E8 ?? ?? ?? ?? 83 C4 10
    of course you are asking me how could i find this string
    here it comes:

    use a modified version of bypassxtrap to open the game in undetected ollydbg
    (which i won't share here, use google)
    btw special thanx to ***** for sharing his bypass source

    now right click->view->module CShell
    and right click->search for->text strings.

    go to third location of "ButtonMissionInfo"
    and go up and you will find something like this

    Code:
    CMP EAX, 1C
    click on the call before it and press enter to see this
    Code:
    MOV EAX,DWORD PTR DS:[103466AC]
    so we have found the HTR ptr now right click and select find refs->address constant

    and select this one:
    Code:
    MOV DWORD PTR DS:[103466AC],EAX
    now go to the top of the function then login
    and press HWBP on function
    when BP hits make sure that "Hack tool detected" string is in the stack
    if not press F9

    now right click on first address in stack and select "follow in dissambler"

    you can find this code:
    Code:
    PUSH ECX
    PUSH EDI
    PUSH 0C9
    PUSH 1C
    CALL CShell.10076020
    ADD ESP,10
    highlight this piece of code and right click->binary->binary copy then paste it into afile
    and you can see some thing like this:

    Code:
    51 57 68 C9 00 00 00 6A 1C E8 EF 08 FF FF 83 C4 10
    now, as you see the E9 byte is call but called function will change every update
    so we change the EF 08 FF FF to ?? ?? ?? ??

    every thing we need now is to nop this bytes and the msgbox won't appear

    you are happy now? press thanks

    @giniyat101
    Gini, if you are giniyat202

    can you explain in a better way how to get this code? coz i reeally need it

    @[[SeXergy]]
    Sexergy you know it too, can you explain?

    Thanks
    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

  2. #2
    Fly3r's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    Not telling.
    Posts
    720
    Reputation
    18
    Thanks
    265
    My Mood
    Paranoid
    this is ASM .. learn it / i dont think giniyat will just give u the code .. he may help you but err idk wait and see
    Joined MPGH: 07/08/09


    i used to tell arrow to the knee jokes then i died due to blood loss from takeing tomany arrows to the knee at once
    A network problem caused by you? What did you do? Trip over the cable?




  3. The Following User Says Thank You to Fly3r For This Useful Post:

    giniyat101 (10-12-2011)

  4. #3
    giniyat101's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Location
    Not telling.
    Posts
    1,935
    Reputation
    130
    Thanks
    1,380
    My Mood
    Dead
    i think i have already told you it is patched. why? cuz i was very noob and made this thread and every one called me leecher anyway.


     



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

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

    Fly3r (10-12-2011)

  6. #4
    006B's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Posts
    54
    Reputation
    10
    Thanks
    79
    If I remove hack tool I get disconnected from server but I am working.

  7. #5
    A$IAN's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Germany
    Posts
    5,654
    Reputation
    274
    Thanks
    2,011
    My Mood
    Amused
    Quote Originally Posted by 006B View Post
    If I remove hack tool I get disconnected from server but I am working.
    Divers, you were away for a long time.
    hack Tool detected 2:0 canīt get removed with a normal HTR
    ~Donater since 19th October 2011~
    ~Ex-Crossfire Minion || Resigned on 4th February 2012 ~
    Da fuck

  8. The Following User Says Thank You to A$IAN For This Useful Post:

    giniyat101 (10-13-2011)

  9. #6
    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 Philong Nguyen View Post

    Divers, you were away for a long time.
    hack Tool detected 2:0 canīt get removed with a normal HTR
    yes u can remove it, but u get DC anyway.


     



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

  10. #7
    HeavenlyRage's Avatar
    Join Date
    May 2011
    Gender
    male
    Location
    Earth
    Posts
    1,588
    Reputation
    58
    Thanks
    394
    My Mood
    Bored
    Learn ASM.

  11. #8
    MightySaa0d's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Location
    MPGH
    Posts
    602
    Reputation
    14
    Thanks
    208
    My Mood
    Innocent
    What is ASM?
    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. #9
    Fly3r's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    Not telling.
    Posts
    720
    Reputation
    18
    Thanks
    265
    My Mood
    Paranoid
    OMGz fail is fail ..
    ASM = Assembly
    Why dont u google it?
    Joined MPGH: 07/08/09


    i used to tell arrow to the knee jokes then i died due to blood loss from takeing tomany arrows to the knee at once
    A network problem caused by you? What did you do? Trip over the cable?




  13. The Following User Says Thank You to Fly3r For This Useful Post:

    giniyat101 (10-13-2011)

  14. #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 MightySaa0d View Post
    What is ASM?
    epic fail how did u code hacks if u dont know what asm means?


     



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

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

    Fly3r (10-14-2011)

  16. #11
    MightySaa0d's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Location
    MPGH
    Posts
    602
    Reputation
    14
    Thanks
    208
    My Mood
    Innocent
    i just keep updating offsets
    @giniyat101
    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

  17. #12
    owh's Avatar
    Join Date
    May 2011
    Gender
    male
    Location
    On ur sista's bed
    Posts
    205
    Reputation
    7
    Thanks
    38
    My Mood
    Busy
    learn Assembly dude

  18. The Following User Says Thank You to owh For This Useful Post:

    giniyat101 (10-14-2011)

  19. #13
    A$IAN's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Germany
    Posts
    5,654
    Reputation
    274
    Thanks
    2,011
    My Mood
    Amused
    Quote Originally Posted by MightySaa0d View Post
    i just keep updating offsets
    @giniyat101
    Donīt tell me to find offsets, you just guess and look for EAX and EBX+anything xD
    If you have a little bit knowledge of Assambler you can understand all things better and how cshell works
    ~Donater since 19th October 2011~
    ~Ex-Crossfire Minion || Resigned on 4th February 2012 ~
    Da fuck

  20. The Following User Says Thank You to A$IAN For This Useful Post:

    giniyat101 (10-14-2011)

  21. #14
    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 Philong Nguyen View Post

    Donīt tell me to find offsets, you just guess and look for EAX and EBX+anything xD
    If you have a little bit knowledge of Assambler you can understand all things better and how cshell works
    agree.
    it is 0x864A3 anyway if he wants to test it.


     



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

  22. #15
    MightySaa0d's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Location
    MPGH
    Posts
    602
    Reputation
    14
    Thanks
    208
    My Mood
    Innocent
    @giniyat101

    Man i want to know how you find this addy 0x864A3

    with this addy i can keep making my hacks but how u get it? x.x
    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

Page 1 of 2 12 LastLast

Similar Threads

  1. [Help] Source Code Help !
    By **HACKER** in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 5
    Last Post: 03-04-2011, 03:03 PM
  2. source code help!
    By conman1136 in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 7
    Last Post: 08-13-2010, 03:48 AM
  3. [HELP] Source Code Help
    By jonnyboy9985 in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 10
    Last Post: 08-12-2010, 06:14 PM
  4. Source Code help
    By nicklus in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 8
    Last Post: 07-27-2010, 08:19 PM
  5. [Help] Source code +Help+Release
    By maxius12 in forum CrossFire Hacks & Cheats
    Replies: 33
    Last Post: 02-26-2010, 09:22 PM

Tags for this Thread