Server/Gamemode protection
#2

This works well against DeAMX.
PHP код:
@___If_u_can_read_this_u_r_nerd(); // 10 different ways to crash DeAMX
@___If_u_can_read_this_u_r_nerd() // and also a nice tag for exported functions table in the AMX file
// by Daniel_Cortez, exclusively for pro-pawn.ru (who cares anyway? -_-)
#emit stack 0x7FFFFFFF // wtf (1) (stack over... overfuck!?)
#emit inc.s cellmax // wtf (2) (this one should probably make DeAMX allocate all available memory and lag forever)
static const ___[][] = {"pro-pawn"".ru"}; // pretty old anti-deamx trick
#emit retn
#emit load.s.pri ___ // wtf (3) (opcode outside of function?)
#emit proc // wtf (4) (if DeAMX hasn't crashed already, it would think it is a new function)
#emit proc // wtf (5) (a function inside of another function!?)
#emit fill cellmax // wtf (6) (fill random memory block with 0xFFFFFFFF)
#emit proc
#emit stack 1 // wtf (7) (compiler usually allocates 4 bytes or 4*N for arrays of N elements)
#emit stor.alt ___ // wtf (8) (...)
#emit strb.i 2 // wtf (9)
#emit switch 4
#emit retn // wtf (10) (no "casetbl" opcodes before retn - invalid switch statement?)
L1:
#emit jump L1 // avoid compiler crash from "#emit switch"
#emit zero cellmin // wtf (11) (nonexistent address)
}
AuthorDaniel_Cortez (http://*******/member.php?100-Daniel_Cortez) 
Reply


Messages In This Thread
Server/Gamemode protection - by ZmaXy - 10.10.2015, 22:11
Re: Server/Gamemode protection - by Alex1990 - 10.10.2015, 23:50
Re: Server/Gamemode protection - by Potassium - 10.10.2015, 23:58
Re: Server/Gamemode protection - by ChromeAmazing - 11.10.2015, 02:16
Re: Server/Gamemode protection - by AleemIqbal1 - 11.10.2015, 02:50
Re: Server/Gamemode protection - by Potassium - 11.10.2015, 06:12
Re: Server/Gamemode protection - by Morpheine - 11.10.2015, 06:20
Re: Server/Gamemode protection - by Logic_ - 11.10.2015, 07:27
Re: Server/Gamemode protection - by AbyssMorgan - 11.10.2015, 07:36
Re: Server/Gamemode protection - by ZmaXy - 11.10.2015, 12:40

Forum Jump:


Users browsing this thread: 1 Guest(s)