Advertisement
Onnura1

Untitled

Apr 21st, 2015
844
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 190.09 KB | None | 0 0
  1. VERSION 5.00
  2. Begin VB.Form form1
  3. BackColor = &H80000009&
  4. BorderStyle = 1 'Fixed Single
  5. Caption = "Hero Fire Bot"
  6. ClientHeight = 7020
  7. ClientLeft = 45
  8. ClientTop = 390
  9. ClientWidth = 3405
  10. BeginProperty Font
  11. Name = "Tahoma"
  12. Size = 8.25
  13. Charset = 162
  14. Weight = 400
  15. Underline = 0 'False
  16. Italic = 0 'False
  17. Strikethrough = 0 'False
  18. EndProperty
  19. Icon = "Form1.frx":0000
  20. LinkTopic = "Form1"
  21. MaxButton = 0 'False
  22. ScaleHeight = 7020
  23. ScaleWidth = 3405
  24. StartUpPosition = 3 'Windows Default
  25. Begin VB.TextBox Text1
  26. Alignment = 2 'Center
  27. Appearance = 0 'Flat
  28. BackColor = &H80000008&
  29. ForeColor = &H8000000B&
  30. Height = 285
  31. Left = 120
  32. TabIndex = 3
  33. Text = "Knight Online Client"
  34. Top = 4680
  35. Width = 3255
  36. End
  37. Begin VB.CommandButton Command1
  38. Caption = "Botu Oyuna Bağla"
  39. Height = 255
  40. Left = 120
  41. TabIndex = 2
  42. Top = 5040
  43. Width = 3255
  44. End
  45. Begin VB.PictureBox Picture1
  46. Appearance = 0 'Flat
  47. BackColor = &H80000005&
  48. BorderStyle = 0 'None
  49. ForeColor = &H80000008&
  50. Height = 3495
  51. Left = -240
  52. Picture = "Form1.frx":0CCA
  53. ScaleHeight = 3495
  54. ScaleWidth = 3495
  55. TabIndex = 1
  56. Top = 120
  57. Width = 3495
  58. End
  59. Begin VB.PictureBox Picture2
  60. BackColor = &H80000009&
  61. BorderStyle = 0 'None
  62. Height = 975
  63. Left = 0
  64. Picture = "Form1.frx":42AD
  65. ScaleHeight = 975
  66. ScaleWidth = 3495
  67. TabIndex = 0
  68. Top = 3480
  69. Width = 3495
  70. End
  71. Begin VB.Label Label1
  72. Alignment = 2 'Center
  73. Appearance = 0 'Flat
  74. BackColor = &H80000007&
  75. BorderStyle = 1 'Fixed Single
  76. Caption = "Hakkında"
  77. ForeColor = &H80000002&
  78. Height = 255
  79. Left = 120
  80. TabIndex = 8
  81. Top = 5520
  82. Width = 1515
  83. End
  84. Begin VB.Label Label2
  85. Alignment = 2 'Center
  86. Appearance = 0 'Flat
  87. BackColor = &H80000008&
  88. BorderStyle = 1 'Fixed Single
  89. Caption = "BOT ÜCRETİ TIKLA"
  90. ForeColor = &H80000002&
  91. Height = 255
  92. Left = 1680
  93. TabIndex = 7
  94. Top = 5520
  95. Width = 1605
  96. End
  97. Begin VB.Label Label3
  98. Alignment = 2 'Center
  99. Appearance = 0 'Flat
  100. BackColor = &H80000007&
  101. BorderStyle = 1 'Fixed Single
  102. Caption = "Bu Bot (HACKED) Tarafından"
  103. ForeColor = &H80000002&
  104. Height = 255
  105. Left = 120
  106. TabIndex = 6
  107. Top = 6000
  108. Width = 3255
  109. End
  110. Begin VB.Label Label4
  111. Alignment = 2 'Center
  112. Appearance = 0 'Flat
  113. BackColor = &H80000007&
  114. BorderStyle = 1 'Fixed Single
  115. Caption = "Onlinehile Üyelerine Yazılmıştır"
  116. ForeColor = &H80000002&
  117. Height = 255
  118. Left = 120
  119. TabIndex = 5
  120. Top = 6360
  121. Width = 3255
  122. End
  123. Begin VB.Label Label5
  124. Alignment = 2 'Center
  125. Appearance = 0 'Flat
  126. BackColor = &H80000007&
  127. BorderStyle = 1 'Fixed Single
  128. Caption = "Botu OnlineHile'den İndiriniz"
  129. ForeColor = &H80000002&
  130. Height = 255
  131. Left = 120
  132. TabIndex = 4
  133. Top = 6720
  134. Width = 3255
  135. End
  136. End
  137. Attribute VB_Name = "form1"
  138. Attribute VB_GlobalNameSpace = False
  139. Attribute VB_Creatable = False
  140. Attribute VB_PredeclaredId = True
  141. Attribute VB_Exposed = False
  142. Private Sub Command1_Click()
  143. AttachKO
  144. Form3.Show
  145. Me.Hide
  146. End Sub
  147. Private Sub Label1_Click()
  148. MsgBox "İLK ÖNCE OYUNA GİRİN SONRA BOTU OYUNA BAGLA BUTONUNA TIKLAYINIZ"
  149. End Sub
  150.  
  151. Private Sub Label2_Click()
  152. MsgBox " HERO FİRE BOT ÜCRETSİZ OLARAK WWW.ONLİNEHİLE.ORG ÜYELERİNE SUNULMUŞTUR PARA İLE SATILAMAZ TAMAM FREE'DİR ÜCRETLE SATMAYA KALKANLARA İTİMAT ETMEYİNİZ (HACKED) "
  153. End Sub
  154. Private Sub Form_Load()
  155. MsgBox " Bot'u İndirdiginiz İçin Teşekkür Ederiz (HACKED)"
  156. End Sub
  157. VERSION 5.00
  158. Begin VB.Form Form2
  159. BackColor = &H80000004&
  160. BorderStyle = 1 'Fixed Single
  161. Caption = "Reklamatör"
  162. ClientHeight = 1125
  163. ClientLeft = 45
  164. ClientTop = 375
  165. ClientWidth = 6270
  166. Icon = "Form2.frx":0000
  167. LinkTopic = "Form2"
  168. MaxButton = 0 'False
  169. ScaleHeight = 1125
  170. ScaleWidth = 6270
  171. StartUpPosition = 3 'Windows Default
  172. Begin VB.Timer Timer2
  173. Interval = 50
  174. Left = 6360
  175. Top = 240
  176. End
  177. Begin VB.Timer Timer1
  178. Interval = 1000
  179. Left = 6840
  180. Top = 240
  181. End
  182. Begin VB.CommandButton Command1
  183. Height = 495
  184. Left = 0
  185. TabIndex = 0
  186. Top = 600
  187. Width = 6255
  188. End
  189. Begin VB.Label LabelOfTheKOJD
  190. Alignment = 2 'Center
  191. BackColor = &H80000004&
  192. Caption = "BUTON AÇILABİLMESİ İÇİN 10 SANİYE BEKLEMELİSİNİZ. (www.onlinehile.org) "
  193. BeginProperty Font
  194. Name = "Comic Sans MS"
  195. Size = 8.25
  196. Charset = 162
  197. Weight = 700
  198. Underline = 0 'False
  199. Italic = -1 'True
  200. Strikethrough = 0 'False
  201. EndProperty
  202. ForeColor = &H000080FF&
  203. Height = 450
  204. Left = 0
  205. MousePointer = 2 'Cross
  206. TabIndex = 1
  207. Top = 0
  208. Width = 6135
  209. End
  210. End
  211. Attribute VB_Name = "Form2"
  212. Attribute VB_GlobalNameSpace = False
  213. Attribute VB_Creatable = False
  214. Attribute VB_PredeclaredId = True
  215. Attribute VB_Exposed = False
  216. Dim Gerisayim As Integer
  217. Public coloring
  218. Private Sub Command1_Click()
  219. form1.Show
  220. Me.Hide
  221. End Sub
  222.  
  223. Private Sub Form_Load()
  224. Command1.Enabled = False
  225. Gerisayim = 10
  226. End Sub
  227.  
  228. Private Sub Timer1_Timer()
  229.  
  230. If Gerisayim > 0 Then
  231. Gerisayim = Gerisayim - 1
  232. Command1.Caption = "Botun Açılması İçin Son (" & Gerisayim & ") Saniye Kaldı"
  233. Else
  234. Command1.Caption = "BOTA GİT"
  235. Command1.Enabled = True
  236. End If
  237. End Sub
  238.  
  239. Private Sub Timer2_Timer()
  240. coloring = coloring + 1
  241.  
  242. Select Case coloring
  243. Case 1
  244. LabelOfTheKOJD.ForeColor = &HC0&
  245. LabelOfTheKOJD.BackColor = &H80000004
  246. Case 2
  247. LabelOfTheKOJD.ForeColor = &HC0&
  248. LabelOfTheKOJD.BackColor = &H80000004
  249. Case 3
  250. LabelOfTheKOJD.ForeColor = &HC0&
  251. LabelOfTheKOJD.BackColor = &H80000004
  252. Case 4
  253. LabelOfTheKOJD.ForeColor = &HC0&
  254. LabelOfTheKOJD.BackColor = &H80000004
  255. Case 5
  256. LabelOfTheKOJD.ForeColor = &HC0&
  257. LabelOfTheKOJD.BackColor = &H80000004
  258. Case 6
  259. LabelOfTheKOJD.ForeColor = &H80FF&
  260. LabelOfTheKOJD.BackColor = &H80000004
  261. Case 7
  262. LabelOfTheKOJD.ForeColor = &H8000000D
  263. LabelOfTheKOJD.BackColor = &H80000004
  264. Case 8
  265. LabelOfTheKOJD.ForeColor = &HC0&
  266. LabelOfTheKOJD.BackColor = &H80000004
  267. Case 9
  268. LabelOfTheKOJD.ForeColor = &HC0C0&
  269. LabelOfTheKOJD.BackColor = &H80000004
  270. Case 10
  271. LabelOfTheKOJD.ForeColor = &HFF00FF
  272. LabelOfTheKOJD.BackColor = &H80000004
  273. coloring = 0
  274. End Select
  275. End Sub
  276. VERSION 5.00
  277. Object = "{BDC217C8-ED16-11CD-956C-0000C04E4C0A}#1.1#0"; "TABCTL32.OCX"
  278. Begin VB.Form Form3
  279. BorderStyle = 1 'Fixed Single
  280. Caption = "Hero Fire Gmr Atack"
  281. ClientHeight = 6390
  282. ClientLeft = 150
  283. ClientTop = 795
  284. ClientWidth = 4215
  285. Icon = "Form3.frx":0000
  286. LinkTopic = "Form2"
  287. MaxButton = 0 'False
  288. ScaleHeight = 6390
  289. ScaleWidth = 4215
  290. StartUpPosition = 3 'Windows Default
  291. Begin VB.Timer Timer29
  292. Enabled = 0 'False
  293. Interval = 1000
  294. Left = 4560
  295. Top = 4560
  296. End
  297. Begin VB.Frame Frame13
  298. Height = 735
  299. Left = 4320
  300. TabIndex = 80
  301. Top = 5400
  302. Visible = 0 'False
  303. Width = 2295
  304. Begin VB.CommandButton Command9
  305. Caption = "< Sıfırla"
  306. Height = 255
  307. Left = 1320
  308. TabIndex = 83
  309. Top = 240
  310. Width = 735
  311. End
  312. Begin VB.OptionButton opUç
  313. Caption = "&Moba uç"
  314. Height = 255
  315. Left = 360
  316. TabIndex = 82
  317. Top = 360
  318. Width = 975
  319. End
  320. Begin VB.OptionButton opGit
  321. Caption = "&Moba git"
  322. Height = 255
  323. Left = 120
  324. TabIndex = 81
  325. Top = 120
  326. Width = 975
  327. End
  328. Begin VB.Line Line4
  329. X1 = 240
  330. X2 = 360
  331. Y1 = 480
  332. Y2 = 480
  333. End
  334. Begin VB.Line Line1
  335. X1 = 240
  336. X2 = 240
  337. Y1 = 480
  338. Y2 = 360
  339. End
  340. End
  341. Begin VB.ListBox List1
  342. Height = 255
  343. ItemData = "Form3.frx":0CCA
  344. Left = 5640
  345. List = "Form3.frx":0CDD
  346. TabIndex = 77
  347. Top = 4320
  348. Visible = 0 'False
  349. Width = 855
  350. End
  351. Begin VB.CommandButton Command7
  352. Caption = "Minör Cooldown Çalışmıyor"
  353. Height = 255
  354. Left = 7680
  355. TabIndex = 46
  356. Top = 5040
  357. Visible = 0 'False
  358. Width = 2895
  359. End
  360. Begin VB.CheckBox Checktop
  361. Caption = "Botu Her Zaman Üstte Tut"
  362. ForeColor = &H00FF0000&
  363. Height = 255
  364. Left = 2640
  365. Style = 1 'Graphical
  366. TabIndex = 3
  367. Top = 0
  368. Width = 1095
  369. End
  370. Begin VB.Timer int300
  371. Interval = 300
  372. Left = 8280
  373. Top = 3960
  374. End
  375. Begin VB.Timer Timerminör
  376. Interval = 50
  377. Left = 8760
  378. Top = 3960
  379. End
  380. Begin VB.Timer tmrFlood
  381. Enabled = 0 'False
  382. Interval = 10
  383. Left = 9360
  384. Top = 3960
  385. End
  386. Begin VB.Timer tmrzamanlı
  387. Interval = 1000
  388. Left = 9720
  389. Top = 3960
  390. End
  391. Begin VB.Frame attacktimer
  392. Caption = "rogue - okçu- mage - warrior - priest - atak ile ilgili"
  393. Height = 3015
  394. Left = 5880
  395. TabIndex = 2
  396. Top = 720
  397. Visible = 0 'False
  398. Width = 5175
  399. Begin VB.Timer Timermalice
  400. Interval = 9000
  401. Left = 3960
  402. Top = 240
  403. End
  404. Begin VB.Timer Timerkendinebaffat
  405. Interval = 5000
  406. Left = 2640
  407. Top = 2160
  408. End
  409. Begin VB.Timer Timerkendineacat
  410. Interval = 5000
  411. Left = 2640
  412. Top = 1680
  413. End
  414. Begin VB.Timer Timerkendineheal
  415. Interval = 1000
  416. Left = 2640
  417. Top = 1200
  418. End
  419. Begin VB.Timer Timerprikitap
  420. Interval = 5000
  421. Left = 2640
  422. Top = 720
  423. End
  424. Begin VB.Timer okcuatakci
  425. Enabled = 0 'False
  426. Interval = 1300
  427. Left = 720
  428. Top = 240
  429. End
  430. Begin VB.Timer asasatakci
  431. Enabled = 0 'False
  432. Interval = 900
  433. Left = 120
  434. Top = 240
  435. End
  436. Begin VB.Timer mageatakci
  437. Enabled = 0 'False
  438. Interval = 900
  439. Left = 1440
  440. Top = 240
  441. End
  442. Begin VB.Timer warrioratakci
  443. Enabled = 0 'False
  444. Interval = 900
  445. Left = 2040
  446. Top = 240
  447. End
  448. Begin VB.Timer priatakci
  449. Enabled = 0 'False
  450. Interval = 900
  451. Left = 2640
  452. Top = 240
  453. End
  454. Begin VB.Timer timer1
  455. Interval = 100
  456. Left = 3360
  457. Top = 240
  458. End
  459. Begin VB.Timer zamanlar
  460. Interval = 1000
  461. Left = 120
  462. Top = 720
  463. End
  464. Begin VB.Line Line3
  465. Index = 0
  466. X1 = 600
  467. X2 = 600
  468. Y1 = 120
  469. Y2 = 2040
  470. End
  471. Begin VB.Line Line3
  472. Index = 1
  473. X1 = 1320
  474. X2 = 1320
  475. Y1 = 120
  476. Y2 = 2040
  477. End
  478. Begin VB.Line Line3
  479. Index = 2
  480. X1 = 1920
  481. X2 = 1920
  482. Y1 = 120
  483. Y2 = 2040
  484. End
  485. Begin VB.Line Line3
  486. Index = 3
  487. X1 = 2520
  488. X2 = 2520
  489. Y1 = 120
  490. Y2 = 2040
  491. End
  492. Begin VB.Line Line3
  493. Index = 4
  494. X1 = 3120
  495. X2 = 3120
  496. Y1 = 120
  497. Y2 = 2040
  498. End
  499. End
  500. Begin VB.Timer tmrGit
  501. Interval = 500
  502. Left = 9240
  503. Top = 4560
  504. End
  505. Begin VB.Timer tmrUç
  506. Interval = 40
  507. Left = 7800
  508. Top = 4560
  509. End
  510. Begin VB.Timer tmrSec
  511. Enabled = 0 'False
  512. Interval = 20
  513. Left = 8280
  514. Top = 4560
  515. End
  516. Begin VB.ListBox itemlist
  517. Height = 1860
  518. Left = 7200
  519. Style = 1 'Checkbox
  520. TabIndex = 1
  521. Top = 5400
  522. Visible = 0 'False
  523. Width = 2775
  524. End
  525. Begin VB.Timer tmrPot
  526. Interval = 1300
  527. Left = 10200
  528. Top = 3960
  529. End
  530. Begin VB.Timer tmrRAtak
  531. Enabled = 0 'False
  532. Interval = 1000
  533. Left = 8760
  534. Top = 4560
  535. End
  536. Begin VB.TextBox Text18
  537. Height = 375
  538. Left = 6960
  539. TabIndex = 0
  540. Text = "Text1"
  541. Top = 4320
  542. Visible = 0 'False
  543. Width = 495
  544. End
  545. Begin VB.Timer Timersh
  546. Interval = 100
  547. Left = 10680
  548. Top = 3960
  549. End
  550. Begin VB.Timer Timerölümsüz
  551. Interval = 300
  552. Left = 7800
  553. Top = 3960
  554. End
  555. Begin TabDlg.SSTab SSTab1
  556. Height = 6375
  557. Left = 120
  558. TabIndex = 4
  559. Top = 0
  560. Width = 4095
  561. _ExtentX = 7223
  562. _ExtentY = 11245
  563. _Version = 393216
  564. Style = 1
  565. TabHeight = 520
  566. BackColor = -2147483644
  567. TabCaption(0) = "Genel"
  568. TabPicture(0) = "Form3.frx":0D08
  569. Tab(0).ControlEnabled= -1 'True
  570. Tab(0).Control(0)= "Frame3"
  571. Tab(0).Control(0).Enabled= 0 'False
  572. Tab(0).Control(1)= "Frame2"
  573. Tab(0).Control(1).Enabled= 0 'False
  574. Tab(0).Control(2)= "Frame17"
  575. Tab(0).Control(2).Enabled= 0 'False
  576. Tab(0).Control(3)= "Frame1"
  577. Tab(0).Control(3).Enabled= 0 'False
  578. Tab(0).Control(4)= "Command1"
  579. Tab(0).Control(4).Enabled= 0 'False
  580. Tab(0).ControlCount= 5
  581. TabCaption(1) = "Atack"
  582. TabPicture(1) = "Form3.frx":0D24
  583. Tab(1).ControlEnabled= 0 'False
  584. Tab(1).Control(0)= "Frame15"
  585. Tab(1).Control(1)= "SSTab2"
  586. Tab(1).Control(2)= "Frame11"
  587. Tab(1).ControlCount= 3
  588. TabCaption(2) = "Paket Gönder"
  589. TabPicture(2) = "Form3.frx":0D40
  590. Tab(2).ControlEnabled= 0 'False
  591. Tab(2).Control(0)= "LabelOfTheKOJD"
  592. Tab(2).Control(1)= "Command2"
  593. Tab(2).Control(2)= "Text1"
  594. Tab(2).Control(3)= "Timer2"
  595. Tab(2).ControlCount= 4
  596. Begin VB.Timer Timer2
  597. Interval = 50
  598. Left = -71640
  599. Top = 1560
  600. End
  601. Begin VB.Frame Frame15
  602. Caption = "Yaratıga Koş"
  603. ForeColor = &H00C000C0&
  604. Height = 735
  605. Left = -75000
  606. TabIndex = 86
  607. Top = 5520
  608. Width = 3975
  609. Begin VB.CommandButton Command6
  610. Caption = "Merkez Tut"
  611. Height = 255
  612. Left = 1680
  613. TabIndex = 88
  614. Top = 240
  615. Width = 1335
  616. End
  617. Begin VB.CheckBox Check1
  618. Caption = "Yaratığa Koş"
  619. Height = 375
  620. Left = 120
  621. TabIndex = 87
  622. Top = 240
  623. Width = 1215
  624. End
  625. End
  626. Begin TabDlg.SSTab SSTab2
  627. Height = 4455
  628. Left = -75000
  629. TabIndex = 33
  630. Top = 360
  631. Width = 3975
  632. _ExtentX = 7011
  633. _ExtentY = 7858
  634. _Version = 393216
  635. Style = 1
  636. Tabs = 4
  637. Tab = 3
  638. TabsPerRow = 4
  639. TabHeight = 520
  640. TabCaption(0) = "Rogue"
  641. TabPicture(0) = "Form3.frx":0D5C
  642. Tab(0).ControlEnabled= 0 'False
  643. Tab(0).Control(0)= "Rogue"
  644. Tab(0).ControlCount= 1
  645. TabCaption(1) = "Warrior"
  646. TabPicture(1) = "Form3.frx":0D78
  647. Tab(1).ControlEnabled= 0 'False
  648. Tab(1).Control(0)= "Frame7"
  649. Tab(1).Control(1)= "Frame5"
  650. Tab(1).ControlCount= 2
  651. TabCaption(2) = "Mage"
  652. TabPicture(2) = "Form3.frx":0D94
  653. Tab(2).ControlEnabled= 0 'False
  654. Tab(2).Control(0)= "Frame9"
  655. Tab(2).Control(1)= "magestaff"
  656. Tab(2).Control(2)= "Frame8"
  657. Tab(2).Control(3)= "magetekil"
  658. Tab(2).Control(4)= "Frame6"
  659. Tab(2).ControlCount= 5
  660. TabCaption(3) = "Priest"
  661. TabPicture(3) = "Form3.frx":0DB0
  662. Tab(3).ControlEnabled= -1 'True
  663. Tab(3).Control(0)= "Frame10"
  664. Tab(3).Control(0).Enabled= 0 'False
  665. Tab(3).Control(1)= "Frame12"
  666. Tab(3).Control(1).Enabled= 0 'False
  667. Tab(3).Control(2)= "Check29"
  668. Tab(3).Control(2).Enabled= 0 'False
  669. Tab(3).Control(3)= "Check28"
  670. Tab(3).Control(3).Enabled= 0 'False
  671. Tab(3).Control(4)= "Check27"
  672. Tab(3).Control(4).Enabled= 0 'False
  673. Tab(3).Control(5)= "Check26"
  674. Tab(3).Control(5).Enabled= 0 'False
  675. Tab(3).Control(6)= "Frame14"
  676. Tab(3).Control(6).Enabled= 0 'False
  677. Tab(3).ControlCount= 7
  678. Begin VB.Frame Frame14
  679. Caption = "Oto Heal-Buff-Ac"
  680. ForeColor = &H00C000C0&
  681. Height = 2775
  682. Left = 1920
  683. TabIndex = 66
  684. Top = 360
  685. Width = 1815
  686. Begin VB.CheckBox Check38
  687. Caption = "Oto Heal"
  688. Height = 255
  689. Left = 240
  690. TabIndex = 75
  691. Top = 240
  692. Width = 975
  693. End
  694. Begin VB.ComboBox Combo3
  695. Height = 315
  696. ItemData = "Form3.frx":0DCC
  697. Left = 120
  698. List = "Form3.frx":0DE9
  699. TabIndex = 74
  700. Text = "Seçin"
  701. Top = 480
  702. Width = 855
  703. End
  704. Begin VB.CheckBox Check39
  705. Caption = "Oto Buff"
  706. Height = 255
  707. Left = 240
  708. TabIndex = 73
  709. Top = 960
  710. Width = 975
  711. End
  712. Begin VB.ComboBox Combo4
  713. Height = 315
  714. ItemData = "Form3.frx":0E37
  715. Left = 120
  716. List = "Form3.frx":0E59
  717. TabIndex = 72
  718. Text = "Seçin"
  719. Top = 1200
  720. Width = 1335
  721. End
  722. Begin VB.CheckBox Check40
  723. Caption = "Oto Ac"
  724. Height = 255
  725. Left = 240
  726. TabIndex = 71
  727. Top = 1560
  728. Width = 1095
  729. End
  730. Begin VB.ComboBox Combo5
  731. Height = 315
  732. ItemData = "Form3.frx":0EC3
  733. Left = 120
  734. List = "Form3.frx":0EE2
  735. TabIndex = 70
  736. Text = "seçin"
  737. Top = 1800
  738. Width = 1335
  739. End
  740. Begin VB.CheckBox Check43
  741. Caption = "Oto Mind"
  742. Height = 255
  743. Left = 240
  744. TabIndex = 69
  745. Top = 2160
  746. Width = 1215
  747. End
  748. Begin VB.ComboBox Combo7
  749. Height = 315
  750. ItemData = "Form3.frx":0F70
  751. Left = 120
  752. List = "Form3.frx":0F80
  753. TabIndex = 68
  754. Text = "Seçin"
  755. Top = 2400
  756. Width = 1335
  757. End
  758. Begin VB.TextBox Text14
  759. Alignment = 2 'Center
  760. Height = 285
  761. Left = 1080
  762. TabIndex = 67
  763. Text = "80"
  764. Top = 480
  765. Width = 375
  766. End
  767. End
  768. Begin VB.CheckBox Check26
  769. Caption = "Blasting"
  770. Height = 255
  771. Left = 360
  772. TabIndex = 65
  773. Top = 3240
  774. Width = 1095
  775. End
  776. Begin VB.CheckBox Check27
  777. Caption = "Wildness"
  778. Height = 255
  779. Left = 360
  780. TabIndex = 64
  781. Top = 3480
  782. Width = 1095
  783. End
  784. Begin VB.CheckBox Check28
  785. Caption = "Oto Kitap"
  786. Height = 255
  787. Left = 360
  788. TabIndex = 63
  789. Top = 3720
  790. Width = 1215
  791. End
  792. Begin VB.CheckBox Check29
  793. Caption = "Malice"
  794. Height = 255
  795. Left = 360
  796. TabIndex = 62
  797. Top = 3960
  798. Width = 1095
  799. End
  800. Begin VB.Frame Frame12
  801. Caption = "Priest Basic Skil"
  802. ForeColor = &H00C000C0&
  803. Height = 1335
  804. Left = 120
  805. TabIndex = 61
  806. Top = 3000
  807. Width = 1695
  808. End
  809. Begin VB.Frame Frame10
  810. Caption = "Priest Atak Skilleri"
  811. ForeColor = &H00C000C0&
  812. Height = 2655
  813. Left = 120
  814. TabIndex = 59
  815. Top = 360
  816. Width = 1695
  817. Begin VB.ListBox prilist
  818. Height = 2310
  819. ItemData = "Form3.frx":0FB4
  820. Left = 120
  821. List = "Form3.frx":0FE5
  822. Style = 1 'Checkbox
  823. TabIndex = 60
  824. Top = 240
  825. Width = 1455
  826. End
  827. End
  828. Begin VB.Frame Frame9
  829. Caption = "Mage Alan Skilleri"
  830. ForeColor = &H00C000C0&
  831. Height = 3855
  832. Left = -72960
  833. TabIndex = 56
  834. Top = 360
  835. Width = 1815
  836. Begin VB.CheckBox Check65
  837. Caption = "Alan Skillerini Mouse İle İşaretlediğim yere At"
  838. ForeColor = &H00C000C0&
  839. Height = 855
  840. Left = 120
  841. TabIndex = 76
  842. Top = 2760
  843. Width = 1335
  844. End
  845. Begin VB.ListBox magealan
  846. Height = 1185
  847. ItemData = "Form3.frx":1069
  848. Left = 120
  849. List = "Form3.frx":1088
  850. Style = 1 'Checkbox
  851. TabIndex = 58
  852. Top = 240
  853. Width = 1575
  854. End
  855. Begin VB.ListBox mage33
  856. Height = 735
  857. ItemData = "Form3.frx":10FA
  858. Left = 120
  859. List = "Form3.frx":1107
  860. Style = 1 'Checkbox
  861. TabIndex = 57
  862. Top = 1560
  863. Width = 1455
  864. End
  865. End
  866. Begin VB.ListBox magestaff
  867. Height = 1410
  868. ItemData = "Form3.frx":1131
  869. Left = -74760
  870. List = "Form3.frx":1147
  871. Style = 1 'Checkbox
  872. TabIndex = 55
  873. Top = 2760
  874. Width = 1575
  875. End
  876. Begin VB.Frame Frame8
  877. Caption = "Mage Stafflar"
  878. ForeColor = &H00C000C0&
  879. Height = 1695
  880. Left = -74880
  881. TabIndex = 54
  882. Top = 2520
  883. Width = 1815
  884. End
  885. Begin VB.ListBox magetekil
  886. Height = 1635
  887. ItemData = "Form3.frx":1189
  888. Left = -74760
  889. List = "Form3.frx":120E
  890. Style = 1 'Checkbox
  891. TabIndex = 53
  892. Top = 600
  893. Width = 1575
  894. End
  895. Begin VB.Frame Frame7
  896. Caption = "Zamanlı"
  897. ForeColor = &H00C000C0&
  898. Height = 1455
  899. Left = -72840
  900. TabIndex = 48
  901. Top = 480
  902. Width = 1695
  903. Begin VB.CheckBox Check14
  904. Caption = "Sprint"
  905. Height = 255
  906. Left = 120
  907. TabIndex = 52
  908. Top = 240
  909. Width = 975
  910. End
  911. Begin VB.CheckBox Check15
  912. Caption = "Gain"
  913. Height = 255
  914. Left = 120
  915. TabIndex = 51
  916. Top = 480
  917. Width = 855
  918. End
  919. Begin VB.CheckBox Check16
  920. Caption = "Defense"
  921. Height = 255
  922. Left = 120
  923. TabIndex = 50
  924. Top = 720
  925. Width = 1095
  926. End
  927. Begin VB.CheckBox Check64
  928. Caption = "Battle Cry"
  929. Height = 255
  930. Index = 1
  931. Left = 120
  932. TabIndex = 49
  933. Top = 960
  934. Width = 1095
  935. End
  936. End
  937. Begin VB.Frame Frame6
  938. Caption = "Mage Tekil Skiller"
  939. ForeColor = &H00C000C0&
  940. Height = 2055
  941. Left = -74880
  942. TabIndex = 47
  943. Top = 360
  944. Width = 1815
  945. End
  946. Begin VB.Frame Frame5
  947. Caption = "Warrior"
  948. ForeColor = &H00C000C0&
  949. Height = 3375
  950. Left = -74880
  951. TabIndex = 42
  952. Top = 360
  953. Width = 1935
  954. Begin VB.ListBox warlist
  955. Height = 2985
  956. ItemData = "Form3.frx":1426
  957. Left = 120
  958. List = "Form3.frx":146C
  959. Style = 1 'Checkbox
  960. TabIndex = 43
  961. Top = 240
  962. Width = 1695
  963. End
  964. End
  965. Begin VB.Frame Rogue
  966. Caption = "Rogue"
  967. ForeColor = &H00C000C0&
  968. Height = 3615
  969. Left = -74880
  970. TabIndex = 34
  971. Top = 360
  972. Width = 3615
  973. Begin VB.ComboBox cms
  974. Height = 315
  975. ItemData = "Form3.frx":1547
  976. Left = 120
  977. List = "Form3.frx":1551
  978. Style = 2 'Dropdown List
  979. TabIndex = 40
  980. Top = 240
  981. Width = 1695
  982. End
  983. Begin VB.ListBox lstAsas
  984. Height = 2535
  985. ItemData = "Form3.frx":1568
  986. Left = 120
  987. List = "Form3.frx":159C
  988. Style = 1 'Checkbox
  989. TabIndex = 39
  990. Top = 600
  991. Width = 1695
  992. End
  993. Begin VB.ListBox lstokcu
  994. Height = 2400
  995. ItemData = "Form3.frx":163B
  996. Left = 120
  997. List = "Form3.frx":167E
  998. TabIndex = 38
  999. Top = 600
  1000. Width = 1695
  1001. End
  1002. Begin VB.ListBox lstrzmn
  1003. Height = 2535
  1004. ItemData = "Form3.frx":178E
  1005. Left = 1920
  1006. List = "Form3.frx":17B3
  1007. Style = 1 'Checkbox
  1008. TabIndex = 37
  1009. Top = 600
  1010. Width = 1575
  1011. End
  1012. Begin VB.TextBox txOkatak
  1013. Alignment = 2 'Center
  1014. Appearance = 0 'Flat
  1015. BackColor = &H00FFFFFF&
  1016. Height = 285
  1017. Left = 3000
  1018. TabIndex = 36
  1019. Text = "1350"
  1020. Top = 240
  1021. Width = 495
  1022. End
  1023. Begin VB.TextBox txOAtak
  1024. Alignment = 2 'Center
  1025. Appearance = 0 'Flat
  1026. BackColor = &H00FFFFFF&
  1027. Height = 285
  1028. Left = 3000
  1029. TabIndex = 35
  1030. Text = "1050"
  1031. Top = 240
  1032. Width = 495
  1033. End
  1034. Begin VB.Label Label1
  1035. AutoSize = -1 'True
  1036. Caption = "Atak hızı:"
  1037. ForeColor = &H000000FF&
  1038. Height = 195
  1039. Left = 2280
  1040. TabIndex = 41
  1041. Top = 240
  1042. Width = 660
  1043. End
  1044. End
  1045. End
  1046. Begin VB.TextBox Text1
  1047. Height = 285
  1048. Left = -73080
  1049. TabIndex = 32
  1050. Top = 600
  1051. Width = 1815
  1052. End
  1053. Begin VB.CommandButton Command2
  1054. BackColor = &H8000000D&
  1055. Caption = "Paket Gönder"
  1056. Height = 255
  1057. Left = -74880
  1058. MaskColor = &H0000FFFF&
  1059. TabIndex = 31
  1060. Top = 600
  1061. Width = 1695
  1062. End
  1063. Begin VB.Frame Frame11
  1064. Height = 735
  1065. Left = -75000
  1066. TabIndex = 28
  1067. Top = 4800
  1068. Width = 3975
  1069. Begin VB.CommandButton Command5
  1070. Caption = "Mob listesi"
  1071. Height = 375
  1072. Left = 1680
  1073. TabIndex = 30
  1074. Top = 240
  1075. Width = 1815
  1076. End
  1077. Begin VB.ComboBox cmSec
  1078. BackColor = &H00FFFFFF&
  1079. Height = 315
  1080. ItemData = "Form3.frx":1822
  1081. Left = 120
  1082. List = "Form3.frx":182F
  1083. Style = 2 'Dropdown List
  1084. TabIndex = 29
  1085. Top = 240
  1086. Width = 1455
  1087. End
  1088. Begin VB.Line Line2
  1089. X1 = 360
  1090. X2 = 375
  1091. Y1 = 1080
  1092. Y2 = 1095
  1093. End
  1094. End
  1095. Begin VB.CommandButton Command1
  1096. Caption = "Koxp'u Ve Oyunu Kapat"
  1097. Height = 255
  1098. Left = 120
  1099. TabIndex = 27
  1100. Top = 360
  1101. Width = 3495
  1102. End
  1103. Begin VB.Frame Frame1
  1104. Caption = "&Genel Hackler"
  1105. ForeColor = &H00C000C0&
  1106. Height = 1215
  1107. Left = 120
  1108. TabIndex = 20
  1109. Top = 3000
  1110. Width = 3615
  1111. Begin VB.CheckBox Checksabitle
  1112. Caption = "Char Sabitle"
  1113. ForeColor = &H00C00000&
  1114. Height = 195
  1115. Left = 120
  1116. TabIndex = 26
  1117. Top = 600
  1118. Width = 1215
  1119. End
  1120. Begin VB.CheckBox Checksh
  1121. Caption = "&SH (G ile)"
  1122. ForeColor = &H00C00000&
  1123. Height = 255
  1124. Left = 2040
  1125. TabIndex = 25
  1126. Top = 840
  1127. Width = 975
  1128. End
  1129. Begin VB.CheckBox chkutu
  1130. Caption = "&Oto kutu"
  1131. ForeColor = &H00C00000&
  1132. Height = 255
  1133. Left = 2040
  1134. TabIndex = 24
  1135. ToolTipText = "Kutuları otomatik olarak toplar.."
  1136. Top = 120
  1137. Width = 975
  1138. End
  1139. Begin VB.CheckBox chWall
  1140. Caption = "&Wall hack"
  1141. ForeColor = &H00C00000&
  1142. Height = 255
  1143. Left = 120
  1144. TabIndex = 23
  1145. ToolTipText = "Duvarlardan geçmenizi sağlar."
  1146. Top = 240
  1147. Width = 1095
  1148. End
  1149. Begin VB.CheckBox Check2
  1150. Caption = "LF Hack"
  1151. ForeColor = &H00C00000&
  1152. Height = 255
  1153. Left = 120
  1154. TabIndex = 22
  1155. Top = 840
  1156. Width = 1095
  1157. End
  1158. Begin VB.CheckBox Check3
  1159. Caption = "Swift Hack"
  1160. ForeColor = &H00C00000&
  1161. Height = 255
  1162. Left = 2040
  1163. TabIndex = 21
  1164. Top = 480
  1165. Width = 1215
  1166. End
  1167. End
  1168. Begin VB.Frame Frame17
  1169. Caption = "Party at"
  1170. ForeColor = &H00C000C0&
  1171. Height = 855
  1172. Left = 120
  1173. TabIndex = 16
  1174. Top = 5400
  1175. Width = 3615
  1176. Begin VB.CommandButton cmdBoz
  1177. Caption = "PARTY BOZMAK İSTERMİSİN ? :)"
  1178. Height = 255
  1179. Left = 120
  1180. TabIndex = 19
  1181. Top = 480
  1182. Width = 3375
  1183. End
  1184. Begin VB.TextBox txPt
  1185. Alignment = 2 'Center
  1186. Appearance = 0 'Flat
  1187. ForeColor = &H00FF0000&
  1188. Height = 285
  1189. Left = 120
  1190. TabIndex = 18
  1191. Text = "PM GİR "
  1192. Top = 240
  1193. Width = 2055
  1194. End
  1195. Begin VB.CommandButton cmdPt
  1196. Caption = "Party At"
  1197. Height = 255
  1198. Left = 2280
  1199. TabIndex = 17
  1200. Top = 240
  1201. Width = 1215
  1202. End
  1203. End
  1204. Begin VB.Frame Frame2
  1205. Caption = "Oto Pot"
  1206. ForeColor = &H00C000C0&
  1207. Height = 2175
  1208. Left = 120
  1209. TabIndex = 9
  1210. Top = 720
  1211. Width = 3615
  1212. Begin VB.PictureBox Picture3
  1213. Height = 615
  1214. Left = 120
  1215. Picture = "Form3.frx":185A
  1216. ScaleHeight = 555
  1217. ScaleWidth = 555
  1218. TabIndex = 91
  1219. Top = 1440
  1220. Width = 615
  1221. End
  1222. Begin VB.PictureBox Picture2
  1223. Height = 615
  1224. Left = 120
  1225. Picture = "Form3.frx":1FE7
  1226. ScaleHeight = 555
  1227. ScaleWidth = 555
  1228. TabIndex = 90
  1229. Top = 240
  1230. Width = 615
  1231. End
  1232. Begin VB.PictureBox Picture1
  1233. Height = 615
  1234. Left = 120
  1235. Picture = "Form3.frx":27DA
  1236. ScaleHeight = 555
  1237. ScaleWidth = 555
  1238. TabIndex = 89
  1239. Top = 840
  1240. Width = 615
  1241. End
  1242. Begin VB.ComboBox Combomp
  1243. ForeColor = &H00FF0000&
  1244. Height = 315
  1245. ItemData = "Form3.frx":2FEE
  1246. Left = 2280
  1247. List = "Form3.frx":3001
  1248. TabIndex = 45
  1249. Text = "Mp Seç"
  1250. Top = 1080
  1251. Width = 975
  1252. End
  1253. Begin VB.ComboBox Combohp
  1254. ForeColor = &H000000FF&
  1255. Height = 315
  1256. ItemData = "Form3.frx":301E
  1257. Left = 2280
  1258. List = "Form3.frx":3031
  1259. TabIndex = 44
  1260. Text = "Hp Seç"
  1261. Top = 480
  1262. Width = 975
  1263. End
  1264. Begin VB.TextBox Textminör
  1265. Alignment = 2 'Center
  1266. ForeColor = &H8000000D&
  1267. Height = 285
  1268. Left = 1800
  1269. TabIndex = 15
  1270. Text = "50"
  1271. Top = 1680
  1272. Width = 375
  1273. End
  1274. Begin VB.CheckBox Checkminör
  1275. Caption = "Minör"
  1276. DisabledPicture = "Form3.frx":304C
  1277. DownPicture = "Form3.frx":3860
  1278. ForeColor = &H8000000D&
  1279. Height = 255
  1280. Left = 840
  1281. TabIndex = 14
  1282. Top = 1680
  1283. Width = 735
  1284. End
  1285. Begin VB.TextBox Textmp
  1286. Alignment = 2 'Center
  1287. ForeColor = &H00FF0000&
  1288. Height = 285
  1289. Left = 1800
  1290. TabIndex = 13
  1291. Text = "50"
  1292. Top = 1080
  1293. Width = 375
  1294. End
  1295. Begin VB.TextBox Texthp
  1296. Alignment = 2 'Center
  1297. ForeColor = &H000000FF&
  1298. Height = 285
  1299. Left = 1800
  1300. TabIndex = 12
  1301. Text = "90"
  1302. Top = 480
  1303. Width = 375
  1304. End
  1305. Begin VB.CheckBox chMP
  1306. Caption = "Oto Mp"
  1307. ForeColor = &H00FF0000&
  1308. Height = 255
  1309. Left = 840
  1310. TabIndex = 11
  1311. Top = 1080
  1312. Width = 855
  1313. End
  1314. Begin VB.CheckBox chHP
  1315. Caption = "Oto Hp"
  1316. ForeColor = &H000000FF&
  1317. Height = 255
  1318. Left = 840
  1319. TabIndex = 10
  1320. Top = 480
  1321. Width = 855
  1322. End
  1323. End
  1324. Begin VB.Frame Frame3
  1325. Caption = "Chat'e Flood At"
  1326. ForeColor = &H000000C0&
  1327. Height = 1215
  1328. Left = 120
  1329. TabIndex = 5
  1330. Top = 4200
  1331. Width = 3615
  1332. Begin VB.TextBox txFlood
  1333. Height = 405
  1334. Left = 120
  1335. TabIndex = 8
  1336. Text = "Bu Bot (HACKED) Tarafın'dan Yapılmıştır"
  1337. Top = 600
  1338. Width = 3375
  1339. End
  1340. Begin VB.CheckBox cmdFlood
  1341. Caption = "Başlat"
  1342. Height = 195
  1343. Left = 120
  1344. TabIndex = 7
  1345. Top = 240
  1346. Width = 855
  1347. End
  1348. Begin VB.ComboBox cmbFlood
  1349. Height = 315
  1350. ItemData = "Form3.frx":4074
  1351. Left = 960
  1352. List = "Form3.frx":408A
  1353. TabIndex = 6
  1354. Text = "Flood Nereden Gönderilsin Seç"
  1355. Top = 240
  1356. Width = 2655
  1357. End
  1358. End
  1359. Begin VB.Label LabelOfTheKOJD
  1360. Alignment = 2 'Center
  1361. BackColor = &H80000004&
  1362. Caption = "Paket Yollamayı Bilmiyorsan Kullanma Dc Yersin Paket Gönderme Kodu Örnek:(4800)'dır"
  1363. BeginProperty Font
  1364. Name = "Comic Sans MS"
  1365. Size = 8.25
  1366. Charset = 162
  1367. Weight = 700
  1368. Underline = 0 'False
  1369. Italic = -1 'True
  1370. Strikethrough = 0 'False
  1371. EndProperty
  1372. ForeColor = &H000080FF&
  1373. Height = 810
  1374. Left = -74880
  1375. MousePointer = 2 'Cross
  1376. TabIndex = 92
  1377. Top = 1080
  1378. Width = 3615
  1379. End
  1380. End
  1381. Begin VB.Label merkezy
  1382. Caption = "Label8"
  1383. Height = 255
  1384. Left = 4800
  1385. TabIndex = 85
  1386. Top = 1320
  1387. Width = 975
  1388. End
  1389. Begin VB.Label merkezx
  1390. Caption = "Label7"
  1391. Height = 375
  1392. Left = 4920
  1393. TabIndex = 84
  1394. Top = 600
  1395. Width = 615
  1396. End
  1397. Begin VB.Label Label6
  1398. Caption = "Label6"
  1399. Height = 375
  1400. Left = 4920
  1401. TabIndex = 79
  1402. Top = 3360
  1403. Visible = 0 'False
  1404. Width = 615
  1405. End
  1406. Begin VB.Label Label5
  1407. Caption = "Label5"
  1408. Height = 375
  1409. Left = 2520
  1410. TabIndex = 78
  1411. Top = 3720
  1412. Width = 615
  1413. End
  1414. Begin VB.Menu Atak
  1415. Caption = "Atak Başlat"
  1416. End
  1417. Begin VB.Menu Ratak
  1418. Caption = "R Başlat"
  1419. End
  1420. Begin VB.Menu hakkında
  1421. Caption = "Bot Hakkında"
  1422. End
  1423. End
  1424. Attribute VB_Name = "Form3"
  1425. Attribute VB_GlobalNameSpace = False
  1426. Attribute VB_Creatable = False
  1427. Attribute VB_PredeclaredId = True
  1428. Attribute VB_Exposed = False
  1429. Public coloring
  1430.  
  1431. Private Sub asasatakci_Timer()
  1432. If düşmanID <> "FFFF" Then AsasAtak
  1433. End Sub
  1434.  
  1435. Private Sub Atak_Click()
  1436. If Atak.Caption = "Atak Başlat" Then
  1437. AtakBaşlat
  1438. Atak.Caption = "Atak Durdur"
  1439. Else
  1440. If Atak.Caption = "Atak Durdur" Then
  1441. AtakDurdur
  1442. Atak.Caption = "Atak Başlat"
  1443. End If
  1444. End If
  1445. End Sub
  1446.  
  1447. Private Sub chBaşlat_Click()
  1448. If chBaşlat.Value = 1 Then
  1449. chBaşlat.Caption = "Atak durdur"
  1450. AtakBaşlat
  1451. Else
  1452. AtakDurdur
  1453. chBaşlat.Caption = "Atak başlat"
  1454. End If
  1455. End Sub
  1456.  
  1457. Private Sub chRAtak_Click()
  1458.  
  1459. End Sub
  1460.  
  1461. Private Sub Check1_Click()
  1462. On Error Resume Next
  1463. If Check1.Value = 1 Then
  1464. Timer29.Enabled = True
  1465. Else
  1466. Timer29.Enabled = False
  1467. End If
  1468. End Sub
  1469.  
  1470. Private Sub Checkölümsüz_Click()
  1471.  
  1472. End Sub
  1473.  
  1474. Private Sub chwall_click()
  1475. If chWall.Value = 1 Then
  1476. LongYaz (KO_ADR_CHR + KO_OFF_WH), 0
  1477. Else
  1478. LongYaz (KO_ADR_CHR + KO_OFF_WH), 1
  1479. End If
  1480. End Sub
  1481.  
  1482. Private Sub Check2_Click()
  1483. If Check2.Value = 1 Then
  1484. LongYaz KO_ADR_CHR + KO_OFF_SWIFT, 16384
  1485. Else
  1486. LongYaz KO_ADR_CHR + KO_OFF_SWIFT, 16256 'light feet
  1487. End If
  1488. End Sub
  1489.  
  1490. Private Sub Check3_Click()
  1491. If Check3.Value = 1 Then
  1492. LongYaz KO_ADR_CHR + KO_OFF_SWIFT, 16320
  1493. Else ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' swift
  1494. LongYaz KO_ADR_CHR + KO_OFF_SWIFT, 16256 ''' swift
  1495. End If
  1496. End Sub
  1497.  
  1498.  
  1499. Private Sub chKutu_Click()
  1500. If chkutu.Value = 1 Then
  1501. ByteYaz ReadLong(KO_PTR_DLG) + &H8EC, 1
  1502. Else
  1503. ByteYaz ReadLong(KO_PTR_DLG) + &H8EC, 0
  1504. End If
  1505. End Sub
  1506.  
  1507.  
  1508.  
  1509. Private Sub Checksabitle_Click()
  1510. If Checksabitle.Value = 1 Then
  1511. LongYaz KO_ADR_CHR + KO_OFF_SWIFT, 1
  1512. Else
  1513. LongYaz KO_ADR_CHR + KO_OFF_SWIFT, 16256
  1514. End If
  1515. End Sub
  1516.  
  1517.  
  1518.  
  1519. Private Sub Command1_Click()
  1520. If MsgBox("Oyunu kapatmak istiyormusunuz?", vbYesNo) = vbYes Then
  1521. If MsgBox("Oyunla beraber koxp'da kapanacak kabul ediyormusunuz?", vbYesNo) = vbYes Then
  1522. Shell "TaskKILL /F /IM knightonline.exe", Shutdown - s
  1523. Unload Me
  1524. End If
  1525. End If
  1526. Exit Sub
  1527. End Sub
  1528.  
  1529. Private Sub cmdBoz_Click()
  1530. Paket "2F05063005461727165540020496E666F726D6174696F6E5B315D2E2E2E2032202500000000000000000000000000000000000009DCF06D00000088007570635F6B615F74755F7570706572006E696768746F6E6C696E655C00000000000000000000000000000001"
  1531. End Sub
  1532.  
  1533. Private Sub cmdFlood_Click()
  1534. tmrFlood.Enabled = cmdFlood.Value
  1535. If cmdFlood.Value = 1 Then
  1536. cmdFlood.Caption = "Durdur"
  1537. Else
  1538. cmdFlood.Caption = "Başlat"
  1539. End If
  1540. End Sub
  1541.  
  1542. Private Sub cmdPt_Click()
  1543. PartyAt txPt.Text
  1544. End Sub
  1545.  
  1546.  
  1547.  
  1548. Private Sub Command2_Click()
  1549. Paket Text1.Text
  1550. End Sub
  1551.  
  1552.  
  1553.  
  1554. Private Sub Command5_Click()
  1555. Me.Hide: frmList.Show
  1556. End Sub
  1557.  
  1558. Private Sub Command6_Click()
  1559. merkezx.Caption = KarakterX
  1560. merkezy.Caption = KarakterY
  1561. End Sub
  1562.  
  1563. Private Sub Command7_Click()
  1564. Dim Base As Long
  1565. Base = SkillBase(SınıfBul & "705")
  1566. LongYaz (Base + &H8C), 0
  1567. End Sub
  1568.  
  1569. Private Sub Command9_Click()
  1570. opUç.Value = 0
  1571. opGit.Value = 0
  1572. End Sub
  1573.  
  1574. Private Sub hakkında_Click()
  1575. Form4.Show
  1576. Me.Hide
  1577. End Sub
  1578.  
  1579. Private Sub int300_Timer()
  1580. If KarakterHP = 0 Then
  1581. Paket "1201"
  1582. End If
  1583. End Sub
  1584.  
  1585. Private Sub mageatakci_Timer()
  1586. MageAtakVur
  1587. mage33ler
  1588. End Sub
  1589.  
  1590. Private Sub merkezx_Click()
  1591. Form3.merkezx.Caption = KarakterX
  1592. End Sub
  1593.  
  1594. Private Sub merkezy_Click()
  1595. Form3.merkezy.Caption = KarakterY
  1596. End Sub
  1597.  
  1598. Private Sub okcuatakci_Timer()
  1599. If düşmanID <> "FFFF" Then OkçuAtak
  1600. End Sub
  1601.  
  1602. Private Sub opGit_Click()
  1603. On Error Resume Next
  1604. If Check2.Value = 1 Then
  1605. Timer29.Enabled = True
  1606. Else
  1607. Timer29.Enabled = False
  1608. End If
  1609. End Sub
  1610.  
  1611. Private Sub priatakci_Timer()
  1612. PriestAtakVur
  1613. End Sub
  1614.  
  1615. Private Sub Ratak_Click()
  1616. If Ratak.Caption = "R Başlat" Then
  1617. tmrRAtak.Enabled = True
  1618. Ratak.Caption = "R Durdur"
  1619. Else
  1620. If Ratak.Caption = "R Durdur" Then
  1621. tmrRAtak.Enabled = False
  1622. Ratak.Caption = "R Başlat"
  1623. End If
  1624. End If
  1625. End Sub
  1626.  
  1627. Private Sub Timer1_Timer()
  1628. If cms.ListIndex = 0 Then
  1629. lstokcu.Visible = True
  1630. lstAsas.Visible = False
  1631. txOAtak.Visible = False
  1632. txOkatak.Visible = True
  1633. End If
  1634. If cms.ListIndex = 1 Then
  1635. lstAsas.Visible = True
  1636. lstokcu.Visible = False
  1637. txOkatak.Visible = False
  1638. txOAtak.Visible = True
  1639. End If
  1640. End Sub
  1641.  
  1642.  
  1643.  
  1644.  
  1645. Private Sub Timer2_Timer()
  1646. coloring = coloring + 1
  1647.  
  1648. Select Case coloring
  1649. Case 1
  1650. LabelOfTheKOJD.ForeColor = &HC0&
  1651. LabelOfTheKOJD.BackColor = &H80000004
  1652. Case 2
  1653. LabelOfTheKOJD.ForeColor = &HC0&
  1654. LabelOfTheKOJD.BackColor = &H80000004
  1655. Case 3
  1656. LabelOfTheKOJD.ForeColor = &HC0&
  1657. LabelOfTheKOJD.BackColor = &H80000004
  1658. Case 4
  1659. LabelOfTheKOJD.ForeColor = &HC0&
  1660. LabelOfTheKOJD.BackColor = &H80000004
  1661. Case 5
  1662. LabelOfTheKOJD.ForeColor = &HC0&
  1663. LabelOfTheKOJD.BackColor = &H80000004
  1664. Case 6
  1665. LabelOfTheKOJD.ForeColor = &H80FF&
  1666. LabelOfTheKOJD.BackColor = &H80000004
  1667. Case 7
  1668. LabelOfTheKOJD.ForeColor = &H8000000D
  1669. LabelOfTheKOJD.BackColor = &H80000004
  1670. Case 8
  1671. LabelOfTheKOJD.ForeColor = &HC0&
  1672. LabelOfTheKOJD.BackColor = &H80000004
  1673. Case 9
  1674. LabelOfTheKOJD.ForeColor = &HC0C0&
  1675. LabelOfTheKOJD.BackColor = &H80000004
  1676. Case 10
  1677. LabelOfTheKOJD.ForeColor = &HFF00FF
  1678. LabelOfTheKOJD.BackColor = &H80000004
  1679. coloring = 0
  1680. End Select
  1681. End Sub
  1682.  
  1683. Private Sub Timer29_Timer()
  1684. On Error Resume Next
  1685. If Check1.Value = 1 Then
  1686. Yürü MobX, MobY
  1687. Else
  1688. Yürü Form3.merkezx.Caption, Form3.merkezy.Caption
  1689. End If
  1690. End Sub
  1691.  
  1692. Private Sub Timerkendineacat_Timer()
  1693. If Form3.Check40.Value = 1 Then
  1694. If Label5.Caption > KarakterDefans Then
  1695. Kendineacat
  1696. Label5.Caption = KarakterDefans
  1697. End If
  1698. End If
  1699. End Sub
  1700.  
  1701. Private Sub Timerkendinebaffat_Timer()
  1702. If Form3.Check39.Value = 1 Then
  1703. If KarakterMaxHP < Val(Label6.Caption) Then
  1704. Kendinebuffat
  1705. Label6.Caption = KarakterMaxHP
  1706. End If
  1707. End If
  1708. End Sub
  1709.  
  1710. Private Sub Timerkendineheal_Timer()
  1711. If Form3.Check38.Value = 1 Then
  1712. If KarakterHP < ((KarakterMaxHP * Form3.Text14.Text) / 100) Then
  1713. Kendinehealat
  1714. End If
  1715. End If
  1716. End Sub
  1717.  
  1718. Private Sub Timermalice_Timer()
  1719. If Form3.Check29.Value = 1 Then
  1720. Malice
  1721. End If
  1722. End Sub
  1723.  
  1724. Private Sub Timerprikitap_Timer()
  1725. If Form3.Check28.Value = 1 Then
  1726. PriestKitap
  1727. If Form3.Check27.Value = 1 Then
  1728. Blasting
  1729. If Form3.Check26.Value = 1 Then
  1730. Blasting
  1731. End If
  1732. End If
  1733. End If
  1734. End Sub
  1735.  
  1736.  
  1737.  
  1738.  
  1739.  
  1740.  
  1741. Private Sub tmrFlood_Timer()
  1742. Dim Tursec As String
  1743. Dim ChatID As String
  1744. If cmbFlood.ListIndex = "0" Then
  1745. Tursec = "01"
  1746. End If
  1747. If cmbFlood.ListIndex = "1" Then
  1748. Tursec = "05"
  1749. End If
  1750. If cmbFlood.ListIndex = "2" Then
  1751. Tursec = "03"
  1752. End If
  1753. If cmbFlood.ListIndex = "3" Then
  1754. Tursec = "06"
  1755. End If
  1756. If cmbFlood.ListIndex = "4" Then
  1757. Tursec = "0E"
  1758. End If
  1759. If cmbFlood.ListIndex = "5" Then
  1760. Tursec = "0F"
  1761. End If
  1762. ChatID = Tursec
  1763. Paket "10" + ChatID & FormatHex(Hex(Len(txFlood.Text)), 4) & HexString22(txFlood.Text)
  1764. End Sub
  1765. Private Sub Checktop_Click()
  1766. üstte Me, Checktop.Value, Checktop.Value
  1767. End Sub
  1768. Private Sub Timerminör_Timer()
  1769. If Checkminör.Value = 1 Then
  1770. If KarakterHP < ((KarakterMaxHP * Textminör.Text) / 100) Then
  1771. Minör
  1772. End If
  1773. End If
  1774. End Sub
  1775. Private Sub form_unload(cancel As Integer)
  1776. End
  1777. End Sub
  1778. Private Sub Form_Load()
  1779. cms.ListIndex = 0
  1780. cmSec.ListIndex = 0
  1781. End Sub
  1782.  
  1783. Private Sub tmrPot_Timer()
  1784.  
  1785. On Error Resume Next
  1786. If chHP.Value = 1 Then
  1787. If KarakterHP < ((KarakterMaxHP * Texthp.Text) / 100) Then
  1788. CanPot
  1789. End If
  1790. End If
  1791. If chMP.Value = 1 Then
  1792. If KarakterMP < ((KarakterMaxMP * Textmp.Text) / 100) Then
  1793. ManaPot
  1794. End If
  1795. End If
  1796.  
  1797. End Sub
  1798.  
  1799. Private Sub tmrRAtak_Timer()
  1800. If düşmanID <> "FFFF" Then Paket "080101" & düşmanID & "FF00000000"
  1801. End Sub
  1802.  
  1803. Private Sub tmrSec_Timer()
  1804. If cmSec.ListIndex = 1 Then If chBaşlat.Value = 1 Then If frmList.List1.ListCount <> "0" Then eMob
  1805. If cmSec.ListIndex = 0 Then If chBaşlat.Value = 1 Then AutoMobZ
  1806. End Sub
  1807.  
  1808.  
  1809. Private Sub tmrzamanlı_Timer()
  1810. If lstrzmn.Selected(0) = True And SkillOn("002") = False And SkillOn("002") = False Then
  1811. Sprint
  1812. End If
  1813. If lstrzmn.Selected(1) = True And SkillOn("010") = False And SkillOn("10") = False Then
  1814. Swift
  1815. End If
  1816. If lstrzmn.Selected(2) = True And SkillOn("030") = False And SkillOn("030") = False Then
  1817. End If
  1818. If lstrzmn.Selected(3) = True And SkillOn("710") = False And SkillOn("710") = False Then
  1819. EvadeBas
  1820. End If
  1821. If lstrzmn.Selected(4) = True And SkillOn("725") = False And SkillOn("725") = False Then
  1822. LightFeetBas
  1823. End If
  1824. If lstrzmn.Selected(5) = True And SkillOn("730") = False And SkillOn("730") = False Then
  1825. SafetyBas
  1826. End If
  1827. If lstrzmn.Selected(6) = True And SkillOn(735) = False And SkillOn(735) = False Then
  1828. LupineEyesBas
  1829. End If
  1830. If lstrzmn.Selected(7) = True And SkillOn(802) = False And SkillOn(802) = False Then
  1831. MagicShieldBas
  1832. End If
  1833. If lstrzmn.Selected(8) = True And SkillOn(645) = False And SkillOn(645) = False Then
  1834. StealthBas
  1835. End If
  1836. If lstrzmn.Selected(9) = True And SkillOn(760) = False And SkillOn(760) = False Then
  1837. ScaledSkinBas
  1838. End If
  1839. End Sub
  1840.  
  1841.  
  1842. Private Sub warrioratakci_Timer()
  1843. WarriorAtakVur
  1844. End Sub
  1845.  
  1846. Private Sub zamanlar_Timer()
  1847. HellishTime = HellishTime - 1
  1848. CollapseTime = CollapseTime - 1
  1849. HadesTime = HadesTime - 1
  1850. RuinTime = RuinTime - 1
  1851. harstime = harstime - 1
  1852. ravigtime = ravigtime - 1
  1853. StabTime = StabTime - 1
  1854. Stab2Time = Stab2Time - 1
  1855. JabTime = JabTime - 1
  1856. BloodTime = BloodTime - 1
  1857. PierceTime = PierceTime - 1
  1858. ShockTime = ShockTime - 1
  1859. IllusionTime = IllusionTime - 1
  1860. ThrustTime = ThrustTime - 1
  1861. CutTime = CutTime - 1
  1862. VampiricTime = VampiricTime - 1
  1863. SpikeTime = SpikeTime - 1
  1864. BloodyTime = BloodyTime - 1
  1865. BloodingTime = BloodingTime - 1
  1866. BlindingTime = BlindingTime - 1
  1867. BeastTime = BeastTime - 1
  1868. CriticalTime = CriticalTime - 1
  1869. WeaponTime = WeaponTime - 1
  1870. ManglingTime = BloodingTime - 1
  1871. MultipleShorkTime = MultipleShorkTime - 1
  1872. SeverTime = SeverTime - 1
  1873. LegCuttingTime = LegCuttingTime - 1
  1874. ShearTime = ShearTime - 1
  1875. HashTime = HashTime - 1
  1876. PiercingTime = PiercingTime - 1
  1877. CrashTime = CrashTime - 1
  1878. SlashTime = SlashTime - 1
  1879. flametime = flametime - 1
  1880. glastime = glastime - 1
  1881. lrtime = lrtime - 1
  1882. icestormtime = icestormtime - 1
  1883. meteortime = meteortime - 1
  1884. chatime = chatime - 1
  1885. frosttime = frosttime - 1
  1886. novatime = novatime - 1
  1887. statime = statime - 1
  1888. blitime = blitime - 1
  1889. infernotime = infernotime - 1
  1890. thutime = thutime - 1
  1891. Igzination = Igzination - 1
  1892. VampiricFire = VampiricFire - 1
  1893. FreezingDistance = FreezingDistance - 1
  1894. Prismatic = Prismatic - 1
  1895. StunCloud = StunCloud - 1
  1896. Incineration = Incineration - 1
  1897. FireImpact = FireImpact - 1
  1898. IceImpact = IceImpact - 1
  1899. ThunderImpact = ThunderImpact - 1
  1900. FireThorn = FireThorn - 1
  1901. StaticThorn = StaticThorn - 1
  1902. PillarofFire = PillarofFire - 1
  1903. IceComet = IceComet - 1
  1904. StaticOrb = StaticOrb - 1
  1905. HellFire = HellFire - 1
  1906. Frostbite = Frostbite - 1
  1907. Discharge = Discharge - 1
  1908. FireBlast = FireBlast - 1
  1909. IceBlast = IceBlast - 1
  1910. ThunderBlast = ThunderBlast - 1
  1911. FireSpear = FireSpear - 1
  1912. IceOrb = IceOrb - 1
  1913. Thunder = Thunder - 1
  1914. FireBall = FireBall - 1
  1915. IceArrow = IceArrow - 1
  1916. Lightning = Lightning - 1
  1917. Blaze = Blaze - 1
  1918. Chill = Chill - 1
  1919. CounterSpell = CounterSpell - 1
  1920. Spark = Spark - 1
  1921. ColdWave = ColdWave - 1
  1922. Flame = Flame - 1
  1923. Shiver = Shiver - 1
  1924. Flash = Flash - 1
  1925. End Sub
  1926.  
  1927. VERSION 5.00
  1928. Object = "{BDC217C8-ED16-11CD-956C-0000C04E4C0A}#1.1#0"; "TABCTL32.OCX"
  1929. Begin VB.Form Form3
  1930. BorderStyle = 1 'Fixed Single
  1931. Caption = "Hero Fire Gmr Atack"
  1932. ClientHeight = 6390
  1933. ClientLeft = 150
  1934. ClientTop = 795
  1935. ClientWidth = 4215
  1936. Icon = "Form3.frx":0000
  1937. LinkTopic = "Form2"
  1938. MaxButton = 0 'False
  1939. ScaleHeight = 6390
  1940. ScaleWidth = 4215
  1941. StartUpPosition = 3 'Windows Default
  1942. Begin VB.Timer Timer29
  1943. Enabled = 0 'False
  1944. Interval = 1000
  1945. Left = 4560
  1946. Top = 4560
  1947. End
  1948. Begin VB.Frame Frame13
  1949. Height = 735
  1950. Left = 4320
  1951. TabIndex = 80
  1952. Top = 5400
  1953. Visible = 0 'False
  1954. Width = 2295
  1955. Begin VB.CommandButton Command9
  1956. Caption = "< Sıfırla"
  1957. Height = 255
  1958. Left = 1320
  1959. TabIndex = 83
  1960. Top = 240
  1961. Width = 735
  1962. End
  1963. Begin VB.OptionButton opUç
  1964. Caption = "&Moba uç"
  1965. Height = 255
  1966. Left = 360
  1967. TabIndex = 82
  1968. Top = 360
  1969. Width = 975
  1970. End
  1971. Begin VB.OptionButton opGit
  1972. Caption = "&Moba git"
  1973. Height = 255
  1974. Left = 120
  1975. TabIndex = 81
  1976. Top = 120
  1977. Width = 975
  1978. End
  1979. Begin VB.Line Line4
  1980. X1 = 240
  1981. X2 = 360
  1982. Y1 = 480
  1983. Y2 = 480
  1984. End
  1985. Begin VB.Line Line1
  1986. X1 = 240
  1987. X2 = 240
  1988. Y1 = 480
  1989. Y2 = 360
  1990. End
  1991. End
  1992. Begin VB.ListBox List1
  1993. Height = 255
  1994. ItemData = "Form3.frx":0CCA
  1995. Left = 5640
  1996. List = "Form3.frx":0CDD
  1997. TabIndex = 77
  1998. Top = 4320
  1999. Visible = 0 'False
  2000. Width = 855
  2001. End
  2002. Begin VB.CommandButton Command7
  2003. Caption = "Minör Cooldown Çalışmıyor"
  2004. Height = 255
  2005. Left = 7680
  2006. TabIndex = 46
  2007. Top = 5040
  2008. Visible = 0 'False
  2009. Width = 2895
  2010. End
  2011. Begin VB.CheckBox Checktop
  2012. Caption = "Botu Her Zaman Üstte Tut"
  2013. ForeColor = &H00FF0000&
  2014. Height = 255
  2015. Left = 2640
  2016. Style = 1 'Graphical
  2017. TabIndex = 3
  2018. Top = 0
  2019. Width = 1095
  2020. End
  2021. Begin VB.Timer int300
  2022. Interval = 300
  2023. Left = 8280
  2024. Top = 3960
  2025. End
  2026. Begin VB.Timer Timerminör
  2027. Interval = 50
  2028. Left = 8760
  2029. Top = 3960
  2030. End
  2031. Begin VB.Timer tmrFlood
  2032. Enabled = 0 'False
  2033. Interval = 10
  2034. Left = 9360
  2035. Top = 3960
  2036. End
  2037. Begin VB.Timer tmrzamanlı
  2038. Interval = 1000
  2039. Left = 9720
  2040. Top = 3960
  2041. End
  2042. Begin VB.Frame attacktimer
  2043. Caption = "rogue - okçu- mage - warrior - priest - atak ile ilgili"
  2044. Height = 3015
  2045. Left = 5880
  2046. TabIndex = 2
  2047. Top = 720
  2048. Visible = 0 'False
  2049. Width = 5175
  2050. Begin VB.Timer Timermalice
  2051. Interval = 9000
  2052. Left = 3960
  2053. Top = 240
  2054. End
  2055. Begin VB.Timer Timerkendinebaffat
  2056. Interval = 5000
  2057. Left = 2640
  2058. Top = 2160
  2059. End
  2060. Begin VB.Timer Timerkendineacat
  2061. Interval = 5000
  2062. Left = 2640
  2063. Top = 1680
  2064. End
  2065. Begin VB.Timer Timerkendineheal
  2066. Interval = 1000
  2067. Left = 2640
  2068. Top = 1200
  2069. End
  2070. Begin VB.Timer Timerprikitap
  2071. Interval = 5000
  2072. Left = 2640
  2073. Top = 720
  2074. End
  2075. Begin VB.Timer okcuatakci
  2076. Enabled = 0 'False
  2077. Interval = 1300
  2078. Left = 720
  2079. Top = 240
  2080. End
  2081. Begin VB.Timer asasatakci
  2082. Enabled = 0 'False
  2083. Interval = 900
  2084. Left = 120
  2085. Top = 240
  2086. End
  2087. Begin VB.Timer mageatakci
  2088. Enabled = 0 'False
  2089. Interval = 900
  2090. Left = 1440
  2091. Top = 240
  2092. End
  2093. Begin VB.Timer warrioratakci
  2094. Enabled = 0 'False
  2095. Interval = 900
  2096. Left = 2040
  2097. Top = 240
  2098. End
  2099. Begin VB.Timer priatakci
  2100. Enabled = 0 'False
  2101. Interval = 900
  2102. Left = 2640
  2103. Top = 240
  2104. End
  2105. Begin VB.Timer timer1
  2106. Interval = 100
  2107. Left = 3360
  2108. Top = 240
  2109. End
  2110. Begin VB.Timer zamanlar
  2111. Interval = 1000
  2112. Left = 120
  2113. Top = 720
  2114. End
  2115. Begin VB.Line Line3
  2116. Index = 0
  2117. X1 = 600
  2118. X2 = 600
  2119. Y1 = 120
  2120. Y2 = 2040
  2121. End
  2122. Begin VB.Line Line3
  2123. Index = 1
  2124. X1 = 1320
  2125. X2 = 1320
  2126. Y1 = 120
  2127. Y2 = 2040
  2128. End
  2129. Begin VB.Line Line3
  2130. Index = 2
  2131. X1 = 1920
  2132. X2 = 1920
  2133. Y1 = 120
  2134. Y2 = 2040
  2135. End
  2136. Begin VB.Line Line3
  2137. Index = 3
  2138. X1 = 2520
  2139. X2 = 2520
  2140. Y1 = 120
  2141. Y2 = 2040
  2142. End
  2143. Begin VB.Line Line3
  2144. Index = 4
  2145. X1 = 3120
  2146. X2 = 3120
  2147. Y1 = 120
  2148. Y2 = 2040
  2149. End
  2150. End
  2151. Begin VB.Timer tmrGit
  2152. Interval = 500
  2153. Left = 9240
  2154. Top = 4560
  2155. End
  2156. Begin VB.Timer tmrUç
  2157. Interval = 40
  2158. Left = 7800
  2159. Top = 4560
  2160. End
  2161. Begin VB.Timer tmrSec
  2162. Enabled = 0 'False
  2163. Interval = 20
  2164. Left = 8280
  2165. Top = 4560
  2166. End
  2167. Begin VB.ListBox itemlist
  2168. Height = 1860
  2169. Left = 7200
  2170. Style = 1 'Checkbox
  2171. TabIndex = 1
  2172. Top = 5400
  2173. Visible = 0 'False
  2174. Width = 2775
  2175. End
  2176. Begin VB.Timer tmrPot
  2177. Interval = 1300
  2178. Left = 10200
  2179. Top = 3960
  2180. End
  2181. Begin VB.Timer tmrRAtak
  2182. Enabled = 0 'False
  2183. Interval = 1000
  2184. Left = 8760
  2185. Top = 4560
  2186. End
  2187. Begin VB.TextBox Text18
  2188. Height = 375
  2189. Left = 6960
  2190. TabIndex = 0
  2191. Text = "Text1"
  2192. Top = 4320
  2193. Visible = 0 'False
  2194. Width = 495
  2195. End
  2196. Begin VB.Timer Timersh
  2197. Interval = 100
  2198. Left = 10680
  2199. Top = 3960
  2200. End
  2201. Begin VB.Timer Timerölümsüz
  2202. Interval = 300
  2203. Left = 7800
  2204. Top = 3960
  2205. End
  2206. Begin TabDlg.SSTab SSTab1
  2207. Height = 6375
  2208. Left = 120
  2209. TabIndex = 4
  2210. Top = 0
  2211. Width = 4095
  2212. _ExtentX = 7223
  2213. _ExtentY = 11245
  2214. _Version = 393216
  2215. Style = 1
  2216. TabHeight = 520
  2217. BackColor = -2147483644
  2218. TabCaption(0) = "Genel"
  2219. TabPicture(0) = "Form3.frx":0D08
  2220. Tab(0).ControlEnabled= -1 'True
  2221. Tab(0).Control(0)= "Frame3"
  2222. Tab(0).Control(0).Enabled= 0 'False
  2223. Tab(0).Control(1)= "Frame2"
  2224. Tab(0).Control(1).Enabled= 0 'False
  2225. Tab(0).Control(2)= "Frame17"
  2226. Tab(0).Control(2).Enabled= 0 'False
  2227. Tab(0).Control(3)= "Frame1"
  2228. Tab(0).Control(3).Enabled= 0 'False
  2229. Tab(0).Control(4)= "Command1"
  2230. Tab(0).Control(4).Enabled= 0 'False
  2231. Tab(0).ControlCount= 5
  2232. TabCaption(1) = "Atack"
  2233. TabPicture(1) = "Form3.frx":0D24
  2234. Tab(1).ControlEnabled= 0 'False
  2235. Tab(1).Control(0)= "Frame15"
  2236. Tab(1).Control(1)= "SSTab2"
  2237. Tab(1).Control(2)= "Frame11"
  2238. Tab(1).ControlCount= 3
  2239. TabCaption(2) = "Paket Gönder"
  2240. TabPicture(2) = "Form3.frx":0D40
  2241. Tab(2).ControlEnabled= 0 'False
  2242. Tab(2).Control(0)= "LabelOfTheKOJD"
  2243. Tab(2).Control(1)= "Command2"
  2244. Tab(2).Control(2)= "Text1"
  2245. Tab(2).Control(3)= "Timer2"
  2246. Tab(2).ControlCount= 4
  2247. Begin VB.Timer Timer2
  2248. Interval = 50
  2249. Left = -71640
  2250. Top = 1560
  2251. End
  2252. Begin VB.Frame Frame15
  2253. Caption = "Yaratıga Koş"
  2254. ForeColor = &H00C000C0&
  2255. Height = 735
  2256. Left = -75000
  2257. TabIndex = 86
  2258. Top = 5520
  2259. Width = 3975
  2260. Begin VB.CommandButton Command6
  2261. Caption = "Merkez Tut"
  2262. Height = 255
  2263. Left = 1680
  2264. TabIndex = 88
  2265. Top = 240
  2266. Width = 1335
  2267. End
  2268. Begin VB.CheckBox Check1
  2269. Caption = "Yaratığa Koş"
  2270. Height = 375
  2271. Left = 120
  2272. TabIndex = 87
  2273. Top = 240
  2274. Width = 1215
  2275. End
  2276. End
  2277. Begin TabDlg.SSTab SSTab2
  2278. Height = 4455
  2279. Left = -75000
  2280. TabIndex = 33
  2281. Top = 360
  2282. Width = 3975
  2283. _ExtentX = 7011
  2284. _ExtentY = 7858
  2285. _Version = 393216
  2286. Style = 1
  2287. Tabs = 4
  2288. Tab = 3
  2289. TabsPerRow = 4
  2290. TabHeight = 520
  2291. TabCaption(0) = "Rogue"
  2292. TabPicture(0) = "Form3.frx":0D5C
  2293. Tab(0).ControlEnabled= 0 'False
  2294. Tab(0).Control(0)= "Rogue"
  2295. Tab(0).ControlCount= 1
  2296. TabCaption(1) = "Warrior"
  2297. TabPicture(1) = "Form3.frx":0D78
  2298. Tab(1).ControlEnabled= 0 'False
  2299. Tab(1).Control(0)= "Frame7"
  2300. Tab(1).Control(1)= "Frame5"
  2301. Tab(1).ControlCount= 2
  2302. TabCaption(2) = "Mage"
  2303. TabPicture(2) = "Form3.frx":0D94
  2304. Tab(2).ControlEnabled= 0 'False
  2305. Tab(2).Control(0)= "Frame9"
  2306. Tab(2).Control(1)= "magestaff"
  2307. Tab(2).Control(2)= "Frame8"
  2308. Tab(2).Control(3)= "magetekil"
  2309. Tab(2).Control(4)= "Frame6"
  2310. Tab(2).ControlCount= 5
  2311. TabCaption(3) = "Priest"
  2312. TabPicture(3) = "Form3.frx":0DB0
  2313. Tab(3).ControlEnabled= -1 'True
  2314. Tab(3).Control(0)= "Frame10"
  2315. Tab(3).Control(0).Enabled= 0 'False
  2316. Tab(3).Control(1)= "Frame12"
  2317. Tab(3).Control(1).Enabled= 0 'False
  2318. Tab(3).Control(2)= "Check29"
  2319. Tab(3).Control(2).Enabled= 0 'False
  2320. Tab(3).Control(3)= "Check28"
  2321. Tab(3).Control(3).Enabled= 0 'False
  2322. Tab(3).Control(4)= "Check27"
  2323. Tab(3).Control(4).Enabled= 0 'False
  2324. Tab(3).Control(5)= "Check26"
  2325. Tab(3).Control(5).Enabled= 0 'False
  2326. Tab(3).Control(6)= "Frame14"
  2327. Tab(3).Control(6).Enabled= 0 'False
  2328. Tab(3).ControlCount= 7
  2329. Begin VB.Frame Frame14
  2330. Caption = "Oto Heal-Buff-Ac"
  2331. ForeColor = &H00C000C0&
  2332. Height = 2775
  2333. Left = 1920
  2334. TabIndex = 66
  2335. Top = 360
  2336. Width = 1815
  2337. Begin VB.CheckBox Check38
  2338. Caption = "Oto Heal"
  2339. Height = 255
  2340. Left = 240
  2341. TabIndex = 75
  2342. Top = 240
  2343. Width = 975
  2344. End
  2345. Begin VB.ComboBox Combo3
  2346. Height = 315
  2347. ItemData = "Form3.frx":0DCC
  2348. Left = 120
  2349. List = "Form3.frx":0DE9
  2350. TabIndex = 74
  2351. Text = "Seçin"
  2352. Top = 480
  2353. Width = 855
  2354. End
  2355. Begin VB.CheckBox Check39
  2356. Caption = "Oto Buff"
  2357. Height = 255
  2358. Left = 240
  2359. TabIndex = 73
  2360. Top = 960
  2361. Width = 975
  2362. End
  2363. Begin VB.ComboBox Combo4
  2364. Height = 315
  2365. ItemData = "Form3.frx":0E37
  2366. Left = 120
  2367. List = "Form3.frx":0E59
  2368. TabIndex = 72
  2369. Text = "Seçin"
  2370. Top = 1200
  2371. Width = 1335
  2372. End
  2373. Begin VB.CheckBox Check40
  2374. Caption = "Oto Ac"
  2375. Height = 255
  2376. Left = 240
  2377. TabIndex = 71
  2378. Top = 1560
  2379. Width = 1095
  2380. End
  2381. Begin VB.ComboBox Combo5
  2382. Height = 315
  2383. ItemData = "Form3.frx":0EC3
  2384. Left = 120
  2385. List = "Form3.frx":0EE2
  2386. TabIndex = 70
  2387. Text = "seçin"
  2388. Top = 1800
  2389. Width = 1335
  2390. End
  2391. Begin VB.CheckBox Check43
  2392. Caption = "Oto Mind"
  2393. Height = 255
  2394. Left = 240
  2395. TabIndex = 69
  2396. Top = 2160
  2397. Width = 1215
  2398. End
  2399. Begin VB.ComboBox Combo7
  2400. Height = 315
  2401. ItemData = "Form3.frx":0F70
  2402. Left = 120
  2403. List = "Form3.frx":0F80
  2404. TabIndex = 68
  2405. Text = "Seçin"
  2406. Top = 2400
  2407. Width = 1335
  2408. End
  2409. Begin VB.TextBox Text14
  2410. Alignment = 2 'Center
  2411. Height = 285
  2412. Left = 1080
  2413. TabIndex = 67
  2414. Text = "80"
  2415. Top = 480
  2416. Width = 375
  2417. End
  2418. End
  2419. Begin VB.CheckBox Check26
  2420. Caption = "Blasting"
  2421. Height = 255
  2422. Left = 360
  2423. TabIndex = 65
  2424. Top = 3240
  2425. Width = 1095
  2426. End
  2427. Begin VB.CheckBox Check27
  2428. Caption = "Wildness"
  2429. Height = 255
  2430. Left = 360
  2431. TabIndex = 64
  2432. Top = 3480
  2433. Width = 1095
  2434. End
  2435. Begin VB.CheckBox Check28
  2436. Caption = "Oto Kitap"
  2437. Height = 255
  2438. Left = 360
  2439. TabIndex = 63
  2440. Top = 3720
  2441. Width = 1215
  2442. End
  2443. Begin VB.CheckBox Check29
  2444. Caption = "Malice"
  2445. Height = 255
  2446. Left = 360
  2447. TabIndex = 62
  2448. Top = 3960
  2449. Width = 1095
  2450. End
  2451. Begin VB.Frame Frame12
  2452. Caption = "Priest Basic Skil"
  2453. ForeColor = &H00C000C0&
  2454. Height = 1335
  2455. Left = 120
  2456. TabIndex = 61
  2457. Top = 3000
  2458. Width = 1695
  2459. End
  2460. Begin VB.Frame Frame10
  2461. Caption = "Priest Atak Skilleri"
  2462. ForeColor = &H00C000C0&
  2463. Height = 2655
  2464. Left = 120
  2465. TabIndex = 59
  2466. Top = 360
  2467. Width = 1695
  2468. Begin VB.ListBox prilist
  2469. Height = 2310
  2470. ItemData = "Form3.frx":0FB4
  2471. Left = 120
  2472. List = "Form3.frx":0FE5
  2473. Style = 1 'Checkbox
  2474. TabIndex = 60
  2475. Top = 240
  2476. Width = 1455
  2477. End
  2478. End
  2479. Begin VB.Frame Frame9
  2480. Caption = "Mage Alan Skilleri"
  2481. ForeColor = &H00C000C0&
  2482. Height = 3855
  2483. Left = -72960
  2484. TabIndex = 56
  2485. Top = 360
  2486. Width = 1815
  2487. Begin VB.CheckBox Check65
  2488. Caption = "Alan Skillerini Mouse İle İşaretlediğim yere At"
  2489. ForeColor = &H00C000C0&
  2490. Height = 855
  2491. Left = 120
  2492. TabIndex = 76
  2493. Top = 2760
  2494. Width = 1335
  2495. End
  2496. Begin VB.ListBox magealan
  2497. Height = 1185
  2498. ItemData = "Form3.frx":1069
  2499. Left = 120
  2500. List = "Form3.frx":1088
  2501. Style = 1 'Checkbox
  2502. TabIndex = 58
  2503. Top = 240
  2504. Width = 1575
  2505. End
  2506. Begin VB.ListBox mage33
  2507. Height = 735
  2508. ItemData = "Form3.frx":10FA
  2509. Left = 120
  2510. List = "Form3.frx":1107
  2511. Style = 1 'Checkbox
  2512. TabIndex = 57
  2513. Top = 1560
  2514. Width = 1455
  2515. End
  2516. End
  2517. Begin VB.ListBox magestaff
  2518. Height = 1410
  2519. ItemData = "Form3.frx":1131
  2520. Left = -74760
  2521. List = "Form3.frx":1147
  2522. Style = 1 'Checkbox
  2523. TabIndex = 55
  2524. Top = 2760
  2525. Width = 1575
  2526. End
  2527. Begin VB.Frame Frame8
  2528. Caption = "Mage Stafflar"
  2529. ForeColor = &H00C000C0&
  2530. Height = 1695
  2531. Left = -74880
  2532. TabIndex = 54
  2533. Top = 2520
  2534. Width = 1815
  2535. End
  2536. Begin VB.ListBox magetekil
  2537. Height = 1635
  2538. ItemData = "Form3.frx":1189
  2539. Left = -74760
  2540. List = "Form3.frx":120E
  2541. Style = 1 'Checkbox
  2542. TabIndex = 53
  2543. Top = 600
  2544. Width = 1575
  2545. End
  2546. Begin VB.Frame Frame7
  2547. Caption = "Zamanlı"
  2548. ForeColor = &H00C000C0&
  2549. Height = 1455
  2550. Left = -72840
  2551. TabIndex = 48
  2552. Top = 480
  2553. Width = 1695
  2554. Begin VB.CheckBox Check14
  2555. Caption = "Sprint"
  2556. Height = 255
  2557. Left = 120
  2558. TabIndex = 52
  2559. Top = 240
  2560. Width = 975
  2561. End
  2562. Begin VB.CheckBox Check15
  2563. Caption = "Gain"
  2564. Height = 255
  2565. Left = 120
  2566. TabIndex = 51
  2567. Top = 480
  2568. Width = 855
  2569. End
  2570. Begin VB.CheckBox Check16
  2571. Caption = "Defense"
  2572. Height = 255
  2573. Left = 120
  2574. TabIndex = 50
  2575. Top = 720
  2576. Width = 1095
  2577. End
  2578. Begin VB.CheckBox Check64
  2579. Caption = "Battle Cry"
  2580. Height = 255
  2581. Index = 1
  2582. Left = 120
  2583. TabIndex = 49
  2584. Top = 960
  2585. Width = 1095
  2586. End
  2587. End
  2588. Begin VB.Frame Frame6
  2589. Caption = "Mage Tekil Skiller"
  2590. ForeColor = &H00C000C0&
  2591. Height = 2055
  2592. Left = -74880
  2593. TabIndex = 47
  2594. Top = 360
  2595. Width = 1815
  2596. End
  2597. Begin VB.Frame Frame5
  2598. Caption = "Warrior"
  2599. ForeColor = &H00C000C0&
  2600. Height = 3375
  2601. Left = -74880
  2602. TabIndex = 42
  2603. Top = 360
  2604. Width = 1935
  2605. Begin VB.ListBox warlist
  2606. Height = 2985
  2607. ItemData = "Form3.frx":1426
  2608. Left = 120
  2609. List = "Form3.frx":146C
  2610. Style = 1 'Checkbox
  2611. TabIndex = 43
  2612. Top = 240
  2613. Width = 1695
  2614. End
  2615. End
  2616. Begin VB.Frame Rogue
  2617. Caption = "Rogue"
  2618. ForeColor = &H00C000C0&
  2619. Height = 3615
  2620. Left = -74880
  2621. TabIndex = 34
  2622. Top = 360
  2623. Width = 3615
  2624. Begin VB.ComboBox cms
  2625. Height = 315
  2626. ItemData = "Form3.frx":1547
  2627. Left = 120
  2628. List = "Form3.frx":1551
  2629. Style = 2 'Dropdown List
  2630. TabIndex = 40
  2631. Top = 240
  2632. Width = 1695
  2633. End
  2634. Begin VB.ListBox lstAsas
  2635. Height = 2535
  2636. ItemData = "Form3.frx":1568
  2637. Left = 120
  2638. List = "Form3.frx":159C
  2639. Style = 1 'Checkbox
  2640. TabIndex = 39
  2641. Top = 600
  2642. Width = 1695
  2643. End
  2644. Begin VB.ListBox lstokcu
  2645. Height = 2400
  2646. ItemData = "Form3.frx":163B
  2647. Left = 120
  2648. List = "Form3.frx":167E
  2649. TabIndex = 38
  2650. Top = 600
  2651. Width = 1695
  2652. End
  2653. Begin VB.ListBox lstrzmn
  2654. Height = 2535
  2655. ItemData = "Form3.frx":178E
  2656. Left = 1920
  2657. List = "Form3.frx":17B3
  2658. Style = 1 'Checkbox
  2659. TabIndex = 37
  2660. Top = 600
  2661. Width = 1575
  2662. End
  2663. Begin VB.TextBox txOkatak
  2664. Alignment = 2 'Center
  2665. Appearance = 0 'Flat
  2666. BackColor = &H00FFFFFF&
  2667. Height = 285
  2668. Left = 3000
  2669. TabIndex = 36
  2670. Text = "1350"
  2671. Top = 240
  2672. Width = 495
  2673. End
  2674. Begin VB.TextBox txOAtak
  2675. Alignment = 2 'Center
  2676. Appearance = 0 'Flat
  2677. BackColor = &H00FFFFFF&
  2678. Height = 285
  2679. Left = 3000
  2680. TabIndex = 35
  2681. Text = "1050"
  2682. Top = 240
  2683. Width = 495
  2684. End
  2685. Begin VB.Label Label1
  2686. AutoSize = -1 'True
  2687. Caption = "Atak hızı:"
  2688. ForeColor = &H000000FF&
  2689. Height = 195
  2690. Left = 2280
  2691. TabIndex = 41
  2692. Top = 240
  2693. Width = 660
  2694. End
  2695. End
  2696. End
  2697. Begin VB.TextBox Text1
  2698. Height = 285
  2699. Left = -73080
  2700. TabIndex = 32
  2701. Top = 600
  2702. Width = 1815
  2703. End
  2704. Begin VB.CommandButton Command2
  2705. BackColor = &H8000000D&
  2706. Caption = "Paket Gönder"
  2707. Height = 255
  2708. Left = -74880
  2709. MaskColor = &H0000FFFF&
  2710. TabIndex = 31
  2711. Top = 600
  2712. Width = 1695
  2713. End
  2714. Begin VB.Frame Frame11
  2715. Height = 735
  2716. Left = -75000
  2717. TabIndex = 28
  2718. Top = 4800
  2719. Width = 3975
  2720. Begin VB.CommandButton Command5
  2721. Caption = "Mob listesi"
  2722. Height = 375
  2723. Left = 1680
  2724. TabIndex = 30
  2725. Top = 240
  2726. Width = 1815
  2727. End
  2728. Begin VB.ComboBox cmSec
  2729. BackColor = &H00FFFFFF&
  2730. Height = 315
  2731. ItemData = "Form3.frx":1822
  2732. Left = 120
  2733. List = "Form3.frx":182F
  2734. Style = 2 'Dropdown List
  2735. TabIndex = 29
  2736. Top = 240
  2737. Width = 1455
  2738. End
  2739. Begin VB.Line Line2
  2740. X1 = 360
  2741. X2 = 375
  2742. Y1 = 1080
  2743. Y2 = 1095
  2744. End
  2745. End
  2746. Begin VB.CommandButton Command1
  2747. Caption = "Koxp'u Ve Oyunu Kapat"
  2748. Height = 255
  2749. Left = 120
  2750. TabIndex = 27
  2751. Top = 360
  2752. Width = 3495
  2753. End
  2754. Begin VB.Frame Frame1
  2755. Caption = "&Genel Hackler"
  2756. ForeColor = &H00C000C0&
  2757. Height = 1215
  2758. Left = 120
  2759. TabIndex = 20
  2760. Top = 3000
  2761. Width = 3615
  2762. Begin VB.CheckBox Checksabitle
  2763. Caption = "Char Sabitle"
  2764. ForeColor = &H00C00000&
  2765. Height = 195
  2766. Left = 120
  2767. TabIndex = 26
  2768. Top = 600
  2769. Width = 1215
  2770. End
  2771. Begin VB.CheckBox Checksh
  2772. Caption = "&SH (G ile)"
  2773. ForeColor = &H00C00000&
  2774. Height = 255
  2775. Left = 2040
  2776. TabIndex = 25
  2777. Top = 840
  2778. Width = 975
  2779. End
  2780. Begin VB.CheckBox chkutu
  2781. Caption = "&Oto kutu"
  2782. ForeColor = &H00C00000&
  2783. Height = 255
  2784. Left = 2040
  2785. TabIndex = 24
  2786. ToolTipText = "Kutuları otomatik olarak toplar.."
  2787. Top = 120
  2788. Width = 975
  2789. End
  2790. Begin VB.CheckBox chWall
  2791. Caption = "&Wall hack"
  2792. ForeColor = &H00C00000&
  2793. Height = 255
  2794. Left = 120
  2795. TabIndex = 23
  2796. ToolTipText = "Duvarlardan geçmenizi sağlar."
  2797. Top = 240
  2798. Width = 1095
  2799. End
  2800. Begin VB.CheckBox Check2
  2801. Caption = "LF Hack"
  2802. ForeColor = &H00C00000&
  2803. Height = 255
  2804. Left = 120
  2805. TabIndex = 22
  2806. Top = 840
  2807. Width = 1095
  2808. End
  2809. Begin VB.CheckBox Check3
  2810. Caption = "Swift Hack"
  2811. ForeColor = &H00C00000&
  2812. Height = 255
  2813. Left = 2040
  2814. TabIndex = 21
  2815. Top = 480
  2816. Width = 1215
  2817. End
  2818. End
  2819. Begin VB.Frame Frame17
  2820. Caption = "Party at"
  2821. ForeColor = &H00C000C0&
  2822. Height = 855
  2823. Left = 120
  2824. TabIndex = 16
  2825. Top = 5400
  2826. Width = 3615
  2827. Begin VB.CommandButton cmdBoz
  2828. Caption = "PARTY BOZMAK İSTERMİSİN ? :)"
  2829. Height = 255
  2830. Left = 120
  2831. TabIndex = 19
  2832. Top = 480
  2833. Width = 3375
  2834. End
  2835. Begin VB.TextBox txPt
  2836. Alignment = 2 'Center
  2837. Appearance = 0 'Flat
  2838. ForeColor = &H00FF0000&
  2839. Height = 285
  2840. Left = 120
  2841. TabIndex = 18
  2842. Text = "PM GİR "
  2843. Top = 240
  2844. Width = 2055
  2845. End
  2846. Begin VB.CommandButton cmdPt
  2847. Caption = "Party At"
  2848. Height = 255
  2849. Left = 2280
  2850. TabIndex = 17
  2851. Top = 240
  2852. Width = 1215
  2853. End
  2854. End
  2855. Begin VB.Frame Frame2
  2856. Caption = "Oto Pot"
  2857. ForeColor = &H00C000C0&
  2858. Height = 2175
  2859. Left = 120
  2860. TabIndex = 9
  2861. Top = 720
  2862. Width = 3615
  2863. Begin VB.PictureBox Picture3
  2864. Height = 615
  2865. Left = 120
  2866. Picture = "Form3.frx":185A
  2867. ScaleHeight = 555
  2868. ScaleWidth = 555
  2869. TabIndex = 91
  2870. Top = 1440
  2871. Width = 615
  2872. End
  2873. Begin VB.PictureBox Picture2
  2874. Height = 615
  2875. Left = 120
  2876. Picture = "Form3.frx":1FE7
  2877. ScaleHeight = 555
  2878. ScaleWidth = 555
  2879. TabIndex = 90
  2880. Top = 240
  2881. Width = 615
  2882. End
  2883. Begin VB.PictureBox Picture1
  2884. Height = 615
  2885. Left = 120
  2886. Picture = "Form3.frx":27DA
  2887. ScaleHeight = 555
  2888. ScaleWidth = 555
  2889. TabIndex = 89
  2890. Top = 840
  2891. Width = 615
  2892. End
  2893. Begin VB.ComboBox Combomp
  2894. ForeColor = &H00FF0000&
  2895. Height = 315
  2896. ItemData = "Form3.frx":2FEE
  2897. Left = 2280
  2898. List = "Form3.frx":3001
  2899. TabIndex = 45
  2900. Text = "Mp Seç"
  2901. Top = 1080
  2902. Width = 975
  2903. End
  2904. Begin VB.ComboBox Combohp
  2905. ForeColor = &H000000FF&
  2906. Height = 315
  2907. ItemData = "Form3.frx":301E
  2908. Left = 2280
  2909. List = "Form3.frx":3031
  2910. TabIndex = 44
  2911. Text = "Hp Seç"
  2912. Top = 480
  2913. Width = 975
  2914. End
  2915. Begin VB.TextBox Textminör
  2916. Alignment = 2 'Center
  2917. ForeColor = &H8000000D&
  2918. Height = 285
  2919. Left = 1800
  2920. TabIndex = 15
  2921. Text = "50"
  2922. Top = 1680
  2923. Width = 375
  2924. End
  2925. Begin VB.CheckBox Checkminör
  2926. Caption = "Minör"
  2927. DisabledPicture = "Form3.frx":304C
  2928. DownPicture = "Form3.frx":3860
  2929. ForeColor = &H8000000D&
  2930. Height = 255
  2931. Left = 840
  2932. TabIndex = 14
  2933. Top = 1680
  2934. Width = 735
  2935. End
  2936. Begin VB.TextBox Textmp
  2937. Alignment = 2 'Center
  2938. ForeColor = &H00FF0000&
  2939. Height = 285
  2940. Left = 1800
  2941. TabIndex = 13
  2942. Text = "50"
  2943. Top = 1080
  2944. Width = 375
  2945. End
  2946. Begin VB.TextBox Texthp
  2947. Alignment = 2 'Center
  2948. ForeColor = &H000000FF&
  2949. Height = 285
  2950. Left = 1800
  2951. TabIndex = 12
  2952. Text = "90"
  2953. Top = 480
  2954. Width = 375
  2955. End
  2956. Begin VB.CheckBox chMP
  2957. Caption = "Oto Mp"
  2958. ForeColor = &H00FF0000&
  2959. Height = 255
  2960. Left = 840
  2961. TabIndex = 11
  2962. Top = 1080
  2963. Width = 855
  2964. End
  2965. Begin VB.CheckBox chHP
  2966. Caption = "Oto Hp"
  2967. ForeColor = &H000000FF&
  2968. Height = 255
  2969. Left = 840
  2970. TabIndex = 10
  2971. Top = 480
  2972. Width = 855
  2973. End
  2974. End
  2975. Begin VB.Frame Frame3
  2976. Caption = "Chat'e Flood At"
  2977. ForeColor = &H000000C0&
  2978. Height = 1215
  2979. Left = 120
  2980. TabIndex = 5
  2981. Top = 4200
  2982. Width = 3615
  2983. Begin VB.TextBox txFlood
  2984. Height = 405
  2985. Left = 120
  2986. TabIndex = 8
  2987. Text = "Bu Bot (HACKED) Tarafın'dan Yapılmıştır"
  2988. Top = 600
  2989. Width = 3375
  2990. End
  2991. Begin VB.CheckBox cmdFlood
  2992. Caption = "Başlat"
  2993. Height = 195
  2994. Left = 120
  2995. TabIndex = 7
  2996. Top = 240
  2997. Width = 855
  2998. End
  2999. Begin VB.ComboBox cmbFlood
  3000. Height = 315
  3001. ItemData = "Form3.frx":4074
  3002. Left = 960
  3003. List = "Form3.frx":408A
  3004. TabIndex = 6
  3005. Text = "Flood Nereden Gönderilsin Seç"
  3006. Top = 240
  3007. Width = 2655
  3008. End
  3009. End
  3010. Begin VB.Label LabelOfTheKOJD
  3011. Alignment = 2 'Center
  3012. BackColor = &H80000004&
  3013. Caption = "Paket Yollamayı Bilmiyorsan Kullanma Dc Yersin Paket Gönderme Kodu Örnek:(4800)'dır"
  3014. BeginProperty Font
  3015. Name = "Comic Sans MS"
  3016. Size = 8.25
  3017. Charset = 162
  3018. Weight = 700
  3019. Underline = 0 'False
  3020. Italic = -1 'True
  3021. Strikethrough = 0 'False
  3022. EndProperty
  3023. ForeColor = &H000080FF&
  3024. Height = 810
  3025. Left = -74880
  3026. MousePointer = 2 'Cross
  3027. TabIndex = 92
  3028. Top = 1080
  3029. Width = 3615
  3030. End
  3031. End
  3032. Begin VB.Label merkezy
  3033. Caption = "Label8"
  3034. Height = 255
  3035. Left = 4800
  3036. TabIndex = 85
  3037. Top = 1320
  3038. Width = 975
  3039. End
  3040. Begin VB.Label merkezx
  3041. Caption = "Label7"
  3042. Height = 375
  3043. Left = 4920
  3044. TabIndex = 84
  3045. Top = 600
  3046. Width = 615
  3047. End
  3048. Begin VB.Label Label6
  3049. Caption = "Label6"
  3050. Height = 375
  3051. Left = 4920
  3052. TabIndex = 79
  3053. Top = 3360
  3054. Visible = 0 'False
  3055. Width = 615
  3056. End
  3057. Begin VB.Label Label5
  3058. Caption = "Label5"
  3059. Height = 375
  3060. Left = 2520
  3061. TabIndex = 78
  3062. Top = 3720
  3063. Width = 615
  3064. End
  3065. Begin VB.Menu Atak
  3066. Caption = "Atak Başlat"
  3067. End
  3068. Begin VB.Menu Ratak
  3069. Caption = "R Başlat"
  3070. End
  3071. Begin VB.Menu hakkında
  3072. Caption = "Bot Hakkında"
  3073. End
  3074. End
  3075. Attribute VB_Name = "Form3"
  3076. Attribute VB_GlobalNameSpace = False
  3077. Attribute VB_Creatable = False
  3078. Attribute VB_PredeclaredId = True
  3079. Attribute VB_Exposed = False
  3080. Public coloring
  3081.  
  3082. Private Sub asasatakci_Timer()
  3083. If düşmanID <> "FFFF" Then AsasAtak
  3084. End Sub
  3085.  
  3086. Private Sub Atak_Click()
  3087. If Atak.Caption = "Atak Başlat" Then
  3088. AtakBaşlat
  3089. Atak.Caption = "Atak Durdur"
  3090. Else
  3091. If Atak.Caption = "Atak Durdur" Then
  3092. AtakDurdur
  3093. Atak.Caption = "Atak Başlat"
  3094. End If
  3095. End If
  3096. End Sub
  3097.  
  3098. Private Sub chBaşlat_Click()
  3099. If chBaşlat.Value = 1 Then
  3100. chBaşlat.Caption = "Atak durdur"
  3101. AtakBaşlat
  3102. Else
  3103. AtakDurdur
  3104. chBaşlat.Caption = "Atak başlat"
  3105. End If
  3106. End Sub
  3107.  
  3108. Private Sub chRAtak_Click()
  3109.  
  3110. End Sub
  3111.  
  3112. Private Sub Check1_Click()
  3113. On Error Resume Next
  3114. If Check1.Value = 1 Then
  3115. Timer29.Enabled = True
  3116. Else
  3117. Timer29.Enabled = False
  3118. End If
  3119. End Sub
  3120.  
  3121. Private Sub Checkölümsüz_Click()
  3122.  
  3123. End Sub
  3124.  
  3125. Private Sub chwall_click()
  3126. If chWall.Value = 1 Then
  3127. LongYaz (KO_ADR_CHR + KO_OFF_WH), 0
  3128. Else
  3129. LongYaz (KO_ADR_CHR + KO_OFF_WH), 1
  3130. End If
  3131. End Sub
  3132.  
  3133. Private Sub Check2_Click()
  3134. If Check2.Value = 1 Then
  3135. LongYaz KO_ADR_CHR + KO_OFF_SWIFT, 16384
  3136. Else
  3137. LongYaz KO_ADR_CHR + KO_OFF_SWIFT, 16256 'light feet
  3138. End If
  3139. End Sub
  3140.  
  3141. Private Sub Check3_Click()
  3142. If Check3.Value = 1 Then
  3143. LongYaz KO_ADR_CHR + KO_OFF_SWIFT, 16320
  3144. Else ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' swift
  3145. LongYaz KO_ADR_CHR + KO_OFF_SWIFT, 16256 ''' swift
  3146. End If
  3147. End Sub
  3148.  
  3149.  
  3150. Private Sub chKutu_Click()
  3151. If chkutu.Value = 1 Then
  3152. ByteYaz ReadLong(KO_PTR_DLG) + &H8EC, 1
  3153. Else
  3154. ByteYaz ReadLong(KO_PTR_DLG) + &H8EC, 0
  3155. End If
  3156. End Sub
  3157.  
  3158.  
  3159.  
  3160. Private Sub Checksabitle_Click()
  3161. If Checksabitle.Value = 1 Then
  3162. LongYaz KO_ADR_CHR + KO_OFF_SWIFT, 1
  3163. Else
  3164. LongYaz KO_ADR_CHR + KO_OFF_SWIFT, 16256
  3165. End If
  3166. End Sub
  3167.  
  3168.  
  3169.  
  3170. Private Sub Command1_Click()
  3171. If MsgBox("Oyunu kapatmak istiyormusunuz?", vbYesNo) = vbYes Then
  3172. If MsgBox("Oyunla beraber koxp'da kapanacak kabul ediyormusunuz?", vbYesNo) = vbYes Then
  3173. Shell "TaskKILL /F /IM knightonline.exe", Shutdown - s
  3174. Unload Me
  3175. End If
  3176. End If
  3177. Exit Sub
  3178. End Sub
  3179.  
  3180. Private Sub cmdBoz_Click()
  3181. Paket "2F05063005461727165540020496E666F726D6174696F6E5B315D2E2E2E2032202500000000000000000000000000000000000009DCF06D00000088007570635F6B615F74755F7570706572006E696768746F6E6C696E655C00000000000000000000000000000001"
  3182. End Sub
  3183.  
  3184. Private Sub cmdFlood_Click()
  3185. tmrFlood.Enabled = cmdFlood.Value
  3186. If cmdFlood.Value = 1 Then
  3187. cmdFlood.Caption = "Durdur"
  3188. Else
  3189. cmdFlood.Caption = "Başlat"
  3190. End If
  3191. End Sub
  3192.  
  3193. Private Sub cmdPt_Click()
  3194. PartyAt txPt.Text
  3195. End Sub
  3196.  
  3197.  
  3198.  
  3199. Private Sub Command2_Click()
  3200. Paket Text1.Text
  3201. End Sub
  3202.  
  3203.  
  3204.  
  3205. Private Sub Command5_Click()
  3206. Me.Hide: frmList.Show
  3207. End Sub
  3208.  
  3209. Private Sub Command6_Click()
  3210. merkezx.Caption = KarakterX
  3211. merkezy.Caption = KarakterY
  3212. End Sub
  3213.  
  3214. Private Sub Command7_Click()
  3215. Dim Base As Long
  3216. Base = SkillBase(SınıfBul & "705")
  3217. LongYaz (Base + &H8C), 0
  3218. End Sub
  3219.  
  3220. Private Sub Command9_Click()
  3221. opUç.Value = 0
  3222. opGit.Value = 0
  3223. End Sub
  3224.  
  3225. Private Sub hakkında_Click()
  3226. Form4.Show
  3227. Me.Hide
  3228. End Sub
  3229.  
  3230. Private Sub int300_Timer()
  3231. If KarakterHP = 0 Then
  3232. Paket "1201"
  3233. End If
  3234. End Sub
  3235.  
  3236. Private Sub mageatakci_Timer()
  3237. MageAtakVur
  3238. mage33ler
  3239. End Sub
  3240.  
  3241. Private Sub merkezx_Click()
  3242. Form3.merkezx.Caption = KarakterX
  3243. End Sub
  3244.  
  3245. Private Sub merkezy_Click()
  3246. Form3.merkezy.Caption = KarakterY
  3247. End Sub
  3248.  
  3249. Private Sub okcuatakci_Timer()
  3250. If düşmanID <> "FFFF" Then OkçuAtak
  3251. End Sub
  3252.  
  3253. Private Sub opGit_Click()
  3254. On Error Resume Next
  3255. If Check2.Value = 1 Then
  3256. Timer29.Enabled = True
  3257. Else
  3258. Timer29.Enabled = False
  3259. End If
  3260. End Sub
  3261.  
  3262. Private Sub priatakci_Timer()
  3263. PriestAtakVur
  3264. End Sub
  3265.  
  3266. Private Sub Ratak_Click()
  3267. If Ratak.Caption = "R Başlat" Then
  3268. tmrRAtak.Enabled = True
  3269. Ratak.Caption = "R Durdur"
  3270. Else
  3271. If Ratak.Caption = "R Durdur" Then
  3272. tmrRAtak.Enabled = False
  3273. Ratak.Caption = "R Başlat"
  3274. End If
  3275. End If
  3276. End Sub
  3277.  
  3278. Private Sub Timer1_Timer()
  3279. If cms.ListIndex = 0 Then
  3280. lstokcu.Visible = True
  3281. lstAsas.Visible = False
  3282. txOAtak.Visible = False
  3283. txOkatak.Visible = True
  3284. End If
  3285. If cms.ListIndex = 1 Then
  3286. lstAsas.Visible = True
  3287. lstokcu.Visible = False
  3288. txOkatak.Visible = False
  3289. txOAtak.Visible = True
  3290. End If
  3291. End Sub
  3292.  
  3293.  
  3294.  
  3295.  
  3296. Private Sub Timer2_Timer()
  3297. coloring = coloring + 1
  3298.  
  3299. Select Case coloring
  3300. Case 1
  3301. LabelOfTheKOJD.ForeColor = &HC0&
  3302. LabelOfTheKOJD.BackColor = &H80000004
  3303. Case 2
  3304. LabelOfTheKOJD.ForeColor = &HC0&
  3305. LabelOfTheKOJD.BackColor = &H80000004
  3306. Case 3
  3307. LabelOfTheKOJD.ForeColor = &HC0&
  3308. LabelOfTheKOJD.BackColor = &H80000004
  3309. Case 4
  3310. LabelOfTheKOJD.ForeColor = &HC0&
  3311. LabelOfTheKOJD.BackColor = &H80000004
  3312. Case 5
  3313. LabelOfTheKOJD.ForeColor = &HC0&
  3314. LabelOfTheKOJD.BackColor = &H80000004
  3315. Case 6
  3316. LabelOfTheKOJD.ForeColor = &H80FF&
  3317. LabelOfTheKOJD.BackColor = &H80000004
  3318. Case 7
  3319. LabelOfTheKOJD.ForeColor = &H8000000D
  3320. LabelOfTheKOJD.BackColor = &H80000004
  3321. Case 8
  3322. LabelOfTheKOJD.ForeColor = &HC0&
  3323. LabelOfTheKOJD.BackColor = &H80000004
  3324. Case 9
  3325. LabelOfTheKOJD.ForeColor = &HC0C0&
  3326. LabelOfTheKOJD.BackColor = &H80000004
  3327. Case 10
  3328. LabelOfTheKOJD.ForeColor = &HFF00FF
  3329. LabelOfTheKOJD.BackColor = &H80000004
  3330. coloring = 0
  3331. End Select
  3332. End Sub
  3333.  
  3334. Private Sub Timer29_Timer()
  3335. On Error Resume Next
  3336. If Check1.Value = 1 Then
  3337. Yürü MobX, MobY
  3338. Else
  3339. Yürü Form3.merkezx.Caption, Form3.merkezy.Caption
  3340. End If
  3341. End Sub
  3342.  
  3343. Private Sub Timerkendineacat_Timer()
  3344. If Form3.Check40.Value = 1 Then
  3345. If Label5.Caption > KarakterDefans Then
  3346. Kendineacat
  3347. Label5.Caption = KarakterDefans
  3348. End If
  3349. End If
  3350. End Sub
  3351.  
  3352. Private Sub Timerkendinebaffat_Timer()
  3353. If Form3.Check39.Value = 1 Then
  3354. If KarakterMaxHP < Val(Label6.Caption) Then
  3355. Kendinebuffat
  3356. Label6.Caption = KarakterMaxHP
  3357. End If
  3358. End If
  3359. End Sub
  3360.  
  3361. Private Sub Timerkendineheal_Timer()
  3362. If Form3.Check38.Value = 1 Then
  3363. If KarakterHP < ((KarakterMaxHP * Form3.Text14.Text) / 100) Then
  3364. Kendinehealat
  3365. End If
  3366. End If
  3367. End Sub
  3368.  
  3369. Private Sub Timermalice_Timer()
  3370. If Form3.Check29.Value = 1 Then
  3371. Malice
  3372. End If
  3373. End Sub
  3374.  
  3375. Private Sub Timerprikitap_Timer()
  3376. If Form3.Check28.Value = 1 Then
  3377. PriestKitap
  3378. If Form3.Check27.Value = 1 Then
  3379. Blasting
  3380. If Form3.Check26.Value = 1 Then
  3381. Blasting
  3382. End If
  3383. End If
  3384. End If
  3385. End Sub
  3386.  
  3387.  
  3388.  
  3389.  
  3390.  
  3391.  
  3392. Private Sub tmrFlood_Timer()
  3393. Dim Tursec As String
  3394. Dim ChatID As String
  3395. If cmbFlood.ListIndex = "0" Then
  3396. Tursec = "01"
  3397. End If
  3398. If cmbFlood.ListIndex = "1" Then
  3399. Tursec = "05"
  3400. End If
  3401. If cmbFlood.ListIndex = "2" Then
  3402. Tursec = "03"
  3403. End If
  3404. If cmbFlood.ListIndex = "3" Then
  3405. Tursec = "06"
  3406. End If
  3407. If cmbFlood.ListIndex = "4" Then
  3408. Tursec = "0E"
  3409. End If
  3410. If cmbFlood.ListIndex = "5" Then
  3411. Tursec = "0F"
  3412. End If
  3413. ChatID = Tursec
  3414. Paket "10" + ChatID & FormatHex(Hex(Len(txFlood.Text)), 4) & HexString22(txFlood.Text)
  3415. End Sub
  3416. Private Sub Checktop_Click()
  3417. üstte Me, Checktop.Value, Checktop.Value
  3418. End Sub
  3419. Private Sub Timerminör_Timer()
  3420. If Checkminör.Value = 1 Then
  3421. If KarakterHP < ((KarakterMaxHP * Textminör.Text) / 100) Then
  3422. Minör
  3423. End If
  3424. End If
  3425. End Sub
  3426. Private Sub form_unload(cancel As Integer)
  3427. End
  3428. End Sub
  3429. Private Sub Form_Load()
  3430. cms.ListIndex = 0
  3431. cmSec.ListIndex = 0
  3432. End Sub
  3433.  
  3434. Private Sub tmrPot_Timer()
  3435.  
  3436. On Error Resume Next
  3437. If chHP.Value = 1 Then
  3438. If KarakterHP < ((KarakterMaxHP * Texthp.Text) / 100) Then
  3439. CanPot
  3440. End If
  3441. End If
  3442. If chMP.Value = 1 Then
  3443. If KarakterMP < ((KarakterMaxMP * Textmp.Text) / 100) Then
  3444. ManaPot
  3445. End If
  3446. End If
  3447.  
  3448. End Sub
  3449.  
  3450. Private Sub tmrRAtak_Timer()
  3451. If düşmanID <> "FFFF" Then Paket "080101" & düşmanID & "FF00000000"
  3452. End Sub
  3453.  
  3454. Private Sub tmrSec_Timer()
  3455. If cmSec.ListIndex = 1 Then If chBaşlat.Value = 1 Then If frmList.List1.ListCount <> "0" Then eMob
  3456. If cmSec.ListIndex = 0 Then If chBaşlat.Value = 1 Then AutoMobZ
  3457. End Sub
  3458.  
  3459.  
  3460. Private Sub tmrzamanlı_Timer()
  3461. If lstrzmn.Selected(0) = True And SkillOn("002") = False And SkillOn("002") = False Then
  3462. Sprint
  3463. End If
  3464. If lstrzmn.Selected(1) = True And SkillOn("010") = False And SkillOn("10") = False Then
  3465. Swift
  3466. End If
  3467. If lstrzmn.Selected(2) = True And SkillOn("030") = False And SkillOn("030") = False Then
  3468. End If
  3469. If lstrzmn.Selected(3) = True And SkillOn("710") = False And SkillOn("710") = False Then
  3470. EvadeBas
  3471. End If
  3472. If lstrzmn.Selected(4) = True And SkillOn("725") = False And SkillOn("725") = False Then
  3473. LightFeetBas
  3474. End If
  3475. If lstrzmn.Selected(5) = True And SkillOn("730") = False And SkillOn("730") = False Then
  3476. SafetyBas
  3477. End If
  3478. If lstrzmn.Selected(6) = True And SkillOn(735) = False And SkillOn(735) = False Then
  3479. LupineEyesBas
  3480. End If
  3481. If lstrzmn.Selected(7) = True And SkillOn(802) = False And SkillOn(802) = False Then
  3482. MagicShieldBas
  3483. End If
  3484. If lstrzmn.Selected(8) = True And SkillOn(645) = False And SkillOn(645) = False Then
  3485. StealthBas
  3486. End If
  3487. If lstrzmn.Selected(9) = True And SkillOn(760) = False And SkillOn(760) = False Then
  3488. ScaledSkinBas
  3489. End If
  3490. End Sub
  3491.  
  3492.  
  3493. Private Sub warrioratakci_Timer()
  3494. WarriorAtakVur
  3495. End Sub
  3496.  
  3497. Private Sub zamanlar_Timer()
  3498. HellishTime = HellishTime - 1
  3499. CollapseTime = CollapseTime - 1
  3500. HadesTime = HadesTime - 1
  3501. RuinTime = RuinTime - 1
  3502. harstime = harstime - 1
  3503. ravigtime = ravigtime - 1
  3504. StabTime = StabTime - 1
  3505. Stab2Time = Stab2Time - 1
  3506. JabTime = JabTime - 1
  3507. BloodTime = BloodTime - 1
  3508. PierceTime = PierceTime - 1
  3509. ShockTime = ShockTime - 1
  3510. IllusionTime = IllusionTime - 1
  3511. ThrustTime = ThrustTime - 1
  3512. CutTime = CutTime - 1
  3513. VampiricTime = VampiricTime - 1
  3514. SpikeTime = SpikeTime - 1
  3515. BloodyTime = BloodyTime - 1
  3516. BloodingTime = BloodingTime - 1
  3517. BlindingTime = BlindingTime - 1
  3518. BeastTime = BeastTime - 1
  3519. CriticalTime = CriticalTime - 1
  3520. WeaponTime = WeaponTime - 1
  3521. ManglingTime = BloodingTime - 1
  3522. MultipleShorkTime = MultipleShorkTime - 1
  3523. SeverTime = SeverTime - 1
  3524. LegCuttingTime = LegCuttingTime - 1
  3525. ShearTime = ShearTime - 1
  3526. HashTime = HashTime - 1
  3527. PiercingTime = PiercingTime - 1
  3528. CrashTime = CrashTime - 1
  3529. SlashTime = SlashTime - 1
  3530. flametime = flametime - 1
  3531. glastime = glastime - 1
  3532. lrtime = lrtime - 1
  3533. icestormtime = icestormtime - 1
  3534. meteortime = meteortime - 1
  3535. chatime = chatime - 1
  3536. frosttime = frosttime - 1
  3537. novatime = novatime - 1
  3538. statime = statime - 1
  3539. blitime = blitime - 1
  3540. infernotime = infernotime - 1
  3541. thutime = thutime - 1
  3542. Igzination = Igzination - 1
  3543. VampiricFire = VampiricFire - 1
  3544. FreezingDistance = FreezingDistance - 1
  3545. Prismatic = Prismatic - 1
  3546. StunCloud = StunCloud - 1
  3547. Incineration = Incineration - 1
  3548. FireImpact = FireImpact - 1
  3549. IceImpact = IceImpact - 1
  3550. ThunderImpact = ThunderImpact - 1
  3551. FireThorn = FireThorn - 1
  3552. StaticThorn = StaticThorn - 1
  3553. PillarofFire = PillarofFire - 1
  3554. IceComet = IceComet - 1
  3555. StaticOrb = StaticOrb - 1
  3556. HellFire = HellFire - 1
  3557. Frostbite = Frostbite - 1
  3558. Discharge = Discharge - 1
  3559. FireBlast = FireBlast - 1
  3560. IceBlast = IceBlast - 1
  3561. ThunderBlast = ThunderBlast - 1
  3562. FireSpear = FireSpear - 1
  3563. IceOrb = IceOrb - 1
  3564. Thunder = Thunder - 1
  3565. FireBall = FireBall - 1
  3566. IceArrow = IceArrow - 1
  3567. Lightning = Lightning - 1
  3568. Blaze = Blaze - 1
  3569. Chill = Chill - 1
  3570. CounterSpell = CounterSpell - 1
  3571. Spark = Spark - 1
  3572. ColdWave = ColdWave - 1
  3573. Flame = Flame - 1
  3574. Shiver = Shiver - 1
  3575. Flash = Flash - 1
  3576. End Sub
  3577.  
  3578. VERSION 5.00
  3579. Object = "{6BF52A50-394A-11D3-B153-00C04F79FAA6}#1.0#0"; "wmp.dll"
  3580. Begin VB.Form Form4
  3581. BackColor = &H80000007&
  3582. BorderStyle = 1 'Fixed Single
  3583. Caption = "Hakkımda Bilgi"
  3584. ClientHeight = 7500
  3585. ClientLeft = 45
  3586. ClientTop = 675
  3587. ClientWidth = 3735
  3588. FillColor = &H00404040&
  3589. Icon = "Form4.frx":0000
  3590. LinkTopic = "Form4"
  3591. MaxButton = 0 'False
  3592. ScaleHeight = 7500
  3593. ScaleWidth = 3735
  3594. Begin VB.PictureBox Picture2
  3595. BackColor = &H80000009&
  3596. BorderStyle = 0 'None
  3597. Height = 975
  3598. Left = 0
  3599. Picture = "Form4.frx":0CCA
  3600. ScaleHeight = 975
  3601. ScaleWidth = 3495
  3602. TabIndex = 2
  3603. Top = 3480
  3604. Width = 3495
  3605. End
  3606. Begin VB.PictureBox Picture1
  3607. Appearance = 0 'Flat
  3608. BackColor = &H80000005&
  3609. BorderStyle = 0 'None
  3610. ForeColor = &H80000008&
  3611. Height = 3495
  3612. Left = -120
  3613. Picture = "Form4.frx":7B4E
  3614. ScaleHeight = 3495
  3615. ScaleWidth = 3495
  3616. TabIndex = 1
  3617. Top = 0
  3618. Width = 3495
  3619. End
  3620. Begin VB.Timer Timer1
  3621. Interval = 50
  3622. Left = 3360
  3623. Top = 600
  3624. End
  3625. Begin WMPLibCtl.WindowsMediaPlayer WindowsMediaPlayer1
  3626. Height = 1215
  3627. Left = 6360
  3628. TabIndex = 3
  3629. Top = 3240
  3630. Width = 855
  3631. URL = ""
  3632. rate = 1
  3633. balance = 0
  3634. currentPosition = 0
  3635. defaultFrame = ""
  3636. playCount = 1
  3637. autoStart = -1 'True
  3638. currentMarker = 0
  3639. invokeURLs = -1 'True
  3640. baseURL = ""
  3641. volume = 50
  3642. mute = 0 'False
  3643. uiMode = "full"
  3644. stretchToFit = 0 'False
  3645. windowlessVideo = 0 'False
  3646. enabled = -1 'True
  3647. enableContextMenu= -1 'True
  3648. fullScreen = 0 'False
  3649. SAMIStyle = ""
  3650. SAMILang = ""
  3651. SAMIFilename = ""
  3652. captioningID = ""
  3653. enableErrorDialogs= 0 'False
  3654. _cx = 1508
  3655. _cy = 2143
  3656. End
  3657. Begin VB.Label LabelOfTheKOJD
  3658. Alignment = 2 'Center
  3659. BackColor = &H00000000&
  3660. Caption = $"Form4.frx":B131
  3661. BeginProperty Font
  3662. Name = "Comic Sans MS"
  3663. Size = 8.25
  3664. Charset = 162
  3665. Weight = 700
  3666. Underline = 0 'False
  3667. Italic = -1 'True
  3668. Strikethrough = 0 'False
  3669. EndProperty
  3670. ForeColor = &H000080FF&
  3671. Height = 3210
  3672. Left = 120
  3673. MousePointer = 2 'Cross
  3674. TabIndex = 0
  3675. Top = 4440
  3676. Width = 3495
  3677. End
  3678. Begin VB.Menu BotaGeriDön
  3679. Caption = "Bota Geri Dön"
  3680. End
  3681. End
  3682. Attribute VB_Name = "Form4"
  3683. Attribute VB_GlobalNameSpace = False
  3684. Attribute VB_Creatable = False
  3685. Attribute VB_PredeclaredId = True
  3686. Attribute VB_Exposed = False
  3687. Public coloring
  3688.  
  3689. Private Sub BotaGeriDön_Click()
  3690. Form3.Show
  3691. Me.Hide
  3692. Unload Me
  3693. End Sub
  3694.  
  3695. Private Sub Form_Load()
  3696.  
  3697. WindowsMediaPlayer1.URL = "http://www.uploadmusic.org/MUSIC/1738851426725134.mp3"
  3698. End Sub
  3699.  
  3700. Private Sub Timer1_Timer()
  3701. coloring = coloring + 1
  3702.  
  3703. Select Case coloring
  3704. Case 1
  3705. LabelOfTheKOJD.ForeColor = &HC0&
  3706. LabelOfTheKOJD.BackColor = &H80000012
  3707. Case 2
  3708. LabelOfTheKOJD.ForeColor = &HC0&
  3709. LabelOfTheKOJD.BackColor = &H80000012
  3710. Case 3
  3711. LabelOfTheKOJD.ForeColor = &HC0&
  3712. LabelOfTheKOJD.BackColor = &H80000012
  3713. Case 4
  3714. LabelOfTheKOJD.ForeColor = &HC0&
  3715. LabelOfTheKOJD.BackColor = &H80000012
  3716. Case 5
  3717. LabelOfTheKOJD.ForeColor = &HC0&
  3718. LabelOfTheKOJD.BackColor = &H80000012
  3719. Case 6
  3720. LabelOfTheKOJD.ForeColor = &H80FF&
  3721. LabelOfTheKOJD.BackColor = &H80000012
  3722. Case 7
  3723. LabelOfTheKOJD.ForeColor = &H8000000D
  3724. LabelOfTheKOJD.BackColor = &H80000012
  3725. Case 8
  3726. LabelOfTheKOJD.ForeColor = &HC0&
  3727. LabelOfTheKOJD.BackColor = &H80000012
  3728. Case 9
  3729. LabelOfTheKOJD.ForeColor = &HC0C0&
  3730. LabelOfTheKOJD.BackColor = &H80000012
  3731. Case 10
  3732. LabelOfTheKOJD.ForeColor = &HFF00FF
  3733. LabelOfTheKOJD.BackColor = &H80000012
  3734. coloring = 0
  3735. End Select
  3736. End Sub
  3737.  
  3738. VERSION 5.00
  3739. Begin VB.Form frmList
  3740. BorderStyle = 1 'Fixed Single
  3741. Caption = "Liste"
  3742. ClientHeight = 3405
  3743. ClientLeft = 45
  3744. ClientTop = 375
  3745. ClientWidth = 2490
  3746. Icon = "frmList.frx":0000
  3747. LinkTopic = "Form2"
  3748. MaxButton = 0 'False
  3749. ScaleHeight = 3405
  3750. ScaleWidth = 2490
  3751. StartUpPosition = 3 'Windows Default
  3752. Begin VB.CommandButton Command1
  3753. BackColor = &H8000000D&
  3754. Caption = "GİZLE"
  3755. Height = 375
  3756. Left = 0
  3757. TabIndex = 7
  3758. Top = 3000
  3759. Width = 2415
  3760. End
  3761. Begin VB.Frame Frame1
  3762. Caption = "Liste"
  3763. Height = 1575
  3764. Left = 0
  3765. TabIndex = 5
  3766. Top = 0
  3767. Width = 2415
  3768. Begin VB.ListBox List1
  3769. ForeColor = &H00000000&
  3770. Height = 1230
  3771. ItemData = "frmList.frx":0CCA
  3772. Left = 120
  3773. List = "frmList.frx":0CCC
  3774. TabIndex = 6
  3775. Top = 240
  3776. Width = 2175
  3777. End
  3778. End
  3779. Begin VB.Frame Frame2
  3780. BeginProperty Font
  3781. Name = "Tahoma"
  3782. Size = 6.75
  3783. Charset = 162
  3784. Weight = 700
  3785. Underline = 0 'False
  3786. Italic = 0 'False
  3787. Strikethrough = 0 'False
  3788. EndProperty
  3789. Height = 1335
  3790. Left = 0
  3791. TabIndex = 0
  3792. Top = 1560
  3793. Width = 2415
  3794. Begin VB.CommandButton Command4
  3795. BackColor = &H8000000D&
  3796. Caption = "Seçiliyi Ekle"
  3797. Height = 255
  3798. Left = 120
  3799. TabIndex = 3
  3800. Top = 120
  3801. Width = 2175
  3802. End
  3803. Begin VB.TextBox Text5
  3804. Alignment = 2 'Center
  3805. BackColor = &H8000000F&
  3806. ForeColor = &H80000001&
  3807. Height = 285
  3808. Left = 120
  3809. TabIndex = 2
  3810. Text = "Worm"
  3811. Top = 480
  3812. Width = 1455
  3813. End
  3814. Begin VB.CommandButton Command5
  3815. Caption = "Ekle"
  3816. Height = 285
  3817. Left = 1680
  3818. TabIndex = 1
  3819. Top = 480
  3820. Width = 615
  3821. End
  3822. Begin VB.Label Label1
  3823. Caption = "Bir mob silmek için üzerine çift tıkla"
  3824. Height = 435
  3825. Left = 120
  3826. TabIndex = 4
  3827. Top = 840
  3828. Width = 2100
  3829. End
  3830. End
  3831. End
  3832. Attribute VB_Name = "frmList"
  3833. Attribute VB_GlobalNameSpace = False
  3834. Attribute VB_Creatable = False
  3835. Attribute VB_PredeclaredId = True
  3836. Attribute VB_Exposed = False
  3837. Private Sub Command1_Click()
  3838. Me.Hide
  3839. Form3.Show
  3840. End Sub
  3841.  
  3842. Private Sub List1_DblClick()
  3843. If List1.ListIndex <> -1 Then
  3844. List1.RemoveItem List1.ListIndex
  3845. End If
  3846. End Sub
  3847.  
  3848.  
  3849. Private Sub Command4_Click()
  3850. List1.AddItem MobName
  3851. End Sub
  3852.  
  3853. Private Sub Command5_Click()
  3854. List1.AddItem Text5.Text
  3855. End Sub
  3856. Private Sub form_unload(cancel As Integer)
  3857. Me.Hide
  3858. Form3.Show
  3859. End Sub
  3860.  
  3861. Type=Exe
  3862. Form=Form1.frm
  3863. Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#..\..\..\..\..\..\Windows\System32\stdole2.tlb#OLE Automation
  3864. Module=anamodül; Module1.bas
  3865. Object={EAB22AC0-30C1-11CF-A7EB-0000C05BAE0B}#1.1#0; ieframe.dll
  3866. Form=Form3.frm
  3867. Module=skiller; skiller.bas
  3868. Module=listekontrol; listekontrol.bas
  3869. Object={BDC217C8-ED16-11CD-956C-0000C04E4C0A}#1.1#0; TABCTL32.OCX
  3870. Object={F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0; COMDLG32.OCX
  3871. Form=frmList.frm
  3872. Form=Form2.frm
  3873. Form=Form4.frm
  3874. Object={6BF52A50-394A-11D3-B153-00C04F79FAA6}#1.0#0; wmp.dll
  3875. IconForm="form1"
  3876. Startup="Form2"
  3877. HelpFile=""
  3878. Title="Hero Fire Gmr Bot"
  3879. ExeName32="Hero Fire Gmr Atack Bot.exe"
  3880. Path32="..\..\.."
  3881. Command32=""
  3882. Name="HeroFire"
  3883. HelpContextID="0"
  3884. CompatibleMode="0"
  3885. MajorVer=1
  3886. MinorVer=0
  3887. RevisionVer=0
  3888. AutoIncrementVer=0
  3889. ServerSupportFiles=0
  3890. VersionComments="Hero Fire Gmr "
  3891. CompilationType=0
  3892. OptimizationType=0
  3893. FavorPentiumPro(tm)=0
  3894. CodeViewDebugInfo=0
  3895. NoAliasing=0
  3896. BoundsCheck=0
  3897. OverflowCheck=0
  3898. FlPointCheck=0
  3899. FDIVCheck=0
  3900. UnroundedFP=0
  3901. StartMode=0
  3902. Unattended=0
  3903. Retained=0
  3904. ThreadPerObject=0
  3905. MaxNumberOfThreads=1
  3906. Type=Exe
  3907. Form=Form1.frm
  3908. Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#..\..\..\..\..\..\Windows\System32\stdole2.tlb#OLE Automation
  3909. Module=anamodül; Module1.bas
  3910. Object={EAB22AC0-30C1-11CF-A7EB-0000C05BAE0B}#1.1#0; ieframe.dll
  3911. Form=Form3.frm
  3912. Module=skiller; skiller.bas
  3913. Module=listekontrol; listekontrol.bas
  3914. Object={BDC217C8-ED16-11CD-956C-0000C04E4C0A}#1.1#0; TABCTL32.OCX
  3915. Object={F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0; COMDLG32.OCX
  3916. Form=frmList.frm
  3917. Form=Form2.frm
  3918. Form=Form4.frm
  3919. Object={6BF52A50-394A-11D3-B153-00C04F79FAA6}#1.0#0; wmp.dll
  3920. IconForm="form1"
  3921. Startup="Form2"
  3922. HelpFile=""
  3923. Title="Hero Fire Gmr Bot"
  3924. ExeName32="Hero Fire Gmr Atack Bot.exe"
  3925. Path32="..\..\.."
  3926. Command32=""
  3927. Name="HeroFire"
  3928. HelpContextID="0"
  3929. CompatibleMode="0"
  3930. MajorVer=1
  3931. MinorVer=0
  3932. RevisionVer=0
  3933. AutoIncrementVer=0
  3934. ServerSupportFiles=0
  3935. VersionComments="Hero Fire Gmr "
  3936. CompilationType=0
  3937. OptimizationType=0
  3938. FavorPentiumPro(tm)=0
  3939. CodeViewDebugInfo=0
  3940. NoAliasing=0
  3941. BoundsCheck=0
  3942. OverflowCheck=0
  3943. FlPointCheck=0
  3944. FDIVCheck=0
  3945. UnroundedFP=0
  3946. StartMode=0
  3947. Unattended=0
  3948. Retained=0
  3949. ThreadPerObject=0
  3950. MaxNumberOfThreads=1
  3951. form1 = 224, 32, 936, 458, C, 135, 190, 801, 937, C
  3952. anamodül = 181, -7, 791, 486, C
  3953. Form3 = 47, 38, 926, 645, C, 86, 196, 903, 860, C
  3954. skiller = 266, 196, 881, 744, C
  3955. listekontrol = 32, 249, 548, 825, C
  3956. frmList = 200, 200, 909, 807, C, 175, 175, 884, 782, C
  3957. Form2 = 58, 47, 767, 654, C, 18, 57, 488, 306, C
  3958. Form4 = 79, 168, 942, 777, C, 15, 18, 690, 863, C
  3959. Attribute VB_Name = "listekontrol"
  3960. Public Const KO_FLDB As Long = &HC2DD0C
  3961. Function GetDistance(Hedefx, Hedefy)
  3962. On Error Resume Next
  3963. GetDistance = Fix((((Hedefx - KarakterX) * (Hedefx - KarakterX) + (Hedefy - KarakterY) * (Hedefy - KarakterY)) ^ 0.5) / 4)
  3964. End Function
  3965. Function eMob() As Long
  3966. Dim EBP As Long, ESI As Long, EAX As Long, Base_Addr As Long, xCode() As Byte, xStr As String, a As Long, b As Long, TargetID As Long, TargetBase As Long
  3967. EBP = LongOku(LongOku(KO_FLDB) + &H2C)
  3968. ESI = LongOku(EBP)
  3969. a = 100
  3970. While ESI <> EBP
  3971. Base_Addr = LongOku(ESI + &H10)
  3972. Form3.Text18 = YazıOku(LongOku(Base_Addr + KO_OFF_NAME), LongOku(Base_Addr + KO_OFF_NAME + 4))
  3973. If yListKontrol(Form3.Text18.Text) = True Then
  3974. b = GetDistance(FloatOku(Base_Addr + KO_OFF_X), FloatOku(Base_Addr + KO_OFF_Y))
  3975. If b < a Then a = b: TargetID = LongOku(Base_Addr + KO_OFF_ID): TargetBase = Base_Addr 'And ReadLong(Base_Addr + KO_OFF_HP) > 0
  3976. End If
  3977.  
  3978. EAX = LongOku(ESI + 8)
  3979. If LongOku(ESI + 8) <> LongOku(KO_FLMZ) Then
  3980. While LongOku(EAX) <> LongOku(KO_FLMZ) ' bu sekil kod tarzları böle c# gibi degildir
  3981. EAX = LongOku(EAX)
  3982. Wend
  3983. ESI = EAX
  3984. Else
  3985. EAX = LongOku(ESI + 4)
  3986. While ESI = LongOku(EAX + 8)
  3987. ESI = EAX
  3988. EAX = LongOku(EAX + 4)
  3989. Wend
  3990. If LongOku(ESI + 8) <> EAX Then
  3991. ESI = EAX
  3992. End If
  3993. End If
  3994. Wend
  3995. HafizaID = TargetID
  3996. HafizaBase = TargetBase
  3997. SetMob (HafizaID)
  3998. End Function
  3999.  
  4000. Function yListKontrol(name As String) As Boolean
  4001. Dim i As Integer
  4002. For i = 0 To frmList.List1.ListCount - 1
  4003. If frmList.List1.List(i) = name Then
  4004. yListKontrol = True
  4005. Exit Function
  4006. End If
  4007. Next i
  4008. yListKontrol = False
  4009. End Function
  4010.  
  4011. Function SetMob(mobid As Long)
  4012. If mobid <> 0 And FormatHex(Hex(mobid), 4) <> "FFFF" Then
  4013. If mobid = 0 Then Exit Function
  4014. LongYaz ReadLong(KO_PTR_CHR) + KO_OFF_MOB, mobid
  4015. ByteYaz ReadLong(ReadLong(KO_PTR_DLG) + &H1BC) + &HC0, 1
  4016. End If
  4017. End Function
  4018. Function GetMobBase(TargetMob As Long)
  4019. Dim Ptr As Long, tmpMobBase As Long, tmpBase As Long, IDArray As Long, BaseAddr As Long, Mob As Long
  4020. Mob = TargetMob
  4021. Ptr = LongOku(KO_FLDB)
  4022. tmpMobBase = LongOku(Ptr + &H2C) 'mob=0x2C
  4023. tmpBase = LongOku(tmpMobBase + &H4) '0x1DD8B1B8
  4024. While tmpBase <> 0
  4025. IDArray = LongOku(tmpBase + &HC)
  4026. If IDArray >= Mob Then
  4027. If IDArray = Mob Then
  4028. BaseAddr = LongOku(tmpBase + &H10) 'BASE
  4029. End If
  4030. tmpBase = LongOku(tmpBase + &H0) 'Aşağı
  4031. Else
  4032. tmpBase = LongOku(tmpBase + &H8) 'Yukarı
  4033. End If
  4034. Wend
  4035. GetMobBase = BaseAddr
  4036. End Function
  4037.  
  4038.  
  4039. Attribute VB_Name = "anamodül"
  4040. Option Explicit
  4041. Private Type SECURITY_ATTRIBUTES
  4042. nLength As Long
  4043. lpSecurityDescriptor As Long
  4044. bInheritHandle As Long
  4045. End Type
  4046. Public Const PROCESS_ALL_ACCESS = &H1F0FFF '# in decimal:2035711
  4047. Public Const THREAD_ALL_ACCESS = &H1F03FF ' # in decimal:2032639
  4048. Private Const MEM_COMMIT = &H1000
  4049. Private Const MEM_RELEASE = &H8000&
  4050. Private Const PAGE_READWRITE = &H4&
  4051. Private Const INFINITE = &HFFFF
  4052. Public Const MAILSLOT_NO_MESSAGE As Long = (-1)
  4053. Public Declare Function GetTickCount Lib "kernel32" () As Long
  4054.  
  4055. Public Declare Function CloseHandle Lib "kernel32" (ByVal hObject As Long) As Long
  4056. Public Declare Function ReadProcessMem Lib "kernel32" Alias "ReadProcessMemory" (ByVal hProcess As Long, ByVal lpBaseAddress As Any, ByRef lpBuffer As Any, ByVal nSize As Long, lpNumberOfBytesWritten As Long) As Long
  4057. Public Declare Function WriteProcessMem Lib "kernel32" Alias "WriteProcessMemory" (ByVal hProcess As Long, ByVal lpBaseAddress As Any, ByRef lpBuffer As Any, ByVal nSize As Long, lpNumberOfBytesWritten As Long) As Long
  4058. Private Declare Function ReadFile Lib "kernel32" (ByVal hFile As Long, lpBuffer As Any, ByVal nNumberOfBytesToRead As Long, lpNumberOfBytesRead As Long, lpOverlapped As Long) As Long
  4059. Private Declare Function CreateMailslot Lib "kernel32" Alias "CreateMailslotA" (ByVal lpName As String, ByVal nMaxMessageSize As Long, ByVal lReadTimeout As Long, lpSecurityAttributes As Any) As Long
  4060. Private Declare Function GetMailslotInfo Lib "kernel32" (ByVal hMailSlot As Long, lpMaxMessageSize As Long, lpNextSize As Long, lpMessageCount As Long, lpReadTimeout As Long) As Long
  4061. Private Declare Function LoadLibrary Lib "kernel32" Alias "LoadLibraryA" (ByVal lpLibFileName As String) As Long
  4062. Private Declare Function GetProcAddress Lib "kernel32" (ByVal hModule As Long, ByVal lpProcName As String) As Long
  4063. Private Declare Function GetModuleHandle Lib "kernel32" Alias "GetModuleHandleA" (ByVal lpModuleName As String) As Long
  4064. Private Declare Function FreeLibrary Lib "kernel32" (ByVal hLibModule As Long) As Long
  4065. Private Declare Function CreateRemoteThread Lib "kernel32" (ByVal hProcess As Long, lpThreadAttributes As SECURITY_ATTRIBUTES, ByVal dwStackSize As Long, lpStartAddress As Long, lpParameter As Any, ByVal dwCreationFlags As Long, lpThreadID As Long) As Long
  4066. Private Declare Function WaitForSingleObject Lib "kernel32" (ByVal hHandle As Long, ByVal dwMilliseconds As Long) As Long
  4067. Private Declare Function VirtualFreeEx Lib "kernel32" (ByVal hProcess As Long, lpAddress As Any, ByVal dwSize As Long, ByVal dwFreeType As Long) As Long
  4068. Public Declare Function VirtualAllocEx Lib "kernel32" (ByVal hProcess As Long, ByVal lpAddress As Long, ByVal dwSize As Long, ByVal flAllocationType As Long, ByVal flProtect As Long) As Long
  4069. Private Declare Function GetPrivateProfileSection Lib "kernel32" Alias "GetPrivateProfileSectionA" (ByVal lpAppName As String, ByVal lpReturnedString As String, ByVal nSize As Long, ByVal lpFileName As String) As Long
  4070. Private Declare Function SetWindowPos Lib "User32" (ByVal hWnd As Long, ByVal hWndInsertAfter As Long, ByVal X As Long, ByVal Y As Long, ByVal cx As Long, ByVal cy As Long, ByVal wFlags As Long) As Long
  4071. Private Declare Function WritePrivateProfileSection Lib "kernel32" Alias "WritePrivateProfileSectionA" (ByVal lpAppName As String, ByVal lPaketing As String, ByVal lpFileName As String) As Long
  4072. Public Declare Function GetAsyncKeyState Lib "User32" (ByVal vKey As Long) As Integer
  4073. Public Declare Function FindWindow Lib "User32" Alias "FindWindowA" (ByVal lpClassName As String, ByVal lpWindowName As String) As Long
  4074. Private Declare Function GetWindowThreadProcessId Lib "User32" (ByVal hWnd As Long, lpdwProcessId As Long) As Long
  4075. Private Declare Function OpenProcess Lib "kernel32" (ByVal dwDesiredAccess As Long, ByVal bInheritHandle As Long, ByVal dwProcessId As Long) As Long
  4076. Public Declare Sub Sleep Lib "kernel32" (ByVal dwMilliseconds As Long)
  4077. Public Declare Function EnumProcessModules Lib "PSAPI.DLL" (ByVal hProcess As Long, ByRef lphModule As Long, ByVal cb As Long, ByRef cbNeeded As Long) As Long
  4078. Public Declare Function GetModuleFileNameExA Lib "PSAPI.DLL" (ByVal hProcess As Long, ByVal hModule As Long, ByVal ModuleName As String, ByVal nSize As Long) As Long
  4079. Public VirtualMem As Long
  4080. Public Const KOUSBOT_NEW_MEMORY As Long = &HD6ADA3
  4081.  
  4082. 'Assassin Skillleri
  4083. Public StabTime As Long
  4084. Public Stab2Time As Long
  4085. Public JabTime As Long
  4086. Public BloodTime As Long
  4087. Public PierceTime As Long
  4088. Public ShockTime As Long
  4089. Public IllusionTime As Long
  4090. Public ThrustTime As Long
  4091. Public CutTime As Long
  4092. Public KO_SMMB As Long
  4093. Public VampiricTime As Long
  4094. Public SpikeTime As Long
  4095. Public BloodyTime As Long
  4096. Public BlindingTime As Long
  4097. Public BeastTime As Long
  4098. Public CriticalTime As Long
  4099. 'Okçu Skilleri
  4100. Public FireArrowTime As Long
  4101. Public PoisonArrowTime As Long
  4102. Public FireShotTime As Long
  4103. Public PoisonShotTime As Long
  4104. Public ExplosiveShotTime As Long
  4105. Public ViperTime As Long
  4106. Public CounterStrikeTime As Long
  4107. Public IceShotTime As Long
  4108. Public LightingShotTime As Long
  4109. Public BlowArrowTime As Long
  4110. Public BlindingStrafeTime As Long
  4111. Public PowerShotTime As Long
  4112. Public ArrowShowerTime As Long
  4113. Const HWND_TOPMOST = -1
  4114. Const HWND_NOTOPMOST = -2
  4115. Const SWP_NOMOVE As Long = &H2
  4116. Const SWP_NOSIZE As Long = &H1
  4117. Public BytesAddr_MobZ As Long
  4118. Public BytesAddr As Long
  4119. Public HexKelime As String
  4120. Public KO_ADI As String
  4121. Public KO_HANDLE As Long
  4122. Public KO_PID As Long
  4123. Public FuncPtr As Long
  4124. Public ThreadPtr As Long
  4125. Public KO_ADR_CHR As Long
  4126. Public KO_ADR_DLG As Long
  4127. Public MSName As String
  4128. Public MSHandle
  4129. 'warrior skilleri
  4130. Public kUzaklık As Long
  4131. Public BloodingTime As Long
  4132. Public ManglingTime As Long
  4133. Public MultipleShorkTime As Long
  4134. Public SeverTime As Long
  4135. Public LegCuttingTime As Long
  4136. Public ShearTime As Long
  4137. Public HashTime As Long
  4138. Public PiercingTime As Long
  4139. Public CrashTime As Long
  4140. Public SlashTime As Long
  4141.  
  4142. 'mage skilleri
  4143. Public flametime As Long
  4144. Public glastime As Long
  4145. Public lrtime As Long
  4146. Public icestormtime As Long
  4147. Public meteortime As Long
  4148. Public chatime As Long
  4149. Public frosttime As Long
  4150. Public novatime As Long
  4151. Public statime As Long
  4152. Public blitime As Long
  4153. Public infernotime As Long
  4154. Public thutime As Long
  4155. 'mage devam
  4156. Public Flash As Long
  4157. Public Shiver As Long
  4158. Public Flame As Long
  4159. Public ColdWave As Long
  4160. Public Spark As Long
  4161. Public Blaze As Long
  4162. Public FireBall As Long
  4163. Public FireSpear As Long
  4164. Public FireBlast As Long
  4165. Public HellFire As Long
  4166. Public PillarofFire As Long
  4167. Public FireThorn As Long
  4168. Public FireImpact As Long
  4169. Public Incineration As Long
  4170. Public VampiricFire As Long
  4171. Public Igzination As Long
  4172. Public Chill As Long
  4173. Public IceArrow As Long
  4174. Public IceOrb As Long
  4175. Public IceBlast As Long
  4176. Public Frostbite As Long
  4177. Public IceComet As Long
  4178. Public IceImpact As Long
  4179. Public Prismatic As Long
  4180. Public FreezingDistance As Long
  4181. Public CounterSpell As Long
  4182. Public Lightning As Long
  4183. Public Thunder As Long
  4184. Public ThunderBlast As Long
  4185. Public Discharge As Long
  4186. Public StaticOrb As Long
  4187. Public StaticThorn As Long
  4188. Public ThunderImpact As Long
  4189. Public StunCloud As Long
  4190. 'priest atakk
  4191. Public RuinTime As Long
  4192. Public HellishTime As Long
  4193. Public HarshTime As Long
  4194. Public CollapseTime As Long
  4195. Public RavingTime As Long
  4196. Public HadesTime As Long
  4197.  
  4198.  
  4199.  
  4200. ' Pointerler
  4201. Public KO_SND_FNC As Long
  4202. ' Pointler
  4203.  
  4204.  
  4205. Public Const KO_SEND_PTR As Long = &HCF3D40 'KO_SND_X
  4206. Public Const KO_PTR_CHR As Long = &HD79CBC
  4207. Public Const KO_FLMZ As Long = &HC236FC
  4208. Public Const KO_PTR_PKT As Long = &HD79D40
  4209. Public Const KO_PTR_DLG As Long = &HD79D74
  4210. Public Const ko_fncz As Long = &H4CBBA0
  4211. Public Const KO_OFF_PARTY As Long = KO_PTR_DLG
  4212. Public Const KO_Thread As Long = &HD79DF4
  4213. Public Const KO_NODC As Long = &HD7EDB4
  4214. Public Const KO_FLDB As Long = &HD79CB8
  4215. Public Const KO_ITOB As Long = &HD79B08
  4216. Public Const KO_ITEB As Long = &HD79B10
  4217. Public Const KO_FMBS As Long = &H49EE40
  4218. Public Const KO_FPBS As Long = &H49FE70
  4219. Public Const KO_SND_PACKET As Long = KO_PTR_PKT + &HC5
  4220. Public Const KO_SND_PACKET2 As Long = KO_PTR_PKT + &HC5
  4221. ' Offsetler
  4222. Public Const KO_OFF_ZONE As Long = &HB7C
  4223. Public Const KO_OFF_WH As Long = &H6B8
  4224. Public Const KO_OFF_MX As Long = &HEF4
  4225. Public Const KO_OFF_MY As Long = &HEFC
  4226. Public Const KO_OFF_MZ As Long = &HEF8
  4227. Public Const KO_OFF_LVL As Long = 1708
  4228. Public Const KO_OFF_NAME As Long = &H680
  4229. Public Const KO_OFF_CLASS As Long = &H6A8
  4230. Public Const KO_OFF_ID As Long = &H678
  4231. Public Const KO_OFF_SWIFT As Long = &H782
  4232. Public Const KO_OFF_HP As Long = &H6B4
  4233. Public Const KO_OFF_MAXHP As Long = &H6B0
  4234. Public Const KO_OFF_MP As Long = &HAE0
  4235. Public Const KO_OFF_MAXMP As Long = &HADC
  4236. Public Const KO_OFF_Y As Long = &HE0
  4237. Public Const KO_OFF_X As Long = &HD8
  4238. Public Const KO_OFF_Z As Long = &HDC
  4239. Public Const KO_OFF_EXP As Long = &HAF8
  4240. Public Const KO_OFF_MAXEXP As Long = &HAF0
  4241. Public Const KO_OFF_MOB As Long = &H644
  4242. Public Const KO_OFF_Go1 As Long = &HEE8 ' Kordinata Git KO_OFF_MOVTYPE
  4243. Public Const KO_OFF_GoX As Long = &HEF4 ' Kordinata Git X
  4244. Public Const KO_OFF_GoY As Long = &HEFC ' Kordinata Git Y
  4245. Public Const KO_OFF_Go2 As Long = &H3F0 ' Kordinata Git KO_OFF_MVCHRTYP
  4246. Public Const KO_OFF_LOOT As Long = &H8EC
  4247. Public Const KO_OFF_AP As Long = &HB38
  4248. Public Const KO_OFF_DEFP As Long = &HB40
  4249. Public Const KO_OFF_RATTCK As Long = &HF1E
  4250. Public Const KO_OFF_NATION As Long = &H6A0
  4251. ' Party Offsetler
  4252. Public Const PartyHP As Long = &H14
  4253. Public Const PartyMaxHP As Long = &H18
  4254. Public Const PartyID As Long = &H8
  4255. Public Const PartyLevel As Long = &HC
  4256. Public Const PartyClass As Long = &H10
  4257. Public Const PartyCure1 As Long = &H24
  4258. Public Const PartyCure2 As Long = &H25
  4259. Public Const PartyCure3 As Long = &H26
  4260. Public Const PartyCure4 As Long = &H27
  4261. Public Const PartySayısı As Long = &H3C0
  4262. Public Const PartyAdı As Long = &H30
  4263. Public Const PartyOffset As Long = &H1EC
  4264. Public Const PartyValue As Long = &H3BC
  4265. Public Sub YukarıdaTut(SetOnTop As Boolean)
  4266. Dim lflag
  4267. If SetOnTop Then
  4268. lflag = HWND_TOPMOST
  4269. Else
  4270. lflag = HWND_NOTOPMOST
  4271. End If
  4272. SetWindowPos Form3.hWnd, lflag, 0, 0, 0, 0, SWP_NOMOVE Or SWP_NOSIZE
  4273. End Sub
  4274. Public Function AttachKO()
  4275. KO_ADI = form1.Text1.Text
  4276. If form1.Text1.Text <> vbNullString And FindWindow(vbNullString, form1.Text1) <> 0 Then
  4277. GetWindowThreadProcessId FindWindow(vbNullString, KO_ADI), KO_PID
  4278. KO_HANDLE = OpenProcess(THREAD_ALL_ACCESS, False, KO_PID)
  4279. MSName = "\\.\mailslot\ByhOxic" & Hex(GetTickCount)
  4280. MSHandle = EstablishMailSlot(MSName)
  4281. If KO_HANDLE = 0 Then MsgBox "handle 0": Exit Function
  4282. KO_ADR_CHR = LongOku(KO_PTR_CHR)
  4283. KO_ADR_DLG = LongOku(KO_PTR_DLG)
  4284. OtoSND
  4285. form1.Command1.Enabled = False
  4286. End If
  4287. End Function
  4288.  
  4289. Public Sub OtoSND()
  4290. Dim EAXval As Byte
  4291. Select Case ByteOku(KO_SEND_PTR)
  4292. Case &H16: EAXval = 0
  4293. Case &H17: EAXval = 1
  4294. Case &H14: EAXval = 2
  4295. Case &H15: EAXval = 3
  4296. Case &H12: EAXval = 4
  4297. Case &H13: EAXval = 5
  4298. Case &H10: EAXval = 6
  4299. Case &H1E: EAXval = 8
  4300. Case &H11: EAXval = 7
  4301. Case &H1F: EAXval = 9
  4302. End Select
  4303. KO_SND_FNC = LongOku(LongOku(KO_PTR_PKT) + (EAXval * 4) + &H4008C)
  4304. End Sub
  4305. Public Function LongOku(addr As Long) As Long
  4306. Dim Value As Long
  4307. ReadProcessMem KO_HANDLE, addr, Value, 4, 0&
  4308. LongOku = Value
  4309. End Function
  4310. Public Function EstablishMailSlot(ByVal MailSlotName As String, Optional MaxMessageSize As Long = 0, Optional ReadTimeOut As Long = 50) As Long
  4311. EstablishMailSlot = CreateMailslot(MailSlotName, MaxMessageSize, ReadTimeOut, ByVal 0&)
  4312. End Function
  4313. Function ByteOku(pAddy As Long, Optional pHandle As Long) As Byte
  4314. Dim Value As Byte
  4315. If pHandle <> 0 Then
  4316. ReadProcessMem pHandle, pAddy, Value, 1, 0&
  4317. Else
  4318. ReadProcessMem KO_HANDLE, pAddy, Value, 1, 0&
  4319. End If
  4320. ByteOku = Value
  4321. End Function
  4322. Function YazıOku(ByVal pAddy As Long, ByVal OtoSize As Boolean, Optional ByVal LSize As Long = 1) As String
  4323. Dim Value As Byte
  4324. Dim tex() As Byte
  4325. On Error Resume Next
  4326. If OtoSize = True Then
  4327. ReadProcessMem KO_HANDLE, pAddy, Value, 1, 0&
  4328. LSize = Value
  4329. ReDim tex(1 To LSize)
  4330. ReadProcessMem KO_HANDLE, pAddy, tex(1), LSize, 0&
  4331. YazıOku = StrConv(tex, vbUnicode)
  4332. Else
  4333. If LSize = 0 Then
  4334. MsgBox "Fazla Karakter içeriyor..", vbCritical, "Hata"
  4335. Exit Function
  4336. Else
  4337. ReDim tex(1 To LSize)
  4338. ReadProcessMem KO_HANDLE, pAddy, tex(1), LSize, 0&
  4339. YazıOku = StrConv(tex, vbUnicode)
  4340. End If
  4341. End If
  4342. End Function
  4343. Public Function ModulHandleBul(ModuleName As String) As Long
  4344. Dim hModules(1 To 256) As Long
  4345. Dim BytesReturned As Long
  4346. Dim ModuleNumber As Byte
  4347. Dim TotalModules As Byte
  4348. Dim Filename As String * 128
  4349. Dim ModName As String
  4350. EnumProcessModules KO_HANDLE, hModules(1), 1024, BytesReturned
  4351. TotalModules = BytesReturned / 4
  4352. For ModuleNumber = 1 To TotalModules
  4353. GetModuleFileNameExA KO_HANDLE, hModules(ModuleNumber), Filename, 128
  4354. ModName = Left(Filename, InStr(Filename, Chr(0)) - 1)
  4355. If UCase(Right(ModName, Len(ModuleName))) = UCase(ModuleName) Then
  4356. ModulHandleBul = hModules(ModuleNumber)
  4357. End If
  4358. Next
  4359. End Function
  4360.  
  4361. Public Sub Paket(pstr As String)
  4362. Dim pBytes() As Byte
  4363. ConvHEX2ByteArray pstr, pBytes
  4364. SendPacket pBytes
  4365. End Sub
  4366.  
  4367. Function SendPacket(pPacket() As Byte)
  4368. Dim ThreadPtr As Long, APIAdr As Long
  4369. 'APIAdr = GetProcAddress(GetModuleHandle("kernel32.dll"), "GetCurrentThreadId")
  4370. Dim pSize As Long
  4371. Dim pCode() As Byte
  4372. pSize = UBound(pPacket) - LBound(pPacket) + 1
  4373. If BytesAddr = 0 Then
  4374. BytesAddr = VirtualAllocEx(KO_HANDLE, 0, 1024, MEM_COMMIT, PAGE_READWRITE)
  4375. End If
  4376. If BytesAddr <> 0 Then
  4377. WriteByteArray BytesAddr, pPacket, pSize
  4378. ' ConvHEX2ByteArray "608B0D" & AlignDword(KO_PAKET) & "68" & AlignDword(pSize) & "68" & AlignDword(BytesAddr) & "BF" & AlignDword(KO_SEND) & "FFD761C3", pCode
  4379. ConvHEX2ByteArray "608B0D" & AlignDWORD(KO_PTR_PKT) & "68" & AlignDWORD(pSize) & "68" & AlignDWORD(BytesAddr) & "BF" & AlignDWORD(KO_SND_FNC) & "FFD7C605" & AlignDWORD(KO_PTR_PKT + &HC5) & "0061C3", pCode
  4380.  
  4381. ExecuteRemoteCode pCode, True
  4382. End If
  4383. VirtualFreeEx KO_HANDLE, BytesAddr, 0, MEM_RELEASE&
  4384. End Function
  4385. Function ExecuteRemoteCode(pCode() As Byte, Optional WaitExecution As Boolean = False) As Long
  4386. Dim hThread As Long, ThreadID As Long, Ret As Long
  4387. Dim FuncPtr As Long
  4388. Dim SE As SECURITY_ATTRIBUTES
  4389. SE.nLength = Len(SE)
  4390. SE.bInheritHandle = False
  4391. FuncPtr = KOUSBOT_NEW_MEMORY
  4392. ExecuteRemoteCode = 0
  4393. If FuncPtr = 0 Then
  4394. FuncPtr = VirtualAllocEx(KO_HANDLE, 0, 1024, MEM_COMMIT, PAGE_READWRITE)
  4395. End If
  4396. If FuncPtr <> 0 Then
  4397. WriteByteArray FuncPtr, pCode, UBound(pCode) - LBound(pCode) + 1
  4398. hThread = CreateRemoteThread(ByVal KO_HANDLE, SE, 0, ByVal FuncPtr, 0&, 0&, ThreadID)
  4399. If hThread Then
  4400. WaitForSingleObject hThread, &HFFFF
  4401. ExecuteRemoteCode = ThreadID
  4402. End If
  4403. End If
  4404. CloseHandle hThread
  4405. End Function
  4406. Function HiWord(DWord As Long) As Integer
  4407. HiWord = (DWord And &HFFFF0000) \ &H10000
  4408. End Function
  4409. Function LoWord(DWord As Long) As Integer
  4410. If DWord And &H8000& Then '
  4411. LoWord = DWord Or &HFFFF0000
  4412. Else
  4413. LoWord = DWord And &HFFFF&
  4414. End If
  4415. End Function
  4416. Function AlignDWORD(pParam As Long) As String
  4417. Dim HiW As Integer
  4418. Dim LoW As Integer
  4419.  
  4420. Dim HiBHiW As Byte
  4421. Dim HiBLoW As Byte
  4422.  
  4423. Dim LoBHiW As Byte
  4424. Dim LoBLoW As Byte
  4425.  
  4426. HiW = HiWord(pParam)
  4427. LoW = LoWord(pParam)
  4428.  
  4429. HiBHiW = HiByte(HiW)
  4430. HiBLoW = HiByte(LoW)
  4431.  
  4432. LoBHiW = LoByte(HiW)
  4433. LoBLoW = LoByte(LoW)
  4434.  
  4435. AlignDWORD = IIf(Len(Hex(LoBLoW)) = 1, "0" & Hex(LoBLoW), Hex(LoBLoW)) & _
  4436. IIf(Len(Hex(HiBLoW)) = 1, "0" & Hex(HiBLoW), Hex(HiBLoW)) & _
  4437. IIf(Len(Hex(LoBHiW)) = 1, "0" & Hex(LoBHiW), Hex(LoBHiW)) & _
  4438. IIf(Len(Hex(HiBHiW)) = 1, "0" & Hex(HiBHiW), Hex(HiBHiW))
  4439. End Function
  4440. Public Function LoByte(ByVal wParam As Integer) As Byte
  4441. LoByte = wParam And &HFF&
  4442. End Function
  4443. Public Function HiByte(ByVal wParam As Integer) As Byte
  4444. HiByte = (wParam And &HFF00&) \ (&H100)
  4445. End Function
  4446. Public Function WriteByteArray(pAddy As Long, pmem() As Byte, pSize As Long)
  4447. WriteProcessMem KO_HANDLE, pAddy, pmem(LBound(pmem)), pSize, 0&
  4448. End Function
  4449. Public Function Hex2Byte(Paket As String, pByte() As Byte)
  4450. On Error Resume Next
  4451. Dim i As Long
  4452. Dim j As Long
  4453. ReDim pByte(1 To Len(Paket) / 2)
  4454.  
  4455. j = LBound(pByte) - 1
  4456. For i = 1 To Len(Paket) Step 2
  4457. j = j + 1
  4458. pByte(j) = CByte("&H" & Mid(Paket, i, 2))
  4459. Next
  4460. End Function
  4461. Public Function FloatOku(addr As Long) As Long
  4462. On Error Resume Next
  4463. Dim Value As Single
  4464. ReadProcessMem KO_HANDLE, addr, Value, 4, 0&
  4465. FloatOku = Value
  4466. End Function
  4467. Public Function FloatYaz(addr As Long, Val As Single)
  4468. WriteProcessMem KO_HANDLE, addr, Val, 4, 0&
  4469. End Function
  4470. Sub SıraByteOku(addr As Long, pmem() As Byte, pSize As Long)
  4471. Dim Value As Byte
  4472. On Error Resume Next
  4473. ReDim pmem(1 To pSize) As Byte
  4474. ReadProcessMem KO_HANDLE, addr, pmem(1), pSize, 0&
  4475. End Sub
  4476. Sub ByteYaz(addr As Long, pval As Byte)
  4477. Dim pbw As Long
  4478. WriteProcessMem KO_HANDLE, addr, pval, 1, pbw
  4479. End Sub
  4480. Function DecFormatla(strHex As String, inLength As Integer)
  4481. Dim NewDec As String, byte1 As String, byte2 As String, byte3 As String, byte4 As String
  4482. Dim ZeroSpaces As Integer
  4483. ZeroSpaces = inLength - Len(strHex)
  4484. NewDec = String(ZeroSpaces, "0") + strHex
  4485.  
  4486. byte1 = Left(NewDec, 2)
  4487. byte2 = Mid(NewDec, 3, 2)
  4488. byte3 = Mid(NewDec, 5, 2)
  4489. byte4 = Right(NewDec, 2)
  4490.  
  4491. Select Case Len(NewDec)
  4492. Case 2
  4493. NewDec = CDec("&H" & byte1)
  4494. Case 4
  4495. NewDec = CDec("&H" & byte4 & byte1)
  4496. Case 6
  4497. NewDec = CDec("&H" & byte4 & byte2 & byte1)
  4498. Case 8
  4499. NewDec = CDec("&H" & byte4 & byte3 & byte2 & byte1)
  4500. End Select
  4501.  
  4502. DecFormatla = NewDec
  4503. End Function
  4504. Public Function ConvHEX2ByteArray(pstr As String, pByte() As Byte)
  4505. On Error Resume Next
  4506. Dim i As Long
  4507. Dim j As Long
  4508. ReDim pByte(1 To Len(pstr) / 2)
  4509. j = LBound(pByte) - 1
  4510. For i = 1 To Len(pstr) Step 2
  4511. j = j + 1
  4512. pByte(j) = CByte("&H" & Mid(pstr, i, 2))
  4513. Next
  4514. End Function
  4515. Function FormatHex(strHex As String, inLength As Integer)
  4516. On Error Resume Next
  4517. Dim newHex As String
  4518. Dim ZeroSpaces As Integer
  4519. ZeroSpaces = inLength - Len(strHex) '1
  4520. newHex = String(ZeroSpaces, "0") + strHex
  4521. Select Case Len(newHex)
  4522. Case 2
  4523. newHex = Left(newHex, 2)
  4524. Case 4
  4525. newHex = Right(newHex, 2) & Left(newHex, 2)
  4526. Case 6
  4527. newHex = Right(newHex, 2) & Mid(newHex, 3, 2) & Left(newHex, 2)
  4528. Case 8
  4529. newHex = Right(newHex, 2) & Mid(newHex, 5, 2) & Mid(newHex, 3, 2) & Left(newHex, 2)
  4530. Case Else
  4531. End Select
  4532. FormatHex = newHex
  4533. End Function
  4534.  
  4535. Public Function CheckForMessages(MessageCount As Long)
  4536. Dim lBytesRead As Long
  4537. Dim lmsgcount As Long
  4538. Dim lNextMsgSize As Long
  4539. Dim lpBuffer As String
  4540. CheckForMessages = False
  4541. GetMailslotInfo MSHandle, ByVal 0&, lNextMsgSize, lmsgcount, ByVal 0&
  4542. MessageCount = lmsgcount
  4543. CheckForMessages = True
  4544. End Function
  4545. Public Function ReadMessage(MailMessage As String, MessagesLeft As Long)
  4546. Dim lBytesRead As Long
  4547. Dim lNextMsgSize As Long
  4548. Dim lpBuffer As String
  4549. ReadMessage = False
  4550. Call GetMailslotInfo(MSHandle, ByVal 0&, lNextMsgSize, MessagesLeft, ByVal 0&)
  4551. If MessagesLeft > 0 And lNextMsgSize <> MAILSLOT_NO_MESSAGE Then
  4552. lBytesRead = 0
  4553. lpBuffer = String$(lNextMsgSize, Chr$(0))
  4554. Call ReadFile(MSHandle, ByVal lpBuffer, Len(lpBuffer), lBytesRead, ByVal 0&)
  4555. If lBytesRead <> 0 Then
  4556. MailMessage = Left(lpBuffer, lBytesRead)
  4557. ReadMessage = True
  4558. Call GetMailslotInfo(MSHandle, ByVal 0&, lNextMsgSize, MessagesLeft, ByVal 0&)
  4559. End If
  4560. End If
  4561. End Function
  4562. Function ReadLong(addr As Long) As Long
  4563. Dim Value As Long
  4564. ReadProcessMem KO_HANDLE, addr, Value, 4, 0&
  4565. ReadLong = Value
  4566. End Function
  4567.  
  4568. Function ReadFloat(addr As Long) As Long
  4569. Dim Value As Single
  4570. ReadProcessMem KO_HANDLE, addr, Value, 4, 0&
  4571. ReadFloat = Value
  4572. End Function
  4573. Public Function Hex2Val(pStrHex As String) As Long
  4574. Dim TmpStr As String
  4575. Dim TmpHex As String
  4576. Dim i As Long
  4577. TmpStr = ""
  4578. For i = Len(pStrHex) To 1 Step -1
  4579. TmpHex = Hex(Asc(Mid(pStrHex, i, 1)))
  4580. If Len(TmpHex) = 1 Then TmpHex = "0" & TmpHex
  4581. TmpStr = TmpStr & TmpHex
  4582. Next
  4583. Hex2Val = CLng("&H" & TmpStr)
  4584. End Function
  4585. Public Function LongYaz(addr As Long, Val As Long)
  4586. WriteProcessMem KO_HANDLE, addr, Val, 4, 0&
  4587. End Function
  4588. Function HexString(EvalString As String) As String
  4589. Dim intStrLen As Integer
  4590. Dim intLoop As Integer
  4591. Dim strHex As String
  4592.  
  4593. EvalString = Trim(EvalString)
  4594. intStrLen = Len(EvalString)
  4595. For intLoop = 1 To intStrLen
  4596. strHex = strHex & Hex(Asc(Mid(EvalString, intLoop, 1)))
  4597. Next
  4598. HexString = strHex
  4599. HexKelime = strHex
  4600. End Function
  4601. Function HexFormatla(strHex As String, inLength As Integer)
  4602. On Error Resume Next
  4603. Dim newHex As String, byte1 As String, byte2 As String, byte3 As String, byte4 As String
  4604. Dim ZeroSpaces As Integer
  4605. 'ABC,4
  4606. ZeroSpaces = inLength - Len(strHex) '1
  4607. newHex = String(ZeroSpaces, "0") + strHex '0ABC
  4608. byte1 = Left(newHex, 2)
  4609. byte2 = Mid(newHex, 3, 2)
  4610. byte3 = Mid(newHex, 5, 2)
  4611. byte4 = Right(newHex, 2)
  4612. Select Case Len(newHex)
  4613. Case 2 '0A
  4614. newHex = byte1
  4615. Case 4 '0ABC
  4616. newHex = byte4 & byte1
  4617. Case 6 '000ABC
  4618. newHex = byte4 & byte2 & byte1
  4619. Case 8 '00000ABC
  4620. newHex = byte4 & byte3 & byte2 & byte1
  4621. Case Else
  4622. End Select
  4623. HexFormatla = newHex
  4624. '\\
  4625. End Function
  4626. Sub f_Sleep(pMS As Long, Optional pDoevents As Boolean = False)
  4627. Dim pTime As Long
  4628. pTime = GetTickCount
  4629. Do While pMS + pTime > GetTickCount
  4630. If pDoevents = True Then DoEvents
  4631. Loop
  4632. End Sub
  4633.  
  4634. Public Function StrToHex(ByVal Text As String) As String
  4635. Dim tmpArr() As Byte, strArr() As Byte
  4636. Dim a As Long, b As Long, UpperBits As Byte, LowerBits As Byte
  4637. If LenB(Text) = 0 Then Exit Function
  4638. strArr = Text
  4639. ReDim tmpArr(LenB(Text) + LenB(Text) - 1)
  4640. For a = 0 To UBound(strArr) Step 2
  4641. UpperBits = (strArr(a) And &HF0) \ &H10
  4642. LowerBits = strArr(a) And &HF
  4643. b = a + a
  4644. If UpperBits > 10 Then
  4645. tmpArr(b) = (48 Or UpperBits) + 7
  4646. Else
  4647. tmpArr(b) = 48 Or UpperBits
  4648. End If
  4649. b = b + 2
  4650. If LowerBits > 10 Then
  4651. tmpArr(b) = (48 Or LowerBits) + 7
  4652. Else
  4653. tmpArr(b) = 48 Or LowerBits
  4654. End If
  4655. Next a
  4656. StrToHex = tmpArr
  4657. End Function
  4658.  
  4659. Public Function StringToHex(Str As String) As String
  4660. Dim pstr As String, X As Long
  4661. For X = 1 To Len(Trim(Str))
  4662. pstr = pstr & Hex(Asc(Mid(Str, X, 1)))
  4663. Next X
  4664. StringToHex = pstr
  4665. End Function
  4666.  
  4667.  
  4668. Public Function Wait(C_MiliSec As Long): Static C_LstTime As Long: C_LstTime = GetTickCount + C_MiliSec: Do While C_LstTime > GetTickCount: DoEvents: Loop
  4669. End Function
  4670.  
  4671. Public Sub üstte(TheForm As Form, SetOnTop As Boolean, X As Long)
  4672. SetWindowPos TheForm.hWnd, X - 2, 0, 0, 0, 0, 2 Or 1
  4673. End Sub
  4674. Public Function HexString22(EvalString As String) As String
  4675. Dim intStrLen As Integer
  4676. Dim intLoop As Integer
  4677. Dim strHex As String
  4678.  
  4679. EvalString = Trim(EvalString)
  4680. intStrLen = Len(EvalString)
  4681. For intLoop = 1 To intStrLen
  4682. strHex = strHex & Hex(Asc(Mid(EvalString, intLoop, 1)))
  4683. Next
  4684. HexString22 = strHex
  4685. End Function
  4686. Function SkillOn(skill) As Boolean
  4687. Dim Kontrol
  4688. Kontrol = Val(SınıfBul & skill)
  4689. If GetCurrentSkill(1) <> Kontrol And _
  4690. GetCurrentSkill(2) <> Kontrol And _
  4691. GetCurrentSkill(3) <> Kontrol And _
  4692. GetCurrentSkill(4) <> Kontrol And _
  4693. GetCurrentSkill(5) <> Kontrol And _
  4694. GetCurrentSkill(6) <> Kontrol And _
  4695. GetCurrentSkill(7) <> Kontrol And _
  4696. GetCurrentSkill(8) <> Kontrol And _
  4697. GetCurrentSkill(9) <> Kontrol And _
  4698. GetCurrentSkill(10) <> Kontrol And _
  4699. GetCurrentSkill(11) <> Kontrol And _
  4700. GetCurrentSkill(12) <> Kontrol And _
  4701. GetCurrentSkill(13) <> Kontrol Then
  4702. SkillOn = False
  4703. Else
  4704. SkillOn = True
  4705. End If
  4706. End Function
  4707. Function SınıfBul() As Long
  4708. SınıfBul = LongOku(LongOku(KO_PTR_CHR) + KO_OFF_CLASS)
  4709. End Function
  4710. Function GetCurrentSkill(skillno As Integer)
  4711. Dim i As Integer
  4712. Dim Ptr As Long, tmpBase As Long
  4713. Ptr = ReadLong(KO_PTR_DLG)
  4714. tmpBase = ReadLong(Ptr + &H1B8)
  4715. tmpBase = ReadLong(tmpBase + &H4)
  4716. tmpBase = ReadLong(tmpBase + &HE0)
  4717. For i = 1 To skillno
  4718. tmpBase = ReadLong(tmpBase + &H0)
  4719. Next
  4720. tmpBase = ReadLong(tmpBase + &H8)
  4721. If tmpBase > 0 Then
  4722. tmpBase = ReadLong(tmpBase + &H0)
  4723. GetCurrentSkill = tmpBase
  4724. Else
  4725. GetCurrentSkill = 0
  4726. End If
  4727. End Function
  4728. Public Sub Swift()
  4729. Dim skillid As String
  4730. skillid = Strings.Mid(AlignDWORD(SınıfBul() & "010"), 1, 6)
  4731. Paket ("3101" + skillid + "00" + KarakterID() + KarakterID() + "0000000000000000000000000F00")
  4732. Pause 1.4
  4733. Paket ("3103" + skillid + "00" + KarakterID() + KarakterID() + "F7020400AE01000000000000")
  4734. End Sub
  4735. Public Sub StealthBas()
  4736. Dim skillid As String
  4737. skillid = Strings.Mid(AlignDWORD(SınıfBul() & "645"), 1, 6)
  4738. Paket ("3101" + skillid + "00" + KarakterID() + KarakterID() + "0000000000000000000000000F00")
  4739. Pause 2.65
  4740. Paket ("3103" + skillid + "00" + KarakterID() + KarakterID() + "000000000000000000000000")
  4741. End Sub
  4742. Public Sub MagicShieldBas()
  4743. Dim skillid As String
  4744. skillid = Strings.Mid(AlignDWORD(SınıfBul() & "802"), 1, 6)
  4745. Paket ("3101" + skillid + "00" + KarakterID() + KarakterID() + "0000000000000000000000000A00")
  4746. Pause 0.8
  4747. Paket ("3103" + skillid + "00" + KarakterID() + KarakterID() + "000000000000000000000000")
  4748. End Sub
  4749. Public Sub LupineEyesBas()
  4750. Dim skillid As String
  4751. skillid = Strings.Mid(AlignDWORD(SınıfBul() & "735"), 1, 6)
  4752. Paket ("3101" + skillid + "00" + KarakterID() + KarakterID() + "0000000000000000000000001400")
  4753. Pause 1.8
  4754. Paket ("3103" + skillid + "00" + KarakterID() + KarakterID() + "000000000000000000000000")
  4755. End Sub
  4756. Public Sub RogueCureCurse()
  4757. On Error Resume Next
  4758. Dim skillid As String
  4759. skillid = Strings.Mid(AlignDWORD(SınıfBul & "736"), 1, 6)
  4760. Paket "06" + "0000" + "00"
  4761. Paket "3101" + skillid + "00" + KarakterID + KarakterID + "0000000000000000000000000F00"
  4762. Pause 1.5
  4763. Paket "3103" + skillid + "00" + KarakterID + KarakterID + "F7020400AE01000000000000"
  4764. End Sub
  4765. Function RogueZehirKontrol() As Boolean
  4766. Dim AA
  4767. Dim BB
  4768. Dim CC
  4769. AA = LongOku(KO_PTR_DLG)
  4770. BB = LongOku(AA + &H338)
  4771. CC = LongOku(BB + &H110)
  4772. If CC = "0" Then RogueZehirKontrol = True Else RogueZehirKontrol = False
  4773. End Function
  4774. Public Sub EvadeBas()
  4775. Paket ("3103" + Strings.Mid(AlignDWORD(SınıfBul() & "710"), 1, 6) + "00" + KarakterID() + KarakterID() + "0000000000000000000000000000")
  4776. End Sub
  4777. Public Sub LightFeetBas()
  4778. Dim skillid As String
  4779. skillid = Strings.Mid(AlignDWORD(SınıfBul() & "725"), 1, 6)
  4780. Paket ("3103" + skillid + "00" + KarakterID() + KarakterID() + "000000000000000000000000")
  4781. End Sub
  4782. Public Sub SafetyBas()
  4783. Paket ("3103" + Strings.Mid(AlignDWORD(SınıfBul() & "730"), 1, 6) + "00" + KarakterID() + KarakterID() + "0000000000000000000000000000")
  4784. End Sub
  4785. Public Sub ScaledSkinBas()
  4786. Paket ("3103" + Strings.Mid(AlignDWORD(SınıfBul() & "760"), 1, 6) + "00" + KarakterID() + KarakterID() + "0000000000000000000000000000")
  4787. End Sub
  4788. Function KarakterX()
  4789. KarakterX = FloatOku(KO_ADR_CHR + KO_OFF_X)
  4790. End Function
  4791.  
  4792. Function KarakterY()
  4793. KarakterY = FloatOku(KO_ADR_CHR + KO_OFF_Y)
  4794. End Function
  4795. Function MobX()
  4796. MobX = FloatOku(LongOku(LongOku(KO_PTR_DLG) + &H408) + &H7C)
  4797. End Function
  4798.  
  4799. Function MobY()
  4800. MobY = FloatOku(LongOku(LongOku(KO_PTR_DLG) + &H408) + &H84)
  4801. End Function
  4802.  
  4803. Public Sub Sprint()
  4804. Paket "3103" + Strings.Mid(AlignDWORD(SınıfBul & "002"), 1, 6) + "00" + KarakterID + KarakterID + "0000000000000000000000000000"
  4805. End Sub
  4806.  
  4807. Public Function Pause(ByVal delay As Single)
  4808. delay = Timer + delay
  4809. Do
  4810. DoEvents
  4811. Sleep 1
  4812. Loop While delay > Timer
  4813. End Function
  4814. Public Sub PartyAt(ad As String)
  4815. Dim a As String
  4816. a = Strings.Mid$(AlignDWORD(Len(ad)), 1, 2)
  4817. Paket "2f03" + a + "00" + StringToHex(ad)
  4818. Paket "2f01" + a + "00" + StringToHex(ad)
  4819. End Sub
  4820. Public Function Yürü(X As Single, Y As Single)
  4821. LongYaz KO_ADR_CHR + KO_OFF_Go1, 1
  4822. FloatYaz KO_ADR_CHR + KO_OFF_MX, X
  4823. FloatYaz KO_ADR_CHR + KO_OFF_MY, Y
  4824. LongYaz KO_ADR_CHR + KO_OFF_Go2, 2
  4825. End Function
  4826. Sub AtakBaşlat()
  4827. Form3.asasatakci.Enabled = True
  4828. Form3.priatakci.Enabled = True
  4829. Form3.okcuatakci.Enabled = True
  4830. Form3.warrioratakci.Enabled = True
  4831. Form3.mageatakci.Enabled = True
  4832. End Sub
  4833. Sub AtakDurdur()
  4834. Form3.asasatakci.Enabled = False
  4835. Form3.priatakci.Enabled = False
  4836. Form3.okcuatakci.Enabled = False
  4837. Form3.warrioratakci.Enabled = False
  4838. Form3.mageatakci.Enabled = False
  4839. End Sub
  4840. Function PaketGönder(pPacket() As Byte)
  4841. On Error Resume Next
  4842. Dim pSize As Long
  4843. Dim pCode() As Byte
  4844. pSize = UBound(pPacket) - LBound(pPacket) + 1
  4845. If BytesAddr = 0 Then
  4846. BytesAddr = VirtualAllocEx(KO_HANDLE, 0, 1024, MEM_COMMIT, PAGE_READWRITE)
  4847. End If
  4848. If BytesAddr <> 0 Then
  4849. ByteDizisiYaz BytesAddr, pPacket, pSize
  4850. Hex2Byte "608B0D" & AlignDWORD(KO_PTR_PKT) & "68" & AlignDWORD(pSize) & "68" & AlignDWORD(BytesAddr) & "BF" & AlignDWORD(KO_SND_FNC) & "FFD7C605" & AlignDWORD(KO_SND_PACKET) & "0061C3", pCode
  4851. UzaktanKodÇalıştır pCode, True
  4852. End If
  4853. VirtualFreeEx KO_HANDLE, BytesAddr, 0, MEM_RELEASE&
  4854. End Function
  4855. Function UzaktanKodÇalıştır(pCode() As Byte, Optional WaitExecution As Boolean = False) As Long
  4856. Dim hThread As Long, ThreadID As Long, Ret As Long
  4857. Dim SE As SECURITY_ATTRIBUTES
  4858.  
  4859. SE.nLength = Len(SE)
  4860. SE.bInheritHandle = False
  4861.  
  4862. UzaktanKodÇalıştır = 0
  4863. If FuncPtr = 0 Then
  4864. FuncPtr = VirtualAllocEx(KO_HANDLE, 0, 1024, MEM_COMMIT, PAGE_READWRITE)
  4865. End If
  4866. If FuncPtr <> 0 Then
  4867. ByteDizisiYaz FuncPtr, pCode, UBound(pCode) - LBound(pCode) + 1
  4868.  
  4869. hThread = CreateRemoteThread(ByVal KO_HANDLE, SE, 0, ByVal FuncPtr, 0&, 0&, ThreadID)
  4870. If hThread Then
  4871. Ret = WaitForSingleObject(hThread, INFINITE)
  4872. UzaktanKodÇalıştır = ThreadID
  4873. End If
  4874. CloseHandle hThread
  4875. Ret = VirtualFreeEx(KO_HANDLE, FuncPtr, 0, MEM_RELEASE)
  4876. End If
  4877. End Function
  4878. Public Function ByteDizisiYaz(pAddy As Long, pmem() As Byte, pSize As Long)
  4879. WriteProcessMem KO_HANDLE, pAddy, pmem(LBound(pmem)), pSize, 0&
  4880. End Function
  4881. Function AutoMobZ() 'Z (Enemy)
  4882. '29/04
  4883. '// melih (kojd)
  4884. If BytesAddr_MobZ = 0 Then
  4885. BytesAddr_MobZ = VirtualAllocEx(KO_HANDLE, 0, 1024, MEM_COMMIT, PAGE_READWRITE)
  4886. End If
  4887.  
  4888. If BytesAddr_MobZ <> 0 Then
  4889. Dim xCode() As Byte, xStr As String
  4890.  
  4891. xStr = "60" & _
  4892. "8B0D" & _
  4893. AlignDWORD(KO_PTR_DLG) & _
  4894. "BF" & _
  4895. AlignDWORD(ko_fncz) & _
  4896. "FFD761C3"
  4897.  
  4898. Hex2Byte xStr, xCode
  4899. UzaktanKodÇalıştır xCode, True
  4900. End If
  4901.  
  4902. '// kojd - Auto select Z mob
  4903. 'PUSHAD
  4904. 'MOV ECX,DWORD PTR DS:[KO_PTR_DLG]
  4905. 'MOV EDI,KO_FNCZ
  4906. 'CALL EDI
  4907. 'POPAD
  4908. 'RETN
  4909. '//
  4910.  
  4911.  
  4912. VirtualFreeEx KO_HANDLE, BytesAddr_MobZ, 0, MEM_RELEASE&
  4913. End Function
  4914.  
  4915. Public Sub InventoryOku()
  4916. Dim tmpBase As Long, tmpLng1 As Long, tmpLng2 As Long, tmpLng3 As Long, tmpLng4 As Long
  4917. Dim lngItemID As Long, lngItemID_Ext As Long, lngItemNameLen As Long, AdrItemName As Long
  4918. Dim ItemNameB() As Byte, ItemName As String, i As Integer
  4919. tmpBase = LongOku(KO_PTR_DLG)
  4920. tmpLng1 = LongOku(tmpBase + &H1A0) 'first pointer
  4921. Form3.itemlist.Clear
  4922. For i = 16 To 58 'read 0 to 41 inventory slots (0=earring, 1=helmet, 2=earring, 3=necklace, 4=pauldron ....14=first inventory slot)
  4923. tmpLng2 = LongOku(tmpLng1 + (&H134 + (4 * i))) 'inventory slot
  4924. tmpLng3 = LongOku(tmpLng2 + &H38) 'item id adress
  4925. tmpLng4 = LongOku(tmpLng2 + &H3C) 'item id_ext adress
  4926.  
  4927. lngItemID = LongOku(tmpLng3) 'item id value
  4928. lngItemID_Ext = LongOku(tmpLng4) 'item id_ext value
  4929. lngItemID = lngItemID + lngItemID_Ext 'real item id
  4930. lngItemNameLen = LongOku(tmpLng3 + &H10) 'n° characters in item name
  4931. AdrItemName = LongOku(tmpLng3 + &HC) 'item name adress
  4932.  
  4933. ItemName = "" 'reset ItemName variable
  4934. If lngItemNameLen > 0 Then
  4935. SıraByteOku AdrItemName, ItemNameB, lngItemNameLen 'get item name (byte array)
  4936. ItemName = StrConv(ItemNameB, vbUnicode) 'convert it to string
  4937. End If
  4938.  
  4939. If Form3.itemlist.ListCount <> "58" Then
  4940. Form3.itemlist.AddItem Form3.itemlist.ListCount + 1 & "-) " & ItemName
  4941. End If
  4942. Next
  4943. End Sub 'ac oyunu
  4944. Public Function ItemARA(item As String) As Boolean
  4945. Dim i As Integer
  4946. For i = 0 To Form3.itemlist.ListCount - 1
  4947. If InStr(1, Form3.itemlist.List(i), item) Then ItemARA = True
  4948. Next
  4949. End Function
  4950. Sub PotBAS(PotID As String)
  4951. Paket PotID + KarakterID + KarakterID
  4952. End Sub
  4953. Function KarakterHP()
  4954. KarakterHP = LongOku(KO_ADR_CHR + KO_OFF_HP)
  4955. End Function
  4956.  
  4957. Function KarakterMaxHP()
  4958. KarakterMaxHP = LongOku(KO_ADR_CHR + KO_OFF_MAXHP)
  4959. End Function
  4960. Public Sub CanPot()
  4961. Dim SkillSeç As String
  4962. Dim skillid As String
  4963. If Form3.Combohp.Text = "720" Then
  4964. SkillSeç = "014"
  4965. End If
  4966. If Form3.Combohp.Text = "360" Then
  4967. SkillSeç = "013"
  4968. End If
  4969. If Form3.Combohp.Text = "180" Then
  4970. SkillSeç = "012"
  4971. End If
  4972. If Form3.Combohp.Text = "90" Then
  4973. SkillSeç = "011"
  4974. End If
  4975. If Form3.Combohp.Text = "45" Then
  4976. SkillSeç = "010"
  4977. End If
  4978. skillid = Strings.Mid(AlignDWORD(490 & SkillSeç), 1, 6)
  4979. Paket "3103" + skillid + "00" + KarakterID + KarakterID + "0000000000000000000000000000"
  4980. End Sub
  4981. Public Sub ManaPot()
  4982. Dim SkillSeç As String
  4983. Dim skillid As String
  4984. If Form3.Combomp.Text = "1920" Then
  4985. SkillSeç = "020"
  4986. End If
  4987. If Form3.Combomp.Text = "960" Then
  4988. SkillSeç = "019"
  4989. End If
  4990. If Form3.Combomp.Text = "480" Then
  4991. SkillSeç = "018"
  4992. End If
  4993. If Form3.Combomp.Text = "180" Then
  4994. SkillSeç = "017"
  4995. End If
  4996. If Form3.Combomp.Text = "90" Then
  4997. SkillSeç = "016"
  4998. End If
  4999. skillid = Strings.Mid(AlignDWORD(490 & SkillSeç), 1, 6)
  5000. Paket "3103" + skillid + "00" + KarakterID + KarakterID + "0000000000000000000000000000"
  5001. End Sub
  5002.  
  5003. Function KarakterMP()
  5004. KarakterMP = LongOku(KO_ADR_CHR + KO_OFF_MP)
  5005. End Function
  5006.  
  5007. Function KarakterMaxMP()
  5008. KarakterMaxMP = LongOku(KO_ADR_CHR + KO_OFF_MAXMP)
  5009. End Function
  5010. Sub AutoHP()
  5011. If Form3.chHP.Value = 1 Then
  5012. If KarakterHP < ((KarakterMaxHP * Form3.Texthp.Text) / 100) Then
  5013. If ItemARA("Water of favors") = True Then PotBAS "31031E7A0700": Exit Sub
  5014. If ItemARA("Water of grace") = True Then PotBAS "31031D7A0700": Exit Sub
  5015. If ItemARA("Water of love") = True Then PotBAS "31031C7A0700": Exit Sub
  5016. If ItemARA("Water of life") = True Then PotBAS "31031B7A0700": Exit Sub
  5017. If ItemARA("Holy water") = True Then PotBAS "31031A7A0700": Exit Sub
  5018. End If
  5019. End If
  5020. End Sub
  5021.  
  5022. Sub AutoMP()
  5023. If Form3.chMP.Value = 1 Then
  5024. If KarakterMP < ((KarakterMaxMP * Form3.Textmp.Text) / 100) Then
  5025. If ItemARA("Potion of Soul") = True Then PotBAS "3103247A0700": Exit Sub
  5026. If ItemARA("Potion of Wisdom") = True Then PotBAS "3103237A0700": Exit Sub
  5027. If ItemARA("Potion of Sagacity") = True Then PotBAS "3103227A0700": Exit Sub
  5028. If ItemARA("Potion of Intelligence") = True Then PotBAS "3103217A0700": Exit Sub
  5029. If ItemARA("Potion of Spirit") = True Then PotBAS "3103207A0700": Exit Sub
  5030. End If
  5031. End If
  5032. End Sub
  5033. Function SkillBase(ByVal skillid As Long) As Long
  5034. Dim addr As Long
  5035. Dim MevcutAddress As Long
  5036. Dim MevcutOffset As Long
  5037. Dim tmpBase As Long
  5038. Dim MevcutPointer As Long
  5039. Dim MevcutID As Long
  5040. addr = ReadLong(KO_SMMB)
  5041. MevcutAddress = ReadLong(addr + &H18)
  5042. MevcutPointer = ReadLong(MevcutAddress + &H4)
  5043. While (MevcutPointer <> 0)
  5044. MevcutID = ReadLong(MevcutPointer + &HC)
  5045. If (MevcutID >= skillid) Then
  5046. If (MevcutID = skillid) Then
  5047. tmpBase = MevcutPointer
  5048. End If
  5049. MevcutPointer = ReadLong(MevcutPointer)
  5050. Else
  5051. MevcutPointer = ReadLong(MevcutPointer + &H8)
  5052. End If
  5053. Wend
  5054. SkillBase = tmpBase
  5055. End Function
  5056. Public Function MouseX()
  5057. MouseX = FloatOku(ReadLong(KO_PTR_CHR) + KO_OFF_MX)
  5058. End Function
  5059. Public Function MouseY()
  5060. MouseY = FloatOku(ReadLong(KO_PTR_CHR) + KO_OFF_MY)
  5061. End Function
  5062. Attribute VB_Name = "skiller"
  5063. Public Sub Minör()
  5064. Paket "3103" + Strings.Mid(AlignDWORD(SınıfBul & "705"), 1, 6) + "00" + KarakterID + KarakterID + "0000000000000000000000000000"
  5065. End Sub
  5066. Public Function WarriorAtakVur()
  5067. If BloodingTime <= 0 And MobUzaklıK <= 100 And Form3.warlist.Selected(19) = True Then BloodingTime = 22: WarriorAtak "575": Exit Function
  5068. If ManglingTime <= 0 And MobUzaklıK <= 100 And Form3.warlist.Selected(14) = True Then ManglingTime = 4: WarriorAtak "550": Exit Function
  5069. If MultipleShorkTime <= 0 And MobUzaklıK <= 100 And Form3.warlist.Selected(12) = True Then MultipleShorkTime = 4: WarriorAtak "540": Exit Function
  5070. If SeverTime <= 0 And MobUzaklıK <= 100 And Form3.warlist.Selected(10) = True Then SeverTime = 4: WarriorAtak "530": Exit Function
  5071. If LegCuttingTime <= 0 And MobUzaklıK <= 100 And Form3.warlist.Selected(8) = True Then LegCuttingTime = 6: WarriorAtak "520": Exit Function
  5072. If ShearTime <= 0 And MobUzaklıK <= 100 And Form3.warlist.Selected(6) = True Then ShearTime = 4: WarriorAtak "510": Exit Function
  5073. If HashTime <= 0 And MobUzaklıK <= 100 And Form3.warlist.Selected(4) = True Then HashTime = 4: WarriorAtak "500": Exit Function
  5074. If PiercingTime <= 0 And MobUzaklıK <= 100 And Form3.warlist.Selected(3) = True Then PiercingTime = 4: WarriorAtak "009": Exit Function
  5075. If CrashTime <= 0 And MobUzaklıK <= 100 And Form3.warlist.Selected(2) = True Then CrashTime = 4: WarriorAtak "005": Exit Function
  5076. If SlashTime <= 0 And MobUzaklıK <= 100 And Form3.warlist.Selected(1) = True Then SlashTime = 4: WarriorAtak "003": Exit Function
  5077. If MobUzaklıK <= 100 And Form3.warlist.Selected(21) = True Then: WarriorAtak "782": Exit Function
  5078. If MobUzaklıK <= 100 And Form3.warlist.Selected(20) = True Then: WarriorAtak "580": Exit Function
  5079. If MobUzaklıK <= 100 And Form3.warlist.Selected(18) = True Then: WarriorAtak "570": Exit Function
  5080. If MobUzaklıK <= 100 And Form3.warlist.Selected(17) = True Then: WarriorAtak "560": Exit Function
  5081. If MobUzaklıK <= 100 And Form3.warlist.Selected(16) = True Then: WarriorAtak "557": Exit Function
  5082. If MobUzaklıK <= 100 And Form3.warlist.Selected(15) = True Then: WarriorAtak "555": Exit Function
  5083. If MobUzaklıK <= 100 And Form3.warlist.Selected(13) = True Then: WarriorAtak "545": Exit Function
  5084. If MobUzaklıK <= 100 And Form3.warlist.Selected(11) = True Then: WarriorAtak "535": Exit Function
  5085. If MobUzaklıK <= 100 And Form3.warlist.Selected(9) = True Then: WarriorAtak "525": Exit Function
  5086. If MobUzaklıK <= 100 And Form3.warlist.Selected(7) = True Then: WarriorAtak "515": Exit Function
  5087. If MobUzaklıK <= 100 And Form3.warlist.Selected(5) = True Then: WarriorAtak "505": Exit Function
  5088. If Form3.warlist.Selected(0) = True And MobUzaklıK <= 100 Then: StrokeAtak: Exit Function
  5089. End Function
  5090. Public Sub WarriorAtak(skillno As String)
  5091. On Error Resume Next
  5092. Dim skillid As String
  5093. skillid = Strings.Mid(AlignDWORD(SınıfBul & skillno), 1, 6)
  5094. If düşmanID <> "FFFF" Then
  5095. Paket "3103" + skillid + "00" + KarakterID + düşmanID + "0D020600B7019BFF0000F0000F00"
  5096. End If
  5097. End Sub
  5098. Public Sub StrokeAtak()
  5099. Dim skillid As String
  5100. skillid = Strings.Mid(AlignDWORD(SınıfBul & "001"), 1, 6)
  5101. Paket "3103" + skillid + "00" + KarakterID + düşmanID + "0100010000000000000000000000"
  5102. End Sub
  5103. Function KarakterID()
  5104. KarakterID = Strings.Mid(AlignDWORD(LongOku(LongOku(KO_PTR_CHR) + KO_OFF_ID)), 1, 4)
  5105. End Function
  5106. '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
  5107. 'ASAS ATAK''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
  5108. Function AsasAtak()
  5109. If ThrustTime <= 0 And MobUzaklıK <= 100 And Form3.lstAsas.Selected(8) = True Then ThrustTime = 11: AsasSkill "635": Exit Function
  5110. If BeastTime <= 0 And MobUzaklıK <= 100 And Form3.lstAsas.Selected(14) = True Then BeastTime = 41: AsasSkill "680": Exit Function
  5111. If StabTime <= 0 And MobUzaklıK <= 100 And Form3.lstAsas.Selected(1) = True Then StabTime = 6: AsasSkill "005": Exit Function
  5112. If PierceTime <= 0 And MobUzaklıK <= 100 And Form3.lstAsas.Selected(5) = True Then PierceTime = 11: AsasSkill "615": Exit Function
  5113. If CriticalTime <= 0 And MobUzaklıK <= 100 And Form3.lstAsas.Selected(15) = True Then CriticalTime = 61: AsasCritic "685": Exit Function
  5114. If BlindingTime <= 0 And MobUzaklıK <= 100 And Form3.lstAsas.Selected(13) = True Then BlindingTime = 61: AsasSkill "675": Exit Function
  5115. If BloodyTime <= 0 And MobUzaklıK <= 100 And Form3.lstAsas.Selected(12) = True Then BloodyTime = 6: AsasSkill "670": Exit Function
  5116. If SpikeTime <= 0 And MobUzaklıK <= 100 And Form3.lstAsas.Selected(11) = True Then SpikeTime = 12: AsasSkill "655": Exit Function
  5117. If Stab2Time <= 0 And MobUzaklıK <= 100 And Form3.lstAsas.Selected(2) = True Then Stab2Time = 6: AsasSkill "006": Exit Function
  5118. If JabTime <= 0 And MobUzaklıK <= 100 And Form3.lstAsas.Selected(3) = True Then JabTime = 6: AsasSkill "600": Exit Function
  5119. If ShockTime <= 0 And MobUzaklıK <= 100 And Form3.lstAsas.Selected(6) = True Then ShockTime = 6: AsasSkill "620": Exit Function
  5120. If CutTime <= 0 And MobUzaklıK <= 100 And Form3.lstAsas.Selected(9) = True Then CutTime = 6: AsasSkill "640": Exit Function
  5121. If Form3.lstAsas.Selected(0) = True And MobUzaklıK <= 100 Then StrokeAtak: Exit Function
  5122. End Function
  5123. Public Function AsasSkill(skillno As String)
  5124. Dim skillid As String
  5125. skillid = Strings.Mid(AlignDWORD(SınıfBul & skillno), 1, 6)
  5126. Paket "3103" + skillid + "00" + KarakterID + düşmanID
  5127. End Function
  5128. Public Function AsasCritic(skillno As String)
  5129. Dim skillid As String
  5130. skillid = Strings.Mid(AlignDWORD(SınıfBul & skillno), 1, 6)
  5131. Paket "3103" + skillid + "00" + KarakterID + KarakterID + "0D020600B7019BFF0000F0000F00"
  5132. End Function
  5133. '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
  5134. 'OKÇU ATAK'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
  5135. Function OkçuAtak()
  5136. If FireArrowTime <= 0 Then If Form3.lstokcu.Selected(3) = True Then FireArrowTime = 4: firearrow: Exit Function
  5137. If PoisonArrowTime <= 0 Then If Form3.lstokcu.Selected(4) = True Then PoisonArrowTime = 5: poisonarrow: Exit Function
  5138. If FireShotTime <= 0 Then If Form3.lstokcu.Selected(7) = True Then FireShotTime = 5: fireshot: Exit Function
  5139. If PoisonShotTime <= 0 Then If Form3.lstokcu.Selected(8) = True Then PoisonShotTime = 5: poisonshot: Exit Function
  5140. If ExplosiveShotTime <= 0 Then If Form3.lstokcu.Selected(10) = True Then ExplosiveShotTime = 5: explosiveshot: Exit Function
  5141. If ViperTime <= 0 Then If Form3.lstokcu.Selected(11) = True Then ViperTime = 5: viper: Exit Function
  5142. If CounterStrikeTime <= 0 Then If Form3.lstokcu.Selected(12) = True Then CounterStrikeTime = 61: counterstrike: Exit Function
  5143. If IceShotTime <= 0 Then If Form3.lstokcu.Selected(15) = True Then IceShotTime = 7: iceshot: Exit Function
  5144. If LightingShotTime <= 0 Then If Form3.lstokcu.Selected(16) = True Then LightingShotTime = 7: lightningshot: Exit Function
  5145. If BlindingStrafeTime <= 0 Then If Form3.lstokcu.Selected(19) = True Then BlindingStrafeTime = 61: blindingstrafe: Exit Function
  5146. If PowerShotTime <= 0 Then If Form3.lstokcu.Selected(20) = True Then PowerShotTime = 61: powershot: Exit Function
  5147. If Form3.lstokcu.Selected(0) = True Then archery: Exit Function
  5148. If Form3.lstokcu.Selected(1) = True Then archery2: Exit Function
  5149. If Form3.lstokcu.Selected(2) = True Then throughshot: Exit Function
  5150. If Form3.lstokcu.Selected(5) = True Then guidedarrow: Exit Function
  5151. If Form3.lstokcu.Selected(6) = True Then perfectshot: Exit Function
  5152. If Form3.lstokcu.Selected(9) = True Then arcshot: Exit Function
  5153. If Form3.lstokcu.Selected(13) = True Then shadowshot: Exit Function
  5154. If Form3.lstokcu.Selected(14) = True Then shadowhunter: Exit Function
  5155. If Form3.lstokcu.Selected(17) = True Then darkpursuer: Exit Function
  5156. If Form3.lstokcu.Selected(18) = True Then blowarrow: Exit Function
  5157. End Function
  5158. Public Function magetekilatak(skill As String)
  5159. Dim skillid As String
  5160. skillid = Strings.Mid(AlignDWORD(SınıfBul & skill), 1, 6)
  5161. Paket "3101" & skillid & "00" & KarakterID & düşmanID & "0000000000000000000000000A00"
  5162. Pause 0.8
  5163. Paket "3103" & skillid & "00" & KarakterID & düşmanID & KarakterX & KarakterY & KarakterZ & "000000000000"
  5164. End Function
  5165. Public Function castNova(skill As String)
  5166. Dim skillid As String
  5167. skillid = Strings.Mid(AlignDWORD(SınıfBul & skill), 1, 6)
  5168. Paket "3101" & skillid & "00" & KarakterID & "FFFF" & Mid(AlignDWORD(DüşmanX), 1, 4) & "0400" & Mid(AlignDWORD(DüşmanY), 1, 4) & "0000000000000F00"
  5169. Pause 0.8
  5170. Paket "3103" & skillid & "00" & KarakterID & "FFFF" & Mid(AlignDWORD(DüşmanX), 1, 4) & "0400" & Mid(AlignDWORD(DüşmanY), 1, 4) & "000000000000"
  5171. End Function
  5172. Public Function castNovaMouse(skill As String)
  5173. Dim skillid As String
  5174. skillid = Strings.Mid(AlignDWORD(SınıfBul & skill), 1, 6)
  5175. Paket "3101" & skillid & "00" & KarakterID & "FFFF" & Mid(AlignDWORD(MouseX), 1, 4) & "0400" & Mid(AlignDWORD(MouseY), 1, 4) & "0000000000000F00"
  5176. Pause 0.8
  5177. Paket "3103" & skillid & "00" & KarakterID & "FFFF" & Mid(AlignDWORD(MouseX), 1, 4) & "0400" & Mid(AlignDWORD(MouseY), 1, 4) & "000000000000"
  5178. End Function
  5179. Public Function magestaff(skill As String)
  5180. Dim skillid As String
  5181. skillid = Strings.Mid(AlignDWORD(SınıfBul & skill), 1, 6)
  5182. Paket "3103" & skillid & "00" & KarakterID & düşmanID & "0D020600B7019BFF0000F0000F00"
  5183. End Function
  5184. Function Mage33At(skillno As String)
  5185. Dim skillid As String
  5186. skillid = Strings.Mid(AlignDWORD(SınıfBul & skillno), 1, 6)
  5187. Paket "3101" + skillid + "00" + KarakterID + "FFFF" + Strings.Mid(AlignDWORD(DüşmanX), 1, 4) + Strings.Mid(AlignDWORD(DüşmanZ), 1, 4) + Strings.Mid(AlignDWORD(DüşmanY), 1, 4) + KarakterID + "0000000000000F00"
  5188. Pause 8
  5189. Paket "3102" + skillid + "00" + KarakterID + "FFFF" + Strings.Mid(AlignDWORD(DüşmanX), 1, 4) + Strings.Mid(AlignDWORD(DüşmanZ), 1, 4) + Strings.Mid(AlignDWORD(DüşmanY), 1, 4) + "000000000000"
  5190. Pause 1
  5191. Paket "3103" + skillid + "00" + KarakterID + "FFFF" + Strings.Mid(AlignDWORD(DüşmanX), 1, 4) + Strings.Mid(AlignDWORD(DüşmanZ), 1, 4) + Strings.Mid(AlignDWORD(DüşmanY), 1, 4) + "0000000000000000"
  5192. Pause 1
  5193. Paket "3104" + skillid + "00" + KarakterID + "FFFF" + Strings.Mid(AlignDWORD(DüşmanX), 1, 4) + Strings.Mid(AlignDWORD(DüşmanZ), 1, 4) + Strings.Mid(AlignDWORD(DüşmanY), 1, 4) + "9BFF000000000000"
  5194. End Function
  5195. Function MageGate()
  5196. Paket "3101" + Strings.Mid(AlignDWORD(SınıfBul & "015"), 1, 6) + "00" + KarakterID + KarakterID + KarakterID + "0000000000000000000000000F00"
  5197. Pause 0.8
  5198. Paket "3103" + Strings.Mid(AlignDWORD(SınıfBul & "015"), 1, 6) + "00" + KarakterID + KarakterID + "000000000000000000000000"
  5199. End Function
  5200. Function mage33ler()
  5201. If flametime <= 0 And MobUzaklıK <= 100 And Form3.Check65.Value = 0 And Form3.mage33.Selected(0) = True Then flametime = 2.6: castNova "533": Exit Function
  5202. If glastime <= 0 And MobUzaklıK <= 100 And Form3.Check65.Value = 0 And Form3.mage33.Selected(1) = True Then glastime = 2.6: castNova "633": Exit Function
  5203. If lrtime <= 0 And MobUzaklıK <= 100 And Form3.Check65.Value = 0 And Form3.mage33.Selected(2) = True Then lrtime = 2.6: castNova "733": Exit Function
  5204.  
  5205. If flametime <= 0 And Form3.Check65.Value = 1 And Form3.mage33.Selected(0) = True Then flametime = 2.6: castNovaMouse "533": Exit Function
  5206. If glastime <= 0 And Form3.Check65.Value = 1 And Form3.mage33.Selected(1) = True Then glastime = 2.6: castNovaMouse "633": Exit Function
  5207. If lrtime <= 0 And Form3.Check65.Value = 1 And Form3.mage33.Selected(2) = True Then lrtime = 2.6: castNovaMouse "733": Exit Function
  5208.  
  5209. End Function
  5210. Function MageAtakVur()
  5211. 'Alan
  5212. If icestormtime <= 0 And MobUzaklıK <= 100 And Form3.Check65.Value = 0 And Form3.magealan.Selected(7) = True Then icestormtime = 17: castNova "671": Exit Function
  5213. If meteortime <= 0 And MobUzaklıK <= 100 And Form3.Check65.Value = 0 And Form3.magealan.Selected(6) = True Then meteortime = 17: castNova "571": Exit Function
  5214. If chatime <= 0 And MobUzaklıK <= 100 And Form3.Check65.Value = 0 And Form3.magealan.Selected(8) = True Then chatime = 17: castNova "771": Exit Function
  5215. If frosttime <= 0 And MobUzaklıK <= 100 And Form3.Check65.Value = 0 And Form3.magealan.Selected(1) = True Then frosttime = 17: castNova "660": Exit Function
  5216. If novatime <= 0 And MobUzaklıK <= 100 And Form3.Check65.Value = 0 And Form3.magealan.Selected(0) = True Then novatime = 17: castNova "560": Exit Function
  5217. If statime <= 0 And MobUzaklıK <= 100 And Form3.Check65.Value = 0 And Form3.magealan.Selected(2) = True Then statime = 17: castNova "760": Exit Function
  5218. If blitime <= 0 And MobUzaklıK <= 100 And Form3.Check65.Value = 0 And Form3.magealan.Selected(4) = True Then blitime = 17: castNova "645": Exit Function
  5219. If infernotime <= 0 And MobUzaklıK <= 100 And Form3.Check65.Value = 0 And Form3.magealan.Selected(3) = True Then infernotime = 17: castNova "545": Exit Function
  5220. If thutime <= 0 And MobUzaklıK <= 100 And Form3.Check65.Value = 0 And Form3.magealan.Selected(5) = True Then thutime = 17: castNova "745": Exit Function
  5221.  
  5222. If icestormtime <= 0 And Form3.Check65.Value = 1 And Form3.magealan.Selected(7) = True Then icestormtime = 17: castNovaMouse "671": Exit Function
  5223. If meteortime <= 0 And Form3.Check65.Value = 1 And Form3.magealan.Selected(6) = True Then meteortime = 17: castNovaMouse "571": Exit Function
  5224. If chatime <= 0 And Form3.Check65.Value = 1 And Form3.magealan.Selected(8) = True Then chatime = 17: castNovaMouse "771": Exit Function
  5225. If frosttime <= 0 And Form3.Check65.Value = 1 And Form3.magealan.Selected(1) = True Then frosttime = 17: castNovaMouse "660": Exit Function
  5226. If novatime <= 0 And Form3.Check65.Value = 1 And Form3.magealan.Selected(0) = True Then novatime = 17: castNovaMouse "560": Exit Function
  5227. If statime <= 0 And Form3.Check65.Value = 1 And Form3.magealan.Selected(2) = True Then statime = 17: castNovaMouse "760": Exit Function
  5228. If blitime <= 0 And Form3.Check65.Value = 1 And Form3.magealan.Selected(4) = True Then blitime = 17: castNovaMouse "645": Exit Function
  5229. If infernotime <= 0 And Form3.Check65.Value = 1 And Form3.magealan.Selected(3) = True Then infernotime = 17: castNovaMouse "545": Exit Function
  5230. If thutime <= 0 And Form3.Check65.Value = 1 And Form3.magealan.Selected(5) = True Then thutime = 17: castNovaMouse "745": Exit Function
  5231.  
  5232.  
  5233. 'Zamanlılar
  5234. If Igzination <= 0 And MobUzaklıK <= 100 And Form3.magetekil.Selected(14) = True Then Igzination = 23: magetekilatak "575": Exit Function
  5235. If VampiricFire <= 0 And MobUzaklıK <= 100 And Form3.magetekil.Selected(13) = True Then VampiricFire = 61: magetekilatak "574": Exit Function
  5236. If FreezingDistance <= 0 And MobUzaklıK <= 100 And Form3.magetekil.Selected(28) = True Then FreezingDistance = 61: magetekilatak "674": Exit Function
  5237. If Prismatic <= 0 And MobUzaklıK <= 100 And Form3.magetekil.Selected(27) = True Then Prismatic = 22: magetekilatak "670": Exit Function
  5238. If StunCloud <= 0 And MobUzaklıK <= 100 And Form3.magetekil.Selected(41) = True Then StunCloud = 22: magetekilatak "770": Exit Function
  5239. If Incineration <= 0 And MobUzaklıK <= 100 And Form3.magetekil.Selected(12) = True Then Incineration = 22: magetekilatak "570": Exit Function
  5240. If FireImpact <= 0 And MobUzaklıK <= 100 And Form3.magetekil.Selected(11) = True Then FireImpact = 21: magetekilatak "557": Exit Function
  5241. If IceImpact <= 0 And MobUzaklıK <= 100 And Form3.magetekil.Selected(26) = True Then IceImpact = 21: magetekilatak "657": Exit Function
  5242. If ThunderImpact <= 0 And MobUzaklıK <= 100 And Form3.magetekil.Selected(40) = True Then ThunderImpact = 21: magetekilatak "757": Exit Function
  5243. If FireThorn <= 0 And MobUzaklıK <= 100 And Form3.magetekil.Selected(9) = True Then FireThorn = 7: magetekilatak "554": Exit Function
  5244. If StaticThorn <= 0 And MobUzaklıK <= 100 And Form3.magetekil.Selected(38) = True Then StaticThorn = 7: magetekilatak "754": Exit Function
  5245. If PillarofFire <= 0 And MobUzaklıK <= 100 And Form3.magetekil.Selected(8) = True Then PillarofFire = 6: magetekilatak "554": Exit Function
  5246. If IceComet <= 0 And MobUzaklıK <= 100 And Form3.magetekil.Selected(24) = True Then IceComet = 6: magetekilatak "654": Exit Function
  5247. If StaticOrb <= 0 And MobUzaklıK <= 100 And Form3.magetekil.Selected(37) = True Then StaticOrb = 6: magetekilatak "754": Exit Function
  5248. If HellFire <= 0 And MobUzaklıK <= 100 And Form3.magetekil.Selected(6) = True Then HellFire = 6: magetekilatak "539": Exit Function
  5249. If Frostbite <= 0 And MobUzaklıK <= 100 And Form3.magetekil.Selected(22) = True Then Frostbite = 6: magetekilatak "639": Exit Function
  5250. If Discharge <= 0 And MobUzaklıK <= 100 And Form3.magetekil.Selected(35) = True Then Discharge = 6: magetekilatak "739": Exit Function
  5251. If FireBlast <= 0 And MobUzaklıK <= 100 And Form3.magetekil.Selected(5) = True Then FireBlast = 6: magetekilatak "535": Exit Function
  5252. If IceBlast <= 0 And MobUzaklıK <= 100 And Form3.magetekil.Selected(21) = True Then IceBlast = 6: magetekilatak "635": Exit Function
  5253. If ThunderBlast <= 0 And MobUzaklıK <= 100 And Form3.magetekil.Selected(42) = True Then ThunderBlast = 6: magetekilatak "735": Exit Function
  5254. If FireSpear <= 0 And MobUzaklıK <= 100 And Form3.magetekil.Selected(4) = True Then FireSpear = 6: magetekilatak "527": Exit Function
  5255. If IceOrb <= 0 And MobUzaklıK <= 100 And Form3.magetekil.Selected(20) = True Then IceOrb = 6: magetekilatak "627": Exit Function
  5256. If Thunder <= 0 And MobUzaklıK <= 100 And Form3.magetekil.Selected(34) = True Then Thunder = 6: magetekilatak "727": Exit Function
  5257. If FireBall <= 0 And MobUzaklıK <= 100 And Form3.magetekil.Selected(2) = True Then FireBall = 6: magetekilatak "515": Exit Function
  5258. If IceArrow <= 0 And MobUzaklıK <= 100 And Form3.magetekil.Selected(18) = True Then IceArrow = 6: magetekilatak "615": Exit Function
  5259. If Lightning <= 0 And MobUzaklıK <= 100 And Form3.magetekil.Selected(32) = True Then Lightning = 6: magetekilatak "715": Exit Function
  5260. If Blaze <= 0 And MobUzaklıK <= 100 And Form3.magetekil.Selected(1) = True Then Blaze = 6: magetekilatak "509": Exit Function
  5261. If Chill <= 0 And MobUzaklıK <= 100 And Form3.magetekil.Selected(17) = True Then Chill = 6: magetekilatak "609": Exit Function
  5262. If CounterSpell <= 0 And MobUzaklıK <= 100 And Form3.magetekil.Selected(31) = True Then CounterSpell = 6: magetekilatak "709": Exit Function
  5263. If Spark <= 0 And MobUzaklıK <= 100 And Form3.List1.Selected(4) = True Then Spark = 5: magetekilatak "009": Exit Function
  5264. If ColdWave <= 0 And MobUzaklıK <= 100 And Form3.List1.Selected(3) = True Then ColdWave = 5: magetekilatak "007": Exit Function
  5265. If Flame <= 0 And MobUzaklıK <= 100 And Form3.List1.Selected(2) = True Then Flame = 5: magetekilatak "005": Exit Function
  5266. If Shiver <= 0 And MobUzaklıK <= 100 And Form3.List1.Selected(1) = True Then Shiver = 5: magetekilatak "003": Exit Function
  5267. If Flash <= 0 And MobUzaklıK <= 100 And Form3.List1.Selected(0) = True Then Flash = 5: magetekilatak "001": Exit Function
  5268. 'stafflar
  5269. If MobUzaklıK <= 100 And Form3.magestaff.Selected(0) = True Then magestaff "542": Exit Function
  5270. If MobUzaklıK <= 100 And Form3.magestaff.Selected(1) = True Then magestaff "642": Exit Function
  5271. If MobUzaklıK <= 100 And Form3.magestaff.Selected(2) = True Then magestaff "742": Exit Function
  5272. If MobUzaklıK <= 100 And Form3.magestaff.Selected(3) = True Then magestaff "572": Exit Function
  5273. If MobUzaklıK <= 100 And Form3.magestaff.Selected(4) = True Then magestaff "672": Exit Function
  5274. If MobUzaklıK <= 100 And Form3.magestaff.Selected(5) = True Then magestaff "772": Exit Function
  5275. 'seriler
  5276. If MobUzaklıK <= 100 And Form3.magetekil.Selected(10) = True Then magetekilatak "556": Exit Function
  5277. If MobUzaklıK <= 100 And Form3.magetekil.Selected(25) = True Then magetekilatak "656": Exit Function
  5278. If MobUzaklıK <= 100 And Form3.magetekil.Selected(39) = True Then magetekilatak "756": Exit Function
  5279. If MobUzaklıK <= 100 And Form3.magetekil.Selected(7) = True Then magetekilatak "543": Exit Function
  5280. If MobUzaklıK <= 100 And Form3.magetekil.Selected(23) = True Then magetekilatak "643": Exit Function
  5281. If MobUzaklıK <= 100 And Form3.magetekil.Selected(36) = True Then magetekilatak "743": Exit Function
  5282. If MobUzaklıK <= 100 And Form3.magetekil.Selected(3) = True Then magetekilatak "518": Exit Function
  5283. If MobUzaklıK <= 100 And Form3.magetekil.Selected(19) = True Then magetekilatak "618": Exit Function
  5284. If MobUzaklıK <= 100 And Form3.magetekil.Selected(33) = True Then magetekilatak "718": Exit Function
  5285. If MobUzaklıK <= 100 And Form3.magetekil.Selected(0) = True Then magetekilatak "503": Exit Function
  5286. If MobUzaklıK <= 100 And Form3.magetekil.Selected(16) = True Then magetekilatak "603": Exit Function
  5287. If MobUzaklıK <= 100 And Form3.magetekil.Selected(30) = True Then magetekilatak "703": Exit Function
  5288. End Function
  5289. Public Function AbsolutePower()
  5290. Paket "3103" + Strings.Mid(AlignDWORD(SınıfBul & "802"), 1, 6) + "00" + KarakterID + KarakterID + "000000000000000000000000"
  5291. End Function
  5292.  
  5293. Function PriestAtak(skillno As String)
  5294. skillid = Strings.Mid(AlignDWORD(SınıfBul & skillno), 1, 6)
  5295. Paket "3103" + skillid + "00" + KarakterID + düşmanID + "0D020600B7019BFF0000F0000F00"
  5296. End Function
  5297. Function PriestAtakVur()
  5298. If HellishTime <= 0 And MobUzaklıK <= 100 And Form3.prilist.Selected(4) = True Then HellishTime = 3: PriestAtak "10": Exit Function
  5299. If CollapseTime <= 0 And MobUzaklıK <= 100 And Form3.prilist.Selected(8) = True Then CollapseTime = 3: PriestAtak "11": Exit Function
  5300. If HadesTime <= 0 And MobUzaklıK <= 100 And Form3.prilist.Selected(12) = True Then HadesTime = 3: PriestAtak "12": Exit Function
  5301. If RuinTime <= 0 And MobUzaklıK <= 100 And Form3.prilist.Selected(3) = True Then RuinTime = 2: PriestAtak "7": Exit Function
  5302. If HarshTime <= 0 And MobUzaklıK <= 100 And Form3.prilist.Selected(7) = True Then HarshTime = 2: PriestAtak "8": Exit Function
  5303. If RavingTime <= 0 And MobUzaklıK <= 100 And Form3.prilist.Selected(11) = True Then RavingTime = 2: PriestAtak "9": Exit Function
  5304. If MobUzaklıK <= 100 And Form3.prilist.Selected(1) = True Then PriestAtak "511": Exit Function
  5305. If MobUzaklıK <= 100 And Form3.prilist.Selected(2) = True Then PriestAtak "611": Exit Function
  5306. If MobUzaklıK <= 100 And Form3.prilist.Selected(3) = True Then PriestAtak "712": Exit Function
  5307. If MobUzaklıK <= 100 And Form3.prilist.Selected(4) = True Then PriestAtak "520": Exit Function
  5308. If MobUzaklıK <= 100 And Form3.prilist.Selected(5) = True Then PriestAtak "620": Exit Function
  5309. If MobUzaklıK <= 100 And Form3.prilist.Selected(6) = True Then PriestAtak "721": Exit Function
  5310. If MobUzaklıK <= 100 And Form3.prilist.Selected(13) = True Then PriestAtak "802": Exit Function
  5311. If MobUzaklıK <= 100 And Form3.prilist.Selected(14) = True Then PriestAtak "815": Exit Function
  5312. If Form3.prilist.Selected(0) = True And MobUzaklıK <= 100 Then StrokeAtak: Exit Function
  5313. End Function
  5314. Public Sub PriestKitap()
  5315. Dim skillid As String
  5316. skillid = Strings.Mid(AlignDWORD(SınıfBul & "020"), 1, 6)
  5317. Paket "3103" + skillid + "00" + KarakterID + KarakterID + "0000000000000000000000000000"
  5318. End Sub
  5319. Public Sub Blasting()
  5320. Dim skillid As String
  5321. skillid = Strings.Mid(AlignDWORD(SınıfBul & "529"), 1, 6)
  5322. Paket "3103" + skillid + "00" + KarakterID + KarakterID + "000000000000000000000000"
  5323. End Sub
  5324. Public Sub Wildness()
  5325. Dim skillid As String
  5326. skillid = Strings.Mid(AlignDWORD(SınıfBul & "629"), 1, 6)
  5327. Paket "3103" + skillid + "00" + KarakterID + KarakterID + "000000000000000000000000"
  5328. End Sub
  5329. Public Sub Malice()
  5330. Dim skillid As String
  5331. skillid = Strings.Mid(AlignDWORD(SınıfBul & "703"), 1, 6)
  5332. Paket "3101" + skillid + "00" + KarakterID + düşmanID + "000000000000000000000000"
  5333. Pause 0.8
  5334. Paket "3103" + skillid + "00" + KarakterID + düşmanID + "000000000000000000000000"
  5335. End Sub
  5336. Public Sub kendinebuFf(skillno As String)
  5337. Dim skillid As String
  5338. skillid = Strings.Mid(AlignDWORD(SınıfBul & skillno), 1, 6)
  5339. Paket "3101" + skillid + "00" + KarakterID + KarakterID + KarakterID + "000000000000000000000000"
  5340. Pause 1.2
  5341. Paket "3103" + skillid + "00" + KarakterID + KarakterID + KarakterID + "000000000000000000000000"
  5342. End Sub
  5343. Public Function Kendineacat()
  5344. If Form3.Combo5.Text = "insens. skin" Then kendinebuFf "603": Exit Function
  5345. If Form3.Combo5.Text = "insens. Shell" Then kendinebuFf "612": Exit Function
  5346. If Form3.Combo5.Text = "insens. armor" Then kendinebuFf "621": Exit Function
  5347. If Form3.Combo5.Text = "insens. shield" Then kendinebuFf "630": Exit Function
  5348. If Form3.Combo5.Text = "insens. barrier" Then kendinebuFf "639": Exit Function
  5349. If Form3.Combo5.Text = "insens. protect" Then kendinebuFf "651": Exit Function
  5350. If Form3.Combo5.Text = "insens. peel" Then kendinebuFf "660": Exit Function
  5351. If Form3.Combo5.Text = "Round insens." Then kendinebuFf "673": Exit Function
  5352. If Form3.Combo5.Text = "insens. guard" Then kendinebuFf "674": Exit Function
  5353. End Function
  5354. Public Function Kendinebuffat()
  5355. If Form3.Combo4.Text = "Grace" Then kendinebuFf "606": Exit Function
  5356. If Form3.Combo4.Text = "Brave" Then kendinebuFf "615": Exit Function
  5357. If Form3.Combo4.Text = "Strong" Then kendinebuFf "624": Exit Function
  5358. If Form3.Combo4.Text = "Hardness" Then kendinebuFf "633": Exit Function
  5359. If Form3.Combo4.Text = "Mightness" Then kendinebuFf "642": Exit Function
  5360. If Form3.Combo4.Text = "Undying" Then kendinebuFf "654": Exit Function
  5361. If Form3.Combo4.Text = "Heapness" Then kendinebuFf "655": Exit Function
  5362. If Form3.Combo4.Text = "Massiveness" Then kendinebuFf "657": Exit Function
  5363. If Form3.Combo4.Text = "impossingness" Then kendinebuFf "670": Exit Function
  5364. If Form3.Combo4.Text = "Superioris" Then kendinebuFf "675": Exit Function
  5365. End Function
  5366. Public Function Kendinefreshat()
  5367. If Form3.Combo7.Text = "Resist All" Then kendinebuFf "609": Exit Function
  5368. If Form3.Combo7.Text = "Bright mind" Then kendinebuFf "627": Exit Function
  5369. If Form3.Combo7.Text = "calm mind" Then kendinebuFf "636": Exit Function
  5370. If Form3.Combo7.Text = "fresh mind" Then kendinebuFf "645": Exit Function
  5371. End Function
  5372. Public Function Kendinehealat()
  5373. If Form3.Combo3.Text = "Healing" Then kendinebuFf "509": Exit Function
  5374. If Form3.Combo3.Text = "Major Healing" Then kendinebuFf "518": Exit Function
  5375. If Form3.Combo3.Text = "Great Healing" Then kendinebuFf "527": Exit Function
  5376. If Form3.Combo3.Text = "Massive Healing" Then kendinebuFf "536": Exit Function
  5377. If Form3.Combo3.Text = "Superior Healing" Then kendinebuFf "545": Exit Function
  5378. End Function
  5379.  
  5380. Function düşmanID()
  5381. düşmanID = Strings.Mid(AlignDWORD(LongOku(LongOku(KO_PTR_CHR) + KO_OFF_MOB)), 1, 4)
  5382. End Function
  5383. Sub archery()
  5384. Paket "3101" + AlignDWORD(SınıfBul & "003") + KarakterID + düşmanID
  5385. Pause 0.18
  5386. Paket "3102" + AlignDWORD(SınıfBul & "003") + KarakterID + düşmanID
  5387. Pause 0.18
  5388. Paket "3103" + AlignDWORD(SınıfBul & "003") + KarakterID + düşmanID
  5389. End Sub
  5390. Sub archery2()
  5391. Paket "3101" + AlignDWORD(SınıfBul & "007") + KarakterID + düşmanID
  5392. Pause 0.18
  5393. Paket "3102" + AlignDWORD(SınıfBul & "007") + KarakterID + düşmanID
  5394. Pause 0.18
  5395. Paket "3103" + AlignDWORD(SınıfBul & "007") + KarakterID + düşmanID
  5396. End Sub
  5397. Sub throughshot()
  5398. Paket "3101" + AlignDWORD(SınıfBul & "500") + KarakterID + düşmanID
  5399. Pause 0.18
  5400. Paket "3102" + AlignDWORD(SınıfBul & "500") + KarakterID + düşmanID
  5401. Pause 0.18
  5402. Paket "3103" + AlignDWORD(SınıfBul & "500") + KarakterID + düşmanID
  5403. End Sub
  5404. Sub firearrow()
  5405. Paket "3101" + AlignDWORD(SınıfBul & "505") + KarakterID + düşmanID
  5406. Pause 0.18
  5407. Paket "3102" + AlignDWORD(SınıfBul & "505") + KarakterID + düşmanID
  5408. Pause 0.18
  5409. Paket "3103" + AlignDWORD(SınıfBul & "505") + KarakterID + düşmanID
  5410. End Sub
  5411. Sub poisonarrow()
  5412. Paket "3101" + AlignDWORD(SınıfBul & "510") + KarakterID + düşmanID
  5413. Pause 0.18
  5414. Paket "3102" + AlignDWORD(SınıfBul & "510") + KarakterID + düşmanID
  5415. Pause 0.18
  5416. Paket "3103" + AlignDWORD(SınıfBul & "510") + KarakterID + düşmanID
  5417. End Sub
  5418. Sub guidedarrow()
  5419. Paket "3101" + AlignDWORD(SınıfBul & "520") + KarakterID + düşmanID
  5420. Pause 0.18
  5421. Paket "3102" + AlignDWORD(SınıfBul & "520") + KarakterID + düşmanID
  5422. Pause 0.18
  5423. Paket "3103" + AlignDWORD(SınıfBul & "520") + KarakterID + düşmanID
  5424. End Sub
  5425. Sub perfectshot()
  5426. Paket "3101" + AlignDWORD(SınıfBul & "525") + KarakterID + düşmanID
  5427. Pause 0.18
  5428. Paket "3102" + AlignDWORD(SınıfBul & "525") + KarakterID + düşmanID
  5429. Pause 0.18
  5430. Paket "3103" + AlignDWORD(SınıfBul & "525") + KarakterID + düşmanID
  5431. End Sub
  5432. Sub fireshot()
  5433. Paket "3101" + AlignDWORD(SınıfBul & "530") + KarakterID + düşmanID
  5434. Pause 0.18
  5435. Paket "3102" + AlignDWORD(SınıfBul & "530") + KarakterID + düşmanID
  5436. Pause 0.18
  5437. Paket "3103" + AlignDWORD(SınıfBul & "530") + KarakterID + düşmanID
  5438. End Sub
  5439. Sub poisonshot()
  5440. Paket "3101" + AlignDWORD(SınıfBul & "535") + KarakterID + düşmanID
  5441. Pause 0.18
  5442. Paket "3102" + AlignDWORD(SınıfBul & "535") + KarakterID + düşmanID
  5443. Pause 0.18
  5444. Paket "3103" + AlignDWORD(SınıfBul & "535") + KarakterID + düşmanID
  5445. End Sub
  5446. Sub arcshot()
  5447. Paket "3101" + AlignDWORD(SınıfBul & "540") + KarakterID + düşmanID
  5448. Pause 0.18
  5449. Paket "3102" + AlignDWORD(SınıfBul & "540") + KarakterID + düşmanID
  5450. Pause 0.18
  5451. Paket "3103" + AlignDWORD(SınıfBul & "540") + KarakterID + düşmanID
  5452. End Sub
  5453. Sub explosiveshot()
  5454. Paket "3101" + AlignDWORD(SınıfBul & "545") + KarakterID + düşmanID
  5455. Pause 0.18
  5456. Paket "3102" + AlignDWORD(SınıfBul & "545") + KarakterID + düşmanID
  5457. Pause 0.18
  5458. Paket "3103" + AlignDWORD(SınıfBul & "545") + KarakterID + düşmanID
  5459. End Sub
  5460. Sub viper()
  5461. Paket "3101" + AlignDWORD(SınıfBul & "550") + KarakterID + düşmanID
  5462. Pause 0.18
  5463. Paket "3102" + AlignDWORD(SınıfBul & "550") + KarakterID + düşmanID
  5464. Pause 0.18
  5465. Paket "3103" + AlignDWORD(SınıfBul & "550") + KarakterID + düşmanID
  5466. End Sub
  5467. Sub counterstrike()
  5468. Paket "3101" + AlignDWORD(SınıfBul & "552") + KarakterID + düşmanID
  5469. Pause 0.18
  5470. Paket "3102" + AlignDWORD(SınıfBul & "552") + KarakterID + düşmanID
  5471. Pause 0.18
  5472. Paket "3103" + AlignDWORD(SınıfBul & "552") + KarakterID + düşmanID
  5473. End Sub
  5474. Sub shadowhunter()
  5475. Paket "3101" + AlignDWORD(SınıfBul & "557") + KarakterID + düşmanID
  5476. Pause 0.18
  5477. Paket "3102" + AlignDWORD(SınıfBul & "557") + KarakterID + düşmanID
  5478. Pause 0.18
  5479. Paket "3103" + AlignDWORD(SınıfBul & "557") + KarakterID + düşmanID
  5480. End Sub
  5481. Sub shadowshot()
  5482. Paket "3101" + AlignDWORD(SınıfBul & "560") + KarakterID + düşmanID
  5483. Pause 0.18
  5484. Paket "3102" + AlignDWORD(SınıfBul & "560") + KarakterID + düşmanID
  5485. Pause 0.18
  5486. Paket "3103" + AlignDWORD(SınıfBul & "560") + KarakterID + düşmanID
  5487. End Sub
  5488. Sub iceshot()
  5489. Paket "3101" + AlignDWORD(SınıfBul & "562") + KarakterID + düşmanID
  5490. Pause 0.18
  5491. Paket "3102" + AlignDWORD(SınıfBul & "562") + KarakterID + düşmanID
  5492. Pause 0.18
  5493. Paket "3103" + AlignDWORD(SınıfBul & "562") + KarakterID + düşmanID
  5494. End Sub
  5495. Sub lightningshot()
  5496. Paket "3101" + AlignDWORD(SınıfBul & "566") + KarakterID + düşmanID
  5497. Pause 0.18
  5498. Paket "3102" + AlignDWORD(SınıfBul & "566") + KarakterID + düşmanID
  5499. Pause 0.18
  5500. Paket "3103" + AlignDWORD(SınıfBul & "566") + KarakterID + düşmanID
  5501. End Sub
  5502. Sub darkpursuer()
  5503. Paket "3101" + AlignDWORD(SınıfBul & "570") + KarakterID + düşmanID
  5504. Pause 0.18
  5505. Paket "3102" + AlignDWORD(SınıfBul & "570") + KarakterID + düşmanID
  5506. Pause 0.18
  5507. Paket "3103" + AlignDWORD(SınıfBul & "570") + KarakterID + düşmanID
  5508. End Sub
  5509. Sub blowarrow()
  5510. Paket "3101" + AlignDWORD(SınıfBul & "575") + KarakterID + düşmanID
  5511. Pause 0.18
  5512. Paket "3102" + AlignDWORD(SınıfBul & "575") + KarakterID + düşmanID
  5513. Pause 0.18
  5514. Paket "3103" + AlignDWORD(SınıfBul & "575") + KarakterID + düşmanID
  5515. End Sub
  5516. Sub blindingstrafe()
  5517. Paket "3101" + AlignDWORD(SınıfBul & "580") + KarakterID + düşmanID
  5518. Pause 0.18
  5519. Paket "3102" + AlignDWORD(SınıfBul & "580") + KarakterID + düşmanID
  5520. Pause 0.18
  5521. Paket "3103" + AlignDWORD(SınıfBul & "580") + KarakterID + düşmanID
  5522. End Sub
  5523. Sub powershot()
  5524. Paket "3101" + AlignDWORD(SınıfBul & "585") + KarakterID + düşmanID
  5525. Pause 0.18
  5526. Paket "3102" + AlignDWORD(SınıfBul & "585") + KarakterID + düşmanID
  5527. Pause 0.18
  5528. Paket "3103" + AlignDWORD(SınıfBul & "585") + KarakterID + düşmanID
  5529. End Sub
  5530. Function DüşmanX()
  5531. DüşmanX = FloatOku(LongOku(LongOku(KO_PTR_DLG) + &H408) + &H7C)
  5532. End Function
  5533.  
  5534. Function DüşmanY()
  5535. DüşmanY = FloatOku(LongOku(LongOku(KO_PTR_DLG) + &H408) + &H84)
  5536. End Function
  5537. Function DüşmanZ()
  5538. DüşmanZ = FloatOku(LongOku(LongOku(KO_PTR_DLG) + &H408) + &H80)
  5539. End Function
  5540. Form1 = 301, 73, 846, 523, C, -3, -17, 966, 647, C
  5541. Module1 = 253, 163, 1008, 612,
  5542. Priest = 50, 50, 939, 501, C
  5543. Skiller = 153, 113, 1042, 564, C
  5544. Tanımlamalar = 100, 100, 989, 551, C
  5545. Form2 = 0, 0, 873, 435, C, 200, 200, 1073, 635, C
  5546. liste = 200, 200, 1073, 635, C
  5547. frmList = 50, 50, 923, 485, C, 25, 25, 898, 460, C
  5548. Upgrade = 100, 100, 989, 551, C
  5549. bypass = 50, 50, 939, 501, C
  5550. Tedarik = 175, 175, 1064, 626, C, 75, 75, 964, 526, C
  5551. frmMaden = 162, 156, 1061, 621, C, 40, 40, 939, 641, C
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement