GamerzPlanet - For All Your Online Gaming Needs!!

Go Back   GamerzPlanet - For All Your Online Gaming Needs!! > SilkRoad Online > SilkRoad Online Bots/Hacks Discussion

SilkRoad Online Bots/Hacks Discussion SilkRoad Bots and Hacks discussion



Auto-potting for wolf

SilkRoad Online Bots/Hacks Discussion


Closed Thread
 
Thread Tools Display Modes
Old 07-29-2006, 11:07 PM   #1
Registered User
 
Last Online: 07-06-2007 07:05 PM
Join Date: Apr 2006
Posts: 38
Thanks: 0
Thanked 7 Times in 5 Posts
dante18 is on a distinguished road
iTrader: 0 / 0%
Points: 39.00
Bank: 0.00
Total Points: 39.00
Auto-potting for wolf

Hello guys, I have this code that I got from NosT a period ago. However, I need some help in putting it into a script. Could any of you kind scripters offer help? With a bot account, I'll be able to run AutoIT scripts. Ideally, the script should be started after I run the bot, get in game, and summon my wolf. "x" is the key for the wolf's pots. I am on 1024x768. Thanks!

Here's the code:

Quote:
Func Pet()
$colorPet=pixelgetcolor(87,68)
$colorPetHp=pixelgetcolor(168,87)
$colorPetPots=pixelgetcolor(354,736)
if $colorPet=(4343114) then
if $colorPetPots= (0) then
if $colorPetHp<>(16724273) then
send("x")
sleep(200)
endif
else
MouseMove(657,696)
sleep(200)
mouseclick("right",657,696,1)
sleep(200)
endif
endif
endfunc
dante18 is offline  
The Following User Says Thank You to dante18 For This Useful Post:
zomfgwtfbbqpwnage (05-26-2008)
Sponsored Links
Old 07-29-2006, 11:45 PM   #2
Registered User
 
Last Online: 08-17-2008 02:49 AM
Join Date: Mar 2006
Posts: 54
Thanks: 0
Thanked 32 Times in 14 Posts
NosT is on a distinguished road
iTrader: 0 / 0%
Points: 1,013.00
Bank: 0.00
Total Points: 1,013.00
Re: Auto-potting for wolf

If u want it to run then that is what u need..

code:

do while winexists(SRO_Client)
pet()
Wend


Func Pet()
winactivate(SRO_Client)
$colorPet=pixelgetcolor(87,68)
$colorPetHp=pixelgetcolor(168,87)
$colorPetPots=pixelgetcolor(354,736)
if $colorPet=(4343114) then
if $colorPetPots= (0) then
if $colorPetHp<>(16724273) then
send("x")
sleep(200)
endif
else
MouseMove(657,696)
sleep(200)
mouseclick("right",657,696,1)
sleep(200)
endif
endif
endfunc

That should it if i dont have any mistakes...

NosT

P.S: I forgot to tell that you should run it after yyou summoned ur wolf
NosT is offline  
The Following User Says Thank You to NosT For This Useful Post:
zomfgwtfbbqpwnage (05-26-2008)
Old 07-30-2006, 01:17 AM   #3
Lurker
 
Last Online: 03-23-2007 05:43 AM
Join Date: Mar 2006
Posts: 4
Thanks: 0
Thanked 1 Time in 1 Post
Hellboy213 is on a distinguished road
iTrader: 0 / 0%
Points: 0.00
Bank: 0.00
Total Points: 0
Re: Auto-potting for wolf

i just got my first wolf today... any chance i could use this aswell when its finnished?
Hellboy213 is offline  
The Following User Says Thank You to Hellboy213 For This Useful Post:
zomfgwtfbbqpwnage (05-26-2008)
Old 07-30-2006, 09:22 PM   #4
Registered User
 
Last Online: 07-06-2007 07:05 PM
Join Date: Apr 2006
Posts: 38
Thanks: 0
Thanked 7 Times in 5 Posts
dante18 is on a distinguished road
iTrader: 0 / 0%
Points: 39.00
Bank: 0.00
Total Points: 39.00
Re: Auto-potting for wolf

Thanks NosT!

You mean

Quote:
while winexists(SRO_Client)
pet()
Wend


Func Pet()
winactivate(SRO_Client)
$colorPet=pixelgetcolor(87,68)
$colorPetHp=pixelgetcolor(168,87)
$colorPetPots=pixelgetcolor(354,736)
if $colorPet=(4343114) then
if $colorPetPots= (0) then
if $colorPetHp<>(16724273) then
send("x")
sleep(200)
endif
else
MouseMove(657,696)
sleep(200)
mouseclick("right",657,696,1)
sleep(200)
endif
endif
endfunc
Like this?
Because I think there's no command "do while etc.."
I'll try it when I bot tomorrow.

EDIT: hey, doesn't seem to work for me. It says invalid function name or something..

Last edited by dante18; 07-30-2006 at 10:07 PM..
dante18 is offline  
The Following User Says Thank You to dante18 For This Useful Post:
zomfgwtfbbqpwnage (05-26-2008)
Old 07-30-2006, 10:53 PM   #5
Registered User
 
Last Online: 04-27-2008 02:13 AM
Join Date: Jun 2006
Location: Beside a computer.
Posts: 108
Thanks: 1
Thanked 5 Times in 5 Posts
argenteyez is on a distinguished road
iTrader: 0 / 0%
Points: 0.00
Bank: 0.00
Total Points: 0
Re: Auto-potting for wolf

i think its cuz of the capital on Pet.
argenteyez is offline  
The Following User Says Thank You to argenteyez For This Useful Post:
zomfgwtfbbqpwnage (05-26-2008)
Old 08-27-2006, 10:41 PM   #6
Lurker
 
Last Online: 09-14-2006 03:08 AM
Join Date: May 2006
Age: 26
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
uB3r` is on a distinguished road
iTrader: 0 / 0%
Points: 128.00
Bank: 0.00
Total Points: 128.00
Re: Auto-potting for wolf

Yea I cant get this to work either. It sure would be nice to have some kind of autopot for the wolf. I tried changing around the p to P but that didn't work. Some kind of error, Wend with no proper While or something.
uB3r` is offline  
Old 08-28-2006, 12:29 AM   #7
Lurker
 
Last Online: 08-28-2006 08:44 PM
Join Date: Aug 2006
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
kamper_karl is on a distinguished road
iTrader: 0 / 0%
Points: 13.00
Bank: 0.00
Total Points: 13.00
Re: Auto-potting for wolf

hey,

im kinda new at hacking and bots and stff,

i was wondering.... how do you use that auto-potting for wolf thing?

if any1 can help me i will give them a no health lost cheat
kamper_karl is offline  
Old 08-28-2006, 02:45 AM   #8
Registered User
 
Last Online: 04-27-2008 02:13 AM
Join Date: Jun 2006
Location: Beside a computer.
Posts: 108
Thanks: 1
Thanked 5 Times in 5 Posts
argenteyez is on a distinguished road
iTrader: 0 / 0%
Points: 0.00
Bank: 0.00
Total Points: 0
Re: Auto-potting for wolf

k kamper, send that cheat and ill help u.
argenteyez is offline  
Old 08-28-2006, 03:01 AM   #9
Lurker
 
Last Online: 08-28-2006 08:44 PM
Join Date: Aug 2006
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
kamper_karl is on a distinguished road
iTrader: 0 / 0%
Points: 13.00
Bank: 0.00
Total Points: 13.00
Re: Auto-potting for wolf

k thanx ill send you that cheat when i get it
kamper_karl is offline  
Old 08-28-2006, 03:30 AM   #10
Registered User
 
Last Online: 04-27-2008 02:13 AM
Join Date: Jun 2006
Location: Beside a computer.
Posts: 108
Thanks: 1
Thanked 5 Times in 5 Posts
argenteyez is on a distinguished road
iTrader: 0 / 0%
Points: 0.00
Bank: 0.00
Total Points: 0
Re: Auto-potting for wolf

when u get it ? get what?
argenteyez is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

All times are GMT -7. The time now is 05:04 PM.


Powered by: vBulletin
Copyright ©2008, GamerzPlanet.Net
SEO by vBSEO 3.2.0 ©2008, Crawlability, Inc.
Network: GamerzPlanet | ForumzPlanet | GzPUpload | GzPArcade | GzP Host | Australian Poker | Watch Desperate Housewives | Visits: