Register for your free account! | Forgot your password?

You last visited: Today at 04:30

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

Advertisement



Pick Up Bot

Discussion on Pick Up Bot within the Metin2 Hacks, Bots, Cheats, Exploits & Macros forum part of the Metin2 category.

Reply
 
Old 08/17/2013, 18:31   #16
 
elite*gold: 0
Join Date: May 2013
Posts: 83
Received Thanks: 6
Was ist ein Pick up Bot?
SkySoldierLP is offline  
Old 08/18/2013, 11:05   #17
 
[uLow]NTX?!'s Avatar
 
elite*gold: 0
Join Date: May 2013
Posts: 1,266
Received Thanks: 627
Quote:
Originally Posted by SkySoldierLP View Post
Was ist ein Pick up Bot?
Der hebt items und yang für dich auf.
[uLow]NTX?! is offline  
Old 08/18/2013, 12:36   #18
 
elite*gold: 0
Join Date: Jul 2013
Posts: 65
Received Thanks: 24
Quote:
Originally Posted by cristinelcristinel View Post
Does it work on GF servers?
It Should Work
BlueHacks is offline  
Old 08/18/2013, 12:48   #19
 
elite*gold: 0
Join Date: Aug 2013
Posts: 88
Received Thanks: 36
Bei mir Funktioniert er.
Danke.
MfG.
G1Crystal is offline  
Old 08/19/2013, 00:43   #20
 
elite*gold: 0
Join Date: Aug 2013
Posts: 1
Received Thanks: 0
Quote:
Originally Posted by CuteLove View Post
Basic but effective


PHP Code:
import ui
import player
import chat
import wndMgr
import shop
import net
import app

class Pickup(ui.ScriptWindow):
    
State "off"
            
    
def __init__(self):
        
ui.ScriptWindow.__init__(self)
        
chat.AppendChat(chat.CHAT_TYPE_INFO"-----------------PICKUP-BOT-LOADED-----------")
        
chat.AppendChat(chat.CHAT_TYPE_INFO"Thanks to:")
        
chat.AppendChat(chat.CHAT_TYPE_INFO"Musicinstructor (Python-Loader) & DaRealFreak(Python Script)")
        
chat.AppendChat(chat.CHAT_TYPE_INFO"---------------------------------------------")

        
        
self.StateButton ui.Button()
        
self.StateButton.SetPosition(wndMgr.GetScreenWidth() - 1340wndMgr.GetScreenHeight() / 10)
        
self.StateButton.SetUpVisual("d:/ymir work/ui/public/Middle_Button_01.sub")
        
self.StateButton.SetOverVisual("d:/ymir work/ui/public/Middle_Button_02.sub")
        
self.StateButton.SetDownVisual("d:/ymir work/ui/public/Middle_Button_03.sub")
        
self.StateButton.SetText("Off")
        
self.StateButton.SetEvent(self.Configuration)
        
self.StateButton.Show()
        
    
def __del__(self):
        
ui.ScriptWindow.__del__(self)
        
self.StateButton.Hide()
    
    
def Configuration(self):
        if 
str(self.State) == "off":
            
self.State "on"
            
chat.AppendChat(chat.CHAT_TYPE_INFO"[+] PICKUP -> ON")        
            
self.StateButton.SetText("On")
        else:
            
self.State "off"
            
chat.AppendChat(chat.CHAT_TYPE_INFO"[+] PICKUP -> OFF")
            
self.StateButton.SetText("Off")
        
    
def OnUpdate(self):
        if 
str(self.State) == "on":
            
player.PickCloseItem();

StartDialog Pickup()
StartDialog.Show() 
Thanks, but how is work this php code?
axltim is offline  
Old 08/19/2013, 14:07   #21
 
Mi4uric3's Avatar
 
elite*gold: 405
Join Date: Dec 2007
Posts: 6,615
Received Thanks: 6,358
Quote:
Originally Posted by axltim View Post
Thanks, but how is work this php code?
This is Python, not PHP.
Mi4uric3 is offline  
Old 08/19/2013, 14:17   #22
 
.SkyneT.'s Avatar
 
elite*gold: 273
Join Date: Sep 2010
Posts: 1,831
Received Thanks: 786
Quote:
Originally Posted by CuteLove View Post
Basic but effective


PHP Code:
import ui
import player
import chat
import wndMgr
import shop
import net
import app

class Pickup(ui.ScriptWindow):
    
State "off"
            
    
def __init__(self):
        
ui.ScriptWindow.__init__(self)
        
chat.AppendChat(chat.CHAT_TYPE_INFO"-----------------PICKUP-BOT-LOADED-----------")
        
chat.AppendChat(chat.CHAT_TYPE_INFO"Thanks to:")
        
chat.AppendChat(chat.CHAT_TYPE_INFO"Musicinstructor (Python-Loader) & DaRealFreak(Python Script)")
        
chat.AppendChat(chat.CHAT_TYPE_INFO"---------------------------------------------")

        
        
self.StateButton ui.Button()
        
self.StateButton.SetPosition(wndMgr.GetScreenWidth() - 1340wndMgr.GetScreenHeight() / 10)
        
self.StateButton.SetUpVisual("d:/ymir work/ui/public/Middle_Button_01.sub")
        
self.StateButton.SetOverVisual("d:/ymir work/ui/public/Middle_Button_02.sub")
        
self.StateButton.SetDownVisual("d:/ymir work/ui/public/Middle_Button_03.sub")
        
self.StateButton.SetText("Off")
        
self.StateButton.SetEvent(self.Configuration)
        
self.StateButton.Show()
        
    
def __del__(self):
        
ui.ScriptWindow.__del__(self)
        
self.StateButton.Hide()
    
    
def Configuration(self):
        if 
str(self.State) == "off":
            
self.State "on"
            
chat.AppendChat(chat.CHAT_TYPE_INFO"[+] PICKUP -> ON")        
            
self.StateButton.SetText("On")
        else:
            
self.State "off"
            
chat.AppendChat(chat.CHAT_TYPE_INFO"[+] PICKUP -> OFF")
            
self.StateButton.SetText("Off")
        
    
def OnUpdate(self):
        if 
str(self.State) == "on":
            
player.PickCloseItem();

StartDialog Pickup()
StartDialog.Show() 
Hmm, i know this from .
.SkyneT. is offline  
Old 08/21/2013, 12:52   #23
 
elite*gold: 0
Join Date: Jan 2013
Posts: 6
Received Thanks: 0
I need a link to download this please...
madalina35 is offline  
Old 08/21/2013, 13:58   #24
 
elite*gold: 0
Join Date: Jul 2013
Posts: 65
Received Thanks: 24
Quote:
Originally Posted by madalina35 View Post
I need a link to download this please...
1. Give me Thanks when it works
2.There is a downloadlink
BlueHacks is offline  
Old 08/21/2013, 16:25   #25
 
CuteLove's Avatar
 
elite*gold: 0
Join Date: Jun 2012
Posts: 77
Received Thanks: 31
Quote:
Originally Posted by .SkyneT. View Post
Hmm, i know this from .
Of course
CuteLove is offline  
Reply


Similar Threads Similar Threads
dbghelp.dll Pick Hack - Increase Pick Range?
09/01/2010 - Kal Online - 6 Replies
hey this hack has a very small pick range. i kill in large areas and i want to pick ALL drops. any way i can set the range to x10 more?
Fun: Change Cursor, How to Pick Pick Up Nothing
02/11/2007 - CO2 Weapon, Armor, Effects & Interface edits - 1 Replies
Here's a tip to change your CO (sword) cursor to ingame items. Uses: maybe help u to aim mobs or players better. Pink met is easier to spot than the default cursor. 1. Put item from inventory in F slot. (Eg, put a meteor/nix in F10 slot) 2. Left click on item in F slot (eg. Left click on item in F10 slot) 3. Wala! Your cursor changed to something else (cursor changed to met/nix!) Side effects: you cannot pick up anything on the ground! Lol. This side effect maybe useful to somebody...



All times are GMT +1. The time now is 04:31.


Powered by vBulletin®
Copyright ©2000 - 2026, 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 ©2026 elitepvpers All Rights Reserved.