Page 1 of 1

Shaq Fu A Legend Reborn Barack Fu +4 Table (Updated)

Posted: Tue Jun 04, 2019 6:07 am
by dharmang1910
Here is the simple table for "Shaq Fu A Legend Reborn Barack Fu" Game.

Options:

♣ Unlimited Health
♣ Unlimited Energy
♣ Unlimited Special Attack (Yellow Bar)
♣ No Overheat

Note:
This is unity game so some code are generated when that event happens, so if some option can not activated then let that event happens so code is generated and you can activate that option in table. Like if health option not activated then loss some health then this option can activated.

Update 1:
Sometimes Mono addresses not remains same even in same version so i have converted this script to AOBScan from Mono. Use v2 table for better compatibility.

Update 2:
Removed bug related to health cheat.
Added No overheat of Diesel Engine option(Mono)

Press Image button if you like the table.

Store Page:

Re: Shaq Fu A Legend Reborn Barack Fu +3 Table

Posted: Wed Jun 05, 2019 8:05 am
by dharmang1910
Updated to AOBScan from Mono for better compatibility but options activates a bit slower.

Re: Shaq Fu A Legend Reborn Barack Fu +3 Table

Posted: Wed Jun 05, 2019 8:12 am
by Matze500
dharmang1910 wrote:
Wed Jun 05, 2019 8:05 am
Updated to AOBScan from Mono for better compatibility but options activates a bit slower.
You could use aobscanregion(name,start,end,pattern) for a faster activation and better compatibility.

start and end would be the mono function with offsets. Example:

aobscanregion(infhealth,C_CharacterHealth:AddHealth+50,C_CharacterHealth:AddHealth+90,F3 44 0F 11 7F 34)

Re: Shaq Fu A Legend Reborn Barack Fu +3 Table

Posted: Wed Jun 05, 2019 8:54 am
by dharmang1910
Matze500 wrote:
Wed Jun 05, 2019 8:12 am
dharmang1910 wrote:
Wed Jun 05, 2019 8:05 am
Updated to AOBScan from Mono for better compatibility but options activates a bit slower.
You could use aobscanregion(name,start,end,pattern) for a faster activation and better compatibility.

start and end would be the mono function with offsets. Example:

aobscanregion(infhealth,C_CharacterHealth:AddHealth+50,C_CharacterHealth:AddHealth+90,F3 44 0F 11 7F 34)
Thanks but I already knows it. Real fact is that this game has many duplicate classes so aobscanregion can help a little but it requires Mono and when monopipe is activated game can not be close if you have not closed the cheatengine before the game.