gametechmods
Robot Arena => General Support => Topic started by: xaXo on June 21, 2010, 04:00:59 PM
-
Hey, is it possible to change the cheatbot2 command :?
I looked in all py scripts, but couldn't find it.
If anyone got some info, please share :P
-
Wrong section, but I'll still answer your questrion.
What are you trying to achieve?
-
Maybe you could ask Serge, he's doing stuff to the EXE, which is where the cheats are located.
-
Serge has left for 2 months. It might just be making other compoonents cheatbot2 parts.
-
X, how do you want to change it?
-
I want to change it to something like 0123456SECRET xD, so that noone can cheat ^^
-
you could just delete the cheat parts ?
or edit the part in the component text files from
Hidden = 2
to
Hidden = 1
0 means normal (or you could have no line)
1 means hidden (no matter what)
2 means cheatbot2 part
-
Hmmm, you wanna help me remove it from over 600 parts? :D ^^
No, i need info on how to change the command :)
Thx P:
-
All you have to do is open the EXE with a hex editor (after making a copy) then replace the text cheatbot2 with whatever you want. I changed this one's (https://gametechmods.com/uploads/files/RA2_SECRETS4U.zip) password to SECRETS4U but you could easily change it to something else.
If you use the one I uploaded, be sure to have a copy of the original 'Robot Arena 2.exe' just in case. I named it 'Robot Arena 2b.exe' so it won't replace or interfere with anything if you left it in the same directory as the original.
-
Ahh i didnt think of that...
THANK YOUUUU :D
-
Whats the pourpose? are you making a mod?, it would be cool to see a new UI mod...............
-
a hex editor
Like Notepad++?
-
I use that one :)
http://www.chmaas.handshake.de/delphi/freeware/xvi32/xvi32.htm (http://www.chmaas.handshake.de/delphi/freeware/xvi32/xvi32.htm)
Whats the pourpose? are you making a mod?, it would be cool to see a new UI mod...............
Im making RA2 my edition mod ^^ , i modded some of the DSL UI.
The mod is for my site that i will make soon xD
The site gonna be for Bulgarian robot arena players :P
Like this one, but for bulgarians ^^
-
I changed a couple names of things. It's not that hard if you want to try (ALWAYS make a BU).
IDEA: Maybe we should 'map out' the exe,... as we find object or function locations.
Line # and small description(text/vid). :idea2:
*Would love to utilize that Raw_input in other places.....*
GK: Just google it. Some are better than others though....(http://www.ollydbg.de/ (http://www.ollydbg.de/))
EDIT: Oh, thanks, X.
-
NP
And why are you callin me X :S itz creepying me oud :S
-
It's just something we do here, nobody ever gets called by there real name:
Sparkey: Sparkles or Sparkie
G.K.: Jakey
Madiaba: Mad
ACAMS: 'CAMS
-
Okey, i don't know =o
NVM i would never call somebody with false nickname, Spar.
xD ^^
-
Exactly as he said, mine is shortened as SSG. Also congrats, you are now in posession of the GTMs shortest nickname X!
-
G.K.: Jakey
You are the only person to have called me that, and you only did that once.
-
If you say so Jakey.
-
Like Notepad++?
Thats what I use but if I remember correctly, you need to download the Hex Editor addon.
-
everyone always calls me sage... :P
-
so sorry, we shall now call you "Sa" so its only 2 letters
-
https://gametechmods.com/RA2wiki/index.php?title=Rule_of_Six (https://gametechmods.com/RA2wiki/index.php?title=Rule_of_Six)
-
LMAO @ Nar.
Actually there is page for this xXDD
-
My new nickname is .
-
Can i call you SQU? XD
-
Call him SM.
-
Yes, you can just find "cheatbot2" in the exe and replace it with something else of the same length (or shorter), and pad the rest with 00's. End the string with 00, too.
You MAY try to make it longer, but you can't be sure that you aren't overwriting some critical data.