akosihart01 (06-02-2012)
Here's my new new Version with Dotnetbar. The Design is my first test
Just try it out ^.^
I'll try to add save function but I don't know how xDD
Ok I know how to add save and load function but the write function is not working correctly.
It cant write the dll path and name so that it can be used for injection. Can someone help me ?
Screen:
Scan:
1
Last edited by XxDragonSharKxX; 06-30-2010 at 02:10 AM.
akosihart01 (06-02-2012)
File approved.
LOl daddy cant run
true doesnt work for me -.-

10
what happens ? just normal design ?
Nice . Also nice name :/

10
I want a Save/Load function ^^
but it's not possible to save and load the path by listbox -.-

10
yay ;D thank youAdd me in Skype I send you the source project
nsg_dragonshark
I won't do everything for you I just give you a simple source code and you need to edit it etc...
Because the source code is for something else you just need to edit some parts of it(you edit the things you want to be saved)
[php]Private Sub Button1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Button1.Click
My.Settings.TxtBox1 = TextBox1.Text
My.Settings.TxtBox2 = TextBox2.Text
My.Settings.TxtBox3 = TextBox3.Text
My.Computer.FileSystem.WriteAllText( "TheFile.txt", My.Settings.SettingsKey. ToString, True)
End Sub
Private Sub Button2_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Button2.Click
My.Settings.SettingsKey = My.Computer.FileSystem. ReadAllText ("TheFile.txt") .ToString
TextBox1.Text = My.Settings.TxtBox1
TextBox2.Text = My.Settings.TxtBox2
TextBox3.Text = My.Settings.TxtBox3
End Sub
______________________________________…[/php]

10
I already got a code, but I cant save the path of the dll that is in the listbox.
"Dll.name" this have to be changed. That the path will be saved and be loaded and something like this.Code:Private Sub Button6_Click_1(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button6.Click Dim INI As New INIDatei, i As Integer INI.Pfad = My.Application******.DirectoryPath & "\savedlls.ini" For i = 1 To Dlls.Items.Count INI.WertSchreiben("Files", "Number of Files", Dlls.Items.Count) INI.WertSchreiben("Files", CStr(i), Dlls.Name) Next i End Sub Private Sub Button8_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button8.Click Dim INI As New INIDatei, max As Integer, i As Integer INI.Pfad = My.Application******.DirectoryPath & "\savedlls.ini" max = CInt(INI.WertLesen("Files", "Number of Files")) For i = 1 To max Dlls.Items.Add(INI.WertLesen("Files", CStr(i))) Next i End Sub
Dll is the listbox's name.
ini.wertlesen is reading the ini file.
ini.wertschreiben is writing into the file.
The first is saving the second loading at the Buttons.
In loading I can only load one of the dlls.
naw ... daddy got degmodded
Everybody wanting to post in crossfire section read these
https://www.mpgh.net/forum/175-crossf...-5-2011-a.html
EX.