extract and copy the contents to the root folder of spellforce conquest of eo
[REQ] SpellForce Conquest of Eo
Re: [REQ] SpellForce Conquest of Eo
extract the rar file and copy the contents (all the items inside your spellforce conquest of eo root folder/installation folder)CaesarCzech wrote: ↑Tue Feb 07, 2023 5:52 pmim not even sure of which guide here im supposed to use
[Link]
-
- Cheater
- Posts: 39
- Joined: Sat Mar 11, 2017 9:40 pm
- Reputation: 5
Re: [REQ] SpellForce Conquest of Eo
... and do what with it? Can you please give more specific instructions?
-
- Table Makers
- Posts: 212
- Joined: Mon May 08, 2017 3:34 pm
- Reputation: 144
Re: [REQ] SpellForce Conquest of Eo
Code: Select all
<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
<CheatEntries>
<CheatEntry>
<ID>105781</ID>
<Description>"MaxFactionReputation"</Description>
<Options moHideChildren="1"/>
<VariableType>Auto Assembler Script</VariableType>
<AssemblerScript>{ Game : SFCoE.exe
Version:
Date : 2023-02-22
Author : CannonFodder
This script does blah blah blah
}
[ENABLE]
aobscan(FactionReputationInject,FF 7E 34 83 3E 00 48 63 86 4C 01 00 00) // should be unique
alloc(newmem,$1000,FactionReputationInject)
alloc(repAddr,4)
registersymbol(repAddr)
label(code)
label(return)
newmem:
mov [repAddr], rsi
code:
movsxd rax,dword ptr [rsi+0000014C]
jmp return
FactionReputationInject+06:
jmp newmem
nop 2
return:
registersymbol(FactionReputationInject)
[DISABLE]
FactionReputationInject+06:
db 48 63 86 4C 01 00 00
unregistersymbol(FactionReputationInject)
dealloc(newmem)
unregistersymbol(repAddr)
dealloc(repAddr)
</AssemblerScript>
<CheatEntries>
<CheatEntry>
<ID>105783</ID>
<Description>"Reputation"</Description>
<ShowAsSigned>0</ShowAsSigned>
<VariableType>4 Bytes</VariableType>
<Address>repAddr</Address>
<Offsets>
<Offset>14C</Offset>
</Offsets>
</CheatEntry>
</CheatEntries>
</CheatEntry>
</CheatEntries>
</CheatTable>
Save/Load after edit to take effect.
Re: [REQ] SpellForce Conquest of Eo
i'm a noob how do i put this in my cheat engine?CannonFodder wrote: ↑Thu Feb 23, 2023 12:43 pmMade a simple option to edit faction reputation.Code: Select all
<?xml version="1.0" encoding="utf-8"?> <CheatTable> <CheatEntries> <CheatEntry> <ID>105781</ID> <Description>"MaxFactionReputation"</Description> <Options moHideChildren="1"/> <VariableType>Auto Assembler Script</VariableType> <AssemblerScript>{ Game : SFCoE.exe Version: Date : 2023-02-22 Author : CannonFodder This script does blah blah blah } [ENABLE] aobscan(FactionReputationInject,FF 7E 34 83 3E 00 48 63 86 4C 01 00 00) // should be unique alloc(newmem,$1000,FactionReputationInject) alloc(repAddr,4) registersymbol(repAddr) label(code) label(return) newmem: mov [repAddr], rsi code: movsxd rax,dword ptr [rsi+0000014C] jmp return FactionReputationInject+06: jmp newmem nop 2 return: registersymbol(FactionReputationInject) [DISABLE] FactionReputationInject+06: db 48 63 86 4C 01 00 00 unregistersymbol(FactionReputationInject) dealloc(newmem) unregistersymbol(repAddr) dealloc(repAddr) </AssemblerScript> <CheatEntries> <CheatEntry> <ID>105783</ID> <Description>"Reputation"</Description> <ShowAsSigned>0</ShowAsSigned> <VariableType>4 Bytes</VariableType> <Address>repAddr</Address> <Offsets> <Offset>14C</Offset> </Offsets> </CheatEntry> </CheatEntries> </CheatEntry> </CheatEntries> </CheatTable>
Save/Load after edit to take effect.
Re: [REQ] SpellForce Conquest of Eo
There is a file "winhttp.dll" included : what's its purpose ? [Internet access, maybe]
Also, the following text can be found in "trainer.dll" :
Code: Select all
=======================================================================================
Pro Version Includes:
Invincible Unit's
Add All Equipment
Unlock All Hero's
Add More of Everything
Unlock Gallery
=======================================================================================
How to Request Activation Code:
* Suggested Minimum Donation $5
1. Goto https://epicgametrainer.com
2. Search for Hero By Chance II
3. Leave comment requesting activation code. I will email you a paypal.me link.
Once donation has been recieved you will be emailed the activation code.
4. Once recieved, enter into trainer and click activate.
-
- Table Makers
- Posts: 212
- Joined: Mon May 08, 2017 3:34 pm
- Reputation: 144
Re: [REQ] SpellForce Conquest of Eo
copy it and ctrl+v in cheat engineomrictu wrote: ↑Sun Mar 05, 2023 1:40 pmi'm a noob how do i put this in my cheat engine?CannonFodder wrote: ↑Thu Feb 23, 2023 12:43 pmMade a simple option to edit faction reputation.Code: Select all
<?xml version="1.0" encoding="utf-8"?> <CheatTable> <CheatEntries> <CheatEntry> <ID>105781</ID> <Description>"MaxFactionReputation"</Description> <Options moHideChildren="1"/> <VariableType>Auto Assembler Script</VariableType> <AssemblerScript>{ Game : SFCoE.exe Version: Date : 2023-02-22 Author : CannonFodder This script does blah blah blah } [ENABLE] aobscan(FactionReputationInject,FF 7E 34 83 3E 00 48 63 86 4C 01 00 00) // should be unique alloc(newmem,$1000,FactionReputationInject) alloc(repAddr,4) registersymbol(repAddr) label(code) label(return) newmem: mov [repAddr], rsi code: movsxd rax,dword ptr [rsi+0000014C] jmp return FactionReputationInject+06: jmp newmem nop 2 return: registersymbol(FactionReputationInject) [DISABLE] FactionReputationInject+06: db 48 63 86 4C 01 00 00 unregistersymbol(FactionReputationInject) dealloc(newmem) unregistersymbol(repAddr) dealloc(repAddr) </AssemblerScript> <CheatEntries> <CheatEntry> <ID>105783</ID> <Description>"Reputation"</Description> <ShowAsSigned>0</ShowAsSigned> <VariableType>4 Bytes</VariableType> <Address>repAddr</Address> <Offsets> <Offset>14C</Offset> </Offsets> </CheatEntry> </CheatEntries> </CheatEntry> </CheatEntries> </CheatTable>
Save/Load after edit to take effect.
-
- Table Makers
- Posts: 212
- Joined: Mon May 08, 2017 3:34 pm
- Reputation: 144
Re: [REQ] SpellForce Conquest of Eo
It's a typical BepInEx plugin. winhttp.dll is a loader, which do not access internet itself. If you are worried, download bepinex from official github page.HarFanG wrote: ↑Tue Mar 07, 2023 3:33 amThere is a file "winhttp.dll" included : what's its purpose ? [Internet access, maybe]
Also, the following text can be found in "trainer.dll" :Can this be trusted ?Code: Select all
======================================================================================= Pro Version Includes: Invincible Unit's Add All Equipment Unlock All Hero's Add More of Everything Unlock Gallery ======================================================================================= How to Request Activation Code: * Suggested Minimum Donation $5 1. Goto https://epicgametrainer.com 2. Search for Hero By Chance II 3. Leave comment requesting activation code. I will email you a paypal.me link. Once donation has been recieved you will be emailed the activation code. 4. Once recieved, enter into trainer and click activate.
The dll file in plugin folder is the real trainer, anyone can check it's code via dnspy or ILspy. I don't think real hackers will put harmful code in such open environment.
-
- Expert Cheater
- Posts: 371
- Joined: Fri Mar 03, 2017 2:00 pm
- Reputation: 38
Re: [REQ] SpellForce Conquest of Eo
So the Bepinex doesnt appear to work on the update which allows you to choose your opponents pregame.
Its honestly kinda crapily made to be honest
Its honestly kinda crapily made to be honest
Re: [REQ] SpellForce Conquest of Eo
It stopped working for me as well. I played it for 2 days on latest update, cheats and trainer was working, then it stopped this morning...
BepInEx Trainer works once again, I changed nothing...
Is it possible to get an update for this trainer or cheat table?
BepInEx Trainer works once again, I changed nothing...
Is it possible to get an update for this trainer or cheat table?
-
- Noobzor
- Posts: 12
- Joined: Tue Sep 03, 2019 8:22 am
- Reputation: 1
Re: [REQ] SpellForce Conquest of Eo
I too would like an updated cheat table.
They dropped a new DLC basically right out of nowhere and there's no way I'm ever getting the Brutal Difficulty achievement legit, or even with unlimited resources, stacks are just too one sided in Brutal and everything is so aggressive you can't get built up and have to manual battle every minor encounter.
They dropped a new DLC basically right out of nowhere and there's no way I'm ever getting the Brutal Difficulty achievement legit, or even with unlimited resources, stacks are just too one sided in Brutal and everything is so aggressive you can't get built up and have to manual battle every minor encounter.
Who is online
Users browsing this forum: FrankelToes, Google Adsense [Bot], jvalston