├── AdbWinApi.dll ├── Discord.cpp ├── Discord.h ├── GG-app-1.ico ├── IMPORTANT NOTE.txt ├── Memx.h ├── NULL ├── README.md ├── Ruda-Bold.ttf ├── Settings.cpp ├── Settings.h ├── adb.exe ├── api ├── Swifty.hpp └── Swifty_hor.hpp ├── cheat ├── Settings.h └── main.h ├── discord-rpc-master.rar ├── example.aps ├── example.rc ├── example.sln ├── example.vcxproj ├── example.vcxproj.filters ├── example.vcxproj.user ├── gui.cpp ├── gui.h ├── hookdrv.sys ├── imgui.ini ├── imgui ├── imconfig.h ├── imgui.cpp ├── imgui.h ├── imgui_demo.cpp ├── imgui_draw.cpp ├── imgui_impl_dx9.cpp ├── imgui_impl_dx9.h ├── imgui_impl_win32.cpp ├── imgui_impl_win32.h ├── imgui_internal.h ├── imgui_tables.cpp ├── imgui_widgets.cpp ├── imstb_rectpack.h ├── imstb_textedit.h └── imstb_truetype.h ├── keyauth ├── auth.hpp ├── libcurl.lib ├── libcurl │ └── libcurl.lib ├── library_x86.lib └── skStr.h ├── library_x86.zip ├── libs.7z ├── main.cpp ├── main.h ├── mem.cpp ├── mem.h ├── memory.h ├── misc ├── README.txt ├── cpp │ ├── README.txt │ ├── imgui_stdlib.cpp │ └── imgui_stdlib.h ├── debuggers │ ├── README.txt │ ├── imgui.gdb │ ├── imgui.natstepfilter │ └── imgui.natvis ├── fonts │ ├── Cousine-Regular.ttf │ ├── DroidSans.ttf │ ├── Karla-Regular.ttf │ ├── ProggyClean.ttf │ ├── ProggyTiny.ttf │ ├── Roboto-Medium.ttf │ ├── Ruda-Bold.ttf │ └── binary_to_compressed_c.cpp ├── freetype │ ├── README.md │ ├── imgui_freetype.cpp │ └── imgui_freetype.h └── single_file │ └── imgui_single_file.h ├── pch.h ├── resource.h └── ue4.h /AdbWinApi.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mut1234/BYPASS-PUBG-MOBILE-IMGUI/HEAD/AdbWinApi.dll -------------------------------------------------------------------------------- /Discord.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mut1234/BYPASS-PUBG-MOBILE-IMGUI/HEAD/Discord.cpp -------------------------------------------------------------------------------- /Discord.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mut1234/BYPASS-PUBG-MOBILE-IMGUI/HEAD/Discord.h -------------------------------------------------------------------------------- /GG-app-1.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mut1234/BYPASS-PUBG-MOBILE-IMGUI/HEAD/GG-app-1.ico -------------------------------------------------------------------------------- /IMPORTANT NOTE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mut1234/BYPASS-PUBG-MOBILE-IMGUI/HEAD/IMPORTANT NOTE.txt -------------------------------------------------------------------------------- /Memx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mut1234/BYPASS-PUBG-MOBILE-IMGUI/HEAD/Memx.h -------------------------------------------------------------------------------- /NULL: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mut1234/BYPASS-PUBG-MOBILE-IMGUI/HEAD/README.md -------------------------------------------------------------------------------- /Ruda-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mut1234/BYPASS-PUBG-MOBILE-IMGUI/HEAD/Ruda-Bold.ttf -------------------------------------------------------------------------------- /Settings.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mut1234/BYPASS-PUBG-MOBILE-IMGUI/HEAD/Settings.cpp -------------------------------------------------------------------------------- /Settings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mut1234/BYPASS-PUBG-MOBILE-IMGUI/HEAD/Settings.h -------------------------------------------------------------------------------- /adb.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mut1234/BYPASS-PUBG-MOBILE-IMGUI/HEAD/adb.exe -------------------------------------------------------------------------------- /api/Swifty.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mut1234/BYPASS-PUBG-MOBILE-IMGUI/HEAD/api/Swifty.hpp -------------------------------------------------------------------------------- /api/Swifty_hor.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mut1234/BYPASS-PUBG-MOBILE-IMGUI/HEAD/api/Swifty_hor.hpp -------------------------------------------------------------------------------- /cheat/Settings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mut1234/BYPASS-PUBG-MOBILE-IMGUI/HEAD/cheat/Settings.h -------------------------------------------------------------------------------- /cheat/main.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mut1234/BYPASS-PUBG-MOBILE-IMGUI/HEAD/cheat/main.h -------------------------------------------------------------------------------- /discord-rpc-master.rar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mut1234/BYPASS-PUBG-MOBILE-IMGUI/HEAD/discord-rpc-master.rar -------------------------------------------------------------------------------- /example.aps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mut1234/BYPASS-PUBG-MOBILE-IMGUI/HEAD/example.aps -------------------------------------------------------------------------------- /example.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mut1234/BYPASS-PUBG-MOBILE-IMGUI/HEAD/example.rc -------------------------------------------------------------------------------- /example.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mut1234/BYPASS-PUBG-MOBILE-IMGUI/HEAD/example.sln -------------------------------------------------------------------------------- /example.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mut1234/BYPASS-PUBG-MOBILE-IMGUI/HEAD/example.vcxproj -------------------------------------------------------------------------------- /example.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mut1234/BYPASS-PUBG-MOBILE-IMGUI/HEAD/example.vcxproj.filters -------------------------------------------------------------------------------- /example.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mut1234/BYPASS-PUBG-MOBILE-IMGUI/HEAD/example.vcxproj.user -------------------------------------------------------------------------------- /gui.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mut1234/BYPASS-PUBG-MOBILE-IMGUI/HEAD/gui.cpp -------------------------------------------------------------------------------- /gui.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mut1234/BYPASS-PUBG-MOBILE-IMGUI/HEAD/gui.h -------------------------------------------------------------------------------- /hookdrv.sys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mut1234/BYPASS-PUBG-MOBILE-IMGUI/HEAD/hookdrv.sys -------------------------------------------------------------------------------- /imgui.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mut1234/BYPASS-PUBG-MOBILE-IMGUI/HEAD/imgui.ini -------------------------------------------------------------------------------- /imgui/imconfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mut1234/BYPASS-PUBG-MOBILE-IMGUI/HEAD/imgui/imconfig.h -------------------------------------------------------------------------------- /imgui/imgui.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mut1234/BYPASS-PUBG-MOBILE-IMGUI/HEAD/imgui/imgui.cpp -------------------------------------------------------------------------------- /imgui/imgui.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mut1234/BYPASS-PUBG-MOBILE-IMGUI/HEAD/imgui/imgui.h -------------------------------------------------------------------------------- /imgui/imgui_demo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mut1234/BYPASS-PUBG-MOBILE-IMGUI/HEAD/imgui/imgui_demo.cpp -------------------------------------------------------------------------------- /imgui/imgui_draw.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mut1234/BYPASS-PUBG-MOBILE-IMGUI/HEAD/imgui/imgui_draw.cpp -------------------------------------------------------------------------------- /imgui/imgui_impl_dx9.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mut1234/BYPASS-PUBG-MOBILE-IMGUI/HEAD/imgui/imgui_impl_dx9.cpp -------------------------------------------------------------------------------- /imgui/imgui_impl_dx9.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mut1234/BYPASS-PUBG-MOBILE-IMGUI/HEAD/imgui/imgui_impl_dx9.h -------------------------------------------------------------------------------- /imgui/imgui_impl_win32.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mut1234/BYPASS-PUBG-MOBILE-IMGUI/HEAD/imgui/imgui_impl_win32.cpp -------------------------------------------------------------------------------- /imgui/imgui_impl_win32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mut1234/BYPASS-PUBG-MOBILE-IMGUI/HEAD/imgui/imgui_impl_win32.h -------------------------------------------------------------------------------- /imgui/imgui_internal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mut1234/BYPASS-PUBG-MOBILE-IMGUI/HEAD/imgui/imgui_internal.h -------------------------------------------------------------------------------- /imgui/imgui_tables.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mut1234/BYPASS-PUBG-MOBILE-IMGUI/HEAD/imgui/imgui_tables.cpp -------------------------------------------------------------------------------- /imgui/imgui_widgets.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mut1234/BYPASS-PUBG-MOBILE-IMGUI/HEAD/imgui/imgui_widgets.cpp -------------------------------------------------------------------------------- /imgui/imstb_rectpack.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mut1234/BYPASS-PUBG-MOBILE-IMGUI/HEAD/imgui/imstb_rectpack.h -------------------------------------------------------------------------------- /imgui/imstb_textedit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mut1234/BYPASS-PUBG-MOBILE-IMGUI/HEAD/imgui/imstb_textedit.h -------------------------------------------------------------------------------- /imgui/imstb_truetype.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mut1234/BYPASS-PUBG-MOBILE-IMGUI/HEAD/imgui/imstb_truetype.h -------------------------------------------------------------------------------- /keyauth/auth.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mut1234/BYPASS-PUBG-MOBILE-IMGUI/HEAD/keyauth/auth.hpp -------------------------------------------------------------------------------- /keyauth/libcurl.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mut1234/BYPASS-PUBG-MOBILE-IMGUI/HEAD/keyauth/libcurl.lib -------------------------------------------------------------------------------- /keyauth/libcurl/libcurl.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mut1234/BYPASS-PUBG-MOBILE-IMGUI/HEAD/keyauth/libcurl/libcurl.lib -------------------------------------------------------------------------------- /keyauth/library_x86.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mut1234/BYPASS-PUBG-MOBILE-IMGUI/HEAD/keyauth/library_x86.lib -------------------------------------------------------------------------------- /keyauth/skStr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mut1234/BYPASS-PUBG-MOBILE-IMGUI/HEAD/keyauth/skStr.h -------------------------------------------------------------------------------- /library_x86.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mut1234/BYPASS-PUBG-MOBILE-IMGUI/HEAD/library_x86.zip -------------------------------------------------------------------------------- /libs.7z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mut1234/BYPASS-PUBG-MOBILE-IMGUI/HEAD/libs.7z -------------------------------------------------------------------------------- /main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mut1234/BYPASS-PUBG-MOBILE-IMGUI/HEAD/main.cpp -------------------------------------------------------------------------------- /main.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mut1234/BYPASS-PUBG-MOBILE-IMGUI/HEAD/main.h -------------------------------------------------------------------------------- /mem.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mut1234/BYPASS-PUBG-MOBILE-IMGUI/HEAD/mem.cpp -------------------------------------------------------------------------------- /mem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mut1234/BYPASS-PUBG-MOBILE-IMGUI/HEAD/mem.h -------------------------------------------------------------------------------- /memory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mut1234/BYPASS-PUBG-MOBILE-IMGUI/HEAD/memory.h -------------------------------------------------------------------------------- /misc/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mut1234/BYPASS-PUBG-MOBILE-IMGUI/HEAD/misc/README.txt -------------------------------------------------------------------------------- /misc/cpp/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mut1234/BYPASS-PUBG-MOBILE-IMGUI/HEAD/misc/cpp/README.txt -------------------------------------------------------------------------------- /misc/cpp/imgui_stdlib.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mut1234/BYPASS-PUBG-MOBILE-IMGUI/HEAD/misc/cpp/imgui_stdlib.cpp -------------------------------------------------------------------------------- /misc/cpp/imgui_stdlib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mut1234/BYPASS-PUBG-MOBILE-IMGUI/HEAD/misc/cpp/imgui_stdlib.h -------------------------------------------------------------------------------- /misc/debuggers/README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mut1234/BYPASS-PUBG-MOBILE-IMGUI/HEAD/misc/debuggers/README.txt -------------------------------------------------------------------------------- /misc/debuggers/imgui.gdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mut1234/BYPASS-PUBG-MOBILE-IMGUI/HEAD/misc/debuggers/imgui.gdb -------------------------------------------------------------------------------- /misc/debuggers/imgui.natstepfilter: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mut1234/BYPASS-PUBG-MOBILE-IMGUI/HEAD/misc/debuggers/imgui.natstepfilter -------------------------------------------------------------------------------- /misc/debuggers/imgui.natvis: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mut1234/BYPASS-PUBG-MOBILE-IMGUI/HEAD/misc/debuggers/imgui.natvis -------------------------------------------------------------------------------- /misc/fonts/Cousine-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mut1234/BYPASS-PUBG-MOBILE-IMGUI/HEAD/misc/fonts/Cousine-Regular.ttf -------------------------------------------------------------------------------- /misc/fonts/DroidSans.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mut1234/BYPASS-PUBG-MOBILE-IMGUI/HEAD/misc/fonts/DroidSans.ttf -------------------------------------------------------------------------------- /misc/fonts/Karla-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mut1234/BYPASS-PUBG-MOBILE-IMGUI/HEAD/misc/fonts/Karla-Regular.ttf -------------------------------------------------------------------------------- /misc/fonts/ProggyClean.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mut1234/BYPASS-PUBG-MOBILE-IMGUI/HEAD/misc/fonts/ProggyClean.ttf -------------------------------------------------------------------------------- /misc/fonts/ProggyTiny.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mut1234/BYPASS-PUBG-MOBILE-IMGUI/HEAD/misc/fonts/ProggyTiny.ttf -------------------------------------------------------------------------------- /misc/fonts/Roboto-Medium.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mut1234/BYPASS-PUBG-MOBILE-IMGUI/HEAD/misc/fonts/Roboto-Medium.ttf -------------------------------------------------------------------------------- /misc/fonts/Ruda-Bold.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mut1234/BYPASS-PUBG-MOBILE-IMGUI/HEAD/misc/fonts/Ruda-Bold.ttf -------------------------------------------------------------------------------- /misc/fonts/binary_to_compressed_c.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mut1234/BYPASS-PUBG-MOBILE-IMGUI/HEAD/misc/fonts/binary_to_compressed_c.cpp -------------------------------------------------------------------------------- /misc/freetype/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mut1234/BYPASS-PUBG-MOBILE-IMGUI/HEAD/misc/freetype/README.md -------------------------------------------------------------------------------- /misc/freetype/imgui_freetype.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mut1234/BYPASS-PUBG-MOBILE-IMGUI/HEAD/misc/freetype/imgui_freetype.cpp -------------------------------------------------------------------------------- /misc/freetype/imgui_freetype.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mut1234/BYPASS-PUBG-MOBILE-IMGUI/HEAD/misc/freetype/imgui_freetype.h -------------------------------------------------------------------------------- /misc/single_file/imgui_single_file.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mut1234/BYPASS-PUBG-MOBILE-IMGUI/HEAD/misc/single_file/imgui_single_file.h -------------------------------------------------------------------------------- /pch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mut1234/BYPASS-PUBG-MOBILE-IMGUI/HEAD/pch.h -------------------------------------------------------------------------------- /resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mut1234/BYPASS-PUBG-MOBILE-IMGUI/HEAD/resource.h -------------------------------------------------------------------------------- /ue4.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mut1234/BYPASS-PUBG-MOBILE-IMGUI/HEAD/ue4.h --------------------------------------------------------------------------------