Hey, I was making an injector, when I decided to make a "Save Settings Function". It was supposed to save the checkbox settings in a ****i file but I can't manage to do it
Can anyone help me with this stuff?
Before you start flaming me with "LEARN TO CODE ******", I'm not a noob at Visual Basic and I've done coding before. I've got about 1 year of experience so don't flame me. Want proof I can code? I'll give you some of my functions.
My.Settings.password = TextBox2.Text
My.Settings.Save()
My.Settings.Reload()
end
form 1
TextBox1.Text = My.Settings.Username
TextBox2.Text = My.Settings.Password
end
go to settings and make a string called userrname and pass and it will work
You can use StreamReader and StreamWriter for this. Use the search button or browse back a few pages in this section and I posted a semi big tut on ways to do this. If you can grasp the concept you're good to go.
My.Settings.password = TextBox2.Text
My.Settings.Save()
My.Settings.Reload()
end
form 1
TextBox1.Text = My.Settings.Username
TextBox2.Text = My.Settings.Password
end
go to settings and make a string called userrname and pass and it will work
Credits, credits, credits.
You and your fucking leeching is getting you nowhere, especially in VBOTW.
And that's not even what he asked for!
Originally Posted by lolland
Credits, credits, credits.
You and your fucking leeching is getting you nowhere, especially in VBOTW.
And that's not even what he asked for!
credit's ? um me and how the heck do i leach sense when ? wow what is with you seriously ? wtf is your problem and it is practically what he asked for this is just an easier way you need to take a freaking chill pill dude and grow up show me 1 post where i leached also how the hell could you leach m.settings that isn't a class or moudule no one made the code it's fucking made into vb.net to store strings so wtf you talking about go learn to program before you say anything else, cause your making your self sound really really retarded congrats you just made my signature and your practicly the king of choobs for VB
You're the leech king of VB.
Half of your VBOTW entry is copy pasted, you post copy-pasted leeched code into my section without any credits and you take credit for it yourself. If you wanna put my post (which had lots of facts and reasoning behind it) into your signature, go ahead, I could care less what an idiot thinks.
You honestly have no clue what you're doing in VB, and to call me (an experienced programmer, if I can say so myself) a retard and a "choob" is completely and utterly inane.
But wait, that MUST be a coincedence, because you totally know every single aspect of VB do you not?
Look at this edit you removed from one of your previous posts:
LOLzZzZ
I just seen this code
If GetAsyncKeyState(Keys.F5) Then
Timer1.Enabled = True''' <---- WTF lol what is the point of that xD that is just usless take the code from timer1 and put it there
ElseIf GetAsyncKeyState(Keys.F6) Then
Timer1.Enabled = False <--- and make that nothing
End If
Looks like you know everything about VB!
Also, let's look at this:
Originally Posted by Lonely Tedy Bear
mogh.net doesn't support this , this code could be used to create malicious software such as a Rat,Keylogger,Trojan etc etc
but anyways here is the code
Code:
Public Sub CopyFiles(ByVal sourcePath As String, ByVal DestinationPath As String)
If (Directory.Exists(sourcePath)) Then
For Each fName As String In Directory.GetFiles(sourcePath)
If File.Exists(fName) Then
Dim dFile As String = String.Empty
dFile = Path.GetFileName(fName)
Dim dFilePath As String = String.Empty
dFilePath = DestinationPath + dFile
File.Copy(fName, dFilePath, True)
End If
Next
End If
End Sub
Nextgen had to ask you to add credits to that, didn't he?
It really sucks I called you out on it now, because I'm 100% sure you would've done it more.