Jump to content

Recommended Posts

Posted

Can someone kind help me to convert ASM code to AutoIT🥶

[enable]
alloc(mycode,1024)
CREATETHREAD(mycode);
mycode:
mov edx,CC
push edx
call 004496E0
pop edx

ret
[disable]
dealloc(mycode)

 

  • Developers
Posted
17 minutes ago, Loc said:

This code is just for calling 1 function(Not game related).

Anything wrong with your helpfile?  (and why did you mention that it isn't game related? ;) )

Test()

Func Test()
EndFunc

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

Posted

Yeah the two languages are nowhere near identical so you will have to know exactly what that a similar program does why it’s calling that address. And I’m willing to bet this is game related

My resources are limited. You must ask the right questions

 

Posted

@Loc Why do you want to "covert" ASM code to AutoIt anyway? Just run it normally after assembling it like everyone else. If needed you could call the resulting executable from AutoIt.

EasyCodeIt - A cross-platform AutoIt implementation - Fund the development! (GitHub will double your donations for a limited time)

DcodingTheWeb Forum - Follow for updates and Join for discussion

Posted
13 hours ago, TheDcoder said:

Why do you want to "covert" ASM code to AutoIt anyway? Just run it normally after assembling it like everyone else.

Because it´s no "ASM" code, it can´t be "easily" assembled (by i.e. FASM/MASM) and converted to AutoIt.

AFAIK the code is a (part of a) CheatEngine Script...and of cause could be transformed to AutoIt with some lines of code. That requires the knowledge of some details of the program the call is pointing to.....but the OP/TS mentioned 

23 hours ago, Loc said:

not related to the game because it violates the forum rules.

 All said. 

  • Developers
Posted

Guess this thread has run its course and @Loc, next time you better make it ultimately clear what you want because another vague thread like this that very much smells as Game Automation will not be condoned.

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

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

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