Advertisement
sopyanx

tg_cmd_hi

Jul 14th, 2019
1,380
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. :local send [:parse [/system script get tg_sendMessage source]]
  2.  
  3. :put $params
  4. :put $chatid
  5. :put $from
  6.  
  7. :local text "Router Id:* $[/system identity get name] * %0A\
  8. ==================%0A\
  9. MENU TERSEDIA%0A\
  10. ==================%0A\
  11. /cpu%0A\
  12. /hotspot%0A\
  13. /ping%0A\
  14. /public%0A\
  15. /PoeAdd%0A\
  16. /dialing%0A\
  17. /eHotspot%0A\
  18. /dHotspot%0A\
  19. /force"
  20.  
  21. $send chat=$chatid text=$text mode="Markdown"
  22. :return true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement