Poll

should this post be stickied

yeah
1 (50%)
nyah
0 (0%)
baww
0 (0%)
blarg
0 (0%)
boofa
1 (50%)

Total Members Voted: 2

Author Topic: autohotkey macros for pladydota bot talking!  (Read 3713 times)

Offline hyperdyne

  • friEndly håckêr
  • Junior Member
  • *
  • Topic Author
  • Posts: 43
  • Karma: +3/-4
    • View Profile
    • Awards
Re: autohotkey macros for pladydota bot talking!
« Reply #15 on: October 22, 2010, 08:17 »
hey id like to request an admin to close this thread and remove any unnesesary comments.. then lock it.. i dont really  see a reason to addendum a sprawling list of comment to this post. thank you if u will

Offline hyperdyne

  • friEndly håckêr
  • Junior Member
  • *
  • Topic Author
  • Posts: 43
  • Karma: +3/-4
    • View Profile
    • Awards
Re: autohotkey macros for pladydota bot talking!
« Reply #16 on: October 22, 2010, 08:34 »
he cant use cunstom kick tool ...
he can by hacks which i shall not reveal to this forum.. but first u must drop from bnet and in this case eurobattles severs()

Offline DeS_ups

  • Advanced Member
  • *
  • Posts: 169
  • Karma: +28/-34
  • noob
    • View Profile
    • personal website
    • Awards
Re: autohotkey macros for pladydota bot talking!
« Reply #17 on: October 23, 2010, 17:36 »
Here is my configuration:

Code: [Select]
^SPACE::  Winset, Alwaysontop, , A

#IfWinActive, ahk_class Warcraft III
CapsLock::NumPad1
+^2::Send {enter}{!}open 2{enter}
+^3::Send {enter}{!}open 3{enter}
+^4::Send {enter}{!}open 4{enter}
+^5::Send {enter}{!}open 5{enter}
+^6::Send {enter}{!}open 6{enter}
+^7::Send {enter}{!}open 7{enter}
+^8::Send {enter}{!}open 8{enter}
+^9::Send {enter}{!}open 9{enter}
+^0::Send {enter}{!}open 10{enter}
+^p::Send {enter}{!}p{enter}
+^f::Send {enter}{!}f{enter}
+^s::Send {enter}{!}start{enter}
+^a::Send {enter}{!}a{enter}
+^g::Send {enter}/w playdota.eu {!}gopub -sdso/eu/pros{enter}
+^m::Send {enter}{!}muteall{enter}
+^u::Send {enter}{!}unmuteall{enter}
+^b::Send {enter}{!}bl leaver{enter}
#IfWinActive

* in windows, you can set always on top any window by pressing ctrl+space.
* if warcraft window is active, you can do corresponding command in the code by pressing ctrl+shift+hotkey (just see code)
* and capslock for use the item bottomleft corner

not so hard to modify :p

