0
open link program
can anyone provide simple program that can I put link in it , and it will open the link every 5 seconds? it's for my friend project
8 ответов
+ 15
<html>
<head>
<meta http-equiv="refresh" content="5">
</head>
<body onload="myfunc()">
<script>
function myfunc()
{
window.open('PUT YOUR LINK HERE','_blank');
}
</script>
</body>
</html>
+ 10
selenium can do that very well. or anything that will literally click (pyautogui if Python) can get the job done if not. I think you could probably make a cmd bat like that easily so try that first.
ps this isn't malware lol
+ 8
@Osama A Hamayda
what I recommended was programming related. If you don't know how to program, I could make something maybe, depending on if Meharban does or not.
+ 4
that seems like creating a malware??
+ 4
lol maybe there will be a windows which says you have a virus. call this number and we will fix it?
+ 4
I dont know a program, though ,I can create one :-)
+ 2
no no I'm going to use it for mathematical statistics about opening random website :")
0
Meharban , could you do it ?