Small Triggerbot I created menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 30
  1. #1
    KampfMuffin's Avatar Active Member
    CoreCoins Purchaser Authenticator enabled
    Reputation
    56
    Join Date
    Jan 2017
    Posts
    362
    Thanks G/R
    6/45
    Trade Feedback
    19 (58%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Small Triggerbot I created

    Well I was bored and created that. It looks for the name of a player and shoots.

    Res: 1920x1080
    OS: Win10 / Win7
    Requirements: Autohotkey

    Don't ask me if I can help you. I don't want to.
    And don't blame me if you're getting banned.
    Make sure to reset the gamma to default.

    Virustotal: really? its an AHK script.
    Source:
    Code:
    ; -Muffin.
       CoordMode, Tooltip
       CoordMode, Pixel
       CoordMode, Mouse
    Loop {
       ImageSearch, , , 880, 460, 1030, 540, *80 1.png
       if ErrorLevel = 0
    	  {
    		Loop {
    		ImageSearch, , , 880, 460, 1030, 540, *80 1.png
    		if ErrorLevel = 0
    					{
    			if (getkeystate("XButton1") or getkeystate("XButton2")) {
    				Click down
    			}
    			break
    			}
    		else if ErrorLevel = 1
    			{   
    			Click up
    			continue
    			}
    		else if ErrorLevel = 2
    			{   
    			Click up
    			break
    			}
    		}
    	  }
       else if ErrorLevel = 1
          {   
          Click up
          continue
          }
       else if ErrorLevel = 2
          {   
          MsgBox, Error Retrace
          break
          }
    }
    
    F2::exitapp
    Keys:
    Side mouse buttons will activate it while pressed
    F2 exits it

    And include this image into the folder: (rename it to 1.png)
    https://i.imgur.com/uzEjJXX.png
    Last edited by KampfMuffin; 02-18-2017 at 07:09 PM.

    Small Triggerbot I created
  2. Thanks Willy, foxybreak (2 members gave Thanks to KampfMuffin for this useful post)
  3. #2
    Willy's Avatar Elite User
    CoreCoins Purchaser
    Reputation
    478
    Join Date
    Mar 2007
    Posts
    682
    Thanks G/R
    147/124
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just to clarify real quick; Doesn't this script just do a image search on an image called "1.png"? I'm no genious with AHK so correct me if I'm wrong

  4. #3
    KampfMuffin's Avatar Active Member
    CoreCoins Purchaser Authenticator enabled
    Reputation
    56
    Join Date
    Jan 2017
    Posts
    362
    Thanks G/R
    6/45
    Trade Feedback
    19 (58%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by willy t3h whale View Post
    Just to clarify real quick; Doesn't this script just do a image search on an image called "1.png"? I'm no genious with AHK so correct me if I'm wrong
    oh yeah oops forgot to include that

  5. #4
    Caramelly's Avatar Member
    Reputation
    4
    Join Date
    Jun 2014
    Posts
    24
    Thanks G/R
    16/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by KampfMuffin View Post
    oh yeah oops forgot to include that
    wat r side mouse buttons??

  6. #5
    KampfMuffin's Avatar Active Member
    CoreCoins Purchaser Authenticator enabled
    Reputation
    56
    Join Date
    Jan 2017
    Posts
    362
    Thanks G/R
    6/45
    Trade Feedback
    19 (58%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Caramelly View Post
    wat r side mouse buttons??
    Imgur: The most awesome images on the Internet

  7. #6
    MrSisterFister's Avatar Member
    Reputation
    1
    Join Date
    Jan 2017
    Posts
    7
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is this bannable? its an AHK script, i don't understand how you can get banned. Is there a chance?

  8. #7
    Aslcebian's Avatar Member
    Reputation
    1
    Join Date
    Jan 2017
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    it says error retrace

  9. #8
    KampfMuffin's Avatar Active Member
    CoreCoins Purchaser Authenticator enabled
    Reputation
    56
    Join Date
    Jan 2017
    Posts
    362
    Thanks G/R
    6/45
    Trade Feedback
    19 (58%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Aslcebian View Post
    it says error retrace
    Download the image and rename it to 1.png

    Originally Posted by MrSisterFister View Post
    Is this bannable? its an AHK script, i don't understand how you can get banned. Is there a chance?
    Of course, its a cheat, and Blizzard is making no jokes.

  10. #9
    GreenFresh's Avatar Member
    Reputation
    1
    Join Date
    Feb 2017
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello, i don't have side mouse bouttons on my mouse, can you help me to bind it on the right click plz ?

  11. #10
    MrSisterFister's Avatar Member
    Reputation
    1
    Join Date
    Jan 2017
    Posts
    7
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Is it their anti-cheat that detects the mem signature or is it people that look on your game and then ban you?

  12. #11
    KampfMuffin's Avatar Active Member
    CoreCoins Purchaser Authenticator enabled
    Reputation
    56
    Join Date
    Jan 2017
    Posts
    362
    Thanks G/R
    6/45
    Trade Feedback
    19 (58%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by GreenFresh View Post
    Hello, i don't have side mouse bouttons on my mouse, can you help me to bind it on the right click plz ?
    Code:
    ; -Muffin.
       CoordMode, Tooltip
       CoordMode, Pixel
       CoordMode, Mouse
    Loop {
       ImageSearch, , , 880, 460, 1030, 540, *80 1.png
       if ErrorLevel = 0
    	  {
    		Loop {
    		ImageSearch, , , 880, 460, 1030, 540, *80 1.png
    		if ErrorLevel = 0
    					{
    			if (getkeystate("RButton")) {
    				Click down
    			}
    			break
    			}
    		else if ErrorLevel = 1
    			{   
    			Click up
    			continue
    			}
    		else if ErrorLevel = 2
    			{   
    			Click up
    			break
    			}
    		}
    	  }
       else if ErrorLevel = 1
          {   
          Click up
          continue
          }
       else if ErrorLevel = 2
          {   
          MsgBox, Error Retrace
          break
          }
    }
    
    F2::exitapp

  13. #12
    Vekom's Avatar Member
    Reputation
    1
    Join Date
    Dec 2016
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    "Make sure to reset the gamma to default." What do you mean by that?
    Could you explain please?

  14. #13
    KampfMuffin's Avatar Active Member
    CoreCoins Purchaser Authenticator enabled
    Reputation
    56
    Join Date
    Jan 2017
    Posts
    362
    Thanks G/R
    6/45
    Trade Feedback
    19 (58%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Vekom View Post
    "Make sure to reset the gamma to default." What do you mean by that?
    Could you explain please?
    Settings -> scroll to the bottom

  15. #14
    black550's Avatar Member
    Reputation
    1
    Join Date
    Aug 2013
    Posts
    4
    Thanks G/R
    2/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thx, man!
    And what about 1680x1050?
    Can u do this?

  16. #15
    KampfMuffin's Avatar Active Member
    CoreCoins Purchaser Authenticator enabled
    Reputation
    56
    Join Date
    Jan 2017
    Posts
    362
    Thanks G/R
    6/45
    Trade Feedback
    19 (58%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by black550 View Post
    Thx, man!
    And what about 1680x1050?
    Can u do this?
    Code:
    #singleinstance force
    #Persistent
    
    if 1	; screen coordinates
      coord=screen
    else
      coord=relative
    tooltip, %coord%
    sleep, 1000
    
    CoordMode, ToolTip, %coord%
    CoordMode, Pixel, %coord%
    CoordMode, Mouse, %coord%
    CoordMode, Caret, %coord%
    CoordMode, Menu, %coord%
    
    SetTimer, WatchCursor, 100
    return
    
    WatchCursor:
    MouseGetPos,xpos , ypos 
    ToolTip, xpos: %xpos%`nypos: %ypos%
    return
    
    esc::exitapp
    
    f12::reload
    Replace with
    ImageSearch, , , XTopLeft, YTopLeft, XBottomRight, YBottomRight, *80 1.png

  17. Thanks black550, foxybreak (2 members gave Thanks to KampfMuffin for this useful post)
Page 1 of 2 12 LastLast

Similar Threads

  1. Small lustruos pearl + righteous orb SCAM
    By KuRIoS in forum WoW Scam Prevention
    Replies: 22
    Last Post: 09-19-2006, 09:57 AM
  2. Step-By-Step Create Your Own AFK Bot! MMOwned Exclusive!
    By =sinister= in forum World of Warcraft Guides
    Replies: 6
    Last Post: 07-26-2006, 09:04 PM
  3. A small little money-making guide thing
    By xlAnonym0uslx in forum World of Warcraft Guides
    Replies: 8
    Last Post: 07-17-2006, 05:06 PM
  4. Sulfuras (guide to capture/create urbx weaponx)
    By oninuva in forum World of Warcraft Guides
    Replies: 4
    Last Post: 05-06-2006, 12:42 AM
  5. Small Gad/BB Trick
    By Matt in forum World of Warcraft Exploits
    Replies: 0
    Last Post: 03-11-2006, 11:04 AM
All times are GMT -5. The time now is 04:40 AM. 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