Sword Art Online: Fatal Bullet(Steam)DIY
Re: Sword Art Online: Fatal Bullet(Steam)DIY
Just so you guys know, go into the game's install folder and into the EasyAntiCheat folder... in there, run the setup and you can uninstall EAC permanently. It will not reinstall itself.
Of course this means you cannot play online ever unless you REinstall it, but that's fine as we do not cheat online here.
After uninstalling EAC, back up the official launcher and replace it with the one attached and you can launch the game as if EAC was never there.
To recap, steps:
1) Uninstall EAC with the EasyAntiCheat_Setup.exe file inside the EasyAntiCheat folder in your game folder
2) Replace launcher with attached
3) Play game, enjoy cheating offline
Of course this means you cannot play online ever unless you REinstall it, but that's fine as we do not cheat online here.
After uninstalling EAC, back up the official launcher and replace it with the one attached and you can launch the game as if EAC was never there.
To recap, steps:
1) Uninstall EAC with the EasyAntiCheat_Setup.exe file inside the EasyAntiCheat folder in your game folder
2) Replace launcher with attached
3) Play game, enjoy cheating offline
- Attachments
-
- SAOFB_Launcher.rar
- No EAC launcher
- (66.13 KiB) Downloaded 183 times
-
- What is cheating?
- Posts: 4
- Joined: Sat Feb 24, 2018 9:27 am
- Reputation: 0
Re: Sword Art Online: Fatal Bullet(Steam)DIY
Uh, will I still be able to get achievements if i uninstalled EAC to cheat?
Re: Sword Art Online: Fatal Bullet(Steam)DIY
I don't know if I am stupid but doing any of the things stated on the forum haven't worked for me.
Could someone do a step by step please.
Could someone do a step by step please.
Re: Sword Art Online: Fatal Bullet(Steam)DIY
EAC has nothing to do with achievements.apajodang12 wrote: ↑Sat Feb 24, 2018 9:28 amUh, will I still be able to get achievements if i uninstalled EAC to cheat?
Re: Sword Art Online: Fatal Bullet(Steam)DIY
-Run the game once with EAC (to verify that you have the game legit)
-uninstall EAC by going into the EasyAntiCheat folder in the game directory and clicking the setting->uninstal (recommended to restart pc after)
-Put the new launcher in the game folder (thanks KS212!)
-run the game, you should now be able to use cheat engine.
-
- Expert Cheater
- Posts: 167
- Joined: Wed Apr 19, 2017 10:41 am
- Reputation: 81
Re: Sword Art Online: Fatal Bullet(Steam)DIY
Both Storage and Item box quantities are 2 byte values at least for stuff like ammo and materials.
Medals are 2 bytes and are 2/4 bytes seperated from each other. (Max 9999)
Inventory is loaded into memory in one whole chunk, so if you find one quantity, you find them all. (At least for item box, have not checked storage)
Still having trouble pinning down valid pointers.
Game deallocs memory upon exit to title screen.
Medals are 2 bytes and are 2/4 bytes seperated from each other. (Max 9999)
Inventory is loaded into memory in one whole chunk, so if you find one quantity, you find them all. (At least for item box, have not checked storage)
Still having trouble pinning down valid pointers.
Game deallocs memory upon exit to title screen.
Re: Sword Art Online: Fatal Bullet(Steam)DIY
I'm hoping you can find/make a 'Have All Items' cheat. That'd probably be the only thing I'd want for this game.qweasdzxc17 wrote: ↑Sat Feb 24, 2018 12:49 pmBoth Storage and Item box quantities are 2 byte values at least for stuff like ammo and materials.
Medals are 2 bytes and are 2/4 bytes seperated from each other. (Max 9999)
Inventory is loaded into memory in one whole chunk, so if you find one quantity, you find them all. (At least for item box, have not checked storage)
Still having trouble pinning down valid pointers.
Game deallocs memory upon exit to title screen.
Re: Sword Art Online: Fatal Bullet(Steam)DIY
Either that or no crafting requirements since the crafting items the medal exchange npc has are limited in stock.KS212 wrote: ↑Sat Feb 24, 2018 12:59 pmI'm hoping you can find/make a 'Have All Items' cheat. That'd probably be the only thing I'd want for this game.qweasdzxc17 wrote: ↑Sat Feb 24, 2018 12:49 pmBoth Storage and Item box quantities are 2 byte values at least for stuff like ammo and materials.
Medals are 2 bytes and are 2/4 bytes seperated from each other. (Max 9999)
Inventory is loaded into memory in one whole chunk, so if you find one quantity, you find them all. (At least for item box, have not checked storage)
Still having trouble pinning down valid pointers.
Game deallocs memory upon exit to title screen.
-
- Expert Cheater
- Posts: 167
- Joined: Wed Apr 19, 2017 10:41 am
- Reputation: 81
Re: Sword Art Online: Fatal Bullet(Steam)DIY
With SAO:HR it was pretty easy, due to how the inventory is allocated to static space. In this game however, its harder as it's randomized everytime you load the game. I think my skills are inadequate on this one. (Considering everyhing i've seen so far has a pointer.)KS212 wrote: ↑Sat Feb 24, 2018 12:59 pmI'm hoping you can find/make a 'Have All Items' cheat. That'd probably be the only thing I'd want for this game.qweasdzxc17 wrote: ↑Sat Feb 24, 2018 12:49 pmBoth Storage and Item box quantities are 2 byte values at least for stuff like ammo and materials.
Medals are 2 bytes and are 2/4 bytes seperated from each other. (Max 9999)
Inventory is loaded into memory in one whole chunk, so if you find one quantity, you find them all. (At least for item box, have not checked storage)
Still having trouble pinning down valid pointers.
Game deallocs memory upon exit to title screen.
Re: Sword Art Online: Fatal Bullet(Steam)DIY
This game actually uses Unreal Engine 4, so an idea may be to look for the (most definitely disabled) console and the usual console commands, and see if there's a way to enable them via CE.qweasdzxc17 wrote: ↑Sat Feb 24, 2018 3:56 pm
With SAO:HR it was pretty easy, due to how the inventory is allocated to static space. In this game however, its harder as it's randomized everytime you load the game. I think my skills are inadequate on this one. (Considering everyhing i've seen so far has a pointer.)
Re: Sword Art Online: Fatal Bullet(Steam)DIY
so is there going to be a table or what they going too do
-
- Expert Cheater
- Posts: 167
- Joined: Wed Apr 19, 2017 10:41 am
- Reputation: 81
Re: Sword Art Online: Fatal Bullet(Steam)DIY
That's even more way beyond what i can do. Maybe someone who knows more about unreal engine can do it.KS212 wrote: ↑Sat Feb 24, 2018 4:54 pmThis game actually uses Unreal Engine 4, so an idea may be to look for the (most definitely disabled) console and the usual console commands, and see if there's a way to enable them via CE.qweasdzxc17 wrote: ↑Sat Feb 24, 2018 3:56 pm
With SAO:HR it was pretty easy, due to how the inventory is allocated to static space. In this game however, its harder as it's randomized everytime you load the game. I think my skills are inadequate on this one. (Considering everyhing i've seen so far has a pointer.)
Re: Sword Art Online: Fatal Bullet(Steam)DIY
I think the more skilled people are still looking into things, I've found I've been able to do some simple things like put my health at max all the time, ammo and medals/cp/exp. But it's all redo everytime I start up the game and the like so I also keep checking back.
- NumberXer0
- Expert Cheater
- Posts: 1028
- Joined: Sun Mar 12, 2017 2:17 pm
- Reputation: 92
Re: Sword Art Online: Fatal Bullet(Steam)DIY
Anyone had any luck finding SP? It isn't 4 byte, 2 byte or float.
Re: Sword Art Online: Fatal Bullet(Steam)DIY
Cp was 4byte are you sure sp wouldn't be the same?NumberXer0 wrote: ↑Sun Feb 25, 2018 12:11 amAnyone had any luck finding SP? It isn't 4 byte, 2 byte or float.
Who is online
Users browsing this forum: Google Adsense [Bot], TheRedFear, whodafreak