AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Module Coding (https://forums.alliedmods.net/forumdisplay.php?f=9)
-   -   Module: CS Hack (https://forums.alliedmods.net/showthread.php?t=8230)

Arkshine 02-11-2013 06:26

Re: Module: CS Hack
 
By using a disassembler/decompiler like IDA. Google is your friend. But looking at your recent post and how you don't search, it might not a good idea you try things for that.

Bos93 02-11-2013 07:11

Re: Module: CS Hack
 
Search in IDA didn't give results. Therefore I also asked.

Arkshine 02-11-2013 07:27

Re: Module: CS Hack
 
Searching what, where and how exactly ?

Bos93 02-11-2013 08:00

Re: Module: CS Hack
 
mp.c - 80A47

Arkshine 02-11-2013 08:13

Re: Module: CS Hack
 
You don't answer really. It would seem you don't know really what you're doing. You would better start to learn and try more about IDA, and about searching things in disassembled code.
If the purpose is to remove the limits of this cvar, check my plugin Server Cvar Unlocker.

yokomo 01-24-2014 12:00

Re: Module: CS Hack
 
Ok i know this module is old and we can use Orpheu instead, but i need to learn a proper way how to find offset.

I tried via IDA Pro v6.1.110315(32-bit) on current mp.dll (cs16):
Code:

        // mp_freezetime last check 23Jan2014
        #define FREEZETIME_CHECK_MAX                0x8BE25        //0x809E7  // signed byte
        #define FREEZETIME_SET_MAX                        0x8BE3A //0x809FD  // signed byte
        #define FREEZETIME_SETCVAR_MAX                0x8BE2A //0x809EB  // float

I'm not sure that value is correct, but server still crash, the // is old offset. It would be better if has a tutor with picture.

tonkata245 01-24-2022 01:12

Re: Module: CS Hack
 
I have a problem
PHP Code:

// C:\Users\Toni\Desktop\addons\amxmodx\scripting\include\cshack_const.inc(69) : error 020: invalid symbol name ""
// C:\Users\Toni\Desktop\addons\amxmodx\scripting\include\cshack_const.inc(77) : error 020: invalid symbol name ""
// C:\Users\Toni\Desktop\addons\amxmodx\scripting\include\cshack_const.inc(81) : error 020: invalid symbol name ""
// C:\Users\Toni\Desktop\addons\amxmodx\scripting\include\cshack_const.inc(88) : error 020: invalid symbol name ""
// C:\Users\Toni\Desktop\addons\amxmodx\scripting\include\cshack_const.inc(100) : error 020: invalid symbol name ""
// C:\Users\Toni\Desktop\addons\amxmodx\scripting\include\cshack_const.inc(116) : error 020: invalid symbol name ""
// C:\Users\Toni\Desktop\addons\amxmodx\scripting\csh_sample.sma(46) : warning 213: tag mismatch
// C:\Users\Toni\Desktop\addons\amxmodx\scripting\csh_sample.sma(46) : warning 213: tag mismatch
// C:\Users\Toni\Desktop\addons\amxmodx\scripting\csh_sample.sma(37) : warning 203: symbol is never used: "low_startmoney"
//
// 6 Errors.
// Could not locate output file C:\Users\Toni\Desktop\addons\amxmodx\scripting\compiled\csh_sample.amx (compile failed). 



All times are GMT -4. The time now is 09:54.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.