Search found 40 matches

by Darksen93
Tue Aug 14, 2018 7:40 am
Forum: Tables
Topic: Monster Hunter World (Steam)
Replies: 5644
Views: 3833497

Monster Hunter World (Steam)

Has anyone found a way to remove the equipment items that are added to your inventory box after using the Have all items script. I think they are not supposed to be there in the first place. Selling them wont work and editing them with the higlight item isnt working either. Not a problem, just bothe...
by Darksen93
Fri Nov 17, 2017 9:18 pm
Forum: Tables
Topic: Nioh: Complete Edition
Replies: 1140
Views: 733527

Re: Nioh: Complete Edition

If someone could refresh my mind on how to modify accessories via reforge I think someone mentioned it, I tried looking back in the posts couldnt find it.
by Darksen93
Wed Nov 15, 2017 12:35 am
Forum: Tables
Topic: Nioh: Complete Edition
Replies: 1140
Views: 733527

Re: Nioh: Complete Edition

SCRIPT HAS BEEN FIXED NO LONGER SHOULD AFFECT ENEMIES [ENABLE] aobscanmodule(INFHP,nioh.exe,48 89 46 18 48 39 46 20) // should be unique alloc(newmem,$500,INFHP) label(code) label(return) label(exit) registersymbol(INFHP) newmem: push rax mov rax,[rsi] cmp byte [rax],64 jne exit cmp word [rax+6],00...
by Darksen93
Wed Nov 15, 2017 12:20 am
Forum: Tables
Topic: Nioh: Complete Edition
Replies: 1140
Views: 733527

Re: Nioh: Complete Edition

FIX FOR INF HEALTH SCRIPT: [ENABLE] aobscanmodule(INFHP,nioh.exe,48 89 46 18 48 39 46 20) // should be unique alloc(newmem,$200,INFHP) label(code) label(return) newmem: mov rax,#99999 mov [rsi+18],rax mov [rsi+20],rax cmp [rsi+20],rax code: jmp return INFHP: jmp newmem nop nop nop return: registers...
by Darksen93
Wed Nov 15, 2017 12:05 am
Forum: Tables
Topic: Nioh: Complete Edition
Replies: 1140
Views: 733527

Re: Nioh: Complete Edition

FIX FOR INF HEALTH SCRIPT: [ENABLE] aobscanmodule(INFHP,nioh.exe,48 89 46 18 48 39 46 20) // should be unique alloc(newmem,$200,INFHP) label(code) label(return) newmem: mov rax,#99999 mov [rsi+18],rax mov [rsi+20],rax cmp [rsi+20],rax code: jmp return INFHP: jmp newmem nop nop nop return: registers...
by Darksen93
Tue Nov 14, 2017 11:35 pm
Forum: Tables
Topic: Nioh: Complete Edition
Replies: 1140
Views: 733527

Re: Nioh: Complete Edition

Here is my table its updated, some scripts were crashing the game so I fixed some of them. Let me know if something else needs to be fixed. Also it has the changes by SenorPlebeian, and dec1337 Thanks for the table! The only script that keep crashing the game is Inf. Health, just to let you know :)...
by Darksen93
Tue Nov 14, 2017 10:04 pm
Forum: Tables
Topic: Nioh: Complete Edition
Replies: 1140
Views: 733527

Re: Nioh: Complete Edition

Here is my table its updated, some scripts were crashing the game so I fixed some of them. Let me know if something else needs to be fixed. Also it has the changes by SenorPlebeian, and dec1337
by Darksen93
Mon Nov 13, 2017 3:41 am
Forum: Tables
Topic: Nioh: Complete Edition
Replies: 1140
Views: 733527

Re: Nioh: Complete Edition

Don't know if someone's already made this script since it's a really simple one, but I attached a table with a script so that you can fill the existing item editor by selecting the item in game through your inventory or storehouse rather than finding the address manually. So Im trying to edit my it...
by Darksen93
Mon Nov 13, 2017 2:09 am
Forum: Tables
Topic: Nioh: Complete Edition
Replies: 1140
Views: 733527

Re: Nioh: Complete Edition

Don't know if someone's already made this script since it's a really simple one, but I attached a table with a script so that you can fill the existing item editor by selecting the item in game through your inventory or storehouse rather than finding the address manually. So Im trying to edit my it...
by Darksen93
Sun Nov 12, 2017 3:17 pm
Forum: Tables
Topic: Nioh: Complete Edition
Replies: 1140
Views: 733527

Re: Nioh: Complete Edition

Hey guys, first off, thanks for the table. Fantastic work! All the most important options. Kudos. I have a question though. Is there anything in the table that can get you banned? I played on PS4 at launch and just picked it up on Steam. I want to fly back to where I was on PS4 fast, but I also wan...
by Darksen93
Sun Nov 12, 2017 6:08 am
Forum: Tables
Topic: Nioh: Complete Edition
Replies: 1140
Views: 733527

Re: Nioh: Complete Edition

Yes, I am not sure if they are permanent. I am trying to figure out if I can make the blacksmith changes permanent with these scripts So far, I have figured out 2 conditions to have the changes be permanent: - Must not have 2 of the same effect on a gear - Must not have 2 of VS. resistance on a gea...
by Darksen93
Sun Nov 12, 2017 4:12 am
Forum: Tables
Topic: Nioh: Complete Edition
Replies: 1140
Views: 733527

Re: Nioh: Complete Edition

Yes, I am not sure if they are permanent. I am trying to figure out if I can make the blacksmith changes permanent with these scripts
by Darksen93
Sun Nov 12, 2017 1:53 am
Forum: Tables
Topic: Nioh: Complete Edition
Replies: 1140
Views: 733527

Re: Nioh: Complete Edition

I need some info guardian level caps through out the game are level 30,40,50,60? Coming up with a No level cap guardian level, trying to find out what are the caps to trace in memory. Edit: I got bad news, I manage to do it, but the stats glitch out past level 60 I think it must be something else t...
by Darksen93
Sun Nov 12, 2017 1:19 am
Forum: Tables
Topic: Nioh: Complete Edition
Replies: 1140
Views: 733527

Re: Nioh: Complete Edition

I need some info guardian level caps through out the game are level 30,40,50,60? Coming up with a No level cap guardian level, trying to find out what are the caps to trace in memory. Edit: I got bad news, I manage to do it, but the stats glitch out past level 60 I think it must be something else th...
by Darksen93
Sat Nov 11, 2017 11:13 pm
Forum: Tables
Topic: Nioh: Complete Edition
Replies: 1140
Views: 733527

Re: Nioh: Complete Edition

dec1337 wrote:
Sat Nov 11, 2017 11:08 pm
Possibly, you making speed script? If not I can look into it
Its in the new table theres a pointer for running speed and a script for dash speed