Вы находитесь на странице: 1из 47

-- - ** -- **- *-* -- --- *-* --- -*

-- Script by Y0natari for Deadxmacro.store

--USEFUL_INFO-------------------------
--RU:
-- Инструкция: https://tinyurl.com/y2qa2wrd
-- Поддерживаемые версии Windows 10: от 1803 до 1909-ой включительно.
-- Поддерживаемая чувствительность, FOV и DPI в игре: Чувствительность - 0.833, FOV
- 90, DPI - любой.
-- Для корректной работы макроса не забудьте установить бинд активации макроса.
Сделать это можно посредством замены "nil" на цифру нужной клавиши мышки.
-- Пример: local AK47 = 5
-- После изменений - сохраните скрипт(Ctrl+S)
-- Для корректной работы полуавтоматических оружий - перейдите в настройки игры, в
разлел "Controls" и установите дополнительную клавишу атаки(Primary attack) на
клавишу "Pause"(Самая правая, верхняя клавиша на клавиатурах без NUM-пада)

--EN:
-- Instruction: https://tinyurl.com/y2qa2wrd
-- Supported Windows 10 versions: 1803 - 1909 inclusive.
-- Supported sensitivity, FOV and DPI in the game: Sensitivity - 0.833, FOV - 90,
DPI - any.
-- For corrected work of the script, don't forget to set the macro activation bind.
You can do this by replacing "nil" to the number of the desired mouse button.
-- Example: local AK47 = 5
-- After changes - save the script(Ctrl+S)
-- For the correct work of semi-automatic weapons - go to the game settings, switch
to the "Controls" section and set the additional attack key ("Primary attack") to
the "Pause" key (The most right, upper key on keyboards without NUM-pad)
--------------------------------------

--GUNS--------------------------------
local AK47 = nil
local AK47_X8_SCOPE = nil
local LR300 = nil
local LR300_X8_SCOPE = nil
local MP5A4 = nil
local MP5A4_X8_SCOPE = nil
--------------------------------------

--EXTRA_PART--------------------------
function IsLeftNotPressed()
return not IsMouseButtonPressed(1)
end
function IsRightNotPressed()
return not IsMouseButtonPressed(3)
end
--------------------------------------

--MAIN_PART----------------------------
local gun = 0
local kickback = falseB
function OnEvent(event, arg)
--AK47
if (event == "MOUSE_BUTTON_PRESSED" and arg == AK47) then
kickback = not kickback
gun = arg
if (kickback == false) then
OutputLogMessage("AK47_MACRO-OFF\n")
else
OutputLogMessage("AK47_MACRO-ON\n")
EnablePrimaryMouseButtonEvents(true)
end
elseif (event == "MOUSE_BUTTON_PRESSED" and arg == AK47_X8_SCOPE) then
kickback = not kickback
gun = arg
if (kickback == false) then
OutputLogMessage("AK47_X8_SCOPE_MACRO-OFF\n")
else
OutputLogMessage("AK47_X8_SCOPE_MACRO-ON\n")
EnablePrimaryMouseButtonEvents(true)
end
--LR300
elseif (event == "MOUSE_BUTTON_PRESSED" and arg == LR300) then
kickback = not kickback
gun = arg
if (kickback == false) then
OutputLogMessage("LR300_MACRO-OFF\n")
else
OutputLogMessage("LR300_MACRO-ON\n")
EnablePrimaryMouseButtonEvents(true)
end
elseif (event == "MOUSE_BUTTON_PRESSED" and arg == LR300_X8_SCOPE) then
kickback = not kickback
gun = arg
if (kickback == false) then
OutputLogMessage("LR300_X8_SCOPE_MACRO-OFF\n")
else
OutputLogMessage("LR300_X8_SCOPE_MACRO-ON\n")
EnablePrimaryMouseButtonEvents(true)
end
--MP5A4
elseif (event == "MOUSE_BUTTON_PRESSED" and arg == MP5A4) then
kickback = not kickback
gun = arg
if (kickback == false) then
OutputLogMessage("MP5A4_MACRO-OFF\n")
else
OutputLogMessage("MP5A4_MACRO-ON\n")
EnablePrimaryMouseButtonEvents(true)
end
elseif (event == "MOUSE_BUTTON_PRESSED" and arg == MP5A4_X8_SCOPE) then
kickback = not kickback
gun = arg
if (kickback == false) then
OutputLogMessage("MP5A4_X8_SCOPE_MACRO-OFF\n")
else
OutputLogMessage("MP5A4_X8_SCOPE_MACRO-ON\n")
EnablePrimaryMouseButtonEvents(true)
end
end
---------------------------------------
--Recoil_Tables------------------------
if gun == AK47 then
if kickback then
if (IsRightNotPressed()) then return end
if (IsLeftNotPressed()) then return end
Sleep(11)
MoveMouseRelative(-2, 3)
Sleep(11)
MoveMouseRelative(-2, 3)
Sleep(11)
MoveMouseRelative(-4, 5)
Sleep(11)
MoveMouseRelative(-1, 2)
Sleep(11)
MoveMouseRelative(-2, 3)
Sleep(11)
MoveMouseRelative(-4, 5)
Sleep(11)
MoveMouseRelative(-1, 2)
Sleep(11)
MoveMouseRelative(-2, 3)
Sleep(12)
MoveMouseRelative(-2, 2)
Sleep(12)
MoveMouseRelative(-1, 2)
Sleep(23)
if (IsRightNotPressed()) then return end
if (IsLeftNotPressed()) then return end
MoveMouseRelative(0, 3)
Sleep(12)
MoveMouseRelative(1, 3)
Sleep(12)
MoveMouseRelative(0, 6)
Sleep(12)
MoveMouseRelative(1, 3)
Sleep(12)
MoveMouseRelative(0, 5)
Sleep(13)
MoveMouseRelative(1, 3)
Sleep(13)
MoveMouseRelative(0, 4)
Sleep(54)
if (IsRightNotPressed()) then return end
if (IsLeftNotPressed()) then return end
MoveMouseRelative(-5, 4)
Sleep(13)
MoveMouseRelative(-3, 2)
Sleep(14)
MoveMouseRelative(-5, 4)
Sleep(14)
MoveMouseRelative(-3, 2)
Sleep(14)
MoveMouseRelative(-5, 4)
Sleep(14)
MoveMouseRelative(-3, 2)
Sleep(14)
MoveMouseRelative(-5, 4)
Sleep(14)
MoveMouseRelative(-2, 1)
Sleep(14)
MoveMouseRelative(-2, 2)
Sleep(16)
if (IsRightNotPressed()) then return end
if (IsLeftNotPressed()) then return end
MoveMouseRelative(-2, 2)
Sleep(15)
MoveMouseRelative(-5, 4)
Sleep(15)
MoveMouseRelative(-3, 3)
Sleep(15)
MoveMouseRelative(-5, 4)
Sleep(15)
MoveMouseRelative(-3, 3)
Sleep(15)
MoveMouseRelative(-5, 4)
Sleep(16)
MoveMouseRelative(-2, 2)
Sleep(27)
if (IsRightNotPressed()) then return end
if (IsLeftNotPressed()) then return end
MoveMouseRelative(0, 4)
Sleep(12)
MoveMouseRelative(0, 4)
Sleep(12)
MoveMouseRelative(0, 4)
Sleep(12)
MoveMouseRelative(0, 4)
Sleep(13)
MoveMouseRelative(0, 4)
Sleep(79)
if (IsRightNotPressed()) then return end
if (IsLeftNotPressed()) then return end
MoveMouseRelative(3, 5)
Sleep(12)
MoveMouseRelative(2, 3)
Sleep(12)
MoveMouseRelative(1, 3)
Sleep(12)
MoveMouseRelative(1, 1)
Sleep(13)
MoveMouseRelative(3, 5)
Sleep(81)
if (IsRightNotPressed()) then return end
if (IsLeftNotPressed()) then return end
MoveMouseRelative(5, 4)
Sleep(14)
MoveMouseRelative(2, 2)
Sleep(15-2)
MoveMouseRelative(5, 4)
Sleep(14)
MoveMouseRelative(1, 0)
Sleep(15)
MoveMouseRelative(5, 4)
Sleep(67)
if (IsRightNotPressed()) then return end
if (IsLeftNotPressed()) then return end
MoveMouseRelative(3, 2)
Sleep(9)
MoveMouseRelative(3, 1)
Sleep(9)
MoveMouseRelative(3, 2)
Sleep(10)
MoveMouseRelative(3, 1)
Sleep(10)
MoveMouseRelative(3, 2)
Sleep(10)
MoveMouseRelative(3, 1)
Sleep(10)
MoveMouseRelative(3, 2)
Sleep(10)
MoveMouseRelative(1, 0)
Sleep(61)
if (IsRightNotPressed()) then return end
if (IsLeftNotPressed()) then return end
MoveMouseRelative(3, 1)
Sleep(14)
MoveMouseRelative(5, 2)
Sleep(14)
MoveMouseRelative(3, 1)
Sleep(14)
MoveMouseRelative(5, 2)
Sleep(14)
MoveMouseRelative(5, 2)
Sleep(14)
MoveMouseRelative(3, 1)
Sleep(58)
if (IsRightNotPressed()) then return end
if (IsLeftNotPressed()) then return end
MoveMouseRelative(5, 1)
Sleep(12)
MoveMouseRelative(3, 1)
Sleep(12)
MoveMouseRelative(5, 1)
Sleep(11)
MoveMouseRelative(3, 1)
Sleep(11)
MoveMouseRelative(5, 1)
Sleep(11)
MoveMouseRelative(3, 1)
Sleep(11)
MoveMouseRelative(1, 0)
Sleep(58)
if (IsRightNotPressed()) then return end
if (IsLeftNotPressed()) then return end
MoveMouseRelative(3, 1)
Sleep(11)
MoveMouseRelative(5, 1)
Sleep(10)
MoveMouseRelative(3, 1)
Sleep(10)
MoveMouseRelative(5, 1)
Sleep(10)
MoveMouseRelative(3, 1)
Sleep(10)
MoveMouseRelative(1, 0)
Sleep(10)
MoveMouseRelative(3, 1)
Sleep(68)
if (IsRightNotPressed()) then return end
if (IsLeftNotPressed()) then return end
MoveMouseRelative(3, 2)
Sleep(13)
MoveMouseRelative(1, 0)
Sleep(13)
MoveMouseRelative(4, 3)
Sleep(13)
MoveMouseRelative(5, 3)
Sleep(13)
MoveMouseRelative(5, 3)
Sleep(76)
if (IsRightNotPressed()) then return end
if (IsLeftNotPressed()) then return end
MoveMouseRelative(2, 3)
Sleep(11)
MoveMouseRelative(2, 3)
Sleep(11)
MoveMouseRelative(2, 3)
Sleep(11)
MoveMouseRelative(2, 3)
Sleep(11)
MoveMouseRelative(2, 3)
Sleep(81)
if (IsRightNotPressed()) then return end
if (IsLeftNotPressed()) then return end
MoveMouseRelative(0, 3)
Sleep(9)
MoveMouseRelative(0, 3)
Sleep(9)
MoveMouseRelative(1, 5)
Sleep(9)
MoveMouseRelative(0, 3)
Sleep(9)
MoveMouseRelative(0, 3)
Sleep(9)
MoveMouseRelative(0, 1)
Sleep(88)
if (IsRightNotPressed()) then return end
if (IsLeftNotPressed()) then return end
MoveMouseRelative(-2, 5)
Sleep(13)
MoveMouseRelative(-2, 3)
Sleep(13)
MoveMouseRelative(-1, 3)
Sleep(14)
MoveMouseRelative(-2, 3)
Sleep(14)
MoveMouseRelative(-2, 5)
Sleep(83)
if (IsRightNotPressed()) then return end
if (IsLeftNotPressed()) then return end
MoveMouseRelative(-4, 5)
Sleep(21)
MoveMouseRelative(-4, 5)
Sleep(21)
MoveMouseRelative(-4, 5)
Sleep(21)
MoveMouseRelative(-4, 5)
Sleep(60)
if (IsRightNotPressed()) then return end
if (IsLeftNotPressed()) then return end
MoveMouseRelative(-2, 2)
Sleep(13)
MoveMouseRelative(-3, 2)
Sleep(13)
MoveMouseRelative(-5, 5)
Sleep(13)
MoveMouseRelative(-3, 2)
Sleep(13)
MoveMouseRelative(-4, 4)
Sleep(13)
MoveMouseRelative(-3, 2)
Sleep(13)
MoveMouseRelative(-2, 2)
Sleep(45)
if (IsRightNotPressed()) then return end
if (IsLeftNotPressed()) then return end
MoveMouseRelative(-3, 2)
Sleep(10)
MoveMouseRelative(-3, 2)
Sleep(10)
MoveMouseRelative(-3, 2)
Sleep(10)
MoveMouseRelative(-3, 2)
Sleep(11)
MoveMouseRelative(-3, 2)
Sleep(11)
MoveMouseRelative(-1, 0)
Sleep(11)
MoveMouseRelative(-5, 4)
Sleep(11)
MoveMouseRelative(-1, 0)
Sleep(11)
MoveMouseRelative(-4, 3)
Sleep(41)
if (IsRightNotPressed()) then return end
if (IsLeftNotPressed()) then return end
MoveMouseRelative(-1, 1)
Sleep(10)
MoveMouseRelative(-3, 1)
Sleep(10)
MoveMouseRelative(-3, 2)
Sleep(10)
MoveMouseRelative(-5, 2)
Sleep(11)
MoveMouseRelative(-3, 2)
Sleep(11)
MoveMouseRelative(-5, 2)
Sleep(11)
MoveMouseRelative(-3, 2)
Sleep(11)
MoveMouseRelative(-3, 1)
Sleep(11)
MoveMouseRelative(-1, 1)
Sleep(42)
if (IsRightNotPressed()) then return end
if (IsLeftNotPressed()) then return end
MoveMouseRelative(-6, 2)
Sleep(13)
MoveMouseRelative(-2, 1)
Sleep(13)
MoveMouseRelative(-6, 2)
Sleep(13)
MoveMouseRelative(-2, 1)
Sleep(13)
MoveMouseRelative(-6, 2)
Sleep(13)
MoveMouseRelative(-2, 1)
Sleep(13)
MoveMouseRelative(-3, 1)
Sleep(51)
if (IsRightNotPressed()) then return end
if (IsLeftNotPressed()) then return end
MoveMouseRelative(-5, 1)
Sleep(16)
MoveMouseRelative(-5, 1)
Sleep(16)
MoveMouseRelative(-5, 1)
Sleep(16)
MoveMouseRelative(-5, 1)
Sleep(16)
MoveMouseRelative(-5, 1)
Sleep(59)
if (IsRightNotPressed()) then return end
if (IsLeftNotPressed()) then return end
MoveMouseRelative(-2, 0)
Sleep(9)
MoveMouseRelative(-3, 1)
Sleep(9)
MoveMouseRelative(-4, 0)
Sleep(9)
MoveMouseRelative(-3, 1)
Sleep(9)
MoveMouseRelative(-4, 0)
Sleep(9)
MoveMouseRelative(-3, 1)
Sleep(9)
MoveMouseRelative(-2, 0)
Sleep(73)
if (IsRightNotPressed()) then return end
if (IsLeftNotPressed()) then return end
MoveMouseRelative(-3, 2)
Sleep(10)
MoveMouseRelative(-3, 1)
Sleep(10)
MoveMouseRelative(-3, 2)
Sleep(11)
MoveMouseRelative(-3, 1)
Sleep(11)
MoveMouseRelative(-3, 2)
Sleep(87)
if (IsRightNotPressed()) then return end
if (IsLeftNotPressed()) then return end
MoveMouseRelative(-2, 3)
Sleep(11)
MoveMouseRelative(-1, 3)
Sleep(11)
MoveMouseRelative(-1, 1)
Sleep(10)
MoveMouseRelative(-3, 5)
Sleep(97)
if (IsRightNotPressed()) then return end
if (IsLeftNotPressed()) then return end
MoveMouseRelative(1, 3)
Sleep(10)
MoveMouseRelative(2, 4)
Sleep(10)
MoveMouseRelative(2, 3)
Sleep(11)
MoveMouseRelative(1, 3)
Sleep(11)
MoveMouseRelative(1, 2)
Sleep(91)
if (IsRightNotPressed()) then return end
if (IsLeftNotPressed()) then return end
MoveMouseRelative(4, 3)
Sleep(14)
MoveMouseRelative(2, 2)
Sleep(14)
MoveMouseRelative(3, 2)
Sleep(14)
MoveMouseRelative(3, 3)
Sleep(15)
MoveMouseRelative(3, 2)
Sleep(15)
MoveMouseRelative(6, 5)
Sleep(52)
if (IsRightNotPressed()) then return end
if (IsLeftNotPressed()) then return end
MoveMouseRelative(3, 2)
Sleep(10)
MoveMouseRelative(1, 0)
Sleep(10)
MoveMouseRelative(4, 3)
Sleep(10)
MoveMouseRelative(3, 1)
Sleep(10)
MoveMouseRelative(4, 3)
Sleep(10)
MoveMouseRelative(1, 0)
Sleep(10)
MoveMouseRelative(4, 3)
Sleep(10)
MoveMouseRelative(1, 0)
Sleep(11)
MoveMouseRelative(3, 2)
Sleep(11)
MoveMouseRelative(5, 3)
Sleep(34)
if (IsRightNotPressed()) then return end
if (IsLeftNotPressed()) then return end
MoveMouseRelative(3, 2)
Sleep(13)
MoveMouseRelative(5, 2)
Sleep(13)
MoveMouseRelative(4, 2)
Sleep(13)
MoveMouseRelative(3, 2)
Sleep(13)
MoveMouseRelative(5, 2)
Sleep(13)
MoveMouseRelative(3, 2)
Sleep(13)
MoveMouseRelative(5, 2)
Sleep(13)
MoveMouseRelative(1, 1)
Sleep(36)
if (IsRightNotPressed()) then return end
if (IsLeftNotPressed()) then return end
MoveMouseRelative(6, 3)
Sleep(13)
MoveMouseRelative(4, 3)
Sleep(14)
MoveMouseRelative(5, 2)
Sleep(14)
MoveMouseRelative(4, 3)
Sleep(14)
MoveMouseRelative(1, 0)
Sleep(14)
MoveMouseRelative(3, 2)
Sleep(44)
MoveMouseRelative(0, 0)
end
elseif gun == AK47_X8_SCOPE then
if kickback then
if (IsRightNotPressed()) then return end
if (IsLeftNotPressed()) then return end
Sleep(11)
MoveMouseRelative(-7,11)
Sleep(11)
MoveMouseRelative(-8,12)
Sleep(11)
MoveMouseRelative(-15,19)
Sleep(11)
MoveMouseRelative(-4,8)
Sleep(11)
MoveMouseRelative(-8,11)
Sleep(11)
MoveMouseRelative(-15,20)
Sleep(11)
MoveMouseRelative(-4,7)
Sleep(11)
MoveMouseRelative(-8,12)
Sleep(12)
MoveMouseRelative(-8,8)
Sleep(12)
MoveMouseRelative(-4,7)
Sleep(23)
if (IsRightNotPressed()) then return end
if (IsLeftNotPressed()) then return end
MoveMouseRelative(0,12)
Sleep(12)
MoveMouseRelative(3,12)
Sleep(12)
MoveMouseRelative(0,23)
Sleep(12)
MoveMouseRelative(4,11)
Sleep(12)
MoveMouseRelative(0,20)
Sleep(13)
MoveMouseRelative(4,11)
Sleep(13)
MoveMouseRelative(0,16)
Sleep(54)
if (IsRightNotPressed()) then return end
if (IsLeftNotPressed()) then return end
MoveMouseRelative(-18,15)
Sleep(13)
MoveMouseRelative(-12,8)
Sleep(14)
MoveMouseRelative(-19,15)
Sleep(14)
MoveMouseRelative(-12,8)
Sleep(14)
MoveMouseRelative(-19,16)
Sleep(14)
MoveMouseRelative(-12,7)
Sleep(14)
MoveMouseRelative(-19,16)
Sleep(14)
MoveMouseRelative(-8,4)
Sleep(14)
MoveMouseRelative(-8,7)
Sleep(16)
if (IsRightNotPressed()) then return end
if (IsLeftNotPressed()) then return end
MoveMouseRelative(-7,8)
Sleep(15)
MoveMouseRelative(-20,15)
Sleep(15)
MoveMouseRelative(-11,12)
Sleep(15)
MoveMouseRelative(-19,16)
Sleep(15)
MoveMouseRelative(-12,11)
Sleep(15)
MoveMouseRelative(-19,16)
Sleep(16)
MoveMouseRelative(-8,7)
Sleep(27)
if (IsRightNotPressed()) then return end
if (IsLeftNotPressed()) then return end
MoveMouseRelative(0,16)
Sleep(12)
MoveMouseRelative(0,15)
Sleep(12)
MoveMouseRelative(0,16)
Sleep(12)
MoveMouseRelative(0,15)
Sleep(13)
MoveMouseRelative(0,16)
Sleep(79)
if (IsRightNotPressed()) then return end
if (IsLeftNotPressed()) then return end
MoveMouseRelative(10,19)
Sleep(12)
MoveMouseRelative(8,11)
Sleep(12)
MoveMouseRelative(4,12)
Sleep(12)
MoveMouseRelative(4,4)
Sleep(13)
MoveMouseRelative(12,19)
Sleep(81)
if (IsRightNotPressed()) then return end
if (IsLeftNotPressed()) then return end
MoveMouseRelative(19,16)
Sleep(14)
MoveMouseRelative(8,7)
Sleep(15)
MoveMouseRelative(19,16)
Sleep(14)
MoveMouseRelative(4,0)
Sleep(15)
MoveMouseRelative(19,15)
Sleep(67)
if (IsRightNotPressed()) then return end
if (IsLeftNotPressed()) then return end
MoveMouseRelative(12,8)
Sleep(9)
MoveMouseRelative(11,4)
Sleep(9)
MoveMouseRelative(12,8)
Sleep(10)
MoveMouseRelative(11,4)
Sleep(10)
MoveMouseRelative(12,7)
Sleep(10)
MoveMouseRelative(12,4)
Sleep(10)
MoveMouseRelative(11,8)
Sleep(10)
MoveMouseRelative(4,0)
Sleep(61)
if (IsRightNotPressed()) then return end
if (IsLeftNotPressed()) then return end
MoveMouseRelative(12,4)
Sleep(14)
MoveMouseRelative(19,7)
Sleep(14)
MoveMouseRelative(12,4)
Sleep(14)
MoveMouseRelative(19,8)
Sleep(14)
MoveMouseRelative(19,8)
Sleep(14)
MoveMouseRelative(12,4)
Sleep(58)
if (IsRightNotPressed()) then return end
if (IsLeftNotPressed()) then return end
MoveMouseRelative(19,3)
Sleep(12)
MoveMouseRelative(12,4)
Sleep(12)
MoveMouseRelative(19,4)
Sleep(11)
MoveMouseRelative(12,4)
Sleep(11)
MoveMouseRelative(19,4)
Sleep(11)
MoveMouseRelative(11,4)
Sleep(11)
MoveMouseRelative(4,0)
Sleep(58)
if (IsRightNotPressed()) then return end
if (IsLeftNotPressed()) then return end
MoveMouseRelative(12,4)
Sleep(11)
MoveMouseRelative(19,4)
Sleep(10)
MoveMouseRelative(12,3)
Sleep(10)
MoveMouseRelative(19,4)
Sleep(10)
MoveMouseRelative(12,4)
Sleep(10)
MoveMouseRelative(4,0)
Sleep(10)
MoveMouseRelative(11,4)
Sleep(68)
if (IsRightNotPressed()) then return end
if (IsLeftNotPressed()) then return end
MoveMouseRelative(12,8)
Sleep(13)
MoveMouseRelative(4,0)
Sleep(13)
MoveMouseRelative(15,11)
Sleep(13)
MoveMouseRelative(19,12)
Sleep(13)
MoveMouseRelative(20,11)
Sleep(76)
if (IsRightNotPressed()) then return end
if (IsLeftNotPressed()) then return end
MoveMouseRelative(7,12)
Sleep(11)
MoveMouseRelative(8,12)
Sleep(11)
MoveMouseRelative(8,11)
Sleep(11)
MoveMouseRelative(8,12)
Sleep(11)
MoveMouseRelative(7,11)
Sleep(81)
if (IsRightNotPressed()) then return end
if (IsLeftNotPressed()) then return end
MoveMouseRelative(0,12)
Sleep(9)
MoveMouseRelative(0,12)
Sleep(9)
MoveMouseRelative(4,19)
Sleep(9)
MoveMouseRelative(0,12)
Sleep(9)
MoveMouseRelative(0,11)
Sleep(9)
MoveMouseRelative(0,4)
Sleep(88)
if (IsRightNotPressed()) then return end
if (IsLeftNotPressed()) then return end
MoveMouseRelative(-6,19)
Sleep(13)
MoveMouseRelative(-8,12)
Sleep(13)
MoveMouseRelative(-4,11)
Sleep(14)
MoveMouseRelative(-8,12)
Sleep(14)
MoveMouseRelative(-8,19)
Sleep(83)
if (IsRightNotPressed()) then return end
if (IsLeftNotPressed()) then return end
MoveMouseRelative(-15,20)
Sleep(21)
MoveMouseRelative(-15,19)
Sleep(21)
MoveMouseRelative(-16,19)
Sleep(21)
MoveMouseRelative(-15,20)
Sleep(60)
if (IsRightNotPressed()) then return end
if (IsLeftNotPressed()) then return end
MoveMouseRelative(-8,7)
Sleep(13)
MoveMouseRelative(-12,8)
Sleep(13)
MoveMouseRelative(-19,19)
Sleep(13)
MoveMouseRelative(-12,8)
Sleep(13)
MoveMouseRelative(-15,16)
Sleep(13)
MoveMouseRelative(-12,7)
Sleep(13)
MoveMouseRelative(-7,8)
Sleep(45)
if (IsRightNotPressed()) then return end
if (IsLeftNotPressed()) then return end
MoveMouseRelative(-12,8)
Sleep(10)
MoveMouseRelative(-12,8)
Sleep(10)
MoveMouseRelative(-11,7)
Sleep(10)
MoveMouseRelative(-12,8)
Sleep(11)
MoveMouseRelative(-11,8)
Sleep(11)
MoveMouseRelative(-4,0)
Sleep(11)
MoveMouseRelative(-19,15)
Sleep(11)
MoveMouseRelative(-4,0)
Sleep(11)
MoveMouseRelative(-16,12)
Sleep(41)
if (IsRightNotPressed()) then return end
if (IsLeftNotPressed()) then return end
MoveMouseRelative(-4,4)
Sleep(10)
MoveMouseRelative(-11,3)
Sleep(10)
MoveMouseRelative(-12,8)
Sleep(10)
MoveMouseRelative(-19,8)
Sleep(11)
MoveMouseRelative(-12,8)
Sleep(11)
MoveMouseRelative(-19,7)
Sleep(11)
MoveMouseRelative(-12,8)
Sleep(11)
MoveMouseRelative(-11,4)
Sleep(11)
MoveMouseRelative(-4,4)
Sleep(42)
if (IsRightNotPressed()) then return end
if (IsLeftNotPressed()) then return end
MoveMouseRelative(-23,8)
Sleep(13)
MoveMouseRelative(-8,3)
Sleep(13)
MoveMouseRelative(-23,8)
Sleep(13)
MoveMouseRelative(-8,4)
Sleep(13)
MoveMouseRelative(-23,8)
Sleep(13)
MoveMouseRelative(-8,4)
Sleep(13)
MoveMouseRelative(-11,3)
Sleep(51)
if (IsRightNotPressed()) then return end
if (IsLeftNotPressed()) then return end
MoveMouseRelative(-20,4)
Sleep(16)
MoveMouseRelative(-19,4)
Sleep(16)
MoveMouseRelative(-19,4)
Sleep(16)
MoveMouseRelative(-20,4)
Sleep(16)
MoveMouseRelative(-19,4)
Sleep(59)
if (IsRightNotPressed()) then return end
if (IsLeftNotPressed()) then return end
MoveMouseRelative(-8,0)
Sleep(9)
MoveMouseRelative(-11,4)
Sleep(9)
MoveMouseRelative(-16,0)
Sleep(9)
MoveMouseRelative(-11,4)
Sleep(9)
MoveMouseRelative(-16,0)
Sleep(9)
MoveMouseRelative(-11,3)
Sleep(9)
MoveMouseRelative(-8,0)
Sleep(73)
if (IsRightNotPressed()) then return end
if (IsLeftNotPressed()) then return end
MoveMouseRelative(-12,8)
Sleep(10)
MoveMouseRelative(-11,4)
Sleep(10)
MoveMouseRelative(-12,8)
Sleep(11)
MoveMouseRelative(-11,4)
Sleep(11)
MoveMouseRelative(-12,7)
Sleep(87)
if (IsRightNotPressed()) then return end
if (IsLeftNotPressed()) then return end
MoveMouseRelative(-8,12)
Sleep(11)
MoveMouseRelative(-4,11)
Sleep(11)
MoveMouseRelative(-4,4)
Sleep(10)
MoveMouseRelative(-11,20)
Sleep(97)
if (IsRightNotPressed()) then return end
if (IsLeftNotPressed()) then return end
MoveMouseRelative(3,11)
Sleep(10)
MoveMouseRelative(7,16)
Sleep(10)
MoveMouseRelative(8,11)
Sleep(11)
MoveMouseRelative(4,12)
Sleep(11)
MoveMouseRelative(4,8)
Sleep(91)
if (IsRightNotPressed()) then return end
if (IsLeftNotPressed()) then return end
MoveMouseRelative(15,11)
Sleep(14)
MoveMouseRelative(8,8)
Sleep(14)
MoveMouseRelative(12,8)
Sleep(14)
MoveMouseRelative(11,11)
Sleep(15)
MoveMouseRelative(12,8)
Sleep(15)
MoveMouseRelative(23,19)
Sleep(52)
if (IsRightNotPressed()) then return end
if (IsLeftNotPressed()) then return end
MoveMouseRelative(12,8)
Sleep(10)
MoveMouseRelative(4,0)
Sleep(10)
MoveMouseRelative(15,12)
Sleep(10)
MoveMouseRelative(12,3)
Sleep(10)
MoveMouseRelative(15,12)
Sleep(10)
MoveMouseRelative(4,0)
Sleep(10)
MoveMouseRelative(15,12)
Sleep(10)
MoveMouseRelative(4,0)
Sleep(11)
MoveMouseRelative(12,7)
Sleep(11)
MoveMouseRelative(19,12)
Sleep(34)
if (IsRightNotPressed()) then return end
if (IsLeftNotPressed()) then return end
MoveMouseRelative(12,8)
Sleep(13)
MoveMouseRelative(19,7)
Sleep(13)
MoveMouseRelative(15,8)
Sleep(13)
MoveMouseRelative(12,8)
Sleep(13)
MoveMouseRelative(19,8)
Sleep(13)
MoveMouseRelative(12,7)
Sleep(13)
MoveMouseRelative(19,8)
Sleep(13)
MoveMouseRelative(4,4)
Sleep(36)
if (IsRightNotPressed()) then return end
if (IsLeftNotPressed()) then return end
MoveMouseRelative(23,12)
Sleep(13)
MoveMouseRelative(16,11)
Sleep(14)
MoveMouseRelative(19,8)
Sleep(14)
MoveMouseRelative(16,11)
Sleep(14)
MoveMouseRelative(3,0)
Sleep(14)
MoveMouseRelative(12,8)
Sleep(44)
MoveMouseRelative(0,0)
end
elseif gun == LR300 then
if kickback then
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(9)
MoveMouseRelative(0, 3)
Sleep(9)
MoveMouseRelative(0, 3)
Sleep(9)
MoveMouseRelative(-1, 2)
Sleep(9)
MoveMouseRelative(0, 3)
Sleep(9)
MoveMouseRelative(0, 5)
Sleep(70)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(9)
MoveMouseRelative(-1, 3)
Sleep(9)
MoveMouseRelative(-1, 3)
Sleep(9)
MoveMouseRelative(0, 2)
Sleep(10)
MoveMouseRelative(-1, 3)
Sleep(10)
MoveMouseRelative(-1, 3)
Sleep(10)
MoveMouseRelative(0, 1)
Sleep(57)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(7)
MoveMouseRelative(-1, 2)
Sleep(7)
MoveMouseRelative(0, 2)
Sleep(6)
MoveMouseRelative(-1, 2)
Sleep(6)
MoveMouseRelative(0, 2)
Sleep(6)
MoveMouseRelative(-1, 2)
Sleep(6)
MoveMouseRelative(0, 1)
Sleep(6)
MoveMouseRelative(-1, 2)
Sleep(6)
MoveMouseRelative(0, 2)
Sleep(6)
MoveMouseRelative(-1, 2)
Sleep(6)
MoveMouseRelative(0, 1)
Sleep(6)
MoveMouseRelative(-1, 3)
Sleep(51)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(8)
MoveMouseRelative(-1, 3)
Sleep(9)
MoveMouseRelative(-2, 3)
Sleep(9)
MoveMouseRelative(-1, 3)
Sleep(9)
MoveMouseRelative(-2, 3)
Sleep(9)
MoveMouseRelative(-1, 3)
Sleep(9)
MoveMouseRelative(-2, 3)
Sleep(9)
MoveMouseRelative(0, 1)
Sleep(51)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(9)
MoveMouseRelative(-2, 3)
Sleep(9)
MoveMouseRelative(-1, 2)
Sleep(9)
MoveMouseRelative(-2, 3)
Sleep(9)
MoveMouseRelative(-1, 2)
Sleep(9)
MoveMouseRelative(-2, 3)
Sleep(9)
MoveMouseRelative(-1, 2)
Sleep(60)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(11)
MoveMouseRelative(-2, 3)
Sleep(11)
MoveMouseRelative(-2, 3)
Sleep(12)
MoveMouseRelative(-2, 3)
Sleep(12)
MoveMouseRelative(-2, 3)
Sleep(70)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(10)
MoveMouseRelative(-2, 3)
Sleep(9)
MoveMouseRelative(-1, 3)
Sleep(9)
MoveMouseRelative(-2, 3)
Sleep(9)
MoveMouseRelative(-1, 2)
Sleep(79)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(9)
MoveMouseRelative(0, 3)
Sleep(9)
MoveMouseRelative(-1, 3)
Sleep(10)
MoveMouseRelative(0, 3)
Sleep(89)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(9)
MoveMouseRelative(2, 3)
Sleep(9)
MoveMouseRelative(2, 3)
Sleep(10)
MoveMouseRelative(1, 2)
Sleep(89)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(10)
MoveMouseRelative(3, 2)
Sleep(9)
MoveMouseRelative(0, 1)
Sleep(9)
MoveMouseRelative(4, 3)
Sleep(9)
MoveMouseRelative(2, 1)
Sleep(79)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(8)
MoveMouseRelative(3, 1)
Sleep(8)
MoveMouseRelative(2, 1)
Sleep(8)
MoveMouseRelative(3, 1)
Sleep(8)
MoveMouseRelative(2, 1)
Sleep(9)
MoveMouseRelative(2, 1)
Sleep(76)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(8)
MoveMouseRelative(3, 1)
Sleep(8)
MoveMouseRelative(3, 1)
Sleep(9)
MoveMouseRelative(3, 1)
Sleep(9)
MoveMouseRelative(2, 1)
Sleep(82)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(2)
MoveMouseRelative(2, 1)
Sleep(2)
MoveMouseRelative(2, 1)
Sleep(3)
MoveMouseRelative(2, 1)
Sleep(97)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(4)
MoveMouseRelative(0, 1)
Sleep(4)
MoveMouseRelative(0, 2)
Sleep(110)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(4)
MoveMouseRelative(-1, 1)
Sleep(4)
MoveMouseRelative(-1, 1)
Sleep(3)
MoveMouseRelative(-1, 1)
Sleep(106)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(9)
MoveMouseRelative(-3, 1)
Sleep(9)
MoveMouseRelative(-3, 1)
Sleep(100)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(8)
MoveMouseRelative(-3, 1)
Sleep(7)
MoveMouseRelative(-1, 0)
Sleep(7)
MoveMouseRelative(-3, 1)
Sleep(95)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(7)
MoveMouseRelative(-3, 1)
Sleep(6)
MoveMouseRelative(-1, 0)
Sleep(6)
MoveMouseRelative(-3, 1)
Sleep(6)
MoveMouseRelative(-1, 0)
Sleep(91)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(6)
MoveMouseRelative(-1, 0)
Sleep(5)
MoveMouseRelative(-3, 1)
Sleep(5)
MoveMouseRelative(-1, 0)
Sleep(5)
MoveMouseRelative(-3, 1)
Sleep(5)
MoveMouseRelative(-1, 0)
Sleep(89)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(6)
MoveMouseRelative(-1, 0)
Sleep(5)
MoveMouseRelative(-3, 1)
Sleep(5)
MoveMouseRelative(-1, 0)
Sleep(5)
MoveMouseRelative(-3, 1)
Sleep(5)
MoveMouseRelative(-1, 0)
Sleep(89)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(5)
MoveMouseRelative(-1, 0)
Sleep(5)
MoveMouseRelative(-3, 1)
Sleep(5)
MoveMouseRelative(-1, 0)
Sleep(5)
MoveMouseRelative(-3, 1)
Sleep(5)
MoveMouseRelative(-1, 0)
Sleep(90)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(6)
MoveMouseRelative(-3, 1)
Sleep(6)
MoveMouseRelative(-1, 0)
Sleep(6)
MoveMouseRelative(-3, 1)
Sleep(6)
MoveMouseRelative(-1, 0)
Sleep(93)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(5)
MoveMouseRelative(-1, 0)
Sleep(5)
MoveMouseRelative(-3, 1)
Sleep(4)
MoveMouseRelative(-1, 0)
Sleep(4)
MoveMouseRelative(-1, 0)
Sleep(98)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(4)
MoveMouseRelative(-1, 0)
Sleep(4)
MoveMouseRelative(-3, 1)
Sleep(5)
MoveMouseRelative(-1, 0)
Sleep(104)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(4)
MoveMouseRelative(-1, 1)
Sleep(3)
MoveMouseRelative(-1, 1)
Sleep(111)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(5)
MoveMouseRelative(3, 1)
Sleep(6)
MoveMouseRelative(1, 0)
Sleep(6)
MoveMouseRelative(3, 1)
Sleep(6)
MoveMouseRelative(1, 0)
Sleep(93)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(9)
MoveMouseRelative(3, 0)
Sleep(9)
MoveMouseRelative(3, 1)
Sleep(9)
MoveMouseRelative(3, 0)
Sleep(9)
MoveMouseRelative(3, 0)
Sleep(10)
MoveMouseRelative(3, 1)
Sleep(10)
MoveMouseRelative(3, 0)
Sleep(58)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(11)
MoveMouseRelative(4, 0)
Sleep(11)
MoveMouseRelative(3, 1)
Sleep(11)
MoveMouseRelative(3, 0)
Sleep(11)
MoveMouseRelative(4, 0)
Sleep(11)
MoveMouseRelative(3, 1)
Sleep(12)
MoveMouseRelative(4, 0)
Sleep(47)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(10)
MoveMouseRelative(3, 0)
Sleep(9)
MoveMouseRelative(3, 1)
Sleep(9)
MoveMouseRelative(3, 0)
Sleep(9)
MoveMouseRelative(3, 0)
Sleep(9)
MoveMouseRelative(3, 1)
Sleep(9)
MoveMouseRelative(3, 0)
Sleep(59)
end
elseif gun == LR300_X8_SCOPE then
if kickback then
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(9)
MoveMouseRelative(0,11)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(9)
MoveMouseRelative(0,12)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(9)
MoveMouseRelative(-3,7)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(9)
MoveMouseRelative(0,12)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(9)
MoveMouseRelative(0,19)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(70)
Sleep(9)
MoveMouseRelative(-4,12)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(9)
MoveMouseRelative(-4,11)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(9)
MoveMouseRelative(0,8)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(10)
MoveMouseRelative(-4,12)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(10)
MoveMouseRelative(-4,11)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(10)
MoveMouseRelative(0,4)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(57)
Sleep(7)
MoveMouseRelative(-4,8)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(7)
MoveMouseRelative(0,8)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(6)
MoveMouseRelative(-4,7)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(6)
MoveMouseRelative(0,8)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(6)
MoveMouseRelative(-3,8)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(6)
MoveMouseRelative(0,4)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(6)
MoveMouseRelative(-4,7)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(6)
MoveMouseRelative(0,8)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(6)
MoveMouseRelative(-4,8)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(6)
MoveMouseRelative(0,4)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(6)
MoveMouseRelative(-4,11)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(51)
Sleep(8)
MoveMouseRelative(-4,12)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(9)
MoveMouseRelative(-8,12)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(9)
MoveMouseRelative(-3,11)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(9)
MoveMouseRelative(-8,12)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(9)
MoveMouseRelative(-4,11)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(9)
MoveMouseRelative(-8,12)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(9)
MoveMouseRelative(0,4)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(51)
Sleep(9)
MoveMouseRelative(-7,11)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(9)
MoveMouseRelative(-4,8)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(9)
MoveMouseRelative(-8,12)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(9)
MoveMouseRelative(-4,7)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(9)
MoveMouseRelative(-8,12)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(9)
MoveMouseRelative(-4,8)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(60)
Sleep(11)
MoveMouseRelative(-7,11)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(11)
MoveMouseRelative(-8,12)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(12)
MoveMouseRelative(-8,12)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(12)
MoveMouseRelative(-7,11)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(70)
Sleep(10)
MoveMouseRelative(-8,12)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(9)
MoveMouseRelative(-4,11)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(9)
MoveMouseRelative(-8,12)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(9)
MoveMouseRelative(-4,8)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(79)
Sleep(9)
MoveMouseRelative(0,11)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(9)
MoveMouseRelative(-3,12)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(10)
MoveMouseRelative(0,11)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(89)
Sleep(9)
MoveMouseRelative(6,12)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(9)
MoveMouseRelative(8,12)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(10)
MoveMouseRelative(4,7)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(89)
Sleep(10)
MoveMouseRelative(11,8)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(9)
MoveMouseRelative(0,4)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(9)
MoveMouseRelative(16,11)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(9)
MoveMouseRelative(8,4)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(79)
Sleep(8)
MoveMouseRelative(11,4)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(8)
MoveMouseRelative(8,4)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(8)
MoveMouseRelative(12,4)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(8)
MoveMouseRelative(7,4)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(9)
MoveMouseRelative(8,4)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(76)
Sleep(8)
MoveMouseRelative(12,4)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(8)
MoveMouseRelative(11,3)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(9)
MoveMouseRelative(12,4)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(9)
MoveMouseRelative(7,4)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(82)
Sleep(2)
MoveMouseRelative(8,4)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(2)
MoveMouseRelative(8,4)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(3)
MoveMouseRelative(8,4)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(97)
Sleep(4)
MoveMouseRelative(0,4)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(4)
MoveMouseRelative(0,7)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(110)
Sleep(4)
MoveMouseRelative(-3,4)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(4)
MoveMouseRelative(-4,4)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(3)
MoveMouseRelative(-4,4)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(106)
Sleep(9)
MoveMouseRelative(-12,4)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(9)
MoveMouseRelative(-11,4)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(100)
Sleep(8)
MoveMouseRelative(-12,3)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(7)
MoveMouseRelative(-4,0)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(7)
MoveMouseRelative(-11,4)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(95)
Sleep(7)
MoveMouseRelative(-12,4)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(6)
MoveMouseRelative(-4,0)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(6)
MoveMouseRelative(-11,4)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(6)
MoveMouseRelative(-4,0)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(91)
Sleep(6)
MoveMouseRelative(-4,0)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(5)
MoveMouseRelative(-12,4)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(5)
MoveMouseRelative(-3,0)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(5)
MoveMouseRelative(-12,4)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(5)
MoveMouseRelative(-4,0)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(89)
Sleep(6)
MoveMouseRelative(-4,0)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(5)
MoveMouseRelative(-11,4)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(5)
MoveMouseRelative(-4,0)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(5)
MoveMouseRelative(-12,4)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(5)
MoveMouseRelative(-4,0)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(89)
Sleep(5)
MoveMouseRelative(-3,0)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(5)
MoveMouseRelative(-12,3)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(5)
MoveMouseRelative(-4,0)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(5)
MoveMouseRelative(-12,4)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(5)
MoveMouseRelative(-3,0)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(90)
Sleep(6)
MoveMouseRelative(-12,4)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(6)
MoveMouseRelative(-4,0)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(6)
MoveMouseRelative(-11,4)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(6)
MoveMouseRelative(-4,0)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(93)
Sleep(5)
MoveMouseRelative(-4,0)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(5)
MoveMouseRelative(-12,4)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(4)
MoveMouseRelative(-4,0)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(4)
MoveMouseRelative(-3,0)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(98)
Sleep(4)
MoveMouseRelative(-4,0)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(4)
MoveMouseRelative(-12,4)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(5)
MoveMouseRelative(-4,0)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(104)
Sleep(4)
MoveMouseRelative(-4,4)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(3)
MoveMouseRelative(-4,3)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(111)
Sleep(5)
MoveMouseRelative(11,4)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(6)
MoveMouseRelative(4,0)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(6)
MoveMouseRelative(12,4)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(6)
MoveMouseRelative(3,0)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(93)
Sleep(9)
MoveMouseRelative(12,0)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(9)
MoveMouseRelative(12,4)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(9)
MoveMouseRelative(11,0)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(9)
MoveMouseRelative(12,0)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(10)
MoveMouseRelative(11,4)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(10)
MoveMouseRelative(12,0)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(58)
Sleep(11)
MoveMouseRelative(15,0)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(11)
MoveMouseRelative(12,4)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(11)
MoveMouseRelative(12,0)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(11)
MoveMouseRelative(15,0)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(11)
MoveMouseRelative(12,4)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(12)
MoveMouseRelative(15,0)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(47)
Sleep(10)
MoveMouseRelative(12,0)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(9)
MoveMouseRelative(11,3)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(9)
MoveMouseRelative(12,0)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(9)
MoveMouseRelative(11,0)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(9)
MoveMouseRelative(12,4)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(9)
MoveMouseRelative(12,0)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(59)
end
elseif gun == MP5A4 then
if kickback then
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(6)
MoveMouseRelative(0, 2)
Sleep(6)
MoveMouseRelative(0, 2)
Sleep(6)
MoveMouseRelative(0, 2)
Sleep(6)
MoveMouseRelative(0, 2)
Sleep(6)
MoveMouseRelative(0, 2)
Sleep(7)
MoveMouseRelative(0, 3)
Sleep(57)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(7)
MoveMouseRelative(0, 2)
Sleep(7)
MoveMouseRelative(0, 2)
Sleep(7)
MoveMouseRelative(0, 2)
Sleep(6)
MoveMouseRelative(0, 2)
Sleep(6)
MoveMouseRelative(0, 2)
Sleep(6)
MoveMouseRelative(0, 2)
Sleep(6)
MoveMouseRelative(0, 2)
Sleep(6)
MoveMouseRelative(0, 3)
Sleep(41)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(6)
MoveMouseRelative(0, 2)
Sleep(6)
MoveMouseRelative(0, 2)
Sleep(6)
MoveMouseRelative(0, 2)
Sleep(6)
MoveMouseRelative(0, 2)
Sleep(6)
MoveMouseRelative(0, 2)
Sleep(6)
MoveMouseRelative(0, 2)
Sleep(5)
MoveMouseRelative(0, 2)
Sleep(5)
MoveMouseRelative(0, 2)
Sleep(5)
MoveMouseRelative(0, 2)
Sleep(5)
MoveMouseRelative(0, 2)
Sleep(34)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(7)
MoveMouseRelative(1, 3)
Sleep(8)
MoveMouseRelative(1, 2)
Sleep(8)
MoveMouseRelative(1, 3)
Sleep(8)
MoveMouseRelative(1, 2)
Sleep(8)
MoveMouseRelative(1, 3)
Sleep(8)
MoveMouseRelative(1, 2)
Sleep(8)
MoveMouseRelative(1, 3)
Sleep(8)
MoveMouseRelative(1, 2)
Sleep(29)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(8)
MoveMouseRelative(2, 2)
Sleep(8)
MoveMouseRelative(2, 2)
Sleep(8)
MoveMouseRelative(2, 2)
Sleep(8)
MoveMouseRelative(2, 2)
Sleep(8)
MoveMouseRelative(2, 3)
Sleep(8)
MoveMouseRelative(2, 2)
Sleep(9)
MoveMouseRelative(2, 2)
Sleep(9)
MoveMouseRelative(2, 2)
Sleep(9)
MoveMouseRelative(1, 1)
Sleep(16)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(10)
MoveMouseRelative(3, 2)
Sleep(10)
MoveMouseRelative(3, 2)
Sleep(10)
MoveMouseRelative(3, 2)
Sleep(10)
MoveMouseRelative(1, 1)
Sleep(10)
MoveMouseRelative(3, 2)
Sleep(11)
MoveMouseRelative(3, 2)
Sleep(11)
MoveMouseRelative(3, 2)
Sleep(21)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(6)
MoveMouseRelative(2, 1)
Sleep(6)
MoveMouseRelative(2, 1)
Sleep(6)
MoveMouseRelative(2, 1)
Sleep(6)
MoveMouseRelative(1, 1)
Sleep(6)
MoveMouseRelative(2, 1)
Sleep(5)
MoveMouseRelative(2, 1)
Sleep(5)
MoveMouseRelative(2, 1)
Sleep(5)
MoveMouseRelative(1, 1)
Sleep(47)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(10)
MoveMouseRelative(0, 3)
Sleep(10)
MoveMouseRelative(0, 3)
Sleep(78)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(6)
MoveMouseRelative(-2, 1)
Sleep(6)
MoveMouseRelative(-2, 1)
Sleep(6)
MoveMouseRelative(-2, 1)
Sleep(6)
MoveMouseRelative(-2, 1)
Sleep(6)
MoveMouseRelative(-2, 1)
Sleep(5)
MoveMouseRelative(-1, 1)
Sleep(59)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(10)
MoveMouseRelative(-3, 1)
Sleep(10)
MoveMouseRelative(-3, 1)
Sleep(10)
MoveMouseRelative(-3, 1)
Sleep(9)
MoveMouseRelative(-3, 1)
Sleep(9)
MoveMouseRelative(-3, 1)
Sleep(47)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(9)
MoveMouseRelative(-3, 1)
Sleep(9)
MoveMouseRelative(-3, 1)
Sleep(10)
MoveMouseRelative(-3, 1)
Sleep(10)
MoveMouseRelative(-2, 1)
Sleep(58)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(6)
MoveMouseRelative(-2, 2)
Sleep(7)
MoveMouseRelative(-1, 2)
Sleep(85)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(6)
MoveMouseRelative(2, 1)
Sleep(5)
MoveMouseRelative(2, 1)
Sleep(5)
MoveMouseRelative(1, 1)
Sleep(81)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(8)
MoveMouseRelative(3, 1)
Sleep(9)
MoveMouseRelative(2, 1)
Sleep(9)
MoveMouseRelative(3, 1)
Sleep(71)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(16)
MoveMouseRelative(5, 1)
Sleep(17)
MoveMouseRelative(5, 1)
Sleep(65)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(16)
MoveMouseRelative(5, 1)
Sleep(16)
MoveMouseRelative(5, 1)
Sleep(66)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(6)
MoveMouseRelative(3, 1)
Sleep(6)
MoveMouseRelative(1, 0)
Sleep(5)
MoveMouseRelative(3, 1)
Sleep(5)
MoveMouseRelative(1, 0)
Sleep(74)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(5)
MoveMouseRelative(3, 1)
Sleep(6)
MoveMouseRelative(1, 0)
Sleep(87)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(3)
MoveMouseRelative(1, 1)
Sleep(96)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(10)
MoveMouseRelative(-3, 1)
Sleep(89)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(5)
MoveMouseRelative(-2, 0)
Sleep(5)
MoveMouseRelative(-2, 0)
Sleep(4)
MoveMouseRelative(-1, 0)
Sleep(83)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(6)
MoveMouseRelative(-2, 0)
Sleep(6)
MoveMouseRelative(-2, 0)
Sleep(7)
MoveMouseRelative(-2, 0)
Sleep(78)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(6)
MoveMouseRelative(-2, 0)
Sleep(5)
MoveMouseRelative(-2, 0)
Sleep(5)
MoveMouseRelative(-2, 0)
Sleep(5)
MoveMouseRelative(-1, 0)
Sleep(75)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(5)
MoveMouseRelative(-2, 0)
Sleep(6)
MoveMouseRelative(-2, 0)
Sleep(6)
MoveMouseRelative(-2, 0)
Sleep(6)
MoveMouseRelative(-2, 0)
Sleep(73)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(5)
MoveMouseRelative(-2, 0)
Sleep(6)
MoveMouseRelative(-2, 0)
Sleep(6)
MoveMouseRelative(-2, 0)
Sleep(6)
MoveMouseRelative(-2, 0)
Sleep(73)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(6)
MoveMouseRelative(-2, 0)
Sleep(5)
MoveMouseRelative(-2, 0)
Sleep(5)
MoveMouseRelative(-2, 0)
Sleep(5)
MoveMouseRelative(-1, 0)
Sleep(75)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(6)
MoveMouseRelative(-2, 0)
Sleep(6)
MoveMouseRelative(-2, 0)
Sleep(7)
MoveMouseRelative(-2, 0)
Sleep(78)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(5)
MoveMouseRelative(-2, 0)
Sleep(5)
MoveMouseRelative(-2, 0)
Sleep(5)
MoveMouseRelative(-1, 0)
Sleep(82)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(5)
MoveMouseRelative(-2, 0)
Sleep(5)
MoveMouseRelative(-2, 0)
Sleep(88)
end
elseif gun == MP5A4_X8_SCOPE then
if kickback then
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(6)
MoveMouseRelative(0,7)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(6)
MoveMouseRelative(0,8)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(6)
MoveMouseRelative(0,8)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(6)
MoveMouseRelative(0,7)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(6)
MoveMouseRelative(0,8)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(7)
MoveMouseRelative(0,12)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(57)
Sleep(7)
MoveMouseRelative(0,7)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(7)
MoveMouseRelative(0,8)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(7)
MoveMouseRelative(0,8)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(6)
MoveMouseRelative(0,8)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(6)
MoveMouseRelative(0,7)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(6)
MoveMouseRelative(0,8)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(6)
MoveMouseRelative(0,8)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(6)
MoveMouseRelative(0,11)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(41)
Sleep(6)
MoveMouseRelative(0,8)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(6)
MoveMouseRelative(0,8)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(6)
MoveMouseRelative(0,8)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(6)
MoveMouseRelative(0,7)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(6)
MoveMouseRelative(0,8)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(6)
MoveMouseRelative(0,8)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(5)
MoveMouseRelative(0,7)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(5)
MoveMouseRelative(0,8)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(5)
MoveMouseRelative(0,8)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(5)
MoveMouseRelative(0,8)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(34)
Sleep(7)
MoveMouseRelative(3,11)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(8)
MoveMouseRelative(4,8)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(8)
MoveMouseRelative(4,12)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(8)
MoveMouseRelative(4,7)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(8)
MoveMouseRelative(4,12)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(8)
MoveMouseRelative(4,8)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(8)
MoveMouseRelative(4,11)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(8)
MoveMouseRelative(3,8)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(29)
Sleep(8)
MoveMouseRelative(8,8)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(8)
MoveMouseRelative(8,7)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(8)
MoveMouseRelative(8,8)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(8)
MoveMouseRelative(7,8)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(8)
MoveMouseRelative(8,11)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(8)
MoveMouseRelative(8,8)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(9)
MoveMouseRelative(7,8)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(9)
MoveMouseRelative(8,8)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(9)
MoveMouseRelative(4,3)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(16)
Sleep(10)
MoveMouseRelative(12,8)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(10)
MoveMouseRelative(11,8)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(10)
MoveMouseRelative(12,8)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(10)
MoveMouseRelative(4,4)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(10)
MoveMouseRelative(11,7)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(11)
MoveMouseRelative(12,8)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(11)
MoveMouseRelative(11,8)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(21)
Sleep(6)
MoveMouseRelative(8,4)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(6)
MoveMouseRelative(8,3)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(6)
MoveMouseRelative(8,4)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(6)
MoveMouseRelative(4,4)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(6)
MoveMouseRelative(7,4)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(5)
MoveMouseRelative(8,4)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(5)
MoveMouseRelative(8,4)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(5)
MoveMouseRelative(4,4)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(47)
Sleep(10)
MoveMouseRelative(0,11)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(10)
MoveMouseRelative(0,12)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(78)
Sleep(6)
MoveMouseRelative(-7,4)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(6)
MoveMouseRelative(-8,4)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(6)
MoveMouseRelative(-8,3)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(6)
MoveMouseRelative(-7,4)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(6)
MoveMouseRelative(-8,4)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(5)
MoveMouseRelative(-4,4)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(59)
Sleep(10)
MoveMouseRelative(-12,4)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(10)
MoveMouseRelative(-11,4)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(10)
MoveMouseRelative(-12,4)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(9)
MoveMouseRelative(-11,3)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(9)
MoveMouseRelative(-12,4)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(47)
Sleep(9)
MoveMouseRelative(-11,4)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(9)
MoveMouseRelative(-12,4)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(10)
MoveMouseRelative(-12,4)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(10)
MoveMouseRelative(-7,4)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(58)
Sleep(6)
MoveMouseRelative(-8,7)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(7)
MoveMouseRelative(-4,8)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(85)
Sleep(6)
MoveMouseRelative(7,4)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(5)
MoveMouseRelative(7,4)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(5)
MoveMouseRelative(4,4)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(81)
Sleep(8)
MoveMouseRelative(12,4)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(9)
MoveMouseRelative(8,4)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(9)
MoveMouseRelative(11,3)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(71)
Sleep(16)
MoveMouseRelative(20,4)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(17)
MoveMouseRelative(19,4)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(65)
Sleep(16)
MoveMouseRelative(19,4)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(16)
MoveMouseRelative(20,4)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(66)
Sleep(6)
MoveMouseRelative(11,4)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(6)
MoveMouseRelative(4,0)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(5)
MoveMouseRelative(12,4)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(5)
MoveMouseRelative(3,0)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(74)
Sleep(5)
MoveMouseRelative(12,3)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(6)
MoveMouseRelative(4,0)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(87)
Sleep(3)
MoveMouseRelative(4,4)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(96)
Sleep(10)
MoveMouseRelative(-11,4)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(89)
Sleep(5)
MoveMouseRelative(-8,0)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(5)
MoveMouseRelative(-7,0)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(4)
MoveMouseRelative(-4,0)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(83)
Sleep(6)
MoveMouseRelative(-8,0)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(6)
MoveMouseRelative(-8,0)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(7)
MoveMouseRelative(-7,0)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(78)
Sleep(6)
MoveMouseRelative(-8,0)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(5)
MoveMouseRelative(-8,0)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(5)
MoveMouseRelative(-8,0)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(5)
MoveMouseRelative(-3,0)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(75)
Sleep(5)
MoveMouseRelative(-8,0)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(6)
MoveMouseRelative(-8,0)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(6)
MoveMouseRelative(-8,0)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(6)
MoveMouseRelative(-7,0)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(73)
Sleep(5)
MoveMouseRelative(-8,0)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(6)
MoveMouseRelative(-8,0)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(6)
MoveMouseRelative(-7,0)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(6)
MoveMouseRelative(-8,0)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(73)
Sleep(6)
MoveMouseRelative(-8,0)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(5)
MoveMouseRelative(-8,0)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(5)
MoveMouseRelative(-7,0)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(5)
MoveMouseRelative(-4,0)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(75)
Sleep(6)
MoveMouseRelative(-8,0)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(6)
MoveMouseRelative(-8,0)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(7)
MoveMouseRelative(-7,0)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(78)
Sleep(5)
MoveMouseRelative(-8,0)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(5)
MoveMouseRelative(-8,0)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(5)
MoveMouseRelative(-4,0)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(82)
Sleep(5)
MoveMouseRelative(-7,0)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(5)
MoveMouseRelative(-8,0)
if (IsLeftNotPressed()) then return end
if (IsRightNotPressed()) then return end
Sleep(88)
end
end
end

Вам также может понравиться