Results 1 to 15 of 16

Hybrid View

  1. #1
    arun823's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Los Angeles, California
    Posts
    523
    Reputation
    151
    Thanks
    1,899
    My Mood
    Amused

    Crashing after 5 minutes

    Well many of you know that shadow and I released glycerine v1.8, the problem is that everything works perfectly fine, but crashes after 2-5 minutes in game. We already checked our memory function thinking that was the problem. We already encrypted our hack and still no luck, what seems to be the issue? Here's a pic of the hack:

    https://i45.tinypic.com/2w5vy4i.jpg

  2. #2
    Saltine's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Posts
    493
    Reputation
    104
    Thanks
    629
    Protip: Make your own detours, and things like this will happen a lot less often.

    Oh no! Vortex is gay!

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

    [MPGH]Flengo (06-09-2012)

  4. #3
    Departure's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    805
    Reputation
    125
    Thanks
    1,794
    My Mood
    Doh
    Quote Originally Posted by Saltine View Post
    Protip: Make your own detours, and things like this will happen a lot less often.

    Pro Tip: Once you understand what a detour actually is you will realise its just a jmp to Custom function then jmp back to original function, in other words there is only so many way to detour a function and back again, the only thing that can be change is location in the original function that you make the jump, So making your own detour isn't going vary much from what anyone has made in the past.

    Pro Tip: try detour a different function....

    Pro BONUS Tip: I doubt very much its the detour that is causing the crash...
    Last edited by Departure; 06-11-2012 at 08:33 AM.

  5. #4
    Xipher's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Location
    Melbourne, AU.
    Posts
    1,780
    Reputation
    472
    Thanks
    1,690
    My Mood
    Innocent
    Quote Originally Posted by Departure View Post
    Pro Tip: Once you understand what a detour actually is you will realise its just a jmp to Custom function then jmp back to original function, in other words there is only so many way to detour a function and back again, the only thing that can be change is location in the original function that you make the jump, So making your own detour isn't going vary much from what anyone has made in the past.

    Pro Tip: try detour a different function....

    Pro BONUS Tip: I doubt very much its the detour that is causing the crash...
    Agreed, doubt it's the detour. Most likely detected strings.

  6. #5
    arun823's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Los Angeles, California
    Posts
    523
    Reputation
    151
    Thanks
    1,899
    My Mood
    Amused
    Quote Originally Posted by Xipher View Post


    Agreed, doubt it's the detour. Most likely detected strings.
    I just finished encrypting the strings and it still crashes after 3 minutes, I'm guessing it's the present?

  7. #6
    Xipher's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Location
    Melbourne, AU.
    Posts
    1,780
    Reputation
    472
    Thanks
    1,690
    My Mood
    Innocent
    Quote Originally Posted by arun823 View Post
    I just finished encrypting the strings and it still crashes after 3 minutes, I'm guessing it's the present?
    Sent you back a PM.

  8. #7
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    Quote Originally Posted by Departure View Post
    Pro Tip: Once you understand what a detour actually is you will realise its just a jmp to Custom function then jmp back to original function, in other words there is only so many way to detour a function and back again, the only thing that can be change is location in the original function that you make the jump, So making your own detour isn't going vary much from what anyone has made in the past.

    Pro Tip: try detour a different function....

    Pro BONUS Tip: I doubt very much its the detour that is causing the crash...
    There are multiple ways to write detours, not all of them involve calls and jmps.

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)

  9. The Following User Says Thank You to Jason For This Useful Post:

    Saltine (06-12-2012)

  10. #8
    Flengo's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    /admincp/banning.php
    Posts
    20,589
    Reputation
    5180
    Thanks
    14,177
    My Mood
    Inspired
    Pack it. Encrypt ALLLLLLLLLLLLL Strings, including PTC's. Use your own detours.
    I Read All Of My PM's & VM's
    If you need help with anything, just let me know.

     


     
    VM | PM | IM
    Staff Administrator Since 10.13.2019
    Publicist Since 04.04.2015
    Middleman Since 04.14.2014
    Global Moderator Since 08.01.2013
    Premium Since 05.29.2013

    Minion+ Since 04.18.2013

    Combat Arms Minion Since 12.26.2012
    Contributor Since 11.16.2012
    Member Since 05.11.2010


  11. #9
    arun823's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Los Angeles, California
    Posts
    523
    Reputation
    151
    Thanks
    1,899
    My Mood
    Amused
    Quote Originally Posted by comando2056 View Post
    Pack it. Encrypt ALLLLLLLLLLLLL Strings, including PTC's. Use your own detours.
    I encrypted all of my strings, but how do I pack the .dll? I'm working on making my own detour as well.

  12. #10
    Flengo's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    /admincp/banning.php
    Posts
    20,589
    Reputation
    5180
    Thanks
    14,177
    My Mood
    Inspired
    Quote Originally Posted by arun823 View Post
    I encrypted all of my strings, but how do I pack the .dll? I'm working on making my own detour as well.
    Download UPX, its a pretty good packer. Just drag and drop the .dll onto the .exe and it'll do its job. After its done, rename the file, test it, release it
    I Read All Of My PM's & VM's
    If you need help with anything, just let me know.

     


     
    VM | PM | IM
    Staff Administrator Since 10.13.2019
    Publicist Since 04.04.2015
    Middleman Since 04.14.2014
    Global Moderator Since 08.01.2013
    Premium Since 05.29.2013

    Minion+ Since 04.18.2013

    Combat Arms Minion Since 12.26.2012
    Contributor Since 11.16.2012
    Member Since 05.11.2010


  13. #11
    arun823's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Los Angeles, California
    Posts
    523
    Reputation
    151
    Thanks
    1,899
    My Mood
    Amused
    Quote Originally Posted by comando2056 View Post


    Download UPX, its a pretty good packer. Just drag and drop the .dll onto the .exe and it'll do its job. After its done, rename the file, test it, release it
    Packed it and renamed it. Still crashes, but whenever I use stealth inject the hack runs normal without any crashes. Is my injector just detected?

  14. #12
    Flengo's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    /admincp/banning.php
    Posts
    20,589
    Reputation
    5180
    Thanks
    14,177
    My Mood
    Inspired
    Quote Originally Posted by arun823 View Post
    Packed it and renamed it. Still crashes, but whenever I use stealth inject the hack runs normal without any crashes. Is my injector just detected?
    Probably, if its working like that.
    I Read All Of My PM's & VM's
    If you need help with anything, just let me know.

     


     
    VM | PM | IM
    Staff Administrator Since 10.13.2019
    Publicist Since 04.04.2015
    Middleman Since 04.14.2014
    Global Moderator Since 08.01.2013
    Premium Since 05.29.2013

    Minion+ Since 04.18.2013

    Combat Arms Minion Since 12.26.2012
    Contributor Since 11.16.2012
    Member Since 05.11.2010


  15. #13
    pDevice's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Location
    d3d9.h
    Posts
    1,306
    Reputation
    15
    Thanks
    420
    My Mood
    Stressed
    very strings



  16. #14
    Shadow`'s Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    MN
    Posts
    636
    Reputation
    74
    Thanks
    3,014
    My Mood
    Relaxed
    It's not our detour, we figured that out a few days back. As I said in the post above, we know the problem now (most likely). If it fails, which i doubt, then I'll post here again.

  17. #15
    realnigger's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Posts
    17
    Reputation
    9
    Thanks
    1
    agreed with departure..

    ive been using the same jmp detour my whole career...
    the problem is every wannabe in the combat arms hacking hooks the same function (present)

Similar Threads

  1. [Help Request] CA crashing after about a minute?
    By JessCap in forum Combat Arms Help
    Replies: 12
    Last Post: 06-21-2011, 08:45 PM
  2. Game crashes after a few minutes when D3D is used.
    By Tekkn0logik in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 18
    Last Post: 09-08-2010, 11:00 AM
  3. WarRock crashes after a few minutes when using D3D hack
    By taylan in forum C++/C Programming
    Replies: 5
    Last Post: 03-17-2010, 08:11 AM
  4. Game crashes after Game Start
    By Iamazn in forum Combat Arms Hacks & Cheats
    Replies: 1
    Last Post: 12-25-2008, 01:25 PM
  5. help plz warrock crash after 20 secs
    By balour in forum WarRock - International Hacks
    Replies: 13
    Last Post: 06-29-2007, 02:58 PM