[Plugin] SKY - Slice's fork of kurta999's fork of YSF
#1

This plugin provides low-level functions to let Pawn scripts do powerful things.

This plugin in itself does not aim to provide full features, it's meant to let scripters make cool, new things.

It was made along with this include: weapon-config.inc

pawn Code:
#if defined _INC_SKY
    #endinput
#endif
#define _INC_SKY

// Make a player appear to spawn for all players but himself
native SpawnPlayerForWorld(playerid);
// Keep re-sending the last received sync data
native FreezeSyncData(playerid, bool:toggle);
// Set the HP bar (warning: affects GetPlayerHealth)
native SetFakeHealth(playerid, health);
// Set the armour bar (warning: affects GetPlayerArmour)
native SetFakeArmour(playerid, armour);
// Force a specific facing angle to sync for other players
native SetFakeFacingAngle(playerid, Float:angle = Float:0x7FFFFFFF);
// Disable stealth-knife sync (only the player doing it will see it happen)
native SetKnifeSync(toggle);
// Make a player appear dead for other players
native SendDeath(playerid);
// Set the last animation data
native SetLastAnimationData(playerid, data);
// Send the last sync data
// If an animation is specified, it will be similar to ApplyAnimation
native SendLastSyncData(playerid, toplayerid, animation = 0);
// Clear animations for another player only
native ClearAnimationsForPlayer(playerid, forplayerid);
// Disable infinity ammo bugs and other bugs (some bugs still work)
native SetDisableSyncBugs(toggle);
// Make the weapon state always synced as WEAPONSTATE_MORE_BULLETS
native SetInfiniteAmmoSync(playerid, toggle);
// Stop syncing keys for a player
native SetKeySyncBlocked(playerid, toggle);
// Same as YSF (renamed to avoid problems)
native TextDrawSetPosition(Text:text, Float:x, Float:y);
// Same as YSF (renamed to avoid problems)
native PlayerTextDrawSetPosition(playerid, PlayerText:text, Float:x, Float:y);
GitHub: https://github.com/oscar-broman/SKY
Download: https://github.com/oscar-broman/SKY/releases

Some things you can do:
  • Customize healthbars
  • Respawn and clear animations for 1 player at a time
  • Disable syncing of stealth knife (for a custom implementation via OnPlayerGiveDamage)
  • Freeze a player's sync data so the last sent data keeps getting re-sent
  • Set infinite ammo sync. You could keep sending GivePlayerWeapon(playerid, SOME_WEAPON, 0) and using infinite ammo sync to make fast-shooting RPGs and snipers
  • Disable sync bugs (mostly for non-lagcomp), such as infinite bullet bugs and slide bugs
Reply
#2

good work!
Reply
#3

Any chance of this being updated 0.3.7R2? I noticed some things stopped working with the weapon-config include that uses this and i also get a unknown version error.
Reply
#4

Oh yea, this does need up'd to RC2.
Reply
#5

Updating memory hacking plugins for RC versions is pretty pointless. Too much work for an already kind of outdated version, that isnt even supposed to be used on live servers.
Wait for the final 0.3.7 release, chances are much better that it gets its update then.
Reply
#6

Fix the problem in windows 8 please.
http://prntscr.com/728vi6
Reply
#7

Just released and already abandoned ... i guess this is the fate of memory hacking plugins. It was awesome while it lasted, glad i didn't made my script dependent on this.
Reply
#8

Updating would be very easy because almost you can update every function and structures from YSF.
Reply
#9

Quote:
Originally Posted by Whizion
View Post
Just released and already abandoned ... i guess this is the fate of memory hacking plugins. It was awesome while it lasted, glad i didn't made my script dependent on this.
You can't assume it's abandoned. You're talking about Slice here. He's not just gonna go down that easy (and he's not going down, he wouldn't be updating the weapon config if he was going down).
Reply
#10

Update to 0.3.7 please. I need this for my server.
Reply
#11

Since my comment was deleted (no suprise), check out YSF, textdrawsetpos functions is working there.
Reply
#12

You can change the name of the functions however and recompile it yourself.
Reply
#13

Quote:
Originally Posted by Abagail
Посмотреть сообщение
You can change the name of the functions however and recompile it yourself.
Clever... XD

(Already did.)

EDIT: Arghh.... It isn't working.
Reply
#14

Quote:
Originally Posted by Crayder
Посмотреть сообщение
Clever... XD

(Already did.)

EDIT: Arghh.... It isn't working.
So the only ones interfering is the textdraw functions?
(don't have laptop with me can't try it out)
Reply
#15

Quote:
Originally Posted by JaydenJason
Посмотреть сообщение
So the only ones interfering is the textdraw functions?
(don't have laptop with me can't try it out)
Yea, look at the main topic:
Quote:

// Same as YSF (renamed to avoid problems)
native TextDrawSetPosition(Text:text, Float, Float:y);
// Same as YSF (renamed to avoid problems)
native PlayerTextDrawSetPosition(playerid, PlayerText:text, Float, Float:y);

Just compile with those functions renamed (I appended a '_SKY' on each).



I only have VS2010 so if you compile it [in 2012 or 2013] send it to me please...
Here is the edited source, I only did the renaming.
Reply
#16

Quote:
Originally Posted by Crayder
Посмотреть сообщение
Yea, look at the main topic:Just compile with those functions renamed (I appended a '_SKY' on each).[/url]
The functions in YSF is (Player)TextDrawSetPos and this plugin is (Player)TextDrawSetPosition so why is there a need to rename?
Reply
#17

I need a compiled version for samp 0.3.7 anyone?
Reply
#18

samp server crashed when i ran it



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

SA-MP Server: 0.3.7



Exception At Address: 0x00000000 Module: (Unknown)



Registers:

EAX: 0x00000000 EBX: 0x00000000 ECX: 0x0018FEA4 EDX: 0x00000000

ESI: 0x01DA3538 EDI: 0x002B9358 EBP: 0x0018FE10 ESP: 0x0018FE00

EFLAGS: 0x00010202



Stack:

+0000: 0x6C6A1A93 0x01DA3538 0x002B9358 0x01DA3538

+0010: 0x772710FF 0x0048E7AC 0x01DA3538 0x77271136

+0020: 0x002B9358 0x0048E9AC 0x772716A5 0x00000000

+0030: 0x3B9CE644 0x0048AC5D 0x00000000 0x00001DB1

+0040: 0x0018FF88 0x7EFDE000 0x0101E000 0x00010101

+0050: 0x00000032 0x00001E61 0x000000A0 0x00001298

+0060: 0x002B9358 0x656D6167 0x65646F6D 0x00003531

+0070: 0x004C0014 0x004C0010 0x7EFDE000 0x004A9B60

+0080: 0x0018FE70 0x0018FF78 0x0018FF78 0x0049B938

+0090: 0x004B6698 0xFFFFFFFF 0x00499BD1 0x00499BE1

+00A0: 0x004A9B60 0x0018FF78 0x004A97D1 0xFFFFFFFF

+00B0: 0x0049B3D6 0x00000001 0x002B1418 0x002B1460

+00C0: 0x00000094 0x00000006 0x00000001 0x00001DB1

+00D0: 0x00000002 0x76726553 0x20656369 0x6B636150

+00E0: 0x00003120 0x00000000 0x00000000 0x00000000

+00F0: 0x00000000 0x00000000 0x00000000 0x00000000

+0100: 0x00000000 0x00000000 0x00000000 0x00000000

+0110: 0x00000000 0x00000000 0x00000000 0x00000000

+0120: 0x00000000 0x00000000 0x00000000 0x00000000

+0130: 0x00000000 0x00000000 0x00000000 0x00000000



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



Loaded Modules:

samp-server.exe A: 0x00400000 - 0x004FA000 (C:\Users\George\Desktop\SA-MP 0.3.7\samp-server.exe)

ntdll.dll A: 0x77DE0000 - 0x77F60000 (C:\Windows\SysWOW64\ntdll.dll)

kernel32.dll A: 0x77260000 - 0x77370000 (C:\Windows\syswow64\kernel32.dll)

KERNELBASE.dll A: 0x764D0000 - 0x76517000 (C:\Windows\syswow64\KERNELBASE.dll)

SHELL32.dll A: 0x75880000 - 0x764CB000 (C:\Windows\syswow64\SHELL32.dll)

msvcrt.dll A: 0x77730000 - 0x777DC000 (C:\Windows\syswow64\msvcrt.dll)

SHLWAPI.dll A: 0x77380000 - 0x773D7000 (C:\Windows\syswow64\SHLWAPI.dll)

GDI32.dll A: 0x76930000 - 0x769C0000 (C:\Windows\syswow64\GDI32.dll)

USER32.dll A: 0x76D30000 - 0x76E30000 (C:\Windows\syswow64\USER32.dll)

ADVAPI32.dll A: 0x76FB0000 - 0x77051000 (C:\Windows\syswow64\ADVAPI32.dll)

sechost.dll A: 0x76CC0000 - 0x76CD9000 (C:\Windows\SysWOW64\sechost.dll)

RPCRT4.dll A: 0x76BD0000 - 0x76CC0000 (C:\Windows\syswow64\RPCRT4.dll)

SspiCli.dll A: 0x75750000 - 0x757B0000 (C:\Windows\syswow64\SspiCli.dll)

CRYPTBASE.dll A: 0x75740000 - 0x7574C000 (C:\Windows\syswow64\CRYPTBASE.dll)

LPK.dll A: 0x771D0000 - 0x771DA000 (C:\Windows\syswow64\LPK.dll)

USP10.dll A: 0x77690000 - 0x7772D000 (C:\Windows\syswow64\USP10.dll)

WSOCK32.dll A: 0x74330000 - 0x74337000 (C:\Windows\system32\WSOCK32.dll)

WS2_32.dll A: 0x76650000 - 0x76685000 (C:\Windows\syswow64\WS2_32.dll)

NSI.dll A: 0x777E0000 - 0x777E6000 (C:\Windows\syswow64\NSI.dll)

WINMM.dll A: 0x73F10000 - 0x73F42000 (C:\Windows\system32\WINMM.dll)

IMM32.DLL A: 0x77620000 - 0x77680000 (C:\Windows\system32\IMM32.DLL)

MSCTF.dll A: 0x757B0000 - 0x7587C000 (C:\Windows\syswow64\MSCTF.dll)

mysql.DLL A: 0x6E140000 - 0x6E17E000 (C:\Users\George\Desktop\SA-MP 0.3.7\plugins\mysql.DLL)

libmysql.dll A: 0x66F70000 - 0x6747C000 (C:\Users\George\Desktop\SA-MP 0.3.7\libmysql.dll)

Secur32.dll A: 0x748F0000 - 0x748F8000 (C:\Windows\system32\Secur32.dll)

MSVCR120.dll A: 0x6CE40000 - 0x6CF2E000 (C:\Windows\system32\MSVCR120.dll)

MSVCP120.dll A: 0x6D270000 - 0x6D2E1000 (C:\Windows\system32\MSVCP120.dll)

NLAapi.dll A: 0x73430000 - 0x73440000 (C:\Windows\system32\NLAapi.dll)

napinsp.dll A: 0x6B4A0000 - 0x6B4B0000 (C:\Windows\system32\napinsp.dll)

pnrpnsp.dll A: 0x6B450000 - 0x6B462000 (C:\Windows\system32\pnrpnsp.dll)

mswsock.dll A: 0x72880000 - 0x728BC000 (C:\Windows\System32\mswsock.dll)

DNSAPI.dll A: 0x73E50000 - 0x73E94000 (C:\Windows\system32\DNSAPI.dll)

winrnr.dll A: 0x6B490000 - 0x6B498000 (C:\Windows\System32\winrnr.dll)

rasadhlp.dll A: 0x73410000 - 0x73416000 (C:\Windows\system32\rasadhlp.dll)

SKY.DLL A: 0x6C6A0000 - 0x6C6DA000 (C:\Users\George\Desktop\SA-MP 0.3.7\plugins\SKY.DLL)

PSAPI.DLL A: 0x771C0000 - 0x771C5000 (C:\Windows\syswow64\PSAPI.DLL)

sscanf.DLL A: 0x10000000 - 0x1000D000 (C:\Users\George\Desktop\SA-MP 0.3.7\plugins\sscanf.DLL)

MSVCR100.dll A: 0x6C5E0000 - 0x6C69F000 (C:\Windows\system32\MSVCR100.dll)

streamer.DLL A: 0x6C590000 - 0x6C5D6000 (C:\Users\George\Desktop\SA-MP 0.3.7\plugins\streamer.DLL)

Whirlpool.DLL A: 0x003C0000 - 0x003CC000 (C:\Users\George\Desktop\SA-MP 0.3.7\plugins\Whirlpool.DLL)

MSVCR80.dll A: 0x6C4F0000 - 0x6C58B000 (C:\Windows\WinSxS\x86_microsoft.vc80.crt_1fc8b3b9 a1e18e3b_8.0.50727.6195_none_d09154e044272b9a\MSVC R80.dll)

wshtcpip.dll A: 0x72870000 - 0x72875000 (C:\Windows\System32\wshtcpip.dll)

IPHLPAPI.DLL A: 0x73EF0000 - 0x73F0C000 (C:\Windows\system32\IPHLPAPI.DLL)

WINNSI.DLL A: 0x73EE0000 - 0x73EE7000 (C:\Windows\system32\WINNSI.DLL)

wship6.dll A: 0x731D0000 - 0x731D6000 (C:\Windows\System32\wship6.dll)

uxtheme.dll A: 0x747F0000 - 0x74870000 (C:\Windows\system32\uxtheme.dll)

PROPSYS.dll A: 0x734D0000 - 0x735C5000 (C:\Windows\system32\PROPSYS.dll)

OLEAUT32.dll A: 0x76520000 - 0x765AF000 (C:\Windows\syswow64\OLEAUT32.dll)

comctl32.dll A: 0x725C0000 - 0x7275E000 (C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.18837_none_41e8 55142bd5705d\comctl32.dll)

apphelp.dll A: 0x72D00000 - 0x72D4C000 (C:\Windows\system32\apphelp.dll)

CLBCatQ.DLL A: 0x765C0000 - 0x76643000 (C:\Windows\syswow64\CLBCatQ.DLL)

api-ms-win-downlevel-advapi32-l1-1-0.dll A: 0x77680000 - 0x77685000 (C:\Windows\syswow64\api-ms-win-downlevel-advapi32-l1-1-0.dll)

api-ms-win-downlevel-shlwapi-l1-1-0.dll A: 0x76FA0000 - 0x76FA4000 (C:\Windows\syswow64\api-ms-win-downlevel-shlwapi-l1-1-0.dll)

SETUPAPI.dll A: 0x77840000 - 0x779DD000 (C:\Windows\syswow64\SETUPAPI.dll)

CFGMGR32.dll A: 0x76D00000 - 0x76D27000 (C:\Windows\syswow64\CFGMGR32.dll)

DEVOBJ.dll A: 0x76CE0000 - 0x76CF2000 (C:\Windows\syswow64\DEVOBJ.dll)

ntmarta.dll A: 0x737F0000 - 0x73811000 (C:\Windows\system32\ntmarta.dll)

WLDAP32.dll A: 0x777F0000 - 0x77835000 (C:\Windows\syswow64\WLDAP32.dll)

api-ms-win-downlevel-advapi32-l2-1-0.dll A: 0x748E0000 - 0x748E4000 (C:\Windows\system32\api-ms-win-downlevel-advapi32-l2-1-0.dll)



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

SA-MP Server: 0.3.7



Exception At Address: 0x00000000 Module: (Unknown)



Registers:

EAX: 0x00000000 EBX: 0x00000000 ECX: 0x0018FEA4 EDX: 0x00000000

ESI: 0x002E3538 EDI: 0x022B9358 EBP: 0x0018FE10 ESP: 0x0018FE00

EFLAGS: 0x00010202



Stack:

+0000: 0x6E141A93 0x002E3538 0x022B9358 0x002E3538

+0010: 0x772710FF 0x0048E7AC 0x002E3538 0x77271136

+0020: 0x022B9358 0x0048E9AC 0x772716A5 0x00000000

+0030: 0x3BB372AA 0x0048AC5D 0x00000000 0x00001DB1

+0040: 0x0018FF88 0x7EFDE000 0x0101E000 0x00010101

+0050: 0x00000032 0x00001E61 0x000000A0 0x00000C10

+0060: 0x022B9358 0x656D6167 0x65646F6D 0x00003531

+0070: 0x004C0014 0x004C0010 0x7EFDE000 0x004A9B60

+0080: 0x0018FE70 0x0018FF78 0x0018FF78 0x0049B938

+0090: 0x004B6698 0xFFFFFFFF 0x00499BD1 0x00499BE1

+00A0: 0x004A9B60 0x0018FF78 0x004A97D1 0xFFFFFFFF

+00B0: 0x0049B3D6 0x00000001 0x022B1418 0x022B1460

+00C0: 0x00000094 0x00000006 0x00000001 0x00001DB1

+00D0: 0x00000002 0x76726553 0x20656369 0x6B636150

+00E0: 0x00003120 0x00000000 0x00000000 0x00000000

+00F0: 0x00000000 0x00000000 0x00000000 0x00000000

+0100: 0x00000000 0x00000000 0x00000000 0x00000000

+0110: 0x00000000 0x00000000 0x00000000 0x00000000

+0120: 0x00000000 0x00000000 0x00000000 0x00000000

+0130: 0x00000000 0x00000000 0x00000000 0x00000000



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



Loaded Modules:

samp-server.exe A: 0x00400000 - 0x004FA000 (C:\Users\George\Desktop\SA-MP 0.3.7\samp-server.exe)

ntdll.dll A: 0x77DE0000 - 0x77F60000 (C:\Windows\SysWOW64\ntdll.dll)

kernel32.dll A: 0x77260000 - 0x77370000 (C:\Windows\syswow64\kernel32.dll)

KERNELBASE.dll A: 0x764D0000 - 0x76517000 (C:\Windows\syswow64\KERNELBASE.dll)

SHELL32.dll A: 0x75880000 - 0x764CB000 (C:\Windows\syswow64\SHELL32.dll)

msvcrt.dll A: 0x77730000 - 0x777DC000 (C:\Windows\syswow64\msvcrt.dll)

SHLWAPI.dll A: 0x77380000 - 0x773D7000 (C:\Windows\syswow64\SHLWAPI.dll)

GDI32.dll A: 0x76930000 - 0x769C0000 (C:\Windows\syswow64\GDI32.dll)

USER32.dll A: 0x76D30000 - 0x76E30000 (C:\Windows\syswow64\USER32.dll)

ADVAPI32.dll A: 0x76FB0000 - 0x77051000 (C:\Windows\syswow64\ADVAPI32.dll)

sechost.dll A: 0x76CC0000 - 0x76CD9000 (C:\Windows\SysWOW64\sechost.dll)

RPCRT4.dll A: 0x76BD0000 - 0x76CC0000 (C:\Windows\syswow64\RPCRT4.dll)

SspiCli.dll A: 0x75750000 - 0x757B0000 (C:\Windows\syswow64\SspiCli.dll)

CRYPTBASE.dll A: 0x75740000 - 0x7574C000 (C:\Windows\syswow64\CRYPTBASE.dll)

LPK.dll A: 0x771D0000 - 0x771DA000 (C:\Windows\syswow64\LPK.dll)

USP10.dll A: 0x77690000 - 0x7772D000 (C:\Windows\syswow64\USP10.dll)

WSOCK32.dll A: 0x74330000 - 0x74337000 (C:\Windows\system32\WSOCK32.dll)

WS2_32.dll A: 0x76650000 - 0x76685000 (C:\Windows\syswow64\WS2_32.dll)

NSI.dll A: 0x777E0000 - 0x777E6000 (C:\Windows\syswow64\NSI.dll)

WINMM.dll A: 0x73F10000 - 0x73F42000 (C:\Windows\system32\WINMM.dll)

IMM32.DLL A: 0x77620000 - 0x77680000 (C:\Windows\system32\IMM32.DLL)

MSCTF.dll A: 0x757B0000 - 0x7587C000 (C:\Windows\syswow64\MSCTF.dll)

mysql.DLL A: 0x6D2B0000 - 0x6D2EE000 (C:\Users\George\Desktop\SA-MP 0.3.7\plugins\mysql.DLL)

libmysql.dll A: 0x66230000 - 0x6673C000 (C:\Users\George\Desktop\SA-MP 0.3.7\libmysql.dll)

Secur32.dll A: 0x748F0000 - 0x748F8000 (C:\Windows\system32\Secur32.dll)

MSVCR120.dll A: 0x6C5F0000 - 0x6C6DE000 (C:\Windows\system32\MSVCR120.dll)

MSVCP120.dll A: 0x6CEB0000 - 0x6CF21000 (C:\Windows\system32\MSVCP120.dll)

NLAapi.dll A: 0x73430000 - 0x73440000 (C:\Windows\system32\NLAapi.dll)

napinsp.dll A: 0x6B4A0000 - 0x6B4B0000 (C:\Windows\system32\napinsp.dll)

pnrpnsp.dll A: 0x6B450000 - 0x6B462000 (C:\Windows\system32\pnrpnsp.dll)

mswsock.dll A: 0x72880000 - 0x728BC000 (C:\Windows\System32\mswsock.dll)

DNSAPI.dll A: 0x73E50000 - 0x73E94000 (C:\Windows\system32\DNSAPI.dll)

winrnr.dll A: 0x6B490000 - 0x6B498000 (C:\Windows\System32\winrnr.dll)

rasadhlp.dll A: 0x73410000 - 0x73416000 (C:\Windows\system32\rasadhlp.dll)

SKY.DLL A: 0x6E140000 - 0x6E17A000 (C:\Users\George\Desktop\SA-MP 0.3.7\plugins\SKY.DLL)

PSAPI.DLL A: 0x771C0000 - 0x771C5000 (C:\Windows\syswow64\PSAPI.DLL)

sscanf.DLL A: 0x10000000 - 0x1000D000 (C:\Users\George\Desktop\SA-MP 0.3.7\plugins\sscanf.DLL)

MSVCR100.dll A: 0x6C530000 - 0x6C5EF000 (C:\Windows\system32\MSVCR100.dll)

streamer.DLL A: 0x6D260000 - 0x6D2A6000 (C:\Users\George\Desktop\SA-MP 0.3.7\plugins\streamer.DLL)

Whirlpool.DLL A: 0x007B0000 - 0x007BC000 (C:\Users\George\Desktop\SA-MP 0.3.7\plugins\Whirlpool.DLL)

MSVCR80.dll A: 0x6BED0000 - 0x6BF6B000 (C:\Windows\WinSxS\x86_microsoft.vc80.crt_1fc8b3b9 a1e18e3b_8.0.50727.6195_none_d09154e044272b9a\MSVC R80.dll)

wshtcpip.dll A: 0x72870000 - 0x72875000 (C:\Windows\System32\wshtcpip.dll)

IPHLPAPI.DLL A: 0x73EF0000 - 0x73F0C000 (C:\Windows\system32\IPHLPAPI.DLL)

WINNSI.DLL A: 0x73EE0000 - 0x73EE7000 (C:\Windows\system32\WINNSI.DLL)

wship6.dll A: 0x731D0000 - 0x731D6000 (C:\Windows\System32\wship6.dll)

uxtheme.dll A: 0x747F0000 - 0x74870000 (C:\Windows\system32\uxtheme.dll)

PROPSYS.dll A: 0x734D0000 - 0x735C5000 (C:\Windows\system32\PROPSYS.dll)

OLEAUT32.dll A: 0x76520000 - 0x765AF000 (C:\Windows\syswow64\OLEAUT32.dll)

comctl32.dll A: 0x725C0000 - 0x7275E000 (C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.18837_none_41e8 55142bd5705d\comctl32.dll)

apphelp.dll A: 0x72D00000 - 0x72D4C000 (C:\Windows\system32\apphelp.dll)

CLBCatQ.DLL A: 0x765C0000 - 0x76643000 (C:\Windows\syswow64\CLBCatQ.DLL)

api-ms-win-downlevel-advapi32-l1-1-0.dll A: 0x77680000 - 0x77685000 (C:\Windows\syswow64\api-ms-win-downlevel-advapi32-l1-1-0.dll)

api-ms-win-downlevel-shlwapi-l1-1-0.dll A: 0x76FA0000 - 0x76FA4000 (C:\Windows\syswow64\api-ms-win-downlevel-shlwapi-l1-1-0.dll)

SETUPAPI.dll A: 0x77840000 - 0x779DD000 (C:\Windows\syswow64\SETUPAPI.dll)

CFGMGR32.dll A: 0x76D00000 - 0x76D27000 (C:\Windows\syswow64\CFGMGR32.dll)

DEVOBJ.dll A: 0x76CE0000 - 0x76CF2000 (C:\Windows\syswow64\DEVOBJ.dll)

ntmarta.dll A: 0x737F0000 - 0x73811000 (C:\Windows\system32\ntmarta.dll)

WLDAP32.dll A: 0x777F0000 - 0x77835000 (C:\Windows\syswow64\WLDAP32.dll)

api-ms-win-downlevel-advapi32-l2-1-0.dll A: 0x748E0000 - 0x748E4000 (C:\Windows\system32\api-ms-win-downlevel-advapi32-l2-1-0.dll)



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

SA-MP Server: 0.3.7



Exception At Address: 0x00000000 Module: (Unknown)



Registers:

EAX: 0x00000000 EBX: 0x00000000 ECX: 0x0018FEA4 EDX: 0x00000000

ESI: 0x02133530 EDI: 0x01D19358 EBP: 0x0018FE10 ESP: 0x0018FE00

EFLAGS: 0x00010206



Stack:

+0000: 0x6C4F1A93 0x02133530 0x01D19358 0x02133530

+0010: 0x772710FF 0x0048E7AC 0x02133530 0x77271136

+0020: 0x01D19358 0x0048E9AC 0x772716A5 0x00000000

+0030: 0x3BA7E205 0x0048AC5D 0x00000000 0x00001DB1

+0040: 0x0018FF88 0x7EFDE000 0x0101E000 0x00010101

+0050: 0x00000032 0x00001E61 0x000000A0 0x00001118

+0060: 0x01D19358 0x656D6167 0x65646F6D 0x00003531

+0070: 0x004C0014 0x004C0010 0x7EFDE000 0x004A9B60

+0080: 0x0018FE70 0x0018FF78 0x0018FF78 0x0049B938

+0090: 0x004B6698 0xFFFFFFFF 0x00499BD1 0x00499BE1

+00A0: 0x004A9B60 0x0018FF78 0x004A97D1 0xFFFFFFFF

+00B0: 0x0049B3D6 0x00000001 0x01D11418 0x01D11460

+00C0: 0x00000094 0x00000006 0x00000001 0x00001DB1

+00D0: 0x00000002 0x76726553 0x20656369 0x6B636150

+00E0: 0x00003120 0x00000000 0x00000000 0x00000000

+00F0: 0x00000000 0x00000000 0x00000000 0x00000000

+0100: 0x00000000 0x00000000 0x00000000 0x00000000

+0110: 0x00000000 0x00000000 0x00000000 0x00000000

+0120: 0x00000000 0x00000000 0x00000000 0x00000000

+0130: 0x00000000 0x00000000 0x00000000 0x00000000



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



Loaded Modules:

samp-server.exe A: 0x00400000 - 0x004FA000 (C:\Users\George\Desktop\SA-MP 0.3.7\samp-server.exe)

ntdll.dll A: 0x77DE0000 - 0x77F60000 (C:\Windows\SysWOW64\ntdll.dll)

kernel32.dll A: 0x77260000 - 0x77370000 (C:\Windows\syswow64\kernel32.dll)

KERNELBASE.dll A: 0x764D0000 - 0x76517000 (C:\Windows\syswow64\KERNELBASE.dll)

SHELL32.dll A: 0x75880000 - 0x764CB000 (C:\Windows\syswow64\SHELL32.dll)

msvcrt.dll A: 0x77730000 - 0x777DC000 (C:\Windows\syswow64\msvcrt.dll)

SHLWAPI.dll A: 0x77380000 - 0x773D7000 (C:\Windows\syswow64\SHLWAPI.dll)

GDI32.dll A: 0x76930000 - 0x769C0000 (C:\Windows\syswow64\GDI32.dll)

USER32.dll A: 0x76D30000 - 0x76E30000 (C:\Windows\syswow64\USER32.dll)

ADVAPI32.dll A: 0x76FB0000 - 0x77051000 (C:\Windows\syswow64\ADVAPI32.dll)

sechost.dll A: 0x76CC0000 - 0x76CD9000 (C:\Windows\SysWOW64\sechost.dll)

RPCRT4.dll A: 0x76BD0000 - 0x76CC0000 (C:\Windows\syswow64\RPCRT4.dll)

SspiCli.dll A: 0x75750000 - 0x757B0000 (C:\Windows\syswow64\SspiCli.dll)

CRYPTBASE.dll A: 0x75740000 - 0x7574C000 (C:\Windows\syswow64\CRYPTBASE.dll)

LPK.dll A: 0x771D0000 - 0x771DA000 (C:\Windows\syswow64\LPK.dll)

USP10.dll A: 0x77690000 - 0x7772D000 (C:\Windows\syswow64\USP10.dll)

WSOCK32.dll A: 0x74330000 - 0x74337000 (C:\Windows\system32\WSOCK32.dll)

WS2_32.dll A: 0x76650000 - 0x76685000 (C:\Windows\syswow64\WS2_32.dll)

NSI.dll A: 0x777E0000 - 0x777E6000 (C:\Windows\syswow64\NSI.dll)

WINMM.dll A: 0x73F10000 - 0x73F42000 (C:\Windows\system32\WINMM.dll)

IMM32.DLL A: 0x77620000 - 0x77680000 (C:\Windows\system32\IMM32.DLL)

MSCTF.dll A: 0x757B0000 - 0x7587C000 (C:\Windows\syswow64\MSCTF.dll)

dbghelp.dll A: 0x73D10000 - 0x73DFB000 (C:\Windows\system32\dbghelp.dll)

MSVCP100.dll A: 0x6CEC0000 - 0x6CF29000 (C:\Windows\system32\MSVCP100.dll)

MSVCR100.dll A: 0x6C620000 - 0x6C6DF000 (C:\Windows\system32\MSVCR100.dll)

mysql.DLL A: 0x6E140000 - 0x6E17E000 (C:\Users\George\Desktop\SA-MP 0.3.7\plugins\mysql.DLL)

libmysql.dll A: 0x66F70000 - 0x6747C000 (C:\Users\George\Desktop\SA-MP 0.3.7\libmysql.dll)

Secur32.dll A: 0x748F0000 - 0x748F8000 (C:\Windows\system32\Secur32.dll)

MSVCR120.dll A: 0x6C530000 - 0x6C61E000 (C:\Windows\system32\MSVCR120.dll)

MSVCP120.dll A: 0x6CE40000 - 0x6CEB1000 (C:\Windows\system32\MSVCP120.dll)

NLAapi.dll A: 0x73430000 - 0x73440000 (C:\Windows\system32\NLAapi.dll)

napinsp.dll A: 0x6B4A0000 - 0x6B4B0000 (C:\Windows\system32\napinsp.dll)

pnrpnsp.dll A: 0x6B450000 - 0x6B462000 (C:\Windows\system32\pnrpnsp.dll)

mswsock.dll A: 0x72880000 - 0x728BC000 (C:\Windows\System32\mswsock.dll)

DNSAPI.dll A: 0x73E50000 - 0x73E94000 (C:\Windows\system32\DNSAPI.dll)

winrnr.dll A: 0x6B490000 - 0x6B498000 (C:\Windows\System32\winrnr.dll)

rasadhlp.dll A: 0x73410000 - 0x73416000 (C:\Windows\system32\rasadhlp.dll)

SKY.DLL A: 0x6C4F0000 - 0x6C52A000 (C:\Users\George\Desktop\SA-MP 0.3.7\plugins\SKY.DLL)

PSAPI.DLL A: 0x771C0000 - 0x771C5000 (C:\Windows\syswow64\PSAPI.DLL)

sscanf.DLL A: 0x10000000 - 0x1000D000 (C:\Users\George\Desktop\SA-MP 0.3.7\plugins\sscanf.DLL)

streamer.DLL A: 0x6C4A0000 - 0x6C4E6000 (C:\Users\George\Desktop\SA-MP 0.3.7\plugins\streamer.DLL)

Whirlpool.DLL A: 0x01CE0000 - 0x01CEC000 (C:\Users\George\Desktop\SA-MP 0.3.7\plugins\Whirlpool.DLL)

MSVCR80.dll A: 0x6BE30000 - 0x6BECB000 (C:\Windows\WinSxS\x86_microsoft.vc80.crt_1fc8b3b9 a1e18e3b_8.0.50727.6195_none_d09154e044272b9a\MSVC R80.dll)

wshtcpip.dll A: 0x72870000 - 0x72875000 (C:\Windows\System32\wshtcpip.dll)

IPHLPAPI.DLL A: 0x73EF0000 - 0x73F0C000 (C:\Windows\system32\IPHLPAPI.DLL)

WINNSI.DLL A: 0x73EE0000 - 0x73EE7000 (C:\Windows\system32\WINNSI.DLL)

wship6.dll A: 0x731D0000 - 0x731D6000 (C:\Windows\System32\wship6.dll)

uxtheme.dll A: 0x747F0000 - 0x74870000 (C:\Windows\system32\uxtheme.dll)

PROPSYS.dll A: 0x734D0000 - 0x735C5000 (C:\Windows\system32\PROPSYS.dll)

OLEAUT32.dll A: 0x76520000 - 0x765AF000 (C:\Windows\syswow64\OLEAUT32.dll)

comctl32.dll A: 0x725C0000 - 0x7275E000 (C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.18837_none_41e8 55142bd5705d\comctl32.dll)

apphelp.dll A: 0x72D00000 - 0x72D4C000 (C:\Windows\system32\apphelp.dll)

CLBCatQ.DLL A: 0x765C0000 - 0x76643000 (C:\Windows\syswow64\CLBCatQ.DLL)

api-ms-win-downlevel-advapi32-l1-1-0.dll A: 0x77680000 - 0x77685000 (C:\Windows\syswow64\api-ms-win-downlevel-advapi32-l1-1-0.dll)

api-ms-win-downlevel-shlwapi-l1-1-0.dll A: 0x76FA0000 - 0x76FA4000 (C:\Windows\syswow64\api-ms-win-downlevel-shlwapi-l1-1-0.dll)

SETUPAPI.dll A: 0x77840000 - 0x779DD000 (C:\Windows\syswow64\SETUPAPI.dll)

CFGMGR32.dll A: 0x76D00000 - 0x76D27000 (C:\Windows\syswow64\CFGMGR32.dll)

DEVOBJ.dll A: 0x76CE0000 - 0x76CF2000 (C:\Windows\syswow64\DEVOBJ.dll)

ntmarta.dll A: 0x737F0000 - 0x73811000 (C:\Windows\system32\ntmarta.dll)

WLDAP32.dll A: 0x777F0000 - 0x77835000 (C:\Windows\syswow64\WLDAP32.dll)

api-ms-win-downlevel-advapi32-l2-1-0.dll A: 0x748E0000 - 0x748E4000 (C:\Windows\system32\api-ms-win-downlevel-advapi32-l2-1-0.dll)



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

SA-MP Server: 0.3.7



Exception At Address: 0x00000000 Module: (Unknown)



Registers:

EAX: 0x00000000 EBX: 0x00000000 ECX: 0x0018FEA4 EDX: 0x00000000

ESI: 0x01FE3530 EDI: 0x003E9358 EBP: 0x0018FE10 ESP: 0x0018FE00

EFLAGS: 0x00010206



Stack:

+0000: 0x6E141A93 0x01FE3530 0x003E9358 0x01FE3530

+0010: 0x772710FF 0x0048E7AC 0x01FE3530 0x77271136

+0020: 0x003E9358 0x0048E9AC 0x772716A5 0x00000000

+0030: 0x3BA48708 0x0048AC5D 0x00000000 0x00001DB1

+0040: 0x0018FF88 0x7EFDE000 0x0101E000 0x00010101

+0050: 0x00000032 0x00001E61 0x000000A0 0x00000880

+0060: 0x003E9358 0x656D6167 0x65646F6D 0x00003531

+0070: 0x004C0014 0x004C0010 0x7EFDE000 0x004A9B60

+0080: 0x0018FE70 0x0018FF78 0x0018FF78 0x0049B938

+0090: 0x004B6698 0xFFFFFFFF 0x00499BD1 0x00499BE1

+00A0: 0x004A9B60 0x0018FF78 0x004A97D1 0xFFFFFFFF

+00B0: 0x0049B3D6 0x00000001 0x003E1418 0x003E1460

+00C0: 0x00000094 0x00000006 0x00000001 0x00001DB1

+00D0: 0x00000002 0x76726553 0x20656369 0x6B636150

+00E0: 0x00003120 0x00000000 0x00000000 0x00000000

+00F0: 0x00000000 0x00000000 0x00000000 0x00000000

+0100: 0x00000000 0x00000000 0x00000000 0x00000000

+0110: 0x00000000 0x00000000 0x00000000 0x00000000

+0120: 0x00000000 0x00000000 0x00000000 0x00000000

+0130: 0x00000000 0x00000000 0x00000000 0x00000000



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



Loaded Modules:

samp-server.exe A: 0x00400000 - 0x004FA000 (C:\Users\George\Desktop\SA-MP 0.3.7\samp-server.exe)

ntdll.dll A: 0x77DE0000 - 0x77F60000 (C:\Windows\SysWOW64\ntdll.dll)

kernel32.dll A: 0x77260000 - 0x77370000 (C:\Windows\syswow64\kernel32.dll)

KERNELBASE.dll A: 0x764D0000 - 0x76517000 (C:\Windows\syswow64\KERNELBASE.dll)

SHELL32.dll A: 0x75880000 - 0x764CB000 (C:\Windows\syswow64\SHELL32.dll)

msvcrt.dll A: 0x77730000 - 0x777DC000 (C:\Windows\syswow64\msvcrt.dll)

SHLWAPI.dll A: 0x77380000 - 0x773D7000 (C:\Windows\syswow64\SHLWAPI.dll)

GDI32.dll A: 0x76930000 - 0x769C0000 (C:\Windows\syswow64\GDI32.dll)

USER32.dll A: 0x76D30000 - 0x76E30000 (C:\Windows\syswow64\USER32.dll)

ADVAPI32.dll A: 0x76FB0000 - 0x77051000 (C:\Windows\syswow64\ADVAPI32.dll)

sechost.dll A: 0x76CC0000 - 0x76CD9000 (C:\Windows\SysWOW64\sechost.dll)

RPCRT4.dll A: 0x76BD0000 - 0x76CC0000 (C:\Windows\syswow64\RPCRT4.dll)

SspiCli.dll A: 0x75750000 - 0x757B0000 (C:\Windows\syswow64\SspiCli.dll)

CRYPTBASE.dll A: 0x75740000 - 0x7574C000 (C:\Windows\syswow64\CRYPTBASE.dll)

LPK.dll A: 0x771D0000 - 0x771DA000 (C:\Windows\syswow64\LPK.dll)

USP10.dll A: 0x77690000 - 0x7772D000 (C:\Windows\syswow64\USP10.dll)

WSOCK32.dll A: 0x74330000 - 0x74337000 (C:\Windows\system32\WSOCK32.dll)

WS2_32.dll A: 0x76650000 - 0x76685000 (C:\Windows\syswow64\WS2_32.dll)

NSI.dll A: 0x777E0000 - 0x777E6000 (C:\Windows\syswow64\NSI.dll)

WINMM.dll A: 0x73F10000 - 0x73F42000 (C:\Windows\system32\WINMM.dll)

IMM32.DLL A: 0x77620000 - 0x77680000 (C:\Windows\system32\IMM32.DLL)

MSCTF.dll A: 0x757B0000 - 0x7587C000 (C:\Windows\syswow64\MSCTF.dll)

dbghelp.dll A: 0x73D10000 - 0x73DFB000 (C:\Windows\system32\dbghelp.dll)

MSVCP100.dll A: 0x6CE60000 - 0x6CEC9000 (C:\Windows\system32\MSVCP100.dll)

MSVCR100.dll A: 0x6C560000 - 0x6C61F000 (C:\Windows\system32\MSVCR100.dll)

mysql.DLL A: 0x6D2B0000 - 0x6D2EE000 (C:\Users\George\Desktop\SA-MP 0.3.7\plugins\mysql.DLL)

libmysql.dll A: 0x66230000 - 0x6673C000 (C:\Users\George\Desktop\SA-MP 0.3.7\libmysql.dll)

Secur32.dll A: 0x748F0000 - 0x748F8000 (C:\Windows\system32\Secur32.dll)

MSVCR120.dll A: 0x685C0000 - 0x686AE000 (C:\Windows\system32\MSVCR120.dll)

MSVCP120.dll A: 0x6C660000 - 0x6C6D1000 (C:\Windows\system32\MSVCP120.dll)

NLAapi.dll A: 0x73430000 - 0x73440000 (C:\Windows\system32\NLAapi.dll)

napinsp.dll A: 0x6B4A0000 - 0x6B4B0000 (C:\Windows\system32\napinsp.dll)

pnrpnsp.dll A: 0x6B450000 - 0x6B462000 (C:\Windows\system32\pnrpnsp.dll)

mswsock.dll A: 0x72880000 - 0x728BC000 (C:\Windows\System32\mswsock.dll)

DNSAPI.dll A: 0x73E50000 - 0x73E94000 (C:\Windows\system32\DNSAPI.dll)

winrnr.dll A: 0x6B490000 - 0x6B498000 (C:\Windows\System32\winrnr.dll)

rasadhlp.dll A: 0x73410000 - 0x73416000 (C:\Windows\system32\rasadhlp.dll)

SKY.DLL A: 0x6E140000 - 0x6E17A000 (C:\Users\George\Desktop\SA-MP 0.3.7\plugins\SKY.DLL)

PSAPI.DLL A: 0x771C0000 - 0x771C5000 (C:\Windows\syswow64\PSAPI.DLL)

sscanf.DLL A: 0x10000000 - 0x1000D000 (C:\Users\George\Desktop\SA-MP 0.3.7\plugins\sscanf.DLL)

streamer.DLL A: 0x6C510000 - 0x6C556000 (C:\Users\George\Desktop\SA-MP 0.3.7\plugins\streamer.DLL)

Whirlpool.DLL A: 0x02670000 - 0x0267C000 (C:\Users\George\Desktop\SA-MP 0.3.7\plugins\Whirlpool.DLL)

MSVCR80.dll A: 0x6BE40000 - 0x6BEDB000 (C:\Windows\WinSxS\x86_microsoft.vc80.crt_1fc8b3b9 a1e18e3b_8.0.50727.6195_none_d09154e044272b9a\MSVC R80.dll)

wshtcpip.dll A: 0x72870000 - 0x72875000 (C:\Windows\System32\wshtcpip.dll)

IPHLPAPI.DLL A: 0x73EF0000 - 0x73F0C000 (C:\Windows\system32\IPHLPAPI.DLL)

WINNSI.DLL A: 0x73EE0000 - 0x73EE7000 (C:\Windows\system32\WINNSI.DLL)

wship6.dll A: 0x731D0000 - 0x731D6000 (C:\Windows\System32\wship6.dll)

uxtheme.dll A: 0x747F0000 - 0x74870000 (C:\Windows\system32\uxtheme.dll)

PROPSYS.dll A: 0x734D0000 - 0x735C5000 (C:\Windows\system32\PROPSYS.dll)

OLEAUT32.dll A: 0x76520000 - 0x765AF000 (C:\Windows\syswow64\OLEAUT32.dll)

comctl32.dll A: 0x725C0000 - 0x7275E000 (C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.18837_none_41e8 55142bd5705d\comctl32.dll)

apphelp.dll A: 0x72D00000 - 0x72D4C000 (C:\Windows\system32\apphelp.dll)

CLBCatQ.DLL A: 0x765C0000 - 0x76643000 (C:\Windows\syswow64\CLBCatQ.DLL)

api-ms-win-downlevel-advapi32-l1-1-0.dll A: 0x77680000 - 0x77685000 (C:\Windows\syswow64\api-ms-win-downlevel-advapi32-l1-1-0.dll)

api-ms-win-downlevel-shlwapi-l1-1-0.dll A: 0x76FA0000 - 0x76FA4000 (C:\Windows\syswow64\api-ms-win-downlevel-shlwapi-l1-1-0.dll)

SETUPAPI.dll A: 0x77840000 - 0x779DD000 (C:\Windows\syswow64\SETUPAPI.dll)

CFGMGR32.dll A: 0x76D00000 - 0x76D27000 (C:\Windows\syswow64\CFGMGR32.dll)

DEVOBJ.dll A: 0x76CE0000 - 0x76CF2000 (C:\Windows\syswow64\DEVOBJ.dll)

ntmarta.dll A: 0x737F0000 - 0x73811000 (C:\Windows\system32\ntmarta.dll)

WLDAP32.dll A: 0x777F0000 - 0x77835000 (C:\Windows\syswow64\WLDAP32.dll)

api-ms-win-downlevel-advapi32-l2-1-0.dll A: 0x748E0000 - 0x748E4000 (C:\Windows\system32\api-ms-win-downlevel-advapi32-l2-1-0.dll)



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

SA-MP Server: 0.3.7



Exception At Address: 0x00000000 Module: (Unknown)



Registers:

EAX: 0x00000000 EBX: 0x00000000 ECX: 0x0018FEA4 EDX: 0x00000000

ESI: 0x01CA3510 EDI: 0x02009358 EBP: 0x0018FE10 ESP: 0x0018FE00

EFLAGS: 0x00010202



Stack:

+0000: 0x6C4F1A93 0x01CA3510 0x02009358 0x01CA3510

+0010: 0x772710FF 0x0048E7AC 0x01CA3510 0x77271136

+0020: 0x02009358 0x0048E9AC 0x772716A5 0x00000000

+0030: 0x3BA13D39 0x0048AC5D 0x00000000 0x00001DB1

+0040: 0x0018FF88 0x7EFDE000 0x0101E000 0x00010101

+0050: 0x00000032 0x00001E61 0x000000A0 0x000013E8

+0060: 0x02009358 0x656D6167 0x65646F6D 0x00003531

+0070: 0x004C0014 0x004C0010 0x7EFDE000 0x004A9B60

+0080: 0x0018FE70 0x0018FF78 0x0018FF78 0x0049B938

+0090: 0x004B6698 0xFFFFFFFF 0x00499BD1 0x00499BE1

+00A0: 0x004A9B60 0x0018FF78 0x004A97D1 0xFFFFFFFF

+00B0: 0x0049B3D6 0x00000001 0x02001418 0x02001460

+00C0: 0x00000094 0x00000006 0x00000001 0x00001DB1

+00D0: 0x00000002 0x76726553 0x20656369 0x6B636150

+00E0: 0x00003120 0x00000000 0x00000000 0x00000000

+00F0: 0x00000000 0x00000000 0x00000000 0x00000000

+0100: 0x00000000 0x00000000 0x00000000 0x00000000

+0110: 0x00000000 0x00000000 0x00000000 0x00000000

+0120: 0x00000000 0x00000000 0x00000000 0x00000000

+0130: 0x00000000 0x00000000 0x00000000 0x00000000



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



Loaded Modules:

samp-server.exe A: 0x00400000 - 0x004FA000 (C:\Users\George\Desktop\SA-MP 0.3.7\samp-server.exe)

ntdll.dll A: 0x77DE0000 - 0x77F60000 (C:\Windows\SysWOW64\ntdll.dll)

kernel32.dll A: 0x77260000 - 0x77370000 (C:\Windows\syswow64\kernel32.dll)

KERNELBASE.dll A: 0x764D0000 - 0x76517000 (C:\Windows\syswow64\KERNELBASE.dll)

SHELL32.dll A: 0x75880000 - 0x764CB000 (C:\Windows\syswow64\SHELL32.dll)

msvcrt.dll A: 0x77730000 - 0x777DC000 (C:\Windows\syswow64\msvcrt.dll)

SHLWAPI.dll A: 0x77380000 - 0x773D7000 (C:\Windows\syswow64\SHLWAPI.dll)

GDI32.dll A: 0x76930000 - 0x769C0000 (C:\Windows\syswow64\GDI32.dll)

USER32.dll A: 0x76D30000 - 0x76E30000 (C:\Windows\syswow64\USER32.dll)

ADVAPI32.dll A: 0x76FB0000 - 0x77051000 (C:\Windows\syswow64\ADVAPI32.dll)

sechost.dll A: 0x76CC0000 - 0x76CD9000 (C:\Windows\SysWOW64\sechost.dll)

RPCRT4.dll A: 0x76BD0000 - 0x76CC0000 (C:\Windows\syswow64\RPCRT4.dll)

SspiCli.dll A: 0x75750000 - 0x757B0000 (C:\Windows\syswow64\SspiCli.dll)

CRYPTBASE.dll A: 0x75740000 - 0x7574C000 (C:\Windows\syswow64\CRYPTBASE.dll)

LPK.dll A: 0x771D0000 - 0x771DA000 (C:\Windows\syswow64\LPK.dll)

USP10.dll A: 0x77690000 - 0x7772D000 (C:\Windows\syswow64\USP10.dll)

WSOCK32.dll A: 0x74330000 - 0x74337000 (C:\Windows\system32\WSOCK32.dll)

WS2_32.dll A: 0x76650000 - 0x76685000 (C:\Windows\syswow64\WS2_32.dll)

NSI.dll A: 0x777E0000 - 0x777E6000 (C:\Windows\syswow64\NSI.dll)

WINMM.dll A: 0x73F10000 - 0x73F42000 (C:\Windows\system32\WINMM.dll)

IMM32.DLL A: 0x77620000 - 0x77680000 (C:\Windows\system32\IMM32.DLL)

MSCTF.dll A: 0x757B0000 - 0x7587C000 (C:\Windows\syswow64\MSCTF.dll)

dbghelp.dll A: 0x73D10000 - 0x73DFB000 (C:\Windows\system32\dbghelp.dll)

MSVCP100.dll A: 0x6CEC0000 - 0x6CF29000 (C:\Windows\system32\MSVCP100.dll)

MSVCR100.dll A: 0x6C620000 - 0x6C6DF000 (C:\Windows\system32\MSVCR100.dll)

mysql.DLL A: 0x6E140000 - 0x6E17E000 (C:\Users\George\Desktop\SA-MP 0.3.7\plugins\mysql.DLL)

libmysql.dll A: 0x66F70000 - 0x6747C000 (C:\Users\George\Desktop\SA-MP 0.3.7\libmysql.dll)

Secur32.dll A: 0x748F0000 - 0x748F8000 (C:\Windows\system32\Secur32.dll)

MSVCR120.dll A: 0x6C530000 - 0x6C61E000 (C:\Windows\system32\MSVCR120.dll)

MSVCP120.dll A: 0x6CE40000 - 0x6CEB1000 (C:\Windows\system32\MSVCP120.dll)

NLAapi.dll A: 0x73430000 - 0x73440000 (C:\Windows\system32\NLAapi.dll)

napinsp.dll A: 0x6B4A0000 - 0x6B4B0000 (C:\Windows\system32\napinsp.dll)

pnrpnsp.dll A: 0x6B450000 - 0x6B462000 (C:\Windows\system32\pnrpnsp.dll)

mswsock.dll A: 0x72880000 - 0x728BC000 (C:\Windows\System32\mswsock.dll)

DNSAPI.dll A: 0x73E50000 - 0x73E94000 (C:\Windows\system32\DNSAPI.dll)

winrnr.dll A: 0x6B490000 - 0x6B498000 (C:\Windows\System32\winrnr.dll)

rasadhlp.dll A: 0x73410000 - 0x73416000 (C:\Windows\system32\rasadhlp.dll)

SKY.DLL A: 0x6C4F0000 - 0x6C52A000 (C:\Users\George\Desktop\SA-MP 0.3.7\plugins\SKY.DLL)

PSAPI.DLL A: 0x771C0000 - 0x771C5000 (C:\Windows\syswow64\PSAPI.DLL)

sscanf.DLL A: 0x10000000 - 0x1000D000 (C:\Users\George\Desktop\SA-MP 0.3.7\plugins\sscanf.DLL)

streamer.DLL A: 0x6C4A0000 - 0x6C4E6000 (C:\Users\George\Desktop\SA-MP 0.3.7\plugins\streamer.DLL)

Whirlpool.DLL A: 0x01F70000 - 0x01F7C000 (C:\Users\George\Desktop\SA-MP 0.3.7\plugins\Whirlpool.DLL)

MSVCR80.dll A: 0x6BED0000 - 0x6BF6B000 (C:\Windows\WinSxS\x86_microsoft.vc80.crt_1fc8b3b9 a1e18e3b_8.0.50727.6195_none_d09154e044272b9a\MSVC R80.dll)

wshtcpip.dll A: 0x72870000 - 0x72875000 (C:\Windows\System32\wshtcpip.dll)

IPHLPAPI.DLL A: 0x73EF0000 - 0x73F0C000 (C:\Windows\system32\IPHLPAPI.DLL)

WINNSI.DLL A: 0x73EE0000 - 0x73EE7000 (C:\Windows\system32\WINNSI.DLL)

uxtheme.dll A: 0x747F0000 - 0x74870000 (C:\Windows\system32\uxtheme.dll)

PROPSYS.dll A: 0x734D0000 - 0x735C5000 (C:\Windows\system32\PROPSYS.dll)

OLEAUT32.dll A: 0x76520000 - 0x765AF000 (C:\Windows\syswow64\OLEAUT32.dll)

comctl32.dll A: 0x725C0000 - 0x7275E000 (C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.18837_none_41e8 55142bd5705d\comctl32.dll)

apphelp.dll A: 0x72D00000 - 0x72D4C000 (C:\Windows\system32\apphelp.dll)

CLBCatQ.DLL A: 0x765C0000 - 0x76643000 (C:\Windows\syswow64\CLBCatQ.DLL)

api-ms-win-downlevel-advapi32-l1-1-0.dll A: 0x77680000 - 0x77685000 (C:\Windows\syswow64\api-ms-win-downlevel-advapi32-l1-1-0.dll)

api-ms-win-downlevel-shlwapi-l1-1-0.dll A: 0x76FA0000 - 0x76FA4000 (C:\Windows\syswow64\api-ms-win-downlevel-shlwapi-l1-1-0.dll)

SETUPAPI.dll A: 0x77840000 - 0x779DD000 (C:\Windows\syswow64\SETUPAPI.dll)

CFGMGR32.dll A: 0x76D00000 - 0x76D27000 (C:\Windows\syswow64\CFGMGR32.dll)

DEVOBJ.dll A: 0x76CE0000 - 0x76CF2000 (C:\Windows\syswow64\DEVOBJ.dll)

ntmarta.dll A: 0x737F0000 - 0x73811000 (C:\Windows\system32\ntmarta.dll)

WLDAP32.dll A: 0x777F0000 - 0x77835000 (C:\Windows\syswow64\WLDAP32.dll)

api-ms-win-downlevel-advapi32-l2-1-0.dll A: 0x748E0000 - 0x748E4000 (C:\Windows\system32\api-ms-win-downlevel-advapi32-l2-1-0.dll)



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

SA-MP Server: 0.3.7



Exception At Address: 0x00000000 Module: (Unknown)



Registers:

EAX: 0x00000000 EBX: 0x00000000 ECX: 0x0018FEA4 EDX: 0x00000000

ESI: 0x006B3970 EDI: 0x02129C98 EBP: 0x0018FE10 ESP: 0x0018FE00

EFLAGS: 0x00010202



Stack:

