Star's Tears Vendor Bot (Org) menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 27
  1. #1
    Multitask's Avatar Contributor

    Reputation
    158
    Join Date
    Jan 2008
    Posts
    1,112
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Star's Tears Vendor Bot (Org)

    EXPLOIT HAS BEEN HOTFIXED DO NOT USE! THREAD WILL REMAIN OPEN FOR PEOPLE THE REFERENCE THE AUTOIT CODE

    EDIT: bot now has full background mode and dosnt require mouse input. changed the macros and the code. please redownload.

    This bot will buy 10 stacks of Star's Tears (Org) and then vendor the 10 stacks. Thanks to turner850 for correcting my error lul

    SETUP

    1) Create the macros (see below)
    2) Bind "Interact with Target" to "P" (opens vendor window)
    3) Run starstears.exe and easy money. (read the tooltip to set mouse location)

    -F1 to start/pause
    -F2 to stop

    MACROS

    bind this to 1
    Code:
    /target Brave Stonehide
    bind this to 2
    Code:
    /script BuyMerchantItem(13)
    /script BuyMerchantItem(13)
    /script BuyMerchantItem(13)
    /script BuyMerchantItem(13)
    /script BuyMerchantItem(13)
    bind this to 3
    Code:
    /script for bag = 0, 4 do for slot = 1, GetContainerNumSlots(bag) do local name = GetContainerItemLink(bag,slot) if name and string.find(name,"Star's Tears") then DEFAULT_CHAT_FRAME:AddMessage("Selling "..name) UseContainerItem(bag,slot) end end end
    DOWNLOAD

    starstears.rar

    VIRUS SCAN

    Virustotal. MD5: 038b9c6ca3a208476bfce9b05c35362a Trojan.Win32.Autoit.ww Trojan/Downloader.Agent.cgfw
    (autoit false positives)

    SOURCE (requested)

    Code:
    $wow_window = "World of Warcraft" 
    WinActivate($wow_window, "") 
    WinSetOnTop($wow_window, "", 0) 
    Sleep(1000) 
    
    $hWnd = WinGetHandle("[CLASS:GxWindowClassD3d]")
    
    
    HotKeySet("{F2}", "StopScript");
    AdlibEnable("pause");
    HotKeySet("{F1}","pauseset");
    $Pause = -1
    
    
    
    ToolTip("Executing script...", 0, 0)
    Sleep (2000)
    	Setup()
    
    
    Func Setup()
    	ToolTip("Preparing to start, please wait...", 0, 0)
    	Sleep(2000)
    	Buy()
    EndFunc
    
    Func Buy()
    	
    		ControlSend($hWnd, "", "", "{1}")
    		ControlSend($hWnd, "", "", "{p}")
    		Sleep(1000)
    		
    		ControlSend($hWnd, "", "", "{2}")
    		Sleep(1000)
    		ControlSend($hWnd, "", "", "{2}")
    		Sleep(1000)
    		
    		
    		Sell()
    	
    EndFunc
    
    Func Sell()
    	
    		
    	Sleep(1000)
    	ControlSend($hWnd, "", "", "{1}")
    	ControlSend($hWnd, "", "", "{p}")
    	ControlSend($hWnd, "", "", "{3}")
    	Sleep(3000)
    	
    
    Buy()
    		
    EndFunc
    
    
    Func pauseset()
      $Pause = $Pause * -1
    EndFunc
    
    Func pause()
      While $Pause = -1
           Sleep(500)
    	   ToolTip("Bot Paused, F1 to resume.", 0, 0)
      Wend
    EndFunc
    
    Func StopScript() 
    $stop = MsgBox(4, "-ßlink- Star's Tears Bot", "Do you want to Exit the bot?") 
    If $stop = 6 Then 
    	ToolTip("Stopping Script...", 0, 0)
    	Sleep(3000)
    Exit 
    EndIf 
    EndFunc
    Last edited by Multitask; 12-15-2009 at 12:52 AM.

    Star's Tears Vendor Bot (Org)
  2. #2
    Xel's Avatar ★ Elder ★
    Authenticator enabled
    Reputation
    1179
    Join Date
    Jul 2008
    Posts
    2,906
    Thanks G/R
    94/51
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I wish I still had gametime left :/.

    Anyways this is cool, even when it might get nerfed soon.

  3. #3
    Jigy's Avatar Member
    Reputation
    1
    Join Date
    Dec 2007
    Posts
    15
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    didnt work until i changed macro 2 to /script BuyMerchantItem(13)

  4. #4
    asdjaa's Avatar Banned
    Reputation
    6
    Join Date
    Apr 2009
    Posts
    53
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Does this work for Alliance if you just change the target in the macro to Master Sergeant Biggins? If not, could you make it so that it works for Alliance?

    EDIT: Seems to work alright if you change the Target (first macro) to Master Sergeant Biggins. Seems to run pretty slowly for me and it fumbles around a bit, selecting the wrong macro at times, but that may just be my fault.
    Last edited by asdjaa; 12-14-2009 at 01:56 AM.

  5. #5
    Multitask's Avatar Contributor

    Reputation
    158
    Join Date
    Jan 2008
    Posts
    1,112
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Jigy View Post
    didnt work until i changed macro 2 to /script BuyMerchantItem(13)
    yea i included the wrong macro, my mistake. fixed now

  6. #6
    AfterMidnight's Avatar Banned
    Reputation
    162
    Join Date
    Jan 2008
    Posts
    689
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sweet man! Got my alt dualspec with this!
    +Rep

  7. #7
    Overaggro's Avatar Contributor

    Reputation
    87
    Join Date
    Mar 2009
    Posts
    441
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Why would we want to buy and sell it ??? Pelase tell me do they cost 0 gold or something ?

  8. #8
    AfterMidnight's Avatar Banned
    Reputation
    162
    Join Date
    Jan 2008
    Posts
    689
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    They cost 8 honor, and give 22s 50c when sold; per stack.

  9. #9
    Jadd's Avatar 🐸 Premium Seller
    Reputation
    1511
    Join Date
    May 2008
    Posts
    2,432
    Thanks G/R
    81/333
    Trade Feedback
    1 (100%)
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Woah, actually a decent bot..

    Wait, no it's not, just another click/key sender :/

  10. #10
    Thidan's Avatar Contributor
    Reputation
    299
    Join Date
    Jan 2007
    Posts
    1,009
    Thanks G/R
    2/15
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    By looking at the source of both this and your other bot released with the same basic idea (WHY NOT JUST CHANGE THE MACROS?!) and post TWO threads about it when pretty much everything that's beeing used is:
    Code:
    Func BUY()
    	ControlSend($HWND, "", "", "{1}")
    	ControlSend($HWND, "", "", "{p}")
    	Sleep(1000)
    	ControlSend($HWND, "", "", "{2}")
    	Sleep(1000)
    	ControlSend($HWND, "", "", "{2}")
    	Sleep(1000)
    	SELL()
    EndFunc
    Func SELL()
    	Sleep(1000)
    	ControlSend($HWND, "", "", "{1}")
    	ControlSend($HWND, "", "", "{p}")
    	ControlSend($HWND, "", "", "{3}")
    	Sleep(2000)
    	BUY()
    EndFunc
    Nice idea and all but you could've might aswell kept it in 1 thread.

    And for all the scriptkiddies out there, no, that's not the full sourcecode and I will not hand it out.


  11. #11
    Multitask's Avatar Contributor

    Reputation
    158
    Join Date
    Jan 2008
    Posts
    1,112
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Thidan View Post
    By looking at the source of both this and your other bot released with the same basic idea (WHY NOT JUST CHANGE THE MACROS?!) and post TWO threads about it when pretty much everything that's beeing used is:
    Code:
    Func BUY()
    	ControlSend($HWND, "", "", "{1}")
    	ControlSend($HWND, "", "", "{p}")
    	Sleep(1000)
    	ControlSend($HWND, "", "", "{2}")
    	Sleep(1000)
    	ControlSend($HWND, "", "", "{2}")
    	Sleep(1000)
    	SELL()
    EndFunc
    Func SELL()
    	Sleep(1000)
    	ControlSend($HWND, "", "", "{1}")
    	ControlSend($HWND, "", "", "{p}")
    	ControlSend($HWND, "", "", "{3}")
    	Sleep(2000)
    	BUY()
    EndFunc
    Nice idea and all but you could've might aswell kept it in 1 thread.

    And for all the scriptkiddies out there, no, that's not the full sourcecode and I will not hand it out.
    updating thread titles is broken.

    Originally Posted by Jadd View Post
    Woah, actually a decent bot..

    Wait, no it's not, just another click/key sender :/
    A bot (short for "robot") is a program that operates as an agent for a user or another program or simulates a human activity.

    Also, i dont give a ****.
    Last edited by Multitask; 12-14-2009 at 06:32 AM.

  12. #12
    Teh_Homer's Avatar Member
    Reputation
    2
    Join Date
    Apr 2007
    Posts
    90
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hey blink it keeps telling me that it is attempting to do something only a blizzard ui can do. any ideas? also it keeps opening spell book
    Last edited by Teh_Homer; 12-14-2009 at 06:51 AM.

  13. #13
    Thidan's Avatar Contributor
    Reputation
    299
    Join Date
    Jan 2007
    Posts
    1,009
    Thanks G/R
    2/15
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Teh_Homer View Post
    hey blink it keeps telling me that it is attempting to do something only a blizzard ui can do. any ideas? also it keeps opening spell book
    L2Read and you'll know why the hell it's opening the spellbook.


  14. #14
    Silentulf's Avatar Member
    Reputation
    1
    Join Date
    Mar 2008
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Jesus christ man, this is epic. Time to make some sweet-ass money while watching movies. <3
    + rep

  15. #15
    Tickla's Avatar Member
    Reputation
    1
    Join Date
    Apr 2007
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    For some reason its not selling :/ It works to target the npc and buy the Stars tears.

    Things i have done is addind the macros, had to change the first two tho since im buying from Nix Fireclaw in dalarn, and from item 1.

    Do i have to do something whit script 3?

Page 1 of 2 12 LastLast

Similar Threads

  1. [Release] Cross-platform BOT and SNIPER with UI - pgbot.org
    By Raflesia in forum Pokemon GO Hacks|Cheats
    Replies: 120
    Last Post: 02-06-2017, 07:03 PM
  2. Sarkoth (dh) bot not vendoring
    By Colesy in forum Diablo 3 Bots Questions & Requests
    Replies: 0
    Last Post: 07-04-2012, 03:14 AM
  3. Stop buying stars tears and arrows/bullet
    By sinjako in forum World of Warcraft Exploits
    Replies: 21
    Last Post: 12-15-2009, 03:56 PM
  4. Moar money then stars tears for honor!
    By Saviic in forum World of Warcraft Exploits
    Replies: 33
    Last Post: 12-15-2009, 09:54 AM
  5. Star's Sorrow Vendor Bot
    By Multitask in forum World of Warcraft Bots and Programs
    Replies: 25
    Last Post: 12-15-2009, 12:06 AM
All times are GMT -5. The time now is 07:35 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search