Крашит игру на новой версии MoonLoader при использовании неймтага
[18:38:03.196332] (system) Session started.
[18:38:03.197332] (debug) Module handle: 507E0000.
MoonLoader v.021-alpha loaded.
Developers: FYP, hnnssy, EvgeN 1137
© BlastHack Team, 2016
https://www.blast.hk/moonloader/
[18:38:03.197332] (info) Working directory: D:\Games\GTA San Andreas2\moonloader
[18:38:03.197332] (debug) FP Control: 9001f
[18:38:03.197332] (system) Installing pre-game hooks... OK.
[18:38:06.133500] (debug) Initializing opcode handler table
[18:38:06.133500] (debug) package.path = .\?.lua;D:\Games\GTA San Andreas2\moonloader\lib\?.lua;D:\Games\GTA San Andreas2\moonloader\lib\?\init.lua;D:\Games\GTA San Andreas2\moonloader\?.lua;D:\Games\GTA San Andreas2\moonloader\?\init.lua
[18:38:06.134500] (debug) package.cpath = .\?.dll;D:\Games\GTA San Andreas2\moonloader\lib\?.dll;D:\Games\GTA San Andreas2\moonloader\?.dll
[18:38:06.134500] (system) Loading script 'D:\Games\GTA San Andreas2\moonloader\control_damage_tires.lua'...
[18:38:06.134500] (debug) New script: 01900F64
[18:38:06.140501] (debug) Add thread 01964665 to SCM-thread queue
[18:38:06.140501] (system) Control Damage Tires: Loaded successfully.
[18:38:06.140501] (system) Loading script 'D:\Games\GTA San Andreas2\moonloader\DerpCam.lua'...
[18:38:06.140501] (debug) New script: 01A1507C
[18:38:06.150501] (system) DerpCam: Loaded successfully.
[18:38:06.150501] (system) Loading script 'D:\Games\GTA San Andreas2\moonloader\nameTag.lua'...
[18:38:06.150501] (debug) New script: 01A1522C
[18:38:06.153501] (system) nameTag: Loaded successfully.
[18:38:15.446033] (system) Installing post-load hooks... OK.
[18:38:17.618157] (debug) Add thread 01A3F70D to SCM-thread queue
[18:38:41.393517] (system) Unloading...
[18:38:41.393517] (system) Control Damage Tires: Script terminated. (01900F64)
[18:38:41.393517] (debug) Remove thread 01A3F70D from SCM-thread queue
[18:38:41.394517] (system) DerpCam: Script terminated. (01A1507C)
[18:38:41.394517] (system) nameTag: Script terminated. (01A1522C)
[18:38:41.410518] (system) Session terminated.
[18:38:41.410518] (debug) Remove thread 01964665 from SCM-thread queue
[18:38:03.197332] (debug) Module handle: 507E0000.
MoonLoader v.021-alpha loaded.
Developers: FYP, hnnssy, EvgeN 1137
© BlastHack Team, 2016
https://www.blast.hk/moonloader/
[18:38:03.197332] (info) Working directory: D:\Games\GTA San Andreas2\moonloader
[18:38:03.197332] (debug) FP Control: 9001f
[18:38:03.197332] (system) Installing pre-game hooks... OK.
[18:38:06.133500] (debug) Initializing opcode handler table
[18:38:06.133500] (debug) package.path = .\?.lua;D:\Games\GTA San Andreas2\moonloader\lib\?.lua;D:\Games\GTA San Andreas2\moonloader\lib\?\init.lua;D:\Games\GTA San Andreas2\moonloader\?.lua;D:\Games\GTA San Andreas2\moonloader\?\init.lua
[18:38:06.134500] (debug) package.cpath = .\?.dll;D:\Games\GTA San Andreas2\moonloader\lib\?.dll;D:\Games\GTA San Andreas2\moonloader\?.dll
[18:38:06.134500] (system) Loading script 'D:\Games\GTA San Andreas2\moonloader\control_damage_tires.lua'...
[18:38:06.134500] (debug) New script: 01900F64
[18:38:06.140501] (debug) Add thread 01964665 to SCM-thread queue
[18:38:06.140501] (system) Control Damage Tires: Loaded successfully.
[18:38:06.140501] (system) Loading script 'D:\Games\GTA San Andreas2\moonloader\DerpCam.lua'...
[18:38:06.140501] (debug) New script: 01A1507C
[18:38:06.150501] (system) DerpCam: Loaded successfully.
[18:38:06.150501] (system) Loading script 'D:\Games\GTA San Andreas2\moonloader\nameTag.lua'...
[18:38:06.150501] (debug) New script: 01A1522C
[18:38:06.153501] (system) nameTag: Loaded successfully.
[18:38:15.446033] (system) Installing post-load hooks... OK.
[18:38:17.618157] (debug) Add thread 01A3F70D to SCM-thread queue
[18:38:41.393517] (system) Unloading...
[18:38:41.393517] (system) Control Damage Tires: Script terminated. (01900F64)
[18:38:41.393517] (debug) Remove thread 01A3F70D from SCM-thread queue
[18:38:41.394517] (system) DerpCam: Script terminated. (01A1507C)
[18:38:41.394517] (system) nameTag: Script terminated. (01A1522C)
[18:38:41.410518] (system) Session terminated.
[18:38:41.410518] (debug) Remove thread 01964665 from SCM-thread queue
script_name("nameTag")
script_description("alt + F3 to turn on/off")
script_version_number(1)
script_version("v.001")
script_authors("hnnssy")
function main()
if not isSampfuncsLoaded() or not isSampLoaded() then return end
while true do
wait(0)
if isKeyDown(18) and isKeyJustPressed(114) then -- ALT+F3
while isKeyDown(18) or isKeyDown(114) do
wait(10)
end
nameTagOn()
--sampAddChatMessage("on", 0xFFFF00)
repeat
wait(0)
if isKeyDown(119) then
nameTagOff()
wait (1000)
nameTagOn()
end
until isKeyDown(18) and isKeyJustPressed(114)
while isKeyDown(18) or isKeyDown(114) do
wait(10)
end
nameTagOff()
--sampAddChatMessage("off", 0xFFFF00)
end
end
end
function nameTagOn()
local sampDLL = sampGetBase()
writeMemory(sampDLL + 0x6FCF3, 6, -1869574000, true)
writeMemory(sampDLL + 0x6FD14, 6, -1869574000, true)
writeMemory(sampDLL + 0x6FE28, 2, 0x9090, true)
writeMemory(sampDLL + 0x70F38, 2, 0x9090, true)
writeMemory(sampDLL + 0x70E24, 6, -1869574000, true)
end
function nameTagOff()
local sampDLL = sampGetBase()
writeMemory(sampDLL + 0x6FCF3, 4, 24216591, true)
writeMemory(sampDLL + 0x6FCF7, 2, 0, true)
writeMemory(sampDLL + 0x6FD14, 4, 22053903, true)
writeMemory(sampDLL + 0x6FD18, 2, 0, true)
writeMemory(sampDLL + 0x6FE28, 2, 16500, true)
writeMemory(sampDLL + 0x70F38, 2, 24948, true)
writeMemory(sampDLL + 0x70E24, 4, 24218127, true)
writeMemory(sampDLL + 0x70E28, 2, 0, true)
end
script_description("alt + F3 to turn on/off")
script_version_number(1)
script_version("v.001")
script_authors("hnnssy")
function main()
if not isSampfuncsLoaded() or not isSampLoaded() then return end
while true do
wait(0)
if isKeyDown(18) and isKeyJustPressed(114) then -- ALT+F3
while isKeyDown(18) or isKeyDown(114) do
wait(10)
end
nameTagOn()
--sampAddChatMessage("on", 0xFFFF00)
repeat
wait(0)
if isKeyDown(119) then
nameTagOff()
wait (1000)
nameTagOn()
end
until isKeyDown(18) and isKeyJustPressed(114)
while isKeyDown(18) or isKeyDown(114) do
wait(10)
end
nameTagOff()
--sampAddChatMessage("off", 0xFFFF00)
end
end
end
function nameTagOn()
local sampDLL = sampGetBase()
writeMemory(sampDLL + 0x6FCF3, 6, -1869574000, true)
writeMemory(sampDLL + 0x6FD14, 6, -1869574000, true)
writeMemory(sampDLL + 0x6FE28, 2, 0x9090, true)
writeMemory(sampDLL + 0x70F38, 2, 0x9090, true)
writeMemory(sampDLL + 0x70E24, 6, -1869574000, true)
end
function nameTagOff()
local sampDLL = sampGetBase()
writeMemory(sampDLL + 0x6FCF3, 4, 24216591, true)
writeMemory(sampDLL + 0x6FCF7, 2, 0, true)
writeMemory(sampDLL + 0x6FD14, 4, 22053903, true)
writeMemory(sampDLL + 0x6FD18, 2, 0, true)
writeMemory(sampDLL + 0x6FE28, 2, 16500, true)
writeMemory(sampDLL + 0x70F38, 2, 24948, true)
writeMemory(sampDLL + 0x70E24, 4, 24218127, true)
writeMemory(sampDLL + 0x70E28, 2, 0, true)
end
[18:38:38.060] mod_sa 4.4.0.2 modified by _Wa3Rix_ has crashed.
[18:38:38.060] Base address: 0x06AF0000, SA:MP base address: 0x03950000
[18:38:38.060] Exception at address: 0x039BFCF7, Last function processed: HookedRakClientInterface::Receive return;
[18:38:38.060] Cause: EXCEPTION_ACCESS_VIOLATION
[18:38:38.060] Attempted to write to: 0x00000001
[18:38:38.060] EAX: 0x00000001 || ESI: 0x10de3a40
[18:38:38.060] EBX: 0x10d9f828 || EDI: 0x1cd60048
[18:38:38.060] ECX: 0x00000001 || EBP: 0x00000000
[18:38:38.060] EDX: 0x0f218520 || ESP: 0x0028fa70
[18:38:38.061] ---------------------------------------------------------------------
[18:38:41.385] Exited
[18:38:38.060] Base address: 0x06AF0000, SA:MP base address: 0x03950000
[18:38:38.060] Exception at address: 0x039BFCF7, Last function processed: HookedRakClientInterface::Receive return;
[18:38:38.060] Cause: EXCEPTION_ACCESS_VIOLATION
[18:38:38.060] Attempted to write to: 0x00000001
[18:38:38.060] EAX: 0x00000001 || ESI: 0x10de3a40
[18:38:38.060] EBX: 0x10d9f828 || EDI: 0x1cd60048
[18:38:38.060] ECX: 0x00000001 || EBP: 0x00000000
[18:38:38.060] EDX: 0x0f218520 || ESP: 0x0028fa70
[18:38:38.061] ---------------------------------------------------------------------
[18:38:41.385] Exited
Website: https://www.blast.hk
BlastHack © 2013 - 2016
[18:51:17] ==========================================
[18:51:17] SAMPFUNCS v5.3.3 release #19 (SA-MP 0.3.7) completely loaded!
[18:51:18] No collision hack by FYP // BLASTHACK.NET
[18:51:18] NoSpread/NoRecoil by BLOOM.
[18:51:18]
[18:51:18] {FFFFFF}[{FF4200}InvisibleWeapon Hook{FFFFFF}] >{A5FF00} Загружен{FFFFFF}.
[18:51:18] {FFFFFF}[{FF4200}InvisibleWeapon Hook{FFFFFF}] > XInvisibleWeapon - Включает/Отключает скрипт.
[18:51:18] {FFFFFF}[{FF4200}InvisibleWeapon Hook{FFFFFF}] > XGetWeapon <ID Оружия> <Кол-во патронов> - Даёт Вам введённое оружие.
[18:51:18] {FFFFFF}[{FF4200}InvisibleWeapon Hook{FFFFFF}] > XLoseWeapon - Забирает у Вас текущее оружие.
[18:51:18]
[18:51:18] {FFFFFF}[{FF4200}InvisibleWeapon Hook{FFFFFF}] > Автор скрипта:{FFA500} iTz_XG4M3R{FFFFFF} .
[18:51:18] {FFFFFF}[{FF4200}InvisibleWeapon Hook{FFFFFF}] > Мой канал: https://www.youtube.com/user/xX0xC0D3RXx .
[18:51:18]
[18:51:18] RegisterCommand Error: Command "kill" already exists.
[18:51:41] SAMPFUNCS v5.3.3 release #19 (SA-MP 0.3.7) caught an exception.
[18:51:41] Base address: 505C0000
[18:51:41] > Exception record:
[18:51:41] Exception at address: 03B4FCF7, Flags: 00000000
[18:51:41] Module: D:\Games\GTA San Andreas2\samp.dll (03AE0000)
[18:51:41] Cause: EXCEPTION_ACCESS_VIOLATION
BlastHack © 2013 - 2016
[18:51:17] ==========================================
[18:51:17] SAMPFUNCS v5.3.3 release #19 (SA-MP 0.3.7) completely loaded!
[18:51:18] No collision hack by FYP // BLASTHACK.NET
[18:51:18] NoSpread/NoRecoil by BLOOM.
[18:51:18]
[18:51:18] {FFFFFF}[{FF4200}InvisibleWeapon Hook{FFFFFF}] >{A5FF00} Загружен{FFFFFF}.
[18:51:18] {FFFFFF}[{FF4200}InvisibleWeapon Hook{FFFFFF}] > XInvisibleWeapon - Включает/Отключает скрипт.
[18:51:18] {FFFFFF}[{FF4200}InvisibleWeapon Hook{FFFFFF}] > XGetWeapon <ID Оружия> <Кол-во патронов> - Даёт Вам введённое оружие.
[18:51:18] {FFFFFF}[{FF4200}InvisibleWeapon Hook{FFFFFF}] > XLoseWeapon - Забирает у Вас текущее оружие.
[18:51:18]
[18:51:18] {FFFFFF}[{FF4200}InvisibleWeapon Hook{FFFFFF}] > Автор скрипта:{FFA500} iTz_XG4M3R{FFFFFF} .
[18:51:18] {FFFFFF}[{FF4200}InvisibleWeapon Hook{FFFFFF}] > Мой канал: https://www.youtube.com/user/xX0xC0D3RXx .
[18:51:18]
[18:51:18] RegisterCommand Error: Command "kill" already exists.
[18:51:41] SAMPFUNCS v5.3.3 release #19 (SA-MP 0.3.7) caught an exception.
[18:51:41] Base address: 505C0000
[18:51:41] > Exception record:
[18:51:41] Exception at address: 03B4FCF7, Flags: 00000000
[18:51:41] Module: D:\Games\GTA San Andreas2\samp.dll (03AE0000)
[18:51:41] Cause: EXCEPTION_ACCESS_VIOLATION
Последнее редактирование: