OutdatedApB's AutoHexer

Posts 115 of 50 · Page 1 of 4
ApB's AutoHexer
Does what it says on the tin.

Input an .Swf and out comes a hexed version.

The version format is the following X.Y.Z
So if you want to change from version 4.0.0 to 4.3.0, in the first box you are goint to insert 4.0, and in the second 4.3
Credit to this guy for the idea


PICTURES




VIRUS SCANS


Error
http://www.metascan-online.com/en/sc...4eebc7a9319d48
http://www.virustotal.com/en/file/11...is/1377889649/




VVVV DOWNLOAD VVVV

Also gonna be bugs so just take a screenshot and post it, I'l update as frequently as I can.

Source is included but the code is barely functional and badly written. Feel free to improve on it. Written in Pascal


EDIT: Im getting flagged 2/46 on VirusTotal Anyone whats up with that? Metascans completely fine and so is Jotti
AutoHexer.rar6.1 MB · 2,211 downloads Scanning…
F1NbAtR.png25 KB · 48 downloads Mhp7Pkc.png119 KB · 48 downloads nZtJyqw.png273 KB · 31 downloads
amazing. stunning. simple.
Awesome. Hopefully it's legit.
Quote Originally Posted by asianpolarbear View Post
Does what it says on the tin.

Input an .Swf and out comes a hexed version.

The version format is the following X.Y.Z
So if you want to change from version 4.0.0 to 4.3.0, in the first box you are goint to insert 4.0, and in the second 4.3
Credit to this guy for the idea


PICTURES




VIRUS SCANS


Error
http://www.metascan-online.com/en/sc...4eebc7a9319d48
http://www.virustotal.com/en/file/11...is/1377889649/




VVVV DOWNLOAD VVVV

Also gonna be bugs so just take a screenshot and post it, I'l update as frequently as I can.

Source is included but the code is barely functional and badly written. Feel free to improve on it. Written in Pascal


EDIT: Im getting flagged 2/46 on VirusTotal Anyone whats up with that? Metascans completely fine and so is Jotti
you can delete the .png file since we can already see it.

other than that
Looks good. Im gonna test it out right now.

EDIT: or not, didnt see it wasnt approved.
What client were you trying to hex?
I had the same problem if I tried to hex the .swf - AssembleeGameClientProxy (the steam version of RoTMG)

EDIT: Also just realised the shortcut will be broken on everyone elses computer >.<'


Can't seem to replicate your error, I tried hexing a 16.0 -> 16.2 and a 15 -> 16.2 and they it all worked dandy


http://imgur.com/4x9DWai
Quote Originally Posted by asianpolarbear View Post
What client were you trying to hex?
I had the same problem if I tried to hex the .swf - AssembleeGameClientProxy (the steam version of RoTMG)

EDIT: Also just realised the shortcut will be broken on everyone elses computer >.<'


Can't seem to replicate your error, I tried hexing a 16.0 -> 16.2 and a 15 -> 16.2 and they it all worked dandy


imgur: the simple image sharer
Wait... it's broke or working?
It's working on my end. but apparently not on yours?

Only thing that throws up an error is if you try and hex a fresh .swf from steam Rotmg (no idea why you would)
Otherwise it works fine.
Approved. Make sure you don't have a space in the file name of the swf or it will error out.

BTW, is it typical that pascal programs are 14mb large? Seems awful large for something like this...
Quote Originally Posted by nilly View Post
Approved. Make sure you don't have a space in the file name of the swf or it will error out.

BTW, is it typical that pascal programs are 14mb large? Seems awful large for something like this...

I have no idea. This is my near first attempt with Pascal,
@d3c0y Im suprised it even runs on ubuntu, I'l look into it.

Im cleaning up the code and removing the garbage so it should run better and faster in the nextupdate, as well as properly deleting all the temporary files.
tested on 20 differant clients that are released on rotmg including all clients released since 15.0... none successful, client auto hexer says client successfully hexed yada yada yada enjoy... i open the client that was appearantly hexed and its COMPLETELY unchanged. your "client-auto hexer" doesnt work my friend.
Quote Originally Posted by Andrewstilwell411 View Post
tested on 20 differant clients that are released on rotmg including all clients released since 15.0... none successful, client auto hexer says client successfully hexed yada yada yada enjoy... i open the client that was appearantly hexed and its COMPLETELY unchanged. your "client-auto hexer" doesnt work my friend.
What clients did you try and hex? Their are several issues which im working on


Known Issues

I am aware of the following issues and working on them

-Program cannot access parameter.asasm file if the .swf has a space located in the string.
-Compatibility issues with Ubuntu
-Issues with locating the version number string in older versions of rotmg.
-Loose files left undeleted
- Should work on all clients apart from Nillys,
Gave it a go on "[15.0] RotMG In-Game Mod selector (new update)" but no dice (refresh to update client error). It does replace the existing client file correct and doesn't create a new one within program directory I should be looking for? On a side note runs well in Ubuntu.
@nilly : Delphi (i assume it is delphi) makes very big program even to do a simple hello world.
The thing is : all the code is included in the main exe so you dont have to install any runtime like with MSVC programs.
Also, the VCL take cares of most of the boring stuff like message loop handling ...

You can still be a 1337 and use delphi "raw" coding.

h**p://delphi.about.com/oddowsshellapi/l/aa111503a.htm

I have been coding in Delphi for 12 years now (personnal stuff and pro paid software) and i can say its pretty good when you know its limitations.

Also, I dont know how it works but i assume this exe embed rabcdasm and replace {VERSION} 2 times in Parameters.class.asasm .
That would explain the exe size.
Posts 115 of 50 · Page 1 of 4
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?