GWEEN KNOBLIN
  
  
  

' Add a Label (lblStatus), a Button (btnJump), and a TextBox (txtConsole)
' Set txtConsole.MultiLine = True and txtConsole.ScrollBars = 2 (Vertical)

Dim jumpCount As Integer
Dim rng As New Random

Private Sub Form_Load()
Me.Caption = "CS2 Bunny Hop Simulator"
lblStatus.Caption = "Ready to jump!"
txtConsole.Text = "Welcome to CS2 Bunny Hop Simulator!" & vbCrLf
jumpCount = 0
End Sub

Private Sub btnJump_Click()
jumpCount = jumpCount + 1
Dim msg As String

Select Case jumpCount
Case 1
msg = "You jumped... kinda."
Case 2
msg = "Ok! You're getting the hang of it."
Case 3
msg = "You're air strafing like a legend!"
Case 5
msg = "Smoother than s1mple’s aim..."
Case 10
msg = "VAC is watching you 👀"
Case 20
msg = "You're a bhop god. Touch grass."
Case Else
msg = "Jump #" & jumpCount & " - Keep it up!"
End Select

lblStatus.Caption = "Jumps: " & jumpCount
txtConsole.Text = txtConsole.Text & msg & vbCrLf

' Auto scroll
txtConsole.SelStart = Len(txtConsole.Text)
txtConsole.SelLength = 0
txtConsole.SetFocus
End Sub
  
  
  

' Add a Label (lblStatus), a Button (btnJump), and a TextBox (txtConsole)
' Set txtConsole.MultiLine = True and txtConsole.ScrollBars = 2 (Vertical)

Dim jumpCount As Integer
Dim rng As New Random

Private Sub Form_Load()
Me.Caption = "CS2 Bunny Hop Simulator"
lblStatus.Caption = "Ready to jump!"
txtConsole.Text = "Welcome to CS2 Bunny Hop Simulator!" & vbCrLf
jumpCount = 0
End Sub

Private Sub btnJump_Click()
jumpCount = jumpCount + 1
Dim msg As String

Select Case jumpCount
Case 1
msg = "You jumped... kinda."
Case 2
msg = "Ok! You're getting the hang of it."
Case 3
msg = "You're air strafing like a legend!"
Case 5
msg = "Smoother than s1mple’s aim..."
Case 10
msg = "VAC is watching you 👀"
Case 20
msg = "You're a bhop god. Touch grass."
Case Else
msg = "Jump #" & jumpCount & " - Keep it up!"
End Select

lblStatus.Caption = "Jumps: " & jumpCount
txtConsole.Text = txtConsole.Text & msg & vbCrLf

' Auto scroll
txtConsole.SelStart = Len(txtConsole.Text)
txtConsole.SelLength = 0
txtConsole.SetFocus
End Sub
Ecksehrin 24 Apr @ 6:04pm 
GWEEN (>O<)
apple 31 Dec, 2024 @ 9:55pm 
Present Year!
330ml/s Beer chug 31 Dec, 2024 @ 5:31am 
Happy new beer!!! :steamhappy: :mary_beer:
{2}{B}{B} 25 Dec, 2024 @ 6:53pm 
Merry Christmas :D
R20⁧⁧cs 17 Dec, 2024 @ 2:31pm 
☂️Signed by R20cS☂️
emodog 21 Nov, 2024 @ 6:20pm 
helo ^-^