Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 31st, 2012  |  syntax: None  |  size: 0.39 KB  |  hits: 17  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. $maxplus=IniRead("config.ini","general","maxplus","0")
  2. if $maxplus=0   Then
  3.         MsgBox(5,"Error","errore")
  4.         $maxplus=InputBox("MaxPlus","Inserisci il massimo + da raggiungere")
  5.  
  6. EndIf
  7.  
  8. MsgBox(4096,"Current config", "Max plus: "&$maxplus)
  9.  
  10.  
  11. WinActivate("НоваИван [SRO_Client]")
  12. MouseMove(606,602,1)
  13.  
  14. $elixir=PixelGetColor(606,602)
  15.  
  16. MsgBox(1,"Elixir","Stai usando elixir: "&$elixir)