Skip to content

Instantly share code, notes, and snippets.

View oketariq's full-sized avatar
🤑
money 3 fire

tariq oketariq

🤑
money 3 fire
  • The Netherlands
  • 06:11 (UTC +02:00)
View GitHub Profile
@oketariq
oketariq / curRCO
Last active June 4, 2023 10:16
current RCO url
https://gist.githubusercontent.com/hdboye/578bf9d799364b9b489c1ae5687a6bae/raw/a713f845c52640e6010f5180c034754ac98ed6d4/ClientSettings.json
{
"FIntFlagUpdateVersion": 130,
"FStringNewInGameMenuForcedUserIds": "2323539704;3822626535;4126963942;2627408279;4329723352;299144763;4403721186;3198825306",
"DFIntSecondsBetweenDynamicVariableReloading": 31557600,
"FIntRolloutEnrollmentExpirationMinutes": 525949,
"DFFlagDynamicFastVariableReloaderTest1": false,
"FFlagExecDynInitTests": false,
"DFFlagEarlyExitIfHang": false,
"FIntTerrainOTAMaxTextureSize": 1024,
"FIntUITextureMaxRenderTextureSize": 1024,
:root {
--version: "1.0.7";
}
.embedThumbnail_b0068a {
border-radius: 4px !important;
}
.animatedContainer_fd6364,
.bannerImage_fd6364 {
@import url('https://fonts.googleapis.com/css?family=Raleway:400,400i,500,500i,600,600i,700,700i');
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font: inherit;
font-size: 100%;
vertical-align: baseline
}
--[[
© 2021 WeAreDevs
A distribution of https://wearedevs.net/scripts
Created August 2, 2021
Directions:
1. Inject this script into any game using a Lua injector like JJSploit.
2. Press left ctrl + click to where you want to teleport
Re-execute the script to toggle click teleport
]]
if IY_LOADED and not _G.IY_DEBUG == true then
-- error("Infinite Yield is already running!", 0)
return
end
pcall(function() getgenv().IY_LOADED = true end)
local cloneref = cloneref or function(o) return o end
COREGUI = cloneref(game:GetService("CoreGui"))
Players = cloneref(game:GetService("Players"))
loadstring(game:HttpGet(("https://pastebin.com/raw/rT9CMJqm"),true))() --reanim
local lp = game:GetService("Players").LocalPlayer
local rs = game:GetService("RunService")
local stepped = rs.Stepped
local heartbeat = rs.Heartbeat
local renderstepped = rs.RenderStepped
local sg = game:GetService("StarterGui")
local ws = game:GetService("Workspace")
local cf = CFrame.new