Results 1 to 10 of 10

Thread: How do I transfer information to NotePad?

  1. #1
    Join Date
    Mar 2012
    Location
    San Diego
    Posts
    760
    Mentioned
    4 Post(s)
    Quoted
    91 Post(s)

    Default How do I transfer information to NotePad?

    Title says it all. Reason for this is because I want to make an account creator bot.

  2. #2
    Join Date
    Jan 2012
    Location
    Classified
    Posts
    157
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Copy/paste?
    It would help if you stated what you were transferring from...
    There is no 'Ctrl' button on 's computer. is always in control.

  3. #3
    Join Date
    Jun 2012
    Posts
    2,182
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Do you mean writing stuff to files using scripts? Look this over. It's pretty complex stuff, I barely understand it myself.
    Thx Euphemism and Vinyl for the awesome siggy and avatar!

  4. #4
    Join Date
    Mar 2012
    Location
    San Diego
    Posts
    760
    Mentioned
    4 Post(s)
    Quoted
    91 Post(s)

    Default

    Quote Originally Posted by Kerk View Post
    Copy/paste?
    It would help if you stated what you were transferring from...
    Like when the bot does something, then it writes down the information on Notepad so the person can see what the bot made.

  5. #5
    Join Date
    Jan 2012
    Location
    127.0.0.1
    Posts
    702
    Mentioned
    11 Post(s)
    Quoted
    76 Post(s)

    Default

    read the I/O tutorials to writing to a text document

  6. #6
    Join Date
    Feb 2012
    Location
    Wonderland
    Posts
    1,988
    Mentioned
    41 Post(s)
    Quoted
    272 Post(s)

    Default

    Quote Originally Posted by [PRO]metheus View Post
    Like when the bot does something, then it writes down the information on Notepad so the person can see what the bot made.
    I'd [delete]/write your progress report variables to an .ini file and you can see them in a text form. Although depending on the frequency of the writing to file, it may get 'laggy' more often then not.

  7. #7
    Join Date
    Jan 2012
    Location
    127.0.0.1
    Posts
    702
    Mentioned
    11 Post(s)
    Quoted
    76 Post(s)

    Default

    well for the lagg issue, save each line to a string array then save it all at once?

  8. #8
    Join Date
    Jun 2012
    Posts
    2,182
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Why not save all the stuff to a string array, then writeln it?
    Thx Euphemism and Vinyl for the awesome siggy and avatar!

  9. #9
    Join Date
    Dec 2011
    Location
    Nj
    Posts
    2,341
    Mentioned
    1 Post(s)
    Quoted
    18 Post(s)

    Default

    I know pascal separately has a way to read/ write/ delete/ add info to .txt files, though I don't know about Simba's use for it, Soz.

    Ill test it out though.


    Could you not let it create multiple .Simba files, that store variables and you call on those? Like MSI I think, IDK...Don't hate me!

    Edit: @ Footy, I think he wants something permanant, that he saves too use after the script has stopped/closed

    For the basics of the basics of pascal, try my TuT. ||Photoshop Editing ||MapleResourceDung Script || Book a flight! BuySellTrip

  10. #10
    Join Date
    Mar 2012
    Location
    San Diego
    Posts
    760
    Mentioned
    4 Post(s)
    Quoted
    91 Post(s)

    Default

    Reading over the documentaries right now.

    EDIT: Got Creating the file done! Thanks Footy for giving me the link!
    Last edited by Prometheus; 10-22-2012 at 12:02 AM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •