Everything posted by Allen
-
Alek's Java Game - Rpg/quest - Updated October 27th
I was wondering this too lol. Anyways goodluck & nice to see you haven't given up :P
-
Osbot 2.2.36 - Bank Pin And Small Patch Update
Nice updates, good to see they're coming in frequently!
-
OSBot 2.2.35 - Debugging and API
Goodjob, steady and constant updates really do mean a lot in the end, trust me
-
Greetings, Osbot Community!
Welcome to OSBot ;)
-
Back after a 2 month break
Welcome back ;)
-
Welcome MGI, A New Official Developer!
I know that I'm a week late but I only check in on this site about twice a month so excuse that please :P OT: He's a very talented developer and he's going to take this bot very far . Congratz MGI and goodluck.
-
Welcome Our New Official Developer!
Congrats
-
Sneaky Jagex
Good job. Good to be safe than sorry ;)
-
Moving Forward With OSBot
Looking forward to seeing the result of this, keep up the great work!
-
How I got busted for dealing drugs...
Can someone else post it and you not get in trouble lol? (if it all seems anon)
-
Update on personal matters
Thanks for the update, I hope things continue to progress for your family . Letting us know this stuff is always better than letting it go unheard.
-
Banned for 30 minutes of botting lol
That was merely an example, and a very realistic one. But since you posted your nice little meme, I'll elaborate on this example. Now obviously they may not track the first skill trained or whether or not a new account has purchased a bond, but you people are really underestimating how easily these two things or anything with analyzing or flagging an account can be done. I mean ffs, a simple: (considering you can understand it[i explained in case]) int firstTrainedSkill = -1; // some variable in the player reference object. Is -1 when the player reference object is first instantiated. public void addXP(int skill, int exp) { ..... // before code if(firstTrainedSkill == -1) { // if the player has never trained a skill or had xp added firstTrainedSkill == skill; reviewFirstTrainedSkill(); } ..... // after code } public void reviewFirstTrainedSkill() { int[] goldFarmingSkills = new int[] {8,10,14,15}; // woodcutting, fishing, mining, herblore for(int skill : goldFarmingSkills) { if(firstTrainedSkill == skill) botFlags += 1; // let's assume they keep a count of each time you're flagged?? } } You can't just assume that because something seems unrealistic to you, that it is to them. If I were them I'd be doing shit like this all the time just to add better recognition of bots, but hey, that's just me. MAYBE they really don't care that much. Now let's think about what would happen if they did do this, along with flagging for buying the new bond or transferring money from a mule, and immediately training a skill to a high level without training others. It's like players are asking for bans imo...
-
Banned for 30 minutes of botting lol
I'm speaking more from a perspective of RS3 I suppose. But still, I don't think such a large percent could be bot busting. There's quite a lot of people banned per day and I can't see them taking the time to manually ban all of these people. I'm sure that a majority are from being IP-Flagged but being caught in the first place would have to be detected in some way if a bot bust didn't occur. I can see where reports could play a big role, but what about random events? It wouldn't take much effort at all for them to flag you if you failed x amount of random events. If they are moving people to these "botting worlds," something about their account is being analyzed .
-
Hacking + Reverse/Social Engineering Forums
I'm going to be honest, I really like the proposal. I love that we would be able to offer information, however, I do not think the members of this community are mature enough to handle the information given to them in this section in a responsible manner. Most of them will go at it with a mindset of utilizing it maliciously rather than using it to prevent themselves from being compromised. Again, I like that you suggested it. The members of this community just aren't ready for something like that. I can see multiple situations where it could lead to conflict. (I think we should focus on making our programming section more active before we introduce a topic such as Security ;)).
-
Banned for 30 minutes of botting lol
Don't bot again with the same IP :P This is what I would expect from them. Why would a newly made account buy a bond? (Not that they wouldnt but it really looks suspicious imo). OT: Not to mention that woodcutting is not exactly the first skill new players train lol, but that might not reason into the ban since you could argue that it was a skiller. You have to take into account those things though since they most likely do. Look at it from their perspective, they'll try to analyze everything about an account to detect if it is a bot(if they truly want to rid of them).
-
Progress Update on OSBot 2
Sounds great, thanks for all the hard work. I hope all the reported bugs were addressed ;)
-
Personal Matters
Sorry to hear this Maxi, I don't blame you for taking as much time as you need away from OSBot. I'll do both.
-
House of Cards might rival Breaking Bad as GOAT series
Now I'm tempted to watch this. Just need to get my Internet cap removed ;)
-
Faith in humanity lost
brb taking a selfie
-
You Can Get Raped and No1 Will Help you.
Wow, thats sketchy af.
-
Well.. Fuck..
Definitely not lol, already have a girl friend. But I still think it would be funny that she is is coming near where I live.
-
Well.. Fuck..
What fort is he moving to? She'll be moving near me probably, there's a very high chance she'll be in my school actually. (I know because I live near the fort that she's probably moving too). Anyways, that sucks sorry to hear.
-
Rate my sig 1-10
9/10 I don't believe GIF's can have transparent backgrounds like PNG(I may be wrong), but it would be nice if the background matched the theme a little better, :P. I guess if people use a light theme though it wouldn't matter. It's just weird seeing a slightly darker shade of gray on lighter gray(Animate).
-
Kenshin Wallpaper
For some reason, I don't appeal to it at all. The render doesn't fit/blend in with the rest of the image imo, and it doesn't match the rest of the image. Good job on making it though.
-
When botting goes wrong.......
What script did that lol?