Requesting Vampirism Beast 1.485 Newest version Admin codes

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

Moderator: Cheaters

bleach12233
Newcomer
Posts: 5
Joined: October 5th, 2008, 7:45 am

Requesting Vampirism Beast 1.485 Newest version Admin codes

Post by bleach12233 »

I want to use the admin codes in the newest ver :twisted:
bleach12233
Newcomer
Posts: 5
Joined: October 5th, 2008, 7:45 am

Re: Requesting Vampirism Beast 1.485 Newest version Admin codes

Post by bleach12233 »

:( Im guessing this is to hard for most people.
User avatar
matchai
Forum Staff
Posts: 1009
Joined: July 14th, 2007, 2:51 pm

Re: Requesting Vampirism Beast 1.485 Newest version Admin codes

Post by matchai »

Sorry but you can only bump a topic after 5 days...
User avatar
Senethior459
Forum Staff
Posts: 2618
Joined: June 2nd, 2007, 6:53 pm
Title: I Just Lost the Game

Re: Requesting Vampirism Beast 1.485 Newest version Admin codes

Post by Senethior459 »

Can someone give me the link? You need to be registered to see anything on their forums. The latest version I can find is 1.485a, on EpicWar. http://epicwar.com/maps/80100/
Is that correct?
In the mean time, I'm going to see if I can break it.

[edit] All right, that link was cheated, so I'm downloading this one: http://epicwar.com/maps/77311/ and I'm going to try that.

Well, so far I know that to use all of the commands, you need to spoof "m2tm", "frozenhelfire" or "gwypaas", and that the commands are
Spoiler:
-debug
-disco
-beer
-kick
-boot
-open sesame
-vanquish
-fuckify
-slevel
-kill
-live
-nosf
-level
-supercrash
Unfortunately, it's checking for a typed command, and I don't have time to figure out what it is right now; I have a huge (required for graduation) project that I need to have pretty much DONE tomorrow that I've been putting off all day. I'll work on this tomorrow, if I have time.
My Warcraft III Tool Collection
If you want to chat/game with me:
Blizzard: Senethior459#1962
Discord: Kyle#7409
Steam: Spacekidkyle
Gwypaas
Junior Member
Posts: 36
Joined: May 13th, 2007, 5:56 pm

Re: Requesting Vampirism Beast 1.485 Newest version Admin codes

Post by Gwypaas »

It's more than spoofing :)
bleach12233
Newcomer
Posts: 5
Joined: October 5th, 2008, 7:45 am

Re: Requesting Vampirism Beast 1.485 Newest version Admin codes

Post by bleach12233 »

I know I don't need a spoof I already have almost all of the VBU accounts :)
User avatar
Senethior459
Forum Staff
Posts: 2618
Joined: June 2nd, 2007, 6:53 pm
Title: I Just Lost the Game

Re: Requesting Vampirism Beast 1.485 Newest version Admin codes

Post by Senethior459 »

I know that there's more than spoofing. I'm still trying to figure out exactly what.

What annoys me most about this project is that you've probably already got a backup system ready, in case I do break it, invalidating all of my work.

So for anyone that wants to try, this is the main function, the activation one:
Spoiler:

Code: Select all

function Admin2__ActivateActions takes nothing returns nothing
local real r1b
local real r2b
local real r3b
local real r1=14
local real r11=98
local real r2='|'
local real r22='y'
local real r3=357
local real r33='d'
local integer array Base
local integer array answers
if GetPlayerType(GetTriggerPlayer())>0 and IsPlayerInForce(GetTriggerPlayer(),admins)==false then
set r1b=S2R(SubString(GetEventPlayerChatString(),0,2))
set r2b=S2R(SubString(GetEventPlayerChatString(),2,4))
set r3b=S2R(SubString(GetEventPlayerChatString(),4,6))
if r1b==0 or r1b==null then
set r1b=10
endif
if r2b==0 or r2b==null then
set r2b=10
endif
if r3b==0 or r3b==null then
set r3b=10
endif
set r1=((Pow(r1b,3)-Pow(r1b,2)*Pow(r1b,1)/ Pow(r1b,3))/ Pow(r1b,3.4))*'d'-1+.5
set r11=(((Pow(r1b,3)-Pow(r1b,2)*Pow(r1b,1)/ Pow(r1b,3))/ Pow(r1b,3.4))*'d'*'d'/ 200)*75/ 40
set r2=(((Pow(r2b,3)*Pow(r2b,(r2b/ 'd'))-Pow(r2b,2))+Pow(r2b,1.1))/ Pow(r2b,4))*'{'-2
set r22=(((Pow(r2b,5)*Pow(r2b,(r2b/ 200))-Pow(r2b,3))+Pow(r2b,2.3))/ Pow(r2b,3))/ r2b*10/ 'd'+3
set r3=((Pow(r3b,4)/ Pow(r3b,2)+Pow(r3b,2.4))*Pow(r3b,2)/ r2b/ r2b*15/ 'd')/ r2b*4*3.5-6
set r33=(((Pow(r3b,5)/ Pow(r3b,3)+Pow(r3b,1.4))*Pow(r3b,1.5)/ r2b)*7/ r2b*10/ 'd')+r2b/ 2+1-25
set answers[1]=R2I(r1)
set answers[2]=R2I(r11)
set answers[3]=R2I(r2)
set answers[4]=R2I(r22)
set answers[5]=R2I(r3)
set answers[6]=R2I(r33)
set Base[1]=R2I(r1b)
set Base[2]=R2I(r2b)
set Base[3]=R2I(r3b)
if GetPlayerType(GetTriggerPlayer())>1 and Base[1]==S2I(SubString(Admin2__NumberSet,answers[2],answers[1]))and Base[2]==S2I(SubString(Admin2__NumberSet,answers[4],answers[3]))and Base[3]==S2I(SubString(Admin2__NumberSet,answers[5],answers[6]))then
call ForceAddPlayer(admins,GetTriggerPlayer())
call s__playerr_AddAdmin(GetTriggerPlayer())
call DisplayTimedTextToPlayer(GetLocalPlayer(),0,0,3,"Admin activated")
set udg_specialPlaying=true
endif
endif
endfunction
Currently, I'm trying to figure out the typed command. If I can find out what that is, I can beat the rest of it.
I give up. I have no way of figuring out what the hell it is. It's a chat string, and I have no way of figuring out what it is. And there's 8,031,810,176 (26^7) possible combinations for the password, so... Yeah. Unless I'm completely missing something, I'm not sure how the hell to do this.
initialD, any ideas?
My Warcraft III Tool Collection
If you want to chat/game with me:
Blizzard: Senethior459#1962
Discord: Kyle#7409
Steam: Spacekidkyle
bleach12233
Newcomer
Posts: 5
Joined: October 5th, 2008, 7:45 am

Re: Requesting Vampirism Beast 1.485 Newest version Admin codes

Post by bleach12233 »

Are you sure it was a typed command I think he just changed it from the old one and that was a key command so like up left right down.
User avatar
Senethior459
Forum Staff
Posts: 2618
Joined: June 2nd, 2007, 6:53 pm
Title: I Just Lost the Game

Re: Requesting Vampirism Beast 1.485 Newest version Admin codes

Post by Senethior459 »

set r1b=S2R(SubString(GetEventPlayerChatString(),0,2))
set r2b=S2R(SubString(GetEventPlayerChatString(),2,4))
set r3b=S2R(SubString(GetEventPlayerChatString(),4,6))

Chat String. I'm fairly certain that it is a typed thing.
My Warcraft III Tool Collection
If you want to chat/game with me:
Blizzard: Senethior459#1962
Discord: Kyle#7409
Steam: Spacekidkyle
Gwypaas
Junior Member
Posts: 36
Joined: May 13th, 2007, 5:56 pm

Re: Requesting Vampirism Beast 1.485 Newest version Admin codes

Post by Gwypaas »

Yes, that is the activator, now you just need to find the code :)

Btw - How did you get the real variable names? I thought WC3Optimizer removed them.. or Frozen just screwed the protecting up lol.