Cheating Network
 
 

Go Back   Cheating Network > General Computing > Programming
Reload this Page why won't this silent bot work



Programming

This is a discussion about why won't this silent bot work within the Programming section, where you will Anything related to programming or scripting should go here.



Reply
 
LinkBack Thread Tools Display Modes
Old 04-27-2008, 11:01 AM   #1 (permalink)
Chemistry Wizard
 
jromper2000's Avatar
 
Join Date: Dec 2007
Location: PA
Posts: 662
Reputation: 9
jromper2000 is an unknown quantity at this point
Default why won't this silent bot work

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
}
The probelm is that when I switchthe Controlclick with Click XVar, YVar THe mouse doesn't move. It just clicks under where it is at. Does this mean my computer doesn't like AHK or something? Help please
__________________
------------------------------------------------------
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

jromper2000 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-27-2008, 11:13 AM   #2 (permalink)
I said "NOT FUCKING SCAF"
 
sc4fpse's Avatar
 
Join Date: Dec 2007
Location: Somewhere in Michigan.
Posts: 1,514
Reputation: 71
sc4fpse will become famous soon enough
Default

Quote:
Originally Posted by jromper2000 View Post
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
}
The probelm is that when I switchthe Controlclick with Click XVar, YVar THe mouse doesn't move. It just clicks under where it is at. Does this mean my computer doesn't like AHK or something? Help please

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.
sc4fpse is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-27-2008, 12:03 PM   #3 (permalink)
Chemistry Wizard
 
jromper2000's Avatar
 
Join Date: Dec 2007
Location: PA
Posts: 662
Reputation: 9
jromper2000 is an unknown quantity at this point
Default

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

jromper2000 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Tags
bot, silent, work


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

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


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