Sythe.Org Forums     Register     FAQ     Members List     Calendar     Mark Forums Read    
 
Sythe.Org Forums  
   Runescape Gold

Sythe.org — A Virtual Goods Trading Hub

Make real cash! buying and selling in-game items.

We have a no-scam policy.

You can make thousands playing your favourite games here at Sythe.org.

Just sign up an account and follow the rules!


Take me to

Runescape Markets

Other Game Markets

Support Center

Register an Account

Close
How to give your script a 'stop' hotkey
Reply
 
LinkBack Thread Tools Display Modes
  #1  
Old 03-23-2010, 01:37 AM
Newcomer
 
Join Date: Mar 2010
Posts: 12
Default How to give your script a 'stop' hotkey

Just make this the ending of your loop. You can edit the number from 1-12 for each function key. I choose 8 because it doesn't do anything in IE.

until(IsFKeyDown(8))

To make it so it is jokered to stop at the press of F8 OR upon completing a certain number of loops use this.

until(IsFKeyDown(8)) or (x=2501);

In a complete program it would look like this:

Program New;
var
x:integer;
(*Your Var's*)

(*Your Procedures*)

begin
repeat

(*Your looping shit*)

//WriteLn((x)) (*Only use this if you want to see what loop number your shit is on by deleting the two slashes before the W*)
x:=x+1
until(IsFKeyDown(8)) or (x=2501);

This will continue for 2500 loops or 2.5 seconds.

Happy Botting with better stop jokers/hotkeys!! =)



Clicking the 'Thanks' and Rep+ button ain't never hurt noone. =D
Reply With Quote
Reply



Cheap RS Gold Store  Runescape Gold

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

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

All times are GMT +1. The time now is 04:37 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.6.1