Jacksonpm23 Posted August 10, 2017 Share Posted August 10, 2017 10-50 FM in an hour and change for Wintertodt Thanks. Hopefully no ban incoming xD 1 Quote Link to comment Share on other sites More sharing options...
ShaunBr Posted August 18, 2017 Share Posted August 18, 2017 not working for me Quote Link to comment Share on other sites More sharing options...
GPSwap Posted August 18, 2017 Author Share Posted August 18, 2017 13 minutes ago, ShaunBr said: not working for me thats not very helpfull for me to fix, whats not working? mirror or normal? what does the log say? what log type? Quote Link to comment Share on other sites More sharing options...
GPSwap Posted September 3, 2017 Author Share Posted September 3, 2017 Re-written and download link updated let me know what you think if you try it Quote Link to comment Share on other sites More sharing options...
Idfix Posted September 30, 2017 Share Posted September 30, 2017 Got me 16-50 fm in one go, thanks a lot! 1 Quote Link to comment Share on other sites More sharing options...
LumbridgeFarms Posted October 1, 2017 Share Posted October 1, 2017 Not bad script! Quote Link to comment Share on other sites More sharing options...
luckyluuk23 Posted October 1, 2017 Share Posted October 1, 2017 (edited) Thanks alot. Will try it out right now! EDIT: Script seems to be nice! Edited October 1, 2017 by luckyluuk23 Quote Link to comment Share on other sites More sharing options...
mint1212 Posted October 5, 2017 Share Posted October 5, 2017 trying this out right now Quote Link to comment Share on other sites More sharing options...
iroll Posted October 12, 2017 Share Posted October 12, 2017 how does this run? Quote Link to comment Share on other sites More sharing options...
TTScripts Posted October 12, 2017 Share Posted October 12, 2017 (edited) Grats on release bro. A few tips: Set a font and color for the paint using g.setFont(new Font("[NAME OF FONT]", Font.PLAIN, [FONT SIZE]); g.setColor(Color.WHITE); if you use Eclipse it will give you the import options. An efficient way to get paint to hide is using a clickable rectangle. Here's a method below: (Place it in your onStart void) this.bot.addMouseListener(new BotMouseListener() { public void mouseClicked(java.awt.event.MouseEvent e) { Point point = e.getPoint(); Rectangle hideButton = new Rectangle(452,326,62,11); if (hideButton.contains(point)) { showPaint = !showPaint; } } @Override public void mousePressed(java.awt.event.MouseEvent e) { // TODO Auto-generated method stub } @Override public void mouseReleased(java.awt.event.MouseEvent e) { // TODO Auto-generated method stub } @Override public void mouseEntered(java.awt.event.MouseEvent e) { // TODO Auto-generated method stub } @Override public void mouseExited(java.awt.event.MouseEvent e) { // TODO Auto-generated method stub } @Override public boolean blockInput(Point arg0) { // TODO Auto-generated method stub return false; } }); } Make sure you change the rectangle to your coordinates and add something like if (!showPaint) { g.drawString("[Show Paint]", 457, 332); return; } to your paint method. Edited October 12, 2017 by TTScripts Quote Link to comment Share on other sites More sharing options...
GPSwap Posted October 12, 2017 Author Share Posted October 12, 2017 1 hour ago, iroll said: how does this run? start acc in vwest bank and select the log type on the gui 36 minutes ago, TTScripts said: Grats on release bro. A few tips: Set a font and color for the paint using g.setFont(new Font("[NAME OF FONT]", Font.PLAIN, [FONT SIZE]); g.setColor(Color.WHITE); if you use Eclipse it will give you the import options. An efficient way to get paint to hide is using a clickable rectangle. Here's a method below: (Place it in your onStart void) this.bot.addMouseListener(new BotMouseListener() { public void mouseClicked(java.awt.event.MouseEvent e) { Point point = e.getPoint(); Rectangle hideButton = new Rectangle(452,326,62,11); if (hideButton.contains(point)) { showPaint = !showPaint; } } @Override public void mousePressed(java.awt.event.MouseEvent e) { // TODO Auto-generated method stub } @Override public void mouseReleased(java.awt.event.MouseEvent e) { // TODO Auto-generated method stub } @Override public void mouseEntered(java.awt.event.MouseEvent e) { // TODO Auto-generated method stub } @Override public void mouseExited(java.awt.event.MouseEvent e) { // TODO Auto-generated method stub } @Override public boolean blockInput(Point arg0) { // TODO Auto-generated method stub return false; } }); } Make sure you change the rectangle to your coordinates and add something like if (!showPaint) { g.drawString("[Show Paint]", 457, 332); return; } to your paint method. gz on release on a script out almost 3 months ago? XD font is already set, colour is set on my version but it was just a oversite on the uploaded version, and if I wanted to hide paint I would of added it Quote Link to comment Share on other sites More sharing options...
TTScripts Posted October 12, 2017 Share Posted October 12, 2017 26 minutes ago, GPSwap said: start acc in vwest bank and select the log type on the gui gz on release on a script out almost 3 months ago? XD font is already set, colour is set on my version but it was just a oversite on the uploaded version, and if I wanted to hide paint I would of added it I don't know why but you're coming off as very snide. I was only trying to be helpful because the post was commented on recently and I just saw the topic. I was only offering advice and a hide paint option is smart, You should really consider one for your scripts. Best of luck, friend. Quote Link to comment Share on other sites More sharing options...
iroll Posted October 13, 2017 Share Posted October 13, 2017 thank you will try and thank you for this script! life saver 1 Quote Link to comment Share on other sites More sharing options...
fonchox Posted October 22, 2017 Share Posted October 22, 2017 How much time per day can the script run without risking ban? Quote Link to comment Share on other sites More sharing options...
iroll Posted November 29, 2017 Share Posted November 29, 2017 does this work?? Quote Link to comment Share on other sites More sharing options...