generic image
Processing...
  • Games
  • Catalog
  • Develop
  • Robux
  • Search in Players
  • Search in Games
  • Search in Catalog
  • Search in Groups
  • Search in Library
  • Log In
  • Sign Up
  • Games
  • Catalog
  • Develop
  • Robux
   
ROBLOX Forum » Club Houses » ROBLOX Talk
Home Search
 

Re: OK, I just got a really, really, REALLY weird message.

Previous Thread :: Next Thread 
basset is not online. basset
Joined: 16 Jun 2008
Total Posts: 14510
10 Jul 2012 09:53 PM
From Waqob

Subject:
buubg8o53bg95rg49q2g

Message:
namespace basset
{
partial class Form1
{
/// < summary >
/// Required designer variable.
/// < /summary >
private System.ComponentModel.IContainer components = null;

/// < summary >
/// Clean up any resources being used.
/// < /summary >
/// < param name="disposing">true if managed resources should be disposed; otherwise, false.< /param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}

#region Windows Form Designer generated code

/// < summary >
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// < /summary >
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
this.button1 = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button();
this.button4 = new System.Windows.Forms.Button();
this.textBox1 = new System.Windows.Forms.TextBox();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.button2 = new System.Windows.Forms.Button();
this.pictureBox2 = new System.Windows.Forms.PictureBox();
this.button5 = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
this.SuspendLayout();
//
// button1
//
this.button1.Location = new System.Drawing.Point(55, 115);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 1;
this.button1.Text = "Say Hello";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// button3
//
this.button3.Location = new System.Drawing.Point(407, 114);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(75, 23);
this.button3.TabIndex = 3;
this.button3.Text = "Feed";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// button4
//
this.button4.Location = new System.Drawing.Point(527, 114);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(75, 23);
this.button4.TabIndex = 4;
this.button4.Text = "Kill";
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(131, 88);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(437, 20);
this.textBox1.TabIndex = 5;
this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
//
// pictureBox1
//
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
this.pictureBox1.Location = new System.Drawing.Point(268, 248);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(194, 161);
this.pictureBox1.TabIndex = 6;
this.pictureBox1.TabStop = false;
this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click);
//
// button2
//
this.button2.Location = new System.Drawing.Point(165, 115);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(75, 23);
this.button2.TabIndex = 2;
this.button2.Text = "Punch";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// pictureBox2
//
this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
this.pictureBox2.Location = new System.Drawing.Point(87, 5);
this.pictureBox2.Name = "pictureBox2";
this.pictureBox2.Size = new System.Drawing.Size(121, 77);
this.pictureBox2.TabIndex = 7;
this.pictureBox2.TabStop = false;
//
// button5
//
this.button5.Location = new System.Drawing.Point(283, 115);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(75, 23);
this.button5.TabIndex = 8;
this.button5.Text = "Bathe";
this.button5.UseVisualStyleBackColor = true;
this.button5.Click += new System.EventHandler(this.button5_Click);
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(727, 412);
this.Controls.Add(this.button5);
this.Controls.Add(this.pictureBox2);
this.Controls.Add(this.pictureBox1);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.button4);
this.Controls.Add(this.button3);
this.Controls.Add(this.button2);
this.Controls.Add(this.button1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "Form1";
this.Text = "Roblox";
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();

}

#endregion

private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.PictureBox pictureBox2;
private System.Windows.Forms.Button button5;
}
}
Report Abuse
FPSBannana is not online. FPSBannana
Joined: 16 Nov 2009
Total Posts: 28622
10 Jul 2012 09:54 PM
That's a script manual.


LOLFAIL
Report Abuse
123avi is not online. 123avi
Joined: 27 Jul 2009
Total Posts: 14257
10 Jul 2012 09:54 PM
Its part of the "Code"





123Avi
Report Abuse
Specialboy107 is not online. Specialboy107
Joined: 03 Feb 2012
Total Posts: 5114
10 Jul 2012 09:54 PM
He gave you a script?
Report Abuse
GPR3 is not online. GPR3
Joined: 26 May 2008
Total Posts: 46187
10 Jul 2012 09:54 PM
Lol xD

- GPЯЗ ツ
Report Abuse
MNGLOGANp is not online. MNGLOGANp
Joined: 05 Jul 2011
Total Posts: 23870
10 Jul 2012 09:55 PM
A script?
Report Abuse
RichieRich is not online. RichieRich
Joined: 27 Apr 2008
Total Posts: 12015
10 Jul 2012 09:55 PM
GASP.
Not the "Code"!
Report Abuse
imbored332 is not online. imbored332
Joined: 27 Feb 2011
Total Posts: 15284
10 Jul 2012 09:55 PM
Wtf?
Report Abuse
maxy1501 is not online. maxy1501
Joined: 18 Jan 2009
Total Posts: 1449
10 Jul 2012 10:06 PM
Whats this "code"? don't mind me I don't know a lot about scripting, but what is this code?

~Don't be such a baby, ribs grow back
Report Abuse
cornholio234 is not online. cornholio234
Joined: 22 Oct 2010
Total Posts: 15142
10 Jul 2012 10:10 PM
you must be an oyinbo.
Report Abuse
Sphyrinx is not online. Sphyrinx
Joined: 05 Jul 2011
Total Posts: 22022
10 Jul 2012 10:10 PM
[ Content Deleted ]
Report Abuse
thenewfoundland is not online. thenewfoundland
Joined: 18 Feb 2011
Total Posts: 2364
10 Jul 2012 10:15 PM
i did
Report Abuse
SirINeedTrainz is not online. SirINeedTrainz
Joined: 06 Jul 2012
Total Posts: 620
10 Jul 2012 10:22 PM
Ima spam his inbox.
Report Abuse
Previous Thread :: Next Thread 
Page 1 of 1
 
 
ROBLOX Forum » Club Houses » ROBLOX Talk
   
 
   
  • About Us
  • Jobs
  • Blog
  • Parents
  • Help
  • Terms
  • Privacy

©2017 Roblox Corporation. Roblox, the Roblox logo, Robux, Bloxy, and Powering Imagination are among our registered and unregistered trademarks in the U.S. and other countries.



Progress
Starting Roblox...
Connecting to Players...
R R

Roblox is now loading. Get ready to play!

R R

You're moments away from getting into the game!

Click here for help

Check Remember my choice and click Launch Application in the dialog box above to join games faster in the future!

Gameplay sponsored by:
Loading 0% - Starting game...
Get more with Builders Club! Join Builders Club
Choose Your Avatar
I have an account
generic image