NotesWhat is notes.io?

Notes brand slogan

Notes - notes.io


--startup
local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()


--[[
Themes:
LightTheme
DarkTheme
GrapeTheme
BloodTheme
Ocean
Midnight
Sentinel
Synapse
]]
local Window = Library.CreateLib("Rabbit Simulator 2", "BloodTheme")

--local "a" the 1 is the tab id
--tabs (all of them)
local a = Window:NewTab("AutoFarm")






--"a" put it on a certain id tab
local Section = a:NewSection("AutoFarm Tools")




-----Services
--carrot game:GetService("Players").LocalPlayer.Character.Carrot.E:FireServer()
--rebirth game:GetService("ReplicatedStorage").RebirthMe:FireServer()
--size game:GetService("ReplicatedStorage").ResetSize:FireServer()


Section:NewButton("AutoCarrot (must be holding carrot)", "ButtonInfo", function()
local carrot = 1
while carrot < 10000000000000000000000 do
wait(0.01)
carrot = carrot + 1
game:GetService("Players").LocalPlayer.Character.Carrot.E:FireServer()
print (carrot)
end
end)

Section:NewButton("AutoRebirth (must have enough to rebirth)", "ButtonInfo", function()
local rebirth = 1
while rebirth < 10000000000000000000000 do
wait(0.01)
rebirth = rebirth + 1
game:GetService("ReplicatedStorage").RebirthMe:FireServer()
print (rebirth)
end
end)

Section:NewButton("AutoSizeReset", "ButtonInfo", function()
local size = 1
while size < 10000000000000000000000 do
wait(0.01)
size = size + 1
game:GetService("ReplicatedStorage").ResetSize:FireServer()
print (size)
end
end)



local b = Window:NewTab("Other Stuff")
local Section = b:NewSection("Other Scripts")




Section:NewButton("Super Speed", "ButtonInfo", function()
local speed = 1
while speed < 10000000000000000000000 do
wait(0.01)
speed = speed + 1
_G.WS = "40";
local Humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid;
Humanoid:GetPropertyChangedSignal("WalkSpeed"):Connect(function()
Humanoid.WalkSpeed = _G.WS;
end)
Humanoid.WalkSpeed = _G.WS;
print (speed)
end
end)




Section:NewButton("Teleport Tool", "ButtonInfo", function()
bin=Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
bin.Name = "Teleport"

function teleportPlayer(pos)

local player = game.Players.LocalPlayer
if player == nil or player.Character == nil then return end

local char = player.Character

char:MoveTo(pos)

end


enabled = true
function onButton1Down(mouse)
if not enabled then
return
end

local player = game.Players.LocalPlayer
if player == nil then return end
local cf = mouse.Hit
teleportPlayer(cf.p)

end

function onSelected(mouse)
mouse.Icon = "rbxassetUndecided/textures\ArrowCursor.png"
mouse.Button1Down:connect(function() onButton1Down(mouse) end)
end

bin.Selected:connect(onSelected)
end)


Section:NewButton("Infinite Yield", "ButtonInfo", function()
loadstring(game:HttpGet("https://pastebin.com/raw/BCSnm43i"))()
end)


local Tab = Window:NewTab("SimpleSpy")
local Section = Tab:NewSection("The Simple Spy")




Section:NewButton("SimpleSpy", "ButtonInfo", function()
loadstring(game:HttpGet("https://pastebin.com/raw/CinTFMwm"))()
end)
     
 
what is notes.io
 

Notes.io is a web-based application for taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000 notes created and continuing...

With notes.io;

  • * You can take a note from anywhere and any device with internet connection.
  • * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
  • * You can quickly share your contents without website, blog and e-mail.
  • * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
  • * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.

Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.

Easy: Notes.io doesn’t require installation. Just write and share note!

Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )

Free: Notes.io works for 12 years and has been free since the day it was started.


You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;


Email: [email protected]

Twitter: http://twitter.com/notesio

Instagram: http://instagram.com/notes.io

Facebook: http://facebook.com/notesio



Regards;
Notes.io Team

     
 
Shortened Note Link
 
 
Looding Image
 
     
 
Long File
 
 

For written notes was greater than 18KB Unable to shorten.

To be smaller than 18KB, please organize your notes, or sign in.