Jump to content

Recommended Posts

Posted

Hello to everyone this is my 1st post here ! As title says im looking for TT script egg delivery and specialty liquor delivery that ends at town of goddard at brewer valentine and warehouse keeper lietta and teleports again to jeremy and repeat the quest! I will really apreciate if someone can share with me that script ... 
im playing on l2warland


Thanks for any help in advance

Posted (edited)

Here you go it's not near perfect but it's something. The script moves through the liquor delivery first and then through the egg delivery. Beeping when it reaches an npc and giving you 10 seconds to choose the dialog option. You really need to remember that in the 5th npc you have to choose the 2 quests. It beeps twice just to remember.

 

It needs a lot of improvements:

- The path needs to be smother because sometimes it get stucked and you have to move it sideways so it moves again.

- The ideal would be to send a server bypass but I don't know how to obtain it for my server because the file obtained with this script is empty and hence I don't know how to explain how to change it for your server. You should try with normal dialog selection commands anyway. You just copy the dialog text into the command "Engine.DlgSel ('textHere');"

- The movement in the city could also be written but they would be different movements depending of the respawn so it's too much for me. We could do it together. If everyone who uses the script does one, we would finish pretty soon. The way to do it is, in each location to which you move you write /loc in game and copy the coordinates to a Engine.MoveTo (x, y, z) command. You move from the respawn to the grocery or the warehouse depending which one is closer, you don't need to write the commands to go to the other shop, and you don't need to go in. But the last command has to be in front of the store.

- Maybe load a config to use dash. Just create a config in the interface with dash in self-buffs and add the line Engine.LoadConfig ('configName'); at the begining of the script.

- The script could be written in a way that it knew where to go next by checking which npc you are close to with "User.InRange" commands. In case you miss a npc and you don't have to recall and begin the script again. But to do this it would have to check for the quest items that aren't in the normal inventory so I don't know how to do it. If it didn't have liquor left the path to go would be different than if it's still doing the liquor delivery.

Edited by darknesscrysis
Posted (edited)

if you tell me how i can help i will do it :D ... just tryed the script and used teleportModule going red i delete it and then go home going red ;p i delete that too and script started to run but not getting auto the quests from jeremy so i have to take them manual? also im noob on script writting so i need help if i have to change something :) thank you for your help i will try also to find a solution by my self if no one cant help 


edit : i tryed now to take manual the quest from jeremy but script running at other npcs talking but not delivering the eggs and starting to run to other npc so i have to change something for my server i guess :/ 

Edited by Filippakos
Posted (edited)
uses  TeleportModule;                            ( going red )

 

{

  change Engine.BypassToServer to your server or use Engine.DlgSel

}

 

const

 Jeremy = 31521;

 Beolin = 31547;

 Kuber = 31546;

 Crocus = 31545;

 Naff = 31544;

 Pulin = 31543;

 First_delay = 10 * 1000;

 Second_delay = 2 * 1000;

 

begin

while true do begin

  if  User.InRange (149551, -112649, -2064, 500, 200)  then begin

    Engine.SetTarget (Jeremy);

    Engine.DlgOpen;

    Engine.DlgSel ('Quest');

    Delay (First_delay);

    //Engine.DlgSel ('Egg Delivery');

    //Delay (Second_delay);

    //Engine.bypasstoserver ('Quest 621_EggDelivery 31521-1.htm');

 

    Engine.MoveTo (149180, -112487, -2090);

    Engine.MoveTo (147817, -113160, -2104);

    Engine.MoveTo (147562, -113278, -2112);

    

 PlaySound (exepath + '\sounds\beep.wav');

 Engine.SetTarget (Beolin);

    Engine.DlgOpen;

    Engine.DlgSel ('Quest');

    Delay (500);

    //Engine.DlgSel ('Liquor');

    Delay (First_delay);

    //engine.bypasstoserver ('Quest 621_Liquor 31547-1.htm');

    //Delay (Second_delay);

  

    Engine.MoveTo (147541, -113293, -2112);

    Engine.MoveTo (147511, -112734, -2144);

    Engine.MoveTo (146069, -111869, -2408);

    Engine.MoveTo (144964, -110983, -3488);

    Engine.MoveTo (141672, -109450, -3584);

    

    PlaySound (exepath + '\sounds\beep.wav');

    Engine.SetTarget (Kuber);

    Engine.DlgOpen;

    Engine.DlgSel ('Quest');

    Delay (500);

    //Engine.DlgSel ('Liquor');

    Delay (First_delay);

    //Engine.bypasstoserver ('Quest 621_Liquor 31546-1.htm');

    //Delay (Second_delay);

 

    Engine.MoveTo (141637, -108895, -3576);

    Engine.MoveTo (141319, -108302, -3560);

    Engine.MoveTo (140663, -105814, -3608);

    Engine.MoveTo (140660, -105523, -3632);

    

    PlaySound (exepath + '\sounds\beep.wav');

    Engine.SetTarget(Crocus);

    Engine.DlgOpen;

    Engine.DlgSel('Quest');

    Delay(500);

    //Engine.DlgSel('Liquor');

    Delay(First_delay);

    //engine.bypasstoserver('Quest 621_Liquor 31545-1.htm');

    //Delay(Second_delay);

 

    Engine.MoveTo (144297, -103071, -3584);

    Engine.MoveTo (144763, -100705, -3272);

    Engine.MoveTo (148394, -100895, -2968);

    Engine.MoveTo (150485, -101237, -2880);

    Engine.MoveTo (152728, -101598, -2888);

    Engine.MoveTo (152999, -101778, -2760);

    Engine.MoveTo (153874, -102680, -2960);

    Engine.MoveTo (154900, -104555, -2768);

    Engine.MoveTo (155612, -105732, -2752);

    

    PlaySound (exepath + '\sounds\beep.wav');

    Engine.SetTarget (Naff);

    Engine.DlgOpen;

    Engine.DlgSel ('Quest');

    Delay (500);

    //Engine.DlgSel ('Liquor');

    Delay (First_delay);

    //Engine.bypasstoserver ('');

    //Delay (Second_delay);

  

    Engine.MoveTo (154980, -107065, -2680);

    Engine.MoveTo (153341, -110607, -2696);

    Engine.MoveTo (151961, -111661, -2416);

    Engine.MoveTo (150264, -112966, -2272);

    Engine.MoveTo (150512, -115052, -1704);

    Engine.MoveTo (151378, -115185, -1576);

    Engine.MoveTo (154096, -115000, -1544);

    Engine.MoveTo (155035, -115160, -1568);

    Engine.MoveTo (157406, -115495, -1888);

    Engine.MoveTo (157611, -115371, -1904);

    

    PlaySound (exepath + '\sounds\beep.wav');

    Engine.SetTarget (Pulin);

    Engine.DlgOpen;

    Engine.DlgSel ('Quest');

    Delay (500);

    //Engine.DlgSel ('Liquor');

    Delay (First_delay);

    //Engine.bypasstoserver ('Quest 621_Liquor 31544-1.htm');

    //Delay(Second_delay);

 

    Engine.MoveTo (157626, -114953, -1896);

    Engine.MoveTo (157178, -113217, -1791);

    Engine.MoveTo (156758, -112787, -1736);

    Engine.MoveTo (156714, -112605, -1744);

    Engine.MoveTo (156506, -111563, -2384);

    Engine.MoveTo (156130, -110565, -2592);

    Engine.MoveTo (156503, -107137, -2648);

    Engine.MoveTo (155865, -105984, -2760);  // Arreglar este

    Engine.MoveTo (155612, -105732, -2752);

    

    PlaySound (exepath + '\sounds\beep.wav');

    Engine.SetTarget (Naff);

    Engine.DlgOpen;

    Engine.DlgSel ('Quest');

    Delay (500);

    //Engine.DlgSel ('Egg Delivery');

    Delay (First_delay);

    //Engine.bypasstoserver ('');

    //Delay (Second_delay);

 

    Engine.MoveTo (154900, -104555, -2768);

    Engine.MoveTo (153874, -102680, -2960);

    Engine.MoveTo (153236, -102017, -2744);

    Engine.MoveTo (152728, -101598, -2888);

    Engine.MoveTo (150485, -101237, -2880);

    Engine.MoveTo (148394, -100895, -2968); 

    Engine.MoveTo (144763, -100705, -3272);  

    Engine.MoveTo (144297, -103071, -3584);

    Engine.MoveTo (140660, -105523, -3632);

    

    PlaySound (exepath + '\sounds\beep.wav');

    Engine.SetTarget(Crocus);

    Engine.DlgOpen;

    Engine.DlgSel('Quest');

    Delay(500);

    //Engine.DlgSel('Egg Delivery');

    Delay(First_delay);

    //engine.bypasstoserver('Quest 621_EggDelivery 31545-1.htm');

    //Delay(Second_delay);

 

    Engine.MoveTo (140660, -105523, -3632);

    Engine.MoveTo (140663, -105814, -3608);

    Engine.MoveTo (141319, -108302, -3560);

    Engine.MoveTo (141637, -108895, -3576);

    Engine.MoveTo (141672, -109450, -3584);

    

    PlaySound (exepath + '\sounds\beep.wav');

    Engine.SetTarget (Kuber);

    Engine.DlgOpen;

    Engine.DlgSel ('Quest');

    Delay (500);

    //Engine.DlgSel ('Egg Delivery');

    Delay (First_delay);

    //Engine.bypasstoserver ('Quest 621_EggDelivery 31546-1.htm');

    //Delay (Second_delay);

 

    Engine.MoveTo (146544, -108973, -3504);

    Engine.MoveTo (148248, -108878, -2720);

    Engine.MoveTo (149205, -109232, -2512);

    Engine.MoveTo (149714, -112041, -2144);

    Engine.MoveTo (147817, -113160, -2104);

    Engine.MoveTo (147562, -113278, -2112);

    

    PlaySound (exepath + '\sounds\beep.wav');

    Engine.SetTarget (Beolin);

    Engine.DlgOpen;

    Engine.DlgSel ('Quest');

    Delay (500);

    //Engine.DlgSel ('Egg Delivery');

    Delay (First_delay);

    //engine.bypasstoserver ('Quest 621_EggDelivery 31547-1.htm');

    //Delay (Second_delay);

 

    Engine.MoveTo (147562, -113278, -2112);

    Engine.MoveTo (147817, -113160, -2104);

    Engine.MoveTo (149180, -112487, -2090);

    

 PlaySound (exepath + '\sounds\beep.wav');

    Engine.SetTarget (Jeremy);

    Engine.DlgOpen;

    Engine.DlgSel ('Quest');

    //Delay (First_delay);

    //Engine.DlgSel ('Egg Delivery');

    //Delay (Second_delay);

    //Engine.bypasstoserver ('Quest 621_EggDelivery 31521-1.htm');

 

    GoHome;                                  (going red)

  end;

end;  

end.

 

 

if i delete that 2 thinks that going red then script start to run but talking to npcs without to take the quest any help? :D

Edited by Filippakos
Posted (edited)

You'll have to be much more specific so I can help you. You already knew the script didn't talk to the npcs as I already said that in my previous post. The reason why I have written it like that is because depending on the server the way to chose the dialog option is different, someones can use dlgSel command while most have to use a serverbypass command which is different in every server. If you read carefully my post you'll see I've answered your questions already. The only thing I forgot to say is that you have to download a sound to a directory called Sounds inside Adrenaline folder and call it beep.wav, or you can change the line PlaySound (exepath + 'Sounds\beep.wav'); to the name and place of the sound you download. You also have to download the TeleportModule in the same folder as the TT script or else you can change the line GoHome for Engine.EnterText ('/unstuck');

Edited by darknesscrysis
Posted

You'll have to be much more specific so I can help you. You already knew the script didn't talk to the npcs as I already said that in my previous post. The reason why I have written it like that is because depending on the server the way to chose the dialog option is different, someones can use dlgSel command while most have to use a serverbypass command which is different in every server. If you read carefully my post you'll see I've answered your questions already. The only thing I forgot to say is that you have to download a sound to a directory called Sounds inside Adrenaline folder and call it beep.wav, or you can change the line PlaySound (exepath + 'Sounds\beep.wav'); to the name and place of the sound you download. You also have to download the TeleportModule in the same folder as the TT script or else you can change the line GoHome for Engine.EnterText ('/unstuck');

ok now i made beep working i replaced also Gohome with Engine.EnterText ('/unstuck'); and now unstuck works perfect now if u can help to make script talk to npcs i took all dialogues from jeremy here we go : 

<html><body>Chef Jeremy:<br>
Humph! Don't you know who I am? You must not get out much!<br>
Listen carefully! I'm the greatest chef in the entire hot springs region! Everyone who's tasted my food says it's excellent! Would you care to try it?<br>
<a action="bypass -h npc_268465435_Quest">Quest</a>
</body></html>
 
 
 
<html><body><title>Talk about:</title><br><a action="bypass -h npc_268465435_Quest 621_EggDelivery">[Egg Delivery]</a><br><a action="bypass -h npc_268465435_Quest 622_SpecialtyLiquorDelivery">[specialty Liquor Delivery]</a><br><a action="bypass -h npc_268465435_Quest 623_TheFinestFood">[The Finest Food]</a><br><a action="bypass -h npc_268465435_Quest 624_TheFinestIngredientsPart1">[The Finest Ingredients - Part 1]</a><br><a action="bypass -h npc_268465435_Quest 625_TheFinestIngredientsPart2">[The Finest Ingredients - Part 2]</a><br></body></html>
 
 
 
 
 
 
<html><body>Chef Jeremy:<br>
You look like you could use a few extra adena...<br>
Well I'm looking for a helper! You'll earn an honest wage around here, that's for sure!<br>
All you have to do is take these hard-boiled eggs to my customers. Their names are already written on them. Deliver them quickly, and who knows? I might teach you a secret cooking technique! Ha!<br>
<a action="bypass -h Quest 621_EggDelivery 31521-1.htm">I'll deliver your eggs.</a>
</body></html>
 
 
 
 
<html><body>Chef Jeremy:<br>
Take these hard-boiled eggs to my customers at the hot springs resort.<br>
Everyone likes their eggs done a different way. You must deliver them in the order!<br>
Look at the note I gave you for details, and don't ever forget our motto, "The Customer Always Comes First"!
</body></html>
 
 
 
 
 
<html><body>Chef Jeremy:<br>
You look like you could use a few extra adena...<br>
Well I'm looking for a helper! You'll earn an honest wage around here, that's for sure!<br>
All you have to do is take these specialty liquors to my customers. Their names are already written down. Deliver them quickly, and who knows? I might teach you a secret cooking technique! Ha!<br>
<a action="bypass -h Quest 622_SpecialtyLiquorDelivery 31521-1.htm">I'll deliver your liquor.</a>
</body></html>
 
 
 
<html><body>Chef Jeremy:<br>
Take these specialty liquor to my customers at the hot springs resort.Our motto is "The Customer Always Comes First"! Don't ever forget it!
</body></html>
 
if you are up to help and need dialogues from all npcs tell me to post them here tnx for your time :)
Posted (edited)

Mmm nice we are playing in the same server, I couldn't get the dialog text and you could, so please let me know how you did it. The dialog with Jeremy would be:

Engine.SetTarget (Jeremy);
Engine.DlgOpen;
Engine.DlgSel ('Quest');
Delay (500);
Engine.bypasstoserver ('npc_268465435_Quest 621_EggDelivery');
Delay (500);
Engine.bypasstoserver ('Quest 621_EggDelivery 31521-1.htm');
Delay (500);
Engine.DlgOpen;
Engine.DlgSel ('Quest');
Delay (500);
Engine.bypasstoserver ('npc_268465435_Quest 622_SpecialtyLiquorDelivery');
Delay (500);
Engine.bypasstoserver ('Quest 622_SpecialtyLiquorDelivery 31521-1.htm');
Delay (500);

I'm gonna go test it right now.

 

Edit: working perfectly.

Edited by darknesscrysis
Posted

Mmm nice we are playing in the same server, I couldn't get the dialog text and you could, so please let me know how you did it. The dialog with Jeremy would be:

Engine.SetTarget (Jeremy);
Engine.DlgOpen;
Engine.DlgSel ('Quest');
Delay (500);
Engine.bypasstoserver ('npc_268465435_Quest 621_EggDelivery');
Delay (500);
Engine.bypasstoserver ('Quest 621_EggDelivery 31521-1.htm');
Delay (500);
Engine.DlgOpen;
Engine.DlgSel ('Quest');
Delay (500);
Engine.bypasstoserver ('npc_268465435_Quest 622_SpecialtyLiquorDelivery');
Delay (500);
Engine.bypasstoserver ('Quest 622_SpecialtyLiquorDelivery 31521-1.htm');
Delay (500);

I'm gonna go test it right now.

 

Edit: working perfectly.

check your messages :D

Guest
This topic is now closed to further replies.


  • Posts

    • Hey everyone! I’m giving away 5 lifetime licenses for my newly developed pixel bot – perfect for Lineage 2 and similar games. The bot automates combat, buffing, and other in-game actions with an easy GUI and advanced Telegram-based license control.   NOTE: You’ll need an Arduino Leonardo (or compatible HID device) for this bot to work! This is what makes the keypresses undetectable and safe from game protection. ✅ Features: Fully external (no memory injection, no bans) Works with Arduino Leonardo as HID keyboard Easy step-by-step GUI (no coding needed) Buffs, attack, targeting automation Bypasses most modern kernel anticheats Lifetime license, Telegram-based anti-piracy 💡 How To Get A Free License? Just reply here or send me a PM with: Why you want to try the bot What server you’ll use it on First 5 users get a free lifetime license! 💬 Contact: Telegram: @LetoKanaleto Questions? Ask here or PM me. Setup help provided!   VirusTotal https://www.virustotal.com/gui/file/472510b9271a31908bd29a620988e74f67e1f1c783ac1cac80f89cc187c3793d/detection https://www.virustotal.com/gui/file/006a5a4b5c4fc369300ed44f250df5776f0b2a863de44242d2916c0b455772c5/detection   Mega: https://mega.nz/file/m8MzRbLR#VUZ21msDcwfk5o_5CtCBC7KL6iZkXAlUSPLb5kw3v0A Google: https://drive.google.com/file/d/11X0eISEFa63EhKcZwaVwDAMibAWbzaQv/view?usp=sharing
    • General Trackers : IPTorrents invite IPTorrents account 1 tb TorrentLeech invite Torrentleech account 1 tb buffer  InTheShaDow ( ITS ) account Acid-lounge invite Torrentday invite Crnaberza account Abn.Lol account Limit-of-eden account Norbits account Xspeeds account Xspeeds invite Bemaniso invite Wigornot account Bithumen invite Filelist account Funfile invite AvistaZ invite Potuk.net invite ResurrectThe.Net invite GrabThe.Info invite Greek-Team invite LinkoManija invite Fano.in account TreZzoR account Speed.cd invite Arab-torrents.net account Arabscene.me account Scenetime account 4thd.xyz invite Btarg.com.ar account Dedbit invite Estone.cc account Speedapp invite Finvip invite Fluxzone account GigaTorrents account Gimmepeers account Haidan.video invite Mojblink account Mycarpathians invite Newinsane.info account Oscarworld.xyz account Peers.FM invite Pt.msg.vg account Ransackedcrew account Redemption invite Scene-rush account Seedfile.io invite Teracod invite Torrent.ai account Torrentmasters invite Ttsweb invite X-files invite X-ite invite Ncore account TorrentHR account Rptorrents account BwTorrents account Superbits invite Krazyzone account Immortalseed account Tntracker invite Pt.eastgame.org account Bitturk account Rstorrent account Tracker.btnext invite Torrent-turk.de account BeiTai.PT account Pt.keepfrds account 52pt.site account Pthome account Torrentseeds account Aystorrent account Blues-brothers.biz invite Divteam account Thesceneplace invite CinemaMovies.pl account Brasiltracker account Patiodebutacas account Newheaven.nl account  Xthor account Swarmazon.club invite Bc-reloaded account Crazyspirits account Silentground invite Omg.wtftrackr invite Milkie.cc invite Breathetheword invite Madsrevolution account Chilebt account Yubraca account Uniongang.tv account Frboard account Exvagos account Diablotorrent account Microbit account Carp-hunter.hu account Majomparade.eu account Theshinning.me account Bithorlo account Youiv.info account Dragonworld-reloaded account Sharewood.tv account Partis.si account Digitalcore.club invite Fuzer.me account R3vuk.wtf invite Ztracker account 1 tb buffer 3changtrai account Best-core.info account Bitsite.us account Eliteunitedcrew invite Exitorrent.org account Hellastz account Tophos invite Torrent.lt account Sktorrent.eu account Oshen account Blackhattorrent account Pirata.digital account Esharenet account Ohmenarikgi.la Pirate-share account Immortuos account Kiesbits account Cliente.amigos-share.club account Broadcity invite Ilovetorzz account Torrentbytes account Polishsource account Portugas invite Shareisland account ArabaFenice account Hudbt.hust.edu.cn account Audiences account Nanyangpt account Pt.sjtu.edu.cn account Pt.zhixing.bjtu.edu.cn account Byr.pt invite Ptfiles invite Red-bits account Pt.hdpost.top account Irrenhaus.dyndns.dk (NewPropaganda) account Mnvv2.info (MaxNewVision V2) account 1ptba.com account Spidertk.top account Casa-Torrent (Teamctgame) account Film-paleis account Generation-free account Aftershock-tracker account Twilightsdreams account Back-ups.me invite Sor-next.tk ( Spirit Of Revolution ) account Tfa.tf ( The Falling Angels ) account Hdmayi account S-f-p.dyndns.dk ( Share Friends Projekt ) account Unlimitz.biz account Pttime account St-tracker.eu account New-retro.eu account Zbbit account Tigers-dl.net account Jptvts.us account Lat-team account Club.hares.top account Falkonvision-team account Concen account Drugari account Megamixtracker account T.ceskeforum account Peeratiko.org account Zamunda.se account Central-torrent.eu account h-o-d.org account Hdturk.club account Torrentleech.pl account Demonoid invite Lst.gg account Fakedoor.store account LaidBackManor account Vrbsharezone.co.uk invite Torrenteros account Arenaelite account Datascene account Tracker.0day.community Tapochek.net invite Jme-reunit3d account Ptchina invite Lesaloon account Exyusubs account Therebels.tv account Ubits.club invite Zmpt.cc account Turktorrent.us account Dasunerwarte account Funsharing account Hawke.uno account Monikadesign account Theoldschool.cc invite Fearnopeer account Alpharatio account Wukongwendao.top account Chinapyg account Azusa.wiki account Yggtorrent.top account Movies Trackers : Pixelhd account Cinemageddon account DVDSeed account Cinemageddon account Cinemaz account Retroflix account Classix-unlimited - invite Movie-Torrentz (m2g.link) invite Punck-tracker.net account Tmghub account Tb-asian account Cathode-ray.tube account Greatposterwall account Telly account Arabicsource.net account HD Trackers : Hdf.world account Torrentland.li account HdSky account Hdchina account Chdbits account Totheglory account Hdroute account Hdhome account TorrentCCF aka et8.org account 3DTorrents invite HD-Torrents account Bit-HDTV account HDME.eu invite Hdarea.co account Asiancinema.me account JoyHD invite HDSpace invite CrazyHD invite Bluebird-hd invite Htpt.cc account Hdtime invite Ourbits.club account Hd4fans account Siambit account Privatehd account Springsunday account Tjupt account Hdcity.leniter invite Ccfbits account Discfan account Pt.btschool.club account Ptsbao.club invite Hdzone.me invite Danishbytes account Zonaq.pw account Tracker.tekno3d account Arabp2p account Hd-united account Reelflix.xyz account Hdatmos.club account Anasch.cc invite Tigris-t account Nethd.org account Hd.ai invite Hitpt.com account Hdmonkey account Dragonhd.xyz account Hdclub.eu account Forum.bluraycd.com account Carpt account Hdfun.me invite Pt.hdupt invite Puntotorrent account Ultrahd account Rousi.zip account Blutopia account Music Trackers : Dicmusic account Music-Vid account Open.cd account LzTr account ProAudioTorrents invite Jpopsuki invite TranceTraffic invite Audionews invite Kraytracker invite Libble.me invite Losslessclub invite Indietorrents.com invite Dimeadozen account Funkytorrents invite Karaokedl account zombtracker.the-zomb account Concertos invite Sugoimusic account Satclubbing.club invite Metal.iplay invite Psyreactor invite Panda.cd account Adamsfile account Freehardmusic account Tracker.hqmusic.vn accouunt Twilightzoom account 3 tb buffer Hiresmusic account Metalguru account E-Learning Trackers : BitSpyder invite Brsociety account Learnbits invite Myanonamouse account Libranet account 420Project account Learnflakes account Pt.soulvoice.club account P2pelite account Aaaaarg.fail invite Ebooks-shares.org account Abtorrents account TV-Trackers : Skipthecommericals Cryptichaven account TV-Vault invite Shazbat.TV account Myspleen account Tasmanit.es invite Tvstore.me account Tvchaosuk account Jptv.club account Tvroad.info XXX - Porn Trackers : FemdomCult account Pornbay account Pussytorrents account Adult-cinema-network account Bootytape account 1 Tb buffer Exoticaz account Bitporn account Kufirc account Gaytorrent.ru invite Nicept account Gay-torrents.org invite Ourgtn account Pt.hdbd.us account BitSexy account Gaming Trackers : Mteam.fr account BitGamer invite Retrowithin invite Gamegamept invite Cartoon/Anime/Comic Trackers : U2.dmhy account CartoonChaos invite Animetorrents account Nyaa.si account Mononoke account Totallykids.tv account Bakabt.me invite Revanime account Ansktracker account Tracker.shakaw.com.br invite Bt.mdan.org account Skyey2.com account Animetracker.cc Sports Trackers : MMA-Tracker invite T3nnis.tv invite AcrossTheTasman account RacingForMe invite Sportscult invite Ultimatewrestlingtorrents account Worldboxingvideoarchive invite CyclingTorrents account Xtremewrestlingtorrents account Tc-boxing invite Mma-torrents account Aussierul invite Xwt-classics account Racing4everyone account Talk.tenyardtracker account Stalker.societyglitch invite Extremebits invite Software/Apps Trackers : Ianon account Brokenstones account Appzuniverse invite Teamos.xyz account Graphics Trackers: Forum.Cgpersia account Gfxpeers account Forum.gfxdomain account Documentary Trackers: Forums.mvgroup account Others Fora.snahp.eu account Board4all.biz account Filewarez.tv account Makingoff.org/forum account Xrel.to account Undergunz.su account Corebay account Endoftheinter.net ( EOTI ) account Thismight.be invite Skull.facefromouter.space account Avxhm.se (AvaxHome) account Ssdforum account Notfake.vip account Intotheinter.net account Tildes.net invite Thetoonz account Usinavirtual account Hdclasico invite HispaShare account Valentine.wtf account Adit-hd account Forum-andr.net account Warezforums account Justanothermusic.site account Forbiddenlibrary.moe account Senturion.to account Movieparadise account Militaryzone account Dcdnet.ru account Sftdevils.net account Heavy-r.com account New-team.org account NZB : Drunkenslug account Drunkenslug invite Usenet-4all account Brothers-of-Usenet account Dognzb.cr invite Kleverig account Nzb.cat account Nzbplanet.net invite Ng4you.com account Nzbsa.co.za account Bd25.eu account NZB.to account Prices start from 3 $ to 100 $ Payment methods: Crypto, Neteller, Webmoney, Revolut If you want to buy something send me a pm or contact me on: Email: morrison2102@gmail.com Discord: LFC4LIFE#4173 Telegram: https://t.me/LFC4LIFE4173 Skype: morrison2102@hotmail.com
    • L2 AARON - ADVERTISTING BANNERS     L2 AMBROSIAL - ANIMATED BORDER Portfolio - protojahdesigns.com You can also join Protojah Designs Discord
    • Dear friends, right now we are holding a grand competition with a prize fund of more than $ 1000 in our stores https://socnet.store , telegram store: https://socnet.shop and SMM panel: https://socnet.pro There are more than 50 prize places in our competition, each lucky person can take one of the places. Important condition: you must make a purchase at any time before June 1, 2025. The more purchases you make - the more chances you have to win the main prize in the community of $ 300! ➡ Our Online Shop: socnet.store ✅ ➡ Our SMM-Boosting Panel: socnet.pro ✅ ➡ Telegram Shop Bot: socnet.shop ✅ ➡ Telegram Support: https://t.me/solomon_bog ✅ ➡ Telegram Channel: https://t.me/accsforyou_shop ✅ ➡ Discord Support: @AllSocialNetworksShop ✅ ➡ Discord Server: https://discord.gg/y9AStFFsrh ✅ ➡ WhatsApp Support: 79051904467✅ ➡ WhatsApp Channel: https://whatsapp.com/channel/0029Vau0CMX002TGkD4uHa2n ✅ ➡ Email Support: solomonbog@socnet.store ✅
    • Dear friends, right now we are holding a grand competition with a prize fund of more than $ 1000 in our stores https://socnet.store , telegram store: https://socnet.shop and SMM panel: https://socnet.pro There are more than 50 prize places in our competition, each lucky person can take one of the places. Important condition: you must make a purchase at any time before June 1, 2025. The more purchases you make - the more chances you have to win the main prize in the community of $ 300! ➡ Our Online Shop: socnet.store ✅ ➡ Our SMM-Boosting Panel: socnet.pro ✅ ➡ Telegram Shop Bot: socnet.shop ✅ ➡ Telegram Support: https://t.me/solomon_bog ✅ ➡ Telegram Channel: https://t.me/accsforyou_shop ✅ ➡ Discord Support: @AllSocialNetworksShop ✅ ➡ Discord Server: https://discord.gg/y9AStFFsrh ✅ ➡ WhatsApp Support: 79051904467✅ ➡ WhatsApp Channel: https://whatsapp.com/channel/0029Vau0CMX002TGkD4uHa2n ✅ ➡ Email Support: solomonbog@socnet.store ✅
  • 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