本軟件純綠色,支持各種軟件查殺,軟件太大是因為python編譯后最小的一個都8M,
使用方法下載AppwerMirror和手機一起搭配使用!
官方地址:https://software.airmore.cn/apowermirror
AppwerMirror可以控制手機的時候
就可以打開軟件即可
刷寶下載地址:點擊【t.cn/EJOOVo4】
下載【刷寶APP】
看視頻賺零花錢
一元可立即提現到微信
填我邀請碼【4PCUM2】
復制信息打開刷寶APP自動填邀請碼立即賺錢!
刷寶官網:https://www.shuabaola.cn
注冊了刷寶后麻煩親們,在右下角的《我的》填我的邀請碼:【4PCUM2】,就當我支持了哈!謝謝!
每天可以刷到2W金幣,大約2元錢左右,手機電腦放半個多小時多差不多就可以了!
提示:停止后不要立即點開始,大約等待15秒左右后即可點開始
QQ496631085,有疑問和意見,或者有其他需求的可聯系我
缺點有點,還不是很完美,用沒問題,有編譯成EXE的,百度網盤鏈接點我
百度網盤:鏈接: https://pan.baidu.com/s/1qIZMSCRiEBSG5SCFr8Y4LA 提取碼: xn6j
下面是開源的代碼,可以自行編譯
1 #-*- coding: utf-8 -*- ##設置編碼方式 2 #QQ496631085 第一次沒安裝pywin32模塊的,請自行下載 然后命令(pip instll 文件名)回車 安裝哦 3 start_b = True #是否開始刷屏 4 text_button = '開始刷視頻' 5 6 import threading 7 import win32gui, win32api, win32con,time,random 8 import tkinter 9 # import tkMessageBox 10 11 12 13 def mouse_move(x,y,new_x, new_y,time_run): #移動鼠標 14 win32api.SetCursorPos([x,y]) #為鼠標焦點設定一個位置 15 time.sleep(0.1) 16 win32api.mouse_event(win32con.MOUSEEVENTF_LEFTDOWN, 0,0,0,0) # 鼠標左鍵按下 17 for yy in range(y,new_y,-5): 18 win32api.SetCursorPos([x,yy]) #為鼠標焦點設定一個位置 19 time.sleep(0.005) 20 time.sleep(time_run) 21 win32api.mouse_event(win32con.MOUSEEVENTF_LEFTUP,0,0,0,0) 22 time.sleep(time_run) 23 24 def suiji_num(): #隨機點擊位置 25 y=random.randint(460,570) 26 x=random.randint(200,280) 27 new_x=random.randint(220,330) 28 new_y=random.randint(100,230) 29 return x,y,new_x,new_y 30 31 def show_top(hwnd): #把窗口顯示到左上角,准備點擊 32 win32gui.MoveWindow(hwnd,0,0,480,855,True)#改變窗口大小 33 win32gui.SetForegroundWindow(hwnd)#指定句柄設置為前台,也就是激活 34 time.sleep(0.1) 35 36 def kaiguan(): 37 global start_b,text_button 38 t= threading.Thread(target = shua) 39 if B['text']=='停止': 40 B['text']='開始' 41 start_b = False 42 print('stop') 43 else: 44 B['text']='停止' 45 start_b = True 46 print('start') 47 t.start() 48 49 def shua(): 50 global start_b52 windowtitle = 'ApowerMirror' #窗口名 53 hwnd = win32gui.FindWindow(None, windowtitle) 54 if hwnd>0: 55 print('找到%s'%windowtitle) 56 while start_b: 57 temp=random.randint(1,3)/10 58 huadong=random.randint(10,15) 59 x,y,new_x,new_y = suiji_num()#取隨機點擊地方 60 show_top(hwnd) 61 mouse_move(x,y,new_x,new_y,temp) 62 print(huadong) 63 64 time.sleep(huadong) 65 if huadong>13 and start_b:#點贊 66 show_top(hwnd) 67 win32api.SetCursorPos([419,419]) 68 time.sleep(0.2) 69 win32api.mouse_event(win32con.MOUSEEVENTF_LEFTDOWN, 0,0,0,0) # 鼠標左鍵按下 70 time.sleep(0.1) 71 win32api.mouse_event(win32con.MOUSEEVENTF_LEFTUP,0,0,0,0) 72 time.sleep(random.randint(1,3))#點贊后延時一下 73 else: 74 win32api.MessageBox(win32con.NULL, '沒有打開ApowerMirror哦', '提示:', win32con.MB_OK) 75 76 top = tkinter.Tk() 77 top.title("刷寶輔組QQ:496631085") 78 top.geometry("330x100") 79 B = tkinter.Button(top,text='點擊開始',font=('KaiTi',36,'bold'),bg='gray',fg='red',bd=2,width=10,command=kaiguan) 80 B.pack() 81 top.mainloop()
下面在保存一個沒有行號的:
#-*- coding: utf-8 -*- ##設置編碼方式 #QQ496631085 第一次沒安裝pywin32模塊的,請自行下載 然后命令(pip instll 文件名)回車 安裝哦
start_b = True #是否開始刷屏
text_button = '開始刷視頻'
import threading import win32gui, win32api, win32con,time,random import tkinter # import tkMessageBox
def mouse_move(x,y,new_x, new_y,time_run): #移動鼠標
win32api.SetCursorPos([x,y]) #為鼠標焦點設定一個位置
time.sleep(0.1) win32api.mouse_event(win32con.MOUSEEVENTF_LEFTDOWN, 0,0,0,0) # 鼠標左鍵按下
for yy in range(y,new_y,-5): win32api.SetCursorPos([x,yy]) #為鼠標焦點設定一個位置
time.sleep(0.005) time.sleep(time_run) win32api.mouse_event(win32con.MOUSEEVENTF_LEFTUP,0,0,0,0) time.sleep(time_run) def suiji_num(): #隨機點擊位置
y=random.randint(460,570) x=random.randint(200,280) new_x=random.randint(220,330) new_y=random.randint(100,230) return x,y,new_x,new_y def show_top(hwnd): #把窗口顯示到左上角,准備點擊
win32gui.MoveWindow(hwnd,0,0,480,855,True)#改變窗口大小
win32gui.SetForegroundWindow(hwnd)#指定句柄設置為前台,也就是激活
time.sleep(0.1) def kaiguan(): global start_b,text_button t= threading.Thread(target = shua) if B['text']=='停止': B['text']='開始' start_b = False print('stop') else: B['text']='停止' start_b = True print('start') t.start() def shua(): global start_b windowtitle = 'ApowerMirror' #窗口名
hwnd = win32gui.FindWindow(None, windowtitle) if hwnd>0: print('找到%s'%windowtitle) while start_b: temp=random.randint(1,3)/10 huadong=random.randint(10,15) x,y,new_x,new_y = suiji_num()#取隨機點擊地方
show_top(hwnd) mouse_move(x,y,new_x,new_y,temp) print(huadong) time.sleep(huadong) if huadong>13 and start_b:#點贊
show_top(hwnd) win32api.SetCursorPos([419,419]) time.sleep(0.2) win32api.mouse_event(win32con.MOUSEEVENTF_LEFTDOWN, 0,0,0,0) # 鼠標左鍵按下
time.sleep(0.1) win32api.mouse_event(win32con.MOUSEEVENTF_LEFTUP,0,0,0,0) time.sleep(random.randint(1,3))#點贊后延時一下
else: win32api.MessageBox(win32con.NULL, '沒有打開ApowerMirror哦', '提示:', win32con.MB_OK) top = tkinter.Tk() top.title("刷寶輔組QQ:496631085") top.geometry("330x100") B = tkinter.Button(top,text='點擊開始',font=('KaiTi',36,'bold'),bg='gray',fg='red',bd=2,width=10,command=kaiguan) B.pack() top.mainloop()