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?
Ce ne sont que des gueux
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.
Ce ne sont que des gueux
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
Ce ne sont que des gueux
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
Ce ne sont que des gueux
And you're running the HD client? Really odd.
yeah, tried running HD fixed and resized
i'll restart my pcsee what that does
Ce ne sont que des gueux
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:
![]()
oh crap
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 ;'(
Last edited by Floor66; 01-24-2010 at 01:59 PM.
Ce ne sont que des gueux
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".
By reading this signature you agree that mixster is superior to you in each and every way except the bad ways but including the really bad ways.
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.
The best way to contact me is by email, which you can find on my website: http://wizzup.org
I also get email notifications of private messages, though.
Simba (on Twitter | Group on Villavu | Website | Stable/Unstable releases
Documentation | Source | Simba Bug Tracker on Github and Villavu )
My (Blog | Website)
Ah
Fixed.
so.. it works for you now? still not for me![]()
Ce ne sont que des gueux
nope, no errors. i could test it on my win7 box
Last edited by Floor66; 01-24-2010 at 02:16 PM.
Ce ne sont que des gueux
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)
still clueless >.>
Ce ne sont que des gueux
Ok, well just say when you do
BTW, I guess you dont wanna talk on msn then? <>.<>
There are currently 1 users browsing this thread. (0 members and 1 guests)