GithubHelp home page GithubHelp logo

simplespysource's Introduction

SimpleSpy

Screenshot of SimpleSpy

SimpleSpy is a penetration testing tool designed to intercept remote calls from the client to the server.

SimpleSpy is designed to be the "default" remote spy and built with minimal bloat, performance, and reliability in mind. You can find SimpleSpy in places such as Infinite Yield, CMD X, and more.

Features

GIF of SimpleSpy in action

  • Simple user interface
  • Continuous support
  • Included Remote-to-Script for arguments
  • Improved stability and performance over alternatives

Usage

To use SimpleSpy, just run the following code (or copy the code from SimplySpy.lua) in a supported executor.

loadstring(game:HttpGet("https://github.com/exxtremestuffs/SimpleSpySource/raw/master/SimpleSpy.lua"))()

API

https://youtu.be/BBnf18N1mYM

SimpleSpy provides a few handy API functions show below...

-- This is designed to convert any value into a variable, with the 2nd argument being the (optional) name of the variable.
SimpleSpy:ValueToVar(value: any, name: string | nil): string
-- This is designed to convert each individual index of a table of values into variables, with the (optional) index being the variable name.
SimpleSpy:TableToVars(t: table): string
-- This method can be used to quickly generate a string from a given value. This isn't recommended to be used with tables (though it does support them), since this will not generate the value as a variable.
SimpleSpy:ValueToString(value: any): string
-- This method is designed largely for internal use, but it can be used to generate SimpleSpy's iconic R2S scripts.
SimpleSpy:ArgsToString(method: string, args: table): string
-- This is used internally to generate a table of function info (basically debug.getinfo and debug.getconstants). Might be handy to use w/ getgc().
SimpleSpy:GetFunctionInfo(f: function): string
-- This will directly hook any remote calls, you must return arguments as a table.
SimpleSpy:HookRemote(remote: RemoteFunction | RemoteEvent, callback: (...args: unknown[]) => void): nil
-- This will return a (functionally equivalent) ScriptSignal you can connect to remote calls with. See Roblox documentation for more info.
SimpleSpy:GetRemoteFiredSignal(remote: RemoteFunction | RemoteEvent): ScriptSignal
-- Prevents the specified remote from firing.
SimpleSpy:BlockRemote(remote: RemoteEvent | RemoteFunction | string): nil
-- Excludes the specified remote from logs
SimpleSpy:ExcludeRemote(remote: RemoteEvent | RemoteFunction | string): nil

simplespysource's People

Contributors

exxtremestuffs avatar jheinemann20 avatar kan18 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.