Jump to content

Gunman

Super Moderator
  • Posts

    3521
  • Joined

  • Last visited

  • Days Won

    18
  • Feedback

    100%

Everything posted by Gunman

  1. @moochin Either make a new account or register an email. Only two options. Now to prevent this in the future try using your home ip on your pc.
  2. @CrazyPipe I didn't see a negative feed back from 3 months ago. Only negative feed back I saw was from November 2019 and has been deleted.
  3. @talipenIf an email isn't registered you should be able to unlock them fairly easily.
  4. If you're using private scripts why not tweak the mouse to be faster lol Think there's another setting that controls this but here's the code for it getBot().setMouseMoveProfile(new MouseMoveProfile() .setNoise(0) //default 2.15 .setDeviation(0) //default 7 .setOvershoots(0) //default 2 .setSpeedBaseTime(0) //default 185 .setFlowSpeedModifier(0) //default 1.0 .setMinOvershootDistance(0) //default 25 .setFlowVariety(MouseMoveProfile.FlowVariety.HIGH) //default MouseMoveProfile.FlowVariety.NORMAL .setMinOvershootTime(0) //default 375 ); For most of them lowering the number turns the setting up. So like for speed base time if you set it to 0 the mouse will instantly teleport, set it to 800 and it will move at 10 pixels a second basically lol.
  5. @TNBJeff Done. import org.osbot.rs07.script.Script; import org.osbot.rs07.script.ScriptManifest; @ScriptManifest(author = "Gunman", info = "", name = "Camera Rotate Thing", version = 1.0, logo = "") public class Main extends Script { @Override public int onLoop() { getCamera().moveYaw(random(0, 360)); return random(60_000, 240_000); } }
  6. Gonna go off a hunch and say it was made with raw code, not Script Factory.
  7. With default OSBot no. The script will need to have it coded in.
  8. Money hungry Project didn't answer the question. Answer is yes you can. Read everything in OOP 1 & 2 and I think that would be enough to start messing around with multiple classes. EDIT: Forgot to link the material https://www.programiz.com/java-programming
  9. @RitaJita Basically explains everything for you link below. And yeah no proxies with mirror without using a 3rd party program. Difference you will see from the pics is that it no longer uses the website version but Jagex's client and recently Runelite. https://osbot.org/forum/topic/66338-reducing-banning-rates-behind-the-scenes-at-osbot-27-febuary-2015/
  10. Gunman

    Pc build

    Correct. Just use pc part picker. https://pcpartpicker.com/
  11. Gunman

    Pc build

    Yes, I use to actually have one.
  12. Gunman

    Pc build

    Pretty sure on all ends AMD is better buck for core. Look around and see which one would be better for you. All you would need is a 6 core probably
  13. Get good like me and be banned without even logging in a single time, smh
  14. Gunman

    Pc build

    @grizliiGpu doesn't matter. Purely cpu and ram, and maybe a ssd if you're running a lot of bots(still nice so you can reboot fast tho). And for botting 90% core/thread count is what matters.
  15. To be honest if I am playing legit I for the most part ignore the randoms. Sometimes I dismiss them but 99% of the time I am doing something afk and don't pay attention
  16. @Fruity Thank you for your report. Found evidence linking the accounts, he has been banned.
  17. Still some uncommon miss clicks with some widgets, but a lot better than before. Mainly seems to happen with fairly wide widgets.
  18. Gunman

    JAVA HELP

    @p7fox Try jar fix. https://johann.loefflmann.net/en/software/jarfix/index.html
  19. - Join our discord server to order -> https://discord.gg/jXGmGqf68c Price & Minimum order amount Without discounts/bulk sale In USD starting prices. Jagex OTP Hand Made Tutorial Island -> $0.30/account (Min amount 4) Message Gunman on discord for a GP quote We accept the following payment methods: Bitcoin Litecoin Bitcoin Cash Doge 07 GP Extra Info All of our accounts are completed accounts are created on region specified IP addresses. All tutorial island accounts are rested for at least 6 days with last login of at least 3 days. (Unless stated otherwise) All accounts are created by us, we are the original owners with no email registered All account's emails with OTP are to be considered inaccessible Example of how to order. Future Considerations. Automated GP purchasing. FINISHED. Tutorial Completed UK - FINISHED Deprecated Please feel free to contact any of our discords. @Gunman -> MrGunman200™♥#0001 (UID: 594520423270449162)
  20. @skillerkidos1 Pretty sure it's because something is null and you're not null checking anything. But disregarding that, does the distance api not work for what you're trying to do? int distance = getMap().distance(obj.getPosition());
  21. @pauliokas123 Has been banned. If he wishes to return he will have to refund you in full. Sorry for your loss @Runescape Promot
  22. Gunman

    Membership

    Paypal cancelation steps. Log in to your PayPal account. Click Settings near the top of the page. Click Payments. Click Manage automatic payments. Find Meire & Brito Automation and click cancel. Odd. Check here and see if it has a cancel option. https://osbot.org/forum/clients/purchases/ And here's the refund section. Only one person handles these and makes the decisions I don't. https://osbot.org/forum/forum/150-refund-requests/ Best I can think of man
×
×
  • Create New...