Results 1 to 15 of 20

Hybrid View

  1. #1
    SteeL's Avatar
    Join Date
    Jan 2007
    Gender
    male
    Location
    Mumbai
    Posts
    99
    Reputation
    10
    Thanks
    30

    Lightbulb [HELP] VB6 error while no-recoile

    I used the same method as Stamina Hack tut posted in VB in tut's section, it did worked with new address's.

    But when I do the same for NO-RECOILE/no-spread I get error.

    this how my code for No-recoile in VB6

    Private Sub Command1_Click()
    Timer1.Interval = 1
    End Sub

    Private Sub Command2_Click()
    Timer1.Interval = 0
    End Sub

    Private Sub Timer1_Timer()
    Call WriteALong("WarRock", 009F9EA7, 0)
    End Sub

    I using the same Module posted.

    is the above code is correct ? i really dont know VB6, i just downloaded it 2days before I writted this my 2nd code for no-recoile, 1st code was for Stamina it's working.
    Also I using this Hack "Static-X 1.0.exe" posted by some1, but i encrypted it so it's not getting DETECTED i bypassed PB.

    PLEASE HELP me, post here ut guide or tut for making a no spread Hack in VB6.. I found VB6 very easy.. just 2 days in it & i made 1 hack

    Quote Originally Posted by ace76543
    I suck arun's cock daily

  2. #2
    Kung Fu Penguin31's Avatar
    Join Date
    Jun 2007
    Gender
    male
    Location
    how am i supposed to know....
    Posts
    473
    Reputation
    12
    Thanks
    48
    You have to put "&H" in front of all addresses, so vb know that it's hex.

    so for your Timer1 you have to put :
    Code:
    Private Sub Timer1_Timer()
    Call WriteALong("WarRock", &H9F9EA7, 0)
    End Sub







    [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>

  3. #3
    SteeL's Avatar
    Join Date
    Jan 2007
    Gender
    male
    Location
    Mumbai
    Posts
    99
    Reputation
    10
    Thanks
    30

    Question

    thanx for reply

    OK w8 let me try it, > &H

    & How do u add new ICON to exe instate if VB icon ?
    Last edited by SteeL; 10-31-2007 at 09:20 PM.

    Quote Originally Posted by ace76543
    I suck arun's cock daily

  4. #4
    SteeL's Avatar
    Join Date
    Jan 2007
    Gender
    male
    Location
    Mumbai
    Posts
    99
    Reputation
    10
    Thanks
    30

    Question

    My hack is getting compiled now, now no error's but in-game it's not working.

    When i press No spread ON it's not working, hack is not detected yet.

    Code:
    Private Sub Command1_Click()
    Timer1.Interval = 1
    End Sub
    
    Private Sub Command2_Click()
    Timer1.Interval = 0
    End Sub
    
    Private Sub Timer1_Timer()
    Call WriteALong("WarRock", &H9F9EA7, 0)
    End Sub
    is that '0' is correct after hex ? or wht should i do ?

    Quote Originally Posted by ace76543
    I suck arun's cock daily

  5. #5
    SteeL's Avatar
    Join Date
    Jan 2007
    Gender
    male
    Location
    Mumbai
    Posts
    99
    Reputation
    10
    Thanks
    30
    My No-recoile / no-spread is not working.. please help me

    Quote Originally Posted by ace76543
    I suck arun's cock daily

  6. #6
    LegendaryHacker1337's Avatar
    Join Date
    Oct 2007
    Posts
    56
    Reputation
    11
    Thanks
    117
    i have something to tell you !

    you are only doing COPY PASTE without thinking about what are you pasting.

    you told that you already made a stamina hack, so i tough you used &H behind the address of stamina !

    But for no recoil, you did copy paste !
    you have to resolve problem by yourself first, then if you cant, then post your problem at MPGH.

    and, exactly what i said, you are doing copy paste and you didnt check if the address is old or not !!!!!!!!!!!!!

Similar Threads

  1. NEED HELP (VB6)
    By m3x1can in forum Visual Basic Programming
    Replies: 6
    Last Post: 11-27-2007, 05:59 AM
  2. [HELP] VB6 Hotkey for Zoom not working
    By SteeL in forum WarRock - International Hacks
    Replies: 13
    Last Post: 11-10-2007, 03:06 AM
  3. [Error] While trying to make a Korean WarRock account.
    By wr194t in forum WarRock Korea Hacks
    Replies: 17
    Last Post: 10-27-2007, 04:06 PM
  4. [Help] VB6 swim hack error.
    By wr194t in forum Visual Basic Programming
    Replies: 3
    Last Post: 09-25-2007, 02:57 PM
  5. [Help]VB6 Trainer - buttons/timers
    By Ephemera in forum Visual Basic Programming
    Replies: 5
    Last Post: 07-05-2007, 06:58 PM