Results 1 to 2 of 2
  1. #1
    fishtime9's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Posts
    9
    Reputation
    10
    Thanks
    26

    Creating a Kill aura in Vb.net ;)

    Creating in Vb.net a Killaura

    First of all you will need :
    visual basic 2012 or 2008!
    minecraft
    and a brain

    so lets start!

    first of all create a new project called ... what ever you like ....
    after that you will have to make a new form(name it again ! how ever you want!)
    after this
    you will need from
    the tool box:
    1x timer
    1x button



    after this click on the button and paste in this code :
    [HTML]timer1.enabled = true[/HTML]
    Or you could try to activate the timer per a function lets say per a hotkey !
    you will need to put in the getasnykey .dll function in top of the form , you can find that in google googles youre friend dont forget!
    after this paste this code:

    [HTMl]if Getasynckey = key.f1 then timer1.enabled = true else timer1.enabled = false endif[/html]

    now we just need the timer code and to stop it!
    [HTMl]if Getasynckey = key.f2 then timer1.enabled = false endif[/html]

    here the timer1 code:
    [HTML]sendkeys.send("{ClickLeft,1,1}")[/HTML]

    done !
    you can change the speed of the timer1 (aura speed)
    with this code:
    [/HTML]timer1.interval = 1.0 or less![/HTML]

    done!

    test it out and have fun !

    my mulitplayer hack client for minecraft will be soon done ! coded in vb.net !
    Attached Thumbnails Attached Thumbnails
    Fish.png  


  2. #2
    fishtime9's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Posts
    9
    Reputation
    10
    Thanks
    26
    if errors our bugs or there please send me a note (a comment)

    thank you

    ---------- Post added at 09:27 AM ---------- Previous post was at 09:18 AM ----------

    ups foregot ! , please let by ("{ClickLeft 1,1}") the 1,1 away! or you will not hit anybody in the game , because
    the mouse crusor will goto to the position 1,1 else

Similar Threads

  1. [Outdated] |1.2.5| Hal's Client | Console | ESP | Kill Aura | Customization
    By SkyLight in forum Minecraft Hacks & Cheats
    Replies: 23
    Last Post: 08-07-2012, 03:02 PM
  2. [Solved] Good Kill Aura
    By godhand205 in forum Minecraft Help
    Replies: 1
    Last Post: 07-20-2012, 04:38 PM
  3. [Outdated] [1.2.5] Horde Client v0.4 [Water walk, Kill aura, Nuker, etc.]
    By raymarcrafter in forum Minecraft Hacks & Cheats
    Replies: 22
    Last Post: 07-16-2012, 03:38 PM
  4. [Outdated] [BETA]PureP.v.P Client 1.0[NC+ Fly | NC+ Kill Aura | Perfect PvP | OptiFine | AntiMD]
    By iPacket in forum Minecraft Hacks & Cheats
    Replies: 79
    Last Post: 06-25-2012, 09:37 AM
  5. [Release] [1.0.0 Client] NyanCraft- Hack Client| Kill Aura | X-Ray | No Crashing | Much more+ |
    By Kaiinzo in forum Minecraft Hacks & Cheats
    Replies: 94
    Last Post: 01-03-2012, 03:23 AM