all of them except the stamps.com offer. the downside is that you need to give up a credit card number for the free trial, but it does not get charged. you just cancel before the trial ends (but...
Type: Posts; User: JNCR
all of them except the stamps.com offer. the downside is that you need to give up a credit card number for the free trial, but it does not get charged. you just cancel before the trial ends (but...
There is this website, yournintendowii4free.com, that actually gives away wii's (or $250 paypal cash) for free.
I just got my wii using their site. All I needed to do was to sign up, complete an...
Why do you say that? :\
Because the new script I am creating makes a new account, opens runescape, then navigates Tut Island. Since it does not start on runescape, the user cannot drag the crosshairs.
~JNCR
Edit:
...
No, that (to my knowledge), just makes sure that it finds the window. I need it to set SCAR's specified client window (like dragging the crosshairs) to the runescape window.
I need this to happen...
Thanks
Edit:
Wait, no, I want something that does the equivalent of dragging the cross hairs over the RS client window at runtime.
I know that there is an SRL Function that finds the RS client (FindRS), but is there a Function that makes the client window to the RS Client during runtime?
I have seen something called...
Now there is something I missed... Thanks.
~JNCR
BitUsername and BitPassword variables should be Integers.
Two VERY Important Words:
SRL Manual.
You can access this in the help bar in SCAR. It contains all of the available functions and procedures in the SRL version that you have. Very helpful.
...
Dont use MoveMouseSmooth, MoveMouse, or ClickMouse. It will get you banned fast.
Use SRL's Mouse and MMouse.
Mouse moves the mouse and clicks.
MMouse just moves the mouse.
SRL's mouse...
Hello, this is JNCR and I am in a bit of a tricky situation. I have created the below as a rough representation of what I need. Don't even ask why my functions and variables are called what they...
Yeah I tried Chr(13) but it did nothing. Am I using it wrong?
Here is what I have so far:
WriteFileString(RewriteFile('C:\Test.txt', False), '***** ' + Chr(13) + '*****' + Chr(13) + '*****');
...
For a script that I am making, it writes to a text file.
I cannot seem to get it to skip a line or do the equivalent or someone pressing enter after typing a line.
I have read somewhere that...
Are you serious??? I haven't checked out the mage guild in a while. If that's true, then that's awesome! I cannot play runescape right now so I want to see as soon as possible. :D
~JNCR
...
Thanks Dan. It looks pretty good, but I cannot test It right now, as I am late for something.
My script creates a random string and then (hopefully) saves it to a text file, Repeats. Then later...
This is JNCR, and as the title suggests, I need to know how to do the following:
1. A command that outputs the amount of characters in a string.
2. A command that writes a list to a text...
Yeah it does use a lot of laws. But do you ever see people a Camelot teleporting over and over again? It is HUGE exp gain. This is how I got from level 50 to Level 80 in one night on my main (not...
Try just making it yourself. Learn to be a scripter. I came to SRL forums knowing nothing about scripting, so I started browsing Tutorial Island. I suggest [UBP][TUT] UnRivaled Guide To Scripting...
...I forgot 2 pretty important things though...
1. Forgot to upload the file... Fixed
2. Name of thread should be "[SRL4] JNCR AutoTelly".
(Any Mods who see this can you fix it? Sorry I...
Update: Haven't been at SRL for a while, and I kind of need to re-learn SCAR. I have a feeling that this is a little outdated, and I am sorry. I am working on an update currently.
...
Thanks. I just wanted to know, I don't need it changed or anything. Thanks.
~JNCR
This is JNCR, and I think I should be a Junior Member... I have been on the forums for more than 2 weeks and I have 50 posts, yet my status (at least on my computer) is still at "Registered User". ...
Great Script!
Just a tip:
You should put this in your script:
if (TradeScreen = False) then clicktext('rade with',SmallChars,MCX1,MCY1,MCX2,MCY2,True);
if (TradeScreen = True) then exit;
...
You should make your waits randomized. Ex: Wait(WaitPerTree + Random(1000));.
Also, I dont see anywhere where you call your antirandom and antiban procedures. You should probably do the antiban...