Rogue Modder Posted March 31, 2009 Author Report Posted March 31, 2009 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.
DEEhunter Posted March 31, 2009 Report Posted March 31, 2009 He never claimed any of the research as his own so what did he do wrong?HOLY FUCK YOUR SO STUPID!http://img22.imageshack.us/img22/9251/12383890247509069669.jpg
halodu03de Posted April 1, 2009 Report Posted April 1, 2009 HOLY FUCK YOUR SO STUPID!http://img22.imageshack.us/img22/9251/12383890247509069669.jpgwhy don't you go grow a pair little kid
SotG Caboose Posted April 1, 2009 Report Posted April 1, 2009 why don't you go grow a pair little kidNice one captain comebacks!
xX Epsilon Xx Posted April 1, 2009 Report Posted April 1, 2009 I like DEE because he has recon model/bitmaps for 3DS! Yay! Your so 1337! lol
BTKC124 Posted April 1, 2009 Report Posted April 1, 2009 (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 April 1, 2009 by BTKC124
Lockon Posted April 1, 2009 Report Posted April 1, 2009 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 LIFENo,I was helping him with some parts of a code on team viewer
Rogue Modder Posted April 1, 2009 Author Report Posted April 1, 2009 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!
BTKC124 Posted April 1, 2009 Report Posted April 1, 2009 (edited) K But That does not stop the point that the right click does not work Edited April 1, 2009 by BTKC124
Rogue Modder Posted April 1, 2009 Author Report Posted April 1, 2009 You have to slick the button "Enable/Disable Shell" >.<
BTKC124 Posted April 1, 2009 Report Posted April 1, 2009 ohhhhhhhhhhhhhhhhhhhhhhh coolBtw could u make a icon on next verson/post 1
Rogue Modder Posted April 2, 2009 Author Report Posted April 2, 2009 Thanks for the feedback, how those guys have stopped there flame war.
iBotPeaches Posted April 2, 2009 Report Posted April 2, 2009 Name your textboxes, to represent what they are. Helps out in the future, and add tool tips and make sure your tab order is right.
Rogue Modder Posted April 2, 2009 Author Report Posted April 2, 2009 I am currently revamping the app. I will do that Peaches
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now