Page 314 of 377

Re: Monster Hunter World (Steam)

Posted: Fri Mar 13, 2020 12:23 am
by elijahthered
TheTreeThatGrows wrote:
Thu Mar 12, 2020 11:59 pm
What about armor? Is it possible to get the safi armor? (Not transmog). Cant seem to find the ID (For armor, not transmog)
Yes it is you would need to speak with the guy who said about editing the rewards as he gave himself safi parts, or you could wait for Stackers to be updated then use the shop list editor to add that parts in that way

Re: Monster Hunter World (Steam)

Posted: Fri Mar 13, 2020 1:30 am
by IceBlazeWinters
these are the cheats that i personally use (not the full list, just the ones that won't activate), that are NOT working right now:
invulnerable
infinite stamina
max sharpness
max slots
1 jewel maxes skills
infinite barrel placement
bowgun no reload
hbg special ammo ammo recharge multiplier

Re: Monster Hunter World (Steam)

Posted: Fri Mar 13, 2020 2:02 am
by Whoopie
IceBlazeWinters wrote:
Fri Mar 13, 2020 1:30 am
invulnerable
...
1 jewel maxes skills
...
Squall update those two already, read a few post above you.
Squall8's Invul & 1 jewel
Squall8 wrote:
Thu Mar 12, 2020 6:33 pm
Just a heads up, I have to work today through Sunday. I've gone through already to see what broke. I'll try to work on stuff when I have some down time, shouldn't take long at all to fix. But expect an update after this weekend at the latest.

Here is an update for the Invul and 1 Jewel scripts in the meantime:

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>19287</ID>
      <Description>"Invulnerable"</Description>
      <LastState/>
      <Color>000000</Color>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>{ Game   : MonsterHunterWorld.exe
  Version: 
  Date   : 2020-01-09
  Author : Squall8
}

[ENABLE]
//48 85 C9 74 05 E8 ** ** ** ** 31 C0 48 83 C4 28
aobscanmodule(invul1,MonsterHunterWorld.exe,E8 6B 85 5B E3)
registersymbol(invul1)

invul1:
  db 90 90 90 90 90

//48 89 F1 E8 ** ** ** ** 44 38 B5 28 06 00 00
aobscanmodule(invul2,MonsterHunterWorld.exe,E8 5E 14 93 E7)
registersymbol(invul2)

invul2:
  db 90 90 90 90 90

//41 0F 28 C8 E8 ** ** ** ** EB 08
aobscanmodule(invul3,MonsterHunterWorld.exe,E8 B0 37 65 E8)
registersymbol(invul3)

invul3:
  db 90 90 90 90 90

[DISABLE]

invul1:
  db E8 6B 85 5B E3

unregistersymbol(invul1)

invul2:
  db E8 5E 14 93 E7

unregistersymbol(invul2)

invul3:
  db E8 B0 37 65 E8

unregistersymbol(invul3)
</AssemblerScript>
    </CheatEntry>
  </CheatEntries>
</CheatTable>

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>19111</ID>
      <Description>"1 Jewel Maxes Skill Level"</Description>
      <LastState/>
      <Color>000000</Color>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>{ Game   : MonsterHunterWorld.exe
  Version: 
  Date   : 2020-01-14
  Author : Squall8
}

[ENABLE]

assert(MonsterHunterWorld.exe+12110E4,00 8C D7 80 00 00 00) //3,4/5
alloc(newmem,$1000,MonsterHunterWorld.exe+12110E4)

label(code)
label(return)

assert(MonsterHunterWorld.exe+121119F,00 8C D7 80 00 00 00)
alloc(newmem2,$1000,MonsterHunterWorld.exe+121119F)

label(code2)
label(return2)

assert(MonsterHunterWorld.exe+12110FC,00 84 CF 80 00 00 00) //4,5/6
alloc(newmem3,$1000,MonsterHunterWorld.exe+12110FC)

label(code3)
label(return3)

assert(MonsterHunterWorld.exe+12111B7,00 84 CF 80 00 00 00)
alloc(newmem4,$1000,MonsterHunterWorld.exe+12111B7)

label(code4)
label(return4)

newmem:

code:
  add [rdi+rdx*8+00000080],7
  jmp return

newmem2:

code2:
  add [rdi+rdx*8+00000080],7
  jmp return2

newmem3:

code3:
  add [rdi+rcx*8+00000080],7
  jmp return3

newmem4:

code4:
  add [rdi+rcx*8+00000080],7
  jmp return4

MonsterHunterWorld.exe+12110E4:
  jmp newmem
  nop 2
return:

MonsterHunterWorld.exe+121119F:
  jmp newmem2
  nop 2
return2:

MonsterHunterWorld.exe+12110FC:
  jmp newmem3
  nop 2
return3:

MonsterHunterWorld.exe+12111B7:
  jmp newmem4
  nop 2
return4:

[DISABLE]

MonsterHunterWorld.exe+12110E4:
  db 00 8C D7 80 00 00 00

dealloc(newmem)

MonsterHunterWorld.exe+121119F:
  db 00 8C D7 80 00 00 00

dealloc(newmem2)

MonsterHunterWorld.exe+12110FC:
  db 00 84 CF 80 00 00 00

dealloc(newmem3)

MonsterHunterWorld.exe+12111B7:
  db 00 84 CF 80 00 00 00

dealloc(newmem4)
</AssemblerScript>
    </CheatEntry>
  </CheatEntries>
</CheatTable>

Re: Monster Hunter World (Steam)

Posted: Fri Mar 13, 2020 4:04 am
by bigdonk
Is there anyway to edit the reward of a quest and put in Safi’s part like someone mentioned before?

Re: Monster Hunter World (Steam)

Posted: Fri Mar 13, 2020 6:43 am
by kyoski
elijahthered wrote:
Thu Mar 12, 2020 8:05 pm
kyoski wrote:
Thu Mar 12, 2020 6:20 pm
434:Safi A
435:Safi B
422:Stygian A
423:Stygian B

for transmog
How do you allow it to edit the numbers as this current table only allows presets
right click to set/change dropdown selection options, you can also manually add the ids in from there.
Image

Re: Monster Hunter World (Steam)

Posted: Fri Mar 13, 2020 7:34 am
by Messiah
Hello everyone, I want to replace my leather armors with blackveil armors, but I can't find them in the drop down in the equipment data. Can someone tell me how to do this? Much appreciate.

Re: Monster Hunter World (Steam)

Posted: Fri Mar 13, 2020 9:11 am
by Wolfking144
u

Re: Monster Hunter World (Steam)

Posted: Fri Mar 13, 2020 10:06 am
by rachel518
I know Squall already updated the 1 Jewel script, but everytime I run it (after updating the script) my game crashes. For the record, the script does seem to be working correctly prior to the crash. Wondering if anyone else has gotten it to work without crashes and if maybe I just did something wrong when updating the script.

Re: Monster Hunter World (Steam)

Posted: Fri Mar 13, 2020 10:32 am
by rachel518
rachel518 wrote:
Fri Mar 13, 2020 10:06 am
I know Squall already updated the 1 Jewel script, but everytime I run it (after updating the script) my game crashes. For the record, the script does seem to be working correctly prior to the crash. Wondering if anyone else has gotten it to work without crashes and if maybe I just did something wrong when updating the script.
Sorry forgot to check before, but I don't crash if I'm in a quest by myself. I only crash when another person joins.
Oh and for the record, I only use CE when I'm just playing with my boyfriend, I don't play online with the general public with cheats.
Thanks friendos.

Re: Monster Hunter World (Steam)

Posted: Fri Mar 13, 2020 12:48 pm
by IceBlazeWinters
Whoopie wrote:
Fri Mar 13, 2020 2:02 am
IceBlazeWinters wrote:
Fri Mar 13, 2020 1:30 am
invulnerable
...
1 jewel maxes skills
...
Squall update those two already, read a few post above you.
Squall8's Invul & 1 jewel
Squall8 wrote:
Thu Mar 12, 2020 6:33 pm
Just a heads up, I have to work today through Sunday. I've gone through already to see what broke. I'll try to work on stuff when I have some down time, shouldn't take long at all to fix. But expect an update after this weekend at the latest.

Here is an update for the Invul and 1 Jewel scripts in the meantime:

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>19287</ID>
      <Description>"Invulnerable"</Description>
      <LastState/>
      <Color>000000</Color>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>{ Game   : MonsterHunterWorld.exe
  Version: 
  Date   : 2020-01-09
  Author : Squall8
}

[ENABLE]
//48 85 C9 74 05 E8 ** ** ** ** 31 C0 48 83 C4 28
aobscanmodule(invul1,MonsterHunterWorld.exe,E8 6B 85 5B E3)
registersymbol(invul1)

invul1:
  db 90 90 90 90 90

//48 89 F1 E8 ** ** ** ** 44 38 B5 28 06 00 00
aobscanmodule(invul2,MonsterHunterWorld.exe,E8 5E 14 93 E7)
registersymbol(invul2)

invul2:
  db 90 90 90 90 90

//41 0F 28 C8 E8 ** ** ** ** EB 08
aobscanmodule(invul3,MonsterHunterWorld.exe,E8 B0 37 65 E8)
registersymbol(invul3)

invul3:
  db 90 90 90 90 90

[DISABLE]

invul1:
  db E8 6B 85 5B E3

unregistersymbol(invul1)

invul2:
  db E8 5E 14 93 E7

unregistersymbol(invul2)

invul3:
  db E8 B0 37 65 E8

unregistersymbol(invul3)
</AssemblerScript>
    </CheatEntry>
  </CheatEntries>
</CheatTable>

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
  <CheatEntries>
    <CheatEntry>
      <ID>19111</ID>
      <Description>"1 Jewel Maxes Skill Level"</Description>
      <LastState/>
      <Color>000000</Color>
      <VariableType>Auto Assembler Script</VariableType>
      <AssemblerScript>{ Game   : MonsterHunterWorld.exe
  Version: 
  Date   : 2020-01-14
  Author : Squall8
}

[ENABLE]

assert(MonsterHunterWorld.exe+12110E4,00 8C D7 80 00 00 00) //3,4/5
alloc(newmem,$1000,MonsterHunterWorld.exe+12110E4)

label(code)
label(return)

assert(MonsterHunterWorld.exe+121119F,00 8C D7 80 00 00 00)
alloc(newmem2,$1000,MonsterHunterWorld.exe+121119F)

label(code2)
label(return2)

assert(MonsterHunterWorld.exe+12110FC,00 84 CF 80 00 00 00) //4,5/6
alloc(newmem3,$1000,MonsterHunterWorld.exe+12110FC)

label(code3)
label(return3)

assert(MonsterHunterWorld.exe+12111B7,00 84 CF 80 00 00 00)
alloc(newmem4,$1000,MonsterHunterWorld.exe+12111B7)

label(code4)
label(return4)

newmem:

code:
  add [rdi+rdx*8+00000080],7
  jmp return

newmem2:

code2:
  add [rdi+rdx*8+00000080],7
  jmp return2

newmem3:

code3:
  add [rdi+rcx*8+00000080],7
  jmp return3

newmem4:

code4:
  add [rdi+rcx*8+00000080],7
  jmp return4

MonsterHunterWorld.exe+12110E4:
  jmp newmem
  nop 2
return:

MonsterHunterWorld.exe+121119F:
  jmp newmem2
  nop 2
return2:

MonsterHunterWorld.exe+12110FC:
  jmp newmem3
  nop 2
return3:

MonsterHunterWorld.exe+12111B7:
  jmp newmem4
  nop 2
return4:

[DISABLE]

MonsterHunterWorld.exe+12110E4:
  db 00 8C D7 80 00 00 00

dealloc(newmem)

MonsterHunterWorld.exe+121119F:
  db 00 8C D7 80 00 00 00

dealloc(newmem2)

MonsterHunterWorld.exe+12110FC:
  db 00 84 CF 80 00 00 00

dealloc(newmem3)

MonsterHunterWorld.exe+12111B7:
  db 00 84 CF 80 00 00 00

dealloc(newmem4)
</AssemblerScript>
    </CheatEntry>
  </CheatEntries>
</CheatTable>
invulnerable code did this

Re: Monster Hunter World (Steam)

Posted: Fri Mar 13, 2020 2:43 pm
by fuyuke
Sapphire wrote:
Fri Mar 13, 2020 12:06 am
Yes but if its just edited to be the weapon from another in your inventory it shouldn't be an issue like that
There was nothing like this during the patch for ATKT weapons. But yeah, there's some sort of flag on all safi weapons (both models) that triggers the "incorrect value" message.

Re: Monster Hunter World (Steam)

Posted: Fri Mar 13, 2020 3:41 pm
by Sapphire
[Link]

to add tundra to the editor

Re: Monster Hunter World (Steam)

Posted: Fri Mar 13, 2020 4:08 pm
by Venator
IceBlazeWinters wrote:
Fri Mar 13, 2020 12:48 pm
invulnerable code did this
That's because Squall posted the full XML code from the table, which Cheat Engine is using in the background. It's telling CE how the table is structured, which cheats are where, and whatever script is associated with them. You would paste that into the table after opening it with a text editor, such as Notepad++ (or just plain Notepad on Windows, but only if you hate yourself).

If you want to paste it into the table through CE, which can feel a bit less intimidating, then you just need everything between the "AssemblerScript" tags. In other words, just copy the portion starting with the first character immediately after <AssemblerScript> to the first character immediately before </AssemblerScript> and paste that in CE for the invulnerability script.

Re: Monster Hunter World (Steam)

Posted: Fri Mar 13, 2020 4:25 pm
by IceBlazeWinters
Venator wrote:
Fri Mar 13, 2020 4:08 pm
IceBlazeWinters wrote:
Fri Mar 13, 2020 12:48 pm
invulnerable code did this
That's because Squall posted the full XML code from the table, which Cheat Engine is using in the background. It's telling CE how the table is structured, which cheats are where, and whatever script is associated with them. You would paste that into the table after opening it with a text editor, such as Notepad++ (or just plain Notepad on Windows, but only if you hate yourself).

If you want to paste it into the table through CE, which can feel a bit less intimidating, then you just need everything between the "AssemblerScript" tags. In other words, just copy the portion starting with the first character immediately after <AssemblerScript> to the first character immediately before </AssemblerScript> and paste that in CE for the invulnerability script.
only problem is, is that cheat engine has been crashing the f*ck out of my game and i can't use it at the moment, even with the crc.

and i'm almost positive that the steamworks multiplier also f*cked up the steamworks on my main save file cause i haven't had a single jackpot or bonus time event at all. and i only used the multiplier a few times.

Re: Monster Hunter World (Steam)

Posted: Fri Mar 13, 2020 5:35 pm
by Viceroy
For anyone who got any crashes and shit and still crying like a lil bitch
Squall8 wrote:
Thu Mar 12, 2020 6:33 pm
Just a heads up, I have to work today through Sunday. I've gone through already to see what broke. I'll try to work on stuff when I have some down time, shouldn't take long at all to fix. But expect an update after this weekend at the latest.
just be fucking patient.
meanwhile, fearlessrevolution already release new trainer update and got some nice option. Try that.