p.s: Mrniceguy, i have deleted mh on/off command sorry :(
Code: [Select]
03:17 Vesh_Mashina (All) ALLAH DONT EXIST U TURKS DONT EXIST
03:23 DeS_UPS (All) caps off ty
...
31:41 DeS_UPS killed Vesh_Mashina
31:44 DeS_UPS killed Se5KO
31:46 DeS_UPS killed Cle0
31:46 DeS_UPS killed omnicali
31:49 DeS_UPS killed Chupacabraaa
31:55 DeS_UPS (All) SENTINEL DONT EXIST

Offline [kosarkas]

  • WickedSick Member
  • *
  • Posts: 1507
  • Karma: +112/-137
  • Ooohhh...You know I don't give a fuck!!!
  • Awards Submitted more than 15 useful myths [EPIC]
    • View Profile
    • Awards
Re: autohotkey macros for pladydota bot talking!
« Reply #18 on: October 23, 2010, 19:18 »
Here is my configuration:

Code: [Select]
^SPACE::  Winset, Alwaysontop, , A

#IfWinActive, ahk_class Warcraft III
CapsLock::NumPad1
+^2::Send {enter}{!}open 2{enter}
+^3::Send {enter}{!}open 3{enter}
+^4::Send {enter}{!}open 4{enter}
+^5::Send {enter}{!}open 5{enter}
+^6::Send {enter}{!}open 6{enter}
+^7::Send {enter}{!}open 7{enter}
+^8::Send {enter}{!}open 8{enter}
+^9::Send {enter}{!}open 9{enter}
+^0::Send {enter}{!}open 10{enter}
+^p::Send {enter}{!}p{enter}
+^f::Send {enter}{!}f{enter}
+^s::Send {enter}{!}start{enter}
+^a::Send {enter}{!}a{enter}
+^g::Send {enter}/w playdota.eu {!}gopub -sdso/eu/pros{enter}
+^m::Send {enter}{!}muteall{enter}
+^u::Send {enter}{!}unmuteall{enter}
+^b::Send {enter}{!}bl leaver{enter}
#IfWinActive

* in windows, you can set always on top any window by pressing ctrl+space.
* if warcraft window is active, you can do corresponding command in the code by pressing ctrl+shift+hotkey (just see code)
* and capslock for use the item bottomleft corner

not so hard to modify :p

p.s: Mrniceguy, i have deleted mh on/off command sorry :(
DeS_ups mh-er hahaha i knew u got mh now this proves me right ;D ;D ;D

Offline DeS_ups

  • Advanced Member
  • *
  • Posts: 169
  • Karma: +28/-34
  • noob
    • View Profile
    • personal website
    • Awards
Re: autohotkey macros for pladydota bot talking!
« Reply #19 on: October 23, 2010, 19:43 »
Here is my configuration:

Code: [Select]
^SPACE::  Winset, Alwaysontop, , A

#IfWinActive, ahk_class Warcraft III
CapsLock::NumPad1
+^2::Send {enter}{!}open 2{enter}
+^3::Send {enter}{!}open 3{enter}
+^4::Send {enter}{!}open 4{enter}
+^5::Send {enter}{!}open 5{enter}
+^6::Send {enter}{!}open 6{enter}
+^7::Send {enter}{!}open 7{enter}
+^8::Send {enter}{!}open 8{enter}
+^9::Send {enter}{!}open 9{enter}
+^0::Send {enter}{!}open 10{enter}
+^p::Send {enter}{!}p{enter}
+^f::Send {enter}{!}f{enter}
+^s::Send {enter}{!}start{enter}
+^a::Send {enter}{!}a{enter}
+^g::Send {enter}/w playdota.eu {!}gopub -sdso/eu/pros{enter}
+^m::Send {enter}{!}muteall{enter}
+^u::Send {enter}{!}unmuteall{enter}
+^b::Send {enter}{!}bl leaver{enter}
#IfWinActive

* in windows, you can set always on top any window by pressing ctrl+space.
* if warcraft window is active, you can do corresponding command in the code by pressing ctrl+shift+hotkey (just see code)
* and capslock for use the item bottomleft corner

not so hard to modify :p

p.s: Mrniceguy, i have deleted mh on/off command sorry :(
DeS_ups mh-er hahaha i knew u got mh now this proves me right ;D ;D ;D

oh, omg busted?
gg
Code: [Select]
03:17 Vesh_Mashina (All) ALLAH DONT EXIST U TURKS DONT EXIST
03:23 DeS_UPS (All) caps off ty
...
31:41 DeS_UPS killed Vesh_Mashina
31:44 DeS_UPS killed Se5KO
31:46 DeS_UPS killed Cle0
31:46 DeS_UPS killed omnicali
31:49 DeS_UPS killed Chupacabraaa
31:55 DeS_UPS (All) SENTINEL DONT EXIST

Offline Pro

  • Junior Member
  • *
  • Posts: 17
  • Karma: +0/-8
  • Mess with best die like rest...
    • View Profile
    • playdota.co.nr
    • Awards
Re: autohotkey macros for pladydota bot talking!
« Reply #20 on: October 23, 2010, 22:12 »
fast way to pub map:
type in forum: !Sd
playdota.eu will answer you  with wisper...
then type /r[Space] !gopub Pro
http://playdota.co.nr/
This is my private site...

Offline dRagoLjuB

  • dRagoLjuB
  • Retired Moderator
  • MonsterKill Member
  • *
  • Posts: 4387
  • Country: gb
  • Karma: +146/-124
  • Nowhere and Everywhere
    • View Profile
    • Awards
Re: autohotkey macros for pladydota bot talking!
« Reply #21 on: October 24, 2010, 00:07 »
or /f add playdota.eu
go to f list , right click , whisper , !gopub XXX / !gopub GAMENAME , mark the gamename with holding shift , copy it with ctrl + c, go to cunstom games , paste - ctrl V and enter