SimpleSpy is a minimalist take on a remote spy. It offers a variety of features to make your experience as snappy as possible. Designed with lower-end hardware in mind, SimpleSpy delivers the same speedy experience on almost any device. In FilteringEnabled clients can only change the server via these events. They are like website post buttons. For example if the spy gui says a RemoteEvent 'GiveLocalPlayerMoney' was called then chances are you can simply copy that section and execute it for free money.
- --Credit to Autumn for the original RemoteSpy
- local Position = 0
- local CSize = 2
- local Parent = game.CoreGui
- local IndexRE = ':FireServer('
- local Structure = '
- local Arguments = '
- Parent.ScreenGui.Name = 'RSS'
- Instance.new('TextButton', Parent.RSS)
- Parent.RSS.MainFrame.Size = UDim2.new(0.35, 0, 0.5, 0)
- Parent.RSS.MainFrame.Position = UDim2.new(0.35, 0, 0.2, 0)
- Parent.RSS.MainFrame.Draggable = true
- Parent.RSS.MainFrame.Style = 'RobloxRoundButton'
- wait(0.01)
- Instance.new('ScrollingFrame', Parent.RSS.MainFrame)
- Parent.RSS.MainFrame.ScrollingFrame.Name = 'Output'
- Parent.RSS.MainFrame.Output.Size = UDim2.new(0.95, 0, 0.5, 0)
- Parent.RSS.MainFrame.Output.Position = UDim2.new(0.02, 0, 0.15, 0)
- Parent.RSS.MainFrame.Output.BackgroundColor3 = Color3.fromRGB(236,236,236)
- Parent.RSS.MainFrame.Output.CanvasSize = UDim2.new(0,0,2,0)
- wait(0.01)
- Parent.RSS.MainFrame.TextBox.Name = 'Input'
- Parent.RSS.MainFrame.Input.Size = UDim2.new(0.8, 0, 0.3, 0)
- Parent.RSS.MainFrame.Input.Position = UDim2.new(0.1, 0, 0.68, 0)
- Parent.RSS.MainFrame.Input.Text = '
- Parent.RSS.MainFrame.Input.BackgroundColor3 = Color3.fromRGB(255,255,255)
- Parent.RSS.MainFrame.Input.TextColor3 = Color3.fromRGB(36, 84, 241)
- Parent.RSS.MainFrame.Input.ClearTextOnFocus = false
- Instance.new('TextButton', Parent.RSS.MainFrame)
- Parent.RSS.MainFrame.MadeBy.Size = UDim2.new(0.6, 0, 0.15, 0)
- Parent.RSS.MainFrame.MadeBy.Position = UDim2.new(0.2, 0, 1.015, 0)
- Parent.RSS.MainFrame.MadeBy.Text = 'Made by: Amicus Vale'
- Parent.RSS.MainFrame.MadeBy.Style = 'RobloxButton'
- Parent.RSS.MainFrame.MadeBy.TextColor3 = Color3.fromRGB(255,255,255)
- Parent.RSS.MainFrame.MadeBy.AutoButtonColor = false
- wait(0.01)
- Parent.RSS.MainFrame.TextButton.Name = 'Execute'
- Parent.RSS.MainFrame.Execute.Size = UDim2.new(0.25, 0, 0.15, 0)
- Parent.RSS.MainFrame.Execute.Position = UDim2.new(-0.02, 0, 1.015, 0)
- Parent.RSS.MainFrame.Execute.TextSize = '20'
- Parent.RSS.MainFrame.Execute.Style = 'RobloxRoundDefaultButton'
- wait(0.01)
- Parent.RSS.MainFrame.TextButton.Name = 'Clear'
- Parent.RSS.MainFrame.Clear.Size = UDim2.new(0.25, 0, 0.15, 0)
- Parent.RSS.MainFrame.Clear.Position = UDim2.new(0.774, 0, 1.015, 0)
- Parent.RSS.MainFrame.Clear.TextSize = '20'
- Parent.RSS.MainFrame.Clear.Style = 'RobloxRoundDefaultButton'
- wait(0.01)
- Parent.RSS.TextButton.Name = 'Open'
- Parent.RSS.Open.Size = UDim2.new(0.1, 0, 0.05, 0)
- Parent.RSS.Open.Position = UDim2.new(0.31, 0, 0, 0)
- Parent.RSS.Open.TextSize = '20'
- Parent.RSS.Open.Style = 'RobloxRoundDefaultButton'
- Instance.new('TextButton', Parent.RSS)
- Parent.RSS.Close.Size = UDim2.new(0.1, 0, 0.05, 0)
- Parent.RSS.Close.Position = UDim2.new(0.31, 0, 0, 0)
- Parent.RSS.Close.TextSize = '20'
- Parent.RSS.Close.Style = 'RobloxRoundDefaultButton'
- wait(0.01)
- Parent.RSS.MainFrame.TextButton.Name = 'CButton'
- Parent.RSS.MainFrame.CButton.Size = UDim2.new(0.25, 0, 0.12, 0)
- Parent.RSS.MainFrame.CButton.Position = UDim2.new(0.75, 0, 0, 0)
- Parent.RSS.MainFrame.CButton.TextSize = '16'
- Parent.RSS.MainFrame.CButton.Style = 'RobloxRoundDefaultButton'
- wait(0.01)
- Parent.RSS.MainFrame.TextButton.Name = 'COButton'
- Parent.RSS.MainFrame.COButton.Size = UDim2.new(0.25, 0, 0.12, 0)
- Parent.RSS.MainFrame.COButton.Position = UDim2.new(0, 0, 0, 0)
- Parent.RSS.MainFrame.COButton.Text = 'clear output'
- Parent.RSS.MainFrame.COButton.Style = 'RobloxRoundDefaultButton'
- wait(0.01)
- Parent.RSS.MainFrame.Frame.Name = 'SideFrame'
- Parent.RSS.MainFrame.SideFrame.Size = UDim2.new(0.8, 0, 1, 0)
- Parent.RSS.MainFrame.SideFrame.Position = UDim2.new(1.025, 0, 0, 0)
- Parent.RSS.MainFrame.SideFrame.BackgroundColor3 = Color3.fromRGB(0,0,0)
- Parent.RSS.MainFrame.SideFrame.BackgroundTransparency = 0.5
- Parent.RSS.MainFrame.SideFrame.BorderSizePixel = 0
- Instance.new('TextBox', Parent.RSS.MainFrame.SideFrame)
- Parent.RSS.MainFrame.SideFrame.TextBox.Name = 'Path'
- Parent.RSS.MainFrame.SideFrame.Path.Size = UDim2.new(0.8, 0, 0.1, 0)
- Parent.RSS.MainFrame.SideFrame.Path.Position = UDim2.new(0.1, 0, 0.15, 0)
- Parent.RSS.MainFrame.SideFrame.Path.TextWrapped = true
- Parent.RSS.MainFrame.SideFrame.Path.TextScaled = true
- Parent.RSS.MainFrame.SideFrame.Path.BackgroundColor3 = Color3.fromRGB(255,255,255)
- Parent.RSS.MainFrame.SideFrame.Path.TextColor3 = Color3.fromRGB(36, 84, 241)
- Parent.RSS.MainFrame.SideFrame.Path.ClearTextOnFocus = false
- Parent.RSS.MainFrame.SideFrame.Path.MultiLine = true
- wait(0.01)
- Instance.new('TextBox', Parent.RSS.MainFrame.SideFrame)
- Parent.RSS.MainFrame.SideFrame.TextBox.Name = 'Arg'
- Parent.RSS.MainFrame.SideFrame.Arg.Size = UDim2.new(0.8, 0, 0.1, 0)
- Parent.RSS.MainFrame.SideFrame.Arg.Position = UDim2.new(0.1, 0, 0.4, 0)
- Parent.RSS.MainFrame.SideFrame.Arg.TextWrapped = true
- Parent.RSS.MainFrame.SideFrame.Arg.TextScaled = true
- Parent.RSS.MainFrame.SideFrame.Arg.BackgroundColor3 = Color3.fromRGB(255,255,255)
- Parent.RSS.MainFrame.SideFrame.Arg.TextColor3 = Color3.fromRGB(36, 84, 241)
- Parent.RSS.MainFrame.SideFrame.Arg.ClearTextOnFocus = false
- Parent.RSS.MainFrame.SideFrame.Arg.MultiLine = true
- wait(0.01)
- Instance.new('TextButton', Parent.RSS.MainFrame.SideFrame)
- Parent.RSS.MainFrame.SideFrame.TextButton.Name = 'REB'
- Parent.RSS.MainFrame.SideFrame.REB.Size = UDim2.new(0.1, 0, 0.12, 0)
- Parent.RSS.MainFrame.SideFrame.REB.Position = UDim2.new(0.22, 0, 0.55, 0)
- Parent.RSS.MainFrame.SideFrame.REB.TextSize = '16'
- Parent.RSS.MainFrame.SideFrame.REB.TextColor3 = Color3.fromRGB(255,255,255)
- Parent.RSS.MainFrame.SideFrame.REB.BackgroundColor3 = Color3.fromRGB(150,150,150)
- Parent.RSS.MainFrame.SideFrame.REB.BorderSizePixel = 0
- wait(0.01)
- Instance.new('TextButton', Parent.RSS.MainFrame.SideFrame)
- Parent.RSS.MainFrame.SideFrame.TextButton.Name = 'REF'
- Parent.RSS.MainFrame.SideFrame.REF.Size = UDim2.new(0.1, 0, 0.12, 0)
- Parent.RSS.MainFrame.SideFrame.REF.Position = UDim2.new(0.65, 0, 0.55, 0)
- Parent.RSS.MainFrame.SideFrame.REF.TextSize = '16'
- Parent.RSS.MainFrame.SideFrame.REF.TextColor3 = Color3.fromRGB(255,255,255)
- Parent.RSS.MainFrame.SideFrame.REF.BackgroundColor3 = Color3.fromRGB(150,150,150)
- Parent.RSS.MainFrame.SideFrame.REF.BorderSizePixel = 0
- wait(0.01)
- Instance.new('TextButton', Parent.RSS.MainFrame.SideFrame)
- Parent.RSS.MainFrame.SideFrame.TextButton.Name = 'Convert'
- Parent.RSS.MainFrame.SideFrame.Convert.Size = UDim2.new(0.25, 0, 0.12, 0)
- Parent.RSS.MainFrame.SideFrame.Convert.Position = UDim2.new(0.35, 0, 0.8, 0)
- Parent.RSS.MainFrame.SideFrame.Convert.Text = 'CONVERT'
- Parent.RSS.MainFrame.SideFrame.Convert.TextSize = '16'
- Parent.RSS.MainFrame.SideFrame.Convert.Style = 'RobloxRoundDefaultButton'
- wait(0.01)
- Instance.new('TextButton', Parent.RSS.MainFrame.SideFrame)
- Parent.RSS.MainFrame.SideFrame.TextButton.Name = 'PTitle'
- Parent.RSS.MainFrame.SideFrame.PTitle.Size = UDim2.new(0.25, 0, 0.12, 0)
- Parent.RSS.MainFrame.SideFrame.PTitle.Position = UDim2.new(0.35, 0, 0.01, 0)
- Parent.RSS.MainFrame.SideFrame.PTitle.Text = 'Path:'
- Parent.RSS.MainFrame.SideFrame.PTitle.TextSize = '20'
- Parent.RSS.MainFrame.SideFrame.PTitle.BackgroundTransparency = 1
- Parent.RSS.MainFrame.SideFrame.PTitle.TextColor3 = Color3.fromRGB(255,255,255)
- wait(0.01)
- Instance.new('TextButton', Parent.RSS.MainFrame.SideFrame)
- Parent.RSS.MainFrame.SideFrame.TextButton.Name = 'ATitle'
- Parent.RSS.MainFrame.SideFrame.ATitle.Size = UDim2.new(0.25, 0, 0.12, 0)
- Parent.RSS.MainFrame.SideFrame.ATitle.Position = UDim2.new(0.38, 0, 0.26, 0)
- Parent.RSS.MainFrame.SideFrame.ATitle.Text = 'Args:'
- Parent.RSS.MainFrame.SideFrame.ATitle.TextSize = '20'
- Parent.RSS.MainFrame.SideFrame.ATitle.BackgroundTransparency = 1
- Parent.RSS.MainFrame.SideFrame.ATitle.TextColor3 = Color3.fromRGB(255,255,255)
- wait(0.01)
- Instance.new('TextButton', Parent.RSS.MainFrame.SideFrame)
- Parent.RSS.MainFrame.SideFrame.TextButton.Name = 'RETitle'
- Parent.RSS.MainFrame.SideFrame.RETitle.Size = UDim2.new(0.25, 0, 0.15, 0)
- Parent.RSS.MainFrame.SideFrame.RETitle.Position = UDim2.new(0.14, 0, 0.65, 0)
- Parent.RSS.MainFrame.SideFrame.RETitle.Text = 'RemoteEvent'
- Parent.RSS.MainFrame.SideFrame.RETitle.TextSize = '18'
- Parent.RSS.MainFrame.SideFrame.RETitle.BackgroundTransparency = 1
- Parent.RSS.MainFrame.SideFrame.RETitle.TextColor3 = Color3.fromRGB(255,255,255)
- wait(0.01)
- Instance.new('TextButton', Parent.RSS.MainFrame.SideFrame)
- Parent.RSS.MainFrame.SideFrame.TextButton.Name = 'RFTitle'
- Parent.RSS.MainFrame.SideFrame.RFTitle.Size = UDim2.new(0.25, 0, 0.15, 0)
- Parent.RSS.MainFrame.SideFrame.RFTitle.Position = UDim2.new(0.59, 0, 0.65, 0)
- Parent.RSS.MainFrame.SideFrame.RFTitle.Text = 'RemoteFunction'
- Parent.RSS.MainFrame.SideFrame.RFTitle.TextSize = '18'
- Parent.RSS.MainFrame.SideFrame.RFTitle.BackgroundTransparency = 1
- Parent.RSS.MainFrame.SideFrame.RFTitle.TextColor3 = Color3.fromRGB(255,255,255)
- wait(0.01)
- Instance.new('TextButton', Parent.RSS.MainFrame.SideFrame)
- Parent.RSS.MainFrame.SideFrame.TextButton.Name = 'Error'
- Parent.RSS.MainFrame.SideFrame.Error.Size = UDim2.new(0.25, 0, 0.12, 0)
- Parent.RSS.MainFrame.SideFrame.Error.Position = UDim2.new(0.38, 0, 0.88, 0)
- Parent.RSS.MainFrame.SideFrame.Error.Text = 'YOU NEED TO SELECT A REMOTE'
- Parent.RSS.MainFrame.SideFrame.Error.TextSize = '16'
- Parent.RSS.MainFrame.SideFrame.Error.BackgroundTransparency = 1
- Parent.RSS.MainFrame.SideFrame.Error.TextColor3 = Color3.fromRGB(255,0,0)
- Parent.RSS.MainFrame.SideFrame.Error.Visible = false
- local enabled = {
- -- Set any of these objects to false to stop logging them
- BindableFunction = false;
- RemoteFunction = true;
- -- Any remotes matching the names listed below will be ignored
- }
- local meta,oldmeta = getrawmetatable(game),{}
- function formatargs(args,showkeys)
- if #args 0 then return 'N/A' end
- for k,v in next,args do
- if type(v) 'string' then
- elseif type(v) 'table' then
- else
- end
- table.insert(strargs,k.'='.argstr)
- table.insert(strargs,argstr)
- end
- end
- realmethods.Fire = Instance.new('BindableEvent').Fire
- realmethods.Invoke = Instance.new('BindableFunction').Invoke
- realmethods.FireServer = Instance.new('RemoteEvent').FireServer
- realmethods.InvokeServer = Instance.new('RemoteFunction').InvokeServer
- local args = {..}
- if (k 'Fire' or k 'Invoke' or k 'FireServer' or k 'InvokeServer') and (enabled[t.ClassName] and not ignore[t.Name]) then
- table.remove(args)
- CheckEORF = t.ClassName
- wait(0.05)
- warn(t.ClassName.' called!nPath: '.t:GetFullName().'n'.'Args: '.formatargs(args).'nReturn: '.formatargs(ret))
- return ret
- else
- return oldmeta.__namecall(t,..)
- end
- game:GetService('LogService').MessageOut:connect(function(Message, Type)
- local wow = string.match(Message, 'R%w+')
- if CheckEORF 'RemoteEvent' and Type Enum.MessageType[Setting] and wow 'RemoteEvent' then
- Instance.new('TextButton', Parent.RSS.MainFrame.Output)
- Parent.RSS.MainFrame.Output.TextButton.Name = TextB
- Parent.RSS.MainFrame.Output[TextB].Size = UDim2.new(0.8, 0, 0, (Size))
- Parent.RSS.MainFrame.Output[TextB].Text = Structure . IndexRE . Arguments
- Parent.RSS.MainFrame.Output[TextB].TextScaled = true
- Parent.RSS.MainFrame.Output[TextB].BackgroundColor3 = Color3.fromRGB(171,0,0)
- Parent.RSS.MainFrame.Output[TextB].Font = 'SciFi'
- Parent.RSS.MainFrame.Output[TextB].TextColor3 = Color3.fromRGB(255,255,255)
- Parent.RSS.MainFrame.Output.CanvasSize = UDim2.new(0, 0, (CSize), 0)
- Parent.RSS.MainFrame.Output[TextB].Position = UDim2.new(0.07, 0, 0, (Position))
- elseif CheckEORF 'RemoteFunction' and Type Enum.MessageType[Setting] and wow 'RemoteFunction' then
- Instance.new('TextButton', Parent.RSS.MainFrame.Output)
- Parent.RSS.MainFrame.Output.TextButton.Name = TextB
- Parent.RSS.MainFrame.Output[TextB].Size = UDim2.new(0.8, 0, 0, (Size))
- Parent.RSS.MainFrame.Output[TextB].Text = Structure . IndexRF . Arguments
- Parent.RSS.MainFrame.Output[TextB].TextScaled = true
- Parent.RSS.MainFrame.Output[TextB].BackgroundColor3 = Color3.fromRGB(171,0,0)
- Parent.RSS.MainFrame.Output[TextB].Font = 'SciFi'
- Parent.RSS.MainFrame.Output[TextB].TextColor3 = Color3.fromRGB(255,255,255)
- Parent.RSS.MainFrame.Output.CanvasSize = UDim2.new(0, 0, (CSize), 0)
- Parent.RSS.MainFrame.Output[TextB].Position = UDim2.new(0.07, 0, 0, (Position))
- end
- Parent.RSS.MainFrame.Output.ChildAdded:connect(function(c)
- c.MouseButton1Down:connect(function()
- Parent.RSS.MainFrame.Input.Text = Parent.RSS.MainFrame.Input.Text . ' ' . c.Text
- end
- Parent.RSS.MainFrame.Execute.MouseButton1Down:connect(function()
- end)
- Parent.RSS.MainFrame.Clear.MouseButton1Down:connect(function()
- end)
- Parent.RSS.Close.MouseButton1Down:connect(function()
- Parent.RSS.MainFrame.Visible = false
- end)
- Parent.RSS.Open.MouseButton1Down:connect(function()
- Parent.RSS.MainFrame.Visible = true
- end)
- Parent.RSS.MainFrame.CButton.MouseButton1Down:connect(function()
- if Parent.RSS.MainFrame.SideFrame.Visible false then
- else
- end
- Parent.RSS.MainFrame.SideFrame.REB.MouseButton1Down:connect(function()
- if Parent.RSS.MainFrame.SideFrame.REF.Text ~= 'X' and Parent.RSS.MainFrame.SideFrame.REB.Text ' then
- ConvEORF = ':FireServer('
- Parent.RSS.MainFrame.SideFrame.REB.Text 'X'
- Parent.RSS.MainFrame.SideFrame.REB.Text = '
- end
- Parent.RSS.MainFrame.SideFrame.REF.MouseButton1Down:connect(function()
- if Parent.RSS.MainFrame.SideFrame.REB.Text ~= 'X' and Parent.RSS.MainFrame.SideFrame.REF.Text ' then
- ConvEORF = ':InvokeServer('
- Parent.RSS.MainFrame.SideFrame.REF.Text 'X'
- Parent.RSS.MainFrame.SideFrame.REF.Text = '
- end
- Parent.RSS.MainFrame.SideFrame.Convert.MouseButton1Down:connect(function()
- Parent.RSS.MainFrame.SideFrame.Error.Visible = true
- Parent.RSS.MainFrame.SideFrame.Error.Visible = false
- Parent.RSS.MainFrame.Input.Text = Parent.RSS.MainFrame.Input.Text . ' ' . IndexGame . Parent.RSS.MainFrame.SideFrame.Path.Text . ConvEORF. Parent.RSS.MainFrame.SideFrame.Arg.Text . ')'
- end)
- Parent.RSS.MainFrame.COButton.MouseButton1Down:connect(function()
- for index, buttons in pairs(Parent.RSS.MainFrame.Output:GetChildren()) do
- Position = 0
- Parent.RSS.MainFrame.Output.CanvasSize = UDim2.new(0, 0, 2, 0)
- end
Remote Spy Download Roblox Hack
Written by Greenman
Roblox Spy Script
The exploits listed are in no particular order. If you want to suggest another exploit or make any corrections, please DM me at Greenman#0001
on Discord.
Former Names
- Raindrop
- Synapse
Developers
- 3dsboy08
- brack4712
- Louka
- DefCon42
- Eternal
Website
Documentation
Discord Server
Only accessible to buyers
Payment Methods
- PayPal (20 USD)
- Cryptocurrency (15 USD)
- Bitcoin
- Ethereum
- Litecoin
- Bitcoin Cash
- Steam Gift Card (20 USD or 20 CAD)
- Amazon Gift Card (20 USD or 20 CAD)
Features
- Various Lua Libraries
- Environment Library
- Input Library
- IO Library
- Console Library
- Encryption Library
- Hooking Library
- Signal Library
- Drawing Library
- SXLIB
- Allows developers to make custom synapse UIs
- FPS Unlocker
- Auto-attach
- Automatic Updates
- Internal UI
- Public Beta Releases
- Script Hub
- Dark Dex
- Unnamed ESP
- MadCityHaxx V2
- Stream Sniper
- Remote Spy
- Script Dumper
- Customer Support
- Available in buyers Discord server
- Support Website: https://synapsesupport.io/login/
- Help Document: https://docs.google.com/document/d/1cPYeVVJiVilvnr80crDe4apRYHuwMlz0w17dsPuV3fI/edit
- Access to Synapse Xen Obfuscator (via Discord bot in the buyers server)
- Custom UI support (SXLib)
- UI Theme support
- Password Reset
Former Names
Roblox Spy Games
- Veil (Pkamara)
- Hexus (Customality)
- Vashta (Pkamara) (formerly Veil)
Note: Sentinel is a merger of the Hexus and Vashta exploit communities
Developers
- Customality
- Pkamara
Website
There is no official website.
Cryptocurrency Purchase Link: https://pkamaradev.selly.store/product/c8d2f1c9
PayPal Purchase Link: https://elymltd.selly.store/product/a6576d71
Documentation
Discord Server
Payment Methods
- PayPal (15 USD)
- Cryptocurrency (15 USD)
- Bitcoin
- Ethereum
- Litecoin
- Bitcoin Cash
- Amazon Gift Card (15 USD)
Note: To buy via Amazon Gift Card, join the Discord server and DM Customality#0001
Features
- Various Lua Libraries
- Environment Library
- Input Library
- IO Library
- Hooking Library
- Drawing Library
- Internal UI
- FPS Unlocker
- Script Viewer
- Manage Loaded Modules
- Restart or Terminate Running Scripts
- Script List
- Upload Scripts to Cloud
- Script Hub
- Infinite Yield
- Dex V4
- External UI
- Multiple Tabs
- Script List
- Customer Support
- Available in Discord server
- Automatic Updates
- Run Sentinel-encrypted scripts (via
secure_load
) - Password Reset
Developers
- Slappy826 - Creator
- Nexure - Website & Forums
Website
Forums: https://novo.fm/
Documentation
https://docs.protosmasher.net/The PSDocs.html file inside of protosmasher files.
Discord Server
Note: If the link has expired, go to the website for the new server link
Payment Methods
- PayPal (15 USD)
- Amazon Gift Card (15 USD)
- Steam Gift Card (15 USD)
- Bitcoin (15 USD worth)
Features
- Various Lua Libraries
- Environment Library
- Input Library
- IO Library
- Encryption Library
- Hooking Library
- Drawing Library
- Window Library
- Websocket Library
- Auto-attach
- Automatic Updates
- Internal UI
- Built In Explorer (Much faster than dex)
- FPS Unlocker
- Aimbot, ESP, & Chams
- Compatibility Mode (Elysian & Synapse)
- Script Viewer
- Loaded Modules
- Running Scripts
- Chat (with other PS buyers)
- Theme
- Script Library
- A script hub that is driven by the community, normal members get to upload 2 scripts and VIP get to upload 4 scripts.
- Scripts automatically obfuscated with PEBC upon uploading to the script hub.
- Customer Support
- Available in the Discord Server
- Email:
support@protosmasher.net
- Account Management Panel
- Password Reset
- Chat
- View Changelogs
- Create Whitelist Keys
Former Names
- Asshurt
Developers
- IcePools - Execution Method
- Aero - Custom Functions
- KowalskiFX - Execution Method
- 0x59 - UI and Bootstrapper
- Iris - Remade UI with Scintilla
Website
Documentation
Discord Server
Note: If the link has expired, go to the website for the new server link
Payment Methods
30 Day Subscription
- Robux (1,800)
- PayPal (5 USD)
Lifetime Access
Now you have to shop for some Robux which is required to play the online game Roblox. Now, please wait until the balance gets load. You can either shop and pay or else, go to payment option and add the gift card code which you have generated via our tool. Now, whenever you shop, the balance will be deducted.How generator tool generates free Roblox gift card?If you are not sure if you should go and trust our tool or not, then please do trust us. Roblox game card generator download. You can copy it now.
- Roblox Card (any price)
- Amazon Gift Card (10 USD)
- PayPal (10 USD)
- Robux (3,600)
- Bitcoin (7 USD worth)
Features
- Various Lua Libraries
- Environment Library
- Input Library
- IO Library
- Encryption Library
- Hooking Library
- Drawing Library
- Luau decompiler
- Auto-attach
- Automatic Updates
- Script Hub
- Dark Dex
- Project Bull-Dukey
- Simple ESP
- Script Hunter
- Psyhub
- Mad City Menu
- Mad City Haxx
- Jewelsmasher (Jailbreak)
- PhantomX (Phantom Forces)
- Stream Sniper
- Bee Bleeper (Bee Simulator)
- UnNamed ESP
- Customer Support
- Available in Discord server
- Access to SirHurt script encryption (via
LUA_PROTECT
&XPROTECT
) - Custom UI support (SirHurtAPI)
- Account Management Panel
- Change Email
- Change Password
- HWID Lock & Unlock
Former Names
- Bleu
Developers
- Inspect
How To Use Remote Spy Roblox
Website
Documentation
Discord Server
Note: If the link has expired, go to the website for the new server link
Black pants animal crossing qr code. Animal Crossing is taking over the world. After all, you know it’s a big deal when K-Pop stars are getting in on the hype.In fact, we’re so into it too that we even re-imagined BTS as Animal Crossing villagers Seriously! With the game being as big of a deal as it is, it stands to reason that K-Pop fans around the world have gotten in on the fun, designing incredible replicas of outfits. Jun 17, 2020 - Some QR codes for animal crossing New Leaf. See more ideas about animal crossing, acnl, new leaf. Oct 24, 2019 - Explore Elvenmage's Craft Nook's board 'Animal Crossing Hair & Clothing QR Codes' on Pinterest. See more ideas about animal crossing, qr codes animal crossing, qr codes animals. Community site for fans of Animal Crossing of all ages. Discuss all of the games and make new friends to WiFi with. Current Jackpot: 5,865 bells. I got the impression on another forum that we cannot create pants via QR codes at the Able Sisters shop. I guess that means we can design tops and jackets but must depend on the Able. Free Download Animal Crossing Black Hoodie Qr Code By Jerika25. Animal Crossing New Leaf Qr Code Cute Modern Black Glitter Dress. Acnl Achhd Qr Code Black White Diamond Tiles Qr Codes Animal. Able Sisters Animal Crossing Wiki Fandom. Acnl Music Notes Wall Poster Qr Codes By Acnl Qr.
Payment Methods
Calamari (Windows)
- Amazon Gift Card (5 USD)
- Bitcoin (5.42 USD worth)
Calamari-M (OS X/Mac)
- Amazon Gift Card (10 USD)
- Bitcoin (7.50 USD worth)
Note: When you buy Calamari-M, you also get Calamari for Windows.
Enemies who were bosses must be defeated in order to complete the level or quest. The Bigger, Badder enemies are called Bosses. They possibly will be much larger than normal. They came up in FNAF World. The known about bosses as the only known bosses that have names is Bubba, Browboy, Porkpatch, Mad Endo, Auto-Chipper, Bouncer, Seagoon, Eyesore, Security, Scott Cawthon Boss and Chipper's Revenge.
Features
- Various Lua Libraries
- Environment Library
- Input Library
- IO Library
- Console Library
- Hooking Library
- Luau decompiler
- Mac/OS X support
- Auto-attach
- Automatic Updates
- Customer Support
- FAQ Document: https://calamari.cc/help/
- Email:
marie@calamari.cc
- Tools
- Save Scripts
- Dex by Moon
- Save Place
- Multiple Applications
- Script Library
godclaws
fegui
wings
esp
fefling
noclip
topkek
btools
trueheroultima
roxploit
lustris
saveplace
dex
clicktp
stargazer
fly
feanimation
remotespy
c00lgui
iy
doubletails
dexv4
- Account Management Panel
- Change Password
- Change Email
Note: This is not a script executor like the other exploits listed. This is a dedicated universal aimbot & ESP for Roblox.
Former Names
- RC7 (Script Executor)
Developers
- CheatBuddy - Creator
- Yazzn - Menu
Website
Documentation
Not applicable for an aimbot. You can find configuration for certain games on the forums.
List of FPS games: https://forum.cheatbuddy.pro/t/list-of-fps-games/1597
Payment Methods
- PayPal (10 USD)
- Amazon Gift Card (10 USD)
- Bitcoin (10 USD worth)
Features
- ESP
- Drawables
- Distance
- Tracker
- Circle
- Names
- Health
- Laser (direction player is facing)
- Crosshair
- Aimbot
- Wallcheck
- Team check
- Aim by
- Aim at (Head/Torso)
- Field of View
- Smoothness
- Prediction
- Recoil Control
- Bullet Drop
- Sensitivity
- Player Cheats
- Teleport & Smooth Teleport
- Freecam
- Lagswitch
- Fly
- FPS unlocker
- Automatically saves & loads settings for different games