|
You last visited: Today at 22:49
Advertisement
window renamer
Discussion on window renamer within the GW Bots forum part of the Guild Wars category.
01/10/2010, 12:49
|
#1
|
elite*gold: 0
Join Date: Oct 2008
Posts: 152
Received Thanks: 73
|
window renamer
Hallo,
vor einiger zeit hat hier mal wer einen window renamer gepostet also wo man ein Fenster umbenennen kann.
Ich find grad das thema nicht mehr. Hat es noch wer parat oder einen ersatz
danke
|
|
|
01/10/2010, 13:06
|
#2
|
elite*gold: 20
Join Date: Oct 2008
Posts: 1,835
Received Thanks: 1,638
|
Code:
#include <ButtonConstants.au3>
#include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <TabConstants.au3>
#include <WindowsConstants.au3>
$FORM_RENAMER = GUICreate("GW Renamer", 210, 190, 193, 125)
$PIC1 = GUICtrlCreatePic("Pics\10.jpg", 0, -5, 210, 190, BitOR($SS_NOTIFY, $WS_GROUP))
GUICtrlSetState($PIC1, $GUI_DISABLE)
$INPUT1 = GUICtrlCreateInput("Guild Wars", 16, 64, 177, 21)
GUICtrlSetFont(-1, 10, 800, 0, "Arial")
$INPUT2 = GUICtrlCreateInput("", 16, 128, 177, 21)
GUICtrlSetFont(-1, 10, 800, 0, "Arial")
$LABEL1 = GUICtrlCreateLabel("Your New GW-Window", 16, 104, 115, 17)
$LABEL2 = GUICtrlCreateLabel("Your Actual GW-Window", 16, 40, 122, 17)
$RENAME = GUICtrlCreateButton("Rename", 40, 160, 121, 25, 0)
GUISetState(@SW_SHOW)
#endregion GUI-Functions
While 1
$NMSG = GUIGetMsg()
Switch $NMSG
Case $GUI_EVENT_CLOSE
ExitLoop
Case $RENAME
If GUICtrlRead($INPUT2) = "" Then
MsgBox(16, "Error", "Invalid GW-Name")
Else
ControlSetText(GUICtrlRead($INPUT1), "", "", GUICtrlRead($INPUT2))
GUICtrlSetData($INPUT1, GUICtrlRead($INPUT2))
EndIf
EndSwitch
WEnd
GUIDelete($FORM_RENAMER)
|
|
|
01/10/2010, 13:06
|
#3
|
elite*gold: 1826
Join Date: Mar 2009
Posts: 4,310
Received Thanks: 6,287
|
#moved
|
|
|
01/10/2010, 13:59
|
#4
|
elite*gold: 0
Join Date: Oct 2008
Posts: 152
Received Thanks: 73
|
danke geht des dann auch für andere nicht gw fenster oder
|
|
|
01/10/2010, 14:03
|
#5
|
elite*gold: 0
Join Date: Apr 2008
Posts: 362
Received Thanks: 353
|
Du wirst es beim Programmieren mal schwer haben, wenn du dort auch keine Satzzeichen verwendest.
Edit: Lol...Wahnsinns Begründung. Wie lange brauchst du für ein Komma? Ne Minute?
|
|
|
01/10/2010, 14:48
|
#6
|
elite*gold: 0
Join Date: Oct 2008
Posts: 152
Received Thanks: 73
|
ich weiß, du hast recht aber es musste schnell hingeklatscht werden.
|
|
|
 |
Similar Threads
|
NEW CO-Yeti v.025! NO DC SpeedHack, Walljump, Renamer Cher/Window, Resizer
02/18/2009 - CO2 Exploits, Hacks & Tools - 157 Replies
OLD POST!!
watch:
http://www.elitepvpers.com/forum/co2-exploits-hack s-tools/158919-co-yeti-non-dc-speedh-walljump-zoom -resizer-renamer.html
|
1Cabal Window 1Maple Window at Same TIME??
05/26/2008 - Cabal Hacks, Bots, Cheats, Exploits & Macros - 0 Replies
let talk about 1 cabal 1 maple at same time...
possible??
how to do tat...??
teach me please :p
|
Good DH Trainer + Window renamer
09/01/2006 - CO2 Bots & Macros - 34 Replies
All u need for using this macro is COtobo..... and the macro.
Set:
F1= DH
F2= Sit
Check COtobo-> misc->effects-> Do not display indirect/magic attacks
Run the exe.
|
Co-window-renamer
08/16/2006 - Conquer Online 2 - 5 Replies
rename 2
Hi all, i have a really nice tool !! u know its pissing of when u dont see what char is on what window,
when u use Multiclient ! this is very nice it makes life easier !!
this tool change to ur that u better find ur chars and miners
HAVE FUN WITH IT ;)
|
Rename CO2 window title (any window actually)
05/13/2006 - CO2 Exploits, Hacks & Tools - 4 Replies
I have seen a few posts requesting this. It is a simple autohotkey macro nothing fancy here. You will notice also that the UPX packer detection is not triggered. If you use autohotkey and want to know how to remove the packer PM me it is rather simple. To use this little tool thingie it is very simple:
Execute the code.
Focus your window.
Press Hotkey CTRL+WIN+w
Change the Title.
Apply
|
All times are GMT +1. The time now is 22:49.
|
|