Softwerker

Stream/Aim/ Door Buffalo

Aug 15th, 2021
321
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. ----- Streamer Mode ----
  2. Needs:
  3. - working ISAN
  4. - Button with ButtonState "Sschdream"
  5.  
  6. Script:
  7. if :Sschdream==1 then :_="" :Sschdream=0 end
  8.  
  9.  
  10. ------ AIM Mode -----
  11. Needs:
  12. - Button with ButtonState "AIM" and ButtonColor "AIMC"
  13. - Rename "LeverMinOutput" to "amin" and "LeverMaxOutput" to "amax" on FCURotationalYaw and FCURotationalPitch Lever
  14.  
  15. Script:
  16. if :Turtle==10 then if :amax==5 then :amin=-60 :amax=60 end goto1 end
  17. if :AIM==1 and :amax==60 then :amin=-5 :amax=5 :aimc=1 goto1 end
  18. if :AIM==0 and :amax==5 then :amin=-60 :amax=60 :aimc=3 end goto1
  19.  
  20.  
  21. ------ Door Fix and Override -----
  22. Needs:
  23. - rename "ChipWait" of YOLOL chip to "yDoor"
  24. - Button with ButtonState "DoorLock"
  25.  
  26. Script:
  27. if :DoorLock==1 then goto1 end :yDoor=25
Advertisement
Add Comment
Please, Sign In to add comment