SUPPORT ACCOUNT CLANS
Welcome, Unregistered.
 

Thread: i am the best hon player ever

Results 1 to 12 of 12
  1. #1
    Offline
    Account Icon
    Join Date
    Aug 2009
    Location
    United Kingdom
    Posts
    884

    i am the best hon player ever

    watch me get raw with my south paw style

  2. #2
    Offline
    Account Icon
    Join Date
    May 2010
    Posts
    192
    rawwwr.


    please teach me.


    and you didn't carry me yesterday =(
    Last edited by Aracuan; 05-25-2010 at 04:32 AM.

  3. #3
    Offline
    Account Icon
    Join Date
    Aug 2009
    Location
    United Kingdom
    Posts
    884
    You guys seem to be killing all the creeps 24/7, but where did
    our tradition of farming come from? Lets take a look at it. Once this
    user called cute killed a creep. I did it all the time.

    Guess what? next day this random player X started to copy me. and
    of course next day even more people were killing my creeps.
    This is starting to piss me off!

    This, what im trying to say is just admit that i invented this, cant you guys read? I INVENTED FARMING there its in capslock are you happy now?
    of course you are not! I dont have evidence that i didnt invent it but
    lol... seriously i did invent it and you know why? Because i have the
    license to kill my creeps! And theres nothing you can do! its
    easy to even thing about the idea that i invented farming, right?
    farming, the bane of opposite team, invented by the allmight cute!

  4. #4
    Offline
    Account Icon
    Join Date
    May 2010
    Location
    Adelaide, Australia
    Posts
    72
    When ever I play Lucifer I spend the whole game farming and my teams gets annoyed. They don't understand that I have to eat a wolf.
    I am forced to live out the end of my short life in this guise. Oh what a cruel trick fate has played.

  5. #5
    Offline
    Account Icon
    Join Date
    May 2010
    Posts
    192
    almighty cute!

  6. #6
    Offline
    Account Icon
    Join Date
    Aug 2009
    Location
    United Kingdom
    Posts
    884
    Public Class frmPayCalculator
    Inherits System.Windows.Forms.Form
    Dim RateofPay As Double
    #Region " Windows Form Designer generated code "

    Public Sub New()
    MyBase.New()

    'This call is required by the Windows Form Designer.
    InitializeComponent()

    'Add any initialization after the InitializeComponent() call

    End Sub

    'Form overrides dispose to clean up the component list.
    Protected Overloads Overrides Sub Dispose(ByVal disposing As Boolean)
    If disposing Then
    If Not (components Is Nothing) Then
    components.Dispose()
    End If
    End If
    MyBase.Dispose(disposing)
    End Sub

    'Required by the Windows Form Designer
    Private components As System.ComponentModel.IContainer

    'NOTE: The following procedure is required by the Windows Form Designer
    'It can be modified using the Windows Form Designer.
    'Do not modify it using the code editor.
    Friend WithEvents lblHoursWorked As System.Windows.Forms.Label
    Friend WithEvents lblInputData As System.Windows.Forms.Label
    Friend WithEvents lblHoursWorked2 As System.Windows.Forms.Label
    Friend WithEvents lblHoursWorked3 As System.Windows.Forms.Label
    Friend WithEvents lblRateofPay As System.Windows.Forms.Label
    Friend WithEvents lblBasicPay As System.Windows.Forms.Label
    Friend WithEvents lblOvertimeHrs As System.Windows.Forms.Label
    Friend WithEvents lblRateofPay2 As System.Windows.Forms.Label
    Friend WithEvents lblBasicPay2 As System.Windows.Forms.Label
    Friend WithEvents lblOvertimeHrs2 As System.Windows.Forms.Label
    Friend WithEvents lblOvertimeRateofPay As System.Windows.Forms.Label
    Friend WithEvents lblOvertimePay As System.Windows.Forms.Label
    Friend WithEvents lblTotalPay As System.Windows.Forms.Label
    Friend WithEvents lblOvertimeRateofPay2 As System.Windows.Forms.Label
    Friend WithEvents lblOvertimePay2 As System.Windows.Forms.Label
    Friend WithEvents lblTotalPay2 As System.Windows.Forms.Label
    Friend WithEvents grpShrlyRateofPay As System.Windows.Forms.GroupBox
    Friend WithEvents rad12 As System.Windows.Forms.RadioButton
    Friend WithEvents rad85 As System.Windows.Forms.RadioButton
    Friend WithEvents rad6 As System.Windows.Forms.RadioButton
    Friend WithEvents btnCalculate As System.Windows.Forms.Button
    Friend WithEvents btnClear As System.Windows.Forms.Button
    Friend WithEvents btnExit As System.Windows.Forms.Button
    Friend WithEvents txtEnterHrsWorked As System.Windows.Forms.TextBox
    <System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()
    Me.lblHoursWorked = New System.Windows.Forms.Label
    Me.lblInputData = New System.Windows.Forms.Label
    Me.lblHoursWorked2 = New System.Windows.Forms.Label
    Me.lblRateofPay = New System.Windows.Forms.Label
    Me.lblBasicPay = New System.Windows.Forms.Label
    Me.lblOvertimeHrs = New System.Windows.Forms.Label
    Me.lblOvertimeRateofPay = New System.Windows.Forms.Label
    Me.lblOvertimePay = New System.Windows.Forms.Label
    Me.lblTotalPay = New System.Windows.Forms.Label
    Me.lblHoursWorked3 = New System.Windows.Forms.Label
    Me.lblRateofPay2 = New System.Windows.Forms.Label
    Me.lblBasicPay2 = New System.Windows.Forms.Label
    Me.lblOvertimeHrs2 = New System.Windows.Forms.Label
    Me.lblOvertimeRateofPay2 = New System.Windows.Forms.Label
    Me.lblOvertimePay2 = New System.Windows.Forms.Label
    Me.lblTotalPay2 = New System.Windows.Forms.Label
    Me.grpShrlyRateofPay = New System.Windows.Forms.GroupBox
    Me.rad12 = New System.Windows.Forms.RadioButton
    Me.rad85 = New System.Windows.Forms.RadioButton
    Me.rad6 = New System.Windows.Forms.RadioButton
    Me.btnCalculate = New System.Windows.Forms.Button
    Me.btnClear = New System.Windows.Forms.Button
    Me.btnExit = New System.Windows.Forms.Button
    Me.txtEnterHrsWorked = New System.Windows.Forms.TextBox
    Me.grpShrlyRateofPay.SuspendLayout()
    Me.SuspendLayout()
    '
    'lblHoursWorked
    '
    Me.lblHoursWorked.BackColor = System.Drawing.SystemColors.Highlight
    Me.lblHoursWorked.Location = New System.Drawing.Point(8, 8)
    Me.lblHoursWorked.Name = "lblHoursWorked"
    Me.lblHoursWorked.Size = New System.Drawing.Size(128, 32)
    Me.lblHoursWorked.TabIndex = 1
    Me.lblHoursWorked.Text = "Enter Hours Worked:"
    '
    'lblInputData
    '
    Me.lblInputData.BackColor = System.Drawing.SystemColors.Highlight
    Me.lblInputData.Location = New System.Drawing.Point(24, 56)
    Me.lblInputData.Name = "lblInputData"
    Me.lblInputData.Size = New System.Drawing.Size(128, 32)
    Me.lblInputData.TabIndex = 2
    Me.lblInputData.Text = "Inputted Data"
    '
    'lblHoursWorked2
    '
    Me.lblHoursWorked2.BackColor = System.Drawing.SystemColors.Highlight
    Me.lblHoursWorked2.Location = New System.Drawing.Point(24, 96)
    Me.lblHoursWorked2.Name = "lblHoursWorked2"
    Me.lblHoursWorked2.Size = New System.Drawing.Size(128, 32)
    Me.lblHoursWorked2.TabIndex = 3
    Me.lblHoursWorked2.Text = "Hours Worked:"
    '
    'lblRateofPay
    '
    Me.lblRateofPay.BackColor = System.Drawing.SystemColors.Highlight
    Me.lblRateofPay.Location = New System.Drawing.Point(24, 136)
    Me.lblRateofPay.Name = "lblRateofPay"
    Me.lblRateofPay.Size = New System.Drawing.Size(128, 32)
    Me.lblRateofPay.TabIndex = 4
    Me.lblRateofPay.Text = "Rate of Pay:"
    '
    'lblBasicPay
    '
    Me.lblBasicPay.BackColor = System.Drawing.SystemColors.Highlight
    Me.lblBasicPay.Location = New System.Drawing.Point(48, 200)
    Me.lblBasicPay.Name = "lblBasicPay"
    Me.lblBasicPay.Size = New System.Drawing.Size(128, 32)
    Me.lblBasicPay.TabIndex = 5
    Me.lblBasicPay.Text = "Basic Pay:"
    '
    'lblOvertimeHrs
    '
    Me.lblOvertimeHrs.BackColor = System.Drawing.SystemColors.Highlight
    Me.lblOvertimeHrs.Location = New System.Drawing.Point(48, 248)
    Me.lblOvertimeHrs.Name = "lblOvertimeHrs"
    Me.lblOvertimeHrs.Size = New System.Drawing.Size(128, 32)
    Me.lblOvertimeHrs.TabIndex = 6
    Me.lblOvertimeHrs.Text = "Overtime Hours"
    '
    'lblOvertimeRateofPay
    '
    Me.lblOvertimeRateofPay.BackColor = System.Drawing.SystemColors.Highlight
    Me.lblOvertimeRateofPay.Location = New System.Drawing.Point(48, 288)
    Me.lblOvertimeRateofPay.Name = "lblOvertimeRateofPay"
    Me.lblOvertimeRateofPay.Size = New System.Drawing.Size(128, 32)
    Me.lblOvertimeRateofPay.TabIndex = 7
    Me.lblOvertimeRateofPay.Text = "Overtime Rate of Pay:"
    '
    'lblOvertimePay
    '
    Me.lblOvertimePay.BackColor = System.Drawing.SystemColors.Highlight
    Me.lblOvertimePay.Location = New System.Drawing.Point(48, 336)
    Me.lblOvertimePay.Name = "lblOvertimePay"
    Me.lblOvertimePay.Size = New System.Drawing.Size(128, 32)
    Me.lblOvertimePay.TabIndex = 8
    Me.lblOvertimePay.Text = "Overtime Pay:"
    '
    'lblTotalPay
    '
    Me.lblTotalPay.BackColor = System.Drawing.SystemColors.Highlight
    Me.lblTotalPay.Location = New System.Drawing.Point(48, 384)
    Me.lblTotalPay.Name = "lblTotalPay"
    Me.lblTotalPay.Size = New System.Drawing.Size(128, 32)
    Me.lblTotalPay.TabIndex = 9
    Me.lblTotalPay.Text = "Total Pay:"
    '
    'lblHoursWorked3
    '
    Me.lblHoursWorked3.BackColor = System.Drawing.SystemColors.Highlight
    Me.lblHoursWorked3.Location = New System.Drawing.Point(160, 96)
    Me.lblHoursWorked3.Name = "lblHoursWorked3"
    Me.lblHoursWorked3.Size = New System.Drawing.Size(48, 32)
    Me.lblHoursWorked3.TabIndex = 10
    '
    'lblRateofPay2
    '
    Me.lblRateofPay2.BackColor = System.Drawing.SystemColors.Highlight
    Me.lblRateofPay2.Location = New System.Drawing.Point(160, 136)
    Me.lblRateofPay2.Name = "lblRateofPay2"
    Me.lblRateofPay2.Size = New System.Drawing.Size(48, 32)
    Me.lblRateofPay2.TabIndex = 11
    '
    'lblBasicPay2
    '
    Me.lblBasicPay2.BackColor = System.Drawing.SystemColors.Highlight
    Me.lblBasicPay2.Location = New System.Drawing.Point(184, 200)
    Me.lblBasicPay2.Name = "lblBasicPay2"
    Me.lblBasicPay2.Size = New System.Drawing.Size(48, 32)
    Me.lblBasicPay2.TabIndex = 12
    '
    'lblOvertimeHrs2
    '
    Me.lblOvertimeHrs2.BackColor = System.Drawing.SystemColors.Highlight
    Me.lblOvertimeHrs2.Location = New System.Drawing.Point(184, 240)
    Me.lblOvertimeHrs2.Name = "lblOvertimeHrs2"
    Me.lblOvertimeHrs2.Size = New System.Drawing.Size(48, 32)
    Me.lblOvertimeHrs2.TabIndex = 13
    '
    'lblOvertimeRateofPay2
    '
    Me.lblOvertimeRateofPay2.BackColor = System.Drawing.SystemColors.Highlight
    Me.lblOvertimeRateofPay2.Location = New System.Drawing.Point(184, 288)
    Me.lblOvertimeRateofPay2.Name = "lblOvertimeRateofPay2"
    Me.lblOvertimeRateofPay2.Size = New System.Drawing.Size(48, 32)
    Me.lblOvertimeRateofPay2.TabIndex = 14
    '
    'lblOvertimePay2
    '
    Me.lblOvertimePay2.BackColor = System.Drawing.SystemColors.Highlight
    Me.lblOvertimePay2.Location = New System.Drawing.Point(184, 336)
    Me.lblOvertimePay2.Name = "lblOvertimePay2"
    Me.lblOvertimePay2.Size = New System.Drawing.Size(48, 32)
    Me.lblOvertimePay2.TabIndex = 15
    '
    'lblTotalPay2
    '
    Me.lblTotalPay2.BackColor = System.Drawing.SystemColors.Highlight
    Me.lblTotalPay2.Location = New System.Drawing.Point(184, 384)
    Me.lblTotalPay2.Name = "lblTotalPay2"
    Me.lblTotalPay2.Size = New System.Drawing.Size(48, 32)
    Me.lblTotalPay2.TabIndex = 16
    '
    'grpShrlyRateofPay
    '
    Me.grpShrlyRateofPay.BackColor = System.Drawing.SystemColors.HotTrack
    Me.grpShrlyRateofPay.Controls.Add(Me.rad12)
    Me.grpShrlyRateofPay.Controls.Add(Me.rad85)
    Me.grpShrlyRateofPay.Controls.Add(Me.rad6)
    Me.grpShrlyRateofPay.Location = New System.Drawing.Point(240, 32)
    Me.grpShrlyRateofPay.Name = "grpShrlyRateofPay"
    Me.grpShrlyRateofPay.Size = New System.Drawing.Size(200, 104)
    Me.grpShrlyRateofPay.TabIndex = 17
    Me.grpShrlyRateofPay.TabStop = False
    Me.grpShrlyRateofPay.Text = "Select Hourly Rate of Pay:"
    '
    'rad12
    '
    Me.rad12.BackColor = System.Drawing.SystemColors.ActiveCaption
    Me.rad12.Location = New System.Drawing.Point(136, 40)
    Me.rad12.Name = "rad12"
    Me.rad12.Size = New System.Drawing.Size(48, 32)
    Me.rad12.TabIndex = 2
    Me.rad12.Text = "?12"
    '
    'rad85
    '
    Me.rad85.BackColor = System.Drawing.SystemColors.ActiveCaption
    Me.rad85.Location = New System.Drawing.Point(72, 40)
    Me.rad85.Name = "rad85"
    Me.rad85.Size = New System.Drawing.Size(56, 32)
    Me.rad85.TabIndex = 1
    Me.rad85.Text = "?8.50"
    '
    'rad6
    '
    Me.rad6.BackColor = System.Drawing.SystemColors.ActiveCaption
    Me.rad6.Location = New System.Drawing.Point(16, 40)
    Me.rad6.Name = "rad6"
    Me.rad6.Size = New System.Drawing.Size(48, 32)
    Me.rad6.TabIndex = 0
    Me.rad6.Text = "?6"
    '
    'btnCalculate
    '
    Me.btnCalculate.BackColor = System.Drawing.SystemColors.ActiveCaption
    Me.btnCalculate.Location = New System.Drawing.Point(304, 192)
    Me.btnCalculate.Name = "btnCalculate"
    Me.btnCalculate.Size = New System.Drawing.Size(96, 48)
    Me.btnCalculate.TabIndex = 18
    Me.btnCalculate.Text = "Calculate"
    '
    'btnClear
    '
    Me.btnClear.BackColor = System.Drawing.SystemColors.ActiveCaption
    Me.btnClear.Location = New System.Drawing.Point(304, 272)
    Me.btnClear.Name = "btnClear"
    Me.btnClear.Size = New System.Drawing.Size(96, 48)
    Me.btnClear.TabIndex = 19
    Me.btnClear.Text = "Clear"
    '
    'btnExit
    '
    Me.btnExit.BackColor = System.Drawing.SystemColors.ActiveCaption
    Me.btnExit.Location = New System.Drawing.Point(304, 352)
    Me.btnExit.Name = "btnExit"
    Me.btnExit.Size = New System.Drawing.Size(96, 48)
    Me.btnExit.TabIndex = 20
    Me.btnExit.Text = "Exit"
    '
    'txtEnterHrsWorked
    '
    Me.txtEnterHrsWorked.Location = New System.Drawing.Point(144, 16)
    Me.txtEnterHrsWorked.Name = "txtEnterHrsWorked"
    Me.txtEnterHrsWorked.Size = New System.Drawing.Size(80, 20)
    Me.txtEnterHrsWorked.TabIndex = 21
    Me.txtEnterHrsWorked.Text = ""
    '
    'frmPayCalculator
    '
    Me.AutoScaleBaseSize = New System.Drawing.Size(5, 13)
    Me.BackColor = System.Drawing.SystemColors.Desktop
    Me.ClientSize = New System.Drawing.Size(456, 430)
    Me.Controls.Add(Me.txtEnterHrsWorked)
    Me.Controls.Add(Me.btnExit)
    Me.Controls.Add(Me.btnClear)
    Me.Controls.Add(Me.btnCalculate)
    Me.Controls.Add(Me.grpShrlyRateofPay)
    Me.Controls.Add(Me.lblTotalPay2)
    Me.Controls.Add(Me.lblOvertimePay2)
    Me.Controls.Add(Me.lblOvertimeRateofPay2)
    Me.Controls.Add(Me.lblOvertimeHrs2)
    Me.Controls.Add(Me.lblBasicPay2)
    Me.Controls.Add(Me.lblRateofPay2)
    Me.Controls.Add(Me.lblHoursWorked3)
    Me.Controls.Add(Me.lblTotalPay)
    Me.Controls.Add(Me.lblOvertimePay)
    Me.Controls.Add(Me.lblOvertimeRateofPay)
    Me.Controls.Add(Me.lblOvertimeHrs)
    Me.Controls.Add(Me.lblBasicPay)
    Me.Controls.Add(Me.lblRateofPay)
    Me.Controls.Add(Me.lblHoursWorked2)
    Me.Controls.Add(Me.lblInputData)
    Me.Controls.Add(Me.lblHoursWorked)
    Me.Name = "frmPayCalculator"
    Me.Text = "Pay Calculator"
    Me.grpShrlyRateofPay.ResumeLayout(False)
    Me.ResumeLayout(False)

    End Sub

    #End Region

    Private Sub rad6_CheckedChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles rad6.CheckedChanged
    RateofPay = 6
    End Sub

    Private Sub rad85_CheckedChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles rad85.CheckedChanged
    RateofPay = 8.5
    End Sub

    Private Sub rad12_CheckedChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles rad12.CheckedChanged
    RateofPay = 12
    End Sub

    Private Sub btnCalculate_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnCalculate.Click
    Dim HoursWorked As Double
    Dim BasicPay As Double
    Dim TotalPay As Double
    Dim OvertimePay As Double
    Dim OvertimeRateofPay As Double
    Dim OvertimeHours As Double
    If Not IsNumeric(txtEnterHrsWorked.Text) Or txtEnterHrsWorked.Text = "" Then
    MessageBox.Show("Ivalid Number of Hours", "User Message", MessageBoxButtons.OK, MessageBoxIcon.Error)
    ElseIf rad6.Checked = False And rad85.Checked = False And rad12.Checked = False Then
    MessageBox.Show("Rate of Pay Not Selected", "User Message", MessageBoxButtons.OK, MessageBoxIcon.Error)
    Else
    HoursWorked = txtEnterHrsWorked.Text
    If HoursWorked < 40 Then
    BasicPay = HoursWorked * RateofPay
    TotalPay = BasicPay
    Else
    BasicPay = RateofPay * 40
    OvertimeRateofPay = RateofPay * 2
    OvertimeHours = HoursWorked - 40
    OvertimePay = OvertimeRateofPay * OvertimeHours
    TotalPay = BasicPay + OvertimePay
    End If
    lblHoursWorked3.Text = HoursWorked
    lblOvertimeHrs2.Text = OvertimeHours
    lblRateofPay2.Text = Format(RateofPay, "currency")
    lblBasicPay2.Text = Format(BasicPay, "currency")
    lblOvertimeRateofPay2.Text = Format(OvertimeRateofPay, "currency")
    lblOvertimePay2.Text = Format(OvertimePay, "currency")
    lblTotalPay2.Text = Format(TotalPay, "currency")
    End If
    End Sub

    Private Sub btnClear_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnClear.Click
    txtEnterHrsWorked.Clear()
    lblHoursWorked3.Text = ""
    lblRateofPay2.Text = ""
    lblBasicPay2.Text = ""
    lblOvertimeHrs2.Text = ""
    lblOvertimeRateofPay2.Text = ""
    lblOvertimePay2.Text = ""
    lblTotalPay2.Text = ""
    rad6.Checked = False
    rad85.Checked = False
    rad12.Checked = False
    txtEnterHrsWorked.Focus()
    End Sub

    Private Sub btnExit_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnExit.Click
    Dim Reply As Integer
    Reply = MessageBox.Show("Are you sure?", "User Message", MessageBoxButtons.YesNo, MessageBoxIcon.Warning)
    If Reply = 6 Then
    End
    End If
    End Sub
    End Class

  7. #7
    Offline
    Account Icon
    Chat Symbol
    Join Date
    Aug 2009
    Location
    Portland, OR
    Posts
    2,444
    Finishing up your homework on first-term Visual Basic .NET I see. What a noob.

    Write it in Malbolge and you might get some forum street-cred from me.

  8. #8
    Offline
    Account Icon
    Join Date
    Aug 2009
    Location
    Texas, USA
    Posts
    412
    that's cute

  9. #9
    Offline
    Account Icon
    Join Date
    Aug 2009
    Location
    United Kingdom
    Posts
    884
    DA BEST @ HON


    I CALL MID SOLOZ
    :fors:

    AFK JUNGLE


    TIME 2 RUIN MY K;D



    IT WAS A MISCLICK


    IM GETTING 2 HELMS OF THE BLACK LEGION


    LEGEND OF R


    GOTTA GET MY FROSTBURN
    :jera: :chro:

    ONLY WORKS WHEN YOU ARENT PLAYING IT


    WHAT DO I DO??????
    :fayde: :balphogore: :bubbles:

    WUT?
    :gauntlet:
    Last edited by cute; 05-26-2010 at 06:51 AM.

  10. #10
    the only thing jill invented was brb forest 45 mins
    :Portalkey:

  11. #11
    Offline
    Account Icon
    Join Date
    Aug 2009
    Location
    United Kingdom
    Posts
    884
    nah its just not
    my policy for every carry is "brb 45 mins"

    also
    http://forums.heroesofnewerth.com/sh...d.php?t=128227

    gb cant handle an OTer
    2ez

  12. #12
    Offline
    Account Icon
    Join Date
    Oct 2009
    Location
    Florida, USA
    Posts
    2,853
    Friggin` Jill. And it's GD, not GB. General Discussion > General Beta
    e-famous superstar and legendary hero of the Brazilian people kirbyruled, once the greatest mod that OT hath ever known, requests but a single humble beta key

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •