| View previous topic :: View next topic |
| Author |
Message |
Kevin Grandmaster Cheater Supreme
Reputation: 0
Joined: 07 Mar 2007 Posts: 1139 Location: Spiderman-World
|
Posted: Wed Aug 01, 2007 2:38 pm Post subject: Posting what I wrote in my list... |
|
|
If i make a list with some answers to a game caleld SketchMaster (online drawing game, where you have to guess what other people draw) if i could make a long list with most answers i would become like rank 1 (Rank is server sided, can't be hacked)
How can i make a .txt document and then make a delphi program which writes answer after answer and so on?
|
|
| Back to top |
|
 |
appalsap Moderator
Reputation: 0
Joined: 27 Apr 2006 Posts: 6753 Location: Pakistan
|
Posted: Wed Aug 01, 2007 2:49 pm Post subject: |
|
|
| CreateFile, WriteFile
|
|
| Back to top |
|
 |
HomerSexual Grandmaster Cheater Supreme
Reputation: 5
Joined: 03 Feb 2007 Posts: 1657
|
Posted: Fri Aug 03, 2007 8:43 am Post subject: |
|
|
use the bat file tutorial i wrote awhile ago and make a list box, the bat will save and load the list box at show and close.
much easier
_________________
|
|
| Back to top |
|
 |
smartz993 I post too much
Reputation: 2
Joined: 20 Jun 2006 Posts: 2013 Location: USA
|
Posted: Sat Aug 04, 2007 12:26 pm Post subject: |
|
|
Make the list...then load the list in a listbox..(Listbox.items.Loadfromfile('answers.txt') ...then just use sendinput to write line after line.
|
|
| Back to top |
|
 |
Symbol I'm a spammer
Reputation: 0
Joined: 18 Apr 2007 Posts: 5094 Location: Israel.
|
Posted: Sat Aug 04, 2007 2:59 pm Post subject: |
|
|
actool? O_o
wouldnt it be easier?
|
|
| Back to top |
|
 |
assaf84 Expert Cheater
Reputation: 0
Joined: 03 Oct 2006 Posts: 238
|
Posted: Sun Aug 05, 2007 12:53 am Post subject: |
|
|
| What smatz said looks like the easiest way.. You can also make just a TStringList, it'll be even easier.
|
|
| Back to top |
|
 |
smartz993 I post too much
Reputation: 2
Joined: 20 Jun 2006 Posts: 2013 Location: USA
|
Posted: Sun Aug 05, 2007 7:22 am Post subject: |
|
|
| But if he wants to load them, view them, add/delete..you should just use a listbox.
|
|
| Back to top |
|
 |
|