Skip to content

Instantly share code, notes, and snippets.

@iraniamir
Last active March 10, 2017 12:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iraniamir/9ed4fa5c82b977c61ce911d2cbad2208 to your computer and use it in GitHub Desktop.
Save iraniamir/9ed4fa5c82b977c61ce911d2cbad2208 to your computer and use it in GitHub Desktop.
Enjoy !
// PoweredBy @mir
javascript: location.href = "http://shatelland.com/upload#/home";
if ($('shatelhack').length) {
console.log('ṠḧḀṮḕḶḧḀḉḲ WAS ḶṏḀḊḕḊ !! 😠');
} else {
$('body').append('<shatelhack></shatelhack>');
$('.leech-modal .modal-body').append('<div class="form-group clearfix"><label for="fileAddressTA" class="col-sm-3 control-label pull-right">آدرس فایل ها</label><div class="col-sm-9 pull-right"><textarea class="form-control text-left ng-pristine ng-valid ng-touched" id="fileAddressTA" rows="15" placeholder="multi Address | Powered By @mir"></textarea></div></div>');
$('.leech-modal .modal-footer').append('<button type="button" class="btn btn-warning" onclick="repeat();">انتقال فایل ها</button>');
function repeat() {
var counter = 1;
console.log("<start/>");
console.log("Counter is: " + counter);
HAHA();
var looper = setInterval(function() {
counter++;
console.log("Counter is: " + counter);
if (counter >= 10) {
clearInterval(looper);
console.log('<clearInterval/>');
}
HAHA();
}, 3600000);
}
function HAHA() {
var arrayOfLines = $('#fileAddressTA').val().split('\n'),
time = 0;
console.log('<setTimeout/ti>');
$.each(arrayOfLines, function(index, item) {
function delayed() {
$('#fileAddress').val(item).trigger('change');
$('.leech-modal .modal-footer button[type=submit]').click();
console.log('exec ', item);
}
setTimeout(delayed, time);
time += 65000;
});
}
console.log('ṠḧḀṮḕḶḧḀḉḲ ḭṠ ḶṏḀḊḕḊ ṠṳḉḉḕṠṠḟṳḶẏ !! 😋😂😍😘');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment