Results 1 to 2 of 2
  1. #1
    itzkaydo's Avatar
    Join Date
    Mar 2013
    Gender
    male
    Posts
    11
    Reputation
    10
    Thanks
    0

    Help with SEND on a macro autoit script.

    Code:
    $money = Send("4999")
    
    Sleep(500)
    Send ("{i down}");inventory
    Sleep(250)
    send ("{i up}")
    MouseMove(663, 406, 1);pet tab
    Sleep(250)
    MouseClick("left")
    Sleep(250)
    MouseMove(1137, 992, 1);bottom button
    sleep(250)
    MouseMove(1138, 914, 2);black market button
    Sleep(250)
    MouseClick("left");select black market
    Sleep(250)
    MouseMove(148, 134, 1);moves to list
    Sleep(250)
    MouseClick("left");clicks list
    Sleep(250)
    MouseMove(814, 271, 1);moves to pet #2
    Sleep(250)
    MouseDown("left");selects pet #2
    Sleep(250)
    MouseMove(143, 206, 1);drags pet#2
    Sleep(500)
    MouseUp("left");Drops pet#2
    Sleep(250)
    Send($money)
    So im trying to make Send($money) <--- send 4,999 through out like 20 colums going down, but i dont wanna change 4999 30+times, im trying to make it so i can change it once at the very top EXAMPLE $money = send("4999") <--- so i can change 4999 to EXAMPLE 3999 and it will change all 30+ of the Send($money) to that? if that makes sence to u guys?

  2. #2
    MikeRohsoft's Avatar
    Join Date
    May 2013
    Gender
    male
    Location
    Los Santos
    Posts
    797
    Reputation
    593
    Thanks
    26,317
    but what is the question?

Similar Threads

  1. [Help Request] Could use advice and help with a 1x1 tower macro
    By Xplodin in forum Fortnite Discussion & Help
    Replies: 2
    Last Post: 05-27-2018, 10:19 AM
  2. [Help Request] C# Help with sending packet to axShockwaveFlash
    By supermarre1 in forum Adventure Quest Worlds (AQW) Help
    Replies: 8
    Last Post: 06-20-2017, 02:47 PM
  3. [Help Request] Help with an auto hp/priest heal script
    By dg123 in forum Realm of the Mad God Help & Requests
    Replies: 0
    Last Post: 06-02-2013, 09:02 PM
  4. [Help Request] Need help with numpad while recording macro !
    By JonathanTBM in forum Vindictus Help
    Replies: 2
    Last Post: 05-10-2011, 07:37 PM
  5. Help with sending keys
    By Crash in forum C++/C Programming
    Replies: 4
    Last Post: 11-23-2009, 07:48 AM