General Discussion Off-Topic Discussion and Enlightenment

New Sony ------- piece of ----

Thread Tools
 
Search this Thread
 
Old 02-12-2009, 09:41 PM
  #21  
3.0 BAR
 
buk9tp's Avatar
 
Join Date: Oct 2005
Posts: 9,282
Default Re: New Sony ------- piece of ----

Code:
frenchies suck
buk9tp is offline  
Old 02-12-2009, 09:45 PM
  #22  
3.0 BAR
 
TorganFM's Avatar
 
Join Date: Oct 2003
Location: Your mom's panties
Posts: 3,696
Default Re: New Sony ------- piece of ----

Code:
agreed
TorganFM is offline  
Old 02-12-2009, 09:46 PM
  #23  
3.0 BAR
 
Toysrme's Avatar
 
Join Date: May 2005
Posts: 1,811
Default Re: New Sony ------- piece of ----

Code:
#NoEnv 
SendMode Input

~Space:: 				;Use the space key to quickly toggle the script on & off
     Hotkey, ~LButton, toggle 
If toggle != 1 
     { 
      toggle := 1  ; Will beep if it is set to on 
      SoundPlay *64				;Good because it plays over primary speakers. Others tend to play on motherboard speakers. It's 2008 many computers no longer have motherboard speakers!
      } 
else 
     { 
      toggle := 0    ; Will beep if it is set to off 
      SoundPlay *64				;Good because it plays over primary speakers. Others tend to play on motherboard speakers. It's 2008 many computers no longer have motherboard speakers!
      } 

_auto := true 

~LButton::autofire() 
~^LButton::autofire() 
Code: 


\::suspend 				;P key completely suspends the script
autofire() 
{ 
global _auto 
if _auto 
{
{
Loop
{ 
if GetKeyState("LButton", "P") 
{ 
Test1 := A_Index				;Test1 = A variable that carries outside of the loop, A_Index = how many times this specific loop has run.
random,var1,33,65				;Generate a random number called varriable (var1) between (#,#)
random,var2,30,32 				;Generate a random number called varriable (var1) between (#,#)
SendInput {LButton DownTemp}
Sleep, %var1%				;Sleep for the amount of time randomly generated as var1
SendInput {LButton Up} 
Sleep, %var2%				;Sleep for the amount of time randomly generated as var2
mouseXY(0,4)				;Positive X = Right, Y = Down
If A_Index = 18				; The pause at loop 14 helps
Sleep, 500				;Sleep time is in ms
} 
else
break
}
mouseXY(0,(-10*(Test1))/1.61803399)				;Positive X = Right, Y = Lower. Golden Ratio FTW!
} ;; loop 
} ;; if 
} ;; autofire() 

mouseXY(x,y) 
{ 
DllCall("mouse_event",uint,1,int,x,int,y,uint,0,int,0) 
} 
return 
;;;;;; 
;;; End script



Toys R Own COD:W@W age
Toysrme is offline  
Old 02-13-2009, 01:03 PM
  #24  
0.0 BAR
 
NIGn0g's Avatar
 
Join Date: Jan 2008
Posts: 0
Default Re: New Sony ------- piece of ----

Code:
Frenchie > yall
NIGn0g is offline  
Old 02-15-2009, 12:33 AM
  #25  
0.0 BAR
 
Tom-Guy's Avatar
 
Join Date: Feb 2003
Posts: 0
Default Re: New Sony ------- piece of ----

Originally Posted by Teg2Boo
Code:
Frenchie < yall
Tom-Guy is offline  
Old 02-15-2009, 12:41 AM
  #26  
0.0 BAR
 
NIGn0g's Avatar
 
Join Date: Jan 2008
Posts: 0
Default Re: New Sony ------- piece of ----

Originally Posted by Joseph Davis
Originally Posted by Teg2Boo
Code:
Frenchie > yall
You finaly got it! When I'm talking about Frenchie > yall, I only include myself for sure :P
NIGn0g is offline  
Old 02-15-2009, 12:53 AM
  #27  
0.0 BAR
 
Tom-Guy's Avatar
 
Join Date: Feb 2003
Posts: 0
Default Re: New Frenchie ------- piece of ----

Is this the New Frenchie ------- piece of ---- thread?
Tom-Guy is offline  
Old 02-15-2009, 01:00 AM
  #28  
0.0 BAR
 
NIGn0g's Avatar
 
Join Date: Jan 2008
Posts: 0
Default Re: New Sony ------- piece of ----

The coolest people around here got his "[name] piece of ----" thread

Me, you, Sony
NIGn0g is offline  
Old 02-15-2009, 06:46 PM
  #29  
0.0 BAR
 
LilWayne's Avatar
 
Join Date: Nov 2006
Posts: 0
Default Re: New Sony ------- piece of ----

OK
LilWayne is offline  
Old 02-15-2009, 07:06 PM
  #30  
3.0 BAR
 
buk9tp's Avatar
 
Join Date: Oct 2005
Posts: 9,282
Default Re: New Sony ------- piece of ----

PIECE OF ------- ----
buk9tp is offline  
Related Topics
Thread
Thread Starter
Forum
Replies
Last Post
Chris Harris
General Discussion
18
02-11-2009 05:53 PM
crxmatt2
General Discussion
10
05-26-2008 04:16 PM
Mo0se
General Discussion
0
04-24-2007 08:44 PM
MAJORAHOLE
Hybrid/Tech
13
11-20-2006 05:04 PM
tuname420
Turbo Parts For Sale
0
12-12-2005 08:48 PM



Quick Reply: New Sony ------- piece of ----



All times are GMT -5. The time now is 11:19 PM.