NuclearIce Posted October 22, 2006 Share Posted October 22, 2006 Do you have any idea why it wouldn't work for me? Could my ip be erroneously banned from your server (this has happened in other circumstances because apparently my ip was previously used by a spammer)? Maybe it's on my end and i can't get to the server? Could you provide an ip i could ping or website i could check to see if i'm getting through? Anything i'm not thinking of, maybe? This is such a great resource for the community and all but necessary for my business. Thanks in advance! Link to comment Share on other sites More sharing options...
Moderators SmOke_N Posted October 22, 2006 Author Moderators Share Posted October 22, 2006 Do you have any idea why it wouldn't work for me? Could my ip be erroneously banned from your server (this has happened in other circumstances because apparently my ip was previously used by a spammer)? Maybe it's on my end and i can't get to the server? Could you provide an ip i could ping or website i could check to see if i'm getting through? Anything i'm not thinking of, maybe? This is such a great resource for the community and all but necessary for my business. Thanks in advance!No need to ping the server, it's in my autoit fileman. Maybe I banned one of your other usernames. Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer. Link to comment Share on other sites More sharing options...
NuclearIce Posted October 22, 2006 Share Posted October 22, 2006 Why would I be banned, out of curiosity? And if I were, how could I become un-banned? Link to comment Share on other sites More sharing options...
Moderators SmOke_N Posted October 22, 2006 Author Moderators Share Posted October 22, 2006 Why would I be banned, out of curiosity? And if I were, how could I become un-banned?I use my own judgement. If I feel someone is using AutoIt for not so good reasons, I definately don't want them using EnCodeIt to make it harder to tell what is going on. So I do my part to keep my program as clean as possible.There could be other reasons as well. Maybe I just don't like you I don't know who you are, but if you want to PM me your other user names, I can tell you if you are on the ban list, and if so, why. Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer. Link to comment Share on other sites More sharing options...
sectying Posted October 22, 2006 Share Posted October 22, 2006 maybe user it ??? Link to comment Share on other sites More sharing options...
WhiteCrow Posted October 31, 2006 Share Posted October 31, 2006 Aaah, i was looking for something like this.. Made some programs for my server, and i dont want any overactive user, peeking into a readable source. Thank you for making this possible! Link to comment Share on other sites More sharing options...
Uten Posted November 17, 2006 Share Posted November 17, 2006 Hi SmOKe_N, Is there a option to add public functions in EnCodeIt? Say I want to encode a UDF and let others use the public interface. Searched the thread but did not find anything. It's just to big (and to much noyce in it) to read from start to end I also wonder if you know the minimum requirements to run EnCodeIt. I just downloaded it and tried it on a w2k-sp4 (IE 5.0) installation and it crashed, burned and died before I got a GUI or any other information. The Folder EnCodeItInfo was created and populated with 200699.dll and SkinCrafter.dll before the crash. My guess is the low version of IE? Please keep your sig. small! Use the help file. Search the forum. Then ask unresolved questions :) Script plugin demo, Simple Trace udf, TrayMenuEx udf, IOChatter demo, freebasic multithreaded dll sample, PostMessage, Aspell, Code profiling Link to comment Share on other sites More sharing options...
Moderators SmOke_N Posted November 17, 2006 Author Moderators Share Posted November 17, 2006 (edited) Hi SmOKe_N,Is there a option to add public functions in EnCodeIt?Say I want to encode a UDF and let others use the public interface.Searched the thread but did not find anything. It's just to big (and to much noyce in it) to read from start to end I also wonder if you know the minimum requirements to run EnCodeIt. I just downloaded it and tried it on a w2k-sp4 (IE 5.0) installation and it crashed, burned and died before I got a GUI or any other information. The Folder EnCodeItInfo was created and populated with 200699.dll and SkinCrafter.dll before the crash. My guess is the low version of IE?You're missing DLL's you'll need (guiplus.dll and others)... there's an API thread that gafrost had made, we both posted the necessary DLL's there for upload... I know they're needed, because I had to install them on my vmware w2k sp4.On the first question, I'm not sure I'm quite following what you're saying.Edit:Actually if I'm understanding you right.... you could just put the udf in a .au3 by itself as an #include, encode that include by itself, the log provides what it changed the function name too, and you can go from there. Edited November 17, 2006 by SmOke_N Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer. Link to comment Share on other sites More sharing options...
friendfox Posted November 17, 2006 Share Posted November 17, 2006 has an error windows Link to comment Share on other sites More sharing options...
Uten Posted November 17, 2006 Share Posted November 17, 2006 (edited) You're missing DLL's you'll need (guiplus.dll and others)... there's an API thread that gafrost had made, we both posted the necessary DLL's there for upload... I know they're needed, because I had to install them on my vmware w2k sp4.On the first question, I'm not sure I'm quite following what you're saying.Edit:Actually if I'm understanding you right.... you could just put the udf in a .au3 by itself as an #include, encode that include by itself, the log provides what it changed the function name too, and you can go from there.Sounds like you did understand me right. Thanks for the API tip. Will try it out when I get a chance.EDIT: This is the api tip link with the presumably missing files.I have not tried it yet.EDIT2: I have tested it now and just dropping the ziped files in the same directory as EnCodeIt2.0 was enough. Edited November 18, 2006 by Uten Please keep your sig. small! Use the help file. Search the forum. Then ask unresolved questions :) Script plugin demo, Simple Trace udf, TrayMenuEx udf, IOChatter demo, freebasic multithreaded dll sample, PostMessage, Aspell, Code profiling Link to comment Share on other sites More sharing options...
Uten Posted November 18, 2006 Share Posted November 18, 2006 Hi SmOKe_N, Can you consider to let EnCodeIt to only react to ESC when it has focus? I Use other tools that also use ESC to cancel actions (vim is one) and it is a bit of a bummer if EnCodeIt stops a process unintentionally. Please keep your sig. small! Use the help file. Search the forum. Then ask unresolved questions :) Script plugin demo, Simple Trace udf, TrayMenuEx udf, IOChatter demo, freebasic multithreaded dll sample, PostMessage, Aspell, Code profiling Link to comment Share on other sites More sharing options...
Moderators SmOke_N Posted November 18, 2006 Author Moderators Share Posted November 18, 2006 Hi SmOKe_N, Can you consider to let EnCodeIt to only react to ESC when it has focus? I Use other tools that also use ESC to cancel actions (vim is one) and it is a bit of a bummer if EnCodeIt stops a process unintentionally.Yeah, that's just a 1 liner Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer. Link to comment Share on other sites More sharing options...
MadBoy Posted November 19, 2006 Share Posted November 19, 2006 Yeah, that's just a 1 liner Thanks that would be great Also have you fixed the problem with crashing that some ppl are experiencing :/ I tried to redownload version but it still crashes and i realy doubt it's my poor coding as my variable names and fucntion names are diffrent.Hope it can be fixed as giving out program without your obsfucation isn't good :| My little company: Evotec (PL version: Evotec) Link to comment Share on other sites More sharing options...
Moderators SmOke_N Posted November 19, 2006 Author Moderators Share Posted November 19, 2006 Thanks that would be great I like the idea as well.Also have you fixed the problem with crashing that some ppl are experiencing :/ I tried to redownload version but it still crashes and i realy doubt it's my poor coding as my variable names and fucntion names are diffrent.For my own personal use yes.Hope it can be fixed as giving out program without your obsfucation isn't good :|Always a cure for that, "my obfuscation" that is.... write your own. Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer. Link to comment Share on other sites More sharing options...
The Kandie Man Posted November 19, 2006 Share Posted November 19, 2006 Hope it can be fixed as giving out program without your obsfucation isn't good :|Write your program in c++ instead. AutoIt isn't designed to be a super secure scripting language. It was just designed to automate things.What are you guys doing that the code has to be so secretive anyway? If the average user can't see the code, then you are good. There are always people out there who are really good at finding things, no matter how good you are at hiding them. "So man has sown the wind and reaped the world. Perhaps in the next few hours there will no remembrance of the past and no hope for the future that might have been." & _"All the works of man will be consumed in the great fire after which he was created." & _"And if there is a future for man, insensitive as he is, proud and defiant in his pursuit of power, let him resolve to live it lovingly, for he knows well how to do so." & _"Then he may say once more, 'Truly the light is sweet, and what a pleasant thing it is for the eyes to see the sun.'" - The Day the Earth Caught Fire Link to comment Share on other sites More sharing options...
MadBoy Posted November 19, 2006 Share Posted November 19, 2006 Write your program in c++ instead. AutoIt isn't designed to be a super secure scripting language. It was just designed to automate things.What are you guys doing that the code has to be so secretive anyway? If the average user can't see the code, then you are good. There are always people out there who are really good at finding things, no matter how good you are at hiding them.1. C++ is much more complicated language. If i would knew how to do advanced things like i do now in autoit, trust me i would.2. It's far away from what it was supposed to do and what it can do. I like autoit, i like to write programs in it.3. With hacked autoit program that can discover the source for every noob out there that actually got hands on it i would say it's preety bad. I don't want program to be uncrackable as i know anything can be cracked, sooner or later. Just i don't realy want to see anyone doing it with one click.4. Even if it hides simple login/password information or MsOffice serial number it's still worth to use Smoke_N software. My little company: Evotec (PL version: Evotec) Link to comment Share on other sites More sharing options...
Uten Posted November 19, 2006 Share Posted November 19, 2006 Thanks SmOKe_N, looking forward to the next update 1. C++ is much more complicated language. If i would knew how to do advanced things like i do now in autoit, trust me i would.Trust me, if you could do it in AutoIt you would not care to spend the time doing it in C/C++. Only botlenecks are worth it. 2. It's far away from what it was supposed to do and what it can do. I like autoit, i like to write programs in it.Probably because it is so easy to use. And that has a price.3. With hacked autoit program that can discover the source for every noob out there that actually got hands on it i would say it's preety bad. I don't want program to be uncrackable as i know anything can be cracked, sooner or later. Just i don't realy want to see anyone doing it with one click.So weed out the part of your code that EnCodeIt can't handel and pas it on to SmOKe_N. Spending time on your problems is probably not what brings food to his table. If you are a proffesional you should check out PowerBasic and make your bussiness criticle applications binary.4. Even if it hides simple login/password information or MsOffice serial number it's still worth to use Smoke_N software.Happy to see you appreciate his hard work.Now with that ranting done, lets get productive and see if we can help him make it even better Please keep your sig. small! Use the help file. Search the forum. Then ask unresolved questions :) Script plugin demo, Simple Trace udf, TrayMenuEx udf, IOChatter demo, freebasic multithreaded dll sample, PostMessage, Aspell, Code profiling Link to comment Share on other sites More sharing options...
MadBoy Posted November 19, 2006 Share Posted November 19, 2006 (edited) Thanks SmOKe_N, looking forward to the next update Trust me, if you could do it in AutoIt you would not care to spend the time doing it in C/C++. Only botlenecks are worth it. Probably because it is so easy to use. And that has a price.So weed out the part of your code that EnCodeIt can't handel and pas it on to SmOKe_N. Spending time on your problems is probably not what brings food to his table. If you are a proffesional you should check out PowerBasic and make your bussiness criticle applications binary.Happy to see you appreciate his hard work.Now with that ranting done, lets get productive and see if we can help him make it even better Well Uten i would be more then happy to just give out the code it can't handle but since program crashes and Encode it doesn't write any debug information anywhere it's preety hard I appreciate Smoke_N work, there's no question in that. Edited November 19, 2006 by MadBoy My little company: Evotec (PL version: Evotec) Link to comment Share on other sites More sharing options...
sectying Posted December 9, 2006 Share Posted December 9, 2006 i cannot use it what? Link to comment Share on other sites More sharing options...
FuryCell Posted December 9, 2006 Share Posted December 9, 2006 i cannot use it what?I doubt anybody understands what you are asking. You are being much to vague. HKTunes:Softpedia | GoogleCodeLyricToy:Softpedia | GoogleCodeRCTunes:Softpedia | GoogleCodeMichtaToolsProgrammer n. - An ingenious device that turns caffeine into code. Link to comment Share on other sites More sharing options...
Recommended Posts