Results 1 to 5 of 5
  1. #1
    LilGho$t's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Posts
    419
    Reputation
    9
    Thanks
    330
    My Mood
    Twisted

    Detour - Basic Concept

    So, as i'm learning more about pointers and their functions, i decided to take a look at some detours on some bases. Can someone experienced please tell me if this is right, a detour simply tells the anti-hack to scan at an address before where we entered by saying "Address Where we entered - value". Is this correct or could somebody please explain it a little more clearly to me because i'm still a bit confused.

  2. #2
    Ch40zz-C0d3r's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    831
    Reputation
    44
    Thanks
    401
    My Mood
    Twisted
    Your wrong.
    A hook is replacing original code with a jmp instruction in asm.
    Its jumping to your code, which gets executed then by the game. The hing is, it returning the original code pointer, so you can call the orig code easily out of your hook. Very simple..

    Progress with my game - "Disbanded"
    • Fixed FPS lag on spawning entities due to the ent_preload buffer!
    • Edit the AI code to get some better pathfinding
    • Fixed the view bug within the sniper scope view. The mirror entity is invisible now!
    • Added a new silencer for ALL weapons. Also fixed the rotation bugs
    • Added a ton of new weapons and the choice to choose a silencer for every weapon
    • Created a simple AntiCheat, noobs will cry like hell xD
    • The name will be Disbanded, the alpha starts on the 18th august 2014



    Some new physics fun (Serversided, works on every client)



    My new AI
    https://www.youtube.com/watch?v=EMSB1GbBVl8

    And for sure my 8 months old gameplay with 2 friends
    https://www.youtube.com/watch?v=Na2kUdu4d_k

  3. #3
    -Bl00d-'s Avatar
    Join Date
    Sep 2011
    Gender
    female
    Location
    Imma girl what about it?
    Posts
    481
    Reputation
    10
    Thanks
    53
    My Mood
    Twisted
    no,
    detours tells the engine to jump to your portion of code
    usually returning back to where you where before the JMP

  4. #4
    Ch40zz-C0d3r's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    831
    Reputation
    44
    Thanks
    401
    My Mood
    Twisted
    Quote Originally Posted by -Bl00d- View Post
    no,
    detours tells the engine to jump to your portion of code
    usually returning back to where you where before the JMP
    I said exactly the same... Just wrote more stuff.

    Progress with my game - "Disbanded"
    • Fixed FPS lag on spawning entities due to the ent_preload buffer!
    • Edit the AI code to get some better pathfinding
    • Fixed the view bug within the sniper scope view. The mirror entity is invisible now!
    • Added a new silencer for ALL weapons. Also fixed the rotation bugs
    • Added a ton of new weapons and the choice to choose a silencer for every weapon
    • Created a simple AntiCheat, noobs will cry like hell xD
    • The name will be Disbanded, the alpha starts on the 18th august 2014



    Some new physics fun (Serversided, works on every client)



    My new AI
    https://www.youtube.com/watch?v=EMSB1GbBVl8

    And for sure my 8 months old gameplay with 2 friends
    https://www.youtube.com/watch?v=Na2kUdu4d_k

  5. The Following 3 Users Say Thank You to Ch40zz-C0d3r For This Useful Post:

    arun823 (11-06-2012),[MPGH]Flengo (11-06-2012),Shadow` (11-06-2012)

  6. #5
    -Bl00d-'s Avatar
    Join Date
    Sep 2011
    Gender
    female
    Location
    Imma girl what about it?
    Posts
    481
    Reputation
    10
    Thanks
    53
    My Mood
    Twisted
    Quote Originally Posted by Ch40zz-C0d3r View Post
    I said exactly the same... Just wrote more stuff.
    sorry didnt even read any replies jus saw the title and posted, my bad

Similar Threads

  1. The concept of detour, bypassing?
    By alesandro676 in forum C++/C Programming
    Replies: 5
    Last Post: 09-10-2012, 02:53 PM
  2. [Info] [Tut] Basic Concepts The League Of Legends And Much More In English !
    By Lord Makin in forum League of Legends Guides
    Replies: 5
    Last Post: 11-04-2011, 09:10 PM
  3. Detour In Visual Basic !!
    By SimplyUnknown in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 7
    Last Post: 10-04-2010, 10:15 PM
  4. Basic Animation
    By Chronologix in forum Tutorials
    Replies: 29
    Last Post: 09-15-2008, 09:05 AM
  5. Basic Signature
    By Chronologix in forum Tutorials
    Replies: 68
    Last Post: 09-25-2007, 12:33 AM