Jump to content

Welcome to Gaming On Steroids Forums
Register now to gain access to all of our features. Once registered and logged in, you will be able to create topics, post replies to existing threads, give reputation to your fellow members, get your own private messenger, post status updates, manage your profile and so much more. This message will be removed once you have signed in.
Login to Account Create an Account
Photo

[DLib] Simple Script Loader rework

Script Loader DLib

  • Please log in to reply
46 replies to this topic

#1
ilovesona

ilovesona

    Sona's wife

  • Contributor
  • 1,096 posts

ok, this is another Krystian's script rework 

 

original thread

http://gamingonstero...-script-loader/

 

Preview:

957eeb9f10c552f9ce41a95820556f5a.png

image is copy paste from original thread :lazy:

 

 

Feature:

  • auto load all the scripts in the Scripts folder except testscript1.lua, testscript2.lua and testscript3.lua, no more edit require XXX in testscript1.lua  Kreygasm
  • custom turn the script ON/OFF in game menu.

 

Download:

testscript3.lua

https://github.com/i...testscript3.lua

 

Requirement:

DLib

http://gamingonstero...ry-dlib-rework/

 

Usage:

Put the testscript3.lua in the Scripts folder, and put the scripts you want to load in the Scripts folder too.

 

In game, press shift and click simple script loader -> All scripts -> turn ON the script you want to load then F6F6.

 

You can check the script loaded or not in simple script loader -> Loaded scripts.

 

For Dev:

Here are some tips to make your script support this loader:

  • put all your require lib in your script, even inspired lib.
  • if your script is a champion script, make sure add this line at the start of your script.
if GetObjectName(GetMyHero()) ~= "your hero name" then return end 

Change log:

 2015.09.02: update version to 7

  • prevent potential error

 2015.08.29: update version to 6

  • add error message window when fail load script
  • auto close all "black window" when load this script

Edited by ilovesona, 02 September 2015 - 07:15 .

  • 5

#2
Darkness

Darkness

    GoSDB's manager

  • Banned
  • PipPipPip
  • 1,137 posts

gg leecher Kappa


  • 0

#3
oscarwyt

oscarwyt

    Advanced Member

  • Members
  • 61 posts

thumbs up for you


  • 0

#4
ilovesona

ilovesona

    Sona's wife

  • Contributor
  • 1,096 posts

gg leecher Kappa

I have been ask him to add those feature....but he just....disappeared :fappa:


  • 0

#5
xVictorDlg

xVictorDlg

    Advanced Member

  • Members
  • 82 posts
  • LocationBrazil

how to use this script?


  • 0

#6
ilovesona

ilovesona

    Sona's wife

  • Contributor
  • 1,096 posts

how to use this script?

just put it in script folder


  • 0

#7
DarkieGreek

DarkieGreek

    Newbie

  • Members
  • 5 posts

IAC.lua:135 Attempt to call global 'Circle' a table value?


  • 0

#8
ilovesona

ilovesona

    Sona's wife

  • Contributor
  • 1,096 posts

IAC.lua:135 Attempt to call global 'Circle' a table value?

you need update your dlib

http://gamingonstero...ry-dlib-rework/


Edited by ilovesona, 01 September 2015 - 03:57 .

  • 1

#9
DarkieGreek

DarkieGreek

    Newbie

  • Members
  • 5 posts

you need update your dlib

I do bye downloading the re-work above?


  • 0

#10
DarkieGreek

DarkieGreek

    Newbie

  • Members
  • 5 posts

you need update your dlib

 

 

ty ILY XOXOOXO


  • 0

#11
Vampiere

Vampiere

    Advanced Member

  • Members
  • 79 posts

http://prntscr.com/8b9537 Get this whenever i try to load Deftsu's Kalista( yes i have the latest for the libraries and scripts)


  • 0

#12
ilovesona

ilovesona

    Sona's wife

  • Contributor
  • 1,096 posts

http://prntscr.com/8b9537 Get this whenever i try to load Deftsu's Kalista( yes i have the latest for the libraries and scripts)

make sure you only load the script once(also check your testscript1.lua)

 

I mean you might load the script twice.

 

 

btw if you can load other scripts, maybe it's his script's problem.


Edited by ilovesona, 01 September 2015 - 05:38 .

  • 0

#13
Yun

Yun

    Advanced Member

  • Members
  • 177 posts

can use IAC

 

just F6 F6 

 

then load dlib script?


  • 0

#14
ilovesona

ilovesona

    Sona's wife

  • Contributor
  • 1,096 posts

can use IAC

 

just F6 F6 

 

then load dlib script?

EDIT

just test it, it work well :D

 

you need use this structure:

Scripts/IAC.lua

Scripts/Common/Inspired.lua

 

And you'll see IAC in script list.

 

remember to delete your testscript1.lua(the original Inspired's script loader)


Edited by ilovesona, 01 September 2015 - 02:13 .

  • 0

#15
ilovesona

ilovesona

    Sona's wife

  • Contributor
  • 1,096 posts

update:

 2015.09.02: update version to 7

  • prevent potential error

  • 0

#16
Curqsbleh

Curqsbleh

    Member

  • Members
  • 29 posts

Thanks!


  • 0

#17
Darkness

Darkness

    GoSDB's manager

  • Banned
  • PipPipPip
  • 1,137 posts

When did you got that title? :fappa:


  • 0

#18
ilovesona

ilovesona

    Sona's wife

  • Contributor
  • 1,096 posts

When did you got that title? :fappa:

what title? :huh:


  • 0

#19
JeSrMzK

JeSrMzK

    Member

  • Members
  • 26 posts
  • LocationPouso Alegre

Ilovesona Hello, I have a doubt is this, to work have to remove the require ('') of my testscript1?

 

 

 

 

 

 

 

 

(Obs: Using Google Translate  :D )


  • 0

#20
ilovesona

ilovesona

    Sona's wife

  • Contributor
  • 1,096 posts

Ilovesona Hello, I have a doubt is this, to work have to remove the require ('') of my testscript1?

 

 

 

 

 

 

 

 

(Obs: Using Google Translate  :D )

no need


  • 0





Also tagged with one or more of these keywords: Script Loader, DLib

0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users