botelias Posted March 16, 2020 Share Posted March 16, 2020 (edited) Noticed a lack of scripts that pleases Senpai, so decided to make a simple snippet for people to use. It will run to Dark Wizards, plead with Senpai, then repeat. Features a simple GUI. Please share proggies. Reqs: Low level, low HP, inventory full of high value items. Auto retaliate off. Anime inspired names is a huge + . MUST RUN FOR ATLEAST 3 HOURS PER DAY! package CoreKill; import java.awt.Color; import java.awt.Graphics2D; import org.osbot.rs07.script.Script; import org.osbot.rs07.script.ScriptManifest; import org.osbot.rs07.api.map.Area; @ScriptManifest(name = "Be Gentle", version = 1.0, info = "Please senpai, be gentle UwU", author = "botelias", logo = "") public class DarkWizards extends Script { int count = -1; Area area = new Area( new int[][]{ { 3233, 3369 }, { 3231, 3365 }, { 3227, 3364 }, { 3224, 3366 }, { 3223, 3369 }, { 3224, 3373 }, { 3228, 3375 }, { 3232, 3373 } } ); public void onPaint(Graphics2D g) { g.setColor(Color.GREEN); g.drawString("Roughed upp by senpai: " + count + " times", 20, 50); } @Override public int onLoop() throws InterruptedException { if(!area.contains(myPlayer())) { count = count + 1; keyboard.typeString("Ara ara"); sleep(1000); getWalking().webWalk(area); sleep(1000); }else { while(area.contains(myPlayer())) { if(random(1,3) == 1) { keyboard.typeString("Pls be gentle"); sleep(1000); }else { if(random(1,3) == 1) { keyboard.typeString("Not so rough senpai"); sleep(1000); }else { keyboard.typeString("Uwu Uwu"); sleep(1000); } } sleep(random(500,1000)); } } return 500; } } Senpai.jar Edited March 16, 2020 by botelias Quote Link to comment Share on other sites More sharing options...
JioMy Posted March 16, 2020 Share Posted March 16, 2020 Kekw Quote Link to comment Share on other sites More sharing options...
Charlotte Posted March 16, 2020 Share Posted March 16, 2020 Just made 10m using this script. Thanks! 1 Quote Link to comment Share on other sites More sharing options...
Rick Posted March 16, 2020 Share Posted March 16, 2020 Account died help plez thnx Quote Link to comment Share on other sites More sharing options...
Czar Posted March 16, 2020 Share Posted March 16, 2020 Just died on my lvl 101 HCIM, refund please. also be careful with that while condition btw Quote Link to comment Share on other sites More sharing options...
Naked Posted March 16, 2020 Share Posted March 16, 2020 Why Quote Link to comment Share on other sites More sharing options...
Gunman Posted March 16, 2020 Share Posted March 16, 2020 (edited) UwU Senpai yeeeeees Edited March 16, 2020 by Gunman 1 Quote Link to comment Share on other sites More sharing options...
Juggles Posted March 17, 2020 Share Posted March 17, 2020 Nice work. Definitely have potential to reach Czar one day Quote Link to comment Share on other sites More sharing options...
Rick Posted April 3, 2020 Share Posted April 3, 2020 plz fix script , i start then later i ams still alive thanks Quote Link to comment Share on other sites More sharing options...