xxd2godxx Posted November 16, 2005 Posted November 16, 2005 Hey everyone at auto-it fourms, here is a few numbered questions i would like to be answered I have made a very advanced auto-it bot for diablo 2 v 1.11 game and i was wondering on how people crack bots that have been passworded. 1) I want to know...if it is possible for me to make a bot working for only ONE computer so NO ONE can just copy my bot and sell it. I have looked at d2jsp bot and what they do is.....they make you input a code into a script then they make you add it to your diablo 2 folder. This code only works for one cd key. Is this possible for me to do? 2) I have seen MANY cracked versions of d2jsp in the past. I was just wondering how they crack bots like d2jsp and if it will happen to me. What is the fastest most used cracking progmram. Thank you very much, -Matt
lopolop Posted November 16, 2005 Posted November 16, 2005 umm 1. You dont have to "Crack" autoit, which i dont like is that there is a decompiler that does it a as easy as 1, 2... 2. Why would you need to know a program that cracks d2jsp?
w0uter Posted November 16, 2005 Posted November 16, 2005 (edited) 1. no. like lopolop sayd. 2. Sice aka Softice (9x) / NTice (NT) and OllyDebug. (but its not as easy as a big crack button ) and if your bot is nice enough to attract attention it will be cracked eventually. Edited November 16, 2005 by w0uter My UDF's:;mem stuff_Mem;ftp stuff_FTP ( OLD );inet stuff_INetGetSource ( OLD )_INetGetImage _INetBrowse ( Collection )_EncodeUrl_NetStat_Google;random stuff_iPixelSearch_DiceRoll
xxd2godxx Posted November 16, 2005 Author Posted November 16, 2005 Thanks alot guys, but i have another question, does the decompiler come with the auto-it install file or do you have to find/make one -matt
w0uter Posted November 16, 2005 Posted November 16, 2005 the default one can only decompile if you know the passphrase. My UDF's:;mem stuff_Mem;ftp stuff_FTP ( OLD );inet stuff_INetGetSource ( OLD )_INetGetImage _INetBrowse ( Collection )_EncodeUrl_NetStat_Google;random stuff_iPixelSearch_DiceRoll
xxd2godxx Posted November 16, 2005 Author Posted November 16, 2005 i kno....thats why it ISN'T as easy as 1..2...3... I kno bruteforce works though. where do you get bruteforce?
layer Posted November 16, 2005 Posted November 16, 2005 i kno....thats why it ISN'T as easy as 1..2...3...I kno bruteforce works though. where do you get bruteforce?You should look into what you're saying a little more, because AFAIK there is no actual "bruteforce." AFAIK bruteforcing is a VERB. FootbaG
JSThePatriot Posted November 16, 2005 Posted November 16, 2005 You should look into what you're saying a little more, because AFAIK there is no actual "bruteforce." AFAIK bruteforcing is a VERB.Brutus is one of the previously well known 'brute force' password attackers.JS AutoIt Links File-String Hash Plugin Updated! 04-02-2008Â Plugins have been discontinued. I just found out. ComputerGetInfo UDF's Updated! 11-23-2006 External Links Vortex Revolutions Engineer / Inventor (Web, Desktop, and Mobile Applications, Hardware Gizmos, Consulting, and more)
w0uter Posted November 16, 2005 Posted November 16, 2005 (edited) *took my remark back since i am not going to help you bruteforce scripts* you can only bruteforce if they have set the "allow decomileing" flag. ( i remember the good old times when i wrote a bruteforcer in autoit to crack autoit scripts only it was too slow ) Edited November 16, 2005 by w0uter My UDF's:;mem stuff_Mem;ftp stuff_FTP ( OLD );inet stuff_INetGetSource ( OLD )_INetGetImage _INetBrowse ( Collection )_EncodeUrl_NetStat_Google;random stuff_iPixelSearch_DiceRoll
LxP Posted November 17, 2005 Posted November 17, 2005 you can only bruteforce if they have set the "allow decomileing" flag.Technically I don't think this is correct. The way I understand it, when you disallow decompiling the script is just given a massively long randomly-generated password. There is nothing stopping you from brute-forcing it still.
JSThePatriot Posted November 17, 2005 Posted November 17, 2005 Technically I don't think this is correct. The way I understand it, when you disallow decompiling the script is just given a massively long randomly-generated password. There is nothing stopping you from brute-forcing it still.That is my understanding as well.JS AutoIt Links File-String Hash Plugin Updated! 04-02-2008Â Plugins have been discontinued. I just found out. ComputerGetInfo UDF's Updated! 11-23-2006 External Links Vortex Revolutions Engineer / Inventor (Web, Desktop, and Mobile Applications, Hardware Gizmos, Consulting, and more)
lopolop Posted November 18, 2005 Posted November 18, 2005 yah there was a decompiler someone posted on here that decompiled anything i tested with a passphrase and a checked, not decompile... still made a .au3 that i could open and everything.... ill even show you if yah wanna see just put a passworded thing on here and ill decompile it...
tonedeaf Posted November 18, 2005 Posted November 18, 2005 yah there was a decompiler someone posted on here that decompiled anything i tested with a passphrase and a checked, not decompile... still made a .au3 that i could open and everything.... ill even show you if yah wanna see just put a passworded thing on here and ill decompile it...What loplop says is true.There's a AutoIt decompiler which dosen't require a password to decompile any compiled AutoIt EXE. It works even if you uncheck the allow decompile option in Aut2Exe.
JSThePatriot Posted November 18, 2005 Posted November 18, 2005 What loplop says is true.There's a AutoIt decompiler which dosen't require a password to decompile any compiled AutoIt EXE. It works even if you uncheck the allow decompile option in Aut2Exe. Doesnt suprise me. That is why there is a topic that has been pretty well discussed out in the Chat forum reguarding whether scripts should be tokenized.JS AutoIt Links File-String Hash Plugin Updated! 04-02-2008Â Plugins have been discontinued. I just found out. ComputerGetInfo UDF's Updated! 11-23-2006 External Links Vortex Revolutions Engineer / Inventor (Web, Desktop, and Mobile Applications, Hardware Gizmos, Consulting, and more)
w0uter Posted November 18, 2005 Posted November 18, 2005 (edited) Technically I don't think this is correct. The way I understand it, when you disallow decompiling the script is just given a massively long randomly-generated password. There is nothing stopping you from brute-forcing it still.That is my understanding as well.JSthe random pass is so long that it doesnt fit in the input box Edited November 18, 2005 by w0uter My UDF's:;mem stuff_Mem;ftp stuff_FTP ( OLD );inet stuff_INetGetSource ( OLD )_INetGetImage _INetBrowse ( Collection )_EncodeUrl_NetStat_Google;random stuff_iPixelSearch_DiceRoll
AceLoc Posted September 27, 2006 Posted September 27, 2006 Hey everyone at auto-it fourms, here is a few numbered questions i would like to be answered I have made a very advanced auto-it bot for diablo 2 v 1.11 game and i was wondering on how people crack bots that have been passworded.1) I want to know...if it is possible for me to make a bot working for only ONE computer so NO ONE can just copy my bot and sell it. I have looked at d2jsp bot and what they do is.....they make you input a code into a script then they make you add it to your diablo 2 folder. This code only works for one cd key. Is this possible for me to do?2) I have seen MANY cracked versions of d2jsp in the past. I was just wondering how they crack bots like d2jsp and if it will happen to me. What is the fastest most used cracking progmram.Thank you very much,-Matt most used - bruteforcer i guess.you could also just decompile the d2jsp.dll file.. and remove the 'validation key' part ;>thnk [quote name='AceLoc']I gots new sunglasses there cool.[/quote]
Paulie Posted September 27, 2006 Posted September 27, 2006 most used - bruteforcer i guess.you could also just decompile the d2jsp.dll file.. and remove the 'validation key' part ;>thnkWhat is this "Validation key of which you speak?"Like i find a random dll reader, and i can just F3-Find and remove all protect for D2jsp? these people hacked diablo, do you really think they're that stupid?
AceLoc Posted September 27, 2006 Posted September 27, 2006 What is this "Validation key of which you speak?"Like i find a random dll reader, and i can just F3-Find and remove all protect for D2jsp? these people hacked diablo, do you really think they're that stupid?1: they didnt 'hack' diablo <.<2: yes.. they are stupid.3: m8 of me already did it (crack the validation key) @d2jsp bot. [quote name='AceLoc']I gots new sunglasses there cool.[/quote]
McGod Posted September 27, 2006 Posted September 27, 2006 Why why oh why was this bumped from NOV last year? [indent][center][u]Formerly Chip[/u][/center]~UDFs~[/indent][u]IRC.au3 - Allows you to connect to IRC ServersINetCon.au3 - Connects/Disconnects/Check Status of InternetHardware Key - Creates a unique hardware hashScriptComm - Allows you to communicate between scripts using WM_COPYDATA[/u][indent]~Programs~[/indent][indent]SimonAu3ForumsIRC Bot~Web Site~Web Autoit Example[/indent][indent][b][/b][/indent][u][/u]
AceLoc Posted September 27, 2006 Posted September 27, 2006 Why why oh why was this bumped from NOV last year?why why oh why you bumped it again ? [quote name='AceLoc']I gots new sunglasses there cool.[/quote]
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now