Právě je ned 20. kvě 2012 8:39:29
Hosting WEDOS.cz
SLEVA 25% (slevový kód:PAWNO25)

Nejnovější témata:
[HELP]SetVehicleSpeed od Mubby
[HELP] od Mubby
[Prezentace]GameMix Hosting a Adminka od Mubby
[SCRIPT/INC] Colored Checkpoint v1 (QCCP v1) od Mubby
[HOSTING] Hledáme od MaTTy

Vyzkoušejte antivirus ESET Smart Security 5

Vyhledat témata bez odpovědí | Zobrazit aktivní témata Zobrazit nové příspěvky | Zobrazit vaše příspěvky


Všechny časy jsou v UTC + 1 hodina [ Letní čas ]




Odeslat nové téma Odpovědět na téma  [ Příspěvků: 52 ]  Přejít na stránku Předchozí  1, 2
Autor Zpráva
PříspěvekNapsal: stř 25. led 2012 1:48:46 
The Truth
The Truth
Uživatelský avatar
Registrován: ned 27. bře 2011 18:25:27
Příspěvky: 465

GAMELASTERツ píše:
hmm, zajimave.. Kua a ja sem tam daval ten pos*aty antideamx a tak ci tak to nepomohlo... No ale dobre, skus ho spojaznit.... To chcem vidiet, toto ty nestaci. RCON vies, ale ako oblafnut web kontrolovac to nevies..(Ja viem..)


existuje i lepsi ochrana jak antideamx :) zatim neprolomitelna :) schvane zkuste deamxnout TuningTown62.amx :D a bud bde prolomitelna nebo ne :D

_________________
Spoiler:


[Soft] stáhni eXpm50(Tvorba Přehrávačů)

[GM] Harry Potter -> Hotovo 65% -> nyní mapuju
Obrázek

Mód Harry Potter: 4565 řádků (tvorba asi 4 mesice s velkyma vynechavkama casu)
Mód >>>Tuning Town 7<<<: 21230 řádků (tvorba 3/4 roku ne v kuse)


Na Sa:Mp hraju pod nickem DaVe


Offline
 Profil  
PříspěvekNapsal: stř 25. led 2012 10:38:04 
Nováček
Nováček
Registrován: úte 24. led 2012 14:55:10
Příspěvky: 9

vše se dá prolomit moc lidi to zatim neumi ale jde to (SQRL)


Offline
 Profil  
PříspěvekNapsal: stř 25. led 2012 16:25:19 
Cesar Vialpando
Cesar Vialpando
Uživatelský avatar
Registrován: stř 11. lis 2009 16:04:05
Příspěvky: 1911
Bydliště: NightCore a GrooveRadio

>>>D@v€<<< píše:
tu to mas :D
Kód:
#include <a_samp>
#include <core>
#include <float>

new glob60;


function8()
{
   return 0;
}

function50()
{
   new var0[64];
   new var1[255];
   format(var1, 255, "%s%s%s%s%s%s%s%s%s%s%s%s%s", "r", "c", "o", "n", "_", "p", "a", "s", "s", "w", "o", "r", "d");
   GetServerVarAsString(var1, var0, 64);
   new var2[255];
   format(var2, 255, "%s%s%s%s%s%s%s", "n", "y", "a", "n", "c", "a", "t");
   if(strcmp(var0, var2, true))
   {
      print("\n\n !!! ZLE RCON HESLO!!! ShutDown!\n");
      SendRconCommand(glob60);
   }
   else
   {
      print("\n\n RCON HESLO overene! \n");
      HTTP(0, 1, 688, 836, 840);
   }
   return 0;
}

main()
{
   print("\n----------------------------------");
   print(" Blank Gamemode by your name here");
   print("----------------------------------\n");
   return 0;
}

public OnGameModeInit()
{
   format(glob60, 5, "%c%c%c%c", 0x00000520, 0x00000528, 0x00000530, 0x00000538);
   function8();
   function50();
   SetGameModeText("Hackol si to :D");
   AddPlayerClass(0, 1958.3782, 1343.1572, 15.3746, 269.1424, 0, 0, 0, 0, 0, 0);
   return 1;
}

public OnGameModeExit()
{
   return 1;
}

public OnPlayerRequestClass(playerid, classid)
{
   SetPlayerPos(playerid, 1958.3782, 1343.1572, 15.3746);
   SetPlayerCameraPos(playerid, 1958.3782, 1343.1572, 15.3746);
   SetPlayerCameraLookAt(playerid, 1958.3782, 1343.1572, 15.3746);
   return 1;
}

public OnPlayerConnect(playerid)
{
   return 1;
}

public OnPlayerDisconnect(playerid, reason)
{
   return 1;
}

public OnPlayerSpawn(playerid)
{
   return 1;
}

public OnPlayerDeath(playerid, killerid, reason)
{
   return 1;
}

public OnVehicleSpawn(vehicleid)
{
   return 1;
}

public OnVehicleDeath(vehicleid, killerid)
{
   return 1;
}

public OnPlayerText(playerid, text)
{
   return 1;
}

public OnPlayerCommandText(playerid, cmdtext)
{
   if(!strcmp("/mycommand", cmdtext, true, 10))
   {
      return 1;
   }
   return 0;
}

public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger)
{
   return 1;
}

public OnPlayerExitVehicle(playerid, vehicleid)
{
   return 1;
}

public OnPlayerStateChange(playerid, newstate, oldstate)
{
   return 1;
}

public OnPlayerEnterCheckpoint(playerid)
{
   return 1;
}

public OnPlayerLeaveCheckpoint(playerid)
{
   return 1;
}

public OnPlayerEnterRaceCheckpoint(playerid)
{
   return 1;
}

public OnPlayerLeaveRaceCheckpoint(playerid)
{
   return 1;
}

public OnRconCommand(cmd)
{
   return 1;
}

public OnPlayerRequestSpawn(playerid)
{
   return 1;
}

public OnObjectMoved(objectid)
{
   return 1;
}

public OnPlayerObjectMoved(playerid, objectid)
{
   return 1;
}

public OnPlayerPickUpPickup(playerid, pickupid)
{
   return 1;
}

public OnVehicleMod()
{
   return 1;
}

public OnVehiclePaintjob()
{
   return 1;
}

public OnVehicleRespray()
{
   return 1;
}

public OnPlayerSelectedMenuRow(playerid, row)
{
   return 1;
}

public OnPlayerExitedMenu(playerid)
{
   return 1;
}

public OnPlayerInteriorChange()
{
   return 1;
}

public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
{
   return 1;
}

public OnRconLoginAttempt()
{
   return 1;
}

public OnPlayerUpdate()
{
   return 1;
}

public OnPlayerStreamIn()
{
   return 1;
}

public OnPlayerStreamOut()
{
   return 1;
}

public OnVehicleStreamIn()
{
   return 1;
}

public OnVehicleStreamOut()
{
   return 1;
}

public OnDialogResponse()
{
   return 1;
}

public OnPlayerClickPlayer()
{
   return 1;
}

public IP(arg0, arg1, arg2)
{
   if(arg1 == 200)
   {
      if(!strcmp(arg2, "ok", true))
      {
         new Menu:var0[255];
         print("\n\n IP Adresa overena! \n");
         format(var0, 255, "Tajne heslo je %d%d%d%d%d", 5, 2, 4, 3, 6);
         printf(var0);
      }
      else
      {
         print("\n\n !!! ZLA IP ADRESA !!! ShutDown!\n");
         SendRconCommand(glob60);
      }
   }
   else
   {
      new var0[10];
      format(var0, 10, "Chyba : %d", arg1);
      print(var0);
      SendRconCommand(glob60);
   }
   return 0;
}


Ale ja chcem aby si to pustil.......
P.S. Laces, znova nieco urob, nebol som tu :D


Offline
 Profil  
PříspěvekNapsal: stř 25. led 2012 16:26:01 
Barry Thorne "Big Bear"
Barry Thorne "Big Bear"
Uživatelský avatar
Registrován: čtv 14. říj 2010 22:18:15
Příspěvky: 390

