Guest BlackDiablo110 Posted September 18, 2004 Posted September 18, 2004 How do you make them? Like in a post, because it looks a lot more professional to do it that way.
bobheart Posted September 18, 2004 Posted September 18, 2004 At the top you will see a code button . click it add your code and click it again anything in the code with be in a box . [ code ] like this [ / code ] no spaces .
Guest BlackDiablo110 Posted September 18, 2004 Posted September 18, 2004 Ok cool. Hey, also, since this is already off topic, have any of you ever tried to use Python? Or already know how? I'm learning that right now also, and I was just wondering what some of the things it can do are Oo. And 1 more thing, is there any way to make AutoIt do something like the following: Automatically open itself, and install something? For example, if I wanted to save an autoit file onto my laptop, that, once I saved it, poped up, and installed starcraft for me. Is this possible?
bobheart Posted September 18, 2004 Posted September 18, 2004 http://www.clickteam.com/English/install_creator.htm
Guest BlackDiablo110 Posted September 18, 2004 Posted September 18, 2004 Ok, but that can't automaticaly install itself. What I want, is just to save a file, (a single file) onto my desktop, and once it is saved, have it automatically start running, without clicking on it or anything, can this be done?
CyberSlug Posted September 18, 2004 Posted September 18, 2004 You can make a CD that automatically runs a program when inserted in your computer: See the FAQ at http://www.ashzfall.com/products/autorun/ Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig!
nobby Posted September 18, 2004 Posted September 18, 2004 I don't think that it is possible, unless there is a process checking for the existence of the file. So if you run: $i = 0 While $i = 0 sleep(1000) if FileExists(@desktopdir & "\thefile.exe") Then run(@desktopdir & "\thefile.exe") $i = 1 EndIf Wend On your laptop, it will check for "thefile.exe" on your desktop evey second and execute it when it exists. CheersNobby
the_lord_mephy Posted September 18, 2004 Posted September 18, 2004 Yeah but you would have to run the script containing $i = 0 While $i = 0 sleep(1000) if FileExists(@desktopdir & "\thefile.exe") Then run(@desktopdir & "\thefile.exe") $i = 1 EndIf Wend in order for it to check. its not possible with out another script running, unless u have something in ur computer that automatically runs programs that are saved lol My site for HTML Help :)[quote name='Valik' date='Oct 15 2004, 12:29 PM']Maybe nobody is an "elite uber-coder" like me because thinking is a capital offense in today's online-world?[right][snapback]36427[/snapback][/right][/quote]
Guest BlackDiablo110 Posted September 18, 2004 Posted September 18, 2004 Ok thanks. Because I wanted to do my friend a favor, I wanted to set up autoit to automatically install, diabloII, and the hacks, for him. Lol.
the_lord_mephy Posted September 18, 2004 Posted September 18, 2004 well you could send him an autoit and tell him to run that. and that would install d2 and the hacks. what hacks u want him to have? and what are the sources. My site for HTML Help :)[quote name='Valik' date='Oct 15 2004, 12:29 PM']Maybe nobody is an "elite uber-coder" like me because thinking is a capital offense in today's online-world?[right][snapback]36427[/snapback][/right][/quote]
Guest BlackDiablo110 Posted September 18, 2004 Posted September 18, 2004 Well, since that won't work. I will just send him a zipped folder, with all of the hacks, "clonehunter, JHJ PBot, AutoAim, Mouse MapHack, ZPickit, and GodMode", then just have autoit install them automatically one by one. I can do that with just the click command. Also, I figured that learning how to do this could also be helpful for "hacking"? I had some things in mind but I prefer not to talk about it on the basis of getting banned.
the_lord_mephy Posted September 18, 2004 Posted September 18, 2004 Well i cant raelly help you im sry to say, if i knew how the hacks worked i would be able to My site for HTML Help :)[quote name='Valik' date='Oct 15 2004, 12:29 PM']Maybe nobody is an "elite uber-coder" like me because thinking is a capital offense in today's online-world?[right][snapback]36427[/snapback][/right][/quote]
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now