Jump to content

znaation

Members
  • Posts

    9
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by znaation

  1. So i logged in today using the Mirror Client as soon as i logged in i was banned. is there something new detecting mirror?
  2. oh okay i get it thank you. and i apologize i didnt get what u were trying to say the first time.
  3. here is what i have so far. package Woodcutter; import java.awt.Graphics; import org.osbot.rs07.api.Inventory; import org.osbot.rs07.script.MethodProvider; import org.osbot.rs07.script.Script; import org.osbot.rs07.script.ScriptManifest; @ScriptManifest(author = "", info = "", logo = "", name = "Woodcutter", version = 0.1) public class Woodcutter extends Script{ public void onStart(){ } //Code to be Excecuted at the end public void onExit(){ } //Code to loop the Seconds public int onLoop(){ Inventory inven = client.getInventroy(); if(!inven.isFull()){ }else { } return 50; } //Paint public void onPaint(Graphics g){ } } but like i said the inventory needs to be defined in a form i think or it tells me to add a cast to it.
  4. the getInventory() part is still undefined
  5. hello im trying to make my first script just for WC so im making it to see if my inventory is full so it can go bank but it keeps telling me that "The method Inventroy() is undefined for the type Client" im not sure what i need to fix i have already imported inventory.
  6. no i know the risks just putting it out there. i think the only reason i got banned was when all the sudden Osbot.org and the client stopped working as if it went offline
  7. I got banned last night while i was using a Smithing Script. i did pay for this script $4.99 i though it was more Secure but i guess not. Is VIP/Mirror mode on the client more secure to use? or is just regular one the same?
×
×
  • Create New...