Post: [Release][ SimdiGhosts.dll ] Useful Library For Making Ghosts Tools !
06-30-2015, 10:12 AM #1
Default Avatar
Remy
Guest
(adsbygoogle = window.adsbygoogle || []).push({}); Hello :whistle:
So I Released SimdiBo2.dll And Figured Why Not Make It For Ghosts As Well. So Here It Is Hopefully You Find It Useful.

It Is Not 100% Complete

> To Use, First Add The Reference(s)
    using PS3lib;
using SimdiGhosts;


> Next Initialize The DLL With A Button/etc. (This Primarily Enables RPC) (Enables Antiban As Well)
    Main.Init();


> Now Calling Methods Becomes This Simple
    
Stats.SetName(textBox3.Text);

Stats.SetClantag(textBox1.Text);

Stats.SetPrestige(numericUpDown1.Value);

Mods.AdvancedUAV(true);

Mods.RedBoxes(true);

Lobby.JumpHeight(Lobby.JumpEnum.Custom, trackBar1.Value);

Lobby.Gravity(Lobby.GravityEnum.Default, 0);

Clients.Godmode(1, true);

Clients.KickClient(3);

etc.


Current Features (Incomplete)

Mods
Advanced UAV
Chrome Player
Laser
No Recoil
Red Boxes
Steady Aim
UAV
Wallhack


Stats
Clantag
Current Streak
Deaths
Games Played
Hits
Kill Streak
Kills
Losses
Misses
Name
Prestige
Score
Squad Points
Time Played
Unlock All
Win Streak
Wins


Clients
All Perks
Fake Lag
Get Names
Godmode
Kick
Play Sound
Skate Mode
Speedx2
Unlimited Ammo
Vision
iPrintln
iPrintlnBold


Lobby
Gravity
Jump Height
Knockback
SetXP
Speed
TimeLimit



Examples

Mods
    
//Turns UAV On
Mods.UAV(true);

//Turns Super Steady Aim Off
Mods.SteadyAim(false);


Stats
    
//Unlocks Everything
Stats.UnlockAll();

//Changes Prestige
Stats.SetPrestige(numericUpDown2.Value);


Clients
    
//Turns Godmode On For Client 0
Clients.Godmode(0, true);

//Turns Skate Mode On For Client 7
Clients.SkateMode(7, true);

//Prints Message To Client 3
Clients.iPrintln(3, textBox1.Text);


Lobby
    
//Changes Lobby Jump Height To Trackbar 1 Value
Lobby.JumpHeight(Lobby.JumpEnum.Custom, trackBar1.Value);

//Changes Gravity To Default
Lobby.Gravity(Lobby.GravityEnum.Default, *MAKE THIS ANY INT, CAN BE .Value OR SIMPLY 0*);
[U]Example Below[/U]
Lobby.Gravity(Lobby.GravityEnum.Default, 0);



You must login or register to view this content.

You must login or register to view this content.

> Credits
Jannik007 - Idea
One - Offsets
Astek - Offsets
Choco - RPC
iMCSx - PS3Lib

> Feel Free To Leave Feedback/Ideas Below Winky Winky
Last edited by Remy ; 06-30-2015 at 10:17 AM. Reason: Added Another Example

The following 3 users say thank you to Remy for this useful post:

Im_YouViolateMe, XxBlud23xX
07-01-2015, 08:21 AM #2
Toxic
former staff
so this a alternative for a offsets library?

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo