Categories > Exploiting > Scripts >

Unfinished Script Game:(unExpected)

Posts: 202

Threads: 59

Joined: Apr, 2020

Reputation: 3

Posted

Game Link:

[📚SCHOOL+FIXES] unExpected - Roblox

 

I was going to finish this script by making an autofarm but got lazy.

So here is the source do whatever you want with it.

Just Give Credits when using this and yada yada, so on so on.

local SolarisLib = loadstring(game:HttpGet("https://raw.githubusercontent.com/bloodball/-back-ups-for-libs/main/sol"))()
local player = game.Players.LocalPlayer
local win = SolarisLib:New({
  Name = "unExpected",
  FolderToSave = "Expected"
})

local tab = win:Tab("Main Menu")

local sec = tab:Section("Main")
sec:Button("Spoof Joined Group", function()
   if game:GetService("Players").LocalPlayer.GroupMember.Value == true then
       SolarisLib:Notification("Already Joined Group!", "Don't have to use this feature!")
   elseif game:GetService("Players").LocalPlayer.GroupMember.Value == false then
       game:GetService("Players").LocalPlayer.GroupMember.Value = true
    SolarisLib:Notification("Joined Group!", "Love you <3")
   end
end)

 

  • 0

Users viewing this thread:

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