Python Function To Get Killer+Profile Name+SteamID+Legacy
Posts 16–30 of 70 · Page 2 of 5
help
the script does not start but closes immediately and, what version of python do you u
Can anyone who managed to make this work make a video to show it?
Please(
I do not understand how to do this, I generally first learned what python is how to do it please tell me((((
Originally Posted by awakes121
I do not understand how to do this, I generally first learned what python is how to do it please tell me((((
Import the python script and call the function once youre in a lobby. Read andys message on page 1 to have a hotkeyfor it to automatically do it.
There are many ways to do this just google it. Its one of the easiest scripting languages out there so its very newbie friendly. If u used good old rpg maker before youll feel right at home
the script does not start but closes immediately and, what version of python do you u
Same shit, cant fix this
Originally Posted by MuHucTp
Same shit, cant fix this
In this example I'm not against steam players so it won't show a steam profile nor copy it to the clipboard.
Originally Posted by JustTheAndy
In this example I'm not against steam players so it won't show a steam profile nor copy it to the clipboard.
ty man, I was doing it a little wrong
help
I have a script running, but it doesn't work/
ExitLag
Could you create a crack for ExitLag to revive it, it removes ping in dbd very well
Traceback (most recent call last):
File "C:\Users\****\Desktop\Klert.py", line 2, in <module>
import requests
ModuleNotFoundError: No module named 'requests'
>>>
I got this error after run command what should i do?
Originally Posted by TheArcEternal
Traceback (most recent call last):
File "C:\Users\****\Desktop\Klert.py", line 2, in <module>
import requests
ModuleNotFoundError: No module named 'requests'
>>>
I got this error after run command what should i do?
He literally said "Requires Python Requests module to be installed.".
Thanks for this script, but I get this when I try to run from python idle:
SyntaxError: multiple statements found while compiling a single statement
ModuleNotFoundError: No module named 'keyboard'
I was having this issue:
issue
Exception in thread Thread-2:
Traceback (most recent call last):
File "C:\Users\J\Desktop\aaaaaaaaaaaaaaaaaaa.py", line 22, in getKiller
x = x1 = x2 = x3 = file.read()
File "C:\Users\J\AppData\Local\Programs\Python\Pyth on37-32\lib\encodings\cp1252.py", line 23, in decode
return codecs.charmap_decode(input,self.errors,decoding_t able)[0]
UnicodeDecodeError: 'charmap' codec can't decode byte 0x9d in position 257676: character maps to <undefined>
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\J\AppData\Local\Programs\Python\Pyth on37-32\lib\threading.py", line 926, in _bootstrap_inner
self.run()
File "C:\Users\J\AppData\Local\Programs\Python\Pyth on37-32\lib\threading.py", line 870, in run
self._target(*self._args, **self._kwargs)
File "C:\Users\J\AppData\Local\Programs\Python\Pyth on37-32\lib\site-packages\keyboard\_generic.py", line 58, in process
if self.pre_process_event(event):
File "C:\Users\J\AppData\Local\Programs\Python\Pyth on37-32\lib\site-packages\keyboard\__init__.py", line 218, in pre_process_event
callback(event)
File "C:\Users\J\AppData\Local\Programs\Python\Pyth on37-32\lib\site-packages\keyboard\__init__.py", line 649, in <lambda>
handler = lambda e: (event_type == KEY_DOWN and e.event_type == KEY_UP and e.scan_code in _logically_pressed_keys) or (event_type == e.event_type and callback())
File "C:\Users\J\Desktop\aaaaaaaaaaaaaaaaaaa.py", line 184, in example
getKiller()
File "C:\Users\J\Desktop\aaaaaaaaaaaaaaaaaaa.py", line 24, in getKiller
os.remove(path + '\DeadByDaylight\Saved\Logs\DeadByDaylight.log')
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\J\\AppData\\Local\\DeadByDaylight\\Sav ed\\Logs\\DeadByDaylight.log'
I just changed this line of code: file = open(path + '\DeadByDaylight\Saved\Logs\DeadByDaylight.log', 'r')
to: file = open(path + '\DeadByDaylight\Saved\Logs\DeadByDaylight.log', 'r', encoding="utf8")
Originally Posted by TheArcEternal
Traceback (most recent call last):
File "C:\Users\****\Desktop\Klert.py", line 2, in <module>
import requests
ModuleNotFoundError: No module named 'requests'
>>>
I got this error after run command what should i do?