Don't fear evil...evil made us the proud nation we are today. - spankster501
Captain Cynic Guides
Administrative Contact
Talk Talk
Philosophy Forum
Religion Forum
Psychology Forum
Science & Technology Forum
Politics & Current Events Forum
Health & Wellness Forum
Sexuality & Intimacy Forum
Product Reviews
Stories & Poetry Forum
Art Forum
Movie/TV Reviews
Jokes & Games
Photos, Videos & Music Forum

Interactive buddy - Page 7

User Thread
 30yrs • M •
DA joker is new to Captain Cynic and has less than 15 posts. New members have certain restrictions and must fill in CAPTCHAs to use various parts of the site.
=D =D =D i found out something WICKED funny =D the one where he goes DIE MORTALS HAHAHAHAHA replace that with something funny like FUCK YOU or SHITHOLE its WICKED FUNNY XD

| Permalink
"i rock at jokes =D"
 30yrs • M •
DA joker is new to Captain Cynic and has less than 15 posts. New members have certain restrictions and must fill in CAPTCHAs to use various parts of the site.

your best friend DA joker

| Permalink
"i rock at jokes =D"
 33yrs • M •
Modshade666 is new to Captain Cynic and has less than 15 posts. New members have certain restrictions and must fill in CAPTCHAs to use various parts of the site.
for major $ buy the script engine and type this in to it:

x = getBuddyX();
y = getBuddyY();
power = 165;
explode(x,y,power);
click run once and don't click run every frame because that will crash it!
change the # for diffrent effects but don't make it any larger or it will crash!

| Permalink
 33yrs • M •
Modshade666 is new to Captain Cynic and has less than 15 posts. New members have certain restrictions and must fill in CAPTCHAs to use various parts of the site.
for major $ buy the script engine and type this in to it:

x = getBuddyX();
y = getBuddyY();
power = 165;
explode(x,y,power);
click run once and don't click run every frame because that will crash it!
change the # for diffrent effects but don't make it any larger or it will crash!

| Permalink
 27yrs • M •
harbanero123 is new to Captain Cynic and has less than 15 posts. New members have certain restrictions and must fill in CAPTCHAs to use various parts of the site.
here's a cool script that makes a water spout and is cool with the mode open ceiling because when things go up the rain like a meteor:

t = t +1;
if (t% 80 == 0, assign (a, create ( "bowlball" randomBet (1, 549), 100, 0, 800));
xPos = getX (a);
yPos = getY (a);
fire (xPos, yPos-10, 0, 0, 10, 1);
if (yPos> 300, destroy (a));
if (yPos> 350, explode (xPos, yPos, 1));
if (yPos> 350, create ( "molotov", xPos, yPos, 0, 0));

| Permalink
"i am a gamer"
 25yrs • M •
A CTL of 1 means that desmo is a contributing member of Captain Cynic.
Hey everyone use these awesome scripts.

this makes a water ball. just click.


if(getMouseDown(),water(getXMouse(),getYM ouse(),0,0,5,2));
you can change water to fire or shock

this makes an elemental ball

if(getMouseDown(),shock(getXMouse(),getYM ouse(),0,0,5,2));

if(getMouseDown(),water(getXMouse(),getYM ouse(),0,0,5,2));

if(getMouseDown(),fire(getXMouse(),getYM ouse(),0,0,5,2));

tthis makes a electric water ball


if(getMouseDown(),shock(getXMouse(),getYM ouse(),0,0,5,2));

if(getMouseDown(),water(getXMouse(),getYM ouse(),0,0,5,2));

electric fire ball


if(getMouseDown(),shock(getXMouse(),getYM ouse(),0,0,5,2));


if(getMouseDown(),fire(getXMouse(),getYM ouse(),0,0,5,2));

a electric mouse

if(getMouseDown(),shock(getXMouse(),getYM ouse(),0,0,5,2));

a water paradise

strength=10;water's pushing power;
spread=.3;rate that drops expand at;
size=3;size of drops;
~~~~~~~~~~~~~~~~~~;

water(round(randomBet(10, 540)), 10, 0, 60, strength, spread, size, false);
water(round(randomBet(10, 540)), 10, 0, 60, strength, spread, size, false);
water(round(randomBet(10, 540)), 10, 0, 60, strength, spread, size, false);
water(round(randomBet(10, 540)), 10, 0, 60, strength, spread, size, false);
water(round(randomBet(10, 540)), 10, 0, 60, strength, spread, size, false);

r=r+1;
if(t%4==0, water(0, 0, getBuddyX()/20+8, getBuddyY()/20, 100, 0, 10, 1, false));
if(t%4==2, assign(t, t+1));
if(r%delay==0, assign(t, t+1));

water(275, 399, 0, -30, 200, .5, 2, 5, 7, 8, -400, 80, .1 false);

t=t+1;
if(t%2,water(sin(t*.075)*125+275,cos(t*.052)*100+200,0,0,140,.075,2,2,f
alse),0)

water(80,0,0,25,15,.7,10,10,0);
water(0,350,25,0,20,.7,10,10,0);
water(470,400,0,-25,15,.7,10,10,0);
water(540,80,-25,0,20,.7,10,10,0);

a fire paradise

strength=10;fire's pushing power;
spread=.3;rate that drops expand at;
size=3;size of drops;
~~~~~~~~~~~~~~~~~~;

fire(round(randomBet(10, 540)), 10, 0, 60, strength, spread, size, false);
fire(round(randomBet(10, 540)), 10, 0, 60, strength, spread, size, false);
fire(round(randomBet(10, 540)), 10, 0, 60, strength, spread, size, false);
fire(round(randomBet(10, 540)), 10, 0, 60, strength, spread, size, false);
fire(round(randomBet(10, 540)), 10, 0, 60, strength, spread, size, false);

r=r+1;
if(t%4==0, fire(0, 0, getBuddyX()/20+8, getBuddyY()/20, 100, 0, 10, 1, false));
if(t%4==2, assign(t, t+1));
if(r%delay==0, assign(t, t+1));

fire(275, 399, 0, -30, 200, .5, 2, 5, 7, 8, -400, 80, .1 false);

t=t+1;
if(t%2,fire(sin(t*.075)*125+275,cos(t*.052)*100+200,0,0,140,.075,2,2,fa
lse),0)

fire(80,0,0,25,15,.7,10,10,0);
fire(0,350,25,0,20,.7,10,10,0);
fire(470,400,0,-25,15,.7,10,10,0);
fire(540,80,-25,0,20,.7,10,10,0);

I made all of them and I hope u like them!! Fine I didn't make all of them some of them are just modified scripts and some of them are just scripts put together but I made electric ball, water ball, and elemental ball, but enjoy them!!

| Permalink
"Come on, let's be friends. (relates to pic)"
[  Edited by desmo at   ]
 25yrs • M •
A CTL of 1 means that desmo is a contributing member of Captain Cynic.
Hey no ones been posting on here for a while. I'm lonely

| Permalink
"Come on, let's be friends. (relates to pic)"
 25yrs • M •
A CTL of 1 means that desmo is a contributing member of Captain Cynic.
I am an interactive buddy fan. It is the best. The best.

| Permalink
"Come on, let's be friends. (relates to pic)"
 28yrs • M •
Aaron4567 is new to Captain Cynic and has less than 15 posts. New members have certain restrictions and must fill in CAPTCHAs to use various parts of the site.
if(getMouseDown(),water(0,0,0,0, 80000, 0, 100, 1, )
it causes the room to fill with water

| Permalink
 34yrs • M •
Mexican farts is new to Captain Cynic and has less than 15 posts. New members have certain restrictions and must fill in CAPTCHAs to use various parts of the site.
good game

| Permalink
"^_^"
Interactive buddy - Page 7
  1    2    3    4    5    6    7  
About Captain Cynic
Common FAQ's
Captain Cynic Guides
Contact Us
Terms of Use
Privacy Policy
General Forum Rules
Cynic Trust Levels
Administrative Contact Forum
Registration
Lost Password
General Discussion
Philosophy Forums
Psychology Forums
Health Forums
Quote Submissions
Promotions & Links
 Captain Cynic on Facebook
 Captain Cynic on Twitter
 Captain Cynic RSS Feed
 Daily Tasker
Copyright © 2011 Captain Cynic All Rights Reserved.   Terms of Use   Privacy Policy