Search Results
Well, SA-MP Debug mode is a sh*t but if u want to test it... There are the commands of debug mode: Code: sub_10069730("vsel", sub_10068E70); sub_10069730(&unk_100E58E8, sub_10068D30); // v sub_1...
1,165
Quote: Originally Posted by Sh4rp Thanks for your reply, it works. But, why it doesn't with this code: ~snip~ GetVehicleName(vehID) should be GetVehicleName(GetVehicleModel(vehID))
284
Well, there's a problem with DynVeh_QueryFinish function. Show us the code.
383
Yeah... bumping topics. Few guys asked to me how to update "samp_prot" plugin, actually is quite easy. Look at this Pseudo code generated by IDA Pro: Code: char __stdcall Load(int (__cdecl **a1)(_...
2,214
Quote: Originally Posted by iAmir Awesome, you release a code that can crash RakSAMP clients, then you create a PR in RakSAMP's repo and tell'em about your own release RakCrash and attempt...
926
It'll live for a long because RakSAMP hasn't been updated for a long time. Anyway lot of "users" don't know about new RakSAMP updates so it'll be functional like old RakCrash method. Best regards.
926
RakCrash Snippet for crashing RakSAMP players. ••• Description ••• There's a little bug in RakSAMP so it's possible to crash RakSAMP players by abusing null strings. ••• How? ••...
926
It's because the server is sending NaN in 'p' opcode, exactly in the byte 11. EDIT: This server in particular is sending 0xFF in all response bytes of 'p' opcode. Regards.
643
I think I remember that's caused by SetTag, remove that line.
275
Quote: Originally Posted by Y_Less A bug in a parser is not the same thing as just executing an EXE wholesale. I've even heard of bugs in the parser for reading .DOC files in Word - that ...
2,131
Quote: Originally Posted by Y_Less Therefore certain checks could possibly be skipped, because it was known that all the objects were always valid. Without those checks in place, a well c...
2,131
Quote: Originally Posted by maksicnm ITS A REASON CUZ THERE IS NO LINUX VERSION OMFG -_- 0.3.8 will certainly not be for a longer period of time on Linux because it is possible to insert ...
2,131
Quote: Originally Posted by maksicnm Fake extension Again, try ALL extensions you want, you won't able to execute the model file. I don't think SA-MP client has an open directive in do...
2,131
Quote: Originally Posted by maksicnm RAT ... When player connect it will be executed (OnPlayerFinishDownload)... Isn't possible yet because SA-MP will read files and treat them as model...
2,131
Anyway if you do a "RTLO" (right-to-left unicode char) you won't be able to do anything. The client won't magically open .exe files only because has a .exe extension. Maybe an buffer overflow can be ...
2,131
If strcmp match, returns 0. So your code must be if(strcmp(..) == 0) Regards.
80
Quote: Originally Posted by RDM I think this is a bit unnecessary since it is possible to do the control you did using iptables with the recent module! But anyway congratulations! Good jo...
1,101
Quote: Originally Posted by azzerking Whoops, I apologize I overlooked the part of code where you were using this system. I am aware of this type of filtering, something I had to learn a f...
1,101