Jump to content

aimbot me ajudem - (Locked)


Recommended Posts

#include <WindowsConstants.au3>
#include <Constants.au3>
#include <Misc.au3>
#include <WinAPI.au3>
#include <MsgBoxConstants.au3>
#include <ImageSearch.au3>

Func _Movimento_Do_Mouse ($ x, $ y)
   DllCall ("user32.dll", "none", "mouse_event", "long", 1, "long", $ x, "long", $ y, "long", 0 , "longo", 0)
EndFunc

Local $ Centro_Da_Tela_X = @DesktopWidth / 2; Eusquerda / Direta
Local $ Centro_Da_Tela_Y = @DesktopHeight / 2; Cima / Baixo


Local $ Meu_Alvo_IMG = "Sem título5.BMP"; imagem do alvo
Local $ Tolerancia = 100; tolerancia de novas cores mais clara ou escura


Local $ Local_Alvo_X
Local $ Local_Alvo_Y


Enquanto True
   Aimbot (); chamar o aimbot
   Sono (1); salva nossa cpu
WEnd


Func Aimbot ()
   local $ MeuInimigo = _ImageSearchArea ($ Meu_Alvo_IMG, 0, 630, 371, 654, 395, $ Local_Alvo_X, $ Local_Alvo_Y, $ Tolerancia, 0)
   if ($ MeuInimigo) Então; verifica se existe um inimigo

    Local $ NovaLocalizacao_X = $ Local_Alvo_X - $ Centro_Da_Tela_X
    Local $ NovaLocalizacao_Y = $ Local_Alvo_Y - $ Centro_Da_Tela_Y

      _Movimento_Do_Mouse ($ NovaLocalizacao_X / 2, $ NovaLocalizacao_Y / 2); mover uma mira para o angulo do inimigo
   EndIf
EndFunc

 

ESSE É MEU CODIGO TO TENTANDO FAZER AIMBOT PARA JOGOS TO APRENDENDO

ENTAO...

eu tava tentando coloca para o(_ImageSearchArea) pesquisasse mais de uma imagem é possivel?
 

EXEMPLO

Local $ Meu_Alvo_IMG = "Sem título1.BMP e Sem título2.BMP e Sem título3.BMP"; imagem do alvo
Local $ Tolerancia = 100; tolerancia de novas cores mais clara ou escura

 

É POSSIVEL FAZER ISSO?

Link to comment
Share on other sites

  • Moderators

christiandk1,

Quote

ESSE É MEU CODIGO TO TENTANDO FAZER AIMBOT PARA JOGOS TO APRENDENDO

Welcome to the AutoIt forum.

Unfortunately you appear to have missed the Forum rules on your way in. Please read them now - particularly the bit about not discussing game automation - and then you will understand why you will get no help and this thread will now be locked.

See you soon with a legitimate question I hope.

M23

P.S. And this is an English Speaking forum.

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

Spoiler

ArrayMultiColSort ---- Sort arrays on multiple columns
ChooseFileFolder ---- Single and multiple selections from specified path treeview listing
Date_Time_Convert -- Easily convert date/time formats, including the language used
ExtMsgBox --------- A highly customisable replacement for MsgBox
GUIExtender -------- Extend and retract multiple sections within a GUI
GUIFrame ---------- Subdivide GUIs into many adjustable frames
GUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView items
GUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeView
Marquee ----------- Scrolling tickertape GUIs
NoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxes
Notify ------------- Small notifications on the edge of the display
Scrollbars ----------Automatically sized scrollbars with a single command
StringSize ---------- Automatically size controls to fit text
Toast -------------- Small GUIs which pop out of the notification area

 

Link to comment
Share on other sites

  • Melba23 changed the title to aimbot me ajudem - (Locked)
  • Melba23 locked this topic
Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...