[Tutorial] Money Bug, Store hack

11/15/2009 22:19 HolyDamn#106
Double post :).

Just try :D
11/15/2009 23:25 FritzPL#107
Quote:
Originally Posted by thekingisback View Post
BTW now i search array of bytes hex on 4000100000000000 = 3 address lol shall i make 4000100000000000BD or what?:D
uhm.. do you understand what are you looking for ?
read at least carefully page number 1 then number 9.
Now try to understand what items you need to find.
If you know what all these posts are talking about you should figure it out that you're looking for array with npc's items. So why are you trying to find only one item using array of nine bytes ? Nine bytes mean you're looking for nine items mean 1 byte = 1 item = 1 slot in your lovely merchant's window...

Now you should make something HERE to understand it.
Get array of items with bambo keg bla bla.
Write here every item what you can see in it. (hex and decimal with names)
Write it as list of items in different slots.
Then i will help you.
Maybe my english is sux but i don't think it's so troublesome to figure it out how to etc... alone !
11/15/2009 23:28 xBERIALx#108
what are you looking for
11/16/2009 08:09 thekingisback#109
32 - G8 Leather Armor
33 - G8 Leather Hood
34 - G8 Leather Gloves
35 - G8 Leather Boots
36 - G8 Leather Shorts
37 - G16 DooJungPeeGap Armor
38 - G16 DooJungPeeGap Hood
39 - G16 DooJungPeeGap Gloves
40 - G16 DooJungPeeGap Boots
41 - G16 DooJungPeeGap Shorts =10 items at narto merchant of archer ... so what i do now ?:D i mak
11/16/2009 17:06 thekingisback#110
Quote:
Originally Posted by FritzPL View Post
uhmm.. just check 3rd page.. you will see how.





index: 54 55 85 86 445
hex: 3600 3700 5500 5600 BD01

easiest example with knight armor shop in naro.

6 - G8 SaSaEul Armor
7 - G8 SaSaEul Helmet
8 - G8 SaSaEul Gloves
9 - G8 SaSaEul Boots
10 - G8 SaSaEul Shorts
11 - G16 GyunBunGap Armor
12 - G16 GyunBunGap Helmet
13 - G16 GyunBunGap Gloves
14 - G16 GyunBunGap Boots
15 - G16 GyunBunGap Shorts
28 - G10 Small Iron Shield

hex string: 0600 0700 0800 0900 0a00 0b00 0c00 0d00 0e00 0f00 1c00

Easy now ? xD
after this lol its 0600 cuz its 6 the id but if the id is 70 = 0700 or ?what the one that i realy want the arrays is

70 - G8 MyungJoo HakChangEau Clothes
71 - G8 MyungJoo HakChangEau Hair Decoration
72 - G8 MyungJoo HakChangEau Gloves
73 - G8 MyungJoo HakChangEau Boots
74 - G8 MyungJoo HakChangEau Shorts
75 - G16 BeeDan HakChangEau Clothes
76 - G16 BeeDan HakChangEau Hair Decoration
77 - G16 BeeDan HakChangEau Gloves
78 - G16 BeeDan HakChangEau Boots
79 - G16 BeeDan HakChangEau Shorts

so ?:LD
+ thanks for the armors of kn8:D
11/16/2009 17:14 .NiTR0#111
Nice TuT ;)
11/16/2009 20:41 FritzPL#112
Quote:
Originally Posted by thekingisback View Post
after this lol its 0600 cuz its 6 the id but if the id is 70 = 0700 or ?what the one that i realy want the arrays is
lol xDDDD
Ask uncle google about hexadecimal numbers first ^^
write every id as hex number (tip: id is decimal number)

hf omg... xDDD
11/23/2009 10:18 peterpaker#113
Sorry but I still don't get it.
I don't have the bmboo keg ingame, so I try to do it with G8 knight armor.
I don't get what string I have to enter to get the armor, so that I can replace it with the kings or whatever.
AND I don't know the string of the knight armor merchant.
I read all the posts carefully, I'd be happy if you could help me.
11/23/2009 15:58 MoepMeep#114
Quote:
Originally Posted by peterpaker View Post
Sorry but I still don't get it.
I don't have the bmboo keg ingame, so I try to do it with G8 knight armor.
I don't get what string I have to enter to get the armor, so that I can replace it with the kings or whatever.
AND I don't know the string of the knight armor merchant.
I read all the posts carefully, I'd be happy if you could help me.
Don't lie kid!
Convert the ID's into hex ;>
11/23/2009 17:43 peterpaker#115
But the ID of SaSaEul Armor is 6, and the hey is also 6, so I can't enter 6 -.-
I don't get it...
11/23/2009 20:34 MoepMeep#116
0006 or 0600, not sure if you have to care about little/big endian
11/23/2009 21:37 peterpaker#117
Thanks for you support and sorry for asking again...
If i Search for 'Array of Bytes', enter 0600 or 0006 and tick hex, I get like 100 adresses.
It would be very very nice If you could give me a complete example or just an easy number to enter where I might get only one result...
Would be really awesome, I know many people got the same problem.
Looking forward,
peter
11/23/2009 22:35 MoepMeep#118
Don't just take one item, take 10 and scan for the whole array ;)
11/23/2009 22:53 peterpaker#119
Thanks, I got it :P
My problem now is that I got like a hundret of adresses, if I view them in the Memory View they are all 00 -.-
[Only registered and activated users can see links. Click Here To Register...]
11/25/2009 17:25 FritzPL#120
Try without spaces or with shorter array.. also check 'memory browser' window whether it's really 00000...