made a table last year :
viewtopic.php?p=117198&sid=2406dc5fa803 ... d6#p117198
it redirected the chat strings to activate the cheat commands.
//
wtf is wrong with the dev? he removed the cheat commands and added some shitty anti-cheat checksums?
Singletons.client.handleGUIEvent(GUIEvent.PlayerCheat) thats called from the checksum methods:
Code: Select all
case GUIEvent.PlayerCheat: // PlayerCheat = 0x1F ( EDX on the prologue )
if (!this.cheaterDetected)
{
this.cheaterDetected = true;
if (this.loginScreen.isOffline())
{
Application.Quit();
return;
}
this.HeroDelete();
return;
}
break;
its simply calling Application.Quit().
i've just used 2 rets:
Code: Select all
Rogue.Logic.Creatures:Creature:verifyChecksum:
db C3
Rogue:Singletons:verifyChecksum:
db c3
and the game is not crashing anymore if i change the health value.
but i need to say : im using a 2.08 offline version.
///
cheat commands:
attached to this post is a injector that allows to use the removed cheat commands, if injected you will see a "cfe hook" text:
commands:
Code: Select all
0:/level
1:/coins
2:/deposit
3:/materials
4:/schematics
5:/knowledge
6:/souls
7:/ebbin
8:/crown
9:/encounter
10:/addons
11:/addons c
12:/addons b
13:/addons i
14:/amulets
15:/amulets c
16:/amulets b
17:/amulets i
18:/armours
19:/armours c
20:/armours b
21:/armours i
22:/arrows
23:/charms
24:/charms i
25:/foods
26:/foods c
27:/foods b
28:/foods i
29:/potions
30:/potions c
31:/potions b
32:/potions i
33:/rings
34:/rings c
35:/rings b
36:/rings i
37:/runes
38:/runes c
39:/runes b
40:/runes i
41:/scrolls
42:/scrolls c
43:/scrolls b
44:/scrolls i
45:/shields
46:/shields c
47:/shields b
48:/shields i
49:/tomes
50:/tomes c
51:/tomes b
52:/tomes i
53:/tools
54:/tools i
55:/wands
56:/wands c
57:/wands b
58:/wands i
59:/weapons
60:/weapons c
61:/weapons b
62:/weapons i
63:/celestial
64:/draconic
65:/infernal
66:/arcane
67:/bestial
68:/abyssal
69:/killall
70:/ebbin
71:/crown
72:/rocks
73:/souls
74:/curse
75:/poison
76:/disease
77:/wizard
or you can look at my original post to see all the commands :
viewtopic.php?p=117198&sid=2406dc5fa803 ... d6#p117198
i didn't waste 2 much time on the checksum crap coz i just wanted to restored the cheat commands, the 2 returns working for me to not crash the game if im using normal memory injects for change health/stamina and so on ( tested my old table from last year )
maybe there is more checksum crap ... but my restored cheat commands won't trigger any checksums
edit:
Gideon25 confirmed ( next post ) there is more checksum crap, looks my game just didn't trigger it lol ... so if you want a normal cheat table then use the DLL modified by
Gideon25 and his table :
viewtopic.php?f=4&t=9702
you can also use his DLL with my injector to unlock the cheat commands to spawn stuff / level up and so on.
how to use it:
-download the .rar
-password : cfefrf
-start the game
-wait some time until the game is loaded
-execute Inject.exe
-if you see the "cfe hook" text then you can attach the table.
example screen with spawned weapons ( / weapons )
thats it, just an injector + table to unlock the removed cheat commands, it won't trigger any of the checksum crap.
// updated it for 2.15 and added a
Full Health/Energy script ... enjoy