Advertisement
kohpriwniranam

updateos

Aug 6th, 2023
836
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 2.74 KB | None | 0 0
  1. func ReloginProgram(cl *oop.Account, to string) error {
  2.     oop.Clearcache()
  3.     SaveData()
  4.     putSquad(cl, to)
  5.     file, err := osext.Executable()
  6.     if err != nil {fmt.Println("Reboot1", err);return err}
  7.     err = syscall.Exec(file, os.Args, os.Environ())
  8.     if err != nil {fmt.Println("Reboot2", err);return err}
  9.     return nil
  10. }
  11.  
  12. ////
  13.  
  14.                         } else if strings.HasPrefix(txt, "updateos") || strings.HasPrefix(txt, data.KohCmd["updateos"]) && data.KohCmd["updateos"] !="" {
  15.                             if getAccess(ctime,cl.Mid) {
  16.                                 result := strings.Split((text), ":")
  17.                                 if len(result) != 1{
  18.                                     res := result[1]
  19.                                     if res == "android" {
  20.                                         exec.Command("bash","-c","cd /root/rary/allos && cp auth_android.go /root/rary/Library/oop/auth.go").Output()
  21.                                         cl.SendMessage(to, "โœฐ ๐—ฆ๐˜†๐˜€๐˜๐—ฒ๐—บ "+res+" ๐—จ๐—ฝ๐—ฑ๐—ฎ๐˜๐—ถ๐—ป๐—ด...")
  22.                                         exec.Command("bash","-c","cd /root/rary && go build nrm.go").Output()
  23.                                         cl.SendMessage(to, "โœฐ ๐—จ๐—ฝ๐—ฑ๐—ฎ๐˜๐ž ๐‚๐จ๐ฆ๐ฉ๐ฅ๐ž๐ญ๐ž")
  24.                                         go ReloginProgram(cl,to)
  25.                                     } else if res == "ios" {
  26.                                         exec.Command("bash","-c","cd /root/rary/allos && cp auth_ios.go /root/rary/Library/oop/auth.go").Output()
  27.                                         cl.SendMessage(to, "โœฐ ๐—ฆ๐˜†๐˜€๐˜๐—ฒ๐—บ "+res+" ๐—จ๐—ฝ๐—ฑ๐—ฎ๐˜๐—ถ๐—ป๐—ด...")
  28.                                         exec.Command("bash","-c","cd /root/rary && go build nrm.go").Output()
  29.                                         cl.SendMessage(to, "โœฐ ๐—จ๐—ฝ๐—ฑ๐—ฎ๐˜๐ž ๐‚๐จ๐ฆ๐ฉ๐ฅ๐ž๐ญ๐ž")
  30.                                         go ReloginProgram(cl,to)
  31.                                     } else if res == "chrome" {
  32.                                         exec.Command("bash","-c","cd /root/rary/allos && cp auth_chrome.go /root/rary/Library/oop/auth.go").Output()
  33.                                         cl.SendMessage(to, "โœฐ ๐—ฆ๐˜†๐˜€๐˜๐—ฒ๐—บ "+res+" ๐—จ๐—ฝ๐—ฑ๐—ฎ๐˜๐—ถ๐—ป๐—ด...")
  34.                                         exec.Command("bash","-c","cd /root/rary && go build nrm.go").Output()
  35.                                         cl.SendMessage(to, "โœฐ ๐—จ๐—ฝ๐—ฑ๐—ฎ๐˜๐ž ๐‚๐จ๐ฆ๐ฉ๐ฅ๐ž๐ญ๐ž")
  36.                                         go ReloginProgram(cl,to)
  37.                                     } else {
  38.                                         cl.SendMessage(to, "Have:\n>android\n>ios\n>chrome\n\n>try again!!")
  39.                                         break
  40.                                     }
  41.                                 } else {
  42.                                     cl.SendMessage(to, "Have:\n>android\n>ios\n>chrome\n\n>try again!!")
  43.                                 }
  44.                             }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement