Ask about cheats/tables for single player games here
efvf56
Novice Cheater
Posts: 22 Joined: Wed May 01, 2019 6:54 pm
Reputation: 0
Post
by efvf56 » Tue Jun 18, 2024 6:38 pm
ymb wrote: ↑ Wed Jun 12, 2024 6:31 pm
my first table v0.5.1.1
whoah, thank you so much for your effort.
all options works just fine, and personally i dont think we need anymore options than this,
the game is highly protected.
for now, its giving me data error after 5-10 of play with any of the options turned on from the table,
any fix ?
EEEZD
What is cheating?
Posts: 2 Joined: Wed May 29, 2024 12:39 pm
Reputation: 0
Post
by EEEZD » Thu Jun 20, 2024 10:42 am
ymb wrote: ↑ Wed Jun 12, 2024 6:31 pm
my first table v0.5.1.1
Thank you very much for your contribution. The game has been updated to version 0.6.0.1 and we need your update. Thank you
chenjsy
What is cheating?
Posts: 4 Joined: Thu Jun 20, 2024 11:38 am
Reputation: 0
Post
by chenjsy » Thu Jun 20, 2024 1:39 pm
ymb wrote: ↑ Wed Jun 12, 2024 6:31 pm
my first table v0.5.1.1
could you disclose the method of modification plz
ymb
Novice Cheater
Posts: 18 Joined: Sat Sep 26, 2020 8:13 am
Reputation: 6
Post
by ymb » Thu Jun 20, 2024 2:29 pm
update v0.6.0.1
Attachments
Meta Ghost v0.6.0.1.CT
(303.13 KiB) Downloaded 78 times
chenjsy
What is cheating?
Posts: 4 Joined: Thu Jun 20, 2024 11:38 am
Reputation: 0
Post
by chenjsy » Thu Jun 20, 2024 3:13 pm
ymb wrote: ↑ Thu Jun 20, 2024 2:29 pm
update v0.6.0.1
thanks for your contribution
chenjsy
What is cheating?
Posts: 4 Joined: Thu Jun 20, 2024 11:38 am
Reputation: 0
Post
by chenjsy » Thu Jun 20, 2024 3:14 pm
ymb wrote: ↑ Thu Jun 20, 2024 2:29 pm
update v0.6.0.1
Can the method be publiced?
shanqu
What is cheating?
Posts: 1 Joined: Thu Jun 20, 2024 6:00 pm
Reputation: 0
Post
by shanqu » Thu Jun 20, 2024 6:02 pm
ymb wrote: ↑ Thu Jun 20, 2024 2:29 pm
update v0.6.0.1
Thank you very much
ymb
Novice Cheater
Posts: 18 Joined: Sat Sep 26, 2020 8:13 am
Reputation: 6
Post
by ymb » Thu Jun 20, 2024 7:32 pm
chenjsy wrote: ↑ Thu Jun 20, 2024 3:14 pm
ymb wrote: ↑ Thu Jun 20, 2024 2:29 pm
update v0.6.0.1
Can the method be publiced?
ok
chenjsy
What is cheating?
Posts: 4 Joined: Thu Jun 20, 2024 11:38 am
Reputation: 0
Post
by chenjsy » Fri Jun 21, 2024 1:21 am
ymb wrote: ↑ Thu Jun 20, 2024 7:32 pm
chenjsy wrote: ↑ Thu Jun 20, 2024 3:14 pm
ymb wrote: ↑ Thu Jun 20, 2024 2:29 pm
update v0.6.0.1
Can the method be publiced?
ok
In [Inf Energy & Skill]
how to find the address "GameAssembly.dll"
+6FD6CD
濒危物种猫咪
Table Makers
Posts: 167 Joined: Tue Oct 18, 2022 5:09 am
Reputation: 143
Post
by 濒危物种猫咪 » Fri Jun 21, 2024 1:24 pm
We can use mono to achieve some cheats
such as:
Freeze AI
Code: Select all
Usemono()
[ENABLE]
AI.Actions.MoveToDirection.OnUpdate:
db C3 C3
AI.Actions.MoveToPositon.OnUpdate:
db C3 C3
[DISABLE]
AI.Actions.MoveToDirection.OnUpdate:
db 40 53
AI.Actions.MoveToPositon.OnUpdate:
db 40 53
Freeze AI Skills
Code: Select all
Usemono()
[ENABLE]
AI.Actions.CastSkill.OnUpdate:
db C3 C3
[DISABLE]
AI.Actions.CastSkill.OnUpdate:
db 40 53
Anyway,there are still many features that can be changed like this
Attachments
Meta Ghost v0.6.0.2.CT
(954 Bytes) Downloaded 50 times
Zargololo
What is cheating?
Posts: 2 Joined: Fri Jun 21, 2024 2:25 pm
Reputation: 0
Post
by Zargololo » Fri Jun 21, 2024 2:26 pm
濒危物种猫咪 wrote: ↑ Fri Jun 21, 2024 1:24 pm
We can use mono to achieve some cheats
such as:
Freeze AI
Code: Select all
Usemono()
[ENABLE]
AI.Actions.MoveToDirection.OnUpdate:
db C3 C3
AI.Actions.MoveToPositon.OnUpdate:
db C3 C3
[DISABLE]
AI.Actions.MoveToDirection.OnUpdate:
db 40 53
AI.Actions.MoveToPositon.OnUpdate:
db 40 53
Freeze AI Skills
Code: Select all
Usemono()
[ENABLE]
AI.Actions.CastSkill.OnUpdate:
db C3 C3
[DISABLE]
AI.Actions.CastSkill.OnUpdate:
db 40 53
Anyway,there are still many features that can be changed like this
I just tried, It doesn't work, I can't click on the pointers
濒危物种猫咪
Table Makers
Posts: 167 Joined: Tue Oct 18, 2022 5:09 am
Reputation: 143
Post
by 濒危物种猫咪 » Fri Jun 21, 2024 2:29 pm
Zargololo wrote: ↑ Fri Jun 21, 2024 2:26 pm
濒危物种猫咪 wrote: ↑ Fri Jun 21, 2024 1:24 pm
We can use mono to achieve some cheats
such as:
Freeze AI
Code: Select all
Usemono()
[ENABLE]
AI.Actions.MoveToDirection.OnUpdate:
db C3 C3
AI.Actions.MoveToPositon.OnUpdate:
db C3 C3
[DISABLE]
AI.Actions.MoveToDirection.OnUpdate:
db 40 53
AI.Actions.MoveToPositon.OnUpdate:
db 40 53
Freeze AI Skills
Code: Select all
Usemono()
[ENABLE]
AI.Actions.CastSkill.OnUpdate:
db C3 C3
[DISABLE]
AI.Actions.CastSkill.OnUpdate:
db 40 53
Anyway,there are still many features that can be changed like this
I just tried, It doesn't work, I can't click on the pointers
Try again,you need to turn on Mono first,it will spend some times
Zargololo
What is cheating?
Posts: 2 Joined: Fri Jun 21, 2024 2:25 pm
Reputation: 0
Post
by Zargololo » Fri Jun 21, 2024 2:31 pm
濒危物种猫咪 wrote: ↑ Fri Jun 21, 2024 2:29 pm
Zargololo wrote: ↑ Fri Jun 21, 2024 2:26 pm
濒危物种猫咪 wrote: ↑ Fri Jun 21, 2024 1:24 pm
We can use mono to achieve some cheats
such as:
Freeze AI
Code: Select all
Usemono()
[ENABLE]
AI.Actions.MoveToDirection.OnUpdate:
db C3 C3
AI.Actions.MoveToPositon.OnUpdate:
db C3 C3
[DISABLE]
AI.Actions.MoveToDirection.OnUpdate:
db 40 53
AI.Actions.MoveToPositon.OnUpdate:
db 40 53
Freeze AI Skills
Code: Select all
Usemono()
[ENABLE]
AI.Actions.CastSkill.OnUpdate:
db C3 C3
[DISABLE]
AI.Actions.CastSkill.OnUpdate:
db 40 53
Anyway,there are still many features that can be changed like this
I just tried, It doesn't work, I can't click on the pointers
Try again,you need to turn on Mono first,it will spend some times
Oh.. Sorry i'm new to all this, how do you turn on Mono? =)
濒危物种猫咪
Table Makers
Posts: 167 Joined: Tue Oct 18, 2022 5:09 am
Reputation: 143
Post
by 濒危物种猫咪 » Fri Jun 21, 2024 2:57 pm
Zargololo wrote: ↑ Fri Jun 21, 2024 2:31 pm
濒危物种猫咪 wrote: ↑ Fri Jun 21, 2024 2:29 pm
Zargololo wrote: ↑ Fri Jun 21, 2024 2:26 pm
I just tried, It doesn't work, I can't click on the pointers
Try again,you need to turn on Mono first,it will spend some times
Oh.. Sorry i'm new to all this, how do you turn on Mono? =)
Just wiat awa
I have add "UseMono"
濒危物种猫咪
Table Makers
Posts: 167 Joined: Tue Oct 18, 2022 5:09 am
Reputation: 143
Post
by 濒危物种猫咪 » Fri Jun 21, 2024 3:00 pm
Correct on V0.6.0.2
Actually i don'ot konw how to repair InfSkills
based on ymb's table
Attachments
Meta Ghost v0.6.0.2beta.CT
(4.8 KiB) Downloaded 68 times