Go Back   BWHacks > BWHacks > User Downloads

User Downloads Download database. Members may submit downloads.

Reply
 
LinkBack Thread Tools

Old 08-20-2008, 08:05 AM   #1 (permalink)
GayPimp

Heretic
 
Join Date: Aug 2008
Posts: 21
GayPimp is on a distinguished road
Default [WC3] GayPimp's AutoTeleporter

Basically, this is a little macro written in autoit that allows you to select a base on the minimap with a chosen hotkey, then teleport to that base with another single chosen hotkey. It is useful if you really want to TP fast to a friend's base as you don't have to either click your TP hotkey then the guy's base on the minimap. It also serves as a "panic button" if your hero as let's say 3 health left and you got to TP fast . You don't have to have your hero selected to use the macro, and you can edit the hotkey you want your hero on (F1-F3 I guess) and your TP's hotkey (w/e).

This small program comes in two versions, .exe and .au3. You can either use the exe or use the au3 if you have autoit V3 installed on your machine. It took about 10 minutes to make and this thread probablly took more time to write than the macro. This might have been done before, but I don't really care.

You may know me from the namespoofer nobody downloaded: [WC3] GayPimp's Namespoofer (1.22)

I have also made a maphack with unique/codecaved offsets I may release one of these days once I'm tired or once Bendik quits stealing everybody's work.

Source:

Quote:

#include <misc.au3>

$HomeLocKey = IniRead("config.ini", "Hotkeys", "HomeLocationKey", "04") ;04 = Middle mouse.
$TPHomeKey = IniRead("config.ini", "Hotkeys", "TPHomeKey", "1B") ;1B = ESC key.
$HeroKey = IniRead("config.ini", "Hotkeys", "HeroKey", "0")
$TPKey = IniRead("config.ini", "Hotkeys", "TPKey", "0")

Dim $pos

While 1
If _IsPressed($HomeLocKey) Then
Homelocation()
EndIf

If _IsPressed($TPHomeKey) Then
TPHome()
EndIf
Sleep(10)
WEnd

Func Homelocation()
$pos = MouseGetPos()
EndFunc

Func TPHome()
Send($HeroKey)
$pos2 = MouseGetPos()
Send($TPKey)
MouseMove($pos[0], $pos[1], 0)
Sleep(10)
MouseClick("left")
MouseClick("left")
MouseClick("left")

EndFunc
Attached Files
File Type: zip GPautoTP.zip (250.3 KB, 73 views)
GayPimp 15 0FF11|\|3   Reply With Quote
Advertisement
 
Advertisement
Advertisement Sponsored links


Old 08-21-2008, 05:56 AM   #2 (permalink)
loko_000

Deviant
 
loko_000's Avatar
 
Join Date: Oct 2007
Location: Aguascalientes México
Posts: 78
loko_000 is an unknown quantity at this point
Default

WTF First lol
loko_000 15 0|\|11|\|3 |\|0\/\/   Reply With Quote

Old 08-28-2008, 09:15 PM   #3 (permalink)
Alex0

Heretic
 
Join Date: Aug 2008
Posts: 10
Alex0 is on a distinguished road
Default

:o second
Alex0 15 0FF11|\|3   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Advertisement

Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
[WC3] GayPimp's Namespoofer (1.22) GayPimp User Downloads 7 10-23-2008 03:27 AM
[WC3] Zerocraft 1.09 is now detected!! eternal88soul Warcraft Hacking Related 4 06-17-2007 04:43 PM


All times are GMT. The time now is 08:58 PM.


vBulletin style developed by Transverse Styles

Powered by vBulletin Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.0.0
Copyright © 2004-2008 BWHacksAd Management by RedTyger