TEXT 498
Saber Simulator New Script By venuslock on 10th October 2022 11:52:35 PM
  1. --Settings
  2. shared.Settings = {
  3.     ['Size'] = UDim2.new(0, 630, 0, 360),
  4.     ['Theme'] = true,-- Halloween = Halloween Mode, true == Dark Mode, false == White Mode
  5.     ['Key'] = 'RightShift',--Key to toggle ui.
  6.     Options = {
  7.         ['ServerHop'] = false, --// Set this on before setting "BossFarming" to true
  8.         ['BossFarming'] = false, --// Make sure serverhop is on or it wont work.
  9.     }
  10. }
  11. --Script
  12. loadstring(game:HttpGet("https://raw.githubusercontent.com/IvesAwadiV3rmillion/Saber-Simulator/script/script.lua"))()

Texbin is for source code and general debugging text.

Login or Register to edit, delete and keep track of your pastes and more.

Raw Paste

Login or Register to edit or fork this paste. It's free.