Thread: spread / recoil

Results 1 to 12 of 12
  1. #1
    ZeaS's Avatar
    Join Date
    Feb 2007
    Posts
    738
    Reputation
    15
    Thanks
    265

    spread / recoil

    hello, i get a question, how look`s the code in vb6, for the no spread/no Recoil hack??? (with hotkey) please, you don`t must write the adress... please help me^^ and for swim in the air??? i get the adress, too.. but i can`t turn off the... ^^
    Last edited by ZeaS; 07-03-2007 at 02:03 PM.

  2. #2
    Darky's Avatar
    Join Date
    Mar 2007
    Location
    In my house!
    Posts
    583
    Reputation
    12
    Thanks
    4
    Quote Originally Posted by ZeaS View Post
    hello, i get a question, how look`s the code in vb6, for the no spread/no Recoil hack??? (with hotkey) please, you don`t must write the adress... please help me^^ and for swim in the air??? i get the adress, too.. but i can`t turn off the... ^^
    Man you'r English is very very bad. I don't understaind anything!

  3. #3
    Threadstarter
    Expert Member
    ZeaS's Avatar
    Join Date
    Feb 2007
    Posts
    738
    Reputation
    15
    Thanks
    265
    lol sorry, i made hacks in vb6, and i wan`t to know, how the code look, that no spread no recoil and swim with hotkey works.. here a example

    Private Sub Timer8_Timer()
    If GetKeyPress(vbKeyControl) And GetKeyPress(vbKeySpace) Then
    Dim SJ As Long
    Dim SJ1 As Long
    Dim SJ2 As Single
    Call ReadALong("WarRock", &ADRESS, SJ)
    SJ1 = SJ + &HPOINTER
    SJ2 = Text1.Text
    Call WriteAFloat("WarRock", SJ1, SJ2)

    End If
    End Sub

    this is a working superjump hack, with hotkey, and it works, but how to write the code for no spread / no recoil and for swim in the air?? the adresses i have

    and sorry for bad english :P

  4. #4
    123456789987654321's Avatar
    Join Date
    May 2007
    Gender
    male
    Location
    HOLLAND
    Posts
    243
    Reputation
    11
    Thanks
    6
    i dont know for no spriad/no recoil but this is for swim:

    Private Sub Timer8_Timer()
    Dim swim As Long
    Dim swim1 As Long
    Dim swim3 As Single

    If GetKeyPress(vbKeyNumpad8) Then
    Call ReadALong("WarRock", &H896E28, swim)
    swim1 = swim + &H54
    Call WriteALong("WarRock", swim1, &H4)
    End If
    If GetKeyPress(vbKeyNumpad9) Then
    Call ReadALong("WarRock", &H896E28, swim)
    swim1 = swim + &H54
    Call WriteALong("WarRock", swim1, &H0)
    End If
    End Sub

  5. #5
    Threadstarter
    Expert Member
    ZeaS's Avatar
    Join Date
    Feb 2007
    Posts
    738
    Reputation
    15
    Thanks
    265
    ok thank you for swim i try it in few of minutes anybody know`s with no spread no recoil?

  6. #6
    Darky's Avatar
    Join Date
    Mar 2007
    Location
    In my house!
    Posts
    583
    Reputation
    12
    Thanks
    4
    Quote Originally Posted by 123456789987654321 View Post
    i dont know for no spriad/no recoil but this is for swim:

    Private Sub Timer8_Timer()
    Dim swim As Long
    Dim swim1 As Long
    Dim swim3 As Single

    If GetKeyPress(vbKeyNumpad8) Then
    Call ReadALong("WarRock", &H896E28, swim)
    swim1 = swim + &H54
    Call WriteALong("WarRock", swim1, &H4)
    End If
    If GetKeyPress(vbKeyNumpad9) Then
    Call ReadALong("WarRock", &H896E28, swim)
    swim1 = swim + &H54
    Call WriteALong("WarRock", swim1, &H0)
    End If
    End Sub
    Dam it i'm too late.

  7. #7
    Inna's Avatar
    Join Date
    Jun 2007
    Gender
    male
    Posts
    11,161
    Reputation
    61
    Thanks
    270
    My Mood
    Tired
    So you were going to post swim too terminator O.o?

  8. #8
    Threadstarter
    Expert Member
    ZeaS's Avatar
    Join Date
    Feb 2007
    Posts
    738
    Reputation
    15
    Thanks
    265
    nobody know's the code for no spread/no recoil??

  9. #9
    Darky's Avatar
    Join Date
    Mar 2007
    Location
    In my house!
    Posts
    583
    Reputation
    12
    Thanks
    4
    Quote Originally Posted by Kanna View Post
    So you were going to post swim too terminator O.o?
    of curse. i was searching for it. and sudently you showed up

  10. #10
    MS Word's Avatar
    Join Date
    Jun 2007
    Gender
    male
    Posts
    483
    Reputation
    11
    Thanks
    2
    bad bad bad!!!

  11. #11
    dezer's Avatar
    Join Date
    Nov 2006
    Gender
    male
    Posts
    285
    Reputation
    12
    Thanks
    4
    My Mood
    Aggressive
    Timer code:
    Code:
    Call WriteALong("WarRock", address, 0)
    Call WriteALong("WarRock", address, 0)
    Call WriteALong("WarRock", address, 0)
    Call WriteALong("WarRock", address, 0)
    Call WriteALong("WarRock", address, 0)
    Call WriteALong("WarRock", address, 0)
    Call WriteALong("WarRock", address, 0)
    Call WriteALong("WarRock", address, 0)
    Call WriteALong("WarRock", address, 0)
    Call WriteALong("WarRock", address, 0)
    Call WriteALong("WarRock", address, 0)
    Call WriteALong("WarRock", address, 0)
    Hotkey code:
    Code:
    if getkeypress(hotkey) and getkeypress(another one) then
    timerX.intrval = 1
    end if
    eot
    Last edited by dezer; 07-03-2007 at 04:45 PM.
    Quote Originally Posted by killerofsake987 View Post
    wuts search button
    owned

  12. #12
    Threadstarter
    Expert Member
    ZeaS's Avatar
    Join Date
    Feb 2007
    Posts
    738
    Reputation
    15
    Thanks
    265
    thank you a lot now my trainer are finished

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. No spread/recoil
    By Death526 in forum WarRock - International Hacks
    Replies: 10
    Last Post: 08-05-2007, 07:01 AM
  5. Fixing your spread/ recoil code!!
    By boom.. in forum WarRock - International Hacks
    Replies: 7
    Last Post: 06-11-2007, 10:01 AM