Categories > WeAreDevs > Suggestions >

Stop chat troll button + Stop all button

STRONG

STRONG

Posts: 10

Threads: 6

Joined: Jun, 2022

Reputation: 0

Posted

Stop chat troll: I suggest you to add a button in JJSploit to stop the chat troll ,because its kinda annoying and you can't stop it.

Stop all: Also I suggest a button to stop all exploits, ex: you are running Fly + Noclip + ESP + Aimbot + Ctrl+click tp + Infinite Jump ...etc and you need to click them all to stop them ...


Its just a suggestion ...Sorry for bad english :)

  • 0

JJSploit User | Happy Person | #EXPLOITERS_RIGHT

Alternate

stop take my rice

vip

Posts: 712

Threads: 113

Joined: Mar, 2022

Reputation: 40

Replied

Jus't dont use JJSploit. If chat troll is a script that spams chat, you can literally code that easily and make it with a start and stop button. I barely know Lua, but even I can code that. If you want, I'll give you a basic one with a UI and stuff.

  • 0

we are dead

Posts: 1500

Threads: 89

Joined: May, 2018

Reputation: 24

Replied

@Alternate

i think chat troll mimicked what other people say in chat

this can be achieved way easier now with roblox's chat thingy if u just connect to OnMessageDoneFiltering.OnClientEvent

  • 0

Hello there

#StayHome

 

Alternate

stop take my rice

vip

Posts: 712

Threads: 113

Joined: Mar, 2022

Reputation: 40

Replied

@LONG

Yeah, but regardless it would still be easy to make one that has a Start and Stop button.

  • 0

we are dead

Posts: 1500

Threads: 89

Joined: May, 2018

Reputation: 24

Replied

@Alternate

yes indeed

quick script for op

-- toggle
getgenv().toggled = true -- change seperately

-- script
local chat = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest
local a = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.OnMessageDoneFiltering.OnClientEvent:Connect(function(lol)
    local spec = lol.FromSpeaker
    if toggled then
        if spec ~= game.Players.LocalPlayer.Name then
    chat:FireServer(string.format("[%s]: %s", spec, lol.Message), "All")
        end
    end
    end)

 

  • 0

Hello there

#StayHome

 

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )