autojs網絡驗證

auto.js一個簡單的網絡驗證源碼

threads.start(function(){
    toastLog("開始查詢...")    //驗證地址   
     r = http.get("驗證網址").body.string() 
     
    //計算方式    
     var jqm=device.getIMEI()
     //檢測到網頁不存在這個相同的碼,則    
     if(r.indexOf(jqm)==-1){       
      setClip(jqm)   
      toastLog("未激活,機器碼已複製到剪貼板")      
      sleep(3000)    
      toastLog("請聯繫購買者索要激活碼")             
      sleep(3000)    
       exit()   
        }})
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章