These are two text files to max your skills and your stats to 100. We don't use the bat command anymore, it's now exec, but it's functionally the same. Because perks happen at 25, 50, 75, and 100 we setAV to 24, 49, 74, and 99, then advskill to 25, 50, 75, and 100. It'll result in 12 level ups.
Installation
• Extract the text files directly to Steam\steamapps\common\Oblivion Remastered\OblivionRemastered\Binaries
• Make sure they're not in a folder, just 100skills.txt and 100stats.txt directly in that Binaries folder.
• (Optional) If you don't want to disable achievements, download one of the many achievement enablers. I personally use Universal Achievement Unblocker.
Use
You can use these however you want but I'll share the way I like to do it.
• Go next to a bed.
• Use ShowRaceMenu which resets your skills and stats.
• If you have skeleton key, remove it from your inventory. Anything else that boosts your skills or stats you should also do the same or unequip them.
• Type exec 100skills.txt in the console.
• Sleep 12 times after this to level up so you don't permanently have a level up notification. Luck can only take 1 point so you can do that and two others every time.
• Use exec 100stats.txt to set the stats to all 100.
• You should be level 12 and with maxed skills you'll never level up again.
• If you don't want to be level 12 you can use setlevel 2 or setlevel 20 or whatever. You do need to be at least levels 8, 10, 15, 17, and 20 for some of the daedric quests. So I just like doing 20.
Benefit of doing it like this is if you want to change how you look later it's relatively easy to get everything back in working order.
Troubleshooting
• If you can't figure out how to open the dev console it's ` next to 1 on a US keyboard. It may be different for your region, you'll have to figure that out on your own.
• If skills are lower than expected you may have not unequipped or moved stuff out of your inventory as instructed. You can just use player.setav to set it to whatever you need
• If nothing happens upon running the exec command you put the files in the wrong location.
• If you need to do something like the Namira quest that requires 20 or less personality, see UESP's notes on how to do that.
• You will lose permanent buffs if you use ShowRaceMenu. Find the spell ID here and re-add it with player.addspell <ID>. For instance player.addspell CBD13 re-adds Night Mother's Blessing. Or player.addspell CBF19 re-adds Gray Prince's Training.
• You'll need to unequip and re-equip all your gear for the passive bonuses to apply correctly.
• If you wanted to you could do...
player.setav strength 232
player.setav willpower 232
player.setav agility 232
player.setav endurance 232
This would get you like 904 health and around 1160 encumbrance. player.setav commands work for magicka and fatigue as well but not health.
• If you want infinite encumbrance you can use player.forceav encumbrance -5000 then save and reload.