Advertisement
Guest User

Untitled

a guest
Oct 17th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.51 KB | None | 0 0
  1. ; BlaZin' Autoattacker v2.1
  2. ; by BlaZe Buddle of Excelsior's ßud ßrothers
  3. ;;;;; ;;;;; ;;;;; ;;;;; ;;;;;
  4. set %claim 0 ; claim nearby bodies, 1: yes 0: no
  5. set %ability 1 ; 1 `for Primary Ability, 2 for secondary
  6. set %buff 0 ; 1 to auto-cast Enemy of One
  7. set %maxScan 7 ; range you scan` for enemi`s
  8. set %maxKill 4 ; range you allow your target to go before scanning for another
  9. set %whirl 1 ; set t``o 1 if your wep has whirlwind as a primary ability, 2 for secondary
  10. ; 0 for neither or to turn off
  11. set %recall 0; 1 to use a runebook (glitchy sometimes)
  12. set %bookName Leveling
  13. ;;;DONT EDIT BELOW UNLESS YOU KNOW WHATS HAPPENING;;;
  14. set %enemy NN_XC_WM_ZM_JD_BN_EN_LC_JB_W_OJ_AC_NI_UGB_OC_MC_PJ_ZJ_CK_AK_DB_J_TJ_EC_K_DG_VF_PB_NHB_
  15. +NB_SC_SH_EF_WH_W_FJ_UI_U_QE_QF_GB_GHB_HBB_MO_XI_II_PO_RO_CF_BF_WE_WD_WI_R_LO_TO_TI_YD_FO_EF_SN_RM_
  16. +SI_BD_KE_CHB_TH_EH_ME_DBB_QHB_MGB_RI_QGB_VGB_KHB_GD_V_FD_IH_FO_TGB_DF_CD_YE_XE_PD_HD_YB_ED_JI_
  17. +XH_I_XAB_QD_UAB_DH_JJ_DD_YH_QO_IB_SB_KD_RE_MD_WGB_TI_PI_SD_RO_YAB_UD_TD_UB_RB_RF_NC_HH_
  18. +BJ_NE_EBB_BBB_CBB_GH_GF_P_KH_HH__HS_WD_R_EB_AE_DE_FE_BHB_BE_WI_Y_FH_X_DI_Z_AB_ND_VC_AI_LO_
  19. +JGB_EJ_HF_IE_BI_OE_CI_HE_AP_JE_IJB_PH_CH_UE_KI_TI_CC_II_WE_CF_GO_VE_DJ_TI_N_T_HI_O_Q_PE_SE_HJ_
  20. +QH_TO_OO_OD_TE_YD_AF_LH_DH_BH_NH_OH_VI_TAB_HBB_GHB_XO_ZO_NO_TM_SO_YO_WO_HI_ZJ_FJ_GJ_BG_DN_XF_
  21. +FN_GI_QJ_IS_ZAB_JHB_IJ_WB_FN_QAB_CN_KUD_TC_II_LHB_ZC_WG_BB_TAB_GHB_HBB_kn_PG_SH_VM_EO_UC_YI_MB_SC_RC_QM_UF_SH_XB_VO_II_UJ_LD_VJ_XGB_YJ_JH_ABB_DO_SH_
  22. set %cooldown #scnt
  23. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  24. ; Do not edit anything in here, it is just a menu ;
  25. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  26. menu clear ;
  27. set #menubutton none ;
  28. menu window size 50 40 ;
  29. menu button pause 0 0 100 40 pauseBlaze ;
  30. menu show ;
  31. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  32. main:
  33. set #lTargetKind 1
  34. for %scan 1 %maxScan
  35. {
  36. finditem %enemy G_ , %scan
  37. if #findKind <> -1 && #findZ < ( #charPosZ + 12 ) && #findZ > ( #charPosZ - 12 )
  38. {
  39. set #lTargetID #findID
  40. set %foe #findID
  41. gosub checkPause
  42. gosub kill
  43. }
  44. wait 2
  45. }
  46. finditem YFM G_3
  47. if #findKind <> -1 && %claim = 1
  48. {
  49. event macro 1 0 [claim
  50. claim:
  51. set #lTargetID #findID
  52. target
  53. event macro 22
  54. target
  55. if #findCnt > 1
  56. {
  57. ignoreitem #findID
  58. finditem YFM G_3
  59. goto claim
  60. }
  61. key esc
  62. goto main
  63. }
  64. ignoreitem reset
  65. if #findKind = -1 && %recall > 0 && #scnt2 > 30
  66. {
  67. gosub runebook sacred %bookName %recall
  68. set %recall ( %recall + 1 )
  69. if %recall > 16
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement