Jump to content

vacalao

Members
  • Posts

    186
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by vacalao

  1. Hey guys how are you? as everyone knows I'm a bit new to the community osbot, I had concentrated more on learning the blast furnace and had no time to safely bot .. now I come to offer my knowledge of blast furnace The service we come to offer is the blast furnace, we are a privileged group of blast furnace .. can do run the machine for 5-6 hours with perfection! We would work every day of the week (except weekends)! our idea is to find people who want to use our service. will be only a world for runners who will get bots in, will be a more bit secure than other worlds (that no mean you dont will be banned) you can meet as a group and we can offer better prices We can give you 1 hour trial, so you can check the speed and if u want run with us! (we are a team of 3 guys atm, if we got good demands will train more ppl) (any moderator from osbot can check our contract if u want and will make u feel more better) My Workers are, J4go Ganon_11111 And i will work by myself too: Vacalao T.O.S 1. If you pay for the service, cant announce the world to any friend, if you are caught leaking the world will be suspended from the service with no refund. 2. You can ask for refund if you dont like the speed, we have no problem with that.. I know we will provide perfect speed. 3. the consumer has to provide a list of bots that will run the service. this list is totally private and will be handled only by me, this is to prevent us from a world leached. our duty is to keep the world safe for everyone (consumers and workers) we follow this T.O.S too. OSBot Global Terms of Service 1. You may not log into the account during a service unless you have permission from the owner of the service, doing so will result in the termination of the service with NO Refund. 2. You MUST NOT change the details of the account until the service has been completed, doing so will result in a void service with NO Refund. 3. If there are any items required for the service, it is between you and the service owner to come to an agreement on who covers them 4. You MUST change your password after the service is completed 5. If you have any substantial wealth on the account, it is your responsibility to protect it (Either Bank Pin/Transfer Trade) 6. Once the service is complete you must leave Feedback for the relevant parties involved 7. You MUST Post on the service thread to acknowledge their individual T.O.S and start the service 8. If the Service is requested to be done legit, any T.O.S related to bans/mutes become obsolete (Unless evidence can be provided of prior botting)
  2. 2.3.117 now i donwload the 119 OSbot, and running the 119 i can see you teaThiever but no my script, i am doing any barely wrong? tired cant do any, i just will buy scripts, cant make
  3. no, i got one sdn script, the frost miner.. but dont have any other local script, i already do that like 10 times, redownload eclipse, redownload osbot, and eliminate all carpets, and nothing, i cant see my local script
  4. Man, hey! i got a problem i use this : import org.osbot.rs07.api.model.Entity; import org.osbot.rs07.script.Script; import org.osbot.rs07.script.ScriptManifest; import java.awt.*; @ScriptManifest(author = "Vacalao", info = "My first mining script", name = "MiningBankVarrock", version = 1.0, logo = "") public class Main extends Script { private static final int rock_id = 14864; private static final int ore_id = 438; @Override public void onStart() { log("lets try"); } @Override public int onLoop() throws InterruptedException { if(!myPlayer().isAnimating()){ if(inventory.isFull()){ inventory.dropAll(ore_id); } Entity rocks = objects.closest(rock_id); if(rocks != null){ rocks.interact("Mine Rock"); sleep(random(25, 30)); } } return random(200, 300); } @Override public void onExit() { log("Thanks for test my script"); } @Override public void onPaint(Graphics2D g) { } } Obviously i will put the iron value on the ores.. but when i compile all see good, but when i try run in my osbot the script no appear on local scripts, why?
  5. thanks i will start with mining, how i can get the ID of iron? i think i start with mine ore, i will make a test and post it for u can see, or i can send in a message?
  6. so i need be premium and buy mirror for can goldfarm? i can be detected in injected?
  7. Hey man, i use u guide, i want to learn a little more, i want do a script to mining, the Southeast mine of varrock, i want a script what can mine iron and save it on the bank at come back to the mine, can u helpme to script one like this?
×
×
  • Create New...