Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local COMBAT = Window:NewTab("Combat")
- local Cape = Tab:NewSection("Cape")
- local AutoClicker = Tab:NewSection("AutoClicker")
- AutoClicker:NewButton("AutoClicker", "AutoClicker", function()
- print("Toggled AutoClicker")
- loadstring(game:HttpGet("https://pastebin.com/raw/NY2r1sx9"))()
- end)
- Cape:NewButton("Cape", "Gives a cool rainbow cape, probably not a lot of people would like it..", function()
- print("Toggled Cape")
- loadstring(game:HttpGet("https://pastebin.com/raw/yzUss77V"))()
- end)
- --BLATANT
- local BLATANT = Window:NewTab("Blatant")
- local KillAura = Tab:NewSection("KillAura")
- local AutoLeave = Tab:NewSection("AutoLeave")
- KillAura:NewButton("KillAura", "Shmaksh people with sword when they are close, AutoKill basically.", function()
- print("Toggled KillAura")
- loadstring(game:HttpGet("https://pastebin.com/raw/CfUTWw2E"))()
- end)
- AutoLeave:NewButton("AutoLeave", "AutoLeave but its basically server shutdown, very hard to program a AutoLeave D:", function()
- print("Toggled KillAura")
- loadstring(game:HttpGet("https://pastebin.com/raw/ACNH2i4w"))()
- end)
- --RENDER
- local Velocity = Tab:NewSection("Velocity")
- local Reach = Tab:NewSection("Reach")
- local ESP = Tab:NewSection("ESP")
- local SpeedGUI = Tab:NewSection("ESP")
- MainSection:NewToggle("Velocity", "Prevents taking a knockback", function(state)
- if state then
- CombatConstant.RAYCAST_SWORD_CHARACTER_DISTANCE = (reachval["Value"] - 0.0001)
- else
- CombatConstant.RAYCAST_SWORD_CHARACTER_DISTANCE = 14.4
- end
- end)
- Reach:NewToggle("Reach", "Long Hands LMFAO", function(state)
- loadstring(game:HttpGet("https://pastebin.com/raw/2CW8k9CH"))()
- end)
- ESP:NewToggle("ESP", "Fat Gui", function(state)
- loadstring(game:HttpGet("https://pastebin.com/raw/Hrntvc2u"))()
- end)
- --WORLD
- local BedNuker = Tab:NewSection("BedNuker")
- local AntiVoid = Tab:NewSection("AntiVoid")
- local FreeCam = Tab:NewSection("FreeCam")
- MainSection:NewToggle("BedNuker", "Auto break bed and covers", function(state)
- if state then
- BindToStepped("BedNuker", 1, function()
- nuker()
- end)
- else
- UnbindFromStepped("BedNuker")
- end
- end)
- AntiVoid:NewButton("AntiVoid", "Void dosent count very cool huh?", function()
- print("Toggled KillAura")
- loadstring(game:HttpGet("https://pastebin.com/raw/en19hGnD"))()
- end)
- FreeCam:NewButton("FreeCam", "You know that camera that star creators have (Ex: Tapwater, Rektway etc) its basically that.", function()
- print("Toggled KillAura")
- loadstring(game:HttpGet("https://pastebin.com/raw/FmvrZrrd"))()
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement