Pick Up Bot

08/17/2013 18:31 SkySoldierLP#16
Was ist ein Pick up Bot?
08/18/2013 11:05 [uLow]NTX?!#17
Quote:
Originally Posted by SkySoldierLP View Post
Was ist ein Pick up Bot?
Der hebt items und yang für dich auf.
08/18/2013 12:36 BlueHacks#18
Quote:
Originally Posted by cristinelcristinel View Post
Does it work on GF servers?
It Should Work
08/18/2013 12:48 G1Crystal#19
Bei mir Funktioniert er.
Danke.
MfG.
08/19/2013 00:43 axltim#20
Quote:
Originally Posted by CuteLove View Post
Basic but effective :awesome:


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?
08/19/2013 14:07 Mi4uric3#21
Quote:
Originally Posted by axltim View Post
Thanks, but how is work this php code?
This is Python, not PHP.
08/19/2013 14:17 .SkyneT.#22
Quote:
Originally Posted by CuteLove View Post
Basic but effective :awesome:


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 [Only registered and activated users can see links. Click Here To Register...]. :rolleyes:
08/21/2013 12:52 madalina35#23
I need a link to download this please...
08/21/2013 13:58 BlueHacks#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
08/21/2013 16:25 CuteLove#25
Quote:
Originally Posted by .SkyneT. View Post
Hmm, i know this from [Only registered and activated users can see links. Click Here To Register...]. :rolleyes:
Of course :)