hamncheese 8 Report post Posted March 19, 2014 i made this small guide because ive met quite a number of ppl who dont know how to use script with this bot. most ppl in this forum would use script based on Autohotkey program, so when someone said script it usually meant Autohotkey / AHK General Installation Tutorial 1. Download and Install AHK so, first step Google AHK or Autohotkey and Download go to http://www.autohotkey.com/ click download select the approriate version for your VM or Bot system so if your VM is win 7, 64bit download the 64bit ver and of course install the AHK for ppl who like to keep their AHK files in their Main system / Host and VM access the AHK files through Shared Folders i would suggest installing AHK in your HOST and your VM 2. Creating / Copying a script now for my example im going to use the most widely used script : Chat Channel Advertising / Spamming **ps: this script mostly will not hinders your Toon activities, u can kill, cast skill, pick up stuff, open stash, etc while this script spamms the trade chat F9 = will Reload the script and stops the spamming F10 = Panic button, if the script went haywire and cause your pc to the brink of blowing up, F10 will force close this script F8 = run script F9::Reload F10::Exitapp F8:: SendMode Input Loop { Send {ENTER} Send /trade 100 Send {ENTER} sleep, 1000 Send {ENTER} Send /trade %A_Index% Send {ENTER} Sleep, 1000 Send {ENTER} Send {Up 3} Send {ENTER} sleep, 1000 Send {ENTER} Send /trade 100 Send {ENTER} sleep 1000 If A_Index = 10 Break else Sleep, 1000 } Copy the above code and paste it into your prefered text editor ex: Notepad Save the file to Desktop (u can move it later to wherever u like) click Save as Type > All files name the file : Trade Spam.ahk u should see this kind of icon in your Desktop Correct : icon have red H, this means the file is AHK file and ready for launch Wrong : icon looks like a normal Notepad files, this means u need to change the extension from .txt to .ahk 3. Running Your Script double click the files (with red H) u just saved and if all goes well u should see this icon on your taskbar (lower right corner) Congratulation your script is now running and ready for execution Script Specific Parts This tutorial will cover on How To use the above example script specifically, other scripts may have different how-to to use this script : 1. in game, type anything u want to the trade channel and press enter 2. Press F8 3. make some coffe + bagel and enjoy your afternoon tea while the script looks for potential customer 4. when a potential customer Whisper / PM you, pres F9 to stop the script 5. if something went wrong and the script refused your command to stop and starts killing kittens immedeately press F10 Thats it for now, if ppl like this tutorial, i will update this guide / tutorial with more info such as how to have a good looking / easy to look text editor for AHK Quote Share this post Link to post Share on other sites