Thread: Cheat Windows
View Single Post
  #14  
Old 12-13-2012, 04:59 AM
scriptless scriptless is offline
Banned
Join Date: Dec 2008
Location: N-Pulse
Posts: 1,412
scriptless is a splendid one to beholdscriptless is a splendid one to beholdscriptless is a splendid one to beholdscriptless is a splendid one to behold
direction doesnt matter.

as i said.. compare last x/y to current x/y every second..

PHP Code:
temp.distancex abs(temp.ox player.x);
temp.ox player.
for example..

I use ABS for because we want the absolute value (non negative number)... if u move to the right.. it will be a negative number.. move to the left it will be positive.. making it abs will make it always positive.
Reply With Quote