Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 03/21/2012 in all areas

  1. trancexx

    Subrogation

    I finally have some more space in the attachments folder. In the past I've had to sacrifice, delete lots of scripts I posted to be able to post more. That was shit. So, what's the subrogation in this context? It's a technique of loading dll file embedded in your script as a string or perhaps stored on a remote server. Purpose is to be able to call functions from some dll without it needed to be written on the HD. As you will see in the script I'm attaching you choose some existing file (in my case I'm going with explorer.exe) then out of embedded dll you construct new fully functional module on the fundaments of the choosen. After that you call functions from embedded module but now (and that's the beauty) you call from subrogated. Pseudo/pseudo-expressed example from the script below would be: Subrogor = "explorer.exe" Subrogee = "kernel32.dll" Subrogate(byref Subrogor, Subrogee) DllCall(Subrogor, FunctionFromSubrogee) There are different problems with (only) some dlls to embed. It can be used both for 32 and 64 bit dlls with no difference. Script: Subrogation.au3 This technique (mild) is used in this script. edit: New script.
    1 point
  2. kaotkbliss

    Program Launcher

    My first project outside of work Since I have literally hundreds of games and programs installed on my pc, even using the start menu can get me lost when looking for a specific thing. With this, you can drag/drop any file or shortcut onto the GUI. Then you can open any file from the convienient GUI sitting on your desktop. 5 different "tabs" or lists allow you to sort and organize your files to make them easier to find when your lists get long. Latest Version 3.0.2.2<-11/8/13 (or 8/11/13 for the European people) You can get the included help file here for a more indepth look at what this program can do and how it works. I've removed the purchase requirement (it's free again) and added a donate button to the installer. Bugs, suggestions and comments are welcome!
    1 point
  3. I found this looking for the answer myself. I've found this under GUICtrlSetData() For Combo or List control : If the "data" corresponds to an already existing entry it is set as the default. If the "data" starts with GUIDataSeparatorChar or is an empty string "" the previous list is destroyed.
    1 point
  4. Post #1 - nguyenquan said: "hello, I have aGUIinterface, I'mnewbieso Ido notknow how to writecodeto operateit.Expect peoplebeing told. I'm very grateful." Translation: Post #1: Hello, I have fabricated a GUI using the koda form composition tool to act as an example of what I expect to be given in working condition, I'm relatively new to the aspect of scripting and do not know how to develop my own solutions to my problems, which is somewhere along the lines of using proxies to auto-click advertisements in my ad.fly account so that I can make a fraction of a penny per click and have my account banned once they find out I was using the proxies they already blacklisted to act as unique hits. I expect people to bring fourth a solution. I will be very grateful. Post #2 - nguyenquan said: nothing moreI'm a newbie, Iwould like somesuggestions fromyoutomehave solutions.expect peopleto help. maybe Iwill followthe ITindustry Translation: Post #2: No more of this please, I am new here and I expect a solution from the community for my current problem, I expect decent and concentrated help with this. Maybe after this I will become a webmaster or IT professional after I feel like a hacker from my inflated ego that will be a byproduct from this thread as a result of your efforts. Post #3 - nguyenquan said: I justwant afew examples.expect people to help Translation: Post #3: (Judging by the size of his text we can safely presume the users translation could be the following~) "Please stop this irrelevant discussion, you are not implementing any solutions to my advertisement clicking bot, I expected you guys to fully develop the features my GUI should have. now please, get to work."
    1 point
  5. Why is it so difficult to read the fucking rules? Forum Rules: http://www.autoitscript.com/forum/forum-9/announcement-13-forum-rules/ And read: Example Scripts This is not a general support forum! João Carlos.
    1 point
×
×
  • Create New...