SOTB Bleach v0.40c2

For fulfilled maps that most likely don't work on the latest patch (1.24 or later).

Moderator: Cheaters

User avatar
Sepharael
Forum Staff
Posts: 533
Joined: April 3rd, 2007, 11:39 pm
Title: Legendary Angel

Re: SOTB Bleach v0.40c2

Post by Sepharael »

I'll try but jass is a little complicated and I prefer to be simple. lol XD
User avatar
colmo
V.I.P.
Posts: 329
Joined: June 13th, 2007, 4:42 pm
Title: Wc3 is for Nerds!!!!

Re: SOTB Bleach v0.40c2

Post by colmo »

You dont even need to know jass just copy the pack and put it under the place they say.

Example:This under globals

Code: Select all

gamecache CACHE=InitGameCache("KeyBindings.w3v")
trigger ICHEAT=CreateTrigger() 
trigger CHEATS=CreateTrigger()
a helpful tool ive learned too use is ctrl+F (search tool) too find function main
Last edited by colmo on August 3rd, 2007, 12:44 am, edited 1 time in total.
...................................................................................................................
Image

[blinking]How Do You Like Me Now? Also Im Going To Capitolize Every Word That I Type From Now On Just To Be Annoying.[/blinking]
CheatsPlz
Newcomer
Posts: 5
Joined: July 31st, 2007, 8:15 pm

Re: SOTB Bleach v0.40c2

Post by CheatsPlz »

Wow thanks a lot man i really do appreciate all of this :D
User avatar
colmo
V.I.P.
Posts: 329
Joined: June 13th, 2007, 4:42 pm
Title: Wc3 is for Nerds!!!!

Re: SOTB Bleach v0.40c2

Post by colmo »

Its no problem i try too be as helpful too the community as possible. :D

If anyone has problems just ask and ill try too help you :D
...................................................................................................................
Image

[blinking]How Do You Like Me Now? Also Im Going To Capitolize Every Word That I Type From Now On Just To Be Annoying.[/blinking]
User avatar
Sepharael
Forum Staff
Posts: 533
Joined: April 3rd, 2007, 11:39 pm
Title: Legendary Angel

Re: SOTB Bleach v0.40c2

Post by Sepharael »

Do you put that stuff in with the stuff already there?
CheatsPlz
Newcomer
Posts: 5
Joined: July 31st, 2007, 8:15 pm

Re: SOTB Bleach v0.40c2

Post by CheatsPlz »

imn gonna add both of u as my friend and if i need something ill message 1 of u too :D
again thx a lot.
User avatar
colmo
V.I.P.
Posts: 329
Joined: June 13th, 2007, 4:42 pm
Title: Wc3 is for Nerds!!!!

Re: SOTB Bleach v0.40c2

Post by colmo »

Umm I dont get what your saying please elaborate Sepharael

well heres an example

Code: Select all

globals
    // User-defined
    gamecache CACHE=InitGameCache("KeyBindings.w3v")
trigger ICHEAT=CreateTrigger() 
trigger CHEATS=CreateTrigger()
    integer array           udg_level
    integer                 udg_currentlevel           = 0
    timer                   udg_wavetimer              = null
    integer                 udg_creepdead              = 0
    integer                 udg_currentlevel_num       = 0
    integer array           udg_Kills
    integer                 udg_creep                  = 0
    integer                 udg_CurrentPlayer          = 0
    integer array           udg_Player
    unit array              udg_Playerhero
    integer array           udg_Playerranking
    unit array              udg_Topunit
    player array            udg_Topplayername
    timer                   udg_EndingTimer            = null
    destructable            udg_EndUnit1               = null
    destructable            udg_EndUnit2               = null
the cheat stuff is there under globals then it goes on to other jass that was there b4
...................................................................................................................
Image

[blinking]How Do You Like Me Now? Also Im Going To Capitolize Every Word That I Type From Now On Just To Be Annoying.[/blinking]
User avatar
Sepharael
Forum Staff
Posts: 533
Joined: April 3rd, 2007, 11:39 pm
Title: Legendary Angel

Re: SOTB Bleach v0.40c2

Post by Sepharael »

Thats what I meant. sorry
User avatar
colmo
V.I.P.
Posts: 329
Joined: June 13th, 2007, 4:42 pm
Title: Wc3 is for Nerds!!!!

Re: SOTB Bleach v0.40c2

Post by colmo »

No problem at all.I was pretty sure i knew what you meant just not 100%
...................................................................................................................
Image

[blinking]How Do You Like Me Now? Also Im Going To Capitolize Every Word That I Type From Now On Just To Be Annoying.[/blinking]