Page 3 of 3 FirstFirst 123
Results 31 to 42 of 42
  1. #31
    Kyriosityy's Avatar
    Join Date
    Oct 2017
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    higher resolution Arcers open on my secondary monitor. Help.

  2. #32
    Anoneemousse's Avatar
    Join Date
    Apr 2017
    Gender
    female
    Posts
    8
    Reputation
    10
    Thanks
    0
    thats way too complicated to change the angles, are you unable to simplify the keys to something else so you dont have to use ctrl and a bunch of the keyboard?, havent used it but ive used one that uses the numpad, and it still takes between 5-10 seconds to get right, this idea already looks like you'd need to join matches that have turn time set to max.

  3. #33
    Revzzy's Avatar
    Join Date
    Apr 2016
    Gender
    male
    Posts
    119
    Reputation
    10
    Thanks
    14
    alot of work for a shit game

  4. #34
    V1nc3t's Avatar
    Join Date
    Nov 2017
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    I like that one and I did a simple solution for the problem, if you cancel the wind set up.
    Line 266
    Instead of case WIND:
    string input = Microsoft.VisualBasic.Interaction.InputBox("Wind = ", "Wind", "0", w / 2 - 170, h / 2 - 50);
    wind = Convert.ToInt16(input);
    break;
    }
    use
    case WIND:
    try
    {
    string input = Microsoft.VisualBasic.Interaction.InputBox("Wind = ", "Wind", "0", w / 2 - 170, h / 2 - 50);
    wind = Convert.ToInt16(input);
    break;
    }
    catch
    {
    return;
    }
    }

  5. #35
    BulletWulf's Avatar
    Join Date
    Feb 2018
    Gender
    female
    Posts
    1
    Reputation
    10
    Thanks
    0
    Yeah it works but what's the point if it only opens up on my second monitor, which isn't the one I downloaded for that resolution...
    Last edited by BulletWulf; 02-13-2018 at 07:35 PM.

  6. #36
    reeyan283's Avatar
    Join Date
    Mar 2018
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    Can I have source code?

  7. #37
    NFLD99's Avatar
    Join Date
    Nov 2016
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    heyo, any chance on making it work with rebounds/portals?

  8. #38
    Sk3nn1x's Avatar
    Join Date
    Sep 2018
    Gender
    male
    Posts
    0
    Reputation
    10
    Thanks
    0
    I must turn off my second monitor because it always activates for the second monitor and not my main how can i fix that

  9. #39
    Neokrome's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Location
    Paris
    Posts
    20
    Reputation
    10
    Thanks
    0
    My Mood
    Amused
    Why not. Thanks for this.

  10. #40
    tarnby's Avatar
    Join Date
    May 2020
    Gender
    female
    Posts
    1
    Reputation
    10
    Thanks
    0
    Anyone that can help me?
    It's not echoing the commands to the game. (i.e. the arcer moves but in-game doesn't)

  11. #41
    jackyy123's Avatar
    Join Date
    Feb 2014
    Gender
    male
    Location
    Belgium
    Posts
    19
    Reputation
    15
    Thanks
    10
    My Mood
    Amazed

    Thanks

    Thanks for sharing, I will see if it still works!

  12. #42
    ali.dna's Avatar
    Join Date
    Mar 2024
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0

    hmm

    nice i need this cheat

Page 3 of 3 FirstFirst 123

Similar Threads

  1. ShellShock Live Arcer Tool or Something like it
    By HiImKyle in forum Hack Requests
    Replies: 1
    Last Post: 05-03-2016, 02:54 PM
  2. [Request] Need an aimbot or somthing like to shellshock live or a ps3 mw3 aimbot
    By Frederik Stryhn Willumsen in forum Hack Requests
    Replies: 0
    Last Post: 01-05-2012, 12:28 PM
  3. [VB]Combat Arms Multi Tool Source
    By Yepikiyay in forum Visual Basic Programming
    Replies: 9
    Last Post: 06-25-2010, 09:54 AM
  4. Host tool source code
    By Zyixc in forum Call of Duty Modern Warfare 2 Help
    Replies: 6
    Last Post: 05-17-2010, 08:39 AM
  5. Exteel Aimbot Script Source Code
    By Trip-FX in forum General Game Hacking
    Replies: 15
    Last Post: 05-21-2009, 01:09 PM