Jump to content

John Wick

Members
  • Posts

    117
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by John Wick

  1. For the last few months i've been using bot starting thursday and only taking ban on monday... yesterday i tried it again and got a ban like happen in monday, tuesday and wednesday. Anyone is getting these bans too or not ?
  2. Runescape will only die when jagex cant take any profit from it (rumors that next step will be come back with runescape classic, to gain more years )... else like a lot of games, can have only 1000 players playing, if jagex can take profit with it... wont die. But profit for runescape botters... idk, the most that will happen will oldschool runescape be like rs3, with few players and gold rate at $0,14. Have anyone profiting with rs3 ?
  3. You can create the account in one ip and made tutorial in other without problem... Your account got locked because you logged in using one ip (probably to do tutorial) and changed this ip later to log in again fast (or not in some cases). Is my OSBot using my default IP instead of the way I configured it to launch? - Could be if you configured wrong... or you Other things like accounts stoled, ip flagged, shit proxy, i never saw.... Allways when it happen is because i changed the ip, have no other reason. Usually is Proxy > Default ip or Default ip > Proxy. Also never saw any of my accounts locked when i changed one Proxy to other proxy... The account is already flagged ? - No, it was just an automatic system that detects ip changes.
  4. John Wick

    OSRS

    Spider Solitaire at god mod
  5. Nah, still dont know how to lock this shit... but i wrote this in one onLoop method and allways before player click to walk this code set the camera to the right position. getCamera().movePitch(); getCamera().moveYaw(); Problem solved.
  6. Got cannot resolve the symbol 'setCamera'
  7. Hello guys, how can i lock the camera rotation in onStart ? I using minimap to walk and sometimes when camera automatic rotate, the position to walk in minimap hide.
  8. Yeah its work when the script is simple but this states with coins was just an random example... the script that i using switch states have 490 lines, i cant put all if statements in onLoop. ill try rewrite this removing the states, and call private void() throws InterruptedException {} in onLoop.. but i think will keep not stop the verifications until the methods done.
  9. - I using this code to activate actions in onLoop, my question is what i need put in the last return state (red color)... I understood that using for example: if (inventory.contains("Coins") return State.Buy; The case Buy will be called and the player will buy something, but the last return state (red color) have no if statement to activate it and im confused at what to put here. private getStateif return return ; return State.?? My other question is: When this private State getState() {} call one case how can i stop the verification until the case completes the actions inside it, because for example: in private State getState have the statement: if (!inventory.contains("Coins") return State.Go_Bank_Withdraw_Coins; And in onLoop have the code: switch (getState()) { case Go_Bank_Withdraw_Coins: if (!BankArea.contains(myPlayer)){ walking.Webwalk(BankArea)} break; } The verification in private State getState will not stop until the case complete, contrariwise will keep calling the case.
  10. Nah, already got how to do.. can close it
  11. Hi, have any way to call a public void in onLoop, and this void import other java class ? ex: public int onLoop() throws InterruptedException { if (ThisArea.contains(myPlayer()) && inventory.isEmpty()) { Start(); } {...} public void Start() throws InterruptedException { }
  12. Dont need ask it ... in your heart you know that will get ban
  13. In dispute topics some people with more than 100 fb scam others... things like post count or 10, 20 fb dosent means much.
  14. Update 25/07 Main account unlocked
  15. I allways use AREA.contains(myPlayer()) never saw script.myplayer Try contains(myPlayer()) only
  16. Idk too much about open the client in .bat because actually i dont need it, but i did it here: java -jar osbot.jar -login name:password -world 383 -bot email:password:pin -mem 1024 -script scriptname:0 --allow norandoms, lowcpu Will start, login the bot in osbot menu and load the script but in my notebook the cpu usage go to 58% and dosent quickly login the bot in osrs name/password field. I not waited 5 min to see if will work or not but test it in your computer to see. Edit: Was my fault i erased the lowcpu... using " :0 " after scriptname will work Edit2: "-script scriptName:KalaIsNoobFarmer " kkkkk yeah will work too
  17. I didnt understood very well what you doing but if you just trying to export the scripts to osbot folder: File > Project Structure > Modules > Path > click "use module compile output path" > type in output path: "C:\Users\Your user name\OSBot\Scripts" and test output path: "C:\Users\Your user name\OSBot\Scripts and click Aplly. To export the script just Right-click in any place of source and click Recompile or press Ctrl+Shift+F9 In my structure configurations have nothing in Artifacts.
×
×
  • Create New...