Skip to content

Commit

Permalink
I JUST REALIZED. also 1.2
Browse files Browse the repository at this point in the history
bang1338 have mental breakdown again, give me mercy
  • Loading branch information
Bang1338 authored Sep 12, 2022
1 parent 2cba98d commit 44859b0
Show file tree
Hide file tree
Showing 18 changed files with 16,308 additions and 0 deletions.
1,500 changes: 1,500 additions & 0 deletions Cookie Run Name Generator/Form1.Designer.vb

Large diffs are not rendered by default.

10,918 changes: 10,918 additions & 0 deletions Cookie Run Name Generator/Form1.resx

Large diffs are not rendered by default.

248 changes: 248 additions & 0 deletions Cookie Run Name Generator/Form1.vb

Large diffs are not rendered by default.

101 changes: 101 additions & 0 deletions Cookie Run Name Generator/HelpCenter.Designer.vb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

875 changes: 875 additions & 0 deletions Cookie Run Name Generator/HelpCenter.resx

Large diffs are not rendered by default.

41 changes: 41 additions & 0 deletions Cookie Run Name Generator/HelpCenter.vb
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
Public Class Help
Private Sub Help_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
Me.CenterToScreen()
End Sub

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click

RichTextBox1.Clear()

RichTextBox1.Text = "How to use:"
RichTextBox1.Text += Environment.NewLine
RichTextBox1.Text += Environment.NewLine + "1. Put config.ini to the place where this program file in here (along with exe file for short)"
RichTextBox1.Text += Environment.NewLine + "2. Run the program, put your name, and generate it."
RichTextBox1.Text += Environment.NewLine + "If you don't have config.ini, simply use P U R E R A N D O M by ticking Checkbox and generate it"
End Sub

Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
RichTextBox1.Clear()

RichTextBox1.Text = "How to make config:"
RichTextBox1.Text += Environment.NewLine
RichTextBox1.Text += Environment.NewLine + "In top-left side of a program, press 'ConfigMaker'"
RichTextBox1.Text += Environment.NewLine + "1. Fill all field"
RichTextBox1.Text += Environment.NewLine + "2. Load 'Expected Output' (MUST)"
RichTextBox1.Text += Environment.NewLine + "3. Save the file, and ready to use."
End Sub

Private Sub Button3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button3.Click
RichTextBox1.Clear()

RichTextBox1.Text = "Same as this, but this using command line. Faster but not very friendly."
RichTextBox1.Text += Environment.NewLine + "Also this will appear in 1.31"
End Sub

Private Sub Button4_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button4.Click
RichTextBox1.Clear()
RichTextBox1.Text = "YOU ARE GOING TO GITHUB"

Process.Start("https://github.com/Bang1338/Cookie-Run-Name-Generator/issues")
End Sub
End Class
Loading

0 comments on commit 44859b0

Please sign in to comment.