Jump to content

Need help!


Hagman
 Share

Recommended Posts

First question is about this script:

#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>

Opt("GUIOnEventMode", 1)
#Region ### START Koda GUI section ### Form=c:\program files\autoit3\scite\koda\forms\destakor tool.kxf
$Form2_1_1 = GUICreate("DESTAKOR 1.1", 488, 364, 418, 286)
$skill = GUICtrlCreateButton("SKILL SPAM", 4, 295, 161, 25, $BS_CENTER)
GUICtrlSetOnEvent(-1, "skillspamClick")
$INFO = GUICtrlCreateGroup("INFO WINDOW", 4, 7, 329, 129, -1, $WS_EX_TRANSPARENT)
$text = GUICtrlCreateLabel("Hello and welcome to my new program called DESTAKOR. ", 12, 31, 285, 17)
$tex = GUICtrlCreateLabel("With this program then you will be able to Login automaticly,", 12, 47, 285, 17)
$te = GUICtrlCreateLabel("Spam skills, use auto pot automaticly, create a character auto-", 12, 63, 297, 17)
$t = GUICtrlCreateLabel("maticly, and much more wil get added soon. You need gg killer to", 12, 79, 310, 17)
$Label8 = GUICtrlCreateLabel("be able to use this. And Skill hack for skill spam, but i will add more ", 12, 95, 320, 17)
$Label9 = GUICtrlCreateLabel("soon.                        ", 12, 111, 111, 17)
GUICtrlCreateGroup("", -99, -99, 1, 1)
$login = GUICtrlCreateButton("AUTO LOGIN", 4, 263, 161, 25, 0)
GUICtrlSetOnEvent(-1, "autologinClick")
$pet = GUICtrlCreateButton("PET SUMMONER", 4, 231, 161, 25, 0)
GUICtrlSetOnEvent(-1, "petsummonerClick")
$auto = GUICtrlCreateButton("AUTO POT", 5, 199, 159, 25)
GUICtrlSetOnEvent(-1, "autopotClick")
$aut = GUICtrlCreateButton("AUTO CHARACTER", 4, 167, 161, 25, 0)
GUICtrlSetOnEvent(-1, "autocharacterClick")
$description = GUICtrlCreateLabel("- THIS WILL CREATE YOU A CHARCTER AUTOMATIC", 172, 167, 306, 22)
GUICtrlSetFont(-1, 11, 400, 0, "Calibri")
$descriptio = GUICtrlCreateLabel("- THIS WILL USE MANA POTS AUTOMATIC", 172, 199, 253, 22)
GUICtrlSetFont(-1, 11, 400, 0, "Calibri")
$descripti = GUICtrlCreateLabel("- THIS WILL SUMMON UR PET AUTOMATICLY", 172, 231, 270, 22)
GUICtrlSetFont(-1, 11, 400, 0, "Calibri")
$descript = GUICtrlCreateLabel("- THIS WILL LOG YOU AUTOMATICLY IN TO GAME", 172, 263, 296, 22)
GUICtrlSetFont(-1, 11, 400, 0, "Calibri")
$descrip = GUICtrlCreateLabel("- THIS WILL SPAM SKILLS AUTOMATICLY", 172, 295, 242, 22)
GUICtrlSetFont(-1, 11, 400, 0, "Calibri")
$Button1 = GUICtrlCreateButton("CLOSE", 4, 327, 161, 25, 0)
GUICtrlSetOnEvent(-1, "CloseClick")
$descri = GUICtrlCreateLabel("- THIS WILL CLOSE DESTAKOR", 172, 327, 180, 22)
GUICtrlSetFont(-1, 11, 400, 0, "Calibri")
$Label11 = GUICtrlCreateLabel("MADE BY D3$t1ny ", 340, 23, 115, 22)
GUICtrlSetFont(-1, 11, 400, 0, "Calibri")
$Label12 = GUICtrlCreateLabel("FROM E*PVP ", 340, 55, 86, 22)
GUICtrlSetFont(-1, 11, 400, 0, "Calibri")
$link = GUICtrlCreateButton("www.elitepvpers.de", 340, 87, 139, 25, 0)
GUICtrlSetOnEvent(-1, "linkClick")
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###

While 1
    Sleep(100)
WEnd

Func autocharacterClick()
    
    #include <ButtonConstants.au3>
#include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>

Opt("GUIOnEventMode", 1)
#Region ### START Koda GUI section ### Form=c:\program files\autoit3\scite\koda\forms\auto charcter.kxf
$Form2 = GUICreate("AUTO CHARACTER ", 327, 454, 191, 121)
$Checkbox1 = GUICtrlCreateCheckbox("Segita Hunter", 16, 104, 105, 25)
GUICtrlSetFont(-1, 11, 400, 0, "Calibri")
GUICtrlSetOnEvent(-1, "segitahunterClick")
$Checkbox2 = GUICtrlCreateCheckbox("Segnal", 16, 128, 73, 25)
GUICtrlSetFont(-1, 11, 400, 0, "Calibri")
GUICtrlSetOnEvent(-1, "segnalClick")
$Checkbox3 = GUICtrlCreateCheckbox("Incar Macigian", 16, 152, 113, 25)
GUICtrlSetFont(-1, 11, 400, 0, "Calibri")
GUICtrlSetOnEvent(-1, "IncarmagicianClick")
$Checkbox4 = GUICtrlCreateCheckbox("Vicius Summoner", 128, 104, 129, 25)
GUICtrlSetFont(-1, 11, 400, 0, "Calibri")
GUICtrlSetOnEvent(-1, "summonerClick")
$Checkbox5 = GUICtrlCreateCheckbox("Azure Knight", 96, 128, 105, 25)
GUICtrlSetFont(-1, 11, 400, 0, "Calibri")
GUICtrlSetOnEvent(-1, "azureknightClick")
$Checkbox6 = GUICtrlCreateCheckbox("Bagi Warrior", 136, 152, 105, 25)
GUICtrlSetFont(-1, 11, 400, 0, "Calibri")
GUICtrlSetOnEvent(-1, "bagiwarriorClick")
$Class = GUICtrlCreateGroup("Class:", 8, 80, 273, 105)
GUICtrlSetFont(-1, 11, 400, 0, "Calibri")
GUICtrlCreateGroup("", -99, -99, 1, 1)
$Group1 = GUICtrlCreateGroup("INFO", 8, 8, 281, 65)
GUICtrlSetFont(-1, 11, 400, 0, "Calibri")
$Label1 = GUICtrlCreateLabel("This will make you a character automaticly.", 16, 32, 267, 22)
GUICtrlCreateGroup("", -99, -99, 1, 1)
$Group2 = GUICtrlCreateGroup("Starting place:", 8, 192, 273, 57)
GUICtrlSetFont(-1, 11, 400, 0, "Calibri")
$Checkbox7 = GUICtrlCreateCheckbox("Braiken Castle", 16, 216, 113, 25)
GUICtrlSetState(-1, $GUI_CHECKED)
GUICtrlSetOnEvent(-1, "braikencastleClick")
$Checkbox8 = GUICtrlCreateCheckbox("Loa Castle", 136, 216, 121, 25)
GUICtrlSetOnEvent(-1, "loacastleClick")
GUICtrlCreateGroup("", -99, -99, 1, 1)
$Group3 = GUICtrlCreateGroup("INFO ABOUT CHARACTER NAME!", 8, 256, 289, 105)
GUICtrlSetFont(-1, 11, 400, 0, "Calibri")
$Label2 = GUICtrlCreateLabel("NONE SPECIAL CHARACTERS: (!,?.@,£,@,[,),", 16, 280, 271, 22)
$Label3 = GUICtrlCreateLabel("etc, and not more than 12 charcters long.", 16, 304, 254, 22)
$Label4 = GUICtrlCreateLabel("And be sure that no one else got that name.", 16, 328, 274, 22)
GUICtrlCreateGroup("", -99, -99, 1, 1)
$NAME = GUICtrlCreateInput("NAME", 120, 384, 201, 26)
GUICtrlSetFont(-1, 11, 400, 0, "Calibri")
GUICtrlSetOnEvent(-1, "NAMEChange")
$Label5 = GUICtrlCreateLabel("Character name:", 8, 384, 105, 22)
GUICtrlSetFont(-1, 11, 400, 0, "Calibri")
$Button1 = GUICtrlCreateButton("CLOSE", 8, 416, 305, 17, 0)
GUICtrlSetOnEvent(-1, "closeClick")
$Button2 = GUICtrlCreateButton("BACK", 8, 432, 305, 17, 0)
GUICtrlSetOnEvent(-1, "backClick")
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###

While 1
    Sleep(100)
WEnd

Func segitahunterClick()

EndFunc
Func segnalClick()

EndFunc
Func IncarmagicianClick()

EndFunc
Func summonerClick()

EndFunc
Func azureknightClick()

EndFunc
Func bagiwarriorClick()

EndFunc
Func braikencastleClick()

EndFunc
Func loacastleClick()

EndFunc
Func closeClick()

EndFunc
Func BACKClick()

EndFunc
Func NAMEChange()

EndFunc


EndFunc
Func autoClick()

#include <ButtonConstants.au3>
#include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>

Opt("GUIOnEventMode", 1)
#Region ### START Koda GUI section ### Form=c:\program files\autoit3\scite\koda\forms\autopot.kxf
$Form3 = GUICreate("Auto pot ", 504, 230, 190, 606)
$INFO = GUICtrlCreateGroup("Auto pot information", 8, 8, 401, 97)
GUICtrlSetFont(-1, 11, 400, 0, "Calibri")
$Label1 = GUICtrlCreateLabel("Auto pot is something so you can use when you stay afk, with", 16, 32, 338, 19)
GUICtrlSetFont(-1, 10, 400, 0, "Calibri")
$Label2 = GUICtrlCreateLabel("pet (for summoners) or you can spam skills afk in dg and don't got", 16, 56, 367, 19)
GUICtrlSetFont(-1, 10, 400, 0, "Calibri")
$Label3 = GUICtrlCreateLabel("auto pot hack...etc.", 16, 80, 107, 19)
GUICtrlSetFont(-1, 10, 400, 0, "Calibri")
GUICtrlCreateGroup("", -99, -99, 1, 1)
$Checkbox1 = GUICtrlCreateCheckbox("F1 slot on/off", 8, 128, 105, 25)
GUICtrlSetFont(-1, 11, 400, 0, "Calibri")
GUICtrlSetOnEvent(-1, "Checkbox1Click")
$Checkbox2 = GUICtrlCreateCheckbox("F2 slot on/off", 8, 152, 105, 17)
GUICtrlSetFont(-1, 11, 400, 0, "Calibri")
GUICtrlSetOnEvent(-1, "Checkbox2Click")
$Checkbox3 = GUICtrlCreateCheckbox("F3 slot on/off", 120, 152, 97, 17)
GUICtrlSetFont(-1, 11, 400, 0, "Calibri")
GUICtrlSetOnEvent(-1, "Checkbox3Click")
$Checkbox4 = GUICtrlCreateCheckbox("F4 slot on/off", 120, 128, 105, 17)
GUICtrlSetFont(-1, 11, 400, 0, "Calibri")
GUICtrlSetOnEvent(-1, "Checkbox4Click")
$Checkbox5 = GUICtrlCreateCheckbox("F5 slot on/off", 8, 176, 105, 17)
GUICtrlSetFont(-1, 11, 400, 0, "Calibri")
GUICtrlSetOnEvent(-1, "Checkbox5Click")
$Checkbox6 = GUICtrlCreateCheckbox("F6 slot on/off", 120, 176, 97, 17)
GUICtrlSetFont(-1, 11, 400, 0, "Calibri")
GUICtrlSetOnEvent(-1, "Checkbox6Click")
$MS = GUICtrlCreateInput("MS", 288, 192, 113, 26)
GUICtrlSetFont(-1, 11, 400, 0, "Calibri")
GUICtrlSetOnEvent(-1, "MSChange")
$Label6 = GUICtrlCreateLabel("MS:", 256, 192, 27, 22)
GUICtrlSetFont(-1, 11, 400, 0, "Calibri")
$Group1 = GUICtrlCreateGroup("INFO ABOUT THE INPUTBOX", 248, 112, 249, 73)
GUICtrlSetFont(-1, 11, 400, 0, "Calibri")
$Label4 = GUICtrlCreateLabel("Into the inputbox there u write in how", 488, 224, 239, 22)
$Label5 = GUICtrlCreateLabel("many seconds in ms to push the slots", 488, 240, 232, 22)
$Label7 = GUICtrlCreateLabel("again and again.", 488, 256, 103, 22)
GUICtrlCreateGroup("", -99, -99, 1, 1)
$Label8 = GUICtrlCreateLabel("Into the inputbox there u write in how", 256, 128, 239, 22)
GUICtrlSetFont(-1, 11, 400, 0, "Calibri")
$Label9 = GUICtrlCreateLabel("many seconds in ms to push the slots", 256, 144, 232, 22)
GUICtrlSetFont(-1, 11, 400, 0, "Calibri")
$Label10 = GUICtrlCreateLabel("again and again.", 256, 160, 103, 22)
GUICtrlSetFont(-1, 11, 400, 0, "Calibri")
$Button1 = GUICtrlCreateButton("BACK", 8, 200, 97, 25, 0)
GUICtrlSetOnEvent(-1, "Button1Click")
$Button2 = GUICtrlCreateButton("CLOSE", 120, 200, 97, 25, 0)
GUICtrlSetOnEvent(-1, "Button2Click")
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###

