The Elder Scrolls V: Skyrim +18

Upload your cheat tables here (No requests)
User avatar
STN
Founder
Founder
Posts: 4435
Joined: Thu Mar 02, 2017 7:48 pm
Reputation: 3437

The Elder Scrolls V: Skyrim +18

Post by STN »

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?
  1. Install Cheat Engine
  2. Double-click the .CT file in order to open it.
  3. Click the PC icon in Cheat Engine in order to select the game process.
  4. Keep the list.
  5. 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 19003 times

happynightmare13
Cheater
Cheater
Posts: 26
Joined: Sat May 06, 2017 9:58 am
Reputation: 2

The Elder Scrolls V: Skyrim +18

Post by happynightmare13 »

Would you be so kind as to update this to the latest patch. Thank you. :)

Jhon1234
Cheater
Cheater
Posts: 35
Joined: Thu Apr 05, 2018 6:41 pm
Reputation: 5

Re: The Elder Scrolls V: Skyrim +18

Post by Jhon1234 »

can you update table for the game?
v1.5.62

User avatar
Alaunus
Expert Cheater
Expert Cheater
Posts: 196
Joined: Wed Mar 08, 2017 3:15 pm
Reputation: 51

Re: The Elder Scrolls V: Skyrim +18

Post by Alaunus »

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.

User avatar
Lord Blade
Expert Cheater
Expert Cheater
Posts: 1348
Joined: Thu Mar 09, 2017 7:52 am
Reputation: 132

Re: The Elder Scrolls V: Skyrim +18

Post by Lord Blade »

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).

User avatar
STN
Founder
Founder
Posts: 4435
Joined: Thu Mar 02, 2017 7:48 pm
Reputation: 3437

Re: The Elder Scrolls V: Skyrim +18

Post by STN »

Ferritium wrote:
Mon Nov 04, 2019 1:53 pm
Is still someone playing ESO?
Yes,
MrPrecise wrote:

User avatar
MrPrecise
What is cheating?
What is cheating?
Posts: 2
Joined: Mon Mar 26, 2018 12:44 pm
Reputation: 0

Re: The Elder Scrolls V: Skyrim +18

Post by MrPrecise »

Need a carry?

User avatar
mochongli
Expert Cheater
Expert Cheater
Posts: 82
Joined: Wed Apr 22, 2020 7:36 pm
Reputation: 97

Re: The Elder Scrolls V: Skyrim +18

Post by mochongli »

v1.9.32.0.8
TESV!.CT
(5.65 KiB) Downloaded 1306 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>

User avatar
PeterKunc
Cheater
Cheater
Posts: 36
Joined: Wed Jun 19, 2019 6:24 am
Reputation: 0

Re: The Elder Scrolls V: Skyrim +18

Post by PeterKunc »

Oh god, i want to play Skyrim now...

User avatar
mochongli
Expert Cheater
Expert Cheater
Posts: 82
Joined: Wed Apr 22, 2020 7:36 pm
Reputation: 97

Re: The Elder Scrolls V: Skyrim +18

Post by mochongli »

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?
What is cheating?
Posts: 1
Joined: Mon Dec 23, 2019 1:09 pm
Reputation: 0

Re: The Elder Scrolls V: Skyrim +18

Post by Sneaker73 »

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
Novice Cheater
Posts: 21
Joined: Sun Aug 05, 2018 8:41 pm
Reputation: 9

Re: The Elder Scrolls V: Skyrim +18

Post by _sona9_ »

TESV Skyrim SE v1.5.97.0
Attachments
SkyrimSE.CT
(21.49 KiB) Downloaded 1869 times

vashmilla
Noobzor
Noobzor
Posts: 12
Joined: Sun Aug 09, 2020 10:48 pm
Reputation: 3

Re: The Elder Scrolls V: Skyrim +18

Post by vashmilla »

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
Expert Cheater
Posts: 56
Joined: Sat Jun 03, 2017 5:07 pm
Reputation: 3

Re: The Elder Scrolls V: Skyrim +18

Post by Rexurioz »

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?
What is cheating?
Posts: 4
Joined: Sat Aug 21, 2021 1:25 am
Reputation: 0

Re: The Elder Scrolls V: Skyrim +18

Post by Kakakakat7 »

_sona9_ wrote:
Sat Jul 18, 2020 5:59 pm
TESV Skyrim SE v1.5.97.0
The game, while using the cheat engine, crashes. :(

Post Reply

Who is online

Users browsing this forum: Averter, counter-stalker123, Google [Bot], Google Adsense [Bot], kennytwrx, Leunsel, old3toes, Raijinken, SemrushBot, YandexBot