taultunleashed
http://www.taultunleashed.com/phpbb3/

Auto Fire & Shields
http://www.taultunleashed.com/startrekonline-submissions/auto-fire-shields-t79239.html
Page 1 of 1

Author:  afkemoo [ April 29th, 2010, 12:44 am ]
Post subject:  Auto Fire & Shields

Keys Binds

Spacebar: Toggles on and off the auto fire and auto shield balance.
End: Pauses the script to allow for typing in chat.

Simple script that helps a lot. Please post any questions.

(!empty($user->lang['CODE'])) ? $user->lang['CODE'] : ucwords(strtolower(str_replace('_', ' ', 'CODE'))):
#cs -----------
   --afkemoo--
#ce -----------

Global $run
Global $auto

While 1
   
   If WinActive("Star Trek Online", "") Then
      HotKeySet("{SPACE}", "snd") ;spacebar will now fire all energy weapons AND balance your shields onPRESS
      HotKeySet("{END}", "pause") ;if you need to talk in chat just hit the "end" key
   EndIf
   
      sleep(2000)
      
WEnd

func snd()
   
   HotKeySet("{SPACE}")
   HotKeySet("{END}", "pause")
   
      $auto = 1
   
   While $auto = 1
      
      HotKeySet("{SPACE}")
      Send("{SPACE}") ;attack button
      HotKeySet("{SPACE}", "off")
      Sleep(100)
      Send("{DEL}") ;shield button
      sleep(1000)
   
   WEnd
   
   HotKeySet("{SPACE}", "snd")
   
EndFunc

Func pause() ;dont worry about any of this - its needed to pause.
   HotKeySet("{SPACE}")   
$run = NOT $run
   If $run Then
   Else
   EndIf
While $run
   ToolTip("Script Paused.", 0, 0)
   sleep(500)
WEnd
   ToolTip("", 0, 0)
EndFunc

func off()
   $auto = 0
EndFunc

Author:  Tault_admin [ April 29th, 2010, 6:29 pm ]
Post subject: 

Can members say yay or nay to this so we may give tu bucks and/or premium. If you nay the submission remember to include as to why.

Author:  rocco28409 [ June 2nd, 2010, 3:35 am ]
Post subject: 

yay works well

Author:  smileyoriely [ July 29th, 2010, 3:53 pm ]
Post subject: 

yay

Author:  norvot [ July 9th, 2014, 7:03 am ]
Post subject:  Re: Auto Fire & Shields

Auto shield does not seem to be working.

Page 1 of 1 All times are UTC - 8 hours
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/