Search found 1 match

by Xanders08
Thu Oct 30, 2014 5:07 pm
Forum: Thoughts ?
Topic: a
Replies: 23
Views: 25399

Re: AUTO PICK FOUND

Code: Select all

If Pressed(Key.Z) or Pressed(Key.X) or Pressed(Key.C) or Pressed(Key.V) or Pressed(Key.Space) then
wait 20ms
if !Pressed(Key.A) then
Press(Keyboard.A)
Release(Keyboard.A)
endif
endif


It's code for GlovePIE

100% Working Code

Go to advanced search