Lost Dimension
- kazumazero
- Noobzor
- Posts: 13
- Joined: Thu Mar 09, 2017 10:53 am
- Reputation: 0
Lost Dimension
There's new vita game port to PC name lost dimension.
The thing is, the value seem not as it shown. cant change the item using cheat engine.
Any idea how to do it?
The thing is, the value seem not as it shown. cant change the item using cheat engine.
Any idea how to do it?
Re: Lost Dimension
Encrypted values
[Link]
[Link]
[Link]
[Link]
- kazumazero
- Noobzor
- Posts: 13
- Joined: Thu Mar 09, 2017 10:53 am
- Reputation: 0
Re: Lost Dimension
aww shuck im bad Encrypted values. Thanks for info.~
gonna try it in a bit
gonna try it in a bit
Re: Lost Dimension
l also tried to find the main character stats to increase them and failed . l cannot find a quick way to manipulate stats change to use the method in the video above.
Re: Lost Dimension
Hey thanks for the table , l tested it. The money code works the main dude's stats code doesn't work.
l also found the main dude gift point by using unknown value then decrease value search. Froze it then unlocked most of the main dude's skills but when l tried to find the pointer to the value , l cannot , the game just freeze and l have to force xlose it. So everytime l want to cheat l have to start searching unknown value from scratch
l also found the main dude gift point by using unknown value then decrease value search. Froze it then unlocked most of the main dude's skills but when l tried to find the pointer to the value , l cannot , the game just freeze and l have to force xlose it. So everytime l want to cheat l have to start searching unknown value from scratch
Re: Lost Dimension
Hey , are you using steam version of the game? l'm not sure if this game has gog version or not but l bought it from steam with 2 dlcs only (costume&mission). Could that be the different?
Re: Lost Dimension
omg l'm an idiot. you have to go in the the mission to get the stat code to work. l kept trying to enable the pointer by going to the status screen in the hub area. >_>
Re: Lost Dimension
SKIDROW with 1 DLC version unknown. (Out of money )
Try to change some of the offsets.
8
24 <----- Here or
28C
34 <------ Here
10 <------ (maybe)
Try to change some of the offsets.
8
24 <----- Here or
28C
34 <------ Here
10 <------ (maybe)
Re: Lost Dimension
So, I make some scripts that set all item to 77 (you can edit it) ,don't know if it will work for your game
Spoiler
just copy the code and paste it into CE
Code: Select all
<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
<CheatEntries>
<CheatEntry>
<ID>14</ID>
<Description>"Auto Assemble script"</Description>
<LastState/>
<VariableType>Auto Assembler Script</VariableType>
<AssemblerScript>[ENABLE]
assert("LostDimension.exe"+18971F,66 8B 06 66 C1 E8 0C)
alloc(newmem,2048)
label(returnhere)
newmem:
mov word ptr [esi],a9a0
mov ax,[esi]
shr ax,0C
jmp returnhere
"LostDimension.exe"+18971F:
jmp newmem
nop
nop
returnhere:
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
"LostDimension.exe"+18971F:
mov ax,[esi]
shr ax,0C
//Alt: db 66 8B 06 66 C1 E8 0C
</AssemblerScript>
</CheatEntry>
<CheatEntry>
<ID>16</ID>
<Description>"Auto Assemble script"</Description>
<LastState/>
<VariableType>Auto Assembler Script</VariableType>
<AssemblerScript>[ENABLE]
assert("LostDimension.exe"+1895A1,66 8B 06 66 C1 E8 0C)
alloc(newmem,2048)
label(returnhere)
newmem:
mov word ptr [esi],a9a0
mov ax,[esi]
shr ax,0C
jmp returnhere
"LostDimension.exe"+1895A1:
jmp newmem
nop
nop
returnhere:
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
"LostDimension.exe"+1895A1:
mov ax,[esi]
shr ax,0C
//Alt: db 66 8B 06 66 C1 E8 0C
</AssemblerScript>
</CheatEntry>
<CheatEntry>
<ID>18</ID>
<Description>"Auto Assemble script"</Description>
<LastState/>
<VariableType>Auto Assembler Script</VariableType>
<AssemblerScript>[ENABLE]
assert("LostDimension.exe"+18961F,66 8B 06 66 C1 E8 0C)
alloc(newmem,2048)
label(returnhere)
newmem:
mov word ptr[esi],a9a0
mov ax,[esi]
shr ax,0C
jmp returnhere
"LostDimension.exe"+18961F:
jmp newmem
nop
nop
returnhere:
[DISABLE]
dealloc(newmem)
"LostDimension.exe"+18961F:
mov ax,[esi]
shr ax,0C
//Alt: db 66 8B 06 66 C1 E8 0C
</AssemblerScript>
</CheatEntry>
<CheatEntry>
<ID>19</ID>
<Description>"Auto Assemble script"</Description>
<LastState/>
<VariableType>Auto Assembler Script</VariableType>
<AssemblerScript>[ENABLE]
assert("LostDimension.exe"+1896A2,66 8B 06 66 C1 E8 0C)
alloc(newmem,2048)
label(returnhere)
newmem:
mov word ptr [esi],a9a0
mov ax,[esi]
shr ax,0C
jmp returnhere
"LostDimension.exe"+1896A2:
jmp newmem
nop
nop
returnhere:
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
"LostDimension.exe"+1896A2:
mov ax,[esi]
shr ax,0C
//Alt: db 66 8B 06 66 C1 E8 0C
</AssemblerScript>
</CheatEntry>
<CheatEntry>
<ID>34</ID>
<Description>"Auto Assemble script"</Description>
<LastState/>
<VariableType>Auto Assembler Script</VariableType>
<AssemblerScript>[ENABLE]
//dlc item
assert("LostDimension.exe"+18F028,66 8B 00 66 C1 E8 05)
alloc(newmem,2048)
label(returnhere)
newmem:
mov [eax],a9a0
mov ax,[eax]
shr ax,05
jmp returnhere
"LostDimension.exe"+18F028:
jmp newmem
nop
nop
returnhere:
[DISABLE]
dealloc(newmem)
"LostDimension.exe"+18F028:
mov ax,[eax]
shr ax,05
//Alt: db 66 8B 00 66 C1 E8 05
</AssemblerScript>
</CheatEntry>
</CheatEntries>
</CheatTable>
- kazumazero
- Noobzor
- Posts: 13
- Joined: Thu Mar 09, 2017 10:53 am
- Reputation: 0
Re: Lost Dimension
Just copy it to auto assembler?
Cake-san wrote: ↑Thu Nov 02, 2017 8:17 amSo, I make some scripts that set all item to 77 (you can edit it) ,don't know if it will work for your gameSpoiler
just copy the code and paste it into CECode: Select all
<?xml version="1.0" encoding="utf-8"?> <CheatTable> <CheatEntries> <CheatEntry> <ID>14</ID> <Description>"Auto Assemble script"</Description> <LastState/> <VariableType>Auto Assembler Script</VariableType> <AssemblerScript>[ENABLE] assert("LostDimension.exe"+18971F,66 8B 06 66 C1 E8 0C) alloc(newmem,2048) label(returnhere) newmem: mov word ptr [esi],a9a0 mov ax,[esi] shr ax,0C jmp returnhere "LostDimension.exe"+18971F: jmp newmem nop nop returnhere: [DISABLE] //code from here till the end of the code will be used to disable the cheat dealloc(newmem) "LostDimension.exe"+18971F: mov ax,[esi] shr ax,0C //Alt: db 66 8B 06 66 C1 E8 0C </AssemblerScript> </CheatEntry> <CheatEntry> <ID>16</ID> <Description>"Auto Assemble script"</Description> <LastState/> <VariableType>Auto Assembler Script</VariableType> <AssemblerScript>[ENABLE] assert("LostDimension.exe"+1895A1,66 8B 06 66 C1 E8 0C) alloc(newmem,2048) label(returnhere) newmem: mov word ptr [esi],a9a0 mov ax,[esi] shr ax,0C jmp returnhere "LostDimension.exe"+1895A1: jmp newmem nop nop returnhere: [DISABLE] //code from here till the end of the code will be used to disable the cheat dealloc(newmem) "LostDimension.exe"+1895A1: mov ax,[esi] shr ax,0C //Alt: db 66 8B 06 66 C1 E8 0C </AssemblerScript> </CheatEntry> <CheatEntry> <ID>18</ID> <Description>"Auto Assemble script"</Description> <LastState/> <VariableType>Auto Assembler Script</VariableType> <AssemblerScript>[ENABLE] assert("LostDimension.exe"+18961F,66 8B 06 66 C1 E8 0C) alloc(newmem,2048) label(returnhere) newmem: mov word ptr[esi],a9a0 mov ax,[esi] shr ax,0C jmp returnhere "LostDimension.exe"+18961F: jmp newmem nop nop returnhere: [DISABLE] dealloc(newmem) "LostDimension.exe"+18961F: mov ax,[esi] shr ax,0C //Alt: db 66 8B 06 66 C1 E8 0C </AssemblerScript> </CheatEntry> <CheatEntry> <ID>19</ID> <Description>"Auto Assemble script"</Description> <LastState/> <VariableType>Auto Assembler Script</VariableType> <AssemblerScript>[ENABLE] assert("LostDimension.exe"+1896A2,66 8B 06 66 C1 E8 0C) alloc(newmem,2048) label(returnhere) newmem: mov word ptr [esi],a9a0 mov ax,[esi] shr ax,0C jmp returnhere "LostDimension.exe"+1896A2: jmp newmem nop nop returnhere: [DISABLE] //code from here till the end of the code will be used to disable the cheat dealloc(newmem) "LostDimension.exe"+1896A2: mov ax,[esi] shr ax,0C //Alt: db 66 8B 06 66 C1 E8 0C </AssemblerScript> </CheatEntry> <CheatEntry> <ID>34</ID> <Description>"Auto Assemble script"</Description> <LastState/> <VariableType>Auto Assembler Script</VariableType> <AssemblerScript>[ENABLE] //dlc item assert("LostDimension.exe"+18F028,66 8B 00 66 C1 E8 05) alloc(newmem,2048) label(returnhere) newmem: mov [eax],a9a0 mov ax,[eax] shr ax,05 jmp returnhere "LostDimension.exe"+18F028: jmp newmem nop nop returnhere: [DISABLE] dealloc(newmem) "LostDimension.exe"+18F028: mov ax,[eax] shr ax,05 //Alt: db 66 8B 00 66 C1 E8 05 </AssemblerScript> </CheatEntry> </CheatEntries> </CheatTable>
Re: Lost Dimension
Copy (the code) to notepad and save as CT (Lost Dimension.CT)
Table for all characters and fiew other things.
- Attachments
-
- Lost Dimension.CT
- (42.22 KiB) Downloaded 171 times
- kazumazero
- Noobzor
- Posts: 13
- Joined: Thu Mar 09, 2017 10:53 am
- Reputation: 0
Re: Lost Dimension
Re: Lost Dimension
thanks a bunch guys!
Can you make a code for the main guy sho's gift exp? you can find the address by scanning unknown value 4/8 byte spend a gift exp point then scan for decrease value.
My problem is after l found the address and attach the debugger on it to see what is accessing it the game freezes.
Can you make a code for the main guy sho's gift exp? you can find the address by scanning unknown value 4/8 byte spend a gift exp point then scan for decrease value.
My problem is after l found the address and attach the debugger on it to see what is accessing it the game freezes.
Who is online
Users browsing this forum: AhrefsBot, AwarioBot, Google Adsense [Bot], jvalston