Results 1 to 2 of 2
  1. #1
    foxhound's Avatar
    Join Date
    Aug 2007
    Posts
    48
    Reputation
    10
    Thanks
    3

    Smile Help with weapons in VB6

    when I go in WarRock my code dont work at all so can you please tell me why? here is the code i use p.s LOL100 is ReadAlong and LOL200 is WriteAfloat
    Code is here
    Private Sub Command1_Click()
    If Text1.Text < 72 Then
    Text1.Text = 34
    End If
    Dim Shotgun1 As Long
    Dim Shotgun2 As Long
    Call LOL100("Warrock", &H129EF90, Shotgun1)
    Shotgun2 = Shotgun1 + &H4C
    Call LOL200("Warrock", Shotgun1, Text1.Text)
    End Sub

    Private Sub Test1_Click()
    Dim Shotgun1 As Long
    Dim Shotgun2 As Long
    Call LOL100("Warrock", &H129EF90, Shotgun1)
    Shotgun2 = Shotgun1 + &H4C
    Call LOL200("Warrock", Shotgun1, 34)
    End Sub
    Last edited by foxhound; 11-16-2007 at 05:32 PM. Reason: =.=

  2. #2
    dig1003's Avatar
    Join Date
    May 2006
    Gender
    male
    Posts
    57
    Reputation
    10
    Thanks
    24
    Thats because you're using WriteAfloat instead of WriteALong, change LOL200 for WriteALong and it will work

    BTW Can someone pm me tha AntiKick value plz? thx
    Last edited by dig1003; 11-17-2007 at 04:24 AM.

Similar Threads

  1. Requesting new GunZ hacks (undetected)
    By stuey412000 in forum Gunz General
    Replies: 11
    Last Post: 07-25-2009, 12:45 PM
  2. [REQUEST] New Warrock Hack tuts
    By condor01 in forum WarRock - International Hacks
    Replies: 10
    Last Post: 06-24-2007, 11:14 PM
  3. (request) tutorial on pointer finding
    By ragman1234 in forum WarRock - International Hacks
    Replies: 1
    Last Post: 03-26-2007, 03:21 PM
  4. [Request]New weapon id list PLZ!!!
    By allard123 in forum WarRock - International Hacks
    Replies: 0
    Last Post: 02-19-2007, 11:44 AM
  5. Weapon Pointer TUTORIAL
    By Fortran in forum WarRock - International Hacks
    Replies: 120
    Last Post: 02-10-2007, 08:44 PM