Crosshair doesnt work?The Crosshair code : Call WriteALong("WarRock", &00943A3C, 1) ???? i think i have the wrong one , but some one can give me the good code?
Originally Posted by juppeli 00943A3C is the right address (works for me) The address might be right be he might be having trouble using it in VB6.
Originally Posted by Redbull The Crosshair code : Call WriteALong("WarRock", &00943A3C, 1) ???? i think i have the wrong one , but some one can give me the good code? Call WriteALong("WarRock", &H943A3C, 1) its supposed to be like this i think...u take out the 1st 2 zeros n add &H
Originally Posted by killer2334 Call WriteALong("WarRock", &H943A3C, 1) its supposed to be like this i think...u take out the 1st 2 zeros n add &H Thanks my friend