求助用python制作一个简单的短信轰炸
本帖最后由 昕颖 于 2020-5-13 08:53 编辑只是好奇其中的原理,绝对不会拿来干其他事情
谢谢 没接口怎么做? 短信轰炸需要pdb什么的,有点麻烦 作品展示区有的 wuqramy 发表于 2020-5-8 16:33
作品展示区有的
没有吧没找到 永恒的蓝色梦想 发表于 2020-5-8 16:33
没接口怎么做?
接口?我还不太懂 设了回帖仅作者可见我就看不见你的回复了 此帖仅作者可见,是怎么设置的 我也好奇,楼主知道后可以告诉一下大家吗? 杜若左 发表于 2020-5-9 19:37
我也好奇,楼主知道后可以告诉一下大家吗?
好的有人回复就发出来 永恒的蓝色梦想 发表于 2020-5-9 18:32
设了回帖仅作者可见我就看不见你的回复了
那怎么样关闭仅作者可见啊 Set WshShell=WScript.CreateObject (“WScript.Shell”)
WshShell.AppActivate“awa”
for i=1 to 1
WScript.sleep 1
WshShell.SendKeys “^v”
WshShell.SendKeys i
WshShell.SendKeys “%s”
Next
这个代码,文件后缀改成.vbs 我这有
from tkinter import *
import time
from pyperclip import copy
import pyautogui as g
root = Tk()
root.title('连续发送器(怼人神器)')
root.geometry('400x400')
def paste(chinese):
copy(chinese)
g.hotkey('ctrl', 'v')
# pyinstaller -F -w text.py
def a():
a_g = str(a.get('0.0', 'end'))
b_g = int(b.get())
c_g = int(c.get())
time.sleep(c_g)
#g.moveTo(1588, 802, duration = 1)
#g.click()
if (v_c.get()) == 1:
for i in range(b_g):
# 输入l like python
#g.typewrite(a_g)
paste(a_g)
# 按下回车
g.press('enter')
time.sleep(0.01)
elif (v_c.get()) == 2:
for i in range(b_g):
# 输入l like python
#g.typewrite(a_g)
paste(a_g)
# 按下回车
g.press('ctrl'+'enter')
time.sleep(0.01)
frame = Frame(root)
frame.place(x = 120, y = 50)
b = Button(root, text = '发送(请先点击要发送的位置)', font = ('楷书', 18), bg = 'yellow', command = a)
b.place(x = 10, y = 340)
Label(root, text = ' 内容 ', font = ('楷书', 18), bg = 'yellow').place(x = 10, y = 50)
gun_song_tiao_y = Scrollbar(frame)
gun_song_tiao_x = Scrollbar(frame, orient=HORIZONTAL)
a = Text(frame, font = ('楷书', 18), fg = 'blue', width=20, height=7 ,wrap='none')
gun_song_tiao_y.pack(side=RIGHT,fill=Y)
gun_song_tiao_x.pack(side=BOTTOM, fill=X)
a.pack()
gun_song_tiao_y.config(command=a.xview)
gun_song_tiao_x.config(command=a.yview)
a.config(yscrollcommand=gun_song_tiao_y.set)
a.config(xscrollcommand=gun_song_tiao_x.set)
Label(root, text = '发送次数', font = ('楷书', 18), bg = 'yellow').place(x = 10, y = 300)
var1 = StringVar()
var1.set('20')
b = Entry(root, font = ('楷书', 18), bg = 'yellow', fg = 'blue', textvariable=var1)
b.place(x = 120, y = 300)
var = StringVar()
var.set('5')
Label(root, text='准备时间', font = ('楷书', 18), bg = 'yellow').place(x = 10, y = 10)
c = Entry(root, font = ('楷书', 18), bg = 'yellow', fg = 'blue', textvariable=var)
c.place(x = 120, y = 10)
Label(root, text='发送方式', font = ('楷书', 18), bg = 'yellow').place(x=10, y=250)
v_c = IntVar()
v_c.set(1)
enter_r = Radiobutton(root ,text='Enter' ,font = ('楷书', 17), variable = v_c, value=1)
enter_r.place(x=120, y=250)
c_enter_r = Radiobutton(root, text='Ctrl+Enter', variable = v_c, value=2 ,font = ('楷书', 17))
c_enter_r.place(x=210 ,y=250)
root.mainloop()
设个最佳吧
这个代码我也是写了很长时间的{:10_245:}{:10_245:}{:10_254:}{:10_254:} MIke_python小小 发表于 2020-5-15 08:10
设个最佳吧
这个代码我也是写了很长时间的
谢谢啊 设置最佳了 昕颖 发表于 2020-5-18 07:14
谢谢啊 设置最佳了
在吗
现在才看见的
加个好友吧 MIke_python小小 发表于 2020-5-18 08:30
在吗
现在才看见的
我等级不够加不了好友 昕颖 发表于 2020-5-18 20:35
我等级不够加不了好友
哦,等你呦 MIke_python小小 发表于 2020-5-18 20:36
哦,等你呦
你换的头像我差点认错
页:
[1]