Page 3 of 4

Re: Metal Gear Survive

Posted: Wed Mar 21, 2018 4:56 pm
by Kraash
BunkerKillar wrote:
Tue Mar 20, 2018 11:05 pm
inoriyuzuri wrote:
Fri Mar 16, 2018 2:28 pm
Fellows, I found that when you are Doing Savalge Missions, your rewards are based on your Personal Score+Iris Energy.

What I found:
[Low Personal Score will result in less loot or even no loot]

What I do not know:
[How many Personal Score will grant you normal amount of Loot is unknown]

However I found the address of personal Score:

1. Add Address Manually
2. Choose "Pointer"
3.
Makes it looks like [Do not know how to add image sorry]:
Image
(checked)Pointers
< A8 > 7FF^&#*@^#@^+A8 = Something Wreid
mgv.exe+2E9A838 -> 7FF^&#*@^#@^

4. Change your personal Score accordingly


P.S.: I moved this from another thread, Since the table is no longer updating, and there is no Personal Score tab in this table. Iris Energy Script is working fine for me, good luck farming.

sry but i need a better instruction :?:
As for inoriyusuri's picture, he forget to put the file's extension (.PNG) in his link, so I put it in my quote :) and it's not working . So here is the same image with a different link :
Image

Re: Metal Gear Survive

Posted: Thu Mar 22, 2018 10:53 pm
by BunkerKillar
Kraash wrote:
Wed Mar 21, 2018 4:56 pm
BunkerKillar wrote:
Tue Mar 20, 2018 11:05 pm
inoriyuzuri wrote:
Fri Mar 16, 2018 2:28 pm
Fellows, I found that when you are Doing Savalge Missions, your rewards are based on your Personal Score+Iris Energy.

What I found:
[Low Personal Score will result in less loot or even no loot]

What I do not know:
[How many Personal Score will grant you normal amount of Loot is unknown]

However I found the address of personal Score:

1. Add Address Manually
2. Choose "Pointer"
3.
Makes it looks like [Do not know how to add image sorry]:
Image
(checked)Pointers
< A8 > 7FF^&#*@^#@^+A8 = Something Wreid
mgv.exe+2E9A838 -> 7FF^&#*@^#@^

4. Change your personal Score accordingly


P.S.: I moved this from another thread, Since the table is no longer updating, and there is no Personal Score tab in this table. Iris Energy Script is working fine for me, good luck farming.

sry but i need a better instruction :?:
As for inoriyusuri's picture, he forget to put the file's extension (.PNG) in his link, so I put it in my quote :) and it's not working . So here is the same image with a different link :
Image
thx mate
its working very well

Re: Metal Gear Survive

Posted: Fri Mar 30, 2018 7:22 pm
by taukakz
somehow ive lost my weapon... i dont know how to use this program.. sometimes i cant ON durability... :(

Re: Metal Gear Survive

Posted: Tue Apr 10, 2018 4:08 pm
by echo32
inoriyuzuri wrote:
Fri Mar 16, 2018 2:28 pm
Fellows, I found that when you are Doing Savalge Missions, your rewards are based on your Personal Score+Iris Energy.

What I found:
[Low Personal Score will result in less loot or even no loot]

What I do not know:
[How many Personal Score will grant you normal amount of Loot is unknown]

However I found the address of personal Score:

1. Add Address Manually
2. Choose "Pointer"
3.
Makes it looks like [Do not know how to add image sorry]:
Image
(checked)Pointers
< A8 > 7FF^&#*@^#@^+A8 = Something Wreid
mgv.exe+2E9A838 -> 7FF^&#*@^#@^

4. Change your personal Score accordingly


P.S.: I moved this from another thread, Since the table is no longer updating, and there is no Personal Score tab in this table. Iris Energy Script is working fine for me, good luck farming.
Is it just me or is this no longer working? Also an update came out today.

Re: Metal Gear Survive

Posted: Sat Apr 21, 2018 12:30 pm
by Kalas
Remove AI Collision - AI can't touch you/gadgets and pretty much anything else.

Code: Select all

{ Game   : mgv.exe
  Version: 
  Date   : 2018-04-21
  Author : Kalas

  This script does blah blah blah
}

[ENABLE]

aobscanmodule(aobGadgetDurability,mgv.exe,40 55 56 57 41 54 41 55 41 56 41 57 48 81 EC B0 02)
registersymbol(aobGadgetDurability)

aobGadgetDurability:
  ret

[DISABLE]

aobGadgetDurability:
  db 40 55 56 57 41 54

unregistersymbol(aobGadgetDurability)

{
// ORIGINAL CODE - INJECTION POINT: "mgv.exe"+1A36440

"mgv.exe"+1A36436: CC                                   -  int 3 
"mgv.exe"+1A36437: CC                                   -  int 3 
"mgv.exe"+1A36438: CC                                   -  int 3 
"mgv.exe"+1A36439: CC                                   -  int 3 
"mgv.exe"+1A3643A: CC                                   -  int 3 
"mgv.exe"+1A3643B: CC                                   -  int 3 
"mgv.exe"+1A3643C: CC                                   -  int 3 
"mgv.exe"+1A3643D: CC                                   -  int 3 
"mgv.exe"+1A3643E: CC                                   -  int 3 
"mgv.exe"+1A3643F: CC                                   -  int 3 
// ---------- INJECTING HERE ----------
"mgv.exe"+1A36440: 40 55                                -  push rbp
"mgv.exe"+1A36442: 56                                   -  push rsi
"mgv.exe"+1A36443: 57                                   -  push rdi
"mgv.exe"+1A36444: 41 54                                -  push r12
// ---------- DONE INJECTING  ----------
"mgv.exe"+1A36446: 41 55                                -  push r13
"mgv.exe"+1A36448: 41 56                                -  push r14
"mgv.exe"+1A3644A: 41 57                                -  push r15
"mgv.exe"+1A3644C: 48 81 EC B0 02 00 00                 -  sub rsp,000002B0
"mgv.exe"+1A36453: 48 C7 84 24 A8 02 00 00 FE FF FF FF  -  mov [rsp+000002A8],FFFFFFFE
"mgv.exe"+1A3645F: 48 89 9C 24 F0 02 00 00              -  mov [rsp+000002F0],rbx
"mgv.exe"+1A36467: 48 8D AC 24 A0 00 00 00              -  lea rbp,[rsp+000000A0]
"mgv.exe"+1A3646F: 48 83 E5 80                          -  and rbp,-80
"mgv.exe"+1A36473: 48 8B 05 06 92 02 01                 -  mov rax,[mgv.exe+2A5F680]
"mgv.exe"+1A3647A: 48 33 C4                             -  xor rax,rsp
}

Re: Metal Gear Survive

Posted: Sat Apr 21, 2018 2:16 pm
by Kalas
Updated:

- Added bunch of new features.

Metal Gear Survive

Posted: Sat Apr 21, 2018 6:49 pm
by Kalas
[B][COLOR=rgb(44, 130, 201)]Updated[/COLOR][/B]:



- Added bunch of new features.

Metal Gear Survive

Posted: Wed Apr 25, 2018 6:34 am
by JaegerDaeger
Clicking the inventory tab isn't working. Every other box works to show the options in that category.

Metal Gear Survive

Posted: Wed Apr 25, 2018 9:30 am
by Kalas
[QUOTE="JaegerDaeger, post: 43373, member: 16535"]Clicking the inventory tab isn't working. Every other box works to show the options in that category.[/QUOTE]

Game updated?

Metal Gear Survive

Posted: Wed Apr 25, 2018 12:13 pm
by SnakeEater
[QUOTE="Kalas, post: 43396, member: 271"]Game updated?[/QUOTE]

Yeah, updated yesterday. The tables from the other thread are all pretty screwed too.

Metal Gear Survive

Posted: Wed Apr 25, 2018 12:20 pm
by Kalas
[QUOTE="SnakeEater, post: 43410, member: 15044"]Yeah, updated yesterday. The tables from the other thread are all pretty screwed too.[/QUOTE]

Will update in 2-3 days.

Metal Gear Survive

Posted: Thu May 03, 2018 8:06 am
by JaegerDaeger
Any news on the update?

Metal Gear Survive

Posted: Fri May 04, 2018 12:00 pm
by Kalas
[B][COLOR=rgb(44, 130, 201)]Updated[/COLOR][/B]:



- Fixed/Updated Cheats

Metal Gear Survive

Posted: Mon May 07, 2018 3:11 am
by CharlesHo
Hey. I am wondering how I can add boxes. I read the youtube guide video but I still cannot make them out.

I changed the code but the weapon blue box was changed into something else. It is not a box but seems like a sheep milk...

I am not sure if those boxes' IDs have been changed since I just started playing this game a few days ago.

Thank you.

Metal Gear Survive

Posted: Fri Jun 01, 2018 7:57 pm
by JacktheRipper
[QUOTE="CharlesHo, post: 44976, member: 17017"]Hey. I am wondering how I can add boxes. I read the youtube guide video but I still cannot make them out.

I changed the code but the weapon blue box was changed into something else. It is not a box but seems like a sheep milk...

I am not sure if those boxes' IDs have been changed since I just started playing this game a few days ago.

Thank you.[/QUOTE]

The ID's have changed, if you look on the metal gear survive singleplayer thread, they might of updated the ids but im not sure