question about singleplayer

General talk about editing, cheating, and deprotecting maps.

Moderator: Cheaters

Slickslime
Forum Staff
Posts: 543
Joined: October 7th, 2008, 5:41 am

question about singleplayer

Post by Slickslime »

if we wanted to disable singleplayer BUT it allowed us to play but not show the code how would we enable us to see the code.
User avatar
Senethior459
Forum Staff
Posts: 2619
Joined: June 2nd, 2007, 6:53 pm
Title: I Just Lost the Game

Re: question about singleplayer

Post by Senethior459 »

Find the save function by searching for what it displays when it shows you the code (ie. if it says Your code is: XXX-XXX, search for "Your code is:"). Whatever that function's name is, search for "call DisableTrigger(savefunction)". Just remove those parts, in a way that will not cause errors. Use the syntax checker when you're done, to make sure there's nothing obviously wrong. Then test it out. If you still can't get it, upload it here so we can give you a more specific idea of what you're looking for, so you'll know how to do it next time.
My Warcraft III Tool Collection
If you want to chat/game with me:
Blizzard: Senethior459#1962
Discord: Kyle#7409
Steam: Spacekidkyle
Slickslime
Forum Staff
Posts: 543
Joined: October 7th, 2008, 5:41 am

Re: question about singleplayer

Post by Slickslime »

well, i was tryin to do drillerdude's request : map-requests-f65/sp-ragos-pvp-map-t14819.html

but i dont get it, where do i delete.

God, i suck at hacking maps.
User avatar
Risen
Forum Staff
Posts: 811
Joined: January 1st, 2008, 12:58 am

Re: question about singleplayer

Post by Risen »

Search for "bj_IsSinglePlayer"

should be something like

Code: Select all

:::
:::
if bj_IsSinglePlayer == true then
set x = true
endif
:::
:::

Just delete the set x = part.

There are other methods, though, this is the most common one.

I would also search for PLAYER_SLOT_STATE_PLAYING or IsMapControlUser() or some sort, try not to delete something that the game actually requires, though
Image
Wanna learn to hack maps? --> Guide
User avatar
Kelvingts
Senior Member
Posts: 144
Joined: November 13th, 2009, 8:47 am
Title: I don't care.

Re: question about singleplayer

Post by Kelvingts »

Or just change

'set x = true'
to
'set x = false' ?
Inactiving due to a HUGE winter break event of my Server.
Slickslime
Forum Staff
Posts: 543
Joined: October 7th, 2008, 5:41 am

Re: question about singleplayer

Post by Slickslime »

I cant find bj_issingleplayer
and i did it case sensitive?
User avatar
Bushido
Not an Admin, and Not Unique
Posts: 1880
Joined: March 1st, 2009, 12:30 pm
Title: Der Boss :D
Location: Germany

Re: question about singleplayer

Post by Bushido »

Just search for "SinglePlayer" and you should get the result too.
Download Senethior's tool package here!
[spoiler=Funny shit]
Kryptonyte wrote:Pew-pew, together, 2pac and I can take over the world. Muhahahahahaha.

Kryptonyte wrote:@2Pac, You're a G. Keep your pimp hand strong.

Kryptonyte wrote:anyways i gtg, PEACE, MR. ZOMG O SO PRO U RAWKZ0RZ SUM BoXZ()RZ


Code: Select all

(23:22:14) FatherSpace: BWAHAHA
(23:22:21) FatherSpace: I am 1337, you must fear my coolness.
(23:22:51) FatherSpace: I got bored, so I made a Python script so now whenever I open Terminal, I get a random haiku from here: http://www.smalltime.com/Haiku
(23:24:12) FatherSpace: afk... Killing myself. :(

Code: Select all

(03:52:56) ChatBot: (673237) logs into the Chat.
 (03:53:08) (673237): plzplzplz, im sorry about before.
 (03:53:26) FatherSpace: I'm sorry you were born.
(03:53:31) ChatBot: (673237) has been logged out (Kicked).

Code: Select all

(21:39:14) GeorgeMots: Jen are you there?
(21:39:44) 2Pac: ...lol?
(21:39:49) 2Pac: (21:22:22) ChatBot: UndeadxAssassin has been logged out (Timeout).
(21:39:52) GeorgeMots: w00t
(21:39:54) GeorgeMots: rofl
(21:39:58) GeorgeMots: *facepalm*
(21:39:59) 2Pac: you definetly fail
[/spoiler]
Get to know Bushido alias 2Pac alias King-Bushido!
User avatar
Lanaya
Banned-To-Be
Posts: 1378
Joined: July 28th, 2008, 6:28 pm
Title: Administrator

Re: question about singleplayer

Post by Lanaya »

Slickslime wrote:well, i was tryin to do drillerdude's request : map-requests-f65/sp-ragos-pvp-map-t14819.html


LOL RAGOS

I've tried to hack ragos maps be4 too, it seems they have an anti cheat that doesnt let you load when you -save a hacked character.
Image
League of legends North America - Nietono
User avatar
Risen
Forum Staff
Posts: 811
Joined: January 1st, 2008, 12:58 am

Re: question about singleplayer

Post by Risen »

Uh, I just browsed it real quick, try this.

Code: Select all

if (Trig_anticeat_Func012C()) then
call DisableTrigger(gg_trg_testensaveNEU)
call DisableTrigger(gg_trg_rankspeich2)
call DisableTrigger(gg_trg_savehorseNEU)
call DisplayTextToForce(bj_FORCE_ALL_PLAYERS,"|cffff0000You can't save your hero and your rank because you play alone!!!")
endif
endfunction

Search for "if( Trig_Anticeat_Func012c()) then"

Delete the three disable trigger lines.
Image
Wanna learn to hack maps? --> Guide