AutoTrade[Made Easy] by Gamenikko

All about the macro plugin can be found in this forum. This forum is intended for the macro plugin only.

Moderator: Moderators

bgksbot
Noob
Noob
Posts: 15
Joined: 10 Mar 2011, 18:28
Noob?: Yes

Re: AutoTrade[Made Easy] by Gamenikko

#21 Post by bgksbot »

Pornograffitti wrote:just so u know. ive done all that before before anyone postd about it. change password ignore all etc
so i started the bot at night before i sleep then when i woke up i had 0 zeny...
perhps the name of the dealer is added item of something

something your missing, partyAuto 2 must be 0 or -1. IT HAPPENS again he adds my bot vendor to party and i forgot to set partyAuto becuase i just copy pasted my configs so he invites my bot vendor and type the same stuff. boom 0 zenny again but now just 100m+. also set guildAutoDeny 1 just incase..

MODS?
kaldabog
Plain Yogurt
Plain Yogurt
Posts: 83
Joined: 08 Sep 2010, 13:45
Noob?: No

Re: AutoTrade[Made Easy] by Gamenikko

#22 Post by kaldabog »

Pornograffitti wrote:just so u know. ive done all that before before anyone postd about it. change password ignore all etc
so i started the bot at night before i sleep then when i woke up i had 0 zeny...
perhps the name of the dealer is added item of something
I can only see one vulnerability here
console /(.*) added Item to Deal: (.*) x (\d+)/
he used console so any type of console such as pm,public chat,shout will trigger the macro maybe updating the squelchDomains will do the trick and try to do logChat 1 and logConsole 1
And I think /(.*) and (.*) x (\d+)/ are wildcards like *.* in msdos try hacking your own bot-buyer to prevent anymore backdoors
EternalHarvest
Developers
Developers
Posts: 1798
Joined: 05 Dec 2008, 05:42
Noob?: Yes

Re: AutoTrade[Made Easy] by Gamenikko

#23 Post by EternalHarvest »

Macro plugin in its current state just is NOT suited for anything serious, and especially for any input handling.
bgksbot wrote:Its very easy to say that when your familiar with macros. I, myself is somehow familiar with macros, but still was a victim of this macro.. WHY? BECAUSE I TRUSTed THIS FORUM. and how about the others? THOSE who are just simply relying in the help of others? and still learning MACRO. so you mean that what ever is posted here is somehow not safe?
Well, who and when do you expect to review everything that gets posted, and never make a mistake at that? Note that there are a ton of other random topics included too.

Warning in first post already added.
bgksbot
Noob
Noob
Posts: 15
Joined: 10 Mar 2011, 18:28
Noob?: Yes

Re: AutoTrade[Made Easy] by Gamenikko

#24 Post by bgksbot »

EternalHarvest wrote:Macro plugin in its current state just is NOT suited for anything serious, and especially for any input handling.
bgksbot wrote:Its very easy to say that when your familiar with macros. I, myself is somehow familiar with macros, but still was a victim of this macro.. WHY? BECAUSE I TRUSTed THIS FORUM. and how about the others? THOSE who are just simply relying in the help of others? and still learning MACRO. so you mean that what ever is posted here is somehow not safe?
Well, who and when do you expect to review everything that gets posted, and never make a mistake at that? Note that there are a ton of other random topics included too.

Warning in first post already added.

im just saying that reported topics like this should be reviewed. thats all..

oh, and thanks, for the action. :ugeek:
gamenikko
The Way Of Human
The Way Of Human
Posts: 192
Joined: 16 Aug 2009, 03:47
Noob?: Yes
Location: Gonryun

Re: AutoTrade[Made Easy] by Gamenikko

#25 Post by gamenikko »

bgksbot wrote:
EternalHarvest wrote:
bgksbot wrote:i have proof thnx
So where is it?
bgksbot wrote:GM
Wrong site?
sorry admin i mean...

the proof?

1st your program auto generates a bot password 1283 ryt?

then last night someone uses that password and enter my pub and typ "Dragonchaser added Item to Deal: Blue Herb x 100000".


at first it was a puzzle to me how it happens so icheck the macro.txt and it seems like nothing is wrong but then i saw the pub password and think maybe its in there so i changed the pub password and put again zenny/ies on my auto buy bot. but when i checked it again, the zenny becomes zero for the 2nd time. so i checked everything and try to check the chat.txt. look at my screenshots what i had found.

http://img33.imageshack.us/i/chatth.jpg/

not yet satisfied? DL the program and try it for yourself. I tried it and it works like wonders. zenny depleted...

just to make sure, this is the original program that i DL'd here. (just in case it was reconfigured already)

https://rapidshare.com/files/458903249/AutoTrade.exe

EDIT: screenshot

Don't be stupid, you can stare at the macro output the whole day and you can search for any bugs, and also I NEVER CHANGE THE LINKS IN THIS TOPIC, if I DID that stupid thing, THERE MUST BE A BUNCH OF PEOPLE COMPLAINING HERE NOT ONLY YOU.
Just like old times.
rexx
Noob
Noob
Posts: 1
Joined: 20 Dec 2010, 11:44
Noob?: Yes

Re: AutoTrade[Made Easy] by Gamenikko

#26 Post by rexx »

This application is nice for make it more easy and change the macros anytime we wan.
But,there are the problem with the console that detecting any word out from in like PM.Maybe that problem can be avoided by ignore all player to PM bot.But,how about player Announcing by using Microphone to make bot console trigered??
stapo
Noob
Noob
Posts: 1
Joined: 29 Jun 2011, 09:37
Noob?: No

Re: AutoTrade[Made Easy] by Gamenikko

#27 Post by stapo »

so i tried this macro and it's work fine, but i want that instead of paying using zenny i'll use mithril coins. i'm not expert in macro buy i tried my best in tweaking this.

and tried it buy my problem is when i put the tcg card, then the bot will put 4mithril coins and then suddenly the bot will cancel the deal.
my macro will pay 4mithril coins for a tcg card.
this is my code

Code: Select all

#######################################
########AUTO TRADE#####################
#######################################


automacro sit {
console /^Your Coordinates/i
call {
do chat create "B>TCG=100m nid 10 deal agd" 2 0 164987
do sit; do conf dealAuto 0
}
}

automacro dersadeal {
console /(.*) \(level (.*)\) Requests a Deal/i
call {
do deal
pause 15

}
}

automacro check {
console /(.*) added Item to Deal: (.*) x (\d+)/
call check1
}

macro check1 {
$item = $.lastMatch2
$amount = $.lastMatch3
$item1 = Bossnia MVP Passport #<-this is TCG card
$item1price = 0


if ($item == $item1) goto item1
do deal no
stop

:item1
$total1 = @eval ($amount*4)
do deal add 0 $total1 <- add 0= mithril
pause 1
do deal; do deal
stop


automacro final {
console /You finalized the Deal/i
call {
do deal; do deal
}
}
dezmay
Noob
Noob
Posts: 19
Joined: 02 Jun 2008, 21:22
Noob?: Yes

Re: AutoTrade[Made Easy] by Gamenikko

#28 Post by dezmay »

can we add a macro for zeny check here when auto buying? like for example disconnecting when your zeny is below 200K? i've created one but it is not working. can somebody correct mine please?

automacro quitzen {
run-once 1
zeny < 199999
call {
do quit
}
}
andy12345
Moderators
Moderators
Posts: 174
Joined: 04 Apr 2008, 10:21
Noob?: No
Location: In your dreams...

Re: AutoTrade[Made Easy] by Gamenikko

#29 Post by andy12345 »

dezmay wrote:can we add a macro for zeny check here when auto buying? like for example disconnecting when your zeny is below 200K? i've created one but it is not working. can somebody correct mine please?

automacro quitzen {
run-once 1
zeny < 199999
call {
do quit
}
}
Separate the call macro and add a release all in the end.
dezmay
Noob
Noob
Posts: 19
Joined: 02 Jun 2008, 21:22
Noob?: Yes

Re: AutoTrade[Made Easy] by Gamenikko

#30 Post by dezmay »

thank you very much...