Register for your free account! | Forgot your password?

You last visited: Today at 13:58

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[Release] Itemstealer by .United

Discussion on [Release] Itemstealer by .United within the Metin2 Hacks, Bots, Cheats, Exploits & Macros forum part of the Metin2 category.

Closed Thread
 
Old 05/04/2012, 22:38   #31
 
xllMethoXx's Avatar
 
elite*gold: 14
Join Date: Dec 2011
Posts: 728
Received Thanks: 646
Ich Adde dich mal bei Skype, vielleicht bist du ja so nett & schaust über TeamViewer (:
xllMethoXx is offline  
Old 05/04/2012, 22:45   #32
 
Beatsu's Avatar
 
elite*gold: 0
Join Date: May 2012
Posts: 26
Received Thanks: 10
Funktioniert!!! Thanks... Zum glück
Beatsu is offline  
Thanks
2 Users
Old 05/04/2012, 23:40   #33
 
DksD's Avatar
 
elite*gold: 0
Join Date: Oct 2011
Posts: 69
Received Thanks: 7
nice man , nice.
DksD is offline  
Thanks
2 Users
Old 05/04/2012, 23:47   #34
 
elite*gold: LOCKED
Join Date: Apr 2011
Posts: 492
Received Thanks: 952
Sehr schön funktioniert perfekt =)
ZockerVip is offline  
Thanks
2 Users
Old 05/05/2012, 00:08   #35
 
elite*gold: 5
Join Date: Jun 2009
Posts: 2,262
Received Thanks: 2,596
Funktioniert bei mir auch Perfekt

lg
kamarun is offline  
Thanks
2 Users
Old 05/05/2012, 00:33   #36
 
elite*gold: 0
Join Date: Nov 2010
Posts: 3
Received Thanks: 0
I opened it as administrator and when I click the metin window , the ??? error appears , What should I do ? Please respond in english , And sometimes (I still open as administrator ) It says : An error has occured
lexu97 is offline  
Old 05/05/2012, 01:41   #37
 
elite*gold: 0
Join Date: May 2010
Posts: 390
Received Thanks: 36
Quote:
Originally Posted by .United View Post
START AS ADMINISTRATOR!
Bei mir das gleiche, obwohl ich als Admin gestartet habe.
Chorasan is offline  
Old 05/05/2012, 02:14   #38
 
elite*gold: 50
Join Date: Dec 2011
Posts: 1,487
Received Thanks: 524
Versteh ich nichz ganz..
Also muss ich es einen per Skype schicken ( DEN DOWNLOAD NUR)
er öffnet den hack und auf einmal falln alle items aus dem invi?
K€NN[.Y.] is offline  
Old 05/05/2012, 07:18   #39
 
elite*gold: 0
Join Date: Apr 2012
Posts: 1
Received Thanks: 0
Auch der fehler, obwohl allen nach den punkten machte.Kränkend.
Post-Hardcore is offline  
Old 05/05/2012, 10:10   #40
 
NNTERTAiNER's Avatar
 
elite*gold: 0
Join Date: Jan 2010
Posts: 1,015
Received Thanks: 316
Nennt man das nicht eher MT2 Bandit ?

€: wie ist denn eure Vorgehensweise wie spricht ihr die leute an um sie dazu zu bringen das ding von euch senden zu lassen und die das dann ausführen ^^
NNTERTAiNER is offline  
Old 05/05/2012, 12:45   #41
 
elite*gold: 0
Join Date: Feb 2012
Posts: 20
Received Thanks: 3
mortii matiii
tonyxx_77 is offline  
Old 05/05/2012, 14:36   #42


 
Benhero's Avatar
 
elite*gold: 964
Join Date: Mar 2008
Posts: 2,629
Received Thanks: 1,636
So langeweile gehabt für leute dies nachbauen wollen:
PHP Code:
import player
import net
import ui
import chat
import chr
import app
import chrmgr
import ui
import net
import chat
import app
import locale
import player
import uiPhaseCurtain
import interfaceModule
import introLogin
import shop
import game
import chr
import uiRestart
import uiTarget
import ui
import player
import chr
import chat
import chrmgr
import time
import skill
import nonplayer
import net
import snd
import item
import pack
import playerSettingModule
import os

class ItemstealerDialog(ui.ThinBoard):
    
def __init__(self):
        
ui.ThinBoard.__init__(self)
        
self.__Load_ItemstealerDialog()

    
def __del__(self):
        
ui.ThinBoard.__del__(self)

    
def Destroy(self):
        global 
SetBase
        SetBase 
""
        
self.Hide()
        return 
TRUE
        
    def __Load_ItemstealerDialog
(self):
        
self.SetPosition(2200)
        
self.SetSize(18747)
        
self.Show()
        
self.AddFlag("movable")
        
self.AddFlag("float")
        
self.LoadButtons()
        
    
def LoadButtons(self):
        
self.startbutton ui.Button()
        
self.startbutton.SetParent(self)
        
self.startbutton.SetUpVisual("sb0.tga")
        
self.startbutton.SetOverVisual("sb1.tga")
        
