![]() |
| |||||||
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 (permalink) |
| Chemistry Wizard Join Date: Dec 2007 Location: PA
Posts: 662
Reputation: 9 ![]() | I am trying to make a silent bot. Here is the code in AHK Code: Loop
{
Random XVar, 130, 900
Random YVar, 150, 615
If YVar < 325
{
Controlclick, XVar, YVar, ahk_class #32770,,,, NA,,
}
Else If YVar < 515
{
If XVar < 335
Controlclick, XVar, YVar, ahk_class #32770,,,, NA,,
Else
{
YVar := YVar - 230
Controlclick, XVar, YVar, ahk_class #32770,,,, NA,,
}
}
Else
Controlclick, XVar, YVar, ahk_class #32770,,,, NA,,
Random WaitT, 1000, 7000
Sleep WaitT
}
__________________ ------------------------------------------------------ If you like what I have to say. How about showin' the love ppl? Increase my rep. Sign up under me on Blingo: http://www.blingo.com/friends?ref=qlWNotsx...kTGP0ugbuCtQqyo Moola: http://www.moola.com/moopubs/b2b/exc/join....a59794e7a493d-2 Freebies4me (which is awesome): http://www.freebies4me.net/?ref=1303 ![]() |
| | |
| | #2 (permalink) | |
| I said "NOT FUCKING SCAF" Join Date: Dec 2007 Location: Somewhere in Michigan.
Posts: 1,514
Reputation: 71 ![]() | Quote:
One problem is that for ControlClick, I believe you have to write the coordinates as X%XVar% Y%YVar%. The variable must be inside of %'s. Read up on the ControlClick function - all of this is discussed in there. But I'm not saying it'll work. It all depends on the browser you are using, and how good of a job the designers did at giving each area you're working with an individual control name. | |
| | |
| | #3 (permalink) |
| Chemistry Wizard Join Date: Dec 2007 Location: PA
Posts: 662
Reputation: 9 ![]() | Thanks. I was trying to use what I found here slient bot tutorials? This still doesn't work but this is what my script looks like now. Any ideas on why when I use Click the mouse doesn't move? Code: Loop
{
Random XVar, 130, 900
Random YVar, 150, 615
If YVar < 325
{
Controlclick, X%XVar% Y%YVar%, ahk_class #32770,,,, NA,,
}
Else If YVar < 515
{
If XVar < 335
Controlclick, X%XVar% Y%YVar%, ahk_class #32770,,,, NA,,
Else
{
YVar := YVar - 230
Controlclick, X%XVar% Y%YVar%, ahk_class #32770,,,, NA,,
}
}
Else
Controlclick, X%XVar% Y%YVar%, ahk_class #32770,,,, NA,,
Random WaitT, 1000, 7000
Sleep WaitT
}
__________________ ------------------------------------------------------ If you like what I have to say. How about showin' the love ppl? Increase my rep. Sign up under me on Blingo: http://www.blingo.com/friends?ref=qlWNotsx...kTGP0ugbuCtQqyo Moola: http://www.moola.com/moopubs/b2b/exc/join....a59794e7a493d-2 Freebies4me (which is awesome): http://www.freebies4me.net/?ref=1303 ![]() |
| | |
![]() |
| Tags |
| bot, silent, work |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Anyone work at Best Buy? | jsadunk | Chit Chat | 4 | 05-27-2008 08:58 PM |
| Will it work? | Santram | Chit Chat | 5 | 03-28-2008 05:14 PM |
| Will work for best buy giftcards | broncs7zags | Chit Chat | 9 | 03-20-2008 12:28 AM |
| My Work ... | retlaw | Graphics Section | 0 | 02-15-2008 08:10 PM |
| still work? | Blacklisted | IWon! | 1 | 12-27-2007 03:56 PM |