Jump to content

[Exploit] Double trade bug (tested on l2core and l2j servers)


Recommended Posts

Posted

Kalispera paides... Lpn gia na kanoume afto to bug xreiazomaste ta e3hs: 2 char me paromio name (ennoeite se allo acc o ka8e enas) opos tsutsssunass kai tsutssunass kai ena oplo pou na einai arketa + h na 8eorite kalo gia ton server pou paizoume... Prwta apo ola krivoume ton ena char (as ton onomasoume bot) se ena meros (egw ton ekriva pisw apo to agalma gia olimpiada stin godard) kai vgazoume ton allo volta me to ++ weapon. Pame se kapoion p na exei ena weapon +19 as poume k tou kanoume trade dixnontas tou to +24 as poume kai tou leme for your weapon. Sini8os sou lene ok ok. Molis sou pei ok tou les come and trade me. Vgazeis to oplo kai kaneis trade me to bot kai tou to dineis grigora. Girnas me ton kanoniko char (as ton onomasoume real) kai tou les trade me. Molis sou kanei trade esy kaneis minimize (OXI ALT+TAB ALLA MINIMIZE!!) kai girnas st window tou bot. Me to bot arxizeis kai kaneis trade se afton pou 8a klepseis sinexeia mexri na sou di3ei oti dn einai busy kai oti tou kaneis trade request. Molis anoi3ei trade aftos me to bot girnas grigora ston real kai vlepeis oti to trade exei minei katw kai sinexizei h grammoula na adiazei apo kei pou htan. Anoigeis to trade KAI me ton real kai 3anagirnas sto bot. Vazeis me to bot to weapon kai girnas ston real. Molis patisei ok aftos patas ok me ton REAL kai exeis to weapon. Sto bot menei apla ena kolimeno trade kai patas cancel. Prosoxh! An o allos valei to weapon prin prolaveis na anoi3eis trade me ton real den perneis to oplo! opote se periptosh pou to kanei afto tou lete kati tou stil "Man i lag put weapon in trade when i tell u.." (gt oi perisoteroi einai noobades k an to peis se sosta aglika dn 8a to katalavoune..)

 

Elpizw na min exei 3anaginei post gt exw elaxista posts kai dn vlepw ta hidden... An 8elete hide pite m.. Have fun and good scamming! xD

Posted

Afto toulaxiston dn exei hide..

etc katastrefhs ola ta post twn allon pou exoune kanei post to idio bug me hide :/

exei ginei alles 2 fores post nmzo...

kapoios mod na kanei oti nomizei aparaithto se tetoies periptoshs...gt krima (ta alla einai hide k auto oxi)

Posted

nai ok re file ti 8es na kanw? k dn katestrefw kanenos post.. apla ekana ena diko m topic.. k stn telikh as mn vazane 700aria hides :S... anyway, an kapoios mod 8elei na to delete h na to lock kante oti 8elete... hf

Posted

O L2 Core katelikse server gia na testaris ta Bugs sou.

 

OnTopic: Gia na petixei omos prepei na eise polli grigoros. Alla kala ekanes pou to postares.

Posted

nai ok re file ti 8es na kanw? k dn katestrefw kanenos post.. apla ekana ena diko m topic.. k stn telikh as mn vazane 700aria hides :S... anyway, an kapoios mod 8elei na to delete h na to lock kante oti 8elete... hf

to topic prepei sigoura na exei kapio hidden gt dn einai sosto na to blepei o kathenas giauto s protino to ligo 400 posts

O L2 Core katelikse server gia na testaris ta Bugs sou.

 

o core dn einai pia o bug server p nomizame! ekane wipe apoti ksero prin apo kana 2mhno kai alakse pack me ligotera bugs kai tora exei poli ligotera bugs!

 

Posted

Gerero ekana hidde alla epeidh eim sxetika noob sto forum dn 3erw an to kana swsta.. mpeite kapoios me low posts account k peite m.. epishs exeis dikio s afto p eipes.. ekane ontos wipe k exei ontos ligotera bug... :) hf

Posted

ayto ti einai twra? lol spam? omfg

 

enw to diko s dn einai spam twra e..?

 

 

nice post man ty

 

allos apo dw.. me 400 hide pws to eides dld..?

Posted

allos malakas... gamw to feleki m! otan eixe hide egw apla pataga BACK (PANW ARISTERA STO EXPLORER) kai dn SPAMMARA gia na anevasw posts gidia..

Posted

με αυτα που εχετε κανει εχει γεμισει ο τοπος απο σπαμερ για να μπορουν να βλεπουν τα ποστ, ενω αυτο που επρεπε να γινει ειναι να το βλεπουν οι πιο παλιοι ετσι δεν θα το βλεπανε ολοι οι ασχετοι και δεν θα γεμιζε ο τοπος απο παπαροπαιδα.

 

το ξερω πως δεν υπαρχει τετοιο script απλα πηρατε ετοιμο το script για τα hidden posts απο τo SMF αλλα επρεπε να το ειχατε κανει etsi opos eipa.

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

    • I suggest logging real player data such as positions, movement, quests, skills used in real time, and general actions and save them in whatever format you like. You need to organize and verify the data. If your data are not enough you can create synthetic data based on your existins real data. later you have 2 options  You can fine tune a smaller model (for example, from hugging face). This requires time, money(compute power), and plenty of trial and error, but the benefit is that you can run it locally without relying on external services. Use existing LLMs and  instead of training you can store your data in a vector database and let the LLM query it( im not sure if RAG is the right term here). This approach is faster to set up but depends on the model  and the output you want to achieve(you will need some research there). Regardless of which approach you take  you should expose only safe actions through a service or API. This can be done with MCP(model context protocol) or a custom api ensuring the model (local or external) can only trigger controlled api calls such as movePlayer, castSkill, etc etc, which are already implemented in most sources, but you will need to implement them for your models output and behavior.    Doable? Yes by commiting  a tone of hours and i dont think java code is the problem here. Is it worth it? If you’re doing it to learn then go for it. But if your goal is to create “real fake player” experience on your server or to sell it later  its not worth it. Spend your time elsewhere   yes they can
    • in process upgrade Wolf and to Rose. price updated 🙂   p464 Elf - $10,000 p507 Wolf - $25,000 p520 Rose - $40,000 (complete in 2 weeks)   Rental agreement - p464 Elf - $5,000 + 50% of all server revenue p507 Wolf - $10,000 + 50% of all server revenue p520 Rose - $15,000 + 65% of all server revenue
    • And what model you wanna train? LLMs can't do that.
    • Discord         :  utchiha_market Telegram        : https://t.me/utchiha_market Auto Buy Store  : https://utchiha-market.mysellauth.com/ Not sure if we’re legit? Check Our server — real reviews, real buyers https://discord.gg/4EPpYhe2HA  | https://campsite.bio/utchihaamkt
×
×
  • 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