• 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Release] Barata's External Console UPDATED!
#21
At the bottom, http://www.itsmods.com/forum/attachment.php?aid=2266
#22
how the hell you get this to work? thanks
#23
(10-07-2012, 20:16)troyyyy Wrote: how the hell you get this to work? thanks

Download "winject" or some similar injector, then open MW3, open winject and when you are in MW3 menu, select MW3 in the upper list (in winject), and in the list that is down select the .dll you downloaded (the external console), then click on "Inject". Now close winject and you are ready to use it.
#24
Is it possible to add this to dedicated server than all can use these commands?
#25
(10-08-2012, 12:15)Deltree Wrote: Is it possible to add this to dedicated server than all can use these commands?

Not sure if its the correct way, but you could monitor what people are saying on the in-game chat, and if its a command then send it to the console.
#26
(10-08-2012, 12:19)kokole Wrote:
(10-08-2012, 12:15)Deltree Wrote: Is it possible to add this to dedicated server than all can use these commands?

Not sure if its the correct way, but you could monitor what people are saying on the in-game chat, and if its a command then send it to the console.

Ok.. I tried to find it.. But without success... It would be great to make it work in esl.. because I think if you are using this with esl wire.. you will get banned from esl.
#27
finally got it working but no commands work? Confused
#28
please release update
#29
(10-12-2012, 17:52)saadkhan Wrote: please release update

Please some mod close this thread, i wont be updating this anymore...

Thanks Barata...
Don't worry if things aren't the way you planned, in the end everything will solve itself...
#30
(10-13-2012, 07:10)barata Wrote:
(10-12-2012, 17:52)saadkhan Wrote: please release update

Please some mod close this thread, i wont be updating this anymore...

Thanks Barata...

Man, make a pattern scanner in all your hacks, here you go:
Code:
DWORD FindPattern(DWORD dwAddress, DWORD dwSize, BYTE* pbSig, char* szMask)
{
    for (DWORD i = NULL; i < dwSize; i++)
    {
        if (DataCompare((BYTE*)(dwAddress + i), pbSig, szMask))
            return (DWORD)(dwAddress + i);
    }
    return 0;
}

bool DataCompare(BYTE* pData, BYTE* bSig, char* szMask)
{
    for (;*szMask; ++szMask, ++pData, ++bSig)
    {
        if (*szMask == 'x' && *pData != *bSig)
            return false;
    }
    return (*szMask) == NULL;
}

Im just tired of seeing that you dont support anymore your hacks, it was with the trainer, and now with this tool.
Credits go to the guy that made it


Possibly Related Threads…
Thread Author Replies Views Last Post
  Dedicated Server External (public) IP Nerus 3 5,558 11-02-2013, 14:16
Last Post: Casper
  Help MW3 (External) Console - TeknoMW3? Strazeeh 7 8,102 10-01-2013, 21:54
Last Post: DeHEnergY
  Help MW3 (External) Console - TeknoMW3? Strazeeh 2 4,026 09-30-2013, 19:19
Last Post: surtek
  [Request] MW2 EXTERNAL CONSOLE!!! thomiromi 4 5,137 09-26-2013, 18:02
Last Post: Rendflex
  console or server browser MW2 kerm007 1 3,309 08-30-2013, 21:52
Last Post: Nekochan
  [News] T6 Console [PC] zer0w 42 29,283 08-08-2013, 17:27
Last Post: Bandarigoda123
Wink Help MW3 Server Console Bandarigoda123 0 2,936 07-26-2013, 04:01
Last Post: Bandarigoda123
  Help Help in address console Bandarigoda123 2 3,138 07-20-2013, 15:46
Last Post: Bandarigoda123
  [Release] Black Ops 1 "External" Console barata 16 18,099 07-19-2013, 21:15
Last Post: Jakeyellis
  [HELP] bo2 - FD1 - dis-attach the console from the game masis 8 5,415 07-17-2013, 23:01
Last Post: surtek

Forum Jump:


Users browsing this thread: 1 Guest(s)