Results 1 to 11 of 11
  1. #1
    scooby107's Avatar
    Join Date
    Apr 2007
    Posts
    496
    Reputation
    11
    Thanks
    40

    Hotkeys for a VB trainer

    I've been trying to figure out how to out hotkeys in a VB trainer, but i can't for the life of me figure it out. If anyone could point me in the right direction i would be grateful, cheers.

  2. #2
    FluffyStuff's Avatar
    Join Date
    May 2007
    Location
    Dark side of the moon
    Posts
    308
    Reputation
    10
    Thanks
    150
    What kind of trainer are you talking about?

  3. #3
    kyo's Avatar
    Join Date
    Dec 2005
    Location
    Belgium
    Posts
    285
    Reputation
    110
    Thanks
    131

  4. #4
    cjg333's Avatar
    Join Date
    Apr 2007
    Location
    indianapolis
    Posts
    300
    Reputation
    17
    Thanks
    54
    here this is how i do it

    Private Sub Timer2_Timer()
    If GetKeyPress(vbKeyNumpad1) Then Call WriteALong("WarRock", &H90DC5C, 1)

    notice its in a timer,set the timer interval to 1

  5. #5
    kyo's Avatar
    Join Date
    Dec 2005
    Location
    Belgium
    Posts
    285
    Reputation
    110
    Thanks
    131
    Quote Originally Posted by cjg333 View Post
    here this is how i do it

    Private Sub Timer2_Timer()
    If GetKeyPress(vbKeyNumpad1) Then Call WriteALong("WarRock", &H90DC5C, 1)

    notice its in a timer,set the timer interval to 1
    would it be better to do this?

    form load()
    If GetKeyPress(vbKeyNumpad1) Then
    if Timer2.interval = 0 then timer.interval =1
    else timer.interval =0
    end if
    end if

    that way you have 1 keypress for both enabling and disableing a timer. and that timer is doing the memory edit

    [EDIT]
    yeh you can't do it like that
    best is to start a timer with interval 1 by default and put
    If GetKeyPress(vbKeyNumpad1) Then
    if Timer2.interval = 0 then timer2.interval =1
    else timer2.interval =0
    end if
    end if
    in the timer event
    timer 2 being your hack
    Last edited by kyo; 06-08-2007 at 04:49 PM.

  6. #6
    ace76543's Avatar
    Join Date
    Jan 2006
    Gender
    male
    Location
    next to iverson
    Posts
    5,661
    Reputation
    14
    Thanks
    304
    wtf? when did you get unbanned?

  7. #7
    kyo's Avatar
    Join Date
    Dec 2005
    Location
    Belgium
    Posts
    285
    Reputation
    110
    Thanks
    131
    a while ago
    guess i'm not causing so much trouble now, right?

  8. #8
    Kung Fu Penguin31's Avatar
    Join Date
    Jun 2007
    Gender
    male
    Location
    how am i supposed to know....
    Posts
    473
    Reputation
    12
    Thanks
    48
    i think red eye posted a thread on it







    [img]https://www.danasof*****m/sig/ghghhkjklk.jpg[/img]

    drill sargeant: How tall are you boy!?
    soldier: umm....urr about 5' 11''
    drill sargeant: I didn't know they stacked shit that high!!

    Creator of the Annihilation,Freebie and KFP Series.

    <MASTER HACKER>

  9. #9
    FluffyStuff's Avatar
    Join Date
    May 2007
    Location
    Dark side of the moon
    Posts
    308
    Reputation
    10
    Thanks
    150
    Isnt there and key_press event for forms? There is one in C#.

  10. #10
    Ephemera's Avatar
    Join Date
    Jun 2007
    Gender
    male
    Posts
    19
    Reputation
    10
    Thanks
    0
    Does "If GetKeyPress(vbKeyNumpad1) Then" answer you question?

  11. #11
    nbr1dan's Avatar
    Join Date
    Mar 2007
    Location
    At my computer
    Posts
    168
    Reputation
    14
    Thanks
    15
    Dude this thread is 3 weeks old. LOL

Similar Threads

  1. Replies: 8
    Last Post: 07-09-2007, 03:15 PM
  2. Looking partner for making PRO TRAINERS!
    By jokuvaan11 in forum WarRock - International Hacks
    Replies: 6
    Last Post: 06-11-2007, 10:57 AM
  3. plz i need thses adreses for my new trainer!
    By ~claw~ in forum WarRock - International Hacks
    Replies: 12
    Last Post: 05-30-2007, 06:31 PM
  4. help for NEW KOREAN TRAINER
    By XqwertyX in forum WarRock Korea Hacks
    Replies: 26
    Last Post: 05-15-2007, 09:07 PM
  5. Trade my hacks for uce with trainer maker
    By poisoner in forum WarRock - International Hacks
    Replies: 11
    Last Post: 04-25-2007, 12:32 PM