While 1
    Sleep(100)
WEnd

Func Button1Click()

EndFunc
Func Button2Click()

EndFunc
Func Checkbox1Click()

EndFunc
Func Checkbox2Click()

EndFunc
Func Checkbox3Click()

EndFunc
Func Checkbox4Click()

EndFunc
Func Checkbox5Click()

EndFunc
Func Checkbox6Click()

EndFunc
Func MSChange()

EndFunc


EndFunc
Func CloseClick()

Exit

EndFunc
Func linkClick()
    
; go to elitepvpers.de 

EndFunc
Func loginClick()

#include <ButtonConstants.au3>
#include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>

Opt("GUIOnEventMode", 1)
#Region ### START Koda GUI section ### Form=c:\program files\autoit3\scite\koda\forms\auto login.kxf
$Form2_1 = GUICreate("AUTO LOGIN", 408, 314, 940, 367)
$Group1 = GUICtrlCreateGroup("INFO", 8, 8, 393, 113)
$Label1 = GUICtrlCreateLabel("First of all this is not a keylogger, it's a login script so log you automaticly into", 16, 24, 360, 17)
$Label2 = GUICtrlCreateLabel("game, but if you don't trust this, then don't use it.", 16, 48, 231, 17)
$Label3 = GUICtrlCreateLabel("Type in ur password and username, then choose 1th, 2nd, 3th, 4th, 5th or 6th", 16, 72, 369, 17)
$Label4 = GUICtrlCreateLabel("character. And what server you want to log on.", 16, 96, 225, 17)
GUICtrlCreateGroup("", -99, -99, 1, 1)
$Label5 = GUICtrlCreateLabel("Account ID: ", 8, 136, 64, 17)
$ID = GUICtrlCreateInput("ID", 72, 136, 121, 21)
GUICtrlSetOnEvent(-1, "IDChange")
$Label6 = GUICtrlCreateLabel("Password: ", 208, 136, 56, 17)
$Password = GUICtrlCreateInput("Password", 264, 136, 113, 21)
GUICtrlSetOnEvent(-1, "PasswordChange")
$Checkbox1 = GUICtrlCreateCheckbox("1th", 56, 200, 33, 17)
GUICtrlSetOnEvent(-1, "Checkbox1Click")
$Checkbox2 = GUICtrlCreateCheckbox("2nd", 96, 200, 41, 17)
GUICtrlSetOnEvent(-1, "Checkbox2Click")
$Checkbox3 = GUICtrlCreateCheckbox("3th", 56, 216, 33, 17)
GUICtrlSetOnEvent(-1, "Checkbox3Click")
$Checkbox4 = GUICtrlCreateCheckbox("4th", 96, 216, 41, 17)
GUICtrlSetOnEvent(-1, "Checkbox4Click")
$Checkbox5 = GUICtrlCreateCheckbox("5th", 56, 232, 33, 17)
GUICtrlSetOnEvent(-1, "Checkbox5Click")
$Checkbox6 = GUICtrlCreateCheckbox("6th", 96, 232, 33, 17)
GUICtrlSetOnEvent(-1, "Checkbox6Click")
$Group2 = GUICtrlCreateGroup("Class:", 32, 176, 113, 97)
GUICtrlSetFont(-1, 11, 400, 0, "Calibri")
GUICtrlCreateGroup("", -99, -99, 1, 1)
$Checkbox7 = GUICtrlCreateCheckbox("Atlantis", 224, 200, 97, 17)
GUICtrlSetOnEvent(-1, "Checkbox7Click")
$Checkbox8 = GUICtrlCreateCheckbox("Divine Valley", 224, 224, 97, 17)
GUICtrlSetOnEvent(-1, "Checkbox8Click")
$Checkbox9 = GUICtrlCreateCheckbox("Arcadia", 224, 248, 97, 17)
GUICtrlSetOnEvent(-1, "Checkbox9Click")
$Group3 = GUICtrlCreateGroup("Server:", 208, 176, 129, 97)
GUICtrlSetFont(-1, 11, 400, 0, "Calibri")
GUICtrlCreateGroup("", -99, -99, 1, 1)
$Button1 = GUICtrlCreateButton("BACK", 8, 280, 393, 17, 0)
GUICtrlSetOnEvent(-1, "Button1Click")
$Button2 = GUICtrlCreateButton("CLOSE", 8, 296, 393, 17, 0)
GUICtrlSetOnEvent(-1, "Button2Click")
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###

