Fantasy General II

Ask about cheats/tables for single player games here
CaesarCzech
Expert Cheater
Expert Cheater
Posts: 370
Joined: Fri Mar 03, 2017 2:00 pm
Reputation: 38

Re: Fantasy General II

Post by CaesarCzech »

Ashar wrote:
Sun Sep 08, 2019 11:10 am
its fine, i found teh values manually, supply values were even the first values to pop up in the list.

How you did you found out supply and xp ?

adamapple
Noobzor
Noobzor
Posts: 9
Joined: Thu Mar 16, 2017 12:03 pm
Reputation: 10

Re: Fantasy General II

Post by adamapple »

CaesarCzech wrote:
Sun Sep 08, 2019 11:53 am

Whats the tool you used ?
dnspy, it can do a lot of stuff to unity games if you know how, for people like me that doesn't, changing a few numbers, true/false and noping lines is enough for me. for everything else i can't do i come here for cheat tables done by pros.

User avatar
Cake-san
Table Makers
Table Makers
Posts: 425
Joined: Sun Mar 26, 2017 4:32 pm
Reputation: 772

Re: Fantasy General II

Post by Cake-san »

porcalete wrote:
Sun Sep 08, 2019 6:50 am
CaesarCzech wrote:
Sun Sep 08, 2019 8:40 am
danielyee wrote:
Sun Sep 08, 2019 10:15 am
Okay, most welcomed

#updated my table...
Cake-san wrote:
Sat Sep 07, 2019 10:23 pm
Here's my contribution:

-Inf Actions - Infinite actions for both attack & movement for your team
-No Wounds - Godmode ? for your team
-Set Hero skill points to 20
-Free Upgrade Unit (Thanks to adamapple)

Update 1
- Added a few pointers inside GameworldInstance script.
Image

Enjoy ;)

Vauvenalia
What is cheating?
What is cheating?
Posts: 3
Joined: Fri Sep 06, 2019 12:25 pm
Reputation: 1

Re: Fantasy General II

Post by Vauvenalia »

Thanks to all of you creators.
:)

danielyee
Expert Cheater
Expert Cheater
Posts: 1303
Joined: Wed Apr 05, 2017 11:38 pm
Reputation: 151

Re: Fantasy General II

Post by danielyee »

I envy n appreciated sir ..cake San.. for his efforts..what to say ..fearlessrevolution..are the awesome group of table creators..I m sure this table n game will be updated..hope sir cake San will follow up once again..

CaesarCzech
Expert Cheater
Expert Cheater
Posts: 370
Joined: Fri Mar 03, 2017 2:00 pm
Reputation: 38

Re: Fantasy General II

Post by CaesarCzech »

Cake-san wrote:
Sun Sep 08, 2019 1:52 pm
porcalete wrote:
Sun Sep 08, 2019 6:50 am
CaesarCzech wrote:
Sun Sep 08, 2019 8:40 am
danielyee wrote:
Sun Sep 08, 2019 10:15 am
Okay, most welcomed

#updated my table...
Cake-san wrote:
Sat Sep 07, 2019 10:23 pm
Here's my contribution:

-Inf Actions - Infinite actions for both attack & movement for your team
-No Wounds - Godmode ? for your team
-Set Hero skill points to 20
-Free Upgrade Unit (Thanks to adamapple)

Update 1
- Added a few pointers inside GameworldInstance script.
Image

Enjoy ;)
Thank you. This table containts everything one needs. You are quite amazing guy. Until Expansions come I figure this table will be all i need. Thank you once again and if i wasnt poor student in eastern europe you would already find yourself awarded momentarily for your excelent and openess towards helping people.


For anybody who is missing mana, Wealth Of Region or gold, its easily hackable 4byte simply let the value grow in case of mana or gold and scan when you have decently sized value. thats it. So dont bother our amazing author anymore Okay ?

ragingorator
What is cheating?
What is cheating?
Posts: 3
Joined: Tue Oct 24, 2017 6:40 pm
Reputation: 0

Re: Fantasy General II

Post by ragingorator »

Thank you to all those who contributed to this table. Your work is much appreciated.

danielyee
Expert Cheater
Expert Cheater
Posts: 1303
Joined: Wed Apr 05, 2017 11:38 pm
Reputation: 151

Re: Fantasy General II

Post by danielyee »

A very thanks to sifu Cake-san..awesome creator table n other masters of table maker..the adm..long live to this awesome blog..we r the cool table creator..group..tq all..appreciated

User avatar
Traveller999
Novice Cheater
Novice Cheater
Posts: 20
Joined: Sat Mar 04, 2017 11:51 pm
Reputation: 0

Re: Fantasy General II

Post by Traveller999 »

my thanks to you Cake-san and all the others that make this site so amazing :D

User avatar
Khayman
Cheater
Cheater
Posts: 31
Joined: Sat Dec 22, 2018 11:47 am
Reputation: 69

Re: Fantasy General II

Post by Khayman »

Small adjustment to Region Wealth script Made by Anjinggila.
It should freeze region wealth at maximum. Should work, but I haven't tested it extensively.

Code: Select all

{ Game   : FG2.exe
  Version: 
  Date   : 2019-09-06
  Author : Anjinggila

  This script does blah blah blah
}

{$lua}
LaunchMonoDataCollector()
{$asm}

define(REGION,OwnedByGravity.FG2.Resources:ResourcePoolSystem:TryReducePool+76)
define(bytes,89 48 10 49 8B 47 20)

[ENABLE]

assert(REGION,bytes)
alloc(newmem,$1000,OwnedByGravity.FG2.Resources:ResourcePoolSystem:TryReducePool+76)

label(code)
label(return)
alloc(show_region,8)
registersymbol(show_region)

newmem:
  mov [show_region],rax

code:
  mov [rax+10],ecx
  // START adjustment (khayman)
  push ecx
  mov ecx, [rax+14]
  mov [rax+10], ecx
  pop ecx
  // END adjustment
  mov rax,[r15+20]
  jmp return

REGION:
  jmp newmem
  nop 2
return:

[DISABLE]

REGION:
  db bytes

unregistersymbol(show_region)
dealloc(show_region)
dealloc(newmem)

CannonFodder
Table Makers
Table Makers
Posts: 186
Joined: Mon May 08, 2017 3:34 pm
Reputation: 106

Re: Fantasy General II

Post by CannonFodder »

I found how to enable debug menu.
add
<debug menu="true" />
to config.xml in game install folder.
press "\" key in game to show or hide debug menu.

heidern
What is cheating?
What is cheating?
Posts: 2
Joined: Sun Jul 22, 2018 7:13 am
Reputation: 0

Re: Fantasy General II

Post by heidern »

Please update the table for the game's new version.

howdyho!
What is cheating?
What is cheating?
Posts: 1
Joined: Sun Mar 29, 2020 1:47 am
Reputation: 0

Re: Fantasy General II

Post by howdyho! »

Hi any update to the table for the latest version of the game? Thanks.

zrow
What is cheating?
What is cheating?
Posts: 1
Joined: Thu Oct 31, 2019 5:01 pm
Reputation: 0

Re: Fantasy General II

Post by zrow »

+1 for update

User avatar
Cake-san
Table Makers
Table Makers
Posts: 425
Joined: Sun Mar 26, 2017 4:32 pm
Reputation: 772

Re: Fantasy General II

Post by Cake-san »

...
Attachments
FG2_cake_01.01.09585.CT
(19.03 KiB) Downloaded 244 times

Post Reply

Who is online

Users browsing this forum: Bing [Bot], Google [Bot], KillerCam22