Jump to content

help with a BOT - (Locked)


Recommended Posts

so I working on a bot for a simple mobile game and I use bluestacks(emulator) I'm trying to make a script that says click here unless there isn't blue on the bottom right and if there is blue in the bottom right-click here but the first click here is complex the game has an anti-bot minigame that has a moving image and I need to scan see what that image is then found the matching image and click on it here is the small start I have but I got confused when I couldn't get mouseclick to work. what I got to work is it send a message if there isn't the color but  if there is a color it tries to execute the messed up mouse click command please help I don't know how to code and its more complicated than I thought

 

 

if PixelGetColor(1174,746) = 0xA58A45 Then
    MouseClick ( "left" [, ,  [, clicks = 1 [, speed = 0]]] )
Else
    MsgBox(0,"","no click")
EndIf

Link to comment
Share on other sites

  • Moderators

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.

The Moderation team

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

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

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