Page 2 of 3 FirstFirst 1 2 3 LastLast
Results 11 to 20 of 28

Thread: C++ help needed

  1. #11

    Re: C++ help needed

    If you couldn't patch some code together to work functions with limited arguments then good luck.
    Reply With Quote

  2. #12

    Re: C++ help needed

    Thanks for the support guys, I'll keep you informed if I managed to get something to work

    First have to take care of this LAN party I'm hosting ^_^
    Reply With Quote

  3. #13

    Re: C++ help needed

    Ok I managed to get a form app to work which only produces a wire-frame hack.
    Now I'm in need of a great tutorial on finding memory locations and their base addresses with Halo CE 1.08.
    Tried this tutorial, but was unable to locate the base address
    http://www.gamexploits.com/perfect-w...-base-address/

    Suggestions?
    Reply With Quote

  4. #14
    HA10 Limited's Avatar
    Join Date
    Sep 2006
    Location
    England
    Posts
    7,800

    Re: C++ help needed

    If only modnexus was still up they'd probably have mirror to my tutorial from years back. (I was on Windows ME back then LOL).
    Reply With Quote

  5. #15
    Neanderthal Dwood's Avatar
    Join Date
    Sep 2008
    Location
    Wouldn't u like to know?
    Posts
    4,186

    Re: C++ help needed

    I'd like to figure out how to find the current location of the dev camera... But yeah finding addresses is fun, you'll want to start with something that you know off-hand what the value of it is. A boolean would probably be a good start. Like deathless. just go in ce and follow the first 4 or so tutorials to get a basic idea of how the program works.

    hook it to ce, and run a scan for all booleans of the exact value 0.
    Turn on deathless
    scan for true bools.
    repeat, in an alternating fashion
    ?????
    Profit!
    Reply With Quote

  6. #16

    Re: C++ help needed

    Debug_camera_save, camera.txt?
    Reply With Quote

  7. #17
    HA10 Limited's Avatar
    Join Date
    Sep 2006
    Location
    England
    Posts
    7,800

    Re: C++ help needed

    Quote Originally Posted by Skyline View Post
    Debug_camera_save, camera.txt?
    ^^

    You need to think outside the box Dwood

    I'd say the hardest thing to find is projectile swap, unless you know the golden formula, even then involves alot of tedious work.
    Reply With Quote

  8. #18
    Neanderthal Dwood's Avatar
    Join Date
    Sep 2008
    Location
    Wouldn't u like to know?
    Posts
    4,186

    Re: C++ help needed

    Quote Originally Posted by Limited View Post
    ^^

    You need to think outside the box Dwood

    I'd say the hardest thing to find is projectile swap, unless you know the golden formula, even then involves alot of tedious work.
    Did not know that! >.>
    Reply With Quote

  9. #19

    Re: C++ help needed

    Even without the camera.txt it's damn easy >.>

    This is why there shouldn't be any tutorials on this...people are suppose to have a brain and at least think about it.
    Reply With Quote

  10. #20

    Re: C++ help needed

    Don't say that, people will take it offensively .
    Reply With Quote

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •