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



Help with hacking this map anyone?

Warcraft III


Closed Thread
 
Thread Tools Display Modes
Old 12-28-2006, 12:27 PM   #1
Lurker
 
Last Online: 10-18-2008 07:53 AM
Join Date: Sep 2006
Age: 29
Posts: 8
Thanks: 3
Thanked 0 Times in 0 Posts
poister is on a distinguished road
iTrader: 0 / 0%
Points: 735.00
Bank: 0.00
Total Points: 735.00
Help with hacking this map anyone?

I'm pissed with being kicked after i played so many hours to get to level 96. AND I AM PISSED WIF GETTING KICKED BE4 I SAVED! Someone help me hack this map pls!! -level?? or -items or something...
Attached Files
File Type: rar Master Crafters Final Conquest 5.3b.rar (1.10 MB, 31 views)
poister is offline  
Sponsored Links
Old 01-05-2007, 05:26 PM   #2
Registered User
 
Last Online: 09-24-2008 02:24 PM
Join Date: Nov 2005
Location: You'll never take me alive
Age: 19
Posts: 1,320
Thanks: 6
Thanked 203 Times in 103 Posts
Poent is on a distinguished road
iTrader: 0 / 0%
Points: 13,648.27
Bank: 0.00
Total Points: 13,648.27
Re: Help with hacking this map anyone?

Just for you.
Attached Files
File Type: rar deprotected_Master Crafters Final Conquest 5.3b.rar (1.51 MB, 108 views)
Poent is offline  
The Following 2 Users Say Thank You to Poent For This Useful Post:
poister (01-05-2007), yj4143 (03-27-2008)
Old 01-05-2007, 08:15 PM   #3
Lurker
 
Last Online: 10-18-2008 07:53 AM
Join Date: Sep 2006
Age: 29
Posts: 8
Thanks: 3
Thanked 0 Times in 0 Posts
poister is on a distinguished road
iTrader: 0 / 0%
Points: 735.00
Bank: 0.00
Total Points: 735.00
Re: Help with hacking this map anyone?

[EDIT]I found the single player check line. It lies in here.
Code:
set udg_integer03=0
    if(Trig_single_play_check_Func003C())then
        call PanCameraToTimedLocForPlayer(Player(0),GetRectCenter(udg_rect09),1.00)
        set udg_integer03=(udg_integer03+1)
        call CreateNUnitsAtLoc(1,'H001',Player(0),GetRandomLocInRect(udg_rect09),bj_UNIT_FACING)
    endif
    if(Trig_single_play_check_Func004C())then
        call PanCameraToTimedLocForPlayer(Player(1),GetRectCenter(udg_rect09),1.00)
        set udg_integer03=(udg_integer03+1)
        call CreateNUnitsAtLoc(1,'H001',Player(1),GetRandomLocInRect(udg_rect09),bj_UNIT_FACING)
    endif
    if(Trig_single_play_check_Func005C())then
        call PanCameraToTimedLocForPlayer(Player(2),GetRectCenter(udg_rect09),1.00)
        set udg_integer03=(udg_integer03+1)
        call CreateNUnitsAtLoc(1,'H001',Player(2),GetRandomLocInRect(udg_rect09),bj_UNIT_FACING)
    endif
    if(Trig_single_play_check_Func006C())then
        call PanCameraToTimedLocForPlayer(Player(3),GetRectCenter(udg_rect09),1.00)
        set udg_integer03=(udg_integer03+1)
        call CreateNUnitsAtLoc(1,'H001',Player(3),GetRandomLocInRect(udg_rect09),bj_UNIT_FACING)
    endif
    if(Trig_single_play_check_Func007C())then
        call PanCameraToTimedLocForPlayer(Player(4),GetRectCenter(udg_rect09),1.00)
        set udg_integer03=(udg_integer03+1)
        call CreateNUnitsAtLoc(1,'H001',Player(4),GetRandomLocInRect(udg_rect09),bj_UNIT_FACING)
    endif
    if(Trig_single_play_check_Func008C())then
        call PanCameraToTimedLocForPlayer(Player(5),GetRectCenter(udg_rect09),1.00)
        set udg_integer03=(udg_integer03+1)
        call CreateNUnitsAtLoc(1,'H001',Player(5),GetRandomLocInRect(udg_rect09),bj_UNIT_FACING)
    endif
    if(Trig_single_play_check_Func009C())then
        call PanCameraToTimedLocForPlayer(Player(6),GetRectCenter(udg_rect09),1.00)
        set udg_integer03=(udg_integer03+1)
        call CreateNUnitsAtLoc(1,'H001',Player(6),GetRandomLocInRect(udg_rect09),bj_UNIT_FACING)
    endif
    if(Trig_single_play_check_Func010C())then
        call PanCameraToTimedLocForPlayer(Player(7),GetRectCenter(udg_rect09),1.00)
        set udg_integer03=(udg_integer03+1)
        call CreateNUnitsAtLoc(1,'H001',Player(7),GetRandomLocInRect(udg_rect09),bj_UNIT_FACING)
    endif
    if(Trig_single_play_check_Func011C())then
        call PanCameraToTimedLocForPlayer(Player(8),GetRectCenter(udg_rect09),1.00)
        set udg_integer03=(udg_integer03+1)
        call CreateNUnitsAtLoc(1,'H001',Player(8),GetRandomLocInRect(udg_rect09),bj_UNIT_FACING)
    endif
    if(Trig_single_play_check_Func012C())then
        call PanCameraToTimedLocForPlayer(Player(9),GetRectCenter(udg_rect09),1.00)
        set udg_integer03=(udg_integer03+1)
        call CreateNUnitsAtLoc(1,'H001',Player(9),GetRandomLocInRect(udg_rect09),bj_UNIT_FACING)
    endif
    if(Trig_single_play_check_Func013C())then
        call DisableTrigger(udg_trigger647)
        call DisableTrigger(udg_trigger645)
        call DisplayTimedTextToForce(GetPlayersAll(),500.00,"Saving has been disabled since there is only 1 person here")
        call DisableTrigger(GetTriggeringTrigger())
    endif
endfunction
Notice the 'udg_integer03=0', and this is that when every real player comes in, it '+1', and if the udg_integer is less than or equals to 1, then saving disabled. All i have to do is to change the udg_integer not equals to zero, ad voila, saving in single player is allowed. But when i changed some of the triggers and resave the map, the editor asked me to relocate start point, and the map doesn't even have a starting point cause when player is valid, it automatically creates a unit at a coordinate!! so help me, so i can released a hacked ver of master crafters HACKED inspired by the defi4nc3 0.16D HACKEd.

Last edited by poister; 01-07-2007 at 02:31 PM..
poister is offline  
Old 01-08-2007, 02:21 PM   #4
Registered User
 
Last Online: 07-18-2007 01:51 PM
Join Date: Apr 2006
Posts: 78
Thanks: 9
Thanked 16 Times in 12 Posts
ohlol is an unknown quantity at this point
iTrader: 0 / 0%
Points: 429.00
Bank: 0.00
Total Points: 429.00
Re: Help with hacking this map anyone?

OMFG why will u release hacked?
After i played 2 months to gett 500 lvl u release hacked ,**** u,play fair men don't release hacked versions pls,i don't want a noob to gett lvl 500 in 1 game without even playing
P.S: Just don't release use it for u only and ruin the RPG good work guys
ohlol is offline  
Old 01-08-2007, 08:03 PM   #5
Lurker
 
Last Online: 10-18-2008 07:53 AM
Join Date: Sep 2006
Age: 29
Posts: 8
Thanks: 3
Thanked 0 Times in 0 Posts
poister is on a distinguished road
iTrader: 0 / 0%
Points: 735.00
Bank: 0.00
Total Points: 735.00
Re: Help with hacking this map anyone?

