Volt Brothers for Android
+ Reply to Thread
Page 6 of 19 FirstFirst ... 4 5 6 7 8 16 ... LastLast
Results 76 to 90 of 279

Thread: Tutorials and Faqs brainstorm - submit information and opinions here

  1. #76
    dootdoo Guest
    it should read: db address 10

    I narrowed it down because 0x83dxxxxx is typically the screen buffer data But that was sort of out of the scope of the tutorial, but thats how I narrowed it, but yes, if you can, do an additional search..

    Its also helpful to look for values that turn up on dword boundries, those would be addresses that end with '0', '4','8', and 'c'.

    so 0x123456 is probably not as likely as 0x123464

    Good luck with your poking..

  2. #77
    mysticguy Guest
    Thanks a lot! I got the poking to work!! Now if I can do the rest of the steps I will be in there!!! Thanks a lot. I will let ya know how everything else goes!

  3. #78
    cYon Guest
    I'm running the most recent version of Evox. I've tried static IP and DHCP IP. TSR is set to debug and no matter what I do my game will freeze, once I set TSR to devug some games won't even load (Crimson Skies). Anyone have any ideas?

  4. #79
    Join Date
    Jun 2004
    Posts
    22
    Total Thanks Given
    0
    Total Thanks Received
    0
    Total Thanked Posts
    0

    Flags?

    Beyond Good and Evil troubles...
    I'm trying to hack a # of pearls cheat but am having NO luck.

    I know each pearl is specific and is put into a different slot in your inventory which would lead me to believe that these are triggered by 0's and 1's (flags?)

    What would be the best way to search for this?
    The way I HAD been doing it (before I realized it might be flags) was :
    1. loading my save game in which I have 1 pearl - searching for a value of 1
    2. then loading my save game in which I have 2 pearls - and doing a search for a value of 2
    3. loading my save game in which I have 3 pearls etc...

    but to no avail.
    Does it mess the search up when I load a different saved game VS. changing the value within the CURRENT loaded game? (make sense?)

    Advice? I know there is a trainer already out with this cheat NOT included...Im wondering if it proved to be too difficult to hack. In which case - a NOVICE like myself shouldn't even bother.

    Please assist n' stuff.
    Last edited by drivium; 06-10-2004 at 02:20 PM.

  5. #80
    fleekez Guest

    Still having problems = (

    I reall want to get into the wonderful world of xbox trainers. Unfortunately I still can't even connect to my box. I have my ip set to static, the debugger is on, and I have tried both with IGRs on and off. My evox ver. is 3921. Can someone please help!!!!

  6. #81
    angelfly Guest

    Re: Still having problems = (

    Originally posted by fleekez
    I reall want to get into the wonderful world of xbox trainers. Unfortunately I still can't even connect to my box. I have my ip set to static, the debugger is on, and I have tried both with IGRs on and off. My evox ver. is 3921. Can someone please help!!!!
    3921 is your problem, you need to upgrade to 3935

  7. #82
    Join Date
    Jul 2004
    Posts
    70
    Total Thanks Given
    0
    Total Thanks Received
    0
    Total Thanked Posts
    0
    Ok. I'm working on a Marvel vs capcom 2 trainer.
    I requested but figured if i can do it myself why waste other peoples time. anyway. Followed dootdoo's instructions and found no problem whatsoever in mimicing the technique. One question though. I found the break and no oped the subtraction but how do i use the EasyETM to create an ETM file. I know the address but what are the values and such. Honestly the EasyETM is harder to understand than the tut. It keeps telling me couldn't make file cuz error. I think i'm putting in screwy values. How do you figure out the old and new values, etc?
    I got it to not make ur level go down now just working on starting up with it on max and not letting the comp do the same.
    PS-Great TUT

  8. #83
    Join Date
    Dec 2003
    Location
    Here, you know!
    Posts
    566
    Total Thanks Given
    0
    Total Thanks Received
    0
    Total Thanked Posts
    0
    Originally posted by Gamer808
    Ok. I'm working on a Marvel vs capcom 2 trainer.
    I requested but figured if i can do it myself why waste other peoples time. anyway. Followed dootdoo's instructions and found no problem whatsoever in mimicing the technique. One question though. I found the break and no oped the subtraction but how do i use the EasyETM to create an ETM file. I know the address but what are the values and such. Honestly the EasyETM is harder to understand than the tut. It keeps telling me couldn't make file cuz error. I think i'm putting in screwy values. How do you figure out the old and new values, etc?
    I got it to not make ur level go down now just working on starting up with it on max and not letting the comp do the same.
    PS-Great TUT
    You don't need the old values, just put in the new values and whatever offset you want to nop = 90.

    Also, make sure all of the boxes in EasyETM has something in it. I know if you don't put anything in the comment box, it will give you an error. Maybe that's the problem, who knows. Just play around with it.

  9. #84
    Join Date
    Jul 2004
    Posts
    70
    Total Thanks Given
    0
    Total Thanks Received
    0
    Total Thanked Posts
    0
    Damn this is getting irritating.
    For some reason i made a trrainer..FINALLY.
    But it didn't work so iredid values to make it again and EasyETM keeps giving me an error. I put something i comments section. Filled all fields. I tried to make it the same way i made the first, still gives me an error. No matter what i do it gives an error.

    ____________________________-
    Nevermind i think it had to be a certain length on the info and captions. It works for now.
    Thanx.
    Last edited by Gamer808; 07-25-2004 at 05:30 PM.

  10. #85
    Join Date
    Jul 2004
    Posts
    70
    Total Thanks Given
    0
    Total Thanks Received
    0
    Total Thanked Posts
    0
    Another quick question.
    How do i make a flag turn on at startup.
    I found an address and typed
    poke 00655694 1
    and the "mode" turned on which is what i wanted.
    How do i make it turn on at startup.
    If i type...
    bpmb 0 00655694 w
    i get a break at: 0004d13e
    I check that address and this is what i find:
    .text:0004D134 mov ecx, 20h
    .text:0004D139 mov edi, offset dword_655665
    .text:0004D13E rep stosd
    .text:0004D140 mov eax, dword_6555A0
    Am i missing something ?

  11. #86
    dootdoo Guest
    Originally posted by Gamer808
    Another quick question.
    How do i make a flag turn on at startup.
    I found an address and typed
    poke 00655694 1
    and the "mode" turned on which is what i wanted.
    How do i make it turn on at startup.
    If i type...
    bpmb 0 00655694 w
    i get a break at: 0004d13e
    I check that address and this is what i find:
    .text:0004D134 mov ecx, 20h
    .text:0004D139 mov edi, offset dword_655665
    .text:0004D13E rep stosd
    .text:0004D140 mov eax, dword_6555A0
    Am i missing something ?
    what thats doing is its placing 20h dwords of 00000000's (likely) from 655665 ->... this isn't the routine you want..

    At what point do you want the feature triggered?
    is it possible you can hunt down what checks if its on and just enable it always?

  12. #87
    dootdoo Guest
    I'm thinking about writing some more tutorials.. what would people like for me to write them on? I can write a few on advanced subjects, or try and write some more newbie guides to help those that are still having a problem.. Please let me know..

  13. #88
    Join Date
    Dec 2003
    Location
    Here, you know!
    Posts
    566
    Total Thanks Given
    0
    Total Thanks Received
    0
    Total Thanked Posts
    0
    Originally posted by dootdoo
    I'm thinking about writing some more tutorials.. what would people like for me to write them on? I can write a few on advanced subjects, or try and write some more newbie guides to help those that are still having a problem.. Please let me know..
    dootdoo, I would like to see a tut on multiple hooks or a way to handle selection inside the trainer itself. Let me explain this a bit Let's say you have 6 addresses, each address holds # of items, so these 6 items have their own address. If the trainer user turns on 2 out of 6, how do you handle this? These addresses need to poke constantly, so how would you go about doing this?

    Thanks and let me know if there’s any confusion on my request

  14. #89
    soulja2244 Guest
    Is there any way to train xbl games like ghost recon island thunder or pso? I dont see why the evox makers didnt include support for xbl games, since you cant use trainers online anyway.

  15. #90
    dootdoo Guest
    soulja: the limitation isn't on purpose.. there is/was a conflict between how the tsr works with the network..

+ Reply to Thread
Page 6 of 19 FirstFirst ... 4 5 6 7 8 16 ... LastLast

Posting Permissions

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