Register for your free account! | Forgot your password?

Go Back   elitepvpers > Popular Games > Metin2 > Metin2 Hacks, Bots, Cheats, Exploits & Macros
You last visited: Today at 05:28

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

Advertisement



[R]Attack and walk speed hack for every server

Discussion on [R]Attack and walk speed hack for every server within the Metin2 Hacks, Bots, Cheats, Exploits & Macros forum part of the Metin2 category.

Reply
 
Old   #1
 
IGotPower's Avatar
 
elite*gold: 0
Join Date: Sep 2013
Posts: 86
Received Thanks: 49
Thumbs up [R]Attack and walk speed hack for every server

Hello Epvp Com. !

Now i will share my new attack and walk speed hack.

Have Fun ..!

PHP Code:
import chat
import chr
import locale
import ui
import background
import time
import player
import os

    
class Hackdialog(ui.ThinBoard):

    
def __init__(self):
        
ui.ThinBoard.__init__(self)
        
self.LoadBoard()
        
    
def LoadBoard(self):
        
self.SetCenterPosition()
        
self.SetSize(390160)
        
self.Show()
        
self.AddFlag("movable")
        
        
self.LoadText()
        
self.LoadButton()
        
chat.AppendChat(chat.CHAT_TYPE_NOTICE"IGotPower | Elitepvpers.com")
        
    
def LoadText(self):
        
self.Titel ui.TextLine()
        
self.Titel.SetParent(self)
        
self.Titel.SetDefaultFontName()
        
self.Titel.SetPosition(-804)
        
self.Titel.SetFeather()
        
self.Titel.SetWindowHorizontalAlignCenter()
        
self.Titel.SetText("Attack and Walk Speed Hack")
        
self.Titel.SetFontColor(8.00.50)
        
self.Titel.SetOutline()
        
self.Titel.Show()            
        
        
self.Mtitel ui.TextLine()
        
self.Mtitel.SetParent(self)
        
self.Mtitel.SetDefaultFontName()
        
self.Mtitel.SetPosition(-6930)
        
self.Mtitel.SetFeather()
        
self.Mtitel.SetWindowHorizontalAlignCenter()
        
self.Mtitel.SetText("IGotPower - Elitepvpers")
        
self.Mtitel.SetFontColor(8.00.10)
        
self.Mtitel.SetOutline()
        
self.Mtitel.Show()
        
        
self.Atttitel ui.TextLine()
        
self.Atttitel.SetParent(self)
        
self.Atttitel.SetDefaultFontName()
        
self.Atttitel.SetPosition(-18090)
        
self.Atttitel.SetFeather()
        
self.Atttitel.SetWindowHorizontalAlignCenter()
        
self.Atttitel.SetText("Attack Speed")
        
self.Atttitel.SetFontColor(8.00.10)
        
self.Atttitel.SetOutline()
        
self.Atttitel.Show()    
        
        
self.SlotwahlSlotBar ui.SlotBar()
        
self.SlotwahlSlotBar.SetParent(self)
        
self.SlotwahlSlotBar.SetSize(8018)
        
self.SlotwahlSlotBar.SetPosition(-5590)
        
self.SlotwahlSlotBar.SetWindowHorizontalAlignCenter()
        
self.SlotwahlSlotBar.Show()
        
        
self.ChatEditLine ui.EditLine()
        
self.ChatEditLine.SetParent(self.SlotwahlSlotBar)
        
self.ChatEditLine.SetSize(13025)
        
self.ChatEditLine.SetPosition(22)
        
self.ChatEditLine.SetMax(3)
        
self.ChatEditLine.SetText("")
        
self.ChatEditLine.SetFocus()
        
self.ChatEditLine.Show()
        
        
self.Movetitel ui.TextLine()
        
self.Movetitel.SetParent(self)
        
self.Movetitel.SetDefaultFontName()
        
self.Movetitel.SetPosition(-180120)
        
self.Movetitel.SetFeather()
        
self.Movetitel.SetWindowHorizontalAlignCenter()
        
self.Movetitel.SetText("Walk Speed")
        
self.Movetitel.SetFontColor(8.00.10)
        
self.Movetitel.SetOutline()
        
self.Movetitel.Show()
        
        
self.SlotwahlSlotBar2 ui.SlotBar() 
        
self.SlotwahlSlotBar2.SetParent(self)
        
self.SlotwahlSlotBar2.SetSize(8018)
        
self.SlotwahlSlotBar2.SetPosition(-55120)
        
self.SlotwahlSlotBar2.SetWindowHorizontalAlignCenter()
        
self.SlotwahlSlotBar2.Show()
        
        
self.ChatEditLine2 ui.EditLine()
        
self.ChatEditLine2.SetParent(self.SlotwahlSlotBar2)
        
self.ChatEditLine2.SetSize(13025)
        
self.ChatEditLine2.SetPosition(22)
        
self.ChatEditLine2.SetMax(3)
        
self.ChatEditLine2.SetText("")
        
self.ChatEditLine2.SetFocus()
        
self.ChatEditLine2.Show()
                
    
def LoadButton(self):

        
self.AttButton ui.Button()
        
self.AttButton.SetParent(self)
        
self.AttButton.SetUpVisual("d:/ymir work/ui/public/large_button_01.sub")
        
self.AttButton.SetOverVisual("d:/ymir work/ui/public/large_button_02.sub")
        
self.AttButton.SetDownVisual("d:/ymir work/ui/public/large_button_03.sub")
        
self.AttButton.SetText("Active")
        
self.AttButton.SetPosition(19090)
        
self.AttButton.SetEvent(ui.__mem_func__(self.MakeAtt))
        
self.AttButton.Show()
        
        
self.AttOffButton ui.Button()
        
self.AttOffButton.SetParent(self)
        
self.AttOffButton.SetUpVisual("d:/ymir work/ui/public/large_button_01.sub")
        
self.AttOffButton.SetOverVisual("d:/ymir work/ui/public/large_button_02.sub")
        
self.AttOffButton.SetDownVisual("d:/ymir work/ui/public/large_button_03.sub")
        
self.AttOffButton.SetText("Deactive")
        
self.AttOffButton.SetPosition(28090)
        
self.AttOffButton.SetEvent(ui.__mem_func__(self.MakeAttOff))
        
self.AttOffButton.Show()

        
self.MovButton ui.Button()
        
self.MovButton.SetParent(self)
        
self.MovButton.SetUpVisual("d:/ymir work/ui/public/large_button_01.sub")
        
self.MovButton.SetOverVisual("d:/ymir work/ui/public/large_button_02.sub")
        
self.MovButton.SetDownVisual("d:/ymir work/ui/public/large_button_03.sub")
        
self.MovButton.SetText("Active")
        
self.MovButton.SetPosition(190120)
        
self.MovButton.SetEvent(ui.__mem_func__(self.MakeMov))
        
self.MovButton.Show()
        
        
self.MovOffButton ui.Button()
        
self.MovOffButton.SetParent(self)
        
self.MovOffButton.SetUpVisual("d:/ymir work/ui/public/large_button_01.sub")
        
self.MovOffButton.SetOverVisual("d:/ymir work/ui/public/large_button_02.sub")
        
self.MovOffButton.SetDownVisual("d:/ymir work/ui/public/large_button_03.sub")
        
self.MovOffButton.SetText("Deactive")
        
self.MovOffButton.SetPosition(280120)
        
self.MovOffButton.SetEvent(ui.__mem_func__(self.MakeMovOff))
        
self.MovOffButton.Show()
    
    
def __del__(self):
        
ui.ThinBoard.__del__(self)

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

    
def Close(self):
        
self.Hide()
        
    
def MakeAtt(self):
        
Angriffspeed self.ChatEditLine.GetText()
        
chat.AppendChat(chat.CHAT_TYPE_NOTICE"IGotPower | Attack Speed Active | Now Attack Speed : " Angriffspeed)
        
chr.SetAttackSpeed(int(Angriffspeed))
        
    
def MakeAttOff(self):
        
chr.SetAttackSpeed(int(player.GetStatus(player.ATT_SPEED)))
        
chat.AppendChat(chat.CHAT_TYPE_NOTICE"IGotPower | Attack Speed Deactive")
            
    
def MakeMov(self):
        
Bewegspeed self.ChatEditLine2.GetText()
        
chat.AppendChat(chat.CHAT_TYPE_NOTICE"IGotPower | Walk Speed Active | Now Walk Speed : " Bewegspeed)
        
chr.SetMoveSpeed(int(Bewegspeed))
        
    
def MakeMovOff(self):
        
chr.SetMoveSpeed(int(player.GetStatus(player.MOVING_SPEED)))
        
chat.AppendChat(chat.CHAT_TYPE_NOTICE"IGotPower | Walk Speed Deactive")
        

        
StartDialog Hackdialog()
StartDialog.Show() 
IGotPower is offline  
Thanks
3 Users
Old 04/13/2014, 16:34   #2
 
elite*gold: 0
Join Date: Aug 2013
Posts: 168
Received Thanks: 54
It doesn't work in every server..
xAnihilatorx is offline  
Old 04/13/2014, 17:36   #3
 
M2xJoKe's Avatar
 
elite*gold: 0
Join Date: Nov 2013
Posts: 163
Received Thanks: 332
it's only for p-server
M2xJoKe is offline  
Old 04/14/2014, 12:39   #4
 
Youin's Avatar
 
elite*gold: 0
Join Date: Apr 2014
Posts: 177
Received Thanks: 64
It is but many p servers got protection today.. so useless
Youin is offline  
Old 04/14/2014, 13:25   #5
 
elite*gold: 0
Join Date: Apr 2014
Posts: 17
Received Thanks: 0
is this c++? aniway this seems good but I don't understand nothing xD because I'm a newbie
TomSykes is offline  
Old 04/14/2014, 14:53   #6
 
elite*gold: 0
Join Date: Aug 2013
Posts: 168
Received Thanks: 54
Quote:
Originally Posted by TomSykes View Post
is this c++? aniway this seems good but I don't understand nothing xD because I'm a newbie
it is in python.
xAnihilatorx is offline  
Old 04/14/2014, 17:19   #7
 
elite*gold: 0
Join Date: Apr 2014
Posts: 1
Received Thanks: 0
wher y can download?:l
TheShaen is offline  
Old 04/14/2014, 18:41   #8
 
CuteLove's Avatar
 
elite*gold: 0
Join Date: Jun 2012
Posts: 77
Received Thanks: 31
Quote:
Originally Posted by TheShaen View Post
wher y can download?:l
Not download this is only python script ...
CuteLove is offline  
Old 04/18/2014, 02:50   #9
 
elite*gold: 0
Join Date: Aug 2010
Posts: 127
Received Thanks: 39
nice if you've written it by yourself. useless in officials but there should be some pservers anyway thanks for sharing
SoulSlayer490 is offline  
Old 04/21/2014, 12:37   #10
 
elite*gold: 0
Join Date: Aug 2011
Posts: 66
Received Thanks: 2
I need to put these in notepad or ?..
History1 is offline  
Reply


Similar Threads Similar Threads
[Release] darkREQ – Just Attack and Char Speed hack (Russian server)
11/25/2012 - General Gaming Releases - 630 Replies
darkREQ will help you to run more quickly or slowly if you wish so. http://img269.imageshack.us/img269/1849/wndu.png in Russian. darkREQ – поможет вам бегать значите& #1083;ьно быстрее, ну, или медленн& #1077;е, если захотит& #1077;. Now all updates and supports are here www.progamercity.net
need help with dekaron pet walk\attack speed
04/14/2008 - Dekaron - 1 Replies
can someone plz help me change the pet walk\attack speed? thanks.



All times are GMT +2. The time now is 05:28.


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.