GamerzPlanet - For All Your Online Gaming Needs!!  

Go Back   GamerzPlanet - For All Your Online Gaming Needs!! > Battle.Net > Warcraft III

Warcraft III Warcraft III Discussion



make game think ur online?

Warcraft III


Reply
 
Thread Tools Display Modes
Old 05-30-2008, 12:45 PM   #1
Registered User
 
Last Online: 08-20-2008 05:39 AM
Join Date: Feb 2006
Posts: 112
Thanks: 4
Thanked 2 Times in 2 Posts
BurnAll is on a distinguished road
iTrader: 0 / 0%
Points: 7,735.95
Bank: 0.00
Total Points: 7,735.95
make game think ur online?

can u play a game and make it think ur on battle net? so u can use cheat code and not get screwed for playing single player? like maby a fake player hack or something?
BurnAll is offline   Reply With Quote
Sponsored Links
Old 05-30-2008, 04:23 PM   #2
l33t WC3 H4x0r3r!
 
ozzapoo's Avatar
 
Last Online: Today 02:06 PM
Join Date: Jan 2007
Posts: 764
Thanks: 30
Thanked 325 Times in 102 Posts
ozzapoo is an unknown quantity at this point
iTrader: 0 / 0%
Points: 52,452.67
Bank: 13,894.23
Total Points: 66,346.90
Re: make game think ur online?

Uhm.. Not that I'm aware of, but you can ask for people to enable single-player saving (this is for an RPG i assume). Like me!
ozzapoo is offline   Reply With Quote
Old 06-01-2008, 09:14 AM   #3
Lurker
 
Last Online: 06-03-2008 01:10 PM
Join Date: Jun 2008
Age: 27
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
xbadassx is on a distinguished road
iTrader: 0 / 0%
Points: 252.95
Bank: 0.00
Total Points: 252.95
Re: make game think ur online?

