BEYBLADE X XONE

Upload your cheat tables here (No requests)
Post Reply
User avatar
BabyGroot
Table Makers
Table Makers
Posts: 1657
Joined: Sun Mar 29, 2020 1:39 pm
Reputation: 2817

BEYBLADE X XONE

Post by BabyGroot »

Code: Select all

Game Name: 			BEYBLADE X XONE / ベイブレードエックス XONE
Game Process: 			BEYBLADE X XONE.exe
Game Release date: 		14 Nov, 2024
CE Version: 			7.4  
Version Game:			1.0.0
Date / Title Patch / Build ID:  14 November 2024 /『BEYBLADE X XONE』 is now available! / 16377347
Check build Id / Date Patches : [Link]


Notes
1. After the game is open, click directly on [Activate] on the cheat table.
Table will auto attach to process Game.
Options Table
Image



If you like my table, don’t forget to click the Image button.

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
BEYBLADE X XONE.CT
14 November 2024 /『BEYBLADE X XONE』 is now available! / 16377347
(67.27 KiB) Downloaded 1965 times

User avatar
darkkaiser00
Cheater
Cheater
Posts: 25
Joined: Wed Aug 12, 2020 11:44 am
Reputation: 0

Re: BEYBLADE X XONE

Post by darkkaiser00 »

thanks alot

kazu_yaga
What is cheating?
What is cheating?
Posts: 1
Joined: Sat Nov 16, 2024 1:22 pm
Reputation: 0

Re: BEYBLADE X XONE

Post by kazu_yaga »

Self resolve

deary5
Expert Cheater
Expert Cheater
Posts: 69
Joined: Sat Mar 31, 2018 4:55 am
Reputation: 0

Re: BEYBLADE X XONE

Post by deary5 »

How to activate Battle data? All the cheat value is ??

User avatar
BabyGroot
Table Makers
Table Makers
Posts: 1657
Joined: Sun Mar 29, 2020 1:39 pm
Reputation: 2817

Re: BEYBLADE X XONE

Post by BabyGroot »

deary5 wrote:
Sat Nov 16, 2024 10:05 pm
First activate +++ SCRIPT +++ >> Battle Data, look for opponents and battle.
later +++ POINTER +++ >> Battle Data, will open.

deary5
Expert Cheater
Expert Cheater
Posts: 69
Joined: Sat Mar 31, 2018 4:55 am
Reputation: 0

Re: BEYBLADE X XONE

Post by deary5 »

BabyGroot wrote:
Sun Nov 17, 2024 12:21 am
deary5 wrote:
Sat Nov 16, 2024 10:05 pm
First activate +++ SCRIPT +++ >> Battle Data, look for opponents and battle.
later +++ POINTER +++ >> Battle Data, will open.
Thank you sir!

deidarahyuga
What is cheating?
What is cheating?
Posts: 1
Joined: Fri Nov 22, 2024 2:09 am
Reputation: 1

Re: BEYBLADE X XONE

Post by deidarahyuga »

does this still work for the 1.0.4?

kmsdakmg
What is cheating?
What is cheating?
Posts: 3
Joined: Fri Feb 24, 2023 6:37 am
Reputation: 0

Re: BEYBLADE X XONE

Post by kmsdakmg »

Excuse me, I'm still a new player in using this cheat engine. Can I see a video or photo of how to use this cheat table?

I hope someone replies to my message as soon as possible.

kmsdakmg
What is cheating?
What is cheating?
Posts: 3
Joined: Fri Feb 24, 2023 6:37 am
Reputation: 0

Re: BEYBLADE X XONE

Post by kmsdakmg »

I'm asking here because I can't change the values for money, level, Ep, etc.

I hope the creator of this cheat table can give me some help to be able to use it.

DranzerX13
What is cheating?
What is cheating?
Posts: 1
Joined: Sat Nov 30, 2024 4:31 am
Reputation: 0

Re: BEYBLADE X XONE

Post by DranzerX13 »

Can anyone update the cheat engine for this that includes switching your character icon in story mode? Outside of the cheats, the only way to do said characters Xtreme Dash move, you have to go to online mode, select said character icon, configure the Bey parts, and battle. If you try to use said special move with the main story character, it won't work.

