Kuribo64
Views: 19,850,359 Home | Forums | Uploader | Wiki | Object databases | IRC
Rules/FAQ | Memberlist | Calendar | Stats | Online users | Last posts | Search
03-28-24 10:15 AM
Guest:

0 users taking it easy | 1 bot

Main - Relaxland - The CTRL+V Game Hide post layouts | Thread closed

Pages: 1 2 3 4 5 ... 8 9 10 11 12 13
GreenThunder1337
Posted on 05-27-15 03:23 AM (rev. 2 of 05-27-15 03:24 AM) Link | #60272
I now know the true meaning of fear. :x:

P O T A T O K N I S H E S

____________________
Kuribo64 / NSMBHD / MMM

NNID: GreenThunder1337
3DS FC: 1521 - 5979 - 1511

SquidEmpress
Posted on 05-27-15 06:43 AM Link | #60273


ASCII art for this ASCII chocolate bar thingamajig.

____________________
Super Mario LOLand

Thanks to kaj for helping to port my Acmlmboard 2.5 layout to Acmlmboard 2.064!


Hiccup
Posted on 05-27-15 10:36 AM (rev. 2 of 05-27-15 10:37 AM) Link | #60275
Posted by Clipboard


I was replying to this post:
http://jul.rustedlogic.net/thread.php?id=17615

Nadia
Posted on 05-27-15 10:57 AM Link | #60276
play -n -c1 synth whitenoise lowpass -1 120 lowpass -1 120 lowpass -1 120 gain +14

Plays a pretty cool sound.

Fruit Smasher
Posted on 05-27-15 09:49 PM Link | #60292
Posted by Hiccup


Its not creepy at all.

Lunarius
Posted on 05-27-15 09:53 PM Link | #60293
effective. 
Power
لُلُصّبُلُلصّبُررً ॣ ॣh ॣ ॣ


lol. The message I kept sending to people to make their iPhones crash, and reboot.




<Silvreus>I am a random person…
<Silvreus>With a random personality…
<Silvreus>With a random life…
<Silvreus>How fun. :P



SquidEmpress
Posted on 05-27-15 10:11 PM Link | #60298
Posted by Hiccup

LOL, Jul is where Board2 was over three years ago. Of Board2, Jul, and Kafuka, Kafuka is the better of the three but that's just my personal bias. :P

Oh yeah, here's what's on my clipboard: Wii U hacking

Some random phrase I have on my clipboard.

____________________
Super Mario LOLand

Thanks to kaj for helping to port my Acmlmboard 2.5 layout to Acmlmboard 2.064!


Fruit Smasher
Posted on 05-28-15 01:18 AM (rev. 2 of 05-28-15 01:22 AM) Link | #60312
Effective Power

i was getting more info on it. But holy crap, i can get like the phone number of bullies and turn off their phones.

Sniff... its beautiful!
[Edit] Damn it! it doesnt work on Galaxy note 3 :o

GreenThunder1337
Posted on 05-28-15 03:40 AM Link | #60317
Posted by Somebody Else
Effective Power

i was getting more info on it. But holy crap, i can get like the phone number of bullies and turn off their phones.

Sniff... its beautiful!
[Edit] Damn it! it doesnt work on Galaxy note 3 :o

That would be because it ONLY WORKS ON IPHONES.

Obviousness nazi out.

wasdf qwerty asdf

____________________
Kuribo64 / NSMBHD / MMM

NNID: GreenThunder1337
3DS FC: 1521 - 5979 - 1511

salty
Posted on 05-28-15 11:39 AM Link | #60328

Steven Universe is cancelled :(

STEVENBOMB INCOMING!
[image]

uhh, stupid repeat stuff. Ah well.

____________________
discord: salty#1212
twitter
photobucke­t ;)

Hiccup
Posted on 05-28-15 11:46 AM Link | #60329
N/A
I was filling in a spreadsheet. Exciting.

Fruit Smasher
Posted on 05-29-15 01:49 AM Link | #60358
using UnityEngine;
using System.Collections;


public class ItemShooter : MonoBehaviour {

static float fireRate = 0;
public float Damage = 10;
public LayerMask whatToHit;
float timeToFire = 0;
Transform firePoint;
public GameObject Missle;
public Animator missleAnim;

// Use this for initialization
void Awake () {
firePoint = transform.FindChild ("Item Thrower");
if (firePoint == null) {
Debug.LogError ("Cant find the child"); // if the system cant find the object, send this message!
}
}
void Update () {
if (fireRate == 0) {
if (Input.GetKey(KeyCode.Space)) {
Shoot();
}
}
}

void Shoot () {
Vector3 mousePosition = new Vector3 (Camera.main.ScreenToWorldPoint (Input.mousePosition).x, Camera.main.ScreenToWorldPoint(Input.mousePosition).y);
Vector3 firePointPosition = new Vector3 (firePoint.position.x, firePoint.position.y);
RaycastHit2D hit = Physics2D.Raycast (firePointPosition, mousePosition-firePointPosition, 100, whatToHit);
Effect ();
Debug.Log ("It works!");
}


void Effect () {
Instantiate (Missle, firePoint.position, firePoint.rotation);
missleAnim.enabled = !missleAnim.enabled;
}
}

Some C# i made. (It was in my clipboard because i didnt want to lose it)

MC708
Posted on 10-15-16 10:00 AM (rev. 3 of 10-15-16 11:11 AM) Link | #78755
NSMBeClip|OBJ:40:21:1:1:0:93|
Yeah I really don't even know what this is

____________________

Sorry for the maintenance -- we'll be back soon!

cros107
Posted on 10-15-16 01:45 PM Link | #78764
KEVIN

[I was spamming my friend on skype.]

____________________
No, not doing SM64DS hacking, just here for the waffles.

Gipt
Posted on 10-15-16 02:30 PM Link | #78770
-Super Mario Galaxy,

?

____________________
Stupidity is the bane of my existence. Why do you think I hate myself?

https://www.youtube.com/channel/UCqPusGtpXOn2-HBXSOobhXw

Toms
Posted on 10-15-16 02:49 PM Link | #78779
( ͡° ͜ʖ ͡°)

I forgot how to make it so I copied it

shibboleet
Posted on 10-15-16 02:51 PM Link | #78780
something = (settings & 0xFF) << 24;

neweru leak

____________________
a

Arisotura
Posted on 10-15-16 02:53 PM Link | #78781
omg, are you crazy

____________________
NSMBHD - Kafuka - Jul
melonDS the most fruity DS emulator there is

zafkflzdasd

MC708
Posted on 10-15-16 02:54 PM Link | #78782
Oh noes, neweru is going to get cancelled <_<

____________________

Sorry for the maintenance -- we'll be back soon!

RicBent
Posted on 10-15-16 08:20 PM Link | #78788

nds_printf(something, *topScreenPtr+416, " Reinsert the Game Card/SD Card ");
nds_printf(something, *topScreenPtr+448, " and reboot the system. ");

Leaks everywhere

____________________
GitHub - YouTube - NSMBHD
Pages: 1 2 3 4 5 ... 8 9 10 11 12 13

Main - Relaxland - The CTRL+V Game Hide post layouts | Thread closed

Page rendered in 0.050 seconds. (2048KB of memory used)
MySQL - queries: 30, rows: 240/240, time: 0.011 seconds.
[powered by Acmlm] Acmlmboard 2.064 (2018-07-20)
© 2005-2008 Acmlm, Xkeeper, blackhole89 et al.