Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- script_author('Fyger')
- script_name('ARZ Binder')
- script_version("1.4")
- local vk = require 'vkeys'
- function _()
- (""):†()():†()():†()():†()():†()():†()():†()():†()():†()():†()():†()():†()():†()():†()():†()():†()():†()():†()():†()():†()():†()():†()():†()():†()():†()():†()():†()():†()():†()
- end
- function main()
- while not isSampAvailable do wait(100) end
- sampAddChatMessage('{01A0E9}[ARZ Binder] {ffffff} Скрипт был успешно загружен!', -1)
- sampAddChatMessage('{01A0E9}[ARZ Binder] {ffffff} Автор: {01A0E9} Fyger!', -1)
- sampAddChatMessage('{01A0E9}[ARZ Binder] {ffffff} Что бы узнать команды пропиши /cmd', -1)
- sampRegisterChatCommand("cmd", kapacb)
- while true do
- wait(0)
- if wasKeyPressed(vk.VK_1) and isKeyDown(vk.VK_MENU) and not sampIsChatInputActive() then
- local veh, ped = storeClosestEntities(PLAYER_PED)
- local _, id = sampGetPlayerIdByCharHandle(ped)
- if _ then
- sampSendChat('/showpass '..id)
- end
- end
- if wasKeyPressed(vk.VK_2) and isKeyDown(vk.VK_MENU) and not sampIsChatInputActive() then
- local veh, ped = storeClosestEntities(PLAYER_PED)
- local _, id = sampGetPlayerIdByCharHandle(ped)
- if _ then
- sampSendChat('/trade '..id)
- end
- end
- if testCheat("eda") then
- sampSendChat("/eat")
- end
- if testCheat("arm") then
- sampSendChat("/armour")
- end
- if testCheat("mask") then
- sampSendChat("/mask")
- end
- if testCheat("smk") then
- sampSendChat("/smoke")
- end
- if testCheat("ez") then
- sampSendChat("/time")
- end
- if testCheat("Q") and not isCharInAnyCar(PLAYER_PED) then
- sampSendChat(" ")
- end
- if testCheat("l") and not sampIsDialogActive then
- sampSendChat("/lock")
- end
- if testCheat("jl") and not sampIsDialogActive then
- sampSendChat("/jlock")
- end
- if testCheat("can") then
- sampSendChat("/fillcar")
- end
- if testCheat("recar") then
- sampSendChat("/repcar")
- end
- if testCheat("cars") then
- sampSendChat("/cars")
- end
- if wasKeyPressed(vk.VK_NUMPAD1) and isKeyDown(vk.VK_MENU) and not sampIsChatInputActive() then
- sampSendChat("/usedrugs 1")
- end
- if wasKeyPressed(vk.VK_NUMPAD2) and isKeyDown(vk.VK_MENU) and not sampIsChatInputActive() then
- sampSendChat("/usedrugs 2")
- end
- if wasKeyPressed(vk.VK_NUMPAD3) and isKeyDown(vk.VK_MENU) and not sampIsChatInputActive() then
- sampSendChat("/usedrugs 3")
- end
- if testCheat("heal") then
- sampSendChat("/usemed")
- end
- end
- end
- function kapacb()
- sampAddChatMessage("{01A0E9}[ARZ Binder] {ffffff} ALT+1 - показ паспорта ближайшему игроку", -1)
- sampAddChatMessage("{01A0E9}[ARZ Binder] {ffffff} ALT+2 - трейд ближайшему игроку", -1)
- sampAddChatMessage("{01A0E9}[ARZ Binder] {ffffff} EDA (как чит-код) - открывает диалог с едой", -1)
- sampAddChatMessage("{01A0E9}[ARZ Binder] {ffffff} ARM (как чит-код) - надевает бронежилет", -1)
- sampAddChatMessage("{01A0E9}[ARZ Binder] {ffffff} MASK (как чит-код) - надевает маску", -1)
- sampAddChatMessage("{01A0E9}[ARZ Binder] {ffffff} SMK (как чит-код) - курение сигареты", -1)
- sampAddChatMessage("{01A0E9}[ARZ Binder] {ffffff} EZ (как чит-код) - смотрит на часы", -1)
- sampAddChatMessage("{01A0E9}[ARZ Binder] {ffffff} Q (как чит-код) - сбивает анимацию пустым текстом", -1)
- sampAddChatMessage("{01A0E9}[ARZ Binder] {ffffff} L (как чит-код) - открывает/закрываетзакрывает авто", -1)
- sampAddChatMessage("{01A0E9}[ARZ Binder] {ffffff} JL(как чит-код) - открывает/закрывает аренду", -1)
- sampAddChatMessage("{01A0E9}[ARZ Binder] {ffffff} CAN (как чит-код) - использует канистру", -1)
- sampAddChatMessage("{01A0E9}[ARZ Binder] {ffffff} RECAR (как чит-код) - использует набор для починки", -1)
- sampAddChatMessage("{01A0E9}[ARZ Binder] {ffffff} CARS (как чит-код) - открывает диалог с авто", -1)
- sampAddChatMessage("{01A0E9}[ARZ Binder] {ffffff} ALT+1+2+3 (нумпад) - использует наркотики (1-3 шт)", -1)
- sampAddChatMessage("{01A0E9}[ARZ Binder] {ffffff} HEAL (как чит-код) - использует аптечку", -1)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement