Register for your free account! | Forgot your password?

Go Back   elitepvpers > Popular Games > Metin2
You last visited: Today at 13:37

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

Advertisement



fishbot for more than one window

Discussion on fishbot for more than one window within the Metin2 forum part of the Popular Games category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Mar 2024
Posts: 1
Received Thanks: 0
fishbot for more than one window

Quote:
import pydirectinput
import pyautogui
from scapy.all import *
import time


def click_space(count):
for _ in range(count):
pydirectinput.press('space')
print(f"Kliknięto spację {count} razy.")


def count_click_space(packet):
global searching_packet, click_count

if TCP in packet and Raw in packet:
raw_data = packet[Raw].load.decode('utf-8', 'ignore') #
if "Kliknij" in raw_data:
split_data = raw_data.split("Kliknij", 1)
if len(split_data) > 1:
after_click = split_data[1]
razy_index = after_click.find(" razy")
if razy_index != -1:
x_str = ""
for i in range(razy_index - 1, -1, -1):
if not after_click[i].isdigit():
break
x_str = after_click[i] + x_str
x = int(x_str)
if x > 0:
click_space(x)
searching_packet = False
click_count = 0
time.sleep(4)
else:
print("Nie znaleziono frazy 'x razy' po 'Kliknij spację' w pakiecie.")
else:
print("Nie znaleziono 'Kliknij spację' w pakiecie.")


searching_packet = True
click_count = 0

# Przechwyć pakiety TCP na porcie 20401
while True:
if searching_packet:
sniff(filter="(tcp src port 20601) and (tcp dst port 64089)", prn=count_click_space, count=1, store=0)
click_count += 1
else:
time.sleep(1)
click_count += 1
if click_count >= 3:
searching_packet = True
click_count = 0
time.sleep(random.randint(3, 5))
pydirectinput.press('2')
time.sleep(1)
pydirectinput.press('space')
time.sleep(random.randint(3, 5))

I managed to write a code that downloads from a package in wireshark how many times it has to click spaces. Fishing involves randomly clicking the space bar in the game, from 1 to 5. Is there any way to make this program work on several eyes at the same time? because now it only works on the active window. Is anyone able to change or suggest how to make this program work on pygame or something else with a .dll injector?
bobikos117 is offline  
Reply


Similar Threads Similar Threads
EW Platinum IV - More than 80 champs - More than 50 skins
07/13/2020 - League of Legends Trading - 0 Replies
EW Platinum IV Handmade More than 80 champs More than 50 skins 53% win rate Last seasons gold
[Selling] D s4 G2 s5 99 point 9 runes page more than 100 CHamp and more than 50 skin
03/02/2015 - League of Legends Trading - 2 Replies
EUW SERVEr
[Guide] How to join 1 Game with more than 4 Chars or bnet with more than 8 per PC/IP
05/14/2013 - Diablo 2 - 39 Replies
ok i m writing here a lil Guide to show you how to get into Bnet with more than 8 accounts or 4 per game per IP /PC Stuffs you need: *D2_Loader or d2nt/d2bs (which have loader included) *Sandboxie and KnowHow (Guide can be found here somewhere, insert link later prolly) *Proxifier (this is the programm to proxy our connection to bnet over a proxy server) *a SOCKS Proxy Server (yes you need to find your own, note there are a lot of free proxies out there, but be careful, some may log...
Multiclient cant launch more than 10 window
03/19/2008 - Conquer Online 2 - 12 Replies
Hi All, I'm facing this problem where i cant launch more than 10 CO window. The maximum i can open is 9. After running 9 window, my system will act abnormal where i cant basically do anything else on my pc such as watching movie. When i try to watch movie, the media player won't launch and the system will omit the error sound, hope you get what i'm saying. When i launch 9 CO window, my CPU utilization is around 70% while memory utilization around 1.1GB (get from task manager). My system...



All times are GMT +2. The time now is 13:37.


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.