+0000: 0x61B71A93 0x006B3970 0x02129C98 0x006B3970

+0010: 0x770510FF 0x0048E7AC 0x006B3970 0x77051136

+0020: 0x02129C98 0x0048E9AC 0x770516A5 0x00000000

+0030: 0x3D6FA1E5 0x0048AC5D 0x00000000 0x00001DB1

+0040: 0x0018FF88 0x7EFDE000 0x0100E000 0x00010101

+0050: 0x00000032 0x00001E61 0x000000A0 0x0000056C

+0060: 0x02129C98 0x656D6167 0x65646F6D 0x00003531

+0070: 0x004C0014 0x004C0010 0x7EFDE000 0x004A9B60

+0080: 0x0018FE70 0x0018FF78 0x0018FF78 0x0049B938

+0090: 0x004B6698 0xFFFFFFFF 0x00499BD1 0x00499BE1

+00A0: 0x004A9B60 0x0018FF78 0x004A97D1 0xFFFFFFFF

+00B0: 0x0049B3D6 0x00000001 0x021215A0 0x021215E8

+00C0: 0x00000094 0x00000006 0x00000001 0x00001DB1

+00D0: 0x00000002 0x76726553 0x20656369 0x6B636150

+00E0: 0x00003120 0x00000000 0x00000000 0x00000000

+00F0: 0x00000000 0x00000000 0x00000000 0x00000000

+0100: 0x00000000 0x00000000 0x00000000 0x00000000

+0110: 0x00000000 0x00000000 0x00000000 0x00000000

+0120: 0x00000000 0x00000000 0x00000000 0x00000000

+0130: 0x00000000 0x00000000 0x00000000 0x00000000



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



Loaded Modules:

samp-server.exe A: 0x00400000 - 0x004FA000 (C:\Users\George\Desktop\SA-MP 0.3.7\samp-server.exe)

ntdll.dll A: 0x77740000 - 0x778C0000 (C:\Windows\SysWOW64\ntdll.dll)

kernel32.dll A: 0x77040000 - 0x77150000 (C:\Windows\syswow64\kernel32.dll)

KERNELBASE.dll A: 0x76890000 - 0x768D7000 (C:\Windows\syswow64\KERNELBASE.dll)

SHELL32.dll A: 0x75110000 - 0x75D5B000 (C:\Windows\syswow64\SHELL32.dll)

msvcrt.dll A: 0x76C40000 - 0x76CEC000 (C:\Windows\syswow64\msvcrt.dll)

SHLWAPI.dll A: 0x76830000 - 0x76887000 (C:\Windows\syswow64\SHLWAPI.dll)

GDI32.dll A: 0x76610000 - 0x766A0000 (C:\Windows\syswow64\GDI32.dll)

USER32.dll A: 0x76130000 - 0x76230000 (C:\Windows\syswow64\USER32.dll)

ADVAPI32.dll A: 0x77150000 - 0x771F1000 (C:\Windows\syswow64\ADVAPI32.dll)

sechost.dll A: 0x765E0000 - 0x765F9000 (C:\Windows\SysWOW64\sechost.dll)

RPCRT4.dll A: 0x77250000 - 0x77340000 (C:\Windows\syswow64\RPCRT4.dll)

SspiCli.dll A: 0x750B0000 - 0x75110000 (C:\Windows\syswow64\SspiCli.dll)

CRYPTBASE.dll A: 0x750A0000 - 0x750AC000 (C:\Windows\syswow64\CRYPTBASE.dll)

LPK.dll A: 0x77710000 - 0x7771A000 (C:\Windows\syswow64\LPK.dll)

USP10.dll A: 0x76D00000 - 0x76D9D000 (C:\Windows\syswow64\USP10.dll)

WSOCK32.dll A: 0x73CE0000 - 0x73CE7000 (C:\Windows\system32\WSOCK32.dll)

WS2_32.dll A: 0x760F0000 - 0x76125000 (C:\Windows\syswow64\WS2_32.dll)

NSI.dll A: 0x765D0000 - 0x765D6000 (C:\Windows\syswow64\NSI.dll)

WINMM.dll A: 0x72D60000 - 0x72D92000 (C:\Windows\system32\WINMM.dll)

IMM32.DLL A: 0x76DA0000 - 0x76E00000 (C:\Windows\system32\IMM32.DLL)

MSCTF.dll A: 0x76500000 - 0x765CC000 (C:\Windows\syswow64\MSCTF.dll)

mysql.DLL A: 0x61BB0000 - 0x61BEE000 (C:\Users\George\Desktop\SA-MP 0.3.7\plugins\mysql.DLL)

libmysql.dll A: 0x53440000 - 0x5394C000 (C:\Users\George\Desktop\SA-MP 0.3.7\libmysql.dll)

Secur32.dll A: 0x73CD0000 - 0x73CD8000 (C:\Windows\system32\Secur32.dll)

MSVCR120.dll A: 0x60950000 - 0x60A3E000 (C:\Windows\system32\MSVCR120.dll)

MSVCP120.dll A: 0x608D0000 - 0x60941000 (C:\Windows\system32\MSVCP120.dll)

NLAapi.dll A: 0x71B80000 - 0x71B90000 (C:\Windows\system32\NLAapi.dll)

napinsp.dll A: 0x71B70000 - 0x71B80000 (C:\Windows\system32\napinsp.dll)

pnrpnsp.dll A: 0x71B50000 - 0x71B62000 (C:\Windows\system32\pnrpnsp.dll)

mswsock.dll A: 0x74AB0000 - 0x74AEC000 (C:\Windows\System32\mswsock.dll)

DNSAPI.dll A: 0x73D70000 - 0x73DB4000 (C:\Windows\system32\DNSAPI.dll)

winrnr.dll A: 0x71B40000 - 0x71B48000 (C:\Windows\System32\winrnr.dll)

rasadhlp.dll A: 0x71930000 - 0x71936000 (C:\Windows\system32\rasadhlp.dll)

sscanf.DLL A: 0x10000000 - 0x1000D000 (C:\Users\George\Desktop\SA-MP 0.3.7\plugins\sscanf.DLL)

MSVCR100.dll A: 0x6DC70000 - 0x6DD2F000 (C:\Windows\system32\MSVCR100.dll)

streamer.DLL A: 0x67990000 - 0x679D6000 (C:\Users\George\Desktop\SA-MP 0.3.7\plugins\streamer.DLL)

Whirlpool.DLL A: 0x003D0000 - 0x003DC000 (C:\Users\George\Desktop\SA-MP 0.3.7\plugins\Whirlpool.DLL)

MSVCR80.dll A: 0x57DE0000 - 0x57E7B000 (C:\Windows\WinSxS\x86_microsoft.vc80.crt_1fc8b3b9 a1e18e3b_8.0.50727.6229_none_d089f796442de10e\MSVC R80.dll)

iTD.DLL A: 0x67980000 - 0x67986000 (C:\Users\George\Desktop\SA-MP 0.3.7\plugins\iTD.DLL)

SKY.DLL A: 0x61B70000 - 0x61BAA000 (C:\Users\George\Desktop\SA-MP 0.3.7\plugins\SKY.DLL)

PSAPI.DLL A: 0x75D60000 - 0x75D65000 (C:\Windows\syswow64\PSAPI.DLL)

wshtcpip.dll A: 0x74A90000 - 0x74A95000 (C:\Windows\System32\wshtcpip.dll)

IPHLPAPI.DLL A: 0x74A20000 - 0x74A3C000 (C:\Windows\system32\IPHLPAPI.DLL)

WINNSI.DLL A: 0x74A10000 - 0x74A17000 (C:\Windows\system32\WINNSI.DLL)

wship6.dll A: 0x74AA0000 - 0x74AA6000 (C:\Windows\System32\wship6.dll)
Reply
#19


Reply
#20

Here is compiled version for linux (Compiled on Ubuntu 12.04 LTS) http://negative-iq.tk/sky/
NOTE: That is not official release, its just compiled by me. (At least while slice does not upload his release to github).

EDIT: Just compiled for windows. Compiled on Windows 7 32bit with Visual Studio 2012.
Link is the same http://negative-iq.tk/sky/
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)