• SEARCH

    통합검색
  • GAMEZONE
    • 커뮤니티
      • 공지사항
      • 유저게시판
        • 등업게시판
        • 출석체크
        • 정회원 무료자료실
      • 스크린샷
      • 인증자료실
    • 리니지
      • 게임공략 & 팁
      • 홍보게시판
      • 유틸자료실
      • 소스자료실
      • 자유게시판
      • 노하우 게시판
    • 메이플스토리
      • 게임공략 & 팁
      • 홍보게시판
      • 유틸자료실
      • 소스자료실
      • 자유게시판
      • 노하우 게시판
    • 바람의나라
      • 자유게시판
      • 홍보게시판
      • 자료게시판
        • 유틸자료실
        • 소스자료실
        • 클라이언트
        • 팩 자료실
      • 연구게시판
        • 개발내역
        • 질문과답변
        • 기타
      • 강의게시판
        • DR
        • CR
        • 구버전
        • 클라이언트 개조
        • 노하우 게시판
        • 게임공략 & 팁
    • 다크에덴
      • 게임공략 & 팁
      • 홍보게시판
      • 유틸자료실
      • 소스자료실
      • 자유게시판
      • 노하우 게시판
    • 믹스마스터
      • 게임공략 & 팁
      • 홍보게시판
      • 유틸자료실
      • 소스자료실
      • 자유게시판
      • 노하우 게시판
    • 라그나로크
      • 게임공략 & 팁
      • 홍보게시판
      • 유틸자료실
      • 소스자료실
      • 자유게시판
      • 노하우 게시판
    • 기타게임
      • 게임공략 & 팁
      • 홍보게시판
      • 유틸자료실
      • 소스자료실
      • 자유게시판
      • 노하우 게시판
    • 게임강의
    • 비베&포토샵
      • 자유게시판
      • 자료실
        • 일반자료실
        • 포인트 자료실
      • 노하우게시판
      • 포토샵게시판
    • 모바일
      • 게임공략
      • 포인트 자료실
      • 유틸자료실
      • 자유게시판
  • 기타게임 유틸자료실
    • 기타게임 유틸자료실 기타 ()
    • 서든어택 형오 오핫 소스 / 리볼크 구버전

      • ddddsdsd
      • 2020.05.05 - 02:19 28

    #notrayicon

    #Persistent

    #KeyHistory, 0

    #NoEnv

    #HotKeyInterval 1

    #MaxHotkeysPerInterval 127

    #InstallKeybdHook

    #UseHook

    #SingleInstance, Force

     

     

    Gui,1: Color,0000

    gui, 1:font, s17 bold

    gui,1:add, Text , x10 y5 center +BackgroundTrans vt1 , R

    gui,1:add, Text , x30 y5 center +BackgroundTrans vt2 , E

    gui,1:add, Text , x50 y5 center +BackgroundTrans vt3 , V

    gui,1:add, Text , x70 y5 center +BackgroundTrans vt4 , O

    gui,1:add, Text , x90 y5 center +BackgroundTrans vt5 , L

    gui,1:add, Text , x107 y5 center +BackgroundTrans vt6 , C

    gui,1:add, button , x20 y35 w90 h30 center +BackgroundTrans g인증완료,START

    Gui,1: +LastFound +AlwaysOnTop +ToolWindow  -Resize -MaximizeBox +caption

    gui,1:show ,w130 h70,RAINBOW

     

     

    vx1=10

    vx2=30

    vx3=50

    vx4=70

    vx5=90

    vx6=107

    loop{

    sleep, 20

    vx1:=vx1-1

    vx2:=vx2-1

    vx3:=vx3-1

    vx4:=vx4-1

    vx5:=vx5-1

    vx6:=vx6-1

     

    random:= randomcolor()

    Gui,1: Font, %random% 

    guicontrol, Font , t1

    GuiControl, Move, t1, x%vx1% y5

     

    random:= randomcolor()

    Gui,1: Font, %random% 

    guicontrol, Font , t2

    GuiControl, Move, t2, x%vx2% y5

     

    random:= randomcolor()

    Gui,1: Font, %random% 

    guicontrol, Font , t3

    GuiControl, Move, t3, x%vx3% y5

     

    random:= randomcolor()

    Gui,1: Font, %random% 

    guicontrol, Font , t4

    GuiControl, Move, t4, x%vx4% y5

     

    random:= randomcolor()

    Gui,1: Font, %random% 

    guicontrol, Font , t5

    GuiControl, Move, t5, x%vx5% y5

     

    random:= randomcolor()

    Gui,1: Font, %random% 

    guicontrol, Font , t6

    GuiControl, Move, t6, x%vx6% y5

     

    if(vx6<-5)

    {

    vx1:=10+135

    vx2:=30+135

    vx3:=50+135

    vx4:=70+135

    vx5:=90+135

    vx6:=107+135

    }

    }

    return

     

     

    RANDOMCOLOR()

     

    {

     0 = 0

     

     1 = 1

     

     2 = 2

     

     3 = 3

     

     4 = 4

     

     5 = 5

     

     6 = 6

     

     7 = 7

     

     8 = 8

     

     9 = 9

     

     10 = A

     

     11 = B

     

     12 = C

     

     13 = D

     

     14 = E

     

     15 = F

     

     Random, Code0, 0, 15

     

     Random, Code1, 0, 15

     

     Random, Code2, 0, 15

     

     Random, Code3, 0, 15

     

     Random, Code4, 0, 15

     

     Random, Code5, 0, 15

     

     Code0 := %Code0%

     

     Code1 := %Code1%

     

     Code2 := %Code2%

     

     Code3 := %Code3%

     

     Code4 := %Code4%

     

     Code5 := %Code5%

     

     Color = c%Code0%%Code1%%Code2%%Code3%%Code4%%Code5%

     

     return COLOR 

     

    }

     

    RETURN 

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

    인증완료:

     

    sleep,1000

    gui,1: Destroy

     

    SetKeyDelay,-1, 8

    SetControlDelay, -1

    SetMouseDelay, -1

    SetWinDelay,-1

    SendMode, InputThenPlay

    SetBatchLines,-1

    ListLines, Off

    CoordMode, Pixel, Screen, RGB

    CoordMode, Mouse, Screen

    PID := DllCall("GetCurrentProcessId")

    Process, Priority, %PID%, Normal

     

    Gui Font, Bold c0xFFFFFF, Arial

    Gui Add, CheckBox, x17 y10 w120 h23 gpix1 vpix1,해상도 1024X768

    Gui Font

    Gui Font, Bold c0xFFFFFF, Arial

    Gui Add, CheckBox, x155 y10 w120 h23 gpix2 vpix2,해상도 800X600

    Gui Font

    Gui Font, Bold c0xFFFFFF, Arial

    Gui Add, CheckBox, x17 y38 w140 h23 vSec,AimBot Target 1(F1)

    Gui Font

    Gui Font, Bold c0xFFFFFF, Arial

    Gui Add, CheckBox, x155 y38 w140 h23 vSec1,AimBot Target 2(F2)

    Gui Font

    Gui Font, Bold c0xFFFFFF, Arial

    Gui Add, CheckBox, x17 y95 w140 h23 vSec2, AimBot Target 3(F3)

    Gui Font

    Gui Font, Bold c0xFFFFFF, Arial

    Gui Add, CheckBox, x155 y95 w140 h23 vSec3,AimBot Target 4(F4)

    Gui Font

    Gui Add, Edit, x74 y66 w67 h21 vcoloridd1,0xFFFF00

    Gui Font, Bold c0xF4FF33, Arial

    Gui Add, Text, x17 y66 w47 h23 +0x200 ,ColorID1

    Gui Font

    Gui Add, Edit, x213 y66 w67 h21 vcoloridd2,0xFF1C17

    Gui Font, Bold c0xF4FF33, Arial

    Gui Add, Text, x155 y66 w47 h23 +0x200 ,ColorID2

    Gui Font

    Gui Add, Edit, x74 y123 w67 h21 vcoloridd3,0x00FF00

    Gui Font, Bold c0xF4FF33, Arial

    Gui Add, Text, x17 y123 w47 h23 +0x200 ,ColorID3

    Gui Font

    Gui Add, Edit, x213 y123 w67 h21 vcoloridd4,0x2B2EFF

    Gui Font, Bold c0xF4FF33, Arial

    Gui Add, Text, x155 y123 w47 h23 +0x200 ,ColorID4

    Gui Font

    Gui Font, Bold c0xB3E7FF, Arial

    Gui Add, Text, x175 y155 w91 h23 +0x200, Made By 

    Gui Font

    Gui Show, w298 h185,RAINBOW

    gui add, button , x17 y155 w55 h20 center +BackgroundTrans G저장,SAVE

    gui add, button , x87 y155 w55 h20 center +BackgroundTrans G불러오기,LOAD

    Gui Color,Black

     

    Loop

    {

    if pix1= 1

    {

    ZeroX :=512

    ZeroY := 384

    }

    if pix2 =1

    {

    ZeroX := 400

    ZeroY := 300

    }

    XFov := 70

    YFov := 30

    ScanL := ZeroX-XFoV

    ScanR :=ZeroX+Xfov

    ScanT := ZeroY-Yfov

    ScanB := ZeroY+Yfov

    GetKeyState,Operate, RButton

     

    if Operate = D

    {

    GuiControlGet, Sec,,Sec

    if Sec = 1

    {

    PixelSearch, AimPixelX, AimPixelY, ScanL, ScanT, ScanR, ScanB,%coloridd1%,255, fast rgb

    if errorlevel = 0

    {

    GoSub Rainbowoff

    GoSub RainbowM

    GoSub MtoM

    GoSub ReFlecTion

    }

    }

    }

    if Operate = D

    {

    GuiControlGet, Sec1,,Sec1

    if Sec1 = 1

    {

    PixelSearch, AimPixelX, AimPixelY, ScanL, ScanT, ScanR, ScanB,%coloridd2%,255, fast rgb

    if errorlevel = 0

    {

    GoSub Rainbowoff

    GoSub RainbowM

    GoSub MtoM

    GoSub ReFlecTion

    }

    }

    }

    if Operate = D

    {

    GuiControlGet, Sec2,,Sec2

    if Sec2 = 1

    {

    PixelSearch, AimPixelX, AimPixelY, ScanL, ScanT, ScanR, ScanB,%coloridd3%,255, fast rgb

    if errorlevel = 0

    {

    GoSub Rainbowoff

    GoSub RainbowM

    GoSub MtoM

    GoSub ReFlecTion

    }

    }

    }

    if Operate = D

    {

    GuiControlGet, Sec3,,Sec3

    if Sec3 = 1

    {

    PixelSearch, AimPixelX, AimPixelY, ScanL, ScanT, ScanR, ScanB,%coloridd4%,255, fast rgb

    if errorlevel = 0

    {

    GoSub Rainbowoff

    GoSub RainbowM

    GoSub MtoM

    GoSub ReFlecTion

    }

    }

    }

    }

    return

    Rainbowoff:

    AimX := AimPixelX - ZeroX

    AimY := AimPixelY - ZeroY

    If ( AimX > 0 ) {

    DirX :=1

    }

    If ( AimX < 0 ) {

    DirX := -1

    }

    If ( AimY > 0 ) {

    DirY := 1

    }

    If ( AimY < 0 ) {

    DirY := -1

    }

    AimOffsetX := AimX * DirX

    AimOffsetY := AimY * DirY

    Return

    RainbowM:

    RootX := Ceil(( AimOffsetX ** (1/1.5)))

    RootY := Ceil(( AimOffsetY ** (1/1.5)))

    MoveX := RootX * DirX

    MoveY := RootY * DirY

    return

    MtoM:

    If ( Operate == "D" ) {

    DllCall("mouse_event", uint, 1, int, MoveX, int, MoveY, uint, 0, int, 0)

    }

    Return

    reflection:

    SleepDuration = 6

    TimePeriod = 1

    DllCall("Winmm\timeBeginPeriod", uint, TimePeriod)

    Iterations =8

    StartTime := A_TickCount

    Loop, %Iterations% {

    DllCall("Sleep", UInt, TimePeriod)

    }

    DllCall("Winmm\timeEndPeriod", UInt, TimePeriod)

    Return

    DebugTool:

    ToolTip, %MoveX% | %MoveY% || %MX% %MY%

    Return

    F1::

    Gui,submit,nohide

    If Sec = 0

    {

    GUICONTROL,,Sec,1

    }

    if Sec = 1

    {

    GUICONTROL,,Sec,0

    }

    return

    F2::

    Gui,submit,nohide

    If Sec1 = 0

    {

    GUICONTROL,,Sec1,1

    }

    if Sec1 = 1

    {

    GUICONTROL,,Sec1,0

    }

    return

    F3::

    Gui,submit,nohide

    If Sec2 = 0

    {

    GUICONTROL,,Sec2,1

    }

    if Sec2 = 1

    {

    GUICONTROL,,Sec2,0

    }

    return

    F4::

    Gui,submit,nohide

    If Sec3 = 0

    {

    GUICONTROL,,Sec3,1

    }

    if Sec3 = 1

    {

    GUICONTROL,,Sec3,0

    }

    return

    pix1:

    Gui, Submit, NoHide

    GuiControl,,pix1,해상도 1024X768

    return

    pix2:

    Gui, Submit, NoHide

    GuiControl,,pix2,해상도 800X600

    return

    저장:

    Gui,submit,nohide

    IniWrite,%Coloridd1%, Setting.ini,ColorID1,ColorID1

    IniWrite,%Coloridd2%, Setting.ini,ColorID2,ColorID2

    IniWrite,%Coloridd3%, Setting.ini,ColorID3,ColorID3

    IniWrite,%Coloridd4%, Setting.ini,ColorID4,ColorID4

    Msgbox, 64 ,알림, Saved

    return

    불러오기:

    Gui,submit,nohide

    Iniread, Coloridd1, Setting.ini,ColorID1,ColorID1

    Iniread, Coloridd2, Setting.ini,ColorID2,ColorID2

    Iniread, Coloridd3, Setting.ini,ColorID3,ColorID3

    Iniread, Coloridd4, Setting.ini,ColorID4,ColorID4

    Guicontrol,,Coloridd1,%coloridd1%

    Guicontrol,,Coloridd2,%coloridd2%

    Guicontrol,,Coloridd3,%coloridd3%

    Guicontrol,,Coloridd4,%coloridd4%

    Msgbox, 64 ,불러오기, Load

    return

    guiescape:

    GuiClose:

    exitapp 

    Attached file
    5.ahk 11.7KB 0
    이 게시물을..
    N
    0
    0
    • 테런 버츄얼캬키캬캬
    • 0
      ddddsdsd

    ddddsdsd 님의 최근 글

    서든어택 형오 형광오토에임 치토게 33 2020 05.08 서든어택 형오 오핫 소스 / 리볼크 구버전 28 2020 05.05 서든어택 형오 34 2020 05.05

    ddddsdsd 님의 최근 댓글

    작성 댓글이 없습니다.
    글쓴이의 서명작성글 감추기 
    댓글 쓰기 에디터 사용하기 닫기
    • view_headline 목록
    • 14px
    • 테런 버츄얼
    • 목록
      view_headline
    × CLOSE
    전체 던파 76 뮤 72 천상비 10 프로젝트신루 5 아이온 43 어둠의전설 164 리니지2 56 크로노스 72 칼온라인 10 기타 6969
    기본 (6,957) 제목 날짜 수정 조회 댓글 추천 비추
    기타 정렬 검색
    • 게임존 사이트 변경 사항 안내
      3
      2026.02.26 - 01:07 95 3
    6957
    기타
    프메 구축 방법
    구축솔플 2025.12.12 - 15:16 29
    6956
    기타
    프리메이플 구축시 주의사항
    구축솔플 2025.12.12 - 15:14 22
    6955
    기타
    자체 제작한 마우스 클릭 프로그램
    구축솔플 2025.12.12 - 15:09 15
    6954
    기타
    apmsetup7
    권밍꼬 2025.12.01 - 10:16 7
    6953
    기타
    붉은보석 한방팩 구축법
    권밍꼬 2025.11.24 - 11:30 91
    6952
    기타
    와우 부활후유증,귀환석 쿨타임 제거방법
    권밍꼬 2025.11.24 - 11:05 5
    6951
    기타
    SQL을 막 배우시는 분들에게 좋은 사이트
    나여 2025.10.24 - 18:46 28
    6950
    기타
    스타유즈맵천하제일거상
    기무노 2025.10.19 - 05:32 22
    6949
    기타
    스타유즈맵 마린키우기
    기무노 2025.10.19 - 05:31 10
    6948
    기타
    스타유즈맵 4대4 라만차
    기무노 2025.10.19 - 05:30 8
    6947
    기타
    스타유즈맵 원피스 해적시대
    기무노 2025.10.19 - 05:30 15
    6946
    기타
    스타유즈맵 바이러스키우기
    기무노 2025.10.19 - 05:29 7
    6945
    기타
    스타크래프트 키리의강화기
    권준영 2025.10.15 - 02:10 17
    6944
    기타
    안카메라 구버전
    권준영 2025.10.15 - 02:07 7
    6943
    기타
    곰믹스
    캬키캬캬 2025.10.14 - 06:12 7
    6942
    기타
    IDA 7.0
    캬키캬캬 2025.10.13 - 10:08 5
    6941
    기타
    버츄얼 피터팬
    캬키캬캬 2025.10.13 - 09:55 9
    6940
    기타
    버츄얼
    캬키캬캬 2025.10.13 - 09:54 10
    6939
    기타
    테런 버츄얼
    캬키캬캬 2025.10.13 - 09:54 21
    6938
    기타
    업데이트 클린 툴
    캬키캬캬 2025.10.11 - 19:34 6
    • 1 2 3 4 5 6 7 8 9 10 .. 348
    • / 348 GO
  • GAMEZONE
 GAMEZONE all rights reserved.
by OrangeDay