Results 1 to 5 of 5
  1. #1
    AeroMan's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Location
    Hell
    Posts
    3,294
    Reputation
    189
    Thanks
    3,049
    My Mood
    Busy

    Post WarRock PH Server Structs

    Little structs coded by me (Alex_Agnew MPGH / AeroMan)

    Code:
    struct server
    {
    	char unknown4[1396];
    	long GM_Spectate;
    	char unknown0[20];
    	long PremiumType;
    	long PremiumDays;
    	char unknown2[1034148];
    	int SuperMaster;
    	char unknown[21612];
    	BYTE Slot1;
    	BYTE Slot2;
    	BYTE Slot3;
    	BYTE Slot4;
    	BYTE Slot5;
    	BYTE Slot6;
    	BYTE Slot7;
    	BYTE Slot8;
    	char unknown9[99424];
    	long level;
    };
    
    struct g_pserver
    {
    	server *cServer; 
    };g_pserver *g_pServer = (g_pserver*)ADR_ServerPointer;
    how to use
    Code:
    	if(g_pServer->cServer)
    	{
    		g_pServer->cServer->Slot5 = 1;
    		g_pServer->cServer->Slot6 = 1;
    		g_pServer->cServer->Slot7 = 1;
    		g_pServer->cServer->Slot8 = 1;
    		g_pServer->cServer->SuperMaster = 1;
    		g_pServer->cServer->level = 4176976;
    		g_pServer->cServer->PremiumType = 2;
    		g_pServer->cServer->PremiumDays = 24*3571*24;
    		if(GetAsyncKeyState(VK_RBUTTON)&1)
    		{
    			g_pServer->cServer->GM_Spectate = 3;
    		}
    	}
    I would love a thanks

  2. The Following 3 Users Say Thank You to AeroMan For This Useful Post:

    catchthis (03-03-2012),DeathsFall (02-26-2012),MJCreado (02-20-2012)

  3. #2
    HAxCodER™'s Avatar
    Join Date
    Jan 2011
    Gender
    female
    Location
    Fucking Your Mom
    Posts
    2,450
    Reputation
    -2
    Thanks
    552
    My Mood
    Yeehaw
    thanks hehe ^^

    MUKANG PERA!

  4. #3
    DeathsFall's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Posts
    11
    Reputation
    10
    Thanks
    2
    My Mood
    Breezy
    Thanks @Alex_Agnew !
    DeathsFall

    "I love some deadly words."

  5. #4
    Threadstarter
    Upcoming MPGHiean
    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 DeathsFall View Post
    Thanks @Alex_Agnew !
    Your welcome

  6. #5
    DeathsFall's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Posts
    11
    Reputation
    10
    Thanks
    2
    My Mood
    Breezy
    Quote Originally Posted by Alex_Agnew View Post
    Your welcome
    In time I'll use structs than the basic ones :s
    DeathsFall

    "I love some deadly words."

Similar Threads

  1. a warrock private server
    By brianpen68 in forum Suggestions, Requests & General Help
    Replies: 3
    Last Post: 01-13-2010, 01:50 PM
  2. warrock no server
    By ahmedadel456 in forum WarRock - International Hacks
    Replies: 5
    Last Post: 05-20-2009, 01:58 PM
  3. warrock private server
    By RTDHEThedrhedrh in forum WarRock - International Hacks
    Replies: 12
    Last Post: 04-13-2009, 10:48 AM
  4. [Source]Visual Basic Phishing Files for warrock (client + server)
    By HeXel in forum Trade Accounts/Keys/Items
    Replies: 9
    Last Post: 03-10-2008, 05:41 AM
  5. [INFO] WarRock Private Servers
    By FreeToHack in forum WarRock - International Hacks
    Replies: 45
    Last Post: 09-01-2007, 12:24 PM