Mary Skelter Finale

Upload your cheat tables here (No requests)
Post Reply
Tuuuup!
Table Makers
Table Makers
Posts: 239
Joined: Sat Sep 26, 2020 9:54 am
Reputation: 1405

Mary Skelter Finale

Post by Tuuuup! »



Here are the options:

Pointer for a lot of characters (More comes..) HP, SP and Blood Splatter
No HP loss
No SP loss
Dungeon Mood status
Dungeon Sleep, Hunger and Libido
Funds/money
and more

v2: Added Blood packs/crystal scripts, No corruption, Full Blood Splatter, Selected item
and more...
v3: One hit kill, more pointer, Blood Packs(ch.2), CP pointer for character and script + more
Old Tables
MarySkelterFinale-v2.CT
(147.06 KiB) Downloaded 155 times
MarySkelterFinale.CT
(90.02 KiB) Downloaded 136 times
And save before changing item ID...

If you have time to download the table and test it, then you have time to give my post a thumbs up/ rate positive. That's all I'm asking.

And thank you to Noire for helping out.

Have fun.

How to use this cheat table?
  1. Install Cheat Engine
  2. Double-click the .CT file in order to open it.
  3. Click the PC icon in Cheat Engine in order to select the game process.
  4. Keep the list.
  5. Activate the trainer options by checking boxes or setting values from 0 to 1
Attachments
MarySkelterFinale-v3.CT
(205.97 KiB) Downloaded 648 times
Last edited by Tuuuup! on Fri Sep 15, 2023 8:41 pm, edited 2 times in total.

jenq0011
Noobzor
Noobzor
Posts: 12
Joined: Sat Apr 25, 2020 1:39 am
Reputation: 1

Re: Mary Skelter Finale

Post by jenq0011 »

Many thx!

gahqm
Cheater
Cheater
Posts: 32
Joined: Sat Dec 02, 2017 1:02 am
Reputation: 2

Re: Mary Skelter Finale

Post by gahqm »

thx for your table, waiting for item editor.....

zhu530319195
What is cheating?
What is cheating?
Posts: 2
Joined: Tue Aug 27, 2019 10:23 pm
Reputation: 0

Re: Mary Skelter Finale

Post by zhu530319195 »

great

jenq0011
Noobzor
Noobzor
Posts: 12
Joined: Sat Apr 25, 2020 1:39 am
Reputation: 1

Re: Mary Skelter Finale

Post by jenq0011 »

Thnaks for your table
It's helpful
May you add pointer of Hameln, Gretel, Clara

ndbl1992
Expert Cheater
Expert Cheater
Posts: 126
Joined: Sat Jun 09, 2018 9:43 am
Reputation: 18

Re: Mary Skelter Finale

Post by ndbl1992 »

Thanks for your table !

Hope that you can add stats editor for each character ^^

jenq0011
Noobzor
Noobzor
Posts: 12
Joined: Sat Apr 25, 2020 1:39 am
Reputation: 1

Re: Mary Skelter Finale

Post by jenq0011 »

Hi,
the pointer of Clara's xp is 4 bytes instead of 2 bytes.
All the scrips works well.

User avatar
jonaaa
Expert Cheater
Expert Cheater
Posts: 350
Joined: Thu Apr 06, 2017 6:08 am
Reputation: 106

Re: Mary Skelter Finale

Post by jonaaa »

I decided to give a shot to this game but i noticed the Item Editor from MS2 is missing this time so i decided to "port" from The Black X's table, it works perfectly, even some IDs are identical to MS2, just copy and paste in Tuuup's table (you MUST use his table) and you're done.

Thanks to The Black X and Tuuup! for their amazing tables!

Screenshot:

Image

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable CheatEngineTableVersion="45">
  <CheatEntries>
    <CheatEntry>
      <ID>99445</ID>
      <Description>"Selected Item inventory"</Description>
      <Options moHideChildren="1"/>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>{  Game Executable   : MarySkelterFinale.exe
   Author            : Tuuup!
   Executable Version: 
   Script Date       : 2023-09-14
}
[ENABLE]
aobscanmodule(selecteditem,MarySkelterFinale.exe,0F B7 0E 66 3B C8)
registersymbol(selecteditem selecteditembkp sitem)
alloc(newmem,128,selecteditem)
label(return sitem)
label(selecteditembkp)
newmem:
 mov [sitem],rsi
  movzx ecx,word ptr [rsi]
  cmp cx,ax
  jmp return
  
selecteditembkp:
readmem(selecteditem,6)
sitem:
dq 0
selecteditem:
  jmp newmem
  nop
return:

[DISABLE]
selecteditem:
 // db 0F B7 0E 66 3B C8
readmem(selecteditembkp,6)
unregistersymbol(*)
dealloc(*)

{
// ORIGINAL CODE - INJECTION POINT: MarySkelterFinale.exe.text+2A6FD8

MarySkelterFinale.exe.text+2A6F39: C7 44 24 20 86 01 00 00  - mov [rsp+20],00000186
MarySkelterFinale.exe.text+2A6F41: E8 8A AC 0B 00           - call MarySkelterFinale.exe.text+361BD0
MarySkelterFinale.exe.text+2A6F46: 8B 15 E8 10 F1 00        - mov edx,[MarySkelterFinale.exe+11B9034]
MarySkelterFinale.exe.text+2A6F4C: 48 8D 1D DD 10 F1 00     - lea rbx,[MarySkelterFinale.exe+11B9030]
MarySkelterFinale.exe.text+2A6F53: 45 33 ED                 - xor r13d,r13d
MarySkelterFinale.exe.text+2A6F56: 44 89 25 E3 10 F1 00     - mov [MarySkelterFinale.exe+11B9040],r12d
MarySkelterFinale.exe.text+2A6F5D: 44 89 6C 24 28           - mov [rsp+28],r13d
MarySkelterFinale.exe.text+2A6F62: 4C 8D 0D CF 10 F1 00     - lea r9,[MarySkelterFinale.exe+11B9038]
MarySkelterFinale.exe.text+2A6F69: 45 8B C4                 - mov r8d,r12d
MarySkelterFinale.exe.text+2A6F6C: 48 89 5C 24 20           - mov [rsp+20],rbx
MarySkelterFinale.exe.text+2A6F71: 48 8B CF                 - mov rcx,rdi
MarySkelterFinale.exe.text+2A6F74: E8 C7 28 02 00           - call MarySkelterFinale.exe.text+2C9840
MarySkelterFinale.exe.text+2A6F79: C7 44 24 38 FF FF FF FF  - mov [rsp+38],FFFFFFFF
MarySkelterFinale.exe.text+2A6F81: 48 8D 54 24 78           - lea rdx,[rsp+78]
MarySkelterFinale.exe.text+2A6F86: C7 44 24 30 3A 00 00 00  - mov [rsp+30],0000003A
MarySkelterFinale.exe.text+2A6F8E: 41 B9 E6 02 00 00        - mov r9d,000002E6
MarySkelterFinale.exe.text+2A6F94: C7 44 24 28 F8 00 00 00  - mov [rsp+28],000000F8
MarySkelterFinale.exe.text+2A6F9C: 45 8B C6                 - mov r8d,r14d
MarySkelterFinale.exe.text+2A6F9F: 48 8B CD                 - mov rcx,rbp
MarySkelterFinale.exe.text+2A6FA2: C7 44 24 20 2C 03 00 00  - mov [rsp+20],0000032C
MarySkelterFinale.exe.text+2A6FAA: E8 D1 C4 0B 00           - call MarySkelterFinale.exe.text+363480
MarySkelterFinale.exe.text+2A6FAF: 48 8B CB                 - mov rcx,rbx
MarySkelterFinale.exe.text+2A6FB2: E8 F9 AF FF FF           - call MarySkelterFinale.exe.text+2A1FB0
MarySkelterFinale.exe.text+2A6FB7: 85 C0                    - test eax,eax
MarySkelterFinale.exe.text+2A6FB9: 0F 88 4F 03 00 00        - js MarySkelterFinale.exe.text+2A730E
MarySkelterFinale.exe.text+2A6FBF: 48 8B 15 3A 8E EE 00     - mov rdx,[MarySkelterFinale.exe+1190E00]
MarySkelterFinale.exe.text+2A6FC6: 48 8D 35 A3 AE F0 00     - lea rsi,[MarySkelterFinale.exe+11B2E70]
MarySkelterFinale.exe.text+2A6FCD: 48 98                    - cdqe 
MarySkelterFinale.exe.text+2A6FCF: 48 8B 34 C6              - mov rsi,[rsi+rax*8]
MarySkelterFinale.exe.text+2A6FD3: B8 40 06 00 00           - mov eax,00000640
// ---------- INJECTING HERE ----------
MarySkelterFinale.exe.text+2A6FD8: 0F B7 0E                 - movzx ecx,word ptr [rsi]
// ---------- DONE INJECTING  ----------
MarySkelterFinale.exe.text+2A6FDB: 66 3B C8                 - cmp cx,ax
MarySkelterFinale.exe.text+2A6FDE: 72 05                    - jb MarySkelterFinale.exe.text+2A6FE5
MarySkelterFinale.exe.text+2A6FE0: 48 8B FA                 - mov rdi,rdx
MarySkelterFinale.exe.text+2A6FE3: EB 12                    - jmp MarySkelterFinale.exe.text+2A6FF7
MarySkelterFinale.exe.text+2A6FE5: 0F B7 C1                 - movzx eax,cx
MarySkelterFinale.exe.text+2A6FE8: 48 69 F8 0C 05 00 00     - imul rdi,rax,0000050C
MarySkelterFinale.exe.text+2A6FEF: B8 40 06 00 00           - mov eax,00000640
MarySkelterFinale.exe.text+2A6FF4: 48 03 FA                 - add rdi,rdx
MarySkelterFinale.exe.text+2A6FF7: 48 85 FF                 - test rdi,rdi
MarySkelterFinale.exe.text+2A6FFA: 0F 84 0E 03 00 00        - je MarySkelterFinale.exe.text+2A730E
MarySkelterFinale.exe.text+2A7000: 66 3B C8                 - cmp cx,ax
MarySkelterFinale.exe.text+2A7003: 73 0D                    - jae MarySkelterFinale.exe.text+2A7012
MarySkelterFinale.exe.text+2A7005: 0F B7 C1                 - movzx eax,cx
MarySkelterFinale.exe.text+2A7008: 48 69 C8 0C 05 00 00     - imul rcx,rax,0000050C
MarySkelterFinale.exe.text+2A700F: 48 03 D1                 - add rdx,rcx
MarySkelterFinale.exe.text+2A7012: 0F B6 42 56              - movzx eax,byte ptr [rdx+56]
MarySkelterFinale.exe.text+2A7016: 84 C0                    - test al,al
MarySkelterFinale.exe.text+2A7018: 74 45                    - je MarySkelterFinale.exe.text+2A705F
MarySkelterFinale.exe.text+2A701A: 3C 04                    - cmp al,04
MarySkelterFinale.exe.text+2A701C: 77 41                    - ja MarySkelterFinale.exe.text+2A705F
MarySkelterFinale.exe.text+2A701E: C7 44 24 40 0B 00 00 00  - mov [rsp+40],0000000B
MarySkelterFinale.exe.text+2A7026: 45 8D 46 0A              - lea r8d,[r14+0A]
MarySkelterFinale.exe.text+2A702A: 44 89 64 24 38           - mov [rsp+38],r12d
MarySkelterFinale.exe.text+2A702F: 41 B9 F0 02 00 00        - mov r9d,000002F0
MarySkelterFinale.exe.text+2A7035: C7 44 24 30 FF FF FF FF  - mov [rsp+30],FFFFFFFF
MarySkelterFinale.exe.text+2A703D: 48 8B D6                 - mov rdx,rsi
MarySkelterFinale.exe.text+2A7040: C7 44 24 28 20 00 00 00  - mov [rsp+28],00000020
MarySkelterFinale.exe.text+2A7048: B9 01 00 00 00           - mov ecx,00000001
MarySkelterFinale.exe.text+2A704D: C7 44 24 20 20 03 00 00  - mov [rsp+20],00000320
MarySkelterFinale.exe.text+2A7055: E8 F6 35 00 00           - call MarySkelterFinale.exe.text+2AA650
}
</AssemblerScript>
      <CheatEntries>
        <CheatEntry>
          <ID>99447</ID>
          <Description>"Item ID"</Description>
          <Options moHideChildren="1"/>
          <DropDownListLink>ITEM ID</DropDownListLink>
          <ShowAsSigned>1</ShowAsSigned>
          <Color>008000</Color>
          <VariableType>2 Bytes</VariableType>
          <Address>sitem</Address>
          <Offsets>
            <Offset>0</Offset>
          </Offsets>
          <CheatEntries>
            <CheatEntry>
              <ID>99450</ID>
              <Description>"ITEM ID"</Description>
              <DropDownList DisplayValueAsItem="1">:---
