Вы используете устаревший браузер. Этот и другие сайты могут отображаться в нём некорректно. Вам необходимо обновить браузер или попробовать использовать другой.
Для дохуя скриптеров которые скажут *сам напиши* я скажу я в ваших блять скриптах нихуя не шарю как и чо их там писать ищу просто флуд энтер вот это хз какого хуя но не работает - https://www.blast.hk/threads/19194/
local vkeys = require "vkeys"
function main()
repeat wait(0) until isSampAvailable()
while true do wait(0)
if isKeyJustPressed(vkeys.VK_L) and not sampIsChatInputActive() and not sampIsDialogActive() then
bool = not bool
end
if bool and not sampIsChatInputActive() and not sampIsDialogActive() then
setVirtualKeyDown(13, true)
wait(10)
setVirtualKeyDown(13, false)
end
end
end
local vkeys = require "vkeys"
function main()
repeat wait(0) until isSampAvailable()
while true do wait(0)
if isKeyJustPressed(vkeys.VK_K) then
bool = not bool
end
if bool then
setVirtualKeyDown(13, true)
wait(10) - задержка, можешь попробовать поменять что бы ебашило быстрее
setVirtualKeyDown(13, false)
end
end
end
local vkeys = require "vkeys"
function main()
repeat wait(0) until isSampAvailable()
while true do wait(0)
if isKeyJustPressed(vkeys.VK_K) then
bool = not bool
end
if bool then
setVirtualKeyDown(13, true)
wait(10) - задержка, можешь попробовать поменять что бы ебашило быстрее
setVirtualKeyDown(13, false)
end
end
end
вылетает ошибка
try_anotherone.lua: E:\gta nigger\moonloader\try_anotherone.lua:11: unexpected symbol near '-'
[12:39:25.358424] (error) try_anotherone.lua: Script died due to an error. (01AFEDD4)
вылетает ошибка
try_anotherone.lua: E:\gta nigger\moonloader\try_anotherone.lua:11: unexpected symbol near '-'
[12:39:25.358424] (error) try_anotherone.lua: Script died due to an error. (01AFEDD4)
local vkeys = require "vkeys"
function main()
repeat wait(0) until isSampAvailable()
while true do wait(0)
if isKeyJustPressed(vkeys.VK_K) then
bool = not bool
end
if bool then
setVirtualKeyDown(13, true)
wait(10) - задержка, можешь попробовать поменять что бы ебашило быстрее
setVirtualKeyDown(13, false)
end
end
end
вылетает ошибка
try_anotherone.lua: E:\gta nigger\moonloader\try_anotherone.lua:11: unexpected symbol near '-'
[12:39:25.358424] (error) try_anotherone.lua: Script died due to an error. (01AFEDD4)
Скрипт с этим кодом называется try_anotherone.lua
P.S уже понял в чем дело, спасибо!
а можно как то сделать, чтобы оно не активировалось когда что-то пишу в чате? Нажимаю Л(K англ.) во время печатания в чате, и скрипт активируется
local vkeys = require "vkeys"
function main()
repeat wait(0) until isSampAvailable()
while true do wait(0)
if isKeyJustPressed(vkeys.VK_L) and not sampIsChatInputActive() then
bool = not bool
end
if bool and not sampIsChatInputActive() then
setVirtualKeyDown(13, true)
wait(10)
setVirtualKeyDown(13, false)
end
end
end
local vkeys = require "vkeys"
function main()
repeat wait(0) until isSampAvailable()
while true do wait(0)
if isKeyJustPressed(vkeys.VK_L) and not sampIsChatInputActive() then
bool = not bool
end
if bool and not sampIsChatInputActive() then
setVirtualKeyDown(13, true)
wait(10)
setVirtualKeyDown(13, false)
end
end
end
local vkeys = require "vkeys"
function main()
repeat wait(0) until isSampAvailable()
while true do wait(0)
if isKeyJustPressed(vkeys.VK_L) and not sampIsChatInputActive() and not sampIsDialogActive() then
bool = not bool
end
if bool and not sampIsChatInputActive() and not sampIsDialogActive() then
setVirtualKeyDown(13, true)
wait(10)
setVirtualKeyDown(13, false)
end
end
end
local vkeys = require "vkeys"
function main()
repeat wait(0) until isSampAvailable()
while true do wait(0)
if isKeyJustPressed(vkeys.VK_L) and not sampIsChatInputActive() and not sampIsDialogActive() then
bool = not bool
end
if bool and not sampIsChatInputActive() and not sampIsDialogActive() then
setVirtualKeyDown(13, true)
wait(10)
setVirtualKeyDown(13, false)
end
end
end
вылетает ошибка
try_anotherone.lua: E:\gta nigger\moonloader\try_anotherone.lua:11: unexpected symbol near '-'
[12:39:25.358424] (error) try_anotherone.lua: Script died due to an error. (01AFEDD4)
Скрипт с этим кодом называется try_anotherone.lua
P.S уже понял в чем дело, спасибо!
а можно как то сделать, чтобы оно не активировалось когда что-то пишу в чате? Нажимаю Л(K англ.) во время печатания в чате, и скрипт активируется
local vkeys = require "vkeys"
function main()
repeat wait(0) until isSampAvailable()
while true do wait(0)
if isKeyJustPressed(vkeys.VK_L) and not sampIsChatInputActive() and not sampIsDialogActive() then
bool = not bool
end
if bool and not sampIsChatInputActive() and not sampIsDialogActive() then
setVirtualKeyDown(13, true)
wait(10)
setVirtualKeyDown(13, false)
end
end
end