Recent Blogs Posts

  1. Welcome Fkn0wned Army!

    http://vash.pastebin.com/f606bd78d

    Thanks for the traffic, Tux!

    (Anybody who wants to release a "cracked" Fkn0wned VIP hack, feel free to contact me. I'll send you all of the files and explain how to "spoof" the scds verification.)

    FORtehLULZ
    Categories
    Uncategorized
  2. Messing around again with ACCF

    So ,since I'm making the Search/Teleport code soon, I thought I'd completely remake Real-Time World Edit for practice. I added checks to make sure you don't write to the wrong place, so this should be the same as v2 right?
    [spoiler][code]lis r17,0x80E6
    lbzu r10,0x38D7(r17) //x coordinate
    lbz r17,0x8(r17) //y coordinate

    cmpwi r10,0x60 //check if we're after the map
    bgelr
    cmpwi r17,0x60 //check if we're after the map (to make sure we ...
    Categories
    Uncategorized