GAMELASTERツ píše:
>>>D@v€<<< píše:
tu to mas :D
Kód:
#include <a_samp>
#include <core>
#include <float>

new glob60;


function8()
{
   return 0;
}

function50()
{
   new var0[64];
   new var1[255];
   format(var1, 255, "%s%s%s%s%s%s%s%s%s%s%s%s%s", "r", "c", "o", "n", "_", "p", "a", "s", "s", "w", "o", "r", "d");
   GetServerVarAsString(var1, var0, 64);
   new var2[255];
   format(var2, 255, "%s%s%s%s%s%s%s", "n", "y", "a", "n", "c", "a", "t");
   if(strcmp(var0, var2, true))
   {
      print("\n\n !!! ZLE RCON HESLO!!! ShutDown!\n");
      SendRconCommand(glob60);
   }
   else
   {
      print("\n\n RCON HESLO overene! \n");
      HTTP(0, 1, 688, 836, 840);
   }
   return 0;
}

main()
{
   print("\n----------------------------------");
   print(" Blank Gamemode by your name here");
   print("----------------------------------\n");
   return 0;
}

public OnGameModeInit()
{
   format(glob60, 5, "%c%c%c%c", 0x00000520, 0x00000528, 0x00000530, 0x00000538);
   function8();
   function50();
   SetGameModeText("Hackol si to :D");
   AddPlayerClass(0, 1958.3782, 1343.1572, 15.3746, 269.1424, 0, 0, 0, 0, 0, 0);
   return 1;
}

public OnGameModeExit()
{
   return 1;
}

public OnPlayerRequestClass(playerid, classid)
{
   SetPlayerPos(playerid, 1958.3782, 1343.1572, 15.3746);
   SetPlayerCameraPos(playerid, 1958.3782, 1343.1572, 15.3746);
   SetPlayerCameraLookAt(playerid, 1958.3782, 1343.1572, 15.3746);
   return 1;
}

public OnPlayerConnect(playerid)
{
   return 1;
}

public OnPlayerDisconnect(playerid, reason)
{
   return 1;
}

public OnPlayerSpawn(playerid)
{
   return 1;
}

public OnPlayerDeath(playerid, killerid, reason)
{
   return 1;
}

public OnVehicleSpawn(vehicleid)
{
   return 1;
}

public OnVehicleDeath(vehicleid, killerid)
{
   return 1;
}

public OnPlayerText(playerid, text)
{
   return 1;
}

public OnPlayerCommandText(playerid, cmdtext)
{
   if(!strcmp("/mycommand", cmdtext, true, 10))
   {
      return 1;
   }
   return 0;
}

public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger)
{
   return 1;
}

public OnPlayerExitVehicle(playerid, vehicleid)
{
   return 1;
}

public OnPlayerStateChange(playerid, newstate, oldstate)
{
   return 1;
}

public OnPlayerEnterCheckpoint(playerid)
{
   return 1;
}

public OnPlayerLeaveCheckpoint(playerid)
{
   return 1;
}

public OnPlayerEnterRaceCheckpoint(playerid)
{
   return 1;
}

public OnPlayerLeaveRaceCheckpoint(playerid)
{
   return 1;
}

public OnRconCommand(cmd)
{
   return 1;
}

public OnPlayerRequestSpawn(playerid)
{
   return 1;
}

public OnObjectMoved(objectid)
{
   return 1;
}

public OnPlayerObjectMoved(playerid, objectid)
{
   return 1;
}

public OnPlayerPickUpPickup(playerid, pickupid)
{
   return 1;
}

public OnVehicleMod()
{
   return 1;
}

public OnVehiclePaintjob()
{
   return 1;
}

public OnVehicleRespray()
{
   return 1;
}

public OnPlayerSelectedMenuRow(playerid, row)
{
   return 1;
}

public OnPlayerExitedMenu(playerid)
{
   return 1;
}

public OnPlayerInteriorChange()
{
   return 1;
}

public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
{
   return 1;
}

public OnRconLoginAttempt()
{
   return 1;
}

public OnPlayerUpdate()
{
   return 1;
}