:--- Potions---
:---
401: Expired Hardtack
402: Expired Rations
403: Hardtack
404: Rations
405: High-Calorie Cookie
406: Dried Fruit
407: Quality Rations
408: Sweet Pastry
409: Veggie Sandwich
410:Jelly Supplement
411: Superior Rations
412: Gourmet Rations
413: Gourmet Jelly
414: Muddled Drink
415: Mini Water Supply
416: Herbal Tea
417: Water Supply Pack
418: Large Water Supply
419: Black Coffee
420: Warmed Milk
421: Superior Water Pack
422: Veggie Juice
423: Vitamin Drink
424: Gourmet Water Pack
425: Energy Drink
426: Small Med Kit
427: Cold Spray
428: Medium Med Kit
429: Medical Salve
430: Large Med Kit
431: Expert Med Kit
432: Expert Syringe
433: Nurse's Med Kit
434: Superior Med Kit
435: Doctor's Med Kit
436: Compact AED
437: Releif AED
438: Healing AED
439: All-Heal Capsule
440: Antidote
441: Eye Wash
442: Stimilant
443: Throat Meds
444: Vitamins
445: Caffeine
446: Restorative
447: Insulation
448: Panacea
449: Flame Thrower
450: Mod Flame Thrower
451: Freezing Bullet
452: Mod Freezing Bullet
453: Sleeping Pill
454: ...
455: Wind Generator
456: Mod Wind Generator
457: Earth Quaker
458: Mod Earth Quaker
459: Cursed Fragrance
460: Blessed Fragrance
461: Flash Grenade
577: Black Iron Lump
578: Green Cap
579: White Stone
580: Katana Fragment
581: Armor Piece
582: Red Cloth
583: Silver Scale
584: Blue Crystal
585: Green Hide
586: Golden Harp
587: Sturde Vine
:
:---Weapons---
:
194: Punk Knife
195: Utility Knife
196: Stiletto Knife
197: Military Dagger
198: Celestial Knife
199: Verso Dagger
200: Diva Dagger
201: Unnamed Sword
202: Siren Dagger
203: Typy Zero Dagger
204: Dull Sword
205: Long Sword
206: Broad Sword
207: Rapier
208: Guard Sword
209: Gory Long Sword
210: Cutlass
211: Dark Blade
212: Harmonic Sword
213: Master Sword
214: Photon Saber
215: Hero's Blade
216: Rusted Claymore
217: Chipped Tachi
218: Broken Sword
219: Claymore
220: Gian Sword
221: Great Sword
222: Elite Sword
223: Horse Slayer
224: Heavy Sword
225: Grisly Sword
226: Secret Blade
227: Eagle Sword
228: Bandages
229: Knuckle Guards
230: Baghnakhs
231: Metal Fists
232: Elbow Blade
233: Knuckle Horns
234: Thousand Needle
235: Howl Eater
236: Element Fists
237: Brave Knuckles
238: Sticky Spear
239: Short Spear
240: Spear
241: Halberd
242: Blue Dunas
243: Stun Lancer
244: Trephine Pike
245:Volcano Spear
246: Neptune Trident
247: Brionac Spear
248: Handyman Hammer
249: Giant Hammer
250: Large Pick
251: Gold Mallet
252: Battle Hammer
253: Ogre Hammer
254: Hephaestus
255: Witch Smite
256: Impact Dust
257: Divine Aries
258: Grass Sickle
259:Chained Sickle
260: Heavy Scythe
261: Giant Scythe
262: Assault Scythe
263: Silver Sickle
264: Hypno Scythe
265: Sudden Death
266: Eos Harpe
267: Fallen Scythe
268: Safety Scissors
269: Pruning Shears
270: Tinman's Shears
271: Ripper Scissors
272: Man-Eaters
273: Karkinos
274: Snip-Snip
275: Giant Scissors
276: Renderer
277: Lantigos
278: Slap Stick
279: Flogging Whip
280: Riding Crop
281: Bull Whip
282: White Whip
283: Black Whip
284: Armageddon Whip
285: Desires
286: Diamond Whip
287: Yamatano Orochi
288:Short Bow
289: Long Bow
290: Arbalest
291: Heavy Crossbow
292: Catalpa Bow
293: Yawata Bow
294: Pinaka
295: Chiyo Yachiyo
296: Bow of Chaos
297: Sharanga
298: Stone Cannon
299: Copper Handgun
300: Matchlock
301: Musket
302: Sharp Shot
303: Proto Blaster
304: Shield Gun
305: Cluster Gun
306: Destroyer
307: Anti-Matter Gun
308: Broken Staff
309: Salt Bistick
310: Ash Staff
311: Chestnut Wand
312: Willow Staff
313: Oak Staff
314: Light Staff
315: Delegate Staff
316: Emperor Heqat
317: Was-Sceptre
318: Firecracker
319: Black Powder
320: S-mine
321: Skull Bomber
322: TK94
323: F-Type Cracker
324: I-Type Bomb
325: EX-Napalm
326: Master Nova
327: Gupu
328: Skimming Card
329: Cheat Cards
330: Magician's Deck
331: Oracle Card
332: Conflict deck
333: ESP Card
334: Tri Seals
335: Empress's Card
336: Card of Darkness
337: Stargazer Tarot
338: Raspatory
339: Pain Scalpel
340: Sharp Syringe
341: Vorpal Lancet
342: Heated Lancet
343: Needle Holder
344: Mediclal Needle
345: Tiatan Scope
346: Loreli Laser
347: Gamma Knife
348: Idot's Guide
349: New Magic Book
350: Standard Magic
351: Advanced Magic
352: Aceso's Tome
353: Eldorado's Tome
354: Tome of Life
355: Tome of Edoni
356: Divine Tome
357: Mystic Grimoire
358: Loud Microphone
359: Idol Microphone
360: Giant Megaphone
361: All-Purpose Mic
362: Conqueror's Mic
363: Innocence
364: Angel's Voice
365: Goddess's Voice
366: Ancient Mic
367: Malice Mic
368: Small Crystal
369: Crystal
370: Crystal Ball
371: Aurora Quartz
372: Maban
373: Magatama
374: LaPis Lazuli
375: Dragon Gem
376: Atlantica
377: Sastun
:----
:---Helmet----
:---
1: Flower Ribbon
2: Prisoner Mask
3: Melee Hairband
4: Jr Blood Cap
5: Half Helmet
6: Power Ribbon
7: Iron Headband
8: Puppy Headband
9: Kitty Headband
10: Horned Tiara
11: Sentry Earrings
12: Hardy Bandana
13: Lunatic Mask
14: Power Headband
15: Flame Hairpin
16: Gust Hairpin
17: Mysterious Hairpin
18: Terra Hairpin
19: Wave Hairpin
20: Topaz Earrings
21: Force Mask
22: Normal Helm
23: Fiends Earrings
24: Warrior Band
25: Blood Cap
26: Showdown Band
27: Sage Crown
28: Mystic Earrings
29: Aegis Helm
30: Nurse Cap
31: Heavy Helm
32: Ruby Earrings
33: Dazzling Pomade
34: Gunnolf Tiara
35: Foe Hairband
36: Curly Wig
37: Gold Mask
38: Divine Barrette
39: Amazoness Band
40: Vatic Earrings
41: Vatic Headband
42: Angel Barrette
43: Forgotten Crown
44: Deamon Earrings
45: Prodigy Tiara
46: Type O Earrings
47: Sr. Blood Cap
:---
:---Body Armour---
:---
68: Prisoner Garb
69: Guerilla Jacket
70: Jr. Blood Gear
71: Training Gear
72: Edgy Outfit
73: Cloth Armor
74: Standard Vest
75: Leather Armor
76: Gillie's Suit
77: Patrol Jacket
78: Coal Armor
79: Spirit Mail
80: Field Vest
81: Scale Mail
82: Oak Armor
83: Mad Robe
84: Stab Vest
85: Plate Mail
86: Nurse Outfit
87: Spy Suit
88: Battle Dress
89: High and Low
90: Advanced Mail
91: Valkyrie Coat
92: Scientist Coat
93: Bandit Mail
94: Blood Gear
95: Body Armor
96: Sage Robe
97: Stealth Suit
98: Pilot Suit
99: Shield Outfit
100: Recoil Jacket
101: Armored Dress
102: Full Plate Mail
103: Protective Vest
104: Sr. Blood Gear
105: Femme Shield
106: Assault Suit
107: Destroyer Parka
108: Ops Jacket
109: Lucky Dress
110: Suit Prototype
111: Tactical Vest
112: Stretch Suit
113: Powered Suit
114: Wedding Dress
:---
:---Accesory's---
:---
134: Prisoner Cuffs
135:Jr. Blood Band
136: Stubborn Bangle
137: Innocent Rosary
138: Zippy Watch
139: Power Wrist
140: Cursed Ring
141: Ruby Ring
142: Emerald Ring
143: Topaz Ring
144: Citrine Ring
145: Sapphire Ring
146: Melee Bangle
147: Ring of Gyges
148: Beaded Armband
149: Smart Watch
150: Shield Bangle
151: Blood Armband
152: Dark Bracelet
153: Poison Bracelet
154: Weakness Bracelet
155: Seal Bracelet
156: Stun Bracelet
157: Cursed Misanga
158: Physical Gloves
159: Magic Gloves
160: Power Armband
161: Wisdom Armband
162: Life Armband
163: Stamina Armband
164: Acuity Armband
165: Vigor Armband
166: Resolve Armband
167: Pharaoh Armband
168: Andvaranaut
169: Vatic Ring
170: Sandstorm Ring
171: Hero's Ring
172: Hide Bracelet
173: Sr. Blood Band
:---
:---Blood Packs---
1268: ??? Blood Pack
1269: HP Heal Blood Pack
1270: SP Heal Blood Pack
1271: HP Absorb Blood Pack
1272: SP Absorb Blood Pack
1273: HP Self Blood Pack
1274: SP Self Blood Pack
1275: No Element Blood Pack
1276: Fire Blood Pack
1277: Water Blood Pack
1278: Earth Blood Pack
1279: Air Blood Pack
1280: Attack Blood Pack
1281: Skill Blood Pack
1282: Evade Blood Pack
1283: Hit Rate Blood Pack
1284: Poison Blood Pack
1285: Sleep Blood Pack
1286: Darkness Blood Pack
</DropDownList>
              <GroupHeader>1</GroupHeader>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
        <CheatEntry>
          <ID>99448</ID>
          <Description>"Item Amount"</Description>
          <ShowAsSigned>1</ShowAsSigned>
          <VariableType>2 Bytes</VariableType>
          <Address>sitem</Address>
          <Offsets>
            <Offset>2</Offset>
          </Offsets>
        </CheatEntry>
        <CheatEntry>
          <ID>99483</ID>
          <Description>"Equipment Options"</Description>
          <Options moHideChildren="1"/>
          <GroupHeader>1</GroupHeader>
          <CheatEntries>
            <CheatEntry>
              <ID>99452</ID>
              <Description>"Prefix"</Description>
              <DropDownList DisplayValueAsItem="1">0:None
1:Fei
2:Sho (Reduce Corruption Rate++)
3:Tou
4:Seu
5:Ai
6:Gu  (Air Resistance Up++)
7:Yi  (Darkness resistance Up++)
8:Qi  (Stun Chance on Attack++)
9:Suu (Earth Resistance Up+)
10:Ran (Frostbite Chance on Attack++)
11:Ko  (Blood Cystal Drop Rate Up+)
12:Hei (Critical Rate Up++)
13:You (Air Resistance Up+)
14:En  (Fire Resistance Up+)
15:Jya (Poison Resistance Up+++)
16:Tef
17:Zoh
18:Jia
19:Oso (Skill Seal Resistance Up+++)
20:Mei (Darkness Resistance Up+++)
21:Rei
22:Jin
23:Gyo (Frostbite Resistance Up++)
24:Gei (Stun Resistance Up+++)
25:In  (Frostbite Resistance Up+++)
26:Gan
27:Xue (Weakness Resistance Up+++)
28:Eki (Water Resistance Up+)
29:Wu
30:Hou (Stun Chance on Attack+)
31:Jyo (Poison Chance on Attack++)
32:Ga  (Skill Seal Chance on Attack++)
33:Kyu (Confusion Resistance Up+++)
34:Gon (Darkness Chance on Attack++)
35:Ka  (Stun Resistance Up+)
36:Ba
37:Tai
38:Uri
39:Gui
40:Ya
41:Xin (Reduce Corruption Rate+)
42:Ryu (Fire Resistance Up++)
43:Si  (Confusion Resistance Up+)
44:Ji  (HP recovery each turn+)
45:Zu
46:Jyu
47:Soh (Fire Resistance Up++)
48:Kai
49:Mi  (Critical Rate Up+)
50:Ten
51:Kei (Blood Crystal Drop Rate Up+++)
52:O   (Blood Crystal Drop Rate Up++)
53:Ha  (Skill Seal Resistance Up+)
54:Hen
55:Roh
56:Tsu (Blood Crystal Drop Rate Up)
57:A
58:Kon
59:Xun (Weakness Resistance Up+)
60:Hi  (SP Recovery each turn)
61:Ren
62:Umi (Poison Chance on Attack+)
63:Ju  (Skill Seal Chance on Attack+)
64:Wa
65:Sou (Critical Rate Up+++)
</DropDownList>
              <ShowAsSigned>1</ShowAsSigned>
              <Color>00FF00</Color>
              <VariableType>Byte</VariableType>
              <Address>sitem</Address>
              <Offsets>
                <Offset>5</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>99451</ID>
              <Description>"Upgrades"</Description>
              <ShowAsSigned>1</ShowAsSigned>
              <Color>0000FF</Color>
              <VariableType>Byte</VariableType>
              <Address>sitem</Address>
              <Offsets>
                <Offset>6</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>99457</ID>
              <Description>"Stats Boosts (Prefix Required!)"</Description>
              <Options moHideChildren="1"/>
              <Color>4080FF</Color>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>99456</ID>
                  <Description>"HP"</Description>
                  <ShowAsSigned>1</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>sitem</Address>
                  <Offsets>
                    <Offset>10</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>99455</ID>
                  <Description>"SP"</Description>
                  <ShowAsSigned>1</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>sitem</Address>
                  <Offsets>
                    <Offset>12</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>99454</ID>
                  <Description>"ATK"</Description>
                  <ShowAsSigned>1</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>sitem</Address>
                  <Offsets>
                    <Offset>14</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>99453</ID>
                  <Description>"DEF"</Description>
                  <ShowAsSigned>1</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>sitem</Address>
                  <Offsets>
                    <Offset>16</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>99458</ID>
                  <Description>"TEC"</Description>
                  <ShowAsSigned>1</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>sitem</Address>
                  <Offsets>
                    <Offset>18</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>99482</ID>
                  <Description>"MEN"</Description>
                  <ShowAsSigned>1</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>sitem</Address>
                  <Offsets>
                    <Offset>1A</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>99459</ID>
                  <Description>"AGI"</Description>
                  <ShowAsSigned>1</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>sitem</Address>
                  <Offsets>
                    <Offset>1c</Offset>
                  </Offsets>
                </CheatEntry>
                <CheatEntry>
                  <ID>99460</ID>
                  <Description>"LUC"</Description>
                  <ShowAsSigned>1</ShowAsSigned>
                  <VariableType>2 Bytes</VariableType>
                  <Address>sitem</Address>
                  <Offsets>
                    <Offset>1E</Offset>
                  </Offsets>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
            <CheatEntry>
              <ID>99481</ID>
              <Description>"Equipment Skill ID"</Description>
              <DropDownList DisplayValueAsItem="1">0:Nothing
320:Fire Rig
321:Wind Rig
322:Earth Rig
323:Water Rig
324:Cure
325:All Attack
326:Cure SP
327:Poison Counter
328:Darkness Counter
329:Stun Counter
330:Sleep Counter
331:Skill Seal Counter
332:Confusion Counter
333:Frostbite Counter
334:Death Counter
335:Blind (TBD)
</DropDownList>
              <ShowAsSigned>0</ShowAsSigned>
              <Color>FF0080</Color>
              <VariableType>2 Bytes</VariableType>
              <Address>sitem</Address>
              <Offsets>
                <Offset>22</Offset>
              </Offsets>
            </CheatEntry>
            <CheatEntry>
              <ID>99464</ID>
              <Description>"Extra Effects"</Description>
              <Options moHideChildren="1"/>
              <Color>FF8000</Color>
              <GroupHeader>1</GroupHeader>
              <CheatEntries>
                <CheatEntry>
                  <ID>99474</ID>
                  <Description>"SL/ST/BL"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>99476</ID>
                      <Description>"----------Can only pick one.----------"</Description>
                      <Color>0000FF</Color>
                      <GroupHeader>1</GroupHeader>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>99461</ID>
                      <Description>"ST (Silver)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <Color>C0C0C0</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>0</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>sitem</Address>
                      <Offsets>
                        <Offset>24</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>99462</ID>
                      <Description>"ST (Gold)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <Color>00FFFF</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>1</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>sitem</Address>
                      <Offsets>
                        <Offset>24</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>99463</ID>
                      <Description>"ST (Platinum)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <Color>FFFF00</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>2</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>sitem</Address>
                      <Offsets>
                        <Offset>24</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>99473</ID>
                      <Description>"(-----------)"</Description>
                      <Color>0000FF</Color>
                      <GroupHeader>1</GroupHeader>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>99465</ID>
                      <Description>"SL (Silver)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <Color>C0C0C0</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>4</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>sitem</Address>
                      <Offsets>
                        <Offset>24</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>99466</ID>
                      <Description>"SL (Gold)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <Color>00FFFF</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>5</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>sitem</Address>
                      <Offsets>
                        <Offset>24</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>99467</ID>
                      <Description>"SL (Platinum)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <Color>FFFF00</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>6</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>sitem</Address>
                      <Offsets>
                        <Offset>24</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>99471</ID>
                      <Description>"(-----------)"</Description>
                      <Color>0000FF</Color>
                      <GroupHeader>1</GroupHeader>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>99470</ID>
                      <Description>"BL (Silver)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <Color>C0C0C0</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>0</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>sitem</Address>
                      <Offsets>
                        <Offset>25</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>99469</ID>
                      <Description>"BL (Gold)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <Color>00FFFF</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>1</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>sitem</Address>
                      <Offsets>
                        <Offset>25</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>99468</ID>
                      <Description>"BL (Platinum)"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <Color>FFFF00</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>2</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>sitem</Address>
                      <Offsets>
                        <Offset>25</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
                <CheatEntry>
                  <ID>99475</ID>
                  <Description>"Ailments"</Description>
                  <Options moHideChildren="1"/>
                  <GroupHeader>1</GroupHeader>
                  <CheatEntries>
                    <CheatEntry>
                      <ID>99484</ID>
                      <Description>"----------Can only pick one.----------"</Description>
                      <Color>0000FF</Color>
                      <GroupHeader>1</GroupHeader>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>99477</ID>
                      <Description>"Poison"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <Color>00FF00</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>4</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>sitem</Address>
                      <Offsets>
                        <Offset>25</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>99480</ID>
                      <Description>"Stun"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <Color>0000FF</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>5</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>sitem</Address>
                      <Offsets>
                        <Offset>25</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>99479</ID>
                      <Description>"Sleep"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <Color>FF8080</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>6</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>sitem</Address>
                      <Offsets>
                        <Offset>25</Offset>
                      </Offsets>
                    </CheatEntry>
                    <CheatEntry>
                      <ID>99478</ID>
                      <Description>"Confusion"</Description>
                      <ShowAsSigned>0</ShowAsSigned>
                      <Color>FF0080</Color>
                      <VariableType>Binary</VariableType>
                      <BitStart>7</BitStart>
                      <BitLength>1</BitLength>
                      <ShowAsBinary>0</ShowAsBinary>
                      <Address>sitem</Address>
                      <Offsets>
                        <Offset>25</Offset>
                      </Offsets>
                    </CheatEntry>
                  </CheatEntries>
                </CheatEntry>
              </CheatEntries>
            </CheatEntry>
          </CheatEntries>
        </CheatEntry>
      </CheatEntries>
    </CheatEntry>
  </CheatEntries>
  <UserdefinedSymbols/>
</CheatTable>

Post Reply

Who is online

Users browsing this forum: AhrefsBot, baoooooo, BLEXBot, Djinn3011, doodl3simpl3, Google [Bot], Shirokaido, tonyluCM, YandexBot