View Full Version : Multiple botting on a private server
alw98
07-01-2012, 11:39 PM
so i am trying tomultiple bot a private server, and you SHOULD be able to have the script when started click start button, and switch users. But whenever you switch users, the program remains running but the mouse, simba or something doesnt work, because when i come back the mouse is on the object, but i havent made any money!(it is a thiever)
So does anyone know how to have multiple instances of the game, and mouse running, or anything?
Recursive
07-02-2012, 12:19 AM
You mean as in bot more than one account at a time? I believe the newest version of Simba does this, don't quote me on that but I think I have heard of such a thing somewhere around the forums...
Based Lord
07-02-2012, 12:24 AM
You would need to use SMART and currently you would have to have 1 Simba open per bot you want running.
You would need to use SMART and currently you would have to have 1 Simba open per bot you want running.
This ^^
Also, good luck with your members application Based Lord, just saw it on the recent posts but cant view it :P
what? I dont get it. You CANT run a private server through SMART. I dont even think it would be possible to run it through simba. You can install multiple Virtual machines but that takes a tonne of space. I know a site that is releasing a colour bot that will load any java applet. coincidentally, this guy is releasing it tomorrow. not sure if im allowed to post the site.
EDIT: so im guessing this is SoulSplit you want to bot on? too bad cause you can only run 2 accounts on the same IP
alw98
07-02-2012, 07:34 AM
yes, it is soulsplit...
but i cant run smart thru a private server, if i could it wouldnt be a problem :( but alas, i will try virtual machines...... gf computer!
Based Lord
07-02-2012, 07:44 AM
My bad for some reason I thought you meant like a VPN.
Here try this I think this is what you are looking for :)
http://villavu.com/forum/showthread.php?t=82426&highlight=appa
alw98
07-02-2012, 10:04 PM
ok.... so how do i use this how i want to?
ok.... so how do i use this how i want to?
it says mouse and keyboard simulations dont work with java applets
x[Warrior]x3500
07-03-2012, 06:19 AM
go into the smart source code. change the values for the target jar file. recompile. now smart will load your private server.
x3500;1060519']go into the smart source code. change the values for the target jar file. recompile. now smart will load your private server.
holy mother of god, you joking me? Is the smart source code located here : C:\Simba\Includes\SRL\srl\misc\smart? Yohojo said it wouldnt be that easy but is it just a matter of changing this,procedure SmartSetupEx(Server: integer; members, signed, superdetail: boolean);
var
prefix: string;
begin
prefix := ReadINI('World' + IntToStr(Server), 'Prefix', IncludePath + 'SRL/SRL/misc/worlds.ini');
if(prefix = '')then
begin
writeln('Invalid world number or corrupted world list. Please review your settings');
TerminateScript;
end;
SmartSetup('http://'+prefix+'.runescape.com/', 'plugin.js?param=o0,a' + IntToStr((Integer(not(Signed)) + 1) * Integer(not((SuperDetail and Signed)))) + ',m' + IntToStr(Integer(Members)), 765, 503, 's');
//SmartSaveSettings([Server, Members, Signed, SuperDetail, SmartGetDC]);
end; to this?
procedure SmartSetupEx(Server: integer; members, signed, superdetail: boolean);
var
prefix: string;
begin
prefix := ReadINI('World' + IntToStr(Server), 'Prefix', IncludePath + 'SRL/SRL/misc/worlds.ini');
if(prefix = '')then
begin
writeln('Invalid world number or corrupted world list. Please review your settings');
TerminateScript;
end;
SmartSetup('http://javathing.com);
//SmartSaveSettings([Server, Members, Signed, SuperDetail, SmartGetDC]);
end;
x[Warrior]x3500
07-03-2012, 09:12 PM
holy mother of god, you joking me? Is the smart source code located here : C:\Simba\Includes\SRL\srl\misc\smart? Yohojo said it wouldnt be that easy but is it just a matter of changing this,procedure SmartSetupEx(Server: integer; members, signed, superdetail: boolean);
var
prefix: string;
begin
prefix := ReadINI('World' + IntToStr(Server), 'Prefix', IncludePath + 'SRL/SRL/misc/worlds.ini');
if(prefix = '')then
begin
writeln('Invalid world number or corrupted world list. Please review your settings');
TerminateScript;
end;
SmartSetup('http://'+prefix+'.runescape.com/', 'plugin.js?param=o0,a' + IntToStr((Integer(not(Signed)) + 1) * Integer(not((SuperDetail and Signed)))) + ',m' + IntToStr(Integer(Members)), 765, 503, 's');
//SmartSaveSettings([Server, Members, Signed, SuperDetail, SmartGetDC]);
end; to this?
procedure SmartSetupEx(Server: integer; members, signed, superdetail: boolean);
var
prefix: string;
begin
prefix := ReadINI('World' + IntToStr(Server), 'Prefix', IncludePath + 'SRL/SRL/misc/worlds.ini');
if(prefix = '')then
begin
writeln('Invalid world number or corrupted world list. Please review your settings');
TerminateScript;
end;
SmartSetup('http://javathing.com);
//SmartSaveSettings([Server, Members, Signed, SuperDetail, SmartGetDC]);
end;
i havnt looked into the smart souce for a while now, but afaik, that shouldnt work. oh and that isnt the source code. a long time ago i dug into the source and was able to get it to work with other things (java), but idk if things have changed since then.
x3500;1060979']i havnt looked into the smart souce for a while now, but afaik, that shouldnt work. oh and that isnt the source code. a long time ago i dug into the source and was able to get it to work with other things (java), but idk if things have changed since then.
could you show me anyway? you dont know how many people have wanted this lol
Powered by vBulletin® Version 4.2.1 Copyright © 2024 vBulletin Solutions, Inc. All rights reserved.