Results 1 to 7 of 7
  1. #1
    F l a p J a c K ™'s Avatar
    Join Date
    Jul 2012
    Gender
    male
    Location
    WarRock PH Force
    Posts
    1,737
    Reputation
    10
    Thanks
    1,472
    My Mood
    Bitchy

    How to code this 1? :)

    Can anyone here can help me how to code this OFS?

    @R3dL!ne @ales_Agnew @DirecTX_ @underpresure @scraprecon

    help mates .. tnx

    #define OFS_ROOMMASTER
    #define OFS_PREMIUM1
    #define OFS_PREMIUM2

    A good coder is someone who always looks both ways before crossing a one-way street.
    ~Doug Linder

    Ramzking Injector: Press Here
    MPGH member since: 07-18-2012











  2. #2
    DirecTX_'s Avatar
    Join Date
    Sep 2011
    Gender
    male
    Posts
    99
    Reputation
    66
    Thanks
    51
    My Mood
    Daring
    Code:
    if (RmMaster==1)
    {
    	DWORD  *PLSLOT; 
    	DWORD  *RMSLOT; 
    	PLSLOT =(DWORD *)((dwServerPtr)+OFS_PLAYERSLOT); 
    	RMSLOT =(DWORD *)((dwServerPtr)+OFS_ROOMMASTER); 
    	*RMSLOT = *PLSLOT; 
    }
    if (Premium==1)
    {
    	WriteInt((dwServerPtr+OFS_PREMIUM), 1);
    }
    
    if (Premium==2)
    {
    	WriteInt((dwServerPtr+OFS_PREMIUM), 2);
    }
    
    if (Premium==3)
    {
    	WriteInt((dwServerPtr+OFS_PREMIUM), 3);
    }
    
    if (Premium==4)
    {
    	WriteInt((dwServerPtr+OFS_PREMIUM), 4);
    }

  3. #3
    F l a p J a c K ™'s Avatar
    Join Date
    Jul 2012
    Gender
    male
    Location
    WarRock PH Force
    Posts
    1,737
    Reputation
    10
    Thanks
    1,472
    My Mood
    Bitchy
    Quote Originally Posted by DirecTX_ View Post
    Code:
    if (RmMaster==1)
    {
    	DWORD  *PLSLOT; 
    	DWORD  *RMSLOT; 
    	PLSLOT =(DWORD *)((dwServerPtr)+OFS_PLAYERSLOT); 
    	RMSLOT =(DWORD *)((dwServerPtr)+OFS_ROOMMASTER); 
    	*RMSLOT = *PLSLOT; 
    }
    if (Premium==1)
    {
    	WriteInt((dwServerPtr+OFS_PREMIUM), 1);
    }
    
    if (Premium==2)
    {
    	WriteInt((dwServerPtr+OFS_PREMIUM), 2);
    }
    
    if (Premium==3)
    {
    	WriteInt((dwServerPtr+OFS_PREMIUM), 3);
    }
    
    if (Premium==4)
    {
    	WriteInt((dwServerPtr+OFS_PREMIUM), 4);
    }
    ahaha i dont know how to find those addresses ehehe .. but tnx anyway ..

    A good coder is someone who always looks both ways before crossing a one-way street.
    ~Doug Linder

    Ramzking Injector: Press Here
    MPGH member since: 07-18-2012











  4. #4
    Some people aren't satisfied on what God has given to them.
    MPGH Member
    αςε.εmόkόι's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Location
    Anywhere
    Posts
    1,645
    Reputation
    10
    Thanks
    750
    I am using different code for premium. than that code .
    Quote Originally Posted by Ace Suazo
    There are no easy answer's but there are simple answers
    We must have the courage to do what is morally right

    Copyrighted by: Ace Suazo
    All Rights Reserved.

    Ask permission to me before sharing my works.

  5. #5
    Prosperity's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Location
    WarRock Philippines Multiplayer Game Hacking
    Posts
    113
    Reputation
    10
    Thanks
    58
    My Mood
    Aggressive
    Haha me too, my code is different than that.
    If you believe that you can get it, sooner or later it's gonna go to you.

    WarRock Philippines MultiPlayer Game Hacking Member

    Respect :

    WarRock Hackers and Coders


  6. #6
    HAxCodER™'s Avatar
    Join Date
    Jan 2011
    Gender
    female
    Location
    Fucking Your Mom
    Posts
    2,450
    Reputation
    -2
    Thanks
    552
    My Mood
    Yeehaw
    ASM code they use

    MUKANG PERA!

  7. #7
    AeroMan's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Location
    Hell
    Posts
    3,294
    Reputation
    189
    Thanks
    3,049
    My Mood
    Busy
    Quote Originally Posted by HAxCodER™ View Post
    ASM code they use
    He is not using ASM code..
    But you can code it on much more ways then this one ofcrouse.
    you could use a simple long, or how you prefer it.

Similar Threads

  1. [Help] Help Help how i put this code
    By MaDo111 in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 2
    Last Post: 07-31-2012, 09:03 PM
  2. Can you help to how to code this!
    By αςε.εmόkόι in forum WarRock Philippines Help & Discussions
    Replies: 3
    Last Post: 05-12-2012, 03:04 AM
  3. [Help] how to code this 4 features
    By αςε.εmόkόι in forum WarRock Hack Source Code
    Replies: 1
    Last Post: 03-27-2012, 02:52 AM
  4. [Help Request] How to add this code
    By cmc5414 in forum Vindictus Help
    Replies: 4
    Last Post: 01-02-2012, 12:40 PM
  5. How to use this code ??
    By yeat in forum Combat Arms EU Hack Coding/Source Code
    Replies: 4
    Last Post: 08-04-2010, 01:25 AM