Register for your free account! | Forgot your password?

Go Back   elitepvpers > Popular Games > Silkroad Online > SRO Private Server > SRO PServer Guides & Releases
You last visited: Today at 12:54

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[TOOL] Most reliable ECSRO/MySRO/Private Server Autopot!

Discussion on [TOOL] Most reliable ECSRO/MySRO/Private Server Autopot! within the SRO PServer Guides & Releases forum part of the SRO Private Server category.

Closed Thread
 
Old   #1
 
g859's Avatar
 
elite*gold: 0
Join Date: Jul 2008
Posts: 740
Received Thanks: 387
[TOOL] Most reliable ECSRO/MySRO/Private Server Autopot!

First, download AutoHotKey.

Next, save this as Autopot.ahk in Notepad:

Code:
#SingleInstance force
#Persistent

IniRead, pctHP, autopot.ini, Threshold, health, 50
IniRead, pctMP, autopot.ini, Threshold, mana, 50
IniRead, pctVG, autopot.ini, Threshold, vigor, 25
IniRead, keyHP, autopot.ini, Hotkey, health, 9
IniRead, keyMP, autopot.ini, Hotkey, mana, 0
IniRead, keyVG, autopot.ini, Hotkey, vigor, 8
IniRead, keyST, autopot.ini, Hotkey, status, X
IniRead, keyOP, autopot.ini, Hotkey, options, ^``
IniRead, delay, autopot.ini, Delay, delay, 1

Menu, Tray, NoStandard
Menu, Tray, Add, Options, Gui
Menu, Tray, Default, Options
Menu, Tray, Add, About, About
Menu, Tray, Add
Menu, Tray, Add, Exit, Quit
Menu, Tray, Click, 2
Menu, Tray, Tip, AutoPot
IfExist, autopot.ini
    Goto, Init

Gui:
If delay >= 1000 
{
    delay := delay / 1000
}
Gui, +AlwaysOnTop
Gui, Add, GroupBox, w136 h70, Health
Gui, Add, Text, Section xp+8 yp+15, Hotkey:
Gui, Add, Hotkey, ys-3 w73 vkeyHP, %keyHP%
Gui, Add, Slider, xs h20 TickInterval10 vpctHP, %pctHP%
Gui, Add, GroupBox, xp-8 yp+32 w136 h70, Mana
Gui, Add, Text, Section xp+8 yp+15, Hotkey:
Gui, Add, Hotkey, ys-3 w73 vkeyMP, %keyMP%
Gui, Add, Slider, xs h20 TickInterval10 vpctMP, %pctMP%
Gui, Add, GroupBox, xp-8 yp+32 w136 h70, Vigor
Gui, Add, Text, Section xp+8 yp+15, Hotkey:
Gui, Add, Hotkey, ys-3 w73 vkeyVG, %keyVG%
Gui, Add, Slider, xs h20 TickInterval10 vpctVG, %pctVG%
Gui, Add, GroupBox, xp-8 yp+32 w136 h39, Status
Gui, Add, Text, Section xp+8 yp+15, Hotkey:
Gui, Add, Hotkey, ys-3 w73 vkeyST, %keyST%
Gui, Add, GroupBox, xp-55 yp+28 w136 h39, Options
Gui, Add, Text, Section xp+8 yp+15, Hotkey:
Gui, Add, Hotkey, ys-3 w73 vkeyOP, %keyOP%
Gui, Add, Edit, xp-47 yp+34 vdelay, 1
Gui, Add, UpDown, Range-0-10, %delay%
Gui, Add, Text, xp+36 yp+3, s Delay
Gui, Add, Button, xp+47 yp-5, Apply
Gui, Show,, Options
Return

GuiClose:
ExitApp
Return

GuiSize:
IfEqual, A_EventInfo, 1
    Gui, Destroy
Return

ButtonApply:
Gui, Submit
Gui, Destroy
IniWrite, %pctHP%, autopot.ini, Threshold, health
IniWrite, %pctMP%, autopot.ini, Threshold, mana
IniWrite, %pctVG%, autopot.ini, Threshold, vigor
IniWrite, %keyHP%, autopot.ini, Hotkey, health
IniWrite, %keyMP%, autopot.ini, Hotkey, mana
IniWrite, %keyVG%, autopot.ini, Hotkey, vigor
IniWrite, %keyST%, autopot.ini, Hotkey, status
IniWrite, %keyOP%, autopot.ini, Hotkey, options
IniWrite, %delay%, autopot.ini, Delay, delay
Hotkey, %keyOP%, Options
FileSetAttrib, +H+T, autopot.ini
Goto, Init
Return

Options:
Goto, Gui
Return

about:
MsgBox, 32, About AutoPot, Brought to you by Cruor.
Return

Quit:
ExitApp
Return

Init:
delay := 1000 * delay
crdHP := 84 + 120 * (pctHP/100)
crdMP := 84 + 120 * (pctMP/100)
crdVG := 84 + 120 * (pctVG/100)
Transform, crdHP, Round, crdHP
Transform, crdMP, Round, crdMP
Transform, crdVG, Round, crdVG

hpColor = 0x6F030D,0x6C030E,0x6B030E,0x6A040F,0x68040F,0x66040E
mpColor = 0x0F1C4C,0x112055,0x101E4F,0x101E4E,0x102051,0x0F1D4C,0x101F4F,0x0F1D4A,0x101F4E,0x112052,0x101E4D,0x0F1E4B

SetKeyDelay, 100

Goto, Main
Return

Main:
Loop
{
    WinGetActiveTitle, wndTitle
    IfEqual, wndTitle, SRO_Client
    {
        PixelGetColor,boolIG,172,23,rgb
	PixelGetColor,boolIG2,173,25,rgb
        If (boolIG = 0xFFD953 || boolIG2 = 0xFFD953)
        {
	    PixelGetColor,boolHP,crdHP,32,rgb
            PixelGetColor,boolMP,crdMP,48,rgb
            PixelGetColor,boolHV,crdVG,32,rgb
            PixelGetColor,boolMV,crdVG,48,rgb
            if boolHV not in %hpColor%
                Send %keyVG%
            if boolMV not in %mpColor%
                Send %keyVG%
            if boolHP not in %hpColor%
                Send %keyHP%
            if boolMP not in %mpColor%
                Send %keyMP%
            PixelGetColor,boolST1,218,59,rgb
            PixelGetColor,boolST2,218,60,rgb
            PixelGetColor,boolST3,218,61,rgb
            if (boolST1 = 0x84E7FF && boolST2 = 0x00CEFF && boolST3 = 0x000000)
                Send %keyST%
        }
    }
    Sleep delay
}
Return
Double Click on the Autopot.ahk and you're good to go!

Credits for the Autopot go to Cruor.

Here is a guide using pictures:
Step 1:


Step 2:


Step 3:


Step 4:


Have fun, it takes up hardly any RAM and works perfectly.

Vista users should run as Administrator and should be good to go!
g859 is offline  
Thanks
17 Users
Old 12/06/2008, 04:01   #2
 
g859's Avatar
 
elite*gold: 0
Join Date: Jul 2008
Posts: 740
Received Thanks: 387
C'mon, someone has to of tried it
g859 is offline  
Thanks
1 User
Old 12/07/2008, 18:35   #3
 
Raister's Avatar
 
elite*gold: 0
Join Date: Feb 2008
Posts: 200
Received Thanks: 34
i am currently using it and its great
thx
Raister is offline  
Thanks
1 User
Old 12/07/2008, 18:44   #4
 
hambal's Avatar
 
elite*gold: 20
Join Date: Apr 2008
Posts: 1,840
Received Thanks: 366
where to download autohotkey ?
hambal is offline  
Thanks
1 User
Old 12/07/2008, 18:45   #5
 
hitman69's Avatar
 
elite*gold: 20
Join Date: Mar 2007
Posts: 1,141
Received Thanks: 216
I'd rather use a Memory Autopot : )
hitman69 is offline  
Thanks
1 User
Old 12/07/2008, 19:25   #6
 
joker309's Avatar
 
elite*gold: 0
Join Date: Jun 2007
Posts: 653
Received Thanks: 113
it wont let me write the hotkeys down
joker309 is offline  
Thanks
1 User
Old 12/08/2008, 03:03   #7
 
g859's Avatar
 
elite*gold: 0
Join Date: Jul 2008
Posts: 740
Received Thanks: 387
Make sure you run the AutoPot before launching the game. It's won't work other-wise. It's probably the best I've used since it doesn't make your client lag, have a virus, etc. It also does status and if you wanted to replace Universal Pills with HGP, it would work too So it could function as an autopot+pet healer.

Website for AutoHotKey is:

g859 is offline  
Old 12/08/2008, 05:17   #8
 
elite*gold: 0
Join Date: Jul 2008
Posts: 122
Received Thanks: 5
i have question i don't say 9 and 0 while talking like the old auto potion
cuz my sro read from momry 2
plss explain
Ahmed_100 is offline  
Thanks
1 User
Old 12/15/2008, 04:44   #9
 
g859's Avatar
 
elite*gold: 0
Join Date: Jul 2008
Posts: 740
Received Thanks: 387
Anyone else been using this?
g859 is offline  
Old 12/17/2008, 21:25   #10
 
elite*gold: 0
Join Date: Apr 2008
Posts: 4
Received Thanks: 0
somone who can help me ? the autopot is working but there is still one problem, when my hp and mp is full the autopot is still recovering and am loosing alot of my because of so pliis help with this problem :S it's pain in the *** :@ add my msn because i dont use this forum so much so it would be easier to use msn. Thnx^^
bonaqua10 is offline  
Old 12/17/2008, 21:26   #11
 
elite*gold: 0
Join Date: Apr 2008
Posts: 4
Received Thanks: 0
i did mean i loose alot of money :P
bonaqua10 is offline  
Old 12/21/2008, 01:41   #12
 
elite*gold: 0
Join Date: Mar 2008
Posts: 267
Received Thanks: 107
i use this (its cruors autopot from the beginning) and its the best out there.
Liberta is offline  
Old 02/21/2009, 12:30   #13
 
half113's Avatar
 
elite*gold: 0
Join Date: Apr 2008
Posts: 1,094
Received Thanks: 286
i have used it in the past but does it work whit multi client when i have like 2 clients open
half113 is offline  
Old 02/21/2009, 13:32   #14
 
adrenaliN<'s Avatar
 
elite*gold: 0
Join Date: Nov 2007
Posts: 4
Received Thanks: 1
ty so much
adrenaliN< is offline  
Old 04/08/2009, 19:29   #15
 
elite*gold: 0
Join Date: Jan 2008
Posts: 14
Received Thanks: 0
it uses pill on zombie ????
tomux777 is offline  
Closed Thread


Similar Threads Similar Threads
[Tool] AútoPot [ECSRO]
06/01/2009 - SRO PServer Guides & Releases - 3 Replies
AútoPot http://www3.pic-upload.de/31.05.09/9hju3u.jpg How it work : 1. Start "ECSRO client" 2. Write your "ID" & "PW" 3. Start "AutoPot" 4. Make your Config
New autopot! Compatible with all media.pk2 (ecsro, mysro, sjsro)
03/23/2009 - SRO Private Server - 9 Replies
Hello! I have made a new autopot, it's compatible with all media.pk2 and it doesn't change the skillbars! #removed links MD5: 276A6DAD1BC8485649B67A002881893D I hope you like it!!!!



All times are GMT +2. The time now is 12:54.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.