Author Topic: Tired of fatal errors and maphackers ?  (Read 2140 times)

Offline MeKillU

  • Pro Member
  • *
  • Topic Author
  • Posts: 467
  • Karma: +45/-48
  • Karma is a bitch.
    • View Profile
    • ExploitTheMachine
    • Awards
Tired of fatal errors and maphackers ?
« on: July 16, 2010, 17:02 »
Im making a tool called DotAGuard.
itll have some nice options like real-time fog-click detection, anti game crash, visual winamp controls etc :)

generaly WHENEVER your game crashes i would ask you to post a screenshot here so i can include that crash vector in the protection.

as for the maphack detection itll obviously only work for hacks without safe click

for now i can enumerate all players and their hero units, found the function responsible for detecting if unit is in fog of war, but its still very complicated

for the crash protection well i attach a debugger to the game from inside an injected dll
im now investigating one crash vector that i have quite often cuz its pissing me off ;P

winamp controls are displayed in a box
Code: [Select]
HRESULT APIENTRY hook_endscene(IDirect3DDevice8* dev){


    asm("pushf");//seems changed flags fuck up the game
    asm("pusha");//so why not too ;)
    asm("pusha"); /// DONT ask. just accept and memorize. u dont wanna learn the hard way (3.5h with debugger)
    draw_menu(dev);
    asm("popa");
    asm("popa");
    asm("popf");
HRESULT res=old_endscene(dev);
return 0;
}


well they are also by no means finished but i hope i can have the first beta version of DotAGuard ready next week.

also i am planning to release this as open source but not at this stage of development.

oh. and no it wont work on garena or official bnet cause it generaly is similar in behavior as normal maphacks :P
thats because it started out as a maphack so i can understand the game code better to write this :)
_http://www.youtube.com/watch?v=TTIiQv8oTpU
_http://www.youtube.com/watch?v=SQ6bKDvWBgI


W furze kruszę, oczy mruże,
W chmurze tonę, ziomkom przybijam pionę!


Offline MiZiGe

  • Retired Moderator
  • WickedSick Member
  • *
  • Posts: 1026
  • Karma: +70/-172
  • Spit on my karma!
  • Awards Patreon Supporter [RARE]
    • View Profile
    • Eurobattle.net
    • Awards
Re: Tired of fatal errors and maphackers ?
« Reply #1 on: July 16, 2010, 17:24 »
sounds great...but you know you will need someone reliable to test w/e tool you would want to publish before you can spread it around :)

Offline MeKillU

  • Pro Member
  • *
  • Topic Author
  • Posts: 467
  • Karma: +45/-48
  • Karma is a bitch.
    • View Profile
    • ExploitTheMachine
    • Awards
Re: Tired of fatal errors and maphackers ?
« Reply #2 on: July 16, 2010, 17:31 »
ofc that is why i only ask for crash reports now ^^
when its ready ill release the source code with no licence :)

or rather with the Sirius Cybernetics Corporation Complaints Division licence
"Share and Enjoy"
« Last Edit: July 16, 2010, 17:33 by MeKillU »
_http://www.youtube.com/watch?v=TTIiQv8oTpU
_http://www.youtube.com/watch?v=SQ6bKDvWBgI


W furze kruszę, oczy mruże,
W chmurze tonę, ziomkom przybijam pionę!


Offline ek0

  • Honored member
  • HolyShit Member
  • *
  • Posts: 5029
  • Karma: +347/-260
    • View Profile
    • Awards
Re: Tired of fatal errors and maphackers ?
« Reply #3 on: July 16, 2010, 17:37 »
An open source anti-hack tool?
This will be countered on the 4th hour of it's release (if somebody is forced to use it), else it won't be downloaded by any maphackers.

Offline MeKillU

  • Pro Member
  • *
  • Topic Author
  • Posts: 467
  • Karma: +45/-48
  • Karma is a bitch.
    • View Profile
    • ExploitTheMachine
    • Awards
Re: Tired of fatal errors and maphackers ?
« Reply #4 on: July 16, 2010, 17:39 »
as i said there is no way to detect maphacks with safeclick programatically. the main goal of this tool is the anti crash option...
_http://www.youtube.com/watch?v=TTIiQv8oTpU
_http://www.youtube.com/watch?v=SQ6bKDvWBgI


W furze kruszę, oczy mruże,
W chmurze tonę, ziomkom przybijam pionę!


Offline MiZiGe

  • Retired Moderator
  • WickedSick Member
  • *
  • Posts: 1026
  • Karma: +70/-172
  • Spit on my karma!
  • Awards Patreon Supporter [RARE]
    • View Profile
    • Eurobattle.net
    • Awards
Re: Tired of fatal errors and maphackers ?
« Reply #5 on: July 16, 2010, 17:50 »
well yeah, my point is that since I had a crash like 3 times (in several years), my interest turns towards the antiMH...
you know, it is always a bit edgy trying to force people to install extra things on their computer (unless you do it in a "please-rape-my-software" way like garena, or smarter like RGC). What would be really nice if you could produce a replay analyser that calculates FoW clicks - and I know this is a valid thing, I know at least one that is working (with good results as far as I could tell so far), the only problem is that it is not exactly open source (more like I am not in exactly good terms with the people who produced it :D )


An open source anti-hack tool?
This will be countered on the 4th hour of it's release (if somebody is forced to use it), else it won't be downloaded by any maphackers.

you must not give into hopelessness towards evil!!

Offline MeKillU

  • Pro Member
  • *
  • Topic Author
  • Posts: 467
  • Karma: +45/-48
  • Karma is a bitch.
    • View Profile
    • ExploitTheMachine
    • Awards
Re: Tired of fatal errors and maphackers ?
« Reply #6 on: July 16, 2010, 17:56 »
i wanted to make a stand-alone replay analyser but too many factors could make it go wrong...
but if and when DotAGuard is finished its antiMH module would work for replays without modifications
_http://www.youtube.com/watch?v=TTIiQv8oTpU
_http://www.youtube.com/watch?v=SQ6bKDvWBgI


W furze kruszę, oczy mruże,
W chmurze tonę, ziomkom przybijam pionę!


Offline magotu

  • Advanced Member
  • *
  • Posts: 160
  • Karma: +3/-15
    • View Profile
    • Awards
Re: Tired of fatal errors and maphackers ?
« Reply #7 on: July 17, 2010, 10:42 »
That is a very good idea mate, hope it works. BTW i'm in for the tests if u need people to test it
Everytime you masturbate, God kills a kitten!!  ...too bad i'm a dog person myself

Offline hunter^^^666

  • Advanced Member
  • *
  • Posts: 183
  • Karma: +30/-36
    • View Profile
    • Awards
Re: Tired of fatal errors and maphackers ?
« Reply #8 on: July 18, 2010, 13:48 »
And the -ah it doesen't do anything?? for detecting hacks or blocking it?!


Offline PlayDota.eu08

  • WickedSick Member
  • *
  • Posts: 1217
  • Karma: +88/-326
  • hi
    • View Profile
    • Awards
Re: Tired of fatal errors and maphackers ?
« Reply #9 on: July 18, 2010, 14:49 »
-ah is shit :P
every mh have bypass -ah
Quote from: Dino-Merlin
Ne nisam ti rekao sve, jednostavno nisam imao snage za to

Offline hunter^^^666

  • Advanced Member
  • *
  • Posts: 183
  • Karma: +30/-36
    • View Profile
    • Awards
Re: Tired of fatal errors and maphackers ?
« Reply #10 on: July 18, 2010, 15:34 »
hahaha how do you know xD =p


Offline PlayDota.eu08

  • WickedSick Member
  • *
  • Posts: 1217
  • Karma: +88/-326
  • hi
    • View Profile
    • Awards
Re: Tired of fatal errors and maphackers ?
« Reply #11 on: July 18, 2010, 15:40 »
there is an old topic about mh , and someone posted a picture with bypass -ah ^^
Quote from: Dino-Merlin
Ne nisam ti rekao sve, jednostavno nisam imao snage za to

Offline hunter^^^666

  • Advanced Member
  • *
  • Posts: 183
  • Karma: +30/-36
    • View Profile
    • Awards
Re: Tired of fatal errors and maphackers ?
« Reply #12 on: July 18, 2010, 15:52 »
yeah -ah dont do nothing maybe myubernick will make a software that detects memory hacks or something like that xD gj for him


Offline PlayDota.eu08

  • WickedSick Member
  • *
  • Posts: 1217
  • Karma: +88/-326
  • hi
    • View Profile
    • Awards
Re: Tired of fatal errors and maphackers ?
« Reply #13 on: July 23, 2010, 00:39 »
i got error i think because mh (not me :S)

here the error :

Code: [Select]
==============================================================================
Warcraft III (build 6387)

Exe:      C:\Program Files\Warcraft III\war3.exe
Time:     Jul 23, 2010 12:20:37.214 AM
User:     Maki
Computer: MAKI-PC
------------------------------------------------------------------------------

This application has encountered a critical error:

FATAL ERROR!

Program: C:\Program Files\Warcraft III\war3.exe
Exception: 0xC0000005 (ACCESS_VIOLATION) at 001B:10099F7E

The instruction at '0x10099F7E' referenced memory at '0x0000001C'.
The memory could not be 'read'.


War3Build: 1.24.4.6387
Played maps\download\DotA Allstars v6.67c.w3x
Player  0 Die Sentinel      Race Human StartLoc -1
Player  1 Satnspawn (Enchantress) Race NightElf StartLoc  0
Player  2 WiCkEdMaN (Rikimaru) Race NightElf StartLoc  1
Player  3 Spark (Lucifer)    Race NightElf StartLoc  2
Player  4 PlayDotA.eu8 (Strygwyr) Race NightElf StartLoc  3
Player  5 naicy (Necrolyte) Race NightElf StartLoc  4
Player  6 Die Scourge        Race NightElf StartLoc -1
Player  7 oplodjavanje (Medusa) Race Undead StartLoc  5
Player  8 DPSY (Traxex)      Race Undead StartLoc  6
Player  9 tebra (Earthshaker) Race Undead StartLoc  7
Player 10 pomracenje (Morphling) Race Undead StartLoc  8
Player 11 No0b (Broodmother) Race Undead StartLoc  9
------------------------------------------------------------------------------

----------------------------------------
    x86 Registers
----------------------------------------

EAX=00000000  EBX=0D5B81F0  ECX=10237470  EDX=01610EF0  ESI=0D5B8048
EDI=0D5B81CC  EBP=0012F7B4  ESP=0012F780  EIP=10099F7E  FLG=00210246
CS =001B      DS =0023      ES =0023      SS =0023      FS =003B      GS =0000


----------------------------------------
    Stack Trace (Manual)
----------------------------------------

Address  Frame    Logical addr  Module

10099F7E 0012F7B4 0001:00098F7E C:\Program Files\Xfire\xfire_toucan_43094.dll
1000A585 0012F850 0001:00009585 C:\Program Files\Xfire\xfire_toucan_43094.dll
1000A6BE 0012F8F8 0001:000096BE C:\Program Files\Xfire\xfire_toucan_43094.dll
1000A6BE 0012F9A0 0001:000096BE C:\Program Files\Xfire\xfire_toucan_43094.dll
10009253 0012F9E0 0001:00008253 C:\Program Files\Xfire\xfire_toucan_43094.dll
1005314B 0012F9F4 0001:0005214B C:\Program Files\Xfire\xfire_toucan_43094.dll
100591C8 0012FA70 0001:000581C8 C:\Program Files\Xfire\xfire_toucan_43094.dll
10059AE1 0012FA94 0001:00058AE1 C:\Program Files\Xfire\xfire_toucan_43094.dll
10052B61 0012FAAC 0001:00051B61 C:\Program Files\Xfire\xfire_toucan_43094.dll
10053AEC 0012FABC 0001:00052AEC C:\Program Files\Xfire\xfire_toucan_43094.dll
10003875 0012FB14 0001:00002875 C:\Program Files\Xfire\xfire_toucan_43094.dll
10058999 0012FB40 0001:00057999 C:\Program Files\Xfire\xfire_toucan_43094.dll
100432AC 0012FB58 0001:000422AC C:\Program Files\Xfire\xfire_toucan_43094.dll
100438D2 0012FB84 0001:000428D2 C:\Program Files\Xfire\xfire_toucan_43094.dll

----------------------------------------
    Stack Trace (Using DBGHELP.DLL)
----------------------------------------

10099F7E xfire_toucan_43094.dll XfireGetErrorString+178212 (0x0012F830,0x0D511B3C,0x0EF91AC0,0x0F0BA028)


----------------------------------------
    Loaded Modules
----------------------------------------

0x00380000 - 0x00398000  C:\Program Files\Warcraft III\w3lh.dll
0x00400000 - 0x0047D000  C:\Program Files\Warcraft III\war3.exe
0x024F0000 - 0x0250C000  C:\Windows\system32\cryptnet.dll
0x02DB0000 - 0x02DE0000  C:\Windows\system32\dinput8.dll
0x10000000 - 0x1026B000  C:\Program Files\Xfire\xfire_toucan_43094.dll
0x15000000 - 0x15061000  C:\Program Files\Warcraft III\Storm.dll
0x21100000 - 0x2115F000  C:\Program Files\Warcraft III\mss32.dll
0x22600000 - 0x22616000  C:\Program Files\Warcraft III\redist\miles\Mssfast.m3d
0x22700000 - 0x22717000  C:\Program Files\Warcraft III\redist\miles\Mssdolby.m3d
0x22C00000 - 0x22C18000  C:\Program Files\Warcraft III\redist\miles\Msseax2.m3d
0x24600000 - 0x24611000  C:\Program Files\Warcraft III\redist\miles\Reverb3.flt
0x26F00000 - 0x26F2A000  C:\Program Files\Warcraft III\redist\miles\Mp3dec.asi
0x60000000 - 0x6005D000  C:\Program Files\Warcraft III\ijl15.dll
0x69940000 - 0x69A45000  C:\Windows\system32\d3d8.dll
0x6A270000 - 0x6A338000  C:\Windows\system32\OPENGL32.dll
0x6B4D0000 - 0x6B5B7000  C:\Windows\system32\DDRAW.dll
0x6B7F0000 - 0x6B812000  C:\Windows\system32\GLU32.dll
0x6C200000 - 0x6C2EB000  C:\Windows\system32\dbghelp.dll
0x6DFF0000 - 0x6E005000  C:\Windows\system32\Cabinet.dll
0x6EFC0000 - 0x6EFF6000  C:\Windows\system32\AUDIOSES.DLL
0x6F000000 - 0x6FBD4000  C:\Program Files\Warcraft III\Game.dll
0x70330000 - 0x70362000  C:\Windows\system32\WINMM.dll
0x70E70000 - 0x71314000  C:\Windows\system32\atiumdva.dll
0x717D0000 - 0x71BD5000  C:\Windows\system32\atiumdag.dll
0x71BE0000 - 0x71C52000  C:\Windows\system32\DSOUND.DLL
0x72910000 - 0x72917000  C:\Windows\system32\WSOCK32.dll
0x729B0000 - 0x729D5000  C:\Program Files\Bonjour\mdnsNSP.dll
0x729E0000 - 0x729F2000  C:\Windows\system32\pnrpnsp.dll
0x73490000 - 0x7352B000  C:\Windows\WinSxS\x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.4927_none_d08a205e442db5b5\MSVCR80.dll
0x73B20000 - 0x73B58000  C:\Windows\System32\fwpuclnt.dll
0x73C40000 - 0x73C47000  C:\Windows\system32\WINNSI.DLL
0x73C50000 - 0x73C6C000  C:\Windows\system32\Iphlpapi.DLL
0x74000000 - 0x74010000  C:\Windows\system32\NLAapi.dll
0x74140000 - 0x74161000  C:\Windows\system32\ntmarta.dll
0x74170000 - 0x74175000  C:\Windows\system32\MSIMG32.dll
0x74180000 - 0x74186000  C:\Windows\system32\rasadhlp.dll
0x74250000 - 0x74260000  C:\Windows\system32\napinsp.dll
0x742E0000 - 0x742E8000  C:\Windows\System32\winrnr.dll
0x743D0000 - 0x743D6000  C:\Windows\system32\SensApi.dll
0x744E0000 - 0x744E6000  C:\Windows\system32\d3d8thk.dll
0x744F0000 - 0x744F6000  C:\Windows\system32\DCIMAN32.dll
0x74500000 - 0x74507000  C:\Windows\system32\avrt.dll
0x74510000 - 0x74535000  C:\Windows\system32\POWRPROF.dll
0x746F0000 - 0x74703000  C:\Windows\system32\dwmapi.dll
0x74710000 - 0x74749000  C:\Windows\System32\MMDevApi.dll
0x74750000 - 0x74759000  C:\Windows\system32\HID.DLL
0x749F0000 - 0x74A30000  C:\Windows\system32\uxtheme.dll
0x74A30000 - 0x74B25000  C:\Windows\System32\PROPSYS.dll
0x75110000 - 0x75119000  C:\Windows\system32\VERSION.dll
0x751A0000 - 0x751A5000  C:\Windows\System32\wshtcpip.dll
0x75250000 - 0x75266000  C:\Windows\system32\GPAPI.dll
0x75270000 - 0x75287000  C:\Windows\system32\USERENV.dll
0x75360000 - 0x75368000  C:\Windows\system32\credssp.dll
0x753A0000 - 0x753DD000  C:\Windows\system32\bcryptprimitives.dll
0x75440000 - 0x7544E000  C:\Windows\system32\DEVRTL.dll
0x75460000 - 0x7549B000  C:\Windows\system32\rsaenh.dll
0x754D0000 - 0x75509000  C:\Windows\system32\schannel.DLL
0x75540000 - 0x75584000  C:\Windows\system32\DNSAPI.dll
0x75670000 - 0x75676000  C:\Windows\System32\wship6.dll
0x75680000 - 0x756BC000  C:\Windows\system32\mswsock.dll
0x756C0000 - 0x756D6000  C:\Windows\system32\CRYPTSP.dll
0x757D0000 - 0x757E7000  C:\Windows\system32\bcrypt.dll
0x757F0000 - 0x75828000  C:\Windows\system32\ncrypt.dll
0x75B00000 - 0x75B08000  C:\Windows\system32\Secur32.dll
0x75B20000 - 0x75B3A000  C:\Windows\system32\SSPICLI.DLL
0x75B90000 - 0x75B9C000  C:\Windows\system32\CRYPTBASE.dll
0x75C10000 - 0x75C1B000  C:\Windows\system32\profapi.dll
0x75C80000 - 0x75C8C000  C:\Windows\system32\MSASN1.dll
0x75C90000 - 0x75CA2000  C:\Windows\system32\DEVOBJ.dll
0x75CB0000 - 0x75DCC000  C:\Windows\system32\CRYPT32.dll
0x75DD0000 - 0x75E54000  C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_5.82.7600.16385_none_ebf82fc36c758ad5\COMCTL32.dll
0x75E60000 - 0x75EAA000  C:\Windows\system32\KERNELBASE.dll
0x75EB0000 - 0x75ED7000  C:\Windows\system32\CFGMGR32.dll
0x75EE0000 - 0x75F0D000  C:\Windows\system32\WINTRUST.dll
0x75F10000 - 0x76045000  C:\Windows\system32\urlmon.dll
0x76050000 - 0x76144000  C:\Windows\system32\WININET.dll
0x761E0000 - 0x761EA000  C:\Windows\system32\LPK.dll
0x761F0000 - 0x76291000  C:\Windows\system32\RPCRT4.dll
0x762A0000 - 0x762B9000  C:\Windows\SYSTEM32\sechost.dll
0x762C0000 - 0x76F09000  C:\Windows\system32\SHELL32.dll
0x76F10000 - 0x76F13000  C:\Windows\system32\Normaliz.dll
0x76F20000 - 0x76FA3000  C:\Windows\system32\CLBCatQ.DLL
0x76FB0000 - 0x7714D000  C:\Windows\system32\SETUPAPI.dll
0x77150000 - 0x7716F000  C:\Windows\system32\IMM32.dll
0x77170000 - 0x7721C000  C:\Windows\system32\msvcrt.dll
0x77220000 - 0x7737C000  C:\Windows\system32\ole32.dll
0x77380000 - 0x7740F000  C:\Windows\system32\OLEAUT32.dll
0x77410000 - 0x774B0000  C:\Windows\system32\ADVAPI32.dll
0x774B0000 - 0x776A9000  C:\Windows\system32\iertutil.dll
0x776B0000 - 0x776F5000  C:\Windows\system32\WLDAP32.dll
0x77700000 - 0x77757000  C:\Windows\system32\SHLWAPI.dll
0x77760000 - 0x77834000  C:\Windows\system32\kernel32.dll
0x77840000 - 0x7790C000  C:\Windows\system32\MSCTF.dll
0x77910000 - 0x77945000  C:\Windows\system32\WS2_32.dll
0x77950000 - 0x7799E000  C:\Windows\system32\GDI32.dll
0x779A0000 - 0x77A3D000  C:\Windows\system32\USP10.dll
0x77A40000 - 0x77ABB000  C:\Windows\system32\comdlg32.dll
0x77AC0000 - 0x77BFC000  C:\Windows\SYSTEM32\ntdll.dll
0x77C00000 - 0x77C05000  C:\Windows\system32\psapi.dll
0x77C10000 - 0x77C16000  C:\Windows\system32\NSI.dll
0x77C20000 - 0x77CE9000  C:\Windows\system32\USER32.dll
0x7C340000 - 0x7C396000  C:\Program Files\Common Files\Ahead\Lib\MSVCR71.DLL


----------------------------------------
    Memory Dump
----------------------------------------

Code: 16 bytes starting at (EIP = 10099F7E)

10099F7E: 8B 40 1C 6A  73 8B CE 89  86 C4 01 00  00 E8 C5 FB  .@.js...........


Stack: 1024 bytes starting at (ESP = 0012F780)

* = addr  **                                                  *               
0012F780: 00 00 00 00  28 A0 0B 0F  01 A0 0B 0F  94 F2 05 10  ....(...........
0012F790: F0 26 F9 0E  28 A0 0B 0F  28 A0 0B 0F  00 00 F3 0E  .&..(...(.......
0012F7A0: B0 F7 12 00  E4 26 00 10  00 00 00 00  00 00 00 00  .....&..........
0012F7B0: 07 00 00 00  50 F8 12 00  85 A5 00 10  30 F8 12 00  ....P.......0...
0012F7C0: 3C 1B 51 0D  C0 1A F9 0E  28 A0 0B 0F  F0 F6 F3 0E  <.Q.....(.......
0012F7D0: A0 7C F3 0E  38 E4 F3 0E  EC F7 12 00  AC F1 7A 77  .|..8.........zw
0012F7E0: 00 00 61 01  00 00 6C 00  61 00 73 00  73 00 00 00  ..a...l.a.s.s...
0012F7F0: 04 F8 12 00  00 00 00 00  07 00 00 00  AC CF 0B 10  ................
0012F800: 30 F8 12 00  A2 96 34 7C  57 00 00 00  28 A0 0B 0F  0.....4|W...(...
0012F810: A0 17 F9 0E  81 22 35 7C  61 2A 0A 10  65 00 00 00  ....."5|a*..e...
0012F820: 65 00 00 00  00 00 00 00  C0 1A F9 0E  E8 1A F9 0E  e...............
0012F830: 40 F8 12 00  50 82 F3 0E  C0 F8 65 00  24 1B 51 0D  @...P.....e.$.Q.
0012F840: 5C F8 12 00  13 00 00 00  17 00 00 00  CC F7 12 00  \...............
0012F850: F8 F8 12 00  BE A6 00 10  3C 1B 51 0D  C0 1A F9 0E  ........<.Q.....
0012F860: 70 F6 F3 0E  A0 17 F9 0E  04 93 4D 0D  90 18 F9 0E  p.........M.....
0012F870: 28 A0 0B 0F  94 18 F9 0E  70 97 4E 0D  D4 F8 12 00  (.......p.N.....
0012F880: 70 F6 F3 0E  C0 1A F9 0E  3C C4 54 0D  58 E4 F3 0E  p.......<.T.X...
0012F890: 68 E4 F3 0E  68 E4 F3 0E  AC F8 12 00  00 00 00 00  h...h...........
0012F8A0: 07 00 00 00  AC CF 0B 10  60 97 4E 0D  A4 97 4E 0D  ........`.N...N.
0012F8B0: AC 97 4E 0D  28 A0 0B 0F  A0 17 F9 0E  81 22 35 7C  ..N.(........"5|
0012F8C0: 00 00 61 00  6D 00 65 00  00 00 00 00  00 00 00 00  ..a.m.e.........
0012F8D0: 00 00 00 00  07 00 00 00  E8 F8 12 00  40 6B 0A 0F  ............@k..
0012F8E0: 68 F9 65 00  EC 92 4D 0D  04 F9 12 00  08 00 00 00  h.e...M.........
0012F8F0: 0F 00 00 00  74 F8 12 00  A0 F9 12 00  BE A6 00 10  ....t...........
0012F900: 04 93 4D 0D  90 18 F9 0E  20 F0 C8 2E  A0 17 F9 0E  ..M..... .......
0012F910: 00 00 00 00  A0 17 F9 0E  28 A0 0B 0F  DB 16 34 7C  ........(.....4|
0012F920: E0 03 F4 0E  F8 16 34 01  20 F0 C8 2E  90 18 F9 0E  ......4. .......
0012F930: E4 26 00 10  00 00 00 00  00 00 00 00  00 00 00 00  .&..............
0012F940: 54 F9 12 00  00 00 00 00  07 00 00 00  54 C8 0B 10  T...........T...
0012F950: E0 03 F4 0E  E4 03 F4 0E  E4 03 F4 0E  28 A0 0B 0F  ............(...
0012F960: A0 17 F9 0E  0A 00 00 00  00 00 61 00  6D 00 65 00  ..........a.m.e.
0012F970: 00 00 50 0D  88 F9 12 00  00 00 00 00  07 00 00 00  ..P.............
0012F980: 3C C4 54 0D  98 98 50 0D  9C F9 12 00  9E 18 00 10  <.T...P.........
0012F990: 54 C8 0B 10  0A 00 00 00  0F 00 00 00  1C F9 12 00  T...............
0012F9A0: E0 F9 12 00  53 92 00 10  C4 F9 12 00  A0 17 F9 0E  ....S...........
0012F9B0: 00 00 00 00  A0 17 F9 0E  28 A0 0B 0F  E8 97 61 01  ........(.....a.
0012F9C0: 01 00 00 00  84 91 00 10  A8 F6 50 0D  00 00 00 00  ..........P.....
0012F9D0: 07 00 00 00  D8 F9 12 00  0A 00 00 00  0F 00 00 00  ................
0012F9E0: F4 F9 12 00  4B 31 05 10  28 A0 0B 0F  70 74 23 10  ....K1..(...pt#.
0012F9F0: 01 00 00 00  70 FA 12 00  C8 91 05 10  28 A0 0B 0F  ....p.......(...
0012FA00: 98 81 58 0D  70 74 23 10  D0 94 58 0D  00 00 00 00  ..X.pt#...X.....
0012FA10: 00 00 00 00  10 72 00 00  FE FF FF FF  5C FA 12 00  .....r......\...
0012FA20: A0 6A 51 0D  F8 6A 51 0D  10 6B 51 0D  25 33 0A 10  .jQ..jQ..kQ.%3..
0012FA30: 30 BF FE 0E  34 98 0D 0F  F6 71 00 00  70 74 23 10  0...4....q..pt#.
0012FA40: 88 FA 12 00  60 FA 12 00  98 81 58 0D  6C 0C 0D 00  ....`.....X.l...
0012FA50: 20 90 0B 0F  7B 32 0A 10  9E 6B 00 00  30 BF FE 0E   ...{2...k..0...
0012FA60: 17 00 00 00  02 00 00 00  16 00 00 00  FF FF FF FF  ................
0012FA70: 94 FA 12 00  E1 9A 05 10  98 81 58 0D  D0 94 58 0D  ..........X...X.
0012FA80: 70 74 23 10  C0 0A 0B 10  F6 71 00 00  20 FE 13 00  pt#......q.. ...
0012FA90: 30 BF FE 0E  AC FA 12 00  61 2B 05 10  16 70 14 00  0.......a+...p..
0012FAA0: D0 94 58 0D  10 CA 23 10  00 00 00 00  BC FA 12 00  ..X...#.........
0012FAB0: EC 3A 05 10  1E 27 00 00  D0 94 58 0D  14 FB 12 00  .:...'....X.....
0012FAC0: 75 38 00 10  1E 27 00 00  D0 94 58 0D  70 74 23 10  u8...'....X.pt#.
0012FAD0: B4 74 23 10  70 74 23 10  E1 00 E3 01  AC 55 B0 77  .t#.pt#......U.w
0012FAE0: E0 93 58 0D  58 83 E3 0E  1E 27 00 00  24 27 00 00  ..X.X....'..$'..
0012FAF0: E0 93 58 0D  C8 47 68 31  38 97 54 0D  2D 00 00 00  ..X..Gh18.T.-...
0012FB00: 00 00 00 00  08 82 E3 0E  70 83 E3 0E  00 84 E3 0E  ........p.......
0012FB10: 00 00 00 00  40 FB 12 00  99 89 05 10  B4 74 23 10  ....@........t#.
0012FB20: A0 CA 72 02  70 74 23 10  09 00 00 00  00 00 00 00  ..r.pt#.........
0012FB30: 34 FB 12 00  98 00 F4 01  00 00 00 00  58 FB 12 00  4...........X...
0012FB40: 58 FB 12 00  AC 32 04 10  98 00 F4 01  01 00 00 00  X....2..........
0012FB50: 00 00 00 00  70 74 23 10  84 FB 12 00  D2 38 04 10  ....pt#......8..
0012FB60: A0 CA 72 02  12 02 20 00  98 00 F4 01  01 00 00 00  ..r... .........
0012FB70: A0 CD 72 02  30 45 98 69  00 00 00 00  70 74 23 10  ..r.0E.i....pt#.


------------------------------------------------------------------------------


dmp : http://rapidshare.com/files/408484276/2010-07-23_00.20.37_Crash.dmp


Quote from: Dino-Merlin
Ne nisam ti rekao sve, jednostavno nisam imao snage za to

Offline Baris.

  • Full Member
  • *
  • Posts: 72
  • Karma: +12/-43
    • View Profile
    • Awards
Re: Tired of fatal errors and maphackers ?
« Reply #14 on: July 23, 2010, 01:13 »
1. Problem - i know a bit about coding (Visual) and i think the hackers can easy bypass this. I hope it works - what i want to say is: hackers are good cooders to and i think they have no problems to bypass this programm if they make for all wc3 version a fking hack.

2. I dont like programms who send automatic data from my computer to another systems. ESL made the same and this is illigal. The problem is, i am not sure that this programm make only screens  -  he can steal all keys without problems. 500x2 (TFT/ROC) keys are much.

mfg