• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

Warcraft III Autofollow

Status
Not open for further replies.
Level 2
Joined
Feb 5, 2008
Messages
3
Warcraft III AutoFollower is a lean and mean replacement for the current banlist follow implementation.
Download

Note: AutoFollow REQUIRES Winpcap 4.1 Beta 3.
WinPcap Website


Version: 1.00 -------- February 2008

-------- Features --------
  • All C++ Code
  • Lean, Low-Level, Efficient Implementation
  • Lagless Design
  • Single File Application
  • Multi-Threaded Calls - Asynchronous
  • Auto Clipboard Friends Game
  • Game Join Notification
  • History of Game Session (Only while loaded)

-------- Coming Soon --------
  • Direct X Hooking (To post information to Warcraft)
  • In-Game Overlay To Select Game To Join
  • Possible plans to fully automate joining (One Click Joining)
  • Any other requests...
 
Last edited:
Level 4
Joined
Oct 20, 2007
Messages
81
Warcraft III AutoFollower is a lean and mean replacement for the current banlist follow implementation.
Download

Note: AutoFollow REQUIRES Winpcap 4.1 Beta 3.
WinPcap Website


Version: 1.00 -------- February 2008

-------- Features --------
  • All C++ Code
  • Lean, Low-Level, Efficient Implementation
  • Lagless Design
  • Single File Application
  • Multi-Threaded Calls - Asynchronous
  • Auto Clipboard Friends Game
  • Game Join Notification
  • History of Game Session (Only while loaded)

-------- Coming Soon --------
  • Direct X Hooking (To post information to Warcraft)
  • In-Game Overlay To Select Game To Join
  • Possible plans to fully automate joining (One Click Joining)
  • Any other requests...

Could it be possible making software which would show whisper messages in top right corner of warcraft screen, like there is fromall things showing in banlist?
 
Level 5
Joined
Jun 5, 2007
Messages
73
Could it be possible making software which would show whisper messages in top right corner of warcraft screen, like there is fromall things showing in banlist?

Yes absolutely. It's just a matter of hooking Direct3D and sniffing the messages from the network. You can also use overlays but all graphics cards doesn't support it.
I've written a library for the latter if you want it.
 
Status
Not open for further replies.
Top