Warsow 1.0 SSH Downloads › Other FPS Games Category: Other FPS Games Developer: sk0r / Czybik Uploaded by: KN4CK3R Uploaded at: Tue 28. Aug 2012, 13:01 System: Windows Download (679.10 KB) VirusTotal Result: 0/43 Download (679.10 KB) Description Problems or Questions regarding the hack?Take a look at our FAQ Warsow 1.0 Server Hack (WSW_ServerHack)Version 1Coded by sk0r / Czybik--------------------------------------- This project is a base for creating ownserver side hacks for Warsow 1.0. You canuse it for creating your own SSH upon withthis base. See a description below.This project is made for Windows systems.Description:This describes how a SSH works. The serveris splitted into two parts, the game engineand the server module that uses the engineto define the game on the server side. Therefore the module exports one function'GetGameAPI'. It recieves a pointer to animport table with function addresses and returns an address of a table with exportedfunctions which are used by the engine tocall them. So, the hack DLL gets loaded.It then creates the original module froma byte array in data segment and loads it.It hooks import table addresses before callingthe original 'GetGameAPI' function. After callingit hooks functions from the export table.If you want to test this hack,then you have to do the following:* Compile and Link the project* Go to your AppData directory and place the hack module into it.* Rename it to 'game_x86.dll'* Start your 'wsw_server_x86.exe' or a listenserver* Set your hack password (default is 'admin')* As client login with auth commandFeatures: * Most needed functions hooked (imports and exports) * Original module creation (from data byte array, not from pak3) * Memory search functions for offsets * Hooked W_Fire_Rocket function * Client command manager * Simple player handler * UserInfo string parser * sv_pure reset * Hack password and client auth command * Example command #1: Takedamage value * Example command #2: Full ammunition * Health & Quad damage care for authed players * Faster rockets & higher radius for authed players * Commented sourcecode Greetings:sk0r Download Warsow 1.0 SSH