Results 1 to 3 of 3
  1. #1
    anythinga's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Location
    HAHA
    Posts
    18
    Reputation
    10
    Thanks
    1

    Exclamation tut request warrock spammer

    can somebody give me this tutorial

  2. #2
    Pixie's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    Pixie wird wieder steigen.
    Posts
    1,884
    Reputation
    22
    Thanks
    229
    My Mood
    Fine
    There is a section for Tutorial Requests...

  3. #3
    Iamazn's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Posts
    141
    Reputation
    10
    Thanks
    85
    Quote Originally Posted by PixieCorp View Post
    There is a section for Tutorial Requests...
    Lol, you posted a Tut Request in VB too.

    On Topic:
    Try This
    1. Add a button called Start
    2. Add button called stop
    3. Add a timer
    4. Add a TextBox

    For the Start
    Code:
    Timer1.Start()
    For Stop
    Code:
    Timer1.Stop()
    For Timer
    Change interval to 100
    and add
    Code:
     SendKeys.Send(textBox1.text)
            SendKeys.Send("{ENTER}")
    If you wanna add hotkeys

    Code:
    Public Class Form1
        Protected Overrides Function ProcessDialogKey(ByVal keyData As System.Windows.Forms.Keys) As Boolean
    
            Select Case (keyData)
                Case Keys.F10
                    Timer1.Start()
                Case Keys.F11
    'This is where it gets kind of buggy. When I tested this, the Timer1.Stop didnt work.
                    Timer1.Stop()
            End Select
            Return MyBase.ProcessDialogKey(keyData)
        End Function

Similar Threads

  1. Requesting WarRock Spammer
    By schokk21 in forum WarRock - International Hacks
    Replies: 5
    Last Post: 01-17-2010, 03:38 PM
  2. Searching for a tut for a warrock spammer and a hack
    By horstaffe in forum WarRock - International Hacks
    Replies: 7
    Last Post: 06-06-2009, 11:03 AM
  3. [REQUEST] Will pay for tut on warrock hacks
    By ~iHack~ in forum WarRock - International Hacks
    Replies: 7
    Last Post: 04-16-2009, 11:18 AM
  4. [REQUEST] Warrock trainer
    By tarty67 in forum WarRock - International Hacks
    Replies: 3
    Last Post: 04-14-2007, 02:00 PM
  5. [Done] Siggy Request.. Warrock style
    By Zcar in forum Help & Requests
    Replies: 7
    Last Post: 06-15-2006, 08:55 AM

Tags for this Thread