Upload your cheat tables here (No requests)
STN
Founder
Posts: 4454 Joined: Thu Mar 02, 2017 7:48 pm
Reputation: 3570
Post
by STN » Wed Apr 12, 2017 5:37 pm
Made by
mop
-Health
-Magicka
-Stamina
-Instant kill
-Feather
-Speed
-Jump
-Gold
-Skill XP
-Infinite Summons
-Yelling Recharge
-Perk
-Item Adder
-Infinite Items
-Dragon Souls
-LockPick Boost
-Pickpocket Boost
-Teleport
Well there are some options that i did not see on other trainers so i made a trainer as well now!!
There are some limitations, ReadMe is included in table for further info. Also Hot keys have been set so take a look at them.
ps. Does any one know how to say, Sorry for killing all the chickens in your village in Thu'um ?
Trainer:
[Link]
Table v1.2.12.0 (Mirror):
[Link]
Table v1.1.21.0 (Mirror):
[Link]
For anyone that wants to use cheats or if something is not working for you.
Cheats:
[Link]
How to use this cheat table?
Install Cheat Engine
Double-click the .CT file in order to open it.
Click the PC icon in Cheat Engine in order to select the game process.
Keep the list.
Activate the trainer options by checking boxes or setting values from 0 to 1
Attachments
Skyrim v1.2.12.0 Final.CT
(1.67 MiB) Downloaded 23085 times
happynightmare13
Cheater
Posts: 28 Joined: Sat May 06, 2017 9:58 am
Reputation: 3
Post
by happynightmare13 » Thu May 31, 2018 1:41 am
Would you be so kind as to update this to the latest patch. Thank you. :)
Jhon1234
Cheater
Posts: 38 Joined: Thu Apr 05, 2018 6:41 pm
Reputation: 5
Post
by Jhon1234 » Sun Dec 09, 2018 2:05 pm
can you update table for the game?
v1.5.62
Alaunus
Expert Cheater
Posts: 196 Joined: Wed Mar 08, 2017 3:15 pm
Reputation: 51
Post
by Alaunus » Sun Dec 09, 2018 2:44 pm
Why do you even need a table for skyrim? Using a trainer/table for skyrim and 'not' console commands is like stabing yourself in the back trying to hit your eye.
Lord Blade
Expert Cheater
Posts: 1370 Joined: Thu Mar 09, 2017 7:52 am
Reputation: 132
Post
by Lord Blade » Mon Dec 10, 2018 6:05 pm
I've never really understood the point of trainers for games with full console commands myself. I suppose if the console stuff disabled achievements, but as far as I know it doesn't (my friend went through a game with god mode on and got achievements for whatever he did).
STN
Founder
Posts: 4454 Joined: Thu Mar 02, 2017 7:48 pm
Reputation: 3570
Post
by STN » Mon Nov 04, 2019 9:55 pm
Ferritium wrote: ↑ Mon Nov 04, 2019 1:53 pm
Is still someone playing ESO?
Yes,
MrPrecise
What is cheating?
Posts: 2 Joined: Mon Mar 26, 2018 12:44 pm
Reputation: 0
Post
by MrPrecise » Sat Nov 09, 2019 6:54 pm
Need a carry?
mochongli
Expert Cheater
Posts: 82 Joined: Wed Apr 22, 2020 7:36 pm
Reputation: 97
Post
by mochongli » Fri May 08, 2020 1:10 pm
v1.9.32.0.8
TESV!.CT
(5.65 KiB) Downloaded 1558 times
inf Weight-bearing
10 mul get items (box)
10mul Potion effect ,30 seconds or more 1000mul duration
Easy unlock
Discover more gold coins and treasures
Player auto Defense Normal Attack (360°)
inc box Treasure quality
skills no limit
trainer no limit
Reset skills at any time
Skills quickly to level 100
Max Injury reduction 99%
Code: Select all
<?xml version="1.0" encoding="utf-8"?>
<CheatTable CheatEngineTableVersion="31">
<CheatEntries>
<CheatEntry>
<ID>0</ID>
<Description>"inf Weight-bearing"</Description>
<LastState/>
<VariableType>Auto Assembler Script</VariableType>
<AssemblerScript>[ENABLE]
00457EC0:
fldz
ret
[DISABLE]
00457EC0:
push ecx
mov eax,[esp+08]
</AssemblerScript>
</CheatEntry>
<CheatEntry>
<ID>1</ID>
<Description>"10 mul get items (box)"</Description>
<LastState/>
<VariableType>Auto Assembler Script</VariableType>
<AssemblerScript>[ENABLE]
globalalloc(myhook_boxitem,0x1000)
define(multiper,myhook_boxitem+0f60)
multiper:
dd #10
myhook_boxitem:
mov eax,[esp+8]
imul eax,[multiper]
mov [esp+8],eax
call 004D5C60
jmp exit
label(exit)
006BD09E:
jmp myhook_boxitem
exit:
[DISABLE]
006BD09E:
call 004D5C60
</AssemblerScript>
</CheatEntry>
<CheatEntry>
<ID>2</ID>
<Description>"10mul Potion effect ,30 seconds or more 1000mul duration"</Description>
<LastState/>
<VariableType>Auto Assembler Script</VariableType>
<AssemblerScript>[ENABLE]
globalalloc(myhook_food,0x1000)
define(s_multiper,myhook_food+0f00)
define(s_durain,myhook_food+0f04)
define(temp,myhook_food+0f10)
define(LocalPlayer,01310588)
s_multiper:
dd (float)10.0
s_durain:
dd (float)1440.0
myhook_food:
mov edx,[ebx+00000080]
cmp [LocalPlayer],edi
jne exit //target must player .
fmul [s_multiper]
fld [esi+4c]
fistp [temp]
cmp [temp],#30
jl exit //duration less than 30 secends not change .
fld [esi+4c]
fmul [s_durain]
fstp [esi+4c]
jmp exit
label(exit)
00670220:
jmp myhook_food
nop
exit:
[DISABLE]
00670220:
mov edx,[ebx+00000080]
</AssemblerScript>
</CheatEntry>
<CheatEntry>
<ID>3</ID>
<Description>"Player auto Defense Normal Attack (360°)"</Description>
<LastState/>
<VariableType>Auto Assembler Script</VariableType>
<AssemblerScript>[ENABLE]
globalalloc(myhook_def,0x1000)
define(LocalPlayer,01B2E8E4)
myhook_def:
xor eax,eax
cmp [LocalPlayer],ecx
db 74 01
ret
mov al,1
ret
00797793:
db 90 90 90 90 90 90
007977B8:
call myhook_def
0079787B:
db 90 90 90 90 90 90
[DISABLE]
00797793:
jne 00797A5F
007977B8:
call 006BBE60
0079787B:
je 00797A30
</AssemblerScript>
</CheatEntry>
<CheatEntry>
<ID>4</ID>
<Description>"Easy unlock"</Description>
<LastState/>
<VariableType>Auto Assembler Script</VariableType>
<AssemblerScript>[ENABLE]
008713AE:
db 90 90
[DISABLE]
008713AE:
db 7A 3B
</AssemblerScript>
</CheatEntry>
<CheatEntry>
<ID>5</ID>
<Description>"Discover more gold coins and treasures"</Description>
<LastState/>
<VariableType>Auto Assembler Script</VariableType>
<AssemblerScript>[ENABLE]
00453010:
db 90 90 90 90 90 90
006D7796:
db 90 90
[DISABLE]
00453010:
jl 00453338
006D7796:
db 73 07
</AssemblerScript>
</CheatEntry>
<CheatEntry>
<ID>6</ID>
<Description>"inc box Treasure quality"</Description>
<LastState/>
<VariableType>Auto Assembler Script</VariableType>
<AssemblerScript>[ENABLE]
004837EE:
push 0
004837F0:
push esp
[DISABLE]
004837EE:
push 01
004837F0:
push ebx
</AssemblerScript>
</CheatEntry>
<CheatEntry>
<ID>7</ID>
<Description>"skills no limit"</Description>
<LastState/>
<VariableType>Auto Assembler Script</VariableType>
<AssemblerScript>[ENABLE]
0088D82F:
db 90 90
00890149:
db 90 90 90 90 90 90
0088D5C1:
db eb 05
[DISABLE]
0088D82F:
db 74 0c
00890149:
je 008902D3
0088D5C1:
db 75 05
</AssemblerScript>
</CheatEntry>
<CheatEntry>
<ID>8</ID>
<Description>"trainer no limit"</Description>
<LastState/>
<VariableType>Auto Assembler Script</VariableType>
<AssemblerScript>[ENABLE]
01B172B0:
dd #999999
[DISABLE]
01B172B0:
dd #5
</AssemblerScript>
</CheatEntry>
<CheatEntry>
<ID>9</ID>
<Description>"Reset skills at any time"</Description>
<LastState/>
<VariableType>Auto Assembler Script</VariableType>
<AssemblerScript>[ENABLE]
00891FBA:
fld1
db 90 90 90 90
0088FD06:
fld1
db 90 90 90 90
[DISABLE]
00891FBA:
fld dword ptr [01077374]
0088FD06:
fld dword ptr [01077374]
</AssemblerScript>
</CheatEntry>
<CheatEntry>
<ID>10</ID>
<Description>"Skills quickly to level 100"</Description>
<LastState/>
<VariableType>Auto Assembler Script</VariableType>
<AssemblerScript>[ENABLE]
00893F92:
db 90 90 90 90 90 90
007603C3:
db 90 90 90 90 90 90
[DISABLE]
00893F92:
inc [eax+000005C4]
007603C3:
jp 007604BE
</AssemblerScript>
</CheatEntry>
<CheatEntry>
<ID>11</ID>
<Description>"Max Injury reduction 99%"</Description>
<LastState/>
<VariableType>Auto Assembler Script</VariableType>
<AssemblerScript>[ENABLE]
01B15FF4:
dd (float)99.0
[DISABLE]
01B15FF4:
dd (float)80.0
</AssemblerScript>
</CheatEntry>
</CheatEntries>
<UserdefinedSymbols>
<SymbolEntry>
<Name>myhook_boxitem</Name>
<Address>01F00000</Address>
</SymbolEntry>
<SymbolEntry>
<Name>myhook_food</Name>
<Address>01F01000</Address>
</SymbolEntry>
<SymbolEntry>
<Name>myhook_def</Name>
<Address>01F02000</Address>
</SymbolEntry>
<SymbolEntry>
<Name>myhook_jmphigh</Name>
<Address>01F03000</Address>
</SymbolEntry>
<SymbolEntry>
<Name>myhook_CalcFallDmg</Name>
<Address>01F04000</Address>
</SymbolEntry>
</UserdefinedSymbols>
</CheatTable>
PeterKunc
Cheater
Posts: 36 Joined: Wed Jun 19, 2019 6:24 am
Reputation: 0
Post
by PeterKunc » Fri May 08, 2020 7:36 pm
Oh god, i want to play Skyrim now...
mochongli
Expert Cheater
Posts: 82 Joined: Wed Apr 22, 2020 7:36 pm
Reputation: 97
Post
by mochongli » Fri May 08, 2020 8:47 pm
PeterKunc wrote: ↑ Fri May 08, 2020 7:36 pm
Oh god, i want to play Skyrim now...
Have a good time.
Sneaker73
What is cheating?
Posts: 1 Joined: Mon Dec 23, 2019 1:09 pm
Reputation: 0
Post
by Sneaker73 » Tue May 12, 2020 6:37 pm
mochongli wrote: ↑ Fri May 08, 2020 1:10 pm
v1.9.32.0.8
TESV!.CT
inf Weight-bearing
10 mul get items (box)
10mul Potion effect ,30 seconds or more 1000mul duration
Easy unlock
Discover more gold coins and treasures
Player auto Defense Normal Attack (360°)
inc box Treasure quality
skills no limit
trainer no limit
Reset skills at any time
Skills quickly to level 100
Max Injury reduction 99%
care to bring this up to the recent patch?
_sona9_
Novice Cheater
Posts: 21 Joined: Sun Aug 05, 2018 8:41 pm
Reputation: 9
Post
by _sona9_ » Sat Jul 18, 2020 5:59 pm
TESV Skyrim SE v1.5.97.0
Attachments
SkyrimSE.CT
(21.49 KiB) Downloaded 2228 times
vashmilla
Noobzor
Posts: 12 Joined: Sun Aug 09, 2020 10:48 pm
Reputation: 3
Post
by vashmilla » Sun Aug 09, 2020 10:50 pm
I am curious about what, specifically, the "Player auto Defense Normal Attack (360°)" does and if the features from that table could be updated to the current version of SE.
Rexurioz
Expert Cheater
Posts: 57 Joined: Sat Jun 03, 2017 5:07 pm
Reputation: 3
Post
by Rexurioz » Thu Oct 08, 2020 9:24 pm
I have used skyrimse.ct table to doubled items function, works with every ingredient except for thornheart does anyone know why?
Kakakakat7
What is cheating?
Posts: 4 Joined: Sat Aug 21, 2021 1:25 am
Reputation: 0
Post
by Kakakakat7 » Sat Aug 21, 2021 1:26 am
_sona9_ wrote: ↑ Sat Jul 18, 2020 5:59 pm
TESV Skyrim SE v1.5.97.0
The game, while using the cheat engine, crashes.
Users browsing this forum: 5545ggdgdf , AwarioBot , BigJit901 , Bing [Bot] , Boru , Gear2ndGandalf , Google Adsense [Bot] , izayoixx , JBClark , SemrushBot , sinnedomoyap , yuqin2024