can i change the ascale of player?

Results 1 to 12 of 12
  1. #1
    Who is the cow! sari4ever is offline
    MemberRank
    Apr 2007 Join Date
    Holy LandLocation
    790Posts

    can i change the ascale of player?

    can i change the ascale of player?


  2. #2
    Reverse Engineer ThievingSix is offline
    MemberRank
    Mar 2007 Join Date
    CaliforniaLocation
    901Posts

    Re: can i change the ascale of player?

    In short, yes. Back in the iGunz days Sulfin was looking through all the float values and found one that changes scale. You'll have to ask him or find it yourself.

  3. #3
    Who is the cow! sari4ever is offline
    MemberRank
    Apr 2007 Join Date
    Holy LandLocation
    790Posts

    Re: can i change the ascale of player?

    wha his username

    you odnt know what i have to do?

  4. #4
    Reverse Engineer ThievingSix is offline
    MemberRank
    Mar 2007 Join Date
    CaliforniaLocation
    901Posts

    Re: can i change the ascale of player?

    I don't remember how. Go use Cheat Engine and scan for all float values of an unknown value. Then scan the results for a value between -10000 and 10000. Change them one by one until you find the right one. =P

  5. #5
    Who is the cow! sari4ever is offline
    MemberRank
    Apr 2007 Join Date
    Holy LandLocation
    790Posts

    Re: can i change the ascale of player?

    so easy what do you mean by float?
    can you make a tut?

  6. #6
    Programming Addict Lambda is offline
    MemberRank
    Sep 2007 Join Date
    SpainLocation
    393Posts

    Re: can i change the ascale of player?

    Quote Originally Posted by sari4ever View Post
    so easy what do you mean by float?
    can you make a tut?
    float is a C++ type.

    Float number: 1.0761752
    5.761765246257167
    etc...

  7. #7
    Who is the cow! sari4ever is offline
    MemberRank
    Apr 2007 Join Date
    Holy LandLocation
    790Posts

    Re: can i change the ascale of player?

    wow so easy can't any one do it? and make a tut?

  8. #8
    Reverse Engineer ThievingSix is offline
    MemberRank
    Mar 2007 Join Date
    CaliforniaLocation
    901Posts

    Re: can i change the ascale of player?

    Quote Originally Posted by Lambda View Post
    float is a C++ type.

    Float number: 1.0761752
    5.761765246257167
    etc...
    It's not a C++ type, it's a number type. /facepalms


    Google "define:":
    Code:
     double  a real number between -1.7e308 and 1.7e308 with 14                  significant figures of accuracy usually expressed in                  scientific notation and suffixed with a "d" or "D"                                    examples: 1.5D, 0.4e-2D                                
     float  similar to double but in the range -3.4e38 through                      3.4e38 and suffixed with an "f" or "F"

  9. #9
    Account Upgraded | Title Enabled! war is offline
    MemberRank
    Feb 2007 Join Date
    353Posts

    Re: can i change the ascale of player?

    I have to use float to define my p**** size, but doublelong works too
    Last edited by Rotana; 09-04-08 at 06:23 PM.

  10. #10
    Account Upgraded | Title Enabled! Mr.Lucifer is offline
    MemberRank
    Apr 2007 Join Date
    797Posts

    Re: can i change the ascale of player?

    [quote=war

  11. #11
    Programming Addict Lambda is offline
    MemberRank
    Sep 2007 Join Date
    SpainLocation
    393Posts

    Re: can i change the ascale of player?

    Quote Originally Posted by ThievingSix View Post
    It's not a C++ type, it's a number type. /facepalms


    Google "define:":
    Code:
     double  a real number between -1.7e308 and 1.7e308 with 14                  significant figures of accuracy usually expressed in                  scientific notation and suffixed with a "d" or "D"                                    examples: 1.5D, 0.4e-2D                                
     float  similar to double but in the range -3.4e38 through                      3.4e38 and suffixed with an "f" or "F"
    ive said C++ type because GunZ is coded in C++

  12. #12
    Reverse Engineer ThievingSix is offline
    MemberRank
    Mar 2007 Join Date
    CaliforniaLocation
    901Posts

    Re: can i change the ascale of player?

    That doesn't mean anything..

    *facepalms*



Advertisement