00:00
00:00
Newgrounds Background Image Theme

Mich just joined the crew!

We need you on the team, too.

Support Newgrounds and get tons of perks for just $2.99!

Create a Free Account and then..

Become a Supporter!

0 Voting Macros Discovered!!!

2,507 Views | 58 Replies
New Topic Respond to this Topic

Response to 0 Voting Macros Discovered!!! 2006-02-16 07:57:31


At 2/16/06 06:39 AM, WilliamVance wrote: Well you're somewhat wrong in saying that.

Its not easy to just change your external IP... Even on dial-up, the mask is still there. You'd have to buy a new one, for a minimum of 10 dollars from your ISP. And thats ridiculous just to 'vote' on a song or so.

What you mean is probably say for instance, some fag going to the library and voting, as well as at home. Multi-ip voting.

And this is where Jarrydn's bullshit detector goes off.

Ever heard of a proxy?

Don't talk about things you don't know about.

Response to 0 Voting Macros Discovered!!! 2006-02-17 00:04:42


sorry to hear that - I wasnt aware you had a crack addiction - but we columbians measure it in grams, not in litres..

hahaha that was such a funny self-stereotyping joke..

lol yeah i've had that one a lot of times :P

I once had a school meeting about always bein late for school, and my *cough* mad behaviour (ahh good times). I said something like: "Its the cokes fault, it makes my head feel funny." hahaha i didn't even realise what i was saying, anyway there was like 15secs silence.

Some of us get our caffine from coffee (americans come to mind), some of us get it from coke :O

Infact i'm itching for some now, its 5am here and TWO WHOLE HOURS before i can get my hands on any ;(

Response to 0 Voting Macros Discovered!!! 2006-02-17 16:30:04


Coke addict.

Switch to Sierra Mist or Vernors... that stuff is the shiznit.

Response to 0 Voting Macros Discovered!!! 2006-02-17 16:34:00


10 CLS
20 set "vote" = 0
30 set n=1
40 n+1
50 if n = 100 then goto 60 else goto 20
60 make half-hearted self advertisement thread in BBS.

Response to 0 Voting Macros Discovered!!! 2006-02-17 16:39:10


At 2/17/06 04:34 PM, Khuskan wrote: 10 CLS
20 set "vote" = 0
30 set n=1
40 n+1
50 if n = 100 then goto 60 else goto 20
60 make half-hearted self advertisement thread in BBS.

#include <spam.h>
#include <flameregs.h>

forum main()
{
double noobs = 0;

if (noobs > 10;)
cout << "OMG SO MANY NOOBIES..."

run FLAME;

else if (noobs <= 10;)

return FORUM_SUCCESS;
}

Response to 0 Voting Macros Discovered!!! 2006-02-17 17:54:31


Solus pwnt me hard with REAL code.

Response to 0 Voting Macros Discovered!!! 2006-02-17 18:06:25


At 2/17/06 05:57 PM, Chronamut wrote: ya but he used c++ code..

<?

$solus = "sucker";

print $solus;

?>

I could lower myself to the level of "coding" you're using here by using Visual Basic code...

but naa... wouldn't do it.

Response to 0 Voting Macros Discovered!!! 2006-02-18 03:16:47


At 2/17/06 05:57 PM, Chronamut wrote: ya but he used c++ code..

<?

$solus = "sucker";

print $solus;

?>

Next time try Basic or something , lol.

Response to 0 Voting Macros Discovered!!! 2006-02-18 07:55:20


At 2/17/06 04:34 PM, Khuskan wrote: 10 CLS
20 set "vote" = 0
30 set n=1
40 n+1
50 if n = 100 then goto 60 else goto 20
60 make half-hearted self advertisement thread in BBS.

Khuksan, if you read that more closely you'll realise it's an infinte loop :P

N will never equal 100. It will always equal 1, because everytime it loops back to line 30, it initialises variable 'n' as 1.

Response to 0 Voting Macros Discovered!!! 2006-02-18 11:44:01


That's true.

ALWAYS INITIALIZE YOUR VARIABLES FIRST KHUS!!!

OMGWTFUTINKUWERDOIN?!?!?!

Yeah... mmm...

The one thing I learned C++ was so I could do what Windows does: memory leaks.

Response to 0 Voting Macros Discovered!!! 2006-02-18 12:00:48


Also, I don't know much about the operators in basic, but I'm pretty sure to do a comparison you'd have to use a '==' instead of using the '=' (which is used for assigning a value to a variable...so essentially, you're assigning 100 to N come line 50).

Also, line 10 is a bit uneccesary because no text is being printed to the screen, but anway, enough nerd :P

Response to 0 Voting Macros Discovered!!! 2006-02-18 12:02:50


Also, I dare you to write a spam.h library and flameregs.h library. And make them do something useful ;D

Response to 0 Voting Macros Discovered!!! 2006-02-18 12:07:39


this has to be the funniset thing i've ever seen on ng lol


my youtube.

click it.

BBS Signature

Response to 0 Voting Macros Discovered!!! 2006-02-18 12:13:30


In basic "=" is also used as a comparison operator.

In C++ is where they make the distinction between "==" and "=".

So Khus will only infinitely loop :D

Response to 0 Voting Macros Discovered!!! 2006-02-18 12:14:38


At 2/18/06 12:02 PM, jarrydn wrote: Also, I dare you to write a spam.h library and flameregs.h library. And make them do something useful ;D

Do something useful like what? Give me ideas and I'll write them. :D

Response to 0 Voting Macros Discovered!!! 2006-02-18 12:15:31


At 2/18/06 12:13 PM, SolusLunes wrote: In basic "=" is also used as a comparison operator.

In C++ is where they make the distinction between "==" and "=".

So Khus will only infinitely loop :D

...touche'

I need to start playing with Q-basic again X-)

Response to 0 Voting Macros Discovered!!! 2006-02-18 12:41:17


o.O this makes me realize how little i know about programming. my pong game still owns tho...

Response to 0 Voting Macros Discovered!!! 2006-02-18 12:51:27


At 2/18/06 12:41 PM, NGSteve wrote: o.O this makes me realize how little i know about programming. my pong game still owns tho...

If you don't know how to intialize a variable and do a comparison, then I'm surprised you managed to write a pong game :P

Response to 0 Voting Macros Discovered!!! 2006-02-18 14:21:18


At 2/18/06 07:55 AM, jarrydn wrote:
At 2/17/06 04:34 PM, Khuskan wrote: 10 CLS
20 set "vote" = 0
30 set n=1
40 n+1
50 if n = 100 then goto 60 else goto 20
60 make half-hearted self advertisement thread in BBS.
Khuksan, if you read that more closely you'll realise it's an infinte loop :P

N will never equal 100. It will always equal 1, because everytime it loops back to line 30, it initialises variable 'n' as 1.

Shussshh, the smoothing capacitors on my BBC microcomputer's power supply are fried, so I havn't programmed in basic for YEARS.

Response to 0 Voting Macros Discovered!!! 2006-02-18 14:28:27


At 2/18/06 02:21 PM, Khuskan wrote: Shussshh, the smoothing capacitors on my BBC microcomputer's power supply are fried, so I havn't programmed in basic for YEARS.

Give me your BBC.

Does it have the little picture of the owl on the keyboard?

God...those were the days :)

Response to 0 Voting Macros Discovered!!! 2006-02-18 14:29:31


At 2/18/06 12:14 PM, SolusLunes wrote:
At 2/18/06 12:02 PM, jarrydn wrote: Also, I dare you to write a spam.h library and flameregs.h library. And make them do something useful ;D
Do something useful like what? Give me ideas and I'll write them. :D

I don't know :P. You bloody invented them :P.

I'm going to try and slip those into some of my programs this semester and see if my tutor notices X-)

Response to 0 Voting Macros Discovered!!! 2006-02-18 14:45:14


At 2/18/06 02:29 PM, jarrydn wrote:
At 2/18/06 12:14 PM, SolusLunes wrote:
At 2/18/06 12:02 PM, jarrydn wrote: Also, I dare you to write a spam.h library and flameregs.h library. And make them do something useful ;D
Do something useful like what? Give me ideas and I'll write them. :D
I don't know :P. You bloody invented them :P.

I'm going to try and slip those into some of my programs this semester and see if my tutor notices X-)

Well, the spam library will probably complement the flame library this way...

The spam library will be full of functions bringing up random noobish comments and the flameregs library will be full of functions making fun of the spam library... :D

Response to 0 Voting Macros Discovered!!! 2006-02-18 19:39:05


i remember tryin' to learn basic back when i was 5 on my dad's atari 800 computer that you needed to put the basic programming language in the slot under the lid on the top to get it to understand it. i also remember that that computer ran on audio tapes with series' of beeps. then you got to play baja buggies or astrowarriors.


my youtube.

click it.

BBS Signature

Response to 0 Voting Macros Discovered!!! 2006-02-18 20:57:39


At 2/18/06 02:45 PM, SolusLunes wrote:
At 2/18/06 02:29 PM, jarrydn wrote:
At 2/18/06 12:14 PM, SolusLunes wrote:
At 2/18/06 12:02 PM, jarrydn wrote: Also, I dare you to write a spam.h library and flameregs.h library. And make them do something useful ;D
Do something useful like what? Give me ideas and I'll write them. :D
I don't know :P. You bloody invented them :P.

I'm going to try and slip those into some of my programs this semester and see if my tutor notices X-)
Well, the spam library will probably complement the flame library this way...

The spam library will be full of functions bringing up random noobish comments and the flameregs library will be full of functions making fun of the spam library... :D

Ok...I think I have an idea. The Spam library will contain 50 or 60 functions, each having a print function with some noobish spam. Split these 60 up into groups of 5 or 10, all of them being slightly related in the nature of their content. Then have the random function print one and output it to the screen (and return the number of which spam was used).

Then the flamregs library will take the return value, and choose the neccesary retrort X-D

Response to 0 Voting Macros Discovered!!! 2006-02-18 23:03:20


At 2/18/06 08:57 PM, jarrydn wrote: Ok...I think I have an idea. The Spam library will contain 50 or 60 functions, each having a print function with some noobish spam. Split these 60 up into groups of 5 or 10, all of them being slightly related in the nature of their content. Then have the random function print one and output it to the screen (and return the number of which spam was used).

Then the flamregs library will take the return value, and choose the neccesary retrort X-D

Hell, you could just write two random-generation and return functions. No real need to create a library except for the satisfaction of seeing

#include <spam.h>

on the top of your code... :D

Response to 0 Voting Macros Discovered!!! 2006-02-18 23:05:36


Voting 0 on your audio may cause the score to get lower!

Response to 0 Voting Macros Discovered!!! 2006-02-18 23:23:40


At 2/18/06 11:03 PM, SolusLunes wrote: No real need to create a library except for the satisfaction of seeing

#include <spam.h>

on the top of your code... :D

Well duh, that's the whole point :P

Response to 0 Voting Macros Discovered!!! 2006-02-19 11:17:52


Here is my code:
1 + 1 = 1?! ;]

Response to 0 Voting Macros Discovered!!! 2006-02-19 11:52:12


I assume what you are trying to do is assign the value 2 to variable '1'. Or you're assigning the variable '1', plus the variable '1', to the variable '1',

I'm pretty confident that a variable can not be a number, but whatever :P