Jump to content

Tbigalo

Trade With Caution
  • Posts

    346
  • Joined

  • Last visited

  • Feedback

    100%

Posts posted by Tbigalo

  1. i have many accounts i wish to sell and i want to build a reputation here so i can eventually start doing a business, i got the idea at plan. However i will need rep to gain trust and be known.. What type of things can i do to gain reputation? 

  2. #NoEnv  ; Recommended for performance and compatibility with future AutoHotkey releases.
    ; #Warn  ; Enable warnings to assist with detecting common errors.
    SendMode Input  ; Recommended for new scripts due to its superior speed and reliability.
    SetWorkingDir %A_ScriptDir%  ; Ensures a consistent starting directory.
    1:: Click Right
    return
     
    2:: MouseMove, 0, 75, 0, R
    return
     
    3:: Click
    return
     
    `:: ; Pressing ` (~/console key) turns the AHK icon in your system tray to red to let you know that's it's suspended.
        Suspend, Permit
        if not A_IsSuspended
        {
            Menu, Tray, Icon, %A_AhkPath%, 5, 1
            Suspend, On
        }
        else
        {
            Menu, Tray, Icon, %A_AhkPath%, 1, 0
            Suspend, Off
        }
        return

  3. Good script, but idk if it's the client or your script, but when it goes to the login screen where you have to click to play it it doesn't click "click to play" so it just stays at the click to play screen. I would show the logger, but nothing was showing up.

    Loot so far qgTrtie.png

×
×
  • Create New...