Jump to content

ospaul

Members
  • Posts

    73
  • Joined

  • Last visited

  • Feedback

    0%

Profile Information

  • Gender
    Male

Recent Profile Visitors

1261 profile views

ospaul's Achievements

Iron Poster

Iron Poster (3/10)

16

Reputation

  1. Looks awesome! sending PM!
  2. Haven’t been training slayer recently, as I have a few accounts now with the necessary slayer level to use the scripts I have written. I can test for you if you would like. As for rune dragons I haven’t tested yet as I was waiting for enclave portal support, or I was going to write my own script to handle my ds2 accounts edit: after reading first part of your post directed at another user, I’m pretty sure “low cpu mode” is broken on the client side, as well as the “disable rendering” setting, and is not on your end.
  3. Ive sent multiple logs on the teleporting, computer isn’t accessible to get logs for ahrims issue but it happens every time on every account
  4. It's been a few weeks and every one of my accounts fails to fix broken ahrims. gets caught in a loop depositing and wthdrawing for a long time. Also still teleing in the first few fights. Failing to recognize what rotation it is on
  5. I create my accounts on my phone internet tethered to my laptop, my proxy created accounts get fucc'd fast
  6. Ya just wave goodbye to any acc not botted on mirror mode lol
  7. ospaul

    Stealth NMZ

    I noticed that during the power surge powerup it clicks the orb kinda slowly and doesnt take full advantage of the spec with granite maul ornate
  8. His video released yesterday of a mobile zulrah botfarm was interesting. If these people are actually using a mobile botfarm did they fingure out a way to hook the client? At the moment the only mobile client I can find is color based and I doubt you could code a zulrah color bot
  9. Off and on since like 2010-ish lol edit: just caught a temp on one of my zulrah accounts. All others are fine. 1k kc @ zulrah
  10. lol yer fucked bud. What I do is I have my own email server setup that has wildcard forwarding to a gmail account. So any combination of username@mydomain.com gets forwarded to my gmail.
  11. ospaul

    Stealth NMZ

    does this support flicking rapid restore with piety on?
  12. I got a bot busting moderate chain on 4 accounts a month and a half ago. switched to vip and have been botting 10+ hours a day on each and still no bans. All doing high gp per hour PVM (zulrah, high level slayer monsters). "Stealth injection" is 100% detected. Mirror or nothing.
  13. Hi all, currently checking when my player is on the same tile as a loot item to add the item value to my loot counter, however it seems that sometimes loot prices will be added an extra time dependent on if it was picked up first try or not, Current method: if (item.interact("Take")) { script.log(item.getName() + " val: " + script.itemValues.get(item.getName()) + " " + item.getAmount()); Sleep.sleepUntil(() -> !script.myPlayer().isMoving(), 1200); if(item.getPosition().equals(script.myPosition())) script.gpLooted+= script.itemValues.get(item.getName()) * item.getAmount(); }
  14. In regards to the rune drags mode, does it support both melee, and ranged? Where does it bank? edit: I see that the rune drag support is just in the walking methods, so it should support both melee and ranged. Also, it seems like the sleep after using the rock hammer is a little too fast, sometimes hammers the same garg 3x
×
×
  • Create New...