Thread: Strings

Results 1 to 2 of 2
  1. #1
    Swag's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Location
    Netherlands
    Posts
    1,619
    Reputation
    19
    Thanks
    1,865
    My Mood
    Amused

    Question Strings

    Hey guys,

    Who can give me the string names in olly of stw?

  2. #2
    Brimir's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Posts
    357
    Reputation
    21
    Thanks
    281
    Wallshotenabled etc

    @ the top of your file:
    Code:
    #define wallpointer 0xA65ED4
    In your hack thread:
    Code:
    DWORD cshell = (DWORD)GetModuleHandleA( "CShell.dll" );
    DWORD wallclass = *(DWORD*)(cshell + wallpointer);
    
    	if(wallclass) {
    		for(int a = 0; a < 64; a++) {
    			*(float*)(wallclass + (a * 0x4F4) + 0x4E8) = (float)1; //c + 0x468
    			*(float*)(wallclass + (a * 0x4F4) + 0x4EC) = (float)1; //c + 0x46C
    			*(float*)(wallclass + (a * 0x4F4) + 0x4F0) = (float)1; //c + 0x470
    		}
    	}
    Why do I share this? Becouse this is the noob way You also can do this with bool :P
    Last edited by Brimir; 10-30-2011 at 12:13 PM.

Similar Threads

  1. [HELP] User-Definable Function Strings
    By ilovepie21 in forum Visual Basic Programming
    Replies: 1
    Last Post: 04-24-2008, 09:16 PM
  2. all detectable strings
    By mojo007 in forum Visual Basic Programming
    Replies: 5
    Last Post: 04-18-2008, 07:35 PM
  3. All Strings ?
    By Teh Sasuke in forum Visual Basic Programming
    Replies: 2
    Last Post: 01-05-2008, 01:37 PM
  4. Delphi 7 for replacing detected CE strings??
    By jokuvaan11 in forum WarRock - International Hacks
    Replies: 5
    Last Post: 07-02-2007, 03:34 AM
  5. String Theory
    By arunforce in forum General
    Replies: 8
    Last Post: 01-14-2007, 09:49 AM