Hi, Can anyone help to apply Weirdone's Cheat pack into the followings map?
Dota 6.49b
http://www.dota.gamingtagz.com/maps/Dot ... v6.49b.w3x
Dota 6.43 AI +
http://forums.dota-allstars.com/index.p ... t&id=44700
(I know there has been Xantan & Aero's made already, but I am having difficulties to complete this on Weirdone's cheat pack and to try his cheat which is tempting.)
Thanks in advance for your kind assistance.
Please incorporate Weirdone's cheat pack in this 2 Dota maps
Moderator: Cheaters
-
- Newcomer
- Posts: 8
- Joined: May 20th, 2007, 3:34 pm
-
- Crusader
- Posts: 4236
- Joined: January 27th, 2007, 4:46 pm
- Location: Greece, Veria
Re: Please incorporate Weirdone's cheat pack in this 2 Dota maps
Enjoy
Rename the map to normal cause others who download this will notice its hacked
Spoiler:
You do not have the required permissions to view the files attached to this post.
-
- Newcomer
- Posts: 8
- Joined: May 20th, 2007, 3:34 pm
Re: Please incorporate Weirdone's cheat pack in this 2 Dota maps
Hi George,
Thanks alot for helping me out on this. May I have another request?
I tried changing the activation code to something else but it will not activate with my customized string. In Aero;s cheatpack, I know that when changing the activation code, the string length needs to be changed as well. But it don't seemed to work for this.
(i.e. if SubString(GetEventPlayerChatString(),0,8)=="-abcdefg"then)
Would you kindly helped me out on understanding this? Thanks alot man.
This is the defaulted activation:-
if SubString(GetEventPlayerChatString(),0,23)=="-Pronstar"then
My desired outcome:-if SubString(GetEventPlayerChatString(),0,23)=="-Superman"then
(Sorry for not including this request earlier, I thought I could do that on my own).
Thanks alot for helping me out on this. May I have another request?
I tried changing the activation code to something else but it will not activate with my customized string. In Aero;s cheatpack, I know that when changing the activation code, the string length needs to be changed as well. But it don't seemed to work for this.
(i.e. if SubString(GetEventPlayerChatString(),0,8)=="-abcdefg"then)
Would you kindly helped me out on understanding this? Thanks alot man.
This is the defaulted activation:-
if SubString(GetEventPlayerChatString(),0,23)=="-Pronstar"then
My desired outcome:-if SubString(GetEventPlayerChatString(),0,23)=="-Superman"then
(Sorry for not including this request earlier, I thought I could do that on my own).
-
- Crusader
- Posts: 4236
- Joined: January 27th, 2007, 4:46 pm
- Location: Greece, Veria
Re: Please incorporate Weirdone's cheat pack in this 2 Dota maps
You will have to edit something more, the stuff which go under function main
if you want -superman
then simply change
the starting S must be in capitals
if you want -superman
then simply change
Code: Select all
if SubString(GetEventPlayerChatString(),0,23)=="-Superman"then
Code: Select all
local integer zak=0
call C0N()
loop
exitwhen zak>11
call TriggerRegisterPlayerChatEvent(zwW,Player(zak),"-S",false)
set zak=zak+1
endloop
call TriggerAddAction(zwW,function xxD)