Register for your free account! | Forgot your password?

You last visited: Today at 04:03

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

Advertisement



Save xD

Discussion on Save xD within the AutoIt forum part of the Coders Den category.

Reply
 
Old   #1
 
CantShutMyMouth's Avatar
 
elite*gold: 0
Join Date: Apr 2012
Posts: 379
Received Thanks: 163
Save xD

So,there is only an example of a code:

PHP Code:

$1=GuiCTRLCreateInput("user",1,1,1,1)
$
2=GuiCTRLCreateInput("pass",1,1,1,1)
$
3=GuiCTRLCreateCheckBox("Remember the user and pass",1,1,1,1)

Case $
;how to case $or what function to call to remember the user and pass for next time when the script is runned

how to case $3 or what function to call to remember the user and pass for next time when the script is runned?
CantShutMyMouth is offline  
Old 07/27/2012, 19:18   #2
 
elite*gold: 0
Join Date: Jun 2012
Posts: 191
Received Thanks: 34
Save it in a .txt File
[Pro]grammierer is offline  
Old 07/27/2012, 19:38   #3
 
lolkop's Avatar
 
elite*gold: 280
Join Date: May 2007
Posts: 2,818
Received Thanks: 3,483
check out this small example:
Code:
Dim $control[3][2], $name[2] = ['User','Pass']
GUICreate('GUI', 150, 70, Default, Default, 0x10CA0000)
For $i=0 To 1
	$control[0][$i] = GUICtrlCreateLabel($name[$i]&': ', 10, 12+20*$i, 30, 20)
	$control[1][$i] = GUICtrlCreateInput(IniRead('save.ini', 'section', $name[$i], ''), 40, 10+20*$i, 100, 20)
	$control[2][$i] = GUICtrlCreateCheckbox('save '&$name[$i], 8+72*$i, 50, 65, 20)
Next

While GUIGetMsg()<>-3
WEnd

For $i=0 To 1
	If GUICtrlRead($control[2][$i]) = 1 Then IniWrite('save.ini', 'section', $name[$i], GUICtrlRead($control[1][$i]))
Next
lolkop is offline  
Old 07/28/2012, 02:59   #4
ベトナム警察




 
Lumi's Avatar
 
elite*gold: 725
The Black Market: 516/0/0
Join Date: Jan 2012
Posts: 16,378
Received Thanks: 3,429
Look at the Function: IniWrite and IniRead.
Lumi is offline  
Reply


Similar Threads Similar Threads
save to bot one day?
05/05/2012 - Silkroad Online - 6 Replies
i used the haxcrax one time. it work with the 3 programs. 100%, but how does gm ban? from rapots, scanning or do they get wired packets from my bot? (if it can, haxcrax using original client) so just wanna know about its save to bot ONE day? kthx :bandit: smoke weed oO
Other save
12/04/2011 - WoW Bots - 0 Replies
Looks like Pirox will be no more any other save bots that can run multiply acc at same pc whit one bot key?and how you think is it save to using pirox till date when he stops? Tnx
Save
10/18/2009 - Metin2 Private Server - 2 Replies
Kanns sein dass der Server bissl länger braucht zum abspeichern aller daten...weil vorher hab ich boni eingefügt und rebootet und dann waren die weg o.O
Save MH
07/10/2008 - Diablo 2 - 8 Replies
Huhu , gibs jetzt schon nen MH der halbwegs save ist ? mfg Hertel



All times are GMT +2. The time now is 04:03.


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.