Tutorials
How to create Surf Style Maps
It’s just like creating other maps for Halo, just have to make some ramps!
You will need some files to get everything to work correctly.. Make sure you back up your original files though!
Custom Sound Permutations with Tool
This is a tutorial I made awhile back for a friend to create custom sound permutations for Halo CE. It’s pretty simple to follow, and you can use the same concepts with different audio editors. I chose to use Adobe Audition.
How to make a Spam Bot
I never expected this video tutorial to be so popular… 17,000 views later I finally decide to check back on some of my videos. I was amazed at how some of the most basic possible programs can be such a hit. It’s really quite a simple concept to make a spam bot, and can actually be used for good things such as bringing the focus of another application from your application and auto filling in forms.
To being, obviously start a new project in whatever language you want to program it in, for this tutorial I will be using Visual Basic.
AppActivate("appname")
SendKeys.Send("Text")
SendKeys.Send((chr(13)) 