This game sounds like a total pain in the arse. What if I just want to play offline with infinite health and high damage ?
If it sounds like a pain then don't play it. Games are for fun, if you feel it's no fun then there's no point in you playing it.
If you want to play offline, then do that; just remember to go online for that shit DRM and if you want any event quests or holiday stuff to show up (not available in codex).
Hey guys, I am new to all of this. So I downloaded the files and everything, but whenever I go to edit anything, I am met with this message,
Error in native thread called Unnamed::[string "local syntaxcheck,memrec=...
..."]:16: attempt to index a nil value (local 'scans')
Any idea why that may be? Also, not sure if it matters but I am on Steam.
Last edited by ThrowAwayZombie on Tue Dec 11, 2018 7:48 am, edited 1 time in total.
Hei everyone, is only me or someone experience it too? many of cheat can't be activate with the latest table. thx
Which ones cant you activate? I got no issues with invul (tested again against teo and leo), stamina, sharpness, inf items, meal editor, buffs, defense, weapon buff and abnormal status. Also I am on STEAM version.
So the older fearlessrevolution trainers had a Rapid Fire cheat for HBGs...can anyone replicate that for this? If so I could finally stop using the fearlessrevolution trainer and just stick to this!
there is an option fot HBG in the weapon buff section, 3 of them for bowgun, it may not like rapid fire from fearlessrevolution because i dont know about it, but there an option u can have bowgun support all ammo with no reload, i have use it and its works fine with no game crash on STEAM version
On CODEX, a lot of these aren't working. Kinda disappointing, but what can ya do:
-Max Sharpening crashed for me.
-Invul, of course. Needed to take Inf Health from the old Safe trainer.
-Maxed Slots do not work.
-Weapon Buffs don't work. I tried the coatings and charge for bow and got nothing, not sure about other weapons yet.
-Don't think the Monster parts script works for CODEX either.
The game is constantly resetting the page protection for the the memory regions with integrity checks. So the cheats that did not crash still do not have any problems with StealthEdit, but the cheats that did crash will no longer crash with StealthEdit on. However, they still do not work as the page protection gets reset to execute read write and StealthEdit's modified copy does not get executed at all.
Which ones cant you activate? I got no issues with invul (tested again against teo and leo), stamina, sharpness, inf items, meal editor, buffs, defense, weapon buff and abnormal status. Also I am on STEAM version.
like below, the uncheck one is not working for me, and a couple more. I'm using STEAM version btw
Thats odd because max slots works for me and im on steam as well. Easily break monster parts works as well, i tested that one last night. Ill post my results tonight.
like below, the uncheck one is not working for me, and a couple more. I'm using STEAM version btw
Cross-checked the non-working options. I guess this confirms that StealthEdit is not fully functioning due to the game's anti-cheat.
For table makers, there is still the option for using other locations that aren't being integrity scanned. AFAIK that's what fearlessrevolution is doing. Some areas are only scanned during certain events e.g. the item pointer fearlessrevolution uses is only checked when the item box menu is closed, so he disables his max item box items option automatically once the key is let go of. The game will crash if you try holding the activation key while walking around in the tradeyard.
EDIT: Cross-compared a CODEX and an original executable. I can confirm the page protection overwriting is done by CODEX's executable only so those complaining that some options aren't working are using the options requiring StealthEdit and they are indeed not on the official Steam version. This should mark the end of all similar complains in this thread as this table is for the STEAM version.
Last edited by predprey on Tue Dec 11, 2018 8:14 pm, edited 2 times in total.
The problem with the Character Editor failing to initialize properly has been identified, and has been fixed.
Lunastra has been added to Monster Stats.
[Link] by vosszaa
Edit: The script's syntax check seems to have decided to throw that weird error after I isolated it from my main table. Re-fixed and re-uploaded.
(This is the one error I'm clueless on how to prevent, other than to triple check it just to be sure.)
local function Init()
local oldState = errorOnLookupFailure(false)
while (getAddress("bInfItem") == 0) do
sleep(1000)
end
errorOnLookupFailure(oldState)
local scans = AOBScan("50 00 00 00 00 00 00 00 ?? ?? ?? 42 01 00 00 00 ?? ?? ?? 42 01 00 00 00 0? 00 00 00 00 00 00 00 ?? ?? ?? 42 01 00 00 00 0? 00 00 00 00 00 00 00", "-X-C+W", 0)
print("1")
for i=0,scans.count-1 do
print("2")
local bFound = true
local pAddress = getAddress(scans[i])
print("3")
for j=0,47 do
local slot1 = readBytes(pAddress + j)
local slot2 = readBytes(pAddress + j + 0x139F00)
local slot3 = readBytes(pAddress + j + 0x139F00 + 0x139F00)
if j==0 then
if slot2 ~= 0 then
bFound = false
break
elseif slot3 ~= 0 then
bFound = false
break
end
elseif j==24 then
elseif j==40 then
else
if slot1 ~= slot2 then
bFound = false
break
elseif slot1 ~= slot3 then
bFound = false
break
end
end
end
if bFound == true then
unregisterSymbol("character")
registerSymbol("character", pAddress+8)
break
end
end
print("4")
scans.Destroy()
end
1
Error in native thread called Unnamed::[string "local syntaxcheck,memrec=...
..."]:17: attempt to index a nil value (local 'scans')
Here's my specs: On Steam, MHW build 161254, CH version 6.8.1, Borderless Windowed: Yes, Stealth Edit 2.4 64-bit dll, private and offline session. Invulnerable for me, works. As in, character is unaffected by any status effects/shouts or attacks. Did an arena quest with it on the whole time. Not sure what's going on for those who say it won't work.
Edit: missed platform
Last edited by Arthur22Q on Tue Dec 11, 2018 7:28 pm, edited 1 time in total.