Register for your free account! | Forgot your password?

Go Back   elitepvpers > Coders Den > AutoIt
You last visited: Today at 18:59

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



AutoIt HexString die 0x wegnehmen?

Discussion on AutoIt HexString die 0x wegnehmen? within the AutoIt forum part of the Coders Den category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Dec 2009
Posts: 134
Received Thanks: 0
AutoIt HexString die 0x wegnehmen?

Hey Leute,
Ich hab mir n kleines Programm geschrieben das mir die Hexzahl ausgibt.
Quote:
Originally Posted by Code
$find= InputBox("Suchfunktion", "Suchen")
$HexString=StringToBinary($find)
MsgBox(0, "", $HexString)
Exit
Der Ausgabewert ist wie folgt: 0x??????????? (Die Fragezeichen sind je nachdem was man in die Inputbox eingegeben hat)
Jetzt wie bekomme ich die 0x weg?? In C++ gabs da irgendeine Möglichkeit weis aba den genauen Code nichtmehr. Geht sowas auch in Autoit das ie 0x weg sind und nurnoch das in der MsgBox steht was nach der 0x kommt?

MFG GeneratiOon
GeneratiOon is offline  
Old 06/19/2010, 11:17   #2
 
bassbanane's Avatar
 
elite*gold: 116
Join Date: Oct 2007
Posts: 677
Received Thanks: 248
Machs so :
PHP Code:
$findInputBox("Suchfunktion""Suchen")
$HexString=StringToBinary($find)
MsgBox(0""hex($HexString))
Exit 
Ich weiß nicht mehr wieso man dann nochmal hex() rum machen muss aber es funktioniert
bassbanane is offline  
Thanks
1 User
Old 06/19/2010, 11:21   #3
 
elite*gold: 0
Join Date: Dec 2009
Posts: 134
Received Thanks: 0
Ich hab jetzt selber mal gesucht und was gefunden^^Ich probier deine Methode gleich.
Quote:
Originally Posted by Code
$find= InputBox("Suchfunktion", "Suchen")
$HexString=StringToBinary($find)
$HexString=StringMid ($HexString, 3)
MsgBox(0, "", $HexString)
Exit
EDIT:
Ich glaub deine Methode ist besser^^
GeneratiOon is offline  
Reply


Similar Threads Similar Threads
Flyff P serverGM Status wieder wegnehmen; Leben im Gw ändern
07/16/2010 - Flyff Private Server - 5 Replies
Hi, wie im Titel schon gesagt möchte ich auf meinem p server einigen Accounts den Gm Status wieder wegnehmen und die Leben im gw von 5 auf xx erhöhen. Benutze die V15 offi Files. Ich hab hier auch schon rumgesucht und auch was gefunden, dies hat aber leider nicht funktioniert. Wäre nett wenn mir jmd helfen könnte.



All times are GMT +2. The time now is 18:59.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.