-
Posts
210 -
Joined
-
Last visited
-
Days Won
2 -
Feedback
100%
Posts posted by Ragnar Lothbrok
-
-
If you could post your prices instead of your discords please.
Also looking for someone to do it all rather than multiple services -
Need 77 - 94 mage
47 - 75 range
All on 42 def zerker. -
Small bug I have noticed is that if you pause the script with logout on completion enabled it will log you out and end the script.
-
1 minute ago, Simple79001 said:
Of course it's possible, its the same kind of principle with mules i'm guessing,
Slim chance of the ban hammer coming down on your main but there's definitely opportunity for it to happen
I accept there's always that level of risk and no one really knows.
More curious to hear how other people got on if they have tried this. i.e did they get a ban, how long did they do it for ban free ect?
Need to weigh up that risk/reward factory xD
-
Tempted to set-up 3 or 4 bots to run pure ess to my main for faster rc xp.
Curious if anyone has any experience with this, i.e is there any know bans on the account that was not botted for this?
I expect that my bots will will be ban - I'm just worried about getting chained on my main.
-
1 hour ago, oranges said:
as title states, looking to buy a zerk or a pure pref 60 atk
hmu with offers.
trusted only
Full quested def with b gloves.
Will let it go for 150m 07
-
Ragnar Lothbrok#7873 on discord
-
Would it be possible to take a snapshot of your current bank layout to save as a preset.
I find doing my bank myself more to my taste - however if I could then save this as a preset to load up at a future date to save myself redoing that would be sick
-
28 minutes ago, Muffins said:
@Ragnar Lothbrok can you please contact gearing regarding the account?
Resolved - it was so long ago I was under the impression I had purchased two accounts when I never. This account was never actually mine.
Apologies @gearing
Can close this.
-
I'd like to know the current status of this account, has it been recovered and now in use or even resold?
If the account can't be returned then I'd like the full 30m 07 refunded.
The account was leveled via nmz to around flat 70's but don't exactly have any proof of that.
-
Disputed member: @gearing
Thread Link:
No thread - sale was sorted via discord. However see my previous resolved dispute as it is the same account:Explanation:
Back from a long break and tried to log into an account previously supplied by gearing.
Password incorrect so try to recover - the following email is attached to the account now: b*********@g****.com
This email is inline with the email it was previously reset to in the last dispute and one he mentiond on discord:
Evidence: ^^
-
1 hour ago, Medusa said:
So I've got a Valorant Beta Account with NA region. Anyone who wants to buy it? Ok. Hmu then ty bye
I sold my EU account on El Dorado, might be worth listing it there bro
-
how much? fully quested defence an has b gloves
-
Could I have a trial bro?
-
On 4/4/2020 at 7:09 PM, Rob Owen said:
Anyway i can get hold of a default setup? I've not opened it yet but can already tell from screenshots ill be too lazy to build it all out
I'd also appreciate this - my lazy ass can't be bothered!
-
1
-
-
Would you be alright with me building a web app that uses's this for the community - I plan on releasing the source code so people can run it independently
-
Hi Guys,
I've been completely inactive in the rs world for some time now - glad to be back however!
How is every one doing? Is there anything new and exciting in the botting world or is everything as is when I left?
-
30 minutes ago, Durky said:
getInventory().interact(getInventory().getSlotForNameThatContains(Item1Name), "Use"); getInventory().interact(28, "Use"); // Slotid = 11 if (getInventory().contains(item1Name) && getInventory().contains(item2Name)) { getInventory().getItem(item1Name).interact("Use"); sleep(250); // slight delay to allow the script to select it, should be a conditional for "lagg" etc. getInventory().getItem(item2Name).interact("Use");
3 options above.
Now if you want to drag the item and switch it with something else you're going to need to use thecontinualClick(MouseDestination destination, org.osbot.rs07.utility.Condition condition)
Please perform checks on your methods:
if (getInventory().contains(ITEM1) && getInventory().contains(ITEM2)) { if (!getInventory().isItemSelected()) { // Select Item then sleep until an item is selected } else { // Use Items together then sleep until no item is selected } }
I just wrote this up so I haven't tested this or verified that the method names are correct but you should get the gist.
-
1
-
-
6 hours ago, martinc said:
Is this to be added to VIP or why was it removed?
Will be re-released in the new year
-
1
-
-
3 hours ago, john55 said:
Hey man,
Seems like it doesn't re-equip the goldsmith gauntlets when it withdraws the gold bars to gain the extra XP. Unless I'm missing something?
Great script otherwise, thanks!
It should re-equip the gloves before putting the ore on the belt. Are you getting any errors in the console?
-
8 minutes ago, ThatGamerBlue said:
Some of the spaces are \u00a0 instead of a space, try this:
p.getName().toLowerCase().replaceAll("\u00a0", " ").equals("other player")
Why would some names be like this and not others - doesn't make much sense but I'll give it a go thanks!
-
4 hours ago, Zach said:
What are you using this for? It looks like it's been disabled and we haven't hooked it for public use since March 2017. Though we probably should remove it.
I'm not using it - IDE pre-filled the method name for me to this by mistake! Just thought I'd let yous know though just incase.
-
getPlayers().filter(p -> p.getName().toLowerCase().equals("nospace"));
This works fine - the player if found if they're nearby.
getPlayers().filter(p -> p.getName().toLowerCase().equals("name with space"));
This seems to work randomly - some names work and others don't. Does anyone have any idea why that could be?
-
15 minutes ago, sorag13 said:
Yes, scripter would be best. But I dont know who is running on vps and who doesnt.
Feel free to add my discord or pm me if you've got any questions - happy to help where I can
How many IP flags till instant ban?
in Botting & Bans
Posted
Banning based on IP probably does more harm that good - most non business lines are dynamic ip meaning legitimate users could be effected.
Not to mention that it's so simple to change you're IP.