Re: [WIP] Application: RetuNE
Alright, I'll take a shot at it ... I don't have the Halo CD right now, BTW :p
Re: [WIP] Application: RetuNE
Re: [WIP] Application: RetuNE
Re: [WIP] Application: RetuNE
CD Images aren't illegal if you own a legal copy of the actual CD, you can reproduce it for your personal use ONLY.
Re: [WIP] Application: RetuNE
I think I still have this somewhere :3
Re: [WIP] Application: RetuNE
Really cool! Nice work you got there!:)
Re: [WIP] Application: RetuNE
Quote:
Originally Posted by
Rescudo
Well the app was almost done but it had a pretty big bug in it, being that you couldn't enter 99% of the characters available in charmap ... basically making it pretty useless. I'll look into it if there's any interest, otherwise I'll just post the source files.
You need to use UNICODE textboxes so you can display the extra characters supported by UNICODE fonts. Here's an article describing how to enable it:
http://www.freevbcode.com/ShowCode.asp?ID=3591
Cool program name :cool:
Re: [WIP] Application: RetuNE
Quote:
Originally Posted by
bitterbanana
Oh this was made in VB? Wow, I didn't know things like this could made with VB. I mean doesn't this involve memory addresses? And VB has the capability to do that?
Re: [WIP] Application: RetuNE
Quote:
Originally Posted by
Gamerkd16
Oh this was made in VB? Wow, I didn't know things like this could made with VB. I mean doesn't this involve memory addresses? And VB has the capability to do that?
Yup :O Bitters & Racer_S (whos god btw) first h4x were in vb6...
Racer_S made a FOV hack for bioshock btw heh :D
Re: [WIP] Application: RetuNE
Quote:
Originally Posted by
Gamerkd16
Oh this was made in VB? Wow, I didn't know things like this could made with VB. I mean doesn't this involve memory addresses? And VB has the capability to do that?
In VB, you have access to the necessary winapi functions: OpenProcess, WriteProcessMemory, ReadProcessMemory.