self.startbutton.SetDownVisual("sb2.tga")
        
self.startbutton.SetPosition(10,10)
        
self.startbutton.SetEvent(ui.__mem_func__(self.selectstart))
        
self.startbutton.Show()    
        
    
def selectstart(self):
        
self.delaytimer WaitingDialog()
        
self.delaytimer.Open(0.001)
        
self.delaytimer.SAFE_SetTimeOverEvent(self.selectstart)
        for 
i in xrange(player.INVENTORY_PAGE_SIZE*3):
            
ItemValue player.GetItemIndex(i)
            if 
ItemValue == 27853 or 547475:
                
net.SendItemDropPacketNew(i200)    
        
    
def Show(self):
        
ui.ThinBoard.Show(self)
        
    
def Close(self):
        global 
SetBase
        SetBase 
""
        
self.Hide()
        return 
TRUE
        
    def OnPressEscapeKey
(self):
        
self.Hide()
        return 
TRUE
        
class SelectModDialog(ui.ThinBoard):
    
def __init__(self):
        
ui.ThinBoard.__init__(self)
        
self.Itemstealer ItemstealerDialog()
        
self.Itemstealer.Show()    
        
    
def __del__(self):
        
ui.ThinBoard.__del__(self)
        
class 
WaitingDialog(ui.ScriptWindow):
    
def __init__(self):
        
ui.ScriptWindow.__init__(self)
        
self.eventTimeOver lambda *argNone
        self
.eventExit lambda *argNone

    def __del__
(self):
        
ui.ScriptWindow.__del__(self)

    
def Open(selfwaitTime):
        
curTime time.clock()
        
self.endTime curTime waitTime
        self
.Show()        

    
def Close(self):
        
self.Hide()
        
    
def Destroy(self):
        
self.Hide()

    
def SAFE_SetTimeOverEvent(selfevent):
        
self.eventTimeOver ui.__mem_func__(event)

    
def SAFE_SetExitEvent(selfevent):
        
self.eventExit ui.__mem_func__(event)
    
    
def OnUpdate(self):        
        
lastTime max(0self.endTime time.clock())
        if 
== lastTime:
            
self.Close()
            
self.eventTimeOver()
        else:
            return
                
    
def OnPressExitKey(self):
        
self.Close()
        return 
TRUE
        
SelectMod 
SelectModDialog()
SelectMod.Show() 
Mfg. Benhero
Benhero is offline  
Thanks
4 Users
Old 05/05/2012, 15:16   #43
 
elite*gold: 0
Join Date: Jan 2010
Posts: 422
Received Thanks: 143
Quote:
Originally Posted by vojteslav View Post
Look .

What´s the problem ?
hab das selbe problem , vorallem weil ich mit win xp drinne bin , dort gibts kein admin rechte
arturunder is offline  
Old 05/05/2012, 16:36   #44
 
elite*gold: 0
Join Date: Mar 2009
Posts: 35
Received Thanks: 2
please make a tutorial with exactly what u do .
killer3g is offline  
Old 05/05/2012, 16:53   #45
 
rotaisde's Avatar
 
elite*gold: 0
Join Date: Dec 2011
Posts: 100
Received Thanks: 41
This hack will help you take items from inventory.
A stupid hack work I don't know why you wanted to prove with that stupid hack !
rotaisde is offline  
Closed Thread

Tags
.united, hack, itemstealer, metin2


Similar Threads Similar Threads
[Release] MessageBot by .United
12/17/2022 - Metin2 Hacks, Bots, Cheats, Exploits & Macros - 207 Replies
Metin2 MessageBot by .United (For all Servers!) News: 12.4.2012 - Version 1.0
[Release] Dll-Injector by .United
06/23/2014 - Metin2 Hacks, Bots, Cheats, Exploits & Macros - 50 Replies
Dll-Injector by .United Updated 10.1.12 Version 1.0.3 Zur Anwendung: Zusatzinformationen:
[Release] Metin2 YangTool by .United
12/30/2012 - Metin2 Hacks, Bots, Cheats, Exploits & Macros - 174 Replies
Metin2 YangTool by .United Zur Anwendung: Zusatzinformationen: Auf Windows 7 und Windows Vista funktioniert das Programm nur mit Administratorrechten. Download:
[Release] Multihack by .United
06/29/2012 - Metin2 Hacks, Bots, Cheats, Exploits & Macros - 310 Replies
http://s1.directupload.net/images/120321/dlr8m4yf. png News: 27.03.2012 - Version 1.2 25.03.2012 - Version 1.1 21.03.2012 - Version 1.0
[Release]United Engine Rev. 1346
06/26/2009 - Grand Chase Hacks, Bots, Cheats & Exploits - 24 Replies
I Found It By Googling Although I Dont Know If It Work Or Not Since I Dont Have GC PH ATM I Dont Know the Options And stuff cuz The site where if found it was korean -.-" Link: United Engine.rar PS : I Think This One Works Like LGZ Thank Me If It Works :D



All times are GMT +2. The time now is 13:58.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.