I will be adding more World Openers feel free to edit this script for Netscape i use Explorer lol here is a basic world opener for those who always never get into World 17, Barbarian Assault etc. I did this in 5 minutes cause i was bored and i know for such a small script it is kinda a waste but some people don't want to use EliteSwitch/SwiftSwitch and get into full worlds so just for a little courtesy i decided to add this.
World 17 Opener
SCAR Code:
{This Script shall succesfully open up Internet and go to
the runescape world 17 a major pking world that is usually full change to Mozilla if you like-----------
LOL IT IS KINDA NOOBY BUT STILL I FELT IT WOULD HELP}
program FireFox;
const
Explorer=5801845;
Mozilla=7185856;
NetScape=000000;
var
X, Y: Integer;
begin
if (FindColor(X, Y, Explorer, 2, 7, 1540, 1013)) then
begin
MoveMouse(X, Y);
ClickMouse(X, Y, True);
ClickMouse(X, Y, True);
end;
begin
Wait(9000 + Random(1001));
SendKeysVB('{TAB}', false);
SendKeys('http://world17.runescape.com/p2');
SendKeysVB('{ENTER}', false);
end;
end.
else WriteLn('Open Pking World Failed')
{ | ____ _____ | | ____ |_____
| |____| | | ||| |___ |____| |
| | | |\ | | | | |
|______ |_____ |_____| \ | | | |_____ |
_____ ______ _____ /
| | | | |/
| | | | |\
|_____ |______| |_____ | \
ENJOY!!! }
//SORRY I FORGOT TO ADD IN NETSCAPE AND OTHER BROWSERS MOZILLA MIGHT HAVE A PROBLEM WILL BE EDITING WORKS FINE WITH EXPLORER THOUGH//[/SCAR]
Barbarian Assault Openere
SCAR Code:
{---------This Script shall succesfully open up Internet and go to
the runescape world 6 a major barb. Assault world that is usually full change to Mozilla if you like-----------
LOL IT IS KINDA NOOBY BUT STILL I FELT IT WOULD HELP}
program FireFox;
const
Explorer=5801845;
Mozilla=7185856;
NetScape=000000;
var
X, Y: Integer;
begin
if (FindColor(X, Y, Explorer, 2, 7, 1540, 1013)) then
begin
MoveMouse(X, Y);
ClickMouse(X, Y, True);
ClickMouse(X, Y, True);
end;
begin
Wait(9000 + Random(1001));
SendKeysVB('{TAB}', false);
SendKeys('http://world6.runescape.com/p2');
SendKeysVB('{ENTER}', false);
end;
end.
else WriteLn('Open BarbarianAssault World Failed')
{ | ____ _____ | | ____ |_____
| |____| | | ||| |___ |____| |
| | | |\ | | | | |
|______ |_____ |_____| \ | | | |_____ |
_____ ______ _____ /
| | | | |/
| | | | |\
|_____ |______| |_____ | \
ENJOY!!! }
//SORRY I FORGOT TO ADD IN NETSCAPE AND OTHER BROWSERS MOZILLA MIGHT HAVE A PROBLEM WILL BE EDITING WORKS FINE WITH EXPLORER THOUGH//
[/SCAR]
The SMART world launcher ignore const and change where it says world 72 to world number
SCAR Code:
{---------This Script shall succesfully open up SMART and go to
a runescape world ----------- unfourtanetly I never really setup constants so forget that
LOL IT IS KINDA NOOBY BUT STILL I FELT IT WOULD HELP}
//MAKE SURE IN SMARTSetUp('World72', True, True, False) ; where it says 72 delete that num and put world number//
Program SMARTLauncher;
{.include SRL/SRL/Misc/Smart.scar}
{.include SRL/SRL.scar}
const
Crazy_World = 74; // Runescape world put the world number there
begin
SMARTSetUp('world72', True, True, False); {World prefix, safe mode, unsigned, RS-HD}
SetTargetDC(SMARTGetDC);
SetUpSRL; //Thx to IceFire908 for SmartSetup
end.
{ | ____ _____ | | ____ |_____
| |____| | | ||| |___ |____| |
| | | |\ | | | | |
|______ |_____ |_____| \ | | | |_____ |
_____ ______ _____ /
| | | | |/
| | | | |\
|_____ |______| |_____ | \
ENJOY!!! }