|
You last visited: Today at 18:41
Advertisement
Petblock (spam rightclick on selected mob)
Discussion on Petblock (spam rightclick on selected mob) within the Metin2 Hacks, Bots, Cheats, Exploits & Macros forum part of the Metin2 category.
10/15/2016, 23:20
|
#1
|
elite*gold: 0
Join Date: Jun 2010
Posts: 3
Received Thanks: 0
|
Petblock (spam rightclick on selected mob)
Hello.
I need script in python that will spam rightclick (or just basicly lock) on pre-selected mob. for example me, sitting on a horse itself, or my pet.
its for bypassing anti-Dmg-Hack for server iam playing on.
Could someone help?
|
|
|
10/16/2016, 08:45
|
#2
|
elite*gold: 0
Join Date: Jul 2012
Posts: 1,554
Received Thanks: 484
|
You can just write a ez macro for spamming rightclick ? or just PN me if u want a simple py script or macro
|
|
|
10/25/2016, 06:24
|
#3
|
elite*gold: 0
Join Date: Apr 2014
Posts: 2
Received Thanks: 0
|
Hi there is python script for target lock
Quote:
import app
import chat
import chr
import locale
import net
import time
import ui
import player
import chrmgr
Buffbotstarten = ""
vid = 0
status = 0
class Botdialog(ui.BoardWithTitleBar):
def __init__(self):
ui.BoardWithTitleBar.__init__(self)
self.LoadBoard()
def LoadBoard(self):
self.SetCenterPosition()
self.SetSize(240, 120)
self.SetTitleName("siemanko")
self.Show()
self.AddFlag("movable")
self.LoadButton()
def LoadButton(self):
self.GetVIDButton = ui.Button()
self.GetVIDButton.SetParent(self)
self.GetVIDButton.SetUpVisual("d:/ymir work/ui/public/large_button_01.sub")
self.GetVIDButton.SetOverVisual("d:/ymir work/ui/public/large_button_02.sub")
self.GetVIDButton.SetDownVisual("d:/ymir work/ui/public/large_button_03.sub")
self.GetVIDButton.SetText("Get VID")
self.GetVIDButton.SetPosition(30, 60)
self.GetVIDButton.SetEvent(ui.__mem_func__(self.Ge tVID))
self.GetVIDButton.Show()
self.GetVIDButton2 = ui.Button()
self.GetVIDButton2.SetParent(self)
self.GetVIDButton2.SetUpVisual("d:/ymir work/ui/public/large_button_01.sub")
self.GetVIDButton2.SetOverVisual("d:/ymir work/ui/public/large_button_02.sub")
self.GetVIDButton2.SetDownVisual("d:/ymir work/ui/public/large_button_03.sub")
self.GetVIDButton2.SetText("Deal With It")
self.GetVIDButton2.SetPosition(130, 60)
self.GetVIDButton2.SetEvent(ui.__mem_func__(self.R un))
self.GetVIDButton2.Show()
def __del__(self):
ui.BoardWithTitleBar.__del__(self)
def Show(self):
ui.BoardWithTitleBar.Show(self)
def Run(self):
global status
if status == 0:
status = 1
else:
status = 0
def OnUpdate(self):
global status
global vid
if status == 1:
if vid != player.GetTargetVID():
player.SetTarget(vid)
def Close(self):
player.ClearTarget()
self.Hide()
def GetVID(self):
global vid
vid = player.GetTargetVID()
x = Botdialog()
x.Show()
|
|
|
|
 |
Similar Threads
|
The Selected item help pls Help !?
03/24/2015 - SRO Private Server - 6 Replies
:mad: cannot be obtained
The selected item cannot be obtained !? :(
http://www4.0zz0.com/2015/03/23/19/614512187.jpg
|
mouse rightclick and inaktives fenster
11/09/2014 - C/C++ - 1 Replies
also ich versuche ein rechtsclick auf ein fenster zu simulieren welches sich im im hintergrund befindet, tasten senden klappt wunderbar, jedoch hab ich beim mouseclick probleme , einersseits ist es mir egal wo im fenser dieser rechtsclick geschickt wird, andererseits habe ich verschiedene mousecoordinaten probiert, da ich nicht weiß wie man auf diese kommt, naja hier was ich unteranderem probiert habe
PostMessage(hWnd, WM_RBUTTONDBLCLK,0, MAKELPARAM(10, 10));
oder
PostMessage(hWnd,...
|
[HTML/CSS] Frage: Navigation Hover/Selected/Selected Hover
08/28/2010 - Web Development - 1 Replies
Hallo zusammen.
Ich bin gerade dabei ein Wordpress Layout umzusetzen
und habe in Photoshop eine schicke Navigation gebastelt.
Ich habe 5 Navipunkte, jedoch soll später im design unterschieden werden zwischen: Normal, Hover, Selected und Selected Hover.
Einen einfachen Hovereffekt konnte ich ganz einfach erzeugen mit:
<a href="http://lalala.lala/"><img src="http://localhost/wordpress/wp-content/th emes/eskapism/images/home.png"></a>
<img...
|
[Release] Ban Selected IP's
05/24/2009 - CO2 PServer Guides & Releases - 24 Replies
Here you may stop unwanted ips from getting into your server (LOTF) since the majority are using it,
Yes you may not need it but eh i might aswell release it XD
In your release/debug folder make a txt doc where the ips will be stored
Now in General.cs find public static
System.IO.StreamWriter sw = new System.IO.StreamWriter(Application.StartupPath + @"ServerLog.txt", true);
Replace with
public static string BannedIP = System.IO.File.ReadAllText(Application.StartupPath +...
|
Auto Scatter/Cast (RIGHTCLICK K?)
02/17/2006 - CO2 Bots & Macros - 5 Replies
Got bored... well here it is... auto scatter/clicker.. just have whatever skill you want to use selected and start macro..
very simple controls
shift+alt+s = pause/unpause
esc = exit
You can move mouse around if you want.. itll just right click wherever your mouse happens to be..
working on stopping the clicker if Conquer loses focus.
Oh btw.. your conquer window has to be entitled Conquer 2.0 xP
|
All times are GMT +1. The time now is 18:41.
|
|