Kekalorr
Novice Cheater
Novice Cheater
Posts: 24
Joined: Sun Jan 17, 2021 1:38 pm
Reputation: 13

Re: BEYBLADE X XONE

Post by Kekalorr »

NICE WORK GROOT YOU SAVED ME A LOT OF TIME WITH THIS TABLE :D

HERE I WILL PUT MY SCRIPTS FROM TIME TO TIME SO GROOT CAN IMPLEMENT THEM IN THE FULL TABLE FOR RELEASE :D AND YOU WON'T HAVE TO ADD EM EVERYTIME :D
XP MUL

Code: Select all

[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
alloc(newmem,2048,"GameAssembly.dll"+63C2A6) 
label(returnhere)
label(originalcode)
label(exit)
alloc(xpmul,4,"GameAssembly.dll"+63C2A6)
registersymbol(xpmul)
xpmul:
dd #2
newmem:

imul eax,[xpmul]
add esi,eax
mov rax,[rsp+58]
jmp exit

originalcode:


exit:
jmp returnhere

"GameAssembly.dll"+63C2A6:
jmp newmem
nop 2
returnhere:


 
 
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
dealloc(xpmul)
unregistersymbol(xpmul)
"GameAssembly.dll"+63C2A6:
db 03 F0 48 8B 44 24 58
//add esi,eax
//mov rax,[rsp+58]
-------------------------------------------------------------------------------
Faster Relationships Growth

Code: Select all

[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
alloc(newmem,2048,"GameAssembly.dll"+670ADC) 
label(returnhere)
label(originalcode)
label(exit)

newmem:
mov [rbx+000000BC],#20
add eax,[rbx+000000BC]
jmp exit
originalcode:


exit:
jmp returnhere

"GameAssembly.dll"+670ADC:
jmp newmem
nop
returnhere:


 
 
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
dealloc(newmem)
"GameAssembly.dll"+670ADC:
db 03 83 BC 00 00 00
//add eax,[rbx+000000BC]
-------------------------------------------------------------------------------

I hope this can help and that the table gets updated because some stuff doesn't seem to work 100% as it should... It's just a feelin of mine tho... the rest of yall should tell groot if it's a major problem or not :D
SIGNATURE
Image
-------------------------------------------------------------------------------
My connection -_-
Image

bspter
What is cheating?
What is cheating?
Posts: 3
Joined: Sat Oct 19, 2024 4:38 am
Reputation: 0

Re: BEYBLADE X XONE

Post by bspter »

Wonder if it would be possible to change the star rank/rarity of the Beys. I'm so tired of battling the same people over and over again to get a 1/2 star Bey part.

Edit: I'm also curious if there's a way to get the free DLC that the Japanese Switch version has.

Kekalorr
Novice Cheater
Novice Cheater
Posts: 24
Joined: Sun Jan 17, 2021 1:38 pm
Reputation: 13

Re: BEYBLADE X XONE

Post by Kekalorr »

bspter wrote:
Thu Dec 05, 2024 9:46 pm
Wonder if it would be possible to change the star rank/rarity of the Beys. I'm so tired of battling the same people over and over again to get a 1/2 star Bey part.

Edit: I'm also curious if there's a way to get the free DLC that the Japanese Switch version has.
am already looking into the star thing for myself but it seems tedious because I couldn't find nothing useful so far... ofc as soon as I'd manage to make it work, I'll post the script on my previous comment where am gathering all the additional script I'm making :D

the dlc thing is not my field of "work" so I can't tell ya but it should be possible... perhaps try looking for that on a different forum...

D3athScythe
What is cheating?
What is cheating?
Posts: 1
Joined: Sat Jan 04, 2025 1:16 am
Reputation: 0

Re: BEYBLADE X XONE

Post by D3athScythe »

i cant activate game data on the script menu, nothing happens when i click it, am i doing something wrong or does it mean this table needs updating?

User avatar
yamisakura
Cheater
Cheater
Posts: 43
Joined: Wed Oct 16, 2019 7:24 pm
Reputation: 9

Re: BEYBLADE X XONE

Post by yamisakura »

Can you update the table?

Post Reply

Who is online

Users browsing this forum: AhrefsBot, Andromort, Bing [Bot], Demonius, Google Adsense [Bot], Gregs47, mldt-f1, Momber, otakusquared, vosszaa