LAST NEWS About AMRTS Studio Editor!
- An4sStrik33r!
- Grenadier
- Posts: 19
- Joined: Mon Dec 21, 2009 5:19 am
LAST NEWS About AMRTS Studio Editor!
Good Morning 4 all !
i created that topic for everything new about my search to unlock AMRTS Studio editor !
i started the search in about 5 hours
so here is what i found :
Bind("ctrl shift s", "sys.runcode shell");
Bind("ctrl shift k", "sys.runcode studio");
Bind = set a key of keyboard to do something , in that exemple CTRL SHIFT E its to show the studio but its not working when i press it in the main menu
so i looked up of the bind's lines i founded an IF STATEMNT :
If("sys.buildtype", "!=", "release")
{
Exec("if_common_keybind_debug.cfg");
}
i dont know what does sys buildtype mean , but i know in the language of programation ( != ) means : not equal
exemple : 5 != 2 , 2 != 1 , 1 = 1 , 1,2 != 1 ... etc
if i found anything i will post it here
and dont forget to share your ideas too
Greetz to all PaK Members : Arsi , warlord ... etc
AND I WILL SAY FOR THE IDIOTS WHO DONT WANT TO SHARE HOW TO UNLOCK THE STUDIO , JUST WAIT YOU WILL LOSE FAIL !
i created that topic for everything new about my search to unlock AMRTS Studio editor !
i started the search in about 5 hours
so here is what i found :
Bind("ctrl shift s", "sys.runcode shell");
Bind("ctrl shift k", "sys.runcode studio");
Bind = set a key of keyboard to do something , in that exemple CTRL SHIFT E its to show the studio but its not working when i press it in the main menu
so i looked up of the bind's lines i founded an IF STATEMNT :
If("sys.buildtype", "!=", "release")
{
Exec("if_common_keybind_debug.cfg");
}
i dont know what does sys buildtype mean , but i know in the language of programation ( != ) means : not equal
exemple : 5 != 2 , 2 != 1 , 1 = 1 , 1,2 != 1 ... etc
if i found anything i will post it here
and dont forget to share your ideas too
Greetz to all PaK Members : Arsi , warlord ... etc
AND I WILL SAY FOR THE IDIOTS WHO DONT WANT TO SHARE HOW TO UNLOCK THE STUDIO , JUST WAIT YOU WILL LOSE FAIL !
I Live in Linux World !
[ Python - PHP - SQL ]
[ Python - PHP - SQL ]
Re: LAST NEWS About AMRTS Studio Editor!
A great adventure is waiting for you ahead. Hurry onward Lemmiwinks, for you will soon be dead. The journey before you may be long and filled with woe. But you must escape the gay man's ass, or your tale can't be told.
Take the magic helmet-torch to help you light the way, there's still alot of ground to cross inside the man so gay! Ahead of you lies adventure, and your strength still lies within! Freedom from the ass of doom is the treasure you will win
- franqetesh
- Sniper
- Posts: 49
- Joined: Sat Nov 08, 2008 6:03 pm
- Location: Buenos Aires, Argentina
Re: LAST NEWS About AMRTS Studio Editor!
Man, that bind says CTRL SHIFT K lol.
But nice! :P
SphinX, what the hell is that.
Share the Studio Editor man...
But nice! :P
SphinX, what the hell is that.
Share the Studio Editor man...
- An4sStrik33r!
- Grenadier
- Posts: 19
- Joined: Mon Dec 21, 2009 5:19 am
Re: LAST NEWS About AMRTS Studio Editor!
Sphinx Go to hell !
thanks for reply franqtech
i changed the bind to CTRL SHIF K to make sure is not working the bind's thats all
in original its CTRL SHIFT E
thanks for reply franqtech
i changed the bind to CTRL SHIF K to make sure is not working the bind's thats all
in original its CTRL SHIFT E
I Live in Linux World !
[ Python - PHP - SQL ]
[ Python - PHP - SQL ]
- franqetesh
- Sniper
- Posts: 49
- Joined: Sat Nov 08, 2008 6:03 pm
- Location: Buenos Aires, Argentina
Re: LAST NEWS About AMRTS Studio Editor!
Man, you need an Hex Editor for doing that... That's how Sniper make all the maps.
With that you can't do anything.
(if you look, there are many parts of the code that are weird signs, that's because it's compilated)
Also, try removing all the "deactivate" what they are in the Studio Editor.
With that you can't do anything.
(if you look, there are many parts of the code that are weird signs, that's because it's compilated)
Also, try removing all the "deactivate" what they are in the Studio Editor.
- An4sStrik33r!
- Grenadier
- Posts: 19
- Joined: Mon Dec 21, 2009 5:19 am
Re: LAST NEWS About AMRTS Studio Editor!
I'm Using Notepad++ , I have Hex Editor too ( i was using it to crypt servers ) but its Trial Expired , i will download a cracked version and i will check brother .
But Sniper was editing original maps like ( doubles ) to make ( maximum rush ... ) , right?
But Sniper was editing original maps like ( doubles ) to make ( maximum rush ... ) , right?
I Live in Linux World !
[ Python - PHP - SQL ]
[ Python - PHP - SQL ]
- An4sStrik33r!
- Grenadier
- Posts: 19
- Joined: Mon Dec 21, 2009 5:19 am
Re: LAST NEWS About AMRTS Studio Editor!
Every edit in the base.x just remove a blank line between 2 lines , the game is gonna corrupt , thats make me angry
but wait i searched about deactivate and i found this :
IFaceCmd("gamegod.setworld", "$world");
Cmd("gamegod.missions.select");
Deactivate();
Cmd("sys.runcode studio");
so i deleted the Deactivate line and i run the game is loading ok shit !!!
but nothing in the main menu -.-
when i try to quit the game its freez the pc and block all shit need restart
thats all for today :P
but wait i searched about deactivate and i found this :
IFaceCmd("gamegod.setworld", "$world");
Cmd("gamegod.missions.select");
Deactivate();
Cmd("sys.runcode studio");
so i deleted the Deactivate line and i run the game is loading ok shit !!!
but nothing in the main menu -.-
when i try to quit the game its freez the pc and block all shit need restart
thats all for today :P
I Live in Linux World !
[ Python - PHP - SQL ]
[ Python - PHP - SQL ]
- franqetesh
- Sniper
- Posts: 49
- Joined: Sat Nov 08, 2008 6:03 pm
- Location: Buenos Aires, Argentina
Re: LAST NEWS About AMRTS Studio Editor!
Search 'Studio', and you'll see the part with the 'Deactivate'.
- An4sStrik33r!
- Grenadier
- Posts: 19
- Joined: Mon Dec 21, 2009 5:19 am
Re: LAST NEWS About AMRTS Studio Editor!
There are too many Studio man , please select the line number
by editing base.x with Notepad++
and tell me the line number i will go directly
by editing base.x with Notepad++
and tell me the line number i will go directly
I Live in Linux World !
[ Python - PHP - SQL ]
[ Python - PHP - SQL ]
- franqetesh
- Sniper
- Posts: 49
- Joined: Sat Nov 08, 2008 6:03 pm
- Location: Buenos Aires, Argentina
Re: LAST NEWS About AMRTS Studio Editor!
Line 32704:
Add("Filter::Studio::Hidden");
That's quite interesting.
Oh, here it's what you want:
http://img163.imageshack.us/img163/1483/screen2l.png
In those lines there is that 'Deactivate' thing.
And as a plus, some Includes :)
http://img687.imageshack.us/img687/9315/screen1w.png
Add("Filter::Studio::Hidden");
That's quite interesting.
Oh, here it's what you want:
http://img163.imageshack.us/img163/1483/screen2l.png
In those lines there is that 'Deactivate' thing.
And as a plus, some Includes :)
http://img687.imageshack.us/img687/9315/screen1w.png
Who is online
Users browsing this forum: No registered users and 0 guests