Jump to content

Recommended Posts

Posted

Re pedia akuste ti provlima exo.Stin epifania ergasias kato dexia exei ena keimeno pou leei:Αυτό το αντίγραφο των Windows δεν έχει περάσει από τη διαδικασία επικύρωσης αυθεντικών Windows.Kai etsi den me afini na enimeroso to pc mou se SP 3.Kai defteron mou leei:Ενδέχεται να έχετε πέσει θύμα πλαστογράφησης λογισμικού.Ti sto diaolo zitaie re pedia?

Posted

pare to 11 880 h to 11 888 k zita to thlefono ths microsoft sthn ellada...

 

twra kapou panw sto pc sou uparxei 1as kodikos...8a ston zitisi..ton dineis k s dinei k auto enan...

aplo ;p

 

Posted

Re pedia akuste ti provlima exo.Stin epifania ergasias kato dexia exei ena keimeno pou leei:Αυτό το αντίγραφο των Windows δεν έχει περάσει από τη διαδικασία επικύρωσης αυθεντικών Windows.Kai etsi den me afini na enimeroso to pc mou se SP 3.Kai defteron mou leei:Ενδέχεται να έχετε πέσει θύμα πλαστογράφησης λογισμικού.Ti sto diaolo zitaie re pedia?

Auto to logismiko to xrisimopoioun kai ali gia auto otan mpikes se kapoia selida kai ekini tin wra ekane scan i MS se epiasan...

Me apla logia:

Den exeis gnisio logismiko... :P

 

Posted

Me epiase o nomos i i hackers?gt tous hackers tous pezo sto daxtilo ama ine xD

 

nomos... dld i microsoft... to exo pafi kai ego ala piga kai ekana ena update... :P ala kai pali kapote tha m piasoun ^^

Posted

Re pedia akuste ti provlima exo.Stin epifania ergasias kato dexia exei ena keimeno pou leei:Αυτό το αντίγραφο των Windows δεν έχει περάσει από τη διαδικασία επικύρωσης αυθεντικών Windows.Kai etsi den me afini na enimeroso to pc mou se SP 3.Kai defteron mou leei:Ενδέχεται να έχετε πέσει θύμα πλαστογράφησης λογισμικού.Ti sto diaolo zitaie re pedia?

 

einai neo anti-maimoy to opio egatastise i microsoft....kai elenxi ean einaimoyfa to klidi... o monos tropos gia na figi einai i na baleis acttivator i na agorasisafentika .....(i na apegatastiseis tis teleytees enimerosis)

Posted

exw k gw to idio prob gt evala ta xp antigrammena!mpouxa0xa0xa0xa0! :P

t exw toso kairo siga :P !

ontos den patheneis tpt aplos einai spastiko na s vgazei kathe treis kai ligo to parafiraki :P

Posted

Kai den ine mono afto alla kolaei kai to pc exetias aftu to provlimatos gt kanei mia ora na fortosi i ram

emena dn m kollaei tpt :P ! xa0x0ax0xa0xa0xa0 eimai mia xar0ula apla to Para8uraki m vgainei 1 fora tn imera!

Posted

Oriste Ena Programataki Gia Na Sou To Dior8osei(otan leo dior8osei dn tha sou kanei ta peiratika windows au8entika apla tha s eksafanisei to spastiko eikonidio pou apo oti ktlv se ekneurizei)

To Eixa Kai Ego Afto To Provlima Kai Li8ike Bam Bam

Anoikse To Pigaine Xp --> kai Genuie!

rr pc kai GG

 

 

Edited by K4rMaArr0ws:

 

• Discussion of illegal activities such as software and music piracy and other intellectual property violations are not allowed.

 

Link removed..

Posted

aplo einai min diksoleueste.Genious tin microsoft.ama exeis peuftika aplo einai.se pianoun ama pas na kaneis update sta mplokaroun kai eisai ok.prepei panta ama exeis moufes i na min kaneis pote updates i poio apla na peraseis to pseutiko genious afou kaneis to format kai eisai ok.meta osa updates na kaneis eisai ok.

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 🙄
    • 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 😉  
    • A new template is available: Mystical-World - Responsive HTML Template    
  • 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