flip2405 Posted September 29, 2008 Posted September 29, 2008 MZ hmm thats not it i dont think if not here is what it tells me at bottom <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> <assemblyIdentity type="win32" processorArchitecture="*" version="3.0.0.0" name="AutoIt3" /> <description>AutoIt v3</description> <!-- Identify the application security requirements. --> <trustInfo xmlns="urn:schemas-microsoft-com:asm.v2"> <security> <requestedPrivileges> <requestedExecutionLevel level="asInvoker" uiAccess="false"/> </requestedPrivileges> </security> </trustInfo> <!-- Identify the application dependencies. --> <dependency> <dependentAssembly> <assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" language="*" processorArchitecture="*" publicKeyToken="6595b64144ccf1df" /> </dependentAssembly> </dependency> </assembly> how to get my code back spent like 3 days on this i should of made a copy but didnt
dbzfanatic Posted September 29, 2008 Posted September 29, 2008 Are you sure you're looking at the source and not the failed executable? Do you have file extensions hidden or shown? Do you have two icons with the same name? If you have an exe attach it and maybe a mod/admin can help you. Go to my website. | My Zazzle Page (custom products)Al Bhed Translator | Direct linkScreenRec ProSimple Text Editor (STE) [TUTORIAL]Task Scheduler UDF <--- First ever UDF!_ControlPaste() UDF[quote name='renanzin' post='584064' date='Sep 26 2008, 07:00 AM']whats help ?[/quote]
flip2405 Posted September 29, 2008 Author Posted September 29, 2008 Are you sure you're looking at the source and not the failed executable? Do you have file extensions hidden or shown? Do you have two icons with the same name? If you have an exe attach it and maybe a mod/admin can help you.Well its the source no file extension not hidden and is there hacked decompilers out there i have a .exe that i compiled on day 2 but i had to change some stuff like hotkeys and sleep times and recompile itso i have an exe if i can decompile that and edit stuff on that not sure how i'd go about doing that....I know they exist i have heard about them on this vary forum even if a mod has one and is willing to decompile my script for me because i know its not somthing that should be passed around
Developers Jos Posted September 29, 2008 Developers Posted September 29, 2008 How have you compiled this script ? (Manually with aut2exe?) Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
flip2405 Posted September 29, 2008 Author Posted September 29, 2008 How have you compiled this script ? (Manually with aut2exe?)JosYes I have found bits and pieces in different autoit scripts i have save ty for your effort but i do have one last questionHow to make my script run on windows start up
dbzfanatic Posted September 29, 2008 Posted September 29, 2008 Add it to the windows startup folder or add a RegKey Go to my website. | My Zazzle Page (custom products)Al Bhed Translator | Direct linkScreenRec ProSimple Text Editor (STE) [TUTORIAL]Task Scheduler UDF <--- First ever UDF!_ControlPaste() UDF[quote name='renanzin' post='584064' date='Sep 26 2008, 07:00 AM']whats help ?[/quote]
Szhlopp Posted September 29, 2008 Posted September 29, 2008 Well its the source no file extension not hidden and is there hacked decompilers out there i have a .exe that i compiled on day 2 but i had to change some stuff like hotkeys and sleep times and recompile itso i have an exe if i can decompile that and edit stuff on that not sure how i'd go about doing that....I know they exist i have heard about them on this vary forum even if a mod has one and is willing to decompile my script for me because i know its not somthing that should be passed aroundI'm sure if you post the EXE a mod would be willing to help you get the source.I guess you learned this the hard way. But make a backup everytime you change something. RegEx/RegExRep Tester!Nerd Olympics - Community App!Login UDFMemory UDF - "Game.exe+753EC" - CE pointer to AU3Password Manager W/ SourceDataFiler - Include files in your au3!--- Was I helpful? Click the little green '+'
flip2405 Posted September 29, 2008 Author Posted September 29, 2008 I'm sure if you post the EXE a mod would be willing to help you get the source.I guess you learned this the hard way. But make a backup everytime you change something. >_<as i said i compleatly just re wrote it using functions from other files i was using to test to see if the functions where right glad i had them alright thank ya for effert i want to add reg key to run on start but idk how to do this inside my script so it only runs once
Recommended Posts