Guest User

Untitled

a guest
Feb 20th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.49 KB | None | 0 0
  1. alias ufxpps3 {
  2. .dialog -mo fxpps3 fxpps3
  3. }
  4.  
  5. dialog fxpps3 {
  6. title "FTPRush-Menu v1.0 "
  7. size -1 -1 400 250
  8. text "APPS Release", 1, 165 0 160 90
  9. text %rls, 2, 60 30 900 90
  10. button "Abbrechen", 3, 25 60 100 40
  11. button "ALLES ENG", 4, 150 60 100 40
  12. button "Industrial ENG", 5, 275 60 100 40
  13. button "Bookware ENG", 6, 25 120 100 40
  14. button "Training ENG", 7, 150 120 100 40
  15. button "ALLES GER", 8, 275 120 100 40
  16. button "Industrial GER", 9, 25 180 100 40
  17. button "Bookware GER", 10, 150 180 100 40
  18. button "Training GER", 11, 275 180 100 40
  19. menu "&File", 60
  20. item "Quit", 200, cancel
  21. }
  22.  
  23.  
  24. on 1:dialog:fxpps3:sclick:3:{
  25. .dialog -x fxpps3
  26. }
  27. on 1:dialog:fxpps3:sclick:4:{
  28. set %lastgoodrls %rls
  29. ############# ftprush chains in here ################
  30. .dialog -x fxpps3
  31. }
  32. on 1:dialog:fxpps3:sclick:5:{
  33. set %lastgoodrls %rls
  34. ############# ftprush chains in here ################
  35. .dialog -x fxpps3
  36. }
  37. on 1:dialog:fxpps3:sclick:6:{
  38. set %lastgoodrls %rls
  39. ############# ftprush chains in here ################
  40. .dialog -x fxpps3
  41. }
  42. on 1:dialog:fxpps3:sclick:7:{
  43. set %lastgoodrls %rls
  44. ############# ftprush chains in here ################
  45. .dialog -x fxpps3
  46. }
  47. on 1:dialog:fxpps3:sclick:8:{
  48. set %lastgoodrls %rls
  49. ############# ftprush chains in here ################
  50. .dialog -x fxpps3
  51. }
  52. on 1:dialog:fxpps3:sclick:9:{
  53. set %lastgoodrls %rls
  54. ############# ftprush chains in here ################
  55. .dialog -x fxpps3
  56. }
  57. on 1:dialog:fxpps3:sclick:10:{
  58. set %lastgoodrls %rls
  59. ############# ftprush chains in here ################
  60. .dialog -x fxpps3
  61. }
  62. on 1:dialog:fxpps3:sclick:11:{
  63. set %lastgoodrls %rls
  64. ############# ftprush chains in here ################
  65. .dialog -x fxpps3
  66. }
  67.  
  68. on *:TEXT:*NEW*in*APPS*->*pred*ago*:#sitechannel:{
  69. if ($nick == sitebot ) {
  70. if ($dialog(fxpps3)) { haltdef }
  71. else {
  72. set %at_fxpallow 1
  73. if (Video2Brain isin $5) { set %at_fxpallow 0 }
  74. if (Galileo isin $5) { set %at_fxpallow 0 }
  75. if (LINUX isin $5) { set %at_fxpallow 0 }
  76. if (UNIX isin $5) { set %at_fxpallow 0 } skiplist (optional)
  77. if (.MAC isin $5) { set %at_fxpallow 0 }
  78. if (OSX isin $5) { set %at_fxpallow 0 }
  79. if (DVD9 isin $5) { set %at_fxpallow 0 }
  80. if (%at_fxpallow) {
  81. set %rls $strip($5)
  82. .dialog -mo fxpps3 fxpps3
  83. }
  84. }
  85. }
  86. }
Add Comment
Please, Sign In to add comment