BullyWiiHacks
Welcome dear guest! Very Happy

To start posting and being part of the BWH community, you simply need to register an account or log into an existing one.

If you do not wish to register at all, that's fine but there will be more advertisements. :/

You can probably see and download most content provided for regular members even without an account.

Your contributions will be greatly appreciated though, give it a shot and register today! thumbsup

Join the forum, it's quick and easy

BullyWiiHacks
Welcome dear guest! Very Happy

To start posting and being part of the BWH community, you simply need to register an account or log into an existing one.

If you do not wish to register at all, that's fine but there will be more advertisements. :/

You can probably see and download most content provided for regular members even without an account.

Your contributions will be greatly appreciated though, give it a shot and register today! thumbsup
BullyWiiHacks
Would you like to react to this message? Create an account in a few clicks or log in to continue.
BullyWiiHacks

Gaming, Modding & Programming

Important reminders:

- Click *HERE* for advanced forum search or check out the text field below on the front page for Google before posting
- NO support via private message (use the forum)
- Write meaningful topic titles
Site Translation
Latest topics
» Dropped Out of College to Pursue Web Dev and Life Pursuits in General
What is this offset? Empty4/7/2024, 2:34 pm by SnB@BWH

» Bully Made It Into a BIG Video 400K Views
What is this offset? Empty4/7/2024, 6:58 am by Bully@WiiPlaza

» Wii Play Tanks
What is this offset? Empty3/24/2024, 2:46 pm by helpmeout

» [Bypass Paywalls] (Global) @magnolia1234 - GitLab
What is this offset? Empty3/18/2024, 3:55 am by Seth@WiiPlaza

» [Download] Mary Shelley's Frankenhole
What is this offset? Empty3/16/2024, 8:29 am by Seth@WiiPlaza

» Completely Custom Modded Controllers (Undetectable)
What is this offset? Empty3/5/2024, 1:55 pm by Shadow@BWH

» (Zombies) Drink perks code?
What is this offset? Empty3/5/2024, 1:24 pm by Shadow@BWH

» Die Rückkehr zu STEAM und WARFACE
What is this offset? Empty3/2/2024, 3:54 am by Seth@WiiPlaza

» First person hand model change?
What is this offset? Empty2/28/2024, 4:53 am by Ad3lamac611

» {RELEASE} Field Raider Firefox v1.72 by Seth@WiiPlaza
What is this offset? Empty2/21/2024, 8:52 am by naxil

Search
 
 

Display results as :
 


Rechercher Advanced Search

May 2024
MonTueWedThuFriSatSun
  12345
6789101112
13141516171819
20212223242526
2728293031  

Calendar Calendar

Country Statistics
Free counters!

You are not connected. Please login or register

What is this offset?

5 posters

Go down  Message [Page 1 of 1]

1What is this offset? Empty What is this offset? 2/3/2013, 5:01 am

Jingle*Bells

Jingle*Bells
Trusted Member
Trusted Member

Could someone please tell me what the offset for this... Rolling Eyes

[rbx+rcx+00]
rbx=7FFF0000
rcx=900C86F8 IS THE VALUE

I pretty sure it is either 0
or
7FFF0000

(rbx+00)< Suspect

Thanks. I love you

2What is this offset? Empty Re: What is this offset? 2/3/2013, 5:22 am

SnB@BWH

SnB@BWH
Admin & Writer

Is that Assembly or something? If it is then I can't help you on that one. Bully, Seth and/or Welohabi might be able to help you.

3What is this offset? Empty Re: What is this offset? 2/3/2013, 8:33 am

Welohabi

Welohabi
Moderator & Coder
Moderator & Coder

This is ASM related but where is this from? I understand what I'm looking at but I need more info too help you. Could you give some more details please?

4What is this offset? Empty Re: What is this offset? 2/3/2013, 9:29 am

Jingle*Bells

Jingle*Bells
Trusted Member
Trusted Member

Welohabi wrote:This is ASM related but where is this from? I understand what I'm looking at but I need more info too help you. Could you give some more details please?
mov eax,[rbx+rcx+00]

The value of the pointer that I need to find the static address is XXXXXXXX (actually it is 900C86F8, but you don't need that).

rbx=7FFF0000
rcx=900C86F8 OR XXXXXXXX (not needed to find the value)

I am trying to find a pointer, I believe I have the right value but I need the offset.

drunken I do think I made this more difficult than it really is, I am just not sure if I use the 7FFF000+00 or just 00 for the offset.

I am making a code and using CE, and practicing for when my Gecko arrives in a few days.

*I could just try both and I have, but I have so many to go through and I have to manually add each address and offset using CE. Also this is a multilevel pointer.

5What is this offset? Empty Re: What is this offset? 2/3/2013, 9:52 am

Welohabi

Welohabi
Moderator & Coder
Moderator & Coder

Cheat engine is a little different than the gecko. I have done this before myself but it has been a long time. Another words I have forgotten the exact steps and I would probably give misleading information.

Look on the cheatengine.org forums or search YouTube for some tutorials on finding pointers. They can be quite difficult at times.

I remember making a trainer for the GOG version of Fallout 1 for PC. I did it using cheat engine and watched a tutorial of how to find pointers on youtube.


6What is this offset? Empty Re: What is this offset? 2/3/2013, 11:40 am

Seth@WiiPlaza

Seth@WiiPlaza
Admin & Coder
Admin & Coder

Yea this ASM makes little sense

7What is this offset? Empty Re: What is this offset? 2/3/2013, 4:29 pm

Jingle*Bells

Jingle*Bells
Trusted Member
Trusted Member

Shocked Never mind...I found it using another method which took about 3 hours. OMG!

*I should have just took a screen capture rather than try and right it out then it probably would have made more sense, ah well.

8What is this offset? Empty Re: What is this offset? 2/4/2013, 2:22 am

Bully@WiiPlaza

Bully@WiiPlaza
 
 

I´m a half expert at this. It´s intel 8086.

Here´s something to read:
http://mai.kvk.uni-obuda.hu/documents/tantargy/8086-instruction-set-overview.pdf

Feel free to ask about cheat engine assembly, it´s exactly that.

9What is this offset? Empty Re: What is this offset? 2/4/2013, 2:46 am

Jingle*Bells

Jingle*Bells
Trusted Member
Trusted Member

Bully@WiiPlaza wrote:I´m a half expert at this. It´s intel 8086.

Here´s something to read:
http://mai.kvk.uni-obuda.hu/documents/tantargy/8086-instruction-set-overview.pdf

Feel free to ask about cheat engine assembly, it´s exactly that.
Thanks.

I was told that if I could master using CE (Cheat Engine) than I would not have much problem using Gecko. But I am hoping that Gecko takes out a lot of the extra steps required in CE. study

I do have one question... scratch
I have been messing with a Wii WAD game and I was trying to create infinite health.

The game uses a health bar, so it was easy to find the address by using increase/decrease method.
^But I get 4 address every time and they all will freeze the health (and of course they change every restart) but when I do a pointer scan I get 0 results for all 4.

Only one address shows shows that something is accessing that address.
^And I can tell that the hits (loss of hp) are coming from the enemy.

computer Then if I search for the value that is given from the accessing <not sure what to call it so I highlight green where I got it from. And I get 0 finds when searching for that value.

Any suggestions?
Thanks.

10What is this offset? Empty Re: What is this offset? 2/4/2013, 3:13 am

Bully@WiiPlaza

Bully@WiiPlaza
 
 

Do "who´s writing to the address" and replace with nop.

11What is this offset? Empty Re: What is this offset? 2/4/2013, 3:29 am

Jingle*Bells

Jingle*Bells
Trusted Member
Trusted Member

Bully@WiiPlaza wrote:Do "who´s writing to the address" and replace with nop.

OMG...
So I just tried that and BAM it worked. Wink

I still need to test other levels but a restart of the game using the trainer I saved worked, I am so happy rap

study Now I need to learn how to change this into a txt. that I can use on the Wii.
^My goal from the beginning to create a txt code to use on Wii. I can do that right?

12What is this offset? Empty Re: What is this offset? 2/4/2013, 6:53 am

Bully@WiiPlaza

Bully@WiiPlaza
 
 

It may work like this:
Change the address prefix to 04 and put 60000000 as value.

Sponsored content



Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum