Jump to content

Recommended Posts

Posted

No no you are A German thats why you hate Greeks...you know what.im very Sexy and i can take all German Girls cause im Greek...idk why Germans have the problem with Beers They need more than 50liter to take a girl home..im fucking die when i see that thinks...

zEOh8.jpg

Posted (edited)

Same time posted :P

Its pathetic how he requested his money back saying shit things about my about nation about forum about maxtor about mevsyou and even in topic and he wants he money back

and is funny how he requested a logo image which wasnt in our deal and i was friendly enough to make it and give it to him without pay any extra in the 2nd day, this is called "manners"

something this guy lack big time.

 

@Justice

Shame onyou really even if for 1 second you considered me "scammer" after what i've done in this forum. its really pitty if you think i would scam for 25e.

Really u should know know to judge better next time than accept any invalid infos someone post.

 

Since you really consider my as skype i'm done with this, stay with people like xdem who judge everyone and people like this

s2VTIX6.png

Edited by AccessDenied
Posted (edited)

im stupid because your scamming gipsy friend got exposed and you didn't get your half from 30 euro XD

i knew you were idiot, profile flag is enough

which part of the "ban both" u dont get?LOOL...

 

yea my cut ... The fact that u do,it doesnt mean that everybody does lol.

The other day u said that me = access.Now i m his friend who gets cuts etc.Dumb Trump 2016 - Le meme master.

 

Well,to be specific,they are both wrong in this situation.He could just make the report after a week -> get his money back way faster.

The fact that he didnt answer to the skp messages proves that its his fault too.

"I dont care for 25 e ,u fcking scammer its too low for me to spend time" and after that he posts about it.What a pleb.Selfpwned lol

 

Chat ban both for a week its the most fair solution here.

Edited by bravetobe
Posted

which part of the "ban both" u dont get?LOOL...

 

yea my cut ... The fact that u do,it doesnt mean that everybody does lol.

[GR] μωρη και εσυ λες να μ κανουν ban xD ? Νασαι καλα ρε

Posted

Paysafe send to maxtor, to use them, since greek paysafe are usless to me. Avoid this person in future, its a scammer.

 

mod, lock topic please.

 

Regards.

Posted

which part of the "ban both" u dont get?LOOL...

 

yea my cut ... The fact that u do,it doesnt mean that everybody does lol.

The other day u said that me = access.Now i m his friend who gets cuts etc.Dumb Trump 2016 - Le meme master.

 

Well,to be specific,they are both wrong in this situation.He could just make the report after a week -> get his money back way faster.

The fact that he didnt answer to the skp messages proves that its his fault too.

"I dont care for 25 e ,u fcking scammer its too low for me to spend time" and after that he posts about it.What a pleb.Selfpwned lol

 

Chat ban both for a week its the most fair solution here.

He should watch his mouth and ask his money gently no like this. 

Posted

Paysafe send to maxtor, to use them, since greek paysafe are usless to me. Avoid this person in future, its a scammer.

 

mod, lock topic please.

 

Regards.

 

Yeap i'm a scammer for 25euro ... damn it how i i did this to my self :( i should find a bigger victim to scam like sell official files for 500 euro and then get the money and disappear. You're sooo right i'm scammer thats why i spend lots of my time helping people instead of WTS frozen packs in the section, thats why 90% of the people i have on my skype are thankful for my services in graphics. 

 

Cool story you can do it better but you want an advice from me? 40 years old with kids talk like 15 years old on skype, speak shit for another antion, for moderator in the forum he is saying "regard" the next week ROFL.. Simply improve your self you have really bad attitude.

Guest
This topic is now closed to further replies.



  • 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