Advertisement
Guest User

Untitled

a guest
Sep 20th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.68 KB | None | 0 0
  1. $${
  2.  
  3. TOGGLE(@dallas_blaze);
  4. IF(@dallas_blaze);
  5. LOG("&4&l[Macro] &6SleepStunt &4[OFF]");
  6. ACHIEVEMENTGET("(Upgrade 0) Macro [OFF]",35:14);
  7. LOG("");
  8. LOG("&8[?] &2[%#sleepjumps%] &8Queda's [?]");
  9. LOG("&8[?] &2[%#sleeprolled%] &8RolouPerfeitamente [?]");
  10. LOG("&8[?] &2[%#sleeperror%] &8Falha's [?]");
  11. LOG("");
  12. KEYUP(SNEAK);
  13. KEYUP(BACK);
  14. }$$/g &bdesativando macro de dar o cu pro cacto &6#dallas$${
  15. STOP();
  16. ELSE;
  17. SET(@&dallas_blaze_key,%KEYNAME%);
  18. LOG("&2&l[Macro] &6SleepStunt &2[ON]");
  19. ACHIEVEMENTGET("(Upgrade 0) Macro [ON]",35:5);
  20. }$$/g &bativando macro de dar o cu pro cacto &6#dallas$${
  21. UNSET(@dallas_automatic);
  22. ENDIF;
  23.  
  24. #sleepshield=0;
  25. #sleepjumps=0;
  26. #sleeprolled=0;
  27. #sleeperror=0;
  28.  
  29. DO;
  30. INC(#sleepshield,1);
  31. IF(%#sleepshield%>=185);
  32. }$$/home sleepacro1$${
  33. #sleepshield=0;
  34. ENDIF;
  35. }$$/home sleepacro1$${
  36. #sleepdeath=2;
  37. DO;
  38. KEYDOWN(SNEAK);
  39. INC(#sleepshield,1);
  40. IF(%#sleepshield%>=185);
  41. }$$/home sleepacro1$${
  42. INC(#sleeperror,1);
  43. #sleepshield=0;
  44. LOG("&8[?] &2[%#sleeperror%] &8Falha's [?]");
  45. ENDIF;
  46. IF(@dallas_automatic);
  47. }$$/home sleepacro2$${
  48. INC(#sleepjumps,1)
  49. INC(#sleeprolled,1)
  50. LOG("&8[?] &2[%#sleeprolled%] &8RolouPerfeitamente [?]");
  51. #sleepshield=0;
  52. UNSET(@dallas_automatic);
  53. ENDIF;
  54. IF(%HEALTH%<15);
  55. #sleepshield=0;
  56. DO;
  57. INC(#sleepshield,1);
  58. IF(%#sleepshield%>=185);
  59. }$$/home sleepacro1$${
  60. INC(#sleeperror,1);
  61. #sleepshield=0;
  62. LOG("&8[?] &2[%#sleeperror%] &8Falha's [?]");
  63. ENDIF;
  64. LOOK(+0,+0);
  65. KEYUP(SNEAK);
  66. KEYDOWN(BACK);
  67. RESPAWN;
  68. UNTIL(%HEALTH%=20);
  69. KEYUP(BACK);
  70. INC(#sleepjumps,1);
  71. LOG("&8[?] &2[%#sleepjumps%] &8Queda's [?]");
  72. #sleepshield=0;
  73. #sleepdeath=1;
  74. ENDIF;
  75. UNTIL((%HEALTH%=20) && (%#sleepdeath%=1));
  76. #sleepshield=0;
  77. LOOP;
  78.  
  79. }$$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement