Register for your free account! | Forgot your password?

Go Back   elitepvpers > Coders Den > AutoIt
You last visited: Today at 09:00

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

Advertisement



[Autoit] run program only with parameters

Discussion on [Autoit] run program only with parameters within the AutoIt forum part of the Coders Den category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Jan 2015
Posts: 247
Received Thanks: 28
[Autoit] run program only with parameters

Ich würde gern mein autoit programm mit meinem vb launcher startet wie kann ich es so machen dass das autoit programm sich nur mit den vom vb launcher übermittelten parametern starten lässt ?
ElswordHackerAgain! is offline  
Old 07/19/2015, 11:45   #2
 
lolkop's Avatar
 
elite*gold: 280
Join Date: May 2007
Posts: 2,818
Received Thanks: 3,483
Am Besten, fragst du die möglichen Parameter vom Launcher am Anfang einfach ab.

Beispiel:
Code:
If $CmdLine[0] <> 1 Or $CmdLine[1] <> 'vbLauncher' Then
   MsgBox(0, 'Error', 'Please use the included Launcher')
   Exit
EndIf
lolkop is offline  
Old 07/19/2015, 14:09   #3
 
alpines's Avatar
 
elite*gold: 60
Join Date: Aug 2009
Posts: 2,256
Received Thanks: 815
Quote:
Originally Posted by lolkop View Post
Am Besten, fragst du die möglichen Parameter vom Launcher am Anfang einfach ab.

Beispiel:
Code:
If $CmdLine[0] <> 1 Or $CmdLine[1] <> 'vbLauncher' Then
   MsgBox(0, 'Error', 'Please use the included Launcher')
   Exit
EndIf
Das ist keine gute Methode um das Programm so zu starten. Wenn man selber eine Exe erstellt die $CMDLine mit _ArrayDisplay darstellt, kann man ganz einfach die Parameter abfragen und schon fällt der Launcher weg.
alpines is offline  
Old 07/20/2015, 15:57   #4
 
lolkop's Avatar
 
elite*gold: 280
Join Date: May 2007
Posts: 2,818
Received Thanks: 3,483
Quote:
Originally Posted by alpines View Post
Das ist keine gute Methode um das Programm so zu starten. Wenn man selber eine Exe erstellt die $CMDLine mit _ArrayDisplay darstellt, kann man ganz einfach die Parameter abfragen und schon fällt der Launcher weg.
Das ist bezüglich der Frage des TS hier irrelevant.

Abgesehen davon, kann jeder Launcher von Personen, die wissen, was sie tun, leicht umgangen werden. Die Parameter Methode bietet hier eine elegante Lösung, welche Anfänger behindert und dabei weder ineffizient, noch ressourcenlastig wirkt. Abgesehen davon, wird hier natürlich auch ein Start mit verschiedenen Modi möglich.
lolkop is offline  
Reply


Similar Threads Similar Threads
help me please on this program autoit
09/18/2013 - AutoIt - 2 Replies
hello all,, i did program by autoit for game silkroad this for using sbotmod login char auto but i got problem after i finsh and runing scrpit and all things done ...it open sbotmod then sbot then wont write id and pw and pc help me i think it need to update it but idk how ....here my code program : Opt("WinTitleMatchMode", 1) #include <GUIConstantsEx.au3> #Include <GuiListView.au3> Global $Paused, $Char1, $CharSet HotKeySet("{PAUSE}", "TogglePause") HotKeySet("{F5}","LoginAll"). ..
Does this AutoIt program contain Trojan?
01/26/2010 - General Coding - 2 Replies
I got this bot and would like to see if it is malware/virus/trojan. The bot maker told me some sensitive anti virus program would see it as back door software. I have tried to upload it into total virus website for a scan. 80% of the scanners pass the file while the remaining said it is trojan. Need help from expert coder to take a look at this for me. Thank you very much.
A quick autoit program
03/04/2007 - CO2 Guides & Templates - 5 Replies
ok i posted this once already and for some reason it was deleted i think the mods thought i was posting an actually cracked sv -_- maybe they should read a bit more into it... basically put this inside ur folder for agentking.exe along with ur trainer must be named SVCracked.exe and ur hotkey must be ctrl + alt +F11 basically wat this does is do launch and hotkey for u cause that gets annoying atleast it does for me... anyway here u go



All times are GMT +1. The time now is 09:00.


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.