Results 1 to 2 of 2
  1. #1
    -A-Viruz™
    -A-Viruz™ is offline
    Guest
    Join Date
    2012 Dec
    Posts
    1
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0

    SF Game Type Work with any Version

    Funny things can be done by changing this integer.

    Looked this up just to check what game type your in.

    single is 1, team games are 2-5, 7 is training, 8 is CTC etc.


    Code :
    Code:
    class CPlayerBase
    {
    public:
       char x1[0xA540]; //A54C in PSF/SSF (LSF is same offset as USF) THSF and KSF is 1C more
       int GameType;
    };
    
    CPlayerBase* GetPlayerBase( )
    {
       return *(CPlayerBase**)PlayerBase;
    }
    
    //0xC01374 in phillipines sf 0xC045F4 in universal sf
    Funny shit:

    Team to single = you spawn randomly instead of with your team.
    Training to anything = you can earn points from a training game.
    Horror to anything = you can use guns as a zombie.

    Have fun.

  2. #2
    musivian
    musivian is offline
    Guest
    Join Date
    2012 Apr
    Posts
    1
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0
    Don't forget to add credits :
    _Shadow

Similar Threads

  1. [Help] Something really work?
    By vinicim02 in forum Aika Bots, Hacks, Cheats
    Replies: 3
    Last Post: 2012-12-16, 10:13 PM
  2. [Hack] This work ?
    By wetoneto in forum Aika Online
    Replies: 3
    Last Post: 2012-04-01, 01:18 PM
  3. [Help] what is a complex type in aika?
    By vincent2 in forum Aika Guides, Tutorials
    Replies: 0
    Last Post: 2012-02-21, 05:04 AM
  4. [Help] how do this work?
    By sjakie28 in forum Requiem Online
    Replies: 2
    Last Post: 2011-02-03, 07:51 PM
  5. Type of Monster
    By darkenigma08 in forum Requiem Guides, Tutorials
    Replies: 0
    Last Post: 2011-01-14, 01:02 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •