elmarciaSenior Member |
Last Activity: 06/29/2023 19:03
Mentions
04/20/2021 |
20:12 - emmoplayer mentioned elmarcia in post Eine URL mit Hilfe von GridFS DownloadToStream ersetzen elmarcia
I'm working without a special framework.
As a third option, this will forward the stream without needing to store in disk.
Thanks! |
04/19/2021 |
14:08 - emmoplayer mentioned elmarcia in post Eine URL mit Hilfe von GridFS DownloadToStream ersetzen Hey elmarcia.
Thank you for your efforts to explain both ways.
I took the second solution because the files could be really big. |
Quotes
06/09/2021 |
07:40 - erudite quoted elmarcia in post Weird CE behavior; P -> ??? Try switching between debuggers:
My guess is that the inyected debugger is messing with memory map, but its a guess
Or Update/DownGrade Cheat Engine, maybe its a bug
I thoug... |
04/09/2021 |
07:39 - AcTiViSioN911 quoted elmarcia in post Working with DMA - PCIe Screamer Cheat engine filter writable/readable memory regions to speed up the process and use multithreading for scans so its even faster.
Thanks a lot for the tips, I really have a lot to ch... |
03/31/2021 |
00:02 - Which version of bloody are you using, and what limitations did you have?
Files are encrypted, so its important that bloody version match your file in order to decrypt it.
I'm usin... |
03/17/2021 |
19:15 - LepEatWorld quoted elmarcia in post Some Extraction Help? The way to go is attach debuger to game and find decryption key.
This is based on ziparc, my guess is the game is based too in that library, but you never know, you need to find it ... |
03/10/2021 |
01:45 - LepEatWorld quoted elmarcia in post Some Extraction Help? Please upload your iop file, the one provided is the tool for extraction. Extraction tools works with file version, if file is a version higher of extractor won't work, but those index... |
02/05/2021 |
10:07 - |
07/21/2020 |
12:24 - fryså quoted elmarcia in post Need help for Discord-Bot Is the website yours? If so, you first need to create your hook in your backend, whenever a request is made, forward it to your bot service and send message to channel or dm.
unfort... |
05/31/2020 |
04:42 - Deleted Posts |
05/22/2020 |
20:05 - ThePurpleCow quoted elmarcia in post Your first cheat Prologue
Hi there, my first coding experience started in trying to develop cheats, it was like 10 years ago that my journey started.
In that time my coding skills were awful, still a... |
05/19/2020 |
16:30 - 2gatz quoted elmarcia in post Looking for devlopers Imagine hiring devs with a site that doesn't even work
That is not my site and it works just fine maybe it was down when you looked at it not sure |
03/25/2020 |
15:52 - MrSn0w quoted elmarcia in post Hooking I will explain what [] means so you can get a hint of what is going wrong.
In assembly you use registers to perform operations most of the time, the [] means go to the address locat... |
01/11/2020 |
04:26 - evandrix quoted elmarcia in post [Release] Archero's items hack source code Hi, i was bored the other day and made a hack for archero, but since this hack allows u to get any item u want in the game i won't play anymore so i can share with someone that is inte... |
01/10/2020 |
14:35 - Don't know much about it, but some urls should help you find your way out.
ThreadStack0 in CE
Old CE thread about threadStack
The git you share is for 32 bit process, if you are uss... |
01/03/2020 |
13:03 - Mad0ck quoted elmarcia in post FrontEnd - Backend Trennung [Python] 1)You change the proxy endpoints to whatever you want and forward the request to the game to get data. (Your gui consumes the proxyapi)
2) Flask creates a loop, when you run the scr... |
01/02/2020 |
20:20 - Mad0ck quoted elmarcia in post FrontEnd - Backend Trennung [Python] So u want a proxy api for your gui, you can use Flask for that
proxyAPI.py
from flask import request,Response
from flask_api import FlaskAPI, exceptions
import requests
... |
11/14/2019 |
09:40 - Eule quoted elmarcia in post need help with C# System.Windows.Forms.MessageBox.Show Just use MessageBoxTimeout API from windows...
[DllImport("user32.dll", SetLastError=true)]
static extern int MessageBoxTimeout(IntPtr hwnd, String text, String title, uint type, I... |
06/04/2019 |
11:13 - 0xFADED quoted elmarcia in post Python-Help needed u will find out that you can specify a separator char
Read the question again elmarcia.
OP specifically asked for a solution that treats punctuation like it was enclosed in whitespace.
Split is not enough here, it will yield the false ["string,"] result where... |
03/31/2019 |
18:34 - False quoted elmarcia in post e*pvp Login (?) U cannot use http for login anymore, epvp is now secured with ssl.
Cannot find any example of ssl in vb, but maybe this one helps https://stackoverflow.com/questions/44594117/post-req... |
08/01/2018 |
05:43 - greenisalsoblue quoted elmarcia in post mouse not clicking in game screen I think black desert has antihack, so sendmessage / postmessage may be hooked.
I know some devs created some bots in
The black desert sub forum. I just want literally even a singl... |
04/09/2018 |
11:39 - Deleted Posts |