Jump to content
Wanted

[1-4Mil/ph] OSI Sudoku Solver

Recommended Posts

VIDEO SETUP

 

This script will do roughly 160-200 solvers per hour (~1-2mil per hour) solving large casket sudoku solvers at rogue trader http://runescape.wikia.com/wiki/Rogue_Trader

 

With modification and optimization (Mouse speed, editing waits in FastMouse etc) you can push that profit/sph to probably 250+ or more getting upwards of 4 mil per hour.

 

Easy download https://github.com/OSI1/OSI-Sudoku-Solver/zipball/master'>https://github.com/OSI1/OSI-Sudoku-Solver/zipball/master

 

Github https://github.com/OSI1/OSI-Sudoku-Solver

 

Also coming soon:

 

More features

Faster (Plugin) solving

Progress report examples

Higher "out of the box" optimization

 

Please post feedback

 

Enjoy

 

-Wanted

 

More information coming soon...

Edited by Freddy
Link to comment
Share on other sites

Aren't you afraid of the ban rate? During the botting-age this was a tricky script to use.

 

I don't play rs so if my account is banned I don't care.

 

Also, if anyone who is worried about getting banned can easily get a mule bot up a ton of cash wait a few weeks and then see if it gets banned and if not transfer the cash or sell it.

Link to comment
Share on other sites

You could easily modify the script

 

begin
 WriteLn(CountColor(13158600, 43, 382, 483, 468));
end.

 

Running this will give you the information you need to add more clauses to this

 

Line 676

 

    case CountColor(13158600, 43, 382, 483, 468) of
     416: TypeSend('3');
     759: TypeSend('1');
     1573: TypeSend('1');
     1669: TypeSend('2');
     2232: TypeSend('2');
   else

Link to comment
Share on other sites

I have no clue how to script and i ended up doing the whole thing before realizing script was only at blackjacks and runes xD

 

Run the sample script, get the number in the debug box, and then combine it with the type send of the correct option like done with the others.

 

I know it sounds difficult if you don't know how to script but if you try to get it you'll figure it out, this isn't too hard lol.

Link to comment
Share on other sites

How to do it?

please help me

 

---------- Post added at 08:20 PM ---------- Previous post was at 08:14 PM ----------

 

I need a tutorial

to modify

I don't Understand

I just want to use this script without any problems

 

---------- Post added at 09:11 PM ---------- Previous post was at 08:20 PM ----------

 

'OSI Developer helps me in my case!

Link to comment
Share on other sites

How to do it?

please help me

 

---------- Post added at 08:20 PM ---------- Previous post was at 08:14 PM ----------

 

I need a tutorial

to modify

I don't Understand

I just want to use this script without any problems

 

---------- Post added at 09:11 PM ---------- Previous post was at 08:20 PM ----------

 

'OSI Developer helps me in my case!

 

Chill your nuts man I'm going to do it, just be patient.

 

---------- Post added at 02:20 PM ---------- Previous post was at 02:17 PM ----------

 

Actually you need to run this and give me what it out puts

 

[sCAR]begin

ActivateClient;

Wait(1000);

WriteLn(CountColor(13158600, 43, 382, 483, 468));

end.[/sCAR]

 

And tell me what number option it corresponds to.

Link to comment
Share on other sites

You could easily modify the script

 

begin
 WriteLn(CountColor(13158600, 43, 382, 483, 468));
end.

 

Running this will give you the information you need to add more clauses to this

 

Line 676

 

    case CountColor(13158600, 43, 382, 483, 468) of
     416: TypeSend('3');
     759: TypeSend('1');
     1573: TypeSend('1');
     1669: TypeSend('2');
     2232: TypeSend('2');
   else

 

It doesn't click the green arrow or the "I would like to open a large casket" option things, and I'm not too suer what you meant when you posted the above. It seems to work well though if I click the green arrows and the bot does the casket, but that sort of defeats the purpose...

Link to comment
Share on other sites

It doesn't click the green arrow or the "I would like to open a large casket" option things, and I'm not too suer what you meant when you posted the above. It seems to work well though if I click the green arrows and the bot does the casket, but that sort of defeats the purpose...

 

You have to run this

 

[sCAR]begin

ActivateClient;

Wait(1000);

WriteLn(CountColor(13158600, 43, 382, 483, 468));

end.[/sCAR]

 

With that option its stuck at so I can add that information it outputs to the script.

Link to comment
Share on other sites

I'm kinda new at this, so would i replace
case CountColor(13158600, 43, 382, 483, 468) of
     416: TypeSend('3');
     759: TypeSend('1');
     1573: TypeSend('1');
     1669: TypeSend('2');
     2232: TypeSend('2');
   else

 

with:

 begin
 ActivateClient;
 Wait(1000);
 WriteLn(CountColor(13158600, 43, 382, 483, 468));
end. 

 

?

 

No you just run that minature script in a new tab while you have that screen on rs where its stuck at so you can get the color count I need to add option to the chat handling, I also need # it it's supposed to click.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.




×
  • Create New...