Jump to content

Reflexd

Members
  • Posts

    29
  • Joined

  • Last visited

  • Feedback

    0%

Profile Information

  • Gender
    Male

Reflexd's Achievements

Bronze Poster

Bronze Poster (2/10)

6

Reputation

  1. You're probably being watched more closely now, so yeah as Zikama said if you want to loose your main, carry on botting.
  2. Reflexd

    Stealth Quester

    Damn, good job on this looks amazing.
  3. You can chuck getRandomPosition onto the end of your area like this: getWalking().webWalk(yourArea.getRandomPosition()) It will randomize the position it ends up in, but it still spam clicks the last tile.
  4. Thanks, I'll certainly look at that.
  5. Damn, it works. Thanks a bunch, you're beautiful.
  6. Grats, now never post again
  7. I'm trying to call a function in the main class from another class called CookFood, but it doesn't want to work. Everything inside the CookFood class works fine, like getting the food name and the actual cooking. CookFood: package reflexd; import org.osbot.rs07.api.model.Entity; import org.osbot.rs07.api.ui.RS2Widget; import org.osbot.rs07.script.Script; import org.osbot.rs07.script.MethodProvider; import reflexd.Main; public class CookFood { private Main main = new Main(); private String foodName = main.getFoodName(); // works public CookFood(Script s) throws InterruptedException { main.changeStatus("Moving camera"); // doesn't work } } The function in Main that I'm trying to access: public void changeStatus(String status) { scriptStatus = status; } How I'm initializing CookFood: case COOK: new CookFood(this); break; It doesn't spit out any errors or anything at all in the logger, don't really know what to do. Any help is greatly appreciated.
  8. Holy shit, I've seen all the Harry Potters like 3 or 4 times, always wanted to see a new one.
  9. I never touch the toilet seat, ever. I stand up when I wipe and I also hover above the seat when I shit too... Speaking of shit, I need one now.
  10. Can't wait to win the competition in exchange for a ban. jk im too much of a pussy to bot more than 2 hours
×
×
  • Create New...