C'mon face it, this is a hacking forum. Where u try to contribute as much hack as possible. As stated, i was pissed wif getting kicked, so i wanted(or shld i say, desired) to hack this map.
U can scold me noob, or wateva, but i know that i am not violating the rules here the forum.
Not to reprimand you in all this,nevertheless i shld realli praise u. For being a pro, who never used any hacks to train till 500. You have my salute. =/
So any helps here?
*bump*
poister is offline  
Old 01-08-2007, 11:01 PM   #6
Registered User
 
Last Online: 07-18-2007 01:51 PM
Join Date: Apr 2006
Posts: 78
Thanks: 9
Thanked 16 Times in 12 Posts
ohlol is an unknown quantity at this point
iTrader: 0 / 0%
Points: 429.00
Bank: 0.00
Total Points: 429.00
Re: Help with hacking this map anyone?

Hacker forum,k. Butt u want to release it in public?Then when no more fun at RPG.Everybody seed dont hack the map to give u just some ownage intems,u hack the map for learning from it,if u still want to hack for ownage intems,hack for yourself
P.S here it is the map u can play in single player i edited,butt pls don't release it at epicwar,btw to play in single player putt some cpu,then whosyourdaddy and voila,DONT RELEASE AT EPICWAR PLS
Attached Files
File Type: rar single player Mc.rar (1.77 MB, 125 views)
ohlol is offline  
The Following User Says Thank You to ohlol For This Useful Post:
firering3h5 (10-22-2007)
Old 01-09-2007, 06:54 PM   #7
Registered User
 
Last Online: 07-18-2007 01:51 PM
Join Date: Apr 2006
Posts: 78
Thanks: 9
Thanked 16 Times in 12 Posts
ohlol is an unknown quantity at this point
iTrader: 0 / 0%
Points: 429.00
Bank: 0.00
Total Points: 429.00
Re: Help with hacking this map anyone?

