Cheating Network
 
 

Go Back   Cheating Network > General Computing > Programming
Reload this Page Need help with new bot



Programming

This is a discussion about Need help with new bot within the Programming section, where you will Anything related to programming or scripting should go here.



Reply
 
LinkBack Thread Tools Display Modes
Old 08-04-2008, 10:27 AM   #1 (permalink)
Junior Member
 
Join Date: Jul 2008
Posts: 5
Reputation: 0
Eklipse91 is an unknown quantity at this point
Arrow Need help with new bot

I am really new to programming and I am trying to make a bot using AutoHotKey. Nothing really fancy just a bot that is kind of like windows live search bot just to get oriented with the AHK. I am pretty sure I can figure out how to write most of the script except for the part where the bot searches random words from a word list. Also how could I randomize the time between searches?
Any help would be greatly appreciated.
Eklipse91 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-04-2008, 12:34 PM   #2 (permalink)
Senior Member
 
Join Date: Jun 2008
Posts: 382
Reputation: 6
Mooey is an unknown quantity at this point
Default

For word finding:
loop 1000
{
filereadline, clubLiveWord, words.txt, random, 1, 100000
}


sleep random,1,10000
goto Search
Mooey is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 08-04-2008, 07:15 PM   #3 (permalink)
Junior Member
 
Join Date: Jul 2008
Posts: 5
Reputation: 0
Eklipse91 is an unknown quantity at this point
Default

ok i got that and everything else, but now i am stuck on how to get it to actually type the text that is now stored as a variable. Everytime i use Send Outvar (what I am calling the variable) it literally types OutVar. How do i get it to type the text?
Eklipse91 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Tags
bot


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Powered by vBulletin
Copyright © 2000-2008 Jelsoft Enterprises Limited.
Search Engine Friendly URLs by vBSEO 3.2.0 ©2008, Crawlability, Inc.