Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/09/15 in Posts

  1. Camera changes. Some core changes. Some more changes to lay the groundwork for more of the web walking changes. tl;dr Changes. OSBot 2.3.98 @Alek -Chatbox isVisible() checks -ResizableMode update -Modeled getHeight() update
    7 points
  2. He put my name there. I proceeded to switch it out with Maldesto's name.
    3 points
  3. Hello everyone! I played RS2 back when it was still just "Runescape" and, due to the wonderful feeling of nostalgia, started a new OSRS account a few months ago. After having played totally legit to total lvl 800, I needed money, so I bought about 2k cow hides on GE for tanning when it occurred to me that this process could easily be automated. I did a quick Google-search and found OSbot - and sure enough: a tanning script! Trouble was, it costs money and, while not a lot, still more then I wanted to pay for saving half an hours work. So I decided to learn to program some simple Java. Being a student of Electrical Engineering, I have worked with C (for Arduino-boards) so the concept of programming was not at all foreign to me. A few hours of snippet reading and YouTube tutorials later, I had my first working tanner script. Although this very simple script did tan all my hides while I cooked ramen noodles, it didn't do much to quench my thirst for Java programming. So on to the next script: Ectofuntus Bone Grinder. The process of selecting bones, grinding them and filling them into pots was really getting on my nerve, so I automated it. I still collected slime and worshiped manually simply because, for the most part, I actually enjoy playing the game. I then wrote a script that fly fishes north of Seers Village and banks the fish, which is, as I write this post, on its 3rd straight hour of operation. So as soon as this post is done, I'll start writing a cooking script. I'll try to work in some anti-ban on that one as well, as none of my previous scripts have had this feature. Not that they've really needed it as I have never run scripts without me nearby - mostly cooking or watching TV. So that's my story so far. I hope to preserve this enthusiasm for writing scripts and eventually get good enough to actually publish them here, so stay tuned! Until then, I'll probably be hanging out in the "Programming help" sub-forum, asking ridiculously basic questions :-)
    2 points
  4. Disputed member: @Divica Thread Link: http://osbot.org/forum/topic/59443-divicasales-buying-your-signature-spaces-loads-of-payout-options/ Explanation: 3rd month he is later with his payments. ( every month he waits a few days till he pays to become 1 month for free over 1 year ) Evidence: n/a I am not the only one, everyone gets "scammed". Keep in mind that he pays out but is late with it. I told him via PM when I was super mod to pay correct....
    2 points
  5. Call an ambulance you might be suffering an attack of extreme retardation.
    2 points
  6. Fraps for games, Camtasia for everything else.
    2 points
  7. OBS. https://obsproject.com/
    2 points
  8. You think attempting a chargeback is the way to get it? You lost all rights from my perspective when you tried to scam OSBot and the scripter money.
    2 points
  9. Various parts (and completely) of the site have suffered some attacks today. We have been mitigating the attacks and right now it seems as if we managed to stop it all together.
    2 points
  10. dunno where the best section to post this is, but this is great mining exp at lower levels (IN F2P) great for getting accounts 31 mining ready for mlm. i don't personally bot anymore, but i thought id share this with you guys to use.
    2 points
  11. You attempted to cheat the system and therefore lost the script. Next time contact a staff member, or request a refund, instead of trying to chargeback.
    2 points
  12. CzarScripts #1 Bots LATEST BOTS If you want a trial - just post below with the script name, you can choose multiple too. Requirements Hit 'like' on this thread
    1 point
  13. File -> Project Structure -> Artifacts -> Little green plus -> JAR -> Empty Jar -> Give it a name, add your compile out put path, then add the required compiled outputs. Afterwards to build it Build -> Artifacts, pick the jar you just made
    1 point
  14. Perhaps it's an issue with the new version of the client then as I haven't tried this with the newest version
    1 point
  15. I used to use fraps and it caused me no problems
    1 point
  16. When you are mining, like cooking, there are breaks in animations while you are still mining. If you are only using isAnimating, then even though you are still mining, there will be a split second where isAnimating will return false, i.e. a break in the animation. Even though your player will continue mining after that split second break, the script will only know that the player is not animating, and it will try to interact again. You need to have some tracker to see how long you have been idle for. For example, only interact if you are idle for > 300 ms. Then if a animation break last 100 ms, the animation break will not trigger another interaction. If that makes sense.
    1 point
  17. ConditionalSleep(2000); Does nothing. You want to either do: sleep(2000); or new ConditionalSleep(2000) { //Until condition() is met OR 2000 ms passes @Override public boolean condition() { return myPlayer().isAnimating(); } }.sleep();
    1 point
  18. since you act like this, i will keep reporting your account. people like this should get insta-banned
    1 point
  19. 1 point
  20. Please fill out a bug report as outlined in the OP if you continue having this issue. Also, gave 72hr trials to all requesting trials.
    1 point
  21. 1 point
  22. 1 point
  23. They accomplish different things and yes VPN you pay, download and connect and your done. Look into "Private internet access" Its a vpn. its pretty good, or check out "RA4WVPN" Its veerrrry cheap, If you need any other help feel free to PM me, im pretty knowledgeable with botting and such
    1 point
  24. Left it away from keyboard the entire time, I was at work, flawless love it!
    1 point
  25. Had another 18Hr proggy, unfortunatly forgot to screenshot, however, still very happy with the script, well worth the money.
    1 point
  26. Hey Czar, Your scripts fucking rock! only thing i notice is with Fisher. It struggles to drop trout and salmon. Takes forever and i think its because of the shape of the fish in the INV. Check it out if you have a sec. Thanks a ton man
    1 point
  27. 1 point
  28. 1 point
  29. Nice script Czar! Inb4 buying.
    1 point
  30. You can only have one hunter kit in your inventory at a time (you can't drop it either). So make sure it opens the hunter kit after casting the spell. So dont it shouldnt try to get 2 hunter kits in the inventory unopened. The script should follow this procedure: 1. cast hunter kit spell 2. open the hunter kit 3. drop noose wand 4. cast hunter kit spell 5. open the second hunter kit 6. drop noose wand 7. cast hunter kit spell 8. open third hunter kit 9. drop noose wand 10. cast hunter kit spell 11. open fourth hunter kit 12. drop noose wand 13. bank all items 14. repeat So make it drop 1 out of 7 items gained from opening one hunter kit (I recommend noose wand, it's worthless and the first item you get in inventory after opening hunter kit). Also make an option to stop the script when out of runes (is this added yet?). Greetings, Jesus Christ
    1 point
  31. there is something wrong... you said its time to play other games but you ask 07 gp? seems legit.
    1 point
  32. Agree, this would be pretty good
    1 point
  33. If someone were to recover it, they could just state that they moved. Easy as that. No ban, nothing. If you will not comply with a recovery test, no one will buy the account from you. You're not trusted at all.
    1 point
  34. Most people don't know this never before seen method that is making current gold farmers scared, make $500 a day from your own home *clicks url* Hot local girls in your area want to meet you virus.exe is installing shitpost.mp3 is playing is initiated Thanks for reading folks Have a good day In all seriousness look at scripts and make a choice or think of good private script ideas and confront a scripter asking if they are willing to make you a private script, think low ban rate Gl!
    1 point
×
×
  • Create New...