Hey can somebody tell mw how to fix the start location erors from the hacked map :(:( i need help pls
ohlol is offline  
Old 01-11-2007, 06:44 PM   #8
Lurker
 
Last Online: 10-18-2008 07:53 AM
Join Date: Sep 2006
Age: 29
Posts: 8
Thanks: 3
Thanked 0 Times in 0 Posts
poister is on a distinguished road
iTrader: 0 / 0%
Points: 735.00
Bank: 0.00
Total Points: 735.00
Re: Help with hacking this map anyone?

lol tt's exactly my problem...as stated
poister is offline  
Old 01-18-2007, 11:40 AM   #9
Lurker
 
Last Online: 09-29-2008 09:55 PM
Join Date: Jan 2007
Age: 18
Posts: 1
Thanks: 1
Thanked 0 Times in 0 Posts
Tempest31 is on a distinguished road
iTrader: 0 / 0%
Points: 200.00
Bank: 0.00
Total Points: 200.00
Re: Help with hacking this map anyone?

Up... and i have a problem, i play in single player and i will lvl 500 and save but... i cant load my save in pnline game.. i only can load it in single game... how can i fix it ?
Tempest31 is offline  
Old 01-26-2007, 06:42 AM   #10
Lurker
 
Last Online: 10-02-2008 03:38 PM
Join Date: Jan 2007
Age: 20
Posts: 3
Thanks: 0
Thanked 1 Time in 1 Post
raphael88 is on a distinguished road
iTrader: 0 / 0%
Points: 300.00
Bank: 0.00
Total Points: 300.00
Re: Help with hacking this map anyone?

Quote:
[EDIT]I found the single player check line. It lies in here.
set udg_integer03=0 if(Trig_single_play_check_Func003C())then call PanCameraToTimedLocForPlayer(Player(0),GetRectCent er(udg_rect09),1.00) set udg_integer03=(udg_integer03+1) call CreateNUnitsAtLoc(1,'H001',Player(0),GetRandomLocI nRect(udg_rect09),bj_UNIT_FACING) endif if(Trig_single_play_check_Func004C())then call PanCameraToTimedLocForPlayer(Player(1),GetRectCent er(udg_rect09),1.00) set udg_integer03=(udg_integer03+1) call CreateNUnitsAtLoc(1,'H001',Player(1),GetRandomLocI nRect(udg_rect09),bj_UNIT_FACING) endif if(Trig_single_play_check_Func005C())then call PanCameraToTimedLocForPlayer(Player(2),GetRectCent er(udg_rect09),1.00) set udg_integer03=(udg_integer03+1) call CreateNUnitsAtLoc(1,'H001',Player(2),GetRandomLocI nRect(udg_rect09),bj_UNIT_FACING) endif if(Trig_single_play_check_Func006C())then call PanCameraToTimedLocForPlayer(Player(3),GetRectCent er(udg_rect09),1.00) set udg_integer03=(udg_integer03+1) call CreateNUnitsAtLoc(1,'H001',Player(3),GetRandomLocI nRect(udg_rect09),bj_UNIT_FACING) endif if(Trig_single_play_check_Func007C())then call PanCameraToTimedLocForPlayer(Player(4),GetRectCent er(udg_rect09),1.00) set udg_integer03=(udg_integer03+1) call CreateNUnitsAtLoc(1,'H001',Player(4),GetRandomLocI nRect(udg_rect09),bj_UNIT_FACING) endif if(Trig_single_play_check_Func008C())then call PanCameraToTimedLocForPlayer(Player(5),GetRectCent er(udg_rect09),1.00) set udg_integer03=(udg_integer03+1) call CreateNUnitsAtLoc(1,'H001',Player(5),GetRandomLocI nRect(udg_rect09),bj_UNIT_FACING) endif if(Trig_single_play_check_Func009C())then call PanCameraToTimedLocForPlayer(Player(6),GetRectCent er(udg_rect09),1.00) set udg_integer03=(udg_integer03+1) call CreateNUnitsAtLoc(1,'H001',Player(6),GetRandomLocI nRect(udg_rect09),bj_UNIT_FACING) endif if(Trig_single_play_check_Func010C())then call PanCameraToTimedLocForPlayer(Player(7),GetRectCent er(udg_rect09),1.00) set udg_integer03=(udg_integer03+1) call CreateNUnitsAtLoc(1,'H001',Player(7),GetRandomLocI nRect(udg_rect09),bj_UNIT_FACING) endif if(Trig_single_play_check_Func011C())then call PanCameraToTimedLocForPlayer(Player(8),GetRectCent er(udg_rect09),1.00) set udg_integer03=(udg_integer03+1) call CreateNUnitsAtLoc(1,'H001',Player(8),GetRandomLocI nRect(udg_rect09),bj_UNIT_FACING) endif if(Trig_single_play_check_Func012C())then call PanCameraToTimedLocForPlayer(Player(9),GetRectCent er(udg_rect09),1.00) set udg_integer03=(udg_integer03+1) call CreateNUnitsAtLoc(1,'H001',Player(9),GetRandomLocI nRect(udg_rect09),bj_UNIT_FACING) endif if(Trig_single_play_check_Func013C())then call DisableTrigger(udg_trigger647) call DisableTrigger(udg_trigger645) call DisplayTimedTextToForce(GetPlayersAll(),500.00,"Sa ving has been disabled since there is only 1 person here") call DisableTrigger(GetTriggeringTrigger()) endif endfunction
Notice the 'udg_integer03=0', and this is that when every real player comes in, it '+1', and if the udg_integer is less than or equals to 1, then saving disabled. All i have to do is to change the udg_integer not equals to zero, ad voila, saving in single player is allowed. But when i changed some of the triggers and resave the map, the editor asked me to relocate start point, and the map doesn't even have a starting point cause when player is valid, it automatically creates a unit at a coordinate!! so help me, so i can released a hacked ver of master crafters HACKED inspired by the defi4nc3 0.16D HACKEd.
Quote:
Re: Help with hacking this map anyone?
Hey can somebody tell mw how to fix the start location erors from the hacked map :(:( i need help pls



Come on! R u guys Nuts?! juz F*** off the whole damn script so it will not be disabled! OMFG....god bless
raphael88 is offline  
The Following User Says Thank You to raphael88 For This Useful Post:
yj4143 (03-27-2008)
Closed Thread

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 04:36 PM.


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