Help with SgGuy's Menu cheatpack
Moderator: Cheaters
-
- Junior Member
- Posts: 48
- Joined: October 1st, 2010, 2:36 pm
Help with SgGuy's Menu cheatpack
Can anyone tell me how I should edit the cheatpack so that I can have only the "almighty hand" function?
-
- Senior Member
- Posts: 134
- Joined: September 25th, 2011, 1:15 pm
- Title: Slacking
Re: Help with SgGuy's Menu cheatpack
Well, why would you remove the others? You can just use the almighty hand alone.
(Made by: Risugami) | Risugami's Signature Workshop
"As a young boy, I was taught in high school that hacking was cool. - Kevin Mitnick"
-
- Junior Member
- Posts: 48
- Joined: October 1st, 2010, 2:36 pm
Re: Help with SgGuy's Menu cheatpack
Because I want to know.Risugami wrote:Well, why would you remove the others? You can just use the almighty hand alone.
-
- Forum Staff
- Posts: 519
- Joined: October 18th, 2010, 8:43 am
Re: Help with SgGuy's Menu cheatpack
...Fair enough I guess.
Look around at function Sg_Main_Dialog_Actions and remove the stuff you don't need, should render w/e stuff you removed nonfunctional
Look around at function Sg_Main_Dialog_Actions and remove the stuff you don't need, should render w/e stuff you removed nonfunctional
-
- Senior Member
- Posts: 134
- Joined: September 25th, 2011, 1:15 pm
- Title: Slacking
Re: Help with SgGuy's Menu cheatpack
Whut he said,Nuuby wrote:...Fair enough I guess.
Look around at function Sg_Main_Dialog_Actions and remove the stuff you don't need, should render w/e stuff you removed nonfunctional
Anyways if you don't understand what he just said. Look for function Sg_Main_Dialog_Actions and remove the stuff you don't need. I know I only repeated what he said and I'm not helping. But this should help you:
Code: Select all
function Sg_Main_Dialog_Actions takes nothing returns boolean
local boolean u7g_aa7=true
if cmfai[GetPlayerId(GetTriggerPlayer())]==1and cmfai[51]==1then
set cmfai[GetPlayerId(GetTriggerPlayer())]=2
set cmfai[51]=2
call DialogClear(u7g_dialog[0])
call DialogSetMessage(u7g_dialog[0],"|cff00BFFFFai |r|c00FFFFFFis|r |cffff0000imbalance!|r")
if u7g_creep[GetPlayerId(GetTriggerPlayer())+1]==true then
set u7g_buttonm[6]=DialogAddButton(u7g_dialog[0],"Almighty Hand [ |CFF20C000ON|R ]",0)
else
set u7g_buttonm[6]=DialogAddButton(u7g_dialog[0],"Almighty Hand [ |CFFFF0303OFF|R ]",0)
endif
set u7g_buttonm[9]=DialogAddButton(u7g_dialog[0],"|CFFFFFFFFClose|R",0)
call DialogDisplay(GetTriggerPlayer(),u7g_dialog[0],u7g_aa7)
elseif cmfai[51]==2then
call DisplayTimedTextToPlayer(GetTriggerPlayer(),0,0,3,"|c00008080Someone else is using the|r |c008080FFmenu|r|c00008080. Please|r |c008080FFwait|r|c00008080.|r")
endif
return false
endfunction
(Made by: Risugami) | Risugami's Signature Workshop
"As a young boy, I was taught in high school that hacking was cool. - Kevin Mitnick"
-
- Junior Member
- Posts: 48
- Joined: October 1st, 2010, 2:36 pm
-
- Forum Staff
- Posts: 762
- Joined: October 27th, 2009, 12:18 pm
- Location: Australia, GMT+8
Re: Help with SgGuy's Menu cheatpack
http://www.playdota.com/forums/586693/a ... ghty-hand/
... what a sad sad guy
... what a sad sad guy
If you have any questions drop in by chat sometime, chances are there'll be someone who can help you that's afking there, so the next best thing is to click the link on UndeadxAssassin's Sig and ask your question there.
-
- Forum Spammer
- Posts: 610
- Joined: March 30th, 2009, 9:02 pm
Re: Help with SgGuy's Menu cheatpack
lol o.o
he didn't even give credits....
anyone wanna point out all the other useless lines of code? xP
he didn't even give credits....
anyone wanna point out all the other useless lines of code? xP
-
- Forum Staff
- Posts: 519
- Joined: October 18th, 2010, 8:43 am
Re: Help with SgGuy's Menu cheatpack
The mods let him post a map with JJs inside it in the AI section. And by mods I mean Green, he doesn't really care about other stuff other then anything related to the AI maps, besides spam bots etc. *And Naruto/Bleach maps which sometime seem to pop up in a DotA forum for absolutely no freaking god damned reason*
Yeah.
Yeah.
-
- Junior Member
- Posts: 48
- Joined: October 1st, 2010, 2:36 pm