[R]Attack and walk speed hack for every server

04/13/2014 15:11 IGotPower#1
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() 
04/13/2014 16:34 xAnihilatorx#2
It doesn't work in every server..
04/13/2014 17:36 M2xJoKe#3
it's only for p-server ;)
04/14/2014 12:39 Youin#4
It is but many p servers got protection today.. so useless
04/14/2014 13:25 TomSykes#5
is this c++? aniway this seems good but I don't understand nothing xD because I'm a newbie
04/14/2014 14:53 xAnihilatorx#6
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
:facepalm: it is in python.
04/14/2014 17:19 TheShaen#7
wher y can download?:l
04/14/2014 18:41 CuteLove#8
Quote:
Originally Posted by TheShaen View Post
wher y can download?:l
Not download this is only python script ...
04/18/2014 02:50 SoulSlayer490#9
nice if you've written it by yourself. useless in officials but there should be some pservers ;) anyway thanks for sharing
04/21/2014 12:37 History1#10
I need to put these in notepad or ?..