ItsMods

Full Version: how to disable the AI in Co-op?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi!

I need help for disable AI in game this can be done from the dev console but I cannot enable this. Dodgy

the commans is "g_ai" and his effect is this:

[Image: sinttuloayd.png]

I searched the command in OllyDbg and found this:

[Image: 25687614.png]

(the command is a value ranging between 0 and 1.
1 is enable)

but I don't know that do with this
how I can disable?
Smile

thanks
... wait isn't that the mw2 map so_bridge?
How come it's iw5sp (SP exe of MW3) then?
He wants the effect he achieved in MW2 in MW Tree ?
(01-29-2012, 22:45)OrangePL Wrote: [ -> ]He wants the effect he achieved in MW2 in MW Tree ?

But in MW2 you can use mods, and in MW3... well I have no idea how to even use console commands in MW3 SP, not to mention mods...
(Binding things doesn't work)
fill with NOP's from the ASCII "Enable AI" to the MOV DWORD PTR. If it doesnt work just fill with NOP's the MOV DWORD PTR
or search in ollydbg the string %s is write protected, and fill it with NOP's, or the call, or make a jump
and to fill is Right click=>Edit=>Fill with NOP's
(01-29-2012, 23:18)kokole Wrote: [ -> ]fill with NOP's from the ASCII "Enable AI" to the MOV DWORD PTR. If it doesnt work just fill with NOP's the MOV DWORD PTR
or search in ollydbg the string %s is write protected, and fill it with NOP's, or the call, or make a jump
and to fill is Right click=>Edit=>Fill with NOP's

What he wants to say its: "do random stuff to see if you achive something" Troll

Thanks Barata...
Click on the command: 'PUSH 1' above g_ai.
Right Click -> Assemble

Change it to:
Code:
PUSH 0
(01-30-2012, 01:02)Nukem Wrote: [ -> ]Click on the command: 'PUSH 1' above g_ai.
Right Click -> Assemble

Change it to:
Code:
PUSH 0

U ARE A WIZARD!? Troll

BTW: its not working...

[Image: 74714380.png]

Thanks Barata...
(01-30-2012, 01:02)Nukem Wrote: [ -> ]Click on the command: 'PUSH 1' above g_ai.
Right Click -> Assemble

Change it to:
Code:
PUSH 0

LOL!! THANKS Big Grin
(01-30-2012, 01:03)barata Wrote: [ -> ]
(01-30-2012, 01:02)Nukem Wrote: [ -> ]Click on the command: 'PUSH 1' above g_ai.
Right Click -> Assemble

Change it to:
Code:
PUSH 0

U ARE A WIZARD!? Troll

BTW: its not working...

[Image: 74714380.png]

Thanks Barata...

try with cheat engine ...Work!