Everytime after my script makes a whole invent it starts to turn the screen? it rotates the screen for about 20 seconds before it banks again. How do i fix this?
Everytime after my script makes a whole invent it starts to turn the screen? it rotates the screen for about 20 seconds before it banks again. How do i fix this?
===================================
===================================
============S1NGlassblower==========
Time Running: 5 Hours, 53 Minutes and 24 Seconds
XP Earned: 470400
XP/h: 80193
===================================
===================================
Working perfectly as usual.
If you decide to update this soon maybe increase the anitban a bit? Otherwise perfect![]()
does it matter which bank this is at?
Works perfect now![]()
Last edited by chuckyb0y; 05-21-2012 at 12:35 PM.
Got me 99 crafting on my main and on my zerker, thanks for a wonderful script Sin.![]()
Loving the script, it's going to cost be around 16M to get from 75-99 crafting with this!
Also, do you think I should place the molten glass to the right side of my bank so that the mouse doesn't have to move as much, I thought this might give a little exp boost.
I can't even get it to withdraw the glass from the bank..
After multiple tries it worked, it kept attempting to click right above the molten glass..
Last edited by Theron; 05-24-2012 at 06:42 PM.
you can craft at any bank right?
sexy script is sexy!
Hmmmm, Doesn't withdraw the glass for me, any ideas why?
YAY! This script got me from 75-98 crafting in no time! I'll get 99 tomorrowThank you so much!
Would you advise adding anti-ban before we run Sin, or did you run it to 99 without?
[Karl Pilkington] - "I'd kick it, and I'd say 'You knob-head'." - Karl tells Ricky his response to being poisoned by an octopus.
http://imageshack.us/f/32/99craft.png/
Hope it not to blurry! But there is the 99 cape![]()
used this from 61 to 70 ty
was like 2m
===================================
===================================
============S1NGlassblower==========
Time Running: 2 Hours, 38 Minutes and 54 Seconds
XP Earned: 204592
XP/h: 77816
===================================
===================================
What do Harry and God have in common?
They are the same person!
===================================
============S1NGlassblower==========
Time Running: 5 Hours, 56 Minutes and 48 Seconds
XP Earned: 481372
XP/h: 80951
===================================
thx for the cheap crafting xp should be 99 soon![]()
This script seems fantastaci. However after an hour and a half it stopped and logged me out. It said min spacing's are too wide?
===================================
===================================
===================================
============S1NGlassblower==========
Time Running: 19 Minutes and 35 Seconds
XP Earned: 25515
XP/h: 78507
===================================
===================================
Should i be getting more xp/h? My pc is slow.
Is this a mistake?
Wouldn't figure it would be an Anti-Leech method consideringCode:MouseBankSlot(22,0); vs MouseBankSlot(Slot,0);
It would still work just by moving the object to Slot 22.
Anyways, great script. This just confused me when I
tried to change the bank slot :P
Mostly Inactive, School
This works great, but does it have an antiban?
Thanks!
mine just run around and stop after few invents but i made it to 98 thnx to you
Some people were having trouble with the withdrawing, so I fixed it up a bit. Works great now. Just put the molten glass in the first slot of any tab, make sure to have it selected before you run the script.
Code:program GlassBlower; {$include srl/srl/misc/smart.simba} {$I SRL/SRL.simba} {$I srl/srl/misc/debug.simba} const SRLStats_User = ''; // Your SRL Stats ID (If you dont have one then just leave it as it is) SRLStats_Password = ''; // Your SRL Stats Password (If you dont have one then just leave it as it is) var StartTime,XPS:Integer; //progress variables XP,XPH,Sec,Slot:Integer; StatGain,XP1,XP2:Integer; procedure DeclarePlayers; begin HowManyPlayers := 1; NumberOfPlayers(HowManyPlayers); CurrentPlayer := 0; Players[0].Name := ''; // Username Players[0].Pass := ''; // Password Players[0].Active := True; Players[0].Pin := ''; Players[0].BoxRewards := ['Xp', 'mote', 'ostume', 'oins', 'aphire', 'ssence']; end;// declare players procedure SetupLogin; begin ClearDebug; Smart_Server := 87; Smart_Members := True; Smart_Signed := True; Smart_SuperDetail := False; SetupSRL; end; procedure Proggy; begin XP := GetXPBarTotal - Players[CurrentPlayer].Integers[0]; Sec:= (1+((Getsystemtime-StartTime)/1000)); XPH := (3600*XP) / (SeC); statGain := XP; writeLn('==================================='); writeLn('============S1NGlassblower=========='); writeLn('Time Running: ' + TimeRunning); writeLn('XP Earned: ' + IntToStr(XP)); writeLn('XP/h: ' + IntToStr(XPH)); writelN('==================================='); writeLn('==================================='); Stats_Commit; end; procedure CraftOrbs; var x,y,DTM,t:Integer; begin DTM := DTMFromString('mlwAAAHicY2dgYLjAyMBwEYivA/E1ID4NxKeg7IVAvAKI5wPxTCBeBsQLgHgREHu4uwJ1M2HFRgy4ASMeDAUAQzsLUQ=='); MouseItem(Random(25),1); if WaitColor(305,362,4543066,5,10000) then begin if FindDTM(DTm,x,y,MCX1,MCY1,MCX2,MCY2) then begin Mouse(x,y,1,1,True); MarkTime(t); repeat XP1 := GetXPBarTotal; wait(random(5000)); Proggy; if Timefrommark(t) > 200000 then exit; until(FindDTM(DTM,x,y, 681,422,730,457)); end; end; end; procedure BankChest;//Credits to the SRL Team :) begin OpenBankChest(SRL_BANK_SW); if(PinScreen)then InPin(Players[CurrentPlayer].Pin); if (BankScreen) then begin Exit; end else BankChest; end; procedure HandleItem; begin BankChest; if (BankScreen) then begin //Writeln('Depositing.'); Deposit(4, 28, true); Wait(100); //Writeln('Withdrawing.'); Withdraw(0, 0, 28); CloseBank; Wait(300+Random(300)); Exit; end else if not (BankScreen) then begin repeat BankChest; until(BankScreen); HandleItem; end; end; begin ClearDebug; SetupLogin; DeclarePlayers; LoginPlayer; if (Players[CurrentPlayer].Integers[1] = 0) then begin if not IsXPBarOpen then ToggleXPBar(true); Players[CurrentPlayer].Integers[0] := GetXPBarTotal; XPS := GetXPBarTotal; Players[CurrentPlayer].Integers[1] := (Players[CurrentPlayer].Integers[1] + 1); end; StartTime:=GetSystemTime; SetupSRLStats(1068, SRLStats_User, SRLStats_Password); repeat BankChest; HandleItem; CraftOrbs; until(not LoggedIn); stats_IncVariable('Crafting EXP (Gained)', statGain); stats_Commit; end.
Currently working on max cape, and learning to script along the way!
Looks like after RS update this script no longer clicks "make all orbs".
It just clicks molten glass, then bank.
There are currently 1 users browsing this thread. (0 members and 1 guests)