While 1
    Sleep(100)
WEnd

Func Button1Click()

EndFunc
Func Button2Click()

EndFunc
Func Checkbox1Click()

EndFunc
Func Checkbox2Click()

EndFunc
Func Checkbox3Click()

EndFunc
Func Checkbox4Click()

EndFunc
Func Checkbox5Click()

EndFunc
Func Checkbox6Click()

EndFunc
Func Checkbox7Click()

EndFunc
Func Checkbox8Click()

EndFunc
Func Checkbox9Click()

EndFunc
Func IDChange()

EndFunc
Func PasswordChange()

EndFunc


EndFunc
Func petClick()

#include <ButtonConstants.au3>
#include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>

Opt("GUIOnEventMode", 1)
#Region ### START Koda GUI section ### Form=c:\program files\autoit3\scite\koda\forms\pet summoner.kxf
$Form2_2 = GUICreate("PET SUMMONER ", 413, 201, 696, 601)
$Group1 = GUICtrlCreateGroup("INFO", 8, 8, 369, 105)
GUICtrlSetFont(-1, 11, 400, 0, "Calibri")
$Label1 = GUICtrlCreateLabel("Put the pet you want to be summoned in skill bar slot 9.", 16, 32, 346, 22)
$Label2 = GUICtrlCreateLabel("", 16, 56, 4, 4)
$Label3 = GUICtrlCreateLabel("Write in how many seconds you want it to wait before it", 16, 56, 346, 22)
$Label4 = GUICtrlCreateLabel("summons you're pet again in MS. 1000MS = 1 second", 16, 80, 324, 22)
GUICtrlCreateGroup("", -99, -99, 1, 1)
$Button1 = GUICtrlCreateButton("START", 8, 160, 393, 25, 0)
GUICtrlSetOnEvent(-1, "Button1Click")
$MS = GUICtrlCreateInput("MS", 72, 128, 97, 21)
GUICtrlSetOnEvent(-1, "MSChange")
$Label5 = GUICtrlCreateLabel("Sleep in MS:", 8, 128, 64, 17)
$Button2 = GUICtrlCreateButton("BACK", 184, 128, 89, 25, 0)
GUICtrlSetOnEvent(-1, "Button2Click")
$Button3 = GUICtrlCreateButton("CLOSE", 280, 128, 81, 25, 0)
GUICtrlSetOnEvent(-1, "Button3Click")
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###

While 1
    Sleep(100)
WEnd

Func Button1Click()

EndFunc
Func Button2Click()

EndFunc
Func Button3Click()

EndFunc
Func MSChange()

EndFunc


EndFunc
Func skillClick()

#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>

