Jump to content

Theorems

Lifetime Sponsor
  • Posts

    193
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

Posts posted by Theorems

  1. Quote

    Guns should be left alone. They're in the Constitution stating that we have the right to bear arms. The main reason that this is in here - in my opinion - is so that the government can't just come and take over since we have some firepower on our side. It's a fact that other governments have done this to their people and if you're that ignorant to call BS, please do some research first as I'm not obligated to teach you anything.

     

    No, you're ignorant to believe that even a significant portion of the American populace could stand a chance against the government. Back when everybody had muskets (when these laws were made) then sure the people could have overthrown the government. This is no longer true. What do you think would happen when ar-15s go up against unmanned drones, armored tanks, gunships, ballistic missiles and long-range artillery? 

    Quote

     Police Brutality which can skyrocket since we have no way to defend ourselves - police are scared shitless now by the thought of anyone having a gun which keeps them at bay.

    There's also the flip side of that where police end up shooting innocent & even unarmed civilians because they are afraid of them being armed.

    Quote

    The government can take over and there's nothing we can do about it without a way to fight back - using rocks and fists isn't very effective against bullets.

    Kinda like how bullets aren't very effective against drones that fly so high they aren't even visible (and can accurately fire missiles against human targets from that height). 

    Quote

    I understand that there is gun violence going on but it is nowhere as severe as what it's made out to be. Mass shootings happen but so do police shootings and robberies and a number of other possibilities. If the issue on guns were as bad as everyone claims it to be, there would be a lot more gun shootings and fatalities than there currently are. I'm for protection and the greatest defense in today's world is the possession of some sort of firearm.

    More restrictive gun laws seem to be working for the rest of the western world.

    Edit: Not saying there are no good reasons to have guns, but so "the government can't just come and take over" isn't one of them.

  2. 22 minutes ago, Dab in a Lab said:

    Hahaha ya, I quickly realized I was a little too ambitious with this script. Only just started learning how to code this week, and the project seemed easy enough until I actually got a bit further into it ?

    I fixed the return statement and I honestly don't know why the curly bracket was there, I think it was attached to the end of line 40?

    It seems to be working for now, thank you.

    Good luck with the script! you're doing really well for someone who is just learning

    • Heart 1
  3. Looks a bit messy... Are you declaring a method in your onLoop()? also you have a return statement right after you declare the method so all the code that follows in unreachable. Also what's with the random curly brackets on line 41? that could also be causing issues.

    • Like 1
  4. 5 hours ago, Maldesto said:

    I've forwarded it to the developers, stand by. 

    Okay so I just opened osbot on a pc (this issue occurs on mac) and the hunter script is visible. Before the day of the 5.7 update I was able to see & use the script on mac. On pc, the script is the bottom one on my list so I feel it may just be some type of visual inconsistency causing the bottom script to be hidden on macs.

  5. I have had this script for a little while but today, when I open osbot and updated to 2.7 it's not there. It's still in my scripts section on the website but in the actual osbot app it is gone. I hit refresh multiple times and restarted my client but it is still gone. 

  6. I was only allowed to play for 2 hours a week as a 10 year old so I didn't spend what precious time I had watching guides or anything like that. To make money I would kill goblins for gp and pick up whatever items were dropped and sell them to the general store (This was before the g.e came out).

  7. Doesn't do that for me, also using recent version of chrome. Maybe your adblock didn't fully disable or you have some other extension messing with it? or maybe it is a glitch that only happens at certain screen resolutions..

  8. Kinda confused by your wording, what do you mean by "the events of the chat"? And you don't need to 'initialize' that method, just put in in your class which extends script with the @override annotation. Then it will automatically run in a sperate thread.

        @Override
        public void onMessage(Message message) throws java.lang.InterruptedException {
    		String msg = message.getMessage().toLowerCase();
    		if (msg.contains("you get some logs")) {
    			woodCut++;
    		}
    	}

     

    • Like 1
  9. 51 minutes ago, jesenican said:

    so far im only "botting" with mouse recorder, 0 bans if you use it smart, and there is tons of ways to make money with it perfectly

    Works fine on runescape but not newer mmo's that do not involve clicking the exact same spots over and over.

  10. I've seen a couple people over the last few days saying they got hardware flagged and no matter what IP they use they get banned on every account they make even if they play legit. Try playing an account legit for a bit and see if that has happened to you. 

  11. On 28/03/2018 at 10:55 PM, Burundanga said:

    1: Jagex can allegedly detect when one is not playing on the original client. this script would be awesome in combination with mirror mode though (anybody give it a go?)

    2: I tried recording a longer session but after a few minutes it all gets super laggy. potato specification problems I guess

    Btw to run for a longer time you need to disable the paint or it will be extremely laggy.

    • Like 1
  12. 13 hours ago, liverare said:

    It's the paint.

    You can create 100+ tiny mouse movements a second, and each movement is rendered as a small square. Yeah...wouldn't advise you to show the paint if you're going to be recording for a very long time. :)

    Don't render the recorded path.

    Okay thanks, that makes sense :). I didn't realize but I was still using the local copy (v1.0) which is why I didn't see those options. Thanks for making this!

  13. It might run better on my pc but on my macbook after about 5-10 minutes of recording it became too laggy to use...I'm not sure if it's the paint or if there is just some memory leak somewhere. Also when doing something like super heating after a little while the paint makes it so you cannot see your inventory. I love the idea though, and maybe it works better on pc, ill have to try that later.

  14. It's really strange to me how nonexistent the ban rate is with mouse recording. Surely it would be easy for jagex to just store the time between clicks which would not be very intensive on their systems and would catch mouse recorders (or at least the ones that don't shuffle data) easily. But it seems they don't bother.

×
×
  • Create New...