Results 1 to 11 of 11
  1. #1
    Death526's Avatar
    Join Date
    May 2007
    Gender
    male
    Location
    In the bed with your mom. We have the door locked so dont try to come in
    Posts
    341
    Reputation
    11
    Thanks
    3

    No spread/recoil

    can some1 write the code of how to get all of the no spread/recoil addresses into one command box on vb6???

  2. #2
    daemen14's Avatar
    Join Date
    Apr 2007
    Posts
    124
    Reputation
    10
    Thanks
    43
    lol can you send me your private version

  3. #3
    Death526's Avatar
    Join Date
    May 2007
    Gender
    male
    Location
    In the bed with your mom. We have the door locked so dont try to come in
    Posts
    341
    Reputation
    11
    Thanks
    3
    it doesnt have any of the hacks u wanted they are still basic hacks but i just put more things like scope crosshairs 5th slot uhhh and some others

  4. #4
    daemen14's Avatar
    Join Date
    Apr 2007
    Posts
    124
    Reputation
    10
    Thanks
    43
    does 5th slot actually work? and what others? lol

  5. #5
    ZeaS's Avatar
    Join Date
    Feb 2007
    Posts
    738
    Reputation
    15
    Thanks
    265
    Private Sub Timer8_Timer()
    Call WriteALong("WarRock", &Hadress, 0)
    Call WriteALong("WarRock", &Hadress, 0)
    Call WriteALong("WarRock", &Hadress, 0)
    Call WriteALong("WarRock", &Hadress, 0)
    Call WriteALong("WarRock", &Hadress, 0)
    Call WriteALong("WarRock", &Hadress, 0)
    Call WriteALong("WarRock", &Hadress, 0)
    Call WriteALong("WarRock", &Hadress, 0)
    Call WriteALong("WarRock", &Hadress, 0)
    Call WriteALong("WarRock", &Hadress, 0)
    End Sub


  6. #6
    Death526's Avatar
    Join Date
    May 2007
    Gender
    male
    Location
    In the bed with your mom. We have the door locked so dont try to come in
    Posts
    341
    Reputation
    11
    Thanks
    3
    Quote Originally Posted by ZeaS View Post
    Private Sub Timer8_Timer()
    Call WriteALong("WarRock", &Hadress, 0)
    Call WriteALong("WarRock", &Hadress, 0)
    Call WriteALong("WarRock", &Hadress, 0)
    Call WriteALong("WarRock", &Hadress, 0)
    Call WriteALong("WarRock", &Hadress, 0)
    Call WriteALong("WarRock", &Hadress, 0)
    Call WriteALong("WarRock", &Hadress, 0)
    Call WriteALong("WarRock", &Hadress, 0)
    Call WriteALong("WarRock", &Hadress, 0)
    Call WriteALong("WarRock", &Hadress, 0)
    End Sub

    thaaaaankkkkksss!!!!!

  7. #7
    daemen14's Avatar
    Join Date
    Apr 2007
    Posts
    124
    Reputation
    10
    Thanks
    43
    can u post ur trainer when u add no recoil/no spread please

  8. #8
    Death526's Avatar
    Join Date
    May 2007
    Gender
    male
    Location
    In the bed with your mom. We have the door locked so dont try to come in
    Posts
    341
    Reputation
    11
    Thanks
    3
    Quote Originally Posted by daemen14 View Post
    can u post ur trainer when u add no recoil/no spread please
    i released happy???

  9. #9
    t3lazy1's Avatar
    Join Date
    Jul 2007
    Posts
    215
    Reputation
    10
    Thanks
    3
    Also for people who are new to VB6. You have to do this:
    Make a Command Button.
    In it put:
    Timer1.Interval = 1

    Then make a timer. It should say Timer1(If not change the one above to TimerX,the x represents the number of timer it is.)In Timer one put this:


    Private Sub Timer1_Timer()
    Call WriteALong("WarRock", &H943A50, 0)
    Call WriteALong("WarRock", &H943A51, 0)
    Call WriteALong("WarRock", &H943A52, 0)
    Call WriteALong("WarRock", &H943A53, 0)
    Call WriteALong("WarRock", &H943A54, 0)
    Call WriteALong("WarRock", &H943A55, 0)
    Call WriteALong("WarRock", &H943A56, 0)
    Call WriteALong("WarRock", &H943A57, 0)
    Call WriteALong("WarRock", &H943A58, 0)
    Call WriteALong("WarRock", &H943A59, 0)
    End Sub

  10. #10
    unseenss's Avatar
    Join Date
    Jun 2007
    Posts
    426
    Reputation
    12
    Thanks
    3
    no thats wrong

    it should be

    Code:
    Private Sub Command1_Click()
    If Timer1.Enabled=True Then Timer1.Enabled=False Else Timer1.Enabled=True
    End Sub
    with the writealongs in the timer and the timer interval should be at 100

  11. #11
    t3lazy1's Avatar
    Join Date
    Jul 2007
    Posts
    215
    Reputation
    10
    Thanks
    3
    I don't know. It works for me.

Similar Threads

  1. No Spread/Recoil
    By Lov3andW4R in forum Combat Arms Hack Requests
    Replies: 2
    Last Post: 08-17-2011, 08:46 AM
  2. Combat Arms No Spread/Recoil
    By TheKamikazes in forum Hack Requests
    Replies: 11
    Last Post: 11-03-2009, 12:19 AM
  3. ask for no spread/recoil
    By fight28982 in forum Visual Basic Programming
    Replies: 1
    Last Post: 01-11-2008, 11:54 AM
  4. spread / recoil
    By ZeaS in forum WarRock - International Hacks
    Replies: 11
    Last Post: 07-03-2007, 05:06 PM
  5. Fixing your spread/ recoil code!!
    By boom.. in forum WarRock - International Hacks
    Replies: 7
    Last Post: 06-11-2007, 10:01 AM