Profile Picture

Astronemi (hot chocolate addict)

Reputation: 38 [rate]

Joined: May, 2020

Last online:

i like tiramisu

 

oh i also do c/c++ and other cool programming languages like javascript, typescript, c#, java and lua

Bio

i make code go funny i dont read documentation

Badges

badge badge badge

Etc

Send Message

Threads List
Possible Alts

Activity Feed

Replied to thread : mom I made front page


congratulations on reaching the front page!

Replied to thread : since this forum is dead


Things are really heating up, the forum's rebirth might be coming soon. For me, mock exams are coming up so I have to study my a** off to get good grades, also working on a roblox revival so thats something that I can use to keep me occupied

Replied to thread : Trying to explain why the new devs aren't learning much


There was a massive "developer exodus" from WRD around 2022, many developers abandoned roblox exploiting slowly as they either lost interest or did not want to persue roblox exploiting after roblox's announcement of hyperion. In regards to your question, many won't update their printsploit tutorials as then we'll have an influx of people asking why they got banned on roblox. Besides, roblox could then patch the printsploit and we'd be back at square 1. The reality is that a newer generation of developers is coming, it's just slow as there's so much more to learn now. If you want to begin learning, you will have to start from the basics and not expect people to fork over methods (check my reply at https://forum.wearedevs.net/t/36253). There are many guides out there to help you, you just have to have patience and a want to learn. Although this shouldn't stop older developers from guiding people to these resources and helping when they have a genuine question, no matter how stupid it can be.

Replied to thread : saveinstance HELP


Why would you want a non-decompiler version of jjsploit?

You wouldn't be able to save anything

Replied to thread : Which injectors now support multi-injectors in 2024? (free of charge)


huh, your question doesn't make much sense.

 

Are you asking for an injector that can support 2 dlls at once, or an injector that can inject a selection of dlls you have?

Replied to thread : Make it possible to remotely execute code.


iirc many did this by hosting a webserver which you can loadstring from localhost, "it isnt rocket science if you know what you're doing" 

Replied to thread : Lua roblox executor android


https://forum.wearedevs.net/t/36253

 

Please check my reply.

Commented to thread : My problem with the ROBLOX exploiting community


666 posts, how devious.

 

I believe you've missed my point entirely, it's not that we should let skids use sources and claim them as their own authentic code, but rather let them use it as learning material, let them toy around with it and explore with it, people are being called skids for simply trying to understand how a source works or how a particular method works. How do we expect people to learn if we group the future of this forum with actual trash. Nonetheless, your other points are genuine, just like the wall street crash, panic caused the crash (panic selling stocks), I believe this can also be applied to Roblox Exploiting. The rumours of Hyperion being released tanked Roblox Exploiting, less scripts being released, and more strain on exploit developers trying to mitigate the new anti tamper.

 

 

Replied to thread : [process hacker help]


From what I've interpreted, it seems like you want to use process hacker, but Roblox is detecting it and crashing, and you want to use the native api to circumvent this?

 

Well, from what I've heard (not from my experience), Roblox generally just scans everything for blacklisted keywords, so like process names (at some point icons), certificates, etc. The best thing you can do is make your own. Personally I would recommend following my really really loose checklist on learning game hacking so you can avoid asking so many questions in the future (https://forum.wearedevs.net/t/36253). Good luck!

Replied to thread : Why does NOPDE Engine x86-64 doesn't launch?


I don't think NOPDE has had attention since it's release

Replied to thread : [QUESTION] how does lua_load and lua_state work


luau_load simply loads the bytecode you provide it, luau_state is basically the luau instance that's running. Here's an example:

https://www.lua.org/pil/24.1.html

 

Enjoy!

Replied to thread : kicked out of arsenal "T2"


Assuming you haven't been banned using Roblox's new Ban API, Arsenal might be using some sort of additional user identification, I have heard of some games using your computer's uptime to track alternative accounts, try restarting your pc and rejoining once more. If not then the exploit you are using may leak identifiable information that can be used to track you on multiple accounts.

Replied to thread : Help with roblox


sorry a little late but here:

 

Creating an executor is complicated, but here's a quick checklist of things you will want to learn

 

  • Lua/luau is a must, you need to be able to understand how to create scripts
  • To create the dll part of the cheat, you will need to learn C++ at Learncpp.com or if you prefer to learn by videos I'd recommend watching The Cherno's Tutorials on C++.
  • In addition to C++ you will need to learn basic computer science and reverse engineering, to learn the very basics of computer science I'd recommend watching  CS420 - Computer Science Course for Game Hacking, but to learn the reverse engineering part of the equation I'd recommend reading a couple books such as 'Practical Malware Analysis' and 'Practical Reverse Engineering: x86, x64, ARM, Windows Kernel, Reversing Tools, and Obfuscation', you can find these as PDFs online, but I won't share any links as thats piracy. (Just google them though)
  • You will also need an okay understanding of Windows Internals so I'd recommend the book 'Windows Internals 7th edition' by the Microsoft Press (Again just google search for the PDF)
  • If you need any further resources and you have some money to spend, I'd recommend taking a look at the Game Hacking Bible on GuidedHacking (You can also find some PDF files on this but you will have to look really well on the internet if you want it for free.)

 

That should cover the internal part of the cheat, but on top of that you will probably want an UI with your exploit! So I'd recommend learning C# and XAML so you can make good WPF UIs to accompany your promising cheat! I don't have any good way to learn these as I never really went into that stuff, good luck!!

 

Cheers

Replied to thread : why did they did that :(


This was done as a result of the Hyperion anti-cheat installed on Roblox.