PDA

View Full Version : [R]Teletabinator <- 250k-350k an hour!



masterBB
02-26-2011, 04:51 PM
Ladies and mostly gentlemen, by this, I present you, with no further delay, the script that will change it all. The Teletabinator! Deluxe edition. Far from finished, but obviously one of the best.

For now only supports varrock teletabs, other teletabs will come soon.
Supports all butlers and lecterns.

Minimum requirements:
- An house with an lectern(40 construction)
- Ability to cast varrock teleport(25 magic)
- Soft clay on your bank
- Money on your bank or in your inv.
- An servant
- Runes and staff for teleport

With better construction you can make an better lectern to make more profit!

Pic of setup:
http://i51.tinypic.com/29ntnk6.jpg
Everything is explained in the script.

For profit calculations:
http://runescape.wikia.com/wiki/Calculators/Tablet

Features yet to be added:

all tablets support
Self positioning(very hard)
speed improvement option

masterBB
02-26-2011, 04:54 PM
Best Progie!

uzu:
The Teletabinator v1.0.2.4 alpha first release deluxe edition
******************************
Ran for an awesome: 4 Hours, 38 Minutes and 56 Seconds
Made like 3040 teletabs!

******************************
The Teletabinator v1.0.2.4 alpha first release deluxe edition
******************************
Ran for an awesome: 3 Hours, 39 Minutes and 50 Seconds
Made like 2480 teletabs!

my progie
******************************
The Teletabinator v1.0.2.3.1/2 alpha first release deluxe edition
******************************
Ran for an awesome: 2 Hours, 2 Minutes and 58 Seconds
Made like 1380 teletabs!
******************************

Nava2
02-26-2011, 06:05 PM
I never realised there was so much profit in this! Nice find.

Perhaps you should post what the requirements are for construction magic etc.. I look forward to when it supports other tabs, since house is significantly more profit ;)

masterBB
02-26-2011, 06:12 PM
I never realised there was so much profit in this! Nice find.

Perhaps you should post what the requirements are for construction magic etc.. I look forward to when it supports other tabs, since house is significantly more profit ;)

For making an house teletab, you need 57 construction. Something I don't have. But to add it, only the coords at line 116,117 have to change. Maybe monday...

TomTuff
02-26-2011, 06:20 PM
Wow! This looks awesome, I'm hurting for cash so I may be using this quite a bit.

Looking at your script, however, you don't have very many failsafes. Most of your procedures should be functions that return booleans. Then, instead of doing something like you did at lines 212 - 215...

repeat
wait(200+random(150));
until ClickNpc;

you could do something like

T := GetSystemTime + 15000;
while (GetSystemTime < T) do
begin
if ClickNPC then
Break;
AntiBanz;
DoRandom;
end;

And if it fails to click the NPC for more than 15 seconds, it logsout.
Make sense?

And by the way, there's a nifty function in SRL that will do that for you all in one line. Use it like:


if not(WaitFUnc(@ClickNpc, 200 + Random(150), 15000)) then
Exit;

masterBB
02-26-2011, 06:31 PM
Thanks for your reply. I knew the first thing but the WaitFunc is new for me. Will be included into the next release!

UPDATE ;)

Emaziz
02-27-2011, 11:29 PM
I just bought 10k clay, laws and fire runes. This better work! :) Will hopefully post a great proggie later :)

EDIT: Fails to detect when demon butler wants to be paid. I paid manually without stopping, so still running. :)
******************************
The Teletabinator v1.0.2.4 alpha first release deluxe edition
******************************
Ran for an awesome: 19 Minutes and 16 Seconds
Made like 200 teletabs!
******************************

Laughinn
02-28-2011, 12:24 AM
******************************
The Teletabinator v1.0.2.4 alpha first release deluxe edition
******************************
Ran for an awesome: 2 Hours, 57 Minutes and 45 Seconds
Made like 1900 teletabs!
******************************

Still running great script

masterBB
02-28-2011, 12:28 PM
I just bought 10k clay, laws and fire runes. This better work! :) Will hopefully post a great proggie later :)

EDIT: Fails to detect when demon butler wants to be paid. I paid manually without stopping, so still running. :)[/report]

Never failed before on my pc. Maybe a demon butler got a different text? What does he say?


******************************
The Teletabinator v1.0.2.4 alpha first release deluxe edition
******************************
Ran for an awesome: 2 Hours, 57 Minutes and 45 Seconds
Made like 1900 teletabs!
******************************

Still running great script

Very nice progie. Did you used an cook as servant?

Laughinn
02-28-2011, 01:25 PM
im currently using a butler , also you might want to tell people that use this ,that their lecturn/character has to be in the EXACT place as yours in the picture.

I find it works alot faster and less fails when the rooms in the same position as yours

Awkwardsaw
02-28-2011, 01:28 PM
this used to be ~500kp/h, back when i was using mine :p

maby it still is if you use demon butler and house tabs

masterBB
02-28-2011, 03:45 PM
A week ago it was 500k an hour, put prices are dropping fast :(

CodaRulz
03-03-2011, 07:17 AM
great script ill run it longer tomorrow for a better progress report
:thumbsup:

******************************
The Teletabinator v1.0.2.4 alpha first release deluxe edition
******************************
Ran for an awesome: 1 Hours, 24 Seconds
Made like 660 teletabs!
******************************

blother
03-04-2011, 01:51 AM
Is the mage exp any good?

Mystic
03-04-2011, 04:40 AM
I'll try this out aswell :D

masterBB
03-08-2011, 11:30 PM
I quit updating this script. It's not worth the trouble to make this stable cause it's near impossible to make it walk in to the house, find the servant and lure him/her to the lectern. Cause that's what needed if your char had a random or a break.

Also the drop in prices makes this script less profitable.

Awkwardsaw
03-08-2011, 11:35 PM
you can always put the player in building mode, and make sure the lecturn is on the ground floor. then you can find the butler(usually spawns within your minimap) so you can easily find him, and im sure you can get to the lecturn even if its not on your minimap, all you need to do is search for the object and find out which direction the tile is, then walk there

masterBB
03-08-2011, 11:58 PM
you can always put the player in building mode, and make sure the lecturn is on the ground floor. then you can find the butler(usually spawns within your minimap) so you can easily find him, and im sure you can get to the lecturn even if its not on your minimap, all you need to do is search for the object and find out which direction the tile is, then walk there

I tried, but with the slightest bit of lag, I loose the butler. Beside that the butler also has the annoying habit to stick behind walls, chairs and stuff. And every house has a different map. It should work with rooms with 2, 3 and 4 doors...

To fix all this, would take such an enormous amount of time, something I don't have. And with these prices, its not worth it.

Uzu
05-15-2011, 10:38 PM
Great script :) Runs nearly flawlessly

Uzu for new best proggie? :D


The Teletabinator v1.0.2.4 alpha first release deluxe edition
******************************
Ran for an awesome: 4 Hours, 38 Minutes and 56 Seconds
Made like 3040 teletabs!

******************************
The Teletabinator v1.0.2.4 alpha first release deluxe edition
******************************
Ran for an awesome: 3 Hours, 39 Minutes and 50 Seconds
Made like 2480 teletabs!

footballjds
05-15-2011, 11:45 PM
Could you add in your proggy:
Mage exp/hour
Profit/hour
teletabs/hour
l33t s3x/hour

boobooo42
05-16-2011, 12:46 AM
total xp would be 25 * 3040= 76000xp
xp/hour would be about 16000/hr
profit per hour for varrock tabs is not very good, about 217k right now, according to wiki.

this script is lacking a bit, I know the developer gave up on it, but it still works wonders! proggy in script only includes # of teletabs and time ran.

Things it needs:
1.ability to do other teletabs, specifically: tele to house and fally tele (these 2 make the most money out of teles, fally is WAY better xp wise.)

2. single click would be faster than "make all" option, however it would be less human.

3. Ability to pay demon butler (since his dialog is different)

4. positioning the camera is a bit of a pain. You have to run the script up to the point where you log in outside of your house, then disable smart, run inside house, manually position the camera and butler, get butler to "fetch something" and put in your pin since script doesn't do bank pin, re-enable smart, and re-run the script.

(side note: why is it, when I click "disable smart" I get mouse control, but keyboard control takes like 5 min to work?)

that's about it, main thing is, varrock teles are horrible money wise, toerhs are alright. I have been making teles for about 3 years now, and they still work great even though they have dropped in price (almost half.) I have figured out a bit of this code, but I am just a beginner, really have no clue how to program the mouse x,y or ability to recognize dialog boxes.



...Edit: also what does this mean? "[R_IsUpTextMulti] Text length is 0, something is wrong. Retrying."

newb cheater
05-16-2011, 12:24 PM
Does this work with normal banking?

boobooo42
05-20-2011, 01:24 AM
nope, it doesn't walk anywhere.

boobooo42
05-24-2011, 05:02 PM
I messed around with this script a bit, and got it to work with demon butlers, and both making falador and house tablets.

I didn't do any if... then statements so it permanently changes the code, but here is what I did.

for demon butler :


function PayServant:Boolean;
begin
wait(1000+random(600));
if FindNPCChatText('desire',Move) then // since demon doesn't say pay
begin
wait(2100+random(800));
if(not(FindNPCChatText('here',Clickleft))) then // demon says continue in his dialog have to change it to another word

for falador tablets:

x := 250+random(20);
y := 175+random(20);//under the function Choose Tab
MMouse(x,y,0,0);
if not(R_WaitUpText('alador',3000)) then Exit;


for house tablets:

x := 400+random(20);
y := 80+random(20);//under the function Choose Tab
MMouse(x,y,0,0);
if not(R_WaitUpText('ouse',3000)) then Exit;

making about 280-300k an hour doing falador tabs, and each tab is 47 xp. *whistles*

masterBB
05-24-2011, 05:15 PM
I messed around with this script a bit, and got it to work with demon butlers, and both making falador and house tablets.

I didn't do any if... then statements so it permanently changes the code, but here is what I did.

for demon butler :



for falador tablets:


for house tablets:


making about 280-300k an hour doing falador tabs, and each tab is 47 xp. *whistles*

Thanks a lot, very useful.
Will add that to the script soon.

boobooo42
05-25-2011, 02:20 AM
******************************
The Teletabinator v1.0.2.4 alpha first release deluxe edition
******************************
Ran for an awesome: 5 Hours, 54 Minutes and 1 Seconds
Made 3264 teletabs!
Gained 153408 xp!
******************************

there's a good one, changed the proggie a bit, still having trouble with xp/hr though.
Would be 26962 xp/hr
Demon butler, fally tabs.