Decompile and need some tweeks helps.. Topic is solved

Ask gaming related questions (AHK v1.1 and older)
algin8189
Posts: 3
Joined: 18 Nov 2016, 22:50

Decompile and need some tweeks helps..

18 Nov 2016, 23:09

Hi,

I've tried to decompile the exe, but it just show nothing after i run exe2ahk....I've been reading tutorials over a days just for decompile the script... but i just can't figure out why....
It's auto pot for ran online, can anyone help me to tweek it or give me a link of tutorials for my question as below?.
Now the scrip triggerkey is F11, but i wish to change it to " Ctrl + Enter " as the trigger, and " Enter " as the pause and reactive key, the macro auto repeat after every 70ms...
Really appreciate if anyone could help on this...

here's the files.
https://www.dropbox.com/s/s9wd9qq9r92rz ... t.rar?dl=0
User avatar
Capn Odin
Posts: 1352
Joined: 23 Feb 2016, 19:45
Location: Denmark
Contact:

Re: Decompile and need some tweeks helps..

19 Nov 2016, 10:38

You can see the source in any text editor if you open the exe file. You will find the source code close to the bottom of the file.
Please excuse my spelling I am dyslexic.
User avatar
WAZAAAAA
Posts: 88
Joined: 13 Jan 2015, 19:48

Re: Decompile and need some tweeks helps..

19 Nov 2016, 10:56

Resource Hacker provides a more comfortable way to read the source AHK 1.1/AHK_L scripts than raw hex editing, this is how it looks like:
Image

pots.exe

Code: Select all

; <COMPILER: v1.1.24.01>
Loop 9231231231231231231231231213123123123131212321231231231213231231213231231213231
{
Send qqqqqwwwwweeee
}
0::Pause
v2.4.7.exe

Code: Select all

; <COMPILER: v1.1.13.00>
#MaxThreadsPerHotkey 2
$F11::
PressKey := ! PressKey
Loop
{
If ! PressKey
Break
Send  q
Sleep 10
}
Return
$F10::
PressKey := ! PressKey
Loop
{
If ! PressKey
Break
Send  1234567890
Sleep 100
}
Return
$F9::
PressKey := ! PressKey
Loop
{
If ! PressKey
Break
Send {F1}
Sleep 10
Send  1234567890
Sleep 10
Send {F3}
Sleep 10
Send  1234567890
Sleep 10
}
Return
$F8::
PressKey := ! PressKey
Loop
{
If ! PressKey
Break
Send  1234567890
Sleep 1
Send  q
Sleep 1
}
Return
$F7::
PressKey := ! PressKey
Loop
{
If ! PressKey
Break
Send  qwe
Sleep 10
}
Return
$F6::
PressKey := ! PressKey
Loop
{
If ! PressKey
Break
Send  s
Sleep 5000
Send  a
Sleep 1500
}
Return
$F5::
PressKey := ! PressKey
Loop
{
If ! PressKey
Break
Send {Space}
Sleep 10
}
Return
#MaxThreadsPerHotkey 1
YOU'RE NOT ALEXANDER
guest3456
Posts: 3463
Joined: 09 Oct 2013, 10:31

Re: Decompile and need some tweeks helps..

19 Nov 2016, 11:03

exe2ahk only works on AHK 1.0 (AHK Basic) scripts which have no password afaik

algin8189
Posts: 3
Joined: 18 Nov 2016, 22:50

Re: Decompile and need some tweeks helps..

19 Nov 2016, 11:29

Really appreciate for the help for decompile the exe, may i ask where can i find some tutorial of useful tweeks code for editing this?
guest3456
Posts: 3463
Joined: 09 Oct 2013, 10:31

Re: Decompile and need some tweeks helps..  Topic is solved

19 Nov 2016, 11:39

algin8189 wrote:Really appreciate for the help for decompile the exe, may i ask where can i find some tutorial of useful tweeks code for editing this?
ok:
algin8189 wrote: Now the scrip triggerkey is F11, but i wish to change it to " Ctrl + Enter " as the trigger, and " Enter " as the pause and reactive key
https://autohotkey.com/docs/Hotkeys.htm
algin8189 wrote: the macro auto repeat after every 70ms...
https://autohotkey.com/docs/commands/Sleep.htm

algin8189
Posts: 3
Joined: 18 Nov 2016, 22:50

Re: Decompile and need some tweeks helps..

19 Nov 2016, 11:45

thank you Guest3456

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: No registered users and 97 guests