• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

Recent content by ThuGie

  1. T

    Visual Basic 6.0 HEX Editing Functions - For Hacking ROMs.

    I agree with Darthatron, If you know a higher lvl language then vb6 stick with it.
  2. T

    Tool: Title Screen Cry Changer

    He can't post links yet to low of a post count.
  3. T

    Visual Basic 6.0 HEX Editing Functions - For Hacking ROMs.

    1. What is Len, LenB etc. I always see them everywhere, but I never know what they mean. Len is used to calculate the lenght of a string, LenB does the same but it seems a bit faster.. 2. Every time I Write hex back to the ROM then it puts the data one byte ahaed or behind the actual offset. Do...
  4. T

    Tool: [Release] AdvanceMap 1.90 / 1.91 /1.92

    I never used ICQ before, But when i have time i will try it out, First going to get myself a new hdd today since this one has seen its years..
  5. T

    Tool: Unfinished - GBA POKE, Search

    Yeah it will search the whole rom for posible text, Like pokemon name's attack's etc. I wanted to add like offset of where it was found its quite easy to add but well i while i wrote the code + topic i hadnt slept for around 24 hours. And thought maybe somebody else has a interst in it if so...
  6. T

    Posible Reason Slow Forum.

    Well sorry about my engels, Its for starters already bad and to make it worse, I havent slept in 27 hours. Yes but it would seem some poeple can execute a simple lets say php code, That will request the search page again and again loads of times, And the search page will execute these on to...
  7. T

    Posible Reason Slow Forum.

    Hey guys, I was really wondering why the forum is slow, Not even slow but even crashed/ almost crashed state alot. So i took alook if there was any uhm how should i say problem with the software you guys where running that a posible attacker could use to get the forum down. I found one. As...
  8. T

    Tool: [Release] AdvanceMap 1.90 / 1.91 /1.92

    You do know that the forum has a nice edit feature that you can use, So you dont have to create a other post. And have you tried reading all 7 pages, Since one of those can include and probably does, A fix or a explanation as to why it does what it does for you.
  9. T

    Tool: Unfinished - GBA POKE, Search

    Hey guys, I was working on a tool that you can use like this, You select your gba rom ofcourse pokemon like Leaf Green, And you select analyze it will read the whole file piece by piece, And would look for text strings and show them + there offset, I got the basic working i made it really...
  10. T

    Visual Basic 6.0 HEX Editing Functions - For Hacking ROMs.

    Ah try and run them seperate, But also try to write 5kb per function each time it runs ;). so 1000x 5kb
  11. T

    Visual Basic 6.0 HEX Editing Functions - For Hacking ROMs.

    First its not TheGie but ThuGie :D, Second for the test are you using your rewriten code or the currect one in the package, Also what kind of test did you do, I used a bit of a stress test of 5k writing 1000x times, As size could slow yours down as your writing byte by byte. And it could be so...
  12. T

    Visual Basic 6.0 HEX Editing Functions - For Hacking ROMs.

    Darthatron was kind enough to release his functions, And people are ofcourse using them, But so far i have seen nobody has even tryed to fix the problems that the functions still have, They use them and compain about the problems, For me i dont even use the functions but i thought why not take...
  13. T

    Visual Basic 6.0 HEX Editing Functions - For Hacking ROMs.

    Yeah its quite a strange thing, But i think its because he changes the data itself that the function is given, Like the function gets sData, In the function itself its called HexData, He alters HexData but probably in vb6 HexData is simply sData just under a diffrent name, So because he alters...
  14. T

    Visual Basic 6.0 HEX Editing Functions - For Hacking ROMs.

    Hey, I checked out your function "ReverseHex", And to tell you the truth it gave me the creeps :p, First i noticed that when you run this its a example Dim test As String test = "01" msgbox(ReverseHex(test)) msgbox(test) test will be empty after your function has been used, And your for loop...
  15. T

    Tool: [Release] AdvanceMap 1.90 / 1.91 /1.92

    LU-HO, I'm writing something that is able to read the map file that your program is able to save, Now it was quite easy to locate where the map size is stored, And i thought also quite easy to locate the Tile and place it on the map, But it seems not though. When i load your map file of lets...
Back
Top