0

Play Now

Click to Copy IP

here is how to mass ping forums

here is how to mass ping forums

FrostyyMC

Well-known member
swoons
swoons
hi idk if this is against rules to post this but sry if it is but im not using it but here ya go

so i learned python and i made a python that makes a list of users and u can copy and paste it and ping every single person on the forums

https://trinket.io/python/e3fcab3639

there ya go

EDUCATIONAL PURPOSE ONLY DO NOT ABUSE
 
I do hope that this is not how you do it. This is so slow.

print("how many users")
ans = int(input())
strs = ""
for x in range(ans):
strs += " [ USER= " + str(x) + "]ping[/USER]"
fh = open("pings.txt","w+")
fh.write(strs)
fh.close()

put this in a python file and run it. You'll have a txt file that you can copy and paste in a second. delete the space between the [ and USER tho :p.
I’m bad a python lol ty tho
 
General Discussion
Back