Page 1 of 2

The Elder Scrolls V: Skyrim +18

Posted: Wed Apr 12, 2017 5:37 pm
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]

The Elder Scrolls V: Skyrim +18

Posted: Thu May 31, 2018 1:41 am
by happynightmare13
Would you be so kind as to update this to the latest patch. Thank you. :)

Re: The Elder Scrolls V: Skyrim +18

Posted: Sun Dec 09, 2018 2:05 pm
by Jhon1234
can you update table for the game?
v1.5.62

Re: The Elder Scrolls V: Skyrim +18

Posted: Sun Dec 09, 2018 2:44 pm
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.

Re: The Elder Scrolls V: Skyrim +18

Posted: Mon Dec 10, 2018 6:05 pm
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).

Re: The Elder Scrolls V: Skyrim +18

Posted: Mon Nov 04, 2019 9:55 pm
by STN
Ferritium wrote:
Mon Nov 04, 2019 1:53 pm
Is still someone playing ESO?
Yes,
MrPrecise wrote:

Re: The Elder Scrolls V: Skyrim +18

Posted: Sat Nov 09, 2019 6:54 pm
by MrPrecise
Need a carry?

Re: The Elder Scrolls V: Skyrim +18

Posted: Fri May 08, 2020 1:10 pm
by mochongli
v1.9.32.0.8
TESV!.CT
(5.65 KiB) Downloaded 1351 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>

Re: The Elder Scrolls V: Skyrim +18

Posted: Fri May 08, 2020 7:36 pm
by PeterKunc
Oh god, i want to play Skyrim now...

Re: The Elder Scrolls V: Skyrim +18

Posted: Fri May 08, 2020 8:47 pm
by mochongli
PeterKunc wrote:
Fri May 08, 2020 7:36 pm
Oh god, i want to play Skyrim now...
Have a good time.

Re: The Elder Scrolls V: Skyrim +18

Posted: Tue May 12, 2020 6:37 pm
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?

Re: The Elder Scrolls V: Skyrim +18

Posted: Sat Jul 18, 2020 5:59 pm
by _sona9_
TESV Skyrim SE v1.5.97.0

Re: The Elder Scrolls V: Skyrim +18

Posted: Sun Aug 09, 2020 10:50 pm
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.

Re: The Elder Scrolls V: Skyrim +18

Posted: Thu Oct 08, 2020 9:24 pm
by Rexurioz
I have used skyrimse.ct table to doubled items function, works with every ingredient except for thornheart does anyone know why?

Re: The Elder Scrolls V: Skyrim +18

Posted: Sat Aug 21, 2021 1:26 am
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. :(