Results 1 to 6 of 6
  1. #1
    benjahwest's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Posts
    9
    Reputation
    10
    Thanks
    0

    I search a function...

    Hello,

    I search a function in the client that will receive commands from the server.
    Do you know what is her name ?
    How i can locate this ?

    EX:
    Code:
    void Client_ExecuteServerCommand(char* cmd)
    	{
    		if (strcmp(cmd, "my_command"))
    		{
    			do_stuff()
    		}
    		else
    			CL_ExecuteServerCommand(cmd);
    	}

  2. #2
    殺す必要がある唯一のものは殺されるために準備され人 々である。
    Premium Member
    Hitokiri~'s Avatar
    Join Date
    Oct 2012
    Gender
    female
    Location
    Cancer.
    Posts
    1,201
    Reputation
    24
    Thanks
    937
    My Mood
    Bitchy
    By learning how to Reverse Engineer...

  3. #3
    benjahwest's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Posts
    9
    Reputation
    10
    Thanks
    0
    In a way this is what I do.

  4. #4
    殺す必要がある唯一のものは殺されるために準備され人 々である。
    Premium Member
    Hitokiri~'s Avatar
    Join Date
    Oct 2012
    Gender
    female
    Location
    Cancer.
    Posts
    1,201
    Reputation
    24
    Thanks
    937
    My Mood
    Bitchy
    Quote Originally Posted by benjahwest View Post
    In a way this is what I do.
    If that's what you do then you should know how to find it.

  5. #5
    AcidShout's Avatar
    Join Date
    May 2013
    Gender
    male
    Location
    nowhere
    Posts
    81
    Reputation
    27
    Thanks
    221
    My Mood
    Asleep
    There's a shitload of tutorials on the internet, and I know there's one SPECIFIC for this function for this same game.

    If you can't Google, you can't RE.

  6. The Following User Says Thank You to AcidShout For This Useful Post:

    benjahwest (12-02-2014)

  7. #6
    benjahwest's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Posts
    9
    Reputation
    10
    Thanks
    0
    I find the function but I have a problem. I would like to communicate with the server using custom command not programmed in cod, but it causes bugs. I had a crash, or a nice r "EXE_UNPURECLIENTDETECTED." What should I do? How i can escape my command in a secure way ?

Similar Threads

  1. [Help]notepad search function
    By mizzer3 in forum Visual Basic Programming
    Replies: 30
    Last Post: 09-10-2010, 01:10 PM
  2. [Help]Search File Function[Solved]
    By ppl2pass in forum Visual Basic Programming
    Replies: 1
    Last Post: 06-09-2010, 07:50 AM
  3. [SEARCH] WarRock Spam Tool
    By stfustfu in forum WarRock - International Hacks
    Replies: 13
    Last Post: 01-16-2006, 11:18 AM
  4. Beginner Guide to using T-Search
    By arunforce in forum Game Hacking Tutorials
    Replies: 0
    Last Post: 01-02-2006, 08:13 PM
  5. Hi;Searching for hack
    By Silverman in forum General Game Hacking
    Replies: 0
    Last Post: 12-31-2005, 05:35 AM