Lost Password?

Go Back   CodeCall Programming Forum > Software Development > General Programming

Unregistered, Check out the Coder Battles in the Announcement and Game forums.

General Programming Non language specific, Assembly, Linux/Unix, Mac and anything not covered in other topics. Talk about Programming Theory here.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #11 (permalink)  
Old 06-06-2008, 05:59 PM
science science is offline
Newbie
 
Join Date: May 2008
Posts: 8
Credits: 0
Rep Power: 0
science is on a distinguished road
Default Re: Simplest question ever!

I need to repeatedly click on a game that runs on a Java applet, Runescape. Just to save myself from carpel-tunnel and to help me get the task done more efficiently.

On side note, since clicking on the Java applet sends the request to the server, could the server flag the "click" as a click not input by hardware? Thus flagging my account for botting? I figured this could be highly possible.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #12 (permalink)  
Old 06-07-2008, 12:52 AM
Chinmoy's Avatar   
Chinmoy Chinmoy is offline
Programming Professional
 
Join Date: Feb 2008
Location: where heaven meets earth
Posts: 301
Credits: 30
Rep Power: 6
Chinmoy has a spectacular aura aboutChinmoy has a spectacular aura about
Default Re: Simplest question ever!

Check eventhandlers and use visual studio.
__________________
God is real... unless declared an integer
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #13 (permalink)  
Old 06-07-2008, 12:53 AM
Chinmoy's Avatar   
Chinmoy Chinmoy is offline
Programming Professional
 
Join Date: Feb 2008
Location: where heaven meets earth
Posts: 301
Credits: 30
Rep Power: 6
Chinmoy has a spectacular aura aboutChinmoy has a spectacular aura about
Default Re: Simplest question ever!

That would be half the job done..
__________________
God is real... unless declared an integer
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #14 (permalink)  
Old 06-07-2008, 01:42 PM
Xav's Avatar   
Xav Xav is offline
Code Warrior
 
Join Date: Mar 2008
Location: London, England
Posts: 7,432
Last Blog:
Web slideshow in JavaS...
Credits: 1,323
Rep Power: 61
Xav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud of
Send a message via MSN to Xav
Default Re: Simplest question ever!

How comes you keep double posting? You posted those two within one minute - why not just put them both in the same post?
__________________
[TRUTH] TcM is the best moderator ever! [/TRUTH]
"Valid XHTML is like sex - everybody claims to have the same goal, but everybody has their own tricks and results vary wildly."
Mr. Xav | Website | Forums | Blog
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #15 (permalink)  
Old 06-07-2008, 04:05 PM
0xNull 0xNull is offline
Newbie
 
Join Date: Jun 2008
Posts: 11
Credits: 0
Rep Power: 0
0xNull is on a distinguished road
Default Re: Simplest question ever!

If you want information about the functions of win32 API you can search here :

MSDN: Microsoft Developer Network

Maybe this can help you too , but everything depends about the language you are gonna use

MSDN Enhanced Search
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
  #16 (permalink)  
Old 06-07-2008, 04:22 PM
kassinokidd kassinokidd is offline
Newbie
 
Join Date: Nov 2007
Posts: 6
Credits: 0
Rep Power: 0
kassinokidd is on a distinguished road
Default Re: Simplest question ever!

Umm if you're looking for a simple clicker, just go and download AutoHotkey. It's easy to use and very useful for many basic routine stuff. It will automatically create the code for you, but you have to make it loop if you want to keep repeating. It also has a compiler to make your code into an executable file.

Also, you need to set hotkeys to start and stop the macro. All this is included as information in the product's do***entation or read me.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #17 (permalink)  
Old 06-11-2008, 02:46 PM
science science is offline
Newbie
 
Join Date: May 2008
Posts: 8
Credits: 0
Rep Power: 0
science is on a distinguished road
Default Re: Simplest question ever!

k***inokidd, that was exactly what I needed!!! Thank you very much! I've been doing more and more advanced things with it. I'm very happy.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #18 (permalink)  
Old 06-14-2008, 06:47 AM
Somnath Somnath is offline
Newbie
 
Join Date: Jun 2008
Posts: 27
Credits: 0
Rep Power: 2
Somnath is on a distinguished road
Default Re: Simplest question ever!

what r u using plz specify
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #19 (permalink)  
Old 06-14-2008, 06:48 AM
Somnath Somnath is offline
Newbie
 
Join Date: Jun 2008
Posts: 27
Credits: 0
Rep Power: 2
Somnath is on a distinguished road
Default Re: Simplest question ever!

can u plz elaborate
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #20 (permalink)  
Old 06-14-2008, 01:51 PM
Xav's Avatar   
Xav Xav is offline
Code Warrior
 
Join Date: Mar 2008
Location: London, England
Posts: 7,432
Last Blog:
Web slideshow in JavaS...
Credits: 1,323
Rep Power: 61
Xav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud ofXav has much to be proud of
Send a message via MSN to Xav
Default Re: Simplest question ever!

It's OK, the problem's been solved. See above.

And there's no need to double post - those two posts should have been posted in the same post, otherwise it's called Double Posting, which you can receive an infraction for. So don't do it.
__________________
[TRUTH] TcM is the best moderator ever! [/TRUTH]
"Valid XHTML is like sex - everybody claims to have the same goal, but everybody has their own tricks and results vary wildly."
Mr. Xav | Website | Forums | Blog
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
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
Question about C# user int input TheMagicalRock C# Programming 3 04-01-2008 08:36 AM
Question johnny The Lounge 3 03-17-2008 07:08 AM
n00b cl*** question MerakSpielman C and C++ 15 02-20-2008 10:37 PM
Majoring in Computer Science, got a question shimmy General Programming 7 02-03-2008 11:09 AM


All times are GMT -5. The time now is 10:56 AM.

Contest Stats

Xav ........ 1323.18
MeTh0Dz|Reb0rn ........ 1053.7
morefood2001 ........ 879.43
John ........ 877.37
marwex89 ........ 869.98
WingedPanther ........ 834.24
Brandon W ........ 749.07
chili5 ........ 310.39
Steve.L ........ 241.84
dcs ........ 216.02

Contest Rules

CodeCall Goal

Goal: 100,000 Posts
Complete: 82%

Ads