P
Size: a a a
S
S
S
popen'ы смело можно и в тред с UI, никаких особых задержек не будет.popen'ы тоже потянут.S
S
S
S
MT
if screenId == screenVert then
if x > 72 and x < 77 and y > 19 and y < 27 then
ag.toggle()
end
-----
if x > 30 and x < 34 and y > 21 and y < 31 then
targetAltitudeFn(-10000)
end
if x > 30 and x < 34 and y > 34 and y < 42 then
targetAltitudeFn(-1000)
end
if x > 30 and x < 34 and y > 46 and y < 54 then
targetAltitudeFn(-100)
end
if x > 30 and x < 34 and y > 57 and y < 66 then
targetAltitudeFn(-10)
end
if x > 30 and x < 34 and y > 70 and y < 78 then
targetAltitudeFn(-1)
end
-----
if x > 48 and x < 52 and y > 21 and y < 30 then
targetAltitudeFn(10000)
end
if x > 48 and x < 52 and y > 34 and y < 42 then
targetAltitudeFn(1000)
end
if x > 48 and x < 52 and y > 46 and y < 54 then
targetAltitudeFn(100)
end
if x > 48 and x < 52 and y > 58 and y < 66 then
targetAltitudeFn(10)
end
if x > 48 and x < 52 and y > 70 and y < 79 then
targetAltitudeFn(1)
end
end
if screenId == screenHor then
if x > 9 and x < 14 and y > 34 and y < 42 then
ag.toggle()
end
-----
if x > 57 and x < 62 and y > 29 and y < 34 then
targetAltitudeFn(-10000)
end
if x > 65 and x < 70 and y > 29 and y < 34 then
targetAltitudeFn(-1000)
end
if x > 72 and x < 78 and y > 29 and y < 34 then
targetAltitudeFn(-100)
end
if x > 80 and x < 85 and y > 29 and y < 34 then
targetAltitudeFn(-10)
end
if x > 87 and x < 92 and y > 29 and y < 34 then
targetAltitudeFn(-1)
end
-----
if x > 57 and x < 62 and y > 62 and y < 67 then
targetAltitudeFn(10000)
end
if x > 65 and x < 70 and y > 62 and y < 67 then
targetAltitudeFn(1000)
end
if x > 73 and x < 78 and y > 62 and y < 67 then
targetAltitudeFn(100)
end
if x > 81 and x < 86 and y > 62 and y < 67 then
targetAltitudeFn(10)
end
if x > 89 and y > 94 and y < 67 then
targetAltitudeFn(1)
end
end