Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


Clueless

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine
View previous topic :: View next topic  
Author Message
sch7777
Newbie cheater
Reputation: 0

Joined: 04 Mar 2011
Posts: 21

PostPosted: Wed Jul 24, 2013 10:31 am    Post subject: Clueless Reply with quote

Could someone explain what i would need to learn and what kind of tools i would need to write a program that generates Hex address like the example below:

80000000 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F
80000010 10 11 12 13 14 15 16 17 18 19 1A 1B 1C 1D 1E 1F
80000020 20 21 22 23 24 25 26 27 28 29 2A 2B 2C 2D 2E 2F
80000030 30 31 32 33 34 35 36 37 38 39 3A 3B 3C 3D 3E 3F
80000040 40 41 42 43 44 45 46 47 48 49 4A 4B 4C 4D 4E 4F
80000050 50 51 52 53 54 55 56 57 58 59 5A 5B 5C 5D 5E 5F
80000060 60 61 62 63 64 65 66 67 68 69 6A 6B 6C 6D 6E 6F
80000070 70 71 72 73 74 75 76 77 78 79 7A 7B 7C 7D 7E 7F
80000080 80 81 82 83 84 85 86 87 88 89 8A 8B 8C 8D 8E 8F
80000090 90 91 92 93 94 95 96 97 98 99 9A 9B 9C 9D 9E 9F
800000A0 A0 A1 A2 A3 A4 A5 A6 A7 A8 A9 AA AB AC AD AE AF
800000B0 B0 B1 B2 B3 B4 B5 B6 B7 B8 B9 BA BB BC BD BE BF
800000C0 C0 C1 C2 C3 C4 C5 C6 C7 C8 C9 CA CB CC CD CE CF
800000D0 D0 D1 D2 D3 D4 D5 D6 D7 D8 D9 DA DB DC DD DE DF
800000E0 E0 E1 E2 E3 E4 E5 E6 E7 E8 E9 EA EB EC ED EE EF
800000F0 F0 F1 F2 F3 F4 F5 F6 F7 F8 F9 FA FB 0C 0D 0E FF

The actual address set i am looking for is 80000000 to 80400000.

Believe me i have tried countless time using the Cheat Engine to find what i am looking for. But no dice. It has alot to do with the fact the game is a N64 Rom.

Thank To Anyone Who Can Help Me Out
Back to top
View user's profile Send private message
Gniarf
Grandmaster Cheater Supreme
Reputation: 43

Joined: 12 Mar 2012
Posts: 1285

PostPosted: Wed Jul 24, 2013 6:50 pm    Post subject: Reply with quote

You can do that with a lua script in cheat engine. Probably something like:
Code:
BaseAddress="80000000" --"[MyEmulator.exe+1234]+5678" also works
for i=0,0x400000-1 do
  writeBytes(string.format("%X",getAddress(BaseAddress)+i),i);
end

assuming that
sch7777 wrote:
800000F0 F0 F1 F2 F3 F4 F5 F6 F7 F8 F9 FA FB 0C 0D 0E FF
was a typo and should have ended in FC FD FE FF.

tip: C:\Program Files (x86)\Cheat Engine 6.3\main.lua contains help on writeBytes and getAddress.

_________________
DO NOT PM me if you want help on making/fixing/using a hack.
Back to top
View user's profile Send private message
sch7777
Newbie cheater
Reputation: 0

Joined: 04 Mar 2011
Posts: 21

PostPosted: Wed Jul 24, 2013 8:36 pm    Post subject: yes Gniarf Reply with quote

the last line is a typo error. Thanks and i will try what you suggested. Because it has taken about 2 weeks to achieve a small fraction of what i am trying to do. Which is map out a N64 game. I have never use lua script before. And i need the ability to copy and paste to notepad to compare the bits. It sound like a lot of trouble and i am sure there are much simplier ways of doing this. And that is why i am here asking all the smart one that know this stuff. I will try what you suggested.

Thanks again
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites