Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- │ .gitignore
- │
- ├───Doc
- │ Readme.txt
- │
- ├───jni
- │ │ Android.mk
- │ │ Application.mk
- │ │ chatwindow.cpp
- │ │ chatwindow.h
- │ │ checkfilehash.cpp
- │ │ checkfilehash.h
- │ │ debug.cpp
- │ │ debug.h
- │ │ dialog.cpp
- │ │ dialog.h
- │ │ keyboard.cpp
- │ │ keyboard.h
- │ │ main.cpp
- │ │ main.h
- │ │ playertags.cpp
- │ │ playertags.h
- │ │ settings.cpp
- │ │ settings.h
- │ │ spawnscreen.cpp
- │ │ spawnscreen.h
- │ │ str_obfuscator.hpp
- │ │ str_obfuscator_no_template.hpp
- │ │
- │ ├───game
- │ │ │ aimstuff.cpp
- │ │ │ aimstuff.h
- │ │ │ camera.cpp
- │ │ │ camera.h
- │ │ │ common.h
- │ │ │ entity.cpp
- │ │ │ entity.h
- │ │ │ font.cpp
- │ │ │ font.h
- │ │ │ game.cpp
- │ │ │ game.h
- │ │ │ hooks.cpp
- │ │ │ object.cpp
- │ │ │ object.h
- │ │ │ pad.cpp
- │ │ │ pad.h
- │ │ │ patches.cpp
- │ │ │ playerped.cpp
- │ │ │ playerped.h
- │ │ │ quaternion.cpp
- │ │ │ quaternion.h
- │ │ │ radarcolors.cpp
- │ │ │ radarcolors.h
- │ │ │ scripting.cpp
- │ │ │ scripting.h
- │ │ │ splashscreen.cpp
- │ │ │ util.cpp
- │ │ │ util.h
- │ │ │ vehicle.cpp
- │ │ │ vehicle.h
- │ │ │
- │ │ └───RW
- │ │ RenderWare.cpp
- │ │ RenderWare.h
- │ │ rwcore.h
- │ │ rwlpcore.h
- │ │
- │ ├───gui
- │ │ gui.cpp
- │ │ gui.h
- │ │ imgui_impl_renderware.cpp
- │ │
- │ ├───net
- │ │ gangzonepool.cpp
- │ │ gangzonepool.h
- │ │ localplayer.cpp
- │ │ localplayer.h
- │ │ netgame.cpp
- │ │ netgame.h
- │ │ netrpc.cpp
- │ │ objectpool.cpp
- │ │ objectpool.h
- │ │ pickuppool.cpp
- │ │ pickuppool.h
- │ │ playerpool.cpp
- │ │ playerpool.h
- │ │ remoteplayer.cpp
- │ │ remoteplayer.h
- │ │ scriptrpc.cpp
- │ │ textlabelpool.cpp
- │ │ textlabelpool.h
- │ │ vehiclepool.cpp
- │ │ vehiclepool.h
- │ │
- │ ├───util
- │ │ armhook.cpp
- │ │ armhook.h
- │ │ util.cpp
- │ │ util.h
- │ │
- │ └───vendor
- │ ├───bass
- │ │ bass.h
- │ │ libbass.so
- │ │ libbassalac.so
- │ │ libbassdsd.so
- │ │ libbassflac.so
- │ │ libbasshls.so
- │ │ libbassmidi.so
- │ │ libbassmix.so
- │ │ libbassopus.so
- │ │ libbasswebm.so
- │ │ libbasswv.so
- │ │
- │ ├───hash
- │ │ md5.cpp
- │ │ md5.h
- │ │
- │ ├───imgui
- │ │ imconfig.h
- │ │ imgui.cpp
- │ │ imgui.h
- │ │ imgui_draw.cpp
- │ │ imgui_internal.h
- │ │ stb_rect_pack.h
- │ │ stb_textedit.h
- │ │ stb_truetype.h
- │ │
- │ ├───inih
- │ │ │ ini.c
- │ │ │ ini.h
- │ │ │
- │ │ └───cpp
- │ │ INIReader.cpp
- │ │ INIReader.h
- │ │
- │ └───raknet
- │ │ AsynchronousFileIO.cpp
- │ │ AsynchronousFileIO.h
- │ │ AutopatcherPatchContext.h
- │ │ AutopatcherRepositoryInterface.h
- │ │ BigTypes.h
- │ │ BitStream.cpp
- │ │ BitStream.h
- │ │ BitStream_NoTemplate.cpp
- │ │ BitStream_NoTemplate.h
- │ │ CheckSum.cpp
- │ │ CheckSum.h
- │ │ ClientContextStruct.h
- │ │ CommandParserInterface.cpp
- │ │ CommandParserInterface.h
- │ │ ConsoleServer.h
- │ │ DataBlockEncryptor.cpp
- │ │ DataBlockEncryptor.h
- │ │ DataCompressor.cpp
- │ │ DataCompressor.h
- │ │ DS_BinarySearchTree.h
- │ │ DS_BPlusTree.h
- │ │ DS_ByteQueue.cpp
- │ │ DS_ByteQueue.h
- │ │ DS_Heap.h
- │ │ DS_HuffmanEncodingTree.cpp
- │ │ DS_HuffmanEncodingTree.h
- │ │ DS_HuffmanEncodingTreeFactory.h
- │ │ DS_HuffmanEncodingTreeNode.h
- │ │ DS_LinkedList.h
- │ │ DS_List.h
- │ │ DS_Map.h
- │ │ DS_MemoryPool.h
- │ │ DS_OrderedChannelHeap.h
- │ │ DS_OrderedList.h
- │ │ DS_Queue.h
- │ │ DS_QueueLinkedList.h
- │ │ DS_RangeList.h
- │ │ DS_Table.cpp
- │ │ DS_Table.h
- │ │ DS_Tree.h
- │ │ DS_WeightedGraph.h
- │ │ EmailSender.h
- │ │ EncodeClassName.cpp
- │ │ Export.h
- │ │ ExtendedOverlappedPool.cpp
- │ │ ExtendedOverlappedPool.h
- │ │ FileOperations.cpp
- │ │ FileOperations.h
- │ │ FullyConnectedMesh.cpp__
- │ │ FullyConnectedMesh.h
- │ │ GetTime.cpp
- │ │ GetTime.h
- │ │ InternalPacket.h
- │ │ InternalPacketPool.cpp
- │ │ InternalPacketPool.h
- │ │ LinuxStrings.cpp
- │ │ LinuxStrings.h
- │ │ LogCommandParser.cpp
- │ │ LogCommandParser.h
- │ │ MTUSize.h
- │ │ multiplayer.h
- │ │ NetworkIDGenerator.cpp__
- │ │ NetworkIDGenerator.h
- │ │ NetworkTypes.cpp
- │ │ NetworkTypes.h
- │ │ PacketEnumerations.h
- │ │ PacketPool.h
- │ │ PacketPriority.h
- │ │ PluginInterface.cpp
- │ │ PluginInterface.h
- │ │ RakAssert.h
- │ │ RakClient.cpp
- │ │ RakClient.h
- │ │ RakClientInterface.h
- │ │ RakNetCommandParser.cpp
- │ │ RakNetCommandParser.h
- │ │ RakNetDefines.h
- │ │ RakNetStatistics.cpp
- │ │ RakNetStatistics.h
- │ │ RakNetworkFactory.cpp
- │ │ RakNetworkFactory.h
- │ │ RakPeer.cpp
- │ │ RakPeer.h
- │ │ RakPeerInterface.h
- │ │ rakserver.cpp
- │ │ RakServer.h
- │ │ RakServerInterface.h
- │ │ RakSleep.cpp
- │ │ RakSleep.h
- │ │ Rand.cpp
- │ │ Rand.h
- │ │ ReliabilityLayer.cpp
- │ │ ReliabilityLayer.h
- │ │ Replica.h
- │ │ ReplicaEnums.h
- │ │ rijndael-boxes.h
- │ │ rijndael.cpp
- │ │ rijndael.h
- │ │ RouterInterface.h
- │ │ RPCMap.cpp
- │ │ RPCMap.h
- │ │ RPCNode.h
- │ │ RSACrypt.h
- │ │ SHA1.cpp
- │ │ SHA1.h
- │ │ SimpleMutex.cpp
- │ │ SimpleMutex.h
- │ │ SimpleTCPServer.h
- │ │ SingleProducerConsumer.h
- │ │ SocketLayer.cpp
- │ │ SocketLayer.h
- │ │ StringCompressor.cpp
- │ │ StringCompressor.h
- │ │ StringTable.cpp
- │ │ StringTable.h
- │ │ SystemAddressList.cpp
- │ │ SystemAddressList.h
- │ │ SystemDatabaseClient.cpp
- │ │ SystemDatabaseClient.h
- │ │ SystemDatabaseServer.cpp
- │ │ SystemDatabaseServer.h
- │ │ TableSerializer.cpp
- │ │ TableSerializer.h
- │ │ TCPInterface.cpp
- │ │ TCPInterface.h
- │ │ TelnetTransport.cpp
- │ │ TelnetTransport.h
- │ │ ThreadPool.h
- │ │ TransportInterface.h
- │ │ Types.h
- │ │ _findfirst.cpp
- │ │ _findfirst.h
- │ │
- │ └───SAMP
- │ SAMPRPC.cpp
- │ SAMPRPC.h
- │ samp_auth.cpp
- │ samp_netencr.cpp
- │ samp_netencr.h
- │
- ├───libs
- │ └───armeabi-v7a
- │ libbass.so
- │ libbassalac.so
- │ libbassdsd.so
- │ libbassflac.so
- │ libbasshls.so
- │ libbassmidi.so
- │ libbassmix.so
- │ libbassopus.so
- │ libbasswebm.so
- │ libbasswv.so
- │ libsamp.so
- │
- ├───obj
- │ └───local
- │ └───armeabi-v7a
- │ │ libbass.so
- │ │ libbassalac.so
- │ │ libbassdsd.so
- │ │ libbassflac.so
- │ │ libbasshls.so
- │ │ libbassmidi.so
- │ │ libbassmix.so
- │ │ libbassopus.so
- │ │ libbasswebm.so
- │ │ libbasswv.so
- │ │ libsamp.so
- │ │
- │ └───objs
- │ └───samp
- │ │ chatwindow.o
- │ │ chatwindow.o.d
- │ │ checkfilehash.o
- │ │ checkfilehash.o.d
- │ │ debug.o
- │ │ debug.o.d
- │ │ dialog.o
- │ │ dialog.o.d
- │ │ keyboard.o
- │ │ keyboard.o.d
- │ │ main.o
- │ │ main.o.d
- │ │ playertags.o
- │ │ playertags.o.d
- │ │ settings.o
- │ │ settings.o.d
- │ │ spawnscreen.o
- │ │ spawnscreen.o.d
- │ │
- │ ├───game
- │ │ │ aimstuff.o
- │ │ │ aimstuff.o.d
- │ │ │ camera.o
- │ │ │ camera.o.d
- │ │ │ entity.o
- │ │ │ entity.o.d
- │ │ │ font.o
- │ │ │ font.o.d
- │ │ │ game.o
- │ │ │ game.o.d
- │ │ │ hooks.o
- │ │ │ hooks.o.d
- │ │ │ object.o
- │ │ │ object.o.d
- │ │ │ pad.o
- │ │ │ pad.o.d
- │ │ │ patches.o
- │ │ │ patches.o.d
- │ │ │ playerped.o
- │ │ │ playerped.o.d
- │ │ │ quaternion.o
- │ │ │ quaternion.o.d
- │ │ │ radarcolors.o
- │ │ │ radarcolors.o.d
- │ │ │ scripting.o
- │ │ │ scripting.o.d
- │ │ │ splashscreen.o
- │ │ │ splashscreen.o.d
- │ │ │ util.o
- │ │ │ util.o.d
- │ │ │ vehicle.o
- │ │ │ vehicle.o.d
- │ │ │
- │ │ └───RW
- │ │ RenderWare.o
- │ │ RenderWare.o.d
- │ │
- │ ├───gui
- │ │ gui.o
- │ │ gui.o.d
- │ │ imgui_impl_renderware.o
- │ │ imgui_impl_renderware.o.d
- │ │
- │ ├───net
- │ │ gangzonepool.o
- │ │ gangzonepool.o.d
- │ │ localplayer.o
- │ │ localplayer.o.d
- │ │ netgame.o
- │ │ netgame.o.d
- │ │ netrpc.o
- │ │ netrpc.o.d
- │ │ objectpool.o
- │ │ objectpool.o.d
- │ │ pickuppool.o
- │ │ pickuppool.o.d
- │ │ playerpool.o
- │ │ playerpool.o.d
- │ │ remoteplayer.o
- │ │ remoteplayer.o.d
- │ │ scriptrpc.o
- │ │ scriptrpc.o.d
- │ │ textlabelpool.o
- │ │ textlabelpool.o.d
- │ │ vehiclepool.o
- │ │ vehiclepool.o.d
- │ │
- │ ├───util
- │ │ armhook.o
- │ │ armhook.o.d
- │ │ util.o
- │ │ util.o.d
- │ │
- │ └───vendor
- │ ├───hash
- │ │ md5.o
- │ │ md5.o.d
- │ │
- │ ├───imgui
- │ │ imgui.o
- │ │ imgui.o.d
- │ │ imgui_draw.o
- │ │ imgui_draw.o.d
- │ │
- │ ├───inih
- │ │ │ ini.o
- │ │ │ ini.o.d
- │ │ │
- │ │ └───cpp
- │ │ INIReader.o
- │ │ INIReader.o.d
- │ │
- │ └───RakNet
- │ │ AsynchronousFileIO.o
- │ │ AsynchronousFileIO.o.d
- │ │ BitStream.o
- │ │ BitStream.o.d
- │ │ BitStream_NoTemplate.o
- │ │ BitStream_NoTemplate.o.d
- │ │ CheckSum.o
- │ │ CheckSum.o.d
- │ │ CommandParserInterface.o
- │ │ CommandParserInterface.o.d
- │ │ DataBlockEncryptor.o
- │ │ DataBlockEncryptor.o.d
- │ │ DataCompressor.o
- │ │ DataCompressor.o.d
- │ │ DS_ByteQueue.o
- │ │ DS_ByteQueue.o.d
- │ │ DS_HuffmanEncodingTree.o
- │ │ DS_HuffmanEncodingTree.o.d
- │ │ DS_Table.o
- │ │ DS_Table.o.d
- │ │ EncodeClassName.o
- │ │ EncodeClassName.o.d
- │ │ ExtendedOverlappedPool.o
- │ │ ExtendedOverlappedPool.o.d
- │ │ FileOperations.o
- │ │ FileOperations.o.d
- │ │ GetTime.o
- │ │ GetTime.o.d
- │ │ InternalPacketPool.o
- │ │ InternalPacketPool.o.d
- │ │ LinuxStrings.o
- │ │ LinuxStrings.o.d
- │ │ LogCommandParser.o
- │ │ LogCommandParser.o.d
- │ │ NetworkTypes.o
- │ │ NetworkTypes.o.d
- │ │ PluginInterface.o
- │ │ PluginInterface.o.d
- │ │ RakClient.o
- │ │ RakClient.o.d
- │ │ RakNetCommandParser.o
- │ │ RakNetCommandParser.o.d
- │ │ RakNetStatistics.o
- │ │ RakNetStatistics.o.d
- │ │ RakNetworkFactory.o
- │ │ RakNetworkFactory.o.d
- │ │ RakPeer.o
- │ │ RakPeer.o.d
- │ │ rakserver.o
- │ │ rakserver.o.d
- │ │ RakSleep.o
- │ │ RakSleep.o.d
- │ │ Rand.o
- │ │ Rand.o.d
- │ │ ReliabilityLayer.o
- │ │ ReliabilityLayer.o.d
- │ │ rijndael.o
- │ │ rijndael.o.d
- │ │ RPCMap.o
- │ │ RPCMap.o.d
- │ │ SHA1.o
- │ │ SHA1.o.d
- │ │ SimpleMutex.o
- │ │ SimpleMutex.o.d
- │ │ SocketLayer.o
- │ │ SocketLayer.o.d
- │ │ StringCompressor.o
- │ │ StringCompressor.o.d
- │ │ StringTable.o
- │ │ StringTable.o.d
- │ │ SystemAddressList.o
- │ │ SystemAddressList.o.d
- │ │ SystemDatabaseClient.o
- │ │ SystemDatabaseClient.o.d
- │ │ SystemDatabaseServer.o
- │ │ SystemDatabaseServer.o.d
- │ │ TableSerializer.o
- │ │ TableSerializer.o.d
- │ │ TCPInterface.o
- │ │ TCPInterface.o.d
- │ │ TelnetTransport.o
- │ │ TelnetTransport.o.d
- │ │ _findfirst.o
- │ │ _findfirst.o.d
- │ │
- │ └───SAMP
- │ SAMPRPC.o
- │ SAMPRPC.o.d
- │ samp_auth.o
- │ samp_auth.o.d
- │ samp_netencr.o
- │ samp_netencr.o.d
- │
- └───SaPatcher
- └───saPather
- │ saPather.sln
- │
- └───saPather
- main.cpp
- saPather.vcxproj
- saPather.vcxproj.filters
- saPather.vcxproj.user
- str_obfuscator_NoTemplate.hpp
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement