[Request]Meta-Ghost: The Breaking Show

Ask about cheats/tables for single player games here
efvf56
Novice Cheater
Novice Cheater
Posts: 22
Joined: Wed May 01, 2019 6:54 pm
Reputation: 0

Re: [Request]Meta-Ghost: The Breaking Show

Post by efvf56 »

ymb wrote:
Wed Jun 12, 2024 6:31 pm
my first table v0.5.1.1 :D
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?
What is cheating?
Posts: 2
Joined: Wed May 29, 2024 12:39 pm
Reputation: 0

Re: [Request]Meta-Ghost: The Breaking Show

Post by EEEZD »

ymb wrote:
Wed Jun 12, 2024 6:31 pm
my first table v0.5.1.1 :D
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?
What is cheating?
Posts: 4
Joined: Thu Jun 20, 2024 11:38 am
Reputation: 0

Re: [Request]Meta-Ghost: The Breaking Show

Post by chenjsy »

ymb wrote:
Wed Jun 12, 2024 6:31 pm
my first table v0.5.1.1 :D
could you disclose the method of modification plz

ymb
Novice Cheater
Novice Cheater
Posts: 18
Joined: Sat Sep 26, 2020 8:13 am
Reputation: 6

Re: [Request]Meta-Ghost: The Breaking Show

Post by ymb »

update v0.6.0.1 :D
Attachments
Meta Ghost v0.6.0.1.CT
(303.13 KiB) Downloaded 78 times

chenjsy
What is cheating?
What is cheating?
Posts: 4
Joined: Thu Jun 20, 2024 11:38 am
Reputation: 0

Re: [Request]Meta-Ghost: The Breaking Show

Post by chenjsy »

ymb wrote:
Thu Jun 20, 2024 2:29 pm
update v0.6.0.1 :D
thanks for your contribution

chenjsy
What is cheating?
What is cheating?
Posts: 4
Joined: Thu Jun 20, 2024 11:38 am
Reputation: 0

Re: [Request]Meta-Ghost: The Breaking Show

Post by chenjsy »

ymb wrote:
Thu Jun 20, 2024 2:29 pm
update v0.6.0.1 :D
Can the method be publiced?

shanqu
What is cheating?
What is cheating?
Posts: 1
Joined: Thu Jun 20, 2024 6:00 pm
Reputation: 0

Re: [Request]Meta-Ghost: The Breaking Show

Post by shanqu »

ymb wrote:
Thu Jun 20, 2024 2:29 pm
update v0.6.0.1 :D
Thank you very much

ymb
Novice Cheater
Novice Cheater
Posts: 18
Joined: Sat Sep 26, 2020 8:13 am
Reputation: 6

Re: [Request]Meta-Ghost: The Breaking Show

Post by ymb »

chenjsy wrote:
Thu Jun 20, 2024 3:14 pm
ymb wrote:
Thu Jun 20, 2024 2:29 pm
update v0.6.0.1 :D
Can the method be publiced?
ok

chenjsy
What is cheating?
What is cheating?
Posts: 4
Joined: Thu Jun 20, 2024 11:38 am
Reputation: 0

Re: [Request]Meta-Ghost: The Breaking Show

Post by chenjsy »

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 :D
Can the method be publiced?
ok
In [Inf Energy & Skill]
how to find the address "GameAssembly.dll"+6FD6CD :?:

User avatar
濒危物种猫咪
Table Makers
Table Makers
Posts: 167
Joined: Tue Oct 18, 2022 5:09 am
Reputation: 143

Re: [Request]Meta-Ghost: The Breaking Show

Post by 濒危物种猫咪 »

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?
What is cheating?
Posts: 2
Joined: Fri Jun 21, 2024 2:25 pm
Reputation: 0

Re: [Request]Meta-Ghost: The Breaking Show

Post by Zargololo »

濒危物种猫咪 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

User avatar
濒危物种猫咪
Table Makers
Table Makers
Posts: 167
Joined: Tue Oct 18, 2022 5:09 am
Reputation: 143

Re: [Request]Meta-Ghost: The Breaking Show

Post by 濒危物种猫咪 »

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?
What is cheating?
Posts: 2
Joined: Fri Jun 21, 2024 2:25 pm
Reputation: 0

Re: [Request]Meta-Ghost: The Breaking Show

Post by Zargololo »

濒危物种猫咪 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? =)

User avatar
濒危物种猫咪
Table Makers
Table Makers
Posts: 167
Joined: Tue Oct 18, 2022 5:09 am
Reputation: 143

Re: [Request]Meta-Ghost: The Breaking Show

Post by 濒危物种猫咪 »

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"

User avatar
濒危物种猫咪
Table Makers
Table Makers
Posts: 167
Joined: Tue Oct 18, 2022 5:09 am
Reputation: 143

Re: [Request]Meta-Ghost: The Breaking Show

Post by 濒危物种猫咪 »

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

Post Reply

Who is online

Users browsing this forum: iamoumyy