Sie sind nicht angemeldet.

1

03.01.2010, 16:55

SRO Minimizer

Hab nen kleines Skript gemacht welches SRO über tasten kombination minimiert, damit man es nicht immer mühsam über den Taskmanager machen muss:
minimizer.PNG

Usage:
STR+M = SRO minimieren
SRT+N = Skript schließen
STR+H = Usage


Source:

Spoiler Spoiler

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
HotKeySet("^m","minimize_sro")
HotKeySet("^n","close")
HotKeySet("^h" , "usage")
TrayTip("SRO Minimizer", "Welcome to SRO Minimizer",2,1)
Sleep(2000)
usage()

While 1
	Sleep(10000)
WEnd

Func usage()
	TrayTip("SRO Minimizer", "Usage: " & Chr(13) & "Press STR + M(inimize) to minimize sro " & Chr(13) & "Press STR + N to close this Script" & Chr(13) & "Press STR + H(elp) for this usage tip", 3,1)
    Sleep(3000)
EndFunc
	
Func minimize_sro()
	
  If(WinExists("SRO_Client"))Then	
	  
 	 If( BitAnd( WinGetState("SRO_Client"), 16) )Then
       TrayTip("SRO Minimizer", "Already minimized..",1,1)
	 Else
	   WinSetState ( "SRO_Client", "", @SW_MINIMIZE )  
	   TrayTip("SRO Minimizer", "Succesfully minimized",1,1)
     EndIf
   
  Else
	 TrayTip("SRO Minimizer", "SRO_Client not found!",2,3)
 EndIf
 
EndFunc

Func close()
	
  TrayTip("SRO Minimizer", "Good Bye...",2,1)
  Sleep(2000)
  Exit
  
EndFunc


Sollte soetwas nicht erwünscht sein -> löschen, wobei ich es mir nicht vorstellen kann :)


Mfg
Sunshine
»Sunshine« hat folgende Datei angehängt:
  • sro_minimizer.rar (274,66 kB - 192 mal heruntergeladen - zuletzt: 20.04.2024, 02:32)
The place where the possible and the impossible meet
The possimpeble

悪魔で

No mercy for the weak - No tears for the dead ... 卍解!

Beiträge: 2 510

Wohnort: Nachrodt-Wiblingwerde

Beruf: Azubi -> Fachkraft für Lagerlogistik

  • Nachricht senden

2

03.01.2010, 17:04

Ich glaube Hide ist viel interessanter als minimize ;)

@SW_HIDE ;)
MfG 悪魔で [Jap: Devil]


Q: What's tiny and yellow and very, very, dangerous?
A: A canary with the super-user password.

3 Spiele für 1099,90€? Gamestop machts möglich!

Follow me on G+

3

03.01.2010, 17:21

Loader = /min

:O
ᵇ ᶫ ᵅ ᶜ ᵏ ᵑ ᵅ ᵖ ᵅ ᶫ ᶬ

悪魔で

No mercy for the weak - No tears for the dead ... 卍解!

Beiträge: 2 510

Wohnort: Nachrodt-Wiblingwerde

Beruf: Azubi -> Fachkraft für Lagerlogistik

  • Nachricht senden

4

03.01.2010, 17:25

Oder so halt :D
MfG 悪魔で [Jap: Devil]


Q: What's tiny and yellow and very, very, dangerous?
A: A canary with the super-user password.

3 Spiele für 1099,90€? Gamestop machts möglich!

Follow me on G+

5

03.01.2010, 17:37

Ich hab keine STR-Taste.

6

03.01.2010, 17:41

Zockst ja auch nicht mit nem Linux SRO oder?

7

03.01.2010, 17:52

Zockst ja auch nicht mit nem Linux SRO oder?


Mit nem Linux? :D

悪魔で

No mercy for the weak - No tears for the dead ... 卍解!

Beiträge: 2 510

Wohnort: Nachrodt-Wiblingwerde

Beruf: Azubi -> Fachkraft für Lagerlogistik

  • Nachricht senden

9

03.01.2010, 18:19

Wie du hast keine STR taste.. xD
Jeder hat ne STR(G) Taste LÖL

(ja ich hab deinen Post verstanden^^ verstehe meinen mit Humor xD)
MfG 悪魔で [Jap: Devil]


Q: What's tiny and yellow and very, very, dangerous?
A: A canary with the super-user password.

3 Spiele für 1099,90€? Gamestop machts möglich!

Follow me on G+

10

03.01.2010, 19:08

Ich glaube Hide ist viel interessanter als minimize ;)

@SW_HIDE ;)

es solls ja minimieren :) nicht verstecken mensch..

Ich hab keine STR-Taste.

:D sry STRG taste^^
The place where the possible and the impossible meet
The possimpeble

11

04.01.2010, 23:38

Benutze immer das hier, man kann sogar sro_client.exe verstecken ^^

Silkroad Tools (keine verbuggte Toolbox!)