Jump to content

ping pong

Members
  • Posts

    127
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by ping pong

  1. Thank you! Thank you! He said he pushed the update just waiting for it to update on the SDN
  2. Does the script require the setup mentioned, or are there variations? IE. book instead of ward, etc.
  3. Do you have to use that setup? Also, any future options on quest cape tele to fairy ring and going that route?
  4. Post count doesn't always mean someone is trustworthy. Just an added note. Look at the length of time they've been around, their contributions to the community, and vouches. Without vouches, your attempts to sell are useless.
  5. I've been using this at Seers for ~10 mins so far. I'll do it for a few hours at a time. I read all these posts and it seems like people haven't been getting banned lately. I'm not sure what you did but it looks like it works.. So far so good, I'll post if I run into an issue or that weird random Seers bug where it just stops and stands by the maple tree in front of the bank.
  6. Went to live chat to ask a question about price matching another major competitor, your representative thought she was talking to someone she knew and went to chatting on Skype with someone random that is not me? D: Never got my question answered. A major competitor (I will link in PM) is beating you guys, do you price match that or not? I only ask because I like to purchase through Divica
  7. Honestly, how can you clearly decide that the ban rates are quite high? I have seen people suicide bots for months and nothing has happened whatsoever to them. On the other end I have seen people bot for an hour and get perm-banned. It just depends. They're always banning, we're always botting. OP: Good luck, this shouldn't take you long, though.
  8. How'd you even get the 2day? The script must easily be detectable cause 5 hours isn't shit.
  9. Still performing well? Good to see this script still around.
  10. Alex can you PM me? I have a question about your PC and shit. It won't let me PM you. Sick setup though.
  11. Do you mind if I use your source to make one for Neitiznot for personal use?
  12. I just got dragon gloves today and the path up to dragon took me 2 days (4 hours total), which is actually pretty long cause i kept stopping to watch netflix. So honestly whoever told you that mith gloves would take a few days is pretty inaccurate. You could probably get them in 2 hours.
  13. Honestly they are banning people for even using the client. I've seen people use botting clients (including OSBot 2) for regular play and getting banned permanently just for playing on it. My friend was questing a shit ton and got banned for "3rd party macroing".
  14. I've never seen that before. I will definitely check more out on this topic! I now respect mouse movements a little more. Good call.
  15. I've seen one of these before. Unfortunately, if you don't create misc values for every velocity value (which you can already do), but instead you average out the velocity values to find the most human-like one, it will still lead to being one single standard speed. You are going to have to have a script load in every velocity value and randomly choose some on every motion, between every swipe of the mouse, etc. Also, a lot of people have mouses that require more of a swipe of the hand to get a smaller motion/bigger motion, etc. Mine is based on 3 settings that I can change with a button to speed up/slow down. If they can record coordinates of every mouse movement like people say they can, then how do we not know if they can record the speed option selected on the mouse. Furthermore, how do we not know if they record the mouse going off of the screen, and the outside movements we make like clicking on a specific tab in our browser. I know that running a Java Applet can allow access to anything on your system. So how do we know that if we are browsing the Internet while we are botting, that they can't see what we have open and how our mouse just so happens to be in 2 different places at once. There are just so many variables behind mouse movements that it becomes ridiculous. I just feel like that would be one huge script, not to mention the fact that there is a chance they don't even see our mouse's coordinates. Also, as a hint on human behavior, A LOT of real people do what is called interface symmetry. I.E., they open up the stats tab to check on a skill, then they open up the prayer tab since it is symmetrical to the stats tab. Then go back to the inventory tab. Jagex made a factual estimate in 2009 that 38% of their players have some sort of OCD, or disorders alike that impact their gameplay in many ways. Honestly, this is an extremely-small anti-ban feature. I doubt they even record our mouse movements because their ban-software has included creating 2 fake worlds to spy on botters (which they go around talking to you seeing if you are botting), and they also ban based on IP's previous ban-rates, etc. I don't think this small stuff really does much. Nevertheless, I like what you are doing here.
  16. I've never been banned on any account before, botted or not botted. I've botted on accounts since 2009 and none have ever gotten flagged that I know of for anything. I've never suicide botted, and babysat 95% of the time. And no, it's not my IP unless the proxy I used had been already flagged. I also just recently changed ISPs.
  17. I made scripts on my old acc from a few months ago that I forgot the password to :\ But yeah can't fight a 48 hour. And even then, it's a new account. I'm just not sure what the hell kind of system they use to detect bots. I didn't think there were many tin miner bots out there lolol. And I was even chatting on the acc Oh well. Also, forgot to mention, this is literally 30 mins after I purchased membership.
  18. Hello all. I was just curious if this ever happened to anyone else? I was banned on a new account. I took a long break from old school and recently came back, and made a new account since I forgot my old one's login. I played for literally 30 minutes, and broke a bronze pickaxe. Went to Bob to fix it, and I got banned for 48 hours for "Botting". I actually never once used the "illegal 3rd party software" that they mentioned. So I'm curious as to how they can justify any bans this way. It was a new account, but I'm sure they do this to legit people too... I'm starting to doubt the fact that they have any software detection, they just go off of random noobs reporting for botting. In response ^ if they're gonna ban you for not botting... You might as well bot.
  19. Toph's script is also pretty good. Also, as someone who has taken interest in Purple's agility script, it's not worth 7$. No matter what people say. It's not "flawless". It has plenty of problems. No script will always be perfect. Nevertheless, keep this public. It is important to have humble people who aren't programming solely for the money.
  20. Ahh that would certainly be more clean than me declaring a new area for every minimap click, especially for longer ranges.
  21. You need to make it so it won't deposit their pickaxe with the bank all option if they are too low of an attack level to wield their pickaxe. Also, I didn't see it, but I'll ask anyways, did you add in protection from steaming rocks?
  22. The shield blocking way would be good. Probably run a lot smoother too and require a lot less failsafes.
  23. You make a good point, but say I wanted to perfect the walking system. Can I implement an array of coordinates for each point that can randomize where they are going. Example being it would read each new position as if it would a new area, with an x and y coordinate for the top right and the bottom left? And then I could just reduce the size of the square area to maybe 4 spaces so it would choose each new position between the 4 spaces as opposed to clicking 1 single space? private Position[] path = { new Position1 new Position2 new Position3 }; and then have each Position1, Position2, Position3 declared as an Area (x,y,dx,dy) Is that possible? I feel as if that would be a lot less obvious of a script.
  24. Okay sweet! Glad this tutorial is out because I've been trying to learn and expand my knowledge in this, as you know. Question, though, isn't that walking method EXTREMELY bannable? Not even talking about the failsafes, but the factor that it hits the same coordinates every single path while minimap clicking is very, very coincidental. For someone mining tin, they would walk this path 15-20 times in an hour and it would always click the same coordinates? Or did I miss something slightly altering the walking path? Also, what is this PathMaker tool?
  25. Wow, thanks for reading the tutorial and I'm glad you like it (sort of at least). Everything that you've said here is very, very true. I'm doing this on purpose, because I'm working on a full series of scripting tutorials (around 5 total) that will each teach you more and more. Stay tuned for the future tutorials P.S. The next tutorials will all be more on actually scripting and less on setup (as this one is). Once again though, thanks for the write up! Perfect! Thanks a ton for the analysis! And just to clarify, I do like this tutorial as it is great for beginning. One of the best I have seen in respects to scripting. Do you happen to have a Skype? I would like to get more in depth quickly and could use some advising probably beyond this.
×
×
  • Create New...