Puntoinfinito

Autoclicker infiniter SOURCE - Puntoinfinito

Jul 15th, 2012
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 4.40 KB | None | 0 0
  1. @ECHO OFF
  2. title Autoclick infiniter v1.0
  3. goto :index
  4. :logo
  5. cls
  6. echo.± By Puntoinfinito ±±±±± INFINITER © ±±±±± Autoclick ±±±±±±±±±±±±±±±±±±±±±±±±±±±
  7. echo.ÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛÛ
  8. echo.
  9. goto :EOF
  10.  
  11. ::::::::::::
  12. :::index::::
  13. ::::::::::::
  14.  
  15. :index
  16. call :logo
  17. echo.Bienvenid@ a Autoclick infiniter v1.0 . Seleccione una accion para continuar
  18. echo.
  19. echo.
  20. echo.[1]  Crear un autoclick
  21. echo.[2]  Ayuda
  22. echo.[3]  Paginas de interes
  23. echo.[4]  Salir
  24. echo.
  25. echo.
  26. echo.
  27. echo.
  28. echo.
  29. set /p option=Eleccion ^>^>^>
  30. if "%option%"=="1" (goto :create)
  31. if "%option%"=="2" (goto :help)
  32. if "%option%"=="3" (goto :interesting)
  33. if "%option%"=="4" (goto :exit)
  34. goto :index
  35. :create
  36. call :logo
  37. echo.Escriba o arrastre el directorio del escritorio
  38. echo.
  39. echo.  ± Ej. C:\users\usuario\desktop , C:\juan\escritorio , etc...
  40. echo.
  41. echo.
  42. echo.
  43. echo.
  44. echo.
  45. set /p dir=^>^>^>
  46. goto :createfile
  47. :createfile
  48. echo.@ECHO OFF > %dir%\Autoclick.bat
  49. echo.title Autoclick >> %dir%\Autoclick.bat
  50. echo.echo.MINIMIZE TODO LO QUE PUEDA ESTORBAR PARA HACER EL AUTOCLICK - 10 SEGUNDOS ... >> %dir%\Autoclick.bat
  51. echo.Nircmd wait 10000 >> %dir%\Autoclick.bat
  52. goto :create0
  53.  
  54. ::::::::::::
  55. :::crear::::
  56. ::::::::::::
  57.  
  58. :create0
  59. call :logo
  60. echo. Seleccione la accion, añadelo por orden, asi cuando se ejecute
  61. echo. lo hara segun el orden en que ha añadido las acciones.
  62. echo.  
  63. echo.
  64. echo.
  65. echo.[1]   Añadir click
  66. echo.[2]   Añadir movimiento
  67. echo.[3]   Finalizar edicion
  68. echo.
  69. echo.
  70. echo.
  71. set /p add0=^>^>^>
  72. if "%add0%"=="1" (goto :click)
  73. if "%add0%"=="2" (goto :move)
  74. if "%add0%"=="3" (goto :exit0)
  75. goto :create0
  76.  
  77. ::::::::::::
  78. ::clicks :::
  79. ::::::::::::
  80.  
  81. :click
  82. call :logo
  83. echo.[1]   Click izq.
  84. echo.[2]   Click dcho.
  85. echo.[3]   Atras
  86. echo.
  87. echo.
  88. echo.
  89. echo.
  90. echo.
  91. echo.
  92. echo.
  93. set /p select=^>^>^>
  94. if "%select%"=="1" (goto :left)
  95. if "%select%"=="2" (goto :right)
  96. if "%select%"=="3" (goto :create0)
  97. goto :click
  98. :left
  99. call :logo
  100. echo.Nircmd sendmouse left click >> %dir%\Autoclick.bat
  101. echo.Quiere poner algo mas?
  102. echo.
  103. echo.
  104. echo.
  105. echo.
  106. echo.
  107. echo.
  108. pause
  109. goto :create0
  110. :right
  111. call :logo
  112. echo.Nircmd sendmouse right click >> %dir%\Autoclick.bat
  113. echo.Quiere poner algo mas?
  114. echo.
  115. echo.
  116. echo.
  117. echo.
  118. echo.
  119. echo.
  120. pause
  121. goto :create0
  122.  
  123. :::::::::::::::
  124. ::movimientos::
  125. :::::::::::::::
  126.  
  127. :move
  128. call :logo
  129. echo.Indique accion
  130. echo.
  131. echo.
  132. echo.[1]   Añadir movimiento de raton
  133. echo.[2]   Atras
  134. echo.
  135. echo.
  136. echo.
  137. echo.
  138. echo.
  139. echo.
  140. set /p move1=Accion^>^>^>
  141. if "%move1%"=="1" (goto :move2)
  142. if "%move1%"=="2" (goto :create0)
  143. goto :move
  144. :move2
  145. call :logo
  146. echo.Conteste correctamente segun su accion deseada
  147. echo.
  148. echo.
  149. echo.
  150. echo.
  151. echo.
  152. echo.
  153. set /p x=X ^>^>^>
  154. echo.
  155. echo.
  156. set /p y=Y ^>^>^>
  157. echo.
  158. pause
  159. goto :move3
  160. :move3
  161. echo.Nircmd setcursor %x% %y% >> %dir%\Autoclick.bat
  162. goto :create0
  163.  
  164. ::::::::::::
  165. ::::exits:::
  166. ::::::::::::
  167.  
  168. :exit
  169. call :logo
  170. echo. ± Muchas gracias por utilizar este script
  171. echo.
  172. echo. ± INFINITER © by Puntoinfinito [www.infiniter.tk]
  173. echo.
  174. echo.
  175. echo.
  176. pause
  177. start www.infiniter.tk
  178. exit
  179. :exit0
  180. call :logo
  181. echo.Edicion finalizada.
  182. echo.
  183. echo. ± Encontrara el script de autoclick en la ruta deseada
  184. echo.
  185. echo. ± Solo la ha de dar un click y ya comenzara a funcionar
  186. echo.
  187. echo. ± Muchas gracias por utilizar este script
  188. echo.
  189. echo. ± INFINITER © by Puntoinfinito [www.infiniter.tk]
  190. echo.
  191. echo.
  192. pause
  193. start www.infiniter.tk
  194. exit
  195.  
  196. ::::::::::::::
  197. ::::helping:::
  198. ::::::::::::::
  199.  
  200. :help
  201. call :logo
  202. echo.Este script esta echo con lenguaje de programacion BATCH.
  203. echo.Puede encontrar el codigo en el mismo script.
  204. echo.Si tiene problemas contacte conmigo en el www.foro.elhacker.net buscad-me
  205. echo.por "Puntoinfinito".
  206. echo.
  207. echo.Muchas gracias...
  208. echo.
  209. echo.
  210. echo.
  211. echo.
  212. echo.
  213. echo.
  214. pause
  215. start www.infiniter.tk
  216. goto :index
  217.  
  218. :::::::::::::
  219. ::interes::::
  220. :::::::::::::
  221.  
  222. :interesting
  223. call :logo
  224. echo.± Links de interes
  225. echo.
  226. echo.  www.elhacker.net
  227. echo.
  228. echo.  www.foro.elhacker.net
  229. echo.
  230. echo.  www.infiniter.tk
  231. echo.
  232. echo.± Otros programadores que os pueden ayudar o programar scripts...
  233. echo.
  234. echo.  Elektro H@cker
  235. echo.
  236. echo.  Stakewinner00
  237. echo.
  238. pause
  239. www.infiniter.tk
  240. goto :index
Advertisement
Add Comment
Please, Sign In to add comment