PDA

View Full Version : Read!!



stol3n
03-29-2007, 02:18 AM
Its has come to my attention that level marco's are playing RS more than legit player =o

Soo why not make a nice procedure so that if a person combat level is under 15 or so the script will keep executing thus they cannot use it =]

most of these level 3 noobs just leach, thus would have no knownledge, of whats going on =]

Boreas
03-29-2007, 03:15 AM
Already done :p, just looking for a good way to implement so that it can't be bypass too easily

stol3n
03-29-2007, 06:12 AM
=]

ooo =]

Will everyone one be able to include it there scripts?

Hobbit
03-29-2007, 06:15 AM
theres already a thread about this and it would do auto-check with setupsrl or something...boreas why dont u you chese's version that is all obfuzleated...no leecher would ever figure out what all the stuff really ment :p

rkroxpunk
03-29-2007, 06:22 AM
heh would you be able to use Goblin scheduler if u were lvl 3? cos that's how i lvl up my nub army

Boreas
03-29-2007, 10:22 AM
It would not be in fighters.

Yakman
03-29-2007, 05:06 PM
you could very simply do it like this, but it would be quite easy to remove by someone who has the most basic of scar knowledge

{.include SRL\SRL.scar}

if(GetCombatLevel < 15)then
begin
Writeln('');
Writeln('You cant run this script if your combat level is less than 15');
TerminateScript;
end


so if you're going to put it in your script, try to hide it somehow

c0de
03-29-2007, 06:31 PM
you could very simply do it like this, but it would be quite easy to remove by someone who has the most basic of scar knowledge

{.include SRL\SRL.scar}

if(GetCombatLevel < 15)then
begin
Writeln('');
Writeln('You cant run this script if your combat level is less than 15');
TerminateScript;
end


so if you're going to put it in your script, try to hide it somehow

Atleast leechers won't be able to do it... and I doubt scripters will do such things as autoing on lvl 3s :)

Jason2gs
03-29-2007, 06:53 PM
It could be hidden very well. I'll attach an example...

Just open it, scroll all the way to the right, and backspace a few characters from the second line.

JAD
03-29-2007, 06:58 PM
If you added that command to SRL, and called it something that you wouldn't think does that. for instance, if you called the command to terminate script if combat level is under 15 DoChopping; or something like that, the leachers would never be able to find it :p Thats a GREAT idea though, never even thought of doing this. Jason2gs made a level 3 reporter I think too (my idea :p)

Jason2gs
03-29-2007, 07:07 PM
*nods head* It's in the utilities. Not getting as many posts as I thought it would, though :(

You could put the command in the Math section. Hardly anyone ever looks there. It's all too complicated :p

3Garrett3
03-29-2007, 07:14 PM
well.. If it was in the Math, dont you think all the leechers would wonder why it says include math in a wc script? :p

Smartzkid
03-29-2007, 07:21 PM
...except that Math.scar is automatically included when you include SRL.scar...

Hobbit
03-29-2007, 09:35 PM
so if you're going to put it in your script, try to hide it somehow

thats why i said use cheese's version:


One that leechers might have more trouble with, because you can't really search for it that easily..

**Code taken out**
-security purposes-

Smartzkid
03-29-2007, 09:40 PM
Aint you not supposed to post that? I mean, if they know what the code is, they can edit it out real easy, right?

That could be considered leaking members stuff man...

Might wanna remove?

Hobbit
03-29-2007, 09:42 PM
it wasnt in members area the thread it was in was started by a registered user

but boreas know what im talkign about right? you posted in the thread but maybe u dont remember

Smartzkid
03-29-2007, 09:44 PM
I thought that code was from the members' forums? I haven't seen it before...

Hobbit
03-29-2007, 09:48 PM
cause you didnt read the thread (http://www.srl-forums.com/forum/possible-t6786.html?t=6786)...

Smartzkid
03-29-2007, 09:52 PM
Ahhh thanks.

Hmmmm....thats some pretty nice code there

legendaryhero90
03-30-2007, 12:56 AM
i think the lvl minimum should be 13... since a few of my lil chars are still in the 13- 20 range

Boreas
03-30-2007, 01:35 AM
Nah 20 is better. 19 contains the number one, which shouts out noob, and therefore autoer.

Jason2gs
03-30-2007, 02:07 AM
i think the lvl minimum should be 13... since a few of my lil chars are still in the 13- 20 range

So we should change the golden rules of SRL because of you? Fat chance.

Smartzkid
03-30-2007, 07:15 PM
http://0wn3d.dk/owned/owned13.JPG

:D

n3ss3s
03-30-2007, 07:24 PM
I have an idea! (again).
Srl developers could make a bitmap that has easily readable text when turned into picture. text could be simple as "bitmap". When user runs the script, it says take the part of bitmap showing from the script, solve how to see its content and run this script and type the content to its form.

N1ce?Good idea?

if leecher tries to do this without any scar knowledge, hes like same as Smartkidz's tank picture ! :D

Jason2gs
03-30-2007, 07:45 PM
Nice, except the String-To-Picture converter in SCAR only does up to 40 x 40 pictures conversions. That'll be a tad hard to read for a lot of people.