Join us on Discord!
You can help CodeWalrus stay online by donating here.

Free internets for everyone

Started by Keoni29, January 10, 2015, 02:32:38 PM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

Keoni29

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.
If you like my work, why not give me an internet?

Dream of Omnimaga

Is that against their TOS, though? :P
  • Calculators owned: TI-82 Advanced Edition Python TI-84+ TI-84+CSE TI-84+CE TI-84+CEP TI-86 TI-89T cfx-9940GT fx-7400G+ fx 1.0+ fx-9750G+ fx-9860G fx-CG10 HP 49g+ HP 39g+ HP 39gs (bricked) HP 39gII HP Prime G1 HP Prime G2 Sharp EL-9600C
  • Consoles, mobile devices and vintage computers owned: Huawei P30 Lite, Moto G 5G, Nintendo 64 (broken), Playstation, Wii U

Keoni29

If you like my work, why not give me an internet?

aetios

I don' t think they even have a real TOS. It's just a counter :P
ceci n'est pas une signature

Dream of Omnimaga

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
  • Calculators owned: TI-82 Advanced Edition Python TI-84+ TI-84+CSE TI-84+CE TI-84+CEP TI-86 TI-89T cfx-9940GT fx-7400G+ fx 1.0+ fx-9750G+ fx-9860G fx-CG10 HP 49g+ HP 39g+ HP 39gs (bricked) HP 39gII HP Prime G1 HP Prime G2 Sharp EL-9600C
  • Consoles, mobile devices and vintage computers owned: Huawei P30 Lite, Moto G 5G, Nintendo 64 (broken), Playstation, Wii U

Keoni29

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.
If you like my work, why not give me an internet?

Dream of Omnimaga

  • Calculators owned: TI-82 Advanced Edition Python TI-84+ TI-84+CSE TI-84+CE TI-84+CEP TI-86 TI-89T cfx-9940GT fx-7400G+ fx 1.0+ fx-9750G+ fx-9860G fx-CG10 HP 49g+ HP 39g+ HP 39gs (bricked) HP 39gII HP Prime G1 HP Prime G2 Sharp EL-9600C
  • Consoles, mobile devices and vintage computers owned: Huawei P30 Lite, Moto G 5G, Nintendo 64 (broken), Playstation, Wii U

Keoni29

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.
If you like my work, why not give me an internet?

Dream of Omnimaga

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)
  • Calculators owned: TI-82 Advanced Edition Python TI-84+ TI-84+CSE TI-84+CE TI-84+CEP TI-86 TI-89T cfx-9940GT fx-7400G+ fx 1.0+ fx-9750G+ fx-9860G fx-CG10 HP 49g+ HP 39g+ HP 39gs (bricked) HP 39gII HP Prime G1 HP Prime G2 Sharp EL-9600C
  • Consoles, mobile devices and vintage computers owned: Huawei P30 Lite, Moto G 5G, Nintendo 64 (broken), Playstation, Wii U

Powered by EzPortal