Chasm

Ask about cheats/tables for single player games here
linkff
Table Makers
Table Makers
Posts: 176
Joined: Fri Mar 03, 2017 3:16 pm
Reputation: 95

Chasm

Post by linkff »

[QUOTE="odaglerf, post: 53890, member: 16469"]no se mucho de ingles pero lo de las estadisticas lo pude elevar tambien buscandolo en 4 bytes pero cuando subes de nivel asi si puedes elevarlo y lo recomiendo en 155 ya que hay te dan los dos objetos del moustro[/QUOTE]

Indeed monsters have 2 items a normal drop and a rare drop if you want the normal you just drop luck stat like you said

linkff
Table Makers
Table Makers
Posts: 176
Joined: Fri Mar 03, 2017 3:16 pm
Reputation: 95

Chasm

Post by linkff »

[QUOTE="Luke76bg, post: 53752, member: 341"]Thank you!!!

1533178689

the potions are really fun, if would be possible to make them lasting forever would be amazing, for a game like this![/QUOTE]

Finally had to mess with asm and did it use potions once any potion and use script: timer freezes for the whole gameplay.

Enable script only out of menus once timer has started decreasing a bit
Last edited by linkff on Fri Aug 03, 2018 3:46 pm, edited 4 times in total.

Luke76bg
Expert Cheater
Expert Cheater
Posts: 264
Joined: Fri Mar 03, 2017 1:54 pm
Reputation: 11

Chasm

Post by Luke76bg »

[QUOTE="linkff, post: 53921, member: 377"]Finally had to mess with asm and did it use potions once any potion and use script: timer freezes for the whole gameplay.

Enable script only out of menus once timer has started decreasing a bit[/QUOTE]



Thank you so much! There is no hope for stats editor right ? It's too hard ?

1533316096

I'm trying to get the luck value, i have 32, and i searched for 32 with 4 byte, then i equipped a different helmet that lowered the stat to 31, so i searched for the decreased value, but nothing....:/
Last edited by Luke76bg on Fri Aug 03, 2018 5:08 pm, edited 3 times in total.

linkff
Table Makers
Table Makers
Posts: 176
Joined: Fri Mar 03, 2017 3:16 pm
Reputation: 95

Chasm

Post by linkff »

[QUOTE="Luke76bg, post: 53926, member: 341"]Thank you so much! There is no hope for stats editor right ? It's too hard ?

1533316096

I'm trying to get the luck value, i have 32, and i searched for 32 with 4 byte, then i equipped a different helmet that lowered the stat to 31, so i searched for the decreased value, but nothing....:/[/QUOTE]

No no no doesn't work like that remove anything that affects the stat search that value and then increase it with stat boosting scroll or level up and search new value you need base luck not total >_> total is only graphics not actual value .... i trying to mod Get_Luck function now game checks it only during stat screen
Last edited by linkff on Thu Jan 01, 1970 12:00 am, edited 2 times in total.

Luke76bg
Expert Cheater
Expert Cheater
Posts: 264
Joined: Fri Mar 03, 2017 1:54 pm
Reputation: 11

Chasm

Post by Luke76bg »

However the freeze effect works perfectly, but the god mode, even with LINK word in the debug, doesn't! I can't simply activate the cheat.

1533318341

[QUOTE="linkff, post: 53929, member: 377"]No no no doesn't work like that remove anything that affects the stat search that value and then increase it with stat boosting scroll or level up and search new value you need base luck not total >_> total is only graphics not actual value .... i trying to mod Get_Luck function now game checks it only during stat screen[/QUOTE]



if i have understood correctly, i should remove all stat boost about luck, search the base value with 4 byte, in my case 28, and then equip an item to boost the luck and use changed value in next scan ? Or only works with boosting scroll or level up ?

1533320026

i found the luck but the strange thing is that cheat engine showed the same value for previous and changed, with the changed value search, i mean, it was 9 for both but i found it!

1533320529

But the luck doesn't remain fixed, when i use a scroll or i level up if put 255 it come back to 0 O__O
Last edited by Luke76bg on Fri Aug 03, 2018 6:22 pm, edited 7 times in total.

linkff
Table Makers
Table Makers
Posts: 176
Joined: Fri Mar 03, 2017 3:16 pm
Reputation: 95

Chasm

Post by linkff »

:eek: Found a way mod everything in game but idk how to add it to script yet so i'll make a tutorial for specific game tomorrow :) Including colissions and item editors
Last edited by linkff on Thu Jan 01, 1970 12:00 am, edited 1 time in total.

jeggyresti
Novice Cheater
Novice Cheater
Posts: 22
Joined: Thu Jan 04, 2018 10:00 am
Reputation: 2

Chasm

Post by jeggyresti »

table dont work with new update

User avatar
Cake-san
Table Makers
Table Makers
Posts: 425
Joined: Sun Mar 26, 2017 4:32 pm
Reputation: 772

Chasm

Post by Cake-san »

The game is writen in .Net which you can decompile the .exe and see every game logic.



Here's a very basic table.



If there's anyone want to update the table, just update it because I'm not that free anymore.



#Updated - add movement speed
Attachments
Chasm.CT
v1.02d -add movement speed
(12.02 KiB) Downloaded 125 times
Last edited by Cake-san on Sat Aug 04, 2018 6:32 pm, edited 1 time in total.

linkff
Table Makers
Table Makers
Posts: 176
Joined: Fri Mar 03, 2017 3:16 pm
Reputation: 95

Chasm

Post by linkff »

Ok gonna show you how to do everything manually people who know better can even make player hook script with that so here i go

First get the player state byte (the byte i used to call infinite jump byte scan for 3 while walking and 2 while standing and 11 while crouching till you get the offset)

Image



Image



Image



Image



Image



Image



Image



Image

Luke76bg
Expert Cheater
Expert Cheater
Posts: 264
Joined: Fri Mar 03, 2017 1:54 pm
Reputation: 11

Chasm

Post by Luke76bg »

with the new update, the web from spider stuck you in it if you have infinite potion cheat activated. Beware!

Luke76bg
Expert Cheater
Expert Cheater
Posts: 264
Joined: Fri Mar 03, 2017 1:54 pm
Reputation: 11

Chasm

Post by Luke76bg »

[QUOTE="Cake-san, post: 53989, member: 1634"]The game is writen in .Net which you can decompile the .exe and see every game logic.



Here's a very basic table.



If there's anyone want to update the table, just update it because I'm not that free anymore.[/QUOTE]



how to increase the speed of the character ? if a put 3 in movement, the character doesn't move correctly! :/

User avatar
Cake-san
Table Makers
Table Makers
Posts: 425
Joined: Sun Mar 26, 2017 4:32 pm
Reputation: 772

Chasm

Post by Cake-san »

[QUOTE="Luke76bg, post: 54025, member: 341"]how to increase the speed of the character ? if a put 3 in movement, the character doesn't move correctly! :/[/QUOTE]

Well that's variable for movement state not speed, sorry.



[URL='https://fearlessrevolution.com/attachments/chasm-ct.11838/']Updated my table[/URL].
Last edited by Cake-san on Sat Aug 04, 2018 6:45 pm, edited 1 time in total.

linkff
Table Makers
Table Makers
Posts: 176
Joined: Fri Mar 03, 2017 3:16 pm
Reputation: 95

Chasm

Post by linkff »

[QUOTE="Cake-san, post: 54036, member: 1634"]Well that's variable for movement state not speed, sorry.



[URL='https://fearlessrevolution.com/attachments/chasm-ct.11838/']Updated my table[/URL].[/QUOTE]

Can you make and aob hook to include Chasm.Player table? Chasm.Player has many interesting things

odaglerf
What is cheating?
What is cheating?
Posts: 4
Joined: Mon Apr 23, 2018 2:45 pm
Reputation: 0

Chasm

Post by odaglerf »

s

[QUOTE="Luke76bg, post: 53930, member: 341"]However the freeze effect works perfectly, but the god mode, even with LINK word in the debug, doesn't! I can't simply activate the cheat.

1533318341





if i have understood correctly, i should remove all stat boost about luck, search the base value with 4 byte, in my case 28, and then equip an item to boost the luck and use changed value in next scan ? Or only works with boosting scroll or level up ?

1533320026

i found the luck but the strange thing is that cheat engine showed the same value for previous and changed, with the changed value search, i mean, it was 9 for both but i found it!

1533320529

But the luck doesn't remain fixed, when i use a scroll or i level up if put 255 it come back to 0 O__O[/QUOTE

solo funciona al elevar el nivel al colocar un objeto que te aumente la estadistica no funciona o tambien fuciona con un pergamino lo que se quiere es buscar la base no el plus que le des con los items[/QUOTE]
Last edited by odaglerf on Thu Jan 01, 1970 12:00 am, edited 2 times in total.

linkff
Table Makers
Table Makers
Posts: 176
Joined: Fri Mar 03, 2017 3:16 pm
Reputation: 95

Chasm

Post by linkff »

[IMG]https://i.imgur.com/NdNoOPL.png[/IMG]

if you mod weapon stats it wont change if you save the game do it near save point and save it has even status protection things down :3

Btw PositionF is X axis and PositionF_2 is Y axis someone could make teleporter too with those :3
Last edited by linkff on Sun Aug 05, 2018 1:51 am, edited 2 times in total.

Post Reply

Who is online

Users browsing this forum: Buddies259, DotBot, lmrlmax, NomiKatsuki