Jump to content

Recommended Posts

Posted

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

Posted

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.

Posted

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 it

so 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

Posted

How have you compiled this script ? (Manually with aut2exe?)

Jos

Yes

I have found bits and pieces in different autoit scripts i have save ty for your effort but i do have one last question

How to make my script run on windows start up

Posted

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 it

so 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

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. :)

Posted

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

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...