fredddoooo
New Member
- Joined
- Mar 11, 2016
- Messages
- 1
- Reaction score
- 0
my computer keeps flagging the 1.04 version as a virus any way around that?
me too
my computer keeps flagging the 1.04 version as a virus any way around that?
my computer keeps flagging the 1.04 version as a virus any way around that?
me too
it worked thank you.So I did some investigation on my end, turns out you need to add this file to exception list for your anti-virus software, once I did that it worked fine.
Regards - PFG
{ Game : mgv.exe
Version:
Date : 2018-03-15
Author : Kalas
This script does blah blah blah
}
[ENABLE]
aobscanmodule(aobWeight,mgv.exe,8B 40 44 03 91 34 0C 00 00)
alloc(newmem,$100,aobWeight)
label(code)
label(return)
newmem:
code:
mov [rax+44], #0
mov eax,[rax+44]
add edx,[rcx+00000C34]
jmp return
aobWeight:
jmp newmem
nop
nop
nop
nop
return:
registersymbol(aobWeight)
[DISABLE]
aobWeight:
db 8B 40 44 03 91 34 0C 00 00
unregistersymbol(aobWeight)
dealloc(newmem)
{
// ORIGINAL CODE - INJECTION POINT: "mgv.exe"+10623A3
"mgv.exe"+106238A: 5E - pop rsi
"mgv.exe"+106238B: 5D - pop rbp
"mgv.exe"+106238C: 5B - pop rbx
"mgv.exe"+106238D: C3 - ret
"mgv.exe"+106238E: CC - int 3
"mgv.exe"+106238F: CC - int 3
"mgv.exe"+1062390: 8B 91 2C 0C 00 00 - mov edx,[rcx+00000C2C]
"mgv.exe"+1062396: 48 8B 41 18 - mov rax,[rcx+18]
"mgv.exe"+106239A: 4C 8B C1 - mov r8,rcx
"mgv.exe"+106239D: 03 91 28 0C 00 00 - add edx,[rcx+00000C28]
// ---------- INJECTING HERE ----------
"mgv.exe"+10623A3: 8B 40 44 - mov eax,[rax+44]
"mgv.exe"+10623A6: 03 91 24 0C 00 00 - add edx,[rcx+00000C24]
// ---------- DONE INJECTING ----------
"mgv.exe"+10623AC: 03 91 20 0C 00 00 - add edx,[rcx+00000C20]
"mgv.exe"+10623B2: 03 91 1C 0C 00 00 - add edx,[rcx+00000C1C]
"mgv.exe"+10623B8: 03 91 18 0C 00 00 - add edx,[rcx+00000C18]
"mgv.exe"+10623BE: 8B 89 54 0D 00 00 - mov ecx,[rcx+00000D54]
"mgv.exe"+10623C4: 41 03 88 50 0D 00 00 - add ecx,[r8+00000D50]
"mgv.exe"+10623CB: 03 C2 - add eax,edx
"mgv.exe"+10623CD: 41 03 88 4C 0D 00 00 - add ecx,[r8+00000D4C]
"mgv.exe"+10623D4: 41 03 88 48 0D 00 00 - add ecx,[r8+00000D48]
"mgv.exe"+10623DB: 41 03 88 44 0D 00 00 - add ecx,[r8+00000D44]
"mgv.exe"+10623E2: 03 C1 - add eax,ecx
}