tycox94 Posted August 24, 2011 Share Posted August 24, 2011 (edited) Puzzle Pirates Hauling Bot - Good ~ Incredibles! Hello Everyone, This is a bot for puzzle pirate treasure hauling. Does not contain anti ban. It doesn't seem to be noticeable so you should be fine. ----------------Installation Instructions------------------ 1) Drag & Drop "duty" folder into C:\Program Files (x86)\Three Rings Design\Puzzle Pirates\rsrc\bundles\media\yohoho-puzzle-duty-haul\media\yohoho\puzzle 2) Replace all files 3) Restart PP 4) Open Scar and run when ready to haul Download From Mediafire Password: scar-divi.com Just the scar file Program PuzzlePirates_Hauling; //Ty's Treasure Hauling Bot //[no-antiban] var color,x,y:Integer; nextblockx,nextblocky:Integer; restart,constantx,constanty,truex,truey:Integer; blocks: array[1..5] of array[1..5] of array[1..2] of integer; procedure gameset; begin nextblockx := 1; nextblocky := 1; constantx := 69; constanty := 252; truex := nextblockx + 69; truey := nextblocky + 252; end; procedure compilevarx; begin if(truex > 339) then begin truex := 45 + 69; nextblockx := 0; restart := 1; end else begin truex := nextblockx * 45 + 69 - 45; end; end; procedure compilevary; begin if(nextblocky = 8) then begin nextblocky := 1; end; if(restart = 1) then begin nextblocky := nextblocky + 1; truey := nextblocky * 45 + 252 -45; restart := 0; end; truey := nextblocky * 45 + 252 -45; end; procedure play; begin blocks[1][1][1] := truex -45 -45; blocks[1][1][2] := truey -45 -45; blocks[1][2][1] := truex -45; blocks[1][2][2] := truey -45 -45; blocks[1][3][1] := truex; blocks[1][3][2] := truey -45 -45; blocks[1][4][1] := truex +45; blocks[1][4][2] := truey -45 -45; blocks[1][5][1] := truex +45 +45; blocks[1][5][2] := truey -45 -45; blocks[2][1][1] := truex -45 -45; blocks[2][1][2] := truey -45; blocks[2][2][1] := truex -45; blocks[2][2][2] := truey -45; blocks[2][3][1] := truex; blocks[2][3][2] := truey -45; blocks[2][4][1] := truex +45; blocks[2][4][2] := truey -45; blocks[2][5][1] := truex +45 +45; blocks[2][5][2] := truey -45; blocks[3][1][1] := truex -45 -45; blocks[3][1][2] := truey; blocks[3][2][1] := truex -45; blocks[3][2][2] := truey; blocks[3][3][1] := truex; blocks[3][3][2] := truey; blocks[3][4][1] := truex +45; blocks[3][4][2] := truey; blocks[3][5][1] := truex +45 +45; blocks[3][5][2] := truey; blocks[4][1][1] := truex -45 -45; blocks[4][1][2] := truey +45; blocks[4][2][1] := truex -45; blocks[4][2][2] := truey +45; blocks[4][3][1] := truex; blocks[4][3][2] := truey +45; blocks[4][4][1] := truex +45; blocks[4][4][2] := truey +45; blocks[4][5][1] := truex +45 +45; blocks[4][5][2] := truey +45; blocks[5][1][1] := truex -45 -45; blocks[5][1][2] := truey +45 +45; blocks[5][2][1] := truex -45; blocks[5][2][2] := truey +45 +45; blocks[5][3][1] := truex; blocks[5][3][2] := truey +45 +45; blocks[5][4][1] := truex +45; blocks[5][4][2] := truey +45 +45; blocks[5][5][1] := truex +45 +45; blocks[5][5][2] := truey +45 +45; color := GetColor(blocks[3][3][1],blocks[3][3][2]); if(color = GetColor(blocks[2][2][1],blocks[2][2][2])) then begin if(color = GetColor(blocks[2][1][1],blocks[2][1][2])) then begin ClickMouse(blocks[3][3][1],blocks[3][3][2],true); end; if(color = GetColor(blocks[2][4][1],blocks[2][4][2])) then begin ClickMouse(blocks[3][3][1],blocks[3][3][2],true); end; end; if(color = GetColor(blocks[2][4][1],blocks[2][4][2])) then begin if(color = GetColor(blocks[2][2][1],blocks[2][2][2])) then begin ClickMouse(blocks[3][3][1],blocks[3][3][2],true); end; if(color = GetColor(blocks[2][5][1],blocks[2][5][2])) then begin ClickMouse(blocks[3][3][1],blocks[3][3][2],true); end; end; if(color = GetColor(blocks[4][2][1],blocks[4][2][2])) then begin if(color = GetColor(blocks[4][1][1],blocks[4][1][2])) then begin ClickMouse(blocks[4][3][1],blocks[4][3][2],true); end; if(color = GetColor(blocks[4][4][1],blocks[4][4][2])) then begin ClickMouse(blocks[4][3][1],blocks[4][3][2],true); end; end; if(color = GetColor(blocks[4][4][1],blocks[4][4][2])) then begin if(color = GetColor(blocks[4][2][1],blocks[4][2][2])) then begin ClickMouse(blocks[4][3][1],blocks[4][3][2],true); end; if(color = GetColor(blocks[4][5][1],blocks[4][5][2])) then begin ClickMouse(blocks[4][3][1],blocks[4][3][2],true); end; end; end; begin gameset; repeat compilevarx; compilevary; if(truex = 0) then begin end else begin if(FindColor(x,y,2397606,423, 175,423, 175)) then begin end else begin play; end; if(IsKeyDown('1')) then begin //hot key end; if(Findcolor(x,y,7766527,50, 231,404, 271) or Findcolor(x,y,10675052 ,50, 231,404, 271)) then begin MoveMouseSmooth(x,y); wait(50); clickmouse(x,y,true); end; end; nextblockx := nextblockx + 1; until(iskeydown('m')); end. Edited January 25, 2012 by Freddy Quote Link to comment Share on other sites More sharing options...
scarletchrome Posted May 24, 2012 Share Posted May 24, 2012 This would be great! but the links are dead. Quote Link to comment Share on other sites More sharing options...
ScottTef Posted November 29 Share Posted November 29 Pin-Up Betting: Обзор Букмекерской Конторы В заключительные годы букмекерские конторы становятся все более пользующимися популярностью, и одним из ярких представителей этого сегмента является Pin-Up Betting. Эта платформа завлекает игроков многообразием ставок, удобным интерфейсом и широким выбором спортивных событий. В данной статье мы рассмотрим, что есть Pin-Up Betting, его превосходства и особенности. 1. Общая информация о Pin-Up Betting Pin-Up Betting была основана в 2016 году и с тех пор успела занять крепкие позиции на базаре он-лайн ставок. Букмекерская контора работает по лицензии, что отлично обеспечивает легальность и безопасность ее деятельности. Pin-Up предлагает пользователям широкий спектр услуг, включая спортивные ставки, казино и живые игры. 2. Спортивные ставки Pin-Up Betting предлагает ставки на огромное количество спортивных событий, включая: - Футбол - Баскетбол - Теннис - Хоккей - Киберспорт и прочие дисциплины Юзеры могут выбирать из разных типов ставок: одиночные, экспресс, системы и live-ставки. Широкий выбор событий и базаров дозволяет каждому игроку найти наиболее интересные для себя варианты. 3. Бонусы и акции Одним из главных привлечений для новых игроков являются призы. Pin-Up Betting предлагает разные акции, включая приветственный приз для новых юзеров, бонусы на депозит и кэшбэк. Эти предложения дают возможность прирастить шансы на выигрыш и делают игру более захватывающей. 4. Интерфейс и мобильное приложение Интерфейс веб-сайта Pin-Up Betting интуитивно понятен и удобен в процессе применения. Навигация исполняется стремительно, что дает возможность легко обретать нужные события и располагать ставки. Для любителей ставок на ходу букмекерская контора делает отличное предложение мобильное приложение, доступное для Android и iOS. Оно стопроцентно сохраняет функциональность сайта и предоставляет игрокам возможность делать ставки в хоть какое время и в любом месте. 5. Способы пополнения и вывода средств Pin-Up Betting поддерживает широкий спектр платежных систем, включая банковские карты, электрические кошельки и криптовалюту. Это дает возможность пользователям избирать наиболее удачный способ совершения финансовых операций. Вывод средств осуществляется как можно быстрее, и букмекерская контора стремится обеспечивать комфортные условия для своих клиентов pin up site 6. Поддержка пользователей Клиентская поддержка важный аспект работы хоть какой букмекерской конторы. Pin-Up Betting делает отличное предложение юзерам несколько способов связи: онлайн-чат, электронную почту и телефон. Команда помощи трудитсякруглые сутки, готовая помочь в решении любых вопросов. Заключение Pin-Up Betting это современная и надежная букмекерская контора, которая делает отличное предложение игрокам широкий выбор событий спорта, удачный интерфейс и выгодные призы. Независимо от того, являетесь ли вы новичком или опытным игроком, тут можно отыскать что-то занимательное для себя. Однако помните, что ставки всегда связаны с риском, и главно подходить играть ответственно. Quote Link to comment Share on other sites More sharing options...
HaroldHetty Posted Tuesday at 06:58 AM Share Posted Tuesday at 06:58 AM How to Select the Above-board Squire Means in Moscow: Hints and Tips Choosing an protect action in the bishopric of moscow can be a byzantine charge, premised the diverse of options available. Here are a hardly tips to support for you to accomplish the reprimand choice. Damper the Repute When choosing an guardian intermediation, the earliest thing to pay heed to heed to is its reputation. Search in behalf of online reviews, ratings, and recommendations from other clients. The best agencies almost always suffer with positive reviews and a turbulent level of trust. Learn about the services offered Each escort operation makes a matchless deal contrastive services. Ensure that the intermediation offers literally what you be required to. This may bridle opposite types of escorts, meeting themes or additional services such as escorting to events. Learn about costs Prices seeking conductor services can fluctuate massively between agencies. Parallel costs of services at dissimilar agencies to reveal the most talented value for the purpose attribute. Recall that too miserable prices may manifest low level of service. Pinpoint on security Safety is an vital nuance when choosing an cortege agency. Represent sure the intervention has sanctuary measures in squelch for both necessary and escorts. This may include accord verification, confidentiality, and tactics security https://rollgeo.com/callback/?id=&act=fastBack&SITE_ID=s2&name=Robertrof&phone=87178184556&message=How+to+Select+the+Right+Escort+Agency+in+Moscow%3A+Hints+and+Tips+%0D%0A+%0D%0AChoosing+an+protect+agency+in+Moscow+can+be+a+complicated+charge%2C+premised+the+diverse+of+options+available.+Here+are+some+well-thought-of+answers+to+assist+in+place+of+you+to+accomplish+the+out+choice.+%0D%0A+%0D%0AEnquire+into+the+Position+%0D%0A+%0D%0AWhen+choosing+an+guide+intermediation%2C+the+earliest+constituent+to+yield+a+return+notice+to+heed+to+is+its+reputation.+Determine+online+reviews%2C+ratings%2C+and+recommendations+from+distinguishable+clients.+The+most+sterling+agencies+mainly+suffer+with+explicit+reviews+and+a+turbulent+even+of+trust.+%0D%0A+%0D%0ALearn+relative+to+the+services+offered+%0D%0A+%0D%0AEach+squire+medium+offers+varied+services.+Clear+unflinching+that+the+intercession+makes+a+influential+stock+exactly+what+you+prerequisite.+This+may+include+many+types+of+escorts%2C+meeting+themes+or+additional+services+including+escorting+to+events.+%0D%0A+%0D%0ALearn+close+by+costs+%0D%0A+%0D%0APrices+for+conductor+services+can+remodel+significantly+between+agencies.+Bear+prices+of+services+at+dissimilar+agencies+to+lay+one%27s+hands+on+the+customary+value+in+the+service+of+features.+About+that+too+coarse+prices+may+suggest+scurrilous+standard+of+service.+%0D%0A+%0D%0AIndistinct+on+aegis+%0D%0A+%0D%0ACover+is+an+important+nuance+at+the+continually+of+choosing+an+cortege+agency.+Bring+about+sure+the+instrumentality+has+protection+measures+in+situation+pro+both+clients+and+escorts.+This+may+take+in+congruence+verification%2C+confidentiality%2C+and+policy+security+https%3A%2F%2Fpmiren.com%2Fcommunity%2Fhome.php%3Fmod%3Dspace%26uid%3D12186<%2Fa>+%0D%0A+%0D%0AConjunction+the+Intermediation+%0D%0A+%0D%0AGuardianship+your+instincts+%0D%0A+%0D%0AAt+the+unusually+end%2C+belief+your+instincts.+If+you+acquire+doubts+here+the+medium+or+you+caress+uncomfortable%2C+do+not+unsettled+to+look+looking+for+other+options.+Your+compensation+and+protection+should+light+on+first.+%0D%0A+%0D%0APast+following+these+tips%2C+you+have+the+moment+to+chosen+the+valid+accompany+medium+in+Moscow%2C+as+a+result+ensuring+a+delightful+and+strongbox+experience.+%0D%0AHow+to+Supreme+the+Right+Squire+Intercession+in+Moscow%3A+Hints+and+Tips+%0D%0A+%0D%0AChoosing+an+protect+workings+in+Moscow+can+be+a+challenging+work%2C+dedicated+the+massive+slues+of+options+available.+Here+are+a+hardly+tips+to+remedy+instead+of+you+to+make+out+the+correct+choice.+%0D%0A+%0D%0ASurcease+the+Standing+%0D%0A+%0D%0AWhen+choosing+an+escort+intermediation%2C+the+primary+concerns+b+circumstances+to+pay+attention+to+attention+to+is+its+reputation.+Search+for+online+reviews%2C+ratings%2C+and+recommendations+from+different+clients.+The+most+excellently+agencies+mainly+suffer+with+incontestable+reviews+and+a+the+highest+equal+of+trust.+%0D%0A+%0D%0ALearn+down+the+services+offered+%0D%0A+%0D%0AEach+companion+operation+makes+a+weighty+administer+different+services.+Secure+that+the+intercession+offers+specifically+what+looking+for+you+have+occasion+for.+This+may+control+opposite+types+of+escorts%2C+convergence+themes+or+additional+services+such+as+escorting+to+events.+%0D%0A+%0D%0ALearn+about+costs+%0D%0A+%0D%0APrices+through+despite+protect+services+can+vary+significantly+between+agencies.+Bear+costs+of+services+at+several+agencies+to+identify+the+most+appropriate+value+in+the+service+of+quality.+Recollect+that+selfsame+miserable+prices+may+mark+feeble+pedestal+of+service.+%0D%0A+%0D%0AWoolly+on+protection+%0D%0A+%0D%0ACover+is+an+underlying+nuance+at+the+time+of+choosing+an+usher+agency.+Represent+unfaltering+the+means+has+precautions+in+place+for+both+indispensable+and+escorts.+This+may+classify+particularity+verification%2C+confidentiality%2C+and+tactics+security+https%3A%2F%2Fpmiren.com%2Fcommunity%2Fhome.php%3Fmod%3Dspace%26uid%3D12186<%2Fa>+%0D%0A+%0D%0AContact+the+Agency+%0D%0A+%0D%0APositiveness+your+instincts+%0D%0A+%0D%0AAt+the+quite+end%2C+trust+your+instincts.+If+you+have+doubts+nearby+the+intervention+or+you+intuit+uncomfortable%2C+do+not+bewildered+to+look+also+in+behalf+of+other+options.+Your+satisfaction+and+security+should+chance+upon+first.+%0D%0A+%0D%0AOn+following+these+tips%2C+you+commitment+be+able+to+opt+the+valid+usher+agency+in+the+diocese+of+moscow%2C+as+a+result+ensuring+a+delightful+and+safe+experience.&g-recaptcha-response=03AFcWeA5k3zlb78kIG_oeehXvIuAAmD69ZkgFdjFV292vbcNlWxdx4Koqe6IJ8D8YfY226DkGltLdZOWeFwbQJhBbluM_FegGqbLPR1Phr2hCyk2Gp8UVkBcwNUhCBl_-2Qe1XAvaD94seLts4mXFhqO63OmyOd4DtnKlPB-nK2fsuXjRgKisiVInfM1tCnU7s7zwXi1gHjoZ82zEIwecgZTzAm3G3rjFzvMS3rlrdZ52j1tFR_CcHsBrzjc8kWizp5AyQRn7uNOIJgs8rfSDk0uQ0rFmpm59K-R2LKhuQHmO59WS6CbEyUNVgqB0dpv7wZJr0x7xsU__e7eAyEQK-CgTm6NkqvyL3kdr79D1TrTE6sKpFM_B2J0q5GS_6rHmdmeRfpN280I9g6lU5qfimhD6wkN57QnFpA00HELKzsk2alboiGUVN8oLEwFSfkdRz03vMcKrGTuEWy09C3ciRLXXv1GVeBmUMWIyLzTl4HRtHHJ5bM7z492ZRKkNXhg-xWCp68_F5cs88JqWWePq7w6gEhIogvB3Xuo99tUA60lOOTV3V1DrQlzaIe8QBmCDoJNZZehRLK7ebW3gzmOmp4tgwjsdjPvElQIre5L2rhSKEoWqgRR82iG1H1HBlHyoF9MsniDDmAIljLjKqKLci0fLoPJmKQqwGahIya8BnRpYfddrXCTF9EhuPrIlV5x4pQRnMJXk5Qq1Ix34mMuylP73N9RrnIw1L5PSe6J8AUtfa_s7cKRsNCN0Z5MMyhXEg7FQs7nHJFyR8rAXjB4qbJfWVtddy_CFin44tZnUemq0QbxemvDwEteuV9lNOw8W8mrKrwKqi74coZG2MlEls_9sYn9niDRBscIs6-0HH7YNiijkjDeJsDzpOywu5A9iNPvQbG7V9y2MW29NeJ2JBlNQym-KA5kuYZAdHIk0_qnJe6qNT_mlAnFA5HYep3LOyHqJae9D9e2N Touch the Medium Positiveness your instincts Irrevocably, trust your instincts. If you from doubts here the action or you caress uncomfortable, do not be embarrassed to look also in behalf of other options. Your choice and sanctuary must light on first. http://daddysurfer.com/blog/kitesurfing-lessons-school-scotland-edinburgh-fife-dundee-aberdeen-inverness-glasgow/?unapproved=1891358&moderation-hash=3b14dd47953243897dcefb4bead3a64c#comment-1891358 On following these recommendations, you will be talented to settle upon the only usher medium in the conurbation of moscow, as a consequence ensuring a pleasant and sheltered experience. http://47.96.146.26/wordpress/index.php/2020/05/04/the-right-way-to-setup-kodi-for-google-android-tv-set-package-with-kodi-krypton/?unapproved=404207&moderation-hash=8f8e46e0e1d8fa54b59db5a9fbdd7f0f#comment-404207 How to Select the Off Guide Intercession in Moscow: Hints and Tips Choosing an escort activity in the borough of moscow can be a labyrinthine charge, premised the vast number of options available. Here are a few tips to assist for the duration of you to do the repair choice. http://sandrinelee.com/2017/11/17/nudescapes-book-launch/attachment/9/?unapproved=562450&moderation-hash=21462b9bb69ca66cc3fe711e18ea3bd9#comment-562450 Check the Position When choosing an guide agency, the first thing to to to the point attention to is its reputation. Find online reviews, ratings, and recommendations from other clients. The most excellently agencies mainly suffer with explicit reviews and a huge equal of trust. Learn helter-skelter the services offered Each squire operation makes a tremendous administer out of the ordinary services. Make unflinching that the intermediation offers specifically what proper for you constraint. This may hold back numerous types of escorts, joining themes or additional services such as escorting to events. Learn close by costs Prices after conductor services can fluctuate significantly between agencies. Bear prices of services at a sprinkling agencies to hit upon the most appropriate value in the service of quality. Recollect that too low prices may indicate unfavourable level of service. Core on aegis Safeness is an underlying nuance when choosing an escort agency. Bring about unfaltering the instrumentality has precautions in squelch pro both clients and escorts. This may classify accord verification, confidentiality, and regulation security http://houyuhuan.com/home.php?mod=space&uid=383874&do=profile Touch the Intervention Trust your instincts At the unusually terminus, credit your instincts. If you acquire doubts nearby the intervention or you sense uncomfortable, do not be discountenanced to look for other options. Your remuneration and protection should produced first. Past following these recommendations, you be experiencing the moment to settle upon the integrity usher medium in the diocese of moscow, as a consequence ensuring a delectable and sheltered experience. Quote Link to comment Share on other sites More sharing options...