Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 06/02/14 in Posts

  1. Well I thought today I would release some of my private collection of different classes/snippets hopefully help new writers learn a little bit, and to maybe see a rise in quality of scripts throughout this forum. For my fifth release is another great learning experience I undertook last month, creating a mouse movement algorithm using a bézier curve algorithm I created with the help of Google, a tutorial on here, and @Merccy & @Swizzbeat helping me understand how the mouse interacts with the canvas, how to send my own events to the canvas. The reason I'm releasing this is because of the rise in bans as of recent, and I feel mouse movement plays a significant role in bans, though some people doubt this. I have to admit I didn't always think this was true either, and like some that still don't believe, I thought of profiling mouse movements as completely impossible due too the extensive resources that it would take to profile each player, though I will post some quotes from respected members of RS Hacking community that completely changed my thoughts about this. (Posting in text to avoid subliminal advertisement) #1 #2 #3 Those excerpts from above are some of the better material I have found regarding bans, but there is much much more on the topic, just a matter of digging deep enough to find it! Though a mouse change alone won't completely remove the chances of a ban, it gives you a better chance of going undetected. Now lets get started! What does this actually do? Well simply make your mouse completely different, using a bézier curve algorithm I created using a framework Swizzbeat and Merccy supplied me with. The final result, should look somewhat like this: Though this could be highly improved upon, it is a huge improvement to the default, and there are also other mouse controllers such as the SRL Mouse and WindMouse which are available on Google, just may require some porting over. How does is work? Well when creating this instead of starting by looking through RS examples, I instead went and study the math behind bézier curves, to find out they were quite simple to grasp. Then after seeing a idea for a mouse controller posted that I thought would be suited perfect for my use, I decided to replicate it. This is the basic guideline I followed when creating this. Finally, how the hell do I use this?: Well even though I took out most of the work, it still takes some on your side, just mostly copy/pasting, thought I recommend that you edit this mouse algorithm because the more similar patterns the more chances of you being detected. Well this tutorial will partially coincide with @Merccy's tutorial on Creating your own Mouse Controller, though I have made edits and extended some other areas he did not. First off we need to create a interface which we can use later to create new mouse algorithms easily and making changing them a snap. In Merccy's tutorial he creates a MouseController class which handles moveMouse and moveMouseTo methods, though this is also where we assign our new MouseController as well. We are adding this class becasue it seems that Merccy didn't mention it, though we need a class that can send our new mouse events to the canvas to have it move the mouse. Now we Object hold this new mouse we created, so for this I created ModMouse, which basically reflects and sets our mouse controller to replace the original. This is similar to Merccy's though we also set our MouseEvent as well. Finally we have everything we need to set use our own mouse algorithm, but we need a Mouse algorithm to use it! I named this NotoriousMouse purely to change the name other a Mouse controller sent by Swizz beat, which I then ripped all the internals out and rewrote using the new found knowledge I learned while studying bézier curves! This may not be the best, but it's a big step up! So we have all these files ready to go, and you should have something looking like this: For the hardest part of all is implementing it, please pay attention as this may be difficult for some to understand. @Override public void onStart() { new ModMouse(this); } Done. If you manage to follow all the directions and copy/pasted everything just right you should have a whole new mouse in your script! You now are on the road to having a more diverse mouse controller, though please be warned this is only for OSBot1, I have already tried implementing this into OSBot2 but the mouse methods are now declared as final and are no longer able to be overridden (If there's another way please let me know). I really hope you enjoyed the read, and I hope it helps all of you! I would post my sources and references but I withheld from doing so in fear of ban due to accidentally advertising, though I'm sure could be found with someone interested in the subject. Questions/Comments?: If you see anything I messed up on, or should be improved, please let me know, but be respectful about it, we have too many keyboard warriors thinking their hot shit, yet do nothing but bash others and never give any useful resources. Even if you have a question, free to ask me, just please refrain from asking me blatant obvious questions, or ones you did little to no research on before asking, I'm not here to spoon feed you, though I am willing to help someone is trying.
    6 points
  2. http://osbot.org/forum/topic/50406- @Divinity - newfag trial. @Nick - Got promoted instead of demoted...wtf? @Pikachu - He's banned. O.o @Acerd - #Acerd4CBA!! AHFSHASGINVAIOERHBGA @No1 - Scamquitted. O.o @Millenium - Got unbanned and twc removed. inb4scam @James - Got twc removed, along with his ability to join the chatbox. @Asuna - Got CBA! ;D @Smart - Got demoted. - @Occazn - Just came back and now he's banned...seems legit. @mehul112 - Failed scam attempt? @RoomScape - being reviewed and his position is in danger. @Catastrophe - Surpassed @XavierM in total time online. @Jack - has just become my new best friend. @Timekeeper & @Jeffy Jeff - Both declared themselves to be the king of VIP/Sponsor/Donors. A fight to the death shall suffice to determine which one is better suited for that position, don't you think? @lolmanden - Has just declared himself the Leader of TWCs! @Master Chief - Got TWC removed. @Laz - Talked about some OSBot 2 stuff which I have no clue about: http://osbot.org/forum/topic/51910- @Mikasa - Surpassed @Smart as the user with the most posts! @Ericthecmh - Got Script Manager, gratz!! - Still a shit scripter.
    6 points
  3. And this is why I don't understand why the emulator doesn't port it over like it was designed to, what's the point of the emulator if it doesn't do what it's supposed to do
    4 points
  4. Not gonna argue with this. This man speaks the truth. Pathetic. I'd like a full recovery on ALL of my so called "life-time" scripts that I paid for.
    3 points
  5. For the people arguing that writers should be forced to port over our scripts, is honestly the stupidest thing I ever read... That's like saying if I have the same script on multiple clients, you deserve access to them all since you bought one already. When I wrote my scripts, I used the OSBot1 API, not OSBot2... I would of understood if they had made a major change to our original API, though they chose to use a new one all together, making somethings that were once easy, impossible to do now. Almost the same feeling you get when trying another clients API, trying to port something, it's doesn't always work. Honestly about 45% of my private collection of snippets, and recreation of the OSBot1 API, has now outdated and am unable to rewrite due to the change in API. For example: Mouse method are now made final, blocking any chance of overriding them for use of custom controllers. GF Mouse Algorithms. You are no longer able to instantiate items, and when trying to use the legacy import, it has been depreciated. GF Inventory Monitor. Don't even get me started on the changes made to walking. GF Walking snippets. Banking is now reworked, and am getting nothing but errors trying to port over my custom Banking API. GF 5 days of work. Yea it does have some improvements, but it feels like a completely new API just with a similar naming convention to OSBot. Those are just to name a few of the major parts of my scripts for OSBot1 that are now broken with OSBot2. So literally it is almost impossible to recreate my scripts for OSBot1 using the OSBot2 API, they would need be completely rewritten, and would result in a completely different functioning script. So I don't see why users who bought OSBot 1 scripts, should get what would be a completely new script, in terms of functionality, and code, just with the original name. It's almost as if our users feels entitled to tell us what we can and cannot do with our work. If you think it is so easy to port something over, especially when your dealing with scripts that are 10k+ lines long and directly manipulating the OSBot client, by all means be my guest, I wouldn't mind some more competition.
    3 points
  6. What's the best way to get the best walkable tile (which is the highlighted one) dynamically? This is not hard when the entity is 1x1 but when its larger it gets bit harder. I know we got DynamicCircularPathFinder but its painfully slow and wrong many times. I tried to backport an old script by Zalgo but could not get it to work. http://pastebin.com/kaxySJPT http://pastebin.com/84myWrSk I can get the size & orientation then array thru all the postions the entity covers and array once more the area around those postions for tiles with 0 flag but I don't think that's an efficient or ideal way to do it.
    2 points
  7. skills.getStatic(Skill.ATTACK); skills.getDynamic(Skill.ATTACK); sorry dynamic changes and static stays the same
    2 points
  8. to everybody who is annoyed by this guy: Why? he is doing an experiment and he is doing us a favor by posting his findings. he is on our side. thanks dude
    2 points
  9. Try to get it out this time lol, I lost count of all the ETA's. If it does this time though then it sounds promising. Just don't screw this up again -_- You are the one with minimal knowlegde of the source of OSBot's revenue lol. No scripters = no scripts = no members = no VIP's. Conclusion: No scripts = OSBot dies. So altough Sponsor/VIP brings them in the most, without scripts there would be completey nothing. So he's right.
    2 points
  10. If you look at my post *cough cough*, he apparently scammed someone who filed a scam report and his account then had TWC placed upon it, so he made a new account. Not because he is trying to bot multiple accounts - unless he has extra accounts.
    2 points
  11. People think graphics are easy to make. Uhm no, haha. You're so lucky to get cheap signatures. Signatures can take 1-2+ straight hours for a good one. Plus it takes a high amount of skill.
    2 points
  12. OSBot does not store your runescape account information anywhere. The only place it would be stored is your local.dat file, which only you can access. It is under the data subfolder of your OSBot folder. If the account is not in there, you cannot find the information anywhere else.
    2 points
  13. Disregard what I posted, they just hit me with a hot two day ban l0l.
    2 points
  14. http://thebest404pageever.com/swf/house.swf http://thebest404pageever.com/swf/house.swf
    2 points
  15. Congratulations to @Freak for winning this week's SOTW competition!
    2 points
  16. Typical reaction by a teenager denying their love towards their crush.
    2 points
  17. You guys don't understand that the developers of the OSBot 1 lifetime scripts will not be updating their scripts because they will not be on the market. Which makes the OSBot 1 emulator useless after a month or so except for a very few amount of scripts.
    2 points
  18. Not overpriced. I agree it´s not complicated banner, but it´s totally fucked up to think that "professional" artists with real life clients would keep doing quality graphics for as low price as kids with for example 1 year experience making basic signatures. Who wants to spend hour/s making a nice piece of graphics for 5-10$? That´s like a damn god scripter making the most complicated script and then gives it out for almost free. Nice work @Dex!
    2 points
  19. Give the poor fella CBA, would ya? Supporters list: @RoomScape @Acerd @Epsilon @Timekeeper @Eliot @Trustmybet @puzzle @Smart @Target @Tyler @roomscape jr @Trinity @vl4d4s @Probemas @G4ng @DeAndre @Scotty @Th3 @Lloyd @BawsZ @Hoodie Allen @Novak @LeKhane @Pink Clay @Master Awesome @lolmanden @Quaz @Sex @led @Alex @Realist @YinZ
    1 point
  20. Free trial: Want to try out a 300k+/h premium money making script for free? Script's thread: http://osbot.org/forum/topic/38600-shrooms-flawless-fungus-farming-300kh-v5/ Rules: 100+ post count users only for security reason. Leave a comment on this thread. Leave a comment on the script's thread (see link above). Like the script's thread (not required but much appreciated) (see link above). Maximum one 24h trial per user. Maximum 5 trials per 24h.​
    1 point
  21. //current level skills.getDynamic(Skill.ATTACK); //real level skills.getStatic(Skill.ATTACK); //xp skills.getExperience(Skill.ATTACK);
    1 point
  22. 1 point
  23. Well the problem seen here is pretty much un-fixable considering the developers will do what they want. You see, there are a few things working in their favor, and they are in place specifically to benefit the company itself while overall damaging the customers - 1. Developers make a monthly payment for scriptwriters in OSBot 2 -> They make more money on a consistent basis, and so do the scriptwriters 2. Developers make scriptwriters port over scripts, and make OSBot 1 scripts useless -> They make more money from re-purchases Results - 1. Developers make more money than before. 2. Scriptwriters make more money after they invest time into porting over scripts. 3. Customers within OSBot suffer from losing a so called - "life-time" subscription due to the same company creating an alternate tool. Note: Please keep in mind I am just stating what is happening, and am in no way trying to start debates/arguments. Edit: Fixed some grammatical mistakes.
    1 point
  24. you really hate people doing that so much that you take the effort to make a thread?
    1 point
  25. IMHO,mouse movements are not cause of bans. The cause o ban are hot spots where you click. If you ban 100 bots you and you have recorded their mouse hot spots, you can easily ban another 100 comparing them. The thing is to make mouse not herping derping around one point.
    1 point
  26. Stop leech, learn something all your topics are shit like this one... Member since ocotber 2013 and you only have 8 posts....members like you should don't have access to the bot. If in this topic you sayd your paypal account is closed how can Osbot charge you for vip???
    1 point
  27. Torrent download lol
    1 point
  28. You must not have had a fun childhood. Quick, go unlike some random fag's post and come back to like mine!
    1 point
  29. i botted like 100 hours at chocolate dust w/ no bans script is like 2$ @ no requirements besides like 10k gp/h or osmething like that.. i always just put 200k on the accounts when i traded the chocolate off of them
    1 point
  30. http://thebest404pageever.com/swf/Super_Spice_Bros_2.swf
    1 point
  31. Don't get me wrong, but i don't blame the scripters on this. Beside that I actually think the scripters do take advantage of the fact that all further payments will be monthly in osbot 2. In this way you will get paid for your monthly hard work. The part i just don't understand (from the costumers point of view) is that all one time payment scripts are being thrown away. I got 15 one-time-fee scripts which i all use in a month. So with an average of like $8 per scripts, my worth of $120 on script will be thrown away this month. Again i don't blame the scripters on this, but i think osbot should get us a working osbot 1 script emulator, or come with another solution. In my point of view you can't force anyone to repay a one-time-fee script, and you can't force anyone to rewrite an entire script without any great benifits. In my opinion osbot should pay the price. I was really looking forward to osbot 2, but now actually the "Great Transistion Forward" results into quite a big loss for me.
    1 point
  32. Just went from 30-70 range today, using a range guild script. Haven't had any issues as of late.
    1 point
  33. http://prntscr.com/3otiib shows me this i got in, close this please
    1 point
  34. I am the graphics god, he's at best my apprentice. Especially when it comes to animation, lols.
    1 point
  35. The OP was poorly worded, so I don't think anyone besides the developers even know what's going on, but in overall it seems that were going to have to rewrite our scripts for free. Even if they just get it for 30 days that's still a free month of access to our scripts and only like 5% of buyers actually renew a script. Don't quote me if the topic doesn't even concern you. Just manage the forum big boy.
    1 point
×
×
  • Create New...