Everything posted by Alek
-
AIO Farming
Correct - just as a reminder carefully go over the updated script rules.
-
Preventing RS Botting Bans V3
Yes, I said directly in the guide:
-
Git account request unanswered?
You have been very rude because you keep using my name and I don't process them. A more appropriate question would have been "how long does it take to process a git request".
-
Client crashing
The client will only display that error on a new bot startup, before any scripts are allowed to load, and only if SocketException is thrown.
-
The webwalker - supported locations
It's not a static web walker like the other bots, it loads all the map information and generates the routes dynamically. Some obstacles are automatically handled, others we write manual links for.
-
Entity Attributes change upon Resurgence?
Your understanding of Entity is not correct. An entity is not a representation, it's a reference to the generic object in game. This means when the entity is destroyed, so is the reference. When a new entity is created, so is a new reference. This is not so readily apparent because in Java everything is a value, and there is no way to represent a reference. Also an Entity is an interface between all the entities, ensure you arent object slicing if you are storing the object as an entity versus NPC, RS2Object, etc. I italicized some key words that you can Google if you need a further explanation.
-
OSBot 2.4.144
Changelog: -All home teleports are supported in Magic API -Reverted LUMBRIDGE_HOME_TELEPORT spell -ARCEUUS_HOME_TELEPORT pending change to HOME_TELEPORT -Added 3 new prayer spells to Prayer API Thanks to: @Chris and @Fruity
-
Boot params?
You should probably hide the ip since there are 11 year olds on this website. Also you didn't really give any information.
- Paint API
-
C# Sorting a list by amount of occurring letters in a string
They are both incredibly high level languages, not sure why it would make any difference. O(n) would be simplest, just putting the string to a char array then adding from each occurrence in the Dictionary (map?). I'm sure there is a BST way which is O(n log n).
- Woof
-
SLayer scripts?
You should still have access to the script. If you no longer have access please message me or Maldesto.
-
Can you actually turn a good profit botting?
All true statements, if you really need money you're better off getting a minimum wage job. If you know programming very well, then you can save on some costs. If you don't know any programming, you're very likely to lose out.
-
NullPointer in api.map.area.contains when starting script in CLI mode with norandoms?
Why are you using script and not bot?
-
Status: missing webwalking data
If you are using a 4k monitor, then don't.
- Moo
- Project's random.dat Remover Tool
-
OSBot 2.4.142
Changelog: -Improved bit logic behind Bank methods withdraw/swap modes -Removed index identifier from Spells -Updated Magic API, not reliant on static ids --Zach patched getSpellName() hook
-
Client Launch error
Not compatible with Java 9.
-
NullPointer on condition sleep
Is it spamming null pointer a lot? If so you have to stop the script instantly and scroll all the way up to the original stack trace, which is what I suspect is happening.
-
NullPointer on condition sleep
Please don't troll here, we have a SPAM section for troll posts. Not sure how that solves his problem. Conditional sleeping is working on other scripts, so it must be something wrong. @HunterRS Post the stack trace/error
- SafespotBot - Slightly adjusted version of Alek's Macro Killer
-
Tired of "trial pls" in premium script topics
Yes, I agree.
-
Robs' road to 1b farmed
Good luck on your road to $900.
-
Overriding break manager
Read above lol