View Full Version : Warrior's Blackjack Basher
kottonmouth
09-05-2012, 06:01 AM
Dont double post!!! Delete one of them and combine it with your first post please. Someone will answer your question eventually. Be patient. Read the rules if you aren't familiar with them.
mrbotter123
09-05-2012, 06:28 AM
cant u make the script more fast plz???its average is only 2 times loot with advanced pickpocketing trainer!! and this is not enough for 100kxp/hr
= REMOVED =
Here i'll even help you.
change lines: 698, 704
kottonmouth
09-05-2012, 06:46 AM
= REMOVED =
Here i'll even help you.
change lines: 698, 704
HEY! Take it easy.... He just started here that doesn't make him a leach.. The first thing new ppl tend to do is try out scripts then they eventually start writing there own. Being hostile is not going to give him a high opinion of ppl here.
and it isn't at all necessary.
satkan
09-13-2012, 07:17 PM
Mmh, any hints on the trapping of the advanced pickpocketing trainer?
Proves to be impossible to me.
runespeller
09-19-2012, 09:08 AM
This is awesome script.. I tweaked the script a bit and here is my proggy:
---------- Warrior's -----------
------ Blackjack Basher -------
Total Time: 2 Hours, 16 Minutes and 5 Seconds
Exp Earned: 208390
Exp Per Hour: 91891
Exp Till Next Lvl: 75997
Time Till Next Lvl: 0 Hours and 49 Minutes
--------------------------------
---------- Warrior's -----------
------ Blackjack Basher -------
Total Time: 26 Minutes and 7 Seconds
Exp Earned: 46726
Exp Per Hour: 107416
Exp Till Next Lvl: 182748
Time Till Next Lvl: 1 Hours and 42 Minutes
--------------------------------
l00ls
09-23-2012, 01:29 PM
Thanks =D
xYumz
09-23-2012, 07:26 PM
This is awesome script.. I tweaked the script a bit and here is my proggy:
---------- Warrior's -----------
------ Blackjack Basher -------
Total Time: 2 Hours, 16 Minutes and 5 Seconds
Exp Earned: 208390
Exp Per Hour: 91891
Exp Till Next Lvl: 75997
Time Till Next Lvl: 0 Hours and 49 Minutes
--------------------------------
---------- Warrior's -----------
------ Blackjack Basher -------
Total Time: 26 Minutes and 7 Seconds
Exp Earned: 46726
Exp Per Hour: 107416
Exp Till Next Lvl: 182748
Time Till Next Lvl: 1 Hours and 42 Minutes
--------------------------------
Very nice, could you share your modified copy? It looks to be pretty good
sk8_tolivv
10-30-2012, 07:21 PM
Very nice script, I hate thieving...so much clicking but this takes care of it!
Getting a pretty consistant 95-100k exp/hr @ lvls 71-77 so far.
Tried using it on DXP but the delayed ticks messed it up pretty bad, got worse exp than I get now.
Only problem I've had it sometimes it gives me the error 'location not found' and logs me out. It will happen every 5-10mins, 2 or 3 times then work fine for 2hrs.
cdodson
12-13-2012, 05:08 AM
---------- Warrior's -----------
------ Blackjack Basher -------
Total Time: 4 Hours, 17 Minutes and 33 Seconds
Exp Earned: 534177
Exp Per Hour: 124452
Exp Till Next Lvl: 138257
Time Till Next Lvl: 1 Hours and 6 Minutes
--------------------------------
Exception in Script: Failed to create new thread, code:8
The following DTMs were not freed: [SRL - Lamp bitmap, 1]
The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Flag bitmap, SRL - NavBar Bitmap, 4, 5]
Very nice script, not sure why this happened, but still, over 4 hours is a great proggy.
Google
12-13-2012, 07:23 AM
Code 8 means Simba ran out of memory.
cdodson
12-14-2012, 07:34 AM
I finally got to a high enough level to move on to thugs with a pretty high success rate. After a bit though, i noticed the script was not eating as intended. I worked in a fix and it works fine now using your method to click on food. Change how it discovers low health and u should be golden. Im sure there are better ways to do this, but im very new to simba.
I did a simple EatAtHP = 4500; constant and then modified the rest to look like this:
procedure detectHealth();
var
colorstring : string;
CurrentHP,i,x,y:integer;
begin
CurrentHP := GetMMLevels('hp', colorstring);
wait(100);
if CurrentHP < EatAtHP then
Just a bit of advice for the next release :) thanks again mate, ill let you know when i reach my 99.
sk8_tolivv
12-16-2012, 05:36 PM
I finally got to a high enough level to move on to thugs with a pretty high success rate. After a bit though, i noticed the script was not eating as intended. I worked in a fix and it works fine now using your method to click on food. Change how it discovers low health and u should be golden. Im sure there are better ways to do this, but im very new to simba.
I did a simple EatAtHP = 4500; constant and then modified the rest to look like this:
procedure detectHealth();
var
colorstring : string;
CurrentHP,i,x,y:integer;
begin
CurrentHP := GetMMLevels('hp', colorstring);
wait(100);
if CurrentHP < EatAtHP then
Just a bit of advice for the next release :) thanks again mate, ill let you know when i reach my 99.
What kind of exp/hr are you managing at thugs?
Thinking about trying them if its decent.
Holograph
12-21-2012, 08:01 PM
I'm getting 150k exp/hr doing this and I'm only level 81! Amazing script!
EDIT:
It's not showing how much exp I earn though? I had to work out how much I'm earning by tracking it for 10 minutes and then multiplying by six. All it's showing in Simba is this:
---------- Warrior's -----------
------ Blackjack Basher -------
Total Time: 12 Minutes and 23 Seconds
Exp Earned: 0
Exp Per Hour: 0
Exp Till Next Lvl: 9680
Time Till Next Lvl: 9680 Hours and 0 Minutes
and in SMART it's only showing this?
http://puu.sh/1DEUO
The time changes but the Total Exp and Exp per Hour don't?
Am I doing something wrong?
chongc
12-30-2012, 10:22 AM
check your xp counter
ChrisKomp
01-08-2013, 06:12 AM
I'm running into this error when I start up the script. I haven't run into it before, nor could I find anything in the forums via searching.
Error: Exception: The Points you passed to DrawATPA exceed the bitmap's bounds at line 108
The following DTMs were not freed: [SRL - Lamp bitmap, 1]
The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Flag bitmap, SRL - NavBar Bitmap, SRL - Options Bitmap, 5, 6]
I've been trying to get into scripting myself, but haven't come across anything that would help me figure this out. Any help is appreciated.
Austin
01-08-2013, 10:40 PM
What kind of exp/hr are you managing at thugs?
Thinking about trying them if its decent.
I'm getting around 135k xp per hour and like 50k gp per hour @ low 90s thieving. It's probably best to do @ 95+ as you're supposed to get more xp an hour then because you fail a lot less.
Script is still flawless at pickpocketing trainer. 130k+xp/hr at lvl 70
I am having trouble to lure the victim
dragonking999
02-04-2013, 09:59 AM
Pickpocketing menaphite thug Do not eat food
Benson
02-06-2013, 05:08 AM
Hey!
I am having a lot of difficulty getting the script to start. I realize that the script is relatively old: from around July. But are there any edits I need to make in order to run the script? Any pointers, I keep getting a SMART PARAM error. :(
Austin
02-06-2013, 02:02 PM
Hey!
I am having a lot of difficulty getting the script to start. I realize that the script is relatively old: from around July. But are there any edits I need to make in order to run the script? Any pointers, I keep getting a SMART PARAM error. :(
Add an "8" after {Define SMART} at the top then try. If there's one there then remove it and try.
x[Warrior]x3500
02-06-2013, 03:27 PM
Hey!
I am having a lot of difficulty getting the script to start. I realize that the script is relatively old: from around July. But are there any edits I need to make in order to run the script? Any pointers, I keep getting a SMART PARAM error. :(
like Austin said. just convert it to smart 8 if it is easier. also remember that this script does become effected by lag, so smart_speedfix can be your friend if u run into errors. i tested this out the other day for a good 6hrs and it worked flawlessly for me still (even though im already 99 XD).
Pickpocketing menaphite thug Do not eat food
menaphite thugs has always been, and probably will remain a "currently in development" part of the script (like i stated in the OP). expect it to have many errors, i really dont have a desire to create a good script for that.
I am having trouble to lure the victim
Well now you can mean 2 things. 1: you dont know how to lure the victim to the spot; I would suggest lookin at a video guide online. 2: the script itself is having issues with luring and clicking the person while already in the spot; try out smart_speedfix first.
Benson
02-07-2013, 12:14 AM
Wow, I'm silly. I've encountered that problem before nad forgot that it was a smart version problem. Thanks guys. Also, warrior, What is smart_speedfix?
x3500;1168751']Well now you can mean 2 things. 1: you dont know how to lure the victim to the spot; I would suggest lookin at a video guide online. 2: the script itself is having issues with luring and clicking the person while already in the spot; try out smart_speedfix first.
Thanks!
Benson
02-09-2013, 01:14 AM
Hey Warrior,
I'm having problems and I know I have to use smart speedfix to fix them... But I cannot find a single thing about this. I've searched the forums, and google and your thread is the only result. Any hints or tips?
x[Warrior]x3500
02-09-2013, 01:49 AM
Hey Warrior,
I'm having problems and I know I have to use smart speedfix to fix them... But I cannot find a single thing about this. I've searched the forums, and google and your thread is the only result. Any hints or tips?
well smart speed fix doesnt really change any of the coding, so it wont really fix much. but 99% of all the issues i have ever had with people have been due to lag on their side. all thieving guild blackjacking scripts here have always had more issues when it comes to lag. so, smart speedfix helps reduce lag, thus fixing many peoples issues.
all you have to do for the smart speed fix thing is to do:
Smart_FixSpeed:= True;
directly before
setupsrl; (near the bottom of the script) (u can just ctrl+f that)
i hope this fixes the issues
Benson
02-11-2013, 06:34 PM
Hey,
I set up smart fix speed like you instructed and it still seems to lag right after clicking lure. This causes the first click of the chat dialog to happen while the client is lagging and the second click to hit the first dialog prompt. Leaving the trainer uphittable and thus un pickpocketable.
EDIT:
Hey!
So I decided to look into the script and try and figure some things out on my own. I found the script setup at the bottom and put a wait command before the detectnext commands. Tailored it to the lag delay I was having and it seems to be working great, I will update in a bit!
Austin
03-16-2013, 05:58 PM
Just a recent proggy:
---------- Warrior's -----------
------ Blackjack Basher v1.7 -------
Total Time: 5 Hours, 10 Minutes and 10 Seconds
Exp Earned: 819037
Exp Per Hour: 158523
Exp Till Next Lvl: -----
Time Till Next Lvl: -----
--------------------------------
At the thieving guild. Working great like always :)
x[Warrior]x3500
03-16-2013, 06:10 PM
Just a recent proggy:
At the thieving guild. Working great like always :)
good to hear :)
0blivian
03-20-2013, 03:15 AM
fOR some reason it's not tracking my xp per hour or anything just a blank proggy
---------- Warrior's -----------
------ Blackjack Basher -------
Total Time: 2 Hours, 8 Minutes and 56 Seconds
Exp Earned: 0
Exp Per Hour: 0
Exp Till Next Lvl: 61023
Time Till Next Lvl: 61023 Hours and 0 Minutes
x[Warrior]x3500
03-20-2013, 03:33 AM
if your top exp counter set to total or theiving?
sillentsio
03-21-2013, 09:33 AM
Does this script works on 2007 server?
kyleinkman
03-21-2013, 11:53 AM
Does this script works on 2007 server?
no its an eoc script
Kosogevaar
03-21-2013, 10:41 PM
Why doesnt it work with java 7? looks like a neet script I really would like to use ;P
x[Warrior]x3500
03-21-2013, 10:44 PM
Why doesnt it work with java 7? looks like a neet script I really would like to use ;P
it does, but simba scripts were having issues with java 7 at the time i originally created this script. my latest tests of 5+ hrs have been all on java 7
edit: this script is a year and 2 days old :)
Kosogevaar
03-21-2013, 10:47 PM
x3500;1200298']it does, but simba scripts were having issues with java 7 at the time i originally created this script. my latest tests of 5+ hrs have been all on java 7
edit: this script is a year and 2 days old :)
Oo oke, imma try this one soon then, will post a proggie soon.
The Mayor
03-26-2013, 08:56 AM
Just gave it a test at the guild. Worked well until I reset my router :)
---------- Warrior's -----------
------ Blackjack Basher -------
Total Time: 3 Hours, 38 Minutes and 13 Seconds
Exp Earned: 527801
Exp Per Hour: 145133
Exp Till Next Lvl: 1071527
Time Till Next Lvl: 7 Hours and 22 Minutes
--------------------------------
Proxor
03-26-2013, 01:27 PM
Works great, but usually fails to find the advanced pickpocketing trainer after 5 hours.
Does the NPC respawn outside the room after x amount of time?
Im New Sry
03-26-2013, 01:43 PM
Works great, but usually fails to find the advanced pickpocketing trainer after 5 hours.
Does the NPC respawn outside the room after x amount of time?
No, it more likely respawns outside the room when it's not talked to or used for ~3 minutes I think.
The Mayor
04-02-2013, 08:45 PM
Working well.
---------- Warrior's -----------
------ Blackjack Basher -------
Total Time: 4 Hours, 22 Minutes and 1 Seconds
Exp Earned: 596202
Exp Per Hour: 136526
Exp Till Next Lvl: 387336
Time Till Next Lvl: 2 Hours and 50 Minutes
--------------------------------
---------- Warrior's -----------
------ Blackjack Basher -------
Total Time: 5 Hours, 30 Minutes and 11 Seconds
Exp Earned: 769081
Exp Per Hour: -77041
Exp Till Next Lvl: 136562
Time Till Next Lvl: -1 Hours and -46 Minutes
--------------------------------
E:
---------- Warrior's -----------
------ Blackjack Basher -------
Total Time: 6 Hours, 36 Seconds
Exp Earned: 871357
Exp Per Hour: -53575
Exp Till Next Lvl: 435771
Time Till Next Lvl: -8 Hours and -8 Minutes
--------------------------------
Im New Sry
04-19-2013, 04:24 PM
http://img708.imageshack.us/img708/112/tyving.png
Thanks :)
Austin
04-29-2013, 12:14 PM
Got 99 with this script. Thanks a lot!
ChrisKomp
05-05-2013, 01:26 PM
Excellent script! Been running for about 7 hours now with no problems, will post a proggy when I get back to my computer.
I figured out the issue that I was having before, I ended up having to comment out the SmartDraw stuff. Still new at this whole scripting thing, so it took me a while to figure it out. :duh:
Raiden702
05-09-2013, 10:04 PM
I got 99 with this script also. Sadly I got no screen shot :(.
Thanks Warrior!
sd999444
05-12-2013, 04:46 PM
looks nice
x[Warrior]x3500
05-12-2013, 04:57 PM
congrats guys! and im glad its working well :)
Herosoul
05-14-2013, 10:31 PM
Works nicely from what I've tested of it so far. I had it run for about 4 hours and it seems to have a memory leak though.
http://i.imgur.com/zQhiwWG.jpg
I'll continue to monitor it and see if it continues.
EDIT: http://i.imgur.com/p5e5AS4.jpg
This is after approximately 9 hours total.
Aph0tix
05-19-2013, 01:50 AM
Works fine with Java 7...
the retard
05-22-2013, 03:27 PM
hi, it keeps teling me this: Unable to find file 'SRL/SRL/Misc/SmartGraphics.Simba' how do i fix this error? thanks.
Ceris3
05-27-2013, 10:16 PM
---------- Warrior's -----------
------ Blackjack Basher -------
Total Time: 58 Minutes and 27 Seconds
Exp Earned: 62225
Exp Per Hour: 63893
Exp Till Next Lvl: 17076
Time Till Next Lvl: 0 Hours and 16 Minutes
--------------------------------
awesome script man, awesome
karatekid
06-02-2013, 03:22 AM
Hi, I keep getting the same error as user ChrisKomp on the previous page.
"Error: Exception: The Points you passed to DrawATPA exceed the bitmap's bounds at line 110
The following DTMs were not freed: [SRL - Lamp bitmap, 1]
The following bitmaps were not freed: [SRL - Mod bitmap, SRL - Admin bitmap, SRL - Flag bitmap, SRL - NavBar Bitmap, SRL - Options Bitmap, 5, 6]"
I've skimmed through every page and tried searching the forum with no luck. Is there anyway someone could help me solve this or at least point me in the right direction?
Livid_Evil
06-06-2013, 01:37 AM
Be careful guys as awesome as this script is blackjacking is being watched and I just got banned using this script. I would be careful and not use it for a couple days. And yes I was only using simba, This script, and not no I'm not retarded and I don't download any bullshit or go on phishing websites..
sunjoxkorea
06-07-2013, 02:55 PM
yeah what livid said, also got banned :c
Kevin
06-07-2013, 03:18 PM
Be careful guys as awesome as this script is blackjacking is being watched and I just got banned using this script. I would be careful and not use it for a couple days. And yes I was only using simba, This script, and not no I'm not retarded and I don't download any bullshit or go on phishing websites..
yeah what livid said, also got banned :c
Yeah, they've been throwing manual bans on thieving xp farms lately :(
Livid_Evil
06-08-2013, 04:30 AM
It really sucks cause this is really fast exp and the script is flawless. Jagex doesn't like that..
went2thedrkside
06-29-2013, 01:01 PM
can someone post a screenshot of where to go?... i thought this was for bandit bashing, silly me :p
Peanuts
06-29-2013, 03:16 PM
can someone post a screenshot of where to go?... i thought this was for bandit bashing, silly me :p
Read this: http://runescape.wikia.com/wiki/Menaphite_Thug
went2thedrkside
06-29-2013, 05:57 PM
Read this: http://runescape.wikia.com/wiki/Menaphite_Thug
yes i read this already, i went there and started scrip but it just logs my account out
night fox6928
07-14-2013, 03:13 PM
Maybe it needs some anti-ban in it? I am using java 7 (was hoping it would work, yes i saw you say to use j6), and after the first pickpocket it moves between 2 spots and clicks my character over and over, is this because of the j7? gonna go get j6 now.
edit: does the same thing with j6.
Wu-Tang Clan
07-21-2013, 09:45 PM
I'm doing the trainer and it works for about 12 minutes and quits.
Powered by vBulletin® Version 4.2.1 Copyright © 2024 vBulletin Solutions, Inc. All rights reserved.