Jump to content

cbox


Recommended Posts

Posted
sigh.... This sucks. The only potencely good thing about this was the right click thing and that does not work <_<

 

Needs a lot of inprovments befor i take this out of my recycle bin.

 

Lets see u do better ***.

 

And the right click does work ur just retarded.

  • Replies 66
  • Created
  • Last Reply

Top Posters In This Topic

Posted (edited)
Lets see u do better ***.

 

And the right click does work ur just retarded.

umm no i am not, and how would you even know? you did not program it, just played around it designer.

and it is just the source 4 a resinger. soo... It Sucks. all it is a Stolen resigner source and took away the resigner so it offers apsolty nothing.

 

And if your still dont belive me ill do a pnt screen

 

Btw i could program something better than you. and by programing i mean not stealing source and all ur apps are just some1 sourse you CANT PROGRAM ANYTHING WITH OUT OPENING A SOURCE OR COPY&PASTING SO GET A LIFE

Edited by BTKC124
Posted
umm no i am not, and how would you even know? you did not program it, just played around it designer.

and it is just the source 4 a resinger. soo... It Sucks. all it is a Stolen resigner source and took away the resigner so it offers apsolty nothing.

 

And if your still dont belive me ill do a pnt screen

 

Btw i could program something better than you. and by programing i mean not stealing source and all ur apps are just some1 sourse you CANT PROGRAM ANYTHING WITH OUT OPENING A SOURCE OR COPY&PASTING SO GET A LIFE

No,I was helping him with some parts of a code on team viewer

Posted
umm no i am not, and how would you even know? you did not program it, just played around it designer.

and it is just the source 4 a resinger. soo... It Sucks. all it is a Stolen resigner source and took away the resigner so it offers apsolty nothing.

 

And if your still dont belive me ill do a pnt screen

 

Btw i could program something better than you. and by programing i mean not stealing source and all ur apps are just some1 sourse you CANT PROGRAM ANYTHING WITH OUT OPENING A SOURCE OR COPY&PASTING SO GET A LIFE

 

 

urm no, this is my source ***.

 

Also want to see the source? without the shell extensions source, (Im not allowed to post), here it is:

 

Imports System
Imports System.IO
Imports DevComponents.DotNetBar
Imports DevComponents.DotNetBar.Office2007RibbonForm
Imports System.Text


Public Class Form1
Inherits DevComponents.DotNetBar.Office2007RibbonForm

#Region "Hex Offsets & BinaryReader"
Public Sub OpenCON(ByVal FileName As String)
	Dim fs As New FileStream(FileName, FileMode.Open)
	Dim br As New BinaryReader(fs)
	Dim length As Long = fs.Length


	br.BaseStream.Position = &H412
	Dim Name As Byte() = br.ReadBytes(57)
	TextBoxX1.Text = UnicodeEncoding.Unicode.GetString(Name)


	br.BaseStream.Position = &H1692
	Dim game As Byte() = br.ReadBytes(12)
	TextBoxX2.Text = UnicodeEncoding.Unicode.GetString(game)


	br.BaseStream.Position = &H171A
	Dim img As MemoryStream = New MemoryStream(br.ReadBytes(16000))
	PictureBox1.Image = Image.FromStream(img)


	br.BaseStream.Position = &HE068
	Dim Disc As Byte() = br.ReadBytes(116)
	TextBox1.Text = ASCIIEncoding.ASCII.GetString(Disc)


	br.BaseStream.Position = &H360
	Dim TitleID As Byte() = br.ReadBytes(4)
	TextBoxX3.Text = BitConverter.ToString(TitleID).Replace("-", "")


	br.BaseStream.Position = &H371
	Dim ProfileID As Byte() = br.ReadBytes(8)
	TextBoxX4.Text = BitConverter.ToString(ProfileID).Replace("-", "")


	br.BaseStream.Position = &H3FD
	Dim DeviceID As Byte() = br.ReadBytes(20)
	TextBoxX5.Text = BitConverter.ToString(DeviceID).Replace("-", "")
End Sub
Private Sub Button1_Click_1(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
	Dim ofd As New OpenFileDialog()
	If ofd.ShowDialog() = DialogResult.OK Then
		OpenCON(ofd.FileName)
	End If
End Sub
#End Region

#Region "Styles"
Private Sub ButtonX1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ButtonX1.Click
	RibbonControl1.Office2007ColorTable = eOffice2007ColorScheme.Black
End Sub

Private Sub ButtonX2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ButtonX2.Click
	RibbonControl1.Office2007ColorTable = eOffice2007ColorScheme.Blue
End Sub

Private Sub ButtonX3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ButtonX3.Click
	RibbonControl1.Office2007ColorTable = eOffice2007ColorScheme.Silver
End Sub

Private Sub ButtonX4_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ButtonX4.Click
	RibbonControl1.Office2007ColorTable = eOffice2007ColorScheme.VistaGlass
End Sub
#End Region
End Class

 

Now tell me, does that look like the resigner source, whats that. No!

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×
×
  • Create New...