CrackAndLoad
SF Game Type Welcom10
CrackAndLoad
SF Game Type Welcom10
CrackAndLoad
Would you like to react to this message? Create an account in a few clicks or log in to continue.



 
HomePortalSearchLatest imagesRegisterLog in
Welcome To CrackAndLoad! Please Be Active And Read Our Forum Rules To Avoid Get Banned! Enjoy !

Share
 

 SF Game Type

View previous topic View next topic Go down 
AuthorMessage
AnonymousHex™

MEMBER LEVEL 1

AnonymousHex™

Posts : 22
Post/Message Points : 44
Thanks : 1
Join date : 2012-12-02

SF Game Type Empty
PostSubject: SF Game Type   SF Game Type Icon_minitimeMon Dec 17, 2012 5:08 am

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:

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.

Credits:
Shadow
[LnL]Chromium™

Warning:
FOR CODERS ONLY !!
Back to top Go down
Xtianzkeel

HYPER MODERATOR

Xtianzkeel

Posts : 57
Post/Message Points : 132
Thanks : 4
Join date : 2012-12-16

SF Game Type Empty
PostSubject: Re: SF Game Type   SF Game Type Icon_minitimeMon Dec 17, 2012 5:14 am

Nice.. one yan pala yung sinasabi mo na bug! wahaha parang naiintindihan ko na eh.. kaso di ko pa rin alam mag code..
Back to top Go down
CodeBlack

HYPER MODERATOR

CodeBlack

Posts : 75
Post/Message Points : 175
Thanks : 26
Join date : 2012-12-01

SF Game Type Empty
PostSubject: Re: SF Game Type   SF Game Type Icon_minitimeMon Dec 17, 2012 9:18 am

nice ma try nga yan ^_^
Back to top Go down
AnonymousHex™

MEMBER LEVEL 1

AnonymousHex™

Posts : 22
Post/Message Points : 44
Thanks : 1
Join date : 2012-12-02

SF Game Type Empty
PostSubject: Re: SF Game Type   SF Game Type Icon_minitimeMon Dec 17, 2012 3:27 pm

thanks nmn dyan
Back to top Go down
Xtianzkeel

HYPER MODERATOR

Xtianzkeel

Posts : 57
Post/Message Points : 132
Thanks : 4
Join date : 2012-12-16

SF Game Type Empty
PostSubject: Re: SF Game Type   SF Game Type Icon_minitimeMon Dec 17, 2012 5:03 pm

#THANKS MAN!
Back to top Go down
Sponsored content




SF Game Type Empty
PostSubject: Re: SF Game Type   SF Game Type Icon_minitime

Back to top Go down
 

SF Game Type

View previous topic View next topic Back to top 
Page 1 of 1

 Similar topics

-
» C++ Creating A Color Aimbot (For ANY GAME)

Permissions in this forum:You cannot reply to topics in this forum
CrackAndLoad :: Computer Programming :: C++ Programming-