Everything posted by Alek
-
Banned for hand registering/tutorial/training an account - u wot
Ask on their forums then
-
APA Sand Crabs
I said that I don't respond to SDN issues from people who don't have anything on the SDN. If there is an issue have the Scripter contact me.
-
Post your PC Setup
Literally posted every time
-
osbot update
Sorry we will not be supporting the NXT RS3 Client.
-
REMOVAL OF "no postcount in Spam Section" RULE
Yeah, people come to OSBot to look at user time online - not to bot, script, or farm.
-
REMOVAL OF "no postcount in Spam Section" RULE
2015 join date no pls
-
REMOVAL OF "no postcount in Spam Section" RULE
Similar from IPB3 to IPB4. If our forums got hacked because of our outdated security on IPB3, I'm sure everyone would cuddle around and say "thankfully our layout looks exactly the same". Sounds ridiculous doesn't it? That's why we sometimes make the educated decision and press forward. Something like this is just meh. Also this is a Maldesto question not a Zach question. Maldesto can change whether or not Spam section gets post count, Zach probably doesn't care in the slightest.
-
REMOVAL OF "no postcount in Spam Section" RULE
We should hide post count, time online, and join date keeping it only in the user's profile. Also I think only a handful of Ex-Staff should get the VIP perk. Like if my precious Dex ever left he should be awarded VIP, the guy has been with us for so long.
-
Why the internet exists
The internet exists to play great game Runescape. The objective of game is to make gold transaction. I know of great website which helps you win make many gold. It is fine, very fine line, but also good product! Website has fun activity like games and bot. Check it out!
-
Script causing massive lag
That's the thread sleep. Also you have no states and you're making really intensive calls every cycle. In your script when you're chopping trees, you don't sleep until your player is done chopping. Instead you are continuously calling this: if(TREE_WILLOW_DRAYNOR.contains(myPosition())) { Entity tree = getObjects().closest("Willow"); if(tree != null) { if(tree.isVisible()) { if(!myPlayer().isAnimating() && !myPlayer().isMoving()) { tree.interact("Chop down"); sleep(random(800, 1600)); ... iterating over all the loaded objects every 800-1600ms (if your player is animating or moving then 0ms).
-
Know this error code?
I'll make a new release soon, it might help. Edit: Released
-
Grand Exchange Stringer
Anti-pattern implies that the logic of your script changes. Anti-ban implies you're executing some "random" code. Anti-Ban: -moveMouseRandomly() -Move camera randomly -Check stats Anti-Pattern (let's say woodcutting script): -Cuts down 100 oak logs, then changes the task to say planking. -Picks up bird's nest, goes to bank, crushes the bird's nest. After 10 bird's nests, goes to Grand Exchange to sell them, then teleports back. See the difference?
-
Grand Exchange Stringer
If you call it anti-pattern and I go through and see 2001 anti-ban methods I'm going to personally delete you from these forums
-
Online Game Project
06 Feb 17: I finished a pretty big hurdle which was doors, opening a huge can of worms. First I had to have the map loader save and load multiple regions, update the editor, create game objects with inheritance, update player saves, write destination checks, and link the regions together. Now the world can be infinitely huge and immersive. Next up is menus and skills.
-
Need help? Bot initialization error
That issue was fixed months ago, also he mentioned initialization error which should be a different issue. Please disable your proxy if you have one set, then see if you can load in correctly.
-
back date the postcount removal
Post count should be hidden, time online should be hidden, join date should only be found in a user's profile, and scripter's shouldn't get forced likes for trial threads.
- Drugs
-
[Stable] OSBot 2.4.109-110 Draynor Mansion Trees + Debug
Changelog: -Added spell check for random dismissal (reported by @Polymorphism) -Added Local/Grid positions to hover debug on tiles -Blacklisted Draynor Mansion trees that attack you from the web walker --Should avoid this area or walk really close along the mansion's east fence Thanks!
-
Online Game Project
01 Feb 17 Update - Read the OP. Decided I'm going to take a little more time before I have the server go live. Figured it wouldn't be too much fun walking around the same room doing nothing. I added multiple regions to explore. After doors and basic interactions are finished I can begin working on some actual game content like skills and battle system.
-
Why do you bot?
You would need to sell ~ 24B/year to pay bills, unless it's only some utility bills. Much easier to get a job imo.
-
Splashing Ban Rate
its 47% with antiban Edit: @ OP If you couldn't already tell, asking for a ban rate is like asking the exact date on when the world is going to explode. There are correlations, but nobody has hard causative proof.
-
11 New Scripts!
AIO Draynor Lumberjack by @Hayase Juggles AIO Fisher by @Juggles Goldilocks by @Neo OmniPocket by @Bobrocket Naaiz's Tanner by @naaiz wwwat's AnyChopper AIO by @wwwat Frozen Miner by @Prozen DuKebabBuyer by @DrDu Perfect Pest Control by @Czar Simple Runecrafter by @Bamboozled HPlanker by @House Check them out and welcome our new Scripter I group.
- WebWalking doesn't work?
- alek the god
-
Recent forum changelog
Spoke too soon, need to wait for Zach to fix a database issue.