About/Contact Info
This website is where I post useful resources to all things tech and anything interesting for anyone who is interested in them. The website address is 403forbidden.dyndns.org, but it redirects to xenoxcomputers.com. It’s a domain that my friend was not using and she said I could use it for a while. If I change the domain name, which I probably will at some point to something more relevant, the 403forbidden.dyndns.org address will redirect you to it. For anyone that was wondering, I am 15 3/4 at the moment and was born in the United States, but I am currently out of the country. All site content can be found on the right hand side of any page. If anyone want’s to link to this site, you are welcome to do so.
Contact information:
Name: 403forbidden
Website: 403forbidden.dyndns.org
Email: 403forbidden403@gmail.com
Twitter: http://twitter.com/403forbidden403
Skype: four03forbidden
Feel free to leave any comments about the website, I read them all. Contact me for help with problems related to AutoIt that you would like help with, or any other questions, comments, requests, even if you just want to say hi. :) I do ask that if you have a question, check the help file first. If you can´t find a solution, then go ahead and email me.

Matt Nesheim · October 23, 2009 at 1:38 am
Hey,
You appear to be VERY knowledgeable about Rijndael. If you would be interested in taking a look at a problem I have, I think it would be a very interesting challenge for you to try and figure out.
Please email me if you are interested and I can explain more…
Thanks
Matt
Admin comment by 403forbidden · October 23, 2009 at 11:11 am
Sure, thing, I might be interested. I sent you an email.
Igor Cemim · December 7, 2009 at 6:43 pm
Greetings from Brazil.
I liked your blog. It have good content,
but need more SEO (search on Google).
Igor “Splash” Cemim
Styles · December 24, 2009 at 2:14 pm
I watched all your tutorials and then some earlier this year when I was new to AutoIT and I must say, its not just the way you teach that helped me out so much but your tone of voice and how well you deliver that impacted me the most. You sound like you wrote the program…lol(Did you?LOL)
I’m currently having a problem with AutoIT, I’m trying write a script that performs in a certain way but I’m tripping over my own feet.
Admin comment by 403forbidden · December 24, 2009 at 4:31 pm
That is really a great thing to hear coming from someone not like a friend who would be worried about insulting me.
And no, i didn’t write AutoIt. Email me that problem you are having and I will have a look.
whowhywhat · February 28, 2010 at 11:52 pm
Hi 403,
..
Got to your blog after going through the autoit tutorials you posted on youtube. Thanks for the tuts, found them really useful (allowed me to fast-track through autoit). Would love to see the source of your RAT utility. Thanks a lot
Admin comment by 403forbidden · March 2, 2010 at 1:47 pm
The source is in this version, although I am contemplating not releasing the source for the next version until I figure out a better encryption scheme. For anyone wondering…that means yes, the encryption will be weak in the next version, but I will change it, so no packet sniffing. ;=)
Alex · March 23, 2010 at 4:11 pm
Hi 403:
I am very new to programming of AutoIt. I am trying to develop a program which can remind me when a test done alert window come up.
I work at Lab, every time when the test is complete, the message window will pop up saying “test is complete”, I know there is “Winwait” function from autoIt, but it isn’t working for me.
What function I should use when the “test complete” window come up then I can direct the mouse to click the phone dialing software and then to notify me?
Thanks a lot.
Alex
Admin comment by 403forbidden · April 2, 2010 at 3:25 pm
Try something like this.
While 1
If WinExist(“NameOfYourWindow”) = 1 then
MsgBox(0, “Done”, “All done!”)
Exit
Endif
WEnd
devin · June 15, 2010 at 1:34 pm
Hi, I am very gratefull for your tutorials. They have taught me much about AutoIt. I am trying to make a program that aims for you in a game and i was planning on looking at your color system as a base (from the mine-sweeper bot). I cannot find this bot though so i was wondering if you could help me out.
Admin comment by 403forbidden · June 15, 2010 at 1:53 pm
Go to the AutoIt page, and above the embedded YouTube video, it says “Anyone looking for the program and source code to the bot in Part 14, it can be found by clicking here.