Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ----- Streamer Mode ----
- Needs:
- - working ISAN
- - Button with ButtonState "Sschdream"
- Script:
- if :Sschdream==1 then :_="" :Sschdream=0 end
- ------ AIM Mode -----
- Needs:
- - Button with ButtonState "AIM" and ButtonColor "AIMC"
- - Rename "LeverMinOutput" to "amin" and "LeverMaxOutput" to "amax" on FCURotationalYaw and FCURotationalPitch Lever
- Script:
- if :Turtle==10 then if :amax==5 then :amin=-60 :amax=60 end goto1 end
- if :AIM==1 and :amax==60 then :amin=-5 :amax=5 :aimc=1 goto1 end
- if :AIM==0 and :amax==5 then :amin=-60 :amax=60 :aimc=3 end goto1
- ------ Door Fix and Override -----
- Needs:
- - rename "ChipWait" of YOLOL chip to "yDoor"
- - Button with ButtonState "DoorLock"
- Script:
- if :DoorLock==1 then goto1 end :yDoor=25
Advertisement
Add Comment
Please, Sign In to add comment