Captain Cynic Forums & Discussion
Dawn Dawn
Welcome to Captain Cynic!
Decius Decius
Amazing: The Coelacanth
Captain Cynic Guides
Talk Talk
Administrative Contact
Philosophy Forum
Religion Forum
Psychology Forum
Science and Discovery
Politics and Current Events
Health & Wellness
Sexuality
Recite/Write Poetry & Stories
Share Artwork
Movie/TV Reviews
Jokes & Games
Photos, Videos & Music

Interactive buddy

User Thread
 18yrs • 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


"i rock at jokes =D"
 18yrs • 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


"i rock at jokes =D"
 21yrs • 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!


 21yrs • 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!


 15yrs • 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));


"i am a gamer"
desmo
 13yrs • 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!!


"Come on, let's be friends. (relates to pic)"
[  Edited by desmo at   ]
desmo
 13yrs • 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


"Come on, let's be friends. (relates to pic)"
desmo
 13yrs • 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.


"Come on, let's be friends. (relates to pic)"
 16yrs • 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


 22yrs • 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


"^_^"
Interactive buddy
  1    2    3    4    5    6    7  
"Life is like a mirror; if you frown at it, it frowns back; if you smile, it returns the greeting."
- Wyote -
About Captain Cynic
Administrative Contact Forum
Terms of Use
Privacy Policy
Contact Us
Common FAQ's
General Forum Rules
Captain Cynic Guides
Cynic Trust Levels
General Discussion
Social Awareness Forums
Creativity Forums
Entertainment Forums
Registration
Lost Password
Quote Submissions
 Daily Tasker
 Robin Murarka
Copyright © 2011 Captain Cynic All Rights Reserved.   Terms of Use   Privacy Policy