widhisec

termuxkey

Sep 26th, 2021 (edited)
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.97 KB | None | 0 0
  1. #!/bin/bash
  2. # dibuat oleh widhisec pada tanggal : 24 mey 2019
  3. if $(command -v tput >/dev/null 2>&1); then
  4.     echo -e "found"
  5. else
  6.     echo -e "tput not found"
  7. fi
  8. mainn(){
  9.         mkdir /data/data/com.termux/files/home/.termux
  10.         key="extra-keys = [['ESC','/','-','HOME','UP','END','PGUP'],['TAB','CTRL','ALT','LEFT','DOWN','RIGHT','PGDN']]"
  11.         echo "$key" >> /data/data/com.termux/files/home/.termux/termux.properties
  12. }
  13. clear
  14. GREEN=$(tput setaf 2) #HIJAU
  15. RED=$(tput setaf 1) #MERAH
  16. CYAN=$(tput setaf 6) #CYAN
  17. WHITE=$(tput setaf 7) #PUTIH
  18. NORMAL=$(tput sgr0) #NORMAL
  19. ###############################################################################
  20. menu(){
  21. echo -e "
  22.               ${RED}  Termux Key
  23. ${GREEN}-------------------------------------------------------------------
  24. ${RED} ██╗    ██╗██╗██████╗ ██╗  ██╗██╗███████╗███████╗ ██████╗
  25. ██║    ██║██║██╔══██╗██║  ██║██║██╔════╝██╔════╝██╔════╝
  26. ██║ █╗ ██║██║██║  ██║███████║██║███████╗█████╗  ██║    
  27. $WHITE ██║███╗██║██║██║  ██║██╔══██║██║╚════██║██╔══╝  ██║    
  28. ${WHITE} ╚███╔███╔╝██║██████╔╝██║  ██║██║███████║███████╗╚██████╗
  29.  ╚══╝╚══╝ ╚═╝╚═════╝ ╚═╝  ╚═╝╚═╝╚══════╝╚══════╝ ╚═════╝        
  30.              [Powered by ZseCc0de-Crew.ID]
  31. -------------------------------------------------------------------                                                                
  32. "
  33. }
  34. menu
  35. mainn
  36. termux-reload-settings
  37. echo "DONEE !!"
Add Comment
Please, Sign In to add comment