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

[Library] DLib - Menu, Autoupdater, notifications and more

DLib updater notification menu pure awesomeness

  • Please log in to reply
123 replies to this topic

#41
ilovesona

ilovesona

    Sona's wife

  • Contributor
  • 1,096 posts

To make it work, you need to take away require Inspire and require IAC from testscript1 and add this:

require('DLib')
pcall( require, GetObjectName(GetMyHero()) )

Use "simple script loader" and put require('DLib') in the script is better way.

 

if you modify testscript1 , it'll break other champion script that require IAC


  • 0

#42
bernardjolly

bernardjolly

    Advanced Member

  • Members
  • 45 posts

Use "simple script loader" and put require('DLib') in the script is better way.

 

if you modify testscript1 , it'll break other champion script that require IAC

So when using simple script load all of my lua files should be outside the common folder right?


  • 0

#43
ilovesona

ilovesona

    Sona's wife

  • Contributor
  • 1,096 posts

So when using simple script load all of my lua files should be outside the common folder right?


Yes
  • 0

#44
Condim

Condim

    Advanced Member

  • Members
  • 371 posts

Well i try your way i got on testscript1

require('Inspired')
require('IAC')
require('WardJump')
require('LvlUp')
pcall( require, GetObjectName(GetMyHero()) )

then on testscript3

Simple Script Loader info

So i move Detsu Kalista to script folder and both menu loads Dibs and imenu. Kalista says error to load

Then i added require ("DLib") on Kalista script and i get Inspire.lua94 error


  • 0

#45
erwannludovic

erwannludovic

    Newbie

  • Members
  • 7 posts

into Dlib.lua change all occurrence of "Circle" by "DLibCircle".

I can play with Dlib & inspired, didnt try with every script :/

 

 

@Condim : part of code of Dlib are in conflict with inspired, you just have to modify the occurence of this conflict into DLib...


  • 0

#46
Condim

Condim

    Advanced Member

  • Members
  • 371 posts

into Dlib.lua change all occurrence of "Circle" by "DLibCircle".

I can play with Dlib & inspired, didnt try with every script :/

 

 

@Condim : part of code of Dlib are in conflict with inspired, you just have to modify the occurence of this conflict into DLib...

sorry bro can't understand you, i will just give it another go 3 months from now, cus this changing sh^t is driving me crazy, evryday i spend hours before trying a script. Testing testing leaving messages evrywhere. Peers releasing scripts without any testing is just 2 much.

 

 I mean i loveluna said it so simple and at the same tme is not:

Use "simple script loader" and put require('DLib') in the script is better way.

 

if you modify testscript1 , it'll break other champion script that require IAC 

 

what now? what else?


  • 0

#47
ilovesona

ilovesona

    Sona's wife

  • Contributor
  • 1,096 posts

sorry bro can't understand you, i will just give it another go 3 months from now, cus this changing sh^t is driving me crazy, evryday i spend hours before trying a script. Testing testing leaving messages evrywhere. Peers releasing scripts without any testing is just 2 much.

 

 I mean i loveluna said it so simple and at the same tme is not:

Use "simple script loader" and put require('DLib') in the script is better way.

 

if you modify testscript1 , it'll break other champion script that require IAC 

 

what now? what else?

I agree with your people release script without test :fappa:

 

I saw your shout in sb, it's seems work well now?

 

anyways, if you need more help, feel free to post here or "simple script loader" thread, coz it seems like loader problem


  • 0

#48
ilovesona

ilovesona

    Sona's wife

  • Contributor
  • 1,096 posts

into Dlib.lua change all occurrence of "Circle" by "DLibCircle".

I can play with Dlib & inspired, didnt try with every script :/

 

 

@Condim : part of code of Dlib are in conflict with inspired, you just have to modify the occurence of this conflict into DLib...

if you change that, if someone used dlib's circle will get ****ed :popcorn:


  • 0

#49
Condim

Condim

    Advanced Member

  • Members
  • 371 posts

Yah i got it to work thx, but it was tricky. Clearly not user friendly for many ppl. Is confusing what i did but it worked. I couldt launch it with testscript1 so i added an m to it testscript1m

Then inside th game i saw the menu on Kalista on, and scripts and i saw testscript1m off so i put it on. Next load up worked without an inspire error.


  • 0

#50
ilovesona

ilovesona

    Sona's wife

  • Contributor
  • 1,096 posts

Yah i got it to work thx, but it was tricky. Clearly not user friendly for many ppl. Is confusing what i did but it worked. I couldt launch it with testscript1 so i added an m to it testscript1m

Then inside th game i saw the menu on Kalista on, and scripts and i saw testscript1m off so i put it on. Next load up worked without an inspire error.

I'm sry I have no idea what you are talking about.....

 

just use these code

in testscript1

require('Inspired')
require('IAC')
pcall( require, GetObjectName(GetMyHero()) ) 

and with testscript3(the simple script loader), it will load all script that in Script folder for you


  • 0

#51
oscarwyt

oscarwyt

    Advanced Member

  • Members
  • 61 posts

i keep getting the error msg of curl not found

how can we solve this


  • 0

#52
ilovesona

ilovesona

    Sona's wife

  • Contributor
  • 1,096 posts

i keep getting the error msg of curl not found

how can we solve this

you miss curl.exe, download it from the first post


  • 0

#53
oscarwyt

oscarwyt

    Advanced Member

  • Members
  • 61 posts

i got the curl.exe and already in the common file...


  • 0

#54
ilovesona

ilovesona

    Sona's wife

  • Contributor
  • 1,096 posts

i got the curl.exe and already in the common file...

are you sure you name it right? not curl.exe.lua?

 

take a screenshot of your script folder and error msg plz


  • 0

#55
oscarwyt

oscarwyt

    Advanced Member

  • Members
  • 61 posts

are you sure you name it right? not curl.exe.lua?

 

take a screenshot of your script folder and error msg plz

2wqwp5l.jpg

30a5l5s.jpg

 

thats just what happened when i start up a game


  • 0

#56
ilovesona

ilovesona

    Sona's wife

  • Contributor
  • 1,096 posts

2wqwp5l.jpg

30a5l5s.jpg

 

thats just what happened when i start up a game

try name it lowercase curl.exe instead Curl.exe


  • 0

#57
WizKalibog

WizKalibog

    Advanced Member

  • Members
  • 174 posts
  • LocationSA PILIPINAS KONG MINAMAHAL

try name it lowercase curl.exe instead Curl.exe

http://postimg.org/image/4kklou1al/ :3 im already in 5.16 :( 


  • 0

#58
Swoops

Swoops

    Advanced Member

  • Members
  • 33 posts
  • LocationBrazil

Don't work


  • 0

#59
ilovesona

ilovesona

    Sona's wife

  • Contributor
  • 1,096 posts

Don't work

provide detail error msg and your script folder plz


  • 0

#60
oscarwyt

oscarwyt

    Advanced Member

  • Members
  • 61 posts

try name it lowercase curl.exe instead Curl.exe

the error is still here..


  • 0





Also tagged with one or more of these keywords: DLib, updater, notification, menu, pure awesomeness

0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users