GithubHelp home page GithubHelp logo

roblox-master's People

Contributors

ikwhattoput avatar ui0ppk avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

roblox-master's Issues

issue with App builtd

after compiling, it gives me a messagebox with the text "**Hey guys, It’s Drake here, want free V-Bucks? Give me your credit card information and your street address and your social security number, and the security code on the back of the card, Also what are your parents name? What is your zip code? When are you home alone? How old are you? How do you feel about white vans, How do you feel about being trapped in a basement for 12 hours? **" then crahses

Contact me

Hey is there a way to contact you ? i would like to talk with you about somes things with this roblox source

No build-system.jam

When i'm trying to compile Boost, it can't find build-system.jam file, i tried to search build-system.jam in every subdirectory, but there is no build-system.jam, i think the problem is because in .gitignore, at line 417, there is "*build-*", and git just skipped build-system.jam during uploading files into this repository, because of similar file names, or is this file auto-generated, and i broke something so this file didn't appeared?
cmd

Binaries

Could you publish compiled binaries?
I could not manage to compile the libraries, both of them throw errors for missing files.

Some stuff are either non-existent or just don't work

basically, this repo isn't working because for some reason build_boost.bat REALLY does not like to work.

(build_boost.bat)

build-system.jam: No such file or directory don't know how to make stage ...found 1 target... ...can't find 1 target...

I ran bootstrap.bat BEFORE i ran build_boost.bat so i have no idea wth is going on.

pls respond

ignore this

idk how to delete github questions so ignore this pls

cant compile App on release mode

ERRORS:
Build started...
1>------ Build started: Project: App, Configuration: Release Win32 ------
1>stdafx.cpp
1>c:\roblox\base\include\rbx\boost/bind.hpp(41): note: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated. Please use <boost/bind/bind.hpp> + using namespace boost::placeholders, or define BOOST_BIND_GLOBAL_PLACEHOLDERS to retain the current behavior.
1>C:\roblox\Library\boost\boost/system/detail/system_category_win32.hpp(54): warning C4996: '_snprintf': This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>C:\Program Files (x86)\Windows Kits\10\Include\10.0.10240.0\ucrt\stdio.h(1952): note: see declaration of '_snprintf'
1>C:\roblox\Base\include\rbx/threadsafe.h(33): error C3646: 'cs': unknown override specifier
1>C:\roblox\Base\include\rbx/threadsafe.h(33): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>C:\roblox\Base\include\rbx/threadsafe.h(37): error C2039: 'InitializeCriticalSection': is not a member of 'global namespace'' 1>C:\roblox\Base\include\rbx/threadsafe.h(37): error C2065: 'cs': undeclared identifier 1>C:\roblox\Base\include\rbx/threadsafe.h(37): error C3861: 'InitializeCriticalSection': identifier not found 1>C:\roblox\Base\include\rbx/threadsafe.h(42): error C2039: 'DeleteCriticalSection': is not a member of 'global namespace''
1>C:\roblox\Base\include\rbx/threadsafe.h(42): error C2065: 'cs': undeclared identifier
1>C:\roblox\Base\include\rbx/threadsafe.h(42): error C3861: 'DeleteCriticalSection': identifier not found
1>C:\roblox\Base\include\rbx/threadsafe.h(50): error C2039: 'EnterCriticalSection': is not a member of 'global namespace'' 1>C:\roblox\Base\include\rbx/threadsafe.h(50): error C2039: 'cs': is not a member of 'RBX::mutex' 1>C:\roblox\Base\include\rbx/threadsafe.h(31): note: see declaration of 'RBX::mutex' 1>C:\roblox\Base\include\rbx/threadsafe.h(50): error C3861: 'EnterCriticalSection': identifier not found 1>C:\roblox\Base\include\rbx/threadsafe.h(54): error C2039: 'LeaveCriticalSection': is not a member of 'global namespace''
1>C:\roblox\Base\include\rbx/threadsafe.h(54): error C2039: 'cs': is not a member of 'RBX::mutex'
1>C:\roblox\Base\include\rbx/threadsafe.h(31): note: see declaration of 'RBX::mutex'
1>C:\roblox\Base\include\rbx/threadsafe.h(54): error C3861: 'LeaveCriticalSection': identifier not found
1>c:\roblox\app\include\security/ApiSecurity.h(178): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\roblox\app\include\security/ApiSecurity.h(178): error C2143: syntax error: missing ';' before ''
1>c:\roblox\app\include\security/ApiSecurity.h(178): error C2433: 'WCHAR': 'inline' not permitted on data declarations
1>c:\roblox\app\include\security/ApiSecurity.h(178): error C2143: syntax error: missing ',' before '&'
1>c:\roblox\app\include\security/ApiSecurity.h(179): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\roblox\app\include\security/ApiSecurity.h(179): error C2059: syntax error: '{'
1>c:\roblox\app\include\security/ApiSecurity.h(179): error C2143: syntax error: missing ';' before '{'
1>c:\roblox\app\include\security/ApiSecurity.h(179): error C2447: '{': missing function header (old-style formal list?)
1>c:\roblox\app\include\security/ApiSecurity.h(196): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\roblox\app\include\security/ApiSecurity.h(196): error C2143: syntax error: missing ';' before '
'
1>c:\roblox\app\include\security/ApiSecurity.h(196): error C2065: 'kNtDll': undeclared identifier
1>c:\roblox\app\include\security/ApiSecurity.h(197): error C2065: 'PEB': undeclared identifier
1>c:\roblox\app\include\security/ApiSecurity.h(197): error C2065: 'peb': undeclared identifier
1>c:\roblox\app\include\security/ApiSecurity.h(197): error C2061: syntax error: identifier 'PEB'
1>c:\roblox\app\include\security/ApiSecurity.h(198): error C2065: 'PEB_LDR_DATA': undeclared identifier
1>c:\roblox\app\include\security/ApiSecurity.h(198): error C2065: 'pebLdrData': undeclared identifier
1>c:\roblox\app\include\security/ApiSecurity.h(198): error C2065: 'peb': undeclared identifier
1>c:\roblox\app\include\security/ApiSecurity.h(198): error C2227: left of '->Ldr' must point to class/struct/union/generic type
1>c:\roblox\app\include\security/ApiSecurity.h(198): note: type is 'unknown-type'
1>c:\roblox\app\include\security/ApiSecurity.h(199): error C2065: 'LIST_ENTRY': undeclared identifier
1>c:\roblox\app\include\security/ApiSecurity.h(199): error C2146: syntax error: missing ';' before identifier 'imoListBase'
1>c:\roblox\app\include\security/ApiSecurity.h(199): error C2065: 'imoListBase': undeclared identifier
1>c:\roblox\app\include\security/ApiSecurity.h(199): error C2065: 'pebLdrData': undeclared identifier
1>c:\roblox\app\include\security/ApiSecurity.h(199): error C2227: left of '->InMemoryOrderModuleList' must point to class/struct/union/generic type
1>c:\roblox\app\include\security/ApiSecurity.h(199): note: type is 'unknown-type'
1>c:\roblox\app\include\security/ApiSecurity.h(200): error C2065: 'LIST_ENTRY': undeclared identifier
1>c:\roblox\app\include\security/ApiSecurity.h(200): error C2065: 'imoListWalk': undeclared identifier
1>c:\roblox\app\include\security/ApiSecurity.h(200): error C2065: 'imoListBase': undeclared identifier
1>c:\roblox\app\include\security/ApiSecurity.h(202): error C2065: 'imoListWalk': undeclared identifier
1>c:\roblox\app\include\security/ApiSecurity.h(202): error C2227: left of '->Flink' must point to class/struct/union/generic type
1>c:\roblox\app\include\security/ApiSecurity.h(202): note: type is 'unknown-type'
1>c:\roblox\app\include\security/ApiSecurity.h(202): error C2065: 'imoListBase': undeclared identifier
1>c:\roblox\app\include\security/ApiSecurity.h(202): error C2228: left of '.Blink' must have class/struct/union
1>c:\roblox\app\include\security/ApiSecurity.h(202): note: type is 'unknown-type'
1>c:\roblox\app\include\security/ApiSecurity.h(204): error C2065: 'imoListWalk': undeclared identifier
1>c:\roblox\app\include\security/ApiSecurity.h(204): error C2227: left of '->Flink' must point to class/struct/union/generic type
1>c:\roblox\app\include\security/ApiSecurity.h(204): note: type is 'unknown-type'
1>c:\roblox\app\include\security/ApiSecurity.h(205): error C2065: 'LDR_DATA_TABLE_ENTRY': undeclared identifier
1>c:\roblox\app\include\security/ApiSecurity.h(205): error C2065: 'thisPe': undeclared identifier
1>c:\roblox\app\include\security/ApiSecurity.h(205): error C2061: syntax error: identifier 'LDR_DATA_TABLE_ENTRY'
1>c:\roblox\app\include\security/ApiSecurity.h(206): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\roblox\app\include\security/ApiSecurity.h(206): error C2143: syntax error: missing ';' before ''
1>c:\roblox\app\include\security/ApiSecurity.h(206): error C2065: 'dllName': undeclared identifier
1>c:\roblox\app\include\security/ApiSecurity.h(206): error C2065: 'thisPe': undeclared identifier
1>c:\roblox\app\include\security/ApiSecurity.h(206): error C2227: left of '->FullDllName' must point to class/struct/union/generic type
1>c:\roblox\app\include\security/ApiSecurity.h(206): note: type is 'unknown-type'
1>c:\roblox\app\include\security/ApiSecurity.h(207): error C2065: 'thisPe': undeclared identifier
1>c:\roblox\app\include\security/ApiSecurity.h(207): error C2227: left of '->FullDllName' must point to class/struct/union/generic type
1>c:\roblox\app\include\security/ApiSecurity.h(207): note: type is 'unknown-type'
1>c:\roblox\app\include\security/ApiSecurity.h(207): error C2228: left of '.Length' must have class/struct/union
1>c:\roblox\app\include\security/ApiSecurity.h(207): error C2065: 'dllName': undeclared identifier
1>c:\roblox\app\include\security/ApiSecurity.h(207): error C2228: left of '.Buffer' must have class/struct/union
1>c:\roblox\app\include\security/ApiSecurity.h(207): error C2789: 'dllNameLen': an object of const-qualified type must be initialized
1>c:\roblox\app\include\security/ApiSecurity.h(207): note: see declaration of 'dllNameLen'
1>c:\roblox\app\include\security/ApiSecurity.h(210): error C2065: 'kNtDll': undeclared identifier
1>c:\roblox\app\include\security/ApiSecurity.h(212): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>c:\roblox\app\include\security/ApiSecurity.h(212): error C2143: syntax error: missing ';' before '
'
1>c:\roblox\app\include\security/ApiSecurity.h(212): error C2086: 'const int WCHAR': redefinition
1>c:\roblox\app\include\security/ApiSecurity.h(206): note: see declaration of 'WCHAR'
1>c:\roblox\app\include\security/ApiSecurity.h(212): error C2059: syntax error: 'const'
1>c:\roblox\app\include\security/ApiSecurity.h(213): error C2065: 'dllName': undeclared identifier
1>c:\roblox\app\include\security/ApiSecurity.h(213): error C2065: 'ntdllName': undeclared identifier
1>c:\roblox\app\include\security/ApiSecurity.h(215): error C2065: 'thisPe': undeclared identifier
1>c:\roblox\app\include\security/ApiSecurity.h(215): error C2227: left of '->DllBase' must point to class/struct/union/generic type
1>c:\roblox\app\include\security/ApiSecurity.h(215): note: type is 'unknown-type'
1>c:\roblox\app\include\security/ApiSecurity.h(226): error C2065: 'DWORD': undeclared identifier
1>c:\roblox\app\include\security/ApiSecurity.h(226): error C2065: 'loc': undeclared identifier
1>c:\roblox\app\include\security/ApiSecurity.h(227): error C2065: 'PIMAGE_DOS_HEADER': undeclared identifier
1>c:\roblox\app\include\security/ApiSecurity.h(227): error C2146: syntax error: missing ';' before identifier 'pDosHeader'
1>c:\roblox\app\include\security/ApiSecurity.h(227): error C2065: 'pDosHeader': undeclared identifier
1>c:\roblox\app\include\security/ApiSecurity.h(227): error C2146: syntax error: missing ';' before identifier 'module'
1>c:\roblox\app\include\security/ApiSecurity.h(228): error C2065: 'PIMAGE_NT_HEADERS': undeclared identifier
1>c:\roblox\app\include\security/ApiSecurity.h(228): error C2146: syntax error: missing ';' before identifier 'pNTHeader'
1>c:\roblox\app\include\security/ApiSecurity.h(228): error C2065: 'pNTHeader': undeclared identifier
1>c:\roblox\app\include\security/ApiSecurity.h(228): error C2065: 'pDosHeader': undeclared identifier
1>c:\roblox\app\include\security/ApiSecurity.h(228): error C2227: left of '->e_lfanew' must point to class/struct/union/generic type
1>c:\roblox\app\include\security/ApiSecurity.h(228): note: type is 'unknown-type'
1>c:\roblox\app\include\security/ApiSecurity.h(229): error C2065: 'IMAGE_DATA_DIRECTORY': undeclared identifier
1>c:\roblox\app\include\security/ApiSecurity.h(229): error C2065: 'imageDataDir': undeclared identifier
1>c:\roblox\app\include\security/ApiSecurity.h(229): error C2065: 'pNTHeader': undeclared identifier
1>c:\roblox\app\include\security/ApiSecurity.h(229): error C2227: left of '->OptionalHeader' must point to class/struct/union/generic type
1>c:\roblox\app\include\security/ApiSecurity.h(229): note: type is 'unknown-type'
1>c:\roblox\app\include\security/ApiSecurity.h(229): error C2228: left of '.DataDirectory' must have class/struct/union
1>c:\roblox\app\include\security/ApiSecurity.h(230): error C2065: 'DWORD': undeclared identifier
1>c:\roblox\app\include\security/ApiSecurity.h(230): error C2146: syntax error: missing ';' before identifier 'exportVa'
1>c:\roblox\app\include\security/ApiSecurity.h(230): error C2065: 'exportVa': undeclared identifier
1>c:\roblox\app\include\security/ApiSecurity.h(230): error C2065: 'imageDataDir': undeclared identifier
1>c:\roblox\app\include\security/ApiSecurity.h(230): error C2065: 'IMAGE_DIRECTORY_ENTRY_EXPORT': undeclared identifier
1>c:\roblox\app\include\security/ApiSecurity.h(230): error C2228: left of '.VirtualAddress' must have class/struct/union
1>c:\roblox\app\include\security/ApiSecurity.h(231): error C2065: 'DWORD': undeclared identifier
1>c:\roblox\app\include\security/ApiSecurity.h(231): error C2146: syntax error: missing ';' before identifier 'base'
1>c:\roblox\app\include\security/ApiSecurity.h(231): error C2065: 'base': undeclared identifier
1>c:\roblox\app\include\security/ApiSecurity.h(231): error C2061: syntax error: identifier 'DWORD'
1>c:\roblox\app\include\security/ApiSecurity.h(232): error C2065: 'PIMAGE_EXPORT_DIRECTORY': undeclared identifier
1>c:\roblox\app\include\security/ApiSecurity.h(232): error C2146: syntax error: missing ';' before identifier 'pExport'
1>c:\roblox\app\include\security/ApiSecurity.h(232): error C2065: 'pExport': undeclared identifier
1>c:\roblox\app\include\security/ApiSecurity.h(232): error C2061: syntax error: identifier 'PIMAGE_EXPORT_DIRECTORY'
1>c:\roblox\app\include\security/ApiSecurity.h(233): error C2065: 'DWORD': undeclared identifier
1>c:\roblox\app\include\security/ApiSecurity.h(233): error C2065: 'pAddressOfNames': undeclared identifier
1>c:\roblox\app\include\security/ApiSecurity.h(233): error C2061: syntax error: identifier 'DWORD'
1>c:\roblox\app\include\security/ApiSecurity.h(234): error C2065: 'DWORD': undeclared identifier
1>c:\roblox\app\include\security/ApiSecurity.h(234): error C2065: 'pAddressOfFuncs': undeclared identifier
1>c:\roblox\app\include\security/ApiSecurity.h(234): error C2061: syntax error: identifier 'DWORD'
1>c:\roblox\app\include\security/ApiSecurity.h(235): error C2065: 'WORD': undeclared identifier
1>c:\roblox\app\include\security/ApiSecurity.h(235): error C2065: 'pAddressOfOrds': undeclared identifier
1>c:\roblox\app\include\security/ApiSecurity.h(235): fatal error C1003: error count exceeds 100; stopping compilation
1>Done building project "App.vcxproj" -- FAILED.
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

Fix RCE vulnerability

Would be thankful ngl.

EDIT: The fix is just replacing the networking system - RakNET (This is mandatory for the RCCService), plus fixing functions that are broken in the new updated version.

I am not gonna edit the source, it's a preservation for the 2016 source of hitius Roblox. Hope you understand.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.