Skip to content

Instantly share code, notes, and snippets.

View Dekola's full-sized avatar

Adekola Akano Dekola

View GitHub Profile
@Dekola
Dekola / thirugram.js
Created June 29, 2019 22:27 — forked from scriptnull/thirugram.js
spam telegram via telegram web
//spam message the chats with thirugram.js
//open up telegram web and go to the chat you want to spam
//open console ( Ctrl + Shift + J )
//execute the code
var message = ""; //spam message
var interval = 1 ; // in seconds
var count = 10 ; //number of times to send
var notifyInterval = 5 ; //notify
var i = 0 ;
var timer = setInterval(function(){