Page 2 of 5 FirstFirst 1234 ... LastLast
Results 16 to 30 of 64
  1. #16
    SimpleAOB's Avatar
    Join Date
    Apr 2013
    Gender
    male
    Posts
    21
    Reputation
    10
    Thanks
    607
    My Mood
    Amused
    Updated pointers for new game version.

    Code:
    https://www.metadefender.com/#!/results/file/YTE3MDUxMFN5TE1URXRPZWctSGtEZlRORk9sZ2I/extracted/files
    https://www.virustotal.com/en/file/7df9371e9aff46a8c13a8ff1d92f06143f2be319b4b2177b7999881bc564ed3f/analysis/1494415663/
    https://www.metadefender.com/#!/results/file/YTE3MDUxMHJ5amxoMnRfeGdicjEzZzMzRmRsbC0/extracted/files
    https://www.virustotal.com/en/file/759f25c24776156180dcd9168da701ddfcd143ef92ba37ef1c0942021815738e/analysis/1494415790/
    Quote Originally Posted by sssanchez View Post
    Why don't you make it so we can drag the orange ball around? It's pretty inaccurate the way it is now.
    The code automatically follows the tank so manually moving it should not be needed, as for not being 100% accurate that's due to the game not using exact real world formulas
    Last edited by T-800; 05-10-2017 at 09:52 AM.

  2. The Following User Says Thank You to SimpleAOB For This Useful Post:

    sNor (05-10-2017)

  3. #17
    T-800's Avatar
    Join Date
    Aug 2014
    Gender
    male
    Location
    Romania
    Posts
    17,076
    Reputation
    1688
    Thanks
    84,840
    Files looks good. Approved

    "Never stop being a good person because of bad people"


    Super User -> 15-7-2020
    Global Moderator -> 23-3-2019 - 15-7-2020
    Steam Moderator -> 12-12-2017 - 23-3-2019
    Steam Minion+ -> 09-04-2017 - 12-12-2017
    Steam Minion -> 03-01-2017 - 09-04-2017


  4. #18
    SimpleAOB's Avatar
    Join Date
    Apr 2013
    Gender
    male
    Posts
    21
    Reputation
    10
    Thanks
    607
    My Mood
    Amused
    Code:
    https://www.virustotal.com/en/file/7528c6a9401539535f8ce56cf6eafafb5937bfd84076603ae5f7ecd1ba5ca7c2/analysis/1494437321/
    https://www.metadefender.com/#!/results/file/YTE3MDUxMFNKU2wwVGFheHhiU3k4ZTBhVHB4bGI/extracted/files
    Last edited by T-800; 05-10-2017 at 02:10 PM.

  5. #19
    T-800's Avatar
    Join Date
    Aug 2014
    Gender
    male
    Location
    Romania
    Posts
    17,076
    Reputation
    1688
    Thanks
    84,840
    Quote Originally Posted by SimpleAOB View Post
    Code:
    https://www.virustotal.com/en/file/7528c6a9401539535f8ce56cf6eafafb5937bfd84076603ae5f7ecd1ba5ca7c2/analysis/1494437321/
    https://www.metadefender.com/#!/results/file/YTE3MDUxMFNKU2wwVGFheHhiU3k4ZTBhVHB4bGI/extracted/files
    Approved

    "Never stop being a good person because of bad people"


    Super User -> 15-7-2020
    Global Moderator -> 23-3-2019 - 15-7-2020
    Steam Moderator -> 12-12-2017 - 23-3-2019
    Steam Minion+ -> 09-04-2017 - 12-12-2017
    Steam Minion -> 03-01-2017 - 09-04-2017


  6. The Following User Says Thank You to T-800 For This Useful Post:

    SimpleAOB (05-11-2017)

  7. #20
    PandarinFighter's Avatar
    Join Date
    Dec 2015
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by SimpleAOB View Post
    Updated pointers for new game version.
    First Question how do you find these Pointers?
    The Orange dot is always above my Tank so the X Value is correct but the Y Value is always to High or to low not exactly sure where 0 is. Does this only happen to me or does someone else hav this problem?

  8. #21
    SimpleAOB's Avatar
    Join Date
    Apr 2013
    Gender
    male
    Posts
    21
    Reputation
    10
    Thanks
    607
    My Mood
    Amused
    Quote Originally Posted by PandarinFighter View Post
    First Question how do you find these Pointers?
    The Orange dot is always above my Tank so the X Value is correct but the Y Value is always to High or to low not exactly sure where 0 is. Does this only happen to me or does someone else hav this problem?
    Until I find a method that doesn't use pointers, or at least ones that work for everyone, it will not work for everyone. It can also be an issue with the current launch of the game. Try restarting the game and seeing if that fixes it.

    In the mean time, I am currently working on re-adding manual mode for those that do not have the pointers necessary

  9. #22
    sssanchez's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    0
    Exactly what PandarinFighter said, when I tried to use it, the orange dot would appear WAY higher than my actual tank, so the shot result would be always too high or too low and not worth it to try "calculating" where it would fall. I was using the recommended resolution and windowed mode, restarting did not fix it.

  10. #23
    PandarinFighter's Avatar
    Join Date
    Dec 2015
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by sssanchez View Post
    Exactly what PandarinFighter said, when I tried to use it, the orange dot would appear WAY higher than my actual tank, so the shot result would be always too high or too low and not worth it to try "calculating" where it would fall. I was using the recommended resolution and windowed mode, restarting did not fix it.
    I fixed it for the moment now that it works with my game. I changed in the MoveTankDot Methode

    TankLocation.Location = new Point((int)(sx * 1.68) - 3, ((int)(Convert.ToInt32(d) - 895) * -1));
    to
    TankLocation.Location = new Point((int)(sx * 1.68) - 3, ((int)(Convert.ToInt32(d) - 1120) * -1));

  11. #24
    An0m4ly_15's Avatar
    Join Date
    Jul 2016
    Gender
    male
    Location
    ¯\_(ツ)_/¯
    Posts
    1,374
    Reputation
    47
    Thanks
    9,397
    My Mood
    Relaxed
    Quote Originally Posted by PandarinFighter View Post
    I fixed it for the moment now that it works with my game. I changed in the MoveTankDot Methode

    TankLocation.Location = new Point((int)(sx * 1.68) - 3, ((int)(Convert.ToInt32(d) - 895) * -1));
    to
    TankLocation.Location = new Point((int)(sx * 1.68) - 3, ((int)(Convert.ToInt32(d) - 1120) * -1));
    How did you change it?

  12. #25
    PandarinFighter's Avatar
    Join Date
    Dec 2015
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by An0m4ly_15 View Post
    How did you change it?
    Downloaded the Source Code and changed it with Visual Studio

    Edit: But i just noticed that it was more like an one time fix
    Last edited by PandarinFighter; 05-12-2017 at 11:10 AM.

  13. #26
    SimpleAOB's Avatar
    Join Date
    Apr 2013
    Gender
    male
    Posts
    21
    Reputation
    10
    Thanks
    607
    My Mood
    Amused
    Manual Mode has been re-added. I will continue to work on trying to find another method for hooking in-game values to make it automatic.

    Code:
    https://www.metadefender.com/#!/results/file/YTE3MDUxMlNKV2VQQ0VvN2VackpNbFAwVmptbFc/extracted/files
    https://www.virustotal.com/en/file/108d46340cf1233b6852c851d12893dd4c14e8ca3332119035d24c52c38106e4/analysis/1494623440/
    https://www.metadefender.com/#!/results/file/YTE3MDUxMlN5YWxId3JpN3gtcmtBZVN3Qm9ReC0/extracted/files
    https://www.virustotal.com/en/file/a43a6bbf014f6e7913567c4cf6d73bfa99603c9dbe4ebff84ec4de233e45d12c/analysis/1494623585/
    <b>Downloadable Files</b> Downloadable Files

  14. The Following 7 Users Say Thank You to SimpleAOB For This Useful Post:

    dimas_gamer02 (08-03-2022),dubdi (05-23-2017),ErZaTurnz (03-15-2020),own3rtest (09-21-2017),quadeer (07-29-2017),tarles (06-27-2018),Voltixdark (03-30-2019)

  15. #27
    Raple's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Posts
    10,149
    Reputation
    3856
    Thanks
    9,494
    Quote Originally Posted by SimpleAOB View Post
    Manual Mode has been re-added. I will continue to work on trying to find another method for hooking in-game values to make it automatic.

    Code:
    https://www.metadefender.com/#!/results/file/YTE3MDUxMlNKV2VQQ0VvN2VackpNbFAwVmptbFc/extracted/files
    https://www.virustotal.com/en/file/108d46340cf1233b6852c851d12893dd4c14e8ca3332119035d24c52c38106e4/analysis/1494623440/
    https://www.metadefender.com/#!/results/file/YTE3MDUxMlN5YWxId3JpN3gtcmtBZVN3Qm9ReC0/extracted/files
    https://www.virustotal.com/en/file/a43a6bbf014f6e7913567c4cf6d73bfa99603c9dbe4ebff84ec4de233e45d12c/analysis/1494623585/
    Looks good, approved.

  16. #28
    asdfgoogle's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    cant start with 1680x1050

  17. #29
    SimpleAOB's Avatar
    Join Date
    Apr 2013
    Gender
    male
    Posts
    21
    Reputation
    10
    Thanks
    607
    My Mood
    Amused
    Quote Originally Posted by asdfgoogle View Post
    cant start with 1680x1050
    Message me with the log file

  18. #30
    An0m4ly_15's Avatar
    Join Date
    Jul 2016
    Gender
    male
    Location
    ¯\_(ツ)_/¯
    Posts
    1,374
    Reputation
    47
    Thanks
    9,397
    My Mood
    Relaxed
    Quote Originally Posted by SimpleAOB View Post
    Message me with the log file
    The orange point is on my tank, but the white think that shows you where your shot lands doenst appear.

Page 2 of 5 FirstFirst 1234 ... LastLast

Similar Threads

  1. [Release] ShellShock Live - Arcer - Ruler-Like Aimbot Tool (+Sources)
    By rgAERhearhaerharh in forum Steam Games Hacks & Cheats
    Replies: 41
    Last Post: 03-29-2024, 05:56 AM
  2. [Outdated] Con's Shell Shock Live Aimbot [Source Code]
    By yasiny in forum Steam Games Hacks & Cheats
    Replies: 266
    Last Post: 11-09-2019, 12:51 PM
  3. Replies: 0
    Last Post: 01-03-2015, 07:31 AM
  4. [Release] Weapon Hack Damage source code (All Weapon)
    By DOOP in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 54
    Last Post: 01-13-2013, 07:45 AM
  5. vb AImbot! No tut only source code!
    By reversflux in forum Visual Basic Programming
    Replies: 6
    Last Post: 07-20-2009, 10:07 AM