You can help CodeWalrus stay online by donating here. | New CodeWalrus | Old (dark mode) | Old (light) | Discord server

Free internets for everyone

Previous topic - Next topic

0 Members and 6 Guests are viewing this topic.

0
b/Other publicado por u/Keoni29 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.
Inicia sesión o crea una cuenta para dejar un comentario
u/Dream of Omnimaga January 10, 2015, 05:04:28 PM
Is that against their TOS, though? :P
u/Keoni29 January 10, 2015, 05:13:42 PM
No idea :P
u/aetios January 14, 2015, 02:03:32 PM
I don' t think they even have a real TOS. It's just a counter :P
u/Dream of Omnimaga 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
u/Keoni29 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.
u/Dream of Omnimaga January 14, 2015, 11:29:03 PM
4chan? O.O
u/Keoni29 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.
u/Dream of Omnimaga 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)
Start a Discussion

b/Other

Any discussion that doesn't fit in other categories go here. Also, don't forget to introduce yourself. :)

232
Topics
Explore Board
Website statistics


MyCalcs | Ticalc.org | Cemetech | Omnimaga | TI-Basic Developer | MaxCoderz | TI-Story | Casiocalc.org | Casiopeia | The Museum of HP Calculators | HPCalc.org | CnCalc.org | Music 2000 Community | TI Education | Casio Education | HP Calcs | NumWorks | SwissMicros | Sharp Calculators
Powered by EzPortal