#Delfyni - premium useless stuff

1 messages · Page 1 of 1 (latest)

velvet forge
#

why a selfbot tho?

velvet forge
#

ah i see

#

useful, but sadly against ToS

gaunt wren
#

great but hacking in a game isnt

gaunt wren
#

It is indeed fun but I would never test them in a game with public game personally 🤣

gaunt wren
#

its all good then

#

@urban slate Im kinda interested on how you made the hack, did you like reverse engineer it and then modify the packets sent to the server or dll inject maybe? Im not sure how it works xD

gaunt wren
#

Thanks I'll go watch a video on it 🤣

gaunt wren
#

like twitchplay games? @urban slate but with discord?

#

I mean wasnt that what you were talking about with !char_jump? xD I thought you meant that you would call it from discord @urban slate

#

I see it would be fun as well xD

gaunt wren
#

xD at the very least it gave me motivation to try to make a hack so its not that useless to me

#

I havent had time to start yet xD

#

I first need to choose a game, maybe Ill try an old emulator game

gaunt wren
#

I could but I feel like if I already onow whats going I wont learn as much xD I already know a bit of asm

#

Ill check it out thanks

gaunt wren
#

@urban slate Do you reverse engeneer the games .exe or do you use something to visualise the memory and find what you need or did you make your own code to find stuff in memory?

gaunt wren
#

what is ac?

#

anti cheat?

gaunt wren
#

I dont think Ill need to since I will only hack single player game xD

#

Thanks for the info!

gaunt wren
#

I managed to modify a variable 😭

gaunt wren
#

I followed a tutorial 🤣

#

terraria

gaunt wren
#

coded something and used cheat engine to help me check the memory xD

#

I tried a dll injection, I thought that would be a good start

gaunt wren
#

not sure what you means by searching for the offsets xD @urban slate like searching the offset of a variablr in the memory?

#

I could xD Ill check it out

gaunt wren
#

@urban slate What I really hate about ce is that the windows just get hidden behind other windows and there is no way to know they still exist xD

gaunt wren
#

the tutorial is hard 🤣

gaunt wren
#

The game isnt the problem, cheat engine is, like you can have 8 different windows of cheat engines opened, and they only show up as 1 in windows

#

so you have to move them around until you find the hidden one xD

#

I'm at the game where you need to turn the platform green now

#

I will have too

#

2 screens is starting to get a bit small

#

maybe I should make the pages smaller then xD

gaunt wren
#

@urban slate How do you get a thread stack base address?

gaunt wren
#

I made it with signature but it was kinda a bit sow

#

slow*

#

Ill try to look into that

#

is your other way with signature or there is something else still?

#

I havent tried using ida yet 🤣 Im not even looking at function yet, Im still just manipulating memory

gaunt wren
#

alright after wasting 6 hours on this I couldnt managed to get the thread base stack pointer xD I tried everything but at the end nope, At least it was good learning session but I'll just use the signature method xD

gaunt wren
#

hmmm I would need to suspend the thread I wonder what will happens to the program xD Ill have to try it out thanks

gaunt wren
#

@urban slate Alright I think I made it work ! I used your code to get the ebp then i notice that the base stack dword is always 767600E0 so I just search for that and can find it in less than a seconds!

#

Thanks for the help 😄

#

All that just because I didnt want to wait 10seconds for my program to find the asm signature 🤣

gaunt wren
#

@urban slate After all that hard work my base address became invalid I tried generating a new pointer map with 4 game instance and I got 0 common address after almost an hour of scanning 😭