Jump to content

Recommended Posts

Posted

SCUMBAG Team Info:

 

Achievements:

 

 

2 nd @ The Big World League Summer 2008

1 st @ Control League Summer 2008

1 st @ LC League Summer 2008

2 nd @ CS Game Conection people League Summer  2008

1 st @ wth League Summer 2008

3 rd @ Giga League Summer 2008

1 st @ Fantastic League Summer 2008

3 rd @ LAN Tournament, Internet Cafee: Virtual Gaming LAN Tournament 2009

2 nd @ LAN Tournament, Internet Cafee: Internet Zone LAN Tournament 2009

2 nd @ Skill Arena Winter League 2008/2009

3 rd @ Delirium Zone Spring Tournament 2009

1 st @ uNdead Summer League 2009

1 st @ High Skill Summer League 2009

3 rd @ bFg - Balkan [F.E.A.R.] Gaming Tournament 2009

2 nd @ For Live ( fLv ) Tournament 2009

3 rd @ Extreme ProGaming League EPG 2009

1 st @ SYSTEM Winter League 2009/10

1 st @ Reverse Winter League 2009/10

2 nd @ KG-Gaming.net Winter League 2010

1 st @ roG Winter League 2010

1 st @ BFH STEAM Open Cup 2010

1 st @ goodfeel league Season 2 2010

1 st @ KG-Gaming.net League Season 2 2010

1 st @ KG-Gaming.net League Season 3 2010

1 st @ yuGaming Tournament 2010

3 rd @ Playnation Tournament 2010

1 st @ bFe League 2010

3 rd @ Playnation Tournament Season 2 2010

1 st @ Pro Bar ( PBG ) Summer League Season 2 2010

1 st @ KD Summer Tournament 2010

2 nd @ CYBERNiNjAS League Season 2 2010

1 st @ EXIT Summer League Season 2 2010

1 st @ Serbian Extreme Summer Leauge 2010

3 rd @ BUG Summer Tournament 2010

3 rd @ PrO-Squad Summer Tournament 2010

3 rd @ DREAMLAND Summer League Season 2 2010

1 st @ HD Summer League 2010

1 st @ Ultimate Extreme League 2010

1 st @ Secret Skills Summer League 2010

1 st @ PHERiA Summer League 2010

 

Grupna Phase @ WCG SERBIA LAN TURNIR 2010

 

1 st @ Parlament Autumn League 2010

1 st @ BlaBla Winter League Season 2 2010

1 st @ FZ Winter League 2010

1 st @ ANNIHILATION Winter League 2010

1 st @ The Kill Winter League 2010

1 st @ SOM Gaming Winter Tournament Season 2  2011

1 st @ NUG Winter League 2011

1 st @ JEGER Bar Winter League 2011

1 st @ DEADSPOT Winter League 2011

1 st @ EXiT Winter League Season #4 2011

1 st @ FEEL THE POWER Winter League 2011

1 st @ [PoD] Winter Tournament 2011

1 st @ Lynchers Winter League 2011

3 rd @ The Brijesnica Winter Tournament 2011

1 st @ INFM Winter Cup 2011

1 st @ newGen.BN STEAM Winter League 2011

2 nd @ BEOTEL.NET Spring CUP 2011

1 st @ KG-Gaming.net Spring League 2011

1 st @ MNE Spring League 2011 Season 2

1 st @ HD Spring Tournament 2011

1 st @ VRANJE Spring Tournament 2011

 

Participated:

LAN Tournament: Internet Cafee Virtual Gaming LAN Tournament 2009 @ 3 rd

LAN Tournament: Internet Cafee Internet Zone LAN Tournament 2009 @ 2 nd

LAN Tournament: WCG SERBIA LAN Tournament 2010 @ grupna phase

LAN Tournament: Novi Beograd,Internet Cafee "Zagor" 2011

LAN Tournament: Beograd,Kaspersky Gaming Festival 2011

  • 1 month later...
Posted

can anyone make a tutorial to how to make a fragmovie? Is really Nice xD

 

Try reading this one 'til I find one with images:

 

http://maxcheaters.com/forum/index.php?topic=64331.msg463734#msg463734

 

But you can find more tutorials on youtube.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Posts

    • You always find a way to lower the bar. Consistency matters. I admire your dedication to being completely unaware of how little you matter.     at least you are not entirely useless you can always serve as a bad example
    • hahahahahahahahahahahaha this says more about MaxCheaters than about me xD
    • I already finished my panel for change name and gender, anyway need restart, im used schema  $stmt = $conn->prepare("EXEC lin_ChangeCharacterName2 ?, ?, ?"); for change name... also for change gender i used if ($race == 5) // Kamael race ID; modify this value as per your database { $error = "Gender change is not allowed for Kamael race characters."; } else { $stmt = $conn->prepare(" UPDATE user_data SET gender = ?, face_index = 0, hair_shape_index = 0, hair_color_index = 0 WHERE char_id = ? AND account_name = ? "); Sorry no idea how to add cached update in myext64 about, not have any  solution for this yet compatible to myext64 code. This is my panel make in php http://177.73.143.43:8080/account/ Cool panel for me, without experience in any code. Without help from any people here 🙄
    • Базы данных от прямых источников!                                  Холодка                 Реги                 Депы                 Богатые физики                                  Много актуальных гео!                 Замена брака!                 Гарант+                                  Контакты                 ТГ - @yashkatsigun    
    • Don't listen to that idiot @Nightw0lf — he doesn't know or understand anything... he just talks nonsense. Here's the solution, just to prove that they're the useless ones giving you meaningless and useless answers.   function disableCharacter($charId){ $buf = pack("cVV", 0x14, $charId, 1); return $this->Send($buf); } function enableCharacter($charId, $accountId){ $buf = pack("cVV", 0x15, $charId, $accountId); return $this->Send($buf); } function kickCharacter($charId) { $buf = pack("cV", 0x05, $charId); $tmp = $this->Send($buf); sleep(2); return $tmp; } //-------------------------------------------------------------------------------- if ($func==7)//DESHABILITAR PERSONAJE { $char_id = $var1; $CACHED->kickCharacter($char_id); $respuesta = $CACHED->disableCharacter($char_id); RegistrarActividad("disableCharacter",$respuesta,GetCharNameByCharId($char_id)."(".$char_id.")",0,0,0,0); } else if ($func==8)//HABILITAR PERSONAJE { $char_id = $var1; $account_id = $var2; $CACHED->kickCharacter($char_id); $respuesta = $CACHED->enableCharacter($char_id,$account_id); RegistrarActividad("enableCharacter",$respuesta,GetCharNameByCharId($char_id)."(".$char_id.")",$account_id,0,0,0); } //-------------------------------------------------------------------------------- $CACHED->disableCharacter($char_id); $tabla = sqlsrv_query($conexion_lin2world, "UPDATE user_data SET xxxxxxxxxxxx WHERE char_id=".$char_id.""); $CACHED->enableCharacter($char_id,$account_id); Now just compare the stupidity said by that imbecile @Nightw0lf with the answer I gave you... Thanks to people like this, MaxCheaters is in the state it's in... They keep following useless people who are good for nothing 😉  
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock