Register for your free account! | Forgot your password?

Go Back   elitepvpers > Coders Den > AutoIt
You last visited: Today at 13:12

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

Advertisement



Autotyper by MagicDave

Discussion on Autotyper by MagicDave within the AutoIt forum part of the Coders Den category.

Reply
 
Old 10/30/2010, 12:04   #76
 
Memphiisto's Avatar
 
elite*gold: 115
Join Date: Feb 2009
Posts: 353
Received Thanks: 44
Hmm hab das ma eingebaut aber...
Entweder sendet es immer nur Enter oder nur zahlen wie 1111 dann in der nächsten zeile 11111 und dann 1111111 usw ...

Frag mich was ich da falsch mach ^^

Muss ich vll zuerst alles (was in dem Textfeld steht) in nen Array packen und von da aus das mit dem String zeug machen ?
Memphiisto is offline  
Old 10/30/2010, 13:19   #77
 
PenGuin :O's Avatar
 
elite*gold: 2
Join Date: Mar 2008
Posts: 1,778
Received Thanks: 1,222
Quote:
Originally Posted by amnesi View Post
xD ja du bist hier aba auch der Autoit "Pro" ;D
Er mag zwar Pro sei, aber es hat nichts mit Pro sein zutun, eine einfache Funktion zum Umdrehen von Strings zu coden.
Das ist Basis :P
PenGuin :O is offline  
Old 10/30/2010, 13:41   #78
 
amnesi's Avatar
 
elite*gold: 25
Join Date: Jun 2010
Posts: 1,076
Received Thanks: 290
für dich vllt. xD
amnesi is offline  
Old 10/30/2010, 13:45   #79
 
lolkop's Avatar
 
elite*gold: 280
Join Date: May 2007
Posts: 2,818
Received Thanks: 3,483
Quote:
Originally Posted by MagicDave View Post
Hmm hab das ma eingebaut aber...
Entweder sendet es immer nur Enter oder nur zahlen wie 1111 dann in der nächsten zeile 11111 und dann 1111111 usw ...

Frag mich was ich da falsch mach ^^

Muss ich vll zuerst alles (was in dem Textfeld steht) in nen Array packen und von da aus das mit dem String zeug machen ?
verstehe dein problem nicht so ganz...
du liest einfach den string ein und schreibst ihn andersherum wieder ab...

Code:
GUICreate("blah", 200, 40)
GUISetState()
$input = GUICtrlCreateInput("Ich bin ein String", 10, 10, 110, 20)
$btn = GUICtrlCreateButton("Reverze", 130, 10, 60, 20)

While 1
	Switch GUIGetMsg()
		Case -3
			Exit
		Case $btn
			$string = GUICtrlRead($input)
			GUICtrlSetData($input, '')
			For $i=StringLen($string) To 1 Step -1
				GUICtrlSetData($input, GUICtrlRead($input) & StringMid($string, $i, 1))
			Next
	EndSwitch
WEnd
lolkop is offline  
Old 10/30/2010, 18:59   #80
 
Memphiisto's Avatar
 
elite*gold: 115
Join Date: Feb 2009
Posts: 353
Received Thanks: 44
Jetzt hab ichs geschafft XD jetzt klappts :P
Hab trotzdem noch bissl dran rum basteln müssen aber jetzt gehts
Jetzt muss ich nur noch raus krign wie ich mach dass es alles nur 1 mal umdreht und nicht nach jedem mal senden wieder xD
Wieiterprobieren

lg magic
Memphiisto is offline  
Old 11/02/2010, 15:54   #81
 
amnesi's Avatar
 
elite*gold: 25
Join Date: Jun 2010
Posts: 1,076
Received Thanks: 290
*PUSH*
amnesi is offline  
Thanks
1 User
Old 11/07/2010, 21:44   #82
 
Memphiisto's Avatar
 
elite*gold: 115
Join Date: Feb 2009
Posts: 353
Received Thanks: 44
Soo Jetzt is die Version 2.0 Heraußen.. In dieser Version ist ein komische bug von version 1.9 Gefixt worden.. Sowie die wartezeit am anfang des scripts verkürzt.

Zusätzlich habe ich noch einen Updater/Patcher eingebaut.

Viel Spaß mit der neuen Version.

lg Magic
Memphiisto is offline  
Reply


Similar Threads Similar Threads
~NewRunScape-Clicker+AutoTyper~
10/19/2010 - Runescape - 8 Replies
AutoTyper Open up the auto talker from the menu. Click Add, type a message plus any effects you want, then add the message to the list. Change the message rate to how fast you want the program to auto type, and let it run. You can stop it at any time by pressing the F12 key. AutoClicker Open up the auto clicker from the menu. Set a speed that you want to click in seconds and milliseconds. Click start and wait about 5 seconds. At that point, the clicker will click the mouse at the rate...
AutoTyper/ Calculater
11/01/2007 - Runescape - 4 Replies
Guys I found this Autotyper/calc works nicely(I dont take credit for makin it) Hope it helps everyone!!! Thanks would be appreciated!!!:p
Can some 1 plz post an autotyper?
10/17/2007 - Dekaron - 7 Replies
I need an auto typer and i can't find any that work. Plz post if u have 1 that works well. thanx
Silkroad autotyper
01/03/2006 - Silkroad Online - 7 Replies
hey guys, ive recently searched on your site and have not found an autotyper for silkroad... not only that but i have googled it also. if you may kindly show me where i could find an autotyper, it would be terrific PLZ DONT FLAME ME



All times are GMT +1. The time now is 13:12.


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.