Skocz do zawartości
  • 👋 Witaj na MPCForum!

    Przeglądasz forum jako gość, co oznacza, że wiele świetnych funkcji jest jeszcze przed Tobą! 😎

    • Pełny dostęp do działów i ukrytych treści
    • Możliwość pisania i odpowiadania w tematach
    • System prywatnych wiadomości
    • Zbieranie reputacji i rozwijanie swojego profilu
    • Członkostwo w jednej z największych społeczności graczy

    👉 Dołączenie zajmie Ci mniej niż minutę – a zyskasz znacznie więcej!

    Zarejestruj się teraz

Source kod multihack


Exíle

Rekomendowane odpowiedzi

Opublikowano

248631407965198313241.png

Source kod multihack

406561407965198313241.png

9TjeFww.png

 

523311407965198313241.png

Nie

924761407965198313241.png

Cheat działa tylko na Kliencie Prywatnym

 

297451407965198313241.png

Możecie go modyfikować, dodawać co chcecie, ogółem róbta co chceta z nim.
Daję czysto kod, bo widze takie raki jak Algade czy Temperaturek to się tylko człowiekowi głupio robi, że jest ktoś taki głupi jak oni podpisując czyjąś pracę pod swoją.
Całość pisana na kalkulatorze z długopisem w ręku.

 

 

import app
import chat
import chr
import net
import time
import ui
import player
import chrmgr
import event
import interfaceModule
import game
import os
import uiCommon
import pack
import uiTip
import shop
import exchange
import constInfo
import locale
puller = 0
opent = 0
started = 0
AutoAttack = 0
opentt = 0
class Botdialog(ui.ThinBoard):

	def __init__(self):
		ui.ThinBoard.__init__(self)
		self.LoadBoard()
		
	def LoadBoard(self):
		self.SetCenterPosition()
		self.SetSize(200, 400)
		self.Show()
		self.AddFlag("movable")
		
		self.LoadText()
		self.LoadButton()
		
	def LoadText(self):
		self.Titel = ui.TextLine()
		self.Titel.SetParent(self)
		self.Titel.SetDefaultFontName()
		self.Titel.SetPosition(-30, 10)
		self.Titel.SetFeather()
		self.Titel.SetWindowHorizontalAlignCenter()
		self.Titel.SetText("Mobberhack")
		
		self.Titel.SetFontColor(1.0, 0.8, 0)
		self.Titel.SetOutline()
		self.Titel.Show()
		
		self.Titel1 = ui.TextLine()
		self.Titel1.SetParent(self)
		self.Titel1.SetDefaultFontName()
		self.Titel1.SetPosition(-20, 70)
		self.Titel1.SetFeather()
		self.Titel1.SetWindowHorizontalAlignCenter()
		self.Titel1.SetText("PickUp")
		
		self.Titel1.SetFontColor(1.0, 0.8, 0)
		self.Titel1.SetOutline()
		self.Titel1.Show()
		
		self.Titel2 = ui.TextLine()
		self.Titel2.SetParent(self)
		self.Titel2.SetDefaultFontName()
		self.Titel2.SetPosition(-40, 130)
		self.Titel2.SetFeather()
		self.Titel2.SetWindowHorizontalAlignCenter()
		self.Titel2.SetText("Otwieracz malzy")
		
		self.Titel2.SetFontColor(1.0, 0.8, 0)
		self.Titel2.SetOutline()
		self.Titel2.Show()
		
		self.Titel3 = ui.TextLine()
		self.Titel3.SetParent(self)
		self.Titel3.SetDefaultFontName()
		self.Titel3.SetPosition(-40, 190)
		self.Titel3.SetFeather()
		self.Titel3.SetWindowHorizontalAlignCenter()
		self.Titel3.SetText("Autopotowanie")
		
		self.Titel3.SetFontColor(1.0, 0.8, 0)
		self.Titel3.SetOutline()
		self.Titel3.Show()
		
		self.Titel4 = ui.TextLine()
		self.Titel4.SetParent(self)
		self.Titel4.SetDefaultFontName()
		self.Titel4.SetPosition(-25, 250)
		self.Titel4.SetFeather()
		self.Titel4.SetWindowHorizontalAlignCenter()
		self.Titel4.SetText("Auto-atak")
		
		self.Titel4.SetFontColor(1.0, 0.8, 0)
		self.Titel4.SetOutline()
		self.Titel4.Show()
		
		self.Titel6 = ui.TextLine()
		self.Titel6.SetParent(self)
		self.Titel6.SetDefaultFontName()
		self.Titel6.SetPosition(-25, 310)
		self.Titel6.SetFeather()
		self.Titel6.SetWindowHorizontalAlignCenter()
		self.Titel6.SetText("Dopalacze")
		
		self.Titel6.SetFontColor(1.0, 0.8, 0)
		self.Titel6.SetOutline()
		self.Titel6.Show()
		
		self.Titel5 = ui.TextLine()
		self.Titel5.SetParent(self)
		self.Titel5.SetDefaultFontName()
		self.Titel5.SetPosition(-40, 380)
		self.Titel5.SetFeather()
		self.Titel5.SetWindowHorizontalAlignCenter()
		self.Titel5.SetText("Exile | MPCforum")
		
		self.Titel5.SetFontColor(1.0, 0.8, 0)
		self.Titel5.SetOutline()
		self.Titel5.Show()
	
	def LoadButton(self):
		self.CloseButton = ui.Button()
		self.CloseButton.SetParent(self)
		self.CloseButton.SetPosition(185, 3)
		self.CloseButton.SetUpVisual("d:/ymir work/ui/public/close_button_01.sub")
		self.CloseButton.SetOverVisual("d:/ymir work/ui/public/close_button_02.sub")
		self.CloseButton.SetDownVisual("d:/ymir work/ui/public/close_button_03.sub")
		self.CloseButton.SetEvent(ui.__mem_func__(self.Close))
		self.CloseButton.Show()
		
		self.BuffBotStartButton = ui.Button()
		self.BuffBotStartButton.SetParent(self)
		self.BuffBotStartButton.SetUpVisual("d:/ymir work/ui/public/large_button_01.sub")
		self.BuffBotStartButton.SetOverVisual("d:/ymir work/ui/public/large_button_02.sub")
		self.BuffBotStartButton.SetDownVisual("d:/ymir work/ui/public/large_button_03.sub")
		self.BuffBotStartButton.SetText("Start")
		self.BuffBotStartButton.SetPosition(10, 40)
		self.BuffBotStartButton.SetEvent(ui.__mem_func__(self.RunPuller))
		self.BuffBotStartButton.Show()

		self.BuffBotStartButton7 = ui.Button()
		self.BuffBotStartButton7.SetParent(self)
		self.BuffBotStartButton7.SetUpVisual("d:/ymir work/ui/public/large_button_01.sub")
		self.BuffBotStartButton7.SetOverVisual("d:/ymir work/ui/public/large_button_02.sub")
		self.BuffBotStartButton7.SetDownVisual("d:/ymir work/ui/public/large_button_03.sub")
		self.BuffBotStartButton7.SetText("Stop")
		self.BuffBotStartButton7.SetPosition(100, 40)
		self.BuffBotStartButton7.SetEvent(ui.__mem_func__(self.RunPullers))
		self.BuffBotStartButton7.Show()	
		
		self.PickOn = ui.Button()
		self.PickOn.SetParent(self)
		self.PickOn.SetUpVisual("d:/ymir work/ui/public/large_button_01.sub")
		self.PickOn.SetOverVisual("d:/ymir work/ui/public/large_button_02.sub")
		self.PickOn.SetDownVisual("d:/ymir work/ui/public/large_button_03.sub")
		self.PickOn.SetText("Start")
		self.PickOn.SetPosition(10, 100)
		self.PickOn.SetEvent(self.PickUp)
		self.PickOn.Show()
		
		self.PickOff = ui.Button()
		self.PickOff.SetParent(self)
		self.PickOff.SetUpVisual("d:/ymir work/ui/public/large_button_01.sub")
		self.PickOff.SetOverVisual("d:/ymir work/ui/public/large_button_02.sub")
		self.PickOff.SetDownVisual("d:/ymir work/ui/public/large_button_03.sub")
		self.PickOff.SetText("Stop")
		self.PickOff.SetPosition(100, 100)
		self.PickOff.SetEvent(self.PickUpStop)
		self.PickOff.Show()
		
		self.BuffBotStartButton1 = ui.Button()
		self.BuffBotStartButton1.SetParent(self)
		self.BuffBotStartButton1.SetUpVisual("d:/ymir work/ui/public/large_button_01.sub")
		self.BuffBotStartButton1.SetOverVisual("d:/ymir work/ui/public/large_button_02.sub")
		self.BuffBotStartButton1.SetDownVisual("d:/ymir work/ui/public/large_button_03.sub")
		self.BuffBotStartButton1.SetText("Start")
		self.BuffBotStartButton1.SetPosition(10, 160)
		self.BuffBotStartButton1.SetEvent(ui.__mem_func__(self.MalzOpent))
		self.BuffBotStartButton1.Show()	
		
		self.BuffBotStartButton10 = ui.Button()
		self.BuffBotStartButton10.SetParent(self)
		self.BuffBotStartButton10.SetUpVisual("d:/ymir work/ui/public/large_button_01.sub")
		self.BuffBotStartButton10.SetOverVisual("d:/ymir work/ui/public/large_button_02.sub")
		self.BuffBotStartButton10.SetDownVisual("d:/ymir work/ui/public/large_button_03.sub")
		self.BuffBotStartButton10.SetText("Stop")
		self.BuffBotStartButton10.SetPosition(100, 160)
		self.BuffBotStartButton10.SetEvent(ui.__mem_func__(self.MalzStop))
		self.BuffBotStartButton10.Show()	
		
		self.BuffBotStartButton2 = ui.Button()
		self.BuffBotStartButton2.SetParent(self)
		self.BuffBotStartButton2.SetUpVisual("d:/ymir work/ui/public/large_button_01.sub")
		self.BuffBotStartButton2.SetOverVisual("d:/ymir work/ui/public/large_button_02.sub")
		self.BuffBotStartButton2.SetDownVisual("d:/ymir work/ui/public/large_button_03.sub")
		self.BuffBotStartButton2.SetText("Start")
		self.BuffBotStartButton2.SetPosition(10, 220)
		self.BuffBotStartButton2.SetEvent(ui.__mem_func__(self.PotStarted))
		self.BuffBotStartButton2.Show()
		
		self.BuffBotStartButton20 = ui.Button()
		self.BuffBotStartButton20.SetParent(self)
		self.BuffBotStartButton20.SetUpVisual("d:/ymir work/ui/public/large_button_01.sub")
		self.BuffBotStartButton20.SetOverVisual("d:/ymir work/ui/public/large_button_02.sub")
		self.BuffBotStartButton20.SetDownVisual("d:/ymir work/ui/public/large_button_03.sub")
		self.BuffBotStartButton20.SetText("Stop")
		self.BuffBotStartButton20.SetPosition(100, 220)
		self.BuffBotStartButton20.SetEvent(ui.__mem_func__(self.PotStoped))
		self.BuffBotStartButton20.Show()
		
		self.BuffBotStartButton3 = ui.Button()
		self.BuffBotStartButton3.SetParent(self)
		self.BuffBotStartButton3.SetUpVisual("d:/ymir work/ui/public/large_button_01.sub")
		self.BuffBotStartButton3.SetOverVisual("d:/ymir work/ui/public/large_button_02.sub")
		self.BuffBotStartButton3.SetDownVisual("d:/ymir work/ui/public/large_button_03.sub")
		self.BuffBotStartButton3.SetText("Start")
		self.BuffBotStartButton3.SetPosition(10, 280)
		self.BuffBotStartButton3.SetEvent(ui.__mem_func__(self.EnableAutoAttack))
		self.BuffBotStartButton3.Show()
		
		self.BuffBotStartButton4 = ui.Button()
		self.BuffBotStartButton4.SetParent(self)
		self.BuffBotStartButton4.SetUpVisual("d:/ymir work/ui/public/large_button_01.sub")
		self.BuffBotStartButton4.SetOverVisual("d:/ymir work/ui/public/large_button_02.sub")
		self.BuffBotStartButton4.SetDownVisual("d:/ymir work/ui/public/large_button_03.sub")
		self.BuffBotStartButton4.SetText("Stop")
		self.BuffBotStartButton4.SetPosition(100, 280)
		self.BuffBotStartButton4.SetEvent(ui.__mem_func__(self.DisableAutoAttack))
		self.BuffBotStartButton4.Show()
		
		self.BuffBotStartButton30 = ui.Button()
		self.BuffBotStartButton30.SetParent(self)
		self.BuffBotStartButton30.SetUpVisual("d:/ymir work/ui/public/large_button_01.sub")
		self.BuffBotStartButton30.SetOverVisual("d:/ymir work/ui/public/large_button_02.sub")
		self.BuffBotStartButton30.SetDownVisual("d:/ymir work/ui/public/large_button_03.sub")
		self.BuffBotStartButton30.SetText("Start")
		self.BuffBotStartButton30.SetPosition(10, 340)
		self.BuffBotStartButton30.SetEvent(ui.__mem_func__(self.DopalaczStart))
		self.BuffBotStartButton30.Show()
		
		self.BuffBotStartButton40 = ui.Button()
		self.BuffBotStartButton40.SetParent(self)
		self.BuffBotStartButton40.SetUpVisual("d:/ymir work/ui/public/large_button_01.sub")
		self.BuffBotStartButton40.SetOverVisual("d:/ymir work/ui/public/large_button_02.sub")
		self.BuffBotStartButton40.SetDownVisual("d:/ymir work/ui/public/large_button_03.sub")
		self.BuffBotStartButton40.SetText("Stop")
		self.BuffBotStartButton40.SetPosition(100, 340)
		self.BuffBotStartButton40.SetEvent(ui.__mem_func__(self.DopalaczStop))
		self.BuffBotStartButton40.Show()
		
		
		
		
		
	def __del__(self):
		ui.ThinBoard.__del__(self)

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

	def Close(self):
		self.Hide()
	def Run(self):
		global Run
		if puller == 0:
			puller = 1
			self.RunPuller()
		else:
			puller = 0
			self.RunPullers()
			
	def RunPuller(self):
		
		self.pull = WaitingDialog()
		self.pull.Open(0.1)
		if puller == 0:
			net.SendItemUsePacket(0)
		self.pull.SAFE_SetTimeOverEvent(self.RunPuller)
		
	def RunPullers(self):
		
		self.pull = WaitingDialog()
		self.pull.Open(99999999999999)
		self.pull.SAFE_SetTimeOverEvent(self.RunPullers)
		
	def SendGoldDown(self):
		net.SendGoldDropPacketNew(500)
		
	def OpenInv(self):
		ToggleInventoryWindow()
		
	def PickUp(self):
		self.PickUpStart()
	def PickUpStart(self):
		player.PickCloseItem()
		
		self.Delay = WaitingDialog()
		PickDelay = 0.1
			
		self.Delay.Open(int(PickDelay))
		self.Delay.SAFE_SetTimeOverEvent(self.PickUpStart)
			
	def PickUpStop(self):
		
		
		StopDelay = 999999
		self.Delay.Open(int(StopDelay))
			
	def Stealth(self):
		player.HidePlayer()
		
	def Malz(self):
		global opent
		if opent == 0:
			opent = 1
			self.MalzOpent()
		else:
			opent = 0
			self.MalzStop()
		
	def MalzOpent(self):
		self.malz = WaitingDialog()
		self.malz.Open(0.01)
		if opent == 0:
			for i in xrange(player.INVENTORY_PAGE_SIZE*5):
				ItemValue = player.GetItemIndex(i)
				if ItemValue == 27987:
					net.SendItemUsePacket(i)
		self.malz.SAFE_SetTimeOverEvent(self.MalzOpent)
		
	def MalzStop(self):
	
		self.malz = WaitingDialog()
		self.malz.Open(99999999999)
		self.malz.SAFE_SetTimeOverEvent(self.MalzStop)
		
	def Pot(self):
		global started
		if started == 0:
			started = 1
			self.PotStarted()
		else:
			started = 0
			self.PotStoped()
		
	def PotStarted(self):
		self.pot = WaitingDialog()
		self.pot.Open(0.1)
		if started == 0:
			for i in xrange(player.INVENTORY_PAGE_SIZE*5):
				ItemValue = player.GetItemIndex(i)
				if ItemValue == 27003 or ItemValue == 27006:
					net.SendItemUsePacket(i)
		self.pot.SAFE_SetTimeOverEvent(self.PotStarted)
		
	def PotStoped(self):
	
		self.pot = WaitingDialog()
		self.pot.Open(9999999)
		self.pot.SAFE_SetTimeOverEvent(self.PotStoped)
		
		
		
	def AutoAttack(self):
		
		global AutoAttack
		
		if AutoAttack == 0:
			AutoAttack = 1
			self.EnableAutoAttack()
		else:	
			AutoAttack = 0
			self.DisableAutoAttack()
		
	def EnableAutoAttack(self):
	
		Direction = app.GetRandom(0,7)
		player.SetAttackKeyState(TRUE)
		chr.SetDirection(Direction)
		
		
		
		self.delay = WaitingDialog()
		self.delay.Open(1.0)
		self.delay.SAFE_SetTimeOverEvent(self.EnableAutoAttack)
			
	def DisableAutoAttack(self):
	
		player.SetAttackKeyState(FALSE)
		
		self.delay = WaitingDialog()
		self.delay.Open(99999999999999999999)
		self.delay.SAFE_SetTimeOverEvent(self.DisableAutoAttack)
		
	def Dopalacz(self):
		global opentt
		if opentt == 0:
			opentt = 1
			self.DopalaczOpen()
		else:
			opentt = 0
			self.DopalaczStop()
			
	def DopalaczStart(self):
		self.dop = WaitingDialog()
		self.dop.Open(900)
		if opentt == 0:
			for i in xrange(player.INVENTORY_PAGE_SIZE*5):
				ItemValue = player.GetItemIndex(i)
				if ItemValue == 50813 or ItemValue == 50814 or ItemValue == 50817 or ItemValue == 71044 or ItemValue == 71045 or ItemValue == 71027 or ItemValue == 71028 or ItemValue == 71029 or ItemValue == 71030 or ItemValue == 50821 or ItemValue == 50822 or ItemValue == 50823 or ItemValue == 50824 or ItemValue == 50825 or ItemValue == 50826 or ItemValue == 27102 or ItemValue == 27105:
					net.SendItemUsePacket(i)
		self.dop.SAFE_SetTimeOverEvent(self.DopalaczStart)
	
	def DopalaczStop(self):
	
		self.dop = WaitingDialog()
		self.dop.Open(9999999999)
		self.dop.SAFE_SetTimeOverEvent(self.DopalaczStop)
		
	def Close(self):
			os.startfile('http://www.mpcforum.pl/user/316234-ex%C3%ADle/')
			self.Hide()

class WaitingDialog(ui.ScriptWindow):

	def __init__(self):
		ui.ScriptWindow.__init__(self)
		self.eventTimeOver = lambda *arg: None
		self.eventExit = lambda *arg: None

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

	def Open(self, waitTime):
		import time
		curTime = time.clock()
		self.endTime = curTime + waitTime

		self.Show()		

	def Close(self):
		self.Hide()

	def Destroy(self):
		self.Hide()

	def SAFE_SetTimeOverEvent(self, event):
		self.eventTimeOver = ui.__mem_func__(event)

	def SAFE_SetExitEvent(self, event):
		self.eventExit = ui.__mem_func__(event)
		
	def OnUpdate(self):
		import time
		lastTime = max(0, self.endTime - time.clock())
		if 0 == lastTime:
			self.Close()
			self.eventTimeOver()
		else:
			return
		
	def OnPressExitKey(self):
		self.Close()
		return TRUE
		
x = Botdialog()
x.Show()

 

 

Opublikowano

Ohhh wspaniała robota

Bardzo dobra wstawka, jesteś miszczem normalnie

Lajk za włożoną prace się należy jak nic :yay:

Na pewno wielu osobom się przyda, może będą wpisywali na wołaczu bo wytłumaczone to jest dobrze :v

 

 

/

Ok ok, dobrze, jeszcze napisz mi o prawach autorskich jak kiedyś :)

 

//

Nie, dziękuję Exile za propozycje, lecz jestem heteroseksualny i nie skorzystam z "p******e ciebie tak ogolem"

Opublikowano

Ohhh wspaniała robota

Bardzo dobra wstawka, jesteś miszczem normalnie

Lajk za włożoną prace się należy jak nic :yay:

Na pewno wielu osobom się przyda, może będą wpisywali na wołaczu bo wytłumaczone to jest dobrze :v

 

To temat dla raków takich jak ty, którzy zamierzają podpierolić coś, potem się pobawić w edycje i podpisać pod swoje.

A tłumaczyc nic nie mam zamiaru, bo wystarczy że ty to w swoim temaciku wytłumaczyłeś na przykładzie mojego mh.  :yay:

 

@Algade

p******e ciebie tak ogółem

Opublikowano

jest jakas funkcja w net albo player albo gdzies indziej ataku na dany numerek moba np w bibliotece kamera jest kamer.sendbatlepackef(numerek) tylko ze jest to atak lurujacy nie zadajacy dmg.

Opublikowano

jest jakas funkcja w net albo player albo gdzies indziej ataku na dany numerek moba np w bibliotece kamera jest kamer.sendbatlepackef(numerek) tylko ze jest to atak lurujacy nie zadajacy dmg.

 

no i?

można zawsze tego mh podpiąć pod mh kamera, który będzie korzystał z jego biblioteki 

Opublikowano

na epvp jest biblia do pobrania m2botlib.pyd ktora ma funkcje ataku na ze tak powiem vid moba tylko ze jest w pyd jak ja iplikuje na wielu serwerach prywatnych bibliom PythonLoader 15.dll to jest blad ansci jest ten blad w wielu plikach py zwykle zminiam ansci tylko ze to pyd skompilowany w tej bibliotece funkcje sa normalnie dostepne na kazdym serwie w net czy player tylko szykam funkcji ataku na ten vid zadajacy

dmg w bibli PythonLoader 15.dll jest ten atak tylko ze dziala na globale i tylko pod strzykawki na pyton 22 a na 27 nie mam innego

do czego zmiezam latwo by bylo zrobic wh w py atakujac na moby w okreslonym dystansie nie ingerujac w pliki combo czego jescze nie widzialem a latwo to zrobic gdyby znalo sie ta funkcje.

Opublikowano

na epvp jest biblia do pobrania m2botlib.pyd ktora ma funkcje ataku na ze tak powiem vid moba tylko ze jest w pyd jak ja iplikuje na wielu serwerach prywatnych bibliom PythonLoader 15.dll to jest blad ansci jest ten blad w wielu plikach py zwykle zminiam ansci tylko ze to pyd skompilowany w tej bibliotece funkcje sa normalnie dostepne na kazdym serwie w net czy player tylko szykam funkcji ataku na ten vid zadajacy dmg w bibli PythonLoader 15.dll jest ten atak tylko ze dziala na globale i tylko pod strzykawki na pyton 22 a na 27 nie mam innego do czego zmiezam latwo by bylo zrobic wh w py atakujac na moby w okreslonym dystansie nie ingerujac w pliki combo czego jescze nie widzialem a latwo to zrobic gdyby znalo sie ta funkcje.

 

 

 

nie ingerując w pliki robi się takie łatwe wh, a ty szukasz jakiś m2botlib.pyd xD

Opublikowano

Na jakiej zasadzie działa ten mobberhack? Używa pelerynek, czy tak jak w kamermodzie, przyciąga bez ich utraty?

 

Używa pelerynek które musisz dać na 1 slot w EQ :P

Opublikowano

Na jakiej zasadzie działa ten mobberhack? Używa pelerynek, czy tak jak w kamermodzie, przyciąga bez ich utraty?

 

Wszystko masz w kodzie wystarczy go przejrzeć

	def RunPuller(self):
		
		self.pull = WaitingDialog()
		self.pull.Open(0.1)
		if puller == 0:
			net.SendItemUsePacket(0)
		self.pull.SAFE_SetTimeOverEvent(self.RunPuller)
		
	def RunPullers(self):
		
		self.pull = WaitingDialog()
		self.pull.Open(99999999999999)
		self.pull.SAFE_SetTimeOverEvent(self.RunPullers)
ZAHONnaMPC-1339068796.png

Zarchiwizowany

Ten temat przebywa obecnie w archiwum. Dodawanie nowych odpowiedzi zostało zablokowane.

×
×
  • Dodaj nową pozycję...