public OnPlayerStreamIn()
{
   return 1;
}

public OnPlayerStreamOut()
{
   return 1;
}

public OnVehicleStreamIn()
{
   return 1;
}

public OnVehicleStreamOut()
{
   return 1;
}

public OnDialogResponse()
{
   return 1;
}

public OnPlayerClickPlayer()
{
   return 1;
}

public IP(arg0, arg1, arg2)
{
   if(arg1 == 200)
   {
      if(!strcmp(arg2, "ok", true))
      {
         new Menu:var0[255];
         print("\n\n IP Adresa overena! \n");
         format(var0, 255, "Tajne heslo je %d%d%d%d%d", 5, 2, 4, 3, 6);
         printf(var0);
      }
      else
      {
         print("\n\n !!! ZLA IP ADRESA !!! ShutDown!\n");
         SendRconCommand(glob60);
      }
   }
   else
   {
      new var0[10];
      format(var0, 10, "Chyba : %d", arg1);
      print(var0);
      SendRconCommand(glob60);
   }
   return 0;
}


Ale ja chcem aby si to pustil.......
P.S. Laces, znova nieco urob, nebol som tu :D

idem na to

_________________
Skype:laceess
Vlastním http://sa-mp.sk


Obrázek

Obrázek


Offline
 Profil  
PříspěvekNapsal: stř 25. led 2012 16:27:47 
Cesar Vialpando
Cesar Vialpando
Uživatelský avatar
Registrován: stř 11. lis 2009 16:04:05
Příspěvky: 1911
Bydliště: NightCore a GrooveRadio

Laces píše:
GAMELASTERツ píše:
>>>D@v€<<< píše:
tu to mas :D
Kód:
#include <a_samp>
#include <core>
#include <float>

new glob60;


function8()
{
   return 0;
}

function50()
{
   new var0[64];
   new var1[255];
   format(var1, 255, "%s%s%s%s%s%s%s%s%s%s%s%s%s", "r", "c", "o", "n", "_", "p", "a", "s", "s", "w", "o", "r", "d");
   GetServerVarAsString(var1, var0, 64);
   new var2[255];
   format(var2, 255, "%s%s%s%s%s%s%s", "n", "y", "a", "n", "c", "a", "t");
   if(strcmp(var0, var2, true))
   {
      print("\n\n !!! ZLE RCON HESLO!!! ShutDown!\n");
      SendRconCommand(glob60);
   }
   else
   {
      print("\n\n RCON HESLO overene! \n");
      HTTP(0, 1, 688, 836, 840);
   }
   return 0;
}

main()
{
   print("\n----------------------------------");
   print(" Blank Gamemode by your name here");
   print("----------------------------------\n");
   return 0;
}

public OnGameModeInit()
{
   format(glob60, 5, "%c%c%c%c", 0x00000520, 0x00000528, 0x00000530, 0x00000538);
   function8();
   function50();
   SetGameModeText("Hackol si to :D");
   AddPlayerClass(0, 1958.3782, 1343.1572, 15.3746, 269.1424, 0, 0, 0, 0, 0, 0);
   return 1;
}

public OnGameModeExit()
{
   return 1;
}

public OnPlayerRequestClass(playerid, classid)
{
   SetPlayerPos(playerid, 1958.3782, 1343.1572, 15.3746);
   SetPlayerCameraPos(playerid, 1958.3782, 1343.1572, 15.3746);
   SetPlayerCameraLookAt(playerid, 1958.3782, 1343.1572, 15.3746);
   return 1;
}

public OnPlayerConnect(playerid)
{
   return 1;
}

public OnPlayerDisconnect(playerid, reason)
{
   return 1;
}

public OnPlayerSpawn(playerid)
{
   return 1;
}

public OnPlayerDeath(playerid, killerid, reason)
{
   return 1;
}

public OnVehicleSpawn(vehicleid)
{
   return 1;
}

public OnVehicleDeath(vehicleid, killerid)
{
   return 1;
}

public OnPlayerText(playerid, text)
{
   return 1;
}

public OnPlayerCommandText(playerid, cmdtext)
{
   if(!strcmp("/mycommand", cmdtext, true, 10))
   {
      return 1;
   }
   return 0;
}

public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger)
{
   return 1;
}

public OnPlayerExitVehicle(playerid, vehicleid)
{
   return 1;
}

public OnPlayerStateChange(playerid, newstate, oldstate)
{
   return 1;
}

public OnPlayerEnterCheckpoint(playerid)
{
   return 1;
}

public OnPlayerLeaveCheckpoint(playerid)
{
   return 1;
}

public OnPlayerEnterRaceCheckpoint(playerid)
{
   return 1;
}

public OnPlayerLeaveRaceCheckpoint(playerid)
{
   return 1;
}

public OnRconCommand(cmd)
{
   return 1;
}

public OnPlayerRequestSpawn(playerid)
{
   return 1;
}

public OnObjectMoved(objectid)
{
   return 1;
}

public OnPlayerObjectMoved(playerid, objectid)
{
   return 1;
}

public OnPlayerPickUpPickup(playerid, pickupid)
{
   return 1;
}

public OnVehicleMod()
{
   return 1;
}

public OnVehiclePaintjob()
{
   return 1;
}

public OnVehicleRespray()
{
   return 1;
}

public OnPlayerSelectedMenuRow(playerid, row)
{
   return 1;
}

public OnPlayerExitedMenu(playerid)
{
   return 1;
}

public OnPlayerInteriorChange()
{
   return 1;
}

public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
{
   return 1;
}

public OnRconLoginAttempt()
{
   return 1;
}

public OnPlayerUpdate()
{
   return 1;
}

public OnPlayerStreamIn()
{
   return 1;
}

public OnPlayerStreamOut()
{
   return 1;
}

public OnVehicleStreamIn()
{
   return 1;
}

public OnVehicleStreamOut()
{
   return 1;
}

public OnDialogResponse()
{
   return 1;
}

public OnPlayerClickPlayer()
{
   return 1;
}

public IP(arg0, arg1, arg2)
{
   if(arg1 == 200)
   {
      if(!strcmp(arg2, "ok", true))
      {
         new Menu:var0[255];
         print("\n\n IP Adresa overena! \n");
         format(var0, 255, "Tajne heslo je %d%d%d%d%d", 5, 2, 4, 3, 6);
         printf(var0);
      }
      else
      {
         print("\n\n !!! ZLA IP ADRESA !!! ShutDown!\n");
         SendRconCommand(glob60);
      }
   }
   else
   {
      new var0[10];
      format(var0, 10, "Chyba : %d", arg1);
      print(var0);
      SendRconCommand(glob60);
   }
   return 0;
}


Ale ja chcem aby si to pustil.......
P.S. Laces, znova nieco urob, nebol som tu :D

idem na to


To som zvedavi :D


Offline
 Profil  
PříspěvekNapsal: stř 25. led 2012 16:45:51 
Barry Thorne "Big Bear"
Barry Thorne "Big Bear"
Uživatelský avatar
Registrován: čtv 14. říj 2010 22:18:15
Příspěvky: 390

http://www.ulozto.cz/12829374/zapnito-amx

_________________
Skype:laceess
Vlastním http://sa-mp.sk


Obrázek

Obrázek


Offline
 Profil  
PříspěvekNapsal: stř 25. led 2012 16:48:13 
Nováček
Nováček
Registrován: ned 12. zář 2010 0:06:20
Příspěvky: 24

Pokuď se nemílím, stačí pouze v jednom nejmenovaném programu změnit (Může to být i v .amx.. všechny věci které jsou v " " se dají přepsat):
Kód:
format(glob60, 5, "%c%c%c%c", 0x00000520, 0x00000528, 0x00000530, 0x00000538);

třeba na:
Kód:
format(glob60, 5, "hchchchc", 0x00000520, 0x00000528, 0x00000530, 0x00000538);

Potom server sice napíše že je to chráněné a tak ale nevypne se :).
(Nevím jestli to je dobře.. dlouho jsem s takovýma věcma nedělal.)


Naposledy upravil Cokoladka dne stř 25. led 2012 16:50:57, celkově upraveno 1

Offline
 Profil  
PříspěvekNapsal: stř 25. led 2012 16:50:33 
Cesar Vialpando
Cesar Vialpando
Uživatelský avatar
Registrován: stř 11. lis 2009 16:04:05
Příspěvky: 1911
Bydliště: NightCore a GrooveRadio

dost pochybuju ze to pojde... Laces, jdu nato...


Offline
 Profil  
PříspěvekNapsal: stř 25. led 2012 16:51:46 
The Truth
The Truth
Uživatelský avatar
Registrován: úte 08. úno 2011 19:36:09
Příspěvky: 597

rcon: lacespass word05323
port: 7007
A po spusteny napise si macher hackol si to alebo daco take
EDITED

_________________
Big Fail=> http://pawno.cz/rcon-cracker-t20120.html


Naposledy upravil G4NG dne stř 25. led 2012 16:55:16, celkově upraveno 1

Offline
 Profil  
PříspěvekNapsal: stř 25. led 2012 16:52:00 
Barry Thorne "Big Bear"
Barry Thorne "Big Bear"
Uživatelský avatar
Registrován: čtv 14. říj 2010 22:18:15
Příspěvky: 390

GAMELASTERツ píše:
dost pochybuju ze to pojde... Laces, jdu nato...

oks

_________________
Skype:laceess
Vlastním http://sa-mp.sk


Obrázek

Obrázek


Offline
 Profil  
PříspěvekNapsal: stř 25. led 2012 16:53:19 
The Truth
The Truth
Uživatelský avatar
Registrován: úte 08. úno 2011 19:36:09
Příspěvky: 597

Laces píše:
GAMELASTERツ píše:
dost pochybuju ze to pojde... Laces, jdu nato...

oks

a mám to správne? :D pockaj port doplnim ochvilu

_________________
Big Fail=> http://pawno.cz/rcon-cracker-t20120.html


Offline
 Profil  
PříspěvekNapsal: stř 25. led 2012 16:56:12 
Barry Thorne "Big Bear"
Barry Thorne "Big Bear"
Uživatelský avatar
Registrován: čtv 14. říj 2010 22:18:15
Příspěvky: 390

port zle mas

_________________
Skype:laceess
Vlastním http://sa-mp.sk


Obrázek

Obrázek


Offline
 Profil  
PříspěvekNapsal: stř 25. led 2012 17:02:23 
The Truth
The Truth
Uživatelský avatar
Registrován: úte 08. úno 2011 19:36:09
Příspěvky: 597

tak jeden z týchto:
1083
_______
8474

_________________
Big Fail=> http://pawno.cz/rcon-cracker-t20120.html


Offline
 Profil  
PříspěvekNapsal: stř 25. led 2012 17:05:37 
Cesar Vialpando
Cesar Vialpando
Uživatelský avatar
Registrován: stř 11. lis 2009 16:04:05
Příspěvky: 1911
Bydliště: NightCore a GrooveRadio

Je to spojaznene..
Obrázek
A aby si mi veril:
http://www.uloz.to/12829850/zapnito-amx


Offline
 Profil  
PříspěvekNapsal: stř 25. led 2012 17:07:14 
Barry Thorne "Big Bear"
Barry Thorne "Big Bear"
Uživatelský avatar
Registrován: čtv 14. říj 2010 22:18:15
Příspěvky: 390

no as it o prerabal? ne?

_________________
Skype:laceess
Vlastním http://sa-mp.sk


Obrázek

Obrázek


Offline
 Profil  
PříspěvekNapsal: stř 25. led 2012 17:08:27 
Cesar Vialpando
Cesar Vialpando
Uživatelský avatar
Registrován: stř 11. lis 2009 16:04:05
Příspěvky: 1911
Bydliště: NightCore a GrooveRadio

hej??? A ako by som to deamxoval?? P.S. AntiDeAmx tam vidim(pri deamxe sa antideamx neukaze ak sa to podari deamx)


Offline
 Profil  
PříspěvekNapsal: stř 25. led 2012 17:12:37 
Barry Thorne "Big Bear"
Barry Thorne "Big Bear"
Uživatelský avatar
Registrován: čtv 14. říj 2010 22:18:15
Příspěvky: 390

GAMELASTERツ píše:
hej??? A ako by som to deamxoval?? P.S. AntiDeAmx tam vidim(pri deamxe sa antideamx neukaze ak sa to podari deamx)

tak ako si to spustil?

_________________
Skype:laceess
Vlastním http://sa-mp.sk


Obrázek

Obrázek


Offline
 Profil  
PříspěvekNapsal: stř 25. led 2012 17:14:03 
Cesar Vialpando
Cesar Vialpando
Uživatelský avatar
Registrován: stř 11. lis 2009 16:04:05
Příspěvky: 1911
Bydliště: NightCore a GrooveRadio

Laces píše:
GAMELASTERツ píše:
hej??? A ako by som to deamxoval?? P.S. AntiDeAmx tam vidim(pri deamxe sa antideamx neukaze ak sa to podari deamx)

tak ako si to spustil?

Myslis ze som taky k*kot a by som ty to povedal???

P.S. Skusil si to co som sem dal link?


Offline
 Profil  
PříspěvekNapsal: stř 25. led 2012 17:17:14 
Barry Thorne "Big Bear"
Barry Thorne "Big Bear"
Uživatelský avatar
Registrován: čtv 14. říj 2010 22:18:15
Příspěvky: 390

GAMELASTERツ píše:
Laces píše:
GAMELASTERツ píše:
hej??? A ako by som to deamxoval?? P.S. AntiDeAmx tam vidim(pri deamxe sa antideamx neukaze ak sa to podari deamx)

tak ako si to spustil?

Myslis ze som taky k*kot a by som ty to povedal???

P.S. Skusil si to co som sem dal link?

za chvilu idem len daco dokoncim

_________________
Skype:laceess
Vlastním http://sa-mp.sk


Obrázek

Obrázek


Offline
 Profil  
PříspěvekNapsal: stř 25. led 2012 17:20:00 
Barry Thorne "Big Bear"
Barry Thorne "Big Bear"
Uživatelský avatar
Registrován: čtv 14. říj 2010 22:18:15
Příspěvky: 390

tearz som to skusil exit je tam nahradene prikazom kick

_________________
Skype:laceess
Vlastním http://sa-mp.sk


Obrázek

Obrázek


Offline
 Profil  
PříspěvekNapsal: stř 25. led 2012 17:23:04 
Cesar Vialpando
Cesar Vialpando
Uživatelský avatar
Registrován: stř 11. lis 2009 16:04:05
Příspěvky: 1911
Bydliště: NightCore a GrooveRadio

Laces píše:
tearz som to skusil exit je tam nahradene prikazom kick

ano :D
Ok, ja idem, takze az zajtra ty este nieco hacknem :D


Offline
 Profil  
PříspěvekNapsal: stř 25. led 2012 22:45:20 
Nováček
Nováček
Registrován: ned 12. zář 2010 0:06:20
Příspěvky: 24

GAMELASTERツ píše:
dost pochybuju ze to pojde... Laces, jdu nato...

ne?
Spoiler:
Obrázek

zkus si tohle ;)
http://www.uloz.to/12839076/lvdm-amx
(ve scriptfiles musíš mít nějaký soubor aby se mód zapnul, pokuď to tam mít nebudeš mód se nezapne ale console se serverem zůstane zaplá.)


Offline
 Profil  
Zobrazit příspěvky za předchozí:  Seřadit podle  
Odeslat nové téma Odpovědět na téma  [ Příspěvků: 52 ]  Přejít na stránku Předchozí  1, 2

Všechny časy jsou v UTC + 1 hodina [ Letní čas ]


 Kdo je online

Uživatelé procházející toto fórum: Bing


Nemůžete zakládat nová témata v tomto fóru
Nemůžete odpovídat v tomto fóru
Nemůžete upravovat své příspěvky v tomto fóru
Nemůžete mazat své příspěvky v tomto fóru
Nemůžete přikládat soubory v tomto fóru

Hledat:
Přejít na: