Security HUD
System Watchdog
×
Threads Scanned
-- / --
SYS. LOAD --%
AI SHIELD ACTIVE
DMCA Policy
×

📋 DMCA Compliance

This platform and community fully complies with the Digital Millennium Copyright Act (DMCA) and international copyright laws. We take all copyright protection seriously.

🛡️ Copyright Protection

If you believe a posted item belongs to you or violates your copyright, you may file a DMCA takedown request through our official channels. Upon receiving a valid claim, the infringing content will be removed within 24 hours.

What's new
×
Fiveguard

PAID [PAID] [ESX] Fishing Script

FynnWithake

Bronze Elite
Joined
Feb 27, 2022
Messages
7
Reaction score
163
Points
246
Location
Deutschland
1b7ada662007c08015e3b2849ae015a80e0f8765.jpeg



You can create Fishing zones where the player has to use a item ( for example: fishingrod ) then you can customize the waiting time till a players gets a random fish. you can create or delete unlimted fish in the config. then the player has to go to a npc ( the location is editable in the config ) press e to sell all the fish for different prices, you can set the price for each fish typ. the server.lua and client.lua are protected. after the purchase you will get a keymaster asset! escrow protected server.lua

! client.lua isnt protected and can be edited from you with a custom notify !
server.lua is obfuscated but it isnt important for you





Code:
config = {
    fishingZones = {
        {x = 1863.1395, y = 4232.9888, z = 34.5746, radius = 100.0},
        {x = 1543.6725, y = 4121.3462, z = 34.574, radius = 150.0},
        {x = 1129.3396, y = 4023.1379, z = 34.5746, radius = 100.0},
    },
    fishingTime = 10000, -- 10 sekunden
    fishingItem = "fishingrod",
    fishingLoot = {
        {item = "lachs", label = "Lachs", price = 75},
        {item = "clownfisch", label = "Clownfisch", price = 100},
        {item = "aal", label = "Aal", price = 125},
        {item = "schildkrote", label = "Schildkröte", price = 150},
        {item = "hai", label = "Hai", price = 200},
    },
    fishermanNPC = {
        x =  1334.2592,
        y = 4373.1646,
        z = 43.3437,
        heading = 79.7538
    }
}

Preview:

Download
 

FrostByteS

Gold Elite
Joined
May 30, 2021
Messages
682
Reaction score
53,611
Points
341
View attachment 12543


You can create Fishing zones where the player has to use a item ( for example: fishingrod ) then you can customize the waiting time till a players gets a random fish. you can create or delete unlimted fish in the config. then the player has to go to a npc ( the location is editable in the config ) press e to sell all the fish for different prices, you can set the price for each fish typ. the server.lua and client.lua are protected. after the purchase you will get a keymaster asset! escrow protected server.lua

! client.lua isnt protected and can be edited from you with a custom notify !
server.lua is obfuscated but it isnt important for you





Code:
config = {
    fishingZones = {
        {x = 1863.1395, y = 4232.9888, z = 34.5746, radius = 100.0},
        {x = 1543.6725, y = 4121.3462, z = 34.574, radius = 150.0},
        {x = 1129.3396, y = 4023.1379, z = 34.5746, radius = 100.0},
    },
    fishingTime = 10000, -- 10 sekunden
    fishingItem = "fishingrod",
    fishingLoot = {
        {item = "lachs", label = "Lachs", price = 75},
        {item = "clownfisch", label = "Clownfisch", price = 100},
        {item = "aal", label = "Aal", price = 125},
        {item = "schildkrote", label = "Schildkröte", price = 150},
        {item = "hai", label = "Hai", price = 200},
    },
    fishermanNPC = {
        x =  1334.2592,
        y = 4373.1646,
        z = 43.3437,
        heading = 79.7538
    }
}

Preview:

Download *** Hidden text: cannot be quoted. ***
Du musst die PAID Präfix wählen!
 
Top