TEXT 209
Shindo Life Script Infinite Spins By venuslock on 28th October 2022 07:07:34 AM
  1. getgenv().loopLevel = true; -- change to "false" for stop
  2. while getgenv().loopLevel do task.wait()
  3.    loadstring(game:HttpGet("https://raw.githubusercontent.com/KylnDantas/InfRellCoinsSL/main/file.lua"))()
  4.    task.wait(0.50)
  5.    local args = {
  6.        [1] = "maxlvlpres2"
  7.    }
  8.    
  9.    game:GetService("Players").LocalPlayer.startevent:FireServer(unpack(args))
  10. end;

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.