This way maybe more difficult, and may be a bit hard for inexperienced coders, but you can always try using MPQmaster to open the map up. Extract the war3map.j file. Find a program that can load JASS Coding (i.e. JassCraft). Load the war3map.j file using Jasscraft. Press [ctrl]+F, and find a keyword that relates to 1 player being enabled like... (i.e. "Player(0)","Numberofplayers" and find a string of code that looks like this...
Quote:
"function Trig_Player_Colors_Func015C takes nothing returns boolean
return(udg_NumberOfPlayers==1)"
), and you just change number of players to 2,3,4,5,6,etc. (meaning: whatever number you put it at, that number of players stops the -save code from working or other multi-player options to disabled. (REMEMBER: You need to know where the line of code starts, and where the line of code ends or the map will error.), and there ALSO might be triggers like this...

Quote:
call TriggerRegisterTimerEventSingle(gg_trg_Anti_Whosyo urdaddy_Towers_Init,3.)
call TriggerRegisterTimerEventSingle(gg_trg_Anti_Whosyo urdaddy_Towers_Init,6.)
call TriggerRegisterTimerEventSingle(gg_trg_Anti_Whosyo urdaddy_Towers_Init,9.)
call TriggerRegisterTimerEventPeriodic(gg_trg_Anti_Whos yourdaddy_Towers_Init,10.)
call TriggerAddAction(gg_trg_Anti_Whosyourdaddy_Towers_ Init,function Trig_Anti_Whosyourdaddy_Towers_Init_Actions)
call TriggerRegisterUnitEvent(gg_trg_Anti_Whosyourdaddy _Regenerator_dies,gg_unit_o007_0766,EVENT_UNIT_DEA TH)
call TriggerAddAction(gg_trg_Anti_Whosyourdaddy_Regener ator_dies,function Trig_Anti_Whosyourdaddy_Regenerator_dies_Actions)
call TriggerRegisterTimerEventPeriodic(gg_trg_Anti_Gree disgood,2)
call TriggerAddAction(gg_trg_Anti_Greedisgood,function Trig_Anti_Greedisgood_Actions)
Those disable codes from being used even if you hacked through the single player mode. Meaning, you have to delete those if you want to use "whosyourdaddy", and "greedisgood".


OR....

You can just give me a link to the map download, and I'll handle the rest , but I am not VERY advanced, but I will do the best I can.

Last edited by xbadassx; 06-01-2008 at 09:17 AM. Reason: Spelling Errors.
xbadassx is offline   Reply With Quote
Old 06-01-2008, 12:22 PM   #4
Registered User
 
Last Online: 08-20-2008 05:39 AM
Join Date: Feb 2006
Posts: 112
Thanks: 4
Thanked 2 Times in 2 Posts
BurnAll is on a distinguished road
iTrader: 0 / 0%
Points: 7,735.95
Bank: 0.00
Total Points: 7,735.95
Re: make game think ur online?

not an rpg but a code saving loading map never the less
[Only registered and activated users can see links. ]
BurnAll is offline   Reply With Quote
Old 06-01-2008, 11:46 PM   #5
l33t WC3 H4x0r3r!
 
ozzapoo's Avatar
 
Last Online: Today 02:06 PM
Join Date: Jan 2007
Posts: 764
Thanks: 30
Thanked 325 Times in 102 Posts
ozzapoo is an unknown quantity at this point
iTrader: 0 / 0%
Points: 52,452.67
Bank: 13,894.23
Total Points: 66,346.90
Re: make game think ur online?

Quote:
Originally Posted by xbadassx View Post
This way maybe more difficult, and may be a bit hard for inexperienced coders, but you can always try using MPQmaster to open the map up. Extract the war3map.j file. Find a program that can load JASS Coding (i.e. JassCraft). Load the war3map.j file using Jasscraft. Press [ctrl]+F, and find a keyword that relates to 1 player being enabled like... (i.e. "Player(0)","Numberofplayers" and find a string of code that looks like this... ), and you just change number of players to 2,3,4,5,6,etc. (meaning: whatever number you put it at, that number of players stops the -save code from working or other multi-player options to disabled. (REMEMBER: You need to know where the line of code starts, and where the line of code ends or the map will error.), and there ALSO might be triggers like this...



Those disable codes from being used even if you hacked through the single player mode. Meaning, you have to delete those if you want to use "whosyourdaddy", and "greedisgood".


OR....

You can just give me a link to the map download, and I'll handle the rest , but I am not VERY advanced, but I will do the best I can.
Out of all my time editing/hacking/enabling single player, I have RERELY seen that type of protection.. Usually it's just something that uses "bj_isSinglePlayer" and detects how many players are playing - computers...
ozzapoo is offline   Reply With Quote
Old 06-03-2008, 06:17 PM   #6
Registered User
 
Last Online: 08-20-2008 05:39 AM
Join Date: Feb 2006
Posts: 112
Thanks: 4
Thanked 2 Times in 2 Posts
BurnAll is on a distinguished road
iTrader: 0 / 0%
Points: 7,735.95
Bank: 0.00
Total Points: 7,735.95
Re: make game think ur online?

i tired computer players they did not work.
BurnAll is offline   Reply With Quote
Old 06-03-2008, 11:23 PM   #7
l33t WC3 H4x0r3r!
 
ozzapoo's Avatar
 
Last Online: Today 02:06 PM
Join Date: Jan 2007
Posts: 764
Thanks: 30
Thanked 325 Times in 102 Posts
ozzapoo is an unknown quantity at this point
iTrader: 0 / 0%
Points: 52,452.67
Bank: 13,894.23
Total Points: 66,346.90
Re: make game think ur online?

Ofcourse not... >.> Just get someone to single-enable it for you!
ozzapoo is offline   Reply With Quote
Old 06-04-2008, 10:19 AM   #8
Registered User
 
Last Online: 08-20-2008 05:39 AM
Join Date: Feb 2006
Posts: 112
Thanks: 4
Thanked 2 Times in 2 Posts
BurnAll is on a distinguished road
iTrader: 0 / 0%
Points: 7,735.95
Bank: 0.00
Total Points: 7,735.95
Re: make game think ur online?

can any1 single enable it for me?
BurnAll is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

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 Off
Pingbacks are Off
Refbacks are Off

All times are GMT -7. The time now is 09:25 PM.


Powered by: vBulletin
Copyright ©2008, GamerzPlanet.Net
SEO by vBSEO 3.2.0 RC5 ©2008, Crawlability, Inc.
Network: GamerzPlanet | ForumzPlanet | GzPUpload | GzPArcade | GzP Host | Poker Tips | Visits: