![]() |
|
C++ Guide (roblox exploiting) | VERY EASY| - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Coding (https://sinister.ly/Forum-Coding) +--- Forum: C, C++, & Obj-C (https://sinister.ly/Forum-C-C-Obj-C) +--- Thread: C++ Guide (roblox exploiting) | VERY EASY| (/Thread-C-Guide-roblox-exploiting-VERY-EASY) Pages:
1
2
|
C++ Guide (roblox exploiting) | VERY EASY| - Shin - 04-23-2017 Okay, so all this "Help me make a LEEEVEEL 7" crap, I got you covered. Please read the whole thread for a lot of help. It'll help a lot. 1st, You'll need to learn LUA. Don't know what "LUA" is? LUA is a programming language (like c++) designed for embedded programs. ROBLOX is a embedded program and LUA is used to make games and some work out of it. Introduction to lua (and guide) https://www.youtube.com/watch?v=iMacxZQMPXs Secondly, you'll need to learn about python. C++ isn't the only language to make an exploit. Python is very important. What is "Python"? Python is another prorgamming language (like C++, and lua) and is a high level general-purpose for programming. Which is good for LUA and C++ For an introduction on Python, Go here: https://www.youtube.com/watch?v=N4mEzFDjqtA. Now to the part that a lot of you people have been waiting for, C++! C++ is a programming language used for many things. Lot's of other exploit, games, and other softwares. An introduction to C++ and a guide can be found here: https://www.youtube.com/watch?v=Rub-JsjMhWY So, that's all I have for now. In the future, I will be going into the C# section and tell you how to make a roblox exploit in C# Anyways, have a good day. Thanks for reading! RE: C++ Guide (roblox exploiting) | VERY EASY| - Pikami - 04-23-2017 So how do I "make a LEEEVEEL 7"? Your post just links to educational videos on programming languages... What does roblox have to do with anything in your thread? RE: C++ Guide (roblox exploiting) | VERY EASY| - Shin - 04-23-2017 (04-23-2017, 10:44 PM)Pikami Wrote: So how do I "make a LEEEVEEL 7"? IT'S TO TELL HOW TO EXPLOIT IT RE: C++ Guide (roblox exploiting) | VERY EASY| - free707 - 07-28-2017 Oh, hi Jayden.. Pm me if you can! RE: C++ Guide (roblox exploiting) | VERY EASY| - Esoterith - 08-28-2017 Wait 1.. This dude is the infamous Jayden known for ratting? and 2... This is what you need to know how to make a lvl 7. Not how. Click bait. RE: C++ Guide (roblox exploiting) | VERY EASY| - Drako - 08-30-2017 Never thought id see something related to roblox on sinisterly... RE: C++ Guide (roblox exploiting) | VERY EASY| - Confidential - 02-07-2018 >Making a ROBLOX exploit in C# Why would you do that? Just make it in C++ using the Lua C API. RE: C++ Guide (roblox exploiting) | VERY EASY| - haxrhax - 04-06-2018 As others have said, what does Lua or Python have to do with "ROBLOX"? As far I can tell, there's only one or maybe a few more Memory Editing library available for Python (if that was your plan anyway) the most popular being called "pymem" or something. and it's shit. RE: C++ Guide (roblox exploiting) | VERY EASY| - phyrrus9 - 04-11-2018 (04-23-2017, 10:44 PM)Pikami Wrote: So how do I "make a LEEEVEEL 7"? Not to mention just about everything in this thread is either inaccurate or blatantly wrong. Python and Lua are nothing like C, and by no means are either of them "programming languages". Secondly, I don't think OP knows what embedded computing is. Maybe emulated or scripted software, but this is far from embedded. RE: C++ Guide (roblox exploiting) | VERY EASY| - Confidential - 12-20-2018 (04-11-2018, 12:57 AM)phyrrus9 Wrote:(04-23-2017, 10:44 PM)Pikami Wrote: So how do I "make a LEEEVEEL 7"? Lua isn't "far from embedded" at all, actually. Lua is EXTREMELY easy to embed. It's literally designed to embed into C/C++ programs (which is what the Lua C API is for). Take a look at World Of Worldcraft. It uses an embedded Lua version to help maintain the game's UI elements. |