-
Posts
298 -
Joined
-
Last visited
-
Days Won
20
Hosfad last won the day on March 1
Hosfad had the most liked content!
About Hosfad



Recent Profile Visitors
3793 profile views
Hosfad's Achievements
-
nocheatingcsg reacted to a post in a topic: Add this feature along side Breaks for added anti-ban with little effort
-
Welcome back sir! Looking forward to more quality scripts! Thanks again!
-
Hosfad reacted to a post in a topic: Unban appeal
-
GingerBread left Positive feedback for Hosfad
-
King Midas reacted to a post in a topic: Script paint up to date examples
-
andikuci123 left Negative feedback for Hosfad
-
Dreambot in Docker / Dreambot in Browser - Easiest Dreambot setup
Hosfad replied to nocheatingcsg's topic in Tutorials
Nice -
Hosfad reacted to a post in a topic: Dreambot in Docker / Dreambot in Browser - Easiest Dreambot setup
-
Hello , You will need to take the Scripter+ test which is a test in java and the dreambot API ,and you can only apply for this test after uploading a free script to the SDN for at least 2 weeks . if you pass the Scripter+ test then you can upload premium scripts
-
Hashtag reacted to a post in a topic: how to use Droppattern
-
Can confirm that it works with Inventory.dropAllExcept() now
-
Hosfad started following Zodiac Account manager
-
Saurak reacted to a post in a topic: Can I Open More Than 2 Clients When VIP?
-
Hello there , yes you can open as much clients as your CPU can handle if you have VIP
-
brave reacted to a post in a topic: Zodiac Account manager
-
Thank you , enjoy!!
-
MichaelB1 reacted to a post in a topic: Zodiac Account manager
-
Thank you boys , im glad you like it 🙂
-
Zodiac Account Manager Features : - Bulk account import - Bulk proxy import - Bulk account launcher - Proxyfier - Script scheduling - Account management and monitoring
-
The time period in which the pyramids were being built or something like that
-
You should report this to the Script developer , im sure Zawy will fix if he is aware of the bug
-
Congrats for first script, Welcome to Dreambot 🙂
-
EnergyBlood started following Hosfad
-
Hosfad reacted to a post in a topic: DreamBot v3.10.9
-
Hello there @PapaH You would want to check if the crab is not in combat in the npc predicate , i also noticed that you are using == for a String , That doesnt work in java , you need to use .equals for Strings in java . Your predicate should look something like NPC SandCrab = NPCs.closest(crab -> crab != null && crab.getName().equals("Sand Crab") && !crab.isInCombat() && attackSpot.contains(crab));