Have you tried the new version, with steps:
1. Close everything down - scar and RS
2. Start up RS in firefox/ie.
3. Select high detail.
4. Wait for RS to load.
5. Start up scar.
6. Load and run script.
?
Good news :)
Printable View
yeah, latest one (the one you made for marpis I guess?) and these steps exactly
do i need a seperate FireFox window or can I just make a new tab?
What error are you getting? Black screen when you load RS?
no errors, the script just outputs x=0, y=0 and moves the mouse there.
Is the ID you are searching for on the screen?
I just tried the suggested SRL script (with the undetectable mouse moving routine) and it didn't work:
SCAR Code:program New;
{.include srl/srl.scar}
var
x,y: integer;
begin
FindModelByID(x,y, 588752808);
MMouse(x, y, 0, 0);
Writeln('x=' + IntToStr(x) + ', y=' + IntToStr(y));
end.
My quick script does though:
SCAR Code:program New;
var
x,y: integer;
begin
FindModelByID(x,y, 588752808);
MoveMouseSmooth(x,y);
Writeln('x=' + IntToStr(x) + ', y=' + IntToStr(y));
end.
Not sure why. MMouse(x, y, 0, 0) doesn't seem to be working... I don't think this is to do with my program though.
with either scripts, same outcome (0,0)
i'm in varrock east bank, no IDs on my screen, using the ID that is in the script in 1st post
with/without SRL shouldn't matter tbh
If ID's aren't been drawn, then you probably haven't put opengl32.dll in the right folder. Where have you put it?
c:\program files\java\jre6\bin
And you're running the HD client? Really odd.
yeah, tried running HD fixed and resized
i'll restart my pc :p see what that does
Arghh, I've managed to break it for me too. It's to do with the details settings. Not sure which are the correct ones now after I changed them all :)
OK, set them to the following and close down your browser and start RS again:
http://i49.tinypic.com/24v1rp2.png
oh crap :p
well restarting didn't work
i'll fiddle around with settings then
edit:
aarrgh i set them exactly the same as yours, tried in FF and Chrome, none worked ;'(
As I said, just to put paranoid minds to rest.
If you wanted to get into details, if this took off then there could be hundreds of members using it, some with very high leveled accounts that could be sold on for a bit of profit and most certainly some with parents who would use the same computer, meaning that by infecting computers using just one dll, you could gain access to bank accounts, Facebook accounts, email accounts etc. Even just 10 bank accounts from which you could withdraw a few hundred pounds/dollars would give you quite a large lump of cash for a measly 20+ hours of work.
Sure it's unlikely that you would, but it's possible and if anyone did fear enough to think that you may do that, it would be nice if they could be confident that they can compile a version that doesn't.
I'm also a little surprised at how offended you got. You were even promising sharing sauce and I assumed that would be when you released a working version of some kind, since that would be a logical time to share. Please, do forgive me for thinking that you not sharing sauce code (after promising you would and after people asking for it) because it's "messy".
I will share the code when it's ready and in a state for people to learn from it, e.g. commented and organised in a logical manner. Releasing the code now serves no purpose but to confuse people, especially when it is still clearly broken for some people.
This will be well before it takes off, if it does.
Ah :)
Fixed.
so.. it works for you now? still not for me :(
nope, no errors. i could test it on my win7 box
SCAR Code:program New;
{.include srl/srl.scar}
var
x,y: integer;
begin
FindModelByID(x,y, 2308283961);
MouseSpeed := 15
Mouse(x,y,5,5,true);
Writeln('x=' + IntToStr(x) + ', y=' + IntToStr(y));
end.
x=275, y=116
Successfully executed
That moves mouse and clicks perfectly. (Tut Island guy)
AMAZING!
Silentwolf, do you need me to test anything else?
Also, msn?
You've pretty much tested everything I have to offer at the moment :)
You could try running it on another computer with a different setup if you feel like it.
My current plan is to make sure this actually works for everyone before making any new features.
my win7 box was unable to run HD (couldn't switch over to it) :p
still clueless >.>
Ok, well just say when you do :D
BTW, I guess you dont wanna talk on msn then? <>.<>