Guest User

Untitled

a guest
Apr 19th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.92 KB | None | 0 0
  1. f2::
  2. send, w
  3. return
  4.  
  5.  
  6. #IfWinActive, Darkfall Online
  7.  
  8. Insert::suspend
  9. !Insert::pause
  10.  
  11.  
  12. ~wheeldown::
  13.  
  14. Send, {Numpad2}
  15. Send, {Numpad2}
  16. Send, {Numpad2}
  17. Send, {Numpad2}
  18. sleep 185
  19. send, {end}
  20. return
  21.  
  22. ~wheelup::
  23. Send, {Numpad3}
  24. Send, {Numpad3}
  25. Send, {Numpad3}
  26. Send, {Numpad3}
  27. sleep 185
  28. send, {end}
  29. return
  30.  
  31. ~+Wheelup::
  32. send, ^{F4}
  33. Sleep, 60000
  34. Soundplay,C:\Metal Crash 01.wav
  35. return
  36.  
  37. ~+Wheeldown::
  38. send, ^{F5}
  39. Sleep, 60000
  40. Soundplay,C:\Metal Crash 01.wav
  41. return
  42.  
  43.  
  44. !F10::
  45. send, ^{F6}
  46. Sleep, 60000
  47. Soundplay,C:\Metal Crash 01.wav
  48.  
  49. ~+MButton::
  50. send, +{"} ;wallofforce
  51. return
  52. ;-------------------------------------------stormblast/exsplosion
  53. ~MButton::
  54.  
  55. if (raycycle = "0")
  56. {
  57. send, ]
  58. raycycle = 1
  59. SetTimer, KeyWin{MButton}, -10000
  60. } ELSE if (raycycle = "1")
  61. {
  62. send, ^8
  63. raycycle = 0
  64. } ELSE {
  65. raycycle = 0
  66. }
  67. return
  68. KeyWin{MButton}:
  69. SetTimer, KeyWin{MButton}, off
  70. If (raycycle >="0")
  71. {
  72. raycycle = 0
  73. }ELSE IF (raycycle = 0)
  74. {
  75. raycycle = 0
  76. }ELSE{
  77. raycycle = 0
  78. }
  79. return
  80.  
  81. ;--------------------------------f1, staff+eyerot
  82.  
  83. ~f1::
  84. send, {end}
  85. sleep, 75
  86. send, {Numpad3}
  87. sleep, 150
  88. send, +[
  89. return
  90.  
  91. ;--------------------------------f2 polearm
  92. ~f2::
  93. send, {end}
  94. sleep, 75
  95. send, {Numpad1}
  96. sleep, 225
  97. send, ^{F8}
  98. return
  99. ;--------------------------------+f2 Burden
  100. ~+f2::
  101. send, ^9
  102. send, ^9
  103. send, ^9
  104. return
  105. ;--------------------------------f3 bow
  106. ~f3::
  107. send, {end}
  108. sleep, 75
  109. send, {Numpad6}
  110. return
  111.  
  112. ;--------------------------------+f3 tongue rot
  113.  
  114. ~+f3::
  115. send, +{NumpadMult}
  116. return
  117.  
  118. ;---------------------------f4 dagger
  119. F6::
  120. send {end}
  121. sleep, 75
  122. send, {NumPad5}
  123. return
  124.  
  125. ;---------------------------alt f4 virt wrath
  126. !F4::
  127. send, ^{Numpad8}
  128. return
  129. ;-----------------------------alt f9 mana potion
  130. !F9::
  131. send, ^{F6}
  132. return
  133.  
  134.  
  135. ;--------------------------------Burden/lean/power atk
  136. ~q::
  137. Send, {NumpadSub}
  138. Send, +{NumpadDiv}
  139. send, ^{F3}
  140. Return
  141.  
  142. ;--------------------------------vamp touch is +q
  143. ;~+q::
  144. ;Send,
  145. ;return
  146.  
  147. ~x::
  148. Send, !{NumpadAdd} ;---Adept
  149. return
  150. ;--------------------unburden
  151. ~z::
  152. Send, +{NumpadAdd}
  153. Send, z
  154. return
  155.  
  156.  
  157.  
  158. ~r:: ;---------------------------confusion/knockbacks-------
  159. Send, [ ;-confustion
  160. Send, ^{F2}
  161. return
  162.  
  163. ;---------------------------------Ice Storm------
  164. ~+r::
  165. send, {NumpadMult}
  166. return
  167.  
  168. ~+g:: ;--------cursebolt
  169. send, +{NumpadSub}
  170. return
  171.  
  172. ;-----------------------disabling blows, fireball,lean
  173. ~e::
  174.  
  175. send, !{NumpadDiv} ;fireball
  176. send, ^{NumPadMult}
  177. send, {NumPadDiv}
  178. send, ^{F1}
  179. return
  180.  
  181. ~^e::
  182. send, ^e
  183. return
  184.  
  185. ~+e::
  186. if (raycycle = "0")
  187. {
  188. send, ^{F9}
  189. raycycle = 1
  190. SetTimer, KeyWin+e, -12000
  191. } ELSE if (raycycle = "1")
  192. {
  193. send, +l
  194. raycycle = 0
  195. } ELSE {
  196. raycycle = 0
  197. }
  198. return
  199. KeyWin+e:
  200. SetTimer, KeyWin+e, off
  201. If (raycycle >="0")
  202. {
  203. raycycle = 0
  204. }ELSE IF (raycycle = 0)
  205. {
  206. raycycle = 0
  207. }ELSE{
  208. raycycle = 0
  209. }
  210. return
  211. ;-------------------------------Sword n' Board
  212.  
  213. ~F4::
  214. send, {Numpad7}
  215. sleep 1500
  216. send, {Numpad8}
  217. return
  218.  
  219. ;------------------------------------------food-----
  220. ~F7::
  221. send, {Numpad0}
  222. return
  223.  
  224. ;------------------------------------------mount-----
  225. ~F9::
  226. send, {Numpad9}
  227. return
  228. ;--------------------Layohand
  229. ~+tab::
  230. send, !9
  231. return
  232.  
  233. ;------------------------------------------healother/sacrifice------------!0,!8
  234. TAB::
  235. send, ^{Numpad9}
  236.  
  237.  
  238.  
  239.  
  240. if toll := !toll
  241. Send, !0
  242. else
  243. Send, !8
  244. return
  245. ;-----------------------------------debuff-----
  246.  
  247.  
  248.  
  249. +v::
  250. if (raycycle = "0")
  251. {
  252. send, +{NumpadMult}
  253. raycycle = 1
  254. SetTimer, KeyWin+v, -8000
  255. } ELSE if (raycycle = "1")
  256. {
  257. send, ^9
  258. raycycle += 1
  259. SetTimer, KeyWin+v, -8000
  260. } ELSE if (raycycle = "2")
  261.  
  262. {
  263. send, ^9
  264. raycycle = 0
  265. } ELSE {
  266. raycycle = 0
  267. }
  268. return
  269. KeyWin+v:
  270. SetTimer, KeyWin+v, off
  271. If (raycycle >="0")
  272. {
  273. raycycle = 0
  274. }ELSE IF (raycycle = 0)
  275. {
  276. raycycle = 0
  277. }ELSE{
  278. raycycle = 0
  279. }
  280. return
  281. ;------------------------------------------------90 cycle/whirlwinds ' ![ ^{NumpadDiv}
  282. ~f::
  283. send, ^{F7}
  284. send, ^{F8}
  285.  
  286.  
  287.  
  288. if (raycycle = "0")
  289. {
  290. send, '
  291. raycycle = 1
  292. SetTimer, KeyWinf, -8000
  293. } ELSE if (raycycle = "1")
  294. {
  295. send, ![
  296. raycycle += 1
  297. SetTimer, KeyWinF, -8000
  298. } ELSE if (raycycle = "2")
  299. {
  300. send, ^{NumpadDiv}
  301. raycycle += 1
  302. SetTimer, KeyWinf, -8000
  303. } ELSE if (raycycle = "3")
  304. {
  305. send, ![
  306. raycycle = 0
  307. } ELSE {
  308. raycycle = 0
  309. }
  310. return
  311. KeyWinf:
  312. SetTimer, KeyWinf, off
  313. If (raycycle >="0")
  314. {
  315. raycycle = 0
  316. }ELSE IF (raycycle = 0)
  317. {
  318. raycycle = 0
  319. }ELSE{
  320. raycycle = 0
  321. }
  322.  
  323. return
  324.  
  325.  
  326. ;--------------------------------------------------slow/arch slow
  327.  
  328.  
  329. ~+f::
  330.  
  331. if (raycycle = "0")
  332. {
  333. send, ^{F10}
  334. raycycle = 1
  335. SetTimer, KeyWin+f, -8000
  336. } ELSE if (raycycle = "1")
  337. {
  338. send, {NumpadAdd}
  339. raycycle += 1
  340. SetTimer, KeyWin+f, -8000
  341. } ELSE if (raycycle = "2")
  342.  
  343. {
  344. send, !{NumpadMult}
  345. raycycle = 0
  346. } ELSE {
  347. raycycle = 0
  348. }
  349. return
  350. KeyWin+f:
  351. SetTimer, KeyWin+f, off
  352. If (raycycle >="0")
  353. {
  354. raycycle = 0
  355. }ELSE IF (raycycle = 0)
  356. {
  357. raycycle = 0
  358. }ELSE{
  359. raycycle = 0
  360. }
  361. return
  362.  
  363. ;-------------------------------------------------Rays----
  364.  
  365. *Rbutton::
  366.  
  367. sleep 10
  368.  
  369. Send, ^1
  370. sleep 5
  371. mouseclick, left
  372.  
  373.  
  374. SendInput, ^2
  375. sleep 5
  376. mouseclick, left
  377.  
  378. SendInput, ^3
  379. sleep 5
  380. mouseclick, left
  381.  
  382. SendInput, ^4
  383. sleep 5
  384. mouseclick, left
  385.  
  386. Send, ^5
  387. sleep 5
  388. mouseclick, left
  389.  
  390. Send, ^6
  391. sleep 5
  392. mouseclick, left
  393.  
  394. Send, +{NumPadSub}
  395.  
  396. return
  397.  
  398.  
  399. ;-------------------------------------------------heal mac
  400.  
  401. ~f10::
  402.  
  403.  
  404. Send, {Numpad3}
  405. sleep, 180
  406. send, !2 ;------------------Sta-Health
  407. sleep, 180
  408. mouseclick
  409. sleep, 1500
  410. Send, !1 ;------------------Man-STa
  411. sleep 150
  412. mouseclick
  413. sleep 60
  414. send, +] ;------------------Witches Brew
  415. sleep, 100
  416.  
  417. return
  418.  
  419. ;-------------------------------------------------Super Heal--------
  420.  
  421. ~+f10::
  422.  
  423.  
  424. Send, {Numpad3}
  425. sleep, 250
  426. send, !2 ;------------------Sta-Health
  427. sleep, 100
  428. mouseclick
  429. sleep, 1500
  430. send, !1 ;----------Mana-Stamina
  431. sleep 100
  432. mouseclick
  433. sleep, 1900
  434. send, +] ;------------------Witches Brew
  435. sleep, 75
  436. mouseclick
  437. sleep 1800
  438. send, !] ;-----------------heal self
  439. sleep, 75
  440. mouseclick
  441. sleep, 2900
  442. send, !2 ;------------------Sta-Health
  443. sleep, 100
  444. mouseclick
  445. sleep, 1500
  446. send, !1 ;----------Mana-Stamina
  447. sleep 100
  448. mouseclick
  449.  
  450.  
  451. ;-------------------------------------conversion
  452.  
  453. !f1::
  454. send, {Numpad3}
  455. sleep, 200
  456. send, !3, ;--------------HEALTH-MANA
  457. sleep, 75
  458. mouseclick
  459. return
  460.  
  461. !f2::
  462. send, {Numpad3}
  463. sleep, 200
  464. send, !2 ;-------------STAMINA-HEALTH
  465. sleep, 75
  466. mouseclick
  467. return
  468.  
  469. !f3::
  470. send, {Numpad3}
  471. sleep, 200
  472. send, !1 ;-------Mana-Stamina
  473. sleep, 75
  474. mouseclick
  475. return
  476.  
  477. ;---------------------------------f5 begone/shrapnel
  478. f5::
  479.  
  480. if (raycycle = "0")
  481. {
  482. send, !5
  483. raycycle = 1
  484. SetTimer, KeyWin{f5}, -5000
  485. } ELSE if (raycycle = "1")
  486. {
  487. send, !6
  488. raycycle = 0
  489. } ELSE {
  490. raycycle = 0
  491. }
  492. return
  493. KeyWin{f5}:
  494. SetTimer, KeyWin{f5}, off
  495. If (raycycle >="0")
  496. {
  497. raycycle = 0
  498. }ELSE IF (raycycle = 0)
  499. {
  500. raycycle = 0
  501. }ELSE{
  502. raycycle = 0
  503. }
  504. return
  505.  
  506. ;------------------------------f6 tele/launch
  507.  
  508. f8::
  509.  
  510. if (raycycle = "0")
  511. {
  512. send, !7
  513. raycycle = 1
  514. SetTimer, KeyWin{f8}, -5000
  515. } ELSE if (raycycle = "1")
  516. {
  517. send, !4
  518. raycycle = 0
  519. } ELSE {
  520. raycycle = 0
  521. }
  522. return
  523. KeyWin{f8}:
  524. SetTimer, KeyWin{f8}, off
  525. If (raycycle >="0")
  526. {
  527. raycycle = 0
  528. }ELSE IF (raycycle = 0)
  529. {
  530. raycycle = 0
  531. }ELSE{
  532. raycycle = 0
  533. }
  534. return
  535.  
  536. ;----------------------------------------Nacitar jumps good
  537.  
  538.  
  539.  
  540.  
  541.  
  542. ;-----------------------Sprint-------
  543.  
  544. toggle = 0
  545.  
  546. ~Esc::
  547. If toggle = 1
  548. {
  549. Keywait, Esc
  550. Send, {F11 down}
  551. }
  552. else
  553. {
  554. toggle = 0
  555. }
  556. return
  557.  
  558. ~Enter::
  559. If toggle = 1
  560. {
  561. Keywait, Enter
  562. Send, {F11 down}
  563. }
  564. else
  565. {
  566. toggle = 0
  567. }
  568. return
  569.  
  570.  
  571. `::
  572. if toggle := !toggle
  573. Send, {F11 down}
  574. else
  575. Send, {F11 up}
  576. return
  577.  
  578. +`::
  579. Send, {F11 down}
  580. return
  581. ;-----------autoclick
  582.  
  583. ^End::
  584. loop,
  585. Mouseclick, left
  586. return
  587.  
  588.  
  589. ^Home:: ;---------------------------------spellgrind
  590. Loop
  591. {
  592. loop 150
  593. {
  594. Send, {Numpad3}
  595. sleep 170
  596. send, {End}
  597.  
  598. Send, h
  599. sleep, 170
  600. Send, {LButton}
  601. sleep, 170
  602.  
  603.  
  604. Send, ]
  605. Send, {LButton}
  606.  
  607. Send, {NumpadSub}
  608. Send, {LButton}
  609.  
  610.  
  611. ;send, !3 ;-------H - mana
  612. ;Send, {LButton}
  613. }
  614.  
  615. send, !q ;spell haste
  616. Send, {LButton}
  617. send, !q
  618. Send, {LButton}
  619. sleep 2500
  620. Send, !f
  621.  
  622. }
  623. return
  624.  
  625. ;------------------------------------------MELEE MACRO------------
  626.  
  627. ;^Home::
  628.  
  629. Loop, 33
  630. {
  631. send, !f ;food
  632. sleep, 2000
  633. send, {End} ;unsheathe
  634. sleep, 400
  635. send, {Numpad3} ;staff
  636. sleep, 400
  637. send, ^h ;ironskin
  638. sleep, 400
  639. mouseclick
  640. sleep, 1400
  641. send, +, ;health-mana
  642. sleep, 400
  643. mouseclick
  644. sleep, 800
  645.  
  646. Loop, 2
  647. {
  648. send, {End} ;unsheathe
  649. sleep, 400
  650. send, {Numpad3} ;staff
  651. sleep, 400
  652. send, !{Numpad4} ;heal other
  653. sleep, 400
  654. mouseclick
  655. sleep 2200
  656. send, +{Tab} ;LAY O HANDS
  657. sleep, 400
  658. mouseclick
  659. sleep 2400
  660. send, !{Numpad4} ;heal other
  661. sleep, 400
  662. mouseclick
  663. sleep 1600
  664. send, !u ;sacrifice
  665. sleep, 400
  666. mouseclick
  667. sleep 2800
  668. send, !{Numpad4} ;heal other
  669. sleep, 400
  670. mouseclick
  671. sleep 1600
  672. send, {End} ;unsheathe, begining of prep for melee loop
  673. sleep, 400
  674. send, {Numpad2} ;sword
  675. sleep, 400
  676. Loop, 9
  677. {
  678. mouseclick
  679. sleep, 1100
  680. }
  681. sleep 400
  682. }
  683. }
  684. return
  685.  
  686. ;---------------New melee MAC
  687.  
  688. ;^Home::
  689. Loop, 3
  690. {
  691. send, !f ;food
  692. sleep, 2000
  693. send, {End} ;unsheathe
  694. sleep, 400
  695. send, {Numpad3} ;staff
  696. sleep, 400
  697. send, ^{Numpad1} ;ironskin
  698. sleep, 400
  699. mouseclick
  700. sleep, 1400
  701. send, !0 ;----sacrifice
  702. sleep, 400
  703. mouseclick
  704. sleep 1600
  705.  
  706.  
  707. Loop, 16
  708. {
  709.  
  710. send, {End} ;unsheathe, begining of prep for melee loop
  711. sleep, 400
  712. send, {Numpad5} ;sword
  713. sleep, 400
  714. Loop, 4 ;1
  715. {
  716. mouseclick
  717. sleep, 575 ;delay for sword swing 1100, dagger 575
  718. }
  719. send, {Numpad3}
  720. sleep 500
  721. send, {Numpad5} ;sword
  722. sleep, 400
  723. Loop, 4
  724. {
  725. mouseclick
  726. sleep, 575 ;delay for sword swing 1100, dagger 575
  727. }
  728. sleep 100
  729. send, {Numpad3}
  730. sleep, 400
  731. send, ^{Numpad1} ;----Stone Skin
  732. sleep, 400
  733. mouseclick
  734. sleep 1600
  735. send, !8 ;----heal other
  736. sleep, 400
  737. mouseclick
  738. sleep 1600
  739.  
  740. send, {End} ;unsheathe, begining of prep for melee loop
  741. sleep, 400
  742. send, {Numpad5} ;sword
  743. sleep, 400
  744. Loop, 4 ;2
  745. {
  746. mouseclick
  747. sleep, 575
  748. }
  749. send, {Numpad3}
  750. sleep 500
  751. send, {Numpad5} ;sword
  752. sleep, 400
  753. Loop, 4
  754. {
  755. mouseclick
  756. sleep, 575 ;delay for sword swing 1100, dagger 575
  757. }
  758. sleep 100
  759. send, {Numpad3}
  760. sleep, 400
  761. send, !8 ;----heal other
  762. sleep, 400
  763. mouseclick
  764. sleep 1600
  765.  
  766. send, {End} ;unsheathe, begining of prep for melee loop
  767. sleep, 400
  768. send, {Numpad5} ;sword
  769. sleep, 400
  770. Loop, 4 ;3
  771. {
  772. mouseclick
  773. sleep, 575
  774. }
  775. sleep 100
  776. send, {Numpad3}
  777. sleep 500
  778. send, {Numpad5} ;sword
  779. sleep, 400
  780. Loop, 4
  781. {
  782. mouseclick
  783. sleep, 575 ;delay for sword swing 1100, dagger 575
  784. }
  785. sleep 100
  786. send, {Numpad3}
  787. sleep, 400
  788. send, !8 ;---Heal Other
  789. mouseclick
  790. sleep 1600
  791. send, !0 ;----sacrifice
  792. sleep, 400
  793. mouseclick
  794. sleep 1600
  795. }
  796. }
  797. return
  798. ;-------------------hammer loop
  799.  
  800. ;^Home::
  801.  
  802. Loop, 40
  803. {
  804. send, !f ;food
  805. sleep, 2000
  806. send, {End}
  807. sleep, 400
  808. send, {Numpad3}
  809. sleep, 400
  810. send, ^{Numpad1} ;ironskin
  811. sleep, 400
  812. mouseclick
  813. sleep, 1400
  814.  
  815. send, {End} ;unsheathe, begining of prep for melee loop
  816. sleep, 400
  817. send, {Numpad5} ;alt weapon
  818. sleep, 400
  819. Loop, 20
  820. {
  821. mouseclick
  822. sleep, 1300
  823. }
  824. Loop,4
  825. {
  826. send, {End}
  827. sleep, 400
  828. send, {Numpad3}
  829. sleep, 400
  830. send, !8 ;heal other
  831. sleep, 400
  832. mouseclick
  833. sleep 1600
  834. send, !0 ;----sacrifice
  835. sleep, 400
  836. mouseclick
  837. sleep 1600
  838. }
  839. send, ^{Numpad1} ;ironskin
  840. sleep, 400
  841. mouseclick
  842. sleep, 2000
  843. }
  844. return
  845.  
  846. ;---------------------------------recall------------------------
  847. ,::
  848. send, ^p
  849. sleep 25
  850. mouseclick
  851. sleep, 100
  852. send, {c down}
  853. sleep, 10
  854. send, {c up}
  855. return
  856.  
  857. ;--------------------------------houserecall
  858. .::
  859. send, !p
  860. sleep 25
  861. mouseclick
  862. sleep, 100
  863. send, {c down}
  864. sleep, 1o
  865. send, {c up}
  866. return
  867.  
  868. ;--------------------------------rest----- j
  869.  
  870.  
  871. ;-----------------------------------------------------buff cycle-----------
  872.  
  873. ;!t::
Add Comment
Please, Sign In to add comment