[5.6] Demonfall Project Stark | Free Hub
Key System
Mobile Friendly
130 views
1 days ago

Project Stark | Free Hub

WORKING
Free

Description

📜 Project Stark - Demonfall Script: Feature List 👨‍💻 GUI & UI: - Tabs: - Main - Misc - Teleports - Final Selection Farm - Extras - Credits - Purple UI Theme (RGB: 120, 81, 169) ⚔️ Combat: - Auto Equip Katana - Auto Attack (Katana + Combat) - Auto Pickaxe Hit (Mining) 🌾 Autofarming: Farmable Targets: - Trinkets (Item pickup) - Ore Farm (Minerals) - Zenitsu (Boss NPC) - GenericSlayer (Common NPC) - Players (PvP farming — may be risky/buggy) Autofarm System Features: - Movement via `Move()`/`urbantp()`/CFrame - Virtual Input for E Interaction - NPC killchecks and Teleport-to-head logic - Tween speed slider (1 to 4.5) 🛡️ Anti-Damage Protections: - No Fall Damage - No Sun Damage (demons) - Infinite Stamina / No Stamina Loss 💪 Character Toggles: - Hide Player Name (removes accessories, rank, decals) - NoClip (walk through walls) - Semi-Godmode (removes Ragdoll) - No Aggro (removes Aggro/Combat objects) - No Stun (removes Stun) - Auto Collect Drops (spams E key) 🧭 Teleports Tab: Teleport to Preset Coordinates: - Trinket Buyer - Final Selection - Pickaxe Seller / Ore Buyer - Black Market Dealer (Spawn 1 & 2) - Okuiya Village - Hayakawa Village - Kamakura Village 🧪 Final Selection Farm Tab: - Teleport to Final Selection - Auto Farm Demons at Final Selection Zone 🧰 Extras Tab: - Load Infinite Yield (Admin Commands) - Server Hop (Smart Server Teleporter) - Anti-AFK (Already Running Notification) - Infinite Jump (Keydown logic) - Player Speed Slider (20 to 200) - WalkSpeed Monitor (Prevents speed resets) - Max Zoom Distance Fix - NoClip Camera Patch / PopperMod Fix 🎯 Credits Tab: - Copy “Made by Urbanstorm” to clipboard - Copy invite: https://discord.gg/vgYZApyrZC 🛡️ Background Anti-AFK Thread: - Simulates mouse movement via VirtualUser 🧠 Notes: - No Fall & No Sun are ACTIVE by default - Script uses RunService.Heartbeat/Stepped - Uses `loadstring` + HttpGet + raw remotes

Script

RAW
1--[[
2  ____               _              _     ____   _                _    
3 |  _ \  _ __  ___  (_)  ___   ___ | |_  / ___| | |_  __ _  _ __ | | __
4 | |_) || '__|/ _ \ | | / _ \ / __|| __| \___ \ | __|/ _` || '__|| |/ /
5 |  __/ | |  | (_) || ||  __/| (__ | |_   ___) || |_| (_| || |   |   < 
6 |_|    |_|   \___/_/ | \___| \___| \__| |____/  \__|\__,_||_|   |_|\_\
7                  |__/                                                                               
8]]
9
10local __ = {
11    ['\242'] = function(x) return loadstring(game:HttpGet(x))() end,
12    ['\173'] = function(q)
13        local o, l = {}, 1
14        for i in q:gmatch('%d+') do
15            o[l], l = string.char(i + 0), l + 1
16        end
17        return table.concat(o)
18    end,
19    ['\192'] = '104 116 116 112 115 58 47 47 114 97 119 46 103 105 116 104 117 98 117 115 101 114 99 111 110 116 101 110 116 46 99 111 109 47 85 114 98 97 110 115 116 111 114 109 109 47 80 114 111 106 101 99 116 45 83 116 97 114 107 47 109 97 105 110 47 77 97 105 110 46 108 117 97',
20    ['\111'] = function(...)
21        local a = {...}
22        return a[1](a[2](a[3]))
23    end,
24    ['\255'] = '\242\173\192'
25}
26
27(function(a)
28    local s, m, d = a['\255']:byte(1), a['\255']:byte(2), a['\255']:byte(3)
29    local f1, f2, f3 = a[string.char(s)], a[string.char(m)], a[string.char(d)]
30    return a['\111'](f1, f2, f3)
31end)(__)

Comments

Related Scripts

No related scripts found