CodeWalrus

General => Other => Topic started by: Keoni29 on January 10, 2015, 02:32:38 PM

Title: Free internets for everyone
Post by: Keoni29 on January 10, 2015, 02:32:38 PM
I decided it was about time to reward everyone on the internet for being awesome. I came up with this script that gives everybody an internet. If you want to run this you need to replace "insert your personal key here" with the key you use to give internets. This can be aquired by looking at the POST request you send when you give an internet.
<!DOCTYPE html>
<html>
<head>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script>
uid = 1;
setInterval( give, 1000 );
function give()
{
if (uid < 44000){
$.post("http://internetometer.com/give/" + uid,
{
key:"insert your personal key here"
});
$("p").html("UID=" + uid);
uid ++;
}
else
{
$("p").html("DONE!" + uid);
}
}
</script>
</head>
<body>

<h2>Giving internets to everyone...</h2>
<p>UID=1</p>
</body>
</html>


If you want to speed things up you can decrease the interval.
Title: Re: Free internets for everyone
Post by: Dream of Omnimaga on January 10, 2015, 05:04:28 PM
Is that against their TOS, though? :P
Title: Re: Free internets for everyone
Post by: Keoni29 on January 10, 2015, 05:13:42 PM
No idea :P
Title: Re: Free internets for everyone
Post by: aetios on January 14, 2015, 02:03:32 PM
I don' t think they even have a real TOS. It's just a counter :P
Title: Re: Free internets for everyone
Post by: Dream of Omnimaga on January 14, 2015, 04:13:27 PM
Yeah I think if somebody did a script that only increases one or two people then that person could have some troubles and get his counter reseted/removed, though, since it would be kinda cheating. :P
Title: Re: Free internets for everyone
Post by: Keoni29 on January 14, 2015, 11:28:22 PM
Now the trick is to make it just add internets to your own name and embed the script in a random website. You just have to obtain the client's key somehow. Should not be too hard.
Title: Re: Free internets for everyone
Post by: Dream of Omnimaga on January 14, 2015, 11:29:03 PM
4chan? O.O
Title: Re: Free internets for everyone
Post by: Keoni29 on January 14, 2015, 11:30:07 PM
Quote from: DJ Omnimaga on January 14, 2015, 11:29:03 PM
4chan? O.O
Preferably a site that you have admin access to. Otherwise it would not be very nice.
Title: Re: Free internets for everyone
Post by: Dream of Omnimaga on January 14, 2015, 11:33:05 PM
Preferably not CodeWalrus either, because I don't want CW to be associated with cheating and similar practices. (unless it's for a video game with no online capabilities and where the cheat affects every player)