Opt("GUIOnEventMode", 1)
#Region ### START Koda GUI section ### Form=c:\program files\autoit3\scite\koda\forms\skill spam.kxf
$Form1 = GUICreate("Skill spam ", 408, 296, 505, 120, BitOR($WS_SYSMENU,$WS_CAPTION,$WS_POPUP,$WS_POPUPWINDOW,$WS_BORDER,$WS_CLIPSIBLINGS))
$Group1 = GUICtrlCreateGroup("Skill Spam Info", 8, 8, 393, 81)
GUICtrlSetFont($Group1, 12, 400, 0, "Calibri")
$Label1 = GUICtrlCreateLabel("Here you can choose what skill slots you want to use", 16, 32, 347, 23)
$Label3 = GUICtrlCreateLabel("and if you use skill hack or not. ", 16, 56, 209, 23)
GUICtrlCreateGroup("", -99, -99, 1, 1)
$Checkbox1 = GUICtrlCreateCheckbox("Skill slot 1 on/off", 8, 136, 129, 33)
GUICtrlSetFont($Checkbox1, 11, 400, 0, "Calibri")
GUICtrlSetOnEvent($Checkbox1, "Checkbox1Click")
$Checkbox2 = GUICtrlCreateCheckbox("Skill slot 2 on/off", 8, 168, 129, 33)
GUICtrlSetFont($Checkbox2, 11, 400, 0, "Calibri")
GUICtrlSetOnEvent($Checkbox2, "Checkbox2Click")
$Checkbox3 = GUICtrlCreateCheckbox("Skill slot 3 on/off", 8, 200, 129, 33)
GUICtrlSetFont($Checkbox3, 11, 400, 0, "Calibri")
GUICtrlSetOnEvent($Checkbox3, "Checkbox3Click")
$Checkbox4 = GUICtrlCreateCheckbox("Skill slot 4 on/off", 8, 232, 129, 25)
GUICtrlSetFont($Checkbox4, 11, 400, 0, "Calibri")
GUICtrlSetOnEvent($Checkbox4, "Checkbox4Click")
$Checkbox5 = GUICtrlCreateCheckbox("Skill slot 5 on/off", 8, 256, 129, 33)
GUICtrlSetFont($Checkbox5, 11, 400, 0, "Calibri")
GUICtrlSetOnEvent($Checkbox5, "Checkbox5Click")
$Checkbox6 = GUICtrlCreateCheckbox("Skill slot 6 on/off", 144, 128, 129, 41)
GUICtrlSetFont($Checkbox6, 11, 400, 0, "Calibri")
GUICtrlSetOnEvent($Checkbox6, "Checkbox6Click")
$Checkbox7 = GUICtrlCreateCheckbox("Skill slot 7 on/off", 144, 160, 129, 33)
GUICtrlSetFont($Checkbox7, 11, 400, 0, "Calibri")
GUICtrlSetOnEvent($Checkbox7, "Checkbox7Click")
$Checkbox8 = GUICtrlCreateCheckbox("Skill slot 8 on/off", 144, 192, 137, 33)
GUICtrlSetFont($Checkbox8, 11, 400, 0, "Calibri")
GUICtrlSetOnEvent($Checkbox8, "Checkbox8Click")
$Checkbox9 = GUICtrlCreateCheckbox("Skill slot 9 on/off", 144, 216, 129, 41)
GUICtrlSetFont($Checkbox9, 11, 400, 0, "Calibri")
GUICtrlSetOnEvent($Checkbox9, "Checkbox9Click")
$Label2 = GUICtrlCreateLabel("Skill spam w/skillhack:", 8, 104, 150, 23)
GUICtrlSetFont($Label2, 12, 400, 0, "Calibri")
$Label4 = GUICtrlCreateLabel("Skill spam without skill hack (coming soon)", 144, 264, 204, 17)
$BACKBUTTON = GUICtrlCreateButton("BACK", 192, 104, 105, 25, 0)
GUICtrlSetOnEvent($BACKBUTTON, "BACKBUTTonclick")
$CLOSE = GUICtrlCreateButton("CLOSE", 304, 104, 97, 25, 0)
GUICtrlSetOnEvent($CLOSE, "CLOSEClick")
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###

While 1
    Sleep(100)
WEnd

Func BACKBUTTonclick()

EndFunc
Func Checkbox1Click()

EndFunc
Func Checkbox2Click()

EndFunc
Func Checkbox3Click()

EndFunc
Func Checkbox4Click()

EndFunc
Func Checkbox5Click()

EndFunc
Func Checkbox6Click()

EndFunc
Func Checkbox7Click()

EndFunc
Func Checkbox8Click()

EndFunc
Func Checkbox9Click()

EndFunc
Func CLOSEClick()

EndFunc


EndFunc

I always get error when i put the action so i want the program to do between func and endfunc.

At the pet summoner, there i want the skill bar slot 9 to get pushed each ms so they write in. Like they write 300000ms then it get pushed each 300 second. How can I make it to save that?

At the Auto login, there I want it to save id, pass, what server I checked the check box at, and if it is 3th or 1th etc character. How can I make it to save that? And do those actions so I put between there?

At the Autopot there i want it to remember what box is checked and push that again and again in ms like the pet summoner. So how?

at the auto character there i want it to do the same as the autologin, save and stuff.

at the skill spam there i want it to use those skill bar slotts so got checked after each other. Like 1,3,8 again and again.

and the back and close buttons to go back to DESTAKOR and close the prog when I click the close button.

Atm I got no actions.

while

But I tryed to make for skill spam like : Send("1")

sleep(1000)

wend

but i got error so please help me.

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...