What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

simple land builder spammer

alq0rsan

New Member
Joined
Oct 11, 2014
Messages
178
Reaction score
1
hi,

since land scanner is detected this code only to build house without scanning

what you need this plugin for? to build house while you keep moving or spam every sec to try steal house time can be m

requirement:
- stand on the area you want to build then run the plugin
- if you move it will spam build in your position till building is set ^_^

code is 3 simple lines for learning remember to be creative if you don't want to get banned
while (!getInvItem("ItemToBuild").ConstructHouse(me.X, me.Y)) {
Thread.Sleep(1000);
}
red color is item to build
blue color is time between each try its safer if its 500+ no human can do faster in this game hahaha

green is the location which is your character movement ^_^

full plugin code
using System;
using System.Drawing;
using System.Windows.Forms;
using System.Threading;
using System.Collections.Generic;
using System.Linq;
using ArcheBuddy.Bot.Classes;
namespace DefaultNameSpace{
public class DefaultClass : Core
{
public static string GetPluginAuthor()
{
return "Alq0rsan";
}

public static string GetPluginVersion()
{
return "1.0.0.0";
}

public static string GetPluginDescription()
{
return "Build me house while i move ^_^ or on my location";
}
public void PluginRun()
{
while (!getInvItem("ItemToBuild").ConstructHouse(me.X, me.Y)) {
Thread.Sleep(1000);
}
}
public void PluginStop()
{
}
}
}
 
Last edited:
Thanks buddy! A few questions :

Will this bypass the "Build" "Confirm" (cant remember which one is displayed when placing an house) button?
I dont really see how it can know WHERE to drop down the house (x,y,z) ? (you're writing "- stand on the area you want to build then run the plugin" - but how does it know where to build?
 
1- yes this will bypass it even if confirm show up this code will auto press ok to build house
2- if you are standing in middle of the house it will spam building there when the house disspear / if its empty area then it will build it instantly

you can go try build 8x8 farm it should take few taxes to try and learn from the code

the location is ( me.x & me.y ) ^_^
 
Ok, I have tried this short plugin and got banned after 10 minutes. I been using only Poopies land plugin with AB, never ever any other script, never been banned..also I have been always launching game through AB, until the update and ban wave (never launched AA through AB after the update). Today I had one nice target in Solzreed and decided to try out taking it without scanning with your plugin, made delay 600 ms. I won the land, but was happy for 10 minutes...well looks like bye bye AA now.

I don't know how I been banned but looks like somehow they see something suspicious even that I have never been reported by others. Good Luck.
 
this plugin wont ban you not even in millions year since it wont spam packet sending so its up to you ^_^
 
wow, good thing i didnt tried this O.o

I don't say it's plugin, it just happened as I launched AA today with AB for the first time since the update, nothing was wrong like few hours as I am not using any plugins, but when I launched this, got ban after 10 minutes...
 
I don't say it's plugin, it just happened as I launched AA today with AB for the first time since the update, nothing was wrong like few hours as I am not using any plugins, but when I launched this, got ban after 10 minutes...
happen for one of my accounts for land scanning which spammed scan all houses in less than 30 seconds lol
 
this plugin wont ban you not even in millions year since it wont spam packet sending so its up to you ^_^

this plugin is just a simple macro launched through AB. Plugin won't ban you, people will report you if you stand in the middle of land, and since plugin is launched through AB...gg. Now I am thinking why I havent downloaded simple clicker lol
 
happen for one of my accounts for land scanning which spammed scan all houses in less than 30 seconds lol

I was scanning land with poopies plugin more than 15 times a day, sure last time I was scanning was like three weeks ago. The point is AB is definitely not safe at least now. Launch it at your own risk...
 
this plugin is just a simple macro launched through AB. Plugin won't ban you, people will report you if you stand in the middle of land, and since plugin is launched through AB...gg. Now I am thinking why I havent downloaded simple clicker lol
i am sorry for your loss some people just wanted bot to get land or house then stop or just to stay online but trion banned even innocent people xD

for me i botted since level 1 so i dont care much sooner or later trion will stop banning people
 
i am sorry for your loss some people just wanted bot to get land or house then stop or just to stay online but trion banned even innocent people xD

for me i botted since level 1 so i dont care much sooner or later trion will stop banning people


That's ok...been tired of this game. I believe is you do traderuns plugins etc is much safer than land taking plugins, also it depends if you're smart using them. When I bought Poopies plugin I paid 50 usd what is not much to me, and I said I will use it once only...sadly you get addicted and there always comes a day for the ban.

I remember we been boting Lineage 2 in Naia, but that botting was just like money making machine (real money), you don't care you will be banned or not as all ingame curency becomes real very fast. So if you bot for proffit, not game, than I believe it's no need to be afraid of bans, however after millions of boted gold was confiscated from players, I doubt anyone is still brave to buy gold from gold sellers...
 
That's ok...been tired of this game. I believe is you do traderuns plugins etc is much safer than land taking plugins, also it depends if you're smart using them. When I bought Poopies plugin I paid 50 usd what is not much to me, and I said I will use it once only...sadly you get addicted and there always comes a day for the ban.

I remember we been boting Lineage 2 in Naia, but that botting was just like money making machine (real money), you don't care you will be banned or not as all ingame curency becomes real very fast. So if you bot for proffit, not game, than I believe it's no need to be afraid of bans, however after millions of boted gold was confiscated from players, I doubt anyone is still brave to buy gold from gold sellers...

I know how you are feeling. I put 600 Euro into my account, and got addicted with Poopies landgrabber. I did it all day long, and earned 10k gold in 7 days. Ofc it got banned. So im starting over atm. No botting, but wanted to bot a last time, getting a 16x16 or 24x24.
 
I know how you are feeling. I put 600 Euro into my account, and got addicted with Poopies landgrabber. I did it all day long, and earned 10k gold in 7 days. Ofc it got banned. So im starting over atm. No botting, but wanted to bot a last time, getting a 16x16 or 24x24.

That's the worst, u will do it just once and be legit all the time, then after a month here you a present - ban, as you been using 3rd software one month ago. And coz it's a game, you have to prove you're innocent (ofc you won't if they don't care)...they don't have to prove you are guilty
 
There are problems with this.

1. It's spamming requests to the server to place land. This means it's easily detectable.
2. This won't work on some houses. Players have to be standing almost exactly in the x/y spot to place the house, and some houses have curved roofs that you can't stand on. Also players will get stuck and be forced to use the escape skill or teleport out some other way.
3. This doesn't press the "Build" button on confirmation window. The UpdateConstructTax method is needed for that.
 
Last edited:
There are problems with this.

1. It's spamming requests to the server to place land. This means it's easily detectable.
2. This won't work on some houses. Players have to be standing almost exactly in the x/y spot to place the house, and some houses have curved roofs that you can't stand on. Also players will get stuck and be forced to use the escape skill or teleport out some other way.
3. This doesn't press the "Build" button on confirmation window. The UpdateConstructTax method is needed for that.
1- spamming request with timer of 1000 = 1 sec each not really spam xD
2- well this is usefull if you stand in roof of unfinished houses or inside house or even looking for spot to place your house
3- it will auto confirm without press confirm ^_^
 
hi, is it possible to make it so that it spams build on nearest house instead of player coords? thanks
 
how about include the scan feature but instead of scanning the whole area, just scan the plot closest to you
 
i can include safe scanner but it will take 10 min to scan the whole area
 
Back
Top