Jump to content

Recommended Posts

Posted

hello guys, i want to know if theres any cp clicker for gracia final since the latest ACP doesnt work on gracia final..., if you have something interesting or an working ACP for gracia final post it here please.

 

Posted

yes it's true this CP clicker here doesn't work on final gracia:

 

http://www.maxcheaters.com/forum/index.php?topic=38510.0

 

do you need to patch the system or something like this??

it would be nice if you could help us

 

try Fyrre's patches (http://mfyyre.narod.ru/) for gracia final.that will eliminate gameguard and u'll be able to use clickers,bots and everything XD

 

Posted

try Fyrre's patches (http://mfyyre.narod.ru/) for gracia final.that will eliminate gameguard and u'll be able to use clickers,bots and everything XD

 

 

i haven't tested this yet with gracia final. only with gracia 2 and it works. but gracia final patches are available on website.im glad to help here :)

Posted

i haven't tested this yet with gracia final. only with gracia 2 and it works. but gracia final patches are available on website.im glad to help here :)

no thats not working unfortunately since you cant patch the GG with gracia final searching for other ideas :s

Posted

if u want l2net pots script i can paste mine.

works on gracia final

 

DEFINE_GLOBAL INT ZERO 0
DEFINE_GLOBAL INT 2K 2000
DEFINE_GLOBAL INT 3K 2500
DEFINE_GLOBAL INT 4K 4000
DEFINE_GLOBAL INT 5K 5000
DEFINE_GLOBAL INT 7K 7000
DEFINE_GLOBAL INT 5H 500

THREAD SPAM_CP
THREAD SPAM_GHP
THREAD CP_ELIXIR
THREAD HP_ELIXIR
THREAD HP_QUICK
THREAD MANA

DO
    SLEEP 20000
LOOP ZERO == ZERO

END_SCRIPT

FUNCTION SPAM_CP
PRINT_TEXT "SPAM_CP Started"
DO
    IF CHAR_CUR_CP < CHAR_MAX_CP
        USE_ITEM 5592 //Greater CP POT
        SLEEP 100
        USE_ITEM 5591 //Normal CP POT
    ENDIF
sleep 100
LOOP ZERO == ZERO
RETURN VOID

FUNCTION SPAM_GHP
PRINT_TEXT "SPAM_GHP Started"
DO
    IF CHAR_CUR_HP < CHAR_MAX_HP
        USE_ITEM 1539 //GHP
        SLEEP 15000
    ENDIF
sleep 100
LOOP ZERO == ZERO
RETURN VOID

FUNCTION CP_ELIXIR
PRINT_TEXT "CP_ELIXIR Started"
DO
    IF CHAR_CUR_CP < CHAR_MAX_CP
        USE_ITEM 8639 //Elixir of CP S-Grade
        SLEEP 300000 //Sleep 5min
    ENDIF
sleep 100
LOOP ZERO == ZERO
RETURN VOID

FUNCTION HP_ELIXIR
PRINT_TEXT "HP_ELIXIR Started"
DO
    IF CHAR_CUR_HP < 2K
        USE_ITEM 8627 //Elixir of life S-Grade
        SLEEP 300000 //Sleep 5min
    ENDIF
sleep 100
LOOP ZERO == ZERO
RETURN VOID

FUNCTION HP_QUICK
PRINT_TEXT "Quick Healing Potion Started"
DEFINE STRING AUX "Quick Healing Potion"
DEFINE INT QUICK 0
ITEM_GET_ID QUICK "<&AUX&>"
DO
        IF CHAR_CUR_HP < 5K
              USE_ITEM "<&QUICK&>"
              SLEEP 3000
        ENDIF
        SLEEP 500
LOOP ZERO == ZERO
RETURN VOID

FUNCTION MANA
PRINT_TEXT "Mana Potion Started"
DEFINE STRING AUX "Mana Potion"
DEFINE INT MANA 0
ITEM_GET_ID MANA "<&AUX&>"
DO
        IF CHAR_CUR_MP < 3K
              USE_ITEM "<&MANA&>"
        ENDIF
        SLEEP 100
LOOP ZERO == ZERO
RETURN VOID


Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...