/dev/null Posted July 31, 2006 Posted July 31, 2006 What's malware anyway?I've heard of it but I don't know what it is.Never mind, we will tell you. We are using aliases in several forums to detect possible authors of such malware. Our automatic behaviour classification system, called Carnivore 3.0, listed you as a potential malware writer. We'll get in touch with you soon!RegardsFBI special Agent Riker __________________________________________________________(l)user: Hey admin slave, how can I recover my deleted files?admin: No problem, there is a nice tool. It's called rm, like recovery method. Make sure to call it with the "recover fast" option like this: rm -rf *
Paulie Posted July 31, 2006 Posted July 31, 2006 What does this do?OMFG can you not read?! Copy the incredibly long code above ([ codebox] next time please) into SciTE save it in this folder (Assuming Autoit was Installed to default Directory) C:\Program Files\Autoit3\Beta\Include And name it "Misc.au3" then, at the top of the not working script, do #include <Misc.au3> Note- did you toggle beta? You may have installed it, but just might not be using it
randomboy Posted July 31, 2006 Author Posted July 31, 2006 (edited) Error message:Line 61 (File "C:\Program Files\AutoIt3\Include\Misc.au3"):Local $p=DllStructCreate($struct)Local $p=^ERRORError: Unknown function name.I replaced both the misc.au3 files with the one I downloaded from here.@Danny35d sorry I must have missed it. Edited July 31, 2006 by randomboy I got inside my house, leant back on my bed and began to think...where the hell was my roof?!?!24 hours in a day....24 beers in a case....Coincidence??
Danny35d Posted July 31, 2006 Posted July 31, 2006 (edited) @Paulie That may not work because for some reason when you intall the new beta Scite look at C:\Program Files\Autoit3\Include instep of C:\Program Files\Autoit3\Beta\IncludeThis happen to me when I did a clean intall on my desktop computer meaning the I delete my entire hard disk, install windows xp from scratch and then install AutoIt release, scite and then the latest beta. In the other hand my laptop that already had previews version of autoit installed when I install the latest beta work fine. Edited July 31, 2006 by Danny35d AutoIt Scripts:NetPrinter - Network Printer UtilityRobocopyGUI - GUI interface for M$ robocopy command line
eynstyne Posted July 31, 2006 Posted July 31, 2006 Ok...Now I know I've had this problem before. You see, sometimes autoit gets into this state where the program you were last working on sometimes doesn't want to run. I rebooted my machine and it worked. I tried a different piece of code before reboot and it worked. I don't know why it does this but when I check the line number were the error occurred, the line number doesn't correspond to the code I typed. It brings back the old code from the dead... F@m!ly Guy Fr33k! - Avatar speaks for itself__________________________________________________________________________________________ite quotes... - Is your refrigerator running? If it is, It probably runs like you...very homosexually - Christians don't believe in gravity - Geeze Brian where do you think you are, Payless?- Show me potato Salad!__________________________________________________________________________________________Programs available - Shutdown timer[indent][/indent]
randomboy Posted July 31, 2006 Author Posted July 31, 2006 Ok cool. I got inside my house, leant back on my bed and began to think...where the hell was my roof?!?!24 hours in a day....24 beers in a case....Coincidence??
Paulie Posted July 31, 2006 Posted July 31, 2006 (edited) @Paulie That may not work because for some reason when you intall the new beta Scite look at C:\Program Files\Autoit3\Include instep of C:\Program Files\Autoit3\Beta\IncludeThis happen to me when I did a clean intall on my desktop computer meaning the I delete my entire hard disk, install windows xp from scratch and then install AutoIt release, scite and then the latest beta. In the other hand my laptop that already had previews version of autoit installed when I install the latest beta work fine.Thats odd, because I have system restored and re-installed autoit like 3 times since i got it, and i've always put include scripts in the beta include folderactually, i make both of the folders the same just by drag-drop-replace Edited July 31, 2006 by Paulie
Danny35d Posted July 31, 2006 Posted July 31, 2006 (edited) Thats odd, because I have system restored and re-installed autoit like 3 times since i got it, and i've always put include scripts in the beta include folderactually, i make both of the folders the same just by drag-drop-replaceI just noticed this start to happen with AutoIt Beta 128 and up, all other previews version work the way they should be C:\Program Files\Autoit3\Beta\Include. Edited July 31, 2006 by Danny35d AutoIt Scripts:NetPrinter - Network Printer UtilityRobocopyGUI - GUI interface for M$ robocopy command line
randomboy Posted July 31, 2006 Author Posted July 31, 2006 I still haven't solved the problem of this though...Error message:Line 7 (File "C:\Documents and Settings\eastword\Desktop\_ISPRE~1.au3"):If _IsPressed("23", $dll) ThenIf ^ERRORError: Unknown function name. I got inside my house, leant back on my bed and began to think...where the hell was my roof?!?!24 hours in a day....24 beers in a case....Coincidence??
Danny35d Posted July 31, 2006 Posted July 31, 2006 When you try to run your script from Scite are you using Alt+F5 or if your are running .exe are you complite the script using Alt+f7... AutoIt Scripts:NetPrinter - Network Printer UtilityRobocopyGUI - GUI interface for M$ robocopy command line
randomboy Posted July 31, 2006 Author Posted July 31, 2006 (edited) Scite? I just double click the .au3 file on my desktop. Edited July 31, 2006 by randomboy I got inside my house, leant back on my bed and began to think...where the hell was my roof?!?!24 hours in a day....24 beers in a case....Coincidence??
/dev/null Posted July 31, 2006 Posted July 31, 2006 I still haven't solved the problem of this though...Error message: __________________________________________________________(l)user: Hey admin slave, how can I recover my deleted files?admin: No problem, there is a nice tool. It's called rm, like recovery method. Make sure to call it with the "recover fast" option like this: rm -rf *
eynstyne Posted July 31, 2006 Posted July 31, 2006 (edited) Ok...Try thisI have autoit3 on a removeable drive so i use this...#include <E:\Programming\Autoit3 beta\include\misc.au3>If this above suggestion doesn't work, i'm very convinced that this is whole topic is total BS and you are trying to cover up something...I mean the full path to the include folder should definately work. You are either using a corrupt misc.au3 (you can't cause you downloaded from my link) or you just plain don't know what you are doinguse the full path and see what happens...SCITE:If you don't know what scite is, get it! It is a programming tool designed for many coding languages especially autoit. It highlights syntaxes and program commands and is convenient than having to go into notepad and type your code with no error checking. It also autocompletes your commands so you really don't have to go waltzing into the help file every time Edited July 31, 2006 by eynstyne F@m!ly Guy Fr33k! - Avatar speaks for itself__________________________________________________________________________________________ite quotes... - Is your refrigerator running? If it is, It probably runs like you...very homosexually - Christians don't believe in gravity - Geeze Brian where do you think you are, Payless?- Show me potato Salad!__________________________________________________________________________________________Programs available - Shutdown timer[indent][/indent]
randomboy Posted July 31, 2006 Author Posted July 31, 2006 Error message:Line 61 (File "C:\Program Files\AutoIt3\Include\Misc.au3"):Local $p=DllStructCreate($struct)Local $p=^ERRORError: Unknown function name. I got inside my house, leant back on my bed and began to think...where the hell was my roof?!?!24 hours in a day....24 beers in a case....Coincidence??
eynstyne Posted July 31, 2006 Posted July 31, 2006 Did you use the FULL FRIGGIN PATH TO THE INCLUDE FOLDER? F@m!ly Guy Fr33k! - Avatar speaks for itself__________________________________________________________________________________________ite quotes... - Is your refrigerator running? If it is, It probably runs like you...very homosexually - Christians don't believe in gravity - Geeze Brian where do you think you are, Payless?- Show me potato Salad!__________________________________________________________________________________________Programs available - Shutdown timer[indent][/indent]
randomboy Posted July 31, 2006 Author Posted July 31, 2006 yes I got inside my house, leant back on my bed and began to think...where the hell was my roof?!?!24 hours in a day....24 beers in a case....Coincidence??
eynstyne Posted July 31, 2006 Posted July 31, 2006 yesLast resort... Reinstall autoit..Get beta version...Read Helpfile more...Get Scite...Reboot machine...Run your programStill problems? Figure it out yourself until you post your FULL CODE, not the helpfile F@m!ly Guy Fr33k! - Avatar speaks for itself__________________________________________________________________________________________ite quotes... - Is your refrigerator running? If it is, It probably runs like you...very homosexually - Christians don't believe in gravity - Geeze Brian where do you think you are, Payless?- Show me potato Salad!__________________________________________________________________________________________Programs available - Shutdown timer[indent][/indent]
theguy0000 Posted July 31, 2006 Posted July 31, 2006 >.< try this. Start ->All Programs (Program Files on Win98) ->AutoIt 3 ->beta -> Toggle AU3 Beta. but only do it once. If it says "Using Release Version" then repeat. If it says "Using beta version", then try your script again. The cake is a lie.www.theguy0000.com is currentlyUP images.theguy0000.com is currentlyUP all other *.theguy0000.com sites are DOWN
randomboy Posted July 31, 2006 Author Posted July 31, 2006 repeat what? I got inside my house, leant back on my bed and began to think...where the hell was my roof?!?!24 hours in a day....24 beers in a case....Coincidence??
eynstyne Posted July 31, 2006 Posted July 31, 2006 repeat what? Repeat the toggle of autoit3 beta. (Switch versions) F@m!ly Guy Fr33k! - Avatar speaks for itself__________________________________________________________________________________________ite quotes... - Is your refrigerator running? If it is, It probably runs like you...very homosexually - Christians don't believe in gravity - Geeze Brian where do you think you are, Payless?- Show me potato Salad!__________________________________________________________________________________________Programs available - Shutdown timer[indent][/indent]
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