Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Dec 9th, 2005, 5:31 PM   #1
Alex57
Newbie
 
Join Date: Dec 2005
Posts: 2
Rep Power: 0 Alex57 is on a distinguished road
Anti-Ban AutoTyper

I'm making a autotyper that is hard to detect. I have a few ideas but no idea how to code it. I want to make the words appear every random second between 3-6 but i dont understand the random number generator very well.

Thank-You, Alex

(yes, this is for runescape)
Alex57 is offline   Reply With Quote
Old Dec 9th, 2005, 5:40 PM   #2
tempest
Programming Guru
 
tempest's Avatar
 
Join Date: Oct 2004
Posts: 1,041
Rep Power: 5 tempest is on a distinguished road
Send a message via ICQ to tempest Send a message via AIM to tempest Send a message via Yahoo to tempest
Maybe you could, post some code... or you know, stop being such a classic runesaper...
__________________

tempest is offline   Reply With Quote
Old Dec 9th, 2005, 6:43 PM   #3
Alex57
Newbie
 
Join Date: Dec 2005
Posts: 2
Rep Power: 0 Alex57 is on a distinguished road
I don't plan on using the autotalker myself, i'd just like to acknowledge how to make one and enhance my knowledge about the random number generator, as for the code all i have for the timer so far is

Private Sub Timer1_Timer()
Timer1.Interval = 5000 (<--iwant this to be random inbetween 3 and 6)
SendKeys.Send Text1.Text
SendKeys.Send "{enter}"
Alex57 is offline   Reply With Quote
Old Jan 11th, 2006, 5:51 PM   #4
Yegg
Newbie
 
Join Date: Jan 2006
Posts: 20
Rep Power: 0 Yegg is on a distinguished road
A quick google search brought up.

Private Function RandomInteger(HighValue as Long, LowValue as Long) as Long
       RandomInteger = Int((HighValue - Lowvalue + 1) * Rnd + Lowvalue)
End Function
Yegg is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

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
Forum Jump




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 12:15 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC