spyrorocks Posted February 3, 2007 Posted February 3, 2007 ConfuseGenv1.0confusegen.au3OK, so you need to embed a sting into a script, and you don't want people to be able to read it just by looking at it?Well, ConfuseGen is for you!ConfuseGen will take a string like "Hello" and turn it into code simmiler to this (Each time you generate code with confusegen, the code will always be different!)func OutConfusedWord() Dim $sWord if Number(Chr(55)&Chr(50)) > Number(Chr(51)&Chr(55)) Then $sWord &= Chr(11 + 18.5 + 42.5) Else $sWord &= Chr(-14 + 43 + 99) EndIf if Number(Chr(49)&Chr(48)&Chr(49)) < Number(Chr(56)&Chr(53)) Then $sWord &= Chr(-184 + 57+ 44) Else $sWord &= Chr(71 + 3 + 27) EndIf if Number(Chr(49)&Chr(48)&Chr(56)) < Number(Chr(57)&Chr(49)) Then $sWord &= Chr(-474 + 145.5+ 50) Else $sWord &= Chr(27 + 28.5 + 52.5) EndIf if Number(Chr(49)&Chr(48)&Chr(56)) > Number(Chr(50)&Chr(52)) Then $sWord &= Chr(15 + 37.5 + 55.5) Else $sWord &= Chr(-87 + 65 + 22) EndIf if Number(Chr(49)&Chr(49)&Chr(49)) > Number(Chr(54)&Chr(51)) Then $sWord &= Chr(106 + -14.5 + 19.5) Else $sWord &= Chr(-10 + 40.3333333333333 + 41) EndIf Return $sWord EndFuncVery confusing!I plan to make it even more confusing in the future.So whatcha think? [center] My Projects: Online AutoIt Compiler - AutoForum - AutoGuestbook - AutoIt Web-based Auto Installer - Pure AutoIt Zipping Functions - ConfuseGen - MindReader - P2PChat[/center]
spyrorocks Posted February 3, 2007 Author Posted February 3, 2007 LOL. [center] My Projects: Online AutoIt Compiler - AutoForum - AutoGuestbook - AutoIt Web-based Auto Installer - Pure AutoIt Zipping Functions - ConfuseGen - MindReader - P2PChat[/center]
Moderators SmOke_N Posted February 3, 2007 Moderators Posted February 3, 2007 So it's hard coded? Do you plan on writing a udf to ouput the correct pattern for the words you want? ---------- Could have use Int() rather than Number() ---------- A funny form of obfuscation (A bit easy to figure out ). Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
spyrorocks Posted February 3, 2007 Author Posted February 3, 2007 I dont plan of writing a UDF. The function is in there (Confuse()) that will automatically output the right code. Yeah, its is pretty funny. I plan on making it more random. [center] My Projects: Online AutoIt Compiler - AutoForum - AutoGuestbook - AutoIt Web-based Auto Installer - Pure AutoIt Zipping Functions - ConfuseGen - MindReader - P2PChat[/center]
BALA Posted February 3, 2007 Posted February 3, 2007 (edited) I dont plan of writing a UDF. The function is in there (Confuse()) that will automatically output the right code.Yeah, its is pretty funny. I plan on making it more random.Perhaps you could try using Random() to produce a nearly random number rather than use a predefine number system. (Not sure if this will work, I don't have much experience with obfuscation.) Edited February 3, 2007 by BALA [font="Comic Sans MS"]BA-LA[/font]http://ba-la.110mb.comJoin my community, CLICK HEREAlternative links to my site:http://www.ba-la.tkhttp://www.ba-la.co.nrContact me if you would like to help with some of my projects: joeythepirate@gmail.com
jaenster Posted February 3, 2007 Posted February 3, 2007 ROFFEL , ROFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEEEEEEEEEEEEELLLLLLLLLLLLLLLLL !!!!!!!!!!!!! REALLY COOL -jaenster
McGod Posted February 4, 2007 Posted February 4, 2007 It did what its called, it generated confusion. No point to it what so ever [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]
spyrorocks Posted February 4, 2007 Author Posted February 4, 2007 Its more of a fun thing then it is useful. Its actually really useless, but its just sorta a fun thing. [center] My Projects: Online AutoIt Compiler - AutoForum - AutoGuestbook - AutoIt Web-based Auto Installer - Pure AutoIt Zipping Functions - ConfuseGen - MindReader - P2PChat[/center]
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