-
Posts
28 -
Joined
-
Last visited
-
Days Won
1
Content Type
Profiles
Downloads
Release Notes
Store
Everything posted by Raz3R
-
-
-
For those who want to bypass the authenticator. I won't release the cracked version i have made but you can do something like this by modifying the dll and recoding the decompiled code. private static string verifyUsingPublic(string licenseKey, string publicKey) { // Skip the actual verification process and return an approved message return "Authorization Approved"; } private async void handleInit([FromSource] Player source) { // Skip authorization check and simply set a dummy approval this.authorization = "approved"; // Bypass the authorization process // Log that we've bypassed the auth process RadioLinkServer.writeDebug(string.Format("Bypassing auth, setting to [{0}]", this.authorization)); // Instead of verifying, just return a static valid string string str = "Authorization Approved"; // Trigger the initACK event with the bypassed approval source.TriggerEvent("radiolink:initACK", new object[1] { (object) (str + "␝") }); // Proceed with the rest of the function as normal string input = File.ReadAllText("server.authz"); source.TriggerEvent("radioInternal:initVOIP", new object[2] { (object) RadioLinkServer.createMD5(input), (object) API.GetConvar("scnp25:signalingserveraddr", "https://main-1.cc.p25.scncomms.app") }); } This sets the authorization as approved and bypasses the cryptography validations, It will also send the authorized message back down to the client. The only issues you may come and find is the actual VOIP server url being changed by SCNP as its currently: https://main-1.cc.p25.scncomms.app
-
-
Be Eazy Clothing Pack V5 (Google Drive Version)
Raz3R commented on 10xjah | Site Support's file in EUP Files
-
S4-House V2 [Converted from ESX > QBus]
Raz3R commented on Raz3R's file in Prime/Ultimate Exclusives
-
S4-House V2 [Converted from ESX > QBus]
Raz3R commented on Raz3R's file in Prime/Ultimate Exclusives
-
-
-
[PRIME EXCLUSIVE] 4 IY Vehicles | SUPER RARE
Raz3R commented on thealph's file in Prime/Ultimate Exclusives
-
-
-
-
-
Version 1.0.0
518 downloads
Bought this awhile ago, enjoy ? Information from forum: Introducing “Vehicle Vortex” by Creative Solutions x OCRP - the Most Advanced Vehicle Spawn Menu for FiveM. Tired of scrolling through endless menus to spawn your favorite vehicles in FiveM? Vehicle Vortex has got you covered! With its intuitive and easy-to-use interface, you can quickly and easily spawn any vehicle you desire. But that’s not all - Vehicle Vortex also allows for customizable categories and subcategories, making it easy to organize your vehicle options and find what you need. And with ace permissions baked in, you can control who has access to the spawn menu and which vehicles they can spawn. Experience the power and flexibility of Vehicle Vortex for yourself and revolutionize the way you spawn vehicles in FiveM. LINK: https://forum.cfx.re/t/1-vehicle-vortex-an-advanced-vehicle-spawn-menu/5070113Free -
Version 1.0.0
699 downloads
I bought this script awhile ago, its pretty good and mostly identical to the real DOJRP death script. Information pulled from the forums: Introducing Death Script+, the ultimate solution for Fivem servers seeking an enhanced death experience. Developed in collaboration with Creative Solutions and OCRP, this script provides a realistic DOJRP-style death system that will keep your players engaged and entertained. With Death Script+, players will experience a seamless and immersive death experience. Our script provides a realistic simulation of injuries, with various levels of damage that correspond to the severity of the impact. Additionally, players can choose to be revived by a medic or simply respawn at a hospital. What sets Death Script+ apart is its customizability. Server owners can adjust various settings such as the time it takes for a player to bleed out, the cost of being revived, and the chance of a player dying instantly. This level of control allows for a tailored experience that can match the unique needs of any Fivem server. Overall, Death Script+ is a must-have for Fivem servers seeking a DOJRP-style death system that is both realistic and customizable. Try it today and give your players an unforgettable experience! Link: https://forum.cfx.re/t/1-death-script-a-dojrp-style-script/5070083Free -
-
-
-
-
Mission Row Fire Station [Public Safety Dev / Otto Mapping].
Raz3R commented on Bobby Jones's file in MLO
-
Mission Row Fire Station [Public Safety Dev / Otto Mapping].
Raz3R commented on Bobby Jones's file in MLO
-
-
I managed to decompile the server shit, they authenticate with private static async Task<string> getAuthorization() { string arg = File.ReadAllText("server.authz"); TaskAwaiter<RequestResponse> taskAwaiter = new Request().Http(string.Format("https://auth.sloosecannon.io/auth/radio-link/{0}", arg), "GET", "", null).GetAwaiter(); if (!taskAwaiter.IsCompleted) { await taskAwaiter; TaskAwaiter<RequestResponse> taskAwaiter2; taskAwaiter = taskAwaiter2; taskAwaiter2 = default(TaskAwaiter<RequestResponse>); } return taskAwaiter.GetResult().content; }
-
Aerial Refueling Script | Toxic Scripts | Support for Custom Addon Planes
Raz3R commented on Server Devs's file in Scripts