Thread: VB6 TRIGGERBOT

Results 1 to 2 of 2
  1. #1
    apezwijn's Avatar
    Join Date
    Feb 2007
    Gender
    male
    Location
    The Netherlands
    Posts
    1,525
    Reputation
    22
    Thanks
    682

    Exclamation VB6 TRIGGERBOT

    Yes, I know this should be in the vb6 section. But thats almost inactive and you dont get that much help as here.
    I found a tutorial on triggerbot in the vb6 section, but it doesnt seem to work. Can anyone help me?

    MODULE:
    Code:
    Option Explicit
    Private Declare Sub mouse_event Lib "user32" _
    (ByVal dwFlags As Long, ByVal dx As Long, _
    ByVal dy As Long, ByVal cButtons As Long, _
    ByVal dwExtraInfo As Long)
    Private Const MOUSEEVENTF_LEFTDOWN = &H2
    Private Const MOUSEEVENTF_LEFTUP = &H4
    
    Public Sub lef***ick()
    Call mouse_event(MOUSEEVENTF_LEFTDOWN, 0, 0, 0, 0)
    Call mouse_event(MOUSEEVENTF_LEFTUP, 0, 0, 0, 0)
    End Sub
    CODE:
    Code:
    Dim cat As Long
    Call ReadALong("WarRock", (Text26.Text), cat)
    If cat = Val("2") Then
    lef***ick
    End If
    Thank you for your time,
    Apezwijn

  2. #2
    Lucaslefort78's Avatar
    Join Date
    Jun 2008
    Posts
    6
    Reputation
    10
    Thanks
    0
    Pfff ... No know

Similar Threads

  1. Targeting a Process in VB6.0
    By radnomguywfq3 in forum General Game Hacking
    Replies: 1
    Last Post: 06-11-2007, 12:42 AM
  2. how to safe a standard exe file (trainer) with vb6??
    By 123456789987654321 in forum WarRock - International Hacks
    Replies: 7
    Last Post: 06-08-2007, 08:21 PM
  3. VB6 trainer
    By Twisted_scream in forum WarRock - International Hacks
    Replies: 2
    Last Post: 06-08-2007, 01:49 PM
  4. how to install vb6???
    By 123456789987654321 in forum WarRock - International Hacks
    Replies: 4
    Last Post: 06-04-2007, 02:35 AM
  5. Hacking In VB6.0
    By radnomguywfq3 in forum General Game Hacking
    Replies: 6
    Last Post: 05-21-2007, 01:30 AM

Tags for this Thread