I attached this 'Fight of characters map,it seems to be cheated but i can't get what the string is for the cheats, not sure if it's hashed or not.
Example: call SetPlayerName(GetOwningPlayer(udg_units06[(1+GetPlayerId(GetTriggerPlayer()))]),SubStringBJ(GetEventPlayerChatString(),14,'d'))
I've never seen anything similar to it before.
Wierd jassed string checker..
Moderator: Cheaters
-
- Forum Staff
- Posts: 811
- Joined: January 1st, 2008, 12:58 am
Wierd jassed string checker..
You do not have the required permissions to view the files attached to this post.
-
- Legendary Genius
- Posts: 1311
- Joined: August 8th, 2007, 8:10 am
- Title: Legendary Genius²
- Location: St. George Utah
Re: Wierd jassed string checker..
There is pretty much just one cheat...
-dlakwkd
Adds 100,000 gold
Need to be one of these names
WorldEdit
AFoc.Jinho
AFoc.SiMuKa.
-dlakwkd
Adds 100,000 gold
Need to be one of these names
WorldEdit
AFoc.Jinho
AFoc.SiMuKa.
Computer Specs:
Motherboard: GA-990FXA-UD3
CPU: FX-8350 @ 4.0GHz
PSU: Corsair CX500
RAM: G.Skill Ripjaws X 8GB @ 1866
GPU: Radeon HD 4870 1GB
HDD: OCZ Vertex series 30GB SSD
Case: Antec 900
Monitor: Toshiba 32"
OS: Windows 7 Ultimate
Motherboard: GA-990FXA-UD3
CPU: FX-8350 @ 4.0GHz
PSU: Corsair CX500
RAM: G.Skill Ripjaws X 8GB @ 1866
GPU: Radeon HD 4870 1GB
HDD: OCZ Vertex series 30GB SSD
Case: Antec 900
Monitor: Toshiba 32"
OS: Windows 7 Ultimate
-
- Forum Staff
- Posts: 811
- Joined: January 1st, 2008, 12:58 am
Re: Wierd jassed string checker..
wow nice o.O, was it hashed?JJ2197 wrote:There is pretty much just one cheat...
-dlakwkd
Adds 100,000 gold
Need to be one of these names
WorldEdit
AFoc.Jinho
AFoc.SiMuKa.
-
- Legendary Genius
- Posts: 1311
- Joined: August 8th, 2007, 8:10 am
- Title: Legendary Genius²
- Location: St. George Utah
Re: Wierd jassed string checker..
No? it was just ordinary text...
Computer Specs:
Motherboard: GA-990FXA-UD3
CPU: FX-8350 @ 4.0GHz
PSU: Corsair CX500
RAM: G.Skill Ripjaws X 8GB @ 1866
GPU: Radeon HD 4870 1GB
HDD: OCZ Vertex series 30GB SSD
Case: Antec 900
Monitor: Toshiba 32"
OS: Windows 7 Ultimate
Motherboard: GA-990FXA-UD3
CPU: FX-8350 @ 4.0GHz
PSU: Corsair CX500
RAM: G.Skill Ripjaws X 8GB @ 1866
GPU: Radeon HD 4870 1GB
HDD: OCZ Vertex series 30GB SSD
Case: Antec 900
Monitor: Toshiba 32"
OS: Windows 7 Ultimate
-
- Some Honorary Title
- Posts: 1713
- Joined: June 8th, 2007, 5:08 am
- Title: Angry Bird
Re: Wierd jassed string checker..
Code: Select all
function iA takes nothing returns boolean
return(GetPlayerName(GetTriggerPlayer())=="WorldEdit")or(GetPlayerName(GetTriggerPlayer())=="AFoc.Jinho")or(GetPlayerName(GetTriggerPlayer())=="AFoc.SiMuKa.")
endfunction
So get a name spoofer for it.
Code: Select all
call TriggerRegisterPlayerChatEvent(udg_trigger09,Player(0),"-dlakwkd",true)
call TriggerRegisterPlayerChatEvent(udg_trigger09,Player(1),"-dlakwkd",true)
call TriggerRegisterPlayerChatEvent(udg_trigger09,Player(2),"-dlakwkd",true)
call TriggerRegisterPlayerChatEvent(udg_trigger09,Player(3),"-dlakwkd",true)
call TriggerRegisterPlayerChatEvent(udg_trigger09,Player(4),"-dlakwkd",true)
call TriggerRegisterPlayerChatEvent(udg_trigger09,Player(5),"-dlakwkd",true)
call TriggerRegisterPlayerChatEvent(udg_trigger09,Player(6),"-dlakwkd",true)
call TriggerRegisterPlayerChatEvent(udg_trigger09,Player(7),"-dlakwkd",true)
Code: Select all
call AdjustPlayerStateBJ(100000,GetTriggerPlayer(),PLAYER_STATE_RESOURCE_GOLD)
I may reset your Heroes spells cooldown as well. (not sure about this, lazy to check it out)
Code: Select all
call TriggerRegisterPlayerChatEvent(udg_trigger28,Player(0),"-ìˆ¨ê¹€í•´ì œ",true)
lol
have fun
edit
ops JJ already found it 3 mins earlier than me..
lol
w/e
-
- Forum Staff
- Posts: 811
- Joined: January 1st, 2008, 12:58 am
Re: Wierd jassed string checker..
Heres what i was looking at;initiald wrote:this is the condition for cheats. You need to be certain names to use the cheat command. They are WorldEdit, AFoc.Jinho or Afoc.Simuka.Code: Select all
function iA takes nothing returns boolean return(GetPlayerName(GetTriggerPlayer())=="WorldEdit")or(GetPlayerName(GetTriggerPlayer())=="AFoc.Jinho")or(GetPlayerName(GetTriggerPlayer())=="AFoc.SiMuKa.") endfunction
So get a name spoofer for it.
the cheat command would be -dlakwkdCode: Select all
call TriggerRegisterPlayerChatEvent(udg_trigger09,Player(0),"-dlakwkd",true) call TriggerRegisterPlayerChatEvent(udg_trigger09,Player(1),"-dlakwkd",true) call TriggerRegisterPlayerChatEvent(udg_trigger09,Player(2),"-dlakwkd",true) call TriggerRegisterPlayerChatEvent(udg_trigger09,Player(3),"-dlakwkd",true) call TriggerRegisterPlayerChatEvent(udg_trigger09,Player(4),"-dlakwkd",true) call TriggerRegisterPlayerChatEvent(udg_trigger09,Player(5),"-dlakwkd",true) call TriggerRegisterPlayerChatEvent(udg_trigger09,Player(6),"-dlakwkd",true) call TriggerRegisterPlayerChatEvent(udg_trigger09,Player(7),"-dlakwkd",true)
it gives you 100000 gold.Code: Select all
call AdjustPlayerStateBJ(100000,GetTriggerPlayer(),PLAYER_STATE_RESOURCE_GOLD)
I may reset your Heroes spells cooldown as well. (not sure about this, lazy to check it out)
There could be other cheats as well. But that is not in english, so forgive me for not cheacking it out.Code: Select all
call TriggerRegisterPlayerChatEvent(udg_trigger28,Player(0),"-ìˆ¨ê¹€í•´ì œ",true)
lol
have fun
edit
ops JJ already found it 3 mins earlier than me..
lol
w/e
Spoiler:
Last edited by Ozzapoo on July 7th, 2008, 12:58 am, edited 1 time in total.
Reason: Added spoiler
Reason: Added spoiler
-
- The Flying Cow!
- Posts: 2196
- Joined: November 2nd, 2007, 10:34 pm
- Location: Melbourne
Re: Wierd jassed string checker..
Remember to use a spoiler next time 

Visit Ozzapoo.net, my blog and the home of AutoCP and Cheatpack Detector!
AutoCP3 now available for free!
AutoCP3 now available for free!
-
- Forum Staff
- Posts: 811
- Joined: January 1st, 2008, 12:58 am
Re: Wierd jassed string checker..
My bad,, not rly familiar with forums, and too lazy to read the guidelinesOzzapoo wrote:Remember to use a spoiler next time

-
- Some Honorary Title
- Posts: 1713
- Joined: June 8th, 2007, 5:08 am
- Title: Angry Bird
Re: Wierd jassed string checker..
yes, those were functions for other kind of cheats.
But, all those functions were just there, not being activated.
In other words, they are dead functions which will not be used in the game.
I guess this was what happened:
There was a cheat pack in the game before.
Someone else remove the cheat pack, and added his own cheat to it.
Since he didn't removed them all, he let those cheat functions remained there unused.
sorry for late reply. Busy doing other stuff.
But, all those functions were just there, not being activated.
In other words, they are dead functions which will not be used in the game.
I guess this was what happened:
There was a cheat pack in the game before.
Someone else remove the cheat pack, and added his own cheat to it.
Since he didn't removed them all, he let those cheat functions remained there unused.
sorry for late reply. Busy doing other stuff.