yibster2009 Posted August 11, 2017 Share Posted August 11, 2017 (edited) I made this shrimping script! It's my first script so I hope someone finds it useful Start near lumby swamps Shrimp fishing area ( it might actually work anywhere you can fish shrimp ) The best place to run the script is right here as shown in the image Dont start by the npc sitting down fishing or else it'll just spam click his fishing spot and you cant even reach it Make sure you have a small fishing net in your inventory! Includes anti ban such as turning camera at random times and checking xp EDIT: Thank you all for the amazing feedback! i will definitely upgrade my work and use conditional sleeps. still learning and you guys are amazing for helping me out! SimpleShrip.jar Edited August 11, 2017 by yibster2009 Quote Link to comment Share on other sites More sharing options...
Darren Posted August 11, 2017 Share Posted August 11, 2017 Gz Quote Link to comment Share on other sites More sharing options...
melomel Posted August 11, 2017 Share Posted August 11, 2017 GENTLEMEN... BEEHOOOOOOOOLD Welcome Quote Link to comment Share on other sites More sharing options...
Juggles Posted August 11, 2017 Share Posted August 11, 2017 Nice release Quote Link to comment Share on other sites More sharing options...
Mumble Posted August 11, 2017 Share Posted August 11, 2017 Could you post source? This is just to make sure it's not malicious Quote Link to comment Share on other sites More sharing options...
yibster2009 Posted August 11, 2017 Author Share Posted August 11, 2017 9 minutes ago, Mumble said: Could you post source? This is just to make sure it's not malicious https://pastebin.com/rHr6hRUt Quote Link to comment Share on other sites More sharing options...
JARNQ Posted August 11, 2017 Share Posted August 11, 2017 Thank god it has XP checking, now the jmods won't know i'm using this on my almost maxed main. Thanks OP! 1 Quote Link to comment Share on other sites More sharing options...
work break Posted August 11, 2017 Share Posted August 11, 2017 3 hours ago, yibster2009 said: I made this shrimping script! It's my first script so I hope someone finds it useful Start near lumby swamps Shrimp fishing area ( it might actually work anywhere you can fish shrimp ) The best place to run the script is right here as shown in the image Dont start by the npc sitting down fishing or else it'll just spam click his fishing spot and you cant even reach it Make sure you have a small fishing net in your inventory! Includes anti ban such as turning camera at random times and checking xp SimpleShrip.jar Well done, Keep it up man! best of luck with all your scripting. Quote Link to comment Share on other sites More sharing options...
Rekt Posted August 11, 2017 Share Posted August 11, 2017 but why no conditional sleep Quote Link to comment Share on other sites More sharing options...
fstyle Posted August 11, 2017 Share Posted August 11, 2017 noice Quote Link to comment Share on other sites More sharing options...
Nym Posted August 11, 2017 Share Posted August 11, 2017 Nice work! Keep it going. Quote Link to comment Share on other sites More sharing options...
Easy Posted August 11, 2017 Share Posted August 11, 2017 @yibster2009 Remove all of this code from your script int waittime = random(500,10000); int angle = random(0, 360); sleep(waittime); if (antiban == 1); camera.moveYaw(camera.getYawAngle()+angle); } //------------------------------------- int checktab = random(0,1000); if (checktab % 6 ==0){ tabs.open(Tab.SKILLS); getSkills().hoverSkill(Skill.FISHING); tabs.open(Tab.INVENTORY); Replace your static sleep call with a conditional sleep if the interaction was successful. Now you might be asking yourself "What is a conditional sleep, Easy?" That's a great question yibs. A conditional sleep is a sleep that waits for a condition to be met. It's like saying "Sleep until... this happens". In your power fisher, it would make the most sense to interact with the fishing spot, then wait until the character has begun fishing. So your interaction logic and method calls should look like this: if (interaction was successful) { conditional sleep until player.isAnimating() OR until 7 seconds has elapsed; } Be sure to always use a conditional sleep after a successful interaction. This will prevent 99% of spam clicking and greatly improve the efficiency of your scripts. Quote Link to comment Share on other sites More sharing options...
yibster2009 Posted August 11, 2017 Author Share Posted August 11, 2017 THANK YOU ALL FOR THE FEEDBACK AND GREAT COMMENTS! i appreciate it a lot. I will also definitely use conditional sleeps from now on! Quote Link to comment Share on other sites More sharing options...
xxhiguy234xx Posted September 30, 2017 Share Posted September 30, 2017 im going to try this script out man, there really isnt many free shrimp fishers in sdn im trying to get to 20 fishing but im lazy, ill tell you how it goes. Quote Link to comment Share on other sites More sharing options...
BeefWellington Posted October 10, 2017 Share Posted October 10, 2017 I was banned after using this for 5 hours Quote Link to comment Share on other sites More sharing options...