PLEASE GUYS! MAKE A DONATION.

Friday, January 26, 2007

Script Half Life 2 by Ethan

Tested ! The better Half Life 2 Script is avaible ! The Script don't require Ir bar !! All right !!

Download : Here


5 comments:

Lotti said...

how to aim without the ir bar?? i tried this script with quake3

Wiicrack said...

i'm sorry i have to fix bugs wait and see ! :)

Lotti said...

tried also with hl2.. i cant move the aim

Lotti said...

emh.. wiicrack? pls try this analog movements code and tell me if it is (or not) better than yours. this doesn't have the "sliding time" when you release the analog stick.

//
// Analog Movements
//

if var.xNunchuk < -var.xOff then
key.a = true
else key.a = false
endif
if var.yNunchuk < -var.yOff then
key.w = true
else key.w = false
endif
if var.yNunchuk > var.yOff then
key.s = true
else key.s = false
endif
if var.xNunchuk > var.xOff then
key.d = true
else key.d = false
endif

Wiicrack said...

i can't try this script because i don't have a nunchuk