Jump to content

My script dont work when i run it without the rest of the script plz help


kemisten
 Share

Recommended Posts

HotKeySet("{F11}", "dmg_buffs")

HotKeySet("{F10}", "Terminate")
HotKeySet("{F9}", "delete_fragment")


Func Terminate()
Exit 0
EndFunc

Func delete_fragment ()
$i = 0
Do
MouseClick("left", 1048, 482, 2)
Sleep (1500)
MouseClick("left", 886,632, 2)
$i = $i + 1
Until $i = 1000
EndFunc

func vet_ej()
Do
MouseClick("left", 1313,738, 2)
MouseMove(1313,738)
MouseClick("left")
Sleep (1500)
MouseMove(521,617)
MouseClick("left")
MouseClick("left", 521,617, 2)
$i = $i + 1
Until $i = 1000
EndFunc

Func dmg_buffs()
   Send("{E}")
   Sleep(1500)
   Send("{E}")
    Sleep(1500)
   Send("{E}")
   EndFunc
Quote
HotKeySet("{F11}", "dmg_buffs")

Func dmg_buffs()
   Send("{E}")
   Sleep(1500)
   Send("{E}")
    Sleep(1500)
   Send("{E}")
   EndFuncS

this script only works if i use it in the first script.. WHY? I dont get it.......

 

Link to comment
Share on other sites

  • Moderators

@kemisten this is the second game automation thread of yours to be locked; you obviously haven't bothered to read the forum rules. Do not post this again. 

"Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball

How to get your question answered on this forum!

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...