Hi guys, I need help finding the source code of a .exe I have downloaded.
It is a conquer bypasser named lazyman.exe, which you can find on the forums. I need to change the code a bit but am a novice and don't know how to open the .exe
lol.. thats actually very simple to do. u can revert any .exe into original machine code.... but thats all 1's and 0's.... i dont believe it s possible to make a program to filter the machine code back to any programming language.
anywayz long story short, what your trying to do is very very hard to do and very time consuming if you were to some way pull it off
lol.. thats actually very simple to do. u can revert any .exe into original machine code.... but thats all 1's and 0's.... i dont believe it s possible to make a program to filter the machine code back to any programming language.
anywayz long story short, what your trying to do is very very hard to do and very time consuming if you were to some way pull it off
Assembly language isn't 1's and 0's lol. You can view more than that, but it's still not as easy to read as the source code.
anyways depending on what language lazyman was written in then yes you can get the actual source code to it.
If it was VB.Net / C# or something like ahk/ auto it then yes you can get the source.
For VB.Net / C# check out reflector. for ahk they have a tool on their forum called exe2ahk or something.
Could you tell me how to use the exd2ahk program or find me a tutorial since i've had no luck finding one?
Thanks
Well once you find the program (use google to find it)
just drag the ahk executable file onto the ahk2exe program and it will generate a text file with the ahk source code.
Before you start trying to retreive anything besides assembly you need to know what language the .exe was written in, in the first place, otherwise your going to have a hard time finding a compatible reflector.
so what does that mean? can you fix it anyway? or do you know a fix for it?
maybe like make something like that or know people that can do it?
is it really that hard to make a program like that? what's CIDPROXY, isn't that like lazyman?
and btw, thank you for even replying, lol.
so what does that mean? can you fix it anyway? or do you know a fix for it?
It was created in 2006, it doesn't surprise me that it doesn't work now.
maybe like make something like that or know people that can do it? is it really that hard to make a program like that?
Depending if you know how to program then no it's not too hard.
If i remember correctly lazyman was a click bot, soo, you could make that with ahk just reading a few tutorials.
what's CIDPROXY, isn't that like lazyman?
It's a proxy, lazy man was a clicker, sooo, same concept, different approach.
It was working all summer and like last week, and they've just recently patched it by changing the name from conquer.exe to ShadowCo.exe (my p-server) and even if you try to rename it, it will know and ask you to change it back. The reason we're looking for the source code is because we want to change lazyman to it would look for the other .exe so it will actually work and not just be some random useless .exe in a folder.
Finding code 07/12/2010 - General Gaming Discussion - 1 Replies i need the code for import images in a script(in autoitv3), The idea is that the script search a picture and make an action if it finds.
thx
Finding the problem with this code... 10/16/2009 - AutoIt - 1 Replies Hi,
i was trying something basic with this code but it does not seem to work and i would like to know if any experienced people with AutoIT and user32.dll could help me out...
i found this code in this forums and was trying to send "o down and up" to notepad basic getting it is handle using the window title.
I DO realise that there is SEND and CONTROLSEND but that does not solve my problem it has to be with user32.dll
Thanks for any help.
help needed about code finding 07/26/2008 - RF Online - 7 Replies I have a question about CE.
When ever people say that you need to look for this code like for example A8 08 and replace them with 00 00 isnt it that you will find this code in a middle of other codes like this?:
XX XX XX XX XX XX XX XX XX 00 00 00 00 00 8F 00
65 78 98 65 43 32 56 87 65 09 00 99 77 66 55 44 43
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
98 76 54 98 78 65 45 87 A8 08 00 00 00 00... and so on and so forth...